<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0099_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0099_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-01/func/sub-0099_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e93a060522b762b9dd4c105111c87bfa</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:35:47.797500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999658, -0.00315409, 0.0259541, 0.0017447, 0.998531, 0.0541473]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.083105</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7769, -7261, 265, -115, -163, -82, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>81fab4a1-d477-4757-ab4e-66ddaf361779||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682009696960449, 0.004680910613387823, 0.07043439894914627, 112.77593994140625], [0.008462182246148586, 2.6789867877960205, 0.14602553844451904, -103.451416015625], [0.06963307410478592, -0.1452733278274536, 2.6951279640197754, -80.25406646728516], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['093547.797500', '093548.257500', '093548.717500', '093549.177500', '093549.637500', '093550.097500', '093550.557500', '093551.017500', '093551.477500', '093551.937500', '093552.397500', '093552.857500', '093553.317500', '093553.777500', '093554.237500', '093554.697500', '093555.157500', '093555.617500', '093556.077500', '093556.537500', '093556.997500', '093557.457500', '093557.917500', '093558.377500', '093558.837500', '093559.297500', '093559.757500', '093600.217500', '093600.677500', '093601.137500', '093601.597500', '093602.057500', '093602.517500', '093602.977500', '093603.437500', '093603.897500', '093604.357500', '093604.817500', '093605.277500', '093605.737500', '093606.197500', '093606.657500', '093607.117500', '093607.577500', '093608.037500', '093608.497500', '093608.957500', '093609.417500', '093609.877500', '093610.337500', '093610.797500', '093611.257500', '093611.717500', '093612.177500', '093612.637500', '093613.097500', '093613.557500', '093614.017500', '093614.477500', '093614.937500', '093615.397500', '093615.857500', '093616.317500', '093616.777500', '093617.237500', '093617.697500', '093618.157500', '093618.617500', '093619.077500', '093619.537500', '093619.997500', '093620.457500', '093620.917500', '093621.377500', '093621.837500', '093622.297500', '093622.757500', '093623.217500', '093623.677500', '093624.137500', '093624.597500', '093625.057500', '093625.517500', '093625.977500', '093626.437500', '093626.897500', '093627.357500', '093627.817500', '093628.277500', '093628.737500', '093629.197500', '093629.657500', '093630.117500', '093630.577500', '093631.037500', '093631.497500', '093631.957500', '093632.417500', '093632.877500', '093633.337500', '093633.797500', '093634.257500', '093634.717500', '093635.177500', '093635.637500', '093636.097500', '093636.557500', '093637.017500', '093637.477500', '093637.937500', '093638.397500', '093638.857500', '093639.317500', '093639.777500', '093640.237500', '093640.697500', '093641.157500', '093641.617500', '093642.077500', '093642.537500', '093642.997500', '093643.457500', '093643.917500', '093644.377500', '093644.837500', '093645.297500', '093645.757500', '093646.217500', '093646.677500', '093647.137500', '093647.597500', '093648.057500', '093648.517500', '093648.977500', '093649.437500', '093649.897500', '093650.357500', '093650.817500', '093651.277500', '093651.737500', '093652.197500', '093652.657500', '093653.117500', '093653.577500', '093654.037500', '093654.497500', '093654.957500', '093655.417500', '093655.877500', '093656.337500', '093656.797500', '093657.257500', '093657.717500', '093658.177500', '093658.637500', '093659.097500', '093659.557500', '093700.017500', '093700.477500', '093700.937500', '093701.397500', '093701.857500', '093702.317500', '093702.777500', '093703.237500', '093703.697500', '093704.157500', '093704.617500', '093705.077500', '093705.537500', '093705.997500', '093706.457500', '093706.917500', '093707.377500', '093707.837500', '093708.297500', '093708.757500', '093709.217500', '093709.677500', '093710.137500', '093710.597500', '093711.057500', '093711.517500', '093711.977500', '093712.437500', '093712.897500', '093713.357500', '093713.817500', '093714.277500', '093714.737500', '093715.197500', '093715.657500', '093716.117500', '093716.577500', '093717.037500', '093717.497500', '093717.957500', '093718.417500', '093718.877500', '093719.337500', '093719.797500', '093720.257500', '093720.717500', '093721.177500', '093721.637500', '093722.097500', '093722.557500', '093723.017500', '093723.477500', '093723.937500', '093724.397500', '093724.857500', '093725.317500', '093725.777500', '093726.237500', '093726.697500', '093727.157500', '093727.617500', '093728.077500', '093728.537500', '093728.997500', '093729.457500', '093729.917500', '093730.377500', '093730.837500', '093731.297500', '093731.757500', '093732.217500', '093732.677500', '093733.137500', '093733.597500', '093734.057500', '093734.517500', '093734.977500', '093735.437500', '093735.897500', '093736.357500', '093736.817500', '093737.277500', '093737.737500', '093738.197500', '093738.657500', '093739.117500', '093739.577500', '093740.037500', '093740.497500', '093740.957500', '093741.417500', '093741.877500', '093742.337500', '093742.797500', '093743.257500', '093743.717500', '093744.177500', '093744.637500', '093745.097500', '093745.557500', '093746.017500', '093746.477500', '093746.937500', '093747.397500', '093747.857500', '093748.317500', '093748.777500', '093749.237500', '093749.697500', '093750.157500', '093750.617500', '093751.077500', '093751.537500', '093751.997500', '093752.457500', '093752.917500', '093753.377500', '093753.837500', '093754.297500', '093754.757500', '093755.217500', '093755.677500', '093756.137500', '093756.597500', '093757.057500', '093757.517500', '093757.977500', '093758.437500', '093758.897500', '093759.357500', '093759.817500', '093800.277500', '093800.737500', '093801.197500', '093801.657500', '093802.117500', '093802.577500', '093803.037500', '093803.497500', '093803.957500', '093804.417500', '093804.877500', '093805.337500', '093805.797500', '093806.257500', '093806.717500', '093807.177500', '093807.637500', '093808.097500', '093808.557500', '093809.017500', '093809.477500', '093809.937500', '093810.397500', '093810.857500', '093811.317500', '093811.777500', '093812.237500', '093812.697500', '093813.157500', '093813.617500', '093814.077500', '093814.537500', '093814.997500', '093815.457500', '093815.917500', '093816.377500', '093816.837500', '093817.297500', '093817.757500', '093818.217500', '093818.677500', '093819.137500', '093819.597500', '093820.057500', '093820.517500', '093820.977500', '093821.437500', '093821.897500', '093822.357500', '093822.817500', '093823.277500', '093823.737500', '093824.197500', '093824.657500', '093825.117500', '093825.577500', '093826.037500', '093826.497500', '093826.957500', '093827.417500', '093827.877500', '093828.337500', '093828.797500', '093829.257500', '093829.717500', '093830.177500', '093830.637500', '093831.097500', '093831.557500', '093832.017500', '093832.477500', '093832.937500', '093833.397500', '093833.857500', '093834.317500', '093834.777500', '093835.237500', '093835.697500', '093836.157500', '093836.617500', '093837.077500', '093837.537500', '093837.997500', '093838.457500', '093838.917500', '093839.377500', '093839.837500', '093840.297500', '093840.757500', '093841.217500', '093841.677500', '093842.137500', '093842.597500', '093843.057500', '093843.517500', '093843.977500', '093844.437500', '093844.897500', '093845.357500', '093845.817500', '093846.277500', '093846.737500', '093847.197500', '093847.657500', '093848.117500', '093848.577500', '093849.037500', '093849.497500', '093849.957500', '093850.417500', '093850.877500', '093851.337500', '093851.797500', '093852.257500', '093852.717500', '093853.177500', '093853.637500', '093854.097500', '093854.557500', '093855.017500', '093855.477500', '093855.937500', '093856.397500', '093856.857500', '093857.317500', '093857.777500', '093858.237500', '093858.697500', '093859.157500', '093859.617500', '093900.077500', '093900.537500', '093900.997500', '093901.457500', '093901.917500', '093902.377500', '093902.837500', '093903.297500', '093903.757500', '093904.217500', '093904.677500', '093905.137500', '093905.597500', '093906.057500', '093906.517500', '093906.977500', '093907.437500', '093907.897500', '093908.357500', '093908.817500', '093909.277500', '093909.737500', '093910.197500', '093910.657500', '093911.117500', '093911.577500', '093912.037500', '093912.497500', '093912.957500', '093913.417500', '093913.877500', '093914.337500', '093914.797500', '093915.257500', '093915.717500', '093916.177500', '093916.637500', '093917.097500', '093917.557500', '093918.017500', '093918.477500', '093918.937500', '093919.397500', '093919.857500', '093920.317500', '093920.777500', '093921.237500', '093921.697500', '093922.157500', '093922.617500', '093923.077500', '093923.537500', '093923.997500', '093924.457500', '093924.917500', '093925.377500', '093925.837500', '093926.297500', '093926.757500', '093927.217500', '093927.677500', '093928.137500', '093928.597500', '093929.057500', '093929.517500', '093929.977500', '093930.437500', '093930.897500', '093931.357500', '093931.817500', '093932.277500', '093932.737500', '093933.197500', '093933.657500', '093934.117500', '093934.577500', '093935.037500', '093935.497500', '093935.957500', '093936.417500', '093936.877500', '093937.337500', '093937.797500', '093938.257500', '093938.717500', '093939.177500', '093939.637500', '093940.097500', '093940.557500', '093941.017500', '093941.477500', '093941.937500', '093942.397500', '093942.857500', '093943.317500', '093943.777500', '093944.237500', '093944.697500', '093945.157500', '093945.617500', '093946.077500', '093946.537500', '093946.997500', '093947.457500', '093947.917500', '093948.377500', '093948.837500', '093949.297500', '093949.757500', '093950.217500', '093950.677500', '093951.137500', '093951.597500', '093952.057500', '093952.517500', '093952.977500', '093953.437500', '093953.897500', '093954.357500', '093954.817500', '093955.277500', '093955.737500', '093956.197500', '093956.657500', '093957.117500', '093957.577500', '093958.037500', '093958.497500', '093958.957500', '093959.417500', '093959.877500', '094000.337500', '094000.797500', '094001.257500', '094001.717500', '094002.177500', '094002.637500', '094003.097500', '094003.557500', '094004.017500', '094004.477500', '094004.937500', '094005.397500', '094005.857500', '094006.317500', '094006.777500', '094007.237500', '094007.697500', '094008.157500', '094008.617500', '094009.077500', '094009.537500', '094009.997500', '094010.457500', '094010.917500', '094011.377500', '094011.837500', '094012.297500', '094012.757500', '094013.217500', '094013.677500', '094014.137500', '094014.597500', '094015.057500', '094015.517500', '094015.977500', '094016.437500', '094016.897500', '094017.357500', '094017.817500', '094018.277500', '094018.737500', '094019.197500', '094019.657500', '094020.117500', '094020.577500', '094021.037500', '094021.497500', '094021.957500', '094022.417500', '094022.877500', '094023.337500', '094023.797500', '094024.257500', '094024.717500', '094025.177500', '094025.637500', '094026.097500', '094026.557500', '094027.017500', '094027.477500', '094027.937500', '094028.397500', '094028.857500', '094029.317500', '094029.777500', '094030.237500', '094030.697500', '094031.157500', '094031.617500', '094032.077500', '094032.537500', '094032.997500', '094033.457500', '094033.917500', '094034.377500', '094034.837500', '094035.297500', '094035.757500', '094036.217500', '094036.677500', '094037.137500', '094037.597500', '094038.057500', '094038.517500', '094038.977500', '094039.437500', '094039.897500', '094040.357500', '094040.817500', '094041.277500', '094041.737500', '094042.197500', '094042.657500', '094043.117500', '094043.577500', '094044.037500', '094044.497500', '094044.957500', '094045.417500', '094045.877500', '094046.337500', '094046.797500', '094047.257500', '094047.717500', '094048.177500', '094048.637500', '094049.097500', '094049.557500', '094050.017500', '094050.477500', '094050.937500', '094051.397500', '094051.857500', '094052.317500', '094052.777500', '094053.237500', '094053.697500', '094054.157500', '094054.617500', '094055.077500', '094055.537500', '094055.997500', '094056.457500', '094056.917500', '094057.377500', '094057.837500', '094058.297500', '094058.757500', '094059.217500', '094059.677500', '094100.137500', '094100.597500', '094101.057500', '094101.517500', '094101.977500', '094102.437500', '094102.897500', '094103.357500', '094103.817500', '094104.277500', '094104.737500', '094105.197500', '094105.657500', '094106.117500', '094106.577500', '094107.037500', '094107.497500', '094107.957500', '094108.417500', '094108.877500', '094109.337500', '094109.797500', '094110.257500', '094110.717500', '094111.177500', '094111.637500', '094112.097500', '094112.557500', '094113.017500', '094113.477500', '094113.937500', '094114.397500', '094114.857500', '094115.317500', '094115.777500', '094116.237500', '094116.697500', '094117.157500', '094117.617500', '094118.077500', '094118.537500', '094118.997500', '094119.457500', '094119.917500', '094120.377500', '094120.837500', '094121.297500', '094121.757500', '094122.217500', '094122.677500', '094123.137500', '094123.597500', '094124.057500', '094124.517500', '094124.977500', '094125.437500', '094125.897500', '094126.357500', '094126.817500', '094127.277500', '094127.737500', '094128.197500', '094128.657500', '094129.117500', '094129.577500', '094130.037500', '094130.497500', '094130.957500', '094131.417500', '094131.877500', '094132.337500', '094132.797500', '094133.257500', '094133.717500', '094134.177500', '094134.637500', '094135.097500', '094135.557500', '094136.017500', '094136.477500', '094136.937500', '094137.397500', '094137.857500', '094138.317500', '094138.777500', '094139.237500', '094139.697500', '094140.157500', '094140.617500', '094141.077500', '094141.537500', '094141.997500', '094142.457500', '094142.917500', '094143.377500', '094143.837500', '094144.297500', '094144.757500', '094145.217500', '094145.677500', '094146.137500', '094146.597500', '094147.057500', '094147.517500', '094147.977500', '094148.437500', '094148.897500', '094149.357500', '094149.817500', '094150.277500', '094150.737500', '094151.197500', '094151.657500', '094152.117500', '094152.577500', '094153.037500', '094153.497500', '094153.957500', '094154.417500', '094154.877500', '094155.337500', '094155.797500', '094156.257500', '094156.717500', '094157.177500', '094157.637500', '094158.097500', '094158.557500', '094159.017500', '094159.477500', '094159.937500', '094200.397500', '094200.857500', '094201.317500', '094201.777500', '094202.237500', '094202.697500', '094203.157500', '094203.617500', '094204.077500', '094204.537500', '094204.997500', '094205.457500', '094205.917500', '094206.377500', '094206.837500', '094207.297500', '094207.757500', '094208.217500', '094208.677500', '094209.137500', '094209.597500', '094210.057500', '094210.517500', '094210.977500', '094211.437500', '094211.897500', '094212.357500', '094212.817500', '094213.277500', '094213.737500', '094214.197500', '094214.657500', '094215.117500', '094215.577500', '094216.037500', '094216.497500', '094216.957500', '094217.417500', '094217.877500', '094218.337500', '094218.797500', '094219.257500', '094219.717500', '094220.177500', '094220.637500', '094221.097500', '094221.557500', '094222.017500', '094222.477500', '094222.937500', '094223.397500', '094223.857500', '094224.317500', '094224.777500', '094225.237500', '094225.697500', '094226.157500', '094226.617500', '094227.077500', '094227.537500', '094227.997500', '094228.457500'], 'ContentTime': ['093558.843000', '093558.847000', '093558.849000', '093558.852000', '093558.854000', '093558.857000', '093558.860000', '093558.862000', '093558.865000', '093558.867000', '093558.870000', '093558.872000', '093558.875000', '093558.877000', '093558.880000', '093558.883000', '093558.885000', '093558.894000', '093558.896000', '093558.899000', '093618.815000', '093618.834000', '093618.836000', '093618.839000', '093618.841000', '093618.844000', '093618.847000', '093618.849000', '093618.852000', '093618.854000', '093618.857000', '093618.859000', '093618.862000', '093618.865000', '093618.867000', '093618.870000', '093618.872000', '093618.875000', '093618.877000', '093618.880000', '093618.882000', '093618.885000', '093618.888000', '093618.890000', '093618.893000', '093618.895000', '093618.898000', '093618.911000', '093618.914000', '093618.916000', '093618.919000', '093618.921000', '093618.924000', '093618.926000', '093618.929000', '093618.932000', '093618.934000', '093618.937000', '093618.939000', '093618.942000', '093618.944000', '093618.947000', '093618.950000', '093618.959000', '093638.815000', '093638.818000', '093638.822000', '093638.825000', '093638.828000', '093638.831000', '093638.833000', '093638.836000', '093638.838000', '093638.841000', '093638.844000', '093638.846000', '093638.849000', '093638.851000', '093638.854000', '093638.856000', '093638.859000', '093638.862000', '093638.864000', '093638.867000', '093638.869000', '093638.872000', '093638.875000', '093638.878000', '093638.881000', '093638.883000', '093638.886000', '093638.888000', '093638.891000', '093638.894000', '093638.896000', '093638.899000', '093638.901000', '093638.904000', '093638.938000', '093638.941000', '093638.944000', '093638.946000', '093638.949000', '093638.952000', '093638.954000', '093638.957000', '093638.959000', '093658.815000', '093658.818000', '093658.821000', '093658.823000', '093658.826000', '093658.829000', '093658.831000', '093658.834000', '093658.836000', '093658.839000', '093658.841000', '093658.844000', '093658.847000', '093658.850000', '093658.852000', '093658.855000', '093658.857000', '093658.860000', '093658.863000', '093658.865000', '093658.868000', '093658.870000', '093658.873000', '093658.876000', '093658.878000', '093658.881000', '093658.883000', '093658.886000', '093658.889000', '093658.891000', '093658.894000', '093658.896000', '093658.899000', '093658.901000', '093658.904000', '093658.907000', '093658.909000', '093658.912000', '093658.914000', '093658.917000', '093658.919000', '093658.922000', '093658.925000', '093658.927000', '093718.815000', '093718.817000', '093718.820000', '093718.823000', '093718.825000', '093718.828000', '093718.830000', '093718.833000', '093718.836000', '093718.838000', '093718.841000', '093718.844000', '093718.846000', '093718.849000', '093718.852000', '093718.854000', '093718.857000', '093718.859000', '093718.862000', '093718.865000', '093718.867000', '093718.870000', '093718.873000', '093718.875000', '093718.878000', '093718.880000', '093718.883000', '093718.886000', '093718.888000', '093718.891000', '093718.893000', '093718.896000', '093718.899000', '093718.901000', '093718.904000', '093718.906000', '093718.909000', '093718.912000', '093718.914000', '093718.917000', '093718.919000', '093718.922000', '093718.924000', '093738.814000', '093738.817000', '093738.820000', '093738.822000', '093738.825000', '093738.828000', '093738.830000', '093738.833000', '093738.836000', '093738.838000', '093738.841000', '093738.843000', '093738.846000', '093738.849000', '093738.851000', '093738.854000', '093738.857000', '093738.859000', '093738.862000', '093738.865000', '093738.867000', '093738.870000', '093738.872000', '093738.875000', '093738.877000', '093738.880000', '093738.883000', '093738.885000', '093738.888000', '093738.890000', '093738.893000', '093738.895000', '093738.898000', '093738.901000', '093738.903000', '093738.906000', '093738.908000', '093738.911000', '093738.913000', '093738.916000', '093738.919000', '093738.921000', '093738.924000', '093738.926000', '093758.814000', '093758.817000', '093758.820000', '093758.823000', '093758.840000', '093758.842000', '093758.845000', '093758.848000', '093758.850000', '093758.853000', '093758.855000', '093758.858000', '093758.860000', '093758.863000', '093758.866000', '093758.868000', '093758.871000', '093758.873000', '093758.876000', '093758.879000', '093758.881000', '093758.884000', '093758.886000', '093758.889000', '093758.892000', '093758.894000', '093758.897000', '093758.899000', '093758.902000', '093758.905000', '093758.907000', '093758.910000', '093758.912000', '093758.915000', '093758.918000', '093758.920000', '093758.923000', '093758.927000', '093758.930000', '093758.932000', '093758.935000', '093758.938000', '093758.940000', '093818.815000', '093818.849000', '093818.852000', '093818.854000', '093818.857000', '093818.859000', '093818.862000', '093818.864000', '093818.867000', '093818.870000', '093818.872000', '093818.875000', '093818.877000', '093818.880000', '093818.882000', '093818.886000', '093818.889000', '093818.891000', '093818.894000', '093818.896000', '093818.899000', '093818.902000', '093818.904000', '093818.907000', '093818.909000', '093818.912000', '093818.914000', '093818.917000', '093818.919000', '093818.922000', '093818.936000', '093818.939000', '093818.941000', '093818.944000', '093818.946000', '093818.949000', '093818.952000', '093818.954000', '093818.957000', '093818.959000', '093818.962000', '093818.964000', '093818.967000', '093818.969000', '093838.815000', '093838.818000', '093838.821000', '093838.823000', '093838.826000', '093838.829000', '093838.831000', '093838.834000', '093838.836000', '093838.839000', '093838.841000', '093838.844000', '093838.847000', '093838.849000', '093838.852000', '093838.854000', '093838.857000', '093838.860000', '093838.862000', '093838.865000', '093838.867000', '093838.870000', '093838.872000', '093838.875000', '093838.878000', '093838.880000', '093838.883000', '093838.885000', '093838.888000', '093838.891000', '093838.893000', '093838.896000', '093838.899000', '093838.901000', '093838.904000', '093838.907000', '093838.909000', '093838.912000', '093838.915000', '093838.917000', '093838.920000', '093838.922000', '093838.925000', '093858.815000', '093858.840000', '093858.843000', '093858.846000', '093858.848000', '093858.851000', '093858.853000', '093858.856000', '093858.858000', '093858.861000', '093858.864000', '093858.866000', '093858.869000', '093858.871000', '093858.874000', '093858.877000', '093858.879000', '093858.882000', '093858.884000', '093858.887000', '093858.890000', '093858.892000', '093858.895000', '093858.897000', '093858.900000', '093858.903000', '093858.905000', '093858.908000', '093858.910000', '093858.913000', '093858.915000', '093858.918000', '093858.921000', '093858.923000', '093858.926000', '093858.928000', '093858.931000', '093858.934000', '093858.936000', '093858.939000', '093858.941000', '093858.944000', '093858.946000', '093858.949000', '093918.816000', '093918.818000', '093918.821000', '093918.824000', '093918.826000', '093918.829000', '093918.832000', '093918.834000', '093918.837000', '093918.839000', '093918.842000', '093918.844000', '093918.847000', '093918.850000', '093918.852000', '093918.855000', '093918.858000', '093918.860000', '093918.863000', '093918.865000', '093918.868000', '093918.870000', '093918.873000', '093918.876000', '093918.878000', '093918.881000', '093918.883000', '093918.886000', '093918.889000', '093918.891000', '093918.894000', '093918.896000', '093918.899000', '093918.902000', '093918.904000', '093918.907000', '093918.909000', '093918.912000', '093918.915000', '093918.917000', '093918.920000', '093918.923000', '093918.925000', '093938.815000', '093938.818000', '093938.820000', '093938.823000', '093938.825000', '093938.828000', '093938.831000', '093938.833000', '093938.836000', '093938.838000', '093938.841000', '093938.844000', '093938.846000', '093938.849000', '093938.851000', '093938.854000', '093938.856000', '093938.859000', '093938.862000', '093938.864000', '093938.867000', '093938.869000', '093938.872000', '093938.875000', '093938.877000', '093938.880000', '093938.882000', '093938.885000', '093938.888000', '093938.890000', '093938.893000', '093938.895000', '093938.898000', '093938.901000', '093938.903000', '093938.906000', '093938.909000', '093938.911000', '093938.914000', '093938.916000', '093938.919000', '093938.922000', '093938.924000', '093938.927000', '093958.815000', '093958.818000', '093958.820000', '093958.823000', '093958.826000', '093958.828000', '093958.831000', '093958.833000', '093958.836000', '093958.839000', '093958.841000', '093958.888000', '093958.891000', '093958.893000', '093958.896000', '093958.898000', '093958.901000', '093958.904000', '093958.906000', '093958.909000', '093958.911000', '093958.914000', '093958.917000', '093958.919000', '093958.923000', '093958.926000', '093958.928000', '093958.931000', '093958.933000', '093958.936000', '093958.939000', '093958.941000', '093958.944000', '093958.946000', '093958.949000', '093958.952000', '093958.954000', '093958.957000', '093958.959000', '093958.962000', '093958.965000', '093958.967000', '093958.970000', '094018.814000', '094018.858000', '094018.861000', '094018.864000', '094018.866000', '094018.869000', '094018.871000', '094018.874000', '094018.876000', '094018.879000', '094018.882000', '094018.884000', '094018.887000', '094018.890000', '094018.892000', '094018.895000', '094018.898000', '094018.900000', '094018.903000', '094018.905000', '094018.908000', '094018.910000', '094018.913000', '094018.916000', '094018.918000', '094018.921000', '094018.924000', '094018.926000', '094018.929000', '094018.931000', '094018.934000', '094018.937000', '094018.939000', '094018.942000', '094018.944000', '094018.947000', '094018.949000', '094018.952000', '094018.955000', '094018.957000', '094018.960000', '094018.963000', '094018.965000', '094018.968000', '094038.815000', '094038.853000', '094038.856000', '094038.859000', '094038.861000', '094038.864000', '094038.866000', '094038.869000', '094038.872000', '094038.875000', '094038.877000', '094038.880000', '094038.882000', '094038.885000', '094038.888000', '094038.890000', '094038.893000', '094038.895000', '094038.898000', '094038.901000', '094038.903000', '094038.906000', '094038.908000', '094038.911000', '094038.914000', '094038.916000', '094038.919000', '094038.921000', '094038.924000', '094038.927000', '094038.930000', '094038.932000', '094038.935000', '094038.937000', '094038.940000', '094038.942000', '094038.945000', '094038.948000', '094038.951000', '094038.954000', '094038.957000', '094038.960000', '094038.963000', '094058.816000', '094058.846000', '094058.848000', '094058.851000', '094058.854000', '094058.856000', '094058.859000', '094058.861000', '094058.864000', '094058.867000', '094058.869000', '094058.872000', '094058.874000', '094058.877000', '094058.880000', '094058.882000', '094058.885000', '094058.887000', '094058.890000', '094058.893000', '094058.895000', '094058.898000', '094058.901000', '094058.903000', '094058.906000', '094058.908000', '094058.911000', '094058.914000', '094058.916000', '094058.919000', '094058.921000', '094058.924000', '094058.926000', '094058.929000', '094058.932000', '094058.934000', '094058.937000', '094058.940000', '094058.942000', '094058.945000', '094058.947000', '094058.950000', '094058.952000', '094058.955000', '094118.816000', '094118.865000', '094118.868000', '094118.885000', '094118.888000', '094118.891000', '094118.893000', '094118.896000', '094118.898000', '094118.901000', '094118.904000', '094118.906000', '094118.909000', '094118.911000', '094118.914000', '094118.917000', '094118.919000', '094118.922000', '094118.924000', '094118.927000', '094118.930000', '094118.932000', '094118.935000', '094118.938000', '094118.940000', '094118.943000', '094118.945000', '094118.948000', '094118.950000', '094118.953000', '094118.956000', '094118.958000', '094118.961000', '094118.963000', '094118.966000', '094118.969000', '094119.001000', '094119.004000', '094119.008000', '094119.011000', '094119.013000', '094119.016000', '094119.019000', '094138.816000', '094138.819000', '094138.821000', '094138.824000', '094138.826000', '094138.829000', '094138.832000', '094138.834000', '094138.837000', '094138.840000', '094138.842000', '094138.845000', '094138.848000', '094138.850000', '094138.853000', '094138.856000', '094138.858000', '094138.861000', '094138.863000', '094138.866000', '094138.869000', '094138.871000', '094138.874000', '094138.877000', '094138.879000', '094138.882000', '094138.884000', '094138.887000', '094138.890000', '094138.892000', '094138.895000', '094138.897000', '094138.900000', '094138.903000', '094138.905000', '094138.908000', '094138.911000', '094138.913000', '094138.916000', '094138.918000', '094138.921000', '094138.923000', '094138.926000', '094138.929000', '094158.814000', '094158.875000', '094158.877000', '094158.880000', '094158.882000', '094158.885000', '094158.888000', '094158.890000', '094158.893000', '094158.895000', '094158.898000', '094158.901000', '094158.903000', '094158.906000', '094158.908000', '094158.911000', '094158.913000', '094158.916000', '094158.919000', '094158.921000', '094158.924000', '094158.927000', '094158.929000', '094158.932000', '094158.934000', '094158.937000', '094158.940000', '094158.942000', '094158.945000', '094158.947000', '094158.950000', '094158.953000', '094158.955000', '094158.958000', '094158.960000', '094158.963000', '094158.966000', '094158.968000', '094158.971000', '094158.974000', '094158.976000', '094158.979000', '094158.981000', '094218.815000', '094218.843000', '094218.846000', '094218.848000', '094218.851000', '094218.854000', '094218.856000', '094218.859000', '094218.861000', '094218.864000', '094218.867000', '094218.869000', '094218.872000', '094218.874000', '094218.877000', '094218.879000', '094218.882000', '094218.885000', '094218.887000', '094218.890000', '094218.892000', '094218.895000', '094218.897000', '094218.900000', '094218.903000', '094218.905000', '094218.908000', '094218.910000', '094218.913000', '094218.915000', '094218.918000', '094218.921000', '094218.923000', '094218.926000', '094218.928000', '094218.931000', '094218.933000', '094218.936000', '094218.939000', '094218.941000', '094218.944000', '094218.947000', '094218.949000', '094218.952000', '094230.276000', '094230.280000', '094230.283000', '094230.286000', '094230.289000', '094230.291000', '094230.294000', '094230.297000', '094230.299000', '094230.302000', '094230.305000', '094230.308000', '094230.310000', '094230.313000', '094230.316000', '094230.320000', '094230.323000', '094230.326000', '094230.329000', '094230.332000', '094230.334000', '094230.337000', '094230.340000', '094230.342000', '094230.345000'], 'InstanceCreationTime': ['093558.843000', '093558.847000', '093558.849000', '093558.852000', '093558.854000', '093558.857000', '093558.860000', '093558.862000', '093558.865000', '093558.867000', '093558.870000', '093558.872000', '093558.875000', '093558.877000', '093558.880000', '093558.883000', '093558.885000', '093558.894000', '093558.896000', '093558.899000', '093618.815000', '093618.834000', '093618.836000', '093618.839000', '093618.841000', '093618.844000', '093618.847000', '093618.849000', '093618.852000', '093618.854000', '093618.857000', '093618.859000', '093618.862000', '093618.865000', '093618.867000', '093618.870000', '093618.872000', '093618.875000', '093618.877000', '093618.880000', '093618.882000', '093618.885000', '093618.888000', '093618.890000', '093618.893000', '093618.895000', '093618.898000', '093618.911000', '093618.914000', '093618.916000', '093618.919000', '093618.921000', '093618.924000', '093618.926000', '093618.929000', '093618.932000', '093618.934000', '093618.937000', '093618.939000', '093618.942000', '093618.944000', '093618.947000', '093618.950000', '093618.959000', '093638.815000', '093638.818000', '093638.822000', '093638.825000', '093638.828000', '093638.831000', '093638.833000', '093638.836000', '093638.838000', '093638.841000', '093638.844000', '093638.846000', '093638.849000', '093638.851000', '093638.854000', '093638.856000', '093638.859000', '093638.862000', '093638.864000', '093638.867000', '093638.869000', '093638.872000', '093638.875000', '093638.878000', '093638.881000', '093638.883000', '093638.886000', '093638.888000', '093638.891000', '093638.894000', '093638.896000', '093638.899000', '093638.901000', '093638.904000', '093638.938000', '093638.941000', '093638.944000', '093638.946000', '093638.949000', '093638.952000', '093638.954000', '093638.957000', '093638.959000', '093658.815000', '093658.818000', '093658.821000', '093658.823000', '093658.826000', '093658.829000', '093658.831000', '093658.834000', '093658.836000', '093658.839000', '093658.841000', '093658.844000', '093658.847000', '093658.850000', '093658.852000', '093658.855000', '093658.857000', '093658.860000', '093658.863000', '093658.865000', '093658.868000', '093658.870000', '093658.873000', '093658.876000', '093658.878000', '093658.881000', '093658.883000', '093658.886000', '093658.889000', '093658.891000', '093658.894000', '093658.896000', '093658.899000', '093658.901000', '093658.904000', '093658.907000', '093658.909000', '093658.912000', '093658.914000', '093658.917000', '093658.919000', '093658.922000', '093658.925000', '093658.927000', '093718.815000', '093718.817000', '093718.820000', '093718.823000', '093718.825000', '093718.828000', '093718.830000', '093718.833000', '093718.836000', '093718.838000', '093718.841000', '093718.844000', '093718.846000', '093718.849000', '093718.852000', '093718.854000', '093718.857000', '093718.859000', '093718.862000', '093718.865000', '093718.867000', '093718.870000', '093718.873000', '093718.875000', '093718.878000', '093718.880000', '093718.883000', '093718.886000', '093718.888000', '093718.891000', '093718.893000', '093718.896000', '093718.899000', '093718.901000', '093718.904000', '093718.906000', '093718.909000', '093718.912000', '093718.914000', '093718.917000', '093718.919000', '093718.922000', '093718.924000', '093738.814000', '093738.817000', '093738.820000', '093738.822000', '093738.825000', '093738.828000', '093738.830000', '093738.833000', '093738.836000', '093738.838000', '093738.841000', '093738.843000', '093738.846000', '093738.849000', '093738.851000', '093738.854000', '093738.857000', '093738.859000', '093738.862000', '093738.865000', '093738.867000', '093738.870000', '093738.872000', '093738.875000', '093738.877000', '093738.880000', '093738.883000', '093738.885000', '093738.888000', '093738.890000', '093738.893000', '093738.895000', '093738.898000', '093738.901000', '093738.903000', '093738.906000', '093738.908000', '093738.911000', '093738.913000', '093738.916000', '093738.919000', '093738.921000', '093738.924000', '093738.926000', '093758.814000', '093758.817000', '093758.820000', '093758.823000', '093758.840000', '093758.842000', '093758.845000', '093758.848000', '093758.850000', '093758.853000', '093758.855000', '093758.858000', '093758.860000', '093758.863000', '093758.866000', '093758.868000', '093758.871000', '093758.873000', '093758.876000', '093758.879000', '093758.881000', '093758.884000', '093758.886000', '093758.889000', '093758.892000', '093758.894000', '093758.897000', '093758.899000', '093758.902000', '093758.905000', '093758.907000', '093758.910000', '093758.912000', '093758.915000', '093758.918000', '093758.920000', '093758.923000', '093758.927000', '093758.930000', '093758.932000', '093758.935000', '093758.938000', '093758.940000', '093818.815000', '093818.849000', '093818.852000', '093818.854000', '093818.857000', '093818.859000', '093818.862000', '093818.864000', '093818.867000', '093818.870000', '093818.872000', '093818.875000', '093818.877000', '093818.880000', '093818.882000', '093818.886000', '093818.889000', '093818.891000', '093818.894000', '093818.896000', '093818.899000', '093818.902000', '093818.904000', '093818.907000', '093818.909000', '093818.912000', '093818.914000', '093818.917000', '093818.919000', '093818.922000', '093818.936000', '093818.939000', '093818.941000', '093818.944000', '093818.946000', '093818.949000', '093818.952000', '093818.954000', '093818.957000', '093818.959000', '093818.962000', '093818.964000', '093818.967000', '093818.969000', '093838.815000', '093838.818000', '093838.821000', '093838.823000', '093838.826000', '093838.829000', '093838.831000', '093838.834000', '093838.836000', '093838.839000', '093838.841000', '093838.844000', '093838.847000', '093838.849000', '093838.852000', '093838.854000', '093838.857000', '093838.860000', '093838.862000', '093838.865000', '093838.867000', '093838.870000', '093838.872000', '093838.875000', '093838.878000', '093838.880000', '093838.883000', '093838.885000', '093838.888000', '093838.891000', '093838.893000', '093838.896000', '093838.899000', '093838.901000', '093838.904000', '093838.907000', '093838.909000', '093838.912000', '093838.915000', '093838.917000', '093838.920000', '093838.922000', '093838.925000', '093858.815000', '093858.840000', '093858.843000', '093858.846000', '093858.848000', '093858.851000', '093858.853000', '093858.856000', '093858.858000', '093858.861000', '093858.864000', '093858.866000', '093858.869000', '093858.871000', '093858.874000', '093858.877000', '093858.879000', '093858.882000', '093858.884000', '093858.887000', '093858.890000', '093858.892000', '093858.895000', '093858.897000', '093858.900000', '093858.903000', '093858.905000', '093858.908000', '093858.910000', '093858.913000', '093858.915000', '093858.918000', '093858.921000', '093858.923000', '093858.926000', '093858.928000', '093858.931000', '093858.934000', '093858.936000', '093858.939000', '093858.941000', '093858.944000', '093858.946000', '093858.949000', '093918.816000', '093918.818000', '093918.821000', '093918.824000', '093918.826000', '093918.829000', '093918.832000', '093918.834000', '093918.837000', '093918.839000', '093918.842000', '093918.844000', '093918.847000', '093918.850000', '093918.852000', '093918.855000', '093918.858000', '093918.860000', '093918.863000', '093918.865000', '093918.868000', '093918.870000', '093918.873000', '093918.876000', '093918.878000', '093918.881000', '093918.883000', '093918.886000', '093918.889000', '093918.891000', '093918.894000', '093918.896000', '093918.899000', '093918.902000', '093918.904000', '093918.907000', '093918.909000', '093918.912000', '093918.915000', '093918.917000', '093918.920000', '093918.923000', '093918.925000', '093938.815000', '093938.818000', '093938.820000', '093938.823000', '093938.825000', '093938.828000', '093938.831000', '093938.833000', '093938.836000', '093938.838000', '093938.841000', '093938.844000', '093938.846000', '093938.849000', '093938.851000', '093938.854000', '093938.856000', '093938.859000', '093938.862000', '093938.864000', '093938.867000', '093938.869000', '093938.872000', '093938.875000', '093938.877000', '093938.880000', '093938.882000', '093938.885000', '093938.888000', '093938.890000', '093938.893000', '093938.895000', '093938.898000', '093938.901000', '093938.903000', '093938.906000', '093938.909000', '093938.911000', '093938.914000', '093938.916000', '093938.919000', '093938.922000', '093938.924000', '093938.927000', '093958.815000', '093958.818000', '093958.820000', '093958.823000', '093958.826000', '093958.828000', '093958.831000', '093958.833000', '093958.836000', '093958.839000', '093958.841000', '093958.888000', '093958.891000', '093958.893000', '093958.896000', '093958.898000', '093958.901000', '093958.904000', '093958.906000', '093958.909000', '093958.911000', '093958.914000', '093958.917000', '093958.919000', '093958.923000', '093958.926000', '093958.928000', '093958.931000', '093958.933000', '093958.936000', '093958.939000', '093958.941000', '093958.944000', '093958.946000', '093958.949000', '093958.952000', '093958.954000', '093958.957000', '093958.959000', '093958.962000', '093958.965000', '093958.967000', '093958.970000', '094018.814000', '094018.858000', '094018.861000', '094018.864000', '094018.866000', '094018.869000', '094018.871000', '094018.874000', '094018.876000', '094018.879000', '094018.882000', '094018.884000', '094018.887000', '094018.890000', '094018.892000', '094018.895000', '094018.898000', '094018.900000', '094018.903000', '094018.905000', '094018.908000', '094018.910000', '094018.913000', '094018.916000', '094018.918000', '094018.921000', '094018.924000', '094018.926000', '094018.929000', '094018.931000', '094018.934000', '094018.937000', '094018.939000', '094018.942000', '094018.944000', '094018.947000', '094018.949000', '094018.952000', '094018.955000', '094018.957000', '094018.960000', '094018.963000', '094018.965000', '094018.968000', '094038.815000', '094038.853000', '094038.856000', '094038.859000', '094038.861000', '094038.864000', '094038.866000', '094038.869000', '094038.872000', '094038.875000', '094038.877000', '094038.880000', '094038.882000', '094038.885000', '094038.888000', '094038.890000', '094038.893000', '094038.895000', '094038.898000', '094038.901000', '094038.903000', '094038.906000', '094038.908000', '094038.911000', '094038.914000', '094038.916000', '094038.919000', '094038.921000', '094038.924000', '094038.927000', '094038.930000', '094038.932000', '094038.935000', '094038.937000', '094038.940000', '094038.942000', '094038.945000', '094038.948000', '094038.951000', '094038.954000', '094038.957000', '094038.960000', '094038.963000', '094058.816000', '094058.846000', '094058.848000', '094058.851000', '094058.854000', '094058.856000', '094058.859000', '094058.861000', '094058.864000', '094058.867000', '094058.869000', '094058.872000', '094058.874000', '094058.877000', '094058.880000', '094058.882000', '094058.885000', '094058.887000', '094058.890000', '094058.893000', '094058.895000', '094058.898000', '094058.901000', '094058.903000', '094058.906000', '094058.908000', '094058.911000', '094058.914000', '094058.916000', '094058.919000', '094058.921000', '094058.924000', '094058.926000', '094058.929000', '094058.932000', '094058.934000', '094058.937000', '094058.940000', '094058.942000', '094058.945000', '094058.947000', '094058.950000', '094058.952000', '094058.955000', '094118.816000', '094118.865000', '094118.868000', '094118.885000', '094118.888000', '094118.891000', '094118.893000', '094118.896000', '094118.898000', '094118.901000', '094118.904000', '094118.906000', '094118.909000', '094118.911000', '094118.914000', '094118.917000', '094118.919000', '094118.922000', '094118.924000', '094118.927000', '094118.930000', '094118.932000', '094118.935000', '094118.938000', '094118.940000', '094118.943000', '094118.945000', '094118.948000', '094118.950000', '094118.953000', '094118.956000', '094118.958000', '094118.961000', '094118.963000', '094118.966000', '094118.969000', '094119.001000', '094119.004000', '094119.008000', '094119.011000', '094119.013000', '094119.016000', '094119.019000', '094138.816000', '094138.819000', '094138.821000', '094138.824000', '094138.826000', '094138.829000', '094138.832000', '094138.834000', '094138.837000', '094138.840000', '094138.842000', '094138.845000', '094138.848000', '094138.850000', '094138.853000', '094138.856000', '094138.858000', '094138.861000', '094138.863000', '094138.866000', '094138.869000', '094138.871000', '094138.874000', '094138.877000', '094138.879000', '094138.882000', '094138.884000', '094138.887000', '094138.890000', '094138.892000', '094138.895000', '094138.897000', '094138.900000', '094138.903000', '094138.905000', '094138.908000', '094138.911000', '094138.913000', '094138.916000', '094138.918000', '094138.921000', '094138.923000', '094138.926000', '094138.929000', '094158.814000', '094158.875000', '094158.877000', '094158.880000', '094158.882000', '094158.885000', '094158.888000', '094158.890000', '094158.893000', '094158.895000', '094158.898000', '094158.901000', '094158.903000', '094158.906000', '094158.908000', '094158.911000', '094158.913000', '094158.916000', '094158.919000', '094158.921000', '094158.924000', '094158.927000', '094158.929000', '094158.932000', '094158.934000', '094158.937000', '094158.940000', '094158.942000', '094158.945000', '094158.947000', '094158.950000', '094158.953000', '094158.955000', '094158.958000', '094158.960000', '094158.963000', '094158.966000', '094158.968000', '094158.971000', '094158.974000', '094158.976000', '094158.979000', '094158.981000', '094218.815000', '094218.843000', '094218.846000', '094218.848000', '094218.851000', '094218.854000', '094218.856000', '094218.859000', '094218.861000', '094218.864000', '094218.867000', '094218.869000', '094218.872000', '094218.874000', '094218.877000', '094218.879000', '094218.882000', '094218.885000', '094218.887000', '094218.890000', '094218.892000', '094218.895000', '094218.897000', '094218.900000', '094218.903000', '094218.905000', '094218.908000', '094218.910000', '094218.913000', '094218.915000', '094218.918000', '094218.921000', '094218.923000', '094218.926000', '094218.928000', '094218.931000', '094218.933000', '094218.936000', '094218.939000', '094218.941000', '094218.944000', '094218.947000', '094218.949000', '094218.952000', '094230.276000', '094230.280000', '094230.283000', '094230.286000', '094230.289000', '094230.291000', '094230.294000', '094230.297000', '094230.299000', '094230.302000', '094230.305000', '094230.308000', '094230.310000', '094230.313000', '094230.316000', '094230.320000', '094230.323000', '094230.326000', '094230.329000', '094230.332000', '094230.334000', '094230.337000', '094230.340000', '094230.342000', '094230.345000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [9554, 7179, 8227, 8935, 7188, 13508, 8908, 6996, 8503, 6941, 9167, 8589, 8085, 12722, 6986, 8323, 8157, 6524, 10225, 7642, 8168, 8163, 6504, 9383, 7102, 8613, 8666, 6689, 9217, 7697, 7210, 9752, 7049, 9467, 8073, 6959, 9035, 7046, 8977, 8010, 7343, 11525, 6868, 9078, 6987, 7188, 9538, 6890, 12375, 7013, 8066, 7927, 6879, 8787, 7165, 11188, 9036, 7079, 8536, 7105, 8647, 7105, 7635, 9107, 6695, 9412, 7249, 8166, 7933, 6608, 10453, 7020, 8803, 8047, 6295, 10450, 9195, 10694, 7774, 6713, 7484, 6412, 7467, 10575, 7425, 9736, 6368, 7137, 7340, 6798, 11143, 8749, 9548, 7837, 6187, 8838, 7295, 9104, 11372, 7131, 9598, 6647, 7216, 7679, 6172, 13787, 10195, 6898, 7789, 6157, 8918, 8412, 8723, 13239, 6390, 9586, 6795, 7076, 7630, 6987, 8796, 9308, 7971, 8151, 7756, 7434, 7592, 7337, 9511, 7832, 8299, 8178, 7058, 7962, 6762, 11383, 9675, 6989, 8032, 6487, 7600, 8599, 6958, 9877, 7633, 8263, 13228, 6514, 6896, 7435, 6457, 11112, 10609, 12735, 10112, 6482, 8453, 6419, 7338, 8937, 7049, 7818, 6428, 6828, 8087, 6903, 9868, 8744, 6884, 8331, 6399, 8291, 8288, 7299, 12853, 8422, 8020, 8200, 6711, 8832, 7368, 10768, 9429, 6789, 8548, 6318, 7496, 10591, 7749, 13906, 6466, 6929, 7667, 6857, 9450, 9560, 9981, 10581, 6397, 7659, 7646, 6843, 10067, 8866, 12857, 7837, 6732, 8188, 6768, 11100, 9946, 6712, 7935, 6176, 7032, 8519, 6339, 10988, 6395, 6612, 7785, 6298, 10462, 10378, 7942, 8537, 6387, 7553, 8848, 6475, 12722, 10155, 11507, 7810, 6548, 8439, 6221, 13244, 9785, 8652, 8624, 6391, 8372, 6381, 9377, 8569, 7025, 7838, 6054, 8139, 7132, 6559, 10618, 6309, 8552, 6782, 6805, 7453, 6131, 11804, 8945, 6621, 7410, 6554, 8287, 8150, 8326, 10984, 6457, 7812, 6628, 6823, 7565, 6582, 11550, 9026, 6556, 7358, 6490, 8768, 8445, 6966, 13607, 8140, 6863, 7613, 6409, 8517, 8114, 10299, 10611, 6379, 8062, 6625, 6753, 8667, 6483, 14134, 10521, 6503, 7822, 6160, 8776, 8428, 9450, 13564, 6622, 9225, 6822, 6764, 7816, 6724, 11302, 8996, 6541, 7913, 6407, 9077, 7385, 7528, 10843, 7513, 11705, 6443, 6822, 7372, 6600, 10592, 8802, 8225, 8071, 6457, 7761, 6320, 8340, 9405, 7159, 7621, 6288, 8058, 6991, 6815, 9932, 7626, 6615, 8333, 6409, 6593, 9838, 7368, 12270, 10007, 7539, 8609, 6707, 10565, 8611, 9186, 12973, 7595, 8838, 6707, 6991, 7806, 7216, 11885, 9278, 6984, 7366, 6780, 8932, 8113, 7664, 12258, 6850, 8486, 6785, 7230, 11078, 8591, 13534, 6734, 7117, 7736, 6740, 10726, 10218, 9338, 10647, 6688, 8242, 6846, 7142, 11199, 8635, 13183, 7041, 6819, 8319, 6927, 11825, 10153, 9141, 9741, 6751, 8768, 7098, 7165, 10405, 8080, 13520, 6659, 7291, 7372, 7037, 10094, 8610, 8270, 7741, 7193, 7973, 6692, 7624, 10448, 7453, 10924, 7144, 7110, 7575, 7244, 11090, 8487, 10079, 7520, 7248, 7762, 6871, 7569, 10917, 7558, 7522, 7619, 7474, 10350, 8505, 10607, 12677, 7478, 9223, 6633, 7570, 9779, 7210, 14150, 11127, 7379, 7383, 7073, 8806, 7899, 8330, 11812, 7060, 8878, 6755, 7140, 9551, 8058, 12844, 7571, 7264, 8187, 6805, 11403, 10426, 10665, 12087, 7064, 9042, 6759, 7291, 8694, 7541, 13594, 6640, 7117, 7313, 7301, 9449, 8579, 10944, 9262, 7607, 8094, 7361, 7402, 8672, 7971, 12796, 8239, 7670, 7771, 7348, 8404, 7437, 12973, 9236, 7168, 8051, 6768, 7910, 8444, 7732, 8823, 6462, 6774, 8124, 8027, 6791, 9604, 9972, 7121, 7774, 7686, 7125, 10344, 9185, 11441, 10859, 6803, 9331, 6755, 6852, 10314, 7578, 10765, 6984, 6597, 8653, 6704, 7301, 12414, 7876, 7516, 7242, 6924, 9392, 6890, 10956, 11159, 7405, 8365, 6690, 7320, 7776, 7487, 11603, 8661, 12073, 7391, 7331, 8108, 7356, 10295, 9311, 10151, 13124, 9200, 14920, 11838, 12559, 13918, 10308, 14671, 12259, 9285, 11319, 7380, 9387, 6836, 7301, 7176, 6901, 7397, 7018, 6938, 6695, 7100, 10995, 6933, 7054, 7372, 6935, 7066, 9258, 7431, 13142, 9801, 7160, 7361, 6877, 9874, 7349, 7354, 7824, 7104, 9913, 6796, 7444, 9498, 7030, 8215, 6855, 7412, 6813, 7400, 8762, 7286, 7786, 10935, 7366, 7565, 6955, 7571, 9043, 7832, 9940, 6866, 7413, 7505, 7188, 11664, 8747, 11284, 7116, 7340, 7254, 7405, 9001, 7290, 7496, 8008, 7452, 7461, 7304, 7966, 6819, 7553, 7479, 7543, 12376, 9093, 11586, 6855, 7139, 7651, 7436, 9707, 7222, 10754, 9503, 7506, 7771, 7240, 8590, 7342, 7455, 8710, 7749, 8815, 7431, 7600, 7199, 7472, 9465, 7665, 11112, 6529, 7754, 9169, 6115, 9613, 8759, 6272, 11133, 9636, 6931, 8639, 6616, 6997, 9300, 7060, 13817, 10546, 7215, 8189, 6518, 9277, 7600, 7855, 12106, 6829, 7903, 6611, 7203, 8412, 7122, 12178, 8975, 6990, 8136, 6801, 9250, 7029, 7174, 12550, 7439, 9586, 6561, 7326, 7844, 7217, 10973, 8388, 7630, 8020, 6945, 8761, 6668, 9405, 8862, 7187, 8568, 6946, 8514, 6573, 7084, 10375, 7496, 11950, 6790, 7382, 8088, 6856, 10964, 8522, 9392, 8272, 7024, 8754, 6826, 7501, 10838, 7626, 11156, 6845, 7211, 7827, 6898, 10907, 8606, 7504, 8573, 6966, 7869, 8082, 7397, 14022, 10376, 7758, 7997, 6960, 9188, 7375, 7530, 12093, 6975, 7623, 8255, 7015, 9724, 8850, 7099, 10684, 7311, 6958, 8692, 6895, 10036, 9165, 7879, 10735, 7065, 7476, 7942, 7100, 11587, 9623, 12755, 8977, 7047, 8085, 6902, 7530, 9021, 7407, 9336, 7090, 7549, 7891, 7253, 10318, 8035, 9255, 8339, 7108, 8589, 6913, 7479, 10174, 7391, 11586, 6672, 7715, 7421, 6967, 10980, 7569, 11697, 6918, 6841, 8350, 6191, 9599, 8475, 6277, 8668, 8877, 6756, 7903, 8065, 6776, 10453, 7642, 10126, 13032, 7948, 10297, 6632, 6999, 7893, 7261, 11514, 8764, 7489, 7602, 7868, 8709, 7223, 7454, 9653, 7644, 12830, 7207, 7365, 7841, 7441, 11276, 8630, 9807, 8318, 7272], 'WindowCenter': [3765.0, 3707.0, 3713.0, 3723.0, 3689.0, 3750.0, 3706.0, 3674.0, 3692.0, 3672.0, 3702.0, 3693.0, 3694.0, 3734.0, 3671.0, 3691.0, 3681.0, 3660.0, 3714.0, 3683.0, 3691.0, 3692.0, 3661.0, 3701.0, 3672.0, 3692.0, 3705.0, 3672.0, 3703.0, 3683.0, 3682.0, 3716.0, 3684.0, 3715.0, 3693.0, 3672.0, 3703.0, 3671.0, 3703.0, 3693.0, 3683.0, 3723.0, 3672.0, 3691.0, 3672.0, 3670.0, 3701.0, 3671.0, 3722.0, 3670.0, 3680.0, 3681.0, 3659.0, 3691.0, 3671.0, 3712.0, 3690.0, 3668.0, 3689.0, 3669.0, 3689.0, 3670.0, 3680.0, 3690.0, 3660.0, 3701.0, 3670.0, 3678.0, 3681.0, 3659.0, 3713.0, 3683.0, 3703.0, 3694.0, 3662.0, 3714.0, 3703.0, 3713.0, 3670.0, 3660.0, 3669.0, 3648.0, 3671.0, 3713.0, 3684.0, 3714.0, 3663.0, 3672.0, 3672.0, 3661.0, 3724.0, 3694.0, 3702.0, 3681.0, 3650.0, 3691.0, 3672.0, 3692.0, 3712.0, 3659.0, 3700.0, 3660.0, 3670.0, 3670.0, 3648.0, 3722.0, 3703.0, 3658.0, 3669.0, 3648.0, 3689.0, 3692.0, 3690.0, 3722.0, 3647.0, 3689.0, 3657.0, 3657.0, 3669.0, 3658.0, 3693.0, 3704.0, 3682.0, 3679.0, 3679.0, 3669.0, 3681.0, 3670.0, 3703.0, 3681.0, 3692.0, 3693.0, 3671.0, 3692.0, 3671.0, 3723.0, 3714.0, 3672.0, 3682.0, 3663.0, 3683.0, 3694.0, 3671.0, 3700.0, 3683.0, 3691.0, 3723.0, 3661.0, 3672.0, 3670.0, 3648.0, 3712.0, 3712.0, 3722.0, 3700.0, 3649.0, 3678.0, 3648.0, 3670.0, 3692.0, 3670.0, 3669.0, 3660.0, 3658.0, 3681.0, 3673.0, 3715.0, 3704.0, 3672.0, 3693.0, 3660.0, 3681.0, 3693.0, 3672.0, 3725.0, 3682.0, 3678.0, 3680.0, 3659.0, 3692.0, 3672.0, 3714.0, 3704.0, 3660.0, 3692.0, 3649.0, 3669.0, 3714.0, 3681.0, 3722.0, 3648.0, 3660.0, 3669.0, 3658.0, 3700.0, 3701.0, 3702.0, 3701.0, 3648.0, 3668.0, 3670.0, 3658.0, 3702.0, 3690.0, 3721.0, 3681.0, 3660.0, 3679.0, 3671.0, 3713.0, 3713.0, 3660.0, 3669.0, 3638.0, 3656.0, 3689.0, 3648.0, 3712.0, 3663.0, 3660.0, 3681.0, 3661.0, 3713.0, 3713.0, 3682.0, 3691.0, 3661.0, 3670.0, 3691.0, 3650.0, 3724.0, 3703.0, 3711.0, 3669.0, 3647.0, 3668.0, 3639.0, 3722.0, 3689.0, 3676.0, 3678.0, 3636.0, 3665.0, 3649.0, 3688.0, 3679.0, 3657.0, 3667.0, 3637.0, 3667.0, 3658.0, 3647.0, 3699.0, 3649.0, 3678.0, 3659.0, 3648.0, 3659.0, 3647.0, 3712.0, 3691.0, 3648.0, 3658.0, 3649.0, 3679.0, 3683.0, 3681.0, 3714.0, 3650.0, 3670.0, 3660.0, 3659.0, 3670.0, 3661.0, 3712.0, 3691.0, 3651.0, 3671.0, 3662.0, 3691.0, 3691.0, 3660.0, 3733.0, 3683.0, 3659.0, 3670.0, 3648.0, 3680.0, 3681.0, 3702.0, 3715.0, 3651.0, 3680.0, 3660.0, 3648.0, 3693.0, 3651.0, 3723.0, 3702.0, 3649.0, 3670.0, 3651.0, 3681.0, 3693.0, 3704.0, 3735.0, 3660.0, 3690.0, 3649.0, 3648.0, 3668.0, 3661.0, 3700.0, 3690.0, 3648.0, 3670.0, 3648.0, 3678.0, 3660.0, 3668.0, 3701.0, 3658.0, 3709.0, 3648.0, 3647.0, 3659.0, 3648.0, 3700.0, 3690.0, 3679.0, 3669.0, 3649.0, 3668.0, 3649.0, 3679.0, 3690.0, 3671.0, 3672.0, 3661.0, 3681.0, 3674.0, 3660.0, 3702.0, 3681.0, 3659.0, 3680.0, 3660.0, 3660.0, 3702.0, 3684.0, 3725.0, 3704.0, 3671.0, 3682.0, 3661.0, 3701.0, 3691.0, 3689.0, 3722.0, 3670.0, 3678.0, 3648.0, 3658.0, 3670.0, 3672.0, 3712.0, 3691.0, 3658.0, 3659.0, 3660.0, 3691.0, 3681.0, 3682.0, 3725.0, 3661.0, 3681.0, 3660.0, 3669.0, 3713.0, 3692.0, 3723.0, 3650.0, 3658.0, 3670.0, 3660.0, 3701.0, 3702.0, 3690.0, 3701.0, 3649.0, 3668.0, 3647.0, 3658.0, 3711.0, 3679.0, 3710.0, 3657.0, 3648.0, 3669.0, 3659.0, 3710.0, 3689.0, 3678.0, 3687.0, 3646.0, 3666.0, 3648.0, 3656.0, 3698.0, 3667.0, 3709.0, 3645.0, 3657.0, 3656.0, 3645.0, 3699.0, 3678.0, 3668.0, 3667.0, 3657.0, 3668.0, 3649.0, 3667.0, 3700.0, 3668.0, 3714.0, 3660.0, 3658.0, 3668.0, 3671.0, 3712.0, 3680.0, 3700.0, 3669.0, 3669.0, 3668.0, 3660.0, 3682.0, 3714.0, 3683.0, 3682.0, 3682.0, 3670.0, 3702.0, 3693.0, 3703.0, 3723.0, 3671.0, 3690.0, 3649.0, 3668.0, 3701.0, 3670.0, 3723.0, 3701.0, 3656.0, 3656.0, 3656.0, 3677.0, 3680.0, 3679.0, 3712.0, 3658.0, 3679.0, 3648.0, 3658.0, 3701.0, 3670.0, 3712.0, 3670.0, 3659.0, 3667.0, 3648.0, 3711.0, 3700.0, 3701.0, 3711.0, 3659.0, 3678.0, 3645.0, 3656.0, 3679.0, 3666.0, 3709.0, 3648.0, 3658.0, 3659.0, 3658.0, 3690.0, 3680.0, 3699.0, 3689.0, 3668.0, 3667.0, 3658.0, 3658.0, 3679.0, 3668.0, 3711.0, 3681.0, 3667.0, 3669.0, 3657.0, 3681.0, 3671.0, 3722.0, 3692.0, 3660.0, 3668.0, 3662.0, 3665.0, 3677.0, 3679.0, 3676.0, 3647.0, 3645.0, 3666.0, 3668.0, 3659.0, 3702.0, 3703.0, 3672.0, 3671.0, 3671.0, 3659.0, 3689.0, 3690.0, 3701.0, 3699.0, 3648.0, 3678.0, 3648.0, 3646.0, 3700.0, 3671.0, 3712.0, 3659.0, 3659.0, 3678.0, 3648.0, 3657.0, 3711.0, 3681.0, 3670.0, 3670.0, 3659.0, 3689.0, 3660.0, 3701.0, 3700.0, 3658.0, 3666.0, 3647.0, 3656.0, 3656.0, 3657.0, 3700.0, 3679.0, 3699.0, 3657.0, 3656.0, 3667.0, 3657.0, 3689.0, 3678.0, 3688.0, 3711.0, 3691.0, 3721.0, 3711.0, 3712.0, 3723.0, 3703.0, 3722.0, 3710.0, 3677.0, 3686.0, 3643.0, 3663.0, 3631.0, 3642.0, 3631.0, 3631.0, 3640.0, 3630.0, 3629.0, 3630.0, 3642.0, 3684.0, 3643.0, 3643.0, 3642.0, 3643.0, 3642.0, 3674.0, 3643.0, 3695.0, 3675.0, 3631.0, 3630.0, 3619.0, 3661.0, 3630.0, 3628.0, 3639.0, 3617.0, 3659.0, 3619.0, 3629.0, 3662.0, 3630.0, 3650.0, 3630.0, 3640.0, 3631.0, 3643.0, 3664.0, 3656.0, 3656.0, 3698.0, 3657.0, 3666.0, 3657.0, 3655.0, 3674.0, 3655.0, 3686.0, 3647.0, 3645.0, 3645.0, 3646.0, 3699.0, 3668.0, 3687.0, 3646.0, 3645.0, 3643.0, 3644.0, 3665.0, 3656.0, 3657.0, 3667.0, 3656.0, 3657.0, 3657.0, 3667.0, 3647.0, 3656.0, 3657.0, 3667.0, 3710.0, 3681.0, 3700.0, 3648.0, 3658.0, 3668.0, 3657.0, 3688.0, 3658.0, 3699.0, 3690.0, 3657.0, 3657.0, 3658.0, 3677.0, 3657.0, 3657.0, 3679.0, 3668.0, 3691.0, 3669.0, 3668.0, 3659.0, 3669.0, 3701.0, 3671.0, 3712.0, 3660.0, 3682.0, 3706.0, 3652.0, 3692.0, 3680.0, 3662.0, 3715.0, 3705.0, 3674.0, 3694.0, 3663.0, 3673.0, 3705.0, 3662.0, 3724.0, 3703.0, 3659.0, 3681.0, 3649.0, 3690.0, 3672.0, 3670.0, 3713.0, 3649.0, 3669.0, 3649.0, 3659.0, 3681.0, 3661.0, 3712.0, 3692.0, 3660.0, 3670.0, 3649.0, 3679.0, 3659.0, 3658.0, 3711.0, 3658.0, 3690.0, 3648.0, 3657.0, 3668.0, 3670.0, 3701.0, 3681.0, 3668.0, 3668.0, 3659.0, 3679.0, 3648.0, 3679.0, 3680.0, 3658.0, 3667.0, 3648.0, 3667.0, 3647.0, 3659.0, 3701.0, 3658.0, 3699.0, 3648.0, 3658.0, 3669.0, 3648.0, 3699.0, 3680.0, 3679.0, 3668.0, 3646.0, 3679.0, 3649.0, 3657.0, 3700.0, 3658.0, 3699.0, 3649.0, 3658.0, 3657.0, 3659.0, 3701.0, 3679.0, 3671.0, 3679.0, 3660.0, 3667.0, 3669.0, 3660.0, 3724.0, 3703.0, 3669.0, 3668.0, 3646.0, 3678.0, 3660.0, 3657.0, 3712.0, 3658.0, 3658.0, 3668.0, 3659.0, 3690.0, 3679.0, 3658.0, 3689.0, 3658.0, 3658.0, 3679.0, 3658.0, 3691.0, 3681.0, 3669.0, 3689.0, 3647.0, 3657.0, 3666.0, 3646.0, 3698.0, 3679.0, 3698.0, 3667.0, 3645.0, 3654.0, 3647.0, 3657.0, 3677.0, 3657.0, 3677.0, 3646.0, 3655.0, 3667.0, 3658.0, 3690.0, 3669.0, 3678.0, 3667.0, 3646.0, 3667.0, 3646.0, 3657.0, 3689.0, 3658.0, 3700.0, 3646.0, 3655.0, 3656.0, 3646.0, 3699.0, 3657.0, 3699.0, 3659.0, 3648.0, 3681.0, 3641.0, 3691.0, 3681.0, 3649.0, 3680.0, 3681.0, 3651.0, 3669.0, 3669.0, 3648.0, 3689.0, 3671.0, 3689.0, 3710.0, 3670.0, 3690.0, 3648.0, 3646.0, 3656.0, 3657.0, 3698.0, 3668.0, 3656.0, 3657.0, 3668.0, 3667.0, 3658.0, 3657.0, 3688.0, 3658.0, 3711.0, 3659.0, 3658.0, 3669.0, 3657.0, 3700.0, 3681.0, 3689.0, 3668.0, 3658.0], 'WindowWidth': [8481.0, 8388.0, 8384.0, 8395.0, 8341.0, 8421.0, 8356.0, 8308.0, 8328.0, 8301.0, 8342.0, 8331.0, 8333.0, 8387.0, 8299.0, 8322.0, 8309.0, 8282.0, 8358.0, 8317.0, 8324.0, 8327.0, 8285.0, 8337.0, 8301.0, 8328.0, 8349.0, 8302.0, 8342.0, 8317.0, 8316.0, 8366.0, 8322.0, 8364.0, 8330.0, 8301.0, 8341.0, 8299.0, 8345.0, 8331.0, 8317.0, 8370.0, 8299.0, 8324.0, 8299.0, 8295.0, 8339.0, 8298.0, 8366.0, 8294.0, 8305.0, 8308.0, 8278.0, 8323.0, 8299.0, 8352.0, 8321.0, 8289.0, 8315.0, 8290.0, 8317.0, 8296.0, 8308.0, 8321.0, 8281.0, 8335.0, 8294.0, 8302.0, 8312.0, 8280.0, 8359.0, 8319.0, 8342.0, 8335.0, 8289.0, 8357.0, 8341.0, 8351.0, 8291.0, 8278.0, 8287.0, 8262.0, 8294.0, 8354.0, 8319.0, 8360.0, 8289.0, 8297.0, 8297.0, 8283.0, 8370.0, 8330.0, 8337.0, 8309.0, 8266.0, 8320.0, 8297.0, 8324.0, 8352.0, 8278.0, 8332.0, 8279.0, 8291.0, 8292.0, 8263.0, 8364.0, 8340.0, 8275.0, 8289.0, 8262.0, 8316.0, 8326.0, 8320.0, 8365.0, 8259.0, 8316.0, 8271.0, 8271.0, 8288.0, 8276.0, 8329.0, 8346.0, 8311.0, 8304.0, 8304.0, 8290.0, 8309.0, 8294.0, 8340.0, 8312.0, 8326.0, 8329.0, 8300.0, 8326.0, 8298.0, 8367.0, 8358.0, 8298.0, 8312.0, 8288.0, 8316.0, 8330.0, 8296.0, 8333.0, 8315.0, 8321.0, 8368.0, 8284.0, 8298.0, 8292.0, 8262.0, 8351.0, 8351.0, 8362.0, 8330.0, 8261.0, 8299.0, 8261.0, 8291.0, 8323.0, 8292.0, 8289.0, 8279.0, 8274.0, 8309.0, 8302.0, 8359.0, 8345.0, 8299.0, 8325.0, 8281.0, 8307.0, 8328.0, 8298.0, 8372.0, 8310.0, 8301.0, 8304.0, 8275.0, 8324.0, 8300.0, 8355.0, 8343.0, 8280.0, 8323.0, 8263.0, 8290.0, 8356.0, 8307.0, 8364.0, 8263.0, 8278.0, 8291.0, 8275.0, 8334.0, 8334.0, 8338.0, 8333.0, 8262.0, 8286.0, 8290.0, 8274.0, 8337.0, 8320.0, 8360.0, 8309.0, 8278.0, 8300.0, 8299.0, 8355.0, 8356.0, 8279.0, 8287.0, 8246.0, 8266.0, 8314.0, 8260.0, 8351.0, 8289.0, 8279.0, 8307.0, 8283.0, 8355.0, 8355.0, 8311.0, 8322.0, 8283.0, 8291.0, 8320.0, 8265.0, 8368.0, 8340.0, 8346.0, 8288.0, 8256.0, 8284.0, 8250.0, 8361.0, 8314.0, 8293.0, 8295.0, 8238.0, 8276.0, 8261.0, 8311.0, 8300.0, 8268.0, 8281.0, 8242.0, 8281.0, 8273.0, 8257.0, 8329.0, 8262.0, 8297.0, 8274.0, 8259.0, 8276.0, 8257.0, 8352.0, 8321.0, 8259.0, 8271.0, 8262.0, 8303.0, 8312.0, 8308.0, 8356.0, 8266.0, 8291.0, 8280.0, 8274.0, 8293.0, 8282.0, 8350.0, 8323.0, 8268.0, 8295.0, 8287.0, 8320.0, 8322.0, 8279.0, 8379.0, 8313.0, 8277.0, 8292.0, 8260.0, 8304.0, 8309.0, 8336.0, 8357.0, 8267.0, 8304.0, 8278.0, 8257.0, 8326.0, 8269.0, 8364.0, 8335.0, 8262.0, 8291.0, 8268.0, 8305.0, 8327.0, 8343.0, 8385.0, 8278.0, 8315.0, 8262.0, 8259.0, 8284.0, 8279.0, 8329.0, 8317.0, 8258.0, 8288.0, 8259.0, 8296.0, 8276.0, 8284.0, 8332.0, 8272.0, 8340.0, 8258.0, 8255.0, 8272.0, 8257.0, 8329.0, 8317.0, 8300.0, 8288.0, 8261.0, 8283.0, 8261.0, 8300.0, 8318.0, 8295.0, 8296.0, 8284.0, 8309.0, 8304.0, 8279.0, 8336.0, 8307.0, 8274.0, 8303.0, 8278.0, 8277.0, 8335.0, 8318.0, 8371.0, 8343.0, 8292.0, 8308.0, 8281.0, 8330.0, 8319.0, 8314.0, 8363.0, 8288.0, 8295.0, 8258.0, 8269.0, 8289.0, 8296.0, 8347.0, 8319.0, 8272.0, 8274.0, 8277.0, 8317.0, 8308.0, 8310.0, 8371.0, 8281.0, 8304.0, 8276.0, 8289.0, 8351.0, 8321.0, 8364.0, 8262.0, 8272.0, 8289.0, 8276.0, 8331.0, 8336.0, 8316.0, 8330.0, 8260.0, 8282.0, 8256.0, 8270.0, 8345.0, 8302.0, 8341.0, 8269.0, 8256.0, 8284.0, 8272.0, 8341.0, 8314.0, 8296.0, 8305.0, 8252.0, 8277.0, 8255.0, 8265.0, 8323.0, 8280.0, 8339.0, 8249.0, 8265.0, 8263.0, 8249.0, 8325.0, 8298.0, 8283.0, 8281.0, 8269.0, 8282.0, 8260.0, 8282.0, 8331.0, 8286.0, 8356.0, 8277.0, 8271.0, 8285.0, 8292.0, 8347.0, 8304.0, 8329.0, 8287.0, 8288.0, 8286.0, 8278.0, 8310.0, 8356.0, 8315.0, 8309.0, 8310.0, 8294.0, 8336.0, 8328.0, 8338.0, 8367.0, 8294.0, 8317.0, 8260.0, 8286.0, 8332.0, 8290.0, 8365.0, 8330.0, 8265.0, 8266.0, 8266.0, 8293.0, 8302.0, 8299.0, 8347.0, 8272.0, 8299.0, 8260.0, 8272.0, 8333.0, 8289.0, 8347.0, 8289.0, 8273.0, 8281.0, 8257.0, 8345.0, 8329.0, 8330.0, 8345.0, 8272.0, 8295.0, 8249.0, 8263.0, 8298.0, 8279.0, 8340.0, 8256.0, 8268.0, 8271.0, 8269.0, 8315.0, 8302.0, 8326.0, 8313.0, 8282.0, 8280.0, 8271.0, 8269.0, 8301.0, 8285.0, 8345.0, 8305.0, 8282.0, 8285.0, 8268.0, 8304.0, 8293.0, 8360.0, 8321.0, 8278.0, 8283.0, 8284.0, 8275.0, 8295.0, 8301.0, 8291.0, 8254.0, 8249.0, 8276.0, 8282.0, 8275.0, 8335.0, 8340.0, 8297.0, 8293.0, 8292.0, 8274.0, 8313.0, 8314.0, 8331.0, 8325.0, 8255.0, 8295.0, 8256.0, 8252.0, 8328.0, 8292.0, 8347.0, 8275.0, 8273.0, 8296.0, 8257.0, 8269.0, 8344.0, 8307.0, 8289.0, 8290.0, 8274.0, 8311.0, 8276.0, 8331.0, 8331.0, 8269.0, 8277.0, 8254.0, 8262.0, 8265.0, 8267.0, 8328.0, 8300.0, 8323.0, 8267.0, 8263.0, 8277.0, 8265.0, 8312.0, 8296.0, 8307.0, 8343.0, 8319.0, 8362.0, 8348.0, 8349.0, 8367.0, 8337.0, 8362.0, 8344.0, 8292.0, 8301.0, 8240.0, 8266.0, 8222.0, 8235.0, 8220.0, 8221.0, 8230.0, 8219.0, 8215.0, 8219.0, 8239.0, 8296.0, 8242.0, 8240.0, 8238.0, 8241.0, 8238.0, 8284.0, 8239.0, 8312.0, 8285.0, 8218.0, 8217.0, 8201.0, 8255.0, 8215.0, 8209.0, 8224.0, 8195.0, 8253.0, 8200.0, 8213.0, 8260.0, 8216.0, 8243.0, 8218.0, 8230.0, 8221.0, 8239.0, 8269.0, 8261.0, 8262.0, 8319.0, 8268.0, 8278.0, 8267.0, 8261.0, 8283.0, 8261.0, 8302.0, 8252.0, 8246.0, 8245.0, 8249.0, 8324.0, 8280.0, 8303.0, 8250.0, 8245.0, 8240.0, 8244.0, 8273.0, 8264.0, 8268.0, 8280.0, 8263.0, 8266.0, 8268.0, 8280.0, 8255.0, 8264.0, 8267.0, 8280.0, 8343.0, 8305.0, 8326.0, 8257.0, 8269.0, 8282.0, 8267.0, 8307.0, 8271.0, 8325.0, 8314.0, 8267.0, 8266.0, 8268.0, 8293.0, 8268.0, 8268.0, 8298.0, 8284.0, 8316.0, 8286.0, 8282.0, 8273.0, 8287.0, 8332.0, 8291.0, 8350.0, 8281.0, 8309.0, 8347.0, 8268.0, 8319.0, 8301.0, 8284.0, 8355.0, 8343.0, 8302.0, 8326.0, 8285.0, 8298.0, 8344.0, 8281.0, 8367.0, 8337.0, 8273.0, 8301.0, 8260.0, 8314.0, 8295.0, 8289.0, 8351.0, 8259.0, 8285.0, 8259.0, 8272.0, 8305.0, 8280.0, 8346.0, 8320.0, 8275.0, 8288.0, 8260.0, 8297.0, 8273.0, 8271.0, 8345.0, 8271.0, 8312.0, 8255.0, 8266.0, 8281.0, 8289.0, 8333.0, 8304.0, 8283.0, 8283.0, 8270.0, 8296.0, 8259.0, 8299.0, 8300.0, 8268.0, 8278.0, 8254.0, 8277.0, 8254.0, 8273.0, 8330.0, 8270.0, 8325.0, 8255.0, 8267.0, 8284.0, 8255.0, 8325.0, 8301.0, 8297.0, 8280.0, 8251.0, 8296.0, 8260.0, 8267.0, 8328.0, 8268.0, 8325.0, 8258.0, 8269.0, 8267.0, 8273.0, 8330.0, 8300.0, 8290.0, 8299.0, 8275.0, 8280.0, 8285.0, 8274.0, 8369.0, 8336.0, 8285.0, 8281.0, 8250.0, 8293.0, 8275.0, 8267.0, 8344.0, 8269.0, 8267.0, 8281.0, 8272.0, 8316.0, 8300.0, 8271.0, 8312.0, 8269.0, 8268.0, 8297.0, 8270.0, 8317.0, 8303.0, 8283.0, 8309.0, 8253.0, 8264.0, 8276.0, 8249.0, 8321.0, 8296.0, 8320.0, 8277.0, 8245.0, 8256.0, 8253.0, 8265.0, 8290.0, 8264.0, 8291.0, 8249.0, 8259.0, 8279.0, 8268.0, 8313.0, 8284.0, 8295.0, 8277.0, 8249.0, 8276.0, 8250.0, 8266.0, 8311.0, 8269.0, 8324.0, 8250.0, 8260.0, 8263.0, 8250.0, 8323.0, 8267.0, 8322.0, 8272.0, 8256.0, 8303.0, 8252.0, 8315.0, 8303.0, 8261.0, 8304.0, 8303.0, 8265.0, 8284.0, 8285.0, 8257.0, 8309.0, 8291.0, 8312.0, 8341.0, 8284.0, 8310.0, 8253.0, 8248.0, 8261.0, 8268.0, 8321.0, 8281.0, 8263.0, 8265.0, 8281.0, 8277.0, 8268.0, 8264.0, 8309.0, 8269.0, 8344.0, 8271.0, 8268.0, 8284.0, 8265.0, 8325.0, 8302.0, 8308.0, 8281.0, 8266.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0022189850057670124</td></tr>
<tr><td colspan=3>aqi</td><td>0.0426502523644752</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.24110286193996</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1103376598498853</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9805572005773681</td></tr>
<tr><td colspan=3>efc</td><td>0.4371</td></tr>
<tr><td colspan=3>fber</td><td>7510.103</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14025834558711406</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.878892733564014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.427208998067748</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2814039456070914</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6539858458149554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346237202781197</td></tr>
<tr><td colspan=3>gcor</td><td>0.00679514</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01826806738972664</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02158506028354168</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.923819610272088</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.0826</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.1318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.8298</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313877.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.4603</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2362</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.4568</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2996.0475</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>62667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.8022</td></tr>
<tr><td colspan=3>tsnr</td><td>31.458981427014805</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>