<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-03/func/sub-0075_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>0a4addb4205bb7c8f44f0dda956f14ad</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>10:07:0.177500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993042, 0.00544997, 0.117633, 0.00762618, 0.993855, -0.110425]</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.0813782</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -7669, -7258, 492, -42, -37, 17, 35]</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>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0dd03a4-ea4c-4588-8d4b-b508160623fa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.664259433746338, 0.020460477098822594, 0.31728261709213257, 102.99951171875], [-0.014621859416365623, 2.666440963745117, -0.29849421977996826, -82.27925872802734], [0.31560102105140686, 0.2962612509727478, 2.664626359939575, -99.25590515136719], [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': ['100700.177500', '100700.637500', '100701.097500', '100701.557500', '100702.017500', '100702.477500', '100702.937500', '100703.397500', '100703.857500', '100704.317500', '100704.777500', '100705.237500', '100705.697500', '100706.157500', '100706.617500', '100707.077500', '100707.537500', '100707.997500', '100708.457500', '100708.917500', '100709.377500', '100709.837500', '100710.297500', '100710.757500', '100711.217500', '100711.677500', '100712.137500', '100712.597500', '100713.057500', '100713.517500', '100713.977500', '100714.437500', '100714.897500', '100715.357500', '100715.817500', '100716.277500', '100716.737500', '100717.197500', '100717.657500', '100718.117500', '100718.577500', '100719.037500', '100719.497500', '100719.957500', '100720.417500', '100720.877500', '100721.337500', '100721.797500', '100722.257500', '100722.717500', '100723.177500', '100723.637500', '100724.097500', '100724.557500', '100725.017500', '100725.477500', '100725.937500', '100726.397500', '100726.857500', '100727.317500', '100727.777500', '100728.237500', '100728.697500', '100729.157500', '100729.617500', '100730.077500', '100730.537500', '100730.997500', '100731.457500', '100731.917500', '100732.377500', '100732.837500', '100733.297500', '100733.757500', '100734.217500', '100734.677500', '100735.137500', '100735.597500', '100736.057500', '100736.517500', '100736.977500', '100737.437500', '100737.897500', '100738.357500', '100738.817500', '100739.277500', '100739.737500', '100740.197500', '100740.657500', '100741.117500', '100741.577500', '100742.037500', '100742.497500', '100742.957500', '100743.417500', '100743.877500', '100744.337500', '100744.797500', '100745.257500', '100745.717500', '100746.177500', '100746.637500', '100747.097500', '100747.557500', '100748.017500', '100748.477500', '100748.937500', '100749.397500', '100749.857500', '100750.317500', '100750.777500', '100751.237500', '100751.697500', '100752.157500', '100752.617500', '100753.077500', '100753.537500', '100753.997500', '100754.457500', '100754.917500', '100755.377500', '100755.837500', '100756.297500', '100756.757500', '100757.217500', '100757.677500', '100758.137500', '100758.597500', '100759.057500', '100759.517500', '100759.977500', '100800.437500', '100800.897500', '100801.357500', '100801.817500', '100802.277500', '100802.737500', '100803.197500', '100803.657500', '100804.117500', '100804.577500', '100805.037500', '100805.497500', '100805.957500', '100806.417500', '100806.877500', '100807.337500', '100807.797500', '100808.257500', '100808.717500', '100809.177500', '100809.637500', '100810.097500', '100810.557500', '100811.017500', '100811.477500', '100811.937500', '100812.397500', '100812.857500', '100813.317500', '100813.777500', '100814.237500', '100814.697500', '100815.157500', '100815.617500', '100816.077500', '100816.537500', '100816.997500', '100817.457500', '100817.917500', '100818.377500', '100818.837500', '100819.297500', '100819.757500', '100820.217500', '100820.677500', '100821.137500', '100821.597500', '100822.057500', '100822.517500', '100822.977500', '100823.437500', '100823.897500', '100824.357500', '100824.817500', '100825.277500', '100825.737500', '100826.197500', '100826.657500', '100827.117500', '100827.577500', '100828.037500', '100828.497500', '100828.957500', '100829.417500', '100829.877500', '100830.337500', '100830.797500', '100831.257500', '100831.717500', '100832.177500', '100832.637500', '100833.097500', '100833.557500', '100834.017500', '100834.477500', '100834.937500', '100835.397500', '100835.857500', '100836.317500', '100836.777500', '100837.237500', '100837.697500', '100838.157500', '100838.617500', '100839.077500', '100839.537500', '100839.997500', '100840.457500', '100840.917500', '100841.377500', '100841.837500', '100842.297500', '100842.757500', '100843.217500', '100843.677500', '100844.137500', '100844.597500', '100845.057500', '100845.517500', '100845.977500', '100846.437500', '100846.897500', '100847.357500', '100847.817500', '100848.277500', '100848.737500', '100849.197500', '100849.657500', '100850.117500', '100850.577500', '100851.037500', '100851.497500', '100851.957500', '100852.417500', '100852.877500', '100853.337500', '100853.797500', '100854.257500', '100854.717500', '100855.177500', '100855.637500', '100856.097500', '100856.557500', '100857.017500', '100857.477500', '100857.937500', '100858.397500', '100858.857500', '100859.317500', '100859.777500', '100900.237500', '100900.697500', '100901.157500', '100901.617500', '100902.077500', '100902.537500', '100902.997500', '100903.457500', '100903.917500', '100904.377500', '100904.837500', '100905.297500', '100905.757500', '100906.217500', '100906.677500', '100907.137500', '100907.597500', '100908.057500', '100908.517500', '100908.977500', '100909.437500', '100909.897500', '100910.357500', '100910.817500', '100911.277500', '100911.737500', '100912.197500', '100912.657500', '100913.117500', '100913.577500', '100914.037500', '100914.497500', '100914.957500', '100915.417500', '100915.877500', '100916.337500', '100916.797500', '100917.257500', '100917.717500', '100918.177500', '100918.637500', '100919.097500', '100919.557500', '100920.017500', '100920.477500', '100920.937500', '100921.397500', '100921.857500', '100922.317500', '100922.777500', '100923.237500', '100923.697500', '100924.157500', '100924.617500', '100925.077500', '100925.537500', '100925.997500', '100926.457500', '100926.917500', '100927.377500', '100927.837500', '100928.297500', '100928.757500', '100929.217500', '100929.677500', '100930.137500', '100930.597500', '100931.057500', '100931.517500', '100931.977500', '100932.437500', '100932.897500', '100933.357500', '100933.817500', '100934.277500', '100934.737500', '100935.197500', '100935.657500', '100936.117500', '100936.577500', '100937.037500', '100937.497500', '100937.957500', '100938.417500', '100938.877500', '100939.337500', '100939.797500', '100940.257500', '100940.717500', '100941.177500', '100941.637500', '100942.097500', '100942.557500', '100943.017500', '100943.477500', '100943.937500', '100944.397500', '100944.857500', '100945.317500', '100945.777500', '100946.237500', '100946.697500', '100947.157500', '100947.617500', '100948.077500', '100948.537500', '100948.997500', '100949.457500', '100949.917500', '100950.377500', '100950.837500', '100951.297500', '100951.757500', '100952.217500', '100952.677500', '100953.137500', '100953.597500', '100954.057500', '100954.517500', '100954.977500', '100955.437500', '100955.897500', '100956.357500', '100956.817500', '100957.277500', '100957.737500', '100958.197500', '100958.657500', '100959.117500', '100959.577500', '101000.037500', '101000.497500', '101000.957500', '101001.417500', '101001.877500', '101002.337500', '101002.797500', '101003.257500', '101003.717500', '101004.177500', '101004.637500', '101005.097500', '101005.557500', '101006.017500', '101006.477500', '101006.937500', '101007.397500', '101007.857500', '101008.317500', '101008.777500', '101009.237500', '101009.697500', '101010.157500', '101010.617500', '101011.077500', '101011.537500', '101011.997500', '101012.457500', '101012.917500', '101013.377500', '101013.837500', '101014.297500', '101014.757500', '101015.217500', '101015.677500', '101016.137500', '101016.597500', '101017.057500', '101017.517500', '101017.977500', '101018.437500', '101018.897500', '101019.357500', '101019.817500', '101020.277500', '101020.737500', '101021.197500', '101021.657500', '101022.117500', '101022.577500', '101023.037500', '101023.497500', '101023.957500', '101024.417500', '101024.877500', '101025.337500', '101025.797500', '101026.257500', '101026.717500', '101027.177500', '101027.637500', '101028.097500', '101028.557500', '101029.017500', '101029.477500', '101029.937500', '101030.397500', '101030.857500', '101031.317500', '101031.777500', '101032.237500', '101032.697500', '101033.157500', '101033.617500', '101034.077500', '101034.537500', '101034.997500', '101035.457500', '101035.917500', '101036.377500', '101036.837500', '101037.297500', '101037.757500', '101038.217500', '101038.677500', '101039.137500', '101039.597500', '101040.057500', '101040.517500', '101040.977500', '101041.437500', '101041.897500', '101042.357500', '101042.817500', '101043.277500', '101043.737500', '101044.197500', '101044.657500', '101045.117500', '101045.577500', '101046.037500', '101046.497500', '101046.957500', '101047.417500', '101047.877500', '101048.337500', '101048.797500', '101049.257500', '101049.717500', '101050.177500', '101050.637500', '101051.097500', '101051.557500', '101052.017500', '101052.477500', '101052.937500', '101053.397500', '101053.857500', '101054.317500', '101054.777500', '101055.237500', '101055.697500', '101056.157500', '101056.617500', '101057.077500', '101057.537500', '101057.997500', '101058.457500', '101058.917500', '101059.377500', '101059.837500', '101100.297500', '101100.757500', '101101.217500', '101101.677500', '101102.137500', '101102.597500', '101103.057500', '101103.517500', '101103.977500', '101104.437500', '101104.897500', '101105.357500', '101105.817500', '101106.277500', '101106.737500', '101107.197500', '101107.657500', '101108.117500', '101108.577500', '101109.037500', '101109.497500', '101109.957500', '101110.417500', '101110.877500', '101111.337500', '101111.797500', '101112.257500', '101112.717500', '101113.177500', '101113.637500', '101114.097500', '101114.557500', '101115.017500', '101115.477500', '101115.937500', '101116.397500', '101116.857500', '101117.317500', '101117.777500', '101118.237500', '101118.697500', '101119.157500', '101119.617500', '101120.077500', '101120.537500', '101120.997500', '101121.457500', '101121.917500', '101122.377500', '101122.837500', '101123.297500', '101123.757500', '101124.217500', '101124.677500', '101125.137500', '101125.597500', '101126.057500', '101126.517500', '101126.977500', '101127.437500', '101127.897500', '101128.357500', '101128.817500', '101129.277500', '101129.737500', '101130.197500', '101130.657500', '101131.117500', '101131.577500', '101132.037500', '101132.497500', '101132.957500', '101133.417500', '101133.877500', '101134.337500', '101134.797500', '101135.257500', '101135.717500', '101136.177500', '101136.637500', '101137.097500', '101137.557500', '101138.017500', '101138.477500', '101138.937500', '101139.397500', '101139.857500', '101140.317500', '101140.777500', '101141.237500', '101141.697500', '101142.157500', '101142.617500', '101143.077500', '101143.537500', '101143.997500', '101144.457500', '101144.917500', '101145.377500', '101145.837500', '101146.297500', '101146.757500', '101147.217500', '101147.677500', '101148.137500', '101148.597500', '101149.057500', '101149.517500', '101149.977500', '101150.437500', '101150.897500', '101151.357500', '101151.817500', '101152.277500', '101152.737500', '101153.197500', '101153.657500', '101154.117500', '101154.577500', '101155.037500', '101155.497500', '101155.957500', '101156.417500', '101156.877500', '101157.337500', '101157.797500', '101158.257500', '101158.717500', '101159.177500', '101159.637500', '101200.097500', '101200.557500', '101201.017500', '101201.477500', '101201.937500', '101202.397500', '101202.857500', '101203.317500', '101203.777500', '101204.237500', '101204.697500', '101205.157500', '101205.617500', '101206.077500', '101206.537500', '101206.997500', '101207.457500', '101207.917500', '101208.377500', '101208.837500', '101209.297500', '101209.757500', '101210.217500', '101210.677500', '101211.137500', '101211.597500', '101212.057500', '101212.517500', '101212.977500', '101213.437500', '101213.897500', '101214.357500', '101214.817500', '101215.277500', '101215.737500', '101216.197500', '101216.657500', '101217.117500', '101217.577500', '101218.037500', '101218.497500', '101218.957500', '101219.417500', '101219.877500', '101220.337500', '101220.797500', '101221.257500', '101221.717500', '101222.177500', '101222.637500', '101223.097500', '101223.557500', '101224.017500', '101224.477500', '101224.937500', '101225.397500', '101225.857500', '101226.317500', '101226.777500', '101227.237500', '101227.697500', '101228.157500', '101228.617500', '101229.077500', '101229.537500', '101229.997500', '101230.457500', '101230.917500', '101231.377500', '101231.837500', '101232.297500', '101232.757500', '101233.217500', '101233.677500', '101234.137500', '101234.597500', '101235.057500', '101235.517500', '101235.977500', '101236.437500', '101236.897500', '101237.357500', '101237.817500', '101238.277500', '101238.737500', '101239.197500', '101239.657500', '101240.117500', '101240.577500', '101241.037500', '101241.497500', '101241.957500', '101242.417500', '101242.877500', '101243.337500', '101243.797500', '101244.257500', '101244.717500', '101245.177500', '101245.637500', '101246.097500', '101246.557500', '101247.017500', '101247.477500', '101247.937500', '101248.397500', '101248.857500', '101249.317500', '101249.777500', '101250.237500', '101250.697500', '101251.157500', '101251.617500', '101252.077500', '101252.537500', '101252.997500', '101253.457500', '101253.917500', '101254.377500', '101254.837500', '101255.297500', '101255.757500', '101256.217500', '101256.677500', '101257.137500', '101257.597500', '101258.057500', '101258.517500', '101258.977500', '101259.437500', '101259.897500', '101300.357500', '101300.817500', '101301.277500', '101301.737500', '101302.197500', '101302.657500', '101303.117500', '101303.577500', '101304.037500', '101304.497500', '101304.957500', '101305.417500', '101305.877500', '101306.337500', '101306.797500', '101307.257500', '101307.717500', '101308.177500', '101308.637500', '101309.097500', '101309.557500', '101310.017500', '101310.477500', '101310.937500', '101311.397500', '101311.857500', '101312.317500', '101312.777500', '101313.237500', '101313.697500', '101314.157500', '101314.617500', '101315.077500', '101315.537500', '101315.997500', '101316.457500', '101316.917500', '101317.377500', '101317.837500', '101318.297500', '101318.757500', '101319.217500', '101319.677500', '101320.137500', '101320.597500', '101321.057500', '101321.517500', '101321.977500', '101322.437500', '101322.897500', '101323.357500', '101323.817500', '101324.277500', '101324.737500', '101325.197500', '101325.657500', '101326.117500', '101326.577500', '101327.037500', '101327.497500', '101327.957500', '101328.417500', '101328.877500', '101329.337500', '101329.797500', '101330.257500', '101330.717500', '101331.177500', '101331.637500', '101332.097500', '101332.557500', '101333.017500', '101333.477500', '101333.937500', '101334.397500', '101334.857500', '101335.317500', '101335.777500', '101336.237500', '101336.697500', '101337.157500', '101337.617500', '101338.077500', '101338.537500', '101338.997500', '101339.457500', '101339.917500', '101340.377500', '101340.837500', '101341.297500', '101341.757500', '101342.217500', '101342.677500', '101343.137500', '101343.597500', '101344.057500', '101344.517500', '101344.977500', '101345.437500', '101345.897500', '101346.357500', '101346.817500', '101347.277500', '101347.737500', '101348.197500', '101348.657500', '101349.117500', '101349.577500', '101350.037500', '101350.497500', '101350.957500', '101351.417500', '101351.877500', '101352.337500', '101352.797500', '101353.257500', '101353.717500', '101354.177500', '101354.637500', '101355.097500', '101355.557500', '101356.017500', '101356.477500', '101356.937500', '101357.397500', '101357.857500', '101358.317500', '101358.777500', '101359.237500', '101359.697500', '101400.157500', '101400.617500', '101401.077500', '101401.537500', '101401.997500', '101402.457500', '101402.917500', '101403.377500', '101403.837500', '101404.297500', '101404.757500', '101405.217500', '101405.677500', '101406.137500', '101406.597500', '101407.057500', '101407.517500', '101407.977500', '101408.437500', '101408.897500', '101409.357500', '101409.817500', '101410.277500', '101410.737500', '101411.197500', '101411.657500', '101412.117500', '101412.577500', '101413.037500', '101413.497500', '101413.957500', '101414.417500', '101414.877500', '101415.337500', '101415.797500', '101416.257500', '101416.717500', '101417.177500', '101417.637500', '101418.097500', '101418.557500', '101419.017500', '101419.477500', '101419.937500', '101420.397500', '101420.857500', '101421.317500', '101421.777500', '101422.237500', '101422.697500', '101423.157500', '101423.617500', '101424.077500', '101424.537500', '101424.997500', '101425.457500', '101425.917500', '101426.377500', '101426.837500', '101427.297500', '101427.757500', '101428.217500', '101428.677500', '101429.137500', '101429.597500', '101430.057500', '101430.517500', '101430.977500', '101431.437500', '101431.897500', '101432.357500', '101432.817500', '101433.277500', '101433.737500', '101434.197500', '101434.657500', '101435.117500', '101435.577500', '101436.037500', '101436.497500', '101436.957500', '101437.417500', '101437.877500', '101438.337500', '101438.797500', '101439.257500', '101439.717500', '101440.177500', '101440.637500', '101441.097500', '101441.557500', '101442.017500', '101442.477500', '101442.937500', '101443.397500', '101443.857500', '101444.317500', '101444.777500', '101445.237500', '101445.697500', '101446.157500', '101446.617500', '101447.077500', '101447.537500', '101447.997500', '101448.457500', '101448.917500', '101449.377500', '101449.837500', '101450.297500', '101450.757500', '101451.217500', '101451.677500', '101452.137500', '101452.597500', '101453.057500', '101453.517500', '101453.977500', '101454.437500', '101454.897500', '101455.357500', '101455.817500', '101456.277500', '101456.737500', '101457.197500', '101457.657500', '101458.117500', '101458.577500', '101459.037500', '101459.497500', '101459.957500', '101500.417500', '101500.877500', '101501.337500', '101501.797500', '101502.257500', '101502.717500', '101503.177500', '101503.637500', '101504.097500', '101504.557500', '101505.017500', '101505.477500', '101505.937500', '101506.397500', '101506.857500', '101507.317500', '101507.777500', '101508.237500', '101508.697500', '101509.157500', '101509.617500'], 'ContentTime': ['100718.703000', '100718.706000', '100718.709000', '100718.712000', '100718.731000', '100718.733000', '100718.736000', '100718.739000', '100718.741000', '100718.744000', '100718.747000', '100718.750000', '100718.753000', '100718.756000', '100718.759000', '100718.761000', '100718.764000', '100718.766000', '100718.769000', '100718.771000', '100718.774000', '100718.777000', '100718.779000', '100718.782000', '100718.784000', '100718.787000', '100718.790000', '100718.792000', '100718.795000', '100718.797000', '100718.800000', '100718.804000', '100718.807000', '100718.809000', '100718.812000', '100718.814000', '100718.823000', '100738.667000', '100738.670000', '100738.673000', '100738.676000', '100738.678000', '100738.688000', '100738.690000', '100738.693000', '100738.696000', '100738.698000', '100738.701000', '100738.703000', '100738.706000', '100738.708000', '100738.711000', '100738.713000', '100738.716000', '100738.719000', '100738.721000', '100738.724000', '100738.726000', '100738.729000', '100738.731000', '100738.734000', '100738.737000', '100738.739000', '100738.742000', '100738.744000', '100738.747000', '100738.749000', '100738.752000', '100738.754000', '100738.757000', '100738.760000', '100738.762000', '100738.765000', '100738.767000', '100738.770000', '100738.773000', '100738.775000', '100738.778000', '100738.781000', '100738.783000', '100738.792000', '100758.667000', '100758.670000', '100758.673000', '100758.675000', '100758.678000', '100758.680000', '100758.683000', '100758.686000', '100758.688000', '100758.691000', '100758.693000', '100758.696000', '100758.698000', '100758.701000', '100758.704000', '100758.706000', '100758.709000', '100758.711000', '100758.714000', '100758.717000', '100758.719000', '100758.722000', '100758.724000', '100758.727000', '100758.729000', '100758.732000', '100758.734000', '100758.737000', '100758.740000', '100758.742000', '100758.745000', '100758.747000', '100758.750000', '100758.753000', '100758.763000', '100758.766000', '100758.768000', '100758.771000', '100758.773000', '100758.776000', '100758.779000', '100758.781000', '100758.784000', '100818.667000', '100818.670000', '100818.673000', '100818.675000', '100818.678000', '100818.681000', '100818.683000', '100818.686000', '100818.688000', '100818.691000', '100818.693000', '100818.696000', '100818.699000', '100818.701000', '100818.704000', '100818.706000', '100818.709000', '100818.712000', '100818.714000', '100818.717000', '100818.719000', '100818.722000', '100818.724000', '100818.727000', '100818.729000', '100818.732000', '100818.735000', '100818.737000', '100818.740000', '100818.742000', '100818.745000', '100818.748000', '100818.750000', '100818.753000', '100818.768000', '100818.770000', '100818.773000', '100818.775000', '100818.778000', '100818.781000', '100818.783000', '100818.786000', '100818.788000', '100818.791000', '100838.668000', '100838.671000', '100838.674000', '100838.676000', '100838.679000', '100838.681000', '100838.684000', '100838.687000', '100838.689000', '100838.692000', '100838.694000', '100838.697000', '100838.700000', '100838.702000', '100838.705000', '100838.707000', '100838.710000', '100838.713000', '100838.715000', '100838.718000', '100838.720000', '100838.723000', '100838.726000', '100838.728000', '100838.731000', '100838.733000', '100838.736000', '100838.738000', '100838.741000', '100838.744000', '100838.746000', '100838.749000', '100838.751000', '100838.754000', '100838.756000', '100838.759000', '100838.762000', '100838.764000', '100838.767000', '100838.769000', '100838.772000', '100838.775000', '100838.777000', '100858.668000', '100858.671000', '100858.674000', '100858.676000', '100858.679000', '100858.681000', '100858.684000', '100858.687000', '100858.689000', '100858.692000', '100858.695000', '100858.697000', '100858.700000', '100858.702000', '100858.705000', '100858.708000', '100858.710000', '100858.713000', '100858.715000', '100858.718000', '100858.720000', '100858.723000', '100858.726000', '100858.728000', '100858.731000', '100858.733000', '100858.736000', '100858.739000', '100858.741000', '100858.752000', '100858.755000', '100858.758000', '100858.760000', '100858.763000', '100858.766000', '100858.768000', '100858.771000', '100858.773000', '100858.776000', '100858.779000', '100858.781000', '100858.784000', '100858.787000', '100858.789000', '100918.668000', '100918.671000', '100918.674000', '100918.676000', '100918.679000', '100918.682000', '100918.684000', '100918.687000', '100918.690000', '100918.692000', '100918.695000', '100918.697000', '100918.700000', '100918.703000', '100918.705000', '100918.708000', '100918.711000', '100918.713000', '100918.716000', '100918.719000', '100918.721000', '100918.724000', '100918.726000', '100918.729000', '100918.732000', '100918.734000', '100918.737000', '100918.739000', '100918.742000', '100918.745000', '100918.747000', '100918.750000', '100918.752000', '100918.755000', '100918.757000', '100918.760000', '100918.763000', '100918.765000', '100918.768000', '100918.770000', '100918.773000', '100918.776000', '100918.778000', '100938.669000', '100938.671000', '100938.674000', '100938.677000', '100938.679000', '100938.682000', '100938.685000', '100938.687000', '100938.690000', '100938.693000', '100938.695000', '100938.698000', '100938.701000', '100938.704000', '100938.706000', '100938.709000', '100938.711000', '100938.714000', '100938.717000', '100938.719000', '100938.722000', '100938.724000', '100938.727000', '100938.730000', '100938.732000', '100938.735000', '100938.738000', '100938.740000', '100938.743000', '100938.746000', '100938.748000', '100938.751000', '100938.753000', '100938.756000', '100938.759000', '100938.761000', '100938.764000', '100938.766000', '100938.769000', '100938.771000', '100938.774000', '100938.777000', '100938.779000', '100938.782000', '100958.667000', '100958.670000', '100958.673000', '100958.675000', '100958.678000', '100958.681000', '100958.683000', '100958.686000', '100958.689000', '100958.691000', '100958.694000', '100958.697000', '100958.699000', '100958.702000', '100958.704000', '100958.707000', '100958.710000', '100958.712000', '100958.715000', '100958.717000', '100958.720000', '100958.723000', '100958.725000', '100958.728000', '100958.731000', '100958.733000', '100958.736000', '100958.738000', '100958.741000', '100958.744000', '100958.746000', '100958.749000', '100958.751000', '100958.754000', '100958.756000', '100958.759000', '100958.762000', '100958.764000', '100958.767000', '100958.769000', '100958.772000', '100958.775000', '100958.777000', '101018.667000', '101018.670000', '101018.673000', '101018.675000', '101018.678000', '101018.681000', '101018.683000', '101018.686000', '101018.689000', '101018.691000', '101018.694000', '101018.697000', '101018.699000', '101018.702000', '101018.704000', '101018.707000', '101018.710000', '101018.712000', '101018.715000', '101018.718000', '101018.720000', '101018.723000', '101018.725000', '101018.728000', '101018.730000', '101018.733000', '101018.736000', '101018.738000', '101018.741000', '101018.743000', '101018.746000', '101018.749000', '101018.751000', '101018.754000', '101018.756000', '101018.759000', '101018.762000', '101018.764000', '101018.767000', '101018.769000', '101018.772000', '101018.775000', '101018.777000', '101018.780000', '101038.667000', '101038.670000', '101038.673000', '101038.676000', '101038.678000', '101038.681000', '101038.683000', '101038.686000', '101038.689000', '101038.691000', '101038.703000', '101038.706000', '101038.709000', '101038.711000', '101038.714000', '101038.717000', '101038.719000', '101038.722000', '101038.724000', '101038.727000', '101038.730000', '101038.732000', '101038.735000', '101038.737000', '101038.740000', '101038.743000', '101038.745000', '101038.748000', '101038.750000', '101038.753000', '101038.756000', '101038.758000', '101038.761000', '101038.764000', '101038.766000', '101038.769000', '101038.771000', '101038.774000', '101038.777000', '101038.779000', '101038.782000', '101038.784000', '101038.787000', '101058.669000', '101058.671000', '101058.674000', '101058.677000', '101058.679000', '101058.682000', '101058.687000', '101058.689000', '101058.692000', '101058.695000', '101058.697000', '101058.700000', '101058.703000', '101058.705000', '101058.708000', '101058.710000', '101058.713000', '101058.716000', '101058.718000', '101058.721000', '101058.724000', '101058.726000', '101058.729000', '101058.731000', '101058.734000', '101058.737000', '101058.739000', '101058.742000', '101058.745000', '101058.747000', '101058.750000', '101058.753000', '101058.755000', '101058.758000', '101058.760000', '101058.763000', '101058.766000', '101058.768000', '101058.771000', '101058.774000', '101058.776000', '101058.779000', '101058.781000', '101058.784000', '101118.668000', '101118.671000', '101118.674000', '101118.676000', '101118.679000', '101118.682000', '101118.684000', '101118.687000', '101118.690000', '101118.692000', '101118.695000', '101118.698000', '101118.700000', '101118.703000', '101118.705000', '101118.708000', '101118.711000', '101118.713000', '101118.716000', '101118.719000', '101118.721000', '101118.724000', '101118.726000', '101118.729000', '101118.732000', '101118.734000', '101118.737000', '101118.740000', '101118.742000', '101118.745000', '101118.747000', '101118.750000', '101118.753000', '101118.755000', '101118.758000', '101118.760000', '101118.763000', '101118.766000', '101118.768000', '101118.771000', '101118.773000', '101118.776000', '101118.779000', '101138.669000', '101138.672000', '101138.674000', '101138.677000', '101138.679000', '101138.682000', '101138.685000', '101138.687000', '101138.690000', '101138.692000', '101138.695000', '101138.698000', '101138.700000', '101138.703000', '101138.705000', '101138.708000', '101138.711000', '101138.713000', '101138.716000', '101138.719000', '101138.721000', '101138.724000', '101138.726000', '101138.729000', '101138.732000', '101138.734000', '101138.737000', '101138.740000', '101138.742000', '101138.745000', '101138.747000', '101138.750000', '101138.753000', '101138.755000', '101138.758000', '101138.760000', '101138.763000', '101138.766000', '101138.768000', '101138.771000', '101138.773000', '101138.776000', '101138.779000', '101158.669000', '101158.671000', '101158.674000', '101158.677000', '101158.679000', '101158.682000', '101158.684000', '101158.687000', '101158.690000', '101158.693000', '101158.695000', '101158.698000', '101158.700000', '101158.703000', '101158.706000', '101158.708000', '101158.711000', '101158.713000', '101158.716000', '101158.719000', '101158.721000', '101158.724000', '101158.726000', '101158.729000', '101158.732000', '101158.734000', '101158.737000', '101158.739000', '101158.742000', '101158.745000', '101158.747000', '101158.750000', '101158.752000', '101158.755000', '101158.757000', '101158.760000', '101158.777000', '101158.780000', '101158.783000', '101158.785000', '101158.788000', '101158.791000', '101158.793000', '101158.796000', '101218.667000', '101218.670000', '101218.673000', '101218.675000', '101218.678000', '101218.681000', '101218.683000', '101218.686000', '101218.689000', '101218.691000', '101218.694000', '101218.696000', '101218.699000', '101218.701000', '101218.704000', '101218.707000', '101218.709000', '101218.712000', '101218.714000', '101218.717000', '101218.720000', '101218.723000', '101218.726000', '101218.728000', '101218.731000', '101218.733000', '101218.736000', '101218.739000', '101218.741000', '101218.744000', '101218.746000', '101218.749000', '101218.752000', '101218.754000', '101218.757000', '101218.760000', '101218.762000', '101218.765000', '101218.767000', '101218.770000', '101218.773000', '101218.778000', '101218.780000', '101218.783000', '101238.667000', '101238.670000', '101238.673000', '101238.675000', '101238.678000', '101238.681000', '101238.683000', '101238.686000', '101238.688000', '101238.691000', '101238.694000', '101238.696000', '101238.699000', '101238.701000', '101238.704000', '101238.706000', '101238.709000', '101238.712000', '101238.714000', '101238.717000', '101238.719000', '101238.722000', '101238.725000', '101238.727000', '101238.730000', '101238.732000', '101238.735000', '101238.737000', '101238.740000', '101238.743000', '101238.745000', '101238.748000', '101238.750000', '101238.753000', '101238.756000', '101238.758000', '101238.761000', '101238.763000', '101238.766000', '101238.768000', '101238.771000', '101238.774000', '101238.776000', '101258.668000', '101258.671000', '101258.673000', '101258.676000', '101258.678000', '101258.681000', '101258.684000', '101258.687000', '101258.689000', '101258.692000', '101258.695000', '101258.697000', '101258.700000', '101258.702000', '101258.705000', '101258.708000', '101258.710000', '101258.713000', '101258.716000', '101258.718000', '101258.721000', '101258.723000', '101258.726000', '101258.728000', '101258.731000', '101258.733000', '101258.736000', '101258.739000', '101258.741000', '101258.744000', '101258.746000', '101258.749000', '101258.752000', '101258.754000', '101258.757000', '101258.759000', '101258.762000', '101258.764000', '101258.767000', '101258.770000', '101258.772000', '101258.775000', '101258.778000', '101318.668000', '101318.671000', '101318.674000', '101318.676000', '101318.679000', '101318.682000', '101318.684000', '101318.687000', '101318.690000', '101318.692000', '101318.695000', '101318.697000', '101318.700000', '101318.703000', '101318.705000', '101318.708000', '101318.710000', '101318.713000', '101318.716000', '101318.718000', '101318.721000', '101318.724000', '101318.726000', '101318.729000', '101318.731000', '101318.734000', '101318.737000', '101318.739000', '101318.742000', '101318.744000', '101318.747000', '101318.750000', '101318.752000', '101318.755000', '101318.757000', '101318.760000', '101318.763000', '101318.765000', '101318.768000', '101318.771000', '101318.773000', '101318.776000', '101318.778000', '101318.781000', '101338.669000', '101338.671000', '101338.703000', '101338.706000', '101338.708000', '101338.712000', '101338.715000', '101338.718000', '101338.721000', '101338.723000', '101338.726000', '101338.729000', '101338.731000', '101338.734000', '101338.736000', '101338.739000', '101338.742000', '101338.744000', '101338.747000', '101338.749000', '101338.752000', '101338.755000', '101338.757000', '101338.760000', '101338.764000', '101338.766000', '101338.769000', '101338.771000', '101338.774000', '101338.777000', '101338.779000', '101338.782000', '101338.784000', '101338.787000', '101338.790000', '101338.792000', '101338.795000', '101338.797000', '101338.800000', '101338.803000', '101338.805000', '101338.808000', '101338.810000', '101358.669000', '101358.671000', '101358.674000', '101358.677000', '101358.679000', '101358.682000', '101358.684000', '101358.687000', '101358.690000', '101358.692000', '101358.695000', '101358.698000', '101358.700000', '101358.703000', '101358.706000', '101358.708000', '101358.711000', '101358.713000', '101358.716000', '101358.719000', '101358.721000', '101358.724000', '101358.726000', '101358.729000', '101358.732000', '101358.734000', '101358.737000', '101358.739000', '101358.742000', '101358.745000', '101358.747000', '101358.750000', '101358.752000', '101358.755000', '101358.758000', '101358.760000', '101358.763000', '101358.766000', '101358.768000', '101358.771000', '101358.773000', '101358.776000', '101358.779000', '101358.781000', '101418.669000', '101418.672000', '101418.674000', '101418.677000', '101418.680000', '101418.682000', '101418.685000', '101418.688000', '101418.690000', '101418.693000', '101418.696000', '101418.698000', '101418.701000', '101418.703000', '101418.706000', '101418.709000', '101418.711000', '101418.714000', '101418.717000', '101418.719000', '101418.722000', '101418.724000', '101418.727000', '101418.729000', '101418.732000', '101418.735000', '101418.737000', '101418.740000', '101418.743000', '101418.745000', '101418.748000', '101418.751000', '101418.753000', '101418.756000', '101418.759000', '101418.762000', '101418.764000', '101418.767000', '101418.770000', '101418.772000', '101418.775000', '101418.777000', '101418.780000', '101438.668000', '101438.670000', '101438.673000', '101438.676000', '101438.678000', '101438.681000', '101438.684000', '101438.686000', '101438.689000', '101438.692000', '101438.694000', '101438.697000', '101438.700000', '101438.702000', '101438.705000', '101438.707000', '101438.710000', '101438.713000', '101438.715000', '101438.718000', '101438.721000', '101438.723000', '101438.726000', '101438.728000', '101438.731000', '101438.734000', '101438.736000', '101438.739000', '101438.742000', '101438.744000', '101438.747000', '101438.749000', '101438.752000', '101438.755000', '101438.757000', '101438.760000', '101438.763000', '101438.765000', '101438.768000', '101438.771000', '101438.773000', '101438.776000', '101438.778000', '101438.781000', '101458.668000', '101458.670000', '101458.673000', '101458.676000', '101458.678000', '101458.681000', '101458.683000', '101458.686000', '101458.689000', '101458.691000', '101458.694000', '101458.697000', '101458.699000', '101458.702000', '101458.705000', '101458.707000', '101458.710000', '101458.713000', '101458.715000', '101458.718000', '101458.720000', '101458.723000', '101458.726000', '101458.728000', '101458.731000', '101458.734000', '101458.736000', '101458.739000', '101458.742000', '101458.744000', '101458.747000', '101458.749000', '101458.752000', '101458.755000', '101458.758000', '101458.761000', '101458.764000', '101458.767000', '101458.769000', '101458.772000', '101458.774000', '101458.777000', '101458.780000', '101511.151000', '101511.154000', '101511.156000', '101511.159000', '101511.161000', '101511.164000', '101511.167000', '101511.169000', '101511.172000', '101511.174000', '101511.177000', '101511.180000', '101511.182000', '101511.185000', '101511.188000', '101511.190000', '101511.193000', '101511.195000', '101511.198000', '101511.201000', '101511.203000', '101511.206000', '101511.208000', '101511.211000', '101511.214000', '101511.216000', '101511.219000', '101511.222000'], 'InstanceCreationTime': ['100718.703000', '100718.706000', '100718.709000', '100718.712000', '100718.731000', '100718.733000', '100718.736000', '100718.739000', '100718.741000', '100718.744000', '100718.747000', '100718.750000', '100718.753000', '100718.756000', '100718.759000', '100718.761000', '100718.764000', '100718.766000', '100718.769000', '100718.771000', '100718.774000', '100718.777000', '100718.779000', '100718.782000', '100718.784000', '100718.787000', '100718.790000', '100718.792000', '100718.795000', '100718.797000', '100718.800000', '100718.804000', '100718.807000', '100718.809000', '100718.812000', '100718.814000', '100718.823000', '100738.667000', '100738.670000', '100738.673000', '100738.676000', '100738.678000', '100738.688000', '100738.690000', '100738.693000', '100738.696000', '100738.698000', '100738.701000', '100738.703000', '100738.706000', '100738.708000', '100738.711000', '100738.713000', '100738.716000', '100738.719000', '100738.721000', '100738.724000', '100738.726000', '100738.729000', '100738.731000', '100738.734000', '100738.737000', '100738.739000', '100738.742000', '100738.744000', '100738.747000', '100738.749000', '100738.752000', '100738.754000', '100738.757000', '100738.760000', '100738.762000', '100738.765000', '100738.767000', '100738.770000', '100738.773000', '100738.775000', '100738.778000', '100738.781000', '100738.783000', '100738.792000', '100758.667000', '100758.670000', '100758.673000', '100758.675000', '100758.678000', '100758.680000', '100758.683000', '100758.686000', '100758.688000', '100758.691000', '100758.693000', '100758.696000', '100758.698000', '100758.701000', '100758.704000', '100758.706000', '100758.709000', '100758.711000', '100758.714000', '100758.717000', '100758.719000', '100758.722000', '100758.724000', '100758.727000', '100758.729000', '100758.732000', '100758.734000', '100758.737000', '100758.740000', '100758.742000', '100758.745000', '100758.747000', '100758.750000', '100758.753000', '100758.763000', '100758.766000', '100758.768000', '100758.771000', '100758.773000', '100758.776000', '100758.779000', '100758.781000', '100758.784000', '100818.667000', '100818.670000', '100818.673000', '100818.675000', '100818.678000', '100818.681000', '100818.683000', '100818.686000', '100818.688000', '100818.691000', '100818.693000', '100818.696000', '100818.699000', '100818.701000', '100818.704000', '100818.706000', '100818.709000', '100818.712000', '100818.714000', '100818.717000', '100818.719000', '100818.722000', '100818.724000', '100818.727000', '100818.729000', '100818.732000', '100818.735000', '100818.737000', '100818.740000', '100818.742000', '100818.745000', '100818.748000', '100818.750000', '100818.753000', '100818.768000', '100818.770000', '100818.773000', '100818.775000', '100818.778000', '100818.781000', '100818.783000', '100818.786000', '100818.788000', '100818.791000', '100838.668000', '100838.671000', '100838.674000', '100838.676000', '100838.679000', '100838.681000', '100838.684000', '100838.687000', '100838.689000', '100838.692000', '100838.694000', '100838.697000', '100838.700000', '100838.702000', '100838.705000', '100838.707000', '100838.710000', '100838.713000', '100838.715000', '100838.718000', '100838.720000', '100838.723000', '100838.726000', '100838.728000', '100838.731000', '100838.733000', '100838.736000', '100838.738000', '100838.741000', '100838.744000', '100838.746000', '100838.749000', '100838.751000', '100838.754000', '100838.756000', '100838.759000', '100838.762000', '100838.764000', '100838.767000', '100838.769000', '100838.772000', '100838.775000', '100838.777000', '100858.668000', '100858.671000', '100858.674000', '100858.676000', '100858.679000', '100858.681000', '100858.684000', '100858.687000', '100858.689000', '100858.692000', '100858.695000', '100858.697000', '100858.700000', '100858.702000', '100858.705000', '100858.708000', '100858.710000', '100858.713000', '100858.715000', '100858.718000', '100858.720000', '100858.723000', '100858.726000', '100858.728000', '100858.731000', '100858.733000', '100858.736000', '100858.739000', '100858.741000', '100858.752000', '100858.755000', '100858.758000', '100858.760000', '100858.763000', '100858.766000', '100858.768000', '100858.771000', '100858.773000', '100858.776000', '100858.779000', '100858.781000', '100858.784000', '100858.787000', '100858.789000', '100918.668000', '100918.671000', '100918.674000', '100918.676000', '100918.679000', '100918.682000', '100918.684000', '100918.687000', '100918.690000', '100918.692000', '100918.695000', '100918.697000', '100918.700000', '100918.703000', '100918.705000', '100918.708000', '100918.711000', '100918.713000', '100918.716000', '100918.719000', '100918.721000', '100918.724000', '100918.726000', '100918.729000', '100918.732000', '100918.734000', '100918.737000', '100918.739000', '100918.742000', '100918.745000', '100918.747000', '100918.750000', '100918.752000', '100918.755000', '100918.757000', '100918.760000', '100918.763000', '100918.765000', '100918.768000', '100918.770000', '100918.773000', '100918.776000', '100918.778000', '100938.669000', '100938.671000', '100938.674000', '100938.677000', '100938.679000', '100938.682000', '100938.685000', '100938.687000', '100938.690000', '100938.693000', '100938.695000', '100938.698000', '100938.701000', '100938.704000', '100938.706000', '100938.709000', '100938.711000', '100938.714000', '100938.717000', '100938.719000', '100938.722000', '100938.724000', '100938.727000', '100938.730000', '100938.732000', '100938.735000', '100938.738000', '100938.740000', '100938.743000', '100938.746000', '100938.748000', '100938.751000', '100938.753000', '100938.756000', '100938.759000', '100938.761000', '100938.764000', '100938.766000', '100938.769000', '100938.771000', '100938.774000', '100938.777000', '100938.779000', '100938.782000', '100958.667000', '100958.670000', '100958.673000', '100958.675000', '100958.678000', '100958.681000', '100958.683000', '100958.686000', '100958.689000', '100958.691000', '100958.694000', '100958.697000', '100958.699000', '100958.702000', '100958.704000', '100958.707000', '100958.710000', '100958.712000', '100958.715000', '100958.717000', '100958.720000', '100958.723000', '100958.725000', '100958.728000', '100958.731000', '100958.733000', '100958.736000', '100958.738000', '100958.741000', '100958.744000', '100958.746000', '100958.749000', '100958.751000', '100958.754000', '100958.756000', '100958.759000', '100958.762000', '100958.764000', '100958.767000', '100958.769000', '100958.772000', '100958.775000', '100958.777000', '101018.667000', '101018.670000', '101018.673000', '101018.675000', '101018.678000', '101018.681000', '101018.683000', '101018.686000', '101018.689000', '101018.691000', '101018.694000', '101018.697000', '101018.699000', '101018.702000', '101018.704000', '101018.707000', '101018.710000', '101018.712000', '101018.715000', '101018.718000', '101018.720000', '101018.723000', '101018.725000', '101018.728000', '101018.730000', '101018.733000', '101018.736000', '101018.738000', '101018.741000', '101018.743000', '101018.746000', '101018.749000', '101018.751000', '101018.754000', '101018.756000', '101018.759000', '101018.762000', '101018.764000', '101018.767000', '101018.769000', '101018.772000', '101018.775000', '101018.777000', '101018.780000', '101038.667000', '101038.670000', '101038.673000', '101038.676000', '101038.678000', '101038.681000', '101038.683000', '101038.686000', '101038.689000', '101038.691000', '101038.703000', '101038.706000', '101038.709000', '101038.711000', '101038.714000', '101038.717000', '101038.719000', '101038.722000', '101038.724000', '101038.727000', '101038.730000', '101038.732000', '101038.735000', '101038.737000', '101038.740000', '101038.743000', '101038.745000', '101038.748000', '101038.750000', '101038.753000', '101038.756000', '101038.758000', '101038.761000', '101038.764000', '101038.766000', '101038.769000', '101038.771000', '101038.774000', '101038.777000', '101038.779000', '101038.782000', '101038.784000', '101038.787000', '101058.669000', '101058.671000', '101058.674000', '101058.677000', '101058.679000', '101058.682000', '101058.687000', '101058.689000', '101058.692000', '101058.695000', '101058.697000', '101058.700000', '101058.703000', '101058.705000', '101058.708000', '101058.710000', '101058.713000', '101058.716000', '101058.718000', '101058.721000', '101058.724000', '101058.726000', '101058.729000', '101058.731000', '101058.734000', '101058.737000', '101058.739000', '101058.742000', '101058.745000', '101058.747000', '101058.750000', '101058.753000', '101058.755000', '101058.758000', '101058.760000', '101058.763000', '101058.766000', '101058.768000', '101058.771000', '101058.774000', '101058.776000', '101058.779000', '101058.781000', '101058.784000', '101118.668000', '101118.671000', '101118.674000', '101118.676000', '101118.679000', '101118.682000', '101118.684000', '101118.687000', '101118.690000', '101118.692000', '101118.695000', '101118.698000', '101118.700000', '101118.703000', '101118.705000', '101118.708000', '101118.711000', '101118.713000', '101118.716000', '101118.719000', '101118.721000', '101118.724000', '101118.726000', '101118.729000', '101118.732000', '101118.734000', '101118.737000', '101118.740000', '101118.742000', '101118.745000', '101118.747000', '101118.750000', '101118.753000', '101118.755000', '101118.758000', '101118.760000', '101118.763000', '101118.766000', '101118.768000', '101118.771000', '101118.773000', '101118.776000', '101118.779000', '101138.669000', '101138.672000', '101138.674000', '101138.677000', '101138.679000', '101138.682000', '101138.685000', '101138.687000', '101138.690000', '101138.692000', '101138.695000', '101138.698000', '101138.700000', '101138.703000', '101138.705000', '101138.708000', '101138.711000', '101138.713000', '101138.716000', '101138.719000', '101138.721000', '101138.724000', '101138.726000', '101138.729000', '101138.732000', '101138.734000', '101138.737000', '101138.740000', '101138.742000', '101138.745000', '101138.747000', '101138.750000', '101138.753000', '101138.755000', '101138.758000', '101138.760000', '101138.763000', '101138.766000', '101138.768000', '101138.771000', '101138.773000', '101138.776000', '101138.779000', '101158.669000', '101158.671000', '101158.674000', '101158.677000', '101158.679000', '101158.682000', '101158.684000', '101158.687000', '101158.690000', '101158.693000', '101158.695000', '101158.698000', '101158.700000', '101158.703000', '101158.706000', '101158.708000', '101158.711000', '101158.713000', '101158.716000', '101158.719000', '101158.721000', '101158.724000', '101158.726000', '101158.729000', '101158.732000', '101158.734000', '101158.737000', '101158.739000', '101158.742000', '101158.745000', '101158.747000', '101158.750000', '101158.752000', '101158.755000', '101158.757000', '101158.760000', '101158.777000', '101158.780000', '101158.783000', '101158.785000', '101158.788000', '101158.791000', '101158.793000', '101158.796000', '101218.667000', '101218.670000', '101218.673000', '101218.675000', '101218.678000', '101218.681000', '101218.683000', '101218.686000', '101218.689000', '101218.691000', '101218.694000', '101218.696000', '101218.699000', '101218.701000', '101218.704000', '101218.707000', '101218.709000', '101218.712000', '101218.714000', '101218.717000', '101218.720000', '101218.723000', '101218.726000', '101218.728000', '101218.731000', '101218.733000', '101218.736000', '101218.739000', '101218.741000', '101218.744000', '101218.746000', '101218.749000', '101218.752000', '101218.754000', '101218.757000', '101218.760000', '101218.762000', '101218.765000', '101218.767000', '101218.770000', '101218.773000', '101218.778000', '101218.780000', '101218.783000', '101238.667000', '101238.670000', '101238.673000', '101238.675000', '101238.678000', '101238.681000', '101238.683000', '101238.686000', '101238.688000', '101238.691000', '101238.694000', '101238.696000', '101238.699000', '101238.701000', '101238.704000', '101238.706000', '101238.709000', '101238.712000', '101238.714000', '101238.717000', '101238.719000', '101238.722000', '101238.725000', '101238.727000', '101238.730000', '101238.732000', '101238.735000', '101238.737000', '101238.740000', '101238.743000', '101238.745000', '101238.748000', '101238.750000', '101238.753000', '101238.756000', '101238.758000', '101238.761000', '101238.763000', '101238.766000', '101238.768000', '101238.771000', '101238.774000', '101238.776000', '101258.668000', '101258.671000', '101258.673000', '101258.676000', '101258.678000', '101258.681000', '101258.684000', '101258.687000', '101258.689000', '101258.692000', '101258.695000', '101258.697000', '101258.700000', '101258.702000', '101258.705000', '101258.708000', '101258.710000', '101258.713000', '101258.716000', '101258.718000', '101258.721000', '101258.723000', '101258.726000', '101258.728000', '101258.731000', '101258.733000', '101258.736000', '101258.739000', '101258.741000', '101258.744000', '101258.746000', '101258.749000', '101258.752000', '101258.754000', '101258.757000', '101258.759000', '101258.762000', '101258.764000', '101258.767000', '101258.770000', '101258.772000', '101258.775000', '101258.778000', '101318.668000', '101318.671000', '101318.674000', '101318.676000', '101318.679000', '101318.682000', '101318.684000', '101318.687000', '101318.690000', '101318.692000', '101318.695000', '101318.697000', '101318.700000', '101318.703000', '101318.705000', '101318.708000', '101318.710000', '101318.713000', '101318.716000', '101318.718000', '101318.721000', '101318.724000', '101318.726000', '101318.729000', '101318.731000', '101318.734000', '101318.737000', '101318.739000', '101318.742000', '101318.744000', '101318.747000', '101318.750000', '101318.752000', '101318.755000', '101318.757000', '101318.760000', '101318.763000', '101318.765000', '101318.768000', '101318.771000', '101318.773000', '101318.776000', '101318.778000', '101318.781000', '101338.669000', '101338.671000', '101338.703000', '101338.706000', '101338.708000', '101338.712000', '101338.715000', '101338.718000', '101338.721000', '101338.723000', '101338.726000', '101338.729000', '101338.731000', '101338.734000', '101338.736000', '101338.739000', '101338.742000', '101338.744000', '101338.747000', '101338.749000', '101338.752000', '101338.755000', '101338.757000', '101338.760000', '101338.764000', '101338.766000', '101338.769000', '101338.771000', '101338.774000', '101338.777000', '101338.779000', '101338.782000', '101338.784000', '101338.787000', '101338.790000', '101338.792000', '101338.795000', '101338.797000', '101338.800000', '101338.803000', '101338.805000', '101338.808000', '101338.810000', '101358.669000', '101358.671000', '101358.674000', '101358.677000', '101358.679000', '101358.682000', '101358.684000', '101358.687000', '101358.690000', '101358.692000', '101358.695000', '101358.698000', '101358.700000', '101358.703000', '101358.706000', '101358.708000', '101358.711000', '101358.713000', '101358.716000', '101358.719000', '101358.721000', '101358.724000', '101358.726000', '101358.729000', '101358.732000', '101358.734000', '101358.737000', '101358.739000', '101358.742000', '101358.745000', '101358.747000', '101358.750000', '101358.752000', '101358.755000', '101358.758000', '101358.760000', '101358.763000', '101358.766000', '101358.768000', '101358.771000', '101358.773000', '101358.776000', '101358.779000', '101358.781000', '101418.669000', '101418.672000', '101418.674000', '101418.677000', '101418.680000', '101418.682000', '101418.685000', '101418.688000', '101418.690000', '101418.693000', '101418.696000', '101418.698000', '101418.701000', '101418.703000', '101418.706000', '101418.709000', '101418.711000', '101418.714000', '101418.717000', '101418.719000', '101418.722000', '101418.724000', '101418.727000', '101418.729000', '101418.732000', '101418.735000', '101418.737000', '101418.740000', '101418.743000', '101418.745000', '101418.748000', '101418.751000', '101418.753000', '101418.756000', '101418.759000', '101418.762000', '101418.764000', '101418.767000', '101418.770000', '101418.772000', '101418.775000', '101418.777000', '101418.780000', '101438.668000', '101438.670000', '101438.673000', '101438.676000', '101438.678000', '101438.681000', '101438.684000', '101438.686000', '101438.689000', '101438.692000', '101438.694000', '101438.697000', '101438.700000', '101438.702000', '101438.705000', '101438.707000', '101438.710000', '101438.713000', '101438.715000', '101438.718000', '101438.721000', '101438.723000', '101438.726000', '101438.728000', '101438.731000', '101438.734000', '101438.736000', '101438.739000', '101438.742000', '101438.744000', '101438.747000', '101438.749000', '101438.752000', '101438.755000', '101438.757000', '101438.760000', '101438.763000', '101438.765000', '101438.768000', '101438.771000', '101438.773000', '101438.776000', '101438.778000', '101438.781000', '101458.668000', '101458.670000', '101458.673000', '101458.676000', '101458.678000', '101458.681000', '101458.683000', '101458.686000', '101458.689000', '101458.691000', '101458.694000', '101458.697000', '101458.699000', '101458.702000', '101458.705000', '101458.707000', '101458.710000', '101458.713000', '101458.715000', '101458.718000', '101458.720000', '101458.723000', '101458.726000', '101458.728000', '101458.731000', '101458.734000', '101458.736000', '101458.739000', '101458.742000', '101458.744000', '101458.747000', '101458.749000', '101458.752000', '101458.755000', '101458.758000', '101458.761000', '101458.764000', '101458.767000', '101458.769000', '101458.772000', '101458.774000', '101458.777000', '101458.780000', '101511.151000', '101511.154000', '101511.156000', '101511.159000', '101511.161000', '101511.164000', '101511.167000', '101511.169000', '101511.172000', '101511.174000', '101511.177000', '101511.180000', '101511.182000', '101511.185000', '101511.188000', '101511.190000', '101511.193000', '101511.195000', '101511.198000', '101511.201000', '101511.203000', '101511.206000', '101511.208000', '101511.211000', '101511.214000', '101511.216000', '101511.219000', '101511.222000'], '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': [9063, 8331, 8174, 7915, 8191, 8052, 8434, 7479, 8277, 8190, 8279, 7725, 8178, 7700, 8389, 8687, 8086, 8316, 8654, 8308, 11481, 8819, 10002, 8653, 6669, 8657, 6945, 8481, 6880, 8788, 7187, 8550, 7454, 8429, 6895, 8972, 7482, 8771, 7797, 8434, 7385, 8446, 7864, 8417, 7493, 8505, 7368, 8628, 7620, 8603, 8536, 8832, 8173, 8914, 8774, 8454, 8891, 8461, 8927, 7145, 8739, 7691, 8840, 9927, 8840, 8494, 8391, 7290, 8519, 7187, 8933, 8750, 8884, 7414, 8589, 7540, 8621, 8621, 8869, 8395, 8961, 8224, 8717, 8483, 8774, 9164, 8801, 8402, 8605, 8706, 8754, 8416, 8676, 8296, 8550, 7715, 8368, 7156, 8399, 7807, 9194, 7907, 9166, 8541, 8119, 8568, 8717, 8615, 10989, 8514, 9052, 8307, 11665, 8837, 8382, 8535, 8547, 8168, 7684, 8531, 7180, 8610, 8285, 8812, 7184, 8819, 6906, 8717, 7420, 8923, 7935, 9189, 8309, 9222, 8122, 9860, 8386, 9092, 9034, 7567, 8622, 7770, 8657, 8709, 10559, 8142, 8163, 8631, 7548, 8579, 8139, 10235, 8448, 9169, 8482, 9304, 8719, 10743, 8702, 8633, 8603, 6893, 8985, 8730, 11127, 7968, 8295, 8433, 8294, 8238, 8237, 8663, 6600, 8746, 6770, 8963, 8944, 11310, 8603, 8603, 6970, 8687, 8273, 8164, 8363, 6646, 8864, 7862, 8715, 8607, 9986, 8997, 10303, 8509, 9104, 8989, 10211, 9041, 10318, 8919, 9617, 8722, 8259, 8752, 8373, 8288, 8565, 8677, 8226, 8666, 8881, 8525, 8350, 8999, 7343, 8719, 7238, 8763, 7541, 9056, 8522, 10821, 8529, 9017, 8722, 9534, 9086, 10489, 9090, 7844, 8754, 7936, 8658, 7995, 10018, 8509, 12029, 8649, 6675, 9096, 7834, 8939, 8361, 8638, 9085, 8934, 8972, 7532, 9989, 9835, 8097, 6971, 8133, 8093, 8067, 8605, 6770, 8285, 7816, 7797, 8297, 8783, 8404, 7855, 8485, 10085, 8011, 8384, 7565, 10890, 8353, 8293, 8630, 6845, 8258, 7041, 8194, 7173, 8306, 8737, 8379, 7740, 10218, 8028, 9085, 8380, 10200, 8253, 7963, 8199, 7252, 7946, 7512, 8445, 8281, 11154, 7976, 9397, 8249, 7900, 7609, 8393, 9763, 7776, 7795, 7857, 7808, 8166, 7220, 8217, 8349, 8103, 7056, 8239, 7562, 7939, 7766, 7837, 7786, 8251, 8594, 10025, 8061, 9280, 8020, 11794, 8048, 8580, 8157, 7409, 7716, 7903, 7383, 7924, 9045, 7864, 10100, 8079, 8397, 8073, 12194, 7556, 10693, 7846, 9544, 7989, 6191, 7733, 6892, 8011, 7384, 8109, 7570, 7542, 7406, 7620, 7373, 8762, 7953, 8604, 7777, 7426, 7354, 7647, 7870, 8202, 8189, 7991, 7460, 8000, 7259, 7979, 7274, 8172, 8405, 10480, 8358, 8350, 8057, 6474, 8770, 7420, 7893, 7536, 8654, 8310, 9528, 8397, 10445, 8304, 10104, 8165, 9495, 8266, 8959, 8551, 10117, 8262, 8392, 8311, 7875, 8441, 9688, 8625, 9477, 8042, 8495, 8132, 8089, 8188, 9495, 8166, 8268, 8334, 7592, 8225, 8239, 7932, 9267, 7839, 7412, 7483, 11893, 8018, 9452, 8340, 6537, 8155, 7024, 8097, 7288, 8389, 7849, 8413, 8246, 7858, 8513, 8832, 8438, 10095, 7560, 8247, 7437, 7746, 7665, 8100, 8200, 7795, 7459, 7961, 7376, 8142, 7541, 8149, 8160, 7808, 7527, 7748, 7708, 7697, 8313, 8953, 8393, 8973, 8164, 8440, 8199, 7711, 8171, 8106, 8662, 7451, 7832, 8433, 9442, 8509, 10610, 7811, 8015, 8317, 9715, 8870, 7613, 8387, 9084, 8901, 8551, 7946, 8111, 7904, 8175, 8298, 9799, 8868, 9712, 8247, 7599, 8125, 10494, 8460, 7777, 8158, 8527, 8158, 8908, 8003, 8851, 7062, 8376, 8758, 10265, 8643, 10028, 8489, 7522, 9083, 7578, 9947, 8849, 8300, 8720, 8080, 11359, 8357, 9646, 8763, 8142, 8700, 9235, 11605, 8634, 8561, 8641, 6949, 8991, 8156, 8213, 8353, 7477, 8889, 7473, 9066, 8009, 8706, 8892, 9206, 9296, 10652, 9357, 9381, 8782, 8144, 8915, 8247, 8641, 8391, 8384, 8582, 8517, 8357, 7186, 9213, 8077, 8163, 8943, 9332, 8490, 10379, 8976, 8625, 8175, 7654, 8027, 7863, 8081, 9255, 10471, 7894, 9744, 8229, 6794, 8724, 8112, 8141, 7871, 7946, 8701, 7578, 8681, 9857, 8382, 8069, 8636, 7531, 8640, 8140, 8511, 9068, 8775, 8693, 8938, 9124, 10255, 8746, 10509, 8272, 9696, 8836, 9014, 8928, 8226, 9496, 8055, 8278, 7921, 8550, 9022, 8706, 8838, 6691, 8979, 7580, 9044, 7988, 8765, 8730, 10792, 7970, 8568, 8005, 8597, 8586, 8987, 8859, 8433, 8707, 6629, 8693, 7748, 8323, 8566, 6425, 8931, 8417, 10150, 8834, 7937, 8650, 7149, 8219, 7988, 9440, 8632, 8919, 8261, 7398, 8243, 8321, 8287, 7412, 8602, 7429, 8108, 7796, 8524, 8595, 8178, 8438, 7201, 8657, 6520, 8866, 7314, 8524, 7461, 8309, 8381, 8316, 9094, 10580, 8612, 10816, 8098, 9650, 8657, 8751, 8810, 7790, 8118, 7369, 7876, 8442, 11226, 8761, 8590, 8509, 7782, 8582, 6236, 8772, 7945, 8619, 7562, 7967, 7901, 8233, 8097, 9072, 8385, 8229, 8080, 8198, 8131, 8339, 8766, 11692, 8733, 8254, 8114, 8519, 8985, 8530, 8622, 7051, 9036, 7473, 8679, 8834, 8909, 8938, 10042, 8671, 9912, 8672, 9673, 8768, 9811, 8745, 10601, 8850, 7449, 9042, 8162, 9147, 8210, 8632, 8621, 8557, 9169, 8552, 9584, 8984, 8815, 8696, 8794, 11219, 9204, 9966, 8693, 7277, 9305, 6969, 9122, 7296, 8679, 8446, 7110, 8854, 8821, 9401, 9132, 10688, 8708, 9666, 8447, 9867, 8587, 10514, 8570, 8993, 8291, 7664, 8483, 7511, 8445, 7369, 8457, 7594, 8187, 7462, 8449, 8671, 8181, 8767, 9646, 8493, 9112, 8540, 8517, 10468, 11475, 9689, 7399, 8495, 8032, 8722, 7784, 8354, 7555, 8143, 7572, 8229, 7930, 8594, 7939, 8537, 7974, 8572, 7106, 8549, 8967, 8899, 9904, 8739, 9276, 8429, 9544, 8597, 9017, 8573, 7418, 8360, 7635, 8644, 7379, 8939, 8557, 8235, 8680, 8844, 8767, 9987, 8582, 9918, 8548, 9973, 8450, 9071, 9026, 9301, 8650, 8837, 9071, 9180, 9158, 8478, 8747, 8871, 8441, 9297, 8678, 7649, 8754, 8055, 8844, 8351, 8199, 8105, 8654, 7709, 8590, 8853, 8013, 8435, 8758, 8600, 8675, 8672, 8822, 8813, 9545, 8626, 9620, 8301, 9540, 8426, 9641, 8209, 9327, 8640, 8819, 8831, 7531, 8458, 7775, 8301, 7604, 8460, 8587, 9045, 8785, 8614, 8743, 9384, 8804, 8625, 8316, 8679, 8388, 7219, 8212, 7755, 7765, 8489, 7001, 8075, 8094, 8607, 7956, 7474, 7664, 8274, 9523, 8804, 9920, 8762, 10392, 8832, 7267, 8677, 7061, 9039, 8554, 8487, 8870, 7752, 8799, 9348, 7557, 9076, 7447, 9007, 8872, 8619, 8762, 10703, 9688, 11543, 8948, 9057, 8666, 7988, 9254, 7259, 9002, 7506, 9051, 7583, 8964, 8325, 9150, 9034, 10000, 9061, 8271, 8809, 8552, 8944, 7526, 9115, 7820, 9121, 7384, 9430, 7652, 9155, 9141, 11939, 8103, 9202, 7663, 9068, 8364, 9095, 8028, 8121, 7773, 9149, 8046, 9124, 8933, 9776, 8379, 6399, 8694, 7276, 8774, 9231, 7993, 9317, 8479, 10536, 9294, 10717, 9080, 10854, 8921, 10006, 8953, 8036, 8866, 8216, 8665, 9566, 9368, 9025, 7687, 9233, 7470, 9337, 9229, 10154, 9254, 8869, 8958, 6817, 9245, 8359, 9006, 8689, 9231, 9102, 7669, 9096, 7714, 9833, 7859, 9440, 8315, 8680, 8358, 10303, 10540, 12428, 8965, 9331, 8968, 7413, 9301, 8411, 8759, 9024, 7675, 9433, 7902, 9134, 8104, 11971, 8809, 7828, 9122, 9427, 10517, 9285, 9765], 'WindowCenter': [3640.0, 3614.0, 3611.0, 3598.0, 3598.0, 3596.0, 3596.0, 3585.0, 3596.0, 3596.0, 3596.0, 3596.0, 3596.0, 3597.0, 3608.0, 3609.0, 3598.0, 3610.0, 3610.0, 3610.0, 3629.0, 3608.0, 3618.0, 3608.0, 3587.0, 3610.0, 3599.0, 3622.0, 3602.0, 3624.0, 3603.0, 3624.0, 3613.0, 3624.0, 3603.0, 3635.0, 3613.0, 3623.0, 3611.0, 3611.0, 3600.0, 3611.0, 3611.0, 3611.0, 3600.0, 3610.0, 3600.0, 3621.0, 3609.0, 3622.0, 3622.0, 3622.0, 3623.0, 3622.0, 3623.0, 3623.0, 3635.0, 3612.0, 3623.0, 3601.0, 3622.0, 3600.0, 3622.0, 3630.0, 3622.0, 3609.0, 3610.0, 3598.0, 3599.0, 3588.0, 3621.0, 3609.0, 3620.0, 3587.0, 3609.0, 3597.0, 3610.0, 3609.0, 3621.0, 3609.0, 3620.0, 3609.0, 3621.0, 3609.0, 3622.0, 3621.0, 3622.0, 3610.0, 3622.0, 3621.0, 3620.0, 3610.0, 3622.0, 3610.0, 3621.0, 3599.0, 3610.0, 3599.0, 3610.0, 3599.0, 3621.0, 3610.0, 3609.0, 3609.0, 3598.0, 3609.0, 3608.0, 3608.0, 3629.0, 3608.0, 3607.0, 3597.0, 3616.0, 3606.0, 3594.0, 3595.0, 3595.0, 3607.0, 3597.0, 3621.0, 3599.0, 3623.0, 3611.0, 3623.0, 3601.0, 3623.0, 3601.0, 3623.0, 3601.0, 3622.0, 3612.0, 3621.0, 3611.0, 3621.0, 3611.0, 3631.0, 3612.0, 3611.0, 3621.0, 3599.0, 3610.0, 3600.0, 3610.0, 3621.0, 3631.0, 3610.0, 3610.0, 3610.0, 3599.0, 3610.0, 3610.0, 3630.0, 3609.0, 3619.0, 3609.0, 3619.0, 3609.0, 3618.0, 3609.0, 3607.0, 3608.0, 3586.0, 3608.0, 3608.0, 3629.0, 3596.0, 3595.0, 3607.0, 3607.0, 3609.0, 3609.0, 3620.0, 3589.0, 3622.0, 3590.0, 3623.0, 3623.0, 3644.0, 3609.0, 3608.0, 3587.0, 3608.0, 3609.0, 3597.0, 3609.0, 3588.0, 3621.0, 3612.0, 3622.0, 3624.0, 3634.0, 3623.0, 3632.0, 3611.0, 3609.0, 3609.0, 3619.0, 3609.0, 3619.0, 3608.0, 3607.0, 3607.0, 3596.0, 3606.0, 3596.0, 3596.0, 3607.0, 3608.0, 3607.0, 3609.0, 3619.0, 3622.0, 3611.0, 3623.0, 3591.0, 3623.0, 3612.0, 3623.0, 3613.0, 3623.0, 3622.0, 3632.0, 3621.0, 3620.0, 3621.0, 3620.0, 3621.0, 3629.0, 3609.0, 3597.0, 3608.0, 3597.0, 3608.0, 3598.0, 3619.0, 3608.0, 3627.0, 3595.0, 3574.0, 3607.0, 3596.0, 3608.0, 3609.0, 3609.0, 3622.0, 3620.0, 3635.0, 3612.0, 3632.0, 3607.0, 3585.0, 3564.0, 3597.0, 3598.0, 3609.0, 3610.0, 3590.0, 3611.0, 3599.0, 3600.0, 3610.0, 3609.0, 3610.0, 3609.0, 3610.0, 3620.0, 3610.0, 3609.0, 3599.0, 3618.0, 3609.0, 3609.0, 3610.0, 3588.0, 3610.0, 3600.0, 3622.0, 3613.0, 3613.0, 3624.0, 3625.0, 3614.0, 3633.0, 3613.0, 3624.0, 3625.0, 3633.0, 3613.0, 3599.0, 3610.0, 3588.0, 3598.0, 3587.0, 3599.0, 3598.0, 3618.0, 3598.0, 3608.0, 3597.0, 3575.0, 3585.0, 3595.0, 3605.0, 3583.0, 3583.0, 3584.0, 3585.0, 3595.0, 3574.0, 3596.0, 3596.0, 3598.0, 3586.0, 3608.0, 3598.0, 3598.0, 3599.0, 3599.0, 3599.0, 3610.0, 3610.0, 3620.0, 3599.0, 3609.0, 3599.0, 3628.0, 3597.0, 3595.0, 3596.0, 3586.0, 3595.0, 3597.0, 3587.0, 3610.0, 3620.0, 3599.0, 3619.0, 3599.0, 3608.0, 3598.0, 3615.0, 3584.0, 3605.0, 3584.0, 3605.0, 3595.0, 3563.0, 3585.0, 3585.0, 3608.0, 3598.0, 3599.0, 3599.0, 3597.0, 3598.0, 3599.0, 3598.0, 3609.0, 3598.0, 3609.0, 3597.0, 3587.0, 3585.0, 3586.0, 3596.0, 3598.0, 3596.0, 3597.0, 3586.0, 3597.0, 3586.0, 3598.0, 3598.0, 3610.0, 3610.0, 3630.0, 3609.0, 3598.0, 3599.0, 3590.0, 3623.0, 3601.0, 3612.0, 3611.0, 3622.0, 3623.0, 3633.0, 3612.0, 3633.0, 3611.0, 3620.0, 3609.0, 3619.0, 3607.0, 3608.0, 3608.0, 3618.0, 3596.0, 3595.0, 3596.0, 3595.0, 3596.0, 3606.0, 3596.0, 3605.0, 3584.0, 3594.0, 3595.0, 3595.0, 3596.0, 3605.0, 3595.0, 3594.0, 3585.0, 3584.0, 3597.0, 3596.0, 3597.0, 3605.0, 3597.0, 3586.0, 3586.0, 3616.0, 3584.0, 3605.0, 3595.0, 3574.0, 3595.0, 3586.0, 3598.0, 3599.0, 3610.0, 3611.0, 3611.0, 3611.0, 3610.0, 3620.0, 3621.0, 3611.0, 3631.0, 3599.0, 3609.0, 3587.0, 3597.0, 3597.0, 3587.0, 3597.0, 3597.0, 3585.0, 3597.0, 3586.0, 3587.0, 3598.0, 3598.0, 3608.0, 3598.0, 3599.0, 3599.0, 3599.0, 3600.0, 3612.0, 3622.0, 3613.0, 3621.0, 3612.0, 3611.0, 3622.0, 3611.0, 3611.0, 3611.0, 3610.0, 3599.0, 3598.0, 3609.0, 3620.0, 3609.0, 3630.0, 3599.0, 3598.0, 3609.0, 3620.0, 3619.0, 3598.0, 3610.0, 3622.0, 3621.0, 3611.0, 3598.0, 3599.0, 3599.0, 3610.0, 3610.0, 3610.0, 3610.0, 3619.0, 3609.0, 3598.0, 3588.0, 3618.0, 3596.0, 3596.0, 3587.0, 3621.0, 3610.0, 3622.0, 3612.0, 3623.0, 3602.0, 3623.0, 3623.0, 3633.0, 3611.0, 3621.0, 3611.0, 3599.0, 3610.0, 3599.0, 3621.0, 3620.0, 3610.0, 3610.0, 3598.0, 3632.0, 3609.0, 3607.0, 3608.0, 3597.0, 3608.0, 3608.0, 3617.0, 3595.0, 3594.0, 3596.0, 3586.0, 3608.0, 3597.0, 3608.0, 3609.0, 3599.0, 3622.0, 3599.0, 3623.0, 3612.0, 3622.0, 3623.0, 3622.0, 3623.0, 3633.0, 3621.0, 3622.0, 3610.0, 3599.0, 3609.0, 3609.0, 3610.0, 3599.0, 3597.0, 3609.0, 3608.0, 3610.0, 3588.0, 3621.0, 3610.0, 3609.0, 3609.0, 3607.0, 3609.0, 3619.0, 3609.0, 3596.0, 3595.0, 3585.0, 3585.0, 3585.0, 3585.0, 3606.0, 3605.0, 3584.0, 3593.0, 3583.0, 3562.0, 3594.0, 3583.0, 3583.0, 3595.0, 3584.0, 3596.0, 3585.0, 3608.0, 3606.0, 3597.0, 3596.0, 3607.0, 3586.0, 3607.0, 3588.0, 3607.0, 3608.0, 3596.0, 3607.0, 3607.0, 3597.0, 3617.0, 3608.0, 3617.0, 3596.0, 3606.0, 3607.0, 3606.0, 3607.0, 3596.0, 3607.0, 3582.0, 3583.0, 3595.0, 3585.0, 3608.0, 3608.0, 3620.0, 3588.0, 3621.0, 3599.0, 3621.0, 3611.0, 3610.0, 3607.0, 3620.0, 3585.0, 3595.0, 3597.0, 3607.0, 3597.0, 3606.0, 3607.0, 3596.0, 3596.0, 3573.0, 3596.0, 3597.0, 3608.0, 3610.0, 3578.0, 3622.0, 3611.0, 3621.0, 3611.0, 3599.0, 3609.0, 3588.0, 3598.0, 3598.0, 3620.0, 3597.0, 3608.0, 3597.0, 3586.0, 3587.0, 3597.0, 3598.0, 3584.0, 3608.0, 3587.0, 3597.0, 3598.0, 3609.0, 3609.0, 3599.0, 3610.0, 3600.0, 3611.0, 3579.0, 3623.0, 3602.0, 3612.0, 3601.0, 3611.0, 3611.0, 3611.0, 3622.0, 3632.0, 3611.0, 3630.0, 3599.0, 3619.0, 3609.0, 3609.0, 3599.0, 3598.0, 3598.0, 3585.0, 3597.0, 3597.0, 3619.0, 3595.0, 3583.0, 3594.0, 3583.0, 3596.0, 3565.0, 3599.0, 3599.0, 3610.0, 3599.0, 3598.0, 3598.0, 3599.0, 3598.0, 3609.0, 3598.0, 3598.0, 3596.0, 3596.0, 3585.0, 3596.0, 3596.0, 3617.0, 3582.0, 3581.0, 3582.0, 3593.0, 3606.0, 3596.0, 3608.0, 3586.0, 3608.0, 3598.0, 3609.0, 3621.0, 3621.0, 3611.0, 3618.0, 3609.0, 3619.0, 3609.0, 3607.0, 3609.0, 3607.0, 3597.0, 3604.0, 3593.0, 3571.0, 3594.0, 3595.0, 3606.0, 3596.0, 3595.0, 3608.0, 3607.0, 3609.0, 3608.0, 3620.0, 3609.0, 3621.0, 3609.0, 3609.0, 3618.0, 3607.0, 3596.0, 3596.0, 3585.0, 3619.0, 3586.0, 3620.0, 3600.0, 3611.0, 3612.0, 3601.0, 3622.0, 3624.0, 3624.0, 3623.0, 3633.0, 3611.0, 3620.0, 3611.0, 3619.0, 3610.0, 3620.0, 3599.0, 3596.0, 3597.0, 3585.0, 3597.0, 3585.0, 3597.0, 3586.0, 3597.0, 3586.0, 3597.0, 3587.0, 3609.0, 3622.0, 3610.0, 3611.0, 3620.0, 3609.0, 3609.0, 3599.0, 3609.0, 3620.0, 3617.0, 3595.0, 3572.0, 3594.0, 3584.0, 3595.0, 3597.0, 3596.0, 3586.0, 3596.0, 3586.0, 3596.0, 3597.0, 3608.0, 3597.0, 3608.0, 3584.0, 3596.0, 3573.0, 3595.0, 3594.0, 3595.0, 3605.0, 3594.0, 3593.0, 3584.0, 3604.0, 3595.0, 3594.0, 3596.0, 3585.0, 3595.0, 3583.0, 3595.0, 3586.0, 3608.0, 3609.0, 3609.0, 3609.0, 3609.0, 3611.0, 3621.0, 3609.0, 3620.0, 3610.0, 3619.0, 3598.0, 3608.0, 3608.0, 3597.0, 3596.0, 3595.0, 3596.0, 3595.0, 3606.0, 3595.0, 3596.0, 3595.0, 3595.0, 3605.0, 3596.0, 3585.0, 3609.0, 3597.0, 3608.0, 3597.0, 3596.0, 3583.0, 3596.0, 3597.0, 3608.0, 3609.0, 3598.0, 3608.0, 3609.0, 3621.0, 3611.0, 3623.0, 3621.0, 3622.0, 3618.0, 3610.0, 3620.0, 3610.0, 3619.0, 3599.0, 3607.0, 3597.0, 3607.0, 3608.0, 3608.0, 3608.0, 3576.0, 3598.0, 3597.0, 3598.0, 3598.0, 3609.0, 3610.0, 3609.0, 3610.0, 3609.0, 3610.0, 3619.0, 3622.0, 3610.0, 3610.0, 3595.0, 3598.0, 3587.0, 3610.0, 3598.0, 3598.0, 3611.0, 3589.0, 3609.0, 3612.0, 3623.0, 3615.0, 3615.0, 3615.0, 3625.0, 3623.0, 3624.0, 3635.0, 3621.0, 3619.0, 3610.0, 3588.0, 3599.0, 3587.0, 3596.0, 3608.0, 3608.0, 3620.0, 3611.0, 3623.0, 3634.0, 3601.0, 3622.0, 3600.0, 3621.0, 3621.0, 3610.0, 3623.0, 3633.0, 3621.0, 3618.0, 3596.0, 3594.0, 3595.0, 3595.0, 3608.0, 3586.0, 3609.0, 3585.0, 3608.0, 3599.0, 3621.0, 3612.0, 3634.0, 3623.0, 3621.0, 3609.0, 3609.0, 3622.0, 3623.0, 3634.0, 3612.0, 3623.0, 3601.0, 3623.0, 3601.0, 3634.0, 3614.0, 3634.0, 3623.0, 3633.0, 3597.0, 3607.0, 3585.0, 3608.0, 3586.0, 3608.0, 3598.0, 3596.0, 3586.0, 3607.0, 3598.0, 3620.0, 3620.0, 3619.0, 3599.0, 3577.0, 3610.0, 3599.0, 3609.0, 3620.0, 3599.0, 3620.0, 3609.0, 3618.0, 3608.0, 3607.0, 3608.0, 3618.0, 3607.0, 3606.0, 3595.0, 3584.0, 3594.0, 3595.0, 3595.0, 3607.0, 3606.0, 3607.0, 3586.0, 3620.0, 3587.0, 3619.0, 3619.0, 3619.0, 3608.0, 3607.0, 3609.0, 3589.0, 3634.0, 3625.0, 3635.0, 3637.0, 3635.0, 3636.0, 3603.0, 3635.0, 3613.0, 3635.0, 3612.0, 3622.0, 3611.0, 3612.0, 3610.0, 3620.0, 3620.0, 3628.0, 3595.0, 3593.0, 3594.0, 3585.0, 3606.0, 3608.0, 3607.0, 3608.0, 3598.0, 3620.0, 3599.0, 3619.0, 3598.0, 3629.0, 3608.0, 3598.0, 3608.0, 3619.0, 3618.0, 3609.0, 3617.0], 'WindowWidth': [8227.0, 8179.0, 8168.0, 8145.0, 8144.0, 8138.0, 8139.0, 8124.0, 8138.0, 8137.0, 8139.0, 8139.0, 8140.0, 8142.0, 8158.0, 8160.0, 8146.0, 8163.0, 8162.0, 8163.0, 8186.0, 8157.0, 8169.0, 8158.0, 8130.0, 8164.0, 8151.0, 8184.0, 8159.0, 8191.0, 8163.0, 8191.0, 8174.0, 8190.0, 8161.0, 8205.0, 8174.0, 8187.0, 8168.0, 8168.0, 8151.0, 8167.0, 8168.0, 8168.0, 8151.0, 8165.0, 8151.0, 8180.0, 8163.0, 8183.0, 8186.0, 8184.0, 8187.0, 8185.0, 8189.0, 8187.0, 8205.0, 8172.0, 8189.0, 8154.0, 8184.0, 8152.0, 8183.0, 8191.0, 8182.0, 8162.0, 8163.0, 8145.0, 8140.0, 8132.0, 8178.0, 8161.0, 8176.0, 8129.0, 8161.0, 8143.0, 8164.0, 8159.0, 8179.0, 8160.0, 8178.0, 8160.0, 8181.0, 8161.0, 8183.0, 8179.0, 8184.0, 8165.0, 8183.0, 8179.0, 8179.0, 8166.0, 8183.0, 8165.0, 8181.0, 8149.0, 8164.0, 8149.0, 8165.0, 8150.0, 8180.0, 8162.0, 8160.0, 8160.0, 8144.0, 8160.0, 8157.0, 8159.0, 8185.0, 8156.0, 8155.0, 8142.0, 8165.0, 8149.0, 8131.0, 8135.0, 8135.0, 8156.0, 8141.0, 8180.0, 8151.0, 8188.0, 8170.0, 8189.0, 8156.0, 8187.0, 8155.0, 8185.0, 8157.0, 8185.0, 8170.0, 8181.0, 8168.0, 8182.0, 8169.0, 8194.0, 8170.0, 8158.0, 8181.0, 8149.0, 8165.0, 8152.0, 8165.0, 8181.0, 8194.0, 8165.0, 8164.0, 8165.0, 8150.0, 8164.0, 8163.0, 8191.0, 8161.0, 8173.0, 8161.0, 8173.0, 8162.0, 8171.0, 8160.0, 8154.0, 8157.0, 8127.0, 8159.0, 8157.0, 8187.0, 8136.0, 8134.0, 8154.0, 8155.0, 8161.0, 8161.0, 8179.0, 8136.0, 8184.0, 8140.0, 8187.0, 8186.0, 8215.0, 8159.0, 8155.0, 8130.0, 8157.0, 8158.0, 8141.0, 8161.0, 8133.0, 8181.0, 8171.0, 8186.0, 8191.0, 8202.0, 8185.0, 8194.0, 8166.0, 8161.0, 8162.0, 8174.0, 8160.0, 8172.0, 8156.0, 8152.0, 8153.0, 8137.0, 8152.0, 8138.0, 8139.0, 8154.0, 8156.0, 8156.0, 8162.0, 8175.0, 8183.0, 8168.0, 8187.0, 8134.0, 8186.0, 8171.0, 8187.0, 8174.0, 8188.0, 8184.0, 8198.0, 8180.0, 8178.0, 8180.0, 8177.0, 8180.0, 8187.0, 8162.0, 8142.0, 8158.0, 8142.0, 8157.0, 8144.0, 8172.0, 8157.0, 8180.0, 8135.0, 8106.0, 8153.0, 8140.0, 8157.0, 8161.0, 8160.0, 8182.0, 8176.0, 8207.0, 8171.0, 8195.0, 8153.0, 8121.0, 8083.0, 8139.0, 8142.0, 8160.0, 8163.0, 8138.0, 8166.0, 8148.0, 8151.0, 8164.0, 8161.0, 8163.0, 8162.0, 8164.0, 8174.0, 8164.0, 8160.0, 8146.0, 8167.0, 8160.0, 8160.0, 8164.0, 8134.0, 8164.0, 8151.0, 8184.0, 8176.0, 8168.0, 8191.0, 8192.0, 8178.0, 8199.0, 8172.0, 8190.0, 8193.0, 8197.0, 8173.0, 8147.0, 8164.0, 8130.0, 8143.0, 8126.0, 8146.0, 8143.0, 8170.0, 8143.0, 8157.0, 8140.0, 8099.0, 8121.0, 8133.0, 8146.0, 8113.0, 8115.0, 8116.0, 8120.0, 8131.0, 8096.0, 8137.0, 8137.0, 8143.0, 8127.0, 8158.0, 8143.0, 8145.0, 8146.0, 8147.0, 8149.0, 8162.0, 8164.0, 8175.0, 8147.0, 8160.0, 8146.0, 8181.0, 8139.0, 8135.0, 8138.0, 8125.0, 8137.0, 8142.0, 8129.0, 8163.0, 8175.0, 8149.0, 8173.0, 8147.0, 8157.0, 8142.0, 8161.0, 8118.0, 8147.0, 8119.0, 8145.0, 8132.0, 8089.0, 8123.0, 8123.0, 8159.0, 8145.0, 8147.0, 8146.0, 8142.0, 8146.0, 8146.0, 8145.0, 8161.0, 8145.0, 8161.0, 8141.0, 8126.0, 8122.0, 8125.0, 8137.0, 8143.0, 8139.0, 8141.0, 8123.0, 8141.0, 8127.0, 8145.0, 8147.0, 8165.0, 8164.0, 8189.0, 8159.0, 8144.0, 8141.0, 8140.0, 8186.0, 8156.0, 8172.0, 8168.0, 8183.0, 8186.0, 8201.0, 8172.0, 8198.0, 8167.0, 8176.0, 8161.0, 8172.0, 8155.0, 8157.0, 8156.0, 8169.0, 8138.0, 8135.0, 8136.0, 8135.0, 8137.0, 8149.0, 8137.0, 8146.0, 8119.0, 8130.0, 8134.0, 8135.0, 8137.0, 8147.0, 8134.0, 8131.0, 8112.0, 8119.0, 8140.0, 8137.0, 8140.0, 8149.0, 8140.0, 8124.0, 8126.0, 8161.0, 8119.0, 8146.0, 8135.0, 8105.0, 8137.0, 8126.0, 8145.0, 8149.0, 8166.0, 8168.0, 8167.0, 8166.0, 8165.0, 8179.0, 8182.0, 8168.0, 8194.0, 8147.0, 8158.0, 8128.0, 8142.0, 8141.0, 8120.0, 8140.0, 8141.0, 8122.0, 8141.0, 8123.0, 8119.0, 8144.0, 8145.0, 8158.0, 8145.0, 8147.0, 8148.0, 8150.0, 8151.0, 8170.0, 8183.0, 8173.0, 8182.0, 8169.0, 8167.0, 8184.0, 8168.0, 8170.0, 8166.0, 8165.0, 8149.0, 8146.0, 8162.0, 8176.0, 8162.0, 8188.0, 8146.0, 8142.0, 8159.0, 8176.0, 8174.0, 8145.0, 8162.0, 8182.0, 8179.0, 8168.0, 8144.0, 8146.0, 8146.0, 8163.0, 8162.0, 8154.0, 8162.0, 8173.0, 8160.0, 8144.0, 8122.0, 8169.0, 8138.0, 8138.0, 8119.0, 8179.0, 8164.0, 8184.0, 8170.0, 8188.0, 8158.0, 8188.0, 8188.0, 8197.0, 8167.0, 8180.0, 8165.0, 8147.0, 8162.0, 8147.0, 8178.0, 8177.0, 8163.0, 8164.0, 8144.0, 8195.0, 8160.0, 8153.0, 8154.0, 8142.0, 8156.0, 8154.0, 8165.0, 8133.0, 8130.0, 8136.0, 8125.0, 8157.0, 8142.0, 8156.0, 8161.0, 8147.0, 8184.0, 8152.0, 8186.0, 8170.0, 8183.0, 8186.0, 8183.0, 8187.0, 8197.0, 8180.0, 8180.0, 8161.0, 8145.0, 8160.0, 8159.0, 8162.0, 8137.0, 8142.0, 8159.0, 8157.0, 8162.0, 8132.0, 8178.0, 8163.0, 8160.0, 8161.0, 8154.0, 8160.0, 8171.0, 8158.0, 8137.0, 8135.0, 8120.0, 8119.0, 8120.0, 8120.0, 8149.0, 8147.0, 8116.0, 8125.0, 8112.0, 8085.0, 8130.0, 8115.0, 8117.0, 8133.0, 8118.0, 8137.0, 8121.0, 8156.0, 8151.0, 8139.0, 8136.0, 8152.0, 8123.0, 8154.0, 8121.0, 8154.0, 8155.0, 8138.0, 8154.0, 8152.0, 8133.0, 8165.0, 8155.0, 8164.0, 8137.0, 8148.0, 8151.0, 8150.0, 8153.0, 8138.0, 8152.0, 8113.0, 8106.0, 8133.0, 8114.0, 8157.0, 8158.0, 8175.0, 8132.0, 8179.0, 8149.0, 8180.0, 8166.0, 8166.0, 8155.0, 8175.0, 8122.0, 8135.0, 8139.0, 8153.0, 8131.0, 8150.0, 8151.0, 8136.0, 8135.0, 8100.0, 8136.0, 8142.0, 8158.0, 8163.0, 8121.0, 8181.0, 8166.0, 8177.0, 8163.0, 8145.0, 8159.0, 8128.0, 8143.0, 8142.0, 8174.0, 8139.0, 8153.0, 8139.0, 8122.0, 8117.0, 8138.0, 8143.0, 8119.0, 8154.0, 8126.0, 8140.0, 8141.0, 8157.0, 8159.0, 8144.0, 8162.0, 8148.0, 8166.0, 8122.0, 8185.0, 8155.0, 8170.0, 8152.0, 8165.0, 8165.0, 8167.0, 8181.0, 8192.0, 8164.0, 8188.0, 8145.0, 8172.0, 8159.0, 8159.0, 8137.0, 8143.0, 8141.0, 8122.0, 8140.0, 8140.0, 8171.0, 8133.0, 8112.0, 8129.0, 8115.0, 8137.0, 8097.0, 8139.0, 8148.0, 8163.0, 8145.0, 8143.0, 8144.0, 8146.0, 8143.0, 8159.0, 8142.0, 8141.0, 8136.0, 8136.0, 8120.0, 8137.0, 8135.0, 8165.0, 8109.0, 8106.0, 8111.0, 8127.0, 8150.0, 8135.0, 8155.0, 8125.0, 8157.0, 8145.0, 8160.0, 8178.0, 8179.0, 8164.0, 8171.0, 8160.0, 8170.0, 8159.0, 8154.0, 8159.0, 8154.0, 8138.0, 8140.0, 8125.0, 8095.0, 8131.0, 8133.0, 8148.0, 8136.0, 8135.0, 8156.0, 8154.0, 8153.0, 8159.0, 8177.0, 8159.0, 8177.0, 8160.0, 8159.0, 8168.0, 8152.0, 8127.0, 8138.0, 8121.0, 8171.0, 8124.0, 8177.0, 8149.0, 8165.0, 8170.0, 8155.0, 8183.0, 8188.0, 8189.0, 8186.0, 8197.0, 8166.0, 8175.0, 8164.0, 8171.0, 8163.0, 8173.0, 8144.0, 8136.0, 8137.0, 8118.0, 8137.0, 8121.0, 8140.0, 8124.0, 8140.0, 8122.0, 8139.0, 8127.0, 8161.0, 8183.0, 8165.0, 8166.0, 8175.0, 8160.0, 8159.0, 8138.0, 8159.0, 8176.0, 8165.0, 8132.0, 8096.0, 8128.0, 8117.0, 8134.0, 8139.0, 8138.0, 8124.0, 8137.0, 8124.0, 8138.0, 8139.0, 8157.0, 8141.0, 8154.0, 8118.0, 8135.0, 8102.0, 8133.0, 8132.0, 8134.0, 8145.0, 8130.0, 8125.0, 8116.0, 8142.0, 8135.0, 8132.0, 8137.0, 8120.0, 8132.0, 8113.0, 8132.0, 8124.0, 8155.0, 8161.0, 8159.0, 8162.0, 8161.0, 8167.0, 8178.0, 8163.0, 8175.0, 8163.0, 8171.0, 8144.0, 8157.0, 8157.0, 8130.0, 8137.0, 8133.0, 8134.0, 8123.0, 8149.0, 8134.0, 8138.0, 8134.0, 8134.0, 8147.0, 8137.0, 8120.0, 8158.0, 8140.0, 8156.0, 8140.0, 8138.0, 8116.0, 8136.0, 8141.0, 8155.0, 8159.0, 8144.0, 8159.0, 8161.0, 8181.0, 8167.0, 8185.0, 8179.0, 8181.0, 8170.0, 8163.0, 8176.0, 8164.0, 8172.0, 8145.0, 8152.0, 8140.0, 8151.0, 8154.0, 8155.0, 8156.0, 8104.0, 8143.0, 8140.0, 8143.0, 8145.0, 8160.0, 8163.0, 8161.0, 8161.0, 8161.0, 8163.0, 8174.0, 8181.0, 8163.0, 8164.0, 8133.0, 8141.0, 8128.0, 8161.0, 8143.0, 8142.0, 8167.0, 8134.0, 8162.0, 8171.0, 8186.0, 8179.0, 8179.0, 8179.0, 8191.0, 8185.0, 8188.0, 8204.0, 8180.0, 8174.0, 8163.0, 8128.0, 8144.0, 8125.0, 8135.0, 8154.0, 8155.0, 8176.0, 8167.0, 8187.0, 8203.0, 8153.0, 8183.0, 8150.0, 8179.0, 8180.0, 8164.0, 8184.0, 8198.0, 8178.0, 8170.0, 8134.0, 8129.0, 8133.0, 8134.0, 8155.0, 8125.0, 8160.0, 8123.0, 8157.0, 8146.0, 8179.0, 8170.0, 8201.0, 8186.0, 8178.0, 8161.0, 8161.0, 8181.0, 8188.0, 8204.0, 8171.0, 8185.0, 8152.0, 8185.0, 8155.0, 8202.0, 8176.0, 8202.0, 8185.0, 8199.0, 8139.0, 8153.0, 8120.0, 8155.0, 8117.0, 8156.0, 8144.0, 8138.0, 8122.0, 8153.0, 8143.0, 8175.0, 8176.0, 8171.0, 8138.0, 8115.0, 8163.0, 8146.0, 8160.0, 8175.0, 8146.0, 8176.0, 8160.0, 8170.0, 8154.0, 8143.0, 8156.0, 8168.0, 8152.0, 8146.0, 8132.0, 8114.0, 8129.0, 8133.0, 8133.0, 8152.0, 8150.0, 8153.0, 8123.0, 8174.0, 8126.0, 8173.0, 8171.0, 8172.0, 8155.0, 8154.0, 8160.0, 8137.0, 8202.0, 8194.0, 8206.0, 8211.0, 8206.0, 8207.0, 8152.0, 8205.0, 8175.0, 8205.0, 8170.0, 8181.0, 8165.0, 8168.0, 8164.0, 8176.0, 8175.0, 8179.0, 8131.0, 8127.0, 8131.0, 8120.0, 8150.0, 8157.0, 8154.0, 8157.0, 8144.0, 8177.0, 8147.0, 8171.0, 8141.0, 8185.0, 8157.0, 8143.0, 8158.0, 8172.0, 8170.0, 8158.0, 8165.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.0003588544600938967</td></tr>
<tr><td colspan=3>aqi</td><td>0.027696336995305167</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.62007140754704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2034749679041372</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9987612790319554</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>5656.5625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07322913601664689</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0328638497652582</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4966053101263657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.409927760724663</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7059030263953354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.373985143259099</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128812</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016925251111388206</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034244973212480545</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>3.819275667397907</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>30.8994</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.1541</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310405.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>621.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.6013</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3123</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.9762</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2880.5184</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.8333</td></tr>
<tr><td colspan=3>tsnr</td><td>38.70651606051251</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>