<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-01/func/sub-0056_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>c8b4cae49d2ed18cfdae8a193c11ee0f</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:59:9.897500</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.998571, 0.0526054, -0.00943097, -0.0525077, 0.998567, 0.0103264]</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.0911253</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>[4152, -7750, -7231, 772, -20, -202, 49, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7929a4bf-8f93-46dc-a61c-f8bbaa83c5fe||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.6790926456451416, -0.14087428152561188, -0.026893850415945053, 118.95919036865234], [-0.14113646745681763, 2.6790826320648193, 0.02650435082614422, -95.27555847167969], [-0.025302616879343987, -0.027704929932951927, 2.6997358798980713, -55.17803955078125], [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': ['205909.897500', '205910.357500', '205910.817500', '205911.277500', '205911.737500', '205912.197500', '205912.657500', '205913.117500', '205913.577500', '205914.037500', '205914.497500', '205914.957500', '205915.417500', '205915.877500', '205916.337500', '205916.797500', '205917.257500', '205917.717500', '205918.177500', '205918.637500', '205919.097500', '205919.557500', '205920.017500', '205920.477500', '205920.937500', '205921.397500', '205921.857500', '205922.317500', '205922.777500', '205923.237500', '205923.697500', '205924.157500', '205924.617500', '205925.077500', '205925.537500', '205925.997500', '205926.457500', '205926.917500', '205927.377500', '205927.837500', '205928.297500', '205928.757500', '205929.217500', '205929.677500', '205930.137500', '205930.597500', '205931.057500', '205931.517500', '205931.977500', '205932.437500', '205932.897500', '205933.357500', '205933.817500', '205934.277500', '205934.737500', '205935.197500', '205935.657500', '205936.117500', '205936.577500', '205937.037500', '205937.497500', '205937.957500', '205938.417500', '205938.877500', '205939.337500', '205939.797500', '205940.257500', '205940.717500', '205941.177500', '205941.637500', '205942.097500', '205942.557500', '205943.017500', '205943.477500', '205943.937500', '205944.397500', '205944.857500', '205945.317500', '205945.777500', '205946.237500', '205946.697500', '205947.157500', '205947.617500', '205948.077500', '205948.537500', '205948.997500', '205949.457500', '205949.917500', '205950.377500', '205950.837500', '205951.297500', '205951.757500', '205952.217500', '205952.677500', '205953.137500', '205953.597500', '205954.057500', '205954.517500', '205954.977500', '205955.437500', '205955.897500', '205956.357500', '205956.817500', '205957.277500', '205957.737500', '205958.197500', '205958.657500', '205959.117500', '205959.577500', '210000.037500', '210000.497500', '210000.957500', '210001.417500', '210001.877500', '210002.337500', '210002.797500', '210003.257500', '210003.717500', '210004.177500', '210004.637500', '210005.097500', '210005.557500', '210006.017500', '210006.477500', '210006.937500', '210007.397500', '210007.857500', '210008.317500', '210008.777500', '210009.237500', '210009.697500', '210010.157500', '210010.617500', '210011.077500', '210011.537500', '210011.997500', '210012.457500', '210012.917500', '210013.377500', '210013.837500', '210014.297500', '210014.757500', '210015.217500', '210015.677500', '210016.137500', '210016.597500', '210017.057500', '210017.517500', '210017.977500', '210018.437500', '210018.897500', '210019.357500', '210019.817500', '210020.277500', '210020.737500', '210021.197500', '210021.657500', '210022.117500', '210022.577500', '210023.037500', '210023.497500', '210023.957500', '210024.417500', '210024.877500', '210025.337500', '210025.797500', '210026.257500', '210026.717500', '210027.177500', '210027.637500', '210028.097500', '210028.557500', '210029.017500', '210029.477500', '210029.937500', '210030.397500', '210030.857500', '210031.317500', '210031.777500', '210032.237500', '210032.697500', '210033.157500', '210033.617500', '210034.077500', '210034.537500', '210034.997500', '210035.457500', '210035.917500', '210036.377500', '210036.837500', '210037.297500', '210037.757500', '210038.217500', '210038.677500', '210039.137500', '210039.597500', '210040.057500', '210040.517500', '210040.977500', '210041.437500', '210041.897500', '210042.357500', '210042.817500', '210043.277500', '210043.737500', '210044.197500', '210044.657500', '210045.117500', '210045.577500', '210046.037500', '210046.497500', '210046.957500', '210047.417500', '210047.877500', '210048.337500', '210048.797500', '210049.257500', '210049.717500', '210050.177500', '210050.637500', '210051.097500', '210051.557500', '210052.017500', '210052.477500', '210052.937500', '210053.397500', '210053.857500', '210054.317500', '210054.777500', '210055.237500', '210055.697500', '210056.157500', '210056.617500', '210057.077500', '210057.537500', '210057.997500', '210058.457500', '210058.917500', '210059.377500', '210059.837500', '210100.297500', '210100.757500', '210101.217500', '210101.677500', '210102.137500', '210102.597500', '210103.057500', '210103.517500', '210103.977500', '210104.437500', '210104.897500', '210105.357500', '210105.817500', '210106.277500', '210106.737500', '210107.197500', '210107.657500', '210108.117500', '210108.577500', '210109.037500', '210109.497500', '210109.957500', '210110.417500', '210110.877500', '210111.337500', '210111.797500', '210112.257500', '210112.717500', '210113.177500', '210113.637500', '210114.097500', '210114.557500', '210115.017500', '210115.477500', '210115.937500', '210116.397500', '210116.857500', '210117.317500', '210117.777500', '210118.237500', '210118.697500', '210119.157500', '210119.617500', '210120.077500', '210120.537500', '210120.997500', '210121.457500', '210121.917500', '210122.377500', '210122.837500', '210123.297500', '210123.757500', '210124.217500', '210124.677500', '210125.137500', '210125.597500', '210126.057500', '210126.517500', '210126.977500', '210127.437500', '210127.897500', '210128.357500', '210128.817500', '210129.277500', '210129.737500', '210130.197500', '210130.657500', '210131.117500', '210131.577500', '210132.037500', '210132.497500', '210132.957500', '210133.417500', '210133.877500', '210134.337500', '210134.797500', '210135.257500', '210135.717500', '210136.177500', '210136.637500', '210137.097500', '210137.557500', '210138.017500', '210138.477500', '210138.937500', '210139.397500', '210139.857500', '210140.317500', '210140.777500', '210141.237500', '210141.697500', '210142.157500', '210142.617500', '210143.077500', '210143.537500', '210143.997500', '210144.457500', '210144.917500', '210145.377500', '210145.837500', '210146.297500', '210146.757500', '210147.217500', '210147.677500', '210148.137500', '210148.597500', '210149.057500', '210149.517500', '210149.977500', '210150.437500', '210150.897500', '210151.357500', '210151.817500', '210152.277500', '210152.737500', '210153.197500', '210153.657500', '210154.117500', '210154.577500', '210155.037500', '210155.497500', '210155.957500', '210156.417500', '210156.877500', '210157.337500', '210157.797500', '210158.257500', '210158.717500', '210159.177500', '210159.637500', '210200.097500', '210200.557500', '210201.017500', '210201.477500', '210201.937500', '210202.397500', '210202.857500', '210203.317500', '210203.777500', '210204.237500', '210204.697500', '210205.157500', '210205.617500', '210206.077500', '210206.537500', '210206.997500', '210207.457500', '210207.917500', '210208.377500', '210208.837500', '210209.297500', '210209.757500', '210210.217500', '210210.677500', '210211.137500', '210211.597500', '210212.057500', '210212.517500', '210212.977500', '210213.437500', '210213.897500', '210214.357500', '210214.817500', '210215.277500', '210215.737500', '210216.197500', '210216.657500', '210217.117500', '210217.577500', '210218.037500', '210218.497500', '210218.957500', '210219.417500', '210219.877500', '210220.337500', '210220.797500', '210221.257500', '210221.717500', '210222.177500', '210222.637500', '210223.097500', '210223.557500', '210224.017500', '210224.477500', '210224.937500', '210225.397500', '210225.857500', '210226.317500', '210226.777500', '210227.237500', '210227.697500', '210228.157500', '210228.617500', '210229.077500', '210229.537500', '210229.997500', '210230.457500', '210230.917500', '210231.377500', '210231.837500', '210232.297500', '210232.757500', '210233.217500', '210233.677500', '210234.137500', '210234.597500', '210235.057500', '210235.517500', '210235.977500', '210236.437500', '210236.897500', '210237.357500', '210237.817500', '210238.277500', '210238.737500', '210239.197500', '210239.657500', '210240.117500', '210240.577500', '210241.037500', '210241.497500', '210241.957500', '210242.417500', '210242.877500', '210243.337500', '210243.797500', '210244.257500', '210244.717500', '210245.177500', '210245.637500', '210246.097500', '210246.557500', '210247.017500', '210247.477500', '210247.937500', '210248.397500', '210248.857500', '210249.317500', '210249.777500', '210250.237500', '210250.697500', '210251.157500', '210251.617500', '210252.077500', '210252.537500', '210252.997500', '210253.457500', '210253.917500', '210254.377500', '210254.837500', '210255.297500', '210255.757500', '210256.217500', '210256.677500', '210257.137500', '210257.597500', '210258.057500', '210258.517500', '210258.977500', '210259.437500', '210259.897500', '210300.357500', '210300.817500', '210301.277500', '210301.737500', '210302.197500', '210302.657500', '210303.117500', '210303.577500', '210304.037500', '210304.497500', '210304.957500', '210305.417500', '210305.877500', '210306.337500', '210306.797500', '210307.257500', '210307.717500', '210308.177500', '210308.637500', '210309.097500', '210309.557500', '210310.017500', '210310.477500', '210310.937500', '210311.397500', '210311.857500', '210312.317500', '210312.777500', '210313.237500', '210313.697500', '210314.157500', '210314.617500', '210315.077500', '210315.537500', '210315.997500', '210316.457500', '210316.917500', '210317.377500', '210317.837500', '210318.297500', '210318.757500', '210319.217500', '210319.677500', '210320.137500', '210320.597500', '210321.057500', '210321.517500', '210321.977500', '210322.437500', '210322.897500', '210323.357500', '210323.817500', '210324.277500', '210324.737500', '210325.197500', '210325.657500', '210326.117500', '210326.577500', '210327.037500', '210327.497500', '210327.957500', '210328.417500', '210328.877500', '210329.337500', '210329.797500', '210330.257500', '210330.717500', '210331.177500', '210331.637500', '210332.097500', '210332.557500', '210333.017500', '210333.477500', '210333.937500', '210334.397500', '210334.857500', '210335.317500', '210335.777500', '210336.237500', '210336.697500', '210337.157500', '210337.617500', '210338.077500', '210338.537500', '210338.997500', '210339.457500', '210339.917500', '210340.377500', '210340.837500', '210341.297500', '210341.757500', '210342.217500', '210342.677500', '210343.137500', '210343.597500', '210344.057500', '210344.517500', '210344.977500', '210345.437500', '210345.897500', '210346.357500', '210346.817500', '210347.277500', '210347.737500', '210348.197500', '210348.657500', '210349.117500', '210349.577500', '210350.037500', '210350.497500', '210350.957500', '210351.417500', '210351.877500', '210352.337500', '210352.797500', '210353.257500', '210353.717500', '210354.177500', '210354.637500', '210355.097500', '210355.557500', '210356.017500', '210356.477500', '210356.937500', '210357.397500', '210357.857500', '210358.317500', '210358.777500', '210359.237500', '210359.697500', '210400.157500', '210400.617500', '210401.077500', '210401.537500', '210401.997500', '210402.457500', '210402.917500', '210403.377500', '210403.837500', '210404.297500', '210404.757500', '210405.217500', '210405.677500', '210406.137500', '210406.597500', '210407.057500', '210407.517500', '210407.977500', '210408.437500', '210408.897500', '210409.357500', '210409.817500', '210410.277500', '210410.737500', '210411.197500', '210411.657500', '210412.117500', '210412.577500', '210413.037500', '210413.497500', '210413.957500', '210414.417500', '210414.877500', '210415.337500', '210415.797500', '210416.257500', '210416.717500', '210417.177500', '210417.637500', '210418.097500', '210418.557500', '210419.017500', '210419.477500', '210419.937500', '210420.397500', '210420.857500', '210421.317500', '210421.777500', '210422.237500', '210422.697500', '210423.157500', '210423.617500', '210424.077500', '210424.537500', '210424.997500', '210425.457500', '210425.917500', '210426.377500', '210426.837500', '210427.297500', '210427.757500', '210428.217500', '210428.677500', '210429.137500', '210429.597500', '210430.057500', '210430.517500', '210430.977500', '210431.437500', '210431.897500', '210432.357500', '210432.817500', '210433.277500', '210433.737500', '210434.197500', '210434.657500', '210435.117500', '210435.577500', '210436.037500', '210436.497500', '210436.957500', '210437.417500', '210437.877500', '210438.337500', '210438.797500', '210439.257500', '210439.717500', '210440.177500', '210440.637500', '210441.097500', '210441.557500', '210442.017500', '210442.477500', '210442.937500', '210443.397500', '210443.857500', '210444.317500', '210444.777500', '210445.237500', '210445.697500', '210446.157500', '210446.617500', '210447.077500', '210447.537500', '210447.997500', '210448.457500', '210448.917500', '210449.377500', '210449.837500', '210450.297500', '210450.757500', '210451.217500', '210451.677500', '210452.137500', '210452.597500', '210453.057500', '210453.517500', '210453.977500', '210454.437500', '210454.897500', '210455.357500', '210455.817500', '210456.277500', '210456.737500', '210457.197500', '210457.657500', '210458.117500', '210458.577500', '210459.037500', '210459.497500', '210459.957500', '210500.417500', '210500.877500', '210501.337500', '210501.797500', '210502.257500', '210502.717500', '210503.177500', '210503.637500', '210504.097500', '210504.557500', '210505.017500', '210505.477500', '210505.937500', '210506.397500', '210506.857500', '210507.317500', '210507.777500', '210508.237500', '210508.697500', '210509.157500', '210509.617500', '210510.077500', '210510.537500', '210510.997500', '210511.457500', '210511.917500', '210512.377500', '210512.837500', '210513.297500', '210513.757500', '210514.217500', '210514.677500', '210515.137500', '210515.597500', '210516.057500', '210516.517500', '210516.977500', '210517.437500', '210517.897500', '210518.357500', '210518.817500', '210519.277500', '210519.737500', '210520.197500', '210520.657500', '210521.117500', '210521.577500', '210522.037500', '210522.497500', '210522.957500', '210523.417500', '210523.877500', '210524.337500', '210524.797500', '210525.257500', '210525.717500', '210526.177500', '210526.637500', '210527.097500', '210527.557500', '210528.017500', '210528.477500', '210528.937500', '210529.397500', '210529.857500', '210530.317500', '210530.777500', '210531.237500', '210531.697500', '210532.157500', '210532.617500', '210533.077500', '210533.537500', '210533.997500', '210534.457500', '210534.917500', '210535.377500', '210535.837500', '210536.297500', '210536.757500', '210537.217500', '210537.677500', '210538.137500', '210538.597500', '210539.057500', '210539.517500', '210539.977500', '210540.437500', '210540.897500', '210541.357500', '210541.817500', '210542.277500', '210542.737500', '210543.197500', '210543.657500', '210544.117500', '210544.577500', '210545.037500', '210545.497500', '210545.957500', '210546.417500', '210546.877500', '210547.337500', '210547.797500', '210548.257500', '210548.717500', '210549.177500', '210549.637500', '210550.097500', '210550.557500', '210551.017500', '210551.477500', '210551.937500', '210552.397500', '210552.857500', '210553.317500', '210553.777500', '210554.237500', '210554.697500', '210555.157500', '210555.617500', '210556.077500', '210556.537500', '210556.997500', '210557.457500', '210557.917500', '210558.377500', '210558.837500', '210559.297500', '210559.757500', '210600.217500', '210600.677500', '210601.137500', '210601.597500', '210602.057500', '210602.517500', '210602.977500', '210603.437500', '210603.897500', '210604.357500', '210604.817500', '210605.277500', '210605.737500', '210606.197500', '210606.657500', '210607.117500', '210607.577500', '210608.037500', '210608.497500', '210608.957500', '210609.417500', '210609.877500', '210610.337500', '210610.797500', '210611.257500', '210611.717500', '210612.177500', '210612.637500', '210613.097500', '210613.557500', '210614.017500', '210614.477500', '210614.937500', '210615.397500', '210615.857500', '210616.317500', '210616.777500', '210617.237500', '210617.697500', '210618.157500', '210618.617500', '210619.077500', '210619.537500', '210619.997500', '210620.457500', '210620.917500', '210621.377500', '210621.837500', '210622.297500', '210622.757500', '210623.217500', '210623.677500', '210624.137500', '210624.597500', '210625.057500', '210625.517500', '210625.977500', '210626.437500', '210626.897500', '210627.357500', '210627.817500', '210628.277500', '210628.737500', '210629.197500', '210629.657500', '210630.117500', '210630.577500', '210631.037500', '210631.497500', '210631.957500', '210632.417500', '210632.877500', '210633.337500', '210633.797500', '210634.257500', '210634.717500', '210635.177500', '210635.637500', '210636.097500', '210636.557500', '210637.017500', '210637.477500', '210637.937500', '210638.397500', '210638.857500', '210639.317500', '210639.777500', '210640.237500', '210640.697500', '210641.157500', '210641.617500', '210642.077500', '210642.537500', '210642.997500', '210643.457500', '210643.917500', '210644.377500', '210644.837500', '210645.297500', '210645.757500', '210646.217500', '210646.677500', '210647.137500', '210647.597500', '210648.057500', '210648.517500', '210648.977500', '210649.437500', '210649.897500', '210650.357500', '210650.817500', '210651.277500', '210651.737500', '210652.197500', '210652.657500', '210653.117500', '210653.577500', '210654.037500', '210654.497500', '210654.957500', '210655.417500', '210655.877500', '210656.337500', '210656.797500', '210657.257500', '210657.717500', '210658.177500', '210658.637500', '210659.097500', '210659.557500', '210700.017500', '210700.477500', '210700.937500', '210701.397500', '210701.857500', '210702.317500', '210702.777500', '210703.237500', '210703.697500', '210704.157500', '210704.617500', '210705.077500', '210705.537500', '210705.997500', '210706.457500', '210706.917500', '210707.377500', '210707.837500', '210708.297500', '210708.757500', '210709.217500', '210709.677500', '210710.137500', '210710.597500', '210711.057500', '210711.517500', '210711.977500', '210712.437500', '210712.897500', '210713.357500', '210713.817500', '210714.277500', '210714.737500', '210715.197500', '210715.657500', '210716.117500', '210716.577500', '210717.037500', '210717.497500', '210717.957500', '210718.417500', '210718.877500', '210719.337500', '210719.797500', '210720.257500', '210720.717500', '210721.177500', '210721.637500', '210722.097500', '210722.557500', '210723.017500', '210723.477500', '210723.937500', '210724.397500', '210724.857500', '210725.317500', '210725.777500', '210726.237500', '210726.697500', '210727.157500', '210727.617500', '210728.077500', '210728.537500', '210728.997500', '210729.457500', '210729.917500', '210730.377500', '210730.837500', '210731.297500', '210731.757500', '210732.217500', '210732.677500', '210733.137500', '210733.597500', '210734.057500', '210734.517500', '210734.977500', '210735.437500', '210735.897500', '210736.357500', '210736.817500', '210737.277500', '210737.737500', '210738.197500', '210738.657500', '210739.117500', '210739.577500', '210740.037500', '210740.497500', '210740.957500', '210741.417500', '210741.877500', '210742.337500', '210742.797500', '210743.257500', '210743.717500', '210744.177500', '210744.637500', '210745.097500', '210745.557500', '210746.017500', '210746.477500', '210746.937500', '210747.397500', '210747.857500', '210748.317500', '210748.777500', '210749.237500', '210749.697500', '210750.157500', '210750.617500', '210751.077500', '210751.537500', '210751.997500', '210752.457500', '210752.917500', '210753.377500', '210753.837500', '210754.297500', '210754.757500', '210755.217500', '210755.677500', '210756.137500', '210756.597500', '210757.057500', '210757.517500', '210757.977500', '210758.437500', '210758.897500', '210759.357500', '210759.817500', '210800.277500', '210800.737500', '210801.197500', '210801.657500', '210802.117500', '210802.577500', '210803.037500', '210803.497500', '210803.957500', '210804.417500', '210804.877500', '210805.337500', '210805.797500', '210806.257500', '210806.717500', '210807.177500', '210807.637500', '210808.097500', '210808.557500', '210809.017500', '210809.477500', '210809.937500', '210810.397500', '210810.857500', '210811.317500', '210811.777500', '210812.237500', '210812.697500', '210813.157500', '210813.617500', '210814.077500', '210814.537500', '210814.997500', '210815.457500', '210815.917500', '210816.377500', '210816.837500', '210817.297500', '210817.757500', '210818.217500', '210818.677500', '210819.137500', '210819.597500', '210820.057500', '210820.517500', '210820.977500', '210821.437500', '210821.897500', '210822.357500', '210822.817500', '210823.277500', '210823.737500', '210824.197500', '210824.657500', '210825.117500', '210825.577500', '210826.037500', '210826.497500', '210826.957500', '210827.417500', '210827.877500', '210828.337500', '210828.797500', '210829.257500', '210829.717500', '210830.177500', '210830.637500', '210831.097500', '210831.557500', '210832.017500', '210832.477500', '210832.937500', '210833.397500', '210833.857500', '210834.317500', '210834.777500', '210835.237500', '210835.697500', '210836.157500', '210836.617500', '210837.077500', '210837.537500', '210837.997500', '210838.457500', '210838.917500', '210839.377500', '210839.837500', '210840.297500', '210840.757500', '210841.217500', '210841.677500', '210842.137500', '210842.597500', '210843.057500', '210843.517500', '210843.977500', '210844.437500', '210844.897500', '210845.357500', '210845.817500', '210846.277500', '210846.737500', '210847.197500', '210847.657500', '210848.117500', '210848.577500', '210849.037500', '210849.497500', '210849.957500', '210850.417500', '210850.877500', '210851.337500', '210851.797500', '210852.257500', '210852.717500', '210853.177500', '210853.637500', '210854.097500', '210854.557500', '210855.017500', '210855.477500', '210855.937500', '210856.397500', '210856.857500', '210857.317500', '210857.777500', '210858.237500', '210858.697500', '210859.157500', '210859.617500', '210900.077500', '210900.537500', '210900.997500', '210901.457500', '210901.917500', '210902.377500', '210902.837500', '210903.297500', '210903.757500', '210904.217500', '210904.677500', '210905.137500', '210905.597500', '210906.057500', '210906.517500', '210906.977500', '210907.437500', '210907.897500', '210908.357500', '210908.817500', '210909.277500', '210909.737500', '210910.197500', '210910.657500', '210911.117500', '210911.577500', '210912.037500', '210912.497500', '210912.957500', '210913.417500', '210913.877500', '210914.337500', '210914.797500', '210915.257500', '210915.717500', '210916.177500', '210916.637500', '210917.097500', '210917.557500', '210918.017500', '210918.477500', '210918.937500', '210919.397500', '210919.857500', '210920.317500', '210920.777500', '210921.237500', '210921.697500', '210922.157500', '210922.617500', '210923.077500', '210923.537500', '210923.997500', '210924.457500', '210924.917500', '210925.377500', '210925.837500', '210926.297500', '210926.757500', '210927.217500', '210927.677500', '210928.137500', '210928.597500', '210929.057500', '210929.517500', '210929.977500', '210930.437500', '210930.897500', '210931.357500', '210931.817500', '210932.277500', '210932.737500', '210933.197500', '210933.657500', '210934.117500', '210934.577500', '210935.037500', '210935.497500', '210935.957500', '210936.417500', '210936.877500', '210937.337500', '210937.797500', '210938.257500', '210938.717500', '210939.177500', '210939.637500', '210940.097500', '210940.557500', '210941.017500', '210941.477500', '210941.937500', '210942.397500'], 'ContentTime': ['205933.449000', '205933.452000', '205933.455000', '205933.458000', '205933.460000', '205933.464000', '205933.467000', '205933.469000', '205933.472000', '205933.474000', '205933.477000', '205933.480000', '205933.482000', '205933.485000', '205933.487000', '205933.490000', '205933.493000', '205933.495000', '205933.498000', '205933.500000', '205933.503000', '205933.505000', '205933.508000', '205933.510000', '205933.513000', '205933.516000', '205933.518000', '205933.521000', '205933.523000', '205933.526000', '205933.528000', '205933.531000', '205933.533000', '205933.536000', '205933.539000', '205933.541000', '205933.544000', '205933.546000', '205933.549000', '205933.551000', '205933.554000', '205933.557000', '205933.559000', '205933.562000', '205933.564000', '205933.567000', '205933.571000', '205933.574000', '205933.577000', '205953.419000', '205953.421000', '205953.424000', '205953.427000', '205953.429000', '205953.432000', '205953.434000', '205953.437000', '205953.440000', '205953.442000', '205953.445000', '205953.447000', '205953.450000', '205953.452000', '205953.455000', '205953.457000', '205953.460000', '205953.463000', '205953.465000', '205953.468000', '205953.470000', '205953.473000', '205953.475000', '205953.478000', '205953.481000', '205953.483000', '205953.486000', '205953.489000', '205953.491000', '205953.494000', '205953.496000', '205953.499000', '205953.501000', '205953.504000', '205953.506000', '205953.509000', '205953.512000', '205953.514000', '205953.517000', '205953.519000', '205953.524000', '205953.527000', '205953.529000', '210013.418000', '210013.421000', '210013.424000', '210013.427000', '210013.430000', '210013.432000', '210013.435000', '210013.438000', '210013.441000', '210013.443000', '210013.446000', '210013.448000', '210013.451000', '210013.453000', '210013.456000', '210013.459000', '210013.461000', '210013.464000', '210013.466000', '210013.469000', '210013.472000', '210013.474000', '210013.477000', '210013.479000', '210013.482000', '210013.485000', '210013.487000', '210013.490000', '210013.492000', '210013.495000', '210013.497000', '210013.500000', '210013.503000', '210013.505000', '210013.508000', '210013.510000', '210013.513000', '210013.515000', '210013.518000', '210013.521000', '210013.523000', '210013.526000', '210013.528000', '210013.532000', '210033.419000', '210033.422000', '210033.424000', '210033.427000', '210033.429000', '210033.432000', '210033.435000', '210033.437000', '210033.440000', '210033.442000', '210033.445000', '210033.448000', '210033.450000', '210033.453000', '210033.456000', '210033.459000', '210033.462000', '210033.465000', '210033.467000', '210033.483000', '210033.485000', '210033.488000', '210033.491000', '210033.493000', '210033.496000', '210033.498000', '210033.501000', '210033.504000', '210033.506000', '210033.509000', '210033.512000', '210033.515000', '210033.517000', '210033.520000', '210033.523000', '210033.525000', '210033.528000', '210033.530000', '210033.533000', '210033.536000', '210033.538000', '210033.541000', '210033.543000', '210053.418000', '210053.421000', '210053.424000', '210053.427000', '210053.429000', '210053.432000', '210053.434000', '210053.437000', '210053.440000', '210053.442000', '210053.445000', '210053.447000', '210053.450000', '210053.452000', '210053.455000', '210053.458000', '210053.460000', '210053.463000', '210053.482000', '210053.485000', '210053.487000', '210053.490000', '210053.493000', '210053.495000', '210053.498000', '210053.500000', '210053.503000', '210053.505000', '210053.508000', '210053.510000', '210053.513000', '210053.516000', '210053.518000', '210053.521000', '210053.524000', '210053.526000', '210053.529000', '210053.531000', '210053.534000', '210053.536000', '210053.539000', '210053.542000', '210053.544000', '210053.547000', '210113.419000', '210113.422000', '210113.424000', '210113.427000', '210113.429000', '210113.432000', '210113.435000', '210113.437000', '210113.440000', '210113.442000', '210113.445000', '210113.448000', '210113.450000', '210113.453000', '210113.455000', '210113.458000', '210113.461000', '210113.463000', '210113.466000', '210113.469000', '210113.471000', '210113.474000', '210113.476000', '210113.479000', '210113.481000', '210113.484000', '210113.487000', '210113.489000', '210113.492000', '210113.494000', '210113.497000', '210113.500000', '210113.502000', '210113.505000', '210113.508000', '210113.510000', '210113.513000', '210113.515000', '210113.518000', '210113.521000', '210113.523000', '210113.526000', '210113.528000', '210133.419000', '210133.421000', '210133.424000', '210133.427000', '210133.429000', '210133.432000', '210133.435000', '210133.437000', '210133.440000', '210133.442000', '210133.445000', '210133.447000', '210133.450000', '210133.453000', '210133.455000', '210133.458000', '210133.460000', '210133.463000', '210133.466000', '210133.468000', '210133.471000', '210133.473000', '210133.476000', '210133.478000', '210133.481000', '210133.484000', '210133.486000', '210133.489000', '210133.491000', '210133.494000', '210133.496000', '210133.499000', '210133.502000', '210133.504000', '210133.507000', '210133.510000', '210133.512000', '210133.515000', '210133.517000', '210133.520000', '210133.522000', '210133.525000', '210133.528000', '210133.530000', '210153.419000', '210153.422000', '210153.424000', '210153.427000', '210153.429000', '210153.432000', '210153.435000', '210153.437000', '210153.440000', '210153.442000', '210153.445000', '210153.447000', '210153.450000', '210153.453000', '210153.455000', '210153.458000', '210153.461000', '210153.463000', '210153.466000', '210153.468000', '210153.471000', '210153.474000', '210153.476000', '210153.479000', '210153.481000', '210153.484000', '210153.487000', '210153.489000', '210153.492000', '210153.495000', '210153.497000', '210153.500000', '210153.502000', '210153.505000', '210153.507000', '210153.510000', '210153.513000', '210153.515000', '210153.520000', '210153.522000', '210153.525000', '210153.528000', '210153.530000', '210213.418000', '210213.421000', '210213.424000', '210213.426000', '210213.429000', '210213.432000', '210213.434000', '210213.437000', '210213.439000', '210213.442000', '210213.445000', '210213.447000', '210213.450000', '210213.452000', '210213.455000', '210213.458000', '210213.460000', '210213.463000', '210213.465000', '210213.468000', '210213.471000', '210213.473000', '210213.476000', '210213.478000', '210213.481000', '210213.484000', '210213.486000', '210213.489000', '210213.491000', '210213.494000', '210213.497000', '210213.499000', '210213.502000', '210213.504000', '210213.507000', '210213.510000', '210213.512000', '210213.515000', '210213.517000', '210213.520000', '210213.522000', '210213.525000', '210213.528000', '210213.549000', '210233.419000', '210233.421000', '210233.424000', '210233.427000', '210233.429000', '210233.432000', '210233.434000', '210233.437000', '210233.440000', '210233.442000', '210233.445000', '210233.448000', '210233.450000', '210233.453000', '210233.455000', '210233.458000', '210233.461000', '210233.463000', '210233.466000', '210233.469000', '210233.471000', '210233.474000', '210233.476000', '210233.479000', '210233.481000', '210233.484000', '210233.487000', '210233.489000', '210233.492000', '210233.495000', '210233.497000', '210233.500000', '210233.502000', '210233.505000', '210233.507000', '210233.510000', '210233.513000', '210233.515000', '210233.518000', '210233.520000', '210233.523000', '210233.526000', '210233.529000', '210253.419000', '210253.421000', '210253.424000', '210253.427000', '210253.429000', '210253.432000', '210253.434000', '210253.437000', '210253.440000', '210253.442000', '210253.445000', '210253.447000', '210253.450000', '210253.453000', '210253.455000', '210253.458000', '210253.460000', '210253.463000', '210253.466000', '210253.468000', '210253.471000', '210253.474000', '210253.476000', '210253.479000', '210253.481000', '210253.484000', '210253.487000', '210253.489000', '210253.492000', '210253.495000', '210253.497000', '210253.500000', '210253.503000', '210253.505000', '210253.508000', '210253.511000', '210253.513000', '210253.516000', '210253.518000', '210253.521000', '210253.524000', '210253.526000', '210253.529000', '210253.532000', '210313.419000', '210313.421000', '210313.424000', '210313.427000', '210313.429000', '210313.432000', '210313.435000', '210313.437000', '210313.440000', '210313.442000', '210313.445000', '210313.448000', '210313.450000', '210313.453000', '210313.456000', '210313.458000', '210313.461000', '210313.463000', '210313.466000', '210313.469000', '210313.471000', '210313.474000', '210313.476000', '210313.479000', '210313.482000', '210313.484000', '210313.487000', '210313.489000', '210313.492000', '210313.495000', '210313.497000', '210313.500000', '210313.503000', '210313.505000', '210313.508000', '210313.510000', '210313.513000', '210313.516000', '210313.518000', '210313.521000', '210313.523000', '210313.526000', '210313.529000', '210333.418000', '210333.421000', '210333.424000', '210333.427000', '210333.429000', '210333.432000', '210333.434000', '210333.437000', '210333.440000', '210333.442000', '210333.445000', '210333.447000', '210333.450000', '210333.453000', '210333.455000', '210333.458000', '210333.460000', '210333.463000', '210333.466000', '210333.468000', '210333.471000', '210333.473000', '210333.476000', '210333.479000', '210333.481000', '210333.484000', '210333.487000', '210333.489000', '210333.492000', '210333.494000', '210333.497000', '210333.500000', '210333.502000', '210333.505000', '210333.507000', '210333.510000', '210333.513000', '210333.515000', '210333.518000', '210333.521000', '210333.523000', '210333.526000', '210333.529000', '210333.531000', '210353.419000', '210353.421000', '210353.424000', '210353.427000', '210353.429000', '210353.432000', '210353.435000', '210353.437000', '210353.440000', '210353.442000', '210353.445000', '210353.448000', '210353.450000', '210353.453000', '210353.456000', '210353.458000', '210353.461000', '210353.464000', '210353.466000', '210353.469000', '210353.471000', '210353.474000', '210353.477000', '210353.479000', '210353.495000', '210353.498000', '210353.501000', '210353.503000', '210353.506000', '210353.508000', '210353.511000', '210353.514000', '210353.516000', '210353.519000', '210353.522000', '210353.524000', '210353.527000', '210353.529000', '210353.532000', '210353.535000', '210353.537000', '210353.540000', '210353.542000', '210413.419000', '210413.421000', '210413.424000', '210413.427000', '210413.429000', '210413.432000', '210413.435000', '210413.437000', '210413.440000', '210413.443000', '210413.446000', '210413.449000', '210413.452000', '210413.454000', '210413.457000', '210413.459000', '210413.462000', '210413.465000', '210413.467000', '210413.470000', '210413.472000', '210413.475000', '210413.478000', '210413.480000', '210413.483000', '210413.486000', '210413.489000', '210413.491000', '210413.494000', '210413.496000', '210413.499000', '210413.502000', '210413.504000', '210413.507000', '210413.509000', '210413.512000', '210413.515000', '210413.517000', '210413.520000', '210413.522000', '210413.525000', '210413.528000', '210413.530000', '210433.419000', '210433.421000', '210433.424000', '210433.427000', '210433.429000', '210433.432000', '210433.435000', '210433.437000', '210433.440000', '210433.442000', '210433.445000', '210433.448000', '210433.450000', '210433.453000', '210433.456000', '210433.458000', '210433.461000', '210433.463000', '210433.466000', '210433.469000', '210433.471000', '210433.474000', '210433.476000', '210433.479000', '210433.482000', '210433.484000', '210433.487000', '210433.490000', '210433.492000', '210433.495000', '210433.497000', '210433.500000', '210433.503000', '210433.505000', '210433.508000', '210433.510000', '210433.513000', '210433.516000', '210433.518000', '210433.521000', '210433.524000', '210433.526000', '210433.529000', '210433.531000', '210453.419000', '210453.421000', '210453.424000', '210453.427000', '210453.429000', '210453.432000', '210453.434000', '210453.437000', '210453.441000', '210453.444000', '210453.447000', '210453.449000', '210453.452000', '210453.454000', '210453.457000', '210453.460000', '210453.462000', '210453.465000', '210453.467000', '210453.470000', '210453.473000', '210453.475000', '210453.478000', '210453.480000', '210453.483000', '210453.486000', '210453.488000', '210453.491000', '210453.493000', '210453.496000', '210453.499000', '210453.501000', '210453.504000', '210453.506000', '210453.509000', '210453.512000', '210453.514000', '210453.517000', '210453.520000', '210453.522000', '210453.525000', '210453.527000', '210453.530000', '210453.533000', '210513.419000', '210513.422000', '210513.424000', '210513.427000', '210513.430000', '210513.432000', '210513.435000', '210513.437000', '210513.440000', '210513.443000', '210513.445000', '210513.448000', '210513.450000', '210513.453000', '210513.455000', '210513.458000', '210513.461000', '210513.463000', '210513.466000', '210513.468000', '210513.471000', '210513.474000', '210513.476000', '210513.479000', '210513.481000', '210513.484000', '210513.487000', '210513.489000', '210513.492000', '210513.494000', '210513.497000', '210513.500000', '210513.502000', '210513.505000', '210513.507000', '210513.527000', '210513.529000', '210513.532000', '210513.535000', '210513.537000', '210513.540000', '210513.542000', '210513.545000', '210533.419000', '210533.421000', '210533.424000', '210533.427000', '210533.430000', '210533.433000', '210533.436000', '210533.438000', '210533.441000', '210533.443000', '210533.446000', '210533.449000', '210533.451000', '210533.454000', '210533.456000', '210533.459000', '210533.462000', '210533.464000', '210533.467000', '210533.469000', '210533.472000', '210533.475000', '210533.477000', '210533.480000', '210533.483000', '210533.485000', '210533.488000', '210533.490000', '210533.493000', '210533.495000', '210533.498000', '210533.501000', '210533.503000', '210533.506000', '210533.509000', '210533.511000', '210533.514000', '210533.517000', '210533.519000', '210533.522000', '210533.524000', '210533.527000', '210533.530000', '210533.532000', '210553.419000', '210553.421000', '210553.424000', '210553.427000', '210553.429000', '210553.432000', '210553.435000', '210553.437000', '210553.440000', '210553.442000', '210553.445000', '210553.448000', '210553.450000', '210553.453000', '210553.455000', '210553.458000', '210553.460000', '210553.463000', '210553.466000', '210553.468000', '210553.471000', '210553.473000', '210553.476000', '210553.479000', '210553.481000', '210553.484000', '210553.487000', '210553.489000', '210553.492000', '210553.494000', '210553.497000', '210553.499000', '210553.502000', '210553.505000', '210553.507000', '210553.510000', '210553.513000', '210553.515000', '210553.518000', '210553.520000', '210553.523000', '210553.525000', '210553.528000', '210613.419000', '210613.422000', '210613.424000', '210613.427000', '210613.430000', '210613.432000', '210613.435000', '210613.437000', '210613.440000', '210613.443000', '210613.445000', '210613.448000', '210613.450000', '210613.453000', '210613.456000', '210613.458000', '210613.461000', '210613.463000', '210613.466000', '210613.469000', '210613.471000', '210613.474000', '210613.476000', '210613.479000', '210613.482000', '210613.484000', '210613.487000', '210613.489000', '210613.492000', '210613.495000', '210613.497000', '210613.500000', '210613.502000', '210613.505000', '210613.508000', '210613.510000', '210613.513000', '210613.515000', '210613.518000', '210613.521000', '210613.523000', '210613.526000', '210613.529000', '210633.419000', '210633.421000', '210633.424000', '210633.427000', '210633.429000', '210633.432000', '210633.435000', '210633.437000', '210633.440000', '210633.442000', '210633.445000', '210633.448000', '210633.450000', '210633.453000', '210633.455000', '210633.458000', '210633.460000', '210633.463000', '210633.466000', '210633.468000', '210633.471000', '210633.474000', '210633.476000', '210633.479000', '210633.481000', '210633.484000', '210633.486000', '210633.489000', '210633.492000', '210633.495000', '210633.497000', '210633.500000', '210633.502000', '210633.505000', '210633.508000', '210633.510000', '210633.513000', '210633.516000', '210633.518000', '210633.521000', '210633.523000', '210633.526000', '210633.529000', '210633.531000', '210653.419000', '210653.422000', '210653.424000', '210653.427000', '210653.429000', '210653.432000', '210653.435000', '210653.437000', '210653.440000', '210653.443000', '210653.445000', '210653.448000', '210653.450000', '210653.453000', '210653.456000', '210653.458000', '210653.461000', '210653.464000', '210653.466000', '210653.470000', '210653.473000', '210653.475000', '210653.478000', '210653.480000', '210653.483000', '210653.486000', '210653.488000', '210653.491000', '210653.494000', '210653.496000', '210653.499000', '210653.501000', '210653.504000', '210653.507000', '210653.509000', '210653.512000', '210653.515000', '210653.517000', '210653.520000', '210653.522000', '210653.525000', '210653.528000', '210653.530000', '210713.419000', '210713.422000', '210713.424000', '210713.427000', '210713.429000', '210713.432000', '210713.435000', '210713.437000', '210713.440000', '210713.442000', '210713.445000', '210713.448000', '210713.450000', '210713.453000', '210713.455000', '210713.458000', '210713.461000', '210713.463000', '210713.466000', '210713.468000', '210713.471000', '210713.473000', '210713.476000', '210713.479000', '210713.481000', '210713.484000', '210713.486000', '210713.489000', '210713.492000', '210713.494000', '210713.497000', '210713.500000', '210713.502000', '210713.505000', '210713.507000', '210713.510000', '210713.512000', '210713.515000', '210713.518000', '210713.520000', '210713.523000', '210713.525000', '210713.528000', '210713.530000', '210733.419000', '210733.422000', '210733.424000', '210733.427000', '210733.429000', '210733.432000', '210733.441000', '210733.443000', '210733.446000', '210733.449000', '210733.451000', '210733.454000', '210733.456000', '210733.459000', '210733.461000', '210733.464000', '210733.467000', '210733.469000', '210733.472000', '210733.475000', '210733.477000', '210733.480000', '210733.482000', '210733.485000', '210733.488000', '210733.490000', '210733.493000', '210733.495000', '210733.498000', '210733.501000', '210733.503000', '210733.506000', '210733.508000', '210733.511000', '210733.514000', '210733.516000', '210733.519000', '210733.521000', '210733.524000', '210733.527000', '210733.529000', '210733.532000', '210733.534000', '210753.419000', '210753.422000', '210753.424000', '210753.427000', '210753.429000', '210753.432000', '210753.434000', '210753.437000', '210753.440000', '210753.442000', '210753.445000', '210753.447000', '210753.450000', '210753.453000', '210753.455000', '210753.458000', '210753.461000', '210753.463000', '210753.466000', '210753.468000', '210753.471000', '210753.474000', '210753.476000', '210753.479000', '210753.481000', '210753.484000', '210753.486000', '210753.489000', '210753.492000', '210753.494000', '210753.497000', '210753.500000', '210753.502000', '210753.505000', '210753.507000', '210753.510000', '210753.513000', '210753.515000', '210753.518000', '210753.521000', '210753.523000', '210753.526000', '210753.528000', '210753.540000', '210813.419000', '210813.421000', '210813.424000', '210813.427000', '210813.429000', '210813.432000', '210813.434000', '210813.437000', '210813.440000', '210813.442000', '210813.445000', '210813.447000', '210813.450000', '210813.453000', '210813.456000', '210813.458000', '210813.461000', '210813.464000', '210813.466000', '210813.469000', '210813.471000', '210813.474000', '210813.477000', '210813.479000', '210813.482000', '210813.485000', '210813.487000', '210813.490000', '210813.492000', '210813.495000', '210813.498000', '210813.500000', '210813.503000', '210813.506000', '210813.509000', '210813.511000', '210813.514000', '210813.516000', '210813.519000', '210813.522000', '210813.524000', '210813.527000', '210813.530000', '210833.419000', '210833.422000', '210833.424000', '210833.427000', '210833.429000', '210833.432000', '210833.435000', '210833.437000', '210833.440000', '210833.442000', '210833.445000', '210833.448000', '210833.450000', '210833.453000', '210833.455000', '210833.458000', '210833.461000', '210833.463000', '210833.466000', '210833.468000', '210833.471000', '210833.474000', '210833.476000', '210833.479000', '210833.482000', '210833.484000', '210833.487000', '210833.489000', '210833.492000', '210833.495000', '210833.497000', '210833.500000', '210833.502000', '210833.505000', '210833.508000', '210833.510000', '210833.513000', '210833.516000', '210833.518000', '210833.521000', '210833.523000', '210833.526000', '210833.528000', '210833.531000', '210853.419000', '210853.422000', '210853.424000', '210853.432000', '210853.434000', '210853.437000', '210853.440000', '210853.442000', '210853.445000', '210853.447000', '210853.450000', '210853.453000', '210853.455000', '210853.458000', '210853.460000', '210853.463000', '210853.466000', '210853.468000', '210853.471000', '210853.474000', '210853.477000', '210853.479000', '210853.482000', '210853.484000', '210853.487000', '210853.490000', '210853.492000', '210853.495000', '210853.498000', '210853.500000', '210853.503000', '210853.505000', '210853.508000', '210853.511000', '210853.513000', '210853.516000', '210853.518000', '210853.521000', '210853.523000', '210853.526000', '210853.529000', '210853.531000', '210853.534000', '210913.419000', '210913.422000', '210913.424000', '210913.427000', '210913.429000', '210913.432000', '210913.435000', '210913.437000', '210913.440000', '210913.442000', '210913.445000', '210913.448000', '210913.450000', '210913.453000', '210913.456000', '210913.458000', '210913.461000', '210913.463000', '210913.466000', '210913.468000', '210913.471000', '210913.474000', '210913.476000', '210913.479000', '210913.482000', '210913.498000', '210913.501000', '210913.503000', '210913.506000', '210913.508000', '210913.511000', '210913.514000', '210913.516000', '210913.519000', '210913.521000', '210913.524000', '210913.527000', '210913.529000', '210913.532000', '210913.534000', '210913.537000', '210913.540000', '210913.542000', '210913.545000', '210933.419000', '210933.422000', '210933.424000', '210933.427000', '210933.430000', '210933.432000', '210933.435000', '210933.437000', '210933.440000', '210933.443000', '210933.445000', '210933.448000', '210933.451000', '210933.453000', '210933.456000', '210933.458000', '210933.461000', '210933.464000', '210933.466000', '210933.469000', '210933.472000', '210933.474000', '210933.477000', '210933.479000', '210933.482000', '210933.485000', '210933.487000', '210933.490000', '210933.492000', '210933.495000', '210933.498000', '210933.500000', '210933.503000', '210933.506000', '210933.508000', '210933.511000', '210933.513000', '210933.516000', '210933.519000', '210933.521000', '210933.524000', '210933.527000', '210933.529000', '210943.616000', '210943.619000', '210943.621000', '210943.624000', '210943.627000', '210943.629000', '210943.632000', '210943.635000', '210943.638000', '210943.641000', '210943.644000', '210943.647000', '210943.650000', '210943.652000', '210943.655000', '210943.658000', '210943.661000', '210943.663000', '210943.666000', '210943.669000', '210943.671000', '210943.674000', '210943.677000'], 'InstanceCreationTime': ['205933.449000', '205933.452000', '205933.455000', '205933.458000', '205933.460000', '205933.464000', '205933.467000', '205933.469000', '205933.472000', '205933.474000', '205933.477000', '205933.480000', '205933.482000', '205933.485000', '205933.487000', '205933.490000', '205933.493000', '205933.495000', '205933.498000', '205933.500000', '205933.503000', '205933.505000', '205933.508000', '205933.510000', '205933.513000', '205933.516000', '205933.518000', '205933.521000', '205933.523000', '205933.526000', '205933.528000', '205933.531000', '205933.533000', '205933.536000', '205933.539000', '205933.541000', '205933.544000', '205933.546000', '205933.549000', '205933.551000', '205933.554000', '205933.557000', '205933.559000', '205933.562000', '205933.564000', '205933.567000', '205933.571000', '205933.574000', '205933.577000', '205953.419000', '205953.421000', '205953.424000', '205953.427000', '205953.429000', '205953.432000', '205953.434000', '205953.437000', '205953.440000', '205953.442000', '205953.445000', '205953.447000', '205953.450000', '205953.452000', '205953.455000', '205953.457000', '205953.460000', '205953.463000', '205953.465000', '205953.468000', '205953.470000', '205953.473000', '205953.475000', '205953.478000', '205953.481000', '205953.483000', '205953.486000', '205953.489000', '205953.491000', '205953.494000', '205953.496000', '205953.499000', '205953.501000', '205953.504000', '205953.506000', '205953.509000', '205953.512000', '205953.514000', '205953.517000', '205953.519000', '205953.524000', '205953.527000', '205953.529000', '210013.418000', '210013.421000', '210013.424000', '210013.427000', '210013.430000', '210013.432000', '210013.435000', '210013.438000', '210013.441000', '210013.443000', '210013.446000', '210013.448000', '210013.451000', '210013.453000', '210013.456000', '210013.459000', '210013.461000', '210013.464000', '210013.466000', '210013.469000', '210013.472000', '210013.474000', '210013.477000', '210013.479000', '210013.482000', '210013.485000', '210013.487000', '210013.490000', '210013.492000', '210013.495000', '210013.497000', '210013.500000', '210013.503000', '210013.505000', '210013.508000', '210013.510000', '210013.513000', '210013.515000', '210013.518000', '210013.521000', '210013.523000', '210013.526000', '210013.528000', '210013.532000', '210033.419000', '210033.422000', '210033.424000', '210033.427000', '210033.429000', '210033.432000', '210033.435000', '210033.437000', '210033.440000', '210033.442000', '210033.445000', '210033.448000', '210033.450000', '210033.453000', '210033.456000', '210033.459000', '210033.462000', '210033.465000', '210033.467000', '210033.483000', '210033.485000', '210033.488000', '210033.491000', '210033.493000', '210033.496000', '210033.498000', '210033.501000', '210033.504000', '210033.506000', '210033.509000', '210033.512000', '210033.515000', '210033.517000', '210033.520000', '210033.523000', '210033.525000', '210033.528000', '210033.530000', '210033.533000', '210033.536000', '210033.538000', '210033.541000', '210033.543000', '210053.418000', '210053.421000', '210053.424000', '210053.427000', '210053.429000', '210053.432000', '210053.434000', '210053.437000', '210053.440000', '210053.442000', '210053.445000', '210053.447000', '210053.450000', '210053.452000', '210053.455000', '210053.458000', '210053.460000', '210053.463000', '210053.482000', '210053.485000', '210053.487000', '210053.490000', '210053.493000', '210053.495000', '210053.498000', '210053.500000', '210053.503000', '210053.505000', '210053.508000', '210053.510000', '210053.513000', '210053.516000', '210053.518000', '210053.521000', '210053.524000', '210053.526000', '210053.529000', '210053.531000', '210053.534000', '210053.536000', '210053.539000', '210053.542000', '210053.544000', '210053.547000', '210113.419000', '210113.422000', '210113.424000', '210113.427000', '210113.429000', '210113.432000', '210113.435000', '210113.437000', '210113.440000', '210113.442000', '210113.445000', '210113.448000', '210113.450000', '210113.453000', '210113.455000', '210113.458000', '210113.461000', '210113.463000', '210113.466000', '210113.469000', '210113.471000', '210113.474000', '210113.476000', '210113.479000', '210113.481000', '210113.484000', '210113.487000', '210113.489000', '210113.492000', '210113.494000', '210113.497000', '210113.500000', '210113.502000', '210113.505000', '210113.508000', '210113.510000', '210113.513000', '210113.515000', '210113.518000', '210113.521000', '210113.523000', '210113.526000', '210113.528000', '210133.419000', '210133.421000', '210133.424000', '210133.427000', '210133.429000', '210133.432000', '210133.435000', '210133.437000', '210133.440000', '210133.442000', '210133.445000', '210133.447000', '210133.450000', '210133.453000', '210133.455000', '210133.458000', '210133.460000', '210133.463000', '210133.466000', '210133.468000', '210133.471000', '210133.473000', '210133.476000', '210133.478000', '210133.481000', '210133.484000', '210133.486000', '210133.489000', '210133.491000', '210133.494000', '210133.496000', '210133.499000', '210133.502000', '210133.504000', '210133.507000', '210133.510000', '210133.512000', '210133.515000', '210133.517000', '210133.520000', '210133.522000', '210133.525000', '210133.528000', '210133.530000', '210153.419000', '210153.422000', '210153.424000', '210153.427000', '210153.429000', '210153.432000', '210153.435000', '210153.437000', '210153.440000', '210153.442000', '210153.445000', '210153.447000', '210153.450000', '210153.453000', '210153.455000', '210153.458000', '210153.461000', '210153.463000', '210153.466000', '210153.468000', '210153.471000', '210153.474000', '210153.476000', '210153.479000', '210153.481000', '210153.484000', '210153.487000', '210153.489000', '210153.492000', '210153.495000', '210153.497000', '210153.500000', '210153.502000', '210153.505000', '210153.507000', '210153.510000', '210153.513000', '210153.515000', '210153.520000', '210153.522000', '210153.525000', '210153.528000', '210153.530000', '210213.418000', '210213.421000', '210213.424000', '210213.426000', '210213.429000', '210213.432000', '210213.434000', '210213.437000', '210213.439000', '210213.442000', '210213.445000', '210213.447000', '210213.450000', '210213.452000', '210213.455000', '210213.458000', '210213.460000', '210213.463000', '210213.465000', '210213.468000', '210213.471000', '210213.473000', '210213.476000', '210213.478000', '210213.481000', '210213.484000', '210213.486000', '210213.489000', '210213.491000', '210213.494000', '210213.497000', '210213.499000', '210213.502000', '210213.504000', '210213.507000', '210213.510000', '210213.512000', '210213.515000', '210213.517000', '210213.520000', '210213.522000', '210213.525000', '210213.528000', '210213.549000', '210233.419000', '210233.421000', '210233.424000', '210233.427000', '210233.429000', '210233.432000', '210233.434000', '210233.437000', '210233.440000', '210233.442000', '210233.445000', '210233.448000', '210233.450000', '210233.453000', '210233.455000', '210233.458000', '210233.461000', '210233.463000', '210233.466000', '210233.469000', '210233.471000', '210233.474000', '210233.476000', '210233.479000', '210233.481000', '210233.484000', '210233.487000', '210233.489000', '210233.492000', '210233.495000', '210233.497000', '210233.500000', '210233.502000', '210233.505000', '210233.507000', '210233.510000', '210233.513000', '210233.515000', '210233.518000', '210233.520000', '210233.523000', '210233.526000', '210233.529000', '210253.419000', '210253.421000', '210253.424000', '210253.427000', '210253.429000', '210253.432000', '210253.434000', '210253.437000', '210253.440000', '210253.442000', '210253.445000', '210253.447000', '210253.450000', '210253.453000', '210253.455000', '210253.458000', '210253.460000', '210253.463000', '210253.466000', '210253.468000', '210253.471000', '210253.474000', '210253.476000', '210253.479000', '210253.481000', '210253.484000', '210253.487000', '210253.489000', '210253.492000', '210253.495000', '210253.497000', '210253.500000', '210253.503000', '210253.505000', '210253.508000', '210253.511000', '210253.513000', '210253.516000', '210253.518000', '210253.521000', '210253.524000', '210253.526000', '210253.529000', '210253.532000', '210313.419000', '210313.421000', '210313.424000', '210313.427000', '210313.429000', '210313.432000', '210313.435000', '210313.437000', '210313.440000', '210313.442000', '210313.445000', '210313.448000', '210313.450000', '210313.453000', '210313.456000', '210313.458000', '210313.461000', '210313.463000', '210313.466000', '210313.469000', '210313.471000', '210313.474000', '210313.476000', '210313.479000', '210313.482000', '210313.484000', '210313.487000', '210313.489000', '210313.492000', '210313.495000', '210313.497000', '210313.500000', '210313.503000', '210313.505000', '210313.508000', '210313.510000', '210313.513000', '210313.516000', '210313.518000', '210313.521000', '210313.523000', '210313.526000', '210313.529000', '210333.418000', '210333.421000', '210333.424000', '210333.427000', '210333.429000', '210333.432000', '210333.434000', '210333.437000', '210333.440000', '210333.442000', '210333.445000', '210333.447000', '210333.450000', '210333.453000', '210333.455000', '210333.458000', '210333.460000', '210333.463000', '210333.466000', '210333.468000', '210333.471000', '210333.473000', '210333.476000', '210333.479000', '210333.481000', '210333.484000', '210333.487000', '210333.489000', '210333.492000', '210333.494000', '210333.497000', '210333.500000', '210333.502000', '210333.505000', '210333.507000', '210333.510000', '210333.513000', '210333.515000', '210333.518000', '210333.521000', '210333.523000', '210333.526000', '210333.529000', '210333.531000', '210353.419000', '210353.421000', '210353.424000', '210353.427000', '210353.429000', '210353.432000', '210353.435000', '210353.437000', '210353.440000', '210353.442000', '210353.445000', '210353.448000', '210353.450000', '210353.453000', '210353.456000', '210353.458000', '210353.461000', '210353.464000', '210353.466000', '210353.469000', '210353.471000', '210353.474000', '210353.477000', '210353.479000', '210353.495000', '210353.498000', '210353.501000', '210353.503000', '210353.506000', '210353.508000', '210353.511000', '210353.514000', '210353.516000', '210353.519000', '210353.522000', '210353.524000', '210353.527000', '210353.529000', '210353.532000', '210353.535000', '210353.537000', '210353.540000', '210353.542000', '210413.419000', '210413.421000', '210413.424000', '210413.427000', '210413.429000', '210413.432000', '210413.435000', '210413.437000', '210413.440000', '210413.443000', '210413.446000', '210413.449000', '210413.452000', '210413.454000', '210413.457000', '210413.459000', '210413.462000', '210413.465000', '210413.467000', '210413.470000', '210413.472000', '210413.475000', '210413.478000', '210413.480000', '210413.483000', '210413.486000', '210413.489000', '210413.491000', '210413.494000', '210413.496000', '210413.499000', '210413.502000', '210413.504000', '210413.507000', '210413.509000', '210413.512000', '210413.515000', '210413.517000', '210413.520000', '210413.522000', '210413.525000', '210413.528000', '210413.530000', '210433.419000', '210433.421000', '210433.424000', '210433.427000', '210433.429000', '210433.432000', '210433.435000', '210433.437000', '210433.440000', '210433.442000', '210433.445000', '210433.448000', '210433.450000', '210433.453000', '210433.456000', '210433.458000', '210433.461000', '210433.463000', '210433.466000', '210433.469000', '210433.471000', '210433.474000', '210433.476000', '210433.479000', '210433.482000', '210433.484000', '210433.487000', '210433.490000', '210433.492000', '210433.495000', '210433.497000', '210433.500000', '210433.503000', '210433.505000', '210433.508000', '210433.510000', '210433.513000', '210433.516000', '210433.518000', '210433.521000', '210433.524000', '210433.526000', '210433.529000', '210433.531000', '210453.419000', '210453.421000', '210453.424000', '210453.427000', '210453.429000', '210453.432000', '210453.434000', '210453.437000', '210453.441000', '210453.444000', '210453.447000', '210453.449000', '210453.452000', '210453.454000', '210453.457000', '210453.460000', '210453.462000', '210453.465000', '210453.467000', '210453.470000', '210453.473000', '210453.475000', '210453.478000', '210453.480000', '210453.483000', '210453.486000', '210453.488000', '210453.491000', '210453.493000', '210453.496000', '210453.499000', '210453.501000', '210453.504000', '210453.506000', '210453.509000', '210453.512000', '210453.514000', '210453.517000', '210453.520000', '210453.522000', '210453.525000', '210453.527000', '210453.530000', '210453.533000', '210513.419000', '210513.422000', '210513.424000', '210513.427000', '210513.430000', '210513.432000', '210513.435000', '210513.437000', '210513.440000', '210513.443000', '210513.445000', '210513.448000', '210513.450000', '210513.453000', '210513.455000', '210513.458000', '210513.461000', '210513.463000', '210513.466000', '210513.468000', '210513.471000', '210513.474000', '210513.476000', '210513.479000', '210513.481000', '210513.484000', '210513.487000', '210513.489000', '210513.492000', '210513.494000', '210513.497000', '210513.500000', '210513.502000', '210513.505000', '210513.507000', '210513.527000', '210513.529000', '210513.532000', '210513.535000', '210513.537000', '210513.540000', '210513.542000', '210513.545000', '210533.419000', '210533.421000', '210533.424000', '210533.427000', '210533.430000', '210533.433000', '210533.436000', '210533.438000', '210533.441000', '210533.443000', '210533.446000', '210533.449000', '210533.451000', '210533.454000', '210533.456000', '210533.459000', '210533.462000', '210533.464000', '210533.467000', '210533.469000', '210533.472000', '210533.475000', '210533.477000', '210533.480000', '210533.483000', '210533.485000', '210533.488000', '210533.490000', '210533.493000', '210533.495000', '210533.498000', '210533.501000', '210533.503000', '210533.506000', '210533.509000', '210533.511000', '210533.514000', '210533.517000', '210533.519000', '210533.522000', '210533.524000', '210533.527000', '210533.530000', '210533.532000', '210553.419000', '210553.421000', '210553.424000', '210553.427000', '210553.429000', '210553.432000', '210553.435000', '210553.437000', '210553.440000', '210553.442000', '210553.445000', '210553.448000', '210553.450000', '210553.453000', '210553.455000', '210553.458000', '210553.460000', '210553.463000', '210553.466000', '210553.468000', '210553.471000', '210553.473000', '210553.476000', '210553.479000', '210553.481000', '210553.484000', '210553.487000', '210553.489000', '210553.492000', '210553.494000', '210553.497000', '210553.499000', '210553.502000', '210553.505000', '210553.507000', '210553.510000', '210553.513000', '210553.515000', '210553.518000', '210553.520000', '210553.523000', '210553.525000', '210553.528000', '210613.419000', '210613.422000', '210613.424000', '210613.427000', '210613.430000', '210613.432000', '210613.435000', '210613.437000', '210613.440000', '210613.443000', '210613.445000', '210613.448000', '210613.450000', '210613.453000', '210613.456000', '210613.458000', '210613.461000', '210613.463000', '210613.466000', '210613.469000', '210613.471000', '210613.474000', '210613.476000', '210613.479000', '210613.482000', '210613.484000', '210613.487000', '210613.489000', '210613.492000', '210613.495000', '210613.497000', '210613.500000', '210613.502000', '210613.505000', '210613.508000', '210613.510000', '210613.513000', '210613.515000', '210613.518000', '210613.521000', '210613.523000', '210613.526000', '210613.529000', '210633.419000', '210633.421000', '210633.424000', '210633.427000', '210633.429000', '210633.432000', '210633.435000', '210633.437000', '210633.440000', '210633.442000', '210633.445000', '210633.448000', '210633.450000', '210633.453000', '210633.455000', '210633.458000', '210633.460000', '210633.463000', '210633.466000', '210633.468000', '210633.471000', '210633.474000', '210633.476000', '210633.479000', '210633.481000', '210633.484000', '210633.486000', '210633.489000', '210633.492000', '210633.495000', '210633.497000', '210633.500000', '210633.502000', '210633.505000', '210633.508000', '210633.510000', '210633.513000', '210633.516000', '210633.518000', '210633.521000', '210633.523000', '210633.526000', '210633.529000', '210633.531000', '210653.419000', '210653.422000', '210653.424000', '210653.427000', '210653.429000', '210653.432000', '210653.435000', '210653.437000', '210653.440000', '210653.443000', '210653.445000', '210653.448000', '210653.450000', '210653.453000', '210653.456000', '210653.458000', '210653.461000', '210653.464000', '210653.466000', '210653.470000', '210653.473000', '210653.475000', '210653.478000', '210653.480000', '210653.483000', '210653.486000', '210653.488000', '210653.491000', '210653.494000', '210653.496000', '210653.499000', '210653.501000', '210653.504000', '210653.507000', '210653.509000', '210653.512000', '210653.515000', '210653.517000', '210653.520000', '210653.522000', '210653.525000', '210653.528000', '210653.530000', '210713.419000', '210713.422000', '210713.424000', '210713.427000', '210713.429000', '210713.432000', '210713.435000', '210713.437000', '210713.440000', '210713.442000', '210713.445000', '210713.448000', '210713.450000', '210713.453000', '210713.455000', '210713.458000', '210713.461000', '210713.463000', '210713.466000', '210713.468000', '210713.471000', '210713.473000', '210713.476000', '210713.479000', '210713.481000', '210713.484000', '210713.486000', '210713.489000', '210713.492000', '210713.494000', '210713.497000', '210713.500000', '210713.502000', '210713.505000', '210713.507000', '210713.510000', '210713.512000', '210713.515000', '210713.518000', '210713.520000', '210713.523000', '210713.525000', '210713.528000', '210713.530000', '210733.419000', '210733.422000', '210733.424000', '210733.427000', '210733.429000', '210733.432000', '210733.441000', '210733.443000', '210733.446000', '210733.449000', '210733.451000', '210733.454000', '210733.456000', '210733.459000', '210733.461000', '210733.464000', '210733.467000', '210733.469000', '210733.472000', '210733.475000', '210733.477000', '210733.480000', '210733.482000', '210733.485000', '210733.488000', '210733.490000', '210733.493000', '210733.495000', '210733.498000', '210733.501000', '210733.503000', '210733.506000', '210733.508000', '210733.511000', '210733.514000', '210733.516000', '210733.519000', '210733.521000', '210733.524000', '210733.527000', '210733.529000', '210733.532000', '210733.534000', '210753.419000', '210753.422000', '210753.424000', '210753.427000', '210753.429000', '210753.432000', '210753.434000', '210753.437000', '210753.440000', '210753.442000', '210753.445000', '210753.447000', '210753.450000', '210753.453000', '210753.455000', '210753.458000', '210753.461000', '210753.463000', '210753.466000', '210753.468000', '210753.471000', '210753.474000', '210753.476000', '210753.479000', '210753.481000', '210753.484000', '210753.486000', '210753.489000', '210753.492000', '210753.494000', '210753.497000', '210753.500000', '210753.502000', '210753.505000', '210753.507000', '210753.510000', '210753.513000', '210753.515000', '210753.518000', '210753.521000', '210753.523000', '210753.526000', '210753.528000', '210753.540000', '210813.419000', '210813.421000', '210813.424000', '210813.427000', '210813.429000', '210813.432000', '210813.434000', '210813.437000', '210813.440000', '210813.442000', '210813.445000', '210813.447000', '210813.450000', '210813.453000', '210813.456000', '210813.458000', '210813.461000', '210813.464000', '210813.466000', '210813.469000', '210813.471000', '210813.474000', '210813.477000', '210813.479000', '210813.482000', '210813.485000', '210813.487000', '210813.490000', '210813.492000', '210813.495000', '210813.498000', '210813.500000', '210813.503000', '210813.506000', '210813.509000', '210813.511000', '210813.514000', '210813.516000', '210813.519000', '210813.522000', '210813.524000', '210813.527000', '210813.530000', '210833.419000', '210833.422000', '210833.424000', '210833.427000', '210833.429000', '210833.432000', '210833.435000', '210833.437000', '210833.440000', '210833.442000', '210833.445000', '210833.448000', '210833.450000', '210833.453000', '210833.455000', '210833.458000', '210833.461000', '210833.463000', '210833.466000', '210833.468000', '210833.471000', '210833.474000', '210833.476000', '210833.479000', '210833.482000', '210833.484000', '210833.487000', '210833.489000', '210833.492000', '210833.495000', '210833.497000', '210833.500000', '210833.502000', '210833.505000', '210833.508000', '210833.510000', '210833.513000', '210833.516000', '210833.518000', '210833.521000', '210833.523000', '210833.526000', '210833.528000', '210833.531000', '210853.419000', '210853.422000', '210853.424000', '210853.432000', '210853.434000', '210853.437000', '210853.440000', '210853.442000', '210853.445000', '210853.447000', '210853.450000', '210853.453000', '210853.455000', '210853.458000', '210853.460000', '210853.463000', '210853.466000', '210853.468000', '210853.471000', '210853.474000', '210853.477000', '210853.479000', '210853.482000', '210853.484000', '210853.487000', '210853.490000', '210853.492000', '210853.495000', '210853.498000', '210853.500000', '210853.503000', '210853.505000', '210853.508000', '210853.511000', '210853.513000', '210853.516000', '210853.518000', '210853.521000', '210853.523000', '210853.526000', '210853.529000', '210853.531000', '210853.534000', '210913.419000', '210913.422000', '210913.424000', '210913.427000', '210913.429000', '210913.432000', '210913.435000', '210913.437000', '210913.440000', '210913.442000', '210913.445000', '210913.448000', '210913.450000', '210913.453000', '210913.456000', '210913.458000', '210913.461000', '210913.463000', '210913.466000', '210913.468000', '210913.471000', '210913.474000', '210913.476000', '210913.479000', '210913.482000', '210913.498000', '210913.501000', '210913.503000', '210913.506000', '210913.508000', '210913.511000', '210913.514000', '210913.516000', '210913.519000', '210913.521000', '210913.524000', '210913.527000', '210913.529000', '210913.532000', '210913.534000', '210913.537000', '210913.540000', '210913.542000', '210913.545000', '210933.419000', '210933.422000', '210933.424000', '210933.427000', '210933.430000', '210933.432000', '210933.435000', '210933.437000', '210933.440000', '210933.443000', '210933.445000', '210933.448000', '210933.451000', '210933.453000', '210933.456000', '210933.458000', '210933.461000', '210933.464000', '210933.466000', '210933.469000', '210933.472000', '210933.474000', '210933.477000', '210933.479000', '210933.482000', '210933.485000', '210933.487000', '210933.490000', '210933.492000', '210933.495000', '210933.498000', '210933.500000', '210933.503000', '210933.506000', '210933.508000', '210933.511000', '210933.513000', '210933.516000', '210933.519000', '210933.521000', '210933.524000', '210933.527000', '210933.529000', '210943.616000', '210943.619000', '210943.621000', '210943.624000', '210943.627000', '210943.629000', '210943.632000', '210943.635000', '210943.638000', '210943.641000', '210943.644000', '210943.647000', '210943.650000', '210943.652000', '210943.655000', '210943.658000', '210943.661000', '210943.663000', '210943.666000', '210943.669000', '210943.671000', '210943.674000', '210943.677000'], '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': [7942, 8364, 7539, 8930, 7746, 8194, 7353, 8447, 7654, 8459, 6985, 8488, 7176, 8498, 7905, 8446, 7347, 8494, 7148, 8366, 7684, 8331, 7026, 8318, 6974, 8400, 7716, 8569, 7792, 8682, 7397, 8510, 7424, 8415, 7599, 8183, 6915, 8196, 6835, 8615, 7284, 8156, 7519, 8180, 7414, 8412, 8120, 8488, 9074, 8544, 9183, 8333, 9466, 8623, 9170, 7784, 9281, 7696, 9352, 7842, 9385, 7577, 8174, 6895, 8294, 7086, 8343, 7826, 8279, 7614, 8636, 7691, 8540, 7081, 8459, 7817, 8206, 7775, 8221, 7577, 8445, 7341, 8420, 7591, 8325, 7844, 8407, 8039, 8472, 8096, 8434, 8587, 8465, 8766, 8531, 9002, 7325, 9218, 7668, 9321, 7243, 9258, 7308, 9260, 7203, 9445, 7500, 9441, 7155, 8923, 6838, 8022, 6848, 8119, 7590, 7833, 7022, 7763, 6822, 8361, 7989, 8108, 8499, 8310, 8882, 8181, 9086, 8347, 9095, 7161, 8986, 6821, 7730, 6796, 8055, 7718, 8019, 7314, 7953, 7860, 8436, 8837, 8208, 9067, 6893, 8976, 7405, 9331, 7770, 9518, 7707, 9097, 7941, 9565, 7869, 8221, 7704, 8129, 7454, 8287, 8660, 8460, 9080, 7259, 9279, 6886, 9075, 7459, 9408, 7640, 8116, 6994, 7999, 7177, 8636, 6796, 8204, 7428, 8343, 7587, 8509, 8544, 8327, 8622, 8297, 8599, 8278, 8090, 8482, 8767, 8352, 9046, 8477, 9347, 8409, 9567, 7953, 9239, 7471, 9086, 6875, 9294, 7005, 9298, 7145, 9269, 7879, 9447, 7240, 9430, 6831, 7792, 6832, 8058, 7065, 8157, 6855, 8180, 6900, 8212, 6799, 8172, 8227, 8505, 9173, 6806, 9357, 6866, 8288, 6932, 8091, 7667, 8479, 8088, 8400, 9014, 8063, 9376, 7600, 8913, 6843, 7903, 6849, 8057, 7774, 8058, 8367, 8514, 8994, 6798, 7781, 6832, 7874, 6855, 8119, 6846, 8301, 7736, 8208, 8463, 8169, 8666, 8120, 8889, 8316, 9134, 7305, 9273, 7562, 9123, 7598, 9252, 7595, 7913, 6778, 8032, 6847, 8263, 7357, 8279, 8097, 8139, 8634, 8325, 8899, 8260, 9230, 7393, 9197, 6840, 8860, 6823, 7861, 6855, 8063, 7839, 7976, 8664, 7719, 8828, 7512, 8879, 8018, 9110, 7282, 7800, 6848, 8085, 6884, 8265, 7227, 8372, 8103, 8165, 8397, 7604, 8624, 7792, 8391, 7041, 8149, 6792, 8149, 7228, 8130, 7274, 8448, 8130, 8227, 8554, 7279, 8955, 7598, 8828, 7998, 8003, 6886, 8205, 7417, 8233, 7969, 8179, 8175, 8393, 8389, 8167, 8509, 7944, 9031, 6704, 7858, 7605, 8211, 8189, 7589, 7598, 7477, 8406, 8009, 6793, 8374, 7859, 8380, 8316, 7596, 9305, 8480, 9487, 8513, 8038, 6871, 8056, 7332, 8271, 8835, 7402, 7851, 6838, 8098, 8126, 7954, 9181, 8233, 9558, 8275, 7811, 6772, 7855, 7762, 8269, 8912, 8247, 9088, 6961, 7938, 6756, 8079, 8228, 8212, 9046, 7444, 8015, 6793, 8297, 7951, 8343, 9006, 7746, 7833, 6744, 8282, 8098, 8089, 9226, 8013, 8086, 6764, 8240, 8519, 7439, 8657, 6764, 7995, 8059, 8581, 9024, 7829, 9211, 8631, 7938, 7168, 8384, 8529, 7730, 8933, 7872, 9377, 8361, 9251, 7744, 7995, 6897, 8277, 8391, 8263, 8971, 7767, 7893, 6808, 8108, 6837, 8161, 6855, 8171, 8087, 8447, 8879, 8261, 8920, 8510, 9315, 7675, 9628, 7812, 9293, 8302, 7988, 7358, 8262, 7992, 8357, 8079, 8745, 8908, 7675, 8967, 7658, 9547, 8440, 8058, 7181, 8131, 6783, 8263, 6956, 8211, 7825, 8359, 8677, 7836, 9254, 6986, 8158, 6829, 8325, 7539, 8590, 8640, 8619, 9197, 8714, 9222, 7742, 9495, 8290, 9672, 8651, 8042, 6985, 8321, 7230, 8571, 7727, 8769, 8799, 7488, 9300, 6743, 8869, 7410, 8513, 7265, 8714, 8104, 8919, 9061, 8805, 8113, 9012, 8287, 8823, 9281, 8884, 9320, 8716, 8537, 8932, 8189, 8751, 7776, 8507, 7853, 8828, 8160, 8764, 9260, 6861, 7937, 6813, 8211, 6803, 8495, 7739, 8818, 8918, 8820, 9373, 7592, 9830, 7917, 7921, 7140, 8445, 8269, 8345, 9237, 8755, 9492, 7618, 9209, 6897, 8470, 7795, 8641, 8070, 9011, 9290, 7521, 7990, 7107, 8557, 7273, 8999, 7890, 8997, 9108, 8899, 9113, 9226, 9614, 7548, 9121, 6801, 8729, 7698, 8888, 9201, 7291, 7760, 7426, 8660, 8359, 8917, 8995, 8931, 9578, 8537, 9434, 7939, 9817, 8034, 8262, 7023, 8491, 7456, 8776, 8848, 8011, 9622, 7108, 9234, 7071, 8519, 7619, 8822, 8188, 8958, 8462, 9087, 9501, 7536, 9675, 7136, 9374, 8602, 9593, 7361, 8479, 7331, 8442, 7340, 8569, 8197, 6819, 8542, 8736, 8949, 9623, 8353, 9745, 8851, 9312, 9023, 9859, 7317, 8271, 6990, 8628, 7608, 9527, 7364, 8609, 8084, 8878, 9183, 7846, 9459, 6860, 8174, 7014, 8642, 8818, 9053, 9409, 8919, 9486, 8396, 10051, 8138, 9805, 8124, 9656, 8382, 8643, 7955, 8777, 8570, 8935, 8940, 8958, 9362, 7435, 9783, 7531, 9746, 7970, 9355, 6999, 8736, 7441, 8934, 8056, 9012, 8528, 9219, 9456, 8752, 9620, 7515, 9600, 7540, 8563, 6879, 8888, 7671, 8947, 8721, 8987, 9088, 8953, 9645, 8783, 9782, 7330, 9977, 6988, 9667, 7249, 8654, 8106, 8704, 8570, 9069, 9199, 8827, 8882, 9009, 9182, 8946, 9322, 8969, 9259, 9128, 9990, 7335, 9880, 6803, 9759, 7559, 8528, 7450, 8487, 7020, 8669, 6923, 8628, 7636, 8424, 7577, 9626, 7122, 8435, 7645, 8761, 7331, 8515, 7107, 8565, 8654, 8939, 9366, 7670, 9692, 8597, 9606, 7883, 9993, 7546, 10021, 7272, 8665, 7601, 8395, 7649, 8733, 7264, 8673, 7298, 8644, 8297, 8890, 9435, 8800, 9950, 8777, 9925, 7135, 8099, 6830, 8601, 7264, 8532, 7581, 8512, 9043, 8613, 9208, 9004, 7806, 8843, 9312, 8936, 9883, 8851, 9670, 8738, 10180, 7557, 9977, 7572, 9739, 7357, 8275, 8802, 8728, 9113, 8552, 9736, 8762, 9780, 7901, 9969, 8892, 9991, 8789, 9803, 8763, 9850, 8614, 10070, 8750, 10110, 7917, 9986, 7142, 9744, 7299, 9877, 7322, 8331, 8043, 8500, 8012, 8672, 7195, 8461, 8305, 8812, 8753, 9036, 7926, 8706, 8286, 8681, 9460, 8870, 9803, 8774, 10193, 7210, 8426, 7113, 9975, 8186, 9830, 7473, 8287, 7485, 8461, 8128, 8650, 9435, 7835, 9310, 6792, 8791, 6925, 9877, 8163, 9436, 7390, 8307, 7921, 8618, 7728, 8516, 8059, 8598, 8916, 8822, 9975, 8796, 9568, 7953, 9867, 7077, 9313, 6884, 10006, 7974, 7637, 7519, 8140, 7815, 8345, 7890, 8549, 9462, 7241, 9609, 7712, 9892, 8749, 9834, 7960, 9877, 7286, 9664, 6808, 8068, 8220, 8572, 9085, 8492, 9165, 8569, 8321, 8748, 9164, 8287, 9342, 7847, 9633, 7366, 9917, 7948, 9557, 7950, 9803, 7385, 8142, 6840, 8336, 6839, 8523, 7751, 8544, 8521, 8589, 9387, 8571, 9487, 8576, 7179, 8390, 9150, 7173, 8461, 7184, 8469, 8254, 8666, 8230, 8764, 8580, 8705, 8901, 8758, 9514, 8901, 9596, 8779, 9731, 8872, 9728, 7545, 9654, 6998, 9860, 6997, 8080, 7846, 8456, 8071, 8640, 8151, 8427, 8524, 8670, 9525, 8787, 9594, 7542, 9838, 7717, 7763, 6882, 8337, 7489, 8628, 7890, 8598, 9135, 8759, 9564, 7480, 9861, 8203, 9947, 7753, 9791, 7496, 9581, 6939, 7981, 7651, 8341, 8163, 8533, 8001, 8479, 7753, 8420, 8728, 8687, 9139, 8763, 9592, 8782, 9577, 7541, 9525, 7721, 9586, 7846, 9793, 7350, 8351, 7116, 8435, 7402, 8348, 7848, 8645, 8696, 8586, 9126, 8601, 9510, 8672, 9931, 8252, 9818, 7480, 8269, 8189, 8488, 8447, 8650, 9385, 8910, 9585, 8399, 9848, 8162, 10020, 7462, 9273, 6817, 8159, 7387, 8405, 8193, 8578, 8944, 8714, 9527, 8793, 9822, 7452, 9384, 6836, 8033, 6970, 7791, 7480, 8417, 8958, 8291, 9710, 7143, 8342, 7241, 8321, 7859, 8517, 8697, 8601, 9296, 8798, 9792, 8585, 9743, 7708, 9854, 6826, 7877, 7181, 8047, 7367, 8450, 8418, 8449, 9334, 8787, 9451, 8824, 9500, 8284, 9842, 7632, 9742, 7970, 9995, 8572, 9643, 7627, 9754, 7461, 9718, 7758, 9864, 7379, 9866, 6865, 8011, 6856, 8351, 7034, 8254, 7730, 8300, 7721, 8582, 7714, 8460, 8683, 8658, 9240, 7792, 9832, 7510, 9780, 6915, 9671, 7562, 7966, 7408, 8146, 7657, 8501, 7979, 8497, 9095, 8534, 9441, 8658, 9755, 8410, 9855, 7770, 9812, 7687, 8628, 6936, 7958, 7620, 8256, 8523, 8403, 9283, 8675, 9838, 8579, 9769, 7646, 9887, 7840, 9937, 7957, 9896, 7378, 8044, 7374, 8035, 7440, 8337, 8320, 8398, 8998, 8519, 9641, 8500, 9950, 7826, 10152, 7028, 7879, 6886, 8040, 8805, 8232, 7726, 7799, 7857, 7660, 8209, 9591, 8682, 9866, 8703, 7713, 8334, 8396, 9497, 8541, 10039, 8732, 9851, 8145, 9754, 7858, 7824, 7481, 8038, 8106, 8418, 9111, 8360, 9555, 8660, 9917, 8606, 9751, 8557, 10042, 7819, 10070, 7933, 10238, 8077, 10048, 7688, 10172, 7188, 9892, 7283, 9886, 7971, 9888, 7982, 10156, 7976, 9857, 8270, 10126, 8724, 10076, 9439, 10299, 8065, 9981, 8048, 10105, 8222, 10064, 8050, 10148, 7150, 9929, 6917, 9833, 6893, 9809, 7382, 8126, 7202, 8081, 6936, 8055, 7876, 8093, 8307, 8120, 9105, 8276, 9549, 8346, 10288, 7477, 9969, 7439, 9734, 7445, 8025, 7322, 7905, 6877, 7794, 7970, 7936, 7390, 8060, 7190, 8243, 8227, 8475, 9081, 8100, 9007, 8200, 9287, 8576, 9746, 8365, 9339, 8438, 9140, 8278, 9572, 8540, 9716, 8454, 9972, 8507, 10073, 7986, 9941, 8236, 10197, 8458, 10180, 8321, 9992, 8463, 10135, 8473, 10080, 8798, 10111, 7805, 10170, 7695, 10052, 7653, 9508, 7536, 7936, 7218, 9831, 7312, 7836, 8523, 7927, 7787, 8182], 'WindowCenter': [3980.0, 3978.0, 3952.0, 3961.0, 3938.0, 3948.0, 3926.0, 3945.0, 3935.0, 3935.0, 3925.0, 3945.0, 3924.0, 3945.0, 3934.0, 3934.0, 3925.0, 3944.0, 3926.0, 3934.0, 3923.0, 3935.0, 3914.0, 3934.0, 3913.0, 3935.0, 3925.0, 3945.0, 3935.0, 3945.0, 3924.0, 3945.0, 3923.0, 3934.0, 3923.0, 3933.0, 3924.0, 3945.0, 3914.0, 3945.0, 3923.0, 3934.0, 3922.0, 3934.0, 3924.0, 3946.0, 3935.0, 3946.0, 3946.0, 3948.0, 3957.0, 3946.0, 3957.0, 3947.0, 3956.0, 3924.0, 3956.0, 3924.0, 3955.0, 3933.0, 3957.0, 3923.0, 3945.0, 3914.0, 3933.0, 3924.0, 3935.0, 3923.0, 3933.0, 3923.0, 3945.0, 3934.0, 3945.0, 3924.0, 3935.0, 3924.0, 3934.0, 3922.0, 3934.0, 3924.0, 3934.0, 3924.0, 3933.0, 3923.0, 3934.0, 3934.0, 3935.0, 3934.0, 3934.0, 3932.0, 3934.0, 3944.0, 3935.0, 3945.0, 3945.0, 3956.0, 3925.0, 3957.0, 3936.0, 3957.0, 3926.0, 3956.0, 3925.0, 3957.0, 3925.0, 3958.0, 3925.0, 3957.0, 3924.0, 3957.0, 3915.0, 3947.0, 3926.0, 3947.0, 3935.0, 3937.0, 3925.0, 3937.0, 3926.0, 3946.0, 3947.0, 3947.0, 3958.0, 3947.0, 3959.0, 3948.0, 3958.0, 3947.0, 3958.0, 3926.0, 3958.0, 3926.0, 3947.0, 3927.0, 3948.0, 3936.0, 3948.0, 3938.0, 3948.0, 3948.0, 3947.0, 3958.0, 3946.0, 3957.0, 3926.0, 3959.0, 3937.0, 3958.0, 3937.0, 3969.0, 3937.0, 3957.0, 3936.0, 3966.0, 3935.0, 3936.0, 3934.0, 3934.0, 3925.0, 3946.0, 3946.0, 3946.0, 3955.0, 3924.0, 3956.0, 3925.0, 3959.0, 3936.0, 3957.0, 3937.0, 3947.0, 3925.0, 3947.0, 3925.0, 3957.0, 3915.0, 3946.0, 3936.0, 3945.0, 3936.0, 3946.0, 3946.0, 3947.0, 3946.0, 3946.0, 3947.0, 3947.0, 3947.0, 3946.0, 3945.0, 3945.0, 3945.0, 3944.0, 3956.0, 3934.0, 3956.0, 3936.0, 3955.0, 3924.0, 3946.0, 3913.0, 3956.0, 3924.0, 3956.0, 3924.0, 3955.0, 3935.0, 3956.0, 3924.0, 3958.0, 3914.0, 3936.0, 3913.0, 3946.0, 3925.0, 3947.0, 3914.0, 3949.0, 3926.0, 3946.0, 3928.0, 3948.0, 3946.0, 3945.0, 3956.0, 3915.0, 3958.0, 3916.0, 3949.0, 3927.0, 3948.0, 3937.0, 3947.0, 3935.0, 3945.0, 3957.0, 3935.0, 3956.0, 3935.0, 3958.0, 3914.0, 3937.0, 3916.0, 3936.0, 3936.0, 3947.0, 3948.0, 3947.0, 3958.0, 3927.0, 3938.0, 3927.0, 3948.0, 3927.0, 3949.0, 3927.0, 3950.0, 3937.0, 3948.0, 3949.0, 3948.0, 3958.0, 3948.0, 3959.0, 3947.0, 3958.0, 3937.0, 3958.0, 3937.0, 3968.0, 3937.0, 3969.0, 3936.0, 3948.0, 3927.0, 3948.0, 3926.0, 3948.0, 3938.0, 3949.0, 3947.0, 3947.0, 3947.0, 3948.0, 3957.0, 3946.0, 3957.0, 3925.0, 3957.0, 3925.0, 3959.0, 3928.0, 3948.0, 3928.0, 3948.0, 3949.0, 3949.0, 3960.0, 3949.0, 3970.0, 3939.0, 3971.0, 3949.0, 3962.0, 3938.0, 3950.0, 3928.0, 3950.0, 3938.0, 3960.0, 3939.0, 3961.0, 3950.0, 3960.0, 3960.0, 3950.0, 3961.0, 3949.0, 3960.0, 3939.0, 3950.0, 3928.0, 3949.0, 3939.0, 3950.0, 3939.0, 3959.0, 3949.0, 3960.0, 3959.0, 3936.0, 3960.0, 3948.0, 3960.0, 3950.0, 3948.0, 3939.0, 3949.0, 3938.0, 3960.0, 3948.0, 3959.0, 3949.0, 3962.0, 3959.0, 3948.0, 3958.0, 3949.0, 3970.0, 3928.0, 3947.0, 3950.0, 3961.0, 3972.0, 3960.0, 3962.0, 3951.0, 3960.0, 3963.0, 3942.0, 3973.0, 3963.0, 3963.0, 3962.0, 3950.0, 3972.0, 3959.0, 3969.0, 3959.0, 3950.0, 3927.0, 3948.0, 3939.0, 3948.0, 3959.0, 3936.0, 3949.0, 3928.0, 3949.0, 3960.0, 3949.0, 3971.0, 3960.0, 3970.0, 3949.0, 3950.0, 3927.0, 3947.0, 3938.0, 3948.0, 3958.0, 3958.0, 3959.0, 3938.0, 3948.0, 3938.0, 3948.0, 3961.0, 3960.0, 3970.0, 3938.0, 3960.0, 3942.0, 3962.0, 3960.0, 3961.0, 3970.0, 3950.0, 3951.0, 3938.0, 3960.0, 3959.0, 3950.0, 3967.0, 3948.0, 3962.0, 3929.0, 3960.0, 3960.0, 3938.0, 3962.0, 3939.0, 3960.0, 3960.0, 3959.0, 3971.0, 3949.0, 3971.0, 3960.0, 3959.0, 3939.0, 3958.0, 3958.0, 3949.0, 3969.0, 3949.0, 3969.0, 3957.0, 3969.0, 3947.0, 3949.0, 3938.0, 3959.0, 3960.0, 3960.0, 3971.0, 3949.0, 3961.0, 3939.0, 3960.0, 3928.0, 3959.0, 3927.0, 3959.0, 3948.0, 3958.0, 3970.0, 3958.0, 3969.0, 3958.0, 3970.0, 3948.0, 3969.0, 3948.0, 3969.0, 3946.0, 3949.0, 3937.0, 3957.0, 3949.0, 3960.0, 3959.0, 3959.0, 3970.0, 3948.0, 3968.0, 3949.0, 3970.0, 3959.0, 3960.0, 3938.0, 3948.0, 3926.0, 3959.0, 3939.0, 3959.0, 3948.0, 3959.0, 3960.0, 3949.0, 3970.0, 3939.0, 3960.0, 3939.0, 3960.0, 3950.0, 3962.0, 3959.0, 3959.0, 3969.0, 3959.0, 3969.0, 3947.0, 3968.0, 3947.0, 3969.0, 3957.0, 3948.0, 3926.0, 3947.0, 3937.0, 3958.0, 3947.0, 3957.0, 3957.0, 3937.0, 3969.0, 3928.0, 3970.0, 3939.0, 3961.0, 3937.0, 3959.0, 3945.0, 3958.0, 3956.0, 3959.0, 3947.0, 3957.0, 3945.0, 3946.0, 3958.0, 3945.0, 3954.0, 3945.0, 3946.0, 3946.0, 3934.0, 3944.0, 3924.0, 3944.0, 3934.0, 3944.0, 3946.0, 3945.0, 3957.0, 3925.0, 3948.0, 3927.0, 3958.0, 3937.0, 3959.0, 3948.0, 3959.0, 3969.0, 3970.0, 3969.0, 3948.0, 3980.0, 3949.0, 3948.0, 3937.0, 3957.0, 3958.0, 3959.0, 3970.0, 3958.0, 3969.0, 3946.0, 3969.0, 3936.0, 3959.0, 3946.0, 3957.0, 3947.0, 3958.0, 3969.0, 3946.0, 3948.0, 3936.0, 3958.0, 3936.0, 3958.0, 3947.0, 3958.0, 3957.0, 3957.0, 3958.0, 3957.0, 3956.0, 3936.0, 3958.0, 3927.0, 3959.0, 3936.0, 3956.0, 3957.0, 3937.0, 3947.0, 3938.0, 3958.0, 3958.0, 3969.0, 3968.0, 3956.0, 3968.0, 3957.0, 3957.0, 3945.0, 3967.0, 3934.0, 3947.0, 3925.0, 3946.0, 3935.0, 3946.0, 3957.0, 3946.0, 3968.0, 3925.0, 3968.0, 3936.0, 3957.0, 3947.0, 3957.0, 3946.0, 3957.0, 3946.0, 3957.0, 3966.0, 3936.0, 3967.0, 3925.0, 3956.0, 3948.0, 3967.0, 3934.0, 3947.0, 3935.0, 3947.0, 3936.0, 3957.0, 3949.0, 3928.0, 3959.0, 3958.0, 3957.0, 3967.0, 3947.0, 3958.0, 3946.0, 3954.0, 3945.0, 3954.0, 3923.0, 3934.0, 3922.0, 3945.0, 3934.0, 3954.0, 3923.0, 3945.0, 3933.0, 3944.0, 3945.0, 3934.0, 3956.0, 3924.0, 3949.0, 3925.0, 3957.0, 3958.0, 3955.0, 3960.0, 3957.0, 3968.0, 3946.0, 3968.0, 3935.0, 3966.0, 3935.0, 3957.0, 3945.0, 3944.0, 3936.0, 3945.0, 3945.0, 3956.0, 3957.0, 3956.0, 3956.0, 3927.0, 3966.0, 3935.0, 3957.0, 3935.0, 3956.0, 3924.0, 3945.0, 3924.0, 3944.0, 3934.0, 3946.0, 3944.0, 3945.0, 3954.0, 3943.0, 3955.0, 3924.0, 3956.0, 3922.0, 3946.0, 3914.0, 3944.0, 3935.0, 3947.0, 3944.0, 3944.0, 3944.0, 3944.0, 3955.0, 3944.0, 3965.0, 3923.0, 3966.0, 3924.0, 3956.0, 3936.0, 3945.0, 3934.0, 3944.0, 3944.0, 3946.0, 3957.0, 3955.0, 3944.0, 3944.0, 3953.0, 3943.0, 3945.0, 3945.0, 3944.0, 3945.0, 3954.0, 3923.0, 3955.0, 3912.0, 3956.0, 3934.0, 3956.0, 3935.0, 3956.0, 3926.0, 3955.0, 3926.0, 3946.0, 3936.0, 3944.0, 3934.0, 3956.0, 3923.0, 3934.0, 3933.0, 3946.0, 3922.0, 3943.0, 3924.0, 3945.0, 3945.0, 3945.0, 3952.0, 3933.0, 3967.0, 3946.0, 3966.0, 3934.0, 3968.0, 3935.0, 3967.0, 3924.0, 3947.0, 3936.0, 3947.0, 3935.0, 3945.0, 3925.0, 3945.0, 3925.0, 3945.0, 3944.0, 3944.0, 3956.0, 3944.0, 3966.0, 3944.0, 3966.0, 3924.0, 3945.0, 3925.0, 3947.0, 3937.0, 3958.0, 3937.0, 3945.0, 3955.0, 3958.0, 3957.0, 3956.0, 3936.0, 3956.0, 3955.0, 3943.0, 3966.0, 3955.0, 3955.0, 3945.0, 3966.0, 3934.0, 3967.0, 3935.0, 3955.0, 3923.0, 3946.0, 3944.0, 3945.0, 3956.0, 3947.0, 3966.0, 3956.0, 3967.0, 3935.0, 3966.0, 3955.0, 3955.0, 3944.0, 3955.0, 3945.0, 3954.0, 3944.0, 3954.0, 3943.0, 3965.0, 3932.0, 3955.0, 3912.0, 3955.0, 3922.0, 3954.0, 3922.0, 3935.0, 3934.0, 3945.0, 3935.0, 3945.0, 3923.0, 3944.0, 3945.0, 3944.0, 3943.0, 3944.0, 3936.0, 3945.0, 3934.0, 3944.0, 3954.0, 3954.0, 3964.0, 3944.0, 3966.0, 3924.0, 3946.0, 3925.0, 3966.0, 3946.0, 3966.0, 3935.0, 3960.0, 3924.0, 3945.0, 3934.0, 3944.0, 3956.0, 3935.0, 3957.0, 3926.0, 3957.0, 3925.0, 3967.0, 3945.0, 3956.0, 3935.0, 3945.0, 3935.0, 3945.0, 3934.0, 3946.0, 3934.0, 3944.0, 3944.0, 3945.0, 3956.0, 3945.0, 3956.0, 3935.0, 3966.0, 3924.0, 3956.0, 3924.0, 3967.0, 3946.0, 3936.0, 3935.0, 3946.0, 3935.0, 3945.0, 3946.0, 3946.0, 3956.0, 3925.0, 3966.0, 3935.0, 3967.0, 3945.0, 3955.0, 3935.0, 3957.0, 3923.0, 3955.0, 3913.0, 3935.0, 3945.0, 3945.0, 3956.0, 3945.0, 3967.0, 3958.0, 3947.0, 3957.0, 3956.0, 3946.0, 3968.0, 3948.0, 3969.0, 3936.0, 3969.0, 3946.0, 3968.0, 3946.0, 3969.0, 3935.0, 3947.0, 3926.0, 3948.0, 3925.0, 3946.0, 3936.0, 3946.0, 3946.0, 3946.0, 3967.0, 3958.0, 3969.0, 3958.0, 3928.0, 3947.0, 3958.0, 3927.0, 3947.0, 3927.0, 3947.0, 3947.0, 3945.0, 3944.0, 3945.0, 3945.0, 3944.0, 3945.0, 3945.0, 3954.0, 3943.0, 3944.0, 3932.0, 3954.0, 3943.0, 3955.0, 3922.0, 3954.0, 3912.0, 3956.0, 3922.0, 3934.0, 3934.0, 3932.0, 3934.0, 3945.0, 3934.0, 3945.0, 3945.0, 3945.0, 3955.0, 3945.0, 3955.0, 3934.0, 3968.0, 3936.0, 3937.0, 3925.0, 3946.0, 3936.0, 3957.0, 3946.0, 3947.0, 3956.0, 3946.0, 3956.0, 3935.0, 3968.0, 3945.0, 3967.0, 3935.0, 3967.0, 3924.0, 3956.0, 3925.0, 3936.0, 3935.0, 3945.0, 3944.0, 3946.0, 3936.0, 3946.0, 3937.0, 3946.0, 3945.0, 3945.0, 3957.0, 3945.0, 3957.0, 3947.0, 3956.0, 3934.0, 3955.0, 3924.0, 3955.0, 3934.0, 3956.0, 3922.0, 3935.0, 3924.0, 3935.0, 3924.0, 3945.0, 3935.0, 3946.0, 3944.0, 3944.0, 3944.0, 3944.0, 3955.0, 3945.0, 3956.0, 3934.0, 3955.0, 3924.0, 3933.0, 3934.0, 3944.0, 3933.0, 3935.0, 3943.0, 3944.0, 3954.0, 3932.0, 3955.0, 3934.0, 3954.0, 3922.0, 3945.0, 3913.0, 3933.0, 3925.0, 3934.0, 3934.0, 3944.0, 3945.0, 3943.0, 3955.0, 3944.0, 3968.0, 3924.0, 3956.0, 3914.0, 3947.0, 3925.0, 3935.0, 3936.0, 3947.0, 3958.0, 3948.0, 3967.0, 3926.0, 3947.0, 3926.0, 3946.0, 3936.0, 3946.0, 3946.0, 3945.0, 3955.0, 3945.0, 3956.0, 3944.0, 3956.0, 3924.0, 3967.0, 3915.0, 3936.0, 3925.0, 3946.0, 3937.0, 3948.0, 3946.0, 3948.0, 3956.0, 3956.0, 3968.0, 3956.0, 3958.0, 3947.0, 3969.0, 3936.0, 3958.0, 3936.0, 3957.0, 3945.0, 3958.0, 3925.0, 3955.0, 3924.0, 3956.0, 3934.0, 3966.0, 3924.0, 3966.0, 3914.0, 3945.0, 3926.0, 3947.0, 3926.0, 3948.0, 3937.0, 3946.0, 3936.0, 3947.0, 3937.0, 3946.0, 3946.0, 3946.0, 3957.0, 3937.0, 3968.0, 3936.0, 3970.0, 3926.0, 3967.0, 3949.0, 3949.0, 3937.0, 3947.0, 3938.0, 3956.0, 3947.0, 3958.0, 3957.0, 3945.0, 3957.0, 3946.0, 3956.0, 3946.0, 3967.0, 3936.0, 3967.0, 3936.0, 3948.0, 3925.0, 3947.0, 3935.0, 3946.0, 3946.0, 3945.0, 3957.0, 3947.0, 3966.0, 3946.0, 3968.0, 3936.0, 3967.0, 3935.0, 3966.0, 3935.0, 3966.0, 3925.0, 3936.0, 3924.0, 3937.0, 3925.0, 3946.0, 3935.0, 3945.0, 3955.0, 3944.0, 3955.0, 3946.0, 3967.0, 3935.0, 3967.0, 3924.0, 3946.0, 3926.0, 3948.0, 3957.0, 3947.0, 3938.0, 3947.0, 3948.0, 3949.0, 3958.0, 3969.0, 3959.0, 3981.0, 3957.0, 3938.0, 3948.0, 3947.0, 3969.0, 3945.0, 3967.0, 3947.0, 3968.0, 3935.0, 3956.0, 3934.0, 3936.0, 3926.0, 3945.0, 3946.0, 3947.0, 3945.0, 3945.0, 3956.0, 3943.0, 3956.0, 3944.0, 3956.0, 3944.0, 3954.0, 3934.0, 3956.0, 3934.0, 3966.0, 3935.0, 3967.0, 3935.0, 3967.0, 3925.0, 3956.0, 3924.0, 3957.0, 3934.0, 3958.0, 3936.0, 3966.0, 3935.0, 3955.0, 3934.0, 3955.0, 3942.0, 3954.0, 3944.0, 3954.0, 3933.0, 3956.0, 3932.0, 3965.0, 3934.0, 3954.0, 3935.0, 3965.0, 3924.0, 3955.0, 3924.0, 3966.0, 3926.0, 3967.0, 3926.0, 3936.0, 3923.0, 3935.0, 3924.0, 3935.0, 3934.0, 3936.0, 3946.0, 3947.0, 3958.0, 3946.0, 3968.0, 3947.0, 3980.0, 3937.0, 3968.0, 3937.0, 3970.0, 3937.0, 3948.0, 3935.0, 3947.0, 3926.0, 3938.0, 3948.0, 3947.0, 3936.0, 3947.0, 3927.0, 3947.0, 3947.0, 3947.0, 3958.0, 3935.0, 3958.0, 3946.0, 3957.0, 3947.0, 3958.0, 3946.0, 3955.0, 3945.0, 3956.0, 3947.0, 3955.0, 3946.0, 3956.0, 3946.0, 3966.0, 3945.0, 3956.0, 3936.0, 3957.0, 3945.0, 3967.0, 3945.0, 3965.0, 3944.0, 3955.0, 3934.0, 3967.0, 3933.0, 3966.0, 3944.0, 3966.0, 3935.0, 3967.0, 3935.0, 3968.0, 3936.0, 3967.0, 3936.0, 3947.0, 3936.0, 3968.0, 3935.0, 3937.0, 3945.0, 3946.0, 3935.0, 3948.0], 'WindowWidth': [8904.0, 8894.0, 8848.0, 8857.0, 8819.0, 8832.0, 8798.0, 8822.0, 8807.0, 8808.0, 8793.0, 8820.0, 8791.0, 8819.0, 8805.0, 8804.0, 8792.0, 8818.0, 8794.0, 8803.0, 8787.0, 8806.0, 8777.0, 8804.0, 8775.0, 8805.0, 8791.0, 8817.0, 8805.0, 8818.0, 8789.0, 8820.0, 8787.0, 8801.0, 8786.0, 8800.0, 8790.0, 8819.0, 8777.0, 8821.0, 8788.0, 8804.0, 8786.0, 8803.0, 8791.0, 8822.0, 8808.0, 8822.0, 8823.0, 8827.0, 8838.0, 8821.0, 8838.0, 8823.0, 8835.0, 8790.0, 8834.0, 8790.0, 8832.0, 8801.0, 8837.0, 8788.0, 8819.0, 8776.0, 8802.0, 8789.0, 8805.0, 8788.0, 8801.0, 8788.0, 8819.0, 8804.0, 8820.0, 8792.0, 8806.0, 8790.0, 8802.0, 8785.0, 8803.0, 8790.0, 8804.0, 8790.0, 8801.0, 8787.0, 8803.0, 8803.0, 8806.0, 8802.0, 8802.0, 8799.0, 8803.0, 8817.0, 8805.0, 8818.0, 8819.0, 8836.0, 8795.0, 8839.0, 8809.0, 8839.0, 8795.0, 8837.0, 8793.0, 8839.0, 8794.0, 8841.0, 8794.0, 8839.0, 8792.0, 8838.0, 8781.0, 8826.0, 8797.0, 8825.0, 8808.0, 8814.0, 8797.0, 8813.0, 8799.0, 8825.0, 8827.0, 8827.0, 8842.0, 8827.0, 8845.0, 8830.0, 8844.0, 8827.0, 8842.0, 8797.0, 8843.0, 8799.0, 8830.0, 8801.0, 8829.0, 8812.0, 8830.0, 8816.0, 8829.0, 8831.0, 8829.0, 8843.0, 8825.0, 8841.0, 8797.0, 8844.0, 8813.0, 8845.0, 8813.0, 8859.0, 8811.0, 8841.0, 8810.0, 8851.0, 8807.0, 8810.0, 8805.0, 8805.0, 8793.0, 8823.0, 8822.0, 8822.0, 8836.0, 8793.0, 8838.0, 8796.0, 8843.0, 8811.0, 8841.0, 8812.0, 8827.0, 8795.0, 8827.0, 8795.0, 8841.0, 8782.0, 8824.0, 8809.0, 8822.0, 8809.0, 8822.0, 8823.0, 8825.0, 8824.0, 8823.0, 8827.0, 8825.0, 8827.0, 8823.0, 8819.0, 8820.0, 8821.0, 8817.0, 8834.0, 8803.0, 8836.0, 8808.0, 8834.0, 8791.0, 8822.0, 8776.0, 8836.0, 8790.0, 8836.0, 8792.0, 8834.0, 8808.0, 8836.0, 8791.0, 8840.0, 8778.0, 8810.0, 8777.0, 8823.0, 8795.0, 8826.0, 8779.0, 8829.0, 8797.0, 8824.0, 8805.0, 8827.0, 8822.0, 8820.0, 8837.0, 8780.0, 8841.0, 8784.0, 8831.0, 8799.0, 8828.0, 8812.0, 8825.0, 8809.0, 8821.0, 8837.0, 8806.0, 8836.0, 8808.0, 8841.0, 8779.0, 8811.0, 8783.0, 8810.0, 8811.0, 8827.0, 8828.0, 8828.0, 8842.0, 8800.0, 8817.0, 8801.0, 8831.0, 8802.0, 8833.0, 8802.0, 8835.0, 8813.0, 8830.0, 8831.0, 8829.0, 8843.0, 8829.0, 8846.0, 8828.0, 8843.0, 8813.0, 8843.0, 8812.0, 8857.0, 8814.0, 8860.0, 8812.0, 8831.0, 8801.0, 8831.0, 8800.0, 8830.0, 8819.0, 8831.0, 8827.0, 8828.0, 8827.0, 8828.0, 8839.0, 8824.0, 8839.0, 8796.0, 8840.0, 8795.0, 8845.0, 8802.0, 8831.0, 8805.0, 8831.0, 8834.0, 8834.0, 8848.0, 8833.0, 8863.0, 8820.0, 8864.0, 8832.0, 8853.0, 8816.0, 8835.0, 8802.0, 8835.0, 8817.0, 8850.0, 8821.0, 8851.0, 8835.0, 8850.0, 8849.0, 8836.0, 8851.0, 8834.0, 8850.0, 8820.0, 8835.0, 8804.0, 8834.0, 8818.0, 8836.0, 8820.0, 8846.0, 8833.0, 8849.0, 8847.0, 8813.0, 8848.0, 8832.0, 8849.0, 8835.0, 8832.0, 8818.0, 8833.0, 8818.0, 8850.0, 8830.0, 8848.0, 8832.0, 8855.0, 8846.0, 8830.0, 8843.0, 8832.0, 8862.0, 8805.0, 8830.0, 8837.0, 8853.0, 8870.0, 8852.0, 8858.0, 8841.0, 8854.0, 8859.0, 8831.0, 8873.0, 8859.0, 8859.0, 8857.0, 8837.0, 8868.0, 8848.0, 8862.0, 8847.0, 8837.0, 8802.0, 8830.0, 8818.0, 8831.0, 8847.0, 8814.0, 8834.0, 8805.0, 8834.0, 8851.0, 8834.0, 8865.0, 8849.0, 8862.0, 8831.0, 8835.0, 8800.0, 8828.0, 8816.0, 8829.0, 8843.0, 8843.0, 8847.0, 8817.0, 8832.0, 8818.0, 8832.0, 8852.0, 8850.0, 8864.0, 8818.0, 8850.0, 8827.0, 8854.0, 8850.0, 8852.0, 8863.0, 8836.0, 8839.0, 8820.0, 8850.0, 8849.0, 8837.0, 8857.0, 8833.0, 8855.0, 8808.0, 8849.0, 8850.0, 8819.0, 8854.0, 8822.0, 8850.0, 8849.0, 8848.0, 8866.0, 8834.0, 8866.0, 8848.0, 8848.0, 8819.0, 8845.0, 8845.0, 8834.0, 8861.0, 8833.0, 8862.0, 8841.0, 8860.0, 8829.0, 8833.0, 8817.0, 8846.0, 8849.0, 8850.0, 8866.0, 8833.0, 8853.0, 8822.0, 8850.0, 8805.0, 8848.0, 8804.0, 8848.0, 8832.0, 8846.0, 8863.0, 8846.0, 8862.0, 8844.0, 8862.0, 8831.0, 8861.0, 8830.0, 8861.0, 8827.0, 8834.0, 8815.0, 8843.0, 8834.0, 8851.0, 8848.0, 8847.0, 8863.0, 8831.0, 8859.0, 8834.0, 8864.0, 8847.0, 8850.0, 8817.0, 8832.0, 8802.0, 8847.0, 8820.0, 8847.0, 8830.0, 8847.0, 8850.0, 8834.0, 8865.0, 8823.0, 8851.0, 8824.0, 8852.0, 8838.0, 8855.0, 8847.0, 8848.0, 8862.0, 8846.0, 8860.0, 8828.0, 8858.0, 8827.0, 8859.0, 8842.0, 8830.0, 8799.0, 8828.0, 8814.0, 8843.0, 8828.0, 8842.0, 8842.0, 8815.0, 8859.0, 8806.0, 8863.0, 8821.0, 8852.0, 8817.0, 8846.0, 8824.0, 8843.0, 8840.0, 8847.0, 8827.0, 8840.0, 8820.0, 8822.0, 8841.0, 8820.0, 8832.0, 8821.0, 8823.0, 8822.0, 8804.0, 8817.0, 8790.0, 8818.0, 8804.0, 8818.0, 8825.0, 8821.0, 8841.0, 8797.0, 8830.0, 8803.0, 8845.0, 8816.0, 8847.0, 8831.0, 8846.0, 8861.0, 8861.0, 8860.0, 8832.0, 8876.0, 8832.0, 8832.0, 8815.0, 8842.0, 8843.0, 8845.0, 8862.0, 8845.0, 8860.0, 8827.0, 8860.0, 8814.0, 8846.0, 8826.0, 8841.0, 8828.0, 8843.0, 8860.0, 8826.0, 8830.0, 8813.0, 8844.0, 8814.0, 8845.0, 8828.0, 8843.0, 8840.0, 8839.0, 8842.0, 8839.0, 8836.0, 8809.0, 8841.0, 8799.0, 8844.0, 8810.0, 8837.0, 8839.0, 8814.0, 8828.0, 8817.0, 8844.0, 8844.0, 8861.0, 8860.0, 8842.0, 8857.0, 8841.0, 8842.0, 8822.0, 8853.0, 8807.0, 8827.0, 8793.0, 8822.0, 8808.0, 8825.0, 8840.0, 8823.0, 8855.0, 8795.0, 8856.0, 8811.0, 8841.0, 8827.0, 8842.0, 8824.0, 8839.0, 8826.0, 8840.0, 8851.0, 8810.0, 8854.0, 8795.0, 8838.0, 8828.0, 8853.0, 8806.0, 8828.0, 8809.0, 8826.0, 8813.0, 8841.0, 8834.0, 8806.0, 8848.0, 8844.0, 8843.0, 8855.0, 8826.0, 8843.0, 8823.0, 8833.0, 8821.0, 8830.0, 8787.0, 8804.0, 8787.0, 8820.0, 8803.0, 8831.0, 8789.0, 8818.0, 8800.0, 8815.0, 8818.0, 8804.0, 8836.0, 8793.0, 8832.0, 8797.0, 8841.0, 8842.0, 8837.0, 8847.0, 8840.0, 8856.0, 8823.0, 8855.0, 8808.0, 8851.0, 8807.0, 8839.0, 8820.0, 8819.0, 8809.0, 8820.0, 8822.0, 8836.0, 8840.0, 8837.0, 8837.0, 8799.0, 8851.0, 8807.0, 8840.0, 8807.0, 8837.0, 8791.0, 8819.0, 8790.0, 8817.0, 8804.0, 8822.0, 8817.0, 8818.0, 8829.0, 8813.0, 8832.0, 8792.0, 8836.0, 8786.0, 8822.0, 8777.0, 8818.0, 8808.0, 8824.0, 8818.0, 8817.0, 8817.0, 8817.0, 8835.0, 8818.0, 8847.0, 8789.0, 8850.0, 8792.0, 8837.0, 8809.0, 8821.0, 8805.0, 8817.0, 8817.0, 8821.0, 8839.0, 8834.0, 8819.0, 8817.0, 8829.0, 8814.0, 8819.0, 8818.0, 8818.0, 8817.0, 8829.0, 8786.0, 8832.0, 8775.0, 8837.0, 8807.0, 8838.0, 8807.0, 8839.0, 8798.0, 8836.0, 8797.0, 8823.0, 8809.0, 8818.0, 8805.0, 8835.0, 8790.0, 8805.0, 8801.0, 8823.0, 8787.0, 8815.0, 8790.0, 8821.0, 8820.0, 8818.0, 8826.0, 8802.0, 8852.0, 8824.0, 8851.0, 8806.0, 8854.0, 8806.0, 8852.0, 8791.0, 8827.0, 8808.0, 8825.0, 8806.0, 8821.0, 8794.0, 8821.0, 8793.0, 8818.0, 8816.0, 8818.0, 8836.0, 8818.0, 8850.0, 8820.0, 8849.0, 8790.0, 8820.0, 8794.0, 8826.0, 8814.0, 8841.0, 8812.0, 8822.0, 8836.0, 8842.0, 8840.0, 8838.0, 8810.0, 8836.0, 8833.0, 8816.0, 8850.0, 8834.0, 8835.0, 8820.0, 8849.0, 8804.0, 8852.0, 8807.0, 8834.0, 8790.0, 8822.0, 8818.0, 8821.0, 8836.0, 8825.0, 8849.0, 8839.0, 8853.0, 8808.0, 8851.0, 8834.0, 8834.0, 8819.0, 8833.0, 8818.0, 8829.0, 8815.0, 8832.0, 8814.0, 8846.0, 8799.0, 8832.0, 8773.0, 8833.0, 8786.0, 8832.0, 8787.0, 8806.0, 8803.0, 8819.0, 8806.0, 8820.0, 8789.0, 8818.0, 8819.0, 8818.0, 8815.0, 8819.0, 8807.0, 8821.0, 8804.0, 8817.0, 8831.0, 8830.0, 8845.0, 8820.0, 8851.0, 8792.0, 8825.0, 8794.0, 8850.0, 8821.0, 8848.0, 8808.0, 8851.0, 8792.0, 8822.0, 8804.0, 8819.0, 8836.0, 8809.0, 8840.0, 8799.0, 8842.0, 8796.0, 8853.0, 8823.0, 8838.0, 8807.0, 8821.0, 8806.0, 8820.0, 8805.0, 8821.0, 8804.0, 8817.0, 8818.0, 8819.0, 8835.0, 8820.0, 8837.0, 8805.0, 8849.0, 8792.0, 8836.0, 8793.0, 8854.0, 8824.0, 8811.0, 8807.0, 8824.0, 8807.0, 8822.0, 8823.0, 8823.0, 8836.0, 8794.0, 8851.0, 8807.0, 8853.0, 8821.0, 8833.0, 8805.0, 8837.0, 8787.0, 8833.0, 8777.0, 8809.0, 8820.0, 8822.0, 8838.0, 8822.0, 8855.0, 8843.0, 8827.0, 8840.0, 8839.0, 8825.0, 8856.0, 8830.0, 8860.0, 8813.0, 8859.0, 8824.0, 8855.0, 8825.0, 8857.0, 8809.0, 8827.0, 8797.0, 8828.0, 8796.0, 8824.0, 8809.0, 8823.0, 8824.0, 8824.0, 8855.0, 8842.0, 8859.0, 8842.0, 8804.0, 8825.0, 8841.0, 8800.0, 8827.0, 8801.0, 8826.0, 8824.0, 8821.0, 8817.0, 8819.0, 8819.0, 8817.0, 8821.0, 8819.0, 8830.0, 8813.0, 8815.0, 8798.0, 8829.0, 8813.0, 8832.0, 8785.0, 8829.0, 8772.0, 8835.0, 8786.0, 8803.0, 8803.0, 8799.0, 8804.0, 8818.0, 8805.0, 8820.0, 8820.0, 8819.0, 8834.0, 8820.0, 8834.0, 8806.0, 8854.0, 8809.0, 8812.0, 8795.0, 8824.0, 8812.0, 8840.0, 8825.0, 8826.0, 8838.0, 8823.0, 8837.0, 8808.0, 8854.0, 8822.0, 8853.0, 8806.0, 8853.0, 8792.0, 8836.0, 8794.0, 8810.0, 8807.0, 8819.0, 8817.0, 8823.0, 8808.0, 8822.0, 8811.0, 8823.0, 8819.0, 8819.0, 8837.0, 8820.0, 8838.0, 8824.0, 8835.0, 8804.0, 8835.0, 8791.0, 8834.0, 8803.0, 8836.0, 8786.0, 8807.0, 8791.0, 8805.0, 8790.0, 8819.0, 8806.0, 8821.0, 8817.0, 8816.0, 8816.0, 8817.0, 8831.0, 8818.0, 8835.0, 8802.0, 8833.0, 8790.0, 8800.0, 8802.0, 8816.0, 8799.0, 8803.0, 8812.0, 8814.0, 8829.0, 8798.0, 8830.0, 8803.0, 8829.0, 8786.0, 8819.0, 8772.0, 8802.0, 8791.0, 8803.0, 8801.0, 8816.0, 8817.0, 8815.0, 8833.0, 8818.0, 8852.0, 8792.0, 8836.0, 8777.0, 8826.0, 8793.0, 8806.0, 8811.0, 8825.0, 8840.0, 8828.0, 8853.0, 8796.0, 8825.0, 8796.0, 8822.0, 8809.0, 8822.0, 8820.0, 8818.0, 8833.0, 8819.0, 8835.0, 8816.0, 8835.0, 8789.0, 8851.0, 8779.0, 8808.0, 8794.0, 8823.0, 8812.0, 8828.0, 8823.0, 8829.0, 8838.0, 8837.0, 8854.0, 8838.0, 8841.0, 8824.0, 8856.0, 8808.0, 8840.0, 8808.0, 8837.0, 8820.0, 8839.0, 8793.0, 8834.0, 8791.0, 8836.0, 8806.0, 8849.0, 8792.0, 8851.0, 8779.0, 8822.0, 8796.0, 8827.0, 8798.0, 8830.0, 8813.0, 8824.0, 8811.0, 8826.0, 8812.0, 8823.0, 8822.0, 8823.0, 8840.0, 8812.0, 8856.0, 8811.0, 8862.0, 8799.0, 8856.0, 8832.0, 8833.0, 8815.0, 8827.0, 8814.0, 8838.0, 8828.0, 8843.0, 8839.0, 8822.0, 8839.0, 8823.0, 8836.0, 8822.0, 8851.0, 8809.0, 8853.0, 8810.0, 8829.0, 8795.0, 8827.0, 8807.0, 8824.0, 8824.0, 8823.0, 8838.0, 8824.0, 8849.0, 8823.0, 8855.0, 8809.0, 8852.0, 8807.0, 8849.0, 8808.0, 8850.0, 8793.0, 8808.0, 8792.0, 8811.0, 8793.0, 8823.0, 8807.0, 8820.0, 8834.0, 8819.0, 8833.0, 8823.0, 8852.0, 8808.0, 8851.0, 8793.0, 8824.0, 8799.0, 8829.0, 8840.0, 8828.0, 8817.0, 8828.0, 8832.0, 8832.0, 8844.0, 8861.0, 8846.0, 8877.0, 8841.0, 8816.0, 8829.0, 8825.0, 8858.0, 8821.0, 8853.0, 8825.0, 8854.0, 8808.0, 8836.0, 8804.0, 8808.0, 8796.0, 8820.0, 8824.0, 8825.0, 8820.0, 8820.0, 8836.0, 8816.0, 8836.0, 8818.0, 8835.0, 8817.0, 8831.0, 8803.0, 8834.0, 8804.0, 8850.0, 8806.0, 8851.0, 8806.0, 8850.0, 8793.0, 8836.0, 8790.0, 8837.0, 8804.0, 8839.0, 8806.0, 8847.0, 8805.0, 8831.0, 8801.0, 8831.0, 8811.0, 8829.0, 8816.0, 8829.0, 8799.0, 8832.0, 8798.0, 8845.0, 8802.0, 8831.0, 8807.0, 8846.0, 8789.0, 8833.0, 8791.0, 8850.0, 8796.0, 8853.0, 8795.0, 8810.0, 8789.0, 8808.0, 8792.0, 8808.0, 8805.0, 8809.0, 8824.0, 8827.0, 8841.0, 8826.0, 8858.0, 8827.0, 8874.0, 8813.0, 8856.0, 8813.0, 8861.0, 8812.0, 8830.0, 8809.0, 8828.0, 8799.0, 8816.0, 8827.0, 8827.0, 8812.0, 8827.0, 8800.0, 8828.0, 8826.0, 8826.0, 8840.0, 8808.0, 8840.0, 8823.0, 8841.0, 8825.0, 8840.0, 8823.0, 8834.0, 8822.0, 8836.0, 8825.0, 8832.0, 8822.0, 8836.0, 8822.0, 8849.0, 8821.0, 8836.0, 8808.0, 8839.0, 8821.0, 8851.0, 8820.0, 8847.0, 8817.0, 8833.0, 8803.0, 8849.0, 8803.0, 8849.0, 8818.0, 8848.0, 8806.0, 8851.0, 8807.0, 8856.0, 8809.0, 8854.0, 8811.0, 8827.0, 8810.0, 8855.0, 8809.0, 8813.0, 8820.0, 8823.0, 8808.0, 8827.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.00013331632653061225</td></tr>
<tr><td colspan=3>aqi</td><td>0.013756563119533527</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.58025801399706</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1974818960320928</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920523083953293</td></tr>
<tr><td colspan=3>efc</td><td>0.4471</td></tr>
<tr><td colspan=3>fber</td><td>6928.7793</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06110495080199086</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2915451895043732</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4131366767702063</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3582416710478644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5580980299192815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323070329343472</td></tr>
<tr><td colspan=3>gcor</td><td>0.00725482</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010644117370247841</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024574721232056618</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</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.7626896521674613</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0896</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.4923</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.3756</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308360.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>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.0878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1141</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.6641</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3203.8152</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.0843</td></tr>
<tr><td colspan=3>tsnr</td><td>46.63943453505635</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>