<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-03/func/sub-0057_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>a919b97f2e1c984e6d9d8601f52b5b2b</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>17:03:10.290000</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.990605, -0.119313, -0.0668316, 0.120754, 0.992521, 0.0179256]</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.252</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.110446</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7793, -7206, 570, -10, -164, -29, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.676</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2bf77e8a-d85c-4e9d-bb57-e50500c4eef0||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.6577203273773193, 0.3239729404449463, -0.17332108318805695, 102.79002380371094], [0.32010921835899353, 2.66286039352417, 0.06973389536142349, -102.28477478027344], [-0.1793043613433838, -0.04809315502643585, 2.693528652191162, -47.37378692626953], [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': ['170310.290000', '170310.750000', '170311.210000', '170311.670000', '170312.130000', '170312.590000', '170313.050000', '170313.510000', '170313.970000', '170314.430000', '170314.890000', '170315.350000', '170315.810000', '170316.270000', '170316.730000', '170317.190000', '170317.650000', '170318.110000', '170318.570000', '170319.030000', '170319.490000', '170319.950000', '170320.410000', '170320.870000', '170321.330000', '170321.790000', '170322.250000', '170322.710000', '170323.170000', '170323.630000', '170324.090000', '170324.550000', '170325.010000', '170325.470000', '170325.930000', '170326.390000', '170326.850000', '170327.310000', '170327.770000', '170328.230000', '170328.690000', '170329.150000', '170329.610000', '170330.070000', '170330.530000', '170330.990000', '170331.450000', '170331.910000', '170332.370000', '170332.830000', '170333.290000', '170333.750000', '170334.210000', '170334.670000', '170335.130000', '170335.590000', '170336.050000', '170336.510000', '170336.970000', '170337.430000', '170337.890000', '170338.350000', '170338.810000', '170339.270000', '170339.730000', '170340.190000', '170340.650000', '170341.110000', '170341.570000', '170342.030000', '170342.490000', '170342.950000', '170343.410000', '170343.870000', '170344.330000', '170344.790000', '170345.250000', '170345.710000', '170346.170000', '170346.630000', '170347.090000', '170347.550000', '170348.010000', '170348.470000', '170348.930000', '170349.390000', '170349.850000', '170350.310000', '170350.770000', '170351.230000', '170351.690000', '170352.150000', '170352.610000', '170353.070000', '170353.530000', '170353.990000', '170354.450000', '170354.910000', '170355.370000', '170355.830000', '170356.290000', '170356.750000', '170357.210000', '170357.670000', '170358.130000', '170358.590000', '170359.050000', '170359.510000', '170359.970000', '170400.430000', '170400.890000', '170401.350000', '170401.810000', '170402.270000', '170402.730000', '170403.190000', '170403.650000', '170404.110000', '170404.570000', '170405.030000', '170405.490000', '170405.950000', '170406.410000', '170406.870000', '170407.330000', '170407.790000', '170408.250000', '170408.710000', '170409.170000', '170409.630000', '170410.090000', '170410.550000', '170411.010000', '170411.470000', '170411.930000', '170412.390000', '170412.850000', '170413.310000', '170413.770000', '170414.230000', '170414.690000', '170415.150000', '170415.610000', '170416.070000', '170416.530000', '170416.990000', '170417.450000', '170417.910000', '170418.370000', '170418.830000', '170419.290000', '170419.750000', '170420.210000', '170420.670000', '170421.130000', '170421.590000', '170422.050000', '170422.510000', '170422.970000', '170423.430000', '170423.890000', '170424.350000', '170424.810000', '170425.270000', '170425.730000', '170426.190000', '170426.650000', '170427.110000', '170427.570000', '170428.030000', '170428.490000', '170428.950000', '170429.410000', '170429.870000', '170430.330000', '170430.790000', '170431.250000', '170431.710000', '170432.170000', '170432.630000', '170433.090000', '170433.550000', '170434.010000', '170434.470000', '170434.930000', '170435.390000', '170435.850000', '170436.310000', '170436.770000', '170437.230000', '170437.690000', '170438.150000', '170438.610000', '170439.070000', '170439.530000', '170439.990000', '170440.450000', '170440.910000', '170441.370000', '170441.830000', '170442.290000', '170442.750000', '170443.210000', '170443.670000', '170444.130000', '170444.590000', '170445.050000', '170445.510000', '170445.970000', '170446.430000', '170446.890000', '170447.350000', '170447.810000', '170448.270000', '170448.730000', '170449.190000', '170449.650000', '170450.110000', '170450.570000', '170451.030000', '170451.490000', '170451.950000', '170452.410000', '170452.870000', '170453.330000', '170453.790000', '170454.250000', '170454.710000', '170455.170000', '170455.630000', '170456.090000', '170456.550000', '170457.010000', '170457.470000', '170457.930000', '170458.390000', '170458.850000', '170459.310000', '170459.770000', '170500.230000', '170500.690000', '170501.150000', '170501.610000', '170502.070000', '170502.530000', '170502.990000', '170503.450000', '170503.910000', '170504.370000', '170504.830000', '170505.290000', '170505.750000', '170506.210000', '170506.670000', '170507.130000', '170507.590000', '170508.050000', '170508.510000', '170508.970000', '170509.430000', '170509.890000', '170510.350000', '170510.810000', '170511.270000', '170511.730000', '170512.190000', '170512.650000', '170513.110000', '170513.570000', '170514.030000', '170514.490000', '170514.950000', '170515.410000', '170515.870000', '170516.330000', '170516.790000', '170517.250000', '170517.710000', '170518.170000', '170518.630000', '170519.090000', '170519.550000', '170520.010000', '170520.470000', '170520.930000', '170521.390000', '170521.850000', '170522.310000', '170522.770000', '170523.230000', '170523.690000', '170524.150000', '170524.610000', '170525.070000', '170525.530000', '170525.990000', '170526.450000', '170526.910000', '170527.370000', '170527.830000', '170528.290000', '170528.750000', '170529.210000', '170529.670000', '170530.130000', '170530.590000', '170531.050000', '170531.510000', '170531.970000', '170532.430000', '170532.890000', '170533.350000', '170533.810000', '170534.270000', '170534.730000', '170535.190000', '170535.650000', '170536.110000', '170536.570000', '170537.030000', '170537.490000', '170537.950000', '170538.410000', '170538.870000', '170539.330000', '170539.790000', '170540.250000', '170540.710000', '170541.170000', '170541.630000', '170542.090000', '170542.550000', '170543.010000', '170543.470000', '170543.930000', '170544.390000', '170544.850000', '170545.310000', '170545.770000', '170546.230000', '170546.690000', '170547.150000', '170547.610000', '170548.070000', '170548.530000', '170548.990000', '170549.450000', '170549.910000', '170550.370000', '170550.830000', '170551.290000', '170551.750000', '170552.210000', '170552.670000', '170553.130000', '170553.590000', '170554.050000', '170554.510000', '170554.970000', '170555.430000', '170555.890000', '170556.350000', '170556.810000', '170557.270000', '170557.730000', '170558.190000', '170558.650000', '170559.110000', '170559.570000', '170600.030000', '170600.490000', '170600.950000', '170601.410000', '170601.870000', '170602.330000', '170602.790000', '170603.250000', '170603.710000', '170604.170000', '170604.630000', '170605.090000', '170605.550000', '170606.010000', '170606.470000', '170606.930000', '170607.390000', '170607.850000', '170608.310000', '170608.770000', '170609.230000', '170609.690000', '170610.150000', '170610.610000', '170611.070000', '170611.530000', '170611.990000', '170612.450000', '170612.910000', '170613.370000', '170613.830000', '170614.290000', '170614.750000', '170615.210000', '170615.670000', '170616.130000', '170616.590000', '170617.050000', '170617.510000', '170617.970000', '170618.430000', '170618.890000', '170619.350000', '170619.810000', '170620.270000', '170620.730000', '170621.190000', '170621.650000', '170622.110000', '170622.570000', '170623.030000', '170623.490000', '170623.950000', '170624.410000', '170624.870000', '170625.330000', '170625.790000', '170626.250000', '170626.710000', '170627.170000', '170627.630000', '170628.090000', '170628.550000', '170629.010000', '170629.470000', '170629.930000', '170630.390000', '170630.850000', '170631.310000', '170631.770000', '170632.230000', '170632.690000', '170633.150000', '170633.610000', '170634.070000', '170634.530000', '170634.990000', '170635.450000', '170635.910000', '170636.370000', '170636.830000', '170637.290000', '170637.750000', '170638.210000', '170638.670000', '170639.130000', '170639.590000', '170640.050000', '170640.510000', '170640.970000', '170641.430000', '170641.890000', '170642.350000', '170642.810000', '170643.270000', '170643.730000', '170644.190000', '170644.650000', '170645.110000', '170645.570000', '170646.030000', '170646.490000', '170646.950000', '170647.410000', '170647.870000', '170648.330000', '170648.790000', '170649.250000', '170649.710000', '170650.170000', '170650.630000', '170651.090000', '170651.550000', '170652.010000', '170652.470000', '170652.930000', '170653.390000', '170653.850000', '170654.310000', '170654.770000', '170655.230000', '170655.690000', '170656.150000', '170656.610000', '170657.070000', '170657.530000', '170657.990000', '170658.450000', '170658.910000', '170659.370000', '170659.830000', '170700.290000', '170700.750000', '170701.210000', '170701.670000', '170702.130000', '170702.590000', '170703.050000', '170703.510000', '170703.970000', '170704.430000', '170704.890000', '170705.350000', '170705.810000', '170706.270000', '170706.730000', '170707.190000', '170707.650000', '170708.110000', '170708.570000', '170709.030000', '170709.490000', '170709.950000', '170710.410000', '170710.870000', '170711.330000', '170711.790000', '170712.250000', '170712.710000', '170713.170000', '170713.630000', '170714.090000', '170714.550000', '170715.010000', '170715.470000', '170715.930000', '170716.390000', '170716.850000', '170717.310000', '170717.770000', '170718.230000', '170718.690000', '170719.150000', '170719.610000', '170720.070000', '170720.530000', '170720.990000', '170721.450000', '170721.910000', '170722.370000', '170722.830000', '170723.290000', '170723.750000', '170724.210000', '170724.670000', '170725.130000', '170725.590000', '170726.050000', '170726.510000', '170726.970000', '170727.430000', '170727.890000', '170728.350000', '170728.810000', '170729.270000', '170729.730000', '170730.190000', '170730.650000', '170731.110000', '170731.570000', '170732.030000', '170732.490000', '170732.950000', '170733.410000', '170733.870000', '170734.330000', '170734.790000', '170735.250000', '170735.710000', '170736.170000', '170736.630000', '170737.090000', '170737.550000', '170738.010000', '170738.470000', '170738.930000', '170739.390000', '170739.850000', '170740.310000', '170740.770000', '170741.230000', '170741.690000', '170742.150000', '170742.610000', '170743.070000', '170743.530000', '170743.990000', '170744.450000', '170744.910000', '170745.370000', '170745.830000', '170746.290000', '170746.750000', '170747.210000', '170747.670000', '170748.130000', '170748.590000', '170749.050000', '170749.510000', '170749.970000', '170750.430000', '170750.890000', '170751.350000', '170751.810000', '170752.270000', '170752.730000', '170753.190000', '170753.650000', '170754.110000', '170754.570000', '170755.030000', '170755.490000', '170755.950000', '170756.410000', '170756.870000', '170757.330000', '170757.790000', '170758.250000', '170758.710000', '170759.170000', '170759.630000', '170800.090000', '170800.550000', '170801.010000', '170801.470000', '170801.930000', '170802.390000', '170802.850000', '170803.310000', '170803.770000', '170804.230000', '170804.690000', '170805.150000', '170805.610000', '170806.070000', '170806.530000', '170806.990000', '170807.450000', '170807.910000', '170808.370000', '170808.830000', '170809.290000', '170809.750000', '170810.210000', '170810.670000', '170811.130000', '170811.590000', '170812.050000', '170812.510000', '170812.970000', '170813.430000', '170813.890000', '170814.350000', '170814.810000', '170815.270000', '170815.730000', '170816.190000', '170816.650000', '170817.110000', '170817.570000', '170818.030000', '170818.490000', '170818.950000', '170819.410000', '170819.870000', '170820.330000', '170820.790000', '170821.250000', '170821.710000', '170822.170000', '170822.630000', '170823.090000', '170823.550000', '170824.010000', '170824.470000', '170824.930000', '170825.390000', '170825.850000', '170826.310000', '170826.770000', '170827.230000', '170827.690000', '170828.150000', '170828.610000', '170829.070000', '170829.530000', '170829.990000', '170830.450000', '170830.910000', '170831.370000', '170831.830000', '170832.290000', '170832.750000', '170833.210000', '170833.670000', '170834.130000', '170834.590000', '170835.050000', '170835.510000', '170835.970000', '170836.430000', '170836.890000', '170837.350000', '170837.810000', '170838.270000', '170838.730000', '170839.190000', '170839.650000', '170840.110000', '170840.570000', '170841.030000', '170841.490000', '170841.950000', '170842.410000', '170842.870000', '170843.330000', '170843.790000', '170844.250000', '170844.710000', '170845.170000', '170845.630000', '170846.090000', '170846.550000', '170847.010000', '170847.470000', '170847.930000', '170848.390000', '170848.850000', '170849.310000', '170849.770000', '170850.230000', '170850.690000', '170851.150000', '170851.610000', '170852.070000', '170852.530000', '170852.990000', '170853.450000', '170853.910000', '170854.370000', '170854.830000', '170855.290000', '170855.750000', '170856.210000', '170856.670000', '170857.130000', '170857.590000', '170858.050000', '170858.510000', '170858.970000', '170859.430000', '170859.890000', '170900.350000', '170900.810000', '170901.270000', '170901.730000', '170902.190000', '170902.650000', '170903.110000', '170903.570000', '170904.030000', '170904.490000', '170904.950000', '170905.410000', '170905.870000', '170906.330000', '170906.790000', '170907.250000', '170907.710000', '170908.170000', '170908.630000', '170909.090000', '170909.550000', '170910.010000', '170910.470000', '170910.930000', '170911.390000', '170911.850000', '170912.310000', '170912.770000', '170913.230000', '170913.690000', '170914.150000', '170914.610000', '170915.070000', '170915.530000', '170915.990000', '170916.450000', '170916.910000', '170917.370000', '170917.830000', '170918.290000', '170918.750000', '170919.210000', '170919.670000', '170920.130000', '170920.590000', '170921.050000', '170921.510000', '170921.970000', '170922.430000', '170922.890000', '170923.350000', '170923.810000', '170924.270000', '170924.730000', '170925.190000', '170925.650000', '170926.110000', '170926.570000', '170927.030000', '170927.490000', '170927.950000', '170928.410000', '170928.870000', '170929.330000', '170929.790000', '170930.250000', '170930.710000', '170931.170000', '170931.630000', '170932.090000', '170932.550000', '170933.010000', '170933.470000', '170933.930000', '170934.390000', '170934.850000', '170935.310000', '170935.770000', '170936.230000', '170936.690000', '170937.150000', '170937.610000', '170938.070000', '170938.530000', '170938.990000', '170939.450000', '170939.910000', '170940.370000', '170940.830000', '170941.290000', '170941.750000', '170942.210000', '170942.670000', '170943.130000', '170943.590000', '170944.050000', '170944.510000', '170944.970000', '170945.430000', '170945.890000', '170946.350000', '170946.810000', '170947.270000', '170947.730000', '170948.190000', '170948.650000', '170949.110000', '170949.570000', '170950.030000', '170950.490000', '170950.950000', '170951.410000', '170951.870000', '170952.330000', '170952.790000', '170953.250000', '170953.710000', '170954.170000', '170954.630000', '170955.090000', '170955.550000', '170956.010000', '170956.470000', '170956.930000', '170957.390000', '170957.850000', '170958.310000', '170958.770000', '170959.230000', '170959.690000', '171000.150000', '171000.610000', '171001.070000', '171001.530000', '171001.990000', '171002.450000', '171002.910000', '171003.370000', '171003.830000', '171004.290000', '171004.750000', '171005.210000', '171005.670000', '171006.130000', '171006.590000', '171007.050000', '171007.510000', '171007.970000', '171008.430000', '171008.890000', '171009.350000', '171009.810000', '171010.270000', '171010.730000', '171011.190000', '171011.650000', '171012.110000', '171012.570000', '171013.030000', '171013.490000', '171013.950000', '171014.410000', '171014.870000', '171015.330000', '171015.790000', '171016.250000', '171016.710000', '171017.170000', '171017.630000', '171018.090000', '171018.550000', '171019.010000', '171019.470000', '171019.930000', '171020.390000', '171020.850000', '171021.310000', '171021.770000', '171022.230000', '171022.690000', '171023.150000', '171023.610000', '171024.070000', '171024.530000', '171024.990000', '171025.450000', '171025.910000', '171026.370000', '171026.830000', '171027.290000', '171027.750000', '171028.210000', '171028.670000', '171029.130000', '171029.590000', '171030.050000', '171030.510000', '171030.970000', '171031.430000', '171031.890000', '171032.350000', '171032.810000', '171033.270000', '171033.730000', '171034.190000', '171034.650000', '171035.110000', '171035.570000', '171036.030000', '171036.490000', '171036.950000', '171037.410000', '171037.870000', '171038.330000', '171038.790000', '171039.250000', '171039.710000', '171040.170000', '171040.630000', '171041.090000', '171041.550000', '171042.010000', '171042.470000', '171042.930000', '171043.390000', '171043.850000', '171044.310000', '171044.770000', '171045.230000', '171045.690000', '171046.150000', '171046.610000', '171047.070000', '171047.530000', '171047.990000', '171048.450000', '171048.910000', '171049.370000', '171049.830000', '171050.290000', '171050.750000', '171051.210000', '171051.670000', '171052.130000', '171052.590000', '171053.050000', '171053.510000', '171053.970000', '171054.430000', '171054.890000', '171055.350000', '171055.810000', '171056.270000', '171056.730000', '171057.190000', '171057.650000', '171058.110000', '171058.570000', '171059.030000', '171059.490000', '171059.950000', '171100.410000', '171100.870000', '171101.330000', '171101.790000', '171102.250000', '171102.710000', '171103.170000', '171103.630000', '171104.090000', '171104.550000', '171105.010000', '171105.470000', '171105.930000', '171106.390000', '171106.850000', '171107.310000', '171107.770000', '171108.230000', '171108.690000', '171109.150000', '171109.610000', '171110.070000', '171110.530000', '171110.990000', '171111.450000', '171111.910000', '171112.370000', '171112.830000', '171113.290000', '171113.750000', '171114.210000', '171114.670000', '171115.130000', '171115.590000', '171116.050000', '171116.510000', '171116.970000', '171117.430000', '171117.890000', '171118.350000', '171118.810000', '171119.270000', '171119.730000'], 'ContentTime': ['170325.324000', '170325.327000', '170325.329000', '170325.332000', '170325.335000', '170325.337000', '170325.340000', '170325.343000', '170325.346000', '170325.349000', '170325.351000', '170325.354000', '170325.363000', '170325.366000', '170325.369000', '170325.372000', '170325.375000', '170325.377000', '170325.380000', '170325.383000', '170325.386000', '170325.390000', '170325.392000', '170325.395000', '170325.398000', '170325.400000', '170325.403000', '170325.405000', '170325.408000', '170345.282000', '170345.285000', '170345.288000', '170345.290000', '170345.293000', '170345.295000', '170345.298000', '170345.300000', '170345.303000', '170345.306000', '170345.308000', '170345.311000', '170345.313000', '170345.316000', '170345.318000', '170345.321000', '170345.323000', '170345.326000', '170345.328000', '170345.331000', '170345.333000', '170345.336000', '170345.338000', '170345.341000', '170345.343000', '170345.346000', '170345.349000', '170345.351000', '170345.354000', '170345.356000', '170345.359000', '170345.361000', '170345.364000', '170345.366000', '170345.369000', '170345.371000', '170345.379000', '170345.382000', '170345.385000', '170345.387000', '170345.390000', '170345.392000', '170345.395000', '170345.397000', '170405.284000', '170405.286000', '170405.289000', '170405.292000', '170405.294000', '170405.297000', '170405.299000', '170405.302000', '170405.304000', '170405.307000', '170405.310000', '170405.312000', '170405.315000', '170405.317000', '170405.320000', '170405.322000', '170405.325000', '170405.328000', '170405.330000', '170405.333000', '170405.335000', '170405.338000', '170405.341000', '170405.352000', '170405.355000', '170405.357000', '170405.360000', '170405.362000', '170405.365000', '170405.368000', '170405.370000', '170405.373000', '170405.375000', '170405.378000', '170405.380000', '170405.383000', '170405.385000', '170405.388000', '170405.390000', '170405.393000', '170405.396000', '170405.398000', '170405.401000', '170425.283000', '170425.286000', '170425.289000', '170425.291000', '170425.294000', '170425.297000', '170425.299000', '170425.302000', '170425.305000', '170425.307000', '170425.310000', '170425.312000', '170425.315000', '170425.317000', '170425.320000', '170425.323000', '170425.325000', '170425.328000', '170425.330000', '170425.333000', '170425.335000', '170425.338000', '170425.340000', '170425.343000', '170425.346000', '170425.348000', '170425.351000', '170425.354000', '170425.356000', '170425.359000', '170425.361000', '170425.364000', '170425.366000', '170425.369000', '170425.371000', '170425.374000', '170425.377000', '170425.379000', '170425.382000', '170425.384000', '170425.387000', '170425.389000', '170425.392000', '170425.395000', '170445.283000', '170445.286000', '170445.289000', '170445.291000', '170445.294000', '170445.297000', '170445.299000', '170445.302000', '170445.305000', '170445.307000', '170445.310000', '170445.312000', '170445.315000', '170445.318000', '170445.320000', '170445.323000', '170445.325000', '170445.328000', '170445.330000', '170445.333000', '170445.336000', '170445.338000', '170445.341000', '170445.352000', '170445.355000', '170445.357000', '170445.360000', '170445.362000', '170445.365000', '170445.367000', '170445.370000', '170445.373000', '170445.375000', '170445.378000', '170445.380000', '170445.383000', '170445.385000', '170445.388000', '170445.391000', '170445.393000', '170445.396000', '170445.399000', '170445.401000', '170505.283000', '170505.286000', '170505.289000', '170505.291000', '170505.294000', '170505.297000', '170505.299000', '170505.302000', '170505.304000', '170505.307000', '170505.309000', '170505.312000', '170505.315000', '170505.317000', '170505.320000', '170505.322000', '170505.325000', '170505.327000', '170505.330000', '170505.333000', '170505.335000', '170505.338000', '170505.340000', '170505.343000', '170505.346000', '170505.348000', '170505.351000', '170505.353000', '170505.356000', '170505.358000', '170505.361000', '170505.364000', '170505.366000', '170505.369000', '170505.371000', '170505.374000', '170505.376000', '170505.379000', '170505.382000', '170505.384000', '170505.387000', '170505.389000', '170505.392000', '170505.394000', '170525.282000', '170525.285000', '170525.288000', '170525.291000', '170525.293000', '170525.296000', '170525.298000', '170525.301000', '170525.304000', '170525.306000', '170525.309000', '170525.311000', '170525.314000', '170525.317000', '170525.319000', '170525.322000', '170525.324000', '170525.327000', '170525.329000', '170525.332000', '170525.335000', '170525.337000', '170525.340000', '170525.342000', '170525.345000', '170525.348000', '170525.350000', '170525.353000', '170525.355000', '170525.358000', '170525.361000', '170525.363000', '170525.366000', '170525.369000', '170525.371000', '170525.374000', '170525.376000', '170525.379000', '170525.382000', '170525.384000', '170525.387000', '170525.389000', '170525.392000', '170545.284000', '170545.287000', '170545.289000', '170545.292000', '170545.294000', '170545.297000', '170545.300000', '170545.302000', '170545.305000', '170545.308000', '170545.310000', '170545.313000', '170545.315000', '170545.318000', '170545.320000', '170545.323000', '170545.325000', '170545.328000', '170545.330000', '170545.333000', '170545.336000', '170545.339000', '170545.341000', '170545.344000', '170545.347000', '170545.349000', '170545.352000', '170545.355000', '170545.357000', '170545.360000', '170545.362000', '170545.365000', '170545.367000', '170545.370000', '170545.373000', '170545.375000', '170545.378000', '170545.380000', '170545.383000', '170545.386000', '170545.388000', '170545.391000', '170545.393000', '170545.396000', '170605.282000', '170605.285000', '170605.288000', '170605.291000', '170605.293000', '170605.296000', '170605.299000', '170605.301000', '170605.304000', '170605.306000', '170605.309000', '170605.312000', '170605.314000', '170605.317000', '170605.320000', '170605.322000', '170605.325000', '170605.327000', '170605.330000', '170605.332000', '170605.335000', '170605.338000', '170605.340000', '170605.343000', '170605.345000', '170605.348000', '170605.351000', '170605.353000', '170605.356000', '170605.359000', '170605.361000', '170605.364000', '170605.366000', '170605.369000', '170605.371000', '170605.374000', '170605.377000', '170605.379000', '170605.382000', '170605.385000', '170605.387000', '170605.390000', '170605.392000', '170625.283000', '170625.286000', '170625.289000', '170625.291000', '170625.294000', '170625.310000', '170625.312000', '170625.315000', '170625.317000', '170625.320000', '170625.323000', '170625.325000', '170625.328000', '170625.331000', '170625.333000', '170625.336000', '170625.338000', '170625.341000', '170625.343000', '170625.346000', '170625.349000', '170625.351000', '170625.354000', '170625.357000', '170625.359000', '170625.362000', '170625.364000', '170625.367000', '170625.369000', '170625.372000', '170625.375000', '170625.377000', '170625.380000', '170625.382000', '170625.385000', '170625.388000', '170625.390000', '170625.393000', '170625.395000', '170625.398000', '170625.401000', '170625.403000', '170625.406000', '170625.408000', '170645.284000', '170645.286000', '170645.289000', '170645.292000', '170645.294000', '170645.297000', '170645.300000', '170645.302000', '170645.305000', '170645.308000', '170645.310000', '170645.313000', '170645.316000', '170645.318000', '170645.321000', '170645.323000', '170645.326000', '170645.329000', '170645.331000', '170645.334000', '170645.337000', '170645.339000', '170645.342000', '170645.344000', '170645.347000', '170645.349000', '170645.352000', '170645.355000', '170645.357000', '170645.360000', '170645.362000', '170645.365000', '170645.368000', '170645.370000', '170645.373000', '170645.375000', '170645.378000', '170645.381000', '170645.383000', '170645.386000', '170645.388000', '170645.391000', '170645.394000', '170705.283000', '170705.286000', '170705.289000', '170705.292000', '170705.294000', '170705.297000', '170705.300000', '170705.302000', '170705.305000', '170705.307000', '170705.310000', '170705.313000', '170705.315000', '170705.318000', '170705.321000', '170705.324000', '170705.327000', '170705.329000', '170705.332000', '170705.334000', '170705.337000', '170705.340000', '170705.342000', '170705.345000', '170705.347000', '170705.350000', '170705.353000', '170705.355000', '170705.358000', '170705.360000', '170705.363000', '170705.366000', '170705.368000', '170705.371000', '170705.374000', '170705.377000', '170705.380000', '170705.383000', '170705.385000', '170705.388000', '170705.390000', '170705.393000', '170705.396000', '170705.398000', '170725.284000', '170725.286000', '170725.289000', '170725.292000', '170725.294000', '170725.297000', '170725.300000', '170725.302000', '170725.305000', '170725.308000', '170725.310000', '170725.313000', '170725.315000', '170725.318000', '170725.321000', '170725.323000', '170725.326000', '170725.328000', '170725.331000', '170725.334000', '170725.336000', '170725.339000', '170725.342000', '170725.344000', '170725.347000', '170725.349000', '170725.352000', '170725.355000', '170725.357000', '170725.360000', '170725.363000', '170725.365000', '170725.368000', '170725.370000', '170725.373000', '170725.376000', '170725.378000', '170725.381000', '170725.383000', '170725.386000', '170725.388000', '170725.391000', '170725.394000', '170745.283000', '170745.286000', '170745.288000', '170745.291000', '170745.293000', '170745.296000', '170745.299000', '170745.301000', '170745.304000', '170745.307000', '170745.309000', '170745.312000', '170745.314000', '170745.317000', '170745.320000', '170745.322000', '170745.325000', '170745.328000', '170745.330000', '170745.333000', '170745.336000', '170745.338000', '170745.341000', '170745.343000', '170745.346000', '170745.348000', '170745.351000', '170745.354000', '170745.356000', '170745.359000', '170745.362000', '170745.364000', '170745.367000', '170745.369000', '170745.372000', '170745.374000', '170745.377000', '170745.380000', '170745.382000', '170745.385000', '170745.387000', '170745.390000', '170745.392000', '170805.282000', '170805.285000', '170805.288000', '170805.291000', '170805.293000', '170805.296000', '170805.298000', '170805.301000', '170805.304000', '170805.306000', '170805.309000', '170805.312000', '170805.314000', '170805.317000', '170805.319000', '170805.322000', '170805.325000', '170805.327000', '170805.330000', '170805.333000', '170805.335000', '170805.338000', '170805.340000', '170805.343000', '170805.346000', '170805.348000', '170805.351000', '170805.353000', '170805.356000', '170805.359000', '170805.361000', '170805.364000', '170805.367000', '170805.369000', '170805.372000', '170805.374000', '170805.377000', '170805.380000', '170805.382000', '170805.385000', '170805.387000', '170805.390000', '170805.393000', '170805.395000', '170825.283000', '170825.285000', '170825.288000', '170825.291000', '170825.293000', '170825.296000', '170825.298000', '170825.301000', '170825.304000', '170825.306000', '170825.309000', '170825.312000', '170825.315000', '170825.318000', '170825.321000', '170825.324000', '170825.326000', '170825.329000', '170825.331000', '170825.334000', '170825.336000', '170825.339000', '170825.342000', '170825.344000', '170825.347000', '170825.349000', '170825.352000', '170825.354000', '170825.357000', '170825.361000', '170825.365000', '170825.367000', '170825.370000', '170825.372000', '170825.375000', '170825.378000', '170825.380000', '170825.383000', '170825.385000', '170825.388000', '170825.390000', '170825.393000', '170825.396000', '170845.284000', '170845.287000', '170845.289000', '170845.292000', '170845.294000', '170845.297000', '170845.300000', '170845.302000', '170845.305000', '170845.307000', '170845.310000', '170845.313000', '170845.315000', '170845.318000', '170845.321000', '170845.323000', '170845.326000', '170845.328000', '170845.331000', '170845.334000', '170845.336000', '170845.339000', '170845.341000', '170845.344000', '170845.347000', '170845.349000', '170845.352000', '170845.355000', '170845.357000', '170845.360000', '170845.362000', '170845.365000', '170845.368000', '170845.370000', '170845.373000', '170845.375000', '170845.378000', '170845.381000', '170845.383000', '170845.386000', '170845.389000', '170845.391000', '170845.394000', '170845.396000', '170905.284000', '170905.286000', '170905.289000', '170905.292000', '170905.294000', '170905.297000', '170905.299000', '170905.302000', '170905.305000', '170905.307000', '170905.310000', '170905.312000', '170905.315000', '170905.317000', '170905.320000', '170905.322000', '170905.325000', '170905.328000', '170905.330000', '170905.333000', '170905.335000', '170905.338000', '170905.340000', '170905.343000', '170905.346000', '170905.348000', '170905.351000', '170905.354000', '170905.356000', '170905.359000', '170905.361000', '170905.364000', '170905.366000', '170905.369000', '170905.371000', '170905.374000', '170905.377000', '170905.379000', '170905.382000', '170905.384000', '170905.387000', '170905.390000', '170905.393000', '170925.284000', '170925.286000', '170925.289000', '170925.292000', '170925.294000', '170925.297000', '170925.299000', '170925.302000', '170925.305000', '170925.307000', '170925.310000', '170925.312000', '170925.315000', '170925.318000', '170925.320000', '170925.323000', '170925.326000', '170925.328000', '170925.331000', '170925.333000', '170925.336000', '170925.339000', '170925.341000', '170925.344000', '170925.346000', '170925.349000', '170925.352000', '170925.354000', '170925.357000', '170925.360000', '170925.362000', '170925.365000', '170925.368000', '170925.370000', '170925.373000', '170925.375000', '170925.378000', '170925.380000', '170925.383000', '170925.386000', '170925.388000', '170925.391000', '170925.393000', '170925.396000', '170945.284000', '170945.286000', '170945.289000', '170945.292000', '170945.294000', '170945.297000', '170945.299000', '170945.302000', '170945.305000', '170945.307000', '170945.310000', '170945.313000', '170945.315000', '170945.318000', '170945.321000', '170945.323000', '170945.326000', '170945.328000', '170945.331000', '170945.334000', '170945.336000', '170945.339000', '170945.341000', '170945.344000', '170945.347000', '170945.349000', '170945.352000', '170945.354000', '170945.357000', '170945.360000', '170945.362000', '170945.365000', '170945.367000', '170945.370000', '170945.372000', '170945.375000', '170945.378000', '170945.381000', '170945.384000', '170945.387000', '170945.390000', '170945.392000', '170945.395000', '171005.282000', '171005.285000', '171005.288000', '171005.291000', '171005.293000', '171005.296000', '171005.298000', '171005.301000', '171005.304000', '171005.306000', '171005.309000', '171005.311000', '171005.314000', '171005.317000', '171005.319000', '171005.322000', '171005.324000', '171005.327000', '171005.330000', '171005.332000', '171005.335000', '171005.337000', '171005.340000', '171005.343000', '171005.345000', '171005.348000', '171005.351000', '171005.353000', '171005.356000', '171005.358000', '171005.361000', '171005.363000', '171005.366000', '171005.369000', '171005.371000', '171005.374000', '171005.376000', '171005.379000', '171005.382000', '171005.384000', '171005.387000', '171005.389000', '171005.392000', '171005.395000', '171025.283000', '171025.285000', '171025.288000', '171025.291000', '171025.293000', '171025.296000', '171025.298000', '171025.301000', '171025.304000', '171025.306000', '171025.309000', '171025.311000', '171025.314000', '171025.317000', '171025.319000', '171025.322000', '171025.324000', '171025.327000', '171025.329000', '171025.332000', '171025.335000', '171025.337000', '171025.340000', '171025.342000', '171025.345000', '171025.348000', '171025.350000', '171025.353000', '171025.356000', '171025.358000', '171025.361000', '171025.363000', '171025.366000', '171025.368000', '171025.371000', '171025.374000', '171025.376000', '171025.379000', '171025.382000', '171025.385000', '171025.388000', '171025.391000', '171025.394000', '171045.283000', '171045.285000', '171045.288000', '171045.291000', '171045.293000', '171045.296000', '171045.299000', '171045.301000', '171045.314000', '171045.316000', '171045.319000', '171045.322000', '171045.324000', '171045.327000', '171045.329000', '171045.332000', '171045.335000', '171045.337000', '171045.340000', '171045.342000', '171045.345000', '171045.348000', '171045.350000', '171045.353000', '171045.356000', '171045.358000', '171045.361000', '171045.363000', '171045.366000', '171045.369000', '171045.371000', '171045.374000', '171045.376000', '171045.379000', '171045.381000', '171045.384000', '171045.387000', '171045.389000', '171045.392000', '171045.395000', '171045.397000', '171045.400000', '171045.402000', '171045.405000', '171105.283000', '171105.286000', '171105.289000', '171105.292000', '171105.294000', '171105.297000', '171105.299000', '171105.302000', '171105.305000', '171105.307000', '171105.310000', '171105.312000', '171105.315000', '171105.318000', '171105.320000', '171105.323000', '171105.325000', '171105.328000', '171105.330000', '171105.333000', '171105.336000', '171105.338000', '171105.341000', '171105.344000', '171105.346000', '171105.349000', '171105.351000', '171105.354000', '171105.357000', '171105.359000', '171105.362000', '171105.364000', '171105.367000', '171105.370000', '171105.372000', '171105.375000', '171105.377000', '171105.380000', '171105.383000', '171105.385000', '171105.388000', '171105.390000', '171105.393000', '171121.470000', '171121.473000', '171121.475000', '171121.493000', '171121.495000', '171121.498000', '171121.501000', '171121.503000', '171121.506000', '171121.509000', '171121.511000', '171121.514000', '171121.516000', '171121.519000', '171121.521000', '171121.524000', '171121.527000', '171121.529000', '171121.532000', '171121.534000', '171121.537000', '171121.540000', '171121.542000', '171121.545000', '171121.548000', '171121.550000', '171121.553000', '171121.555000', '171121.558000', '171121.561000', '171121.563000', '171121.566000', '171121.568000', '171121.571000', '171121.573000', '171121.576000'], 'InstanceCreationTime': ['170325.324000', '170325.327000', '170325.329000', '170325.332000', '170325.335000', '170325.337000', '170325.340000', '170325.343000', '170325.346000', '170325.349000', '170325.351000', '170325.354000', '170325.363000', '170325.366000', '170325.369000', '170325.372000', '170325.375000', '170325.377000', '170325.380000', '170325.383000', '170325.386000', '170325.390000', '170325.392000', '170325.395000', '170325.398000', '170325.400000', '170325.403000', '170325.405000', '170325.408000', '170345.282000', '170345.285000', '170345.288000', '170345.290000', '170345.293000', '170345.295000', '170345.298000', '170345.300000', '170345.303000', '170345.306000', '170345.308000', '170345.311000', '170345.313000', '170345.316000', '170345.318000', '170345.321000', '170345.323000', '170345.326000', '170345.328000', '170345.331000', '170345.333000', '170345.336000', '170345.338000', '170345.341000', '170345.343000', '170345.346000', '170345.349000', '170345.351000', '170345.354000', '170345.356000', '170345.359000', '170345.361000', '170345.364000', '170345.366000', '170345.369000', '170345.371000', '170345.379000', '170345.382000', '170345.385000', '170345.387000', '170345.390000', '170345.392000', '170345.395000', '170345.397000', '170405.284000', '170405.286000', '170405.289000', '170405.292000', '170405.294000', '170405.297000', '170405.299000', '170405.302000', '170405.304000', '170405.307000', '170405.310000', '170405.312000', '170405.315000', '170405.317000', '170405.320000', '170405.322000', '170405.325000', '170405.328000', '170405.330000', '170405.333000', '170405.335000', '170405.338000', '170405.341000', '170405.352000', '170405.355000', '170405.357000', '170405.360000', '170405.362000', '170405.365000', '170405.368000', '170405.370000', '170405.373000', '170405.375000', '170405.378000', '170405.380000', '170405.383000', '170405.385000', '170405.388000', '170405.390000', '170405.393000', '170405.396000', '170405.398000', '170405.401000', '170425.283000', '170425.286000', '170425.289000', '170425.291000', '170425.294000', '170425.297000', '170425.299000', '170425.302000', '170425.305000', '170425.307000', '170425.310000', '170425.312000', '170425.315000', '170425.317000', '170425.320000', '170425.323000', '170425.325000', '170425.328000', '170425.330000', '170425.333000', '170425.335000', '170425.338000', '170425.340000', '170425.343000', '170425.346000', '170425.348000', '170425.351000', '170425.354000', '170425.356000', '170425.359000', '170425.361000', '170425.364000', '170425.366000', '170425.369000', '170425.371000', '170425.374000', '170425.377000', '170425.379000', '170425.382000', '170425.384000', '170425.387000', '170425.389000', '170425.392000', '170425.395000', '170445.283000', '170445.286000', '170445.289000', '170445.291000', '170445.294000', '170445.297000', '170445.299000', '170445.302000', '170445.305000', '170445.307000', '170445.310000', '170445.312000', '170445.315000', '170445.318000', '170445.320000', '170445.323000', '170445.325000', '170445.328000', '170445.330000', '170445.333000', '170445.336000', '170445.338000', '170445.341000', '170445.352000', '170445.355000', '170445.357000', '170445.360000', '170445.362000', '170445.365000', '170445.367000', '170445.370000', '170445.373000', '170445.375000', '170445.378000', '170445.380000', '170445.383000', '170445.385000', '170445.388000', '170445.391000', '170445.393000', '170445.396000', '170445.399000', '170445.401000', '170505.283000', '170505.286000', '170505.289000', '170505.291000', '170505.294000', '170505.297000', '170505.299000', '170505.302000', '170505.304000', '170505.307000', '170505.309000', '170505.312000', '170505.315000', '170505.317000', '170505.320000', '170505.322000', '170505.325000', '170505.327000', '170505.330000', '170505.333000', '170505.335000', '170505.338000', '170505.340000', '170505.343000', '170505.346000', '170505.348000', '170505.351000', '170505.353000', '170505.356000', '170505.358000', '170505.361000', '170505.364000', '170505.366000', '170505.369000', '170505.371000', '170505.374000', '170505.376000', '170505.379000', '170505.382000', '170505.384000', '170505.387000', '170505.389000', '170505.392000', '170505.394000', '170525.282000', '170525.285000', '170525.288000', '170525.291000', '170525.293000', '170525.296000', '170525.298000', '170525.301000', '170525.304000', '170525.306000', '170525.309000', '170525.311000', '170525.314000', '170525.317000', '170525.319000', '170525.322000', '170525.324000', '170525.327000', '170525.329000', '170525.332000', '170525.335000', '170525.337000', '170525.340000', '170525.342000', '170525.345000', '170525.348000', '170525.350000', '170525.353000', '170525.355000', '170525.358000', '170525.361000', '170525.363000', '170525.366000', '170525.369000', '170525.371000', '170525.374000', '170525.376000', '170525.379000', '170525.382000', '170525.384000', '170525.387000', '170525.389000', '170525.392000', '170545.284000', '170545.287000', '170545.289000', '170545.292000', '170545.294000', '170545.297000', '170545.300000', '170545.302000', '170545.305000', '170545.308000', '170545.310000', '170545.313000', '170545.315000', '170545.318000', '170545.320000', '170545.323000', '170545.325000', '170545.328000', '170545.330000', '170545.333000', '170545.336000', '170545.339000', '170545.341000', '170545.344000', '170545.347000', '170545.349000', '170545.352000', '170545.355000', '170545.357000', '170545.360000', '170545.362000', '170545.365000', '170545.367000', '170545.370000', '170545.373000', '170545.375000', '170545.378000', '170545.380000', '170545.383000', '170545.386000', '170545.388000', '170545.391000', '170545.393000', '170545.396000', '170605.282000', '170605.285000', '170605.288000', '170605.291000', '170605.293000', '170605.296000', '170605.299000', '170605.301000', '170605.304000', '170605.306000', '170605.309000', '170605.312000', '170605.314000', '170605.317000', '170605.320000', '170605.322000', '170605.325000', '170605.327000', '170605.330000', '170605.332000', '170605.335000', '170605.338000', '170605.340000', '170605.343000', '170605.345000', '170605.348000', '170605.351000', '170605.353000', '170605.356000', '170605.359000', '170605.361000', '170605.364000', '170605.366000', '170605.369000', '170605.371000', '170605.374000', '170605.377000', '170605.379000', '170605.382000', '170605.385000', '170605.387000', '170605.390000', '170605.392000', '170625.283000', '170625.286000', '170625.289000', '170625.291000', '170625.294000', '170625.310000', '170625.312000', '170625.315000', '170625.317000', '170625.320000', '170625.323000', '170625.325000', '170625.328000', '170625.331000', '170625.333000', '170625.336000', '170625.338000', '170625.341000', '170625.343000', '170625.346000', '170625.349000', '170625.351000', '170625.354000', '170625.357000', '170625.359000', '170625.362000', '170625.364000', '170625.367000', '170625.369000', '170625.372000', '170625.375000', '170625.377000', '170625.380000', '170625.382000', '170625.385000', '170625.388000', '170625.390000', '170625.393000', '170625.395000', '170625.398000', '170625.401000', '170625.403000', '170625.406000', '170625.408000', '170645.284000', '170645.286000', '170645.289000', '170645.292000', '170645.294000', '170645.297000', '170645.300000', '170645.302000', '170645.305000', '170645.308000', '170645.310000', '170645.313000', '170645.316000', '170645.318000', '170645.321000', '170645.323000', '170645.326000', '170645.329000', '170645.331000', '170645.334000', '170645.337000', '170645.339000', '170645.342000', '170645.344000', '170645.347000', '170645.349000', '170645.352000', '170645.355000', '170645.357000', '170645.360000', '170645.362000', '170645.365000', '170645.368000', '170645.370000', '170645.373000', '170645.375000', '170645.378000', '170645.381000', '170645.383000', '170645.386000', '170645.388000', '170645.391000', '170645.394000', '170705.283000', '170705.286000', '170705.289000', '170705.292000', '170705.294000', '170705.297000', '170705.300000', '170705.302000', '170705.305000', '170705.307000', '170705.310000', '170705.313000', '170705.315000', '170705.318000', '170705.321000', '170705.324000', '170705.327000', '170705.329000', '170705.332000', '170705.334000', '170705.337000', '170705.340000', '170705.342000', '170705.345000', '170705.347000', '170705.350000', '170705.353000', '170705.355000', '170705.358000', '170705.360000', '170705.363000', '170705.366000', '170705.368000', '170705.371000', '170705.374000', '170705.377000', '170705.380000', '170705.383000', '170705.385000', '170705.388000', '170705.390000', '170705.393000', '170705.396000', '170705.398000', '170725.284000', '170725.286000', '170725.289000', '170725.292000', '170725.294000', '170725.297000', '170725.300000', '170725.302000', '170725.305000', '170725.308000', '170725.310000', '170725.313000', '170725.315000', '170725.318000', '170725.321000', '170725.323000', '170725.326000', '170725.328000', '170725.331000', '170725.334000', '170725.336000', '170725.339000', '170725.342000', '170725.344000', '170725.347000', '170725.349000', '170725.352000', '170725.355000', '170725.357000', '170725.360000', '170725.363000', '170725.365000', '170725.368000', '170725.370000', '170725.373000', '170725.376000', '170725.378000', '170725.381000', '170725.383000', '170725.386000', '170725.388000', '170725.391000', '170725.394000', '170745.283000', '170745.286000', '170745.288000', '170745.291000', '170745.293000', '170745.296000', '170745.299000', '170745.301000', '170745.304000', '170745.307000', '170745.309000', '170745.312000', '170745.314000', '170745.317000', '170745.320000', '170745.322000', '170745.325000', '170745.328000', '170745.330000', '170745.333000', '170745.336000', '170745.338000', '170745.341000', '170745.343000', '170745.346000', '170745.348000', '170745.351000', '170745.354000', '170745.356000', '170745.359000', '170745.362000', '170745.364000', '170745.367000', '170745.369000', '170745.372000', '170745.374000', '170745.377000', '170745.380000', '170745.382000', '170745.385000', '170745.387000', '170745.390000', '170745.392000', '170805.282000', '170805.285000', '170805.288000', '170805.291000', '170805.293000', '170805.296000', '170805.298000', '170805.301000', '170805.304000', '170805.306000', '170805.309000', '170805.312000', '170805.314000', '170805.317000', '170805.319000', '170805.322000', '170805.325000', '170805.327000', '170805.330000', '170805.333000', '170805.335000', '170805.338000', '170805.340000', '170805.343000', '170805.346000', '170805.348000', '170805.351000', '170805.353000', '170805.356000', '170805.359000', '170805.361000', '170805.364000', '170805.367000', '170805.369000', '170805.372000', '170805.374000', '170805.377000', '170805.380000', '170805.382000', '170805.385000', '170805.387000', '170805.390000', '170805.393000', '170805.395000', '170825.283000', '170825.285000', '170825.288000', '170825.291000', '170825.293000', '170825.296000', '170825.298000', '170825.301000', '170825.304000', '170825.306000', '170825.309000', '170825.312000', '170825.315000', '170825.318000', '170825.321000', '170825.324000', '170825.326000', '170825.329000', '170825.331000', '170825.334000', '170825.336000', '170825.339000', '170825.342000', '170825.344000', '170825.347000', '170825.349000', '170825.352000', '170825.354000', '170825.357000', '170825.361000', '170825.365000', '170825.367000', '170825.370000', '170825.372000', '170825.375000', '170825.378000', '170825.380000', '170825.383000', '170825.385000', '170825.388000', '170825.390000', '170825.393000', '170825.396000', '170845.284000', '170845.287000', '170845.289000', '170845.292000', '170845.294000', '170845.297000', '170845.300000', '170845.302000', '170845.305000', '170845.307000', '170845.310000', '170845.313000', '170845.315000', '170845.318000', '170845.321000', '170845.323000', '170845.326000', '170845.328000', '170845.331000', '170845.334000', '170845.336000', '170845.339000', '170845.341000', '170845.344000', '170845.347000', '170845.349000', '170845.352000', '170845.355000', '170845.357000', '170845.360000', '170845.362000', '170845.365000', '170845.368000', '170845.370000', '170845.373000', '170845.375000', '170845.378000', '170845.381000', '170845.383000', '170845.386000', '170845.389000', '170845.391000', '170845.394000', '170845.396000', '170905.284000', '170905.286000', '170905.289000', '170905.292000', '170905.294000', '170905.297000', '170905.299000', '170905.302000', '170905.305000', '170905.307000', '170905.310000', '170905.312000', '170905.315000', '170905.317000', '170905.320000', '170905.322000', '170905.325000', '170905.328000', '170905.330000', '170905.333000', '170905.335000', '170905.338000', '170905.340000', '170905.343000', '170905.346000', '170905.348000', '170905.351000', '170905.354000', '170905.356000', '170905.359000', '170905.361000', '170905.364000', '170905.366000', '170905.369000', '170905.371000', '170905.374000', '170905.377000', '170905.379000', '170905.382000', '170905.384000', '170905.387000', '170905.390000', '170905.393000', '170925.284000', '170925.286000', '170925.289000', '170925.292000', '170925.294000', '170925.297000', '170925.299000', '170925.302000', '170925.305000', '170925.307000', '170925.310000', '170925.312000', '170925.315000', '170925.318000', '170925.320000', '170925.323000', '170925.326000', '170925.328000', '170925.331000', '170925.333000', '170925.336000', '170925.339000', '170925.341000', '170925.344000', '170925.346000', '170925.349000', '170925.352000', '170925.354000', '170925.357000', '170925.360000', '170925.362000', '170925.365000', '170925.368000', '170925.370000', '170925.373000', '170925.375000', '170925.378000', '170925.380000', '170925.383000', '170925.386000', '170925.388000', '170925.391000', '170925.393000', '170925.396000', '170945.284000', '170945.286000', '170945.289000', '170945.292000', '170945.294000', '170945.297000', '170945.299000', '170945.302000', '170945.305000', '170945.307000', '170945.310000', '170945.313000', '170945.315000', '170945.318000', '170945.321000', '170945.323000', '170945.326000', '170945.328000', '170945.331000', '170945.334000', '170945.336000', '170945.339000', '170945.341000', '170945.344000', '170945.347000', '170945.349000', '170945.352000', '170945.354000', '170945.357000', '170945.360000', '170945.362000', '170945.365000', '170945.367000', '170945.370000', '170945.372000', '170945.375000', '170945.378000', '170945.381000', '170945.384000', '170945.387000', '170945.390000', '170945.392000', '170945.395000', '171005.282000', '171005.285000', '171005.288000', '171005.291000', '171005.293000', '171005.296000', '171005.298000', '171005.301000', '171005.304000', '171005.306000', '171005.309000', '171005.311000', '171005.314000', '171005.317000', '171005.319000', '171005.322000', '171005.324000', '171005.327000', '171005.330000', '171005.332000', '171005.335000', '171005.337000', '171005.340000', '171005.343000', '171005.345000', '171005.348000', '171005.351000', '171005.353000', '171005.356000', '171005.358000', '171005.361000', '171005.363000', '171005.366000', '171005.369000', '171005.371000', '171005.374000', '171005.376000', '171005.379000', '171005.382000', '171005.384000', '171005.387000', '171005.389000', '171005.392000', '171005.395000', '171025.283000', '171025.285000', '171025.288000', '171025.291000', '171025.293000', '171025.296000', '171025.298000', '171025.301000', '171025.304000', '171025.306000', '171025.309000', '171025.311000', '171025.314000', '171025.317000', '171025.319000', '171025.322000', '171025.324000', '171025.327000', '171025.329000', '171025.332000', '171025.335000', '171025.337000', '171025.340000', '171025.342000', '171025.345000', '171025.348000', '171025.350000', '171025.353000', '171025.356000', '171025.358000', '171025.361000', '171025.363000', '171025.366000', '171025.368000', '171025.371000', '171025.374000', '171025.376000', '171025.379000', '171025.382000', '171025.385000', '171025.388000', '171025.391000', '171025.394000', '171045.283000', '171045.285000', '171045.288000', '171045.291000', '171045.293000', '171045.296000', '171045.299000', '171045.301000', '171045.314000', '171045.316000', '171045.319000', '171045.322000', '171045.324000', '171045.327000', '171045.329000', '171045.332000', '171045.335000', '171045.337000', '171045.340000', '171045.342000', '171045.345000', '171045.348000', '171045.350000', '171045.353000', '171045.356000', '171045.358000', '171045.361000', '171045.363000', '171045.366000', '171045.369000', '171045.371000', '171045.374000', '171045.376000', '171045.379000', '171045.381000', '171045.384000', '171045.387000', '171045.389000', '171045.392000', '171045.395000', '171045.397000', '171045.400000', '171045.402000', '171045.405000', '171105.283000', '171105.286000', '171105.289000', '171105.292000', '171105.294000', '171105.297000', '171105.299000', '171105.302000', '171105.305000', '171105.307000', '171105.310000', '171105.312000', '171105.315000', '171105.318000', '171105.320000', '171105.323000', '171105.325000', '171105.328000', '171105.330000', '171105.333000', '171105.336000', '171105.338000', '171105.341000', '171105.344000', '171105.346000', '171105.349000', '171105.351000', '171105.354000', '171105.357000', '171105.359000', '171105.362000', '171105.364000', '171105.367000', '171105.370000', '171105.372000', '171105.375000', '171105.377000', '171105.380000', '171105.383000', '171105.385000', '171105.388000', '171105.390000', '171105.393000', '171121.470000', '171121.473000', '171121.475000', '171121.493000', '171121.495000', '171121.498000', '171121.501000', '171121.503000', '171121.506000', '171121.509000', '171121.511000', '171121.514000', '171121.516000', '171121.519000', '171121.521000', '171121.524000', '171121.527000', '171121.529000', '171121.532000', '171121.534000', '171121.537000', '171121.540000', '171121.542000', '171121.545000', '171121.548000', '171121.550000', '171121.553000', '171121.555000', '171121.558000', '171121.561000', '171121.563000', '171121.566000', '171121.568000', '171121.571000', '171121.573000', '171121.576000'], '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': [9982, 7636, 9823, 7684, 7067, 8085, 7239, 8904, 7642, 9320, 7705, 9418, 6905, 9394, 6374, 9046, 6805, 9798, 6931, 9485, 6976, 8808, 6914, 9741, 7267, 9603, 7159, 9349, 6889, 9653, 7449, 9509, 7442, 9341, 7198, 9296, 7731, 9136, 7715, 7429, 7300, 7870, 7782, 9133, 7879, 8270, 7853, 7297, 8204, 7966, 8822, 8624, 9063, 7263, 9576, 7125, 9709, 7763, 10579, 7659, 10658, 7183, 10298, 7219, 10546, 7781, 10362, 8008, 10060, 7708, 9974, 7815, 10560, 8016, 9982, 7837, 9645, 8026, 9993, 7791, 7655, 7563, 7752, 7888, 8800, 8830, 7277, 9383, 7216, 9710, 7736, 10723, 7926, 10421, 7392, 10223, 7294, 10882, 8403, 10656, 7970, 10291, 7754, 10644, 7808, 10201, 7434, 6751, 8104, 7164, 8882, 8264, 9119, 7378, 9249, 7381, 9096, 8148, 8979, 7813, 9147, 6702, 9071, 7161, 9656, 7454, 10149, 7344, 10162, 6987, 9809, 7103, 10719, 8014, 10222, 7923, 9994, 7595, 10272, 7920, 9792, 7799, 7366, 7922, 7238, 9052, 8195, 9803, 7335, 10239, 7054, 10037, 6862, 10091, 7435, 10433, 7726, 10506, 7105, 9663, 6840, 9823, 7230, 9699, 7052, 9429, 6934, 10099, 7387, 9588, 7375, 9487, 7126, 9865, 7572, 9908, 7396, 7463, 7532, 7422, 8178, 7569, 9204, 6880, 9994, 7107, 10027, 7513, 10395, 7406, 10460, 7511, 9898, 7554, 10345, 8017, 10109, 7532, 9484, 7465, 10092, 7520, 8206, 7487, 6891, 7729, 7350, 8652, 7574, 9648, 7068, 9873, 6900, 9698, 6956, 10660, 7612, 10211, 7983, 9747, 7465, 9975, 7730, 8621, 7845, 6506, 9072, 6761, 10156, 7407, 10994, 8300, 9819, 7445, 7401, 7639, 7287, 8653, 7361, 9383, 6720, 9664, 7079, 9730, 7016, 10313, 7926, 10102, 7379, 8954, 7476, 7413, 8524, 6972, 9163, 6704, 9681, 7218, 9928, 7393, 10686, 7606, 10237, 7816, 9899, 7859, 11043, 7553, 8902, 7935, 6452, 8963, 6407, 10209, 6989, 11228, 7854, 9892, 7306, 9239, 7503, 9466, 7492, 10198, 7575, 6866, 7873, 6912, 7963, 7409, 8652, 7546, 8764, 6605, 9479, 6543, 9163, 6826, 9969, 7307, 9750, 7271, 9363, 7322, 9344, 7442, 9273, 7694, 6828, 7839, 6283, 8727, 6934, 10070, 7618, 9980, 7590, 9855, 7769, 9473, 7497, 6945, 7845, 6640, 8402, 8798, 8274, 7379, 8710, 7360, 8637, 9142, 8269, 8980, 7861, 7453, 7704, 8892, 7707, 11265, 7952, 7645, 7461, 8125, 7470, 8289, 7891, 7957, 8119, 6662, 8613, 6838, 9354, 7601, 10107, 7483, 10142, 7228, 9776, 7232, 10575, 8037, 10102, 7483, 9144, 7499, 9934, 7466, 6749, 7715, 6620, 8210, 7025, 9377, 6752, 9634, 7124, 9494, 7179, 10257, 7388, 9291, 7307, 8931, 7528, 8710, 7202, 6747, 7682, 7242, 8381, 7489, 9557, 7082, 9651, 6659, 9859, 7130, 10411, 8167, 9996, 7631, 9261, 7443, 9683, 7442, 9560, 7263, 9019, 7332, 8670, 7709, 7533, 7617, 6796, 8131, 7222, 9518, 7438, 9962, 6842, 10165, 7071, 10205, 7545, 9992, 7892, 9883, 7496, 9776, 7552, 10386, 7666, 10237, 7375, 9533, 7593, 9942, 7816, 8146, 7433, 8558, 7285, 9632, 7626, 9715, 7423, 7320, 7386, 7227, 7564, 8332, 8198, 6801, 9504, 6721, 9516, 7007, 10397, 7791, 10007, 7773, 9665, 7391, 10035, 7556, 10544, 7756, 9784, 7537, 8586, 7650, 8762, 7367, 6640, 8143, 6935, 8739, 7494, 9453, 6976, 9646, 6639, 9674, 6901, 10358, 8083, 10154, 7567, 8597, 7387, 7597, 7753, 8000, 8139, 6856, 9152, 6586, 9638, 7273, 9864, 8863, 9504, 7396, 9752, 6887, 9903, 7752, 9455, 8157, 9915, 6869, 10139, 7083, 9817, 6544, 9527, 6688, 9528, 7394, 9582, 7368, 9559, 7095, 9117, 6447, 9392, 6935, 9514, 7491, 9531, 7274, 9579, 7382, 9816, 7179, 9522, 7401, 8876, 7168, 9601, 7160, 7178, 7789, 6285, 8425, 6450, 9101, 7083, 9212, 7016, 8945, 6452, 9006, 6567, 9363, 6948, 9721, 7187, 9519, 7100, 9637, 7055, 9989, 7052, 9518, 7283, 9396, 7304, 9369, 7434, 9958, 7503, 10084, 7422, 8814, 7518, 7621, 7539, 7345, 8164, 6501, 9037, 6387, 10224, 7724, 9644, 7469, 9578, 7290, 9836, 7343, 9421, 7667, 7898, 7693, 9134, 7526, 8534, 8393, 6882, 8954, 6939, 9663, 7118, 10209, 7307, 10860, 7236, 10437, 7408, 9530, 7431, 9757, 7414, 9244, 7495, 8752, 7382, 8733, 7103, 9251, 7457, 8846, 7355, 8200, 7105, 9397, 6934, 8894, 7361, 8474, 7306, 8708, 7292, 9679, 7260, 7435, 7711, 7030, 7901, 8254, 7699, 8483, 7573, 6588, 8038, 6758, 8881, 7620, 9313, 7798, 9243, 6870, 9352, 7064, 9394, 7043, 9066, 7278, 9457, 6452, 9400, 6705, 9324, 6585, 9252, 6784, 9802, 7203, 9723, 7113, 8940, 7047, 9454, 7240, 9552, 7148, 9470, 7016, 9373, 7140, 8995, 6991, 8014, 8141, 7781, 6183, 8773, 6496, 9615, 7057, 10746, 7991, 10293, 7531, 10175, 7691, 10709, 7429, 11577, 7992, 11097, 7307, 9913, 7151, 9681, 6996, 8384, 7607, 7768, 6812, 7811, 7450, 7602, 7463, 7437, 6718, 7873, 6232, 8491, 6387, 9980, 7228, 9652, 7162, 9439, 7239, 10045, 6968, 9751, 7166, 10173, 7226, 10092, 6779, 10413, 6895, 10207, 6644, 9931, 6870, 10328, 7307, 10794, 7230, 10023, 7346, 9616, 7372, 9791, 7507, 9666, 7451, 9319, 7506, 9696, 7394, 8998, 7861, 8772, 7583, 9133, 7535, 8694, 7676, 6624, 8131, 6633, 8279, 7103, 8501, 7606, 8702, 6836, 9049, 6629, 9163, 6602, 8719, 6773, 9312, 6790, 9080, 7042, 9030, 7204, 9144, 7175, 9944, 7403, 7644, 7653, 8699, 7543, 9290, 7532, 9080, 7048, 7973, 7281, 6989, 7734, 7351, 8598, 8279, 8415, 9131, 8119, 6878, 8363, 7941, 8134, 9377, 7711, 9646, 7457, 7205, 7906, 7331, 8185, 8431, 8050, 9108, 8024, 7209, 8030, 7142, 8516, 7568, 9743, 7003, 10237, 7070, 10159, 7105, 10636, 7824, 10417, 7525, 9754, 7556, 10512, 7287, 9929, 7635, 9924, 7821, 10676, 7500, 8634, 8049, 9231, 8037, 10202, 7893, 9884, 7621, 8951, 7828, 9381, 7865, 8692, 6836, 8542, 6980, 8378, 7323, 8277, 7102, 8526, 6746, 8488, 6679, 8227, 6553, 8284, 8831, 7866, 9934, 7290, 9255, 7097, 7892, 7499, 7574, 7791, 8384, 7960, 6989, 8709, 6858, 9440, 6899, 10129, 7663, 10496, 7367, 10387, 7633, 10983, 7757, 9944, 8210, 11466, 8159, 10904, 7812, 10225, 7682, 9929, 7783, 9450, 7071, 8620, 6609, 8300, 6266, 8103, 7246, 7983, 8960, 7267, 8492, 6859, 7515, 7329, 7378, 7447, 7350, 8088, 7612, 8718, 7312, 8592, 11033, 8107, 9554, 7007, 8752, 6986, 9413, 6795, 9050, 6614, 8760, 6907, 8534, 6995, 8805, 6224, 8493, 6337, 8762, 6992, 9268, 7273, 10551, 7433, 8443, 12193, 8093, 9734, 7251, 11705, 8803, 10955, 11138, 8972, 7347, 8653, 8665, 8845, 12061, 9767, 9342, 8291, 11526, 7787, 12100, 8318, 10726, 7954, 9931, 7049, 8421, 12138, 8079, 9738, 7801, 8454, 6305, 8346, 6159, 8069, 6248, 7860, 6099, 7678, 6025, 8289, 6317, 8548, 6655, 9413, 7287, 9450, 7172, 9043, 7279, 9686, 7322, 8333, 7795, 11667, 7534, 11590, 7931, 10019, 7458, 10356, 7631, 11092, 7870, 11442, 7924, 11428, 7724, 10145, 7029, 8948, 6892, 8341, 8178, 8021, 6888, 7857, 7419, 7792, 7701, 7849, 6390, 8134, 6417, 8383, 6912, 9342, 6908, 9956, 7363, 9452, 7132, 9417, 7253, 9251, 7417, 9720, 7585, 9891, 7676, 10264, 7715, 10024, 7555, 9098], 'WindowCenter': [3983.0, 3936.0, 3954.0, 3921.0, 3901.0, 3917.0, 3900.0, 3924.0, 3910.0, 3926.0, 3905.0, 3924.0, 3891.0, 3925.0, 3871.0, 3914.0, 3888.0, 3932.0, 3891.0, 3924.0, 3894.0, 3911.0, 3895.0, 3936.0, 3906.0, 3937.0, 3894.0, 3926.0, 3901.0, 3931.0, 3905.0, 3938.0, 3906.0, 3927.0, 3896.0, 3931.0, 3908.0, 3924.0, 3907.0, 3907.0, 3907.0, 3916.0, 3904.0, 3940.0, 3919.0, 3916.0, 3913.0, 3908.0, 3915.0, 3906.0, 3928.0, 3927.0, 3926.0, 3907.0, 3938.0, 3895.0, 3927.0, 3906.0, 3949.0, 3907.0, 3948.0, 3896.0, 3934.0, 3906.0, 3948.0, 3908.0, 3933.0, 3918.0, 3937.0, 3906.0, 3938.0, 3909.0, 3935.0, 3921.0, 3937.0, 3902.0, 3937.0, 3923.0, 3937.0, 3906.0, 3906.0, 3901.0, 3907.0, 3923.0, 3928.0, 3934.0, 3906.0, 3926.0, 3891.0, 3937.0, 3906.0, 3953.0, 3906.0, 3933.0, 3897.0, 3937.0, 3892.0, 3948.0, 3918.0, 3937.0, 3915.0, 3937.0, 3910.0, 3936.0, 3907.0, 3937.0, 3901.0, 3884.0, 3907.0, 3895.0, 3917.0, 3915.0, 3916.0, 3900.0, 3929.0, 3895.0, 3926.0, 3900.0, 3933.0, 3905.0, 3927.0, 3883.0, 3925.0, 3895.0, 3925.0, 3906.0, 3932.0, 3888.0, 3935.0, 3895.0, 3933.0, 3890.0, 3933.0, 3911.0, 3932.0, 3912.0, 3919.0, 3901.0, 3937.0, 3914.0, 3936.0, 3910.0, 3891.0, 3905.0, 3894.0, 3925.0, 3919.0, 3944.0, 3896.0, 3937.0, 3891.0, 3924.0, 3889.0, 3931.0, 3900.0, 3941.0, 3902.0, 3936.0, 3889.0, 3927.0, 3885.0, 3926.0, 3896.0, 3926.0, 3896.0, 3925.0, 3896.0, 3932.0, 3903.0, 3925.0, 3895.0, 3926.0, 3896.0, 3937.0, 3912.0, 3936.0, 3904.0, 3896.0, 3907.0, 3895.0, 3924.0, 3906.0, 3927.0, 3895.0, 3939.0, 3896.0, 3936.0, 3905.0, 3940.0, 3899.0, 3935.0, 3894.0, 3930.0, 3910.0, 3937.0, 3905.0, 3934.0, 3912.0, 3925.0, 3895.0, 3936.0, 3902.0, 3904.0, 3896.0, 3893.0, 3905.0, 3893.0, 3912.0, 3904.0, 3931.0, 3893.0, 3941.0, 3884.0, 3926.0, 3895.0, 3944.0, 3911.0, 3920.0, 3905.0, 3923.0, 3891.0, 3925.0, 3906.0, 3922.0, 3905.0, 3883.0, 3917.0, 3887.0, 3937.0, 3901.0, 3937.0, 3917.0, 3926.0, 3895.0, 3900.0, 3904.0, 3901.0, 3928.0, 3901.0, 3924.0, 3885.0, 3923.0, 3896.0, 3927.0, 3894.0, 3938.0, 3909.0, 3938.0, 3898.0, 3924.0, 3901.0, 3896.0, 3917.0, 3889.0, 3932.0, 3885.0, 3931.0, 3901.0, 3943.0, 3903.0, 3949.0, 3901.0, 3936.0, 3905.0, 3925.0, 3905.0, 3947.0, 3901.0, 3918.0, 3910.0, 3878.0, 3920.0, 3873.0, 3929.0, 3890.0, 3946.0, 3903.0, 3924.0, 3893.0, 3914.0, 3894.0, 3930.0, 3906.0, 3933.0, 3910.0, 3884.0, 3905.0, 3882.0, 3905.0, 3893.0, 3917.0, 3904.0, 3912.0, 3884.0, 3931.0, 3873.0, 3923.0, 3883.0, 3925.0, 3899.0, 3926.0, 3900.0, 3925.0, 3893.0, 3925.0, 3906.0, 3926.0, 3911.0, 3884.0, 3907.0, 3888.0, 3930.0, 3897.0, 3940.0, 3906.0, 3941.0, 3920.0, 3937.0, 3907.0, 3942.0, 3905.0, 3898.0, 3916.0, 3884.0, 3917.0, 3921.0, 3910.0, 3896.0, 3918.0, 3900.0, 3917.0, 3927.0, 3917.0, 3910.0, 3905.0, 3891.0, 3904.0, 3913.0, 3905.0, 3946.0, 3903.0, 3893.0, 3895.0, 3903.0, 3894.0, 3898.0, 3904.0, 3909.0, 3899.0, 3883.0, 3911.0, 3882.0, 3919.0, 3896.0, 3939.0, 3896.0, 3932.0, 3891.0, 3923.0, 3895.0, 3940.0, 3904.0, 3927.0, 3889.0, 3907.0, 3891.0, 3922.0, 3896.0, 3889.0, 3905.0, 3884.0, 3916.0, 3895.0, 3932.0, 3885.0, 3921.0, 3895.0, 3924.0, 3898.0, 3944.0, 3895.0, 3928.0, 3895.0, 3912.0, 3906.0, 3921.0, 3896.0, 3882.0, 3906.0, 3894.0, 3916.0, 3897.0, 3928.0, 3893.0, 3926.0, 3884.0, 3920.0, 3897.0, 3937.0, 3909.0, 3925.0, 3905.0, 3912.0, 3894.0, 3925.0, 3895.0, 3925.0, 3890.0, 3915.0, 3895.0, 3914.0, 3905.0, 3900.0, 3906.0, 3884.0, 3905.0, 3896.0, 3933.0, 3896.0, 3939.0, 3890.0, 3938.0, 3899.0, 3936.0, 3907.0, 3921.0, 3907.0, 3924.0, 3900.0, 3926.0, 3907.0, 3937.0, 3906.0, 3936.0, 3901.0, 3921.0, 3907.0, 3932.0, 3908.0, 3908.0, 3894.0, 3916.0, 3900.0, 3921.0, 3907.0, 3925.0, 3900.0, 3889.0, 3896.0, 3894.0, 3902.0, 3923.0, 3922.0, 3881.0, 3927.0, 3886.0, 3930.0, 3892.0, 3939.0, 3908.0, 3938.0, 3912.0, 3925.0, 3895.0, 3938.0, 3913.0, 3938.0, 3908.0, 3937.0, 3901.0, 3914.0, 3902.0, 3921.0, 3894.0, 3878.0, 3906.0, 3894.0, 3917.0, 3896.0, 3931.0, 3901.0, 3939.0, 3879.0, 3924.0, 3894.0, 3938.0, 3912.0, 3939.0, 3907.0, 3915.0, 3897.0, 3904.0, 3909.0, 3922.0, 3917.0, 3882.0, 3927.0, 3885.0, 3932.0, 3890.0, 3939.0, 3931.0, 3932.0, 3894.0, 3924.0, 3888.0, 3925.0, 3890.0, 3921.0, 3903.0, 3929.0, 3881.0, 3932.0, 3881.0, 3929.0, 3870.0, 3925.0, 3882.0, 3923.0, 3893.0, 3925.0, 3900.0, 3923.0, 3892.0, 3914.0, 3886.0, 3920.0, 3884.0, 3925.0, 3894.0, 3930.0, 3892.0, 3924.0, 3893.0, 3935.0, 3895.0, 3931.0, 3892.0, 3909.0, 3896.0, 3925.0, 3894.0, 3888.0, 3912.0, 3884.0, 3916.0, 3874.0, 3926.0, 3894.0, 3922.0, 3892.0, 3926.0, 3884.0, 3921.0, 3883.0, 3929.0, 3895.0, 3925.0, 3894.0, 3921.0, 3893.0, 3927.0, 3900.0, 3930.0, 3895.0, 3931.0, 3891.0, 3927.0, 3894.0, 3925.0, 3893.0, 3935.0, 3896.0, 3939.0, 3891.0, 3911.0, 3895.0, 3904.0, 3906.0, 3894.0, 3916.0, 3871.0, 3921.0, 3881.0, 3934.0, 3906.0, 3931.0, 3901.0, 3925.0, 3895.0, 3921.0, 3898.0, 3927.0, 3900.0, 3903.0, 3908.0, 3909.0, 3909.0, 3914.0, 3900.0, 3882.0, 3913.0, 3886.0, 3924.0, 3875.0, 3935.0, 3898.0, 3928.0, 3891.0, 3927.0, 3889.0, 3908.0, 3891.0, 3929.0, 3891.0, 3912.0, 3887.0, 3912.0, 3893.0, 3915.0, 3898.0, 3921.0, 3888.0, 3913.0, 3895.0, 3899.0, 3889.0, 3919.0, 3889.0, 3919.0, 3889.0, 3902.0, 3894.0, 3908.0, 3906.0, 3923.0, 3895.0, 3894.0, 3911.0, 3893.0, 3903.0, 3917.0, 3906.0, 3914.0, 3903.0, 3883.0, 3905.0, 3880.0, 3914.0, 3904.0, 3927.0, 3905.0, 3924.0, 3878.0, 3925.0, 3882.0, 3926.0, 3899.0, 3932.0, 3894.0, 3925.0, 3877.0, 3932.0, 3878.0, 3925.0, 3884.0, 3932.0, 3891.0, 3938.0, 3906.0, 3936.0, 3897.0, 3926.0, 3899.0, 3939.0, 3907.0, 3943.0, 3915.0, 3937.0, 3910.0, 3944.0, 3897.0, 3935.0, 3896.0, 3921.0, 3915.0, 3908.0, 3876.0, 3932.0, 3886.0, 3936.0, 3901.0, 3949.0, 3918.0, 3944.0, 3908.0, 3935.0, 3906.0, 3933.0, 3902.0, 3947.0, 3906.0, 3941.0, 3894.0, 3924.0, 3894.0, 3921.0, 3896.0, 3916.0, 3905.0, 3905.0, 3883.0, 3900.0, 3893.0, 3910.0, 3890.0, 3894.0, 3890.0, 3918.0, 3886.0, 3923.0, 3888.0, 3945.0, 3909.0, 3933.0, 3896.0, 3929.0, 3909.0, 3940.0, 3891.0, 3928.0, 3899.0, 3937.0, 3895.0, 3938.0, 3885.0, 3938.0, 3894.0, 3935.0, 3882.0, 3925.0, 3883.0, 3930.0, 3892.0, 3936.0, 3893.0, 3925.0, 3888.0, 3922.0, 3888.0, 3924.0, 3898.0, 3924.0, 3894.0, 3919.0, 3895.0, 3925.0, 3895.0, 3913.0, 3904.0, 3913.0, 3903.0, 3930.0, 3906.0, 3911.0, 3904.0, 3884.0, 3903.0, 3883.0, 3915.0, 3895.0, 3921.0, 3902.0, 3911.0, 3883.0, 3921.0, 3882.0, 3925.0, 3884.0, 3921.0, 3880.0, 3924.0, 3896.0, 3923.0, 3897.0, 3931.0, 3913.0, 3928.0, 3910.0, 3951.0, 3905.0, 3924.0, 3916.0, 3930.0, 3920.0, 3936.0, 3922.0, 3941.0, 3908.0, 3919.0, 3921.0, 3903.0, 3923.0, 3909.0, 3948.0, 3935.0, 3926.0, 3940.0, 3919.0, 3898.0, 3936.0, 3917.0, 3917.0, 3932.0, 3922.0, 3945.0, 3905.0, 3913.0, 3918.0, 3904.0, 3924.0, 3922.0, 3923.0, 3927.0, 3906.0, 3899.0, 3911.0, 3893.0, 3923.0, 3912.0, 3940.0, 3891.0, 3936.0, 3890.0, 3936.0, 3893.0, 3938.0, 3903.0, 3934.0, 3903.0, 3925.0, 3906.0, 3935.0, 3891.0, 3924.0, 3899.0, 3929.0, 3904.0, 3934.0, 3893.0, 3902.0, 3905.0, 3913.0, 3905.0, 3923.0, 3905.0, 3924.0, 3892.0, 3911.0, 3898.0, 3909.0, 3907.0, 3903.0, 3882.0, 3913.0, 3893.0, 3920.0, 3889.0, 3916.0, 3894.0, 3928.0, 3900.0, 3931.0, 3896.0, 3917.0, 3885.0, 3912.0, 3931.0, 3922.0, 3934.0, 3907.0, 3924.0, 3897.0, 3911.0, 3909.0, 3911.0, 3920.0, 3912.0, 3918.0, 3896.0, 3917.0, 3890.0, 3928.0, 3892.0, 3936.0, 3905.0, 3934.0, 3901.0, 3942.0, 3901.0, 3935.0, 3907.0, 3941.0, 3917.0, 3951.0, 3906.0, 3935.0, 3901.0, 3924.0, 3890.0, 3923.0, 3887.0, 3917.0, 3881.0, 3915.0, 3887.0, 3908.0, 3870.0, 3903.0, 3891.0, 3911.0, 3924.0, 3903.0, 3927.0, 3897.0, 3903.0, 3909.0, 3913.0, 3916.0, 3920.0, 3937.0, 3914.0, 3931.0, 3922.0, 3943.0, 3946.0, 3914.0, 3936.0, 3912.0, 3929.0, 3899.0, 3938.0, 3899.0, 3949.0, 3905.0, 3929.0, 3908.0, 3936.0, 3907.0, 3927.0, 3888.0, 3929.0, 3902.0, 3944.0, 3924.0, 3955.0, 3923.0, 3961.0, 3924.0, 3931.0, 3961.0, 3920.0, 3940.0, 3906.0, 3961.0, 3926.0, 3949.0, 3951.0, 3931.0, 3890.0, 3916.0, 3915.0, 3932.0, 3950.0, 3929.0, 3915.0, 3905.0, 3945.0, 3899.0, 3941.0, 3908.0, 3935.0, 3892.0, 3923.0, 3875.0, 3905.0, 3928.0, 3892.0, 3912.0, 3895.0, 3900.0, 3871.0, 3906.0, 3865.0, 3900.0, 3870.0, 3904.0, 3877.0, 3899.0, 3874.0, 3920.0, 3891.0, 3930.0, 3905.0, 3938.0, 3921.0, 3941.0, 3907.0, 3940.0, 3914.0, 3940.0, 3908.0, 3917.0, 3920.0, 3957.0, 3914.0, 3947.0, 3909.0, 3937.0, 3897.0, 3933.0, 3906.0, 3947.0, 3912.0, 3942.0, 3903.0, 3943.0, 3897.0, 3923.0, 3881.0, 3914.0, 3880.0, 3904.0, 3903.0, 3902.0, 3901.0, 3903.0, 3898.0, 3906.0, 3898.0, 3904.0, 3885.0, 3917.0, 3879.0, 3914.0, 3896.0, 3939.0, 3901.0, 3943.0, 3908.0, 3927.0, 3897.0, 3932.0, 3907.0, 3928.0, 3913.0, 3937.0, 3909.0, 3938.0, 3907.0, 3938.0, 3902.0, 3931.0, 3907.0, 3924.0], 'WindowWidth': [8913.0, 8838.0, 8851.0, 8802.0, 8773.0, 8789.0, 8767.0, 8794.0, 8776.0, 8797.0, 8767.0, 8791.0, 8744.0, 8794.0, 8717.0, 8777.0, 8747.0, 8800.0, 8746.0, 8793.0, 8752.0, 8773.0, 8755.0, 8811.0, 8771.0, 8813.0, 8756.0, 8798.0, 8768.0, 8801.0, 8771.0, 8814.0, 8773.0, 8799.0, 8760.0, 8807.0, 8777.0, 8795.0, 8775.0, 8774.0, 8775.0, 8785.0, 8769.0, 8821.0, 8792.0, 8785.0, 8780.0, 8776.0, 8783.0, 8770.0, 8803.0, 8801.0, 8798.0, 8774.0, 8815.0, 8756.0, 8799.0, 8773.0, 8831.0, 8772.0, 8830.0, 8757.0, 8808.0, 8770.0, 8831.0, 8777.0, 8804.0, 8789.0, 8812.0, 8771.0, 8814.0, 8779.0, 8809.0, 8795.0, 8815.0, 8765.0, 8813.0, 8800.0, 8815.0, 8773.0, 8771.0, 8762.0, 8771.0, 8799.0, 8802.0, 8815.0, 8771.0, 8798.0, 8747.0, 8813.0, 8771.0, 8839.0, 8770.0, 8807.0, 8760.0, 8813.0, 8751.0, 8829.0, 8789.0, 8813.0, 8783.0, 8812.0, 8779.0, 8811.0, 8774.0, 8812.0, 8767.0, 8740.0, 8772.0, 8754.0, 8785.0, 8783.0, 8783.0, 8763.0, 8803.0, 8754.0, 8796.0, 8758.0, 8811.0, 8766.0, 8798.0, 8737.0, 8795.0, 8753.0, 8795.0, 8773.0, 8804.0, 8741.0, 8808.0, 8753.0, 8803.0, 8745.0, 8805.0, 8781.0, 8801.0, 8782.0, 8783.0, 8760.0, 8814.0, 8782.0, 8810.0, 8779.0, 8747.0, 8769.0, 8751.0, 8796.0, 8790.0, 8826.0, 8755.0, 8811.0, 8745.0, 8791.0, 8748.0, 8799.0, 8765.0, 8820.0, 8762.0, 8809.0, 8749.0, 8798.0, 8741.0, 8795.0, 8757.0, 8795.0, 8756.0, 8793.0, 8758.0, 8802.0, 8770.0, 8794.0, 8756.0, 8796.0, 8757.0, 8812.0, 8783.0, 8810.0, 8768.0, 8757.0, 8772.0, 8754.0, 8802.0, 8771.0, 8799.0, 8755.0, 8817.0, 8755.0, 8812.0, 8770.0, 8816.0, 8762.0, 8807.0, 8753.0, 8803.0, 8778.0, 8812.0, 8768.0, 8805.0, 8781.0, 8793.0, 8754.0, 8811.0, 8763.0, 8764.0, 8755.0, 8748.0, 8768.0, 8748.0, 8775.0, 8766.0, 8806.0, 8750.0, 8820.0, 8737.0, 8794.0, 8753.0, 8823.0, 8778.0, 8783.0, 8768.0, 8788.0, 8746.0, 8793.0, 8769.0, 8794.0, 8768.0, 8736.0, 8784.0, 8744.0, 8811.0, 8766.0, 8812.0, 8785.0, 8796.0, 8755.0, 8762.0, 8765.0, 8765.0, 8803.0, 8768.0, 8792.0, 8741.0, 8791.0, 8757.0, 8800.0, 8755.0, 8813.0, 8775.0, 8814.0, 8760.0, 8791.0, 8767.0, 8758.0, 8785.0, 8743.0, 8808.0, 8742.0, 8806.0, 8767.0, 8826.0, 8769.0, 8830.0, 8761.0, 8809.0, 8768.0, 8793.0, 8767.0, 8823.0, 8759.0, 8784.0, 8775.0, 8731.0, 8788.0, 8721.0, 8798.0, 8744.0, 8822.0, 8763.0, 8791.0, 8749.0, 8776.0, 8752.0, 8802.0, 8771.0, 8803.0, 8776.0, 8737.0, 8766.0, 8732.0, 8765.0, 8748.0, 8785.0, 8763.0, 8774.0, 8736.0, 8805.0, 8721.0, 8789.0, 8735.0, 8792.0, 8760.0, 8794.0, 8762.0, 8793.0, 8750.0, 8792.0, 8771.0, 8796.0, 8781.0, 8741.0, 8773.0, 8751.0, 8807.0, 8761.0, 8819.0, 8772.0, 8823.0, 8795.0, 8813.0, 8774.0, 8823.0, 8770.0, 8761.0, 8785.0, 8741.0, 8788.0, 8795.0, 8772.0, 8756.0, 8787.0, 8765.0, 8785.0, 8798.0, 8787.0, 8769.0, 8767.0, 8744.0, 8764.0, 8773.0, 8767.0, 8823.0, 8763.0, 8748.0, 8753.0, 8762.0, 8752.0, 8752.0, 8764.0, 8773.0, 8755.0, 8735.0, 8771.0, 8734.0, 8781.0, 8754.0, 8816.0, 8754.0, 8801.0, 8745.0, 8788.0, 8752.0, 8816.0, 8765.0, 8797.0, 8741.0, 8763.0, 8746.0, 8788.0, 8755.0, 8748.0, 8766.0, 8737.0, 8783.0, 8754.0, 8808.0, 8741.0, 8786.0, 8753.0, 8793.0, 8762.0, 8825.0, 8755.0, 8800.0, 8755.0, 8774.0, 8771.0, 8794.0, 8757.0, 8735.0, 8769.0, 8752.0, 8782.0, 8759.0, 8801.0, 8750.0, 8798.0, 8739.0, 8784.0, 8760.0, 8812.0, 8769.0, 8794.0, 8767.0, 8773.0, 8751.0, 8795.0, 8755.0, 8792.0, 8743.0, 8780.0, 8753.0, 8778.0, 8767.0, 8757.0, 8770.0, 8738.0, 8767.0, 8755.0, 8811.0, 8755.0, 8815.0, 8752.0, 8812.0, 8762.0, 8811.0, 8772.0, 8785.0, 8771.0, 8791.0, 8764.0, 8795.0, 8774.0, 8812.0, 8769.0, 8808.0, 8767.0, 8784.0, 8771.0, 8803.0, 8773.0, 8773.0, 8752.0, 8782.0, 8764.0, 8786.0, 8772.0, 8794.0, 8763.0, 8743.0, 8756.0, 8752.0, 8764.0, 8798.0, 8794.0, 8733.0, 8800.0, 8744.0, 8805.0, 8751.0, 8818.0, 8774.0, 8814.0, 8782.0, 8793.0, 8755.0, 8814.0, 8784.0, 8813.0, 8774.0, 8810.0, 8761.0, 8778.0, 8763.0, 8793.0, 8752.0, 8726.0, 8768.0, 8752.0, 8785.0, 8757.0, 8806.0, 8765.0, 8818.0, 8730.0, 8792.0, 8753.0, 8815.0, 8782.0, 8815.0, 8774.0, 8781.0, 8758.0, 8765.0, 8777.0, 8797.0, 8785.0, 8736.0, 8800.0, 8741.0, 8810.0, 8744.0, 8817.0, 8808.0, 8807.0, 8750.0, 8789.0, 8743.0, 8792.0, 8740.0, 8785.0, 8760.0, 8800.0, 8730.0, 8799.0, 8729.0, 8799.0, 8715.0, 8794.0, 8735.0, 8788.0, 8748.0, 8792.0, 8763.0, 8789.0, 8746.0, 8779.0, 8744.0, 8782.0, 8738.0, 8792.0, 8752.0, 8801.0, 8748.0, 8789.0, 8750.0, 8806.0, 8753.0, 8806.0, 8747.0, 8768.0, 8756.0, 8793.0, 8751.0, 8739.0, 8780.0, 8738.0, 8782.0, 8725.0, 8796.0, 8754.0, 8789.0, 8748.0, 8797.0, 8740.0, 8792.0, 8736.0, 8802.0, 8753.0, 8792.0, 8750.0, 8785.0, 8751.0, 8797.0, 8764.0, 8798.0, 8754.0, 8805.0, 8747.0, 8799.0, 8753.0, 8794.0, 8751.0, 8808.0, 8756.0, 8814.0, 8747.0, 8772.0, 8754.0, 8765.0, 8770.0, 8750.0, 8784.0, 8720.0, 8792.0, 8734.0, 8806.0, 8770.0, 8807.0, 8768.0, 8794.0, 8755.0, 8787.0, 8760.0, 8797.0, 8758.0, 8762.0, 8771.0, 8766.0, 8775.0, 8776.0, 8755.0, 8732.0, 8774.0, 8740.0, 8789.0, 8718.0, 8806.0, 8758.0, 8791.0, 8743.0, 8788.0, 8737.0, 8762.0, 8743.0, 8801.0, 8742.0, 8771.0, 8737.0, 8772.0, 8747.0, 8778.0, 8759.0, 8784.0, 8740.0, 8776.0, 8753.0, 8754.0, 8743.0, 8781.0, 8742.0, 8787.0, 8742.0, 8760.0, 8752.0, 8766.0, 8773.0, 8791.0, 8755.0, 8751.0, 8779.0, 8748.0, 8764.0, 8785.0, 8770.0, 8777.0, 8763.0, 8735.0, 8766.0, 8729.0, 8777.0, 8765.0, 8801.0, 8767.0, 8790.0, 8727.0, 8793.0, 8733.0, 8794.0, 8761.0, 8809.0, 8754.0, 8794.0, 8724.0, 8809.0, 8728.0, 8794.0, 8739.0, 8804.0, 8751.0, 8816.0, 8772.0, 8811.0, 8762.0, 8798.0, 8765.0, 8821.0, 8776.0, 8828.0, 8793.0, 8814.0, 8782.0, 8829.0, 8761.0, 8816.0, 8758.0, 8794.0, 8781.0, 8774.0, 8730.0, 8810.0, 8746.0, 8812.0, 8769.0, 8832.0, 8789.0, 8827.0, 8776.0, 8809.0, 8771.0, 8805.0, 8763.0, 8827.0, 8770.0, 8819.0, 8750.0, 8791.0, 8750.0, 8785.0, 8756.0, 8785.0, 8769.0, 8767.0, 8735.0, 8757.0, 8748.0, 8777.0, 8743.0, 8753.0, 8752.0, 8789.0, 8747.0, 8793.0, 8752.0, 8825.0, 8780.0, 8807.0, 8760.0, 8806.0, 8778.0, 8821.0, 8750.0, 8800.0, 8763.0, 8812.0, 8754.0, 8813.0, 8744.0, 8814.0, 8751.0, 8807.0, 8734.0, 8792.0, 8735.0, 8795.0, 8745.0, 8808.0, 8747.0, 8792.0, 8738.0, 8787.0, 8739.0, 8789.0, 8758.0, 8790.0, 8751.0, 8787.0, 8756.0, 8794.0, 8753.0, 8775.0, 8764.0, 8773.0, 8762.0, 8802.0, 8769.0, 8771.0, 8765.0, 8739.0, 8764.0, 8735.0, 8781.0, 8753.0, 8793.0, 8762.0, 8772.0, 8737.0, 8793.0, 8735.0, 8794.0, 8738.0, 8792.0, 8730.0, 8793.0, 8757.0, 8791.0, 8761.0, 8808.0, 8787.0, 8803.0, 8785.0, 8838.0, 8773.0, 8803.0, 8788.0, 8809.0, 8797.0, 8813.0, 8799.0, 8826.0, 8779.0, 8792.0, 8798.0, 8768.0, 8801.0, 8780.0, 8841.0, 8821.0, 8803.0, 8824.0, 8792.0, 8764.0, 8820.0, 8785.0, 8787.0, 8810.0, 8801.0, 8831.0, 8771.0, 8786.0, 8790.0, 8769.0, 8804.0, 8797.0, 8801.0, 8804.0, 8772.0, 8763.0, 8780.0, 8752.0, 8793.0, 8782.0, 8819.0, 8747.0, 8813.0, 8746.0, 8810.0, 8751.0, 8814.0, 8765.0, 8804.0, 8763.0, 8793.0, 8768.0, 8806.0, 8744.0, 8790.0, 8756.0, 8800.0, 8765.0, 8806.0, 8750.0, 8758.0, 8765.0, 8774.0, 8764.0, 8786.0, 8765.0, 8792.0, 8746.0, 8768.0, 8756.0, 8763.0, 8766.0, 8760.0, 8734.0, 8773.0, 8748.0, 8789.0, 8742.0, 8783.0, 8754.0, 8802.0, 8766.0, 8810.0, 8760.0, 8788.0, 8743.0, 8775.0, 8807.0, 8796.0, 8806.0, 8773.0, 8794.0, 8760.0, 8776.0, 8779.0, 8782.0, 8794.0, 8777.0, 8788.0, 8759.0, 8787.0, 8752.0, 8800.0, 8748.0, 8810.0, 8766.0, 8806.0, 8767.0, 8822.0, 8760.0, 8808.0, 8773.0, 8819.0, 8786.0, 8832.0, 8769.0, 8807.0, 8760.0, 8791.0, 8742.0, 8787.0, 8735.0, 8781.0, 8730.0, 8779.0, 8743.0, 8770.0, 8713.0, 8761.0, 8743.0, 8778.0, 8790.0, 8766.0, 8804.0, 8762.0, 8765.0, 8779.0, 8788.0, 8794.0, 8797.0, 8824.0, 8785.0, 8813.0, 8803.0, 8830.0, 8829.0, 8783.0, 8817.0, 8789.0, 8807.0, 8765.0, 8816.0, 8768.0, 8846.0, 8780.0, 8808.0, 8780.0, 8821.0, 8776.0, 8802.0, 8752.0, 8807.0, 8777.0, 8835.0, 8809.0, 8850.0, 8808.0, 8859.0, 8808.0, 8814.0, 8854.0, 8795.0, 8821.0, 8775.0, 8853.0, 8798.0, 8831.0, 8833.0, 8806.0, 8743.0, 8784.0, 8780.0, 8809.0, 8831.0, 8801.0, 8780.0, 8766.0, 8819.0, 8760.0, 8813.0, 8772.0, 8804.0, 8744.0, 8785.0, 8715.0, 8764.0, 8788.0, 8742.0, 8768.0, 8748.0, 8752.0, 8714.0, 8765.0, 8709.0, 8754.0, 8715.0, 8765.0, 8730.0, 8756.0, 8728.0, 8793.0, 8755.0, 8810.0, 8774.0, 8818.0, 8800.0, 8823.0, 8777.0, 8822.0, 8785.0, 8823.0, 8778.0, 8789.0, 8796.0, 8843.0, 8788.0, 8829.0, 8777.0, 8811.0, 8759.0, 8803.0, 8769.0, 8825.0, 8778.0, 8816.0, 8763.0, 8816.0, 8757.0, 8788.0, 8729.0, 8775.0, 8728.0, 8764.0, 8761.0, 8759.0, 8765.0, 8763.0, 8757.0, 8768.0, 8752.0, 8765.0, 8743.0, 8787.0, 8731.0, 8780.0, 8758.0, 8818.0, 8768.0, 8826.0, 8774.0, 8800.0, 8761.0, 8810.0, 8774.0, 8803.0, 8786.0, 8814.0, 8778.0, 8817.0, 8775.0, 8814.0, 8762.0, 8807.0, 8772.0, 8793.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.00020217309501411104</td></tr>
<tr><td colspan=3>aqi</td><td>0.01613730649106303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56137234027303</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.176839847636534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0011045679284372</td></tr>
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
<tr><td colspan=3>fber</td><td>3698.7361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07472863044933922</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.09407337723424271</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.441457494286693</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.445858668958912</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5506434846424657</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.327870329258701</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084163</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0068406895734369755</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02801750786602497</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.999139882033532</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>24.3898</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8724</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298093.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.1863</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6501</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.9772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.6045</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.9215</td></tr>
<tr><td colspan=3>tsnr</td><td>43.34184019127861</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>