<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-01/func/sub-0055_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>ab32ec61ef00830d3c8bf3b1e4f58f16</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:00:37.322500</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.998208, -0.0180438, 0.0570616, 0.0221296, 0.997173, -0.0718009]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.1044</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>[4195, -7699, -7249, 556, 63, -176, -75, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f0cf666-b806-41f1-abc6-1e564b5cf48e||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.6781179904937744, 0.05937206372618675, 0.15013280510902405, 104.65628814697266], [0.0484103299677372, 2.6753435134887695, -0.1969243437051773, -85.7148666381836], [0.15309208631515503, 0.19263653457164764, 2.6886208057403564, -85.60945892333984], [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': ['200037.322500', '200037.782500', '200038.242500', '200038.702500', '200039.162500', '200039.622500', '200040.082500', '200040.542500', '200041.002500', '200041.462500', '200041.922500', '200042.382500', '200042.842500', '200043.302500', '200043.762500', '200044.222500', '200044.682500', '200045.142500', '200045.602500', '200046.062500', '200046.522500', '200046.982500', '200047.442500', '200047.902500', '200048.362500', '200048.822500', '200049.282500', '200049.742500', '200050.202500', '200050.662500', '200051.122500', '200051.582500', '200052.042500', '200052.502500', '200052.962500', '200053.422500', '200053.882500', '200054.342500', '200054.802500', '200055.262500', '200055.722500', '200056.182500', '200056.642500', '200057.102500', '200057.562500', '200058.022500', '200058.482500', '200058.942500', '200059.402500', '200059.862500', '200100.322500', '200100.782500', '200101.242500', '200101.702500', '200102.162500', '200102.622500', '200103.082500', '200103.542500', '200104.002500', '200104.462500', '200104.922500', '200105.382500', '200105.842500', '200106.302500', '200106.762500', '200107.222500', '200107.682500', '200108.142500', '200108.602500', '200109.062500', '200109.522500', '200109.982500', '200110.442500', '200110.902500', '200111.362500', '200111.822500', '200112.282500', '200112.742500', '200113.202500', '200113.662500', '200114.122500', '200114.582500', '200115.042500', '200115.502500', '200115.962500', '200116.422500', '200116.882500', '200117.342500', '200117.802500', '200118.262500', '200118.722500', '200119.182500', '200119.642500', '200120.102500', '200120.562500', '200121.022500', '200121.482500', '200121.942500', '200122.402500', '200122.862500', '200123.322500', '200123.782500', '200124.242500', '200124.702500', '200125.162500', '200125.622500', '200126.082500', '200126.542500', '200127.002500', '200127.462500', '200127.922500', '200128.382500', '200128.842500', '200129.302500', '200129.762500', '200130.222500', '200130.682500', '200131.142500', '200131.602500', '200132.062500', '200132.522500', '200132.982500', '200133.442500', '200133.902500', '200134.362500', '200134.822500', '200135.282500', '200135.742500', '200136.202500', '200136.662500', '200137.122500', '200137.582500', '200138.042500', '200138.502500', '200138.962500', '200139.422500', '200139.882500', '200140.342500', '200140.802500', '200141.262500', '200141.722500', '200142.182500', '200142.642500', '200143.102500', '200143.562500', '200144.022500', '200144.482500', '200144.942500', '200145.402500', '200145.862500', '200146.322500', '200146.782500', '200147.242500', '200147.702500', '200148.162500', '200148.622500', '200149.082500', '200149.542500', '200150.002500', '200150.462500', '200150.922500', '200151.382500', '200151.842500', '200152.302500', '200152.762500', '200153.222500', '200153.682500', '200154.142500', '200154.602500', '200155.062500', '200155.522500', '200155.982500', '200156.442500', '200156.902500', '200157.362500', '200157.822500', '200158.282500', '200158.742500', '200159.202500', '200159.662500', '200200.122500', '200200.582500', '200201.042500', '200201.502500', '200201.962500', '200202.422500', '200202.882500', '200203.342500', '200203.802500', '200204.262500', '200204.722500', '200205.182500', '200205.642500', '200206.102500', '200206.562500', '200207.022500', '200207.482500', '200207.942500', '200208.402500', '200208.862500', '200209.322500', '200209.782500', '200210.242500', '200210.702500', '200211.162500', '200211.622500', '200212.082500', '200212.542500', '200213.002500', '200213.462500', '200213.922500', '200214.382500', '200214.842500', '200215.302500', '200215.762500', '200216.222500', '200216.682500', '200217.142500', '200217.602500', '200218.062500', '200218.522500', '200218.982500', '200219.442500', '200219.902500', '200220.362500', '200220.822500', '200221.282500', '200221.742500', '200222.202500', '200222.662500', '200223.122500', '200223.582500', '200224.042500', '200224.502500', '200224.962500', '200225.422500', '200225.882500', '200226.342500', '200226.802500', '200227.262500', '200227.722500', '200228.182500', '200228.642500', '200229.102500', '200229.562500', '200230.022500', '200230.482500', '200230.942500', '200231.402500', '200231.862500', '200232.322500', '200232.782500', '200233.242500', '200233.702500', '200234.162500', '200234.622500', '200235.082500', '200235.542500', '200236.002500', '200236.462500', '200236.922500', '200237.382500', '200237.842500', '200238.302500', '200238.762500', '200239.222500', '200239.682500', '200240.142500', '200240.602500', '200241.062500', '200241.522500', '200241.982500', '200242.442500', '200242.902500', '200243.362500', '200243.822500', '200244.282500', '200244.742500', '200245.202500', '200245.662500', '200246.122500', '200246.582500', '200247.042500', '200247.502500', '200247.962500', '200248.422500', '200248.882500', '200249.342500', '200249.802500', '200250.262500', '200250.722500', '200251.182500', '200251.642500', '200252.102500', '200252.562500', '200253.022500', '200253.482500', '200253.942500', '200254.402500', '200254.862500', '200255.322500', '200255.782500', '200256.242500', '200256.702500', '200257.162500', '200257.622500', '200258.082500', '200258.542500', '200259.002500', '200259.462500', '200259.922500', '200300.382500', '200300.842500', '200301.302500', '200301.762500', '200302.222500', '200302.682500', '200303.142500', '200303.602500', '200304.062500', '200304.522500', '200304.982500', '200305.442500', '200305.902500', '200306.362500', '200306.822500', '200307.282500', '200307.742500', '200308.202500', '200308.662500', '200309.122500', '200309.582500', '200310.042500', '200310.502500', '200310.962500', '200311.422500', '200311.882500', '200312.342500', '200312.802500', '200313.262500', '200313.722500', '200314.182500', '200314.642500', '200315.102500', '200315.562500', '200316.022500', '200316.482500', '200316.942500', '200317.402500', '200317.862500', '200318.322500', '200318.782500', '200319.242500', '200319.702500', '200320.162500', '200320.622500', '200321.082500', '200321.542500', '200322.002500', '200322.462500', '200322.922500', '200323.382500', '200323.842500', '200324.302500', '200324.762500', '200325.222500', '200325.682500', '200326.142500', '200326.602500', '200327.062500', '200327.522500', '200327.982500', '200328.442500', '200328.902500', '200329.362500', '200329.822500', '200330.282500', '200330.742500', '200331.202500', '200331.662500', '200332.122500', '200332.582500', '200333.042500', '200333.502500', '200333.962500', '200334.422500', '200334.882500', '200335.342500', '200335.802500', '200336.262500', '200336.722500', '200337.182500', '200337.642500', '200338.102500', '200338.562500', '200339.022500', '200339.482500', '200339.942500', '200340.402500', '200340.862500', '200341.322500', '200341.782500', '200342.242500', '200342.702500', '200343.162500', '200343.622500', '200344.082500', '200344.542500', '200345.002500', '200345.462500', '200345.922500', '200346.382500', '200346.842500', '200347.302500', '200347.762500', '200348.222500', '200348.682500', '200349.142500', '200349.602500', '200350.062500', '200350.522500', '200350.982500', '200351.442500', '200351.902500', '200352.362500', '200352.822500', '200353.282500', '200353.742500', '200354.202500', '200354.662500', '200355.122500', '200355.582500', '200356.042500', '200356.502500', '200356.962500', '200357.422500', '200357.882500', '200358.342500', '200358.802500', '200359.262500', '200359.722500', '200400.182500', '200400.642500', '200401.102500', '200401.562500', '200402.022500', '200402.482500', '200402.942500', '200403.402500', '200403.862500', '200404.322500', '200404.782500', '200405.242500', '200405.702500', '200406.162500', '200406.622500', '200407.082500', '200407.542500', '200408.002500', '200408.462500', '200408.922500', '200409.382500', '200409.842500', '200410.302500', '200410.762500', '200411.222500', '200411.682500', '200412.142500', '200412.602500', '200413.062500', '200413.522500', '200413.982500', '200414.442500', '200414.902500', '200415.362500', '200415.822500', '200416.282500', '200416.742500', '200417.202500', '200417.662500', '200418.122500', '200418.582500', '200419.042500', '200419.502500', '200419.962500', '200420.422500', '200420.882500', '200421.342500', '200421.802500', '200422.262500', '200422.722500', '200423.182500', '200423.642500', '200424.102500', '200424.562500', '200425.022500', '200425.482500', '200425.942500', '200426.402500', '200426.862500', '200427.322500', '200427.782500', '200428.242500', '200428.702500', '200429.162500', '200429.622500', '200430.082500', '200430.542500', '200431.002500', '200431.462500', '200431.922500', '200432.382500', '200432.842500', '200433.302500', '200433.762500', '200434.222500', '200434.682500', '200435.142500', '200435.602500', '200436.062500', '200436.522500', '200436.982500', '200437.442500', '200437.902500', '200438.362500', '200438.822500', '200439.282500', '200439.742500', '200440.202500', '200440.662500', '200441.122500', '200441.582500', '200442.042500', '200442.502500', '200442.962500', '200443.422500', '200443.882500', '200444.342500', '200444.802500', '200445.262500', '200445.722500', '200446.182500', '200446.642500', '200447.102500', '200447.562500', '200448.022500', '200448.482500', '200448.942500', '200449.402500', '200449.862500', '200450.322500', '200450.782500', '200451.242500', '200451.702500', '200452.162500', '200452.622500', '200453.082500', '200453.542500', '200454.002500', '200454.462500', '200454.922500', '200455.382500', '200455.842500', '200456.302500', '200456.762500', '200457.222500', '200457.682500', '200458.142500', '200458.602500', '200459.062500', '200459.522500', '200459.982500', '200500.442500', '200500.902500', '200501.362500', '200501.822500', '200502.282500', '200502.742500', '200503.202500', '200503.662500', '200504.122500', '200504.582500', '200505.042500', '200505.502500', '200505.962500', '200506.422500', '200506.882500', '200507.342500', '200507.802500', '200508.262500', '200508.722500', '200509.182500', '200509.642500', '200510.102500', '200510.562500', '200511.022500', '200511.482500', '200511.942500', '200512.402500', '200512.862500', '200513.322500', '200513.782500', '200514.242500', '200514.702500', '200515.162500', '200515.622500', '200516.082500', '200516.542500', '200517.002500', '200517.462500', '200517.922500', '200518.382500', '200518.842500', '200519.302500', '200519.762500', '200520.222500', '200520.682500', '200521.142500', '200521.602500', '200522.062500', '200522.522500', '200522.982500', '200523.442500', '200523.902500', '200524.362500', '200524.822500', '200525.282500', '200525.742500', '200526.202500', '200526.662500', '200527.122500', '200527.582500', '200528.042500', '200528.502500', '200528.962500', '200529.422500', '200529.882500', '200530.342500', '200530.802500', '200531.262500', '200531.722500', '200532.182500', '200532.642500', '200533.102500', '200533.562500', '200534.022500', '200534.482500', '200534.942500', '200535.402500', '200535.862500', '200536.322500', '200536.782500', '200537.242500', '200537.702500', '200538.162500', '200538.622500', '200539.082500', '200539.542500', '200540.002500', '200540.462500', '200540.922500', '200541.382500', '200541.842500', '200542.302500', '200542.762500', '200543.222500', '200543.682500', '200544.142500', '200544.602500', '200545.062500', '200545.522500', '200545.982500', '200546.442500', '200546.902500', '200547.362500', '200547.822500', '200548.282500', '200548.742500', '200549.202500', '200549.662500', '200550.122500', '200550.582500', '200551.042500', '200551.502500', '200551.962500', '200552.422500', '200552.882500', '200553.342500', '200553.802500', '200554.262500', '200554.722500', '200555.182500', '200555.642500', '200556.102500', '200556.562500', '200557.022500', '200557.482500', '200557.942500', '200558.402500', '200558.862500', '200559.322500', '200559.782500', '200600.242500', '200600.702500', '200601.162500', '200601.622500', '200602.082500', '200602.542500', '200603.002500', '200603.462500', '200603.922500', '200604.382500', '200604.842500', '200605.302500', '200605.762500', '200606.222500', '200606.682500', '200607.142500', '200607.602500', '200608.062500', '200608.522500', '200608.982500', '200609.442500', '200609.902500', '200610.362500', '200610.822500', '200611.282500', '200611.742500', '200612.202500', '200612.662500', '200613.122500', '200613.582500', '200614.042500', '200614.502500', '200614.962500', '200615.422500', '200615.882500', '200616.342500', '200616.802500', '200617.262500', '200617.722500', '200618.182500', '200618.642500', '200619.102500', '200619.562500', '200620.022500', '200620.482500', '200620.942500', '200621.402500', '200621.862500', '200622.322500', '200622.782500', '200623.242500', '200623.702500', '200624.162500', '200624.622500', '200625.082500', '200625.542500', '200626.002500', '200626.462500', '200626.922500', '200627.382500', '200627.842500', '200628.302500', '200628.762500', '200629.222500', '200629.682500', '200630.142500', '200630.602500', '200631.062500', '200631.522500', '200631.982500', '200632.442500', '200632.902500', '200633.362500', '200633.822500', '200634.282500', '200634.742500', '200635.202500', '200635.662500', '200636.122500', '200636.582500', '200637.042500', '200637.502500', '200637.962500', '200638.422500', '200638.882500', '200639.342500', '200639.802500', '200640.262500', '200640.722500', '200641.182500', '200641.642500', '200642.102500', '200642.562500', '200643.022500', '200643.482500', '200643.942500', '200644.402500', '200644.862500', '200645.322500', '200645.782500', '200646.242500', '200646.702500', '200647.162500', '200647.622500', '200648.082500', '200648.542500', '200649.002500', '200649.462500', '200649.922500', '200650.382500', '200650.842500', '200651.302500', '200651.762500', '200652.222500', '200652.682500', '200653.142500', '200653.602500', '200654.062500', '200654.522500', '200654.982500', '200655.442500', '200655.902500', '200656.362500', '200656.822500', '200657.282500', '200657.742500', '200658.202500', '200658.662500', '200659.122500', '200659.582500', '200700.042500', '200700.502500', '200700.962500', '200701.422500', '200701.882500', '200702.342500', '200702.802500', '200703.262500', '200703.722500', '200704.182500', '200704.642500', '200705.102500', '200705.562500', '200706.022500', '200706.482500', '200706.942500', '200707.402500', '200707.862500', '200708.322500', '200708.782500', '200709.242500', '200709.702500', '200710.162500', '200710.622500', '200711.082500', '200711.542500', '200712.002500', '200712.462500', '200712.922500', '200713.382500', '200713.842500', '200714.302500', '200714.762500', '200715.222500', '200715.682500', '200716.142500', '200716.602500', '200717.062500', '200717.522500', '200717.982500', '200718.442500', '200718.902500', '200719.362500', '200719.822500', '200720.282500', '200720.742500', '200721.202500', '200721.662500', '200722.122500', '200722.582500', '200723.042500', '200723.502500', '200723.962500', '200724.422500', '200724.882500', '200725.342500', '200725.802500', '200726.262500', '200726.722500', '200727.182500', '200727.642500', '200728.102500', '200728.562500', '200729.022500', '200729.482500', '200729.942500', '200730.402500', '200730.862500', '200731.322500', '200731.782500', '200732.242500', '200732.702500', '200733.162500', '200733.622500', '200734.082500', '200734.542500', '200735.002500', '200735.462500', '200735.922500', '200736.382500', '200736.842500', '200737.302500', '200737.762500', '200738.222500', '200738.682500', '200739.142500', '200739.602500', '200740.062500', '200740.522500', '200740.982500', '200741.442500', '200741.902500', '200742.362500', '200742.822500', '200743.282500', '200743.742500', '200744.202500', '200744.662500', '200745.122500', '200745.582500', '200746.042500', '200746.502500', '200746.962500', '200747.422500', '200747.882500', '200748.342500', '200748.802500', '200749.262500', '200749.722500', '200750.182500', '200750.642500', '200751.102500', '200751.562500', '200752.022500', '200752.482500', '200752.942500', '200753.402500', '200753.862500', '200754.322500', '200754.782500', '200755.242500', '200755.702500', '200756.162500', '200756.622500', '200757.082500', '200757.542500', '200758.002500', '200758.462500', '200758.922500', '200759.382500', '200759.842500', '200800.302500', '200800.762500', '200801.222500', '200801.682500', '200802.142500', '200802.602500', '200803.062500', '200803.522500', '200803.982500', '200804.442500', '200804.902500', '200805.362500', '200805.822500', '200806.282500', '200806.742500', '200807.202500', '200807.662500', '200808.122500', '200808.582500', '200809.042500', '200809.502500', '200809.962500', '200810.422500', '200810.882500', '200811.342500', '200811.802500', '200812.262500', '200812.722500', '200813.182500', '200813.642500', '200814.102500', '200814.562500', '200815.022500', '200815.482500', '200815.942500', '200816.402500', '200816.862500', '200817.322500', '200817.782500', '200818.242500', '200818.702500', '200819.162500', '200819.622500', '200820.082500', '200820.542500', '200821.002500', '200821.462500', '200821.922500', '200822.382500', '200822.842500', '200823.302500', '200823.762500', '200824.222500', '200824.682500', '200825.142500', '200825.602500', '200826.062500', '200826.522500', '200826.982500', '200827.442500', '200827.902500', '200828.362500', '200828.822500', '200829.282500', '200829.742500', '200830.202500', '200830.662500', '200831.122500', '200831.582500', '200832.042500', '200832.502500', '200832.962500', '200833.422500', '200833.882500', '200834.342500', '200834.802500', '200835.262500', '200835.722500', '200836.182500', '200836.642500', '200837.102500', '200837.562500', '200838.022500', '200838.482500', '200838.942500', '200839.402500', '200839.862500', '200840.322500', '200840.782500', '200841.242500', '200841.702500', '200842.162500', '200842.622500', '200843.082500', '200843.542500', '200844.002500', '200844.462500', '200844.922500', '200845.382500', '200845.842500', '200846.302500', '200846.762500', '200847.222500', '200847.682500', '200848.142500', '200848.602500', '200849.062500', '200849.522500', '200849.982500', '200850.442500'], 'ContentTime': ['200055.533000', '200055.536000', '200055.539000', '200055.542000', '200055.544000', '200055.547000', '200055.549000', '200055.552000', '200055.554000', '200055.557000', '200055.559000', '200055.562000', '200055.564000', '200055.567000', '200055.570000', '200055.572000', '200055.575000', '200055.577000', '200055.580000', '200055.582000', '200055.585000', '200055.587000', '200055.590000', '200055.593000', '200055.595000', '200055.599000', '200055.602000', '200055.604000', '200055.607000', '200055.609000', '200055.612000', '200055.614000', '200055.617000', '200055.620000', '200055.622000', '200055.625000', '200055.627000', '200055.630000', '200115.502000', '200115.505000', '200115.508000', '200115.511000', '200115.513000', '200115.519000', '200115.521000', '200115.524000', '200115.526000', '200115.529000', '200115.532000', '200115.534000', '200115.537000', '200115.539000', '200115.542000', '200115.544000', '200115.547000', '200115.550000', '200115.552000', '200115.555000', '200115.557000', '200115.560000', '200115.562000', '200115.565000', '200115.567000', '200115.570000', '200115.573000', '200115.575000', '200115.578000', '200115.580000', '200115.583000', '200115.585000', '200115.588000', '200115.591000', '200115.593000', '200115.596000', '200115.598000', '200115.601000', '200115.603000', '200115.606000', '200115.608000', '200115.611000', '200115.613000', '200135.502000', '200135.505000', '200135.508000', '200135.510000', '200135.513000', '200135.515000', '200135.518000', '200135.521000', '200135.523000', '200135.526000', '200135.528000', '200135.531000', '200135.533000', '200135.536000', '200135.539000', '200135.541000', '200135.544000', '200135.546000', '200135.549000', '200135.552000', '200135.554000', '200135.557000', '200135.559000', '200135.562000', '200135.564000', '200135.567000', '200135.569000', '200135.572000', '200135.574000', '200135.577000', '200135.580000', '200135.582000', '200135.585000', '200135.587000', '200135.590000', '200135.592000', '200135.595000', '200135.598000', '200135.600000', '200135.603000', '200135.605000', '200135.608000', '200135.611000', '200135.613000', '200155.503000', '200155.506000', '200155.508000', '200155.511000', '200155.513000', '200155.516000', '200155.518000', '200155.521000', '200155.524000', '200155.526000', '200155.529000', '200155.531000', '200155.534000', '200155.537000', '200155.539000', '200155.542000', '200155.544000', '200155.547000', '200155.550000', '200155.552000', '200155.555000', '200155.557000', '200155.560000', '200155.563000', '200155.565000', '200155.568000', '200155.570000', '200155.573000', '200155.575000', '200155.578000', '200155.581000', '200155.583000', '200155.586000', '200155.588000', '200155.591000', '200155.594000', '200155.596000', '200155.599000', '200155.601000', '200155.604000', '200155.606000', '200155.609000', '200155.612000', '200215.501000', '200215.520000', '200215.523000', '200215.525000', '200215.528000', '200215.531000', '200215.533000', '200215.536000', '200215.538000', '200215.541000', '200215.544000', '200215.546000', '200215.549000', '200215.551000', '200215.554000', '200215.556000', '200215.559000', '200215.562000', '200215.564000', '200215.567000', '200215.569000', '200215.572000', '200215.575000', '200215.577000', '200215.580000', '200215.582000', '200215.585000', '200215.588000', '200215.590000', '200215.593000', '200215.596000', '200215.598000', '200215.601000', '200215.603000', '200215.606000', '200215.609000', '200215.611000', '200215.614000', '200215.616000', '200215.619000', '200215.622000', '200215.624000', '200215.627000', '200215.629000', '200235.503000', '200235.506000', '200235.508000', '200235.511000', '200235.513000', '200235.516000', '200235.519000', '200235.521000', '200235.524000', '200235.526000', '200235.529000', '200235.531000', '200235.534000', '200235.537000', '200235.539000', '200235.542000', '200235.544000', '200235.547000', '200235.549000', '200235.552000', '200235.555000', '200235.557000', '200235.560000', '200235.562000', '200235.565000', '200235.567000', '200235.570000', '200235.572000', '200235.575000', '200235.578000', '200235.580000', '200235.583000', '200235.586000', '200235.588000', '200235.591000', '200235.593000', '200235.596000', '200235.598000', '200235.601000', '200235.604000', '200235.606000', '200235.609000', '200235.611000', '200255.503000', '200255.505000', '200255.508000', '200255.510000', '200255.513000', '200255.516000', '200255.518000', '200255.521000', '200255.524000', '200255.526000', '200255.529000', '200255.531000', '200255.534000', '200255.536000', '200255.539000', '200255.542000', '200255.544000', '200255.547000', '200255.549000', '200255.552000', '200255.555000', '200255.557000', '200255.560000', '200255.562000', '200255.565000', '200255.567000', '200255.570000', '200255.573000', '200255.575000', '200255.578000', '200255.580000', '200255.583000', '200255.585000', '200255.588000', '200255.591000', '200255.593000', '200255.596000', '200255.598000', '200255.601000', '200255.604000', '200255.606000', '200255.609000', '200255.611000', '200315.502000', '200315.505000', '200315.508000', '200315.511000', '200315.513000', '200315.516000', '200315.518000', '200315.521000', '200315.523000', '200315.526000', '200315.529000', '200315.531000', '200315.534000', '200315.536000', '200315.539000', '200315.541000', '200315.544000', '200315.547000', '200315.549000', '200315.552000', '200315.554000', '200315.557000', '200315.559000', '200315.562000', '200315.565000', '200315.567000', '200315.570000', '200315.573000', '200315.575000', '200315.578000', '200315.580000', '200315.583000', '200315.585000', '200315.588000', '200315.591000', '200315.593000', '200315.596000', '200315.598000', '200315.601000', '200315.604000', '200315.606000', '200315.609000', '200315.611000', '200315.614000', '200335.502000', '200335.506000', '200335.509000', '200335.512000', '200335.514000', '200335.517000', '200335.520000', '200335.522000', '200335.525000', '200335.527000', '200335.530000', '200335.532000', '200335.535000', '200335.538000', '200335.540000', '200335.543000', '200335.545000', '200335.548000', '200335.551000', '200335.553000', '200335.556000', '200335.559000', '200335.562000', '200335.565000', '200335.567000', '200335.570000', '200335.573000', '200335.575000', '200335.578000', '200335.580000', '200335.583000', '200335.586000', '200335.588000', '200335.591000', '200335.593000', '200335.596000', '200335.599000', '200335.601000', '200335.604000', '200335.606000', '200335.609000', '200335.612000', '200335.614000', '200355.503000', '200355.505000', '200355.508000', '200355.511000', '200355.513000', '200355.516000', '200355.518000', '200355.521000', '200355.524000', '200355.526000', '200355.529000', '200355.531000', '200355.534000', '200355.537000', '200355.539000', '200355.542000', '200355.545000', '200355.547000', '200355.550000', '200355.552000', '200355.555000', '200355.557000', '200355.560000', '200355.563000', '200355.565000', '200355.568000', '200355.570000', '200355.573000', '200355.576000', '200355.578000', '200355.581000', '200355.583000', '200355.586000', '200355.588000', '200355.591000', '200355.594000', '200355.596000', '200355.599000', '200355.601000', '200355.604000', '200355.607000', '200355.609000', '200355.612000', '200355.614000', '200415.502000', '200415.505000', '200415.508000', '200415.510000', '200415.513000', '200415.515000', '200415.518000', '200415.521000', '200415.523000', '200415.526000', '200415.529000', '200415.531000', '200415.534000', '200415.537000', '200415.539000', '200415.542000', '200415.544000', '200415.547000', '200415.549000', '200415.552000', '200415.554000', '200415.557000', '200415.560000', '200415.562000', '200415.565000', '200415.567000', '200415.570000', '200415.572000', '200415.575000', '200415.578000', '200415.580000', '200415.583000', '200415.585000', '200415.588000', '200415.591000', '200415.593000', '200415.596000', '200415.598000', '200415.601000', '200415.604000', '200415.606000', '200415.609000', '200415.612000', '200435.502000', '200435.505000', '200435.507000', '200435.510000', '200435.512000', '200435.515000', '200435.518000', '200435.520000', '200435.523000', '200435.526000', '200435.528000', '200435.531000', '200435.533000', '200435.536000', '200435.538000', '200435.541000', '200435.544000', '200435.546000', '200435.549000', '200435.551000', '200435.554000', '200435.557000', '200435.559000', '200435.562000', '200435.564000', '200435.567000', '200435.570000', '200435.572000', '200435.575000', '200435.577000', '200435.580000', '200435.582000', '200435.585000', '200435.588000', '200435.590000', '200435.593000', '200435.596000', '200435.598000', '200435.601000', '200435.604000', '200435.606000', '200435.609000', '200435.611000', '200435.614000', '200455.502000', '200455.505000', '200455.508000', '200455.511000', '200455.513000', '200455.516000', '200455.518000', '200455.521000', '200455.523000', '200455.526000', '200455.528000', '200455.531000', '200455.534000', '200455.536000', '200455.539000', '200455.541000', '200455.544000', '200455.547000', '200455.549000', '200455.552000', '200455.555000', '200455.557000', '200455.560000', '200455.563000', '200455.565000', '200455.568000', '200455.570000', '200455.573000', '200455.575000', '200455.578000', '200455.581000', '200455.583000', '200455.586000', '200455.588000', '200455.591000', '200455.593000', '200455.596000', '200455.600000', '200455.603000', '200455.606000', '200455.608000', '200455.611000', '200455.614000', '200515.503000', '200515.506000', '200515.508000', '200515.511000', '200515.514000', '200515.516000', '200515.519000', '200515.521000', '200515.524000', '200515.527000', '200515.529000', '200515.532000', '200515.534000', '200515.537000', '200515.539000', '200515.542000', '200515.545000', '200515.548000', '200515.550000', '200515.553000', '200515.555000', '200515.558000', '200515.613000', '200515.615000', '200515.618000', '200515.621000', '200515.623000', '200515.626000', '200515.628000', '200515.631000', '200515.634000', '200515.636000', '200515.639000', '200515.641000', '200515.644000', '200515.646000', '200515.649000', '200515.651000', '200515.654000', '200515.657000', '200515.659000', '200515.662000', '200515.664000', '200515.667000', '200535.502000', '200535.505000', '200535.508000', '200535.510000', '200535.513000', '200535.516000', '200535.518000', '200535.521000', '200535.524000', '200535.526000', '200535.529000', '200535.531000', '200535.534000', '200535.536000', '200535.539000', '200535.542000', '200535.544000', '200535.547000', '200535.549000', '200535.552000', '200535.555000', '200535.557000', '200535.560000', '200535.563000', '200535.566000', '200535.568000', '200535.571000', '200535.573000', '200535.576000', '200535.579000', '200535.581000', '200535.584000', '200535.586000', '200535.589000', '200535.592000', '200535.594000', '200535.597000', '200535.599000', '200535.602000', '200535.604000', '200535.607000', '200535.610000', '200535.612000', '200555.503000', '200555.506000', '200555.508000', '200555.511000', '200555.513000', '200555.516000', '200555.519000', '200555.521000', '200555.524000', '200555.526000', '200555.529000', '200555.532000', '200555.534000', '200555.537000', '200555.539000', '200555.542000', '200555.544000', '200555.547000', '200555.550000', '200555.552000', '200555.555000', '200555.557000', '200555.560000', '200555.563000', '200555.565000', '200555.568000', '200555.570000', '200555.573000', '200555.575000', '200555.578000', '200555.581000', '200555.583000', '200555.586000', '200555.588000', '200555.591000', '200555.594000', '200555.596000', '200555.599000', '200555.601000', '200555.604000', '200555.607000', '200555.609000', '200555.612000', '200555.614000', '200615.502000', '200615.505000', '200615.508000', '200615.510000', '200615.513000', '200615.516000', '200615.518000', '200615.521000', '200615.523000', '200615.526000', '200615.529000', '200615.531000', '200615.534000', '200615.536000', '200615.539000', '200615.541000', '200615.544000', '200615.547000', '200615.549000', '200615.552000', '200615.555000', '200615.557000', '200615.560000', '200615.562000', '200615.565000', '200615.567000', '200615.570000', '200615.573000', '200615.575000', '200615.578000', '200615.580000', '200615.583000', '200615.585000', '200615.588000', '200615.591000', '200615.593000', '200615.596000', '200615.600000', '200615.603000', '200615.605000', '200615.608000', '200615.610000', '200615.613000', '200635.503000', '200635.506000', '200635.508000', '200635.511000', '200635.513000', '200635.516000', '200635.519000', '200635.521000', '200635.524000', '200635.526000', '200635.529000', '200635.531000', '200635.534000', '200635.537000', '200635.539000', '200635.542000', '200635.544000', '200635.547000', '200635.549000', '200635.552000', '200635.555000', '200635.557000', '200635.560000', '200635.562000', '200635.565000', '200635.567000', '200635.570000', '200635.573000', '200635.575000', '200635.578000', '200635.580000', '200635.583000', '200635.585000', '200635.588000', '200635.591000', '200635.593000', '200635.596000', '200635.599000', '200635.601000', '200635.604000', '200635.606000', '200635.609000', '200635.611000', '200635.614000', '200655.501000', '200655.504000', '200655.507000', '200655.510000', '200655.512000', '200655.515000', '200655.517000', '200655.520000', '200655.522000', '200655.525000', '200655.528000', '200655.530000', '200655.533000', '200655.535000', '200655.538000', '200655.541000', '200655.543000', '200655.546000', '200655.548000', '200655.551000', '200655.554000', '200655.556000', '200655.559000', '200655.561000', '200655.564000', '200655.566000', '200655.569000', '200655.571000', '200655.574000', '200655.577000', '200655.579000', '200655.582000', '200655.585000', '200655.587000', '200655.590000', '200655.592000', '200655.595000', '200655.598000', '200655.601000', '200655.604000', '200655.607000', '200655.609000', '200655.612000', '200715.503000', '200715.506000', '200715.508000', '200715.511000', '200715.514000', '200715.516000', '200715.519000', '200715.521000', '200715.524000', '200715.526000', '200715.529000', '200715.532000', '200715.534000', '200715.537000', '200715.539000', '200715.542000', '200715.544000', '200715.553000', '200715.555000', '200715.558000', '200715.561000', '200715.563000', '200715.566000', '200715.568000', '200715.571000', '200715.573000', '200715.576000', '200715.578000', '200715.581000', '200715.584000', '200715.586000', '200715.589000', '200715.591000', '200715.594000', '200715.597000', '200715.606000', '200715.609000', '200715.612000', '200715.614000', '200715.617000', '200715.619000', '200715.622000', '200715.624000', '200715.627000', '200735.503000', '200735.505000', '200735.508000', '200735.511000', '200735.513000', '200735.516000', '200735.518000', '200735.521000', '200735.524000', '200735.526000', '200735.529000', '200735.531000', '200735.534000', '200735.536000', '200735.539000', '200735.542000', '200735.544000', '200735.547000', '200735.549000', '200735.552000', '200735.555000', '200735.557000', '200735.560000', '200735.562000', '200735.565000', '200735.567000', '200735.570000', '200735.572000', '200735.575000', '200735.578000', '200735.580000', '200735.583000', '200735.585000', '200735.588000', '200735.591000', '200735.593000', '200735.596000', '200735.598000', '200735.601000', '200735.604000', '200735.606000', '200735.609000', '200735.611000', '200755.503000', '200755.505000', '200755.508000', '200755.511000', '200755.513000', '200755.516000', '200755.518000', '200755.521000', '200755.524000', '200755.526000', '200755.529000', '200755.531000', '200755.534000', '200755.536000', '200755.539000', '200755.542000', '200755.544000', '200755.547000', '200755.549000', '200755.552000', '200755.555000', '200755.557000', '200755.560000', '200755.562000', '200755.565000', '200755.567000', '200755.570000', '200755.573000', '200755.575000', '200755.578000', '200755.580000', '200755.583000', '200755.586000', '200755.588000', '200755.591000', '200755.594000', '200755.596000', '200755.599000', '200755.601000', '200755.604000', '200755.607000', '200755.609000', '200755.612000', '200755.625000', '200815.502000', '200815.505000', '200815.508000', '200815.511000', '200815.513000', '200815.516000', '200815.518000', '200815.521000', '200815.524000', '200815.526000', '200815.529000', '200815.531000', '200815.534000', '200815.537000', '200815.539000', '200815.542000', '200815.544000', '200815.547000', '200815.550000', '200815.552000', '200815.555000', '200815.557000', '200815.560000', '200815.562000', '200815.565000', '200815.568000', '200815.570000', '200815.573000', '200815.575000', '200815.578000', '200815.581000', '200815.583000', '200815.586000', '200815.588000', '200815.591000', '200815.593000', '200815.596000', '200815.599000', '200815.601000', '200815.604000', '200815.606000', '200815.609000', '200815.612000', '200835.503000', '200835.505000', '200835.508000', '200835.511000', '200835.513000', '200835.516000', '200835.518000', '200835.521000', '200835.524000', '200835.526000', '200835.529000', '200835.531000', '200835.534000', '200835.537000', '200835.539000', '200835.542000', '200835.545000', '200835.547000', '200835.550000', '200835.552000', '200835.555000', '200835.557000', '200835.560000', '200835.563000', '200835.565000', '200835.568000', '200835.570000', '200835.573000', '200835.576000', '200835.578000', '200835.581000', '200835.583000', '200835.586000', '200835.589000', '200835.591000', '200835.594000', '200835.597000', '200835.599000', '200835.602000', '200835.604000', '200835.607000', '200835.609000', '200835.612000', '200835.615000', '200851.519000', '200851.522000', '200851.525000', '200851.528000', '200851.531000', '200851.533000', '200851.536000', '200851.539000', '200851.541000', '200851.544000', '200851.547000', '200851.549000', '200851.552000', '200851.555000', '200851.557000', '200851.560000', '200851.562000', '200851.565000', '200851.568000', '200851.570000', '200851.573000', '200851.576000', '200851.579000', '200851.581000', '200851.584000', '200851.587000', '200851.590000', '200851.592000', '200851.595000', '200851.597000', '200851.600000', '200851.603000', '200851.605000', '200851.608000', '200851.613000'], 'InstanceCreationTime': ['200055.533000', '200055.536000', '200055.539000', '200055.542000', '200055.544000', '200055.547000', '200055.549000', '200055.552000', '200055.554000', '200055.557000', '200055.559000', '200055.562000', '200055.564000', '200055.567000', '200055.570000', '200055.572000', '200055.575000', '200055.577000', '200055.580000', '200055.582000', '200055.585000', '200055.587000', '200055.590000', '200055.593000', '200055.595000', '200055.599000', '200055.602000', '200055.604000', '200055.607000', '200055.609000', '200055.612000', '200055.614000', '200055.617000', '200055.620000', '200055.622000', '200055.625000', '200055.627000', '200055.630000', '200115.502000', '200115.505000', '200115.508000', '200115.511000', '200115.513000', '200115.519000', '200115.521000', '200115.524000', '200115.526000', '200115.529000', '200115.532000', '200115.534000', '200115.537000', '200115.539000', '200115.542000', '200115.544000', '200115.547000', '200115.550000', '200115.552000', '200115.555000', '200115.557000', '200115.560000', '200115.562000', '200115.565000', '200115.567000', '200115.570000', '200115.573000', '200115.575000', '200115.578000', '200115.580000', '200115.583000', '200115.585000', '200115.588000', '200115.591000', '200115.593000', '200115.596000', '200115.598000', '200115.601000', '200115.603000', '200115.606000', '200115.608000', '200115.611000', '200115.613000', '200135.502000', '200135.505000', '200135.508000', '200135.510000', '200135.513000', '200135.515000', '200135.518000', '200135.521000', '200135.523000', '200135.526000', '200135.528000', '200135.531000', '200135.533000', '200135.536000', '200135.539000', '200135.541000', '200135.544000', '200135.546000', '200135.549000', '200135.552000', '200135.554000', '200135.557000', '200135.559000', '200135.562000', '200135.564000', '200135.567000', '200135.569000', '200135.572000', '200135.574000', '200135.577000', '200135.580000', '200135.582000', '200135.585000', '200135.587000', '200135.590000', '200135.592000', '200135.595000', '200135.598000', '200135.600000', '200135.603000', '200135.605000', '200135.608000', '200135.611000', '200135.613000', '200155.503000', '200155.506000', '200155.508000', '200155.511000', '200155.513000', '200155.516000', '200155.518000', '200155.521000', '200155.524000', '200155.526000', '200155.529000', '200155.531000', '200155.534000', '200155.537000', '200155.539000', '200155.542000', '200155.544000', '200155.547000', '200155.550000', '200155.552000', '200155.555000', '200155.557000', '200155.560000', '200155.563000', '200155.565000', '200155.568000', '200155.570000', '200155.573000', '200155.575000', '200155.578000', '200155.581000', '200155.583000', '200155.586000', '200155.588000', '200155.591000', '200155.594000', '200155.596000', '200155.599000', '200155.601000', '200155.604000', '200155.606000', '200155.609000', '200155.612000', '200215.501000', '200215.520000', '200215.523000', '200215.525000', '200215.528000', '200215.531000', '200215.533000', '200215.536000', '200215.538000', '200215.541000', '200215.544000', '200215.546000', '200215.549000', '200215.551000', '200215.554000', '200215.556000', '200215.559000', '200215.562000', '200215.564000', '200215.567000', '200215.569000', '200215.572000', '200215.575000', '200215.577000', '200215.580000', '200215.582000', '200215.585000', '200215.588000', '200215.590000', '200215.593000', '200215.596000', '200215.598000', '200215.601000', '200215.603000', '200215.606000', '200215.609000', '200215.611000', '200215.614000', '200215.616000', '200215.619000', '200215.622000', '200215.624000', '200215.627000', '200215.629000', '200235.503000', '200235.506000', '200235.508000', '200235.511000', '200235.513000', '200235.516000', '200235.519000', '200235.521000', '200235.524000', '200235.526000', '200235.529000', '200235.531000', '200235.534000', '200235.537000', '200235.539000', '200235.542000', '200235.544000', '200235.547000', '200235.549000', '200235.552000', '200235.555000', '200235.557000', '200235.560000', '200235.562000', '200235.565000', '200235.567000', '200235.570000', '200235.572000', '200235.575000', '200235.578000', '200235.580000', '200235.583000', '200235.586000', '200235.588000', '200235.591000', '200235.593000', '200235.596000', '200235.598000', '200235.601000', '200235.604000', '200235.606000', '200235.609000', '200235.611000', '200255.503000', '200255.505000', '200255.508000', '200255.510000', '200255.513000', '200255.516000', '200255.518000', '200255.521000', '200255.524000', '200255.526000', '200255.529000', '200255.531000', '200255.534000', '200255.536000', '200255.539000', '200255.542000', '200255.544000', '200255.547000', '200255.549000', '200255.552000', '200255.555000', '200255.557000', '200255.560000', '200255.562000', '200255.565000', '200255.567000', '200255.570000', '200255.573000', '200255.575000', '200255.578000', '200255.580000', '200255.583000', '200255.585000', '200255.588000', '200255.591000', '200255.593000', '200255.596000', '200255.598000', '200255.601000', '200255.604000', '200255.606000', '200255.609000', '200255.611000', '200315.502000', '200315.505000', '200315.508000', '200315.511000', '200315.513000', '200315.516000', '200315.518000', '200315.521000', '200315.523000', '200315.526000', '200315.529000', '200315.531000', '200315.534000', '200315.536000', '200315.539000', '200315.541000', '200315.544000', '200315.547000', '200315.549000', '200315.552000', '200315.554000', '200315.557000', '200315.559000', '200315.562000', '200315.565000', '200315.567000', '200315.570000', '200315.573000', '200315.575000', '200315.578000', '200315.580000', '200315.583000', '200315.585000', '200315.588000', '200315.591000', '200315.593000', '200315.596000', '200315.598000', '200315.601000', '200315.604000', '200315.606000', '200315.609000', '200315.611000', '200315.614000', '200335.502000', '200335.506000', '200335.509000', '200335.512000', '200335.514000', '200335.517000', '200335.520000', '200335.522000', '200335.525000', '200335.527000', '200335.530000', '200335.532000', '200335.535000', '200335.538000', '200335.540000', '200335.543000', '200335.545000', '200335.548000', '200335.551000', '200335.553000', '200335.556000', '200335.559000', '200335.562000', '200335.565000', '200335.567000', '200335.570000', '200335.573000', '200335.575000', '200335.578000', '200335.580000', '200335.583000', '200335.586000', '200335.588000', '200335.591000', '200335.593000', '200335.596000', '200335.599000', '200335.601000', '200335.604000', '200335.606000', '200335.609000', '200335.612000', '200335.614000', '200355.503000', '200355.505000', '200355.508000', '200355.511000', '200355.513000', '200355.516000', '200355.518000', '200355.521000', '200355.524000', '200355.526000', '200355.529000', '200355.531000', '200355.534000', '200355.537000', '200355.539000', '200355.542000', '200355.545000', '200355.547000', '200355.550000', '200355.552000', '200355.555000', '200355.557000', '200355.560000', '200355.563000', '200355.565000', '200355.568000', '200355.570000', '200355.573000', '200355.576000', '200355.578000', '200355.581000', '200355.583000', '200355.586000', '200355.588000', '200355.591000', '200355.594000', '200355.596000', '200355.599000', '200355.601000', '200355.604000', '200355.607000', '200355.609000', '200355.612000', '200355.614000', '200415.502000', '200415.505000', '200415.508000', '200415.510000', '200415.513000', '200415.515000', '200415.518000', '200415.521000', '200415.523000', '200415.526000', '200415.529000', '200415.531000', '200415.534000', '200415.537000', '200415.539000', '200415.542000', '200415.544000', '200415.547000', '200415.549000', '200415.552000', '200415.554000', '200415.557000', '200415.560000', '200415.562000', '200415.565000', '200415.567000', '200415.570000', '200415.572000', '200415.575000', '200415.578000', '200415.580000', '200415.583000', '200415.585000', '200415.588000', '200415.591000', '200415.593000', '200415.596000', '200415.598000', '200415.601000', '200415.604000', '200415.606000', '200415.609000', '200415.612000', '200435.502000', '200435.505000', '200435.507000', '200435.510000', '200435.512000', '200435.515000', '200435.518000', '200435.520000', '200435.523000', '200435.526000', '200435.528000', '200435.531000', '200435.533000', '200435.536000', '200435.538000', '200435.541000', '200435.544000', '200435.546000', '200435.549000', '200435.551000', '200435.554000', '200435.557000', '200435.559000', '200435.562000', '200435.564000', '200435.567000', '200435.570000', '200435.572000', '200435.575000', '200435.577000', '200435.580000', '200435.582000', '200435.585000', '200435.588000', '200435.590000', '200435.593000', '200435.596000', '200435.598000', '200435.601000', '200435.604000', '200435.606000', '200435.609000', '200435.611000', '200435.614000', '200455.502000', '200455.505000', '200455.508000', '200455.511000', '200455.513000', '200455.516000', '200455.518000', '200455.521000', '200455.523000', '200455.526000', '200455.528000', '200455.531000', '200455.534000', '200455.536000', '200455.539000', '200455.541000', '200455.544000', '200455.547000', '200455.549000', '200455.552000', '200455.555000', '200455.557000', '200455.560000', '200455.563000', '200455.565000', '200455.568000', '200455.570000', '200455.573000', '200455.575000', '200455.578000', '200455.581000', '200455.583000', '200455.586000', '200455.588000', '200455.591000', '200455.593000', '200455.596000', '200455.600000', '200455.603000', '200455.606000', '200455.608000', '200455.611000', '200455.614000', '200515.503000', '200515.506000', '200515.508000', '200515.511000', '200515.514000', '200515.516000', '200515.519000', '200515.521000', '200515.524000', '200515.527000', '200515.529000', '200515.532000', '200515.534000', '200515.537000', '200515.539000', '200515.542000', '200515.545000', '200515.548000', '200515.550000', '200515.553000', '200515.555000', '200515.558000', '200515.613000', '200515.615000', '200515.618000', '200515.621000', '200515.623000', '200515.626000', '200515.628000', '200515.631000', '200515.634000', '200515.636000', '200515.639000', '200515.641000', '200515.644000', '200515.646000', '200515.649000', '200515.651000', '200515.654000', '200515.657000', '200515.659000', '200515.662000', '200515.664000', '200515.667000', '200535.502000', '200535.505000', '200535.508000', '200535.510000', '200535.513000', '200535.516000', '200535.518000', '200535.521000', '200535.524000', '200535.526000', '200535.529000', '200535.531000', '200535.534000', '200535.536000', '200535.539000', '200535.542000', '200535.544000', '200535.547000', '200535.549000', '200535.552000', '200535.555000', '200535.557000', '200535.560000', '200535.563000', '200535.566000', '200535.568000', '200535.571000', '200535.573000', '200535.576000', '200535.579000', '200535.581000', '200535.584000', '200535.586000', '200535.589000', '200535.592000', '200535.594000', '200535.597000', '200535.599000', '200535.602000', '200535.604000', '200535.607000', '200535.610000', '200535.612000', '200555.503000', '200555.506000', '200555.508000', '200555.511000', '200555.513000', '200555.516000', '200555.519000', '200555.521000', '200555.524000', '200555.526000', '200555.529000', '200555.532000', '200555.534000', '200555.537000', '200555.539000', '200555.542000', '200555.544000', '200555.547000', '200555.550000', '200555.552000', '200555.555000', '200555.557000', '200555.560000', '200555.563000', '200555.565000', '200555.568000', '200555.570000', '200555.573000', '200555.575000', '200555.578000', '200555.581000', '200555.583000', '200555.586000', '200555.588000', '200555.591000', '200555.594000', '200555.596000', '200555.599000', '200555.601000', '200555.604000', '200555.607000', '200555.609000', '200555.612000', '200555.614000', '200615.502000', '200615.505000', '200615.508000', '200615.510000', '200615.513000', '200615.516000', '200615.518000', '200615.521000', '200615.523000', '200615.526000', '200615.529000', '200615.531000', '200615.534000', '200615.536000', '200615.539000', '200615.541000', '200615.544000', '200615.547000', '200615.549000', '200615.552000', '200615.555000', '200615.557000', '200615.560000', '200615.562000', '200615.565000', '200615.567000', '200615.570000', '200615.573000', '200615.575000', '200615.578000', '200615.580000', '200615.583000', '200615.585000', '200615.588000', '200615.591000', '200615.593000', '200615.596000', '200615.600000', '200615.603000', '200615.605000', '200615.608000', '200615.610000', '200615.613000', '200635.503000', '200635.506000', '200635.508000', '200635.511000', '200635.513000', '200635.516000', '200635.519000', '200635.521000', '200635.524000', '200635.526000', '200635.529000', '200635.531000', '200635.534000', '200635.537000', '200635.539000', '200635.542000', '200635.544000', '200635.547000', '200635.549000', '200635.552000', '200635.555000', '200635.557000', '200635.560000', '200635.562000', '200635.565000', '200635.567000', '200635.570000', '200635.573000', '200635.575000', '200635.578000', '200635.580000', '200635.583000', '200635.585000', '200635.588000', '200635.591000', '200635.593000', '200635.596000', '200635.599000', '200635.601000', '200635.604000', '200635.606000', '200635.609000', '200635.611000', '200635.614000', '200655.501000', '200655.504000', '200655.507000', '200655.510000', '200655.512000', '200655.515000', '200655.517000', '200655.520000', '200655.522000', '200655.525000', '200655.528000', '200655.530000', '200655.533000', '200655.535000', '200655.538000', '200655.541000', '200655.543000', '200655.546000', '200655.548000', '200655.551000', '200655.554000', '200655.556000', '200655.559000', '200655.561000', '200655.564000', '200655.566000', '200655.569000', '200655.571000', '200655.574000', '200655.577000', '200655.579000', '200655.582000', '200655.585000', '200655.587000', '200655.590000', '200655.592000', '200655.595000', '200655.598000', '200655.601000', '200655.604000', '200655.607000', '200655.609000', '200655.612000', '200715.503000', '200715.506000', '200715.508000', '200715.511000', '200715.514000', '200715.516000', '200715.519000', '200715.521000', '200715.524000', '200715.526000', '200715.529000', '200715.532000', '200715.534000', '200715.537000', '200715.539000', '200715.542000', '200715.544000', '200715.553000', '200715.555000', '200715.558000', '200715.561000', '200715.563000', '200715.566000', '200715.568000', '200715.571000', '200715.573000', '200715.576000', '200715.578000', '200715.581000', '200715.584000', '200715.586000', '200715.589000', '200715.591000', '200715.594000', '200715.597000', '200715.606000', '200715.609000', '200715.612000', '200715.614000', '200715.617000', '200715.619000', '200715.622000', '200715.624000', '200715.627000', '200735.503000', '200735.505000', '200735.508000', '200735.511000', '200735.513000', '200735.516000', '200735.518000', '200735.521000', '200735.524000', '200735.526000', '200735.529000', '200735.531000', '200735.534000', '200735.536000', '200735.539000', '200735.542000', '200735.544000', '200735.547000', '200735.549000', '200735.552000', '200735.555000', '200735.557000', '200735.560000', '200735.562000', '200735.565000', '200735.567000', '200735.570000', '200735.572000', '200735.575000', '200735.578000', '200735.580000', '200735.583000', '200735.585000', '200735.588000', '200735.591000', '200735.593000', '200735.596000', '200735.598000', '200735.601000', '200735.604000', '200735.606000', '200735.609000', '200735.611000', '200755.503000', '200755.505000', '200755.508000', '200755.511000', '200755.513000', '200755.516000', '200755.518000', '200755.521000', '200755.524000', '200755.526000', '200755.529000', '200755.531000', '200755.534000', '200755.536000', '200755.539000', '200755.542000', '200755.544000', '200755.547000', '200755.549000', '200755.552000', '200755.555000', '200755.557000', '200755.560000', '200755.562000', '200755.565000', '200755.567000', '200755.570000', '200755.573000', '200755.575000', '200755.578000', '200755.580000', '200755.583000', '200755.586000', '200755.588000', '200755.591000', '200755.594000', '200755.596000', '200755.599000', '200755.601000', '200755.604000', '200755.607000', '200755.609000', '200755.612000', '200755.625000', '200815.502000', '200815.505000', '200815.508000', '200815.511000', '200815.513000', '200815.516000', '200815.518000', '200815.521000', '200815.524000', '200815.526000', '200815.529000', '200815.531000', '200815.534000', '200815.537000', '200815.539000', '200815.542000', '200815.544000', '200815.547000', '200815.550000', '200815.552000', '200815.555000', '200815.557000', '200815.560000', '200815.562000', '200815.565000', '200815.568000', '200815.570000', '200815.573000', '200815.575000', '200815.578000', '200815.581000', '200815.583000', '200815.586000', '200815.588000', '200815.591000', '200815.593000', '200815.596000', '200815.599000', '200815.601000', '200815.604000', '200815.606000', '200815.609000', '200815.612000', '200835.503000', '200835.505000', '200835.508000', '200835.511000', '200835.513000', '200835.516000', '200835.518000', '200835.521000', '200835.524000', '200835.526000', '200835.529000', '200835.531000', '200835.534000', '200835.537000', '200835.539000', '200835.542000', '200835.545000', '200835.547000', '200835.550000', '200835.552000', '200835.555000', '200835.557000', '200835.560000', '200835.563000', '200835.565000', '200835.568000', '200835.570000', '200835.573000', '200835.576000', '200835.578000', '200835.581000', '200835.583000', '200835.586000', '200835.589000', '200835.591000', '200835.594000', '200835.597000', '200835.599000', '200835.602000', '200835.604000', '200835.607000', '200835.609000', '200835.612000', '200835.615000', '200851.519000', '200851.522000', '200851.525000', '200851.528000', '200851.531000', '200851.533000', '200851.536000', '200851.539000', '200851.541000', '200851.544000', '200851.547000', '200851.549000', '200851.552000', '200851.555000', '200851.557000', '200851.560000', '200851.562000', '200851.565000', '200851.568000', '200851.570000', '200851.573000', '200851.576000', '200851.579000', '200851.581000', '200851.584000', '200851.587000', '200851.590000', '200851.592000', '200851.595000', '200851.597000', '200851.600000', '200851.603000', '200851.605000', '200851.608000', '200851.613000'], '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': [8807, 10845, 8922, 12201, 8643, 12102, 8728, 9440, 8865, 8606, 9810, 8548, 9492, 8704, 8923, 8466, 9304, 8461, 9836, 8261, 7348, 8520, 7664, 9558, 8004, 10137, 7590, 9838, 8033, 11996, 8010, 12001, 8152, 12047, 8419, 11860, 9360, 11172, 8373, 10311, 8587, 8058, 10169, 8209, 12194, 8719, 12700, 8419, 13439, 8387, 12212, 8677, 10563, 9417, 7863, 9410, 8648, 12266, 8553, 12970, 8778, 12441, 8838, 12209, 10344, 10041, 8858, 7335, 9132, 7827, 10139, 8287, 10788, 8774, 12714, 8851, 13957, 8967, 10296, 8967, 9472, 8994, 8432, 10531, 8969, 10773, 9025, 8829, 10561, 8624, 12196, 8942, 12266, 9094, 8629, 9037, 7791, 9884, 8337, 11898, 8967, 11383, 8934, 8880, 9601, 8413, 11834, 8681, 12108, 8934, 8935, 9309, 7829, 9800, 8764, 11396, 8429, 12623, 9043, 9304, 8948, 8467, 10227, 7833, 11142, 9766, 8066, 10424, 8728, 7528, 10712, 8466, 12344, 8498, 13038, 8343, 10025, 7976, 11010, 8010, 11890, 8523, 9095, 8887, 7607, 9037, 7296, 9167, 7547, 10063, 8859, 10080, 8217, 9612, 16095, 9579, 17440, 11292, 13767, 8112, 10499, 8218, 11687, 8365, 10647, 8446, 11298, 8268, 12051, 8504, 10877, 8166, 11146, 8471, 11525, 8514, 11099, 8345, 11420, 8374, 11183, 8451, 11554, 8297, 11940, 8263, 10867, 8252, 11759, 8243, 12127, 8378, 11018, 8490, 11465, 9139, 11507, 8978, 10088, 8939, 8939, 9249, 8388, 9942, 7934, 11823, 9387, 11213, 9276, 11453, 8368, 13518, 8366, 9710, 8814, 9742, 8989, 10220, 8284, 10739, 8522, 12085, 9119, 8397, 9500, 7101, 9689, 8626, 11590, 8417, 11454, 9465, 9235, 9388, 8826, 10647, 8175, 11870, 8500, 12330, 9278, 8262, 9630, 8230, 11338, 8410, 11390, 9328, 8108, 9531, 8691, 10653, 8460, 11689, 9036, 9079, 9213, 8485, 10131, 8119, 11488, 8818, 10146, 9169, 7447, 9613, 8227, 9887, 7949, 11476, 8110, 11257, 8224, 11528, 8279, 12512, 9263, 9848, 9193, 7218, 9454, 7633, 11246, 8621, 11421, 8364, 8518, 9493, 8327, 10422, 8694, 7750, 10073, 9282, 8200, 9201, 7844, 9072, 7099, 12055, 8600, 7996, 12117, 8904, 7616, 10051, 8197, 11467, 7883, 13621, 8031, 9987, 8291, 8634, 7919, 7248, 9292, 7204, 9726, 7561, 10058, 8192, 8416, 8339, 8051, 8599, 7791, 8741, 7340, 11082, 7912, 13885, 9076, 12615, 8984, 8341, 7665, 8769, 8279, 11639, 18075, 11194, 17884, 13632, 14093, 10810, 8367, 16045, 11187, 18142, 13704, 18738, 15430, 18359, 14844, 14947, 10929, 12663, 11566, 11238, 10156, 12002, 8629, 8966, 8360, 8978, 9269, 8141, 9052, 8071, 9002, 9295, 9821, 8933, 8536, 9082, 9051, 8907, 10175, 13280, 9027, 15129, 9263, 8080, 9096, 8529, 9928, 8122, 11236, 8623, 8268, 9079, 7943, 9394, 7833, 10949, 8463, 9422, 8278, 7501, 8517, 9372, 11075, 8308, 8386, 11189, 9195, 7483, 9558, 8183, 11780, 7760, 14088, 8192, 11422, 8309, 11213, 8781, 7423, 8780, 7781, 9908, 7747, 10932, 8138, 8841, 8380, 7795, 8581, 7427, 9103, 7927, 10494, 7976, 10829, 7874, 10905, 8508, 9372, 8209, 8857, 8504, 7500, 9317, 7998, 10538, 7896, 11918, 8146, 12346, 7908, 10645, 9276, 8380, 9510, 8704, 12024, 8642, 15873, 10146, 8496, 9403, 8477, 10547, 8847, 16477, 8591, 15382, 8667, 12491, 9155, 11227, 9691, 7904, 8934, 8152, 9449, 8497, 11103, 8705, 11411, 8722, 11140, 8942, 7838, 8865, 8259, 9273, 8255, 10653, 8494, 12113, 8288, 9755, 8734, 11005, 8616, 8319, 8579, 7645, 8774, 11170, 8916, 13005, 7821, 11465, 8335, 10923, 8300, 10606, 8381, 8582, 7577, 8337, 7909, 8544, 8095, 11394, 8857, 10303, 11670, 9742, 7570, 8895, 8428, 8648, 8261, 8867, 7216, 8318, 7810, 9773, 7738, 9123, 7357, 6909, 9305, 7690, 10904, 7659, 10352, 12290, 10204, 14706, 11175, 14132, 8294, 11699, 8533, 12920, 7635, 10362, 7979, 10836, 7798, 12197, 7652, 11037, 8131, 10431, 8690, 7963, 8386, 7683, 8752, 7952, 9244, 7412, 8550, 7824, 9335, 13551, 10486, 11000, 8593, 9868, 8091, 8485, 9468, 8862, 12701, 9314, 8444, 10372, 8325, 8160, 8590, 8254, 11005, 10512, 8306, 13484, 10048, 7850, 12353, 8312, 16109, 9851, 16160, 9140, 10593, 7880, 9198, 8502, 10868, 8030, 9654, 7637, 7534, 9380, 7898, 11246, 7745, 10438, 8535, 11248, 8491, 8094, 8390, 7923, 8694, 8066, 11505, 8502, 10958, 8519, 12418, 9209, 10526, 8490, 9140, 8806, 9955, 8476, 10248, 8372, 9753, 8263, 8505, 8342, 7696, 9560, 7655, 10063, 7694, 10834, 7767, 9870, 7910, 10570, 8038, 11177, 8047, 10569, 8203, 10342, 8020, 12845, 7776, 9893, 7814, 10212, 7993, 9505, 7694, 8695, 8233, 8519, 8905, 8449, 8493, 8417, 9223, 8375, 10256, 8290, 11944, 8491, 11531, 8688, 11753, 8218, 10348, 8318, 10418, 8274, 10379, 7808, 10174, 7740, 9834, 8123, 9885, 7549, 9246, 7765, 9626, 8002, 9529, 7696, 8612, 7691, 9484, 7635, 8616, 8475, 8885, 8386, 10656, 9601, 11224, 9396, 7993, 9758, 8751, 13951, 10718, 16225, 10191, 10243, 8304, 9966, 9925, 9851, 8031, 8793, 8107, 8750, 9502, 8576, 7926, 7943, 8125, 8862, 8032, 11085, 8587, 10925, 8598, 10591, 8993, 10564, 8610, 10563, 8798, 14265, 10832, 11543, 8519, 9369, 8652, 8867, 9037, 8294, 9493, 8615, 9719, 9232, 11658, 9122, 7116, 10978, 8328, 12819, 8348, 8223, 13837, 8806, 16000, 12235, 12656, 11945, 9890, 10952, 8820, 11526, 8789, 10709, 8596, 10890, 8659, 10553, 8536, 7114, 8466, 7722, 8834, 8226, 10330, 7737, 10013, 8067, 11157, 8106, 12520, 8848, 11283, 8739, 12328, 10493, 15453, 8867, 13376, 8888, 12182, 11047, 14403, 8673, 11973, 8858, 10848, 9051, 10231, 8787, 9246, 9008, 10644, 9033, 12327, 8709, 10860, 8914, 10697, 8871, 9776, 8531, 9133, 9227, 8561, 9240, 8431, 12302, 8332, 11480, 8983, 8261, 10255, 8291, 10623, 8051, 11526, 11288, 9048, 11473, 8839, 11689, 8868, 10340, 8475, 9674, 8844, 7931, 9011, 8096, 9559, 8137, 10075, 8251, 11492, 8198, 11099, 8158, 10844, 9369, 10457, 7673, 9080, 7730, 9454, 8070, 10113, 8470, 9964, 8636, 9804, 13385, 9946, 13191, 8841, 8657, 9077, 8256, 9102, 8398, 8869, 13493, 8859, 11441, 7708, 10230, 7830, 9459, 8580, 9791, 8268, 8896, 8289, 8960, 9219, 8941, 10495, 8705, 8257, 8748, 8737, 8996, 10010, 8814, 8977, 9157, 8339, 9392, 7714, 11896, 8177, 10548, 8676, 8521, 10960, 16706, 12266, 16741, 10291, 14113, 8929, 10728, 9288, 10483, 8488, 11607, 8354, 8045, 9830, 8545, 9656, 8701, 12073, 9604, 11292, 8711, 11082, 9589, 10767, 8732, 10516, 8668, 10476, 9541, 9429, 8434, 8207, 9138, 8805, 10355, 9002, 11589, 9996, 9008, 9699, 8268, 9206, 9114, 8170, 14103, 14253, 14210, 13972, 10777, 12535, 9564, 12111, 9851, 9446, 8929, 8188, 9052, 8349, 9841, 7808, 10423, 8754, 11682, 8993, 10182, 9086, 9508, 8984, 7848, 9119, 8863, 10378, 9293, 12474, 8363, 9989, 8275, 10965, 8316, 11218, 7722, 10770, 8136, 11100, 7787, 11308, 8162, 10678, 8972, 10123, 9084, 9015, 8920, 8695, 9143, 11825, 9003, 13540, 8849, 12579, 9079, 11376, 10185, 12903, 8719, 11036, 9158, 10719, 8959, 10828, 8910, 10323, 9278, 9177, 9099, 8107, 8938, 8108, 8989, 10829, 9081, 8020, 9657, 8842, 10660, 9627, 11727, 9079, 9769, 11551, 8622, 10622, 9298, 11437, 13675, 9091, 18229, 14493, 14478, 10352, 10718, 9171, 9379, 10714, 9264, 9691, 9017, 8087, 7661, 8730, 9839, 8777, 8663, 10566], 'WindowCenter': [4044.0, 4053.0, 4031.0, 4062.0, 4028.0, 4046.0, 4015.0, 4023.0, 4010.0, 4002.0, 4025.0, 4015.0, 4024.0, 4014.0, 4015.0, 4016.0, 4027.0, 4028.0, 4037.0, 4031.0, 4019.0, 4031.0, 4032.0, 4067.0, 4032.0, 4040.0, 4002.0, 4025.0, 4018.0, 4061.0, 4031.0, 4064.0, 4033.0, 4065.0, 4043.0, 4062.0, 4056.0, 4064.0, 4033.0, 4051.0, 4030.0, 4034.0, 4064.0, 4042.0, 4075.0, 4043.0, 4075.0, 4032.0, 4074.0, 4032.0, 4061.0, 4030.0, 4051.0, 4054.0, 4033.0, 4040.0, 4043.0, 4075.0, 4042.0, 4076.0, 4044.0, 4063.0, 4042.0, 4062.0, 4053.0, 4043.0, 4042.0, 4020.0, 4040.0, 4019.0, 4051.0, 4029.0, 4051.0, 4029.0, 4062.0, 4031.0, 4072.0, 4032.0, 4041.0, 4031.0, 4042.0, 4029.0, 4030.0, 4051.0, 4042.0, 4051.0, 4043.0, 4042.0, 4064.0, 4043.0, 4062.0, 4042.0, 4063.0, 4045.0, 4033.0, 4042.0, 4021.0, 4043.0, 4031.0, 4063.0, 4041.0, 4061.0, 4042.0, 4043.0, 4043.0, 4031.0, 4062.0, 4032.0, 4064.0, 4042.0, 4042.0, 4040.0, 4020.0, 4041.0, 4032.0, 4064.0, 4030.0, 4060.0, 4029.0, 4041.0, 4030.0, 4034.0, 4065.0, 4021.0, 4050.0, 4054.0, 4033.0, 4054.0, 4044.0, 4034.0, 4064.0, 4045.0, 4074.0, 4046.0, 4075.0, 4030.0, 4040.0, 4019.0, 4051.0, 4033.0, 4062.0, 4031.0, 4042.0, 4042.0, 4033.0, 4059.0, 4034.0, 4055.0, 4035.0, 4067.0, 4058.0, 4067.0, 4035.0, 4055.0, 4096.0, 4041.0, 4100.0, 4052.0, 4059.0, 4018.0, 4038.0, 4019.0, 4061.0, 4020.0, 4038.0, 4031.0, 4050.0, 4031.0, 4061.0, 4030.0, 4049.0, 4032.0, 4051.0, 4033.0, 4051.0, 4030.0, 4052.0, 4032.0, 4062.0, 4030.0, 4049.0, 4029.0, 4048.0, 4031.0, 4049.0, 4019.0, 4050.0, 4029.0, 4049.0, 4032.0, 4058.0, 4018.0, 4049.0, 4028.0, 4049.0, 4041.0, 4048.0, 4026.0, 4038.0, 4030.0, 4029.0, 4028.0, 4028.0, 4052.0, 4029.0, 4063.0, 4042.0, 4050.0, 4040.0, 4050.0, 4019.0, 4060.0, 4016.0, 4026.0, 4026.0, 4027.0, 4016.0, 4037.0, 4014.0, 4037.0, 4017.0, 4046.0, 4029.0, 4017.0, 4026.0, 4006.0, 4027.0, 4017.0, 4050.0, 4019.0, 4049.0, 4039.0, 4028.0, 4028.0, 4029.0, 4038.0, 4020.0, 4050.0, 4017.0, 4049.0, 4028.0, 4017.0, 4027.0, 4017.0, 4047.0, 4018.0, 4050.0, 4028.0, 4016.0, 4026.0, 4018.0, 4038.0, 4018.0, 4049.0, 4027.0, 4028.0, 4030.0, 4029.0, 4040.0, 4019.0, 4049.0, 4029.0, 4040.0, 4041.0, 4008.0, 4040.0, 4029.0, 4040.0, 4019.0, 4051.0, 4019.0, 4048.0, 4018.0, 4049.0, 4017.0, 4061.0, 4028.0, 4039.0, 4027.0, 4007.0, 4039.0, 4019.0, 4050.0, 4031.0, 4050.0, 4030.0, 4029.0, 4040.0, 4031.0, 4050.0, 4031.0, 4022.0, 4053.0, 4042.0, 4034.0, 4041.0, 4019.0, 4027.0, 3993.0, 4061.0, 4030.0, 4033.0, 4064.0, 4041.0, 4033.0, 4052.0, 4034.0, 4064.0, 4035.0, 4075.0, 4030.0, 4040.0, 4031.0, 4042.0, 4031.0, 4034.0, 4044.0, 4022.0, 4052.0, 4033.0, 4054.0, 4043.0, 4046.0, 4046.0, 4033.0, 4044.0, 4036.0, 4047.0, 4036.0, 4066.0, 4033.0, 4074.0, 4031.0, 4047.0, 4016.0, 4017.0, 4019.0, 4048.0, 4050.0, 4095.0, 4099.0, 4054.0, 4085.0, 4061.0, 4073.0, 4054.0, 4021.0, 4071.0, 4038.0, 4072.0, 4051.0, 4072.0, 4057.0, 4056.0, 4031.0, 4029.0, 4007.0, 4019.0, 4008.0, 4009.0, 4008.0, 4018.0, 3987.0, 3998.0, 3987.0, 3998.0, 3999.0, 3987.0, 3999.0, 3988.0, 3998.0, 4012.0, 4026.0, 4028.0, 4017.0, 4029.0, 4018.0, 4017.0, 4029.0, 4060.0, 4016.0, 4059.0, 4014.0, 3993.0, 4003.0, 4016.0, 4038.0, 4018.0, 4050.0, 4018.0, 4018.0, 4028.0, 4019.0, 4043.0, 4023.0, 4065.0, 4034.0, 4042.0, 4031.0, 4010.0, 4031.0, 4057.0, 4066.0, 4047.0, 4048.0, 4078.0, 4056.0, 4024.0, 4043.0, 4034.0, 4066.0, 4024.0, 4087.0, 4032.0, 4050.0, 4033.0, 4065.0, 4044.0, 4023.0, 4031.0, 4033.0, 4055.0, 4034.0, 4067.0, 4035.0, 4042.0, 4045.0, 4038.0, 4045.0, 4036.0, 4045.0, 4034.0, 4055.0, 4047.0, 4065.0, 4036.0, 4065.0, 4044.0, 4043.0, 4046.0, 4045.0, 4046.0, 4022.0, 4044.0, 4035.0, 4066.0, 4034.0, 4066.0, 4035.0, 4064.0, 4033.0, 4052.0, 4042.0, 4032.0, 4042.0, 4029.0, 4064.0, 4042.0, 4084.0, 4054.0, 4032.0, 4042.0, 4030.0, 4053.0, 4043.0, 4085.0, 4032.0, 4083.0, 4030.0, 4075.0, 4043.0, 4050.0, 4052.0, 4019.0, 4031.0, 4020.0, 4052.0, 4031.0, 4062.0, 4031.0, 4050.0, 4042.0, 4063.0, 4041.0, 4033.0, 4043.0, 4029.0, 4043.0, 4044.0, 4052.0, 4044.0, 4063.0, 4031.0, 4042.0, 4043.0, 4052.0, 4042.0, 4031.0, 4042.0, 4032.0, 4045.0, 4065.0, 4044.0, 4074.0, 4021.0, 4051.0, 4030.0, 4051.0, 4031.0, 4038.0, 4018.0, 4042.0, 4032.0, 4043.0, 4046.0, 4046.0, 4046.0, 4078.0, 4057.0, 4053.0, 4063.0, 4042.0, 4019.0, 4029.0, 4030.0, 4029.0, 4031.0, 4030.0, 4007.0, 4031.0, 4021.0, 4052.0, 4033.0, 4055.0, 4037.0, 4039.0, 4058.0, 4047.0, 4080.0, 4037.0, 4070.0, 4080.0, 4056.0, 4086.0, 4066.0, 4073.0, 4032.0, 4063.0, 4030.0, 4073.0, 4020.0, 4049.0, 4019.0, 4049.0, 4018.0, 4062.0, 4019.0, 4050.0, 4032.0, 4052.0, 4043.0, 4032.0, 4031.0, 4032.0, 4031.0, 4032.0, 4044.0, 4020.0, 4030.0, 4032.0, 4041.0, 4074.0, 4052.0, 4048.0, 4027.0, 4036.0, 4016.0, 4026.0, 4025.0, 4026.0, 4060.0, 4042.0, 4031.0, 4052.0, 4031.0, 4029.0, 4029.0, 4028.0, 4050.0, 4053.0, 4030.0, 4073.0, 4042.0, 4033.0, 4061.0, 4034.0, 4085.0, 4039.0, 4070.0, 4015.0, 4023.0, 4003.0, 4025.0, 4015.0, 4036.0, 4017.0, 4035.0, 4018.0, 4030.0, 4039.0, 4029.0, 4064.0, 4020.0, 4051.0, 4044.0, 4064.0, 4043.0, 4032.0, 4032.0, 4029.0, 4031.0, 4032.0, 4062.0, 4043.0, 4063.0, 4044.0, 4062.0, 4056.0, 4052.0, 4044.0, 4043.0, 4044.0, 4040.0, 4043.0, 4050.0, 4030.0, 4038.0, 4028.0, 4030.0, 4044.0, 4030.0, 4051.0, 4033.0, 4053.0, 4034.0, 4065.0, 4032.0, 4050.0, 4044.0, 4065.0, 4033.0, 4065.0, 4031.0, 4050.0, 4032.0, 4052.0, 4032.0, 4074.0, 4016.0, 4040.0, 4021.0, 4050.0, 4018.0, 4040.0, 4017.0, 4027.0, 4028.0, 4029.0, 4039.0, 4029.0, 4028.0, 4031.0, 4041.0, 4030.0, 4049.0, 4030.0, 4059.0, 4030.0, 4049.0, 4029.0, 4060.0, 4028.0, 4037.0, 4029.0, 4050.0, 4028.0, 4049.0, 4016.0, 4035.0, 4019.0, 4038.0, 4018.0, 4039.0, 4017.0, 4026.0, 4018.0, 4038.0, 4031.0, 4041.0, 4018.0, 4031.0, 4020.0, 4053.0, 4031.0, 4041.0, 4029.0, 4040.0, 4027.0, 4051.0, 4054.0, 4064.0, 4041.0, 4033.0, 4054.0, 4044.0, 4087.0, 4052.0, 4097.0, 4038.0, 4036.0, 4015.0, 4037.0, 4036.0, 4038.0, 4016.0, 4014.0, 4015.0, 4016.0, 4038.0, 4027.0, 4015.0, 4016.0, 4030.0, 4039.0, 4043.0, 4062.0, 4042.0, 4062.0, 4044.0, 4064.0, 4057.0, 4053.0, 4032.0, 4050.0, 4042.0, 4072.0, 4063.0, 4050.0, 4026.0, 4038.0, 4029.0, 4027.0, 4029.0, 4027.0, 4037.0, 4027.0, 4037.0, 4037.0, 4048.0, 4039.0, 4008.0, 4050.0, 4042.0, 4073.0, 4042.0, 4044.0, 4073.0, 4042.0, 4098.0, 4060.0, 4073.0, 4048.0, 4037.0, 4034.0, 4025.0, 4045.0, 4028.0, 4035.0, 4026.0, 4046.0, 4027.0, 4047.0, 4041.0, 4019.0, 4030.0, 4032.0, 4055.0, 4046.0, 4068.0, 4035.0, 4054.0, 4046.0, 4077.0, 4046.0, 4088.0, 4054.0, 4065.0, 4045.0, 4074.0, 4066.0, 4086.0, 4041.0, 4071.0, 4041.0, 4062.0, 4063.0, 4083.0, 4030.0, 4059.0, 4041.0, 4050.0, 4044.0, 4051.0, 4040.0, 4040.0, 4041.0, 4050.0, 4044.0, 4060.0, 4029.0, 4051.0, 4040.0, 4050.0, 4042.0, 4051.0, 4029.0, 4040.0, 4039.0, 4028.0, 4039.0, 4017.0, 4062.0, 4030.0, 4063.0, 4042.0, 4043.0, 4053.0, 4030.0, 4053.0, 4031.0, 4063.0, 4061.0, 4029.0, 4048.0, 4028.0, 4046.0, 4039.0, 4037.0, 4028.0, 4037.0, 4039.0, 4028.0, 4055.0, 4032.0, 4052.0, 4045.0, 4054.0, 4043.0, 4077.0, 4045.0, 4064.0, 4034.0, 4064.0, 4041.0, 4065.0, 4031.0, 4041.0, 4032.0, 4051.0, 4028.0, 4063.0, 4030.0, 4040.0, 4040.0, 4051.0, 4070.0, 4040.0, 4071.0, 4028.0, 4027.0, 4039.0, 4028.0, 4041.0, 4031.0, 4041.0, 4071.0, 4040.0, 4060.0, 4018.0, 4049.0, 4017.0, 4037.0, 4042.0, 4039.0, 4028.0, 4040.0, 4027.0, 4027.0, 4038.0, 4027.0, 4048.0, 4041.0, 4028.0, 4028.0, 4029.0, 4039.0, 4049.0, 4042.0, 4028.0, 4040.0, 4040.0, 4039.0, 4018.0, 4062.0, 4041.0, 4061.0, 4043.0, 4054.0, 4064.0, 4081.0, 4059.0, 4081.0, 4049.0, 4068.0, 4027.0, 4047.0, 4038.0, 4048.0, 4027.0, 4060.0, 4028.0, 4030.0, 4051.0, 4043.0, 4052.0, 4041.0, 4074.0, 4052.0, 4061.0, 4041.0, 4050.0, 4056.0, 4060.0, 4041.0, 4050.0, 4040.0, 4050.0, 4054.0, 4040.0, 4030.0, 4030.0, 4040.0, 4040.0, 4052.0, 4041.0, 4075.0, 4067.0, 4055.0, 4055.0, 4045.0, 4056.0, 4043.0, 4043.0, 4087.0, 4085.0, 4084.0, 4070.0, 4048.0, 4057.0, 4037.0, 4058.0, 4037.0, 4036.0, 4026.0, 4026.0, 4038.0, 4040.0, 4050.0, 4030.0, 4062.0, 4042.0, 4076.0, 4054.0, 4052.0, 4055.0, 4053.0, 4055.0, 4033.0, 4041.0, 4041.0, 4051.0, 4041.0, 4074.0, 4029.0, 4038.0, 4029.0, 4048.0, 4030.0, 4049.0, 4018.0, 4061.0, 4018.0, 4048.0, 4018.0, 4048.0, 4030.0, 4048.0, 4039.0, 4049.0, 4042.0, 4039.0, 4039.0, 4028.0, 4039.0, 4059.0, 4040.0, 4069.0, 4027.0, 4057.0, 4026.0, 4046.0, 4050.0, 4058.0, 4026.0, 4035.0, 4025.0, 4034.0, 4040.0, 4047.0, 4039.0, 4048.0, 4038.0, 4037.0, 4040.0, 4017.0, 4027.0, 4017.0, 4026.0, 4048.0, 4041.0, 4028.0, 4038.0, 4037.0, 4048.0, 4036.0, 4056.0, 4029.0, 4038.0, 4062.0, 4029.0, 4049.0, 4054.0, 4075.0, 4084.0, 4042.0, 4097.0, 4082.0, 4071.0, 4038.0, 4036.0, 4023.0, 4024.0, 4034.0, 4039.0, 4027.0, 4024.0, 4015.0, 4011.0, 4041.0, 4051.0, 4029.0, 4030.0, 4051.0], 'WindowWidth': [9025.0, 9028.0, 8995.0, 9036.0, 8985.0, 9006.0, 8961.0, 8966.0, 8945.0, 8934.0, 8974.0, 8959.0, 8969.0, 8956.0, 8961.0, 8963.0, 8982.0, 8982.0, 8992.0, 8990.0, 8971.0, 8992.0, 8996.0, 9048.0, 8997.0, 9000.0, 8935.0, 8971.0, 8968.0, 9029.0, 8992.0, 9040.0, 8995.0, 9040.0, 9010.0, 9036.0, 9032.0, 9039.0, 8997.0, 9016.0, 8988.0, 8997.0, 9042.0, 9009.0, 9055.0, 9010.0, 9055.0, 8993.0, 9056.0, 8993.0, 9031.0, 8989.0, 9017.0, 9027.0, 8996.0, 9004.0, 9009.0, 9054.0, 9008.0, 9059.0, 9013.0, 9038.0, 9005.0, 9037.0, 9023.0, 9008.0, 9004.0, 8974.0, 9000.0, 8971.0, 9018.0, 8985.0, 9017.0, 8985.0, 9034.0, 8990.0, 9050.0, 8991.0, 9002.0, 8988.0, 9004.0, 8986.0, 8986.0, 9017.0, 9004.0, 9018.0, 9007.0, 9006.0, 9041.0, 9009.0, 9032.0, 9005.0, 9037.0, 9016.0, 8995.0, 9004.0, 8977.0, 9006.0, 8991.0, 9036.0, 9002.0, 9032.0, 9006.0, 9009.0, 9011.0, 8990.0, 9033.0, 8993.0, 9040.0, 9007.0, 9005.0, 9002.0, 8971.0, 9003.0, 8992.0, 9038.0, 8988.0, 9029.0, 8986.0, 9007.0, 8988.0, 8998.0, 9045.0, 8978.0, 9014.0, 9025.0, 8995.0, 9024.0, 9015.0, 8999.0, 9038.0, 9015.0, 9055.0, 9016.0, 9058.0, 8988.0, 8998.0, 8973.0, 9014.0, 8994.0, 9032.0, 8989.0, 9008.0, 9008.0, 8997.0, 9039.0, 9000.0, 9029.0, 9005.0, 9048.0, 9039.0, 9048.0, 8999.0, 9028.0, 9092.0, 9004.0, 9104.0, 9019.0, 9027.0, 8967.0, 8995.0, 8971.0, 9029.0, 8971.0, 8996.0, 8989.0, 9013.0, 8991.0, 9031.0, 8986.0, 9013.0, 8993.0, 9018.0, 8996.0, 9017.0, 8988.0, 9019.0, 8994.0, 9036.0, 8987.0, 9012.0, 8986.0, 9009.0, 8992.0, 9013.0, 8970.0, 9012.0, 8986.0, 9010.0, 8994.0, 9025.0, 8968.0, 9011.0, 8983.0, 9012.0, 9003.0, 9009.0, 8979.0, 8997.0, 8986.0, 8984.0, 8981.0, 8982.0, 9019.0, 8987.0, 9038.0, 9005.0, 9014.0, 9001.0, 9015.0, 8969.0, 9029.0, 8961.0, 8973.0, 8977.0, 8979.0, 8961.0, 8989.0, 8958.0, 8990.0, 8964.0, 9003.0, 8983.0, 8966.0, 8977.0, 8949.0, 8977.0, 8964.0, 9014.0, 8970.0, 9012.0, 8997.0, 8984.0, 8982.0, 8984.0, 8996.0, 8971.0, 9013.0, 8964.0, 9012.0, 8981.0, 8965.0, 8977.0, 8966.0, 9006.0, 8969.0, 9015.0, 8982.0, 8962.0, 8976.0, 8964.0, 8994.0, 8969.0, 9012.0, 8979.0, 8981.0, 8985.0, 8984.0, 9000.0, 8970.0, 9012.0, 8984.0, 9000.0, 9005.0, 8956.0, 8996.0, 8984.0, 8997.0, 8970.0, 9016.0, 8969.0, 9009.0, 8969.0, 9011.0, 8966.0, 9032.0, 8981.0, 8996.0, 8978.0, 8953.0, 8996.0, 8971.0, 9014.0, 8988.0, 9013.0, 8987.0, 8983.0, 8997.0, 8990.0, 9017.0, 8989.0, 8978.0, 9025.0, 9006.0, 8998.0, 9003.0, 8970.0, 8978.0, 8929.0, 9032.0, 8988.0, 8997.0, 9041.0, 9003.0, 8995.0, 9018.0, 8997.0, 9039.0, 9000.0, 9056.0, 8988.0, 8999.0, 8990.0, 9007.0, 8990.0, 9000.0, 9012.0, 8981.0, 9020.0, 8998.0, 9028.0, 9012.0, 9018.0, 9019.0, 8996.0, 9014.0, 9004.0, 9023.0, 9008.0, 9046.0, 8995.0, 9057.0, 8989.0, 9003.0, 8959.0, 8961.0, 8970.0, 9020.0, 9031.0, 9097.0, 9105.0, 9021.0, 9077.0, 9029.0, 9046.0, 9019.0, 8974.0, 9044.0, 8997.0, 9054.0, 9017.0, 9059.0, 9021.0, 9019.0, 8969.0, 8967.0, 8930.0, 8949.0, 8935.0, 8938.0, 8936.0, 8950.0, 8906.0, 8921.0, 8907.0, 8922.0, 8925.0, 8908.0, 8926.0, 8910.0, 8921.0, 8950.0, 8973.0, 8981.0, 8964.0, 8981.0, 8966.0, 8962.0, 8980.0, 9025.0, 8959.0, 9023.0, 8952.0, 8923.0, 8936.0, 8959.0, 8992.0, 8965.0, 9011.0, 8964.0, 8965.0, 8979.0, 8968.0, 9006.0, 8980.0, 9040.0, 8998.0, 9006.0, 8989.0, 8959.0, 8986.0, 9032.0, 9045.0, 9019.0, 9024.0, 9063.0, 9031.0, 8985.0, 9009.0, 8999.0, 9043.0, 8982.0, 9076.0, 8990.0, 9014.0, 8993.0, 9041.0, 9011.0, 8980.0, 8988.0, 8997.0, 9029.0, 8998.0, 9047.0, 9003.0, 9008.0, 9015.0, 9009.0, 9014.0, 9004.0, 9016.0, 8998.0, 9026.0, 9020.0, 9039.0, 9006.0, 9040.0, 9012.0, 9009.0, 9019.0, 9014.0, 9018.0, 8981.0, 9011.0, 9001.0, 9043.0, 8998.0, 9046.0, 8999.0, 9039.0, 8994.0, 9019.0, 9008.0, 8995.0, 9007.0, 8988.0, 9041.0, 9010.0, 9071.0, 9027.0, 8992.0, 9006.0, 8988.0, 9024.0, 9009.0, 9072.0, 8995.0, 9067.0, 8987.0, 9057.0, 9010.0, 9017.0, 9024.0, 8973.0, 8988.0, 8976.0, 9021.0, 8990.0, 9035.0, 8990.0, 9013.0, 9008.0, 9039.0, 9006.0, 8999.0, 9010.0, 8986.0, 9010.0, 9012.0, 9021.0, 9013.0, 9037.0, 8992.0, 9009.0, 9009.0, 9022.0, 9008.0, 8992.0, 9008.0, 8996.0, 9018.0, 9044.0, 9013.0, 9058.0, 8978.0, 9018.0, 8988.0, 9018.0, 8991.0, 8996.0, 8969.0, 9009.0, 8997.0, 9012.0, 9020.0, 9020.0, 9021.0, 9070.0, 9036.0, 9021.0, 9035.0, 9005.0, 8970.0, 8987.0, 8989.0, 8985.0, 8991.0, 8988.0, 8953.0, 8994.0, 8978.0, 9020.0, 9000.0, 9029.0, 9011.0, 9017.0, 9040.0, 9024.0, 9073.0, 9010.0, 9057.0, 9074.0, 9032.0, 9078.0, 9045.0, 9056.0, 8995.0, 9038.0, 8989.0, 9052.0, 8975.0, 9012.0, 8972.0, 9012.0, 8972.0, 9036.0, 8972.0, 9017.0, 8995.0, 9021.0, 9012.0, 8996.0, 8993.0, 8995.0, 8992.0, 8993.0, 9014.0, 8975.0, 8988.0, 8996.0, 9006.0, 9054.0, 9021.0, 9009.0, 8979.0, 8990.0, 8964.0, 8977.0, 8975.0, 8974.0, 9034.0, 9010.0, 8994.0, 9022.0, 8992.0, 8988.0, 8988.0, 8983.0, 9016.0, 9026.0, 8991.0, 9053.0, 9007.0, 8994.0, 9032.0, 8997.0, 9074.0, 8998.0, 9047.0, 8958.0, 8969.0, 8943.0, 8976.0, 8962.0, 8990.0, 8966.0, 8990.0, 8969.0, 8992.0, 9002.0, 8988.0, 9042.0, 8978.0, 9021.0, 9016.0, 9041.0, 9012.0, 8995.0, 8995.0, 8988.0, 8991.0, 8993.0, 9037.0, 9009.0, 9039.0, 9014.0, 9037.0, 9033.0, 9023.0, 9013.0, 9013.0, 9013.0, 9005.0, 9013.0, 9018.0, 8988.0, 8995.0, 8983.0, 8988.0, 9014.0, 8991.0, 9019.0, 8998.0, 9027.0, 9000.0, 9046.0, 8996.0, 9018.0, 9015.0, 9043.0, 9001.0, 9045.0, 8994.0, 9018.0, 8994.0, 9022.0, 8994.0, 9055.0, 8968.0, 9000.0, 8979.0, 9015.0, 8969.0, 9002.0, 8966.0, 8981.0, 8984.0, 8986.0, 9000.0, 8987.0, 8983.0, 8994.0, 9008.0, 8991.0, 9016.0, 8988.0, 9030.0, 8990.0, 9016.0, 8988.0, 9031.0, 8983.0, 8995.0, 8988.0, 9017.0, 8985.0, 9015.0, 8966.0, 8989.0, 8972.0, 8996.0, 8970.0, 8999.0, 8966.0, 8979.0, 8972.0, 8998.0, 8992.0, 9007.0, 8971.0, 8991.0, 8975.0, 9025.0, 8994.0, 9007.0, 8989.0, 9005.0, 8983.0, 9021.0, 9030.0, 9043.0, 9007.0, 8997.0, 9028.0, 9017.0, 9083.0, 9024.0, 9096.0, 8996.0, 8991.0, 8960.0, 8993.0, 8990.0, 8996.0, 8962.0, 8960.0, 8963.0, 8963.0, 8996.0, 8982.0, 8962.0, 8965.0, 8990.0, 9001.0, 9014.0, 9039.0, 9011.0, 9037.0, 9017.0, 9045.0, 9038.0, 9024.0, 8994.0, 9018.0, 9009.0, 9055.0, 9041.0, 9015.0, 8980.0, 8996.0, 8987.0, 8983.0, 8987.0, 8982.0, 8994.0, 8981.0, 8996.0, 8996.0, 9011.0, 9000.0, 8958.0, 9020.0, 9010.0, 9056.0, 9013.0, 9014.0, 9053.0, 9011.0, 9099.0, 9031.0, 9053.0, 9008.0, 8991.0, 8986.0, 8975.0, 9001.0, 8984.0, 8990.0, 8977.0, 9007.0, 8983.0, 9008.0, 9009.0, 8976.0, 8992.0, 8999.0, 9033.0, 9022.0, 9055.0, 9006.0, 9031.0, 9022.0, 9064.0, 9022.0, 9082.0, 9030.0, 9044.0, 9018.0, 9059.0, 9049.0, 9080.0, 9007.0, 9049.0, 9008.0, 9037.0, 9040.0, 9070.0, 8989.0, 9029.0, 9006.0, 9019.0, 9016.0, 9021.0, 9005.0, 9005.0, 9007.0, 9019.0, 9017.0, 9032.0, 8987.0, 9020.0, 9002.0, 9017.0, 9012.0, 9018.0, 8987.0, 9001.0, 9001.0, 8985.0, 9000.0, 8966.0, 9039.0, 8993.0, 9040.0, 9012.0, 9013.0, 9026.0, 8992.0, 9027.0, 8992.0, 9038.0, 9032.0, 8986.0, 9011.0, 8983.0, 9006.0, 9000.0, 8996.0, 8984.0, 8995.0, 9000.0, 8986.0, 9031.0, 8999.0, 9025.0, 9018.0, 9029.0, 9014.0, 9065.0, 9019.0, 9042.0, 9002.0, 9044.0, 9008.0, 9046.0, 8994.0, 9005.0, 8995.0, 9020.0, 8988.0, 9041.0, 8991.0, 9004.0, 9004.0, 9021.0, 9046.0, 9004.0, 9048.0, 8984.0, 8982.0, 9003.0, 8987.0, 9009.0, 8992.0, 9008.0, 9052.0, 9003.0, 9032.0, 8973.0, 9015.0, 8969.0, 8997.0, 9011.0, 9001.0, 8985.0, 9004.0, 8982.0, 8982.0, 8999.0, 8982.0, 9011.0, 9008.0, 8985.0, 8986.0, 8988.0, 9002.0, 9016.0, 9010.0, 8987.0, 9004.0, 9006.0, 9003.0, 8972.0, 9039.0, 9008.0, 9036.0, 9015.0, 9029.0, 9047.0, 9065.0, 9026.0, 9061.0, 9013.0, 9040.0, 8982.0, 9010.0, 8997.0, 9013.0, 8985.0, 9032.0, 8987.0, 8992.0, 9023.0, 9015.0, 9024.0, 9009.0, 9057.0, 9025.0, 9034.0, 9005.0, 9019.0, 9035.0, 9034.0, 9009.0, 9018.0, 9005.0, 9018.0, 9031.0, 9004.0, 8991.0, 8991.0, 9006.0, 9006.0, 9025.0, 9010.0, 9058.0, 9052.0, 9033.0, 9033.0, 9020.0, 9035.0, 9014.0, 9013.0, 9081.0, 9071.0, 9073.0, 9045.0, 9012.0, 9023.0, 8995.0, 9024.0, 8998.0, 8993.0, 8979.0, 8982.0, 8999.0, 9007.0, 9019.0, 8993.0, 9039.0, 9014.0, 9065.0, 9031.0, 9025.0, 9030.0, 9028.0, 9035.0, 8999.0, 9007.0, 9006.0, 9023.0, 9008.0, 9058.0, 8989.0, 8999.0, 8989.0, 9013.0, 8992.0, 9015.0, 8972.0, 9033.0, 8971.0, 9010.0, 8974.0, 9015.0, 8990.0, 9015.0, 9002.0, 9015.0, 9011.0, 9001.0, 9000.0, 8985.0, 9001.0, 9029.0, 9006.0, 9045.0, 8983.0, 9026.0, 8978.0, 9008.0, 9018.0, 9028.0, 8979.0, 8991.0, 8978.0, 8989.0, 9006.0, 9010.0, 9001.0, 9013.0, 8998.0, 8997.0, 9007.0, 8970.0, 8984.0, 8967.0, 8980.0, 9010.0, 9008.0, 8987.0, 8999.0, 8997.0, 9010.0, 8994.0, 9020.0, 8987.0, 8998.0, 9040.0, 8990.0, 9018.0, 9029.0, 9060.0, 9071.0, 9009.0, 9102.0, 9067.0, 9049.0, 8995.0, 8991.0, 8971.0, 8975.0, 8989.0, 9002.0, 8979.0, 8971.0, 8960.0, 8953.0, 9008.0, 9021.0, 8986.0, 8988.0, 9018.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.0015608946877912395</td></tr>
<tr><td colspan=3>aqi</td><td>0.0526878358807083</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.34081666156713</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.22168087789179</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9722198843003736</td></tr>
<tr><td colspan=3>efc</td><td>0.5317</td></tr>
<tr><td colspan=3>fber</td><td>3473.5498</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1190656128614062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.369990680335508</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.594872577469397</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4029465790729256</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.849641568422887</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532029584912378</td></tr>
<tr><td colspan=3>gcor</td><td>0.00821124</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017037203535437584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042373109608888626</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.464886361136555</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>18.7403</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3575</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.7974</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284354.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>975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.6585</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6989</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.8803</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>737.3048</td></tr>
<tr><td colspan=3>tsnr</td><td>28.943567856913432</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>