<?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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-01/func/sub-0115_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>4db03683a0564c56e6457491a1a91a42</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>19:01:38.390000</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.999464, -0.0189434, -0.0266926, 0.0169223, 0.997114, -0.0740103]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0896338</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>[4225, -7766, -7285, 109, -74, -143, -59, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.555</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1805cf34-1eb3-49ad-b0b0-2ccfcace5efe||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.6814892292022705, 0.04540122300386429, -0.07564748823642731, 111.97586059570312], [0.05082377418875694, 2.6751837730407715, -0.1985010802745819, -86.98960876464844], [-0.0716143473982811, 0.19856415688991547, 2.6916306018829346, -86.66472625732422], [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': ['190138.390000', '190138.850000', '190139.310000', '190139.770000', '190140.230000', '190140.690000', '190141.150000', '190141.610000', '190142.070000', '190142.530000', '190142.990000', '190143.450000', '190143.910000', '190144.370000', '190144.830000', '190145.290000', '190145.750000', '190146.210000', '190146.670000', '190147.130000', '190147.590000', '190148.050000', '190148.510000', '190148.970000', '190149.430000', '190149.890000', '190150.350000', '190150.810000', '190151.270000', '190151.730000', '190152.190000', '190152.650000', '190153.110000', '190153.570000', '190154.030000', '190154.490000', '190154.950000', '190155.410000', '190155.870000', '190156.330000', '190156.790000', '190157.250000', '190157.710000', '190158.170000', '190158.630000', '190159.090000', '190159.550000', '190200.010000', '190200.470000', '190200.930000', '190201.390000', '190201.850000', '190202.310000', '190202.770000', '190203.230000', '190203.690000', '190204.150000', '190204.610000', '190205.070000', '190205.530000', '190205.990000', '190206.450000', '190206.910000', '190207.370000', '190207.830000', '190208.290000', '190208.750000', '190209.210000', '190209.670000', '190210.130000', '190210.590000', '190211.050000', '190211.510000', '190211.970000', '190212.430000', '190212.890000', '190213.350000', '190213.810000', '190214.270000', '190214.730000', '190215.190000', '190215.650000', '190216.110000', '190216.570000', '190217.030000', '190217.490000', '190217.950000', '190218.410000', '190218.870000', '190219.330000', '190219.790000', '190220.250000', '190220.710000', '190221.170000', '190221.630000', '190222.090000', '190222.550000', '190223.010000', '190223.470000', '190223.930000', '190224.390000', '190224.850000', '190225.310000', '190225.770000', '190226.230000', '190226.690000', '190227.150000', '190227.610000', '190228.070000', '190228.530000', '190228.990000', '190229.450000', '190229.910000', '190230.370000', '190230.830000', '190231.290000', '190231.750000', '190232.210000', '190232.670000', '190233.130000', '190233.590000', '190234.050000', '190234.510000', '190234.970000', '190235.430000', '190235.890000', '190236.350000', '190236.810000', '190237.270000', '190237.730000', '190238.190000', '190238.650000', '190239.110000', '190239.570000', '190240.030000', '190240.490000', '190240.950000', '190241.410000', '190241.870000', '190242.330000', '190242.790000', '190243.250000', '190243.710000', '190244.170000', '190244.630000', '190245.090000', '190245.550000', '190246.010000', '190246.470000', '190246.930000', '190247.390000', '190247.850000', '190248.310000', '190248.770000', '190249.230000', '190249.690000', '190250.150000', '190250.610000', '190251.070000', '190251.530000', '190251.990000', '190252.450000', '190252.910000', '190253.370000', '190253.830000', '190254.290000', '190254.750000', '190255.210000', '190255.670000', '190256.130000', '190256.590000', '190257.050000', '190257.510000', '190257.970000', '190258.430000', '190258.890000', '190259.350000', '190259.810000', '190300.270000', '190300.730000', '190301.190000', '190301.650000', '190302.110000', '190302.570000', '190303.030000', '190303.490000', '190303.950000', '190304.410000', '190304.870000', '190305.330000', '190305.790000', '190306.250000', '190306.710000', '190307.170000', '190307.630000', '190308.090000', '190308.550000', '190309.010000', '190309.470000', '190309.930000', '190310.390000', '190310.850000', '190311.310000', '190311.770000', '190312.230000', '190312.690000', '190313.150000', '190313.610000', '190314.070000', '190314.530000', '190314.990000', '190315.450000', '190315.910000', '190316.370000', '190316.830000', '190317.290000', '190317.750000', '190318.210000', '190318.670000', '190319.130000', '190319.590000', '190320.050000', '190320.510000', '190320.970000', '190321.430000', '190321.890000', '190322.350000', '190322.810000', '190323.270000', '190323.730000', '190324.190000', '190324.650000', '190325.110000', '190325.570000', '190326.030000', '190326.490000', '190326.950000', '190327.410000', '190327.870000', '190328.330000', '190328.790000', '190329.250000', '190329.710000', '190330.170000', '190330.630000', '190331.090000', '190331.550000', '190332.010000', '190332.470000', '190332.930000', '190333.390000', '190333.850000', '190334.310000', '190334.770000', '190335.230000', '190335.690000', '190336.150000', '190336.610000', '190337.070000', '190337.530000', '190337.990000', '190338.450000', '190338.910000', '190339.370000', '190339.830000', '190340.290000', '190340.750000', '190341.210000', '190341.670000', '190342.130000', '190342.590000', '190343.050000', '190343.510000', '190343.970000', '190344.430000', '190344.890000', '190345.350000', '190345.810000', '190346.270000', '190346.730000', '190347.190000', '190347.650000', '190348.110000', '190348.570000', '190349.030000', '190349.490000', '190349.950000', '190350.410000', '190350.870000', '190351.330000', '190351.790000', '190352.250000', '190352.710000', '190353.170000', '190353.630000', '190354.090000', '190354.550000', '190355.010000', '190355.470000', '190355.930000', '190356.390000', '190356.850000', '190357.310000', '190357.770000', '190358.230000', '190358.690000', '190359.150000', '190359.610000', '190400.070000', '190400.530000', '190400.990000', '190401.450000', '190401.910000', '190402.370000', '190402.830000', '190403.290000', '190403.750000', '190404.210000', '190404.670000', '190405.130000', '190405.590000', '190406.050000', '190406.510000', '190406.970000', '190407.430000', '190407.890000', '190408.350000', '190408.810000', '190409.270000', '190409.730000', '190410.190000', '190410.650000', '190411.110000', '190411.570000', '190412.030000', '190412.490000', '190412.950000', '190413.410000', '190413.870000', '190414.330000', '190414.790000', '190415.250000', '190415.710000', '190416.170000', '190416.630000', '190417.090000', '190417.550000', '190418.010000', '190418.470000', '190418.930000', '190419.390000', '190419.850000', '190420.310000', '190420.770000', '190421.230000', '190421.690000', '190422.150000', '190422.610000', '190423.070000', '190423.530000', '190423.990000', '190424.450000', '190424.910000', '190425.370000', '190425.830000', '190426.290000', '190426.750000', '190427.210000', '190427.670000', '190428.130000', '190428.590000', '190429.050000', '190429.510000', '190429.970000', '190430.430000', '190430.890000', '190431.350000', '190431.810000', '190432.270000', '190432.730000', '190433.190000', '190433.650000', '190434.110000', '190434.570000', '190435.030000', '190435.490000', '190435.950000', '190436.410000', '190436.870000', '190437.330000', '190437.790000', '190438.250000', '190438.710000', '190439.170000', '190439.630000', '190440.090000', '190440.550000', '190441.010000', '190441.470000', '190441.930000', '190442.390000', '190442.850000', '190443.310000', '190443.770000', '190444.230000', '190444.690000', '190445.150000', '190445.610000', '190446.070000', '190446.530000', '190446.990000', '190447.450000', '190447.910000', '190448.370000', '190448.830000', '190449.290000', '190449.750000', '190450.210000', '190450.670000', '190451.130000', '190451.590000', '190452.050000', '190452.510000', '190452.970000', '190453.430000', '190453.890000', '190454.350000', '190454.810000', '190455.270000', '190455.730000', '190456.190000', '190456.650000', '190457.110000', '190457.570000', '190458.030000', '190458.490000', '190458.950000', '190459.410000', '190459.870000', '190500.330000', '190500.790000', '190501.250000', '190501.710000', '190502.170000', '190502.630000', '190503.090000', '190503.550000', '190504.010000', '190504.470000', '190504.930000', '190505.390000', '190505.850000', '190506.310000', '190506.770000', '190507.230000', '190507.690000', '190508.150000', '190508.610000', '190509.070000', '190509.530000', '190509.990000', '190510.450000', '190510.910000', '190511.370000', '190511.830000', '190512.290000', '190512.750000', '190513.210000', '190513.670000', '190514.130000', '190514.590000', '190515.050000', '190515.510000', '190515.970000', '190516.430000', '190516.890000', '190517.350000', '190517.810000', '190518.270000', '190518.730000', '190519.190000', '190519.650000', '190520.110000', '190520.570000', '190521.030000', '190521.490000', '190521.950000', '190522.410000', '190522.870000', '190523.330000', '190523.790000', '190524.250000', '190524.710000', '190525.170000', '190525.630000', '190526.090000', '190526.550000', '190527.010000', '190527.470000', '190527.930000', '190528.390000', '190528.850000', '190529.310000', '190529.770000', '190530.230000', '190530.690000', '190531.150000', '190531.610000', '190532.070000', '190532.530000', '190532.990000', '190533.450000', '190533.910000', '190534.370000', '190534.830000', '190535.290000', '190535.750000', '190536.210000', '190536.670000', '190537.130000', '190537.590000', '190538.050000', '190538.510000', '190538.970000', '190539.430000', '190539.890000', '190540.350000', '190540.810000', '190541.270000', '190541.730000', '190542.190000', '190542.650000', '190543.110000', '190543.570000', '190544.030000', '190544.490000', '190544.950000', '190545.410000', '190545.870000', '190546.330000', '190546.790000', '190547.250000', '190547.710000', '190548.170000', '190548.630000', '190549.090000', '190549.550000', '190550.010000', '190550.470000', '190550.930000', '190551.390000', '190551.850000', '190552.310000', '190552.770000', '190553.230000', '190553.690000', '190554.150000', '190554.610000', '190555.070000', '190555.530000', '190555.990000', '190556.450000', '190556.910000', '190557.370000', '190557.830000', '190558.290000', '190558.750000', '190559.210000', '190559.670000', '190600.130000', '190600.590000', '190601.050000', '190601.510000', '190601.970000', '190602.430000', '190602.890000', '190603.350000', '190603.810000', '190604.270000', '190604.730000', '190605.190000', '190605.650000', '190606.110000', '190606.570000', '190607.030000', '190607.490000', '190607.950000', '190608.410000', '190608.870000', '190609.330000', '190609.790000', '190610.250000', '190610.710000', '190611.170000', '190611.630000', '190612.090000', '190612.550000', '190613.010000', '190613.470000', '190613.930000', '190614.390000', '190614.850000', '190615.310000', '190615.770000', '190616.230000', '190616.690000', '190617.150000', '190617.610000', '190618.070000', '190618.530000', '190618.990000', '190619.450000', '190619.910000', '190620.370000', '190620.830000', '190621.290000', '190621.750000', '190622.210000', '190622.670000', '190623.130000', '190623.590000', '190624.050000', '190624.510000', '190624.970000', '190625.430000', '190625.890000', '190626.350000', '190626.810000', '190627.270000', '190627.730000', '190628.190000', '190628.650000', '190629.110000', '190629.570000', '190630.030000', '190630.490000', '190630.950000', '190631.410000', '190631.870000', '190632.330000', '190632.790000', '190633.250000', '190633.710000', '190634.170000', '190634.630000', '190635.090000', '190635.550000', '190636.010000', '190636.470000', '190636.930000', '190637.390000', '190637.850000', '190638.310000', '190638.770000', '190639.230000', '190639.690000', '190640.150000', '190640.610000', '190641.070000', '190641.530000', '190641.990000', '190642.450000', '190642.910000', '190643.370000', '190643.830000', '190644.290000', '190644.750000', '190645.210000', '190645.670000', '190646.130000', '190646.590000', '190647.050000', '190647.510000', '190647.970000', '190648.430000', '190648.890000', '190649.350000', '190649.810000', '190650.270000', '190650.730000', '190651.190000', '190651.650000', '190652.110000', '190652.570000', '190653.030000', '190653.490000', '190653.950000', '190654.410000', '190654.870000', '190655.330000', '190655.790000', '190656.250000', '190656.710000', '190657.170000', '190657.630000', '190658.090000', '190658.550000', '190659.010000', '190659.470000', '190659.930000', '190700.390000', '190700.850000', '190701.310000', '190701.770000', '190702.230000', '190702.690000', '190703.150000', '190703.610000', '190704.070000', '190704.530000', '190704.990000', '190705.450000', '190705.910000', '190706.370000', '190706.830000', '190707.290000', '190707.750000', '190708.210000', '190708.670000', '190709.130000', '190709.590000', '190710.050000', '190710.510000', '190710.970000', '190711.430000', '190711.890000', '190712.350000', '190712.810000', '190713.270000', '190713.730000', '190714.190000', '190714.650000', '190715.110000', '190715.570000', '190716.030000', '190716.490000', '190716.950000', '190717.410000', '190717.870000', '190718.330000', '190718.790000', '190719.250000', '190719.710000', '190720.170000', '190720.630000', '190721.090000', '190721.550000', '190722.010000', '190722.470000', '190722.930000', '190723.390000', '190723.850000', '190724.310000', '190724.770000', '190725.230000', '190725.690000', '190726.150000', '190726.610000', '190727.070000', '190727.530000', '190727.990000', '190728.450000', '190728.910000', '190729.370000', '190729.830000', '190730.290000', '190730.750000', '190731.210000', '190731.670000', '190732.130000', '190732.590000', '190733.050000', '190733.510000', '190733.970000', '190734.430000', '190734.890000', '190735.350000', '190735.810000', '190736.270000', '190736.730000', '190737.190000', '190737.650000', '190738.110000', '190738.570000', '190739.030000', '190739.490000', '190739.950000', '190740.410000', '190740.870000', '190741.330000', '190741.790000', '190742.250000', '190742.710000', '190743.170000', '190743.630000', '190744.090000', '190744.550000', '190745.010000', '190745.470000', '190745.930000', '190746.390000', '190746.850000', '190747.310000', '190747.770000', '190748.230000', '190748.690000', '190749.150000', '190749.610000', '190750.070000', '190750.530000', '190750.990000', '190751.450000', '190751.910000', '190752.370000', '190752.830000', '190753.290000', '190753.750000', '190754.210000', '190754.670000', '190755.130000', '190755.590000', '190756.050000', '190756.510000', '190756.970000', '190757.430000', '190757.890000', '190758.350000', '190758.810000', '190759.270000', '190759.730000', '190800.190000', '190800.650000', '190801.110000', '190801.570000', '190802.030000', '190802.490000', '190802.950000', '190803.410000', '190803.870000', '190804.330000', '190804.790000', '190805.250000', '190805.710000', '190806.170000', '190806.630000', '190807.090000', '190807.550000', '190808.010000', '190808.470000', '190808.930000', '190809.390000', '190809.850000', '190810.310000', '190810.770000', '190811.230000', '190811.690000', '190812.150000', '190812.610000', '190813.070000', '190813.530000', '190813.990000', '190814.450000', '190814.910000', '190815.370000', '190815.830000', '190816.290000', '190816.750000', '190817.210000', '190817.670000', '190818.130000', '190818.590000', '190819.050000', '190819.510000', '190819.970000', '190820.430000', '190820.890000', '190821.350000', '190821.810000', '190822.270000', '190822.730000', '190823.190000', '190823.650000', '190824.110000', '190824.570000', '190825.030000', '190825.490000', '190825.950000', '190826.410000', '190826.870000', '190827.330000', '190827.790000', '190828.250000', '190828.710000', '190829.170000', '190829.630000', '190830.090000', '190830.550000', '190831.010000', '190831.470000', '190831.930000', '190832.390000', '190832.850000', '190833.310000', '190833.770000', '190834.230000', '190834.690000', '190835.150000', '190835.610000', '190836.070000', '190836.530000', '190836.990000', '190837.450000', '190837.910000', '190838.370000', '190838.830000', '190839.290000', '190839.750000', '190840.210000', '190840.670000', '190841.130000', '190841.590000', '190842.050000', '190842.510000', '190842.970000', '190843.430000', '190843.890000', '190844.350000', '190844.810000', '190845.270000', '190845.730000', '190846.190000', '190846.650000', '190847.110000', '190847.570000', '190848.030000', '190848.490000', '190848.950000', '190849.410000', '190849.870000', '190850.330000', '190850.790000', '190851.250000', '190851.710000', '190852.170000', '190852.630000', '190853.090000', '190853.550000', '190854.010000', '190854.470000', '190854.930000', '190855.390000', '190855.850000', '190856.310000', '190856.770000', '190857.230000', '190857.690000', '190858.150000', '190858.610000', '190859.070000', '190859.530000', '190859.990000', '190900.450000', '190900.910000', '190901.370000', '190901.830000', '190902.290000', '190902.750000', '190903.210000', '190903.670000', '190904.130000', '190904.590000', '190905.050000', '190905.510000', '190905.970000', '190906.430000', '190906.890000', '190907.350000', '190907.810000', '190908.270000', '190908.730000', '190909.190000', '190909.650000', '190910.110000', '190910.570000', '190911.030000', '190911.490000', '190911.950000', '190912.410000', '190912.870000', '190913.330000', '190913.790000', '190914.250000', '190914.710000', '190915.170000', '190915.630000', '190916.090000', '190916.550000', '190917.010000', '190917.470000', '190917.930000', '190918.390000', '190918.850000', '190919.310000', '190919.770000', '190920.230000', '190920.690000', '190921.150000', '190921.610000', '190922.070000', '190922.530000', '190922.990000', '190923.450000', '190923.910000', '190924.370000', '190924.830000', '190925.290000', '190925.750000', '190926.210000', '190926.670000', '190927.130000', '190927.590000', '190928.050000', '190928.510000', '190928.970000', '190929.430000', '190929.890000', '190930.350000', '190930.810000', '190931.270000', '190931.730000', '190932.190000', '190932.650000', '190933.110000', '190933.570000', '190934.030000', '190934.490000', '190934.950000', '190935.410000', '190935.870000', '190936.330000', '190936.790000', '190937.250000', '190937.710000', '190938.170000', '190938.630000', '190939.090000', '190939.550000', '190940.010000', '190940.470000', '190940.930000', '190941.390000', '190941.850000', '190942.310000', '190942.770000', '190943.230000', '190943.690000', '190944.150000', '190944.610000', '190945.070000', '190945.530000', '190945.990000', '190946.450000', '190946.910000', '190947.370000', '190947.830000', '190948.290000', '190948.750000', '190949.210000', '190949.670000', '190950.130000', '190950.590000', '190951.050000', '190951.510000', '190951.970000', '190952.430000', '190952.890000', '190953.350000', '190953.810000', '190954.270000', '190954.730000', '190955.190000', '190955.650000', '190956.110000', '190956.570000', '190957.030000', '190957.490000', '190957.950000', '190958.410000', '190958.870000', '190959.330000', '190959.790000', '191000.250000', '191000.710000', '191001.170000', '191001.630000', '191002.090000', '191002.550000', '191003.010000', '191003.470000', '191003.930000', '191004.390000', '191004.850000', '191005.310000', '191005.770000', '191006.230000', '191006.690000', '191007.150000', '191007.610000', '191008.070000', '191008.530000', '191008.990000', '191009.450000', '191009.910000', '191010.370000', '191010.830000', '191011.290000', '191011.750000', '191012.210000', '191012.670000', '191013.130000', '191013.590000', '191014.050000', '191014.510000', '191014.970000', '191015.430000', '191015.890000', '191016.350000', '191016.810000', '191017.270000', '191017.730000', '191018.190000', '191018.650000', '191019.110000', '191019.570000', '191020.030000', '191020.490000', '191020.950000', '191021.410000', '191021.870000', '191022.330000', '191022.790000', '191023.250000', '191023.710000', '191024.170000', '191024.630000', '191025.090000', '191025.550000', '191026.010000', '191026.470000', '191026.930000', '191027.390000', '191027.850000', '191028.310000', '191028.770000', '191029.230000', '191029.690000', '191030.150000', '191030.610000', '191031.070000', '191031.530000', '191031.990000', '191032.450000', '191032.910000', '191033.370000', '191033.830000', '191034.290000', '191034.750000', '191035.210000', '191035.670000', '191036.130000', '191036.590000', '191037.050000', '191037.510000', '191037.970000', '191038.430000', '191038.890000', '191039.350000', '191039.810000', '191040.270000', '191040.730000', '191041.190000', '191041.650000', '191042.110000', '191042.570000', '191043.030000', '191043.490000', '191043.950000', '191044.410000', '191044.870000', '191045.330000', '191045.790000', '191046.250000', '191046.710000', '191047.170000', '191047.630000', '191048.090000', '191048.550000', '191049.010000', '191049.470000', '191049.930000', '191050.390000', '191050.850000', '191051.310000', '191051.770000', '191052.230000', '191052.690000', '191053.150000', '191053.610000', '191054.070000', '191054.530000', '191054.990000', '191055.450000', '191055.910000', '191056.370000', '191056.830000', '191057.290000', '191057.750000', '191058.210000', '191058.670000', '191059.130000', '191059.590000', '191100.050000', '191100.510000', '191100.970000', '191101.430000', '191101.890000', '191102.350000', '191102.810000', '191103.270000', '191103.730000', '191104.190000', '191104.650000', '191105.110000', '191105.570000', '191106.030000', '191106.490000', '191106.950000', '191107.410000', '191107.870000', '191108.330000', '191108.790000', '191109.250000', '191109.710000', '191110.170000', '191110.630000', '191111.090000', '191111.550000', '191112.010000', '191112.470000', '191112.930000', '191113.390000', '191113.850000', '191114.310000', '191114.770000', '191115.230000', '191115.690000', '191116.150000', '191116.610000', '191117.070000', '191117.530000', '191117.990000', '191118.450000', '191118.910000', '191119.370000', '191119.830000', '191120.290000', '191120.750000', '191121.210000', '191121.670000', '191122.130000', '191122.590000', '191123.050000', '191123.510000', '191123.970000', '191124.430000', '191124.890000', '191125.350000', '191125.810000', '191126.270000', '191126.730000', '191127.190000', '191127.650000', '191128.110000', '191128.570000', '191129.030000', '191129.490000', '191129.950000', '191130.410000', '191130.870000', '191131.330000', '191131.790000', '191132.250000', '191132.710000', '191133.170000', '191133.630000', '191134.090000', '191134.550000', '191135.010000', '191135.470000', '191135.930000', '191136.390000', '191136.850000', '191137.310000', '191137.770000', '191138.230000', '191138.690000', '191139.150000', '191139.610000', '191140.070000', '191140.530000', '191140.990000', '191141.450000', '191141.910000', '191142.370000', '191142.830000', '191143.290000', '191143.750000', '191144.210000', '191144.670000', '191145.130000', '191145.590000', '191146.050000', '191146.510000', '191146.970000', '191147.430000', '191147.890000', '191148.350000', '191148.810000', '191149.270000', '191149.730000', '191150.190000', '191150.650000', '191151.110000', '191151.570000', '191152.030000', '191152.490000', '191152.950000', '191153.410000', '191153.870000', '191154.330000', '191154.790000', '191155.250000', '191155.710000', '191156.170000', '191156.630000', '191157.090000', '191157.550000', '191158.010000', '191158.470000', '191158.930000', '191159.390000', '191159.850000', '191200.310000', '191200.770000', '191201.230000', '191201.690000', '191202.150000', '191202.610000', '191203.070000', '191203.530000', '191203.990000', '191204.450000', '191204.910000', '191205.370000', '191205.830000', '191206.290000', '191206.750000', '191207.210000', '191207.670000', '191208.130000', '191208.590000', '191209.050000', '191209.510000', '191209.970000', '191210.430000', '191210.890000'], 'ContentTime': ['190151.750000', '190151.753000', '190151.755000', '190151.758000', '190151.760000', '190151.763000', '190151.766000', '190151.768000', '190151.771000', '190151.784000', '190151.794000', '190151.797000', '190151.800000', '190151.802000', '190151.805000', '190151.807000', '190151.810000', '190151.812000', '190151.815000', '190151.824000', '190151.827000', '190151.829000', '190151.832000', '190151.834000', '190151.837000', '190151.839000', '190151.842000', '190211.722000', '190211.725000', '190211.728000', '190211.730000', '190211.733000', '190211.735000', '190211.738000', '190211.741000', '190211.743000', '190211.746000', '190211.748000', '190211.751000', '190211.753000', '190211.756000', '190211.759000', '190211.767000', '190211.769000', '190211.772000', '190211.774000', '190211.777000', '190211.779000', '190211.782000', '190211.784000', '190211.787000', '190211.790000', '190211.792000', '190211.795000', '190211.797000', '190211.803000', '190211.805000', '190211.808000', '190211.810000', '190211.813000', '190211.816000', '190211.818000', '190211.821000', '190211.823000', '190211.826000', '190211.829000', '190211.831000', '190211.834000', '190211.837000', '190211.840000', '190231.722000', '190231.724000', '190231.727000', '190231.730000', '190231.732000', '190231.735000', '190231.737000', '190231.740000', '190231.742000', '190231.745000', '190231.747000', '190231.750000', '190231.753000', '190231.755000', '190231.758000', '190231.760000', '190231.763000', '190231.765000', '190231.768000', '190231.771000', '190231.773000', '190231.776000', '190231.778000', '190231.786000', '190231.789000', '190231.791000', '190231.794000', '190231.796000', '190231.799000', '190231.802000', '190231.804000', '190231.807000', '190231.809000', '190231.812000', '190231.815000', '190231.817000', '190231.820000', '190231.822000', '190231.825000', '190231.827000', '190231.830000', '190231.833000', '190231.835000', '190231.838000', '190251.722000', '190251.724000', '190251.727000', '190251.730000', '190251.732000', '190251.735000', '190251.737000', '190251.740000', '190251.742000', '190251.745000', '190251.748000', '190251.750000', '190251.753000', '190251.755000', '190251.758000', '190251.760000', '190251.763000', '190251.766000', '190251.768000', '190251.771000', '190251.773000', '190251.776000', '190251.778000', '190251.781000', '190251.784000', '190251.786000', '190251.798000', '190251.801000', '190251.804000', '190251.806000', '190251.809000', '190251.811000', '190251.814000', '190251.817000', '190251.819000', '190251.822000', '190251.824000', '190251.827000', '190251.830000', '190251.832000', '190251.835000', '190251.837000', '190251.840000', '190311.722000', '190311.724000', '190311.727000', '190311.730000', '190311.732000', '190311.735000', '190311.738000', '190311.740000', '190311.743000', '190311.745000', '190311.748000', '190311.750000', '190311.753000', '190311.756000', '190311.758000', '190311.761000', '190311.763000', '190311.766000', '190311.768000', '190311.771000', '190311.774000', '190311.776000', '190311.779000', '190311.781000', '190311.784000', '190311.786000', '190311.789000', '190311.792000', '190311.794000', '190311.797000', '190311.799000', '190311.802000', '190311.805000', '190311.807000', '190311.810000', '190311.812000', '190311.815000', '190311.817000', '190311.820000', '190311.823000', '190311.825000', '190311.828000', '190311.830000', '190311.833000', '190331.721000', '190331.724000', '190331.727000', '190331.730000', '190331.732000', '190331.735000', '190331.737000', '190331.740000', '190331.742000', '190331.745000', '190331.748000', '190331.750000', '190331.753000', '190331.755000', '190331.758000', '190331.761000', '190331.763000', '190331.766000', '190331.768000', '190331.771000', '190331.773000', '190331.776000', '190331.779000', '190331.781000', '190331.784000', '190331.786000', '190331.789000', '190331.792000', '190331.794000', '190331.797000', '190331.799000', '190331.802000', '190331.804000', '190331.807000', '190331.810000', '190331.812000', '190331.815000', '190331.817000', '190331.820000', '190331.823000', '190331.825000', '190331.828000', '190331.830000', '190351.721000', '190351.724000', '190351.727000', '190351.730000', '190351.732000', '190351.735000', '190351.738000', '190351.740000', '190351.743000', '190351.745000', '190351.748000', '190351.751000', '190351.753000', '190351.756000', '190351.759000', '190351.761000', '190351.764000', '190351.767000', '190351.769000', '190351.772000', '190351.775000', '190351.777000', '190351.780000', '190351.782000', '190351.785000', '190351.788000', '190351.790000', '190351.793000', '190351.796000', '190351.798000', '190351.801000', '190351.803000', '190351.806000', '190351.809000', '190351.811000', '190351.814000', '190351.816000', '190351.819000', '190351.822000', '190351.824000', '190351.827000', '190351.829000', '190351.832000', '190351.834000', '190411.722000', '190411.724000', '190411.727000', '190411.730000', '190411.732000', '190411.735000', '190411.737000', '190411.740000', '190411.743000', '190411.745000', '190411.748000', '190411.750000', '190411.753000', '190411.756000', '190411.758000', '190411.761000', '190411.764000', '190411.766000', '190411.769000', '190411.772000', '190411.774000', '190411.777000', '190411.779000', '190411.782000', '190411.785000', '190411.787000', '190411.790000', '190411.793000', '190411.795000', '190411.798000', '190411.800000', '190411.803000', '190411.805000', '190411.808000', '190411.811000', '190411.813000', '190411.816000', '190411.818000', '190411.821000', '190411.824000', '190411.826000', '190411.829000', '190411.831000', '190431.722000', '190431.725000', '190431.728000', '190431.731000', '190431.733000', '190431.736000', '190431.738000', '190431.741000', '190431.743000', '190431.746000', '190431.749000', '190431.751000', '190431.754000', '190431.756000', '190431.759000', '190431.762000', '190431.764000', '190431.767000', '190431.770000', '190431.772000', '190431.775000', '190431.777000', '190431.787000', '190431.790000', '190431.792000', '190431.795000', '190431.797000', '190431.800000', '190431.803000', '190431.805000', '190431.808000', '190431.810000', '190431.813000', '190431.815000', '190431.818000', '190431.821000', '190431.823000', '190431.826000', '190431.829000', '190431.831000', '190431.834000', '190431.836000', '190431.839000', '190431.841000', '190451.722000', '190451.724000', '190451.727000', '190451.730000', '190451.732000', '190451.735000', '190451.738000', '190451.740000', '190451.743000', '190451.745000', '190451.748000', '190451.751000', '190451.753000', '190451.756000', '190451.758000', '190451.761000', '190451.764000', '190451.766000', '190451.769000', '190451.771000', '190451.774000', '190451.777000', '190451.779000', '190451.782000', '190451.784000', '190451.787000', '190451.790000', '190451.792000', '190451.795000', '190451.797000', '190451.800000', '190451.803000', '190451.805000', '190451.808000', '190451.810000', '190451.813000', '190451.816000', '190451.818000', '190451.821000', '190451.824000', '190451.826000', '190451.829000', '190451.831000', '190511.722000', '190511.725000', '190511.728000', '190511.731000', '190511.733000', '190511.736000', '190511.739000', '190511.741000', '190511.744000', '190511.747000', '190511.750000', '190511.753000', '190511.755000', '190511.758000', '190511.761000', '190511.763000', '190511.766000', '190511.769000', '190511.771000', '190511.774000', '190511.776000', '190511.779000', '190511.782000', '190511.784000', '190511.787000', '190511.789000', '190511.792000', '190511.795000', '190511.797000', '190511.800000', '190511.803000', '190511.806000', '190511.809000', '190511.811000', '190511.814000', '190511.817000', '190511.819000', '190511.822000', '190511.824000', '190511.827000', '190511.830000', '190511.832000', '190511.835000', '190531.722000', '190531.724000', '190531.727000', '190531.730000', '190531.732000', '190531.735000', '190531.738000', '190531.740000', '190531.743000', '190531.745000', '190531.748000', '190531.751000', '190531.753000', '190531.756000', '190531.758000', '190531.761000', '190531.764000', '190531.766000', '190531.769000', '190531.771000', '190531.774000', '190531.777000', '190531.779000', '190531.782000', '190531.784000', '190531.787000', '190531.790000', '190531.792000', '190531.795000', '190531.797000', '190531.800000', '190531.803000', '190531.805000', '190531.808000', '190531.810000', '190531.813000', '190531.816000', '190531.818000', '190531.821000', '190531.823000', '190531.826000', '190531.829000', '190531.831000', '190531.834000', '190551.722000', '190551.724000', '190551.727000', '190551.730000', '190551.732000', '190551.735000', '190551.738000', '190551.741000', '190551.744000', '190551.747000', '190551.749000', '190551.752000', '190551.755000', '190551.757000', '190551.760000', '190551.762000', '190551.765000', '190551.768000', '190551.770000', '190551.773000', '190551.775000', '190551.778000', '190551.781000', '190551.783000', '190551.786000', '190551.788000', '190551.791000', '190551.794000', '190551.796000', '190551.799000', '190551.801000', '190551.804000', '190551.807000', '190551.809000', '190551.812000', '190551.815000', '190551.817000', '190551.820000', '190551.822000', '190551.825000', '190551.828000', '190551.830000', '190551.833000', '190611.722000', '190611.725000', '190611.727000', '190611.730000', '190611.732000', '190611.735000', '190611.738000', '190611.740000', '190611.743000', '190611.746000', '190611.748000', '190611.751000', '190611.753000', '190611.756000', '190611.759000', '190611.761000', '190611.764000', '190611.767000', '190611.769000', '190611.796000', '190611.798000', '190611.801000', '190611.803000', '190611.806000', '190611.809000', '190611.811000', '190611.814000', '190611.817000', '190611.819000', '190611.822000', '190611.824000', '190611.827000', '190611.830000', '190611.832000', '190611.835000', '190611.838000', '190611.840000', '190611.843000', '190611.845000', '190611.848000', '190611.851000', '190611.853000', '190611.856000', '190611.858000', '190631.722000', '190631.724000', '190631.727000', '190631.730000', '190631.732000', '190631.735000', '190631.738000', '190631.740000', '190631.743000', '190631.746000', '190631.749000', '190631.752000', '190631.755000', '190631.758000', '190631.760000', '190631.763000', '190631.765000', '190631.768000', '190631.771000', '190631.773000', '190631.776000', '190631.778000', '190631.781000', '190631.784000', '190631.788000', '190631.790000', '190631.793000', '190631.796000', '190631.798000', '190631.801000', '190631.804000', '190631.806000', '190631.809000', '190631.812000', '190631.814000', '190631.817000', '190631.820000', '190631.822000', '190631.825000', '190631.828000', '190631.830000', '190631.833000', '190631.836000', '190651.723000', '190651.725000', '190651.728000', '190651.731000', '190651.733000', '190651.736000', '190651.739000', '190651.741000', '190651.744000', '190651.746000', '190651.749000', '190651.752000', '190651.754000', '190651.757000', '190651.759000', '190651.762000', '190651.765000', '190651.767000', '190651.770000', '190651.773000', '190651.775000', '190651.778000', '190651.780000', '190651.783000', '190651.786000', '190651.788000', '190651.791000', '190651.793000', '190651.796000', '190651.799000', '190651.801000', '190651.804000', '190651.807000', '190651.809000', '190651.812000', '190651.815000', '190651.817000', '190651.820000', '190651.822000', '190651.825000', '190651.827000', '190651.830000', '190651.833000', '190651.835000', '190711.722000', '190711.724000', '190711.727000', '190711.730000', '190711.732000', '190711.735000', '190711.737000', '190711.740000', '190711.743000', '190711.745000', '190711.748000', '190711.750000', '190711.753000', '190711.756000', '190711.758000', '190711.761000', '190711.763000', '190711.766000', '190711.769000', '190711.772000', '190711.775000', '190711.778000', '190711.781000', '190711.783000', '190711.786000', '190711.801000', '190711.804000', '190711.806000', '190711.809000', '190711.811000', '190711.814000', '190711.817000', '190711.819000', '190711.822000', '190711.825000', '190711.829000', '190711.832000', '190711.834000', '190711.837000', '190711.839000', '190711.842000', '190711.845000', '190711.847000', '190731.722000', '190731.724000', '190731.727000', '190731.730000', '190731.732000', '190731.735000', '190731.737000', '190731.740000', '190731.743000', '190731.745000', '190731.748000', '190731.751000', '190731.753000', '190731.756000', '190731.758000', '190731.761000', '190731.764000', '190731.766000', '190731.769000', '190731.771000', '190731.774000', '190731.776000', '190731.779000', '190731.782000', '190731.784000', '190731.787000', '190731.789000', '190731.792000', '190731.795000', '190731.809000', '190731.812000', '190731.815000', '190731.817000', '190731.820000', '190731.822000', '190731.825000', '190731.828000', '190731.830000', '190731.833000', '190731.835000', '190731.838000', '190731.841000', '190731.843000', '190731.846000', '190751.721000', '190751.724000', '190751.727000', '190751.730000', '190751.732000', '190751.735000', '190751.737000', '190751.740000', '190751.742000', '190751.745000', '190751.748000', '190751.750000', '190751.753000', '190751.755000', '190751.758000', '190751.761000', '190751.763000', '190751.766000', '190751.769000', '190751.772000', '190751.774000', '190751.777000', '190751.780000', '190751.782000', '190751.785000', '190751.787000', '190751.790000', '190751.792000', '190751.795000', '190751.798000', '190751.800000', '190751.803000', '190751.806000', '190751.808000', '190751.811000', '190751.813000', '190751.816000', '190751.818000', '190751.821000', '190751.825000', '190751.828000', '190751.830000', '190751.833000', '190811.722000', '190811.724000', '190811.727000', '190811.730000', '190811.732000', '190811.735000', '190811.737000', '190811.740000', '190811.743000', '190811.745000', '190811.748000', '190811.751000', '190811.753000', '190811.756000', '190811.759000', '190811.761000', '190811.764000', '190811.766000', '190811.769000', '190811.772000', '190811.774000', '190811.777000', '190811.779000', '190811.782000', '190811.785000', '190811.787000', '190811.790000', '190811.793000', '190811.795000', '190811.798000', '190811.801000', '190811.803000', '190811.806000', '190811.808000', '190811.811000', '190811.814000', '190811.816000', '190811.819000', '190811.821000', '190811.824000', '190811.826000', '190811.829000', '190811.832000', '190811.834000', '190831.721000', '190831.724000', '190831.727000', '190831.730000', '190831.732000', '190831.735000', '190831.737000', '190831.740000', '190831.743000', '190831.745000', '190831.748000', '190831.750000', '190831.753000', '190831.756000', '190831.758000', '190831.761000', '190831.764000', '190831.766000', '190831.769000', '190831.771000', '190831.780000', '190831.783000', '190831.785000', '190831.788000', '190831.791000', '190831.793000', '190831.796000', '190831.799000', '190831.801000', '190831.804000', '190831.807000', '190831.809000', '190831.812000', '190831.814000', '190831.817000', '190831.820000', '190831.822000', '190831.825000', '190831.828000', '190831.830000', '190831.833000', '190831.836000', '190831.838000', '190851.722000', '190851.725000', '190851.727000', '190851.730000', '190851.732000', '190851.735000', '190851.738000', '190851.740000', '190851.743000', '190851.745000', '190851.748000', '190851.751000', '190851.753000', '190851.756000', '190851.759000', '190851.761000', '190851.764000', '190851.766000', '190851.769000', '190851.772000', '190851.774000', '190851.777000', '190851.780000', '190851.782000', '190851.785000', '190851.787000', '190851.790000', '190851.793000', '190851.795000', '190851.798000', '190851.800000', '190851.803000', '190851.806000', '190851.808000', '190851.811000', '190851.813000', '190851.816000', '190851.819000', '190851.821000', '190851.824000', '190851.837000', '190851.840000', '190851.842000', '190851.845000', '190911.723000', '190911.726000', '190911.728000', '190911.731000', '190911.733000', '190911.736000', '190911.739000', '190911.741000', '190911.744000', '190911.746000', '190911.749000', '190911.752000', '190911.754000', '190911.757000', '190911.759000', '190911.762000', '190911.765000', '190911.767000', '190911.770000', '190911.772000', '190911.775000', '190911.778000', '190911.780000', '190911.783000', '190911.785000', '190911.788000', '190911.791000', '190911.793000', '190911.796000', '190911.798000', '190911.801000', '190911.804000', '190911.806000', '190911.809000', '190911.811000', '190911.814000', '190911.817000', '190911.820000', '190911.823000', '190911.826000', '190911.829000', '190911.831000', '190911.834000', '190931.722000', '190931.724000', '190931.727000', '190931.730000', '190931.732000', '190931.735000', '190931.737000', '190931.740000', '190931.743000', '190931.746000', '190931.748000', '190931.751000', '190931.753000', '190931.756000', '190931.759000', '190931.761000', '190931.764000', '190931.766000', '190931.769000', '190931.772000', '190931.774000', '190931.777000', '190931.779000', '190931.782000', '190931.785000', '190931.787000', '190931.790000', '190931.793000', '190931.795000', '190931.798000', '190931.801000', '190931.803000', '190931.806000', '190931.808000', '190931.811000', '190931.813000', '190931.816000', '190931.819000', '190931.821000', '190931.824000', '190931.827000', '190931.829000', '190931.832000', '190931.834000', '190951.722000', '190951.725000', '190951.727000', '190951.730000', '190951.732000', '190951.735000', '190951.738000', '190951.740000', '190951.743000', '190951.745000', '190951.748000', '190951.751000', '190951.753000', '190951.756000', '190951.758000', '190951.761000', '190951.763000', '190951.766000', '190951.769000', '190951.771000', '190951.774000', '190951.777000', '190951.779000', '190951.782000', '190951.784000', '190951.787000', '190951.790000', '190951.792000', '190951.795000', '190951.797000', '190951.800000', '190951.803000', '190951.805000', '190951.808000', '190951.810000', '190951.813000', '190951.816000', '190951.818000', '190951.821000', '190951.823000', '190951.826000', '190951.829000', '190951.831000', '191011.722000', '191011.724000', '191011.727000', '191011.730000', '191011.732000', '191011.735000', '191011.738000', '191011.740000', '191011.743000', '191011.746000', '191011.748000', '191011.751000', '191011.753000', '191011.756000', '191011.759000', '191011.761000', '191011.764000', '191011.766000', '191011.769000', '191011.772000', '191011.774000', '191011.777000', '191011.780000', '191011.782000', '191011.785000', '191011.787000', '191011.790000', '191011.793000', '191011.795000', '191011.798000', '191011.800000', '191011.803000', '191011.806000', '191011.808000', '191011.811000', '191011.814000', '191011.816000', '191011.832000', '191011.834000', '191011.837000', '191011.840000', '191011.842000', '191011.845000', '191011.847000', '191031.721000', '191031.724000', '191031.727000', '191031.730000', '191031.732000', '191031.735000', '191031.737000', '191031.740000', '191031.743000', '191031.745000', '191031.748000', '191031.750000', '191031.753000', '191031.756000', '191031.758000', '191031.761000', '191031.763000', '191031.766000', '191031.769000', '191031.771000', '191031.774000', '191031.776000', '191031.779000', '191031.782000', '191031.784000', '191031.787000', '191031.789000', '191031.792000', '191031.795000', '191031.797000', '191031.800000', '191031.802000', '191031.805000', '191031.808000', '191031.810000', '191031.813000', '191031.815000', '191031.818000', '191031.821000', '191031.823000', '191031.826000', '191031.829000', '191031.831000', '191051.722000', '191051.724000', '191051.727000', '191051.730000', '191051.732000', '191051.735000', '191051.738000', '191051.740000', '191051.743000', '191051.745000', '191051.748000', '191051.751000', '191051.754000', '191051.757000', '191051.760000', '191051.762000', '191051.765000', '191051.768000', '191051.770000', '191051.773000', '191051.775000', '191051.778000', '191051.781000', '191051.783000', '191051.786000', '191051.788000', '191051.791000', '191051.794000', '191051.796000', '191051.799000', '191051.802000', '191051.804000', '191051.807000', '191051.810000', '191051.812000', '191051.815000', '191051.818000', '191051.820000', '191051.823000', '191051.825000', '191051.828000', '191051.831000', '191051.833000', '191111.722000', '191111.725000', '191111.727000', '191111.730000', '191111.733000', '191111.735000', '191111.738000', '191111.741000', '191111.743000', '191111.746000', '191111.748000', '191111.751000', '191111.754000', '191111.756000', '191111.759000', '191111.761000', '191111.764000', '191111.767000', '191111.769000', '191111.772000', '191111.774000', '191111.777000', '191111.780000', '191111.782000', '191111.785000', '191111.787000', '191111.790000', '191111.793000', '191111.795000', '191111.798000', '191111.800000', '191111.803000', '191111.806000', '191111.808000', '191111.811000', '191111.813000', '191111.816000', '191111.819000', '191111.821000', '191111.824000', '191111.827000', '191111.830000', '191111.833000', '191111.836000', '191131.722000', '191131.724000', '191131.727000', '191131.730000', '191131.733000', '191131.735000', '191131.738000', '191131.740000', '191131.743000', '191131.746000', '191131.748000', '191131.751000', '191131.753000', '191131.756000', '191131.759000', '191131.762000', '191131.764000', '191131.767000', '191131.769000', '191131.777000', '191131.780000', '191131.782000', '191131.785000', '191131.787000', '191131.790000', '191131.793000', '191131.795000', '191131.798000', '191131.801000', '191131.803000', '191131.806000', '191131.808000', '191131.811000', '191131.814000', '191131.816000', '191131.819000', '191131.822000', '191131.824000', '191131.827000', '191131.829000', '191131.832000', '191131.835000', '191131.837000', '191131.840000', '191151.722000', '191151.724000', '191151.727000', '191151.730000', '191151.732000', '191151.735000', '191151.737000', '191151.740000', '191151.743000', '191151.745000', '191151.748000', '191151.750000', '191151.753000', '191151.756000', '191151.758000', '191151.761000', '191151.763000', '191151.766000', '191151.769000', '191151.771000', '191151.774000', '191151.777000', '191151.779000', '191151.782000', '191151.785000', '191151.787000', '191151.790000', '191151.792000', '191151.795000', '191151.798000', '191151.800000', '191151.803000', '191151.805000', '191151.808000', '191151.811000', '191151.829000', '191151.831000', '191151.834000', '191151.836000', '191151.839000', '191151.842000', '191151.844000', '191151.847000', '191211.722000', '191211.725000', '191211.727000', '191211.730000', '191211.733000', '191211.736000', '191211.738000', '191211.741000', '191211.744000', '191211.747000', '191211.750000', '191211.754000', '191211.757000', '191211.760000', '191211.762000', '191211.765000', '191211.768000', '191211.770000', '191211.773000', '191211.776000', '191211.778000', '191211.781000', '191211.784000', '191211.787000', '191211.790000', '191211.794000', '191211.797000', '191211.801000', '191211.804000', '191211.808000', '191211.811000', '191211.815000', '191211.818000', '191211.821000', '191211.827000', '191211.830000', '191211.833000', '191211.835000', '191211.838000', '191211.841000', '191211.844000', '191211.846000', '191211.849000', '191211.852000', '191212.146000'], 'InstanceCreationTime': ['190151.750000', '190151.753000', '190151.755000', '190151.758000', '190151.760000', '190151.763000', '190151.766000', '190151.768000', '190151.771000', '190151.784000', '190151.794000', '190151.797000', '190151.800000', '190151.802000', '190151.805000', '190151.807000', '190151.810000', '190151.812000', '190151.815000', '190151.824000', '190151.827000', '190151.829000', '190151.832000', '190151.834000', '190151.837000', '190151.839000', '190151.842000', '190211.722000', '190211.725000', '190211.728000', '190211.730000', '190211.733000', '190211.735000', '190211.738000', '190211.741000', '190211.743000', '190211.746000', '190211.748000', '190211.751000', '190211.753000', '190211.756000', '190211.759000', '190211.767000', '190211.769000', '190211.772000', '190211.774000', '190211.777000', '190211.779000', '190211.782000', '190211.784000', '190211.787000', '190211.790000', '190211.792000', '190211.795000', '190211.797000', '190211.803000', '190211.805000', '190211.808000', '190211.810000', '190211.813000', '190211.816000', '190211.818000', '190211.821000', '190211.823000', '190211.826000', '190211.829000', '190211.831000', '190211.834000', '190211.837000', '190211.840000', '190231.722000', '190231.724000', '190231.727000', '190231.730000', '190231.732000', '190231.735000', '190231.737000', '190231.740000', '190231.742000', '190231.745000', '190231.747000', '190231.750000', '190231.753000', '190231.755000', '190231.758000', '190231.760000', '190231.763000', '190231.765000', '190231.768000', '190231.771000', '190231.773000', '190231.776000', '190231.778000', '190231.786000', '190231.789000', '190231.791000', '190231.794000', '190231.796000', '190231.799000', '190231.802000', '190231.804000', '190231.807000', '190231.809000', '190231.812000', '190231.815000', '190231.817000', '190231.820000', '190231.822000', '190231.825000', '190231.827000', '190231.830000', '190231.833000', '190231.835000', '190231.838000', '190251.722000', '190251.724000', '190251.727000', '190251.730000', '190251.732000', '190251.735000', '190251.737000', '190251.740000', '190251.742000', '190251.745000', '190251.748000', '190251.750000', '190251.753000', '190251.755000', '190251.758000', '190251.760000', '190251.763000', '190251.766000', '190251.768000', '190251.771000', '190251.773000', '190251.776000', '190251.778000', '190251.781000', '190251.784000', '190251.786000', '190251.798000', '190251.801000', '190251.804000', '190251.806000', '190251.809000', '190251.811000', '190251.814000', '190251.817000', '190251.819000', '190251.822000', '190251.824000', '190251.827000', '190251.830000', '190251.832000', '190251.835000', '190251.837000', '190251.840000', '190311.722000', '190311.724000', '190311.727000', '190311.730000', '190311.732000', '190311.735000', '190311.738000', '190311.740000', '190311.743000', '190311.745000', '190311.748000', '190311.750000', '190311.753000', '190311.756000', '190311.758000', '190311.761000', '190311.763000', '190311.766000', '190311.768000', '190311.771000', '190311.774000', '190311.776000', '190311.779000', '190311.781000', '190311.784000', '190311.786000', '190311.789000', '190311.792000', '190311.794000', '190311.797000', '190311.799000', '190311.802000', '190311.805000', '190311.807000', '190311.810000', '190311.812000', '190311.815000', '190311.817000', '190311.820000', '190311.823000', '190311.825000', '190311.828000', '190311.830000', '190311.833000', '190331.721000', '190331.724000', '190331.727000', '190331.730000', '190331.732000', '190331.735000', '190331.737000', '190331.740000', '190331.742000', '190331.745000', '190331.748000', '190331.750000', '190331.753000', '190331.755000', '190331.758000', '190331.761000', '190331.763000', '190331.766000', '190331.768000', '190331.771000', '190331.773000', '190331.776000', '190331.779000', '190331.781000', '190331.784000', '190331.786000', '190331.789000', '190331.792000', '190331.794000', '190331.797000', '190331.799000', '190331.802000', '190331.804000', '190331.807000', '190331.810000', '190331.812000', '190331.815000', '190331.817000', '190331.820000', '190331.823000', '190331.825000', '190331.828000', '190331.830000', '190351.721000', '190351.724000', '190351.727000', '190351.730000', '190351.732000', '190351.735000', '190351.738000', '190351.740000', '190351.743000', '190351.745000', '190351.748000', '190351.751000', '190351.753000', '190351.756000', '190351.759000', '190351.761000', '190351.764000', '190351.767000', '190351.769000', '190351.772000', '190351.775000', '190351.777000', '190351.780000', '190351.782000', '190351.785000', '190351.788000', '190351.790000', '190351.793000', '190351.796000', '190351.798000', '190351.801000', '190351.803000', '190351.806000', '190351.809000', '190351.811000', '190351.814000', '190351.816000', '190351.819000', '190351.822000', '190351.824000', '190351.827000', '190351.829000', '190351.832000', '190351.834000', '190411.722000', '190411.724000', '190411.727000', '190411.730000', '190411.732000', '190411.735000', '190411.737000', '190411.740000', '190411.743000', '190411.745000', '190411.748000', '190411.750000', '190411.753000', '190411.756000', '190411.758000', '190411.761000', '190411.764000', '190411.766000', '190411.769000', '190411.772000', '190411.774000', '190411.777000', '190411.779000', '190411.782000', '190411.785000', '190411.787000', '190411.790000', '190411.793000', '190411.795000', '190411.798000', '190411.800000', '190411.803000', '190411.805000', '190411.808000', '190411.811000', '190411.813000', '190411.816000', '190411.818000', '190411.821000', '190411.824000', '190411.826000', '190411.829000', '190411.831000', '190431.722000', '190431.725000', '190431.728000', '190431.731000', '190431.733000', '190431.736000', '190431.738000', '190431.741000', '190431.743000', '190431.746000', '190431.749000', '190431.751000', '190431.754000', '190431.756000', '190431.759000', '190431.762000', '190431.764000', '190431.767000', '190431.770000', '190431.772000', '190431.775000', '190431.777000', '190431.787000', '190431.790000', '190431.792000', '190431.795000', '190431.797000', '190431.800000', '190431.803000', '190431.805000', '190431.808000', '190431.810000', '190431.813000', '190431.815000', '190431.818000', '190431.821000', '190431.823000', '190431.826000', '190431.829000', '190431.831000', '190431.834000', '190431.836000', '190431.839000', '190431.841000', '190451.722000', '190451.724000', '190451.727000', '190451.730000', '190451.732000', '190451.735000', '190451.738000', '190451.740000', '190451.743000', '190451.745000', '190451.748000', '190451.751000', '190451.753000', '190451.756000', '190451.758000', '190451.761000', '190451.764000', '190451.766000', '190451.769000', '190451.771000', '190451.774000', '190451.777000', '190451.779000', '190451.782000', '190451.784000', '190451.787000', '190451.790000', '190451.792000', '190451.795000', '190451.797000', '190451.800000', '190451.803000', '190451.805000', '190451.808000', '190451.810000', '190451.813000', '190451.816000', '190451.818000', '190451.821000', '190451.824000', '190451.826000', '190451.829000', '190451.831000', '190511.722000', '190511.725000', '190511.728000', '190511.731000', '190511.733000', '190511.736000', '190511.739000', '190511.741000', '190511.744000', '190511.747000', '190511.750000', '190511.753000', '190511.755000', '190511.758000', '190511.761000', '190511.763000', '190511.766000', '190511.769000', '190511.771000', '190511.774000', '190511.776000', '190511.779000', '190511.782000', '190511.784000', '190511.787000', '190511.789000', '190511.792000', '190511.795000', '190511.797000', '190511.800000', '190511.803000', '190511.806000', '190511.809000', '190511.811000', '190511.814000', '190511.817000', '190511.819000', '190511.822000', '190511.824000', '190511.827000', '190511.830000', '190511.832000', '190511.835000', '190531.722000', '190531.724000', '190531.727000', '190531.730000', '190531.732000', '190531.735000', '190531.738000', '190531.740000', '190531.743000', '190531.745000', '190531.748000', '190531.751000', '190531.753000', '190531.756000', '190531.758000', '190531.761000', '190531.764000', '190531.766000', '190531.769000', '190531.771000', '190531.774000', '190531.777000', '190531.779000', '190531.782000', '190531.784000', '190531.787000', '190531.790000', '190531.792000', '190531.795000', '190531.797000', '190531.800000', '190531.803000', '190531.805000', '190531.808000', '190531.810000', '190531.813000', '190531.816000', '190531.818000', '190531.821000', '190531.823000', '190531.826000', '190531.829000', '190531.831000', '190531.834000', '190551.722000', '190551.724000', '190551.727000', '190551.730000', '190551.732000', '190551.735000', '190551.738000', '190551.741000', '190551.744000', '190551.747000', '190551.749000', '190551.752000', '190551.755000', '190551.757000', '190551.760000', '190551.762000', '190551.765000', '190551.768000', '190551.770000', '190551.773000', '190551.775000', '190551.778000', '190551.781000', '190551.783000', '190551.786000', '190551.788000', '190551.791000', '190551.794000', '190551.796000', '190551.799000', '190551.801000', '190551.804000', '190551.807000', '190551.809000', '190551.812000', '190551.815000', '190551.817000', '190551.820000', '190551.822000', '190551.825000', '190551.828000', '190551.830000', '190551.833000', '190611.722000', '190611.725000', '190611.727000', '190611.730000', '190611.732000', '190611.735000', '190611.738000', '190611.740000', '190611.743000', '190611.746000', '190611.748000', '190611.751000', '190611.753000', '190611.756000', '190611.759000', '190611.761000', '190611.764000', '190611.767000', '190611.769000', '190611.796000', '190611.798000', '190611.801000', '190611.803000', '190611.806000', '190611.809000', '190611.811000', '190611.814000', '190611.817000', '190611.819000', '190611.822000', '190611.824000', '190611.827000', '190611.830000', '190611.832000', '190611.835000', '190611.838000', '190611.840000', '190611.843000', '190611.845000', '190611.848000', '190611.851000', '190611.853000', '190611.856000', '190611.858000', '190631.722000', '190631.724000', '190631.727000', '190631.730000', '190631.732000', '190631.735000', '190631.738000', '190631.740000', '190631.743000', '190631.746000', '190631.749000', '190631.752000', '190631.755000', '190631.758000', '190631.760000', '190631.763000', '190631.765000', '190631.768000', '190631.771000', '190631.773000', '190631.776000', '190631.778000', '190631.781000', '190631.784000', '190631.788000', '190631.790000', '190631.793000', '190631.796000', '190631.798000', '190631.801000', '190631.804000', '190631.806000', '190631.809000', '190631.812000', '190631.814000', '190631.817000', '190631.820000', '190631.822000', '190631.825000', '190631.828000', '190631.830000', '190631.833000', '190631.836000', '190651.723000', '190651.725000', '190651.728000', '190651.731000', '190651.733000', '190651.736000', '190651.739000', '190651.741000', '190651.744000', '190651.746000', '190651.749000', '190651.752000', '190651.754000', '190651.757000', '190651.759000', '190651.762000', '190651.765000', '190651.767000', '190651.770000', '190651.773000', '190651.775000', '190651.778000', '190651.780000', '190651.783000', '190651.786000', '190651.788000', '190651.791000', '190651.793000', '190651.796000', '190651.799000', '190651.801000', '190651.804000', '190651.807000', '190651.809000', '190651.812000', '190651.815000', '190651.817000', '190651.820000', '190651.822000', '190651.825000', '190651.827000', '190651.830000', '190651.833000', '190651.835000', '190711.722000', '190711.724000', '190711.727000', '190711.730000', '190711.732000', '190711.735000', '190711.737000', '190711.740000', '190711.743000', '190711.745000', '190711.748000', '190711.750000', '190711.753000', '190711.756000', '190711.758000', '190711.761000', '190711.763000', '190711.766000', '190711.769000', '190711.772000', '190711.775000', '190711.778000', '190711.781000', '190711.783000', '190711.786000', '190711.801000', '190711.804000', '190711.806000', '190711.809000', '190711.811000', '190711.814000', '190711.817000', '190711.819000', '190711.822000', '190711.825000', '190711.829000', '190711.832000', '190711.834000', '190711.837000', '190711.839000', '190711.842000', '190711.845000', '190711.847000', '190731.722000', '190731.724000', '190731.727000', '190731.730000', '190731.732000', '190731.735000', '190731.737000', '190731.740000', '190731.743000', '190731.745000', '190731.748000', '190731.751000', '190731.753000', '190731.756000', '190731.758000', '190731.761000', '190731.764000', '190731.766000', '190731.769000', '190731.771000', '190731.774000', '190731.776000', '190731.779000', '190731.782000', '190731.784000', '190731.787000', '190731.789000', '190731.792000', '190731.795000', '190731.809000', '190731.812000', '190731.815000', '190731.817000', '190731.820000', '190731.822000', '190731.825000', '190731.828000', '190731.830000', '190731.833000', '190731.835000', '190731.838000', '190731.841000', '190731.843000', '190731.846000', '190751.721000', '190751.724000', '190751.727000', '190751.730000', '190751.732000', '190751.735000', '190751.737000', '190751.740000', '190751.742000', '190751.745000', '190751.748000', '190751.750000', '190751.753000', '190751.755000', '190751.758000', '190751.761000', '190751.763000', '190751.766000', '190751.769000', '190751.772000', '190751.774000', '190751.777000', '190751.780000', '190751.782000', '190751.785000', '190751.787000', '190751.790000', '190751.792000', '190751.795000', '190751.798000', '190751.800000', '190751.803000', '190751.806000', '190751.808000', '190751.811000', '190751.813000', '190751.816000', '190751.818000', '190751.821000', '190751.825000', '190751.828000', '190751.830000', '190751.833000', '190811.722000', '190811.724000', '190811.727000', '190811.730000', '190811.732000', '190811.735000', '190811.737000', '190811.740000', '190811.743000', '190811.745000', '190811.748000', '190811.751000', '190811.753000', '190811.756000', '190811.759000', '190811.761000', '190811.764000', '190811.766000', '190811.769000', '190811.772000', '190811.774000', '190811.777000', '190811.779000', '190811.782000', '190811.785000', '190811.787000', '190811.790000', '190811.793000', '190811.795000', '190811.798000', '190811.801000', '190811.803000', '190811.806000', '190811.808000', '190811.811000', '190811.814000', '190811.816000', '190811.819000', '190811.821000', '190811.824000', '190811.826000', '190811.829000', '190811.832000', '190811.834000', '190831.721000', '190831.724000', '190831.727000', '190831.730000', '190831.732000', '190831.735000', '190831.737000', '190831.740000', '190831.743000', '190831.745000', '190831.748000', '190831.750000', '190831.753000', '190831.756000', '190831.758000', '190831.761000', '190831.764000', '190831.766000', '190831.769000', '190831.771000', '190831.780000', '190831.783000', '190831.785000', '190831.788000', '190831.791000', '190831.793000', '190831.796000', '190831.799000', '190831.801000', '190831.804000', '190831.807000', '190831.809000', '190831.812000', '190831.814000', '190831.817000', '190831.820000', '190831.822000', '190831.825000', '190831.828000', '190831.830000', '190831.833000', '190831.836000', '190831.838000', '190851.722000', '190851.725000', '190851.727000', '190851.730000', '190851.732000', '190851.735000', '190851.738000', '190851.740000', '190851.743000', '190851.745000', '190851.748000', '190851.751000', '190851.753000', '190851.756000', '190851.759000', '190851.761000', '190851.764000', '190851.766000', '190851.769000', '190851.772000', '190851.774000', '190851.777000', '190851.780000', '190851.782000', '190851.785000', '190851.787000', '190851.790000', '190851.793000', '190851.795000', '190851.798000', '190851.800000', '190851.803000', '190851.806000', '190851.808000', '190851.811000', '190851.813000', '190851.816000', '190851.819000', '190851.821000', '190851.824000', '190851.837000', '190851.840000', '190851.842000', '190851.845000', '190911.723000', '190911.726000', '190911.728000', '190911.731000', '190911.733000', '190911.736000', '190911.739000', '190911.741000', '190911.744000', '190911.746000', '190911.749000', '190911.752000', '190911.754000', '190911.757000', '190911.759000', '190911.762000', '190911.765000', '190911.767000', '190911.770000', '190911.772000', '190911.775000', '190911.778000', '190911.780000', '190911.783000', '190911.785000', '190911.788000', '190911.791000', '190911.793000', '190911.796000', '190911.798000', '190911.801000', '190911.804000', '190911.806000', '190911.809000', '190911.811000', '190911.814000', '190911.817000', '190911.820000', '190911.823000', '190911.826000', '190911.829000', '190911.831000', '190911.834000', '190931.722000', '190931.724000', '190931.727000', '190931.730000', '190931.732000', '190931.735000', '190931.737000', '190931.740000', '190931.743000', '190931.746000', '190931.748000', '190931.751000', '190931.753000', '190931.756000', '190931.759000', '190931.761000', '190931.764000', '190931.766000', '190931.769000', '190931.772000', '190931.774000', '190931.777000', '190931.779000', '190931.782000', '190931.785000', '190931.787000', '190931.790000', '190931.793000', '190931.795000', '190931.798000', '190931.801000', '190931.803000', '190931.806000', '190931.808000', '190931.811000', '190931.813000', '190931.816000', '190931.819000', '190931.821000', '190931.824000', '190931.827000', '190931.829000', '190931.832000', '190931.834000', '190951.722000', '190951.725000', '190951.727000', '190951.730000', '190951.732000', '190951.735000', '190951.738000', '190951.740000', '190951.743000', '190951.745000', '190951.748000', '190951.751000', '190951.753000', '190951.756000', '190951.758000', '190951.761000', '190951.763000', '190951.766000', '190951.769000', '190951.771000', '190951.774000', '190951.777000', '190951.779000', '190951.782000', '190951.784000', '190951.787000', '190951.790000', '190951.792000', '190951.795000', '190951.797000', '190951.800000', '190951.803000', '190951.805000', '190951.808000', '190951.810000', '190951.813000', '190951.816000', '190951.818000', '190951.821000', '190951.823000', '190951.826000', '190951.829000', '190951.831000', '191011.722000', '191011.724000', '191011.727000', '191011.730000', '191011.732000', '191011.735000', '191011.738000', '191011.740000', '191011.743000', '191011.746000', '191011.748000', '191011.751000', '191011.753000', '191011.756000', '191011.759000', '191011.761000', '191011.764000', '191011.766000', '191011.769000', '191011.772000', '191011.774000', '191011.777000', '191011.780000', '191011.782000', '191011.785000', '191011.787000', '191011.790000', '191011.793000', '191011.795000', '191011.798000', '191011.800000', '191011.803000', '191011.806000', '191011.808000', '191011.811000', '191011.814000', '191011.816000', '191011.832000', '191011.834000', '191011.837000', '191011.840000', '191011.842000', '191011.845000', '191011.847000', '191031.721000', '191031.724000', '191031.727000', '191031.730000', '191031.732000', '191031.735000', '191031.737000', '191031.740000', '191031.743000', '191031.745000', '191031.748000', '191031.750000', '191031.753000', '191031.756000', '191031.758000', '191031.761000', '191031.763000', '191031.766000', '191031.769000', '191031.771000', '191031.774000', '191031.776000', '191031.779000', '191031.782000', '191031.784000', '191031.787000', '191031.789000', '191031.792000', '191031.795000', '191031.797000', '191031.800000', '191031.802000', '191031.805000', '191031.808000', '191031.810000', '191031.813000', '191031.815000', '191031.818000', '191031.821000', '191031.823000', '191031.826000', '191031.829000', '191031.831000', '191051.722000', '191051.724000', '191051.727000', '191051.730000', '191051.732000', '191051.735000', '191051.738000', '191051.740000', '191051.743000', '191051.745000', '191051.748000', '191051.751000', '191051.754000', '191051.757000', '191051.760000', '191051.762000', '191051.765000', '191051.768000', '191051.770000', '191051.773000', '191051.775000', '191051.778000', '191051.781000', '191051.783000', '191051.786000', '191051.788000', '191051.791000', '191051.794000', '191051.796000', '191051.799000', '191051.802000', '191051.804000', '191051.807000', '191051.810000', '191051.812000', '191051.815000', '191051.818000', '191051.820000', '191051.823000', '191051.825000', '191051.828000', '191051.831000', '191051.833000', '191111.722000', '191111.725000', '191111.727000', '191111.730000', '191111.733000', '191111.735000', '191111.738000', '191111.741000', '191111.743000', '191111.746000', '191111.748000', '191111.751000', '191111.754000', '191111.756000', '191111.759000', '191111.761000', '191111.764000', '191111.767000', '191111.769000', '191111.772000', '191111.774000', '191111.777000', '191111.780000', '191111.782000', '191111.785000', '191111.787000', '191111.790000', '191111.793000', '191111.795000', '191111.798000', '191111.800000', '191111.803000', '191111.806000', '191111.808000', '191111.811000', '191111.813000', '191111.816000', '191111.819000', '191111.821000', '191111.824000', '191111.827000', '191111.830000', '191111.833000', '191111.836000', '191131.722000', '191131.724000', '191131.727000', '191131.730000', '191131.733000', '191131.735000', '191131.738000', '191131.740000', '191131.743000', '191131.746000', '191131.748000', '191131.751000', '191131.753000', '191131.756000', '191131.759000', '191131.762000', '191131.764000', '191131.767000', '191131.769000', '191131.777000', '191131.780000', '191131.782000', '191131.785000', '191131.787000', '191131.790000', '191131.793000', '191131.795000', '191131.798000', '191131.801000', '191131.803000', '191131.806000', '191131.808000', '191131.811000', '191131.814000', '191131.816000', '191131.819000', '191131.822000', '191131.824000', '191131.827000', '191131.829000', '191131.832000', '191131.835000', '191131.837000', '191131.840000', '191151.722000', '191151.724000', '191151.727000', '191151.730000', '191151.732000', '191151.735000', '191151.737000', '191151.740000', '191151.743000', '191151.745000', '191151.748000', '191151.750000', '191151.753000', '191151.756000', '191151.758000', '191151.761000', '191151.763000', '191151.766000', '191151.769000', '191151.771000', '191151.774000', '191151.777000', '191151.779000', '191151.782000', '191151.785000', '191151.787000', '191151.790000', '191151.792000', '191151.795000', '191151.798000', '191151.800000', '191151.803000', '191151.805000', '191151.808000', '191151.811000', '191151.829000', '191151.831000', '191151.834000', '191151.836000', '191151.839000', '191151.842000', '191151.844000', '191151.847000', '191211.722000', '191211.725000', '191211.727000', '191211.730000', '191211.733000', '191211.736000', '191211.738000', '191211.741000', '191211.744000', '191211.747000', '191211.750000', '191211.754000', '191211.757000', '191211.760000', '191211.762000', '191211.765000', '191211.768000', '191211.770000', '191211.773000', '191211.776000', '191211.778000', '191211.781000', '191211.784000', '191211.787000', '191211.790000', '191211.794000', '191211.797000', '191211.801000', '191211.804000', '191211.808000', '191211.811000', '191211.815000', '191211.818000', '191211.821000', '191211.827000', '191211.830000', '191211.833000', '191211.835000', '191211.838000', '191211.841000', '191211.844000', '191211.846000', '191211.849000', '191211.852000', '191212.146000'], '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': [8143, 8967, 7395, 11192, 7490, 7552, 7506, 7318, 11811, 8614, 7083, 7283, 7265, 8212, 7559, 11777, 7744, 8977, 7458, 7762, 7837, 8136, 7362, 7929, 8010, 7957, 8984, 7674, 9841, 7679, 9058, 7258, 7649, 7594, 8154, 7807, 7813, 8087, 7762, 7178, 8038, 7560, 7776, 7294, 7973, 8697, 8132, 12932, 8729, 10961, 7857, 9788, 8185, 10143, 7877, 9725, 7657, 8974, 7872, 9976, 8006, 10379, 7952, 8992, 8163, 9182, 8258, 9157, 8128, 7442, 8284, 7137, 8255, 8406, 8046, 7954, 8171, 9406, 8025, 9817, 8063, 9193, 8264, 9038, 8314, 9659, 8188, 9414, 8362, 7721, 8367, 7356, 8623, 7256, 8560, 7708, 8387, 7717, 8233, 7855, 9617, 8837, 8644, 8653, 7944, 8790, 8750, 7988, 9773, 7900, 8771, 8003, 10091, 8278, 9878, 8593, 9974, 8735, 12098, 9796, 13353, 9502, 11655, 8197, 9840, 8195, 9645, 8255, 10169, 8320, 6934, 8594, 7388, 8678, 7596, 8659, 7940, 8054, 7905, 8382, 8721, 10373, 7810, 8696, 8255, 10856, 8253, 10381, 8240, 7357, 8695, 7776, 9638, 8358, 9323, 7930, 8466, 8093, 12710, 8950, 12127, 8069, 9085, 8327, 7739, 8485, 8165, 12454, 10628, 8435, 8263, 7925, 8540, 8372, 12713, 8020, 9780, 8016, 8850, 8221, 11578, 8108, 10093, 8003, 8782, 8175, 10680, 8105, 8677, 8125, 8650, 8059, 10945, 7952, 9077, 8237, 8912, 8580, 10075, 8407, 7933, 7566, 8451, 9631, 8391, 10711, 8463, 10429, 8334, 10629, 8440, 11724, 8327, 10370, 8527, 9011, 8107, 9688, 8325, 9017, 7958, 7973, 8725, 8635, 8619, 8604, 8451, 8217, 8019, 8388, 7774, 8312, 7733, 8250, 7145, 8337, 7273, 8379, 7282, 8527, 9019, 8460, 11377, 8430, 12154, 8093, 10970, 8141, 9706, 8449, 10886, 8367, 10587, 8222, 9150, 8372, 9768, 8318, 8891, 8398, 8506, 8499, 8504, 8495, 8279, 8329, 8332, 7708, 8524, 7348, 8347, 11064, 8396, 11533, 8218, 10739, 8104, 9749, 8094, 7965, 8614, 9314, 8876, 8421, 8172, 7922, 7354, 8206, 8026, 8459, 7525, 8323, 7596, 8241, 9174, 8321, 7461, 8187, 7131, 8366, 7405, 8315, 7792, 8445, 8984, 8447, 11533, 8373, 11379, 8061, 11542, 7985, 10381, 8335, 11353, 8174, 10237, 8070, 9125, 8027, 10887, 8097, 10279, 7779, 8640, 8103, 9827, 8311, 9601, 8870, 8228, 8320, 8323, 8513, 8210, 8644, 8198, 8744, 8160, 8762, 9362, 8672, 8343, 8369, 8361, 9076, 8583, 7780, 8446, 7586, 8248, 7730, 8285, 8186, 7892, 8037, 8411, 8005, 11459, 8135, 10601, 7436, 9794, 7936, 8543, 7432, 7609, 7374, 7625, 11071, 7686, 12061, 6906, 12375, 7471, 11560, 9372, 9686, 9126, 8473, 13924, 9836, 14327, 8299, 12709, 10034, 12315, 7858, 7767, 7168, 7498, 9117, 7289, 7310, 7727, 7474, 7252, 7556, 7403, 7196, 7579, 7482, 7336, 7849, 7374, 7191, 7389, 7792, 7981, 10557, 7570, 8696, 7314, 8890, 7176, 9915, 7482, 7486, 7101, 7199, 11397, 9165, 6984, 8152, 7446, 9977, 8197, 12936, 8171, 10798, 7835, 9958, 7565, 7807, 8576, 7651, 7255, 7769, 6967, 7787, 7109, 7982, 6960, 7694, 6842, 7952, 7255, 8095, 6916, 7974, 9602, 8707, 11044, 8099, 8976, 8172, 10312, 7998, 9931, 8039, 7429, 8109, 7023, 7842, 7299, 8254, 8749, 8370, 9008, 9191, 8772, 11810, 8033, 8033, 8363, 8226, 8289, 10486, 7946, 9025, 7927, 8675, 7978, 11108, 7990, 8344, 8084, 8981, 8149, 12339, 8384, 11135, 8060, 10333, 8338, 12049, 9655, 12683, 8344, 10884, 8056, 8794, 8086, 8895, 8367, 7075, 8282, 8516, 8974, 8121, 13171, 10941, 7438, 8231, 7509, 8150, 8872, 9700, 10211, 7956, 7642, 7865, 7257, 8033, 7577, 8018, 7403, 8142, 7544, 8151, 8221, 8332, 8270, 7799, 7604, 7936, 9155, 8589, 7558, 7775, 9584, 7855, 12357, 8638, 12259, 7619, 10661, 7687, 10303, 8023, 10936, 7417, 8441, 7654, 8181, 7973, 10516, 7891, 10334, 7681, 8986, 8169, 7421, 7588, 7511, 11899, 9506, 7598, 7873, 7459, 9503, 12455, 11620, 7823, 7638, 7982, 7677, 14495, 9978, 11303, 7895, 8038, 7972, 8674, 8386, 9424, 7728, 8349, 8017, 10595, 8345, 12049, 9004, 11465, 7823, 10512, 9389, 11729, 8657, 10355, 7971, 9134, 8018, 10040, 8137, 11043, 7845, 9494, 8098, 8766, 8290, 8127, 7978, 8118, 7581, 8225, 7856, 8359, 8400, 7820, 8040, 7736, 7621, 9364, 7883, 7439, 7754, 7425, 8517, 7475, 10365, 7990, 13197, 10394, 12649, 7666, 9548, 7742, 8448, 7985, 8242, 7782, 7564, 7567, 7581, 7291, 7806, 7436, 7624, 7366, 7651, 9006, 8094, 10855, 7874, 11356, 8051, 10913, 8330, 11365, 8504, 10104, 7668, 8646, 7418, 9215, 7271, 9217, 7633, 7949, 7291, 7835, 7493, 7713, 7415, 7687, 8309, 7810, 10522, 7918, 10285, 7665, 9976, 7538, 10615, 7794, 10481, 7405, 8966, 7621, 9910, 7504, 10031, 7272, 7697, 7374, 8594, 7562, 10840, 7410, 8430, 7555, 7949, 7517, 10189, 6829, 8909, 6996, 7797, 7488, 9136, 7361, 7970, 6953, 8080, 7345, 8400, 7320, 7686, 7266, 7612, 7201, 7903, 7324, 7509, 7206, 7621, 7139, 7832, 7379, 8060, 7157, 7549, 7236, 7783, 7708, 10530, 6849, 9731, 7180, 10728, 7767, 9870, 7563, 7548, 7764, 7405, 7758, 7429, 7694, 7309, 6997, 7000, 9006, 6809, 7755, 6790, 7943, 6939, 10301, 6917, 9285, 6851, 8388, 7393, 10714, 7624, 9255, 7746, 7402, 7475, 7457, 8258, 7381, 7251, 6921, 8110, 6912, 11159, 6681, 8730, 6883, 9149, 7378, 11241, 7098, 9304, 6825, 9063, 7480, 10767, 7114, 9024, 7281, 9071, 7875, 10147, 7271, 9434, 7645, 9487, 7866, 9722, 7499, 10415, 7631, 10104, 8612, 11516, 7388, 10083, 7614, 9478, 7669, 10554, 7294, 9349, 7245, 8948, 7634, 10231, 7009, 8759, 6958, 8247, 7376, 8966, 6886, 8368, 6964, 8131, 7447, 10208, 8173, 8333, 7357, 8754, 7415, 7911, 8035, 7248, 7466, 6997, 7796, 6929, 9226, 6793, 8084, 6824, 8132, 6758, 11414, 6809, 8747, 6928, 7807, 6743, 9068, 6534, 8044, 6566, 8008, 6676, 9426, 6964, 8598, 6903, 8837, 7739, 11932, 7556, 10824, 7679, 10811, 7756, 11530, 7827, 9786, 7348, 9470, 7659, 11374, 7623, 7259, 7181, 7132, 6989, 7243, 8038, 7174, 8358, 6520, 8453, 7435, 6908, 7952, 7167, 12626, 7634, 8229, 7454, 9576, 7651, 9550, 7510, 9899, 7388, 12162, 7822, 12342, 7587, 10876, 7377, 9433, 7878, 9640, 7475, 7223, 7383, 7030, 7579, 7201, 8479, 6622, 8254, 7156, 9274, 7791, 13592, 9898, 12461, 7515, 11819, 7622, 12423, 9403, 11010, 7212, 10325, 7349, 11137, 8264, 9936, 7246, 8081, 7246, 9816, 7574, 8547, 7425, 7309, 7053, 7150, 7851, 10320, 7708, 7250, 7497, 6891, 8588, 10007, 10327, 8639, 7661, 8113, 7534, 12022, 7905, 8413, 7331, 8827, 7011, 12199, 8248, 12285, 7322, 11420, 7134, 10437, 8087, 12753, 7381, 11303, 7111, 10550, 8348, 12796, 7464, 10903, 7175, 10416, 7902, 12316, 7866, 10268, 7346, 11597, 7381, 7338, 7706, 6613, 9887, 7455, 6880, 7547, 6964, 10098, 8571, 13708, 9760, 6615, 8435, 7128, 9484, 8063, 14432, 7606, 10192, 6953, 6998, 8053, 6752, 8358, 6744, 8590, 6992, 10333, 6926, 9460, 7046, 9664, 7964, 14468, 7569, 11918, 7064, 11147, 7882, 10097, 7897, 6922, 8147, 6791, 9399, 6616, 9521, 6733, 9148, 6574, 11272, 7191, 11579, 6971, 9211, 7145, 10326, 7927, 10388, 6872, 9203, 7515, 9999, 8096, 13403, 6963, 10684, 7063, 10560, 7853, 12583, 7449, 8318, 6774, 7005, 7566, 7027, 8127, 6656, 8107, 6772, 8823, 7213, 11556, 6541, 8748, 6621, 8710, 6642, 10502, 7946, 12018, 6975, 6807, 7128, 6925, 9523, 7695, 8974, 9502, 6740, 9763, 6950, 11042, 7765, 12219, 8267, 14652, 11159, 11372, 8541, 7182, 8754, 6973, 8959, 6594, 10577, 6920, 9164, 7182, 9034, 7150, 9972, 6872, 9381, 6863, 8720, 6642, 9857, 6720, 9849, 6802, 8878, 6890, 8861, 8549, 8530, 7025, 7826, 6917, 8247, 8263, 8425, 10058, 7518, 15307, 7837, 13238, 9446, 12288, 7092, 10004, 7290, 10017, 8468, 12093, 7437, 9447, 6868, 6764, 7172, 6922, 9224, 7829, 8510, 7903, 6807, 9333, 7705, 14462, 11549, 11812, 7201, 11822, 8083, 14938, 10599, 13708, 7150, 12459, 7956, 13425, 8817, 12356, 7277, 11353, 7875, 13724, 10292, 12822, 7469, 10682, 8765, 13745, 7470, 10370, 7151, 9350, 7865, 12869, 7453, 10804, 6918, 9574, 8033, 13075, 7646, 10542, 7094, 10279, 8606, 14435, 7624, 11757, 6926, 9474, 7953, 12774, 7708, 11453, 6835, 10229, 8103, 12996, 7088, 8159, 7235, 7085, 7025, 6772, 7897, 6905, 12840, 9489, 6998, 10517, 6637, 6816, 7224, 9951, 9552, 10253, 8551, 8661, 7447, 11797, 8211, 12514, 7862, 6542, 7373, 6883, 7658, 7162, 10984, 6944, 8630, 6998, 8498, 7219, 12293, 7442, 12646, 6551, 8689, 6872, 9853, 7447, 10012, 7103, 8431, 7291, 8652, 6795, 8879, 7472, 8786, 7183, 6964, 8951, 7222, 7182, 8281, 6713, 8411, 7466, 9962, 9138, 6885, 7952, 6911, 7900, 6599, 8542, 6797, 8292, 6974, 10041, 7289, 6847, 9032, 6489, 7670, 6880, 7887, 7823, 8508, 7419, 6604, 7465, 6773, 8733, 6678, 11001, 6534, 7444, 7088, 7252, 15315, 9914, 13737, 6884, 9445, 7060, 9062, 7524, 11720, 6799, 8367, 7028, 8325, 7133, 9638, 6959, 7400, 7051, 7816, 7060, 8362, 9942, 7493, 8436, 7612, 8561, 8171, 11903, 7887, 10834, 7409, 9273, 7602, 10288, 8199, 11884, 7377, 9865, 7103, 7871, 7026, 8944, 7332, 8280, 7095, 8260, 7749, 8767, 7652, 7121, 7189, 6903, 7128, 6892, 8881, 8430, 13853, 8552, 12065], 'WindowCenter': [3874.0, 3869.0, 3834.0, 3873.0, 3818.0, 3817.0, 3816.0, 3819.0, 3871.0, 3839.0, 3805.0, 3816.0, 3815.0, 3826.0, 3817.0, 3858.0, 3814.0, 3823.0, 3815.0, 3813.0, 3813.0, 3813.0, 3803.0, 3812.0, 3812.0, 3812.0, 3823.0, 3813.0, 3833.0, 3813.0, 3823.0, 3802.0, 3812.0, 3814.0, 3813.0, 3813.0, 3813.0, 3814.0, 3815.0, 3804.0, 3814.0, 3814.0, 3814.0, 3803.0, 3815.0, 3825.0, 3815.0, 3856.0, 3824.0, 3843.0, 3813.0, 3834.0, 3825.0, 3834.0, 3814.0, 3834.0, 3813.0, 3825.0, 3826.0, 3845.0, 3825.0, 3844.0, 3814.0, 3823.0, 3825.0, 3836.0, 3825.0, 3836.0, 3826.0, 3815.0, 3826.0, 3804.0, 3827.0, 3825.0, 3826.0, 3825.0, 3826.0, 3835.0, 3827.0, 3847.0, 3827.0, 3837.0, 3825.0, 3836.0, 3828.0, 3836.0, 3826.0, 3836.0, 3827.0, 3813.0, 3825.0, 3814.0, 3838.0, 3816.0, 3837.0, 3816.0, 3826.0, 3827.0, 3826.0, 3825.0, 3848.0, 3836.0, 3825.0, 3836.0, 3825.0, 3837.0, 3836.0, 3827.0, 3847.0, 3827.0, 3836.0, 3828.0, 3859.0, 3838.0, 3848.0, 3837.0, 3848.0, 3838.0, 3869.0, 3850.0, 3868.0, 3837.0, 3855.0, 3825.0, 3834.0, 3824.0, 3835.0, 3825.0, 3844.0, 3824.0, 3805.0, 3837.0, 3816.0, 3837.0, 3826.0, 3836.0, 3826.0, 3827.0, 3827.0, 3840.0, 3837.0, 3850.0, 3828.0, 3838.0, 3839.0, 3859.0, 3839.0, 3847.0, 3838.0, 3817.0, 3838.0, 3829.0, 3850.0, 3839.0, 3850.0, 3827.0, 3838.0, 3827.0, 3879.0, 3839.0, 3868.0, 3828.0, 3836.0, 3838.0, 3826.0, 3839.0, 3839.0, 3880.0, 3860.0, 3837.0, 3827.0, 3826.0, 3838.0, 3838.0, 3870.0, 3828.0, 3845.0, 3825.0, 3825.0, 3826.0, 3857.0, 3814.0, 3834.0, 3815.0, 3823.0, 3825.0, 3845.0, 3814.0, 3822.0, 3815.0, 3824.0, 3815.0, 3844.0, 3813.0, 3822.0, 3814.0, 3822.0, 3824.0, 3833.0, 3811.0, 3811.0, 3802.0, 3812.0, 3821.0, 3812.0, 3833.0, 3812.0, 3831.0, 3811.0, 3833.0, 3814.0, 3842.0, 3814.0, 3831.0, 3822.0, 3822.0, 3812.0, 3821.0, 3813.0, 3821.0, 3812.0, 3813.0, 3825.0, 3823.0, 3824.0, 3823.0, 3812.0, 3812.0, 3814.0, 3824.0, 3814.0, 3823.0, 3815.0, 3825.0, 3803.0, 3825.0, 3816.0, 3825.0, 3815.0, 3826.0, 3836.0, 3827.0, 3856.0, 3827.0, 3857.0, 3828.0, 3845.0, 3826.0, 3836.0, 3828.0, 3845.0, 3825.0, 3846.0, 3826.0, 3836.0, 3828.0, 3848.0, 3826.0, 3824.0, 3825.0, 3825.0, 3837.0, 3838.0, 3826.0, 3825.0, 3827.0, 3826.0, 3826.0, 3837.0, 3816.0, 3828.0, 3857.0, 3837.0, 3869.0, 3839.0, 3859.0, 3829.0, 3846.0, 3826.0, 3826.0, 3837.0, 3848.0, 3839.0, 3838.0, 3827.0, 3826.0, 3816.0, 3828.0, 3826.0, 3827.0, 3814.0, 3826.0, 3816.0, 3827.0, 3837.0, 3827.0, 3816.0, 3827.0, 3817.0, 3839.0, 3817.0, 3839.0, 3827.0, 3837.0, 3836.0, 3839.0, 3870.0, 3840.0, 3869.0, 3827.0, 3867.0, 3828.0, 3848.0, 3828.0, 3857.0, 3826.0, 3846.0, 3827.0, 3836.0, 3829.0, 3858.0, 3828.0, 3846.0, 3816.0, 3826.0, 3826.0, 3847.0, 3825.0, 3835.0, 3835.0, 3824.0, 3829.0, 3838.0, 3839.0, 3826.0, 3824.0, 3826.0, 3837.0, 3826.0, 3837.0, 3837.0, 3828.0, 3825.0, 3826.0, 3827.0, 3837.0, 3837.0, 3816.0, 3825.0, 3816.0, 3839.0, 3816.0, 3827.0, 3828.0, 3827.0, 3838.0, 3840.0, 3840.0, 3871.0, 3840.0, 3874.0, 3844.0, 3878.0, 3856.0, 3853.0, 3842.0, 3841.0, 3829.0, 3832.0, 3873.0, 3841.0, 3883.0, 3820.0, 3869.0, 3818.0, 3869.0, 3849.0, 3849.0, 3850.0, 3840.0, 3880.0, 3848.0, 3880.0, 3826.0, 3869.0, 3848.0, 3858.0, 3813.0, 3801.0, 3802.0, 3804.0, 3823.0, 3801.0, 3802.0, 3801.0, 3801.0, 3802.0, 3801.0, 3801.0, 3790.0, 3801.0, 3803.0, 3802.0, 3814.0, 3802.0, 3791.0, 3800.0, 3814.0, 3815.0, 3846.0, 3801.0, 3812.0, 3802.0, 3823.0, 3804.0, 3847.0, 3804.0, 3802.0, 3805.0, 3817.0, 3857.0, 3838.0, 3804.0, 3827.0, 3830.0, 3862.0, 3841.0, 3868.0, 3826.0, 3845.0, 3828.0, 3861.0, 3829.0, 3813.0, 3822.0, 3800.0, 3800.0, 3801.0, 3802.0, 3812.0, 3802.0, 3814.0, 3802.0, 3815.0, 3804.0, 3826.0, 3814.0, 3825.0, 3804.0, 3826.0, 3836.0, 3825.0, 3857.0, 3814.0, 3826.0, 3826.0, 3846.0, 3824.0, 3845.0, 3815.0, 3803.0, 3814.0, 3802.0, 3825.0, 3816.0, 3826.0, 3824.0, 3828.0, 3851.0, 3849.0, 3836.0, 3868.0, 3826.0, 3813.0, 3827.0, 3825.0, 3826.0, 3847.0, 3826.0, 3823.0, 3826.0, 3836.0, 3826.0, 3858.0, 3816.0, 3824.0, 3826.0, 3835.0, 3826.0, 3867.0, 3828.0, 3857.0, 3826.0, 3847.0, 3828.0, 3857.0, 3837.0, 3855.0, 3823.0, 3843.0, 3814.0, 3822.0, 3813.0, 3823.0, 3825.0, 3806.0, 3825.0, 3837.0, 3837.0, 3826.0, 3867.0, 3858.0, 3814.0, 3825.0, 3813.0, 3825.0, 3838.0, 3848.0, 3846.0, 3814.0, 3813.0, 3814.0, 3803.0, 3813.0, 3815.0, 3814.0, 3802.0, 3824.0, 3815.0, 3827.0, 3826.0, 3827.0, 3825.0, 3815.0, 3817.0, 3828.0, 3837.0, 3827.0, 3815.0, 3813.0, 3835.0, 3827.0, 3867.0, 3825.0, 3856.0, 3814.0, 3844.0, 3813.0, 3845.0, 3813.0, 3845.0, 3803.0, 3822.0, 3814.0, 3823.0, 3827.0, 3846.0, 3826.0, 3845.0, 3814.0, 3835.0, 3824.0, 3816.0, 3828.0, 3831.0, 3870.0, 3849.0, 3816.0, 3826.0, 3815.0, 3850.0, 3869.0, 3859.0, 3814.0, 3813.0, 3812.0, 3814.0, 3866.0, 3833.0, 3843.0, 3810.0, 3809.0, 3811.0, 3823.0, 3825.0, 3823.0, 3811.0, 3811.0, 3812.0, 3843.0, 3814.0, 3853.0, 3822.0, 3843.0, 3815.0, 3832.0, 3823.0, 3842.0, 3812.0, 3831.0, 3810.0, 3820.0, 3812.0, 3831.0, 3812.0, 3842.0, 3812.0, 3822.0, 3812.0, 3822.0, 3813.0, 3811.0, 3811.0, 3811.0, 3812.0, 3824.0, 3813.0, 3824.0, 3824.0, 3813.0, 3813.0, 3815.0, 3814.0, 3835.0, 3828.0, 3816.0, 3815.0, 3816.0, 3837.0, 3816.0, 3846.0, 3826.0, 3866.0, 3847.0, 3855.0, 3802.0, 3821.0, 3800.0, 3812.0, 3800.0, 3811.0, 3799.0, 3799.0, 3799.0, 3812.0, 3802.0, 3812.0, 3801.0, 3811.0, 3801.0, 3815.0, 3823.0, 3812.0, 3843.0, 3812.0, 3844.0, 3811.0, 3832.0, 3811.0, 3841.0, 3813.0, 3830.0, 3799.0, 3810.0, 3802.0, 3822.0, 3801.0, 3820.0, 3802.0, 3810.0, 3800.0, 3800.0, 3800.0, 3801.0, 3799.0, 3801.0, 3811.0, 3802.0, 3847.0, 3825.0, 3834.0, 3812.0, 3831.0, 3813.0, 3833.0, 3811.0, 3843.0, 3801.0, 3823.0, 3813.0, 3834.0, 3802.0, 3832.0, 3802.0, 3812.0, 3802.0, 3823.0, 3813.0, 3843.0, 3801.0, 3814.0, 3814.0, 3812.0, 3802.0, 3845.0, 3794.0, 3822.0, 3804.0, 3813.0, 3803.0, 3833.0, 3802.0, 3811.0, 3803.0, 3815.0, 3814.0, 3824.0, 3803.0, 3813.0, 3803.0, 3815.0, 3803.0, 3814.0, 3802.0, 3803.0, 3803.0, 3814.0, 3803.0, 3814.0, 3803.0, 3824.0, 3802.0, 3814.0, 3814.0, 3814.0, 3814.0, 3845.0, 3805.0, 3834.0, 3816.0, 3855.0, 3827.0, 3846.0, 3815.0, 3813.0, 3815.0, 3815.0, 3815.0, 3816.0, 3815.0, 3814.0, 3818.0, 3817.0, 3836.0, 3804.0, 3813.0, 3804.0, 3825.0, 3806.0, 3845.0, 3804.0, 3834.0, 3804.0, 3824.0, 3815.0, 3845.0, 3827.0, 3836.0, 3814.0, 3814.0, 3814.0, 3816.0, 3826.0, 3814.0, 3814.0, 3814.0, 3827.0, 3806.0, 3856.0, 3803.0, 3824.0, 3805.0, 3836.0, 3817.0, 3856.0, 3804.0, 3835.0, 3805.0, 3824.0, 3804.0, 3844.0, 3803.0, 3823.0, 3803.0, 3823.0, 3814.0, 3834.0, 3802.0, 3834.0, 3815.0, 3834.0, 3825.0, 3834.0, 3813.0, 3845.0, 3814.0, 3845.0, 3825.0, 3855.0, 3802.0, 3833.0, 3813.0, 3833.0, 3813.0, 3833.0, 3803.0, 3836.0, 3803.0, 3823.0, 3814.0, 3833.0, 3802.0, 3823.0, 3802.0, 3824.0, 3814.0, 3821.0, 3804.0, 3823.0, 3804.0, 3824.0, 3815.0, 3846.0, 3826.0, 3825.0, 3815.0, 3825.0, 3814.0, 3827.0, 3825.0, 3815.0, 3815.0, 3804.0, 3814.0, 3804.0, 3835.0, 3803.0, 3814.0, 3805.0, 3825.0, 3805.0, 3857.0, 3803.0, 3825.0, 3804.0, 3813.0, 3793.0, 3824.0, 3794.0, 3813.0, 3804.0, 3813.0, 3803.0, 3835.0, 3803.0, 3823.0, 3804.0, 3834.0, 3815.0, 3856.0, 3816.0, 3845.0, 3816.0, 3846.0, 3816.0, 3855.0, 3814.0, 3835.0, 3817.0, 3837.0, 3818.0, 3857.0, 3815.0, 3804.0, 3804.0, 3804.0, 3804.0, 3815.0, 3826.0, 3805.0, 3825.0, 3795.0, 3825.0, 3814.0, 3816.0, 3828.0, 3818.0, 3870.0, 3828.0, 3826.0, 3817.0, 3847.0, 3828.0, 3848.0, 3817.0, 3846.0, 3816.0, 3855.0, 3814.0, 3866.0, 3814.0, 3844.0, 3815.0, 3835.0, 3825.0, 3835.0, 3816.0, 3814.0, 3816.0, 3816.0, 3827.0, 3816.0, 3827.0, 3807.0, 3825.0, 3816.0, 3848.0, 3828.0, 3879.0, 3850.0, 3868.0, 3817.0, 3868.0, 3816.0, 3866.0, 3837.0, 3856.0, 3814.0, 3845.0, 3817.0, 3856.0, 3825.0, 3845.0, 3816.0, 3825.0, 3817.0, 3847.0, 3814.0, 3824.0, 3804.0, 3804.0, 3802.0, 3804.0, 3814.0, 3845.0, 3815.0, 3802.0, 3816.0, 3814.0, 3825.0, 3834.0, 3834.0, 3823.0, 3815.0, 3811.0, 3813.0, 3854.0, 3813.0, 3812.0, 3814.0, 3837.0, 3804.0, 3855.0, 3815.0, 3854.0, 3803.0, 3845.0, 3803.0, 3843.0, 3814.0, 3853.0, 3803.0, 3844.0, 3803.0, 3844.0, 3815.0, 3853.0, 3803.0, 3844.0, 3803.0, 3845.0, 3813.0, 3855.0, 3814.0, 3834.0, 3803.0, 3855.0, 3814.0, 3803.0, 3815.0, 3804.0, 3847.0, 3816.0, 3804.0, 3816.0, 3817.0, 3860.0, 3840.0, 3880.0, 3848.0, 3805.0, 3826.0, 3805.0, 3837.0, 3827.0, 3880.0, 3816.0, 3846.0, 3806.0, 3805.0, 3827.0, 3806.0, 3826.0, 3805.0, 3837.0, 3817.0, 3848.0, 3817.0, 3847.0, 3816.0, 3847.0, 3827.0, 3877.0, 3816.0, 3857.0, 3807.0, 3857.0, 3825.0, 3847.0, 3827.0, 3806.0, 3827.0, 3805.0, 3837.0, 3792.0, 3836.0, 3803.0, 3835.0, 3804.0, 3845.0, 3805.0, 3855.0, 3803.0, 3835.0, 3805.0, 3833.0, 3814.0, 3834.0, 3793.0, 3835.0, 3814.0, 3833.0, 3815.0, 3866.0, 3804.0, 3845.0, 3804.0, 3845.0, 3825.0, 3857.0, 3805.0, 3825.0, 3803.0, 3804.0, 3815.0, 3803.0, 3827.0, 3804.0, 3825.0, 3806.0, 3835.0, 3816.0, 3857.0, 3793.0, 3824.0, 3803.0, 3824.0, 3805.0, 3847.0, 3827.0, 3856.0, 3804.0, 3805.0, 3803.0, 3816.0, 3849.0, 3829.0, 3838.0, 3848.0, 3807.0, 3848.0, 3816.0, 3858.0, 3827.0, 3868.0, 3829.0, 3879.0, 3858.0, 3856.0, 3826.0, 3818.0, 3825.0, 3804.0, 3824.0, 3794.0, 3846.0, 3804.0, 3833.0, 3806.0, 3836.0, 3803.0, 3836.0, 3793.0, 3825.0, 3794.0, 3824.0, 3804.0, 3846.0, 3805.0, 3834.0, 3802.0, 3837.0, 3804.0, 3825.0, 3822.0, 3823.0, 3803.0, 3814.0, 3804.0, 3824.0, 3825.0, 3825.0, 3834.0, 3804.0, 3876.0, 3813.0, 3854.0, 3834.0, 3854.0, 3792.0, 3833.0, 3801.0, 3833.0, 3813.0, 3853.0, 3802.0, 3832.0, 3803.0, 3807.0, 3816.0, 3818.0, 3862.0, 3843.0, 3852.0, 3827.0, 3816.0, 3848.0, 3841.0, 3894.0, 3873.0, 3871.0, 3819.0, 3869.0, 3829.0, 3879.0, 3847.0, 3868.0, 3804.0, 3866.0, 3829.0, 3868.0, 3836.0, 3854.0, 3814.0, 3855.0, 3827.0, 3866.0, 3845.0, 3855.0, 3803.0, 3832.0, 3824.0, 3853.0, 3800.0, 3831.0, 3791.0, 3822.0, 3813.0, 3854.0, 3800.0, 3831.0, 3792.0, 3822.0, 3812.0, 3851.0, 3799.0, 3830.0, 3790.0, 3832.0, 3822.0, 3862.0, 3799.0, 3840.0, 3790.0, 3821.0, 3811.0, 3851.0, 3799.0, 3840.0, 3788.0, 3831.0, 3813.0, 3852.0, 3790.0, 3812.0, 3802.0, 3804.0, 3817.0, 3806.0, 3826.0, 3817.0, 3879.0, 3849.0, 3817.0, 3845.0, 3804.0, 3791.0, 3815.0, 3848.0, 3847.0, 3847.0, 3823.0, 3823.0, 3803.0, 3854.0, 3825.0, 3853.0, 3811.0, 3779.0, 3799.0, 3790.0, 3813.0, 3803.0, 3845.0, 3801.0, 3813.0, 3788.0, 3810.0, 3802.0, 3843.0, 3800.0, 3852.0, 3777.0, 3809.0, 3790.0, 3832.0, 3790.0, 3819.0, 3787.0, 3798.0, 3788.0, 3808.0, 3789.0, 3809.0, 3802.0, 3823.0, 3788.0, 3791.0, 3835.0, 3813.0, 3804.0, 3813.0, 3790.0, 3811.0, 3803.0, 3835.0, 3835.0, 3790.0, 3812.0, 3800.0, 3811.0, 3791.0, 3822.0, 3791.0, 3812.0, 3791.0, 3835.0, 3816.0, 3805.0, 3824.0, 3791.0, 3812.0, 3816.0, 3841.0, 3828.0, 3840.0, 3815.0, 3802.0, 3801.0, 3804.0, 3839.0, 3821.0, 3860.0, 3794.0, 3803.0, 3801.0, 3803.0, 3865.0, 3832.0, 3852.0, 3789.0, 3820.0, 3789.0, 3823.0, 3801.0, 3842.0, 3790.0, 3798.0, 3788.0, 3810.0, 3789.0, 3832.0, 3786.0, 3787.0, 3786.0, 3800.0, 3791.0, 3810.0, 3819.0, 3799.0, 3797.0, 3788.0, 3809.0, 3811.0, 3840.0, 3799.0, 3829.0, 3788.0, 3808.0, 3798.0, 3831.0, 3810.0, 3840.0, 3787.0, 3818.0, 3803.0, 3825.0, 3803.0, 3821.0, 3799.0, 3798.0, 3789.0, 3808.0, 3813.0, 3825.0, 3812.0, 3803.0, 3804.0, 3802.0, 3801.0, 3802.0, 3823.0, 3824.0, 3864.0, 3822.0, 3852.0], 'WindowWidth': [8702.0, 8683.0, 8626.0, 8674.0, 8594.0, 8590.0, 8588.0, 8594.0, 8664.0, 8620.0, 8570.0, 8584.0, 8583.0, 8596.0, 8587.0, 8643.0, 8578.0, 8588.0, 8581.0, 8576.0, 8576.0, 8577.0, 8561.0, 8573.0, 8572.0, 8573.0, 8588.0, 8575.0, 8601.0, 8575.0, 8587.0, 8560.0, 8573.0, 8578.0, 8575.0, 8575.0, 8575.0, 8577.0, 8579.0, 8565.0, 8578.0, 8578.0, 8577.0, 8561.0, 8580.0, 8593.0, 8581.0, 8635.0, 8590.0, 8614.0, 8575.0, 8604.0, 8592.0, 8604.0, 8578.0, 8602.0, 8576.0, 8592.0, 8597.0, 8619.0, 8594.0, 8618.0, 8578.0, 8589.0, 8595.0, 8610.0, 8596.0, 8609.0, 8597.0, 8580.0, 8597.0, 8568.0, 8600.0, 8595.0, 8597.0, 8594.0, 8598.0, 8610.0, 8599.0, 8626.0, 8600.0, 8611.0, 8594.0, 8609.0, 8601.0, 8612.0, 8596.0, 8610.0, 8597.0, 8577.0, 8594.0, 8581.0, 8616.0, 8585.0, 8613.0, 8583.0, 8598.0, 8599.0, 8597.0, 8597.0, 8628.0, 8609.0, 8595.0, 8611.0, 8596.0, 8615.0, 8610.0, 8600.0, 8626.0, 8600.0, 8612.0, 8604.0, 8644.0, 8618.0, 8630.0, 8615.0, 8629.0, 8616.0, 8659.0, 8633.0, 8657.0, 8613.0, 8634.0, 8594.0, 8605.0, 8592.0, 8605.0, 8595.0, 8617.0, 8592.0, 8566.0, 8613.0, 8586.0, 8613.0, 8598.0, 8613.0, 8599.0, 8601.0, 8601.0, 8621.0, 8614.0, 8633.0, 8603.0, 8615.0, 8618.0, 8646.0, 8620.0, 8629.0, 8617.0, 8589.0, 8618.0, 8607.0, 8638.0, 8619.0, 8634.0, 8603.0, 8617.0, 8605.0, 8674.0, 8621.0, 8658.0, 8604.0, 8614.0, 8616.0, 8600.0, 8620.0, 8622.0, 8676.0, 8649.0, 8614.0, 8601.0, 8599.0, 8616.0, 8617.0, 8663.0, 8600.0, 8621.0, 8594.0, 8594.0, 8596.0, 8638.0, 8577.0, 8602.0, 8580.0, 8589.0, 8594.0, 8620.0, 8577.0, 8586.0, 8581.0, 8591.0, 8579.0, 8616.0, 8574.0, 8584.0, 8576.0, 8586.0, 8590.0, 8601.0, 8569.0, 8570.0, 8557.0, 8570.0, 8582.0, 8570.0, 8598.0, 8569.0, 8594.0, 8568.0, 8598.0, 8574.0, 8610.0, 8574.0, 8593.0, 8584.0, 8583.0, 8571.0, 8582.0, 8573.0, 8582.0, 8571.0, 8574.0, 8593.0, 8587.0, 8588.0, 8585.0, 8571.0, 8572.0, 8576.0, 8589.0, 8576.0, 8588.0, 8578.0, 8591.0, 8562.0, 8595.0, 8584.0, 8595.0, 8581.0, 8596.0, 8610.0, 8599.0, 8638.0, 8600.0, 8637.0, 8600.0, 8619.0, 8596.0, 8609.0, 8601.0, 8621.0, 8595.0, 8621.0, 8597.0, 8611.0, 8602.0, 8626.0, 8597.0, 8592.0, 8594.0, 8594.0, 8613.0, 8614.0, 8597.0, 8595.0, 8600.0, 8599.0, 8599.0, 8614.0, 8586.0, 8602.0, 8641.0, 8615.0, 8659.0, 8619.0, 8645.0, 8606.0, 8625.0, 8599.0, 8599.0, 8615.0, 8629.0, 8618.0, 8617.0, 8599.0, 8597.0, 8585.0, 8601.0, 8598.0, 8599.0, 8580.0, 8597.0, 8583.0, 8599.0, 8613.0, 8600.0, 8583.0, 8599.0, 8588.0, 8618.0, 8589.0, 8618.0, 8602.0, 8615.0, 8612.0, 8619.0, 8662.0, 8622.0, 8660.0, 8600.0, 8654.0, 8602.0, 8628.0, 8603.0, 8640.0, 8599.0, 8622.0, 8601.0, 8613.0, 8606.0, 8643.0, 8603.0, 8624.0, 8583.0, 8596.0, 8597.0, 8626.0, 8596.0, 8608.0, 8606.0, 8593.0, 8604.0, 8618.0, 8617.0, 8597.0, 8593.0, 8598.0, 8615.0, 8598.0, 8614.0, 8613.0, 8600.0, 8596.0, 8596.0, 8600.0, 8614.0, 8613.0, 8584.0, 8595.0, 8586.0, 8620.0, 8585.0, 8600.0, 8602.0, 8601.0, 8620.0, 8622.0, 8624.0, 8666.0, 8626.0, 8677.0, 8639.0, 8687.0, 8659.0, 8648.0, 8631.0, 8626.0, 8608.0, 8615.0, 8673.0, 8630.0, 8684.0, 8598.0, 8661.0, 8592.0, 8660.0, 8635.0, 8632.0, 8635.0, 8621.0, 8676.0, 8630.0, 8676.0, 8600.0, 8657.0, 8627.0, 8641.0, 8576.0, 8557.0, 8557.0, 8563.0, 8588.0, 8553.0, 8555.0, 8553.0, 8557.0, 8558.0, 8558.0, 8556.0, 8541.0, 8555.0, 8561.0, 8558.0, 8576.0, 8559.0, 8543.0, 8555.0, 8577.0, 8580.0, 8620.0, 8555.0, 8570.0, 8557.0, 8588.0, 8566.0, 8627.0, 8565.0, 8561.0, 8568.0, 8586.0, 8642.0, 8617.0, 8568.0, 8600.0, 8612.0, 8655.0, 8625.0, 8657.0, 8596.0, 8621.0, 8604.0, 8654.0, 8608.0, 8576.0, 8586.0, 8554.0, 8553.0, 8557.0, 8560.0, 8572.0, 8559.0, 8576.0, 8561.0, 8581.0, 8566.0, 8598.0, 8580.0, 8594.0, 8566.0, 8597.0, 8611.0, 8596.0, 8638.0, 8578.0, 8594.0, 8596.0, 8623.0, 8593.0, 8621.0, 8580.0, 8561.0, 8578.0, 8562.0, 8595.0, 8584.0, 8599.0, 8592.0, 8602.0, 8641.0, 8632.0, 8613.0, 8657.0, 8597.0, 8575.0, 8598.0, 8595.0, 8597.0, 8626.0, 8596.0, 8590.0, 8598.0, 8611.0, 8597.0, 8640.0, 8583.0, 8592.0, 8596.0, 8608.0, 8598.0, 8652.0, 8601.0, 8638.0, 8596.0, 8625.0, 8602.0, 8639.0, 8614.0, 8633.0, 8589.0, 8616.0, 8578.0, 8584.0, 8575.0, 8588.0, 8594.0, 8571.0, 8595.0, 8614.0, 8615.0, 8601.0, 8654.0, 8644.0, 8580.0, 8594.0, 8576.0, 8595.0, 8614.0, 8629.0, 8623.0, 8579.0, 8576.0, 8578.0, 8563.0, 8576.0, 8579.0, 8577.0, 8560.0, 8593.0, 8582.0, 8601.0, 8599.0, 8601.0, 8596.0, 8583.0, 8587.0, 8602.0, 8613.0, 8600.0, 8580.0, 8577.0, 8609.0, 8598.0, 8654.0, 8594.0, 8636.0, 8579.0, 8618.0, 8577.0, 8620.0, 8576.0, 8618.0, 8563.0, 8587.0, 8578.0, 8590.0, 8599.0, 8622.0, 8597.0, 8620.0, 8579.0, 8606.0, 8592.0, 8585.0, 8606.0, 8613.0, 8662.0, 8633.0, 8584.0, 8597.0, 8581.0, 8636.0, 8660.0, 8645.0, 8576.0, 8575.0, 8573.0, 8576.0, 8649.0, 8600.0, 8613.0, 8567.0, 8563.0, 8569.0, 8589.0, 8592.0, 8587.0, 8570.0, 8569.0, 8572.0, 8615.0, 8577.0, 8626.0, 8583.0, 8612.0, 8576.0, 8597.0, 8588.0, 8610.0, 8571.0, 8595.0, 8566.0, 8579.0, 8570.0, 8595.0, 8573.0, 8611.0, 8570.0, 8583.0, 8571.0, 8585.0, 8574.0, 8570.0, 8571.0, 8571.0, 8573.0, 8591.0, 8577.0, 8593.0, 8591.0, 8574.0, 8577.0, 8581.0, 8577.0, 8606.0, 8604.0, 8586.0, 8582.0, 8583.0, 8614.0, 8586.0, 8623.0, 8598.0, 8652.0, 8627.0, 8634.0, 8558.0, 8579.0, 8550.0, 8568.0, 8550.0, 8566.0, 8550.0, 8548.0, 8550.0, 8571.0, 8557.0, 8572.0, 8556.0, 8569.0, 8555.0, 8579.0, 8587.0, 8574.0, 8614.0, 8572.0, 8614.0, 8569.0, 8598.0, 8569.0, 8608.0, 8572.0, 8592.0, 8551.0, 8564.0, 8558.0, 8583.0, 8556.0, 8579.0, 8557.0, 8567.0, 8553.0, 8554.0, 8552.0, 8555.0, 8552.0, 8556.0, 8570.0, 8557.0, 8626.0, 8594.0, 8603.0, 8572.0, 8596.0, 8574.0, 8598.0, 8571.0, 8613.0, 8558.0, 8587.0, 8577.0, 8602.0, 8560.0, 8598.0, 8559.0, 8572.0, 8561.0, 8588.0, 8575.0, 8614.0, 8557.0, 8575.0, 8577.0, 8573.0, 8560.0, 8618.0, 8551.0, 8585.0, 8565.0, 8574.0, 8563.0, 8601.0, 8560.0, 8571.0, 8561.0, 8579.0, 8577.0, 8591.0, 8562.0, 8575.0, 8562.0, 8581.0, 8564.0, 8579.0, 8560.0, 8564.0, 8562.0, 8578.0, 8565.0, 8580.0, 8564.0, 8591.0, 8561.0, 8578.0, 8580.0, 8579.0, 8579.0, 8622.0, 8568.0, 8606.0, 8586.0, 8636.0, 8602.0, 8624.0, 8581.0, 8578.0, 8583.0, 8581.0, 8583.0, 8582.0, 8580.0, 8580.0, 8594.0, 8586.0, 8610.0, 8566.0, 8576.0, 8569.0, 8596.0, 8571.0, 8621.0, 8567.0, 8605.0, 8566.0, 8592.0, 8583.0, 8620.0, 8600.0, 8609.0, 8578.0, 8581.0, 8582.0, 8585.0, 8600.0, 8579.0, 8579.0, 8582.0, 8598.0, 8571.0, 8637.0, 8564.0, 8592.0, 8570.0, 8610.0, 8587.0, 8636.0, 8566.0, 8605.0, 8568.0, 8591.0, 8566.0, 8616.0, 8561.0, 8588.0, 8564.0, 8589.0, 8579.0, 8602.0, 8560.0, 8604.0, 8581.0, 8604.0, 8593.0, 8604.0, 8576.0, 8619.0, 8579.0, 8618.0, 8593.0, 8630.0, 8559.0, 8601.0, 8575.0, 8600.0, 8576.0, 8598.0, 8562.0, 8609.0, 8562.0, 8586.0, 8576.0, 8600.0, 8560.0, 8586.0, 8561.0, 8590.0, 8579.0, 8585.0, 8566.0, 8588.0, 8566.0, 8592.0, 8583.0, 8621.0, 8596.0, 8594.0, 8581.0, 8594.0, 8580.0, 8597.0, 8595.0, 8581.0, 8582.0, 8567.0, 8579.0, 8566.0, 8608.0, 8564.0, 8579.0, 8569.0, 8595.0, 8568.0, 8639.0, 8563.0, 8594.0, 8567.0, 8576.0, 8550.0, 8591.0, 8550.0, 8575.0, 8567.0, 8576.0, 8563.0, 8605.0, 8564.0, 8589.0, 8566.0, 8605.0, 8582.0, 8635.0, 8583.0, 8620.0, 8583.0, 8622.0, 8582.0, 8633.0, 8579.0, 8607.0, 8586.0, 8612.0, 8587.0, 8638.0, 8580.0, 8563.0, 8565.0, 8566.0, 8566.0, 8580.0, 8596.0, 8567.0, 8594.0, 8554.0, 8594.0, 8580.0, 8587.0, 8604.0, 8590.0, 8661.0, 8601.0, 8598.0, 8589.0, 8628.0, 8603.0, 8628.0, 8585.0, 8623.0, 8583.0, 8635.0, 8579.0, 8648.0, 8578.0, 8618.0, 8580.0, 8607.0, 8594.0, 8607.0, 8583.0, 8579.0, 8584.0, 8586.0, 8600.0, 8584.0, 8601.0, 8574.0, 8596.0, 8587.0, 8630.0, 8604.0, 8672.0, 8633.0, 8654.0, 8586.0, 8656.0, 8585.0, 8650.0, 8613.0, 8636.0, 8578.0, 8621.0, 8586.0, 8637.0, 8596.0, 8619.0, 8582.0, 8595.0, 8585.0, 8625.0, 8578.0, 8592.0, 8563.0, 8564.0, 8561.0, 8565.0, 8579.0, 8621.0, 8581.0, 8560.0, 8588.0, 8581.0, 8594.0, 8603.0, 8603.0, 8587.0, 8577.0, 8570.0, 8574.0, 8629.0, 8573.0, 8573.0, 8579.0, 8614.0, 8566.0, 8633.0, 8579.0, 8629.0, 8561.0, 8618.0, 8562.0, 8614.0, 8577.0, 8628.0, 8561.0, 8617.0, 8564.0, 8617.0, 8579.0, 8628.0, 8561.0, 8616.0, 8563.0, 8619.0, 8576.0, 8631.0, 8578.0, 8602.0, 8563.0, 8632.0, 8578.0, 8563.0, 8579.0, 8565.0, 8623.0, 8584.0, 8567.0, 8584.0, 8588.0, 8648.0, 8622.0, 8673.0, 8629.0, 8567.0, 8596.0, 8569.0, 8612.0, 8601.0, 8672.0, 8585.0, 8624.0, 8571.0, 8570.0, 8598.0, 8571.0, 8596.0, 8570.0, 8614.0, 8589.0, 8629.0, 8586.0, 8626.0, 8586.0, 8627.0, 8601.0, 8667.0, 8584.0, 8638.0, 8573.0, 8639.0, 8596.0, 8625.0, 8597.0, 8569.0, 8597.0, 8568.0, 8613.0, 8548.0, 8608.0, 8562.0, 8606.0, 8566.0, 8620.0, 8566.0, 8633.0, 8563.0, 8606.0, 8566.0, 8602.0, 8577.0, 8602.0, 8549.0, 8607.0, 8580.0, 8603.0, 8580.0, 8648.0, 8564.0, 8619.0, 8567.0, 8620.0, 8595.0, 8636.0, 8568.0, 8593.0, 8564.0, 8565.0, 8581.0, 8564.0, 8598.0, 8565.0, 8594.0, 8570.0, 8609.0, 8583.0, 8639.0, 8549.0, 8590.0, 8563.0, 8591.0, 8566.0, 8623.0, 8600.0, 8635.0, 8568.0, 8566.0, 8563.0, 8584.0, 8632.0, 8606.0, 8616.0, 8628.0, 8574.0, 8628.0, 8585.0, 8642.0, 8601.0, 8655.0, 8605.0, 8671.0, 8642.0, 8636.0, 8597.0, 8589.0, 8593.0, 8564.0, 8590.0, 8551.0, 8621.0, 8565.0, 8601.0, 8569.0, 8607.0, 8564.0, 8606.0, 8549.0, 8591.0, 8550.0, 8591.0, 8567.0, 8622.0, 8567.0, 8605.0, 8561.0, 8610.0, 8566.0, 8593.0, 8587.0, 8588.0, 8561.0, 8578.0, 8564.0, 8590.0, 8593.0, 8592.0, 8603.0, 8564.0, 8661.0, 8574.0, 8630.0, 8602.0, 8628.0, 8545.0, 8598.0, 8557.0, 8600.0, 8574.0, 8626.0, 8560.0, 8599.0, 8563.0, 8575.0, 8585.0, 8590.0, 8657.0, 8632.0, 8642.0, 8601.0, 8588.0, 8633.0, 8629.0, 8700.0, 8671.0, 8662.0, 8594.0, 8657.0, 8605.0, 8671.0, 8625.0, 8652.0, 8565.0, 8648.0, 8606.0, 8652.0, 8609.0, 8630.0, 8577.0, 8633.0, 8598.0, 8648.0, 8619.0, 8628.0, 8560.0, 8597.0, 8591.0, 8626.0, 8553.0, 8591.0, 8541.0, 8583.0, 8575.0, 8628.0, 8554.0, 8592.0, 8544.0, 8583.0, 8573.0, 8621.0, 8550.0, 8590.0, 8540.0, 8599.0, 8585.0, 8636.0, 8550.0, 8605.0, 8541.0, 8579.0, 8570.0, 8619.0, 8549.0, 8603.0, 8536.0, 8594.0, 8573.0, 8623.0, 8539.0, 8569.0, 8558.0, 8566.0, 8587.0, 8571.0, 8598.0, 8588.0, 8673.0, 8635.0, 8591.0, 8621.0, 8565.0, 8545.0, 8582.0, 8629.0, 8627.0, 8623.0, 8588.0, 8586.0, 8560.0, 8630.0, 8592.0, 8627.0, 8569.0, 8524.0, 8550.0, 8539.0, 8574.0, 8562.0, 8620.0, 8555.0, 8572.0, 8536.0, 8565.0, 8559.0, 8613.0, 8553.0, 8622.0, 8519.0, 8562.0, 8543.0, 8595.0, 8538.0, 8574.0, 8531.0, 8544.0, 8532.0, 8559.0, 8535.0, 8563.0, 8559.0, 8587.0, 8535.0, 8541.0, 8606.0, 8577.0, 8564.0, 8573.0, 8541.0, 8567.0, 8562.0, 8606.0, 8606.0, 8541.0, 8569.0, 8554.0, 8566.0, 8542.0, 8584.0, 8542.0, 8568.0, 8541.0, 8607.0, 8584.0, 8568.0, 8589.0, 8544.0, 8573.0, 8585.0, 8628.0, 8606.0, 8623.0, 8582.0, 8561.0, 8558.0, 8567.0, 8620.0, 8603.0, 8649.0, 8552.0, 8559.0, 8556.0, 8559.0, 8646.0, 8596.0, 8620.0, 8536.0, 8578.0, 8538.0, 8587.0, 8554.0, 8609.0, 8537.0, 8546.0, 8533.0, 8566.0, 8537.0, 8597.0, 8528.0, 8529.0, 8528.0, 8550.0, 8542.0, 8564.0, 8575.0, 8550.0, 8544.0, 8531.0, 8560.0, 8566.0, 8604.0, 8547.0, 8586.0, 8533.0, 8559.0, 8547.0, 8592.0, 8565.0, 8603.0, 8531.0, 8570.0, 8563.0, 8595.0, 8565.0, 8579.0, 8550.0, 8544.0, 8535.0, 8558.0, 8574.0, 8595.0, 8574.0, 8561.0, 8565.0, 8559.0, 8556.0, 8558.0, 8590.0, 8591.0, 8644.0, 8583.0, 8624.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.0007825145772594751</td></tr>
<tr><td colspan=3>aqi</td><td>0.0272658723760933</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16746049651353</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.164915326688549</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0003057510649176</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>3726.8252</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08797044880118812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2798833819241984</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5189468292041455</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.55016639374475</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6474482096071887</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3592258842604976</td></tr>
<tr><td colspan=3>gcor</td><td>0.00696021</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001654759282246232</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017519434913992882</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.8860975727756273</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>23.7866</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6144</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.7353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295271.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>765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.6652</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4634</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.8822</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3001.1963</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>811.3488</td></tr>
<tr><td colspan=3>tsnr</td><td>34.39157241443172</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>