<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-03/func/sub-0005_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>3a9cf93a20bbf84870972cc11c3f9edb</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:02:20.482500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997913, -0.0620912, 0.0177306, 0.062084, 0.99807, 0.0009551]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0740976</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7769, -7314, 551, -51, -64, -48, 72]</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>256.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d00250b-306b-4eea-bc55-4cd5115f9515||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773276329040527, 0.16656678915023804, 0.047940272837877274, 104.63504791259766], [0.1665860265493393, 2.6777501106262207, -0.000398728676373139, -100.75640869140625], [0.04756981134414673, -0.0025624637492001057, 2.6995742321014404, -84.47555541992188], [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': ['170220.482500', '170220.942500', '170221.402500', '170221.862500', '170222.322500', '170222.782500', '170223.242500', '170223.702500', '170224.162500', '170224.622500', '170225.082500', '170225.542500', '170226.002500', '170226.462500', '170226.922500', '170227.382500', '170227.842500', '170228.302500', '170228.762500', '170229.222500', '170229.682500', '170230.142500', '170230.602500', '170231.062500', '170231.522500', '170231.982500', '170232.442500', '170232.902500', '170233.362500', '170233.822500', '170234.282500', '170234.742500', '170235.202500', '170235.662500', '170236.122500', '170236.582500', '170237.042500', '170237.502500', '170237.962500', '170238.422500', '170238.882500', '170239.342500', '170239.802500', '170240.262500', '170240.722500', '170241.182500', '170241.642500', '170242.102500', '170242.562500', '170243.022500', '170243.482500', '170243.942500', '170244.402500', '170244.862500', '170245.322500', '170245.782500', '170246.242500', '170246.702500', '170247.162500', '170247.622500', '170248.082500', '170248.542500', '170249.002500', '170249.462500', '170249.922500', '170250.382500', '170250.842500', '170251.302500', '170251.762500', '170252.222500', '170252.682500', '170253.142500', '170253.602500', '170254.062500', '170254.522500', '170254.982500', '170255.442500', '170255.902500', '170256.362500', '170256.822500', '170257.282500', '170257.742500', '170258.202500', '170258.662500', '170259.122500', '170259.582500', '170300.042500', '170300.502500', '170300.962500', '170301.422500', '170301.882500', '170302.342500', '170302.802500', '170303.262500', '170303.722500', '170304.182500', '170304.642500', '170305.102500', '170305.562500', '170306.022500', '170306.482500', '170306.942500', '170307.402500', '170307.862500', '170308.322500', '170308.782500', '170309.242500', '170309.702500', '170310.162500', '170310.622500', '170311.082500', '170311.542500', '170312.002500', '170312.462500', '170312.922500', '170313.382500', '170313.842500', '170314.302500', '170314.762500', '170315.222500', '170315.682500', '170316.142500', '170316.602500', '170317.062500', '170317.522500', '170317.982500', '170318.442500', '170318.902500', '170319.362500', '170319.822500', '170320.282500', '170320.742500', '170321.202500', '170321.662500', '170322.122500', '170322.582500', '170323.042500', '170323.502500', '170323.962500', '170324.422500', '170324.882500', '170325.342500', '170325.802500', '170326.262500', '170326.722500', '170327.182500', '170327.642500', '170328.102500', '170328.562500', '170329.022500', '170329.482500', '170329.942500', '170330.402500', '170330.862500', '170331.322500', '170331.782500', '170332.242500', '170332.702500', '170333.162500', '170333.622500', '170334.082500', '170334.542500', '170335.002500', '170335.462500', '170335.922500', '170336.382500', '170336.842500', '170337.302500', '170337.762500', '170338.222500', '170338.682500', '170339.142500', '170339.602500', '170340.062500', '170340.522500', '170340.982500', '170341.442500', '170341.902500', '170342.362500', '170342.822500', '170343.282500', '170343.742500', '170344.202500', '170344.662500', '170345.122500', '170345.582500', '170346.042500', '170346.502500', '170346.962500', '170347.422500', '170347.882500', '170348.342500', '170348.802500', '170349.262500', '170349.722500', '170350.182500', '170350.642500', '170351.102500', '170351.562500', '170352.022500', '170352.482500', '170352.942500', '170353.402500', '170353.862500', '170354.322500', '170354.782500', '170355.242500', '170355.702500', '170356.162500', '170356.622500', '170357.082500', '170357.542500', '170358.002500', '170358.462500', '170358.922500', '170359.382500', '170359.842500', '170400.302500', '170400.762500', '170401.222500', '170401.682500', '170402.142500', '170402.602500', '170403.062500', '170403.522500', '170403.982500', '170404.442500', '170404.902500', '170405.362500', '170405.822500', '170406.282500', '170406.742500', '170407.202500', '170407.662500', '170408.122500', '170408.582500', '170409.042500', '170409.502500', '170409.962500', '170410.422500', '170410.882500', '170411.342500', '170411.802500', '170412.262500', '170412.722500', '170413.182500', '170413.642500', '170414.102500', '170414.562500', '170415.022500', '170415.482500', '170415.942500', '170416.402500', '170416.862500', '170417.322500', '170417.782500', '170418.242500', '170418.702500', '170419.162500', '170419.622500', '170420.082500', '170420.542500', '170421.002500', '170421.462500', '170421.922500', '170422.382500', '170422.842500', '170423.302500', '170423.762500', '170424.222500', '170424.682500', '170425.142500', '170425.602500', '170426.062500', '170426.522500', '170426.982500', '170427.442500', '170427.902500', '170428.362500', '170428.822500', '170429.282500', '170429.742500', '170430.202500', '170430.662500', '170431.122500', '170431.582500', '170432.042500', '170432.502500', '170432.962500', '170433.422500', '170433.882500', '170434.342500', '170434.802500', '170435.262500', '170435.722500', '170436.182500', '170436.642500', '170437.102500', '170437.562500', '170438.022500', '170438.482500', '170438.942500', '170439.402500', '170439.862500', '170440.322500', '170440.782500', '170441.242500', '170441.702500', '170442.162500', '170442.622500', '170443.082500', '170443.542500', '170444.002500', '170444.462500', '170444.922500', '170445.382500', '170445.842500', '170446.302500', '170446.762500', '170447.222500', '170447.682500', '170448.142500', '170448.602500', '170449.062500', '170449.522500', '170449.982500', '170450.442500', '170450.902500', '170451.362500', '170451.822500', '170452.282500', '170452.742500', '170453.202500', '170453.662500', '170454.122500', '170454.582500', '170455.042500', '170455.502500', '170455.962500', '170456.422500', '170456.882500', '170457.342500', '170457.802500', '170458.262500', '170458.722500', '170459.182500', '170459.642500', '170500.102500', '170500.562500', '170501.022500', '170501.482500', '170501.942500', '170502.402500', '170502.862500', '170503.322500', '170503.782500', '170504.242500', '170504.702500', '170505.162500', '170505.622500', '170506.082500', '170506.542500', '170507.002500', '170507.462500', '170507.922500', '170508.382500', '170508.842500', '170509.302500', '170509.762500', '170510.222500', '170510.682500', '170511.142500', '170511.602500', '170512.062500', '170512.522500', '170512.982500', '170513.442500', '170513.902500', '170514.362500', '170514.822500', '170515.282500', '170515.742500', '170516.202500', '170516.662500', '170517.122500', '170517.582500', '170518.042500', '170518.502500', '170518.962500', '170519.422500', '170519.882500', '170520.342500', '170520.802500', '170521.262500', '170521.722500', '170522.182500', '170522.642500', '170523.102500', '170523.562500', '170524.022500', '170524.482500', '170524.942500', '170525.402500', '170525.862500', '170526.322500', '170526.782500', '170527.242500', '170527.702500', '170528.162500', '170528.622500', '170529.082500', '170529.542500', '170530.002500', '170530.462500', '170530.922500', '170531.382500', '170531.842500', '170532.302500', '170532.762500', '170533.222500', '170533.682500', '170534.142500', '170534.602500', '170535.062500', '170535.522500', '170535.982500', '170536.442500', '170536.902500', '170537.362500', '170537.822500', '170538.282500', '170538.742500', '170539.202500', '170539.662500', '170540.122500', '170540.582500', '170541.042500', '170541.502500', '170541.962500', '170542.422500', '170542.882500', '170543.342500', '170543.802500', '170544.262500', '170544.722500', '170545.182500', '170545.642500', '170546.102500', '170546.562500', '170547.022500', '170547.482500', '170547.942500', '170548.402500', '170548.862500', '170549.322500', '170549.782500', '170550.242500', '170550.702500', '170551.162500', '170551.622500', '170552.082500', '170552.542500', '170553.002500', '170553.462500', '170553.922500', '170554.382500', '170554.842500', '170555.302500', '170555.762500', '170556.222500', '170556.682500', '170557.142500', '170557.602500', '170558.062500', '170558.522500', '170558.982500', '170559.442500', '170559.902500', '170600.362500', '170600.822500', '170601.282500', '170601.742500', '170602.202500', '170602.662500', '170603.122500', '170603.582500', '170604.042500', '170604.502500', '170604.962500', '170605.422500', '170605.882500', '170606.342500', '170606.802500', '170607.262500', '170607.722500', '170608.182500', '170608.642500', '170609.102500', '170609.562500', '170610.022500', '170610.482500', '170610.942500', '170611.402500', '170611.862500', '170612.322500', '170612.782500', '170613.242500', '170613.702500', '170614.162500', '170614.622500', '170615.082500', '170615.542500', '170616.002500', '170616.462500', '170616.922500', '170617.382500', '170617.842500', '170618.302500', '170618.762500', '170619.222500', '170619.682500', '170620.142500', '170620.602500', '170621.062500', '170621.522500', '170621.982500', '170622.442500', '170622.902500', '170623.362500', '170623.822500', '170624.282500', '170624.742500', '170625.202500', '170625.662500', '170626.122500', '170626.582500', '170627.042500', '170627.502500', '170627.962500', '170628.422500', '170628.882500', '170629.342500', '170629.802500', '170630.262500', '170630.722500', '170631.182500', '170631.642500', '170632.102500', '170632.562500', '170633.022500', '170633.482500', '170633.942500', '170634.402500', '170634.862500', '170635.322500', '170635.782500', '170636.242500', '170636.702500', '170637.162500', '170637.622500', '170638.082500', '170638.542500', '170639.002500', '170639.462500', '170639.922500', '170640.382500', '170640.842500', '170641.302500', '170641.762500', '170642.222500', '170642.682500', '170643.142500', '170643.602500', '170644.062500', '170644.522500', '170644.982500', '170645.442500', '170645.902500', '170646.362500', '170646.822500', '170647.282500', '170647.742500', '170648.202500', '170648.662500', '170649.122500', '170649.582500', '170650.042500', '170650.502500', '170650.962500', '170651.422500', '170651.882500', '170652.342500', '170652.802500', '170653.262500', '170653.722500', '170654.182500', '170654.642500', '170655.102500', '170655.562500', '170656.022500', '170656.482500', '170656.942500', '170657.402500', '170657.862500', '170658.322500', '170658.782500', '170659.242500', '170659.702500', '170700.162500', '170700.622500', '170701.082500', '170701.542500', '170702.002500', '170702.462500', '170702.922500', '170703.382500', '170703.842500', '170704.302500', '170704.762500', '170705.222500', '170705.682500', '170706.142500', '170706.602500', '170707.062500', '170707.522500', '170707.982500', '170708.442500', '170708.902500', '170709.362500', '170709.822500', '170710.282500', '170710.742500', '170711.202500', '170711.662500', '170712.122500', '170712.582500', '170713.042500', '170713.502500', '170713.962500', '170714.422500', '170714.882500', '170715.342500', '170715.802500', '170716.262500', '170716.722500', '170717.182500', '170717.642500', '170718.102500', '170718.562500', '170719.022500', '170719.482500', '170719.942500', '170720.402500', '170720.862500', '170721.322500', '170721.782500', '170722.242500', '170722.702500', '170723.162500', '170723.622500', '170724.082500', '170724.542500', '170725.002500', '170725.462500', '170725.922500', '170726.382500', '170726.842500', '170727.302500', '170727.762500', '170728.222500', '170728.682500', '170729.142500', '170729.602500', '170730.062500', '170730.522500', '170730.982500', '170731.442500', '170731.902500', '170732.362500', '170732.822500', '170733.282500', '170733.742500', '170734.202500', '170734.662500', '170735.122500', '170735.582500', '170736.042500', '170736.502500', '170736.962500', '170737.422500', '170737.882500', '170738.342500', '170738.802500', '170739.262500', '170739.722500', '170740.182500', '170740.642500', '170741.102500', '170741.562500', '170742.022500', '170742.482500', '170742.942500', '170743.402500', '170743.862500', '170744.322500', '170744.782500', '170745.242500', '170745.702500', '170746.162500', '170746.622500', '170747.082500', '170747.542500', '170748.002500', '170748.462500', '170748.922500', '170749.382500', '170749.842500', '170750.302500', '170750.762500', '170751.222500', '170751.682500', '170752.142500', '170752.602500', '170753.062500', '170753.522500', '170753.982500', '170754.442500', '170754.902500', '170755.362500', '170755.822500', '170756.282500', '170756.742500', '170757.202500', '170757.662500', '170758.122500', '170758.582500', '170759.042500', '170759.502500', '170759.962500', '170800.422500', '170800.882500', '170801.342500', '170801.802500', '170802.262500', '170802.722500', '170803.182500', '170803.642500', '170804.102500', '170804.562500', '170805.022500', '170805.482500', '170805.942500', '170806.402500', '170806.862500', '170807.322500', '170807.782500', '170808.242500', '170808.702500', '170809.162500', '170809.622500', '170810.082500', '170810.542500', '170811.002500', '170811.462500', '170811.922500', '170812.382500', '170812.842500', '170813.302500', '170813.762500', '170814.222500', '170814.682500', '170815.142500', '170815.602500', '170816.062500', '170816.522500', '170816.982500', '170817.442500', '170817.902500', '170818.362500', '170818.822500', '170819.282500', '170819.742500', '170820.202500', '170820.662500', '170821.122500', '170821.582500', '170822.042500', '170822.502500', '170822.962500', '170823.422500', '170823.882500', '170824.342500', '170824.802500', '170825.262500', '170825.722500', '170826.182500', '170826.642500', '170827.102500', '170827.562500', '170828.022500', '170828.482500', '170828.942500', '170829.402500', '170829.862500', '170830.322500', '170830.782500', '170831.242500', '170831.702500', '170832.162500', '170832.622500', '170833.082500', '170833.542500', '170834.002500', '170834.462500', '170834.922500', '170835.382500', '170835.842500', '170836.302500', '170836.762500', '170837.222500', '170837.682500', '170838.142500', '170838.602500', '170839.062500', '170839.522500', '170839.982500', '170840.442500', '170840.902500', '170841.362500', '170841.822500', '170842.282500', '170842.742500', '170843.202500', '170843.662500', '170844.122500', '170844.582500', '170845.042500', '170845.502500', '170845.962500', '170846.422500', '170846.882500', '170847.342500', '170847.802500', '170848.262500', '170848.722500', '170849.182500', '170849.642500', '170850.102500', '170850.562500', '170851.022500', '170851.482500', '170851.942500', '170852.402500', '170852.862500', '170853.322500', '170853.782500', '170854.242500', '170854.702500', '170855.162500', '170855.622500', '170856.082500', '170856.542500', '170857.002500', '170857.462500', '170857.922500', '170858.382500', '170858.842500', '170859.302500', '170859.762500', '170900.222500', '170900.682500', '170901.142500', '170901.602500', '170902.062500', '170902.522500', '170902.982500', '170903.442500', '170903.902500', '170904.362500', '170904.822500', '170905.282500', '170905.742500', '170906.202500', '170906.662500', '170907.122500', '170907.582500', '170908.042500', '170908.502500', '170908.962500', '170909.422500', '170909.882500', '170910.342500', '170910.802500', '170911.262500', '170911.722500', '170912.182500', '170912.642500', '170913.102500', '170913.562500', '170914.022500', '170914.482500', '170914.942500', '170915.402500', '170915.862500', '170916.322500', '170916.782500', '170917.242500', '170917.702500', '170918.162500', '170918.622500', '170919.082500', '170919.542500', '170920.002500', '170920.462500', '170920.922500', '170921.382500', '170921.842500', '170922.302500', '170922.762500', '170923.222500', '170923.682500', '170924.142500', '170924.602500', '170925.062500', '170925.522500', '170925.982500', '170926.442500', '170926.902500', '170927.362500', '170927.822500', '170928.282500', '170928.742500', '170929.202500', '170929.662500', '170930.122500', '170930.582500', '170931.042500', '170931.502500', '170931.962500', '170932.422500', '170932.882500', '170933.342500', '170933.802500', '170934.262500', '170934.722500', '170935.182500', '170935.642500', '170936.102500', '170936.562500', '170937.022500', '170937.482500', '170937.942500', '170938.402500', '170938.862500', '170939.322500', '170939.782500', '170940.242500', '170940.702500', '170941.162500', '170941.622500', '170942.082500', '170942.542500', '170943.002500', '170943.462500', '170943.922500', '170944.382500', '170944.842500', '170945.302500', '170945.762500', '170946.222500', '170946.682500', '170947.142500', '170947.602500', '170948.062500', '170948.522500', '170948.982500', '170949.442500', '170949.902500', '170950.362500', '170950.822500', '170951.282500', '170951.742500', '170952.202500', '170952.662500', '170953.122500', '170953.582500', '170954.042500', '170954.502500', '170954.962500', '170955.422500', '170955.882500', '170956.342500', '170956.802500', '170957.262500', '170957.722500', '170958.182500', '170958.642500', '170959.102500', '170959.562500', '171000.022500', '171000.482500', '171000.942500', '171001.402500', '171001.862500', '171002.322500', '171002.782500', '171003.242500', '171003.702500', '171004.162500', '171004.622500', '171005.082500', '171005.542500', '171006.002500', '171006.462500', '171006.922500', '171007.382500', '171007.842500', '171008.302500', '171008.762500', '171009.222500', '171009.682500', '171010.142500', '171010.602500', '171011.062500', '171011.522500', '171011.982500', '171012.442500', '171012.902500', '171013.362500', '171013.822500', '171014.282500', '171014.742500', '171015.202500', '171015.662500', '171016.122500', '171016.582500', '171017.042500', '171017.502500', '171017.962500', '171018.422500', '171018.882500', '171019.342500', '171019.802500', '171020.262500', '171020.722500', '171021.182500', '171021.642500', '171022.102500', '171022.562500', '171023.022500', '171023.482500', '171023.942500', '171024.402500', '171024.862500', '171025.322500', '171025.782500', '171026.242500', '171026.702500', '171027.162500', '171027.622500', '171028.082500', '171028.542500', '171029.002500', '171029.462500', '171029.922500'], 'ContentTime': ['170232.441000', '170232.445000', '170232.448000', '170232.451000', '170232.454000', '170232.457000', '170232.460000', '170232.463000', '170232.466000', '170232.477000', '170232.480000', '170232.483000', '170232.486000', '170232.489000', '170232.492000', '170232.495000', '170232.498000', '170232.501000', '170232.504000', '170232.507000', '170232.510000', '170232.513000', '170232.524000', '170232.527000', '170252.412000', '170252.415000', '170252.418000', '170252.421000', '170252.424000', '170252.427000', '170252.430000', '170252.433000', '170252.436000', '170252.439000', '170252.449000', '170252.452000', '170252.454000', '170252.457000', '170252.460000', '170252.464000', '170252.467000', '170252.478000', '170252.481000', '170252.484000', '170252.487000', '170252.490000', '170252.493000', '170252.496000', '170252.499000', '170252.502000', '170252.505000', '170252.508000', '170252.511000', '170252.514000', '170252.517000', '170252.520000', '170252.523000', '170252.526000', '170252.528000', '170252.531000', '170252.534000', '170252.537000', '170252.540000', '170252.543000', '170252.546000', '170252.549000', '170252.552000', '170252.555000', '170312.412000', '170312.415000', '170312.417000', '170312.420000', '170312.423000', '170312.426000', '170312.429000', '170312.431000', '170312.434000', '170312.437000', '170312.440000', '170312.443000', '170312.445000', '170312.448000', '170312.451000', '170312.454000', '170312.457000', '170312.459000', '170312.462000', '170312.465000', '170312.468000', '170312.471000', '170312.473000', '170312.476000', '170312.479000', '170312.482000', '170312.485000', '170312.487000', '170312.490000', '170312.493000', '170312.496000', '170312.498000', '170312.501000', '170312.504000', '170312.507000', '170312.510000', '170312.512000', '170312.515000', '170312.518000', '170312.521000', '170312.524000', '170312.526000', '170312.534000', '170332.412000', '170332.415000', '170332.417000', '170332.420000', '170332.423000', '170332.426000', '170332.429000', '170332.432000', '170332.434000', '170332.437000', '170332.440000', '170332.443000', '170332.446000', '170332.448000', '170332.451000', '170332.454000', '170332.457000', '170332.460000', '170332.463000', '170332.465000', '170332.468000', '170332.471000', '170332.474000', '170332.477000', '170332.479000', '170332.482000', '170332.485000', '170332.488000', '170332.491000', '170332.494000', '170332.496000', '170332.499000', '170332.502000', '170332.505000', '170332.508000', '170332.510000', '170332.513000', '170332.516000', '170332.519000', '170332.522000', '170332.524000', '170332.527000', '170332.530000', '170332.533000', '170352.412000', '170352.415000', '170352.418000', '170352.420000', '170352.423000', '170352.426000', '170352.429000', '170352.432000', '170352.435000', '170352.437000', '170352.440000', '170352.443000', '170352.446000', '170352.449000', '170352.452000', '170352.454000', '170352.457000', '170352.460000', '170352.463000', '170352.466000', '170352.468000', '170352.471000', '170352.474000', '170352.477000', '170352.480000', '170352.483000', '170352.485000', '170352.488000', '170352.491000', '170352.494000', '170352.497000', '170352.499000', '170352.502000', '170352.505000', '170352.508000', '170352.511000', '170352.514000', '170352.516000', '170352.519000', '170352.522000', '170352.525000', '170352.528000', '170352.531000', '170412.412000', '170412.415000', '170412.417000', '170412.420000', '170412.423000', '170412.426000', '170412.429000', '170412.432000', '170412.434000', '170412.437000', '170412.440000', '170412.443000', '170412.446000', '170412.449000', '170412.451000', '170412.454000', '170412.457000', '170412.460000', '170412.463000', '170412.465000', '170412.468000', '170412.471000', '170412.474000', '170412.477000', '170412.480000', '170412.482000', '170412.485000', '170412.488000', '170412.491000', '170412.494000', '170412.497000', '170412.499000', '170412.502000', '170412.505000', '170412.508000', '170412.511000', '170412.513000', '170412.516000', '170412.519000', '170412.522000', '170412.525000', '170412.528000', '170412.530000', '170412.533000', '170432.413000', '170432.416000', '170432.419000', '170432.421000', '170432.424000', '170432.427000', '170432.430000', '170432.433000', '170432.436000', '170432.438000', '170432.441000', '170432.444000', '170432.447000', '170432.450000', '170432.453000', '170432.456000', '170432.458000', '170432.461000', '170432.464000', '170432.467000', '170432.470000', '170432.473000', '170432.475000', '170432.478000', '170432.481000', '170432.484000', '170432.503000', '170432.506000', '170432.509000', '170432.512000', '170432.515000', '170432.517000', '170432.520000', '170432.523000', '170432.526000', '170432.529000', '170432.531000', '170432.534000', '170432.537000', '170432.540000', '170432.543000', '170432.545000', '170432.548000', '170452.412000', '170452.418000', '170452.421000', '170452.423000', '170452.426000', '170452.429000', '170452.432000', '170452.435000', '170452.438000', '170452.441000', '170452.443000', '170452.446000', '170452.449000', '170452.452000', '170452.455000', '170452.458000', '170452.460000', '170452.463000', '170452.466000', '170452.469000', '170452.472000', '170452.474000', '170452.477000', '170452.480000', '170452.483000', '170452.486000', '170452.489000', '170452.491000', '170452.494000', '170452.497000', '170452.500000', '170452.503000', '170452.506000', '170452.508000', '170452.511000', '170452.514000', '170452.517000', '170452.520000', '170452.522000', '170452.525000', '170452.528000', '170452.531000', '170452.534000', '170512.412000', '170512.415000', '170512.418000', '170512.421000', '170512.423000', '170512.426000', '170512.429000', '170512.432000', '170512.435000', '170512.438000', '170512.440000', '170512.443000', '170512.446000', '170512.449000', '170512.452000', '170512.455000', '170512.457000', '170512.460000', '170512.463000', '170512.466000', '170512.469000', '170512.472000', '170512.474000', '170512.477000', '170512.480000', '170512.483000', '170512.486000', '170512.489000', '170512.491000', '170512.494000', '170512.497000', '170512.500000', '170512.503000', '170512.506000', '170512.508000', '170512.511000', '170512.514000', '170512.517000', '170512.520000', '170512.522000', '170512.525000', '170512.528000', '170512.531000', '170512.534000', '170532.412000', '170532.415000', '170532.418000', '170532.420000', '170532.423000', '170532.426000', '170532.429000', '170532.432000', '170532.434000', '170532.438000', '170532.441000', '170532.445000', '170532.448000', '170532.451000', '170532.454000', '170532.457000', '170532.460000', '170532.462000', '170532.465000', '170532.468000', '170532.471000', '170532.474000', '170532.476000', '170532.479000', '170532.482000', '170532.485000', '170532.488000', '170532.491000', '170532.493000', '170532.496000', '170532.499000', '170532.502000', '170532.505000', '170532.508000', '170532.510000', '170532.513000', '170532.516000', '170532.519000', '170532.522000', '170532.525000', '170532.527000', '170532.530000', '170532.533000', '170552.412000', '170552.415000', '170552.418000', '170552.420000', '170552.423000', '170552.426000', '170552.429000', '170552.432000', '170552.434000', '170552.437000', '170552.440000', '170552.443000', '170552.446000', '170552.449000', '170552.451000', '170552.454000', '170552.457000', '170552.460000', '170552.463000', '170552.466000', '170552.468000', '170552.471000', '170552.474000', '170552.477000', '170552.480000', '170552.483000', '170552.486000', '170552.488000', '170552.491000', '170552.494000', '170552.497000', '170552.500000', '170552.502000', '170552.505000', '170552.508000', '170552.511000', '170552.514000', '170552.516000', '170552.519000', '170552.522000', '170552.525000', '170552.528000', '170552.531000', '170552.533000', '170612.412000', '170612.415000', '170612.418000', '170612.421000', '170612.423000', '170612.426000', '170612.429000', '170612.432000', '170612.447000', '170612.450000', '170612.453000', '170612.456000', '170612.459000', '170612.462000', '170612.465000', '170612.468000', '170612.471000', '170612.474000', '170612.477000', '170612.479000', '170612.482000', '170612.485000', '170612.488000', '170612.491000', '170612.494000', '170612.496000', '170612.499000', '170612.502000', '170612.505000', '170612.507000', '170612.510000', '170612.513000', '170612.516000', '170612.519000', '170612.522000', '170612.524000', '170612.527000', '170612.530000', '170612.533000', '170612.536000', '170612.538000', '170612.541000', '170612.544000', '170632.412000', '170632.415000', '170632.418000', '170632.420000', '170632.423000', '170632.426000', '170632.429000', '170632.432000', '170632.435000', '170632.437000', '170632.440000', '170632.443000', '170632.446000', '170632.453000', '170632.456000', '170632.459000', '170632.462000', '170632.464000', '170632.467000', '170632.470000', '170632.473000', '170632.476000', '170632.478000', '170632.481000', '170632.484000', '170632.487000', '170632.490000', '170632.492000', '170632.495000', '170632.498000', '170632.501000', '170632.504000', '170632.507000', '170632.509000', '170632.512000', '170632.515000', '170632.518000', '170632.521000', '170632.524000', '170632.526000', '170632.529000', '170632.532000', '170632.535000', '170632.538000', '170652.413000', '170652.416000', '170652.419000', '170652.422000', '170652.424000', '170652.427000', '170652.430000', '170652.433000', '170652.436000', '170652.439000', '170652.441000', '170652.444000', '170652.447000', '170652.450000', '170652.453000', '170652.455000', '170652.458000', '170652.461000', '170652.464000', '170652.467000', '170652.470000', '170652.473000', '170652.475000', '170652.478000', '170652.483000', '170652.487000', '170652.490000', '170652.493000', '170652.496000', '170652.499000', '170652.502000', '170652.505000', '170652.508000', '170652.510000', '170652.513000', '170652.516000', '170652.519000', '170652.522000', '170652.525000', '170652.528000', '170652.531000', '170652.533000', '170652.536000', '170712.412000', '170712.415000', '170712.418000', '170712.421000', '170712.423000', '170712.426000', '170712.429000', '170712.432000', '170712.435000', '170712.437000', '170712.440000', '170712.443000', '170712.446000', '170712.449000', '170712.452000', '170712.454000', '170712.457000', '170712.460000', '170712.463000', '170712.466000', '170712.469000', '170712.471000', '170712.474000', '170712.477000', '170712.480000', '170712.483000', '170712.485000', '170712.488000', '170712.491000', '170712.494000', '170712.497000', '170712.499000', '170712.502000', '170712.505000', '170712.508000', '170712.511000', '170712.514000', '170712.516000', '170712.519000', '170712.522000', '170712.525000', '170712.528000', '170712.530000', '170712.533000', '170732.412000', '170732.415000', '170732.418000', '170732.421000', '170732.424000', '170732.426000', '170732.429000', '170732.432000', '170732.436000', '170732.439000', '170732.442000', '170732.445000', '170732.448000', '170732.450000', '170732.453000', '170732.456000', '170732.459000', '170732.462000', '170732.465000', '170732.479000', '170732.482000', '170732.484000', '170732.487000', '170732.490000', '170732.493000', '170732.496000', '170732.499000', '170732.503000', '170732.506000', '170732.508000', '170732.511000', '170732.514000', '170732.517000', '170732.520000', '170732.523000', '170732.526000', '170732.528000', '170732.531000', '170732.534000', '170732.537000', '170732.540000', '170732.543000', '170732.545000', '170752.412000', '170752.415000', '170752.418000', '170752.421000', '170752.423000', '170752.426000', '170752.429000', '170752.432000', '170752.435000', '170752.437000', '170752.440000', '170752.443000', '170752.446000', '170752.449000', '170752.451000', '170752.454000', '170752.457000', '170752.460000', '170752.463000', '170752.466000', '170752.468000', '170752.471000', '170752.474000', '170752.477000', '170752.480000', '170752.482000', '170752.485000', '170752.488000', '170752.491000', '170752.493000', '170752.496000', '170752.499000', '170752.502000', '170752.505000', '170752.508000', '170752.510000', '170752.513000', '170752.516000', '170752.519000', '170752.522000', '170752.524000', '170752.527000', '170752.530000', '170752.533000', '170812.412000', '170812.415000', '170812.418000', '170812.421000', '170812.423000', '170812.426000', '170812.429000', '170812.432000', '170812.435000', '170812.438000', '170812.440000', '170812.443000', '170812.446000', '170812.449000', '170812.452000', '170812.454000', '170812.457000', '170812.460000', '170812.463000', '170812.466000', '170812.469000', '170812.471000', '170812.474000', '170812.477000', '170812.480000', '170812.483000', '170812.486000', '170812.488000', '170812.491000', '170812.494000', '170812.497000', '170812.500000', '170812.503000', '170812.505000', '170812.508000', '170812.511000', '170812.514000', '170812.517000', '170812.520000', '170812.524000', '170812.527000', '170812.530000', '170812.533000', '170832.412000', '170832.415000', '170832.418000', '170832.420000', '170832.423000', '170832.426000', '170832.429000', '170832.432000', '170832.435000', '170832.437000', '170832.440000', '170832.443000', '170832.446000', '170832.449000', '170832.451000', '170832.454000', '170832.457000', '170832.460000', '170832.463000', '170832.466000', '170832.468000', '170832.471000', '170832.474000', '170832.477000', '170832.480000', '170832.482000', '170832.485000', '170832.488000', '170832.491000', '170832.494000', '170832.497000', '170832.499000', '170832.502000', '170832.505000', '170832.508000', '170832.511000', '170832.514000', '170832.516000', '170832.519000', '170832.522000', '170832.525000', '170832.528000', '170832.530000', '170832.533000', '170852.412000', '170852.415000', '170852.418000', '170852.420000', '170852.423000', '170852.426000', '170852.429000', '170852.432000', '170852.435000', '170852.437000', '170852.440000', '170852.443000', '170852.446000', '170852.449000', '170852.452000', '170852.454000', '170852.457000', '170852.460000', '170852.463000', '170852.466000', '170852.469000', '170852.472000', '170852.475000', '170852.478000', '170852.481000', '170852.484000', '170852.487000', '170852.489000', '170852.492000', '170852.495000', '170852.498000', '170852.501000', '170852.504000', '170852.506000', '170852.509000', '170852.512000', '170852.515000', '170852.518000', '170852.521000', '170852.523000', '170852.527000', '170852.532000', '170852.535000', '170912.413000', '170912.416000', '170912.419000', '170912.421000', '170912.424000', '170912.427000', '170912.430000', '170912.433000', '170912.436000', '170912.439000', '170912.442000', '170912.445000', '170912.447000', '170912.450000', '170912.453000', '170912.456000', '170912.459000', '170912.462000', '170912.464000', '170912.467000', '170912.470000', '170912.473000', '170912.476000', '170912.478000', '170912.481000', '170912.484000', '170912.487000', '170912.490000', '170912.493000', '170912.496000', '170912.498000', '170912.501000', '170912.504000', '170912.507000', '170912.510000', '170912.512000', '170912.515000', '170912.518000', '170912.521000', '170912.524000', '170912.526000', '170912.529000', '170912.532000', '170912.535000', '170932.412000', '170932.415000', '170932.418000', '170932.421000', '170932.423000', '170932.426000', '170932.429000', '170932.432000', '170932.435000', '170932.438000', '170932.440000', '170932.443000', '170932.446000', '170932.449000', '170932.452000', '170932.455000', '170932.457000', '170932.460000', '170932.463000', '170932.466000', '170932.469000', '170932.471000', '170932.474000', '170932.477000', '170932.480000', '170932.483000', '170932.486000', '170932.489000', '170932.492000', '170932.494000', '170932.497000', '170932.500000', '170932.503000', '170932.506000', '170932.509000', '170932.511000', '170932.514000', '170932.517000', '170932.520000', '170932.522000', '170932.525000', '170932.528000', '170932.531000', '170952.412000', '170952.415000', '170952.418000', '170952.421000', '170952.423000', '170952.426000', '170952.429000', '170952.432000', '170952.435000', '170952.438000', '170952.441000', '170952.443000', '170952.446000', '170952.449000', '170952.452000', '170952.455000', '170952.458000', '170952.460000', '170952.463000', '170952.466000', '170952.469000', '170952.472000', '170952.475000', '170952.478000', '170952.480000', '170952.483000', '170952.486000', '170952.489000', '170952.492000', '170952.495000', '170952.497000', '170952.500000', '170952.503000', '170952.506000', '170952.509000', '170952.511000', '170952.514000', '170952.517000', '170952.520000', '170952.522000', '170952.525000', '170952.528000', '170952.531000', '170952.534000', '171012.412000', '171012.415000', '171012.418000', '171012.421000', '171012.423000', '171012.426000', '171012.429000', '171012.432000', '171012.435000', '171012.437000', '171012.440000', '171012.443000', '171012.447000', '171012.450000', '171012.452000', '171012.455000', '171012.458000', '171012.461000', '171012.464000', '171012.467000', '171012.470000', '171012.472000', '171012.475000', '171012.478000', '171012.481000', '171012.484000', '171012.486000', '171012.489000', '171012.492000', '171012.495000', '171012.498000', '171012.501000', '171012.503000', '171012.506000', '171012.510000', '171012.513000', '171012.516000', '171012.519000', '171012.522000', '171012.524000', '171012.546000', '171012.549000', '171012.552000', '171031.035000', '171031.039000', '171031.041000', '171031.044000', '171031.047000', '171031.050000', '171031.053000', '171031.056000', '171031.059000', '171031.062000', '171031.065000', '171031.067000', '171031.070000', '171031.073000', '171031.076000', '171031.079000', '171031.082000', '171031.084000', '171031.087000', '171031.090000', '171031.093000', '171031.096000', '171031.098000', '171031.101000', '171031.104000', '171031.107000', '171031.110000', '171031.112000', '171031.115000', '171031.118000', '171031.121000', '171031.124000', '171031.126000', '171031.129000', '171031.132000', '171031.135000', '171031.138000', '171031.140000', '171031.143000', '171031.146000', '171031.149000'], 'InstanceCreationTime': ['170232.441000', '170232.445000', '170232.448000', '170232.451000', '170232.454000', '170232.457000', '170232.460000', '170232.463000', '170232.466000', '170232.477000', '170232.480000', '170232.483000', '170232.486000', '170232.489000', '170232.492000', '170232.495000', '170232.498000', '170232.501000', '170232.504000', '170232.507000', '170232.510000', '170232.513000', '170232.524000', '170232.527000', '170252.412000', '170252.415000', '170252.418000', '170252.421000', '170252.424000', '170252.427000', '170252.430000', '170252.433000', '170252.436000', '170252.439000', '170252.449000', '170252.452000', '170252.454000', '170252.457000', '170252.460000', '170252.464000', '170252.467000', '170252.478000', '170252.481000', '170252.484000', '170252.487000', '170252.490000', '170252.493000', '170252.496000', '170252.499000', '170252.502000', '170252.505000', '170252.508000', '170252.511000', '170252.514000', '170252.517000', '170252.520000', '170252.523000', '170252.526000', '170252.528000', '170252.531000', '170252.534000', '170252.537000', '170252.540000', '170252.543000', '170252.546000', '170252.549000', '170252.552000', '170252.555000', '170312.412000', '170312.415000', '170312.417000', '170312.420000', '170312.423000', '170312.426000', '170312.429000', '170312.431000', '170312.434000', '170312.437000', '170312.440000', '170312.443000', '170312.445000', '170312.448000', '170312.451000', '170312.454000', '170312.457000', '170312.459000', '170312.462000', '170312.465000', '170312.468000', '170312.471000', '170312.473000', '170312.476000', '170312.479000', '170312.482000', '170312.485000', '170312.487000', '170312.490000', '170312.493000', '170312.496000', '170312.498000', '170312.501000', '170312.504000', '170312.507000', '170312.510000', '170312.512000', '170312.515000', '170312.518000', '170312.521000', '170312.524000', '170312.526000', '170312.534000', '170332.412000', '170332.415000', '170332.417000', '170332.420000', '170332.423000', '170332.426000', '170332.429000', '170332.432000', '170332.434000', '170332.437000', '170332.440000', '170332.443000', '170332.446000', '170332.448000', '170332.451000', '170332.454000', '170332.457000', '170332.460000', '170332.463000', '170332.465000', '170332.468000', '170332.471000', '170332.474000', '170332.477000', '170332.479000', '170332.482000', '170332.485000', '170332.488000', '170332.491000', '170332.494000', '170332.496000', '170332.499000', '170332.502000', '170332.505000', '170332.508000', '170332.510000', '170332.513000', '170332.516000', '170332.519000', '170332.522000', '170332.524000', '170332.527000', '170332.530000', '170332.533000', '170352.412000', '170352.415000', '170352.418000', '170352.420000', '170352.423000', '170352.426000', '170352.429000', '170352.432000', '170352.435000', '170352.437000', '170352.440000', '170352.443000', '170352.446000', '170352.449000', '170352.452000', '170352.454000', '170352.457000', '170352.460000', '170352.463000', '170352.466000', '170352.468000', '170352.471000', '170352.474000', '170352.477000', '170352.480000', '170352.483000', '170352.485000', '170352.488000', '170352.491000', '170352.494000', '170352.497000', '170352.499000', '170352.502000', '170352.505000', '170352.508000', '170352.511000', '170352.514000', '170352.516000', '170352.519000', '170352.522000', '170352.525000', '170352.528000', '170352.531000', '170412.412000', '170412.415000', '170412.417000', '170412.420000', '170412.423000', '170412.426000', '170412.429000', '170412.432000', '170412.434000', '170412.437000', '170412.440000', '170412.443000', '170412.446000', '170412.449000', '170412.451000', '170412.454000', '170412.457000', '170412.460000', '170412.463000', '170412.465000', '170412.468000', '170412.471000', '170412.474000', '170412.477000', '170412.480000', '170412.482000', '170412.485000', '170412.488000', '170412.491000', '170412.494000', '170412.497000', '170412.499000', '170412.502000', '170412.505000', '170412.508000', '170412.511000', '170412.513000', '170412.516000', '170412.519000', '170412.522000', '170412.525000', '170412.528000', '170412.530000', '170412.533000', '170432.413000', '170432.416000', '170432.419000', '170432.421000', '170432.424000', '170432.427000', '170432.430000', '170432.433000', '170432.436000', '170432.438000', '170432.441000', '170432.444000', '170432.447000', '170432.450000', '170432.453000', '170432.456000', '170432.458000', '170432.461000', '170432.464000', '170432.467000', '170432.470000', '170432.473000', '170432.475000', '170432.478000', '170432.481000', '170432.484000', '170432.503000', '170432.506000', '170432.509000', '170432.512000', '170432.515000', '170432.517000', '170432.520000', '170432.523000', '170432.526000', '170432.529000', '170432.531000', '170432.534000', '170432.537000', '170432.540000', '170432.543000', '170432.545000', '170432.548000', '170452.412000', '170452.418000', '170452.421000', '170452.423000', '170452.426000', '170452.429000', '170452.432000', '170452.435000', '170452.438000', '170452.441000', '170452.443000', '170452.446000', '170452.449000', '170452.452000', '170452.455000', '170452.458000', '170452.460000', '170452.463000', '170452.466000', '170452.469000', '170452.472000', '170452.474000', '170452.477000', '170452.480000', '170452.483000', '170452.486000', '170452.489000', '170452.491000', '170452.494000', '170452.497000', '170452.500000', '170452.503000', '170452.506000', '170452.508000', '170452.511000', '170452.514000', '170452.517000', '170452.520000', '170452.522000', '170452.525000', '170452.528000', '170452.531000', '170452.534000', '170512.412000', '170512.415000', '170512.418000', '170512.421000', '170512.423000', '170512.426000', '170512.429000', '170512.432000', '170512.435000', '170512.438000', '170512.440000', '170512.443000', '170512.446000', '170512.449000', '170512.452000', '170512.455000', '170512.457000', '170512.460000', '170512.463000', '170512.466000', '170512.469000', '170512.472000', '170512.474000', '170512.477000', '170512.480000', '170512.483000', '170512.486000', '170512.489000', '170512.491000', '170512.494000', '170512.497000', '170512.500000', '170512.503000', '170512.506000', '170512.508000', '170512.511000', '170512.514000', '170512.517000', '170512.520000', '170512.522000', '170512.525000', '170512.528000', '170512.531000', '170512.534000', '170532.412000', '170532.415000', '170532.418000', '170532.420000', '170532.423000', '170532.426000', '170532.429000', '170532.432000', '170532.434000', '170532.438000', '170532.441000', '170532.445000', '170532.448000', '170532.451000', '170532.454000', '170532.457000', '170532.460000', '170532.462000', '170532.465000', '170532.468000', '170532.471000', '170532.474000', '170532.476000', '170532.479000', '170532.482000', '170532.485000', '170532.488000', '170532.491000', '170532.493000', '170532.496000', '170532.499000', '170532.502000', '170532.505000', '170532.508000', '170532.510000', '170532.513000', '170532.516000', '170532.519000', '170532.522000', '170532.525000', '170532.527000', '170532.530000', '170532.533000', '170552.412000', '170552.415000', '170552.418000', '170552.420000', '170552.423000', '170552.426000', '170552.429000', '170552.432000', '170552.434000', '170552.437000', '170552.440000', '170552.443000', '170552.446000', '170552.449000', '170552.451000', '170552.454000', '170552.457000', '170552.460000', '170552.463000', '170552.466000', '170552.468000', '170552.471000', '170552.474000', '170552.477000', '170552.480000', '170552.483000', '170552.486000', '170552.488000', '170552.491000', '170552.494000', '170552.497000', '170552.500000', '170552.502000', '170552.505000', '170552.508000', '170552.511000', '170552.514000', '170552.516000', '170552.519000', '170552.522000', '170552.525000', '170552.528000', '170552.531000', '170552.533000', '170612.412000', '170612.415000', '170612.418000', '170612.421000', '170612.423000', '170612.426000', '170612.429000', '170612.432000', '170612.447000', '170612.450000', '170612.453000', '170612.456000', '170612.459000', '170612.462000', '170612.465000', '170612.468000', '170612.471000', '170612.474000', '170612.477000', '170612.479000', '170612.482000', '170612.485000', '170612.488000', '170612.491000', '170612.494000', '170612.496000', '170612.499000', '170612.502000', '170612.505000', '170612.507000', '170612.510000', '170612.513000', '170612.516000', '170612.519000', '170612.522000', '170612.524000', '170612.527000', '170612.530000', '170612.533000', '170612.536000', '170612.538000', '170612.541000', '170612.544000', '170632.412000', '170632.415000', '170632.418000', '170632.420000', '170632.423000', '170632.426000', '170632.429000', '170632.432000', '170632.435000', '170632.437000', '170632.440000', '170632.443000', '170632.446000', '170632.453000', '170632.456000', '170632.459000', '170632.462000', '170632.464000', '170632.467000', '170632.470000', '170632.473000', '170632.476000', '170632.478000', '170632.481000', '170632.484000', '170632.487000', '170632.490000', '170632.492000', '170632.495000', '170632.498000', '170632.501000', '170632.504000', '170632.507000', '170632.509000', '170632.512000', '170632.515000', '170632.518000', '170632.521000', '170632.524000', '170632.526000', '170632.529000', '170632.532000', '170632.535000', '170632.538000', '170652.413000', '170652.416000', '170652.419000', '170652.422000', '170652.424000', '170652.427000', '170652.430000', '170652.433000', '170652.436000', '170652.439000', '170652.441000', '170652.444000', '170652.447000', '170652.450000', '170652.453000', '170652.455000', '170652.458000', '170652.461000', '170652.464000', '170652.467000', '170652.470000', '170652.473000', '170652.475000', '170652.478000', '170652.483000', '170652.487000', '170652.490000', '170652.493000', '170652.496000', '170652.499000', '170652.502000', '170652.505000', '170652.508000', '170652.510000', '170652.513000', '170652.516000', '170652.519000', '170652.522000', '170652.525000', '170652.528000', '170652.531000', '170652.533000', '170652.536000', '170712.412000', '170712.415000', '170712.418000', '170712.421000', '170712.423000', '170712.426000', '170712.429000', '170712.432000', '170712.435000', '170712.437000', '170712.440000', '170712.443000', '170712.446000', '170712.449000', '170712.452000', '170712.454000', '170712.457000', '170712.460000', '170712.463000', '170712.466000', '170712.469000', '170712.471000', '170712.474000', '170712.477000', '170712.480000', '170712.483000', '170712.485000', '170712.488000', '170712.491000', '170712.494000', '170712.497000', '170712.499000', '170712.502000', '170712.505000', '170712.508000', '170712.511000', '170712.514000', '170712.516000', '170712.519000', '170712.522000', '170712.525000', '170712.528000', '170712.530000', '170712.533000', '170732.412000', '170732.415000', '170732.418000', '170732.421000', '170732.424000', '170732.426000', '170732.429000', '170732.432000', '170732.436000', '170732.439000', '170732.442000', '170732.445000', '170732.448000', '170732.450000', '170732.453000', '170732.456000', '170732.459000', '170732.462000', '170732.465000', '170732.479000', '170732.482000', '170732.484000', '170732.487000', '170732.490000', '170732.493000', '170732.496000', '170732.499000', '170732.503000', '170732.506000', '170732.508000', '170732.511000', '170732.514000', '170732.517000', '170732.520000', '170732.523000', '170732.526000', '170732.528000', '170732.531000', '170732.534000', '170732.537000', '170732.540000', '170732.543000', '170732.545000', '170752.412000', '170752.415000', '170752.418000', '170752.421000', '170752.423000', '170752.426000', '170752.429000', '170752.432000', '170752.435000', '170752.437000', '170752.440000', '170752.443000', '170752.446000', '170752.449000', '170752.451000', '170752.454000', '170752.457000', '170752.460000', '170752.463000', '170752.466000', '170752.468000', '170752.471000', '170752.474000', '170752.477000', '170752.480000', '170752.482000', '170752.485000', '170752.488000', '170752.491000', '170752.493000', '170752.496000', '170752.499000', '170752.502000', '170752.505000', '170752.508000', '170752.510000', '170752.513000', '170752.516000', '170752.519000', '170752.522000', '170752.524000', '170752.527000', '170752.530000', '170752.533000', '170812.412000', '170812.415000', '170812.418000', '170812.421000', '170812.423000', '170812.426000', '170812.429000', '170812.432000', '170812.435000', '170812.438000', '170812.440000', '170812.443000', '170812.446000', '170812.449000', '170812.452000', '170812.454000', '170812.457000', '170812.460000', '170812.463000', '170812.466000', '170812.469000', '170812.471000', '170812.474000', '170812.477000', '170812.480000', '170812.483000', '170812.486000', '170812.488000', '170812.491000', '170812.494000', '170812.497000', '170812.500000', '170812.503000', '170812.505000', '170812.508000', '170812.511000', '170812.514000', '170812.517000', '170812.520000', '170812.524000', '170812.527000', '170812.530000', '170812.533000', '170832.412000', '170832.415000', '170832.418000', '170832.420000', '170832.423000', '170832.426000', '170832.429000', '170832.432000', '170832.435000', '170832.437000', '170832.440000', '170832.443000', '170832.446000', '170832.449000', '170832.451000', '170832.454000', '170832.457000', '170832.460000', '170832.463000', '170832.466000', '170832.468000', '170832.471000', '170832.474000', '170832.477000', '170832.480000', '170832.482000', '170832.485000', '170832.488000', '170832.491000', '170832.494000', '170832.497000', '170832.499000', '170832.502000', '170832.505000', '170832.508000', '170832.511000', '170832.514000', '170832.516000', '170832.519000', '170832.522000', '170832.525000', '170832.528000', '170832.530000', '170832.533000', '170852.412000', '170852.415000', '170852.418000', '170852.420000', '170852.423000', '170852.426000', '170852.429000', '170852.432000', '170852.435000', '170852.437000', '170852.440000', '170852.443000', '170852.446000', '170852.449000', '170852.452000', '170852.454000', '170852.457000', '170852.460000', '170852.463000', '170852.466000', '170852.469000', '170852.472000', '170852.475000', '170852.478000', '170852.481000', '170852.484000', '170852.487000', '170852.489000', '170852.492000', '170852.495000', '170852.498000', '170852.501000', '170852.504000', '170852.506000', '170852.509000', '170852.512000', '170852.515000', '170852.518000', '170852.521000', '170852.523000', '170852.527000', '170852.532000', '170852.535000', '170912.413000', '170912.416000', '170912.419000', '170912.421000', '170912.424000', '170912.427000', '170912.430000', '170912.433000', '170912.436000', '170912.439000', '170912.442000', '170912.445000', '170912.447000', '170912.450000', '170912.453000', '170912.456000', '170912.459000', '170912.462000', '170912.464000', '170912.467000', '170912.470000', '170912.473000', '170912.476000', '170912.478000', '170912.481000', '170912.484000', '170912.487000', '170912.490000', '170912.493000', '170912.496000', '170912.498000', '170912.501000', '170912.504000', '170912.507000', '170912.510000', '170912.512000', '170912.515000', '170912.518000', '170912.521000', '170912.524000', '170912.526000', '170912.529000', '170912.532000', '170912.535000', '170932.412000', '170932.415000', '170932.418000', '170932.421000', '170932.423000', '170932.426000', '170932.429000', '170932.432000', '170932.435000', '170932.438000', '170932.440000', '170932.443000', '170932.446000', '170932.449000', '170932.452000', '170932.455000', '170932.457000', '170932.460000', '170932.463000', '170932.466000', '170932.469000', '170932.471000', '170932.474000', '170932.477000', '170932.480000', '170932.483000', '170932.486000', '170932.489000', '170932.492000', '170932.494000', '170932.497000', '170932.500000', '170932.503000', '170932.506000', '170932.509000', '170932.511000', '170932.514000', '170932.517000', '170932.520000', '170932.522000', '170932.525000', '170932.528000', '170932.531000', '170952.412000', '170952.415000', '170952.418000', '170952.421000', '170952.423000', '170952.426000', '170952.429000', '170952.432000', '170952.435000', '170952.438000', '170952.441000', '170952.443000', '170952.446000', '170952.449000', '170952.452000', '170952.455000', '170952.458000', '170952.460000', '170952.463000', '170952.466000', '170952.469000', '170952.472000', '170952.475000', '170952.478000', '170952.480000', '170952.483000', '170952.486000', '170952.489000', '170952.492000', '170952.495000', '170952.497000', '170952.500000', '170952.503000', '170952.506000', '170952.509000', '170952.511000', '170952.514000', '170952.517000', '170952.520000', '170952.522000', '170952.525000', '170952.528000', '170952.531000', '170952.534000', '171012.412000', '171012.415000', '171012.418000', '171012.421000', '171012.423000', '171012.426000', '171012.429000', '171012.432000', '171012.435000', '171012.437000', '171012.440000', '171012.443000', '171012.447000', '171012.450000', '171012.452000', '171012.455000', '171012.458000', '171012.461000', '171012.464000', '171012.467000', '171012.470000', '171012.472000', '171012.475000', '171012.478000', '171012.481000', '171012.484000', '171012.486000', '171012.489000', '171012.492000', '171012.495000', '171012.498000', '171012.501000', '171012.503000', '171012.506000', '171012.510000', '171012.513000', '171012.516000', '171012.519000', '171012.522000', '171012.524000', '171012.546000', '171012.549000', '171012.552000', '171031.035000', '171031.039000', '171031.041000', '171031.044000', '171031.047000', '171031.050000', '171031.053000', '171031.056000', '171031.059000', '171031.062000', '171031.065000', '171031.067000', '171031.070000', '171031.073000', '171031.076000', '171031.079000', '171031.082000', '171031.084000', '171031.087000', '171031.090000', '171031.093000', '171031.096000', '171031.098000', '171031.101000', '171031.104000', '171031.107000', '171031.110000', '171031.112000', '171031.115000', '171031.118000', '171031.121000', '171031.124000', '171031.126000', '171031.129000', '171031.132000', '171031.135000', '171031.138000', '171031.140000', '171031.143000', '171031.146000', '171031.149000'], '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': [8423, 11858, 8038, 11994, 8537, 12219, 9194, 11756, 8110, 11863, 8094, 8414, 11555, 8130, 8839, 7687, 12696, 7740, 12962, 9576, 12222, 8864, 11590, 7670, 10445, 10025, 7643, 7776, 7679, 11989, 8187, 13615, 9991, 13065, 9408, 12312, 7857, 10861, 8243, 8459, 10208, 7803, 11266, 7839, 15425, 10174, 13011, 8464, 8232, 7545, 7981, 16671, 10094, 13442, 7982, 9918, 7652, 8814, 8639, 7839, 16031, 9521, 11171, 7670, 9679, 8378, 7770, 16548, 9833, 13014, 8508, 12332, 10220, 7976, 16479, 9665, 11482, 7803, 8605, 15825, 9565, 12572, 7950, 9035, 7751, 7855, 15733, 9919, 12796, 8850, 12034, 7747, 11343, 17726, 10181, 14255, 10785, 11751, 7841, 11044, 8329, 7890, 15555, 9719, 13636, 8083, 12862, 9485, 7711, 17352, 9807, 13016, 8402, 11859, 9197, 7711, 16190, 9534, 11097, 7756, 9608, 11926, 8478, 12915, 9319, 12046, 7902, 11861, 8458, 12076, 9596, 12162, 9003, 13079, 9511, 16265, 11126, 14177, 7923, 8899, 17200, 9283, 15150, 9287, 13397, 8800, 11318, 8160, 7796, 12625, 8621, 12149, 7682, 12368, 7673, 7842, 12760, 7718, 12345, 8979, 11140, 7563, 9606, 15473, 9961, 11737, 8606, 11261, 9524, 7957, 14495, 8529, 7837, 15962, 9159, 10698, 7696, 10044, 7686, 9472, 7592, 9975, 7607, 8661, 14869, 9806, 14832, 11030, 13879, 8520, 12847, 18724, 13796, 14256, 10423, 12760, 8034, 8666, 17763, 10697, 9019, 15799, 8241, 10461, 7923, 9113, 7817, 8696, 7703, 7809, 10083, 7975, 12769, 8861, 11745, 8831, 12398, 8143, 11906, 16786, 9489, 12567, 8550, 12959, 9117, 15763, 10126, 13707, 9974, 10466, 7690, 7847, 7939, 8585, 7908, 12715, 8722, 13499, 9493, 11792, 8885, 17215, 11067, 16221, 9117, 11457, 7823, 11583, 7529, 11237, 7605, 10197, 7739, 9019, 8112, 8599, 7784, 8909, 7902, 10390, 16831, 9819, 13841, 9914, 13033, 7816, 12795, 8912, 12251, 8394, 8674, 8421, 7974, 16538, 10123, 13093, 8392, 12047, 7657, 9809, 12743, 8519, 16791, 10061, 12540, 8742, 12425, 8232, 7840, 16166, 9970, 13499, 7938, 12346, 7895, 11022, 8775, 7918, 7827, 7842, 15910, 9224, 11644, 8269, 7959, 10212, 7656, 15045, 9245, 13286, 9444, 13207, 8817, 12996, 8762, 12300, 9689, 12368, 9082, 12461, 9801, 12325, 9570, 12239, 8666, 12520, 9446, 12299, 9601, 12741, 9322, 12195, 9417, 12003, 8227, 11321, 7681, 10960, 14614, 9177, 14647, 10147, 12049, 7939, 12625, 9029, 12103, 7912, 11246, 7870, 9242, 11315, 8119, 16026, 9652, 13453, 8934, 12348, 8742, 8196, 10060, 8091, 12701, 7705, 16009, 10208, 13076, 8432, 10858, 7972, 10285, 10979, 7992, 16475, 10011, 8784, 8193, 8637, 10122, 7989, 13151, 9981, 17145, 12271, 13996, 16640, 8966, 16554, 9539, 11648, 7935, 7911, 7548, 7517, 13325, 9339, 11765, 7832, 10075, 7725, 9894, 15592, 9983, 11600, 8111, 7617, 11053, 7611, 12905, 7654, 8649, 9429, 7609, 11821, 7797, 14152, 9647, 11538, 8945, 7771, 8944, 7897, 11847, 7770, 14656, 9868, 13179, 10021, 13178, 9053, 12735, 9782, 12691, 8527, 12841, 7891, 12164, 14523, 8507, 17201, 10189, 13527, 8059, 12364, 8281, 7778, 12475, 7584, 8667, 7881, 12376, 9480, 11811, 9085, 12092, 7845, 12114, 9201, 11966, 9707, 12682, 7985, 11739, 8376, 12097, 7743, 12096, 9884, 7795, 17064, 9328, 14412, 9776, 12725, 8124, 12484, 8431, 10839, 8067, 8565, 7731, 8130, 7882, 7931, 7793, 8415, 7566, 9181, 8086, 13360, 8162, 8696, 10421, 18337, 15990, 11780, 13668, 8189, 12712, 7927, 12826, 9249, 12150, 8617, 11182, 7633, 11041, 8520, 8106, 13190, 8778, 13061, 7993, 12014, 7688, 8739, 11422, 7855, 12610, 8458, 12468, 7863, 11887, 8613, 11308, 8020, 10038, 7840, 9663, 7822, 9063, 16237, 10015, 13652, 8604, 13778, 8557, 10737, 13707, 8639, 12021, 7946, 9933, 7911, 13271, 9729, 12475, 8340, 11255, 7740, 11627, 7743, 10533, 8314, 10430, 7715, 11781, 15676, 9462, 17519, 10701, 13035, 7667, 12646, 9670, 11260, 8494, 7856, 12173, 8367, 14306, 19306, 16507, 14107, 8039, 11780, 7741, 8015, 14718, 9445, 11788, 7980, 11499, 8213, 8789, 11339, 7839, 13253, 7702, 12090, 7841, 10134, 11356, 8503, 12670, 7803, 12349, 8773, 11639, 7729, 9923, 7727, 8106, 11471, 8171, 15888, 9382, 11945, 7872, 10596, 10152, 7845, 16524, 9673, 12283, 8000, 11105, 7799, 8706, 16249, 9174, 14155, 9460, 12363, 7640, 10735, 10274, 7782, 15841, 9619, 12138, 7925, 10520, 7573, 7890, 14094, 9195, 12615, 8940, 12128, 7893, 7848, 15852, 9449, 12755, 8128, 11670, 7907, 10397, 9858, 7637, 11255, 7862, 14492, 9650, 11662, 8035, 7759, 7678, 7679, 14966, 9482, 12456, 7808, 10919, 7865, 9515, 9254, 7584, 15367, 9541, 12287, 7717, 11809, 9177, 12161, 8420, 12322, 9544, 12839, 12548, 10459, 12511, 7749, 16288, 9548, 12482, 7911, 11146, 7727, 9375, 9978, 7832, 13133, 9233, 13273, 7966, 12333, 8021, 10195, 10517, 7982, 10551, 7689, 15568, 9379, 12177, 8442, 8037, 7851, 8000, 16308, 9619, 12824, 9049, 11868, 7822, 12161, 7863, 8812, 10555, 7776, 16414, 9819, 13249, 8069, 13446, 8382, 8126, 12950, 8269, 11613, 7672, 13671, 7868, 12246, 8346, 11485, 7940, 10090, 7727, 11300, 11240, 7906, 16643, 9911, 13662, 9654, 13034, 9633, 11685, 8249, 8030, 9670, 8252, 7677, 8218, 17867, 9884, 13974, 8806, 11636, 8143, 9268, 7807, 9049, 12170, 8456, 16612, 9398, 13280, 9087, 11149, 8316, 12043, 7469, 8054, 9721, 8549, 11725, 18442, 15211, 13603, 8807, 13883, 9122, 11270, 7923, 9542, 7992, 10875, 7505, 9136, 8512, 7583, 9631, 7949, 7894, 7612, 11035, 7911, 14507, 10095, 13219, 8633, 13440, 8971, 13273, 10257, 12944, 9630, 12977, 8427, 12648, 9925, 12161, 9312, 12639, 8715, 11989, 7921, 9818, 7790, 10387, 7869, 10274, 11386, 8012, 15286, 9684, 11216, 7658, 12632, 8046, 12894, 9328, 11287, 8146, 8783, 7988, 9304, 11465, 8005, 13440, 9778, 13314, 9859, 14895, 10285, 15932, 9423, 17910, 10545, 16306, 11838, 14591, 8763, 13181, 9921, 12385, 8809, 12112, 8529, 11383, 7688, 9241, 7808, 8371, 9195, 7844, 11106, 7852, 15217, 9598, 12273, 8796, 11612, 7626, 10269, 10081, 7751, 16077, 9775, 12553, 8234, 12206, 8154, 9843, 7835, 10043, 7950, 10699, 7764, 10131, 10185, 8256, 7942, 8988, 8797, 9363, 7890, 12209, 8999, 14892, 9821, 13267, 9613, 18221, 17013, 11977, 8940, 7984, 10019, 7771, 11888, 8385, 7808, 8185, 7716, 8405, 14330, 9052, 12625, 8063, 14469, 9849, 12843, 7973, 10712, 7808, 9058, 7792, 7973, 12413, 8449, 13941, 9857, 12811, 8010, 11900, 8311, 7701, 16416, 8957, 13735, 7934, 12277, 7957, 8390, 10763, 7736, 11509, 8153, 12679, 7910, 9225, 9930, 7904, 13744, 9352, 12670, 7866, 11920, 9025, 11523, 8549, 8813, 7850, 8219, 8743, 7672, 14765, 8745, 11660, 7758, 16875, 8677, 11632, 7961, 10105, 8104, 8559, 15447, 9336, 14246, 9938, 12765, 7797, 10526, 7734, 12099, 8972, 15225, 9428, 13942, 9850, 13294, 8125, 10768, 7998, 11917, 7813, 12584, 8971, 11957, 8846, 12542, 8112, 12050, 8051, 11469, 7742, 11594, 8233, 11838, 7998, 11959, 8851, 12194, 8635, 11495, 8496, 11707, 9185, 12664, 8735, 8115, 11244, 8080, 14062, 9721, 15687, 8965, 13208, 8685, 12388, 8111, 10628, 7577, 9371, 7888, 7872, 8802, 7571, 10167, 7870, 7998, 7934, 13572, 9142, 13006, 9794, 12303, 9353, 12737, 7688, 12393, 9378, 11810, 8474, 11418, 8144, 11500, 7757, 9598], 'WindowCenter': [4722.0, 4740.0, 4675.0, 4710.0, 4668.0, 4703.0, 4663.0, 4691.0, 4642.0, 4680.0, 4640.0, 4640.0, 4678.0, 4639.0, 4648.0, 4629.0, 4688.0, 4629.0, 4689.0, 4672.0, 4704.0, 4674.0, 4734.0, 4656.0, 4670.0, 4658.0, 4630.0, 4629.0, 4640.0, 4679.0, 4649.0, 4699.0, 4671.0, 4691.0, 4661.0, 4692.0, 4642.0, 4670.0, 4639.0, 4640.0, 4670.0, 4644.0, 4681.0, 4641.0, 4722.0, 4681.0, 4699.0, 4639.0, 4638.0, 4628.0, 4640.0, 4719.0, 4671.0, 4699.0, 4639.0, 4658.0, 4640.0, 4649.0, 4637.0, 4628.0, 4706.0, 4659.0, 4668.0, 4628.0, 4658.0, 4637.0, 4629.0, 4718.0, 4659.0, 4688.0, 4648.0, 4689.0, 4657.0, 4629.0, 4707.0, 4648.0, 4667.0, 4628.0, 4649.0, 4707.0, 4658.0, 4678.0, 4628.0, 4648.0, 4628.0, 4638.0, 4707.0, 4658.0, 4687.0, 4648.0, 4677.0, 4627.0, 4668.0, 4716.0, 4657.0, 4686.0, 4656.0, 4664.0, 4626.0, 4665.0, 4626.0, 4627.0, 4695.0, 4646.0, 4686.0, 4626.0, 4677.0, 4645.0, 4616.0, 4704.0, 4645.0, 4674.0, 4623.0, 4665.0, 4633.0, 4615.0, 4693.0, 4644.0, 4654.0, 4615.0, 4644.0, 4664.0, 4636.0, 4675.0, 4647.0, 4676.0, 4638.0, 4677.0, 4639.0, 4689.0, 4671.0, 4689.0, 4659.0, 4699.0, 4660.0, 4709.0, 4668.0, 4687.0, 4626.0, 4637.0, 4705.0, 4634.0, 4694.0, 4636.0, 4685.0, 4634.0, 4654.0, 4622.0, 4615.0, 4662.0, 4634.0, 4674.0, 4626.0, 4676.0, 4615.0, 4626.0, 4685.0, 4627.0, 4676.0, 4648.0, 4668.0, 4627.0, 4659.0, 4707.0, 4658.0, 4676.0, 4638.0, 4668.0, 4647.0, 4639.0, 4696.0, 4637.0, 4643.0, 4719.0, 4659.0, 4668.0, 4639.0, 4658.0, 4638.0, 4672.0, 4641.0, 4683.0, 4643.0, 4664.0, 4722.0, 4683.0, 4711.0, 4682.0, 4700.0, 4651.0, 4691.0, 4729.0, 4687.0, 4695.0, 4668.0, 4676.0, 4627.0, 4635.0, 4717.0, 4654.0, 4635.0, 4681.0, 4624.0, 4642.0, 4625.0, 4634.0, 4627.0, 4648.0, 4627.0, 4640.0, 4669.0, 4642.0, 4690.0, 4651.0, 4680.0, 4662.0, 4689.0, 4642.0, 4691.0, 4718.0, 4658.0, 4688.0, 4650.0, 4688.0, 4650.0, 4707.0, 4667.0, 4697.0, 4657.0, 4655.0, 4628.0, 4627.0, 4626.0, 4637.0, 4628.0, 4687.0, 4649.0, 4697.0, 4673.0, 4704.0, 4663.0, 4719.0, 4668.0, 4707.0, 4635.0, 4664.0, 4615.0, 4662.0, 4615.0, 4665.0, 4627.0, 4656.0, 4627.0, 4648.0, 4626.0, 4638.0, 4629.0, 4648.0, 4639.0, 4670.0, 4718.0, 4659.0, 4697.0, 4659.0, 4686.0, 4630.0, 4685.0, 4649.0, 4678.0, 4638.0, 4650.0, 4639.0, 4641.0, 4717.0, 4669.0, 4688.0, 4639.0, 4679.0, 4628.0, 4658.0, 4677.0, 4638.0, 4706.0, 4658.0, 4677.0, 4638.0, 4678.0, 4637.0, 4628.0, 4706.0, 4657.0, 4686.0, 4627.0, 4687.0, 4638.0, 4668.0, 4636.0, 4628.0, 4626.0, 4639.0, 4707.0, 4648.0, 4677.0, 4637.0, 4628.0, 4656.0, 4628.0, 4697.0, 4648.0, 4686.0, 4658.0, 4687.0, 4650.0, 4698.0, 4651.0, 4689.0, 4661.0, 4690.0, 4664.0, 4701.0, 4672.0, 4691.0, 4661.0, 4677.0, 4650.0, 4689.0, 4661.0, 4690.0, 4672.0, 4701.0, 4673.0, 4691.0, 4663.0, 4691.0, 4641.0, 4679.0, 4641.0, 4681.0, 4708.0, 4660.0, 4708.0, 4670.0, 4678.0, 4640.0, 4688.0, 4650.0, 4690.0, 4642.0, 4679.0, 4640.0, 4660.0, 4679.0, 4641.0, 4709.0, 4660.0, 4689.0, 4649.0, 4677.0, 4639.0, 4639.0, 4657.0, 4628.0, 4689.0, 4630.0, 4705.0, 4658.0, 4687.0, 4639.0, 4667.0, 4637.0, 4670.0, 4668.0, 4637.0, 4719.0, 4659.0, 4638.0, 4638.0, 4652.0, 4671.0, 4642.0, 4699.0, 4671.0, 4730.0, 4677.0, 4688.0, 4694.0, 4636.0, 4694.0, 4634.0, 4654.0, 4614.0, 4613.0, 4614.0, 4616.0, 4673.0, 4645.0, 4663.0, 4616.0, 4646.0, 4628.0, 4659.0, 4706.0, 4657.0, 4667.0, 4627.0, 4628.0, 4666.0, 4629.0, 4688.0, 4628.0, 4638.0, 4646.0, 4629.0, 4678.0, 4630.0, 4699.0, 4658.0, 4678.0, 4649.0, 4630.0, 4648.0, 4638.0, 4677.0, 4629.0, 4708.0, 4660.0, 4689.0, 4670.0, 4689.0, 4650.0, 4689.0, 4670.0, 4690.0, 4649.0, 4689.0, 4638.0, 4688.0, 4697.0, 4637.0, 4707.0, 4657.0, 4687.0, 4628.0, 4677.0, 4626.0, 4627.0, 4674.0, 4627.0, 4635.0, 4639.0, 4687.0, 4671.0, 4703.0, 4660.0, 4689.0, 4639.0, 4700.0, 4659.0, 4679.0, 4660.0, 4691.0, 4640.0, 4679.0, 4639.0, 4676.0, 4628.0, 4678.0, 4646.0, 4617.0, 4705.0, 4647.0, 4686.0, 4657.0, 4676.0, 4628.0, 4677.0, 4637.0, 4667.0, 4627.0, 4637.0, 4627.0, 4628.0, 4637.0, 4639.0, 4629.0, 4650.0, 4631.0, 4660.0, 4653.0, 4711.0, 4653.0, 4663.0, 4684.0, 4731.0, 4709.0, 4678.0, 4685.0, 4627.0, 4674.0, 4626.0, 4675.0, 4646.0, 4675.0, 4637.0, 4666.0, 4628.0, 4668.0, 4637.0, 4629.0, 4686.0, 4638.0, 4685.0, 4628.0, 4677.0, 4627.0, 4638.0, 4667.0, 4640.0, 4688.0, 4639.0, 4689.0, 4639.0, 4680.0, 4650.0, 4681.0, 4641.0, 4661.0, 4642.0, 4661.0, 4642.0, 4663.0, 4721.0, 4672.0, 4700.0, 4650.0, 4700.0, 4650.0, 4669.0, 4688.0, 4640.0, 4677.0, 4638.0, 4658.0, 4638.0, 4698.0, 4661.0, 4690.0, 4651.0, 4680.0, 4640.0, 4691.0, 4630.0, 4681.0, 4651.0, 4671.0, 4641.0, 4692.0, 4717.0, 4671.0, 4716.0, 4669.0, 4690.0, 4641.0, 4689.0, 4662.0, 4680.0, 4650.0, 4640.0, 4689.0, 4640.0, 4712.0, 4720.0, 4708.0, 4686.0, 4625.0, 4665.0, 4615.0, 4626.0, 4684.0, 4645.0, 4664.0, 4627.0, 4666.0, 4626.0, 4637.0, 4666.0, 4626.0, 4687.0, 4629.0, 4678.0, 4629.0, 4659.0, 4668.0, 4640.0, 4686.0, 4627.0, 4679.0, 4647.0, 4678.0, 4630.0, 4660.0, 4630.0, 4641.0, 4681.0, 4652.0, 4707.0, 4660.0, 4680.0, 4640.0, 4669.0, 4657.0, 4640.0, 4716.0, 4660.0, 4679.0, 4627.0, 4668.0, 4628.0, 4650.0, 4708.0, 4648.0, 4687.0, 4647.0, 4678.0, 4628.0, 4667.0, 4657.0, 4628.0, 4695.0, 4648.0, 4677.0, 4626.0, 4657.0, 4626.0, 4628.0, 4696.0, 4648.0, 4678.0, 4646.0, 4678.0, 4628.0, 4639.0, 4708.0, 4647.0, 4677.0, 4628.0, 4668.0, 4628.0, 4659.0, 4658.0, 4628.0, 4668.0, 4638.0, 4698.0, 4659.0, 4679.0, 4629.0, 4629.0, 4628.0, 4630.0, 4698.0, 4660.0, 4678.0, 4628.0, 4668.0, 4628.0, 4657.0, 4648.0, 4641.0, 4708.0, 4661.0, 4679.0, 4631.0, 4679.0, 4658.0, 4690.0, 4652.0, 4691.0, 4672.0, 4703.0, 4689.0, 4669.0, 4679.0, 4629.0, 4707.0, 4648.0, 4678.0, 4628.0, 4668.0, 4629.0, 4647.0, 4658.0, 4630.0, 4688.0, 4649.0, 4687.0, 4640.0, 4689.0, 4640.0, 4670.0, 4668.0, 4641.0, 4670.0, 4631.0, 4708.0, 4660.0, 4680.0, 4639.0, 4629.0, 4629.0, 4640.0, 4709.0, 4657.0, 4687.0, 4649.0, 4678.0, 4637.0, 4690.0, 4638.0, 4649.0, 4670.0, 4642.0, 4721.0, 4660.0, 4700.0, 4640.0, 4700.0, 4636.0, 4628.0, 4676.0, 4625.0, 4664.0, 4627.0, 4697.0, 4638.0, 4675.0, 4636.0, 4678.0, 4627.0, 4669.0, 4630.0, 4679.0, 4668.0, 4639.0, 4718.0, 4659.0, 4698.0, 4659.0, 4687.0, 4658.0, 4678.0, 4637.0, 4627.0, 4647.0, 4639.0, 4616.0, 4639.0, 4717.0, 4657.0, 4684.0, 4648.0, 4676.0, 4626.0, 4647.0, 4628.0, 4647.0, 4677.0, 4637.0, 4705.0, 4646.0, 4685.0, 4648.0, 4666.0, 4636.0, 4677.0, 4627.0, 4638.0, 4659.0, 4649.0, 4690.0, 4719.0, 4696.0, 4687.0, 4637.0, 4686.0, 4635.0, 4655.0, 4626.0, 4644.0, 4624.0, 4666.0, 4618.0, 4645.0, 4637.0, 4627.0, 4657.0, 4637.0, 4638.0, 4637.0, 4667.0, 4639.0, 4696.0, 4668.0, 4689.0, 4650.0, 4688.0, 4648.0, 4687.0, 4670.0, 4688.0, 4659.0, 4689.0, 4640.0, 4688.0, 4660.0, 4679.0, 4660.0, 4679.0, 4650.0, 4679.0, 4627.0, 4659.0, 4629.0, 4659.0, 4639.0, 4659.0, 4668.0, 4640.0, 4708.0, 4647.0, 4668.0, 4641.0, 4689.0, 4638.0, 4688.0, 4650.0, 4680.0, 4641.0, 4650.0, 4641.0, 4661.0, 4680.0, 4642.0, 4700.0, 4672.0, 4701.0, 4673.0, 4711.0, 4671.0, 4710.0, 4659.0, 4718.0, 4670.0, 4706.0, 4677.0, 4696.0, 4637.0, 4675.0, 4646.0, 4676.0, 4637.0, 4665.0, 4638.0, 4665.0, 4618.0, 4647.0, 4629.0, 4638.0, 4648.0, 4630.0, 4667.0, 4641.0, 4699.0, 4660.0, 4679.0, 4640.0, 4669.0, 4629.0, 4658.0, 4658.0, 4630.0, 4707.0, 4659.0, 4678.0, 4639.0, 4679.0, 4629.0, 4659.0, 4630.0, 4659.0, 4641.0, 4668.0, 4645.0, 4687.0, 4673.0, 4653.0, 4641.0, 4663.0, 4652.0, 4661.0, 4642.0, 4692.0, 4665.0, 4722.0, 4673.0, 4700.0, 4673.0, 4733.0, 4710.0, 4667.0, 4636.0, 4626.0, 4645.0, 4629.0, 4666.0, 4628.0, 4618.0, 4627.0, 4627.0, 4638.0, 4699.0, 4648.0, 4677.0, 4629.0, 4697.0, 4648.0, 4677.0, 4627.0, 4656.0, 4616.0, 4636.0, 4627.0, 4628.0, 4678.0, 4639.0, 4697.0, 4659.0, 4678.0, 4630.0, 4680.0, 4628.0, 4629.0, 4706.0, 4638.0, 4687.0, 4627.0, 4668.0, 4627.0, 4628.0, 4657.0, 4628.0, 4667.0, 4628.0, 4678.0, 4628.0, 4648.0, 4646.0, 4630.0, 4688.0, 4649.0, 4686.0, 4640.0, 4679.0, 4649.0, 4679.0, 4639.0, 4640.0, 4629.0, 4640.0, 4639.0, 4628.0, 4698.0, 4639.0, 4668.0, 4630.0, 4709.0, 4637.0, 4667.0, 4628.0, 4655.0, 4628.0, 4638.0, 4695.0, 4647.0, 4686.0, 4658.0, 4677.0, 4629.0, 4667.0, 4630.0, 4687.0, 4651.0, 4710.0, 4649.0, 4696.0, 4659.0, 4688.0, 4627.0, 4657.0, 4628.0, 4667.0, 4629.0, 4677.0, 4648.0, 4677.0, 4649.0, 4677.0, 4628.0, 4676.0, 4628.0, 4667.0, 4630.0, 4667.0, 4637.0, 4677.0, 4628.0, 4675.0, 4649.0, 4680.0, 4650.0, 4678.0, 4640.0, 4680.0, 4660.0, 4688.0, 4651.0, 4638.0, 4679.0, 4642.0, 4701.0, 4660.0, 4709.0, 4650.0, 4688.0, 4638.0, 4678.0, 4628.0, 4658.0, 4618.0, 4646.0, 4626.0, 4626.0, 4636.0, 4629.0, 4658.0, 4629.0, 4640.0, 4641.0, 4699.0, 4651.0, 4688.0, 4660.0, 4679.0, 4661.0, 4690.0, 4632.0, 4690.0, 4662.0, 4682.0, 4642.0, 4681.0, 4641.0, 4681.0, 4630.0, 4660.0], 'WindowWidth': [10380.0, 10378.0, 10277.0, 10310.0, 10250.0, 10288.0, 10232.0, 10264.0, 10200.0, 10249.0, 10193.0, 10193.0, 10242.0, 10191.0, 10200.0, 10178.0, 10255.0, 10177.0, 10258.0, 10240.0, 10288.0, 10248.0, 10351.0, 10228.0, 10232.0, 10212.0, 10177.0, 10175.0, 10192.0, 10242.0, 10204.0, 10273.0, 10235.0, 10262.0, 10221.0, 10266.0, 10198.0, 10234.0, 10190.0, 10192.0, 10231.0, 10204.0, 10251.0, 10198.0, 10310.0, 10252.0, 10274.0, 10187.0, 10187.0, 10170.0, 10191.0, 10300.0, 10237.0, 10272.0, 10190.0, 10213.0, 10194.0, 10203.0, 10181.0, 10173.0, 10277.0, 10217.0, 10226.0, 10173.0, 10214.0, 10184.0, 10178.0, 10299.0, 10216.0, 10255.0, 10200.0, 10257.0, 10210.0, 10174.0, 10279.0, 10200.0, 10224.0, 10172.0, 10202.0, 10279.0, 10212.0, 10241.0, 10174.0, 10199.0, 10172.0, 10188.0, 10281.0, 10214.0, 10253.0, 10198.0, 10239.0, 10172.0, 10228.0, 10293.0, 10210.0, 10249.0, 10205.0, 10215.0, 10167.0, 10219.0, 10167.0, 10169.0, 10260.0, 10193.0, 10248.0, 10168.0, 10237.0, 10190.0, 10153.0, 10272.0, 10189.0, 10229.0, 10160.0, 10217.0, 10172.0, 10150.0, 10255.0, 10188.0, 10201.0, 10152.0, 10189.0, 10215.0, 10181.0, 10232.0, 10197.0, 10235.0, 10190.0, 10236.0, 10190.0, 10260.0, 10238.0, 10258.0, 10220.0, 10274.0, 10221.0, 10286.0, 10226.0, 10253.0, 10165.0, 10182.0, 10273.0, 10175.0, 10257.0, 10178.0, 10246.0, 10175.0, 10202.0, 10158.0, 10151.0, 10210.0, 10175.0, 10227.0, 10167.0, 10234.0, 10152.0, 10168.0, 10244.0, 10171.0, 10235.0, 10200.0, 10226.0, 10174.0, 10217.0, 10281.0, 10215.0, 10236.0, 10188.0, 10229.0, 10198.0, 10188.0, 10266.0, 10185.0, 10203.0, 10302.0, 10217.0, 10229.0, 10192.0, 10215.0, 10191.0, 10242.0, 10200.0, 10256.0, 10204.0, 10234.0, 10312.0, 10258.0, 10295.0, 10254.0, 10277.0, 10210.0, 10266.0, 10314.0, 10252.0, 10261.0, 10226.0, 10237.0, 10170.0, 10179.0, 10295.0, 10202.0, 10176.0, 10235.0, 10158.0, 10181.0, 10163.0, 10175.0, 10172.0, 10202.0, 10173.0, 10195.0, 10232.0, 10199.0, 10261.0, 10209.0, 10246.0, 10224.0, 10260.0, 10200.0, 10266.0, 10298.0, 10216.0, 10255.0, 10206.0, 10256.0, 10205.0, 10283.0, 10227.0, 10269.0, 10211.0, 10207.0, 10174.0, 10172.0, 10169.0, 10184.0, 10171.0, 10249.0, 10202.0, 10266.0, 10245.0, 10287.0, 10229.0, 10300.0, 10228.0, 10279.0, 10177.0, 10217.0, 10151.0, 10210.0, 10150.0, 10218.0, 10170.0, 10207.0, 10170.0, 10199.0, 10167.0, 10186.0, 10178.0, 10201.0, 10189.0, 10233.0, 10298.0, 10216.0, 10267.0, 10215.0, 10250.0, 10178.0, 10250.0, 10204.0, 10243.0, 10187.0, 10205.0, 10191.0, 10195.0, 10298.0, 10230.0, 10257.0, 10190.0, 10243.0, 10173.0, 10214.0, 10237.0, 10186.0, 10279.0, 10212.0, 10238.0, 10186.0, 10240.0, 10183.0, 10172.0, 10276.0, 10210.0, 10248.0, 10169.0, 10252.0, 10188.0, 10226.0, 10182.0, 10173.0, 10170.0, 10191.0, 10281.0, 10199.0, 10239.0, 10184.0, 10172.0, 10207.0, 10173.0, 10267.0, 10199.0, 10249.0, 10213.0, 10251.0, 10205.0, 10269.0, 10208.0, 10260.0, 10222.0, 10262.0, 10234.0, 10278.0, 10239.0, 10265.0, 10224.0, 10238.0, 10206.0, 10257.0, 10221.0, 10260.0, 10240.0, 10277.0, 10242.0, 10266.0, 10230.0, 10265.0, 10196.0, 10246.0, 10196.0, 10248.0, 10282.0, 10221.0, 10283.0, 10232.0, 10240.0, 10192.0, 10255.0, 10205.0, 10261.0, 10198.0, 10244.0, 10193.0, 10220.0, 10244.0, 10195.0, 10286.0, 10217.0, 10257.0, 10201.0, 10238.0, 10188.0, 10188.0, 10210.0, 10173.0, 10258.0, 10178.0, 10275.0, 10211.0, 10255.0, 10188.0, 10223.0, 10186.0, 10235.0, 10226.0, 10185.0, 10300.0, 10216.0, 10183.0, 10185.0, 10213.0, 10236.0, 10199.0, 10273.0, 10236.0, 10321.0, 10238.0, 10252.0, 10256.0, 10177.0, 10256.0, 10173.0, 10201.0, 10144.0, 10145.0, 10147.0, 10152.0, 10226.0, 10191.0, 10214.0, 10154.0, 10193.0, 10173.0, 10215.0, 10278.0, 10211.0, 10225.0, 10168.0, 10172.0, 10221.0, 10175.0, 10254.0, 10172.0, 10185.0, 10195.0, 10177.0, 10239.0, 10178.0, 10271.0, 10216.0, 10241.0, 10203.0, 10177.0, 10197.0, 10186.0, 10236.0, 10176.0, 10284.0, 10219.0, 10258.0, 10231.0, 10257.0, 10207.0, 10258.0, 10232.0, 10261.0, 10203.0, 10256.0, 10187.0, 10255.0, 10265.0, 10183.0, 10279.0, 10209.0, 10252.0, 10173.0, 10239.0, 10165.0, 10170.0, 10229.0, 10168.0, 10178.0, 10190.0, 10252.0, 10236.0, 10289.0, 10226.0, 10260.0, 10193.0, 10277.0, 10221.0, 10244.0, 10220.0, 10264.0, 10192.0, 10245.0, 10187.0, 10236.0, 10171.0, 10239.0, 10192.0, 10155.0, 10273.0, 10194.0, 10247.0, 10207.0, 10235.0, 10172.0, 10238.0, 10182.0, 10224.0, 10171.0, 10185.0, 10170.0, 10171.0, 10185.0, 10189.0, 10177.0, 10208.0, 10181.0, 10219.0, 10215.0, 10293.0, 10218.0, 10231.0, 10259.0, 10327.0, 10284.0, 10238.0, 10244.0, 10167.0, 10227.0, 10167.0, 10230.0, 10194.0, 10232.0, 10182.0, 10220.0, 10172.0, 10226.0, 10183.0, 10174.0, 10250.0, 10185.0, 10245.0, 10172.0, 10237.0, 10170.0, 10185.0, 10222.0, 10191.0, 10252.0, 10189.0, 10256.0, 10192.0, 10246.0, 10206.0, 10248.0, 10195.0, 10221.0, 10197.0, 10224.0, 10198.0, 10228.0, 10305.0, 10238.0, 10276.0, 10207.0, 10275.0, 10204.0, 10231.0, 10253.0, 10191.0, 10237.0, 10187.0, 10214.0, 10190.0, 10270.0, 10221.0, 10262.0, 10209.0, 10248.0, 10195.0, 10262.0, 10181.0, 10250.0, 10210.0, 10235.0, 10196.0, 10265.0, 10296.0, 10238.0, 10296.0, 10230.0, 10258.0, 10195.0, 10256.0, 10223.0, 10245.0, 10204.0, 10192.0, 10256.0, 10191.0, 10295.0, 10304.0, 10277.0, 10246.0, 10162.0, 10216.0, 10146.0, 10163.0, 10241.0, 10188.0, 10213.0, 10167.0, 10219.0, 10166.0, 10182.0, 10219.0, 10168.0, 10249.0, 10174.0, 10238.0, 10173.0, 10215.0, 10225.0, 10189.0, 10249.0, 10172.0, 10242.0, 10200.0, 10242.0, 10178.0, 10218.0, 10180.0, 10196.0, 10248.0, 10210.0, 10283.0, 10220.0, 10247.0, 10191.0, 10229.0, 10210.0, 10191.0, 10292.0, 10218.0, 10242.0, 10170.0, 10227.0, 10173.0, 10204.0, 10282.0, 10199.0, 10251.0, 10197.0, 10239.0, 10171.0, 10224.0, 10208.0, 10171.0, 10261.0, 10197.0, 10236.0, 10167.0, 10208.0, 10167.0, 10172.0, 10262.0, 10199.0, 10239.0, 10197.0, 10240.0, 10172.0, 10189.0, 10280.0, 10197.0, 10237.0, 10173.0, 10228.0, 10172.0, 10216.0, 10213.0, 10173.0, 10225.0, 10187.0, 10269.0, 10215.0, 10244.0, 10173.0, 10173.0, 10172.0, 10178.0, 10269.0, 10216.0, 10240.0, 10173.0, 10226.0, 10174.0, 10212.0, 10199.0, 10194.0, 10284.0, 10221.0, 10243.0, 10179.0, 10243.0, 10215.0, 10259.0, 10213.0, 10264.0, 10239.0, 10285.0, 10257.0, 10229.0, 10241.0, 10174.0, 10279.0, 10198.0, 10240.0, 10171.0, 10223.0, 10174.0, 10198.0, 10213.0, 10179.0, 10254.0, 10201.0, 10252.0, 10192.0, 10257.0, 10191.0, 10232.0, 10226.0, 10193.0, 10231.0, 10182.0, 10283.0, 10219.0, 10247.0, 10188.0, 10173.0, 10175.0, 10191.0, 10283.0, 10211.0, 10253.0, 10203.0, 10241.0, 10189.0, 10263.0, 10187.0, 10202.0, 10235.0, 10199.0, 10306.0, 10219.0, 10274.0, 10195.0, 10276.0, 10183.0, 10173.0, 10234.0, 10164.0, 10213.0, 10171.0, 10264.0, 10187.0, 10233.0, 10184.0, 10238.0, 10170.0, 10230.0, 10179.0, 10242.0, 10226.0, 10189.0, 10295.0, 10216.0, 10268.0, 10216.0, 10252.0, 10213.0, 10239.0, 10183.0, 10170.0, 10195.0, 10187.0, 10154.0, 10187.0, 10292.0, 10207.0, 10243.0, 10197.0, 10238.0, 10169.0, 10198.0, 10174.0, 10198.0, 10236.0, 10184.0, 10274.0, 10196.0, 10248.0, 10198.0, 10219.0, 10181.0, 10237.0, 10172.0, 10187.0, 10217.0, 10204.0, 10262.0, 10301.0, 10262.0, 10248.0, 10182.0, 10246.0, 10176.0, 10203.0, 10164.0, 10190.0, 10164.0, 10223.0, 10160.0, 10195.0, 10184.0, 10171.0, 10210.0, 10183.0, 10187.0, 10186.0, 10223.0, 10189.0, 10264.0, 10227.0, 10255.0, 10204.0, 10255.0, 10201.0, 10253.0, 10232.0, 10255.0, 10216.0, 10256.0, 10192.0, 10255.0, 10219.0, 10244.0, 10219.0, 10243.0, 10205.0, 10242.0, 10171.0, 10215.0, 10175.0, 10213.0, 10188.0, 10215.0, 10224.0, 10191.0, 10281.0, 10197.0, 10227.0, 10196.0, 10257.0, 10188.0, 10253.0, 10205.0, 10245.0, 10195.0, 10207.0, 10196.0, 10221.0, 10248.0, 10196.0, 10274.0, 10239.0, 10278.0, 10240.0, 10289.0, 10235.0, 10286.0, 10216.0, 10297.0, 10232.0, 10277.0, 10237.0, 10261.0, 10182.0, 10230.0, 10192.0, 10232.0, 10182.0, 10217.0, 10183.0, 10217.0, 10156.0, 10195.0, 10174.0, 10185.0, 10198.0, 10175.0, 10223.0, 10191.0, 10270.0, 10217.0, 10241.0, 10188.0, 10227.0, 10174.0, 10212.0, 10210.0, 10177.0, 10278.0, 10214.0, 10239.0, 10186.0, 10242.0, 10174.0, 10214.0, 10176.0, 10213.0, 10193.0, 10227.0, 10206.0, 10267.0, 10239.0, 10212.0, 10196.0, 10225.0, 10211.0, 10224.0, 10196.0, 10264.0, 10234.0, 10307.0, 10242.0, 10272.0, 10239.0, 10326.0, 10284.0, 10222.0, 10177.0, 10165.0, 10188.0, 10172.0, 10219.0, 10170.0, 10156.0, 10168.0, 10169.0, 10187.0, 10268.0, 10196.0, 10235.0, 10172.0, 10264.0, 10194.0, 10236.0, 10167.0, 10206.0, 10152.0, 10180.0, 10169.0, 10170.0, 10238.0, 10187.0, 10265.0, 10214.0, 10240.0, 10177.0, 10244.0, 10172.0, 10174.0, 10275.0, 10184.0, 10250.0, 10168.0, 10224.0, 10167.0, 10169.0, 10207.0, 10170.0, 10222.0, 10172.0, 10239.0, 10171.0, 10197.0, 10192.0, 10175.0, 10252.0, 10199.0, 10249.0, 10191.0, 10240.0, 10200.0, 10242.0, 10188.0, 10189.0, 10174.0, 10188.0, 10187.0, 10173.0, 10267.0, 10188.0, 10226.0, 10175.0, 10283.0, 10182.0, 10222.0, 10168.0, 10202.0, 10169.0, 10184.0, 10258.0, 10194.0, 10247.0, 10209.0, 10234.0, 10172.0, 10222.0, 10177.0, 10251.0, 10208.0, 10286.0, 10203.0, 10264.0, 10214.0, 10253.0, 10169.0, 10209.0, 10170.0, 10221.0, 10174.0, 10237.0, 10198.0, 10237.0, 10200.0, 10235.0, 10172.0, 10232.0, 10171.0, 10223.0, 10176.0, 10223.0, 10183.0, 10235.0, 10173.0, 10231.0, 10201.0, 10245.0, 10204.0, 10241.0, 10190.0, 10243.0, 10219.0, 10253.0, 10205.0, 10187.0, 10242.0, 10197.0, 10276.0, 10218.0, 10283.0, 10204.0, 10253.0, 10183.0, 10238.0, 10170.0, 10209.0, 10154.0, 10193.0, 10165.0, 10165.0, 10177.0, 10172.0, 10209.0, 10175.0, 10190.0, 10195.0, 10271.0, 10205.0, 10255.0, 10218.0, 10242.0, 10219.0, 10257.0, 10183.0, 10260.0, 10225.0, 10250.0, 10197.0, 10247.0, 10194.0, 10249.0, 10180.0, 10220.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.0005129029217719133</td></tr>
<tr><td colspan=3>aqi</td><td>0.01340060195098963</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.70525023605659</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2272867690094327</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000499834094339</td></tr>
<tr><td colspan=3>efc</td><td>0.491</td></tr>
<tr><td colspan=3>fber</td><td>6723.1001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07433170152582394</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9585296889726673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.584562836009113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5410867575975886</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6043795742703884</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6082221761593614</td></tr>
<tr><td colspan=3>gcor</td><td>0.00764807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01151581946760416</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03331747651100159</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.010994301922223</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.3651</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6243</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.0528</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294241.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>997.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.6774</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6464</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.5814</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3843.7825</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.2529</td></tr>
<tr><td colspan=3>tsnr</td><td>46.05496320873499</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>