<?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-0107_ses-01_task-alignvideo_acq-mb8_run-01_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-0107_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0107_suffix-bold_task-alignvideo" 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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_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-0107/ses-01/func/sub-0107_ses-01_task-alignvideo_acq-mb8_run-01_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>48d58e16cccfe3d70c29a1ae2fe513c8</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>10:20:47.547500</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.999071, 0.0309688, 0.0299609, -0.0266851, 0.990609, -0.134098]</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-01_task-alignvideo_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.0805897</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7752, -7287, 399, -131, -199, 38, 89]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>722f2511-14d9-4fde-9bec-aff065eac5eb||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.6804349422454834, -0.07159408181905746, 0.09134746342897415, 115.61528778076172], [-0.08308708667755127, 2.6577305793762207, -0.35957029461860657, -90.09952545166016], [0.08038290590047836, 0.35977575182914734, 2.6743905544281006, -107.87345123291016], [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, 1073]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['102047.547500', '102048.007500', '102048.467500', '102048.927500', '102049.387500', '102049.847500', '102050.307500', '102050.767500', '102051.227500', '102051.687500', '102052.147500', '102052.607500', '102053.067500', '102053.527500', '102053.987500', '102054.447500', '102054.907500', '102055.367500', '102055.827500', '102056.287500', '102056.747500', '102057.207500', '102057.667500', '102058.127500', '102058.587500', '102059.047500', '102059.507500', '102059.967500', '102100.427500', '102100.887500', '102101.347500', '102101.807500', '102102.267500', '102102.727500', '102103.187500', '102103.647500', '102104.107500', '102104.567500', '102105.027500', '102105.487500', '102105.947500', '102106.407500', '102106.867500', '102107.327500', '102107.787500', '102108.247500', '102108.707500', '102109.167500', '102109.627500', '102110.087500', '102110.547500', '102111.007500', '102111.467500', '102111.927500', '102112.387500', '102112.847500', '102113.307500', '102113.767500', '102114.227500', '102114.687500', '102115.147500', '102115.607500', '102116.067500', '102116.527500', '102116.987500', '102117.447500', '102117.907500', '102118.367500', '102118.827500', '102119.287500', '102119.747500', '102120.207500', '102120.667500', '102121.127500', '102121.587500', '102122.047500', '102122.507500', '102122.967500', '102123.427500', '102123.887500', '102124.347500', '102124.807500', '102125.267500', '102125.727500', '102126.187500', '102126.647500', '102127.107500', '102127.567500', '102128.027500', '102128.487500', '102128.947500', '102129.407500', '102129.867500', '102130.327500', '102130.787500', '102131.247500', '102131.707500', '102132.167500', '102132.627500', '102133.087500', '102133.547500', '102134.007500', '102134.467500', '102134.927500', '102135.387500', '102135.847500', '102136.307500', '102136.767500', '102137.227500', '102137.687500', '102138.147500', '102138.607500', '102139.067500', '102139.527500', '102139.987500', '102140.447500', '102140.907500', '102141.367500', '102141.827500', '102142.287500', '102142.747500', '102143.207500', '102143.667500', '102144.127500', '102144.587500', '102145.047500', '102145.507500', '102145.967500', '102146.427500', '102146.887500', '102147.347500', '102147.807500', '102148.267500', '102148.727500', '102149.187500', '102149.647500', '102150.107500', '102150.567500', '102151.027500', '102151.487500', '102151.947500', '102152.407500', '102152.867500', '102153.327500', '102153.787500', '102154.247500', '102154.707500', '102155.167500', '102155.627500', '102156.087500', '102156.547500', '102157.007500', '102157.467500', '102157.927500', '102158.387500', '102158.847500', '102159.307500', '102159.767500', '102200.227500', '102200.687500', '102201.147500', '102201.607500', '102202.067500', '102202.527500', '102202.987500', '102203.447500', '102203.907500', '102204.367500', '102204.827500', '102205.287500', '102205.747500', '102206.207500', '102206.667500', '102207.127500', '102207.587500', '102208.047500', '102208.507500', '102208.967500', '102209.427500', '102209.887500', '102210.347500', '102210.807500', '102211.267500', '102211.727500', '102212.187500', '102212.647500', '102213.107500', '102213.567500', '102214.027500', '102214.487500', '102214.947500', '102215.407500', '102215.867500', '102216.327500', '102216.787500', '102217.247500', '102217.707500', '102218.167500', '102218.627500', '102219.087500', '102219.547500', '102220.007500', '102220.467500', '102220.927500', '102221.387500', '102221.847500', '102222.307500', '102222.767500', '102223.227500', '102223.687500', '102224.147500', '102224.607500', '102225.067500', '102225.527500', '102225.987500', '102226.447500', '102226.907500', '102227.367500', '102227.827500', '102228.287500', '102228.747500', '102229.207500', '102229.667500', '102230.127500', '102230.587500', '102231.047500', '102231.507500', '102231.967500', '102232.427500', '102232.887500', '102233.347500', '102233.807500', '102234.267500', '102234.727500', '102235.187500', '102235.647500', '102236.107500', '102236.567500', '102237.027500', '102237.487500', '102237.947500', '102238.407500', '102238.867500', '102239.327500', '102239.787500', '102240.247500', '102240.707500', '102241.167500', '102241.627500', '102242.087500', '102242.547500', '102243.007500', '102243.467500', '102243.927500', '102244.387500', '102244.847500', '102245.307500', '102245.767500', '102246.227500', '102246.687500', '102247.147500', '102247.607500', '102248.067500', '102248.527500', '102248.987500', '102249.447500', '102249.907500', '102250.367500', '102250.827500', '102251.287500', '102251.747500', '102252.207500', '102252.667500', '102253.127500', '102253.587500', '102254.047500', '102254.507500', '102254.967500', '102255.427500', '102255.887500', '102256.347500', '102256.807500', '102257.267500', '102257.727500', '102258.187500', '102258.647500', '102259.107500', '102259.567500', '102300.027500', '102300.487500', '102300.947500', '102301.407500', '102301.867500', '102302.327500', '102302.787500', '102303.247500', '102303.707500', '102304.167500', '102304.627500', '102305.087500', '102305.547500', '102306.007500', '102306.467500', '102306.927500', '102307.387500', '102307.847500', '102308.307500', '102308.767500', '102309.227500', '102309.687500', '102310.147500', '102310.607500', '102311.067500', '102311.527500', '102311.987500', '102312.447500', '102312.907500', '102313.367500', '102313.827500', '102314.287500', '102314.747500', '102315.207500', '102315.667500', '102316.127500', '102316.587500', '102317.047500', '102317.507500', '102317.967500', '102318.427500', '102318.887500', '102319.347500', '102319.807500', '102320.267500', '102320.727500', '102321.187500', '102321.647500', '102322.107500', '102322.567500', '102323.027500', '102323.487500', '102323.947500', '102324.407500', '102324.867500', '102325.327500', '102325.787500', '102326.247500', '102326.707500', '102327.167500', '102327.627500', '102328.087500', '102328.547500', '102329.007500', '102329.467500', '102329.927500', '102330.387500', '102330.847500', '102331.307500', '102331.767500', '102332.227500', '102332.687500', '102333.147500', '102333.607500', '102334.067500', '102334.527500', '102334.987500', '102335.447500', '102335.907500', '102336.367500', '102336.827500', '102337.287500', '102337.747500', '102338.207500', '102338.667500', '102339.127500', '102339.587500', '102340.047500', '102340.507500', '102340.967500', '102341.427500', '102341.887500', '102342.347500', '102342.807500', '102343.267500', '102343.727500', '102344.187500', '102344.647500', '102345.107500', '102345.567500', '102346.027500', '102346.487500', '102346.947500', '102347.407500', '102347.867500', '102348.327500', '102348.787500', '102349.247500', '102349.707500', '102350.167500', '102350.627500', '102351.087500', '102351.547500', '102352.007500', '102352.467500', '102352.927500', '102353.387500', '102353.847500', '102354.307500', '102354.767500', '102355.227500', '102355.687500', '102356.147500', '102356.607500', '102357.067500', '102357.527500', '102357.987500', '102358.447500', '102358.907500', '102359.367500', '102359.827500', '102400.287500', '102400.747500', '102401.207500', '102401.667500', '102402.127500', '102402.587500', '102403.047500', '102403.507500', '102403.967500', '102404.427500', '102404.887500', '102405.347500', '102405.807500', '102406.267500', '102406.727500', '102407.187500', '102407.647500', '102408.107500', '102408.567500', '102409.027500', '102409.487500', '102409.947500', '102410.407500', '102410.867500', '102411.327500', '102411.787500', '102412.247500', '102412.707500', '102413.167500', '102413.627500', '102414.087500', '102414.547500', '102415.007500', '102415.467500', '102415.927500', '102416.387500', '102416.847500', '102417.307500', '102417.767500', '102418.227500', '102418.687500', '102419.147500', '102419.607500', '102420.067500', '102420.527500', '102420.987500', '102421.447500', '102421.907500', '102422.367500', '102422.827500', '102423.287500', '102423.747500', '102424.207500', '102424.667500', '102425.127500', '102425.587500', '102426.047500', '102426.507500', '102426.967500', '102427.427500', '102427.887500', '102428.347500', '102428.807500', '102429.267500', '102429.727500', '102430.187500', '102430.647500', '102431.107500', '102431.567500', '102432.027500', '102432.487500', '102432.947500', '102433.407500', '102433.867500', '102434.327500', '102434.787500', '102435.247500', '102435.707500', '102436.167500', '102436.627500', '102437.087500', '102437.547500', '102438.007500', '102438.467500', '102438.927500', '102439.387500', '102439.847500', '102440.307500', '102440.767500', '102441.227500', '102441.687500', '102442.147500', '102442.607500', '102443.067500', '102443.527500', '102443.987500', '102444.447500', '102444.907500', '102445.367500', '102445.827500', '102446.287500', '102446.747500', '102447.207500', '102447.667500', '102448.127500', '102448.587500', '102449.047500', '102449.507500', '102449.967500', '102450.427500', '102450.887500', '102451.347500', '102451.807500', '102452.267500', '102452.727500', '102453.187500', '102453.647500', '102454.107500', '102454.567500', '102455.027500', '102455.487500', '102455.947500', '102456.407500', '102456.867500', '102457.327500', '102457.787500', '102458.247500', '102458.707500', '102459.167500', '102459.627500', '102500.087500', '102500.547500', '102501.007500', '102501.467500', '102501.927500', '102502.387500', '102502.847500', '102503.307500', '102503.767500', '102504.227500', '102504.687500', '102505.147500', '102505.607500', '102506.067500', '102506.527500', '102506.987500', '102507.447500', '102507.907500', '102508.367500', '102508.827500', '102509.287500', '102509.747500', '102510.207500', '102510.667500', '102511.127500', '102511.587500', '102512.047500', '102512.507500', '102512.967500', '102513.427500', '102513.887500', '102514.347500', '102514.807500', '102515.267500', '102515.727500', '102516.187500', '102516.647500', '102517.107500', '102517.567500', '102518.027500', '102518.487500', '102518.947500', '102519.407500', '102519.867500', '102520.327500', '102520.787500', '102521.247500', '102521.707500', '102522.167500', '102522.627500', '102523.087500', '102523.547500', '102524.007500', '102524.467500', '102524.927500', '102525.387500', '102525.847500', '102526.307500', '102526.767500', '102527.227500', '102527.687500', '102528.147500', '102528.607500', '102529.067500', '102529.527500', '102529.987500', '102530.447500', '102530.907500', '102531.367500', '102531.827500', '102532.287500', '102532.747500', '102533.207500', '102533.667500', '102534.127500', '102534.587500', '102535.047500', '102535.507500', '102535.967500', '102536.427500', '102536.887500', '102537.347500', '102537.807500', '102538.267500', '102538.727500', '102539.187500', '102539.647500', '102540.107500', '102540.567500', '102541.027500', '102541.487500', '102541.947500', '102542.407500', '102542.867500', '102543.327500', '102543.787500', '102544.247500', '102544.707500', '102545.167500', '102545.627500', '102546.087500', '102546.547500', '102547.007500', '102547.467500', '102547.927500', '102548.387500', '102548.847500', '102549.307500', '102549.767500', '102550.227500', '102550.687500', '102551.147500', '102551.607500', '102552.067500', '102552.527500', '102552.987500', '102553.447500', '102553.907500', '102554.367500', '102554.827500', '102555.287500', '102555.747500', '102556.207500', '102556.667500', '102557.127500', '102557.587500', '102558.047500', '102558.507500', '102558.967500', '102559.427500', '102559.887500', '102600.347500', '102600.807500', '102601.267500', '102601.727500', '102602.187500', '102602.647500', '102603.107500', '102603.567500', '102604.027500', '102604.487500', '102604.947500', '102605.407500', '102605.867500', '102606.327500', '102606.787500', '102607.247500', '102607.707500', '102608.167500', '102608.627500', '102609.087500', '102609.547500', '102610.007500', '102610.467500', '102610.927500', '102611.387500', '102611.847500', '102612.307500', '102612.767500', '102613.227500', '102613.687500', '102614.147500', '102614.607500', '102615.067500', '102615.527500', '102615.987500', '102616.447500', '102616.907500', '102617.367500', '102617.827500', '102618.287500', '102618.747500', '102619.207500', '102619.667500', '102620.127500', '102620.587500', '102621.047500', '102621.507500', '102621.967500', '102622.427500', '102622.887500', '102623.347500', '102623.807500', '102624.267500', '102624.727500', '102625.187500', '102625.647500', '102626.107500', '102626.567500', '102627.027500', '102627.487500', '102627.947500', '102628.407500', '102628.867500', '102629.327500', '102629.787500', '102630.247500', '102630.707500', '102631.167500', '102631.627500', '102632.087500', '102632.547500', '102633.007500', '102633.467500', '102633.927500', '102634.387500', '102634.847500', '102635.307500', '102635.767500', '102636.227500', '102636.687500', '102637.147500', '102637.607500', '102638.067500', '102638.527500', '102638.987500', '102639.447500', '102639.907500', '102640.367500', '102640.827500', '102641.287500', '102641.747500', '102642.207500', '102642.667500', '102643.127500', '102643.587500', '102644.047500', '102644.507500', '102644.967500', '102645.427500', '102645.887500', '102646.347500', '102646.807500', '102647.267500', '102647.727500', '102648.187500', '102648.647500', '102649.107500', '102649.567500', '102650.027500', '102650.487500', '102650.947500', '102651.407500', '102651.867500', '102652.327500', '102652.787500', '102653.247500', '102653.707500', '102654.167500', '102654.627500', '102655.087500', '102655.547500', '102656.007500', '102656.467500', '102656.927500', '102657.387500', '102657.847500', '102658.307500', '102658.767500', '102659.227500', '102659.687500', '102700.147500', '102700.607500', '102701.067500', '102701.527500', '102701.987500', '102702.447500', '102702.907500', '102703.367500', '102703.827500', '102704.287500', '102704.747500', '102705.207500', '102705.667500', '102706.127500', '102706.587500', '102707.047500', '102707.507500', '102707.967500', '102708.427500', '102708.887500', '102709.347500', '102709.807500', '102710.267500', '102710.727500', '102711.187500', '102711.647500', '102712.107500', '102712.567500', '102713.027500', '102713.487500', '102713.947500', '102714.407500', '102714.867500', '102715.327500', '102715.787500', '102716.247500', '102716.707500', '102717.167500', '102717.627500', '102718.087500', '102718.547500', '102719.007500', '102719.467500', '102719.927500', '102720.387500', '102720.847500', '102721.307500', '102721.767500', '102722.227500', '102722.687500', '102723.147500', '102723.607500', '102724.067500', '102724.527500', '102724.987500', '102725.447500', '102725.907500', '102726.367500', '102726.827500', '102727.287500', '102727.747500', '102728.207500', '102728.667500', '102729.127500', '102729.587500', '102730.047500', '102730.507500', '102730.967500', '102731.427500', '102731.887500', '102732.347500', '102732.807500', '102733.267500', '102733.727500', '102734.187500', '102734.647500', '102735.107500', '102735.567500', '102736.027500', '102736.487500', '102736.947500', '102737.407500', '102737.867500', '102738.327500', '102738.787500', '102739.247500', '102739.707500', '102740.167500', '102740.627500', '102741.087500', '102741.547500', '102742.007500', '102742.467500', '102742.927500', '102743.387500', '102743.847500', '102744.307500', '102744.767500', '102745.227500', '102745.687500', '102746.147500', '102746.607500', '102747.067500', '102747.527500', '102747.987500', '102748.447500', '102748.907500', '102749.367500', '102749.827500', '102750.287500', '102750.747500', '102751.207500', '102751.667500', '102752.127500', '102752.587500', '102753.047500', '102753.507500', '102753.967500', '102754.427500', '102754.887500', '102755.347500', '102755.807500', '102756.267500', '102756.727500', '102757.187500', '102757.647500', '102758.107500', '102758.567500', '102759.027500', '102759.487500', '102759.947500', '102800.407500', '102800.867500', '102801.327500', '102801.787500', '102802.247500', '102802.707500', '102803.167500', '102803.627500', '102804.087500', '102804.547500', '102805.007500', '102805.467500', '102805.927500', '102806.387500', '102806.847500', '102807.307500', '102807.767500', '102808.227500', '102808.687500', '102809.147500', '102809.607500', '102810.067500', '102810.527500', '102810.987500', '102811.447500', '102811.907500', '102812.367500', '102812.827500', '102813.287500', '102813.747500', '102814.207500', '102814.667500', '102815.127500', '102815.587500', '102816.047500', '102816.507500', '102816.967500', '102817.427500', '102817.887500', '102818.347500', '102818.807500', '102819.267500', '102819.727500', '102820.187500', '102820.647500', '102821.107500', '102821.567500', '102822.027500', '102822.487500', '102822.947500', '102823.407500', '102823.867500', '102824.327500', '102824.787500', '102825.247500', '102825.707500', '102826.167500', '102826.627500', '102827.087500', '102827.547500', '102828.007500', '102828.467500', '102828.927500', '102829.387500', '102829.847500', '102830.307500', '102830.767500', '102831.227500', '102831.687500', '102832.147500', '102832.607500', '102833.067500', '102833.527500', '102833.987500', '102834.447500', '102834.907500', '102835.367500', '102835.827500', '102836.287500', '102836.747500', '102837.207500', '102837.667500', '102838.127500', '102838.587500', '102839.047500', '102839.507500', '102839.967500', '102840.427500', '102840.887500', '102841.347500', '102841.807500', '102842.267500', '102842.727500', '102843.187500', '102843.647500', '102844.107500', '102844.567500', '102845.027500', '102845.487500', '102845.947500', '102846.407500', '102846.867500', '102847.327500', '102847.787500', '102848.247500', '102848.707500', '102849.167500', '102849.627500', '102850.087500', '102850.547500', '102851.007500', '102851.467500', '102851.927500', '102852.387500', '102852.847500', '102853.307500', '102853.767500', '102854.227500', '102854.687500', '102855.147500', '102855.607500', '102856.067500', '102856.527500', '102856.987500', '102857.447500', '102857.907500', '102858.367500', '102858.827500', '102859.287500', '102859.747500', '102900.207500', '102900.667500'], 'ContentTime': ['102105.899000', '102105.902000', '102105.905000', '102105.908000', '102105.910000', '102105.913000', '102105.915000', '102105.918000', '102105.920000', '102105.923000', '102105.925000', '102105.928000', '102105.931000', '102105.941000', '102105.944000', '102105.946000', '102105.949000', '102105.951000', '102105.954000', '102105.956000', '102105.976000', '102105.979000', '102105.981000', '102105.984000', '102105.986000', '102105.989000', '102105.991000', '102106.003000', '102106.005000', '102106.008000', '102106.010000', '102106.013000', '102106.015000', '102106.018000', '102106.021000', '102106.024000', '102106.027000', '102125.868000', '102125.871000', '102125.874000', '102125.882000', '102125.884000', '102125.887000', '102125.890000', '102125.892000', '102125.895000', '102125.897000', '102125.900000', '102125.902000', '102125.905000', '102125.907000', '102125.910000', '102125.913000', '102125.915000', '102125.918000', '102125.920000', '102125.923000', '102125.925000', '102125.928000', '102125.931000', '102125.933000', '102125.936000', '102125.938000', '102125.941000', '102125.943000', '102125.946000', '102125.948000', '102125.951000', '102125.954000', '102125.956000', '102125.959000', '102125.961000', '102125.964000', '102125.966000', '102125.969000', '102125.972000', '102125.974000', '102125.977000', '102125.979000', '102125.982000', '102125.984000', '102145.869000', '102145.936000', '102145.939000', '102145.941000', '102145.944000', '102145.946000', '102145.949000', '102145.951000', '102145.954000', '102145.957000', '102145.959000', '102145.962000', '102145.964000', '102145.967000', '102145.970000', '102145.972000', '102145.975000', '102145.977000', '102145.980000', '102145.982000', '102145.985000', '102145.987000', '102145.990000', '102145.992000', '102145.995000', '102145.998000', '102146.001000', '102146.004000', '102146.006000', '102146.009000', '102146.017000', '102146.020000', '102146.022000', '102146.025000', '102146.027000', '102146.030000', '102146.033000', '102146.035000', '102146.038000', '102146.040000', '102146.043000', '102146.046000', '102146.048000', '102205.869000', '102205.872000', '102205.875000', '102205.878000', '102205.880000', '102205.883000', '102205.885000', '102205.888000', '102205.891000', '102205.893000', '102205.896000', '102205.898000', '102205.901000', '102205.914000', '102205.917000', '102205.919000', '102205.922000', '102205.925000', '102205.927000', '102205.930000', '102205.932000', '102205.935000', '102205.937000', '102205.940000', '102205.943000', '102205.945000', '102205.948000', '102205.950000', '102205.953000', '102205.956000', '102205.958000', '102205.961000', '102205.963000', '102205.966000', '102205.968000', '102205.971000', '102205.974000', '102205.976000', '102205.986000', '102205.988000', '102205.991000', '102205.993000', '102205.996000', '102206.000000', '102225.870000', '102225.872000', '102225.875000', '102225.878000', '102225.880000', '102225.883000', '102225.885000', '102225.888000', '102225.890000', '102225.893000', '102225.895000', '102225.898000', '102225.900000', '102225.903000', '102225.906000', '102225.908000', '102225.911000', '102225.913000', '102225.916000', '102225.918000', '102225.921000', '102225.924000', '102225.926000', '102225.929000', '102225.931000', '102225.934000', '102225.943000', '102225.946000', '102225.948000', '102225.951000', '102225.953000', '102225.956000', '102225.959000', '102225.961000', '102225.964000', '102225.966000', '102225.969000', '102225.971000', '102225.974000', '102225.977000', '102225.979000', '102225.982000', '102225.984000', '102245.868000', '102245.942000', '102245.945000', '102245.947000', '102245.950000', '102245.952000', '102245.955000', '102245.958000', '102245.960000', '102245.963000', '102245.965000', '102245.968000', '102245.971000', '102245.973000', '102245.976000', '102245.978000', '102245.981000', '102245.983000', '102245.986000', '102245.989000', '102245.991000', '102245.994000', '102245.996000', '102246.000000', '102246.003000', '102246.005000', '102246.008000', '102246.010000', '102246.013000', '102246.025000', '102246.028000', '102246.031000', '102246.033000', '102246.036000', '102246.038000', '102246.041000', '102246.044000', '102246.046000', '102246.049000', '102246.051000', '102246.054000', '102246.056000', '102246.059000', '102305.869000', '102305.871000', '102305.874000', '102305.876000', '102305.879000', '102305.882000', '102305.884000', '102305.887000', '102305.889000', '102305.892000', '102305.894000', '102305.897000', '102305.899000', '102305.902000', '102305.905000', '102305.907000', '102305.910000', '102305.923000', '102305.925000', '102305.928000', '102305.931000', '102305.933000', '102305.936000', '102305.938000', '102305.941000', '102305.943000', '102305.946000', '102305.948000', '102305.951000', '102305.954000', '102305.956000', '102305.959000', '102305.961000', '102305.964000', '102305.966000', '102305.969000', '102305.972000', '102305.974000', '102305.977000', '102305.979000', '102305.982000', '102305.984000', '102305.987000', '102305.989000', '102325.868000', '102325.871000', '102325.874000', '102325.876000', '102325.879000', '102325.882000', '102325.884000', '102325.887000', '102325.889000', '102325.892000', '102325.895000', '102325.897000', '102325.900000', '102325.902000', '102325.905000', '102325.908000', '102325.910000', '102325.913000', '102325.916000', '102325.918000', '102325.921000', '102325.923000', '102325.926000', '102325.929000', '102325.931000', '102325.934000', '102325.936000', '102325.939000', '102325.942000', '102325.944000', '102325.947000', '102325.949000', '102325.952000', '102325.955000', '102325.957000', '102325.960000', '102325.962000', '102325.965000', '102325.968000', '102325.970000', '102325.973000', '102325.975000', '102325.978000', '102325.980000', '102345.868000', '102345.871000', '102345.874000', '102345.876000', '102345.879000', '102345.881000', '102345.884000', '102345.886000', '102345.889000', '102345.892000', '102345.894000', '102345.897000', '102345.899000', '102345.902000', '102345.904000', '102345.907000', '102345.910000', '102345.912000', '102345.915000', '102345.917000', '102345.920000', '102345.922000', '102345.925000', '102345.927000', '102345.930000', '102345.933000', '102345.935000', '102345.945000', '102345.948000', '102345.950000', '102345.953000', '102345.955000', '102345.958000', '102345.960000', '102345.963000', '102345.965000', '102345.968000', '102345.971000', '102345.973000', '102345.976000', '102345.979000', '102345.981000', '102345.984000', '102405.869000', '102405.872000', '102405.875000', '102405.878000', '102405.880000', '102405.883000', '102405.885000', '102405.888000', '102405.891000', '102405.893000', '102405.896000', '102405.898000', '102405.901000', '102405.904000', '102405.906000', '102405.909000', '102405.911000', '102405.914000', '102405.916000', '102405.919000', '102405.922000', '102405.924000', '102405.927000', '102405.929000', '102405.932000', '102405.935000', '102405.937000', '102405.940000', '102405.942000', '102405.945000', '102405.948000', '102405.950000', '102405.953000', '102405.955000', '102405.958000', '102405.960000', '102405.963000', '102405.966000', '102405.968000', '102405.971000', '102405.973000', '102405.976000', '102405.979000', '102405.981000', '102425.870000', '102425.872000', '102425.875000', '102425.877000', '102425.880000', '102425.883000', '102425.885000', '102425.888000', '102425.890000', '102425.893000', '102425.907000', '102425.910000', '102425.912000', '102425.915000', '102425.917000', '102425.920000', '102425.922000', '102425.925000', '102425.928000', '102425.930000', '102425.933000', '102425.935000', '102425.938000', '102425.940000', '102425.943000', '102425.946000', '102425.948000', '102425.951000', '102425.953000', '102425.956000', '102425.959000', '102425.961000', '102425.964000', '102425.966000', '102425.969000', '102425.971000', '102425.974000', '102425.977000', '102425.979000', '102425.982000', '102425.984000', '102425.987000', '102425.990000', '102445.869000', '102445.872000', '102445.875000', '102445.877000', '102445.880000', '102445.882000', '102445.885000', '102445.888000', '102445.890000', '102445.893000', '102445.895000', '102445.898000', '102445.901000', '102445.904000', '102445.907000', '102445.909000', '102445.912000', '102445.914000', '102445.917000', '102445.920000', '102445.922000', '102445.925000', '102445.927000', '102445.930000', '102445.933000', '102445.935000', '102445.938000', '102445.940000', '102445.943000', '102445.945000', '102445.948000', '102445.951000', '102445.953000', '102445.956000', '102445.959000', '102445.961000', '102445.964000', '102445.966000', '102445.969000', '102445.972000', '102445.974000', '102445.977000', '102445.979000', '102445.982000', '102505.869000', '102505.872000', '102505.874000', '102505.877000', '102505.879000', '102505.882000', '102505.884000', '102505.887000', '102505.890000', '102505.892000', '102505.895000', '102505.897000', '102505.900000', '102505.902000', '102505.905000', '102505.907000', '102505.910000', '102505.913000', '102505.915000', '102505.918000', '102505.920000', '102505.923000', '102505.925000', '102505.928000', '102505.931000', '102505.933000', '102505.936000', '102505.938000', '102505.941000', '102505.943000', '102505.946000', '102505.948000', '102505.951000', '102505.954000', '102505.956000', '102505.959000', '102505.961000', '102505.964000', '102505.966000', '102505.969000', '102505.972000', '102505.974000', '102505.977000', '102525.869000', '102525.871000', '102525.874000', '102525.877000', '102525.879000', '102525.882000', '102525.885000', '102525.887000', '102525.890000', '102525.892000', '102525.895000', '102525.897000', '102525.900000', '102525.903000', '102525.905000', '102525.908000', '102525.910000', '102525.913000', '102525.915000', '102525.918000', '102525.921000', '102525.923000', '102525.926000', '102525.928000', '102525.931000', '102525.942000', '102525.944000', '102525.947000', '102525.949000', '102525.952000', '102525.955000', '102525.957000', '102525.960000', '102525.962000', '102525.965000', '102525.968000', '102525.970000', '102525.973000', '102525.975000', '102525.978000', '102525.980000', '102525.983000', '102525.986000', '102545.869000', '102545.871000', '102545.874000', '102545.877000', '102545.879000', '102545.882000', '102545.884000', '102545.887000', '102545.889000', '102545.892000', '102545.894000', '102545.897000', '102545.900000', '102545.902000', '102545.905000', '102545.907000', '102545.910000', '102545.913000', '102545.915000', '102545.918000', '102545.920000', '102545.923000', '102545.926000', '102545.928000', '102545.931000', '102545.933000', '102545.936000', '102545.938000', '102545.941000', '102545.944000', '102545.946000', '102545.949000', '102545.951000', '102545.954000', '102545.957000', '102545.959000', '102545.974000', '102545.977000', '102545.979000', '102545.982000', '102545.985000', '102545.987000', '102545.990000', '102545.992000', '102605.869000', '102605.872000', '102605.874000', '102605.877000', '102605.880000', '102605.882000', '102605.885000', '102605.888000', '102605.890000', '102605.893000', '102605.896000', '102605.898000', '102605.901000', '102605.903000', '102605.906000', '102605.909000', '102605.911000', '102605.914000', '102605.916000', '102605.919000', '102605.922000', '102605.924000', '102605.927000', '102605.929000', '102605.932000', '102605.934000', '102605.938000', '102605.941000', '102605.943000', '102605.946000', '102605.949000', '102605.951000', '102605.954000', '102605.956000', '102605.959000', '102605.962000', '102605.964000', '102605.967000', '102605.969000', '102605.972000', '102605.975000', '102605.977000', '102605.980000', '102625.870000', '102625.872000', '102625.875000', '102625.878000', '102625.880000', '102625.891000', '102625.894000', '102625.897000', '102625.899000', '102625.902000', '102625.904000', '102625.907000', '102625.910000', '102625.912000', '102625.915000', '102625.917000', '102625.920000', '102625.923000', '102625.925000', '102625.928000', '102625.930000', '102625.933000', '102625.935000', '102625.938000', '102625.941000', '102625.943000', '102625.946000', '102625.948000', '102625.951000', '102625.954000', '102625.956000', '102625.961000', '102625.963000', '102625.966000', '102625.969000', '102625.971000', '102625.974000', '102625.976000', '102625.979000', '102625.981000', '102625.984000', '102625.987000', '102625.990000', '102625.992000', '102645.869000', '102645.872000', '102645.875000', '102645.877000', '102645.880000', '102645.883000', '102645.885000', '102645.888000', '102645.890000', '102645.893000', '102645.896000', '102645.898000', '102645.901000', '102645.903000', '102645.906000', '102645.909000', '102645.911000', '102645.914000', '102645.917000', '102645.920000', '102645.923000', '102645.926000', '102645.928000', '102645.931000', '102645.934000', '102645.936000', '102645.939000', '102645.941000', '102645.944000', '102645.947000', '102645.949000', '102645.952000', '102645.954000', '102645.957000', '102645.959000', '102645.962000', '102645.965000', '102645.967000', '102645.970000', '102645.972000', '102645.975000', '102645.977000', '102645.980000', '102705.870000', '102705.872000', '102705.875000', '102705.878000', '102705.880000', '102705.883000', '102705.885000', '102705.888000', '102705.890000', '102705.893000', '102705.896000', '102705.898000', '102705.901000', '102705.903000', '102705.906000', '102705.908000', '102705.911000', '102705.914000', '102705.916000', '102705.919000', '102705.921000', '102705.924000', '102705.927000', '102705.929000', '102705.932000', '102705.934000', '102705.937000', '102705.940000', '102705.942000', '102705.945000', '102705.947000', '102705.950000', '102705.953000', '102705.955000', '102705.958000', '102705.960000', '102705.963000', '102705.966000', '102705.968000', '102705.971000', '102705.973000', '102705.976000', '102705.978000', '102705.981000', '102725.868000', '102725.871000', '102725.874000', '102725.877000', '102725.879000', '102725.882000', '102725.884000', '102725.887000', '102725.889000', '102725.892000', '102725.895000', '102725.897000', '102725.900000', '102725.902000', '102725.905000', '102725.907000', '102725.910000', '102725.913000', '102725.915000', '102725.918000', '102725.921000', '102725.924000', '102725.927000', '102725.930000', '102725.932000', '102725.935000', '102725.937000', '102725.940000', '102725.943000', '102725.945000', '102725.948000', '102725.951000', '102725.953000', '102725.956000', '102725.958000', '102725.961000', '102725.964000', '102725.966000', '102725.969000', '102725.971000', '102725.974000', '102725.976000', '102725.980000', '102745.869000', '102745.871000', '102745.874000', '102745.877000', '102745.879000', '102745.882000', '102745.884000', '102745.887000', '102745.889000', '102745.892000', '102745.894000', '102745.897000', '102745.900000', '102745.902000', '102745.905000', '102745.907000', '102745.910000', '102745.912000', '102745.915000', '102745.918000', '102745.920000', '102745.923000', '102745.925000', '102745.928000', '102745.930000', '102745.933000', '102745.936000', '102745.938000', '102745.941000', '102745.943000', '102745.946000', '102745.948000', '102745.951000', '102745.954000', '102745.956000', '102745.959000', '102745.962000', '102745.964000', '102745.967000', '102745.969000', '102745.972000', '102745.975000', '102745.977000', '102745.980000', '102805.869000', '102805.872000', '102805.874000', '102805.877000', '102805.879000', '102805.882000', '102805.885000', '102805.887000', '102805.890000', '102805.892000', '102805.895000', '102805.898000', '102805.900000', '102805.903000', '102805.905000', '102805.908000', '102805.910000', '102805.913000', '102805.916000', '102805.918000', '102805.921000', '102805.923000', '102805.926000', '102805.929000', '102805.931000', '102805.934000', '102805.937000', '102805.940000', '102805.943000', '102805.946000', '102805.948000', '102805.951000', '102805.953000', '102805.956000', '102805.959000', '102805.961000', '102805.964000', '102805.966000', '102805.969000', '102805.972000', '102805.974000', '102805.977000', '102805.979000', '102825.869000', '102825.872000', '102825.874000', '102825.877000', '102825.879000', '102825.882000', '102825.885000', '102825.887000', '102825.890000', '102825.892000', '102825.895000', '102825.898000', '102825.900000', '102825.903000', '102825.905000', '102825.908000', '102825.911000', '102825.913000', '102825.916000', '102825.918000', '102825.921000', '102825.923000', '102825.926000', '102825.936000', '102825.939000', '102825.942000', '102825.944000', '102825.947000', '102825.949000', '102825.952000', '102825.954000', '102825.957000', '102825.960000', '102825.962000', '102825.965000', '102825.967000', '102825.970000', '102825.972000', '102825.975000', '102825.978000', '102825.980000', '102825.983000', '102825.986000', '102825.988000', '102845.870000', '102845.872000', '102845.875000', '102845.878000', '102845.880000', '102845.883000', '102845.885000', '102845.888000', '102845.891000', '102845.893000', '102845.896000', '102845.898000', '102845.901000', '102845.904000', '102845.906000', '102845.909000', '102845.911000', '102845.914000', '102845.916000', '102845.919000', '102845.922000', '102845.924000', '102845.927000', '102845.929000', '102845.932000', '102845.934000', '102845.937000', '102845.940000', '102845.942000', '102845.945000', '102845.947000', '102845.950000', '102845.953000', '102845.955000', '102845.958000', '102845.961000', '102845.964000', '102845.966000', '102845.969000', '102845.972000', '102845.974000', '102845.977000', '102845.979000', '102902.114000', '102902.117000', '102902.120000', '102902.123000', '102902.125000', '102902.128000', '102902.130000', '102902.133000', '102902.136000', '102902.139000', '102902.141000', '102902.144000', '102902.146000', '102902.151000', '102902.153000', '102902.156000', '102902.159000', '102902.161000', '102902.164000', '102902.166000', '102902.169000', '102902.171000', '102902.174000', '102902.176000', '102902.179000', '102902.182000', '102902.185000', '102902.188000', '102902.191000', '102902.193000', '102902.196000', '102902.199000', '102902.202000', '102902.205000', '102902.207000', '102902.210000'], 'InstanceCreationTime': ['102105.899000', '102105.902000', '102105.905000', '102105.908000', '102105.910000', '102105.913000', '102105.915000', '102105.918000', '102105.920000', '102105.923000', '102105.925000', '102105.928000', '102105.931000', '102105.941000', '102105.944000', '102105.946000', '102105.949000', '102105.951000', '102105.954000', '102105.956000', '102105.976000', '102105.979000', '102105.981000', '102105.984000', '102105.986000', '102105.989000', '102105.991000', '102106.003000', '102106.005000', '102106.008000', '102106.010000', '102106.013000', '102106.015000', '102106.018000', '102106.021000', '102106.024000', '102106.027000', '102125.868000', '102125.871000', '102125.874000', '102125.882000', '102125.884000', '102125.887000', '102125.890000', '102125.892000', '102125.895000', '102125.897000', '102125.900000', '102125.902000', '102125.905000', '102125.907000', '102125.910000', '102125.913000', '102125.915000', '102125.918000', '102125.920000', '102125.923000', '102125.925000', '102125.928000', '102125.931000', '102125.933000', '102125.936000', '102125.938000', '102125.941000', '102125.943000', '102125.946000', '102125.948000', '102125.951000', '102125.954000', '102125.956000', '102125.959000', '102125.961000', '102125.964000', '102125.966000', '102125.969000', '102125.972000', '102125.974000', '102125.977000', '102125.979000', '102125.982000', '102125.984000', '102145.869000', '102145.936000', '102145.939000', '102145.941000', '102145.944000', '102145.946000', '102145.949000', '102145.951000', '102145.954000', '102145.957000', '102145.959000', '102145.962000', '102145.964000', '102145.967000', '102145.970000', '102145.972000', '102145.975000', '102145.977000', '102145.980000', '102145.982000', '102145.985000', '102145.987000', '102145.990000', '102145.992000', '102145.995000', '102145.998000', '102146.001000', '102146.004000', '102146.006000', '102146.009000', '102146.017000', '102146.020000', '102146.022000', '102146.025000', '102146.027000', '102146.030000', '102146.033000', '102146.035000', '102146.038000', '102146.040000', '102146.043000', '102146.046000', '102146.048000', '102205.869000', '102205.872000', '102205.875000', '102205.878000', '102205.880000', '102205.883000', '102205.885000', '102205.888000', '102205.891000', '102205.893000', '102205.896000', '102205.898000', '102205.901000', '102205.914000', '102205.917000', '102205.919000', '102205.922000', '102205.925000', '102205.927000', '102205.930000', '102205.932000', '102205.935000', '102205.937000', '102205.940000', '102205.943000', '102205.945000', '102205.948000', '102205.950000', '102205.953000', '102205.956000', '102205.958000', '102205.961000', '102205.963000', '102205.966000', '102205.968000', '102205.971000', '102205.974000', '102205.976000', '102205.986000', '102205.988000', '102205.991000', '102205.993000', '102205.996000', '102206.000000', '102225.870000', '102225.872000', '102225.875000', '102225.878000', '102225.880000', '102225.883000', '102225.885000', '102225.888000', '102225.890000', '102225.893000', '102225.895000', '102225.898000', '102225.900000', '102225.903000', '102225.906000', '102225.908000', '102225.911000', '102225.913000', '102225.916000', '102225.918000', '102225.921000', '102225.924000', '102225.926000', '102225.929000', '102225.931000', '102225.934000', '102225.943000', '102225.946000', '102225.948000', '102225.951000', '102225.953000', '102225.956000', '102225.959000', '102225.961000', '102225.964000', '102225.966000', '102225.969000', '102225.971000', '102225.974000', '102225.977000', '102225.979000', '102225.982000', '102225.984000', '102245.868000', '102245.942000', '102245.945000', '102245.947000', '102245.950000', '102245.952000', '102245.955000', '102245.958000', '102245.960000', '102245.963000', '102245.965000', '102245.968000', '102245.971000', '102245.973000', '102245.976000', '102245.978000', '102245.981000', '102245.983000', '102245.986000', '102245.989000', '102245.991000', '102245.994000', '102245.996000', '102246.000000', '102246.003000', '102246.005000', '102246.008000', '102246.010000', '102246.013000', '102246.025000', '102246.028000', '102246.031000', '102246.033000', '102246.036000', '102246.038000', '102246.041000', '102246.044000', '102246.046000', '102246.049000', '102246.051000', '102246.054000', '102246.056000', '102246.059000', '102305.869000', '102305.871000', '102305.874000', '102305.876000', '102305.879000', '102305.882000', '102305.884000', '102305.887000', '102305.889000', '102305.892000', '102305.894000', '102305.897000', '102305.899000', '102305.902000', '102305.905000', '102305.907000', '102305.910000', '102305.923000', '102305.925000', '102305.928000', '102305.931000', '102305.933000', '102305.936000', '102305.938000', '102305.941000', '102305.943000', '102305.946000', '102305.948000', '102305.951000', '102305.954000', '102305.956000', '102305.959000', '102305.961000', '102305.964000', '102305.966000', '102305.969000', '102305.972000', '102305.974000', '102305.977000', '102305.979000', '102305.982000', '102305.984000', '102305.987000', '102305.989000', '102325.868000', '102325.871000', '102325.874000', '102325.876000', '102325.879000', '102325.882000', '102325.884000', '102325.887000', '102325.889000', '102325.892000', '102325.895000', '102325.897000', '102325.900000', '102325.902000', '102325.905000', '102325.908000', '102325.910000', '102325.913000', '102325.916000', '102325.918000', '102325.921000', '102325.923000', '102325.926000', '102325.929000', '102325.931000', '102325.934000', '102325.936000', '102325.939000', '102325.942000', '102325.944000', '102325.947000', '102325.949000', '102325.952000', '102325.955000', '102325.957000', '102325.960000', '102325.962000', '102325.965000', '102325.968000', '102325.970000', '102325.973000', '102325.975000', '102325.978000', '102325.980000', '102345.868000', '102345.871000', '102345.874000', '102345.876000', '102345.879000', '102345.881000', '102345.884000', '102345.886000', '102345.889000', '102345.892000', '102345.894000', '102345.897000', '102345.899000', '102345.902000', '102345.904000', '102345.907000', '102345.910000', '102345.912000', '102345.915000', '102345.917000', '102345.920000', '102345.922000', '102345.925000', '102345.927000', '102345.930000', '102345.933000', '102345.935000', '102345.945000', '102345.948000', '102345.950000', '102345.953000', '102345.955000', '102345.958000', '102345.960000', '102345.963000', '102345.965000', '102345.968000', '102345.971000', '102345.973000', '102345.976000', '102345.979000', '102345.981000', '102345.984000', '102405.869000', '102405.872000', '102405.875000', '102405.878000', '102405.880000', '102405.883000', '102405.885000', '102405.888000', '102405.891000', '102405.893000', '102405.896000', '102405.898000', '102405.901000', '102405.904000', '102405.906000', '102405.909000', '102405.911000', '102405.914000', '102405.916000', '102405.919000', '102405.922000', '102405.924000', '102405.927000', '102405.929000', '102405.932000', '102405.935000', '102405.937000', '102405.940000', '102405.942000', '102405.945000', '102405.948000', '102405.950000', '102405.953000', '102405.955000', '102405.958000', '102405.960000', '102405.963000', '102405.966000', '102405.968000', '102405.971000', '102405.973000', '102405.976000', '102405.979000', '102405.981000', '102425.870000', '102425.872000', '102425.875000', '102425.877000', '102425.880000', '102425.883000', '102425.885000', '102425.888000', '102425.890000', '102425.893000', '102425.907000', '102425.910000', '102425.912000', '102425.915000', '102425.917000', '102425.920000', '102425.922000', '102425.925000', '102425.928000', '102425.930000', '102425.933000', '102425.935000', '102425.938000', '102425.940000', '102425.943000', '102425.946000', '102425.948000', '102425.951000', '102425.953000', '102425.956000', '102425.959000', '102425.961000', '102425.964000', '102425.966000', '102425.969000', '102425.971000', '102425.974000', '102425.977000', '102425.979000', '102425.982000', '102425.984000', '102425.987000', '102425.990000', '102445.869000', '102445.872000', '102445.875000', '102445.877000', '102445.880000', '102445.882000', '102445.885000', '102445.888000', '102445.890000', '102445.893000', '102445.895000', '102445.898000', '102445.901000', '102445.904000', '102445.907000', '102445.909000', '102445.912000', '102445.914000', '102445.917000', '102445.920000', '102445.922000', '102445.925000', '102445.927000', '102445.930000', '102445.933000', '102445.935000', '102445.938000', '102445.940000', '102445.943000', '102445.945000', '102445.948000', '102445.951000', '102445.953000', '102445.956000', '102445.959000', '102445.961000', '102445.964000', '102445.966000', '102445.969000', '102445.972000', '102445.974000', '102445.977000', '102445.979000', '102445.982000', '102505.869000', '102505.872000', '102505.874000', '102505.877000', '102505.879000', '102505.882000', '102505.884000', '102505.887000', '102505.890000', '102505.892000', '102505.895000', '102505.897000', '102505.900000', '102505.902000', '102505.905000', '102505.907000', '102505.910000', '102505.913000', '102505.915000', '102505.918000', '102505.920000', '102505.923000', '102505.925000', '102505.928000', '102505.931000', '102505.933000', '102505.936000', '102505.938000', '102505.941000', '102505.943000', '102505.946000', '102505.948000', '102505.951000', '102505.954000', '102505.956000', '102505.959000', '102505.961000', '102505.964000', '102505.966000', '102505.969000', '102505.972000', '102505.974000', '102505.977000', '102525.869000', '102525.871000', '102525.874000', '102525.877000', '102525.879000', '102525.882000', '102525.885000', '102525.887000', '102525.890000', '102525.892000', '102525.895000', '102525.897000', '102525.900000', '102525.903000', '102525.905000', '102525.908000', '102525.910000', '102525.913000', '102525.915000', '102525.918000', '102525.921000', '102525.923000', '102525.926000', '102525.928000', '102525.931000', '102525.942000', '102525.944000', '102525.947000', '102525.949000', '102525.952000', '102525.955000', '102525.957000', '102525.960000', '102525.962000', '102525.965000', '102525.968000', '102525.970000', '102525.973000', '102525.975000', '102525.978000', '102525.980000', '102525.983000', '102525.986000', '102545.869000', '102545.871000', '102545.874000', '102545.877000', '102545.879000', '102545.882000', '102545.884000', '102545.887000', '102545.889000', '102545.892000', '102545.894000', '102545.897000', '102545.900000', '102545.902000', '102545.905000', '102545.907000', '102545.910000', '102545.913000', '102545.915000', '102545.918000', '102545.920000', '102545.923000', '102545.926000', '102545.928000', '102545.931000', '102545.933000', '102545.936000', '102545.938000', '102545.941000', '102545.944000', '102545.946000', '102545.949000', '102545.951000', '102545.954000', '102545.957000', '102545.959000', '102545.974000', '102545.977000', '102545.979000', '102545.982000', '102545.985000', '102545.987000', '102545.990000', '102545.992000', '102605.869000', '102605.872000', '102605.874000', '102605.877000', '102605.880000', '102605.882000', '102605.885000', '102605.888000', '102605.890000', '102605.893000', '102605.896000', '102605.898000', '102605.901000', '102605.903000', '102605.906000', '102605.909000', '102605.911000', '102605.914000', '102605.916000', '102605.919000', '102605.922000', '102605.924000', '102605.927000', '102605.929000', '102605.932000', '102605.934000', '102605.938000', '102605.941000', '102605.943000', '102605.946000', '102605.949000', '102605.951000', '102605.954000', '102605.956000', '102605.959000', '102605.962000', '102605.964000', '102605.967000', '102605.969000', '102605.972000', '102605.975000', '102605.977000', '102605.980000', '102625.870000', '102625.872000', '102625.875000', '102625.878000', '102625.880000', '102625.891000', '102625.894000', '102625.897000', '102625.899000', '102625.902000', '102625.904000', '102625.907000', '102625.910000', '102625.912000', '102625.915000', '102625.917000', '102625.920000', '102625.923000', '102625.925000', '102625.928000', '102625.930000', '102625.933000', '102625.935000', '102625.938000', '102625.941000', '102625.943000', '102625.946000', '102625.948000', '102625.951000', '102625.954000', '102625.956000', '102625.961000', '102625.963000', '102625.966000', '102625.969000', '102625.971000', '102625.974000', '102625.976000', '102625.979000', '102625.981000', '102625.984000', '102625.987000', '102625.990000', '102625.992000', '102645.869000', '102645.872000', '102645.875000', '102645.877000', '102645.880000', '102645.883000', '102645.885000', '102645.888000', '102645.890000', '102645.893000', '102645.896000', '102645.898000', '102645.901000', '102645.903000', '102645.906000', '102645.909000', '102645.911000', '102645.914000', '102645.917000', '102645.920000', '102645.923000', '102645.926000', '102645.928000', '102645.931000', '102645.934000', '102645.936000', '102645.939000', '102645.941000', '102645.944000', '102645.947000', '102645.949000', '102645.952000', '102645.954000', '102645.957000', '102645.959000', '102645.962000', '102645.965000', '102645.967000', '102645.970000', '102645.972000', '102645.975000', '102645.977000', '102645.980000', '102705.870000', '102705.872000', '102705.875000', '102705.878000', '102705.880000', '102705.883000', '102705.885000', '102705.888000', '102705.890000', '102705.893000', '102705.896000', '102705.898000', '102705.901000', '102705.903000', '102705.906000', '102705.908000', '102705.911000', '102705.914000', '102705.916000', '102705.919000', '102705.921000', '102705.924000', '102705.927000', '102705.929000', '102705.932000', '102705.934000', '102705.937000', '102705.940000', '102705.942000', '102705.945000', '102705.947000', '102705.950000', '102705.953000', '102705.955000', '102705.958000', '102705.960000', '102705.963000', '102705.966000', '102705.968000', '102705.971000', '102705.973000', '102705.976000', '102705.978000', '102705.981000', '102725.868000', '102725.871000', '102725.874000', '102725.877000', '102725.879000', '102725.882000', '102725.884000', '102725.887000', '102725.889000', '102725.892000', '102725.895000', '102725.897000', '102725.900000', '102725.902000', '102725.905000', '102725.907000', '102725.910000', '102725.913000', '102725.915000', '102725.918000', '102725.921000', '102725.924000', '102725.927000', '102725.930000', '102725.932000', '102725.935000', '102725.937000', '102725.940000', '102725.943000', '102725.945000', '102725.948000', '102725.951000', '102725.953000', '102725.956000', '102725.958000', '102725.961000', '102725.964000', '102725.966000', '102725.969000', '102725.971000', '102725.974000', '102725.976000', '102725.980000', '102745.869000', '102745.871000', '102745.874000', '102745.877000', '102745.879000', '102745.882000', '102745.884000', '102745.887000', '102745.889000', '102745.892000', '102745.894000', '102745.897000', '102745.900000', '102745.902000', '102745.905000', '102745.907000', '102745.910000', '102745.912000', '102745.915000', '102745.918000', '102745.920000', '102745.923000', '102745.925000', '102745.928000', '102745.930000', '102745.933000', '102745.936000', '102745.938000', '102745.941000', '102745.943000', '102745.946000', '102745.948000', '102745.951000', '102745.954000', '102745.956000', '102745.959000', '102745.962000', '102745.964000', '102745.967000', '102745.969000', '102745.972000', '102745.975000', '102745.977000', '102745.980000', '102805.869000', '102805.872000', '102805.874000', '102805.877000', '102805.879000', '102805.882000', '102805.885000', '102805.887000', '102805.890000', '102805.892000', '102805.895000', '102805.898000', '102805.900000', '102805.903000', '102805.905000', '102805.908000', '102805.910000', '102805.913000', '102805.916000', '102805.918000', '102805.921000', '102805.923000', '102805.926000', '102805.929000', '102805.931000', '102805.934000', '102805.937000', '102805.940000', '102805.943000', '102805.946000', '102805.948000', '102805.951000', '102805.953000', '102805.956000', '102805.959000', '102805.961000', '102805.964000', '102805.966000', '102805.969000', '102805.972000', '102805.974000', '102805.977000', '102805.979000', '102825.869000', '102825.872000', '102825.874000', '102825.877000', '102825.879000', '102825.882000', '102825.885000', '102825.887000', '102825.890000', '102825.892000', '102825.895000', '102825.898000', '102825.900000', '102825.903000', '102825.905000', '102825.908000', '102825.911000', '102825.913000', '102825.916000', '102825.918000', '102825.921000', '102825.923000', '102825.926000', '102825.936000', '102825.939000', '102825.942000', '102825.944000', '102825.947000', '102825.949000', '102825.952000', '102825.954000', '102825.957000', '102825.960000', '102825.962000', '102825.965000', '102825.967000', '102825.970000', '102825.972000', '102825.975000', '102825.978000', '102825.980000', '102825.983000', '102825.986000', '102825.988000', '102845.870000', '102845.872000', '102845.875000', '102845.878000', '102845.880000', '102845.883000', '102845.885000', '102845.888000', '102845.891000', '102845.893000', '102845.896000', '102845.898000', '102845.901000', '102845.904000', '102845.906000', '102845.909000', '102845.911000', '102845.914000', '102845.916000', '102845.919000', '102845.922000', '102845.924000', '102845.927000', '102845.929000', '102845.932000', '102845.934000', '102845.937000', '102845.940000', '102845.942000', '102845.945000', '102845.947000', '102845.950000', '102845.953000', '102845.955000', '102845.958000', '102845.961000', '102845.964000', '102845.966000', '102845.969000', '102845.972000', '102845.974000', '102845.977000', '102845.979000', '102902.114000', '102902.117000', '102902.120000', '102902.123000', '102902.125000', '102902.128000', '102902.130000', '102902.133000', '102902.136000', '102902.139000', '102902.141000', '102902.144000', '102902.146000', '102902.151000', '102902.153000', '102902.156000', '102902.159000', '102902.161000', '102902.164000', '102902.166000', '102902.169000', '102902.171000', '102902.174000', '102902.176000', '102902.179000', '102902.182000', '102902.185000', '102902.188000', '102902.191000', '102902.193000', '102902.196000', '102902.199000', '102902.202000', '102902.205000', '102902.207000', '102902.210000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [11051, 16719, 10351, 16172, 10417, 13951, 9867, 11915, 15155, 9255, 16307, 9400, 13277, 7850, 11412, 8299, 8622, 11587, 8626, 15941, 10833, 13391, 8406, 11295, 9662, 8649, 16160, 12017, 13496, 8583, 9974, 14718, 9008, 14650, 9584, 13095, 9501, 9587, 16240, 10111, 13638, 9514, 13375, 9552, 10343, 13611, 9462, 16012, 10923, 13921, 9887, 13901, 8961, 11411, 10217, 10285, 16678, 11652, 16037, 12360, 16032, 10908, 14614, 8877, 13155, 11818, 12032, 16065, 10140, 17276, 10842, 15326, 10321, 14702, 9153, 12097, 11317, 9276, 17381, 11717, 15501, 11039, 14273, 9054, 12150, 8838, 11214, 12081, 10154, 14324, 10052, 15844, 10923, 14800, 10971, 13934, 8963, 12405, 10270, 10115, 17336, 12564, 15871, 10126, 14988, 10214, 13957, 9167, 14281, 8912, 11748, 8815, 10051, 12121, 9748, 17647, 12139, 15796, 10607, 13825, 8839, 12276, 13774, 9330, 14770, 9046, 15495, 9879, 14437, 10231, 13916, 8981, 12252, 8678, 12369, 8815, 13538, 8708, 10493, 8849, 10355, 14616, 10624, 15901, 10362, 17183, 10364, 15168, 10990, 15078, 9952, 14997, 10233, 12924, 12357, 10374, 16869, 12105, 16849, 10693, 14987, 10123, 14926, 9839, 13105, 10789, 9021, 15277, 8886, 16543, 11637, 15292, 10141, 13631, 8829, 12861, 11115, 11211, 15623, 10169, 16668, 10389, 15217, 11354, 14615, 9730, 13117, 8836, 13237, 8923, 13330, 9103, 11248, 9519, 9970, 13998, 10226, 15804, 10962, 15815, 10270, 16485, 10655, 15771, 11619, 15056, 10345, 13954, 8913, 12286, 9122, 11946, 13983, 11401, 14824, 9872, 16701, 9742, 15840, 10931, 15434, 10941, 14535, 9287, 12891, 8562, 11750, 9236, 10761, 12256, 9687, 17283, 11061, 14784, 9084, 13330, 11827, 9441, 17103, 10842, 14547, 10113, 13236, 8915, 10825, 9075, 9327, 15723, 11067, 15880, 10497, 13967, 10094, 13451, 8859, 13772, 8932, 10696, 10474, 9537, 16527, 11491, 16432, 10580, 14969, 9696, 13342, 12200, 11310, 12236, 9435, 17430, 10331, 15156, 10389, 14167, 8727, 11377, 10201, 9279, 17609, 13936, 15024, 10128, 13566, 8844, 12300, 10508, 10581, 16789, 11351, 16350, 10179, 14438, 9578, 12995, 10918, 11248, 13965, 9449, 17293, 10254, 15112, 10028, 13042, 11150, 10686, 10775, 8879, 17046, 9756, 14582, 9022, 13128, 8999, 9965, 15221, 9068, 15684, 10738, 13937, 8854, 11400, 8606, 8792, 16381, 11224, 14833, 10192, 13632, 9570, 13025, 9077, 12718, 8788, 9977, 10402, 9498, 16828, 11706, 16644, 11231, 15284, 9223, 12492, 13824, 9796, 17486, 9566, 15787, 9753, 13257, 8962, 12578, 10872, 9150, 14477, 9108, 16003, 10118, 14667, 10188, 13475, 8313, 11510, 8699, 9226, 15981, 10952, 15894, 9962, 14120, 9368, 12876, 10323, 12338, 13638, 9093, 17061, 9930, 14980, 10839, 14502, 9190, 13306, 8355, 11029, 11404, 10240, 14449, 9151, 16443, 10248, 14659, 10626, 14042, 8926, 13187, 8436, 11361, 9352, 9360, 16071, 10375, 16732, 9593, 14786, 10093, 14057, 9473, 13798, 8283, 10640, 8185, 8700, 8593, 9603, 13586, 9936, 16134, 9989, 15745, 10803, 15001, 10619, 14385, 9020, 12264, 9537, 10057, 14236, 9296, 16367, 9826, 17186, 9798, 14805, 10160, 14243, 10337, 14120, 8684, 13032, 8388, 11605, 8226, 10343, 9946, 10467, 9480, 9517, 11745, 8979, 15327, 9647, 15956, 11442, 15356, 10428, 14464, 9782, 13512, 8251, 13947, 9308, 12573, 8638, 12142, 10497, 13798, 9360, 12785, 9702, 12537, 7779, 12694, 8175, 15147, 10022, 15642, 10011, 15251, 10648, 15978, 10657, 17359, 12047, 17614, 11865, 16018, 11104, 14522, 9432, 12446, 11559, 9543, 16662, 10749, 15965, 9276, 13129, 8690, 12484, 9551, 13276, 9803, 13714, 10092, 13232, 8908, 11743, 8154, 12150, 11072, 12341, 13908, 9342, 15541, 8478, 17036, 9030, 15860, 10774, 16667, 9213, 14761, 9491, 14313, 10179, 14581, 10097, 14043, 8952, 12073, 10414, 10262, 17170, 11632, 14689, 9178, 11807, 15675, 8630, 15924, 9962, 12498, 11423, 8568, 16697, 9311, 13533, 8880, 9219, 14599, 8821, 14778, 9146, 12200, 9101, 9361, 14759, 9234, 14593, 9315, 12212, 9139, 8871, 16077, 10934, 13959, 9062, 11519, 11185, 8665, 16629, 12175, 13584, 8706, 9805, 16213, 9487, 14004, 8992, 10090, 15305, 9098, 16393, 9628, 12884, 8252, 10569, 14796, 9129, 16404, 10094, 13664, 11544, 9030, 16768, 9944, 14593, 10109, 12207, 8131, 9809, 8552, 8904, 15185, 10251, 15826, 9414, 16639, 10082, 15411, 9979, 16398, 9963, 15540, 10636, 15932, 10532, 15261, 9672, 12981, 9868, 11445, 16354, 10363, 16338, 9061, 13673, 9282, 12017, 8720, 12314, 7866, 10461, 8008, 9146, 10481, 9000, 14836, 10331, 14611, 10427, 13129, 9886, 13125, 8440, 12329, 8972, 9840, 15567, 10019, 16347, 12067, 14981, 9051, 12989, 9887, 10137, 16784, 10802, 16419, 10912, 15011, 10124, 13577, 8937, 12517, 14640, 10500, 17375, 10241, 15449, 10708, 13457, 12121, 9212, 17506, 10879, 14644, 9961, 12124, 8536, 9545, 14997, 9023, 15958, 10546, 14185, 8878, 11155, 8625, 9131, 15343, 9822, 15876, 10227, 13794, 9816, 12839, 8850, 13473, 8650, 11515, 9354, 9635, 16635, 9331, 15455, 10926, 15022, 9913, 13897, 10026, 13806, 10129, 15189, 10538, 15622, 10116, 14593, 9162, 13647, 12599, 12472, 11264, 10130, 16829, 10331, 15507, 10819, 14801, 10111, 13272, 8867, 12170, 8535, 11806, 10032, 9894, 16073, 10570, 16646, 10387, 14644, 10620, 13213, 8790, 12958, 8924, 10234, 9141, 9332, 15005, 10124, 15892, 11455, 14641, 10449, 12906, 9259, 12170, 9848, 12067, 11223, 10411, 15706, 11051, 16040, 11441, 15362, 11294, 14672, 9102, 12537, 11673, 9939, 17554, 11440, 15487, 11223, 14263, 10095, 13001, 8864, 13530, 10259, 11620, 16296, 10220, 16654, 11692, 15208, 9583, 12989, 11613, 9254, 17471, 11725, 15271, 10158, 13629, 9193, 9867, 16979, 11661, 16160, 10892, 14021, 9081, 11389, 9972, 11160, 14514, 10367, 16438, 11072, 15056, 10646, 14415, 9084, 11779, 9975, 10268, 17742, 13030, 15905, 11274, 14709, 9809, 13262, 12191, 11038, 16652, 11240, 16283, 10930, 14392, 9921, 14479, 9151, 10565, 8409, 11213, 8163, 12152, 8663, 13546, 9093, 15191, 10585, 14301, 8529, 9514, 9254, 8509, 13347, 11211, 11465, 16132, 10270, 18043, 11868, 16699, 12591, 15579, 8930, 13514, 11835, 10781, 17259, 11696, 17355, 12438, 15365, 10759, 14644, 9006, 11406, 8716, 9316, 13296, 9486, 17400, 11386, 14905, 9368, 11088, 14942, 9333, 16316, 10225, 13941, 11386, 10381, 16213, 9978, 15374, 10161, 13737, 8635, 12737, 9183, 9728, 14576, 9970, 16151, 10844, 14673, 9119, 13046, 9734, 10115, 17089, 10784, 15573, 10933, 13853, 9785, 10018, 15539, 9643, 16750, 11019, 14846, 9537, 11006, 14475, 9755, 16460, 10128, 13754, 10474, 10453, 16815, 10593, 14199, 10220, 13419, 9416, 11271, 15301, 10508, 15630, 11120, 14312, 9823, 11036, 16156, 11130, 16697, 12622, 15431, 9755, 10876, 16234, 11557, 17372, 12870, 15091, 9863, 11493, 14277, 10400, 17588, 12539, 15485, 10020, 12762, 9847, 10474, 16916, 12190, 15594, 10961, 13353, 9931, 10886, 15307, 10717, 15736, 11241, 14324, 9576, 11926, 13202, 10165, 16743, 11550, 15231, 9445, 13276, 10105, 9853, 16878, 11911, 14572, 9643, 11601, 14539, 10127, 16080, 10412, 14288, 10723, 13630, 9155, 12922, 9151, 10924, 9911, 10662, 15689, 11687, 17142, 10958, 15010, 11426, 14550, 9480, 14425, 13417, 12217, 10146, 10028, 9643, 10125, 9662, 13922, 10169, 13562, 11257, 17157, 9879, 8937, 10496, 13471, 10370, 16372, 11134, 17522, 12620, 15576, 10261, 14587, 9322, 10642, 12664, 8930, 17167, 10872, 14936, 8950, 12734, 8516, 8694, 16368, 9581, 12721, 8428, 10939, 10570, 9263, 15467, 9647, 12482, 8648, 11893, 11337, 9776, 15892], 'WindowCenter': [4190.0, 4216.0, 4165.0, 4204.0, 4149.0, 4180.0, 4151.0, 4159.0, 4177.0, 4139.0, 4177.0, 4126.0, 4156.0, 4112.0, 4144.0, 4112.0, 4124.0, 4155.0, 4136.0, 4199.0, 4160.0, 4179.0, 4126.0, 4160.0, 4148.0, 4139.0, 4189.0, 4159.0, 4170.0, 4128.0, 4148.0, 4178.0, 4128.0, 4178.0, 4136.0, 4170.0, 4138.0, 4139.0, 4188.0, 4147.0, 4181.0, 4139.0, 4180.0, 4137.0, 4149.0, 4167.0, 4140.0, 4189.0, 4150.0, 4181.0, 4138.0, 4180.0, 4128.0, 4160.0, 4137.0, 4149.0, 4189.0, 4160.0, 4191.0, 4168.0, 4190.0, 4148.0, 4180.0, 4127.0, 4167.0, 4158.0, 4158.0, 4175.0, 4138.0, 4189.0, 4145.0, 4178.0, 4135.0, 4176.0, 4125.0, 4158.0, 4144.0, 4125.0, 4186.0, 4155.0, 4176.0, 4144.0, 4165.0, 4125.0, 4158.0, 4124.0, 4146.0, 4157.0, 4147.0, 4178.0, 4148.0, 4191.0, 4162.0, 4190.0, 4158.0, 4182.0, 4138.0, 4169.0, 4149.0, 4150.0, 4192.0, 4157.0, 4190.0, 4148.0, 4178.0, 4147.0, 4181.0, 4140.0, 4178.0, 4128.0, 4157.0, 4134.0, 4149.0, 4172.0, 4151.0, 4201.0, 4170.0, 4191.0, 4150.0, 4181.0, 4137.0, 4168.0, 4170.0, 4125.0, 4176.0, 4127.0, 4178.0, 4152.0, 4182.0, 4149.0, 4179.0, 4140.0, 4169.0, 4153.0, 4181.0, 4141.0, 4194.0, 4141.0, 4162.0, 4141.0, 4162.0, 4191.0, 4161.0, 4204.0, 4162.0, 4202.0, 4164.0, 4194.0, 4161.0, 4193.0, 4151.0, 4181.0, 4147.0, 4169.0, 4168.0, 4149.0, 4190.0, 4160.0, 4190.0, 4149.0, 4178.0, 4138.0, 4178.0, 4136.0, 4167.0, 4144.0, 4124.0, 4176.0, 4128.0, 4187.0, 4146.0, 4164.0, 4134.0, 4166.0, 4122.0, 4169.0, 4144.0, 4144.0, 4175.0, 4134.0, 4175.0, 4147.0, 4176.0, 4144.0, 4165.0, 4126.0, 4153.0, 4125.0, 4169.0, 4126.0, 4170.0, 4126.0, 4147.0, 4125.0, 4136.0, 4165.0, 4134.0, 4176.0, 4147.0, 4176.0, 4148.0, 4187.0, 4148.0, 4191.0, 4158.0, 4177.0, 4134.0, 4166.0, 4124.0, 4146.0, 4125.0, 4145.0, 4164.0, 4146.0, 4165.0, 4136.0, 4176.0, 4125.0, 4175.0, 4145.0, 4174.0, 4135.0, 4163.0, 4122.0, 4153.0, 4114.0, 4146.0, 4125.0, 4146.0, 4155.0, 4135.0, 4185.0, 4145.0, 4179.0, 4126.0, 4165.0, 4146.0, 4135.0, 4173.0, 4144.0, 4165.0, 4123.0, 4154.0, 4123.0, 4144.0, 4128.0, 4138.0, 4176.0, 4145.0, 4178.0, 4149.0, 4166.0, 4150.0, 4181.0, 4137.0, 4180.0, 4138.0, 4161.0, 4160.0, 4155.0, 4191.0, 4162.0, 4191.0, 4148.0, 4178.0, 4140.0, 4182.0, 4157.0, 4159.0, 4169.0, 4140.0, 4199.0, 4163.0, 4191.0, 4150.0, 4181.0, 4128.0, 4160.0, 4149.0, 4152.0, 4201.0, 4169.0, 4176.0, 4135.0, 4166.0, 4124.0, 4158.0, 4150.0, 4146.0, 4187.0, 4146.0, 4178.0, 4145.0, 4176.0, 4136.0, 4169.0, 4148.0, 4146.0, 4165.0, 4136.0, 4187.0, 4136.0, 4174.0, 4148.0, 4167.0, 4148.0, 4146.0, 4146.0, 4126.0, 4188.0, 4136.0, 4180.0, 4126.0, 4170.0, 4126.0, 4147.0, 4176.0, 4138.0, 4187.0, 4146.0, 4177.0, 4126.0, 4157.0, 4126.0, 4140.0, 4188.0, 4158.0, 4178.0, 4148.0, 4179.0, 4148.0, 4182.0, 4138.0, 4168.0, 4139.0, 4148.0, 4147.0, 4153.0, 4204.0, 4170.0, 4190.0, 4158.0, 4180.0, 4127.0, 4171.0, 4168.0, 4134.0, 4185.0, 4134.0, 4176.0, 4123.0, 4166.0, 4124.0, 4155.0, 4144.0, 4126.0, 4163.0, 4124.0, 4187.0, 4147.0, 4175.0, 4136.0, 4164.0, 4115.0, 4156.0, 4125.0, 4138.0, 4188.0, 4146.0, 4190.0, 4146.0, 4177.0, 4136.0, 4168.0, 4135.0, 4157.0, 4166.0, 4126.0, 4184.0, 4135.0, 4177.0, 4144.0, 4165.0, 4134.0, 4167.0, 4115.0, 4158.0, 4158.0, 4145.0, 4165.0, 4136.0, 4187.0, 4146.0, 4188.0, 4146.0, 4177.0, 4136.0, 4166.0, 4124.0, 4155.0, 4139.0, 4138.0, 4186.0, 4147.0, 4188.0, 4135.0, 4178.0, 4148.0, 4177.0, 4137.0, 4179.0, 4125.0, 4146.0, 4125.0, 4136.0, 4137.0, 4150.0, 4181.0, 4160.0, 4201.0, 4161.0, 4191.0, 4159.0, 4191.0, 4149.0, 4181.0, 4136.0, 4167.0, 4137.0, 4147.0, 4179.0, 4137.0, 4188.0, 4146.0, 4199.0, 4146.0, 4179.0, 4161.0, 4181.0, 4147.0, 4180.0, 4126.0, 4166.0, 4125.0, 4156.0, 4127.0, 4147.0, 4149.0, 4158.0, 4150.0, 4149.0, 4167.0, 4140.0, 4190.0, 4150.0, 4203.0, 4171.0, 4190.0, 4159.0, 4191.0, 4149.0, 4179.0, 4129.0, 4181.0, 4136.0, 4168.0, 4129.0, 4170.0, 4149.0, 4180.0, 4122.0, 4156.0, 4138.0, 4168.0, 4132.0, 4196.0, 4155.0, 4215.0, 4177.0, 4188.0, 4149.0, 4177.0, 4161.0, 4187.0, 4146.0, 4187.0, 4158.0, 4178.0, 4146.0, 4165.0, 4131.0, 4149.0, 4095.0, 4129.0, 4116.0, 4105.0, 4159.0, 4120.0, 4147.0, 4108.0, 4139.0, 4109.0, 4140.0, 4122.0, 4166.0, 4148.0, 4168.0, 4148.0, 4167.0, 4126.0, 4157.0, 4128.0, 4171.0, 4157.0, 4169.0, 4178.0, 4137.0, 4188.0, 4120.0, 4199.0, 4138.0, 4192.0, 4161.0, 4201.0, 4138.0, 4178.0, 4149.0, 4180.0, 4149.0, 4190.0, 4161.0, 4181.0, 4139.0, 4170.0, 4146.0, 4154.0, 4202.0, 4158.0, 4180.0, 4126.0, 4156.0, 4174.0, 4129.0, 4178.0, 4124.0, 4142.0, 4129.0, 4109.0, 4161.0, 4121.0, 4152.0, 4111.0, 4111.0, 4148.0, 4110.0, 4163.0, 4122.0, 4155.0, 4122.0, 4121.0, 4161.0, 4122.0, 4165.0, 4122.0, 4154.0, 4135.0, 4125.0, 4175.0, 4144.0, 4165.0, 4123.0, 4156.0, 4145.0, 4139.0, 4189.0, 4155.0, 4165.0, 4123.0, 4135.0, 4175.0, 4136.0, 4178.0, 4124.0, 4145.0, 4175.0, 4136.0, 4187.0, 4136.0, 4167.0, 4138.0, 4162.0, 4190.0, 4149.0, 4202.0, 4163.0, 4191.0, 4158.0, 4140.0, 4203.0, 4149.0, 4190.0, 4148.0, 4169.0, 4130.0, 4162.0, 4140.0, 4153.0, 4205.0, 4167.0, 4175.0, 4167.0, 4218.0, 4168.0, 4206.0, 4164.0, 4200.0, 4160.0, 4205.0, 4161.0, 4190.0, 4151.0, 4180.0, 4135.0, 4156.0, 4149.0, 4157.0, 4177.0, 4136.0, 4162.0, 4126.0, 4153.0, 4123.0, 4142.0, 4114.0, 4154.0, 4125.0, 4144.0, 4112.0, 4135.0, 4159.0, 4139.0, 4178.0, 4149.0, 4179.0, 4148.0, 4181.0, 4152.0, 4169.0, 4128.0, 4170.0, 4137.0, 4149.0, 4187.0, 4152.0, 4201.0, 4171.0, 4190.0, 4128.0, 4168.0, 4137.0, 4147.0, 4188.0, 4147.0, 4188.0, 4147.0, 4176.0, 4137.0, 4166.0, 4137.0, 4167.0, 4178.0, 4146.0, 4186.0, 4135.0, 4176.0, 4135.0, 4156.0, 4155.0, 4136.0, 4187.0, 4134.0, 4164.0, 4122.0, 4142.0, 4109.0, 4124.0, 4176.0, 4125.0, 4176.0, 4145.0, 4165.0, 4122.0, 4143.0, 4114.0, 4139.0, 4176.0, 4137.0, 4189.0, 4150.0, 4179.0, 4150.0, 4181.0, 4140.0, 4179.0, 4137.0, 4157.0, 4138.0, 4149.0, 4203.0, 4152.0, 4191.0, 4161.0, 4193.0, 4150.0, 4179.0, 4151.0, 4195.0, 4163.0, 4192.0, 4162.0, 4202.0, 4160.0, 4180.0, 4151.0, 4182.0, 4167.0, 4169.0, 4156.0, 4147.0, 4186.0, 4136.0, 4180.0, 4146.0, 4165.0, 4134.0, 4154.0, 4124.0, 4154.0, 4112.0, 4157.0, 4150.0, 4136.0, 4174.0, 4145.0, 4184.0, 4134.0, 4164.0, 4146.0, 4166.0, 4125.0, 4156.0, 4123.0, 4134.0, 4127.0, 4135.0, 4189.0, 4148.0, 4187.0, 4157.0, 4178.0, 4147.0, 4168.0, 4137.0, 4170.0, 4138.0, 4157.0, 4148.0, 4149.0, 4178.0, 4159.0, 4192.0, 4171.0, 4191.0, 4160.0, 4178.0, 4128.0, 4170.0, 4156.0, 4149.0, 4199.0, 4159.0, 4191.0, 4161.0, 4181.0, 4150.0, 4183.0, 4140.0, 4181.0, 4163.0, 4173.0, 4192.0, 4151.0, 4202.0, 4159.0, 4180.0, 4131.0, 4170.0, 4146.0, 4140.0, 4190.0, 4158.0, 4178.0, 4137.0, 4167.0, 4125.0, 4139.0, 4186.0, 4145.0, 4176.0, 4146.0, 4165.0, 4124.0, 4157.0, 4138.0, 4145.0, 4166.0, 4135.0, 4177.0, 4148.0, 4177.0, 4135.0, 4167.0, 4126.0, 4157.0, 4136.0, 4148.0, 4188.0, 4156.0, 4176.0, 4147.0, 4166.0, 4134.0, 4169.0, 4156.0, 4145.0, 4176.0, 4147.0, 4178.0, 4149.0, 4177.0, 4137.0, 4177.0, 4139.0, 4149.0, 4126.0, 4157.0, 4129.0, 4173.0, 4143.0, 4196.0, 4154.0, 4207.0, 4166.0, 4181.0, 4142.0, 4138.0, 4140.0, 4143.0, 4183.0, 4161.0, 4165.0, 4192.0, 4162.0, 4205.0, 4162.0, 4192.0, 4157.0, 4179.0, 4125.0, 4156.0, 4145.0, 4147.0, 4176.0, 4145.0, 4177.0, 4143.0, 4154.0, 4119.0, 4150.0, 4100.0, 4130.0, 4100.0, 4111.0, 4141.0, 4123.0, 4173.0, 4145.0, 4181.0, 4126.0, 4146.0, 4164.0, 4125.0, 4174.0, 4134.0, 4168.0, 4145.0, 4137.0, 4178.0, 4138.0, 4177.0, 4138.0, 4169.0, 4127.0, 4158.0, 4137.0, 4139.0, 4176.0, 4131.0, 4192.0, 4161.0, 4181.0, 4139.0, 4170.0, 4139.0, 4149.0, 4191.0, 4151.0, 4181.0, 4149.0, 4172.0, 4140.0, 4139.0, 4179.0, 4138.0, 4192.0, 4149.0, 4180.0, 4139.0, 4149.0, 4167.0, 4128.0, 4179.0, 4139.0, 4169.0, 4138.0, 4138.0, 4179.0, 4149.0, 4169.0, 4153.0, 4169.0, 4140.0, 4161.0, 4180.0, 4148.0, 4191.0, 4151.0, 4180.0, 4140.0, 4152.0, 4179.0, 4161.0, 4193.0, 4161.0, 4182.0, 4129.0, 4150.0, 4177.0, 4149.0, 4191.0, 4159.0, 4168.0, 4126.0, 4147.0, 4166.0, 4146.0, 4188.0, 4157.0, 4177.0, 4125.0, 4157.0, 4139.0, 4148.0, 4189.0, 4157.0, 4178.0, 4137.0, 4168.0, 4137.0, 4149.0, 4176.0, 4137.0, 4175.0, 4148.0, 4179.0, 4137.0, 4159.0, 4156.0, 4137.0, 4178.0, 4147.0, 4191.0, 4137.0, 4170.0, 4138.0, 4135.0, 4188.0, 4145.0, 4179.0, 4139.0, 4158.0, 4167.0, 4137.0, 4190.0, 4148.0, 4176.0, 4151.0, 4181.0, 4138.0, 4169.0, 4141.0, 4158.0, 4138.0, 4165.0, 4204.0, 4172.0, 4191.0, 4149.0, 4180.0, 4160.0, 4184.0, 4141.0, 4170.0, 4158.0, 4144.0, 4135.0, 4150.0, 4151.0, 4177.0, 4154.0, 4184.0, 4150.0, 4168.0, 4145.0, 4186.0, 4137.0, 4137.0, 4159.0, 4168.0, 4147.0, 4177.0, 4147.0, 4189.0, 4143.0, 4166.0, 4120.0, 4152.0, 4097.0, 4119.0, 4127.0, 4096.0, 4160.0, 4117.0, 4150.0, 4097.0, 4128.0, 4096.0, 4096.0, 4148.0, 4107.0, 4138.0, 4100.0, 4133.0, 4132.0, 4122.0, 4163.0, 4124.0, 4157.0, 4127.0, 4157.0, 4149.0, 4150.0, 4176.0], 'WindowWidth': [9294.0, 9324.0, 9246.0, 9301.0, 9215.0, 9262.0, 9222.0, 9230.0, 9251.0, 9198.0, 9252.0, 9178.0, 9219.0, 9156.0, 9201.0, 9155.0, 9176.0, 9218.0, 9197.0, 9285.0, 9232.0, 9257.0, 9183.0, 9231.0, 9213.0, 9203.0, 9271.0, 9228.0, 9245.0, 9184.0, 9211.0, 9252.0, 9185.0, 9253.0, 9193.0, 9244.0, 9197.0, 9201.0, 9269.0, 9210.0, 9262.0, 9201.0, 9258.0, 9196.0, 9216.0, 9237.0, 9202.0, 9271.0, 9217.0, 9261.0, 9198.0, 9258.0, 9184.0, 9230.0, 9196.0, 9215.0, 9272.0, 9232.0, 9277.0, 9241.0, 9274.0, 9212.0, 9258.0, 9179.0, 9238.0, 9223.0, 9222.0, 9247.0, 9195.0, 9271.0, 9202.0, 9253.0, 9190.0, 9249.0, 9176.0, 9223.0, 9197.0, 9175.0, 9265.0, 9215.0, 9246.0, 9201.0, 9230.0, 9174.0, 9223.0, 9173.0, 9206.0, 9221.0, 9210.0, 9252.0, 9211.0, 9274.0, 9238.0, 9272.0, 9226.0, 9263.0, 9199.0, 9243.0, 9213.0, 9219.0, 9278.0, 9223.0, 9273.0, 9212.0, 9253.0, 9209.0, 9261.0, 9203.0, 9254.0, 9182.0, 9224.0, 9190.0, 9216.0, 9251.0, 9221.0, 9292.0, 9246.0, 9276.0, 9215.0, 9262.0, 9199.0, 9238.0, 9239.0, 9175.0, 9247.0, 9179.0, 9253.0, 9221.0, 9262.0, 9216.0, 9257.0, 9205.0, 9243.0, 9229.0, 9265.0, 9209.0, 9284.0, 9209.0, 9237.0, 9208.0, 9238.0, 9277.0, 9235.0, 9297.0, 9237.0, 9297.0, 9243.0, 9285.0, 9232.0, 9280.0, 9218.0, 9262.0, 9208.0, 9243.0, 9240.0, 9216.0, 9274.0, 9230.0, 9274.0, 9214.0, 9251.0, 9197.0, 9254.0, 9190.0, 9236.0, 9199.0, 9173.0, 9247.0, 9184.0, 9263.0, 9204.0, 9228.0, 9185.0, 9232.0, 9169.0, 9240.0, 9198.0, 9202.0, 9243.0, 9185.0, 9245.0, 9209.0, 9243.0, 9199.0, 9230.0, 9177.0, 9212.0, 9175.0, 9240.0, 9178.0, 9241.0, 9175.0, 9207.0, 9175.0, 9191.0, 9229.0, 9188.0, 9246.0, 9207.0, 9248.0, 9209.0, 9265.0, 9210.0, 9275.0, 9223.0, 9249.0, 9186.0, 9231.0, 9171.0, 9204.0, 9173.0, 9202.0, 9226.0, 9206.0, 9229.0, 9190.0, 9248.0, 9174.0, 9246.0, 9201.0, 9241.0, 9187.0, 9223.0, 9166.0, 9210.0, 9158.0, 9204.0, 9174.0, 9203.0, 9214.0, 9189.0, 9260.0, 9203.0, 9255.0, 9177.0, 9231.0, 9202.0, 9188.0, 9241.0, 9199.0, 9229.0, 9168.0, 9214.0, 9169.0, 9201.0, 9182.0, 9198.0, 9248.0, 9203.0, 9253.0, 9215.0, 9235.0, 9219.0, 9261.0, 9196.0, 9259.0, 9199.0, 9233.0, 9232.0, 9229.0, 9276.0, 9234.0, 9276.0, 9213.0, 9255.0, 9203.0, 9264.0, 9223.0, 9228.0, 9242.0, 9204.0, 9286.0, 9239.0, 9277.0, 9216.0, 9261.0, 9186.0, 9231.0, 9214.0, 9223.0, 9290.0, 9239.0, 9248.0, 9190.0, 9233.0, 9173.0, 9228.0, 9215.0, 9206.0, 9265.0, 9207.0, 9254.0, 9204.0, 9248.0, 9191.0, 9244.0, 9211.0, 9206.0, 9231.0, 9194.0, 9266.0, 9191.0, 9244.0, 9211.0, 9236.0, 9207.0, 9204.0, 9202.0, 9177.0, 9265.0, 9193.0, 9259.0, 9179.0, 9241.0, 9179.0, 9212.0, 9249.0, 9199.0, 9265.0, 9206.0, 9251.0, 9180.0, 9225.0, 9182.0, 9207.0, 9269.0, 9225.0, 9256.0, 9213.0, 9255.0, 9214.0, 9265.0, 9201.0, 9240.0, 9202.0, 9215.0, 9209.0, 9228.0, 9299.0, 9245.0, 9277.0, 9227.0, 9260.0, 9180.0, 9249.0, 9237.0, 9188.0, 9262.0, 9187.0, 9248.0, 9172.0, 9236.0, 9172.0, 9215.0, 9199.0, 9177.0, 9225.0, 9173.0, 9265.0, 9209.0, 9244.0, 9191.0, 9228.0, 9163.0, 9220.0, 9178.0, 9200.0, 9266.0, 9207.0, 9271.0, 9207.0, 9251.0, 9195.0, 9241.0, 9191.0, 9222.0, 9232.0, 9179.0, 9260.0, 9192.0, 9252.0, 9201.0, 9232.0, 9189.0, 9238.0, 9163.0, 9226.0, 9224.0, 9204.0, 9232.0, 9192.0, 9266.0, 9207.0, 9268.0, 9208.0, 9250.0, 9194.0, 9236.0, 9176.0, 9219.0, 9203.0, 9201.0, 9263.0, 9209.0, 9268.0, 9193.0, 9252.0, 9214.0, 9252.0, 9197.0, 9255.0, 9179.0, 9209.0, 9179.0, 9198.0, 9199.0, 9220.0, 9262.0, 9234.0, 9294.0, 9238.0, 9278.0, 9231.0, 9276.0, 9216.0, 9262.0, 9196.0, 9240.0, 9195.0, 9213.0, 9256.0, 9198.0, 9270.0, 9209.0, 9286.0, 9210.0, 9257.0, 9236.0, 9262.0, 9211.0, 9257.0, 9181.0, 9237.0, 9178.0, 9221.0, 9184.0, 9213.0, 9215.0, 9228.0, 9218.0, 9217.0, 9239.0, 9205.0, 9275.0, 9222.0, 9295.0, 9250.0, 9276.0, 9232.0, 9276.0, 9216.0, 9258.0, 9188.0, 9260.0, 9194.0, 9240.0, 9187.0, 9243.0, 9215.0, 9259.0, 9170.0, 9219.0, 9198.0, 9242.0, 9202.0, 9295.0, 9234.0, 9319.0, 9267.0, 9270.0, 9218.0, 9251.0, 9234.0, 9264.0, 9207.0, 9269.0, 9224.0, 9256.0, 9203.0, 9232.0, 9175.0, 9202.0, 9118.0, 9169.0, 9144.0, 9132.0, 9211.0, 9156.0, 9192.0, 9140.0, 9183.0, 9144.0, 9189.0, 9168.0, 9235.0, 9212.0, 9238.0, 9211.0, 9240.0, 9182.0, 9224.0, 9186.0, 9251.0, 9226.0, 9244.0, 9252.0, 9197.0, 9268.0, 9168.0, 9287.0, 9199.0, 9277.0, 9235.0, 9291.0, 9201.0, 9256.0, 9217.0, 9261.0, 9218.0, 9275.0, 9236.0, 9262.0, 9203.0, 9245.0, 9210.0, 9222.0, 9296.0, 9226.0, 9260.0, 9179.0, 9219.0, 9242.0, 9186.0, 9255.0, 9169.0, 9194.0, 9170.0, 9145.0, 9219.0, 9164.0, 9207.0, 9147.0, 9148.0, 9199.0, 9149.0, 9222.0, 9169.0, 9217.0, 9167.0, 9166.0, 9219.0, 9168.0, 9228.0, 9167.0, 9214.0, 9189.0, 9176.0, 9245.0, 9201.0, 9231.0, 9173.0, 9221.0, 9205.0, 9203.0, 9271.0, 9217.0, 9231.0, 9172.0, 9192.0, 9247.0, 9192.0, 9256.0, 9177.0, 9206.0, 9247.0, 9194.0, 9265.0, 9196.0, 9239.0, 9201.0, 9240.0, 9273.0, 9219.0, 9296.0, 9241.0, 9278.0, 9225.0, 9206.0, 9298.0, 9217.0, 9272.0, 9214.0, 9245.0, 9193.0, 9239.0, 9209.0, 9229.0, 9301.0, 9251.0, 9245.0, 9255.0, 9327.0, 9252.0, 9308.0, 9247.0, 9293.0, 9235.0, 9303.0, 9237.0, 9278.0, 9218.0, 9260.0, 9190.0, 9222.0, 9215.0, 9224.0, 9247.0, 9188.0, 9226.0, 9176.0, 9210.0, 9168.0, 9195.0, 9158.0, 9214.0, 9179.0, 9204.0, 9158.0, 9194.0, 9229.0, 9203.0, 9255.0, 9217.0, 9257.0, 9214.0, 9262.0, 9224.0, 9244.0, 9186.0, 9246.0, 9196.0, 9215.0, 9266.0, 9223.0, 9291.0, 9246.0, 9274.0, 9185.0, 9240.0, 9193.0, 9210.0, 9270.0, 9209.0, 9268.0, 9211.0, 9249.0, 9194.0, 9235.0, 9195.0, 9238.0, 9250.0, 9206.0, 9265.0, 9189.0, 9249.0, 9186.0, 9220.0, 9215.0, 9194.0, 9265.0, 9185.0, 9228.0, 9167.0, 9195.0, 9146.0, 9171.0, 9248.0, 9178.0, 9248.0, 9203.0, 9232.0, 9168.0, 9198.0, 9160.0, 9201.0, 9250.0, 9195.0, 9270.0, 9217.0, 9255.0, 9217.0, 9262.0, 9207.0, 9258.0, 9198.0, 9228.0, 9200.0, 9215.0, 9298.0, 9224.0, 9276.0, 9235.0, 9283.0, 9220.0, 9257.0, 9223.0, 9287.0, 9243.0, 9280.0, 9240.0, 9295.0, 9234.0, 9261.0, 9224.0, 9267.0, 9236.0, 9242.0, 9222.0, 9209.0, 9264.0, 9190.0, 9259.0, 9205.0, 9230.0, 9185.0, 9212.0, 9171.0, 9212.0, 9154.0, 9220.0, 9216.0, 9194.0, 9242.0, 9203.0, 9259.0, 9187.0, 9227.0, 9205.0, 9234.0, 9176.0, 9219.0, 9170.0, 9189.0, 9178.0, 9191.0, 9269.0, 9212.0, 9263.0, 9223.0, 9252.0, 9211.0, 9240.0, 9198.0, 9244.0, 9199.0, 9225.0, 9211.0, 9214.0, 9254.0, 9228.0, 9279.0, 9249.0, 9275.0, 9228.0, 9255.0, 9183.0, 9244.0, 9219.0, 9215.0, 9286.0, 9226.0, 9274.0, 9235.0, 9263.0, 9219.0, 9268.0, 9208.0, 9264.0, 9239.0, 9255.0, 9277.0, 9218.0, 9295.0, 9228.0, 9260.0, 9184.0, 9245.0, 9205.0, 9204.0, 9273.0, 9221.0, 9251.0, 9192.0, 9233.0, 9174.0, 9200.0, 9263.0, 9202.0, 9246.0, 9204.0, 9230.0, 9172.0, 9221.0, 9193.0, 9202.0, 9231.0, 9189.0, 9250.0, 9210.0, 9249.0, 9189.0, 9237.0, 9177.0, 9221.0, 9191.0, 9212.0, 9267.0, 9218.0, 9248.0, 9205.0, 9231.0, 9184.0, 9241.0, 9219.0, 9201.0, 9247.0, 9206.0, 9251.0, 9212.0, 9249.0, 9192.0, 9249.0, 9201.0, 9213.0, 9178.0, 9222.0, 9190.0, 9254.0, 9214.0, 9292.0, 9232.0, 9304.0, 9246.0, 9261.0, 9209.0, 9197.0, 9205.0, 9213.0, 9267.0, 9231.0, 9241.0, 9276.0, 9237.0, 9305.0, 9232.0, 9278.0, 9222.0, 9256.0, 9173.0, 9219.0, 9200.0, 9204.0, 9247.0, 9198.0, 9247.0, 9193.0, 9209.0, 9155.0, 9199.0, 9127.0, 9168.0, 9129.0, 9147.0, 9188.0, 9166.0, 9238.0, 9199.0, 9257.0, 9175.0, 9202.0, 9225.0, 9173.0, 9239.0, 9185.0, 9237.0, 9201.0, 9191.0, 9251.0, 9195.0, 9247.0, 9195.0, 9240.0, 9179.0, 9222.0, 9194.0, 9200.0, 9247.0, 9184.0, 9278.0, 9234.0, 9261.0, 9198.0, 9244.0, 9197.0, 9213.0, 9276.0, 9218.0, 9260.0, 9210.0, 9246.0, 9199.0, 9199.0, 9250.0, 9194.0, 9275.0, 9212.0, 9255.0, 9196.0, 9212.0, 9233.0, 9180.0, 9252.0, 9197.0, 9238.0, 9193.0, 9194.0, 9253.0, 9209.0, 9239.0, 9221.0, 9241.0, 9200.0, 9232.0, 9254.0, 9209.0, 9272.0, 9215.0, 9256.0, 9201.0, 9218.0, 9253.0, 9231.0, 9279.0, 9228.0, 9263.0, 9181.0, 9214.0, 9250.0, 9209.0, 9273.0, 9224.0, 9239.0, 9173.0, 9205.0, 9231.0, 9204.0, 9265.0, 9220.0, 9248.0, 9173.0, 9221.0, 9198.0, 9210.0, 9269.0, 9220.0, 9251.0, 9191.0, 9237.0, 9193.0, 9210.0, 9246.0, 9192.0, 9243.0, 9207.0, 9254.0, 9194.0, 9225.0, 9218.0, 9193.0, 9252.0, 9207.0, 9272.0, 9195.0, 9242.0, 9195.0, 9189.0, 9265.0, 9202.0, 9255.0, 9199.0, 9224.0, 9233.0, 9193.0, 9271.0, 9210.0, 9249.0, 9218.0, 9259.0, 9200.0, 9243.0, 9203.0, 9227.0, 9199.0, 9245.0, 9298.0, 9249.0, 9275.0, 9213.0, 9257.0, 9227.0, 9269.0, 9204.0, 9241.0, 9221.0, 9200.0, 9188.0, 9219.0, 9223.0, 9267.0, 9227.0, 9268.0, 9218.0, 9240.0, 9201.0, 9266.0, 9196.0, 9198.0, 9231.0, 9240.0, 9211.0, 9253.0, 9206.0, 9273.0, 9197.0, 9234.0, 9158.0, 9209.0, 9122.0, 9155.0, 9161.0, 9121.0, 9214.0, 9148.0, 9200.0, 9124.0, 9166.0, 9120.0, 9121.0, 9195.0, 9137.0, 9182.0, 9135.0, 9184.0, 9179.0, 9167.0, 9225.0, 9169.0, 9219.0, 9181.0, 9221.0, 9210.0, 9216.0, 9249.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.0007217943925233646</td></tr>
<tr><td colspan=3>aqi</td><td>0.02082040906542056</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.72348137728718</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.287585771898969</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0108257472591218</td></tr>
<tr><td colspan=3>efc</td><td>0.4984</td></tr>
<tr><td colspan=3>fber</td><td>4987.2573</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10001148163132935</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.233644859813084</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.624261832417464</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5575352117508814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.901398476279815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.413851809221695</td></tr>
<tr><td colspan=3>gcor</td><td>0.013132</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013930516317486763</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02807595394551754</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.9021603646319014</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.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.6472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.291</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297597.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1110.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6288</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.5021</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3313.6282</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.6771</td></tr>
<tr><td colspan=3>tsnr</td><td>40.043690234422684</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>