<?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-0051_ses-03_task-shortvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0051_suffix-bold_task-shortvideo" 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-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0051_suffix-bold_task-shortvideo" 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-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0051_suffix-bold_task-shortvideo" 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-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0051_suffix-bold_task-shortvideo" 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-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0051_suffix-bold_task-shortvideo" 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-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-03/func/sub-0051_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>21222f4f1c70e267c6d6c1148a1323d3</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>14:01:57.237500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_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.102199</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7803, -7252, 615, -105, -126, 39, 107]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45ded119-c459-4c15-bdba-d3fb735fb9c4||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.6803207397460938, -0.11280731111764908, 0.035609226673841476, 116.64733123779297], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -102.7064208984375], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -32.92164993286133], [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, 1640]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['140157.237500', '140157.697500', '140158.157500', '140158.617500', '140159.077500', '140159.537500', '140159.997500', '140200.457500', '140200.917500', '140201.377500', '140201.837500', '140202.297500', '140202.757500', '140203.217500', '140203.677500', '140204.137500', '140204.597500', '140205.057500', '140205.517500', '140205.977500', '140206.437500', '140206.897500', '140207.357500', '140207.817500', '140208.277500', '140208.737500', '140209.197500', '140209.657500', '140210.117500', '140210.577500', '140211.037500', '140211.497500', '140211.957500', '140212.417500', '140212.877500', '140213.337500', '140213.797500', '140214.257500', '140214.717500', '140215.177500', '140215.637500', '140216.097500', '140216.557500', '140217.017500', '140217.477500', '140217.937500', '140218.397500', '140218.857500', '140219.317500', '140219.777500', '140220.237500', '140220.697500', '140221.157500', '140221.617500', '140222.077500', '140222.537500', '140222.997500', '140223.457500', '140223.917500', '140224.377500', '140224.837500', '140225.297500', '140225.757500', '140226.217500', '140226.677500', '140227.137500', '140227.597500', '140228.057500', '140228.517500', '140228.977500', '140229.437500', '140229.897500', '140230.357500', '140230.817500', '140231.277500', '140231.737500', '140232.197500', '140232.657500', '140233.117500', '140233.577500', '140234.037500', '140234.497500', '140234.957500', '140235.417500', '140235.877500', '140236.337500', '140236.797500', '140237.257500', '140237.717500', '140238.177500', '140238.637500', '140239.097500', '140239.557500', '140240.017500', '140240.477500', '140240.937500', '140241.397500', '140241.857500', '140242.317500', '140242.777500', '140243.237500', '140243.697500', '140244.157500', '140244.617500', '140245.077500', '140245.537500', '140245.997500', '140246.457500', '140246.917500', '140247.377500', '140247.837500', '140248.297500', '140248.757500', '140249.217500', '140249.677500', '140250.137500', '140250.597500', '140251.057500', '140251.517500', '140251.977500', '140252.437500', '140252.897500', '140253.357500', '140253.817500', '140254.277500', '140254.737500', '140255.197500', '140255.657500', '140256.117500', '140256.577500', '140257.037500', '140257.497500', '140257.957500', '140258.417500', '140258.877500', '140259.337500', '140259.797500', '140300.257500', '140300.717500', '140301.177500', '140301.637500', '140302.097500', '140302.557500', '140303.017500', '140303.477500', '140303.937500', '140304.397500', '140304.857500', '140305.317500', '140305.777500', '140306.237500', '140306.697500', '140307.157500', '140307.617500', '140308.077500', '140308.537500', '140308.997500', '140309.457500', '140309.917500', '140310.377500', '140310.837500', '140311.297500', '140311.757500', '140312.217500', '140312.677500', '140313.137500', '140313.597500', '140314.057500', '140314.517500', '140314.977500', '140315.437500', '140315.897500', '140316.357500', '140316.817500', '140317.277500', '140317.737500', '140318.197500', '140318.657500', '140319.117500', '140319.577500', '140320.037500', '140320.497500', '140320.957500', '140321.417500', '140321.877500', '140322.337500', '140322.797500', '140323.257500', '140323.717500', '140324.177500', '140324.637500', '140325.097500', '140325.557500', '140326.017500', '140326.477500', '140326.937500', '140327.397500', '140327.857500', '140328.317500', '140328.777500', '140329.237500', '140329.697500', '140330.157500', '140330.617500', '140331.077500', '140331.537500', '140331.997500', '140332.457500', '140332.917500', '140333.377500', '140333.837500', '140334.297500', '140334.757500', '140335.217500', '140335.677500', '140336.137500', '140336.597500', '140337.057500', '140337.517500', '140337.977500', '140338.437500', '140338.897500', '140339.357500', '140339.817500', '140340.277500', '140340.737500', '140341.197500', '140341.657500', '140342.117500', '140342.577500', '140343.037500', '140343.497500', '140343.957500', '140344.417500', '140344.877500', '140345.337500', '140345.797500', '140346.257500', '140346.717500', '140347.177500', '140347.637500', '140348.097500', '140348.557500', '140349.017500', '140349.477500', '140349.937500', '140350.397500', '140350.857500', '140351.317500', '140351.777500', '140352.237500', '140352.697500', '140353.157500', '140353.617500', '140354.077500', '140354.537500', '140354.997500', '140355.457500', '140355.917500', '140356.377500', '140356.837500', '140357.297500', '140357.757500', '140358.217500', '140358.677500', '140359.137500', '140359.597500', '140400.057500', '140400.517500', '140400.977500', '140401.437500', '140401.897500', '140402.357500', '140402.817500', '140403.277500', '140403.737500', '140404.197500', '140404.657500', '140405.117500', '140405.577500', '140406.037500', '140406.497500', '140406.957500', '140407.417500', '140407.877500', '140408.337500', '140408.797500', '140409.257500', '140409.717500', '140410.177500', '140410.637500', '140411.097500', '140411.557500', '140412.017500', '140412.477500', '140412.937500', '140413.397500', '140413.857500', '140414.317500', '140414.777500', '140415.237500', '140415.697500', '140416.157500', '140416.617500', '140417.077500', '140417.537500', '140417.997500', '140418.457500', '140418.917500', '140419.377500', '140419.837500', '140420.297500', '140420.757500', '140421.217500', '140421.677500', '140422.137500', '140422.597500', '140423.057500', '140423.517500', '140423.977500', '140424.437500', '140424.897500', '140425.357500', '140425.817500', '140426.277500', '140426.737500', '140427.197500', '140427.657500', '140428.117500', '140428.577500', '140429.037500', '140429.497500', '140429.957500', '140430.417500', '140430.877500', '140431.337500', '140431.797500', '140432.257500', '140432.717500', '140433.177500', '140433.637500', '140434.097500', '140434.557500', '140435.017500', '140435.477500', '140435.937500', '140436.397500', '140436.857500', '140437.317500', '140437.777500', '140438.237500', '140438.697500', '140439.157500', '140439.617500', '140440.077500', '140440.537500', '140440.997500', '140441.457500', '140441.917500', '140442.377500', '140442.837500', '140443.297500', '140443.757500', '140444.217500', '140444.677500', '140445.137500', '140445.597500', '140446.057500', '140446.517500', '140446.977500', '140447.437500', '140447.897500', '140448.357500', '140448.817500', '140449.277500', '140449.737500', '140450.197500', '140450.657500', '140451.117500', '140451.577500', '140452.037500', '140452.497500', '140452.957500', '140453.417500', '140453.877500', '140454.337500', '140454.797500', '140455.257500', '140455.717500', '140456.177500', '140456.637500', '140457.097500', '140457.557500', '140458.017500', '140458.477500', '140458.937500', '140459.397500', '140459.857500', '140500.317500', '140500.777500', '140501.237500', '140501.697500', '140502.157500', '140502.617500', '140503.077500', '140503.537500', '140503.997500', '140504.457500', '140504.917500', '140505.377500', '140505.837500', '140506.297500', '140506.757500', '140507.217500', '140507.677500', '140508.137500', '140508.597500', '140509.057500', '140509.517500', '140509.977500', '140510.437500', '140510.897500', '140511.357500', '140511.817500', '140512.277500', '140512.737500', '140513.197500', '140513.657500', '140514.117500', '140514.577500', '140515.037500', '140515.497500', '140515.957500', '140516.417500', '140516.877500', '140517.337500', '140517.797500', '140518.257500', '140518.717500', '140519.177500', '140519.637500', '140520.097500', '140520.557500', '140521.017500', '140521.477500', '140521.937500', '140522.397500', '140522.857500', '140523.317500', '140523.777500', '140524.237500', '140524.697500', '140525.157500', '140525.617500', '140526.077500', '140526.537500', '140526.997500', '140527.457500', '140527.917500', '140528.377500', '140528.837500', '140529.297500', '140529.757500', '140530.217500', '140530.677500', '140531.137500', '140531.597500', '140532.057500', '140532.517500', '140532.977500', '140533.437500', '140533.897500', '140534.357500', '140534.817500', '140535.277500', '140535.737500', '140536.197500', '140536.657500', '140537.117500', '140537.577500', '140538.037500', '140538.497500', '140538.957500', '140539.417500', '140539.877500', '140540.337500', '140540.797500', '140541.257500', '140541.717500', '140542.177500', '140542.637500', '140543.097500', '140543.557500', '140544.017500', '140544.477500', '140544.937500', '140545.397500', '140545.857500', '140546.317500', '140546.777500', '140547.237500', '140547.697500', '140548.157500', '140548.617500', '140549.077500', '140549.537500', '140549.997500', '140550.457500', '140550.917500', '140551.377500', '140551.837500', '140552.297500', '140552.757500', '140553.217500', '140553.677500', '140554.137500', '140554.597500', '140555.057500', '140555.517500', '140555.977500', '140556.437500', '140556.897500', '140557.357500', '140557.817500', '140558.277500', '140558.737500', '140559.197500', '140559.657500', '140600.117500', '140600.577500', '140601.037500', '140601.497500', '140601.957500', '140602.417500', '140602.877500', '140603.337500', '140603.797500', '140604.257500', '140604.717500', '140605.177500', '140605.637500', '140606.097500', '140606.557500', '140607.017500', '140607.477500', '140607.937500', '140608.397500', '140608.857500', '140609.317500', '140609.777500', '140610.237500', '140610.697500', '140611.157500', '140611.617500', '140612.077500', '140612.537500', '140612.997500', '140613.457500', '140613.917500', '140614.377500', '140614.837500', '140615.297500', '140615.757500', '140616.217500', '140616.677500', '140617.137500', '140617.597500', '140618.057500', '140618.517500', '140618.977500', '140619.437500', '140619.897500', '140620.357500', '140620.817500', '140621.277500', '140621.737500', '140622.197500', '140622.657500', '140623.117500', '140623.577500', '140624.037500', '140624.497500', '140624.957500', '140625.417500', '140625.877500', '140626.337500', '140626.797500', '140627.257500', '140627.717500', '140628.177500', '140628.637500', '140629.097500', '140629.557500', '140630.017500', '140630.477500', '140630.937500', '140631.397500', '140631.857500', '140632.317500', '140632.777500', '140633.237500', '140633.697500', '140634.157500', '140634.617500', '140635.077500', '140635.537500', '140635.997500', '140636.457500', '140636.917500', '140637.377500', '140637.837500', '140638.297500', '140638.757500', '140639.217500', '140639.677500', '140640.137500', '140640.597500', '140641.057500', '140641.517500', '140641.977500', '140642.437500', '140642.897500', '140643.357500', '140643.817500', '140644.277500', '140644.737500', '140645.197500', '140645.657500', '140646.117500', '140646.577500', '140647.037500', '140647.497500', '140647.957500', '140648.417500', '140648.877500', '140649.337500', '140649.797500', '140650.257500', '140650.717500', '140651.177500', '140651.637500', '140652.097500', '140652.557500', '140653.017500', '140653.477500', '140653.937500', '140654.397500', '140654.857500', '140655.317500', '140655.777500', '140656.237500', '140656.697500', '140657.157500', '140657.617500', '140658.077500', '140658.537500', '140658.997500', '140659.457500', '140659.917500', '140700.377500', '140700.837500', '140701.297500', '140701.757500', '140702.217500', '140702.677500', '140703.137500', '140703.597500', '140704.057500', '140704.517500', '140704.977500', '140705.437500', '140705.897500', '140706.357500', '140706.817500', '140707.277500', '140707.737500', '140708.197500', '140708.657500', '140709.117500', '140709.577500', '140710.037500', '140710.497500', '140710.957500', '140711.417500', '140711.877500', '140712.337500', '140712.797500', '140713.257500', '140713.717500', '140714.177500', '140714.637500', '140715.097500', '140715.557500', '140716.017500', '140716.477500', '140716.937500', '140717.397500', '140717.857500', '140718.317500', '140718.777500', '140719.237500', '140719.697500', '140720.157500', '140720.617500', '140721.077500', '140721.537500', '140721.997500', '140722.457500', '140722.917500', '140723.377500', '140723.837500', '140724.297500', '140724.757500', '140725.217500', '140725.677500', '140726.137500', '140726.597500', '140727.057500', '140727.517500', '140727.977500', '140728.437500', '140728.897500', '140729.357500', '140729.817500', '140730.277500', '140730.737500', '140731.197500', '140731.657500', '140732.117500', '140732.577500', '140733.037500', '140733.497500', '140733.957500', '140734.417500', '140734.877500', '140735.337500', '140735.797500', '140736.257500', '140736.717500', '140737.177500', '140737.637500', '140738.097500', '140738.557500', '140739.017500', '140739.477500', '140739.937500', '140740.397500', '140740.857500', '140741.317500', '140741.777500', '140742.237500', '140742.697500', '140743.157500', '140743.617500', '140744.077500', '140744.537500', '140744.997500', '140745.457500', '140745.917500', '140746.377500', '140746.837500', '140747.297500', '140747.757500', '140748.217500', '140748.677500', '140749.137500', '140749.597500', '140750.057500', '140750.517500', '140750.977500', '140751.437500', '140751.897500', '140752.357500', '140752.817500', '140753.277500', '140753.737500', '140754.197500', '140754.657500', '140755.117500', '140755.577500', '140756.037500', '140756.497500', '140756.957500', '140757.417500', '140757.877500', '140758.337500', '140758.797500', '140759.257500', '140759.717500', '140800.177500', '140800.637500', '140801.097500', '140801.557500', '140802.017500', '140802.477500', '140802.937500', '140803.397500', '140803.857500', '140804.317500', '140804.777500', '140805.237500', '140805.697500', '140806.157500', '140806.617500', '140807.077500', '140807.537500', '140807.997500', '140808.457500', '140808.917500', '140809.377500', '140809.837500', '140810.297500', '140810.757500', '140811.217500', '140811.677500', '140812.137500', '140812.597500', '140813.057500', '140813.517500', '140813.977500', '140814.437500', '140814.897500', '140815.357500', '140815.817500', '140816.277500', '140816.737500', '140817.197500', '140817.657500', '140818.117500', '140818.577500', '140819.037500', '140819.497500', '140819.957500', '140820.417500', '140820.877500', '140821.337500', '140821.797500', '140822.257500', '140822.717500', '140823.177500', '140823.637500', '140824.097500', '140824.557500', '140825.017500', '140825.477500', '140825.937500', '140826.397500', '140826.857500', '140827.317500', '140827.777500', '140828.237500', '140828.697500', '140829.157500', '140829.617500', '140830.077500', '140830.537500', '140830.997500', '140831.457500', '140831.917500', '140832.377500', '140832.837500', '140833.297500', '140833.757500', '140834.217500', '140834.677500', '140835.137500', '140835.597500', '140836.057500', '140836.517500', '140836.977500', '140837.437500', '140837.897500', '140838.357500', '140838.817500', '140839.277500', '140839.737500', '140840.197500', '140840.657500', '140841.117500', '140841.577500', '140842.037500', '140842.497500', '140842.957500', '140843.417500', '140843.877500', '140844.337500', '140844.797500', '140845.257500', '140845.717500', '140846.177500', '140846.637500', '140847.097500', '140847.557500', '140848.017500', '140848.477500', '140848.937500', '140849.397500', '140849.857500', '140850.317500', '140850.777500', '140851.237500', '140851.697500', '140852.157500', '140852.617500', '140853.077500', '140853.537500', '140853.997500', '140854.457500', '140854.917500', '140855.377500', '140855.837500', '140856.297500', '140856.757500', '140857.217500', '140857.677500', '140858.137500', '140858.597500', '140859.057500', '140859.517500', '140859.977500', '140900.437500', '140900.897500', '140901.357500', '140901.817500', '140902.277500', '140902.737500', '140903.197500', '140903.657500', '140904.117500', '140904.577500', '140905.037500', '140905.497500', '140905.957500', '140906.417500', '140906.877500', '140907.337500', '140907.797500', '140908.257500', '140908.717500', '140909.177500', '140909.637500', '140910.097500', '140910.557500', '140911.017500', '140911.477500', '140911.937500', '140912.397500', '140912.857500', '140913.317500', '140913.777500', '140914.237500', '140914.697500', '140915.157500', '140915.617500', '140916.077500', '140916.537500', '140916.997500', '140917.457500', '140917.917500', '140918.377500', '140918.837500', '140919.297500', '140919.757500', '140920.217500', '140920.677500', '140921.137500', '140921.597500', '140922.057500', '140922.517500', '140922.977500', '140923.437500', '140923.897500', '140924.357500', '140924.817500', '140925.277500', '140925.737500', '140926.197500', '140926.657500', '140927.117500', '140927.577500', '140928.037500', '140928.497500', '140928.957500', '140929.417500', '140929.877500', '140930.337500', '140930.797500', '140931.257500', '140931.717500', '140932.177500', '140932.637500', '140933.097500', '140933.557500', '140934.017500', '140934.477500', '140934.937500', '140935.397500', '140935.857500', '140936.317500', '140936.777500', '140937.237500', '140937.697500', '140938.157500', '140938.617500', '140939.077500', '140939.537500', '140939.997500', '140940.457500', '140940.917500', '140941.377500', '140941.837500', '140942.297500', '140942.757500', '140943.217500', '140943.677500', '140944.137500', '140944.597500', '140945.057500', '140945.517500', '140945.977500', '140946.437500', '140946.897500', '140947.357500', '140947.817500', '140948.277500', '140948.737500', '140949.197500', '140949.657500', '140950.117500', '140950.577500', '140951.037500', '140951.497500', '140951.957500', '140952.417500', '140952.877500', '140953.337500', '140953.797500', '140954.257500', '140954.717500', '140955.177500', '140955.637500', '140956.097500', '140956.557500', '140957.017500', '140957.477500', '140957.937500', '140958.397500', '140958.857500', '140959.317500', '140959.777500', '141000.237500', '141000.697500', '141001.157500', '141001.617500', '141002.077500', '141002.537500', '141002.997500', '141003.457500', '141003.917500', '141004.377500', '141004.837500', '141005.297500', '141005.757500', '141006.217500', '141006.677500', '141007.137500', '141007.597500', '141008.057500', '141008.517500', '141008.977500', '141009.437500', '141009.897500', '141010.357500', '141010.817500', '141011.277500', '141011.737500', '141012.197500', '141012.657500', '141013.117500', '141013.577500', '141014.037500', '141014.497500', '141014.957500', '141015.417500', '141015.877500', '141016.337500', '141016.797500', '141017.257500', '141017.717500', '141018.177500', '141018.637500', '141019.097500', '141019.557500', '141020.017500', '141020.477500', '141020.937500', '141021.397500', '141021.857500', '141022.317500', '141022.777500', '141023.237500', '141023.697500', '141024.157500', '141024.617500', '141025.077500', '141025.537500', '141025.997500', '141026.457500', '141026.917500', '141027.377500', '141027.837500', '141028.297500', '141028.757500', '141029.217500', '141029.677500', '141030.137500', '141030.597500', '141031.057500', '141031.517500', '141031.977500', '141032.437500', '141032.897500', '141033.357500', '141033.817500', '141034.277500', '141034.737500', '141035.197500', '141035.657500', '141036.117500', '141036.577500', '141037.037500', '141037.497500', '141037.957500', '141038.417500', '141038.877500', '141039.337500', '141039.797500', '141040.257500', '141040.717500', '141041.177500', '141041.637500', '141042.097500', '141042.557500', '141043.017500', '141043.477500', '141043.937500', '141044.397500', '141044.857500', '141045.317500', '141045.777500', '141046.237500', '141046.697500', '141047.157500', '141047.617500', '141048.077500', '141048.537500', '141048.997500', '141049.457500', '141049.917500', '141050.377500', '141050.837500', '141051.297500', '141051.757500', '141052.217500', '141052.677500', '141053.137500', '141053.597500', '141054.057500', '141054.517500', '141054.977500', '141055.437500', '141055.897500', '141056.357500', '141056.817500', '141057.277500', '141057.737500', '141058.197500', '141058.657500', '141059.117500', '141059.577500', '141100.037500', '141100.497500', '141100.957500', '141101.417500', '141101.877500', '141102.337500', '141102.797500', '141103.257500', '141103.717500', '141104.177500', '141104.637500', '141105.097500', '141105.557500', '141106.017500', '141106.477500', '141106.937500', '141107.397500', '141107.857500', '141108.317500', '141108.777500', '141109.237500', '141109.697500', '141110.157500', '141110.617500', '141111.077500', '141111.537500', '141111.997500', '141112.457500', '141112.917500', '141113.377500', '141113.837500', '141114.297500', '141114.757500', '141115.217500', '141115.677500', '141116.137500', '141116.597500', '141117.057500', '141117.517500', '141117.977500', '141118.437500', '141118.897500', '141119.357500', '141119.817500', '141120.277500', '141120.737500', '141121.197500', '141121.657500', '141122.117500', '141122.577500', '141123.037500', '141123.497500', '141123.957500', '141124.417500', '141124.877500', '141125.337500', '141125.797500', '141126.257500', '141126.717500', '141127.177500', '141127.637500', '141128.097500', '141128.557500', '141129.017500', '141129.477500', '141129.937500', '141130.397500', '141130.857500', '141131.317500', '141131.777500', '141132.237500', '141132.697500', '141133.157500', '141133.617500', '141134.077500', '141134.537500', '141134.997500', '141135.457500', '141135.917500', '141136.377500', '141136.837500', '141137.297500', '141137.757500', '141138.217500', '141138.677500', '141139.137500', '141139.597500', '141140.057500', '141140.517500', '141140.977500', '141141.437500', '141141.897500', '141142.357500', '141142.817500', '141143.277500', '141143.737500', '141144.197500', '141144.657500', '141145.117500', '141145.577500', '141146.037500', '141146.497500', '141146.957500', '141147.417500', '141147.877500', '141148.337500', '141148.797500', '141149.257500', '141149.717500', '141150.177500', '141150.637500', '141151.097500', '141151.557500', '141152.017500', '141152.477500', '141152.937500', '141153.397500', '141153.857500', '141154.317500', '141154.777500', '141155.237500', '141155.697500', '141156.157500', '141156.617500', '141157.077500', '141157.537500', '141157.997500', '141158.457500', '141158.917500', '141159.377500', '141159.837500', '141200.297500', '141200.757500', '141201.217500', '141201.677500', '141202.137500', '141202.597500', '141203.057500', '141203.517500', '141203.977500', '141204.437500', '141204.897500', '141205.357500', '141205.817500', '141206.277500', '141206.737500', '141207.197500', '141207.657500', '141208.117500', '141208.577500', '141209.037500', '141209.497500', '141209.957500', '141210.417500', '141210.877500', '141211.337500', '141211.797500', '141212.257500', '141212.717500', '141213.177500', '141213.637500', '141214.097500', '141214.557500', '141215.017500', '141215.477500', '141215.937500', '141216.397500', '141216.857500', '141217.317500', '141217.777500', '141218.237500', '141218.697500', '141219.157500', '141219.617500', '141220.077500', '141220.537500', '141220.997500', '141221.457500', '141221.917500', '141222.377500', '141222.837500', '141223.297500', '141223.757500', '141224.217500', '141224.677500', '141225.137500', '141225.597500', '141226.057500', '141226.517500', '141226.977500', '141227.437500', '141227.897500', '141228.357500', '141228.817500', '141229.277500', '141229.737500', '141230.197500', '141230.657500', '141231.117500', '141231.577500', '141232.037500', '141232.497500', '141232.957500', '141233.417500', '141233.877500', '141234.337500', '141234.797500', '141235.257500', '141235.717500', '141236.177500', '141236.637500', '141237.097500', '141237.557500', '141238.017500', '141238.477500', '141238.937500', '141239.397500', '141239.857500', '141240.317500', '141240.777500', '141241.237500', '141241.697500', '141242.157500', '141242.617500', '141243.077500', '141243.537500', '141243.997500', '141244.457500', '141244.917500', '141245.377500', '141245.837500', '141246.297500', '141246.757500', '141247.217500', '141247.677500', '141248.137500', '141248.597500', '141249.057500', '141249.517500', '141249.977500', '141250.437500', '141250.897500', '141251.357500', '141251.817500', '141252.277500', '141252.737500', '141253.197500', '141253.657500', '141254.117500', '141254.577500', '141255.037500', '141255.497500', '141255.957500', '141256.417500', '141256.877500', '141257.337500', '141257.797500', '141258.257500', '141258.717500', '141259.177500', '141259.637500', '141300.097500', '141300.557500', '141301.017500', '141301.477500', '141301.937500', '141302.397500', '141302.857500', '141303.317500', '141303.777500', '141304.237500', '141304.697500', '141305.157500', '141305.617500', '141306.077500', '141306.537500', '141306.997500', '141307.457500', '141307.917500', '141308.377500', '141308.837500', '141309.297500', '141309.757500', '141310.217500', '141310.677500', '141311.137500', '141311.597500', '141312.057500', '141312.517500', '141312.977500', '141313.437500', '141313.897500', '141314.357500', '141314.817500', '141315.277500', '141315.737500', '141316.197500', '141316.657500', '141317.117500', '141317.577500', '141318.037500', '141318.497500', '141318.957500', '141319.417500', '141319.877500', '141320.337500', '141320.797500', '141321.257500', '141321.717500', '141322.177500', '141322.637500', '141323.097500', '141323.557500', '141324.017500', '141324.477500', '141324.937500', '141325.397500', '141325.857500', '141326.317500', '141326.777500', '141327.237500', '141327.697500', '141328.157500', '141328.617500', '141329.077500', '141329.537500', '141329.997500', '141330.457500', '141330.917500', '141331.377500', '141331.837500', '141332.297500', '141332.757500', '141333.217500', '141333.677500', '141334.137500', '141334.597500', '141335.057500', '141335.517500', '141335.977500', '141336.437500', '141336.897500', '141337.357500', '141337.817500', '141338.277500', '141338.737500', '141339.197500', '141339.657500', '141340.117500', '141340.577500', '141341.037500', '141341.497500', '141341.957500', '141342.417500', '141342.877500', '141343.337500', '141343.797500', '141344.257500', '141344.717500', '141345.177500', '141345.637500', '141346.097500', '141346.557500', '141347.017500', '141347.477500', '141347.937500', '141348.397500', '141348.857500', '141349.317500', '141349.777500', '141350.237500', '141350.697500', '141351.157500', '141351.617500', '141352.077500', '141352.537500', '141352.997500', '141353.457500', '141353.917500', '141354.377500', '141354.837500', '141355.297500', '141355.757500', '141356.217500', '141356.677500', '141357.137500', '141357.597500', '141358.057500', '141358.517500', '141358.977500', '141359.437500', '141359.897500', '141400.357500', '141400.817500', '141401.277500', '141401.737500', '141402.197500', '141402.657500', '141403.117500', '141403.577500', '141404.037500', '141404.497500', '141404.957500', '141405.417500', '141405.877500', '141406.337500', '141406.797500', '141407.257500', '141407.717500', '141408.177500', '141408.637500', '141409.097500', '141409.557500', '141410.017500', '141410.477500', '141410.937500', '141411.397500', '141411.857500', '141412.317500', '141412.777500', '141413.237500', '141413.697500', '141414.157500', '141414.617500', '141415.077500', '141415.537500', '141415.997500', '141416.457500', '141416.917500', '141417.377500', '141417.837500', '141418.297500', '141418.757500', '141419.217500', '141419.677500', '141420.137500', '141420.597500', '141421.057500', '141421.517500', '141421.977500', '141422.437500', '141422.897500', '141423.357500', '141423.817500', '141424.277500', '141424.737500', '141425.197500', '141425.657500', '141426.117500', '141426.577500', '141427.037500', '141427.497500', '141427.957500', '141428.417500', '141428.877500', '141429.337500', '141429.797500', '141430.257500', '141430.717500', '141431.177500'], 'ContentTime': ['140216.802000', '140216.806000', '140216.809000', '140216.812000', '140216.815000', '140216.817000', '140216.820000', '140216.822000', '140216.825000', '140216.828000', '140216.830000', '140216.833000', '140216.835000', '140216.838000', '140216.841000', '140216.844000', '140216.847000', '140216.849000', '140216.852000', '140216.855000', '140216.857000', '140216.860000', '140216.863000', '140216.865000', '140216.868000', '140216.870000', '140216.873000', '140216.881000', '140216.884000', '140216.886000', '140216.889000', '140216.892000', '140216.894000', '140216.897000', '140216.900000', '140216.903000', '140216.905000', '140216.908000', '140216.910000', '140236.776000', '140236.779000', '140236.809000', '140236.812000', '140236.815000', '140236.817000', '140236.820000', '140236.823000', '140236.825000', '140236.828000', '140236.830000', '140236.833000', '140236.836000', '140236.838000', '140236.841000', '140236.843000', '140236.846000', '140236.849000', '140236.851000', '140236.854000', '140236.856000', '140236.859000', '140236.861000', '140236.864000', '140236.867000', '140236.869000', '140236.872000', '140236.874000', '140236.877000', '140236.880000', '140236.883000', '140236.885000', '140236.888000', '140236.890000', '140236.893000', '140236.895000', '140236.898000', '140236.901000', '140236.903000', '140236.906000', '140236.908000', '140236.911000', '140236.914000', '140236.916000', '140256.776000', '140256.779000', '140256.782000', '140256.787000', '140256.790000', '140256.792000', '140256.795000', '140256.797000', '140256.800000', '140256.803000', '140256.805000', '140256.808000', '140256.810000', '140256.813000', '140256.816000', '140256.818000', '140256.821000', '140256.824000', '140256.827000', '140256.829000', '140256.832000', '140256.835000', '140256.837000', '140256.840000', '140256.842000', '140256.845000', '140256.848000', '140256.850000', '140256.853000', '140256.856000', '140256.858000', '140256.861000', '140256.863000', '140256.866000', '140256.869000', '140256.871000', '140256.874000', '140256.876000', '140256.879000', '140256.882000', '140256.884000', '140256.887000', '140256.890000', '140316.777000', '140316.779000', '140316.782000', '140316.785000', '140316.788000', '140316.790000', '140316.793000', '140316.795000', '140316.798000', '140316.801000', '140316.803000', '140316.806000', '140316.809000', '140316.811000', '140316.814000', '140316.816000', '140316.819000', '140316.822000', '140316.824000', '140316.827000', '140316.830000', '140316.832000', '140316.835000', '140316.837000', '140316.840000', '140316.843000', '140316.845000', '140316.848000', '140316.850000', '140316.853000', '140316.856000', '140316.858000', '140316.861000', '140316.863000', '140316.866000', '140316.869000', '140316.871000', '140316.874000', '140316.876000', '140316.879000', '140316.888000', '140316.891000', '140316.893000', '140316.896000', '140336.777000', '140336.780000', '140336.782000', '140336.785000', '140336.788000', '140336.790000', '140336.793000', '140336.796000', '140336.798000', '140336.801000', '140336.803000', '140336.806000', '140336.809000', '140336.811000', '140336.814000', '140336.817000', '140336.824000', '140336.826000', '140336.829000', '140336.832000', '140336.834000', '140336.837000', '140336.840000', '140336.842000', '140336.845000', '140336.847000', '140336.850000', '140336.853000', '140336.855000', '140336.858000', '140336.861000', '140336.863000', '140336.866000', '140336.868000', '140336.871000', '140336.875000', '140336.878000', '140336.880000', '140336.884000', '140336.886000', '140336.889000', '140336.892000', '140336.894000', '140356.776000', '140356.779000', '140356.782000', '140356.785000', '140356.788000', '140356.790000', '140356.793000', '140356.796000', '140356.798000', '140356.801000', '140356.804000', '140356.806000', '140356.809000', '140356.812000', '140356.814000', '140356.817000', '140356.820000', '140356.822000', '140356.825000', '140356.828000', '140356.830000', '140356.833000', '140356.836000', '140356.838000', '140356.841000', '140356.844000', '140356.854000', '140356.856000', '140356.859000', '140356.862000', '140356.864000', '140356.867000', '140356.870000', '140356.872000', '140356.875000', '140356.877000', '140356.880000', '140356.883000', '140356.885000', '140356.888000', '140356.891000', '140356.893000', '140356.896000', '140356.899000', '140416.777000', '140416.780000', '140416.782000', '140416.785000', '140416.787000', '140416.790000', '140416.793000', '140416.795000', '140416.798000', '140416.801000', '140416.803000', '140416.806000', '140416.808000', '140416.811000', '140416.814000', '140416.816000', '140416.819000', '140416.822000', '140416.824000', '140416.827000', '140416.829000', '140416.832000', '140416.834000', '140416.837000', '140416.840000', '140416.842000', '140416.845000', '140416.848000', '140416.850000', '140416.853000', '140416.855000', '140416.858000', '140416.861000', '140416.863000', '140416.866000', '140416.869000', '140416.871000', '140416.874000', '140416.876000', '140416.879000', '140416.882000', '140416.885000', '140416.887000', '140436.776000', '140436.779000', '140436.782000', '140436.785000', '140436.787000', '140436.790000', '140436.792000', '140436.795000', '140436.798000', '140436.806000', '140436.808000', '140436.811000', '140436.814000', '140436.816000', '140436.819000', '140436.821000', '140436.824000', '140436.827000', '140436.829000', '140436.832000', '140436.835000', '140436.837000', '140436.840000', '140436.842000', '140436.845000', '140436.848000', '140436.850000', '140436.853000', '140436.855000', '140436.858000', '140436.861000', '140436.863000', '140436.866000', '140436.868000', '140436.871000', '140436.874000', '140436.876000', '140436.879000', '140436.882000', '140436.884000', '140436.887000', '140436.889000', '140436.892000', '140436.895000', '140456.776000', '140456.779000', '140456.782000', '140456.784000', '140456.788000', '140456.790000', '140456.793000', '140456.795000', '140456.798000', '140456.801000', '140456.803000', '140456.806000', '140456.809000', '140456.811000', '140456.814000', '140456.816000', '140456.819000', '140456.822000', '140456.824000', '140456.827000', '140456.830000', '140456.832000', '140456.835000', '140456.837000', '140456.840000', '140456.843000', '140456.845000', '140456.848000', '140456.851000', '140456.853000', '140456.856000', '140456.858000', '140456.861000', '140456.864000', '140456.866000', '140456.869000', '140456.871000', '140456.874000', '140456.876000', '140456.879000', '140456.882000', '140456.884000', '140456.887000', '140516.776000', '140516.779000', '140516.782000', '140516.785000', '140516.787000', '140516.790000', '140516.792000', '140516.795000', '140516.798000', '140516.800000', '140516.803000', '140516.805000', '140516.808000', '140516.811000', '140516.813000', '140516.816000', '140516.819000', '140516.821000', '140516.824000', '140516.826000', '140516.829000', '140516.832000', '140516.834000', '140516.837000', '140516.839000', '140516.842000', '140516.845000', '140516.847000', '140516.850000', '140516.853000', '140516.855000', '140516.858000', '140516.861000', '140516.863000', '140516.866000', '140516.868000', '140516.871000', '140516.874000', '140516.878000', '140516.881000', '140516.883000', '140516.886000', '140516.889000', '140516.891000', '140536.776000', '140536.779000', '140536.782000', '140536.785000', '140536.787000', '140536.790000', '140536.792000', '140536.795000', '140536.798000', '140536.800000', '140536.803000', '140536.806000', '140536.808000', '140536.811000', '140536.813000', '140536.816000', '140536.819000', '140536.821000', '140536.824000', '140536.826000', '140536.829000', '140536.832000', '140536.834000', '140536.837000', '140536.840000', '140536.842000', '140536.845000', '140536.847000', '140536.850000', '140536.853000', '140536.855000', '140536.858000', '140536.860000', '140536.863000', '140536.866000', '140536.868000', '140536.877000', '140536.879000', '140536.882000', '140536.885000', '140536.887000', '140536.890000', '140536.892000', '140556.776000', '140556.779000', '140556.782000', '140556.785000', '140556.787000', '140556.790000', '140556.793000', '140556.795000', '140556.798000', '140556.801000', '140556.803000', '140556.806000', '140556.809000', '140556.811000', '140556.814000', '140556.817000', '140556.819000', '140556.822000', '140556.824000', '140556.827000', '140556.830000', '140556.832000', '140556.835000', '140556.838000', '140556.840000', '140556.843000', '140556.845000', '140556.848000', '140556.850000', '140556.853000', '140556.856000', '140556.858000', '140556.861000', '140556.864000', '140556.866000', '140556.869000', '140556.872000', '140556.874000', '140556.877000', '140556.879000', '140556.882000', '140556.884000', '140556.887000', '140556.890000', '140616.777000', '140616.780000', '140616.782000', '140616.785000', '140616.787000', '140616.790000', '140616.793000', '140616.795000', '140616.798000', '140616.801000', '140616.803000', '140616.806000', '140616.808000', '140616.811000', '140616.814000', '140616.816000', '140616.819000', '140616.822000', '140616.824000', '140616.827000', '140616.830000', '140616.833000', '140616.836000', '140616.838000', '140616.841000', '140616.843000', '140616.846000', '140616.849000', '140616.851000', '140616.854000', '140616.857000', '140616.859000', '140616.862000', '140616.865000', '140616.867000', '140616.870000', '140616.872000', '140616.875000', '140616.878000', '140616.880000', '140616.883000', '140616.886000', '140616.888000', '140636.776000', '140636.779000', '140636.783000', '140636.785000', '140636.788000', '140636.790000', '140636.793000', '140636.796000', '140636.798000', '140636.801000', '140636.803000', '140636.806000', '140636.809000', '140636.811000', '140636.814000', '140636.816000', '140636.819000', '140636.822000', '140636.824000', '140636.827000', '140636.830000', '140636.832000', '140636.835000', '140636.837000', '140636.840000', '140636.843000', '140636.845000', '140636.848000', '140636.850000', '140636.853000', '140636.856000', '140636.858000', '140636.861000', '140636.864000', '140636.866000', '140636.869000', '140636.871000', '140636.874000', '140636.877000', '140636.879000', '140636.882000', '140636.885000', '140636.887000', '140636.890000', '140656.777000', '140656.779000', '140656.782000', '140656.785000', '140656.787000', '140656.790000', '140656.793000', '140656.795000', '140656.798000', '140656.800000', '140656.803000', '140656.806000', '140656.808000', '140656.811000', '140656.813000', '140656.816000', '140656.819000', '140656.821000', '140656.824000', '140656.827000', '140656.829000', '140656.832000', '140656.834000', '140656.837000', '140656.840000', '140656.842000', '140656.845000', '140656.848000', '140656.850000', '140656.853000', '140656.856000', '140656.858000', '140656.861000', '140656.864000', '140656.866000', '140656.869000', '140656.872000', '140656.874000', '140656.877000', '140656.879000', '140656.882000', '140656.885000', '140656.887000', '140716.776000', '140716.780000', '140716.782000', '140716.785000', '140716.787000', '140716.790000', '140716.793000', '140716.795000', '140716.798000', '140716.801000', '140716.803000', '140716.806000', '140716.809000', '140716.812000', '140716.814000', '140716.817000', '140716.819000', '140716.822000', '140716.835000', '140716.838000', '140716.840000', '140716.843000', '140716.846000', '140716.848000', '140716.851000', '140716.853000', '140716.856000', '140716.859000', '140716.861000', '140716.864000', '140716.866000', '140716.869000', '140716.872000', '140716.874000', '140716.877000', '140716.879000', '140716.882000', '140716.885000', '140716.887000', '140716.890000', '140716.892000', '140716.895000', '140716.898000', '140716.900000', '140736.776000', '140736.779000', '140736.782000', '140736.785000', '140736.787000', '140736.790000', '140736.793000', '140736.795000', '140736.798000', '140736.800000', '140736.803000', '140736.806000', '140736.808000', '140736.811000', '140736.813000', '140736.816000', '140736.819000', '140736.822000', '140736.824000', '140736.827000', '140736.829000', '140736.832000', '140736.835000', '140736.837000', '140736.840000', '140736.842000', '140736.845000', '140736.848000', '140736.850000', '140736.853000', '140736.856000', '140736.858000', '140736.861000', '140736.863000', '140736.866000', '140736.869000', '140736.871000', '140736.874000', '140736.877000', '140736.879000', '140736.882000', '140736.884000', '140736.889000', '140756.776000', '140756.779000', '140756.782000', '140756.784000', '140756.787000', '140756.790000', '140756.792000', '140756.795000', '140756.798000', '140756.800000', '140756.803000', '140756.805000', '140756.814000', '140756.817000', '140756.820000', '140756.822000', '140756.825000', '140756.827000', '140756.830000', '140756.833000', '140756.836000', '140756.838000', '140756.841000', '140756.843000', '140756.846000', '140756.849000', '140756.851000', '140756.854000', '140756.856000', '140756.859000', '140756.862000', '140756.864000', '140756.867000', '140756.869000', '140756.872000', '140756.874000', '140756.877000', '140756.880000', '140756.882000', '140756.885000', '140756.887000', '140756.890000', '140756.893000', '140756.895000', '140816.777000', '140816.779000', '140816.783000', '140816.785000', '140816.788000', '140816.790000', '140816.793000', '140816.796000', '140816.798000', '140816.801000', '140816.803000', '140816.806000', '140816.809000', '140816.811000', '140816.814000', '140816.817000', '140816.819000', '140816.822000', '140816.824000', '140816.827000', '140816.830000', '140816.832000', '140816.835000', '140816.838000', '140816.840000', '140816.843000', '140816.845000', '140816.848000', '140816.851000', '140816.853000', '140816.856000', '140816.859000', '140816.861000', '140816.864000', '140816.867000', '140816.869000', '140816.872000', '140816.874000', '140816.877000', '140816.880000', '140816.882000', '140816.885000', '140816.887000', '140836.777000', '140836.780000', '140836.782000', '140836.787000', '140836.789000', '140836.793000', '140836.796000', '140836.799000', '140836.801000', '140836.804000', '140836.806000', '140836.809000', '140836.812000', '140836.814000', '140836.817000', '140836.834000', '140836.837000', '140836.839000', '140836.842000', '140836.845000', '140836.847000', '140836.850000', '140836.852000', '140836.855000', '140836.858000', '140836.860000', '140836.863000', '140836.866000', '140836.869000', '140836.871000', '140836.874000', '140836.876000', '140836.879000', '140836.882000', '140836.884000', '140836.887000', '140836.889000', '140836.892000', '140836.895000', '140836.897000', '140836.900000', '140836.903000', '140836.905000', '140856.777000', '140856.779000', '140856.782000', '140856.785000', '140856.787000', '140856.790000', '140856.793000', '140856.795000', '140856.798000', '140856.800000', '140856.803000', '140856.806000', '140856.808000', '140856.811000', '140856.814000', '140856.816000', '140856.819000', '140856.821000', '140856.824000', '140856.827000', '140856.829000', '140856.832000', '140856.835000', '140856.837000', '140856.840000', '140856.842000', '140856.845000', '140856.848000', '140856.850000', '140856.853000', '140856.856000', '140856.858000', '140856.861000', '140856.863000', '140856.866000', '140856.869000', '140856.871000', '140856.874000', '140856.876000', '140856.879000', '140856.893000', '140856.896000', '140856.898000', '140856.901000', '140916.777000', '140916.779000', '140916.782000', '140916.785000', '140916.788000', '140916.791000', '140916.794000', '140916.797000', '140916.799000', '140916.802000', '140916.804000', '140916.807000', '140916.810000', '140916.812000', '140916.815000', '140916.818000', '140916.820000', '140916.823000', '140916.826000', '140916.828000', '140916.831000', '140916.833000', '140916.836000', '140916.839000', '140916.841000', '140916.844000', '140916.847000', '140916.849000', '140916.852000', '140916.855000', '140916.857000', '140916.860000', '140916.862000', '140916.865000', '140916.868000', '140916.870000', '140916.873000', '140916.876000', '140916.878000', '140916.881000', '140916.884000', '140916.886000', '140916.889000', '140936.777000', '140936.780000', '140936.783000', '140936.785000', '140936.788000', '140936.791000', '140936.793000', '140936.796000', '140936.798000', '140936.801000', '140936.803000', '140936.806000', '140936.809000', '140936.811000', '140936.814000', '140936.816000', '140936.819000', '140936.822000', '140936.824000', '140936.827000', '140936.829000', '140936.832000', '140936.835000', '140936.837000', '140936.840000', '140936.843000', '140936.845000', '140936.848000', '140936.850000', '140936.853000', '140936.856000', '140936.858000', '140936.861000', '140936.864000', '140936.866000', '140936.869000', '140936.871000', '140936.874000', '140936.877000', '140936.879000', '140936.882000', '140936.885000', '140936.887000', '140936.890000', '140956.776000', '140956.779000', '140956.782000', '140956.785000', '140956.788000', '140956.790000', '140956.793000', '140956.795000', '140956.798000', '140956.801000', '140956.803000', '140956.806000', '140956.809000', '140956.812000', '140956.814000', '140956.817000', '140956.820000', '140956.822000', '140956.825000', '140956.828000', '140956.830000', '140956.834000', '140956.837000', '140956.839000', '140956.842000', '140956.853000', '140956.856000', '140956.858000', '140956.861000', '140956.864000', '140956.866000', '140956.869000', '140956.872000', '140956.874000', '140956.877000', '140956.880000', '140956.882000', '140956.885000', '140956.888000', '140956.890000', '140956.893000', '140956.896000', '140956.898000', '141016.776000', '141016.779000', '141016.782000', '141016.784000', '141016.787000', '141016.790000', '141016.793000', '141016.795000', '141016.798000', '141016.801000', '141016.803000', '141016.806000', '141016.808000', '141016.811000', '141016.814000', '141016.816000', '141016.819000', '141016.821000', '141016.824000', '141016.827000', '141016.829000', '141016.832000', '141016.834000', '141016.837000', '141016.840000', '141016.842000', '141016.845000', '141016.848000', '141016.850000', '141016.853000', '141016.855000', '141016.858000', '141016.861000', '141016.863000', '141016.866000', '141016.868000', '141016.871000', '141016.874000', '141016.876000', '141016.879000', '141016.882000', '141016.884000', '141016.887000', '141016.889000', '141036.777000', '141036.779000', '141036.782000', '141036.785000', '141036.787000', '141036.790000', '141036.793000', '141036.795000', '141036.798000', '141036.801000', '141036.803000', '141036.806000', '141036.808000', '141036.811000', '141036.814000', '141036.816000', '141036.819000', '141036.821000', '141036.824000', '141036.827000', '141036.829000', '141036.832000', '141036.835000', '141036.837000', '141036.840000', '141036.843000', '141036.846000', '141036.848000', '141036.851000', '141036.854000', '141036.856000', '141036.859000', '141036.862000', '141036.864000', '141036.867000', '141036.869000', '141036.872000', '141036.875000', '141036.877000', '141036.880000', '141036.883000', '141036.885000', '141036.888000', '141056.777000', '141056.779000', '141056.782000', '141056.785000', '141056.788000', '141056.790000', '141056.793000', '141056.796000', '141056.799000', '141056.801000', '141056.804000', '141056.807000', '141056.809000', '141056.812000', '141056.814000', '141056.817000', '141056.820000', '141056.822000', '141056.825000', '141056.828000', '141056.830000', '141056.833000', '141056.835000', '141056.838000', '141056.841000', '141056.843000', '141056.846000', '141056.849000', '141056.851000', '141056.854000', '141056.856000', '141056.859000', '141056.862000', '141056.864000', '141056.867000', '141056.870000', '141056.873000', '141056.875000', '141056.878000', '141056.880000', '141056.883000', '141056.886000', '141056.888000', '141056.891000', '141116.777000', '141116.780000', '141116.782000', '141116.785000', '141116.787000', '141116.791000', '141116.793000', '141116.796000', '141116.819000', '141116.822000', '141116.825000', '141116.827000', '141116.830000', '141116.832000', '141116.835000', '141116.838000', '141116.840000', '141116.843000', '141116.846000', '141116.848000', '141116.851000', '141116.854000', '141116.856000', '141116.859000', '141116.862000', '141116.864000', '141116.867000', '141116.870000', '141116.873000', '141116.876000', '141116.878000', '141116.881000', '141116.884000', '141116.887000', '141116.889000', '141116.892000', '141116.894000', '141116.897000', '141116.900000', '141116.902000', '141116.905000', '141116.908000', '141116.911000', '141136.777000', '141136.779000', '141136.783000', '141136.785000', '141136.788000', '141136.790000', '141136.793000', '141136.796000', '141136.798000', '141136.801000', '141136.804000', '141136.806000', '141136.809000', '141136.811000', '141136.814000', '141136.817000', '141136.819000', '141136.822000', '141136.824000', '141136.827000', '141136.830000', '141136.832000', '141136.835000', '141136.838000', '141136.840000', '141136.843000', '141136.845000', '141136.848000', '141136.850000', '141136.853000', '141136.856000', '141136.858000', '141136.861000', '141136.863000', '141136.866000', '141136.869000', '141136.872000', '141136.874000', '141136.877000', '141136.879000', '141136.882000', '141136.885000', '141136.887000', '141136.890000', '141156.777000', '141156.779000', '141156.782000', '141156.785000', '141156.787000', '141156.790000', '141156.793000', '141156.795000', '141156.798000', '141156.801000', '141156.803000', '141156.806000', '141156.809000', '141156.811000', '141156.814000', '141156.816000', '141156.819000', '141156.822000', '141156.824000', '141156.827000', '141156.830000', '141156.832000', '141156.835000', '141156.837000', '141156.840000', '141156.843000', '141156.845000', '141156.848000', '141156.851000', '141156.853000', '141156.856000', '141156.858000', '141156.861000', '141156.864000', '141156.866000', '141156.869000', '141156.871000', '141156.874000', '141156.877000', '141156.880000', '141156.882000', '141156.885000', '141156.887000', '141216.777000', '141216.780000', '141216.782000', '141216.785000', '141216.787000', '141216.790000', '141216.793000', '141216.796000', '141216.798000', '141216.801000', '141216.803000', '141216.806000', '141216.809000', '141216.811000', '141216.814000', '141216.816000', '141216.819000', '141216.822000', '141216.824000', '141216.827000', '141216.829000', '141216.832000', '141216.835000', '141216.837000', '141216.840000', '141216.842000', '141216.845000', '141216.848000', '141216.850000', '141216.853000', '141216.855000', '141216.858000', '141216.861000', '141216.863000', '141216.866000', '141216.869000', '141216.871000', '141216.874000', '141216.877000', '141216.879000', '141216.882000', '141216.885000', '141216.887000', '141216.890000', '141236.777000', '141236.779000', '141236.782000', '141236.785000', '141236.798000', '141236.800000', '141236.803000', '141236.806000', '141236.808000', '141236.811000', '141236.814000', '141236.816000', '141236.819000', '141236.821000', '141236.824000', '141236.827000', '141236.829000', '141236.832000', '141236.835000', '141236.843000', '141236.846000', '141236.849000', '141236.851000', '141236.854000', '141236.857000', '141236.859000', '141236.862000', '141236.865000', '141236.867000', '141236.870000', '141236.872000', '141236.875000', '141236.878000', '141236.880000', '141236.883000', '141236.886000', '141236.889000', '141236.891000', '141236.894000', '141236.897000', '141236.899000', '141236.902000', '141236.905000', '141256.777000', '141256.780000', '141256.782000', '141256.785000', '141256.788000', '141256.790000', '141256.793000', '141256.796000', '141256.798000', '141256.801000', '141256.803000', '141256.806000', '141256.809000', '141256.812000', '141256.814000', '141256.817000', '141256.819000', '141256.822000', '141256.825000', '141256.827000', '141256.830000', '141256.833000', '141256.835000', '141256.838000', '141256.840000', '141256.843000', '141256.846000', '141256.848000', '141256.851000', '141256.854000', '141256.856000', '141256.862000', '141256.865000', '141256.867000', '141256.870000', '141256.872000', '141256.875000', '141256.878000', '141256.880000', '141256.883000', '141256.885000', '141256.888000', '141256.891000', '141256.893000', '141316.777000', '141316.780000', '141316.783000', '141316.785000', '141316.788000', '141316.791000', '141316.793000', '141316.796000', '141316.799000', '141316.801000', '141316.804000', '141316.806000', '141316.809000', '141316.812000', '141316.814000', '141316.817000', '141316.819000', '141316.822000', '141316.825000', '141316.827000', '141316.830000', '141316.832000', '141316.835000', '141316.838000', '141316.840000', '141316.843000', '141316.845000', '141316.848000', '141316.851000', '141316.853000', '141316.856000', '141316.859000', '141316.861000', '141316.864000', '141316.867000', '141316.869000', '141316.872000', '141316.874000', '141316.877000', '141316.880000', '141316.882000', '141316.885000', '141316.888000', '141336.777000', '141336.780000', '141336.782000', '141336.785000', '141336.788000', '141336.790000', '141336.793000', '141336.796000', '141336.798000', '141336.801000', '141336.803000', '141336.806000', '141336.809000', '141336.811000', '141336.814000', '141336.816000', '141336.819000', '141336.822000', '141336.824000', '141336.827000', '141336.829000', '141336.832000', '141336.834000', '141336.837000', '141336.840000', '141336.842000', '141336.845000', '141336.847000', '141336.850000', '141336.853000', '141336.901000', '141336.903000', '141336.906000', '141336.909000', '141336.911000', '141336.914000', '141336.917000', '141336.919000', '141336.922000', '141336.924000', '141336.927000', '141336.930000', '141336.932000', '141336.935000', '141356.777000', '141356.780000', '141356.782000', '141356.785000', '141356.788000', '141356.790000', '141356.793000', '141356.796000', '141356.798000', '141356.801000', '141356.804000', '141356.806000', '141356.809000', '141356.812000', '141356.814000', '141356.817000', '141356.820000', '141356.822000', '141356.825000', '141356.828000', '141356.830000', '141356.833000', '141356.835000', '141356.838000', '141356.841000', '141356.843000', '141356.846000', '141356.849000', '141356.851000', '141356.854000', '141356.857000', '141356.859000', '141356.862000', '141356.864000', '141356.867000', '141356.870000', '141356.872000', '141356.875000', '141356.878000', '141356.880000', '141356.883000', '141356.886000', '141356.888000', '141416.777000', '141416.779000', '141416.782000', '141416.785000', '141416.787000', '141416.790000', '141416.793000', '141416.795000', '141416.798000', '141416.800000', '141416.803000', '141416.806000', '141416.808000', '141416.811000', '141416.814000', '141416.816000', '141416.819000', '141416.821000', '141416.824000', '141416.827000', '141416.829000', '141416.832000', '141416.834000', '141416.837000', '141416.840000', '141416.842000', '141416.845000', '141416.847000', '141416.850000', '141416.853000', '141416.855000', '141416.858000', '141416.860000', '141416.863000', '141416.866000', '141416.868000', '141416.871000', '141416.873000', '141416.876000', '141416.878000', '141416.881000', '141416.884000', '141416.886000', '141416.889000', '141432.769000', '141432.772000', '141432.775000', '141432.778000', '141432.781000', '141432.784000', '141432.786000', '141432.789000', '141432.792000', '141432.794000', '141432.797000', '141432.799000', '141432.802000', '141432.805000', '141432.807000', '141432.810000', '141432.812000', '141432.815000', '141432.818000', '141432.820000', '141432.823000', '141432.825000', '141432.828000', '141432.831000', '141432.833000', '141432.836000', '141432.838000', '141432.841000', '141432.844000', '141432.846000', '141432.849000', '141432.851000', '141432.854000', '141432.857000', '141432.859000'], 'InstanceCreationTime': ['140216.802000', '140216.806000', '140216.809000', '140216.812000', '140216.815000', '140216.817000', '140216.820000', '140216.822000', '140216.825000', '140216.828000', '140216.830000', '140216.833000', '140216.835000', '140216.838000', '140216.841000', '140216.844000', '140216.847000', '140216.849000', '140216.852000', '140216.855000', '140216.857000', '140216.860000', '140216.863000', '140216.865000', '140216.868000', '140216.870000', '140216.873000', '140216.881000', '140216.884000', '140216.886000', '140216.889000', '140216.892000', '140216.894000', '140216.897000', '140216.900000', '140216.903000', '140216.905000', '140216.908000', '140216.910000', '140236.776000', '140236.779000', '140236.809000', '140236.812000', '140236.815000', '140236.817000', '140236.820000', '140236.823000', '140236.825000', '140236.828000', '140236.830000', '140236.833000', '140236.836000', '140236.838000', '140236.841000', '140236.843000', '140236.846000', '140236.849000', '140236.851000', '140236.854000', '140236.856000', '140236.859000', '140236.861000', '140236.864000', '140236.867000', '140236.869000', '140236.872000', '140236.874000', '140236.877000', '140236.880000', '140236.883000', '140236.885000', '140236.888000', '140236.890000', '140236.893000', '140236.895000', '140236.898000', '140236.901000', '140236.903000', '140236.906000', '140236.908000', '140236.911000', '140236.914000', '140236.916000', '140256.776000', '140256.779000', '140256.782000', '140256.787000', '140256.790000', '140256.792000', '140256.795000', '140256.797000', '140256.800000', '140256.803000', '140256.805000', '140256.808000', '140256.810000', '140256.813000', '140256.816000', '140256.818000', '140256.821000', '140256.824000', '140256.827000', '140256.829000', '140256.832000', '140256.835000', '140256.837000', '140256.840000', '140256.842000', '140256.845000', '140256.848000', '140256.850000', '140256.853000', '140256.856000', '140256.858000', '140256.861000', '140256.863000', '140256.866000', '140256.869000', '140256.871000', '140256.874000', '140256.876000', '140256.879000', '140256.882000', '140256.884000', '140256.887000', '140256.890000', '140316.777000', '140316.779000', '140316.782000', '140316.785000', '140316.788000', '140316.790000', '140316.793000', '140316.795000', '140316.798000', '140316.801000', '140316.803000', '140316.806000', '140316.809000', '140316.811000', '140316.814000', '140316.816000', '140316.819000', '140316.822000', '140316.824000', '140316.827000', '140316.830000', '140316.832000', '140316.835000', '140316.837000', '140316.840000', '140316.843000', '140316.845000', '140316.848000', '140316.850000', '140316.853000', '140316.856000', '140316.858000', '140316.861000', '140316.863000', '140316.866000', '140316.869000', '140316.871000', '140316.874000', '140316.876000', '140316.879000', '140316.888000', '140316.891000', '140316.893000', '140316.896000', '140336.777000', '140336.780000', '140336.782000', '140336.785000', '140336.788000', '140336.790000', '140336.793000', '140336.796000', '140336.798000', '140336.801000', '140336.803000', '140336.806000', '140336.809000', '140336.811000', '140336.814000', '140336.817000', '140336.824000', '140336.826000', '140336.829000', '140336.832000', '140336.834000', '140336.837000', '140336.840000', '140336.842000', '140336.845000', '140336.847000', '140336.850000', '140336.853000', '140336.855000', '140336.858000', '140336.861000', '140336.863000', '140336.866000', '140336.868000', '140336.871000', '140336.875000', '140336.878000', '140336.880000', '140336.884000', '140336.886000', '140336.889000', '140336.892000', '140336.894000', '140356.776000', '140356.779000', '140356.782000', '140356.785000', '140356.788000', '140356.790000', '140356.793000', '140356.796000', '140356.798000', '140356.801000', '140356.804000', '140356.806000', '140356.809000', '140356.812000', '140356.814000', '140356.817000', '140356.820000', '140356.822000', '140356.825000', '140356.828000', '140356.830000', '140356.833000', '140356.836000', '140356.838000', '140356.841000', '140356.844000', '140356.854000', '140356.856000', '140356.859000', '140356.862000', '140356.864000', '140356.867000', '140356.870000', '140356.872000', '140356.875000', '140356.877000', '140356.880000', '140356.883000', '140356.885000', '140356.888000', '140356.891000', '140356.893000', '140356.896000', '140356.899000', '140416.777000', '140416.780000', '140416.782000', '140416.785000', '140416.787000', '140416.790000', '140416.793000', '140416.795000', '140416.798000', '140416.801000', '140416.803000', '140416.806000', '140416.808000', '140416.811000', '140416.814000', '140416.816000', '140416.819000', '140416.822000', '140416.824000', '140416.827000', '140416.829000', '140416.832000', '140416.834000', '140416.837000', '140416.840000', '140416.842000', '140416.845000', '140416.848000', '140416.850000', '140416.853000', '140416.855000', '140416.858000', '140416.861000', '140416.863000', '140416.866000', '140416.869000', '140416.871000', '140416.874000', '140416.876000', '140416.879000', '140416.882000', '140416.885000', '140416.887000', '140436.776000', '140436.779000', '140436.782000', '140436.785000', '140436.787000', '140436.790000', '140436.792000', '140436.795000', '140436.798000', '140436.806000', '140436.808000', '140436.811000', '140436.814000', '140436.816000', '140436.819000', '140436.821000', '140436.824000', '140436.827000', '140436.829000', '140436.832000', '140436.835000', '140436.837000', '140436.840000', '140436.842000', '140436.845000', '140436.848000', '140436.850000', '140436.853000', '140436.855000', '140436.858000', '140436.861000', '140436.863000', '140436.866000', '140436.868000', '140436.871000', '140436.874000', '140436.876000', '140436.879000', '140436.882000', '140436.884000', '140436.887000', '140436.889000', '140436.892000', '140436.895000', '140456.776000', '140456.779000', '140456.782000', '140456.784000', '140456.788000', '140456.790000', '140456.793000', '140456.795000', '140456.798000', '140456.801000', '140456.803000', '140456.806000', '140456.809000', '140456.811000', '140456.814000', '140456.816000', '140456.819000', '140456.822000', '140456.824000', '140456.827000', '140456.830000', '140456.832000', '140456.835000', '140456.837000', '140456.840000', '140456.843000', '140456.845000', '140456.848000', '140456.851000', '140456.853000', '140456.856000', '140456.858000', '140456.861000', '140456.864000', '140456.866000', '140456.869000', '140456.871000', '140456.874000', '140456.876000', '140456.879000', '140456.882000', '140456.884000', '140456.887000', '140516.776000', '140516.779000', '140516.782000', '140516.785000', '140516.787000', '140516.790000', '140516.792000', '140516.795000', '140516.798000', '140516.800000', '140516.803000', '140516.805000', '140516.808000', '140516.811000', '140516.813000', '140516.816000', '140516.819000', '140516.821000', '140516.824000', '140516.826000', '140516.829000', '140516.832000', '140516.834000', '140516.837000', '140516.839000', '140516.842000', '140516.845000', '140516.847000', '140516.850000', '140516.853000', '140516.855000', '140516.858000', '140516.861000', '140516.863000', '140516.866000', '140516.868000', '140516.871000', '140516.874000', '140516.878000', '140516.881000', '140516.883000', '140516.886000', '140516.889000', '140516.891000', '140536.776000', '140536.779000', '140536.782000', '140536.785000', '140536.787000', '140536.790000', '140536.792000', '140536.795000', '140536.798000', '140536.800000', '140536.803000', '140536.806000', '140536.808000', '140536.811000', '140536.813000', '140536.816000', '140536.819000', '140536.821000', '140536.824000', '140536.826000', '140536.829000', '140536.832000', '140536.834000', '140536.837000', '140536.840000', '140536.842000', '140536.845000', '140536.847000', '140536.850000', '140536.853000', '140536.855000', '140536.858000', '140536.860000', '140536.863000', '140536.866000', '140536.868000', '140536.877000', '140536.879000', '140536.882000', '140536.885000', '140536.887000', '140536.890000', '140536.892000', '140556.776000', '140556.779000', '140556.782000', '140556.785000', '140556.787000', '140556.790000', '140556.793000', '140556.795000', '140556.798000', '140556.801000', '140556.803000', '140556.806000', '140556.809000', '140556.811000', '140556.814000', '140556.817000', '140556.819000', '140556.822000', '140556.824000', '140556.827000', '140556.830000', '140556.832000', '140556.835000', '140556.838000', '140556.840000', '140556.843000', '140556.845000', '140556.848000', '140556.850000', '140556.853000', '140556.856000', '140556.858000', '140556.861000', '140556.864000', '140556.866000', '140556.869000', '140556.872000', '140556.874000', '140556.877000', '140556.879000', '140556.882000', '140556.884000', '140556.887000', '140556.890000', '140616.777000', '140616.780000', '140616.782000', '140616.785000', '140616.787000', '140616.790000', '140616.793000', '140616.795000', '140616.798000', '140616.801000', '140616.803000', '140616.806000', '140616.808000', '140616.811000', '140616.814000', '140616.816000', '140616.819000', '140616.822000', '140616.824000', '140616.827000', '140616.830000', '140616.833000', '140616.836000', '140616.838000', '140616.841000', '140616.843000', '140616.846000', '140616.849000', '140616.851000', '140616.854000', '140616.857000', '140616.859000', '140616.862000', '140616.865000', '140616.867000', '140616.870000', '140616.872000', '140616.875000', '140616.878000', '140616.880000', '140616.883000', '140616.886000', '140616.888000', '140636.776000', '140636.779000', '140636.783000', '140636.785000', '140636.788000', '140636.790000', '140636.793000', '140636.796000', '140636.798000', '140636.801000', '140636.803000', '140636.806000', '140636.809000', '140636.811000', '140636.814000', '140636.816000', '140636.819000', '140636.822000', '140636.824000', '140636.827000', '140636.830000', '140636.832000', '140636.835000', '140636.837000', '140636.840000', '140636.843000', '140636.845000', '140636.848000', '140636.850000', '140636.853000', '140636.856000', '140636.858000', '140636.861000', '140636.864000', '140636.866000', '140636.869000', '140636.871000', '140636.874000', '140636.877000', '140636.879000', '140636.882000', '140636.885000', '140636.887000', '140636.890000', '140656.777000', '140656.779000', '140656.782000', '140656.785000', '140656.787000', '140656.790000', '140656.793000', '140656.795000', '140656.798000', '140656.800000', '140656.803000', '140656.806000', '140656.808000', '140656.811000', '140656.813000', '140656.816000', '140656.819000', '140656.821000', '140656.824000', '140656.827000', '140656.829000', '140656.832000', '140656.834000', '140656.837000', '140656.840000', '140656.842000', '140656.845000', '140656.848000', '140656.850000', '140656.853000', '140656.856000', '140656.858000', '140656.861000', '140656.864000', '140656.866000', '140656.869000', '140656.872000', '140656.874000', '140656.877000', '140656.879000', '140656.882000', '140656.885000', '140656.887000', '140716.776000', '140716.780000', '140716.782000', '140716.785000', '140716.787000', '140716.790000', '140716.793000', '140716.795000', '140716.798000', '140716.801000', '140716.803000', '140716.806000', '140716.809000', '140716.812000', '140716.814000', '140716.817000', '140716.819000', '140716.822000', '140716.835000', '140716.838000', '140716.840000', '140716.843000', '140716.846000', '140716.848000', '140716.851000', '140716.853000', '140716.856000', '140716.859000', '140716.861000', '140716.864000', '140716.866000', '140716.869000', '140716.872000', '140716.874000', '140716.877000', '140716.879000', '140716.882000', '140716.885000', '140716.887000', '140716.890000', '140716.892000', '140716.895000', '140716.898000', '140716.900000', '140736.776000', '140736.779000', '140736.782000', '140736.785000', '140736.787000', '140736.790000', '140736.793000', '140736.795000', '140736.798000', '140736.800000', '140736.803000', '140736.806000', '140736.808000', '140736.811000', '140736.813000', '140736.816000', '140736.819000', '140736.822000', '140736.824000', '140736.827000', '140736.829000', '140736.832000', '140736.835000', '140736.837000', '140736.840000', '140736.842000', '140736.845000', '140736.848000', '140736.850000', '140736.853000', '140736.856000', '140736.858000', '140736.861000', '140736.863000', '140736.866000', '140736.869000', '140736.871000', '140736.874000', '140736.877000', '140736.879000', '140736.882000', '140736.884000', '140736.889000', '140756.776000', '140756.779000', '140756.782000', '140756.784000', '140756.787000', '140756.790000', '140756.792000', '140756.795000', '140756.798000', '140756.800000', '140756.803000', '140756.805000', '140756.814000', '140756.817000', '140756.820000', '140756.822000', '140756.825000', '140756.827000', '140756.830000', '140756.833000', '140756.836000', '140756.838000', '140756.841000', '140756.843000', '140756.846000', '140756.849000', '140756.851000', '140756.854000', '140756.856000', '140756.859000', '140756.862000', '140756.864000', '140756.867000', '140756.869000', '140756.872000', '140756.874000', '140756.877000', '140756.880000', '140756.882000', '140756.885000', '140756.887000', '140756.890000', '140756.893000', '140756.895000', '140816.777000', '140816.779000', '140816.783000', '140816.785000', '140816.788000', '140816.790000', '140816.793000', '140816.796000', '140816.798000', '140816.801000', '140816.803000', '140816.806000', '140816.809000', '140816.811000', '140816.814000', '140816.817000', '140816.819000', '140816.822000', '140816.824000', '140816.827000', '140816.830000', '140816.832000', '140816.835000', '140816.838000', '140816.840000', '140816.843000', '140816.845000', '140816.848000', '140816.851000', '140816.853000', '140816.856000', '140816.859000', '140816.861000', '140816.864000', '140816.867000', '140816.869000', '140816.872000', '140816.874000', '140816.877000', '140816.880000', '140816.882000', '140816.885000', '140816.887000', '140836.777000', '140836.780000', '140836.782000', '140836.787000', '140836.789000', '140836.793000', '140836.796000', '140836.799000', '140836.801000', '140836.804000', '140836.806000', '140836.809000', '140836.812000', '140836.814000', '140836.817000', '140836.834000', '140836.837000', '140836.839000', '140836.842000', '140836.845000', '140836.847000', '140836.850000', '140836.852000', '140836.855000', '140836.858000', '140836.860000', '140836.863000', '140836.866000', '140836.869000', '140836.871000', '140836.874000', '140836.876000', '140836.879000', '140836.882000', '140836.884000', '140836.887000', '140836.889000', '140836.892000', '140836.895000', '140836.897000', '140836.900000', '140836.903000', '140836.905000', '140856.777000', '140856.779000', '140856.782000', '140856.785000', '140856.787000', '140856.790000', '140856.793000', '140856.795000', '140856.798000', '140856.800000', '140856.803000', '140856.806000', '140856.808000', '140856.811000', '140856.814000', '140856.816000', '140856.819000', '140856.821000', '140856.824000', '140856.827000', '140856.829000', '140856.832000', '140856.835000', '140856.837000', '140856.840000', '140856.842000', '140856.845000', '140856.848000', '140856.850000', '140856.853000', '140856.856000', '140856.858000', '140856.861000', '140856.863000', '140856.866000', '140856.869000', '140856.871000', '140856.874000', '140856.876000', '140856.879000', '140856.893000', '140856.896000', '140856.898000', '140856.901000', '140916.777000', '140916.779000', '140916.782000', '140916.785000', '140916.788000', '140916.791000', '140916.794000', '140916.797000', '140916.799000', '140916.802000', '140916.804000', '140916.807000', '140916.810000', '140916.812000', '140916.815000', '140916.818000', '140916.820000', '140916.823000', '140916.826000', '140916.828000', '140916.831000', '140916.833000', '140916.836000', '140916.839000', '140916.841000', '140916.844000', '140916.847000', '140916.849000', '140916.852000', '140916.855000', '140916.857000', '140916.860000', '140916.862000', '140916.865000', '140916.868000', '140916.870000', '140916.873000', '140916.876000', '140916.878000', '140916.881000', '140916.884000', '140916.886000', '140916.889000', '140936.777000', '140936.780000', '140936.783000', '140936.785000', '140936.788000', '140936.791000', '140936.793000', '140936.796000', '140936.798000', '140936.801000', '140936.803000', '140936.806000', '140936.809000', '140936.811000', '140936.814000', '140936.816000', '140936.819000', '140936.822000', '140936.824000', '140936.827000', '140936.829000', '140936.832000', '140936.835000', '140936.837000', '140936.840000', '140936.843000', '140936.845000', '140936.848000', '140936.850000', '140936.853000', '140936.856000', '140936.858000', '140936.861000', '140936.864000', '140936.866000', '140936.869000', '140936.871000', '140936.874000', '140936.877000', '140936.879000', '140936.882000', '140936.885000', '140936.887000', '140936.890000', '140956.776000', '140956.779000', '140956.782000', '140956.785000', '140956.788000', '140956.790000', '140956.793000', '140956.795000', '140956.798000', '140956.801000', '140956.803000', '140956.806000', '140956.809000', '140956.812000', '140956.814000', '140956.817000', '140956.820000', '140956.822000', '140956.825000', '140956.828000', '140956.830000', '140956.834000', '140956.837000', '140956.839000', '140956.842000', '140956.853000', '140956.856000', '140956.858000', '140956.861000', '140956.864000', '140956.866000', '140956.869000', '140956.872000', '140956.874000', '140956.877000', '140956.880000', '140956.882000', '140956.885000', '140956.888000', '140956.890000', '140956.893000', '140956.896000', '140956.898000', '141016.776000', '141016.779000', '141016.782000', '141016.784000', '141016.787000', '141016.790000', '141016.793000', '141016.795000', '141016.798000', '141016.801000', '141016.803000', '141016.806000', '141016.808000', '141016.811000', '141016.814000', '141016.816000', '141016.819000', '141016.821000', '141016.824000', '141016.827000', '141016.829000', '141016.832000', '141016.834000', '141016.837000', '141016.840000', '141016.842000', '141016.845000', '141016.848000', '141016.850000', '141016.853000', '141016.855000', '141016.858000', '141016.861000', '141016.863000', '141016.866000', '141016.868000', '141016.871000', '141016.874000', '141016.876000', '141016.879000', '141016.882000', '141016.884000', '141016.887000', '141016.889000', '141036.777000', '141036.779000', '141036.782000', '141036.785000', '141036.787000', '141036.790000', '141036.793000', '141036.795000', '141036.798000', '141036.801000', '141036.803000', '141036.806000', '141036.808000', '141036.811000', '141036.814000', '141036.816000', '141036.819000', '141036.821000', '141036.824000', '141036.827000', '141036.829000', '141036.832000', '141036.835000', '141036.837000', '141036.840000', '141036.843000', '141036.846000', '141036.848000', '141036.851000', '141036.854000', '141036.856000', '141036.859000', '141036.862000', '141036.864000', '141036.867000', '141036.869000', '141036.872000', '141036.875000', '141036.877000', '141036.880000', '141036.883000', '141036.885000', '141036.888000', '141056.777000', '141056.779000', '141056.782000', '141056.785000', '141056.788000', '141056.790000', '141056.793000', '141056.796000', '141056.799000', '141056.801000', '141056.804000', '141056.807000', '141056.809000', '141056.812000', '141056.814000', '141056.817000', '141056.820000', '141056.822000', '141056.825000', '141056.828000', '141056.830000', '141056.833000', '141056.835000', '141056.838000', '141056.841000', '141056.843000', '141056.846000', '141056.849000', '141056.851000', '141056.854000', '141056.856000', '141056.859000', '141056.862000', '141056.864000', '141056.867000', '141056.870000', '141056.873000', '141056.875000', '141056.878000', '141056.880000', '141056.883000', '141056.886000', '141056.888000', '141056.891000', '141116.777000', '141116.780000', '141116.782000', '141116.785000', '141116.787000', '141116.791000', '141116.793000', '141116.796000', '141116.819000', '141116.822000', '141116.825000', '141116.827000', '141116.830000', '141116.832000', '141116.835000', '141116.838000', '141116.840000', '141116.843000', '141116.846000', '141116.848000', '141116.851000', '141116.854000', '141116.856000', '141116.859000', '141116.862000', '141116.864000', '141116.867000', '141116.870000', '141116.873000', '141116.876000', '141116.878000', '141116.881000', '141116.884000', '141116.887000', '141116.889000', '141116.892000', '141116.894000', '141116.897000', '141116.900000', '141116.902000', '141116.905000', '141116.908000', '141116.911000', '141136.777000', '141136.779000', '141136.783000', '141136.785000', '141136.788000', '141136.790000', '141136.793000', '141136.796000', '141136.798000', '141136.801000', '141136.804000', '141136.806000', '141136.809000', '141136.811000', '141136.814000', '141136.817000', '141136.819000', '141136.822000', '141136.824000', '141136.827000', '141136.830000', '141136.832000', '141136.835000', '141136.838000', '141136.840000', '141136.843000', '141136.845000', '141136.848000', '141136.850000', '141136.853000', '141136.856000', '141136.858000', '141136.861000', '141136.863000', '141136.866000', '141136.869000', '141136.872000', '141136.874000', '141136.877000', '141136.879000', '141136.882000', '141136.885000', '141136.887000', '141136.890000', '141156.777000', '141156.779000', '141156.782000', '141156.785000', '141156.787000', '141156.790000', '141156.793000', '141156.795000', '141156.798000', '141156.801000', '141156.803000', '141156.806000', '141156.809000', '141156.811000', '141156.814000', '141156.816000', '141156.819000', '141156.822000', '141156.824000', '141156.827000', '141156.830000', '141156.832000', '141156.835000', '141156.837000', '141156.840000', '141156.843000', '141156.845000', '141156.848000', '141156.851000', '141156.853000', '141156.856000', '141156.858000', '141156.861000', '141156.864000', '141156.866000', '141156.869000', '141156.871000', '141156.874000', '141156.877000', '141156.880000', '141156.882000', '141156.885000', '141156.887000', '141216.777000', '141216.780000', '141216.782000', '141216.785000', '141216.787000', '141216.790000', '141216.793000', '141216.796000', '141216.798000', '141216.801000', '141216.803000', '141216.806000', '141216.809000', '141216.811000', '141216.814000', '141216.816000', '141216.819000', '141216.822000', '141216.824000', '141216.827000', '141216.829000', '141216.832000', '141216.835000', '141216.837000', '141216.840000', '141216.842000', '141216.845000', '141216.848000', '141216.850000', '141216.853000', '141216.855000', '141216.858000', '141216.861000', '141216.863000', '141216.866000', '141216.869000', '141216.871000', '141216.874000', '141216.877000', '141216.879000', '141216.882000', '141216.885000', '141216.887000', '141216.890000', '141236.777000', '141236.779000', '141236.782000', '141236.785000', '141236.798000', '141236.800000', '141236.803000', '141236.806000', '141236.808000', '141236.811000', '141236.814000', '141236.816000', '141236.819000', '141236.821000', '141236.824000', '141236.827000', '141236.829000', '141236.832000', '141236.835000', '141236.843000', '141236.846000', '141236.849000', '141236.851000', '141236.854000', '141236.857000', '141236.859000', '141236.862000', '141236.865000', '141236.867000', '141236.870000', '141236.872000', '141236.875000', '141236.878000', '141236.880000', '141236.883000', '141236.886000', '141236.889000', '141236.891000', '141236.894000', '141236.897000', '141236.899000', '141236.902000', '141236.905000', '141256.777000', '141256.780000', '141256.782000', '141256.785000', '141256.788000', '141256.790000', '141256.793000', '141256.796000', '141256.798000', '141256.801000', '141256.803000', '141256.806000', '141256.809000', '141256.812000', '141256.814000', '141256.817000', '141256.819000', '141256.822000', '141256.825000', '141256.827000', '141256.830000', '141256.833000', '141256.835000', '141256.838000', '141256.840000', '141256.843000', '141256.846000', '141256.848000', '141256.851000', '141256.854000', '141256.856000', '141256.862000', '141256.865000', '141256.867000', '141256.870000', '141256.872000', '141256.875000', '141256.878000', '141256.880000', '141256.883000', '141256.885000', '141256.888000', '141256.891000', '141256.893000', '141316.777000', '141316.780000', '141316.783000', '141316.785000', '141316.788000', '141316.791000', '141316.793000', '141316.796000', '141316.799000', '141316.801000', '141316.804000', '141316.806000', '141316.809000', '141316.812000', '141316.814000', '141316.817000', '141316.819000', '141316.822000', '141316.825000', '141316.827000', '141316.830000', '141316.832000', '141316.835000', '141316.838000', '141316.840000', '141316.843000', '141316.845000', '141316.848000', '141316.851000', '141316.853000', '141316.856000', '141316.859000', '141316.861000', '141316.864000', '141316.867000', '141316.869000', '141316.872000', '141316.874000', '141316.877000', '141316.880000', '141316.882000', '141316.885000', '141316.888000', '141336.777000', '141336.780000', '141336.782000', '141336.785000', '141336.788000', '141336.790000', '141336.793000', '141336.796000', '141336.798000', '141336.801000', '141336.803000', '141336.806000', '141336.809000', '141336.811000', '141336.814000', '141336.816000', '141336.819000', '141336.822000', '141336.824000', '141336.827000', '141336.829000', '141336.832000', '141336.834000', '141336.837000', '141336.840000', '141336.842000', '141336.845000', '141336.847000', '141336.850000', '141336.853000', '141336.901000', '141336.903000', '141336.906000', '141336.909000', '141336.911000', '141336.914000', '141336.917000', '141336.919000', '141336.922000', '141336.924000', '141336.927000', '141336.930000', '141336.932000', '141336.935000', '141356.777000', '141356.780000', '141356.782000', '141356.785000', '141356.788000', '141356.790000', '141356.793000', '141356.796000', '141356.798000', '141356.801000', '141356.804000', '141356.806000', '141356.809000', '141356.812000', '141356.814000', '141356.817000', '141356.820000', '141356.822000', '141356.825000', '141356.828000', '141356.830000', '141356.833000', '141356.835000', '141356.838000', '141356.841000', '141356.843000', '141356.846000', '141356.849000', '141356.851000', '141356.854000', '141356.857000', '141356.859000', '141356.862000', '141356.864000', '141356.867000', '141356.870000', '141356.872000', '141356.875000', '141356.878000', '141356.880000', '141356.883000', '141356.886000', '141356.888000', '141416.777000', '141416.779000', '141416.782000', '141416.785000', '141416.787000', '141416.790000', '141416.793000', '141416.795000', '141416.798000', '141416.800000', '141416.803000', '141416.806000', '141416.808000', '141416.811000', '141416.814000', '141416.816000', '141416.819000', '141416.821000', '141416.824000', '141416.827000', '141416.829000', '141416.832000', '141416.834000', '141416.837000', '141416.840000', '141416.842000', '141416.845000', '141416.847000', '141416.850000', '141416.853000', '141416.855000', '141416.858000', '141416.860000', '141416.863000', '141416.866000', '141416.868000', '141416.871000', '141416.873000', '141416.876000', '141416.878000', '141416.881000', '141416.884000', '141416.886000', '141416.889000', '141432.769000', '141432.772000', '141432.775000', '141432.778000', '141432.781000', '141432.784000', '141432.786000', '141432.789000', '141432.792000', '141432.794000', '141432.797000', '141432.799000', '141432.802000', '141432.805000', '141432.807000', '141432.810000', '141432.812000', '141432.815000', '141432.818000', '141432.820000', '141432.823000', '141432.825000', '141432.828000', '141432.831000', '141432.833000', '141432.836000', '141432.838000', '141432.841000', '141432.844000', '141432.846000', '141432.849000', '141432.851000', '141432.854000', '141432.857000', '141432.859000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [12833, 13876, 11894, 15962, 14802, 17596, 14230, 10910, 12747, 10988, 15575, 13802, 11489, 16267, 13611, 13955, 17449, 13508, 19042, 14485, 18371, 14288, 18062, 13964, 17357, 14574, 13511, 16124, 13640, 18031, 14448, 17599, 13856, 17136, 13952, 17460, 14520, 17168, 13491, 16087, 12462, 13440, 14641, 11806, 16418, 12693, 17589, 13853, 16861, 13435, 12314, 14260, 11996, 17138, 13493, 17555, 12352, 16510, 12934, 18145, 14728, 17561, 13297, 12760, 14854, 13046, 18264, 13610, 17016, 13749, 14870, 16804, 12349, 18051, 14228, 18504, 14755, 14138, 14865, 11992, 17444, 13849, 18809, 14469, 17743, 14121, 16752, 13482, 12863, 13626, 11007, 15022, 12673, 11384, 15501, 12566, 17289, 13521, 18708, 14379, 17595, 14019, 15953, 14476, 12097, 16803, 12833, 18372, 14413, 13556, 13954, 11063, 17473, 13279, 17548, 13848, 16457, 15705, 14369, 17172, 13179, 16771, 13719, 18954, 14845, 15416, 12981, 15445, 12729, 16668, 12808, 16386, 13195, 14749, 13361, 17744, 13988, 12145, 14745, 11474, 15432, 12884, 16249, 12927, 14422, 13330, 18695, 13914, 17197, 13544, 15764, 15681, 14190, 18276, 14612, 15332, 13019, 12159, 14609, 12726, 16746, 11917, 16680, 12974, 17347, 14241, 16085, 13433, 11870, 15425, 12714, 17383, 13433, 14590, 13560, 13202, 17344, 12406, 17273, 12615, 17576, 13531, 17197, 14087, 17520, 12819, 16903, 12894, 13347, 14280, 10944, 16207, 12294, 17340, 13556, 12250, 13565, 11174, 15808, 14267, 15829, 12501, 15265, 12801, 15696, 13773, 16542, 12278, 15712, 12095, 16604, 12856, 16787, 12910, 16948, 12559, 16431, 13693, 15708, 15104, 15230, 12451, 14003, 11727, 16003, 12883, 17227, 12424, 16897, 12444, 17398, 13562, 17215, 12893, 16028, 12420, 16056, 13258, 15713, 13071, 15011, 11466, 13804, 10866, 14300, 11644, 16330, 11299, 11773, 15852, 13445, 18256, 14170, 17436, 13532, 17813, 13557, 17394, 12642, 16532, 13798, 15703, 15048, 16013, 13217, 14853, 14142, 14965, 13562, 15588, 11196, 17074, 13298, 12688, 13232, 11990, 18455, 13868, 17574, 13532, 18832, 13643, 15763, 13879, 16099, 12691, 16747, 12015, 17904, 12319, 18302, 13669, 12467, 14556, 12030, 18543, 14515, 18336, 13844, 17273, 13620, 17791, 14097, 17109, 13415, 15452, 12867, 14912, 14447, 12499, 15530, 12068, 17280, 13212, 19879, 15293, 18538, 14040, 13258, 14835, 12711, 17176, 13430, 17148, 13760, 17777, 13869, 15422, 13448, 12923, 14520, 12779, 16431, 12700, 18226, 13146, 17343, 12616, 17452, 14158, 16769, 13060, 15676, 12781, 17009, 13115, 16279, 13174, 12947, 12803, 10995, 15467, 12614, 18959, 14321, 18233, 13465, 17055, 13900, 13954, 14340, 12616, 16108, 12340, 20197, 16510, 17920, 15960, 12105, 15436, 12217, 12111, 13229, 11713, 12602, 16964, 14672, 17941, 16034, 12870, 22973, 16577, 15205, 16653, 13657, 14951, 14968, 12043, 18565, 13801, 13511, 17410, 13494, 14308, 13621, 10668, 16692, 12065, 18240, 13630, 18600, 14542, 13614, 13648, 12147, 18284, 14550, 12016, 16095, 12941, 17874, 14000, 19045, 15112, 16773, 13060, 15727, 12366, 15790, 12913, 16231, 13047, 16453, 12327, 16229, 12959, 14584, 13466, 12287, 13910, 17876, 13744, 17913, 13169, 15914, 12301, 15272, 12897, 16113, 12544, 15909, 12680, 15760, 13099, 16555, 16128, 15319, 16904, 13202, 13782, 12785, 12055, 11802, 11642, 16263, 13808, 12001, 13494, 12566, 17481, 13721, 17495, 13594, 16941, 12399, 16218, 12001, 15847, 13072, 14914, 13202, 12736, 13319, 13859, 17045, 12252, 15013, 11794, 16253, 13636, 13587, 13995, 12610, 15695, 12480, 15122, 13101, 15887, 15635, 12774, 16729, 12178, 11581, 17582, 14761, 14411, 16434, 12401, 20333, 16541, 14431, 18000, 14474, 13311, 14240, 15305, 15847, 18887, 14930, 12888, 16608, 14402, 19535, 13906, 18599, 14198, 15936, 13781, 12299, 12617, 11875, 18840, 15027, 10627, 11560, 11374, 15735, 11540, 11920, 13112, 13071, 16021, 13588, 17266, 12081, 12251, 13743, 11512, 16199, 13090, 17018, 13898, 13972, 14651, 12198, 15959, 11678, 11434, 16485, 12492, 14736, 13880, 10652, 14836, 12220, 10739, 16523, 13862, 17519, 12820, 11862, 14607, 11885, 15277, 12596, 15486, 12193, 16739, 13084, 16843, 12549, 11452, 13791, 14500, 17806, 14468, 14543, 12502, 12115, 13416, 15468, 19271, 14957, 15456, 11874, 17476, 12318, 17460, 13532, 16224, 12284, 16156, 12437, 16459, 11289, 11501, 13058, 11585, 16786, 12946, 15943, 12638, 18431, 12691, 18276, 14072, 16382, 12789, 15383, 12131, 16226, 12560, 15862, 12623, 15890, 11793, 16355, 11542, 11241, 12716, 11004, 14212, 11467, 14830, 10867, 14572, 11739, 16431, 14824, 12873, 14873, 11494, 17696, 15342, 18160, 13643, 16223, 12875, 16545, 13159, 16103, 12014, 15381, 12143, 17906, 12788, 14028, 11814, 11991, 13328, 12749, 16555, 12396, 16390, 12484, 18958, 15133, 15345, 21639, 16277, 14797, 13504, 14186, 11950, 13570, 13028, 16434, 12332, 13540, 14116, 15212, 15395, 13101, 16772, 13087, 15701, 15481, 20224, 14496, 12448, 16393, 13420, 12246, 14781, 12148, 17666, 15047, 16736, 11900, 14557, 11840, 19453, 15354, 15087, 16372, 13464, 16537, 12488, 11939, 11899, 12226, 13615, 11891, 18160, 15570, 11471, 13928, 11817, 13968, 13545, 11766, 18190, 15881, 13980, 14693, 13137, 17439, 14591, 16966, 19011, 15590, 16090, 14151, 14437, 15143, 13880, 18254, 13220, 13799, 14819, 14012, 16305, 14484, 18118, 13952, 18316, 12441, 12483, 14464, 13380, 15797, 13697, 16103, 12789, 15728, 12843, 16493, 13336, 15680, 12129, 12362, 15209, 12033, 16778, 14196, 13494, 17037, 12728, 17528, 13545, 16279, 17211, 14847, 18640, 14183, 17859, 14166, 17519, 13626, 11116, 14905, 12016, 16518, 13431, 13155, 16187, 12209, 16551, 14351, 13277, 18338, 13013, 17792, 13196, 17509, 13972, 16697, 14769, 11546, 15853, 11830, 17879, 14442, 16173, 12492, 12178, 15233, 12363, 18649, 15210, 13709, 14670, 11869, 16182, 13542, 16849, 15424, 11570, 16330, 12824, 13107, 15308, 13986, 17995, 13903, 16688, 12982, 17211, 13795, 13446, 16040, 12947, 18407, 13529, 12049, 14461, 12446, 17765, 14451, 13622, 15539, 12736, 17123, 19948, 16279, 17984, 14383, 16759, 12790, 16670, 12576, 17762, 14050, 17316, 13153, 17232, 13365, 17730, 14307, 17985, 13752, 17647, 13409, 15424, 14413, 13652, 15375, 12256, 16610, 12919, 17784, 14580, 13316, 14241, 11886, 16979, 14242, 18142, 13685, 17216, 13180, 17804, 14534, 17895, 15177, 12215, 15104, 12025, 13127, 14918, 16940, 15225, 13953, 14147, 16300, 15792, 20440, 15472, 17777, 12697, 16335, 12846, 16975, 13687, 16928, 11777, 12532, 13321, 12345, 15855, 12131, 16529, 11977, 15094, 11891, 15815, 13427, 11864, 15961, 13730, 13290, 15083, 11961, 15345, 12117, 15517, 16304, 14280, 15423, 12833, 15169, 13001, 12827, 14760, 12781, 15486, 11702, 16372, 12381, 13236, 17528, 12789, 13628, 15369, 12474, 18306, 13677, 19448, 15103, 15449, 12353, 14309, 13192, 15707, 14518, 15804, 13560, 14948, 13711, 16448, 14399, 17833, 13002, 15387, 13055, 14056, 15843, 12855, 14676, 13137, 15930, 12954, 18101, 13754, 15953, 13980, 16066, 13789, 16225, 13214, 15560, 13648, 14607, 11833, 11511, 14070, 12500, 18093, 13428, 11519, 13780, 12861, 16642, 13373, 17604, 13904, 17088, 13510, 14865, 14329, 17727, 14112, 12650, 14977, 12527, 15796, 11912, 12913, 15780, 12895, 14793, 12192, 11903, 17010, 13963, 12451, 14024, 12981, 15440, 14062, 15921, 13416, 16856, 13342, 16444, 13423, 13030, 14916, 11994, 16090, 12030, 12380, 15337, 14320, 18750, 13060, 11950, 13626, 12539, 14173, 14808, 14598, 12972, 13222, 11739, 13570, 12699, 13393, 11797, 14406, 10845, 14755, 11749, 13068, 14283, 14250, 11656, 14962, 11595, 15349, 12447, 15976, 13714, 12453, 13910, 19163, 13850, 16357, 19421, 14413, 16623, 13224, 15371, 11792, 15091, 11549, 15114, 10955, 15390, 12069, 18116, 13853, 12790, 13362, 11546, 17314, 14750, 18878, 14408, 14415, 14034, 17786, 13786, 17074, 13683, 15777, 13737, 15887, 13631, 16640, 13516, 15725, 13857, 14967, 13570, 14673, 12246, 11949, 12257, 12389, 13500, 12505, 15294, 12660, 15861, 12803, 15884, 13226, 16511, 13100, 16634, 12956, 15960, 13121, 14836, 12595, 11216, 13713, 11057, 16179, 12974, 18102, 13881, 15988, 13947, 12206, 15826, 11920, 18274, 14604, 16755, 13319, 11771, 15642, 12358, 18524, 13708, 18119, 13491, 17390, 13803, 17728, 13565, 17043, 13105, 16495, 13171, 15173, 13038, 10772, 13920, 10752, 17139, 13065, 17921, 13599, 18191, 13481, 17152, 12390, 16814, 12024, 17008, 12627, 17692, 13660, 14383, 13020, 10885, 15342, 11848, 18000, 13087, 17678, 12958, 18297, 13983, 17523, 12975, 16537, 12348, 16814, 12863, 16692, 12975, 15950, 12999, 16702, 13198, 16483, 13081, 16276, 12862, 16422, 13201, 16208, 12825, 16418, 13097, 16513, 13198, 15693, 13021, 13046, 13121, 14045, 13626, 15858, 14710, 12479, 14517, 11908, 15261, 12566, 16561, 12642, 18064, 13779, 17882, 13459, 17264, 13152, 17625, 13862, 17303, 13169, 16542, 12888, 16466, 12890, 16596, 12912, 14678, 12697, 15292, 12816, 16607, 14325, 16020, 14217, 19030, 14288, 17554, 12927, 17115, 12185, 16099, 12571, 15722, 13374, 17044, 15075, 12458, 16643, 13345, 13062, 16016, 12791, 17515, 12860, 16612, 14096, 17261, 13518, 17233, 12787, 12518, 13711, 16744, 19475, 14776, 14024, 16536, 14902, 15978, 13141, 11460, 16601, 12953, 20613, 15061, 13180, 14182, 12541, 13745, 13096, 13491, 11732, 17637, 12769, 12307, 13704, 12370, 16594, 12958, 17172, 13297, 15441, 14509, 13431, 16873, 12876, 17503, 13623, 17289, 13952, 18218, 14049, 12869, 14998, 12446, 15532, 13067, 12306, 14849, 13611, 15870, 15125, 15875, 13808, 16030, 14062, 16697, 12939, 17164, 13451, 17460, 13409, 15267, 14424, 11466, 15591, 12002, 16867, 12688, 17291, 13609, 16806, 12271, 16761, 13346, 17820, 13710, 15464, 14133, 12048, 14831, 11749, 17352, 13980, 17609, 14274, 12229, 15536, 11764, 18653, 14686, 13506, 14328, 12670, 15376, 15227, 14987, 14654, 15066, 14067, 14514, 12908, 15266, 12684, 15111, 13698, 14705, 15915, 11793, 20689, 15611, 19533, 15349, 17866, 15248, 15614, 16866, 13243, 16364, 13022, 14463, 20857, 16896, 14533, 17014, 13385, 16923, 15900, 12389, 17037, 13274, 16267, 13261, 15624, 13698, 14508, 20396, 14459, 17467, 14139, 15448, 12288, 11375, 12379, 11426, 15337, 13535, 16995, 13523, 17235, 13315, 17224, 13431, 15557, 13769, 14917, 13813, 15494, 13202, 15385, 12042, 10925, 12578, 11129, 15780, 13117, 16862, 12697, 13641, 12481, 12791, 15064, 13858, 16075, 12858, 15979, 12522, 16740, 13928, 15737, 16076, 13242, 17926, 13442, 16442, 12836, 15328, 12908, 13725, 11708, 11052, 12655, 11014, 15849, 12333, 16041, 13739, 15211, 16535, 14687, 13648, 14081, 13351, 14644, 16824, 14704, 14333, 14648, 12681, 14152, 12380, 15072, 12592, 15730, 11523, 16795, 12747, 17589, 14052, 13058, 14443, 11380, 16520, 12419, 17588, 13048, 18203, 13057, 17620, 13497, 15164, 17892, 14251, 15934, 13807, 15904, 12908, 16970, 12543, 16446, 12241, 15484, 11704, 15537, 12247, 17491, 12934, 17416, 13053, 17418, 13962, 18447, 14888, 15900, 13642, 13311, 16526, 13033, 16624, 12742, 18464, 14544, 14970, 13443, 15941, 13660, 18044, 14247, 16769, 13060, 16967, 13094, 17216, 13313, 16045, 13058, 14858, 12050, 13759, 13349, 11718, 14225, 11775, 15593, 12770, 15913, 12056, 16076, 12549, 15796, 13025, 16024, 12310, 16269, 12004, 16887, 12830, 17897, 13768, 17836, 13110, 17371, 13152, 18221, 13480, 17335, 13214, 15780, 13291, 12290, 15148, 13298, 15966, 13256, 12380, 16745, 12812, 18215, 13535, 17098, 20375, 15925, 12724, 15236, 11985, 16862, 13434, 18614, 13881, 18021, 13414, 17197, 12987, 17302, 13262, 17060, 12658, 16439, 16041, 13407, 16252, 13496, 11793, 13243, 11952, 13713, 12153, 15320, 12533, 16654, 18837, 14055, 18921, 14454, 17044, 13764, 10642, 15994, 13596, 17352, 15554, 12036, 17696, 12988, 18783, 19799, 16050, 17459, 13989, 16605, 12873, 16181, 12239, 16407], 'WindowCenter': [4842.0, 4880.0, 4847.0, 4888.0, 4894.0, 4873.0, 4766.0, 4748.0, 4810.0, 4818.0, 4870.0, 4861.0, 4832.0, 4872.0, 4861.0, 4860.0, 4879.0, 4851.0, 4893.0, 4862.0, 4881.0, 4863.0, 4883.0, 4851.0, 4855.0, 4848.0, 4824.0, 4845.0, 4824.0, 4854.0, 4834.0, 4853.0, 4824.0, 4853.0, 4837.0, 4853.0, 4822.0, 4840.0, 4811.0, 4828.0, 4811.0, 4821.0, 4831.0, 4813.0, 4842.0, 4823.0, 4852.0, 4835.0, 4853.0, 4834.0, 4815.0, 4833.0, 4814.0, 4856.0, 4837.0, 4864.0, 4828.0, 4856.0, 4836.0, 4867.0, 4847.0, 4867.0, 4853.0, 4836.0, 4861.0, 4852.0, 4876.0, 4862.0, 4879.0, 4850.0, 4859.0, 4869.0, 4840.0, 4867.0, 4849.0, 4878.0, 4860.0, 4848.0, 4848.0, 4827.0, 4869.0, 4849.0, 4877.0, 4848.0, 4865.0, 4837.0, 4883.0, 4849.0, 4836.0, 4835.0, 4817.0, 4855.0, 4840.0, 4828.0, 4869.0, 4841.0, 4882.0, 4865.0, 4892.0, 4862.0, 4880.0, 4876.0, 4869.0, 4874.0, 4871.0, 4909.0, 4854.0, 4868.0, 4860.0, 4810.0, 4825.0, 4793.0, 4853.0, 4851.0, 4893.0, 4851.0, 4881.0, 4882.0, 4861.0, 4877.0, 4836.0, 4841.0, 4836.0, 4878.0, 4851.0, 4849.0, 4830.0, 4846.0, 4825.0, 4845.0, 4814.0, 4830.0, 4799.0, 4819.0, 4812.0, 4839.0, 4821.0, 4800.0, 4831.0, 4842.0, 4858.0, 4838.0, 4867.0, 4840.0, 4833.0, 4836.0, 4878.0, 4837.0, 4857.0, 4824.0, 4846.0, 4842.0, 4835.0, 4851.0, 4833.0, 4830.0, 4811.0, 4811.0, 4833.0, 4825.0, 4853.0, 4815.0, 4868.0, 4879.0, 4895.0, 4860.0, 4870.0, 4836.0, 4813.0, 4843.0, 4824.0, 4866.0, 4889.0, 4911.0, 4888.0, 4877.0, 4891.0, 4839.0, 4866.0, 4838.0, 4866.0, 4837.0, 4865.0, 4847.0, 4854.0, 4839.0, 4881.0, 4840.0, 4853.0, 4849.0, 4780.0, 4827.0, 4797.0, 4839.0, 4822.0, 4799.0, 4821.0, 4804.0, 4856.0, 4834.0, 4844.0, 4813.0, 4843.0, 4813.0, 4842.0, 4821.0, 4840.0, 4802.0, 4830.0, 4812.0, 4854.0, 4823.0, 4852.0, 4823.0, 4843.0, 4813.0, 4854.0, 4834.0, 4844.0, 4831.0, 4831.0, 4811.0, 4821.0, 4800.0, 4842.0, 4823.0, 4852.0, 4824.0, 4853.0, 4825.0, 4864.0, 4824.0, 4855.0, 4814.0, 4844.0, 4814.0, 4843.0, 4823.0, 4832.0, 4808.0, 4830.0, 4801.0, 4835.0, 4860.0, 4955.0, 4926.0, 4912.0, 4804.0, 4730.0, 4771.0, 4794.0, 4850.0, 4846.0, 4863.0, 4836.0, 4866.0, 4823.0, 4856.0, 4823.0, 4853.0, 4822.0, 4845.0, 4832.0, 4843.0, 4811.0, 4832.0, 4820.0, 4857.0, 4890.0, 4883.0, 4842.0, 4865.0, 4880.0, 4878.0, 4866.0, 4841.0, 4889.0, 4861.0, 4868.0, 4838.0, 4878.0, 4837.0, 4847.0, 4820.0, 4844.0, 4824.0, 4853.0, 4813.0, 4864.0, 4786.0, 4837.0, 4806.0, 4808.0, 4843.0, 4812.0, 4862.0, 4832.0, 4851.0, 4831.0, 4851.0, 4833.0, 4862.0, 4832.0, 4850.0, 4833.0, 4842.0, 4825.0, 4845.0, 4844.0, 4823.0, 4854.0, 4825.0, 4865.0, 4836.0, 4885.0, 4856.0, 4863.0, 4836.0, 4824.0, 4845.0, 4825.0, 4853.0, 4834.0, 4853.0, 4838.0, 4866.0, 4835.0, 4843.0, 4835.0, 4823.0, 4845.0, 4825.0, 4855.0, 4823.0, 4863.0, 4823.0, 4852.0, 4824.0, 4863.0, 4834.0, 4853.0, 4835.0, 4843.0, 4836.0, 4865.0, 4836.0, 4854.0, 4837.0, 4824.0, 4826.0, 4817.0, 4858.0, 4839.0, 4900.0, 4870.0, 4888.0, 4850.0, 4868.0, 4849.0, 4847.0, 4860.0, 4840.0, 4871.0, 4840.0, 4902.0, 4883.0, 4891.0, 4908.0, 4877.0, 4896.0, 4866.0, 4852.0, 4861.0, 4828.0, 4826.0, 4879.0, 4883.0, 4905.0, 4896.0, 4876.0, 4936.0, 4893.0, 4882.0, 4879.0, 4860.0, 4875.0, 4869.0, 4840.0, 4889.0, 4860.0, 4850.0, 4879.0, 4850.0, 4844.0, 4846.0, 4818.0, 4866.0, 4838.0, 4890.0, 4874.0, 4916.0, 4875.0, 4835.0, 4818.0, 4800.0, 4863.0, 4845.0, 4814.0, 4855.0, 4837.0, 4878.0, 4846.0, 4879.0, 4847.0, 4853.0, 4811.0, 4830.0, 4797.0, 4839.0, 4808.0, 4839.0, 4811.0, 4840.0, 4810.0, 4838.0, 4821.0, 4830.0, 4833.0, 4811.0, 4832.0, 4861.0, 4834.0, 4864.0, 4822.0, 4839.0, 4813.0, 4831.0, 4820.0, 4841.0, 4810.0, 4840.0, 4809.0, 4840.0, 4835.0, 4863.0, 4878.0, 4866.0, 4866.0, 4848.0, 4847.0, 4810.0, 4812.0, 4799.0, 4815.0, 4853.0, 4845.0, 4824.0, 4844.0, 4836.0, 4874.0, 4834.0, 4864.0, 4822.0, 4841.0, 4797.0, 4829.0, 4798.0, 4816.0, 4794.0, 4804.0, 4794.0, 4780.0, 4833.0, 4857.0, 4892.0, 4794.0, 4782.0, 4783.0, 4812.0, 4792.0, 4791.0, 4802.0, 4794.0, 4812.0, 4807.0, 4839.0, 4837.0, 4857.0, 4843.0, 4822.0, 4849.0, 4809.0, 4784.0, 4857.0, 4837.0, 4825.0, 4848.0, 4832.0, 4898.0, 4877.0, 4857.0, 4891.0, 4863.0, 4849.0, 4834.0, 4790.0, 4776.0, 4811.0, 4791.0, 4772.0, 4814.0, 4804.0, 4831.0, 4790.0, 4816.0, 4777.0, 4796.0, 4788.0, 4781.0, 4793.0, 4812.0, 4886.0, 4825.0, 4737.0, 4731.0, 4719.0, 4781.0, 4742.0, 4810.0, 4848.0, 4839.0, 4858.0, 4850.0, 4851.0, 4851.0, 4839.0, 4860.0, 4843.0, 4893.0, 4866.0, 4894.0, 4887.0, 4874.0, 4885.0, 4866.0, 4906.0, 4885.0, 4885.0, 4908.0, 4867.0, 4910.0, 4889.0, 4863.0, 4899.0, 4882.0, 4873.0, 4921.0, 4903.0, 4932.0, 4890.0, 4872.0, 4901.0, 4870.0, 4910.0, 4879.0, 4897.0, 4866.0, 4906.0, 4875.0, 4905.0, 4866.0, 4856.0, 4900.0, 4902.0, 4945.0, 4924.0, 4886.0, 4862.0, 4865.0, 4875.0, 4897.0, 4917.0, 4898.0, 4898.0, 4867.0, 4916.0, 4880.0, 4916.0, 4877.0, 4895.0, 4855.0, 4893.0, 4865.0, 4893.0, 4859.0, 4858.0, 4887.0, 4870.0, 4918.0, 4892.0, 4906.0, 4880.0, 4916.0, 4879.0, 4916.0, 4877.0, 4894.0, 4865.0, 4883.0, 4856.0, 4893.0, 4866.0, 4894.0, 4854.0, 4883.0, 4856.0, 4893.0, 4857.0, 4845.0, 4877.0, 4846.0, 4886.0, 4857.0, 4885.0, 4859.0, 4897.0, 4897.0, 4935.0, 4912.0, 4880.0, 4909.0, 4881.0, 4931.0, 4922.0, 4934.0, 4903.0, 4921.0, 4891.0, 4919.0, 4893.0, 4938.0, 4909.0, 4912.0, 4893.0, 4929.0, 4891.0, 4898.0, 4870.0, 4869.0, 4890.0, 4881.0, 4907.0, 4878.0, 4907.0, 4880.0, 4932.0, 4912.0, 4909.0, 4957.0, 4923.0, 4911.0, 4903.0, 4888.0, 4869.0, 4877.0, 4878.0, 4894.0, 4866.0, 4874.0, 4875.0, 4896.0, 4884.0, 4876.0, 4906.0, 4866.0, 4885.0, 4896.0, 4914.0, 4871.0, 4853.0, 4881.0, 4862.0, 4851.0, 4882.0, 4866.0, 4905.0, 4895.0, 4893.0, 4868.0, 4873.0, 4869.0, 4928.0, 4926.0, 4914.0, 4922.0, 4891.0, 4919.0, 4892.0, 4868.0, 4883.0, 4895.0, 4886.0, 4869.0, 4944.0, 4923.0, 4869.0, 4900.0, 4882.0, 4912.0, 4903.0, 4856.0, 4942.0, 4922.0, 4888.0, 4900.0, 4879.0, 4921.0, 4887.0, 4909.0, 4894.0, 4874.0, 4857.0, 4834.0, 4801.0, 4828.0, 4823.0, 4849.0, 4810.0, 4819.0, 4827.0, 4821.0, 4905.0, 4887.0, 4875.0, 4815.0, 4846.0, 4809.0, 4809.0, 4830.0, 4833.0, 4851.0, 4834.0, 4853.0, 4824.0, 4854.0, 4849.0, 4920.0, 4892.0, 4878.0, 4824.0, 4781.0, 4783.0, 4781.0, 4862.0, 4859.0, 4863.0, 4903.0, 4876.0, 4905.0, 4876.0, 4905.0, 4903.0, 4886.0, 4903.0, 4873.0, 4902.0, 4874.0, 4901.0, 4874.0, 4845.0, 4893.0, 4868.0, 4915.0, 4899.0, 4889.0, 4918.0, 4894.0, 4932.0, 4911.0, 4888.0, 4931.0, 4890.0, 4932.0, 4915.0, 4931.0, 4901.0, 4918.0, 4899.0, 4869.0, 4908.0, 4869.0, 4928.0, 4953.0, 4934.0, 4866.0, 4867.0, 4922.0, 4892.0, 4941.0, 4908.0, 4900.0, 4912.0, 4881.0, 4919.0, 4902.0, 4930.0, 4918.0, 4881.0, 4919.0, 4890.0, 4889.0, 4908.0, 4900.0, 4927.0, 4890.0, 4905.0, 4891.0, 4917.0, 4890.0, 4902.0, 4878.0, 4850.0, 4952.0, 4886.0, 4879.0, 4897.0, 4893.0, 4940.0, 4912.0, 4901.0, 4922.0, 4891.0, 4934.0, 4942.0, 4921.0, 4916.0, 4897.0, 4905.0, 4876.0, 4903.0, 4877.0, 4915.0, 4895.0, 4915.0, 4889.0, 4919.0, 4900.0, 4928.0, 4900.0, 4927.0, 4901.0, 4917.0, 4900.0, 4907.0, 4910.0, 4899.0, 4909.0, 4880.0, 4919.0, 4892.0, 4942.0, 4923.0, 4901.0, 4913.0, 4892.0, 4933.0, 4912.0, 4942.0, 4902.0, 4930.0, 4902.0, 4932.0, 4913.0, 4968.0, 4938.0, 4905.0, 4933.0, 4919.0, 4929.0, 4938.0, 4945.0, 4950.0, 4938.0, 4939.0, 4946.0, 4937.0, 4967.0, 4926.0, 4932.0, 4895.0, 4909.0, 4881.0, 4918.0, 4890.0, 4906.0, 4866.0, 4865.0, 4876.0, 4866.0, 4907.0, 4867.0, 4905.0, 4867.0, 4897.0, 4870.0, 4907.0, 4886.0, 4869.0, 4907.0, 4899.0, 4888.0, 4900.0, 4881.0, 4909.0, 4881.0, 4910.0, 4908.0, 4887.0, 4883.0, 4865.0, 4883.0, 4876.0, 4876.0, 4896.0, 4876.0, 4895.0, 4870.0, 4918.0, 4892.0, 4917.0, 4876.0, 4889.0, 4952.0, 4937.0, 4884.0, 4933.0, 4917.0, 4949.0, 4915.0, 4915.0, 4881.0, 4892.0, 4880.0, 4911.0, 4891.0, 4901.0, 4880.0, 4889.0, 4889.0, 4911.0, 4902.0, 4918.0, 4878.0, 4885.0, 4877.0, 4886.0, 4910.0, 4893.0, 4927.0, 4877.0, 4922.0, 4909.0, 4893.0, 4875.0, 4882.0, 4876.0, 4883.0, 4877.0, 4895.0, 4877.0, 4885.0, 4876.0, 4888.0, 4855.0, 4868.0, 4915.0, 4907.0, 4946.0, 4890.0, 4845.0, 4849.0, 4865.0, 4921.0, 4880.0, 4921.0, 4892.0, 4897.0, 4877.0, 4875.0, 4891.0, 4906.0, 4892.0, 4884.0, 4873.0, 4868.0, 4882.0, 4815.0, 4836.0, 4884.0, 4867.0, 4886.0, 4883.0, 4898.0, 4953.0, 4920.0, 4897.0, 4916.0, 4895.0, 4926.0, 4905.0, 4927.0, 4917.0, 4934.0, 4895.0, 4911.0, 4890.0, 4880.0, 4900.0, 4870.0, 4922.0, 4893.0, 4891.0, 4912.0, 4914.0, 4944.0, 4893.0, 4871.0, 4892.0, 4881.0, 4904.0, 4890.0, 4891.0, 4867.0, 4878.0, 4857.0, 4878.0, 4866.0, 4877.0, 4868.0, 4887.0, 4847.0, 4898.0, 4868.0, 4892.0, 4899.0, 4900.0, 4870.0, 4899.0, 4873.0, 4912.0, 4896.0, 4924.0, 4917.0, 4894.0, 4916.0, 4945.0, 4902.0, 4924.0, 4931.0, 4901.0, 4909.0, 4880.0, 4900.0, 4869.0, 4899.0, 4859.0, 4898.0, 4860.0, 4910.0, 4884.0, 4934.0, 4904.0, 4892.0, 4906.0, 4902.0, 4938.0, 4929.0, 4944.0, 4916.0, 4902.0, 4892.0, 4924.0, 4890.0, 4921.0, 4880.0, 4898.0, 4876.0, 4884.0, 4877.0, 4895.0, 4866.0, 4885.0, 4874.0, 4873.0, 4864.0, 4872.0, 4855.0, 4843.0, 4854.0, 4853.0, 4865.0, 4854.0, 4886.0, 4854.0, 4885.0, 4854.0, 4883.0, 4865.0, 4893.0, 4864.0, 4894.0, 4865.0, 4883.0, 4876.0, 4885.0, 4869.0, 4858.0, 4879.0, 4859.0, 4909.0, 4881.0, 4919.0, 4891.0, 4909.0, 4890.0, 4881.0, 4910.0, 4883.0, 4931.0, 4914.0, 4911.0, 4893.0, 4882.0, 4912.0, 4883.0, 4932.0, 4892.0, 4921.0, 4891.0, 4920.0, 4890.0, 4910.0, 4880.0, 4908.0, 4880.0, 4908.0, 4880.0, 4899.0, 4879.0, 4849.0, 4900.0, 4872.0, 4922.0, 4893.0, 4932.0, 4905.0, 4932.0, 4893.0, 4923.0, 4882.0, 4921.0, 4882.0, 4921.0, 4882.0, 4921.0, 4903.0, 4901.0, 4892.0, 4872.0, 4923.0, 4885.0, 4933.0, 4894.0, 4937.0, 4897.0, 4933.0, 4878.0, 4921.0, 4878.0, 4909.0, 4868.0, 4907.0, 4868.0, 4896.0, 4866.0, 4885.0, 4877.0, 4895.0, 4877.0, 4893.0, 4867.0, 4884.0, 4863.0, 4884.0, 4865.0, 4883.0, 4854.0, 4882.0, 4865.0, 4882.0, 4865.0, 4872.0, 4864.0, 4852.0, 4854.0, 4861.0, 4864.0, 4881.0, 4873.0, 4852.0, 4875.0, 4854.0, 4885.0, 4855.0, 4896.0, 4866.0, 4906.0, 4875.0, 4905.0, 4865.0, 4894.0, 4867.0, 4895.0, 4865.0, 4894.0, 4865.0, 4894.0, 4868.0, 4896.0, 4878.0, 4907.0, 4880.0, 4888.0, 4892.0, 4912.0, 4896.0, 4923.0, 4916.0, 4914.0, 4906.0, 4933.0, 4904.0, 4922.0, 4894.0, 4921.0, 4881.0, 4910.0, 4883.0, 4924.0, 4935.0, 4962.0, 4928.0, 4894.0, 4937.0, 4931.0, 4906.0, 4936.0, 4908.0, 4936.0, 4908.0, 4935.0, 4919.0, 4946.0, 4936.0, 4942.0, 4896.0, 4868.0, 4892.0, 4922.0, 4942.0, 4901.0, 4901.0, 4910.0, 4899.0, 4910.0, 4896.0, 4889.0, 4937.0, 4909.0, 4947.0, 4903.0, 4838.0, 4836.0, 4844.0, 4854.0, 4840.0, 4838.0, 4828.0, 4878.0, 4841.0, 4840.0, 4861.0, 4841.0, 4881.0, 4854.0, 4892.0, 4878.0, 4897.0, 4888.0, 4877.0, 4907.0, 4867.0, 4895.0, 4876.0, 4895.0, 4876.0, 4893.0, 4876.0, 4865.0, 4885.0, 4867.0, 4886.0, 4879.0, 4867.0, 4899.0, 4876.0, 4898.0, 4875.0, 4887.0, 4863.0, 4884.0, 4863.0, 4882.0, 4853.0, 4892.0, 4863.0, 4892.0, 4864.0, 4883.0, 4874.0, 4844.0, 4884.0, 4856.0, 4895.0, 4865.0, 4895.0, 4876.0, 4895.0, 4856.0, 4895.0, 4877.0, 4907.0, 4889.0, 4887.0, 4887.0, 4867.0, 4888.0, 4871.0, 4919.0, 4901.0, 4920.0, 4901.0, 4871.0, 4911.0, 4883.0, 4933.0, 4915.0, 4892.0, 4903.0, 4882.0, 4914.0, 4912.0, 4903.0, 4900.0, 4902.0, 4890.0, 4901.0, 4891.0, 4914.0, 4896.0, 4913.0, 4916.0, 4928.0, 4979.0, 4940.0, 5036.0, 4990.0, 4981.0, 4954.0, 4960.0, 4954.0, 4953.0, 4938.0, 4936.0, 4951.0, 4854.0, 4864.0, 4931.0, 4922.0, 4903.0, 4924.0, 4892.0, 4913.0, 4912.0, 4882.0, 4927.0, 4895.0, 4900.0, 4867.0, 4885.0, 4862.0, 4863.0, 4900.0, 4858.0, 4867.0, 4846.0, 4855.0, 4837.0, 4827.0, 4851.0, 4853.0, 4893.0, 4876.0, 4904.0, 4875.0, 4893.0, 4876.0, 4905.0, 4876.0, 4885.0, 4876.0, 4884.0, 4877.0, 4895.0, 4878.0, 4896.0, 4868.0, 4848.0, 4878.0, 4860.0, 4910.0, 4891.0, 4919.0, 4893.0, 4890.0, 4882.0, 4892.0, 4913.0, 4902.0, 4921.0, 4891.0, 4909.0, 4868.0, 4909.0, 4887.0, 4898.0, 4895.0, 4876.0, 4905.0, 4874.0, 4893.0, 4864.0, 4882.0, 4865.0, 4874.0, 4867.0, 4856.0, 4878.0, 4860.0, 4920.0, 4893.0, 4935.0, 4902.0, 4925.0, 4922.0, 4914.0, 4901.0, 4903.0, 4892.0, 4914.0, 4920.0, 4901.0, 4890.0, 4901.0, 4878.0, 4890.0, 4880.0, 4912.0, 4880.0, 4912.0, 4872.0, 4922.0, 4905.0, 4935.0, 4916.0, 4905.0, 4916.0, 4885.0, 4936.0, 4896.0, 4936.0, 4907.0, 4947.0, 4895.0, 4938.0, 4905.0, 4916.0, 4933.0, 4915.0, 4913.0, 4904.0, 4912.0, 4907.0, 4934.0, 4894.0, 4921.0, 4893.0, 4911.0, 4895.0, 4924.0, 4907.0, 4946.0, 4919.0, 4949.0, 4909.0, 4936.0, 4919.0, 4948.0, 4929.0, 4925.0, 4920.0, 4947.0, 4940.0, 4921.0, 4962.0, 4908.0, 4934.0, 4917.0, 4900.0, 4893.0, 4899.0, 4891.0, 4909.0, 4890.0, 4898.0, 4868.0, 4897.0, 4867.0, 4896.0, 4877.0, 4883.0, 4862.0, 4872.0, 4855.0, 4875.0, 4876.0, 4854.0, 4875.0, 4856.0, 4896.0, 4866.0, 4885.0, 4857.0, 4896.0, 4866.0, 4884.0, 4865.0, 4883.0, 4853.0, 4895.0, 4855.0, 4894.0, 4866.0, 4904.0, 4876.0, 4905.0, 4878.0, 4906.0, 4882.0, 4931.0, 4890.0, 4918.0, 4876.0, 4894.0, 4903.0, 4881.0, 4912.0, 4891.0, 4896.0, 4880.0, 4882.0, 4923.0, 4882.0, 4932.0, 4891.0, 4923.0, 4931.0, 4910.0, 4879.0, 4899.0, 4869.0, 4919.0, 4891.0, 4919.0, 4891.0, 4919.0, 4880.0, 4909.0, 4881.0, 4919.0, 4881.0, 4909.0, 4879.0, 4910.0, 4896.0, 4878.0, 4896.0, 4877.0, 4856.0, 4878.0, 4868.0, 4890.0, 4880.0, 4912.0, 4881.0, 4923.0, 4931.0, 4915.0, 4946.0, 4916.0, 4937.0, 4890.0, 4848.0, 4911.0, 4890.0, 4933.0, 4924.0, 4896.0, 4935.0, 4906.0, 4959.0, 4934.0, 4914.0, 4910.0, 4890.0, 4909.0, 4870.0, 4898.0, 4858.0, 4897.0], 'WindowWidth': [10550.0, 10618.0, 10560.0, 10623.0, 10635.0, 10589.0, 10394.0, 10374.0, 10483.0, 10509.0, 10584.0, 10573.0, 10533.0, 10588.0, 10572.0, 10567.0, 10595.0, 10557.0, 10622.0, 10572.0, 10602.0, 10575.0, 10606.0, 10555.0, 10555.0, 10546.0, 10508.0, 10539.0, 10508.0, 10552.0, 10520.0, 10550.0, 10509.0, 10549.0, 10529.0, 10549.0, 10501.0, 10526.0, 10487.0, 10506.0, 10486.0, 10498.0, 10515.0, 10491.0, 10531.0, 10506.0, 10548.0, 10527.0, 10549.0, 10524.0, 10496.0, 10520.0, 10493.0, 10558.0, 10529.0, 10567.0, 10519.0, 10558.0, 10531.0, 10574.0, 10548.0, 10575.0, 10563.0, 10528.0, 10575.0, 10562.0, 10587.0, 10576.0, 10597.0, 10557.0, 10568.0, 10581.0, 10541.0, 10577.0, 10553.0, 10596.0, 10569.0, 10548.0, 10550.0, 10519.0, 10579.0, 10551.0, 10593.0, 10549.0, 10572.0, 10533.0, 10609.0, 10552.0, 10530.0, 10527.0, 10507.0, 10558.0, 10542.0, 10523.0, 10581.0, 10546.0, 10605.0, 10588.0, 10622.0, 10576.0, 10602.0, 10601.0, 10582.0, 10597.0, 10604.0, 10654.0, 10565.0, 10578.0, 10568.0, 10478.0, 10506.0, 10460.0, 10545.0, 10560.0, 10627.0, 10562.0, 10605.0, 10609.0, 10577.0, 10594.0, 10530.0, 10533.0, 10530.0, 10598.0, 10556.0, 10551.0, 10524.0, 10543.0, 10512.0, 10541.0, 10493.0, 10510.0, 10467.0, 10491.0, 10488.0, 10522.0, 10499.0, 10468.0, 10514.0, 10550.0, 10566.0, 10538.0, 10576.0, 10542.0, 10520.0, 10530.0, 10593.0, 10531.0, 10562.0, 10508.0, 10545.0, 10531.0, 10525.0, 10546.0, 10519.0, 10509.0, 10486.0, 10487.0, 10520.0, 10510.0, 10549.0, 10498.0, 10579.0, 10613.0, 10629.0, 10572.0, 10581.0, 10531.0, 10493.0, 10535.0, 10510.0, 10572.0, 10627.0, 10666.0, 10626.0, 10610.0, 10617.0, 10538.0, 10572.0, 10535.0, 10572.0, 10534.0, 10573.0, 10548.0, 10554.0, 10538.0, 10604.0, 10541.0, 10562.0, 10551.0, 10437.0, 10501.0, 10462.0, 10525.0, 10501.0, 10466.0, 10500.0, 10479.0, 10558.0, 10522.0, 10537.0, 10491.0, 10533.0, 10488.0, 10532.0, 10500.0, 10527.0, 10472.0, 10512.0, 10489.0, 10553.0, 10506.0, 10545.0, 10505.0, 10532.0, 10492.0, 10554.0, 10523.0, 10539.0, 10515.0, 10514.0, 10483.0, 10500.0, 10470.0, 10534.0, 10506.0, 10548.0, 10509.0, 10548.0, 10514.0, 10567.0, 10508.0, 10553.0, 10493.0, 10537.0, 10491.0, 10533.0, 10503.0, 10519.0, 10478.0, 10510.0, 10470.0, 10528.0, 10589.0, 10749.0, 10708.0, 10665.0, 10478.0, 10331.0, 10395.0, 10447.0, 10540.0, 10541.0, 10564.0, 10531.0, 10574.0, 10506.0, 10556.0, 10503.0, 10548.0, 10502.0, 10540.0, 10519.0, 10534.0, 10485.0, 10516.0, 10497.0, 10562.0, 10632.0, 10609.0, 10554.0, 10569.0, 10614.0, 10610.0, 10586.0, 10543.0, 10608.0, 10570.0, 10575.0, 10534.0, 10594.0, 10530.0, 10546.0, 10497.0, 10536.0, 10508.0, 10549.0, 10491.0, 10567.0, 10444.0, 10519.0, 10468.0, 10478.0, 10536.0, 10492.0, 10561.0, 10518.0, 10545.0, 10517.0, 10546.0, 10524.0, 10563.0, 10519.0, 10544.0, 10522.0, 10534.0, 10517.0, 10541.0, 10539.0, 10507.0, 10551.0, 10513.0, 10571.0, 10531.0, 10601.0, 10557.0, 10569.0, 10529.0, 10509.0, 10542.0, 10512.0, 10549.0, 10524.0, 10549.0, 10536.0, 10572.0, 10530.0, 10537.0, 10528.0, 10507.0, 10541.0, 10513.0, 10554.0, 10507.0, 10563.0, 10504.0, 10546.0, 10510.0, 10563.0, 10523.0, 10551.0, 10526.0, 10537.0, 10530.0, 10570.0, 10532.0, 10554.0, 10530.0, 10508.0, 10514.0, 10505.0, 10564.0, 10540.0, 10629.0, 10586.0, 10609.0, 10557.0, 10581.0, 10554.0, 10548.0, 10568.0, 10540.0, 10588.0, 10544.0, 10638.0, 10609.0, 10623.0, 10658.0, 10613.0, 10638.0, 10594.0, 10568.0, 10575.0, 10521.0, 10516.0, 10597.0, 10614.0, 10651.0, 10638.0, 10606.0, 10703.0, 10628.0, 10611.0, 10601.0, 10575.0, 10603.0, 10586.0, 10544.0, 10615.0, 10574.0, 10563.0, 10602.0, 10563.0, 10544.0, 10548.0, 10514.0, 10576.0, 10540.0, 10618.0, 10600.0, 10664.0, 10602.0, 10526.0, 10490.0, 10469.0, 10567.0, 10540.0, 10498.0, 10553.0, 10535.0, 10595.0, 10548.0, 10603.0, 10550.0, 10554.0, 10491.0, 10516.0, 10467.0, 10527.0, 10480.0, 10528.0, 10488.0, 10528.0, 10487.0, 10525.0, 10505.0, 10518.0, 10526.0, 10493.0, 10525.0, 10564.0, 10528.0, 10572.0, 10508.0, 10526.0, 10494.0, 10516.0, 10503.0, 10535.0, 10489.0, 10528.0, 10484.0, 10530.0, 10532.0, 10575.0, 10602.0, 10582.0, 10581.0, 10554.0, 10554.0, 10489.0, 10493.0, 10473.0, 10504.0, 10553.0, 10548.0, 10518.0, 10547.0, 10537.0, 10589.0, 10531.0, 10573.0, 10510.0, 10538.0, 10467.0, 10515.0, 10468.0, 10490.0, 10455.0, 10467.0, 10456.0, 10432.0, 10530.0, 10573.0, 10630.0, 10460.0, 10420.0, 10437.0, 10478.0, 10451.0, 10450.0, 10466.0, 10459.0, 10481.0, 10484.0, 10535.0, 10541.0, 10567.0, 10541.0, 10509.0, 10546.0, 10491.0, 10446.0, 10554.0, 10527.0, 10507.0, 10542.0, 10526.0, 10631.0, 10597.0, 10569.0, 10623.0, 10585.0, 10554.0, 10526.0, 10436.0, 10416.0, 10478.0, 10447.0, 10421.0, 10483.0, 10470.0, 10511.0, 10447.0, 10480.0, 10422.0, 10445.0, 10435.0, 10434.0, 10452.0, 10496.0, 10607.0, 10500.0, 10361.0, 10338.0, 10317.0, 10415.0, 10366.0, 10491.0, 10554.0, 10539.0, 10561.0, 10559.0, 10548.0, 10564.0, 10545.0, 10576.0, 10554.0, 10628.0, 10595.0, 10635.0, 10627.0, 10606.0, 10619.0, 10595.0, 10652.0, 10639.0, 10636.0, 10658.0, 10600.0, 10663.0, 10634.0, 10603.0, 10647.0, 10628.0, 10616.0, 10685.0, 10660.0, 10698.0, 10638.0, 10611.0, 10653.0, 10607.0, 10665.0, 10619.0, 10644.0, 10596.0, 10655.0, 10608.0, 10649.0, 10596.0, 10581.0, 10652.0, 10657.0, 10727.0, 10692.0, 10621.0, 10585.0, 10593.0, 10607.0, 10642.0, 10675.0, 10641.0, 10642.0, 10600.0, 10669.0, 10622.0, 10670.0, 10612.0, 10634.0, 10579.0, 10630.0, 10593.0, 10630.0, 10590.0, 10586.0, 10627.0, 10607.0, 10673.0, 10639.0, 10652.0, 10621.0, 10666.0, 10619.0, 10670.0, 10610.0, 10631.0, 10590.0, 10615.0, 10581.0, 10629.0, 10592.0, 10629.0, 10576.0, 10614.0, 10580.0, 10630.0, 10582.0, 10564.0, 10610.0, 10567.0, 10624.0, 10583.0, 10621.0, 10590.0, 10643.0, 10657.0, 10709.0, 10671.0, 10620.0, 10661.0, 10626.0, 10697.0, 10685.0, 10708.0, 10660.0, 10682.0, 10639.0, 10677.0, 10644.0, 10719.0, 10680.0, 10672.0, 10645.0, 10694.0, 10639.0, 10642.0, 10607.0, 10604.0, 10635.0, 10621.0, 10656.0, 10616.0, 10655.0, 10619.0, 10700.0, 10670.0, 10664.0, 10767.0, 10688.0, 10667.0, 10657.0, 10628.0, 10605.0, 10610.0, 10616.0, 10632.0, 10594.0, 10602.0, 10607.0, 10638.0, 10621.0, 10608.0, 10654.0, 10595.0, 10622.0, 10639.0, 10668.0, 10596.0, 10572.0, 10611.0, 10584.0, 10567.0, 10613.0, 10596.0, 10657.0, 10637.0, 10633.0, 10600.0, 10600.0, 10606.0, 10688.0, 10696.0, 10676.0, 10683.0, 10636.0, 10676.0, 10641.0, 10600.0, 10632.0, 10651.0, 10629.0, 10609.0, 10721.0, 10687.0, 10605.0, 10652.0, 10631.0, 10673.0, 10658.0, 10583.0, 10716.0, 10685.0, 10631.0, 10648.0, 10619.0, 10684.0, 10627.0, 10664.0, 10639.0, 10605.0, 10568.0, 10528.0, 10460.0, 10512.0, 10509.0, 10543.0, 10487.0, 10497.0, 10510.0, 10505.0, 10651.0, 10628.0, 10589.0, 10489.0, 10534.0, 10486.0, 10489.0, 10518.0, 10526.0, 10551.0, 10529.0, 10555.0, 10516.0, 10558.0, 10559.0, 10677.0, 10642.0, 10600.0, 10516.0, 10432.0, 10421.0, 10434.0, 10566.0, 10575.0, 10586.0, 10642.0, 10608.0, 10651.0, 10607.0, 10651.0, 10642.0, 10621.0, 10648.0, 10602.0, 10643.0, 10604.0, 10637.0, 10602.0, 10563.0, 10630.0, 10601.0, 10664.0, 10649.0, 10634.0, 10672.0, 10648.0, 10698.0, 10668.0, 10631.0, 10696.0, 10637.0, 10700.0, 10682.0, 10698.0, 10655.0, 10673.0, 10649.0, 10605.0, 10658.0, 10606.0, 10691.0, 10750.0, 10703.0, 10594.0, 10598.0, 10687.0, 10645.0, 10715.0, 10661.0, 10651.0, 10674.0, 10628.0, 10678.0, 10661.0, 10695.0, 10678.0, 10627.0, 10680.0, 10638.0, 10631.0, 10664.0, 10652.0, 10689.0, 10635.0, 10656.0, 10639.0, 10672.0, 10637.0, 10659.0, 10598.0, 10562.0, 10733.0, 10629.0, 10618.0, 10644.0, 10646.0, 10710.0, 10675.0, 10655.0, 10688.0, 10641.0, 10709.0, 10721.0, 10681.0, 10672.0, 10641.0, 10652.0, 10612.0, 10648.0, 10615.0, 10666.0, 10641.0, 10668.0, 10635.0, 10677.0, 10654.0, 10690.0, 10654.0, 10689.0, 10654.0, 10671.0, 10653.0, 10658.0, 10668.0, 10649.0, 10665.0, 10622.0, 10678.0, 10645.0, 10716.0, 10688.0, 10654.0, 10674.0, 10644.0, 10706.0, 10671.0, 10717.0, 10659.0, 10697.0, 10660.0, 10701.0, 10677.0, 10766.0, 10721.0, 10670.0, 10708.0, 10694.0, 10710.0, 10719.0, 10727.0, 10742.0, 10720.0, 10725.0, 10727.0, 10719.0, 10766.0, 10698.0, 10706.0, 10649.0, 10666.0, 10628.0, 10679.0, 10638.0, 10655.0, 10599.0, 10594.0, 10612.0, 10597.0, 10657.0, 10601.0, 10651.0, 10601.0, 10644.0, 10608.0, 10658.0, 10628.0, 10606.0, 10660.0, 10649.0, 10632.0, 10650.0, 10625.0, 10662.0, 10625.0, 10668.0, 10656.0, 10627.0, 10615.0, 10595.0, 10614.0, 10611.0, 10610.0, 10641.0, 10610.0, 10638.0, 10608.0, 10675.0, 10645.0, 10688.0, 10593.0, 10634.0, 10747.0, 10713.0, 10626.0, 10694.0, 10681.0, 10732.0, 10674.0, 10676.0, 10620.0, 10637.0, 10618.0, 10666.0, 10635.0, 10651.0, 10616.0, 10630.0, 10628.0, 10665.0, 10652.0, 10671.0, 10613.0, 10620.0, 10609.0, 10622.0, 10661.0, 10642.0, 10699.0, 10609.0, 10686.0, 10675.0, 10629.0, 10600.0, 10610.0, 10605.0, 10614.0, 10608.0, 10636.0, 10610.0, 10620.0, 10605.0, 10627.0, 10574.0, 10599.0, 10679.0, 10669.0, 10723.0, 10631.0, 10559.0, 10552.0, 10585.0, 10678.0, 10615.0, 10679.0, 10636.0, 10638.0, 10605.0, 10601.0, 10631.0, 10646.0, 10637.0, 10626.0, 10593.0, 10595.0, 10605.0, 10499.0, 10533.0, 10613.0, 10595.0, 10622.0, 10627.0, 10657.0, 10745.0, 10689.0, 10653.0, 10682.0, 10647.0, 10695.0, 10660.0, 10699.0, 10684.0, 10705.0, 10646.0, 10668.0, 10634.0, 10619.0, 10647.0, 10609.0, 10684.0, 10645.0, 10639.0, 10670.0, 10674.0, 10719.0, 10645.0, 10608.0, 10641.0, 10621.0, 10659.0, 10636.0, 10638.0, 10595.0, 10612.0, 10580.0, 10612.0, 10593.0, 10611.0, 10597.0, 10626.0, 10568.0, 10641.0, 10598.0, 10639.0, 10646.0, 10647.0, 10606.0, 10645.0, 10614.0, 10669.0, 10652.0, 10688.0, 10682.0, 10645.0, 10680.0, 10724.0, 10652.0, 10690.0, 10697.0, 10650.0, 10660.0, 10617.0, 10649.0, 10603.0, 10644.0, 10587.0, 10642.0, 10591.0, 10663.0, 10629.0, 10704.0, 10659.0, 10639.0, 10664.0, 10669.0, 10713.0, 10702.0, 10721.0, 10679.0, 10652.0, 10639.0, 10691.0, 10634.0, 10683.0, 10618.0, 10643.0, 10607.0, 10615.0, 10609.0, 10638.0, 10592.0, 10621.0, 10601.0, 10600.0, 10588.0, 10598.0, 10575.0, 10555.0, 10574.0, 10569.0, 10589.0, 10574.0, 10621.0, 10573.0, 10618.0, 10572.0, 10612.0, 10588.0, 10627.0, 10587.0, 10630.0, 10589.0, 10613.0, 10608.0, 10618.0, 10599.0, 10583.0, 10614.0, 10586.0, 10657.0, 10621.0, 10672.0, 10634.0, 10658.0, 10631.0, 10620.0, 10662.0, 10628.0, 10694.0, 10671.0, 10665.0, 10642.0, 10626.0, 10668.0, 10628.0, 10695.0, 10639.0, 10678.0, 10634.0, 10674.0, 10632.0, 10661.0, 10617.0, 10656.0, 10617.0, 10654.0, 10619.0, 10643.0, 10615.0, 10573.0, 10647.0, 10612.0, 10681.0, 10641.0, 10696.0, 10659.0, 10694.0, 10641.0, 10686.0, 10624.0, 10677.0, 10621.0, 10678.0, 10626.0, 10679.0, 10656.0, 10649.0, 10638.0, 10611.0, 10685.0, 10633.0, 10698.0, 10643.0, 10711.0, 10652.0, 10700.0, 10612.0, 10680.0, 10610.0, 10659.0, 10600.0, 10653.0, 10597.0, 10635.0, 10593.0, 10618.0, 10610.0, 10632.0, 10609.0, 10628.0, 10595.0, 10615.0, 10586.0, 10616.0, 10588.0, 10611.0, 10571.0, 10609.0, 10590.0, 10608.0, 10590.0, 10596.0, 10584.0, 10566.0, 10571.0, 10578.0, 10587.0, 10607.0, 10597.0, 10563.0, 10601.0, 10571.0, 10617.0, 10575.0, 10634.0, 10594.0, 10648.0, 10602.0, 10645.0, 10589.0, 10628.0, 10594.0, 10632.0, 10589.0, 10628.0, 10587.0, 10626.0, 10598.0, 10634.0, 10613.0, 10650.0, 10617.0, 10627.0, 10638.0, 10667.0, 10649.0, 10685.0, 10678.0, 10670.0, 10661.0, 10698.0, 10655.0, 10682.0, 10646.0, 10680.0, 10622.0, 10659.0, 10627.0, 10689.0, 10723.0, 10758.0, 10702.0, 10647.0, 10711.0, 10709.0, 10668.0, 10710.0, 10672.0, 10710.0, 10673.0, 10707.0, 10690.0, 10726.0, 10725.0, 10727.0, 10649.0, 10597.0, 10639.0, 10687.0, 10722.0, 10654.0, 10654.0, 10663.0, 10646.0, 10665.0, 10653.0, 10648.0, 10712.0, 10676.0, 10735.0, 10654.0, 10538.0, 10531.0, 10557.0, 10567.0, 10544.0, 10537.0, 10522.0, 10596.0, 10545.0, 10543.0, 10576.0, 10549.0, 10605.0, 10570.0, 10622.0, 10611.0, 10637.0, 10626.0, 10608.0, 10650.0, 10594.0, 10632.0, 10603.0, 10631.0, 10604.0, 10628.0, 10605.0, 10587.0, 10615.0, 10595.0, 10619.0, 10616.0, 10595.0, 10643.0, 10604.0, 10640.0, 10601.0, 10619.0, 10582.0, 10613.0, 10580.0, 10608.0, 10566.0, 10619.0, 10580.0, 10620.0, 10586.0, 10609.0, 10598.0, 10558.0, 10614.0, 10577.0, 10629.0, 10588.0, 10629.0, 10603.0, 10628.0, 10575.0, 10630.0, 10608.0, 10653.0, 10630.0, 10624.0, 10622.0, 10592.0, 10625.0, 10605.0, 10672.0, 10647.0, 10676.0, 10647.0, 10603.0, 10660.0, 10626.0, 10699.0, 10672.0, 10635.0, 10651.0, 10619.0, 10670.0, 10663.0, 10652.0, 10644.0, 10650.0, 10627.0, 10647.0, 10634.0, 10671.0, 10645.0, 10666.0, 10676.0, 10700.0, 10790.0, 10740.0, 10889.0, 10810.0, 10787.0, 10749.0, 10755.0, 10750.0, 10743.0, 10715.0, 10724.0, 10740.0, 10570.0, 10584.0, 10704.0, 10684.0, 10658.0, 10689.0, 10640.0, 10672.0, 10669.0, 10624.0, 10701.0, 10647.0, 10650.0, 10595.0, 10622.0, 10582.0, 10584.0, 10640.0, 10569.0, 10586.0, 10550.0, 10561.0, 10540.0, 10528.0, 10567.0, 10575.0, 10630.0, 10609.0, 10644.0, 10602.0, 10625.0, 10606.0, 10649.0, 10609.0, 10620.0, 10609.0, 10618.0, 10611.0, 10635.0, 10614.0, 10638.0, 10601.0, 10570.0, 10615.0, 10593.0, 10662.0, 10639.0, 10676.0, 10642.0, 10634.0, 10627.0, 10642.0, 10673.0, 10653.0, 10679.0, 10637.0, 10661.0, 10601.0, 10660.0, 10623.0, 10644.0, 10632.0, 10606.0, 10649.0, 10602.0, 10628.0, 10586.0, 10610.0, 10590.0, 10603.0, 10597.0, 10583.0, 10616.0, 10595.0, 10677.0, 10644.0, 10708.0, 10655.0, 10690.0, 10683.0, 10675.0, 10649.0, 10657.0, 10640.0, 10671.0, 10676.0, 10649.0, 10632.0, 10649.0, 10612.0, 10632.0, 10618.0, 10666.0, 10623.0, 10667.0, 10611.0, 10681.0, 10663.0, 10706.0, 10679.0, 10660.0, 10679.0, 10634.0, 10707.0, 10649.0, 10708.0, 10665.0, 10724.0, 10645.0, 10711.0, 10659.0, 10677.0, 10700.0, 10672.0, 10670.0, 10657.0, 10668.0, 10669.0, 10702.0, 10647.0, 10680.0, 10642.0, 10665.0, 10651.0, 10688.0, 10670.0, 10722.0, 10689.0, 10731.0, 10673.0, 10708.0, 10688.0, 10732.0, 10700.0, 10690.0, 10692.0, 10742.0, 10720.0, 10694.0, 10757.0, 10672.0, 10706.0, 10682.0, 10647.0, 10640.0, 10644.0, 10636.0, 10665.0, 10632.0, 10644.0, 10597.0, 10640.0, 10597.0, 10637.0, 10610.0, 10613.0, 10581.0, 10596.0, 10578.0, 10604.0, 10606.0, 10573.0, 10603.0, 10577.0, 10634.0, 10591.0, 10617.0, 10580.0, 10633.0, 10591.0, 10615.0, 10589.0, 10611.0, 10568.0, 10633.0, 10574.0, 10631.0, 10591.0, 10644.0, 10608.0, 10645.0, 10611.0, 10650.0, 10622.0, 10693.0, 10633.0, 10669.0, 10608.0, 10630.0, 10659.0, 10623.0, 10668.0, 10636.0, 10636.0, 10618.0, 10625.0, 10684.0, 10626.0, 10697.0, 10637.0, 10685.0, 10698.0, 10661.0, 10615.0, 10644.0, 10600.0, 10672.0, 10635.0, 10675.0, 10634.0, 10673.0, 10619.0, 10657.0, 10621.0, 10673.0, 10620.0, 10659.0, 10612.0, 10660.0, 10635.0, 10611.0, 10636.0, 10608.0, 10578.0, 10613.0, 10597.0, 10633.0, 10620.0, 10666.0, 10621.0, 10685.0, 10695.0, 10677.0, 10725.0, 10676.0, 10711.0, 10630.0, 10570.0, 10663.0, 10631.0, 10700.0, 10687.0, 10651.0, 10703.0, 10664.0, 10746.0, 10708.0, 10670.0, 10662.0, 10631.0, 10657.0, 10603.0, 10639.0, 10583.0, 10636.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.003448128048780488</td></tr>
<tr><td colspan=3>aqi</td><td>0.06525843817073171</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.70467108373408</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.192680720707748</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9821000871323985</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>3644.2527</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23728996260599813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>509</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.036585365853657</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.450095750980994</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.304516763237857</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.773392752058982</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272377737646143</td></tr>
<tr><td colspan=3>gcor</td><td>0.0327168</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01777614653110504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04202321916818619</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1640</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.179886351943839</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>28.5795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.2901</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>270.2937</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292438.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1250.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>464.8533</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9355</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.9892</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4015.2256</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.1744</td></tr>
<tr><td colspan=3>tsnr</td><td>25.255513599142432</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>