<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-03/func/sub-0032_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>038a0bdcceebb18375227c863a2cd87d</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>13:56:54.945000</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_VE11C_LATEST_20160120</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.993457, -0.0786906, 0.0827763, 0.0841214, 0.994379, -0.0643015]</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.0899523</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>[4157, -7779, -7215, 597, -157, -180, -98, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f038fb0a-3b84-4731-a511-a0e56463bc13||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6653711795806885, 0.22569146752357483, 0.20857776701450348, 98.84369659423828], [0.21112120151519775, 2.6678452491760254, -0.19127874076366425, -106.16963958740234], [0.22208265960216522, 0.17251616716384888, 2.685127019882202, -79.83140563964844], [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': ['135654.945000', '135655.405000', '135655.865000', '135656.325000', '135656.785000', '135657.245000', '135657.705000', '135658.165000', '135658.625000', '135659.085000', '135659.545000', '135700.005000', '135700.465000', '135700.925000', '135701.385000', '135701.845000', '135702.305000', '135702.765000', '135703.225000', '135703.685000', '135704.145000', '135704.605000', '135705.065000', '135705.525000', '135705.985000', '135706.445000', '135706.905000', '135707.365000', '135707.825000', '135708.285000', '135708.745000', '135709.205000', '135709.665000', '135710.125000', '135710.585000', '135711.045000', '135711.505000', '135711.965000', '135712.425000', '135712.885000', '135713.345000', '135713.805000', '135714.265000', '135714.725000', '135715.185000', '135715.645000', '135716.105000', '135716.565000', '135717.025000', '135717.485000', '135717.945000', '135718.405000', '135718.865000', '135719.325000', '135719.785000', '135720.245000', '135720.705000', '135721.165000', '135721.625000', '135722.085000', '135722.545000', '135723.005000', '135723.465000', '135723.925000', '135724.385000', '135724.845000', '135725.305000', '135725.765000', '135726.225000', '135726.685000', '135727.145000', '135727.605000', '135728.065000', '135728.525000', '135728.985000', '135729.445000', '135729.905000', '135730.365000', '135730.825000', '135731.285000', '135731.745000', '135732.205000', '135732.665000', '135733.125000', '135733.585000', '135734.045000', '135734.505000', '135734.965000', '135735.425000', '135735.885000', '135736.345000', '135736.805000', '135737.265000', '135737.725000', '135738.185000', '135738.645000', '135739.105000', '135739.565000', '135740.025000', '135740.485000', '135740.945000', '135741.405000', '135741.865000', '135742.325000', '135742.785000', '135743.245000', '135743.705000', '135744.165000', '135744.625000', '135745.085000', '135745.545000', '135746.005000', '135746.465000', '135746.925000', '135747.385000', '135747.845000', '135748.305000', '135748.765000', '135749.225000', '135749.685000', '135750.145000', '135750.605000', '135751.065000', '135751.525000', '135751.985000', '135752.445000', '135752.905000', '135753.365000', '135753.825000', '135754.285000', '135754.745000', '135755.205000', '135755.665000', '135756.125000', '135756.585000', '135757.045000', '135757.505000', '135757.965000', '135758.425000', '135758.885000', '135759.345000', '135759.805000', '135800.265000', '135800.725000', '135801.185000', '135801.645000', '135802.105000', '135802.565000', '135803.025000', '135803.485000', '135803.945000', '135804.405000', '135804.865000', '135805.325000', '135805.785000', '135806.245000', '135806.705000', '135807.165000', '135807.625000', '135808.085000', '135808.545000', '135809.005000', '135809.465000', '135809.925000', '135810.385000', '135810.845000', '135811.305000', '135811.765000', '135812.225000', '135812.685000', '135813.145000', '135813.605000', '135814.065000', '135814.525000', '135814.985000', '135815.445000', '135815.905000', '135816.365000', '135816.825000', '135817.285000', '135817.745000', '135818.205000', '135818.665000', '135819.125000', '135819.585000', '135820.045000', '135820.505000', '135820.965000', '135821.425000', '135821.885000', '135822.345000', '135822.805000', '135823.265000', '135823.725000', '135824.185000', '135824.645000', '135825.105000', '135825.565000', '135826.025000', '135826.485000', '135826.945000', '135827.405000', '135827.865000', '135828.325000', '135828.785000', '135829.245000', '135829.705000', '135830.165000', '135830.625000', '135831.085000', '135831.545000', '135832.005000', '135832.465000', '135832.925000', '135833.385000', '135833.845000', '135834.305000', '135834.765000', '135835.225000', '135835.685000', '135836.145000', '135836.605000', '135837.065000', '135837.525000', '135837.985000', '135838.445000', '135838.905000', '135839.365000', '135839.825000', '135840.285000', '135840.745000', '135841.205000', '135841.665000', '135842.125000', '135842.585000', '135843.045000', '135843.505000', '135843.965000', '135844.425000', '135844.885000', '135845.345000', '135845.805000', '135846.265000', '135846.725000', '135847.185000', '135847.645000', '135848.105000', '135848.565000', '135849.025000', '135849.485000', '135849.945000', '135850.405000', '135850.865000', '135851.325000', '135851.785000', '135852.245000', '135852.705000', '135853.165000', '135853.625000', '135854.085000', '135854.545000', '135855.005000', '135855.465000', '135855.925000', '135856.385000', '135856.845000', '135857.305000', '135857.765000', '135858.225000', '135858.685000', '135859.145000', '135859.605000', '135900.065000', '135900.525000', '135900.985000', '135901.445000', '135901.905000', '135902.365000', '135902.825000', '135903.285000', '135903.745000', '135904.205000', '135904.665000', '135905.125000', '135905.585000', '135906.045000', '135906.505000', '135906.965000', '135907.425000', '135907.885000', '135908.345000', '135908.805000', '135909.265000', '135909.725000', '135910.185000', '135910.645000', '135911.105000', '135911.565000', '135912.025000', '135912.485000', '135912.945000', '135913.405000', '135913.865000', '135914.325000', '135914.785000', '135915.245000', '135915.705000', '135916.165000', '135916.625000', '135917.085000', '135917.545000', '135918.005000', '135918.465000', '135918.925000', '135919.385000', '135919.845000', '135920.305000', '135920.765000', '135921.225000', '135921.685000', '135922.145000', '135922.605000', '135923.065000', '135923.525000', '135923.985000', '135924.445000', '135924.905000', '135925.365000', '135925.825000', '135926.285000', '135926.745000', '135927.205000', '135927.665000', '135928.125000', '135928.585000', '135929.045000', '135929.505000', '135929.965000', '135930.425000', '135930.885000', '135931.345000', '135931.805000', '135932.265000', '135932.725000', '135933.185000', '135933.645000', '135934.105000', '135934.565000', '135935.025000', '135935.485000', '135935.945000', '135936.405000', '135936.865000', '135937.325000', '135937.785000', '135938.245000', '135938.705000', '135939.165000', '135939.625000', '135940.085000', '135940.545000', '135941.005000', '135941.465000', '135941.925000', '135942.385000', '135942.845000', '135943.305000', '135943.765000', '135944.225000', '135944.685000', '135945.145000', '135945.605000', '135946.065000', '135946.525000', '135946.985000', '135947.445000', '135947.905000', '135948.365000', '135948.825000', '135949.285000', '135949.745000', '135950.205000', '135950.665000', '135951.125000', '135951.585000', '135952.045000', '135952.505000', '135952.965000', '135953.425000', '135953.885000', '135954.345000', '135954.805000', '135955.265000', '135955.725000', '135956.185000', '135956.645000', '135957.105000', '135957.565000', '135958.025000', '135958.485000', '135958.945000', '135959.405000', '135959.865000', '140000.325000', '140000.785000', '140001.245000', '140001.705000', '140002.165000', '140002.625000', '140003.085000', '140003.545000', '140004.005000', '140004.465000', '140004.925000', '140005.385000', '140005.845000', '140006.305000', '140006.765000', '140007.225000', '140007.685000', '140008.145000', '140008.605000', '140009.065000', '140009.525000', '140009.985000', '140010.445000', '140010.905000', '140011.365000', '140011.825000', '140012.285000', '140012.745000', '140013.205000', '140013.665000', '140014.125000', '140014.585000', '140015.045000', '140015.505000', '140015.965000', '140016.425000', '140016.885000', '140017.345000', '140017.805000', '140018.265000', '140018.725000', '140019.185000', '140019.645000', '140020.105000', '140020.565000', '140021.025000', '140021.485000', '140021.945000', '140022.405000', '140022.865000', '140023.325000', '140023.785000', '140024.245000', '140024.705000', '140025.165000', '140025.625000', '140026.085000', '140026.545000', '140027.005000', '140027.465000', '140027.925000', '140028.385000', '140028.845000', '140029.305000', '140029.765000', '140030.225000', '140030.685000', '140031.145000', '140031.605000', '140032.065000', '140032.525000', '140032.985000', '140033.445000', '140033.905000', '140034.365000', '140034.825000', '140035.285000', '140035.745000', '140036.205000', '140036.665000', '140037.125000', '140037.585000', '140038.045000', '140038.505000', '140038.965000', '140039.425000', '140039.885000', '140040.345000', '140040.805000', '140041.265000', '140041.725000', '140042.185000', '140042.645000', '140043.105000', '140043.565000', '140044.025000', '140044.485000', '140044.945000', '140045.405000', '140045.865000', '140046.325000', '140046.785000', '140047.245000', '140047.705000', '140048.165000', '140048.625000', '140049.085000', '140049.545000', '140050.005000', '140050.465000', '140050.925000', '140051.385000', '140051.845000', '140052.305000', '140052.765000', '140053.225000', '140053.685000', '140054.145000', '140054.605000', '140055.065000', '140055.525000', '140055.985000', '140056.445000', '140056.905000', '140057.365000', '140057.825000', '140058.285000', '140058.745000', '140059.205000', '140059.665000', '140100.125000', '140100.585000', '140101.045000', '140101.505000', '140101.965000', '140102.425000', '140102.885000', '140103.345000', '140103.805000', '140104.265000', '140104.725000', '140105.185000', '140105.645000', '140106.105000', '140106.565000', '140107.025000', '140107.485000', '140107.945000', '140108.405000', '140108.865000', '140109.325000', '140109.785000', '140110.245000', '140110.705000', '140111.165000', '140111.625000', '140112.085000', '140112.545000', '140113.005000', '140113.465000', '140113.925000', '140114.385000', '140114.845000', '140115.305000', '140115.765000', '140116.225000', '140116.685000', '140117.145000', '140117.605000', '140118.065000', '140118.525000', '140118.985000', '140119.445000', '140119.905000', '140120.365000', '140120.825000', '140121.285000', '140121.745000', '140122.205000', '140122.665000', '140123.125000', '140123.585000', '140124.045000', '140124.505000', '140124.965000', '140125.425000', '140125.885000', '140126.345000', '140126.805000', '140127.265000', '140127.725000', '140128.185000', '140128.645000', '140129.105000', '140129.565000', '140130.025000', '140130.485000', '140130.945000', '140131.405000', '140131.865000', '140132.325000', '140132.785000', '140133.245000', '140133.705000', '140134.165000', '140134.625000', '140135.085000', '140135.545000', '140136.005000', '140136.465000', '140136.925000', '140137.385000', '140137.845000', '140138.305000', '140138.765000', '140139.225000', '140139.685000', '140140.145000', '140140.605000', '140141.065000', '140141.525000', '140141.985000', '140142.445000', '140142.905000', '140143.365000', '140143.825000', '140144.285000', '140144.745000', '140145.205000', '140145.665000', '140146.125000', '140146.585000', '140147.045000', '140147.505000', '140147.965000', '140148.425000', '140148.885000', '140149.345000', '140149.805000', '140150.265000', '140150.725000', '140151.185000', '140151.645000', '140152.105000', '140152.565000', '140153.025000', '140153.485000', '140153.945000', '140154.405000', '140154.865000', '140155.325000', '140155.785000', '140156.245000', '140156.705000', '140157.165000', '140157.625000', '140158.085000', '140158.545000', '140159.005000', '140159.465000', '140159.925000', '140200.385000', '140200.845000', '140201.305000', '140201.765000', '140202.225000', '140202.685000', '140203.145000', '140203.605000', '140204.065000', '140204.525000', '140204.985000', '140205.445000', '140205.905000', '140206.365000', '140206.825000', '140207.285000', '140207.745000', '140208.205000', '140208.665000', '140209.125000', '140209.585000', '140210.045000', '140210.505000', '140210.965000', '140211.425000', '140211.885000', '140212.345000', '140212.805000', '140213.265000', '140213.725000', '140214.185000', '140214.645000', '140215.105000', '140215.565000', '140216.025000', '140216.485000', '140216.945000', '140217.405000', '140217.865000', '140218.325000', '140218.785000', '140219.245000', '140219.705000', '140220.165000', '140220.625000', '140221.085000', '140221.545000', '140222.005000', '140222.465000', '140222.925000', '140223.385000', '140223.845000', '140224.305000', '140224.765000', '140225.225000', '140225.685000', '140226.145000', '140226.605000', '140227.065000', '140227.525000', '140227.985000', '140228.445000', '140228.905000', '140229.365000', '140229.825000', '140230.285000', '140230.745000', '140231.205000', '140231.665000', '140232.125000', '140232.585000', '140233.045000', '140233.505000', '140233.965000', '140234.425000', '140234.885000', '140235.345000', '140235.805000', '140236.265000', '140236.725000', '140237.185000', '140237.645000', '140238.105000', '140238.565000', '140239.025000', '140239.485000', '140239.945000', '140240.405000', '140240.865000', '140241.325000', '140241.785000', '140242.245000', '140242.705000', '140243.165000', '140243.625000', '140244.085000', '140244.545000', '140245.005000', '140245.465000', '140245.925000', '140246.385000', '140246.845000', '140247.305000', '140247.765000', '140248.225000', '140248.685000', '140249.145000', '140249.605000', '140250.065000', '140250.525000', '140250.985000', '140251.445000', '140251.905000', '140252.365000', '140252.825000', '140253.285000', '140253.745000', '140254.205000', '140254.665000', '140255.125000', '140255.585000', '140256.045000', '140256.505000', '140256.965000', '140257.425000', '140257.885000', '140258.345000', '140258.805000', '140259.265000', '140259.725000', '140300.185000', '140300.645000', '140301.105000', '140301.565000', '140302.025000', '140302.485000', '140302.945000', '140303.405000', '140303.865000', '140304.325000', '140304.785000', '140305.245000', '140305.705000', '140306.165000', '140306.625000', '140307.085000', '140307.545000', '140308.005000', '140308.465000', '140308.925000', '140309.385000', '140309.845000', '140310.305000', '140310.765000', '140311.225000', '140311.685000', '140312.145000', '140312.605000', '140313.065000', '140313.525000', '140313.985000', '140314.445000', '140314.905000', '140315.365000', '140315.825000', '140316.285000', '140316.745000', '140317.205000', '140317.665000', '140318.125000', '140318.585000', '140319.045000', '140319.505000', '140319.965000', '140320.425000', '140320.885000', '140321.345000', '140321.805000', '140322.265000', '140322.725000', '140323.185000', '140323.645000', '140324.105000', '140324.565000', '140325.025000', '140325.485000', '140325.945000', '140326.405000', '140326.865000', '140327.325000', '140327.785000', '140328.245000', '140328.705000', '140329.165000', '140329.625000', '140330.085000', '140330.545000', '140331.005000', '140331.465000', '140331.925000', '140332.385000', '140332.845000', '140333.305000', '140333.765000', '140334.225000', '140334.685000', '140335.145000', '140335.605000', '140336.065000', '140336.525000', '140336.985000', '140337.445000', '140337.905000', '140338.365000', '140338.825000', '140339.285000', '140339.745000', '140340.205000', '140340.665000', '140341.125000', '140341.585000', '140342.045000', '140342.505000', '140342.965000', '140343.425000', '140343.885000', '140344.345000', '140344.805000', '140345.265000', '140345.725000', '140346.185000', '140346.645000', '140347.105000', '140347.565000', '140348.025000', '140348.485000', '140348.945000', '140349.405000', '140349.865000', '140350.325000', '140350.785000', '140351.245000', '140351.705000', '140352.165000', '140352.625000', '140353.085000', '140353.545000', '140354.005000', '140354.465000', '140354.925000', '140355.385000', '140355.845000', '140356.305000', '140356.765000', '140357.225000', '140357.685000', '140358.145000', '140358.605000', '140359.065000', '140359.525000', '140359.985000', '140400.445000', '140400.905000', '140401.365000', '140401.825000', '140402.285000', '140402.745000', '140403.205000', '140403.665000', '140404.125000', '140404.585000', '140405.045000', '140405.505000', '140405.965000', '140406.425000', '140406.885000', '140407.345000', '140407.805000', '140408.265000', '140408.725000', '140409.185000', '140409.645000', '140410.105000', '140410.565000', '140411.025000', '140411.485000', '140411.945000', '140412.405000', '140412.865000', '140413.325000', '140413.785000', '140414.245000', '140414.705000', '140415.165000', '140415.625000', '140416.085000', '140416.545000', '140417.005000', '140417.465000', '140417.925000', '140418.385000', '140418.845000', '140419.305000', '140419.765000', '140420.225000', '140420.685000', '140421.145000', '140421.605000', '140422.065000', '140422.525000', '140422.985000', '140423.445000', '140423.905000', '140424.365000', '140424.825000', '140425.285000', '140425.745000', '140426.205000', '140426.665000', '140427.125000', '140427.585000', '140428.045000', '140428.505000', '140428.965000', '140429.425000', '140429.885000', '140430.345000', '140430.805000', '140431.265000', '140431.725000', '140432.185000', '140432.645000', '140433.105000', '140433.565000', '140434.025000', '140434.485000', '140434.945000', '140435.405000', '140435.865000', '140436.325000', '140436.785000', '140437.245000', '140437.705000', '140438.165000', '140438.625000', '140439.085000', '140439.545000', '140440.005000', '140440.465000', '140440.925000', '140441.385000', '140441.845000', '140442.305000', '140442.765000', '140443.225000', '140443.685000', '140444.145000', '140444.605000', '140445.065000', '140445.525000', '140445.985000', '140446.445000', '140446.905000', '140447.365000', '140447.825000', '140448.285000', '140448.745000', '140449.205000', '140449.665000', '140450.125000', '140450.585000', '140451.045000', '140451.505000', '140451.965000', '140452.425000', '140452.885000', '140453.345000', '140453.805000', '140454.265000', '140454.725000', '140455.185000', '140455.645000', '140456.105000', '140456.565000', '140457.025000', '140457.485000', '140457.945000', '140458.405000', '140458.865000', '140459.325000', '140459.785000', '140500.245000', '140500.705000', '140501.165000', '140501.625000', '140502.085000', '140502.545000', '140503.005000', '140503.465000', '140503.925000', '140504.385000', '140504.845000', '140505.305000', '140505.765000', '140506.225000', '140506.685000', '140507.145000', '140507.605000', '140508.065000', '140508.525000', '140508.985000', '140509.445000', '140509.905000', '140510.365000', '140510.825000', '140511.285000', '140511.745000', '140512.205000', '140512.665000', '140513.125000', '140513.585000', '140514.045000', '140514.505000', '140514.965000', '140515.425000', '140515.885000', '140516.345000', '140516.805000', '140517.265000', '140517.725000', '140518.185000', '140518.645000', '140519.105000', '140519.565000', '140520.025000', '140520.485000', '140520.945000', '140521.405000', '140521.865000', '140522.325000', '140522.785000', '140523.245000', '140523.705000', '140524.165000', '140524.625000', '140525.085000', '140525.545000', '140526.005000', '140526.465000', '140526.925000', '140527.385000', '140527.845000', '140528.305000', '140528.765000', '140529.225000', '140529.685000', '140530.145000', '140530.605000', '140531.065000', '140531.525000', '140531.985000', '140532.445000', '140532.905000', '140533.365000', '140533.825000', '140534.285000', '140534.745000', '140535.205000', '140535.665000', '140536.125000', '140536.585000', '140537.045000', '140537.505000', '140537.965000', '140538.425000', '140538.885000', '140539.345000', '140539.805000', '140540.265000', '140540.725000', '140541.185000', '140541.645000', '140542.105000', '140542.565000', '140543.025000', '140543.485000', '140543.945000', '140544.405000', '140544.865000', '140545.325000', '140545.785000', '140546.245000', '140546.705000', '140547.165000', '140547.625000', '140548.085000', '140548.545000', '140549.005000', '140549.465000', '140549.925000', '140550.385000', '140550.845000', '140551.305000', '140551.765000', '140552.225000', '140552.685000', '140553.145000', '140553.605000', '140554.065000', '140554.525000', '140554.985000', '140555.445000', '140555.905000', '140556.365000', '140556.825000', '140557.285000', '140557.745000', '140558.205000', '140558.665000', '140559.125000', '140559.585000', '140600.045000', '140600.505000', '140600.965000', '140601.425000', '140601.885000', '140602.345000', '140602.805000', '140603.265000', '140603.725000', '140604.185000', '140604.645000', '140605.105000', '140605.565000', '140606.025000', '140606.485000', '140606.945000', '140607.405000', '140607.865000', '140608.325000', '140608.785000', '140609.245000', '140609.705000', '140610.165000', '140610.625000', '140611.085000', '140611.545000', '140612.005000', '140612.465000', '140612.925000', '140613.385000', '140613.845000', '140614.305000', '140614.765000', '140615.225000', '140615.685000', '140616.145000', '140616.605000', '140617.065000', '140617.525000', '140617.985000', '140618.445000', '140618.905000', '140619.365000', '140619.825000', '140620.285000', '140620.745000', '140621.205000', '140621.665000', '140622.125000', '140622.585000', '140623.045000', '140623.505000', '140623.965000', '140624.425000', '140624.885000', '140625.345000', '140625.805000', '140626.265000', '140626.725000', '140627.185000', '140627.645000', '140628.105000', '140628.565000', '140629.025000', '140629.485000', '140629.945000', '140630.405000', '140630.865000', '140631.325000', '140631.785000', '140632.245000', '140632.705000', '140633.165000', '140633.625000', '140634.085000', '140634.545000', '140635.005000', '140635.465000', '140635.925000', '140636.385000', '140636.845000', '140637.305000', '140637.765000', '140638.225000', '140638.685000', '140639.145000', '140639.605000', '140640.065000', '140640.525000', '140640.985000', '140641.445000', '140641.905000', '140642.365000', '140642.825000', '140643.285000', '140643.745000', '140644.205000', '140644.665000', '140645.125000', '140645.585000', '140646.045000', '140646.505000', '140646.965000', '140647.425000', '140647.885000', '140648.345000', '140648.805000', '140649.265000', '140649.725000', '140650.185000', '140650.645000', '140651.105000', '140651.565000', '140652.025000', '140652.485000', '140652.945000', '140653.405000', '140653.865000', '140654.325000', '140654.785000', '140655.245000', '140655.705000', '140656.165000', '140656.625000', '140657.085000', '140657.545000', '140658.005000', '140658.465000', '140658.925000', '140659.385000', '140659.845000', '140700.305000', '140700.765000', '140701.225000', '140701.685000', '140702.145000', '140702.605000', '140703.065000', '140703.525000', '140703.985000', '140704.445000', '140704.905000', '140705.365000', '140705.825000', '140706.285000', '140706.745000', '140707.205000', '140707.665000', '140708.125000', '140708.585000', '140709.045000', '140709.505000', '140709.965000', '140710.425000', '140710.885000', '140711.345000', '140711.805000', '140712.265000', '140712.725000', '140713.185000', '140713.645000', '140714.105000', '140714.565000', '140715.025000', '140715.485000', '140715.945000', '140716.405000', '140716.865000', '140717.325000', '140717.785000', '140718.245000', '140718.705000', '140719.165000', '140719.625000', '140720.085000', '140720.545000', '140721.005000', '140721.465000', '140721.925000', '140722.385000', '140722.845000', '140723.305000', '140723.765000', '140724.225000', '140724.685000', '140725.145000', '140725.605000', '140726.065000', '140726.525000', '140726.985000', '140727.445000', '140727.905000', '140728.365000', '140728.825000', '140729.285000', '140729.745000', '140730.205000', '140730.665000', '140731.125000', '140731.585000', '140732.045000', '140732.505000', '140732.965000', '140733.425000', '140733.885000', '140734.345000', '140734.805000', '140735.265000', '140735.725000', '140736.185000', '140736.645000', '140737.105000', '140737.565000', '140738.025000', '140738.485000', '140738.945000', '140739.405000', '140739.865000', '140740.325000', '140740.785000', '140741.245000', '140741.705000', '140742.165000', '140742.625000', '140743.085000', '140743.545000', '140744.005000', '140744.465000', '140744.925000', '140745.385000', '140745.845000', '140746.305000', '140746.765000', '140747.225000', '140747.685000', '140748.145000', '140748.605000', '140749.065000', '140749.525000', '140749.985000', '140750.445000', '140750.905000', '140751.365000', '140751.825000', '140752.285000', '140752.745000', '140753.205000', '140753.665000', '140754.125000', '140754.585000', '140755.045000', '140755.505000', '140755.965000', '140756.425000', '140756.885000', '140757.345000', '140757.805000', '140758.265000', '140758.725000', '140759.185000', '140759.645000', '140800.105000', '140800.565000', '140801.025000', '140801.485000', '140801.945000', '140802.405000', '140802.865000', '140803.325000', '140803.785000', '140804.245000', '140804.705000', '140805.165000', '140805.625000', '140806.085000', '140806.545000', '140807.005000', '140807.465000', '140807.925000', '140808.385000', '140808.845000', '140809.305000', '140809.765000', '140810.225000', '140810.685000', '140811.145000', '140811.605000', '140812.065000', '140812.525000', '140812.985000', '140813.445000', '140813.905000', '140814.365000', '140814.825000', '140815.285000', '140815.745000', '140816.205000', '140816.665000', '140817.125000', '140817.585000', '140818.045000', '140818.505000', '140818.965000', '140819.425000', '140819.885000', '140820.345000', '140820.805000', '140821.265000', '140821.725000', '140822.185000', '140822.645000', '140823.105000', '140823.565000', '140824.025000', '140824.485000', '140824.945000', '140825.405000', '140825.865000', '140826.325000', '140826.785000', '140827.245000', '140827.705000', '140828.165000', '140828.625000', '140829.085000', '140829.545000', '140830.005000', '140830.465000', '140830.925000', '140831.385000', '140831.845000', '140832.305000', '140832.765000', '140833.225000', '140833.685000', '140834.145000', '140834.605000', '140835.065000', '140835.525000', '140835.985000', '140836.445000', '140836.905000', '140837.365000', '140837.825000', '140838.285000', '140838.745000', '140839.205000', '140839.665000', '140840.125000', '140840.585000', '140841.045000', '140841.505000', '140841.965000', '140842.425000', '140842.885000', '140843.345000', '140843.805000', '140844.265000', '140844.725000', '140845.185000', '140845.645000', '140846.105000', '140846.565000', '140847.025000', '140847.485000', '140847.945000', '140848.405000', '140848.865000', '140849.325000', '140849.785000', '140850.245000', '140850.705000', '140851.165000', '140851.625000', '140852.085000', '140852.545000', '140853.005000', '140853.465000', '140853.925000', '140854.385000', '140854.845000', '140855.305000', '140855.765000', '140856.225000', '140856.685000', '140857.145000', '140857.605000', '140858.065000', '140858.525000', '140858.985000', '140859.445000', '140859.905000', '140900.365000', '140900.825000', '140901.285000', '140901.745000', '140902.205000', '140902.665000', '140903.125000', '140903.585000', '140904.045000', '140904.505000', '140904.965000', '140905.425000', '140905.885000', '140906.345000', '140906.805000', '140907.265000', '140907.725000', '140908.185000', '140908.645000', '140909.105000', '140909.565000', '140910.025000', '140910.485000', '140910.945000', '140911.405000', '140911.865000', '140912.325000', '140912.785000', '140913.245000', '140913.705000', '140914.165000', '140914.625000', '140915.085000', '140915.545000', '140916.005000', '140916.465000', '140916.925000', '140917.385000', '140917.845000', '140918.305000', '140918.765000', '140919.225000', '140919.685000', '140920.145000', '140920.605000', '140921.065000', '140921.525000', '140921.985000', '140922.445000', '140922.905000', '140923.365000', '140923.825000', '140924.285000', '140924.745000', '140925.205000', '140925.665000', '140926.125000', '140926.585000', '140927.045000', '140927.505000', '140927.965000', '140928.425000', '140928.885000'], 'ContentTime': ['135705.853000', '135705.857000', '135705.860000', '135705.863000', '135705.866000', '135705.868000', '135705.871000', '135705.874000', '135705.877000', '135705.880000', '135705.883000', '135705.892000', '135705.895000', '135705.898000', '135705.909000', '135705.912000', '135705.915000', '135705.918000', '135705.921000', '135705.923000', '135705.926000', '135705.929000', '135725.815000', '135725.818000', '135725.821000', '135725.829000', '135725.832000', '135725.834000', '135725.837000', '135725.840000', '135725.843000', '135725.846000', '135725.849000', '135725.851000', '135725.854000', '135725.857000', '135725.860000', '135725.863000', '135725.866000', '135725.869000', '135725.871000', '135725.874000', '135725.877000', '135725.880000', '135725.883000', '135725.886000', '135725.889000', '135725.891000', '135725.894000', '135725.897000', '135725.900000', '135725.903000', '135725.913000', '135725.916000', '135725.919000', '135725.922000', '135725.925000', '135725.928000', '135725.931000', '135725.934000', '135725.936000', '135725.939000', '135725.942000', '135725.945000', '135725.948000', '135725.951000', '135745.815000', '135745.818000', '135745.821000', '135745.824000', '135745.827000', '135745.830000', '135745.832000', '135745.835000', '135745.838000', '135745.841000', '135745.844000', '135745.847000', '135745.850000', '135745.853000', '135745.856000', '135745.859000', '135745.862000', '135745.865000', '135745.867000', '135745.870000', '135745.873000', '135745.876000', '135745.883000', '135745.886000', '135745.889000', '135745.891000', '135745.894000', '135745.897000', '135745.900000', '135745.903000', '135745.906000', '135745.908000', '135745.911000', '135745.914000', '135745.917000', '135745.920000', '135745.923000', '135745.926000', '135745.929000', '135745.931000', '135745.934000', '135745.937000', '135745.940000', '135805.814000', '135805.817000', '135805.820000', '135805.823000', '135805.826000', '135805.828000', '135805.831000', '135805.834000', '135805.837000', '135805.840000', '135805.843000', '135805.846000', '135805.849000', '135805.852000', '135805.854000', '135805.857000', '135805.860000', '135805.863000', '135805.866000', '135805.869000', '135805.872000', '135805.875000', '135805.878000', '135805.880000', '135805.883000', '135805.886000', '135805.889000', '135805.892000', '135805.895000', '135805.898000', '135805.900000', '135805.904000', '135805.906000', '135805.909000', '135805.912000', '135805.915000', '135805.918000', '135805.921000', '135805.924000', '135805.927000', '135805.930000', '135805.933000', '135805.936000', '135805.939000', '135825.814000', '135825.817000', '135825.834000', '135825.836000', '135825.839000', '135825.842000', '135825.845000', '135825.848000', '135825.851000', '135825.854000', '135825.857000', '135825.860000', '135825.863000', '135825.866000', '135825.869000', '135825.872000', '135825.875000', '135825.889000', '135825.892000', '135825.895000', '135825.898000', '135825.900000', '135825.903000', '135825.906000', '135825.909000', '135825.912000', '135825.915000', '135825.918000', '135825.921000', '135825.923000', '135825.926000', '135825.929000', '135825.932000', '135825.935000', '135825.938000', '135825.941000', '135825.944000', '135825.946000', '135825.949000', '135825.952000', '135825.955000', '135825.958000', '135825.961000', '135845.815000', '135845.818000', '135845.821000', '135845.824000', '135845.827000', '135845.829000', '135845.832000', '135845.835000', '135845.838000', '135845.841000', '135845.844000', '135845.847000', '135845.850000', '135845.852000', '135845.855000', '135845.858000', '135845.861000', '135845.864000', '135845.867000', '135845.870000', '135845.873000', '135845.876000', '135845.879000', '135845.881000', '135845.884000', '135845.887000', '135845.890000', '135845.893000', '135845.896000', '135845.898000', '135845.901000', '135845.904000', '135845.907000', '135845.910000', '135845.913000', '135845.916000', '135845.919000', '135845.922000', '135845.925000', '135845.927000', '135845.930000', '135845.933000', '135845.936000', '135845.939000', '135905.815000', '135905.818000', '135905.821000', '135905.824000', '135905.827000', '135905.830000', '135905.832000', '135905.835000', '135905.838000', '135905.841000', '135905.844000', '135905.847000', '135905.850000', '135905.852000', '135905.855000', '135905.858000', '135905.861000', '135905.864000', '135905.867000', '135905.870000', '135905.873000', '135905.876000', '135905.879000', '135905.882000', '135905.885000', '135905.888000', '135905.891000', '135905.894000', '135905.896000', '135905.899000', '135905.902000', '135905.914000', '135905.917000', '135905.919000', '135905.922000', '135905.925000', '135905.928000', '135905.931000', '135905.934000', '135905.937000', '135905.939000', '135905.942000', '135905.945000', '135925.815000', '135925.818000', '135925.821000', '135925.824000', '135925.827000', '135925.830000', '135925.832000', '135925.835000', '135925.838000', '135925.841000', '135925.844000', '135925.847000', '135925.850000', '135925.853000', '135925.856000', '135925.858000', '135925.861000', '135925.864000', '135925.867000', '135925.870000', '135925.873000', '135925.876000', '135925.878000', '135925.881000', '135925.884000', '135925.887000', '135925.890000', '135925.893000', '135925.896000', '135925.899000', '135925.901000', '135925.904000', '135925.907000', '135925.910000', '135925.913000', '135925.916000', '135925.919000', '135925.922000', '135925.925000', '135925.927000', '135925.930000', '135925.933000', '135925.936000', '135925.939000', '135945.815000', '135945.818000', '135945.821000', '135945.824000', '135945.827000', '135945.830000', '135945.832000', '135945.836000', '135945.840000', '135945.843000', '135945.845000', '135945.848000', '135945.851000', '135945.854000', '135945.857000', '135945.860000', '135945.863000', '135945.866000', '135945.869000', '135945.872000', '135945.875000', '135945.877000', '135945.880000', '135945.883000', '135945.886000', '135945.889000', '135945.895000', '135945.898000', '135945.901000', '135945.904000', '135945.906000', '135945.909000', '135945.912000', '135945.915000', '135945.918000', '135945.921000', '135945.924000', '135945.927000', '135945.930000', '135945.933000', '135945.935000', '135945.955000', '135945.958000', '140005.815000', '140005.818000', '140005.821000', '140005.824000', '140005.827000', '140005.830000', '140005.832000', '140005.835000', '140005.838000', '140005.841000', '140005.844000', '140005.847000', '140005.850000', '140005.853000', '140005.856000', '140005.858000', '140005.861000', '140005.864000', '140005.867000', '140005.870000', '140005.873000', '140005.876000', '140005.879000', '140005.881000', '140005.884000', '140005.887000', '140005.890000', '140005.893000', '140005.896000', '140005.899000', '140005.902000', '140005.905000', '140005.908000', '140005.911000', '140005.913000', '140005.916000', '140005.919000', '140005.922000', '140005.925000', '140005.928000', '140005.931000', '140005.934000', '140005.936000', '140005.939000', '140025.814000', '140025.817000', '140025.820000', '140025.823000', '140025.826000', '140025.829000', '140025.832000', '140025.835000', '140025.842000', '140025.845000', '140025.848000', '140025.851000', '140025.854000', '140025.857000', '140025.860000', '140025.863000', '140025.866000', '140025.868000', '140025.871000', '140025.874000', '140025.877000', '140025.880000', '140025.883000', '140025.886000', '140025.889000', '140025.892000', '140025.895000', '140025.898000', '140025.900000', '140025.903000', '140025.906000', '140025.909000', '140025.912000', '140025.915000', '140025.918000', '140025.921000', '140025.923000', '140025.926000', '140025.930000', '140025.933000', '140025.935000', '140025.938000', '140025.941000', '140045.814000', '140045.817000', '140045.820000', '140045.823000', '140045.826000', '140045.829000', '140045.832000', '140045.835000', '140045.837000', '140045.840000', '140045.843000', '140045.846000', '140045.849000', '140045.852000', '140045.855000', '140045.858000', '140045.860000', '140045.863000', '140045.866000', '140045.869000', '140045.872000', '140045.875000', '140045.878000', '140045.881000', '140045.884000', '140045.886000', '140045.889000', '140045.892000', '140045.895000', '140045.898000', '140045.901000', '140045.904000', '140045.907000', '140045.909000', '140045.912000', '140045.915000', '140045.918000', '140045.921000', '140045.924000', '140045.927000', '140045.930000', '140045.933000', '140045.935000', '140045.938000', '140105.815000', '140105.818000', '140105.821000', '140105.824000', '140105.827000', '140105.830000', '140105.833000', '140105.835000', '140105.838000', '140105.841000', '140105.844000', '140105.847000', '140105.850000', '140105.853000', '140105.856000', '140105.859000', '140105.862000', '140105.865000', '140105.868000', '140105.870000', '140105.879000', '140105.882000', '140105.885000', '140105.888000', '140105.891000', '140105.894000', '140105.896000', '140105.899000', '140105.902000', '140105.905000', '140105.908000', '140105.911000', '140105.914000', '140105.917000', '140105.920000', '140105.922000', '140105.925000', '140105.928000', '140105.931000', '140105.934000', '140105.937000', '140105.940000', '140105.943000', '140125.815000', '140125.818000', '140125.821000', '140125.824000', '140125.827000', '140125.830000', '140125.833000', '140125.836000', '140125.839000', '140125.842000', '140125.846000', '140125.848000', '140125.851000', '140125.854000', '140125.857000', '140125.860000', '140125.863000', '140125.866000', '140125.869000', '140125.871000', '140125.874000', '140125.877000', '140125.880000', '140125.895000', '140125.898000', '140125.901000', '140125.904000', '140125.907000', '140125.909000', '140125.912000', '140125.915000', '140125.918000', '140125.921000', '140125.924000', '140125.927000', '140125.930000', '140125.932000', '140125.935000', '140125.938000', '140125.941000', '140125.944000', '140125.947000', '140125.950000', '140125.952000', '140145.815000', '140145.818000', '140145.821000', '140145.824000', '140145.827000', '140145.830000', '140145.832000', '140145.835000', '140145.838000', '140145.841000', '140145.844000', '140145.847000', '140145.850000', '140145.853000', '140145.856000', '140145.858000', '140145.861000', '140145.864000', '140145.867000', '140145.870000', '140145.873000', '140145.876000', '140145.879000', '140145.881000', '140145.884000', '140145.887000', '140145.890000', '140145.893000', '140145.896000', '140145.899000', '140145.902000', '140145.905000', '140145.908000', '140145.910000', '140145.913000', '140145.916000', '140145.919000', '140145.922000', '140145.925000', '140145.928000', '140145.931000', '140145.934000', '140145.936000', '140205.815000', '140205.818000', '140205.821000', '140205.824000', '140205.827000', '140205.830000', '140205.833000', '140205.836000', '140205.839000', '140205.842000', '140205.844000', '140205.847000', '140205.850000', '140205.853000', '140205.856000', '140205.859000', '140205.862000', '140205.865000', '140205.867000', '140205.870000', '140205.873000', '140205.876000', '140205.879000', '140205.882000', '140205.885000', '140205.888000', '140205.891000', '140205.893000', '140205.896000', '140205.899000', '140205.902000', '140205.905000', '140205.908000', '140205.911000', '140205.914000', '140205.917000', '140205.920000', '140205.923000', '140205.925000', '140205.928000', '140205.931000', '140205.934000', '140205.937000', '140205.940000', '140225.815000', '140225.818000', '140225.821000', '140225.824000', '140225.827000', '140225.830000', '140225.833000', '140225.836000', '140225.839000', '140225.841000', '140225.844000', '140225.847000', '140225.850000', '140225.853000', '140225.856000', '140225.859000', '140225.862000', '140225.864000', '140225.867000', '140225.870000', '140225.873000', '140225.876000', '140225.879000', '140225.882000', '140225.885000', '140225.888000', '140225.890000', '140225.893000', '140225.896000', '140225.899000', '140225.902000', '140225.905000', '140225.908000', '140225.911000', '140225.915000', '140225.918000', '140225.921000', '140225.924000', '140225.927000', '140225.930000', '140225.933000', '140225.936000', '140225.939000', '140245.814000', '140245.817000', '140245.820000', '140245.823000', '140245.826000', '140245.829000', '140245.832000', '140245.834000', '140245.837000', '140245.840000', '140245.845000', '140245.848000', '140245.851000', '140245.854000', '140245.857000', '140245.859000', '140245.862000', '140245.865000', '140245.868000', '140245.871000', '140245.874000', '140245.877000', '140245.880000', '140245.883000', '140245.886000', '140245.898000', '140245.901000', '140245.904000', '140245.907000', '140245.910000', '140245.913000', '140245.916000', '140245.919000', '140245.922000', '140245.924000', '140245.927000', '140245.930000', '140245.933000', '140245.936000', '140245.939000', '140245.942000', '140245.945000', '140245.948000', '140245.950000', '140305.814000', '140305.817000', '140305.820000', '140305.823000', '140305.826000', '140305.829000', '140305.832000', '140305.835000', '140305.838000', '140305.840000', '140305.843000', '140305.846000', '140305.849000', '140305.852000', '140305.855000', '140305.858000', '140305.861000', '140305.864000', '140305.867000', '140305.869000', '140305.872000', '140305.875000', '140305.878000', '140305.881000', '140305.884000', '140305.887000', '140305.898000', '140305.901000', '140305.903000', '140305.906000', '140305.909000', '140305.912000', '140305.915000', '140305.918000', '140305.921000', '140305.924000', '140305.927000', '140305.929000', '140305.932000', '140305.935000', '140305.938000', '140305.941000', '140305.944000', '140325.815000', '140325.818000', '140325.821000', '140325.824000', '140325.827000', '140325.830000', '140325.832000', '140325.835000', '140325.838000', '140325.841000', '140325.844000', '140325.847000', '140325.850000', '140325.853000', '140325.856000', '140325.859000', '140325.862000', '140325.864000', '140325.867000', '140325.870000', '140325.873000', '140325.876000', '140325.879000', '140325.882000', '140325.885000', '140325.888000', '140325.890000', '140325.893000', '140325.896000', '140325.899000', '140325.902000', '140325.905000', '140325.908000', '140325.911000', '140325.913000', '140325.916000', '140325.919000', '140325.922000', '140325.925000', '140325.928000', '140325.931000', '140325.934000', '140325.936000', '140325.939000', '140345.815000', '140345.818000', '140345.821000', '140345.824000', '140345.827000', '140345.830000', '140345.833000', '140345.836000', '140345.838000', '140345.841000', '140345.844000', '140345.847000', '140345.850000', '140345.853000', '140345.856000', '140345.859000', '140345.862000', '140345.865000', '140345.867000', '140345.870000', '140345.873000', '140345.876000', '140345.879000', '140345.882000', '140345.885000', '140345.893000', '140345.896000', '140345.899000', '140345.902000', '140345.905000', '140345.908000', '140345.911000', '140345.913000', '140345.916000', '140345.919000', '140345.922000', '140345.925000', '140345.928000', '140345.931000', '140345.934000', '140345.937000', '140345.939000', '140345.942000', '140405.815000', '140405.818000', '140405.821000', '140405.824000', '140405.827000', '140405.830000', '140405.833000', '140405.835000', '140405.838000', '140405.841000', '140405.844000', '140405.847000', '140405.850000', '140405.853000', '140405.856000', '140405.858000', '140405.861000', '140405.864000', '140405.867000', '140405.870000', '140405.873000', '140405.876000', '140405.879000', '140405.882000', '140405.885000', '140405.887000', '140405.890000', '140405.893000', '140405.896000', '140405.899000', '140405.902000', '140405.905000', '140405.907000', '140405.910000', '140405.913000', '140405.917000', '140405.920000', '140405.923000', '140405.926000', '140405.929000', '140405.932000', '140405.935000', '140405.938000', '140405.941000', '140425.829000', '140425.832000', '140425.835000', '140425.838000', '140425.841000', '140425.844000', '140425.846000', '140425.849000', '140425.852000', '140425.855000', '140425.858000', '140425.861000', '140425.864000', '140425.867000', '140425.870000', '140425.873000', '140425.876000', '140425.879000', '140425.881000', '140425.884000', '140425.896000', '140425.899000', '140425.902000', '140425.905000', '140425.908000', '140425.911000', '140425.914000', '140425.916000', '140425.919000', '140425.922000', '140425.925000', '140425.928000', '140425.931000', '140425.934000', '140425.937000', '140425.940000', '140425.943000', '140425.945000', '140425.948000', '140425.951000', '140425.954000', '140425.957000', '140425.960000', '140445.814000', '140445.817000', '140445.821000', '140445.824000', '140445.827000', '140445.830000', '140445.833000', '140445.836000', '140445.839000', '140445.842000', '140445.845000', '140445.848000', '140445.851000', '140445.854000', '140445.857000', '140445.860000', '140445.862000', '140445.865000', '140445.868000', '140445.871000', '140445.874000', '140445.877000', '140445.880000', '140445.883000', '140445.886000', '140445.889000', '140445.891000', '140445.894000', '140445.897000', '140445.900000', '140445.903000', '140445.906000', '140445.909000', '140445.912000', '140445.915000', '140445.918000', '140445.920000', '140445.923000', '140445.926000', '140445.929000', '140445.932000', '140445.935000', '140445.938000', '140505.814000', '140505.817000', '140505.820000', '140505.823000', '140505.826000', '140505.829000', '140505.832000', '140505.834000', '140505.837000', '140505.840000', '140505.843000', '140505.846000', '140505.849000', '140505.852000', '140505.855000', '140505.863000', '140505.866000', '140505.869000', '140505.871000', '140505.874000', '140505.877000', '140505.880000', '140505.883000', '140505.886000', '140505.889000', '140505.892000', '140505.894000', '140505.897000', '140505.900000', '140505.903000', '140505.906000', '140505.909000', '140505.912000', '140505.915000', '140505.917000', '140505.920000', '140505.923000', '140505.926000', '140505.929000', '140505.932000', '140505.935000', '140505.938000', '140505.941000', '140505.943000', '140525.814000', '140525.817000', '140525.820000', '140525.823000', '140525.826000', '140525.831000', '140525.834000', '140525.837000', '140525.840000', '140525.843000', '140525.846000', '140525.848000', '140525.851000', '140525.854000', '140525.857000', '140525.860000', '140525.863000', '140525.866000', '140525.869000', '140525.872000', '140525.875000', '140525.877000', '140525.880000', '140525.883000', '140525.886000', '140525.889000', '140525.892000', '140525.895000', '140525.898000', '140525.901000', '140525.903000', '140525.906000', '140525.909000', '140525.912000', '140525.915000', '140525.918000', '140525.921000', '140525.924000', '140525.927000', '140525.929000', '140525.932000', '140525.935000', '140525.938000', '140545.815000', '140545.818000', '140545.821000', '140545.824000', '140545.827000', '140545.830000', '140545.833000', '140545.836000', '140545.839000', '140545.841000', '140545.844000', '140545.847000', '140545.850000', '140545.853000', '140545.856000', '140545.859000', '140545.862000', '140545.865000', '140545.868000', '140545.871000', '140545.873000', '140545.876000', '140545.879000', '140545.882000', '140545.885000', '140545.888000', '140545.891000', '140545.894000', '140545.897000', '140545.899000', '140545.902000', '140545.905000', '140545.908000', '140545.911000', '140545.914000', '140545.917000', '140545.919000', '140545.922000', '140545.925000', '140545.928000', '140545.931000', '140545.934000', '140545.937000', '140545.940000', '140605.815000', '140605.818000', '140605.821000', '140605.824000', '140605.827000', '140605.830000', '140605.833000', '140605.836000', '140605.838000', '140605.841000', '140605.845000', '140605.848000', '140605.851000', '140605.855000', '140605.858000', '140605.861000', '140605.864000', '140605.867000', '140605.870000', '140605.873000', '140605.876000', '140605.879000', '140605.881000', '140605.884000', '140605.887000', '140605.890000', '140605.893000', '140605.905000', '140605.908000', '140605.911000', '140605.914000', '140605.917000', '140605.920000', '140605.923000', '140605.925000', '140605.928000', '140605.931000', '140605.934000', '140605.937000', '140605.940000', '140605.943000', '140605.946000', '140605.949000', '140625.815000', '140625.818000', '140625.821000', '140625.824000', '140625.827000', '140625.830000', '140625.833000', '140625.836000', '140625.839000', '140625.841000', '140625.844000', '140625.847000', '140625.850000', '140625.853000', '140625.856000', '140625.859000', '140625.862000', '140625.865000', '140625.868000', '140625.871000', '140625.873000', '140625.876000', '140625.879000', '140625.882000', '140625.885000', '140625.888000', '140625.891000', '140625.894000', '140625.897000', '140625.900000', '140625.903000', '140625.906000', '140625.908000', '140625.911000', '140625.914000', '140625.917000', '140625.920000', '140625.923000', '140625.926000', '140625.929000', '140625.931000', '140625.934000', '140625.937000', '140625.940000', '140645.815000', '140645.818000', '140645.821000', '140645.824000', '140645.827000', '140645.830000', '140645.833000', '140645.836000', '140645.838000', '140645.841000', '140645.844000', '140645.847000', '140645.850000', '140645.853000', '140645.856000', '140645.859000', '140645.862000', '140645.865000', '140645.867000', '140645.870000', '140645.873000', '140645.876000', '140645.879000', '140645.882000', '140645.885000', '140645.888000', '140645.891000', '140645.894000', '140645.897000', '140645.900000', '140645.903000', '140645.906000', '140645.909000', '140645.911000', '140645.914000', '140645.917000', '140645.920000', '140645.932000', '140645.935000', '140645.937000', '140645.940000', '140645.943000', '140645.946000', '140705.814000', '140705.817000', '140705.820000', '140705.823000', '140705.826000', '140705.829000', '140705.832000', '140705.835000', '140705.837000', '140705.840000', '140705.843000', '140705.846000', '140705.849000', '140705.852000', '140705.855000', '140705.858000', '140705.861000', '140705.864000', '140705.866000', '140705.869000', '140705.872000', '140705.875000', '140705.878000', '140705.881000', '140705.884000', '140705.887000', '140705.890000', '140705.893000', '140705.895000', '140705.898000', '140705.901000', '140705.904000', '140705.907000', '140705.910000', '140705.913000', '140705.915000', '140705.918000', '140705.921000', '140705.924000', '140705.927000', '140705.930000', '140705.933000', '140705.936000', '140705.939000', '140725.814000', '140725.817000', '140725.820000', '140725.823000', '140725.827000', '140725.830000', '140725.833000', '140725.836000', '140725.839000', '140725.842000', '140725.845000', '140725.848000', '140725.851000', '140725.853000', '140725.856000', '140725.859000', '140725.862000', '140725.865000', '140725.868000', '140725.871000', '140725.874000', '140725.877000', '140725.880000', '140725.883000', '140725.886000', '140725.889000', '140725.892000', '140725.895000', '140725.898000', '140725.901000', '140725.903000', '140725.906000', '140725.909000', '140725.912000', '140725.915000', '140725.918000', '140725.921000', '140725.924000', '140725.926000', '140725.929000', '140725.932000', '140725.935000', '140725.938000', '140745.814000', '140745.817000', '140745.820000', '140745.823000', '140745.826000', '140745.829000', '140745.832000', '140745.835000', '140745.838000', '140745.840000', '140745.843000', '140745.846000', '140745.849000', '140745.852000', '140745.855000', '140745.858000', '140745.861000', '140745.863000', '140745.866000', '140745.869000', '140745.872000', '140745.875000', '140745.878000', '140745.881000', '140745.884000', '140745.887000', '140745.889000', '140745.892000', '140745.895000', '140745.898000', '140745.901000', '140745.904000', '140745.907000', '140745.910000', '140745.912000', '140745.915000', '140745.918000', '140745.921000', '140745.924000', '140745.927000', '140745.930000', '140745.933000', '140745.935000', '140745.938000', '140805.815000', '140805.818000', '140805.821000', '140805.824000', '140805.827000', '140805.830000', '140805.833000', '140805.836000', '140805.839000', '140805.841000', '140805.844000', '140805.847000', '140805.850000', '140805.853000', '140805.862000', '140805.865000', '140805.868000', '140805.871000', '140805.874000', '140805.894000', '140805.897000', '140805.900000', '140805.903000', '140805.906000', '140805.909000', '140805.912000', '140805.916000', '140805.919000', '140805.922000', '140805.925000', '140805.928000', '140805.931000', '140805.934000', '140805.937000', '140805.940000', '140805.942000', '140805.945000', '140805.948000', '140805.951000', '140805.954000', '140805.957000', '140805.960000', '140805.963000', '140825.815000', '140825.818000', '140825.821000', '140825.824000', '140825.827000', '140825.830000', '140825.833000', '140825.836000', '140825.839000', '140825.841000', '140825.844000', '140825.847000', '140825.850000', '140825.853000', '140825.856000', '140825.859000', '140825.862000', '140825.864000', '140825.867000', '140825.870000', '140825.873000', '140825.876000', '140825.879000', '140825.882000', '140825.885000', '140825.888000', '140825.890000', '140825.893000', '140825.896000', '140825.899000', '140825.902000', '140825.905000', '140825.908000', '140825.911000', '140825.914000', '140825.917000', '140825.920000', '140825.922000', '140825.925000', '140825.928000', '140825.931000', '140825.934000', '140825.937000', '140825.940000', '140845.815000', '140845.818000', '140845.821000', '140845.824000', '140845.827000', '140845.830000', '140845.833000', '140845.836000', '140845.839000', '140845.842000', '140845.844000', '140845.847000', '140845.850000', '140845.853000', '140845.856000', '140845.859000', '140845.862000', '140845.866000', '140845.869000', '140845.872000', '140845.875000', '140845.878000', '140845.881000', '140845.884000', '140845.887000', '140845.890000', '140845.893000', '140845.895000', '140845.898000', '140845.901000', '140845.904000', '140845.907000', '140845.910000', '140845.913000', '140845.916000', '140845.919000', '140845.922000', '140845.926000', '140845.929000', '140845.932000', '140845.935000', '140845.938000', '140845.941000', '140905.815000', '140905.818000', '140905.822000', '140905.824000', '140905.827000', '140905.830000', '140905.833000', '140905.836000', '140905.839000', '140905.842000', '140905.845000', '140905.848000', '140905.851000', '140905.853000', '140905.856000', '140905.859000', '140905.862000', '140905.865000', '140905.868000', '140905.871000', '140905.874000', '140905.877000', '140905.880000', '140905.882000', '140905.885000', '140905.888000', '140905.891000', '140905.894000', '140905.897000', '140905.900000', '140905.903000', '140905.906000', '140905.908000', '140905.911000', '140905.914000', '140905.917000', '140905.920000', '140905.923000', '140905.926000', '140905.929000', '140905.932000', '140905.934000', '140905.937000', '140905.940000', '140925.814000', '140925.817000', '140925.820000', '140925.823000', '140925.826000', '140925.829000', '140925.832000', '140925.835000', '140925.838000', '140925.841000', '140925.843000', '140925.846000', '140925.849000', '140925.852000', '140925.855000', '140925.858000', '140925.861000', '140925.864000', '140925.867000', '140925.869000', '140925.873000', '140925.875000', '140925.878000', '140925.881000', '140925.884000', '140925.887000', '140925.890000', '140925.893000', '140925.896000', '140925.899000', '140925.901000', '140925.904000', '140925.907000', '140925.910000', '140925.913000', '140925.916000', '140925.919000', '140925.922000', '140925.925000', '140925.928000', '140925.931000', '140925.933000', '140925.936000', '140929.695000', '140929.699000', '140929.702000', '140929.712000', '140929.716000', '140929.720000', '140929.723000', '140929.727000', '140929.731000'], 'InstanceCreationTime': ['135705.853000', '135705.857000', '135705.860000', '135705.863000', '135705.866000', '135705.868000', '135705.871000', '135705.874000', '135705.877000', '135705.880000', '135705.883000', '135705.892000', '135705.895000', '135705.898000', '135705.909000', '135705.912000', '135705.915000', '135705.918000', '135705.921000', '135705.923000', '135705.926000', '135705.929000', '135725.815000', '135725.818000', '135725.821000', '135725.829000', '135725.832000', '135725.834000', '135725.837000', '135725.840000', '135725.843000', '135725.846000', '135725.849000', '135725.851000', '135725.854000', '135725.857000', '135725.860000', '135725.863000', '135725.866000', '135725.869000', '135725.871000', '135725.874000', '135725.877000', '135725.880000', '135725.883000', '135725.886000', '135725.889000', '135725.891000', '135725.894000', '135725.897000', '135725.900000', '135725.903000', '135725.913000', '135725.916000', '135725.919000', '135725.922000', '135725.925000', '135725.928000', '135725.931000', '135725.934000', '135725.936000', '135725.939000', '135725.942000', '135725.945000', '135725.948000', '135725.951000', '135745.815000', '135745.818000', '135745.821000', '135745.824000', '135745.827000', '135745.830000', '135745.832000', '135745.835000', '135745.838000', '135745.841000', '135745.844000', '135745.847000', '135745.850000', '135745.853000', '135745.856000', '135745.859000', '135745.862000', '135745.865000', '135745.867000', '135745.870000', '135745.873000', '135745.876000', '135745.883000', '135745.886000', '135745.889000', '135745.891000', '135745.894000', '135745.897000', '135745.900000', '135745.903000', '135745.906000', '135745.908000', '135745.911000', '135745.914000', '135745.917000', '135745.920000', '135745.923000', '135745.926000', '135745.929000', '135745.931000', '135745.934000', '135745.937000', '135745.940000', '135805.814000', '135805.817000', '135805.820000', '135805.823000', '135805.826000', '135805.828000', '135805.831000', '135805.834000', '135805.837000', '135805.840000', '135805.843000', '135805.846000', '135805.849000', '135805.852000', '135805.854000', '135805.857000', '135805.860000', '135805.863000', '135805.866000', '135805.869000', '135805.872000', '135805.875000', '135805.878000', '135805.880000', '135805.883000', '135805.886000', '135805.889000', '135805.892000', '135805.895000', '135805.898000', '135805.900000', '135805.904000', '135805.906000', '135805.909000', '135805.912000', '135805.915000', '135805.918000', '135805.921000', '135805.924000', '135805.927000', '135805.930000', '135805.933000', '135805.936000', '135805.939000', '135825.814000', '135825.817000', '135825.834000', '135825.836000', '135825.839000', '135825.842000', '135825.845000', '135825.848000', '135825.851000', '135825.854000', '135825.857000', '135825.860000', '135825.863000', '135825.866000', '135825.869000', '135825.872000', '135825.875000', '135825.889000', '135825.892000', '135825.895000', '135825.898000', '135825.900000', '135825.903000', '135825.906000', '135825.909000', '135825.912000', '135825.915000', '135825.918000', '135825.921000', '135825.923000', '135825.926000', '135825.929000', '135825.932000', '135825.935000', '135825.938000', '135825.941000', '135825.944000', '135825.946000', '135825.949000', '135825.952000', '135825.955000', '135825.958000', '135825.961000', '135845.815000', '135845.818000', '135845.821000', '135845.824000', '135845.827000', '135845.829000', '135845.832000', '135845.835000', '135845.838000', '135845.841000', '135845.844000', '135845.847000', '135845.850000', '135845.852000', '135845.855000', '135845.858000', '135845.861000', '135845.864000', '135845.867000', '135845.870000', '135845.873000', '135845.876000', '135845.879000', '135845.881000', '135845.884000', '135845.887000', '135845.890000', '135845.893000', '135845.896000', '135845.898000', '135845.901000', '135845.904000', '135845.907000', '135845.910000', '135845.913000', '135845.916000', '135845.919000', '135845.922000', '135845.925000', '135845.927000', '135845.930000', '135845.933000', '135845.936000', '135845.939000', '135905.815000', '135905.818000', '135905.821000', '135905.824000', '135905.827000', '135905.830000', '135905.832000', '135905.835000', '135905.838000', '135905.841000', '135905.844000', '135905.847000', '135905.850000', '135905.852000', '135905.855000', '135905.858000', '135905.861000', '135905.864000', '135905.867000', '135905.870000', '135905.873000', '135905.876000', '135905.879000', '135905.882000', '135905.885000', '135905.888000', '135905.891000', '135905.894000', '135905.896000', '135905.899000', '135905.902000', '135905.914000', '135905.917000', '135905.919000', '135905.922000', '135905.925000', '135905.928000', '135905.931000', '135905.934000', '135905.937000', '135905.939000', '135905.942000', '135905.945000', '135925.815000', '135925.818000', '135925.821000', '135925.824000', '135925.827000', '135925.830000', '135925.832000', '135925.835000', '135925.838000', '135925.841000', '135925.844000', '135925.847000', '135925.850000', '135925.853000', '135925.856000', '135925.858000', '135925.861000', '135925.864000', '135925.867000', '135925.870000', '135925.873000', '135925.876000', '135925.878000', '135925.881000', '135925.884000', '135925.887000', '135925.890000', '135925.893000', '135925.896000', '135925.899000', '135925.901000', '135925.904000', '135925.907000', '135925.910000', '135925.913000', '135925.916000', '135925.919000', '135925.922000', '135925.925000', '135925.927000', '135925.930000', '135925.933000', '135925.936000', '135925.939000', '135945.815000', '135945.818000', '135945.821000', '135945.824000', '135945.827000', '135945.830000', '135945.832000', '135945.836000', '135945.840000', '135945.843000', '135945.845000', '135945.848000', '135945.851000', '135945.854000', '135945.857000', '135945.860000', '135945.863000', '135945.866000', '135945.869000', '135945.872000', '135945.875000', '135945.877000', '135945.880000', '135945.883000', '135945.886000', '135945.889000', '135945.895000', '135945.898000', '135945.901000', '135945.904000', '135945.906000', '135945.909000', '135945.912000', '135945.915000', '135945.918000', '135945.921000', '135945.924000', '135945.927000', '135945.930000', '135945.933000', '135945.935000', '135945.955000', '135945.958000', '140005.815000', '140005.818000', '140005.821000', '140005.824000', '140005.827000', '140005.830000', '140005.832000', '140005.835000', '140005.838000', '140005.841000', '140005.844000', '140005.847000', '140005.850000', '140005.853000', '140005.856000', '140005.858000', '140005.861000', '140005.864000', '140005.867000', '140005.870000', '140005.873000', '140005.876000', '140005.879000', '140005.881000', '140005.884000', '140005.887000', '140005.890000', '140005.893000', '140005.896000', '140005.899000', '140005.902000', '140005.905000', '140005.908000', '140005.911000', '140005.913000', '140005.916000', '140005.919000', '140005.922000', '140005.925000', '140005.928000', '140005.931000', '140005.934000', '140005.936000', '140005.939000', '140025.814000', '140025.817000', '140025.820000', '140025.823000', '140025.826000', '140025.829000', '140025.832000', '140025.835000', '140025.842000', '140025.845000', '140025.848000', '140025.851000', '140025.854000', '140025.857000', '140025.860000', '140025.863000', '140025.866000', '140025.868000', '140025.871000', '140025.874000', '140025.877000', '140025.880000', '140025.883000', '140025.886000', '140025.889000', '140025.892000', '140025.895000', '140025.898000', '140025.900000', '140025.903000', '140025.906000', '140025.909000', '140025.912000', '140025.915000', '140025.918000', '140025.921000', '140025.923000', '140025.926000', '140025.930000', '140025.933000', '140025.935000', '140025.938000', '140025.941000', '140045.814000', '140045.817000', '140045.820000', '140045.823000', '140045.826000', '140045.829000', '140045.832000', '140045.835000', '140045.837000', '140045.840000', '140045.843000', '140045.846000', '140045.849000', '140045.852000', '140045.855000', '140045.858000', '140045.860000', '140045.863000', '140045.866000', '140045.869000', '140045.872000', '140045.875000', '140045.878000', '140045.881000', '140045.884000', '140045.886000', '140045.889000', '140045.892000', '140045.895000', '140045.898000', '140045.901000', '140045.904000', '140045.907000', '140045.909000', '140045.912000', '140045.915000', '140045.918000', '140045.921000', '140045.924000', '140045.927000', '140045.930000', '140045.933000', '140045.935000', '140045.938000', '140105.815000', '140105.818000', '140105.821000', '140105.824000', '140105.827000', '140105.830000', '140105.833000', '140105.835000', '140105.838000', '140105.841000', '140105.844000', '140105.847000', '140105.850000', '140105.853000', '140105.856000', '140105.859000', '140105.862000', '140105.865000', '140105.868000', '140105.870000', '140105.879000', '140105.882000', '140105.885000', '140105.888000', '140105.891000', '140105.894000', '140105.896000', '140105.899000', '140105.902000', '140105.905000', '140105.908000', '140105.911000', '140105.914000', '140105.917000', '140105.920000', '140105.922000', '140105.925000', '140105.928000', '140105.931000', '140105.934000', '140105.937000', '140105.940000', '140105.943000', '140125.815000', '140125.818000', '140125.821000', '140125.824000', '140125.827000', '140125.830000', '140125.833000', '140125.836000', '140125.839000', '140125.842000', '140125.846000', '140125.848000', '140125.851000', '140125.854000', '140125.857000', '140125.860000', '140125.863000', '140125.866000', '140125.869000', '140125.871000', '140125.874000', '140125.877000', '140125.880000', '140125.895000', '140125.898000', '140125.901000', '140125.904000', '140125.907000', '140125.909000', '140125.912000', '140125.915000', '140125.918000', '140125.921000', '140125.924000', '140125.927000', '140125.930000', '140125.932000', '140125.935000', '140125.938000', '140125.941000', '140125.944000', '140125.947000', '140125.950000', '140125.952000', '140145.815000', '140145.818000', '140145.821000', '140145.824000', '140145.827000', '140145.830000', '140145.832000', '140145.835000', '140145.838000', '140145.841000', '140145.844000', '140145.847000', '140145.850000', '140145.853000', '140145.856000', '140145.858000', '140145.861000', '140145.864000', '140145.867000', '140145.870000', '140145.873000', '140145.876000', '140145.879000', '140145.881000', '140145.884000', '140145.887000', '140145.890000', '140145.893000', '140145.896000', '140145.899000', '140145.902000', '140145.905000', '140145.908000', '140145.910000', '140145.913000', '140145.916000', '140145.919000', '140145.922000', '140145.925000', '140145.928000', '140145.931000', '140145.934000', '140145.936000', '140205.815000', '140205.818000', '140205.821000', '140205.824000', '140205.827000', '140205.830000', '140205.833000', '140205.836000', '140205.839000', '140205.842000', '140205.844000', '140205.847000', '140205.850000', '140205.853000', '140205.856000', '140205.859000', '140205.862000', '140205.865000', '140205.867000', '140205.870000', '140205.873000', '140205.876000', '140205.879000', '140205.882000', '140205.885000', '140205.888000', '140205.891000', '140205.893000', '140205.896000', '140205.899000', '140205.902000', '140205.905000', '140205.908000', '140205.911000', '140205.914000', '140205.917000', '140205.920000', '140205.923000', '140205.925000', '140205.928000', '140205.931000', '140205.934000', '140205.937000', '140205.940000', '140225.815000', '140225.818000', '140225.821000', '140225.824000', '140225.827000', '140225.830000', '140225.833000', '140225.836000', '140225.839000', '140225.841000', '140225.844000', '140225.847000', '140225.850000', '140225.853000', '140225.856000', '140225.859000', '140225.862000', '140225.864000', '140225.867000', '140225.870000', '140225.873000', '140225.876000', '140225.879000', '140225.882000', '140225.885000', '140225.888000', '140225.890000', '140225.893000', '140225.896000', '140225.899000', '140225.902000', '140225.905000', '140225.908000', '140225.911000', '140225.915000', '140225.918000', '140225.921000', '140225.924000', '140225.927000', '140225.930000', '140225.933000', '140225.936000', '140225.939000', '140245.814000', '140245.817000', '140245.820000', '140245.823000', '140245.826000', '140245.829000', '140245.832000', '140245.834000', '140245.837000', '140245.840000', '140245.845000', '140245.848000', '140245.851000', '140245.854000', '140245.857000', '140245.859000', '140245.862000', '140245.865000', '140245.868000', '140245.871000', '140245.874000', '140245.877000', '140245.880000', '140245.883000', '140245.886000', '140245.898000', '140245.901000', '140245.904000', '140245.907000', '140245.910000', '140245.913000', '140245.916000', '140245.919000', '140245.922000', '140245.924000', '140245.927000', '140245.930000', '140245.933000', '140245.936000', '140245.939000', '140245.942000', '140245.945000', '140245.948000', '140245.950000', '140305.814000', '140305.817000', '140305.820000', '140305.823000', '140305.826000', '140305.829000', '140305.832000', '140305.835000', '140305.838000', '140305.840000', '140305.843000', '140305.846000', '140305.849000', '140305.852000', '140305.855000', '140305.858000', '140305.861000', '140305.864000', '140305.867000', '140305.869000', '140305.872000', '140305.875000', '140305.878000', '140305.881000', '140305.884000', '140305.887000', '140305.898000', '140305.901000', '140305.903000', '140305.906000', '140305.909000', '140305.912000', '140305.915000', '140305.918000', '140305.921000', '140305.924000', '140305.927000', '140305.929000', '140305.932000', '140305.935000', '140305.938000', '140305.941000', '140305.944000', '140325.815000', '140325.818000', '140325.821000', '140325.824000', '140325.827000', '140325.830000', '140325.832000', '140325.835000', '140325.838000', '140325.841000', '140325.844000', '140325.847000', '140325.850000', '140325.853000', '140325.856000', '140325.859000', '140325.862000', '140325.864000', '140325.867000', '140325.870000', '140325.873000', '140325.876000', '140325.879000', '140325.882000', '140325.885000', '140325.888000', '140325.890000', '140325.893000', '140325.896000', '140325.899000', '140325.902000', '140325.905000', '140325.908000', '140325.911000', '140325.913000', '140325.916000', '140325.919000', '140325.922000', '140325.925000', '140325.928000', '140325.931000', '140325.934000', '140325.936000', '140325.939000', '140345.815000', '140345.818000', '140345.821000', '140345.824000', '140345.827000', '140345.830000', '140345.833000', '140345.836000', '140345.838000', '140345.841000', '140345.844000', '140345.847000', '140345.850000', '140345.853000', '140345.856000', '140345.859000', '140345.862000', '140345.865000', '140345.867000', '140345.870000', '140345.873000', '140345.876000', '140345.879000', '140345.882000', '140345.885000', '140345.893000', '140345.896000', '140345.899000', '140345.902000', '140345.905000', '140345.908000', '140345.911000', '140345.913000', '140345.916000', '140345.919000', '140345.922000', '140345.925000', '140345.928000', '140345.931000', '140345.934000', '140345.937000', '140345.939000', '140345.942000', '140405.815000', '140405.818000', '140405.821000', '140405.824000', '140405.827000', '140405.830000', '140405.833000', '140405.835000', '140405.838000', '140405.841000', '140405.844000', '140405.847000', '140405.850000', '140405.853000', '140405.856000', '140405.858000', '140405.861000', '140405.864000', '140405.867000', '140405.870000', '140405.873000', '140405.876000', '140405.879000', '140405.882000', '140405.885000', '140405.887000', '140405.890000', '140405.893000', '140405.896000', '140405.899000', '140405.902000', '140405.905000', '140405.907000', '140405.910000', '140405.913000', '140405.917000', '140405.920000', '140405.923000', '140405.926000', '140405.929000', '140405.932000', '140405.935000', '140405.938000', '140405.941000', '140425.829000', '140425.832000', '140425.835000', '140425.838000', '140425.841000', '140425.844000', '140425.846000', '140425.849000', '140425.852000', '140425.855000', '140425.858000', '140425.861000', '140425.864000', '140425.867000', '140425.870000', '140425.873000', '140425.876000', '140425.879000', '140425.881000', '140425.884000', '140425.896000', '140425.899000', '140425.902000', '140425.905000', '140425.908000', '140425.911000', '140425.914000', '140425.916000', '140425.919000', '140425.922000', '140425.925000', '140425.928000', '140425.931000', '140425.934000', '140425.937000', '140425.940000', '140425.943000', '140425.945000', '140425.948000', '140425.951000', '140425.954000', '140425.957000', '140425.960000', '140445.814000', '140445.817000', '140445.821000', '140445.824000', '140445.827000', '140445.830000', '140445.833000', '140445.836000', '140445.839000', '140445.842000', '140445.845000', '140445.848000', '140445.851000', '140445.854000', '140445.857000', '140445.860000', '140445.862000', '140445.865000', '140445.868000', '140445.871000', '140445.874000', '140445.877000', '140445.880000', '140445.883000', '140445.886000', '140445.889000', '140445.891000', '140445.894000', '140445.897000', '140445.900000', '140445.903000', '140445.906000', '140445.909000', '140445.912000', '140445.915000', '140445.918000', '140445.920000', '140445.923000', '140445.926000', '140445.929000', '140445.932000', '140445.935000', '140445.938000', '140505.814000', '140505.817000', '140505.820000', '140505.823000', '140505.826000', '140505.829000', '140505.832000', '140505.834000', '140505.837000', '140505.840000', '140505.843000', '140505.846000', '140505.849000', '140505.852000', '140505.855000', '140505.863000', '140505.866000', '140505.869000', '140505.871000', '140505.874000', '140505.877000', '140505.880000', '140505.883000', '140505.886000', '140505.889000', '140505.892000', '140505.894000', '140505.897000', '140505.900000', '140505.903000', '140505.906000', '140505.909000', '140505.912000', '140505.915000', '140505.917000', '140505.920000', '140505.923000', '140505.926000', '140505.929000', '140505.932000', '140505.935000', '140505.938000', '140505.941000', '140505.943000', '140525.814000', '140525.817000', '140525.820000', '140525.823000', '140525.826000', '140525.831000', '140525.834000', '140525.837000', '140525.840000', '140525.843000', '140525.846000', '140525.848000', '140525.851000', '140525.854000', '140525.857000', '140525.860000', '140525.863000', '140525.866000', '140525.869000', '140525.872000', '140525.875000', '140525.877000', '140525.880000', '140525.883000', '140525.886000', '140525.889000', '140525.892000', '140525.895000', '140525.898000', '140525.901000', '140525.903000', '140525.906000', '140525.909000', '140525.912000', '140525.915000', '140525.918000', '140525.921000', '140525.924000', '140525.927000', '140525.929000', '140525.932000', '140525.935000', '140525.938000', '140545.815000', '140545.818000', '140545.821000', '140545.824000', '140545.827000', '140545.830000', '140545.833000', '140545.836000', '140545.839000', '140545.841000', '140545.844000', '140545.847000', '140545.850000', '140545.853000', '140545.856000', '140545.859000', '140545.862000', '140545.865000', '140545.868000', '140545.871000', '140545.873000', '140545.876000', '140545.879000', '140545.882000', '140545.885000', '140545.888000', '140545.891000', '140545.894000', '140545.897000', '140545.899000', '140545.902000', '140545.905000', '140545.908000', '140545.911000', '140545.914000', '140545.917000', '140545.919000', '140545.922000', '140545.925000', '140545.928000', '140545.931000', '140545.934000', '140545.937000', '140545.940000', '140605.815000', '140605.818000', '140605.821000', '140605.824000', '140605.827000', '140605.830000', '140605.833000', '140605.836000', '140605.838000', '140605.841000', '140605.845000', '140605.848000', '140605.851000', '140605.855000', '140605.858000', '140605.861000', '140605.864000', '140605.867000', '140605.870000', '140605.873000', '140605.876000', '140605.879000', '140605.881000', '140605.884000', '140605.887000', '140605.890000', '140605.893000', '140605.905000', '140605.908000', '140605.911000', '140605.914000', '140605.917000', '140605.920000', '140605.923000', '140605.925000', '140605.928000', '140605.931000', '140605.934000', '140605.937000', '140605.940000', '140605.943000', '140605.946000', '140605.949000', '140625.815000', '140625.818000', '140625.821000', '140625.824000', '140625.827000', '140625.830000', '140625.833000', '140625.836000', '140625.839000', '140625.841000', '140625.844000', '140625.847000', '140625.850000', '140625.853000', '140625.856000', '140625.859000', '140625.862000', '140625.865000', '140625.868000', '140625.871000', '140625.873000', '140625.876000', '140625.879000', '140625.882000', '140625.885000', '140625.888000', '140625.891000', '140625.894000', '140625.897000', '140625.900000', '140625.903000', '140625.906000', '140625.908000', '140625.911000', '140625.914000', '140625.917000', '140625.920000', '140625.923000', '140625.926000', '140625.929000', '140625.931000', '140625.934000', '140625.937000', '140625.940000', '140645.815000', '140645.818000', '140645.821000', '140645.824000', '140645.827000', '140645.830000', '140645.833000', '140645.836000', '140645.838000', '140645.841000', '140645.844000', '140645.847000', '140645.850000', '140645.853000', '140645.856000', '140645.859000', '140645.862000', '140645.865000', '140645.867000', '140645.870000', '140645.873000', '140645.876000', '140645.879000', '140645.882000', '140645.885000', '140645.888000', '140645.891000', '140645.894000', '140645.897000', '140645.900000', '140645.903000', '140645.906000', '140645.909000', '140645.911000', '140645.914000', '140645.917000', '140645.920000', '140645.932000', '140645.935000', '140645.937000', '140645.940000', '140645.943000', '140645.946000', '140705.814000', '140705.817000', '140705.820000', '140705.823000', '140705.826000', '140705.829000', '140705.832000', '140705.835000', '140705.837000', '140705.840000', '140705.843000', '140705.846000', '140705.849000', '140705.852000', '140705.855000', '140705.858000', '140705.861000', '140705.864000', '140705.866000', '140705.869000', '140705.872000', '140705.875000', '140705.878000', '140705.881000', '140705.884000', '140705.887000', '140705.890000', '140705.893000', '140705.895000', '140705.898000', '140705.901000', '140705.904000', '140705.907000', '140705.910000', '140705.913000', '140705.915000', '140705.918000', '140705.921000', '140705.924000', '140705.927000', '140705.930000', '140705.933000', '140705.936000', '140705.939000', '140725.814000', '140725.817000', '140725.820000', '140725.823000', '140725.827000', '140725.830000', '140725.833000', '140725.836000', '140725.839000', '140725.842000', '140725.845000', '140725.848000', '140725.851000', '140725.853000', '140725.856000', '140725.859000', '140725.862000', '140725.865000', '140725.868000', '140725.871000', '140725.874000', '140725.877000', '140725.880000', '140725.883000', '140725.886000', '140725.889000', '140725.892000', '140725.895000', '140725.898000', '140725.901000', '140725.903000', '140725.906000', '140725.909000', '140725.912000', '140725.915000', '140725.918000', '140725.921000', '140725.924000', '140725.926000', '140725.929000', '140725.932000', '140725.935000', '140725.938000', '140745.814000', '140745.817000', '140745.820000', '140745.823000', '140745.826000', '140745.829000', '140745.832000', '140745.835000', '140745.838000', '140745.840000', '140745.843000', '140745.846000', '140745.849000', '140745.852000', '140745.855000', '140745.858000', '140745.861000', '140745.863000', '140745.866000', '140745.869000', '140745.872000', '140745.875000', '140745.878000', '140745.881000', '140745.884000', '140745.887000', '140745.889000', '140745.892000', '140745.895000', '140745.898000', '140745.901000', '140745.904000', '140745.907000', '140745.910000', '140745.912000', '140745.915000', '140745.918000', '140745.921000', '140745.924000', '140745.927000', '140745.930000', '140745.933000', '140745.935000', '140745.938000', '140805.815000', '140805.818000', '140805.821000', '140805.824000', '140805.827000', '140805.830000', '140805.833000', '140805.836000', '140805.839000', '140805.841000', '140805.844000', '140805.847000', '140805.850000', '140805.853000', '140805.862000', '140805.865000', '140805.868000', '140805.871000', '140805.874000', '140805.894000', '140805.897000', '140805.900000', '140805.903000', '140805.906000', '140805.909000', '140805.912000', '140805.916000', '140805.919000', '140805.922000', '140805.925000', '140805.928000', '140805.931000', '140805.934000', '140805.937000', '140805.940000', '140805.942000', '140805.945000', '140805.948000', '140805.951000', '140805.954000', '140805.957000', '140805.960000', '140805.963000', '140825.815000', '140825.818000', '140825.821000', '140825.824000', '140825.827000', '140825.830000', '140825.833000', '140825.836000', '140825.839000', '140825.841000', '140825.844000', '140825.847000', '140825.850000', '140825.853000', '140825.856000', '140825.859000', '140825.862000', '140825.864000', '140825.867000', '140825.870000', '140825.873000', '140825.876000', '140825.879000', '140825.882000', '140825.885000', '140825.888000', '140825.890000', '140825.893000', '140825.896000', '140825.899000', '140825.902000', '140825.905000', '140825.908000', '140825.911000', '140825.914000', '140825.917000', '140825.920000', '140825.922000', '140825.925000', '140825.928000', '140825.931000', '140825.934000', '140825.937000', '140825.940000', '140845.815000', '140845.818000', '140845.821000', '140845.824000', '140845.827000', '140845.830000', '140845.833000', '140845.836000', '140845.839000', '140845.842000', '140845.844000', '140845.847000', '140845.850000', '140845.853000', '140845.856000', '140845.859000', '140845.862000', '140845.866000', '140845.869000', '140845.872000', '140845.875000', '140845.878000', '140845.881000', '140845.884000', '140845.887000', '140845.890000', '140845.893000', '140845.895000', '140845.898000', '140845.901000', '140845.904000', '140845.907000', '140845.910000', '140845.913000', '140845.916000', '140845.919000', '140845.922000', '140845.926000', '140845.929000', '140845.932000', '140845.935000', '140845.938000', '140845.941000', '140905.815000', '140905.818000', '140905.822000', '140905.824000', '140905.827000', '140905.830000', '140905.833000', '140905.836000', '140905.839000', '140905.842000', '140905.845000', '140905.848000', '140905.851000', '140905.853000', '140905.856000', '140905.859000', '140905.862000', '140905.865000', '140905.868000', '140905.871000', '140905.874000', '140905.877000', '140905.880000', '140905.882000', '140905.885000', '140905.888000', '140905.891000', '140905.894000', '140905.897000', '140905.900000', '140905.903000', '140905.906000', '140905.908000', '140905.911000', '140905.914000', '140905.917000', '140905.920000', '140905.923000', '140905.926000', '140905.929000', '140905.932000', '140905.934000', '140905.937000', '140905.940000', '140925.814000', '140925.817000', '140925.820000', '140925.823000', '140925.826000', '140925.829000', '140925.832000', '140925.835000', '140925.838000', '140925.841000', '140925.843000', '140925.846000', '140925.849000', '140925.852000', '140925.855000', '140925.858000', '140925.861000', '140925.864000', '140925.867000', '140925.869000', '140925.873000', '140925.875000', '140925.878000', '140925.881000', '140925.884000', '140925.887000', '140925.890000', '140925.893000', '140925.896000', '140925.899000', '140925.901000', '140925.904000', '140925.907000', '140925.910000', '140925.913000', '140925.916000', '140925.919000', '140925.922000', '140925.925000', '140925.928000', '140925.931000', '140925.933000', '140925.936000', '140929.695000', '140929.699000', '140929.702000', '140929.712000', '140929.716000', '140929.720000', '140929.723000', '140929.727000', '140929.731000'], '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': [11129, 8489, 10240, 8070, 10007, 7548, 9873, 9415, 8502, 10532, 8593, 9750, 7835, 9550, 7814, 9496, 7242, 8068, 6271, 8388, 9557, 8234, 9956, 8189, 9701, 8182, 9875, 8219, 10154, 8073, 9883, 7851, 9374, 7813, 10170, 7720, 9355, 7566, 7787, 7462, 9575, 6962, 9621, 7887, 9190, 6911, 8632, 9030, 8577, 11180, 8466, 10819, 8294, 10084, 8082, 9911, 8264, 9711, 8327, 10550, 8321, 9867, 8405, 10681, 8626, 8518, 8273, 7805, 8450, 10814, 8659, 11750, 8471, 12336, 8204, 10442, 8542, 9820, 8786, 7043, 9303, 7925, 9889, 8114, 10187, 7801, 10008, 7902, 9131, 8053, 10137, 7882, 9437, 7665, 8175, 7656, 9700, 7480, 9779, 7527, 9474, 7158, 8741, 7217, 9553, 6924, 9009, 6420, 7764, 6573, 9281, 6969, 10329, 7413, 8467, 7348, 9679, 7687, 9886, 8381, 9269, 7672, 9444, 7298, 9305, 9509, 9366, 10767, 8079, 8977, 8171, 10699, 8310, 11185, 8259, 9681, 8067, 10297, 8244, 10128, 8371, 10460, 8314, 9752, 7999, 9324, 7492, 9791, 7282, 8980, 7094, 8097, 6704, 8843, 6758, 9469, 7451, 8648, 7876, 9165, 7062, 9277, 9211, 8978, 8557, 8136, 9518, 8550, 11607, 8591, 11565, 7982, 11039, 8420, 9912, 8230, 9909, 8010, 10167, 7940, 7935, 7589, 7732, 7876, 8743, 7894, 9351, 8339, 9833, 7601, 8766, 8167, 8630, 12163, 8895, 11000, 8243, 9963, 8056, 9873, 7515, 9817, 7579, 8097, 7065, 8364, 6443, 8765, 7206, 8394, 9025, 8211, 11161, 8208, 10283, 8092, 10236, 8058, 9877, 8228, 9639, 8236, 10180, 7912, 9618, 7771, 9375, 7574, 9423, 7536, 9410, 7523, 8174, 7537, 8946, 7382, 9041, 7946, 9378, 7574, 8222, 6748, 8246, 6517, 8715, 7453, 8400, 6480, 8671, 9762, 8354, 11808, 8498, 11693, 8440, 10264, 8330, 9832, 8185, 10092, 8389, 9595, 8300, 9594, 7040, 9342, 7823, 8529, 11517, 8258, 9935, 7754, 10208, 7870, 8539, 7542, 8461, 7079, 8764, 7062, 9396, 6689, 8421, 6790, 8931, 8882, 8763, 11580, 8557, 11032, 8529, 10112, 8251, 9494, 8002, 10287, 8038, 8740, 7449, 8480, 6589, 8717, 11390, 8260, 11590, 8484, 10061, 8389, 9749, 8327, 9921, 8295, 10367, 8257, 9718, 7877, 8675, 6847, 8731, 11106, 8715, 12253, 8633, 10945, 8471, 10041, 8223, 10183, 8379, 9571, 8009, 9032, 7182, 8641, 6638, 8902, 9203, 8189, 10814, 8468, 10308, 7919, 9870, 7870, 10206, 7647, 9241, 7415, 8946, 6695, 9561, 6567, 8471, 6342, 8565, 11217, 8420, 10412, 8068, 10412, 8119, 9426, 7032, 8698, 7368, 8974, 9394, 8363, 11254, 8575, 10098, 7781, 9944, 8047, 9921, 7926, 8784, 6939, 8721, 7330, 9051, 10241, 8563, 10570, 8454, 10954, 8266, 11298, 8631, 11322, 8104, 9996, 8152, 10014, 7778, 10519, 8158, 10321, 7829, 8899, 6521, 9059, 7872, 8280, 6986, 8591, 10696, 8185, 10024, 7555, 10170, 7954, 9964, 8019, 9657, 7786, 9594, 7756, 9963, 8165, 9810, 7725, 9072, 6789, 9161, 7602, 9282, 8050, 8616, 9738, 8702, 11455, 8377, 10270, 7785, 10099, 8000, 9867, 8079, 8681, 7625, 9021, 7323, 9996, 7714, 8639, 6861, 8291, 7961, 8543, 11488, 8159, 10836, 8123, 10090, 7667, 9159, 6431, 8435, 10179, 7703, 11101, 8233, 9560, 7899, 9401, 7322, 10336, 7427, 10401, 8016, 10781, 8113, 9720, 7651, 10053, 7884, 9849, 6929, 8594, 8552, 8350, 10746, 7849, 10514, 7862, 9431, 7256, 8587, 6415, 8514, 9187, 7805, 6981, 8179, 6691, 7830, 10330, 7569, 11191, 8142, 10128, 8314, 9926, 7570, 9923, 7512, 9892, 6989, 8807, 6384, 8450, 10962, 8612, 11598, 8476, 10912, 8507, 10531, 7966, 10087, 8052, 10512, 8131, 9828, 8215, 9410, 7672, 9963, 7554, 10033, 7369, 9050, 6837, 8638, 8134, 8703, 10712, 8420, 8828, 8863, 9600, 8204, 10127, 8042, 9892, 7972, 10655, 8050, 10221, 7784, 9580, 6457, 9265, 9423, 9103, 11544, 8467, 10822, 8142, 9949, 7187, 9677, 6841, 9975, 7447, 7884, 6717, 8503, 6371, 8322, 11491, 7620, 10924, 7900, 10100, 6933, 8772, 6297, 8086, 8673, 7949, 11143, 7934, 10651, 7595, 9347, 6839, 9404, 6908, 10288, 7765, 9540, 7198, 9554, 6712, 9474, 7373, 9201, 7009, 8332, 11423, 7622, 10039, 7771, 10457, 7347, 9289, 6951, 8876, 6372, 9300, 6576, 9352, 6540, 7903, 6311, 8521, 7437, 9193, 10946, 8402, 10776, 8255, 10515, 7689, 10008, 7544, 10173, 7217, 8648, 6573, 8741, 12091, 8313, 10308, 7253, 10030, 6650, 9553, 7061, 6683, 6811, 7117, 6328, 8868, 6386, 9411, 6455, 8299, 6325, 8585, 10527, 8991, 11607, 8039, 10371, 7930, 9864, 6613, 9872, 7219, 8277, 7617, 8012, 9819, 7365, 10281, 7422, 9767, 7858, 9645, 7243, 9756, 8464, 7954, 8348, 7510, 8413, 10769, 7791, 11059, 8192, 11188, 8331, 10195, 8078, 10040, 7856, 9923, 7758, 11135, 8312, 10335, 7905, 9942, 7822, 10076, 7030, 10154, 7321, 8830, 6950, 8838, 6320, 8956, 6406, 9018, 6457, 8304, 9158, 8287, 10866, 8023, 10123, 7347, 10581, 7663, 10208, 7757, 9643, 7393, 9399, 6822, 9429, 6541, 9548, 6532, 8411, 8835, 7403, 10258, 7129, 10441, 7259, 9299, 6937, 8290, 6395, 8065, 11109, 7668, 11051, 7743, 9367, 6613, 9187, 6777, 9828, 7464, 9604, 7286, 9594, 7409, 10232, 7769, 8365, 8125, 8346, 11152, 7977, 11077, 8140, 9934, 7793, 9477, 7734, 10601, 8221, 10493, 8309, 10380, 8321, 10065, 7945, 10526, 7993, 9830, 7417, 8834, 6483, 9031, 7849, 8852, 7229, 8435, 9183, 8434, 10196, 8028, 9560, 7472, 10083, 7897, 9711, 7658, 8824, 6698, 8499, 7852, 8870, 9893, 8659, 10566, 8439, 10262, 7847, 10014, 7204, 10165, 7477, 9693, 6829, 8428, 6568, 8525, 10203, 7946, 10254, 8354, 10534, 8143, 10187, 7769, 9341, 6434, 8377, 11074, 7934, 11705, 8229, 9931, 7703, 8751, 6634, 8716, 6402, 8856, 6411, 8013, 6543, 8344, 10066, 7548, 10072, 7749, 10688, 8052, 10312, 7847, 9898, 6536, 9097, 8325, 9405, 11076, 8682, 11229, 8070, 9948, 7406, 9818, 7460, 10270, 7801, 9274, 7083, 8421, 6446, 8518, 9147, 8485, 9758, 8350, 10252, 7673, 10059, 7196, 10154, 7822, 9729, 7299, 9129, 6456, 9704, 6762, 9107, 6907, 8637, 6390, 8406, 7853, 8877, 7667, 8185, 7019, 8136, 8734, 7758, 11313, 8487, 11817, 8424, 10718, 8053, 10521, 7266, 10002, 7062, 10227, 7031, 8594, 6624, 8299, 6389, 8397, 7737, 8941, 8137, 8341, 10302, 8200, 10061, 7135, 10392, 7891, 10172, 7751, 9852, 6704, 9057, 6551, 9467, 6576, 8536, 6466, 8505, 10648, 7713, 9871, 7090, 10297, 7566, 9718, 7366, 8842, 6386, 8807, 6464, 9345, 6950, 8671, 6302, 8644, 9095, 8347, 11165, 7349, 10715, 7805, 9755, 7471, 8788, 6489, 8769, 6476, 8847, 7967, 8079, 6826, 7904, 10243, 7347, 9639, 7097, 10184, 7283, 9163, 6444, 8923, 7244, 9328, 10632, 8109, 10731, 7757, 9959, 6897, 9958, 7342, 10186, 7206, 8445, 6398, 8972, 6569, 9513, 7591, 9482, 7307, 9496, 6440, 9254, 8732, 9462, 9133, 8254, 11003, 7862, 10509, 7698, 10712, 7556, 10178, 7759, 9508, 6758, 9901, 6957, 8230, 6504, 8422, 6444, 8246, 8002, 8466, 6658, 8095, 8096, 8396, 9949, 7464, 9825, 7306, 10616, 7250, 8842, 6500, 8403, 10739, 8347, 11376, 7778, 10196, 7353, 8595, 6560, 9090, 6537, 8954, 6458, 8315, 6362, 8185, 8763, 8947, 9646, 8429, 9594, 8247, 11143, 7443, 10023, 7611, 10377, 7957, 10215, 7343, 9607, 6538, 9151, 6511, 9851, 6935, 9038, 6582, 8383, 6556, 8111, 10004, 8236, 11166, 8247, 10553, 7819, 10282, 7146, 9463, 6849, 10061, 7192, 8300, 6576, 8567, 6412, 8761, 10405, 8765, 11121, 7834, 10760, 7646, 10068, 6995, 9943, 6611, 9863, 6836, 8192, 6568, 8008, 9434, 7383, 10098, 7157, 10942, 7203, 9326, 6394, 8705, 6397, 8496, 8083, 8408, 6557, 7871, 7622, 7953, 11123, 7363, 10195, 7390, 10453, 7294, 9009, 6495, 8171, 10078, 7279, 10637, 6834, 10233, 7133, 10322, 6792, 7328, 6371, 7093, 6357, 9049, 6604, 8528, 6357, 9029, 6373, 9181, 10529, 8645, 11797, 7376, 10251, 7279, 9489, 6798, 9482, 6631, 7850, 6501, 7401, 9067, 7281, 10359, 6783, 10172, 6793, 10359, 6779, 8432, 6575, 8912, 6565, 9368, 6682, 10052, 6946, 8071, 7931, 7676, 11138, 6841, 10294, 7114, 10791, 7021, 8515, 6370, 7055, 6514, 7081, 9514, 7807, 10540, 6725, 9576, 6721, 9910, 7046, 10622, 7071, 10180, 6643, 9380, 6523, 9317, 11187, 7963, 11063, 8154, 10191, 6889, 8962, 6429, 6808, 10171, 6962, 10435, 7023, 10212, 6573, 8041, 6839, 8843, 6832, 9119, 6744, 10469, 6921, 9862, 6573, 9606, 6926, 9258, 12046, 9167, 11618, 8230, 10748, 7501, 9163, 9393, 7020, 10686, 7645, 10189, 6944, 8768, 6515, 6614, 6620, 8052, 6697, 8376, 9647, 6830, 7518, 6810, 9922, 6884, 10261, 7332, 10744, 6907, 9963, 6454, 9791, 7021, 9882, 6927, 8993, 6596, 9003, 6594, 9566, 10488, 8888, 11585, 7916, 11006, 6846, 10037, 6727, 9644, 6478, 9158, 8311, 8944, 10854, 7000, 10220, 6886, 9463, 6949, 9542, 6431, 9824, 6570, 7808, 6727, 7854, 9143, 6817, 10341, 6729, 10049, 6576, 7229, 6412, 6565, 8906, 6868, 8624, 7028, 9825, 6806, 10404, 6486, 9338, 6730, 9653, 9655, 7674, 10878, 6970, 10546, 6903, 9582, 6537, 9201, 8089, 8015, 6720, 6784, 7611, 6818, 10674, 7081, 10628, 7286, 10228, 6869, 8271, 7474, 6683, 10801, 7077, 10430, 7203, 10173, 6645, 9430, 6790, 9281, 6765, 9731, 7184, 8301, 8008, 7055, 10604, 7121, 10310, 7403, 10574, 6987, 9400, 6443, 9113, 6534, 8025, 10098, 7402, 10195, 6718, 8048, 6726, 8748, 6989, 9898, 8181, 10216, 7431, 10865, 7266, 10303, 7702, 11119, 7691, 10192, 6803, 9457, 6501, 8866, 10923, 7901, 11489, 7671, 10032, 6710, 9056, 6443, 8986, 6540, 9320, 6728, 8412, 6696, 7180, 9940, 6764, 10375, 6831, 9716, 6589, 8936, 7390, 6803, 10588, 6882, 9798, 7223, 9980, 6814, 9084, 6647, 8759, 6483, 9020, 8131, 9223, 10606, 6903, 11213, 6819, 10103, 7328, 10886, 7314, 9269, 6737, 8967, 10926, 7643, 10734, 8481, 10268, 6833, 8087, 9928, 6959, 10628, 6721, 8726, 6555, 8551, 6416, 6603, 6356, 7147, 6469, 8946, 6441, 8947, 6578, 9179, 6595, 8961, 9824, 9499, 11889, 8213, 11421, 7731, 10923, 7483, 10822, 7924, 11232, 7572, 10628, 7030, 10573, 6837, 9764, 7391, 9882, 7903, 7495, 8991, 7327, 10931, 7046, 10383, 7069, 10592, 6948, 9254, 6657, 7958, 6529, 8160, 6616, 9143, 6416, 8137, 6651, 9433, 6582, 10531, 6836, 10070, 6547, 9221, 6817, 8574, 11270, 8081, 11355, 8264, 10702, 6884, 9726, 7078, 9776, 6620, 10243, 6826, 9547, 6669, 9104, 6462, 7284, 10584, 7542, 10720, 7544, 9569, 7128, 9317, 6788, 9709, 6958, 11003, 7113, 10276, 6619, 10138, 6784, 9308, 9604, 8828, 11347, 7774, 10678, 6936, 9144, 6345, 6747, 10553, 7497, 10875, 6738, 8253, 6627, 7535, 6525, 8653, 6474, 9589, 6601, 9493, 6457, 9645, 6911, 10204, 7130, 9094, 6529, 8689, 9206, 9253, 10732, 8963, 9029, 7402, 6454, 8196, 6822, 8305, 6834, 7899, 7430, 7662, 9938, 8597, 6858, 10057, 6906, 7818, 8668, 7385, 8145, 7268, 9676, 7064, 6464, 8083, 6765, 9705, 7463, 11180, 8745, 7391, 7878, 6950, 7306, 8839, 7207, 10886, 7729, 11984, 8405, 7302, 8305, 7263, 9481, 7984, 10099, 8816, 7975, 9178], 'WindowCenter': [4305.0, 4258.0, 4262.0, 4205.0, 4234.0, 4189.0, 4207.0, 4195.0, 4184.0, 4202.0, 4180.0, 4191.0, 4160.0, 4191.0, 4172.0, 4204.0, 4162.0, 4185.0, 4143.0, 4195.0, 4202.0, 4197.0, 4217.0, 4198.0, 4206.0, 4197.0, 4217.0, 4200.0, 4230.0, 4199.0, 4217.0, 4200.0, 4204.0, 4175.0, 4218.0, 4188.0, 4208.0, 4187.0, 4186.0, 4173.0, 4217.0, 4166.0, 4219.0, 4187.0, 4208.0, 4164.0, 4195.0, 4192.0, 4185.0, 4214.0, 4187.0, 4216.0, 4186.0, 4216.0, 4173.0, 4202.0, 4184.0, 4204.0, 4185.0, 4213.0, 4184.0, 4203.0, 4196.0, 4214.0, 4196.0, 4196.0, 4186.0, 4174.0, 4183.0, 4201.0, 4185.0, 4213.0, 4187.0, 4225.0, 4184.0, 4201.0, 4194.0, 4191.0, 4184.0, 4151.0, 4193.0, 4172.0, 4203.0, 4171.0, 4203.0, 4162.0, 4203.0, 4171.0, 4192.0, 4169.0, 4200.0, 4160.0, 4192.0, 4160.0, 4170.0, 4159.0, 4192.0, 4162.0, 4203.0, 4172.0, 4202.0, 4150.0, 4181.0, 4161.0, 4203.0, 4162.0, 4208.0, 4143.0, 4173.0, 4152.0, 4205.0, 4163.0, 4216.0, 4164.0, 4184.0, 4163.0, 4205.0, 4175.0, 4217.0, 4185.0, 4194.0, 4173.0, 4194.0, 4150.0, 4193.0, 4192.0, 4194.0, 4214.0, 4172.0, 4180.0, 4170.0, 4199.0, 4182.0, 4212.0, 4183.0, 4193.0, 4173.0, 4202.0, 4184.0, 4205.0, 4184.0, 4214.0, 4185.0, 4203.0, 4172.0, 4180.0, 4150.0, 4203.0, 4162.0, 4194.0, 4151.0, 4172.0, 4139.0, 4182.0, 4140.0, 4192.0, 4162.0, 4183.0, 4172.0, 4192.0, 4151.0, 4194.0, 4192.0, 4183.0, 4181.0, 4170.0, 4178.0, 4169.0, 4199.0, 4180.0, 4211.0, 4171.0, 4199.0, 4170.0, 4189.0, 4170.0, 4201.0, 4171.0, 4215.0, 4173.0, 4185.0, 4186.0, 4172.0, 4171.0, 4193.0, 4172.0, 4207.0, 4185.0, 4204.0, 4161.0, 4183.0, 4171.0, 4182.0, 4213.0, 4183.0, 4202.0, 4170.0, 4189.0, 4157.0, 4188.0, 4148.0, 4204.0, 4160.0, 4170.0, 4149.0, 4169.0, 4129.0, 4182.0, 4161.0, 4183.0, 4181.0, 4171.0, 4200.0, 4172.0, 4202.0, 4173.0, 4201.0, 4171.0, 4189.0, 4170.0, 4190.0, 4171.0, 4201.0, 4172.0, 4190.0, 4161.0, 4180.0, 4160.0, 4181.0, 4161.0, 4192.0, 4172.0, 4181.0, 4160.0, 4181.0, 4148.0, 4181.0, 4160.0, 4192.0, 4160.0, 4170.0, 4127.0, 4169.0, 4129.0, 4182.0, 4160.0, 4183.0, 4141.0, 4182.0, 4189.0, 4181.0, 4222.0, 4183.0, 4224.0, 4183.0, 4190.0, 4170.0, 4190.0, 4182.0, 4203.0, 4182.0, 4190.0, 4171.0, 4192.0, 4150.0, 4193.0, 4161.0, 4183.0, 4209.0, 4169.0, 4189.0, 4160.0, 4202.0, 4171.0, 4181.0, 4172.0, 4181.0, 4150.0, 4193.0, 4165.0, 4204.0, 4165.0, 4194.0, 4151.0, 4192.0, 4179.0, 4183.0, 4213.0, 4194.0, 4212.0, 4182.0, 4201.0, 4169.0, 4189.0, 4170.0, 4202.0, 4171.0, 4180.0, 4159.0, 4181.0, 4138.0, 4182.0, 4213.0, 4183.0, 4213.0, 4194.0, 4203.0, 4183.0, 4191.0, 4182.0, 4202.0, 4183.0, 4205.0, 4183.0, 4203.0, 4171.0, 4180.0, 4126.0, 4168.0, 4198.0, 4170.0, 4210.0, 4169.0, 4197.0, 4168.0, 4188.0, 4169.0, 4200.0, 4170.0, 4189.0, 4169.0, 4179.0, 4148.0, 4181.0, 4140.0, 4207.0, 4193.0, 4183.0, 4213.0, 4182.0, 4201.0, 4171.0, 4203.0, 4173.0, 4203.0, 4173.0, 4203.0, 4161.0, 4192.0, 4152.0, 4206.0, 4153.0, 4186.0, 4142.0, 4194.0, 4225.0, 4184.0, 4215.0, 4174.0, 4214.0, 4173.0, 4191.0, 4149.0, 4181.0, 4161.0, 4192.0, 4191.0, 4182.0, 4211.0, 4181.0, 4190.0, 4160.0, 4191.0, 4171.0, 4201.0, 4172.0, 4180.0, 4148.0, 4180.0, 4161.0, 4182.0, 4214.0, 4194.0, 4201.0, 4170.0, 4200.0, 4182.0, 4212.0, 4182.0, 4212.0, 4172.0, 4187.0, 4171.0, 4202.0, 4161.0, 4203.0, 4172.0, 4189.0, 4159.0, 4169.0, 4126.0, 4181.0, 4170.0, 4182.0, 4165.0, 4195.0, 4199.0, 4169.0, 4189.0, 4161.0, 4214.0, 4173.0, 4202.0, 4184.0, 4192.0, 4172.0, 4203.0, 4173.0, 4204.0, 4183.0, 4203.0, 4161.0, 4182.0, 4139.0, 4192.0, 4160.0, 4192.0, 4171.0, 4183.0, 4190.0, 4179.0, 4197.0, 4168.0, 4188.0, 4160.0, 4203.0, 4171.0, 4201.0, 4171.0, 4168.0, 4159.0, 4180.0, 4161.0, 4203.0, 4173.0, 4184.0, 4152.0, 4183.0, 4170.0, 4183.0, 4212.0, 4172.0, 4202.0, 4172.0, 4200.0, 4159.0, 4180.0, 4127.0, 4170.0, 4200.0, 4175.0, 4213.0, 4184.0, 4203.0, 4182.0, 4190.0, 4173.0, 4214.0, 4175.0, 4224.0, 4187.0, 4225.0, 4185.0, 4204.0, 4173.0, 4205.0, 4173.0, 4205.0, 4151.0, 4182.0, 4168.0, 4171.0, 4200.0, 4171.0, 4202.0, 4172.0, 4179.0, 4148.0, 4169.0, 4140.0, 4181.0, 4191.0, 4171.0, 4162.0, 4183.0, 4150.0, 4170.0, 4213.0, 4185.0, 4226.0, 4186.0, 4216.0, 4184.0, 4204.0, 4173.0, 4205.0, 4164.0, 4205.0, 4152.0, 4193.0, 4142.0, 4171.0, 4200.0, 4181.0, 4211.0, 4172.0, 4200.0, 4180.0, 4198.0, 4170.0, 4201.0, 4172.0, 4201.0, 4172.0, 4200.0, 4170.0, 4178.0, 4159.0, 4191.0, 4161.0, 4202.0, 4161.0, 4181.0, 4138.0, 4180.0, 4159.0, 4180.0, 4200.0, 4171.0, 4180.0, 4192.0, 4189.0, 4170.0, 4199.0, 4172.0, 4202.0, 4173.0, 4204.0, 4172.0, 4201.0, 4159.0, 4190.0, 4127.0, 4181.0, 4179.0, 4180.0, 4209.0, 4169.0, 4198.0, 4158.0, 4176.0, 4137.0, 4189.0, 4139.0, 4202.0, 4162.0, 4171.0, 4150.0, 4182.0, 4129.0, 4172.0, 4213.0, 4162.0, 4203.0, 4171.0, 4190.0, 4150.0, 4169.0, 4127.0, 4170.0, 4169.0, 4171.0, 4212.0, 4172.0, 4212.0, 4172.0, 4191.0, 4152.0, 4193.0, 4165.0, 4215.0, 4186.0, 4205.0, 4165.0, 4205.0, 4155.0, 4206.0, 4165.0, 4196.0, 4153.0, 4184.0, 4211.0, 4161.0, 4192.0, 4162.0, 4213.0, 4162.0, 4191.0, 4150.0, 4181.0, 4141.0, 4193.0, 4152.0, 4204.0, 4154.0, 4185.0, 4142.0, 4183.0, 4162.0, 4205.0, 4216.0, 4185.0, 4214.0, 4183.0, 4201.0, 4160.0, 4191.0, 4161.0, 4202.0, 4149.0, 4169.0, 4126.0, 4168.0, 4196.0, 4157.0, 4187.0, 4147.0, 4189.0, 4140.0, 4189.0, 4150.0, 4139.0, 4150.0, 4149.0, 4140.0, 4193.0, 4143.0, 4206.0, 4154.0, 4195.0, 4142.0, 4195.0, 4202.0, 4194.0, 4224.0, 4174.0, 4202.0, 4172.0, 4191.0, 4140.0, 4203.0, 4162.0, 4197.0, 4171.0, 4172.0, 4189.0, 4161.0, 4201.0, 4165.0, 4203.0, 4196.0, 4203.0, 4174.0, 4204.0, 4196.0, 4185.0, 4196.0, 4172.0, 4184.0, 4213.0, 4174.0, 4215.0, 4197.0, 4215.0, 4195.0, 4202.0, 4171.0, 4189.0, 4170.0, 4201.0, 4173.0, 4212.0, 4183.0, 4201.0, 4170.0, 4188.0, 4157.0, 4188.0, 4138.0, 4200.0, 4148.0, 4178.0, 4149.0, 4178.0, 4126.0, 4179.0, 4128.0, 4180.0, 4128.0, 4171.0, 4179.0, 4169.0, 4199.0, 4169.0, 4189.0, 4161.0, 4201.0, 4172.0, 4202.0, 4173.0, 4191.0, 4161.0, 4192.0, 4141.0, 4194.0, 4143.0, 4205.0, 4143.0, 4184.0, 4192.0, 4162.0, 4201.0, 4152.0, 4215.0, 4176.0, 4205.0, 4166.0, 4195.0, 4142.0, 4185.0, 4226.0, 4187.0, 4225.0, 4187.0, 4204.0, 4164.0, 4205.0, 4166.0, 4218.0, 4188.0, 4219.0, 4177.0, 4218.0, 4176.0, 4219.0, 4177.0, 4196.0, 4173.0, 4185.0, 4213.0, 4186.0, 4214.0, 4183.0, 4200.0, 4171.0, 4192.0, 4172.0, 4202.0, 4183.0, 4212.0, 4183.0, 4201.0, 4171.0, 4201.0, 4171.0, 4202.0, 4171.0, 4189.0, 4148.0, 4179.0, 4127.0, 4179.0, 4157.0, 4179.0, 4149.0, 4168.0, 4176.0, 4167.0, 4187.0, 4157.0, 4190.0, 4160.0, 4201.0, 4172.0, 4201.0, 4171.0, 4179.0, 4138.0, 4181.0, 4170.0, 4193.0, 4203.0, 4183.0, 4213.0, 4182.0, 4199.0, 4172.0, 4190.0, 4161.0, 4203.0, 4162.0, 4193.0, 4151.0, 4182.0, 4139.0, 4181.0, 4200.0, 4172.0, 4202.0, 4185.0, 4203.0, 4173.0, 4201.0, 4160.0, 4190.0, 4128.0, 4185.0, 4211.0, 4171.0, 4212.0, 4182.0, 4200.0, 4170.0, 4178.0, 4139.0, 4183.0, 4141.0, 4195.0, 4154.0, 4197.0, 4154.0, 4195.0, 4203.0, 4175.0, 4216.0, 4186.0, 4216.0, 4187.0, 4215.0, 4184.0, 4203.0, 4130.0, 4194.0, 4182.0, 4195.0, 4213.0, 4182.0, 4210.0, 4170.0, 4189.0, 4161.0, 4191.0, 4162.0, 4213.0, 4173.0, 4192.0, 4151.0, 4171.0, 4129.0, 4193.0, 4194.0, 4197.0, 4204.0, 4185.0, 4201.0, 4172.0, 4203.0, 4163.0, 4214.0, 4174.0, 4204.0, 4174.0, 4204.0, 4145.0, 4205.0, 4155.0, 4206.0, 4166.0, 4195.0, 4142.0, 4196.0, 4185.0, 4207.0, 4175.0, 4197.0, 4165.0, 4186.0, 4183.0, 4174.0, 4225.0, 4196.0, 4225.0, 4186.0, 4214.0, 4173.0, 4202.0, 4161.0, 4203.0, 4152.0, 4204.0, 4152.0, 4182.0, 4140.0, 4170.0, 4129.0, 4182.0, 4172.0, 4194.0, 4183.0, 4195.0, 4202.0, 4182.0, 4202.0, 4153.0, 4204.0, 4173.0, 4202.0, 4172.0, 4191.0, 4139.0, 4182.0, 4129.0, 4192.0, 4140.0, 4183.0, 4139.0, 4180.0, 4198.0, 4159.0, 4190.0, 4151.0, 4202.0, 4172.0, 4202.0, 4173.0, 4180.0, 4129.0, 4191.0, 4141.0, 4193.0, 4152.0, 4194.0, 4142.0, 4182.0, 4180.0, 4171.0, 4200.0, 4151.0, 4203.0, 4161.0, 4192.0, 4161.0, 4169.0, 4128.0, 4180.0, 4141.0, 4193.0, 4172.0, 4174.0, 4151.0, 4172.0, 4201.0, 4161.0, 4203.0, 4153.0, 4215.0, 4163.0, 4194.0, 4141.0, 4182.0, 4150.0, 4193.0, 4202.0, 4172.0, 4201.0, 4161.0, 4192.0, 4151.0, 4204.0, 4165.0, 4203.0, 4163.0, 4182.0, 4141.0, 4193.0, 4154.0, 4205.0, 4186.0, 4205.0, 4176.0, 4205.0, 4142.0, 4205.0, 4184.0, 4206.0, 4194.0, 4184.0, 4200.0, 4172.0, 4201.0, 4161.0, 4202.0, 4160.0, 4189.0, 4160.0, 4189.0, 4139.0, 4190.0, 4149.0, 4169.0, 4128.0, 4169.0, 4128.0, 4171.0, 4172.0, 4182.0, 4151.0, 4183.0, 4172.0, 4184.0, 4191.0, 4162.0, 4203.0, 4163.0, 4213.0, 4162.0, 4192.0, 4130.0, 4171.0, 4200.0, 4170.0, 4211.0, 4160.0, 4200.0, 4161.0, 4168.0, 4138.0, 4192.0, 4140.0, 4192.0, 4141.0, 4183.0, 4141.0, 4184.0, 4182.0, 4194.0, 4204.0, 4185.0, 4192.0, 4183.0, 4212.0, 4162.0, 4202.0, 4173.0, 4203.0, 4172.0, 4202.0, 4161.0, 4190.0, 4128.0, 4180.0, 4132.0, 4203.0, 4152.0, 4181.0, 4139.0, 4170.0, 4128.0, 4160.0, 4190.0, 4171.0, 4211.0, 4171.0, 4200.0, 4160.0, 4188.0, 4150.0, 4191.0, 4152.0, 4203.0, 4153.0, 4182.0, 4152.0, 4183.0, 4141.0, 4194.0, 4214.0, 4185.0, 4214.0, 4175.0, 4213.0, 4172.0, 4202.0, 4152.0, 4203.0, 4141.0, 4203.0, 4142.0, 4173.0, 4139.0, 4171.0, 4179.0, 4161.0, 4202.0, 4151.0, 4213.0, 4161.0, 4190.0, 4129.0, 4181.0, 4129.0, 4183.0, 4173.0, 4184.0, 4143.0, 4185.0, 4173.0, 4184.0, 4212.0, 4163.0, 4204.0, 4162.0, 4204.0, 4163.0, 4182.0, 4129.0, 4170.0, 4189.0, 4148.0, 4188.0, 4139.0, 4200.0, 4152.0, 4202.0, 4151.0, 4149.0, 4140.0, 4149.0, 4141.0, 4193.0, 4155.0, 4194.0, 4144.0, 4195.0, 4142.0, 4195.0, 4203.0, 4183.0, 4212.0, 4150.0, 4189.0, 4148.0, 4189.0, 4139.0, 4191.0, 4140.0, 4170.0, 4128.0, 4160.0, 4179.0, 4149.0, 4190.0, 4141.0, 4202.0, 4142.0, 4200.0, 4152.0, 4181.0, 4152.0, 4192.0, 4152.0, 4193.0, 4153.0, 4206.0, 4154.0, 4174.0, 4172.0, 4162.0, 4200.0, 4140.0, 4191.0, 4150.0, 4212.0, 4150.0, 4179.0, 4129.0, 4150.0, 4129.0, 4152.0, 4202.0, 4175.0, 4215.0, 4154.0, 4203.0, 4155.0, 4204.0, 4166.0, 4217.0, 4166.0, 4216.0, 4154.0, 4194.0, 4141.0, 4194.0, 4213.0, 4173.0, 4213.0, 4171.0, 4200.0, 4138.0, 4179.0, 4127.0, 4138.0, 4188.0, 4150.0, 4202.0, 4152.0, 4202.0, 4153.0, 4172.0, 4154.0, 4193.0, 4155.0, 4196.0, 4167.0, 4229.0, 4179.0, 4218.0, 4157.0, 4206.0, 4153.0, 4195.0, 4224.0, 4194.0, 4213.0, 4172.0, 4202.0, 4148.0, 4179.0, 4167.0, 4136.0, 4187.0, 4147.0, 4189.0, 4137.0, 4169.0, 4127.0, 4138.0, 4137.0, 4169.0, 4139.0, 4183.0, 4203.0, 4154.0, 4163.0, 4154.0, 4203.0, 4165.0, 4206.0, 4164.0, 4214.0, 4153.0, 4205.0, 4141.0, 4192.0, 4151.0, 4204.0, 4152.0, 4183.0, 4141.0, 4181.0, 4138.0, 4191.0, 4200.0, 4180.0, 4210.0, 4159.0, 4199.0, 4127.0, 4177.0, 4126.0, 4178.0, 4116.0, 4179.0, 4157.0, 4179.0, 4198.0, 4137.0, 4186.0, 4136.0, 4176.0, 4137.0, 4189.0, 4129.0, 4202.0, 4141.0, 4163.0, 4140.0, 4172.0, 4179.0, 4140.0, 4201.0, 4140.0, 4203.0, 4140.0, 4161.0, 4129.0, 4152.0, 4194.0, 4154.0, 4194.0, 4166.0, 4205.0, 4155.0, 4215.0, 4143.0, 4195.0, 4153.0, 4206.0, 4205.0, 4175.0, 4213.0, 4152.0, 4200.0, 4139.0, 4190.0, 4130.0, 4194.0, 4172.0, 4174.0, 4141.0, 4142.0, 4160.0, 4153.0, 4202.0, 4154.0, 4214.0, 4177.0, 4215.0, 4140.0, 4171.0, 4148.0, 4139.0, 4200.0, 4150.0, 4200.0, 4161.0, 4201.0, 4152.0, 4191.0, 4152.0, 4194.0, 4153.0, 4205.0, 4153.0, 4184.0, 4160.0, 4151.0, 4202.0, 4152.0, 4203.0, 4163.0, 4214.0, 4151.0, 4180.0, 4128.0, 4180.0, 4127.0, 4170.0, 4200.0, 4162.0, 4214.0, 4154.0, 4172.0, 4153.0, 4192.0, 4165.0, 4205.0, 4186.0, 4216.0, 4166.0, 4215.0, 4165.0, 4205.0, 4174.0, 4214.0, 4163.0, 4203.0, 4139.0, 4190.0, 4117.0, 4181.0, 4200.0, 4170.0, 4209.0, 4159.0, 4187.0, 4138.0, 4177.0, 4128.0, 4179.0, 4141.0, 4193.0, 4142.0, 4182.0, 4141.0, 4152.0, 4190.0, 4139.0, 4202.0, 4141.0, 4192.0, 4140.0, 4195.0, 4161.0, 4141.0, 4201.0, 4163.0, 4203.0, 4163.0, 4204.0, 4155.0, 4196.0, 4155.0, 4196.0, 4145.0, 4208.0, 4187.0, 4208.0, 4217.0, 4166.0, 4214.0, 4154.0, 4204.0, 4162.0, 4216.0, 4165.0, 4194.0, 4141.0, 4183.0, 4201.0, 4161.0, 4202.0, 4171.0, 4190.0, 4128.0, 4159.0, 4187.0, 4137.0, 4189.0, 4126.0, 4180.0, 4129.0, 4182.0, 4141.0, 4152.0, 4143.0, 4163.0, 4155.0, 4207.0, 4157.0, 4210.0, 4168.0, 4209.0, 4156.0, 4209.0, 4206.0, 4207.0, 4226.0, 4185.0, 4213.0, 4163.0, 4202.0, 4152.0, 4202.0, 4171.0, 4213.0, 4162.0, 4200.0, 4139.0, 4189.0, 4127.0, 4190.0, 4149.0, 4191.0, 4158.0, 4147.0, 4166.0, 4147.0, 4185.0, 4136.0, 4187.0, 4137.0, 4199.0, 4137.0, 4177.0, 4137.0, 4158.0, 4127.0, 4170.0, 4151.0, 4192.0, 4143.0, 4173.0, 4154.0, 4205.0, 4155.0, 4217.0, 4156.0, 4205.0, 4143.0, 4194.0, 4140.0, 4172.0, 4201.0, 4172.0, 4211.0, 4171.0, 4200.0, 4150.0, 4189.0, 4150.0, 4191.0, 4153.0, 4203.0, 4153.0, 4192.0, 4141.0, 4192.0, 4130.0, 4161.0, 4201.0, 4162.0, 4203.0, 4173.0, 4192.0, 4153.0, 4191.0, 4154.0, 4204.0, 4166.0, 4227.0, 4167.0, 4218.0, 4155.0, 4205.0, 4142.0, 4194.0, 4193.0, 4184.0, 4202.0, 4161.0, 4189.0, 4138.0, 4180.0, 4127.0, 4138.0, 4187.0, 4149.0, 4200.0, 4140.0, 4170.0, 4140.0, 4161.0, 4154.0, 4194.0, 4155.0, 4217.0, 4168.0, 4218.0, 4157.0, 4218.0, 4167.0, 4219.0, 4166.0, 4209.0, 4144.0, 4196.0, 4194.0, 4195.0, 4214.0, 4196.0, 4209.0, 4190.0, 4156.0, 4186.0, 4153.0, 4185.0, 4153.0, 4184.0, 4175.0, 4173.0, 4193.0, 4186.0, 4155.0, 4205.0, 4154.0, 4163.0, 4170.0, 4152.0, 4175.0, 4164.0, 4182.0, 4152.0, 4130.0, 4161.0, 4142.0, 4192.0, 4151.0, 4216.0, 4173.0, 4151.0, 4160.0, 4140.0, 4151.0, 4181.0, 4151.0, 4190.0, 4175.0, 4211.0, 4171.0, 4148.0, 4157.0, 4136.0, 4165.0, 4146.0, 4190.0, 4168.0, 4147.0, 4166.0], 'WindowWidth': [9531.0, 9449.0, 9439.0, 9350.0, 9383.0, 9315.0, 9335.0, 9312.0, 9295.0, 9313.0, 9283.0, 9298.0, 9258.0, 9299.0, 9277.0, 9321.0, 9265.0, 9297.0, 9238.0, 9312.0, 9318.0, 9317.0, 9345.0, 9320.0, 9329.0, 9318.0, 9342.0, 9326.0, 9366.0, 9325.0, 9344.0, 9327.0, 9323.0, 9284.0, 9346.0, 9307.0, 9333.0, 9303.0, 9302.0, 9283.0, 9343.0, 9276.0, 9353.0, 9305.0, 9333.0, 9271.0, 9312.0, 9302.0, 9298.0, 9335.0, 9302.0, 9340.0, 9301.0, 9343.0, 9281.0, 9314.0, 9295.0, 9321.0, 9298.0, 9332.0, 9294.0, 9319.0, 9315.0, 9336.0, 9316.0, 9312.0, 9301.0, 9280.0, 9291.0, 9312.0, 9295.0, 9332.0, 9305.0, 9351.0, 9294.0, 9310.0, 9307.0, 9298.0, 9294.0, 9248.0, 9305.0, 9276.0, 9317.0, 9272.0, 9317.0, 9261.0, 9320.0, 9273.0, 9300.0, 9266.0, 9309.0, 9254.0, 9302.0, 9258.0, 9269.0, 9253.0, 9299.0, 9263.0, 9318.0, 9276.0, 9317.0, 9245.0, 9286.0, 9260.0, 9320.0, 9265.0, 9336.0, 9241.0, 9279.0, 9250.0, 9324.0, 9268.0, 9343.0, 9269.0, 9295.0, 9266.0, 9323.0, 9285.0, 9345.0, 9299.0, 9309.0, 9278.0, 9307.0, 9242.0, 9304.0, 9301.0, 9310.0, 9335.0, 9275.0, 9281.0, 9268.0, 9307.0, 9288.0, 9329.0, 9293.0, 9304.0, 9280.0, 9315.0, 9296.0, 9323.0, 9296.0, 9335.0, 9298.0, 9319.0, 9274.0, 9281.0, 9243.0, 9318.0, 9261.0, 9308.0, 9247.0, 9275.0, 9228.0, 9288.0, 9230.0, 9303.0, 9263.0, 9293.0, 9275.0, 9303.0, 9246.0, 9308.0, 9302.0, 9291.0, 9285.0, 9269.0, 9274.0, 9264.0, 9305.0, 9283.0, 9325.0, 9271.0, 9306.0, 9268.0, 9291.0, 9271.0, 9314.0, 9274.0, 9340.0, 9280.0, 9299.0, 9306.0, 9277.0, 9274.0, 9306.0, 9278.0, 9333.0, 9299.0, 9323.0, 9260.0, 9291.0, 9271.0, 9289.0, 9330.0, 9290.0, 9312.0, 9269.0, 9289.0, 9246.0, 9290.0, 9238.0, 9322.0, 9258.0, 9270.0, 9240.0, 9269.0, 9216.0, 9290.0, 9261.0, 9292.0, 9284.0, 9271.0, 9308.0, 9274.0, 9314.0, 9277.0, 9311.0, 9274.0, 9293.0, 9268.0, 9297.0, 9272.0, 9312.0, 9274.0, 9296.0, 9258.0, 9283.0, 9255.0, 9287.0, 9259.0, 9302.0, 9277.0, 9288.0, 9258.0, 9284.0, 9237.0, 9285.0, 9255.0, 9301.0, 9256.0, 9270.0, 9207.0, 9266.0, 9216.0, 9288.0, 9257.0, 9293.0, 9236.0, 9289.0, 9293.0, 9288.0, 9344.0, 9294.0, 9348.0, 9293.0, 9294.0, 9270.0, 9296.0, 9288.0, 9316.0, 9290.0, 9297.0, 9270.0, 9302.0, 9243.0, 9305.0, 9260.0, 9291.0, 9320.0, 9266.0, 9292.0, 9256.0, 9316.0, 9273.0, 9287.0, 9279.0, 9287.0, 9245.0, 9307.0, 9273.0, 9325.0, 9274.0, 9311.0, 9250.0, 9301.0, 9280.0, 9292.0, 9333.0, 9309.0, 9328.0, 9288.0, 9312.0, 9268.0, 9294.0, 9269.0, 9317.0, 9272.0, 9283.0, 9255.0, 9285.0, 9225.0, 9289.0, 9333.0, 9293.0, 9331.0, 9311.0, 9319.0, 9295.0, 9300.0, 9289.0, 9316.0, 9292.0, 9325.0, 9292.0, 9320.0, 9274.0, 9281.0, 9204.0, 9264.0, 9303.0, 9269.0, 9322.0, 9265.0, 9299.0, 9264.0, 9289.0, 9268.0, 9311.0, 9270.0, 9294.0, 9268.0, 9280.0, 9239.0, 9286.0, 9231.0, 9332.0, 9307.0, 9292.0, 9334.0, 9291.0, 9309.0, 9275.0, 9319.0, 9281.0, 9320.0, 9281.0, 9320.0, 9261.0, 9303.0, 9249.0, 9328.0, 9255.0, 9300.0, 9240.0, 9310.0, 9351.0, 9297.0, 9338.0, 9283.0, 9334.0, 9279.0, 9299.0, 9240.0, 9285.0, 9257.0, 9303.0, 9299.0, 9289.0, 9325.0, 9286.0, 9295.0, 9258.0, 9301.0, 9274.0, 9314.0, 9276.0, 9284.0, 9236.0, 9284.0, 9258.0, 9291.0, 9335.0, 9309.0, 9312.0, 9271.0, 9308.0, 9288.0, 9329.0, 9290.0, 9327.0, 9276.0, 9290.0, 9274.0, 9316.0, 9261.0, 9318.0, 9274.0, 9293.0, 9252.0, 9264.0, 9206.0, 9285.0, 9270.0, 9291.0, 9275.0, 9310.0, 9306.0, 9267.0, 9294.0, 9260.0, 9337.0, 9280.0, 9316.0, 9295.0, 9301.0, 9276.0, 9318.0, 9279.0, 9324.0, 9292.0, 9317.0, 9259.0, 9289.0, 9228.0, 9301.0, 9255.0, 9301.0, 9272.0, 9291.0, 9295.0, 9280.0, 9300.0, 9263.0, 9291.0, 9255.0, 9319.0, 9274.0, 9312.0, 9274.0, 9264.0, 9253.0, 9282.0, 9261.0, 9320.0, 9279.0, 9294.0, 9249.0, 9290.0, 9270.0, 9290.0, 9327.0, 9276.0, 9315.0, 9275.0, 9309.0, 9254.0, 9282.0, 9208.0, 9269.0, 9310.0, 9286.0, 9334.0, 9297.0, 9319.0, 9292.0, 9298.0, 9281.0, 9335.0, 9288.0, 9350.0, 9305.0, 9352.0, 9299.0, 9321.0, 9280.0, 9325.0, 9280.0, 9324.0, 9248.0, 9287.0, 9264.0, 9269.0, 9308.0, 9272.0, 9317.0, 9273.0, 9279.0, 9238.0, 9266.0, 9232.0, 9287.0, 9298.0, 9275.0, 9263.0, 9295.0, 9245.0, 9275.0, 9333.0, 9301.0, 9357.0, 9303.0, 9339.0, 9296.0, 9319.0, 9279.0, 9325.0, 9268.0, 9325.0, 9250.0, 9304.0, 9237.0, 9273.0, 9308.0, 9287.0, 9327.0, 9275.0, 9310.0, 9284.0, 9304.0, 9270.0, 9312.0, 9275.0, 9312.0, 9276.0, 9308.0, 9268.0, 9275.0, 9254.0, 9298.0, 9259.0, 9314.0, 9259.0, 9285.0, 9223.0, 9283.0, 9253.0, 9284.0, 9308.0, 9272.0, 9284.0, 9301.0, 9293.0, 9269.0, 9307.0, 9276.0, 9316.0, 9281.0, 9320.0, 9275.0, 9311.0, 9252.0, 9293.0, 9208.0, 9284.0, 9278.0, 9284.0, 9321.0, 9267.0, 9301.0, 9248.0, 9270.0, 9223.0, 9292.0, 9229.0, 9315.0, 9263.0, 9273.0, 9245.0, 9289.0, 9214.0, 9275.0, 9329.0, 9263.0, 9319.0, 9273.0, 9294.0, 9242.0, 9265.0, 9207.0, 9268.0, 9266.0, 9274.0, 9328.0, 9277.0, 9328.0, 9278.0, 9298.0, 9253.0, 9306.0, 9272.0, 9338.0, 9304.0, 9326.0, 9274.0, 9323.0, 9260.0, 9329.0, 9271.0, 9315.0, 9252.0, 9293.0, 9324.0, 9259.0, 9301.0, 9262.0, 9332.0, 9262.0, 9299.0, 9244.0, 9286.0, 9233.0, 9306.0, 9251.0, 9324.0, 9257.0, 9300.0, 9239.0, 9293.0, 9262.0, 9326.0, 9341.0, 9297.0, 9334.0, 9291.0, 9310.0, 9257.0, 9297.0, 9258.0, 9315.0, 9240.0, 9268.0, 9206.0, 9262.0, 9297.0, 9245.0, 9285.0, 9234.0, 9295.0, 9229.0, 9293.0, 9244.0, 9229.0, 9246.0, 9242.0, 9233.0, 9307.0, 9240.0, 9329.0, 9257.0, 9312.0, 9237.0, 9311.0, 9316.0, 9308.0, 9348.0, 9280.0, 9314.0, 9276.0, 9298.0, 9230.0, 9321.0, 9263.0, 9321.0, 9276.0, 9276.0, 9293.0, 9260.0, 9315.0, 9272.0, 9320.0, 9319.0, 9320.0, 9283.0, 9321.0, 9316.0, 9299.0, 9315.0, 9280.0, 9296.0, 9330.0, 9282.0, 9338.0, 9320.0, 9338.0, 9313.0, 9314.0, 9273.0, 9291.0, 9271.0, 9314.0, 9279.0, 9329.0, 9293.0, 9312.0, 9272.0, 9288.0, 9248.0, 9291.0, 9225.0, 9311.0, 9239.0, 9278.0, 9242.0, 9277.0, 9207.0, 9282.0, 9211.0, 9284.0, 9214.0, 9272.0, 9280.0, 9268.0, 9304.0, 9267.0, 9293.0, 9261.0, 9314.0, 9277.0, 9315.0, 9281.0, 9299.0, 9261.0, 9301.0, 9234.0, 9308.0, 9241.0, 9327.0, 9241.0, 9298.0, 9302.0, 9262.0, 9314.0, 9251.0, 9338.0, 9289.0, 9325.0, 9275.0, 9314.0, 9238.0, 9300.0, 9356.0, 9305.0, 9354.0, 9306.0, 9324.0, 9273.0, 9327.0, 9279.0, 9349.0, 9311.0, 9350.0, 9293.0, 9347.0, 9290.0, 9353.0, 9290.0, 9315.0, 9278.0, 9297.0, 9333.0, 9303.0, 9335.0, 9294.0, 9310.0, 9274.0, 9301.0, 9278.0, 9317.0, 9294.0, 9329.0, 9293.0, 9312.0, 9272.0, 9314.0, 9273.0, 9318.0, 9272.0, 9293.0, 9239.0, 9278.0, 9207.0, 9282.0, 9249.0, 9279.0, 9240.0, 9265.0, 9270.0, 9258.0, 9283.0, 9248.0, 9296.0, 9258.0, 9313.0, 9277.0, 9314.0, 9276.0, 9282.0, 9225.0, 9286.0, 9271.0, 9307.0, 9318.0, 9292.0, 9332.0, 9289.0, 9307.0, 9273.0, 9296.0, 9261.0, 9319.0, 9262.0, 9306.0, 9249.0, 9289.0, 9229.0, 9285.0, 9308.0, 9276.0, 9317.0, 9297.0, 9318.0, 9278.0, 9314.0, 9258.0, 9297.0, 9211.0, 9300.0, 9326.0, 9274.0, 9329.0, 9291.0, 9311.0, 9272.0, 9278.0, 9229.0, 9291.0, 9236.0, 9313.0, 9259.0, 9320.0, 9260.0, 9313.0, 9319.0, 9285.0, 9341.0, 9304.0, 9343.0, 9305.0, 9340.0, 9298.0, 9319.0, 9218.0, 9308.0, 9290.0, 9311.0, 9332.0, 9290.0, 9324.0, 9271.0, 9291.0, 9259.0, 9299.0, 9263.0, 9334.0, 9280.0, 9301.0, 9247.0, 9272.0, 9214.0, 9306.0, 9307.0, 9319.0, 9323.0, 9298.0, 9312.0, 9276.0, 9318.0, 9269.0, 9338.0, 9285.0, 9322.0, 9283.0, 9322.0, 9246.0, 9326.0, 9259.0, 9329.0, 9277.0, 9313.0, 9239.0, 9314.0, 9298.0, 9331.0, 9286.0, 9319.0, 9272.0, 9301.0, 9291.0, 9283.0, 9350.0, 9317.0, 9353.0, 9301.0, 9333.0, 9278.0, 9315.0, 9261.0, 9317.0, 9250.0, 9321.0, 9250.0, 9289.0, 9230.0, 9271.0, 9214.0, 9290.0, 9276.0, 9309.0, 9294.0, 9313.0, 9317.0, 9289.0, 9317.0, 9253.0, 9323.0, 9278.0, 9315.0, 9275.0, 9297.0, 9226.0, 9289.0, 9215.0, 9303.0, 9231.0, 9291.0, 9230.0, 9284.0, 9304.0, 9255.0, 9298.0, 9248.0, 9318.0, 9278.0, 9317.0, 9281.0, 9284.0, 9215.0, 9300.0, 9234.0, 9308.0, 9251.0, 9309.0, 9238.0, 9290.0, 9284.0, 9271.0, 9310.0, 9246.0, 9317.0, 9260.0, 9300.0, 9259.0, 9265.0, 9211.0, 9284.0, 9234.0, 9305.0, 9276.0, 9281.0, 9250.0, 9278.0, 9311.0, 9261.0, 9318.0, 9252.0, 9339.0, 9268.0, 9306.0, 9233.0, 9289.0, 9244.0, 9305.0, 9316.0, 9276.0, 9312.0, 9260.0, 9300.0, 9249.0, 9324.0, 9272.0, 9320.0, 9266.0, 9290.0, 9235.0, 9308.0, 9256.0, 9327.0, 9303.0, 9327.0, 9289.0, 9324.0, 9238.0, 9327.0, 9294.0, 9327.0, 9306.0, 9293.0, 9308.0, 9276.0, 9312.0, 9262.0, 9318.0, 9258.0, 9293.0, 9255.0, 9291.0, 9226.0, 9298.0, 9243.0, 9267.0, 9212.0, 9268.0, 9212.0, 9272.0, 9274.0, 9291.0, 9250.0, 9295.0, 9277.0, 9293.0, 9298.0, 9265.0, 9319.0, 9265.0, 9333.0, 9264.0, 9302.0, 9215.0, 9271.0, 9308.0, 9271.0, 9327.0, 9257.0, 9308.0, 9258.0, 9265.0, 9225.0, 9304.0, 9233.0, 9304.0, 9236.0, 9292.0, 9235.0, 9294.0, 9288.0, 9309.0, 9321.0, 9297.0, 9304.0, 9290.0, 9327.0, 9264.0, 9315.0, 9279.0, 9317.0, 9276.0, 9314.0, 9259.0, 9294.0, 9211.0, 9284.0, 9222.0, 9318.0, 9249.0, 9287.0, 9229.0, 9271.0, 9211.0, 9256.0, 9295.0, 9272.0, 9324.0, 9272.0, 9309.0, 9258.0, 9291.0, 9245.0, 9299.0, 9250.0, 9320.0, 9253.0, 9291.0, 9249.0, 9292.0, 9234.0, 9308.0, 9334.0, 9298.0, 9336.0, 9284.0, 9330.0, 9277.0, 9314.0, 9248.0, 9317.0, 9233.0, 9318.0, 9236.0, 9276.0, 9228.0, 9272.0, 9279.0, 9259.0, 9315.0, 9248.0, 9332.0, 9261.0, 9297.0, 9216.0, 9284.0, 9216.0, 9292.0, 9278.0, 9297.0, 9242.0, 9297.0, 9280.0, 9295.0, 9329.0, 9266.0, 9321.0, 9264.0, 9320.0, 9263.0, 9288.0, 9214.0, 9268.0, 9291.0, 9237.0, 9290.0, 9226.0, 9310.0, 9247.0, 9315.0, 9248.0, 9242.0, 9231.0, 9242.0, 9233.0, 9307.0, 9258.0, 9310.0, 9242.0, 9312.0, 9238.0, 9310.0, 9318.0, 9292.0, 9328.0, 9243.0, 9292.0, 9237.0, 9293.0, 9227.0, 9301.0, 9229.0, 9270.0, 9213.0, 9257.0, 9278.0, 9241.0, 9295.0, 9235.0, 9314.0, 9236.0, 9312.0, 9253.0, 9288.0, 9252.0, 9302.0, 9250.0, 9307.0, 9254.0, 9330.0, 9255.0, 9281.0, 9275.0, 9261.0, 9308.0, 9231.0, 9299.0, 9243.0, 9330.0, 9243.0, 9281.0, 9214.0, 9242.0, 9214.0, 9250.0, 9317.0, 9287.0, 9339.0, 9258.0, 9320.0, 9259.0, 9322.0, 9276.0, 9344.0, 9276.0, 9340.0, 9257.0, 9307.0, 9235.0, 9308.0, 9330.0, 9279.0, 9334.0, 9274.0, 9309.0, 9225.0, 9280.0, 9207.0, 9226.0, 9290.0, 9242.0, 9316.0, 9252.0, 9316.0, 9255.0, 9277.0, 9257.0, 9305.0, 9261.0, 9316.0, 9281.0, 9363.0, 9298.0, 9345.0, 9263.0, 9326.0, 9251.0, 9310.0, 9347.0, 9308.0, 9333.0, 9274.0, 9312.0, 9236.0, 9279.0, 9259.0, 9217.0, 9286.0, 9235.0, 9292.0, 9224.0, 9268.0, 9211.0, 9225.0, 9223.0, 9269.0, 9229.0, 9294.0, 9319.0, 9258.0, 9267.0, 9256.0, 9319.0, 9272.0, 9326.0, 9271.0, 9337.0, 9252.0, 9323.0, 9235.0, 9302.0, 9247.0, 9320.0, 9249.0, 9290.0, 9233.0, 9285.0, 9224.0, 9299.0, 9307.0, 9284.0, 9323.0, 9254.0, 9304.0, 9208.0, 9272.0, 9203.0, 9275.0, 9192.0, 9279.0, 9247.0, 9280.0, 9303.0, 9222.0, 9283.0, 9220.0, 9272.0, 9223.0, 9294.0, 9217.0, 9317.0, 9235.0, 9264.0, 9232.0, 9275.0, 9281.0, 9232.0, 9312.0, 9232.0, 9319.0, 9231.0, 9258.0, 9215.0, 9251.0, 9306.0, 9257.0, 9308.0, 9275.0, 9324.0, 9259.0, 9339.0, 9240.0, 9311.0, 9253.0, 9328.0, 9325.0, 9283.0, 9329.0, 9248.0, 9309.0, 9225.0, 9295.0, 9216.0, 9306.0, 9274.0, 9281.0, 9233.0, 9235.0, 9255.0, 9253.0, 9316.0, 9255.0, 9335.0, 9293.0, 9339.0, 9230.0, 9273.0, 9236.0, 9228.0, 9309.0, 9242.0, 9308.0, 9260.0, 9313.0, 9249.0, 9300.0, 9252.0, 9309.0, 9253.0, 9327.0, 9252.0, 9293.0, 9257.0, 9245.0, 9312.0, 9249.0, 9317.0, 9267.0, 9334.0, 9247.0, 9282.0, 9212.0, 9282.0, 9210.0, 9269.0, 9310.0, 9263.0, 9337.0, 9258.0, 9279.0, 9253.0, 9305.0, 9274.0, 9325.0, 9304.0, 9342.0, 9274.0, 9335.0, 9272.0, 9324.0, 9283.0, 9336.0, 9263.0, 9315.0, 9226.0, 9294.0, 9193.0, 9284.0, 9310.0, 9270.0, 9321.0, 9253.0, 9288.0, 9224.0, 9275.0, 9211.0, 9280.0, 9234.0, 9305.0, 9237.0, 9290.0, 9235.0, 9249.0, 9295.0, 9228.0, 9314.0, 9234.0, 9302.0, 9231.0, 9309.0, 9259.0, 9232.0, 9311.0, 9268.0, 9317.0, 9267.0, 9323.0, 9261.0, 9314.0, 9261.0, 9314.0, 9246.0, 9334.0, 9305.0, 9335.0, 9344.0, 9274.0, 9334.0, 9257.0, 9320.0, 9264.0, 9342.0, 9270.0, 9308.0, 9233.0, 9290.0, 9310.0, 9257.0, 9314.0, 9271.0, 9293.0, 9210.0, 9251.0, 9287.0, 9221.0, 9292.0, 9206.0, 9284.0, 9217.0, 9288.0, 9234.0, 9251.0, 9242.0, 9267.0, 9261.0, 9333.0, 9266.0, 9342.0, 9283.0, 9336.0, 9262.0, 9336.0, 9328.0, 9330.0, 9355.0, 9297.0, 9332.0, 9264.0, 9315.0, 9249.0, 9316.0, 9273.0, 9330.0, 9261.0, 9308.0, 9228.0, 9291.0, 9208.0, 9295.0, 9239.0, 9300.0, 9250.0, 9234.0, 9258.0, 9232.0, 9280.0, 9219.0, 9287.0, 9223.0, 9306.0, 9223.0, 9274.0, 9223.0, 9248.0, 9210.0, 9270.0, 9249.0, 9305.0, 9242.0, 9280.0, 9257.0, 9324.0, 9261.0, 9343.0, 9261.0, 9325.0, 9240.0, 9307.0, 9230.0, 9273.0, 9311.0, 9274.0, 9326.0, 9271.0, 9307.0, 9242.0, 9291.0, 9244.0, 9298.0, 9254.0, 9317.0, 9253.0, 9301.0, 9233.0, 9304.0, 9216.0, 9259.0, 9311.0, 9262.0, 9316.0, 9278.0, 9302.0, 9253.0, 9299.0, 9256.0, 9322.0, 9278.0, 9356.0, 9278.0, 9344.0, 9258.0, 9321.0, 9233.0, 9308.0, 9303.0, 9292.0, 9316.0, 9257.0, 9293.0, 9224.0, 9282.0, 9208.0, 9224.0, 9288.0, 9242.0, 9309.0, 9231.0, 9270.0, 9233.0, 9260.0, 9258.0, 9311.0, 9262.0, 9345.0, 9283.0, 9346.0, 9265.0, 9348.0, 9278.0, 9352.0, 9276.0, 9336.0, 9244.0, 9314.0, 9308.0, 9312.0, 9335.0, 9314.0, 9341.0, 9317.0, 9262.0, 9297.0, 9252.0, 9296.0, 9251.0, 9295.0, 9286.0, 9278.0, 9303.0, 9297.0, 9258.0, 9321.0, 9251.0, 9262.0, 9265.0, 9245.0, 9281.0, 9263.0, 9283.0, 9247.0, 9215.0, 9256.0, 9234.0, 9296.0, 9244.0, 9338.0, 9274.0, 9241.0, 9251.0, 9224.0, 9243.0, 9280.0, 9244.0, 9292.0, 9283.0, 9322.0, 9271.0, 9235.0, 9243.0, 9213.0, 9248.0, 9226.0, 9293.0, 9263.0, 9229.0, 9254.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.0037252840562003657</td></tr>
<tr><td colspan=3>aqi</td><td>0.029523948381185095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.9624505731846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2523725916320307</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0451385977811734</td></tr>
<tr><td colspan=3>efc</td><td>0.4818</td></tr>
<tr><td colspan=3>fber</td><td>3772.075</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1139095923877541</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.040928527794746</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4619498564450732</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4601639413451206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5333004850559555</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.392385142934143</td></tr>
<tr><td colspan=3>gcor</td><td>0.00606196</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008090170100331306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023700788617134094</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.968558564995487</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>33.6978</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.715</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.4597</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300260.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.7942</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4654</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.3799</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3388.2599</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.0136</td></tr>
<tr><td colspan=3>tsnr</td><td>32.690670603187755</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>