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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-02_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-02_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-0073/ses-01/func/sub-0073_ses-01_task-alignvideo_acq-mb8_run-02_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>6eace8b007a945d1c3768dc80eaeb5cd</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:07:40.312500</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.999731, 0.00742467, -0.0219846, -0.0033152, 0.983411, 0.181362]</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-02_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.0957499</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7782, -7280, 616, -93, -326, 75, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>236.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d51cd0d5-b137-46f6-916b-362ac230b6f6||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.682204484939575, -0.008894439786672592, -0.06200951710343361, 111.8988265991211], [-0.019919833168387413, 2.6384191513061523, 0.4893498718738556, -98.01946258544922], [-0.05898318812251091, -0.4865821301937103, 2.6545603275299072, -44.15192794799805], [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, 1376]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['200740.312500', '200740.772500', '200741.232500', '200741.692500', '200742.152500', '200742.612500', '200743.072500', '200743.532500', '200743.992500', '200744.452500', '200744.912500', '200745.372500', '200745.832500', '200746.292500', '200746.752500', '200747.212500', '200747.672500', '200748.132500', '200748.592500', '200749.052500', '200749.512500', '200749.972500', '200750.432500', '200750.892500', '200751.352500', '200751.812500', '200752.272500', '200752.732500', '200753.192500', '200753.652500', '200754.112500', '200754.572500', '200755.032500', '200755.492500', '200755.952500', '200756.412500', '200756.872500', '200757.332500', '200757.792500', '200758.252500', '200758.712500', '200759.172500', '200759.632500', '200800.092500', '200800.552500', '200801.012500', '200801.472500', '200801.932500', '200802.392500', '200802.852500', '200803.312500', '200803.772500', '200804.232500', '200804.692500', '200805.152500', '200805.612500', '200806.072500', '200806.532500', '200806.992500', '200807.452500', '200807.912500', '200808.372500', '200808.832500', '200809.292500', '200809.752500', '200810.212500', '200810.672500', '200811.132500', '200811.592500', '200812.052500', '200812.512500', '200812.972500', '200813.432500', '200813.892500', '200814.352500', '200814.812500', '200815.272500', '200815.732500', '200816.192500', '200816.652500', '200817.112500', '200817.572500', '200818.032500', '200818.492500', '200818.952500', '200819.412500', '200819.872500', '200820.332500', '200820.792500', '200821.252500', '200821.712500', '200822.172500', '200822.632500', '200823.092500', '200823.552500', '200824.012500', '200824.472500', '200824.932500', '200825.392500', '200825.852500', '200826.312500', '200826.772500', '200827.232500', '200827.692500', '200828.152500', '200828.612500', '200829.072500', '200829.532500', '200829.992500', '200830.452500', '200830.912500', '200831.372500', '200831.832500', '200832.292500', '200832.752500', '200833.212500', '200833.672500', '200834.132500', '200834.592500', '200835.052500', '200835.512500', '200835.972500', '200836.432500', '200836.892500', '200837.352500', '200837.812500', '200838.272500', '200838.732500', '200839.192500', '200839.652500', '200840.112500', '200840.572500', '200841.032500', '200841.492500', '200841.952500', '200842.412500', '200842.872500', '200843.332500', '200843.792500', '200844.252500', '200844.712500', '200845.172500', '200845.632500', '200846.092500', '200846.552500', '200847.012500', '200847.472500', '200847.932500', '200848.392500', '200848.852500', '200849.312500', '200849.772500', '200850.232500', '200850.692500', '200851.152500', '200851.612500', '200852.072500', '200852.532500', '200852.992500', '200853.452500', '200853.912500', '200854.372500', '200854.832500', '200855.292500', '200855.752500', '200856.212500', '200856.672500', '200857.132500', '200857.592500', '200858.052500', '200858.512500', '200858.972500', '200859.432500', '200859.892500', '200900.352500', '200900.812500', '200901.272500', '200901.732500', '200902.192500', '200902.652500', '200903.112500', '200903.572500', '200904.032500', '200904.492500', '200904.952500', '200905.412500', '200905.872500', '200906.332500', '200906.792500', '200907.252500', '200907.712500', '200908.172500', '200908.632500', '200909.092500', '200909.552500', '200910.012500', '200910.472500', '200910.932500', '200911.392500', '200911.852500', '200912.312500', '200912.772500', '200913.232500', '200913.692500', '200914.152500', '200914.612500', '200915.072500', '200915.532500', '200915.992500', '200916.452500', '200916.912500', '200917.372500', '200917.832500', '200918.292500', '200918.752500', '200919.212500', '200919.672500', '200920.132500', '200920.592500', '200921.052500', '200921.512500', '200921.972500', '200922.432500', '200922.892500', '200923.352500', '200923.812500', '200924.272500', '200924.732500', '200925.192500', '200925.652500', '200926.112500', '200926.572500', '200927.032500', '200927.492500', '200927.952500', '200928.412500', '200928.872500', '200929.332500', '200929.792500', '200930.252500', '200930.712500', '200931.172500', '200931.632500', '200932.092500', '200932.552500', '200933.012500', '200933.472500', '200933.932500', '200934.392500', '200934.852500', '200935.312500', '200935.772500', '200936.232500', '200936.692500', '200937.152500', '200937.612500', '200938.072500', '200938.532500', '200938.992500', '200939.452500', '200939.912500', '200940.372500', '200940.832500', '200941.292500', '200941.752500', '200942.212500', '200942.672500', '200943.132500', '200943.592500', '200944.052500', '200944.512500', '200944.972500', '200945.432500', '200945.892500', '200946.352500', '200946.812500', '200947.272500', '200947.732500', '200948.192500', '200948.652500', '200949.112500', '200949.572500', '200950.032500', '200950.492500', '200950.952500', '200951.412500', '200951.872500', '200952.332500', '200952.792500', '200953.252500', '200953.712500', '200954.172500', '200954.632500', '200955.092500', '200955.552500', '200956.012500', '200956.472500', '200956.932500', '200957.392500', '200957.852500', '200958.312500', '200958.772500', '200959.232500', '200959.692500', '201000.152500', '201000.612500', '201001.072500', '201001.532500', '201001.992500', '201002.452500', '201002.912500', '201003.372500', '201003.832500', '201004.292500', '201004.752500', '201005.212500', '201005.672500', '201006.132500', '201006.592500', '201007.052500', '201007.512500', '201007.972500', '201008.432500', '201008.892500', '201009.352500', '201009.812500', '201010.272500', '201010.732500', '201011.192500', '201011.652500', '201012.112500', '201012.572500', '201013.032500', '201013.492500', '201013.952500', '201014.412500', '201014.872500', '201015.332500', '201015.792500', '201016.252500', '201016.712500', '201017.172500', '201017.632500', '201018.092500', '201018.552500', '201019.012500', '201019.472500', '201019.932500', '201020.392500', '201020.852500', '201021.312500', '201021.772500', '201022.232500', '201022.692500', '201023.152500', '201023.612500', '201024.072500', '201024.532500', '201024.992500', '201025.452500', '201025.912500', '201026.372500', '201026.832500', '201027.292500', '201027.752500', '201028.212500', '201028.672500', '201029.132500', '201029.592500', '201030.052500', '201030.512500', '201030.972500', '201031.432500', '201031.892500', '201032.352500', '201032.812500', '201033.272500', '201033.732500', '201034.192500', '201034.652500', '201035.112500', '201035.572500', '201036.032500', '201036.492500', '201036.952500', '201037.412500', '201037.872500', '201038.332500', '201038.792500', '201039.252500', '201039.712500', '201040.172500', '201040.632500', '201041.092500', '201041.552500', '201042.012500', '201042.472500', '201042.932500', '201043.392500', '201043.852500', '201044.312500', '201044.772500', '201045.232500', '201045.692500', '201046.152500', '201046.612500', '201047.072500', '201047.532500', '201047.992500', '201048.452500', '201048.912500', '201049.372500', '201049.832500', '201050.292500', '201050.752500', '201051.212500', '201051.672500', '201052.132500', '201052.592500', '201053.052500', '201053.512500', '201053.972500', '201054.432500', '201054.892500', '201055.352500', '201055.812500', '201056.272500', '201056.732500', '201057.192500', '201057.652500', '201058.112500', '201058.572500', '201059.032500', '201059.492500', '201059.952500', '201100.412500', '201100.872500', '201101.332500', '201101.792500', '201102.252500', '201102.712500', '201103.172500', '201103.632500', '201104.092500', '201104.552500', '201105.012500', '201105.472500', '201105.932500', '201106.392500', '201106.852500', '201107.312500', '201107.772500', '201108.232500', '201108.692500', '201109.152500', '201109.612500', '201110.072500', '201110.532500', '201110.992500', '201111.452500', '201111.912500', '201112.372500', '201112.832500', '201113.292500', '201113.752500', '201114.212500', '201114.672500', '201115.132500', '201115.592500', '201116.052500', '201116.512500', '201116.972500', '201117.432500', '201117.892500', '201118.352500', '201118.812500', '201119.272500', '201119.732500', '201120.192500', '201120.652500', '201121.112500', '201121.572500', '201122.032500', '201122.492500', '201122.952500', '201123.412500', '201123.872500', '201124.332500', '201124.792500', '201125.252500', '201125.712500', '201126.172500', '201126.632500', '201127.092500', '201127.552500', '201128.012500', '201128.472500', '201128.932500', '201129.392500', '201129.852500', '201130.312500', '201130.772500', '201131.232500', '201131.692500', '201132.152500', '201132.612500', '201133.072500', '201133.532500', '201133.992500', '201134.452500', '201134.912500', '201135.372500', '201135.832500', '201136.292500', '201136.752500', '201137.212500', '201137.672500', '201138.132500', '201138.592500', '201139.052500', '201139.512500', '201139.972500', '201140.432500', '201140.892500', '201141.352500', '201141.812500', '201142.272500', '201142.732500', '201143.192500', '201143.652500', '201144.112500', '201144.572500', '201145.032500', '201145.492500', '201145.952500', '201146.412500', '201146.872500', '201147.332500', '201147.792500', '201148.252500', '201148.712500', '201149.172500', '201149.632500', '201150.092500', '201150.552500', '201151.012500', '201151.472500', '201151.932500', '201152.392500', '201152.852500', '201153.312500', '201153.772500', '201154.232500', '201154.692500', '201155.152500', '201155.612500', '201156.072500', '201156.532500', '201156.992500', '201157.452500', '201157.912500', '201158.372500', '201158.832500', '201159.292500', '201159.752500', '201200.212500', '201200.672500', '201201.132500', '201201.592500', '201202.052500', '201202.512500', '201202.972500', '201203.432500', '201203.892500', '201204.352500', '201204.812500', '201205.272500', '201205.732500', '201206.192500', '201206.652500', '201207.112500', '201207.572500', '201208.032500', '201208.492500', '201208.952500', '201209.412500', '201209.872500', '201210.332500', '201210.792500', '201211.252500', '201211.712500', '201212.172500', '201212.632500', '201213.092500', '201213.552500', '201214.012500', '201214.472500', '201214.932500', '201215.392500', '201215.852500', '201216.312500', '201216.772500', '201217.232500', '201217.692500', '201218.152500', '201218.612500', '201219.072500', '201219.532500', '201219.992500', '201220.452500', '201220.912500', '201221.372500', '201221.832500', '201222.292500', '201222.752500', '201223.212500', '201223.672500', '201224.132500', '201224.592500', '201225.052500', '201225.512500', '201225.972500', '201226.432500', '201226.892500', '201227.352500', '201227.812500', '201228.272500', '201228.732500', '201229.192500', '201229.652500', '201230.112500', '201230.572500', '201231.032500', '201231.492500', '201231.952500', '201232.412500', '201232.872500', '201233.332500', '201233.792500', '201234.252500', '201234.712500', '201235.172500', '201235.632500', '201236.092500', '201236.552500', '201237.012500', '201237.472500', '201237.932500', '201238.392500', '201238.852500', '201239.312500', '201239.772500', '201240.232500', '201240.692500', '201241.152500', '201241.612500', '201242.072500', '201242.532500', '201242.992500', '201243.452500', '201243.912500', '201244.372500', '201244.832500', '201245.292500', '201245.752500', '201246.212500', '201246.672500', '201247.132500', '201247.592500', '201248.052500', '201248.512500', '201248.972500', '201249.432500', '201249.892500', '201250.352500', '201250.812500', '201251.272500', '201251.732500', '201252.192500', '201252.652500', '201253.112500', '201253.572500', '201254.032500', '201254.492500', '201254.952500', '201255.412500', '201255.872500', '201256.332500', '201256.792500', '201257.252500', '201257.712500', '201258.172500', '201258.632500', '201259.092500', '201259.552500', '201300.012500', '201300.472500', '201300.932500', '201301.392500', '201301.852500', '201302.312500', '201302.772500', '201303.232500', '201303.692500', '201304.152500', '201304.612500', '201305.072500', '201305.532500', '201305.992500', '201306.452500', '201306.912500', '201307.372500', '201307.832500', '201308.292500', '201308.752500', '201309.212500', '201309.672500', '201310.132500', '201310.592500', '201311.052500', '201311.512500', '201311.972500', '201312.432500', '201312.892500', '201313.352500', '201313.812500', '201314.272500', '201314.732500', '201315.192500', '201315.652500', '201316.112500', '201316.572500', '201317.032500', '201317.492500', '201317.952500', '201318.412500', '201318.872500', '201319.332500', '201319.792500', '201320.252500', '201320.712500', '201321.172500', '201321.632500', '201322.092500', '201322.552500', '201323.012500', '201323.472500', '201323.932500', '201324.392500', '201324.852500', '201325.312500', '201325.772500', '201326.232500', '201326.692500', '201327.152500', '201327.612500', '201328.072500', '201328.532500', '201328.992500', '201329.452500', '201329.912500', '201330.372500', '201330.832500', '201331.292500', '201331.752500', '201332.212500', '201332.672500', '201333.132500', '201333.592500', '201334.052500', '201334.512500', '201334.972500', '201335.432500', '201335.892500', '201336.352500', '201336.812500', '201337.272500', '201337.732500', '201338.192500', '201338.652500', '201339.112500', '201339.572500', '201340.032500', '201340.492500', '201340.952500', '201341.412500', '201341.872500', '201342.332500', '201342.792500', '201343.252500', '201343.712500', '201344.172500', '201344.632500', '201345.092500', '201345.552500', '201346.012500', '201346.472500', '201346.932500', '201347.392500', '201347.852500', '201348.312500', '201348.772500', '201349.232500', '201349.692500', '201350.152500', '201350.612500', '201351.072500', '201351.532500', '201351.992500', '201352.452500', '201352.912500', '201353.372500', '201353.832500', '201354.292500', '201354.752500', '201355.212500', '201355.672500', '201356.132500', '201356.592500', '201357.052500', '201357.512500', '201357.972500', '201358.432500', '201358.892500', '201359.352500', '201359.812500', '201400.272500', '201400.732500', '201401.192500', '201401.652500', '201402.112500', '201402.572500', '201403.032500', '201403.492500', '201403.952500', '201404.412500', '201404.872500', '201405.332500', '201405.792500', '201406.252500', '201406.712500', '201407.172500', '201407.632500', '201408.092500', '201408.552500', '201409.012500', '201409.472500', '201409.932500', '201410.392500', '201410.852500', '201411.312500', '201411.772500', '201412.232500', '201412.692500', '201413.152500', '201413.612500', '201414.072500', '201414.532500', '201414.992500', '201415.452500', '201415.912500', '201416.372500', '201416.832500', '201417.292500', '201417.752500', '201418.212500', '201418.672500', '201419.132500', '201419.592500', '201420.052500', '201420.512500', '201420.972500', '201421.432500', '201421.892500', '201422.352500', '201422.812500', '201423.272500', '201423.732500', '201424.192500', '201424.652500', '201425.112500', '201425.572500', '201426.032500', '201426.492500', '201426.952500', '201427.412500', '201427.872500', '201428.332500', '201428.792500', '201429.252500', '201429.712500', '201430.172500', '201430.632500', '201431.092500', '201431.552500', '201432.012500', '201432.472500', '201432.932500', '201433.392500', '201433.852500', '201434.312500', '201434.772500', '201435.232500', '201435.692500', '201436.152500', '201436.612500', '201437.072500', '201437.532500', '201437.992500', '201438.452500', '201438.912500', '201439.372500', '201439.832500', '201440.292500', '201440.752500', '201441.212500', '201441.672500', '201442.132500', '201442.592500', '201443.052500', '201443.512500', '201443.972500', '201444.432500', '201444.892500', '201445.352500', '201445.812500', '201446.272500', '201446.732500', '201447.192500', '201447.652500', '201448.112500', '201448.572500', '201449.032500', '201449.492500', '201449.952500', '201450.412500', '201450.872500', '201451.332500', '201451.792500', '201452.252500', '201452.712500', '201453.172500', '201453.632500', '201454.092500', '201454.552500', '201455.012500', '201455.472500', '201455.932500', '201456.392500', '201456.852500', '201457.312500', '201457.772500', '201458.232500', '201458.692500', '201459.152500', '201459.612500', '201500.072500', '201500.532500', '201500.992500', '201501.452500', '201501.912500', '201502.372500', '201502.832500', '201503.292500', '201503.752500', '201504.212500', '201504.672500', '201505.132500', '201505.592500', '201506.052500', '201506.512500', '201506.972500', '201507.432500', '201507.892500', '201508.352500', '201508.812500', '201509.272500', '201509.732500', '201510.192500', '201510.652500', '201511.112500', '201511.572500', '201512.032500', '201512.492500', '201512.952500', '201513.412500', '201513.872500', '201514.332500', '201514.792500', '201515.252500', '201515.712500', '201516.172500', '201516.632500', '201517.092500', '201517.552500', '201518.012500', '201518.472500', '201518.932500', '201519.392500', '201519.852500', '201520.312500', '201520.772500', '201521.232500', '201521.692500', '201522.152500', '201522.612500', '201523.072500', '201523.532500', '201523.992500', '201524.452500', '201524.912500', '201525.372500', '201525.832500', '201526.292500', '201526.752500', '201527.212500', '201527.672500', '201528.132500', '201528.592500', '201529.052500', '201529.512500', '201529.972500', '201530.432500', '201530.892500', '201531.352500', '201531.812500', '201532.272500', '201532.732500', '201533.192500', '201533.652500', '201534.112500', '201534.572500', '201535.032500', '201535.492500', '201535.952500', '201536.412500', '201536.872500', '201537.332500', '201537.792500', '201538.252500', '201538.712500', '201539.172500', '201539.632500', '201540.092500', '201540.552500', '201541.012500', '201541.472500', '201541.932500', '201542.392500', '201542.852500', '201543.312500', '201543.772500', '201544.232500', '201544.692500', '201545.152500', '201545.612500', '201546.072500', '201546.532500', '201546.992500', '201547.452500', '201547.912500', '201548.372500', '201548.832500', '201549.292500', '201549.752500', '201550.212500', '201550.672500', '201551.132500', '201551.592500', '201552.052500', '201552.512500', '201552.972500', '201553.432500', '201553.892500', '201554.352500', '201554.812500', '201555.272500', '201555.732500', '201556.192500', '201556.652500', '201557.112500', '201557.572500', '201558.032500', '201558.492500', '201558.952500', '201559.412500', '201559.872500', '201600.332500', '201600.792500', '201601.252500', '201601.712500', '201602.172500', '201602.632500', '201603.092500', '201603.552500', '201604.012500', '201604.472500', '201604.932500', '201605.392500', '201605.852500', '201606.312500', '201606.772500', '201607.232500', '201607.692500', '201608.152500', '201608.612500', '201609.072500', '201609.532500', '201609.992500', '201610.452500', '201610.912500', '201611.372500', '201611.832500', '201612.292500', '201612.752500', '201613.212500', '201613.672500', '201614.132500', '201614.592500', '201615.052500', '201615.512500', '201615.972500', '201616.432500', '201616.892500', '201617.352500', '201617.812500', '201618.272500', '201618.732500', '201619.192500', '201619.652500', '201620.112500', '201620.572500', '201621.032500', '201621.492500', '201621.952500', '201622.412500', '201622.872500', '201623.332500', '201623.792500', '201624.252500', '201624.712500', '201625.172500', '201625.632500', '201626.092500', '201626.552500', '201627.012500', '201627.472500', '201627.932500', '201628.392500', '201628.852500', '201629.312500', '201629.772500', '201630.232500', '201630.692500', '201631.152500', '201631.612500', '201632.072500', '201632.532500', '201632.992500', '201633.452500', '201633.912500', '201634.372500', '201634.832500', '201635.292500', '201635.752500', '201636.212500', '201636.672500', '201637.132500', '201637.592500', '201638.052500', '201638.512500', '201638.972500', '201639.432500', '201639.892500', '201640.352500', '201640.812500', '201641.272500', '201641.732500', '201642.192500', '201642.652500', '201643.112500', '201643.572500', '201644.032500', '201644.492500', '201644.952500', '201645.412500', '201645.872500', '201646.332500', '201646.792500', '201647.252500', '201647.712500', '201648.172500', '201648.632500', '201649.092500', '201649.552500', '201650.012500', '201650.472500', '201650.932500', '201651.392500', '201651.852500', '201652.312500', '201652.772500', '201653.232500', '201653.692500', '201654.152500', '201654.612500', '201655.072500', '201655.532500', '201655.992500', '201656.452500', '201656.912500', '201657.372500', '201657.832500', '201658.292500', '201658.752500', '201659.212500', '201659.672500', '201700.132500', '201700.592500', '201701.052500', '201701.512500', '201701.972500', '201702.432500', '201702.892500', '201703.352500', '201703.812500', '201704.272500', '201704.732500', '201705.192500', '201705.652500', '201706.112500', '201706.572500', '201707.032500', '201707.492500', '201707.952500', '201708.412500', '201708.872500', '201709.332500', '201709.792500', '201710.252500', '201710.712500', '201711.172500', '201711.632500', '201712.092500', '201712.552500', '201713.012500', '201713.472500', '201713.932500', '201714.392500', '201714.852500', '201715.312500', '201715.772500', '201716.232500', '201716.692500', '201717.152500', '201717.612500', '201718.072500', '201718.532500', '201718.992500', '201719.452500', '201719.912500', '201720.372500', '201720.832500', '201721.292500', '201721.752500', '201722.212500', '201722.672500', '201723.132500', '201723.592500', '201724.052500', '201724.512500', '201724.972500', '201725.432500', '201725.892500', '201726.352500', '201726.812500', '201727.272500', '201727.732500', '201728.192500', '201728.652500', '201729.112500', '201729.572500', '201730.032500', '201730.492500', '201730.952500', '201731.412500', '201731.872500', '201732.332500', '201732.792500', '201733.252500', '201733.712500', '201734.172500', '201734.632500', '201735.092500', '201735.552500', '201736.012500', '201736.472500', '201736.932500', '201737.392500', '201737.852500', '201738.312500', '201738.772500', '201739.232500', '201739.692500', '201740.152500', '201740.612500', '201741.072500', '201741.532500', '201741.992500', '201742.452500', '201742.912500', '201743.372500', '201743.832500', '201744.292500', '201744.752500', '201745.212500', '201745.672500', '201746.132500', '201746.592500', '201747.052500', '201747.512500', '201747.972500', '201748.432500', '201748.892500', '201749.352500', '201749.812500', '201750.272500', '201750.732500', '201751.192500', '201751.652500', '201752.112500', '201752.572500', '201753.032500', '201753.492500', '201753.952500', '201754.412500', '201754.872500', '201755.332500', '201755.792500', '201756.252500', '201756.712500', '201757.172500', '201757.632500', '201758.092500', '201758.552500', '201759.012500', '201759.472500', '201759.932500', '201800.392500', '201800.852500', '201801.312500', '201801.772500', '201802.232500', '201802.692500', '201803.152500', '201803.612500', '201804.072500', '201804.532500', '201804.992500', '201805.452500', '201805.912500', '201806.372500', '201806.832500', '201807.292500', '201807.752500', '201808.212500', '201808.672500', '201809.132500', '201809.592500', '201810.052500', '201810.512500', '201810.972500', '201811.432500', '201811.892500', '201812.352500', '201812.812500'], 'ContentTime': ['200751.649000', '200751.664000', '200751.667000', '200751.670000', '200751.672000', '200751.675000', '200751.678000', '200751.680000', '200751.683000', '200751.686000', '200751.688000', '200751.691000', '200751.694000', '200751.696000', '200751.699000', '200751.702000', '200751.705000', '200751.707000', '200751.710000', '200751.713000', '200751.716000', '200751.723000', '200751.726000', '200811.619000', '200811.622000', '200811.624000', '200811.627000', '200811.630000', '200811.632000', '200811.635000', '200811.637000', '200811.640000', '200811.642000', '200811.645000', '200811.648000', '200811.650000', '200811.653000', '200811.656000', '200811.679000', '200811.682000', '200811.684000', '200811.687000', '200811.690000', '200811.692000', '200811.695000', '200811.697000', '200811.700000', '200811.703000', '200811.705000', '200811.708000', '200811.710000', '200811.713000', '200811.716000', '200811.718000', '200811.721000', '200811.749000', '200811.751000', '200811.754000', '200811.757000', '200811.759000', '200811.766000', '200811.768000', '200811.771000', '200811.774000', '200811.776000', '200811.779000', '200831.620000', '200831.623000', '200831.625000', '200831.628000', '200831.631000', '200831.633000', '200831.636000', '200831.639000', '200831.641000', '200831.644000', '200831.647000', '200831.649000', '200831.652000', '200831.654000', '200831.657000', '200831.660000', '200831.662000', '200831.665000', '200831.668000', '200831.670000', '200831.673000', '200831.676000', '200831.678000', '200831.681000', '200831.683000', '200831.686000', '200831.689000', '200831.691000', '200831.694000', '200831.697000', '200831.708000', '200831.711000', '200831.713000', '200831.716000', '200831.719000', '200831.721000', '200831.724000', '200831.727000', '200831.729000', '200831.732000', '200831.735000', '200831.737000', '200831.740000', '200831.742000', '200851.620000', '200851.622000', '200851.625000', '200851.628000', '200851.631000', '200851.633000', '200851.636000', '200851.638000', '200851.641000', '200851.644000', '200851.646000', '200851.649000', '200851.652000', '200851.654000', '200851.657000', '200851.659000', '200851.662000', '200851.665000', '200851.667000', '200851.670000', '200851.672000', '200851.675000', '200851.677000', '200851.680000', '200851.683000', '200851.686000', '200851.688000', '200851.691000', '200851.693000', '200851.696000', '200851.699000', '200851.701000', '200851.704000', '200851.707000', '200851.710000', '200851.717000', '200851.720000', '200851.722000', '200851.725000', '200851.729000', '200851.732000', '200851.735000', '200851.737000', '200911.619000', '200911.622000', '200911.625000', '200911.627000', '200911.631000', '200911.633000', '200911.636000', '200911.639000', '200911.641000', '200911.644000', '200911.647000', '200911.649000', '200911.652000', '200911.654000', '200911.657000', '200911.660000', '200911.662000', '200911.665000', '200911.668000', '200911.670000', '200911.673000', '200911.676000', '200911.678000', '200911.681000', '200911.683000', '200911.686000', '200911.689000', '200911.691000', '200911.694000', '200911.697000', '200911.700000', '200911.702000', '200911.705000', '200911.707000', '200911.710000', '200911.713000', '200911.716000', '200911.718000', '200911.721000', '200911.723000', '200911.726000', '200911.729000', '200911.731000', '200911.734000', '200931.620000', '200931.622000', '200931.625000', '200931.628000', '200931.630000', '200931.633000', '200931.636000', '200931.638000', '200931.641000', '200931.644000', '200931.646000', '200931.649000', '200931.652000', '200931.654000', '200931.657000', '200931.660000', '200931.662000', '200931.665000', '200931.668000', '200931.670000', '200931.673000', '200931.675000', '200931.678000', '200931.681000', '200931.683000', '200931.691000', '200931.693000', '200931.696000', '200931.699000', '200931.701000', '200931.704000', '200931.707000', '200931.709000', '200931.712000', '200931.714000', '200931.717000', '200931.720000', '200931.722000', '200931.725000', '200931.728000', '200931.731000', '200931.733000', '200931.736000', '200951.620000', '200951.623000', '200951.626000', '200951.628000', '200951.631000', '200951.633000', '200951.636000', '200951.639000', '200951.641000', '200951.644000', '200951.647000', '200951.650000', '200951.652000', '200951.655000', '200951.669000', '200951.672000', '200951.674000', '200951.677000', '200951.680000', '200951.682000', '200951.685000', '200951.687000', '200951.690000', '200951.693000', '200951.695000', '200951.698000', '200951.701000', '200951.703000', '200951.706000', '200951.709000', '200951.711000', '200951.714000', '200951.716000', '200951.719000', '200951.722000', '200951.724000', '200951.727000', '200951.729000', '200951.732000', '200951.735000', '200951.737000', '200951.740000', '200951.742000', '200951.745000', '201011.618000', '201011.622000', '201011.625000', '201011.627000', '201011.630000', '201011.633000', '201011.635000', '201011.638000', '201011.641000', '201011.643000', '201011.646000', '201011.648000', '201011.651000', '201011.654000', '201011.657000', '201011.659000', '201011.662000', '201011.665000', '201011.667000', '201011.670000', '201011.673000', '201011.675000', '201011.678000', '201011.681000', '201011.683000', '201011.686000', '201011.689000', '201011.691000', '201011.694000', '201011.696000', '201011.699000', '201011.702000', '201011.704000', '201011.707000', '201011.710000', '201011.712000', '201011.715000', '201011.717000', '201011.720000', '201011.723000', '201011.725000', '201011.728000', '201011.731000', '201031.619000', '201031.621000', '201031.624000', '201031.627000', '201031.629000', '201031.632000', '201031.635000', '201031.637000', '201031.640000', '201031.643000', '201031.645000', '201031.648000', '201031.651000', '201031.653000', '201031.656000', '201031.659000', '201031.661000', '201031.664000', '201031.667000', '201031.669000', '201031.672000', '201031.675000', '201031.677000', '201031.680000', '201031.683000', '201031.685000', '201031.688000', '201031.691000', '201031.694000', '201031.696000', '201031.699000', '201031.702000', '201031.704000', '201031.707000', '201031.710000', '201031.712000', '201031.715000', '201031.717000', '201031.720000', '201031.723000', '201031.725000', '201031.728000', '201031.731000', '201031.733000', '201051.620000', '201051.622000', '201051.625000', '201051.628000', '201051.630000', '201051.633000', '201051.636000', '201051.638000', '201051.641000', '201051.644000', '201051.647000', '201051.649000', '201051.652000', '201051.655000', '201051.657000', '201051.660000', '201051.663000', '201051.665000', '201051.668000', '201051.670000', '201051.673000', '201051.676000', '201051.678000', '201051.681000', '201051.684000', '201051.686000', '201051.689000', '201051.692000', '201051.695000', '201051.697000', '201051.700000', '201051.702000', '201051.705000', '201051.708000', '201051.710000', '201051.713000', '201051.716000', '201051.718000', '201051.721000', '201051.723000', '201051.726000', '201051.729000', '201051.731000', '201111.620000', '201111.624000', '201111.626000', '201111.629000', '201111.632000', '201111.634000', '201111.637000', '201111.640000', '201111.642000', '201111.645000', '201111.648000', '201111.650000', '201111.653000', '201111.655000', '201111.658000', '201111.661000', '201111.663000', '201111.666000', '201111.669000', '201111.671000', '201111.674000', '201111.677000', '201111.679000', '201111.682000', '201111.685000', '201111.687000', '201111.690000', '201111.693000', '201111.695000', '201111.698000', '201111.701000', '201111.703000', '201111.706000', '201111.709000', '201111.711000', '201111.714000', '201111.717000', '201111.719000', '201111.722000', '201111.736000', '201111.738000', '201111.741000', '201111.744000', '201111.746000', '201131.620000', '201131.622000', '201131.625000', '201131.628000', '201131.631000', '201131.633000', '201131.636000', '201131.639000', '201131.641000', '201131.644000', '201131.646000', '201131.649000', '201131.652000', '201131.655000', '201131.657000', '201131.660000', '201131.663000', '201131.665000', '201131.668000', '201131.670000', '201131.673000', '201131.676000', '201131.678000', '201131.681000', '201131.684000', '201131.686000', '201131.689000', '201131.692000', '201131.694000', '201131.697000', '201131.700000', '201131.702000', '201131.705000', '201131.707000', '201131.710000', '201131.713000', '201131.715000', '201131.718000', '201131.721000', '201131.723000', '201131.726000', '201131.728000', '201131.731000', '201151.620000', '201151.622000', '201151.625000', '201151.628000', '201151.631000', '201151.633000', '201151.636000', '201151.638000', '201151.641000', '201151.644000', '201151.647000', '201151.649000', '201151.652000', '201151.655000', '201151.657000', '201151.660000', '201151.663000', '201151.665000', '201151.668000', '201151.670000', '201151.673000', '201151.676000', '201151.678000', '201151.681000', '201151.684000', '201151.686000', '201151.689000', '201151.691000', '201151.694000', '201151.697000', '201151.699000', '201151.702000', '201151.705000', '201151.707000', '201151.710000', '201151.713000', '201151.715000', '201151.718000', '201151.721000', '201151.723000', '201151.726000', '201151.729000', '201151.731000', '201151.734000', '201211.620000', '201211.622000', '201211.625000', '201211.628000', '201211.631000', '201211.633000', '201211.636000', '201211.639000', '201211.641000', '201211.644000', '201211.647000', '201211.649000', '201211.652000', '201211.654000', '201211.657000', '201211.660000', '201211.662000', '201211.665000', '201211.668000', '201211.670000', '201211.673000', '201211.675000', '201211.678000', '201211.681000', '201211.683000', '201211.686000', '201211.689000', '201211.691000', '201211.694000', '201211.697000', '201211.699000', '201211.702000', '201211.705000', '201211.707000', '201211.710000', '201211.713000', '201211.715000', '201211.718000', '201211.721000', '201211.723000', '201211.726000', '201211.728000', '201211.731000', '201231.619000', '201231.621000', '201231.624000', '201231.627000', '201231.629000', '201231.632000', '201231.635000', '201231.638000', '201231.640000', '201231.643000', '201231.645000', '201231.648000', '201231.651000', '201231.653000', '201231.656000', '201231.659000', '201231.662000', '201231.664000', '201231.667000', '201231.670000', '201231.672000', '201231.675000', '201231.678000', '201231.680000', '201231.683000', '201231.686000', '201231.689000', '201231.691000', '201231.694000', '201231.697000', '201231.699000', '201231.702000', '201231.705000', '201231.707000', '201231.710000', '201231.713000', '201231.715000', '201231.718000', '201231.720000', '201231.723000', '201231.726000', '201231.729000', '201231.731000', '201231.734000', '201251.619000', '201251.622000', '201251.624000', '201251.627000', '201251.630000', '201251.632000', '201251.635000', '201251.638000', '201251.640000', '201251.643000', '201251.646000', '201251.648000', '201251.651000', '201251.654000', '201251.656000', '201251.659000', '201251.662000', '201251.664000', '201251.667000', '201251.670000', '201251.681000', '201251.684000', '201251.686000', '201251.689000', '201251.692000', '201251.694000', '201251.697000', '201251.700000', '201251.702000', '201251.705000', '201251.708000', '201251.710000', '201251.713000', '201251.716000', '201251.718000', '201251.721000', '201251.724000', '201251.726000', '201251.729000', '201251.732000', '201251.734000', '201251.737000', '201251.740000', '201311.620000', '201311.623000', '201311.626000', '201311.628000', '201311.631000', '201311.633000', '201311.636000', '201311.646000', '201311.648000', '201311.651000', '201311.654000', '201311.656000', '201311.659000', '201311.661000', '201311.664000', '201311.667000', '201311.669000', '201311.672000', '201311.675000', '201311.678000', '201311.680000', '201311.683000', '201311.686000', '201311.689000', '201311.691000', '201311.694000', '201311.696000', '201311.699000', '201311.702000', '201311.704000', '201311.707000', '201311.710000', '201311.712000', '201311.715000', '201311.718000', '201311.720000', '201311.723000', '201311.725000', '201311.728000', '201311.731000', '201311.735000', '201311.738000', '201311.741000', '201311.743000', '201331.620000', '201331.623000', '201331.625000', '201331.628000', '201331.631000', '201331.634000', '201331.636000', '201331.639000', '201331.642000', '201331.644000', '201331.647000', '201331.649000', '201331.652000', '201331.655000', '201331.657000', '201331.660000', '201331.663000', '201331.665000', '201331.668000', '201331.671000', '201331.673000', '201331.676000', '201331.678000', '201331.681000', '201331.684000', '201331.686000', '201331.689000', '201331.692000', '201331.694000', '201331.697000', '201331.699000', '201331.702000', '201331.705000', '201331.707000', '201331.710000', '201331.713000', '201331.715000', '201331.718000', '201331.721000', '201331.723000', '201331.726000', '201331.728000', '201331.731000', '201351.619000', '201351.622000', '201351.625000', '201351.628000', '201351.631000', '201351.633000', '201351.636000', '201351.639000', '201351.641000', '201351.644000', '201351.648000', '201351.650000', '201351.653000', '201351.656000', '201351.658000', '201351.661000', '201351.664000', '201351.667000', '201351.670000', '201351.673000', '201351.676000', '201351.678000', '201351.681000', '201351.684000', '201351.687000', '201351.690000', '201351.692000', '201351.695000', '201351.698000', '201351.700000', '201351.703000', '201351.706000', '201351.708000', '201351.711000', '201351.714000', '201351.716000', '201351.719000', '201351.722000', '201351.724000', '201351.727000', '201351.729000', '201351.732000', '201351.735000', '201411.620000', '201411.622000', '201411.625000', '201411.628000', '201411.631000', '201411.633000', '201411.636000', '201411.639000', '201411.641000', '201411.644000', '201411.647000', '201411.649000', '201411.652000', '201411.654000', '201411.657000', '201411.660000', '201411.662000', '201411.665000', '201411.668000', '201411.670000', '201411.673000', '201411.676000', '201411.678000', '201411.681000', '201411.683000', '201411.686000', '201411.689000', '201411.691000', '201411.694000', '201411.697000', '201411.699000', '201411.702000', '201411.716000', '201411.719000', '201411.721000', '201411.724000', '201411.726000', '201411.729000', '201411.732000', '201411.734000', '201411.737000', '201411.739000', '201411.742000', '201411.745000', '201431.620000', '201431.622000', '201431.625000', '201431.628000', '201431.631000', '201431.633000', '201431.636000', '201431.639000', '201431.641000', '201431.644000', '201431.647000', '201431.649000', '201431.652000', '201431.654000', '201431.657000', '201431.660000', '201431.663000', '201431.665000', '201431.668000', '201431.670000', '201431.673000', '201431.676000', '201431.678000', '201431.681000', '201431.684000', '201431.686000', '201431.689000', '201431.692000', '201431.694000', '201431.697000', '201431.700000', '201431.702000', '201431.705000', '201431.708000', '201431.710000', '201431.713000', '201431.716000', '201431.718000', '201431.721000', '201431.723000', '201431.726000', '201431.729000', '201431.731000', '201431.734000', '201451.619000', '201451.621000', '201451.624000', '201451.627000', '201451.630000', '201451.632000', '201451.635000', '201451.637000', '201451.640000', '201451.643000', '201451.645000', '201451.648000', '201451.651000', '201451.653000', '201451.656000', '201451.659000', '201451.661000', '201451.664000', '201451.666000', '201451.669000', '201451.672000', '201451.674000', '201451.677000', '201451.680000', '201451.682000', '201451.685000', '201451.687000', '201451.690000', '201451.693000', '201451.695000', '201451.698000', '201451.701000', '201451.703000', '201451.706000', '201451.709000', '201451.711000', '201451.714000', '201451.717000', '201451.719000', '201451.722000', '201451.724000', '201451.727000', '201451.736000', '201511.619000', '201511.622000', '201511.624000', '201511.627000', '201511.630000', '201511.633000', '201511.635000', '201511.638000', '201511.641000', '201511.643000', '201511.646000', '201511.649000', '201511.651000', '201511.654000', '201511.657000', '201511.660000', '201511.662000', '201511.665000', '201511.667000', '201511.670000', '201511.673000', '201511.676000', '201511.678000', '201511.681000', '201511.684000', '201511.687000', '201511.690000', '201511.693000', '201511.695000', '201511.698000', '201511.701000', '201511.703000', '201511.706000', '201511.709000', '201511.711000', '201511.714000', '201511.716000', '201511.719000', '201511.722000', '201511.724000', '201511.727000', '201511.729000', '201511.732000', '201531.620000', '201531.631000', '201531.633000', '201531.636000', '201531.639000', '201531.642000', '201531.644000', '201531.647000', '201531.650000', '201531.652000', '201531.655000', '201531.658000', '201531.660000', '201531.663000', '201531.666000', '201531.669000', '201531.671000', '201531.674000', '201531.677000', '201531.679000', '201531.682000', '201531.684000', '201531.687000', '201531.690000', '201531.693000', '201531.695000', '201531.698000', '201531.701000', '201531.712000', '201531.715000', '201531.717000', '201531.720000', '201531.723000', '201531.725000', '201531.728000', '201531.730000', '201531.733000', '201531.736000', '201531.738000', '201531.741000', '201531.744000', '201531.746000', '201531.749000', '201531.752000', '201551.620000', '201551.623000', '201551.625000', '201551.628000', '201551.631000', '201551.633000', '201551.636000', '201551.638000', '201551.641000', '201551.644000', '201551.646000', '201551.649000', '201551.652000', '201551.655000', '201551.657000', '201551.660000', '201551.663000', '201551.666000', '201551.669000', '201551.672000', '201551.675000', '201551.677000', '201551.680000', '201551.683000', '201551.685000', '201551.688000', '201551.691000', '201551.694000', '201551.696000', '201551.699000', '201551.702000', '201551.704000', '201551.707000', '201551.710000', '201551.712000', '201551.715000', '201551.718000', '201551.720000', '201551.723000', '201551.726000', '201551.728000', '201551.731000', '201551.734000', '201611.620000', '201611.623000', '201611.626000', '201611.629000', '201611.631000', '201611.634000', '201611.637000', '201611.639000', '201611.642000', '201611.645000', '201611.647000', '201611.650000', '201611.653000', '201611.655000', '201611.658000', '201611.660000', '201611.663000', '201611.666000', '201611.668000', '201611.671000', '201611.674000', '201611.676000', '201611.679000', '201611.682000', '201611.684000', '201611.687000', '201611.689000', '201611.692000', '201611.695000', '201611.697000', '201611.700000', '201611.703000', '201611.705000', '201611.708000', '201611.711000', '201611.713000', '201611.716000', '201611.719000', '201611.721000', '201611.724000', '201611.726000', '201611.729000', '201611.732000', '201611.734000', '201631.620000', '201631.622000', '201631.625000', '201631.628000', '201631.631000', '201631.633000', '201631.636000', '201631.639000', '201631.641000', '201631.644000', '201631.647000', '201631.649000', '201631.652000', '201631.655000', '201631.657000', '201631.660000', '201631.663000', '201631.665000', '201631.668000', '201631.671000', '201631.673000', '201631.676000', '201631.679000', '201631.681000', '201631.684000', '201631.687000', '201631.689000', '201631.692000', '201631.695000', '201631.697000', '201631.700000', '201631.703000', '201631.705000', '201631.708000', '201631.710000', '201631.713000', '201631.716000', '201631.718000', '201631.721000', '201631.725000', '201631.728000', '201631.731000', '201631.734000', '201651.620000', '201651.623000', '201651.625000', '201651.628000', '201651.631000', '201651.633000', '201651.636000', '201651.639000', '201651.641000', '201651.644000', '201651.647000', '201651.649000', '201651.652000', '201651.655000', '201651.657000', '201651.660000', '201651.663000', '201651.665000', '201651.668000', '201651.671000', '201651.673000', '201651.676000', '201651.679000', '201651.681000', '201651.684000', '201651.694000', '201651.697000', '201651.700000', '201651.702000', '201651.705000', '201651.708000', '201651.710000', '201651.713000', '201651.716000', '201651.718000', '201651.721000', '201651.724000', '201651.726000', '201651.729000', '201651.731000', '201651.734000', '201651.737000', '201651.740000', '201651.742000', '201711.619000', '201711.622000', '201711.625000', '201711.627000', '201711.630000', '201711.632000', '201711.635000', '201711.638000', '201711.641000', '201711.643000', '201711.646000', '201711.649000', '201711.651000', '201711.654000', '201711.657000', '201711.659000', '201711.662000', '201711.665000', '201711.667000', '201711.670000', '201711.673000', '201711.675000', '201711.678000', '201711.681000', '201711.683000', '201711.686000', '201711.689000', '201711.692000', '201711.705000', '201711.707000', '201711.710000', '201711.713000', '201711.716000', '201711.718000', '201711.721000', '201711.723000', '201711.726000', '201711.729000', '201711.732000', '201711.734000', '201711.737000', '201711.740000', '201711.742000', '201731.619000', '201731.622000', '201731.624000', '201731.627000', '201731.630000', '201731.633000', '201731.635000', '201731.638000', '201731.641000', '201731.644000', '201731.646000', '201731.649000', '201731.652000', '201731.654000', '201731.657000', '201731.660000', '201731.662000', '201731.665000', '201731.668000', '201731.670000', '201731.673000', '201731.676000', '201731.678000', '201731.681000', '201731.684000', '201731.686000', '201731.689000', '201731.692000', '201731.694000', '201731.697000', '201731.700000', '201731.702000', '201731.705000', '201731.708000', '201731.710000', '201731.713000', '201731.716000', '201731.718000', '201731.721000', '201731.724000', '201731.726000', '201731.729000', '201731.732000', '201731.734000', '201751.620000', '201751.623000', '201751.626000', '201751.628000', '201751.631000', '201751.634000', '201751.636000', '201751.639000', '201751.641000', '201751.644000', '201751.647000', '201751.649000', '201751.652000', '201751.655000', '201751.657000', '201751.660000', '201751.663000', '201751.665000', '201751.668000', '201751.671000', '201751.673000', '201751.676000', '201751.679000', '201751.681000', '201751.684000', '201751.687000', '201751.689000', '201751.692000', '201751.695000', '201751.698000', '201751.700000', '201751.703000', '201751.706000', '201751.709000', '201751.712000', '201751.716000', '201751.719000', '201751.721000', '201751.724000', '201751.727000', '201751.729000', '201751.732000', '201751.735000', '201811.620000', '201811.622000', '201811.625000', '201811.628000', '201811.631000', '201811.633000', '201811.636000', '201811.651000', '201811.653000', '201811.656000', '201811.659000', '201811.661000', '201811.664000', '201811.667000', '201811.669000', '201811.672000', '201811.674000', '201811.677000', '201811.680000', '201811.682000', '201811.685000', '201811.688000', '201811.690000', '201811.693000', '201811.696000', '201811.698000', '201811.701000', '201811.704000', '201811.706000', '201811.709000', '201811.712000', '201811.714000', '201811.717000', '201811.719000', '201811.722000', '201811.725000', '201811.727000', '201811.730000', '201811.733000', '201811.735000', '201811.738000', '201811.741000', '201811.743000', '201811.746000', '201813.818000', '201813.822000', '201813.824000', '201813.827000', '201813.831000'], 'InstanceCreationTime': ['200751.649000', '200751.664000', '200751.667000', '200751.670000', '200751.672000', '200751.675000', '200751.678000', '200751.680000', '200751.683000', '200751.686000', '200751.688000', '200751.691000', '200751.694000', '200751.696000', '200751.699000', '200751.702000', '200751.705000', '200751.707000', '200751.710000', '200751.713000', '200751.716000', '200751.723000', '200751.726000', '200811.619000', '200811.622000', '200811.624000', '200811.627000', '200811.630000', '200811.632000', '200811.635000', '200811.637000', '200811.640000', '200811.642000', '200811.645000', '200811.648000', '200811.650000', '200811.653000', '200811.656000', '200811.679000', '200811.682000', '200811.684000', '200811.687000', '200811.690000', '200811.692000', '200811.695000', '200811.697000', '200811.700000', '200811.703000', '200811.705000', '200811.708000', '200811.710000', '200811.713000', '200811.716000', '200811.718000', '200811.721000', '200811.749000', '200811.751000', '200811.754000', '200811.757000', '200811.759000', '200811.766000', '200811.768000', '200811.771000', '200811.774000', '200811.776000', '200811.779000', '200831.620000', '200831.623000', '200831.625000', '200831.628000', '200831.631000', '200831.633000', '200831.636000', '200831.639000', '200831.641000', '200831.644000', '200831.647000', '200831.649000', '200831.652000', '200831.654000', '200831.657000', '200831.660000', '200831.662000', '200831.665000', '200831.668000', '200831.670000', '200831.673000', '200831.676000', '200831.678000', '200831.681000', '200831.683000', '200831.686000', '200831.689000', '200831.691000', '200831.694000', '200831.697000', '200831.708000', '200831.711000', '200831.713000', '200831.716000', '200831.719000', '200831.721000', '200831.724000', '200831.727000', '200831.729000', '200831.732000', '200831.735000', '200831.737000', '200831.740000', '200831.742000', '200851.620000', '200851.622000', '200851.625000', '200851.628000', '200851.631000', '200851.633000', '200851.636000', '200851.638000', '200851.641000', '200851.644000', '200851.646000', '200851.649000', '200851.652000', '200851.654000', '200851.657000', '200851.659000', '200851.662000', '200851.665000', '200851.667000', '200851.670000', '200851.672000', '200851.675000', '200851.677000', '200851.680000', '200851.683000', '200851.686000', '200851.688000', '200851.691000', '200851.693000', '200851.696000', '200851.699000', '200851.701000', '200851.704000', '200851.707000', '200851.710000', '200851.717000', '200851.720000', '200851.722000', '200851.725000', '200851.729000', '200851.732000', '200851.735000', '200851.737000', '200911.619000', '200911.622000', '200911.625000', '200911.627000', '200911.631000', '200911.633000', '200911.636000', '200911.639000', '200911.641000', '200911.644000', '200911.647000', '200911.649000', '200911.652000', '200911.654000', '200911.657000', '200911.660000', '200911.662000', '200911.665000', '200911.668000', '200911.670000', '200911.673000', '200911.676000', '200911.678000', '200911.681000', '200911.683000', '200911.686000', '200911.689000', '200911.691000', '200911.694000', '200911.697000', '200911.700000', '200911.702000', '200911.705000', '200911.707000', '200911.710000', '200911.713000', '200911.716000', '200911.718000', '200911.721000', '200911.723000', '200911.726000', '200911.729000', '200911.731000', '200911.734000', '200931.620000', '200931.622000', '200931.625000', '200931.628000', '200931.630000', '200931.633000', '200931.636000', '200931.638000', '200931.641000', '200931.644000', '200931.646000', '200931.649000', '200931.652000', '200931.654000', '200931.657000', '200931.660000', '200931.662000', '200931.665000', '200931.668000', '200931.670000', '200931.673000', '200931.675000', '200931.678000', '200931.681000', '200931.683000', '200931.691000', '200931.693000', '200931.696000', '200931.699000', '200931.701000', '200931.704000', '200931.707000', '200931.709000', '200931.712000', '200931.714000', '200931.717000', '200931.720000', '200931.722000', '200931.725000', '200931.728000', '200931.731000', '200931.733000', '200931.736000', '200951.620000', '200951.623000', '200951.626000', '200951.628000', '200951.631000', '200951.633000', '200951.636000', '200951.639000', '200951.641000', '200951.644000', '200951.647000', '200951.650000', '200951.652000', '200951.655000', '200951.669000', '200951.672000', '200951.674000', '200951.677000', '200951.680000', '200951.682000', '200951.685000', '200951.687000', '200951.690000', '200951.693000', '200951.695000', '200951.698000', '200951.701000', '200951.703000', '200951.706000', '200951.709000', '200951.711000', '200951.714000', '200951.716000', '200951.719000', '200951.722000', '200951.724000', '200951.727000', '200951.729000', '200951.732000', '200951.735000', '200951.737000', '200951.740000', '200951.742000', '200951.745000', '201011.618000', '201011.622000', '201011.625000', '201011.627000', '201011.630000', '201011.633000', '201011.635000', '201011.638000', '201011.641000', '201011.643000', '201011.646000', '201011.648000', '201011.651000', '201011.654000', '201011.657000', '201011.659000', '201011.662000', '201011.665000', '201011.667000', '201011.670000', '201011.673000', '201011.675000', '201011.678000', '201011.681000', '201011.683000', '201011.686000', '201011.689000', '201011.691000', '201011.694000', '201011.696000', '201011.699000', '201011.702000', '201011.704000', '201011.707000', '201011.710000', '201011.712000', '201011.715000', '201011.717000', '201011.720000', '201011.723000', '201011.725000', '201011.728000', '201011.731000', '201031.619000', '201031.621000', '201031.624000', '201031.627000', '201031.629000', '201031.632000', '201031.635000', '201031.637000', '201031.640000', '201031.643000', '201031.645000', '201031.648000', '201031.651000', '201031.653000', '201031.656000', '201031.659000', '201031.661000', '201031.664000', '201031.667000', '201031.669000', '201031.672000', '201031.675000', '201031.677000', '201031.680000', '201031.683000', '201031.685000', '201031.688000', '201031.691000', '201031.694000', '201031.696000', '201031.699000', '201031.702000', '201031.704000', '201031.707000', '201031.710000', '201031.712000', '201031.715000', '201031.717000', '201031.720000', '201031.723000', '201031.725000', '201031.728000', '201031.731000', '201031.733000', '201051.620000', '201051.622000', '201051.625000', '201051.628000', '201051.630000', '201051.633000', '201051.636000', '201051.638000', '201051.641000', '201051.644000', '201051.647000', '201051.649000', '201051.652000', '201051.655000', '201051.657000', '201051.660000', '201051.663000', '201051.665000', '201051.668000', '201051.670000', '201051.673000', '201051.676000', '201051.678000', '201051.681000', '201051.684000', '201051.686000', '201051.689000', '201051.692000', '201051.695000', '201051.697000', '201051.700000', '201051.702000', '201051.705000', '201051.708000', '201051.710000', '201051.713000', '201051.716000', '201051.718000', '201051.721000', '201051.723000', '201051.726000', '201051.729000', '201051.731000', '201111.620000', '201111.624000', '201111.626000', '201111.629000', '201111.632000', '201111.634000', '201111.637000', '201111.640000', '201111.642000', '201111.645000', '201111.648000', '201111.650000', '201111.653000', '201111.655000', '201111.658000', '201111.661000', '201111.663000', '201111.666000', '201111.669000', '201111.671000', '201111.674000', '201111.677000', '201111.679000', '201111.682000', '201111.685000', '201111.687000', '201111.690000', '201111.693000', '201111.695000', '201111.698000', '201111.701000', '201111.703000', '201111.706000', '201111.709000', '201111.711000', '201111.714000', '201111.717000', '201111.719000', '201111.722000', '201111.736000', '201111.738000', '201111.741000', '201111.744000', '201111.746000', '201131.620000', '201131.622000', '201131.625000', '201131.628000', '201131.631000', '201131.633000', '201131.636000', '201131.639000', '201131.641000', '201131.644000', '201131.646000', '201131.649000', '201131.652000', '201131.655000', '201131.657000', '201131.660000', '201131.663000', '201131.665000', '201131.668000', '201131.670000', '201131.673000', '201131.676000', '201131.678000', '201131.681000', '201131.684000', '201131.686000', '201131.689000', '201131.692000', '201131.694000', '201131.697000', '201131.700000', '201131.702000', '201131.705000', '201131.707000', '201131.710000', '201131.713000', '201131.715000', '201131.718000', '201131.721000', '201131.723000', '201131.726000', '201131.728000', '201131.731000', '201151.620000', '201151.622000', '201151.625000', '201151.628000', '201151.631000', '201151.633000', '201151.636000', '201151.638000', '201151.641000', '201151.644000', '201151.647000', '201151.649000', '201151.652000', '201151.655000', '201151.657000', '201151.660000', '201151.663000', '201151.665000', '201151.668000', '201151.670000', '201151.673000', '201151.676000', '201151.678000', '201151.681000', '201151.684000', '201151.686000', '201151.689000', '201151.691000', '201151.694000', '201151.697000', '201151.699000', '201151.702000', '201151.705000', '201151.707000', '201151.710000', '201151.713000', '201151.715000', '201151.718000', '201151.721000', '201151.723000', '201151.726000', '201151.729000', '201151.731000', '201151.734000', '201211.620000', '201211.622000', '201211.625000', '201211.628000', '201211.631000', '201211.633000', '201211.636000', '201211.639000', '201211.641000', '201211.644000', '201211.647000', '201211.649000', '201211.652000', '201211.654000', '201211.657000', '201211.660000', '201211.662000', '201211.665000', '201211.668000', '201211.670000', '201211.673000', '201211.675000', '201211.678000', '201211.681000', '201211.683000', '201211.686000', '201211.689000', '201211.691000', '201211.694000', '201211.697000', '201211.699000', '201211.702000', '201211.705000', '201211.707000', '201211.710000', '201211.713000', '201211.715000', '201211.718000', '201211.721000', '201211.723000', '201211.726000', '201211.728000', '201211.731000', '201231.619000', '201231.621000', '201231.624000', '201231.627000', '201231.629000', '201231.632000', '201231.635000', '201231.638000', '201231.640000', '201231.643000', '201231.645000', '201231.648000', '201231.651000', '201231.653000', '201231.656000', '201231.659000', '201231.662000', '201231.664000', '201231.667000', '201231.670000', '201231.672000', '201231.675000', '201231.678000', '201231.680000', '201231.683000', '201231.686000', '201231.689000', '201231.691000', '201231.694000', '201231.697000', '201231.699000', '201231.702000', '201231.705000', '201231.707000', '201231.710000', '201231.713000', '201231.715000', '201231.718000', '201231.720000', '201231.723000', '201231.726000', '201231.729000', '201231.731000', '201231.734000', '201251.619000', '201251.622000', '201251.624000', '201251.627000', '201251.630000', '201251.632000', '201251.635000', '201251.638000', '201251.640000', '201251.643000', '201251.646000', '201251.648000', '201251.651000', '201251.654000', '201251.656000', '201251.659000', '201251.662000', '201251.664000', '201251.667000', '201251.670000', '201251.681000', '201251.684000', '201251.686000', '201251.689000', '201251.692000', '201251.694000', '201251.697000', '201251.700000', '201251.702000', '201251.705000', '201251.708000', '201251.710000', '201251.713000', '201251.716000', '201251.718000', '201251.721000', '201251.724000', '201251.726000', '201251.729000', '201251.732000', '201251.734000', '201251.737000', '201251.740000', '201311.620000', '201311.623000', '201311.626000', '201311.628000', '201311.631000', '201311.633000', '201311.636000', '201311.646000', '201311.648000', '201311.651000', '201311.654000', '201311.656000', '201311.659000', '201311.661000', '201311.664000', '201311.667000', '201311.669000', '201311.672000', '201311.675000', '201311.678000', '201311.680000', '201311.683000', '201311.686000', '201311.689000', '201311.691000', '201311.694000', '201311.696000', '201311.699000', '201311.702000', '201311.704000', '201311.707000', '201311.710000', '201311.712000', '201311.715000', '201311.718000', '201311.720000', '201311.723000', '201311.725000', '201311.728000', '201311.731000', '201311.735000', '201311.738000', '201311.741000', '201311.743000', '201331.620000', '201331.623000', '201331.625000', '201331.628000', '201331.631000', '201331.634000', '201331.636000', '201331.639000', '201331.642000', '201331.644000', '201331.647000', '201331.649000', '201331.652000', '201331.655000', '201331.657000', '201331.660000', '201331.663000', '201331.665000', '201331.668000', '201331.671000', '201331.673000', '201331.676000', '201331.678000', '201331.681000', '201331.684000', '201331.686000', '201331.689000', '201331.692000', '201331.694000', '201331.697000', '201331.699000', '201331.702000', '201331.705000', '201331.707000', '201331.710000', '201331.713000', '201331.715000', '201331.718000', '201331.721000', '201331.723000', '201331.726000', '201331.728000', '201331.731000', '201351.619000', '201351.622000', '201351.625000', '201351.628000', '201351.631000', '201351.633000', '201351.636000', '201351.639000', '201351.641000', '201351.644000', '201351.648000', '201351.650000', '201351.653000', '201351.656000', '201351.658000', '201351.661000', '201351.664000', '201351.667000', '201351.670000', '201351.673000', '201351.676000', '201351.678000', '201351.681000', '201351.684000', '201351.687000', '201351.690000', '201351.692000', '201351.695000', '201351.698000', '201351.700000', '201351.703000', '201351.706000', '201351.708000', '201351.711000', '201351.714000', '201351.716000', '201351.719000', '201351.722000', '201351.724000', '201351.727000', '201351.729000', '201351.732000', '201351.735000', '201411.620000', '201411.622000', '201411.625000', '201411.628000', '201411.631000', '201411.633000', '201411.636000', '201411.639000', '201411.641000', '201411.644000', '201411.647000', '201411.649000', '201411.652000', '201411.654000', '201411.657000', '201411.660000', '201411.662000', '201411.665000', '201411.668000', '201411.670000', '201411.673000', '201411.676000', '201411.678000', '201411.681000', '201411.683000', '201411.686000', '201411.689000', '201411.691000', '201411.694000', '201411.697000', '201411.699000', '201411.702000', '201411.716000', '201411.719000', '201411.721000', '201411.724000', '201411.726000', '201411.729000', '201411.732000', '201411.734000', '201411.737000', '201411.739000', '201411.742000', '201411.745000', '201431.620000', '201431.622000', '201431.625000', '201431.628000', '201431.631000', '201431.633000', '201431.636000', '201431.639000', '201431.641000', '201431.644000', '201431.647000', '201431.649000', '201431.652000', '201431.654000', '201431.657000', '201431.660000', '201431.663000', '201431.665000', '201431.668000', '201431.670000', '201431.673000', '201431.676000', '201431.678000', '201431.681000', '201431.684000', '201431.686000', '201431.689000', '201431.692000', '201431.694000', '201431.697000', '201431.700000', '201431.702000', '201431.705000', '201431.708000', '201431.710000', '201431.713000', '201431.716000', '201431.718000', '201431.721000', '201431.723000', '201431.726000', '201431.729000', '201431.731000', '201431.734000', '201451.619000', '201451.621000', '201451.624000', '201451.627000', '201451.630000', '201451.632000', '201451.635000', '201451.637000', '201451.640000', '201451.643000', '201451.645000', '201451.648000', '201451.651000', '201451.653000', '201451.656000', '201451.659000', '201451.661000', '201451.664000', '201451.666000', '201451.669000', '201451.672000', '201451.674000', '201451.677000', '201451.680000', '201451.682000', '201451.685000', '201451.687000', '201451.690000', '201451.693000', '201451.695000', '201451.698000', '201451.701000', '201451.703000', '201451.706000', '201451.709000', '201451.711000', '201451.714000', '201451.717000', '201451.719000', '201451.722000', '201451.724000', '201451.727000', '201451.736000', '201511.619000', '201511.622000', '201511.624000', '201511.627000', '201511.630000', '201511.633000', '201511.635000', '201511.638000', '201511.641000', '201511.643000', '201511.646000', '201511.649000', '201511.651000', '201511.654000', '201511.657000', '201511.660000', '201511.662000', '201511.665000', '201511.667000', '201511.670000', '201511.673000', '201511.676000', '201511.678000', '201511.681000', '201511.684000', '201511.687000', '201511.690000', '201511.693000', '201511.695000', '201511.698000', '201511.701000', '201511.703000', '201511.706000', '201511.709000', '201511.711000', '201511.714000', '201511.716000', '201511.719000', '201511.722000', '201511.724000', '201511.727000', '201511.729000', '201511.732000', '201531.620000', '201531.631000', '201531.633000', '201531.636000', '201531.639000', '201531.642000', '201531.644000', '201531.647000', '201531.650000', '201531.652000', '201531.655000', '201531.658000', '201531.660000', '201531.663000', '201531.666000', '201531.669000', '201531.671000', '201531.674000', '201531.677000', '201531.679000', '201531.682000', '201531.684000', '201531.687000', '201531.690000', '201531.693000', '201531.695000', '201531.698000', '201531.701000', '201531.712000', '201531.715000', '201531.717000', '201531.720000', '201531.723000', '201531.725000', '201531.728000', '201531.730000', '201531.733000', '201531.736000', '201531.738000', '201531.741000', '201531.744000', '201531.746000', '201531.749000', '201531.752000', '201551.620000', '201551.623000', '201551.625000', '201551.628000', '201551.631000', '201551.633000', '201551.636000', '201551.638000', '201551.641000', '201551.644000', '201551.646000', '201551.649000', '201551.652000', '201551.655000', '201551.657000', '201551.660000', '201551.663000', '201551.666000', '201551.669000', '201551.672000', '201551.675000', '201551.677000', '201551.680000', '201551.683000', '201551.685000', '201551.688000', '201551.691000', '201551.694000', '201551.696000', '201551.699000', '201551.702000', '201551.704000', '201551.707000', '201551.710000', '201551.712000', '201551.715000', '201551.718000', '201551.720000', '201551.723000', '201551.726000', '201551.728000', '201551.731000', '201551.734000', '201611.620000', '201611.623000', '201611.626000', '201611.629000', '201611.631000', '201611.634000', '201611.637000', '201611.639000', '201611.642000', '201611.645000', '201611.647000', '201611.650000', '201611.653000', '201611.655000', '201611.658000', '201611.660000', '201611.663000', '201611.666000', '201611.668000', '201611.671000', '201611.674000', '201611.676000', '201611.679000', '201611.682000', '201611.684000', '201611.687000', '201611.689000', '201611.692000', '201611.695000', '201611.697000', '201611.700000', '201611.703000', '201611.705000', '201611.708000', '201611.711000', '201611.713000', '201611.716000', '201611.719000', '201611.721000', '201611.724000', '201611.726000', '201611.729000', '201611.732000', '201611.734000', '201631.620000', '201631.622000', '201631.625000', '201631.628000', '201631.631000', '201631.633000', '201631.636000', '201631.639000', '201631.641000', '201631.644000', '201631.647000', '201631.649000', '201631.652000', '201631.655000', '201631.657000', '201631.660000', '201631.663000', '201631.665000', '201631.668000', '201631.671000', '201631.673000', '201631.676000', '201631.679000', '201631.681000', '201631.684000', '201631.687000', '201631.689000', '201631.692000', '201631.695000', '201631.697000', '201631.700000', '201631.703000', '201631.705000', '201631.708000', '201631.710000', '201631.713000', '201631.716000', '201631.718000', '201631.721000', '201631.725000', '201631.728000', '201631.731000', '201631.734000', '201651.620000', '201651.623000', '201651.625000', '201651.628000', '201651.631000', '201651.633000', '201651.636000', '201651.639000', '201651.641000', '201651.644000', '201651.647000', '201651.649000', '201651.652000', '201651.655000', '201651.657000', '201651.660000', '201651.663000', '201651.665000', '201651.668000', '201651.671000', '201651.673000', '201651.676000', '201651.679000', '201651.681000', '201651.684000', '201651.694000', '201651.697000', '201651.700000', '201651.702000', '201651.705000', '201651.708000', '201651.710000', '201651.713000', '201651.716000', '201651.718000', '201651.721000', '201651.724000', '201651.726000', '201651.729000', '201651.731000', '201651.734000', '201651.737000', '201651.740000', '201651.742000', '201711.619000', '201711.622000', '201711.625000', '201711.627000', '201711.630000', '201711.632000', '201711.635000', '201711.638000', '201711.641000', '201711.643000', '201711.646000', '201711.649000', '201711.651000', '201711.654000', '201711.657000', '201711.659000', '201711.662000', '201711.665000', '201711.667000', '201711.670000', '201711.673000', '201711.675000', '201711.678000', '201711.681000', '201711.683000', '201711.686000', '201711.689000', '201711.692000', '201711.705000', '201711.707000', '201711.710000', '201711.713000', '201711.716000', '201711.718000', '201711.721000', '201711.723000', '201711.726000', '201711.729000', '201711.732000', '201711.734000', '201711.737000', '201711.740000', '201711.742000', '201731.619000', '201731.622000', '201731.624000', '201731.627000', '201731.630000', '201731.633000', '201731.635000', '201731.638000', '201731.641000', '201731.644000', '201731.646000', '201731.649000', '201731.652000', '201731.654000', '201731.657000', '201731.660000', '201731.662000', '201731.665000', '201731.668000', '201731.670000', '201731.673000', '201731.676000', '201731.678000', '201731.681000', '201731.684000', '201731.686000', '201731.689000', '201731.692000', '201731.694000', '201731.697000', '201731.700000', '201731.702000', '201731.705000', '201731.708000', '201731.710000', '201731.713000', '201731.716000', '201731.718000', '201731.721000', '201731.724000', '201731.726000', '201731.729000', '201731.732000', '201731.734000', '201751.620000', '201751.623000', '201751.626000', '201751.628000', '201751.631000', '201751.634000', '201751.636000', '201751.639000', '201751.641000', '201751.644000', '201751.647000', '201751.649000', '201751.652000', '201751.655000', '201751.657000', '201751.660000', '201751.663000', '201751.665000', '201751.668000', '201751.671000', '201751.673000', '201751.676000', '201751.679000', '201751.681000', '201751.684000', '201751.687000', '201751.689000', '201751.692000', '201751.695000', '201751.698000', '201751.700000', '201751.703000', '201751.706000', '201751.709000', '201751.712000', '201751.716000', '201751.719000', '201751.721000', '201751.724000', '201751.727000', '201751.729000', '201751.732000', '201751.735000', '201811.620000', '201811.622000', '201811.625000', '201811.628000', '201811.631000', '201811.633000', '201811.636000', '201811.651000', '201811.653000', '201811.656000', '201811.659000', '201811.661000', '201811.664000', '201811.667000', '201811.669000', '201811.672000', '201811.674000', '201811.677000', '201811.680000', '201811.682000', '201811.685000', '201811.688000', '201811.690000', '201811.693000', '201811.696000', '201811.698000', '201811.701000', '201811.704000', '201811.706000', '201811.709000', '201811.712000', '201811.714000', '201811.717000', '201811.719000', '201811.722000', '201811.725000', '201811.727000', '201811.730000', '201811.733000', '201811.735000', '201811.738000', '201811.741000', '201811.743000', '201811.746000', '201813.818000', '201813.822000', '201813.824000', '201813.827000', '201813.831000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10328, 10802, 9417, 10775, 9306, 9029, 8262, 8996, 7662, 8960, 10044, 8827, 11637, 8393, 9462, 8578, 8684, 12332, 8443, 9912, 7716, 8758, 11808, 8526, 10723, 7880, 8652, 8737, 7939, 10812, 7761, 8649, 8892, 8029, 11570, 7939, 9025, 9500, 7653, 11153, 8134, 10565, 7510, 8839, 13324, 8210, 10819, 7818, 8936, 12728, 7872, 12551, 9053, 9534, 9578, 9222, 11704, 7881, 10774, 8193, 8882, 15355, 8296, 12428, 9049, 9641, 14964, 8281, 12626, 8345, 8980, 12661, 7942, 11962, 8738, 10286, 7386, 8728, 12402, 8084, 10403, 7926, 8753, 13702, 7961, 11553, 8763, 9372, 15010, 8807, 12671, 8299, 9586, 13093, 7775, 12164, 8509, 9727, 7125, 8139, 11037, 8125, 10248, 7752, 8677, 9569, 8527, 11278, 7825, 10172, 7703, 8692, 9143, 8566, 11364, 7839, 9554, 9531, 8350, 13103, 8212, 11238, 8387, 9255, 15287, 8634, 12828, 8517, 9132, 12442, 7841, 11472, 8233, 8944, 7613, 8415, 12044, 8114, 9968, 8404, 8484, 14705, 8361, 11184, 9104, 8920, 14638, 7911, 11488, 8140, 8962, 8419, 8641, 12959, 8370, 10607, 9127, 8316, 12377, 8529, 10178, 7760, 8792, 13691, 8363, 10040, 7650, 8596, 11503, 7794, 9514, 7972, 8614, 12519, 8257, 10625, 8189, 8354, 12389, 8059, 9002, 8585, 8293, 10955, 8207, 8636, 11861, 7923, 11248, 8538, 8947, 13594, 8009, 11092, 8255, 9023, 7399, 8628, 12349, 8039, 10466, 8050, 9079, 16001, 8287, 11661, 8349, 8950, 15320, 8269, 12731, 8550, 9360, 14730, 7986, 12260, 9336, 9314, 10162, 8476, 10679, 8714, 9173, 9164, 8277, 11374, 8376, 11058, 8382, 9091, 12903, 8583, 11026, 8393, 8878, 14399, 8337, 10307, 13888, 8264, 12671, 8674, 10941, 9433, 8335, 12850, 8513, 9631, 8566, 8639, 13355, 8361, 9797, 8779, 8483, 13025, 8487, 9887, 9577, 8328, 12371, 8493, 9690, 12528, 8138, 11331, 8512, 10446, 9620, 8120, 11943, 8104, 8546, 7355, 8306, 11813, 8171, 10393, 7574, 8458, 10455, 7695, 10807, 8490, 9101, 11003, 8254, 11251, 8459, 9448, 15952, 8055, 12967, 9448, 9336, 11220, 9298, 13197, 8209, 10235, 7930, 8845, 7810, 8416, 9106, 14030, 10241, 10002, 15740, 8914, 13718, 10301, 10166, 15996, 9182, 13719, 9288, 9614, 16833, 8821, 11958, 8519, 8385, 12107, 8241, 10081, 8863, 8401, 12735, 8211, 8877, 11586, 8249, 10740, 7870, 8495, 12026, 7958, 8937, 7819, 8872, 12438, 8171, 8884, 14867, 8031, 11893, 8887, 8854, 12774, 8040, 9565, 7343, 8550, 7701, 7856, 10862, 7535, 8876, 7521, 8508, 11628, 7677, 11497, 9097, 9822, 10409, 9028, 13983, 8527, 11055, 13950, 9624, 13481, 7855, 12754, 9127, 10109, 16973, 9352, 14281, 8845, 11058, 10930, 9072, 12897, 8933, 10838, 8344, 8729, 16675, 8344, 12412, 9206, 9359, 16902, 8642, 12030, 8993, 8973, 12978, 8386, 12547, 8093, 11026, 8711, 8699, 13060, 8059, 11435, 8463, 10273, 8278, 8558, 10180, 8177, 13262, 8268, 10846, 10286, 9202, 14657, 9151, 12604, 9108, 10038, 15379, 8242, 12162, 8200, 11024, 8110, 8808, 12932, 8171, 10537, 8465, 10388, 7610, 8335, 12640, 8267, 10169, 7866, 8144, 12171, 7937, 11012, 8140, 10529, 11607, 8589, 12866, 9403, 10591, 12085, 9082, 12905, 9016, 9590, 9174, 9060, 15422, 8937, 11527, 9048, 9047, 12587, 8119, 10948, 8150, 9048, 10858, 7958, 11539, 8093, 9113, 14039, 8155, 11798, 8771, 9248, 15384, 9218, 11912, 11921, 9135, 12894, 8919, 10955, 9673, 8746, 12814, 8568, 9502, 7466, 8488, 12728, 8208, 9571, 7996, 8728, 11716, 8602, 11794, 8142, 9413, 7748, 9087, 12502, 8532, 10416, 7612, 9027, 10323, 8193, 11664, 8188, 9319, 12035, 8567, 15090, 9165, 9440, 15802, 8094, 12736, 9217, 10412, 7677, 8103, 7572, 8763, 11752, 7681, 11539, 8203, 8703, 13330, 8121, 10684, 13732, 8276, 12530, 9569, 10305, 16864, 9173, 11643, 17510, 8968, 15287, 9544, 9248, 13173, 8644, 11105, 7646, 8758, 12575, 8343, 10311, 10060, 8439, 12154, 7842, 9779, 9197, 8243, 12091, 7608, 8454, 11333, 7837, 9426, 9322, 7974, 11413, 7951, 8949, 13469, 7738, 11303, 9052, 8658, 12723, 8100, 9224, 12640, 7926, 11399, 8267, 8753, 11900, 8206, 8895, 8334, 7794, 10821, 7945, 8656, 9082, 8026, 11620, 7969, 9544, 12945, 7726, 11538, 8204, 9336, 11234, 8325, 11572, 8051, 9169, 8636, 8402, 13719, 7922, 11171, 8286, 8958, 9066, 8584, 14341, 8072, 13349, 9039, 9725, 7983, 9262, 7665, 8411, 7985, 9981, 8366, 13019, 9652, 14169, 10045, 10357, 16904, 10969, 13430, 10950, 12148, 9032, 9425, 8948, 8697, 10969, 8311, 10869, 8521, 10079, 7566, 8767, 12369, 8083, 11415, 8402, 9519, 11770, 8232, 11310, 8451, 10731, 8324, 9221, 11967, 8582, 10824, 8382, 10296, 7768, 9173, 9895, 8292, 10347, 8063, 10287, 7851, 9479, 7997, 9394, 9331, 8561, 15590, 8229, 12837, 9744, 11334, 8588, 8936, 9466, 8375, 14486, 8290, 11503, 8849, 10280, 8033, 9225, 8088, 8559, 7538, 8762, 8119, 8693, 11354, 8829, 10856, 8490, 11522, 8276, 11264, 8206, 9770, 7928, 9283, 7554, 8913, 8276, 8472, 8455, 8331, 14515, 7986, 11503, 8376, 9255, 7654, 9092, 15519, 8178, 12211, 8694, 8702, 18487, 7916, 15731, 8016, 9417, 8258, 7996, 13692, 7770, 10328, 7578, 9706, 7894, 8451, 14378, 8087, 11323, 8098, 8513, 7253, 8647, 13620, 7606, 10714, 8082, 8554, 7863, 8620, 15162, 7598, 11876, 8041, 8507, 7465, 8125, 17426, 8037, 14672, 10341, 10762, 7396, 10010, 16454, 7893, 11730, 8185, 8495, 12305, 8088, 12557, 7805, 10410, 7763, 8345, 7270, 8042, 11944, 7706, 10758, 8131, 8700, 7465, 8511, 14425, 7636, 12407, 8000, 9406, 7276, 8519, 14356, 7950, 12893, 8445, 12319, 8456, 10394, 7299, 8333, 11663, 7970, 14812, 7630, 13266, 8633, 11831, 7849, 8582, 7518, 8430, 13447, 7751, 10847, 7945, 8245, 18382, 7483, 15469, 9875, 9640, 10454, 8097, 18272, 7523, 14415, 7511, 8793, 7204, 7903, 9771, 7734, 11132, 7507, 10380, 7509, 8690, 7754, 8638, 14535, 7658, 11804, 7950, 10433, 7681, 7881, 7443, 7894, 7387, 7890, 7554, 9067, 8228, 14064, 14068, 11971, 17593, 9846, 14857, 10463, 11470, 10519, 8757, 17361, 7875, 16211, 7918, 12507, 7733, 8208, 7362, 7885, 9825, 7520, 10941, 7799, 10705, 7626, 8616, 13703, 7475, 12585, 10380, 11808, 8177, 9853, 15968, 7695, 9655, 7510, 8164, 9063, 7622, 11010, 7686, 8873, 7335, 8327, 8771, 7957, 13709, 8332, 11869, 9009, 11217, 8303, 10999, 8113, 10675, 8839, 11258, 8457, 11255, 8354, 10506, 8581, 10856, 8490, 10011, 9218, 8763, 18614, 8383, 14598, 9105, 10366, 9131, 8602, 17162, 8088, 11626, 9158, 9294, 17682, 7856, 13758, 9665, 9877, 18247, 8729, 14341, 8160, 9144, 13052, 7903, 11299, 8833, 9579, 8075, 9103, 8206, 8404, 11888, 8593, 9851, 8586, 9223, 13655, 8394, 12522, 9153, 10715, 17769, 9817, 16455, 11180, 11295, 17059, 8989, 13827, 9380, 9745, 16061, 8206, 13604, 8473, 9632, 7779, 8771, 13464, 8154, 10938, 8225, 10030, 7603, 8798, 14478, 8198, 13257, 7839, 12419, 10506, 9766, 17336, 9068, 12657, 8295, 9772, 9459, 8095, 13684, 8337, 12039, 7819, 9797, 7371, 8313, 9664, 8245, 12768, 8331, 11842, 8760, 10945, 8681, 9640, 10978, 8983, 14521, 8960, 11918, 13967, 9796, 15953, 9442, 12942, 8730, 10104, 18111, 8738, 12800, 8780, 9861, 8926, 8878, 14297, 8925, 11946, 8686, 9346, 15062, 8952, 13456, 9265, 11044, 13258, 8983, 15878, 9530, 11401, 10383, 9212, 16683, 9294, 11880, 9248, 9938, 8592, 9577, 13088, 9317, 11367, 9069, 9671, 8890, 9512, 14319, 9243, 11779, 8897, 9810, 18487, 9243, 15131, 9979, 10480, 12403, 9311, 13502, 8972, 10006, 8716, 9157, 10068, 8985, 11548, 8779, 9825, 10588, 9073, 11509, 8853, 12148, 9189, 9551, 8302, 9034, 8520, 8794, 12801, 8988, 11665, 11467, 9433, 17024, 8574, 13903, 8840, 10820, 10753, 9000, 16843, 8441, 12735, 9050, 10876, 8389, 8842, 11400, 8467, 12607, 8721, 11201, 8482, 9673, 10737, 8547, 14841, 8608, 12550, 8840, 10929, 8426, 9006, 8040, 9176, 8748, 9277, 11992, 9423, 10138, 8388, 9480, 13617, 9338, 12521, 9555, 9912, 8477, 9485, 15791, 9354, 13279, 9574, 11877, 9241, 9058, 8091, 8756, 9142, 9662, 9486, 12917, 9788, 13686, 9639, 12837, 13813, 10698, 17928, 12463, 15041, 9988, 10188, 12686, 9654, 12201, 9419, 11237, 9520, 9593, 13324, 9493, 11927, 9472, 9646, 10840, 9577, 12328, 9485, 10402, 8653, 9611, 13275, 9418, 10455, 8758, 9500, 13589, 9190, 12153, 9362, 9584, 16373, 9300, 12819, 9162, 9792, 11016, 9280, 12253, 9307, 10431, 9219, 9278, 10841, 9340, 11714, 9302, 9214, 8211, 9376, 14007, 9412, 13036, 9361, 12979, 9580, 15930, 9435, 8991, 9712, 12996, 9795, 10630, 17911, 10041, 15969, 10891, 11201, 17867, 9937, 14648, 12171, 11560, 18437, 15483, 15228, 11854, 11735, 18215, 9763, 14896, 9600, 10689, 15048, 9887, 11791, 9565, 10352, 12751, 9601, 11668, 9404, 10384, 8661, 9408, 12486, 9582, 10225, 8943, 9271, 10176, 8747, 10327, 9119, 9000, 9089, 14020, 9809, 11639, 8353, 9868, 15901, 9369, 12702, 9774, 10217, 8883, 9599, 10366, 9513, 11769, 9096, 11319, 9408, 10947, 9393, 9643, 9532, 9620, 12305, 9409, 13140, 9142, 12030, 8754, 9619, 13717, 9371, 16118, 9303, 12866, 9283, 10050, 15120, 9655, 15352, 9259, 13707, 9270, 10405, 11280, 9449, 17307, 9504, 12773, 9465, 9863, 8834, 9716, 15777, 9353, 14313, 9808, 10428, 8981, 9591, 11404, 9235, 16241, 9598, 12936, 9671, 10783, 9502, 9771, 9023, 9646, 16622, 9833, 13603, 9619, 12747, 9878, 11522, 9521, 10159], 'WindowCenter': [4480.0, 4463.0, 4442.0, 4449.0, 4442.0, 4442.0, 4431.0, 4442.0, 4420.0, 4442.0, 4450.0, 4442.0, 4461.0, 4432.0, 4453.0, 4441.0, 4444.0, 4484.0, 4445.0, 4453.0, 4434.0, 4445.0, 4473.0, 4445.0, 4464.0, 4435.0, 4446.0, 4443.0, 4445.0, 4475.0, 4437.0, 4458.0, 4455.0, 4447.0, 4486.0, 4446.0, 4469.0, 4467.0, 4448.0, 4488.0, 4460.0, 4489.0, 4438.0, 4469.0, 4508.0, 4460.0, 4490.0, 4450.0, 4470.0, 4507.0, 4461.0, 4500.0, 4470.0, 4481.0, 4478.0, 4481.0, 4500.0, 4461.0, 4502.0, 4461.0, 4482.0, 4530.0, 4461.0, 4511.0, 4469.0, 4481.0, 4519.0, 4460.0, 4499.0, 4458.0, 4470.0, 4498.0, 4459.0, 4498.0, 4459.0, 4479.0, 4438.0, 4470.0, 4497.0, 4458.0, 4490.0, 4458.0, 4470.0, 4509.0, 4457.0, 4490.0, 4460.0, 4479.0, 4518.0, 4469.0, 4498.0, 4458.0, 4468.0, 4497.0, 4450.0, 4498.0, 4458.0, 4468.0, 4437.0, 4459.0, 4486.0, 4460.0, 4479.0, 4449.0, 4469.0, 4478.0, 4469.0, 4489.0, 4461.0, 4490.0, 4460.0, 4471.0, 4469.0, 4471.0, 4499.0, 4460.0, 4481.0, 4479.0, 4461.0, 4509.0, 4460.0, 4500.0, 4459.0, 4480.0, 4517.0, 4469.0, 4499.0, 4459.0, 4470.0, 4499.0, 4460.0, 4499.0, 4460.0, 4470.0, 4449.0, 4471.0, 4510.0, 4460.0, 4480.0, 4460.0, 4471.0, 4519.0, 4461.0, 4489.0, 4468.0, 4469.0, 4517.0, 4459.0, 4489.0, 4460.0, 4470.0, 4458.0, 4469.0, 4509.0, 4460.0, 4490.0, 4469.0, 4461.0, 4499.0, 4457.0, 4479.0, 4448.0, 4469.0, 4508.0, 4459.0, 4479.0, 4448.0, 4469.0, 4487.0, 4449.0, 4479.0, 4459.0, 4470.0, 4498.0, 4460.0, 4490.0, 4458.0, 4460.0, 4499.0, 4459.0, 4469.0, 4458.0, 4470.0, 4488.0, 4460.0, 4467.0, 4499.0, 4459.0, 4490.0, 4459.0, 4471.0, 4508.0, 4460.0, 4489.0, 4458.0, 4470.0, 4449.0, 4470.0, 4509.0, 4459.0, 4490.0, 4460.0, 4471.0, 4529.0, 4460.0, 4500.0, 4459.0, 4470.0, 4519.0, 4459.0, 4508.0, 4459.0, 4480.0, 4517.0, 4460.0, 4499.0, 4468.0, 4469.0, 4477.0, 4458.0, 4488.0, 4459.0, 4480.0, 4469.0, 4468.0, 4499.0, 4460.0, 4500.0, 4459.0, 4470.0, 4509.0, 4469.0, 4490.0, 4458.0, 4468.0, 4519.0, 4460.0, 4492.0, 4509.0, 4458.0, 4497.0, 4458.0, 4489.0, 4467.0, 4459.0, 4498.0, 4458.0, 4478.0, 4458.0, 4459.0, 4507.0, 4458.0, 4478.0, 4457.0, 4458.0, 4497.0, 4458.0, 4478.0, 4466.0, 4458.0, 4497.0, 4457.0, 4468.0, 4496.0, 4448.0, 4486.0, 4457.0, 4477.0, 4466.0, 4447.0, 4487.0, 4447.0, 4457.0, 4437.0, 4459.0, 4497.0, 4458.0, 4490.0, 4449.0, 4470.0, 4488.0, 4461.0, 4490.0, 4472.0, 4482.0, 4490.0, 4471.0, 4500.0, 4460.0, 4481.0, 4530.0, 4461.0, 4510.0, 4469.0, 4481.0, 4502.0, 4481.0, 4509.0, 4459.0, 4490.0, 4473.0, 4481.0, 4475.0, 4485.0, 4497.0, 4545.0, 4507.0, 4494.0, 4531.0, 4481.0, 4520.0, 4479.0, 4490.0, 4528.0, 4469.0, 4508.0, 4468.0, 4480.0, 4528.0, 4467.0, 4498.0, 4458.0, 4458.0, 4496.0, 4456.0, 4477.0, 4456.0, 4459.0, 4498.0, 4457.0, 4468.0, 4486.0, 4457.0, 4488.0, 4447.0, 4458.0, 4497.0, 4447.0, 4469.0, 4448.0, 4470.0, 4509.0, 4460.0, 4471.0, 4518.0, 4459.0, 4499.0, 4468.0, 4470.0, 4498.0, 4460.0, 4480.0, 4449.0, 4470.0, 4448.0, 4461.0, 4501.0, 4461.0, 4482.0, 4462.0, 4484.0, 4512.0, 4463.0, 4514.0, 4482.0, 4493.0, 4490.0, 4483.0, 4532.0, 4472.0, 4504.0, 4521.0, 4481.0, 4519.0, 4462.0, 4510.0, 4480.0, 4489.0, 4539.0, 4470.0, 4519.0, 4469.0, 4500.0, 4488.0, 4468.0, 4509.0, 4470.0, 4490.0, 4460.0, 4469.0, 4529.0, 4460.0, 4506.0, 4468.0, 4468.0, 4528.0, 4458.0, 4498.0, 4457.0, 4458.0, 4496.0, 4458.0, 4496.0, 4447.0, 4487.0, 4457.0, 4458.0, 4496.0, 4448.0, 4486.0, 4458.0, 4478.0, 4458.0, 4469.0, 4478.0, 4460.0, 4507.0, 4459.0, 4489.0, 4477.0, 4469.0, 4517.0, 4469.0, 4499.0, 4457.0, 4492.0, 4517.0, 4446.0, 4486.0, 4458.0, 4502.0, 4458.0, 4470.0, 4509.0, 4457.0, 4475.0, 4456.0, 4476.0, 4459.0, 4469.0, 4507.0, 4458.0, 4477.0, 4448.0, 4460.0, 4499.0, 4459.0, 4489.0, 4457.0, 4490.0, 4499.0, 4470.0, 4497.0, 4468.0, 4489.0, 4496.0, 4467.0, 4497.0, 4458.0, 4467.0, 4464.0, 4455.0, 4514.0, 4454.0, 4487.0, 4456.0, 4455.0, 4495.0, 4446.0, 4473.0, 4444.0, 4457.0, 4475.0, 4447.0, 4486.0, 4447.0, 4468.0, 4505.0, 4457.0, 4498.0, 4456.0, 4468.0, 4515.0, 4467.0, 4498.0, 4485.0, 4456.0, 4494.0, 4454.0, 4476.0, 4465.0, 4456.0, 4484.0, 4455.0, 4464.0, 4423.0, 4455.0, 4494.0, 4445.0, 4465.0, 4445.0, 4456.0, 4484.0, 4456.0, 4485.0, 4447.0, 4466.0, 4435.0, 4456.0, 4494.0, 4457.0, 4476.0, 4434.0, 4466.0, 4476.0, 4457.0, 4486.0, 4458.0, 4468.0, 4496.0, 4458.0, 4517.0, 4465.0, 4467.0, 4514.0, 4446.0, 4510.0, 4468.0, 4463.0, 4435.0, 4432.0, 4445.0, 4457.0, 4483.0, 4434.0, 4484.0, 4442.0, 4457.0, 4494.0, 4447.0, 4478.0, 4494.0, 4445.0, 4485.0, 4452.0, 4463.0, 4501.0, 4441.0, 4462.0, 4498.0, 4429.0, 4479.0, 4436.0, 4439.0, 4466.0, 4428.0, 4458.0, 4405.0, 4428.0, 4456.0, 4418.0, 4450.0, 4438.0, 4429.0, 4469.0, 4419.0, 4449.0, 4438.0, 4430.0, 4469.0, 4420.0, 4432.0, 4460.0, 4423.0, 4454.0, 4452.0, 4443.0, 4474.0, 4445.0, 4456.0, 4494.0, 4436.0, 4486.0, 4455.0, 4457.0, 4496.0, 4446.0, 4467.0, 4484.0, 4445.0, 4485.0, 4445.0, 4444.0, 4484.0, 4445.0, 4457.0, 4444.0, 4448.0, 4487.0, 4448.0, 4458.0, 4458.0, 4460.0, 4488.0, 4459.0, 4481.0, 4508.0, 4461.0, 4498.0, 4460.0, 4481.0, 4499.0, 4461.0, 4500.0, 4461.0, 4481.0, 4470.0, 4473.0, 4522.0, 4470.0, 4502.0, 4469.0, 4482.0, 4479.0, 4481.0, 4543.0, 4487.0, 4532.0, 4483.0, 4493.0, 4475.0, 4494.0, 4473.0, 4482.0, 4473.0, 4504.0, 4485.0, 4537.0, 4494.0, 4534.0, 4481.0, 4493.0, 4539.0, 4489.0, 4507.0, 4488.0, 4497.0, 4467.0, 4479.0, 4469.0, 4470.0, 4486.0, 4459.0, 4487.0, 4457.0, 4479.0, 4447.0, 4470.0, 4508.0, 4459.0, 4500.0, 4459.0, 4481.0, 4499.0, 4471.0, 4488.0, 4459.0, 4488.0, 4458.0, 4479.0, 4498.0, 4459.0, 4486.0, 4457.0, 4478.0, 4461.0, 4482.0, 4479.0, 4471.0, 4489.0, 4461.0, 4491.0, 4471.0, 4492.0, 4473.0, 4481.0, 4480.0, 4472.0, 4528.0, 4461.0, 4509.0, 4479.0, 4489.0, 4470.0, 4469.0, 4480.0, 4461.0, 4507.0, 4459.0, 4488.0, 4468.0, 4479.0, 4448.0, 4469.0, 4449.0, 4470.0, 4448.0, 4470.0, 4447.0, 4459.0, 4488.0, 4470.0, 4489.0, 4459.0, 4487.0, 4446.0, 4486.0, 4445.0, 4477.0, 4458.0, 4480.0, 4447.0, 4470.0, 4460.0, 4470.0, 4470.0, 4471.0, 4519.0, 4471.0, 4512.0, 4472.0, 4482.0, 4461.0, 4496.0, 4595.0, 4527.0, 4555.0, 4488.0, 4484.0, 4551.0, 4448.0, 4517.0, 4435.0, 4453.0, 4404.0, 4430.0, 4490.0, 4434.0, 4475.0, 4447.0, 4468.0, 4447.0, 4458.0, 4507.0, 4448.0, 4490.0, 4459.0, 4458.0, 4438.0, 4471.0, 4507.0, 4448.0, 4489.0, 4459.0, 4469.0, 4448.0, 4468.0, 4517.0, 4448.0, 4498.0, 4448.0, 4459.0, 4438.0, 4460.0, 4527.0, 4449.0, 4508.0, 4478.0, 4488.0, 4437.0, 4478.0, 4528.0, 4459.0, 4514.0, 4460.0, 4458.0, 4486.0, 4447.0, 4497.0, 4448.0, 4476.0, 4435.0, 4457.0, 4436.0, 4447.0, 4486.0, 4448.0, 4488.0, 4457.0, 4458.0, 4437.0, 4469.0, 4507.0, 4460.0, 4499.0, 4448.0, 4468.0, 4434.0, 4456.0, 4517.0, 4460.0, 4510.0, 4459.0, 4497.0, 4458.0, 4477.0, 4448.0, 4471.0, 4487.0, 4460.0, 4517.0, 4446.0, 4506.0, 4458.0, 4499.0, 4445.0, 4458.0, 4438.0, 4460.0, 4509.0, 4461.0, 4491.0, 4457.0, 4459.0, 4552.0, 4453.0, 4519.0, 4467.0, 4470.0, 4479.0, 4460.0, 4526.0, 4447.0, 4507.0, 4437.0, 4456.0, 4437.0, 4448.0, 4466.0, 4449.0, 4487.0, 4438.0, 4478.0, 4437.0, 4457.0, 4447.0, 4458.0, 4516.0, 4450.0, 4487.0, 4447.0, 4487.0, 4444.0, 4447.0, 4448.0, 4461.0, 4451.0, 4471.0, 4473.0, 4483.0, 4487.0, 4548.0, 4535.0, 4513.0, 4542.0, 4481.0, 4521.0, 4478.0, 4487.0, 4477.0, 4457.0, 4526.0, 4447.0, 4515.0, 4446.0, 4495.0, 4435.0, 4446.0, 4435.0, 4447.0, 4467.0, 4449.0, 4487.0, 4448.0, 4489.0, 4447.0, 4470.0, 4517.0, 4450.0, 4500.0, 4478.0, 4498.0, 4447.0, 4478.0, 4529.0, 4448.0, 4467.0, 4436.0, 4457.0, 4467.0, 4450.0, 4488.0, 4449.0, 4494.0, 4462.0, 4486.0, 4472.0, 4475.0, 4532.0, 4460.0, 4498.0, 4471.0, 4489.0, 4460.0, 4488.0, 4459.0, 4490.0, 4470.0, 4490.0, 4448.0, 4487.0, 4458.0, 4478.0, 4459.0, 4490.0, 4459.0, 4479.0, 4468.0, 4459.0, 4535.0, 4447.0, 4507.0, 4456.0, 4477.0, 4467.0, 4458.0, 4526.0, 4447.0, 4488.0, 4457.0, 4468.0, 4526.0, 4447.0, 4496.0, 4454.0, 4466.0, 4526.0, 4446.0, 4495.0, 4435.0, 4455.0, 4483.0, 4433.0, 4474.0, 4445.0, 4465.0, 4446.0, 4457.0, 4446.0, 4459.0, 4498.0, 4470.0, 4479.0, 4471.0, 4483.0, 4518.0, 4471.0, 4510.0, 4470.0, 4491.0, 4538.0, 4469.0, 4529.0, 4477.0, 4478.0, 4516.0, 4457.0, 4496.0, 4455.0, 4456.0, 4503.0, 4445.0, 4494.0, 4445.0, 4456.0, 4434.0, 4446.0, 4497.0, 4449.0, 4490.0, 4459.0, 4467.0, 4450.0, 4471.0, 4507.0, 4461.0, 4522.0, 4461.0, 4497.0, 4465.0, 4480.0, 4538.0, 4470.0, 4509.0, 4458.0, 4477.0, 4463.0, 4434.0, 4507.0, 4457.0, 4484.0, 4434.0, 4463.0, 4423.0, 4445.0, 4464.0, 4458.0, 4497.0, 4456.0, 4498.0, 4470.0, 4488.0, 4469.0, 4482.0, 4489.0, 4470.0, 4518.0, 4469.0, 4500.0, 4507.0, 4468.0, 4518.0, 4468.0, 4497.0, 4456.0, 4479.0, 4526.0, 4457.0, 4496.0, 4458.0, 4478.0, 4457.0, 4469.0, 4507.0, 4469.0, 4498.0, 4469.0, 4481.0, 4518.0, 4469.0, 4509.0, 4469.0, 4500.0, 4507.0, 4469.0, 4518.0, 4480.0, 4489.0, 4477.0, 4469.0, 4539.0, 4468.0, 4497.0, 4468.0, 4478.0, 4457.0, 4478.0, 4506.0, 4467.0, 4497.0, 4468.0, 4479.0, 4467.0, 4478.0, 4517.0, 4468.0, 4498.0, 4468.0, 4479.0, 4535.0, 4466.0, 4517.0, 4465.0, 4476.0, 4485.0, 4455.0, 4494.0, 4444.0, 4465.0, 4444.0, 4456.0, 4464.0, 4456.0, 4485.0, 4444.0, 4466.0, 4463.0, 4455.0, 4474.0, 4455.0, 4484.0, 4455.0, 4466.0, 4445.0, 4458.0, 4457.0, 4458.0, 4497.0, 4469.0, 4499.0, 4487.0, 4469.0, 4527.0, 4457.0, 4496.0, 4457.0, 4477.0, 4476.0, 4457.0, 4526.0, 4447.0, 4496.0, 4457.0, 4476.0, 4457.0, 4468.0, 4486.0, 4457.0, 4496.0, 4457.0, 4487.0, 4458.0, 4468.0, 4475.0, 4457.0, 4506.0, 4446.0, 4485.0, 4455.0, 4475.0, 4446.0, 4468.0, 4448.0, 4482.0, 4483.0, 4482.0, 4512.0, 4493.0, 4492.0, 4471.0, 4478.0, 4518.0, 4479.0, 4509.0, 4480.0, 4479.0, 4459.0, 4480.0, 4528.0, 4482.0, 4521.0, 4480.0, 4510.0, 4480.0, 4482.0, 4458.0, 4458.0, 4492.0, 4505.0, 4507.0, 4524.0, 4493.0, 4519.0, 4480.0, 4508.0, 4508.0, 4476.0, 4527.0, 4498.0, 4507.0, 4466.0, 4466.0, 4485.0, 4465.0, 4484.0, 4456.0, 4474.0, 4465.0, 4467.0, 4495.0, 4467.0, 4486.0, 4466.0, 4467.0, 4476.0, 4467.0, 4496.0, 4467.0, 4477.0, 4456.0, 4468.0, 4496.0, 4468.0, 4489.0, 4457.0, 4468.0, 4508.0, 4469.0, 4498.0, 4467.0, 4468.0, 4517.0, 4468.0, 4497.0, 4468.0, 4478.0, 4477.0, 4466.0, 4498.0, 4468.0, 4478.0, 4468.0, 4469.0, 4487.0, 4468.0, 4498.0, 4469.0, 4469.0, 4460.0, 4469.0, 4505.0, 4469.0, 4507.0, 4455.0, 4484.0, 4455.0, 4505.0, 4470.0, 4469.0, 4480.0, 4497.0, 4466.0, 4476.0, 4525.0, 4466.0, 4517.0, 4475.0, 4476.0, 4524.0, 4454.0, 4494.0, 4471.0, 4462.0, 4499.0, 4479.0, 4478.0, 4447.0, 4457.0, 4485.0, 4425.0, 4464.0, 4413.0, 4434.0, 4462.0, 4423.0, 4443.0, 4424.0, 4435.0, 4443.0, 4425.0, 4444.0, 4425.0, 4436.0, 4414.0, 4427.0, 4457.0, 4437.0, 4449.0, 4440.0, 4453.0, 4463.0, 4445.0, 4464.0, 4455.0, 4456.0, 4467.0, 4535.0, 4505.0, 4502.0, 4459.0, 4479.0, 4517.0, 4469.0, 4496.0, 4466.0, 4476.0, 4455.0, 4468.0, 4466.0, 4468.0, 4486.0, 4458.0, 4487.0, 4468.0, 4488.0, 4469.0, 4480.0, 4479.0, 4481.0, 4500.0, 4482.0, 4510.0, 4481.0, 4509.0, 4471.0, 4482.0, 4510.0, 4481.0, 4530.0, 4480.0, 4510.0, 4470.0, 4481.0, 4520.0, 4481.0, 4518.0, 4469.0, 4509.0, 4468.0, 4490.0, 4489.0, 4470.0, 4528.0, 4480.0, 4499.0, 4468.0, 4478.0, 4469.0, 4480.0, 4519.0, 4470.0, 4519.0, 4481.0, 4490.0, 4470.0, 4481.0, 4500.0, 4481.0, 4527.0, 4483.0, 4513.0, 4481.0, 4490.0, 4469.0, 4479.0, 4468.0, 4479.0, 4528.0, 4479.0, 4508.0, 4469.0, 4498.0, 4468.0, 4487.0, 4467.0, 4479.0], 'WindowWidth': [9866.0, 9830.0, 9797.0, 9800.0, 9795.0, 9795.0, 9781.0, 9795.0, 9763.0, 9797.0, 9804.0, 9796.0, 9819.0, 9782.0, 9813.0, 9794.0, 9804.0, 9855.0, 9805.0, 9814.0, 9788.0, 9804.0, 9838.0, 9803.0, 9829.0, 9791.0, 9807.0, 9800.0, 9806.0, 9846.0, 9799.0, 9829.0, 9821.0, 9814.0, 9864.0, 9811.0, 9844.0, 9841.0, 9817.0, 9870.0, 9834.0, 9874.0, 9803.0, 9847.0, 9898.0, 9835.0, 9875.0, 9823.0, 9849.0, 9896.0, 9841.0, 9892.0, 9848.0, 9864.0, 9858.0, 9866.0, 9889.0, 9841.0, 9895.0, 9839.0, 9867.0, 9930.0, 9838.0, 9905.0, 9847.0, 9866.0, 9913.0, 9834.0, 9887.0, 9830.0, 9848.0, 9884.0, 9835.0, 9884.0, 9832.0, 9860.0, 9804.0, 9849.0, 9883.0, 9834.0, 9877.0, 9832.0, 9851.0, 9900.0, 9831.0, 9877.0, 9835.0, 9862.0, 9911.0, 9845.0, 9884.0, 9830.0, 9843.0, 9882.0, 9823.0, 9883.0, 9828.0, 9842.0, 9801.0, 9833.0, 9866.0, 9839.0, 9862.0, 9820.0, 9848.0, 9859.0, 9848.0, 9873.0, 9842.0, 9879.0, 9838.0, 9853.0, 9848.0, 9853.0, 9889.0, 9839.0, 9866.0, 9860.0, 9838.0, 9901.0, 9837.0, 9891.0, 9834.0, 9863.0, 9911.0, 9847.0, 9887.0, 9832.0, 9849.0, 9887.0, 9838.0, 9887.0, 9835.0, 9850.0, 9821.0, 9855.0, 9904.0, 9838.0, 9865.0, 9837.0, 9852.0, 9916.0, 9838.0, 9875.0, 9844.0, 9847.0, 9909.0, 9833.0, 9873.0, 9836.0, 9850.0, 9831.0, 9849.0, 9901.0, 9836.0, 9877.0, 9848.0, 9839.0, 9886.0, 9829.0, 9861.0, 9816.0, 9846.0, 9897.0, 9834.0, 9860.0, 9816.0, 9847.0, 9870.0, 9821.0, 9859.0, 9835.0, 9850.0, 9885.0, 9835.0, 9877.0, 9830.0, 9837.0, 9887.0, 9833.0, 9846.0, 9832.0, 9851.0, 9871.0, 9837.0, 9844.0, 9886.0, 9834.0, 9877.0, 9833.0, 9851.0, 9898.0, 9837.0, 9874.0, 9831.0, 9849.0, 9819.0, 9851.0, 9902.0, 9836.0, 9877.0, 9835.0, 9852.0, 9927.0, 9835.0, 9890.0, 9833.0, 9848.0, 9913.0, 9835.0, 9899.0, 9832.0, 9861.0, 9908.0, 9835.0, 9888.0, 9843.0, 9845.0, 9854.0, 9831.0, 9872.0, 9834.0, 9864.0, 9846.0, 9846.0, 9887.0, 9836.0, 9890.0, 9835.0, 9852.0, 9902.0, 9848.0, 9878.0, 9832.0, 9846.0, 9915.0, 9835.0, 9882.0, 9901.0, 9830.0, 9880.0, 9831.0, 9873.0, 9841.0, 9833.0, 9883.0, 9828.0, 9856.0, 9829.0, 9832.0, 9895.0, 9828.0, 9857.0, 9825.0, 9829.0, 9880.0, 9829.0, 9858.0, 9839.0, 9831.0, 9881.0, 9827.0, 9845.0, 9878.0, 9816.0, 9865.0, 9827.0, 9854.0, 9835.0, 9814.0, 9867.0, 9813.0, 9827.0, 9801.0, 9833.0, 9881.0, 9833.0, 9876.0, 9819.0, 9850.0, 9871.0, 9840.0, 9877.0, 9856.0, 9869.0, 9877.0, 9853.0, 9891.0, 9837.0, 9867.0, 9931.0, 9840.0, 9905.0, 9846.0, 9868.0, 9898.0, 9866.0, 9900.0, 9835.0, 9878.0, 9862.0, 9869.0, 9867.0, 9883.0, 9901.0, 9964.0, 9915.0, 9892.0, 9936.0, 9868.0, 9920.0, 9860.0, 9877.0, 9926.0, 9847.0, 9901.0, 9843.0, 9862.0, 9926.0, 9840.0, 9885.0, 9833.0, 9831.0, 9879.0, 9825.0, 9855.0, 9826.0, 9835.0, 9885.0, 9828.0, 9845.0, 9866.0, 9828.0, 9871.0, 9813.0, 9833.0, 9881.0, 9817.0, 9848.0, 9819.0, 9851.0, 9901.0, 9838.0, 9852.0, 9912.0, 9833.0, 9888.0, 9842.0, 9850.0, 9883.0, 9837.0, 9864.0, 9819.0, 9851.0, 9819.0, 9842.0, 9896.0, 9845.0, 9871.0, 9846.0, 9878.0, 9912.0, 9849.0, 9917.0, 9869.0, 9886.0, 9880.0, 9874.0, 9938.0, 9857.0, 9902.0, 9921.0, 9866.0, 9915.0, 9842.0, 9907.0, 9862.0, 9876.0, 9943.0, 9849.0, 9913.0, 9847.0, 9891.0, 9870.0, 9846.0, 9899.0, 9849.0, 9877.0, 9835.0, 9848.0, 9929.0, 9838.0, 9896.0, 9843.0, 9844.0, 9923.0, 9830.0, 9883.0, 9826.0, 9830.0, 9878.0, 9828.0, 9878.0, 9812.0, 9868.0, 9826.0, 9829.0, 9878.0, 9815.0, 9866.0, 9831.0, 9858.0, 9831.0, 9847.0, 9856.0, 9835.0, 9895.0, 9832.0, 9875.0, 9855.0, 9845.0, 9909.0, 9845.0, 9888.0, 9828.0, 9883.0, 9908.0, 9810.0, 9862.0, 9830.0, 9898.0, 9832.0, 9849.0, 9902.0, 9830.0, 9849.0, 9827.0, 9854.0, 9836.0, 9852.0, 9898.0, 9831.0, 9855.0, 9817.0, 9837.0, 9888.0, 9835.0, 9873.0, 9831.0, 9877.0, 9888.0, 9851.0, 9883.0, 9844.0, 9873.0, 9878.0, 9840.0, 9883.0, 9829.0, 9841.0, 9834.0, 9822.0, 9900.0, 9820.0, 9867.0, 9827.0, 9823.0, 9875.0, 9809.0, 9845.0, 9807.0, 9825.0, 9848.0, 9813.0, 9865.0, 9814.0, 9844.0, 9892.0, 9829.0, 9883.0, 9825.0, 9843.0, 9902.0, 9839.0, 9884.0, 9862.0, 9823.0, 9873.0, 9819.0, 9850.0, 9833.0, 9822.0, 9857.0, 9819.0, 9832.0, 9775.0, 9821.0, 9872.0, 9809.0, 9833.0, 9807.0, 9825.0, 9859.0, 9823.0, 9864.0, 9813.0, 9837.0, 9793.0, 9825.0, 9872.0, 9827.0, 9852.0, 9793.0, 9839.0, 9851.0, 9829.0, 9868.0, 9831.0, 9844.0, 9879.0, 9830.0, 9910.0, 9834.0, 9839.0, 9900.0, 9810.0, 9907.0, 9845.0, 9829.0, 9792.0, 9786.0, 9810.0, 9827.0, 9857.0, 9793.0, 9860.0, 9802.0, 9828.0, 9875.0, 9813.0, 9857.0, 9873.0, 9808.0, 9861.0, 9808.0, 9825.0, 9878.0, 9791.0, 9821.0, 9866.0, 9771.0, 9841.0, 9778.0, 9785.0, 9819.0, 9769.0, 9810.0, 9736.0, 9772.0, 9804.0, 9758.0, 9802.0, 9784.0, 9775.0, 9828.0, 9762.0, 9802.0, 9785.0, 9778.0, 9828.0, 9763.0, 9782.0, 9818.0, 9772.0, 9817.0, 9812.0, 9802.0, 9845.0, 9807.0, 9824.0, 9870.0, 9796.0, 9864.0, 9819.0, 9825.0, 9875.0, 9809.0, 9838.0, 9857.0, 9806.0, 9861.0, 9806.0, 9805.0, 9857.0, 9808.0, 9827.0, 9806.0, 9817.0, 9866.0, 9815.0, 9830.0, 9829.0, 9834.0, 9871.0, 9833.0, 9864.0, 9898.0, 9838.0, 9885.0, 9837.0, 9867.0, 9888.0, 9839.0, 9890.0, 9840.0, 9867.0, 9851.0, 9858.0, 9923.0, 9852.0, 9897.0, 9851.0, 9869.0, 9862.0, 9869.0, 9956.0, 9887.0, 9941.0, 9876.0, 9888.0, 9869.0, 9893.0, 9862.0, 9874.0, 9863.0, 9906.0, 9886.0, 9955.0, 9891.0, 9946.0, 9867.0, 9884.0, 9942.0, 9874.0, 9896.0, 9870.0, 9881.0, 9840.0, 9860.0, 9846.0, 9848.0, 9865.0, 9832.0, 9868.0, 9828.0, 9860.0, 9819.0, 9850.0, 9900.0, 9834.0, 9890.0, 9834.0, 9864.0, 9890.0, 9853.0, 9871.0, 9834.0, 9871.0, 9830.0, 9862.0, 9887.0, 9833.0, 9866.0, 9830.0, 9858.0, 9840.0, 9870.0, 9862.0, 9851.0, 9876.0, 9841.0, 9879.0, 9856.0, 9884.0, 9862.0, 9867.0, 9863.0, 9857.0, 9924.0, 9838.0, 9900.0, 9861.0, 9877.0, 9851.0, 9847.0, 9864.0, 9838.0, 9895.0, 9832.0, 9870.0, 9843.0, 9859.0, 9817.0, 9846.0, 9819.0, 9850.0, 9817.0, 9848.0, 9814.0, 9833.0, 9871.0, 9847.0, 9872.0, 9832.0, 9867.0, 9810.0, 9863.0, 9808.0, 9854.0, 9833.0, 9864.0, 9817.0, 9852.0, 9839.0, 9851.0, 9851.0, 9853.0, 9915.0, 9854.0, 9912.0, 9856.0, 9868.0, 9843.0, 9899.0, 10055.0, 9967.0, 9997.0, 9891.0, 9874.0, 9963.0, 9814.0, 9908.0, 9790.0, 9811.0, 9728.0, 9775.0, 9858.0, 9789.0, 9846.0, 9817.0, 9843.0, 9812.0, 9831.0, 9894.0, 9817.0, 9877.0, 9834.0, 9831.0, 9804.0, 9852.0, 9894.0, 9815.0, 9873.0, 9832.0, 9848.0, 9817.0, 9844.0, 9907.0, 9816.0, 9886.0, 9817.0, 9832.0, 9803.0, 9835.0, 9924.0, 9819.0, 9897.0, 9855.0, 9869.0, 9799.0, 9855.0, 9925.0, 9836.0, 9918.0, 9838.0, 9831.0, 9862.0, 9812.0, 9881.0, 9815.0, 9850.0, 9792.0, 9825.0, 9796.0, 9815.0, 9865.0, 9816.0, 9872.0, 9829.0, 9830.0, 9802.0, 9846.0, 9894.0, 9837.0, 9888.0, 9816.0, 9841.0, 9794.0, 9826.0, 9908.0, 9840.0, 9903.0, 9832.0, 9880.0, 9828.0, 9854.0, 9817.0, 9853.0, 9869.0, 9835.0, 9907.0, 9812.0, 9892.0, 9832.0, 9885.0, 9810.0, 9831.0, 9802.0, 9836.0, 9899.0, 9840.0, 9880.0, 9829.0, 9834.0, 9968.0, 9832.0, 9916.0, 9839.0, 9848.0, 9859.0, 9835.0, 9919.0, 9812.0, 9895.0, 9800.0, 9823.0, 9799.0, 9816.0, 9836.0, 9819.0, 9866.0, 9803.0, 9855.0, 9801.0, 9829.0, 9813.0, 9830.0, 9907.0, 9821.0, 9865.0, 9815.0, 9869.0, 9806.0, 9815.0, 9817.0, 9843.0, 9828.0, 9857.0, 9863.0, 9876.0, 9889.0, 9975.0, 9946.0, 9912.0, 9949.0, 9865.0, 9919.0, 9857.0, 9866.0, 9851.0, 9826.0, 9917.0, 9811.0, 9902.0, 9809.0, 9874.0, 9795.0, 9810.0, 9795.0, 9815.0, 9841.0, 9819.0, 9869.0, 9819.0, 9873.0, 9817.0, 9849.0, 9911.0, 9823.0, 9887.0, 9857.0, 9883.0, 9812.0, 9856.0, 9927.0, 9815.0, 9840.0, 9800.0, 9829.0, 9842.0, 9823.0, 9871.0, 9819.0, 9892.0, 9845.0, 9883.0, 9855.0, 9867.0, 9940.0, 9837.0, 9884.0, 9853.0, 9872.0, 9837.0, 9871.0, 9833.0, 9875.0, 9849.0, 9877.0, 9815.0, 9867.0, 9828.0, 9855.0, 9831.0, 9877.0, 9833.0, 9859.0, 9842.0, 9831.0, 9932.0, 9812.0, 9894.0, 9821.0, 9851.0, 9838.0, 9828.0, 9918.0, 9814.0, 9869.0, 9825.0, 9840.0, 9916.0, 9811.0, 9876.0, 9816.0, 9833.0, 9918.0, 9807.0, 9871.0, 9790.0, 9818.0, 9852.0, 9787.0, 9843.0, 9806.0, 9834.0, 9811.0, 9825.0, 9809.0, 9833.0, 9883.0, 9848.0, 9860.0, 9854.0, 9872.0, 9916.0, 9853.0, 9904.0, 9848.0, 9879.0, 9938.0, 9842.0, 9927.0, 9851.0, 9854.0, 9903.0, 9824.0, 9875.0, 9817.0, 9819.0, 9879.0, 9805.0, 9868.0, 9804.0, 9821.0, 9790.0, 9809.0, 9880.0, 9820.0, 9879.0, 9831.0, 9838.0, 9821.0, 9850.0, 9892.0, 9837.0, 9922.0, 9840.0, 9880.0, 9832.0, 9860.0, 9941.0, 9849.0, 9901.0, 9830.0, 9857.0, 9830.0, 9791.0, 9896.0, 9828.0, 9856.0, 9790.0, 9827.0, 9774.0, 9808.0, 9830.0, 9832.0, 9881.0, 9826.0, 9885.0, 9853.0, 9873.0, 9849.0, 9871.0, 9875.0, 9850.0, 9912.0, 9846.0, 9890.0, 9896.0, 9843.0, 9912.0, 9842.0, 9882.0, 9823.0, 9859.0, 9921.0, 9827.0, 9878.0, 9829.0, 9857.0, 9829.0, 9848.0, 9896.0, 9847.0, 9886.0, 9847.0, 9868.0, 9914.0, 9847.0, 9900.0, 9848.0, 9890.0, 9896.0, 9846.0, 9912.0, 9862.0, 9872.0, 9853.0, 9847.0, 9946.0, 9846.0, 9882.0, 9844.0, 9860.0, 9829.0, 9858.0, 9893.0, 9843.0, 9884.0, 9848.0, 9861.0, 9843.0, 9859.0, 9909.0, 9843.0, 9884.0, 9844.0, 9861.0, 9933.0, 9838.0, 9910.0, 9834.0, 9849.0, 9859.0, 9820.0, 9871.0, 9803.0, 9834.0, 9804.0, 9822.0, 9832.0, 9823.0, 9860.0, 9804.0, 9835.0, 9828.0, 9819.0, 9843.0, 9821.0, 9858.0, 9819.0, 9837.0, 9807.0, 9829.0, 9826.0, 9832.0, 9882.0, 9847.0, 9888.0, 9867.0, 9844.0, 9921.0, 9826.0, 9880.0, 9827.0, 9853.0, 9849.0, 9827.0, 9918.0, 9812.0, 9879.0, 9827.0, 9851.0, 9826.0, 9842.0, 9863.0, 9827.0, 9879.0, 9828.0, 9866.0, 9828.0, 9841.0, 9848.0, 9824.0, 9891.0, 9808.0, 9858.0, 9820.0, 9847.0, 9811.0, 9845.0, 9818.0, 9871.0, 9878.0, 9872.0, 9913.0, 9889.0, 9885.0, 9854.0, 9863.0, 9913.0, 9862.0, 9902.0, 9866.0, 9863.0, 9833.0, 9864.0, 9925.0, 9871.0, 9922.0, 9864.0, 9906.0, 9864.0, 9872.0, 9831.0, 9831.0, 9884.0, 9909.0, 9917.0, 9932.0, 9888.0, 9918.0, 9865.0, 9900.0, 9897.0, 9854.0, 9921.0, 9883.0, 9896.0, 9835.0, 9836.0, 9860.0, 9834.0, 9857.0, 9822.0, 9847.0, 9833.0, 9838.0, 9876.0, 9841.0, 9864.0, 9838.0, 9841.0, 9849.0, 9840.0, 9876.0, 9841.0, 9852.0, 9824.0, 9844.0, 9879.0, 9844.0, 9873.0, 9827.0, 9843.0, 9897.0, 9846.0, 9883.0, 9839.0, 9842.0, 9907.0, 9841.0, 9880.0, 9842.0, 9856.0, 9852.0, 9838.0, 9883.0, 9843.0, 9854.0, 9841.0, 9846.0, 9867.0, 9844.0, 9884.0, 9844.0, 9846.0, 9837.0, 9847.0, 9887.0, 9847.0, 9895.0, 9817.0, 9855.0, 9815.0, 9885.0, 9849.0, 9848.0, 9864.0, 9881.0, 9836.0, 9850.0, 9914.0, 9837.0, 9908.0, 9847.0, 9850.0, 9911.0, 9815.0, 9869.0, 9831.0, 9823.0, 9869.0, 9841.0, 9839.0, 9791.0, 9807.0, 9842.0, 9759.0, 9812.0, 9740.0, 9769.0, 9804.0, 9754.0, 9780.0, 9755.0, 9773.0, 9781.0, 9759.0, 9783.0, 9758.0, 9776.0, 9744.0, 9765.0, 9805.0, 9781.0, 9799.0, 9792.0, 9814.0, 9828.0, 9807.0, 9831.0, 9821.0, 9824.0, 9845.0, 9948.0, 9906.0, 9897.0, 9834.0, 9859.0, 9907.0, 9844.0, 9877.0, 9836.0, 9849.0, 9820.0, 9842.0, 9834.0, 9842.0, 9862.0, 9829.0, 9866.0, 9843.0, 9871.0, 9846.0, 9863.0, 9861.0, 9866.0, 9891.0, 9869.0, 9903.0, 9864.0, 9901.0, 9851.0, 9868.0, 9902.0, 9865.0, 9929.0, 9862.0, 9904.0, 9848.0, 9865.0, 9915.0, 9864.0, 9911.0, 9845.0, 9899.0, 9846.0, 9876.0, 9871.0, 9847.0, 9926.0, 9861.0, 9884.0, 9843.0, 9856.0, 9844.0, 9862.0, 9912.0, 9847.0, 9913.0, 9864.0, 9874.0, 9849.0, 9864.0, 9890.0, 9864.0, 9923.0, 9871.0, 9913.0, 9866.0, 9875.0, 9846.0, 9859.0, 9843.0, 9859.0, 9923.0, 9857.0, 9895.0, 9844.0, 9882.0, 9840.0, 9867.0, 9838.0, 9860.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.0018177325581395349</td></tr>
<tr><td colspan=3>aqi</td><td>0.036238059375</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.96655549605818</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0909719129745432</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9449548105454528</td></tr>
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
<tr><td colspan=3>fber</td><td>6601.999</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0897904331872718</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.287790697674419</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.639682318728445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.572999665927635</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.849347113884453</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.496700176373247</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106863</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012836338020861149</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018170436844229698</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.67368580309182</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.3753</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3199</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.9148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301717.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>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9651</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.8157</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3656.456</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.6916</td></tr>
<tr><td colspan=3>tsnr</td><td>33.198941531125456</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>