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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-03_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-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-alignvideo_acq-mb8_run-03_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-0106/ses-03/func/sub-0106_ses-03_task-alignvideo_acq-mb8_run-03_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>bd09a18e6fb514eadb10f99493361516</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>20:12:40.235000</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.991853, -0.0956694, 0.0841151, 0.0834626, 0.986871, 0.138272]</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-03_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.0854573</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7237, 408, -72, -86, 92, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49c8d1a8-b368-4b73-87a5-b475d3df1e6f||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.6610686779022217, 0.2239239364862442, 0.25984570384025574, 98.66255950927734], [0.2566738724708557, 2.6477034091949463, 0.35133740305900574, -122.24143981933594], [0.22567464411258698, -0.37097352743148804, 2.664402723312378, -62.61309051513672], [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, 1065]</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], 'AcquisitionTime': ['201240.235000', '201240.695000', '201241.155000', '201241.615000', '201242.075000', '201242.535000', '201242.995000', '201243.455000', '201243.915000', '201244.375000', '201244.835000', '201245.295000', '201245.755000', '201246.215000', '201246.675000', '201247.135000', '201247.595000', '201248.055000', '201248.515000', '201248.975000', '201249.435000', '201249.895000', '201250.355000', '201250.815000', '201251.275000', '201251.735000', '201252.195000', '201252.655000', '201253.115000', '201253.575000', '201254.035000', '201254.495000', '201254.955000', '201255.415000', '201255.875000', '201256.335000', '201256.795000', '201257.255000', '201257.715000', '201258.175000', '201258.635000', '201259.095000', '201259.555000', '201300.015000', '201300.475000', '201300.935000', '201301.395000', '201301.855000', '201302.315000', '201302.775000', '201303.235000', '201303.695000', '201304.155000', '201304.615000', '201305.075000', '201305.535000', '201305.995000', '201306.455000', '201306.915000', '201307.375000', '201307.835000', '201308.295000', '201308.755000', '201309.215000', '201309.675000', '201310.135000', '201310.595000', '201311.055000', '201311.515000', '201311.975000', '201312.435000', '201312.895000', '201313.355000', '201313.815000', '201314.275000', '201314.735000', '201315.195000', '201315.655000', '201316.115000', '201316.575000', '201317.035000', '201317.495000', '201317.955000', '201318.415000', '201318.875000', '201319.335000', '201319.795000', '201320.255000', '201320.715000', '201321.175000', '201321.635000', '201322.095000', '201322.555000', '201323.015000', '201323.475000', '201323.935000', '201324.395000', '201324.855000', '201325.315000', '201325.775000', '201326.235000', '201326.695000', '201327.155000', '201327.615000', '201328.075000', '201328.535000', '201328.995000', '201329.455000', '201329.915000', '201330.375000', '201330.835000', '201331.295000', '201331.755000', '201332.215000', '201332.675000', '201333.135000', '201333.595000', '201334.055000', '201334.515000', '201334.975000', '201335.435000', '201335.895000', '201336.355000', '201336.815000', '201337.275000', '201337.735000', '201338.195000', '201338.655000', '201339.115000', '201339.575000', '201340.035000', '201340.495000', '201340.955000', '201341.415000', '201341.875000', '201342.335000', '201342.795000', '201343.255000', '201343.715000', '201344.175000', '201344.635000', '201345.095000', '201345.555000', '201346.015000', '201346.475000', '201346.935000', '201347.395000', '201347.855000', '201348.315000', '201348.775000', '201349.235000', '201349.695000', '201350.155000', '201350.615000', '201351.075000', '201351.535000', '201351.995000', '201352.455000', '201352.915000', '201353.375000', '201353.835000', '201354.295000', '201354.755000', '201355.215000', '201355.675000', '201356.135000', '201356.595000', '201357.055000', '201357.515000', '201357.975000', '201358.435000', '201358.895000', '201359.355000', '201359.815000', '201400.275000', '201400.735000', '201401.195000', '201401.655000', '201402.115000', '201402.575000', '201403.035000', '201403.495000', '201403.955000', '201404.415000', '201404.875000', '201405.335000', '201405.795000', '201406.255000', '201406.715000', '201407.175000', '201407.635000', '201408.095000', '201408.555000', '201409.015000', '201409.475000', '201409.935000', '201410.395000', '201410.855000', '201411.315000', '201411.775000', '201412.235000', '201412.695000', '201413.155000', '201413.615000', '201414.075000', '201414.535000', '201414.995000', '201415.455000', '201415.915000', '201416.375000', '201416.835000', '201417.295000', '201417.755000', '201418.215000', '201418.675000', '201419.135000', '201419.595000', '201420.055000', '201420.515000', '201420.975000', '201421.435000', '201421.895000', '201422.355000', '201422.815000', '201423.275000', '201423.735000', '201424.195000', '201424.655000', '201425.115000', '201425.575000', '201426.035000', '201426.495000', '201426.955000', '201427.415000', '201427.875000', '201428.335000', '201428.795000', '201429.255000', '201429.715000', '201430.175000', '201430.635000', '201431.095000', '201431.555000', '201432.015000', '201432.475000', '201432.935000', '201433.395000', '201433.855000', '201434.315000', '201434.775000', '201435.235000', '201435.695000', '201436.155000', '201436.615000', '201437.075000', '201437.535000', '201437.995000', '201438.455000', '201438.915000', '201439.375000', '201439.835000', '201440.295000', '201440.755000', '201441.215000', '201441.675000', '201442.135000', '201442.595000', '201443.055000', '201443.515000', '201443.975000', '201444.435000', '201444.895000', '201445.355000', '201445.815000', '201446.275000', '201446.735000', '201447.195000', '201447.655000', '201448.115000', '201448.575000', '201449.035000', '201449.495000', '201449.955000', '201450.415000', '201450.875000', '201451.335000', '201451.795000', '201452.255000', '201452.715000', '201453.175000', '201453.635000', '201454.095000', '201454.555000', '201455.015000', '201455.475000', '201455.935000', '201456.395000', '201456.855000', '201457.315000', '201457.775000', '201458.235000', '201458.695000', '201459.155000', '201459.615000', '201500.075000', '201500.535000', '201500.995000', '201501.455000', '201501.915000', '201502.375000', '201502.835000', '201503.295000', '201503.755000', '201504.215000', '201504.675000', '201505.135000', '201505.595000', '201506.055000', '201506.515000', '201506.975000', '201507.435000', '201507.895000', '201508.355000', '201508.815000', '201509.275000', '201509.735000', '201510.195000', '201510.655000', '201511.115000', '201511.575000', '201512.035000', '201512.495000', '201512.955000', '201513.415000', '201513.875000', '201514.335000', '201514.795000', '201515.255000', '201515.715000', '201516.175000', '201516.635000', '201517.095000', '201517.555000', '201518.015000', '201518.475000', '201518.935000', '201519.395000', '201519.855000', '201520.315000', '201520.775000', '201521.235000', '201521.695000', '201522.155000', '201522.615000', '201523.075000', '201523.535000', '201523.995000', '201524.455000', '201524.915000', '201525.375000', '201525.835000', '201526.295000', '201526.755000', '201527.215000', '201527.675000', '201528.135000', '201528.595000', '201529.055000', '201529.515000', '201529.975000', '201530.435000', '201530.895000', '201531.355000', '201531.815000', '201532.275000', '201532.735000', '201533.195000', '201533.655000', '201534.115000', '201534.575000', '201535.035000', '201535.495000', '201535.955000', '201536.415000', '201536.875000', '201537.335000', '201537.795000', '201538.255000', '201538.715000', '201539.175000', '201539.635000', '201540.095000', '201540.555000', '201541.015000', '201541.475000', '201541.935000', '201542.395000', '201542.855000', '201543.315000', '201543.775000', '201544.235000', '201544.695000', '201545.155000', '201545.615000', '201546.075000', '201546.535000', '201546.995000', '201547.455000', '201547.915000', '201548.375000', '201548.835000', '201549.295000', '201549.755000', '201550.215000', '201550.675000', '201551.135000', '201551.595000', '201552.055000', '201552.515000', '201552.975000', '201553.435000', '201553.895000', '201554.355000', '201554.815000', '201555.275000', '201555.735000', '201556.195000', '201556.655000', '201557.115000', '201557.575000', '201558.035000', '201558.495000', '201558.955000', '201559.415000', '201559.875000', '201600.335000', '201600.795000', '201601.255000', '201601.715000', '201602.175000', '201602.635000', '201603.095000', '201603.555000', '201604.015000', '201604.475000', '201604.935000', '201605.395000', '201605.855000', '201606.315000', '201606.775000', '201607.235000', '201607.695000', '201608.155000', '201608.615000', '201609.075000', '201609.535000', '201609.995000', '201610.455000', '201610.915000', '201611.375000', '201611.835000', '201612.295000', '201612.755000', '201613.215000', '201613.675000', '201614.135000', '201614.595000', '201615.055000', '201615.515000', '201615.975000', '201616.435000', '201616.895000', '201617.355000', '201617.815000', '201618.275000', '201618.735000', '201619.195000', '201619.655000', '201620.115000', '201620.575000', '201621.035000', '201621.495000', '201621.955000', '201622.415000', '201622.875000', '201623.335000', '201623.795000', '201624.255000', '201624.715000', '201625.175000', '201625.635000', '201626.095000', '201626.555000', '201627.015000', '201627.475000', '201627.935000', '201628.395000', '201628.855000', '201629.315000', '201629.775000', '201630.235000', '201630.695000', '201631.155000', '201631.615000', '201632.075000', '201632.535000', '201632.995000', '201633.455000', '201633.915000', '201634.375000', '201634.835000', '201635.295000', '201635.755000', '201636.215000', '201636.675000', '201637.135000', '201637.595000', '201638.055000', '201638.515000', '201638.975000', '201639.435000', '201639.895000', '201640.355000', '201640.815000', '201641.275000', '201641.735000', '201642.195000', '201642.655000', '201643.115000', '201643.575000', '201644.035000', '201644.495000', '201644.955000', '201645.415000', '201645.875000', '201646.335000', '201646.795000', '201647.255000', '201647.715000', '201648.175000', '201648.635000', '201649.095000', '201649.555000', '201650.015000', '201650.475000', '201650.935000', '201651.395000', '201651.855000', '201652.315000', '201652.775000', '201653.235000', '201653.695000', '201654.155000', '201654.615000', '201655.075000', '201655.535000', '201655.995000', '201656.455000', '201656.915000', '201657.375000', '201657.835000', '201658.295000', '201658.755000', '201659.215000', '201659.675000', '201700.135000', '201700.595000', '201701.055000', '201701.515000', '201701.975000', '201702.435000', '201702.895000', '201703.355000', '201703.815000', '201704.275000', '201704.735000', '201705.195000', '201705.655000', '201706.115000', '201706.575000', '201707.035000', '201707.495000', '201707.955000', '201708.415000', '201708.875000', '201709.335000', '201709.795000', '201710.255000', '201710.715000', '201711.175000', '201711.635000', '201712.095000', '201712.555000', '201713.015000', '201713.475000', '201713.935000', '201714.395000', '201714.855000', '201715.315000', '201715.775000', '201716.235000', '201716.695000', '201717.155000', '201717.615000', '201718.075000', '201718.535000', '201718.995000', '201719.455000', '201719.915000', '201720.375000', '201720.835000', '201721.295000', '201721.755000', '201722.215000', '201722.675000', '201723.135000', '201723.595000', '201724.055000', '201724.515000', '201724.975000', '201725.435000', '201725.895000', '201726.355000', '201726.815000', '201727.275000', '201727.735000', '201728.195000', '201728.655000', '201729.115000', '201729.575000', '201730.035000', '201730.495000', '201730.955000', '201731.415000', '201731.875000', '201732.335000', '201732.795000', '201733.255000', '201733.715000', '201734.175000', '201734.635000', '201735.095000', '201735.555000', '201736.015000', '201736.475000', '201736.935000', '201737.395000', '201737.855000', '201738.315000', '201738.775000', '201739.235000', '201739.695000', '201740.155000', '201740.615000', '201741.075000', '201741.535000', '201741.995000', '201742.455000', '201742.915000', '201743.375000', '201743.835000', '201744.295000', '201744.755000', '201745.215000', '201745.675000', '201746.135000', '201746.595000', '201747.055000', '201747.515000', '201747.975000', '201748.435000', '201748.895000', '201749.355000', '201749.815000', '201750.275000', '201750.735000', '201751.195000', '201751.655000', '201752.115000', '201752.575000', '201753.035000', '201753.495000', '201753.955000', '201754.415000', '201754.875000', '201755.335000', '201755.795000', '201756.255000', '201756.715000', '201757.175000', '201757.635000', '201758.095000', '201758.555000', '201759.015000', '201759.475000', '201759.935000', '201800.395000', '201800.855000', '201801.315000', '201801.775000', '201802.235000', '201802.695000', '201803.155000', '201803.615000', '201804.075000', '201804.535000', '201804.995000', '201805.455000', '201805.915000', '201806.375000', '201806.835000', '201807.295000', '201807.755000', '201808.215000', '201808.675000', '201809.135000', '201809.595000', '201810.055000', '201810.515000', '201810.975000', '201811.435000', '201811.895000', '201812.355000', '201812.815000', '201813.275000', '201813.735000', '201814.195000', '201814.655000', '201815.115000', '201815.575000', '201816.035000', '201816.495000', '201816.955000', '201817.415000', '201817.875000', '201818.335000', '201818.795000', '201819.255000', '201819.715000', '201820.175000', '201820.635000', '201821.095000', '201821.555000', '201822.015000', '201822.475000', '201822.935000', '201823.395000', '201823.855000', '201824.315000', '201824.775000', '201825.235000', '201825.695000', '201826.155000', '201826.615000', '201827.075000', '201827.535000', '201827.995000', '201828.455000', '201828.915000', '201829.375000', '201829.835000', '201830.295000', '201830.755000', '201831.215000', '201831.675000', '201832.135000', '201832.595000', '201833.055000', '201833.515000', '201833.975000', '201834.435000', '201834.895000', '201835.355000', '201835.815000', '201836.275000', '201836.735000', '201837.195000', '201837.655000', '201838.115000', '201838.575000', '201839.035000', '201839.495000', '201839.955000', '201840.415000', '201840.875000', '201841.335000', '201841.795000', '201842.255000', '201842.715000', '201843.175000', '201843.635000', '201844.095000', '201844.555000', '201845.015000', '201845.475000', '201845.935000', '201846.395000', '201846.855000', '201847.315000', '201847.775000', '201848.235000', '201848.695000', '201849.155000', '201849.615000', '201850.075000', '201850.535000', '201850.995000', '201851.455000', '201851.915000', '201852.375000', '201852.835000', '201853.295000', '201853.755000', '201854.215000', '201854.675000', '201855.135000', '201855.595000', '201856.055000', '201856.515000', '201856.975000', '201857.435000', '201857.895000', '201858.355000', '201858.815000', '201859.275000', '201859.735000', '201900.195000', '201900.655000', '201901.115000', '201901.575000', '201902.035000', '201902.495000', '201902.955000', '201903.415000', '201903.875000', '201904.335000', '201904.795000', '201905.255000', '201905.715000', '201906.175000', '201906.635000', '201907.095000', '201907.555000', '201908.015000', '201908.475000', '201908.935000', '201909.395000', '201909.855000', '201910.315000', '201910.775000', '201911.235000', '201911.695000', '201912.155000', '201912.615000', '201913.075000', '201913.535000', '201913.995000', '201914.455000', '201914.915000', '201915.375000', '201915.835000', '201916.295000', '201916.755000', '201917.215000', '201917.675000', '201918.135000', '201918.595000', '201919.055000', '201919.515000', '201919.975000', '201920.435000', '201920.895000', '201921.355000', '201921.815000', '201922.275000', '201922.735000', '201923.195000', '201923.655000', '201924.115000', '201924.575000', '201925.035000', '201925.495000', '201925.955000', '201926.415000', '201926.875000', '201927.335000', '201927.795000', '201928.255000', '201928.715000', '201929.175000', '201929.635000', '201930.095000', '201930.555000', '201931.015000', '201931.475000', '201931.935000', '201932.395000', '201932.855000', '201933.315000', '201933.775000', '201934.235000', '201934.695000', '201935.155000', '201935.615000', '201936.075000', '201936.535000', '201936.995000', '201937.455000', '201937.915000', '201938.375000', '201938.835000', '201939.295000', '201939.755000', '201940.215000', '201940.675000', '201941.135000', '201941.595000', '201942.055000', '201942.515000', '201942.975000', '201943.435000', '201943.895000', '201944.355000', '201944.815000', '201945.275000', '201945.735000', '201946.195000', '201946.655000', '201947.115000', '201947.575000', '201948.035000', '201948.495000', '201948.955000', '201949.415000', '201949.875000', '201950.335000', '201950.795000', '201951.255000', '201951.715000', '201952.175000', '201952.635000', '201953.095000', '201953.555000', '201954.015000', '201954.475000', '201954.935000', '201955.395000', '201955.855000', '201956.315000', '201956.775000', '201957.235000', '201957.695000', '201958.155000', '201958.615000', '201959.075000', '201959.535000', '201959.995000', '202000.455000', '202000.915000', '202001.375000', '202001.835000', '202002.295000', '202002.755000', '202003.215000', '202003.675000', '202004.135000', '202004.595000', '202005.055000', '202005.515000', '202005.975000', '202006.435000', '202006.895000', '202007.355000', '202007.815000', '202008.275000', '202008.735000', '202009.195000', '202009.655000', '202010.115000', '202010.575000', '202011.035000', '202011.495000', '202011.955000', '202012.415000', '202012.875000', '202013.335000', '202013.795000', '202014.255000', '202014.715000', '202015.175000', '202015.635000', '202016.095000', '202016.555000', '202017.015000', '202017.475000', '202017.935000', '202018.395000', '202018.855000', '202019.315000', '202019.775000', '202020.235000', '202020.695000', '202021.155000', '202021.615000', '202022.075000', '202022.535000', '202022.995000', '202023.455000', '202023.915000', '202024.375000', '202024.835000', '202025.295000', '202025.755000', '202026.215000', '202026.675000', '202027.135000', '202027.595000', '202028.055000', '202028.515000', '202028.975000', '202029.435000', '202029.895000', '202030.355000', '202030.815000', '202031.275000', '202031.735000', '202032.195000', '202032.655000', '202033.115000', '202033.575000', '202034.035000', '202034.495000', '202034.955000', '202035.415000', '202035.875000', '202036.335000', '202036.795000', '202037.255000', '202037.715000', '202038.175000', '202038.635000', '202039.095000', '202039.555000', '202040.015000', '202040.475000', '202040.935000', '202041.395000', '202041.855000', '202042.315000', '202042.775000', '202043.235000', '202043.695000', '202044.155000', '202044.615000', '202045.075000', '202045.535000', '202045.995000', '202046.455000', '202046.915000', '202047.375000', '202047.835000', '202048.295000', '202048.755000', '202049.215000', '202049.675000'], 'ContentTime': ['201255.961000', '201255.965000', '201255.974000', '201255.977000', '201255.979000', '201255.982000', '201255.985000', '201255.987000', '201255.990000', '201255.992000', '201255.995000', '201255.997000', '201256.001000', '201256.004000', '201256.006000', '201256.015000', '201256.018000', '201256.020000', '201256.023000', '201256.025000', '201256.028000', '201256.031000', '201256.033000', '201256.036000', '201256.038000', '201256.041000', '201256.043000', '201256.046000', '201256.049000', '201256.051000', '201256.054000', '201256.056000', '201315.931000', '201315.934000', '201315.937000', '201315.940000', '201315.942000', '201315.945000', '201315.947000', '201315.950000', '201315.953000', '201315.955000', '201315.958000', '201315.960000', '201315.963000', '201315.974000', '201315.976000', '201315.979000', '201315.981000', '201315.984000', '201315.987000', '201315.989000', '201315.992000', '201315.994000', '201315.997000', '201316.000000', '201316.003000', '201316.005000', '201316.008000', '201316.011000', '201316.013000', '201316.016000', '201316.018000', '201316.021000', '201316.023000', '201316.026000', '201316.029000', '201316.031000', '201316.034000', '201316.036000', '201316.039000', '201316.041000', '201316.044000', '201316.046000', '201316.049000', '201316.052000', '201335.932000', '201335.935000', '201335.938000', '201335.940000', '201335.943000', '201335.945000', '201335.957000', '201335.959000', '201335.962000', '201335.965000', '201335.967000', '201335.970000', '201335.972000', '201335.975000', '201335.978000', '201335.980000', '201335.983000', '201335.985000', '201335.988000', '201335.991000', '201335.993000', '201335.996000', '201335.998000', '201336.001000', '201336.004000', '201336.006000', '201336.009000', '201336.011000', '201336.014000', '201336.017000', '201336.020000', '201336.027000', '201336.029000', '201336.032000', '201336.034000', '201336.037000', '201336.040000', '201336.042000', '201336.045000', '201336.048000', '201336.050000', '201336.053000', '201336.055000', '201355.932000', '201355.935000', '201355.938000', '201355.941000', '201355.944000', '201355.946000', '201355.949000', '201355.983000', '201355.986000', '201355.988000', '201355.991000', '201355.994000', '201355.996000', '201356.000000', '201356.002000', '201356.005000', '201356.007000', '201356.010000', '201356.013000', '201356.015000', '201356.018000', '201356.021000', '201356.023000', '201356.026000', '201356.028000', '201356.031000', '201356.034000', '201356.036000', '201356.039000', '201356.041000', '201356.044000', '201356.046000', '201356.049000', '201356.051000', '201356.054000', '201356.056000', '201356.059000', '201356.062000', '201356.064000', '201356.067000', '201356.069000', '201356.072000', '201356.075000', '201356.077000', '201415.932000', '201415.935000', '201415.938000', '201415.940000', '201415.943000', '201415.946000', '201415.949000', '201415.951000', '201415.954000', '201415.956000', '201415.959000', '201415.962000', '201415.964000', '201415.967000', '201415.970000', '201415.972000', '201415.975000', '201415.977000', '201415.980000', '201415.983000', '201415.985000', '201415.988000', '201415.991000', '201415.993000', '201415.996000', '201415.998000', '201416.008000', '201416.010000', '201416.013000', '201416.015000', '201416.018000', '201416.020000', '201416.023000', '201416.025000', '201416.028000', '201416.031000', '201416.033000', '201416.036000', '201416.038000', '201416.041000', '201416.044000', '201416.046000', '201416.049000', '201435.933000', '201435.936000', '201435.938000', '201435.941000', '201435.943000', '201435.947000', '201435.949000', '201435.952000', '201435.954000', '201435.957000', '201435.960000', '201435.962000', '201435.965000', '201435.968000', '201435.970000', '201435.973000', '201435.975000', '201435.978000', '201435.981000', '201435.983000', '201435.986000', '201435.988000', '201435.991000', '201435.994000', '201435.996000', '201436.000000', '201436.002000', '201436.005000', '201436.007000', '201436.010000', '201436.013000', '201436.015000', '201436.018000', '201436.020000', '201436.023000', '201436.025000', '201436.028000', '201436.031000', '201436.033000', '201436.036000', '201436.038000', '201436.041000', '201436.043000', '201436.046000', '201455.932000', '201455.935000', '201455.938000', '201455.941000', '201455.943000', '201455.946000', '201455.948000', '201455.951000', '201455.953000', '201455.956000', '201455.959000', '201455.961000', '201455.964000', '201455.966000', '201455.969000', '201455.972000', '201455.974000', '201455.977000', '201455.979000', '201455.982000', '201455.985000', '201455.987000', '201455.990000', '201455.993000', '201455.995000', '201455.998000', '201456.001000', '201456.004000', '201456.006000', '201456.009000', '201456.012000', '201456.014000', '201456.017000', '201456.019000', '201456.022000', '201456.025000', '201456.027000', '201456.030000', '201456.032000', '201456.035000', '201456.038000', '201456.040000', '201456.043000', '201515.932000', '201515.934000', '201515.937000', '201515.940000', '201515.942000', '201515.945000', '201515.948000', '201515.950000', '201515.953000', '201515.955000', '201515.958000', '201515.960000', '201515.963000', '201515.965000', '201515.968000', '201515.971000', '201515.973000', '201515.976000', '201515.978000', '201515.981000', '201515.984000', '201515.986000', '201515.989000', '201515.991000', '201515.994000', '201515.997000', '201516.000000', '201516.003000', '201516.005000', '201516.008000', '201516.011000', '201516.013000', '201516.036000', '201516.039000', '201516.042000', '201516.044000', '201516.047000', '201516.050000', '201516.052000', '201516.055000', '201516.057000', '201516.060000', '201516.070000', '201516.072000', '201535.931000', '201535.934000', '201535.937000', '201535.940000', '201535.942000', '201535.945000', '201535.947000', '201535.950000', '201535.953000', '201535.955000', '201535.958000', '201535.960000', '201535.963000', '201535.965000', '201535.968000', '201535.971000', '201535.973000', '201535.976000', '201535.979000', '201535.981000', '201535.984000', '201535.986000', '201535.989000', '201535.991000', '201535.994000', '201535.997000', '201536.000000', '201536.003000', '201536.005000', '201536.008000', '201536.010000', '201536.013000', '201536.016000', '201536.018000', '201536.021000', '201536.023000', '201536.026000', '201536.029000', '201536.031000', '201536.034000', '201536.036000', '201536.039000', '201536.042000', '201555.933000', '201555.935000', '201555.938000', '201555.941000', '201555.943000', '201555.946000', '201555.949000', '201555.951000', '201555.954000', '201555.956000', '201555.959000', '201555.962000', '201555.964000', '201555.967000', '201555.969000', '201555.972000', '201555.974000', '201555.977000', '201555.980000', '201555.982000', '201555.985000', '201555.987000', '201555.990000', '201555.993000', '201555.995000', '201555.998000', '201556.001000', '201556.003000', '201556.006000', '201556.008000', '201556.011000', '201556.014000', '201556.016000', '201556.019000', '201556.022000', '201556.024000', '201556.027000', '201556.029000', '201556.032000', '201556.035000', '201556.037000', '201556.040000', '201556.042000', '201556.045000', '201615.932000', '201615.935000', '201615.938000', '201615.941000', '201615.943000', '201615.946000', '201615.948000', '201615.951000', '201615.953000', '201615.956000', '201615.959000', '201615.961000', '201615.964000', '201615.966000', '201615.969000', '201615.972000', '201615.974000', '201615.977000', '201615.980000', '201615.982000', '201615.985000', '201615.988000', '201615.990000', '201615.993000', '201615.995000', '201615.998000', '201616.002000', '201616.004000', '201616.007000', '201616.010000', '201616.012000', '201616.015000', '201616.017000', '201616.020000', '201616.023000', '201616.025000', '201616.028000', '201616.030000', '201616.033000', '201616.035000', '201616.038000', '201616.041000', '201616.044000', '201635.933000', '201635.935000', '201635.938000', '201635.940000', '201635.943000', '201635.946000', '201635.948000', '201635.951000', '201635.953000', '201635.956000', '201635.958000', '201635.961000', '201635.964000', '201635.966000', '201635.969000', '201635.971000', '201635.974000', '201635.977000', '201635.979000', '201635.982000', '201635.984000', '201635.987000', '201635.989000', '201635.992000', '201635.995000', '201635.997000', '201636.001000', '201636.003000', '201636.006000', '201636.009000', '201636.011000', '201636.014000', '201636.016000', '201636.019000', '201636.021000', '201636.024000', '201636.026000', '201636.029000', '201636.032000', '201636.034000', '201636.037000', '201636.039000', '201636.042000', '201636.045000', '201655.932000', '201655.935000', '201655.938000', '201655.941000', '201655.943000', '201655.946000', '201655.948000', '201655.960000', '201655.963000', '201655.966000', '201655.968000', '201655.971000', '201655.973000', '201655.976000', '201655.979000', '201655.981000', '201655.984000', '201655.986000', '201655.989000', '201655.992000', '201655.994000', '201655.997000', '201656.000000', '201656.003000', '201656.006000', '201656.008000', '201656.011000', '201656.024000', '201656.027000', '201656.030000', '201656.032000', '201656.035000', '201656.037000', '201656.040000', '201656.043000', '201656.045000', '201656.048000', '201656.050000', '201656.053000', '201656.055000', '201656.058000', '201656.061000', '201656.063000', '201715.933000', '201715.936000', '201715.938000', '201715.941000', '201715.943000', '201715.946000', '201715.949000', '201715.951000', '201715.954000', '201715.956000', '201715.959000', '201715.962000', '201715.964000', '201715.967000', '201715.970000', '201715.972000', '201715.975000', '201715.977000', '201715.980000', '201715.982000', '201715.985000', '201715.987000', '201715.990000', '201715.993000', '201715.995000', '201715.998000', '201716.001000', '201716.004000', '201716.007000', '201716.009000', '201716.012000', '201716.014000', '201716.017000', '201716.019000', '201716.022000', '201716.024000', '201716.027000', '201716.030000', '201716.032000', '201716.035000', '201716.037000', '201716.040000', '201716.043000', '201716.045000', '201735.932000', '201735.934000', '201735.937000', '201735.940000', '201735.942000', '201735.945000', '201735.947000', '201735.950000', '201735.953000', '201735.955000', '201735.958000', '201735.961000', '201735.963000', '201735.966000', '201735.968000', '201735.971000', '201735.974000', '201735.976000', '201735.979000', '201735.981000', '201735.984000', '201735.987000', '201735.989000', '201735.992000', '201735.994000', '201735.997000', '201736.001000', '201736.003000', '201736.006000', '201736.008000', '201736.011000', '201736.014000', '201736.016000', '201736.019000', '201736.022000', '201736.024000', '201736.027000', '201736.029000', '201736.032000', '201736.034000', '201736.037000', '201736.040000', '201736.042000', '201755.931000', '201755.934000', '201755.937000', '201755.939000', '201755.942000', '201755.945000', '201755.947000', '201755.950000', '201755.952000', '201755.955000', '201755.958000', '201755.960000', '201755.963000', '201755.965000', '201755.968000', '201755.971000', '201755.973000', '201755.976000', '201755.978000', '201755.981000', '201755.984000', '201755.986000', '201755.989000', '201755.991000', '201755.994000', '201755.997000', '201756.000000', '201756.003000', '201756.006000', '201756.008000', '201756.011000', '201756.013000', '201756.016000', '201756.019000', '201756.021000', '201756.024000', '201756.026000', '201756.029000', '201756.031000', '201756.034000', '201756.037000', '201756.039000', '201756.044000', '201756.046000', '201815.932000', '201815.935000', '201815.938000', '201815.941000', '201815.943000', '201815.946000', '201815.948000', '201815.951000', '201815.953000', '201815.956000', '201815.959000', '201815.961000', '201815.964000', '201815.966000', '201815.969000', '201815.972000', '201815.974000', '201815.977000', '201815.980000', '201815.982000', '201815.985000', '201815.987000', '201815.990000', '201815.993000', '201815.995000', '201815.998000', '201816.001000', '201816.003000', '201816.006000', '201816.008000', '201816.011000', '201816.014000', '201816.016000', '201816.019000', '201816.021000', '201816.024000', '201816.026000', '201816.029000', '201816.046000', '201816.048000', '201816.051000', '201816.053000', '201816.056000', '201835.932000', '201835.935000', '201835.939000', '201835.942000', '201835.944000', '201835.947000', '201835.949000', '201835.952000', '201835.955000', '201835.957000', '201835.960000', '201835.962000', '201835.965000', '201835.968000', '201835.970000', '201835.973000', '201835.975000', '201835.978000', '201835.980000', '201835.983000', '201835.986000', '201835.988000', '201835.991000', '201835.993000', '201835.996000', '201836.000000', '201836.002000', '201836.005000', '201836.008000', '201836.010000', '201836.013000', '201836.015000', '201836.018000', '201836.021000', '201836.023000', '201836.026000', '201836.028000', '201836.031000', '201836.033000', '201836.036000', '201836.039000', '201836.041000', '201836.044000', '201836.046000', '201855.933000', '201855.935000', '201855.938000', '201855.941000', '201855.943000', '201855.946000', '201855.948000', '201855.951000', '201855.954000', '201855.956000', '201855.959000', '201855.961000', '201855.964000', '201855.967000', '201855.969000', '201855.972000', '201855.974000', '201855.977000', '201855.980000', '201855.982000', '201855.985000', '201855.987000', '201855.990000', '201855.992000', '201855.995000', '201855.998000', '201856.001000', '201856.004000', '201856.007000', '201856.009000', '201856.012000', '201856.014000', '201856.017000', '201856.020000', '201856.022000', '201856.025000', '201856.027000', '201856.030000', '201856.033000', '201856.035000', '201856.038000', '201856.040000', '201856.043000', '201915.932000', '201915.935000', '201915.938000', '201915.940000', '201915.943000', '201915.946000', '201915.948000', '201915.951000', '201915.954000', '201915.956000', '201915.959000', '201915.961000', '201915.964000', '201915.966000', '201915.969000', '201915.972000', '201915.974000', '201915.977000', '201915.979000', '201915.982000', '201915.984000', '201915.987000', '201915.990000', '201915.992000', '201915.995000', '201915.997000', '201916.000000', '201916.003000', '201916.005000', '201916.008000', '201916.010000', '201916.013000', '201916.016000', '201916.018000', '201916.021000', '201916.023000', '201916.026000', '201916.028000', '201916.031000', '201916.034000', '201916.036000', '201916.039000', '201916.042000', '201916.044000', '201935.932000', '201935.935000', '201935.938000', '201935.941000', '201935.943000', '201935.946000', '201935.949000', '201935.951000', '201935.954000', '201935.957000', '201935.959000', '201935.962000', '201935.964000', '201935.967000', '201935.969000', '201935.972000', '201935.975000', '201935.977000', '201935.980000', '201935.982000', '201935.985000', '201935.988000', '201936.009000', '201936.011000', '201936.014000', '201936.017000', '201936.019000', '201936.022000', '201936.024000', '201936.027000', '201936.030000', '201936.032000', '201936.035000', '201936.037000', '201936.049000', '201936.051000', '201936.054000', '201936.056000', '201936.059000', '201936.062000', '201936.064000', '201936.067000', '201936.069000', '201955.932000', '201955.934000', '201955.937000', '201955.940000', '201955.942000', '201955.945000', '201955.947000', '201955.950000', '201955.953000', '201955.955000', '201955.958000', '201955.960000', '201955.963000', '201955.965000', '201955.968000', '201955.971000', '201955.973000', '201955.977000', '201955.980000', '201955.982000', '201955.985000', '201955.987000', '201955.990000', '201955.993000', '201955.995000', '201955.998000', '201956.001000', '201956.004000', '201956.007000', '201956.009000', '201956.012000', '201956.014000', '201956.017000', '201956.019000', '201956.022000', '201956.024000', '201956.027000', '201956.030000', '201956.033000', '201956.035000', '201956.038000', '201956.040000', '201956.043000', '201956.046000', '202015.932000', '202015.934000', '202015.937000', '202015.940000', '202015.942000', '202015.945000', '202015.948000', '202015.950000', '202015.953000', '202015.955000', '202015.958000', '202015.961000', '202015.963000', '202015.966000', '202015.968000', '202015.971000', '202015.974000', '202015.976000', '202015.979000', '202015.981000', '202015.984000', '202015.987000', '202015.989000', '202015.992000', '202015.994000', '202015.997000', '202016.001000', '202016.003000', '202016.006000', '202016.008000', '202016.011000', '202016.014000', '202016.016000', '202016.019000', '202016.022000', '202016.024000', '202016.027000', '202016.029000', '202016.032000', '202016.034000', '202016.044000', '202016.047000', '202016.050000', '202035.933000', '202035.936000', '202035.938000', '202035.941000', '202035.944000', '202035.946000', '202035.949000', '202035.951000', '202035.954000', '202035.957000', '202035.959000', '202035.962000', '202035.965000', '202035.967000', '202035.970000', '202035.972000', '202035.975000', '202035.977000', '202035.980000', '202035.983000', '202035.985000', '202035.988000', '202035.991000', '202035.993000', '202035.996000', '202035.998000', '202036.001000', '202036.004000', '202036.006000', '202036.009000', '202036.011000', '202036.014000', '202036.017000', '202036.019000', '202036.022000', '202036.024000', '202036.027000', '202036.029000', '202036.032000', '202036.035000', '202036.037000', '202036.040000', '202036.042000', '202050.666000', '202050.669000', '202050.672000', '202050.675000', '202050.677000', '202050.680000', '202050.683000', '202050.685000', '202050.688000', '202050.690000', '202050.693000', '202050.695000', '202050.698000', '202050.701000', '202050.703000', '202050.706000', '202050.708000', '202050.711000', '202050.713000', '202050.716000', '202050.719000', '202050.721000', '202050.724000', '202050.726000', '202050.729000', '202050.731000', '202050.734000', '202050.737000', '202050.739000', '202050.742000', '202050.745000', '202050.747000', '202050.750000'], 'InstanceCreationTime': ['201255.961000', '201255.965000', '201255.974000', '201255.977000', '201255.979000', '201255.982000', '201255.985000', '201255.987000', '201255.990000', '201255.992000', '201255.995000', '201255.997000', '201256.001000', '201256.004000', '201256.006000', '201256.015000', '201256.018000', '201256.020000', '201256.023000', '201256.025000', '201256.028000', '201256.031000', '201256.033000', '201256.036000', '201256.038000', '201256.041000', '201256.043000', '201256.046000', '201256.049000', '201256.051000', '201256.054000', '201256.056000', '201315.931000', '201315.934000', '201315.937000', '201315.940000', '201315.942000', '201315.945000', '201315.947000', '201315.950000', '201315.953000', '201315.955000', '201315.958000', '201315.960000', '201315.963000', '201315.974000', '201315.976000', '201315.979000', '201315.981000', '201315.984000', '201315.987000', '201315.989000', '201315.992000', '201315.994000', '201315.997000', '201316.000000', '201316.003000', '201316.005000', '201316.008000', '201316.011000', '201316.013000', '201316.016000', '201316.018000', '201316.021000', '201316.023000', '201316.026000', '201316.029000', '201316.031000', '201316.034000', '201316.036000', '201316.039000', '201316.041000', '201316.044000', '201316.046000', '201316.049000', '201316.052000', '201335.932000', '201335.935000', '201335.938000', '201335.940000', '201335.943000', '201335.945000', '201335.957000', '201335.959000', '201335.962000', '201335.965000', '201335.967000', '201335.970000', '201335.972000', '201335.975000', '201335.978000', '201335.980000', '201335.983000', '201335.985000', '201335.988000', '201335.991000', '201335.993000', '201335.996000', '201335.998000', '201336.001000', '201336.004000', '201336.006000', '201336.009000', '201336.011000', '201336.014000', '201336.017000', '201336.020000', '201336.027000', '201336.029000', '201336.032000', '201336.034000', '201336.037000', '201336.040000', '201336.042000', '201336.045000', '201336.048000', '201336.050000', '201336.053000', '201336.055000', '201355.932000', '201355.935000', '201355.938000', '201355.941000', '201355.944000', '201355.946000', '201355.949000', '201355.983000', '201355.986000', '201355.988000', '201355.991000', '201355.994000', '201355.996000', '201356.000000', '201356.002000', '201356.005000', '201356.007000', '201356.010000', '201356.013000', '201356.015000', '201356.018000', '201356.021000', '201356.023000', '201356.026000', '201356.028000', '201356.031000', '201356.034000', '201356.036000', '201356.039000', '201356.041000', '201356.044000', '201356.046000', '201356.049000', '201356.051000', '201356.054000', '201356.056000', '201356.059000', '201356.062000', '201356.064000', '201356.067000', '201356.069000', '201356.072000', '201356.075000', '201356.077000', '201415.932000', '201415.935000', '201415.938000', '201415.940000', '201415.943000', '201415.946000', '201415.949000', '201415.951000', '201415.954000', '201415.956000', '201415.959000', '201415.962000', '201415.964000', '201415.967000', '201415.970000', '201415.972000', '201415.975000', '201415.977000', '201415.980000', '201415.983000', '201415.985000', '201415.988000', '201415.991000', '201415.993000', '201415.996000', '201415.998000', '201416.008000', '201416.010000', '201416.013000', '201416.015000', '201416.018000', '201416.020000', '201416.023000', '201416.025000', '201416.028000', '201416.031000', '201416.033000', '201416.036000', '201416.038000', '201416.041000', '201416.044000', '201416.046000', '201416.049000', '201435.933000', '201435.936000', '201435.938000', '201435.941000', '201435.943000', '201435.947000', '201435.949000', '201435.952000', '201435.954000', '201435.957000', '201435.960000', '201435.962000', '201435.965000', '201435.968000', '201435.970000', '201435.973000', '201435.975000', '201435.978000', '201435.981000', '201435.983000', '201435.986000', '201435.988000', '201435.991000', '201435.994000', '201435.996000', '201436.000000', '201436.002000', '201436.005000', '201436.007000', '201436.010000', '201436.013000', '201436.015000', '201436.018000', '201436.020000', '201436.023000', '201436.025000', '201436.028000', '201436.031000', '201436.033000', '201436.036000', '201436.038000', '201436.041000', '201436.043000', '201436.046000', '201455.932000', '201455.935000', '201455.938000', '201455.941000', '201455.943000', '201455.946000', '201455.948000', '201455.951000', '201455.953000', '201455.956000', '201455.959000', '201455.961000', '201455.964000', '201455.966000', '201455.969000', '201455.972000', '201455.974000', '201455.977000', '201455.979000', '201455.982000', '201455.985000', '201455.987000', '201455.990000', '201455.993000', '201455.995000', '201455.998000', '201456.001000', '201456.004000', '201456.006000', '201456.009000', '201456.012000', '201456.014000', '201456.017000', '201456.019000', '201456.022000', '201456.025000', '201456.027000', '201456.030000', '201456.032000', '201456.035000', '201456.038000', '201456.040000', '201456.043000', '201515.932000', '201515.934000', '201515.937000', '201515.940000', '201515.942000', '201515.945000', '201515.948000', '201515.950000', '201515.953000', '201515.955000', '201515.958000', '201515.960000', '201515.963000', '201515.965000', '201515.968000', '201515.971000', '201515.973000', '201515.976000', '201515.978000', '201515.981000', '201515.984000', '201515.986000', '201515.989000', '201515.991000', '201515.994000', '201515.997000', '201516.000000', '201516.003000', '201516.005000', '201516.008000', '201516.011000', '201516.013000', '201516.036000', '201516.039000', '201516.042000', '201516.044000', '201516.047000', '201516.050000', '201516.052000', '201516.055000', '201516.057000', '201516.060000', '201516.070000', '201516.072000', '201535.931000', '201535.934000', '201535.937000', '201535.940000', '201535.942000', '201535.945000', '201535.947000', '201535.950000', '201535.953000', '201535.955000', '201535.958000', '201535.960000', '201535.963000', '201535.965000', '201535.968000', '201535.971000', '201535.973000', '201535.976000', '201535.979000', '201535.981000', '201535.984000', '201535.986000', '201535.989000', '201535.991000', '201535.994000', '201535.997000', '201536.000000', '201536.003000', '201536.005000', '201536.008000', '201536.010000', '201536.013000', '201536.016000', '201536.018000', '201536.021000', '201536.023000', '201536.026000', '201536.029000', '201536.031000', '201536.034000', '201536.036000', '201536.039000', '201536.042000', '201555.933000', '201555.935000', '201555.938000', '201555.941000', '201555.943000', '201555.946000', '201555.949000', '201555.951000', '201555.954000', '201555.956000', '201555.959000', '201555.962000', '201555.964000', '201555.967000', '201555.969000', '201555.972000', '201555.974000', '201555.977000', '201555.980000', '201555.982000', '201555.985000', '201555.987000', '201555.990000', '201555.993000', '201555.995000', '201555.998000', '201556.001000', '201556.003000', '201556.006000', '201556.008000', '201556.011000', '201556.014000', '201556.016000', '201556.019000', '201556.022000', '201556.024000', '201556.027000', '201556.029000', '201556.032000', '201556.035000', '201556.037000', '201556.040000', '201556.042000', '201556.045000', '201615.932000', '201615.935000', '201615.938000', '201615.941000', '201615.943000', '201615.946000', '201615.948000', '201615.951000', '201615.953000', '201615.956000', '201615.959000', '201615.961000', '201615.964000', '201615.966000', '201615.969000', '201615.972000', '201615.974000', '201615.977000', '201615.980000', '201615.982000', '201615.985000', '201615.988000', '201615.990000', '201615.993000', '201615.995000', '201615.998000', '201616.002000', '201616.004000', '201616.007000', '201616.010000', '201616.012000', '201616.015000', '201616.017000', '201616.020000', '201616.023000', '201616.025000', '201616.028000', '201616.030000', '201616.033000', '201616.035000', '201616.038000', '201616.041000', '201616.044000', '201635.933000', '201635.935000', '201635.938000', '201635.940000', '201635.943000', '201635.946000', '201635.948000', '201635.951000', '201635.953000', '201635.956000', '201635.958000', '201635.961000', '201635.964000', '201635.966000', '201635.969000', '201635.971000', '201635.974000', '201635.977000', '201635.979000', '201635.982000', '201635.984000', '201635.987000', '201635.989000', '201635.992000', '201635.995000', '201635.997000', '201636.001000', '201636.003000', '201636.006000', '201636.009000', '201636.011000', '201636.014000', '201636.016000', '201636.019000', '201636.021000', '201636.024000', '201636.026000', '201636.029000', '201636.032000', '201636.034000', '201636.037000', '201636.039000', '201636.042000', '201636.045000', '201655.932000', '201655.935000', '201655.938000', '201655.941000', '201655.943000', '201655.946000', '201655.948000', '201655.960000', '201655.963000', '201655.966000', '201655.968000', '201655.971000', '201655.973000', '201655.976000', '201655.979000', '201655.981000', '201655.984000', '201655.986000', '201655.989000', '201655.992000', '201655.994000', '201655.997000', '201656.000000', '201656.003000', '201656.006000', '201656.008000', '201656.011000', '201656.024000', '201656.027000', '201656.030000', '201656.032000', '201656.035000', '201656.037000', '201656.040000', '201656.043000', '201656.045000', '201656.048000', '201656.050000', '201656.053000', '201656.055000', '201656.058000', '201656.061000', '201656.063000', '201715.933000', '201715.936000', '201715.938000', '201715.941000', '201715.943000', '201715.946000', '201715.949000', '201715.951000', '201715.954000', '201715.956000', '201715.959000', '201715.962000', '201715.964000', '201715.967000', '201715.970000', '201715.972000', '201715.975000', '201715.977000', '201715.980000', '201715.982000', '201715.985000', '201715.987000', '201715.990000', '201715.993000', '201715.995000', '201715.998000', '201716.001000', '201716.004000', '201716.007000', '201716.009000', '201716.012000', '201716.014000', '201716.017000', '201716.019000', '201716.022000', '201716.024000', '201716.027000', '201716.030000', '201716.032000', '201716.035000', '201716.037000', '201716.040000', '201716.043000', '201716.045000', '201735.932000', '201735.934000', '201735.937000', '201735.940000', '201735.942000', '201735.945000', '201735.947000', '201735.950000', '201735.953000', '201735.955000', '201735.958000', '201735.961000', '201735.963000', '201735.966000', '201735.968000', '201735.971000', '201735.974000', '201735.976000', '201735.979000', '201735.981000', '201735.984000', '201735.987000', '201735.989000', '201735.992000', '201735.994000', '201735.997000', '201736.001000', '201736.003000', '201736.006000', '201736.008000', '201736.011000', '201736.014000', '201736.016000', '201736.019000', '201736.022000', '201736.024000', '201736.027000', '201736.029000', '201736.032000', '201736.034000', '201736.037000', '201736.040000', '201736.042000', '201755.931000', '201755.934000', '201755.937000', '201755.939000', '201755.942000', '201755.945000', '201755.947000', '201755.950000', '201755.952000', '201755.955000', '201755.958000', '201755.960000', '201755.963000', '201755.965000', '201755.968000', '201755.971000', '201755.973000', '201755.976000', '201755.978000', '201755.981000', '201755.984000', '201755.986000', '201755.989000', '201755.991000', '201755.994000', '201755.997000', '201756.000000', '201756.003000', '201756.006000', '201756.008000', '201756.011000', '201756.013000', '201756.016000', '201756.019000', '201756.021000', '201756.024000', '201756.026000', '201756.029000', '201756.031000', '201756.034000', '201756.037000', '201756.039000', '201756.044000', '201756.046000', '201815.932000', '201815.935000', '201815.938000', '201815.941000', '201815.943000', '201815.946000', '201815.948000', '201815.951000', '201815.953000', '201815.956000', '201815.959000', '201815.961000', '201815.964000', '201815.966000', '201815.969000', '201815.972000', '201815.974000', '201815.977000', '201815.980000', '201815.982000', '201815.985000', '201815.987000', '201815.990000', '201815.993000', '201815.995000', '201815.998000', '201816.001000', '201816.003000', '201816.006000', '201816.008000', '201816.011000', '201816.014000', '201816.016000', '201816.019000', '201816.021000', '201816.024000', '201816.026000', '201816.029000', '201816.046000', '201816.048000', '201816.051000', '201816.053000', '201816.056000', '201835.932000', '201835.935000', '201835.939000', '201835.942000', '201835.944000', '201835.947000', '201835.949000', '201835.952000', '201835.955000', '201835.957000', '201835.960000', '201835.962000', '201835.965000', '201835.968000', '201835.970000', '201835.973000', '201835.975000', '201835.978000', '201835.980000', '201835.983000', '201835.986000', '201835.988000', '201835.991000', '201835.993000', '201835.996000', '201836.000000', '201836.002000', '201836.005000', '201836.008000', '201836.010000', '201836.013000', '201836.015000', '201836.018000', '201836.021000', '201836.023000', '201836.026000', '201836.028000', '201836.031000', '201836.033000', '201836.036000', '201836.039000', '201836.041000', '201836.044000', '201836.046000', '201855.933000', '201855.935000', '201855.938000', '201855.941000', '201855.943000', '201855.946000', '201855.948000', '201855.951000', '201855.954000', '201855.956000', '201855.959000', '201855.961000', '201855.964000', '201855.967000', '201855.969000', '201855.972000', '201855.974000', '201855.977000', '201855.980000', '201855.982000', '201855.985000', '201855.987000', '201855.990000', '201855.992000', '201855.995000', '201855.998000', '201856.001000', '201856.004000', '201856.007000', '201856.009000', '201856.012000', '201856.014000', '201856.017000', '201856.020000', '201856.022000', '201856.025000', '201856.027000', '201856.030000', '201856.033000', '201856.035000', '201856.038000', '201856.040000', '201856.043000', '201915.932000', '201915.935000', '201915.938000', '201915.940000', '201915.943000', '201915.946000', '201915.948000', '201915.951000', '201915.954000', '201915.956000', '201915.959000', '201915.961000', '201915.964000', '201915.966000', '201915.969000', '201915.972000', '201915.974000', '201915.977000', '201915.979000', '201915.982000', '201915.984000', '201915.987000', '201915.990000', '201915.992000', '201915.995000', '201915.997000', '201916.000000', '201916.003000', '201916.005000', '201916.008000', '201916.010000', '201916.013000', '201916.016000', '201916.018000', '201916.021000', '201916.023000', '201916.026000', '201916.028000', '201916.031000', '201916.034000', '201916.036000', '201916.039000', '201916.042000', '201916.044000', '201935.932000', '201935.935000', '201935.938000', '201935.941000', '201935.943000', '201935.946000', '201935.949000', '201935.951000', '201935.954000', '201935.957000', '201935.959000', '201935.962000', '201935.964000', '201935.967000', '201935.969000', '201935.972000', '201935.975000', '201935.977000', '201935.980000', '201935.982000', '201935.985000', '201935.988000', '201936.009000', '201936.011000', '201936.014000', '201936.017000', '201936.019000', '201936.022000', '201936.024000', '201936.027000', '201936.030000', '201936.032000', '201936.035000', '201936.037000', '201936.049000', '201936.051000', '201936.054000', '201936.056000', '201936.059000', '201936.062000', '201936.064000', '201936.067000', '201936.069000', '201955.932000', '201955.934000', '201955.937000', '201955.940000', '201955.942000', '201955.945000', '201955.947000', '201955.950000', '201955.953000', '201955.955000', '201955.958000', '201955.960000', '201955.963000', '201955.965000', '201955.968000', '201955.971000', '201955.973000', '201955.977000', '201955.980000', '201955.982000', '201955.985000', '201955.987000', '201955.990000', '201955.993000', '201955.995000', '201955.998000', '201956.001000', '201956.004000', '201956.007000', '201956.009000', '201956.012000', '201956.014000', '201956.017000', '201956.019000', '201956.022000', '201956.024000', '201956.027000', '201956.030000', '201956.033000', '201956.035000', '201956.038000', '201956.040000', '201956.043000', '201956.046000', '202015.932000', '202015.934000', '202015.937000', '202015.940000', '202015.942000', '202015.945000', '202015.948000', '202015.950000', '202015.953000', '202015.955000', '202015.958000', '202015.961000', '202015.963000', '202015.966000', '202015.968000', '202015.971000', '202015.974000', '202015.976000', '202015.979000', '202015.981000', '202015.984000', '202015.987000', '202015.989000', '202015.992000', '202015.994000', '202015.997000', '202016.001000', '202016.003000', '202016.006000', '202016.008000', '202016.011000', '202016.014000', '202016.016000', '202016.019000', '202016.022000', '202016.024000', '202016.027000', '202016.029000', '202016.032000', '202016.034000', '202016.044000', '202016.047000', '202016.050000', '202035.933000', '202035.936000', '202035.938000', '202035.941000', '202035.944000', '202035.946000', '202035.949000', '202035.951000', '202035.954000', '202035.957000', '202035.959000', '202035.962000', '202035.965000', '202035.967000', '202035.970000', '202035.972000', '202035.975000', '202035.977000', '202035.980000', '202035.983000', '202035.985000', '202035.988000', '202035.991000', '202035.993000', '202035.996000', '202035.998000', '202036.001000', '202036.004000', '202036.006000', '202036.009000', '202036.011000', '202036.014000', '202036.017000', '202036.019000', '202036.022000', '202036.024000', '202036.027000', '202036.029000', '202036.032000', '202036.035000', '202036.037000', '202036.040000', '202036.042000', '202050.666000', '202050.669000', '202050.672000', '202050.675000', '202050.677000', '202050.680000', '202050.683000', '202050.685000', '202050.688000', '202050.690000', '202050.693000', '202050.695000', '202050.698000', '202050.701000', '202050.703000', '202050.706000', '202050.708000', '202050.711000', '202050.713000', '202050.716000', '202050.719000', '202050.721000', '202050.724000', '202050.726000', '202050.729000', '202050.731000', '202050.734000', '202050.737000', '202050.739000', '202050.742000', '202050.745000', '202050.747000', '202050.750000'], '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], 'LargestImagePixelValue': [9654, 9969, 10370, 9766, 8746, 9872, 11302, 9816, 8447, 9587, 10594, 9355, 10210, 8969, 10106, 8444, 10011, 8260, 9816, 8398, 9917, 11726, 9708, 10516, 9453, 10385, 9279, 7718, 9652, 9918, 10487, 10183, 10211, 10056, 10225, 8617, 10801, 7542, 9897, 10225, 11788, 11169, 10578, 10533, 9723, 9686, 8440, 10123, 12082, 10959, 10724, 11099, 8999, 10725, 7821, 9776, 10168, 11138, 10067, 9581, 9846, 9596, 9216, 8027, 9318, 10827, 9843, 11061, 10965, 11544, 10359, 8423, 10362, 11758, 10246, 8209, 9691, 8961, 10155, 9887, 10793, 10957, 8300, 10239, 13156, 11741, 11552, 10438, 10892, 9102, 10815, 9449, 8837, 9483, 9983, 9236, 11251, 9108, 9505, 10354, 7742, 8906, 9090, 8104, 9510, 10985, 11280, 11743, 9482, 11283, 9363, 9614, 9946, 9925, 8534, 10310, 11063, 10578, 8259, 9462, 8673, 9643, 7840, 9851, 7658, 9597, 8167, 9672, 8912, 10028, 8642, 10143, 9628, 10944, 8355, 9355, 8279, 10046, 10114, 10520, 12093, 10634, 8180, 9145, 8782, 10097, 9667, 10896, 10116, 12292, 9199, 9992, 9945, 9476, 8791, 10578, 8950, 10458, 8049, 10250, 8055, 10375, 8479, 10493, 8226, 9785, 8895, 9991, 9716, 10279, 9005, 11037, 8563, 9838, 9015, 9647, 10852, 10104, 10910, 10264, 10410, 11520, 9061, 9614, 9735, 8705, 10189, 10063, 8903, 10435, 11881, 10224, 8774, 8792, 9630, 8139, 10225, 8153, 9768, 10555, 10943, 11235, 9899, 10462, 12534, 10323, 11240, 9627, 10421, 12485, 10456, 12148, 10367, 9271, 9291, 10443, 7905, 10342, 7877, 10111, 7746, 9801, 7615, 10000, 13097, 10408, 7828, 9671, 8074, 10344, 14138, 11484, 10789, 9251, 11453, 8948, 11411, 8757, 9019, 9593, 10774, 8091, 10482, 11848, 10212, 8479, 8832, 9524, 10563, 9698, 10139, 11311, 10493, 8211, 9859, 7683, 10238, 12852, 10246, 10883, 11301, 9275, 10140, 8126, 10381, 7847, 10344, 11105, 10826, 8732, 9158, 9615, 10865, 8936, 10436, 11922, 10358, 7735, 9003, 8402, 8972, 9374, 10170, 9147, 11871, 8846, 10046, 8553, 10516, 7914, 10402, 11734, 10299, 7728, 9041, 8325, 10417, 10712, 10909, 9715, 10248, 7593, 9830, 8281, 8790, 7997, 10892, 9407, 10068, 9517, 9646, 8445, 10165, 10798, 10718, 7881, 9256, 8437, 9868, 10089, 10044, 12636, 10216, 11373, 9016, 9894, 11393, 9948, 11967, 10926, 11915, 8296, 9854, 11116, 9824, 11267, 9613, 10148, 9274, 8971, 8276, 9997, 10801, 9719, 12166, 9638, 9191, 9802, 10037, 9984, 9463, 8794, 9942, 8307, 9991, 8452, 10134, 9407, 9983, 8244, 9833, 13304, 9607, 15238, 10070, 10387, 10340, 8138, 9011, 7600, 8982, 9175, 9834, 8141, 9968, 9173, 8951, 8516, 9300, 7823, 9151, 14313, 9976, 12278, 9549, 7556, 8821, 8501, 10456, 9584, 7922, 9936, 9001, 11688, 10045, 10727, 9874, 9722, 11063, 8268, 9529, 10071, 10713, 11519, 10785, 11084, 10933, 9620, 9474, 10920, 8852, 10665, 12947, 11286, 11607, 11977, 9067, 8902, 9469, 8807, 10238, 9656, 10429, 11187, 12882, 10921, 9117, 8851, 9532, 9713, 10893, 9224, 8689, 10255, 10149, 10999, 10142, 9645, 9180, 9542, 11081, 8938, 10573, 10423, 11088, 8320, 10403, 8566, 9462, 9738, 10100, 8701, 10137, 9002, 10271, 9540, 7661, 9888, 7973, 10139, 8459, 12021, 12781, 14635, 13151, 11547, 9635, 10292, 8275, 9963, 15083, 12136, 11288, 11189, 9785, 10175, 9702, 10132, 9693, 9707, 9736, 9616, 10972, 10593, 8624, 9820, 8958, 10450, 9792, 10424, 9153, 10702, 13767, 12988, 8866, 10554, 9033, 10789, 13333, 13250, 12852, 12326, 8788, 9303, 9082, 9445, 9436, 11582, 10581, 8704, 10388, 8902, 10856, 14998, 12803, 8944, 9834, 9856, 11151, 11945, 9472, 9860, 9358, 10821, 12867, 11210, 11400, 11699, 8789, 9979, 9108, 10424, 9737, 12488, 10284, 11628, 11692, 12444, 11018, 8710, 10535, 11061, 11750, 11227, 11808, 10281, 10743, 13965, 11061, 11300, 10523, 12324, 11248, 8831, 9400, 9138, 10749, 9811, 10001, 11465, 10549, 8837, 9593, 9826, 10216, 10297, 11112, 11661, 12233, 10732, 10679, 9607, 10617, 10196, 14054, 10038, 10000, 9981, 11546, 10002, 10255, 9648, 8288, 9683, 8579, 9127, 8696, 9411, 9894, 10058, 10951, 10101, 9827, 9470, 10573, 8947, 9111, 8521, 9144, 9227, 10342, 11607, 11132, 12411, 11487, 10745, 10852, 10302, 10167, 9561, 9053, 9842, 9145, 9108, 9340, 9639, 8739, 10439, 11682, 11230, 10369, 10308, 10601, 9922, 10807, 13170, 10725, 12841, 11046, 10531, 9721, 10777, 9136, 10863, 13880, 10539, 10230, 9768, 8634, 9158, 10889, 9163, 9033, 9239, 8900, 9443, 10939, 9855, 10821, 12101, 11271, 8691, 10425, 10407, 10292, 9742, 9803, 9933, 9075, 10850, 8839, 10660, 14995, 10826, 13631, 10631, 8568, 10279, 10392, 10294, 9331, 9472, 9347, 9244, 10713, 8998, 10413, 10806, 11633, 10487, 9584, 9106, 8834, 10448, 10145, 10310, 8698, 10334, 11148, 10366, 10927, 9912, 10810, 9057, 9408, 9130, 10707, 11734, 10497, 11157, 11075, 11129, 9229, 10489, 10289, 10327, 10843, 11683, 10884, 9919, 9181, 8966, 10881, 12097, 10706, 8781, 10530, 10471, 10511, 10577, 11581, 10621, 10389, 9455, 9924, 9360, 9459, 10881, 13405, 10759, 11883, 10666, 10021, 10685, 10131, 9281, 10765, 11018, 10763, 8737, 10328, 8630, 10414, 14053, 10673, 9733, 9482, 9738, 8486, 10423, 8462, 10359, 13216, 10526, 8848, 10040, 10883, 9669, 10856, 9713, 11723, 8867, 10425, 9493, 10227, 11096, 10273, 11300, 9785, 10721, 9694, 9964, 8724, 10463, 11027, 10579, 13515, 10150, 11007, 10074, 10552, 8456, 10591, 16160, 11193, 14256, 10843, 8156, 10310, 11159, 10553, 9848, 9370, 10966, 9378, 10730, 8284, 10538, 8319, 10435, 11736, 10836, 10744, 9772, 10820, 9565, 9763, 9093, 10641, 8561, 10446, 12683, 11440, 9918, 9892, 12521, 9180, 9574, 9079, 13229, 8322, 11566, 13323, 12659, 13342, 9172, 11345, 15085, 12266, 12201, 11730, 11212, 13670, 10497, 9623, 10067, 10830, 8703, 10644, 11185, 10285, 9978, 9306, 10758, 8369, 10253, 10320, 10056, 10114, 8748, 10597, 9115, 10276, 10886, 10466, 10593, 8940, 10832, 8765, 10381, 11708, 10817, 10728, 8719, 10650, 16588, 11835, 10429, 10529, 10246, 9523, 10732, 13161, 12232, 14731, 10435, 9094, 10033, 10821, 8890, 10418, 9069, 9137, 8968, 10825, 15056, 11321, 10935, 9758, 10676, 9467, 10876, 9118, 10935, 10654, 13778, 11242, 9708, 11069, 9123, 11094, 14879, 11116, 9602, 10308, 8923, 10040, 9176, 9434, 11005, 9637, 10910, 8872, 10850, 8909, 10715, 10434, 11507, 10502, 9800, 9221, 10391, 9217, 10283, 10428, 9212, 10919, 8937, 10698, 8520, 10408, 11205, 11126, 10358, 9555, 10450, 9306, 9888, 9553, 10592, 9654, 11872, 8885, 10810, 12942, 12053, 10116, 10219, 10797, 9955, 10848, 13110, 11690, 11987, 10495, 11349, 8957, 10562, 8462, 10429, 10160, 9819, 9883, 9565, 10538, 8966, 9573, 9398, 10591, 8500, 10375, 15481, 10407, 10676, 10156, 10237, 9759, 8070, 9729, 8161, 10162, 13630, 11251, 11214, 11415, 8115, 8950, 9469, 9721, 8979, 11118, 12508, 10824, 10180, 11193, 10325, 8507, 10362, 13416, 10513, 13200, 11593, 11488, 11624, 12809, 11922, 11230, 8538, 9666, 8783, 10491, 9286, 8728, 9841, 9881, 10453, 11102, 10704, 9080, 9021, 9334, 9485, 9811, 10584, 9540, 10257, 10147, 8382, 9470, 9103, 9380, 9657, 10690, 9923, 8987, 9673, 9538, 10933, 10005, 11003, 9823, 14013, 10466, 8197, 10784, 8622, 11052, 12869, 12676, 8433, 9717, 9441, 9729, 10181, 9757, 10601, 8657, 10811, 9376, 11422, 9410, 10130, 9087, 9927, 9357], 'WindowCenter': [4370.0, 4349.0, 4348.0, 4337.0, 4309.0, 4323.0, 4333.0, 4321.0, 4299.0, 4310.0, 4319.0, 4306.0, 4319.0, 4312.0, 4322.0, 4302.0, 4321.0, 4299.0, 4321.0, 4299.0, 4320.0, 4329.0, 4311.0, 4320.0, 4321.0, 4322.0, 4312.0, 4288.0, 4320.0, 4332.0, 4343.0, 4349.0, 4347.0, 4344.0, 4346.0, 4327.0, 4356.0, 4316.0, 4347.0, 4346.0, 4355.0, 4354.0, 4346.0, 4345.0, 4336.0, 4331.0, 4313.0, 4344.0, 4344.0, 4331.0, 4340.0, 4343.0, 4321.0, 4345.0, 4301.0, 4333.0, 4332.0, 4345.0, 4332.0, 4332.0, 4333.0, 4333.0, 4334.0, 4313.0, 4349.0, 4358.0, 4351.0, 4355.0, 4356.0, 4352.0, 4346.0, 4322.0, 4358.0, 4356.0, 4335.0, 4317.0, 4335.0, 4334.0, 4360.0, 4350.0, 4358.0, 4346.0, 4314.0, 4335.0, 4351.0, 4338.0, 4327.0, 4318.0, 4329.0, 4310.0, 4328.0, 4318.0, 4309.0, 4321.0, 4321.0, 4313.0, 4331.0, 4311.0, 4332.0, 4345.0, 4318.0, 4323.0, 4337.0, 4318.0, 4348.0, 4343.0, 4345.0, 4345.0, 4325.0, 4335.0, 4309.0, 4321.0, 4321.0, 4320.0, 4310.0, 4334.0, 4335.0, 4319.0, 4301.0, 4318.0, 4309.0, 4320.0, 4304.0, 4333.0, 4303.0, 4333.0, 4313.0, 4333.0, 4323.0, 4333.0, 4312.0, 4334.0, 4323.0, 4329.0, 4300.0, 4319.0, 4313.0, 4332.0, 4334.0, 4332.0, 4339.0, 4332.0, 4300.0, 4318.0, 4311.0, 4334.0, 4322.0, 4343.0, 4330.0, 4343.0, 4323.0, 4320.0, 4321.0, 4320.0, 4310.0, 4328.0, 4310.0, 4330.0, 4299.0, 4320.0, 4299.0, 4332.0, 4313.0, 4331.0, 4299.0, 4324.0, 4311.0, 4321.0, 4322.0, 4331.0, 4312.0, 4330.0, 4310.0, 4320.0, 4313.0, 4332.0, 4353.0, 4342.0, 4354.0, 4342.0, 4342.0, 4342.0, 4320.0, 4331.0, 4331.0, 4310.0, 4332.0, 4331.0, 4309.0, 4342.0, 4341.0, 4331.0, 4311.0, 4322.0, 4335.0, 4306.0, 4344.0, 4317.0, 4347.0, 4346.0, 4345.0, 4346.0, 4335.0, 4341.0, 4353.0, 4333.0, 4332.0, 4312.0, 4331.0, 4340.0, 4333.0, 4339.0, 4320.0, 4309.0, 4308.0, 4330.0, 4300.0, 4330.0, 4300.0, 4329.0, 4289.0, 4320.0, 4290.0, 4331.0, 4352.0, 4335.0, 4305.0, 4321.0, 4303.0, 4335.0, 4352.0, 4342.0, 4328.0, 4306.0, 4328.0, 4309.0, 4330.0, 4301.0, 4306.0, 4319.0, 4329.0, 4288.0, 4321.0, 4328.0, 4319.0, 4299.0, 4309.0, 4322.0, 4342.0, 4320.0, 4331.0, 4328.0, 4330.0, 4299.0, 4320.0, 4302.0, 4331.0, 4348.0, 4330.0, 4331.0, 4331.0, 4309.0, 4330.0, 4300.0, 4330.0, 4302.0, 4328.0, 4333.0, 4331.0, 4311.0, 4318.0, 4321.0, 4332.0, 4309.0, 4330.0, 4331.0, 4319.0, 4288.0, 4311.0, 4300.0, 4309.0, 4321.0, 4332.0, 4321.0, 4344.0, 4311.0, 4318.0, 4311.0, 4328.0, 4299.0, 4328.0, 4336.0, 4319.0, 4288.0, 4309.0, 4299.0, 4329.0, 4326.0, 4331.0, 4319.0, 4327.0, 4289.0, 4331.0, 4308.0, 4312.0, 4303.0, 4342.0, 4330.0, 4336.0, 4334.0, 4331.0, 4315.0, 4331.0, 4330.0, 4330.0, 4301.0, 4321.0, 4314.0, 4344.0, 4333.0, 4334.0, 4351.0, 4334.0, 4342.0, 4323.0, 4331.0, 4342.0, 4332.0, 4342.0, 4332.0, 4342.0, 4302.0, 4321.0, 4332.0, 4320.0, 4331.0, 4319.0, 4316.0, 4311.0, 4311.0, 4299.0, 4320.0, 4329.0, 4320.0, 4336.0, 4320.0, 4309.0, 4320.0, 4319.0, 4331.0, 4332.0, 4311.0, 4330.0, 4307.0, 4328.0, 4310.0, 4331.0, 4319.0, 4331.0, 4310.0, 4333.0, 4350.0, 4321.0, 4373.0, 4330.0, 4331.0, 4333.0, 4299.0, 4322.0, 4300.0, 4321.0, 4331.0, 4342.0, 4311.0, 4343.0, 4334.0, 4333.0, 4324.0, 4331.0, 4302.0, 4346.0, 4372.0, 4344.0, 4363.0, 4347.0, 4318.0, 4334.0, 4328.0, 4361.0, 4350.0, 4331.0, 4358.0, 4341.0, 4369.0, 4361.0, 4371.0, 4350.0, 4331.0, 4344.0, 4310.0, 4322.0, 4319.0, 4334.0, 4332.0, 4330.0, 4333.0, 4327.0, 4322.0, 4320.0, 4332.0, 4311.0, 4330.0, 4335.0, 4326.0, 4329.0, 4331.0, 4297.0, 4299.0, 4308.0, 4294.0, 4317.0, 4308.0, 4316.0, 4317.0, 4337.0, 4316.0, 4295.0, 4293.0, 4309.0, 4307.0, 4327.0, 4319.0, 4312.0, 4335.0, 4333.0, 4331.0, 4319.0, 4309.0, 4307.0, 4320.0, 4326.0, 4308.0, 4319.0, 4328.0, 4331.0, 4299.0, 4329.0, 4313.0, 4321.0, 4321.0, 4330.0, 4315.0, 4333.0, 4327.0, 4330.0, 4335.0, 4307.0, 4332.0, 4318.0, 4343.0, 4327.0, 4368.0, 4367.0, 4375.0, 4378.0, 4355.0, 4334.0, 4342.0, 4312.0, 4332.0, 4373.0, 4352.0, 4343.0, 4341.0, 4334.0, 4328.0, 4320.0, 4332.0, 4320.0, 4320.0, 4321.0, 4332.0, 4341.0, 4346.0, 4322.0, 4333.0, 4324.0, 4342.0, 4332.0, 4343.0, 4322.0, 4342.0, 4352.0, 4349.0, 4311.0, 4331.0, 4310.0, 4342.0, 4347.0, 4347.0, 4336.0, 4335.0, 4298.0, 4318.0, 4306.0, 4322.0, 4320.0, 4339.0, 4342.0, 4311.0, 4331.0, 4322.0, 4340.0, 4358.0, 4340.0, 4313.0, 4317.0, 4332.0, 4342.0, 4352.0, 4321.0, 4332.0, 4322.0, 4330.0, 4338.0, 4331.0, 4325.0, 4328.0, 4298.0, 4317.0, 4308.0, 4327.0, 4332.0, 4348.0, 4333.0, 4346.0, 4354.0, 4353.0, 4343.0, 4312.0, 4343.0, 4342.0, 4342.0, 4328.0, 4342.0, 4323.0, 4332.0, 4346.0, 4333.0, 4326.0, 4329.0, 4340.0, 4337.0, 4313.0, 4319.0, 4325.0, 4365.0, 4345.0, 4334.0, 4353.0, 4332.0, 4311.0, 4317.0, 4332.0, 4331.0, 4334.0, 4341.0, 4333.0, 4338.0, 4321.0, 4318.0, 4306.0, 4317.0, 4319.0, 4347.0, 4317.0, 4315.0, 4307.0, 4325.0, 4308.0, 4306.0, 4305.0, 4284.0, 4306.0, 4295.0, 4305.0, 4296.0, 4307.0, 4308.0, 4318.0, 4317.0, 4321.0, 4320.0, 4307.0, 4330.0, 4309.0, 4308.0, 4297.0, 4308.0, 4319.0, 4331.0, 4340.0, 4342.0, 4341.0, 4330.0, 4329.0, 4332.0, 4319.0, 4319.0, 4309.0, 4310.0, 4316.0, 4311.0, 4309.0, 4312.0, 4320.0, 4312.0, 4330.0, 4341.0, 4330.0, 4319.0, 4327.0, 4320.0, 4319.0, 4331.0, 4342.0, 4319.0, 4338.0, 4317.0, 4317.0, 4304.0, 4317.0, 4307.0, 4328.0, 4337.0, 4317.0, 4306.0, 4307.0, 4296.0, 4311.0, 4333.0, 4311.0, 4310.0, 4309.0, 4310.0, 4319.0, 4330.0, 4322.0, 4330.0, 4329.0, 4329.0, 4298.0, 4329.0, 4319.0, 4319.0, 4320.0, 4320.0, 4320.0, 4309.0, 4329.0, 4300.0, 4317.0, 4346.0, 4329.0, 4345.0, 4319.0, 4297.0, 4328.0, 4321.0, 4316.0, 4321.0, 4322.0, 4308.0, 4320.0, 4331.0, 4310.0, 4328.0, 4327.0, 4330.0, 4319.0, 4322.0, 4309.0, 4306.0, 4330.0, 4333.0, 4332.0, 4311.0, 4332.0, 4338.0, 4332.0, 4332.0, 4324.0, 4327.0, 4310.0, 4310.0, 4319.0, 4332.0, 4341.0, 4332.0, 4331.0, 4342.0, 4334.0, 4309.0, 4330.0, 4319.0, 4330.0, 4330.0, 4344.0, 4329.0, 4318.0, 4310.0, 4310.0, 4331.0, 4342.0, 4331.0, 4295.0, 4330.0, 4329.0, 4331.0, 4327.0, 4341.0, 4322.0, 4319.0, 4311.0, 4320.0, 4306.0, 4311.0, 4331.0, 4337.0, 4329.0, 4328.0, 4315.0, 4319.0, 4318.0, 4319.0, 4307.0, 4327.0, 4318.0, 4315.0, 4297.0, 4317.0, 4298.0, 4329.0, 4346.0, 4320.0, 4319.0, 4310.0, 4309.0, 4298.0, 4330.0, 4299.0, 4331.0, 4349.0, 4330.0, 4311.0, 4332.0, 4331.0, 4321.0, 4342.0, 4321.0, 4338.0, 4307.0, 4333.0, 4322.0, 4327.0, 4344.0, 4331.0, 4330.0, 4332.0, 4332.0, 4322.0, 4330.0, 4314.0, 4344.0, 4343.0, 4333.0, 4348.0, 4332.0, 4331.0, 4322.0, 4327.0, 4300.0, 4331.0, 4358.0, 4329.0, 4346.0, 4330.0, 4289.0, 4320.0, 4331.0, 4333.0, 4321.0, 4311.0, 4332.0, 4311.0, 4331.0, 4300.0, 4331.0, 4300.0, 4331.0, 4341.0, 4331.0, 4329.0, 4321.0, 4331.0, 4319.0, 4332.0, 4324.0, 4344.0, 4313.0, 4333.0, 4353.0, 4345.0, 4323.0, 4334.0, 4356.0, 4334.0, 4337.0, 4336.0, 4367.0, 4316.0, 4357.0, 4363.0, 4355.0, 4362.0, 4319.0, 4339.0, 4358.0, 4338.0, 4339.0, 4338.0, 4331.0, 4352.0, 4318.0, 4308.0, 4318.0, 4329.0, 4300.0, 4330.0, 4332.0, 4320.0, 4319.0, 4311.0, 4330.0, 4301.0, 4322.0, 4322.0, 4321.0, 4321.0, 4300.0, 4334.0, 4311.0, 4322.0, 4327.0, 4323.0, 4331.0, 4308.0, 4331.0, 4300.0, 4318.0, 4329.0, 4320.0, 4322.0, 4299.0, 4331.0, 4357.0, 4329.0, 4318.0, 4319.0, 4319.0, 4310.0, 4326.0, 4338.0, 4328.0, 4344.0, 4320.0, 4298.0, 4307.0, 4320.0, 4300.0, 4317.0, 4300.0, 4308.0, 4308.0, 4327.0, 4345.0, 4330.0, 4327.0, 4305.0, 4320.0, 4311.0, 4328.0, 4299.0, 4320.0, 4319.0, 4337.0, 4315.0, 4305.0, 4318.0, 4295.0, 4318.0, 4343.0, 4319.0, 4303.0, 4319.0, 4292.0, 4308.0, 4307.0, 4299.0, 4318.0, 4309.0, 4315.0, 4297.0, 4330.0, 4311.0, 4329.0, 4322.0, 4330.0, 4322.0, 4319.0, 4311.0, 4321.0, 4309.0, 4320.0, 4332.0, 4312.0, 4330.0, 4306.0, 4331.0, 4299.0, 4320.0, 4326.0, 4315.0, 4316.0, 4310.0, 4319.0, 4308.0, 4318.0, 4312.0, 4319.0, 4321.0, 4338.0, 4311.0, 4333.0, 4342.0, 4341.0, 4323.0, 4324.0, 4330.0, 4309.0, 4316.0, 4338.0, 4328.0, 4332.0, 4322.0, 4329.0, 4300.0, 4318.0, 4289.0, 4318.0, 4317.0, 4315.0, 4318.0, 4309.0, 4319.0, 4309.0, 4309.0, 4307.0, 4330.0, 4298.0, 4319.0, 4345.0, 4332.0, 4331.0, 4331.0, 4320.0, 4322.0, 4301.0, 4323.0, 4326.0, 4348.0, 4367.0, 4346.0, 4342.0, 4360.0, 4317.0, 4337.0, 4346.0, 4345.0, 4335.0, 4365.0, 4362.0, 4345.0, 4335.0, 4343.0, 4332.0, 4311.0, 4333.0, 4348.0, 4331.0, 4337.0, 4330.0, 4330.0, 4325.0, 4339.0, 4328.0, 4325.0, 4284.0, 4307.0, 4286.0, 4313.0, 4308.0, 4301.0, 4320.0, 4308.0, 4318.0, 4317.0, 4320.0, 4294.0, 4294.0, 4295.0, 4307.0, 4309.0, 4318.0, 4307.0, 4320.0, 4320.0, 4288.0, 4310.0, 4310.0, 4309.0, 4321.0, 4334.0, 4332.0, 4307.0, 4321.0, 4325.0, 4332.0, 4321.0, 4332.0, 4324.0, 4350.0, 4330.0, 4300.0, 4333.0, 4309.0, 4342.0, 4341.0, 4336.0, 4288.0, 4305.0, 4318.0, 4307.0, 4319.0, 4319.0, 4333.0, 4313.0, 4342.0, 4320.0, 4339.0, 4319.0, 4317.0, 4310.0, 4318.0, 4311.0], 'WindowWidth': [9653.0, 9607.0, 9601.0, 9581.0, 9534.0, 9554.0, 9564.0, 9545.0, 9515.0, 9530.0, 9541.0, 9523.0, 9541.0, 9533.0, 9548.0, 9519.0, 9544.0, 9513.0, 9544.0, 9514.0, 9541.0, 9553.0, 9530.0, 9542.0, 9546.0, 9546.0, 9534.0, 9499.0, 9544.0, 9564.0, 9583.0, 9598.0, 9596.0, 9587.0, 9595.0, 9565.0, 9604.0, 9552.0, 9595.0, 9592.0, 9603.0, 9600.0, 9591.0, 9589.0, 9576.0, 9565.0, 9540.0, 9585.0, 9581.0, 9563.0, 9577.0, 9581.0, 9549.0, 9586.0, 9525.0, 9571.0, 9566.0, 9586.0, 9567.0, 9567.0, 9568.0, 9569.0, 9573.0, 9547.0, 9603.0, 9609.0, 9605.0, 9605.0, 9607.0, 9598.0, 9592.0, 9558.0, 9614.0, 9602.0, 9572.0, 9552.0, 9576.0, 9575.0, 9616.0, 9602.0, 9607.0, 9591.0, 9543.0, 9571.0, 9589.0, 9566.0, 9551.0, 9537.0, 9553.0, 9530.0, 9552.0, 9539.0, 9526.0, 9544.0, 9544.0, 9537.0, 9559.0, 9536.0, 9566.0, 9586.0, 9555.0, 9557.0, 9582.0, 9555.0, 9596.0, 9585.0, 9584.0, 9586.0, 9555.0, 9569.0, 9530.0, 9546.0, 9548.0, 9547.0, 9530.0, 9569.0, 9569.0, 9541.0, 9517.0, 9539.0, 9530.0, 9546.0, 9527.0, 9568.0, 9528.0, 9568.0, 9542.0, 9567.0, 9556.0, 9570.0, 9539.0, 9571.0, 9555.0, 9558.0, 9519.0, 9545.0, 9539.0, 9566.0, 9567.0, 9564.0, 9573.0, 9564.0, 9520.0, 9541.0, 9535.0, 9568.0, 9553.0, 9584.0, 9562.0, 9580.0, 9553.0, 9546.0, 9548.0, 9546.0, 9531.0, 9555.0, 9532.0, 9558.0, 9515.0, 9544.0, 9517.0, 9565.0, 9541.0, 9564.0, 9517.0, 9556.0, 9535.0, 9548.0, 9550.0, 9564.0, 9535.0, 9559.0, 9531.0, 9545.0, 9540.0, 9566.0, 9600.0, 9582.0, 9602.0, 9584.0, 9581.0, 9583.0, 9549.0, 9566.0, 9566.0, 9537.0, 9567.0, 9565.0, 9533.0, 9580.0, 9577.0, 9563.0, 9536.0, 9554.0, 9572.0, 9533.0, 9587.0, 9553.0, 9595.0, 9593.0, 9590.0, 9590.0, 9573.0, 9579.0, 9595.0, 9567.0, 9564.0, 9533.0, 9561.0, 9572.0, 9564.0, 9569.0, 9543.0, 9528.0, 9526.0, 9557.0, 9517.0, 9558.0, 9517.0, 9556.0, 9502.0, 9544.0, 9505.0, 9562.0, 9591.0, 9571.0, 9532.0, 9552.0, 9529.0, 9573.0, 9592.0, 9576.0, 9554.0, 9522.0, 9554.0, 9528.0, 9557.0, 9517.0, 9521.0, 9542.0, 9554.0, 9499.0, 9545.0, 9554.0, 9541.0, 9515.0, 9531.0, 9550.0, 9579.0, 9547.0, 9562.0, 9556.0, 9559.0, 9515.0, 9546.0, 9523.0, 9562.0, 9584.0, 9558.0, 9561.0, 9560.0, 9528.0, 9559.0, 9517.0, 9559.0, 9521.0, 9557.0, 9565.0, 9560.0, 9534.0, 9541.0, 9548.0, 9564.0, 9527.0, 9557.0, 9560.0, 9541.0, 9500.0, 9534.0, 9519.0, 9530.0, 9548.0, 9565.0, 9550.0, 9583.0, 9534.0, 9542.0, 9532.0, 9554.0, 9514.0, 9555.0, 9564.0, 9542.0, 9500.0, 9530.0, 9514.0, 9556.0, 9552.0, 9560.0, 9542.0, 9553.0, 9504.0, 9562.0, 9528.0, 9539.0, 9528.0, 9579.0, 9563.0, 9574.0, 9571.0, 9566.0, 9544.0, 9562.0, 9560.0, 9560.0, 9522.0, 9551.0, 9545.0, 9586.0, 9569.0, 9571.0, 9591.0, 9572.0, 9580.0, 9555.0, 9565.0, 9578.0, 9564.0, 9578.0, 9564.0, 9576.0, 9520.0, 9547.0, 9560.0, 9543.0, 9559.0, 9543.0, 9535.0, 9533.0, 9533.0, 9515.0, 9545.0, 9556.0, 9544.0, 9563.0, 9544.0, 9528.0, 9547.0, 9545.0, 9567.0, 9569.0, 9536.0, 9563.0, 9529.0, 9559.0, 9538.0, 9566.0, 9548.0, 9566.0, 9534.0, 9569.0, 9588.0, 9551.0, 9626.0, 9562.0, 9565.0, 9569.0, 9520.0, 9553.0, 9524.0, 9553.0, 9568.0, 9583.0, 9541.0, 9586.0, 9575.0, 9574.0, 9560.0, 9570.0, 9528.0, 9598.0, 9626.0, 9589.0, 9612.0, 9599.0, 9561.0, 9578.0, 9568.0, 9618.0, 9604.0, 9581.0, 9612.0, 9593.0, 9631.0, 9624.0, 9636.0, 9601.0, 9565.0, 9580.0, 9531.0, 9547.0, 9542.0, 9567.0, 9560.0, 9556.0, 9563.0, 9550.0, 9545.0, 9543.0, 9562.0, 9531.0, 9558.0, 9557.0, 9547.0, 9554.0, 9556.0, 9506.0, 9509.0, 9522.0, 9500.0, 9536.0, 9524.0, 9531.0, 9534.0, 9560.0, 9529.0, 9500.0, 9498.0, 9522.0, 9520.0, 9550.0, 9541.0, 9535.0, 9570.0, 9567.0, 9559.0, 9541.0, 9527.0, 9521.0, 9543.0, 9549.0, 9525.0, 9540.0, 9553.0, 9558.0, 9515.0, 9555.0, 9537.0, 9548.0, 9549.0, 9562.0, 9545.0, 9568.0, 9561.0, 9562.0, 9574.0, 9538.0, 9568.0, 9551.0, 9584.0, 9567.0, 9626.0, 9621.0, 9631.0, 9641.0, 9605.0, 9577.0, 9583.0, 9542.0, 9569.0, 9623.0, 9593.0, 9582.0, 9576.0, 9570.0, 9558.0, 9546.0, 9566.0, 9547.0, 9547.0, 9552.0, 9566.0, 9577.0, 9589.0, 9555.0, 9569.0, 9559.0, 9580.0, 9565.0, 9583.0, 9551.0, 9580.0, 9591.0, 9584.0, 9534.0, 9562.0, 9533.0, 9578.0, 9580.0, 9578.0, 9562.0, 9561.0, 9512.0, 9541.0, 9524.0, 9551.0, 9546.0, 9571.0, 9578.0, 9536.0, 9562.0, 9550.0, 9574.0, 9595.0, 9568.0, 9536.0, 9538.0, 9564.0, 9578.0, 9591.0, 9549.0, 9564.0, 9548.0, 9558.0, 9565.0, 9555.0, 9545.0, 9551.0, 9512.0, 9537.0, 9527.0, 9553.0, 9566.0, 9584.0, 9568.0, 9587.0, 9596.0, 9592.0, 9580.0, 9537.0, 9581.0, 9578.0, 9577.0, 9554.0, 9575.0, 9549.0, 9562.0, 9577.0, 9562.0, 9549.0, 9554.0, 9570.0, 9565.0, 9537.0, 9543.0, 9556.0, 9621.0, 9590.0, 9572.0, 9596.0, 9563.0, 9534.0, 9541.0, 9566.0, 9563.0, 9569.0, 9577.0, 9563.0, 9568.0, 9544.0, 9536.0, 9519.0, 9534.0, 9539.0, 9574.0, 9536.0, 9532.0, 9520.0, 9546.0, 9521.0, 9517.0, 9516.0, 9487.0, 9517.0, 9502.0, 9516.0, 9505.0, 9520.0, 9522.0, 9538.0, 9534.0, 9545.0, 9543.0, 9521.0, 9557.0, 9528.0, 9524.0, 9509.0, 9526.0, 9543.0, 9561.0, 9572.0, 9575.0, 9573.0, 9557.0, 9553.0, 9561.0, 9541.0, 9541.0, 9528.0, 9530.0, 9536.0, 9531.0, 9526.0, 9534.0, 9545.0, 9534.0, 9559.0, 9574.0, 9557.0, 9542.0, 9550.0, 9544.0, 9538.0, 9558.0, 9573.0, 9540.0, 9565.0, 9535.0, 9534.0, 9512.0, 9533.0, 9522.0, 9550.0, 9562.0, 9535.0, 9518.0, 9519.0, 9505.0, 9528.0, 9561.0, 9530.0, 9529.0, 9525.0, 9528.0, 9540.0, 9558.0, 9546.0, 9557.0, 9553.0, 9552.0, 9510.0, 9553.0, 9539.0, 9541.0, 9545.0, 9542.0, 9542.0, 9525.0, 9555.0, 9514.0, 9535.0, 9575.0, 9553.0, 9570.0, 9539.0, 9509.0, 9552.0, 9545.0, 9534.0, 9545.0, 9547.0, 9526.0, 9543.0, 9562.0, 9529.0, 9554.0, 9552.0, 9557.0, 9540.0, 9548.0, 9530.0, 9523.0, 9559.0, 9565.0, 9562.0, 9532.0, 9563.0, 9567.0, 9562.0, 9563.0, 9550.0, 9551.0, 9528.0, 9529.0, 9542.0, 9563.0, 9575.0, 9563.0, 9559.0, 9576.0, 9566.0, 9527.0, 9557.0, 9540.0, 9556.0, 9558.0, 9579.0, 9553.0, 9540.0, 9531.0, 9529.0, 9560.0, 9574.0, 9558.0, 9506.0, 9557.0, 9555.0, 9558.0, 9552.0, 9571.0, 9545.0, 9541.0, 9531.0, 9542.0, 9523.0, 9530.0, 9557.0, 9562.0, 9552.0, 9551.0, 9531.0, 9539.0, 9537.0, 9539.0, 9520.0, 9547.0, 9537.0, 9531.0, 9507.0, 9535.0, 9510.0, 9555.0, 9575.0, 9542.0, 9540.0, 9528.0, 9526.0, 9512.0, 9556.0, 9514.0, 9559.0, 9582.0, 9558.0, 9532.0, 9563.0, 9559.0, 9547.0, 9578.0, 9547.0, 9566.0, 9524.0, 9564.0, 9548.0, 9552.0, 9580.0, 9561.0, 9558.0, 9564.0, 9562.0, 9549.0, 9558.0, 9540.0, 9582.0, 9581.0, 9566.0, 9580.0, 9562.0, 9561.0, 9547.0, 9552.0, 9515.0, 9558.0, 9594.0, 9554.0, 9576.0, 9555.0, 9500.0, 9544.0, 9558.0, 9561.0, 9546.0, 9530.0, 9562.0, 9533.0, 9559.0, 9517.0, 9559.0, 9516.0, 9559.0, 9572.0, 9558.0, 9554.0, 9544.0, 9558.0, 9544.0, 9562.0, 9556.0, 9584.0, 9539.0, 9567.0, 9592.0, 9583.0, 9551.0, 9567.0, 9600.0, 9570.0, 9576.0, 9577.0, 9620.0, 9549.0, 9604.0, 9609.0, 9598.0, 9606.0, 9542.0, 9570.0, 9594.0, 9565.0, 9569.0, 9565.0, 9559.0, 9585.0, 9535.0, 9523.0, 9536.0, 9552.0, 9513.0, 9555.0, 9559.0, 9542.0, 9540.0, 9532.0, 9556.0, 9517.0, 9546.0, 9546.0, 9544.0, 9544.0, 9516.0, 9565.0, 9530.0, 9547.0, 9550.0, 9547.0, 9559.0, 9525.0, 9556.0, 9515.0, 9537.0, 9554.0, 9542.0, 9545.0, 9511.0, 9556.0, 9590.0, 9553.0, 9537.0, 9539.0, 9541.0, 9527.0, 9546.0, 9565.0, 9550.0, 9567.0, 9540.0, 9508.0, 9519.0, 9539.0, 9512.0, 9533.0, 9512.0, 9522.0, 9522.0, 9548.0, 9571.0, 9555.0, 9549.0, 9517.0, 9540.0, 9529.0, 9551.0, 9511.0, 9541.0, 9538.0, 9560.0, 9529.0, 9514.0, 9532.0, 9499.0, 9533.0, 9564.0, 9537.0, 9511.0, 9536.0, 9493.0, 9520.0, 9519.0, 9510.0, 9535.0, 9524.0, 9529.0, 9507.0, 9554.0, 9528.0, 9556.0, 9546.0, 9554.0, 9544.0, 9539.0, 9528.0, 9545.0, 9526.0, 9543.0, 9560.0, 9533.0, 9556.0, 9519.0, 9558.0, 9512.0, 9541.0, 9545.0, 9530.0, 9533.0, 9527.0, 9537.0, 9524.0, 9537.0, 9532.0, 9540.0, 9547.0, 9569.0, 9532.0, 9564.0, 9576.0, 9571.0, 9548.0, 9551.0, 9557.0, 9525.0, 9532.0, 9562.0, 9548.0, 9557.0, 9544.0, 9551.0, 9511.0, 9536.0, 9496.0, 9535.0, 9534.0, 9530.0, 9536.0, 9525.0, 9538.0, 9526.0, 9525.0, 9522.0, 9555.0, 9509.0, 9540.0, 9572.0, 9559.0, 9559.0, 9560.0, 9541.0, 9547.0, 9518.0, 9552.0, 9563.0, 9597.0, 9615.0, 9585.0, 9580.0, 9614.0, 9551.0, 9584.0, 9592.0, 9590.0, 9578.0, 9620.0, 9612.0, 9589.0, 9574.0, 9582.0, 9569.0, 9536.0, 9566.0, 9584.0, 9561.0, 9565.0, 9558.0, 9558.0, 9546.0, 9567.0, 9553.0, 9542.0, 9484.0, 9520.0, 9491.0, 9528.0, 9523.0, 9517.0, 9541.0, 9523.0, 9535.0, 9533.0, 9538.0, 9499.0, 9500.0, 9502.0, 9520.0, 9522.0, 9535.0, 9519.0, 9540.0, 9541.0, 9496.0, 9528.0, 9527.0, 9526.0, 9546.0, 9564.0, 9562.0, 9526.0, 9548.0, 9556.0, 9562.0, 9546.0, 9562.0, 9552.0, 9583.0, 9556.0, 9515.0, 9564.0, 9529.0, 9575.0, 9573.0, 9562.0, 9496.0, 9518.0, 9538.0, 9522.0, 9542.0, 9541.0, 9565.0, 9536.0, 9577.0, 9545.0, 9572.0, 9542.0, 9538.0, 9527.0, 9538.0, 9530.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.0017135526315789475</td></tr>
<tr><td colspan=3>aqi</td><td>0.03478430310150376</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.73693544056448</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1488117479774218</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9494083065851364</td></tr>
<tr><td colspan=3>efc</td><td>0.4688</td></tr>
<tr><td colspan=3>fber</td><td>6736.7944</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07090152151661659</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5714285714285716</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.58430450231498</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.430099760243725</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8926915673964952</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4301221793047203</td></tr>
<tr><td colspan=3>gcor</td><td>0.00689984</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015140200033783913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0323256216943264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.873668848024961</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>29.214</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.2807</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>726.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.0014</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.044</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.5287</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3494.788</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.6117</td></tr>
<tr><td colspan=3>tsnr</td><td>33.18098745297175</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>