<?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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-01/func/sub-0053_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>00cf83a1667e6b2d630ca7e75f2d1458</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>15:54:26.230000</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.996625, 0.0766066, -0.0294925, -0.0763362, 0.99703, 0.0101884]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0811038</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>[4143, -7731, -7266, 558, -42, -37, 11, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.244</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3b83f8c-7723-4cfe-b1b5-16433c986c65||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.673872232437134, -0.20480456948280334, -0.08150047063827515, 122.45903015136719], [-0.20552995800971985, 2.6749587059020996, 0.021337240934371948, -88.36634826660156], [-0.07912608981132507, -0.027334757149219513, 2.69868540763855, -70.46685791015625], [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': ['155426.230000', '155426.690000', '155427.150000', '155427.610000', '155428.070000', '155428.530000', '155428.990000', '155429.450000', '155429.910000', '155430.370000', '155430.830000', '155431.290000', '155431.750000', '155432.210000', '155432.670000', '155433.130000', '155433.590000', '155434.050000', '155434.510000', '155434.970000', '155435.430000', '155435.890000', '155436.350000', '155436.810000', '155437.270000', '155437.730000', '155438.190000', '155438.650000', '155439.110000', '155439.570000', '155440.030000', '155440.490000', '155440.950000', '155441.410000', '155441.870000', '155442.330000', '155442.790000', '155443.250000', '155443.710000', '155444.170000', '155444.630000', '155445.090000', '155445.550000', '155446.010000', '155446.470000', '155446.930000', '155447.390000', '155447.850000', '155448.310000', '155448.770000', '155449.230000', '155449.690000', '155450.150000', '155450.610000', '155451.070000', '155451.530000', '155451.990000', '155452.450000', '155452.910000', '155453.370000', '155453.830000', '155454.290000', '155454.750000', '155455.210000', '155455.670000', '155456.130000', '155456.590000', '155457.050000', '155457.510000', '155457.970000', '155458.430000', '155458.890000', '155459.350000', '155459.810000', '155500.270000', '155500.730000', '155501.190000', '155501.650000', '155502.110000', '155502.570000', '155503.030000', '155503.490000', '155503.950000', '155504.410000', '155504.870000', '155505.330000', '155505.790000', '155506.250000', '155506.710000', '155507.170000', '155507.630000', '155508.090000', '155508.550000', '155509.010000', '155509.470000', '155509.930000', '155510.390000', '155510.850000', '155511.310000', '155511.770000', '155512.230000', '155512.690000', '155513.150000', '155513.610000', '155514.070000', '155514.530000', '155514.990000', '155515.450000', '155515.910000', '155516.370000', '155516.830000', '155517.290000', '155517.750000', '155518.210000', '155518.670000', '155519.130000', '155519.590000', '155520.050000', '155520.510000', '155520.970000', '155521.430000', '155521.890000', '155522.350000', '155522.810000', '155523.270000', '155523.730000', '155524.190000', '155524.650000', '155525.110000', '155525.570000', '155526.030000', '155526.490000', '155526.950000', '155527.410000', '155527.870000', '155528.330000', '155528.790000', '155529.250000', '155529.710000', '155530.170000', '155530.630000', '155531.090000', '155531.550000', '155532.010000', '155532.470000', '155532.930000', '155533.390000', '155533.850000', '155534.310000', '155534.770000', '155535.230000', '155535.690000', '155536.150000', '155536.610000', '155537.070000', '155537.530000', '155537.990000', '155538.450000', '155538.910000', '155539.370000', '155539.830000', '155540.290000', '155540.750000', '155541.210000', '155541.670000', '155542.130000', '155542.590000', '155543.050000', '155543.510000', '155543.970000', '155544.430000', '155544.890000', '155545.350000', '155545.810000', '155546.270000', '155546.730000', '155547.190000', '155547.650000', '155548.110000', '155548.570000', '155549.030000', '155549.490000', '155549.950000', '155550.410000', '155550.870000', '155551.330000', '155551.790000', '155552.250000', '155552.710000', '155553.170000', '155553.630000', '155554.090000', '155554.550000', '155555.010000', '155555.470000', '155555.930000', '155556.390000', '155556.850000', '155557.310000', '155557.770000', '155558.230000', '155558.690000', '155559.150000', '155559.610000', '155600.070000', '155600.530000', '155600.990000', '155601.450000', '155601.910000', '155602.370000', '155602.830000', '155603.290000', '155603.750000', '155604.210000', '155604.670000', '155605.130000', '155605.590000', '155606.050000', '155606.510000', '155606.970000', '155607.430000', '155607.890000', '155608.350000', '155608.810000', '155609.270000', '155609.730000', '155610.190000', '155610.650000', '155611.110000', '155611.570000', '155612.030000', '155612.490000', '155612.950000', '155613.410000', '155613.870000', '155614.330000', '155614.790000', '155615.250000', '155615.710000', '155616.170000', '155616.630000', '155617.090000', '155617.550000', '155618.010000', '155618.470000', '155618.930000', '155619.390000', '155619.850000', '155620.310000', '155620.770000', '155621.230000', '155621.690000', '155622.150000', '155622.610000', '155623.070000', '155623.530000', '155623.990000', '155624.450000', '155624.910000', '155625.370000', '155625.830000', '155626.290000', '155626.750000', '155627.210000', '155627.670000', '155628.130000', '155628.590000', '155629.050000', '155629.510000', '155629.970000', '155630.430000', '155630.890000', '155631.350000', '155631.810000', '155632.270000', '155632.730000', '155633.190000', '155633.650000', '155634.110000', '155634.570000', '155635.030000', '155635.490000', '155635.950000', '155636.410000', '155636.870000', '155637.330000', '155637.790000', '155638.250000', '155638.710000', '155639.170000', '155639.630000', '155640.090000', '155640.550000', '155641.010000', '155641.470000', '155641.930000', '155642.390000', '155642.850000', '155643.310000', '155643.770000', '155644.230000', '155644.690000', '155645.150000', '155645.610000', '155646.070000', '155646.530000', '155646.990000', '155647.450000', '155647.910000', '155648.370000', '155648.830000', '155649.290000', '155649.750000', '155650.210000', '155650.670000', '155651.130000', '155651.590000', '155652.050000', '155652.510000', '155652.970000', '155653.430000', '155653.890000', '155654.350000', '155654.810000', '155655.270000', '155655.730000', '155656.190000', '155656.650000', '155657.110000', '155657.570000', '155658.030000', '155658.490000', '155658.950000', '155659.410000', '155659.870000', '155700.330000', '155700.790000', '155701.250000', '155701.710000', '155702.170000', '155702.630000', '155703.090000', '155703.550000', '155704.010000', '155704.470000', '155704.930000', '155705.390000', '155705.850000', '155706.310000', '155706.770000', '155707.230000', '155707.690000', '155708.150000', '155708.610000', '155709.070000', '155709.530000', '155709.990000', '155710.450000', '155710.910000', '155711.370000', '155711.830000', '155712.290000', '155712.750000', '155713.210000', '155713.670000', '155714.130000', '155714.590000', '155715.050000', '155715.510000', '155715.970000', '155716.430000', '155716.890000', '155717.350000', '155717.810000', '155718.270000', '155718.730000', '155719.190000', '155719.650000', '155720.110000', '155720.570000', '155721.030000', '155721.490000', '155721.950000', '155722.410000', '155722.870000', '155723.330000', '155723.790000', '155724.250000', '155724.710000', '155725.170000', '155725.630000', '155726.090000', '155726.550000', '155727.010000', '155727.470000', '155727.930000', '155728.390000', '155728.850000', '155729.310000', '155729.770000', '155730.230000', '155730.690000', '155731.150000', '155731.610000', '155732.070000', '155732.530000', '155732.990000', '155733.450000', '155733.910000', '155734.370000', '155734.830000', '155735.290000', '155735.750000', '155736.210000', '155736.670000', '155737.130000', '155737.590000', '155738.050000', '155738.510000', '155738.970000', '155739.430000', '155739.890000', '155740.350000', '155740.810000', '155741.270000', '155741.730000', '155742.190000', '155742.650000', '155743.110000', '155743.570000', '155744.030000', '155744.490000', '155744.950000', '155745.410000', '155745.870000', '155746.330000', '155746.790000', '155747.250000', '155747.710000', '155748.170000', '155748.630000', '155749.090000', '155749.550000', '155750.010000', '155750.470000', '155750.930000', '155751.390000', '155751.850000', '155752.310000', '155752.770000', '155753.230000', '155753.690000', '155754.150000', '155754.610000', '155755.070000', '155755.530000', '155755.990000', '155756.450000', '155756.910000', '155757.370000', '155757.830000', '155758.290000', '155758.750000', '155759.210000', '155759.670000', '155800.130000', '155800.590000', '155801.050000', '155801.510000', '155801.970000', '155802.430000', '155802.890000', '155803.350000', '155803.810000', '155804.270000', '155804.730000', '155805.190000', '155805.650000', '155806.110000', '155806.570000', '155807.030000', '155807.490000', '155807.950000', '155808.410000', '155808.870000', '155809.330000', '155809.790000', '155810.250000', '155810.710000', '155811.170000', '155811.630000', '155812.090000', '155812.550000', '155813.010000', '155813.470000', '155813.930000', '155814.390000', '155814.850000', '155815.310000', '155815.770000', '155816.230000', '155816.690000', '155817.150000', '155817.610000', '155818.070000', '155818.530000', '155818.990000', '155819.450000', '155819.910000', '155820.370000', '155820.830000', '155821.290000', '155821.750000', '155822.210000', '155822.670000', '155823.130000', '155823.590000', '155824.050000', '155824.510000', '155824.970000', '155825.430000', '155825.890000', '155826.350000', '155826.810000', '155827.270000', '155827.730000', '155828.190000', '155828.650000', '155829.110000', '155829.570000', '155830.030000', '155830.490000', '155830.950000', '155831.410000', '155831.870000', '155832.330000', '155832.790000', '155833.250000', '155833.710000', '155834.170000', '155834.630000', '155835.090000', '155835.550000', '155836.010000', '155836.470000', '155836.930000', '155837.390000', '155837.850000', '155838.310000', '155838.770000', '155839.230000', '155839.690000', '155840.150000', '155840.610000', '155841.070000', '155841.530000', '155841.990000', '155842.450000', '155842.910000', '155843.370000', '155843.830000', '155844.290000', '155844.750000', '155845.210000', '155845.670000', '155846.130000', '155846.590000', '155847.050000', '155847.510000', '155847.970000', '155848.430000', '155848.890000', '155849.350000', '155849.810000', '155850.270000', '155850.730000', '155851.190000', '155851.650000', '155852.110000', '155852.570000', '155853.030000', '155853.490000', '155853.950000', '155854.410000', '155854.870000', '155855.330000', '155855.790000', '155856.250000', '155856.710000', '155857.170000', '155857.630000', '155858.090000', '155858.550000', '155859.010000', '155859.470000', '155859.930000', '155900.390000', '155900.850000', '155901.310000', '155901.770000', '155902.230000', '155902.690000', '155903.150000', '155903.610000', '155904.070000', '155904.530000', '155904.990000', '155905.450000', '155905.910000', '155906.370000', '155906.830000', '155907.290000', '155907.750000', '155908.210000', '155908.670000', '155909.130000', '155909.590000', '155910.050000', '155910.510000', '155910.970000', '155911.430000', '155911.890000', '155912.350000', '155912.810000', '155913.270000', '155913.730000', '155914.190000', '155914.650000', '155915.110000', '155915.570000', '155916.030000', '155916.490000', '155916.950000', '155917.410000', '155917.870000', '155918.330000', '155918.790000', '155919.250000', '155919.710000', '155920.170000', '155920.630000', '155921.090000', '155921.550000', '155922.010000', '155922.470000', '155922.930000', '155923.390000', '155923.850000', '155924.310000', '155924.770000', '155925.230000', '155925.690000', '155926.150000', '155926.610000', '155927.070000', '155927.530000', '155927.990000', '155928.450000', '155928.910000', '155929.370000', '155929.830000', '155930.290000', '155930.750000', '155931.210000', '155931.670000', '155932.130000', '155932.590000', '155933.050000', '155933.510000', '155933.970000', '155934.430000', '155934.890000', '155935.350000', '155935.810000', '155936.270000', '155936.730000', '155937.190000', '155937.650000', '155938.110000', '155938.570000', '155939.030000', '155939.490000', '155939.950000', '155940.410000', '155940.870000', '155941.330000', '155941.790000', '155942.250000', '155942.710000', '155943.170000', '155943.630000', '155944.090000', '155944.550000', '155945.010000', '155945.470000', '155945.930000', '155946.390000', '155946.850000', '155947.310000', '155947.770000', '155948.230000', '155948.690000', '155949.150000', '155949.610000', '155950.070000', '155950.530000', '155950.990000', '155951.450000', '155951.910000', '155952.370000', '155952.830000', '155953.290000', '155953.750000', '155954.210000', '155954.670000', '155955.130000', '155955.590000', '155956.050000', '155956.510000', '155956.970000', '155957.430000', '155957.890000', '155958.350000', '155958.810000', '155959.270000', '155959.730000', '160000.190000', '160000.650000', '160001.110000', '160001.570000', '160002.030000', '160002.490000', '160002.950000', '160003.410000', '160003.870000', '160004.330000', '160004.790000', '160005.250000', '160005.710000', '160006.170000', '160006.630000', '160007.090000', '160007.550000', '160008.010000', '160008.470000', '160008.930000', '160009.390000', '160009.850000', '160010.310000', '160010.770000', '160011.230000', '160011.690000', '160012.150000', '160012.610000', '160013.070000', '160013.530000', '160013.990000', '160014.450000', '160014.910000', '160015.370000', '160015.830000', '160016.290000', '160016.750000', '160017.210000', '160017.670000', '160018.130000', '160018.590000', '160019.050000', '160019.510000', '160019.970000', '160020.430000', '160020.890000', '160021.350000', '160021.810000', '160022.270000', '160022.730000', '160023.190000', '160023.650000', '160024.110000', '160024.570000', '160025.030000', '160025.490000', '160025.950000', '160026.410000', '160026.870000', '160027.330000', '160027.790000', '160028.250000', '160028.710000', '160029.170000', '160029.630000', '160030.090000', '160030.550000', '160031.010000', '160031.470000', '160031.930000', '160032.390000', '160032.850000', '160033.310000', '160033.770000', '160034.230000', '160034.690000', '160035.150000', '160035.610000', '160036.070000', '160036.530000', '160036.990000', '160037.450000', '160037.910000', '160038.370000', '160038.830000', '160039.290000', '160039.750000', '160040.210000', '160040.670000', '160041.130000', '160041.590000', '160042.050000', '160042.510000', '160042.970000', '160043.430000', '160043.890000', '160044.350000', '160044.810000', '160045.270000', '160045.730000', '160046.190000', '160046.650000', '160047.110000', '160047.570000', '160048.030000', '160048.490000', '160048.950000', '160049.410000', '160049.870000', '160050.330000', '160050.790000', '160051.250000', '160051.710000', '160052.170000', '160052.630000', '160053.090000', '160053.550000', '160054.010000', '160054.470000', '160054.930000', '160055.390000', '160055.850000', '160056.310000', '160056.770000', '160057.230000', '160057.690000', '160058.150000', '160058.610000', '160059.070000', '160059.530000', '160059.990000', '160100.450000', '160100.910000', '160101.370000', '160101.830000', '160102.290000', '160102.750000', '160103.210000', '160103.670000', '160104.130000', '160104.590000', '160105.050000', '160105.510000', '160105.970000', '160106.430000', '160106.890000', '160107.350000', '160107.810000', '160108.270000', '160108.730000', '160109.190000', '160109.650000', '160110.110000', '160110.570000', '160111.030000', '160111.490000', '160111.950000', '160112.410000', '160112.870000', '160113.330000', '160113.790000', '160114.250000', '160114.710000', '160115.170000', '160115.630000', '160116.090000', '160116.550000', '160117.010000', '160117.470000', '160117.930000', '160118.390000', '160118.850000', '160119.310000', '160119.770000', '160120.230000', '160120.690000', '160121.150000', '160121.610000', '160122.070000', '160122.530000', '160122.990000', '160123.450000', '160123.910000', '160124.370000', '160124.830000', '160125.290000', '160125.750000', '160126.210000', '160126.670000', '160127.130000', '160127.590000', '160128.050000', '160128.510000', '160128.970000', '160129.430000', '160129.890000', '160130.350000', '160130.810000', '160131.270000', '160131.730000', '160132.190000', '160132.650000', '160133.110000', '160133.570000', '160134.030000', '160134.490000', '160134.950000', '160135.410000', '160135.870000', '160136.330000', '160136.790000', '160137.250000', '160137.710000', '160138.170000', '160138.630000', '160139.090000', '160139.550000', '160140.010000', '160140.470000', '160140.930000', '160141.390000', '160141.850000', '160142.310000', '160142.770000', '160143.230000', '160143.690000', '160144.150000', '160144.610000', '160145.070000', '160145.530000', '160145.990000', '160146.450000', '160146.910000', '160147.370000', '160147.830000', '160148.290000', '160148.750000', '160149.210000', '160149.670000', '160150.130000', '160150.590000', '160151.050000', '160151.510000', '160151.970000', '160152.430000', '160152.890000', '160153.350000', '160153.810000', '160154.270000', '160154.730000', '160155.190000', '160155.650000', '160156.110000', '160156.570000', '160157.030000', '160157.490000', '160157.950000', '160158.410000', '160158.870000', '160159.330000', '160159.790000', '160200.250000', '160200.710000', '160201.170000', '160201.630000', '160202.090000', '160202.550000', '160203.010000', '160203.470000', '160203.930000', '160204.390000', '160204.850000', '160205.310000', '160205.770000', '160206.230000', '160206.690000', '160207.150000', '160207.610000', '160208.070000', '160208.530000', '160208.990000', '160209.450000', '160209.910000', '160210.370000', '160210.830000', '160211.290000', '160211.750000', '160212.210000', '160212.670000', '160213.130000', '160213.590000', '160214.050000', '160214.510000', '160214.970000', '160215.430000', '160215.890000', '160216.350000', '160216.810000', '160217.270000', '160217.730000', '160218.190000', '160218.650000', '160219.110000', '160219.570000', '160220.030000', '160220.490000', '160220.950000', '160221.410000', '160221.870000', '160222.330000', '160222.790000', '160223.250000', '160223.710000', '160224.170000', '160224.630000', '160225.090000', '160225.550000', '160226.010000', '160226.470000', '160226.930000', '160227.390000', '160227.850000', '160228.310000', '160228.770000', '160229.230000', '160229.690000', '160230.150000', '160230.610000', '160231.070000', '160231.530000', '160231.990000', '160232.450000', '160232.910000', '160233.370000', '160233.830000', '160234.290000', '160234.750000', '160235.210000', '160235.670000', '160236.130000', '160236.590000', '160237.050000', '160237.510000', '160237.970000', '160238.430000', '160238.890000', '160239.350000', '160239.810000', '160240.270000', '160240.730000', '160241.190000', '160241.650000', '160242.110000', '160242.570000', '160243.030000', '160243.490000', '160243.950000', '160244.410000', '160244.870000', '160245.330000', '160245.790000', '160246.250000', '160246.710000', '160247.170000', '160247.630000', '160248.090000', '160248.550000', '160249.010000', '160249.470000', '160249.930000', '160250.390000', '160250.850000', '160251.310000', '160251.770000', '160252.230000', '160252.690000', '160253.150000', '160253.610000', '160254.070000', '160254.530000', '160254.990000', '160255.450000', '160255.910000', '160256.370000', '160256.830000', '160257.290000', '160257.750000', '160258.210000', '160258.670000', '160259.130000', '160259.590000', '160300.050000', '160300.510000', '160300.970000', '160301.430000', '160301.890000', '160302.350000', '160302.810000', '160303.270000', '160303.730000', '160304.190000', '160304.650000', '160305.110000', '160305.570000', '160306.030000', '160306.490000', '160306.950000', '160307.410000', '160307.870000', '160308.330000', '160308.790000', '160309.250000', '160309.710000', '160310.170000', '160310.630000', '160311.090000', '160311.550000', '160312.010000', '160312.470000', '160312.930000', '160313.390000', '160313.850000', '160314.310000', '160314.770000', '160315.230000', '160315.690000', '160316.150000', '160316.610000', '160317.070000', '160317.530000', '160317.990000', '160318.450000', '160318.910000', '160319.370000', '160319.830000', '160320.290000', '160320.750000', '160321.210000', '160321.670000', '160322.130000', '160322.590000', '160323.050000', '160323.510000', '160323.970000', '160324.430000', '160324.890000', '160325.350000', '160325.810000', '160326.270000', '160326.730000', '160327.190000', '160327.650000', '160328.110000', '160328.570000', '160329.030000', '160329.490000', '160329.950000', '160330.410000', '160330.870000', '160331.330000', '160331.790000', '160332.250000', '160332.710000', '160333.170000', '160333.630000', '160334.090000', '160334.550000', '160335.010000', '160335.470000', '160335.930000', '160336.390000', '160336.850000', '160337.310000', '160337.770000', '160338.230000', '160338.690000', '160339.150000', '160339.610000', '160340.070000', '160340.530000', '160340.990000', '160341.450000', '160341.910000', '160342.370000', '160342.830000', '160343.290000', '160343.750000', '160344.210000', '160344.670000', '160345.130000', '160345.590000', '160346.050000', '160346.510000', '160346.970000', '160347.430000', '160347.890000', '160348.350000', '160348.810000', '160349.270000', '160349.730000', '160350.190000', '160350.650000', '160351.110000', '160351.570000', '160352.030000', '160352.490000', '160352.950000', '160353.410000', '160353.870000', '160354.330000', '160354.790000', '160355.250000', '160355.710000', '160356.170000', '160356.630000', '160357.090000', '160357.550000', '160358.010000', '160358.470000', '160358.930000', '160359.390000', '160359.850000', '160400.310000', '160400.770000', '160401.230000', '160401.690000', '160402.150000', '160402.610000', '160403.070000', '160403.530000', '160403.990000', '160404.450000', '160404.910000', '160405.370000', '160405.830000', '160406.290000', '160406.750000', '160407.210000', '160407.670000', '160408.130000', '160408.590000', '160409.050000', '160409.510000', '160409.970000', '160410.430000', '160410.890000', '160411.350000', '160411.810000', '160412.270000', '160412.730000', '160413.190000', '160413.650000', '160414.110000', '160414.570000', '160415.030000', '160415.490000', '160415.950000', '160416.410000', '160416.870000', '160417.330000', '160417.790000', '160418.250000', '160418.710000', '160419.170000', '160419.630000', '160420.090000', '160420.550000', '160421.010000', '160421.470000', '160421.930000', '160422.390000', '160422.850000', '160423.310000', '160423.770000', '160424.230000', '160424.690000', '160425.150000', '160425.610000', '160426.070000', '160426.530000', '160426.990000', '160427.450000', '160427.910000', '160428.370000', '160428.830000', '160429.290000', '160429.750000', '160430.210000', '160430.670000', '160431.130000', '160431.590000', '160432.050000', '160432.510000', '160432.970000', '160433.430000', '160433.890000', '160434.350000', '160434.810000', '160435.270000', '160435.730000', '160436.190000', '160436.650000', '160437.110000', '160437.570000', '160438.030000', '160438.490000', '160438.950000', '160439.410000', '160439.870000', '160440.330000', '160440.790000', '160441.250000', '160441.710000', '160442.170000', '160442.630000', '160443.090000', '160443.550000', '160444.010000', '160444.470000', '160444.930000', '160445.390000', '160445.850000', '160446.310000', '160446.770000', '160447.230000', '160447.690000', '160448.150000', '160448.610000', '160449.070000', '160449.530000', '160449.990000', '160450.450000', '160450.910000', '160451.370000', '160451.830000', '160452.290000', '160452.750000', '160453.210000', '160453.670000', '160454.130000', '160454.590000', '160455.050000', '160455.510000', '160455.970000', '160456.430000', '160456.890000', '160457.350000', '160457.810000', '160458.270000', '160458.730000'], 'ContentTime': ['155455.368000', '155455.371000', '155455.373000', '155455.376000', '155455.378000', '155455.381000', '155455.383000', '155455.386000', '155455.389000', '155455.391000', '155455.394000', '155455.397000', '155455.426000', '155455.429000', '155455.432000', '155455.434000', '155455.437000', '155455.439000', '155455.442000', '155455.444000', '155455.447000', '155455.449000', '155455.452000', '155455.454000', '155455.457000', '155455.460000', '155455.462000', '155455.465000', '155455.467000', '155455.470000', '155455.472000', '155455.475000', '155455.477000', '155455.480000', '155455.483000', '155455.485000', '155455.488000', '155455.490000', '155455.493000', '155455.495000', '155455.498000', '155455.501000', '155455.503000', '155455.506000', '155455.508000', '155455.511000', '155455.514000', '155455.516000', '155455.519000', '155455.521000', '155455.524000', '155455.526000', '155455.529000', '155455.533000', '155455.536000', '155455.539000', '155455.541000', '155455.544000', '155455.546000', '155455.549000', '155515.332000', '155515.335000', '155515.338000', '155515.340000', '155515.343000', '155515.346000', '155515.348000', '155515.351000', '155515.353000', '155515.356000', '155515.358000', '155515.361000', '155515.364000', '155515.366000', '155515.369000', '155515.371000', '155515.374000', '155515.376000', '155515.379000', '155515.381000', '155515.384000', '155515.386000', '155515.389000', '155515.392000', '155515.394000', '155515.397000', '155515.399000', '155515.402000', '155515.404000', '155515.407000', '155515.409000', '155515.412000', '155515.415000', '155515.417000', '155515.420000', '155515.422000', '155515.425000', '155515.427000', '155515.430000', '155515.432000', '155515.435000', '155515.438000', '155515.440000', '155535.332000', '155535.335000', '155535.338000', '155535.340000', '155535.343000', '155535.346000', '155535.348000', '155535.351000', '155535.353000', '155535.356000', '155535.358000', '155535.361000', '155535.363000', '155535.366000', '155535.369000', '155535.371000', '155535.374000', '155535.376000', '155535.379000', '155535.381000', '155535.384000', '155535.386000', '155535.389000', '155535.392000', '155535.394000', '155535.397000', '155535.399000', '155535.402000', '155535.405000', '155535.407000', '155535.410000', '155535.412000', '155535.415000', '155535.417000', '155535.420000', '155535.422000', '155535.425000', '155535.428000', '155535.430000', '155535.433000', '155535.435000', '155535.438000', '155535.440000', '155535.443000', '155555.332000', '155555.335000', '155555.338000', '155555.340000', '155555.343000', '155555.346000', '155555.348000', '155555.351000', '155555.353000', '155555.356000', '155555.358000', '155555.361000', '155555.363000', '155555.366000', '155555.369000', '155555.371000', '155555.374000', '155555.376000', '155555.379000', '155555.381000', '155555.384000', '155555.386000', '155555.389000', '155555.392000', '155555.394000', '155555.397000', '155555.399000', '155555.402000', '155555.405000', '155555.407000', '155555.410000', '155555.412000', '155555.415000', '155555.417000', '155555.420000', '155555.422000', '155555.425000', '155555.428000', '155555.430000', '155555.433000', '155555.435000', '155555.438000', '155555.440000', '155615.332000', '155615.335000', '155615.338000', '155615.340000', '155615.343000', '155615.348000', '155615.351000', '155615.353000', '155615.356000', '155615.358000', '155615.361000', '155615.363000', '155615.366000', '155615.369000', '155615.371000', '155615.374000', '155615.376000', '155615.379000', '155615.381000', '155615.384000', '155615.387000', '155615.389000', '155615.392000', '155615.395000', '155615.397000', '155615.400000', '155615.402000', '155615.405000', '155615.407000', '155615.410000', '155615.412000', '155615.415000', '155615.418000', '155615.420000', '155615.423000', '155615.425000', '155615.441000', '155615.444000', '155615.446000', '155615.449000', '155615.451000', '155615.454000', '155615.456000', '155615.459000', '155635.333000', '155635.335000', '155635.338000', '155635.340000', '155635.343000', '155635.346000', '155635.348000', '155635.351000', '155635.353000', '155635.356000', '155635.358000', '155635.361000', '155635.364000', '155635.366000', '155635.369000', '155635.371000', '155635.374000', '155635.376000', '155635.379000', '155635.382000', '155635.384000', '155635.387000', '155635.390000', '155635.392000', '155635.395000', '155635.397000', '155635.400000', '155635.403000', '155635.405000', '155635.408000', '155635.410000', '155635.413000', '155635.415000', '155635.418000', '155635.420000', '155635.423000', '155635.426000', '155635.428000', '155635.431000', '155635.433000', '155635.436000', '155635.439000', '155635.441000', '155655.331000', '155655.334000', '155655.337000', '155655.339000', '155655.342000', '155655.345000', '155655.347000', '155655.350000', '155655.352000', '155655.355000', '155655.357000', '155655.360000', '155655.363000', '155655.365000', '155655.368000', '155655.370000', '155655.373000', '155655.375000', '155655.378000', '155655.381000', '155655.383000', '155655.386000', '155655.388000', '155655.391000', '155655.394000', '155655.396000', '155655.399000', '155655.401000', '155655.404000', '155655.406000', '155655.409000', '155655.412000', '155655.414000', '155655.417000', '155655.419000', '155655.422000', '155655.425000', '155655.427000', '155655.430000', '155655.432000', '155655.435000', '155655.437000', '155655.440000', '155655.443000', '155715.333000', '155715.335000', '155715.338000', '155715.340000', '155715.343000', '155715.346000', '155715.348000', '155715.351000', '155715.353000', '155715.356000', '155715.359000', '155715.361000', '155715.364000', '155715.366000', '155715.369000', '155715.371000', '155715.374000', '155715.377000', '155715.379000', '155715.382000', '155715.384000', '155715.387000', '155715.390000', '155715.392000', '155715.395000', '155715.397000', '155715.400000', '155715.403000', '155715.405000', '155715.408000', '155715.410000', '155715.413000', '155715.415000', '155715.418000', '155715.421000', '155715.423000', '155715.426000', '155715.428000', '155715.431000', '155715.434000', '155715.436000', '155715.439000', '155715.441000', '155735.332000', '155735.335000', '155735.338000', '155735.340000', '155735.343000', '155735.346000', '155735.348000', '155735.351000', '155735.354000', '155735.357000', '155735.359000', '155735.362000', '155735.365000', '155735.367000', '155735.370000', '155735.372000', '155735.375000', '155735.377000', '155735.380000', '155735.383000', '155735.385000', '155735.388000', '155735.390000', '155735.393000', '155735.396000', '155735.398000', '155735.401000', '155735.403000', '155735.406000', '155735.409000', '155735.411000', '155735.414000', '155735.417000', '155735.419000', '155735.422000', '155735.424000', '155735.427000', '155735.429000', '155735.432000', '155735.435000', '155735.437000', '155735.440000', '155735.442000', '155735.445000', '155755.332000', '155755.335000', '155755.338000', '155755.341000', '155755.343000', '155755.346000', '155755.348000', '155755.351000', '155755.354000', '155755.356000', '155755.359000', '155755.361000', '155755.364000', '155755.366000', '155755.369000', '155755.371000', '155755.374000', '155755.377000', '155755.379000', '155755.382000', '155755.384000', '155755.387000', '155755.390000', '155755.392000', '155755.395000', '155755.397000', '155755.400000', '155755.402000', '155755.405000', '155755.408000', '155755.410000', '155755.430000', '155755.432000', '155755.435000', '155755.438000', '155755.440000', '155755.443000', '155755.445000', '155755.448000', '155755.450000', '155755.453000', '155755.456000', '155755.458000', '155815.338000', '155815.340000', '155815.343000', '155815.346000', '155815.348000', '155815.351000', '155815.353000', '155815.356000', '155815.359000', '155815.361000', '155815.364000', '155815.366000', '155815.369000', '155815.371000', '155815.374000', '155815.377000', '155815.379000', '155815.382000', '155815.385000', '155815.387000', '155815.390000', '155815.392000', '155815.395000', '155815.397000', '155815.400000', '155815.403000', '155815.405000', '155815.408000', '155815.410000', '155815.413000', '155815.416000', '155815.418000', '155815.421000', '155815.424000', '155815.426000', '155815.429000', '155815.431000', '155815.434000', '155815.436000', '155815.439000', '155815.442000', '155815.444000', '155815.447000', '155835.333000', '155835.335000', '155835.338000', '155835.341000', '155835.343000', '155835.346000', '155835.348000', '155835.351000', '155835.353000', '155835.356000', '155835.359000', '155835.361000', '155835.364000', '155835.366000', '155835.369000', '155835.371000', '155835.374000', '155835.377000', '155835.379000', '155835.382000', '155835.384000', '155835.387000', '155835.390000', '155835.392000', '155835.395000', '155835.397000', '155835.400000', '155835.403000', '155835.405000', '155835.408000', '155835.410000', '155835.413000', '155835.416000', '155835.418000', '155835.421000', '155835.423000', '155835.426000', '155835.428000', '155835.431000', '155835.434000', '155835.436000', '155835.439000', '155835.441000', '155835.444000', '155855.332000', '155855.335000', '155855.338000', '155855.341000', '155855.343000', '155855.346000', '155855.348000', '155855.351000', '155855.354000', '155855.356000', '155855.359000', '155855.362000', '155855.364000', '155855.367000', '155855.369000', '155855.372000', '155855.375000', '155855.377000', '155855.380000', '155855.382000', '155855.385000', '155855.387000', '155855.391000', '155855.394000', '155855.396000', '155855.399000', '155855.401000', '155855.404000', '155855.407000', '155855.409000', '155855.412000', '155855.414000', '155855.417000', '155855.420000', '155855.422000', '155855.425000', '155855.427000', '155855.430000', '155855.432000', '155855.435000', '155855.438000', '155855.440000', '155855.443000', '155915.332000', '155915.334000', '155915.337000', '155915.340000', '155915.342000', '155915.345000', '155915.347000', '155915.350000', '155915.353000', '155915.355000', '155915.358000', '155915.360000', '155915.363000', '155915.366000', '155915.368000', '155915.371000', '155915.374000', '155915.376000', '155915.379000', '155915.381000', '155915.384000', '155915.387000', '155915.389000', '155915.392000', '155915.394000', '155915.397000', '155915.400000', '155915.402000', '155915.405000', '155915.407000', '155915.410000', '155915.413000', '155915.415000', '155915.418000', '155915.420000', '155915.423000', '155915.426000', '155915.428000', '155915.431000', '155915.433000', '155915.436000', '155915.439000', '155915.441000', '155915.444000', '155935.333000', '155935.335000', '155935.338000', '155935.341000', '155935.343000', '155935.346000', '155935.348000', '155935.351000', '155935.353000', '155935.356000', '155935.359000', '155935.361000', '155935.364000', '155935.366000', '155935.369000', '155935.371000', '155935.374000', '155935.377000', '155935.379000', '155935.382000', '155935.384000', '155935.387000', '155935.389000', '155935.392000', '155935.394000', '155935.397000', '155935.400000', '155935.402000', '155935.405000', '155935.408000', '155935.410000', '155935.413000', '155935.415000', '155935.418000', '155935.421000', '155935.423000', '155935.426000', '155935.428000', '155935.431000', '155935.433000', '155935.436000', '155935.439000', '155935.441000', '155935.444000', '155955.333000', '155955.335000', '155955.338000', '155955.341000', '155955.343000', '155955.346000', '155955.348000', '155955.351000', '155955.354000', '155955.356000', '155955.359000', '155955.361000', '155955.364000', '155955.367000', '155955.369000', '155955.372000', '155955.374000', '155955.377000', '155955.379000', '155955.382000', '155955.385000', '155955.387000', '155955.390000', '155955.393000', '155955.395000', '155955.398000', '155955.400000', '155955.403000', '155955.406000', '155955.408000', '155955.411000', '155955.413000', '155955.416000', '155955.418000', '155955.421000', '155955.423000', '155955.426000', '155955.429000', '155955.431000', '155955.434000', '155955.436000', '155955.439000', '155955.442000', '160015.333000', '160015.336000', '160015.338000', '160015.341000', '160015.343000', '160015.346000', '160015.348000', '160015.351000', '160015.354000', '160015.356000', '160015.359000', '160015.361000', '160015.364000', '160015.366000', '160015.369000', '160015.372000', '160015.374000', '160015.377000', '160015.380000', '160015.382000', '160015.385000', '160015.387000', '160015.390000', '160015.392000', '160015.395000', '160015.398000', '160015.400000', '160015.403000', '160015.406000', '160015.408000', '160015.411000', '160015.413000', '160015.416000', '160015.418000', '160015.421000', '160015.423000', '160015.426000', '160015.429000', '160015.432000', '160015.435000', '160015.438000', '160015.441000', '160015.443000', '160035.333000', '160035.335000', '160035.338000', '160035.341000', '160035.343000', '160035.346000', '160035.348000', '160035.351000', '160035.354000', '160035.356000', '160035.359000', '160035.361000', '160035.364000', '160035.366000', '160035.369000', '160035.372000', '160035.374000', '160035.377000', '160035.379000', '160035.382000', '160035.384000', '160035.387000', '160035.390000', '160035.392000', '160035.395000', '160035.397000', '160035.400000', '160035.402000', '160035.405000', '160035.408000', '160035.410000', '160035.413000', '160035.415000', '160035.418000', '160035.421000', '160035.423000', '160035.426000', '160035.428000', '160035.431000', '160035.433000', '160035.436000', '160035.438000', '160035.441000', '160035.444000', '160055.332000', '160055.335000', '160055.338000', '160055.341000', '160055.343000', '160055.346000', '160055.348000', '160055.351000', '160055.353000', '160055.375000', '160055.377000', '160055.380000', '160055.382000', '160055.385000', '160055.388000', '160055.390000', '160055.393000', '160055.395000', '160055.398000', '160055.401000', '160055.404000', '160055.407000', '160055.410000', '160055.413000', '160055.415000', '160055.418000', '160055.420000', '160055.423000', '160055.425000', '160055.428000', '160055.431000', '160055.433000', '160055.436000', '160055.438000', '160055.441000', '160055.443000', '160055.446000', '160055.448000', '160055.451000', '160055.454000', '160055.456000', '160055.459000', '160055.461000', '160115.333000', '160115.335000', '160115.338000', '160115.341000', '160115.343000', '160115.346000', '160115.348000', '160115.351000', '160115.354000', '160115.356000', '160115.359000', '160115.361000', '160115.364000', '160115.366000', '160115.369000', '160115.372000', '160115.374000', '160115.377000', '160115.379000', '160115.382000', '160115.384000', '160115.387000', '160115.390000', '160115.392000', '160115.395000', '160115.397000', '160115.400000', '160115.403000', '160115.405000', '160115.408000', '160115.410000', '160115.413000', '160115.415000', '160115.418000', '160115.421000', '160115.423000', '160115.426000', '160115.428000', '160115.431000', '160115.433000', '160115.436000', '160115.439000', '160115.441000', '160115.444000', '160135.332000', '160135.335000', '160135.337000', '160135.340000', '160135.342000', '160135.345000', '160135.347000', '160135.350000', '160135.353000', '160135.355000', '160135.358000', '160135.360000', '160135.363000', '160135.366000', '160135.368000', '160135.371000', '160135.374000', '160135.376000', '160135.379000', '160135.381000', '160135.384000', '160135.386000', '160135.389000', '160135.392000', '160135.394000', '160135.397000', '160135.399000', '160135.402000', '160135.405000', '160135.407000', '160135.410000', '160135.412000', '160135.415000', '160135.417000', '160135.420000', '160135.422000', '160135.425000', '160135.428000', '160135.431000', '160135.433000', '160135.436000', '160135.438000', '160135.441000', '160155.333000', '160155.336000', '160155.338000', '160155.341000', '160155.343000', '160155.346000', '160155.349000', '160155.351000', '160155.354000', '160155.356000', '160155.359000', '160155.362000', '160155.364000', '160155.367000', '160155.369000', '160155.372000', '160155.374000', '160155.377000', '160155.380000', '160155.382000', '160155.385000', '160155.387000', '160155.390000', '160155.392000', '160155.395000', '160155.398000', '160155.400000', '160155.403000', '160155.405000', '160155.408000', '160155.410000', '160155.413000', '160155.416000', '160155.418000', '160155.421000', '160155.423000', '160155.426000', '160155.429000', '160155.431000', '160155.434000', '160155.436000', '160155.439000', '160155.442000', '160155.444000', '160215.333000', '160215.335000', '160215.338000', '160215.341000', '160215.343000', '160215.346000', '160215.349000', '160215.351000', '160215.354000', '160215.356000', '160215.359000', '160215.362000', '160215.364000', '160215.367000', '160215.369000', '160215.372000', '160215.374000', '160215.377000', '160215.380000', '160215.382000', '160215.421000', '160215.424000', '160215.426000', '160215.429000', '160215.432000', '160215.434000', '160215.437000', '160215.439000', '160215.442000', '160215.444000', '160215.447000', '160215.449000', '160215.452000', '160215.455000', '160215.457000', '160215.460000', '160215.462000', '160215.465000', '160215.468000', '160215.470000', '160215.473000', '160215.476000', '160215.478000', '160235.333000', '160235.335000', '160235.338000', '160235.340000', '160235.343000', '160235.346000', '160235.348000', '160235.351000', '160235.354000', '160235.356000', '160235.359000', '160235.361000', '160235.364000', '160235.366000', '160235.369000', '160235.372000', '160235.374000', '160235.377000', '160235.379000', '160235.382000', '160235.385000', '160235.387000', '160235.390000', '160235.392000', '160235.395000', '160235.398000', '160235.400000', '160235.403000', '160235.405000', '160235.408000', '160235.411000', '160235.414000', '160235.416000', '160235.419000', '160235.422000', '160235.424000', '160235.427000', '160235.429000', '160235.432000', '160235.435000', '160235.437000', '160235.440000', '160235.442000', '160235.445000', '160255.333000', '160255.335000', '160255.338000', '160255.341000', '160255.343000', '160255.346000', '160255.356000', '160255.359000', '160255.362000', '160255.364000', '160255.367000', '160255.369000', '160255.372000', '160255.375000', '160255.377000', '160255.380000', '160255.382000', '160255.385000', '160255.388000', '160255.390000', '160255.393000', '160255.395000', '160255.398000', '160255.401000', '160255.403000', '160255.406000', '160255.408000', '160255.411000', '160255.414000', '160255.416000', '160255.419000', '160255.421000', '160255.424000', '160255.427000', '160255.429000', '160255.432000', '160255.434000', '160255.437000', '160255.440000', '160255.442000', '160255.445000', '160255.447000', '160255.450000', '160315.333000', '160315.336000', '160315.338000', '160315.341000', '160315.343000', '160315.346000', '160315.349000', '160315.351000', '160315.354000', '160315.356000', '160315.359000', '160315.362000', '160315.364000', '160315.367000', '160315.369000', '160315.372000', '160315.375000', '160315.377000', '160315.380000', '160315.382000', '160315.385000', '160315.387000', '160315.390000', '160315.393000', '160315.395000', '160315.398000', '160315.400000', '160315.403000', '160315.405000', '160315.408000', '160315.411000', '160315.413000', '160315.416000', '160315.418000', '160315.421000', '160315.424000', '160315.426000', '160315.429000', '160315.431000', '160315.434000', '160315.436000', '160315.439000', '160315.442000', '160315.444000', '160335.333000', '160335.335000', '160335.338000', '160335.341000', '160335.343000', '160335.346000', '160335.349000', '160335.351000', '160335.354000', '160335.356000', '160335.359000', '160335.362000', '160335.364000', '160335.367000', '160335.369000', '160335.372000', '160335.390000', '160335.393000', '160335.396000', '160335.398000', '160335.401000', '160335.403000', '160335.406000', '160335.409000', '160335.411000', '160335.414000', '160335.416000', '160335.419000', '160335.421000', '160335.424000', '160335.427000', '160335.429000', '160335.432000', '160335.434000', '160335.437000', '160335.440000', '160335.442000', '160335.445000', '160335.447000', '160335.450000', '160335.453000', '160335.455000', '160335.458000', '160355.332000', '160355.335000', '160355.337000', '160355.340000', '160355.342000', '160355.345000', '160355.348000', '160355.350000', '160355.353000', '160355.355000', '160355.358000', '160355.360000', '160355.363000', '160355.366000', '160355.368000', '160355.371000', '160355.374000', '160355.376000', '160355.379000', '160355.381000', '160355.384000', '160355.387000', '160355.389000', '160355.392000', '160355.394000', '160355.397000', '160355.399000', '160355.402000', '160355.405000', '160355.407000', '160355.412000', '160355.414000', '160355.417000', '160355.419000', '160355.422000', '160355.425000', '160355.427000', '160355.430000', '160355.432000', '160355.436000', '160355.439000', '160355.441000', '160355.444000', '160355.446000', '160415.333000', '160415.336000', '160415.338000', '160415.341000', '160415.343000', '160415.346000', '160415.349000', '160415.351000', '160415.354000', '160415.356000', '160415.359000', '160415.361000', '160415.364000', '160415.367000', '160415.369000', '160415.372000', '160415.374000', '160415.377000', '160415.380000', '160415.382000', '160415.385000', '160415.387000', '160415.390000', '160415.392000', '160415.395000', '160415.398000', '160415.400000', '160415.403000', '160415.405000', '160415.408000', '160415.411000', '160415.413000', '160415.416000', '160415.419000', '160415.421000', '160415.424000', '160415.426000', '160415.429000', '160415.431000', '160415.434000', '160415.436000', '160415.439000', '160415.442000', '160435.333000', '160435.336000', '160435.338000', '160435.341000', '160435.343000', '160435.346000', '160435.349000', '160435.351000', '160435.354000', '160435.356000', '160435.359000', '160435.361000', '160435.364000', '160435.367000', '160435.369000', '160435.372000', '160435.375000', '160435.377000', '160435.380000', '160435.382000', '160435.385000', '160435.388000', '160435.390000', '160435.393000', '160435.395000', '160435.398000', '160435.401000', '160435.403000', '160435.406000', '160435.408000', '160435.411000', '160435.414000', '160435.416000', '160435.419000', '160435.421000', '160435.424000', '160435.427000', '160435.429000', '160435.432000', '160435.434000', '160435.437000', '160435.439000', '160435.442000', '160435.456000', '160455.333000', '160455.335000', '160455.338000', '160455.341000', '160455.343000', '160455.346000', '160455.349000', '160455.351000', '160455.354000', '160455.356000', '160455.359000', '160455.361000', '160455.364000', '160455.367000', '160455.369000', '160455.372000', '160455.374000', '160455.377000', '160455.380000', '160455.382000', '160455.385000', '160455.387000', '160455.390000', '160455.393000', '160455.395000', '160455.398000', '160455.400000', '160455.403000', '160455.406000', '160455.408000', '160455.411000', '160455.413000', '160455.416000', '160455.418000', '160455.421000', '160455.424000', '160455.426000', '160455.429000', '160455.431000', '160455.434000', '160455.436000', '160455.439000', '160455.442000', '160500.572000', '160500.575000', '160500.578000', '160500.581000', '160500.584000', '160500.586000', '160500.589000', '160500.592000', '160500.595000', '160500.598000', '160500.601000', '160500.604000'], 'InstanceCreationTime': ['155455.368000', '155455.371000', '155455.373000', '155455.376000', '155455.378000', '155455.381000', '155455.383000', '155455.386000', '155455.389000', '155455.391000', '155455.394000', '155455.397000', '155455.426000', '155455.429000', '155455.432000', '155455.434000', '155455.437000', '155455.439000', '155455.442000', '155455.444000', '155455.447000', '155455.449000', '155455.452000', '155455.454000', '155455.457000', '155455.460000', '155455.462000', '155455.465000', '155455.467000', '155455.470000', '155455.472000', '155455.475000', '155455.477000', '155455.480000', '155455.483000', '155455.485000', '155455.488000', '155455.490000', '155455.493000', '155455.495000', '155455.498000', '155455.501000', '155455.503000', '155455.506000', '155455.508000', '155455.511000', '155455.514000', '155455.516000', '155455.519000', '155455.521000', '155455.524000', '155455.526000', '155455.529000', '155455.533000', '155455.536000', '155455.539000', '155455.541000', '155455.544000', '155455.546000', '155455.549000', '155515.332000', '155515.335000', '155515.338000', '155515.340000', '155515.343000', '155515.346000', '155515.348000', '155515.351000', '155515.353000', '155515.356000', '155515.358000', '155515.361000', '155515.364000', '155515.366000', '155515.369000', '155515.371000', '155515.374000', '155515.376000', '155515.379000', '155515.381000', '155515.384000', '155515.386000', '155515.389000', '155515.392000', '155515.394000', '155515.397000', '155515.399000', '155515.402000', '155515.404000', '155515.407000', '155515.409000', '155515.412000', '155515.415000', '155515.417000', '155515.420000', '155515.422000', '155515.425000', '155515.427000', '155515.430000', '155515.432000', '155515.435000', '155515.438000', '155515.440000', '155535.332000', '155535.335000', '155535.338000', '155535.340000', '155535.343000', '155535.346000', '155535.348000', '155535.351000', '155535.353000', '155535.356000', '155535.358000', '155535.361000', '155535.363000', '155535.366000', '155535.369000', '155535.371000', '155535.374000', '155535.376000', '155535.379000', '155535.381000', '155535.384000', '155535.386000', '155535.389000', '155535.392000', '155535.394000', '155535.397000', '155535.399000', '155535.402000', '155535.405000', '155535.407000', '155535.410000', '155535.412000', '155535.415000', '155535.417000', '155535.420000', '155535.422000', '155535.425000', '155535.428000', '155535.430000', '155535.433000', '155535.435000', '155535.438000', '155535.440000', '155535.443000', '155555.332000', '155555.335000', '155555.338000', '155555.340000', '155555.343000', '155555.346000', '155555.348000', '155555.351000', '155555.353000', '155555.356000', '155555.358000', '155555.361000', '155555.363000', '155555.366000', '155555.369000', '155555.371000', '155555.374000', '155555.376000', '155555.379000', '155555.381000', '155555.384000', '155555.386000', '155555.389000', '155555.392000', '155555.394000', '155555.397000', '155555.399000', '155555.402000', '155555.405000', '155555.407000', '155555.410000', '155555.412000', '155555.415000', '155555.417000', '155555.420000', '155555.422000', '155555.425000', '155555.428000', '155555.430000', '155555.433000', '155555.435000', '155555.438000', '155555.440000', '155615.332000', '155615.335000', '155615.338000', '155615.340000', '155615.343000', '155615.348000', '155615.351000', '155615.353000', '155615.356000', '155615.358000', '155615.361000', '155615.363000', '155615.366000', '155615.369000', '155615.371000', '155615.374000', '155615.376000', '155615.379000', '155615.381000', '155615.384000', '155615.387000', '155615.389000', '155615.392000', '155615.395000', '155615.397000', '155615.400000', '155615.402000', '155615.405000', '155615.407000', '155615.410000', '155615.412000', '155615.415000', '155615.418000', '155615.420000', '155615.423000', '155615.425000', '155615.441000', '155615.444000', '155615.446000', '155615.449000', '155615.451000', '155615.454000', '155615.456000', '155615.459000', '155635.333000', '155635.335000', '155635.338000', '155635.340000', '155635.343000', '155635.346000', '155635.348000', '155635.351000', '155635.353000', '155635.356000', '155635.358000', '155635.361000', '155635.364000', '155635.366000', '155635.369000', '155635.371000', '155635.374000', '155635.376000', '155635.379000', '155635.382000', '155635.384000', '155635.387000', '155635.390000', '155635.392000', '155635.395000', '155635.397000', '155635.400000', '155635.403000', '155635.405000', '155635.408000', '155635.410000', '155635.413000', '155635.415000', '155635.418000', '155635.420000', '155635.423000', '155635.426000', '155635.428000', '155635.431000', '155635.433000', '155635.436000', '155635.439000', '155635.441000', '155655.331000', '155655.334000', '155655.337000', '155655.339000', '155655.342000', '155655.345000', '155655.347000', '155655.350000', '155655.352000', '155655.355000', '155655.357000', '155655.360000', '155655.363000', '155655.365000', '155655.368000', '155655.370000', '155655.373000', '155655.375000', '155655.378000', '155655.381000', '155655.383000', '155655.386000', '155655.388000', '155655.391000', '155655.394000', '155655.396000', '155655.399000', '155655.401000', '155655.404000', '155655.406000', '155655.409000', '155655.412000', '155655.414000', '155655.417000', '155655.419000', '155655.422000', '155655.425000', '155655.427000', '155655.430000', '155655.432000', '155655.435000', '155655.437000', '155655.440000', '155655.443000', '155715.333000', '155715.335000', '155715.338000', '155715.340000', '155715.343000', '155715.346000', '155715.348000', '155715.351000', '155715.353000', '155715.356000', '155715.359000', '155715.361000', '155715.364000', '155715.366000', '155715.369000', '155715.371000', '155715.374000', '155715.377000', '155715.379000', '155715.382000', '155715.384000', '155715.387000', '155715.390000', '155715.392000', '155715.395000', '155715.397000', '155715.400000', '155715.403000', '155715.405000', '155715.408000', '155715.410000', '155715.413000', '155715.415000', '155715.418000', '155715.421000', '155715.423000', '155715.426000', '155715.428000', '155715.431000', '155715.434000', '155715.436000', '155715.439000', '155715.441000', '155735.332000', '155735.335000', '155735.338000', '155735.340000', '155735.343000', '155735.346000', '155735.348000', '155735.351000', '155735.354000', '155735.357000', '155735.359000', '155735.362000', '155735.365000', '155735.367000', '155735.370000', '155735.372000', '155735.375000', '155735.377000', '155735.380000', '155735.383000', '155735.385000', '155735.388000', '155735.390000', '155735.393000', '155735.396000', '155735.398000', '155735.401000', '155735.403000', '155735.406000', '155735.409000', '155735.411000', '155735.414000', '155735.417000', '155735.419000', '155735.422000', '155735.424000', '155735.427000', '155735.429000', '155735.432000', '155735.435000', '155735.437000', '155735.440000', '155735.442000', '155735.445000', '155755.332000', '155755.335000', '155755.338000', '155755.341000', '155755.343000', '155755.346000', '155755.348000', '155755.351000', '155755.354000', '155755.356000', '155755.359000', '155755.361000', '155755.364000', '155755.366000', '155755.369000', '155755.371000', '155755.374000', '155755.377000', '155755.379000', '155755.382000', '155755.384000', '155755.387000', '155755.390000', '155755.392000', '155755.395000', '155755.397000', '155755.400000', '155755.402000', '155755.405000', '155755.408000', '155755.410000', '155755.430000', '155755.432000', '155755.435000', '155755.438000', '155755.440000', '155755.443000', '155755.445000', '155755.448000', '155755.450000', '155755.453000', '155755.456000', '155755.458000', '155815.338000', '155815.340000', '155815.343000', '155815.346000', '155815.348000', '155815.351000', '155815.353000', '155815.356000', '155815.359000', '155815.361000', '155815.364000', '155815.366000', '155815.369000', '155815.371000', '155815.374000', '155815.377000', '155815.379000', '155815.382000', '155815.385000', '155815.387000', '155815.390000', '155815.392000', '155815.395000', '155815.397000', '155815.400000', '155815.403000', '155815.405000', '155815.408000', '155815.410000', '155815.413000', '155815.416000', '155815.418000', '155815.421000', '155815.424000', '155815.426000', '155815.429000', '155815.431000', '155815.434000', '155815.436000', '155815.439000', '155815.442000', '155815.444000', '155815.447000', '155835.333000', '155835.335000', '155835.338000', '155835.341000', '155835.343000', '155835.346000', '155835.348000', '155835.351000', '155835.353000', '155835.356000', '155835.359000', '155835.361000', '155835.364000', '155835.366000', '155835.369000', '155835.371000', '155835.374000', '155835.377000', '155835.379000', '155835.382000', '155835.384000', '155835.387000', '155835.390000', '155835.392000', '155835.395000', '155835.397000', '155835.400000', '155835.403000', '155835.405000', '155835.408000', '155835.410000', '155835.413000', '155835.416000', '155835.418000', '155835.421000', '155835.423000', '155835.426000', '155835.428000', '155835.431000', '155835.434000', '155835.436000', '155835.439000', '155835.441000', '155835.444000', '155855.332000', '155855.335000', '155855.338000', '155855.341000', '155855.343000', '155855.346000', '155855.348000', '155855.351000', '155855.354000', '155855.356000', '155855.359000', '155855.362000', '155855.364000', '155855.367000', '155855.369000', '155855.372000', '155855.375000', '155855.377000', '155855.380000', '155855.382000', '155855.385000', '155855.387000', '155855.391000', '155855.394000', '155855.396000', '155855.399000', '155855.401000', '155855.404000', '155855.407000', '155855.409000', '155855.412000', '155855.414000', '155855.417000', '155855.420000', '155855.422000', '155855.425000', '155855.427000', '155855.430000', '155855.432000', '155855.435000', '155855.438000', '155855.440000', '155855.443000', '155915.332000', '155915.334000', '155915.337000', '155915.340000', '155915.342000', '155915.345000', '155915.347000', '155915.350000', '155915.353000', '155915.355000', '155915.358000', '155915.360000', '155915.363000', '155915.366000', '155915.368000', '155915.371000', '155915.374000', '155915.376000', '155915.379000', '155915.381000', '155915.384000', '155915.387000', '155915.389000', '155915.392000', '155915.394000', '155915.397000', '155915.400000', '155915.402000', '155915.405000', '155915.407000', '155915.410000', '155915.413000', '155915.415000', '155915.418000', '155915.420000', '155915.423000', '155915.426000', '155915.428000', '155915.431000', '155915.433000', '155915.436000', '155915.439000', '155915.441000', '155915.444000', '155935.333000', '155935.335000', '155935.338000', '155935.341000', '155935.343000', '155935.346000', '155935.348000', '155935.351000', '155935.353000', '155935.356000', '155935.359000', '155935.361000', '155935.364000', '155935.366000', '155935.369000', '155935.371000', '155935.374000', '155935.377000', '155935.379000', '155935.382000', '155935.384000', '155935.387000', '155935.389000', '155935.392000', '155935.394000', '155935.397000', '155935.400000', '155935.402000', '155935.405000', '155935.408000', '155935.410000', '155935.413000', '155935.415000', '155935.418000', '155935.421000', '155935.423000', '155935.426000', '155935.428000', '155935.431000', '155935.433000', '155935.436000', '155935.439000', '155935.441000', '155935.444000', '155955.333000', '155955.335000', '155955.338000', '155955.341000', '155955.343000', '155955.346000', '155955.348000', '155955.351000', '155955.354000', '155955.356000', '155955.359000', '155955.361000', '155955.364000', '155955.367000', '155955.369000', '155955.372000', '155955.374000', '155955.377000', '155955.379000', '155955.382000', '155955.385000', '155955.387000', '155955.390000', '155955.393000', '155955.395000', '155955.398000', '155955.400000', '155955.403000', '155955.406000', '155955.408000', '155955.411000', '155955.413000', '155955.416000', '155955.418000', '155955.421000', '155955.423000', '155955.426000', '155955.429000', '155955.431000', '155955.434000', '155955.436000', '155955.439000', '155955.442000', '160015.333000', '160015.336000', '160015.338000', '160015.341000', '160015.343000', '160015.346000', '160015.348000', '160015.351000', '160015.354000', '160015.356000', '160015.359000', '160015.361000', '160015.364000', '160015.366000', '160015.369000', '160015.372000', '160015.374000', '160015.377000', '160015.380000', '160015.382000', '160015.385000', '160015.387000', '160015.390000', '160015.392000', '160015.395000', '160015.398000', '160015.400000', '160015.403000', '160015.406000', '160015.408000', '160015.411000', '160015.413000', '160015.416000', '160015.418000', '160015.421000', '160015.423000', '160015.426000', '160015.429000', '160015.432000', '160015.435000', '160015.438000', '160015.441000', '160015.443000', '160035.333000', '160035.335000', '160035.338000', '160035.341000', '160035.343000', '160035.346000', '160035.348000', '160035.351000', '160035.354000', '160035.356000', '160035.359000', '160035.361000', '160035.364000', '160035.366000', '160035.369000', '160035.372000', '160035.374000', '160035.377000', '160035.379000', '160035.382000', '160035.384000', '160035.387000', '160035.390000', '160035.392000', '160035.395000', '160035.397000', '160035.400000', '160035.402000', '160035.405000', '160035.408000', '160035.410000', '160035.413000', '160035.415000', '160035.418000', '160035.421000', '160035.423000', '160035.426000', '160035.428000', '160035.431000', '160035.433000', '160035.436000', '160035.438000', '160035.441000', '160035.444000', '160055.332000', '160055.335000', '160055.338000', '160055.341000', '160055.343000', '160055.346000', '160055.348000', '160055.351000', '160055.353000', '160055.375000', '160055.377000', '160055.380000', '160055.382000', '160055.385000', '160055.388000', '160055.390000', '160055.393000', '160055.395000', '160055.398000', '160055.401000', '160055.404000', '160055.407000', '160055.410000', '160055.413000', '160055.415000', '160055.418000', '160055.420000', '160055.423000', '160055.425000', '160055.428000', '160055.431000', '160055.433000', '160055.436000', '160055.438000', '160055.441000', '160055.443000', '160055.446000', '160055.448000', '160055.451000', '160055.454000', '160055.456000', '160055.459000', '160055.461000', '160115.333000', '160115.335000', '160115.338000', '160115.341000', '160115.343000', '160115.346000', '160115.348000', '160115.351000', '160115.354000', '160115.356000', '160115.359000', '160115.361000', '160115.364000', '160115.366000', '160115.369000', '160115.372000', '160115.374000', '160115.377000', '160115.379000', '160115.382000', '160115.384000', '160115.387000', '160115.390000', '160115.392000', '160115.395000', '160115.397000', '160115.400000', '160115.403000', '160115.405000', '160115.408000', '160115.410000', '160115.413000', '160115.415000', '160115.418000', '160115.421000', '160115.423000', '160115.426000', '160115.428000', '160115.431000', '160115.433000', '160115.436000', '160115.439000', '160115.441000', '160115.444000', '160135.332000', '160135.335000', '160135.337000', '160135.340000', '160135.342000', '160135.345000', '160135.347000', '160135.350000', '160135.353000', '160135.355000', '160135.358000', '160135.360000', '160135.363000', '160135.366000', '160135.368000', '160135.371000', '160135.374000', '160135.376000', '160135.379000', '160135.381000', '160135.384000', '160135.386000', '160135.389000', '160135.392000', '160135.394000', '160135.397000', '160135.399000', '160135.402000', '160135.405000', '160135.407000', '160135.410000', '160135.412000', '160135.415000', '160135.417000', '160135.420000', '160135.422000', '160135.425000', '160135.428000', '160135.431000', '160135.433000', '160135.436000', '160135.438000', '160135.441000', '160155.333000', '160155.336000', '160155.338000', '160155.341000', '160155.343000', '160155.346000', '160155.349000', '160155.351000', '160155.354000', '160155.356000', '160155.359000', '160155.362000', '160155.364000', '160155.367000', '160155.369000', '160155.372000', '160155.374000', '160155.377000', '160155.380000', '160155.382000', '160155.385000', '160155.387000', '160155.390000', '160155.392000', '160155.395000', '160155.398000', '160155.400000', '160155.403000', '160155.405000', '160155.408000', '160155.410000', '160155.413000', '160155.416000', '160155.418000', '160155.421000', '160155.423000', '160155.426000', '160155.429000', '160155.431000', '160155.434000', '160155.436000', '160155.439000', '160155.442000', '160155.444000', '160215.333000', '160215.335000', '160215.338000', '160215.341000', '160215.343000', '160215.346000', '160215.349000', '160215.351000', '160215.354000', '160215.356000', '160215.359000', '160215.362000', '160215.364000', '160215.367000', '160215.369000', '160215.372000', '160215.374000', '160215.377000', '160215.380000', '160215.382000', '160215.421000', '160215.424000', '160215.426000', '160215.429000', '160215.432000', '160215.434000', '160215.437000', '160215.439000', '160215.442000', '160215.444000', '160215.447000', '160215.449000', '160215.452000', '160215.455000', '160215.457000', '160215.460000', '160215.462000', '160215.465000', '160215.468000', '160215.470000', '160215.473000', '160215.476000', '160215.478000', '160235.333000', '160235.335000', '160235.338000', '160235.340000', '160235.343000', '160235.346000', '160235.348000', '160235.351000', '160235.354000', '160235.356000', '160235.359000', '160235.361000', '160235.364000', '160235.366000', '160235.369000', '160235.372000', '160235.374000', '160235.377000', '160235.379000', '160235.382000', '160235.385000', '160235.387000', '160235.390000', '160235.392000', '160235.395000', '160235.398000', '160235.400000', '160235.403000', '160235.405000', '160235.408000', '160235.411000', '160235.414000', '160235.416000', '160235.419000', '160235.422000', '160235.424000', '160235.427000', '160235.429000', '160235.432000', '160235.435000', '160235.437000', '160235.440000', '160235.442000', '160235.445000', '160255.333000', '160255.335000', '160255.338000', '160255.341000', '160255.343000', '160255.346000', '160255.356000', '160255.359000', '160255.362000', '160255.364000', '160255.367000', '160255.369000', '160255.372000', '160255.375000', '160255.377000', '160255.380000', '160255.382000', '160255.385000', '160255.388000', '160255.390000', '160255.393000', '160255.395000', '160255.398000', '160255.401000', '160255.403000', '160255.406000', '160255.408000', '160255.411000', '160255.414000', '160255.416000', '160255.419000', '160255.421000', '160255.424000', '160255.427000', '160255.429000', '160255.432000', '160255.434000', '160255.437000', '160255.440000', '160255.442000', '160255.445000', '160255.447000', '160255.450000', '160315.333000', '160315.336000', '160315.338000', '160315.341000', '160315.343000', '160315.346000', '160315.349000', '160315.351000', '160315.354000', '160315.356000', '160315.359000', '160315.362000', '160315.364000', '160315.367000', '160315.369000', '160315.372000', '160315.375000', '160315.377000', '160315.380000', '160315.382000', '160315.385000', '160315.387000', '160315.390000', '160315.393000', '160315.395000', '160315.398000', '160315.400000', '160315.403000', '160315.405000', '160315.408000', '160315.411000', '160315.413000', '160315.416000', '160315.418000', '160315.421000', '160315.424000', '160315.426000', '160315.429000', '160315.431000', '160315.434000', '160315.436000', '160315.439000', '160315.442000', '160315.444000', '160335.333000', '160335.335000', '160335.338000', '160335.341000', '160335.343000', '160335.346000', '160335.349000', '160335.351000', '160335.354000', '160335.356000', '160335.359000', '160335.362000', '160335.364000', '160335.367000', '160335.369000', '160335.372000', '160335.390000', '160335.393000', '160335.396000', '160335.398000', '160335.401000', '160335.403000', '160335.406000', '160335.409000', '160335.411000', '160335.414000', '160335.416000', '160335.419000', '160335.421000', '160335.424000', '160335.427000', '160335.429000', '160335.432000', '160335.434000', '160335.437000', '160335.440000', '160335.442000', '160335.445000', '160335.447000', '160335.450000', '160335.453000', '160335.455000', '160335.458000', '160355.332000', '160355.335000', '160355.337000', '160355.340000', '160355.342000', '160355.345000', '160355.348000', '160355.350000', '160355.353000', '160355.355000', '160355.358000', '160355.360000', '160355.363000', '160355.366000', '160355.368000', '160355.371000', '160355.374000', '160355.376000', '160355.379000', '160355.381000', '160355.384000', '160355.387000', '160355.389000', '160355.392000', '160355.394000', '160355.397000', '160355.399000', '160355.402000', '160355.405000', '160355.407000', '160355.412000', '160355.414000', '160355.417000', '160355.419000', '160355.422000', '160355.425000', '160355.427000', '160355.430000', '160355.432000', '160355.436000', '160355.439000', '160355.441000', '160355.444000', '160355.446000', '160415.333000', '160415.336000', '160415.338000', '160415.341000', '160415.343000', '160415.346000', '160415.349000', '160415.351000', '160415.354000', '160415.356000', '160415.359000', '160415.361000', '160415.364000', '160415.367000', '160415.369000', '160415.372000', '160415.374000', '160415.377000', '160415.380000', '160415.382000', '160415.385000', '160415.387000', '160415.390000', '160415.392000', '160415.395000', '160415.398000', '160415.400000', '160415.403000', '160415.405000', '160415.408000', '160415.411000', '160415.413000', '160415.416000', '160415.419000', '160415.421000', '160415.424000', '160415.426000', '160415.429000', '160415.431000', '160415.434000', '160415.436000', '160415.439000', '160415.442000', '160435.333000', '160435.336000', '160435.338000', '160435.341000', '160435.343000', '160435.346000', '160435.349000', '160435.351000', '160435.354000', '160435.356000', '160435.359000', '160435.361000', '160435.364000', '160435.367000', '160435.369000', '160435.372000', '160435.375000', '160435.377000', '160435.380000', '160435.382000', '160435.385000', '160435.388000', '160435.390000', '160435.393000', '160435.395000', '160435.398000', '160435.401000', '160435.403000', '160435.406000', '160435.408000', '160435.411000', '160435.414000', '160435.416000', '160435.419000', '160435.421000', '160435.424000', '160435.427000', '160435.429000', '160435.432000', '160435.434000', '160435.437000', '160435.439000', '160435.442000', '160435.456000', '160455.333000', '160455.335000', '160455.338000', '160455.341000', '160455.343000', '160455.346000', '160455.349000', '160455.351000', '160455.354000', '160455.356000', '160455.359000', '160455.361000', '160455.364000', '160455.367000', '160455.369000', '160455.372000', '160455.374000', '160455.377000', '160455.380000', '160455.382000', '160455.385000', '160455.387000', '160455.390000', '160455.393000', '160455.395000', '160455.398000', '160455.400000', '160455.403000', '160455.406000', '160455.408000', '160455.411000', '160455.413000', '160455.416000', '160455.418000', '160455.421000', '160455.424000', '160455.426000', '160455.429000', '160455.431000', '160455.434000', '160455.436000', '160455.439000', '160455.442000', '160500.572000', '160500.575000', '160500.578000', '160500.581000', '160500.584000', '160500.586000', '160500.589000', '160500.592000', '160500.595000', '160500.598000', '160500.601000', '160500.604000'], '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': [7600, 10317, 8044, 10041, 7257, 9252, 7107, 8647, 6711, 7841, 9290, 7675, 10292, 7168, 9306, 6793, 9162, 6931, 8947, 7183, 8854, 8019, 7433, 10168, 7107, 9299, 6961, 9038, 7160, 8947, 8922, 8023, 10526, 7142, 9478, 7126, 9776, 7473, 9332, 7026, 8563, 8770, 7190, 9693, 6942, 9679, 7500, 9360, 6671, 8491, 6546, 7372, 9238, 6928, 9445, 7473, 9523, 7154, 9481, 6930, 8775, 7088, 8214, 9083, 7860, 10752, 7133, 10082, 7169, 9365, 7043, 9158, 6750, 9273, 7249, 8621, 6751, 7590, 8451, 7262, 9412, 7221, 9228, 7515, 9830, 7106, 8951, 6620, 8661, 7082, 7981, 8026, 7679, 9578, 7261, 10179, 6855, 9096, 6824, 8982, 6639, 8772, 7041, 8620, 6880, 7873, 6883, 7139, 8803, 6817, 9446, 6837, 8883, 6844, 8743, 6889, 8498, 6613, 8359, 7087, 8642, 9178, 7967, 9969, 7219, 10451, 7379, 9312, 7232, 9325, 7488, 9170, 7037, 8492, 6577, 7471, 8475, 7313, 9383, 7373, 10039, 7137, 9242, 6891, 9465, 7176, 9553, 7513, 8943, 7042, 8246, 7007, 7274, 9375, 7402, 9653, 7888, 9444, 7091, 9165, 6682, 8888, 7187, 8802, 9774, 8011, 10323, 7180, 10039, 6959, 9165, 7240, 9306, 7659, 9419, 6901, 8802, 6889, 8439, 8052, 8011, 10085, 7851, 9916, 7084, 9248, 7100, 9377, 6928, 9259, 6793, 8989, 7110, 8559, 6809, 8086, 8700, 7449, 10118, 7970, 10193, 7972, 9784, 7157, 9103, 6856, 9191, 6980, 8514, 7060, 7290, 7071, 7110, 8906, 7138, 8630, 7234, 9071, 7078, 8933, 7402, 9358, 7318, 9420, 7212, 9131, 7123, 8862, 7055, 9370, 7615, 8327, 6836, 7858, 7583, 7334, 9046, 7163, 9893, 8061, 9510, 7391, 9494, 7214, 9189, 6907, 9261, 7116, 8995, 6928, 8418, 6909, 8373, 7095, 7697, 8509, 7327, 9151, 7696, 9741, 7455, 9017, 7342, 9909, 7387, 9931, 7211, 9807, 7619, 9037, 6700, 8411, 6962, 7704, 9522, 7041, 9119, 6873, 9080, 6773, 8637, 6940, 9035, 7223, 9120, 7490, 8989, 6682, 8920, 7336, 8920, 9916, 7760, 9913, 7228, 9887, 7493, 9624, 7334, 9328, 7295, 8757, 7013, 7992, 7223, 8839, 7574, 9199, 7984, 9514, 7278, 9178, 7288, 9760, 7998, 10175, 7837, 8795, 6994, 6849, 8072, 7147, 8883, 7240, 9321, 7016, 9252, 8073, 7941, 10744, 7722, 10004, 7533, 8718, 6686, 8091, 6920, 7657, 9008, 7720, 9710, 7289, 9698, 7300, 9083, 7208, 9419, 7555, 9868, 7097, 9657, 7760, 9552, 7294, 8848, 7175, 8689, 7269, 9160, 7249, 8640, 6819, 7373, 8712, 7194, 9910, 7847, 9821, 7484, 10075, 7229, 8984, 7061, 8667, 7057, 8975, 7737, 8334, 6689, 8060, 8834, 7486, 7951, 7557, 7007, 8720, 7495, 10129, 8748, 10814, 8087, 10291, 7549, 10260, 7728, 10026, 8383, 10450, 7204, 9332, 7024, 9035, 6832, 8862, 8650, 7741, 10192, 7933, 9798, 7056, 9130, 6918, 8445, 7026, 7942, 6724, 7813, 8759, 7692, 9537, 7659, 9070, 7482, 6815, 8345, 7058, 10328, 8431, 10696, 7185, 9364, 7153, 9163, 7217, 9546, 9152, 8044, 11476, 7348, 9572, 6938, 8783, 6829, 8714, 7252, 7704, 7371, 6935, 7974, 10274, 7266, 9649, 7444, 9342, 7500, 8148, 7232, 7111, 8507, 6974, 9119, 7418, 9302, 7907, 9300, 7149, 9100, 6978, 8818, 6812, 9032, 7228, 8801, 8973, 7936, 8805, 7062, 9823, 6942, 9404, 6901, 9580, 7293, 8961, 6924, 8633, 6983, 7996, 6858, 7460, 8960, 6855, 9319, 7523, 9427, 6956, 8898, 6913, 8406, 6972, 8714, 6782, 8402, 7570, 7939, 8810, 6879, 9760, 6855, 9105, 6980, 9095, 7238, 8995, 6958, 8126, 6801, 7635, 9055, 6907, 9719, 7449, 9622, 7205, 9396, 7028, 9223, 7109, 8798, 6911, 8804, 6880, 8521, 9042, 7595, 9285, 6863, 8922, 6983, 9157, 7073, 9285, 7043, 8648, 6843, 8259, 6832, 7545, 8110, 6946, 9312, 7236, 9164, 6981, 9011, 6989, 8875, 6785, 8882, 7277, 8757, 6966, 7879, 6657, 7876, 9132, 7573, 10093, 7381, 9896, 7112, 9479, 7193, 8830, 6744, 8996, 7060, 8419, 8789, 7259, 9112, 6846, 9081, 7205, 9244, 6851, 9345, 7300, 8731, 6849, 7952, 9058, 7056, 9856, 7203, 9512, 7412, 9752, 7160, 8756, 6929, 8487, 6894, 7648, 9284, 7313, 9920, 7494, 9440, 7209, 9113, 6879, 8520, 6855, 8290, 8134, 7875, 9646, 7035, 9784, 7059, 9635, 6899, 9452, 7145, 9094, 6949, 8483, 7054, 7385, 8573, 6786, 9567, 6880, 9438, 6999, 8815, 7045, 8537, 6764, 8579, 6719, 8517, 7094, 8467, 7084, 7377, 8742, 7220, 10221, 7289, 9677, 7596, 9862, 7331, 9156, 6873, 8812, 6731, 8362, 7423, 7940, 9604, 7563, 10459, 6995, 9100, 7020, 9232, 7056, 9072, 7042, 9280, 7102, 8541, 7128, 8481, 7135, 8427, 6985, 8176, 7681, 8291, 9496, 7528, 8225, 6865, 9046, 6806, 9385, 6845, 9107, 7337, 9260, 6861, 8765, 6968, 8795, 6920, 9022, 7054, 9010, 7084, 8758, 6972, 8065, 6754, 7896, 8160, 7279, 9066, 7240, 9143, 6726, 8903, 6913, 9056, 7030, 8737, 7018, 9054, 7014, 8539, 6615, 7745, 6690, 7173, 8457, 7095, 9716, 7206, 9241, 6791, 9301, 6850, 9049, 6729, 9134, 7211, 8618, 6817, 8364, 6655, 7846, 7853, 7558, 9916, 7354, 10144, 7288, 9062, 6817, 9112, 7040, 8958, 6838, 8989, 7261, 8863, 6837, 7751, 6878, 7295, 8574, 6785, 9412, 7002, 9307, 7269, 8912, 6973, 8587, 6705, 8392, 6946, 8527, 6791, 8192, 6847, 7479, 6740, 6988, 8260, 6865, 8992, 7102, 9352, 7130, 9213, 6833, 9152, 6870, 8573, 6924, 8954, 7128, 8336, 6828, 7824, 8132, 6871, 9462, 7032, 9163, 7129, 8662, 7050, 8703, 6992, 8429, 6762, 8598, 6949, 8585, 6647, 8199, 6753, 7481, 8995, 6857, 9008, 7107, 9323, 7202, 8876, 6961, 9307, 6678, 8678, 6765, 8526, 6820, 8371, 8669, 7757, 8972, 7219, 9700, 7156, 9235, 7010, 9563, 7505, 9565, 7290, 8963, 6772, 8633, 6793, 8525, 6949, 8369, 8198, 7679, 8323, 6966, 8939, 6910, 9118, 6849, 9004, 7003, 8779, 6817, 9183, 7188, 8866, 6973, 9262, 7288, 9007, 7165, 8682, 6597, 8275, 6792, 8281, 6895, 8151, 7544, 8044, 8428, 7481, 7146, 6825, 8092, 6839, 9280, 7040, 8944, 7196, 8909, 6941, 8906, 6998, 8692, 6848, 8639, 6946, 8421, 6997, 8252, 7060, 8172, 6648, 8000, 6736, 8390, 7002, 8321, 6634, 7711, 7606, 7209, 9429, 7152, 10430, 7854, 11554, 7189, 9379, 6828, 9215, 6774, 9138, 6928, 8865, 7092, 8686, 6699, 8675, 6776, 8284, 6616, 8073, 8465, 7725, 9368, 6869, 9054, 7010, 9563, 7043, 8759, 6868, 9196, 7206, 9227, 6901, 9142, 6908, 8946, 6853, 8960, 6980, 8834, 6945, 8385, 7337, 7020, 8964, 6798, 9438, 7000, 9424, 6868, 8834, 6909, 9174, 6667, 8813, 6771, 8689, 7056, 8469, 8852, 7948, 10190, 7038, 10115, 7139, 9467, 7206, 9514, 6958, 8731, 6709, 8397, 6835, 8033, 6904, 7605, 9323, 7338, 10154, 6952, 9415, 6899, 9023, 6827, 8915, 6897, 9055, 7039, 8411, 6635, 7394, 8438, 6900, 9402, 7038, 9344, 6987, 8913, 6986, 8506, 6836, 8256, 6783, 8598, 7091, 8435, 6712, 7850, 8726, 6925, 9638, 7032, 9553, 7413, 9745, 6786, 9176, 6950, 8993, 6917, 8275, 6672, 8159, 6742, 8282, 6649, 7880, 6648, 7205, 7292, 7005, 8624, 6776, 9146, 6903, 9637, 7787, 9786, 7075, 9457, 7169, 8479, 6923, 8510, 6505, 8117, 6603, 8140, 8175, 7484, 8267, 6931, 9184, 6843, 9293, 7070, 9308, 7309, 9279, 6945, 8946, 6635, 8602, 6682, 8255, 7316, 7967, 9195, 7281, 8840, 7200, 9457, 6797, 9230, 6824, 9141, 6973, 9281, 7779, 9371, 6977, 8617, 6546, 8287, 6643, 8404, 7179, 8105, 7692, 7738, 8513, 6855, 9507, 6904, 9301, 7269, 9381, 6888, 9139, 7098, 9290, 6622, 9035, 6801, 8947, 6932, 8391, 6702, 7829, 7600, 7250, 9356, 7548, 10341, 7201, 9992, 6882, 9412, 7053, 9487, 7133, 9340, 7088, 8879, 6662, 8312, 6937, 7592, 7790, 7255, 8960, 7197, 10280, 7040, 9063, 6734, 9362, 7196, 8982, 6805, 9089, 7056, 8402, 6739, 7122, 8164, 6901, 9250, 6669, 9242, 6879, 9166, 6954, 8645, 6701, 8217, 6940, 8169, 8375, 7118, 10043, 6775, 9317, 6976, 9029, 6704, 8698, 6888, 8541, 6773, 8272, 6716, 7930, 7381, 6863, 9149, 6972, 9464, 7507, 9631, 7122, 9161, 6791, 8874, 6786, 8854, 6686, 8282, 7432, 8551, 8065, 7505, 8780, 7046, 9112, 6985, 9528, 7467, 9675, 7502, 9328, 6796, 8707, 6783, 7963, 7456, 7231, 8733, 7207, 10675, 6888, 9001, 6922, 9286, 6992, 9091, 6915, 9134, 7245, 8826, 6912, 8358, 7088, 7374, 9480, 6994, 9464, 7116, 9737, 7404, 9318, 7141, 8772, 6786, 8392, 6885, 8708, 6995, 8611, 7181, 7876, 7960, 6965, 9263, 6992, 9396, 6983, 9674, 7126, 9163, 7157, 8738, 6749, 8426, 6824, 8582, 6898, 8763, 7229, 7846, 8694, 6798, 9679, 6790, 9618, 6949, 9719, 7417, 9549, 7100, 8465, 7085, 7398, 8794, 6976, 9246, 6966, 9343, 7441, 9185, 7042, 8402, 6826, 7860, 6916, 7026, 8677, 6952, 9453, 7409, 9192, 7023, 9061, 7137, 8348, 6871, 8101, 7191, 7798, 8662, 6843, 8666, 6964, 8984, 6887, 8770, 7121, 8362, 6835, 8584, 6898, 8123, 8392, 6891, 9810, 7111, 9238, 7202, 8938, 7066, 8904, 6954, 8402, 6958, 7027, 8819, 6905, 8981, 7085, 9097, 7083, 8945, 6963, 8216, 6913, 7230, 8492, 6997, 9083, 7012, 9183, 7129, 8935, 6882, 8340, 6876, 7855, 6654, 7304, 8953, 7325, 9119, 7285, 9626, 7130, 9304, 7011, 8411, 7011, 8463], 'WindowCenter': [3795.0, 3821.0, 3776.0, 3795.0, 3752.0, 3782.0, 3738.0, 3770.0, 3738.0, 3759.0, 3781.0, 3762.0, 3790.0, 3750.0, 3780.0, 3738.0, 3780.0, 3738.0, 3780.0, 3739.0, 3781.0, 3760.0, 3751.0, 3790.0, 3739.0, 3779.0, 3738.0, 3769.0, 3737.0, 3770.0, 3769.0, 3759.0, 3789.0, 3736.0, 3767.0, 3735.0, 3779.0, 3747.0, 3768.0, 3735.0, 3757.0, 3756.0, 3737.0, 3766.0, 3736.0, 3767.0, 3736.0, 3766.0, 3725.0, 3756.0, 3714.0, 3746.0, 3766.0, 3735.0, 3777.0, 3747.0, 3779.0, 3737.0, 3778.0, 3736.0, 3766.0, 3735.0, 3757.0, 3766.0, 3746.0, 3788.0, 3735.0, 3776.0, 3736.0, 3766.0, 3735.0, 3766.0, 3724.0, 3766.0, 3735.0, 3756.0, 3724.0, 3747.0, 3757.0, 3737.0, 3767.0, 3746.0, 3768.0, 3746.0, 3778.0, 3737.0, 3766.0, 3724.0, 3756.0, 3735.0, 3747.0, 3745.0, 3746.0, 3767.0, 3737.0, 3778.0, 3726.0, 3767.0, 3725.0, 3768.0, 3726.0, 3758.0, 3736.0, 3768.0, 3737.0, 3758.0, 3736.0, 3737.0, 3768.0, 3737.0, 3778.0, 3738.0, 3770.0, 3738.0, 3769.0, 3750.0, 3771.0, 3739.0, 3769.0, 3738.0, 3770.0, 3781.0, 3760.0, 3779.0, 3749.0, 3789.0, 3748.0, 3769.0, 3749.0, 3779.0, 3748.0, 3779.0, 3738.0, 3769.0, 3737.0, 3749.0, 3757.0, 3750.0, 3779.0, 3749.0, 3791.0, 3750.0, 3782.0, 3749.0, 3781.0, 3749.0, 3781.0, 3749.0, 3770.0, 3739.0, 3771.0, 3739.0, 3750.0, 3780.0, 3749.0, 3780.0, 3761.0, 3782.0, 3751.0, 3781.0, 3738.0, 3769.0, 3738.0, 3770.0, 3779.0, 3760.0, 3780.0, 3738.0, 3779.0, 3738.0, 3767.0, 3748.0, 3780.0, 3749.0, 3770.0, 3737.0, 3770.0, 3737.0, 3758.0, 3747.0, 3747.0, 3778.0, 3747.0, 3768.0, 3737.0, 3767.0, 3737.0, 3767.0, 3737.0, 3769.0, 3737.0, 3769.0, 3738.0, 3769.0, 3727.0, 3759.0, 3758.0, 3749.0, 3780.0, 3748.0, 3779.0, 3748.0, 3780.0, 3736.0, 3757.0, 3724.0, 3765.0, 3724.0, 3756.0, 3735.0, 3737.0, 3736.0, 3737.0, 3768.0, 3737.0, 3768.0, 3749.0, 3768.0, 3739.0, 3769.0, 3750.0, 3781.0, 3749.0, 3770.0, 3750.0, 3769.0, 3738.0, 3768.0, 3738.0, 3769.0, 3748.0, 3758.0, 3727.0, 3759.0, 3747.0, 3748.0, 3767.0, 3737.0, 3779.0, 3759.0, 3778.0, 3747.0, 3779.0, 3747.0, 3767.0, 3736.0, 3767.0, 3736.0, 3767.0, 3737.0, 3758.0, 3738.0, 3758.0, 3737.0, 3749.0, 3769.0, 3748.0, 3780.0, 3759.0, 3780.0, 3749.0, 3768.0, 3748.0, 3779.0, 3748.0, 3779.0, 3738.0, 3779.0, 3747.0, 3768.0, 3726.0, 3757.0, 3736.0, 3748.0, 3766.0, 3737.0, 3768.0, 3737.0, 3768.0, 3737.0, 3770.0, 3749.0, 3781.0, 3761.0, 3783.0, 3762.0, 3782.0, 3741.0, 3782.0, 3751.0, 3784.0, 3792.0, 3762.0, 3792.0, 3750.0, 3781.0, 3750.0, 3781.0, 3749.0, 3781.0, 3750.0, 3770.0, 3750.0, 3762.0, 3761.0, 3782.0, 3774.0, 3784.0, 3774.0, 3793.0, 3763.0, 3783.0, 3763.0, 3792.0, 3773.0, 3792.0, 3763.0, 3782.0, 3750.0, 3739.0, 3771.0, 3752.0, 3784.0, 3763.0, 3795.0, 3752.0, 3796.0, 3762.0, 3762.0, 3802.0, 3749.0, 3781.0, 3747.0, 3758.0, 3727.0, 3758.0, 3736.0, 3749.0, 3769.0, 3759.0, 3781.0, 3750.0, 3779.0, 3748.0, 3768.0, 3749.0, 3781.0, 3761.0, 3792.0, 3750.0, 3782.0, 3760.0, 3780.0, 3749.0, 3769.0, 3738.0, 3769.0, 3748.0, 3781.0, 3749.0, 3771.0, 3739.0, 3750.0, 3769.0, 3738.0, 3778.0, 3759.0, 3779.0, 3748.0, 3779.0, 3736.0, 3768.0, 3736.0, 3757.0, 3735.0, 3768.0, 3746.0, 3757.0, 3727.0, 3759.0, 3756.0, 3747.0, 3758.0, 3746.0, 3737.0, 3767.0, 3749.0, 3791.0, 3769.0, 3790.0, 3747.0, 3778.0, 3734.0, 3764.0, 3735.0, 3765.0, 3744.0, 3776.0, 3733.0, 3764.0, 3722.0, 3753.0, 3711.0, 3755.0, 3744.0, 3733.0, 3765.0, 3745.0, 3765.0, 3724.0, 3764.0, 3723.0, 3743.0, 3734.0, 3746.0, 3724.0, 3746.0, 3768.0, 3747.0, 3779.0, 3747.0, 3769.0, 3748.0, 3725.0, 3757.0, 3737.0, 3790.0, 3759.0, 3789.0, 3738.0, 3768.0, 3734.0, 3766.0, 3735.0, 3767.0, 3766.0, 3744.0, 3785.0, 3734.0, 3765.0, 3722.0, 3753.0, 3724.0, 3756.0, 3746.0, 3746.0, 3747.0, 3748.0, 3761.0, 3790.0, 3748.0, 3778.0, 3736.0, 3766.0, 3735.0, 3747.0, 3735.0, 3736.0, 3754.0, 3735.0, 3765.0, 3735.0, 3766.0, 3757.0, 3767.0, 3737.0, 3769.0, 3736.0, 3766.0, 3723.0, 3766.0, 3734.0, 3766.0, 3755.0, 3746.0, 3767.0, 3737.0, 3775.0, 3723.0, 3763.0, 3734.0, 3766.0, 3734.0, 3755.0, 3723.0, 3756.0, 3735.0, 3746.0, 3723.0, 3734.0, 3754.0, 3724.0, 3766.0, 3746.0, 3766.0, 3737.0, 3766.0, 3735.0, 3756.0, 3734.0, 3757.0, 3725.0, 3757.0, 3747.0, 3758.0, 3768.0, 3726.0, 3776.0, 3724.0, 3756.0, 3737.0, 3767.0, 3735.0, 3767.0, 3736.0, 3758.0, 3726.0, 3747.0, 3767.0, 3736.0, 3776.0, 3736.0, 3766.0, 3735.0, 3767.0, 3737.0, 3766.0, 3735.0, 3755.0, 3735.0, 3769.0, 3735.0, 3768.0, 3768.0, 3746.0, 3766.0, 3726.0, 3754.0, 3735.0, 3767.0, 3737.0, 3766.0, 3736.0, 3756.0, 3725.0, 3757.0, 3725.0, 3747.0, 3746.0, 3736.0, 3768.0, 3748.0, 3778.0, 3749.0, 3770.0, 3738.0, 3769.0, 3737.0, 3768.0, 3749.0, 3769.0, 3738.0, 3758.0, 3726.0, 3757.0, 3768.0, 3748.0, 3778.0, 3748.0, 3778.0, 3737.0, 3768.0, 3737.0, 3768.0, 3725.0, 3767.0, 3737.0, 3758.0, 3757.0, 3747.0, 3768.0, 3726.0, 3767.0, 3735.0, 3768.0, 3726.0, 3768.0, 3736.0, 3768.0, 3725.0, 3759.0, 3767.0, 3737.0, 3765.0, 3735.0, 3766.0, 3734.0, 3766.0, 3725.0, 3755.0, 3735.0, 3755.0, 3722.0, 3733.0, 3753.0, 3733.0, 3764.0, 3734.0, 3765.0, 3733.0, 3755.0, 3723.0, 3754.0, 3721.0, 3756.0, 3744.0, 3746.0, 3765.0, 3735.0, 3776.0, 3734.0, 3764.0, 3723.0, 3766.0, 3724.0, 3755.0, 3723.0, 3755.0, 3723.0, 3749.0, 3753.0, 3722.0, 3764.0, 3734.0, 3765.0, 3734.0, 3766.0, 3735.0, 3768.0, 3725.0, 3757.0, 3725.0, 3767.0, 3737.0, 3758.0, 3737.0, 3748.0, 3756.0, 3736.0, 3776.0, 3735.0, 3767.0, 3746.0, 3778.0, 3735.0, 3765.0, 3724.0, 3754.0, 3722.0, 3744.0, 3732.0, 3744.0, 3764.0, 3734.0, 3775.0, 3723.0, 3754.0, 3722.0, 3764.0, 3735.0, 3755.0, 3735.0, 3765.0, 3735.0, 3756.0, 3735.0, 3755.0, 3736.0, 3756.0, 3735.0, 3756.0, 3747.0, 3757.0, 3767.0, 3745.0, 3755.0, 3724.0, 3754.0, 3725.0, 3765.0, 3724.0, 3754.0, 3736.0, 3765.0, 3726.0, 3756.0, 3735.0, 3756.0, 3735.0, 3766.0, 3736.0, 3767.0, 3736.0, 3756.0, 3736.0, 3746.0, 3725.0, 3747.0, 3755.0, 3735.0, 3757.0, 3736.0, 3767.0, 3726.0, 3756.0, 3735.0, 3767.0, 3735.0, 3755.0, 3737.0, 3768.0, 3736.0, 3758.0, 3726.0, 3748.0, 3724.0, 3737.0, 3755.0, 3736.0, 3778.0, 3748.0, 3768.0, 3736.0, 3768.0, 3725.0, 3767.0, 3725.0, 3767.0, 3747.0, 3769.0, 3727.0, 3759.0, 3727.0, 3759.0, 3747.0, 3746.0, 3778.0, 3747.0, 3777.0, 3747.0, 3768.0, 3726.0, 3768.0, 3737.0, 3767.0, 3726.0, 3767.0, 3735.0, 3766.0, 3726.0, 3748.0, 3726.0, 3737.0, 3755.0, 3725.0, 3767.0, 3736.0, 3767.0, 3736.0, 3768.0, 3737.0, 3756.0, 3724.0, 3756.0, 3736.0, 3756.0, 3726.0, 3758.0, 3726.0, 3736.0, 3726.0, 3737.0, 3757.0, 3727.0, 3767.0, 3737.0, 3768.0, 3737.0, 3768.0, 3726.0, 3768.0, 3726.0, 3756.0, 3736.0, 3767.0, 3736.0, 3757.0, 3725.0, 3746.0, 3744.0, 3724.0, 3763.0, 3735.0, 3765.0, 3735.0, 3756.0, 3737.0, 3758.0, 3736.0, 3756.0, 3726.0, 3757.0, 3737.0, 3769.0, 3726.0, 3758.0, 3726.0, 3736.0, 3757.0, 3725.0, 3756.0, 3735.0, 3766.0, 3737.0, 3757.0, 3735.0, 3767.0, 3725.0, 3756.0, 3724.0, 3757.0, 3726.0, 3757.0, 3756.0, 3748.0, 3768.0, 3747.0, 3767.0, 3735.0, 3766.0, 3735.0, 3766.0, 3736.0, 3767.0, 3735.0, 3756.0, 3724.0, 3754.0, 3724.0, 3755.0, 3723.0, 3755.0, 3756.0, 3746.0, 3755.0, 3734.0, 3754.0, 3734.0, 3754.0, 3724.0, 3756.0, 3735.0, 3758.0, 3736.0, 3767.0, 3737.0, 3768.0, 3737.0, 3768.0, 3736.0, 3768.0, 3736.0, 3756.0, 3727.0, 3755.0, 3725.0, 3757.0, 3736.0, 3758.0, 3746.0, 3758.0, 3757.0, 3748.0, 3736.0, 3737.0, 3757.0, 3738.0, 3767.0, 3738.0, 3769.0, 3739.0, 3768.0, 3750.0, 3770.0, 3738.0, 3767.0, 3738.0, 3768.0, 3738.0, 3758.0, 3737.0, 3759.0, 3750.0, 3760.0, 3736.0, 3759.0, 3726.0, 3786.0, 3781.0, 3813.0, 3755.0, 3763.0, 3762.0, 3751.0, 3780.0, 3750.0, 3792.0, 3760.0, 3800.0, 3739.0, 3769.0, 3738.0, 3768.0, 3725.0, 3767.0, 3736.0, 3767.0, 3736.0, 3757.0, 3727.0, 3758.0, 3725.0, 3757.0, 3724.0, 3757.0, 3757.0, 3747.0, 3768.0, 3725.0, 3756.0, 3736.0, 3766.0, 3736.0, 3757.0, 3737.0, 3768.0, 3749.0, 3768.0, 3739.0, 3768.0, 3736.0, 3767.0, 3725.0, 3768.0, 3736.0, 3768.0, 3726.0, 3758.0, 3736.0, 3735.0, 3754.0, 3725.0, 3766.0, 3735.0, 3766.0, 3726.0, 3768.0, 3737.0, 3768.0, 3725.0, 3767.0, 3724.0, 3757.0, 3736.0, 3759.0, 3767.0, 3748.0, 3778.0, 3735.0, 3765.0, 3723.0, 3765.0, 3735.0, 3766.0, 3724.0, 3755.0, 3724.0, 3745.0, 3723.0, 3745.0, 3722.0, 3745.0, 3765.0, 3735.0, 3776.0, 3725.0, 3766.0, 3734.0, 3755.0, 3723.0, 3755.0, 3724.0, 3755.0, 3723.0, 3756.0, 3723.0, 3734.0, 3745.0, 3723.0, 3754.0, 3735.0, 3765.0, 3736.0, 3756.0, 3724.0, 3755.0, 3724.0, 3744.0, 3724.0, 3756.0, 3735.0, 3756.0, 3725.0, 3758.0, 3756.0, 3735.0, 3765.0, 3725.0, 3765.0, 3735.0, 3766.0, 3724.0, 3765.0, 3724.0, 3754.0, 3722.0, 3743.0, 3723.0, 3744.0, 3723.0, 3756.0, 3724.0, 3746.0, 3725.0, 3736.0, 3734.0, 3736.0, 3756.0, 3724.0, 3767.0, 3736.0, 3767.0, 3746.0, 3766.0, 3737.0, 3766.0, 3725.0, 3745.0, 3723.0, 3755.0, 3726.0, 3758.0, 3726.0, 3759.0, 3759.0, 3748.0, 3758.0, 3737.0, 3767.0, 3727.0, 3767.0, 3738.0, 3769.0, 3749.0, 3768.0, 3738.0, 3769.0, 3726.0, 3756.0, 3724.0, 3757.0, 3736.0, 3746.0, 3767.0, 3736.0, 3767.0, 3747.0, 3768.0, 3726.0, 3767.0, 3737.0, 3780.0, 3737.0, 3768.0, 3747.0, 3769.0, 3736.0, 3757.0, 3725.0, 3756.0, 3725.0, 3758.0, 3736.0, 3758.0, 3747.0, 3759.0, 3769.0, 3738.0, 3767.0, 3736.0, 3767.0, 3747.0, 3768.0, 3737.0, 3768.0, 3738.0, 3767.0, 3725.0, 3767.0, 3726.0, 3769.0, 3737.0, 3759.0, 3726.0, 3747.0, 3746.0, 3736.0, 3767.0, 3748.0, 3777.0, 3736.0, 3767.0, 3736.0, 3766.0, 3735.0, 3767.0, 3735.0, 3768.0, 3735.0, 3756.0, 3726.0, 3757.0, 3734.0, 3746.0, 3745.0, 3736.0, 3756.0, 3736.0, 3777.0, 3736.0, 3767.0, 3726.0, 3767.0, 3735.0, 3767.0, 3725.0, 3767.0, 3736.0, 3757.0, 3724.0, 3737.0, 3756.0, 3735.0, 3765.0, 3725.0, 3767.0, 3726.0, 3767.0, 3737.0, 3768.0, 3726.0, 3758.0, 3736.0, 3758.0, 3757.0, 3736.0, 3778.0, 3726.0, 3766.0, 3736.0, 3767.0, 3726.0, 3756.0, 3736.0, 3757.0, 3727.0, 3759.0, 3737.0, 3759.0, 3747.0, 3737.0, 3768.0, 3737.0, 3768.0, 3748.0, 3778.0, 3737.0, 3768.0, 3727.0, 3767.0, 3724.0, 3766.0, 3725.0, 3758.0, 3736.0, 3758.0, 3747.0, 3748.0, 3758.0, 3736.0, 3766.0, 3735.0, 3767.0, 3736.0, 3768.0, 3736.0, 3766.0, 3724.0, 3755.0, 3723.0, 3745.0, 3734.0, 3734.0, 3754.0, 3734.0, 3776.0, 3735.0, 3755.0, 3735.0, 3765.0, 3734.0, 3755.0, 3734.0, 3767.0, 3735.0, 3757.0, 3735.0, 3757.0, 3735.0, 3735.0, 3765.0, 3723.0, 3764.0, 3724.0, 3765.0, 3734.0, 3754.0, 3724.0, 3754.0, 3723.0, 3744.0, 3722.0, 3755.0, 3723.0, 3755.0, 3723.0, 3745.0, 3744.0, 3723.0, 3753.0, 3722.0, 3753.0, 3723.0, 3764.0, 3723.0, 3755.0, 3723.0, 3753.0, 3722.0, 3743.0, 3723.0, 3755.0, 3734.0, 3758.0, 3736.0, 3746.0, 3756.0, 3725.0, 3765.0, 3724.0, 3765.0, 3724.0, 3766.0, 3735.0, 3765.0, 3723.0, 3744.0, 3721.0, 3732.0, 3741.0, 3721.0, 3753.0, 3722.0, 3753.0, 3733.0, 3754.0, 3724.0, 3744.0, 3722.0, 3743.0, 3723.0, 3734.0, 3756.0, 3735.0, 3766.0, 3736.0, 3766.0, 3735.0, 3755.0, 3724.0, 3744.0, 3723.0, 3746.0, 3723.0, 3746.0, 3756.0, 3725.0, 3756.0, 3736.0, 3755.0, 3735.0, 3756.0, 3735.0, 3756.0, 3725.0, 3758.0, 3736.0, 3758.0, 3757.0, 3736.0, 3778.0, 3736.0, 3766.0, 3735.0, 3768.0, 3735.0, 3756.0, 3724.0, 3756.0, 3724.0, 3724.0, 3754.0, 3722.0, 3752.0, 3722.0, 3754.0, 3723.0, 3755.0, 3734.0, 3757.0, 3723.0, 3735.0, 3753.0, 3723.0, 3753.0, 3723.0, 3766.0, 3734.0, 3755.0, 3724.0, 3755.0, 3724.0, 3746.0, 3723.0, 3735.0, 3755.0, 3736.0, 3769.0, 3749.0, 3780.0, 3736.0, 3768.0, 3737.0, 3744.0, 3734.0, 3756.0], 'WindowWidth': [8556.0, 8578.0, 8508.0, 8529.0, 8468.0, 8506.0, 8443.0, 8485.0, 8441.0, 8472.0, 8501.0, 8477.0, 8514.0, 8460.0, 8500.0, 8441.0, 8499.0, 8441.0, 8498.0, 8442.0, 8502.0, 8472.0, 8461.0, 8511.0, 8442.0, 8496.0, 8439.0, 8483.0, 8436.0, 8483.0, 8480.0, 8468.0, 8507.0, 8435.0, 8476.0, 8433.0, 8494.0, 8450.0, 8479.0, 8431.0, 8464.0, 8461.0, 8436.0, 8472.0, 8432.0, 8475.0, 8433.0, 8472.0, 8418.0, 8458.0, 8402.0, 8447.0, 8471.0, 8433.0, 8489.0, 8450.0, 8493.0, 8437.0, 8491.0, 8434.0, 8474.0, 8430.0, 8462.0, 8472.0, 8447.0, 8504.0, 8431.0, 8487.0, 8433.0, 8472.0, 8431.0, 8472.0, 8414.0, 8472.0, 8430.0, 8461.0, 8416.0, 8449.0, 8463.0, 8435.0, 8475.0, 8447.0, 8477.0, 8448.0, 8491.0, 8434.0, 8473.0, 8416.0, 8458.0, 8430.0, 8447.0, 8443.0, 8448.0, 8475.0, 8436.0, 8492.0, 8422.0, 8476.0, 8420.0, 8479.0, 8421.0, 8465.0, 8435.0, 8480.0, 8437.0, 8466.0, 8436.0, 8439.0, 8479.0, 8438.0, 8493.0, 8441.0, 8484.0, 8443.0, 8484.0, 8459.0, 8488.0, 8443.0, 8483.0, 8440.0, 8486.0, 8499.0, 8472.0, 8496.0, 8455.0, 8510.0, 8454.0, 8482.0, 8454.0, 8496.0, 8453.0, 8495.0, 8439.0, 8481.0, 8436.0, 8455.0, 8464.0, 8457.0, 8496.0, 8456.0, 8514.0, 8461.0, 8503.0, 8458.0, 8502.0, 8457.0, 8502.0, 8456.0, 8486.0, 8442.0, 8486.0, 8441.0, 8459.0, 8497.0, 8457.0, 8500.0, 8475.0, 8502.0, 8460.0, 8502.0, 8440.0, 8482.0, 8439.0, 8484.0, 8496.0, 8471.0, 8498.0, 8440.0, 8495.0, 8440.0, 8477.0, 8452.0, 8497.0, 8455.0, 8484.0, 8437.0, 8482.0, 8437.0, 8466.0, 8447.0, 8448.0, 8489.0, 8449.0, 8475.0, 8434.0, 8475.0, 8434.0, 8475.0, 8437.0, 8481.0, 8437.0, 8480.0, 8439.0, 8481.0, 8422.0, 8467.0, 8464.0, 8454.0, 8495.0, 8451.0, 8493.0, 8452.0, 8494.0, 8433.0, 8459.0, 8413.0, 8469.0, 8413.0, 8458.0, 8430.0, 8435.0, 8432.0, 8435.0, 8478.0, 8436.0, 8478.0, 8455.0, 8481.0, 8443.0, 8482.0, 8459.0, 8500.0, 8457.0, 8484.0, 8456.0, 8480.0, 8439.0, 8479.0, 8437.0, 8480.0, 8451.0, 8465.0, 8424.0, 8468.0, 8449.0, 8453.0, 8477.0, 8437.0, 8494.0, 8469.0, 8493.0, 8449.0, 8493.0, 8449.0, 8474.0, 8432.0, 8475.0, 8433.0, 8476.0, 8436.0, 8465.0, 8438.0, 8467.0, 8436.0, 8456.0, 8481.0, 8454.0, 8497.0, 8468.0, 8498.0, 8455.0, 8480.0, 8453.0, 8495.0, 8452.0, 8494.0, 8437.0, 8493.0, 8449.0, 8477.0, 8418.0, 8461.0, 8431.0, 8450.0, 8473.0, 8435.0, 8477.0, 8437.0, 8479.0, 8438.0, 8483.0, 8457.0, 8501.0, 8476.0, 8508.0, 8479.0, 8505.0, 8450.0, 8504.0, 8461.0, 8508.0, 8515.0, 8476.0, 8517.0, 8458.0, 8500.0, 8457.0, 8500.0, 8456.0, 8500.0, 8459.0, 8485.0, 8460.0, 8477.0, 8477.0, 8504.0, 8498.0, 8510.0, 8497.0, 8523.0, 8482.0, 8508.0, 8480.0, 8519.0, 8493.0, 8520.0, 8480.0, 8504.0, 8461.0, 8444.0, 8489.0, 8464.0, 8510.0, 8481.0, 8525.0, 8468.0, 8530.0, 8477.0, 8477.0, 8530.0, 8456.0, 8499.0, 8450.0, 8465.0, 8423.0, 8466.0, 8434.0, 8455.0, 8481.0, 8468.0, 8501.0, 8461.0, 8497.0, 8453.0, 8480.0, 8457.0, 8500.0, 8474.0, 8517.0, 8460.0, 8502.0, 8472.0, 8498.0, 8456.0, 8481.0, 8440.0, 8482.0, 8452.0, 8500.0, 8455.0, 8489.0, 8441.0, 8459.0, 8481.0, 8439.0, 8492.0, 8467.0, 8495.0, 8452.0, 8494.0, 8434.0, 8477.0, 8432.0, 8460.0, 8429.0, 8476.0, 8446.0, 8462.0, 8421.0, 8470.0, 8459.0, 8448.0, 8465.0, 8448.0, 8437.0, 8475.0, 8456.0, 8513.0, 8481.0, 8509.0, 8450.0, 8490.0, 8428.0, 8464.0, 8429.0, 8467.0, 8440.0, 8482.0, 8425.0, 8467.0, 8410.0, 8449.0, 8393.0, 8456.0, 8438.0, 8426.0, 8469.0, 8441.0, 8469.0, 8412.0, 8466.0, 8411.0, 8438.0, 8427.0, 8445.0, 8416.0, 8449.0, 8479.0, 8451.0, 8493.0, 8450.0, 8481.0, 8452.0, 8420.0, 8462.0, 8438.0, 8511.0, 8467.0, 8509.0, 8440.0, 8477.0, 8429.0, 8470.0, 8429.0, 8475.0, 8469.0, 8440.0, 8494.0, 8427.0, 8468.0, 8411.0, 8450.0, 8415.0, 8458.0, 8448.0, 8448.0, 8453.0, 8455.0, 8476.0, 8510.0, 8452.0, 8492.0, 8433.0, 8473.0, 8429.0, 8448.0, 8431.0, 8433.0, 8455.0, 8432.0, 8469.0, 8433.0, 8475.0, 8463.0, 8476.0, 8438.0, 8480.0, 8435.0, 8473.0, 8414.0, 8474.0, 8429.0, 8475.0, 8457.0, 8448.0, 8476.0, 8435.0, 8482.0, 8413.0, 8465.0, 8429.0, 8472.0, 8429.0, 8456.0, 8414.0, 8459.0, 8431.0, 8446.0, 8413.0, 8429.0, 8455.0, 8416.0, 8473.0, 8446.0, 8474.0, 8437.0, 8474.0, 8431.0, 8458.0, 8429.0, 8462.0, 8420.0, 8464.0, 8448.0, 8467.0, 8478.0, 8423.0, 8487.0, 8416.0, 8459.0, 8435.0, 8476.0, 8431.0, 8476.0, 8434.0, 8465.0, 8420.0, 8449.0, 8475.0, 8435.0, 8487.0, 8435.0, 8474.0, 8433.0, 8476.0, 8435.0, 8472.0, 8432.0, 8459.0, 8431.0, 8480.0, 8432.0, 8480.0, 8477.0, 8448.0, 8473.0, 8420.0, 8455.0, 8431.0, 8474.0, 8435.0, 8474.0, 8435.0, 8462.0, 8419.0, 8463.0, 8419.0, 8451.0, 8447.0, 8434.0, 8478.0, 8453.0, 8494.0, 8457.0, 8485.0, 8441.0, 8481.0, 8437.0, 8480.0, 8455.0, 8481.0, 8440.0, 8468.0, 8421.0, 8464.0, 8477.0, 8452.0, 8491.0, 8451.0, 8492.0, 8438.0, 8477.0, 8436.0, 8478.0, 8419.0, 8477.0, 8435.0, 8466.0, 8462.0, 8451.0, 8478.0, 8422.0, 8476.0, 8432.0, 8478.0, 8421.0, 8478.0, 8434.0, 8480.0, 8419.0, 8469.0, 8474.0, 8435.0, 8470.0, 8430.0, 8473.0, 8429.0, 8472.0, 8417.0, 8457.0, 8432.0, 8457.0, 8409.0, 8426.0, 8452.0, 8426.0, 8467.0, 8428.0, 8469.0, 8427.0, 8455.0, 8411.0, 8454.0, 8408.0, 8458.0, 8440.0, 8446.0, 8470.0, 8431.0, 8487.0, 8427.0, 8467.0, 8413.0, 8471.0, 8414.0, 8458.0, 8412.0, 8458.0, 8411.0, 8457.0, 8453.0, 8410.0, 8467.0, 8428.0, 8470.0, 8430.0, 8472.0, 8433.0, 8478.0, 8420.0, 8462.0, 8418.0, 8478.0, 8436.0, 8466.0, 8437.0, 8454.0, 8462.0, 8436.0, 8487.0, 8432.0, 8474.0, 8447.0, 8490.0, 8432.0, 8471.0, 8416.0, 8454.0, 8410.0, 8440.0, 8422.0, 8441.0, 8466.0, 8427.0, 8481.0, 8412.0, 8453.0, 8411.0, 8467.0, 8431.0, 8457.0, 8431.0, 8471.0, 8432.0, 8460.0, 8431.0, 8459.0, 8433.0, 8460.0, 8430.0, 8462.0, 8447.0, 8462.0, 8475.0, 8445.0, 8457.0, 8415.0, 8454.0, 8415.0, 8469.0, 8416.0, 8455.0, 8433.0, 8471.0, 8422.0, 8461.0, 8431.0, 8460.0, 8431.0, 8474.0, 8433.0, 8476.0, 8433.0, 8460.0, 8434.0, 8448.0, 8418.0, 8448.0, 8457.0, 8431.0, 8460.0, 8434.0, 8475.0, 8421.0, 8459.0, 8431.0, 8475.0, 8433.0, 8459.0, 8435.0, 8477.0, 8432.0, 8465.0, 8422.0, 8451.0, 8416.0, 8436.0, 8458.0, 8435.0, 8492.0, 8452.0, 8478.0, 8437.0, 8479.0, 8421.0, 8477.0, 8419.0, 8476.0, 8451.0, 8480.0, 8424.0, 8468.0, 8422.0, 8468.0, 8450.0, 8450.0, 8491.0, 8450.0, 8489.0, 8450.0, 8478.0, 8421.0, 8477.0, 8435.0, 8474.0, 8421.0, 8476.0, 8432.0, 8474.0, 8421.0, 8452.0, 8420.0, 8436.0, 8458.0, 8418.0, 8475.0, 8433.0, 8476.0, 8434.0, 8478.0, 8435.0, 8460.0, 8415.0, 8459.0, 8432.0, 8460.0, 8419.0, 8466.0, 8419.0, 8435.0, 8421.0, 8436.0, 8461.0, 8423.0, 8476.0, 8437.0, 8478.0, 8438.0, 8481.0, 8423.0, 8478.0, 8421.0, 8461.0, 8433.0, 8476.0, 8433.0, 8461.0, 8417.0, 8446.0, 8441.0, 8415.0, 8465.0, 8430.0, 8470.0, 8431.0, 8460.0, 8436.0, 8464.0, 8433.0, 8460.0, 8419.0, 8463.0, 8435.0, 8482.0, 8420.0, 8465.0, 8419.0, 8434.0, 8461.0, 8417.0, 8459.0, 8432.0, 8473.0, 8434.0, 8461.0, 8432.0, 8474.0, 8418.0, 8460.0, 8416.0, 8462.0, 8419.0, 8464.0, 8460.0, 8452.0, 8478.0, 8449.0, 8475.0, 8432.0, 8471.0, 8432.0, 8474.0, 8433.0, 8475.0, 8432.0, 8458.0, 8415.0, 8455.0, 8414.0, 8456.0, 8411.0, 8458.0, 8458.0, 8447.0, 8456.0, 8430.0, 8456.0, 8428.0, 8455.0, 8416.0, 8460.0, 8432.0, 8464.0, 8435.0, 8476.0, 8437.0, 8479.0, 8436.0, 8477.0, 8435.0, 8477.0, 8435.0, 8460.0, 8422.0, 8458.0, 8416.0, 8462.0, 8433.0, 8465.0, 8447.0, 8465.0, 8463.0, 8453.0, 8435.0, 8438.0, 8462.0, 8438.0, 8477.0, 8440.0, 8482.0, 8443.0, 8479.0, 8459.0, 8484.0, 8440.0, 8478.0, 8440.0, 8479.0, 8440.0, 8467.0, 8440.0, 8469.0, 8463.0, 8470.0, 8433.0, 8468.0, 8422.0, 8518.0, 8522.0, 8570.0, 8475.0, 8483.0, 8476.0, 8462.0, 8498.0, 8460.0, 8515.0, 8471.0, 8524.0, 8442.0, 8481.0, 8440.0, 8477.0, 8419.0, 8474.0, 8433.0, 8476.0, 8435.0, 8461.0, 8421.0, 8463.0, 8419.0, 8462.0, 8415.0, 8463.0, 8460.0, 8449.0, 8475.0, 8418.0, 8459.0, 8432.0, 8472.0, 8434.0, 8462.0, 8437.0, 8479.0, 8453.0, 8478.0, 8441.0, 8479.0, 8434.0, 8476.0, 8418.0, 8477.0, 8432.0, 8477.0, 8418.0, 8463.0, 8430.0, 8430.0, 8453.0, 8415.0, 8470.0, 8430.0, 8471.0, 8420.0, 8475.0, 8434.0, 8477.0, 8417.0, 8473.0, 8415.0, 8462.0, 8432.0, 8466.0, 8475.0, 8451.0, 8488.0, 8430.0, 8468.0, 8411.0, 8467.0, 8430.0, 8470.0, 8413.0, 8456.0, 8413.0, 8442.0, 8411.0, 8443.0, 8408.0, 8443.0, 8469.0, 8429.0, 8485.0, 8416.0, 8472.0, 8428.0, 8454.0, 8411.0, 8456.0, 8413.0, 8456.0, 8411.0, 8458.0, 8410.0, 8427.0, 8440.0, 8409.0, 8452.0, 8429.0, 8469.0, 8431.0, 8459.0, 8416.0, 8457.0, 8414.0, 8441.0, 8413.0, 8459.0, 8429.0, 8460.0, 8417.0, 8464.0, 8458.0, 8431.0, 8469.0, 8415.0, 8469.0, 8429.0, 8472.0, 8413.0, 8469.0, 8413.0, 8451.0, 8409.0, 8437.0, 8411.0, 8440.0, 8412.0, 8457.0, 8414.0, 8444.0, 8416.0, 8433.0, 8427.0, 8432.0, 8458.0, 8415.0, 8473.0, 8431.0, 8474.0, 8446.0, 8473.0, 8434.0, 8470.0, 8414.0, 8440.0, 8412.0, 8457.0, 8418.0, 8464.0, 8420.0, 8467.0, 8466.0, 8454.0, 8465.0, 8437.0, 8475.0, 8421.0, 8476.0, 8439.0, 8480.0, 8452.0, 8479.0, 8438.0, 8478.0, 8421.0, 8459.0, 8414.0, 8461.0, 8430.0, 8447.0, 8474.0, 8434.0, 8475.0, 8449.0, 8477.0, 8420.0, 8474.0, 8436.0, 8497.0, 8438.0, 8478.0, 8448.0, 8479.0, 8434.0, 8462.0, 8418.0, 8459.0, 8416.0, 8465.0, 8432.0, 8465.0, 8449.0, 8468.0, 8480.0, 8438.0, 8474.0, 8434.0, 8476.0, 8450.0, 8477.0, 8436.0, 8478.0, 8437.0, 8476.0, 8418.0, 8476.0, 8420.0, 8479.0, 8436.0, 8466.0, 8421.0, 8450.0, 8444.0, 8433.0, 8475.0, 8451.0, 8489.0, 8434.0, 8474.0, 8431.0, 8472.0, 8430.0, 8474.0, 8430.0, 8475.0, 8430.0, 8458.0, 8418.0, 8460.0, 8427.0, 8445.0, 8442.0, 8432.0, 8459.0, 8434.0, 8489.0, 8434.0, 8475.0, 8420.0, 8475.0, 8432.0, 8474.0, 8416.0, 8474.0, 8431.0, 8461.0, 8415.0, 8434.0, 8458.0, 8429.0, 8469.0, 8417.0, 8473.0, 8422.0, 8477.0, 8436.0, 8478.0, 8420.0, 8463.0, 8432.0, 8464.0, 8462.0, 8435.0, 8489.0, 8420.0, 8473.0, 8432.0, 8474.0, 8419.0, 8460.0, 8432.0, 8462.0, 8423.0, 8466.0, 8436.0, 8467.0, 8449.0, 8438.0, 8479.0, 8436.0, 8477.0, 8451.0, 8492.0, 8435.0, 8478.0, 8421.0, 8473.0, 8415.0, 8472.0, 8415.0, 8464.0, 8432.0, 8464.0, 8447.0, 8451.0, 8463.0, 8433.0, 8473.0, 8431.0, 8475.0, 8432.0, 8477.0, 8431.0, 8471.0, 8414.0, 8455.0, 8410.0, 8443.0, 8425.0, 8427.0, 8454.0, 8428.0, 8484.0, 8429.0, 8457.0, 8429.0, 8468.0, 8427.0, 8456.0, 8428.0, 8474.0, 8430.0, 8461.0, 8429.0, 8462.0, 8429.0, 8430.0, 8467.0, 8411.0, 8466.0, 8412.0, 8468.0, 8426.0, 8453.0, 8413.0, 8451.0, 8410.0, 8437.0, 8408.0, 8454.0, 8410.0, 8457.0, 8412.0, 8444.0, 8440.0, 8412.0, 8450.0, 8408.0, 8450.0, 8409.0, 8465.0, 8410.0, 8454.0, 8410.0, 8450.0, 8409.0, 8437.0, 8411.0, 8457.0, 8428.0, 8463.0, 8431.0, 8448.0, 8459.0, 8416.0, 8468.0, 8413.0, 8470.0, 8413.0, 8471.0, 8428.0, 8469.0, 8409.0, 8438.0, 8405.0, 8420.0, 8430.0, 8404.0, 8449.0, 8408.0, 8451.0, 8425.0, 8451.0, 8414.0, 8439.0, 8408.0, 8438.0, 8411.0, 8428.0, 8457.0, 8431.0, 8473.0, 8432.0, 8472.0, 8431.0, 8457.0, 8412.0, 8439.0, 8410.0, 8443.0, 8411.0, 8444.0, 8458.0, 8415.0, 8457.0, 8432.0, 8457.0, 8430.0, 8458.0, 8431.0, 8460.0, 8418.0, 8465.0, 8432.0, 8464.0, 8461.0, 8433.0, 8489.0, 8432.0, 8473.0, 8429.0, 8477.0, 8429.0, 8457.0, 8412.0, 8457.0, 8413.0, 8414.0, 8452.0, 8408.0, 8447.0, 8408.0, 8452.0, 8410.0, 8456.0, 8427.0, 8460.0, 8411.0, 8429.0, 8450.0, 8410.0, 8450.0, 8411.0, 8470.0, 8427.0, 8457.0, 8413.0, 8457.0, 8415.0, 8445.0, 8411.0, 8431.0, 8456.0, 8433.0, 8481.0, 8455.0, 8495.0, 8434.0, 8477.0, 8434.0, 8438.0, 8426.0, 8459.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.00020643377001455609</td></tr>
<tr><td colspan=3>aqi</td><td>0.022714561863173218</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.938719000058306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168004822658413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9648629165841214</td></tr>
<tr><td colspan=3>efc</td><td>0.4786</td></tr>
<tr><td colspan=3>fber</td><td>4299.6621</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.056787923881958996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5822416302765647</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5672122613290704</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.556212029964247</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7597173887486646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3857073652742993</td></tr>
<tr><td colspan=3>gcor</td><td>0.0039853</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001656983164139092</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02237861044704914</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.6320123426015645</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>22.168</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8565</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.5842</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300462.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.6544</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0151</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.4612</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2948.2406</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>836.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.2976</td></tr>
<tr><td colspan=3>tsnr</td><td>36.487274690531194</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>