<?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-0112_ses-01_task-alignvideo_acq-mb8_run-01_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-0112_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_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-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_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-0112/ses-01/func/sub-0112_ses-01_task-alignvideo_acq-mb8_run-01_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>f00a4b0af5893b2b5e2dbba5c6149318</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>20:54:42.892500</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.99455, 0.0217364, 0.101972, -0.0288227, 0.997232, 0.0685426]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0849993</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7815, -7284, 161, -134, -91, -110, 43]</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>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a39421ed-e2c5-40e1-872b-0d4e9371e763||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.668304443359375, -0.07732916623353958, 0.27053916454315186, 107.93890380859375], [-0.058317042887210846, 2.67549991607666, 0.19199207425117493, -90.19757843017578], [0.27358299493789673, -0.18389490246772766, 2.6795425415039062, -91.74288177490234], [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, 1073]</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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['205442.892500', '205443.352500', '205443.812500', '205444.272500', '205444.732500', '205445.192500', '205445.652500', '205446.112500', '205446.572500', '205447.032500', '205447.492500', '205447.952500', '205448.412500', '205448.872500', '205449.332500', '205449.792500', '205450.252500', '205450.712500', '205451.172500', '205451.632500', '205452.092500', '205452.552500', '205453.012500', '205453.472500', '205453.932500', '205454.392500', '205454.852500', '205455.312500', '205455.772500', '205456.232500', '205456.692500', '205457.152500', '205457.612500', '205458.072500', '205458.532500', '205458.992500', '205459.452500', '205459.912500', '205500.372500', '205500.832500', '205501.292500', '205501.752500', '205502.212500', '205502.672500', '205503.132500', '205503.592500', '205504.052500', '205504.512500', '205504.972500', '205505.432500', '205505.892500', '205506.352500', '205506.812500', '205507.272500', '205507.732500', '205508.192500', '205508.652500', '205509.112500', '205509.572500', '205510.032500', '205510.492500', '205510.952500', '205511.412500', '205511.872500', '205512.332500', '205512.792500', '205513.252500', '205513.712500', '205514.172500', '205514.632500', '205515.092500', '205515.552500', '205516.012500', '205516.472500', '205516.932500', '205517.392500', '205517.852500', '205518.312500', '205518.772500', '205519.232500', '205519.692500', '205520.152500', '205520.612500', '205521.072500', '205521.532500', '205521.992500', '205522.452500', '205522.912500', '205523.372500', '205523.832500', '205524.292500', '205524.752500', '205525.212500', '205525.672500', '205526.132500', '205526.592500', '205527.052500', '205527.512500', '205527.972500', '205528.432500', '205528.892500', '205529.352500', '205529.812500', '205530.272500', '205530.732500', '205531.192500', '205531.652500', '205532.112500', '205532.572500', '205533.032500', '205533.492500', '205533.952500', '205534.412500', '205534.872500', '205535.332500', '205535.792500', '205536.252500', '205536.712500', '205537.172500', '205537.632500', '205538.092500', '205538.552500', '205539.012500', '205539.472500', '205539.932500', '205540.392500', '205540.852500', '205541.312500', '205541.772500', '205542.232500', '205542.692500', '205543.152500', '205543.612500', '205544.072500', '205544.532500', '205544.992500', '205545.452500', '205545.912500', '205546.372500', '205546.832500', '205547.292500', '205547.752500', '205548.212500', '205548.672500', '205549.132500', '205549.592500', '205550.052500', '205550.512500', '205550.972500', '205551.432500', '205551.892500', '205552.352500', '205552.812500', '205553.272500', '205553.732500', '205554.192500', '205554.652500', '205555.112500', '205555.572500', '205556.032500', '205556.492500', '205556.952500', '205557.412500', '205557.872500', '205558.332500', '205558.792500', '205559.252500', '205559.712500', '205600.172500', '205600.632500', '205601.092500', '205601.552500', '205602.012500', '205602.472500', '205602.932500', '205603.392500', '205603.852500', '205604.312500', '205604.772500', '205605.232500', '205605.692500', '205606.152500', '205606.612500', '205607.072500', '205607.532500', '205607.992500', '205608.452500', '205608.912500', '205609.372500', '205609.832500', '205610.292500', '205610.752500', '205611.212500', '205611.672500', '205612.132500', '205612.592500', '205613.052500', '205613.512500', '205613.972500', '205614.432500', '205614.892500', '205615.352500', '205615.812500', '205616.272500', '205616.732500', '205617.192500', '205617.652500', '205618.112500', '205618.572500', '205619.032500', '205619.492500', '205619.952500', '205620.412500', '205620.872500', '205621.332500', '205621.792500', '205622.252500', '205622.712500', '205623.172500', '205623.632500', '205624.092500', '205624.552500', '205625.012500', '205625.472500', '205625.932500', '205626.392500', '205626.852500', '205627.312500', '205627.772500', '205628.232500', '205628.692500', '205629.152500', '205629.612500', '205630.072500', '205630.532500', '205630.992500', '205631.452500', '205631.912500', '205632.372500', '205632.832500', '205633.292500', '205633.752500', '205634.212500', '205634.672500', '205635.132500', '205635.592500', '205636.052500', '205636.512500', '205636.972500', '205637.432500', '205637.892500', '205638.352500', '205638.812500', '205639.272500', '205639.732500', '205640.192500', '205640.652500', '205641.112500', '205641.572500', '205642.032500', '205642.492500', '205642.952500', '205643.412500', '205643.872500', '205644.332500', '205644.792500', '205645.252500', '205645.712500', '205646.172500', '205646.632500', '205647.092500', '205647.552500', '205648.012500', '205648.472500', '205648.932500', '205649.392500', '205649.852500', '205650.312500', '205650.772500', '205651.232500', '205651.692500', '205652.152500', '205652.612500', '205653.072500', '205653.532500', '205653.992500', '205654.452500', '205654.912500', '205655.372500', '205655.832500', '205656.292500', '205656.752500', '205657.212500', '205657.672500', '205658.132500', '205658.592500', '205659.052500', '205659.512500', '205659.972500', '205700.432500', '205700.892500', '205701.352500', '205701.812500', '205702.272500', '205702.732500', '205703.192500', '205703.652500', '205704.112500', '205704.572500', '205705.032500', '205705.492500', '205705.952500', '205706.412500', '205706.872500', '205707.332500', '205707.792500', '205708.252500', '205708.712500', '205709.172500', '205709.632500', '205710.092500', '205710.552500', '205711.012500', '205711.472500', '205711.932500', '205712.392500', '205712.852500', '205713.312500', '205713.772500', '205714.232500', '205714.692500', '205715.152500', '205715.612500', '205716.072500', '205716.532500', '205716.992500', '205717.452500', '205717.912500', '205718.372500', '205718.832500', '205719.292500', '205719.752500', '205720.212500', '205720.672500', '205721.132500', '205721.592500', '205722.052500', '205722.512500', '205722.972500', '205723.432500', '205723.892500', '205724.352500', '205724.812500', '205725.272500', '205725.732500', '205726.192500', '205726.652500', '205727.112500', '205727.572500', '205728.032500', '205728.492500', '205728.952500', '205729.412500', '205729.872500', '205730.332500', '205730.792500', '205731.252500', '205731.712500', '205732.172500', '205732.632500', '205733.092500', '205733.552500', '205734.012500', '205734.472500', '205734.932500', '205735.392500', '205735.852500', '205736.312500', '205736.772500', '205737.232500', '205737.692500', '205738.152500', '205738.612500', '205739.072500', '205739.532500', '205739.992500', '205740.452500', '205740.912500', '205741.372500', '205741.832500', '205742.292500', '205742.752500', '205743.212500', '205743.672500', '205744.132500', '205744.592500', '205745.052500', '205745.512500', '205745.972500', '205746.432500', '205746.892500', '205747.352500', '205747.812500', '205748.272500', '205748.732500', '205749.192500', '205749.652500', '205750.112500', '205750.572500', '205751.032500', '205751.492500', '205751.952500', '205752.412500', '205752.872500', '205753.332500', '205753.792500', '205754.252500', '205754.712500', '205755.172500', '205755.632500', '205756.092500', '205756.552500', '205757.012500', '205757.472500', '205757.932500', '205758.392500', '205758.852500', '205759.312500', '205759.772500', '205800.232500', '205800.692500', '205801.152500', '205801.612500', '205802.072500', '205802.532500', '205802.992500', '205803.452500', '205803.912500', '205804.372500', '205804.832500', '205805.292500', '205805.752500', '205806.212500', '205806.672500', '205807.132500', '205807.592500', '205808.052500', '205808.512500', '205808.972500', '205809.432500', '205809.892500', '205810.352500', '205810.812500', '205811.272500', '205811.732500', '205812.192500', '205812.652500', '205813.112500', '205813.572500', '205814.032500', '205814.492500', '205814.952500', '205815.412500', '205815.872500', '205816.332500', '205816.792500', '205817.252500', '205817.712500', '205818.172500', '205818.632500', '205819.092500', '205819.552500', '205820.012500', '205820.472500', '205820.932500', '205821.392500', '205821.852500', '205822.312500', '205822.772500', '205823.232500', '205823.692500', '205824.152500', '205824.612500', '205825.072500', '205825.532500', '205825.992500', '205826.452500', '205826.912500', '205827.372500', '205827.832500', '205828.292500', '205828.752500', '205829.212500', '205829.672500', '205830.132500', '205830.592500', '205831.052500', '205831.512500', '205831.972500', '205832.432500', '205832.892500', '205833.352500', '205833.812500', '205834.272500', '205834.732500', '205835.192500', '205835.652500', '205836.112500', '205836.572500', '205837.032500', '205837.492500', '205837.952500', '205838.412500', '205838.872500', '205839.332500', '205839.792500', '205840.252500', '205840.712500', '205841.172500', '205841.632500', '205842.092500', '205842.552500', '205843.012500', '205843.472500', '205843.932500', '205844.392500', '205844.852500', '205845.312500', '205845.772500', '205846.232500', '205846.692500', '205847.152500', '205847.612500', '205848.072500', '205848.532500', '205848.992500', '205849.452500', '205849.912500', '205850.372500', '205850.832500', '205851.292500', '205851.752500', '205852.212500', '205852.672500', '205853.132500', '205853.592500', '205854.052500', '205854.512500', '205854.972500', '205855.432500', '205855.892500', '205856.352500', '205856.812500', '205857.272500', '205857.732500', '205858.192500', '205858.652500', '205859.112500', '205859.572500', '205900.032500', '205900.492500', '205900.952500', '205901.412500', '205901.872500', '205902.332500', '205902.792500', '205903.252500', '205903.712500', '205904.172500', '205904.632500', '205905.092500', '205905.552500', '205906.012500', '205906.472500', '205906.932500', '205907.392500', '205907.852500', '205908.312500', '205908.772500', '205909.232500', '205909.692500', '205910.152500', '205910.612500', '205911.072500', '205911.532500', '205911.992500', '205912.452500', '205912.912500', '205913.372500', '205913.832500', '205914.292500', '205914.752500', '205915.212500', '205915.672500', '205916.132500', '205916.592500', '205917.052500', '205917.512500', '205917.972500', '205918.432500', '205918.892500', '205919.352500', '205919.812500', '205920.272500', '205920.732500', '205921.192500', '205921.652500', '205922.112500', '205922.572500', '205923.032500', '205923.492500', '205923.952500', '205924.412500', '205924.872500', '205925.332500', '205925.792500', '205926.252500', '205926.712500', '205927.172500', '205927.632500', '205928.092500', '205928.552500', '205929.012500', '205929.472500', '205929.932500', '205930.392500', '205930.852500', '205931.312500', '205931.772500', '205932.232500', '205932.692500', '205933.152500', '205933.612500', '205934.072500', '205934.532500', '205934.992500', '205935.452500', '205935.912500', '205936.372500', '205936.832500', '205937.292500', '205937.752500', '205938.212500', '205938.672500', '205939.132500', '205939.592500', '205940.052500', '205940.512500', '205940.972500', '205941.432500', '205941.892500', '205942.352500', '205942.812500', '205943.272500', '205943.732500', '205944.192500', '205944.652500', '205945.112500', '205945.572500', '205946.032500', '205946.492500', '205946.952500', '205947.412500', '205947.872500', '205948.332500', '205948.792500', '205949.252500', '205949.712500', '205950.172500', '205950.632500', '205951.092500', '205951.552500', '205952.012500', '205952.472500', '205952.932500', '205953.392500', '205953.852500', '205954.312500', '205954.772500', '205955.232500', '205955.692500', '205956.152500', '205956.612500', '205957.072500', '205957.532500', '205957.992500', '205958.452500', '205958.912500', '205959.372500', '205959.832500', '210000.292500', '210000.752500', '210001.212500', '210001.672500', '210002.132500', '210002.592500', '210003.052500', '210003.512500', '210003.972500', '210004.432500', '210004.892500', '210005.352500', '210005.812500', '210006.272500', '210006.732500', '210007.192500', '210007.652500', '210008.112500', '210008.572500', '210009.032500', '210009.492500', '210009.952500', '210010.412500', '210010.872500', '210011.332500', '210011.792500', '210012.252500', '210012.712500', '210013.172500', '210013.632500', '210014.092500', '210014.552500', '210015.012500', '210015.472500', '210015.932500', '210016.392500', '210016.852500', '210017.312500', '210017.772500', '210018.232500', '210018.692500', '210019.152500', '210019.612500', '210020.072500', '210020.532500', '210020.992500', '210021.452500', '210021.912500', '210022.372500', '210022.832500', '210023.292500', '210023.752500', '210024.212500', '210024.672500', '210025.132500', '210025.592500', '210026.052500', '210026.512500', '210026.972500', '210027.432500', '210027.892500', '210028.352500', '210028.812500', '210029.272500', '210029.732500', '210030.192500', '210030.652500', '210031.112500', '210031.572500', '210032.032500', '210032.492500', '210032.952500', '210033.412500', '210033.872500', '210034.332500', '210034.792500', '210035.252500', '210035.712500', '210036.172500', '210036.632500', '210037.092500', '210037.552500', '210038.012500', '210038.472500', '210038.932500', '210039.392500', '210039.852500', '210040.312500', '210040.772500', '210041.232500', '210041.692500', '210042.152500', '210042.612500', '210043.072500', '210043.532500', '210043.992500', '210044.452500', '210044.912500', '210045.372500', '210045.832500', '210046.292500', '210046.752500', '210047.212500', '210047.672500', '210048.132500', '210048.592500', '210049.052500', '210049.512500', '210049.972500', '210050.432500', '210050.892500', '210051.352500', '210051.812500', '210052.272500', '210052.732500', '210053.192500', '210053.652500', '210054.112500', '210054.572500', '210055.032500', '210055.492500', '210055.952500', '210056.412500', '210056.872500', '210057.332500', '210057.792500', '210058.252500', '210058.712500', '210059.172500', '210059.632500', '210100.092500', '210100.552500', '210101.012500', '210101.472500', '210101.932500', '210102.392500', '210102.852500', '210103.312500', '210103.772500', '210104.232500', '210104.692500', '210105.152500', '210105.612500', '210106.072500', '210106.532500', '210106.992500', '210107.452500', '210107.912500', '210108.372500', '210108.832500', '210109.292500', '210109.752500', '210110.212500', '210110.672500', '210111.132500', '210111.592500', '210112.052500', '210112.512500', '210112.972500', '210113.432500', '210113.892500', '210114.352500', '210114.812500', '210115.272500', '210115.732500', '210116.192500', '210116.652500', '210117.112500', '210117.572500', '210118.032500', '210118.492500', '210118.952500', '210119.412500', '210119.872500', '210120.332500', '210120.792500', '210121.252500', '210121.712500', '210122.172500', '210122.632500', '210123.092500', '210123.552500', '210124.012500', '210124.472500', '210124.932500', '210125.392500', '210125.852500', '210126.312500', '210126.772500', '210127.232500', '210127.692500', '210128.152500', '210128.612500', '210129.072500', '210129.532500', '210129.992500', '210130.452500', '210130.912500', '210131.372500', '210131.832500', '210132.292500', '210132.752500', '210133.212500', '210133.672500', '210134.132500', '210134.592500', '210135.052500', '210135.512500', '210135.972500', '210136.432500', '210136.892500', '210137.352500', '210137.812500', '210138.272500', '210138.732500', '210139.192500', '210139.652500', '210140.112500', '210140.572500', '210141.032500', '210141.492500', '210141.952500', '210142.412500', '210142.872500', '210143.332500', '210143.792500', '210144.252500', '210144.712500', '210145.172500', '210145.632500', '210146.092500', '210146.552500', '210147.012500', '210147.472500', '210147.932500', '210148.392500', '210148.852500', '210149.312500', '210149.772500', '210150.232500', '210150.692500', '210151.152500', '210151.612500', '210152.072500', '210152.532500', '210152.992500', '210153.452500', '210153.912500', '210154.372500', '210154.832500', '210155.292500', '210155.752500', '210156.212500', '210156.672500', '210157.132500', '210157.592500', '210158.052500', '210158.512500', '210158.972500', '210159.432500', '210159.892500', '210200.352500', '210200.812500', '210201.272500', '210201.732500', '210202.192500', '210202.652500', '210203.112500', '210203.572500', '210204.032500', '210204.492500', '210204.952500', '210205.412500', '210205.872500', '210206.332500', '210206.792500', '210207.252500', '210207.712500', '210208.172500', '210208.632500', '210209.092500', '210209.552500', '210210.012500', '210210.472500', '210210.932500', '210211.392500', '210211.852500', '210212.312500', '210212.772500', '210213.232500', '210213.692500', '210214.152500', '210214.612500', '210215.072500', '210215.532500', '210215.992500', '210216.452500', '210216.912500', '210217.372500', '210217.832500', '210218.292500', '210218.752500', '210219.212500', '210219.672500', '210220.132500', '210220.592500', '210221.052500', '210221.512500', '210221.972500', '210222.432500', '210222.892500', '210223.352500', '210223.812500', '210224.272500', '210224.732500', '210225.192500', '210225.652500', '210226.112500', '210226.572500', '210227.032500', '210227.492500', '210227.952500', '210228.412500', '210228.872500', '210229.332500', '210229.792500', '210230.252500', '210230.712500', '210231.172500', '210231.632500', '210232.092500', '210232.552500', '210233.012500', '210233.472500', '210233.932500', '210234.392500', '210234.852500', '210235.312500', '210235.772500', '210236.232500', '210236.692500', '210237.152500', '210237.612500', '210238.072500', '210238.532500', '210238.992500', '210239.452500', '210239.912500', '210240.372500', '210240.832500', '210241.292500', '210241.752500', '210242.212500', '210242.672500', '210243.132500', '210243.592500', '210244.052500', '210244.512500', '210244.972500', '210245.432500', '210245.892500', '210246.352500', '210246.812500', '210247.272500', '210247.732500', '210248.192500', '210248.652500', '210249.112500', '210249.572500', '210250.032500', '210250.492500', '210250.952500', '210251.412500', '210251.872500', '210252.332500', '210252.792500', '210253.252500', '210253.712500', '210254.172500', '210254.632500', '210255.092500', '210255.552500', '210256.012500'], 'ContentTime': ['205511.949000', '205511.952000', '205511.955000', '205511.957000', '205511.960000', '205511.963000', '205511.965000', '205511.968000', '205511.970000', '205511.973000', '205511.975000', '205511.978000', '205511.980000', '205511.983000', '205511.986000', '205511.988000', '205511.991000', '205511.993000', '205511.996000', '205512.004000', '205512.006000', '205512.009000', '205512.012000', '205512.014000', '205512.017000', '205512.019000', '205512.022000', '205512.024000', '205512.027000', '205512.030000', '205512.032000', '205512.035000', '205512.037000', '205512.040000', '205512.042000', '205512.045000', '205512.048000', '205512.050000', '205512.053000', '205512.055000', '205512.058000', '205512.060000', '205512.063000', '205512.065000', '205512.068000', '205512.071000', '205512.073000', '205512.076000', '205512.082000', '205512.084000', '205512.087000', '205512.089000', '205512.092000', '205512.094000', '205512.097000', '205512.100000', '205512.102000', '205512.105000', '205512.107000', '205512.110000', '205531.915000', '205531.918000', '205531.920000', '205531.923000', '205531.925000', '205531.928000', '205531.930000', '205531.933000', '205531.935000', '205531.938000', '205531.941000', '205531.943000', '205531.946000', '205531.949000', '205531.951000', '205531.954000', '205531.956000', '205531.959000', '205531.961000', '205531.964000', '205531.966000', '205531.969000', '205531.972000', '205531.974000', '205531.977000', '205531.979000', '205531.982000', '205531.984000', '205531.987000', '205531.990000', '205531.992000', '205531.995000', '205531.997000', '205532.001000', '205532.004000', '205532.006000', '205532.009000', '205532.011000', '205532.014000', '205532.016000', '205532.019000', '205532.022000', '205532.024000', '205551.915000', '205551.917000', '205551.920000', '205551.923000', '205551.925000', '205551.928000', '205551.930000', '205551.933000', '205551.936000', '205551.938000', '205551.941000', '205551.943000', '205551.946000', '205551.948000', '205551.951000', '205551.954000', '205551.956000', '205551.959000', '205551.961000', '205551.964000', '205551.967000', '205551.969000', '205551.972000', '205551.993000', '205551.996000', '205551.998000', '205552.002000', '205552.005000', '205552.007000', '205552.010000', '205552.012000', '205552.015000', '205552.017000', '205552.020000', '205552.022000', '205552.025000', '205552.028000', '205552.030000', '205552.033000', '205552.035000', '205552.038000', '205552.041000', '205552.043000', '205552.046000', '205611.915000', '205611.917000', '205611.920000', '205611.922000', '205611.925000', '205611.928000', '205611.930000', '205611.933000', '205611.935000', '205611.938000', '205611.940000', '205611.943000', '205611.946000', '205611.948000', '205611.951000', '205611.953000', '205611.956000', '205611.958000', '205611.961000', '205611.964000', '205611.966000', '205611.972000', '205611.975000', '205611.978000', '205611.980000', '205611.983000', '205611.985000', '205611.988000', '205611.990000', '205611.993000', '205611.996000', '205611.998000', '205612.002000', '205612.004000', '205612.007000', '205612.009000', '205612.012000', '205612.015000', '205612.017000', '205612.020000', '205612.023000', '205612.025000', '205612.028000', '205631.916000', '205631.923000', '205631.926000', '205631.928000', '205631.931000', '205631.933000', '205631.936000', '205631.939000', '205631.941000', '205631.944000', '205631.946000', '205631.949000', '205631.951000', '205631.954000', '205631.957000', '205631.959000', '205631.962000', '205631.964000', '205631.967000', '205631.970000', '205631.972000', '205631.975000', '205631.977000', '205631.980000', '205631.983000', '205631.985000', '205631.988000', '205631.990000', '205631.993000', '205631.996000', '205631.998000', '205632.002000', '205632.004000', '205632.007000', '205632.010000', '205632.012000', '205632.015000', '205632.017000', '205632.020000', '205632.022000', '205632.025000', '205632.028000', '205632.030000', '205632.033000', '205651.915000', '205651.918000', '205651.920000', '205651.923000', '205651.925000', '205651.928000', '205651.931000', '205651.933000', '205651.936000', '205651.938000', '205651.941000', '205651.943000', '205651.946000', '205651.949000', '205651.951000', '205651.954000', '205651.956000', '205651.959000', '205651.962000', '205651.964000', '205651.967000', '205651.970000', '205651.972000', '205651.975000', '205651.977000', '205651.980000', '205651.983000', '205651.985000', '205651.988000', '205651.990000', '205651.993000', '205651.995000', '205651.998000', '205652.002000', '205652.004000', '205652.007000', '205652.009000', '205652.012000', '205652.014000', '205652.017000', '205652.020000', '205652.022000', '205652.025000', '205711.914000', '205711.918000', '205711.921000', '205711.923000', '205711.926000', '205711.928000', '205711.931000', '205711.934000', '205711.936000', '205711.939000', '205711.941000', '205711.944000', '205711.946000', '205711.949000', '205711.952000', '205711.954000', '205711.957000', '205711.959000', '205711.962000', '205711.965000', '205711.967000', '205711.970000', '205711.972000', '205711.975000', '205711.977000', '205711.980000', '205711.983000', '205711.985000', '205711.988000', '205711.990000', '205711.993000', '205711.995000', '205711.998000', '205712.001000', '205712.003000', '205712.006000', '205712.008000', '205712.011000', '205712.014000', '205712.016000', '205712.019000', '205712.021000', '205712.024000', '205731.914000', '205731.917000', '205731.920000', '205731.923000', '205731.925000', '205731.928000', '205731.931000', '205731.933000', '205731.936000', '205731.938000', '205731.941000', '205731.943000', '205731.946000', '205731.949000', '205731.951000', '205731.954000', '205731.956000', '205731.959000', '205731.962000', '205731.974000', '205731.977000', '205731.979000', '205731.982000', '205731.984000', '205731.987000', '205731.990000', '205731.992000', '205731.995000', '205731.997000', '205732.001000', '205732.004000', '205732.006000', '205732.009000', '205732.011000', '205732.014000', '205732.017000', '205732.019000', '205732.022000', '205732.024000', '205732.027000', '205732.029000', '205732.032000', '205732.035000', '205732.037000', '205751.915000', '205751.918000', '205751.920000', '205751.923000', '205751.926000', '205751.928000', '205751.931000', '205751.934000', '205751.937000', '205751.939000', '205751.942000', '205751.944000', '205751.947000', '205751.950000', '205751.954000', '205751.956000', '205751.959000', '205751.962000', '205751.964000', '205751.967000', '205751.969000', '205751.972000', '205751.975000', '205751.977000', '205751.980000', '205751.982000', '205751.985000', '205751.988000', '205751.990000', '205751.993000', '205751.995000', '205751.998000', '205752.002000', '205752.005000', '205752.008000', '205752.010000', '205752.013000', '205752.015000', '205752.018000', '205752.021000', '205752.023000', '205752.026000', '205752.028000', '205811.915000', '205811.918000', '205811.920000', '205811.923000', '205811.926000', '205811.929000', '205811.931000', '205811.934000', '205811.937000', '205811.939000', '205811.942000', '205811.945000', '205811.947000', '205811.951000', '205811.953000', '205811.956000', '205811.959000', '205811.961000', '205811.964000', '205811.966000', '205811.969000', '205811.972000', '205811.974000', '205811.977000', '205811.979000', '205811.982000', '205811.985000', '205811.987000', '205811.990000', '205811.993000', '205811.995000', '205811.998000', '205812.001000', '205812.004000', '205812.007000', '205812.010000', '205812.012000', '205812.015000', '205812.018000', '205812.020000', '205812.023000', '205812.026000', '205812.028000', '205812.031000', '205831.915000', '205831.917000', '205831.920000', '205831.923000', '205831.925000', '205831.928000', '205831.931000', '205831.933000', '205831.936000', '205831.938000', '205831.941000', '205831.944000', '205831.946000', '205831.949000', '205831.952000', '205831.955000', '205831.958000', '205831.961000', '205831.963000', '205831.966000', '205831.968000', '205831.971000', '205831.973000', '205831.976000', '205831.979000', '205831.981000', '205831.984000', '205831.986000', '205831.989000', '205831.992000', '205831.994000', '205831.997000', '205832.000000', '205832.003000', '205832.005000', '205832.008000', '205832.011000', '205832.013000', '205832.016000', '205832.018000', '205832.021000', '205832.024000', '205832.026000', '205851.914000', '205851.917000', '205851.920000', '205851.923000', '205851.925000', '205851.928000', '205851.931000', '205851.933000', '205851.936000', '205851.938000', '205851.941000', '205851.944000', '205851.946000', '205851.949000', '205851.951000', '205851.954000', '205851.957000', '205851.959000', '205851.962000', '205851.964000', '205851.967000', '205851.970000', '205851.972000', '205851.975000', '205851.977000', '205851.980000', '205851.983000', '205851.985000', '205851.988000', '205851.990000', '205851.993000', '205851.996000', '205851.998000', '205852.002000', '205852.004000', '205852.007000', '205852.009000', '205852.012000', '205852.015000', '205852.017000', '205852.020000', '205852.022000', '205852.025000', '205852.027000', '205911.914000', '205911.917000', '205911.920000', '205911.923000', '205911.925000', '205911.928000', '205911.931000', '205911.935000', '205911.937000', '205911.940000', '205911.942000', '205911.945000', '205911.948000', '205911.950000', '205911.953000', '205911.955000', '205911.958000', '205911.961000', '205911.963000', '205911.966000', '205911.968000', '205911.971000', '205911.973000', '205911.976000', '205911.979000', '205911.981000', '205911.984000', '205911.986000', '205911.989000', '205911.993000', '205911.996000', '205912.000000', '205912.003000', '205912.005000', '205912.008000', '205912.010000', '205912.013000', '205912.016000', '205912.018000', '205912.021000', '205912.024000', '205912.026000', '205912.029000', '205931.915000', '205931.918000', '205931.920000', '205931.923000', '205931.925000', '205931.928000', '205931.931000', '205931.933000', '205931.936000', '205931.938000', '205931.941000', '205931.943000', '205931.946000', '205931.949000', '205931.951000', '205931.954000', '205931.957000', '205931.959000', '205931.962000', '205931.964000', '205931.967000', '205931.970000', '205931.972000', '205931.975000', '205931.977000', '205931.980000', '205931.982000', '205931.985000', '205931.988000', '205931.990000', '205931.993000', '205931.996000', '205931.998000', '205932.002000', '205932.004000', '205932.007000', '205932.009000', '205932.012000', '205932.015000', '205932.017000', '205932.020000', '205932.022000', '205932.025000', '205932.028000', '205951.915000', '205951.917000', '205951.921000', '205951.924000', '205951.927000', '205951.930000', '205951.933000', '205951.935000', '205951.938000', '205951.940000', '205951.943000', '205951.945000', '205951.948000', '205951.951000', '205951.953000', '205951.956000', '205951.959000', '205951.961000', '205951.964000', '205951.966000', '205951.969000', '205951.972000', '205951.974000', '205951.977000', '205951.980000', '205951.983000', '205951.986000', '205951.988000', '205951.991000', '205951.994000', '205951.996000', '205952.000000', '205952.002000', '205952.005000', '205952.008000', '205952.010000', '205952.013000', '205952.016000', '205952.018000', '205952.021000', '205952.023000', '205952.026000', '205952.029000', '210011.915000', '210011.918000', '210011.920000', '210011.923000', '210011.926000', '210011.928000', '210011.931000', '210011.934000', '210011.936000', '210011.939000', '210011.942000', '210011.944000', '210011.947000', '210011.950000', '210011.953000', '210011.956000', '210011.958000', '210011.961000', '210011.963000', '210011.966000', '210011.969000', '210011.971000', '210011.974000', '210011.976000', '210011.979000', '210011.982000', '210011.984000', '210011.987000', '210011.990000', '210011.992000', '210011.995000', '210011.998000', '210012.001000', '210012.004000', '210012.007000', '210012.009000', '210012.012000', '210012.015000', '210012.017000', '210012.020000', '210012.022000', '210012.025000', '210012.028000', '210012.030000', '210031.915000', '210031.917000', '210031.920000', '210031.923000', '210031.925000', '210031.928000', '210031.931000', '210031.933000', '210031.936000', '210031.938000', '210031.943000', '210031.959000', '210031.962000', '210031.964000', '210031.967000', '210031.970000', '210031.972000', '210031.975000', '210031.977000', '210031.980000', '210031.983000', '210031.985000', '210031.989000', '210031.992000', '210031.995000', '210031.998000', '210032.001000', '210032.004000', '210032.006000', '210032.009000', '210032.012000', '210032.014000', '210032.017000', '210032.020000', '210032.022000', '210032.025000', '210032.027000', '210032.030000', '210032.034000', '210032.037000', '210032.039000', '210032.042000', '210032.045000', '210051.915000', '210051.917000', '210051.920000', '210051.923000', '210051.925000', '210051.928000', '210051.930000', '210051.933000', '210051.936000', '210051.938000', '210051.941000', '210051.943000', '210051.946000', '210051.949000', '210051.951000', '210051.954000', '210051.956000', '210051.959000', '210051.961000', '210051.964000', '210051.967000', '210051.969000', '210051.972000', '210051.974000', '210051.977000', '210051.980000', '210051.982000', '210051.985000', '210051.987000', '210051.990000', '210051.992000', '210051.995000', '210051.998000', '210052.001000', '210052.004000', '210052.006000', '210052.009000', '210052.012000', '210052.014000', '210052.017000', '210052.019000', '210052.022000', '210052.024000', '210052.027000', '210111.914000', '210111.917000', '210111.920000', '210111.923000', '210111.925000', '210111.928000', '210111.931000', '210111.933000', '210111.936000', '210111.939000', '210111.941000', '210111.944000', '210111.947000', '210111.949000', '210111.952000', '210111.955000', '210111.958000', '210111.961000', '210111.963000', '210111.966000', '210111.968000', '210111.971000', '210111.974000', '210111.976000', '210111.979000', '210111.982000', '210111.984000', '210111.987000', '210111.990000', '210111.992000', '210111.995000', '210111.998000', '210112.002000', '210112.004000', '210112.007000', '210112.010000', '210112.012000', '210112.015000', '210112.018000', '210112.020000', '210112.023000', '210112.026000', '210112.028000', '210131.914000', '210131.917000', '210131.920000', '210131.923000', '210131.925000', '210131.928000', '210131.931000', '210131.933000', '210131.936000', '210131.938000', '210131.941000', '210131.944000', '210131.952000', '210131.955000', '210131.958000', '210131.960000', '210131.963000', '210131.965000', '210131.968000', '210131.971000', '210131.973000', '210131.976000', '210131.979000', '210131.982000', '210131.985000', '210131.987000', '210131.990000', '210131.993000', '210131.995000', '210131.998000', '210132.001000', '210132.004000', '210132.007000', '210132.009000', '210132.012000', '210132.014000', '210132.017000', '210132.019000', '210132.022000', '210132.025000', '210132.027000', '210132.030000', '210132.032000', '210132.035000', '210151.914000', '210151.917000', '210151.920000', '210151.923000', '210151.925000', '210151.928000', '210151.931000', '210151.933000', '210151.936000', '210151.939000', '210151.941000', '210151.944000', '210151.947000', '210151.949000', '210151.952000', '210151.955000', '210151.957000', '210151.960000', '210151.962000', '210151.965000', '210151.968000', '210151.970000', '210151.986000', '210151.989000', '210151.992000', '210151.994000', '210151.997000', '210151.999000', '210152.002000', '210152.005000', '210152.008000', '210152.011000', '210152.014000', '210152.017000', '210152.019000', '210152.022000', '210152.025000', '210152.027000', '210152.030000', '210152.032000', '210152.035000', '210152.037000', '210152.040000', '210211.914000', '210211.917000', '210211.920000', '210211.923000', '210211.925000', '210211.928000', '210211.930000', '210211.933000', '210211.936000', '210211.938000', '210211.941000', '210211.944000', '210211.946000', '210211.949000', '210211.951000', '210211.954000', '210211.957000', '210211.959000', '210211.962000', '210211.964000', '210211.967000', '210211.970000', '210211.972000', '210211.975000', '210211.977000', '210211.980000', '210211.982000', '210211.985000', '210211.988000', '210211.990000', '210211.993000', '210211.995000', '210211.998000', '210212.001000', '210212.003000', '210212.006000', '210212.008000', '210212.011000', '210212.014000', '210212.016000', '210212.019000', '210212.021000', '210212.024000', '210212.026000', '210231.915000', '210231.918000', '210231.920000', '210231.923000', '210231.925000', '210231.928000', '210231.931000', '210231.933000', '210231.936000', '210231.939000', '210231.942000', '210231.944000', '210231.947000', '210231.950000', '210231.952000', '210231.955000', '210231.957000', '210231.960000', '210231.963000', '210231.966000', '210231.969000', '210231.971000', '210231.974000', '210231.976000', '210231.979000', '210231.982000', '210231.984000', '210231.987000', '210231.989000', '210231.992000', '210231.994000', '210231.997000', '210232.000000', '210232.002000', '210232.005000', '210232.007000', '210232.010000', '210232.013000', '210232.016000', '210232.019000', '210232.021000', '210232.024000', '210232.026000', '210251.914000', '210251.917000', '210251.920000', '210251.923000', '210251.925000', '210251.928000', '210251.930000', '210251.933000', '210251.936000', '210251.938000', '210251.941000', '210251.943000', '210251.946000', '210251.949000', '210251.951000', '210251.954000', '210251.956000', '210251.959000', '210251.962000', '210251.964000', '210251.967000', '210251.969000', '210251.972000', '210251.975000', '210251.977000', '210251.980000', '210251.982000', '210251.985000', '210251.987000', '210251.990000', '210251.992000', '210251.995000', '210251.998000', '210252.001000', '210252.004000', '210252.006000', '210252.009000', '210252.012000', '210252.014000', '210252.017000', '210252.019000', '210252.022000', '210252.024000', '210252.027000', '210257.805000', '210257.808000', '210257.810000', '210257.813000', '210257.816000', '210257.819000', '210257.822000', '210257.824000', '210257.827000', '210257.830000', '210257.835000', '210257.838000', '210257.840000'], 'InstanceCreationTime': ['205511.949000', '205511.952000', '205511.955000', '205511.957000', '205511.960000', '205511.963000', '205511.965000', '205511.968000', '205511.970000', '205511.973000', '205511.975000', '205511.978000', '205511.980000', '205511.983000', '205511.986000', '205511.988000', '205511.991000', '205511.993000', '205511.996000', '205512.004000', '205512.006000', '205512.009000', '205512.012000', '205512.014000', '205512.017000', '205512.019000', '205512.022000', '205512.024000', '205512.027000', '205512.030000', '205512.032000', '205512.035000', '205512.037000', '205512.040000', '205512.042000', '205512.045000', '205512.048000', '205512.050000', '205512.053000', '205512.055000', '205512.058000', '205512.060000', '205512.063000', '205512.065000', '205512.068000', '205512.071000', '205512.073000', '205512.076000', '205512.082000', '205512.084000', '205512.087000', '205512.089000', '205512.092000', '205512.094000', '205512.097000', '205512.100000', '205512.102000', '205512.105000', '205512.107000', '205512.110000', '205531.915000', '205531.918000', '205531.920000', '205531.923000', '205531.925000', '205531.928000', '205531.930000', '205531.933000', '205531.935000', '205531.938000', '205531.941000', '205531.943000', '205531.946000', '205531.949000', '205531.951000', '205531.954000', '205531.956000', '205531.959000', '205531.961000', '205531.964000', '205531.966000', '205531.969000', '205531.972000', '205531.974000', '205531.977000', '205531.979000', '205531.982000', '205531.984000', '205531.987000', '205531.990000', '205531.992000', '205531.995000', '205531.997000', '205532.001000', '205532.004000', '205532.006000', '205532.009000', '205532.011000', '205532.014000', '205532.016000', '205532.019000', '205532.022000', '205532.024000', '205551.915000', '205551.917000', '205551.920000', '205551.923000', '205551.925000', '205551.928000', '205551.930000', '205551.933000', '205551.936000', '205551.938000', '205551.941000', '205551.943000', '205551.946000', '205551.948000', '205551.951000', '205551.954000', '205551.956000', '205551.959000', '205551.961000', '205551.964000', '205551.967000', '205551.969000', '205551.972000', '205551.993000', '205551.996000', '205551.998000', '205552.002000', '205552.005000', '205552.007000', '205552.010000', '205552.012000', '205552.015000', '205552.017000', '205552.020000', '205552.022000', '205552.025000', '205552.028000', '205552.030000', '205552.033000', '205552.035000', '205552.038000', '205552.041000', '205552.043000', '205552.046000', '205611.915000', '205611.917000', '205611.920000', '205611.922000', '205611.925000', '205611.928000', '205611.930000', '205611.933000', '205611.935000', '205611.938000', '205611.940000', '205611.943000', '205611.946000', '205611.948000', '205611.951000', '205611.953000', '205611.956000', '205611.958000', '205611.961000', '205611.964000', '205611.966000', '205611.972000', '205611.975000', '205611.978000', '205611.980000', '205611.983000', '205611.985000', '205611.988000', '205611.990000', '205611.993000', '205611.996000', '205611.998000', '205612.002000', '205612.004000', '205612.007000', '205612.009000', '205612.012000', '205612.015000', '205612.017000', '205612.020000', '205612.023000', '205612.025000', '205612.028000', '205631.916000', '205631.923000', '205631.926000', '205631.928000', '205631.931000', '205631.933000', '205631.936000', '205631.939000', '205631.941000', '205631.944000', '205631.946000', '205631.949000', '205631.951000', '205631.954000', '205631.957000', '205631.959000', '205631.962000', '205631.964000', '205631.967000', '205631.970000', '205631.972000', '205631.975000', '205631.977000', '205631.980000', '205631.983000', '205631.985000', '205631.988000', '205631.990000', '205631.993000', '205631.996000', '205631.998000', '205632.002000', '205632.004000', '205632.007000', '205632.010000', '205632.012000', '205632.015000', '205632.017000', '205632.020000', '205632.022000', '205632.025000', '205632.028000', '205632.030000', '205632.033000', '205651.915000', '205651.918000', '205651.920000', '205651.923000', '205651.925000', '205651.928000', '205651.931000', '205651.933000', '205651.936000', '205651.938000', '205651.941000', '205651.943000', '205651.946000', '205651.949000', '205651.951000', '205651.954000', '205651.956000', '205651.959000', '205651.962000', '205651.964000', '205651.967000', '205651.970000', '205651.972000', '205651.975000', '205651.977000', '205651.980000', '205651.983000', '205651.985000', '205651.988000', '205651.990000', '205651.993000', '205651.995000', '205651.998000', '205652.002000', '205652.004000', '205652.007000', '205652.009000', '205652.012000', '205652.014000', '205652.017000', '205652.020000', '205652.022000', '205652.025000', '205711.914000', '205711.918000', '205711.921000', '205711.923000', '205711.926000', '205711.928000', '205711.931000', '205711.934000', '205711.936000', '205711.939000', '205711.941000', '205711.944000', '205711.946000', '205711.949000', '205711.952000', '205711.954000', '205711.957000', '205711.959000', '205711.962000', '205711.965000', '205711.967000', '205711.970000', '205711.972000', '205711.975000', '205711.977000', '205711.980000', '205711.983000', '205711.985000', '205711.988000', '205711.990000', '205711.993000', '205711.995000', '205711.998000', '205712.001000', '205712.003000', '205712.006000', '205712.008000', '205712.011000', '205712.014000', '205712.016000', '205712.019000', '205712.021000', '205712.024000', '205731.914000', '205731.917000', '205731.920000', '205731.923000', '205731.925000', '205731.928000', '205731.931000', '205731.933000', '205731.936000', '205731.938000', '205731.941000', '205731.943000', '205731.946000', '205731.949000', '205731.951000', '205731.954000', '205731.956000', '205731.959000', '205731.962000', '205731.974000', '205731.977000', '205731.979000', '205731.982000', '205731.984000', '205731.987000', '205731.990000', '205731.992000', '205731.995000', '205731.997000', '205732.001000', '205732.004000', '205732.006000', '205732.009000', '205732.011000', '205732.014000', '205732.017000', '205732.019000', '205732.022000', '205732.024000', '205732.027000', '205732.029000', '205732.032000', '205732.035000', '205732.037000', '205751.915000', '205751.918000', '205751.920000', '205751.923000', '205751.926000', '205751.928000', '205751.931000', '205751.934000', '205751.937000', '205751.939000', '205751.942000', '205751.944000', '205751.947000', '205751.950000', '205751.954000', '205751.956000', '205751.959000', '205751.962000', '205751.964000', '205751.967000', '205751.969000', '205751.972000', '205751.975000', '205751.977000', '205751.980000', '205751.982000', '205751.985000', '205751.988000', '205751.990000', '205751.993000', '205751.995000', '205751.998000', '205752.002000', '205752.005000', '205752.008000', '205752.010000', '205752.013000', '205752.015000', '205752.018000', '205752.021000', '205752.023000', '205752.026000', '205752.028000', '205811.915000', '205811.918000', '205811.920000', '205811.923000', '205811.926000', '205811.929000', '205811.931000', '205811.934000', '205811.937000', '205811.939000', '205811.942000', '205811.945000', '205811.947000', '205811.951000', '205811.953000', '205811.956000', '205811.959000', '205811.961000', '205811.964000', '205811.966000', '205811.969000', '205811.972000', '205811.974000', '205811.977000', '205811.979000', '205811.982000', '205811.985000', '205811.987000', '205811.990000', '205811.993000', '205811.995000', '205811.998000', '205812.001000', '205812.004000', '205812.007000', '205812.010000', '205812.012000', '205812.015000', '205812.018000', '205812.020000', '205812.023000', '205812.026000', '205812.028000', '205812.031000', '205831.915000', '205831.917000', '205831.920000', '205831.923000', '205831.925000', '205831.928000', '205831.931000', '205831.933000', '205831.936000', '205831.938000', '205831.941000', '205831.944000', '205831.946000', '205831.949000', '205831.952000', '205831.955000', '205831.958000', '205831.961000', '205831.963000', '205831.966000', '205831.968000', '205831.971000', '205831.973000', '205831.976000', '205831.979000', '205831.981000', '205831.984000', '205831.986000', '205831.989000', '205831.992000', '205831.994000', '205831.997000', '205832.000000', '205832.003000', '205832.005000', '205832.008000', '205832.011000', '205832.013000', '205832.016000', '205832.018000', '205832.021000', '205832.024000', '205832.026000', '205851.914000', '205851.917000', '205851.920000', '205851.923000', '205851.925000', '205851.928000', '205851.931000', '205851.933000', '205851.936000', '205851.938000', '205851.941000', '205851.944000', '205851.946000', '205851.949000', '205851.951000', '205851.954000', '205851.957000', '205851.959000', '205851.962000', '205851.964000', '205851.967000', '205851.970000', '205851.972000', '205851.975000', '205851.977000', '205851.980000', '205851.983000', '205851.985000', '205851.988000', '205851.990000', '205851.993000', '205851.996000', '205851.998000', '205852.002000', '205852.004000', '205852.007000', '205852.009000', '205852.012000', '205852.015000', '205852.017000', '205852.020000', '205852.022000', '205852.025000', '205852.027000', '205911.914000', '205911.917000', '205911.920000', '205911.923000', '205911.925000', '205911.928000', '205911.931000', '205911.935000', '205911.937000', '205911.940000', '205911.942000', '205911.945000', '205911.948000', '205911.950000', '205911.953000', '205911.955000', '205911.958000', '205911.961000', '205911.963000', '205911.966000', '205911.968000', '205911.971000', '205911.973000', '205911.976000', '205911.979000', '205911.981000', '205911.984000', '205911.986000', '205911.989000', '205911.993000', '205911.996000', '205912.000000', '205912.003000', '205912.005000', '205912.008000', '205912.010000', '205912.013000', '205912.016000', '205912.018000', '205912.021000', '205912.024000', '205912.026000', '205912.029000', '205931.915000', '205931.918000', '205931.920000', '205931.923000', '205931.925000', '205931.928000', '205931.931000', '205931.933000', '205931.936000', '205931.938000', '205931.941000', '205931.943000', '205931.946000', '205931.949000', '205931.951000', '205931.954000', '205931.957000', '205931.959000', '205931.962000', '205931.964000', '205931.967000', '205931.970000', '205931.972000', '205931.975000', '205931.977000', '205931.980000', '205931.982000', '205931.985000', '205931.988000', '205931.990000', '205931.993000', '205931.996000', '205931.998000', '205932.002000', '205932.004000', '205932.007000', '205932.009000', '205932.012000', '205932.015000', '205932.017000', '205932.020000', '205932.022000', '205932.025000', '205932.028000', '205951.915000', '205951.917000', '205951.921000', '205951.924000', '205951.927000', '205951.930000', '205951.933000', '205951.935000', '205951.938000', '205951.940000', '205951.943000', '205951.945000', '205951.948000', '205951.951000', '205951.953000', '205951.956000', '205951.959000', '205951.961000', '205951.964000', '205951.966000', '205951.969000', '205951.972000', '205951.974000', '205951.977000', '205951.980000', '205951.983000', '205951.986000', '205951.988000', '205951.991000', '205951.994000', '205951.996000', '205952.000000', '205952.002000', '205952.005000', '205952.008000', '205952.010000', '205952.013000', '205952.016000', '205952.018000', '205952.021000', '205952.023000', '205952.026000', '205952.029000', '210011.915000', '210011.918000', '210011.920000', '210011.923000', '210011.926000', '210011.928000', '210011.931000', '210011.934000', '210011.936000', '210011.939000', '210011.942000', '210011.944000', '210011.947000', '210011.950000', '210011.953000', '210011.956000', '210011.958000', '210011.961000', '210011.963000', '210011.966000', '210011.969000', '210011.971000', '210011.974000', '210011.976000', '210011.979000', '210011.982000', '210011.984000', '210011.987000', '210011.990000', '210011.992000', '210011.995000', '210011.998000', '210012.001000', '210012.004000', '210012.007000', '210012.009000', '210012.012000', '210012.015000', '210012.017000', '210012.020000', '210012.022000', '210012.025000', '210012.028000', '210012.030000', '210031.915000', '210031.917000', '210031.920000', '210031.923000', '210031.925000', '210031.928000', '210031.931000', '210031.933000', '210031.936000', '210031.938000', '210031.943000', '210031.959000', '210031.962000', '210031.964000', '210031.967000', '210031.970000', '210031.972000', '210031.975000', '210031.977000', '210031.980000', '210031.983000', '210031.985000', '210031.989000', '210031.992000', '210031.995000', '210031.998000', '210032.001000', '210032.004000', '210032.006000', '210032.009000', '210032.012000', '210032.014000', '210032.017000', '210032.020000', '210032.022000', '210032.025000', '210032.027000', '210032.030000', '210032.034000', '210032.037000', '210032.039000', '210032.042000', '210032.045000', '210051.915000', '210051.917000', '210051.920000', '210051.923000', '210051.925000', '210051.928000', '210051.930000', '210051.933000', '210051.936000', '210051.938000', '210051.941000', '210051.943000', '210051.946000', '210051.949000', '210051.951000', '210051.954000', '210051.956000', '210051.959000', '210051.961000', '210051.964000', '210051.967000', '210051.969000', '210051.972000', '210051.974000', '210051.977000', '210051.980000', '210051.982000', '210051.985000', '210051.987000', '210051.990000', '210051.992000', '210051.995000', '210051.998000', '210052.001000', '210052.004000', '210052.006000', '210052.009000', '210052.012000', '210052.014000', '210052.017000', '210052.019000', '210052.022000', '210052.024000', '210052.027000', '210111.914000', '210111.917000', '210111.920000', '210111.923000', '210111.925000', '210111.928000', '210111.931000', '210111.933000', '210111.936000', '210111.939000', '210111.941000', '210111.944000', '210111.947000', '210111.949000', '210111.952000', '210111.955000', '210111.958000', '210111.961000', '210111.963000', '210111.966000', '210111.968000', '210111.971000', '210111.974000', '210111.976000', '210111.979000', '210111.982000', '210111.984000', '210111.987000', '210111.990000', '210111.992000', '210111.995000', '210111.998000', '210112.002000', '210112.004000', '210112.007000', '210112.010000', '210112.012000', '210112.015000', '210112.018000', '210112.020000', '210112.023000', '210112.026000', '210112.028000', '210131.914000', '210131.917000', '210131.920000', '210131.923000', '210131.925000', '210131.928000', '210131.931000', '210131.933000', '210131.936000', '210131.938000', '210131.941000', '210131.944000', '210131.952000', '210131.955000', '210131.958000', '210131.960000', '210131.963000', '210131.965000', '210131.968000', '210131.971000', '210131.973000', '210131.976000', '210131.979000', '210131.982000', '210131.985000', '210131.987000', '210131.990000', '210131.993000', '210131.995000', '210131.998000', '210132.001000', '210132.004000', '210132.007000', '210132.009000', '210132.012000', '210132.014000', '210132.017000', '210132.019000', '210132.022000', '210132.025000', '210132.027000', '210132.030000', '210132.032000', '210132.035000', '210151.914000', '210151.917000', '210151.920000', '210151.923000', '210151.925000', '210151.928000', '210151.931000', '210151.933000', '210151.936000', '210151.939000', '210151.941000', '210151.944000', '210151.947000', '210151.949000', '210151.952000', '210151.955000', '210151.957000', '210151.960000', '210151.962000', '210151.965000', '210151.968000', '210151.970000', '210151.986000', '210151.989000', '210151.992000', '210151.994000', '210151.997000', '210151.999000', '210152.002000', '210152.005000', '210152.008000', '210152.011000', '210152.014000', '210152.017000', '210152.019000', '210152.022000', '210152.025000', '210152.027000', '210152.030000', '210152.032000', '210152.035000', '210152.037000', '210152.040000', '210211.914000', '210211.917000', '210211.920000', '210211.923000', '210211.925000', '210211.928000', '210211.930000', '210211.933000', '210211.936000', '210211.938000', '210211.941000', '210211.944000', '210211.946000', '210211.949000', '210211.951000', '210211.954000', '210211.957000', '210211.959000', '210211.962000', '210211.964000', '210211.967000', '210211.970000', '210211.972000', '210211.975000', '210211.977000', '210211.980000', '210211.982000', '210211.985000', '210211.988000', '210211.990000', '210211.993000', '210211.995000', '210211.998000', '210212.001000', '210212.003000', '210212.006000', '210212.008000', '210212.011000', '210212.014000', '210212.016000', '210212.019000', '210212.021000', '210212.024000', '210212.026000', '210231.915000', '210231.918000', '210231.920000', '210231.923000', '210231.925000', '210231.928000', '210231.931000', '210231.933000', '210231.936000', '210231.939000', '210231.942000', '210231.944000', '210231.947000', '210231.950000', '210231.952000', '210231.955000', '210231.957000', '210231.960000', '210231.963000', '210231.966000', '210231.969000', '210231.971000', '210231.974000', '210231.976000', '210231.979000', '210231.982000', '210231.984000', '210231.987000', '210231.989000', '210231.992000', '210231.994000', '210231.997000', '210232.000000', '210232.002000', '210232.005000', '210232.007000', '210232.010000', '210232.013000', '210232.016000', '210232.019000', '210232.021000', '210232.024000', '210232.026000', '210251.914000', '210251.917000', '210251.920000', '210251.923000', '210251.925000', '210251.928000', '210251.930000', '210251.933000', '210251.936000', '210251.938000', '210251.941000', '210251.943000', '210251.946000', '210251.949000', '210251.951000', '210251.954000', '210251.956000', '210251.959000', '210251.962000', '210251.964000', '210251.967000', '210251.969000', '210251.972000', '210251.975000', '210251.977000', '210251.980000', '210251.982000', '210251.985000', '210251.987000', '210251.990000', '210251.992000', '210251.995000', '210251.998000', '210252.001000', '210252.004000', '210252.006000', '210252.009000', '210252.012000', '210252.014000', '210252.017000', '210252.019000', '210252.022000', '210252.024000', '210252.027000', '210257.805000', '210257.808000', '210257.810000', '210257.813000', '210257.816000', '210257.819000', '210257.822000', '210257.824000', '210257.827000', '210257.830000', '210257.835000', '210257.838000', '210257.840000'], '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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [9398, 6853, 11828, 7213, 11582, 6295, 11288, 6916, 11146, 7967, 11487, 8057, 11483, 9275, 8735, 7638, 6223, 7121, 6279, 8013, 6386, 11049, 6498, 10520, 6520, 10434, 6727, 10767, 7782, 8764, 7969, 7150, 7711, 6541, 8850, 6333, 11385, 7726, 11282, 6300, 10055, 6889, 10113, 8686, 7299, 11375, 6594, 10220, 6369, 10881, 7126, 10587, 9077, 8054, 10815, 6514, 10549, 6846, 11444, 7432, 11321, 7516, 11536, 9214, 8907, 7326, 6343, 7532, 6476, 8732, 6441, 10809, 7632, 11116, 6595, 9898, 6480, 7138, 7021, 8492, 7945, 7664, 10269, 6231, 9499, 6377, 9379, 6433, 9074, 6586, 10725, 6720, 10338, 6356, 9634, 6483, 8296, 7876, 6256, 8958, 6208, 9205, 6317, 10123, 7317, 11428, 9446, 11182, 8392, 10761, 9474, 9879, 9090, 8599, 11161, 8038, 12097, 6666, 10739, 6571, 10735, 6931, 10679, 7622, 10883, 9734, 6814, 7876, 6328, 7833, 6377, 8720, 6555, 10894, 6817, 6405, 6487, 6157, 7857, 6257, 10679, 7370, 9458, 6950, 6388, 7951, 6459, 10588, 7808, 11843, 10232, 12941, 10931, 11118, 9085, 7058, 13086, 6709, 6661, 7497, 6435, 8304, 6497, 11779, 10019, 11703, 8000, 10568, 8894, 9296, 9440, 8144, 10995, 7311, 9783, 6454, 9463, 6456, 9587, 7812, 10305, 9258, 6862, 8012, 6531, 7777, 6367, 10135, 7594, 10066, 9869, 6661, 7199, 6394, 8836, 6708, 10677, 7795, 10728, 6598, 7277, 7240, 6567, 7920, 6880, 10269, 7083, 11543, 6760, 10441, 6348, 11279, 6716, 10208, 9339, 6748, 8144, 6181, 8085, 6348, 10403, 9218, 10919, 10355, 7361, 8370, 6956, 10671, 8670, 12051, 8308, 8117, 7822, 6391, 9094, 7142, 11212, 8648, 13089, 8900, 11084, 7566, 6968, 8568, 6427, 10492, 7931, 11882, 6576, 7330, 7578, 6771, 8579, 7164, 10536, 7106, 11174, 6575, 9860, 6582, 9998, 8929, 9041, 9845, 6414, 9142, 6299, 10056, 6618, 10793, 6368, 7531, 10234, 6761, 7654, 6294, 9897, 6826, 11532, 9180, 10404, 7322, 7616, 9279, 6998, 9834, 6406, 9597, 6649, 10699, 7187, 10840, 9497, 9197, 7673, 6486, 7414, 6737, 8913, 6489, 9579, 6686, 9628, 6898, 11030, 7509, 10644, 6624, 9961, 6852, 8611, 7771, 8281, 9663, 6781, 9226, 6314, 9078, 6373, 9193, 7637, 8326, 9757, 7079, 9116, 6379, 9832, 6645, 8686, 8974, 7720, 11100, 7303, 10937, 6436, 9080, 8260, 7903, 8990, 7380, 11452, 7751, 11461, 6390, 8436, 6796, 6563, 7900, 7014, 11087, 6343, 10292, 6376, 7130, 7050, 6513, 9426, 7545, 11340, 6799, 6242, 7100, 6547, 8683, 6527, 11514, 8611, 7554, 6951, 6725, 8277, 6490, 10877, 8309, 11885, 8715, 6647, 7312, 6532, 8197, 6899, 10963, 8960, 10643, 9773, 6609, 8161, 6589, 9988, 6687, 11801, 9193, 12410, 7648, 7695, 7088, 6467, 8270, 6450, 10593, 7558, 12482, 6837, 8322, 6576, 7605, 7752, 8497, 8682, 8088, 8690, 7256, 10121, 6680, 11957, 6468, 11494, 6497, 10394, 8457, 8644, 9367, 6587, 7223, 6688, 8192, 6736, 8612, 8366, 7643, 11983, 7294, 11439, 6690, 10668, 8408, 9371, 9440, 7932, 12283, 8115, 11255, 6529, 8540, 8401, 8113, 9074, 7839, 12622, 8853, 11526, 6675, 6259, 8244, 6676, 8754, 6721, 10946, 8539, 12227, 11226, 8844, 9653, 6370, 6218, 6730, 6446, 7047, 6452, 9265, 6204, 10913, 7720, 12235, 9563, 11822, 8988, 12372, 9462, 13243, 8828, 12643, 7162, 11222, 6577, 11533, 6546, 10162, 7863, 6176, 7398, 6381, 8161, 6235, 10142, 8660, 9607, 9336, 6360, 8125, 6168, 9655, 6769, 8706, 7330, 6638, 8281, 6572, 11220, 6377, 6491, 7198, 6516, 7936, 6449, 10790, 8865, 11274, 7945, 6538, 7563, 6274, 11079, 7175, 12137, 10629, 9349, 8987, 7307, 8202, 6389, 10172, 8404, 10163, 9833, 8662, 8513, 6337, 8936, 6348, 10138, 9149, 9737, 9249, 6790, 8063, 6363, 8488, 6266, 10727, 8439, 10855, 8989, 6248, 6581, 6370, 8155, 6442, 10806, 10188, 8959, 8149, 6504, 8015, 6417, 8857, 7179, 12291, 6559, 11630, 6568, 8043, 8678, 7431, 9873, 6519, 9101, 6369, 10235, 8051, 9678, 10041, 7917, 8776, 7631, 8801, 6739, 10668, 6884, 9991, 7312, 6325, 8635, 6503, 11827, 6654, 10584, 7427, 8441, 9013, 8467, 12019, 7113, 9675, 6254, 8479, 6573, 8143, 8327, 7260, 9345, 6414, 8939, 6473, 6651, 8365, 7039, 10544, 9753, 7760, 9359, 6308, 10837, 8116, 9652, 9516, 8528, 11883, 6378, 10883, 6978, 10286, 8862, 9551, 9935, 7725, 9343, 6176, 9797, 7240, 9501, 9751, 8107, 9225, 6347, 9386, 6597, 10206, 9385, 9446, 9357, 6938, 8428, 6390, 9292, 6522, 11014, 9858, 7029, 7518, 6540, 7292, 6337, 10827, 7684, 12028, 9033, 11952, 7244, 6703, 6919, 6264, 8637, 7225, 11001, 7584, 12283, 6770, 10929, 6699, 11115, 9046, 10296, 9640, 6477, 8093, 6484, 9538, 7173, 10312, 9685, 7960, 8538, 6367, 9785, 7596, 9601, 9902, 9354, 11599, 8622, 9598, 6324, 10670, 8767, 10175, 9618, 8336, 8724, 6535, 9122, 6302, 10705, 9012, 11528, 7478, 8613, 6777, 6786, 8155, 7094, 9438, 8306, 9359, 6360, 8442, 6427, 9883, 6297, 10598, 9377, 8694, 6846, 6967, 7709, 6548, 8230, 6731, 10373, 7424, 12451, 6352, 11161, 6531, 10898, 6631, 10559, 6767, 11346, 8496, 10663, 6671, 8941, 6369, 9045, 6446, 9153, 7644, 9609, 8337, 9883, 10107, 7477, 8630, 6893, 8194, 7389, 8479, 8409, 8971, 7997, 10230, 6402, 8306, 6222, 8376, 6381, 9196, 6726, 9048, 7412, 10222, 6314, 8244, 6388, 8687, 6404, 9826, 7625, 9487, 7027, 9031, 7249, 9618, 8229, 9764, 8815, 9523, 9646, 8704, 9097, 6375, 8810, 6357, 9616, 6297, 11228, 9865, 11176, 7245, 6361, 7624, 6546, 9403, 8139, 11931, 8437, 10848, 6337, 10888, 6384, 11074, 6950, 11328, 8510, 11431, 6483, 10760, 6455, 10642, 7756, 10692, 9772, 7728, 7399, 6715, 7024, 7784, 8035, 8665, 8949, 7924, 8381, 6396, 6937, 6262, 9047, 6220, 10493, 9606, 10774, 8122, 6693, 7307, 6465, 8606, 8046, 11892, 7132, 7518, 6999, 6566, 8978, 7932, 11895, 8384, 12044, 6483, 11717, 7550, 10455, 9386, 9798, 9138, 8073, 8729, 6302, 9560, 6762, 11015, 10054, 10576, 10211, 7645, 8422, 6912, 8600, 6845, 10472, 9211, 11119, 7208, 6461, 6921, 6395, 10954, 7617, 12087, 10174, 9463, 6777, 6323, 6705, 6232, 9653, 8101, 10686, 10351, 8617, 9330, 6601, 7638, 6368, 10247, 7568, 11335, 10220, 10414, 7083, 6679, 6421, 6763, 6687, 6318, 10266, 6237, 9615, 6454, 6959, 7609, 7415, 9381, 7781, 9347, 6466, 9278, 6416, 10551, 9302, 9752, 9276, 7122, 8191, 6519, 10045, 7024, 11260, 10194, 10619, 9601, 7285, 7929, 6588, 9392, 6499, 10997, 9741, 11611, 8322, 7600, 7384, 6666, 8715, 6697, 10041, 7045, 11867, 6308, 10356, 6530, 10153, 7780, 10245, 9700, 7858, 8455, 6386, 8030, 6389, 9899, 6761, 10515, 10145, 9732, 8444, 6504, 6947, 6206, 10245, 6826, 12251, 10121, 11866, 7582, 6652, 7556, 6566, 8874, 7254, 11016, 6963, 10558, 6184, 10913, 6346, 10835, 9459, 9140, 8691, 6401, 7949, 6520, 9813, 6579, 10800, 9684, 11506, 8229, 6522, 7701, 6861, 8546, 6981, 9490, 8209, 11769, 7778, 11326, 6531, 9219, 6354, 9019, 7422, 10173, 8464, 10025, 10089, 7522, 8254, 6612, 8697, 7589, 9278, 8570, 10292, 8681, 10580, 6174, 7957, 6442, 9126, 6644, 10382, 9635, 10328, 8609, 9595, 9182, 9302, 10374, 10778, 9887, 7789, 8599, 6276, 8583, 6616, 9849, 9254, 9110, 10541, 7469, 7903], 'WindowCenter': [3855.0, 3809.0, 3850.0, 3807.0, 3835.0, 3783.0, 3834.0, 3791.0, 3832.0, 3802.0, 3832.0, 3801.0, 3821.0, 3812.0, 3799.0, 3788.0, 3767.0, 3788.0, 3778.0, 3800.0, 3780.0, 3834.0, 3780.0, 3822.0, 3781.0, 3821.0, 3791.0, 3834.0, 3803.0, 3826.0, 3845.0, 3806.0, 3803.0, 3766.0, 3809.0, 3780.0, 3831.0, 3800.0, 3820.0, 3779.0, 3820.0, 3790.0, 3821.0, 3813.0, 3801.0, 3832.0, 3790.0, 3821.0, 3779.0, 3831.0, 3792.0, 3832.0, 3812.0, 3800.0, 3822.0, 3778.0, 3822.0, 3779.0, 3821.0, 3788.0, 3820.0, 3789.0, 3822.0, 3810.0, 3797.0, 3789.0, 3766.0, 3787.0, 3766.0, 3799.0, 3779.0, 3820.0, 3801.0, 3820.0, 3779.0, 3820.0, 3779.0, 3788.0, 3789.0, 3810.0, 3802.0, 3800.0, 3822.0, 3768.0, 3821.0, 3779.0, 3810.0, 3781.0, 3813.0, 3779.0, 3820.0, 3778.0, 3820.0, 3779.0, 3809.0, 3779.0, 3811.0, 3801.0, 3780.0, 3812.0, 3780.0, 3811.0, 3781.0, 3822.0, 3803.0, 3833.0, 3823.0, 3832.0, 3800.0, 3820.0, 3810.0, 3809.0, 3810.0, 3799.0, 3820.0, 3798.0, 3831.0, 3778.0, 3819.0, 3777.0, 3818.0, 3777.0, 3818.0, 3788.0, 3818.0, 3797.0, 3776.0, 3798.0, 3766.0, 3788.0, 3767.0, 3809.0, 3780.0, 3819.0, 3778.0, 3779.0, 3779.0, 3768.0, 3800.0, 3792.0, 3833.0, 3803.0, 3822.0, 3791.0, 3780.0, 3801.0, 3782.0, 3834.0, 3802.0, 3845.0, 3836.0, 3846.0, 3821.0, 3791.0, 3811.0, 3792.0, 3832.0, 3779.0, 3779.0, 3790.0, 3768.0, 3799.0, 3767.0, 3820.0, 3809.0, 3817.0, 3787.0, 3807.0, 3799.0, 3796.0, 3797.0, 3785.0, 3807.0, 3775.0, 3796.0, 3754.0, 3795.0, 3765.0, 3795.0, 3788.0, 3808.0, 3799.0, 3766.0, 3787.0, 3767.0, 3788.0, 3767.0, 3819.0, 3790.0, 3822.0, 3823.0, 3779.0, 3793.0, 3781.0, 3812.0, 3781.0, 3834.0, 3804.0, 3833.0, 3780.0, 3788.0, 3790.0, 3778.0, 3800.0, 3779.0, 3822.0, 3780.0, 3820.0, 3779.0, 3810.0, 3769.0, 3820.0, 3780.0, 3822.0, 3812.0, 3780.0, 3802.0, 3770.0, 3801.0, 3769.0, 3822.0, 3813.0, 3822.0, 3811.0, 3779.0, 3800.0, 3780.0, 3822.0, 3802.0, 3832.0, 3802.0, 3789.0, 3790.0, 3768.0, 3811.0, 3778.0, 3821.0, 3800.0, 3831.0, 3800.0, 3820.0, 3788.0, 3776.0, 3798.0, 3767.0, 3809.0, 3789.0, 3818.0, 3766.0, 3777.0, 3788.0, 3766.0, 3799.0, 3779.0, 3821.0, 3778.0, 3819.0, 3768.0, 3809.0, 3768.0, 3809.0, 3799.0, 3800.0, 3810.0, 3767.0, 3799.0, 3768.0, 3809.0, 3778.0, 3806.0, 3784.0, 3765.0, 3839.0, 3783.0, 3789.0, 3769.0, 3809.0, 3767.0, 3819.0, 3811.0, 3810.0, 3790.0, 3791.0, 3812.0, 3780.0, 3811.0, 3768.0, 3798.0, 3766.0, 3809.0, 3778.0, 3809.0, 3810.0, 3799.0, 3789.0, 3767.0, 3778.0, 3766.0, 3798.0, 3756.0, 3798.0, 3767.0, 3798.0, 3778.0, 3808.0, 3778.0, 3807.0, 3767.0, 3797.0, 3767.0, 3786.0, 3777.0, 3787.0, 3798.0, 3766.0, 3798.0, 3756.0, 3797.0, 3768.0, 3798.0, 3790.0, 3800.0, 3810.0, 3778.0, 3798.0, 3769.0, 3810.0, 3768.0, 3800.0, 3800.0, 3789.0, 3821.0, 3779.0, 3820.0, 3769.0, 3799.0, 3789.0, 3789.0, 3799.0, 3778.0, 3820.0, 3777.0, 3819.0, 3757.0, 3788.0, 3767.0, 3767.0, 3789.0, 3778.0, 3821.0, 3768.0, 3809.0, 3768.0, 3779.0, 3779.0, 3770.0, 3813.0, 3792.0, 3822.0, 3769.0, 3769.0, 3779.0, 3783.0, 3814.0, 3781.0, 3832.0, 3801.0, 3789.0, 3779.0, 3769.0, 3800.0, 3770.0, 3822.0, 3802.0, 3821.0, 3801.0, 3768.0, 3778.0, 3769.0, 3800.0, 3780.0, 3822.0, 3812.0, 3823.0, 3823.0, 3781.0, 3801.0, 3769.0, 3811.0, 3769.0, 3822.0, 3812.0, 3819.0, 3789.0, 3778.0, 3778.0, 3756.0, 3789.0, 3768.0, 3811.0, 3789.0, 3821.0, 3769.0, 3789.0, 3769.0, 3791.0, 3804.0, 3803.0, 3815.0, 3791.0, 3800.0, 3792.0, 3811.0, 3770.0, 3821.0, 3768.0, 3820.0, 3770.0, 3811.0, 3802.0, 3802.0, 3800.0, 3768.0, 3779.0, 3780.0, 3801.0, 3782.0, 3802.0, 3803.0, 3804.0, 3835.0, 3793.0, 3823.0, 3781.0, 3823.0, 3803.0, 3811.0, 3813.0, 3792.0, 3822.0, 3791.0, 3822.0, 3769.0, 3800.0, 3801.0, 3790.0, 3800.0, 3791.0, 3832.0, 3800.0, 3821.0, 3769.0, 3757.0, 3790.0, 3769.0, 3799.0, 3768.0, 3824.0, 3804.0, 3833.0, 3835.0, 3815.0, 3814.0, 3783.0, 3771.0, 3781.0, 3770.0, 3780.0, 3771.0, 3813.0, 3772.0, 3824.0, 3804.0, 3834.0, 3813.0, 3821.0, 3799.0, 3809.0, 3785.0, 3806.0, 3773.0, 3793.0, 3750.0, 3792.0, 3740.0, 3793.0, 3740.0, 3782.0, 3761.0, 3730.0, 3761.0, 3740.0, 3773.0, 3742.0, 3795.0, 3786.0, 3797.0, 3797.0, 3755.0, 3786.0, 3756.0, 3798.0, 3780.0, 3801.0, 3791.0, 3780.0, 3801.0, 3768.0, 3820.0, 3769.0, 3769.0, 3779.0, 3769.0, 3790.0, 3770.0, 3823.0, 3813.0, 3822.0, 3801.0, 3769.0, 3790.0, 3768.0, 3821.0, 3779.0, 3821.0, 3822.0, 3800.0, 3799.0, 3779.0, 3799.0, 3769.0, 3810.0, 3801.0, 3811.0, 3811.0, 3799.0, 3799.0, 3768.0, 3800.0, 3769.0, 3811.0, 3812.0, 3811.0, 3811.0, 3768.0, 3790.0, 3768.0, 3800.0, 3768.0, 3820.0, 3801.0, 3820.0, 3800.0, 3769.0, 3780.0, 3770.0, 3801.0, 3770.0, 3822.0, 3822.0, 3801.0, 3790.0, 3767.0, 3789.0, 3768.0, 3800.0, 3780.0, 3833.0, 3769.0, 3820.0, 3769.0, 3789.0, 3801.0, 3790.0, 3812.0, 3770.0, 3800.0, 3769.0, 3822.0, 3792.0, 3811.0, 3813.0, 3791.0, 3800.0, 3790.0, 3799.0, 3782.0, 3823.0, 3780.0, 3808.0, 3779.0, 3769.0, 3801.0, 3770.0, 3821.0, 3780.0, 3821.0, 3790.0, 3801.0, 3812.0, 3801.0, 3833.0, 3780.0, 3811.0, 3769.0, 3801.0, 3781.0, 3801.0, 3802.0, 3791.0, 3813.0, 3782.0, 3815.0, 3785.0, 3783.0, 3814.0, 3795.0, 3836.0, 3825.0, 3803.0, 3813.0, 3771.0, 3823.0, 3804.0, 3814.0, 3814.0, 3803.0, 3833.0, 3771.0, 3822.0, 3792.0, 3822.0, 3812.0, 3812.0, 3813.0, 3790.0, 3812.0, 3770.0, 3821.0, 3791.0, 3813.0, 3826.0, 3802.0, 3813.0, 3770.0, 3811.0, 3781.0, 3823.0, 3813.0, 3812.0, 3812.0, 3780.0, 3801.0, 3769.0, 3812.0, 3770.0, 3823.0, 3813.0, 3780.0, 3791.0, 3769.0, 3792.0, 3770.0, 3822.0, 3791.0, 3833.0, 3812.0, 3822.0, 3779.0, 3768.0, 3779.0, 3768.0, 3801.0, 3790.0, 3822.0, 3790.0, 3832.0, 3781.0, 3821.0, 3781.0, 3821.0, 3813.0, 3811.0, 3811.0, 3769.0, 3801.0, 3769.0, 3810.0, 3781.0, 3823.0, 3813.0, 3802.0, 3801.0, 3770.0, 3812.0, 3791.0, 3812.0, 3823.0, 3812.0, 3835.0, 3803.0, 3811.0, 3769.0, 3821.0, 3801.0, 3810.0, 3811.0, 3800.0, 3800.0, 3768.0, 3799.0, 3768.0, 3820.0, 3801.0, 3820.0, 3778.0, 3798.0, 3767.0, 3767.0, 3789.0, 3778.0, 3799.0, 3789.0, 3798.0, 3767.0, 3788.0, 3757.0, 3809.0, 3768.0, 3821.0, 3800.0, 3799.0, 3768.0, 3778.0, 3790.0, 3768.0, 3800.0, 3769.0, 3811.0, 3779.0, 3821.0, 3768.0, 3821.0, 3767.0, 3810.0, 3768.0, 3809.0, 3768.0, 3819.0, 3800.0, 3810.0, 3769.0, 3798.0, 3768.0, 3798.0, 3768.0, 3809.0, 3790.0, 3810.0, 3801.0, 3811.0, 3822.0, 3790.0, 3800.0, 3778.0, 3789.0, 3778.0, 3789.0, 3788.0, 3800.0, 3790.0, 3811.0, 3757.0, 3788.0, 3757.0, 3788.0, 3767.0, 3801.0, 3768.0, 3801.0, 3791.0, 3812.0, 3770.0, 3801.0, 3771.0, 3802.0, 3771.0, 3823.0, 3804.0, 3824.0, 3793.0, 3812.0, 3793.0, 3812.0, 3803.0, 3822.0, 3814.0, 3813.0, 3814.0, 3802.0, 3813.0, 3771.0, 3812.0, 3771.0, 3814.0, 3771.0, 3823.0, 3813.0, 3822.0, 3790.0, 3769.0, 3791.0, 3769.0, 3813.0, 3801.0, 3834.0, 3802.0, 3823.0, 3770.0, 3820.0, 3757.0, 3821.0, 3779.0, 3820.0, 3799.0, 3819.0, 3757.0, 3808.0, 3767.0, 3809.0, 3789.0, 3809.0, 3810.0, 3777.0, 3778.0, 3767.0, 3778.0, 3777.0, 3789.0, 3799.0, 3801.0, 3790.0, 3799.0, 3769.0, 3779.0, 3769.0, 3800.0, 3771.0, 3822.0, 3812.0, 3821.0, 3790.0, 3780.0, 3790.0, 3770.0, 3802.0, 3801.0, 3833.0, 3781.0, 3790.0, 3779.0, 3780.0, 3811.0, 3801.0, 3834.0, 3802.0, 3833.0, 3769.0, 3821.0, 3790.0, 3820.0, 3811.0, 3811.0, 3800.0, 3788.0, 3799.0, 3768.0, 3811.0, 3779.0, 3822.0, 3811.0, 3821.0, 3810.0, 3788.0, 3788.0, 3778.0, 3799.0, 3768.0, 3810.0, 3810.0, 3820.0, 3790.0, 3768.0, 3777.0, 3768.0, 3822.0, 3791.0, 3833.0, 3811.0, 3810.0, 3767.0, 3769.0, 3769.0, 3758.0, 3811.0, 3790.0, 3821.0, 3812.0, 3801.0, 3799.0, 3768.0, 3788.0, 3768.0, 3810.0, 3790.0, 3820.0, 3810.0, 3809.0, 3777.0, 3767.0, 3767.0, 3767.0, 3768.0, 3769.0, 3810.0, 3758.0, 3810.0, 3769.0, 3779.0, 3790.0, 3790.0, 3812.0, 3790.0, 3811.0, 3769.0, 3811.0, 3770.0, 3822.0, 3813.0, 3812.0, 3812.0, 3780.0, 3801.0, 3770.0, 3811.0, 3781.0, 3823.0, 3823.0, 3821.0, 3812.0, 3789.0, 3790.0, 3768.0, 3799.0, 3768.0, 3820.0, 3811.0, 3820.0, 3789.0, 3789.0, 3778.0, 3766.0, 3799.0, 3768.0, 3809.0, 3778.0, 3820.0, 3767.0, 3808.0, 3768.0, 3808.0, 3789.0, 3810.0, 3811.0, 3789.0, 3789.0, 3769.0, 3790.0, 3768.0, 3810.0, 3780.0, 3822.0, 3823.0, 3810.0, 3800.0, 3768.0, 3779.0, 3770.0, 3822.0, 3781.0, 3832.0, 3811.0, 3821.0, 3789.0, 3767.0, 3789.0, 3767.0, 3800.0, 3779.0, 3820.0, 3778.0, 3810.0, 3759.0, 3821.0, 3768.0, 3821.0, 3812.0, 3810.0, 3799.0, 3768.0, 3788.0, 3768.0, 3810.0, 3770.0, 3821.0, 3810.0, 3820.0, 3789.0, 3767.0, 3788.0, 3766.0, 3799.0, 3778.0, 3810.0, 3788.0, 3820.0, 3778.0, 3819.0, 3767.0, 3799.0, 3767.0, 3798.0, 3791.0, 3822.0, 3800.0, 3810.0, 3811.0, 3788.0, 3799.0, 3768.0, 3799.0, 3776.0, 3799.0, 3799.0, 3810.0, 3788.0, 3809.0, 3756.0, 3787.0, 3755.0, 3796.0, 3767.0, 3810.0, 3810.0, 3807.0, 3800.0, 3799.0, 3799.0, 3799.0, 3822.0, 3821.0, 3811.0, 3789.0, 3800.0, 3768.0, 3801.0, 3780.0, 3809.0, 3810.0, 3810.0, 3821.0, 3780.0, 3789.0], 'WindowWidth': [8640.0, 8570.0, 8622.0, 8559.0, 8593.0, 8522.0, 8589.0, 8529.0, 8583.0, 8543.0, 8584.0, 8541.0, 8568.0, 8558.0, 8535.0, 8520.0, 8490.0, 8519.0, 8506.0, 8540.0, 8513.0, 8587.0, 8513.0, 8570.0, 8517.0, 8569.0, 8529.0, 8588.0, 8548.0, 8583.0, 8628.0, 8558.0, 8545.0, 8486.0, 8546.0, 8512.0, 8582.0, 8538.0, 8564.0, 8510.0, 8565.0, 8526.0, 8566.0, 8559.0, 8542.0, 8584.0, 8527.0, 8567.0, 8510.0, 8582.0, 8530.0, 8585.0, 8560.0, 8540.0, 8569.0, 8508.0, 8567.0, 8509.0, 8566.0, 8520.0, 8563.0, 8522.0, 8567.0, 8550.0, 8528.0, 8519.0, 8486.0, 8517.0, 8489.0, 8534.0, 8510.0, 8565.0, 8543.0, 8567.0, 8510.0, 8565.0, 8511.0, 8521.0, 8524.0, 8551.0, 8544.0, 8539.0, 8570.0, 8495.0, 8566.0, 8511.0, 8553.0, 8517.0, 8559.0, 8512.0, 8565.0, 8508.0, 8564.0, 8510.0, 8549.0, 8510.0, 8554.0, 8543.0, 8512.0, 8557.0, 8513.0, 8556.0, 8516.0, 8571.0, 8549.0, 8589.0, 8575.0, 8583.0, 8539.0, 8563.0, 8550.0, 8547.0, 8551.0, 8534.0, 8566.0, 8533.0, 8580.0, 8506.0, 8560.0, 8503.0, 8556.0, 8502.0, 8560.0, 8520.0, 8558.0, 8529.0, 8499.0, 8531.0, 8487.0, 8518.0, 8491.0, 8550.0, 8514.0, 8563.0, 8508.0, 8511.0, 8513.0, 8496.0, 8541.0, 8534.0, 8587.0, 8549.0, 8570.0, 8529.0, 8514.0, 8544.0, 8519.0, 8590.0, 8545.0, 8608.0, 8597.0, 8609.0, 8564.0, 8507.0, 8555.0, 8531.0, 8582.0, 8506.0, 8508.0, 8522.0, 8493.0, 8534.0, 8488.0, 8560.0, 8546.0, 8552.0, 8513.0, 8540.0, 8530.0, 8523.0, 8527.0, 8507.0, 8540.0, 8494.0, 8521.0, 8466.0, 8520.0, 8482.0, 8521.0, 8516.0, 8541.0, 8531.0, 8484.0, 8514.0, 8488.0, 8516.0, 8488.0, 8559.0, 8523.0, 8568.0, 8570.0, 8506.0, 8534.0, 8516.0, 8558.0, 8514.0, 8589.0, 8549.0, 8583.0, 8511.0, 8518.0, 8522.0, 8506.0, 8537.0, 8509.0, 8569.0, 8510.0, 8562.0, 8507.0, 8546.0, 8493.0, 8561.0, 8509.0, 8567.0, 8555.0, 8510.0, 8541.0, 8497.0, 8538.0, 8495.0, 8567.0, 8557.0, 8567.0, 8552.0, 8505.0, 8536.0, 8508.0, 8566.0, 8542.0, 8582.0, 8540.0, 8520.0, 8521.0, 8492.0, 8550.0, 8505.0, 8564.0, 8535.0, 8578.0, 8536.0, 8559.0, 8515.0, 8498.0, 8528.0, 8486.0, 8544.0, 8517.0, 8555.0, 8485.0, 8500.0, 8516.0, 8485.0, 8531.0, 8506.0, 8563.0, 8503.0, 8558.0, 8488.0, 8543.0, 8490.0, 8544.0, 8534.0, 8533.0, 8548.0, 8486.0, 8531.0, 8490.0, 8544.0, 8504.0, 8534.0, 8523.0, 8477.0, 8605.0, 8518.0, 8520.0, 8495.0, 8544.0, 8487.0, 8557.0, 8551.0, 8547.0, 8521.0, 8524.0, 8556.0, 8509.0, 8549.0, 8488.0, 8527.0, 8484.0, 8542.0, 8502.0, 8545.0, 8547.0, 8531.0, 8518.0, 8487.0, 8501.0, 8484.0, 8529.0, 8470.0, 8528.0, 8484.0, 8527.0, 8502.0, 8541.0, 8501.0, 8539.0, 8485.0, 8526.0, 8485.0, 8509.0, 8499.0, 8512.0, 8528.0, 8483.0, 8526.0, 8471.0, 8526.0, 8489.0, 8528.0, 8520.0, 8534.0, 8546.0, 8502.0, 8530.0, 8491.0, 8546.0, 8491.0, 8534.0, 8536.0, 8519.0, 8564.0, 8506.0, 8560.0, 8491.0, 8531.0, 8517.0, 8516.0, 8532.0, 8502.0, 8560.0, 8500.0, 8557.0, 8472.0, 8513.0, 8487.0, 8487.0, 8519.0, 8503.0, 8562.0, 8490.0, 8545.0, 8489.0, 8503.0, 8506.0, 8496.0, 8558.0, 8529.0, 8565.0, 8492.0, 8491.0, 8506.0, 8520.0, 8560.0, 8515.0, 8581.0, 8537.0, 8519.0, 8505.0, 8492.0, 8533.0, 8494.0, 8565.0, 8539.0, 8563.0, 8537.0, 8491.0, 8504.0, 8492.0, 8533.0, 8510.0, 8567.0, 8555.0, 8570.0, 8571.0, 8510.0, 8536.0, 8492.0, 8549.0, 8492.0, 8564.0, 8551.0, 8558.0, 8517.0, 8501.0, 8503.0, 8472.0, 8518.0, 8488.0, 8548.0, 8519.0, 8561.0, 8492.0, 8518.0, 8494.0, 8523.0, 8549.0, 8543.0, 8563.0, 8525.0, 8535.0, 8528.0, 8553.0, 8494.0, 8561.0, 8490.0, 8558.0, 8493.0, 8550.0, 8540.0, 8538.0, 8534.0, 8490.0, 8505.0, 8507.0, 8536.0, 8514.0, 8539.0, 8544.0, 8547.0, 8588.0, 8530.0, 8567.0, 8511.0, 8566.0, 8541.0, 8550.0, 8556.0, 8525.0, 8567.0, 8523.0, 8563.0, 8493.0, 8532.0, 8535.0, 8520.0, 8535.0, 8522.0, 8577.0, 8534.0, 8561.0, 8490.0, 8472.0, 8518.0, 8489.0, 8530.0, 8488.0, 8571.0, 8545.0, 8581.0, 8591.0, 8565.0, 8559.0, 8519.0, 8502.0, 8512.0, 8495.0, 8507.0, 8498.0, 8555.0, 8503.0, 8571.0, 8547.0, 8586.0, 8555.0, 8564.0, 8529.0, 8541.0, 8503.0, 8531.0, 8480.0, 8507.0, 8447.0, 8504.0, 8436.0, 8510.0, 8434.0, 8492.0, 8465.0, 8422.0, 8466.0, 8438.0, 8485.0, 8445.0, 8517.0, 8509.0, 8523.0, 8524.0, 8467.0, 8508.0, 8469.0, 8527.0, 8510.0, 8538.0, 8525.0, 8508.0, 8536.0, 8491.0, 8560.0, 8493.0, 8492.0, 8506.0, 8493.0, 8522.0, 8497.0, 8569.0, 8556.0, 8565.0, 8538.0, 8493.0, 8521.0, 8491.0, 8562.0, 8506.0, 8563.0, 8567.0, 8534.0, 8531.0, 8504.0, 8530.0, 8492.0, 8546.0, 8538.0, 8549.0, 8552.0, 8531.0, 8532.0, 8488.0, 8533.0, 8493.0, 8549.0, 8552.0, 8550.0, 8551.0, 8490.0, 8520.0, 8490.0, 8533.0, 8491.0, 8561.0, 8537.0, 8560.0, 8534.0, 8493.0, 8508.0, 8496.0, 8536.0, 8498.0, 8567.0, 8567.0, 8536.0, 8521.0, 8489.0, 8519.0, 8492.0, 8536.0, 8508.0, 8581.0, 8494.0, 8562.0, 8492.0, 8520.0, 8537.0, 8521.0, 8552.0, 8494.0, 8535.0, 8494.0, 8565.0, 8527.0, 8551.0, 8555.0, 8523.0, 8534.0, 8520.0, 8530.0, 8515.0, 8568.0, 8509.0, 8543.0, 8504.0, 8492.0, 8537.0, 8496.0, 8564.0, 8508.0, 8562.0, 8521.0, 8536.0, 8554.0, 8539.0, 8584.0, 8510.0, 8551.0, 8493.0, 8536.0, 8512.0, 8540.0, 8542.0, 8525.0, 8558.0, 8516.0, 8564.0, 8526.0, 8521.0, 8562.0, 8538.0, 8592.0, 8576.0, 8544.0, 8557.0, 8501.0, 8570.0, 8545.0, 8559.0, 8560.0, 8541.0, 8581.0, 8496.0, 8565.0, 8529.0, 8566.0, 8553.0, 8552.0, 8556.0, 8522.0, 8553.0, 8498.0, 8565.0, 8526.0, 8555.0, 8579.0, 8542.0, 8556.0, 8496.0, 8551.0, 8511.0, 8569.0, 8557.0, 8552.0, 8552.0, 8509.0, 8538.0, 8494.0, 8552.0, 8497.0, 8568.0, 8555.0, 8508.0, 8524.0, 8494.0, 8525.0, 8495.0, 8565.0, 8525.0, 8582.0, 8553.0, 8565.0, 8505.0, 8488.0, 8505.0, 8488.0, 8535.0, 8521.0, 8566.0, 8521.0, 8578.0, 8510.0, 8563.0, 8509.0, 8564.0, 8554.0, 8549.0, 8549.0, 8493.0, 8537.0, 8492.0, 8548.0, 8511.0, 8568.0, 8557.0, 8541.0, 8538.0, 8496.0, 8553.0, 8525.0, 8552.0, 8570.0, 8552.0, 8587.0, 8544.0, 8551.0, 8492.0, 8563.0, 8538.0, 8548.0, 8550.0, 8534.0, 8534.0, 8489.0, 8530.0, 8489.0, 8560.0, 8536.0, 8561.0, 8503.0, 8527.0, 8487.0, 8485.0, 8517.0, 8502.0, 8533.0, 8516.0, 8527.0, 8486.0, 8515.0, 8472.0, 8541.0, 8491.0, 8561.0, 8533.0, 8530.0, 8489.0, 8502.0, 8520.0, 8489.0, 8533.0, 8493.0, 8550.0, 8505.0, 8563.0, 8489.0, 8560.0, 8486.0, 8545.0, 8489.0, 8543.0, 8488.0, 8557.0, 8534.0, 8545.0, 8490.0, 8526.0, 8489.0, 8529.0, 8490.0, 8545.0, 8522.0, 8548.0, 8537.0, 8551.0, 8567.0, 8520.0, 8534.0, 8502.0, 8518.0, 8500.0, 8518.0, 8515.0, 8533.0, 8519.0, 8549.0, 8474.0, 8516.0, 8475.0, 8516.0, 8488.0, 8536.0, 8490.0, 8536.0, 8524.0, 8552.0, 8494.0, 8536.0, 8499.0, 8540.0, 8501.0, 8571.0, 8546.0, 8572.0, 8531.0, 8555.0, 8531.0, 8555.0, 8543.0, 8566.0, 8559.0, 8556.0, 8559.0, 8540.0, 8554.0, 8497.0, 8551.0, 8499.0, 8557.0, 8499.0, 8570.0, 8556.0, 8566.0, 8522.0, 8491.0, 8524.0, 8493.0, 8556.0, 8538.0, 8584.0, 8542.0, 8571.0, 8495.0, 8560.0, 8474.0, 8560.0, 8505.0, 8559.0, 8530.0, 8556.0, 8472.0, 8541.0, 8487.0, 8543.0, 8516.0, 8544.0, 8546.0, 8499.0, 8501.0, 8485.0, 8501.0, 8500.0, 8517.0, 8532.0, 8537.0, 8521.0, 8533.0, 8492.0, 8505.0, 8492.0, 8535.0, 8497.0, 8566.0, 8555.0, 8563.0, 8522.0, 8508.0, 8522.0, 8495.0, 8540.0, 8539.0, 8582.0, 8511.0, 8523.0, 8507.0, 8509.0, 8551.0, 8538.0, 8586.0, 8540.0, 8582.0, 8493.0, 8562.0, 8520.0, 8561.0, 8551.0, 8550.0, 8535.0, 8516.0, 8530.0, 8489.0, 8548.0, 8507.0, 8566.0, 8552.0, 8562.0, 8548.0, 8515.0, 8515.0, 8501.0, 8531.0, 8491.0, 8546.0, 8548.0, 8559.0, 8522.0, 8489.0, 8501.0, 8491.0, 8567.0, 8524.0, 8583.0, 8552.0, 8548.0, 8488.0, 8494.0, 8492.0, 8476.0, 8548.0, 8522.0, 8565.0, 8554.0, 8535.0, 8532.0, 8489.0, 8517.0, 8488.0, 8546.0, 8520.0, 8558.0, 8548.0, 8543.0, 8500.0, 8485.0, 8486.0, 8487.0, 8490.0, 8493.0, 8549.0, 8479.0, 8548.0, 8493.0, 8506.0, 8523.0, 8524.0, 8555.0, 8523.0, 8549.0, 8494.0, 8549.0, 8496.0, 8565.0, 8557.0, 8554.0, 8553.0, 8509.0, 8538.0, 8495.0, 8550.0, 8511.0, 8569.0, 8569.0, 8564.0, 8551.0, 8518.0, 8521.0, 8489.0, 8531.0, 8491.0, 8561.0, 8550.0, 8561.0, 8518.0, 8516.0, 8502.0, 8484.0, 8529.0, 8490.0, 8546.0, 8503.0, 8558.0, 8487.0, 8542.0, 8488.0, 8541.0, 8519.0, 8547.0, 8551.0, 8518.0, 8518.0, 8492.0, 8520.0, 8491.0, 8547.0, 8509.0, 8566.0, 8569.0, 8548.0, 8534.0, 8490.0, 8507.0, 8497.0, 8566.0, 8512.0, 8579.0, 8551.0, 8562.0, 8518.0, 8488.0, 8517.0, 8487.0, 8534.0, 8506.0, 8561.0, 8503.0, 8547.0, 8479.0, 8561.0, 8491.0, 8563.0, 8553.0, 8547.0, 8531.0, 8489.0, 8516.0, 8489.0, 8547.0, 8494.0, 8561.0, 8548.0, 8561.0, 8518.0, 8487.0, 8516.0, 8485.0, 8531.0, 8501.0, 8547.0, 8515.0, 8560.0, 8501.0, 8556.0, 8486.0, 8529.0, 8487.0, 8528.0, 8525.0, 8565.0, 8536.0, 8547.0, 8550.0, 8515.0, 8532.0, 8489.0, 8532.0, 8498.0, 8530.0, 8529.0, 8547.0, 8513.0, 8543.0, 8469.0, 8510.0, 8468.0, 8523.0, 8486.0, 8544.0, 8547.0, 8538.0, 8533.0, 8530.0, 8532.0, 8531.0, 8566.0, 8563.0, 8551.0, 8519.0, 8536.0, 8492.0, 8536.0, 8508.0, 8545.0, 8548.0, 8549.0, 8564.0, 8506.0, 8517.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.03433982242990655</td></tr>
<tr><td colspan=3>aqi</td><td>0.07102062869158879</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.42562661030863</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3528576329092605</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.4657249473246017</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>3703.0173</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09701021773399289</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.579439252336448</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7169160629922167</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6711424817695457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.842220568599817</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6373851386072875</td></tr>
<tr><td colspan=3>gcor</td><td>0.00326369</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0014663059264421463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014604397118091583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.908643128454278</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>32.4823</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8359</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.8439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304496.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>668.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.3333</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.06</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.5879</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3018.0056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.7173</td></tr>
<tr><td colspan=3>tsnr</td><td>26.772816843702458</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>