<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-03/func/sub-0101_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>7c0473fa84fd4aefb781d68b1d68397f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:41:34.980000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997683, 0.0497582, 0.0463887, -0.0423387, 0.987916, -0.149096]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.125324</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>[4245, -7753, -7229, 8, -163, -104, -48, 52]</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>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84637b86-10cd-498a-9e30-82bc7a054ab2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6767115592956543, -0.11359155178070068, 0.1437666267156601, 112.74873352050781], [-0.13349772989749908, 2.650506019592285, -0.3963238596916199, -81.69607543945312], [0.12445750832557678, 0.40001380443573, 2.666881799697876, -113.70865631103516], [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': ['174134.980000', '174135.440000', '174135.900000', '174136.360000', '174136.820000', '174137.280000', '174137.740000', '174138.200000', '174138.660000', '174139.120000', '174139.580000', '174140.040000', '174140.500000', '174140.960000', '174141.420000', '174141.880000', '174142.340000', '174142.800000', '174143.260000', '174143.720000', '174144.180000', '174144.640000', '174145.100000', '174145.560000', '174146.020000', '174146.480000', '174146.940000', '174147.400000', '174147.860000', '174148.320000', '174148.780000', '174149.240000', '174149.700000', '174150.160000', '174150.620000', '174151.080000', '174151.540000', '174152.000000', '174152.460000', '174152.920000', '174153.380000', '174153.840000', '174154.300000', '174154.760000', '174155.220000', '174155.680000', '174156.140000', '174156.600000', '174157.060000', '174157.520000', '174157.980000', '174158.440000', '174158.900000', '174159.360000', '174159.820000', '174200.280000', '174200.740000', '174201.200000', '174201.660000', '174202.120000', '174202.580000', '174203.040000', '174203.500000', '174203.960000', '174204.420000', '174204.880000', '174205.340000', '174205.800000', '174206.260000', '174206.720000', '174207.180000', '174207.640000', '174208.100000', '174208.560000', '174209.020000', '174209.480000', '174209.940000', '174210.400000', '174210.860000', '174211.320000', '174211.780000', '174212.240000', '174212.700000', '174213.160000', '174213.620000', '174214.080000', '174214.540000', '174215.000000', '174215.460000', '174215.920000', '174216.380000', '174216.840000', '174217.300000', '174217.760000', '174218.220000', '174218.680000', '174219.140000', '174219.600000', '174220.060000', '174220.520000', '174220.980000', '174221.440000', '174221.900000', '174222.360000', '174222.820000', '174223.280000', '174223.740000', '174224.200000', '174224.660000', '174225.120000', '174225.580000', '174226.040000', '174226.500000', '174226.960000', '174227.420000', '174227.880000', '174228.340000', '174228.800000', '174229.260000', '174229.720000', '174230.180000', '174230.640000', '174231.100000', '174231.560000', '174232.020000', '174232.480000', '174232.940000', '174233.400000', '174233.860000', '174234.320000', '174234.780000', '174235.240000', '174235.700000', '174236.160000', '174236.620000', '174237.080000', '174237.540000', '174238.000000', '174238.460000', '174238.920000', '174239.380000', '174239.840000', '174240.300000', '174240.760000', '174241.220000', '174241.680000', '174242.140000', '174242.600000', '174243.060000', '174243.520000', '174243.980000', '174244.440000', '174244.900000', '174245.360000', '174245.820000', '174246.280000', '174246.740000', '174247.200000', '174247.660000', '174248.120000', '174248.580000', '174249.040000', '174249.500000', '174249.960000', '174250.420000', '174250.880000', '174251.340000', '174251.800000', '174252.260000', '174252.720000', '174253.180000', '174253.640000', '174254.100000', '174254.560000', '174255.020000', '174255.480000', '174255.940000', '174256.400000', '174256.860000', '174257.320000', '174257.780000', '174258.240000', '174258.700000', '174259.160000', '174259.620000', '174300.080000', '174300.540000', '174301.000000', '174301.460000', '174301.920000', '174302.380000', '174302.840000', '174303.300000', '174303.760000', '174304.220000', '174304.680000', '174305.140000', '174305.600000', '174306.060000', '174306.520000', '174306.980000', '174307.440000', '174307.900000', '174308.360000', '174308.820000', '174309.280000', '174309.740000', '174310.200000', '174310.660000', '174311.120000', '174311.580000', '174312.040000', '174312.500000', '174312.960000', '174313.420000', '174313.880000', '174314.340000', '174314.800000', '174315.260000', '174315.720000', '174316.180000', '174316.640000', '174317.100000', '174317.560000', '174318.020000', '174318.480000', '174318.940000', '174319.400000', '174319.860000', '174320.320000', '174320.780000', '174321.240000', '174321.700000', '174322.160000', '174322.620000', '174323.080000', '174323.540000', '174324.000000', '174324.460000', '174324.920000', '174325.380000', '174325.840000', '174326.300000', '174326.760000', '174327.220000', '174327.680000', '174328.140000', '174328.600000', '174329.060000', '174329.520000', '174329.980000', '174330.440000', '174330.900000', '174331.360000', '174331.820000', '174332.280000', '174332.740000', '174333.200000', '174333.660000', '174334.120000', '174334.580000', '174335.040000', '174335.500000', '174335.960000', '174336.420000', '174336.880000', '174337.340000', '174337.800000', '174338.260000', '174338.720000', '174339.180000', '174339.640000', '174340.100000', '174340.560000', '174341.020000', '174341.480000', '174341.940000', '174342.400000', '174342.860000', '174343.320000', '174343.780000', '174344.240000', '174344.700000', '174345.160000', '174345.620000', '174346.080000', '174346.540000', '174347.000000', '174347.460000', '174347.920000', '174348.380000', '174348.840000', '174349.300000', '174349.760000', '174350.220000', '174350.680000', '174351.140000', '174351.600000', '174352.060000', '174352.520000', '174352.980000', '174353.440000', '174353.900000', '174354.360000', '174354.820000', '174355.280000', '174355.740000', '174356.200000', '174356.660000', '174357.120000', '174357.580000', '174358.040000', '174358.500000', '174358.960000', '174359.420000', '174359.880000', '174400.340000', '174400.800000', '174401.260000', '174401.720000', '174402.180000', '174402.640000', '174403.100000', '174403.560000', '174404.020000', '174404.480000', '174404.940000', '174405.400000', '174405.860000', '174406.320000', '174406.780000', '174407.240000', '174407.700000', '174408.160000', '174408.620000', '174409.080000', '174409.540000', '174410.000000', '174410.460000', '174410.920000', '174411.380000', '174411.840000', '174412.300000', '174412.760000', '174413.220000', '174413.680000', '174414.140000', '174414.600000', '174415.060000', '174415.520000', '174415.980000', '174416.440000', '174416.900000', '174417.360000', '174417.820000', '174418.280000', '174418.740000', '174419.200000', '174419.660000', '174420.120000', '174420.580000', '174421.040000', '174421.500000', '174421.960000', '174422.420000', '174422.880000', '174423.340000', '174423.800000', '174424.260000', '174424.720000', '174425.180000', '174425.640000', '174426.100000', '174426.560000', '174427.020000', '174427.480000', '174427.940000', '174428.400000', '174428.860000', '174429.320000', '174429.780000', '174430.240000', '174430.700000', '174431.160000', '174431.620000', '174432.080000', '174432.540000', '174433.000000', '174433.460000', '174433.920000', '174434.380000', '174434.840000', '174435.300000', '174435.760000', '174436.220000', '174436.680000', '174437.140000', '174437.600000', '174438.060000', '174438.520000', '174438.980000', '174439.440000', '174439.900000', '174440.360000', '174440.820000', '174441.280000', '174441.740000', '174442.200000', '174442.660000', '174443.120000', '174443.580000', '174444.040000', '174444.500000', '174444.960000', '174445.420000', '174445.880000', '174446.340000', '174446.800000', '174447.260000', '174447.720000', '174448.180000', '174448.640000', '174449.100000', '174449.560000', '174450.020000', '174450.480000', '174450.940000', '174451.400000', '174451.860000', '174452.320000', '174452.780000', '174453.240000', '174453.700000', '174454.160000', '174454.620000', '174455.080000', '174455.540000', '174456.000000', '174456.460000', '174456.920000', '174457.380000', '174457.840000', '174458.300000', '174458.760000', '174459.220000', '174459.680000', '174500.140000', '174500.600000', '174501.060000', '174501.520000', '174501.980000', '174502.440000', '174502.900000', '174503.360000', '174503.820000', '174504.280000', '174504.740000', '174505.200000', '174505.660000', '174506.120000', '174506.580000', '174507.040000', '174507.500000', '174507.960000', '174508.420000', '174508.880000', '174509.340000', '174509.800000', '174510.260000', '174510.720000', '174511.180000', '174511.640000', '174512.100000', '174512.560000', '174513.020000', '174513.480000', '174513.940000', '174514.400000', '174514.860000', '174515.320000', '174515.780000', '174516.240000', '174516.700000', '174517.160000', '174517.620000', '174518.080000', '174518.540000', '174519.000000', '174519.460000', '174519.920000', '174520.380000', '174520.840000', '174521.300000', '174521.760000', '174522.220000', '174522.680000', '174523.140000', '174523.600000', '174524.060000', '174524.520000', '174524.980000', '174525.440000', '174525.900000', '174526.360000', '174526.820000', '174527.280000', '174527.740000', '174528.200000', '174528.660000', '174529.120000', '174529.580000', '174530.040000', '174530.500000', '174530.960000', '174531.420000', '174531.880000', '174532.340000', '174532.800000', '174533.260000', '174533.720000', '174534.180000', '174534.640000', '174535.100000', '174535.560000', '174536.020000', '174536.480000', '174536.940000', '174537.400000', '174537.860000', '174538.320000', '174538.780000', '174539.240000', '174539.700000', '174540.160000', '174540.620000', '174541.080000', '174541.540000', '174542.000000', '174542.460000', '174542.920000', '174543.380000', '174543.840000', '174544.300000', '174544.760000', '174545.220000', '174545.680000', '174546.140000', '174546.600000', '174547.060000', '174547.520000', '174547.980000', '174548.440000', '174548.900000', '174549.360000', '174549.820000', '174550.280000', '174550.740000', '174551.200000', '174551.660000', '174552.120000', '174552.580000', '174553.040000', '174553.500000', '174553.960000', '174554.420000', '174554.880000', '174555.340000', '174555.800000', '174556.260000', '174556.720000', '174557.180000', '174557.640000', '174558.100000', '174558.560000', '174559.020000', '174559.480000', '174559.940000', '174600.400000', '174600.860000', '174601.320000', '174601.780000', '174602.240000', '174602.700000', '174603.160000', '174603.620000', '174604.080000', '174604.540000', '174605.000000', '174605.460000', '174605.920000', '174606.380000', '174606.840000', '174607.300000', '174607.760000', '174608.220000', '174608.680000', '174609.140000', '174609.600000', '174610.060000', '174610.520000', '174610.980000', '174611.440000', '174611.900000', '174612.360000', '174612.820000', '174613.280000', '174613.740000', '174614.200000', '174614.660000', '174615.120000', '174615.580000', '174616.040000', '174616.500000', '174616.960000', '174617.420000', '174617.880000', '174618.340000', '174618.800000', '174619.260000', '174619.720000', '174620.180000', '174620.640000', '174621.100000', '174621.560000', '174622.020000', '174622.480000', '174622.940000', '174623.400000', '174623.860000', '174624.320000', '174624.780000', '174625.240000', '174625.700000', '174626.160000', '174626.620000', '174627.080000', '174627.540000', '174628.000000', '174628.460000', '174628.920000', '174629.380000', '174629.840000', '174630.300000', '174630.760000', '174631.220000', '174631.680000', '174632.140000', '174632.600000', '174633.060000', '174633.520000', '174633.980000', '174634.440000', '174634.900000', '174635.360000', '174635.820000', '174636.280000', '174636.740000', '174637.200000', '174637.660000', '174638.120000', '174638.580000', '174639.040000', '174639.500000', '174639.960000', '174640.420000', '174640.880000', '174641.340000', '174641.800000', '174642.260000', '174642.720000', '174643.180000', '174643.640000', '174644.100000', '174644.560000', '174645.020000', '174645.480000', '174645.940000', '174646.400000', '174646.860000', '174647.320000', '174647.780000', '174648.240000', '174648.700000', '174649.160000', '174649.620000', '174650.080000', '174650.540000', '174651.000000', '174651.460000', '174651.920000', '174652.380000', '174652.840000', '174653.300000', '174653.760000', '174654.220000', '174654.680000', '174655.140000', '174655.600000', '174656.060000', '174656.520000', '174656.980000', '174657.440000', '174657.900000', '174658.360000', '174658.820000', '174659.280000', '174659.740000', '174700.200000', '174700.660000', '174701.120000', '174701.580000', '174702.040000', '174702.500000', '174702.960000', '174703.420000', '174703.880000', '174704.340000', '174704.800000', '174705.260000', '174705.720000', '174706.180000', '174706.640000', '174707.100000', '174707.560000', '174708.020000', '174708.480000', '174708.940000', '174709.400000', '174709.860000', '174710.320000', '174710.780000', '174711.240000', '174711.700000', '174712.160000', '174712.620000', '174713.080000', '174713.540000', '174714.000000', '174714.460000', '174714.920000', '174715.380000', '174715.840000', '174716.300000', '174716.760000', '174717.220000', '174717.680000', '174718.140000', '174718.600000', '174719.060000', '174719.520000', '174719.980000', '174720.440000', '174720.900000', '174721.360000', '174721.820000', '174722.280000', '174722.740000', '174723.200000', '174723.660000', '174724.120000', '174724.580000', '174725.040000', '174725.500000', '174725.960000', '174726.420000', '174726.880000', '174727.340000', '174727.800000', '174728.260000', '174728.720000', '174729.180000', '174729.640000', '174730.100000', '174730.560000', '174731.020000', '174731.480000', '174731.940000', '174732.400000', '174732.860000', '174733.320000', '174733.780000', '174734.240000', '174734.700000', '174735.160000', '174735.620000', '174736.080000', '174736.540000', '174737.000000', '174737.460000', '174737.920000', '174738.380000', '174738.840000', '174739.300000', '174739.760000', '174740.220000', '174740.680000', '174741.140000', '174741.600000', '174742.060000', '174742.520000', '174742.980000', '174743.440000', '174743.900000', '174744.360000', '174744.820000', '174745.280000', '174745.740000', '174746.200000', '174746.660000', '174747.120000', '174747.580000', '174748.040000', '174748.500000', '174748.960000', '174749.420000', '174749.880000', '174750.340000', '174750.800000', '174751.260000', '174751.720000', '174752.180000', '174752.640000', '174753.100000', '174753.560000', '174754.020000', '174754.480000', '174754.940000', '174755.400000', '174755.860000', '174756.320000', '174756.780000', '174757.240000', '174757.700000', '174758.160000', '174758.620000', '174759.080000', '174759.540000', '174800.000000', '174800.460000', '174800.920000', '174801.380000', '174801.840000', '174802.300000', '174802.760000', '174803.220000', '174803.680000', '174804.140000', '174804.600000', '174805.060000', '174805.520000', '174805.980000', '174806.440000', '174806.900000', '174807.360000', '174807.820000', '174808.280000', '174808.740000', '174809.200000', '174809.660000', '174810.120000', '174810.580000', '174811.040000', '174811.500000', '174811.960000', '174812.420000', '174812.880000', '174813.340000', '174813.800000', '174814.260000', '174814.720000', '174815.180000', '174815.640000', '174816.100000', '174816.560000', '174817.020000', '174817.480000', '174817.940000', '174818.400000', '174818.860000', '174819.320000', '174819.780000', '174820.240000', '174820.700000', '174821.160000', '174821.620000', '174822.080000', '174822.540000', '174823.000000', '174823.460000', '174823.920000', '174824.380000', '174824.840000', '174825.300000', '174825.760000', '174826.220000', '174826.680000', '174827.140000', '174827.600000', '174828.060000', '174828.520000', '174828.980000', '174829.440000', '174829.900000', '174830.360000', '174830.820000', '174831.280000', '174831.740000', '174832.200000', '174832.660000', '174833.120000', '174833.580000', '174834.040000', '174834.500000', '174834.960000', '174835.420000', '174835.880000', '174836.340000', '174836.800000', '174837.260000', '174837.720000', '174838.180000', '174838.640000', '174839.100000', '174839.560000', '174840.020000', '174840.480000', '174840.940000', '174841.400000', '174841.860000', '174842.320000', '174842.780000', '174843.240000', '174843.700000', '174844.160000', '174844.620000', '174845.080000', '174845.540000', '174846.000000', '174846.460000', '174846.920000', '174847.380000', '174847.840000', '174848.300000', '174848.760000', '174849.220000', '174849.680000', '174850.140000', '174850.600000', '174851.060000', '174851.520000', '174851.980000', '174852.440000', '174852.900000', '174853.360000', '174853.820000', '174854.280000', '174854.740000', '174855.200000', '174855.660000', '174856.120000', '174856.580000', '174857.040000', '174857.500000', '174857.960000', '174858.420000', '174858.880000', '174859.340000', '174859.800000', '174900.260000', '174900.720000', '174901.180000', '174901.640000', '174902.100000', '174902.560000', '174903.020000', '174903.480000', '174903.940000', '174904.400000', '174904.860000', '174905.320000', '174905.780000', '174906.240000', '174906.700000', '174907.160000', '174907.620000', '174908.080000', '174908.540000', '174909.000000', '174909.460000', '174909.920000', '174910.380000', '174910.840000', '174911.300000', '174911.760000', '174912.220000', '174912.680000', '174913.140000', '174913.600000', '174914.060000', '174914.520000', '174914.980000', '174915.440000', '174915.900000', '174916.360000', '174916.820000', '174917.280000', '174917.740000', '174918.200000', '174918.660000', '174919.120000', '174919.580000', '174920.040000', '174920.500000', '174920.960000', '174921.420000', '174921.880000', '174922.340000', '174922.800000', '174923.260000', '174923.720000', '174924.180000', '174924.640000', '174925.100000', '174925.560000', '174926.020000', '174926.480000', '174926.940000', '174927.400000', '174927.860000', '174928.320000', '174928.780000', '174929.240000', '174929.700000', '174930.160000', '174930.620000', '174931.080000', '174931.540000', '174932.000000', '174932.460000', '174932.920000', '174933.380000', '174933.840000', '174934.300000', '174934.760000', '174935.220000', '174935.680000', '174936.140000', '174936.600000', '174937.060000', '174937.520000', '174937.980000', '174938.440000', '174938.900000', '174939.360000', '174939.820000', '174940.280000', '174940.740000', '174941.200000', '174941.660000', '174942.120000', '174942.580000', '174943.040000', '174943.500000', '174943.960000', '174944.420000'], 'ContentTime': ['174157.558000', '174157.561000', '174157.564000', '174157.567000', '174157.569000', '174157.572000', '174157.575000', '174157.577000', '174157.580000', '174157.582000', '174157.585000', '174157.587000', '174157.590000', '174157.593000', '174157.595000', '174157.598000', '174157.600000', '174157.603000', '174157.606000', '174157.609000', '174157.612000', '174157.615000', '174157.618000', '174157.620000', '174157.623000', '174157.625000', '174157.628000', '174157.631000', '174157.633000', '174157.636000', '174157.638000', '174157.641000', '174157.643000', '174157.646000', '174157.648000', '174157.651000', '174157.654000', '174157.656000', '174157.659000', '174157.661000', '174157.664000', '174157.667000', '174157.669000', '174157.672000', '174157.685000', '174217.508000', '174217.511000', '174217.514000', '174217.516000', '174217.519000', '174217.521000', '174217.524000', '174217.527000', '174217.529000', '174217.532000', '174217.534000', '174217.537000', '174217.540000', '174217.542000', '174217.545000', '174217.547000', '174217.550000', '174217.553000', '174217.555000', '174217.558000', '174217.560000', '174217.563000', '174217.565000', '174217.568000', '174217.571000', '174217.573000', '174217.576000', '174217.578000', '174217.581000', '174217.583000', '174217.586000', '174217.589000', '174217.621000', '174217.624000', '174217.626000', '174217.629000', '174217.631000', '174217.634000', '174217.636000', '174217.639000', '174217.642000', '174217.644000', '174217.647000', '174217.649000', '174237.509000', '174237.512000', '174237.515000', '174237.517000', '174237.520000', '174237.523000', '174237.525000', '174237.528000', '174237.530000', '174237.533000', '174237.536000', '174237.538000', '174237.541000', '174237.543000', '174237.546000', '174237.548000', '174237.551000', '174237.554000', '174237.556000', '174237.559000', '174237.561000', '174237.564000', '174237.566000', '174237.569000', '174237.572000', '174237.574000', '174237.577000', '174237.582000', '174237.584000', '174237.587000', '174237.590000', '174237.592000', '174237.595000', '174237.597000', '174237.600000', '174237.603000', '174237.605000', '174237.608000', '174237.610000', '174237.613000', '174237.615000', '174237.618000', '174237.621000', '174237.623000', '174257.509000', '174257.512000', '174257.515000', '174257.518000', '174257.520000', '174257.523000', '174257.526000', '174257.528000', '174257.531000', '174257.533000', '174257.536000', '174257.538000', '174257.541000', '174257.544000', '174257.546000', '174257.549000', '174257.551000', '174257.554000', '174257.557000', '174257.559000', '174257.562000', '174257.564000', '174257.567000', '174257.570000', '174257.572000', '174257.575000', '174257.577000', '174257.580000', '174257.583000', '174257.585000', '174257.588000', '174257.591000', '174257.593000', '174257.596000', '174257.598000', '174257.601000', '174257.604000', '174257.615000', '174257.618000', '174257.620000', '174257.623000', '174257.626000', '174257.628000', '174317.510000', '174317.512000', '174317.515000', '174317.518000', '174317.520000', '174317.523000', '174317.525000', '174317.528000', '174317.531000', '174317.533000', '174317.536000', '174317.538000', '174317.541000', '174317.543000', '174317.546000', '174317.549000', '174317.551000', '174317.554000', '174317.557000', '174317.559000', '174317.562000', '174317.565000', '174317.567000', '174317.570000', '174317.573000', '174317.575000', '174317.578000', '174317.580000', '174317.583000', '174317.594000', '174317.596000', '174317.599000', '174317.601000', '174317.604000', '174317.607000', '174317.609000', '174317.612000', '174317.615000', '174317.617000', '174317.620000', '174317.622000', '174317.625000', '174317.627000', '174317.630000', '174337.509000', '174337.512000', '174337.515000', '174337.517000', '174337.520000', '174337.523000', '174337.525000', '174337.528000', '174337.530000', '174337.533000', '174337.536000', '174337.538000', '174337.541000', '174337.543000', '174337.546000', '174337.549000', '174337.551000', '174337.554000', '174337.556000', '174337.559000', '174337.562000', '174337.564000', '174337.567000', '174337.570000', '174337.572000', '174337.575000', '174337.584000', '174337.587000', '174337.590000', '174337.592000', '174337.595000', '174337.598000', '174337.600000', '174337.603000', '174337.606000', '174337.608000', '174337.611000', '174337.613000', '174337.616000', '174337.619000', '174337.621000', '174337.624000', '174337.627000', '174357.510000', '174357.512000', '174357.515000', '174357.518000', '174357.521000', '174357.523000', '174357.526000', '174357.529000', '174357.531000', '174357.534000', '174357.536000', '174357.539000', '174357.542000', '174357.544000', '174357.547000', '174357.549000', '174357.552000', '174357.554000', '174357.557000', '174357.560000', '174357.562000', '174357.565000', '174357.568000', '174357.570000', '174357.573000', '174357.575000', '174357.578000', '174357.580000', '174357.583000', '174357.586000', '174357.588000', '174357.591000', '174357.594000', '174357.596000', '174357.599000', '174357.602000', '174357.604000', '174357.607000', '174357.609000', '174357.612000', '174357.615000', '174357.617000', '174357.620000', '174417.508000', '174417.511000', '174417.514000', '174417.517000', '174417.519000', '174417.522000', '174417.525000', '174417.527000', '174417.530000', '174417.532000', '174417.535000', '174417.537000', '174417.540000', '174417.543000', '174417.545000', '174417.548000', '174417.550000', '174417.553000', '174417.555000', '174417.558000', '174417.561000', '174417.563000', '174417.566000', '174417.569000', '174417.571000', '174417.574000', '174417.576000', '174417.579000', '174417.582000', '174417.584000', '174417.587000', '174417.589000', '174417.592000', '174417.595000', '174417.597000', '174417.600000', '174417.602000', '174417.605000', '174417.608000', '174417.610000', '174417.613000', '174417.616000', '174417.618000', '174417.621000', '174437.509000', '174437.511000', '174437.514000', '174437.517000', '174437.519000', '174437.522000', '174437.524000', '174437.527000', '174437.530000', '174437.532000', '174437.535000', '174437.537000', '174437.540000', '174437.543000', '174437.546000', '174437.549000', '174437.552000', '174437.554000', '174437.557000', '174437.559000', '174437.562000', '174437.565000', '174437.567000', '174437.570000', '174437.573000', '174437.575000', '174437.578000', '174437.580000', '174437.583000', '174437.586000', '174437.588000', '174437.591000', '174437.600000', '174437.603000', '174437.606000', '174437.608000', '174437.611000', '174437.613000', '174437.616000', '174437.619000', '174437.621000', '174437.624000', '174437.626000', '174457.510000', '174457.513000', '174457.516000', '174457.519000', '174457.521000', '174457.524000', '174457.526000', '174457.529000', '174457.531000', '174457.534000', '174457.537000', '174457.539000', '174457.542000', '174457.544000', '174457.547000', '174457.549000', '174457.552000', '174457.555000', '174457.557000', '174457.560000', '174457.562000', '174457.565000', '174457.568000', '174457.570000', '174457.573000', '174457.575000', '174457.578000', '174457.581000', '174457.583000', '174457.586000', '174457.588000', '174457.591000', '174457.594000', '174457.597000', '174457.599000', '174457.602000', '174457.604000', '174457.607000', '174457.610000', '174457.612000', '174457.615000', '174457.617000', '174457.620000', '174457.623000', '174517.510000', '174517.512000', '174517.515000', '174517.518000', '174517.520000', '174517.523000', '174517.526000', '174517.528000', '174517.531000', '174517.533000', '174517.536000', '174517.539000', '174517.541000', '174517.544000', '174517.546000', '174517.549000', '174517.551000', '174517.554000', '174517.557000', '174517.559000', '174517.562000', '174517.564000', '174517.567000', '174517.569000', '174517.572000', '174517.575000', '174517.577000', '174517.580000', '174517.582000', '174517.585000', '174517.588000', '174517.590000', '174517.593000', '174517.596000', '174517.598000', '174517.601000', '174517.603000', '174517.606000', '174517.609000', '174517.611000', '174517.614000', '174517.616000', '174517.619000', '174537.509000', '174537.512000', '174537.515000', '174537.518000', '174537.520000', '174537.523000', '174537.525000', '174537.528000', '174537.531000', '174537.533000', '174537.536000', '174537.538000', '174537.541000', '174537.544000', '174537.546000', '174537.549000', '174537.552000', '174537.554000', '174537.557000', '174537.559000', '174537.562000', '174537.565000', '174537.567000', '174537.570000', '174537.572000', '174537.575000', '174537.578000', '174537.580000', '174537.583000', '174537.585000', '174537.588000', '174537.591000', '174537.593000', '174537.596000', '174537.599000', '174537.601000', '174537.604000', '174537.606000', '174537.609000', '174537.612000', '174537.614000', '174537.617000', '174537.619000', '174537.622000', '174557.510000', '174557.512000', '174557.515000', '174557.518000', '174557.520000', '174557.523000', '174557.525000', '174557.528000', '174557.530000', '174557.533000', '174557.536000', '174557.538000', '174557.541000', '174557.543000', '174557.546000', '174557.549000', '174557.551000', '174557.554000', '174557.557000', '174557.559000', '174557.562000', '174557.564000', '174557.567000', '174557.569000', '174557.572000', '174557.575000', '174557.577000', '174557.581000', '174557.584000', '174557.586000', '174557.589000', '174557.591000', '174557.594000', '174557.597000', '174557.599000', '174557.602000', '174557.604000', '174557.607000', '174557.610000', '174557.612000', '174557.615000', '174557.617000', '174557.620000', '174617.509000', '174617.512000', '174617.515000', '174617.517000', '174617.520000', '174617.523000', '174617.525000', '174617.528000', '174617.531000', '174617.533000', '174617.536000', '174617.538000', '174617.541000', '174617.544000', '174617.559000', '174617.561000', '174617.564000', '174617.566000', '174617.569000', '174617.572000', '174617.574000', '174617.577000', '174617.579000', '174617.582000', '174617.585000', '174617.587000', '174617.590000', '174617.593000', '174617.595000', '174617.598000', '174617.601000', '174617.603000', '174617.606000', '174617.608000', '174617.611000', '174617.614000', '174617.616000', '174617.619000', '174617.622000', '174617.624000', '174617.627000', '174617.629000', '174617.632000', '174617.634000', '174637.508000', '174637.511000', '174637.514000', '174637.517000', '174637.519000', '174637.522000', '174637.525000', '174637.527000', '174637.530000', '174637.532000', '174637.535000', '174637.538000', '174637.540000', '174637.543000', '174637.545000', '174637.548000', '174637.551000', '174637.553000', '174637.556000', '174637.558000', '174637.561000', '174637.564000', '174637.566000', '174637.569000', '174637.571000', '174637.574000', '174637.577000', '174637.579000', '174637.582000', '174637.585000', '174637.587000', '174637.590000', '174637.592000', '174637.595000', '174637.598000', '174637.600000', '174637.603000', '174637.605000', '174637.608000', '174637.611000', '174637.613000', '174637.616000', '174637.619000', '174657.508000', '174657.511000', '174657.514000', '174657.517000', '174657.519000', '174657.522000', '174657.524000', '174657.527000', '174657.530000', '174657.532000', '174657.535000', '174657.537000', '174657.540000', '174657.543000', '174657.545000', '174657.548000', '174657.551000', '174657.553000', '174657.556000', '174657.558000', '174657.561000', '174657.563000', '174657.566000', '174657.569000', '174657.571000', '174657.574000', '174657.577000', '174657.579000', '174657.582000', '174657.587000', '174657.589000', '174657.592000', '174657.595000', '174657.597000', '174657.600000', '174657.602000', '174657.605000', '174657.608000', '174657.610000', '174657.613000', '174657.615000', '174657.618000', '174657.621000', '174657.623000', '174717.510000', '174717.512000', '174717.515000', '174717.518000', '174717.520000', '174717.523000', '174717.526000', '174717.528000', '174717.531000', '174717.533000', '174717.536000', '174717.538000', '174717.541000', '174717.544000', '174717.546000', '174717.549000', '174717.551000', '174717.554000', '174717.557000', '174717.559000', '174717.562000', '174717.564000', '174717.567000', '174717.570000', '174717.572000', '174717.575000', '174717.577000', '174717.580000', '174717.583000', '174717.585000', '174717.588000', '174717.591000', '174717.593000', '174717.596000', '174717.598000', '174717.601000', '174717.603000', '174717.607000', '174717.610000', '174717.613000', '174717.615000', '174717.618000', '174717.621000', '174737.509000', '174737.512000', '174737.515000', '174737.517000', '174737.520000', '174737.523000', '174737.525000', '174737.528000', '174737.530000', '174737.533000', '174737.536000', '174737.538000', '174737.541000', '174737.543000', '174737.546000', '174737.549000', '174737.551000', '174737.554000', '174737.556000', '174737.559000', '174737.562000', '174737.564000', '174737.567000', '174737.569000', '174737.572000', '174737.593000', '174737.596000', '174737.598000', '174737.601000', '174737.603000', '174737.606000', '174737.609000', '174737.611000', '174737.614000', '174737.616000', '174737.619000', '174737.622000', '174737.624000', '174737.627000', '174737.629000', '174737.632000', '174737.635000', '174737.637000', '174737.640000', '174757.509000', '174757.512000', '174757.515000', '174757.517000', '174757.520000', '174757.523000', '174757.525000', '174757.528000', '174757.531000', '174757.533000', '174757.536000', '174757.538000', '174757.541000', '174757.544000', '174757.546000', '174757.549000', '174757.551000', '174757.554000', '174757.556000', '174757.559000', '174757.562000', '174757.564000', '174757.567000', '174757.569000', '174757.572000', '174757.575000', '174757.577000', '174757.580000', '174757.583000', '174757.585000', '174757.588000', '174757.591000', '174757.593000', '174757.596000', '174757.599000', '174757.602000', '174757.605000', '174757.607000', '174757.610000', '174757.613000', '174757.615000', '174757.618000', '174757.620000', '174817.510000', '174817.512000', '174817.515000', '174817.518000', '174817.520000', '174817.523000', '174817.526000', '174817.528000', '174817.531000', '174817.534000', '174817.536000', '174817.539000', '174817.541000', '174817.544000', '174817.546000', '174817.549000', '174817.552000', '174817.554000', '174817.564000', '174817.567000', '174817.569000', '174817.572000', '174817.575000', '174817.577000', '174817.580000', '174817.583000', '174817.585000', '174817.588000', '174817.590000', '174817.593000', '174817.596000', '174817.598000', '174817.601000', '174817.604000', '174817.606000', '174817.609000', '174817.611000', '174817.614000', '174817.617000', '174817.619000', '174817.622000', '174817.625000', '174817.627000', '174817.630000', '174837.510000', '174837.512000', '174837.515000', '174837.518000', '174837.520000', '174837.523000', '174837.526000', '174837.528000', '174837.531000', '174837.534000', '174837.536000', '174837.539000', '174837.541000', '174837.544000', '174837.546000', '174837.549000', '174837.552000', '174837.554000', '174837.557000', '174837.559000', '174837.562000', '174837.564000', '174837.567000', '174837.570000', '174837.572000', '174837.575000', '174837.577000', '174837.580000', '174837.582000', '174837.585000', '174837.588000', '174837.590000', '174837.593000', '174837.596000', '174837.598000', '174837.601000', '174837.603000', '174837.606000', '174837.609000', '174837.611000', '174837.614000', '174837.617000', '174837.619000', '174857.508000', '174857.511000', '174857.514000', '174857.517000', '174857.519000', '174857.522000', '174857.524000', '174857.527000', '174857.530000', '174857.532000', '174857.535000', '174857.538000', '174857.540000', '174857.543000', '174857.545000', '174857.548000', '174857.551000', '174857.553000', '174857.556000', '174857.558000', '174857.561000', '174857.564000', '174857.566000', '174857.569000', '174857.572000', '174857.574000', '174857.577000', '174857.579000', '174857.582000', '174857.585000', '174857.587000', '174857.590000', '174857.593000', '174857.595000', '174857.598000', '174857.616000', '174857.619000', '174857.621000', '174857.624000', '174857.626000', '174857.629000', '174857.632000', '174857.634000', '174857.637000', '174917.509000', '174917.511000', '174917.514000', '174917.517000', '174917.519000', '174917.522000', '174917.524000', '174917.527000', '174917.530000', '174917.532000', '174917.535000', '174917.537000', '174917.540000', '174917.542000', '174917.545000', '174917.548000', '174917.550000', '174917.553000', '174917.556000', '174917.558000', '174917.561000', '174917.563000', '174917.566000', '174917.569000', '174917.571000', '174917.574000', '174917.576000', '174917.579000', '174917.582000', '174917.584000', '174917.587000', '174917.590000', '174917.592000', '174917.595000', '174917.597000', '174917.600000', '174917.603000', '174917.605000', '174917.608000', '174917.610000', '174917.613000', '174917.616000', '174917.618000', '174937.510000', '174937.513000', '174937.515000', '174937.518000', '174937.521000', '174937.523000', '174937.526000', '174937.529000', '174937.531000', '174937.534000', '174937.537000', '174937.539000', '174937.542000', '174937.544000', '174937.547000', '174937.550000', '174937.552000', '174937.555000', '174937.558000', '174937.560000', '174937.563000', '174937.565000', '174937.568000', '174937.571000', '174937.573000', '174937.576000', '174937.579000', '174937.581000', '174937.584000', '174937.586000', '174937.589000', '174937.592000', '174937.594000', '174937.597000', '174937.600000', '174937.602000', '174937.605000', '174937.607000', '174937.610000', '174937.613000', '174937.615000', '174937.618000', '174937.621000', '174937.623000', '174946.145000', '174946.147000', '174946.150000', '174946.153000', '174946.155000', '174946.158000', '174946.161000', '174946.163000', '174946.166000', '174946.168000', '174946.171000', '174946.174000', '174946.176000', '174946.179000', '174946.181000', '174946.184000', '174946.187000', '174946.189000', '174946.192000'], 'InstanceCreationTime': ['174157.558000', '174157.561000', '174157.564000', '174157.567000', '174157.569000', '174157.572000', '174157.575000', '174157.577000', '174157.580000', '174157.582000', '174157.585000', '174157.587000', '174157.590000', '174157.593000', '174157.595000', '174157.598000', '174157.600000', '174157.603000', '174157.606000', '174157.609000', '174157.612000', '174157.615000', '174157.618000', '174157.620000', '174157.623000', '174157.625000', '174157.628000', '174157.631000', '174157.633000', '174157.636000', '174157.638000', '174157.641000', '174157.643000', '174157.646000', '174157.648000', '174157.651000', '174157.654000', '174157.656000', '174157.659000', '174157.661000', '174157.664000', '174157.667000', '174157.669000', '174157.672000', '174157.685000', '174217.508000', '174217.511000', '174217.514000', '174217.516000', '174217.519000', '174217.521000', '174217.524000', '174217.527000', '174217.529000', '174217.532000', '174217.534000', '174217.537000', '174217.540000', '174217.542000', '174217.545000', '174217.547000', '174217.550000', '174217.553000', '174217.555000', '174217.558000', '174217.560000', '174217.563000', '174217.565000', '174217.568000', '174217.571000', '174217.573000', '174217.576000', '174217.578000', '174217.581000', '174217.583000', '174217.586000', '174217.589000', '174217.621000', '174217.624000', '174217.626000', '174217.629000', '174217.631000', '174217.634000', '174217.636000', '174217.639000', '174217.642000', '174217.644000', '174217.647000', '174217.649000', '174237.509000', '174237.512000', '174237.515000', '174237.517000', '174237.520000', '174237.523000', '174237.525000', '174237.528000', '174237.530000', '174237.533000', '174237.536000', '174237.538000', '174237.541000', '174237.543000', '174237.546000', '174237.548000', '174237.551000', '174237.554000', '174237.556000', '174237.559000', '174237.561000', '174237.564000', '174237.566000', '174237.569000', '174237.572000', '174237.574000', '174237.577000', '174237.582000', '174237.584000', '174237.587000', '174237.590000', '174237.592000', '174237.595000', '174237.597000', '174237.600000', '174237.603000', '174237.605000', '174237.608000', '174237.610000', '174237.613000', '174237.615000', '174237.618000', '174237.621000', '174237.623000', '174257.509000', '174257.512000', '174257.515000', '174257.518000', '174257.520000', '174257.523000', '174257.526000', '174257.528000', '174257.531000', '174257.533000', '174257.536000', '174257.538000', '174257.541000', '174257.544000', '174257.546000', '174257.549000', '174257.551000', '174257.554000', '174257.557000', '174257.559000', '174257.562000', '174257.564000', '174257.567000', '174257.570000', '174257.572000', '174257.575000', '174257.577000', '174257.580000', '174257.583000', '174257.585000', '174257.588000', '174257.591000', '174257.593000', '174257.596000', '174257.598000', '174257.601000', '174257.604000', '174257.615000', '174257.618000', '174257.620000', '174257.623000', '174257.626000', '174257.628000', '174317.510000', '174317.512000', '174317.515000', '174317.518000', '174317.520000', '174317.523000', '174317.525000', '174317.528000', '174317.531000', '174317.533000', '174317.536000', '174317.538000', '174317.541000', '174317.543000', '174317.546000', '174317.549000', '174317.551000', '174317.554000', '174317.557000', '174317.559000', '174317.562000', '174317.565000', '174317.567000', '174317.570000', '174317.573000', '174317.575000', '174317.578000', '174317.580000', '174317.583000', '174317.594000', '174317.596000', '174317.599000', '174317.601000', '174317.604000', '174317.607000', '174317.609000', '174317.612000', '174317.615000', '174317.617000', '174317.620000', '174317.622000', '174317.625000', '174317.627000', '174317.630000', '174337.509000', '174337.512000', '174337.515000', '174337.517000', '174337.520000', '174337.523000', '174337.525000', '174337.528000', '174337.530000', '174337.533000', '174337.536000', '174337.538000', '174337.541000', '174337.543000', '174337.546000', '174337.549000', '174337.551000', '174337.554000', '174337.556000', '174337.559000', '174337.562000', '174337.564000', '174337.567000', '174337.570000', '174337.572000', '174337.575000', '174337.584000', '174337.587000', '174337.590000', '174337.592000', '174337.595000', '174337.598000', '174337.600000', '174337.603000', '174337.606000', '174337.608000', '174337.611000', '174337.613000', '174337.616000', '174337.619000', '174337.621000', '174337.624000', '174337.627000', '174357.510000', '174357.512000', '174357.515000', '174357.518000', '174357.521000', '174357.523000', '174357.526000', '174357.529000', '174357.531000', '174357.534000', '174357.536000', '174357.539000', '174357.542000', '174357.544000', '174357.547000', '174357.549000', '174357.552000', '174357.554000', '174357.557000', '174357.560000', '174357.562000', '174357.565000', '174357.568000', '174357.570000', '174357.573000', '174357.575000', '174357.578000', '174357.580000', '174357.583000', '174357.586000', '174357.588000', '174357.591000', '174357.594000', '174357.596000', '174357.599000', '174357.602000', '174357.604000', '174357.607000', '174357.609000', '174357.612000', '174357.615000', '174357.617000', '174357.620000', '174417.508000', '174417.511000', '174417.514000', '174417.517000', '174417.519000', '174417.522000', '174417.525000', '174417.527000', '174417.530000', '174417.532000', '174417.535000', '174417.537000', '174417.540000', '174417.543000', '174417.545000', '174417.548000', '174417.550000', '174417.553000', '174417.555000', '174417.558000', '174417.561000', '174417.563000', '174417.566000', '174417.569000', '174417.571000', '174417.574000', '174417.576000', '174417.579000', '174417.582000', '174417.584000', '174417.587000', '174417.589000', '174417.592000', '174417.595000', '174417.597000', '174417.600000', '174417.602000', '174417.605000', '174417.608000', '174417.610000', '174417.613000', '174417.616000', '174417.618000', '174417.621000', '174437.509000', '174437.511000', '174437.514000', '174437.517000', '174437.519000', '174437.522000', '174437.524000', '174437.527000', '174437.530000', '174437.532000', '174437.535000', '174437.537000', '174437.540000', '174437.543000', '174437.546000', '174437.549000', '174437.552000', '174437.554000', '174437.557000', '174437.559000', '174437.562000', '174437.565000', '174437.567000', '174437.570000', '174437.573000', '174437.575000', '174437.578000', '174437.580000', '174437.583000', '174437.586000', '174437.588000', '174437.591000', '174437.600000', '174437.603000', '174437.606000', '174437.608000', '174437.611000', '174437.613000', '174437.616000', '174437.619000', '174437.621000', '174437.624000', '174437.626000', '174457.510000', '174457.513000', '174457.516000', '174457.519000', '174457.521000', '174457.524000', '174457.526000', '174457.529000', '174457.531000', '174457.534000', '174457.537000', '174457.539000', '174457.542000', '174457.544000', '174457.547000', '174457.549000', '174457.552000', '174457.555000', '174457.557000', '174457.560000', '174457.562000', '174457.565000', '174457.568000', '174457.570000', '174457.573000', '174457.575000', '174457.578000', '174457.581000', '174457.583000', '174457.586000', '174457.588000', '174457.591000', '174457.594000', '174457.597000', '174457.599000', '174457.602000', '174457.604000', '174457.607000', '174457.610000', '174457.612000', '174457.615000', '174457.617000', '174457.620000', '174457.623000', '174517.510000', '174517.512000', '174517.515000', '174517.518000', '174517.520000', '174517.523000', '174517.526000', '174517.528000', '174517.531000', '174517.533000', '174517.536000', '174517.539000', '174517.541000', '174517.544000', '174517.546000', '174517.549000', '174517.551000', '174517.554000', '174517.557000', '174517.559000', '174517.562000', '174517.564000', '174517.567000', '174517.569000', '174517.572000', '174517.575000', '174517.577000', '174517.580000', '174517.582000', '174517.585000', '174517.588000', '174517.590000', '174517.593000', '174517.596000', '174517.598000', '174517.601000', '174517.603000', '174517.606000', '174517.609000', '174517.611000', '174517.614000', '174517.616000', '174517.619000', '174537.509000', '174537.512000', '174537.515000', '174537.518000', '174537.520000', '174537.523000', '174537.525000', '174537.528000', '174537.531000', '174537.533000', '174537.536000', '174537.538000', '174537.541000', '174537.544000', '174537.546000', '174537.549000', '174537.552000', '174537.554000', '174537.557000', '174537.559000', '174537.562000', '174537.565000', '174537.567000', '174537.570000', '174537.572000', '174537.575000', '174537.578000', '174537.580000', '174537.583000', '174537.585000', '174537.588000', '174537.591000', '174537.593000', '174537.596000', '174537.599000', '174537.601000', '174537.604000', '174537.606000', '174537.609000', '174537.612000', '174537.614000', '174537.617000', '174537.619000', '174537.622000', '174557.510000', '174557.512000', '174557.515000', '174557.518000', '174557.520000', '174557.523000', '174557.525000', '174557.528000', '174557.530000', '174557.533000', '174557.536000', '174557.538000', '174557.541000', '174557.543000', '174557.546000', '174557.549000', '174557.551000', '174557.554000', '174557.557000', '174557.559000', '174557.562000', '174557.564000', '174557.567000', '174557.569000', '174557.572000', '174557.575000', '174557.577000', '174557.581000', '174557.584000', '174557.586000', '174557.589000', '174557.591000', '174557.594000', '174557.597000', '174557.599000', '174557.602000', '174557.604000', '174557.607000', '174557.610000', '174557.612000', '174557.615000', '174557.617000', '174557.620000', '174617.509000', '174617.512000', '174617.515000', '174617.517000', '174617.520000', '174617.523000', '174617.525000', '174617.528000', '174617.531000', '174617.533000', '174617.536000', '174617.538000', '174617.541000', '174617.544000', '174617.559000', '174617.561000', '174617.564000', '174617.566000', '174617.569000', '174617.572000', '174617.574000', '174617.577000', '174617.579000', '174617.582000', '174617.585000', '174617.587000', '174617.590000', '174617.593000', '174617.595000', '174617.598000', '174617.601000', '174617.603000', '174617.606000', '174617.608000', '174617.611000', '174617.614000', '174617.616000', '174617.619000', '174617.622000', '174617.624000', '174617.627000', '174617.629000', '174617.632000', '174617.634000', '174637.508000', '174637.511000', '174637.514000', '174637.517000', '174637.519000', '174637.522000', '174637.525000', '174637.527000', '174637.530000', '174637.532000', '174637.535000', '174637.538000', '174637.540000', '174637.543000', '174637.545000', '174637.548000', '174637.551000', '174637.553000', '174637.556000', '174637.558000', '174637.561000', '174637.564000', '174637.566000', '174637.569000', '174637.571000', '174637.574000', '174637.577000', '174637.579000', '174637.582000', '174637.585000', '174637.587000', '174637.590000', '174637.592000', '174637.595000', '174637.598000', '174637.600000', '174637.603000', '174637.605000', '174637.608000', '174637.611000', '174637.613000', '174637.616000', '174637.619000', '174657.508000', '174657.511000', '174657.514000', '174657.517000', '174657.519000', '174657.522000', '174657.524000', '174657.527000', '174657.530000', '174657.532000', '174657.535000', '174657.537000', '174657.540000', '174657.543000', '174657.545000', '174657.548000', '174657.551000', '174657.553000', '174657.556000', '174657.558000', '174657.561000', '174657.563000', '174657.566000', '174657.569000', '174657.571000', '174657.574000', '174657.577000', '174657.579000', '174657.582000', '174657.587000', '174657.589000', '174657.592000', '174657.595000', '174657.597000', '174657.600000', '174657.602000', '174657.605000', '174657.608000', '174657.610000', '174657.613000', '174657.615000', '174657.618000', '174657.621000', '174657.623000', '174717.510000', '174717.512000', '174717.515000', '174717.518000', '174717.520000', '174717.523000', '174717.526000', '174717.528000', '174717.531000', '174717.533000', '174717.536000', '174717.538000', '174717.541000', '174717.544000', '174717.546000', '174717.549000', '174717.551000', '174717.554000', '174717.557000', '174717.559000', '174717.562000', '174717.564000', '174717.567000', '174717.570000', '174717.572000', '174717.575000', '174717.577000', '174717.580000', '174717.583000', '174717.585000', '174717.588000', '174717.591000', '174717.593000', '174717.596000', '174717.598000', '174717.601000', '174717.603000', '174717.607000', '174717.610000', '174717.613000', '174717.615000', '174717.618000', '174717.621000', '174737.509000', '174737.512000', '174737.515000', '174737.517000', '174737.520000', '174737.523000', '174737.525000', '174737.528000', '174737.530000', '174737.533000', '174737.536000', '174737.538000', '174737.541000', '174737.543000', '174737.546000', '174737.549000', '174737.551000', '174737.554000', '174737.556000', '174737.559000', '174737.562000', '174737.564000', '174737.567000', '174737.569000', '174737.572000', '174737.593000', '174737.596000', '174737.598000', '174737.601000', '174737.603000', '174737.606000', '174737.609000', '174737.611000', '174737.614000', '174737.616000', '174737.619000', '174737.622000', '174737.624000', '174737.627000', '174737.629000', '174737.632000', '174737.635000', '174737.637000', '174737.640000', '174757.509000', '174757.512000', '174757.515000', '174757.517000', '174757.520000', '174757.523000', '174757.525000', '174757.528000', '174757.531000', '174757.533000', '174757.536000', '174757.538000', '174757.541000', '174757.544000', '174757.546000', '174757.549000', '174757.551000', '174757.554000', '174757.556000', '174757.559000', '174757.562000', '174757.564000', '174757.567000', '174757.569000', '174757.572000', '174757.575000', '174757.577000', '174757.580000', '174757.583000', '174757.585000', '174757.588000', '174757.591000', '174757.593000', '174757.596000', '174757.599000', '174757.602000', '174757.605000', '174757.607000', '174757.610000', '174757.613000', '174757.615000', '174757.618000', '174757.620000', '174817.510000', '174817.512000', '174817.515000', '174817.518000', '174817.520000', '174817.523000', '174817.526000', '174817.528000', '174817.531000', '174817.534000', '174817.536000', '174817.539000', '174817.541000', '174817.544000', '174817.546000', '174817.549000', '174817.552000', '174817.554000', '174817.564000', '174817.567000', '174817.569000', '174817.572000', '174817.575000', '174817.577000', '174817.580000', '174817.583000', '174817.585000', '174817.588000', '174817.590000', '174817.593000', '174817.596000', '174817.598000', '174817.601000', '174817.604000', '174817.606000', '174817.609000', '174817.611000', '174817.614000', '174817.617000', '174817.619000', '174817.622000', '174817.625000', '174817.627000', '174817.630000', '174837.510000', '174837.512000', '174837.515000', '174837.518000', '174837.520000', '174837.523000', '174837.526000', '174837.528000', '174837.531000', '174837.534000', '174837.536000', '174837.539000', '174837.541000', '174837.544000', '174837.546000', '174837.549000', '174837.552000', '174837.554000', '174837.557000', '174837.559000', '174837.562000', '174837.564000', '174837.567000', '174837.570000', '174837.572000', '174837.575000', '174837.577000', '174837.580000', '174837.582000', '174837.585000', '174837.588000', '174837.590000', '174837.593000', '174837.596000', '174837.598000', '174837.601000', '174837.603000', '174837.606000', '174837.609000', '174837.611000', '174837.614000', '174837.617000', '174837.619000', '174857.508000', '174857.511000', '174857.514000', '174857.517000', '174857.519000', '174857.522000', '174857.524000', '174857.527000', '174857.530000', '174857.532000', '174857.535000', '174857.538000', '174857.540000', '174857.543000', '174857.545000', '174857.548000', '174857.551000', '174857.553000', '174857.556000', '174857.558000', '174857.561000', '174857.564000', '174857.566000', '174857.569000', '174857.572000', '174857.574000', '174857.577000', '174857.579000', '174857.582000', '174857.585000', '174857.587000', '174857.590000', '174857.593000', '174857.595000', '174857.598000', '174857.616000', '174857.619000', '174857.621000', '174857.624000', '174857.626000', '174857.629000', '174857.632000', '174857.634000', '174857.637000', '174917.509000', '174917.511000', '174917.514000', '174917.517000', '174917.519000', '174917.522000', '174917.524000', '174917.527000', '174917.530000', '174917.532000', '174917.535000', '174917.537000', '174917.540000', '174917.542000', '174917.545000', '174917.548000', '174917.550000', '174917.553000', '174917.556000', '174917.558000', '174917.561000', '174917.563000', '174917.566000', '174917.569000', '174917.571000', '174917.574000', '174917.576000', '174917.579000', '174917.582000', '174917.584000', '174917.587000', '174917.590000', '174917.592000', '174917.595000', '174917.597000', '174917.600000', '174917.603000', '174917.605000', '174917.608000', '174917.610000', '174917.613000', '174917.616000', '174917.618000', '174937.510000', '174937.513000', '174937.515000', '174937.518000', '174937.521000', '174937.523000', '174937.526000', '174937.529000', '174937.531000', '174937.534000', '174937.537000', '174937.539000', '174937.542000', '174937.544000', '174937.547000', '174937.550000', '174937.552000', '174937.555000', '174937.558000', '174937.560000', '174937.563000', '174937.565000', '174937.568000', '174937.571000', '174937.573000', '174937.576000', '174937.579000', '174937.581000', '174937.584000', '174937.586000', '174937.589000', '174937.592000', '174937.594000', '174937.597000', '174937.600000', '174937.602000', '174937.605000', '174937.607000', '174937.610000', '174937.613000', '174937.615000', '174937.618000', '174937.621000', '174937.623000', '174946.145000', '174946.147000', '174946.150000', '174946.153000', '174946.155000', '174946.158000', '174946.161000', '174946.163000', '174946.166000', '174946.168000', '174946.171000', '174946.174000', '174946.176000', '174946.179000', '174946.181000', '174946.184000', '174946.187000', '174946.189000', '174946.192000'], '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': [9678, 8994, 9357, 10056, 9285, 11108, 9237, 8888, 8260, 9130, 8899, 10255, 7878, 8912, 8826, 8451, 8728, 10411, 8613, 8972, 7939, 9133, 9067, 8187, 8855, 8911, 8082, 9930, 9123, 11001, 11211, 9332, 8641, 14236, 9207, 9032, 11262, 8272, 8822, 12349, 8950, 8992, 9224, 9287, 8576, 9073, 9102, 8433, 11777, 8267, 7997, 8816, 7656, 8127, 11378, 8650, 8712, 10206, 8278, 8767, 8786, 8710, 9040, 7753, 8810, 8850, 11022, 9969, 8716, 8031, 11246, 9043, 9324, 12507, 8522, 8445, 10761, 8223, 8827, 14099, 8723, 8965, 9611, 9047, 8781, 8346, 9613, 9043, 9239, 11913, 9136, 8892, 9991, 9471, 8999, 9487, 9690, 8718, 8200, 10904, 8730, 8960, 9559, 9141, 8415, 14091, 9439, 8809, 7872, 9487, 8866, 9038, 10421, 9094, 8649, 8649, 8475, 8603, 11998, 9463, 8854, 10463, 9337, 9161, 12341, 9977, 9143, 11046, 12629, 9462, 9074, 9493, 9301, 9281, 10868, 9620, 9004, 10739, 9475, 8772, 8520, 9757, 9217, 8078, 10019, 9108, 10089, 10284, 9711, 8976, 9952, 9636, 9077, 9766, 9700, 9007, 8634, 10014, 8989, 8647, 10274, 8829, 9286, 12393, 9849, 9362, 8362, 9902, 9127, 8204, 10255, 9476, 8917, 9068, 9531, 8726, 14217, 9714, 9349, 8986, 9651, 9468, 8732, 10192, 9379, 9721, 10416, 9467, 9094, 10120, 9479, 9709, 10654, 10386, 9108, 9174, 8545, 9856, 9189, 8587, 9711, 9183, 8593, 12235, 9889, 8896, 10218, 9806, 9315, 8627, 10564, 9722, 9367, 14193, 10055, 9192, 8468, 9921, 9380, 9052, 9677, 9346, 9015, 9769, 9010, 8992, 10335, 9212, 9235, 8985, 9203, 8981, 9674, 9530, 9189, 8782, 10966, 7934, 8817, 10174, 9871, 9117, 9614, 12243, 10157, 9731, 9642, 15004, 10645, 9900, 12746, 10179, 9479, 12401, 10262, 9343, 9090, 9716, 8996, 9049, 12517, 9170, 9247, 8560, 9894, 9461, 8187, 9710, 9245, 9812, 9986, 9049, 8973, 8688, 9308, 8810, 12151, 9730, 9449, 8526, 10367, 9513, 8507, 11222, 9464, 10658, 12490, 9678, 9494, 9574, 9711, 9259, 11110, 9172, 9118, 14963, 9760, 9305, 9555, 10010, 9542, 9194, 9914, 9399, 8829, 10696, 9371, 9411, 11843, 10202, 9235, 8764, 9897, 9654, 9224, 11964, 9575, 9178, 11825, 9560, 8925, 8925, 8830, 9182, 9102, 10198, 9272, 8763, 9795, 9161, 8988, 8586, 9888, 8931, 11107, 13006, 9172, 9033, 10170, 9262, 9358, 11299, 9586, 8962, 11413, 9507, 8926, 11129, 9505, 9279, 9410, 9730, 9059, 11576, 10811, 8977, 8823, 9861, 9059, 8663, 10985, 9021, 9023, 9002, 8914, 8878, 8299, 9716, 8893, 9190, 10853, 8666, 9363, 13868, 9664, 9441, 12141, 9756, 9551, 9257, 12237, 9520, 9549, 9363, 9019, 9287, 13337, 9665, 9164, 8310, 9682, 8839, 8586, 10089, 9136, 8733, 9135, 8967, 9369, 11853, 9788, 9208, 9071, 9782, 9160, 9494, 14063, 9277, 9252, 11403, 9596, 9471, 12540, 10921, 9368, 8965, 9897, 9414, 9007, 10447, 9449, 9325, 12963, 10198, 9301, 8711, 9683, 9592, 9613, 9046, 9705, 9240, 8293, 9747, 8966, 8408, 12694, 9429, 9632, 8612, 9955, 9466, 8505, 10489, 9398, 9294, 9433, 9558, 9508, 8615, 9687, 8894, 9454, 10636, 10153, 9303, 12485, 10756, 10171, 9035, 8964, 10398, 8940, 8803, 11305, 10135, 9655, 9403, 13920, 10308, 9224, 9235, 8561, 9347, 9708, 8853, 10228, 9535, 8908, 10573, 9251, 8735, 13446, 9746, 9404, 8362, 9541, 9104, 12227, 13760, 9626, 9299, 9962, 9221, 8694, 10057, 8961, 8316, 11119, 9405, 9179, 9588, 8824, 9247, 14089, 9429, 9828, 11890, 9742, 9431, 10854, 11178, 9614, 11888, 11742, 9424, 9178, 9638, 8865, 9406, 11508, 9324, 9417, 9614, 9853, 9466, 11555, 12470, 9208, 9254, 10766, 10000, 9428, 9806, 9598, 9068, 11714, 9673, 9192, 9006, 10053, 9222, 8894, 12459, 9339, 9759, 11397, 9839, 9524, 8969, 9956, 9277, 9084, 8650, 8578, 9297, 9722, 10301, 9678, 9200, 11747, 9579, 9432, 10120, 9591, 8789, 9090, 8578, 8970, 9011, 10231, 8646, 9336, 8403, 9342, 8933, 10094, 8753, 9455, 7951, 9282, 9496, 8497, 9897, 8651, 8800, 9612, 8911, 8702, 13349, 10320, 9281, 11594, 9712, 9775, 11855, 9405, 9271, 12167, 10020, 9658, 8422, 9981, 9474, 8997, 10679, 9369, 9381, 12258, 9147, 9506, 9810, 10162, 9118, 8934, 11145, 8847, 9131, 15438, 9992, 9072, 8824, 9466, 9024, 9175, 9672, 9173, 8973, 11334, 9315, 9490, 8935, 9530, 9743, 11709, 11166, 9653, 9888, 8782, 10195, 9601, 10103, 10013, 9329, 12953, 9939, 9673, 10202, 9603, 9747, 8679, 10175, 9209, 10617, 10313, 9588, 9178, 9339, 9059, 9433, 12853, 10263, 9966, 8391, 9977, 9918, 8817, 10362, 9245, 9676, 9794, 9082, 9504, 10699, 9303, 9395, 15282, 10444, 9635, 9087, 10055, 9445, 10508, 11801, 9179, 9737, 9601, 8664, 9023, 7818, 8982, 9017, 9588, 11290, 10274, 9716, 11041, 9517, 8371, 8885, 10195, 8858, 9802, 8951, 11817, 8187, 9265, 8432, 8899, 9066, 9118, 11238, 8774, 9233, 10787, 10649, 9420, 8761, 10278, 9653, 11392, 11168, 9543, 8524, 9897, 9488, 10249, 11128, 9397, 8267, 9455, 9198, 8709, 9697, 9132, 10917, 9070, 9457, 8481, 9378, 9405, 8703, 10343, 8964, 8149, 9324, 8987, 8482, 8899, 9044, 8870, 10547, 8158, 8624, 14989, 9571, 9198, 10482, 13011, 9887, 9159, 10018, 8161, 9460, 8583, 9810, 9456, 8621, 13438, 8038, 8813, 10564, 8734, 8956, 12196, 13545, 9337, 8367, 9100, 9385, 8673, 9832, 8846, 10004, 11057, 8975, 8698, 8794, 8817, 8748, 10665, 8101, 9051, 10658, 8023, 8557, 10919, 9404, 9170, 8179, 8593, 8861, 8411, 10152, 9094, 8629, 10053, 8952, 8381, 11199, 9070, 8852, 14839, 9184, 9110, 10563, 8090, 8762, 9289, 8093, 9167, 10405, 7961, 8358, 10441, 9126, 9196, 8137, 10615, 9039, 8695, 9865, 7989, 9031, 9097, 9490, 8907, 8510, 8935, 9128, 8414, 10045, 8877, 8481, 13130, 8144, 8854, 12434, 9352, 9251, 8345, 8761, 9034, 8521, 10274, 9210, 8762, 12526, 8553, 8914, 10621, 7897, 8637, 14019, 9094, 9386, 11469, 9095, 9297, 10506, 9793, 8878, 8764, 10065, 9265, 8713, 11324, 8964, 9225, 9862, 9635, 9130, 9042, 11812, 8190, 8801, 8075, 9456, 9227, 8823, 9682, 8453, 9532, 10435, 8782, 9176, 8726, 12278, 10217, 10258, 16184, 11177, 9081, 8854, 9829, 8580, 9001, 8976, 8587, 9105, 8605, 9187, 9708, 8863, 9539, 7514, 9655, 10006, 9148, 8454, 8792, 11463, 9358, 9217, 8696, 8462, 7957, 8871, 8774, 8343, 9106, 8912, 9806, 9025, 8578, 11015, 8041, 8845, 12907, 9222, 9231, 15245, 10695, 9327, 12082, 10587, 9361, 11300, 8653, 9526, 9192, 8070, 9394, 11980, 9739, 8878, 9973, 8564, 8435, 8867, 8529, 8896, 9006, 8861, 7957, 8104, 9384, 9315, 9613, 11159, 8496, 9912, 9229, 12058, 10075, 9479, 12003, 8923, 9870, 10506, 13373, 9897, 9405, 9697, 8342, 9243, 13692, 7959, 9135, 8949, 8321, 9431, 8707, 9454, 9311, 9302, 10203, 7837, 9375, 11839, 10921, 9742, 9505, 11921, 9507, 9254, 13229, 8641, 9676, 11621, 8658, 9660, 12507, 9923, 9705, 10336, 9317, 9657, 9425, 9500, 10265, 9567, 9523, 9924, 9569, 11829, 8755, 9920, 9296, 9949, 9724, 9208, 9856, 10090, 9274, 10214, 9700, 9320, 9325, 9495, 9109, 11897, 8372, 9143, 9549, 7985, 9415, 9133, 8980, 9345, 8769, 8652, 9400, 9411, 11853, 9478, 9332, 11359, 8811, 9781, 9340, 11041, 9174, 9996, 13230], 'WindowCenter': [4650.0, 4607.0, 4597.0, 4595.0, 4582.0, 4598.0, 4581.0, 4566.0, 4543.0, 4563.0, 4565.0, 4573.0, 4546.0, 4564.0, 4552.0, 4541.0, 4555.0, 4585.0, 4555.0, 4563.0, 4544.0, 4563.0, 4554.0, 4542.0, 4553.0, 4556.0, 4545.0, 4574.0, 4566.0, 4584.0, 4594.0, 4565.0, 4555.0, 4626.0, 4565.0, 4552.0, 4593.0, 4557.0, 4564.0, 4614.0, 4553.0, 4551.0, 4551.0, 4564.0, 4568.0, 4564.0, 4554.0, 4543.0, 4606.0, 4545.0, 4543.0, 4552.0, 4533.0, 4557.0, 4594.0, 4556.0, 4566.0, 4588.0, 4555.0, 4567.0, 4557.0, 4556.0, 4562.0, 4533.0, 4555.0, 4564.0, 4597.0, 4573.0, 4556.0, 4557.0, 4596.0, 4555.0, 4563.0, 4606.0, 4554.0, 4539.0, 4594.0, 4543.0, 4554.0, 4625.0, 4541.0, 4553.0, 4575.0, 4552.0, 4552.0, 4530.0, 4561.0, 4579.0, 4584.0, 4624.0, 4577.0, 4566.0, 4575.0, 4575.0, 4565.0, 4564.0, 4561.0, 4541.0, 4542.0, 4582.0, 4555.0, 4554.0, 4562.0, 4563.0, 4543.0, 4623.0, 4552.0, 4551.0, 4531.0, 4562.0, 4555.0, 4553.0, 4586.0, 4564.0, 4555.0, 4566.0, 4553.0, 4553.0, 4606.0, 4563.0, 4554.0, 4571.0, 4552.0, 4552.0, 4592.0, 4561.0, 4563.0, 4581.0, 4606.0, 4564.0, 4551.0, 4548.0, 4538.0, 4536.0, 4568.0, 4548.0, 4539.0, 4570.0, 4563.0, 4543.0, 4541.0, 4561.0, 4549.0, 4530.0, 4571.0, 4553.0, 4573.0, 4561.0, 4561.0, 4539.0, 4560.0, 4562.0, 4551.0, 4561.0, 4560.0, 4552.0, 4541.0, 4560.0, 4551.0, 4542.0, 4585.0, 4553.0, 4566.0, 4605.0, 4575.0, 4562.0, 4529.0, 4559.0, 4550.0, 4531.0, 4571.0, 4564.0, 4554.0, 4552.0, 4564.0, 4551.0, 4612.0, 4563.0, 4552.0, 4539.0, 4551.0, 4563.0, 4541.0, 4574.0, 4563.0, 4566.0, 4573.0, 4564.0, 4552.0, 4572.0, 4560.0, 4561.0, 4573.0, 4530.0, 4523.0, 4537.0, 4540.0, 4571.0, 4562.0, 4552.0, 4563.0, 4562.0, 4553.0, 4604.0, 4576.0, 4556.0, 4575.0, 4574.0, 4564.0, 4541.0, 4572.0, 4562.0, 4564.0, 4624.0, 4576.0, 4562.0, 4544.0, 4573.0, 4564.0, 4555.0, 4563.0, 4552.0, 4539.0, 4573.0, 4552.0, 4567.0, 4573.0, 4563.0, 4562.0, 4565.0, 4564.0, 4563.0, 4580.0, 4574.0, 4574.0, 4556.0, 4594.0, 4531.0, 4553.0, 4573.0, 4576.0, 4566.0, 4563.0, 4606.0, 4573.0, 4573.0, 4576.0, 4636.0, 4584.0, 4573.0, 4602.0, 4573.0, 4560.0, 4592.0, 4561.0, 4551.0, 4539.0, 4550.0, 4540.0, 4552.0, 4601.0, 4565.0, 4563.0, 4541.0, 4561.0, 4560.0, 4529.0, 4561.0, 4563.0, 4574.0, 4573.0, 4566.0, 4555.0, 4552.0, 4562.0, 4554.0, 4604.0, 4577.0, 4576.0, 4555.0, 4573.0, 4564.0, 4555.0, 4592.0, 4561.0, 4586.0, 4616.0, 4577.0, 4578.0, 4562.0, 4562.0, 4561.0, 4592.0, 4565.0, 4564.0, 4635.0, 4574.0, 4564.0, 4576.0, 4564.0, 4560.0, 4551.0, 4562.0, 4562.0, 4552.0, 4585.0, 4564.0, 4576.0, 4607.0, 4583.0, 4562.0, 4541.0, 4560.0, 4563.0, 4562.0, 4593.0, 4564.0, 4567.0, 4623.0, 4577.0, 4565.0, 4551.0, 4541.0, 4551.0, 4553.0, 4586.0, 4576.0, 4571.0, 4587.0, 4578.0, 4567.0, 4555.0, 4586.0, 4555.0, 4596.0, 4615.0, 4562.0, 4554.0, 4574.0, 4565.0, 4563.0, 4583.0, 4562.0, 4551.0, 4592.0, 4562.0, 4555.0, 4595.0, 4575.0, 4566.0, 4564.0, 4575.0, 4566.0, 4594.0, 4586.0, 4553.0, 4552.0, 4561.0, 4553.0, 4554.0, 4585.0, 4564.0, 4553.0, 4565.0, 4566.0, 4563.0, 4544.0, 4564.0, 4565.0, 4566.0, 4597.0, 4557.0, 4579.0, 4628.0, 4575.0, 4565.0, 4592.0, 4562.0, 4562.0, 4566.0, 4607.0, 4566.0, 4563.0, 4565.0, 4566.0, 4566.0, 4617.0, 4562.0, 4551.0, 4532.0, 4575.0, 4555.0, 4556.0, 4575.0, 4565.0, 4552.0, 4565.0, 4567.0, 4578.0, 4606.0, 4575.0, 4565.0, 4555.0, 4575.0, 4567.0, 4576.0, 4628.0, 4566.0, 4564.0, 4596.0, 4562.0, 4565.0, 4604.0, 4587.0, 4564.0, 4555.0, 4562.0, 4552.0, 4552.0, 4572.0, 4563.0, 4568.0, 4603.0, 4571.0, 4551.0, 4554.0, 4565.0, 4565.0, 4566.0, 4552.0, 4563.0, 4553.0, 4543.0, 4562.0, 4553.0, 4547.0, 4602.0, 4564.0, 4575.0, 4543.0, 4561.0, 4563.0, 4540.0, 4574.0, 4567.0, 4552.0, 4551.0, 4553.0, 4552.0, 4542.0, 4577.0, 4557.0, 4577.0, 4585.0, 4602.0, 4594.0, 4620.0, 4583.0, 4573.0, 4541.0, 4553.0, 4573.0, 4555.0, 4554.0, 4582.0, 4571.0, 4563.0, 4578.0, 4626.0, 4575.0, 4565.0, 4553.0, 4541.0, 4552.0, 4551.0, 4542.0, 4573.0, 4579.0, 4566.0, 4585.0, 4566.0, 4569.0, 4641.0, 4578.0, 4579.0, 4558.0, 4589.0, 4569.0, 4619.0, 4628.0, 4577.0, 4567.0, 4562.0, 4552.0, 4541.0, 4565.0, 4566.0, 4557.0, 4610.0, 4567.0, 4576.0, 4579.0, 4581.0, 4579.0, 4639.0, 4567.0, 4575.0, 4594.0, 4565.0, 4564.0, 4595.0, 4598.0, 4578.0, 4605.0, 4619.0, 4565.0, 4551.0, 4549.0, 4551.0, 4552.0, 4584.0, 4553.0, 4566.0, 4578.0, 4588.0, 4577.0, 4593.0, 4602.0, 4550.0, 4552.0, 4583.0, 4562.0, 4551.0, 4560.0, 4559.0, 4563.0, 4604.0, 4576.0, 4566.0, 4566.0, 4561.0, 4562.0, 4553.0, 4600.0, 4552.0, 4562.0, 4584.0, 4563.0, 4562.0, 4565.0, 4575.0, 4563.0, 4543.0, 4539.0, 4529.0, 4551.0, 4563.0, 4587.0, 4576.0, 4563.0, 4595.0, 4565.0, 4552.0, 4573.0, 4565.0, 4557.0, 4565.0, 4541.0, 4553.0, 4551.0, 4585.0, 4556.0, 4566.0, 4542.0, 4554.0, 4568.0, 4586.0, 4569.0, 4576.0, 4544.0, 4563.0, 4575.0, 4568.0, 4577.0, 4568.0, 4566.0, 4575.0, 4569.0, 4570.0, 4628.0, 4591.0, 4577.0, 4605.0, 4578.0, 4575.0, 4605.0, 4578.0, 4564.0, 4606.0, 4573.0, 4575.0, 4558.0, 4572.0, 4575.0, 4569.0, 4586.0, 4565.0, 4566.0, 4617.0, 4564.0, 4578.0, 4576.0, 4570.0, 4551.0, 4550.0, 4596.0, 4565.0, 4562.0, 4635.0, 4565.0, 4553.0, 4552.0, 4560.0, 4551.0, 4550.0, 4558.0, 4551.0, 4552.0, 4584.0, 4562.0, 4565.0, 4582.0, 4592.0, 4590.0, 4610.0, 4600.0, 4563.0, 4572.0, 4541.0, 4574.0, 4563.0, 4571.0, 4574.0, 4565.0, 4615.0, 4574.0, 4575.0, 4572.0, 4564.0, 4562.0, 4540.0, 4570.0, 4565.0, 4585.0, 4574.0, 4563.0, 4551.0, 4560.0, 4551.0, 4563.0, 4603.0, 4570.0, 4563.0, 4541.0, 4562.0, 4573.0, 4551.0, 4573.0, 4567.0, 4564.0, 4573.0, 4552.0, 4563.0, 4584.0, 4565.0, 4567.0, 4637.0, 4585.0, 4563.0, 4550.0, 4561.0, 4563.0, 4571.0, 4608.0, 4553.0, 4522.0, 4506.0, 4514.0, 4539.0, 4506.0, 4541.0, 4552.0, 4562.0, 4595.0, 4585.0, 4591.0, 4607.0, 4577.0, 4552.0, 4553.0, 4572.0, 4552.0, 4573.0, 4567.0, 4607.0, 4545.0, 4563.0, 4554.0, 4568.0, 4565.0, 4564.0, 4595.0, 4554.0, 4578.0, 4596.0, 4587.0, 4567.0, 4554.0, 4586.0, 4587.0, 4607.0, 4584.0, 4563.0, 4541.0, 4562.0, 4576.0, 4575.0, 4592.0, 4562.0, 4544.0, 4562.0, 4561.0, 4555.0, 4575.0, 4564.0, 4597.0, 4564.0, 4574.0, 4541.0, 4552.0, 4563.0, 4553.0, 4586.0, 4554.0, 4533.0, 4563.0, 4555.0, 4542.0, 4539.0, 4551.0, 4550.0, 4583.0, 4532.0, 4554.0, 4633.0, 4589.0, 4578.0, 4585.0, 4625.0, 4591.0, 4579.0, 4573.0, 4541.0, 4564.0, 4553.0, 4573.0, 4575.0, 4567.0, 4629.0, 4547.0, 4567.0, 4584.0, 4552.0, 4567.0, 4605.0, 4629.0, 4565.0, 4544.0, 4552.0, 4563.0, 4553.0, 4575.0, 4565.0, 4585.0, 4596.0, 4565.0, 4553.0, 4540.0, 4553.0, 4553.0, 4584.0, 4545.0, 4567.0, 4586.0, 4544.0, 4568.0, 4597.0, 4577.0, 4566.0, 4543.0, 4542.0, 4553.0, 4556.0, 4584.0, 4570.0, 4556.0, 4575.0, 4565.0, 4555.0, 4610.0, 4566.0, 4554.0, 4624.0, 4553.0, 4552.0, 4572.0, 4532.0, 4555.0, 4563.0, 4533.0, 4564.0, 4583.0, 4533.0, 4555.0, 4583.0, 4563.0, 4578.0, 4546.0, 4586.0, 4566.0, 4554.0, 4574.0, 4544.0, 4564.0, 4564.0, 4577.0, 4570.0, 4568.0, 4566.0, 4565.0, 4543.0, 4573.0, 4566.0, 4569.0, 4629.0, 4546.0, 4568.0, 4618.0, 4579.0, 4566.0, 4557.0, 4566.0, 4568.0, 4556.0, 4583.0, 4576.0, 4571.0, 4617.0, 4566.0, 4564.0, 4596.0, 4558.0, 4567.0, 4636.0, 4554.0, 4563.0, 4594.0, 4565.0, 4576.0, 4586.0, 4573.0, 4553.0, 4553.0, 4575.0, 4565.0, 4553.0, 4581.0, 4551.0, 4564.0, 4574.0, 4574.0, 4565.0, 4554.0, 4591.0, 4529.0, 4538.0, 4531.0, 4562.0, 4565.0, 4554.0, 4561.0, 4541.0, 4562.0, 4572.0, 4541.0, 4564.0, 4555.0, 4608.0, 4586.0, 4575.0, 4635.0, 4583.0, 4543.0, 4542.0, 4550.0, 4545.0, 4557.0, 4572.0, 4554.0, 4553.0, 4555.0, 4551.0, 4563.0, 4552.0, 4562.0, 4523.0, 4575.0, 4587.0, 4576.0, 4556.0, 4555.0, 4595.0, 4564.0, 4567.0, 4570.0, 4557.0, 4546.0, 4566.0, 4553.0, 4545.0, 4566.0, 4566.0, 4588.0, 4578.0, 4567.0, 4609.0, 4560.0, 4580.0, 4617.0, 4566.0, 4577.0, 4648.0, 4587.0, 4578.0, 4608.0, 4586.0, 4578.0, 4597.0, 4555.0, 4574.0, 4552.0, 4531.0, 4562.0, 4603.0, 4565.0, 4556.0, 4575.0, 4555.0, 4546.0, 4563.0, 4542.0, 4550.0, 4550.0, 4540.0, 4530.0, 4532.0, 4565.0, 4565.0, 4591.0, 4610.0, 4556.0, 4575.0, 4552.0, 4593.0, 4576.0, 4575.0, 4603.0, 4565.0, 4589.0, 4586.0, 4640.0, 4578.0, 4562.0, 4561.0, 4542.0, 4564.0, 4638.0, 4544.0, 4574.0, 4564.0, 4553.0, 4580.0, 4568.0, 4576.0, 4577.0, 4576.0, 4585.0, 4546.0, 4592.0, 4620.0, 4609.0, 4580.0, 4579.0, 4608.0, 4565.0, 4566.0, 4618.0, 4552.0, 4563.0, 4592.0, 4553.0, 4574.0, 4605.0, 4576.0, 4564.0, 4573.0, 4553.0, 4560.0, 4564.0, 4564.0, 4574.0, 4562.0, 4561.0, 4561.0, 4561.0, 4594.0, 4553.0, 4576.0, 4563.0, 4572.0, 4563.0, 4563.0, 4570.0, 4574.0, 4563.0, 4584.0, 4588.0, 4577.0, 4577.0, 4587.0, 4565.0, 4619.0, 4556.0, 4564.0, 4573.0, 4544.0, 4564.0, 4565.0, 4569.0, 4577.0, 4566.0, 4557.0, 4576.0, 4577.0, 4617.0, 4589.0, 4577.0, 4596.0, 4565.0, 4588.0, 4579.0, 4608.0, 4575.0, 4588.0, 4630.0], 'WindowWidth': [10231.0, 10143.0, 10109.0, 10096.0, 10071.0, 10086.0, 10063.0, 10034.0, 9997.0, 10026.0, 10031.0, 10037.0, 10009.0, 10026.0, 10007.0, 9991.0, 10016.0, 10056.0, 10015.0, 10023.0, 9997.0, 10021.0, 10010.0, 9992.0, 10006.0, 10014.0, 10001.0, 10041.0, 10032.0, 10055.0, 10066.0, 10028.0, 10016.0, 10115.0, 10026.0, 10004.0, 10063.0, 10021.0, 10026.0, 10093.0, 10009.0, 10004.0, 10001.0, 10020.0, 10037.0, 10026.0, 10011.0, 9995.0, 10085.0, 9999.0, 9995.0, 10006.0, 9981.0, 10022.0, 10067.0, 10015.0, 10031.0, 10065.0, 10016.0, 10033.0, 10021.0, 10016.0, 10022.0, 9981.0, 10013.0, 10026.0, 10073.0, 10037.0, 10018.0, 10025.0, 10071.0, 10013.0, 10021.0, 10082.0, 10009.0, 9986.0, 10066.0, 9995.0, 10011.0, 10106.0, 9988.0, 10007.0, 10038.0, 10005.0, 10005.0, 9972.0, 10017.0, 10055.0, 10066.0, 10120.0, 10049.0, 10031.0, 10040.0, 10042.0, 10026.0, 10023.0, 10015.0, 9986.0, 9991.0, 10046.0, 10013.0, 10009.0, 10017.0, 10021.0, 9996.0, 10101.0, 10005.0, 10002.0, 9972.0, 10018.0, 10013.0, 10008.0, 10056.0, 10026.0, 10014.0, 10032.0, 10009.0, 10006.0, 10082.0, 10019.0, 10006.0, 10027.0, 10002.0, 10002.0, 10057.0, 10014.0, 10019.0, 10045.0, 10083.0, 10023.0, 10001.0, 9992.0, 9976.0, 9972.0, 10018.0, 9991.0, 9979.0, 10024.0, 10016.0, 9994.0, 9988.0, 10014.0, 9994.0, 9969.0, 10030.0, 10006.0, 10034.0, 10013.0, 10012.0, 9982.0, 10010.0, 10016.0, 10003.0, 10015.0, 10011.0, 10002.0, 9986.0, 10009.0, 10000.0, 9989.0, 10055.0, 10006.0, 10029.0, 10081.0, 10038.0, 10018.0, 9968.0, 10007.0, 9998.0, 9973.0, 10028.0, 10022.0, 10009.0, 10005.0, 10022.0, 10004.0, 10085.0, 10018.0, 10001.0, 9981.0, 9998.0, 10016.0, 9987.0, 10037.0, 10020.0, 10029.0, 10034.0, 10020.0, 10004.0, 10029.0, 10011.0, 10013.0, 10032.0, 9953.0, 9950.0, 9974.0, 9981.0, 10027.0, 10018.0, 10005.0, 10018.0, 10017.0, 10009.0, 10077.0, 10046.0, 10015.0, 10039.0, 10037.0, 10024.0, 9989.0, 10031.0, 10018.0, 10026.0, 10109.0, 10044.0, 10022.0, 10001.0, 10037.0, 10027.0, 10013.0, 10019.0, 10002.0, 9984.0, 10038.0, 10007.0, 10035.0, 10037.0, 10023.0, 10021.0, 10033.0, 10029.0, 10024.0, 10054.0, 10040.0, 10041.0, 10016.0, 10066.0, 9977.0, 10005.0, 10035.0, 10042.0, 10028.0, 10024.0, 10083.0, 10036.0, 10038.0, 10042.0, 10127.0, 10051.0, 10035.0, 10072.0, 10037.0, 10014.0, 10058.0, 10013.0, 10000.0, 9982.0, 9996.0, 9985.0, 10007.0, 10071.0, 10025.0, 10020.0, 9990.0, 10013.0, 10012.0, 9971.0, 10016.0, 10020.0, 10038.0, 10035.0, 10028.0, 10012.0, 10006.0, 10019.0, 10011.0, 10079.0, 10045.0, 10043.0, 10012.0, 10034.0, 10024.0, 10015.0, 10061.0, 10018.0, 10056.0, 10098.0, 10045.0, 10050.0, 10019.0, 10019.0, 10018.0, 10060.0, 10025.0, 10025.0, 10122.0, 10038.0, 10026.0, 10040.0, 10019.0, 10012.0, 10001.0, 10017.0, 10018.0, 10004.0, 10054.0, 10025.0, 10045.0, 10086.0, 10049.0, 10020.0, 9988.0, 10012.0, 10018.0, 10017.0, 10063.0, 10023.0, 10031.0, 10118.0, 10047.0, 10028.0, 10001.0, 9986.0, 10003.0, 10007.0, 10057.0, 10044.0, 10043.0, 10061.0, 10048.0, 10032.0, 10012.0, 10058.0, 10013.0, 10069.0, 10093.0, 10019.0, 10009.0, 10036.0, 10026.0, 10020.0, 10046.0, 10016.0, 10002.0, 10059.0, 10019.0, 10011.0, 10070.0, 10041.0, 10030.0, 10024.0, 10043.0, 10030.0, 10068.0, 10054.0, 10006.0, 10003.0, 10017.0, 10007.0, 10012.0, 10054.0, 10025.0, 10008.0, 10029.0, 10033.0, 10024.0, 10000.0, 10023.0, 10027.0, 10029.0, 10073.0, 10020.0, 10052.0, 10117.0, 10041.0, 10024.0, 10059.0, 10015.0, 10018.0, 10028.0, 10084.0, 10028.0, 10021.0, 10026.0, 10032.0, 10027.0, 10098.0, 10014.0, 10000.0, 9976.0, 10040.0, 10013.0, 10015.0, 10036.0, 10024.0, 10004.0, 10028.0, 10032.0, 10050.0, 10085.0, 10040.0, 10026.0, 10010.0, 10037.0, 10031.0, 10042.0, 10117.0, 10028.0, 10023.0, 10066.0, 10015.0, 10024.0, 10077.0, 10059.0, 10024.0, 10009.0, 10016.0, 10003.0, 10001.0, 10031.0, 10018.0, 10031.0, 10076.0, 10027.0, 10000.0, 10011.0, 10025.0, 10027.0, 10024.0, 10004.0, 10020.0, 10005.0, 9993.0, 10018.0, 10008.0, 10002.0, 10074.0, 10025.0, 10041.0, 9992.0, 10014.0, 10019.0, 9986.0, 10033.0, 10031.0, 10003.0, 9998.0, 10001.0, 9998.0, 9986.0, 10043.0, 10014.0, 10045.0, 10052.0, 10088.0, 10081.0, 10109.0, 10049.0, 10036.0, 9985.0, 10003.0, 10033.0, 10013.0, 10012.0, 10045.0, 10026.0, 10019.0, 10048.0, 10109.0, 10040.0, 10022.0, 10004.0, 9984.0, 9998.0, 9998.0, 9987.0, 10031.0, 10050.0, 10029.0, 10053.0, 10031.0, 10042.0, 10138.0, 10047.0, 10051.0, 10023.0, 10068.0, 10039.0, 10105.0, 10116.0, 10049.0, 10029.0, 10018.0, 10001.0, 9988.0, 10023.0, 10029.0, 10019.0, 10094.0, 10032.0, 10045.0, 10052.0, 10057.0, 10051.0, 10134.0, 10031.0, 10038.0, 10062.0, 10023.0, 10026.0, 10070.0, 10075.0, 10048.0, 10084.0, 10108.0, 10027.0, 10000.0, 9996.0, 10000.0, 10002.0, 10047.0, 10005.0, 10026.0, 10050.0, 10063.0, 10047.0, 10063.0, 10071.0, 9995.0, 10004.0, 10050.0, 10014.0, 10000.0, 10012.0, 10011.0, 10024.0, 10079.0, 10042.0, 10030.0, 10030.0, 10015.0, 10019.0, 10007.0, 10067.0, 10002.0, 10016.0, 10047.0, 10016.0, 10016.0, 10028.0, 10038.0, 10022.0, 9989.0, 9980.0, 9965.0, 10001.0, 10024.0, 10060.0, 10044.0, 10023.0, 10067.0, 10026.0, 10006.0, 10037.0, 10024.0, 10018.0, 10028.0, 9990.0, 10005.0, 10004.0, 10056.0, 10017.0, 10027.0, 9991.0, 10007.0, 10038.0, 10059.0, 10039.0, 10044.0, 9997.0, 10020.0, 10039.0, 10036.0, 10046.0, 10038.0, 10029.0, 10041.0, 10039.0, 10044.0, 10115.0, 10071.0, 10046.0, 10083.0, 10044.0, 10039.0, 10082.0, 10049.0, 10026.0, 10080.0, 10032.0, 10040.0, 10022.0, 10033.0, 10040.0, 10040.0, 10055.0, 10025.0, 10028.0, 10102.0, 10028.0, 10046.0, 10041.0, 10028.0, 10001.0, 9998.0, 10071.0, 10030.0, 10020.0, 10122.0, 10022.0, 10005.0, 10001.0, 10011.0, 9999.0, 9997.0, 10009.0, 10002.0, 10004.0, 10048.0, 10018.0, 10024.0, 10061.0, 10076.0, 10071.0, 10096.0, 10080.0, 10020.0, 10031.0, 9989.0, 10035.0, 10018.0, 10029.0, 10036.0, 10025.0, 10094.0, 10035.0, 10039.0, 10033.0, 10020.0, 10014.0, 9985.0, 10026.0, 10025.0, 10053.0, 10035.0, 10017.0, 9998.0, 10013.0, 10001.0, 10020.0, 10074.0, 10025.0, 10017.0, 9987.0, 10014.0, 10032.0, 10002.0, 10034.0, 10029.0, 10022.0, 10033.0, 10003.0, 10017.0, 10048.0, 10028.0, 10029.0, 10128.0, 10050.0, 10020.0, 9998.0, 10011.0, 10017.0, 10029.0, 10086.0, 10002.0, 9935.0, 9905.0, 9933.0, 9979.0, 9931.0, 9985.0, 10006.0, 10018.0, 10070.0, 10054.0, 10074.0, 10090.0, 10045.0, 10008.0, 10008.0, 10031.0, 10005.0, 10035.0, 10033.0, 10085.0, 9999.0, 10024.0, 10013.0, 10035.0, 10028.0, 10025.0, 10067.0, 10010.0, 10047.0, 10070.0, 10060.0, 10032.0, 10012.0, 10059.0, 10064.0, 10088.0, 10050.0, 10021.0, 9989.0, 10018.0, 10043.0, 10040.0, 10060.0, 10019.0, 9994.0, 10016.0, 10017.0, 10016.0, 10042.0, 10024.0, 10075.0, 10026.0, 10038.0, 9990.0, 10003.0, 10019.0, 10009.0, 10060.0, 10011.0, 9980.0, 10020.0, 10010.0, 9989.0, 9981.0, 10000.0, 9999.0, 10046.0, 9978.0, 10012.0, 10120.0, 10067.0, 10050.0, 10057.0, 10112.0, 10073.0, 10051.0, 10035.0, 9989.0, 10022.0, 10008.0, 10035.0, 10041.0, 10034.0, 10120.0, 10006.0, 10033.0, 10053.0, 10006.0, 10031.0, 10081.0, 10120.0, 10025.0, 9996.0, 10005.0, 10020.0, 10008.0, 10043.0, 10027.0, 10056.0, 10070.0, 10027.0, 10009.0, 9988.0, 10006.0, 10009.0, 10052.0, 10001.0, 10033.0, 10057.0, 10001.0, 10038.0, 10075.0, 10047.0, 10029.0, 9994.0, 9992.0, 10008.0, 10017.0, 10055.0, 10043.0, 10019.0, 10042.0, 10026.0, 10017.0, 10097.0, 10030.0, 10012.0, 10105.0, 10005.0, 10004.0, 10029.0, 9976.0, 10010.0, 10021.0, 9982.0, 10024.0, 10049.0, 9983.0, 10017.0, 10049.0, 10022.0, 10054.0, 10007.0, 10057.0, 10029.0, 10010.0, 10037.0, 9997.0, 10026.0, 10026.0, 10046.0, 10043.0, 10037.0, 10032.0, 10027.0, 9994.0, 10035.0, 10030.0, 10038.0, 10121.0, 10003.0, 10038.0, 10103.0, 10051.0, 10030.0, 10022.0, 10034.0, 10038.0, 10017.0, 10049.0, 10042.0, 10046.0, 10103.0, 10034.0, 10028.0, 10071.0, 10025.0, 10034.0, 10127.0, 10011.0, 10022.0, 10067.0, 10029.0, 10046.0, 10058.0, 10036.0, 10009.0, 10011.0, 10045.0, 10028.0, 10009.0, 10043.0, 10003.0, 10025.0, 10038.0, 10041.0, 10028.0, 10012.0, 10059.0, 9969.0, 9978.0, 9974.0, 10018.0, 10027.0, 10011.0, 10017.0, 9990.0, 10017.0, 10031.0, 9989.0, 10023.0, 10013.0, 10089.0, 10059.0, 10042.0, 10124.0, 10047.0, 9991.0, 9986.0, 9995.0, 9994.0, 10018.0, 10046.0, 10013.0, 10010.0, 10013.0, 10003.0, 10018.0, 10004.0, 10020.0, 9971.0, 10042.0, 10062.0, 10043.0, 10017.0, 10016.0, 10069.0, 10024.0, 10032.0, 10042.0, 10021.0, 10004.0, 10031.0, 10008.0, 9999.0, 10030.0, 10032.0, 10062.0, 10050.0, 10036.0, 10095.0, 10030.0, 10054.0, 10099.0, 10029.0, 10047.0, 10145.0, 10058.0, 10046.0, 10090.0, 10057.0, 10048.0, 10074.0, 10013.0, 10037.0, 10003.0, 9976.0, 10019.0, 10078.0, 10026.0, 10014.0, 10042.0, 10013.0, 10002.0, 10022.0, 9989.0, 9999.0, 9998.0, 9982.0, 9972.0, 9977.0, 10027.0, 10029.0, 10072.0, 10094.0, 10016.0, 10038.0, 10006.0, 10062.0, 10042.0, 10042.0, 10077.0, 10028.0, 10065.0, 10059.0, 10141.0, 10045.0, 10017.0, 10014.0, 9992.0, 10028.0, 10134.0, 10000.0, 10041.0, 10024.0, 10012.0, 10058.0, 10040.0, 10046.0, 10046.0, 10044.0, 10055.0, 10005.0, 10078.0, 10111.0, 10094.0, 10056.0, 10054.0, 10089.0, 10027.0, 10031.0, 10102.0, 10008.0, 10021.0, 10059.0, 10008.0, 10038.0, 10082.0, 10042.0, 10024.0, 10036.0, 10007.0, 10012.0, 10023.0, 10023.0, 10037.0, 10017.0, 10015.0, 10016.0, 10016.0, 10063.0, 10010.0, 10042.0, 10025.0, 10033.0, 10021.0, 10019.0, 10027.0, 10036.0, 10021.0, 10052.0, 10067.0, 10047.0, 10049.0, 10066.0, 10033.0, 10111.0, 10019.0, 10025.0, 10035.0, 9998.0, 10026.0, 10028.0, 10039.0, 10046.0, 10031.0, 10018.0, 10044.0, 10050.0, 10103.0, 10069.0, 10048.0, 10073.0, 10030.0, 10063.0, 10052.0, 10092.0, 10044.0, 10064.0, 10124.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.00029126295947219606</td></tr>
<tr><td colspan=3>aqi</td><td>0.026598513666352498</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.785386668396235</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1323285070283011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9861388930943392</td></tr>
<tr><td colspan=3>efc</td><td>0.5511</td></tr>
<tr><td colspan=3>fber</td><td>1503.1202</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12741062641422168</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>192</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.09613572101791</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4635867642545297</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3624683982198187</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.694191935765459</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.334099958778311</td></tr>
<tr><td colspan=3>gcor</td><td>0.00772954</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014104010537266731</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05932695046067238</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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>4.240103665960467</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0557</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>110.9932</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>303.5439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>99.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285008.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1310.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>488.7991</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7258</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.9138</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3712.4588</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.3315</td></tr>
<tr><td colspan=3>tsnr</td><td>33.44143440714106</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>