<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-01/func/sub-0133_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>314a9e2aea165bd099700ae5b6b964e6</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:12:55.500000</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.998282, 0.0476926, -0.0340218, -0.0463794, 0.998186, 0.0383978]</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.105181</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>[4211, -7793, -7228, 193, -129, -85, 27, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>277.601</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d3474e0-54f7-4995-b946-3e02fd307c1b||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.678318977355957, -0.1244325116276741, -0.09663679450750351, 118.8194580078125], [-0.1279558390378952, 2.6780591011047363, 0.09923573583364487, -92.0689697265625], [-0.09127810597419739, -0.10301858931779861, 2.6964447498321533, -56.64446258544922], [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': ['201255.500000', '201255.960000', '201256.420000', '201256.880000', '201257.340000', '201257.800000', '201258.260000', '201258.720000', '201259.180000', '201259.640000', '201300.100000', '201300.560000', '201301.020000', '201301.480000', '201301.940000', '201302.400000', '201302.860000', '201303.320000', '201303.780000', '201304.240000', '201304.700000', '201305.160000', '201305.620000', '201306.080000', '201306.540000', '201307.000000', '201307.460000', '201307.920000', '201308.380000', '201308.840000', '201309.300000', '201309.760000', '201310.220000', '201310.680000', '201311.140000', '201311.600000', '201312.060000', '201312.520000', '201312.980000', '201313.440000', '201313.900000', '201314.360000', '201314.820000', '201315.280000', '201315.740000', '201316.200000', '201316.660000', '201317.120000', '201317.580000', '201318.040000', '201318.500000', '201318.960000', '201319.420000', '201319.880000', '201320.340000', '201320.800000', '201321.260000', '201321.720000', '201322.180000', '201322.640000', '201323.100000', '201323.560000', '201324.020000', '201324.480000', '201324.940000', '201325.400000', '201325.860000', '201326.320000', '201326.780000', '201327.240000', '201327.700000', '201328.160000', '201328.620000', '201329.080000', '201329.540000', '201330.000000', '201330.460000', '201330.920000', '201331.380000', '201331.840000', '201332.300000', '201332.760000', '201333.220000', '201333.680000', '201334.140000', '201334.600000', '201335.060000', '201335.520000', '201335.980000', '201336.440000', '201336.900000', '201337.360000', '201337.820000', '201338.280000', '201338.740000', '201339.200000', '201339.660000', '201340.120000', '201340.580000', '201341.040000', '201341.500000', '201341.960000', '201342.420000', '201342.880000', '201343.340000', '201343.800000', '201344.260000', '201344.720000', '201345.180000', '201345.640000', '201346.100000', '201346.560000', '201347.020000', '201347.480000', '201347.940000', '201348.400000', '201348.860000', '201349.320000', '201349.780000', '201350.240000', '201350.700000', '201351.160000', '201351.620000', '201352.080000', '201352.540000', '201353.000000', '201353.460000', '201353.920000', '201354.380000', '201354.840000', '201355.300000', '201355.760000', '201356.220000', '201356.680000', '201357.140000', '201357.600000', '201358.060000', '201358.520000', '201358.980000', '201359.440000', '201359.900000', '201400.360000', '201400.820000', '201401.280000', '201401.740000', '201402.200000', '201402.660000', '201403.120000', '201403.580000', '201404.040000', '201404.500000', '201404.960000', '201405.420000', '201405.880000', '201406.340000', '201406.800000', '201407.260000', '201407.720000', '201408.180000', '201408.640000', '201409.100000', '201409.560000', '201410.020000', '201410.480000', '201410.940000', '201411.400000', '201411.860000', '201412.320000', '201412.780000', '201413.240000', '201413.700000', '201414.160000', '201414.620000', '201415.080000', '201415.540000', '201416.000000', '201416.460000', '201416.920000', '201417.380000', '201417.840000', '201418.300000', '201418.760000', '201419.220000', '201419.680000', '201420.140000', '201420.600000', '201421.060000', '201421.520000', '201421.980000', '201422.440000', '201422.900000', '201423.360000', '201423.820000', '201424.280000', '201424.740000', '201425.200000', '201425.660000', '201426.120000', '201426.580000', '201427.040000', '201427.500000', '201427.960000', '201428.420000', '201428.880000', '201429.340000', '201429.800000', '201430.260000', '201430.720000', '201431.180000', '201431.640000', '201432.100000', '201432.560000', '201433.020000', '201433.480000', '201433.940000', '201434.400000', '201434.860000', '201435.320000', '201435.780000', '201436.240000', '201436.700000', '201437.160000', '201437.620000', '201438.080000', '201438.540000', '201439.000000', '201439.460000', '201439.920000', '201440.380000', '201440.840000', '201441.300000', '201441.760000', '201442.220000', '201442.680000', '201443.140000', '201443.600000', '201444.060000', '201444.520000', '201444.980000', '201445.440000', '201445.900000', '201446.360000', '201446.820000', '201447.280000', '201447.740000', '201448.200000', '201448.660000', '201449.120000', '201449.580000', '201450.040000', '201450.500000', '201450.960000', '201451.420000', '201451.880000', '201452.340000', '201452.800000', '201453.260000', '201453.720000', '201454.180000', '201454.640000', '201455.100000', '201455.560000', '201456.020000', '201456.480000', '201456.940000', '201457.400000', '201457.860000', '201458.320000', '201458.780000', '201459.240000', '201459.700000', '201500.160000', '201500.620000', '201501.080000', '201501.540000', '201502.000000', '201502.460000', '201502.920000', '201503.380000', '201503.840000', '201504.300000', '201504.760000', '201505.220000', '201505.680000', '201506.140000', '201506.600000', '201507.060000', '201507.520000', '201507.980000', '201508.440000', '201508.900000', '201509.360000', '201509.820000', '201510.280000', '201510.740000', '201511.200000', '201511.660000', '201512.120000', '201512.580000', '201513.040000', '201513.500000', '201513.960000', '201514.420000', '201514.880000', '201515.340000', '201515.800000', '201516.260000', '201516.720000', '201517.180000', '201517.640000', '201518.100000', '201518.560000', '201519.020000', '201519.480000', '201519.940000', '201520.400000', '201520.860000', '201521.320000', '201521.780000', '201522.240000', '201522.700000', '201523.160000', '201523.620000', '201524.080000', '201524.540000', '201525.000000', '201525.460000', '201525.920000', '201526.380000', '201526.840000', '201527.300000', '201527.760000', '201528.220000', '201528.680000', '201529.140000', '201529.600000', '201530.060000', '201530.520000', '201530.980000', '201531.440000', '201531.900000', '201532.360000', '201532.820000', '201533.280000', '201533.740000', '201534.200000', '201534.660000', '201535.120000', '201535.580000', '201536.040000', '201536.500000', '201536.960000', '201537.420000', '201537.880000', '201538.340000', '201538.800000', '201539.260000', '201539.720000', '201540.180000', '201540.640000', '201541.100000', '201541.560000', '201542.020000', '201542.480000', '201542.940000', '201543.400000', '201543.860000', '201544.320000', '201544.780000', '201545.240000', '201545.700000', '201546.160000', '201546.620000', '201547.080000', '201547.540000', '201548.000000', '201548.460000', '201548.920000', '201549.380000', '201549.840000', '201550.300000', '201550.760000', '201551.220000', '201551.680000', '201552.140000', '201552.600000', '201553.060000', '201553.520000', '201553.980000', '201554.440000', '201554.900000', '201555.360000', '201555.820000', '201556.280000', '201556.740000', '201557.200000', '201557.660000', '201558.120000', '201558.580000', '201559.040000', '201559.500000', '201559.960000', '201600.420000', '201600.880000', '201601.340000', '201601.800000', '201602.260000', '201602.720000', '201603.180000', '201603.640000', '201604.100000', '201604.560000', '201605.020000', '201605.480000', '201605.940000', '201606.400000', '201606.860000', '201607.320000', '201607.780000', '201608.240000', '201608.700000', '201609.160000', '201609.620000', '201610.080000', '201610.540000', '201611.000000', '201611.460000', '201611.920000', '201612.380000', '201612.840000', '201613.300000', '201613.760000', '201614.220000', '201614.680000', '201615.140000', '201615.600000', '201616.060000', '201616.520000', '201616.980000', '201617.440000', '201617.900000', '201618.360000', '201618.820000', '201619.280000', '201619.740000', '201620.200000', '201620.660000', '201621.120000', '201621.580000', '201622.040000', '201622.500000', '201622.960000', '201623.420000', '201623.880000', '201624.340000', '201624.800000', '201625.260000', '201625.720000', '201626.180000', '201626.640000', '201627.100000', '201627.560000', '201628.020000', '201628.480000', '201628.940000', '201629.400000', '201629.860000', '201630.320000', '201630.780000', '201631.240000', '201631.700000', '201632.160000', '201632.620000', '201633.080000', '201633.540000', '201634.000000', '201634.460000', '201634.920000', '201635.380000', '201635.840000', '201636.300000', '201636.760000', '201637.220000', '201637.680000', '201638.140000', '201638.600000', '201639.060000', '201639.520000', '201639.980000', '201640.440000', '201640.900000', '201641.360000', '201641.820000', '201642.280000', '201642.740000', '201643.200000', '201643.660000', '201644.120000', '201644.580000', '201645.040000', '201645.500000', '201645.960000', '201646.420000', '201646.880000', '201647.340000', '201647.800000', '201648.260000', '201648.720000', '201649.180000', '201649.640000', '201650.100000', '201650.560000', '201651.020000', '201651.480000', '201651.940000', '201652.400000', '201652.860000', '201653.320000', '201653.780000', '201654.240000', '201654.700000', '201655.160000', '201655.620000', '201656.080000', '201656.540000', '201657.000000', '201657.460000', '201657.920000', '201658.380000', '201658.840000', '201659.300000', '201659.760000', '201700.220000', '201700.680000', '201701.140000', '201701.600000', '201702.060000', '201702.520000', '201702.980000', '201703.440000', '201703.900000', '201704.360000', '201704.820000', '201705.280000', '201705.740000', '201706.200000', '201706.660000', '201707.120000', '201707.580000', '201708.040000', '201708.500000', '201708.960000', '201709.420000', '201709.880000', '201710.340000', '201710.800000', '201711.260000', '201711.720000', '201712.180000', '201712.640000', '201713.100000', '201713.560000', '201714.020000', '201714.480000', '201714.940000', '201715.400000', '201715.860000', '201716.320000', '201716.780000', '201717.240000', '201717.700000', '201718.160000', '201718.620000', '201719.080000', '201719.540000', '201720.000000', '201720.460000', '201720.920000', '201721.380000', '201721.840000', '201722.300000', '201722.760000', '201723.220000', '201723.680000', '201724.140000', '201724.600000', '201725.060000', '201725.520000', '201725.980000', '201726.440000', '201726.900000', '201727.360000', '201727.820000', '201728.280000', '201728.740000', '201729.200000', '201729.660000', '201730.120000', '201730.580000', '201731.040000', '201731.500000', '201731.960000', '201732.420000', '201732.880000', '201733.340000', '201733.800000', '201734.260000', '201734.720000', '201735.180000', '201735.640000', '201736.100000', '201736.560000', '201737.020000', '201737.480000', '201737.940000', '201738.400000', '201738.860000', '201739.320000', '201739.780000', '201740.240000', '201740.700000', '201741.160000', '201741.620000', '201742.080000', '201742.540000', '201743.000000', '201743.460000', '201743.920000', '201744.380000', '201744.840000', '201745.300000', '201745.760000', '201746.220000', '201746.680000', '201747.140000', '201747.600000', '201748.060000', '201748.520000', '201748.980000', '201749.440000', '201749.900000', '201750.360000', '201750.820000', '201751.280000', '201751.740000', '201752.200000', '201752.660000', '201753.120000', '201753.580000', '201754.040000', '201754.500000', '201754.960000', '201755.420000', '201755.880000', '201756.340000', '201756.800000', '201757.260000', '201757.720000', '201758.180000', '201758.640000', '201759.100000', '201759.560000', '201800.020000', '201800.480000', '201800.940000', '201801.400000', '201801.860000', '201802.320000', '201802.780000', '201803.240000', '201803.700000', '201804.160000', '201804.620000', '201805.080000', '201805.540000', '201806.000000', '201806.460000', '201806.920000', '201807.380000', '201807.840000', '201808.300000', '201808.760000', '201809.220000', '201809.680000', '201810.140000', '201810.600000', '201811.060000', '201811.520000', '201811.980000', '201812.440000', '201812.900000', '201813.360000', '201813.820000', '201814.280000', '201814.740000', '201815.200000', '201815.660000', '201816.120000', '201816.580000', '201817.040000', '201817.500000', '201817.960000', '201818.420000', '201818.880000', '201819.340000', '201819.800000', '201820.260000', '201820.720000', '201821.180000', '201821.640000', '201822.100000', '201822.560000', '201823.020000', '201823.480000', '201823.940000', '201824.400000', '201824.860000', '201825.320000', '201825.780000', '201826.240000', '201826.700000', '201827.160000', '201827.620000', '201828.080000', '201828.540000', '201829.000000', '201829.460000', '201829.920000', '201830.380000', '201830.840000', '201831.300000', '201831.760000', '201832.220000', '201832.680000', '201833.140000', '201833.600000', '201834.060000', '201834.520000', '201834.980000', '201835.440000', '201835.900000', '201836.360000', '201836.820000', '201837.280000', '201837.740000', '201838.200000', '201838.660000', '201839.120000', '201839.580000', '201840.040000', '201840.500000', '201840.960000', '201841.420000', '201841.880000', '201842.340000', '201842.800000', '201843.260000', '201843.720000', '201844.180000', '201844.640000', '201845.100000', '201845.560000', '201846.020000', '201846.480000', '201846.940000', '201847.400000', '201847.860000', '201848.320000', '201848.780000', '201849.240000', '201849.700000', '201850.160000', '201850.620000', '201851.080000', '201851.540000', '201852.000000', '201852.460000', '201852.920000', '201853.380000', '201853.840000', '201854.300000', '201854.760000', '201855.220000', '201855.680000', '201856.140000', '201856.600000', '201857.060000', '201857.520000', '201857.980000', '201858.440000', '201858.900000', '201859.360000', '201859.820000', '201900.280000', '201900.740000', '201901.200000', '201901.660000', '201902.120000', '201902.580000', '201903.040000', '201903.500000', '201903.960000', '201904.420000', '201904.880000', '201905.340000', '201905.800000', '201906.260000', '201906.720000', '201907.180000', '201907.640000', '201908.100000', '201908.560000', '201909.020000', '201909.480000', '201909.940000', '201910.400000', '201910.860000', '201911.320000', '201911.780000', '201912.240000', '201912.700000', '201913.160000', '201913.620000', '201914.080000', '201914.540000', '201915.000000', '201915.460000', '201915.920000', '201916.380000', '201916.840000', '201917.300000', '201917.760000', '201918.220000', '201918.680000', '201919.140000', '201919.600000', '201920.060000', '201920.520000', '201920.980000', '201921.440000', '201921.900000', '201922.360000', '201922.820000', '201923.280000', '201923.740000', '201924.200000', '201924.660000', '201925.120000', '201925.580000', '201926.040000', '201926.500000', '201926.960000', '201927.420000', '201927.880000', '201928.340000', '201928.800000', '201929.260000', '201929.720000', '201930.180000', '201930.640000', '201931.100000', '201931.560000', '201932.020000', '201932.480000', '201932.940000', '201933.400000', '201933.860000', '201934.320000', '201934.780000', '201935.240000', '201935.700000', '201936.160000', '201936.620000', '201937.080000', '201937.540000', '201938.000000', '201938.460000', '201938.920000', '201939.380000', '201939.840000', '201940.300000', '201940.760000', '201941.220000', '201941.680000', '201942.140000', '201942.600000', '201943.060000', '201943.520000', '201943.980000', '201944.440000', '201944.900000', '201945.360000', '201945.820000', '201946.280000', '201946.740000', '201947.200000', '201947.660000', '201948.120000', '201948.580000', '201949.040000', '201949.500000', '201949.960000', '201950.420000', '201950.880000', '201951.340000', '201951.800000', '201952.260000', '201952.720000', '201953.180000', '201953.640000', '201954.100000', '201954.560000', '201955.020000', '201955.480000', '201955.940000', '201956.400000', '201956.860000', '201957.320000', '201957.780000', '201958.240000', '201958.700000', '201959.160000', '201959.620000', '202000.080000', '202000.540000', '202001.000000', '202001.460000', '202001.920000', '202002.380000', '202002.840000', '202003.300000', '202003.760000', '202004.220000', '202004.680000', '202005.140000', '202005.600000', '202006.060000', '202006.520000', '202006.980000', '202007.440000', '202007.900000', '202008.360000', '202008.820000', '202009.280000', '202009.740000', '202010.200000', '202010.660000', '202011.120000', '202011.580000', '202012.040000', '202012.500000', '202012.960000', '202013.420000', '202013.880000', '202014.340000', '202014.800000', '202015.260000', '202015.720000', '202016.180000', '202016.640000', '202017.100000', '202017.560000', '202018.020000', '202018.480000', '202018.940000', '202019.400000', '202019.860000', '202020.320000', '202020.780000', '202021.240000', '202021.700000', '202022.160000', '202022.620000', '202023.080000', '202023.540000', '202024.000000', '202024.460000', '202024.920000', '202025.380000', '202025.840000', '202026.300000', '202026.760000', '202027.220000', '202027.680000', '202028.140000', '202028.600000', '202029.060000', '202029.520000', '202029.980000', '202030.440000', '202030.900000', '202031.360000', '202031.820000', '202032.280000', '202032.740000', '202033.200000', '202033.660000', '202034.120000', '202034.580000', '202035.040000', '202035.500000', '202035.960000', '202036.420000', '202036.880000', '202037.340000', '202037.800000', '202038.260000', '202038.720000', '202039.180000', '202039.640000', '202040.100000', '202040.560000', '202041.020000', '202041.480000', '202041.940000', '202042.400000', '202042.860000', '202043.320000', '202043.780000', '202044.240000', '202044.700000', '202045.160000', '202045.620000', '202046.080000', '202046.540000', '202047.000000', '202047.460000', '202047.920000', '202048.380000', '202048.840000', '202049.300000', '202049.760000', '202050.220000', '202050.680000', '202051.140000', '202051.600000', '202052.060000', '202052.520000', '202052.980000', '202053.440000', '202053.900000', '202054.360000', '202054.820000', '202055.280000', '202055.740000', '202056.200000', '202056.660000', '202057.120000', '202057.580000', '202058.040000', '202058.500000', '202058.960000', '202059.420000', '202059.880000', '202100.340000', '202100.800000', '202101.260000', '202101.720000', '202102.180000', '202102.640000', '202103.100000', '202103.560000', '202104.020000', '202104.480000', '202104.940000', '202105.400000', '202105.860000', '202106.320000', '202106.780000', '202107.240000', '202107.700000', '202108.160000', '202108.620000'], 'ContentTime': ['201319.643000', '201319.674000', '201319.677000', '201319.679000', '201319.682000', '201319.684000', '201319.687000', '201319.689000', '201319.692000', '201319.694000', '201319.697000', '201319.700000', '201319.702000', '201319.705000', '201319.707000', '201319.710000', '201319.713000', '201319.720000', '201319.722000', '201319.725000', '201319.727000', '201319.730000', '201319.732000', '201319.735000', '201319.737000', '201319.740000', '201319.743000', '201319.745000', '201319.748000', '201319.750000', '201319.753000', '201319.761000', '201319.763000', '201319.766000', '201319.768000', '201319.771000', '201319.774000', '201319.776000', '201319.779000', '201319.781000', '201319.784000', '201319.786000', '201319.789000', '201319.791000', '201319.794000', '201319.796000', '201319.799000', '201319.802000', '201319.804000', '201319.807000', '201339.593000', '201339.596000', '201339.599000', '201339.601000', '201339.604000', '201339.607000', '201339.610000', '201339.612000', '201339.615000', '201339.617000', '201339.620000', '201339.623000', '201339.626000', '201339.628000', '201339.631000', '201339.633000', '201339.636000', '201339.638000', '201339.641000', '201339.644000', '201339.646000', '201339.649000', '201339.651000', '201339.654000', '201339.656000', '201339.659000', '201339.661000', '201339.664000', '201339.666000', '201339.669000', '201339.672000', '201339.675000', '201339.678000', '201339.680000', '201339.683000', '201339.685000', '201339.688000', '201339.691000', '201339.693000', '201339.706000', '201339.709000', '201339.711000', '201339.714000', '201359.594000', '201359.597000', '201359.600000', '201359.602000', '201359.605000', '201359.607000', '201359.610000', '201359.618000', '201359.621000', '201359.624000', '201359.626000', '201359.629000', '201359.631000', '201359.634000', '201359.636000', '201359.639000', '201359.642000', '201359.644000', '201359.647000', '201359.649000', '201359.652000', '201359.655000', '201359.657000', '201359.660000', '201359.663000', '201359.665000', '201359.668000', '201359.670000', '201359.673000', '201359.676000', '201359.678000', '201359.681000', '201359.683000', '201359.686000', '201359.688000', '201359.691000', '201359.694000', '201359.696000', '201359.699000', '201359.701000', '201359.704000', '201359.706000', '201359.709000', '201359.711000', '201419.594000', '201419.597000', '201419.600000', '201419.602000', '201419.605000', '201419.607000', '201419.610000', '201419.613000', '201419.615000', '201419.618000', '201419.620000', '201419.623000', '201419.625000', '201419.628000', '201419.630000', '201419.633000', '201419.636000', '201419.639000', '201419.642000', '201419.645000', '201419.647000', '201419.650000', '201419.671000', '201419.673000', '201419.676000', '201419.678000', '201419.681000', '201419.683000', '201419.686000', '201419.689000', '201419.691000', '201419.694000', '201419.696000', '201419.699000', '201419.701000', '201419.704000', '201419.707000', '201419.709000', '201419.712000', '201419.715000', '201419.717000', '201419.720000', '201419.722000', '201439.594000', '201439.597000', '201439.600000', '201439.638000', '201439.641000', '201439.644000', '201439.646000', '201439.649000', '201439.651000', '201439.654000', '201439.656000', '201439.659000', '201439.662000', '201439.664000', '201439.667000', '201439.669000', '201439.672000', '201439.675000', '201439.677000', '201439.680000', '201439.682000', '201439.685000', '201439.687000', '201439.690000', '201439.692000', '201439.695000', '201439.698000', '201439.700000', '201439.703000', '201439.705000', '201439.708000', '201439.710000', '201439.713000', '201439.724000', '201439.727000', '201439.730000', '201439.732000', '201439.735000', '201439.737000', '201439.740000', '201439.742000', '201439.745000', '201439.748000', '201439.750000', '201459.594000', '201459.597000', '201459.599000', '201459.602000', '201459.604000', '201459.607000', '201459.610000', '201459.612000', '201459.615000', '201459.617000', '201459.620000', '201459.622000', '201459.625000', '201459.628000', '201459.630000', '201459.633000', '201459.635000', '201459.638000', '201459.641000', '201459.643000', '201459.646000', '201459.648000', '201459.651000', '201459.653000', '201459.656000', '201459.658000', '201459.661000', '201459.663000', '201459.666000', '201459.669000', '201459.671000', '201459.674000', '201459.676000', '201459.679000', '201459.681000', '201459.684000', '201459.686000', '201459.689000', '201459.692000', '201459.694000', '201459.697000', '201459.699000', '201459.702000', '201519.594000', '201519.596000', '201519.599000', '201519.602000', '201519.604000', '201519.607000', '201519.609000', '201519.612000', '201519.615000', '201519.617000', '201519.620000', '201519.622000', '201519.625000', '201519.628000', '201519.631000', '201519.634000', '201519.636000', '201519.639000', '201519.641000', '201519.644000', '201519.646000', '201519.649000', '201519.652000', '201519.654000', '201519.657000', '201519.659000', '201519.662000', '201519.665000', '201519.667000', '201519.670000', '201519.672000', '201519.675000', '201519.677000', '201519.680000', '201519.683000', '201519.685000', '201519.688000', '201519.690000', '201519.693000', '201519.695000', '201519.698000', '201519.701000', '201519.703000', '201519.706000', '201539.593000', '201539.596000', '201539.599000', '201539.601000', '201539.604000', '201539.606000', '201539.609000', '201539.611000', '201539.614000', '201539.626000', '201539.628000', '201539.631000', '201539.633000', '201539.636000', '201539.639000', '201539.641000', '201539.644000', '201539.647000', '201539.649000', '201539.652000', '201539.654000', '201539.657000', '201539.660000', '201539.662000', '201539.665000', '201539.667000', '201539.670000', '201539.672000', '201539.675000', '201539.678000', '201539.680000', '201539.683000', '201539.686000', '201539.697000', '201539.700000', '201539.703000', '201539.705000', '201539.708000', '201539.711000', '201539.714000', '201539.716000', '201539.719000', '201539.721000', '201559.594000', '201559.596000', '201559.599000', '201559.601000', '201559.604000', '201559.607000', '201559.609000', '201559.612000', '201559.614000', '201559.617000', '201559.619000', '201559.622000', '201559.624000', '201559.627000', '201559.630000', '201559.632000', '201559.635000', '201559.638000', '201559.641000', '201559.643000', '201559.646000', '201559.648000', '201559.651000', '201559.654000', '201559.656000', '201559.659000', '201559.661000', '201559.664000', '201559.698000', '201559.701000', '201559.703000', '201559.706000', '201559.708000', '201559.711000', '201559.714000', '201559.716000', '201559.719000', '201559.721000', '201559.724000', '201559.726000', '201559.729000', '201559.732000', '201559.734000', '201559.737000', '201619.594000', '201619.597000', '201619.600000', '201619.602000', '201619.605000', '201619.607000', '201619.610000', '201619.613000', '201619.615000', '201619.618000', '201619.620000', '201619.623000', '201619.626000', '201619.628000', '201619.631000', '201619.633000', '201619.636000', '201619.639000', '201619.641000', '201619.644000', '201619.646000', '201619.649000', '201619.651000', '201619.654000', '201619.657000', '201619.659000', '201619.662000', '201619.664000', '201619.667000', '201619.669000', '201619.672000', '201619.675000', '201619.677000', '201619.680000', '201619.682000', '201619.685000', '201619.687000', '201619.690000', '201619.693000', '201619.695000', '201619.698000', '201619.700000', '201619.703000', '201639.595000', '201639.598000', '201639.600000', '201639.603000', '201639.605000', '201639.608000', '201639.610000', '201639.613000', '201639.615000', '201639.618000', '201639.621000', '201639.623000', '201639.626000', '201639.628000', '201639.631000', '201639.633000', '201639.636000', '201639.639000', '201639.641000', '201639.644000', '201639.646000', '201639.649000', '201639.652000', '201639.654000', '201639.657000', '201639.660000', '201639.662000', '201639.665000', '201639.668000', '201639.670000', '201639.673000', '201639.675000', '201639.678000', '201639.680000', '201639.683000', '201639.685000', '201639.688000', '201639.691000', '201639.693000', '201639.696000', '201639.698000', '201639.701000', '201639.703000', '201639.706000', '201659.595000', '201659.597000', '201659.600000', '201659.603000', '201659.605000', '201659.608000', '201659.611000', '201659.614000', '201659.617000', '201659.619000', '201659.622000', '201659.625000', '201659.628000', '201659.630000', '201659.633000', '201659.636000', '201659.638000', '201659.641000', '201659.644000', '201659.663000', '201659.666000', '201659.669000', '201659.671000', '201659.674000', '201659.676000', '201659.679000', '201659.682000', '201659.684000', '201659.687000', '201659.689000', '201659.692000', '201659.694000', '201659.697000', '201659.700000', '201659.702000', '201659.705000', '201659.707000', '201659.710000', '201659.713000', '201659.715000', '201659.718000', '201659.720000', '201659.723000', '201719.593000', '201719.596000', '201719.599000', '201719.601000', '201719.604000', '201719.607000', '201719.609000', '201719.612000', '201719.615000', '201719.617000', '201719.620000', '201719.622000', '201719.625000', '201719.627000', '201719.630000', '201719.633000', '201719.635000', '201719.638000', '201719.640000', '201719.643000', '201719.645000', '201719.648000', '201719.651000', '201719.653000', '201719.656000', '201719.658000', '201719.661000', '201719.664000', '201719.666000', '201719.669000', '201719.671000', '201719.674000', '201719.677000', '201719.679000', '201719.682000', '201719.684000', '201719.687000', '201719.689000', '201719.692000', '201719.695000', '201719.697000', '201719.700000', '201719.702000', '201719.705000', '201739.594000', '201739.596000', '201739.599000', '201739.602000', '201739.604000', '201739.607000', '201739.609000', '201739.612000', '201739.615000', '201739.617000', '201739.620000', '201739.623000', '201739.625000', '201739.628000', '201739.630000', '201739.633000', '201739.635000', '201739.645000', '201739.647000', '201739.650000', '201739.653000', '201739.655000', '201739.658000', '201739.660000', '201739.663000', '201739.666000', '201739.668000', '201739.671000', '201739.673000', '201739.676000', '201739.679000', '201739.682000', '201739.684000', '201739.687000', '201739.689000', '201739.692000', '201739.695000', '201739.697000', '201739.700000', '201739.702000', '201739.705000', '201739.708000', '201739.710000', '201759.593000', '201759.596000', '201759.599000', '201759.602000', '201759.604000', '201759.607000', '201759.609000', '201759.612000', '201759.614000', '201759.617000', '201759.620000', '201759.622000', '201759.625000', '201759.627000', '201759.630000', '201759.632000', '201759.635000', '201759.638000', '201759.640000', '201759.643000', '201759.645000', '201759.648000', '201759.650000', '201759.653000', '201759.656000', '201759.658000', '201759.661000', '201759.663000', '201759.666000', '201759.668000', '201759.671000', '201759.674000', '201759.676000', '201759.679000', '201759.681000', '201759.684000', '201759.686000', '201759.689000', '201759.692000', '201759.694000', '201759.697000', '201759.699000', '201759.702000', '201759.704000', '201819.595000', '201819.597000', '201819.600000', '201819.603000', '201819.605000', '201819.608000', '201819.610000', '201819.613000', '201819.616000', '201819.618000', '201819.621000', '201819.623000', '201819.626000', '201819.629000', '201819.631000', '201819.634000', '201819.636000', '201819.639000', '201819.641000', '201819.644000', '201819.646000', '201819.649000', '201819.652000', '201819.654000', '201819.657000', '201819.659000', '201819.662000', '201819.665000', '201819.667000', '201819.670000', '201819.672000', '201819.675000', '201819.677000', '201819.680000', '201819.683000', '201819.685000', '201819.688000', '201819.690000', '201819.693000', '201819.696000', '201819.698000', '201819.701000', '201819.703000', '201839.594000', '201839.597000', '201839.600000', '201839.602000', '201839.605000', '201839.608000', '201839.610000', '201839.613000', '201839.616000', '201839.618000', '201839.621000', '201839.624000', '201839.626000', '201839.629000', '201839.632000', '201839.634000', '201839.637000', '201839.640000', '201839.644000', '201839.647000', '201839.649000', '201839.652000', '201839.656000', '201839.659000', '201839.662000', '201839.664000', '201839.667000', '201839.670000', '201839.672000', '201839.675000', '201839.677000', '201839.680000', '201839.683000', '201839.685000', '201839.688000', '201839.690000', '201839.693000', '201839.696000', '201839.698000', '201839.701000', '201839.704000', '201839.706000', '201839.709000', '201859.594000', '201859.597000', '201859.600000', '201859.602000', '201859.605000', '201859.608000', '201859.610000', '201859.613000', '201859.615000', '201859.618000', '201859.620000', '201859.623000', '201859.626000', '201859.628000', '201859.631000', '201859.633000', '201859.636000', '201859.639000', '201859.641000', '201859.644000', '201859.646000', '201859.661000', '201859.663000', '201859.666000', '201859.669000', '201859.671000', '201859.674000', '201859.676000', '201859.679000', '201859.682000', '201859.684000', '201859.687000', '201859.689000', '201859.692000', '201859.694000', '201859.697000', '201859.700000', '201859.702000', '201859.705000', '201859.707000', '201859.710000', '201859.713000', '201859.715000', '201859.718000', '201919.594000', '201919.597000', '201919.600000', '201919.602000', '201919.605000', '201919.608000', '201919.610000', '201919.613000', '201919.615000', '201919.618000', '201919.620000', '201919.623000', '201919.626000', '201919.628000', '201919.631000', '201919.633000', '201919.636000', '201919.638000', '201919.641000', '201919.644000', '201919.646000', '201919.649000', '201919.651000', '201919.654000', '201919.656000', '201919.659000', '201919.661000', '201919.664000', '201919.666000', '201919.669000', '201919.671000', '201919.674000', '201919.677000', '201919.679000', '201919.682000', '201919.684000', '201919.687000', '201919.690000', '201919.692000', '201919.695000', '201919.697000', '201919.700000', '201919.702000', '201919.705000', '201939.593000', '201939.596000', '201939.599000', '201939.601000', '201939.604000', '201939.607000', '201939.609000', '201939.612000', '201939.615000', '201939.617000', '201939.620000', '201939.622000', '201939.625000', '201939.628000', '201939.630000', '201939.633000', '201939.635000', '201939.638000', '201939.641000', '201939.643000', '201939.646000', '201939.648000', '201939.651000', '201939.654000', '201939.656000', '201939.659000', '201939.661000', '201939.664000', '201939.667000', '201939.669000', '201939.672000', '201939.675000', '201939.677000', '201939.680000', '201939.682000', '201939.685000', '201939.688000', '201939.690000', '201939.693000', '201939.696000', '201939.698000', '201939.701000', '201939.704000', '201959.593000', '201959.596000', '201959.599000', '201959.601000', '201959.604000', '201959.607000', '201959.609000', '201959.612000', '201959.615000', '201959.617000', '201959.620000', '201959.628000', '201959.632000', '201959.635000', '201959.638000', '201959.640000', '201959.643000', '201959.646000', '201959.648000', '201959.651000', '201959.653000', '201959.656000', '201959.659000', '201959.661000', '201959.664000', '201959.666000', '201959.669000', '201959.671000', '201959.674000', '201959.676000', '201959.679000', '201959.682000', '201959.684000', '201959.687000', '201959.689000', '201959.692000', '201959.695000', '201959.697000', '201959.700000', '201959.702000', '201959.705000', '201959.708000', '201959.710000', '202019.594000', '202019.596000', '202019.599000', '202019.602000', '202019.604000', '202019.607000', '202019.609000', '202019.612000', '202019.615000', '202019.617000', '202019.620000', '202019.622000', '202019.625000', '202019.627000', '202019.630000', '202019.632000', '202019.635000', '202019.653000', '202019.656000', '202019.659000', '202019.661000', '202019.664000', '202019.666000', '202019.669000', '202019.672000', '202019.674000', '202019.677000', '202019.679000', '202019.682000', '202019.684000', '202019.687000', '202019.690000', '202019.692000', '202019.695000', '202019.697000', '202019.700000', '202019.702000', '202019.705000', '202019.707000', '202019.710000', '202019.713000', '202019.715000', '202019.718000', '202019.721000', '202039.594000', '202039.597000', '202039.600000', '202039.602000', '202039.605000', '202039.608000', '202039.610000', '202039.613000', '202039.616000', '202039.618000', '202039.621000', '202039.623000', '202039.626000', '202039.629000', '202039.631000', '202039.634000', '202039.637000', '202039.640000', '202039.643000', '202039.645000', '202039.648000', '202039.650000', '202039.653000', '202039.655000', '202039.658000', '202039.661000', '202039.663000', '202039.666000', '202039.668000', '202039.671000', '202039.673000', '202039.676000', '202039.679000', '202039.681000', '202039.684000', '202039.686000', '202039.689000', '202039.692000', '202039.694000', '202039.697000', '202039.699000', '202039.702000', '202039.704000', '202059.595000', '202059.597000', '202059.600000', '202059.603000', '202059.605000', '202059.608000', '202059.610000', '202059.613000', '202059.615000', '202059.618000', '202059.620000', '202059.623000', '202059.626000', '202059.628000', '202059.631000', '202059.633000', '202059.636000', '202059.638000', '202059.641000', '202059.644000', '202059.646000', '202059.649000', '202059.651000', '202059.654000', '202059.656000', '202059.659000', '202059.661000', '202059.664000', '202059.667000', '202059.669000', '202059.672000', '202059.675000', '202059.677000', '202059.680000', '202059.682000', '202059.685000', '202059.687000', '202059.690000', '202059.693000', '202059.695000', '202059.698000', '202059.700000', '202059.703000', '202059.706000', '202109.950000', '202109.953000', '202109.955000', '202109.958000', '202109.961000', '202109.963000', '202109.966000', '202109.969000', '202109.972000', '202109.975000', '202109.978000', '202109.981000', '202109.984000', '202109.986000', '202109.989000', '202109.993000', '202109.996000', '202110.000000', '202110.003000', '202110.006000', '202110.009000', '202110.013000', '202110.018000'], 'InstanceCreationTime': ['201319.643000', '201319.674000', '201319.677000', '201319.679000', '201319.682000', '201319.684000', '201319.687000', '201319.689000', '201319.692000', '201319.694000', '201319.697000', '201319.700000', '201319.702000', '201319.705000', '201319.707000', '201319.710000', '201319.713000', '201319.720000', '201319.722000', '201319.725000', '201319.727000', '201319.730000', '201319.732000', '201319.735000', '201319.737000', '201319.740000', '201319.743000', '201319.745000', '201319.748000', '201319.750000', '201319.753000', '201319.761000', '201319.763000', '201319.766000', '201319.768000', '201319.771000', '201319.774000', '201319.776000', '201319.779000', '201319.781000', '201319.784000', '201319.786000', '201319.789000', '201319.791000', '201319.794000', '201319.796000', '201319.799000', '201319.802000', '201319.804000', '201319.807000', '201339.593000', '201339.596000', '201339.599000', '201339.601000', '201339.604000', '201339.607000', '201339.610000', '201339.612000', '201339.615000', '201339.617000', '201339.620000', '201339.623000', '201339.626000', '201339.628000', '201339.631000', '201339.633000', '201339.636000', '201339.638000', '201339.641000', '201339.644000', '201339.646000', '201339.649000', '201339.651000', '201339.654000', '201339.656000', '201339.659000', '201339.661000', '201339.664000', '201339.666000', '201339.669000', '201339.672000', '201339.675000', '201339.678000', '201339.680000', '201339.683000', '201339.685000', '201339.688000', '201339.691000', '201339.693000', '201339.706000', '201339.709000', '201339.711000', '201339.714000', '201359.594000', '201359.597000', '201359.600000', '201359.602000', '201359.605000', '201359.607000', '201359.610000', '201359.618000', '201359.621000', '201359.624000', '201359.626000', '201359.629000', '201359.631000', '201359.634000', '201359.636000', '201359.639000', '201359.642000', '201359.644000', '201359.647000', '201359.649000', '201359.652000', '201359.655000', '201359.657000', '201359.660000', '201359.663000', '201359.665000', '201359.668000', '201359.670000', '201359.673000', '201359.676000', '201359.678000', '201359.681000', '201359.683000', '201359.686000', '201359.688000', '201359.691000', '201359.694000', '201359.696000', '201359.699000', '201359.701000', '201359.704000', '201359.706000', '201359.709000', '201359.711000', '201419.594000', '201419.597000', '201419.600000', '201419.602000', '201419.605000', '201419.607000', '201419.610000', '201419.613000', '201419.615000', '201419.618000', '201419.620000', '201419.623000', '201419.625000', '201419.628000', '201419.630000', '201419.633000', '201419.636000', '201419.639000', '201419.642000', '201419.645000', '201419.647000', '201419.650000', '201419.671000', '201419.673000', '201419.676000', '201419.678000', '201419.681000', '201419.683000', '201419.686000', '201419.689000', '201419.691000', '201419.694000', '201419.696000', '201419.699000', '201419.701000', '201419.704000', '201419.707000', '201419.709000', '201419.712000', '201419.715000', '201419.717000', '201419.720000', '201419.722000', '201439.594000', '201439.597000', '201439.600000', '201439.638000', '201439.641000', '201439.644000', '201439.646000', '201439.649000', '201439.651000', '201439.654000', '201439.656000', '201439.659000', '201439.662000', '201439.664000', '201439.667000', '201439.669000', '201439.672000', '201439.675000', '201439.677000', '201439.680000', '201439.682000', '201439.685000', '201439.687000', '201439.690000', '201439.692000', '201439.695000', '201439.698000', '201439.700000', '201439.703000', '201439.705000', '201439.708000', '201439.710000', '201439.713000', '201439.724000', '201439.727000', '201439.730000', '201439.732000', '201439.735000', '201439.737000', '201439.740000', '201439.742000', '201439.745000', '201439.748000', '201439.750000', '201459.594000', '201459.597000', '201459.599000', '201459.602000', '201459.604000', '201459.607000', '201459.610000', '201459.612000', '201459.615000', '201459.617000', '201459.620000', '201459.622000', '201459.625000', '201459.628000', '201459.630000', '201459.633000', '201459.635000', '201459.638000', '201459.641000', '201459.643000', '201459.646000', '201459.648000', '201459.651000', '201459.653000', '201459.656000', '201459.658000', '201459.661000', '201459.663000', '201459.666000', '201459.669000', '201459.671000', '201459.674000', '201459.676000', '201459.679000', '201459.681000', '201459.684000', '201459.686000', '201459.689000', '201459.692000', '201459.694000', '201459.697000', '201459.699000', '201459.702000', '201519.594000', '201519.596000', '201519.599000', '201519.602000', '201519.604000', '201519.607000', '201519.609000', '201519.612000', '201519.615000', '201519.617000', '201519.620000', '201519.622000', '201519.625000', '201519.628000', '201519.631000', '201519.634000', '201519.636000', '201519.639000', '201519.641000', '201519.644000', '201519.646000', '201519.649000', '201519.652000', '201519.654000', '201519.657000', '201519.659000', '201519.662000', '201519.665000', '201519.667000', '201519.670000', '201519.672000', '201519.675000', '201519.677000', '201519.680000', '201519.683000', '201519.685000', '201519.688000', '201519.690000', '201519.693000', '201519.695000', '201519.698000', '201519.701000', '201519.703000', '201519.706000', '201539.593000', '201539.596000', '201539.599000', '201539.601000', '201539.604000', '201539.606000', '201539.609000', '201539.611000', '201539.614000', '201539.626000', '201539.628000', '201539.631000', '201539.633000', '201539.636000', '201539.639000', '201539.641000', '201539.644000', '201539.647000', '201539.649000', '201539.652000', '201539.654000', '201539.657000', '201539.660000', '201539.662000', '201539.665000', '201539.667000', '201539.670000', '201539.672000', '201539.675000', '201539.678000', '201539.680000', '201539.683000', '201539.686000', '201539.697000', '201539.700000', '201539.703000', '201539.705000', '201539.708000', '201539.711000', '201539.714000', '201539.716000', '201539.719000', '201539.721000', '201559.594000', '201559.596000', '201559.599000', '201559.601000', '201559.604000', '201559.607000', '201559.609000', '201559.612000', '201559.614000', '201559.617000', '201559.619000', '201559.622000', '201559.624000', '201559.627000', '201559.630000', '201559.632000', '201559.635000', '201559.638000', '201559.641000', '201559.643000', '201559.646000', '201559.648000', '201559.651000', '201559.654000', '201559.656000', '201559.659000', '201559.661000', '201559.664000', '201559.698000', '201559.701000', '201559.703000', '201559.706000', '201559.708000', '201559.711000', '201559.714000', '201559.716000', '201559.719000', '201559.721000', '201559.724000', '201559.726000', '201559.729000', '201559.732000', '201559.734000', '201559.737000', '201619.594000', '201619.597000', '201619.600000', '201619.602000', '201619.605000', '201619.607000', '201619.610000', '201619.613000', '201619.615000', '201619.618000', '201619.620000', '201619.623000', '201619.626000', '201619.628000', '201619.631000', '201619.633000', '201619.636000', '201619.639000', '201619.641000', '201619.644000', '201619.646000', '201619.649000', '201619.651000', '201619.654000', '201619.657000', '201619.659000', '201619.662000', '201619.664000', '201619.667000', '201619.669000', '201619.672000', '201619.675000', '201619.677000', '201619.680000', '201619.682000', '201619.685000', '201619.687000', '201619.690000', '201619.693000', '201619.695000', '201619.698000', '201619.700000', '201619.703000', '201639.595000', '201639.598000', '201639.600000', '201639.603000', '201639.605000', '201639.608000', '201639.610000', '201639.613000', '201639.615000', '201639.618000', '201639.621000', '201639.623000', '201639.626000', '201639.628000', '201639.631000', '201639.633000', '201639.636000', '201639.639000', '201639.641000', '201639.644000', '201639.646000', '201639.649000', '201639.652000', '201639.654000', '201639.657000', '201639.660000', '201639.662000', '201639.665000', '201639.668000', '201639.670000', '201639.673000', '201639.675000', '201639.678000', '201639.680000', '201639.683000', '201639.685000', '201639.688000', '201639.691000', '201639.693000', '201639.696000', '201639.698000', '201639.701000', '201639.703000', '201639.706000', '201659.595000', '201659.597000', '201659.600000', '201659.603000', '201659.605000', '201659.608000', '201659.611000', '201659.614000', '201659.617000', '201659.619000', '201659.622000', '201659.625000', '201659.628000', '201659.630000', '201659.633000', '201659.636000', '201659.638000', '201659.641000', '201659.644000', '201659.663000', '201659.666000', '201659.669000', '201659.671000', '201659.674000', '201659.676000', '201659.679000', '201659.682000', '201659.684000', '201659.687000', '201659.689000', '201659.692000', '201659.694000', '201659.697000', '201659.700000', '201659.702000', '201659.705000', '201659.707000', '201659.710000', '201659.713000', '201659.715000', '201659.718000', '201659.720000', '201659.723000', '201719.593000', '201719.596000', '201719.599000', '201719.601000', '201719.604000', '201719.607000', '201719.609000', '201719.612000', '201719.615000', '201719.617000', '201719.620000', '201719.622000', '201719.625000', '201719.627000', '201719.630000', '201719.633000', '201719.635000', '201719.638000', '201719.640000', '201719.643000', '201719.645000', '201719.648000', '201719.651000', '201719.653000', '201719.656000', '201719.658000', '201719.661000', '201719.664000', '201719.666000', '201719.669000', '201719.671000', '201719.674000', '201719.677000', '201719.679000', '201719.682000', '201719.684000', '201719.687000', '201719.689000', '201719.692000', '201719.695000', '201719.697000', '201719.700000', '201719.702000', '201719.705000', '201739.594000', '201739.596000', '201739.599000', '201739.602000', '201739.604000', '201739.607000', '201739.609000', '201739.612000', '201739.615000', '201739.617000', '201739.620000', '201739.623000', '201739.625000', '201739.628000', '201739.630000', '201739.633000', '201739.635000', '201739.645000', '201739.647000', '201739.650000', '201739.653000', '201739.655000', '201739.658000', '201739.660000', '201739.663000', '201739.666000', '201739.668000', '201739.671000', '201739.673000', '201739.676000', '201739.679000', '201739.682000', '201739.684000', '201739.687000', '201739.689000', '201739.692000', '201739.695000', '201739.697000', '201739.700000', '201739.702000', '201739.705000', '201739.708000', '201739.710000', '201759.593000', '201759.596000', '201759.599000', '201759.602000', '201759.604000', '201759.607000', '201759.609000', '201759.612000', '201759.614000', '201759.617000', '201759.620000', '201759.622000', '201759.625000', '201759.627000', '201759.630000', '201759.632000', '201759.635000', '201759.638000', '201759.640000', '201759.643000', '201759.645000', '201759.648000', '201759.650000', '201759.653000', '201759.656000', '201759.658000', '201759.661000', '201759.663000', '201759.666000', '201759.668000', '201759.671000', '201759.674000', '201759.676000', '201759.679000', '201759.681000', '201759.684000', '201759.686000', '201759.689000', '201759.692000', '201759.694000', '201759.697000', '201759.699000', '201759.702000', '201759.704000', '201819.595000', '201819.597000', '201819.600000', '201819.603000', '201819.605000', '201819.608000', '201819.610000', '201819.613000', '201819.616000', '201819.618000', '201819.621000', '201819.623000', '201819.626000', '201819.629000', '201819.631000', '201819.634000', '201819.636000', '201819.639000', '201819.641000', '201819.644000', '201819.646000', '201819.649000', '201819.652000', '201819.654000', '201819.657000', '201819.659000', '201819.662000', '201819.665000', '201819.667000', '201819.670000', '201819.672000', '201819.675000', '201819.677000', '201819.680000', '201819.683000', '201819.685000', '201819.688000', '201819.690000', '201819.693000', '201819.696000', '201819.698000', '201819.701000', '201819.703000', '201839.594000', '201839.597000', '201839.600000', '201839.602000', '201839.605000', '201839.608000', '201839.610000', '201839.613000', '201839.616000', '201839.618000', '201839.621000', '201839.624000', '201839.626000', '201839.629000', '201839.632000', '201839.634000', '201839.637000', '201839.640000', '201839.644000', '201839.647000', '201839.649000', '201839.652000', '201839.656000', '201839.659000', '201839.662000', '201839.664000', '201839.667000', '201839.670000', '201839.672000', '201839.675000', '201839.677000', '201839.680000', '201839.683000', '201839.685000', '201839.688000', '201839.690000', '201839.693000', '201839.696000', '201839.698000', '201839.701000', '201839.704000', '201839.706000', '201839.709000', '201859.594000', '201859.597000', '201859.600000', '201859.602000', '201859.605000', '201859.608000', '201859.610000', '201859.613000', '201859.615000', '201859.618000', '201859.620000', '201859.623000', '201859.626000', '201859.628000', '201859.631000', '201859.633000', '201859.636000', '201859.639000', '201859.641000', '201859.644000', '201859.646000', '201859.661000', '201859.663000', '201859.666000', '201859.669000', '201859.671000', '201859.674000', '201859.676000', '201859.679000', '201859.682000', '201859.684000', '201859.687000', '201859.689000', '201859.692000', '201859.694000', '201859.697000', '201859.700000', '201859.702000', '201859.705000', '201859.707000', '201859.710000', '201859.713000', '201859.715000', '201859.718000', '201919.594000', '201919.597000', '201919.600000', '201919.602000', '201919.605000', '201919.608000', '201919.610000', '201919.613000', '201919.615000', '201919.618000', '201919.620000', '201919.623000', '201919.626000', '201919.628000', '201919.631000', '201919.633000', '201919.636000', '201919.638000', '201919.641000', '201919.644000', '201919.646000', '201919.649000', '201919.651000', '201919.654000', '201919.656000', '201919.659000', '201919.661000', '201919.664000', '201919.666000', '201919.669000', '201919.671000', '201919.674000', '201919.677000', '201919.679000', '201919.682000', '201919.684000', '201919.687000', '201919.690000', '201919.692000', '201919.695000', '201919.697000', '201919.700000', '201919.702000', '201919.705000', '201939.593000', '201939.596000', '201939.599000', '201939.601000', '201939.604000', '201939.607000', '201939.609000', '201939.612000', '201939.615000', '201939.617000', '201939.620000', '201939.622000', '201939.625000', '201939.628000', '201939.630000', '201939.633000', '201939.635000', '201939.638000', '201939.641000', '201939.643000', '201939.646000', '201939.648000', '201939.651000', '201939.654000', '201939.656000', '201939.659000', '201939.661000', '201939.664000', '201939.667000', '201939.669000', '201939.672000', '201939.675000', '201939.677000', '201939.680000', '201939.682000', '201939.685000', '201939.688000', '201939.690000', '201939.693000', '201939.696000', '201939.698000', '201939.701000', '201939.704000', '201959.593000', '201959.596000', '201959.599000', '201959.601000', '201959.604000', '201959.607000', '201959.609000', '201959.612000', '201959.615000', '201959.617000', '201959.620000', '201959.628000', '201959.632000', '201959.635000', '201959.638000', '201959.640000', '201959.643000', '201959.646000', '201959.648000', '201959.651000', '201959.653000', '201959.656000', '201959.659000', '201959.661000', '201959.664000', '201959.666000', '201959.669000', '201959.671000', '201959.674000', '201959.676000', '201959.679000', '201959.682000', '201959.684000', '201959.687000', '201959.689000', '201959.692000', '201959.695000', '201959.697000', '201959.700000', '201959.702000', '201959.705000', '201959.708000', '201959.710000', '202019.594000', '202019.596000', '202019.599000', '202019.602000', '202019.604000', '202019.607000', '202019.609000', '202019.612000', '202019.615000', '202019.617000', '202019.620000', '202019.622000', '202019.625000', '202019.627000', '202019.630000', '202019.632000', '202019.635000', '202019.653000', '202019.656000', '202019.659000', '202019.661000', '202019.664000', '202019.666000', '202019.669000', '202019.672000', '202019.674000', '202019.677000', '202019.679000', '202019.682000', '202019.684000', '202019.687000', '202019.690000', '202019.692000', '202019.695000', '202019.697000', '202019.700000', '202019.702000', '202019.705000', '202019.707000', '202019.710000', '202019.713000', '202019.715000', '202019.718000', '202019.721000', '202039.594000', '202039.597000', '202039.600000', '202039.602000', '202039.605000', '202039.608000', '202039.610000', '202039.613000', '202039.616000', '202039.618000', '202039.621000', '202039.623000', '202039.626000', '202039.629000', '202039.631000', '202039.634000', '202039.637000', '202039.640000', '202039.643000', '202039.645000', '202039.648000', '202039.650000', '202039.653000', '202039.655000', '202039.658000', '202039.661000', '202039.663000', '202039.666000', '202039.668000', '202039.671000', '202039.673000', '202039.676000', '202039.679000', '202039.681000', '202039.684000', '202039.686000', '202039.689000', '202039.692000', '202039.694000', '202039.697000', '202039.699000', '202039.702000', '202039.704000', '202059.595000', '202059.597000', '202059.600000', '202059.603000', '202059.605000', '202059.608000', '202059.610000', '202059.613000', '202059.615000', '202059.618000', '202059.620000', '202059.623000', '202059.626000', '202059.628000', '202059.631000', '202059.633000', '202059.636000', '202059.638000', '202059.641000', '202059.644000', '202059.646000', '202059.649000', '202059.651000', '202059.654000', '202059.656000', '202059.659000', '202059.661000', '202059.664000', '202059.667000', '202059.669000', '202059.672000', '202059.675000', '202059.677000', '202059.680000', '202059.682000', '202059.685000', '202059.687000', '202059.690000', '202059.693000', '202059.695000', '202059.698000', '202059.700000', '202059.703000', '202059.706000', '202109.950000', '202109.953000', '202109.955000', '202109.958000', '202109.961000', '202109.963000', '202109.966000', '202109.969000', '202109.972000', '202109.975000', '202109.978000', '202109.981000', '202109.984000', '202109.986000', '202109.989000', '202109.993000', '202109.996000', '202110.000000', '202110.003000', '202110.006000', '202110.009000', '202110.013000', '202110.018000'], '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': [12377, 15525, 10313, 14672, 10949, 14230, 9053, 11629, 8232, 11943, 16441, 13251, 8972, 10158, 8230, 9987, 10487, 11245, 8529, 10323, 15804, 10821, 16424, 12015, 12767, 9222, 10899, 15679, 12173, 17425, 14322, 13449, 10109, 10938, 9024, 12036, 8979, 10929, 8406, 10630, 16850, 11827, 15832, 13744, 11515, 10260, 15166, 10761, 16336, 13255, 14842, 9188, 10526, 18508, 12142, 16756, 14917, 12864, 9863, 11575, 9133, 12681, 11536, 14177, 8473, 10707, 10631, 10726, 17823, 14714, 13172, 9483, 11895, 8968, 12718, 12395, 15129, 8522, 10915, 8505, 10993, 20067, 14930, 12300, 10043, 13261, 10741, 15159, 12198, 14729, 9335, 12297, 9180, 14737, 11634, 16937, 9053, 12524, 9493, 13237, 13561, 16320, 8895, 11931, 8393, 11889, 20702, 15582, 15237, 12378, 14493, 11537, 16277, 14988, 13251, 10616, 13240, 9817, 15131, 11896, 16856, 8617, 11227, 11038, 11040, 17413, 14213, 8215, 9653, 7875, 9928, 8875, 13975, 8401, 12232, 18251, 12318, 17270, 12787, 14669, 9421, 10354, 18551, 15128, 12423, 11872, 16225, 11018, 15045, 11608, 12508, 8887, 10526, 11455, 11800, 17806, 15368, 15154, 9777, 11420, 9200, 12791, 12030, 12400, 17493, 10470, 15451, 13807, 12142, 10561, 11946, 10000, 11130, 19137, 14286, 12107, 10903, 12191, 10107, 12731, 9961, 12012, 8325, 10319, 8504, 11395, 10375, 15334, 9280, 13259, 9770, 13563, 17653, 15511, 11750, 10970, 18962, 13685, 16885, 15539, 16431, 10964, 15694, 13240, 17342, 16722, 16346, 11763, 16205, 11005, 15519, 14794, 8932, 13151, 8930, 13731, 19931, 14712, 17361, 14415, 14586, 10361, 12993, 10480, 15617, 12826, 16188, 11527, 15035, 10849, 16688, 14468, 15594, 10790, 8434, 10412, 11536, 12449, 18451, 14801, 8664, 11178, 8477, 12155, 10017, 16730, 9760, 12587, 8887, 11111, 18946, 14599, 13042, 10693, 13074, 10179, 13841, 10388, 14464, 8881, 11151, 8407, 10881, 18081, 13963, 14035, 10722, 13864, 10655, 14658, 10997, 15727, 8863, 11031, 8391, 10625, 18469, 14297, 14865, 10827, 11275, 10521, 13560, 12362, 14774, 13379, 13959, 10771, 13564, 11995, 16004, 12814, 15805, 9900, 13338, 10099, 15002, 10943, 17222, 10238, 12962, 10233, 13463, 10904, 17108, 10627, 13685, 9338, 12468, 9104, 14465, 10012, 15796, 9088, 12200, 8876, 13046, 11718, 15580, 8746, 11246, 8519, 11056, 14793, 13113, 17628, 13608, 15071, 10926, 13419, 11144, 15930, 11423, 17220, 9942, 13869, 9362, 15049, 10413, 15953, 10390, 13653, 10606, 13790, 15604, 15248, 9488, 11217, 11198, 11425, 16955, 14106, 11091, 11424, 13657, 10775, 15073, 13303, 14815, 10016, 12427, 8376, 12598, 11110, 14029, 7945, 11028, 7682, 11197, 12022, 13814, 9851, 12400, 16892, 12370, 16090, 14433, 14516, 10665, 12936, 10326, 14176, 11536, 16034, 10893, 12934, 10336, 13568, 11032, 15232, 10630, 13280, 10179, 14198, 10808, 16740, 10573, 14405, 10064, 14865, 10480, 17043, 9411, 13476, 9405, 14833, 10480, 17161, 11034, 14029, 10715, 14602, 11972, 15537, 10199, 13179, 9218, 14381, 9949, 14887, 8793, 11420, 8175, 13220, 10935, 14439, 8392, 11455, 8332, 11637, 18145, 14480, 13026, 11239, 12264, 10881, 15770, 14193, 14305, 11241, 14376, 10839, 14858, 10825, 16117, 9647, 12158, 10109, 13175, 10121, 16208, 9402, 13363, 8998, 12329, 18439, 14858, 14897, 11052, 13370, 10334, 14247, 10318, 14256, 8441, 10801, 8746, 11799, 17815, 14931, 13940, 11972, 14495, 10597, 15276, 13751, 13712, 9980, 11928, 9323, 14128, 10156, 16113, 9210, 13704, 10042, 15157, 11133, 18069, 11056, 15440, 10688, 15503, 10921, 17237, 9451, 12943, 8776, 13497, 9790, 16374, 9442, 12881, 10401, 14852, 12623, 9158, 13529, 9364, 14402, 10793, 18537, 11465, 15518, 10869, 14733, 12449, 16167, 11022, 14043, 10919, 14417, 11928, 13194, 10939, 12566, 10809, 12489, 12818, 9220, 13895, 10548, 14735, 11829, 18019, 14264, 16935, 11679, 14717, 11229, 10700, 16048, 9985, 15564, 11084, 16902, 13459, 17282, 9932, 13806, 11643, 12070, 10844, 9039, 16848, 15251, 13594, 13441, 8913, 13098, 22935, 15285, 18020, 14681, 10007, 10890, 8485, 11899, 10008, 15311, 10795, 9379, 11908, 9055, 16313, 12751, 19070, 12250, 12861, 12158, 13102, 17880, 11347, 15952, 10325, 13969, 10771, 16137, 14498, 9694, 14394, 9703, 14837, 12548, 20104, 14514, 9294, 12051, 9072, 14577, 12368, 18422, 12324, 8631, 11855, 9161, 16044, 14046, 14579, 11934, 9236, 12712, 10212, 19338, 12283, 15619, 10753, 14227, 12392, 11358, 16584, 9263, 14660, 9933, 16198, 14377, 14673, 12531, 8710, 12986, 9859, 17636, 9623, 13781, 9601, 14972, 11807, 15405, 10526, 7895, 11716, 9847, 17332, 11534, 16688, 10890, 17329, 12905, 16854, 10633, 13439, 11572, 11393, 12811, 8792, 13342, 9931, 13747, 18927, 15351, 9125, 12654, 8559, 13720, 11867, 14677, 11429, 13726, 11943, 18021, 13704, 17601, 12721, 16378, 10086, 12956, 9903, 15883, 11974, 9293, 17854, 11958, 9356, 12619, 10571, 9122, 14114, 10375, 17601, 10490, 13925, 9762, 15419, 22468, 17109, 20014, 14759, 18838, 14538, 14442, 20534, 13888, 17531, 15074, 15839, 12268, 8697, 11602, 9517, 13304, 10999, 8963, 13289, 10200, 12509, 10938, 8671, 12209, 10048, 15367, 13008, 19461, 14620, 10059, 13449, 9783, 12645, 10953, 17481, 11463, 19116, 12450, 15426, 11558, 8740, 11461, 8698, 11929, 9903, 17314, 13112, 18913, 10799, 13411, 9057, 13151, 9961, 16657, 11229, 15078, 11198, 15750, 11873, 19893, 15734, 16167, 12006, 11925, 9580, 11813, 9034, 13467, 10040, 13082, 10438, 9328, 10479, 8614, 12169, 20684, 14997, 17162, 12348, 8679, 12275, 9482, 13004, 17035, 13550, 17596, 11322, 14222, 11318, 16425, 13177, 8732, 12189, 9467, 12935, 11495, 16735, 11213, 16244, 12007, 10502, 16052, 10645, 19469, 10585, 14825, 19379, 13573, 17276, 12509, 15767, 12497, 17677, 11182, 12638, 9231, 11454, 9075, 12996, 8487, 11640, 8600, 12059, 9460, 12531, 8815, 12447, 8909, 13209, 11669, 15202, 9254, 12198, 12168, 12436, 19938, 14646, 15330, 11737, 15049, 10748, 16429, 13481, 15039, 11064, 14804, 9761, 14933, 10155, 15022, 8520, 12490, 9280, 14479, 12066, 16818, 9128, 11926, 10171, 11666, 19680, 14799, 13497, 10357, 14757, 10460, 13876, 9919, 17589, 10572, 13262, 8227, 10970, 8539, 12434, 18315, 16547, 12216, 13683, 9096, 14574, 9979, 14450, 10699, 16710, 11111, 18993, 13102, 18734, 10143, 10882, 9439, 15070, 11024, 16256, 16956, 14074, 20614, 11293, 14599, 9924, 15015, 14199, 17148, 8869, 11934, 13511, 11090, 17356, 13408, 8518, 10399, 8370, 10918, 8784, 13958, 9030, 12267, 9368, 10665, 12830, 9518, 15510, 10141, 14359, 23310, 15718, 19083, 15120, 12471, 10461, 9187, 11170, 18315, 12808, 17494, 11125, 13302, 8678, 11154, 15356, 10396, 17027, 13145, 8915, 11069, 8281, 12475, 22169, 16288, 20568, 14938, 15114, 9313, 12037, 9083, 14050, 9938, 16804, 8860, 12519, 8254, 13128, 9337, 16478, 10575, 22523, 19231, 9994, 12074, 8868, 11143, 8956, 11338, 18621, 12043, 12840, 12376, 13261, 15243, 11520, 13779, 9894, 13908, 22964, 15364, 18270, 12445, 17917, 10279, 13705, 17300, 12956, 12757, 10019, 13272, 8875, 13206, 8950, 10550, 8769, 10949, 15313, 11783, 13230, 10018, 14902, 8590, 10398, 8379, 9819, 10827, 9753, 14023, 12214, 11664, 10593, 12338, 10394, 16982, 14003, 20195, 15254, 17578, 10864, 15553, 15395, 17391, 12496, 13110, 15034, 12435, 17101, 14805, 20057, 16187, 11184, 16846, 10776, 12296, 9557, 18846, 26903, 19912, 16961, 11407, 11268, 9047, 10517, 16252, 12101, 15759, 12292, 16455, 11211, 13635, 9467, 10398, 9459, 12010, 9079, 13320, 11728, 12119, 18339, 14878, 18649, 13406, 12628, 9121, 11672, 8914, 13446, 17352, 15394, 19953, 14503, 13638, 10669], 'WindowCenter': [4636.0, 4637.0, 4575.0, 4613.0, 4571.0, 4601.0, 4537.0, 4567.0, 4523.0, 4577.0, 4606.0, 4587.0, 4536.0, 4555.0, 4535.0, 4559.0, 4568.0, 4581.0, 4550.0, 4572.0, 4608.0, 4580.0, 4621.0, 4590.0, 4589.0, 4548.0, 4568.0, 4606.0, 4579.0, 4615.0, 4599.0, 4585.0, 4558.0, 4567.0, 4549.0, 4589.0, 4549.0, 4578.0, 4539.0, 4579.0, 4630.0, 4590.0, 4618.0, 4613.0, 4578.0, 4572.0, 4608.0, 4581.0, 4621.0, 4590.0, 4610.0, 4547.0, 4569.0, 4615.0, 4579.0, 4607.0, 4608.0, 4577.0, 4556.0, 4566.0, 4545.0, 4586.0, 4576.0, 4598.0, 4538.0, 4569.0, 4566.0, 4567.0, 4617.0, 4599.0, 4586.0, 4557.0, 4576.0, 4546.0, 4588.0, 4577.0, 4607.0, 4538.0, 4567.0, 4537.0, 4569.0, 4638.0, 4608.0, 4576.0, 4558.0, 4586.0, 4568.0, 4607.0, 4590.0, 4597.0, 4559.0, 4577.0, 4547.0, 4608.0, 4579.0, 4616.0, 4548.0, 4587.0, 4546.0, 4589.0, 4588.0, 4618.0, 4547.0, 4576.0, 4536.0, 4577.0, 4637.0, 4607.0, 4594.0, 4576.0, 4594.0, 4564.0, 4603.0, 4606.0, 4584.0, 4555.0, 4582.0, 4544.0, 4593.0, 4563.0, 4606.0, 4524.0, 4562.0, 4551.0, 4561.0, 4602.0, 4583.0, 4523.0, 4544.0, 4536.0, 4570.0, 4559.0, 4623.0, 4549.0, 4600.0, 4628.0, 4589.0, 4629.0, 4588.0, 4597.0, 4547.0, 4557.0, 4624.0, 4608.0, 4575.0, 4576.0, 4603.0, 4563.0, 4594.0, 4576.0, 4573.0, 4535.0, 4567.0, 4575.0, 4578.0, 4626.0, 4606.0, 4593.0, 4544.0, 4562.0, 4533.0, 4574.0, 4573.0, 4575.0, 4612.0, 4554.0, 4604.0, 4595.0, 4573.0, 4564.0, 4574.0, 4554.0, 4565.0, 4626.0, 4597.0, 4575.0, 4566.0, 4574.0, 4555.0, 4599.0, 4568.0, 4588.0, 4549.0, 4568.0, 4547.0, 4590.0, 4582.0, 4633.0, 4572.0, 4599.0, 4569.0, 4611.0, 4630.0, 4619.0, 4577.0, 4580.0, 4626.0, 4599.0, 4618.0, 4620.0, 4620.0, 4580.0, 4605.0, 4598.0, 4628.0, 4619.0, 4616.0, 4576.0, 4604.0, 4553.0, 4593.0, 4596.0, 4546.0, 4587.0, 4547.0, 4596.0, 4624.0, 4595.0, 4604.0, 4584.0, 4581.0, 4542.0, 4572.0, 4553.0, 4592.0, 4573.0, 4602.0, 4563.0, 4592.0, 4563.0, 4602.0, 4585.0, 4590.0, 4554.0, 4521.0, 4552.0, 4561.0, 4574.0, 4614.0, 4596.0, 4535.0, 4563.0, 4524.0, 4574.0, 4546.0, 4618.0, 4554.0, 4586.0, 4535.0, 4567.0, 4626.0, 4595.0, 4583.0, 4566.0, 4585.0, 4556.0, 4595.0, 4557.0, 4596.0, 4535.0, 4565.0, 4524.0, 4566.0, 4616.0, 4597.0, 4585.0, 4565.0, 4583.0, 4566.0, 4597.0, 4564.0, 4607.0, 4536.0, 4564.0, 4525.0, 4554.0, 4614.0, 4598.0, 4596.0, 4566.0, 4564.0, 4569.0, 4587.0, 4588.0, 4607.0, 4598.0, 4598.0, 4567.0, 4586.0, 4578.0, 4608.0, 4590.0, 4607.0, 4556.0, 4584.0, 4555.0, 4596.0, 4567.0, 4616.0, 4557.0, 4585.0, 4558.0, 4585.0, 4567.0, 4617.0, 4565.0, 4596.0, 4558.0, 4584.0, 4547.0, 4597.0, 4557.0, 4608.0, 4547.0, 4586.0, 4547.0, 4599.0, 4577.0, 4619.0, 4538.0, 4578.0, 4549.0, 4579.0, 4607.0, 4599.0, 4627.0, 4600.0, 4606.0, 4568.0, 4597.0, 4578.0, 4617.0, 4577.0, 4616.0, 4557.0, 4585.0, 4546.0, 4606.0, 4567.0, 4605.0, 4555.0, 4584.0, 4555.0, 4598.0, 4604.0, 4605.0, 4544.0, 4565.0, 4563.0, 4573.0, 4615.0, 4598.0, 4565.0, 4577.0, 4584.0, 4566.0, 4595.0, 4586.0, 4597.0, 4555.0, 4574.0, 4534.0, 4576.0, 4564.0, 4596.0, 4524.0, 4565.0, 4524.0, 4565.0, 4576.0, 4598.0, 4556.0, 4586.0, 4614.0, 4588.0, 4607.0, 4597.0, 4595.0, 4566.0, 4574.0, 4554.0, 4594.0, 4575.0, 4605.0, 4565.0, 4585.0, 4568.0, 4595.0, 4567.0, 4605.0, 4567.0, 4586.0, 4567.0, 4596.0, 4566.0, 4618.0, 4568.0, 4596.0, 4557.0, 4596.0, 4566.0, 4617.0, 4544.0, 4585.0, 4545.0, 4595.0, 4566.0, 4616.0, 4566.0, 4594.0, 4566.0, 4606.0, 4577.0, 4605.0, 4555.0, 4586.0, 4547.0, 4596.0, 4556.0, 4605.0, 4534.0, 4577.0, 4536.0, 4586.0, 4566.0, 4597.0, 4534.0, 4576.0, 4534.0, 4577.0, 4626.0, 4607.0, 4585.0, 4577.0, 4575.0, 4576.0, 4607.0, 4598.0, 4596.0, 4566.0, 4595.0, 4566.0, 4606.0, 4567.0, 4606.0, 4546.0, 4574.0, 4567.0, 4586.0, 4567.0, 4616.0, 4547.0, 4597.0, 4546.0, 4588.0, 4626.0, 4608.0, 4605.0, 4565.0, 4585.0, 4555.0, 4593.0, 4554.0, 4597.0, 4534.0, 4566.0, 4547.0, 4589.0, 4626.0, 4609.0, 4596.0, 4577.0, 4595.0, 4568.0, 4605.0, 4596.0, 4583.0, 4555.0, 4574.0, 4546.0, 4597.0, 4556.0, 4607.0, 4546.0, 4594.0, 4556.0, 4606.0, 4577.0, 4627.0, 4567.0, 4605.0, 4566.0, 4605.0, 4565.0, 4616.0, 4545.0, 4573.0, 4534.0, 4586.0, 4543.0, 4604.0, 4546.0, 4585.0, 4565.0, 4604.0, 4587.0, 4547.0, 4598.0, 4547.0, 4596.0, 4567.0, 4628.0, 4577.0, 4605.0, 4566.0, 4594.0, 4576.0, 4604.0, 4565.0, 4584.0, 4567.0, 4605.0, 4576.0, 4585.0, 4566.0, 4584.0, 4578.0, 4586.0, 4601.0, 4559.0, 4599.0, 4580.0, 4608.0, 4590.0, 4630.0, 4610.0, 4618.0, 4578.0, 4596.0, 4568.0, 4569.0, 4620.0, 4559.0, 4608.0, 4579.0, 4618.0, 4601.0, 4619.0, 4559.0, 4598.0, 4579.0, 4575.0, 4567.0, 4549.0, 4628.0, 4610.0, 4587.0, 4588.0, 4537.0, 4589.0, 4637.0, 4595.0, 4606.0, 4587.0, 4533.0, 4553.0, 4524.0, 4565.0, 4557.0, 4606.0, 4567.0, 4547.0, 4577.0, 4549.0, 4618.0, 4590.0, 4639.0, 4578.0, 4588.0, 4578.0, 4586.0, 4618.0, 4566.0, 4596.0, 4556.0, 4584.0, 4566.0, 4605.0, 4597.0, 4545.0, 4597.0, 4547.0, 4594.0, 4579.0, 4627.0, 4598.0, 4536.0, 4576.0, 4535.0, 4595.0, 4588.0, 4628.0, 4589.0, 4537.0, 4576.0, 4548.0, 4607.0, 4598.0, 4598.0, 4579.0, 4548.0, 4586.0, 4558.0, 4630.0, 4577.0, 4608.0, 4568.0, 4585.0, 4577.0, 4567.0, 4609.0, 4548.0, 4597.0, 4557.0, 4607.0, 4599.0, 4597.0, 4575.0, 4538.0, 4587.0, 4557.0, 4628.0, 4563.0, 4612.0, 4560.0, 4608.0, 4579.0, 4609.0, 4571.0, 4539.0, 4590.0, 4573.0, 4633.0, 4593.0, 4631.0, 4581.0, 4619.0, 4591.0, 4619.0, 4567.0, 4588.0, 4579.0, 4582.0, 4591.0, 4550.0, 4598.0, 4559.0, 4602.0, 4629.0, 4612.0, 4549.0, 4590.0, 4547.0, 4601.0, 4591.0, 4609.0, 4592.0, 4599.0, 4592.0, 4631.0, 4601.0, 4631.0, 4590.0, 4609.0, 4560.0, 4590.0, 4572.0, 4621.0, 4590.0, 4560.0, 4632.0, 4592.0, 4561.0, 4602.0, 4583.0, 4575.0, 4626.0, 4589.0, 4636.0, 4587.0, 4626.0, 4577.0, 4624.0, 4652.0, 4609.0, 4617.0, 4576.0, 4605.0, 4560.0, 4563.0, 4589.0, 4549.0, 4580.0, 4557.0, 4555.0, 4524.0, 4492.0, 4522.0, 4516.0, 4557.0, 4549.0, 4522.0, 4572.0, 4543.0, 4573.0, 4554.0, 4536.0, 4574.0, 4546.0, 4596.0, 4589.0, 4628.0, 4598.0, 4549.0, 4587.0, 4560.0, 4574.0, 4568.0, 4617.0, 4568.0, 4629.0, 4578.0, 4610.0, 4570.0, 4538.0, 4579.0, 4552.0, 4579.0, 4561.0, 4632.0, 4591.0, 4643.0, 4569.0, 4588.0, 4539.0, 4576.0, 4546.0, 4606.0, 4567.0, 4596.0, 4566.0, 4594.0, 4566.0, 4627.0, 4597.0, 4594.0, 4564.0, 4563.0, 4546.0, 4563.0, 4535.0, 4574.0, 4545.0, 4585.0, 4567.0, 4546.0, 4568.0, 4537.0, 4588.0, 4638.0, 4610.0, 4618.0, 4578.0, 4537.0, 4577.0, 4546.0, 4588.0, 4606.0, 4588.0, 4616.0, 4567.0, 4585.0, 4568.0, 4617.0, 4600.0, 4552.0, 4602.0, 4572.0, 4601.0, 4593.0, 4633.0, 4582.0, 4621.0, 4592.0, 4572.0, 4623.0, 4573.0, 4641.0, 4584.0, 4613.0, 4628.0, 4587.0, 4603.0, 4564.0, 4594.0, 4576.0, 4605.0, 4567.0, 4575.0, 4536.0, 4564.0, 4534.0, 4575.0, 4536.0, 4564.0, 4537.0, 4577.0, 4562.0, 4590.0, 4551.0, 4590.0, 4548.0, 4602.0, 4580.0, 4611.0, 4550.0, 4590.0, 4590.0, 4590.0, 4639.0, 4611.0, 4609.0, 4581.0, 4608.0, 4568.0, 4618.0, 4600.0, 4608.0, 4580.0, 4598.0, 4559.0, 4608.0, 4569.0, 4607.0, 4539.0, 4588.0, 4549.0, 4611.0, 4577.0, 4620.0, 4550.0, 4578.0, 4555.0, 4577.0, 4636.0, 4609.0, 4598.0, 4569.0, 4608.0, 4567.0, 4598.0, 4558.0, 4628.0, 4567.0, 4589.0, 4539.0, 4569.0, 4539.0, 4590.0, 4641.0, 4633.0, 4591.0, 4612.0, 4564.0, 4622.0, 4583.0, 4626.0, 4584.0, 4632.0, 4595.0, 4668.0, 4616.0, 4659.0, 4600.0, 4582.0, 4549.0, 4605.0, 4581.0, 4620.0, 4632.0, 4612.0, 4640.0, 4569.0, 4596.0, 4545.0, 4595.0, 4586.0, 4604.0, 4523.0, 4561.0, 4570.0, 4552.0, 4615.0, 4586.0, 4533.0, 4552.0, 4524.0, 4566.0, 4548.0, 4612.0, 4561.0, 4588.0, 4562.0, 4570.0, 4601.0, 4572.0, 4623.0, 4571.0, 4611.0, 4650.0, 4623.0, 4628.0, 4608.0, 4577.0, 4568.0, 4547.0, 4579.0, 4627.0, 4588.0, 4629.0, 4569.0, 4587.0, 4536.0, 4568.0, 4594.0, 4556.0, 4615.0, 4587.0, 4548.0, 4578.0, 4538.0, 4589.0, 4647.0, 4619.0, 4639.0, 4597.0, 4594.0, 4535.0, 4563.0, 4534.0, 4584.0, 4544.0, 4616.0, 4536.0, 4575.0, 4525.0, 4585.0, 4559.0, 4633.0, 4581.0, 4662.0, 4655.0, 4572.0, 4602.0, 4550.0, 4582.0, 4563.0, 4594.0, 4638.0, 4589.0, 4589.0, 4590.0, 4600.0, 4609.0, 4579.0, 4598.0, 4546.0, 4584.0, 4632.0, 4593.0, 4601.0, 4561.0, 4599.0, 4529.0, 4569.0, 4588.0, 4558.0, 4556.0, 4527.0, 4556.0, 4516.0, 4558.0, 4519.0, 4540.0, 4520.0, 4551.0, 4592.0, 4574.0, 4573.0, 4544.0, 4604.0, 4535.0, 4556.0, 4524.0, 4556.0, 4567.0, 4571.0, 4610.0, 4614.0, 4593.0, 4594.0, 4602.0, 4584.0, 4641.0, 4625.0, 4653.0, 4635.0, 4632.0, 4581.0, 4622.0, 4622.0, 4633.0, 4591.0, 4602.0, 4621.0, 4604.0, 4641.0, 4624.0, 4652.0, 4643.0, 4583.0, 4634.0, 4582.0, 4604.0, 4585.0, 4653.0, 4670.0, 4628.0, 4606.0, 4566.0, 4566.0, 4535.0, 4556.0, 4604.0, 4575.0, 4605.0, 4575.0, 4605.0, 4566.0, 4585.0, 4545.0, 4554.0, 4557.0, 4576.0, 4547.0, 4598.0, 4576.0, 4588.0, 4626.0, 4608.0, 4628.0, 4597.0, 4587.0, 4546.0, 4567.0, 4548.0, 4599.0, 4617.0, 4620.0, 4637.0, 4610.0, 4597.0, 4569.0], 'WindowWidth': [10155.0, 10142.0, 10051.0, 10097.0, 10037.0, 10074.0, 9984.0, 10023.0, 9961.0, 10037.0, 10076.0, 10051.0, 9980.0, 10008.0, 9980.0, 10017.0, 10028.0, 10049.0, 10009.0, 10040.0, 10085.0, 10047.0, 10104.0, 10059.0, 10057.0, 10000.0, 10027.0, 10075.0, 10041.0, 10090.0, 10068.0, 10045.0, 10014.0, 10024.0, 10002.0, 10057.0, 10004.0, 10043.0, 9992.0, 10047.0, 10115.0, 10062.0, 10099.0, 10095.0, 10042.0, 10037.0, 10084.0, 10050.0, 10104.0, 10060.0, 10086.0, 9998.0, 10029.0, 10088.0, 10042.0, 10080.0, 10084.0, 10035.0, 10009.0, 10021.0, 9993.0, 10050.0, 10036.0, 10068.0, 9986.0, 10028.0, 10021.0, 10025.0, 10096.0, 10071.0, 10047.0, 10012.0, 10035.0, 9996.0, 10053.0, 10037.0, 10080.0, 9986.0, 10026.0, 9982.0, 10030.0, 10126.0, 10083.0, 10037.0, 10016.0, 10050.0, 10027.0, 10082.0, 10062.0, 10066.0, 10020.0, 10038.0, 9999.0, 10083.0, 10043.0, 10093.0, 10004.0, 10051.0, 9995.0, 10057.0, 10055.0, 10097.0, 9998.0, 10037.0, 9983.0, 10039.0, 10123.0, 10081.0, 10059.0, 10035.0, 10057.0, 10018.0, 10070.0, 10078.0, 10044.0, 10008.0, 10038.0, 9988.0, 10055.0, 10015.0, 10075.0, 9961.0, 10010.0, 9992.0, 10010.0, 10065.0, 10043.0, 9962.0, 9991.0, 9986.0, 10035.0, 10020.0, 10112.0, 10008.0, 10077.0, 10114.0, 10060.0, 10114.0, 10056.0, 10065.0, 9998.0, 10011.0, 10100.0, 10084.0, 10032.0, 10036.0, 10069.0, 10015.0, 10059.0, 10035.0, 10030.0, 9978.0, 10026.0, 10034.0, 10042.0, 10106.0, 10076.0, 10054.0, 9990.0, 10011.0, 9972.0, 10030.0, 10026.0, 10032.0, 10080.0, 10005.0, 10073.0, 10061.0, 10027.0, 10019.0, 10031.0, 10003.0, 10021.0, 10105.0, 10068.0, 10032.0, 10023.0, 10031.0, 10007.0, 10074.0, 10033.0, 10057.0, 10007.0, 10031.0, 10003.0, 10062.0, 10056.0, 10127.0, 10041.0, 10075.0, 10033.0, 10094.0, 10118.0, 10100.0, 10040.0, 10046.0, 10108.0, 10071.0, 10100.0, 10103.0, 10104.0, 10048.0, 10076.0, 10071.0, 10115.0, 10102.0, 10092.0, 10036.0, 10068.0, 10000.0, 10055.0, 10062.0, 10000.0, 10052.0, 10000.0, 10064.0, 10100.0, 10059.0, 10072.0, 10042.0, 10034.0, 9983.0, 10020.0, 9999.0, 10052.0, 10028.0, 10065.0, 10014.0, 10050.0, 10016.0, 10067.0, 10046.0, 10048.0, 10002.0, 9955.0, 9999.0, 10008.0, 10032.0, 10087.0, 10063.0, 9978.0, 10014.0, 9965.0, 10031.0, 9994.0, 10095.0, 10005.0, 10048.0, 9978.0, 10024.0, 10106.0, 10062.0, 10042.0, 10022.0, 10046.0, 10007.0, 10061.0, 10010.0, 10062.0, 9980.0, 10019.0, 9964.0, 10023.0, 10090.0, 10065.0, 10045.0, 10020.0, 10041.0, 10022.0, 10064.0, 10017.0, 10077.0, 9980.0, 10017.0, 9964.0, 10004.0, 10088.0, 10069.0, 10062.0, 10023.0, 10020.0, 10031.0, 10052.0, 10057.0, 10080.0, 10070.0, 10067.0, 10028.0, 10049.0, 10041.0, 10083.0, 10059.0, 10077.0, 10009.0, 10042.0, 10006.0, 10063.0, 10024.0, 10091.0, 10013.0, 10048.0, 10013.0, 10048.0, 10026.0, 10097.0, 10022.0, 10065.0, 10015.0, 10046.0, 9998.0, 10066.0, 10014.0, 10083.0, 10001.0, 10051.0, 9999.0, 10070.0, 10039.0, 10101.0, 9988.0, 10041.0, 10004.0, 10045.0, 10081.0, 10072.0, 10110.0, 10074.0, 10077.0, 10029.0, 10066.0, 10042.0, 10096.0, 10040.0, 10093.0, 10011.0, 10046.0, 9996.0, 10077.0, 10025.0, 10074.0, 10008.0, 10045.0, 10007.0, 10069.0, 10073.0, 10076.0, 9988.0, 10019.0, 10014.0, 10030.0, 10090.0, 10069.0, 10019.0, 10038.0, 10045.0, 10025.0, 10064.0, 10052.0, 10065.0, 10006.0, 10030.0, 9976.0, 10036.0, 10018.0, 10063.0, 9964.0, 10020.0, 9964.0, 10023.0, 10037.0, 10071.0, 10010.0, 10052.0, 10089.0, 10056.0, 10082.0, 10068.0, 10060.0, 10022.0, 10029.0, 10006.0, 10060.0, 10036.0, 10077.0, 10023.0, 10047.0, 10028.0, 10064.0, 10028.0, 10077.0, 10026.0, 10048.0, 10026.0, 10066.0, 10026.0, 10098.0, 10028.0, 10064.0, 10012.0, 10064.0, 10023.0, 10093.0, 9992.0, 10047.0, 9993.0, 10063.0, 10023.0, 10091.0, 10024.0, 10059.0, 10024.0, 10078.0, 10040.0, 10076.0, 10009.0, 10051.0, 9999.0, 10065.0, 10010.0, 10076.0, 9978.0, 10040.0, 9984.0, 10052.0, 10022.0, 10067.0, 9980.0, 10037.0, 9979.0, 10039.0, 10107.0, 10082.0, 10049.0, 10040.0, 10034.0, 10039.0, 10082.0, 10071.0, 10064.0, 10024.0, 10060.0, 10025.0, 10079.0, 10025.0, 10080.0, 9997.0, 10033.0, 10027.0, 10053.0, 10026.0, 10095.0, 10001.0, 10065.0, 9997.0, 10056.0, 10108.0, 10084.0, 10075.0, 10022.0, 10047.0, 10010.0, 10059.0, 10004.0, 10065.0, 9981.0, 10024.0, 10001.0, 10060.0, 10110.0, 10087.0, 10065.0, 10041.0, 10063.0, 10030.0, 10076.0, 10065.0, 10044.0, 10007.0, 10031.0, 9997.0, 10067.0, 10010.0, 10081.0, 9997.0, 10059.0, 10010.0, 10078.0, 10040.0, 10109.0, 10025.0, 10074.0, 10023.0, 10077.0, 10021.0, 10092.0, 9992.0, 10029.0, 9977.0, 10048.0, 9989.0, 10074.0, 9996.0, 10047.0, 10023.0, 10074.0, 10055.0, 10000.0, 10070.0, 9999.0, 10064.0, 10026.0, 10112.0, 10039.0, 10076.0, 10024.0, 10059.0, 10037.0, 10074.0, 10021.0, 10044.0, 10025.0, 10078.0, 10040.0, 10049.0, 10025.0, 10047.0, 10045.0, 10053.0, 10079.0, 10020.0, 10074.0, 10049.0, 10085.0, 10063.0, 10120.0, 10091.0, 10098.0, 10043.0, 10063.0, 10028.0, 10031.0, 10104.0, 10019.0, 10084.0, 10046.0, 10100.0, 10080.0, 10101.0, 10020.0, 10070.0, 10044.0, 10034.0, 10025.0, 10007.0, 10112.0, 10090.0, 10053.0, 10056.0, 9986.0, 10054.0, 10123.0, 10060.0, 10078.0, 10048.0, 9971.0, 9997.0, 9960.0, 10017.0, 10010.0, 10075.0, 10026.0, 9998.0, 10039.0, 10004.0, 10097.0, 10062.0, 10128.0, 10041.0, 10052.0, 10039.0, 10048.0, 10098.0, 10022.0, 10061.0, 10008.0, 10042.0, 10021.0, 10075.0, 10065.0, 9992.0, 10063.0, 9997.0, 10056.0, 10041.0, 10108.0, 10067.0, 9980.0, 10032.0, 9976.0, 10059.0, 10054.0, 10111.0, 10055.0, 9984.0, 10035.0, 10000.0, 10080.0, 10071.0, 10067.0, 10043.0, 9998.0, 10048.0, 10013.0, 10117.0, 10040.0, 10080.0, 10024.0, 10043.0, 10037.0, 10024.0, 10083.0, 10000.0, 10064.0, 10011.0, 10078.0, 10072.0, 10064.0, 10033.0, 9983.0, 10049.0, 10010.0, 10111.0, 10028.0, 10093.0, 10021.0, 10081.0, 10044.0, 10084.0, 10035.0, 9991.0, 10060.0, 10042.0, 10125.0, 10070.0, 10119.0, 10050.0, 10101.0, 10061.0, 10099.0, 10027.0, 10053.0, 10044.0, 10050.0, 10063.0, 10009.0, 10072.0, 10016.0, 10078.0, 10115.0, 10090.0, 10004.0, 10060.0, 10002.0, 10076.0, 10066.0, 10089.0, 10067.0, 10074.0, 10066.0, 10120.0, 10077.0, 10120.0, 10058.0, 10083.0, 10019.0, 10060.0, 10043.0, 10106.0, 10065.0, 10021.0, 10126.0, 10068.0, 10024.0, 10082.0, 10057.0, 10052.0, 10124.0, 10072.0, 10131.0, 10069.0, 10119.0, 10052.0, 10112.0, 10154.0, 10083.0, 10097.0, 10031.0, 10071.0, 9999.0, 10004.0, 10041.0, 9981.0, 10029.0, 9990.0, 9985.0, 9941.0, 9896.0, 9937.0, 9936.0, 9995.0, 9990.0, 9955.0, 10021.0, 9986.0, 10025.0, 10002.0, 9979.0, 10029.0, 9995.0, 10062.0, 10057.0, 10111.0, 10068.0, 10001.0, 10050.0, 10017.0, 10031.0, 10026.0, 10092.0, 10026.0, 10114.0, 10040.0, 10086.0, 10030.0, 9987.0, 10044.0, 10012.0, 10043.0, 10023.0, 10122.0, 10064.0, 10138.0, 10029.0, 10053.0, 9985.0, 10032.0, 9995.0, 10078.0, 10023.0, 10060.0, 10021.0, 10055.0, 10022.0, 10107.0, 10064.0, 10057.0, 10015.0, 10010.0, 9993.0, 10012.0, 9979.0, 10028.0, 9994.0, 10046.0, 10026.0, 9997.0, 10030.0, 9986.0, 10056.0, 10125.0, 10088.0, 10096.0, 10041.0, 9983.0, 10038.0, 9995.0, 10053.0, 10076.0, 10054.0, 10091.0, 10026.0, 10046.0, 10027.0, 10094.0, 10077.0, 10017.0, 10086.0, 10046.0, 10084.0, 10071.0, 10125.0, 10052.0, 10104.0, 10067.0, 10039.0, 10111.0, 10041.0, 10135.0, 10059.0, 10097.0, 10111.0, 10048.0, 10067.0, 10014.0, 10055.0, 10035.0, 10073.0, 10023.0, 10032.0, 9981.0, 10016.0, 9975.0, 10031.0, 9980.0, 10016.0, 9983.0, 10038.0, 10025.0, 10062.0, 10011.0, 10060.0, 10003.0, 10080.0, 10047.0, 10088.0, 10006.0, 10061.0, 10059.0, 10061.0, 10130.0, 10090.0, 10086.0, 10048.0, 10082.0, 10027.0, 10096.0, 10075.0, 10082.0, 10046.0, 10067.0, 10015.0, 10081.0, 10031.0, 10080.0, 9989.0, 10057.0, 10005.0, 10090.0, 10041.0, 10101.0, 10004.0, 10039.0, 10005.0, 10037.0, 10119.0, 10084.0, 10068.0, 10032.0, 10080.0, 10025.0, 10067.0, 10015.0, 10111.0, 10026.0, 10058.0, 9991.0, 10030.0, 9990.0, 10062.0, 10133.0, 10124.0, 10065.0, 10098.0, 10036.0, 10113.0, 10063.0, 10122.0, 10062.0, 10123.0, 10078.0, 10187.0, 10114.0, 10173.0, 10093.0, 10058.0, 10004.0, 10077.0, 10053.0, 10105.0, 10125.0, 10095.0, 10136.0, 10031.0, 10063.0, 9993.0, 10062.0, 10050.0, 10072.0, 9958.0, 10008.0, 10019.0, 9998.0, 10087.0, 10049.0, 9975.0, 10002.0, 9965.0, 10025.0, 10005.0, 10096.0, 10026.0, 10057.0, 10028.0, 10035.0, 10078.0, 10042.0, 10110.0, 10036.0, 10091.0, 10147.0, 10113.0, 10114.0, 10084.0, 10039.0, 10028.0, 9999.0, 10044.0, 10109.0, 10056.0, 10115.0, 10028.0, 10051.0, 9981.0, 10025.0, 10056.0, 10009.0, 10087.0, 10054.0, 10002.0, 10041.0, 9989.0, 10060.0, 10138.0, 10100.0, 10128.0, 10065.0, 10058.0, 9980.0, 10013.0, 9975.0, 10043.0, 9992.0, 10091.0, 9982.0, 10034.0, 9969.0, 10051.0, 10023.0, 10129.0, 10055.0, 10172.0, 10167.0, 10047.0, 10085.0, 10013.0, 10059.0, 10038.0, 10076.0, 10130.0, 10061.0, 10060.0, 10061.0, 10076.0, 10089.0, 10047.0, 10070.0, 9996.0, 10044.0, 10111.0, 10053.0, 10063.0, 10007.0, 10059.0, 9960.0, 10014.0, 10039.0, 9997.0, 9993.0, 9955.0, 9992.0, 9940.0, 9999.0, 9951.0, 9978.0, 9952.0, 9998.0, 10052.0, 10032.0, 10030.0, 9992.0, 10073.0, 9982.0, 10011.0, 9967.0, 10014.0, 10028.0, 10041.0, 10094.0, 10105.0, 10074.0, 10079.0, 10084.0, 10062.0, 10136.0, 10119.0, 10156.0, 10131.0, 10124.0, 10055.0, 10109.0, 10109.0, 10126.0, 10066.0, 10082.0, 10108.0, 10090.0, 10141.0, 10118.0, 10153.0, 10144.0, 10058.0, 10130.0, 10061.0, 10092.0, 10069.0, 10156.0, 10185.0, 10114.0, 10079.0, 10023.0, 10022.0, 9982.0, 10010.0, 10072.0, 10034.0, 10074.0, 10037.0, 10075.0, 10024.0, 10048.0, 9995.0, 10005.0, 10013.0, 10039.0, 10000.0, 10069.0, 10038.0, 10057.0, 10106.0, 10085.0, 10111.0, 10070.0, 10053.0, 9998.0, 10026.0, 10003.0, 10074.0, 10095.0, 10103.0, 10125.0, 10088.0, 10069.0, 10034.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.0015308861940298505</td></tr>
<tr><td colspan=3>aqi</td><td>0.03443971707089552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.43154376510743</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232600319570494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924531009990664</td></tr>
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
<tr><td colspan=3>fber</td><td>4787.4355</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1035404367641834</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.156716417910448</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3485680158787616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.218051492572077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6276414828066903</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2000110722575177</td></tr>
<tr><td colspan=3>gcor</td><td>0.00854047</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025832761079072952</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04371695965528488</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.107122252429814</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>12.861</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.3271</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.2816</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293214.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1196.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.5146</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8396</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.1111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3742.6646</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3922.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.9208</td></tr>
<tr><td colspan=3>tsnr</td><td>34.15502673969604</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>