<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-03/func/sub-0017_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>e82171954166751243b0e08d6620beb9</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>13:54:48.240000</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.994231, -0.077922, 0.0737103, 0.0761528, 0.996743, 0.0265203]</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.104488</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4181, -7766, -7181, 641, 2, -144, 55, 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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59e4eabb-ba8b-42ba-8c9d-bf643786b52d||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.6674487590789795, 0.20431239902973175, 0.2039492279291153, 95.8608169555664], [0.20905913412570953, 2.674189805984497, 0.0560358501970768, -105.59943389892578], [0.19775928556919098, -0.07115192711353302, 2.6917030811309814, -42.43903350830078], [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': ['135448.240000', '135448.700000', '135449.160000', '135449.620000', '135450.080000', '135450.540000', '135451.000000', '135451.460000', '135451.920000', '135452.380000', '135452.840000', '135453.300000', '135453.760000', '135454.220000', '135454.680000', '135455.140000', '135455.600000', '135456.060000', '135456.520000', '135456.980000', '135457.440000', '135457.900000', '135458.360000', '135458.820000', '135459.280000', '135459.740000', '135500.200000', '135500.660000', '135501.120000', '135501.580000', '135502.040000', '135502.500000', '135502.960000', '135503.420000', '135503.880000', '135504.340000', '135504.800000', '135505.260000', '135505.720000', '135506.180000', '135506.640000', '135507.100000', '135507.560000', '135508.020000', '135508.480000', '135508.940000', '135509.400000', '135509.860000', '135510.320000', '135510.780000', '135511.240000', '135511.700000', '135512.160000', '135512.620000', '135513.080000', '135513.540000', '135514.000000', '135514.460000', '135514.920000', '135515.380000', '135515.840000', '135516.300000', '135516.760000', '135517.220000', '135517.680000', '135518.140000', '135518.600000', '135519.060000', '135519.520000', '135519.980000', '135520.440000', '135520.900000', '135521.360000', '135521.820000', '135522.280000', '135522.740000', '135523.200000', '135523.660000', '135524.120000', '135524.580000', '135525.040000', '135525.500000', '135525.960000', '135526.420000', '135526.880000', '135527.340000', '135527.800000', '135528.260000', '135528.720000', '135529.180000', '135529.640000', '135530.100000', '135530.560000', '135531.020000', '135531.480000', '135531.940000', '135532.400000', '135532.860000', '135533.320000', '135533.780000', '135534.240000', '135534.700000', '135535.160000', '135535.620000', '135536.080000', '135536.540000', '135537.000000', '135537.460000', '135537.920000', '135538.380000', '135538.840000', '135539.300000', '135539.760000', '135540.220000', '135540.680000', '135541.140000', '135541.600000', '135542.060000', '135542.520000', '135542.980000', '135543.440000', '135543.900000', '135544.360000', '135544.820000', '135545.280000', '135545.740000', '135546.200000', '135546.660000', '135547.120000', '135547.580000', '135548.040000', '135548.500000', '135548.960000', '135549.420000', '135549.880000', '135550.340000', '135550.800000', '135551.260000', '135551.720000', '135552.180000', '135552.640000', '135553.100000', '135553.560000', '135554.020000', '135554.480000', '135554.940000', '135555.400000', '135555.860000', '135556.320000', '135556.780000', '135557.240000', '135557.700000', '135558.160000', '135558.620000', '135559.080000', '135559.540000', '135600.000000', '135600.460000', '135600.920000', '135601.380000', '135601.840000', '135602.300000', '135602.760000', '135603.220000', '135603.680000', '135604.140000', '135604.600000', '135605.060000', '135605.520000', '135605.980000', '135606.440000', '135606.900000', '135607.360000', '135607.820000', '135608.280000', '135608.740000', '135609.200000', '135609.660000', '135610.120000', '135610.580000', '135611.040000', '135611.500000', '135611.960000', '135612.420000', '135612.880000', '135613.340000', '135613.800000', '135614.260000', '135614.720000', '135615.180000', '135615.640000', '135616.100000', '135616.560000', '135617.020000', '135617.480000', '135617.940000', '135618.400000', '135618.860000', '135619.320000', '135619.780000', '135620.240000', '135620.700000', '135621.160000', '135621.620000', '135622.080000', '135622.540000', '135623.000000', '135623.460000', '135623.920000', '135624.380000', '135624.840000', '135625.300000', '135625.760000', '135626.220000', '135626.680000', '135627.140000', '135627.600000', '135628.060000', '135628.520000', '135628.980000', '135629.440000', '135629.900000', '135630.360000', '135630.820000', '135631.280000', '135631.740000', '135632.200000', '135632.660000', '135633.120000', '135633.580000', '135634.040000', '135634.500000', '135634.960000', '135635.420000', '135635.880000', '135636.340000', '135636.800000', '135637.260000', '135637.720000', '135638.180000', '135638.640000', '135639.100000', '135639.560000', '135640.020000', '135640.480000', '135640.940000', '135641.400000', '135641.860000', '135642.320000', '135642.780000', '135643.240000', '135643.700000', '135644.160000', '135644.620000', '135645.080000', '135645.540000', '135646.000000', '135646.460000', '135646.920000', '135647.380000', '135647.840000', '135648.300000', '135648.760000', '135649.220000', '135649.680000', '135650.140000', '135650.600000', '135651.060000', '135651.520000', '135651.980000', '135652.440000', '135652.900000', '135653.360000', '135653.820000', '135654.280000', '135654.740000', '135655.200000', '135655.660000', '135656.120000', '135656.580000', '135657.040000', '135657.500000', '135657.960000', '135658.420000', '135658.880000', '135659.340000', '135659.800000', '135700.260000', '135700.720000', '135701.180000', '135701.640000', '135702.100000', '135702.560000', '135703.020000', '135703.480000', '135703.940000', '135704.400000', '135704.860000', '135705.320000', '135705.780000', '135706.240000', '135706.700000', '135707.160000', '135707.620000', '135708.080000', '135708.540000', '135709.000000', '135709.460000', '135709.920000', '135710.380000', '135710.840000', '135711.300000', '135711.760000', '135712.220000', '135712.680000', '135713.140000', '135713.600000', '135714.060000', '135714.520000', '135714.980000', '135715.440000', '135715.900000', '135716.360000', '135716.820000', '135717.280000', '135717.740000', '135718.200000', '135718.660000', '135719.120000', '135719.580000', '135720.040000', '135720.500000', '135720.960000', '135721.420000', '135721.880000', '135722.340000', '135722.800000', '135723.260000', '135723.720000', '135724.180000', '135724.640000', '135725.100000', '135725.560000', '135726.020000', '135726.480000', '135726.940000', '135727.400000', '135727.860000', '135728.320000', '135728.780000', '135729.240000', '135729.700000', '135730.160000', '135730.620000', '135731.080000', '135731.540000', '135732.000000', '135732.460000', '135732.920000', '135733.380000', '135733.840000', '135734.300000', '135734.760000', '135735.220000', '135735.680000', '135736.140000', '135736.600000', '135737.060000', '135737.520000', '135737.980000', '135738.440000', '135738.900000', '135739.360000', '135739.820000', '135740.280000', '135740.740000', '135741.200000', '135741.660000', '135742.120000', '135742.580000', '135743.040000', '135743.500000', '135743.960000', '135744.420000', '135744.880000', '135745.340000', '135745.800000', '135746.260000', '135746.720000', '135747.180000', '135747.640000', '135748.100000', '135748.560000', '135749.020000', '135749.480000', '135749.940000', '135750.400000', '135750.860000', '135751.320000', '135751.780000', '135752.240000', '135752.700000', '135753.160000', '135753.620000', '135754.080000', '135754.540000', '135755.000000', '135755.460000', '135755.920000', '135756.380000', '135756.840000', '135757.300000', '135757.760000', '135758.220000', '135758.680000', '135759.140000', '135759.600000', '135800.060000', '135800.520000', '135800.980000', '135801.440000', '135801.900000', '135802.360000', '135802.820000', '135803.280000', '135803.740000', '135804.200000', '135804.660000', '135805.120000', '135805.580000', '135806.040000', '135806.500000', '135806.960000', '135807.420000', '135807.880000', '135808.340000', '135808.800000', '135809.260000', '135809.720000', '135810.180000', '135810.640000', '135811.100000', '135811.560000', '135812.020000', '135812.480000', '135812.940000', '135813.400000', '135813.860000', '135814.320000', '135814.780000', '135815.240000', '135815.700000', '135816.160000', '135816.620000', '135817.080000', '135817.540000', '135818.000000', '135818.460000', '135818.920000', '135819.380000', '135819.840000', '135820.300000', '135820.760000', '135821.220000', '135821.680000', '135822.140000', '135822.600000', '135823.060000', '135823.520000', '135823.980000', '135824.440000', '135824.900000', '135825.360000', '135825.820000', '135826.280000', '135826.740000', '135827.200000', '135827.660000', '135828.120000', '135828.580000', '135829.040000', '135829.500000', '135829.960000', '135830.420000', '135830.880000', '135831.340000', '135831.800000', '135832.260000', '135832.720000', '135833.180000', '135833.640000', '135834.100000', '135834.560000', '135835.020000', '135835.480000', '135835.940000', '135836.400000', '135836.860000', '135837.320000', '135837.780000', '135838.240000', '135838.700000', '135839.160000', '135839.620000', '135840.080000', '135840.540000', '135841.000000', '135841.460000', '135841.920000', '135842.380000', '135842.840000', '135843.300000', '135843.760000', '135844.220000', '135844.680000', '135845.140000', '135845.600000', '135846.060000', '135846.520000', '135846.980000', '135847.440000', '135847.900000', '135848.360000', '135848.820000', '135849.280000', '135849.740000', '135850.200000', '135850.660000', '135851.120000', '135851.580000', '135852.040000', '135852.500000', '135852.960000', '135853.420000', '135853.880000', '135854.340000', '135854.800000', '135855.260000', '135855.720000', '135856.180000', '135856.640000', '135857.100000', '135857.560000', '135858.020000', '135858.480000', '135858.940000', '135859.400000', '135859.860000', '135900.320000', '135900.780000', '135901.240000', '135901.700000', '135902.160000', '135902.620000', '135903.080000', '135903.540000', '135904.000000', '135904.460000', '135904.920000', '135905.380000', '135905.840000', '135906.300000', '135906.760000', '135907.220000', '135907.680000', '135908.140000', '135908.600000', '135909.060000', '135909.520000', '135909.980000', '135910.440000', '135910.900000', '135911.360000', '135911.820000', '135912.280000', '135912.740000', '135913.200000', '135913.660000', '135914.120000', '135914.580000', '135915.040000', '135915.500000', '135915.960000', '135916.420000', '135916.880000', '135917.340000', '135917.800000', '135918.260000', '135918.720000', '135919.180000', '135919.640000', '135920.100000', '135920.560000', '135921.020000', '135921.480000', '135921.940000', '135922.400000', '135922.860000', '135923.320000', '135923.780000', '135924.240000', '135924.700000', '135925.160000', '135925.620000', '135926.080000', '135926.540000', '135927.000000', '135927.460000', '135927.920000', '135928.380000', '135928.840000', '135929.300000', '135929.760000', '135930.220000', '135930.680000', '135931.140000', '135931.600000', '135932.060000', '135932.520000', '135932.980000', '135933.440000', '135933.900000', '135934.360000', '135934.820000', '135935.280000', '135935.740000', '135936.200000', '135936.660000', '135937.120000', '135937.580000', '135938.040000', '135938.500000', '135938.960000', '135939.420000', '135939.880000', '135940.340000', '135940.800000', '135941.260000', '135941.720000', '135942.180000', '135942.640000', '135943.100000', '135943.560000', '135944.020000', '135944.480000', '135944.940000', '135945.400000', '135945.860000', '135946.320000', '135946.780000', '135947.240000', '135947.700000', '135948.160000', '135948.620000', '135949.080000', '135949.540000', '135950.000000', '135950.460000', '135950.920000', '135951.380000', '135951.840000', '135952.300000', '135952.760000', '135953.220000', '135953.680000', '135954.140000', '135954.600000', '135955.060000', '135955.520000', '135955.980000', '135956.440000', '135956.900000', '135957.360000', '135957.820000', '135958.280000', '135958.740000', '135959.200000', '135959.660000', '140000.120000', '140000.580000', '140001.040000', '140001.500000', '140001.960000', '140002.420000', '140002.880000', '140003.340000', '140003.800000', '140004.260000', '140004.720000', '140005.180000', '140005.640000', '140006.100000', '140006.560000', '140007.020000', '140007.480000', '140007.940000', '140008.400000', '140008.860000', '140009.320000', '140009.780000', '140010.240000', '140010.700000', '140011.160000', '140011.620000', '140012.080000', '140012.540000', '140013.000000', '140013.460000', '140013.920000', '140014.380000', '140014.840000', '140015.300000', '140015.760000', '140016.220000', '140016.680000', '140017.140000', '140017.600000', '140018.060000', '140018.520000', '140018.980000', '140019.440000', '140019.900000', '140020.360000', '140020.820000', '140021.280000', '140021.740000', '140022.200000', '140022.660000', '140023.120000', '140023.580000', '140024.040000', '140024.500000', '140024.960000', '140025.420000', '140025.880000', '140026.340000', '140026.800000', '140027.260000', '140027.720000', '140028.180000', '140028.640000', '140029.100000', '140029.560000', '140030.020000', '140030.480000', '140030.940000', '140031.400000', '140031.860000', '140032.320000', '140032.780000', '140033.240000', '140033.700000', '140034.160000', '140034.620000', '140035.080000', '140035.540000', '140036.000000', '140036.460000', '140036.920000', '140037.380000', '140037.840000', '140038.300000', '140038.760000', '140039.220000', '140039.680000', '140040.140000', '140040.600000', '140041.060000', '140041.520000', '140041.980000', '140042.440000', '140042.900000', '140043.360000', '140043.820000', '140044.280000', '140044.740000', '140045.200000', '140045.660000', '140046.120000', '140046.580000', '140047.040000', '140047.500000', '140047.960000', '140048.420000', '140048.880000', '140049.340000', '140049.800000', '140050.260000', '140050.720000', '140051.180000', '140051.640000', '140052.100000', '140052.560000', '140053.020000', '140053.480000', '140053.940000', '140054.400000', '140054.860000', '140055.320000', '140055.780000', '140056.240000', '140056.700000', '140057.160000', '140057.620000', '140058.080000', '140058.540000', '140059.000000', '140059.460000', '140059.920000', '140100.380000', '140100.840000', '140101.300000', '140101.760000', '140102.220000', '140102.680000', '140103.140000', '140103.600000', '140104.060000', '140104.520000', '140104.980000', '140105.440000', '140105.900000', '140106.360000', '140106.820000', '140107.280000', '140107.740000', '140108.200000', '140108.660000', '140109.120000', '140109.580000', '140110.040000', '140110.500000', '140110.960000', '140111.420000', '140111.880000', '140112.340000', '140112.800000', '140113.260000', '140113.720000', '140114.180000', '140114.640000', '140115.100000', '140115.560000', '140116.020000', '140116.480000', '140116.940000', '140117.400000', '140117.860000', '140118.320000', '140118.780000', '140119.240000', '140119.700000', '140120.160000', '140120.620000', '140121.080000', '140121.540000', '140122.000000', '140122.460000', '140122.920000', '140123.380000', '140123.840000', '140124.300000', '140124.760000', '140125.220000', '140125.680000', '140126.140000', '140126.600000', '140127.060000', '140127.520000', '140127.980000', '140128.440000', '140128.900000', '140129.360000', '140129.820000', '140130.280000', '140130.740000', '140131.200000', '140131.660000', '140132.120000', '140132.580000', '140133.040000', '140133.500000', '140133.960000', '140134.420000', '140134.880000', '140135.340000', '140135.800000', '140136.260000', '140136.720000', '140137.180000', '140137.640000', '140138.100000', '140138.560000', '140139.020000', '140139.480000', '140139.940000', '140140.400000', '140140.860000', '140141.320000', '140141.780000', '140142.240000', '140142.700000', '140143.160000', '140143.620000', '140144.080000', '140144.540000', '140145.000000', '140145.460000', '140145.920000', '140146.380000', '140146.840000', '140147.300000', '140147.760000', '140148.220000', '140148.680000', '140149.140000', '140149.600000', '140150.060000', '140150.520000', '140150.980000', '140151.440000', '140151.900000', '140152.360000', '140152.820000', '140153.280000', '140153.740000', '140154.200000', '140154.660000', '140155.120000', '140155.580000', '140156.040000', '140156.500000', '140156.960000', '140157.420000', '140157.880000', '140158.340000', '140158.800000', '140159.260000', '140159.720000', '140200.180000', '140200.640000', '140201.100000', '140201.560000', '140202.020000', '140202.480000', '140202.940000', '140203.400000', '140203.860000', '140204.320000', '140204.780000', '140205.240000', '140205.700000', '140206.160000', '140206.620000', '140207.080000', '140207.540000', '140208.000000', '140208.460000', '140208.920000', '140209.380000', '140209.840000', '140210.300000', '140210.760000', '140211.220000', '140211.680000', '140212.140000', '140212.600000', '140213.060000', '140213.520000', '140213.980000', '140214.440000', '140214.900000', '140215.360000', '140215.820000', '140216.280000', '140216.740000', '140217.200000', '140217.660000', '140218.120000', '140218.580000', '140219.040000', '140219.500000', '140219.960000', '140220.420000', '140220.880000', '140221.340000', '140221.800000', '140222.260000', '140222.720000', '140223.180000', '140223.640000', '140224.100000', '140224.560000', '140225.020000', '140225.480000', '140225.940000', '140226.400000', '140226.860000', '140227.320000', '140227.780000', '140228.240000', '140228.700000', '140229.160000', '140229.620000', '140230.080000', '140230.540000', '140231.000000', '140231.460000', '140231.920000', '140232.380000', '140232.840000', '140233.300000', '140233.760000', '140234.220000', '140234.680000', '140235.140000', '140235.600000', '140236.060000', '140236.520000', '140236.980000', '140237.440000', '140237.900000', '140238.360000', '140238.820000', '140239.280000', '140239.740000', '140240.200000', '140240.660000', '140241.120000', '140241.580000', '140242.040000', '140242.500000', '140242.960000', '140243.420000', '140243.880000', '140244.340000', '140244.800000', '140245.260000', '140245.720000', '140246.180000', '140246.640000', '140247.100000', '140247.560000', '140248.020000', '140248.480000', '140248.940000', '140249.400000', '140249.860000', '140250.320000', '140250.780000', '140251.240000', '140251.700000', '140252.160000', '140252.620000', '140253.080000', '140253.540000', '140254.000000', '140254.460000', '140254.920000', '140255.380000', '140255.840000', '140256.300000', '140256.760000', '140257.220000', '140257.680000'], 'ContentTime': ['135503.512000', '135503.516000', '135503.519000', '135503.523000', '135503.526000', '135503.529000', '135503.532000', '135503.535000', '135503.544000', '135503.548000', '135503.551000', '135503.554000', '135503.557000', '135503.560000', '135503.563000', '135503.565000', '135503.568000', '135503.571000', '135503.574000', '135503.577000', '135503.580000', '135503.583000', '135503.586000', '135503.589000', '135503.592000', '135503.595000', '135503.598000', '135503.602000', '135503.605000', '135503.608000', '135503.611000', '135503.614000', '135523.472000', '135523.475000', '135523.478000', '135523.480000', '135523.483000', '135523.486000', '135523.489000', '135523.492000', '135523.495000', '135523.498000', '135523.501000', '135523.503000', '135523.506000', '135523.509000', '135523.512000', '135523.515000', '135523.518000', '135523.521000', '135523.524000', '135523.526000', '135523.529000', '135523.532000', '135523.535000', '135523.538000', '135523.541000', '135523.543000', '135523.546000', '135523.549000', '135523.552000', '135523.555000', '135523.558000', '135523.561000', '135523.564000', '135523.567000', '135523.570000', '135523.572000', '135523.575000', '135523.578000', '135523.581000', '135523.586000', '135523.589000', '135523.591000', '135523.594000', '135523.597000', '135543.472000', '135543.475000', '135543.478000', '135543.481000', '135543.483000', '135543.486000', '135543.489000', '135543.492000', '135543.495000', '135543.498000', '135543.501000', '135543.503000', '135543.514000', '135543.517000', '135543.520000', '135543.523000', '135543.526000', '135543.529000', '135543.532000', '135543.534000', '135543.537000', '135543.540000', '135543.549000', '135543.552000', '135543.555000', '135543.558000', '135543.561000', '135543.564000', '135543.567000', '135543.569000', '135543.580000', '135543.583000', '135543.585000', '135543.588000', '135543.591000', '135543.594000', '135543.597000', '135543.600000', '135543.603000', '135543.606000', '135543.608000', '135543.611000', '135543.614000', '135603.471000', '135603.474000', '135603.477000', '135603.480000', '135603.483000', '135603.485000', '135603.488000', '135603.491000', '135603.494000', '135603.497000', '135603.500000', '135603.503000', '135603.506000', '135603.508000', '135603.511000', '135603.514000', '135603.517000', '135603.520000', '135603.523000', '135603.526000', '135603.528000', '135603.531000', '135603.534000', '135603.537000', '135603.540000', '135603.543000', '135603.546000', '135603.549000', '135603.551000', '135603.554000', '135603.557000', '135603.560000', '135603.563000', '135603.566000', '135603.569000', '135603.572000', '135603.574000', '135603.577000', '135603.580000', '135603.583000', '135603.586000', '135603.589000', '135603.592000', '135603.596000', '135623.471000', '135623.474000', '135623.477000', '135623.480000', '135623.483000', '135623.486000', '135623.489000', '135623.491000', '135623.494000', '135623.497000', '135623.500000', '135623.503000', '135623.506000', '135623.509000', '135623.512000', '135623.514000', '135623.517000', '135623.520000', '135623.523000', '135623.526000', '135623.529000', '135623.532000', '135623.535000', '135623.538000', '135623.540000', '135623.543000', '135623.546000', '135623.549000', '135623.552000', '135623.555000', '135623.558000', '135623.562000', '135623.565000', '135623.568000', '135623.571000', '135623.574000', '135623.576000', '135623.579000', '135623.582000', '135623.585000', '135623.588000', '135623.591000', '135623.594000', '135643.471000', '135643.474000', '135643.477000', '135643.480000', '135643.482000', '135643.485000', '135643.488000', '135643.491000', '135643.494000', '135643.497000', '135643.500000', '135643.503000', '135643.505000', '135643.508000', '135643.511000', '135643.514000', '135643.517000', '135643.520000', '135643.523000', '135643.525000', '135643.528000', '135643.531000', '135643.534000', '135643.537000', '135643.540000', '135643.543000', '135643.546000', '135643.548000', '135643.551000', '135643.554000', '135643.557000', '135643.560000', '135643.563000', '135643.566000', '135643.569000', '135643.572000', '135643.574000', '135643.577000', '135643.580000', '135643.583000', '135643.586000', '135643.588000', '135643.591000', '135643.594000', '135703.472000', '135703.475000', '135703.478000', '135703.481000', '135703.484000', '135703.487000', '135703.490000', '135703.492000', '135703.495000', '135703.498000', '135703.501000', '135703.504000', '135703.507000', '135703.510000', '135703.512000', '135703.515000', '135703.518000', '135703.521000', '135703.524000', '135703.527000', '135703.530000', '135703.533000', '135703.535000', '135703.538000', '135703.541000', '135703.544000', '135703.547000', '135703.550000', '135703.553000', '135703.556000', '135703.559000', '135703.561000', '135703.564000', '135703.567000', '135703.570000', '135703.573000', '135703.576000', '135703.579000', '135703.582000', '135703.584000', '135703.587000', '135703.590000', '135703.593000', '135723.472000', '135723.475000', '135723.478000', '135723.481000', '135723.484000', '135723.487000', '135723.489000', '135723.492000', '135723.495000', '135723.498000', '135723.501000', '135723.504000', '135723.506000', '135723.509000', '135723.512000', '135723.515000', '135723.518000', '135723.521000', '135723.528000', '135723.531000', '135723.534000', '135723.537000', '135723.540000', '135723.543000', '135723.545000', '135723.548000', '135723.551000', '135723.554000', '135723.557000', '135723.568000', '135723.570000', '135723.573000', '135723.576000', '135723.579000', '135723.582000', '135723.585000', '135723.588000', '135723.591000', '135723.593000', '135723.596000', '135723.599000', '135723.602000', '135723.605000', '135723.608000', '135743.472000', '135743.475000', '135743.478000', '135743.481000', '135743.484000', '135743.487000', '135743.490000', '135743.493000', '135743.495000', '135743.498000', '135743.501000', '135743.504000', '135743.507000', '135743.510000', '135743.513000', '135743.516000', '135743.519000', '135743.521000', '135743.524000', '135743.527000', '135743.530000', '135743.533000', '135743.536000', '135743.539000', '135743.541000', '135743.544000', '135743.547000', '135743.550000', '135743.553000', '135743.556000', '135743.559000', '135743.562000', '135743.565000', '135743.567000', '135743.570000', '135743.573000', '135743.576000', '135743.579000', '135743.582000', '135743.585000', '135743.588000', '135743.590000', '135743.593000', '135803.472000', '135803.475000', '135803.478000', '135803.481000', '135803.484000', '135803.486000', '135803.489000', '135803.492000', '135803.495000', '135803.498000', '135803.501000', '135803.503000', '135803.506000', '135803.509000', '135803.512000', '135803.515000', '135803.518000', '135803.521000', '135803.524000', '135803.527000', '135803.530000', '135803.532000', '135803.535000', '135803.538000', '135803.541000', '135803.544000', '135803.547000', '135803.550000', '135803.553000', '135803.555000', '135803.558000', '135803.561000', '135803.565000', '135803.568000', '135803.570000', '135803.573000', '135803.576000', '135803.579000', '135803.582000', '135803.585000', '135803.588000', '135803.590000', '135803.593000', '135803.596000', '135823.471000', '135823.474000', '135823.477000', '135823.480000', '135823.483000', '135823.486000', '135823.489000', '135823.491000', '135823.494000', '135823.497000', '135823.500000', '135823.503000', '135823.506000', '135823.509000', '135823.512000', '135823.514000', '135823.517000', '135823.520000', '135823.523000', '135823.526000', '135823.529000', '135823.532000', '135823.535000', '135823.537000', '135823.540000', '135823.543000', '135823.546000', '135823.549000', '135823.552000', '135823.555000', '135823.558000', '135823.561000', '135823.563000', '135823.566000', '135823.569000', '135823.572000', '135823.575000', '135823.578000', '135823.581000', '135823.584000', '135823.587000', '135823.589000', '135823.592000', '135843.471000', '135843.475000', '135843.478000', '135843.481000', '135843.484000', '135843.487000', '135843.489000', '135843.492000', '135843.495000', '135843.498000', '135843.501000', '135843.504000', '135843.507000', '135843.510000', '135843.512000', '135843.515000', '135843.518000', '135843.521000', '135843.524000', '135843.527000', '135843.530000', '135843.533000', '135843.536000', '135843.539000', '135843.541000', '135843.544000', '135843.547000', '135843.550000', '135843.553000', '135843.556000', '135843.559000', '135843.562000', '135843.565000', '135843.568000', '135843.570000', '135843.573000', '135843.576000', '135843.579000', '135843.582000', '135843.585000', '135843.588000', '135843.591000', '135843.593000', '135903.484000', '135903.487000', '135903.490000', '135903.493000', '135903.496000', '135903.498000', '135903.501000', '135903.504000', '135903.514000', '135903.517000', '135903.520000', '135903.523000', '135903.526000', '135903.529000', '135903.532000', '135903.535000', '135903.537000', '135903.540000', '135903.543000', '135903.546000', '135903.549000', '135903.552000', '135903.555000', '135903.558000', '135903.560000', '135903.563000', '135903.566000', '135903.569000', '135903.572000', '135903.575000', '135903.578000', '135903.581000', '135903.584000', '135903.586000', '135903.589000', '135903.592000', '135903.595000', '135903.598000', '135903.601000', '135903.604000', '135903.607000', '135903.609000', '135903.612000', '135903.615000', '135923.472000', '135923.475000', '135923.478000', '135923.481000', '135923.484000', '135923.487000', '135923.492000', '135923.496000', '135923.499000', '135923.501000', '135923.504000', '135923.507000', '135923.510000', '135923.513000', '135923.516000', '135923.519000', '135923.522000', '135923.525000', '135923.528000', '135923.531000', '135923.534000', '135923.536000', '135923.539000', '135923.542000', '135923.545000', '135923.548000', '135923.551000', '135923.554000', '135923.557000', '135923.560000', '135923.563000', '135923.566000', '135923.568000', '135923.571000', '135923.574000', '135923.577000', '135923.580000', '135923.583000', '135923.586000', '135923.589000', '135923.591000', '135923.594000', '135923.597000', '135943.472000', '135943.475000', '135943.478000', '135943.481000', '135943.484000', '135943.487000', '135943.490000', '135943.492000', '135943.495000', '135943.498000', '135943.501000', '135943.504000', '135943.507000', '135943.510000', '135943.513000', '135943.515000', '135943.518000', '135943.521000', '135943.524000', '135943.527000', '135943.530000', '135943.533000', '135943.536000', '135943.538000', '135943.541000', '135943.544000', '135943.547000', '135943.550000', '135943.553000', '135943.556000', '135943.559000', '135943.562000', '135943.565000', '135943.568000', '135943.570000', '135943.573000', '135943.576000', '135943.579000', '135943.582000', '135943.585000', '135943.588000', '135943.591000', '135943.594000', '135943.596000', '140003.472000', '140003.475000', '140003.478000', '140003.481000', '140003.484000', '140003.487000', '140003.490000', '140003.493000', '140003.496000', '140003.499000', '140003.502000', '140003.505000', '140003.509000', '140003.514000', '140003.517000', '140003.520000', '140003.523000', '140003.526000', '140003.528000', '140003.531000', '140003.534000', '140003.537000', '140003.540000', '140003.543000', '140003.546000', '140003.549000', '140003.552000', '140003.555000', '140003.558000', '140003.561000', '140003.564000', '140003.566000', '140003.569000', '140003.572000', '140003.575000', '140003.578000', '140003.581000', '140003.584000', '140003.587000', '140003.590000', '140003.593000', '140003.596000', '140003.598000', '140023.472000', '140023.475000', '140023.478000', '140023.481000', '140023.484000', '140023.487000', '140023.489000', '140023.492000', '140023.495000', '140023.498000', '140023.501000', '140023.504000', '140023.507000', '140023.510000', '140023.512000', '140023.515000', '140023.518000', '140023.521000', '140023.524000', '140023.527000', '140023.530000', '140023.533000', '140023.535000', '140023.538000', '140023.541000', '140023.556000', '140023.559000', '140023.562000', '140023.565000', '140023.567000', '140023.570000', '140023.573000', '140023.576000', '140023.579000', '140023.582000', '140023.585000', '140023.588000', '140023.590000', '140023.593000', '140023.596000', '140023.599000', '140023.602000', '140023.605000', '140023.607000', '140043.471000', '140043.474000', '140043.477000', '140043.480000', '140043.483000', '140043.485000', '140043.488000', '140043.491000', '140043.494000', '140043.497000', '140043.500000', '140043.503000', '140043.506000', '140043.508000', '140043.511000', '140043.514000', '140043.517000', '140043.520000', '140043.523000', '140043.526000', '140043.529000', '140043.532000', '140043.534000', '140043.537000', '140043.540000', '140043.543000', '140043.546000', '140043.549000', '140043.552000', '140043.555000', '140043.558000', '140043.561000', '140043.564000', '140043.566000', '140043.569000', '140043.572000', '140043.575000', '140043.578000', '140043.581000', '140043.584000', '140043.587000', '140043.589000', '140043.592000', '140103.471000', '140103.474000', '140103.477000', '140103.485000', '140103.487000', '140103.490000', '140103.493000', '140103.501000', '140103.504000', '140103.507000', '140103.510000', '140103.513000', '140103.516000', '140103.519000', '140103.522000', '140103.525000', '140103.527000', '140103.530000', '140103.533000', '140103.536000', '140103.539000', '140103.542000', '140103.545000', '140103.548000', '140103.550000', '140103.553000', '140103.556000', '140103.559000', '140103.562000', '140103.565000', '140103.568000', '140103.571000', '140103.574000', '140103.577000', '140103.579000', '140103.582000', '140103.585000', '140103.588000', '140103.591000', '140103.594000', '140103.597000', '140103.600000', '140103.602000', '140103.605000', '140123.471000', '140123.475000', '140123.478000', '140123.481000', '140123.484000', '140123.487000', '140123.490000', '140123.493000', '140123.496000', '140123.499000', '140123.502000', '140123.505000', '140123.507000', '140123.510000', '140123.513000', '140123.516000', '140123.519000', '140123.522000', '140123.525000', '140123.528000', '140123.531000', '140123.534000', '140123.537000', '140123.540000', '140123.543000', '140123.546000', '140123.549000', '140123.552000', '140123.555000', '140123.558000', '140123.560000', '140123.563000', '140123.566000', '140123.569000', '140123.572000', '140123.575000', '140123.578000', '140123.581000', '140123.584000', '140123.587000', '140123.589000', '140123.592000', '140123.595000', '140143.472000', '140143.475000', '140143.478000', '140143.481000', '140143.484000', '140143.487000', '140143.490000', '140143.492000', '140143.495000', '140143.498000', '140143.501000', '140143.504000', '140143.507000', '140143.510000', '140143.513000', '140143.515000', '140143.518000', '140143.521000', '140143.524000', '140143.527000', '140143.530000', '140143.533000', '140143.536000', '140143.538000', '140143.541000', '140143.544000', '140143.547000', '140143.550000', '140143.553000', '140143.556000', '140143.559000', '140143.562000', '140143.564000', '140143.567000', '140143.570000', '140143.581000', '140143.584000', '140143.586000', '140143.589000', '140143.592000', '140143.595000', '140143.598000', '140143.601000', '140143.604000', '140203.472000', '140203.475000', '140203.478000', '140203.481000', '140203.484000', '140203.487000', '140203.489000', '140203.492000', '140203.495000', '140203.498000', '140203.501000', '140203.504000', '140203.507000', '140203.510000', '140203.512000', '140203.515000', '140203.518000', '140203.521000', '140203.524000', '140203.527000', '140203.530000', '140203.533000', '140203.536000', '140203.538000', '140203.541000', '140203.544000', '140203.547000', '140203.550000', '140203.553000', '140203.556000', '140203.559000', '140203.562000', '140203.565000', '140203.568000', '140203.571000', '140203.574000', '140203.577000', '140203.580000', '140203.582000', '140203.585000', '140203.588000', '140203.591000', '140203.594000', '140223.472000', '140223.475000', '140223.478000', '140223.481000', '140223.484000', '140223.487000', '140223.490000', '140223.492000', '140223.495000', '140223.498000', '140223.501000', '140223.504000', '140223.507000', '140223.510000', '140223.513000', '140223.515000', '140223.518000', '140223.521000', '140223.524000', '140223.527000', '140223.530000', '140223.533000', '140223.536000', '140223.539000', '140223.541000', '140223.544000', '140223.547000', '140223.550000', '140223.553000', '140223.556000', '140223.559000', '140223.562000', '140223.564000', '140223.567000', '140223.570000', '140223.573000', '140223.576000', '140223.579000', '140223.582000', '140223.585000', '140223.588000', '140223.591000', '140223.593000', '140223.596000', '140243.472000', '140243.475000', '140243.478000', '140243.481000', '140243.484000', '140243.487000', '140243.490000', '140243.501000', '140243.503000', '140243.506000', '140243.509000', '140243.513000', '140243.517000', '140243.519000', '140243.522000', '140243.525000', '140243.528000', '140243.531000', '140243.534000', '140243.537000', '140243.540000', '140243.543000', '140243.546000', '140243.549000', '140243.551000', '140243.554000', '140243.557000', '140243.560000', '140243.563000', '140243.566000', '140243.569000', '140243.572000', '140243.575000', '140243.578000', '140243.580000', '140243.585000', '140243.589000', '140243.592000', '140243.595000', '140243.598000', '140243.601000', '140243.604000', '140243.607000', '140258.376000', '140258.380000', '140258.383000', '140258.386000', '140258.389000', '140258.392000', '140258.395000', '140258.398000', '140258.400000', '140258.403000', '140258.406000', '140258.411000', '140258.414000', '140258.417000', '140258.420000', '140258.423000', '140258.426000', '140258.429000', '140258.432000', '140258.435000', '140258.438000', '140258.441000', '140258.444000', '140258.446000', '140258.449000', '140258.452000', '140258.455000', '140258.458000', '140258.461000', '140258.464000', '140258.467000', '140258.470000', '140258.486000'], 'InstanceCreationTime': ['135503.512000', '135503.516000', '135503.519000', '135503.523000', '135503.526000', '135503.529000', '135503.532000', '135503.535000', '135503.544000', '135503.548000', '135503.551000', '135503.554000', '135503.557000', '135503.560000', '135503.563000', '135503.565000', '135503.568000', '135503.571000', '135503.574000', '135503.577000', '135503.580000', '135503.583000', '135503.586000', '135503.589000', '135503.592000', '135503.595000', '135503.598000', '135503.602000', '135503.605000', '135503.608000', '135503.611000', '135503.614000', '135523.472000', '135523.475000', '135523.478000', '135523.480000', '135523.483000', '135523.486000', '135523.489000', '135523.492000', '135523.495000', '135523.498000', '135523.501000', '135523.503000', '135523.506000', '135523.509000', '135523.512000', '135523.515000', '135523.518000', '135523.521000', '135523.524000', '135523.526000', '135523.529000', '135523.532000', '135523.535000', '135523.538000', '135523.541000', '135523.543000', '135523.546000', '135523.549000', '135523.552000', '135523.555000', '135523.558000', '135523.561000', '135523.564000', '135523.567000', '135523.570000', '135523.572000', '135523.575000', '135523.578000', '135523.581000', '135523.586000', '135523.589000', '135523.591000', '135523.594000', '135523.597000', '135543.472000', '135543.475000', '135543.478000', '135543.481000', '135543.483000', '135543.486000', '135543.489000', '135543.492000', '135543.495000', '135543.498000', '135543.501000', '135543.503000', '135543.514000', '135543.517000', '135543.520000', '135543.523000', '135543.526000', '135543.529000', '135543.532000', '135543.534000', '135543.537000', '135543.540000', '135543.549000', '135543.552000', '135543.555000', '135543.558000', '135543.561000', '135543.564000', '135543.567000', '135543.569000', '135543.580000', '135543.583000', '135543.585000', '135543.588000', '135543.591000', '135543.594000', '135543.597000', '135543.600000', '135543.603000', '135543.606000', '135543.608000', '135543.611000', '135543.614000', '135603.471000', '135603.474000', '135603.477000', '135603.480000', '135603.483000', '135603.485000', '135603.488000', '135603.491000', '135603.494000', '135603.497000', '135603.500000', '135603.503000', '135603.506000', '135603.508000', '135603.511000', '135603.514000', '135603.517000', '135603.520000', '135603.523000', '135603.526000', '135603.528000', '135603.531000', '135603.534000', '135603.537000', '135603.540000', '135603.543000', '135603.546000', '135603.549000', '135603.551000', '135603.554000', '135603.557000', '135603.560000', '135603.563000', '135603.566000', '135603.569000', '135603.572000', '135603.574000', '135603.577000', '135603.580000', '135603.583000', '135603.586000', '135603.589000', '135603.592000', '135603.596000', '135623.471000', '135623.474000', '135623.477000', '135623.480000', '135623.483000', '135623.486000', '135623.489000', '135623.491000', '135623.494000', '135623.497000', '135623.500000', '135623.503000', '135623.506000', '135623.509000', '135623.512000', '135623.514000', '135623.517000', '135623.520000', '135623.523000', '135623.526000', '135623.529000', '135623.532000', '135623.535000', '135623.538000', '135623.540000', '135623.543000', '135623.546000', '135623.549000', '135623.552000', '135623.555000', '135623.558000', '135623.562000', '135623.565000', '135623.568000', '135623.571000', '135623.574000', '135623.576000', '135623.579000', '135623.582000', '135623.585000', '135623.588000', '135623.591000', '135623.594000', '135643.471000', '135643.474000', '135643.477000', '135643.480000', '135643.482000', '135643.485000', '135643.488000', '135643.491000', '135643.494000', '135643.497000', '135643.500000', '135643.503000', '135643.505000', '135643.508000', '135643.511000', '135643.514000', '135643.517000', '135643.520000', '135643.523000', '135643.525000', '135643.528000', '135643.531000', '135643.534000', '135643.537000', '135643.540000', '135643.543000', '135643.546000', '135643.548000', '135643.551000', '135643.554000', '135643.557000', '135643.560000', '135643.563000', '135643.566000', '135643.569000', '135643.572000', '135643.574000', '135643.577000', '135643.580000', '135643.583000', '135643.586000', '135643.588000', '135643.591000', '135643.594000', '135703.472000', '135703.475000', '135703.478000', '135703.481000', '135703.484000', '135703.487000', '135703.490000', '135703.492000', '135703.495000', '135703.498000', '135703.501000', '135703.504000', '135703.507000', '135703.510000', '135703.512000', '135703.515000', '135703.518000', '135703.521000', '135703.524000', '135703.527000', '135703.530000', '135703.533000', '135703.535000', '135703.538000', '135703.541000', '135703.544000', '135703.547000', '135703.550000', '135703.553000', '135703.556000', '135703.559000', '135703.561000', '135703.564000', '135703.567000', '135703.570000', '135703.573000', '135703.576000', '135703.579000', '135703.582000', '135703.584000', '135703.587000', '135703.590000', '135703.593000', '135723.472000', '135723.475000', '135723.478000', '135723.481000', '135723.484000', '135723.487000', '135723.489000', '135723.492000', '135723.495000', '135723.498000', '135723.501000', '135723.504000', '135723.506000', '135723.509000', '135723.512000', '135723.515000', '135723.518000', '135723.521000', '135723.528000', '135723.531000', '135723.534000', '135723.537000', '135723.540000', '135723.543000', '135723.545000', '135723.548000', '135723.551000', '135723.554000', '135723.557000', '135723.568000', '135723.570000', '135723.573000', '135723.576000', '135723.579000', '135723.582000', '135723.585000', '135723.588000', '135723.591000', '135723.593000', '135723.596000', '135723.599000', '135723.602000', '135723.605000', '135723.608000', '135743.472000', '135743.475000', '135743.478000', '135743.481000', '135743.484000', '135743.487000', '135743.490000', '135743.493000', '135743.495000', '135743.498000', '135743.501000', '135743.504000', '135743.507000', '135743.510000', '135743.513000', '135743.516000', '135743.519000', '135743.521000', '135743.524000', '135743.527000', '135743.530000', '135743.533000', '135743.536000', '135743.539000', '135743.541000', '135743.544000', '135743.547000', '135743.550000', '135743.553000', '135743.556000', '135743.559000', '135743.562000', '135743.565000', '135743.567000', '135743.570000', '135743.573000', '135743.576000', '135743.579000', '135743.582000', '135743.585000', '135743.588000', '135743.590000', '135743.593000', '135803.472000', '135803.475000', '135803.478000', '135803.481000', '135803.484000', '135803.486000', '135803.489000', '135803.492000', '135803.495000', '135803.498000', '135803.501000', '135803.503000', '135803.506000', '135803.509000', '135803.512000', '135803.515000', '135803.518000', '135803.521000', '135803.524000', '135803.527000', '135803.530000', '135803.532000', '135803.535000', '135803.538000', '135803.541000', '135803.544000', '135803.547000', '135803.550000', '135803.553000', '135803.555000', '135803.558000', '135803.561000', '135803.565000', '135803.568000', '135803.570000', '135803.573000', '135803.576000', '135803.579000', '135803.582000', '135803.585000', '135803.588000', '135803.590000', '135803.593000', '135803.596000', '135823.471000', '135823.474000', '135823.477000', '135823.480000', '135823.483000', '135823.486000', '135823.489000', '135823.491000', '135823.494000', '135823.497000', '135823.500000', '135823.503000', '135823.506000', '135823.509000', '135823.512000', '135823.514000', '135823.517000', '135823.520000', '135823.523000', '135823.526000', '135823.529000', '135823.532000', '135823.535000', '135823.537000', '135823.540000', '135823.543000', '135823.546000', '135823.549000', '135823.552000', '135823.555000', '135823.558000', '135823.561000', '135823.563000', '135823.566000', '135823.569000', '135823.572000', '135823.575000', '135823.578000', '135823.581000', '135823.584000', '135823.587000', '135823.589000', '135823.592000', '135843.471000', '135843.475000', '135843.478000', '135843.481000', '135843.484000', '135843.487000', '135843.489000', '135843.492000', '135843.495000', '135843.498000', '135843.501000', '135843.504000', '135843.507000', '135843.510000', '135843.512000', '135843.515000', '135843.518000', '135843.521000', '135843.524000', '135843.527000', '135843.530000', '135843.533000', '135843.536000', '135843.539000', '135843.541000', '135843.544000', '135843.547000', '135843.550000', '135843.553000', '135843.556000', '135843.559000', '135843.562000', '135843.565000', '135843.568000', '135843.570000', '135843.573000', '135843.576000', '135843.579000', '135843.582000', '135843.585000', '135843.588000', '135843.591000', '135843.593000', '135903.484000', '135903.487000', '135903.490000', '135903.493000', '135903.496000', '135903.498000', '135903.501000', '135903.504000', '135903.514000', '135903.517000', '135903.520000', '135903.523000', '135903.526000', '135903.529000', '135903.532000', '135903.535000', '135903.537000', '135903.540000', '135903.543000', '135903.546000', '135903.549000', '135903.552000', '135903.555000', '135903.558000', '135903.560000', '135903.563000', '135903.566000', '135903.569000', '135903.572000', '135903.575000', '135903.578000', '135903.581000', '135903.584000', '135903.586000', '135903.589000', '135903.592000', '135903.595000', '135903.598000', '135903.601000', '135903.604000', '135903.607000', '135903.609000', '135903.612000', '135903.615000', '135923.472000', '135923.475000', '135923.478000', '135923.481000', '135923.484000', '135923.487000', '135923.492000', '135923.496000', '135923.499000', '135923.501000', '135923.504000', '135923.507000', '135923.510000', '135923.513000', '135923.516000', '135923.519000', '135923.522000', '135923.525000', '135923.528000', '135923.531000', '135923.534000', '135923.536000', '135923.539000', '135923.542000', '135923.545000', '135923.548000', '135923.551000', '135923.554000', '135923.557000', '135923.560000', '135923.563000', '135923.566000', '135923.568000', '135923.571000', '135923.574000', '135923.577000', '135923.580000', '135923.583000', '135923.586000', '135923.589000', '135923.591000', '135923.594000', '135923.597000', '135943.472000', '135943.475000', '135943.478000', '135943.481000', '135943.484000', '135943.487000', '135943.490000', '135943.492000', '135943.495000', '135943.498000', '135943.501000', '135943.504000', '135943.507000', '135943.510000', '135943.513000', '135943.515000', '135943.518000', '135943.521000', '135943.524000', '135943.527000', '135943.530000', '135943.533000', '135943.536000', '135943.538000', '135943.541000', '135943.544000', '135943.547000', '135943.550000', '135943.553000', '135943.556000', '135943.559000', '135943.562000', '135943.565000', '135943.568000', '135943.570000', '135943.573000', '135943.576000', '135943.579000', '135943.582000', '135943.585000', '135943.588000', '135943.591000', '135943.594000', '135943.596000', '140003.472000', '140003.475000', '140003.478000', '140003.481000', '140003.484000', '140003.487000', '140003.490000', '140003.493000', '140003.496000', '140003.499000', '140003.502000', '140003.505000', '140003.509000', '140003.514000', '140003.517000', '140003.520000', '140003.523000', '140003.526000', '140003.528000', '140003.531000', '140003.534000', '140003.537000', '140003.540000', '140003.543000', '140003.546000', '140003.549000', '140003.552000', '140003.555000', '140003.558000', '140003.561000', '140003.564000', '140003.566000', '140003.569000', '140003.572000', '140003.575000', '140003.578000', '140003.581000', '140003.584000', '140003.587000', '140003.590000', '140003.593000', '140003.596000', '140003.598000', '140023.472000', '140023.475000', '140023.478000', '140023.481000', '140023.484000', '140023.487000', '140023.489000', '140023.492000', '140023.495000', '140023.498000', '140023.501000', '140023.504000', '140023.507000', '140023.510000', '140023.512000', '140023.515000', '140023.518000', '140023.521000', '140023.524000', '140023.527000', '140023.530000', '140023.533000', '140023.535000', '140023.538000', '140023.541000', '140023.556000', '140023.559000', '140023.562000', '140023.565000', '140023.567000', '140023.570000', '140023.573000', '140023.576000', '140023.579000', '140023.582000', '140023.585000', '140023.588000', '140023.590000', '140023.593000', '140023.596000', '140023.599000', '140023.602000', '140023.605000', '140023.607000', '140043.471000', '140043.474000', '140043.477000', '140043.480000', '140043.483000', '140043.485000', '140043.488000', '140043.491000', '140043.494000', '140043.497000', '140043.500000', '140043.503000', '140043.506000', '140043.508000', '140043.511000', '140043.514000', '140043.517000', '140043.520000', '140043.523000', '140043.526000', '140043.529000', '140043.532000', '140043.534000', '140043.537000', '140043.540000', '140043.543000', '140043.546000', '140043.549000', '140043.552000', '140043.555000', '140043.558000', '140043.561000', '140043.564000', '140043.566000', '140043.569000', '140043.572000', '140043.575000', '140043.578000', '140043.581000', '140043.584000', '140043.587000', '140043.589000', '140043.592000', '140103.471000', '140103.474000', '140103.477000', '140103.485000', '140103.487000', '140103.490000', '140103.493000', '140103.501000', '140103.504000', '140103.507000', '140103.510000', '140103.513000', '140103.516000', '140103.519000', '140103.522000', '140103.525000', '140103.527000', '140103.530000', '140103.533000', '140103.536000', '140103.539000', '140103.542000', '140103.545000', '140103.548000', '140103.550000', '140103.553000', '140103.556000', '140103.559000', '140103.562000', '140103.565000', '140103.568000', '140103.571000', '140103.574000', '140103.577000', '140103.579000', '140103.582000', '140103.585000', '140103.588000', '140103.591000', '140103.594000', '140103.597000', '140103.600000', '140103.602000', '140103.605000', '140123.471000', '140123.475000', '140123.478000', '140123.481000', '140123.484000', '140123.487000', '140123.490000', '140123.493000', '140123.496000', '140123.499000', '140123.502000', '140123.505000', '140123.507000', '140123.510000', '140123.513000', '140123.516000', '140123.519000', '140123.522000', '140123.525000', '140123.528000', '140123.531000', '140123.534000', '140123.537000', '140123.540000', '140123.543000', '140123.546000', '140123.549000', '140123.552000', '140123.555000', '140123.558000', '140123.560000', '140123.563000', '140123.566000', '140123.569000', '140123.572000', '140123.575000', '140123.578000', '140123.581000', '140123.584000', '140123.587000', '140123.589000', '140123.592000', '140123.595000', '140143.472000', '140143.475000', '140143.478000', '140143.481000', '140143.484000', '140143.487000', '140143.490000', '140143.492000', '140143.495000', '140143.498000', '140143.501000', '140143.504000', '140143.507000', '140143.510000', '140143.513000', '140143.515000', '140143.518000', '140143.521000', '140143.524000', '140143.527000', '140143.530000', '140143.533000', '140143.536000', '140143.538000', '140143.541000', '140143.544000', '140143.547000', '140143.550000', '140143.553000', '140143.556000', '140143.559000', '140143.562000', '140143.564000', '140143.567000', '140143.570000', '140143.581000', '140143.584000', '140143.586000', '140143.589000', '140143.592000', '140143.595000', '140143.598000', '140143.601000', '140143.604000', '140203.472000', '140203.475000', '140203.478000', '140203.481000', '140203.484000', '140203.487000', '140203.489000', '140203.492000', '140203.495000', '140203.498000', '140203.501000', '140203.504000', '140203.507000', '140203.510000', '140203.512000', '140203.515000', '140203.518000', '140203.521000', '140203.524000', '140203.527000', '140203.530000', '140203.533000', '140203.536000', '140203.538000', '140203.541000', '140203.544000', '140203.547000', '140203.550000', '140203.553000', '140203.556000', '140203.559000', '140203.562000', '140203.565000', '140203.568000', '140203.571000', '140203.574000', '140203.577000', '140203.580000', '140203.582000', '140203.585000', '140203.588000', '140203.591000', '140203.594000', '140223.472000', '140223.475000', '140223.478000', '140223.481000', '140223.484000', '140223.487000', '140223.490000', '140223.492000', '140223.495000', '140223.498000', '140223.501000', '140223.504000', '140223.507000', '140223.510000', '140223.513000', '140223.515000', '140223.518000', '140223.521000', '140223.524000', '140223.527000', '140223.530000', '140223.533000', '140223.536000', '140223.539000', '140223.541000', '140223.544000', '140223.547000', '140223.550000', '140223.553000', '140223.556000', '140223.559000', '140223.562000', '140223.564000', '140223.567000', '140223.570000', '140223.573000', '140223.576000', '140223.579000', '140223.582000', '140223.585000', '140223.588000', '140223.591000', '140223.593000', '140223.596000', '140243.472000', '140243.475000', '140243.478000', '140243.481000', '140243.484000', '140243.487000', '140243.490000', '140243.501000', '140243.503000', '140243.506000', '140243.509000', '140243.513000', '140243.517000', '140243.519000', '140243.522000', '140243.525000', '140243.528000', '140243.531000', '140243.534000', '140243.537000', '140243.540000', '140243.543000', '140243.546000', '140243.549000', '140243.551000', '140243.554000', '140243.557000', '140243.560000', '140243.563000', '140243.566000', '140243.569000', '140243.572000', '140243.575000', '140243.578000', '140243.580000', '140243.585000', '140243.589000', '140243.592000', '140243.595000', '140243.598000', '140243.601000', '140243.604000', '140243.607000', '140258.376000', '140258.380000', '140258.383000', '140258.386000', '140258.389000', '140258.392000', '140258.395000', '140258.398000', '140258.400000', '140258.403000', '140258.406000', '140258.411000', '140258.414000', '140258.417000', '140258.420000', '140258.423000', '140258.426000', '140258.429000', '140258.432000', '140258.435000', '140258.438000', '140258.441000', '140258.444000', '140258.446000', '140258.449000', '140258.452000', '140258.455000', '140258.458000', '140258.461000', '140258.464000', '140258.467000', '140258.470000', '140258.486000'], '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': [10859, 17650, 12376, 9625, 13802, 9821, 17304, 11883, 12378, 11886, 11387, 12126, 16945, 11717, 15784, 10367, 15677, 9162, 13808, 9878, 11227, 16275, 10866, 14948, 9867, 14002, 7976, 12649, 10320, 10065, 15463, 10448, 14140, 9114, 13069, 8204, 11589, 12652, 9718, 16743, 10356, 14148, 9074, 14266, 9521, 14991, 11718, 8323, 14847, 8085, 15818, 8609, 15345, 15577, 11269, 18060, 10145, 16651, 9573, 13674, 18600, 11520, 18005, 10221, 16699, 9508, 12769, 17772, 11599, 17583, 10207, 16174, 8924, 13221, 14552, 11838, 15350, 11699, 17884, 10149, 16609, 10831, 15557, 10971, 17010, 9761, 16209, 9572, 16264, 9099, 16410, 9438, 14627, 15560, 10389, 17868, 10282, 16622, 8823, 14103, 14290, 10410, 17614, 11109, 16164, 9750, 15598, 8750, 14984, 9313, 11486, 12034, 10565, 17987, 9691, 15641, 12366, 10227, 17225, 10106, 16085, 9271, 13612, 16251, 10701, 17297, 10638, 16157, 9074, 14571, 12419, 10728, 17516, 11625, 16864, 9247, 16184, 8998, 13097, 15753, 12093, 17106, 10618, 16214, 8885, 15936, 9023, 14518, 10526, 12136, 17626, 11446, 16460, 10068, 16118, 8609, 15836, 8745, 13697, 11613, 11362, 15138, 11679, 16658, 10103, 15365, 8666, 15059, 8521, 11939, 15946, 10333, 16107, 10010, 15614, 8089, 14715, 8565, 12421, 12388, 10972, 13379, 10497, 13925, 10014, 15728, 9888, 14672, 9844, 14808, 8796, 13795, 9921, 12322, 15212, 11015, 15270, 10280, 15244, 10293, 13998, 13036, 10891, 16984, 11886, 15972, 10272, 15608, 9003, 15074, 8617, 14540, 9872, 13778, 9079, 14057, 14076, 10901, 16999, 10789, 15957, 9146, 14694, 8856, 12009, 17428, 11478, 16106, 9843, 15573, 8807, 13813, 13967, 11088, 16506, 11881, 14636, 9098, 14804, 9014, 14727, 9581, 12125, 13016, 11402, 12368, 11196, 9600, 13605, 10437, 12494, 14138, 12046, 17299, 10584, 15515, 9601, 15948, 8934, 15204, 9148, 13685, 11601, 10920, 16549, 11572, 16082, 8923, 14998, 8746, 13995, 11627, 11460, 16596, 9887, 14963, 8843, 12242, 16035, 11387, 15807, 9829, 14548, 8281, 14205, 13342, 10651, 15916, 10736, 14552, 8421, 13652, 10919, 10246, 16565, 11692, 15117, 9297, 14308, 8944, 13434, 11840, 11924, 17385, 11052, 15186, 8935, 14479, 14183, 11101, 16510, 11317, 15171, 9947, 14499, 9045, 14485, 9514, 11363, 16629, 10367, 15535, 9299, 14623, 9186, 13889, 9423, 11334, 17505, 10629, 15143, 9113, 14941, 8746, 11420, 17534, 10826, 12609, 9490, 14897, 8272, 14384, 7870, 14108, 8492, 13809, 7917, 14168, 8797, 13794, 11948, 10658, 16450, 10259, 15530, 9690, 15026, 10273, 13598, 10609, 10568, 17575, 11294, 15278, 9582, 14564, 8473, 14171, 8586, 12437, 11017, 10152, 17230, 10044, 15121, 9681, 15165, 8800, 14175, 8239, 13496, 8207, 14826, 8394, 14230, 8603, 13387, 8952, 13226, 11660, 11464, 16709, 10076, 15365, 9422, 15138, 9951, 13867, 9266, 10910, 17724, 10212, 15356, 9492, 14836, 8911, 11838, 14565, 9528, 15654, 9651, 14724, 8483, 13518, 8741, 10113, 17301, 10371, 15010, 9396, 15147, 8379, 14362, 8589, 14456, 9210, 14470, 9050, 12570, 17513, 10267, 15942, 8919, 13812, 11551, 10324, 16198, 9921, 15223, 9034, 14815, 9020, 13561, 13086, 10563, 16116, 11107, 16019, 10268, 15131, 8983, 14135, 9381, 13705, 9506, 12619, 11347, 11069, 13993, 11108, 15881, 11486, 15402, 11128, 16471, 10547, 15919, 9978, 15291, 10356, 15880, 10090, 15535, 9591, 13818, 8943, 13729, 9503, 14501, 8984, 13696, 9661, 12035, 11150, 10589, 13240, 11137, 11664, 10525, 14041, 9978, 16485, 10685, 14879, 9586, 14133, 8790, 13231, 9111, 13400, 11664, 10418, 15553, 9862, 14774, 9220, 13635, 9373, 13895, 9180, 11707, 9632, 9933, 16738, 10306, 14347, 9580, 13384, 8906, 13258, 8502, 13760, 9788, 12246, 11217, 9225, 14993, 9786, 14523, 9657, 13176, 9192, 10762, 14731, 9944, 15270, 9995, 14084, 8333, 13351, 9529, 13701, 8933, 12692, 11176, 9585, 16704, 10061, 14127, 9436, 13828, 8417, 12514, 8152, 11910, 11982, 9372, 16345, 8934, 13840, 9623, 13216, 8999, 11515, 8453, 8325, 11278, 8246, 15313, 8992, 14593, 9171, 13944, 9115, 14188, 10596, 12183, 16487, 9058, 14794, 10058, 14471, 9985, 13706, 9012, 12792, 10096, 10801, 15306, 10809, 15823, 10014, 13915, 10795, 15438, 9234, 14856, 9943, 11441, 10543, 11204, 10136, 14979, 9005, 12905, 14007, 9365, 14432, 9542, 12315, 17934, 9711, 14834, 8954, 12717, 10432, 9134, 14829, 9156, 13023, 8230, 9964, 10439, 9125, 12452, 8493, 13776, 9184, 13121, 8463, 12500, 8013, 12264, 8176, 9695, 14406, 9048, 14260, 9245, 13648, 8572, 12672, 8896, 10807, 15180, 9791, 14350, 9454, 13564, 8054, 12378, 9887, 11274, 11028, 9460, 14737, 10248, 14581, 9482, 14066, 8550, 12877, 8990, 10809, 13332, 9452, 15433, 10103, 14296, 9059, 13761, 8957, 11958, 13772, 9188, 15063, 9837, 14019, 9780, 12296, 9816, 9053, 15193, 10203, 13871, 9531, 11008, 11459, 8912, 14880, 9932, 13819, 8750, 13421, 9009, 10240, 15187, 9623, 13894, 8848, 13138, 8350, 10523, 14367, 9667, 14681, 9092, 13854, 8127, 13001, 9108, 10520, 11321, 9647, 13731, 9599, 14965, 10033, 14144, 9509, 13094, 8734, 10108, 15017, 10077, 14932, 9210, 12945, 8437, 9465, 15084, 10263, 14553, 9366, 13866, 9276, 12932, 10825, 9120, 15646, 9942, 13319, 10807, 17052, 9675, 15520, 10284, 14593, 11091, 11862, 11206, 12151, 11240, 15422, 10305, 14463, 10356, 11991, 18931, 11346, 14746, 9526, 14483, 10207, 11616, 19830, 12160, 15106, 10737, 14293, 8728, 12480, 9152, 11008, 11080, 11171, 10610, 11510, 8120, 11196, 8017, 10206, 11536, 9760, 14895, 10531, 13458, 10275, 13164, 9040, 12422, 8928, 13152, 9320, 13290, 9869, 12922, 8178, 12071, 9653, 12415, 9827, 11069, 12301, 10108, 15497, 10276, 15265, 11311, 14741, 9987, 14825, 9712, 14653, 10937, 13782, 10462, 14952, 9968, 13187, 9585, 13159, 8683, 13040, 8329, 13157, 8517, 13017, 8414, 12905, 8089, 12207, 9460, 11484, 9053, 11178, 11703, 10153, 14725, 11134, 14416, 10489, 14533, 10406, 14776, 11520, 14984, 10766, 14284, 10198, 12877, 10369, 13163, 10042, 12929, 9471, 12366, 10102, 13061, 10298, 13448, 9628, 12399, 9875, 12896, 10482, 12917, 9828, 12629, 9196, 12923, 8783, 12859, 7971, 13173, 8329, 12404, 9168, 10078, 15136, 10461, 13287, 8806, 12810, 8163, 12306, 9021, 10960, 8321, 9917, 10117, 9272, 13676, 9327, 13973, 9185, 13555, 9225, 15619, 8937, 13362, 9420, 12683, 9952, 12446, 8431, 12856, 8045, 12331, 10823, 9573, 15602, 9935, 13762, 8512, 13196, 9137, 12145, 13341, 9415, 13833, 9301, 13268, 8987, 12934, 8124, 12130, 9108, 12446, 8526, 10679, 13975, 9258, 13243, 9688, 12530, 8563, 12959, 8384, 12153, 8902, 9981, 14019, 9352, 13624, 8839, 13120, 8070, 11892, 8460, 11886, 7863, 12319, 10279, 10924, 11064, 9513, 13053, 9465, 14414, 8952, 12775, 11508, 11370, 16069, 9555, 13635, 9157, 13321, 9979, 10333, 17762, 8860, 13173, 8262, 12061, 11799, 8986, 14102, 8679, 12777, 7968, 11443, 11449, 9144, 15575, 8574, 12375, 8218, 11746, 8334, 12004, 8063, 12545, 8268, 12488, 11314, 11101, 12792, 9691, 13891, 8972, 17494, 9132, 13334, 9019, 15324, 10423, 12667, 13285, 10270, 8344, 11826, 8273, 13542, 8789, 16941, 10669, 10580, 20118, 9556, 13824, 9965, 14174, 8458, 14233, 8098, 14144, 8059, 13357, 8856, 10826, 9100, 9458, 11058, 8651, 12356, 9493, 12834, 9835, 14409, 9629, 14763, 8257, 14022, 8236, 13523, 8337, 13781, 8688, 12285, 8665, 10088, 13142, 9860, 13409, 9535, 13080, 9508, 12134, 10105, 9814, 9500, 8672, 8159], 'WindowCenter': [4815.0, 4860.0, 4819.0, 4777.0, 4815.0, 4777.0, 4857.0, 4809.0, 4807.0, 4796.0, 4795.0, 4795.0, 4835.0, 4783.0, 4811.0, 4761.0, 4799.0, 4750.0, 4789.0, 4748.0, 4769.0, 4807.0, 4770.0, 4797.0, 4748.0, 4787.0, 4730.0, 4789.0, 4759.0, 4760.0, 4809.0, 4770.0, 4801.0, 4753.0, 4790.0, 4744.0, 4793.0, 4803.0, 4803.0, 4821.0, 4774.0, 4792.0, 4746.0, 4776.0, 4738.0, 4787.0, 4772.0, 4747.0, 4829.0, 4775.0, 4853.0, 4785.0, 4842.0, 4840.0, 4813.0, 4838.0, 4777.0, 4828.0, 4769.0, 4819.0, 4850.0, 4788.0, 4837.0, 4777.0, 4813.0, 4753.0, 4783.0, 4821.0, 4772.0, 4821.0, 4763.0, 4811.0, 4743.0, 4791.0, 4788.0, 4769.0, 4798.0, 4768.0, 4818.0, 4761.0, 4820.0, 4773.0, 4823.0, 4785.0, 4834.0, 4777.0, 4824.0, 4777.0, 4835.0, 4757.0, 4836.0, 4767.0, 4827.0, 4826.0, 4778.0, 4834.0, 4776.0, 4825.0, 4755.0, 4816.0, 4817.0, 4748.0, 4778.0, 4744.0, 4808.0, 4777.0, 4851.0, 4755.0, 4823.0, 4766.0, 4799.0, 4807.0, 4788.0, 4846.0, 4779.0, 4839.0, 4795.0, 4775.0, 4834.0, 4775.0, 4823.0, 4754.0, 4803.0, 4823.0, 4773.0, 4820.0, 4762.0, 4811.0, 4754.0, 4799.0, 4779.0, 4760.0, 4818.0, 4770.0, 4808.0, 4750.0, 4809.0, 4739.0, 4789.0, 4798.0, 4779.0, 4808.0, 4759.0, 4807.0, 4728.0, 4797.0, 4738.0, 4788.0, 4748.0, 4768.0, 4807.0, 4768.0, 4796.0, 4748.0, 4796.0, 4727.0, 4796.0, 4717.0, 4786.0, 4767.0, 4768.0, 4797.0, 4769.0, 4807.0, 4748.0, 4797.0, 4729.0, 4798.0, 4728.0, 4768.0, 4807.0, 4748.0, 4806.0, 4748.0, 4809.0, 4719.0, 4798.0, 4729.0, 4780.0, 4779.0, 4760.0, 4790.0, 4771.0, 4800.0, 4763.0, 4824.0, 4787.0, 4824.0, 4776.0, 4814.0, 4757.0, 4816.0, 4778.0, 4807.0, 4824.0, 4786.0, 4824.0, 4775.0, 4824.0, 4775.0, 4814.0, 4792.0, 4772.0, 4821.0, 4783.0, 4811.0, 4763.0, 4811.0, 4744.0, 4811.0, 4743.0, 4800.0, 4761.0, 4800.0, 4752.0, 4802.0, 4801.0, 4772.0, 4820.0, 4760.0, 4809.0, 4740.0, 4799.0, 4739.0, 4780.0, 4808.0, 4769.0, 4798.0, 4749.0, 4798.0, 4730.0, 4789.0, 4788.0, 4759.0, 4809.0, 4781.0, 4800.0, 4741.0, 4799.0, 4740.0, 4800.0, 4750.0, 4781.0, 4790.0, 4772.0, 4791.0, 4772.0, 4764.0, 4814.0, 4774.0, 4795.0, 4803.0, 4783.0, 4833.0, 4762.0, 4799.0, 4751.0, 4811.0, 4744.0, 4811.0, 4756.0, 4803.0, 4771.0, 4761.0, 4824.0, 4782.0, 4808.0, 4740.0, 4799.0, 4742.0, 4789.0, 4770.0, 4770.0, 4809.0, 4751.0, 4798.0, 4740.0, 4767.0, 4785.0, 4757.0, 4795.0, 4737.0, 4775.0, 4718.0, 4786.0, 4775.0, 4748.0, 4797.0, 4747.0, 4787.0, 4717.0, 4787.0, 4747.0, 4746.0, 4795.0, 4768.0, 4797.0, 4739.0, 4787.0, 4728.0, 4788.0, 4768.0, 4768.0, 4808.0, 4756.0, 4787.0, 4727.0, 4787.0, 4775.0, 4745.0, 4795.0, 4757.0, 4785.0, 4737.0, 4786.0, 4727.0, 4786.0, 4739.0, 4768.0, 4809.0, 4761.0, 4808.0, 4739.0, 4788.0, 4738.0, 4789.0, 4741.0, 4771.0, 4818.0, 4762.0, 4798.0, 4740.0, 4799.0, 4730.0, 4769.0, 4818.0, 4773.0, 4780.0, 4738.0, 4787.0, 4731.0, 4800.0, 4732.0, 4799.0, 4742.0, 4802.0, 4746.0, 4813.0, 4755.0, 4817.0, 4795.0, 4776.0, 4825.0, 4765.0, 4813.0, 4755.0, 4801.0, 4763.0, 4792.0, 4763.0, 4763.0, 4821.0, 4773.0, 4801.0, 4751.0, 4799.0, 4733.0, 4790.0, 4733.0, 4783.0, 4771.0, 4763.0, 4820.0, 4753.0, 4801.0, 4753.0, 4814.0, 4783.0, 4816.0, 4761.0, 4779.0, 4717.0, 4813.0, 4745.0, 4814.0, 4757.0, 4804.0, 4756.0, 4806.0, 4786.0, 4787.0, 4835.0, 4766.0, 4814.0, 4754.0, 4812.0, 4764.0, 4805.0, 4754.0, 4773.0, 4820.0, 4761.0, 4801.0, 4752.0, 4799.0, 4740.0, 4771.0, 4799.0, 4750.0, 4800.0, 4750.0, 4799.0, 4730.0, 4790.0, 4731.0, 4752.0, 4809.0, 4751.0, 4800.0, 4741.0, 4800.0, 4731.0, 4800.0, 4742.0, 4802.0, 4755.0, 4813.0, 4743.0, 4794.0, 4822.0, 4763.0, 4811.0, 4743.0, 4792.0, 4773.0, 4764.0, 4822.0, 4764.0, 4800.0, 4741.0, 4800.0, 4742.0, 4820.0, 4794.0, 4759.0, 4784.0, 4757.0, 4796.0, 4748.0, 4786.0, 4741.0, 4789.0, 4740.0, 4788.0, 4750.0, 4780.0, 4761.0, 4760.0, 4790.0, 4761.0, 4809.0, 4769.0, 4799.0, 4771.0, 4811.0, 4762.0, 4811.0, 4751.0, 4810.0, 4752.0, 4811.0, 4763.0, 4813.0, 4766.0, 4801.0, 4768.0, 4804.0, 4754.0, 4801.0, 4742.0, 4793.0, 4754.0, 4784.0, 4772.0, 4761.0, 4791.0, 4773.0, 4773.0, 4764.0, 4800.0, 4763.0, 4821.0, 4764.0, 4802.0, 4754.0, 4791.0, 4741.0, 4780.0, 4741.0, 4791.0, 4771.0, 4761.0, 4799.0, 4750.0, 4789.0, 4741.0, 4779.0, 4740.0, 4788.0, 4740.0, 4771.0, 4751.0, 4752.0, 4810.0, 4763.0, 4802.0, 4753.0, 4791.0, 4742.0, 4791.0, 4743.0, 4802.0, 4752.0, 4783.0, 4772.0, 4753.0, 4802.0, 4751.0, 4791.0, 4740.0, 4779.0, 4740.0, 4759.0, 4789.0, 4750.0, 4800.0, 4764.0, 4802.0, 4731.0, 4779.0, 4749.0, 4790.0, 4741.0, 4780.0, 4771.0, 4741.0, 4809.0, 4750.0, 4790.0, 4741.0, 4778.0, 4720.0, 4768.0, 4721.0, 4768.0, 4771.0, 4753.0, 4821.0, 4771.0, 4838.0, 4777.0, 4755.0, 4704.0, 4722.0, 4683.0, 4699.0, 4750.0, 4710.0, 4790.0, 4736.0, 4782.0, 4723.0, 4769.0, 4710.0, 4774.0, 4695.0, 4771.0, 4799.0, 4715.0, 4760.0, 4711.0, 4753.0, 4713.0, 4752.0, 4702.0, 4741.0, 4724.0, 4750.0, 4800.0, 4760.0, 4786.0, 4737.0, 4777.0, 4749.0, 4784.0, 4716.0, 4775.0, 4739.0, 4759.0, 4749.0, 4760.0, 4752.0, 4790.0, 4731.0, 4770.0, 4767.0, 4715.0, 4754.0, 4702.0, 4734.0, 4770.0, 4702.0, 4751.0, 4692.0, 4740.0, 4710.0, 4701.0, 4761.0, 4703.0, 4737.0, 4679.0, 4708.0, 4708.0, 4699.0, 4740.0, 4702.0, 4761.0, 4711.0, 4750.0, 4692.0, 4744.0, 4695.0, 4754.0, 4706.0, 4726.0, 4774.0, 4716.0, 4776.0, 4727.0, 4766.0, 4719.0, 4767.0, 4728.0, 4748.0, 4786.0, 4738.0, 4778.0, 4738.0, 4767.0, 4709.0, 4768.0, 4739.0, 4760.0, 4759.0, 4740.0, 4789.0, 4750.0, 4789.0, 4741.0, 4781.0, 4731.0, 4770.0, 4731.0, 4760.0, 4779.0, 4741.0, 4801.0, 4750.0, 4778.0, 4730.0, 4779.0, 4730.0, 4770.0, 4777.0, 4730.0, 4788.0, 4739.0, 4778.0, 4739.0, 4769.0, 4738.0, 4729.0, 4788.0, 4739.0, 4777.0, 4728.0, 4746.0, 4758.0, 4728.0, 4788.0, 4738.0, 4776.0, 4718.0, 4776.0, 4726.0, 4738.0, 4786.0, 4728.0, 4777.0, 4729.0, 4777.0, 4718.0, 4749.0, 4777.0, 4739.0, 4789.0, 4730.0, 4780.0, 4720.0, 4780.0, 4730.0, 4763.0, 4771.0, 4752.0, 4790.0, 4753.0, 4801.0, 4753.0, 4792.0, 4741.0, 4781.0, 4731.0, 4750.0, 4790.0, 4740.0, 4787.0, 4729.0, 4768.0, 4718.0, 4729.0, 4776.0, 4737.0, 4776.0, 4727.0, 4778.0, 4740.0, 4769.0, 4759.0, 4742.0, 4796.0, 4750.0, 4790.0, 4762.0, 4797.0, 4740.0, 4797.0, 4752.0, 4802.0, 4774.0, 4773.0, 4774.0, 4783.0, 4774.0, 4803.0, 4753.0, 4793.0, 4752.0, 4771.0, 4821.0, 4761.0, 4790.0, 4729.0, 4776.0, 4737.0, 4746.0, 4805.0, 4745.0, 4763.0, 4734.0, 4762.0, 4706.0, 4753.0, 4714.0, 4733.0, 4731.0, 4732.0, 4733.0, 4744.0, 4707.0, 4757.0, 4719.0, 4750.0, 4759.0, 4739.0, 4788.0, 4762.0, 4793.0, 4764.0, 4781.0, 4744.0, 4782.0, 4743.0, 4780.0, 4744.0, 4794.0, 4766.0, 4793.0, 4745.0, 4785.0, 4755.0, 4783.0, 4754.0, 4775.0, 4784.0, 4764.0, 4802.0, 4753.0, 4800.0, 4773.0, 4802.0, 4754.0, 4802.0, 4754.0, 4802.0, 4775.0, 4804.0, 4776.0, 4814.0, 4764.0, 4793.0, 4754.0, 4792.0, 4744.0, 4782.0, 4732.0, 4781.0, 4732.0, 4782.0, 4732.0, 4779.0, 4722.0, 4770.0, 4739.0, 4770.0, 4731.0, 4761.0, 4770.0, 4750.0, 4788.0, 4761.0, 4789.0, 4750.0, 4789.0, 4750.0, 4789.0, 4759.0, 4789.0, 4759.0, 4789.0, 4749.0, 4769.0, 4750.0, 4769.0, 4740.0, 4768.0, 4740.0, 4769.0, 4750.0, 4780.0, 4751.0, 4779.0, 4741.0, 4770.0, 4741.0, 4768.0, 4750.0, 4769.0, 4740.0, 4767.0, 4729.0, 4767.0, 4717.0, 4766.0, 4708.0, 4764.0, 4707.0, 4756.0, 4727.0, 4727.0, 4775.0, 4736.0, 4766.0, 4716.0, 4754.0, 4706.0, 4756.0, 4716.0, 4745.0, 4718.0, 4738.0, 4738.0, 4740.0, 4778.0, 4729.0, 4789.0, 4741.0, 4791.0, 4743.0, 4801.0, 4742.0, 4792.0, 4745.0, 4783.0, 4754.0, 4783.0, 4733.0, 4780.0, 4722.0, 4783.0, 4762.0, 4741.0, 4799.0, 4752.0, 4781.0, 4731.0, 4770.0, 4742.0, 4771.0, 4779.0, 4742.0, 4779.0, 4742.0, 4780.0, 4731.0, 4769.0, 4722.0, 4771.0, 4742.0, 4784.0, 4731.0, 4752.0, 4780.0, 4742.0, 4780.0, 4740.0, 4769.0, 4720.0, 4769.0, 4720.0, 4771.0, 4732.0, 4741.0, 4789.0, 4741.0, 4780.0, 4732.0, 4780.0, 4722.0, 4771.0, 4731.0, 4773.0, 4724.0, 4784.0, 4764.0, 4775.0, 4774.0, 4756.0, 4793.0, 4755.0, 4805.0, 4747.0, 4785.0, 4774.0, 4776.0, 4838.0, 4769.0, 4781.0, 4741.0, 4781.0, 4742.0, 4751.0, 4810.0, 4731.0, 4778.0, 4721.0, 4769.0, 4759.0, 4730.0, 4779.0, 4729.0, 4768.0, 4721.0, 4759.0, 4758.0, 4728.0, 4798.0, 4731.0, 4769.0, 4730.0, 4771.0, 4733.0, 4782.0, 4736.0, 4794.0, 4746.0, 4793.0, 4775.0, 4774.0, 4784.0, 4754.0, 4793.0, 4743.0, 4822.0, 4744.0, 4781.0, 4731.0, 4802.0, 4749.0, 4768.0, 4779.0, 4740.0, 4721.0, 4768.0, 4721.0, 4779.0, 4719.0, 4798.0, 4737.0, 4736.0, 4805.0, 4715.0, 4754.0, 4726.0, 4765.0, 4707.0, 4763.0, 4696.0, 4761.0, 4695.0, 4755.0, 4705.0, 4736.0, 4717.0, 4738.0, 4759.0, 4719.0, 4756.0, 4728.0, 4768.0, 4738.0, 4777.0, 4730.0, 4778.0, 4707.0, 4780.0, 4710.0, 4766.0, 4707.0, 4767.0, 4719.0, 4759.0, 4718.0, 4739.0, 4768.0, 4738.0, 4767.0, 4742.0, 4778.0, 4742.0, 4782.0, 4764.0, 4820.0, 4867.0, 4925.0, 4665.0], 'WindowWidth': [10505.0, 10557.0, 10498.0, 10436.0, 10483.0, 10434.0, 10546.0, 10481.0, 10476.0, 10459.0, 10457.0, 10457.0, 10514.0, 10433.0, 10471.0, 10399.0, 10449.0, 10384.0, 10435.0, 10380.0, 10407.0, 10460.0, 10410.0, 10444.0, 10380.0, 10431.0, 10358.0, 10436.0, 10397.0, 10399.0, 10465.0, 10414.0, 10458.0, 10394.0, 10442.0, 10384.0, 10450.0, 10465.0, 10486.0, 10485.0, 10424.0, 10442.0, 10385.0, 10405.0, 10359.0, 10424.0, 10413.0, 10391.0, 10506.0, 10445.0, 10548.0, 10457.0, 10530.0, 10527.0, 10491.0, 10518.0, 10431.0, 10502.0, 10423.0, 10490.0, 10540.0, 10447.0, 10515.0, 10430.0, 10474.0, 10391.0, 10429.0, 10485.0, 10413.0, 10482.0, 10403.0, 10467.0, 10377.0, 10439.0, 10432.0, 10406.0, 10446.0, 10402.0, 10472.0, 10400.0, 10481.0, 10421.0, 10489.0, 10442.0, 10506.0, 10434.0, 10493.0, 10435.0, 10510.0, 10407.0, 10514.0, 10420.0, 10502.0, 10502.0, 10435.0, 10508.0, 10429.0, 10494.0, 10401.0, 10483.0, 10490.0, 10374.0, 10400.0, 10363.0, 10459.0, 10436.0, 10546.0, 10405.0, 10492.0, 10418.0, 10468.0, 10478.0, 10453.0, 10530.0, 10443.0, 10524.0, 10457.0, 10429.0, 10508.0, 10430.0, 10493.0, 10399.0, 10464.0, 10494.0, 10422.0, 10483.0, 10405.0, 10471.0, 10399.0, 10449.0, 10426.0, 10399.0, 10476.0, 10411.0, 10461.0, 10385.0, 10463.0, 10371.0, 10437.0, 10451.0, 10423.0, 10464.0, 10396.0, 10457.0, 10353.0, 10443.0, 10367.0, 10433.0, 10378.0, 10405.0, 10460.0, 10406.0, 10442.0, 10378.0, 10440.0, 10348.0, 10439.0, 10335.0, 10427.0, 10405.0, 10406.0, 10445.0, 10409.0, 10458.0, 10381.0, 10445.0, 10357.0, 10447.0, 10354.0, 10406.0, 10459.0, 10381.0, 10457.0, 10379.0, 10464.0, 10343.0, 10447.0, 10357.0, 10427.0, 10423.0, 10399.0, 10441.0, 10417.0, 10456.0, 10409.0, 10494.0, 10450.0, 10494.0, 10432.0, 10480.0, 10410.0, 10486.0, 10439.0, 10475.0, 10497.0, 10444.0, 10496.0, 10429.0, 10495.0, 10428.0, 10479.0, 10448.0, 10420.0, 10487.0, 10435.0, 10473.0, 10407.0, 10471.0, 10381.0, 10470.0, 10380.0, 10454.0, 10403.0, 10454.0, 10391.0, 10459.0, 10458.0, 10419.0, 10482.0, 10400.0, 10464.0, 10372.0, 10451.0, 10370.0, 10425.0, 10463.0, 10408.0, 10446.0, 10381.0, 10444.0, 10356.0, 10433.0, 10433.0, 10395.0, 10466.0, 10429.0, 10453.0, 10374.0, 10448.0, 10372.0, 10449.0, 10385.0, 10428.0, 10440.0, 10417.0, 10444.0, 10420.0, 10411.0, 10481.0, 10425.0, 10453.0, 10463.0, 10433.0, 10506.0, 10404.0, 10450.0, 10385.0, 10469.0, 10382.0, 10467.0, 10400.0, 10461.0, 10415.0, 10399.0, 10496.0, 10430.0, 10460.0, 10370.0, 10449.0, 10376.0, 10435.0, 10410.0, 10410.0, 10464.0, 10386.0, 10447.0, 10370.0, 10401.0, 10424.0, 10385.0, 10437.0, 10361.0, 10409.0, 10336.0, 10426.0, 10411.0, 10375.0, 10440.0, 10372.0, 10428.0, 10333.0, 10427.0, 10375.0, 10372.0, 10439.0, 10403.0, 10443.0, 10366.0, 10428.0, 10351.0, 10431.0, 10404.0, 10403.0, 10462.0, 10386.0, 10428.0, 10347.0, 10429.0, 10408.0, 10366.0, 10436.0, 10387.0, 10423.0, 10360.0, 10423.0, 10348.0, 10427.0, 10366.0, 10404.0, 10460.0, 10400.0, 10461.0, 10367.0, 10431.0, 10363.0, 10435.0, 10372.0, 10414.0, 10476.0, 10401.0, 10448.0, 10370.0, 10448.0, 10358.0, 10409.0, 10474.0, 10423.0, 10426.0, 10361.0, 10427.0, 10358.0, 10451.0, 10365.0, 10450.0, 10378.0, 10459.0, 10391.0, 10478.0, 10400.0, 10487.0, 10455.0, 10430.0, 10496.0, 10412.0, 10475.0, 10396.0, 10457.0, 10406.0, 10443.0, 10405.0, 10406.0, 10483.0, 10418.0, 10456.0, 10388.0, 10449.0, 10365.0, 10437.0, 10363.0, 10432.0, 10415.0, 10406.0, 10482.0, 10393.0, 10455.0, 10393.0, 10480.0, 10452.0, 10488.0, 10421.0, 10418.0, 10329.0, 10476.0, 10387.0, 10479.0, 10407.0, 10468.0, 10404.0, 10472.0, 10445.0, 10444.0, 10509.0, 10416.0, 10479.0, 10396.0, 10473.0, 10407.0, 10465.0, 10396.0, 10420.0, 10483.0, 10400.0, 10454.0, 10387.0, 10449.0, 10370.0, 10413.0, 10449.0, 10384.0, 10452.0, 10383.0, 10449.0, 10356.0, 10438.0, 10360.0, 10387.0, 10464.0, 10385.0, 10451.0, 10373.0, 10453.0, 10359.0, 10452.0, 10376.0, 10457.0, 10397.0, 10475.0, 10380.0, 10450.0, 10486.0, 10405.0, 10469.0, 10379.0, 10444.0, 10418.0, 10407.0, 10487.0, 10408.0, 10451.0, 10371.0, 10450.0, 10373.0, 10497.0, 10450.0, 10392.0, 10419.0, 10384.0, 10440.0, 10377.0, 10427.0, 10374.0, 10432.0, 10369.0, 10433.0, 10384.0, 10423.0, 10399.0, 10395.0, 10437.0, 10399.0, 10463.0, 10410.0, 10450.0, 10413.0, 10468.0, 10403.0, 10469.0, 10386.0, 10466.0, 10388.0, 10469.0, 10407.0, 10475.0, 10416.0, 10458.0, 10423.0, 10464.0, 10393.0, 10456.0, 10376.0, 10445.0, 10396.0, 10437.0, 10417.0, 10400.0, 10440.0, 10417.0, 10418.0, 10407.0, 10454.0, 10406.0, 10484.0, 10409.0, 10460.0, 10393.0, 10441.0, 10374.0, 10424.0, 10372.0, 10439.0, 10412.0, 10398.0, 10448.0, 10381.0, 10434.0, 10371.0, 10419.0, 10367.0, 10431.0, 10370.0, 10412.0, 10385.0, 10390.0, 10466.0, 10403.0, 10459.0, 10393.0, 10439.0, 10376.0, 10440.0, 10378.0, 10458.0, 10389.0, 10432.0, 10415.0, 10393.0, 10458.0, 10387.0, 10440.0, 10368.0, 10421.0, 10370.0, 10395.0, 10436.0, 10383.0, 10451.0, 10411.0, 10458.0, 10358.0, 10420.0, 10380.0, 10436.0, 10372.0, 10424.0, 10412.0, 10372.0, 10463.0, 10382.0, 10437.0, 10370.0, 10414.0, 10341.0, 10403.0, 10343.0, 10404.0, 10415.0, 10392.0, 10485.0, 10432.0, 10536.0, 10441.0, 10374.0, 10304.0, 10321.0, 10271.0, 10303.0, 10372.0, 10320.0, 10430.0, 10363.0, 10422.0, 10339.0, 10399.0, 10313.0, 10415.0, 10272.0, 10412.0, 10447.0, 10323.0, 10377.0, 10310.0, 10371.0, 10316.0, 10371.0, 10299.0, 10354.0, 10334.0, 10381.0, 10450.0, 10395.0, 10426.0, 10360.0, 10414.0, 10378.0, 10418.0, 10327.0, 10404.0, 10365.0, 10391.0, 10378.0, 10393.0, 10384.0, 10438.0, 10355.0, 10406.0, 10394.0, 10321.0, 10376.0, 10299.0, 10343.0, 10392.0, 10298.0, 10364.0, 10282.0, 10346.0, 10304.0, 10296.0, 10379.0, 10302.0, 10341.0, 10265.0, 10302.0, 10302.0, 10289.0, 10348.0, 10301.0, 10381.0, 10316.0, 10365.0, 10289.0, 10360.0, 10297.0, 10377.0, 10315.0, 10342.0, 10402.0, 10327.0, 10409.0, 10343.0, 10394.0, 10335.0, 10398.0, 10346.0, 10373.0, 10424.0, 10361.0, 10414.0, 10360.0, 10398.0, 10324.0, 10402.0, 10362.0, 10393.0, 10392.0, 10368.0, 10433.0, 10380.0, 10435.0, 10370.0, 10423.0, 10356.0, 10408.0, 10355.0, 10395.0, 10419.0, 10370.0, 10451.0, 10381.0, 10416.0, 10352.0, 10420.0, 10353.0, 10408.0, 10414.0, 10352.0, 10429.0, 10363.0, 10417.0, 10363.0, 10404.0, 10362.0, 10351.0, 10430.0, 10362.0, 10413.0, 10346.0, 10371.0, 10388.0, 10347.0, 10429.0, 10359.0, 10410.0, 10336.0, 10410.0, 10345.0, 10361.0, 10425.0, 10347.0, 10414.0, 10349.0, 10414.0, 10337.0, 10378.0, 10415.0, 10364.0, 10434.0, 10356.0, 10421.0, 10342.0, 10421.0, 10356.0, 10402.0, 10414.0, 10388.0, 10439.0, 10390.0, 10454.0, 10392.0, 10441.0, 10373.0, 10427.0, 10358.0, 10384.0, 10438.0, 10369.0, 10431.0, 10351.0, 10403.0, 10334.0, 10349.0, 10411.0, 10357.0, 10410.0, 10343.0, 10418.0, 10368.0, 10405.0, 10394.0, 10374.0, 10443.0, 10385.0, 10438.0, 10402.0, 10442.0, 10366.0, 10440.0, 10385.0, 10457.0, 10418.0, 10416.0, 10420.0, 10430.0, 10419.0, 10460.0, 10388.0, 10443.0, 10385.0, 10409.0, 10481.0, 10395.0, 10433.0, 10347.0, 10408.0, 10354.0, 10364.0, 10449.0, 10359.0, 10384.0, 10343.0, 10381.0, 10311.0, 10371.0, 10320.0, 10341.0, 10338.0, 10338.0, 10344.0, 10360.0, 10317.0, 10384.0, 10337.0, 10380.0, 10390.0, 10365.0, 10433.0, 10400.0, 10446.0, 10405.0, 10425.0, 10378.0, 10429.0, 10377.0, 10424.0, 10380.0, 10449.0, 10412.0, 10446.0, 10384.0, 10437.0, 10396.0, 10433.0, 10393.0, 10421.0, 10433.0, 10406.0, 10456.0, 10388.0, 10452.0, 10416.0, 10456.0, 10394.0, 10456.0, 10393.0, 10457.0, 10423.0, 10463.0, 10425.0, 10476.0, 10408.0, 10447.0, 10392.0, 10443.0, 10380.0, 10427.0, 10361.0, 10424.0, 10358.0, 10428.0, 10359.0, 10420.0, 10345.0, 10409.0, 10366.0, 10407.0, 10357.0, 10397.0, 10407.0, 10382.0, 10430.0, 10397.0, 10434.0, 10380.0, 10433.0, 10381.0, 10434.0, 10392.0, 10434.0, 10392.0, 10432.0, 10379.0, 10403.0, 10378.0, 10404.0, 10366.0, 10402.0, 10367.0, 10404.0, 10381.0, 10420.0, 10381.0, 10420.0, 10368.0, 10407.0, 10368.0, 10402.0, 10380.0, 10405.0, 10365.0, 10398.0, 10348.0, 10397.0, 10330.0, 10394.0, 10318.0, 10390.0, 10316.0, 10380.0, 10342.0, 10343.0, 10406.0, 10352.0, 10394.0, 10326.0, 10374.0, 10314.0, 10379.0, 10327.0, 10366.0, 10331.0, 10361.0, 10359.0, 10366.0, 10414.0, 10350.0, 10433.0, 10370.0, 10437.0, 10376.0, 10452.0, 10375.0, 10442.0, 10380.0, 10430.0, 10392.0, 10430.0, 10363.0, 10423.0, 10346.0, 10428.0, 10397.0, 10371.0, 10448.0, 10384.0, 10424.0, 10356.0, 10406.0, 10370.0, 10408.0, 10418.0, 10370.0, 10419.0, 10371.0, 10422.0, 10356.0, 10406.0, 10343.0, 10408.0, 10373.0, 10434.0, 10355.0, 10383.0, 10421.0, 10370.0, 10424.0, 10366.0, 10403.0, 10339.0, 10402.0, 10336.0, 10407.0, 10357.0, 10369.0, 10431.0, 10369.0, 10423.0, 10359.0, 10422.0, 10346.0, 10412.0, 10357.0, 10416.0, 10351.0, 10432.0, 10406.0, 10422.0, 10418.0, 10397.0, 10446.0, 10398.0, 10466.0, 10388.0, 10439.0, 10420.0, 10426.0, 10519.0, 10421.0, 10427.0, 10370.0, 10424.0, 10370.0, 10383.0, 10463.0, 10356.0, 10416.0, 10343.0, 10403.0, 10390.0, 10351.0, 10418.0, 10350.0, 10400.0, 10341.0, 10389.0, 10387.0, 10349.0, 10442.0, 10354.0, 10407.0, 10355.0, 10410.0, 10361.0, 10429.0, 10374.0, 10448.0, 10389.0, 10448.0, 10423.0, 10420.0, 10433.0, 10392.0, 10444.0, 10376.0, 10485.0, 10380.0, 10427.0, 10356.0, 10460.0, 10375.0, 10400.0, 10418.0, 10365.0, 10344.0, 10404.0, 10343.0, 10418.0, 10335.0, 10443.0, 10354.0, 10352.0, 10446.0, 10321.0, 10375.0, 10337.0, 10393.0, 10316.0, 10385.0, 10298.0, 10380.0, 10295.0, 10374.0, 10308.0, 10353.0, 10327.0, 10359.0, 10391.0, 10335.0, 10380.0, 10344.0, 10399.0, 10358.0, 10411.0, 10350.0, 10412.0, 10315.0, 10421.0, 10321.0, 10393.0, 10317.0, 10396.0, 10336.0, 10387.0, 10332.0, 10362.0, 10401.0, 10361.0, 10395.0, 10368.0, 10416.0, 10371.0, 10427.0, 10409.0, 10519.0, 10617.0, 10734.0, 10239.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.004290253521126761</td></tr>
<tr><td colspan=3>aqi</td><td>0.06157853812206572</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.54651915411655</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1599937507612774</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9718709635996232</td></tr>
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
<tr><td colspan=3>fber</td><td>5242.2285</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14033508504997316</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.765258215962442</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.659814189741374</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5176123945208975</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9767042926662026</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4851258820370234</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120422</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011861582286655903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04501567408442497</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</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.065294843703294</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>14.0214</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.815</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.1876</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298113.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>1087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.0108</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.7427</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3961.096</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.4712</td></tr>
<tr><td colspan=3>tsnr</td><td>25.504373469622806</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>