<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-03/func/sub-0093_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>4c563a41a38d0f94204502737ac3b5d7</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:58:56.220000</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.99805, 0.00778216, -0.0619382, 0.000522616, 0.991123, 0.13295]</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.100217</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7812, -7254, 296, -101, -304, 35, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a4d25d34-82fd-483e-8c15-cca9917408d7||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.677694320678711, 0.00140213908161968, -0.16854213178157806, 117.23657989501953], [-0.020878974348306656, 2.659109592437744, 0.3583517372608185, -102.2784194946289], [-0.1661757230758667, -0.3566945791244507, 2.6708009243011475, -65.44146728515625], [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': ['205856.220000', '205856.680000', '205857.140000', '205857.600000', '205858.060000', '205858.520000', '205858.980000', '205859.440000', '205859.900000', '205900.360000', '205900.820000', '205901.280000', '205901.740000', '205902.200000', '205902.660000', '205903.120000', '205903.580000', '205904.040000', '205904.500000', '205904.960000', '205905.420000', '205905.880000', '205906.340000', '205906.800000', '205907.260000', '205907.720000', '205908.180000', '205908.640000', '205909.100000', '205909.560000', '205910.020000', '205910.480000', '205910.940000', '205911.400000', '205911.860000', '205912.320000', '205912.780000', '205913.240000', '205913.700000', '205914.160000', '205914.620000', '205915.080000', '205915.540000', '205916.000000', '205916.460000', '205916.920000', '205917.380000', '205917.840000', '205918.300000', '205918.760000', '205919.220000', '205919.680000', '205920.140000', '205920.600000', '205921.060000', '205921.520000', '205921.980000', '205922.440000', '205922.900000', '205923.360000', '205923.820000', '205924.280000', '205924.740000', '205925.200000', '205925.660000', '205926.120000', '205926.580000', '205927.040000', '205927.500000', '205927.960000', '205928.420000', '205928.880000', '205929.340000', '205929.800000', '205930.260000', '205930.720000', '205931.180000', '205931.640000', '205932.100000', '205932.560000', '205933.020000', '205933.480000', '205933.940000', '205934.400000', '205934.860000', '205935.320000', '205935.780000', '205936.240000', '205936.700000', '205937.160000', '205937.620000', '205938.080000', '205938.540000', '205939.000000', '205939.460000', '205939.920000', '205940.380000', '205940.840000', '205941.300000', '205941.760000', '205942.220000', '205942.680000', '205943.140000', '205943.600000', '205944.060000', '205944.520000', '205944.980000', '205945.440000', '205945.900000', '205946.360000', '205946.820000', '205947.280000', '205947.740000', '205948.200000', '205948.660000', '205949.120000', '205949.580000', '205950.040000', '205950.500000', '205950.960000', '205951.420000', '205951.880000', '205952.340000', '205952.800000', '205953.260000', '205953.720000', '205954.180000', '205954.640000', '205955.100000', '205955.560000', '205956.020000', '205956.480000', '205956.940000', '205957.400000', '205957.860000', '205958.320000', '205958.780000', '205959.240000', '205959.700000', '210000.160000', '210000.620000', '210001.080000', '210001.540000', '210002.000000', '210002.460000', '210002.920000', '210003.380000', '210003.840000', '210004.300000', '210004.760000', '210005.220000', '210005.680000', '210006.140000', '210006.600000', '210007.060000', '210007.520000', '210007.980000', '210008.440000', '210008.900000', '210009.360000', '210009.820000', '210010.280000', '210010.740000', '210011.200000', '210011.660000', '210012.120000', '210012.580000', '210013.040000', '210013.500000', '210013.960000', '210014.420000', '210014.880000', '210015.340000', '210015.800000', '210016.260000', '210016.720000', '210017.180000', '210017.640000', '210018.100000', '210018.560000', '210019.020000', '210019.480000', '210019.940000', '210020.400000', '210020.860000', '210021.320000', '210021.780000', '210022.240000', '210022.700000', '210023.160000', '210023.620000', '210024.080000', '210024.540000', '210025.000000', '210025.460000', '210025.920000', '210026.380000', '210026.840000', '210027.300000', '210027.760000', '210028.220000', '210028.680000', '210029.140000', '210029.600000', '210030.060000', '210030.520000', '210030.980000', '210031.440000', '210031.900000', '210032.360000', '210032.820000', '210033.280000', '210033.740000', '210034.200000', '210034.660000', '210035.120000', '210035.580000', '210036.040000', '210036.500000', '210036.960000', '210037.420000', '210037.880000', '210038.340000', '210038.800000', '210039.260000', '210039.720000', '210040.180000', '210040.640000', '210041.100000', '210041.560000', '210042.020000', '210042.480000', '210042.940000', '210043.400000', '210043.860000', '210044.320000', '210044.780000', '210045.240000', '210045.700000', '210046.160000', '210046.620000', '210047.080000', '210047.540000', '210048.000000', '210048.460000', '210048.920000', '210049.380000', '210049.840000', '210050.300000', '210050.760000', '210051.220000', '210051.680000', '210052.140000', '210052.600000', '210053.060000', '210053.520000', '210053.980000', '210054.440000', '210054.900000', '210055.360000', '210055.820000', '210056.280000', '210056.740000', '210057.200000', '210057.660000', '210058.120000', '210058.580000', '210059.040000', '210059.500000', '210059.960000', '210100.420000', '210100.880000', '210101.340000', '210101.800000', '210102.260000', '210102.720000', '210103.180000', '210103.640000', '210104.100000', '210104.560000', '210105.020000', '210105.480000', '210105.940000', '210106.400000', '210106.860000', '210107.320000', '210107.780000', '210108.240000', '210108.700000', '210109.160000', '210109.620000', '210110.080000', '210110.540000', '210111.000000', '210111.460000', '210111.920000', '210112.380000', '210112.840000', '210113.300000', '210113.760000', '210114.220000', '210114.680000', '210115.140000', '210115.600000', '210116.060000', '210116.520000', '210116.980000', '210117.440000', '210117.900000', '210118.360000', '210118.820000', '210119.280000', '210119.740000', '210120.200000', '210120.660000', '210121.120000', '210121.580000', '210122.040000', '210122.500000', '210122.960000', '210123.420000', '210123.880000', '210124.340000', '210124.800000', '210125.260000', '210125.720000', '210126.180000', '210126.640000', '210127.100000', '210127.560000', '210128.020000', '210128.480000', '210128.940000', '210129.400000', '210129.860000', '210130.320000', '210130.780000', '210131.240000', '210131.700000', '210132.160000', '210132.620000', '210133.080000', '210133.540000', '210134.000000', '210134.460000', '210134.920000', '210135.380000', '210135.840000', '210136.300000', '210136.760000', '210137.220000', '210137.680000', '210138.140000', '210138.600000', '210139.060000', '210139.520000', '210139.980000', '210140.440000', '210140.900000', '210141.360000', '210141.820000', '210142.280000', '210142.740000', '210143.200000', '210143.660000', '210144.120000', '210144.580000', '210145.040000', '210145.500000', '210145.960000', '210146.420000', '210146.880000', '210147.340000', '210147.800000', '210148.260000', '210148.720000', '210149.180000', '210149.640000', '210150.100000', '210150.560000', '210151.020000', '210151.480000', '210151.940000', '210152.400000', '210152.860000', '210153.320000', '210153.780000', '210154.240000', '210154.700000', '210155.160000', '210155.620000', '210156.080000', '210156.540000', '210157.000000', '210157.460000', '210157.920000', '210158.380000', '210158.840000', '210159.300000', '210159.760000', '210200.220000', '210200.680000', '210201.140000', '210201.600000', '210202.060000', '210202.520000', '210202.980000', '210203.440000', '210203.900000', '210204.360000', '210204.820000', '210205.280000', '210205.740000', '210206.200000', '210206.660000', '210207.120000', '210207.580000', '210208.040000', '210208.500000', '210208.960000', '210209.420000', '210209.880000', '210210.340000', '210210.800000', '210211.260000', '210211.720000', '210212.180000', '210212.640000', '210213.100000', '210213.560000', '210214.020000', '210214.480000', '210214.940000', '210215.400000', '210215.860000', '210216.320000', '210216.780000', '210217.240000', '210217.700000', '210218.160000', '210218.620000', '210219.080000', '210219.540000', '210220.000000', '210220.460000', '210220.920000', '210221.380000', '210221.840000', '210222.300000', '210222.760000', '210223.220000', '210223.680000', '210224.140000', '210224.600000', '210225.060000', '210225.520000', '210225.980000', '210226.440000', '210226.900000', '210227.360000', '210227.820000', '210228.280000', '210228.740000', '210229.200000', '210229.660000', '210230.120000', '210230.580000', '210231.040000', '210231.500000', '210231.960000', '210232.420000', '210232.880000', '210233.340000', '210233.800000', '210234.260000', '210234.720000', '210235.180000', '210235.640000', '210236.100000', '210236.560000', '210237.020000', '210237.480000', '210237.940000', '210238.400000', '210238.860000', '210239.320000', '210239.780000', '210240.240000', '210240.700000', '210241.160000', '210241.620000', '210242.080000', '210242.540000', '210243.000000', '210243.460000', '210243.920000', '210244.380000', '210244.840000', '210245.300000', '210245.760000', '210246.220000', '210246.680000', '210247.140000', '210247.600000', '210248.060000', '210248.520000', '210248.980000', '210249.440000', '210249.900000', '210250.360000', '210250.820000', '210251.280000', '210251.740000', '210252.200000', '210252.660000', '210253.120000', '210253.580000', '210254.040000', '210254.500000', '210254.960000', '210255.420000', '210255.880000', '210256.340000', '210256.800000', '210257.260000', '210257.720000', '210258.180000', '210258.640000', '210259.100000', '210259.560000', '210300.020000', '210300.480000', '210300.940000', '210301.400000', '210301.860000', '210302.320000', '210302.780000', '210303.240000', '210303.700000', '210304.160000', '210304.620000', '210305.080000', '210305.540000', '210306.000000', '210306.460000', '210306.920000', '210307.380000', '210307.840000', '210308.300000', '210308.760000', '210309.220000', '210309.680000', '210310.140000', '210310.600000', '210311.060000', '210311.520000', '210311.980000', '210312.440000', '210312.900000', '210313.360000', '210313.820000', '210314.280000', '210314.740000', '210315.200000', '210315.660000', '210316.120000', '210316.580000', '210317.040000', '210317.500000', '210317.960000', '210318.420000', '210318.880000', '210319.340000', '210319.800000', '210320.260000', '210320.720000', '210321.180000', '210321.640000', '210322.100000', '210322.560000', '210323.020000', '210323.480000', '210323.940000', '210324.400000', '210324.860000', '210325.320000', '210325.780000', '210326.240000', '210326.700000', '210327.160000', '210327.620000', '210328.080000', '210328.540000', '210329.000000', '210329.460000', '210329.920000', '210330.380000', '210330.840000', '210331.300000', '210331.760000', '210332.220000', '210332.680000', '210333.140000', '210333.600000', '210334.060000', '210334.520000', '210334.980000', '210335.440000', '210335.900000', '210336.360000', '210336.820000', '210337.280000', '210337.740000', '210338.200000', '210338.660000', '210339.120000', '210339.580000', '210340.040000', '210340.500000', '210340.960000', '210341.420000', '210341.880000', '210342.340000', '210342.800000', '210343.260000', '210343.720000', '210344.180000', '210344.640000', '210345.100000', '210345.560000', '210346.020000', '210346.480000', '210346.940000', '210347.400000', '210347.860000', '210348.320000', '210348.780000', '210349.240000', '210349.700000', '210350.160000', '210350.620000', '210351.080000', '210351.540000', '210352.000000', '210352.460000', '210352.920000', '210353.380000', '210353.840000', '210354.300000', '210354.760000', '210355.220000', '210355.680000', '210356.140000', '210356.600000', '210357.060000', '210357.520000', '210357.980000', '210358.440000', '210358.900000', '210359.360000', '210359.820000', '210400.280000', '210400.740000', '210401.200000', '210401.660000', '210402.120000', '210402.580000', '210403.040000', '210403.500000', '210403.960000', '210404.420000', '210404.880000', '210405.340000', '210405.800000', '210406.260000', '210406.720000', '210407.180000', '210407.640000', '210408.100000', '210408.560000', '210409.020000', '210409.480000', '210409.940000', '210410.400000', '210410.860000', '210411.320000', '210411.780000', '210412.240000', '210412.700000', '210413.160000', '210413.620000', '210414.080000', '210414.540000', '210415.000000', '210415.460000', '210415.920000', '210416.380000', '210416.840000', '210417.300000', '210417.760000', '210418.220000', '210418.680000', '210419.140000', '210419.600000', '210420.060000', '210420.520000', '210420.980000', '210421.440000', '210421.900000', '210422.360000', '210422.820000', '210423.280000', '210423.740000', '210424.200000', '210424.660000', '210425.120000', '210425.580000', '210426.040000', '210426.500000', '210426.960000', '210427.420000', '210427.880000', '210428.340000', '210428.800000', '210429.260000', '210429.720000', '210430.180000', '210430.640000', '210431.100000', '210431.560000', '210432.020000', '210432.480000', '210432.940000', '210433.400000', '210433.860000', '210434.320000', '210434.780000', '210435.240000', '210435.700000', '210436.160000', '210436.620000', '210437.080000', '210437.540000', '210438.000000', '210438.460000', '210438.920000', '210439.380000', '210439.840000', '210440.300000', '210440.760000', '210441.220000', '210441.680000', '210442.140000', '210442.600000', '210443.060000', '210443.520000', '210443.980000', '210444.440000', '210444.900000', '210445.360000', '210445.820000', '210446.280000', '210446.740000', '210447.200000', '210447.660000', '210448.120000', '210448.580000', '210449.040000', '210449.500000', '210449.960000', '210450.420000', '210450.880000', '210451.340000', '210451.800000', '210452.260000', '210452.720000', '210453.180000', '210453.640000', '210454.100000', '210454.560000', '210455.020000', '210455.480000', '210455.940000', '210456.400000', '210456.860000', '210457.320000', '210457.780000', '210458.240000', '210458.700000', '210459.160000', '210459.620000', '210500.080000', '210500.540000', '210501.000000', '210501.460000', '210501.920000', '210502.380000', '210502.840000', '210503.300000', '210503.760000', '210504.220000', '210504.680000', '210505.140000', '210505.600000', '210506.060000', '210506.520000', '210506.980000', '210507.440000', '210507.900000', '210508.360000', '210508.820000', '210509.280000', '210509.740000', '210510.200000', '210510.660000', '210511.120000', '210511.580000', '210512.040000', '210512.500000', '210512.960000', '210513.420000', '210513.880000', '210514.340000', '210514.800000', '210515.260000', '210515.720000', '210516.180000', '210516.640000', '210517.100000', '210517.560000', '210518.020000', '210518.480000', '210518.940000', '210519.400000', '210519.860000', '210520.320000', '210520.780000', '210521.240000', '210521.700000', '210522.160000', '210522.620000', '210523.080000', '210523.540000', '210524.000000', '210524.460000', '210524.920000', '210525.380000', '210525.840000', '210526.300000', '210526.760000', '210527.220000', '210527.680000', '210528.140000', '210528.600000', '210529.060000', '210529.520000', '210529.980000', '210530.440000', '210530.900000', '210531.360000', '210531.820000', '210532.280000', '210532.740000', '210533.200000', '210533.660000', '210534.120000', '210534.580000', '210535.040000', '210535.500000', '210535.960000', '210536.420000', '210536.880000', '210537.340000', '210537.800000', '210538.260000', '210538.720000', '210539.180000', '210539.640000', '210540.100000', '210540.560000', '210541.020000', '210541.480000', '210541.940000', '210542.400000', '210542.860000', '210543.320000', '210543.780000', '210544.240000', '210544.700000', '210545.160000', '210545.620000', '210546.080000', '210546.540000', '210547.000000', '210547.460000', '210547.920000', '210548.380000', '210548.840000', '210549.300000', '210549.760000', '210550.220000', '210550.680000', '210551.140000', '210551.600000', '210552.060000', '210552.520000', '210552.980000', '210553.440000', '210553.900000', '210554.360000', '210554.820000', '210555.280000', '210555.740000', '210556.200000', '210556.660000', '210557.120000', '210557.580000', '210558.040000', '210558.500000', '210558.960000', '210559.420000', '210559.880000', '210600.340000', '210600.800000', '210601.260000', '210601.720000', '210602.180000', '210602.640000', '210603.100000', '210603.560000', '210604.020000', '210604.480000', '210604.940000', '210605.400000', '210605.860000', '210606.320000', '210606.780000', '210607.240000', '210607.700000', '210608.160000', '210608.620000', '210609.080000', '210609.540000', '210610.000000', '210610.460000', '210610.920000', '210611.380000', '210611.840000', '210612.300000', '210612.760000', '210613.220000', '210613.680000', '210614.140000', '210614.600000', '210615.060000', '210615.520000', '210615.980000', '210616.440000', '210616.900000', '210617.360000', '210617.820000', '210618.280000', '210618.740000', '210619.200000', '210619.660000', '210620.120000', '210620.580000', '210621.040000', '210621.500000', '210621.960000', '210622.420000', '210622.880000', '210623.340000', '210623.800000', '210624.260000', '210624.720000', '210625.180000', '210625.640000', '210626.100000', '210626.560000', '210627.020000', '210627.480000', '210627.940000', '210628.400000', '210628.860000', '210629.320000', '210629.780000', '210630.240000', '210630.700000', '210631.160000', '210631.620000', '210632.080000', '210632.540000', '210633.000000', '210633.460000', '210633.920000', '210634.380000', '210634.840000', '210635.300000', '210635.760000', '210636.220000', '210636.680000', '210637.140000', '210637.600000', '210638.060000', '210638.520000', '210638.980000', '210639.440000', '210639.900000', '210640.360000', '210640.820000', '210641.280000', '210641.740000', '210642.200000', '210642.660000', '210643.120000', '210643.580000', '210644.040000', '210644.500000', '210644.960000', '210645.420000', '210645.880000', '210646.340000', '210646.800000', '210647.260000', '210647.720000', '210648.180000', '210648.640000', '210649.100000', '210649.560000', '210650.020000', '210650.480000', '210650.940000', '210651.400000', '210651.860000', '210652.320000', '210652.780000', '210653.240000', '210653.700000', '210654.160000', '210654.620000', '210655.080000', '210655.540000', '210656.000000', '210656.460000', '210656.920000', '210657.380000', '210657.840000', '210658.300000', '210658.760000', '210659.220000', '210659.680000', '210700.140000', '210700.600000', '210701.060000', '210701.520000', '210701.980000', '210702.440000', '210702.900000', '210703.360000', '210703.820000', '210704.280000', '210704.740000', '210705.200000', '210705.660000'], 'ContentTime': ['205918.326000', '205918.329000', '205918.333000', '205918.336000', '205918.339000', '205918.342000', '205918.356000', '205918.358000', '205918.361000', '205918.363000', '205918.367000', '205918.370000', '205918.372000', '205918.375000', '205918.378000', '205918.380000', '205918.383000', '205918.386000', '205918.388000', '205918.391000', '205918.394000', '205918.396000', '205918.399000', '205918.402000', '205918.404000', '205918.407000', '205918.410000', '205918.412000', '205918.415000', '205918.418000', '205918.421000', '205918.424000', '205918.426000', '205918.436000', '205918.438000', '205918.441000', '205918.444000', '205918.447000', '205918.450000', '205918.452000', '205918.455000', '205918.458000', '205918.461000', '205918.463000', '205918.466000', '205938.294000', '205938.297000', '205938.301000', '205938.303000', '205938.306000', '205938.309000', '205938.311000', '205938.314000', '205938.316000', '205938.319000', '205938.322000', '205938.324000', '205938.327000', '205938.330000', '205938.332000', '205938.335000', '205938.338000', '205938.340000', '205938.343000', '205938.345000', '205938.348000', '205938.351000', '205938.353000', '205938.356000', '205938.359000', '205938.361000', '205938.364000', '205938.366000', '205938.369000', '205938.372000', '205938.374000', '205938.377000', '205938.379000', '205938.382000', '205938.385000', '205938.387000', '205938.396000', '205938.398000', '205938.401000', '205938.404000', '205938.406000', '205938.409000', '205938.412000', '205958.295000', '205958.298000', '205958.301000', '205958.303000', '205958.307000', '205958.310000', '205958.313000', '205958.315000', '205958.318000', '205958.321000', '205958.323000', '205958.326000', '205958.329000', '205958.331000', '205958.334000', '205958.337000', '205958.339000', '205958.342000', '205958.344000', '205958.347000', '205958.358000', '205958.361000', '205958.364000', '205958.366000', '205958.404000', '205958.406000', '205958.409000', '205958.412000', '205958.414000', '205958.417000', '205958.420000', '205958.422000', '205958.425000', '205958.428000', '205958.430000', '205958.433000', '205958.435000', '205958.438000', '205958.441000', '205958.443000', '205958.446000', '205958.449000', '205958.451000', '210018.293000', '210018.296000', '210018.299000', '210018.302000', '210018.304000', '210018.307000', '210018.310000', '210018.312000', '210018.315000', '210018.318000', '210018.321000', '210018.323000', '210018.326000', '210018.328000', '210018.331000', '210018.334000', '210018.336000', '210018.339000', '210018.341000', '210018.344000', '210018.347000', '210018.349000', '210018.352000', '210018.355000', '210018.357000', '210018.360000', '210018.363000', '210018.365000', '210018.368000', '210018.370000', '210018.373000', '210018.376000', '210018.378000', '210018.381000', '210018.384000', '210018.386000', '210018.389000', '210018.391000', '210018.394000', '210018.397000', '210018.399000', '210018.402000', '210018.405000', '210018.407000', '210038.294000', '210038.297000', '210038.300000', '210038.302000', '210038.305000', '210038.308000', '210038.310000', '210038.313000', '210038.316000', '210038.319000', '210038.322000', '210038.325000', '210038.328000', '210038.330000', '210038.333000', '210038.336000', '210038.338000', '210038.341000', '210038.343000', '210038.346000', '210038.349000', '210038.351000', '210038.354000', '210038.357000', '210038.359000', '210038.362000', '210038.365000', '210038.367000', '210038.370000', '210038.373000', '210038.375000', '210038.378000', '210038.380000', '210038.383000', '210038.386000', '210038.388000', '210038.391000', '210038.394000', '210038.396000', '210038.399000', '210038.402000', '210038.404000', '210038.407000', '210058.294000', '210058.298000', '210058.300000', '210058.303000', '210058.306000', '210058.308000', '210058.311000', '210058.314000', '210058.316000', '210058.319000', '210058.322000', '210058.325000', '210058.327000', '210058.330000', '210058.332000', '210058.335000', '210058.338000', '210058.341000', '210058.343000', '210058.346000', '210058.348000', '210058.351000', '210058.354000', '210058.356000', '210058.359000', '210058.362000', '210058.364000', '210058.367000', '210058.370000', '210058.372000', '210058.375000', '210058.378000', '210058.380000', '210058.383000', '210058.386000', '210058.388000', '210058.391000', '210058.394000', '210058.396000', '210058.399000', '210058.401000', '210058.404000', '210058.407000', '210058.409000', '210118.294000', '210118.297000', '210118.300000', '210118.303000', '210118.305000', '210118.308000', '210118.310000', '210118.313000', '210118.316000', '210118.318000', '210118.321000', '210118.324000', '210118.326000', '210118.329000', '210118.331000', '210118.334000', '210118.336000', '210118.340000', '210118.343000', '210118.346000', '210118.348000', '210118.351000', '210118.353000', '210118.356000', '210118.359000', '210118.361000', '210118.364000', '210118.366000', '210118.369000', '210118.372000', '210118.374000', '210118.377000', '210118.381000', '210118.383000', '210118.386000', '210118.389000', '210118.391000', '210118.394000', '210118.396000', '210118.399000', '210118.402000', '210118.404000', '210118.407000', '210138.294000', '210138.297000', '210138.300000', '210138.302000', '210138.305000', '210138.308000', '210138.310000', '210138.313000', '210138.316000', '210138.318000', '210138.321000', '210138.324000', '210138.326000', '210138.329000', '210138.331000', '210138.334000', '210138.337000', '210138.339000', '210138.342000', '210138.344000', '210138.356000', '210138.359000', '210138.361000', '210138.364000', '210138.366000', '210138.369000', '210138.371000', '210138.374000', '210138.377000', '210138.379000', '210138.382000', '210138.384000', '210138.387000', '210138.390000', '210138.392000', '210138.395000', '210138.397000', '210138.400000', '210138.403000', '210138.405000', '210138.408000', '210138.410000', '210138.413000', '210138.415000', '210158.294000', '210158.297000', '210158.300000', '210158.303000', '210158.305000', '210158.308000', '210158.310000', '210158.313000', '210158.316000', '210158.318000', '210158.321000', '210158.323000', '210158.326000', '210158.329000', '210158.331000', '210158.334000', '210158.336000', '210158.339000', '210158.341000', '210158.344000', '210158.347000', '210158.349000', '210158.352000', '210158.356000', '210158.359000', '210158.361000', '210158.364000', '210158.367000', '210158.369000', '210158.372000', '210158.374000', '210158.377000', '210158.379000', '210158.382000', '210158.385000', '210158.387000', '210158.390000', '210158.392000', '210158.395000', '210158.398000', '210158.400000', '210158.403000', '210158.405000', '210218.294000', '210218.297000', '210218.300000', '210218.302000', '210218.305000', '210218.308000', '210218.310000', '210218.313000', '210218.315000', '210218.318000', '210218.321000', '210218.323000', '210218.326000', '210218.328000', '210218.331000', '210218.334000', '210218.336000', '210218.339000', '210218.341000', '210218.344000', '210218.346000', '210218.349000', '210218.352000', '210218.354000', '210218.357000', '210218.359000', '210218.362000', '210218.365000', '210218.367000', '210218.370000', '210218.372000', '210218.375000', '210218.378000', '210218.380000', '210218.383000', '210218.385000', '210218.388000', '210218.390000', '210218.393000', '210218.396000', '210218.398000', '210218.401000', '210218.403000', '210218.406000', '210238.293000', '210238.296000', '210238.299000', '210238.302000', '210238.304000', '210238.307000', '210238.309000', '210238.312000', '210238.315000', '210238.317000', '210238.320000', '210238.322000', '210238.325000', '210238.328000', '210238.330000', '210238.333000', '210238.335000', '210238.338000', '210238.340000', '210238.343000', '210238.346000', '210238.348000', '210238.351000', '210238.353000', '210238.356000', '210238.359000', '210238.361000', '210238.364000', '210238.366000', '210238.378000', '210238.381000', '210238.384000', '210238.386000', '210238.389000', '210238.392000', '210238.395000', '210238.398000', '210238.401000', '210238.404000', '210238.407000', '210238.410000', '210238.412000', '210238.415000', '210258.294000', '210258.297000', '210258.300000', '210258.303000', '210258.305000', '210258.308000', '210258.310000', '210258.313000', '210258.316000', '210258.318000', '210258.321000', '210258.323000', '210258.326000', '210258.328000', '210258.331000', '210258.334000', '210258.336000', '210258.339000', '210258.341000', '210258.344000', '210258.347000', '210258.349000', '210258.352000', '210258.354000', '210258.357000', '210258.359000', '210258.362000', '210258.365000', '210258.367000', '210258.370000', '210258.372000', '210258.375000', '210258.378000', '210258.380000', '210258.383000', '210258.385000', '210258.388000', '210258.391000', '210258.393000', '210258.396000', '210258.398000', '210258.401000', '210258.404000', '210258.406000', '210318.295000', '210318.298000', '210318.300000', '210318.303000', '210318.305000', '210318.308000', '210318.310000', '210318.313000', '210318.316000', '210318.318000', '210318.321000', '210318.323000', '210318.326000', '210318.329000', '210318.331000', '210318.334000', '210318.336000', '210318.339000', '210318.342000', '210318.344000', '210318.347000', '210318.349000', '210318.352000', '210318.354000', '210318.357000', '210318.360000', '210318.362000', '210318.365000', '210318.367000', '210318.370000', '210318.372000', '210318.375000', '210318.378000', '210318.380000', '210318.383000', '210318.385000', '210318.388000', '210318.391000', '210318.393000', '210318.396000', '210318.399000', '210318.401000', '210318.404000', '210338.295000', '210338.298000', '210338.300000', '210338.303000', '210338.306000', '210338.308000', '210338.311000', '210338.313000', '210338.316000', '210338.318000', '210338.321000', '210338.324000', '210338.326000', '210338.329000', '210338.331000', '210338.334000', '210338.336000', '210338.339000', '210338.342000', '210338.344000', '210338.347000', '210338.350000', '210338.353000', '210338.356000', '210338.358000', '210338.361000', '210338.364000', '210338.366000', '210338.369000', '210338.371000', '210338.374000', '210338.377000', '210338.379000', '210338.382000', '210338.385000', '210338.387000', '210338.390000', '210338.393000', '210338.395000', '210338.398000', '210338.400000', '210338.403000', '210338.406000', '210338.408000', '210358.295000', '210358.298000', '210358.300000', '210358.303000', '210358.305000', '210358.308000', '210358.310000', '210358.313000', '210358.316000', '210358.318000', '210358.321000', '210358.323000', '210358.326000', '210358.329000', '210358.331000', '210358.334000', '210358.337000', '210358.339000', '210358.342000', '210358.344000', '210358.347000', '210358.349000', '210358.352000', '210358.355000', '210358.357000', '210358.360000', '210358.362000', '210358.365000', '210358.368000', '210358.370000', '210358.373000', '210358.375000', '210358.378000', '210358.380000', '210358.383000', '210358.386000', '210358.388000', '210358.391000', '210358.393000', '210358.396000', '210358.398000', '210358.401000', '210358.404000', '210418.295000', '210418.297000', '210418.300000', '210418.302000', '210418.305000', '210418.308000', '210418.310000', '210418.313000', '210418.315000', '210418.318000', '210418.321000', '210418.323000', '210418.326000', '210418.328000', '210418.331000', '210418.333000', '210418.336000', '210418.339000', '210418.342000', '210418.344000', '210418.347000', '210418.350000', '210418.353000', '210418.355000', '210418.358000', '210418.361000', '210418.363000', '210418.366000', '210418.369000', '210418.371000', '210418.374000', '210418.378000', '210418.381000', '210418.384000', '210418.386000', '210418.389000', '210418.392000', '210418.394000', '210418.397000', '210418.399000', '210418.402000', '210418.404000', '210418.407000', '210418.410000', '210438.295000', '210438.297000', '210438.300000', '210438.303000', '210438.305000', '210438.308000', '210438.311000', '210438.313000', '210438.316000', '210438.318000', '210438.321000', '210438.324000', '210438.340000', '210438.343000', '210438.346000', '210438.348000', '210438.351000', '210438.353000', '210438.356000', '210438.359000', '210438.361000', '210438.364000', '210438.366000', '210438.369000', '210438.371000', '210438.374000', '210438.376000', '210438.379000', '210438.381000', '210438.384000', '210438.387000', '210438.389000', '210438.392000', '210438.395000', '210438.397000', '210438.400000', '210438.402000', '210438.405000', '210438.407000', '210438.410000', '210438.413000', '210438.415000', '210438.418000', '210458.293000', '210458.296000', '210458.299000', '210458.301000', '210458.304000', '210458.307000', '210458.309000', '210458.312000', '210458.315000', '210458.317000', '210458.320000', '210458.323000', '210458.325000', '210458.328000', '210458.331000', '210458.333000', '210458.336000', '210458.339000', '210458.341000', '210458.344000', '210458.347000', '210458.349000', '210458.352000', '210458.354000', '210458.357000', '210458.359000', '210458.362000', '210458.365000', '210458.367000', '210458.370000', '210458.373000', '210458.375000', '210458.378000', '210458.380000', '210458.383000', '210458.385000', '210458.388000', '210458.391000', '210458.393000', '210458.396000', '210458.398000', '210458.401000', '210458.404000', '210458.406000', '210518.295000', '210518.297000', '210518.300000', '210518.303000', '210518.305000', '210518.308000', '210518.311000', '210518.313000', '210518.316000', '210518.319000', '210518.321000', '210518.324000', '210518.326000', '210518.329000', '210518.332000', '210518.334000', '210518.337000', '210518.340000', '210518.342000', '210518.345000', '210518.348000', '210518.350000', '210518.353000', '210518.356000', '210518.358000', '210518.361000', '210518.363000', '210518.366000', '210518.369000', '210518.371000', '210518.374000', '210518.377000', '210518.379000', '210518.382000', '210518.384000', '210518.387000', '210518.390000', '210518.392000', '210518.395000', '210518.398000', '210518.400000', '210518.403000', '210518.405000', '210538.295000', '210538.297000', '210538.301000', '210538.303000', '210538.306000', '210538.308000', '210538.312000', '210538.314000', '210538.317000', '210538.320000', '210538.322000', '210538.325000', '210538.328000', '210538.330000', '210538.333000', '210538.336000', '210538.338000', '210538.341000', '210538.344000', '210538.346000', '210538.349000', '210538.352000', '210538.354000', '210538.357000', '210538.360000', '210538.362000', '210538.365000', '210538.368000', '210538.370000', '210538.373000', '210538.375000', '210538.378000', '210538.381000', '210538.383000', '210538.386000', '210538.389000', '210538.391000', '210538.394000', '210538.396000', '210538.399000', '210538.402000', '210538.404000', '210538.407000', '210538.409000', '210558.295000', '210558.297000', '210558.300000', '210558.303000', '210558.305000', '210558.308000', '210558.311000', '210558.313000', '210558.316000', '210558.319000', '210558.321000', '210558.324000', '210558.327000', '210558.329000', '210558.332000', '210558.334000', '210558.337000', '210558.340000', '210558.342000', '210558.345000', '210558.348000', '210558.350000', '210558.366000', '210558.369000', '210558.372000', '210558.374000', '210558.377000', '210558.379000', '210558.382000', '210558.385000', '210558.387000', '210558.390000', '210558.393000', '210558.395000', '210558.398000', '210558.400000', '210558.403000', '210558.405000', '210558.408000', '210558.411000', '210558.413000', '210558.416000', '210558.418000', '210618.295000', '210618.298000', '210618.301000', '210618.303000', '210618.306000', '210618.310000', '210618.313000', '210618.315000', '210618.318000', '210618.321000', '210618.323000', '210618.326000', '210618.329000', '210618.331000', '210618.334000', '210618.337000', '210618.339000', '210618.342000', '210618.345000', '210618.347000', '210618.350000', '210618.353000', '210618.355000', '210618.358000', '210618.361000', '210618.364000', '210618.366000', '210618.369000', '210618.372000', '210618.374000', '210618.377000', '210618.379000', '210618.382000', '210618.385000', '210618.387000', '210618.390000', '210618.393000', '210618.395000', '210618.398000', '210618.401000', '210618.403000', '210618.406000', '210618.409000', '210618.411000', '210638.295000', '210638.297000', '210638.300000', '210638.303000', '210638.306000', '210638.308000', '210638.311000', '210638.314000', '210638.316000', '210638.319000', '210638.321000', '210638.324000', '210638.327000', '210638.329000', '210638.332000', '210638.334000', '210638.337000', '210638.340000', '210638.342000', '210638.345000', '210638.347000', '210638.350000', '210638.353000', '210638.355000', '210638.358000', '210638.360000', '210638.363000', '210638.366000', '210638.368000', '210638.371000', '210638.373000', '210638.376000', '210638.379000', '210638.381000', '210638.384000', '210638.387000', '210638.389000', '210638.392000', '210638.394000', '210638.397000', '210638.400000', '210638.402000', '210638.405000', '210658.295000', '210658.297000', '210658.300000', '210658.303000', '210658.305000', '210658.308000', '210658.311000', '210658.313000', '210658.316000', '210658.319000', '210658.322000', '210658.324000', '210658.327000', '210658.330000', '210658.332000', '210658.335000', '210658.338000', '210658.340000', '210658.343000', '210658.346000', '210658.348000', '210658.351000', '210658.354000', '210658.356000', '210658.359000', '210658.362000', '210658.364000', '210658.367000', '210658.370000', '210658.372000', '210658.375000', '210658.378000', '210658.380000', '210658.383000', '210658.386000', '210658.388000', '210658.391000', '210658.394000', '210658.396000', '210658.399000', '210658.402000', '210658.404000', '210658.407000', '210707.486000', '210707.489000', '210707.492000', '210707.495000', '210707.497000', '210707.500000', '210707.503000', '210707.513000', '210707.515000', '210707.518000', '210707.521000', '210707.523000', '210707.526000', '210707.528000', '210707.531000', '210707.534000', '210707.536000', '210707.539000', '210707.542000', '210707.544000', '210707.547000'], 'InstanceCreationTime': ['205918.326000', '205918.329000', '205918.333000', '205918.336000', '205918.339000', '205918.342000', '205918.356000', '205918.358000', '205918.361000', '205918.363000', '205918.367000', '205918.370000', '205918.372000', '205918.375000', '205918.378000', '205918.380000', '205918.383000', '205918.386000', '205918.388000', '205918.391000', '205918.394000', '205918.396000', '205918.399000', '205918.402000', '205918.404000', '205918.407000', '205918.410000', '205918.412000', '205918.415000', '205918.418000', '205918.421000', '205918.424000', '205918.426000', '205918.436000', '205918.438000', '205918.441000', '205918.444000', '205918.447000', '205918.450000', '205918.452000', '205918.455000', '205918.458000', '205918.461000', '205918.463000', '205918.466000', '205938.294000', '205938.297000', '205938.301000', '205938.303000', '205938.306000', '205938.309000', '205938.311000', '205938.314000', '205938.316000', '205938.319000', '205938.322000', '205938.324000', '205938.327000', '205938.330000', '205938.332000', '205938.335000', '205938.338000', '205938.340000', '205938.343000', '205938.345000', '205938.348000', '205938.351000', '205938.353000', '205938.356000', '205938.359000', '205938.361000', '205938.364000', '205938.366000', '205938.369000', '205938.372000', '205938.374000', '205938.377000', '205938.379000', '205938.382000', '205938.385000', '205938.387000', '205938.396000', '205938.398000', '205938.401000', '205938.404000', '205938.406000', '205938.409000', '205938.412000', '205958.295000', '205958.298000', '205958.301000', '205958.303000', '205958.307000', '205958.310000', '205958.313000', '205958.315000', '205958.318000', '205958.321000', '205958.323000', '205958.326000', '205958.329000', '205958.331000', '205958.334000', '205958.337000', '205958.339000', '205958.342000', '205958.344000', '205958.347000', '205958.358000', '205958.361000', '205958.364000', '205958.366000', '205958.404000', '205958.406000', '205958.409000', '205958.412000', '205958.414000', '205958.417000', '205958.420000', '205958.422000', '205958.425000', '205958.428000', '205958.430000', '205958.433000', '205958.435000', '205958.438000', '205958.441000', '205958.443000', '205958.446000', '205958.449000', '205958.451000', '210018.293000', '210018.296000', '210018.299000', '210018.302000', '210018.304000', '210018.307000', '210018.310000', '210018.312000', '210018.315000', '210018.318000', '210018.321000', '210018.323000', '210018.326000', '210018.328000', '210018.331000', '210018.334000', '210018.336000', '210018.339000', '210018.341000', '210018.344000', '210018.347000', '210018.349000', '210018.352000', '210018.355000', '210018.357000', '210018.360000', '210018.363000', '210018.365000', '210018.368000', '210018.370000', '210018.373000', '210018.376000', '210018.378000', '210018.381000', '210018.384000', '210018.386000', '210018.389000', '210018.391000', '210018.394000', '210018.397000', '210018.399000', '210018.402000', '210018.405000', '210018.407000', '210038.294000', '210038.297000', '210038.300000', '210038.302000', '210038.305000', '210038.308000', '210038.310000', '210038.313000', '210038.316000', '210038.319000', '210038.322000', '210038.325000', '210038.328000', '210038.330000', '210038.333000', '210038.336000', '210038.338000', '210038.341000', '210038.343000', '210038.346000', '210038.349000', '210038.351000', '210038.354000', '210038.357000', '210038.359000', '210038.362000', '210038.365000', '210038.367000', '210038.370000', '210038.373000', '210038.375000', '210038.378000', '210038.380000', '210038.383000', '210038.386000', '210038.388000', '210038.391000', '210038.394000', '210038.396000', '210038.399000', '210038.402000', '210038.404000', '210038.407000', '210058.294000', '210058.298000', '210058.300000', '210058.303000', '210058.306000', '210058.308000', '210058.311000', '210058.314000', '210058.316000', '210058.319000', '210058.322000', '210058.325000', '210058.327000', '210058.330000', '210058.332000', '210058.335000', '210058.338000', '210058.341000', '210058.343000', '210058.346000', '210058.348000', '210058.351000', '210058.354000', '210058.356000', '210058.359000', '210058.362000', '210058.364000', '210058.367000', '210058.370000', '210058.372000', '210058.375000', '210058.378000', '210058.380000', '210058.383000', '210058.386000', '210058.388000', '210058.391000', '210058.394000', '210058.396000', '210058.399000', '210058.401000', '210058.404000', '210058.407000', '210058.409000', '210118.294000', '210118.297000', '210118.300000', '210118.303000', '210118.305000', '210118.308000', '210118.310000', '210118.313000', '210118.316000', '210118.318000', '210118.321000', '210118.324000', '210118.326000', '210118.329000', '210118.331000', '210118.334000', '210118.336000', '210118.340000', '210118.343000', '210118.346000', '210118.348000', '210118.351000', '210118.353000', '210118.356000', '210118.359000', '210118.361000', '210118.364000', '210118.366000', '210118.369000', '210118.372000', '210118.374000', '210118.377000', '210118.381000', '210118.383000', '210118.386000', '210118.389000', '210118.391000', '210118.394000', '210118.396000', '210118.399000', '210118.402000', '210118.404000', '210118.407000', '210138.294000', '210138.297000', '210138.300000', '210138.302000', '210138.305000', '210138.308000', '210138.310000', '210138.313000', '210138.316000', '210138.318000', '210138.321000', '210138.324000', '210138.326000', '210138.329000', '210138.331000', '210138.334000', '210138.337000', '210138.339000', '210138.342000', '210138.344000', '210138.356000', '210138.359000', '210138.361000', '210138.364000', '210138.366000', '210138.369000', '210138.371000', '210138.374000', '210138.377000', '210138.379000', '210138.382000', '210138.384000', '210138.387000', '210138.390000', '210138.392000', '210138.395000', '210138.397000', '210138.400000', '210138.403000', '210138.405000', '210138.408000', '210138.410000', '210138.413000', '210138.415000', '210158.294000', '210158.297000', '210158.300000', '210158.303000', '210158.305000', '210158.308000', '210158.310000', '210158.313000', '210158.316000', '210158.318000', '210158.321000', '210158.323000', '210158.326000', '210158.329000', '210158.331000', '210158.334000', '210158.336000', '210158.339000', '210158.341000', '210158.344000', '210158.347000', '210158.349000', '210158.352000', '210158.356000', '210158.359000', '210158.361000', '210158.364000', '210158.367000', '210158.369000', '210158.372000', '210158.374000', '210158.377000', '210158.379000', '210158.382000', '210158.385000', '210158.387000', '210158.390000', '210158.392000', '210158.395000', '210158.398000', '210158.400000', '210158.403000', '210158.405000', '210218.294000', '210218.297000', '210218.300000', '210218.302000', '210218.305000', '210218.308000', '210218.310000', '210218.313000', '210218.315000', '210218.318000', '210218.321000', '210218.323000', '210218.326000', '210218.328000', '210218.331000', '210218.334000', '210218.336000', '210218.339000', '210218.341000', '210218.344000', '210218.346000', '210218.349000', '210218.352000', '210218.354000', '210218.357000', '210218.359000', '210218.362000', '210218.365000', '210218.367000', '210218.370000', '210218.372000', '210218.375000', '210218.378000', '210218.380000', '210218.383000', '210218.385000', '210218.388000', '210218.390000', '210218.393000', '210218.396000', '210218.398000', '210218.401000', '210218.403000', '210218.406000', '210238.293000', '210238.296000', '210238.299000', '210238.302000', '210238.304000', '210238.307000', '210238.309000', '210238.312000', '210238.315000', '210238.317000', '210238.320000', '210238.322000', '210238.325000', '210238.328000', '210238.330000', '210238.333000', '210238.335000', '210238.338000', '210238.340000', '210238.343000', '210238.346000', '210238.348000', '210238.351000', '210238.353000', '210238.356000', '210238.359000', '210238.361000', '210238.364000', '210238.366000', '210238.378000', '210238.381000', '210238.384000', '210238.386000', '210238.389000', '210238.392000', '210238.395000', '210238.398000', '210238.401000', '210238.404000', '210238.407000', '210238.410000', '210238.412000', '210238.415000', '210258.294000', '210258.297000', '210258.300000', '210258.303000', '210258.305000', '210258.308000', '210258.310000', '210258.313000', '210258.316000', '210258.318000', '210258.321000', '210258.323000', '210258.326000', '210258.328000', '210258.331000', '210258.334000', '210258.336000', '210258.339000', '210258.341000', '210258.344000', '210258.347000', '210258.349000', '210258.352000', '210258.354000', '210258.357000', '210258.359000', '210258.362000', '210258.365000', '210258.367000', '210258.370000', '210258.372000', '210258.375000', '210258.378000', '210258.380000', '210258.383000', '210258.385000', '210258.388000', '210258.391000', '210258.393000', '210258.396000', '210258.398000', '210258.401000', '210258.404000', '210258.406000', '210318.295000', '210318.298000', '210318.300000', '210318.303000', '210318.305000', '210318.308000', '210318.310000', '210318.313000', '210318.316000', '210318.318000', '210318.321000', '210318.323000', '210318.326000', '210318.329000', '210318.331000', '210318.334000', '210318.336000', '210318.339000', '210318.342000', '210318.344000', '210318.347000', '210318.349000', '210318.352000', '210318.354000', '210318.357000', '210318.360000', '210318.362000', '210318.365000', '210318.367000', '210318.370000', '210318.372000', '210318.375000', '210318.378000', '210318.380000', '210318.383000', '210318.385000', '210318.388000', '210318.391000', '210318.393000', '210318.396000', '210318.399000', '210318.401000', '210318.404000', '210338.295000', '210338.298000', '210338.300000', '210338.303000', '210338.306000', '210338.308000', '210338.311000', '210338.313000', '210338.316000', '210338.318000', '210338.321000', '210338.324000', '210338.326000', '210338.329000', '210338.331000', '210338.334000', '210338.336000', '210338.339000', '210338.342000', '210338.344000', '210338.347000', '210338.350000', '210338.353000', '210338.356000', '210338.358000', '210338.361000', '210338.364000', '210338.366000', '210338.369000', '210338.371000', '210338.374000', '210338.377000', '210338.379000', '210338.382000', '210338.385000', '210338.387000', '210338.390000', '210338.393000', '210338.395000', '210338.398000', '210338.400000', '210338.403000', '210338.406000', '210338.408000', '210358.295000', '210358.298000', '210358.300000', '210358.303000', '210358.305000', '210358.308000', '210358.310000', '210358.313000', '210358.316000', '210358.318000', '210358.321000', '210358.323000', '210358.326000', '210358.329000', '210358.331000', '210358.334000', '210358.337000', '210358.339000', '210358.342000', '210358.344000', '210358.347000', '210358.349000', '210358.352000', '210358.355000', '210358.357000', '210358.360000', '210358.362000', '210358.365000', '210358.368000', '210358.370000', '210358.373000', '210358.375000', '210358.378000', '210358.380000', '210358.383000', '210358.386000', '210358.388000', '210358.391000', '210358.393000', '210358.396000', '210358.398000', '210358.401000', '210358.404000', '210418.295000', '210418.297000', '210418.300000', '210418.302000', '210418.305000', '210418.308000', '210418.310000', '210418.313000', '210418.315000', '210418.318000', '210418.321000', '210418.323000', '210418.326000', '210418.328000', '210418.331000', '210418.333000', '210418.336000', '210418.339000', '210418.342000', '210418.344000', '210418.347000', '210418.350000', '210418.353000', '210418.355000', '210418.358000', '210418.361000', '210418.363000', '210418.366000', '210418.369000', '210418.371000', '210418.374000', '210418.378000', '210418.381000', '210418.384000', '210418.386000', '210418.389000', '210418.392000', '210418.394000', '210418.397000', '210418.399000', '210418.402000', '210418.404000', '210418.407000', '210418.410000', '210438.295000', '210438.297000', '210438.300000', '210438.303000', '210438.305000', '210438.308000', '210438.311000', '210438.313000', '210438.316000', '210438.318000', '210438.321000', '210438.324000', '210438.340000', '210438.343000', '210438.346000', '210438.348000', '210438.351000', '210438.353000', '210438.356000', '210438.359000', '210438.361000', '210438.364000', '210438.366000', '210438.369000', '210438.371000', '210438.374000', '210438.376000', '210438.379000', '210438.381000', '210438.384000', '210438.387000', '210438.389000', '210438.392000', '210438.395000', '210438.397000', '210438.400000', '210438.402000', '210438.405000', '210438.407000', '210438.410000', '210438.413000', '210438.415000', '210438.418000', '210458.293000', '210458.296000', '210458.299000', '210458.301000', '210458.304000', '210458.307000', '210458.309000', '210458.312000', '210458.315000', '210458.317000', '210458.320000', '210458.323000', '210458.325000', '210458.328000', '210458.331000', '210458.333000', '210458.336000', '210458.339000', '210458.341000', '210458.344000', '210458.347000', '210458.349000', '210458.352000', '210458.354000', '210458.357000', '210458.359000', '210458.362000', '210458.365000', '210458.367000', '210458.370000', '210458.373000', '210458.375000', '210458.378000', '210458.380000', '210458.383000', '210458.385000', '210458.388000', '210458.391000', '210458.393000', '210458.396000', '210458.398000', '210458.401000', '210458.404000', '210458.406000', '210518.295000', '210518.297000', '210518.300000', '210518.303000', '210518.305000', '210518.308000', '210518.311000', '210518.313000', '210518.316000', '210518.319000', '210518.321000', '210518.324000', '210518.326000', '210518.329000', '210518.332000', '210518.334000', '210518.337000', '210518.340000', '210518.342000', '210518.345000', '210518.348000', '210518.350000', '210518.353000', '210518.356000', '210518.358000', '210518.361000', '210518.363000', '210518.366000', '210518.369000', '210518.371000', '210518.374000', '210518.377000', '210518.379000', '210518.382000', '210518.384000', '210518.387000', '210518.390000', '210518.392000', '210518.395000', '210518.398000', '210518.400000', '210518.403000', '210518.405000', '210538.295000', '210538.297000', '210538.301000', '210538.303000', '210538.306000', '210538.308000', '210538.312000', '210538.314000', '210538.317000', '210538.320000', '210538.322000', '210538.325000', '210538.328000', '210538.330000', '210538.333000', '210538.336000', '210538.338000', '210538.341000', '210538.344000', '210538.346000', '210538.349000', '210538.352000', '210538.354000', '210538.357000', '210538.360000', '210538.362000', '210538.365000', '210538.368000', '210538.370000', '210538.373000', '210538.375000', '210538.378000', '210538.381000', '210538.383000', '210538.386000', '210538.389000', '210538.391000', '210538.394000', '210538.396000', '210538.399000', '210538.402000', '210538.404000', '210538.407000', '210538.409000', '210558.295000', '210558.297000', '210558.300000', '210558.303000', '210558.305000', '210558.308000', '210558.311000', '210558.313000', '210558.316000', '210558.319000', '210558.321000', '210558.324000', '210558.327000', '210558.329000', '210558.332000', '210558.334000', '210558.337000', '210558.340000', '210558.342000', '210558.345000', '210558.348000', '210558.350000', '210558.366000', '210558.369000', '210558.372000', '210558.374000', '210558.377000', '210558.379000', '210558.382000', '210558.385000', '210558.387000', '210558.390000', '210558.393000', '210558.395000', '210558.398000', '210558.400000', '210558.403000', '210558.405000', '210558.408000', '210558.411000', '210558.413000', '210558.416000', '210558.418000', '210618.295000', '210618.298000', '210618.301000', '210618.303000', '210618.306000', '210618.310000', '210618.313000', '210618.315000', '210618.318000', '210618.321000', '210618.323000', '210618.326000', '210618.329000', '210618.331000', '210618.334000', '210618.337000', '210618.339000', '210618.342000', '210618.345000', '210618.347000', '210618.350000', '210618.353000', '210618.355000', '210618.358000', '210618.361000', '210618.364000', '210618.366000', '210618.369000', '210618.372000', '210618.374000', '210618.377000', '210618.379000', '210618.382000', '210618.385000', '210618.387000', '210618.390000', '210618.393000', '210618.395000', '210618.398000', '210618.401000', '210618.403000', '210618.406000', '210618.409000', '210618.411000', '210638.295000', '210638.297000', '210638.300000', '210638.303000', '210638.306000', '210638.308000', '210638.311000', '210638.314000', '210638.316000', '210638.319000', '210638.321000', '210638.324000', '210638.327000', '210638.329000', '210638.332000', '210638.334000', '210638.337000', '210638.340000', '210638.342000', '210638.345000', '210638.347000', '210638.350000', '210638.353000', '210638.355000', '210638.358000', '210638.360000', '210638.363000', '210638.366000', '210638.368000', '210638.371000', '210638.373000', '210638.376000', '210638.379000', '210638.381000', '210638.384000', '210638.387000', '210638.389000', '210638.392000', '210638.394000', '210638.397000', '210638.400000', '210638.402000', '210638.405000', '210658.295000', '210658.297000', '210658.300000', '210658.303000', '210658.305000', '210658.308000', '210658.311000', '210658.313000', '210658.316000', '210658.319000', '210658.322000', '210658.324000', '210658.327000', '210658.330000', '210658.332000', '210658.335000', '210658.338000', '210658.340000', '210658.343000', '210658.346000', '210658.348000', '210658.351000', '210658.354000', '210658.356000', '210658.359000', '210658.362000', '210658.364000', '210658.367000', '210658.370000', '210658.372000', '210658.375000', '210658.378000', '210658.380000', '210658.383000', '210658.386000', '210658.388000', '210658.391000', '210658.394000', '210658.396000', '210658.399000', '210658.402000', '210658.404000', '210658.407000', '210707.486000', '210707.489000', '210707.492000', '210707.495000', '210707.497000', '210707.500000', '210707.503000', '210707.513000', '210707.515000', '210707.518000', '210707.521000', '210707.523000', '210707.526000', '210707.528000', '210707.531000', '210707.534000', '210707.536000', '210707.539000', '210707.542000', '210707.544000', '210707.547000'], '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': [8278, 8831, 7121, 7730, 6977, 7649, 6988, 7838, 7472, 8616, 7811, 7813, 6657, 7833, 7047, 7858, 7182, 8037, 8222, 8700, 10543, 7741, 8428, 7751, 6939, 7966, 7468, 7560, 9652, 7365, 11682, 7563, 10586, 7514, 9692, 7614, 9069, 7570, 9338, 7541, 10148, 7544, 9361, 7423, 8955, 7400, 8541, 7152, 8747, 6894, 8104, 6916, 7910, 9024, 7706, 11647, 7965, 10559, 7216, 8182, 7253, 8067, 7785, 10072, 10209, 7794, 7804, 7860, 7834, 7938, 7974, 7410, 11104, 7794, 11102, 7462, 9232, 7316, 9167, 7303, 11503, 9027, 11397, 7687, 8806, 7133, 8111, 6939, 7919, 8948, 7744, 11501, 7458, 9397, 7444, 9168, 7328, 9909, 8003, 12336, 9251, 11168, 7409, 7927, 7124, 8053, 6864, 7902, 9881, 7954, 9625, 7645, 8126, 7725, 8245, 7683, 10208, 7623, 11825, 7388, 9453, 7205, 9099, 7395, 11409, 9194, 11098, 7879, 8965, 6832, 8186, 6813, 7994, 7394, 7820, 10741, 7792, 9200, 7642, 8028, 7638, 8330, 7675, 10041, 7945, 11599, 7693, 9545, 7380, 8780, 7522, 8718, 7419, 9885, 7440, 10144, 7139, 8900, 7524, 8777, 7335, 11107, 8627, 11323, 7180, 9025, 7058, 8366, 7318, 9291, 7675, 9432, 7044, 7990, 7065, 8208, 6836, 7972, 9067, 7482, 11878, 7708, 10272, 7434, 9139, 7368, 8897, 7214, 9887, 8399, 7895, 7427, 7709, 7796, 7624, 8838, 7359, 11367, 8577, 9737, 6916, 8107, 6875, 7826, 8312, 7717, 9674, 7486, 11342, 8625, 10523, 6908, 8085, 7745, 7739, 12089, 7480, 9067, 7284, 9038, 7202, 9313, 7164, 7743, 6958, 7693, 8708, 7293, 12468, 8641, 10524, 6954, 7866, 6835, 7695, 9779, 7536, 11876, 7237, 8910, 7268, 9660, 8170, 10576, 10452, 7488, 7064, 7459, 7743, 7352, 10272, 7660, 11739, 7146, 8641, 7182, 11569, 8869, 10350, 7217, 7703, 6990, 7406, 8341, 7141, 10284, 7208, 10314, 11294, 9221, 9119, 7346, 8236, 7235, 8110, 7208, 8221, 7044, 10948, 8234, 11247, 6970, 7532, 7265, 7571, 7149, 7426, 6677, 7086, 10466, 7310, 11405, 7083, 8138, 7031, 8252, 7339, 9891, 7661, 10472, 9473, 7239, 6805, 7139, 7039, 7098, 8138, 7032, 11644, 8402, 11114, 7038, 7644, 6912, 7373, 6934, 7222, 7334, 7100, 7560, 7107, 7940, 7125, 8800, 7134, 10240, 7048, 7764, 7146, 7883, 7136, 8826, 7001, 10820, 7061, 7912, 7208, 7817, 6947, 10291, 7311, 11134, 6933, 8546, 6934, 7795, 7123, 8659, 6798, 9445, 8854, 8407, 6847, 7398, 6764, 7305, 8136, 6873, 11985, 7324, 8182, 7268, 7353, 7217, 7864, 6957, 11508, 7265, 11550, 6923, 7971, 7093, 7918, 6999, 10678, 8077, 11780, 6939, 9869, 6788, 8289, 6854, 10141, 7843, 9921, 6950, 8139, 7101, 7230, 7179, 7874, 9480, 7691, 7589, 7306, 7698, 7084, 7331, 7136, 11104, 7252, 9793, 6949, 8036, 6882, 8901, 7029, 11512, 8471, 10379, 7078, 7687, 6958, 7680, 8870, 9333, 11823, 7770, 8549, 6978, 7158, 6960, 7579, 6880, 10355, 6874, 9929, 7119, 9079, 6990, 8988, 7096, 8955, 7710, 8109, 6885, 7190, 7129, 7181, 11223, 8401, 12284, 7172, 7647, 7148, 6860, 7138, 7598, 6900, 10893, 7179, 9903, 7116, 9125, 6920, 9824, 8223, 10260, 8795, 8673, 6924, 7236, 7006, 8055, 7923, 9652, 9475, 7820, 7161, 7086, 7239, 7119, 7295, 8249, 7280, 7699, 6697, 7146, 7155, 7655, 8798, 8356, 8571, 7362, 6500, 7330, 6834, 7185, 8053, 7028, 7718, 7287, 7673, 7151, 8432, 7099, 11152, 7176, 10838, 7073, 8070, 6948, 7570, 7001, 7612, 8967, 7138, 6929, 7045, 7971, 7050, 9857, 7259, 11538, 10057, 8145, 6913, 7344, 7174, 7034, 9058, 6930, 11791, 7332, 10101, 6981, 8550, 6888, 7334, 6720, 7170, 7376, 7369, 9714, 6979, 11689, 10462, 10864, 7176, 7212, 7107, 7229, 7029, 7286, 11064, 8051, 8960, 7122, 7589, 6951, 8078, 6957, 11137, 8579, 11156, 6901, 8622, 7311, 7288, 7098, 8238, 7994, 8531, 8064, 7097, 7258, 7406, 7018, 7464, 6864, 7138, 10126, 7311, 8223, 7165, 7251, 7234, 8151, 7120, 11071, 7268, 10780, 7065, 8150, 7108, 8188, 6930, 9285, 7260, 10808, 6616, 8148, 7129, 7601, 6810, 8578, 8717, 9581, 8993, 7454, 7149, 7308, 6711, 7043, 9383, 6855, 11356, 6841, 8659, 6952, 7640, 7083, 7555, 7011, 8229, 8616, 8472, 7215, 7280, 7815, 7084, 7890, 7203, 10826, 7957, 11170, 7449, 9428, 6957, 7927, 7133, 9129, 6957, 9673, 7123, 7861, 6932, 7158, 7238, 7625, 8046, 7094, 7629, 7149, 8051, 7143, 7654, 6916, 10444, 7051, 10211, 7032, 8391, 7107, 8256, 7275, 9174, 10568, 8060, 7132, 7282, 7441, 7150, 7406, 6844, 10312, 7618, 9907, 6709, 8217, 6974, 7230, 6969, 7178, 10018, 7240, 7376, 7009, 7660, 6825, 9399, 7618, 10781, 8072, 8129, 7141, 7214, 7783, 7166, 9847, 6883, 10342, 6712, 8004, 7056, 7287, 8898, 7321, 10046, 6838, 8310, 6992, 8164, 7159, 7503, 7725, 6961, 7377, 6989, 7839, 6870, 10738, 9737, 9058, 7488, 7077, 7255, 6962, 7421, 6505, 11061, 8417, 8563, 7127, 7381, 6880, 6975, 8201, 7118, 11229, 6973, 9894, 7147, 8526, 6806, 7439, 8670, 8909, 10658, 7033, 7804, 7257, 7739, 6806, 8632, 6914, 11463, 8062, 9662, 7079, 8489, 6905, 7084, 7312, 7577, 7263, 6835, 7419, 7184, 7412, 7075, 8178, 7359, 8175, 6887, 7170, 6976, 8254, 6874, 7780, 7012, 9507, 6995, 10160, 7170, 8305, 7012, 8195, 7027, 9695, 6937, 8529, 7266, 7182, 7187, 6935, 8531, 7782, 11067, 6939, 7742, 7177, 6956, 6871, 7730, 6455, 10855, 8414, 9572, 6778, 7152, 6869, 7095, 6960, 6957, 8753, 7943, 9881, 6813, 7884, 6831, 7911, 6916, 7999, 6912, 9202, 6883, 11119, 7134, 10420, 6988, 8657, 7060, 8897, 6719, 10831, 7311, 10154, 6644, 8359, 7023, 8345, 7164, 9739, 8332, 8654, 7298, 6917, 7017, 6955, 6932, 6885, 8327, 7030, 10703, 6859, 9721, 7159, 6831, 7683, 6906, 8389, 6788, 8312, 7952, 7990, 10973, 8048, 9748, 6821, 8752, 6948, 8037, 7508, 7818, 11073, 7042, 8431, 7099, 8093, 7007, 7858, 7015, 8839, 9438, 7471, 7352, 6904, 6831, 6687, 8183, 6824, 10180, 9026, 6935, 7351, 7090, 7422, 6619, 8364, 6919, 11082, 8779, 10502, 7211, 8331, 7164, 6600, 7039, 7057, 11154, 7070, 10735, 7015, 9242, 6888, 8399, 7017, 8975, 7315, 9566, 10740, 8881, 8630, 6904, 7170, 6597, 8045, 6983, 8708, 6796, 9488, 7032, 8149, 7204, 6648, 7570, 7045, 9332, 6910, 8636, 6914, 8292, 6722, 8629, 6739, 9120, 6866, 10242, 9405, 9849, 7248, 6538, 6857, 6560, 7117, 6746, 8137, 7035, 9228, 6880, 8595, 7148, 8626, 6757, 9042, 9913, 9144, 9019, 6688, 7098, 6731, 7136, 6834, 9009, 6976, 11391, 8390, 10542, 6993, 8778, 6942, 7469, 7170, 6889, 7299, 6864, 8758, 7461, 8928, 7374, 8762, 6981, 9769, 6676, 10603, 11457, 11697, 11240, 7032, 7411, 6568, 6691, 6749, 10175, 7486, 10230, 6889, 8370, 6833, 7917, 7424, 8772, 10381, 8499, 7635, 6635, 6828, 6477, 8013, 7057, 12562, 7899, 10992, 7150, 8298, 6733, 8028, 6465, 8562, 6824, 11664, 7846, 10997, 6601, 9261, 6569, 9178, 6929, 10042, 7817, 11283, 8202, 8683, 6903, 6301, 7256, 6576, 7241, 6695, 11929, 7324, 12125, 7514, 10398, 6673, 8789, 6513, 9412, 7029, 10585, 7292, 9423, 7262, 7604, 6796, 8461, 9220, 8767, 10107, 8059, 7540, 6629, 7003, 6373], 'WindowCenter': [3993.0, 3987.0, 3945.0, 3939.0, 3928.0, 3936.0, 3925.0, 3935.0, 3926.0, 3946.0, 3936.0, 3934.0, 3914.0, 3923.0, 3914.0, 3933.0, 3914.0, 3934.0, 3947.0, 3947.0, 3980.0, 3938.0, 3947.0, 3935.0, 3925.0, 3935.0, 3925.0, 3937.0, 3969.0, 3938.0, 3991.0, 3950.0, 3979.0, 3939.0, 3969.0, 3937.0, 3946.0, 3937.0, 3957.0, 3938.0, 3969.0, 3950.0, 3969.0, 3939.0, 3958.0, 3938.0, 3946.0, 3927.0, 3958.0, 3929.0, 3948.0, 3940.0, 3950.0, 3972.0, 3953.0, 3994.0, 3963.0, 3993.0, 3952.0, 3949.0, 3939.0, 3949.0, 3951.0, 3982.0, 3984.0, 3952.0, 3952.0, 3963.0, 3949.0, 3948.0, 3947.0, 3938.0, 3980.0, 3950.0, 3991.0, 3951.0, 3968.0, 3939.0, 3958.0, 3939.0, 3980.0, 3961.0, 3979.0, 3950.0, 3958.0, 3928.0, 3936.0, 3926.0, 3936.0, 3958.0, 3937.0, 3979.0, 3938.0, 3958.0, 3936.0, 3945.0, 3924.0, 3953.0, 3937.0, 3987.0, 3958.0, 3977.0, 3937.0, 3935.0, 3925.0, 3934.0, 3914.0, 3935.0, 3968.0, 3947.0, 3968.0, 3948.0, 3947.0, 3937.0, 3946.0, 3936.0, 3967.0, 3937.0, 3989.0, 3939.0, 3968.0, 3937.0, 3946.0, 3937.0, 3978.0, 3959.0, 3978.0, 3948.0, 3957.0, 3917.0, 3945.0, 3915.0, 3934.0, 3925.0, 3936.0, 3980.0, 3937.0, 3968.0, 3937.0, 3946.0, 3935.0, 3944.0, 3935.0, 3967.0, 3947.0, 3979.0, 3938.0, 3968.0, 3937.0, 3946.0, 3935.0, 3945.0, 3925.0, 3966.0, 3927.0, 3966.0, 3928.0, 3955.0, 3935.0, 3945.0, 3926.0, 3977.0, 3947.0, 3977.0, 3927.0, 3956.0, 3926.0, 3945.0, 3925.0, 3956.0, 3937.0, 3957.0, 3927.0, 3946.0, 3926.0, 3945.0, 3915.0, 3935.0, 3959.0, 3937.0, 3990.0, 3939.0, 3969.0, 3937.0, 3956.0, 3926.0, 3944.0, 3926.0, 3967.0, 3949.0, 3949.0, 3939.0, 3949.0, 3948.0, 3937.0, 3957.0, 3938.0, 3979.0, 3960.0, 3969.0, 3939.0, 3948.0, 3927.0, 3936.0, 3947.0, 3936.0, 3967.0, 3937.0, 3979.0, 3959.0, 3979.0, 3937.0, 3945.0, 3936.0, 3936.0, 3992.0, 3938.0, 3957.0, 3936.0, 3956.0, 3938.0, 3957.0, 3928.0, 3937.0, 3927.0, 3936.0, 3957.0, 3938.0, 3990.0, 3960.0, 3979.0, 3938.0, 3946.0, 3915.0, 3936.0, 3968.0, 3949.0, 3989.0, 3938.0, 3957.0, 3937.0, 3956.0, 3948.0, 3978.0, 3980.0, 3938.0, 3927.0, 3937.0, 3936.0, 3936.0, 3968.0, 3938.0, 3978.0, 3927.0, 3946.0, 3926.0, 3977.0, 3958.0, 3966.0, 3936.0, 3934.0, 3926.0, 3925.0, 3945.0, 3926.0, 3966.0, 3937.0, 3968.0, 3979.0, 3968.0, 3957.0, 3936.0, 3934.0, 3923.0, 3932.0, 3924.0, 3933.0, 3925.0, 3976.0, 3946.0, 3977.0, 3926.0, 3933.0, 3923.0, 3922.0, 3912.0, 3922.0, 3915.0, 3924.0, 3979.0, 3938.0, 3989.0, 3938.0, 3946.0, 3925.0, 3944.0, 3925.0, 3965.0, 3937.0, 3978.0, 3970.0, 3938.0, 3928.0, 3926.0, 3926.0, 3925.0, 3935.0, 3926.0, 3979.0, 3960.0, 3990.0, 3939.0, 3947.0, 3927.0, 3925.0, 3926.0, 3925.0, 3926.0, 3925.0, 3936.0, 3925.0, 3936.0, 3925.0, 3945.0, 3914.0, 3965.0, 3913.0, 3923.0, 3913.0, 3933.0, 3923.0, 3945.0, 3914.0, 3966.0, 3925.0, 3934.0, 3925.0, 3923.0, 3926.0, 3966.0, 3938.0, 3978.0, 3938.0, 3957.0, 3927.0, 3936.0, 3927.0, 3947.0, 3927.0, 3969.0, 3961.0, 3949.0, 3928.0, 3936.0, 3927.0, 3925.0, 3937.0, 3916.0, 3991.0, 3938.0, 3948.0, 3938.0, 3926.0, 3925.0, 3935.0, 3926.0, 3977.0, 3937.0, 3978.0, 3927.0, 3936.0, 3926.0, 3935.0, 3926.0, 3967.0, 3948.0, 3989.0, 3928.0, 3967.0, 3915.0, 3934.0, 3915.0, 3966.0, 3948.0, 3967.0, 3927.0, 3936.0, 3927.0, 3924.0, 3925.0, 3935.0, 3958.0, 3936.0, 3936.0, 3925.0, 3934.0, 3914.0, 3925.0, 3925.0, 3977.0, 3937.0, 3967.0, 3926.0, 3935.0, 3926.0, 3945.0, 3926.0, 3977.0, 3948.0, 3967.0, 3927.0, 3935.0, 3926.0, 3935.0, 3958.0, 3957.0, 3990.0, 3938.0, 3958.0, 3927.0, 3926.0, 3925.0, 3935.0, 3926.0, 3967.0, 3928.0, 3968.0, 3939.0, 3958.0, 3927.0, 3955.0, 3926.0, 3956.0, 3936.0, 3935.0, 3925.0, 3914.0, 3914.0, 3914.0, 3978.0, 3946.0, 3989.0, 3926.0, 3935.0, 3926.0, 3913.0, 3925.0, 3936.0, 3940.0, 3980.0, 3940.0, 3980.0, 3940.0, 3969.0, 3928.0, 3968.0, 3950.0, 3969.0, 3959.0, 3958.0, 3928.0, 3936.0, 3927.0, 3936.0, 3948.0, 3957.0, 3969.0, 3936.0, 3926.0, 3923.0, 3924.0, 3912.0, 3924.0, 3933.0, 3924.0, 3923.0, 3914.0, 3912.0, 3913.0, 3923.0, 3945.0, 3933.0, 3945.0, 3922.0, 3903.0, 3922.0, 3913.0, 3913.0, 3934.0, 3924.0, 3935.0, 3925.0, 3935.0, 3925.0, 3945.0, 3925.0, 3978.0, 3927.0, 3978.0, 3928.0, 3947.0, 3927.0, 3936.0, 3928.0, 3947.0, 3960.0, 3939.0, 3939.0, 3939.0, 3948.0, 3928.0, 3969.0, 3940.0, 3991.0, 3982.0, 3950.0, 3940.0, 3939.0, 3939.0, 3939.0, 3971.0, 3941.0, 4003.0, 3953.0, 3993.0, 3942.0, 3960.0, 3940.0, 3938.0, 3928.0, 3929.0, 3939.0, 3940.0, 3969.0, 3940.0, 3992.0, 3983.0, 3980.0, 3928.0, 3925.0, 3924.0, 3924.0, 3925.0, 3925.0, 3979.0, 3948.0, 3958.0, 3926.0, 3934.0, 3924.0, 3933.0, 3913.0, 3964.0, 3947.0, 3977.0, 3926.0, 3945.0, 3935.0, 3923.0, 3913.0, 3933.0, 3935.0, 3945.0, 3935.0, 3913.0, 3925.0, 3924.0, 3914.0, 3923.0, 3913.0, 3914.0, 3968.0, 3926.0, 3947.0, 3926.0, 3925.0, 3925.0, 3935.0, 3926.0, 3978.0, 3926.0, 3978.0, 3927.0, 3947.0, 3926.0, 3945.0, 3926.0, 3957.0, 3939.0, 3979.0, 3929.0, 3948.0, 3939.0, 3937.0, 3928.0, 3946.0, 3959.0, 3969.0, 3960.0, 3936.0, 3928.0, 3926.0, 3915.0, 3925.0, 3957.0, 3916.0, 3977.0, 3928.0, 3958.0, 3928.0, 3937.0, 3928.0, 3936.0, 3927.0, 3949.0, 3960.0, 3960.0, 3940.0, 3939.0, 3949.0, 3927.0, 3947.0, 3937.0, 3980.0, 3950.0, 3980.0, 3939.0, 3969.0, 3928.0, 3947.0, 3926.0, 3955.0, 3927.0, 3956.0, 3927.0, 3935.0, 3927.0, 3925.0, 3926.0, 3935.0, 3936.0, 3925.0, 3937.0, 3925.0, 3947.0, 3925.0, 3936.0, 3927.0, 3979.0, 3927.0, 3968.0, 3928.0, 3948.0, 3927.0, 3947.0, 3938.0, 3970.0, 3982.0, 3950.0, 3940.0, 3938.0, 3938.0, 3927.0, 3926.0, 3916.0, 3968.0, 3939.0, 3969.0, 3929.0, 3948.0, 3928.0, 3925.0, 3926.0, 3926.0, 3968.0, 3937.0, 3937.0, 3927.0, 3936.0, 3916.0, 3957.0, 3949.0, 3979.0, 3949.0, 3948.0, 3926.0, 3926.0, 3937.0, 3926.0, 3968.0, 3939.0, 3980.0, 3930.0, 3949.0, 3939.0, 3938.0, 3960.0, 3939.0, 3970.0, 3929.0, 3948.0, 3929.0, 3948.0, 3929.0, 3938.0, 3939.0, 3928.0, 3938.0, 3928.0, 3937.0, 3928.0, 3980.0, 3972.0, 3959.0, 3941.0, 3940.0, 3938.0, 3928.0, 3938.0, 3919.0, 3992.0, 3963.0, 3971.0, 3942.0, 3951.0, 3941.0, 3928.0, 3949.0, 3929.0, 3992.0, 3941.0, 3971.0, 3941.0, 3958.0, 3929.0, 3927.0, 3960.0, 3959.0, 3981.0, 3927.0, 3938.0, 3938.0, 3937.0, 3916.0, 3946.0, 3927.0, 3978.0, 3949.0, 3968.0, 3928.0, 3946.0, 3925.0, 3913.0, 3925.0, 3924.0, 3924.0, 3914.0, 3925.0, 3913.0, 3925.0, 3913.0, 3935.0, 3923.0, 3935.0, 3913.0, 3913.0, 3912.0, 3933.0, 3913.0, 3924.0, 3924.0, 3956.0, 3927.0, 3968.0, 3928.0, 3946.0, 3926.0, 3946.0, 3927.0, 3969.0, 3939.0, 3959.0, 3939.0, 3928.0, 3939.0, 3928.0, 3960.0, 3950.0, 3993.0, 3939.0, 3951.0, 3940.0, 3940.0, 3929.0, 3950.0, 3931.0, 3993.0, 3973.0, 3983.0, 3943.0, 3942.0, 3931.0, 3940.0, 3940.0, 3929.0, 3962.0, 3951.0, 3984.0, 3931.0, 3963.0, 3930.0, 3950.0, 3927.0, 3936.0, 3926.0, 3957.0, 3926.0, 3980.0, 3928.0, 3978.0, 3927.0, 3947.0, 3925.0, 3944.0, 3914.0, 3966.0, 3925.0, 3966.0, 3916.0, 3946.0, 3926.0, 3945.0, 3925.0, 3956.0, 3948.0, 3947.0, 3938.0, 3926.0, 3928.0, 3926.0, 3926.0, 3927.0, 3949.0, 3940.0, 3980.0, 3930.0, 3970.0, 3939.0, 3928.0, 3938.0, 3928.0, 3959.0, 3928.0, 3949.0, 3948.0, 3949.0, 3981.0, 3951.0, 3971.0, 3928.0, 3957.0, 3928.0, 3937.0, 3938.0, 3939.0, 3993.0, 3929.0, 3962.0, 3940.0, 3949.0, 3928.0, 3936.0, 3928.0, 3958.0, 3971.0, 3939.0, 3941.0, 3938.0, 3929.0, 3928.0, 3948.0, 3929.0, 3980.0, 3961.0, 3939.0, 3940.0, 3939.0, 3940.0, 3927.0, 3949.0, 3929.0, 3981.0, 3960.0, 3981.0, 3940.0, 3948.0, 3927.0, 3916.0, 3926.0, 3926.0, 3979.0, 3928.0, 3980.0, 3927.0, 3957.0, 3927.0, 3935.0, 3915.0, 3942.0, 3926.0, 3957.0, 3978.0, 3958.0, 3958.0, 3927.0, 3926.0, 3916.0, 3934.0, 3925.0, 3944.0, 3917.0, 3957.0, 3926.0, 3948.0, 3939.0, 3915.0, 3936.0, 3914.0, 3955.0, 3915.0, 3945.0, 3914.0, 3944.0, 3915.0, 3945.0, 3916.0, 3956.0, 3917.0, 3967.0, 3960.0, 3968.0, 3939.0, 3916.0, 3928.0, 3917.0, 3928.0, 3927.0, 3949.0, 3930.0, 3971.0, 3940.0, 3972.0, 3941.0, 3959.0, 3930.0, 3959.0, 3981.0, 3972.0, 3973.0, 3931.0, 3942.0, 3942.0, 3941.0, 3930.0, 3960.0, 3941.0, 3993.0, 3963.0, 3992.0, 3942.0, 3960.0, 3940.0, 3938.0, 3928.0, 3927.0, 3939.0, 3927.0, 3958.0, 3940.0, 3959.0, 3939.0, 3957.0, 3927.0, 3967.0, 3917.0, 3978.0, 3991.0, 3992.0, 3993.0, 3939.0, 3938.0, 3927.0, 3915.0, 3917.0, 3969.0, 3941.0, 3983.0, 3940.0, 3949.0, 3929.0, 3947.0, 3938.0, 3960.0, 3983.0, 3960.0, 3952.0, 3929.0, 3929.0, 3917.0, 3947.0, 3926.0, 3992.0, 3949.0, 3980.0, 3929.0, 3948.0, 3927.0, 3936.0, 3905.0, 3945.0, 3915.0, 3978.0, 3948.0, 3978.0, 3916.0, 3956.0, 3915.0, 3943.0, 3913.0, 3954.0, 3935.0, 3977.0, 3947.0, 3946.0, 3927.0, 3916.0, 3937.0, 3915.0, 3924.0, 3916.0, 3990.0, 3939.0, 3991.0, 3940.0, 3981.0, 3928.0, 3946.0, 3904.0, 3955.0, 3926.0, 3967.0, 3937.0, 3956.0, 3936.0, 3935.0, 3916.0, 3945.0, 3958.0, 3946.0, 3969.0, 3947.0, 3937.0, 3916.0, 3927.0, 3916.0], 'WindowWidth': [8925.0, 8903.0, 8840.0, 8822.0, 8806.0, 8810.0, 8796.0, 8806.0, 8797.0, 8823.0, 8809.0, 8805.0, 8780.0, 8787.0, 8777.0, 8800.0, 8778.0, 8804.0, 8825.0, 8825.0, 8874.0, 8816.0, 8827.0, 8809.0, 8795.0, 8806.0, 8793.0, 8812.0, 8858.0, 8819.0, 8893.0, 8835.0, 8874.0, 8820.0, 8857.0, 8813.0, 8822.0, 8812.0, 8840.0, 8818.0, 8857.0, 8836.0, 8859.0, 8820.0, 8842.0, 8816.0, 8822.0, 8799.0, 8842.0, 8806.0, 8832.0, 8825.0, 8838.0, 8869.0, 8846.0, 8902.0, 8860.0, 8898.0, 8843.0, 8834.0, 8821.0, 8831.0, 8840.0, 8881.0, 8889.0, 8845.0, 8845.0, 8858.0, 8835.0, 8829.0, 8827.0, 8818.0, 8876.0, 8838.0, 8892.0, 8840.0, 8857.0, 8822.0, 8841.0, 8819.0, 8874.0, 8852.0, 8873.0, 8836.0, 8843.0, 8804.0, 8812.0, 8798.0, 8809.0, 8843.0, 8812.0, 8872.0, 8816.0, 8842.0, 8811.0, 8818.0, 8792.0, 8829.0, 8812.0, 8880.0, 8843.0, 8866.0, 8813.0, 8808.0, 8796.0, 8803.0, 8778.0, 8806.0, 8857.0, 8827.0, 8857.0, 8830.0, 8829.0, 8813.0, 8823.0, 8809.0, 8853.0, 8815.0, 8884.0, 8820.0, 8854.0, 8814.0, 8823.0, 8813.0, 8868.0, 8847.0, 8869.0, 8831.0, 8839.0, 8788.0, 8821.0, 8780.0, 8804.0, 8794.0, 8810.0, 8874.0, 8815.0, 8858.0, 8815.0, 8826.0, 8810.0, 8818.0, 8807.0, 8852.0, 8828.0, 8872.0, 8817.0, 8856.0, 8816.0, 8823.0, 8810.0, 8820.0, 8796.0, 8849.0, 8800.0, 8850.0, 8803.0, 8835.0, 8809.0, 8819.0, 8797.0, 8865.0, 8828.0, 8865.0, 8801.0, 8836.0, 8798.0, 8819.0, 8796.0, 8835.0, 8815.0, 8838.0, 8802.0, 8824.0, 8799.0, 8820.0, 8781.0, 8808.0, 8845.0, 8815.0, 8889.0, 8820.0, 8859.0, 8815.0, 8837.0, 8798.0, 8819.0, 8799.0, 8853.0, 8835.0, 8835.0, 8823.0, 8834.0, 8832.0, 8816.0, 8840.0, 8818.0, 8873.0, 8850.0, 8859.0, 8822.0, 8829.0, 8802.0, 8812.0, 8828.0, 8812.0, 8853.0, 8816.0, 8871.0, 8849.0, 8873.0, 8817.0, 8823.0, 8811.0, 8812.0, 8896.0, 8819.0, 8841.0, 8813.0, 8838.0, 8817.0, 8842.0, 8805.0, 8814.0, 8802.0, 8813.0, 8843.0, 8820.0, 8892.0, 8852.0, 8872.0, 8820.0, 8825.0, 8783.0, 8810.0, 8857.0, 8832.0, 8886.0, 8818.0, 8842.0, 8815.0, 8837.0, 8830.0, 8872.0, 8879.0, 8819.0, 8804.0, 8815.0, 8812.0, 8812.0, 8856.0, 8817.0, 8868.0, 8801.0, 8824.0, 8800.0, 8867.0, 8843.0, 8851.0, 8812.0, 8804.0, 8797.0, 8794.0, 8821.0, 8797.0, 8850.0, 8815.0, 8856.0, 8877.0, 8859.0, 8843.0, 8811.0, 8803.0, 8788.0, 8797.0, 8790.0, 8801.0, 8795.0, 8864.0, 8827.0, 8867.0, 8799.0, 8804.0, 8790.0, 8784.0, 8772.0, 8786.0, 8780.0, 8792.0, 8873.0, 8818.0, 8887.0, 8819.0, 8824.0, 8796.0, 8819.0, 8796.0, 8847.0, 8815.0, 8870.0, 8865.0, 8819.0, 8807.0, 8800.0, 8797.0, 8793.0, 8807.0, 8799.0, 8872.0, 8850.0, 8888.0, 8822.0, 8829.0, 8802.0, 8796.0, 8796.0, 8795.0, 8797.0, 8794.0, 8810.0, 8795.0, 8809.0, 8793.0, 8822.0, 8777.0, 8848.0, 8776.0, 8788.0, 8775.0, 8802.0, 8789.0, 8819.0, 8779.0, 8849.0, 8795.0, 8805.0, 8793.0, 8790.0, 8797.0, 8850.0, 8817.0, 8871.0, 8819.0, 8841.0, 8803.0, 8812.0, 8801.0, 8826.0, 8804.0, 8859.0, 8852.0, 8833.0, 8806.0, 8813.0, 8800.0, 8795.0, 8813.0, 8786.0, 8891.0, 8817.0, 8831.0, 8816.0, 8798.0, 8794.0, 8808.0, 8797.0, 8867.0, 8815.0, 8868.0, 8801.0, 8810.0, 8797.0, 8806.0, 8797.0, 8853.0, 8831.0, 8885.0, 8805.0, 8854.0, 8784.0, 8806.0, 8782.0, 8849.0, 8829.0, 8853.0, 8802.0, 8811.0, 8799.0, 8793.0, 8795.0, 8808.0, 8843.0, 8810.0, 8812.0, 8795.0, 8806.0, 8777.0, 8794.0, 8794.0, 8866.0, 8812.0, 8852.0, 8799.0, 8808.0, 8796.0, 8819.0, 8799.0, 8865.0, 8830.0, 8853.0, 8801.0, 8809.0, 8797.0, 8807.0, 8841.0, 8840.0, 8891.0, 8818.0, 8844.0, 8803.0, 8798.0, 8795.0, 8807.0, 8799.0, 8853.0, 8804.0, 8857.0, 8820.0, 8843.0, 8802.0, 8834.0, 8798.0, 8836.0, 8810.0, 8806.0, 8794.0, 8777.0, 8778.0, 8779.0, 8871.0, 8825.0, 8886.0, 8800.0, 8809.0, 8797.0, 8777.0, 8796.0, 8812.0, 8823.0, 8875.0, 8826.0, 8878.0, 8825.0, 8859.0, 8804.0, 8855.0, 8835.0, 8858.0, 8847.0, 8842.0, 8805.0, 8812.0, 8799.0, 8809.0, 8828.0, 8839.0, 8857.0, 8810.0, 8799.0, 8790.0, 8790.0, 8772.0, 8789.0, 8800.0, 8790.0, 8787.0, 8777.0, 8773.0, 8775.0, 8786.0, 8819.0, 8800.0, 8819.0, 8787.0, 8762.0, 8785.0, 8775.0, 8776.0, 8805.0, 8793.0, 8808.0, 8795.0, 8809.0, 8794.0, 8821.0, 8795.0, 8867.0, 8802.0, 8869.0, 8803.0, 8827.0, 8802.0, 8811.0, 8803.0, 8830.0, 8851.0, 8822.0, 8822.0, 8821.0, 8831.0, 8805.0, 8858.0, 8824.0, 8890.0, 8883.0, 8839.0, 8826.0, 8822.0, 8821.0, 8820.0, 8865.0, 8828.0, 8913.0, 8848.0, 8898.0, 8831.0, 8851.0, 8823.0, 8816.0, 8804.0, 8805.0, 8821.0, 8823.0, 8860.0, 8824.0, 8895.0, 8887.0, 8878.0, 8805.0, 8796.0, 8791.0, 8789.0, 8793.0, 8794.0, 8873.0, 8829.0, 8842.0, 8798.0, 8805.0, 8792.0, 8799.0, 8776.0, 8843.0, 8826.0, 8866.0, 8799.0, 8821.0, 8808.0, 8789.0, 8775.0, 8800.0, 8806.0, 8819.0, 8808.0, 8777.0, 8794.0, 8790.0, 8777.0, 8787.0, 8776.0, 8777.0, 8855.0, 8796.0, 8825.0, 8798.0, 8795.0, 8794.0, 8808.0, 8797.0, 8868.0, 8798.0, 8868.0, 8801.0, 8826.0, 8800.0, 8820.0, 8798.0, 8839.0, 8820.0, 8873.0, 8810.0, 8831.0, 8822.0, 8816.0, 8805.0, 8825.0, 8847.0, 8859.0, 8849.0, 8813.0, 8802.0, 8796.0, 8782.0, 8793.0, 8840.0, 8786.0, 8868.0, 8804.0, 8843.0, 8804.0, 8814.0, 8803.0, 8812.0, 8803.0, 8832.0, 8851.0, 8851.0, 8826.0, 8821.0, 8835.0, 8802.0, 8828.0, 8814.0, 8875.0, 8835.0, 8878.0, 8822.0, 8860.0, 8805.0, 8825.0, 8796.0, 8834.0, 8800.0, 8837.0, 8799.0, 8809.0, 8799.0, 8794.0, 8796.0, 8808.0, 8811.0, 8795.0, 8814.0, 8796.0, 8826.0, 8795.0, 8810.0, 8799.0, 8873.0, 8803.0, 8857.0, 8806.0, 8831.0, 8801.0, 8825.0, 8818.0, 8861.0, 8882.0, 8836.0, 8824.0, 8819.0, 8818.0, 8800.0, 8796.0, 8786.0, 8856.0, 8820.0, 8859.0, 8807.0, 8830.0, 8803.0, 8795.0, 8798.0, 8797.0, 8856.0, 8813.0, 8813.0, 8800.0, 8811.0, 8785.0, 8839.0, 8834.0, 8872.0, 8834.0, 8829.0, 8801.0, 8798.0, 8812.0, 8798.0, 8855.0, 8822.0, 8876.0, 8810.0, 8834.0, 8821.0, 8817.0, 8848.0, 8820.0, 8862.0, 8807.0, 8831.0, 8806.0, 8829.0, 8806.0, 8818.0, 8819.0, 8803.0, 8816.0, 8803.0, 8813.0, 8805.0, 8875.0, 8868.0, 8849.0, 8827.0, 8823.0, 8819.0, 8804.0, 8817.0, 8796.0, 8894.0, 8860.0, 8868.0, 8832.0, 8840.0, 8826.0, 8805.0, 8834.0, 8808.0, 8895.0, 8826.0, 8866.0, 8826.0, 8845.0, 8805.0, 8799.0, 8847.0, 8845.0, 8880.0, 8803.0, 8817.0, 8817.0, 8813.0, 8783.0, 8822.0, 8800.0, 8870.0, 8833.0, 8855.0, 8803.0, 8823.0, 8795.0, 8774.0, 8792.0, 8789.0, 8791.0, 8777.0, 8794.0, 8776.0, 8792.0, 8775.0, 8806.0, 8788.0, 8805.0, 8773.0, 8775.0, 8770.0, 8800.0, 8774.0, 8791.0, 8791.0, 8836.0, 8799.0, 8854.0, 8803.0, 8824.0, 8800.0, 8823.0, 8803.0, 8858.0, 8821.0, 8847.0, 8822.0, 8805.0, 8820.0, 8805.0, 8850.0, 8835.0, 8898.0, 8823.0, 8839.0, 8824.0, 8822.0, 8807.0, 8834.0, 8814.0, 8897.0, 8874.0, 8887.0, 8834.0, 8830.0, 8815.0, 8822.0, 8823.0, 8806.0, 8854.0, 8840.0, 8888.0, 8815.0, 8858.0, 8811.0, 8836.0, 8801.0, 8811.0, 8797.0, 8838.0, 8799.0, 8876.0, 8805.0, 8869.0, 8801.0, 8825.0, 8795.0, 8816.0, 8778.0, 8847.0, 8794.0, 8848.0, 8784.0, 8823.0, 8798.0, 8820.0, 8795.0, 8836.0, 8831.0, 8826.0, 8817.0, 8799.0, 8804.0, 8799.0, 8800.0, 8801.0, 8834.0, 8823.0, 8878.0, 8812.0, 8862.0, 8821.0, 8804.0, 8816.0, 8805.0, 8845.0, 8806.0, 8832.0, 8832.0, 8834.0, 8881.0, 8839.0, 8864.0, 8805.0, 8841.0, 8802.0, 8812.0, 8817.0, 8821.0, 8898.0, 8810.0, 8854.0, 8825.0, 8833.0, 8804.0, 8811.0, 8803.0, 8843.0, 8865.0, 8821.0, 8825.0, 8819.0, 8807.0, 8804.0, 8829.0, 8808.0, 8875.0, 8853.0, 8820.0, 8824.0, 8821.0, 8822.0, 8802.0, 8832.0, 8807.0, 8877.0, 8851.0, 8878.0, 8823.0, 8829.0, 8802.0, 8783.0, 8795.0, 8796.0, 8871.0, 8802.0, 8875.0, 8802.0, 8840.0, 8800.0, 8806.0, 8778.0, 8811.0, 8797.0, 8838.0, 8871.0, 8843.0, 8845.0, 8802.0, 8799.0, 8785.0, 8804.0, 8793.0, 8817.0, 8787.0, 8840.0, 8800.0, 8828.0, 8818.0, 8782.0, 8809.0, 8777.0, 8833.0, 8779.0, 8819.0, 8777.0, 8817.0, 8781.0, 8820.0, 8785.0, 8835.0, 8787.0, 8854.0, 8850.0, 8857.0, 8819.0, 8786.0, 8803.0, 8786.0, 8804.0, 8803.0, 8833.0, 8809.0, 8867.0, 8825.0, 8871.0, 8828.0, 8846.0, 8809.0, 8846.0, 8879.0, 8869.0, 8873.0, 8815.0, 8830.0, 8829.0, 8827.0, 8809.0, 8848.0, 8828.0, 8898.0, 8860.0, 8896.0, 8831.0, 8851.0, 8824.0, 8816.0, 8803.0, 8800.0, 8818.0, 8801.0, 8844.0, 8821.0, 8847.0, 8818.0, 8839.0, 8800.0, 8852.0, 8788.0, 8869.0, 8893.0, 8894.0, 8897.0, 8822.0, 8819.0, 8800.0, 8781.0, 8786.0, 8858.0, 8826.0, 8883.0, 8824.0, 8833.0, 8806.0, 8826.0, 8818.0, 8847.0, 8883.0, 8849.0, 8840.0, 8807.0, 8806.0, 8787.0, 8827.0, 8798.0, 8895.0, 8833.0, 8877.0, 8806.0, 8829.0, 8801.0, 8810.0, 8765.0, 8819.0, 8781.0, 8868.0, 8828.0, 8870.0, 8786.0, 8835.0, 8780.0, 8811.0, 8773.0, 8828.0, 8807.0, 8865.0, 8828.0, 8825.0, 8802.0, 8783.0, 8812.0, 8781.0, 8793.0, 8783.0, 8889.0, 8819.0, 8894.0, 8824.0, 8879.0, 8805.0, 8823.0, 8765.0, 8832.0, 8796.0, 8852.0, 8814.0, 8837.0, 8813.0, 8809.0, 8785.0, 8821.0, 8842.0, 8825.0, 8860.0, 8825.0, 8815.0, 8785.0, 8800.0, 8786.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.0008190216368767639</td></tr>
<tr><td colspan=3>aqi</td><td>0.032249211665098775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.87187293253297</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.132483686101697</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9741549510357812</td></tr>
<tr><td colspan=3>efc</td><td>0.4576</td></tr>
<tr><td colspan=3>fber</td><td>5340.2036</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09668202032044419</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.975540921919097</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4676650391732697</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3882872157860686</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659237572962472</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3554703287712675</td></tr>
<tr><td colspan=3>gcor</td><td>0.00476731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012492001056671143</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02345576323568821</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.8112105199022537</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>20.0338</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.0331</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.2402</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.5329</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0068</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.6162</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3188.4037</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.0987</td></tr>
<tr><td colspan=3>tsnr</td><td>34.86879532341845</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>