<?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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-03/func/sub-0041_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>27f1a541147eb99cf809d9362765c0da</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>16:55:49.650000</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_VE11C_LATEST_20160120</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.990412, -0.136784, -0.0193472, 0.138136, 0.982239, 0.126987]</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.0870459</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7777, -7359, 430, -78, -199, -54, 87]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>360d67c2-db85-4b30-8249-ebc1f04dcf2d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.65720272064209, 0.37060847878456116, -0.004411215428262949, 94.91455841064453], [0.3669815957546234, 2.6352744102478027, 0.3467937707901001, -116.66493225097656], [-0.05190721154212952, -0.3406972289085388, 2.6776323318481445, -55.568843841552734], [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': ['165549.650000', '165550.110000', '165550.570000', '165551.030000', '165551.490000', '165551.950000', '165552.410000', '165552.870000', '165553.330000', '165553.790000', '165554.250000', '165554.710000', '165555.170000', '165555.630000', '165556.090000', '165556.550000', '165557.010000', '165557.470000', '165557.930000', '165558.390000', '165558.850000', '165559.310000', '165559.770000', '165600.230000', '165600.690000', '165601.150000', '165601.610000', '165602.070000', '165602.530000', '165602.990000', '165603.450000', '165603.910000', '165604.370000', '165604.830000', '165605.290000', '165605.750000', '165606.210000', '165606.670000', '165607.130000', '165607.590000', '165608.050000', '165608.510000', '165608.970000', '165609.430000', '165609.890000', '165610.350000', '165610.810000', '165611.270000', '165611.730000', '165612.190000', '165612.650000', '165613.110000', '165613.570000', '165614.030000', '165614.490000', '165614.950000', '165615.410000', '165615.870000', '165616.330000', '165616.790000', '165617.250000', '165617.710000', '165618.170000', '165618.630000', '165619.090000', '165619.550000', '165620.010000', '165620.470000', '165620.930000', '165621.390000', '165621.850000', '165622.310000', '165622.770000', '165623.230000', '165623.690000', '165624.150000', '165624.610000', '165625.070000', '165625.530000', '165625.990000', '165626.450000', '165626.910000', '165627.370000', '165627.830000', '165628.290000', '165628.750000', '165629.210000', '165629.670000', '165630.130000', '165630.590000', '165631.050000', '165631.510000', '165631.970000', '165632.430000', '165632.890000', '165633.350000', '165633.810000', '165634.270000', '165634.730000', '165635.190000', '165635.650000', '165636.110000', '165636.570000', '165637.030000', '165637.490000', '165637.950000', '165638.410000', '165638.870000', '165639.330000', '165639.790000', '165640.250000', '165640.710000', '165641.170000', '165641.630000', '165642.090000', '165642.550000', '165643.010000', '165643.470000', '165643.930000', '165644.390000', '165644.850000', '165645.310000', '165645.770000', '165646.230000', '165646.690000', '165647.150000', '165647.610000', '165648.070000', '165648.530000', '165648.990000', '165649.450000', '165649.910000', '165650.370000', '165650.830000', '165651.290000', '165651.750000', '165652.210000', '165652.670000', '165653.130000', '165653.590000', '165654.050000', '165654.510000', '165654.970000', '165655.430000', '165655.890000', '165656.350000', '165656.810000', '165657.270000', '165657.730000', '165658.190000', '165658.650000', '165659.110000', '165659.570000', '165700.030000', '165700.490000', '165700.950000', '165701.410000', '165701.870000', '165702.330000', '165702.790000', '165703.250000', '165703.710000', '165704.170000', '165704.630000', '165705.090000', '165705.550000', '165706.010000', '165706.470000', '165706.930000', '165707.390000', '165707.850000', '165708.310000', '165708.770000', '165709.230000', '165709.690000', '165710.150000', '165710.610000', '165711.070000', '165711.530000', '165711.990000', '165712.450000', '165712.910000', '165713.370000', '165713.830000', '165714.290000', '165714.750000', '165715.210000', '165715.670000', '165716.130000', '165716.590000', '165717.050000', '165717.510000', '165717.970000', '165718.430000', '165718.890000', '165719.350000', '165719.810000', '165720.270000', '165720.730000', '165721.190000', '165721.650000', '165722.110000', '165722.570000', '165723.030000', '165723.490000', '165723.950000', '165724.410000', '165724.870000', '165725.330000', '165725.790000', '165726.250000', '165726.710000', '165727.170000', '165727.630000', '165728.090000', '165728.550000', '165729.010000', '165729.470000', '165729.930000', '165730.390000', '165730.850000', '165731.310000', '165731.770000', '165732.230000', '165732.690000', '165733.150000', '165733.610000', '165734.070000', '165734.530000', '165734.990000', '165735.450000', '165735.910000', '165736.370000', '165736.830000', '165737.290000', '165737.750000', '165738.210000', '165738.670000', '165739.130000', '165739.590000', '165740.050000', '165740.510000', '165740.970000', '165741.430000', '165741.890000', '165742.350000', '165742.810000', '165743.270000', '165743.730000', '165744.190000', '165744.650000', '165745.110000', '165745.570000', '165746.030000', '165746.490000', '165746.950000', '165747.410000', '165747.870000', '165748.330000', '165748.790000', '165749.250000', '165749.710000', '165750.170000', '165750.630000', '165751.090000', '165751.550000', '165752.010000', '165752.470000', '165752.930000', '165753.390000', '165753.850000', '165754.310000', '165754.770000', '165755.230000', '165755.690000', '165756.150000', '165756.610000', '165757.070000', '165757.530000', '165757.990000', '165758.450000', '165758.910000', '165759.370000', '165759.830000', '165800.290000', '165800.750000', '165801.210000', '165801.670000', '165802.130000', '165802.590000', '165803.050000', '165803.510000', '165803.970000', '165804.430000', '165804.890000', '165805.350000', '165805.810000', '165806.270000', '165806.730000', '165807.190000', '165807.650000', '165808.110000', '165808.570000', '165809.030000', '165809.490000', '165809.950000', '165810.410000', '165810.870000', '165811.330000', '165811.790000', '165812.250000', '165812.710000', '165813.170000', '165813.630000', '165814.090000', '165814.550000', '165815.010000', '165815.470000', '165815.930000', '165816.390000', '165816.850000', '165817.310000', '165817.770000', '165818.230000', '165818.690000', '165819.150000', '165819.610000', '165820.070000', '165820.530000', '165820.990000', '165821.450000', '165821.910000', '165822.370000', '165822.830000', '165823.290000', '165823.750000', '165824.210000', '165824.670000', '165825.130000', '165825.590000', '165826.050000', '165826.510000', '165826.970000', '165827.430000', '165827.890000', '165828.350000', '165828.810000', '165829.270000', '165829.730000', '165830.190000', '165830.650000', '165831.110000', '165831.570000', '165832.030000', '165832.490000', '165832.950000', '165833.410000', '165833.870000', '165834.330000', '165834.790000', '165835.250000', '165835.710000', '165836.170000', '165836.630000', '165837.090000', '165837.550000', '165838.010000', '165838.470000', '165838.930000', '165839.390000', '165839.850000', '165840.310000', '165840.770000', '165841.230000', '165841.690000', '165842.150000', '165842.610000', '165843.070000', '165843.530000', '165843.990000', '165844.450000', '165844.910000', '165845.370000', '165845.830000', '165846.290000', '165846.750000', '165847.210000', '165847.670000', '165848.130000', '165848.590000', '165849.050000', '165849.510000', '165849.970000', '165850.430000', '165850.890000', '165851.350000', '165851.810000', '165852.270000', '165852.730000', '165853.190000', '165853.650000', '165854.110000', '165854.570000', '165855.030000', '165855.490000', '165855.950000', '165856.410000', '165856.870000', '165857.330000', '165857.790000', '165858.250000', '165858.710000', '165859.170000', '165859.630000', '165900.090000', '165900.550000', '165901.010000', '165901.470000', '165901.930000', '165902.390000', '165902.850000', '165903.310000', '165903.770000', '165904.230000', '165904.690000', '165905.150000', '165905.610000', '165906.070000', '165906.530000', '165906.990000', '165907.450000', '165907.910000', '165908.370000', '165908.830000', '165909.290000', '165909.750000', '165910.210000', '165910.670000', '165911.130000', '165911.590000', '165912.050000', '165912.510000', '165912.970000', '165913.430000', '165913.890000', '165914.350000', '165914.810000', '165915.270000', '165915.730000', '165916.190000', '165916.650000', '165917.110000', '165917.570000', '165918.030000', '165918.490000', '165918.950000', '165919.410000', '165919.870000', '165920.330000', '165920.790000', '165921.250000', '165921.710000', '165922.170000', '165922.630000', '165923.090000', '165923.550000', '165924.010000', '165924.470000', '165924.930000', '165925.390000', '165925.850000', '165926.310000', '165926.770000', '165927.230000', '165927.690000', '165928.150000', '165928.610000', '165929.070000', '165929.530000', '165929.990000', '165930.450000', '165930.910000', '165931.370000', '165931.830000', '165932.290000', '165932.750000', '165933.210000', '165933.670000', '165934.130000', '165934.590000', '165935.050000', '165935.510000', '165935.970000', '165936.430000', '165936.890000', '165937.350000', '165937.810000', '165938.270000', '165938.730000', '165939.190000', '165939.650000', '165940.110000', '165940.570000', '165941.030000', '165941.490000', '165941.950000', '165942.410000', '165942.870000', '165943.330000', '165943.790000', '165944.250000', '165944.710000', '165945.170000', '165945.630000', '165946.090000', '165946.550000', '165947.010000', '165947.470000', '165947.930000', '165948.390000', '165948.850000', '165949.310000', '165949.770000', '165950.230000', '165950.690000', '165951.150000', '165951.610000', '165952.070000', '165952.530000', '165952.990000', '165953.450000', '165953.910000', '165954.370000', '165954.830000', '165955.290000', '165955.750000', '165956.210000', '165956.670000', '165957.130000', '165957.590000', '165958.050000', '165958.510000', '165958.970000', '165959.430000', '165959.890000', '170000.350000', '170000.810000', '170001.270000', '170001.730000', '170002.190000', '170002.650000', '170003.110000', '170003.570000', '170004.030000', '170004.490000', '170004.950000', '170005.410000', '170005.870000', '170006.330000', '170006.790000', '170007.250000', '170007.710000', '170008.170000', '170008.630000', '170009.090000', '170009.550000', '170010.010000', '170010.470000', '170010.930000', '170011.390000', '170011.850000', '170012.310000', '170012.770000', '170013.230000', '170013.690000', '170014.150000', '170014.610000', '170015.070000', '170015.530000', '170015.990000', '170016.450000', '170016.910000', '170017.370000', '170017.830000', '170018.290000', '170018.750000', '170019.210000', '170019.670000', '170020.130000', '170020.590000', '170021.050000', '170021.510000', '170021.970000', '170022.430000', '170022.890000', '170023.350000', '170023.810000', '170024.270000', '170024.730000', '170025.190000', '170025.650000', '170026.110000', '170026.570000', '170027.030000', '170027.490000', '170027.950000', '170028.410000', '170028.870000', '170029.330000', '170029.790000', '170030.250000', '170030.710000', '170031.170000', '170031.630000', '170032.090000', '170032.550000', '170033.010000', '170033.470000', '170033.930000', '170034.390000', '170034.850000', '170035.310000', '170035.770000', '170036.230000', '170036.690000', '170037.150000', '170037.610000', '170038.070000', '170038.530000', '170038.990000', '170039.450000', '170039.910000', '170040.370000', '170040.830000', '170041.290000', '170041.750000', '170042.210000', '170042.670000', '170043.130000', '170043.590000', '170044.050000', '170044.510000', '170044.970000', '170045.430000', '170045.890000', '170046.350000', '170046.810000', '170047.270000', '170047.730000', '170048.190000', '170048.650000', '170049.110000', '170049.570000', '170050.030000', '170050.490000', '170050.950000', '170051.410000', '170051.870000', '170052.330000', '170052.790000', '170053.250000', '170053.710000', '170054.170000', '170054.630000', '170055.090000', '170055.550000', '170056.010000', '170056.470000', '170056.930000', '170057.390000', '170057.850000', '170058.310000', '170058.770000', '170059.230000', '170059.690000', '170100.150000', '170100.610000', '170101.070000', '170101.530000', '170101.990000', '170102.450000', '170102.910000', '170103.370000', '170103.830000', '170104.290000', '170104.750000', '170105.210000', '170105.670000', '170106.130000', '170106.590000', '170107.050000', '170107.510000', '170107.970000', '170108.430000', '170108.890000', '170109.350000', '170109.810000', '170110.270000', '170110.730000', '170111.190000', '170111.650000', '170112.110000', '170112.570000', '170113.030000', '170113.490000', '170113.950000', '170114.410000', '170114.870000', '170115.330000', '170115.790000', '170116.250000', '170116.710000', '170117.170000', '170117.630000', '170118.090000', '170118.550000', '170119.010000', '170119.470000', '170119.930000', '170120.390000', '170120.850000', '170121.310000', '170121.770000', '170122.230000', '170122.690000', '170123.150000', '170123.610000', '170124.070000', '170124.530000', '170124.990000', '170125.450000', '170125.910000', '170126.370000', '170126.830000', '170127.290000', '170127.750000', '170128.210000', '170128.670000', '170129.130000', '170129.590000', '170130.050000', '170130.510000', '170130.970000', '170131.430000', '170131.890000', '170132.350000', '170132.810000', '170133.270000', '170133.730000', '170134.190000', '170134.650000', '170135.110000', '170135.570000', '170136.030000', '170136.490000', '170136.950000', '170137.410000', '170137.870000', '170138.330000', '170138.790000', '170139.250000', '170139.710000', '170140.170000', '170140.630000', '170141.090000', '170141.550000', '170142.010000', '170142.470000', '170142.930000', '170143.390000', '170143.850000', '170144.310000', '170144.770000', '170145.230000', '170145.690000', '170146.150000', '170146.610000', '170147.070000', '170147.530000', '170147.990000', '170148.450000', '170148.910000', '170149.370000', '170149.830000', '170150.290000', '170150.750000', '170151.210000', '170151.670000', '170152.130000', '170152.590000', '170153.050000', '170153.510000', '170153.970000', '170154.430000', '170154.890000', '170155.350000', '170155.810000', '170156.270000', '170156.730000', '170157.190000', '170157.650000', '170158.110000', '170158.570000', '170159.030000', '170159.490000', '170159.950000', '170200.410000', '170200.870000', '170201.330000', '170201.790000', '170202.250000', '170202.710000', '170203.170000', '170203.630000', '170204.090000', '170204.550000', '170205.010000', '170205.470000', '170205.930000', '170206.390000', '170206.850000', '170207.310000', '170207.770000', '170208.230000', '170208.690000', '170209.150000', '170209.610000', '170210.070000', '170210.530000', '170210.990000', '170211.450000', '170211.910000', '170212.370000', '170212.830000', '170213.290000', '170213.750000', '170214.210000', '170214.670000', '170215.130000', '170215.590000', '170216.050000', '170216.510000', '170216.970000', '170217.430000', '170217.890000', '170218.350000', '170218.810000', '170219.270000', '170219.730000', '170220.190000', '170220.650000', '170221.110000', '170221.570000', '170222.030000', '170222.490000', '170222.950000', '170223.410000', '170223.870000', '170224.330000', '170224.790000', '170225.250000', '170225.710000', '170226.170000', '170226.630000', '170227.090000', '170227.550000', '170228.010000', '170228.470000', '170228.930000', '170229.390000', '170229.850000', '170230.310000', '170230.770000', '170231.230000', '170231.690000', '170232.150000', '170232.610000', '170233.070000', '170233.530000', '170233.990000', '170234.450000', '170234.910000', '170235.370000', '170235.830000', '170236.290000', '170236.750000', '170237.210000', '170237.670000', '170238.130000', '170238.590000', '170239.050000', '170239.510000', '170239.970000', '170240.430000', '170240.890000', '170241.350000', '170241.810000', '170242.270000', '170242.730000', '170243.190000', '170243.650000', '170244.110000', '170244.570000', '170245.030000', '170245.490000', '170245.950000', '170246.410000', '170246.870000', '170247.330000', '170247.790000', '170248.250000', '170248.710000', '170249.170000', '170249.630000', '170250.090000', '170250.550000', '170251.010000', '170251.470000', '170251.930000', '170252.390000', '170252.850000', '170253.310000', '170253.770000', '170254.230000', '170254.690000', '170255.150000', '170255.610000', '170256.070000', '170256.530000', '170256.990000', '170257.450000', '170257.910000', '170258.370000', '170258.830000', '170259.290000', '170259.750000', '170300.210000', '170300.670000', '170301.130000', '170301.590000', '170302.050000', '170302.510000', '170302.970000', '170303.430000', '170303.890000', '170304.350000', '170304.810000', '170305.270000', '170305.730000', '170306.190000', '170306.650000', '170307.110000', '170307.570000', '170308.030000', '170308.490000', '170308.950000', '170309.410000', '170309.870000', '170310.330000', '170310.790000', '170311.250000', '170311.710000', '170312.170000', '170312.630000', '170313.090000', '170313.550000', '170314.010000', '170314.470000', '170314.930000', '170315.390000', '170315.850000', '170316.310000', '170316.770000', '170317.230000', '170317.690000', '170318.150000', '170318.610000', '170319.070000', '170319.530000', '170319.990000', '170320.450000', '170320.910000', '170321.370000', '170321.830000', '170322.290000', '170322.750000', '170323.210000', '170323.670000', '170324.130000', '170324.590000', '170325.050000', '170325.510000', '170325.970000', '170326.430000', '170326.890000', '170327.350000', '170327.810000', '170328.270000', '170328.730000', '170329.190000', '170329.650000', '170330.110000', '170330.570000', '170331.030000', '170331.490000', '170331.950000', '170332.410000', '170332.870000', '170333.330000', '170333.790000', '170334.250000', '170334.710000', '170335.170000', '170335.630000', '170336.090000', '170336.550000', '170337.010000', '170337.470000', '170337.930000', '170338.390000', '170338.850000', '170339.310000', '170339.770000', '170340.230000', '170340.690000', '170341.150000', '170341.610000', '170342.070000', '170342.530000', '170342.990000', '170343.450000', '170343.910000', '170344.370000', '170344.830000', '170345.290000', '170345.750000', '170346.210000', '170346.670000', '170347.130000', '170347.590000', '170348.050000', '170348.510000', '170348.970000', '170349.430000', '170349.890000', '170350.350000', '170350.810000', '170351.270000', '170351.730000', '170352.190000', '170352.650000', '170353.110000', '170353.570000', '170354.030000', '170354.490000', '170354.950000', '170355.410000', '170355.870000', '170356.330000', '170356.790000', '170357.250000', '170357.710000', '170358.170000', '170358.630000', '170359.090000'], 'ContentTime': ['165600.490000', '165600.499000', '165600.502000', '165600.505000', '165600.508000', '165600.511000', '165600.522000', '165600.525000', '165600.528000', '165600.531000', '165600.534000', '165600.548000', '165600.550000', '165600.553000', '165600.556000', '165600.559000', '165600.562000', '165600.565000', '165600.568000', '165600.573000', '165600.576000', '165600.579000', '165620.447000', '165620.450000', '165620.452000', '165620.455000', '165620.458000', '165620.461000', '165620.464000', '165620.467000', '165620.470000', '165620.473000', '165620.475000', '165620.479000', '165620.481000', '165620.485000', '165620.488000', '165620.490000', '165620.493000', '165620.496000', '165620.499000', '165620.502000', '165620.505000', '165620.508000', '165620.511000', '165620.514000', '165620.516000', '165620.519000', '165620.522000', '165620.525000', '165620.528000', '165620.531000', '165620.534000', '165620.537000', '165620.545000', '165620.548000', '165620.551000', '165620.554000', '165620.557000', '165620.560000', '165620.563000', '165620.566000', '165620.569000', '165620.572000', '165620.575000', '165620.577000', '165640.447000', '165640.450000', '165640.453000', '165640.456000', '165640.459000', '165640.461000', '165640.464000', '165640.467000', '165640.470000', '165640.472000', '165640.475000', '165640.478000', '165640.481000', '165640.484000', '165640.486000', '165640.489000', '165640.492000', '165640.495000', '165640.498000', '165640.500000', '165640.503000', '165640.506000', '165640.509000', '165640.512000', '165640.514000', '165640.517000', '165640.520000', '165640.523000', '165640.525000', '165640.528000', '165640.531000', '165640.534000', '165640.537000', '165640.539000', '165640.542000', '165640.545000', '165640.548000', '165640.551000', '165640.554000', '165640.560000', '165640.563000', '165640.566000', '165640.569000', '165700.446000', '165700.449000', '165700.452000', '165700.455000', '165700.457000', '165700.460000', '165700.463000', '165700.466000', '165700.469000', '165700.471000', '165700.474000', '165700.477000', '165700.480000', '165700.483000', '165700.485000', '165700.488000', '165700.491000', '165700.494000', '165700.497000', '165700.500000', '165700.502000', '165700.505000', '165700.508000', '165700.511000', '165700.514000', '165700.516000', '165700.519000', '165700.522000', '165700.525000', '165700.528000', '165700.530000', '165700.533000', '165700.536000', '165700.539000', '165700.542000', '165700.545000', '165700.547000', '165700.550000', '165700.553000', '165700.556000', '165700.559000', '165700.562000', '165700.564000', '165700.567000', '165720.446000', '165720.449000', '165720.452000', '165720.455000', '165720.457000', '165720.460000', '165720.463000', '165720.466000', '165720.468000', '165720.471000', '165720.474000', '165720.477000', '165720.480000', '165720.483000', '165720.486000', '165720.488000', '165720.501000', '165720.504000', '165720.507000', '165720.510000', '165720.513000', '165720.516000', '165720.518000', '165720.521000', '165720.524000', '165720.527000', '165720.530000', '165720.533000', '165720.535000', '165720.538000', '165720.541000', '165720.544000', '165720.547000', '165720.549000', '165720.552000', '165720.555000', '165720.558000', '165720.560000', '165720.563000', '165720.566000', '165720.569000', '165720.572000', '165720.575000', '165740.446000', '165740.449000', '165740.452000', '165740.455000', '165740.458000', '165740.462000', '165740.465000', '165740.468000', '165740.471000', '165740.474000', '165740.477000', '165740.480000', '165740.482000', '165740.485000', '165740.488000', '165740.491000', '165740.494000', '165740.496000', '165740.499000', '165740.502000', '165740.505000', '165740.508000', '165740.510000', '165740.513000', '165740.516000', '165740.519000', '165740.522000', '165740.525000', '165740.528000', '165740.530000', '165740.533000', '165740.536000', '165740.539000', '165740.542000', '165740.544000', '165740.547000', '165740.550000', '165740.553000', '165740.556000', '165740.559000', '165740.561000', '165740.564000', '165740.567000', '165800.446000', '165800.449000', '165800.452000', '165800.455000', '165800.457000', '165800.460000', '165800.463000', '165800.466000', '165800.469000', '165800.471000', '165800.474000', '165800.477000', '165800.480000', '165800.483000', '165800.486000', '165800.489000', '165800.491000', '165800.494000', '165800.497000', '165800.500000', '165800.503000', '165800.505000', '165800.508000', '165800.511000', '165800.514000', '165800.517000', '165800.519000', '165800.522000', '165800.525000', '165800.528000', '165800.531000', '165800.534000', '165800.536000', '165800.539000', '165800.542000', '165800.545000', '165800.548000', '165800.551000', '165800.553000', '165800.556000', '165800.559000', '165800.562000', '165800.565000', '165800.568000', '165820.447000', '165820.450000', '165820.453000', '165820.456000', '165820.459000', '165820.461000', '165820.464000', '165820.467000', '165820.470000', '165820.473000', '165820.476000', '165820.479000', '165820.482000', '165820.485000', '165820.488000', '165820.491000', '165820.493000', '165820.496000', '165820.499000', '165820.502000', '165820.505000', '165820.507000', '165820.510000', '165820.513000', '165820.516000', '165820.519000', '165820.521000', '165820.524000', '165820.527000', '165820.530000', '165820.533000', '165820.536000', '165820.539000', '165820.541000', '165820.544000', '165820.547000', '165820.550000', '165820.553000', '165820.556000', '165820.558000', '165820.561000', '165820.564000', '165820.567000', '165840.447000', '165840.450000', '165840.453000', '165840.455000', '165840.458000', '165840.461000', '165840.464000', '165840.467000', '165840.470000', '165840.472000', '165840.475000', '165840.478000', '165840.481000', '165840.484000', '165840.487000', '165840.489000', '165840.492000', '165840.495000', '165840.498000', '165840.501000', '165840.504000', '165840.507000', '165840.509000', '165840.512000', '165840.515000', '165840.518000', '165840.521000', '165840.524000', '165840.526000', '165840.529000', '165840.532000', '165840.535000', '165840.538000', '165840.541000', '165840.544000', '165840.546000', '165840.549000', '165840.552000', '165840.555000', '165840.558000', '165840.561000', '165840.563000', '165840.566000', '165840.569000', '165900.447000', '165900.450000', '165900.453000', '165900.455000', '165900.458000', '165900.461000', '165900.464000', '165900.467000', '165900.470000', '165900.473000', '165900.475000', '165900.478000', '165900.492000', '165900.495000', '165900.500000', '165900.503000', '165900.505000', '165900.508000', '165900.511000', '165900.514000', '165900.517000', '165900.520000', '165900.523000', '165900.525000', '165900.528000', '165900.531000', '165900.534000', '165900.537000', '165900.540000', '165900.542000', '165900.545000', '165900.548000', '165900.551000', '165900.554000', '165900.557000', '165900.559000', '165900.562000', '165900.565000', '165900.568000', '165900.571000', '165900.574000', '165900.576000', '165900.579000', '165920.446000', '165920.449000', '165920.452000', '165920.455000', '165920.457000', '165920.460000', '165920.463000', '165920.466000', '165920.469000', '165920.472000', '165920.474000', '165920.477000', '165920.480000', '165920.483000', '165920.486000', '165920.489000', '165920.491000', '165920.494000', '165920.497000', '165920.500000', '165920.503000', '165920.506000', '165920.508000', '165920.511000', '165920.514000', '165920.517000', '165920.520000', '165920.523000', '165920.526000', '165920.528000', '165920.531000', '165920.534000', '165920.537000', '165920.540000', '165920.543000', '165920.553000', '165920.556000', '165920.558000', '165920.561000', '165920.564000', '165920.567000', '165920.570000', '165920.573000', '165920.576000', '165940.447000', '165940.450000', '165940.453000', '165940.456000', '165940.459000', '165940.462000', '165940.464000', '165940.467000', '165940.470000', '165940.473000', '165940.476000', '165940.479000', '165940.482000', '165940.485000', '165940.487000', '165940.490000', '165940.493000', '165940.496000', '165940.499000', '165940.502000', '165940.505000', '165940.508000', '165940.510000', '165940.513000', '165940.516000', '165940.520000', '165940.524000', '165940.527000', '165940.530000', '165940.532000', '165940.535000', '165940.538000', '165940.541000', '165940.544000', '165940.547000', '165940.549000', '165940.552000', '165940.555000', '165940.558000', '165940.561000', '165940.564000', '165940.566000', '165940.569000', '170000.446000', '170000.449000', '170000.452000', '170000.455000', '170000.458000', '170000.461000', '170000.463000', '170000.466000', '170000.469000', '170000.472000', '170000.475000', '170000.478000', '170000.480000', '170000.483000', '170000.486000', '170000.489000', '170000.492000', '170000.495000', '170000.498000', '170000.500000', '170000.503000', '170000.506000', '170000.509000', '170000.512000', '170000.515000', '170000.517000', '170000.520000', '170000.523000', '170000.526000', '170000.529000', '170000.532000', '170000.534000', '170000.537000', '170000.540000', '170000.543000', '170000.546000', '170000.548000', '170000.551000', '170000.554000', '170000.557000', '170000.560000', '170000.563000', '170000.566000', '170000.568000', '170020.446000', '170020.449000', '170020.452000', '170020.455000', '170020.458000', '170020.460000', '170020.463000', '170020.466000', '170020.469000', '170020.472000', '170020.475000', '170020.477000', '170020.480000', '170020.483000', '170020.486000', '170020.489000', '170020.492000', '170020.494000', '170020.497000', '170020.500000', '170020.503000', '170020.506000', '170020.509000', '170020.512000', '170020.514000', '170020.517000', '170020.520000', '170020.523000', '170020.526000', '170020.529000', '170020.532000', '170020.535000', '170020.538000', '170020.540000', '170020.543000', '170020.546000', '170020.549000', '170020.568000', '170020.571000', '170020.574000', '170020.577000', '170020.580000', '170020.582000', '170040.447000', '170040.450000', '170040.453000', '170040.456000', '170040.458000', '170040.461000', '170040.464000', '170040.467000', '170040.470000', '170040.473000', '170040.476000', '170040.479000', '170040.481000', '170040.484000', '170040.487000', '170040.490000', '170040.493000', '170040.495000', '170040.498000', '170040.501000', '170040.504000', '170040.507000', '170040.510000', '170040.512000', '170040.515000', '170040.518000', '170040.521000', '170040.524000', '170040.527000', '170040.530000', '170040.532000', '170040.535000', '170040.538000', '170040.541000', '170040.544000', '170040.546000', '170040.549000', '170040.552000', '170040.555000', '170040.558000', '170040.561000', '170040.564000', '170040.566000', '170040.569000', '170100.447000', '170100.450000', '170100.453000', '170100.456000', '170100.459000', '170100.462000', '170100.464000', '170100.467000', '170100.470000', '170100.473000', '170100.476000', '170100.479000', '170100.481000', '170100.486000', '170100.488000', '170100.491000', '170100.494000', '170100.497000', '170100.500000', '170100.503000', '170100.506000', '170100.509000', '170100.512000', '170100.514000', '170100.517000', '170100.520000', '170100.523000', '170100.526000', '170100.529000', '170100.532000', '170100.534000', '170100.537000', '170100.540000', '170100.543000', '170100.546000', '170100.549000', '170100.552000', '170100.555000', '170100.558000', '170100.561000', '170100.564000', '170100.566000', '170100.569000', '170120.447000', '170120.451000', '170120.454000', '170120.457000', '170120.459000', '170120.462000', '170120.465000', '170120.468000', '170120.471000', '170120.474000', '170120.477000', '170120.479000', '170120.482000', '170120.485000', '170120.488000', '170120.491000', '170120.496000', '170120.499000', '170120.502000', '170120.504000', '170120.507000', '170120.510000', '170120.513000', '170120.516000', '170120.519000', '170120.522000', '170120.524000', '170120.527000', '170120.530000', '170120.533000', '170120.536000', '170120.538000', '170120.541000', '170120.544000', '170120.547000', '170120.550000', '170120.553000', '170120.555000', '170120.558000', '170120.561000', '170120.564000', '170120.567000', '170120.570000', '170120.573000', '170140.446000', '170140.449000', '170140.452000', '170140.455000', '170140.458000', '170140.460000', '170140.463000', '170140.466000', '170140.469000', '170140.472000', '170140.475000', '170140.477000', '170140.480000', '170140.483000', '170140.486000', '170140.489000', '170140.491000', '170140.494000', '170140.497000', '170140.500000', '170140.503000', '170140.506000', '170140.508000', '170140.511000', '170140.514000', '170140.517000', '170140.520000', '170140.522000', '170140.525000', '170140.528000', '170140.531000', '170140.534000', '170140.536000', '170140.539000', '170140.542000', '170140.545000', '170140.548000', '170140.551000', '170140.553000', '170140.556000', '170140.559000', '170140.562000', '170140.565000', '170200.446000', '170200.449000', '170200.452000', '170200.455000', '170200.458000', '170200.460000', '170200.463000', '170200.466000', '170200.469000', '170200.472000', '170200.475000', '170200.477000', '170200.480000', '170200.483000', '170200.486000', '170200.489000', '170200.492000', '170200.494000', '170200.497000', '170200.500000', '170200.503000', '170200.506000', '170200.509000', '170200.511000', '170200.514000', '170200.517000', '170200.520000', '170200.523000', '170200.526000', '170200.529000', '170200.531000', '170200.534000', '170200.537000', '170200.540000', '170200.543000', '170200.545000', '170200.548000', '170200.551000', '170200.554000', '170200.557000', '170200.560000', '170200.562000', '170200.565000', '170200.568000', '170220.446000', '170220.449000', '170220.452000', '170220.455000', '170220.458000', '170220.461000', '170220.463000', '170220.466000', '170220.469000', '170220.472000', '170220.475000', '170220.477000', '170220.480000', '170220.483000', '170220.486000', '170220.489000', '170220.491000', '170220.494000', '170220.497000', '170220.500000', '170220.503000', '170220.506000', '170220.508000', '170220.511000', '170220.514000', '170220.517000', '170220.521000', '170220.524000', '170220.527000', '170220.530000', '170220.533000', '170220.536000', '170220.539000', '170220.541000', '170220.544000', '170220.547000', '170220.550000', '170220.553000', '170220.556000', '170220.558000', '170220.561000', '170220.564000', '170220.567000', '170240.446000', '170240.449000', '170240.452000', '170240.455000', '170240.458000', '170240.460000', '170240.463000', '170240.466000', '170240.469000', '170240.472000', '170240.475000', '170240.477000', '170240.480000', '170240.483000', '170240.486000', '170240.489000', '170240.492000', '170240.495000', '170240.498000', '170240.500000', '170240.503000', '170240.506000', '170240.509000', '170240.512000', '170240.515000', '170240.518000', '170240.521000', '170240.523000', '170240.526000', '170240.529000', '170240.532000', '170240.535000', '170240.538000', '170240.540000', '170240.543000', '170240.546000', '170240.549000', '170240.552000', '170240.555000', '170240.557000', '170240.568000', '170240.571000', '170240.574000', '170240.577000', '170300.447000', '170300.450000', '170300.453000', '170300.456000', '170300.459000', '170300.461000', '170300.464000', '170300.467000', '170300.470000', '170300.473000', '170300.476000', '170300.479000', '170300.481000', '170300.484000', '170300.487000', '170300.490000', '170300.493000', '170300.496000', '170300.498000', '170300.501000', '170300.504000', '170300.507000', '170300.510000', '170300.512000', '170300.515000', '170300.518000', '170300.521000', '170300.524000', '170300.527000', '170300.529000', '170300.532000', '170300.535000', '170300.538000', '170300.541000', '170300.544000', '170300.546000', '170300.549000', '170300.552000', '170300.555000', '170300.558000', '170300.561000', '170300.563000', '170300.566000', '170320.447000', '170320.459000', '170320.462000', '170320.464000', '170320.467000', '170320.470000', '170320.473000', '170320.476000', '170320.479000', '170320.482000', '170320.484000', '170320.487000', '170320.490000', '170320.493000', '170320.496000', '170320.498000', '170320.501000', '170320.504000', '170320.507000', '170320.510000', '170320.513000', '170320.515000', '170320.518000', '170320.521000', '170320.524000', '170320.527000', '170320.530000', '170320.533000', '170320.536000', '170320.539000', '170320.541000', '170320.544000', '170320.547000', '170320.550000', '170320.553000', '170320.556000', '170320.558000', '170320.561000', '170320.564000', '170320.567000', '170320.570000', '170320.573000', '170320.575000', '170320.578000', '170340.447000', '170340.450000', '170340.453000', '170340.456000', '170340.459000', '170340.461000', '170340.464000', '170340.467000', '170340.470000', '170340.473000', '170340.476000', '170340.479000', '170340.481000', '170340.484000', '170340.487000', '170340.490000', '170340.493000', '170340.496000', '170340.499000', '170340.501000', '170340.504000', '170340.507000', '170340.510000', '170340.513000', '170340.516000', '170340.519000', '170340.521000', '170340.524000', '170340.527000', '170340.530000', '170340.533000', '170340.536000', '170340.539000', '170340.541000', '170340.544000', '170340.547000', '170340.550000', '170340.553000', '170340.556000', '170340.560000', '170340.563000', '170340.566000', '170340.569000', '170400.009000', '170400.013000', '170400.016000', '170400.019000', '170400.044000', '170400.046000', '170400.049000', '170400.052000', '170400.055000', '170400.058000', '170400.061000', '170400.064000', '170400.066000', '170400.069000', '170400.072000', '170400.075000', '170400.078000', '170400.081000', '170400.084000', '170400.086000', '170400.089000', '170400.092000', '170400.095000', '170400.098000', '170400.100000', '170400.103000', '170400.106000', '170400.109000', '170400.112000', '170400.115000', '170400.118000', '170400.121000', '170400.124000', '170400.127000', '170400.130000', '170400.132000', '170400.135000', '170400.138000', '170400.141000', '170400.144000', '170400.147000', '170400.149000', '170400.153000'], 'InstanceCreationTime': ['165600.490000', '165600.499000', '165600.502000', '165600.505000', '165600.508000', '165600.511000', '165600.522000', '165600.525000', '165600.528000', '165600.531000', '165600.534000', '165600.548000', '165600.550000', '165600.553000', '165600.556000', '165600.559000', '165600.562000', '165600.565000', '165600.568000', '165600.573000', '165600.576000', '165600.579000', '165620.447000', '165620.450000', '165620.452000', '165620.455000', '165620.458000', '165620.461000', '165620.464000', '165620.467000', '165620.470000', '165620.473000', '165620.475000', '165620.479000', '165620.481000', '165620.485000', '165620.488000', '165620.490000', '165620.493000', '165620.496000', '165620.499000', '165620.502000', '165620.505000', '165620.508000', '165620.511000', '165620.514000', '165620.516000', '165620.519000', '165620.522000', '165620.525000', '165620.528000', '165620.531000', '165620.534000', '165620.537000', '165620.545000', '165620.548000', '165620.551000', '165620.554000', '165620.557000', '165620.560000', '165620.563000', '165620.566000', '165620.569000', '165620.572000', '165620.575000', '165620.577000', '165640.447000', '165640.450000', '165640.453000', '165640.456000', '165640.459000', '165640.461000', '165640.464000', '165640.467000', '165640.470000', '165640.472000', '165640.475000', '165640.478000', '165640.481000', '165640.484000', '165640.486000', '165640.489000', '165640.492000', '165640.495000', '165640.498000', '165640.500000', '165640.503000', '165640.506000', '165640.509000', '165640.512000', '165640.514000', '165640.517000', '165640.520000', '165640.523000', '165640.525000', '165640.528000', '165640.531000', '165640.534000', '165640.537000', '165640.539000', '165640.542000', '165640.545000', '165640.548000', '165640.551000', '165640.554000', '165640.560000', '165640.563000', '165640.566000', '165640.569000', '165700.446000', '165700.449000', '165700.452000', '165700.455000', '165700.457000', '165700.460000', '165700.463000', '165700.466000', '165700.469000', '165700.471000', '165700.474000', '165700.477000', '165700.480000', '165700.483000', '165700.485000', '165700.488000', '165700.491000', '165700.494000', '165700.497000', '165700.500000', '165700.502000', '165700.505000', '165700.508000', '165700.511000', '165700.514000', '165700.516000', '165700.519000', '165700.522000', '165700.525000', '165700.528000', '165700.530000', '165700.533000', '165700.536000', '165700.539000', '165700.542000', '165700.545000', '165700.547000', '165700.550000', '165700.553000', '165700.556000', '165700.559000', '165700.562000', '165700.564000', '165700.567000', '165720.446000', '165720.449000', '165720.452000', '165720.455000', '165720.457000', '165720.460000', '165720.463000', '165720.466000', '165720.468000', '165720.471000', '165720.474000', '165720.477000', '165720.480000', '165720.483000', '165720.486000', '165720.488000', '165720.501000', '165720.504000', '165720.507000', '165720.510000', '165720.513000', '165720.516000', '165720.518000', '165720.521000', '165720.524000', '165720.527000', '165720.530000', '165720.533000', '165720.535000', '165720.538000', '165720.541000', '165720.544000', '165720.547000', '165720.549000', '165720.552000', '165720.555000', '165720.558000', '165720.560000', '165720.563000', '165720.566000', '165720.569000', '165720.572000', '165720.575000', '165740.446000', '165740.449000', '165740.452000', '165740.455000', '165740.458000', '165740.462000', '165740.465000', '165740.468000', '165740.471000', '165740.474000', '165740.477000', '165740.480000', '165740.482000', '165740.485000', '165740.488000', '165740.491000', '165740.494000', '165740.496000', '165740.499000', '165740.502000', '165740.505000', '165740.508000', '165740.510000', '165740.513000', '165740.516000', '165740.519000', '165740.522000', '165740.525000', '165740.528000', '165740.530000', '165740.533000', '165740.536000', '165740.539000', '165740.542000', '165740.544000', '165740.547000', '165740.550000', '165740.553000', '165740.556000', '165740.559000', '165740.561000', '165740.564000', '165740.567000', '165800.446000', '165800.449000', '165800.452000', '165800.455000', '165800.457000', '165800.460000', '165800.463000', '165800.466000', '165800.469000', '165800.471000', '165800.474000', '165800.477000', '165800.480000', '165800.483000', '165800.486000', '165800.489000', '165800.491000', '165800.494000', '165800.497000', '165800.500000', '165800.503000', '165800.505000', '165800.508000', '165800.511000', '165800.514000', '165800.517000', '165800.519000', '165800.522000', '165800.525000', '165800.528000', '165800.531000', '165800.534000', '165800.536000', '165800.539000', '165800.542000', '165800.545000', '165800.548000', '165800.551000', '165800.553000', '165800.556000', '165800.559000', '165800.562000', '165800.565000', '165800.568000', '165820.447000', '165820.450000', '165820.453000', '165820.456000', '165820.459000', '165820.461000', '165820.464000', '165820.467000', '165820.470000', '165820.473000', '165820.476000', '165820.479000', '165820.482000', '165820.485000', '165820.488000', '165820.491000', '165820.493000', '165820.496000', '165820.499000', '165820.502000', '165820.505000', '165820.507000', '165820.510000', '165820.513000', '165820.516000', '165820.519000', '165820.521000', '165820.524000', '165820.527000', '165820.530000', '165820.533000', '165820.536000', '165820.539000', '165820.541000', '165820.544000', '165820.547000', '165820.550000', '165820.553000', '165820.556000', '165820.558000', '165820.561000', '165820.564000', '165820.567000', '165840.447000', '165840.450000', '165840.453000', '165840.455000', '165840.458000', '165840.461000', '165840.464000', '165840.467000', '165840.470000', '165840.472000', '165840.475000', '165840.478000', '165840.481000', '165840.484000', '165840.487000', '165840.489000', '165840.492000', '165840.495000', '165840.498000', '165840.501000', '165840.504000', '165840.507000', '165840.509000', '165840.512000', '165840.515000', '165840.518000', '165840.521000', '165840.524000', '165840.526000', '165840.529000', '165840.532000', '165840.535000', '165840.538000', '165840.541000', '165840.544000', '165840.546000', '165840.549000', '165840.552000', '165840.555000', '165840.558000', '165840.561000', '165840.563000', '165840.566000', '165840.569000', '165900.447000', '165900.450000', '165900.453000', '165900.455000', '165900.458000', '165900.461000', '165900.464000', '165900.467000', '165900.470000', '165900.473000', '165900.475000', '165900.478000', '165900.492000', '165900.495000', '165900.500000', '165900.503000', '165900.505000', '165900.508000', '165900.511000', '165900.514000', '165900.517000', '165900.520000', '165900.523000', '165900.525000', '165900.528000', '165900.531000', '165900.534000', '165900.537000', '165900.540000', '165900.542000', '165900.545000', '165900.548000', '165900.551000', '165900.554000', '165900.557000', '165900.559000', '165900.562000', '165900.565000', '165900.568000', '165900.571000', '165900.574000', '165900.576000', '165900.579000', '165920.446000', '165920.449000', '165920.452000', '165920.455000', '165920.457000', '165920.460000', '165920.463000', '165920.466000', '165920.469000', '165920.472000', '165920.474000', '165920.477000', '165920.480000', '165920.483000', '165920.486000', '165920.489000', '165920.491000', '165920.494000', '165920.497000', '165920.500000', '165920.503000', '165920.506000', '165920.508000', '165920.511000', '165920.514000', '165920.517000', '165920.520000', '165920.523000', '165920.526000', '165920.528000', '165920.531000', '165920.534000', '165920.537000', '165920.540000', '165920.543000', '165920.553000', '165920.556000', '165920.558000', '165920.561000', '165920.564000', '165920.567000', '165920.570000', '165920.573000', '165920.576000', '165940.447000', '165940.450000', '165940.453000', '165940.456000', '165940.459000', '165940.462000', '165940.464000', '165940.467000', '165940.470000', '165940.473000', '165940.476000', '165940.479000', '165940.482000', '165940.485000', '165940.487000', '165940.490000', '165940.493000', '165940.496000', '165940.499000', '165940.502000', '165940.505000', '165940.508000', '165940.510000', '165940.513000', '165940.516000', '165940.520000', '165940.524000', '165940.527000', '165940.530000', '165940.532000', '165940.535000', '165940.538000', '165940.541000', '165940.544000', '165940.547000', '165940.549000', '165940.552000', '165940.555000', '165940.558000', '165940.561000', '165940.564000', '165940.566000', '165940.569000', '170000.446000', '170000.449000', '170000.452000', '170000.455000', '170000.458000', '170000.461000', '170000.463000', '170000.466000', '170000.469000', '170000.472000', '170000.475000', '170000.478000', '170000.480000', '170000.483000', '170000.486000', '170000.489000', '170000.492000', '170000.495000', '170000.498000', '170000.500000', '170000.503000', '170000.506000', '170000.509000', '170000.512000', '170000.515000', '170000.517000', '170000.520000', '170000.523000', '170000.526000', '170000.529000', '170000.532000', '170000.534000', '170000.537000', '170000.540000', '170000.543000', '170000.546000', '170000.548000', '170000.551000', '170000.554000', '170000.557000', '170000.560000', '170000.563000', '170000.566000', '170000.568000', '170020.446000', '170020.449000', '170020.452000', '170020.455000', '170020.458000', '170020.460000', '170020.463000', '170020.466000', '170020.469000', '170020.472000', '170020.475000', '170020.477000', '170020.480000', '170020.483000', '170020.486000', '170020.489000', '170020.492000', '170020.494000', '170020.497000', '170020.500000', '170020.503000', '170020.506000', '170020.509000', '170020.512000', '170020.514000', '170020.517000', '170020.520000', '170020.523000', '170020.526000', '170020.529000', '170020.532000', '170020.535000', '170020.538000', '170020.540000', '170020.543000', '170020.546000', '170020.549000', '170020.568000', '170020.571000', '170020.574000', '170020.577000', '170020.580000', '170020.582000', '170040.447000', '170040.450000', '170040.453000', '170040.456000', '170040.458000', '170040.461000', '170040.464000', '170040.467000', '170040.470000', '170040.473000', '170040.476000', '170040.479000', '170040.481000', '170040.484000', '170040.487000', '170040.490000', '170040.493000', '170040.495000', '170040.498000', '170040.501000', '170040.504000', '170040.507000', '170040.510000', '170040.512000', '170040.515000', '170040.518000', '170040.521000', '170040.524000', '170040.527000', '170040.530000', '170040.532000', '170040.535000', '170040.538000', '170040.541000', '170040.544000', '170040.546000', '170040.549000', '170040.552000', '170040.555000', '170040.558000', '170040.561000', '170040.564000', '170040.566000', '170040.569000', '170100.447000', '170100.450000', '170100.453000', '170100.456000', '170100.459000', '170100.462000', '170100.464000', '170100.467000', '170100.470000', '170100.473000', '170100.476000', '170100.479000', '170100.481000', '170100.486000', '170100.488000', '170100.491000', '170100.494000', '170100.497000', '170100.500000', '170100.503000', '170100.506000', '170100.509000', '170100.512000', '170100.514000', '170100.517000', '170100.520000', '170100.523000', '170100.526000', '170100.529000', '170100.532000', '170100.534000', '170100.537000', '170100.540000', '170100.543000', '170100.546000', '170100.549000', '170100.552000', '170100.555000', '170100.558000', '170100.561000', '170100.564000', '170100.566000', '170100.569000', '170120.447000', '170120.451000', '170120.454000', '170120.457000', '170120.459000', '170120.462000', '170120.465000', '170120.468000', '170120.471000', '170120.474000', '170120.477000', '170120.479000', '170120.482000', '170120.485000', '170120.488000', '170120.491000', '170120.496000', '170120.499000', '170120.502000', '170120.504000', '170120.507000', '170120.510000', '170120.513000', '170120.516000', '170120.519000', '170120.522000', '170120.524000', '170120.527000', '170120.530000', '170120.533000', '170120.536000', '170120.538000', '170120.541000', '170120.544000', '170120.547000', '170120.550000', '170120.553000', '170120.555000', '170120.558000', '170120.561000', '170120.564000', '170120.567000', '170120.570000', '170120.573000', '170140.446000', '170140.449000', '170140.452000', '170140.455000', '170140.458000', '170140.460000', '170140.463000', '170140.466000', '170140.469000', '170140.472000', '170140.475000', '170140.477000', '170140.480000', '170140.483000', '170140.486000', '170140.489000', '170140.491000', '170140.494000', '170140.497000', '170140.500000', '170140.503000', '170140.506000', '170140.508000', '170140.511000', '170140.514000', '170140.517000', '170140.520000', '170140.522000', '170140.525000', '170140.528000', '170140.531000', '170140.534000', '170140.536000', '170140.539000', '170140.542000', '170140.545000', '170140.548000', '170140.551000', '170140.553000', '170140.556000', '170140.559000', '170140.562000', '170140.565000', '170200.446000', '170200.449000', '170200.452000', '170200.455000', '170200.458000', '170200.460000', '170200.463000', '170200.466000', '170200.469000', '170200.472000', '170200.475000', '170200.477000', '170200.480000', '170200.483000', '170200.486000', '170200.489000', '170200.492000', '170200.494000', '170200.497000', '170200.500000', '170200.503000', '170200.506000', '170200.509000', '170200.511000', '170200.514000', '170200.517000', '170200.520000', '170200.523000', '170200.526000', '170200.529000', '170200.531000', '170200.534000', '170200.537000', '170200.540000', '170200.543000', '170200.545000', '170200.548000', '170200.551000', '170200.554000', '170200.557000', '170200.560000', '170200.562000', '170200.565000', '170200.568000', '170220.446000', '170220.449000', '170220.452000', '170220.455000', '170220.458000', '170220.461000', '170220.463000', '170220.466000', '170220.469000', '170220.472000', '170220.475000', '170220.477000', '170220.480000', '170220.483000', '170220.486000', '170220.489000', '170220.491000', '170220.494000', '170220.497000', '170220.500000', '170220.503000', '170220.506000', '170220.508000', '170220.511000', '170220.514000', '170220.517000', '170220.521000', '170220.524000', '170220.527000', '170220.530000', '170220.533000', '170220.536000', '170220.539000', '170220.541000', '170220.544000', '170220.547000', '170220.550000', '170220.553000', '170220.556000', '170220.558000', '170220.561000', '170220.564000', '170220.567000', '170240.446000', '170240.449000', '170240.452000', '170240.455000', '170240.458000', '170240.460000', '170240.463000', '170240.466000', '170240.469000', '170240.472000', '170240.475000', '170240.477000', '170240.480000', '170240.483000', '170240.486000', '170240.489000', '170240.492000', '170240.495000', '170240.498000', '170240.500000', '170240.503000', '170240.506000', '170240.509000', '170240.512000', '170240.515000', '170240.518000', '170240.521000', '170240.523000', '170240.526000', '170240.529000', '170240.532000', '170240.535000', '170240.538000', '170240.540000', '170240.543000', '170240.546000', '170240.549000', '170240.552000', '170240.555000', '170240.557000', '170240.568000', '170240.571000', '170240.574000', '170240.577000', '170300.447000', '170300.450000', '170300.453000', '170300.456000', '170300.459000', '170300.461000', '170300.464000', '170300.467000', '170300.470000', '170300.473000', '170300.476000', '170300.479000', '170300.481000', '170300.484000', '170300.487000', '170300.490000', '170300.493000', '170300.496000', '170300.498000', '170300.501000', '170300.504000', '170300.507000', '170300.510000', '170300.512000', '170300.515000', '170300.518000', '170300.521000', '170300.524000', '170300.527000', '170300.529000', '170300.532000', '170300.535000', '170300.538000', '170300.541000', '170300.544000', '170300.546000', '170300.549000', '170300.552000', '170300.555000', '170300.558000', '170300.561000', '170300.563000', '170300.566000', '170320.447000', '170320.459000', '170320.462000', '170320.464000', '170320.467000', '170320.470000', '170320.473000', '170320.476000', '170320.479000', '170320.482000', '170320.484000', '170320.487000', '170320.490000', '170320.493000', '170320.496000', '170320.498000', '170320.501000', '170320.504000', '170320.507000', '170320.510000', '170320.513000', '170320.515000', '170320.518000', '170320.521000', '170320.524000', '170320.527000', '170320.530000', '170320.533000', '170320.536000', '170320.539000', '170320.541000', '170320.544000', '170320.547000', '170320.550000', '170320.553000', '170320.556000', '170320.558000', '170320.561000', '170320.564000', '170320.567000', '170320.570000', '170320.573000', '170320.575000', '170320.578000', '170340.447000', '170340.450000', '170340.453000', '170340.456000', '170340.459000', '170340.461000', '170340.464000', '170340.467000', '170340.470000', '170340.473000', '170340.476000', '170340.479000', '170340.481000', '170340.484000', '170340.487000', '170340.490000', '170340.493000', '170340.496000', '170340.499000', '170340.501000', '170340.504000', '170340.507000', '170340.510000', '170340.513000', '170340.516000', '170340.519000', '170340.521000', '170340.524000', '170340.527000', '170340.530000', '170340.533000', '170340.536000', '170340.539000', '170340.541000', '170340.544000', '170340.547000', '170340.550000', '170340.553000', '170340.556000', '170340.560000', '170340.563000', '170340.566000', '170340.569000', '170400.009000', '170400.013000', '170400.016000', '170400.019000', '170400.044000', '170400.046000', '170400.049000', '170400.052000', '170400.055000', '170400.058000', '170400.061000', '170400.064000', '170400.066000', '170400.069000', '170400.072000', '170400.075000', '170400.078000', '170400.081000', '170400.084000', '170400.086000', '170400.089000', '170400.092000', '170400.095000', '170400.098000', '170400.100000', '170400.103000', '170400.106000', '170400.109000', '170400.112000', '170400.115000', '170400.118000', '170400.121000', '170400.124000', '170400.127000', '170400.130000', '170400.132000', '170400.135000', '170400.138000', '170400.141000', '170400.144000', '170400.147000', '170400.149000', '170400.153000'], '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': [9166, 13171, 9898, 10428, 10364, 8569, 15637, 9253, 8034, 13179, 9148, 8300, 15767, 11263, 8507, 16879, 9680, 15793, 11772, 10260, 11561, 8907, 13864, 9913, 16230, 9608, 16547, 9877, 14040, 9513, 10826, 10210, 11256, 9699, 9527, 9521, 8571, 9439, 15333, 9310, 10378, 18621, 10893, 15888, 9519, 10653, 17827, 9650, 16460, 9779, 12461, 9538, 8619, 9413, 9838, 10109, 9139, 11960, 18312, 11320, 16269, 10944, 10013, 17622, 9435, 12256, 9429, 9167, 9899, 9793, 10991, 9260, 16602, 11121, 10827, 14287, 9440, 9188, 9402, 8628, 12495, 8934, 8895, 9360, 13823, 10379, 16060, 10261, 16876, 9488, 13317, 12961, 9109, 16302, 9066, 14393, 9184, 9199, 9361, 9470, 9267, 9311, 10919, 9645, 12914, 17769, 9956, 15310, 10351, 9725, 18210, 9677, 12626, 9262, 9423, 17340, 9565, 12279, 9642, 10252, 10337, 9630, 11722, 9363, 10256, 9750, 10383, 9686, 10544, 9568, 12341, 10773, 9713, 17765, 9142, 12034, 15983, 9977, 15974, 10300, 13565, 9515, 8948, 9482, 9212, 11663, 9840, 12820, 17954, 10142, 15706, 14203, 10302, 17023, 9867, 13462, 9389, 10790, 9892, 11747, 9449, 12251, 9461, 8991, 9337, 17374, 10891, 15810, 9595, 10125, 8981, 9706, 9336, 11275, 9724, 12223, 9789, 14494, 12025, 10685, 9966, 9547, 9603, 9929, 15653, 9591, 15008, 9699, 10304, 17593, 9645, 14890, 9560, 10448, 9634, 8946, 9588, 16345, 9882, 14184, 14945, 9661, 14199, 9519, 9972, 13975, 9886, 8948, 9759, 9177, 11528, 9636, 10026, 10622, 17246, 10565, 14916, 12847, 9677, 15959, 10062, 12949, 9429, 10929, 9977, 12235, 9759, 11663, 9768, 9847, 9893, 9238, 12279, 8964, 15700, 10040, 15008, 9429, 12076, 16063, 11475, 13702, 9805, 8662, 9742, 9661, 10931, 10117, 10070, 9481, 11083, 9721, 8846, 10329, 8949, 10457, 9458, 9794, 12932, 10802, 9199, 16022, 10607, 18129, 13571, 9638, 11103, 9913, 15943, 10565, 9216, 13399, 9879, 16167, 10072, 11929, 11381, 9626, 13812, 9530, 9236, 12556, 9587, 9234, 11923, 9659, 8752, 12292, 9761, 16202, 12489, 9422, 14349, 10471, 8483, 17617, 12338, 8487, 14477, 9511, 8922, 15070, 10811, 8445, 15428, 9472, 8798, 16326, 10333, 8637, 13972, 9456, 9044, 15247, 9460, 9193, 13861, 9324, 10038, 11721, 9555, 14001, 9956, 8592, 15091, 9221, 9079, 10753, 9284, 16620, 9509, 9778, 11643, 9285, 9089, 11244, 9627, 9798, 10776, 9334, 14301, 9546, 13564, 10243, 9850, 11356, 10012, 16600, 10278, 14988, 10971, 9296, 11752, 10137, 13249, 10376, 9385, 11936, 9727, 11690, 9829, 9254, 12260, 9697, 10985, 10334, 9119, 16681, 9651, 9514, 13092, 9484, 11601, 11223, 10027, 14401, 10490, 8632, 18352, 9936, 9612, 13793, 9612, 9393, 15161, 8790, 8666, 8651, 9933, 9468, 10036, 9356, 10820, 9648, 10937, 14444, 10411, 18453, 10122, 9594, 14093, 10044, 13170, 13230, 10158, 9226, 10286, 10615, 14712, 10274, 10392, 11854, 10247, 9886, 14519, 10117, 17286, 9902, 16495, 11008, 11347, 14359, 10393, 10179, 10377, 10305, 10750, 10180, 9694, 9982, 15307, 9615, 11819, 12013, 9964, 9715, 10074, 17490, 9946, 13327, 11095, 10007, 15052, 10228, 11707, 9665, 10341, 10899, 10165, 10575, 11482, 10209, 11627, 17544, 10377, 14771, 12453, 10346, 10077, 10106, 10493, 10321, 17922, 10564, 14597, 11340, 10354, 14518, 10381, 11638, 10142, 10224, 10034, 10195, 18002, 10883, 13446, 10379, 11320, 11333, 10211, 17275, 10388, 9455, 10388, 10574, 11126, 17476, 11849, 16017, 10206, 12284, 10094, 15970, 13191, 11299, 17927, 10661, 13191, 10680, 13494, 10339, 10518, 10339, 10284, 10436, 10115, 14420, 10360, 16742, 17215, 12786, 17217, 10162, 10951, 10436, 10409, 10353, 10187, 10493, 10058, 10447, 10598, 12799, 10041, 13948, 10937, 12118, 18039, 12260, 16997, 10588, 14050, 10103, 9678, 10573, 10556, 10835, 17170, 10631, 16581, 10548, 10312, 10533, 10492, 10548, 11964, 10551, 10134, 10392, 16828, 10043, 15072, 10269, 11886, 12497, 10585, 9974, 10534, 10336, 12290, 10354, 11334, 10702, 10275, 10345, 10162, 10700, 9951, 14962, 10585, 14459, 10385, 13557, 10432, 19735, 11576, 15932, 10071, 10834, 9990, 10541, 9888, 10754, 10622, 10457, 10768, 10216, 10639, 10454, 12976, 10966, 15783, 10703, 17401, 12004, 16405, 10438, 12677, 10638, 10736, 14602, 11093, 16736, 10611, 14994, 10931, 10975, 11745, 10730, 16577, 10618, 17551, 12435, 13427, 10680, 13406, 10806, 10358, 10620, 10132, 12003, 10737, 11462, 10733, 10846, 11109, 11063, 15276, 10428, 10357, 12420, 10473, 12427, 9950, 8831, 11494, 9902, 10730, 9982, 11771, 10390, 10195, 13788, 10879, 16717, 11392, 10415, 12159, 9859, 15831, 10485, 10782, 10486, 10301, 12209, 10717, 11046, 10340, 10303, 12188, 11131, 17116, 10509, 16529, 10692, 18009, 12268, 12054, 10362, 10153, 11697, 10829, 17359, 10324, 17488, 10262, 14464, 11388, 11297, 10433, 10194, 12889, 10873, 17936, 10495, 11222, 10671, 14497, 10790, 10788, 10882, 11111, 11308, 10806, 12618, 16829, 10966, 17609, 11103, 15755, 10841, 10469, 10972, 11315, 10954, 10453, 12052, 16246, 10896, 16725, 10345, 11494, 10578, 11541, 11490, 13053, 11179, 14258, 11388, 13354, 16280, 11118, 17215, 11569, 12650, 11143, 10899, 11494, 11072, 10967, 11693, 17095, 11095, 16414, 11390, 10870, 16438, 10707, 13906, 10983, 10890, 14286, 10978, 9708, 11007, 13382, 11133, 10841, 17948, 11218, 12904, 11007, 10818, 18193, 11089, 14923, 11006, 10678, 17426, 11072, 15684, 10582, 10661, 10937, 10925, 11304, 10107, 10899, 15471, 10965, 10702, 16942, 10697, 12717, 10955, 10798, 11143, 10926, 13656, 17786, 10857, 15277, 10926, 10984, 18552, 10319, 16282, 10464, 10337, 11229, 11445, 10246, 10966, 15382, 11175, 10903, 18639, 11178, 15396, 11344, 10735, 15782, 11090, 16330, 11335, 14385, 11060, 13543, 11278, 12944, 10875, 10814, 10782, 11462, 12583, 10982, 10661, 10898, 18330, 10521, 11319, 19026, 11277, 15787, 11119, 10809, 11345, 11055, 10689, 12230, 11116, 10739, 10933, 11204, 11335, 18704, 11058, 14254, 11207, 10725, 17467, 11325, 16324, 11456, 10911, 10954, 11606, 11501, 11261, 11451, 11168, 11082, 16796, 10640, 13597, 10955, 11134, 11340, 11007, 18110, 11932, 13369, 11010, 10997, 13646, 11229, 11886, 11242, 13111, 10952, 13988, 11559, 11117, 18101, 11246, 13562, 11690, 11136, 16574, 11405, 13163, 10983, 10724, 14387, 11140, 12946, 11506, 10617, 10943, 11062, 13748, 10596, 11439, 10777, 11578, 11393, 10791, 11395, 10697, 12825, 16878, 11251, 15447, 12779, 11488, 17179, 11022, 12828, 15788, 11568, 13621, 11369, 11058, 11256, 11697, 11208, 11002, 12962, 11485, 15609, 11071, 16250, 11718, 11320, 10922, 18670, 12632, 13777, 12190, 11199, 10669, 11189, 16912, 11546, 12678, 11466, 11048, 11367, 10769, 10803, 11130, 17826, 11360, 14360, 11323, 10758, 10975, 10976, 10907, 11097, 15307, 11629, 13393, 11226, 12816, 11211, 11493, 13850, 11066, 15701, 11446, 13654, 11181, 11407, 11316, 14012, 11239, 11310, 11469, 11532, 11283, 11106, 11242, 10575, 11823, 17143, 11329, 14020, 13609, 11279, 16743, 11567, 13902, 12626, 11160, 18896, 11249, 10120, 10291, 9159, 8620, 10860, 9243, 8997, 14934, 10655, 17437, 12480, 10950, 10422, 10723, 10138, 14064, 10781, 10658, 10890, 10937, 14799, 10952, 14796, 10694, 13294, 10925, 11011, 13757, 11252, 16118, 10850, 16723, 11457, 10850, 11107, 10744, 10844, 11386, 17164, 10947, 16327, 11671, 11640, 10907, 10854, 10938, 16365, 11382, 14188, 10771, 10980, 13127, 11084, 15841, 11105, 12818, 11311, 10507, 11083, 11041, 11035, 11465, 13186, 10979, 11730, 10930, 18130, 12168, 13660, 11567, 10375, 11127, 11287, 11377, 11379, 9575, 7889], 'WindowCenter': [4373.0, 4388.0, 4356.0, 4365.0, 4353.0, 4345.0, 4395.0, 4342.0, 4320.0, 4361.0, 4330.0, 4320.0, 4381.0, 4349.0, 4321.0, 4379.0, 4329.0, 4369.0, 4348.0, 4328.0, 4337.0, 4316.0, 4356.0, 4327.0, 4367.0, 4315.0, 4366.0, 4316.0, 4353.0, 4315.0, 4324.0, 4325.0, 4335.0, 4327.0, 4325.0, 4338.0, 4331.0, 4341.0, 4381.0, 4329.0, 4339.0, 4390.0, 4337.0, 4366.0, 4316.0, 4325.0, 4366.0, 4315.0, 4365.0, 4326.0, 4345.0, 4326.0, 4319.0, 4329.0, 4340.0, 4351.0, 4332.0, 4360.0, 4379.0, 4336.0, 4368.0, 4324.0, 4324.0, 4364.0, 4313.0, 4335.0, 4316.0, 4327.0, 4338.0, 4340.0, 4348.0, 4330.0, 4407.0, 4351.0, 4349.0, 4357.0, 4326.0, 4326.0, 4327.0, 4320.0, 4361.0, 4332.0, 4330.0, 4329.0, 4370.0, 4339.0, 4369.0, 4342.0, 4391.0, 4326.0, 4345.0, 4343.0, 4329.0, 4367.0, 4304.0, 4353.0, 4314.0, 4314.0, 4326.0, 4327.0, 4329.0, 4342.0, 4351.0, 4340.0, 4361.0, 4379.0, 4327.0, 4367.0, 4326.0, 4325.0, 4376.0, 4315.0, 4344.0, 4314.0, 4315.0, 4375.0, 4326.0, 4346.0, 4326.0, 4327.0, 4324.0, 4327.0, 4347.0, 4326.0, 4336.0, 4340.0, 4340.0, 4343.0, 4354.0, 4355.0, 4375.0, 4353.0, 4342.0, 4391.0, 4328.0, 4349.0, 4367.0, 4327.0, 4369.0, 4328.0, 4356.0, 4328.0, 4318.0, 4339.0, 4340.0, 4361.0, 4352.0, 4374.0, 4392.0, 4339.0, 4369.0, 4356.0, 4326.0, 4365.0, 4324.0, 4345.0, 4316.0, 4324.0, 4325.0, 4345.0, 4341.0, 4362.0, 4341.0, 4330.0, 4327.0, 4379.0, 4337.0, 4367.0, 4315.0, 4324.0, 4303.0, 4314.0, 4325.0, 4348.0, 4328.0, 4347.0, 4339.0, 4370.0, 4349.0, 4326.0, 4326.0, 4325.0, 4324.0, 4326.0, 4367.0, 4326.0, 4367.0, 4326.0, 4326.0, 4375.0, 4326.0, 4364.0, 4327.0, 4337.0, 4327.0, 4318.0, 4340.0, 4381.0, 4328.0, 4357.0, 4356.0, 4316.0, 4354.0, 4326.0, 4326.0, 4355.0, 4324.0, 4315.0, 4327.0, 4339.0, 4361.0, 4343.0, 4342.0, 4354.0, 4394.0, 4350.0, 4371.0, 4346.0, 4326.0, 4366.0, 4325.0, 4344.0, 4315.0, 4334.0, 4326.0, 4346.0, 4327.0, 4347.0, 4337.0, 4340.0, 4337.0, 4330.0, 4359.0, 4329.0, 4380.0, 4327.0, 4368.0, 4316.0, 4348.0, 4367.0, 4335.0, 4343.0, 4313.0, 4315.0, 4326.0, 4329.0, 4351.0, 4337.0, 4338.0, 4339.0, 4360.0, 4352.0, 4344.0, 4353.0, 4344.0, 4352.0, 4355.0, 4356.0, 4374.0, 4354.0, 4343.0, 4384.0, 4352.0, 4391.0, 4360.0, 4331.0, 4337.0, 4329.0, 4370.0, 4341.0, 4328.0, 4359.0, 4329.0, 4367.0, 4329.0, 4349.0, 4347.0, 4328.0, 4357.0, 4327.0, 4328.0, 4358.0, 4328.0, 4329.0, 4347.0, 4328.0, 4318.0, 4347.0, 4328.0, 4380.0, 4349.0, 4328.0, 4357.0, 4325.0, 4306.0, 4376.0, 4359.0, 4318.0, 4356.0, 4316.0, 4317.0, 4367.0, 4336.0, 4306.0, 4366.0, 4328.0, 4316.0, 4367.0, 4329.0, 4316.0, 4356.0, 4326.0, 4316.0, 4368.0, 4327.0, 4315.0, 4356.0, 4316.0, 4326.0, 4336.0, 4315.0, 4357.0, 4327.0, 4305.0, 4366.0, 4317.0, 4318.0, 4337.0, 4316.0, 4367.0, 4326.0, 4339.0, 4347.0, 4326.0, 4317.0, 4336.0, 4328.0, 4339.0, 4350.0, 4329.0, 4368.0, 4330.0, 4359.0, 4338.0, 4328.0, 4339.0, 4328.0, 4378.0, 4339.0, 4367.0, 4336.0, 4317.0, 4346.0, 4326.0, 4356.0, 4337.0, 4327.0, 4347.0, 4329.0, 4349.0, 4339.0, 4328.0, 4349.0, 4342.0, 4337.0, 4338.0, 4330.0, 4380.0, 4328.0, 4328.0, 4359.0, 4328.0, 4349.0, 4337.0, 4330.0, 4369.0, 4341.0, 4320.0, 4389.0, 4328.0, 4328.0, 4357.0, 4329.0, 4329.0, 4382.0, 4331.0, 4319.0, 4331.0, 4352.0, 4341.0, 4341.0, 4331.0, 4351.0, 4329.0, 4339.0, 4369.0, 4339.0, 4389.0, 4327.0, 4327.0, 4358.0, 4328.0, 4374.0, 4359.0, 4338.0, 4327.0, 4326.0, 4337.0, 4371.0, 4327.0, 4327.0, 4335.0, 4326.0, 4327.0, 4367.0, 4327.0, 4376.0, 4325.0, 4366.0, 4325.0, 4324.0, 4343.0, 4312.0, 4311.0, 4311.0, 4324.0, 4335.0, 4338.0, 4327.0, 4338.0, 4367.0, 4326.0, 4336.0, 4335.0, 4314.0, 4315.0, 4326.0, 4365.0, 4314.0, 4344.0, 4324.0, 4313.0, 4353.0, 4337.0, 4345.0, 4316.0, 4324.0, 4336.0, 4327.0, 4349.0, 4360.0, 4341.0, 4363.0, 4382.0, 4329.0, 4357.0, 4345.0, 4325.0, 4326.0, 4326.0, 4337.0, 4338.0, 4390.0, 4337.0, 4357.0, 4335.0, 4325.0, 4356.0, 4325.0, 4335.0, 4324.0, 4325.0, 4326.0, 4326.0, 4376.0, 4336.0, 4344.0, 4327.0, 4336.0, 4336.0, 4327.0, 4377.0, 4336.0, 4327.0, 4339.0, 4351.0, 4362.0, 4404.0, 4363.0, 4391.0, 4340.0, 4360.0, 4339.0, 4381.0, 4357.0, 4337.0, 4376.0, 4324.0, 4343.0, 4325.0, 4355.0, 4326.0, 4336.0, 4325.0, 4327.0, 4336.0, 4336.0, 4367.0, 4337.0, 4379.0, 4366.0, 4334.0, 4365.0, 4311.0, 4311.0, 4311.0, 4311.0, 4323.0, 4325.0, 4336.0, 4337.0, 4337.0, 4350.0, 4359.0, 4339.0, 4369.0, 4337.0, 4348.0, 4379.0, 4348.0, 4367.0, 4325.0, 4343.0, 4324.0, 4326.0, 4338.0, 4339.0, 4351.0, 4381.0, 4328.0, 4367.0, 4324.0, 4325.0, 4324.0, 4325.0, 4336.0, 4348.0, 4349.0, 4351.0, 4340.0, 4381.0, 4329.0, 4371.0, 4338.0, 4347.0, 4345.0, 4326.0, 4327.0, 4336.0, 4336.0, 4347.0, 4339.0, 4350.0, 4351.0, 4355.0, 4340.0, 4339.0, 4340.0, 4343.0, 4370.0, 4353.0, 4382.0, 4340.0, 4360.0, 4338.0, 4389.0, 4335.0, 4366.0, 4314.0, 4323.0, 4313.0, 4323.0, 4312.0, 4323.0, 4335.0, 4350.0, 4349.0, 4341.0, 4350.0, 4350.0, 4371.0, 4350.0, 4379.0, 4339.0, 4378.0, 4349.0, 4379.0, 4337.0, 4347.0, 4337.0, 4337.0, 4367.0, 4337.0, 4369.0, 4338.0, 4367.0, 4338.0, 4338.0, 4336.0, 4336.0, 4364.0, 4326.0, 4365.0, 4346.0, 4344.0, 4324.0, 4344.0, 4322.0, 4313.0, 4322.0, 4322.0, 4333.0, 4325.0, 4335.0, 4335.0, 4335.0, 4335.0, 4335.0, 4366.0, 4336.0, 4326.0, 4359.0, 4338.0, 4348.0, 4339.0, 4317.0, 4347.0, 4340.0, 4351.0, 4339.0, 4349.0, 4339.0, 4339.0, 4360.0, 4339.0, 4367.0, 4336.0, 4325.0, 4334.0, 4326.0, 4365.0, 4337.0, 4335.0, 4324.0, 4326.0, 4347.0, 4338.0, 4347.0, 4328.0, 4337.0, 4349.0, 4348.0, 4379.0, 4338.0, 4376.0, 4337.0, 4377.0, 4347.0, 4348.0, 4326.0, 4325.0, 4346.0, 4337.0, 4377.0, 4327.0, 4377.0, 4326.0, 4356.0, 4336.0, 4352.0, 4339.0, 4340.0, 4356.0, 4336.0, 4376.0, 4326.0, 4350.0, 4337.0, 4356.0, 4324.0, 4335.0, 4325.0, 4336.0, 4336.0, 4337.0, 4346.0, 4367.0, 4324.0, 4363.0, 4322.0, 4353.0, 4323.0, 4324.0, 4335.0, 4349.0, 4348.0, 4349.0, 4362.0, 4379.0, 4338.0, 4369.0, 4325.0, 4334.0, 4324.0, 4334.0, 4347.0, 4357.0, 4338.0, 4367.0, 4349.0, 4359.0, 4368.0, 4336.0, 4378.0, 4335.0, 4344.0, 4333.0, 4333.0, 4336.0, 4347.0, 4338.0, 4348.0, 4378.0, 4338.0, 4366.0, 4334.0, 4324.0, 4364.0, 4325.0, 4344.0, 4323.0, 4335.0, 4355.0, 4337.0, 4327.0, 4347.0, 4359.0, 4347.0, 4337.0, 4377.0, 4336.0, 4346.0, 4336.0, 4336.0, 4376.0, 4336.0, 4366.0, 4324.0, 4325.0, 4365.0, 4335.0, 4364.0, 4325.0, 4323.0, 4335.0, 4336.0, 4350.0, 4339.0, 4350.0, 4382.0, 4339.0, 4337.0, 4366.0, 4325.0, 4346.0, 4336.0, 4337.0, 4349.0, 4349.0, 4371.0, 4381.0, 4336.0, 4356.0, 4325.0, 4334.0, 4376.0, 4338.0, 4365.0, 4349.0, 4351.0, 4349.0, 4363.0, 4339.0, 4351.0, 4368.0, 4336.0, 4324.0, 4375.0, 4334.0, 4356.0, 4323.0, 4325.0, 4354.0, 4333.0, 4352.0, 4323.0, 4352.0, 4334.0, 4342.0, 4336.0, 4345.0, 4337.0, 4337.0, 4338.0, 4349.0, 4359.0, 4338.0, 4339.0, 4350.0, 4380.0, 4325.0, 4324.0, 4365.0, 4324.0, 4355.0, 4323.0, 4322.0, 4323.0, 4332.0, 4334.0, 4345.0, 4348.0, 4338.0, 4337.0, 4348.0, 4350.0, 4390.0, 4338.0, 4356.0, 4335.0, 4335.0, 4364.0, 4324.0, 4364.0, 4335.0, 4324.0, 4335.0, 4336.0, 4349.0, 4349.0, 4360.0, 4349.0, 4351.0, 4381.0, 4338.0, 4357.0, 4335.0, 4336.0, 4335.0, 4335.0, 4377.0, 4336.0, 4356.0, 4324.0, 4325.0, 4343.0, 4336.0, 4347.0, 4348.0, 4357.0, 4350.0, 4368.0, 4349.0, 4338.0, 4376.0, 4335.0, 4345.0, 4333.0, 4334.0, 4365.0, 4335.0, 4344.0, 4336.0, 4335.0, 4355.0, 4337.0, 4358.0, 4336.0, 4337.0, 4337.0, 4348.0, 4357.0, 4339.0, 4346.0, 4349.0, 4362.0, 4362.0, 4365.0, 4374.0, 4367.0, 4387.0, 4395.0, 4354.0, 4384.0, 4362.0, 4349.0, 4380.0, 4339.0, 4361.0, 4367.0, 4336.0, 4357.0, 4335.0, 4335.0, 4348.0, 4349.0, 4350.0, 4352.0, 4360.0, 4349.0, 4381.0, 4352.0, 4392.0, 4362.0, 4351.0, 4339.0, 4381.0, 4347.0, 4347.0, 4335.0, 4324.0, 4323.0, 4324.0, 4363.0, 4324.0, 4332.0, 4321.0, 4321.0, 4334.0, 4323.0, 4324.0, 4337.0, 4376.0, 4335.0, 4355.0, 4324.0, 4324.0, 4324.0, 4324.0, 4323.0, 4336.0, 4367.0, 4336.0, 4357.0, 4338.0, 4359.0, 4337.0, 4348.0, 4357.0, 4338.0, 4367.0, 4349.0, 4357.0, 4349.0, 4349.0, 4350.0, 4372.0, 4350.0, 4351.0, 4364.0, 4361.0, 4363.0, 4361.0, 4375.0, 4365.0, 4362.0, 4379.0, 4335.0, 4357.0, 4347.0, 4337.0, 4379.0, 4337.0, 4360.0, 4346.0, 4336.0, 4389.0, 4350.0, 4325.0, 4339.0, 4326.0, 4318.0, 4349.0, 4331.0, 4343.0, 4395.0, 4353.0, 4398.0, 4361.0, 4337.0, 4339.0, 4324.0, 4314.0, 4343.0, 4324.0, 4324.0, 4325.0, 4339.0, 4357.0, 4335.0, 4356.0, 4327.0, 4344.0, 4335.0, 4337.0, 4356.0, 4335.0, 4355.0, 4336.0, 4368.0, 4335.0, 4323.0, 4322.0, 4322.0, 4325.0, 4335.0, 4365.0, 4325.0, 4364.0, 4336.0, 4336.0, 4338.0, 4339.0, 4339.0, 4369.0, 4335.0, 4345.0, 4324.0, 4325.0, 4345.0, 4336.0, 4354.0, 4334.0, 4344.0, 4335.0, 4338.0, 4338.0, 4348.0, 4350.0, 4364.0, 4373.0, 4352.0, 4363.0, 4354.0, 4408.0, 4361.0, 4370.0, 4349.0, 4338.0, 4351.0, 4366.0, 4363.0, 4374.0, 4354.0, 4343.0], 'WindowWidth': [9667.0, 9677.0, 9626.0, 9639.0, 9619.0, 9611.0, 9677.0, 9600.0, 9567.0, 9622.0, 9580.0, 9564.0, 9649.0, 9603.0, 9566.0, 9647.0, 9575.0, 9629.0, 9600.0, 9571.0, 9582.0, 9553.0, 9604.0, 9567.0, 9623.0, 9549.0, 9619.0, 9552.0, 9599.0, 9548.0, 9561.0, 9562.0, 9578.0, 9570.0, 9566.0, 9589.0, 9583.0, 9599.0, 9653.0, 9577.0, 9590.0, 9661.0, 9584.0, 9624.0, 9554.0, 9565.0, 9621.0, 9550.0, 9617.0, 9566.0, 9592.0, 9570.0, 9564.0, 9579.0, 9596.0, 9611.0, 9584.0, 9622.0, 9650.0, 9581.0, 9627.0, 9560.0, 9561.0, 9618.0, 9546.0, 9575.0, 9553.0, 9572.0, 9590.0, 9592.0, 9601.0, 9579.0, 9702.0, 9610.0, 9604.0, 9611.0, 9566.0, 9569.0, 9570.0, 9564.0, 9623.0, 9585.0, 9579.0, 9577.0, 9634.0, 9590.0, 9629.0, 9597.0, 9668.0, 9569.0, 9591.0, 9586.0, 9576.0, 9625.0, 9533.0, 9597.0, 9548.0, 9547.0, 9568.0, 9571.0, 9578.0, 9600.0, 9612.0, 9595.0, 9624.0, 9648.0, 9570.0, 9626.0, 9568.0, 9564.0, 9637.0, 9550.0, 9589.0, 9546.0, 9551.0, 9634.0, 9566.0, 9592.0, 9569.0, 9569.0, 9563.0, 9569.0, 9597.0, 9569.0, 9584.0, 9593.0, 9593.0, 9604.0, 9620.0, 9623.0, 9650.0, 9615.0, 9598.0, 9668.0, 9574.0, 9602.0, 9625.0, 9569.0, 9631.0, 9571.0, 9608.0, 9573.0, 9560.0, 9591.0, 9596.0, 9625.0, 9613.0, 9647.0, 9671.0, 9588.0, 9632.0, 9607.0, 9565.0, 9619.0, 9561.0, 9591.0, 9550.0, 9561.0, 9564.0, 9592.0, 9597.0, 9626.0, 9599.0, 9577.0, 9572.0, 9646.0, 9584.0, 9626.0, 9549.0, 9559.0, 9530.0, 9546.0, 9565.0, 9601.0, 9573.0, 9598.0, 9591.0, 9637.0, 9603.0, 9566.0, 9566.0, 9565.0, 9563.0, 9567.0, 9626.0, 9567.0, 9624.0, 9566.0, 9565.0, 9635.0, 9568.0, 9617.0, 9571.0, 9584.0, 9571.0, 9561.0, 9593.0, 9652.0, 9573.0, 9613.0, 9608.0, 9552.0, 9605.0, 9568.0, 9567.0, 9604.0, 9560.0, 9551.0, 9570.0, 9593.0, 9623.0, 9603.0, 9601.0, 9618.0, 9675.0, 9609.0, 9636.0, 9596.0, 9567.0, 9620.0, 9562.0, 9589.0, 9552.0, 9574.0, 9566.0, 9593.0, 9571.0, 9598.0, 9586.0, 9591.0, 9585.0, 9578.0, 9615.0, 9577.0, 9647.0, 9571.0, 9628.0, 9553.0, 9599.0, 9626.0, 9578.0, 9586.0, 9545.0, 9551.0, 9568.0, 9575.0, 9609.0, 9584.0, 9587.0, 9591.0, 9623.0, 9616.0, 9607.0, 9619.0, 9605.0, 9614.0, 9621.0, 9624.0, 9646.0, 9619.0, 9602.0, 9659.0, 9611.0, 9663.0, 9620.0, 9577.0, 9583.0, 9573.0, 9631.0, 9594.0, 9573.0, 9615.0, 9573.0, 9622.0, 9573.0, 9601.0, 9595.0, 9572.0, 9611.0, 9569.0, 9573.0, 9614.0, 9574.0, 9575.0, 9596.0, 9571.0, 9558.0, 9597.0, 9573.0, 9645.0, 9601.0, 9574.0, 9611.0, 9565.0, 9539.0, 9635.0, 9615.0, 9559.0, 9607.0, 9552.0, 9554.0, 9623.0, 9580.0, 9541.0, 9620.0, 9570.0, 9553.0, 9623.0, 9576.0, 9552.0, 9608.0, 9568.0, 9555.0, 9627.0, 9570.0, 9551.0, 9606.0, 9553.0, 9566.0, 9577.0, 9549.0, 9609.0, 9568.0, 9538.0, 9621.0, 9555.0, 9561.0, 9582.0, 9553.0, 9624.0, 9566.0, 9589.0, 9596.0, 9569.0, 9557.0, 9580.0, 9571.0, 9588.0, 9605.0, 9576.0, 9628.0, 9578.0, 9615.0, 9587.0, 9573.0, 9589.0, 9573.0, 9641.0, 9588.0, 9625.0, 9582.0, 9556.0, 9593.0, 9566.0, 9607.0, 9585.0, 9569.0, 9597.0, 9574.0, 9602.0, 9591.0, 9574.0, 9603.0, 9598.0, 9585.0, 9586.0, 9580.0, 9649.0, 9575.0, 9571.0, 9615.0, 9572.0, 9602.0, 9585.0, 9577.0, 9630.0, 9596.0, 9565.0, 9660.0, 9574.0, 9571.0, 9610.0, 9576.0, 9576.0, 9652.0, 9584.0, 9563.0, 9585.0, 9613.0, 9596.0, 9595.0, 9581.0, 9608.0, 9575.0, 9587.0, 9628.0, 9588.0, 9658.0, 9570.0, 9567.0, 9612.0, 9571.0, 9646.0, 9618.0, 9586.0, 9571.0, 9568.0, 9582.0, 9634.0, 9570.0, 9570.0, 9578.0, 9566.0, 9569.0, 9623.0, 9568.0, 9635.0, 9564.0, 9624.0, 9561.0, 9558.0, 9583.0, 9537.0, 9538.0, 9537.0, 9561.0, 9577.0, 9586.0, 9571.0, 9585.0, 9624.0, 9565.0, 9578.0, 9574.0, 9545.0, 9548.0, 9563.0, 9620.0, 9547.0, 9587.0, 9557.0, 9542.0, 9596.0, 9583.0, 9592.0, 9551.0, 9560.0, 9578.0, 9568.0, 9603.0, 9622.0, 9595.0, 9627.0, 9654.0, 9572.0, 9611.0, 9591.0, 9563.0, 9566.0, 9565.0, 9583.0, 9586.0, 9663.0, 9583.0, 9611.0, 9576.0, 9562.0, 9605.0, 9562.0, 9578.0, 9561.0, 9563.0, 9565.0, 9566.0, 9637.0, 9577.0, 9588.0, 9567.0, 9580.0, 9578.0, 9569.0, 9636.0, 9581.0, 9571.0, 9592.0, 9609.0, 9628.0, 9690.0, 9633.0, 9667.0, 9593.0, 9618.0, 9589.0, 9651.0, 9610.0, 9581.0, 9636.0, 9560.0, 9585.0, 9562.0, 9603.0, 9567.0, 9580.0, 9566.0, 9569.0, 9579.0, 9581.0, 9624.0, 9584.0, 9645.0, 9621.0, 9572.0, 9617.0, 9535.0, 9534.0, 9535.0, 9537.0, 9556.0, 9564.0, 9581.0, 9585.0, 9584.0, 9604.0, 9620.0, 9590.0, 9628.0, 9582.0, 9600.0, 9643.0, 9597.0, 9621.0, 9560.0, 9582.0, 9560.0, 9568.0, 9584.0, 9589.0, 9607.0, 9649.0, 9571.0, 9623.0, 9559.0, 9560.0, 9560.0, 9562.0, 9581.0, 9600.0, 9605.0, 9609.0, 9593.0, 9650.0, 9574.0, 9634.0, 9585.0, 9596.0, 9592.0, 9564.0, 9569.0, 9580.0, 9582.0, 9596.0, 9589.0, 9607.0, 9609.0, 9620.0, 9595.0, 9590.0, 9590.0, 9601.0, 9634.0, 9614.0, 9653.0, 9592.0, 9617.0, 9586.0, 9664.0, 9577.0, 9621.0, 9544.0, 9557.0, 9542.0, 9555.0, 9542.0, 9556.0, 9578.0, 9606.0, 9606.0, 9595.0, 9606.0, 9607.0, 9638.0, 9606.0, 9644.0, 9590.0, 9642.0, 9604.0, 9643.0, 9584.0, 9596.0, 9582.0, 9582.0, 9625.0, 9581.0, 9629.0, 9584.0, 9623.0, 9586.0, 9586.0, 9579.0, 9578.0, 9615.0, 9565.0, 9618.0, 9593.0, 9587.0, 9559.0, 9586.0, 9555.0, 9542.0, 9555.0, 9554.0, 9568.0, 9561.0, 9574.0, 9577.0, 9577.0, 9575.0, 9577.0, 9620.0, 9580.0, 9567.0, 9613.0, 9585.0, 9599.0, 9589.0, 9556.0, 9595.0, 9592.0, 9610.0, 9590.0, 9605.0, 9588.0, 9588.0, 9617.0, 9586.0, 9623.0, 9578.0, 9561.0, 9574.0, 9565.0, 9617.0, 9581.0, 9576.0, 9562.0, 9566.0, 9594.0, 9587.0, 9597.0, 9572.0, 9582.0, 9601.0, 9600.0, 9642.0, 9585.0, 9635.0, 9581.0, 9637.0, 9598.0, 9598.0, 9566.0, 9564.0, 9592.0, 9582.0, 9637.0, 9569.0, 9638.0, 9565.0, 9605.0, 9581.0, 9612.0, 9589.0, 9593.0, 9608.0, 9581.0, 9636.0, 9565.0, 9606.0, 9585.0, 9606.0, 9560.0, 9575.0, 9562.0, 9578.0, 9578.0, 9582.0, 9594.0, 9624.0, 9561.0, 9611.0, 9554.0, 9596.0, 9556.0, 9561.0, 9579.0, 9602.0, 9602.0, 9604.0, 9624.0, 9643.0, 9585.0, 9629.0, 9562.0, 9572.0, 9559.0, 9575.0, 9596.0, 9610.0, 9586.0, 9623.0, 9600.0, 9617.0, 9628.0, 9581.0, 9640.0, 9575.0, 9589.0, 9571.0, 9572.0, 9579.0, 9598.0, 9586.0, 9601.0, 9644.0, 9584.0, 9623.0, 9572.0, 9561.0, 9616.0, 9561.0, 9587.0, 9556.0, 9577.0, 9604.0, 9582.0, 9568.0, 9599.0, 9616.0, 9597.0, 9582.0, 9639.0, 9580.0, 9594.0, 9579.0, 9581.0, 9636.0, 9580.0, 9622.0, 9559.0, 9562.0, 9619.0, 9576.0, 9616.0, 9563.0, 9557.0, 9577.0, 9582.0, 9605.0, 9593.0, 9608.0, 9654.0, 9587.0, 9583.0, 9624.0, 9564.0, 9593.0, 9579.0, 9582.0, 9602.0, 9605.0, 9637.0, 9652.0, 9579.0, 9608.0, 9560.0, 9573.0, 9637.0, 9588.0, 9619.0, 9606.0, 9611.0, 9607.0, 9630.0, 9591.0, 9608.0, 9632.0, 9578.0, 9561.0, 9635.0, 9574.0, 9608.0, 9557.0, 9562.0, 9603.0, 9571.0, 9594.0, 9557.0, 9594.0, 9573.0, 9583.0, 9578.0, 9590.0, 9586.0, 9582.0, 9585.0, 9603.0, 9615.0, 9587.0, 9589.0, 9605.0, 9651.0, 9564.0, 9561.0, 9618.0, 9557.0, 9604.0, 9555.0, 9553.0, 9555.0, 9568.0, 9576.0, 9591.0, 9598.0, 9587.0, 9584.0, 9601.0, 9608.0, 9664.0, 9585.0, 9608.0, 9577.0, 9575.0, 9617.0, 9559.0, 9616.0, 9574.0, 9560.0, 9576.0, 9579.0, 9603.0, 9604.0, 9619.0, 9605.0, 9608.0, 9651.0, 9584.0, 9611.0, 9577.0, 9577.0, 9575.0, 9576.0, 9639.0, 9577.0, 9607.0, 9559.0, 9562.0, 9586.0, 9579.0, 9595.0, 9599.0, 9611.0, 9604.0, 9628.0, 9600.0, 9585.0, 9637.0, 9576.0, 9591.0, 9569.0, 9573.0, 9619.0, 9577.0, 9588.0, 9580.0, 9579.0, 9605.0, 9583.0, 9612.0, 9579.0, 9582.0, 9582.0, 9599.0, 9611.0, 9588.0, 9595.0, 9603.0, 9628.0, 9628.0, 9638.0, 9649.0, 9642.0, 9670.0, 9680.0, 9615.0, 9659.0, 9625.0, 9604.0, 9648.0, 9589.0, 9620.0, 9625.0, 9580.0, 9608.0, 9578.0, 9579.0, 9599.0, 9603.0, 9606.0, 9610.0, 9618.0, 9604.0, 9648.0, 9612.0, 9668.0, 9626.0, 9609.0, 9589.0, 9656.0, 9594.0, 9596.0, 9573.0, 9557.0, 9555.0, 9558.0, 9612.0, 9557.0, 9567.0, 9551.0, 9553.0, 9571.0, 9558.0, 9559.0, 9580.0, 9635.0, 9573.0, 9603.0, 9558.0, 9559.0, 9559.0, 9560.0, 9558.0, 9577.0, 9622.0, 9580.0, 9608.0, 9585.0, 9613.0, 9581.0, 9598.0, 9611.0, 9584.0, 9622.0, 9599.0, 9608.0, 9603.0, 9602.0, 9607.0, 9638.0, 9603.0, 9607.0, 9633.0, 9626.0, 9629.0, 9626.0, 9653.0, 9638.0, 9626.0, 9647.0, 9576.0, 9609.0, 9593.0, 9581.0, 9644.0, 9582.0, 9618.0, 9596.0, 9581.0, 9659.0, 9605.0, 9565.0, 9589.0, 9566.0, 9559.0, 9603.0, 9582.0, 9603.0, 9675.0, 9614.0, 9689.0, 9622.0, 9583.0, 9586.0, 9558.0, 9544.0, 9584.0, 9558.0, 9558.0, 9562.0, 9586.0, 9608.0, 9576.0, 9603.0, 9565.0, 9584.0, 9577.0, 9582.0, 9605.0, 9574.0, 9602.0, 9578.0, 9628.0, 9574.0, 9554.0, 9553.0, 9551.0, 9559.0, 9576.0, 9616.0, 9562.0, 9613.0, 9577.0, 9577.0, 9584.0, 9588.0, 9588.0, 9630.0, 9576.0, 9591.0, 9558.0, 9562.0, 9589.0, 9577.0, 9601.0, 9571.0, 9585.0, 9576.0, 9585.0, 9585.0, 9598.0, 9606.0, 9632.0, 9639.0, 9613.0, 9626.0, 9617.0, 9705.0, 9622.0, 9633.0, 9601.0, 9588.0, 9609.0, 9638.0, 9633.0, 9648.0, 9624.0, 9614.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.0009810714285714286</td></tr>
<tr><td colspan=3>aqi</td><td>0.022848419266917296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.60392291841956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1621149453998114</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898644354468493</td></tr>
<tr><td colspan=3>efc</td><td>0.479</td></tr>
<tr><td colspan=3>fber</td><td>5742.9438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09868634690947763</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.075187969924812</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5248936393305677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.452467123346809</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7907842061897923</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3314295884551015</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120071</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01617913320660591</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02691471017897129</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.721446108402808</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>31.7461</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5895</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.2301</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299465.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.1246</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1443</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.4475</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3511.3137</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.5779</td></tr>
<tr><td colspan=3>tsnr</td><td>41.005830579670146</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>