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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-02/func/sub-0083_ses-02_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7587c995742805df965d39207f64b538</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>17:04:25.347500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998142, -0.0609336, 0.000369212, 0.0606993, 0.994799, 0.0817937]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0933625</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7888, -7279, 880, -75, -554, 248, 103]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>553af59a-24de-4218-9d95-cbe488e83e73||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67794132232666, 0.16285167634487152, 0.014448444359004498, 105.27718353271484], [0.16348031163215637, 2.668973445892334, 0.22037217020988464, -120.01092529296875], [0.0009905699407681823, -0.2194465845823288, 2.690953016281128, -61.867759704589844], [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, 1859]</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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['170425.347500', '170425.807500', '170426.267500', '170426.727500', '170427.187500', '170427.647500', '170428.107500', '170428.567500', '170429.027500', '170429.487500', '170429.947500', '170430.407500', '170430.867500', '170431.327500', '170431.787500', '170432.247500', '170432.707500', '170433.167500', '170433.627500', '170434.087500', '170434.547500', '170435.007500', '170435.467500', '170435.927500', '170436.387500', '170436.847500', '170437.307500', '170437.767500', '170438.227500', '170438.687500', '170439.147500', '170439.607500', '170440.067500', '170440.527500', '170440.987500', '170441.447500', '170441.907500', '170442.367500', '170442.827500', '170443.287500', '170443.747500', '170444.207500', '170444.667500', '170445.127500', '170445.587500', '170446.047500', '170446.507500', '170446.967500', '170447.427500', '170447.887500', '170448.347500', '170448.807500', '170449.267500', '170449.727500', '170450.187500', '170450.647500', '170451.107500', '170451.567500', '170452.027500', '170452.487500', '170452.947500', '170453.407500', '170453.867500', '170454.327500', '170454.787500', '170455.247500', '170455.707500', '170456.167500', '170456.627500', '170457.087500', '170457.547500', '170458.007500', '170458.467500', '170458.927500', '170459.387500', '170459.847500', '170500.307500', '170500.767500', '170501.227500', '170501.687500', '170502.147500', '170502.607500', '170503.067500', '170503.527500', '170503.987500', '170504.447500', '170504.907500', '170505.367500', '170505.827500', '170506.287500', '170506.747500', '170507.207500', '170507.667500', '170508.127500', '170508.587500', '170509.047500', '170509.507500', '170509.967500', '170510.427500', '170510.887500', '170511.347500', '170511.807500', '170512.267500', '170512.727500', '170513.187500', '170513.647500', '170514.107500', '170514.567500', '170515.027500', '170515.487500', '170515.947500', '170516.407500', '170516.867500', '170517.327500', '170517.787500', '170518.247500', '170518.707500', '170519.167500', '170519.627500', '170520.087500', '170520.547500', '170521.007500', '170521.467500', '170521.927500', '170522.387500', '170522.847500', '170523.307500', '170523.767500', '170524.227500', '170524.687500', '170525.147500', '170525.607500', '170526.067500', '170526.527500', '170526.987500', '170527.447500', '170527.907500', '170528.367500', '170528.827500', '170529.287500', '170529.747500', '170530.207500', '170530.667500', '170531.127500', '170531.587500', '170532.047500', '170532.507500', '170532.967500', '170533.427500', '170533.887500', '170534.347500', '170534.807500', '170535.267500', '170535.727500', '170536.187500', '170536.647500', '170537.107500', '170537.567500', '170538.027500', '170538.487500', '170538.947500', '170539.407500', '170539.867500', '170540.327500', '170540.787500', '170541.247500', '170541.707500', '170542.167500', '170542.627500', '170543.087500', '170543.547500', '170544.007500', '170544.467500', '170544.927500', '170545.387500', '170545.847500', '170546.307500', '170546.767500', '170547.227500', '170547.687500', '170548.147500', '170548.607500', '170549.067500', '170549.527500', '170549.987500', '170550.447500', '170550.907500', '170551.367500', '170551.827500', '170552.287500', '170552.747500', '170553.207500', '170553.667500', '170554.127500', '170554.587500', '170555.047500', '170555.507500', '170555.967500', '170556.427500', '170556.887500', '170557.347500', '170557.807500', '170558.267500', '170558.727500', '170559.187500', '170559.647500', '170600.107500', '170600.567500', '170601.027500', '170601.487500', '170601.947500', '170602.407500', '170602.867500', '170603.327500', '170603.787500', '170604.247500', '170604.707500', '170605.167500', '170605.627500', '170606.087500', '170606.547500', '170607.007500', '170607.467500', '170607.927500', '170608.387500', '170608.847500', '170609.307500', '170609.767500', '170610.227500', '170610.687500', '170611.147500', '170611.607500', '170612.067500', '170612.527500', '170612.987500', '170613.447500', '170613.907500', '170614.367500', '170614.827500', '170615.287500', '170615.747500', '170616.207500', '170616.667500', '170617.127500', '170617.587500', '170618.047500', '170618.507500', '170618.967500', '170619.427500', '170619.887500', '170620.347500', '170620.807500', '170621.267500', '170621.727500', '170622.187500', '170622.647500', '170623.107500', '170623.567500', '170624.027500', '170624.487500', '170624.947500', '170625.407500', '170625.867500', '170626.327500', '170626.787500', '170627.247500', '170627.707500', '170628.167500', '170628.627500', '170629.087500', '170629.547500', '170630.007500', '170630.467500', '170630.927500', '170631.387500', '170631.847500', '170632.307500', '170632.767500', '170633.227500', '170633.687500', '170634.147500', '170634.607500', '170635.067500', '170635.527500', '170635.987500', '170636.447500', '170636.907500', '170637.367500', '170637.827500', '170638.287500', '170638.747500', '170639.207500', '170639.667500', '170640.127500', '170640.587500', '170641.047500', '170641.507500', '170641.967500', '170642.427500', '170642.887500', '170643.347500', '170643.807500', '170644.267500', '170644.727500', '170645.187500', '170645.647500', '170646.107500', '170646.567500', '170647.027500', '170647.487500', '170647.947500', '170648.407500', '170648.867500', '170649.327500', '170649.787500', '170650.247500', '170650.707500', '170651.167500', '170651.627500', '170652.087500', '170652.547500', '170653.007500', '170653.467500', '170653.927500', '170654.387500', '170654.847500', '170655.307500', '170655.767500', '170656.227500', '170656.687500', '170657.147500', '170657.607500', '170658.067500', '170658.527500', '170658.987500', '170659.447500', '170659.907500', '170700.367500', '170700.827500', '170701.287500', '170701.747500', '170702.207500', '170702.667500', '170703.127500', '170703.587500', '170704.047500', '170704.507500', '170704.967500', '170705.427500', '170705.887500', '170706.347500', '170706.807500', '170707.267500', '170707.727500', '170708.187500', '170708.647500', '170709.107500', '170709.567500', '170710.027500', '170710.487500', '170710.947500', '170711.407500', '170711.867500', '170712.327500', '170712.787500', '170713.247500', '170713.707500', '170714.167500', '170714.627500', '170715.087500', '170715.547500', '170716.007500', '170716.467500', '170716.927500', '170717.387500', '170717.847500', '170718.307500', '170718.767500', '170719.227500', '170719.687500', '170720.147500', '170720.607500', '170721.067500', '170721.527500', '170721.987500', '170722.447500', '170722.907500', '170723.367500', '170723.827500', '170724.287500', '170724.747500', '170725.207500', '170725.667500', '170726.127500', '170726.587500', '170727.047500', '170727.507500', '170727.967500', '170728.427500', '170728.887500', '170729.347500', '170729.807500', '170730.267500', '170730.727500', '170731.187500', '170731.647500', '170732.107500', '170732.567500', '170733.027500', '170733.487500', '170733.947500', '170734.407500', '170734.867500', '170735.327500', '170735.787500', '170736.247500', '170736.707500', '170737.167500', '170737.627500', '170738.087500', '170738.547500', '170739.007500', '170739.467500', '170739.927500', '170740.387500', '170740.847500', '170741.307500', '170741.767500', '170742.227500', '170742.687500', '170743.147500', '170743.607500', '170744.067500', '170744.527500', '170744.987500', '170745.447500', '170745.907500', '170746.367500', '170746.827500', '170747.287500', '170747.747500', '170748.207500', '170748.667500', '170749.127500', '170749.587500', '170750.047500', '170750.507500', '170750.967500', '170751.427500', '170751.887500', '170752.347500', '170752.807500', '170753.267500', '170753.727500', '170754.187500', '170754.647500', '170755.107500', '170755.567500', '170756.027500', '170756.487500', '170756.947500', '170757.407500', '170757.867500', '170758.327500', '170758.787500', '170759.247500', '170759.707500', '170800.167500', '170800.627500', '170801.087500', '170801.547500', '170802.007500', '170802.467500', '170802.927500', '170803.387500', '170803.847500', '170804.307500', '170804.767500', '170805.227500', '170805.687500', '170806.147500', '170806.607500', '170807.067500', '170807.527500', '170807.987500', '170808.447500', '170808.907500', '170809.367500', '170809.827500', '170810.287500', '170810.747500', '170811.207500', '170811.667500', '170812.127500', '170812.587500', '170813.047500', '170813.507500', '170813.967500', '170814.427500', '170814.887500', '170815.347500', '170815.807500', '170816.267500', '170816.727500', '170817.187500', '170817.647500', '170818.107500', '170818.567500', '170819.027500', '170819.487500', '170819.947500', '170820.407500', '170820.867500', '170821.327500', '170821.787500', '170822.247500', '170822.707500', '170823.167500', '170823.627500', '170824.087500', '170824.547500', '170825.007500', '170825.467500', '170825.927500', '170826.387500', '170826.847500', '170827.307500', '170827.767500', '170828.227500', '170828.687500', '170829.147500', '170829.607500', '170830.067500', '170830.527500', '170830.987500', '170831.447500', '170831.907500', '170832.367500', '170832.827500', '170833.287500', '170833.747500', '170834.207500', '170834.667500', '170835.127500', '170835.587500', '170836.047500', '170836.507500', '170836.967500', '170837.427500', '170837.887500', '170838.347500', '170838.807500', '170839.267500', '170839.727500', '170840.187500', '170840.647500', '170841.107500', '170841.567500', '170842.027500', '170842.487500', '170842.947500', '170843.407500', '170843.867500', '170844.327500', '170844.787500', '170845.247500', '170845.707500', '170846.167500', '170846.627500', '170847.087500', '170847.547500', '170848.007500', '170848.467500', '170848.927500', '170849.387500', '170849.847500', '170850.307500', '170850.767500', '170851.227500', '170851.687500', '170852.147500', '170852.607500', '170853.067500', '170853.527500', '170853.987500', '170854.447500', '170854.907500', '170855.367500', '170855.827500', '170856.287500', '170856.747500', '170857.207500', '170857.667500', '170858.127500', '170858.587500', '170859.047500', '170859.507500', '170859.967500', '170900.427500', '170900.887500', '170901.347500', '170901.807500', '170902.267500', '170902.727500', '170903.187500', '170903.647500', '170904.107500', '170904.567500', '170905.027500', '170905.487500', '170905.947500', '170906.407500', '170906.867500', '170907.327500', '170907.787500', '170908.247500', '170908.707500', '170909.167500', '170909.627500', '170910.087500', '170910.547500', '170911.007500', '170911.467500', '170911.927500', '170912.387500', '170912.847500', '170913.307500', '170913.767500', '170914.227500', '170914.687500', '170915.147500', '170915.607500', '170916.067500', '170916.527500', '170916.987500', '170917.447500', '170917.907500', '170918.367500', '170918.827500', '170919.287500', '170919.747500', '170920.207500', '170920.667500', '170921.127500', '170921.587500', '170922.047500', '170922.507500', '170922.967500', '170923.427500', '170923.887500', '170924.347500', '170924.807500', '170925.267500', '170925.727500', '170926.187500', '170926.647500', '170927.107500', '170927.567500', '170928.027500', '170928.487500', '170928.947500', '170929.407500', '170929.867500', '170930.327500', '170930.787500', '170931.247500', '170931.707500', '170932.167500', '170932.627500', '170933.087500', '170933.547500', '170934.007500', '170934.467500', '170934.927500', '170935.387500', '170935.847500', '170936.307500', '170936.767500', '170937.227500', '170937.687500', '170938.147500', '170938.607500', '170939.067500', '170939.527500', '170939.987500', '170940.447500', '170940.907500', '170941.367500', '170941.827500', '170942.287500', '170942.747500', '170943.207500', '170943.667500', '170944.127500', '170944.587500', '170945.047500', '170945.507500', '170945.967500', '170946.427500', '170946.887500', '170947.347500', '170947.807500', '170948.267500', '170948.727500', '170949.187500', '170949.647500', '170950.107500', '170950.567500', '170951.027500', '170951.487500', '170951.947500', '170952.407500', '170952.867500', '170953.327500', '170953.787500', '170954.247500', '170954.707500', '170955.167500', '170955.627500', '170956.087500', '170956.547500', '170957.007500', '170957.467500', '170957.927500', '170958.387500', '170958.847500', '170959.307500', '170959.767500', '171000.227500', '171000.687500', '171001.147500', '171001.607500', '171002.067500', '171002.527500', '171002.987500', '171003.447500', '171003.907500', '171004.367500', '171004.827500', '171005.287500', '171005.747500', '171006.207500', '171006.667500', '171007.127500', '171007.587500', '171008.047500', '171008.507500', '171008.967500', '171009.427500', '171009.887500', '171010.347500', '171010.807500', '171011.267500', '171011.727500', '171012.187500', '171012.647500', '171013.107500', '171013.567500', '171014.027500', '171014.487500', '171014.947500', '171015.407500', '171015.867500', '171016.327500', '171016.787500', '171017.247500', '171017.707500', '171018.167500', '171018.627500', '171019.087500', '171019.547500', '171020.007500', '171020.467500', '171020.927500', '171021.387500', '171021.847500', '171022.307500', '171022.767500', '171023.227500', '171023.687500', '171024.147500', '171024.607500', '171025.067500', '171025.527500', '171025.987500', '171026.447500', '171026.907500', '171027.367500', '171027.827500', '171028.287500', '171028.747500', '171029.207500', '171029.667500', '171030.127500', '171030.587500', '171031.047500', '171031.507500', '171031.967500', '171032.427500', '171032.887500', '171033.347500', '171033.807500', '171034.267500', '171034.727500', '171035.187500', '171035.647500', '171036.107500', '171036.567500', '171037.027500', '171037.487500', '171037.947500', '171038.407500', '171038.867500', '171039.327500', '171039.787500', '171040.247500', '171040.707500', '171041.167500', '171041.627500', '171042.087500', '171042.547500', '171043.007500', '171043.467500', '171043.927500', '171044.387500', '171044.847500', '171045.307500', '171045.767500', '171046.227500', '171046.687500', '171047.147500', '171047.607500', '171048.067500', '171048.527500', '171048.987500', '171049.447500', '171049.907500', '171050.367500', '171050.827500', '171051.287500', '171051.747500', '171052.207500', '171052.667500', '171053.127500', '171053.587500', '171054.047500', '171054.507500', '171054.967500', '171055.427500', '171055.887500', '171056.347500', '171056.807500', '171057.267500', '171057.727500', '171058.187500', '171058.647500', '171059.107500', '171059.567500', '171100.027500', '171100.487500', '171100.947500', '171101.407500', '171101.867500', '171102.327500', '171102.787500', '171103.247500', '171103.707500', '171104.167500', '171104.627500', '171105.087500', '171105.547500', '171106.007500', '171106.467500', '171106.927500', '171107.387500', '171107.847500', '171108.307500', '171108.767500', '171109.227500', '171109.687500', '171110.147500', '171110.607500', '171111.067500', '171111.527500', '171111.987500', '171112.447500', '171112.907500', '171113.367500', '171113.827500', '171114.287500', '171114.747500', '171115.207500', '171115.667500', '171116.127500', '171116.587500', '171117.047500', '171117.507500', '171117.967500', '171118.427500', '171118.887500', '171119.347500', '171119.807500', '171120.267500', '171120.727500', '171121.187500', '171121.647500', '171122.107500', '171122.567500', '171123.027500', '171123.487500', '171123.947500', '171124.407500', '171124.867500', '171125.327500', '171125.787500', '171126.247500', '171126.707500', '171127.167500', '171127.627500', '171128.087500', '171128.547500', '171129.007500', '171129.467500', '171129.927500', '171130.387500', '171130.847500', '171131.307500', '171131.767500', '171132.227500', '171132.687500', '171133.147500', '171133.607500', '171134.067500', '171134.527500', '171134.987500', '171135.447500', '171135.907500', '171136.367500', '171136.827500', '171137.287500', '171137.747500', '171138.207500', '171138.667500', '171139.127500', '171139.587500', '171140.047500', '171140.507500', '171140.967500', '171141.427500', '171141.887500', '171142.347500', '171142.807500', '171143.267500', '171143.727500', '171144.187500', '171144.647500', '171145.107500', '171145.567500', '171146.027500', '171146.487500', '171146.947500', '171147.407500', '171147.867500', '171148.327500', '171148.787500', '171149.247500', '171149.707500', '171150.167500', '171150.627500', '171151.087500', '171151.547500', '171152.007500', '171152.467500', '171152.927500', '171153.387500', '171153.847500', '171154.307500', '171154.767500', '171155.227500', '171155.687500', '171156.147500', '171156.607500', '171157.067500', '171157.527500', '171157.987500', '171158.447500', '171158.907500', '171159.367500', '171159.827500', '171200.287500', '171200.747500', '171201.207500', '171201.667500', '171202.127500', '171202.587500', '171203.047500', '171203.507500', '171203.967500', '171204.427500', '171204.887500', '171205.347500', '171205.807500', '171206.267500', '171206.727500', '171207.187500', '171207.647500', '171208.107500', '171208.567500', '171209.027500', '171209.487500', '171209.947500', '171210.407500', '171210.867500', '171211.327500', '171211.787500', '171212.247500', '171212.707500', '171213.167500', '171213.627500', '171214.087500', '171214.547500', '171215.007500', '171215.467500', '171215.927500', '171216.387500', '171216.847500', '171217.307500', '171217.767500', '171218.227500', '171218.687500', '171219.147500', '171219.607500', '171220.067500', '171220.527500', '171220.987500', '171221.447500', '171221.907500', '171222.367500', '171222.827500', '171223.287500', '171223.747500', '171224.207500', '171224.667500', '171225.127500', '171225.587500', '171226.047500', '171226.507500', '171226.967500', '171227.427500', '171227.887500', '171228.347500', '171228.807500', '171229.267500', '171229.727500', '171230.187500', '171230.647500', '171231.107500', '171231.567500', '171232.027500', '171232.487500', '171232.947500', '171233.407500', '171233.867500', '171234.327500', '171234.787500', '171235.247500', '171235.707500', '171236.167500', '171236.627500', '171237.087500', '171237.547500', '171238.007500', '171238.467500', '171238.927500', '171239.387500', '171239.847500', '171240.307500', '171240.767500', '171241.227500', '171241.687500', '171242.147500', '171242.607500', '171243.067500', '171243.527500', '171243.987500', '171244.447500', '171244.907500', '171245.367500', '171245.827500', '171246.287500', '171246.747500', '171247.207500', '171247.667500', '171248.127500', '171248.587500', '171249.047500', '171249.507500', '171249.967500', '171250.427500', '171250.887500', '171251.347500', '171251.807500', '171252.267500', '171252.727500', '171253.187500', '171253.647500', '171254.107500', '171254.567500', '171255.027500', '171255.487500', '171255.947500', '171256.407500', '171256.867500', '171257.327500', '171257.787500', '171258.247500', '171258.707500', '171259.167500', '171259.627500', '171300.087500', '171300.547500', '171301.007500', '171301.467500', '171301.927500', '171302.387500', '171302.847500', '171303.307500', '171303.767500', '171304.227500', '171304.687500', '171305.147500', '171305.607500', '171306.067500', '171306.527500', '171306.987500', '171307.447500', '171307.907500', '171308.367500', '171308.827500', '171309.287500', '171309.747500', '171310.207500', '171310.667500', '171311.127500', '171311.587500', '171312.047500', '171312.507500', '171312.967500', '171313.427500', '171313.887500', '171314.347500', '171314.807500', '171315.267500', '171315.727500', '171316.187500', '171316.647500', '171317.107500', '171317.567500', '171318.027500', '171318.487500', '171318.947500', '171319.407500', '171319.867500', '171320.327500', '171320.787500', '171321.247500', '171321.707500', '171322.167500', '171322.627500', '171323.087500', '171323.547500', '171324.007500', '171324.467500', '171324.927500', '171325.387500', '171325.847500', '171326.307500', '171326.767500', '171327.227500', '171327.687500', '171328.147500', '171328.607500', '171329.067500', '171329.527500', '171329.987500', '171330.447500', '171330.907500', '171331.367500', '171331.827500', '171332.287500', '171332.747500', '171333.207500', '171333.667500', '171334.127500', '171334.587500', '171335.047500', '171335.507500', '171335.967500', '171336.427500', '171336.887500', '171337.347500', '171337.807500', '171338.267500', '171338.727500', '171339.187500', '171339.647500', '171340.107500', '171340.567500', '171341.027500', '171341.487500', '171341.947500', '171342.407500', '171342.867500', '171343.327500', '171343.787500', '171344.247500', '171344.707500', '171345.167500', '171345.627500', '171346.087500', '171346.547500', '171347.007500', '171347.467500', '171347.927500', '171348.387500', '171348.847500', '171349.307500', '171349.767500', '171350.227500', '171350.687500', '171351.147500', '171351.607500', '171352.067500', '171352.527500', '171352.987500', '171353.447500', '171353.907500', '171354.367500', '171354.827500', '171355.287500', '171355.747500', '171356.207500', '171356.667500', '171357.127500', '171357.587500', '171358.047500', '171358.507500', '171358.967500', '171359.427500', '171359.887500', '171400.347500', '171400.807500', '171401.267500', '171401.727500', '171402.187500', '171402.647500', '171403.107500', '171403.567500', '171404.027500', '171404.487500', '171404.947500', '171405.407500', '171405.867500', '171406.327500', '171406.787500', '171407.247500', '171407.707500', '171408.167500', '171408.627500', '171409.087500', '171409.547500', '171410.007500', '171410.467500', '171410.927500', '171411.387500', '171411.847500', '171412.307500', '171412.767500', '171413.227500', '171413.687500', '171414.147500', '171414.607500', '171415.067500', '171415.527500', '171415.987500', '171416.447500', '171416.907500', '171417.367500', '171417.827500', '171418.287500', '171418.747500', '171419.207500', '171419.667500', '171420.127500', '171420.587500', '171421.047500', '171421.507500', '171421.967500', '171422.427500', '171422.887500', '171423.347500', '171423.807500', '171424.267500', '171424.727500', '171425.187500', '171425.647500', '171426.107500', '171426.567500', '171427.027500', '171427.487500', '171427.947500', '171428.407500', '171428.867500', '171429.327500', '171429.787500', '171430.247500', '171430.707500', '171431.167500', '171431.627500', '171432.087500', '171432.547500', '171433.007500', '171433.467500', '171433.927500', '171434.387500', '171434.847500', '171435.307500', '171435.767500', '171436.227500', '171436.687500', '171437.147500', '171437.607500', '171438.067500', '171438.527500', '171438.987500', '171439.447500', '171439.907500', '171440.367500', '171440.827500', '171441.287500', '171441.747500', '171442.207500', '171442.667500', '171443.127500', '171443.587500', '171444.047500', '171444.507500', '171444.967500', '171445.427500', '171445.887500', '171446.347500', '171446.807500', '171447.267500', '171447.727500', '171448.187500', '171448.647500', '171449.107500', '171449.567500', '171450.027500', '171450.487500', '171450.947500', '171451.407500', '171451.867500', '171452.327500', '171452.787500', '171453.247500', '171453.707500', '171454.167500', '171454.627500', '171455.087500', '171455.547500', '171456.007500', '171456.467500', '171456.927500', '171457.387500', '171457.847500', '171458.307500', '171458.767500', '171459.227500', '171459.687500', '171500.147500', '171500.607500', '171501.067500', '171501.527500', '171501.987500', '171502.447500', '171502.907500', '171503.367500', '171503.827500', '171504.287500', '171504.747500', '171505.207500', '171505.667500', '171506.127500', '171506.587500', '171507.047500', '171507.507500', '171507.967500', '171508.427500', '171508.887500', '171509.347500', '171509.807500', '171510.267500', '171510.727500', '171511.187500', '171511.647500', '171512.107500', '171512.567500', '171513.027500', '171513.487500', '171513.947500', '171514.407500', '171514.867500', '171515.327500', '171515.787500', '171516.247500', '171516.707500', '171517.167500', '171517.627500', '171518.087500', '171518.547500', '171519.007500', '171519.467500', '171519.927500', '171520.387500', '171520.847500', '171521.307500', '171521.767500', '171522.227500', '171522.687500', '171523.147500', '171523.607500', '171524.067500', '171524.527500', '171524.987500', '171525.447500', '171525.907500', '171526.367500', '171526.827500', '171527.287500', '171527.747500', '171528.207500', '171528.667500', '171529.127500', '171529.587500', '171530.047500', '171530.507500', '171530.967500', '171531.427500', '171531.887500', '171532.347500', '171532.807500', '171533.267500', '171533.727500', '171534.187500', '171534.647500', '171535.107500', '171535.567500', '171536.027500', '171536.487500', '171536.947500', '171537.407500', '171537.867500', '171538.327500', '171538.787500', '171539.247500', '171539.707500', '171540.167500', '171540.627500', '171541.087500', '171541.547500', '171542.007500', '171542.467500', '171542.927500', '171543.387500', '171543.847500', '171544.307500', '171544.767500', '171545.227500', '171545.687500', '171546.147500', '171546.607500', '171547.067500', '171547.527500', '171547.987500', '171548.447500', '171548.907500', '171549.367500', '171549.827500', '171550.287500', '171550.747500', '171551.207500', '171551.667500', '171552.127500', '171552.587500', '171553.047500', '171553.507500', '171553.967500', '171554.427500', '171554.887500', '171555.347500', '171555.807500', '171556.267500', '171556.727500', '171557.187500', '171557.647500', '171558.107500', '171558.567500', '171559.027500', '171559.487500', '171559.947500', '171600.407500', '171600.867500', '171601.327500', '171601.787500', '171602.247500', '171602.707500', '171603.167500', '171603.627500', '171604.087500', '171604.547500', '171605.007500', '171605.467500', '171605.927500', '171606.387500', '171606.847500', '171607.307500', '171607.767500', '171608.227500', '171608.687500', '171609.147500', '171609.607500', '171610.067500', '171610.527500', '171610.987500', '171611.447500', '171611.907500', '171612.367500', '171612.827500', '171613.287500', '171613.747500', '171614.207500', '171614.667500', '171615.127500', '171615.587500', '171616.047500', '171616.507500', '171616.967500', '171617.427500', '171617.887500', '171618.347500', '171618.807500', '171619.267500', '171619.727500', '171620.187500', '171620.647500', '171621.107500', '171621.567500', '171622.027500', '171622.487500', '171622.947500', '171623.407500', '171623.867500', '171624.327500', '171624.787500', '171625.247500', '171625.707500', '171626.167500', '171626.627500', '171627.087500', '171627.547500', '171628.007500', '171628.467500', '171628.927500', '171629.387500', '171629.847500', '171630.307500', '171630.767500', '171631.227500', '171631.687500', '171632.147500', '171632.607500', '171633.067500', '171633.527500', '171633.987500', '171634.447500', '171634.907500', '171635.367500', '171635.827500', '171636.287500', '171636.747500', '171637.207500', '171637.667500', '171638.127500', '171638.587500', '171639.047500', '171639.507500', '171639.967500', '171640.427500', '171640.887500', '171641.347500', '171641.807500', '171642.267500', '171642.727500', '171643.187500', '171643.647500', '171644.107500', '171644.567500', '171645.027500', '171645.487500', '171645.947500', '171646.407500', '171646.867500', '171647.327500', '171647.787500', '171648.247500', '171648.707500', '171649.167500', '171649.627500', '171650.087500', '171650.547500', '171651.007500', '171651.467500', '171651.927500', '171652.387500', '171652.847500', '171653.307500', '171653.767500', '171654.227500', '171654.687500', '171655.147500', '171655.607500', '171656.067500', '171656.527500', '171656.987500', '171657.447500', '171657.907500', '171658.367500', '171658.827500', '171659.287500', '171659.747500', '171700.207500', '171700.667500', '171701.127500', '171701.587500', '171702.047500', '171702.507500', '171702.967500', '171703.427500', '171703.887500', '171704.347500', '171704.807500', '171705.267500', '171705.727500', '171706.187500', '171706.647500', '171707.107500', '171707.567500', '171708.027500', '171708.487500', '171708.947500', '171709.407500', '171709.867500', '171710.327500', '171710.787500', '171711.247500', '171711.707500', '171712.167500', '171712.627500', '171713.087500', '171713.547500', '171714.007500', '171714.467500', '171714.927500', '171715.387500', '171715.847500', '171716.307500', '171716.767500', '171717.227500', '171717.687500', '171718.147500', '171718.607500', '171719.067500', '171719.527500', '171719.987500', '171720.447500', '171720.907500', '171721.367500', '171721.827500', '171722.287500', '171722.747500', '171723.207500', '171723.667500', '171724.127500', '171724.587500', '171725.047500', '171725.507500', '171725.967500', '171726.427500', '171726.887500', '171727.347500', '171727.807500', '171728.267500', '171728.727500', '171729.187500', '171729.647500', '171730.107500', '171730.567500', '171731.027500', '171731.487500', '171731.947500', '171732.407500', '171732.867500', '171733.327500', '171733.787500', '171734.247500', '171734.707500', '171735.167500', '171735.627500', '171736.087500', '171736.547500', '171737.007500', '171737.467500', '171737.927500', '171738.387500', '171738.847500', '171739.307500', '171739.767500', '171740.227500', '171740.687500', '171741.147500', '171741.607500', '171742.067500', '171742.527500', '171742.987500', '171743.447500', '171743.907500', '171744.367500', '171744.827500', '171745.287500', '171745.747500', '171746.207500', '171746.667500', '171747.127500', '171747.587500', '171748.047500', '171748.507500', '171748.967500', '171749.427500', '171749.887500', '171750.347500', '171750.807500', '171751.267500', '171751.727500', '171752.187500', '171752.647500', '171753.107500', '171753.567500', '171754.027500', '171754.487500', '171754.947500', '171755.407500', '171755.867500', '171756.327500', '171756.787500', '171757.247500', '171757.707500', '171758.167500', '171758.627500', '171759.087500', '171759.547500', '171800.007500', '171800.467500', '171800.927500', '171801.387500', '171801.847500', '171802.307500', '171802.767500', '171803.227500', '171803.687500', '171804.147500', '171804.607500', '171805.067500', '171805.527500', '171805.987500', '171806.447500', '171806.907500', '171807.367500', '171807.827500', '171808.287500', '171808.747500', '171809.207500', '171809.667500', '171810.127500', '171810.587500', '171811.047500', '171811.507500', '171811.967500', '171812.427500', '171812.887500', '171813.347500', '171813.807500', '171814.267500', '171814.727500', '171815.187500', '171815.647500', '171816.107500', '171816.567500', '171817.027500', '171817.487500', '171817.947500', '171818.407500', '171818.867500', '171819.327500', '171819.787500', '171820.247500', '171820.707500', '171821.167500', '171821.627500', '171822.087500', '171822.547500', '171823.007500', '171823.467500', '171823.927500', '171824.387500', '171824.847500', '171825.307500', '171825.767500', '171826.227500', '171826.687500', '171827.147500', '171827.607500', '171828.067500', '171828.527500', '171828.987500', '171829.447500', '171829.907500', '171830.367500', '171830.827500', '171831.287500', '171831.747500', '171832.207500', '171832.667500', '171833.127500', '171833.587500', '171834.047500', '171834.507500', '171834.967500', '171835.427500', '171835.887500', '171836.347500', '171836.807500', '171837.267500', '171837.727500', '171838.187500', '171838.647500', '171839.107500', '171839.567500', '171840.027500'], 'ContentTime': ['170436.936000', '170436.939000', '170436.941000', '170436.944000', '170436.946000', '170436.949000', '170436.951000', '170436.956000', '170436.959000', '170436.961000', '170436.964000', '170436.966000', '170436.969000', '170436.971000', '170436.974000', '170436.984000', '170436.986000', '170436.989000', '170436.991000', '170436.994000', '170436.996000', '170437.000000', '170456.877000', '170456.880000', '170456.883000', '170456.885000', '170456.888000', '170456.891000', '170456.893000', '170456.896000', '170456.898000', '170456.910000', '170456.913000', '170456.915000', '170456.918000', '170456.921000', '170456.923000', '170456.926000', '170456.928000', '170456.931000', '170456.933000', '170456.936000', '170456.938000', '170456.942000', '170456.945000', '170456.947000', '170456.950000', '170456.952000', '170456.955000', '170456.958000', '170456.960000', '170456.963000', '170456.965000', '170456.968000', '170456.970000', '170456.973000', '170456.975000', '170456.978000', '170456.981000', '170456.983000', '170456.986000', '170456.988000', '170456.991000', '170456.993000', '170456.996000', '170516.877000', '170516.880000', '170516.883000', '170516.885000', '170516.888000', '170516.891000', '170516.893000', '170516.896000', '170516.898000', '170516.901000', '170516.903000', '170516.906000', '170516.908000', '170516.911000', '170516.914000', '170516.916000', '170516.919000', '170516.922000', '170516.924000', '170516.931000', '170516.934000', '170516.937000', '170516.939000', '170516.942000', '170516.944000', '170516.947000', '170516.949000', '170516.952000', '170516.954000', '170516.957000', '170516.959000', '170516.962000', '170516.964000', '170516.967000', '170516.970000', '170516.972000', '170516.975000', '170516.977000', '170516.980000', '170516.982000', '170516.985000', '170516.987000', '170516.990000', '170516.992000', '170536.878000', '170536.881000', '170536.884000', '170536.886000', '170536.889000', '170536.891000', '170536.894000', '170536.896000', '170536.899000', '170536.902000', '170536.905000', '170536.908000', '170536.911000', '170536.913000', '170536.916000', '170536.919000', '170536.921000', '170536.924000', '170536.927000', '170536.929000', '170536.932000', '170536.934000', '170536.937000', '170536.939000', '170536.942000', '170536.945000', '170536.947000', '170536.950000', '170536.952000', '170536.955000', '170536.957000', '170536.960000', '170536.963000', '170536.965000', '170536.968000', '170536.970000', '170536.973000', '170536.975000', '170536.978000', '170536.981000', '170536.983000', '170536.986000', '170536.988000', '170556.878000', '170556.881000', '170556.884000', '170556.886000', '170556.889000', '170556.891000', '170556.894000', '170556.896000', '170556.899000', '170556.902000', '170556.904000', '170556.907000', '170556.909000', '170556.912000', '170556.914000', '170556.917000', '170556.919000', '170556.922000', '170556.925000', '170556.927000', '170556.930000', '170556.933000', '170556.935000', '170556.938000', '170556.940000', '170556.943000', '170556.945000', '170556.948000', '170556.950000', '170556.953000', '170556.956000', '170556.958000', '170556.961000', '170556.964000', '170556.966000', '170556.969000', '170556.971000', '170556.974000', '170556.976000', '170556.979000', '170556.981000', '170556.984000', '170556.986000', '170556.989000', '170616.878000', '170616.881000', '170616.884000', '170616.887000', '170616.889000', '170616.892000', '170616.894000', '170616.897000', '170616.899000', '170616.902000', '170616.904000', '170616.907000', '170616.910000', '170616.912000', '170616.915000', '170616.917000', '170616.920000', '170616.922000', '170616.925000', '170616.928000', '170616.930000', '170616.933000', '170616.935000', '170616.938000', '170616.940000', '170616.943000', '170616.946000', '170616.948000', '170616.951000', '170616.954000', '170616.956000', '170616.959000', '170616.961000', '170616.964000', '170616.967000', '170616.969000', '170616.972000', '170616.974000', '170616.977000', '170616.979000', '170616.983000', '170616.986000', '170616.988000', '170636.878000', '170636.881000', '170636.884000', '170636.887000', '170636.889000', '170636.892000', '170636.894000', '170636.897000', '170636.899000', '170636.902000', '170636.905000', '170636.907000', '170636.910000', '170636.912000', '170636.915000', '170636.917000', '170636.920000', '170636.923000', '170636.925000', '170636.928000', '170636.930000', '170636.933000', '170636.935000', '170636.938000', '170636.941000', '170636.943000', '170636.946000', '170636.948000', '170636.951000', '170636.954000', '170636.956000', '170636.959000', '170636.961000', '170636.964000', '170636.967000', '170636.969000', '170636.972000', '170636.974000', '170636.977000', '170636.979000', '170636.982000', '170636.984000', '170636.987000', '170636.990000', '170656.878000', '170656.881000', '170656.884000', '170656.886000', '170656.889000', '170656.891000', '170656.894000', '170656.897000', '170656.899000', '170656.902000', '170656.904000', '170656.907000', '170656.909000', '170656.912000', '170656.915000', '170656.917000', '170656.920000', '170656.922000', '170656.925000', '170656.928000', '170656.930000', '170656.933000', '170656.935000', '170656.938000', '170656.940000', '170656.943000', '170656.946000', '170656.949000', '170656.952000', '170656.954000', '170656.957000', '170656.959000', '170656.962000', '170656.964000', '170656.967000', '170656.970000', '170656.972000', '170656.975000', '170656.977000', '170656.980000', '170656.982000', '170656.985000', '170656.988000', '170716.877000', '170716.880000', '170716.883000', '170716.885000', '170716.888000', '170716.891000', '170716.893000', '170716.896000', '170716.898000', '170716.901000', '170716.903000', '170716.906000', '170716.908000', '170716.911000', '170716.913000', '170716.916000', '170716.919000', '170716.921000', '170716.924000', '170716.926000', '170716.929000', '170716.931000', '170716.934000', '170716.937000', '170716.939000', '170716.942000', '170716.944000', '170716.961000', '170716.963000', '170716.966000', '170716.968000', '170716.971000', '170716.973000', '170716.976000', '170716.979000', '170716.981000', '170716.984000', '170716.986000', '170716.989000', '170716.991000', '170716.994000', '170716.996000', '170717.000000', '170717.003000', '170736.877000', '170736.880000', '170736.883000', '170736.885000', '170736.888000', '170736.891000', '170736.893000', '170736.896000', '170736.899000', '170736.901000', '170736.904000', '170736.906000', '170736.909000', '170736.912000', '170736.914000', '170736.917000', '170736.919000', '170736.922000', '170736.924000', '170736.927000', '170736.930000', '170736.932000', '170736.935000', '170736.937000', '170736.940000', '170736.943000', '170736.945000', '170736.949000', '170736.951000', '170736.954000', '170736.956000', '170736.959000', '170736.962000', '170736.964000', '170736.967000', '170736.969000', '170736.972000', '170736.974000', '170736.980000', '170736.983000', '170736.985000', '170736.988000', '170736.991000', '170756.878000', '170756.881000', '170756.884000', '170756.886000', '170756.889000', '170756.892000', '170756.894000', '170756.897000', '170756.899000', '170756.902000', '170756.905000', '170756.907000', '170756.910000', '170756.913000', '170756.915000', '170756.918000', '170756.920000', '170756.923000', '170756.926000', '170756.928000', '170756.931000', '170756.933000', '170756.936000', '170756.938000', '170756.941000', '170756.944000', '170756.946000', '170756.949000', '170756.951000', '170756.954000', '170756.957000', '170756.959000', '170756.962000', '170756.964000', '170756.967000', '170756.969000', '170756.972000', '170756.974000', '170756.977000', '170756.980000', '170756.982000', '170756.985000', '170756.987000', '170756.990000', '170816.878000', '170816.881000', '170816.884000', '170816.886000', '170816.889000', '170816.892000', '170816.894000', '170816.897000', '170816.899000', '170816.902000', '170816.905000', '170816.907000', '170816.910000', '170816.912000', '170816.915000', '170816.917000', '170816.920000', '170816.923000', '170816.925000', '170816.928000', '170816.931000', '170816.933000', '170816.936000', '170816.938000', '170816.941000', '170816.944000', '170816.946000', '170816.949000', '170816.951000', '170816.954000', '170816.956000', '170816.959000', '170816.962000', '170816.964000', '170816.967000', '170816.969000', '170816.972000', '170816.974000', '170816.977000', '170816.980000', '170816.982000', '170816.985000', '170816.988000', '170836.878000', '170836.881000', '170836.884000', '170836.886000', '170836.889000', '170836.891000', '170836.894000', '170836.897000', '170836.899000', '170836.902000', '170836.904000', '170836.907000', '170836.910000', '170836.912000', '170836.915000', '170836.917000', '170836.920000', '170836.922000', '170836.925000', '170836.927000', '170836.930000', '170836.933000', '170836.936000', '170836.938000', '170836.941000', '170836.943000', '170836.946000', '170836.948000', '170836.951000', '170836.954000', '170836.956000', '170836.959000', '170836.961000', '170836.964000', '170836.966000', '170836.969000', '170836.972000', '170836.974000', '170836.977000', '170836.979000', '170836.982000', '170836.984000', '170836.987000', '170836.990000', '170856.878000', '170856.881000', '170856.884000', '170856.887000', '170856.889000', '170856.892000', '170856.894000', '170856.897000', '170856.914000', '170856.916000', '170856.919000', '170856.921000', '170856.924000', '170856.926000', '170856.929000', '170856.932000', '170856.934000', '170856.937000', '170856.940000', '170856.942000', '170856.945000', '170856.948000', '170856.950000', '170856.953000', '170856.955000', '170856.958000', '170856.961000', '170856.963000', '170856.966000', '170856.968000', '170856.971000', '170856.973000', '170856.976000', '170856.979000', '170856.981000', '170856.984000', '170856.986000', '170856.989000', '170856.992000', '170856.994000', '170856.997000', '170857.001000', '170857.003000', '170916.878000', '170916.881000', '170916.884000', '170916.886000', '170916.889000', '170916.892000', '170916.894000', '170916.897000', '170916.899000', '170916.902000', '170916.905000', '170916.907000', '170916.910000', '170916.912000', '170916.915000', '170916.917000', '170916.920000', '170916.923000', '170916.925000', '170916.928000', '170916.930000', '170916.933000', '170916.935000', '170916.938000', '170916.941000', '170916.943000', '170916.946000', '170916.948000', '170916.951000', '170916.953000', '170916.956000', '170916.958000', '170916.961000', '170916.964000', '170916.966000', '170916.969000', '170916.971000', '170916.974000', '170916.977000', '170916.979000', '170916.982000', '170916.984000', '170916.987000', '170936.877000', '170936.880000', '170936.883000', '170936.885000', '170936.888000', '170936.891000', '170936.893000', '170936.896000', '170936.899000', '170936.901000', '170936.904000', '170936.906000', '170936.909000', '170936.911000', '170936.914000', '170936.917000', '170936.919000', '170936.922000', '170936.924000', '170936.927000', '170936.930000', '170936.932000', '170936.935000', '170936.938000', '170936.940000', '170936.943000', '170936.946000', '170936.948000', '170936.951000', '170936.954000', '170936.956000', '170936.959000', '170936.962000', '170936.964000', '170936.967000', '170936.969000', '170936.972000', '170936.975000', '170936.977000', '170936.980000', '170936.982000', '170936.985000', '170936.987000', '170936.990000', '170956.879000', '170956.881000', '170956.884000', '170956.887000', '170956.889000', '170956.892000', '170956.894000', '170956.897000', '170956.899000', '170956.902000', '170956.905000', '170956.907000', '170956.910000', '170956.912000', '170956.915000', '170956.918000', '170956.920000', '170956.923000', '170956.925000', '170956.928000', '170956.931000', '170956.933000', '170956.936000', '170956.940000', '170956.943000', '170956.946000', '170956.948000', '170956.951000', '170956.953000', '170956.956000', '170956.958000', '170956.961000', '170956.964000', '170956.966000', '170956.969000', '170956.972000', '170956.975000', '170956.977000', '170956.980000', '170956.982000', '170956.985000', '170956.988000', '170956.990000', '170956.993000', '171016.878000', '171016.881000', '171016.884000', '171016.886000', '171016.889000', '171016.892000', '171016.894000', '171016.897000', '171016.899000', '171016.902000', '171016.905000', '171016.907000', '171016.910000', '171016.912000', '171016.915000', '171016.918000', '171016.920000', '171016.923000', '171016.925000', '171016.928000', '171016.930000', '171016.933000', '171016.936000', '171016.938000', '171016.941000', '171016.943000', '171016.946000', '171016.948000', '171016.951000', '171016.954000', '171016.956000', '171016.959000', '171016.961000', '171016.974000', '171016.977000', '171016.979000', '171016.982000', '171016.984000', '171016.987000', '171016.989000', '171016.992000', '171016.995000', '171016.997000', '171036.878000', '171036.881000', '171036.884000', '171036.886000', '171036.889000', '171036.892000', '171036.894000', '171036.897000', '171036.899000', '171036.902000', '171036.904000', '171036.907000', '171036.909000', '171036.912000', '171036.915000', '171036.917000', '171036.920000', '171036.922000', '171036.925000', '171036.927000', '171036.930000', '171036.933000', '171036.935000', '171036.938000', '171036.940000', '171036.943000', '171036.945000', '171036.948000', '171036.951000', '171036.953000', '171036.956000', '171036.958000', '171036.961000', '171036.964000', '171036.966000', '171036.969000', '171036.971000', '171036.974000', '171036.977000', '171036.979000', '171036.982000', '171036.984000', '171036.987000', '171036.990000', '171056.879000', '171056.881000', '171056.884000', '171056.887000', '171056.889000', '171056.892000', '171056.894000', '171056.897000', '171056.900000', '171056.902000', '171056.905000', '171056.907000', '171056.910000', '171056.913000', '171056.915000', '171056.918000', '171056.920000', '171056.923000', '171056.926000', '171056.928000', '171056.931000', '171056.933000', '171056.936000', '171056.938000', '171056.941000', '171056.943000', '171056.946000', '171056.949000', '171056.951000', '171056.954000', '171056.956000', '171056.959000', '171056.962000', '171056.964000', '171056.967000', '171056.970000', '171056.972000', '171056.975000', '171056.978000', '171056.980000', '171056.983000', '171056.985000', '171056.988000', '171116.878000', '171116.881000', '171116.884000', '171116.886000', '171116.889000', '171116.892000', '171116.894000', '171116.897000', '171116.900000', '171116.903000', '171116.906000', '171116.908000', '171116.911000', '171116.914000', '171116.916000', '171116.919000', '171116.921000', '171116.924000', '171116.926000', '171116.929000', '171116.932000', '171116.934000', '171116.937000', '171116.939000', '171116.942000', '171116.945000', '171116.947000', '171116.950000', '171116.952000', '171116.955000', '171116.958000', '171116.960000', '171116.963000', '171116.966000', '171116.968000', '171116.971000', '171116.973000', '171116.976000', '171116.978000', '171116.981000', '171116.983000', '171116.986000', '171116.988000', '171116.991000', '171136.878000', '171136.880000', '171136.883000', '171136.886000', '171136.888000', '171136.891000', '171136.893000', '171136.896000', '171136.899000', '171136.901000', '171136.904000', '171136.906000', '171136.909000', '171136.912000', '171136.914000', '171136.917000', '171136.919000', '171136.922000', '171136.924000', '171136.927000', '171136.930000', '171136.932000', '171136.935000', '171136.937000', '171136.940000', '171136.942000', '171136.945000', '171136.947000', '171136.950000', '171136.953000', '171136.966000', '171136.968000', '171136.971000', '171136.974000', '171136.976000', '171136.979000', '171136.981000', '171136.984000', '171136.986000', '171136.989000', '171136.992000', '171136.994000', '171136.997000', '171156.878000', '171156.881000', '171156.883000', '171156.886000', '171156.889000', '171156.891000', '171156.894000', '171156.896000', '171156.899000', '171156.901000', '171156.904000', '171156.907000', '171156.909000', '171156.912000', '171156.914000', '171156.917000', '171156.920000', '171156.922000', '171156.925000', '171156.927000', '171156.930000', '171156.932000', '171156.935000', '171156.938000', '171156.940000', '171156.943000', '171156.946000', '171156.948000', '171156.951000', '171156.953000', '171156.956000', '171156.958000', '171156.961000', '171156.964000', '171156.966000', '171156.969000', '171156.971000', '171156.974000', '171156.976000', '171156.979000', '171156.982000', '171156.984000', '171156.987000', '171216.879000', '171216.881000', '171216.884000', '171216.887000', '171216.889000', '171216.892000', '171216.894000', '171216.897000', '171216.900000', '171216.902000', '171216.905000', '171216.907000', '171216.910000', '171216.913000', '171216.915000', '171216.918000', '171216.921000', '171216.923000', '171216.926000', '171216.928000', '171216.931000', '171216.933000', '171216.936000', '171216.939000', '171216.941000', '171216.944000', '171216.946000', '171216.949000', '171216.952000', '171216.954000', '171216.957000', '171216.959000', '171216.962000', '171216.964000', '171216.967000', '171216.970000', '171216.972000', '171216.975000', '171216.977000', '171216.980000', '171216.982000', '171216.985000', '171216.988000', '171216.990000', '171236.879000', '171236.882000', '171236.884000', '171236.887000', '171236.889000', '171236.892000', '171236.894000', '171236.897000', '171236.899000', '171236.902000', '171236.905000', '171236.907000', '171236.910000', '171236.912000', '171236.915000', '171236.918000', '171236.920000', '171236.923000', '171236.926000', '171236.928000', '171236.931000', '171236.934000', '171236.936000', '171236.939000', '171236.942000', '171236.945000', '171236.948000', '171236.950000', '171236.953000', '171236.955000', '171236.958000', '171236.960000', '171236.963000', '171236.966000', '171236.968000', '171236.971000', '171236.973000', '171236.976000', '171236.979000', '171236.981000', '171236.984000', '171236.986000', '171236.989000', '171256.879000', '171256.882000', '171256.884000', '171256.887000', '171256.889000', '171256.892000', '171256.895000', '171256.897000', '171256.900000', '171256.902000', '171256.905000', '171256.908000', '171256.910000', '171256.913000', '171256.916000', '171256.918000', '171256.921000', '171256.924000', '171256.926000', '171256.929000', '171256.931000', '171256.934000', '171256.936000', '171256.939000', '171256.942000', '171256.944000', '171256.947000', '171256.950000', '171256.952000', '171256.955000', '171256.957000', '171256.960000', '171256.962000', '171256.965000', '171256.968000', '171256.970000', '171256.973000', '171256.975000', '171256.978000', '171256.981000', '171256.983000', '171256.986000', '171257.002000', '171257.004000', '171316.878000', '171316.881000', '171316.884000', '171316.886000', '171316.889000', '171316.892000', '171316.895000', '171316.898000', '171316.900000', '171316.903000', '171316.906000', '171316.908000', '171316.911000', '171316.913000', '171316.916000', '171316.918000', '171316.921000', '171316.924000', '171316.926000', '171316.929000', '171316.931000', '171316.934000', '171316.936000', '171316.939000', '171316.942000', '171316.944000', '171316.947000', '171316.949000', '171316.952000', '171316.955000', '171316.957000', '171316.960000', '171316.962000', '171316.965000', '171316.968000', '171316.970000', '171316.973000', '171316.975000', '171316.978000', '171316.981000', '171316.983000', '171316.986000', '171316.988000', '171336.879000', '171336.882000', '171336.884000', '171336.887000', '171336.889000', '171336.892000', '171336.895000', '171336.897000', '171336.900000', '171336.902000', '171336.905000', '171336.908000', '171336.910000', '171336.913000', '171336.916000', '171336.918000', '171336.921000', '171336.923000', '171336.926000', '171336.929000', '171336.931000', '171336.934000', '171336.936000', '171336.939000', '171336.942000', '171336.944000', '171336.947000', '171336.950000', '171336.952000', '171336.955000', '171336.958000', '171336.960000', '171336.963000', '171336.965000', '171336.968000', '171336.971000', '171336.973000', '171336.976000', '171336.978000', '171336.981000', '171336.984000', '171336.986000', '171336.989000', '171336.991000', '171356.878000', '171356.880000', '171356.883000', '171356.886000', '171356.888000', '171356.891000', '171356.893000', '171356.896000', '171356.898000', '171356.901000', '171356.904000', '171356.906000', '171356.909000', '171356.911000', '171356.914000', '171356.917000', '171356.919000', '171356.922000', '171356.924000', '171356.927000', '171356.930000', '171356.932000', '171356.935000', '171356.938000', '171356.940000', '171356.943000', '171356.945000', '171356.948000', '171356.951000', '171356.953000', '171356.956000', '171356.958000', '171356.961000', '171356.964000', '171356.966000', '171356.969000', '171356.971000', '171356.974000', '171356.977000', '171356.980000', '171356.983000', '171356.986000', '171356.988000', '171416.878000', '171416.880000', '171416.883000', '171416.885000', '171416.888000', '171416.891000', '171416.893000', '171416.896000', '171416.898000', '171416.901000', '171416.904000', '171416.906000', '171416.909000', '171416.912000', '171416.914000', '171416.917000', '171416.919000', '171416.922000', '171416.924000', '171416.927000', '171416.930000', '171416.932000', '171416.935000', '171416.937000', '171416.950000', '171416.953000', '171416.956000', '171416.958000', '171416.961000', '171416.963000', '171416.966000', '171416.968000', '171416.971000', '171416.974000', '171416.976000', '171416.979000', '171416.981000', '171416.984000', '171416.987000', '171416.989000', '171416.992000', '171417.001000', '171417.004000', '171417.006000', '171436.879000', '171436.881000', '171436.884000', '171436.887000', '171436.889000', '171436.892000', '171436.894000', '171436.897000', '171436.900000', '171436.902000', '171436.905000', '171436.907000', '171436.910000', '171436.912000', '171436.915000', '171436.918000', '171436.920000', '171436.923000', '171436.925000', '171436.928000', '171436.930000', '171436.933000', '171436.936000', '171436.938000', '171436.941000', '171436.944000', '171436.946000', '171436.949000', '171436.951000', '171436.954000', '171436.957000', '171436.960000', '171436.962000', '171436.965000', '171436.967000', '171436.970000', '171436.972000', '171436.975000', '171436.978000', '171436.980000', '171436.983000', '171436.985000', '171436.988000', '171456.879000', '171456.881000', '171456.884000', '171456.887000', '171456.889000', '171456.892000', '171456.894000', '171456.897000', '171456.900000', '171456.903000', '171456.905000', '171456.908000', '171456.911000', '171456.913000', '171456.916000', '171456.918000', '171456.921000', '171456.923000', '171456.926000', '171456.929000', '171456.931000', '171456.934000', '171456.937000', '171456.939000', '171456.942000', '171456.944000', '171456.947000', '171456.949000', '171456.952000', '171456.955000', '171456.957000', '171456.960000', '171456.962000', '171456.965000', '171456.968000', '171456.970000', '171456.973000', '171456.975000', '171456.978000', '171456.981000', '171456.983000', '171456.986000', '171456.988000', '171456.991000', '171516.878000', '171516.881000', '171516.884000', '171516.886000', '171516.889000', '171516.892000', '171516.894000', '171516.897000', '171516.899000', '171516.902000', '171516.905000', '171516.907000', '171516.910000', '171516.912000', '171516.918000', '171516.921000', '171516.923000', '171516.926000', '171516.929000', '171516.931000', '171516.934000', '171516.936000', '171516.939000', '171516.942000', '171516.944000', '171516.947000', '171516.950000', '171516.953000', '171516.956000', '171516.958000', '171516.961000', '171516.964000', '171516.966000', '171516.969000', '171516.972000', '171516.974000', '171516.977000', '171516.980000', '171516.982000', '171516.985000', '171516.987000', '171516.990000', '171516.992000', '171536.879000', '171536.882000', '171536.884000', '171536.887000', '171536.889000', '171536.892000', '171536.909000', '171536.911000', '171536.914000', '171536.917000', '171536.919000', '171536.922000', '171536.924000', '171536.927000', '171536.930000', '171536.932000', '171536.935000', '171536.937000', '171536.940000', '171536.943000', '171536.945000', '171536.948000', '171536.951000', '171536.953000', '171536.956000', '171536.958000', '171536.961000', '171536.964000', '171536.966000', '171536.969000', '171536.972000', '171536.974000', '171536.977000', '171536.979000', '171536.982000', '171536.985000', '171536.987000', '171536.990000', '171536.993000', '171536.995000', '171536.998000', '171537.001000', '171537.004000', '171537.006000', '171556.879000', '171556.882000', '171556.884000', '171556.887000', '171556.889000', '171556.892000', '171556.895000', '171556.897000', '171556.900000', '171556.902000', '171556.905000', '171556.907000', '171556.910000', '171556.912000', '171556.915000', '171556.918000', '171556.920000', '171556.923000', '171556.926000', '171556.928000', '171556.931000', '171556.933000', '171556.936000', '171556.939000', '171556.941000', '171556.944000', '171556.946000', '171556.949000', '171556.952000', '171556.954000', '171556.957000', '171556.959000', '171556.962000', '171556.965000', '171556.968000', '171556.970000', '171556.973000', '171556.975000', '171556.978000', '171556.980000', '171556.983000', '171556.986000', '171556.988000', '171616.878000', '171616.881000', '171616.883000', '171616.886000', '171616.889000', '171616.891000', '171616.894000', '171616.896000', '171616.899000', '171616.902000', '171616.904000', '171616.907000', '171616.909000', '171616.912000', '171616.914000', '171616.917000', '171616.920000', '171616.922000', '171616.925000', '171616.928000', '171616.930000', '171616.933000', '171616.936000', '171616.938000', '171616.941000', '171616.943000', '171616.946000', '171616.949000', '171616.951000', '171616.954000', '171616.956000', '171616.959000', '171616.962000', '171616.965000', '171616.967000', '171616.970000', '171616.972000', '171616.975000', '171616.978000', '171616.980000', '171616.983000', '171616.985000', '171616.988000', '171616.991000', '171636.878000', '171636.880000', '171636.883000', '171636.886000', '171636.888000', '171636.891000', '171636.893000', '171636.896000', '171636.899000', '171636.901000', '171636.904000', '171636.906000', '171636.909000', '171636.911000', '171636.914000', '171636.916000', '171636.919000', '171636.922000', '171636.924000', '171636.927000', '171636.929000', '171636.932000', '171636.934000', '171636.937000', '171636.940000', '171636.942000', '171636.945000', '171636.947000', '171636.950000', '171636.953000', '171636.955000', '171636.988000', '171636.991000', '171636.993000', '171636.996000', '171636.998000', '171637.002000', '171637.005000', '171637.007000', '171637.010000', '171637.013000', '171637.015000', '171637.018000', '171656.879000', '171656.881000', '171656.884000', '171656.887000', '171656.889000', '171656.892000', '171656.894000', '171656.897000', '171656.900000', '171656.902000', '171656.905000', '171656.908000', '171656.910000', '171656.913000', '171656.915000', '171656.918000', '171656.920000', '171656.923000', '171656.926000', '171656.928000', '171656.931000', '171656.933000', '171656.936000', '171656.939000', '171656.941000', '171656.944000', '171656.947000', '171656.949000', '171656.952000', '171656.954000', '171656.957000', '171656.960000', '171656.962000', '171656.965000', '171656.967000', '171656.970000', '171656.972000', '171656.975000', '171656.978000', '171656.980000', '171656.983000', '171656.985000', '171656.988000', '171656.990000', '171716.879000', '171716.881000', '171716.884000', '171716.887000', '171716.889000', '171716.892000', '171716.894000', '171716.897000', '171716.900000', '171716.902000', '171716.905000', '171716.907000', '171716.910000', '171716.912000', '171716.915000', '171716.918000', '171716.920000', '171716.923000', '171716.926000', '171716.928000', '171716.931000', '171716.933000', '171716.936000', '171716.938000', '171716.941000', '171716.943000', '171716.946000', '171716.949000', '171716.951000', '171716.954000', '171716.956000', '171716.959000', '171716.962000', '171716.964000', '171716.967000', '171716.969000', '171716.972000', '171716.974000', '171716.977000', '171716.979000', '171716.982000', '171716.985000', '171716.987000', '171736.879000', '171736.881000', '171736.884000', '171736.887000', '171736.889000', '171736.892000', '171736.894000', '171736.897000', '171736.900000', '171736.902000', '171736.905000', '171736.907000', '171736.910000', '171736.913000', '171736.915000', '171736.918000', '171736.921000', '171736.923000', '171736.926000', '171736.928000', '171736.931000', '171736.934000', '171736.936000', '171736.939000', '171736.941000', '171736.944000', '171736.947000', '171736.949000', '171736.952000', '171736.954000', '171736.957000', '171736.960000', '171736.962000', '171736.965000', '171736.967000', '171736.970000', '171736.972000', '171736.975000', '171736.978000', '171736.980000', '171736.983000', '171736.986000', '171736.988000', '171736.991000', '171756.879000', '171756.882000', '171756.884000', '171756.887000', '171756.889000', '171756.892000', '171756.894000', '171756.897000', '171756.900000', '171756.902000', '171756.905000', '171756.908000', '171756.910000', '171756.913000', '171756.915000', '171756.918000', '171756.920000', '171756.923000', '171756.926000', '171756.928000', '171756.931000', '171756.933000', '171756.936000', '171756.939000', '171756.941000', '171756.944000', '171756.946000', '171756.949000', '171756.952000', '171756.954000', '171756.957000', '171756.960000', '171756.962000', '171756.965000', '171756.967000', '171756.970000', '171756.972000', '171756.975000', '171756.978000', '171756.980000', '171756.983000', '171756.986000', '171756.988000', '171816.879000', '171816.882000', '171816.884000', '171816.887000', '171816.890000', '171816.892000', '171816.895000', '171816.897000', '171816.900000', '171816.902000', '171816.905000', '171816.908000', '171816.910000', '171816.913000', '171816.915000', '171816.918000', '171816.921000', '171816.923000', '171816.937000', '171816.940000', '171816.943000', '171816.945000', '171816.948000', '171816.950000', '171816.953000', '171816.956000', '171816.958000', '171816.961000', '171816.963000', '171816.966000', '171816.969000', '171816.971000', '171816.974000', '171816.976000', '171816.979000', '171816.982000', '171816.984000', '171816.987000', '171816.989000', '171816.992000', '171816.995000', '171816.997000', '171817.001000', '171817.003000', '171836.878000', '171836.880000', '171836.883000', '171836.886000', '171836.888000', '171836.891000', '171836.893000', '171836.896000', '171836.899000', '171836.901000', '171836.904000', '171836.906000', '171836.909000', '171836.912000', '171836.914000', '171836.917000', '171836.919000', '171836.922000', '171836.925000', '171836.927000', '171836.930000', '171836.933000', '171836.935000', '171836.938000', '171836.940000', '171836.943000', '171836.946000', '171836.948000', '171836.951000', '171836.953000', '171836.956000', '171836.959000', '171836.961000', '171836.964000', '171836.967000', '171836.969000', '171836.972000', '171836.974000', '171836.977000', '171836.980000', '171836.982000', '171836.985000', '171836.987000', '171841.650000', '171841.653000', '171841.656000', '171841.658000', '171841.661000', '171841.664000', '171841.667000', '171841.669000', '171841.672000', '171841.675000', '171841.677000'], 'InstanceCreationTime': ['170436.936000', '170436.939000', '170436.941000', '170436.944000', '170436.946000', '170436.949000', '170436.951000', '170436.956000', '170436.959000', '170436.961000', '170436.964000', '170436.966000', '170436.969000', '170436.971000', '170436.974000', '170436.984000', '170436.986000', '170436.989000', '170436.991000', '170436.994000', '170436.996000', '170437.000000', '170456.877000', '170456.880000', '170456.883000', '170456.885000', '170456.888000', '170456.891000', '170456.893000', '170456.896000', '170456.898000', '170456.910000', '170456.913000', '170456.915000', '170456.918000', '170456.921000', '170456.923000', '170456.926000', '170456.928000', '170456.931000', '170456.933000', '170456.936000', '170456.938000', '170456.942000', '170456.945000', '170456.947000', '170456.950000', '170456.952000', '170456.955000', '170456.958000', '170456.960000', '170456.963000', '170456.965000', '170456.968000', '170456.970000', '170456.973000', '170456.975000', '170456.978000', '170456.981000', '170456.983000', '170456.986000', '170456.988000', '170456.991000', '170456.993000', '170456.996000', '170516.877000', '170516.880000', '170516.883000', '170516.885000', '170516.888000', '170516.891000', '170516.893000', '170516.896000', '170516.898000', '170516.901000', '170516.903000', '170516.906000', '170516.908000', '170516.911000', '170516.914000', '170516.916000', '170516.919000', '170516.922000', '170516.924000', '170516.931000', '170516.934000', '170516.937000', '170516.939000', '170516.942000', '170516.944000', '170516.947000', '170516.949000', '170516.952000', '170516.954000', '170516.957000', '170516.959000', '170516.962000', '170516.964000', '170516.967000', '170516.970000', '170516.972000', '170516.975000', '170516.977000', '170516.980000', '170516.982000', '170516.985000', '170516.987000', '170516.990000', '170516.992000', '170536.878000', '170536.881000', '170536.884000', '170536.886000', '170536.889000', '170536.891000', '170536.894000', '170536.896000', '170536.899000', '170536.902000', '170536.905000', '170536.908000', '170536.911000', '170536.913000', '170536.916000', '170536.919000', '170536.921000', '170536.924000', '170536.927000', '170536.929000', '170536.932000', '170536.934000', '170536.937000', '170536.939000', '170536.942000', '170536.945000', '170536.947000', '170536.950000', '170536.952000', '170536.955000', '170536.957000', '170536.960000', '170536.963000', '170536.965000', '170536.968000', '170536.970000', '170536.973000', '170536.975000', '170536.978000', '170536.981000', '170536.983000', '170536.986000', '170536.988000', '170556.878000', '170556.881000', '170556.884000', '170556.886000', '170556.889000', '170556.891000', '170556.894000', '170556.896000', '170556.899000', '170556.902000', '170556.904000', '170556.907000', '170556.909000', '170556.912000', '170556.914000', '170556.917000', '170556.919000', '170556.922000', '170556.925000', '170556.927000', '170556.930000', '170556.933000', '170556.935000', '170556.938000', '170556.940000', '170556.943000', '170556.945000', '170556.948000', '170556.950000', '170556.953000', '170556.956000', '170556.958000', '170556.961000', '170556.964000', '170556.966000', '170556.969000', '170556.971000', '170556.974000', '170556.976000', '170556.979000', '170556.981000', '170556.984000', '170556.986000', '170556.989000', '170616.878000', '170616.881000', '170616.884000', '170616.887000', '170616.889000', '170616.892000', '170616.894000', '170616.897000', '170616.899000', '170616.902000', '170616.904000', '170616.907000', '170616.910000', '170616.912000', '170616.915000', '170616.917000', '170616.920000', '170616.922000', '170616.925000', '170616.928000', '170616.930000', '170616.933000', '170616.935000', '170616.938000', '170616.940000', '170616.943000', '170616.946000', '170616.948000', '170616.951000', '170616.954000', '170616.956000', '170616.959000', '170616.961000', '170616.964000', '170616.967000', '170616.969000', '170616.972000', '170616.974000', '170616.977000', '170616.979000', '170616.983000', '170616.986000', '170616.988000', '170636.878000', '170636.881000', '170636.884000', '170636.887000', '170636.889000', '170636.892000', '170636.894000', '170636.897000', '170636.899000', '170636.902000', '170636.905000', '170636.907000', '170636.910000', '170636.912000', '170636.915000', '170636.917000', '170636.920000', '170636.923000', '170636.925000', '170636.928000', '170636.930000', '170636.933000', '170636.935000', '170636.938000', '170636.941000', '170636.943000', '170636.946000', '170636.948000', '170636.951000', '170636.954000', '170636.956000', '170636.959000', '170636.961000', '170636.964000', '170636.967000', '170636.969000', '170636.972000', '170636.974000', '170636.977000', '170636.979000', '170636.982000', '170636.984000', '170636.987000', '170636.990000', '170656.878000', '170656.881000', '170656.884000', '170656.886000', '170656.889000', '170656.891000', '170656.894000', '170656.897000', '170656.899000', '170656.902000', '170656.904000', '170656.907000', '170656.909000', '170656.912000', '170656.915000', '170656.917000', '170656.920000', '170656.922000', '170656.925000', '170656.928000', '170656.930000', '170656.933000', '170656.935000', '170656.938000', '170656.940000', '170656.943000', '170656.946000', '170656.949000', '170656.952000', '170656.954000', '170656.957000', '170656.959000', '170656.962000', '170656.964000', '170656.967000', '170656.970000', '170656.972000', '170656.975000', '170656.977000', '170656.980000', '170656.982000', '170656.985000', '170656.988000', '170716.877000', '170716.880000', '170716.883000', '170716.885000', '170716.888000', '170716.891000', '170716.893000', '170716.896000', '170716.898000', '170716.901000', '170716.903000', '170716.906000', '170716.908000', '170716.911000', '170716.913000', '170716.916000', '170716.919000', '170716.921000', '170716.924000', '170716.926000', '170716.929000', '170716.931000', '170716.934000', '170716.937000', '170716.939000', '170716.942000', '170716.944000', '170716.961000', '170716.963000', '170716.966000', '170716.968000', '170716.971000', '170716.973000', '170716.976000', '170716.979000', '170716.981000', '170716.984000', '170716.986000', '170716.989000', '170716.991000', '170716.994000', '170716.996000', '170717.000000', '170717.003000', '170736.877000', '170736.880000', '170736.883000', '170736.885000', '170736.888000', '170736.891000', '170736.893000', '170736.896000', '170736.899000', '170736.901000', '170736.904000', '170736.906000', '170736.909000', '170736.912000', '170736.914000', '170736.917000', '170736.919000', '170736.922000', '170736.924000', '170736.927000', '170736.930000', '170736.932000', '170736.935000', '170736.937000', '170736.940000', '170736.943000', '170736.945000', '170736.949000', '170736.951000', '170736.954000', '170736.956000', '170736.959000', '170736.962000', '170736.964000', '170736.967000', '170736.969000', '170736.972000', '170736.974000', '170736.980000', '170736.983000', '170736.985000', '170736.988000', '170736.991000', '170756.878000', '170756.881000', '170756.884000', '170756.886000', '170756.889000', '170756.892000', '170756.894000', '170756.897000', '170756.899000', '170756.902000', '170756.905000', '170756.907000', '170756.910000', '170756.913000', '170756.915000', '170756.918000', '170756.920000', '170756.923000', '170756.926000', '170756.928000', '170756.931000', '170756.933000', '170756.936000', '170756.938000', '170756.941000', '170756.944000', '170756.946000', '170756.949000', '170756.951000', '170756.954000', '170756.957000', '170756.959000', '170756.962000', '170756.964000', '170756.967000', '170756.969000', '170756.972000', '170756.974000', '170756.977000', '170756.980000', '170756.982000', '170756.985000', '170756.987000', '170756.990000', '170816.878000', '170816.881000', '170816.884000', '170816.886000', '170816.889000', '170816.892000', '170816.894000', '170816.897000', '170816.899000', '170816.902000', '170816.905000', '170816.907000', '170816.910000', '170816.912000', '170816.915000', '170816.917000', '170816.920000', '170816.923000', '170816.925000', '170816.928000', '170816.931000', '170816.933000', '170816.936000', '170816.938000', '170816.941000', '170816.944000', '170816.946000', '170816.949000', '170816.951000', '170816.954000', '170816.956000', '170816.959000', '170816.962000', '170816.964000', '170816.967000', '170816.969000', '170816.972000', '170816.974000', '170816.977000', '170816.980000', '170816.982000', '170816.985000', '170816.988000', '170836.878000', '170836.881000', '170836.884000', '170836.886000', '170836.889000', '170836.891000', '170836.894000', '170836.897000', '170836.899000', '170836.902000', '170836.904000', '170836.907000', '170836.910000', '170836.912000', '170836.915000', '170836.917000', '170836.920000', '170836.922000', '170836.925000', '170836.927000', '170836.930000', '170836.933000', '170836.936000', '170836.938000', '170836.941000', '170836.943000', '170836.946000', '170836.948000', '170836.951000', '170836.954000', '170836.956000', '170836.959000', '170836.961000', '170836.964000', '170836.966000', '170836.969000', '170836.972000', '170836.974000', '170836.977000', '170836.979000', '170836.982000', '170836.984000', '170836.987000', '170836.990000', '170856.878000', '170856.881000', '170856.884000', '170856.887000', '170856.889000', '170856.892000', '170856.894000', '170856.897000', '170856.914000', '170856.916000', '170856.919000', '170856.921000', '170856.924000', '170856.926000', '170856.929000', '170856.932000', '170856.934000', '170856.937000', '170856.940000', '170856.942000', '170856.945000', '170856.948000', '170856.950000', '170856.953000', '170856.955000', '170856.958000', '170856.961000', '170856.963000', '170856.966000', '170856.968000', '170856.971000', '170856.973000', '170856.976000', '170856.979000', '170856.981000', '170856.984000', '170856.986000', '170856.989000', '170856.992000', '170856.994000', '170856.997000', '170857.001000', '170857.003000', '170916.878000', '170916.881000', '170916.884000', '170916.886000', '170916.889000', '170916.892000', '170916.894000', '170916.897000', '170916.899000', '170916.902000', '170916.905000', '170916.907000', '170916.910000', '170916.912000', '170916.915000', '170916.917000', '170916.920000', '170916.923000', '170916.925000', '170916.928000', '170916.930000', '170916.933000', '170916.935000', '170916.938000', '170916.941000', '170916.943000', '170916.946000', '170916.948000', '170916.951000', '170916.953000', '170916.956000', '170916.958000', '170916.961000', '170916.964000', '170916.966000', '170916.969000', '170916.971000', '170916.974000', '170916.977000', '170916.979000', '170916.982000', '170916.984000', '170916.987000', '170936.877000', '170936.880000', '170936.883000', '170936.885000', '170936.888000', '170936.891000', '170936.893000', '170936.896000', '170936.899000', '170936.901000', '170936.904000', '170936.906000', '170936.909000', '170936.911000', '170936.914000', '170936.917000', '170936.919000', '170936.922000', '170936.924000', '170936.927000', '170936.930000', '170936.932000', '170936.935000', '170936.938000', '170936.940000', '170936.943000', '170936.946000', '170936.948000', '170936.951000', '170936.954000', '170936.956000', '170936.959000', '170936.962000', '170936.964000', '170936.967000', '170936.969000', '170936.972000', '170936.975000', '170936.977000', '170936.980000', '170936.982000', '170936.985000', '170936.987000', '170936.990000', '170956.879000', '170956.881000', '170956.884000', '170956.887000', '170956.889000', '170956.892000', '170956.894000', '170956.897000', '170956.899000', '170956.902000', '170956.905000', '170956.907000', '170956.910000', '170956.912000', '170956.915000', '170956.918000', '170956.920000', '170956.923000', '170956.925000', '170956.928000', '170956.931000', '170956.933000', '170956.936000', '170956.940000', '170956.943000', '170956.946000', '170956.948000', '170956.951000', '170956.953000', '170956.956000', '170956.958000', '170956.961000', '170956.964000', '170956.966000', '170956.969000', '170956.972000', '170956.975000', '170956.977000', '170956.980000', '170956.982000', '170956.985000', '170956.988000', '170956.990000', '170956.993000', '171016.878000', '171016.881000', '171016.884000', '171016.886000', '171016.889000', '171016.892000', '171016.894000', '171016.897000', '171016.899000', '171016.902000', '171016.905000', '171016.907000', '171016.910000', '171016.912000', '171016.915000', '171016.918000', '171016.920000', '171016.923000', '171016.925000', '171016.928000', '171016.930000', '171016.933000', '171016.936000', '171016.938000', '171016.941000', '171016.943000', '171016.946000', '171016.948000', '171016.951000', '171016.954000', '171016.956000', '171016.959000', '171016.961000', '171016.974000', '171016.977000', '171016.979000', '171016.982000', '171016.984000', '171016.987000', '171016.989000', '171016.992000', '171016.995000', '171016.997000', '171036.878000', '171036.881000', '171036.884000', '171036.886000', '171036.889000', '171036.892000', '171036.894000', '171036.897000', '171036.899000', '171036.902000', '171036.904000', '171036.907000', '171036.909000', '171036.912000', '171036.915000', '171036.917000', '171036.920000', '171036.922000', '171036.925000', '171036.927000', '171036.930000', '171036.933000', '171036.935000', '171036.938000', '171036.940000', '171036.943000', '171036.945000', '171036.948000', '171036.951000', '171036.953000', '171036.956000', '171036.958000', '171036.961000', '171036.964000', '171036.966000', '171036.969000', '171036.971000', '171036.974000', '171036.977000', '171036.979000', '171036.982000', '171036.984000', '171036.987000', '171036.990000', '171056.879000', '171056.881000', '171056.884000', '171056.887000', '171056.889000', '171056.892000', '171056.894000', '171056.897000', '171056.900000', '171056.902000', '171056.905000', '171056.907000', '171056.910000', '171056.913000', '171056.915000', '171056.918000', '171056.920000', '171056.923000', '171056.926000', '171056.928000', '171056.931000', '171056.933000', '171056.936000', '171056.938000', '171056.941000', '171056.943000', '171056.946000', '171056.949000', '171056.951000', '171056.954000', '171056.956000', '171056.959000', '171056.962000', '171056.964000', '171056.967000', '171056.970000', '171056.972000', '171056.975000', '171056.978000', '171056.980000', '171056.983000', '171056.985000', '171056.988000', '171116.878000', '171116.881000', '171116.884000', '171116.886000', '171116.889000', '171116.892000', '171116.894000', '171116.897000', '171116.900000', '171116.903000', '171116.906000', '171116.908000', '171116.911000', '171116.914000', '171116.916000', '171116.919000', '171116.921000', '171116.924000', '171116.926000', '171116.929000', '171116.932000', '171116.934000', '171116.937000', '171116.939000', '171116.942000', '171116.945000', '171116.947000', '171116.950000', '171116.952000', '171116.955000', '171116.958000', '171116.960000', '171116.963000', '171116.966000', '171116.968000', '171116.971000', '171116.973000', '171116.976000', '171116.978000', '171116.981000', '171116.983000', '171116.986000', '171116.988000', '171116.991000', '171136.878000', '171136.880000', '171136.883000', '171136.886000', '171136.888000', '171136.891000', '171136.893000', '171136.896000', '171136.899000', '171136.901000', '171136.904000', '171136.906000', '171136.909000', '171136.912000', '171136.914000', '171136.917000', '171136.919000', '171136.922000', '171136.924000', '171136.927000', '171136.930000', '171136.932000', '171136.935000', '171136.937000', '171136.940000', '171136.942000', '171136.945000', '171136.947000', '171136.950000', '171136.953000', '171136.966000', '171136.968000', '171136.971000', '171136.974000', '171136.976000', '171136.979000', '171136.981000', '171136.984000', '171136.986000', '171136.989000', '171136.992000', '171136.994000', '171136.997000', '171156.878000', '171156.881000', '171156.883000', '171156.886000', '171156.889000', '171156.891000', '171156.894000', '171156.896000', '171156.899000', '171156.901000', '171156.904000', '171156.907000', '171156.909000', '171156.912000', '171156.914000', '171156.917000', '171156.920000', '171156.922000', '171156.925000', '171156.927000', '171156.930000', '171156.932000', '171156.935000', '171156.938000', '171156.940000', '171156.943000', '171156.946000', '171156.948000', '171156.951000', '171156.953000', '171156.956000', '171156.958000', '171156.961000', '171156.964000', '171156.966000', '171156.969000', '171156.971000', '171156.974000', '171156.976000', '171156.979000', '171156.982000', '171156.984000', '171156.987000', '171216.879000', '171216.881000', '171216.884000', '171216.887000', '171216.889000', '171216.892000', '171216.894000', '171216.897000', '171216.900000', '171216.902000', '171216.905000', '171216.907000', '171216.910000', '171216.913000', '171216.915000', '171216.918000', '171216.921000', '171216.923000', '171216.926000', '171216.928000', '171216.931000', '171216.933000', '171216.936000', '171216.939000', '171216.941000', '171216.944000', '171216.946000', '171216.949000', '171216.952000', '171216.954000', '171216.957000', '171216.959000', '171216.962000', '171216.964000', '171216.967000', '171216.970000', '171216.972000', '171216.975000', '171216.977000', '171216.980000', '171216.982000', '171216.985000', '171216.988000', '171216.990000', '171236.879000', '171236.882000', '171236.884000', '171236.887000', '171236.889000', '171236.892000', '171236.894000', '171236.897000', '171236.899000', '171236.902000', '171236.905000', '171236.907000', '171236.910000', '171236.912000', '171236.915000', '171236.918000', '171236.920000', '171236.923000', '171236.926000', '171236.928000', '171236.931000', '171236.934000', '171236.936000', '171236.939000', '171236.942000', '171236.945000', '171236.948000', '171236.950000', '171236.953000', '171236.955000', '171236.958000', '171236.960000', '171236.963000', '171236.966000', '171236.968000', '171236.971000', '171236.973000', '171236.976000', '171236.979000', '171236.981000', '171236.984000', '171236.986000', '171236.989000', '171256.879000', '171256.882000', '171256.884000', '171256.887000', '171256.889000', '171256.892000', '171256.895000', '171256.897000', '171256.900000', '171256.902000', '171256.905000', '171256.908000', '171256.910000', '171256.913000', '171256.916000', '171256.918000', '171256.921000', '171256.924000', '171256.926000', '171256.929000', '171256.931000', '171256.934000', '171256.936000', '171256.939000', '171256.942000', '171256.944000', '171256.947000', '171256.950000', '171256.952000', '171256.955000', '171256.957000', '171256.960000', '171256.962000', '171256.965000', '171256.968000', '171256.970000', '171256.973000', '171256.975000', '171256.978000', '171256.981000', '171256.983000', '171256.986000', '171257.002000', '171257.004000', '171316.878000', '171316.881000', '171316.884000', '171316.886000', '171316.889000', '171316.892000', '171316.895000', '171316.898000', '171316.900000', '171316.903000', '171316.906000', '171316.908000', '171316.911000', '171316.913000', '171316.916000', '171316.918000', '171316.921000', '171316.924000', '171316.926000', '171316.929000', '171316.931000', '171316.934000', '171316.936000', '171316.939000', '171316.942000', '171316.944000', '171316.947000', '171316.949000', '171316.952000', '171316.955000', '171316.957000', '171316.960000', '171316.962000', '171316.965000', '171316.968000', '171316.970000', '171316.973000', '171316.975000', '171316.978000', '171316.981000', '171316.983000', '171316.986000', '171316.988000', '171336.879000', '171336.882000', '171336.884000', '171336.887000', '171336.889000', '171336.892000', '171336.895000', '171336.897000', '171336.900000', '171336.902000', '171336.905000', '171336.908000', '171336.910000', '171336.913000', '171336.916000', '171336.918000', '171336.921000', '171336.923000', '171336.926000', '171336.929000', '171336.931000', '171336.934000', '171336.936000', '171336.939000', '171336.942000', '171336.944000', '171336.947000', '171336.950000', '171336.952000', '171336.955000', '171336.958000', '171336.960000', '171336.963000', '171336.965000', '171336.968000', '171336.971000', '171336.973000', '171336.976000', '171336.978000', '171336.981000', '171336.984000', '171336.986000', '171336.989000', '171336.991000', '171356.878000', '171356.880000', '171356.883000', '171356.886000', '171356.888000', '171356.891000', '171356.893000', '171356.896000', '171356.898000', '171356.901000', '171356.904000', '171356.906000', '171356.909000', '171356.911000', '171356.914000', '171356.917000', '171356.919000', '171356.922000', '171356.924000', '171356.927000', '171356.930000', '171356.932000', '171356.935000', '171356.938000', '171356.940000', '171356.943000', '171356.945000', '171356.948000', '171356.951000', '171356.953000', '171356.956000', '171356.958000', '171356.961000', '171356.964000', '171356.966000', '171356.969000', '171356.971000', '171356.974000', '171356.977000', '171356.980000', '171356.983000', '171356.986000', '171356.988000', '171416.878000', '171416.880000', '171416.883000', '171416.885000', '171416.888000', '171416.891000', '171416.893000', '171416.896000', '171416.898000', '171416.901000', '171416.904000', '171416.906000', '171416.909000', '171416.912000', '171416.914000', '171416.917000', '171416.919000', '171416.922000', '171416.924000', '171416.927000', '171416.930000', '171416.932000', '171416.935000', '171416.937000', '171416.950000', '171416.953000', '171416.956000', '171416.958000', '171416.961000', '171416.963000', '171416.966000', '171416.968000', '171416.971000', '171416.974000', '171416.976000', '171416.979000', '171416.981000', '171416.984000', '171416.987000', '171416.989000', '171416.992000', '171417.001000', '171417.004000', '171417.006000', '171436.879000', '171436.881000', '171436.884000', '171436.887000', '171436.889000', '171436.892000', '171436.894000', '171436.897000', '171436.900000', '171436.902000', '171436.905000', '171436.907000', '171436.910000', '171436.912000', '171436.915000', '171436.918000', '171436.920000', '171436.923000', '171436.925000', '171436.928000', '171436.930000', '171436.933000', '171436.936000', '171436.938000', '171436.941000', '171436.944000', '171436.946000', '171436.949000', '171436.951000', '171436.954000', '171436.957000', '171436.960000', '171436.962000', '171436.965000', '171436.967000', '171436.970000', '171436.972000', '171436.975000', '171436.978000', '171436.980000', '171436.983000', '171436.985000', '171436.988000', '171456.879000', '171456.881000', '171456.884000', '171456.887000', '171456.889000', '171456.892000', '171456.894000', '171456.897000', '171456.900000', '171456.903000', '171456.905000', '171456.908000', '171456.911000', '171456.913000', '171456.916000', '171456.918000', '171456.921000', '171456.923000', '171456.926000', '171456.929000', '171456.931000', '171456.934000', '171456.937000', '171456.939000', '171456.942000', '171456.944000', '171456.947000', '171456.949000', '171456.952000', '171456.955000', '171456.957000', '171456.960000', '171456.962000', '171456.965000', '171456.968000', '171456.970000', '171456.973000', '171456.975000', '171456.978000', '171456.981000', '171456.983000', '171456.986000', '171456.988000', '171456.991000', '171516.878000', '171516.881000', '171516.884000', '171516.886000', '171516.889000', '171516.892000', '171516.894000', '171516.897000', '171516.899000', '171516.902000', '171516.905000', '171516.907000', '171516.910000', '171516.912000', '171516.918000', '171516.921000', '171516.923000', '171516.926000', '171516.929000', '171516.931000', '171516.934000', '171516.936000', '171516.939000', '171516.942000', '171516.944000', '171516.947000', '171516.950000', '171516.953000', '171516.956000', '171516.958000', '171516.961000', '171516.964000', '171516.966000', '171516.969000', '171516.972000', '171516.974000', '171516.977000', '171516.980000', '171516.982000', '171516.985000', '171516.987000', '171516.990000', '171516.992000', '171536.879000', '171536.882000', '171536.884000', '171536.887000', '171536.889000', '171536.892000', '171536.909000', '171536.911000', '171536.914000', '171536.917000', '171536.919000', '171536.922000', '171536.924000', '171536.927000', '171536.930000', '171536.932000', '171536.935000', '171536.937000', '171536.940000', '171536.943000', '171536.945000', '171536.948000', '171536.951000', '171536.953000', '171536.956000', '171536.958000', '171536.961000', '171536.964000', '171536.966000', '171536.969000', '171536.972000', '171536.974000', '171536.977000', '171536.979000', '171536.982000', '171536.985000', '171536.987000', '171536.990000', '171536.993000', '171536.995000', '171536.998000', '171537.001000', '171537.004000', '171537.006000', '171556.879000', '171556.882000', '171556.884000', '171556.887000', '171556.889000', '171556.892000', '171556.895000', '171556.897000', '171556.900000', '171556.902000', '171556.905000', '171556.907000', '171556.910000', '171556.912000', '171556.915000', '171556.918000', '171556.920000', '171556.923000', '171556.926000', '171556.928000', '171556.931000', '171556.933000', '171556.936000', '171556.939000', '171556.941000', '171556.944000', '171556.946000', '171556.949000', '171556.952000', '171556.954000', '171556.957000', '171556.959000', '171556.962000', '171556.965000', '171556.968000', '171556.970000', '171556.973000', '171556.975000', '171556.978000', '171556.980000', '171556.983000', '171556.986000', '171556.988000', '171616.878000', '171616.881000', '171616.883000', '171616.886000', '171616.889000', '171616.891000', '171616.894000', '171616.896000', '171616.899000', '171616.902000', '171616.904000', '171616.907000', '171616.909000', '171616.912000', '171616.914000', '171616.917000', '171616.920000', '171616.922000', '171616.925000', '171616.928000', '171616.930000', '171616.933000', '171616.936000', '171616.938000', '171616.941000', '171616.943000', '171616.946000', '171616.949000', '171616.951000', '171616.954000', '171616.956000', '171616.959000', '171616.962000', '171616.965000', '171616.967000', '171616.970000', '171616.972000', '171616.975000', '171616.978000', '171616.980000', '171616.983000', '171616.985000', '171616.988000', '171616.991000', '171636.878000', '171636.880000', '171636.883000', '171636.886000', '171636.888000', '171636.891000', '171636.893000', '171636.896000', '171636.899000', '171636.901000', '171636.904000', '171636.906000', '171636.909000', '171636.911000', '171636.914000', '171636.916000', '171636.919000', '171636.922000', '171636.924000', '171636.927000', '171636.929000', '171636.932000', '171636.934000', '171636.937000', '171636.940000', '171636.942000', '171636.945000', '171636.947000', '171636.950000', '171636.953000', '171636.955000', '171636.988000', '171636.991000', '171636.993000', '171636.996000', '171636.998000', '171637.002000', '171637.005000', '171637.007000', '171637.010000', '171637.013000', '171637.015000', '171637.018000', '171656.879000', '171656.881000', '171656.884000', '171656.887000', '171656.889000', '171656.892000', '171656.894000', '171656.897000', '171656.900000', '171656.902000', '171656.905000', '171656.908000', '171656.910000', '171656.913000', '171656.915000', '171656.918000', '171656.920000', '171656.923000', '171656.926000', '171656.928000', '171656.931000', '171656.933000', '171656.936000', '171656.939000', '171656.941000', '171656.944000', '171656.947000', '171656.949000', '171656.952000', '171656.954000', '171656.957000', '171656.960000', '171656.962000', '171656.965000', '171656.967000', '171656.970000', '171656.972000', '171656.975000', '171656.978000', '171656.980000', '171656.983000', '171656.985000', '171656.988000', '171656.990000', '171716.879000', '171716.881000', '171716.884000', '171716.887000', '171716.889000', '171716.892000', '171716.894000', '171716.897000', '171716.900000', '171716.902000', '171716.905000', '171716.907000', '171716.910000', '171716.912000', '171716.915000', '171716.918000', '171716.920000', '171716.923000', '171716.926000', '171716.928000', '171716.931000', '171716.933000', '171716.936000', '171716.938000', '171716.941000', '171716.943000', '171716.946000', '171716.949000', '171716.951000', '171716.954000', '171716.956000', '171716.959000', '171716.962000', '171716.964000', '171716.967000', '171716.969000', '171716.972000', '171716.974000', '171716.977000', '171716.979000', '171716.982000', '171716.985000', '171716.987000', '171736.879000', '171736.881000', '171736.884000', '171736.887000', '171736.889000', '171736.892000', '171736.894000', '171736.897000', '171736.900000', '171736.902000', '171736.905000', '171736.907000', '171736.910000', '171736.913000', '171736.915000', '171736.918000', '171736.921000', '171736.923000', '171736.926000', '171736.928000', '171736.931000', '171736.934000', '171736.936000', '171736.939000', '171736.941000', '171736.944000', '171736.947000', '171736.949000', '171736.952000', '171736.954000', '171736.957000', '171736.960000', '171736.962000', '171736.965000', '171736.967000', '171736.970000', '171736.972000', '171736.975000', '171736.978000', '171736.980000', '171736.983000', '171736.986000', '171736.988000', '171736.991000', '171756.879000', '171756.882000', '171756.884000', '171756.887000', '171756.889000', '171756.892000', '171756.894000', '171756.897000', '171756.900000', '171756.902000', '171756.905000', '171756.908000', '171756.910000', '171756.913000', '171756.915000', '171756.918000', '171756.920000', '171756.923000', '171756.926000', '171756.928000', '171756.931000', '171756.933000', '171756.936000', '171756.939000', '171756.941000', '171756.944000', '171756.946000', '171756.949000', '171756.952000', '171756.954000', '171756.957000', '171756.960000', '171756.962000', '171756.965000', '171756.967000', '171756.970000', '171756.972000', '171756.975000', '171756.978000', '171756.980000', '171756.983000', '171756.986000', '171756.988000', '171816.879000', '171816.882000', '171816.884000', '171816.887000', '171816.890000', '171816.892000', '171816.895000', '171816.897000', '171816.900000', '171816.902000', '171816.905000', '171816.908000', '171816.910000', '171816.913000', '171816.915000', '171816.918000', '171816.921000', '171816.923000', '171816.937000', '171816.940000', '171816.943000', '171816.945000', '171816.948000', '171816.950000', '171816.953000', '171816.956000', '171816.958000', '171816.961000', '171816.963000', '171816.966000', '171816.969000', '171816.971000', '171816.974000', '171816.976000', '171816.979000', '171816.982000', '171816.984000', '171816.987000', '171816.989000', '171816.992000', '171816.995000', '171816.997000', '171817.001000', '171817.003000', '171836.878000', '171836.880000', '171836.883000', '171836.886000', '171836.888000', '171836.891000', '171836.893000', '171836.896000', '171836.899000', '171836.901000', '171836.904000', '171836.906000', '171836.909000', '171836.912000', '171836.914000', '171836.917000', '171836.919000', '171836.922000', '171836.925000', '171836.927000', '171836.930000', '171836.933000', '171836.935000', '171836.938000', '171836.940000', '171836.943000', '171836.946000', '171836.948000', '171836.951000', '171836.953000', '171836.956000', '171836.959000', '171836.961000', '171836.964000', '171836.967000', '171836.969000', '171836.972000', '171836.974000', '171836.977000', '171836.980000', '171836.982000', '171836.985000', '171836.987000', '171841.650000', '171841.653000', '171841.656000', '171841.658000', '171841.661000', '171841.664000', '171841.667000', '171841.669000', '171841.672000', '171841.675000', '171841.677000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [9529, 12738, 9252, 9313, 9134, 9354, 9149, 9210, 9479, 9326, 10130, 9472, 10843, 9525, 11802, 9354, 10717, 9142, 10254, 9474, 10216, 9289, 10393, 9746, 9624, 9749, 9579, 10546, 9516, 11688, 9306, 9724, 9643, 9838, 9656, 13191, 10207, 11621, 9654, 9548, 9709, 9640, 9426, 9674, 10381, 9556, 9828, 10087, 9747, 10622, 9954, 12060, 9934, 11393, 9907, 11209, 9744, 10144, 9588, 10996, 9745, 9796, 10381, 9727, 10538, 9936, 10853, 10101, 11451, 10217, 9697, 10241, 9670, 10129, 9837, 9677, 10018, 9114, 9894, 10115, 9884, 10438, 9897, 11179, 9573, 11272, 9940, 11689, 9742, 10993, 9825, 11020, 9698, 10790, 10298, 10206, 9633, 10194, 11365, 10138, 10104, 10092, 11301, 10105, 11481, 9968, 11684, 10054, 11253, 10055, 10218, 10013, 11201, 10064, 10787, 9714, 10910, 9788, 10003, 10158, 10074, 11040, 10451, 10506, 10373, 11237, 10064, 11397, 10111, 11234, 9891, 12996, 10205, 11229, 9864, 13404, 10088, 10037, 9653, 10076, 10720, 10349, 10974, 10411, 10027, 10701, 10089, 11104, 10292, 9411, 10343, 10070, 10322, 11283, 10029, 11186, 9957, 9985, 10067, 13070, 10707, 10593, 10848, 10142, 11277, 10129, 11283, 10354, 11540, 10680, 11556, 10363, 10881, 10124, 10996, 10085, 11353, 10156, 9960, 10189, 11367, 10085, 10668, 10253, 10273, 10293, 10059, 10260, 11452, 10172, 10892, 10012, 10788, 10070, 11310, 10324, 11109, 10328, 11526, 10128, 11747, 10051, 12517, 10133, 12279, 10741, 11573, 10176, 12038, 10438, 11767, 10316, 12199, 10112, 11331, 10088, 11002, 10054, 11303, 10421, 10388, 10595, 10629, 10697, 10193, 10979, 10129, 9890, 10183, 12066, 10748, 11838, 10648, 11222, 10092, 11564, 10320, 11329, 10006, 10788, 10543, 9808, 10312, 11515, 10198, 11175, 10056, 11432, 9992, 11433, 10422, 11631, 10309, 11792, 10186, 11892, 10445, 10228, 10667, 10214, 10768, 13605, 10739, 11778, 10501, 12610, 10602, 10268, 11169, 10586, 11676, 10439, 11293, 10214, 11317, 10471, 11698, 10338, 10543, 10279, 11075, 10481, 11213, 10314, 11211, 11936, 11477, 12289, 10319, 11932, 10325, 11979, 10239, 11423, 10342, 12034, 10794, 9772, 10225, 11467, 10395, 11263, 10170, 9957, 10092, 11731, 10535, 10583, 10508, 11536, 9976, 10852, 10098, 10467, 10138, 10505, 12831, 10796, 12154, 10488, 11320, 10277, 11071, 10213, 11574, 10381, 11958, 10175, 11698, 10190, 11300, 10181, 11648, 10367, 11698, 10416, 10212, 10040, 11163, 10091, 10787, 10182, 11371, 10385, 10437, 11983, 10314, 13051, 10500, 11431, 10394, 12103, 10907, 11438, 11188, 11976, 10489, 11720, 10594, 12193, 10519, 11673, 10793, 12941, 10986, 12009, 10712, 11867, 10504, 9833, 10743, 9996, 11444, 10086, 10640, 10106, 10656, 10121, 11154, 9928, 9142, 10352, 11671, 10349, 12607, 10509, 12771, 10643, 13709, 10766, 11013, 11226, 12966, 10672, 12479, 10564, 10379, 10779, 10256, 11134, 10676, 10662, 11894, 10385, 11751, 10197, 10311, 10612, 10372, 10009, 10477, 10859, 10484, 11558, 10342, 11081, 10219, 10056, 10346, 11556, 10181, 11125, 9889, 10823, 10213, 10524, 10215, 11923, 10703, 11126, 10546, 11488, 10450, 10918, 9976, 11006, 10378, 12043, 10699, 12383, 10490, 11487, 10243, 10672, 8891, 8805, 8959, 11940, 9801, 9765, 10014, 11733, 10033, 11632, 9570, 9511, 8801, 8777, 8765, 9241, 9073, 9082, 9525, 9514, 9330, 10164, 9164, 9172, 8839, 12322, 9315, 13294, 9843, 10404, 8977, 10169, 9114, 10489, 9120, 13252, 9983, 13277, 9958, 11502, 9770, 11308, 9777, 9209, 10026, 9425, 9535, 9584, 10207, 9253, 10100, 9338, 9971, 9295, 9195, 9691, 9131, 9578, 10283, 9444, 10555, 9265, 10627, 9450, 11467, 9669, 11265, 9525, 11492, 9679, 10999, 9395, 9522, 9882, 9883, 9944, 13076, 9805, 9811, 10499, 9443, 10287, 9790, 9947, 9713, 10441, 9392, 9872, 9375, 10244, 10177, 10940, 10178, 12356, 10235, 9693, 10509, 9736, 10913, 9925, 9674, 9767, 11107, 9402, 10288, 9278, 9831, 9457, 10546, 9586, 10746, 9703, 11608, 9379, 9827, 9249, 9529, 9826, 9548, 10641, 9747, 9306, 9711, 13047, 10210, 13109, 9854, 11274, 9747, 11864, 9431, 11908, 9617, 9487, 10071, 9455, 10086, 12859, 10013, 11807, 9832, 9283, 10177, 9333, 9172, 9649, 9510, 9427, 10377, 9491, 9661, 9421, 11781, 9972, 12639, 9817, 11417, 10009, 11368, 10017, 9438, 10285, 9554, 10041, 9602, 9505, 9553, 10836, 9271, 10314, 9416, 10109, 9370, 11832, 9606, 10873, 9650, 10602, 9742, 10899, 9313, 10637, 9195, 12773, 9906, 10240, 10095, 11405, 9718, 11311, 9384, 11157, 9292, 11134, 10174, 9534, 9841, 9477, 10278, 9511, 10292, 9230, 10246, 9386, 10732, 9607, 10000, 9469, 10205, 12537, 9788, 11422, 9679, 10482, 9621, 9886, 9633, 9367, 12761, 9363, 9544, 9570, 9631, 10147, 9067, 9821, 9835, 9967, 11030, 9688, 11223, 9807, 10917, 9709, 11947, 9918, 11187, 9264, 9849, 9225, 10127, 9007, 10965, 9458, 10581, 9507, 10234, 9233, 10211, 9195, 10004, 9484, 10602, 9398, 10743, 9380, 10410, 9454, 11423, 9732, 13176, 10189, 9348, 10314, 10763, 10146, 11479, 10238, 11248, 10140, 11662, 10050, 13224, 9954, 12241, 9813, 10006, 9505, 10387, 9533, 12214, 10185, 13016, 10113, 11526, 10141, 12137, 9850, 11334, 9703, 10489, 10076, 12240, 9659, 10263, 9472, 10680, 9159, 9740, 9305, 9836, 9190, 9583, 9255, 9951, 8946, 10139, 9177, 10012, 9781, 10085, 11967, 9507, 10759, 9292, 10179, 9395, 9730, 10243, 8977, 10381, 9061, 8687, 8220, 9606, 10500, 8564, 9007, 9441, 8810, 9691, 8593, 9335, 8510, 9463, 8235, 9615, 8805, 9892, 13368, 9762, 11129, 9534, 9538, 9437, 11119, 9478, 9344, 9265, 9784, 12921, 9921, 13205, 9810, 9386, 10255, 9432, 10182, 9585, 9971, 11314, 9873, 11234, 9587, 9814, 9254, 10661, 10000, 12699, 10215, 9574, 10131, 9242, 10258, 9564, 9735, 9395, 9457, 9234, 10501, 9115, 10901, 10012, 9317, 9958, 9494, 10223, 11930, 9535, 11832, 9038, 8893, 8978, 12597, 9638, 10555, 9176, 9648, 9200, 10094, 8624, 9982, 9502, 9487, 9771, 8997, 9984, 9040, 10127, 9034, 10296, 9702, 9386, 10126, 9603, 10279, 9763, 10257, 13367, 9968, 11010, 9772, 11143, 9212, 9651, 9226, 10183, 8822, 12339, 9492, 10423, 10125, 13344, 9849, 11384, 9666, 9283, 9986, 9274, 9388, 9612, 10514, 9450, 10336, 12715, 10011, 9349, 9887, 9411, 9680, 9526, 10282, 9840, 9820, 9569, 9911, 9410, 8985, 9587, 12167, 9989, 10586, 9938, 9997, 9905, 11011, 9475, 9044, 9362, 10724, 9495, 9424, 9534, 9763, 9878, 11310, 10270, 9511, 10127, 9788, 10927, 9952, 9885, 9570, 10197, 9510, 9040, 9591, 8862, 9660, 10351, 9770, 10362, 9478, 10565, 9110, 11103, 9599, 9240, 10218, 10850, 10226, 11989, 10215, 9356, 10078, 9321, 10344, 9712, 10481, 9865, 10534, 9523, 10186, 9135, 10766, 9308, 12372, 9866, 9750, 10368, 9347, 10418, 9309, 9988, 9343, 9927, 9893, 10075, 11273, 9643, 11033, 9072, 9551, 9354, 8970, 10082, 9570, 9760, 9522, 9915, 10771, 10227, 9017, 9870, 9121, 9936, 9692, 10907, 9656, 10544, 9515, 10809, 10037, 9339, 10214, 9352, 9938, 9580, 10309, 11769, 9638, 10986, 9343, 11600, 9323, 10422, 9282, 12323, 9209, 9972, 9873, 9313, 9538, 10593, 9259, 10519, 9167, 10706, 9486, 10160, 9097, 10355, 9273, 10540, 9138, 13330, 9601, 11097, 9435, 11323, 9363, 10778, 9422, 10463, 9515, 11107, 9738, 10383, 9356, 9658, 9352, 11293, 9846, 11981, 9709, 11308, 9408, 11311, 9180, 11534, 9489, 10648, 9297, 10164, 9176, 10560, 9332, 10272, 9397, 9784, 9005, 9663, 8831, 9356, 8954, 9180, 9211, 10228, 9011, 9510, 9030, 8995, 9193, 9869, 9552, 10058, 12385, 9567, 9473, 9498, 8892, 9544, 9158, 9576, 9174, 10055, 9272, 9905, 9233, 9786, 9479, 9825, 11797, 9955, 10875, 9618, 9707, 9305, 10640, 9683, 10909, 9454, 10653, 9384, 10003, 8903, 10793, 9226, 10526, 9280, 9984, 9165, 9949, 9375, 9715, 12783, 9647, 10674, 9369, 10471, 9200, 11917, 9224, 11883, 9587, 10396, 9547, 9648, 9421, 11760, 9591, 12085, 9352, 11044, 9631, 9523, 9638, 11514, 9666, 12208, 9696, 11693, 9573, 9572, 9074, 9957, 9400, 9890, 11186, 9478, 10365, 9377, 9144, 8803, 10046, 8691, 11168, 9311, 10150, 9168, 10004, 8957, 9517, 8689, 10121, 9099, 9616, 11518, 9468, 11517, 9119, 10303, 9546, 8835, 9677, 9256, 9355, 8940, 9835, 8879, 9951, 8890, 9464, 8932, 9785, 12568, 9556, 11017, 9307, 10433, 8984, 11799, 9529, 9787, 9796, 9320, 9705, 9127, 10473, 9203, 10305, 9620, 10663, 9291, 9528, 9113, 10274, 9062, 9669, 9288, 9817, 9171, 9765, 8729, 9580, 8922, 8833, 8952, 10229, 9403, 9209, 9071, 9608, 11529, 9679, 9114, 9632, 9900, 8618, 9049, 9066, 8831, 9631, 12608, 8660, 10904, 8508, 10707, 9309, 10890, 9532, 12549, 9390, 12192, 9693, 9101, 9462, 9019, 9822, 12793, 9228, 12117, 9201, 8817, 9740, 8885, 9747, 9369, 9353, 9023, 8990, 9159, 11304, 9564, 13195, 9847, 11569, 9554, 11368, 9656, 8889, 9802, 9068, 9296, 9282, 9806, 8815, 10086, 9207, 9691, 8495, 10643, 9476, 11685, 9490, 9449, 9657, 9142, 9561, 8295, 9667, 8796, 8993, 8977, 9125, 8854, 9878, 8510, 9169, 9311, 11703, 9171, 9459, 9039, 10706, 8786, 9890, 8803, 10039, 9189, 12830, 9722, 11234, 9610, 11036, 9382, 10197, 9055, 10974, 9045, 10223, 9224, 11304, 9145, 10206, 9117, 10817, 9018, 10456, 9743, 9181, 9925, 8900, 9632, 12815, 9414, 11787, 9270, 8912, 9673, 9036, 9916, 9309, 9819, 12793, 9425, 8957, 9644, 9344, 9797, 9028, 9097, 9000, 10057, 9340, 10184, 9084, 9866, 9163, 9564, 11197, 9309, 11936, 9508, 10920, 9124, 10405, 8777, 9491, 8562, 11206, 9269, 12059, 9521, 9455, 9588, 10989, 9459, 11028, 9261, 10421, 8718, 9697, 8673, 9684, 9311, 9656, 11015, 8325, 9950, 8074, 12477, 8958, 9703, 9841, 8617, 9593, 8706, 9848, 8858, 10170, 12749, 9213, 11153, 9138, 12569, 9181, 9000, 10309, 9805, 9561, 9188, 9447, 9432, 10254, 11334, 8968, 9605, 8914, 10488, 8379, 9362, 9110, 9688, 8914, 8991, 8867, 9393, 8916, 10756, 8911, 10327, 8779, 10312, 8684, 8652, 8560, 9633, 10362, 9017, 11297, 9009, 11788, 9048, 12289, 9520, 10162, 9483, 8849, 9815, 8515, 10004, 9047, 9811, 8921, 9589, 12475, 9598, 11905, 9588, 12577, 9429, 11158, 9235, 11207, 9314, 11029, 9096, 11367, 9333, 9626, 9019, 9837, 11503, 9408, 11221, 9106, 12833, 9405, 10888, 9029, 10643, 8979, 10359, 8893, 10841, 9218, 10859, 9087, 10255, 8881, 10250, 8868, 9382, 8856, 10067, 9180, 9534, 11371, 9336, 10434, 9820, 8748, 9509, 8815, 9303, 8824, 10693, 9025, 9703, 11528, 9446, 12391, 9539, 10861, 9482, 10342, 9147, 11089, 8868, 10891, 9083, 11261, 9441, 12039, 10363, 11866, 9577, 12980, 9371, 11217, 9436, 12494, 9443, 11315, 9215, 9456, 9029, 11000, 8869, 13357, 9485, 11725, 9914, 11500, 9322, 10828, 9182, 12034, 9053, 11734, 9700, 11406, 9025, 9936, 8943, 10418, 8768, 9309, 9222, 11434, 9340, 10619, 8967, 10319, 8588, 10629, 9052, 9262, 9049, 9995, 8835, 9101, 8446, 9150, 8692, 10412, 9265, 9065, 8817, 9909, 8766, 9389, 8689, 9438, 9516, 9560, 10916, 9540, 10951, 9049, 10246, 8658, 9981, 8830, 9349, 8882, 8831, 8587, 9686, 8600, 9194, 8832, 9281, 9293, 9577, 11857, 9630, 10936, 8999, 12442, 9058, 9129, 9451, 8728, 9595, 12695, 9366, 11549, 9460, 10171, 9186, 10460, 9045, 10429, 8699, 9991, 8502, 9325, 9061, 10154, 9129, 9204, 8894, 9003, 8611, 10270, 8496, 10512, 9076, 10049, 11104, 9350, 11422, 9518, 10975, 9598, 10039, 10392, 11526, 9426, 10652, 9557, 11126, 9043, 11030, 9115, 10155, 9138, 10192, 8961, 9726, 8764, 9822, 8549, 10515, 8748, 8547, 9382, 10848, 9107, 10354, 9088, 10177, 9232, 11543, 8990, 10481, 9038, 10161, 9023, 9801, 8859, 9913, 9518, 9833, 10387, 9933, 12520, 9314, 12681, 9447, 11926, 9365, 12025, 9332, 9469, 9084, 9152, 9227, 10602, 9610, 11005, 9245, 9337, 8662, 10062, 8765, 9595, 9838, 9640, 11691, 9301, 11939, 9201, 11330, 9251, 11177, 9547, 11461, 9549, 11192, 9315, 9460, 8945, 9512, 9039, 9926, 10769, 9908, 11007, 9281, 10848, 9098, 11599, 9400, 11298, 9295, 9661, 9132, 9716, 8807, 8892, 8772, 9690, 9824, 9787, 11311, 9415, 10398, 8944, 10407, 8566, 9319, 9221, 10516, 8936, 9085, 8837, 9759, 8666, 9595, 8578, 10780, 9075, 9778, 8750, 9720, 12368, 9350, 10348, 9223, 10765, 8969, 11806, 9248, 11116, 9521, 11010, 9355, 9387, 9116, 10345, 8912, 9641, 8667, 9783, 8773, 9559, 9131, 9759, 12846, 9486, 12212, 9714, 11029, 9230, 10087, 9078, 9758, 11206, 9487, 10556, 9475, 10423, 9260, 9009, 8814, 9828, 12540, 9483, 9566, 9704, 9482, 9812, 9398, 10034, 9039, 9836, 11879, 9464, 10170, 9167, 10320, 8760, 8710, 9031, 9445, 8813, 9615, 11438, 9533, 10544, 9053, 9460, 8996, 9409, 10882, 9054, 9204, 8390, 9724, 8767, 9564, 10798, 8925, 10910, 8976, 9830, 8956, 11097, 11029, 9736, 10135], 'WindowCenter': [4295.0, 4310.0, 4269.0, 4256.0, 4254.0, 4243.0, 4242.0, 4241.0, 4240.0, 4239.0, 4261.0, 4251.0, 4261.0, 4251.0, 4272.0, 4252.0, 4263.0, 4252.0, 4263.0, 4264.0, 4262.0, 4254.0, 4263.0, 4251.0, 4252.0, 4251.0, 4251.0, 4261.0, 4252.0, 4271.0, 4252.0, 4250.0, 4252.0, 4251.0, 4251.0, 4282.0, 4263.0, 4283.0, 4264.0, 4263.0, 4253.0, 4253.0, 4240.0, 4251.0, 4249.0, 4250.0, 4250.0, 4249.0, 4250.0, 4248.0, 4249.0, 4270.0, 4250.0, 4271.0, 4263.0, 4283.0, 4263.0, 4263.0, 4264.0, 4263.0, 4252.0, 4250.0, 4262.0, 4252.0, 4262.0, 4262.0, 4263.0, 4260.0, 4271.0, 4251.0, 4250.0, 4262.0, 4251.0, 4263.0, 4263.0, 4252.0, 4263.0, 4242.0, 4252.0, 4262.0, 4263.0, 4273.0, 4264.0, 4272.0, 4264.0, 4274.0, 4264.0, 4284.0, 4263.0, 4274.0, 4264.0, 4273.0, 4263.0, 4263.0, 4263.0, 4263.0, 4251.0, 4260.0, 4283.0, 4263.0, 4261.0, 4262.0, 4273.0, 4264.0, 4274.0, 4265.0, 4283.0, 4263.0, 4285.0, 4275.0, 4274.0, 4276.0, 4274.0, 4264.0, 4273.0, 4266.0, 4273.0, 4265.0, 4263.0, 4262.0, 4252.0, 4261.0, 4261.0, 4262.0, 4262.0, 4272.0, 4262.0, 4283.0, 4274.0, 4273.0, 4263.0, 4283.0, 4264.0, 4273.0, 4264.0, 4293.0, 4274.0, 4263.0, 4251.0, 4263.0, 4261.0, 4261.0, 4260.0, 4262.0, 4261.0, 4273.0, 4261.0, 4273.0, 4263.0, 4264.0, 4262.0, 4266.0, 4275.0, 4286.0, 4275.0, 4283.0, 4276.0, 4263.0, 4265.0, 4281.0, 4272.0, 4263.0, 4275.0, 4273.0, 4285.0, 4275.0, 4275.0, 4275.0, 4285.0, 4275.0, 4285.0, 4276.0, 4287.0, 4276.0, 4285.0, 4276.0, 4285.0, 4274.0, 4264.0, 4264.0, 4285.0, 4275.0, 4274.0, 4274.0, 4274.0, 4274.0, 4263.0, 4264.0, 4272.0, 4264.0, 4285.0, 4263.0, 4285.0, 4264.0, 4272.0, 4273.0, 4274.0, 4264.0, 4284.0, 4274.0, 4284.0, 4265.0, 4294.0, 4273.0, 4283.0, 4275.0, 4282.0, 4275.0, 4296.0, 4287.0, 4296.0, 4277.0, 4296.0, 4276.0, 4286.0, 4277.0, 4285.0, 4276.0, 4286.0, 4286.0, 4276.0, 4275.0, 4274.0, 4275.0, 4275.0, 4285.0, 4274.0, 4263.0, 4275.0, 4285.0, 4275.0, 4286.0, 4286.0, 4287.0, 4276.0, 4286.0, 4275.0, 4286.0, 4264.0, 4275.0, 4275.0, 4267.0, 4275.0, 4285.0, 4275.0, 4283.0, 4264.0, 4272.0, 4263.0, 4271.0, 4263.0, 4271.0, 4263.0, 4283.0, 4274.0, 4282.0, 4273.0, 4262.0, 4273.0, 4261.0, 4274.0, 4304.0, 4286.0, 4296.0, 4285.0, 4295.0, 4274.0, 4264.0, 4273.0, 4263.0, 4284.0, 4274.0, 4286.0, 4275.0, 4287.0, 4276.0, 4297.0, 4277.0, 4286.0, 4277.0, 4297.0, 4287.0, 4297.0, 4288.0, 4298.0, 4297.0, 4299.0, 4300.0, 4288.0, 4297.0, 4288.0, 4297.0, 4276.0, 4297.0, 4277.0, 4297.0, 4288.0, 4278.0, 4277.0, 4296.0, 4275.0, 4286.0, 4276.0, 4264.0, 4275.0, 4284.0, 4275.0, 4275.0, 4275.0, 4297.0, 4275.0, 4287.0, 4277.0, 4287.0, 4275.0, 4288.0, 4296.0, 4289.0, 4298.0, 4289.0, 4296.0, 4286.0, 4287.0, 4278.0, 4286.0, 4276.0, 4297.0, 4276.0, 4298.0, 4288.0, 4287.0, 4277.0, 4287.0, 4277.0, 4296.0, 4277.0, 4287.0, 4277.0, 4297.0, 4277.0, 4287.0, 4278.0, 4287.0, 4276.0, 4288.0, 4297.0, 4288.0, 4307.0, 4287.0, 4284.0, 4276.0, 4285.0, 4274.0, 4285.0, 4286.0, 4285.0, 4285.0, 4296.0, 4276.0, 4295.0, 4274.0, 4274.0, 4274.0, 4284.0, 4274.0, 4284.0, 4286.0, 4285.0, 4275.0, 4274.0, 4274.0, 4265.0, 4285.0, 4275.0, 4276.0, 4275.0, 4287.0, 4275.0, 4284.0, 4263.0, 4252.0, 4263.0, 4271.0, 4262.0, 4282.0, 4271.0, 4292.0, 4274.0, 4292.0, 4273.0, 4272.0, 4274.0, 4293.0, 4275.0, 4294.0, 4275.0, 4263.0, 4274.0, 4274.0, 4287.0, 4274.0, 4276.0, 4285.0, 4276.0, 4284.0, 4275.0, 4263.0, 4263.0, 4263.0, 4252.0, 4262.0, 4272.0, 4274.0, 4284.0, 4263.0, 4273.0, 4262.0, 4263.0, 4263.0, 4283.0, 4264.0, 4284.0, 4264.0, 4285.0, 4265.0, 4274.0, 4263.0, 4283.0, 4274.0, 4274.0, 4275.0, 4286.0, 4276.0, 4285.0, 4275.0, 4273.0, 4275.0, 4283.0, 4277.0, 4295.0, 4286.0, 4285.0, 4290.0, 4301.0, 4281.0, 4266.0, 4268.0, 4297.0, 4278.0, 4267.0, 4277.0, 4296.0, 4277.0, 4287.0, 4280.0, 4279.0, 4269.0, 4256.0, 4257.0, 4267.0, 4267.0, 4268.0, 4267.0, 4266.0, 4265.0, 4275.0, 4265.0, 4254.0, 4255.0, 4282.0, 4252.0, 4294.0, 4265.0, 4274.0, 4254.0, 4275.0, 4254.0, 4272.0, 4253.0, 4294.0, 4265.0, 4294.0, 4265.0, 4285.0, 4277.0, 4286.0, 4275.0, 4254.0, 4264.0, 4256.0, 4253.0, 4264.0, 4276.0, 4254.0, 4276.0, 4265.0, 4276.0, 4264.0, 4264.0, 4255.0, 4254.0, 4264.0, 4275.0, 4265.0, 4275.0, 4265.0, 4273.0, 4264.0, 4273.0, 4254.0, 4273.0, 4264.0, 4283.0, 4265.0, 4274.0, 4264.0, 4263.0, 4265.0, 4263.0, 4264.0, 4293.0, 4265.0, 4265.0, 4275.0, 4264.0, 4275.0, 4265.0, 4264.0, 4265.0, 4275.0, 4265.0, 4275.0, 4265.0, 4274.0, 4275.0, 4273.0, 4275.0, 4294.0, 4275.0, 4263.0, 4275.0, 4265.0, 4275.0, 4265.0, 4276.0, 4275.0, 4296.0, 4267.0, 4288.0, 4268.0, 4277.0, 4277.0, 4275.0, 4265.0, 4275.0, 4265.0, 4283.0, 4264.0, 4263.0, 4252.0, 4253.0, 4250.0, 4252.0, 4262.0, 4264.0, 4251.0, 4264.0, 4293.0, 4264.0, 4294.0, 4265.0, 4284.0, 4266.0, 4285.0, 4267.0, 4286.0, 4266.0, 4265.0, 4264.0, 4253.0, 4275.0, 4294.0, 4276.0, 4285.0, 4276.0, 4265.0, 4277.0, 4266.0, 4255.0, 4264.0, 4264.0, 4265.0, 4276.0, 4265.0, 4262.0, 4265.0, 4284.0, 4264.0, 4283.0, 4276.0, 4286.0, 4277.0, 4285.0, 4276.0, 4253.0, 4264.0, 4264.0, 4264.0, 4264.0, 4264.0, 4265.0, 4286.0, 4266.0, 4276.0, 4264.0, 4264.0, 4253.0, 4284.0, 4264.0, 4274.0, 4267.0, 4275.0, 4266.0, 4286.0, 4266.0, 4275.0, 4266.0, 4297.0, 4265.0, 4264.0, 4275.0, 4286.0, 4266.0, 4286.0, 4266.0, 4284.0, 4266.0, 4275.0, 4264.0, 4254.0, 4265.0, 4264.0, 4275.0, 4264.0, 4276.0, 4263.0, 4263.0, 4253.0, 4274.0, 4264.0, 4274.0, 4266.0, 4287.0, 4306.0, 4278.0, 4297.0, 4279.0, 4288.0, 4278.0, 4277.0, 4277.0, 4268.0, 4308.0, 4267.0, 4265.0, 4266.0, 4266.0, 4277.0, 4254.0, 4275.0, 4265.0, 4276.0, 4286.0, 4266.0, 4285.0, 4266.0, 4275.0, 4265.0, 4286.0, 4277.0, 4286.0, 4267.0, 4277.0, 4266.0, 4276.0, 4256.0, 4275.0, 4264.0, 4276.0, 4265.0, 4277.0, 4267.0, 4288.0, 4267.0, 4276.0, 4266.0, 4275.0, 4265.0, 4275.0, 4267.0, 4287.0, 4277.0, 4297.0, 4276.0, 4296.0, 4277.0, 4267.0, 4277.0, 4287.0, 4288.0, 4298.0, 4291.0, 4298.0, 4289.0, 4288.0, 4279.0, 4308.0, 4280.0, 4299.0, 4279.0, 4277.0, 4280.0, 4277.0, 4277.0, 4298.0, 4276.0, 4295.0, 4277.0, 4287.0, 4278.0, 4297.0, 4278.0, 4286.0, 4267.0, 4276.0, 4267.0, 4286.0, 4265.0, 4277.0, 4267.0, 4286.0, 4267.0, 4267.0, 4268.0, 4266.0, 4268.0, 4267.0, 4267.0, 4277.0, 4256.0, 4276.0, 4254.0, 4265.0, 4265.0, 4275.0, 4285.0, 4265.0, 4286.0, 4267.0, 4277.0, 4266.0, 4267.0, 4276.0, 4257.0, 4279.0, 4270.0, 4259.0, 4259.0, 4280.0, 4289.0, 4268.0, 4268.0, 4278.0, 4269.0, 4267.0, 4257.0, 4267.0, 4256.0, 4268.0, 4245.0, 4267.0, 4258.0, 4279.0, 4297.0, 4266.0, 4287.0, 4267.0, 4267.0, 4268.0, 4287.0, 4280.0, 4270.0, 4269.0, 4280.0, 4310.0, 4280.0, 4309.0, 4279.0, 4268.0, 4279.0, 4268.0, 4278.0, 4279.0, 4280.0, 4300.0, 4280.0, 4290.0, 4280.0, 4278.0, 4268.0, 4278.0, 4267.0, 4285.0, 4275.0, 4266.0, 4274.0, 4267.0, 4277.0, 4266.0, 4264.0, 4253.0, 4250.0, 4242.0, 4251.0, 4241.0, 4261.0, 4252.0, 4242.0, 4251.0, 4252.0, 4262.0, 4270.0, 4265.0, 4285.0, 4256.0, 4252.0, 4255.0, 4287.0, 4267.0, 4275.0, 4266.0, 4264.0, 4266.0, 4276.0, 4255.0, 4253.0, 4253.0, 4253.0, 4265.0, 4254.0, 4266.0, 4254.0, 4263.0, 4254.0, 4250.0, 4252.0, 4253.0, 4263.0, 4252.0, 4264.0, 4264.0, 4276.0, 4295.0, 4277.0, 4285.0, 4265.0, 4274.0, 4254.0, 4264.0, 4255.0, 4264.0, 4255.0, 4284.0, 4253.0, 4261.0, 4262.0, 4293.0, 4264.0, 4285.0, 4264.0, 4254.0, 4265.0, 4255.0, 4254.0, 4254.0, 4274.0, 4263.0, 4276.0, 4294.0, 4265.0, 4254.0, 4264.0, 4255.0, 4255.0, 4253.0, 4264.0, 4265.0, 4265.0, 4263.0, 4263.0, 4253.0, 4242.0, 4254.0, 4272.0, 4253.0, 4262.0, 4263.0, 4263.0, 4264.0, 4273.0, 4264.0, 4252.0, 4254.0, 4263.0, 4254.0, 4252.0, 4252.0, 4262.0, 4263.0, 4260.0, 4251.0, 4240.0, 4250.0, 4252.0, 4261.0, 4262.0, 4263.0, 4263.0, 4264.0, 4265.0, 4243.0, 4253.0, 4241.0, 4252.0, 4263.0, 4262.0, 4261.0, 4264.0, 4263.0, 4254.0, 4273.0, 4253.0, 4251.0, 4263.0, 4272.0, 4274.0, 4281.0, 4263.0, 4253.0, 4253.0, 4253.0, 4263.0, 4254.0, 4263.0, 4265.0, 4275.0, 4262.0, 4276.0, 4267.0, 4273.0, 4252.0, 4273.0, 4252.0, 4251.0, 4262.0, 4250.0, 4273.0, 4252.0, 4264.0, 4253.0, 4262.0, 4252.0, 4265.0, 4274.0, 4266.0, 4273.0, 4268.0, 4266.0, 4253.0, 4255.0, 4276.0, 4265.0, 4264.0, 4263.0, 4264.0, 4272.0, 4276.0, 4256.0, 4265.0, 4267.0, 4265.0, 4254.0, 4274.0, 4263.0, 4262.0, 4252.0, 4260.0, 4253.0, 4253.0, 4261.0, 4251.0, 4263.0, 4261.0, 4275.0, 4285.0, 4277.0, 4286.0, 4268.0, 4286.0, 4266.0, 4275.0, 4267.0, 4284.0, 4254.0, 4264.0, 4263.0, 4251.0, 4262.0, 4261.0, 4252.0, 4262.0, 4253.0, 4275.0, 4264.0, 4263.0, 4243.0, 4261.0, 4254.0, 4262.0, 4252.0, 4294.0, 4263.0, 4275.0, 4252.0, 4271.0, 4253.0, 4273.0, 4253.0, 4273.0, 4264.0, 4273.0, 4264.0, 4264.0, 4264.0, 4262.0, 4265.0, 4285.0, 4265.0, 4274.0, 4264.0, 4274.0, 4277.0, 4285.0, 4264.0, 4286.0, 4279.0, 4277.0, 4266.0, 4275.0, 4266.0, 4276.0, 4278.0, 4277.0, 4266.0, 4265.0, 4267.0, 4267.0, 4256.0, 4265.0, 4256.0, 4265.0, 4254.0, 4276.0, 4255.0, 4265.0, 4254.0, 4254.0, 4264.0, 4265.0, 4254.0, 4265.0, 4295.0, 4266.0, 4264.0, 4265.0, 4254.0, 4265.0, 4253.0, 4253.0, 4252.0, 4264.0, 4253.0, 4265.0, 4253.0, 4264.0, 4266.0, 4265.0, 4285.0, 4276.0, 4286.0, 4278.0, 4266.0, 4267.0, 4276.0, 4266.0, 4275.0, 4266.0, 4276.0, 4256.0, 4265.0, 4255.0, 4275.0, 4256.0, 4273.0, 4254.0, 4275.0, 4265.0, 4276.0, 4266.0, 4277.0, 4295.0, 4268.0, 4275.0, 4266.0, 4275.0, 4267.0, 4285.0, 4266.0, 4285.0, 4264.0, 4275.0, 4266.0, 4264.0, 4266.0, 4297.0, 4267.0, 4286.0, 4266.0, 4285.0, 4265.0, 4264.0, 4265.0, 4285.0, 4265.0, 4284.0, 4265.0, 4296.0, 4276.0, 4277.0, 4267.0, 4278.0, 4269.0, 4279.0, 4286.0, 4268.0, 4278.0, 4280.0, 4282.0, 4270.0, 4277.0, 4258.0, 4299.0, 4266.0, 4275.0, 4265.0, 4276.0, 4256.0, 4266.0, 4258.0, 4289.0, 4268.0, 4268.0, 4286.0, 4278.0, 4286.0, 4270.0, 4278.0, 4266.0, 4257.0, 4254.0, 4254.0, 4254.0, 4254.0, 4265.0, 4254.0, 4264.0, 4255.0, 4265.0, 4255.0, 4266.0, 4296.0, 4267.0, 4286.0, 4268.0, 4286.0, 4268.0, 4287.0, 4266.0, 4265.0, 4263.0, 4254.0, 4263.0, 4254.0, 4274.0, 4255.0, 4264.0, 4264.0, 4275.0, 4265.0, 4265.0, 4255.0, 4275.0, 4257.0, 4267.0, 4256.0, 4266.0, 4265.0, 4277.0, 4255.0, 4268.0, 4268.0, 4256.0, 4257.0, 4275.0, 4254.0, 4255.0, 4256.0, 4266.0, 4284.0, 4279.0, 4256.0, 4267.0, 4266.0, 4256.0, 4257.0, 4256.0, 4255.0, 4266.0, 4296.0, 4257.0, 4275.0, 4257.0, 4289.0, 4267.0, 4276.0, 4266.0, 4285.0, 4265.0, 4284.0, 4265.0, 4255.0, 4254.0, 4243.0, 4265.0, 4293.0, 4268.0, 4295.0, 4268.0, 4267.0, 4267.0, 4255.0, 4266.0, 4265.0, 4266.0, 4256.0, 4255.0, 4266.0, 4275.0, 4265.0, 4297.0, 4266.0, 4286.0, 4268.0, 4287.0, 4266.0, 4254.0, 4266.0, 4257.0, 4266.0, 4266.0, 4277.0, 4267.0, 4288.0, 4267.0, 4267.0, 4257.0, 4277.0, 4264.0, 4284.0, 4266.0, 4264.0, 4264.0, 4255.0, 4264.0, 4245.0, 4268.0, 4255.0, 4254.0, 4254.0, 4264.0, 4255.0, 4265.0, 4256.0, 4266.0, 4268.0, 4285.0, 4255.0, 4264.0, 4255.0, 4275.0, 4256.0, 4264.0, 4255.0, 4265.0, 4266.0, 4295.0, 4265.0, 4274.0, 4264.0, 4286.0, 4266.0, 4276.0, 4269.0, 4288.0, 4269.0, 4278.0, 4267.0, 4288.0, 4266.0, 4277.0, 4267.0, 4276.0, 4256.0, 4276.0, 4266.0, 4266.0, 4266.0, 4256.0, 4267.0, 4296.0, 4269.0, 4297.0, 4269.0, 4268.0, 4280.0, 4259.0, 4277.0, 4268.0, 4278.0, 4308.0, 4269.0, 4267.0, 4268.0, 4267.0, 4265.0, 4254.0, 4255.0, 4266.0, 4279.0, 4268.0, 4278.0, 4256.0, 4277.0, 4268.0, 4293.0, 4299.0, 4280.0, 4312.0, 4280.0, 4289.0, 4268.0, 4289.0, 4268.0, 4268.0, 4258.0, 4288.0, 4268.0, 4286.0, 4267.0, 4265.0, 4267.0, 4287.0, 4278.0, 4300.0, 4279.0, 4290.0, 4270.0, 4281.0, 4272.0, 4291.0, 4281.0, 4282.0, 4314.0, 4284.0, 4279.0, 4261.0, 4299.0, 4282.0, 4279.0, 4279.0, 4258.0, 4279.0, 4268.0, 4291.0, 4282.0, 4291.0, 4309.0, 4280.0, 4288.0, 4280.0, 4309.0, 4281.0, 4281.0, 4289.0, 4279.0, 4291.0, 4281.0, 4280.0, 4280.0, 4303.0, 4300.0, 4281.0, 4278.0, 4269.0, 4288.0, 4260.0, 4279.0, 4269.0, 4267.0, 4257.0, 4255.0, 4257.0, 4265.0, 4257.0, 4276.0, 4257.0, 4275.0, 4256.0, 4276.0, 4255.0, 4257.0, 4257.0, 4267.0, 4277.0, 4268.0, 4286.0, 4268.0, 4298.0, 4268.0, 4299.0, 4278.0, 4277.0, 4267.0, 4256.0, 4275.0, 4256.0, 4276.0, 4268.0, 4278.0, 4267.0, 4278.0, 4297.0, 4279.0, 4299.0, 4280.0, 4309.0, 4279.0, 4299.0, 4279.0, 4300.0, 4279.0, 4288.0, 4270.0, 4300.0, 4270.0, 4280.0, 4269.0, 4280.0, 4300.0, 4281.0, 4287.0, 4269.0, 4299.0, 4268.0, 4288.0, 4269.0, 4277.0, 4267.0, 4276.0, 4268.0, 4288.0, 4267.0, 4277.0, 4256.0, 4278.0, 4269.0, 4289.0, 4268.0, 4279.0, 4268.0, 4279.0, 4267.0, 4279.0, 4289.0, 4269.0, 4277.0, 4278.0, 4257.0, 4267.0, 4256.0, 4267.0, 4268.0, 4291.0, 4269.0, 4279.0, 4298.0, 4280.0, 4309.0, 4279.0, 4301.0, 4280.0, 4291.0, 4282.0, 4300.0, 4270.0, 4288.0, 4268.0, 4286.0, 4279.0, 4299.0, 4278.0, 4297.0, 4279.0, 4309.0, 4293.0, 4300.0, 4282.0, 4324.0, 4280.0, 4300.0, 4280.0, 4280.0, 4270.0, 4290.0, 4271.0, 4310.0, 4279.0, 4287.0, 4278.0, 4287.0, 4280.0, 4287.0, 4267.0, 4297.0, 4269.0, 4300.0, 4279.0, 4286.0, 4268.0, 4277.0, 4269.0, 4288.0, 4259.0, 4268.0, 4280.0, 4289.0, 4266.0, 4277.0, 4267.0, 4277.0, 4257.0, 4275.0, 4267.0, 4268.0, 4257.0, 4276.0, 4268.0, 4268.0, 4257.0, 4267.0, 4259.0, 4288.0, 4267.0, 4256.0, 4255.0, 4277.0, 4256.0, 4267.0, 4257.0, 4268.0, 4269.0, 4266.0, 4277.0, 4268.0, 4277.0, 4268.0, 4276.0, 4257.0, 4277.0, 4257.0, 4255.0, 4255.0, 4257.0, 4257.0, 4266.0, 4256.0, 4267.0, 4256.0, 4267.0, 4266.0, 4267.0, 4286.0, 4267.0, 4277.0, 4256.0, 4285.0, 4255.0, 4254.0, 4267.0, 4244.0, 4266.0, 4294.0, 4267.0, 4287.0, 4278.0, 4277.0, 4268.0, 4288.0, 4270.0, 4288.0, 4258.0, 4279.0, 4269.0, 4269.0, 4268.0, 4277.0, 4267.0, 4268.0, 4266.0, 4257.0, 4269.0, 4278.0, 4258.0, 4289.0, 4268.0, 4279.0, 4298.0, 4279.0, 4298.0, 4280.0, 4288.0, 4280.0, 4279.0, 4290.0, 4299.0, 4280.0, 4291.0, 4281.0, 4299.0, 4270.0, 4289.0, 4269.0, 4279.0, 4270.0, 4279.0, 4269.0, 4280.0, 4268.0, 4279.0, 4269.0, 4277.0, 4259.0, 4256.0, 4267.0, 4287.0, 4268.0, 4287.0, 4268.0, 4278.0, 4279.0, 4299.0, 4269.0, 4290.0, 4270.0, 4292.0, 4281.0, 4292.0, 4281.0, 4290.0, 4279.0, 4279.0, 4279.0, 4280.0, 4298.0, 4279.0, 4308.0, 4280.0, 4297.0, 4270.0, 4297.0, 4269.0, 4278.0, 4268.0, 4268.0, 4269.0, 4278.0, 4268.0, 4288.0, 4267.0, 4280.0, 4270.0, 4279.0, 4269.0, 4280.0, 4279.0, 4280.0, 4298.0, 4269.0, 4299.0, 4269.0, 4288.0, 4267.0, 4288.0, 4279.0, 4287.0, 4278.0, 4288.0, 4269.0, 4279.0, 4270.0, 4278.0, 4269.0, 4279.0, 4289.0, 4280.0, 4289.0, 4269.0, 4289.0, 4269.0, 4288.0, 4270.0, 4288.0, 4269.0, 4279.0, 4269.0, 4280.0, 4270.0, 4270.0, 4269.0, 4282.0, 4280.0, 4280.0, 4300.0, 4280.0, 4290.0, 4270.0, 4289.0, 4268.0, 4269.0, 4268.0, 4278.0, 4269.0, 4269.0, 4268.0, 4278.0, 4257.0, 4267.0, 4258.0, 4287.0, 4266.0, 4277.0, 4257.0, 4278.0, 4309.0, 4280.0, 4287.0, 4280.0, 4289.0, 4270.0, 4299.0, 4269.0, 4288.0, 4279.0, 4289.0, 4279.0, 4279.0, 4269.0, 4289.0, 4269.0, 4279.0, 4269.0, 4278.0, 4269.0, 4280.0, 4280.0, 4280.0, 4308.0, 4280.0, 4309.0, 4280.0, 4300.0, 4281.0, 4292.0, 4281.0, 4292.0, 4301.0, 4291.0, 4301.0, 4293.0, 4292.0, 4281.0, 4282.0, 4282.0, 4293.0, 4311.0, 4292.0, 4281.0, 4282.0, 4280.0, 4291.0, 4280.0, 4292.0, 4271.0, 4281.0, 4299.0, 4280.0, 4289.0, 4282.0, 4291.0, 4271.0, 4271.0, 4281.0, 4291.0, 4284.0, 4294.0, 4301.0, 4281.0, 4291.0, 4281.0, 4281.0, 4281.0, 4282.0, 4301.0, 4284.0, 4284.0, 4272.0, 4292.0, 4271.0, 4293.0, 4301.0, 4282.0, 4302.0, 4282.0, 4291.0, 4284.0, 4328.0, 4307.0, 4295.0, 4304.0], 'WindowWidth': [9498.0, 9506.0, 9448.0, 9424.0, 9418.0, 9400.0, 9395.0, 9392.0, 9390.0, 9389.0, 9421.0, 9408.0, 9421.0, 9410.0, 9437.0, 9412.0, 9425.0, 9411.0, 9427.0, 9430.0, 9426.0, 9418.0, 9427.0, 9407.0, 9408.0, 9405.0, 9406.0, 9420.0, 9410.0, 9433.0, 9410.0, 9407.0, 9408.0, 9406.0, 9408.0, 9449.0, 9428.0, 9454.0, 9432.0, 9427.0, 9415.0, 9415.0, 9390.0, 9407.0, 9402.0, 9404.0, 9403.0, 9401.0, 9404.0, 9397.0, 9401.0, 9431.0, 9406.0, 9437.0, 9428.0, 9455.0, 9430.0, 9426.0, 9431.0, 9427.0, 9411.0, 9406.0, 9424.0, 9410.0, 9423.0, 9425.0, 9423.0, 9418.0, 9435.0, 9407.0, 9405.0, 9425.0, 9410.0, 9427.0, 9426.0, 9412.0, 9427.0, 9395.0, 9410.0, 9422.0, 9427.0, 9440.0, 9431.0, 9439.0, 9431.0, 9445.0, 9431.0, 9456.0, 9428.0, 9445.0, 9431.0, 9441.0, 9427.0, 9428.0, 9425.0, 9426.0, 9408.0, 9420.0, 9455.0, 9429.0, 9422.0, 9427.0, 9440.0, 9430.0, 9443.0, 9432.0, 9455.0, 9430.0, 9462.0, 9449.0, 9445.0, 9449.0, 9445.0, 9431.0, 9442.0, 9434.0, 9443.0, 9435.0, 9428.0, 9426.0, 9411.0, 9419.0, 9421.0, 9424.0, 9425.0, 9439.0, 9427.0, 9454.0, 9445.0, 9441.0, 9429.0, 9454.0, 9430.0, 9441.0, 9431.0, 9470.0, 9446.0, 9429.0, 9408.0, 9427.0, 9422.0, 9421.0, 9420.0, 9424.0, 9423.0, 9443.0, 9425.0, 9443.0, 9429.0, 9430.0, 9428.0, 9437.0, 9448.0, 9464.0, 9449.0, 9460.0, 9451.0, 9429.0, 9433.0, 9452.0, 9440.0, 9428.0, 9448.0, 9444.0, 9461.0, 9448.0, 9447.0, 9448.0, 9460.0, 9448.0, 9463.0, 9452.0, 9469.0, 9452.0, 9462.0, 9451.0, 9460.0, 9446.0, 9431.0, 9433.0, 9461.0, 9448.0, 9448.0, 9446.0, 9445.0, 9447.0, 9428.0, 9433.0, 9440.0, 9432.0, 9461.0, 9431.0, 9461.0, 9434.0, 9441.0, 9443.0, 9443.0, 9432.0, 9458.0, 9447.0, 9459.0, 9435.0, 9470.0, 9444.0, 9457.0, 9446.0, 9454.0, 9450.0, 9479.0, 9468.0, 9479.0, 9455.0, 9477.0, 9451.0, 9466.0, 9454.0, 9462.0, 9452.0, 9465.0, 9466.0, 9453.0, 9449.0, 9447.0, 9449.0, 9449.0, 9462.0, 9446.0, 9431.0, 9448.0, 9461.0, 9448.0, 9463.0, 9466.0, 9470.0, 9453.0, 9467.0, 9451.0, 9463.0, 9434.0, 9447.0, 9449.0, 9437.0, 9448.0, 9463.0, 9448.0, 9458.0, 9432.0, 9439.0, 9429.0, 9436.0, 9426.0, 9436.0, 9429.0, 9456.0, 9445.0, 9453.0, 9442.0, 9427.0, 9441.0, 9425.0, 9446.0, 9485.0, 9465.0, 9478.0, 9465.0, 9474.0, 9446.0, 9433.0, 9442.0, 9428.0, 9459.0, 9446.0, 9466.0, 9450.0, 9468.0, 9452.0, 9482.0, 9454.0, 9466.0, 9453.0, 9483.0, 9469.0, 9483.0, 9471.0, 9486.0, 9483.0, 9486.0, 9488.0, 9472.0, 9483.0, 9471.0, 9483.0, 9455.0, 9481.0, 9456.0, 9482.0, 9470.0, 9457.0, 9457.0, 9479.0, 9450.0, 9465.0, 9450.0, 9432.0, 9449.0, 9460.0, 9448.0, 9449.0, 9449.0, 9481.0, 9450.0, 9470.0, 9456.0, 9469.0, 9452.0, 9472.0, 9480.0, 9473.0, 9484.0, 9474.0, 9481.0, 9469.0, 9467.0, 9457.0, 9465.0, 9454.0, 9480.0, 9454.0, 9484.0, 9472.0, 9467.0, 9455.0, 9469.0, 9455.0, 9479.0, 9454.0, 9470.0, 9456.0, 9484.0, 9456.0, 9469.0, 9457.0, 9467.0, 9453.0, 9472.0, 9483.0, 9471.0, 9495.0, 9468.0, 9460.0, 9450.0, 9463.0, 9446.0, 9461.0, 9464.0, 9463.0, 9463.0, 9478.0, 9451.0, 9475.0, 9447.0, 9446.0, 9444.0, 9458.0, 9445.0, 9460.0, 9465.0, 9462.0, 9450.0, 9447.0, 9446.0, 9435.0, 9461.0, 9447.0, 9451.0, 9450.0, 9467.0, 9449.0, 9459.0, 9429.0, 9411.0, 9426.0, 9434.0, 9424.0, 9453.0, 9439.0, 9467.0, 9445.0, 9467.0, 9443.0, 9439.0, 9445.0, 9469.0, 9447.0, 9473.0, 9450.0, 9429.0, 9446.0, 9445.0, 9465.0, 9446.0, 9452.0, 9463.0, 9452.0, 9460.0, 9449.0, 9430.0, 9426.0, 9427.0, 9410.0, 9424.0, 9439.0, 9444.0, 9457.0, 9430.0, 9442.0, 9426.0, 9429.0, 9428.0, 9454.0, 9431.0, 9459.0, 9433.0, 9462.0, 9434.0, 9445.0, 9430.0, 9455.0, 9444.0, 9445.0, 9447.0, 9464.0, 9450.0, 9463.0, 9450.0, 9443.0, 9450.0, 9458.0, 9453.0, 9476.0, 9465.0, 9465.0, 9479.0, 9498.0, 9468.0, 9439.0, 9443.0, 9482.0, 9458.0, 9441.0, 9456.0, 9480.0, 9454.0, 9467.0, 9465.0, 9462.0, 9448.0, 9426.0, 9428.0, 9439.0, 9444.0, 9448.0, 9442.0, 9439.0, 9436.0, 9450.0, 9437.0, 9416.0, 9420.0, 9453.0, 9411.0, 9472.0, 9434.0, 9443.0, 9420.0, 9447.0, 9419.0, 9440.0, 9416.0, 9471.0, 9433.0, 9470.0, 9434.0, 9462.0, 9454.0, 9464.0, 9451.0, 9419.0, 9431.0, 9422.0, 9414.0, 9430.0, 9448.0, 9420.0, 9451.0, 9435.0, 9451.0, 9434.0, 9433.0, 9420.0, 9418.0, 9432.0, 9448.0, 9434.0, 9450.0, 9436.0, 9442.0, 9432.0, 9442.0, 9417.0, 9442.0, 9432.0, 9458.0, 9437.0, 9447.0, 9432.0, 9431.0, 9433.0, 9429.0, 9432.0, 9468.0, 9433.0, 9433.0, 9448.0, 9431.0, 9447.0, 9434.0, 9431.0, 9433.0, 9449.0, 9434.0, 9448.0, 9437.0, 9446.0, 9448.0, 9443.0, 9447.0, 9471.0, 9448.0, 9431.0, 9450.0, 9435.0, 9446.0, 9434.0, 9452.0, 9450.0, 9481.0, 9444.0, 9473.0, 9446.0, 9453.0, 9454.0, 9448.0, 9435.0, 9446.0, 9436.0, 9458.0, 9431.0, 9428.0, 9410.0, 9412.0, 9406.0, 9409.0, 9425.0, 9430.0, 9411.0, 9432.0, 9469.0, 9432.0, 9470.0, 9434.0, 9460.0, 9437.0, 9461.0, 9440.0, 9463.0, 9437.0, 9434.0, 9430.0, 9416.0, 9446.0, 9471.0, 9450.0, 9461.0, 9453.0, 9436.0, 9454.0, 9438.0, 9419.0, 9431.0, 9433.0, 9434.0, 9451.0, 9434.0, 9427.0, 9434.0, 9458.0, 9431.0, 9457.0, 9450.0, 9464.0, 9454.0, 9462.0, 9450.0, 9417.0, 9431.0, 9431.0, 9432.0, 9431.0, 9432.0, 9437.0, 9465.0, 9438.0, 9452.0, 9434.0, 9429.0, 9416.0, 9455.0, 9432.0, 9443.0, 9437.0, 9447.0, 9437.0, 9466.0, 9441.0, 9448.0, 9438.0, 9479.0, 9435.0, 9432.0, 9448.0, 9464.0, 9439.0, 9464.0, 9439.0, 9458.0, 9436.0, 9447.0, 9432.0, 9417.0, 9432.0, 9431.0, 9448.0, 9434.0, 9451.0, 9430.0, 9430.0, 9417.0, 9444.0, 9432.0, 9447.0, 9438.0, 9469.0, 9494.0, 9459.0, 9484.0, 9461.0, 9471.0, 9458.0, 9456.0, 9457.0, 9446.0, 9497.0, 9440.0, 9436.0, 9436.0, 9436.0, 9452.0, 9420.0, 9448.0, 9436.0, 9452.0, 9464.0, 9439.0, 9461.0, 9436.0, 9448.0, 9436.0, 9463.0, 9452.0, 9465.0, 9439.0, 9454.0, 9438.0, 9449.0, 9423.0, 9446.0, 9432.0, 9450.0, 9436.0, 9455.0, 9443.0, 9471.0, 9440.0, 9451.0, 9438.0, 9447.0, 9434.0, 9448.0, 9441.0, 9468.0, 9456.0, 9480.0, 9454.0, 9476.0, 9452.0, 9439.0, 9453.0, 9466.0, 9472.0, 9486.0, 9480.0, 9485.0, 9475.0, 9470.0, 9460.0, 9498.0, 9462.0, 9487.0, 9462.0, 9457.0, 9462.0, 9454.0, 9455.0, 9483.0, 9451.0, 9475.0, 9454.0, 9467.0, 9458.0, 9483.0, 9457.0, 9465.0, 9441.0, 9452.0, 9438.0, 9462.0, 9436.0, 9453.0, 9442.0, 9467.0, 9442.0, 9442.0, 9444.0, 9436.0, 9443.0, 9439.0, 9440.0, 9454.0, 9426.0, 9451.0, 9419.0, 9435.0, 9435.0, 9448.0, 9460.0, 9435.0, 9465.0, 9441.0, 9456.0, 9438.0, 9441.0, 9451.0, 9428.0, 9459.0, 9451.0, 9432.0, 9436.0, 9463.0, 9473.0, 9444.0, 9443.0, 9458.0, 9446.0, 9440.0, 9424.0, 9438.0, 9423.0, 9440.0, 9407.0, 9439.0, 9429.0, 9457.0, 9477.0, 9437.0, 9465.0, 9440.0, 9439.0, 9444.0, 9468.0, 9461.0, 9448.0, 9446.0, 9461.0, 9501.0, 9463.0, 9498.0, 9459.0, 9442.0, 9459.0, 9442.0, 9456.0, 9459.0, 9462.0, 9489.0, 9462.0, 9475.0, 9463.0, 9456.0, 9444.0, 9455.0, 9439.0, 9460.0, 9447.0, 9436.0, 9445.0, 9440.0, 9453.0, 9437.0, 9429.0, 9414.0, 9404.0, 9394.0, 9406.0, 9392.0, 9418.0, 9408.0, 9395.0, 9405.0, 9408.0, 9423.0, 9433.0, 9437.0, 9461.0, 9422.0, 9412.0, 9419.0, 9463.0, 9440.0, 9447.0, 9435.0, 9431.0, 9436.0, 9448.0, 9420.0, 9413.0, 9412.0, 9412.0, 9430.0, 9417.0, 9435.0, 9418.0, 9429.0, 9414.0, 9403.0, 9407.0, 9412.0, 9427.0, 9409.0, 9430.0, 9430.0, 9450.0, 9472.0, 9452.0, 9462.0, 9433.0, 9442.0, 9415.0, 9431.0, 9419.0, 9429.0, 9418.0, 9458.0, 9412.0, 9421.0, 9423.0, 9465.0, 9431.0, 9460.0, 9433.0, 9416.0, 9431.0, 9420.0, 9417.0, 9418.0, 9444.0, 9428.0, 9449.0, 9471.0, 9434.0, 9417.0, 9430.0, 9418.0, 9418.0, 9412.0, 9427.0, 9431.0, 9432.0, 9428.0, 9428.0, 9416.0, 9396.0, 9415.0, 9437.0, 9411.0, 9424.0, 9427.0, 9428.0, 9430.0, 9440.0, 9431.0, 9413.0, 9417.0, 9426.0, 9416.0, 9411.0, 9412.0, 9425.0, 9427.0, 9420.0, 9405.0, 9392.0, 9403.0, 9407.0, 9421.0, 9423.0, 9428.0, 9428.0, 9429.0, 9433.0, 9399.0, 9414.0, 9395.0, 9411.0, 9426.0, 9424.0, 9424.0, 9430.0, 9426.0, 9415.0, 9439.0, 9410.0, 9408.0, 9426.0, 9439.0, 9445.0, 9450.0, 9428.0, 9414.0, 9412.0, 9412.0, 9427.0, 9416.0, 9427.0, 9432.0, 9448.0, 9428.0, 9452.0, 9441.0, 9440.0, 9412.0, 9438.0, 9407.0, 9407.0, 9423.0, 9407.0, 9441.0, 9413.0, 9431.0, 9415.0, 9425.0, 9412.0, 9432.0, 9443.0, 9436.0, 9443.0, 9448.0, 9438.0, 9414.0, 9419.0, 9452.0, 9434.0, 9431.0, 9428.0, 9432.0, 9441.0, 9452.0, 9424.0, 9435.0, 9441.0, 9432.0, 9416.0, 9443.0, 9428.0, 9425.0, 9412.0, 9420.0, 9411.0, 9413.0, 9420.0, 9407.0, 9426.0, 9424.0, 9447.0, 9461.0, 9453.0, 9464.0, 9442.0, 9462.0, 9436.0, 9446.0, 9439.0, 9458.0, 9416.0, 9430.0, 9430.0, 9410.0, 9426.0, 9422.0, 9412.0, 9424.0, 9416.0, 9447.0, 9432.0, 9426.0, 9400.0, 9422.0, 9415.0, 9423.0, 9412.0, 9471.0, 9430.0, 9446.0, 9412.0, 9435.0, 9413.0, 9441.0, 9415.0, 9440.0, 9431.0, 9440.0, 9432.0, 9430.0, 9432.0, 9427.0, 9435.0, 9462.0, 9433.0, 9444.0, 9432.0, 9444.0, 9457.0, 9461.0, 9433.0, 9464.0, 9459.0, 9453.0, 9437.0, 9448.0, 9437.0, 9449.0, 9459.0, 9454.0, 9435.0, 9433.0, 9442.0, 9441.0, 9425.0, 9434.0, 9425.0, 9435.0, 9418.0, 9448.0, 9419.0, 9433.0, 9417.0, 9417.0, 9432.0, 9435.0, 9418.0, 9433.0, 9473.0, 9436.0, 9429.0, 9434.0, 9418.0, 9432.0, 9415.0, 9414.0, 9412.0, 9429.0, 9415.0, 9432.0, 9415.0, 9432.0, 9435.0, 9435.0, 9460.0, 9450.0, 9464.0, 9457.0, 9439.0, 9440.0, 9451.0, 9436.0, 9446.0, 9436.0, 9451.0, 9423.0, 9434.0, 9422.0, 9448.0, 9422.0, 9442.0, 9418.0, 9448.0, 9434.0, 9452.0, 9436.0, 9454.0, 9476.0, 9442.0, 9449.0, 9436.0, 9447.0, 9438.0, 9462.0, 9437.0, 9461.0, 9433.0, 9447.0, 9439.0, 9432.0, 9438.0, 9481.0, 9440.0, 9462.0, 9435.0, 9459.0, 9434.0, 9430.0, 9433.0, 9460.0, 9435.0, 9457.0, 9435.0, 9478.0, 9451.0, 9455.0, 9443.0, 9458.0, 9447.0, 9460.0, 9466.0, 9443.0, 9456.0, 9465.0, 9468.0, 9450.0, 9453.0, 9430.0, 9489.0, 9437.0, 9447.0, 9434.0, 9450.0, 9423.0, 9437.0, 9430.0, 9474.0, 9443.0, 9443.0, 9464.0, 9456.0, 9465.0, 9449.0, 9457.0, 9437.0, 9425.0, 9418.0, 9416.0, 9418.0, 9419.0, 9434.0, 9418.0, 9432.0, 9421.0, 9434.0, 9422.0, 9437.0, 9478.0, 9440.0, 9465.0, 9444.0, 9465.0, 9443.0, 9468.0, 9438.0, 9433.0, 9429.0, 9417.0, 9430.0, 9418.0, 9443.0, 9421.0, 9432.0, 9431.0, 9445.0, 9433.0, 9435.0, 9421.0, 9448.0, 9426.0, 9439.0, 9423.0, 9437.0, 9434.0, 9452.0, 9422.0, 9442.0, 9443.0, 9424.0, 9425.0, 9448.0, 9419.0, 9421.0, 9423.0, 9439.0, 9459.0, 9458.0, 9424.0, 9440.0, 9438.0, 9424.0, 9424.0, 9422.0, 9420.0, 9438.0, 9479.0, 9428.0, 9446.0, 9425.0, 9473.0, 9439.0, 9447.0, 9434.0, 9459.0, 9435.0, 9457.0, 9434.0, 9421.0, 9417.0, 9400.0, 9432.0, 9467.0, 9444.0, 9476.0, 9444.0, 9442.0, 9440.0, 9421.0, 9436.0, 9434.0, 9437.0, 9423.0, 9419.0, 9437.0, 9448.0, 9435.0, 9478.0, 9437.0, 9463.0, 9442.0, 9465.0, 9438.0, 9419.0, 9437.0, 9425.0, 9435.0, 9438.0, 9454.0, 9441.0, 9473.0, 9443.0, 9440.0, 9429.0, 9454.0, 9432.0, 9457.0, 9437.0, 9432.0, 9432.0, 9421.0, 9431.0, 9408.0, 9442.0, 9420.0, 9417.0, 9418.0, 9431.0, 9421.0, 9435.0, 9425.0, 9439.0, 9442.0, 9462.0, 9419.0, 9431.0, 9421.0, 9446.0, 9425.0, 9430.0, 9422.0, 9435.0, 9438.0, 9475.0, 9432.0, 9443.0, 9431.0, 9464.0, 9440.0, 9452.0, 9446.0, 9470.0, 9447.0, 9456.0, 9441.0, 9469.0, 9440.0, 9453.0, 9442.0, 9449.0, 9423.0, 9450.0, 9438.0, 9436.0, 9435.0, 9423.0, 9441.0, 9479.0, 9447.0, 9481.0, 9446.0, 9445.0, 9461.0, 9431.0, 9454.0, 9442.0, 9457.0, 9495.0, 9446.0, 9440.0, 9443.0, 9441.0, 9433.0, 9419.0, 9421.0, 9437.0, 9459.0, 9445.0, 9456.0, 9425.0, 9454.0, 9443.0, 9486.0, 9488.0, 9465.0, 9511.0, 9463.0, 9472.0, 9444.0, 9474.0, 9445.0, 9444.0, 9431.0, 9469.0, 9441.0, 9465.0, 9439.0, 9436.0, 9440.0, 9467.0, 9458.0, 9492.0, 9463.0, 9476.0, 9451.0, 9467.0, 9458.0, 9483.0, 9467.0, 9470.0, 9518.0, 9479.0, 9462.0, 9438.0, 9488.0, 9470.0, 9464.0, 9459.0, 9431.0, 9460.0, 9446.0, 9483.0, 9474.0, 9481.0, 9502.0, 9464.0, 9472.0, 9463.0, 9501.0, 9464.0, 9468.0, 9476.0, 9461.0, 9480.0, 9466.0, 9466.0, 9464.0, 9500.0, 9492.0, 9466.0, 9459.0, 9448.0, 9471.0, 9436.0, 9464.0, 9448.0, 9440.0, 9426.0, 9420.0, 9427.0, 9434.0, 9426.0, 9451.0, 9427.0, 9447.0, 9425.0, 9451.0, 9422.0, 9429.0, 9428.0, 9442.0, 9455.0, 9444.0, 9467.0, 9445.0, 9483.0, 9445.0, 9487.0, 9457.0, 9454.0, 9438.0, 9424.0, 9449.0, 9423.0, 9451.0, 9444.0, 9456.0, 9440.0, 9457.0, 9480.0, 9459.0, 9489.0, 9466.0, 9500.0, 9462.0, 9486.0, 9461.0, 9488.0, 9462.0, 9471.0, 9451.0, 9492.0, 9451.0, 9462.0, 9449.0, 9465.0, 9489.0, 9465.0, 9468.0, 9446.0, 9487.0, 9444.0, 9470.0, 9447.0, 9454.0, 9442.0, 9452.0, 9444.0, 9470.0, 9441.0, 9452.0, 9425.0, 9457.0, 9445.0, 9473.0, 9443.0, 9460.0, 9444.0, 9460.0, 9443.0, 9462.0, 9474.0, 9446.0, 9455.0, 9457.0, 9427.0, 9442.0, 9425.0, 9442.0, 9444.0, 9479.0, 9447.0, 9460.0, 9484.0, 9463.0, 9500.0, 9462.0, 9494.0, 9466.0, 9479.0, 9468.0, 9491.0, 9451.0, 9471.0, 9444.0, 9467.0, 9458.0, 9488.0, 9457.0, 9482.0, 9460.0, 9501.0, 9487.0, 9492.0, 9470.0, 9530.0, 9466.0, 9490.0, 9464.0, 9463.0, 9452.0, 9476.0, 9454.0, 9506.0, 9460.0, 9469.0, 9456.0, 9467.0, 9462.0, 9468.0, 9441.0, 9479.0, 9445.0, 9490.0, 9461.0, 9466.0, 9443.0, 9454.0, 9449.0, 9469.0, 9432.0, 9444.0, 9462.0, 9472.0, 9438.0, 9452.0, 9441.0, 9454.0, 9429.0, 9450.0, 9443.0, 9443.0, 9427.0, 9452.0, 9443.0, 9445.0, 9430.0, 9441.0, 9434.0, 9471.0, 9440.0, 9425.0, 9423.0, 9454.0, 9426.0, 9442.0, 9427.0, 9444.0, 9447.0, 9439.0, 9454.0, 9442.0, 9454.0, 9444.0, 9451.0, 9428.0, 9455.0, 9425.0, 9420.0, 9422.0, 9427.0, 9427.0, 9438.0, 9424.0, 9440.0, 9424.0, 9441.0, 9438.0, 9439.0, 9464.0, 9440.0, 9452.0, 9425.0, 9460.0, 9421.0, 9418.0, 9438.0, 9404.0, 9435.0, 9472.0, 9439.0, 9467.0, 9456.0, 9455.0, 9445.0, 9470.0, 9449.0, 9471.0, 9432.0, 9459.0, 9446.0, 9446.0, 9445.0, 9452.0, 9441.0, 9442.0, 9438.0, 9428.0, 9447.0, 9456.0, 9430.0, 9472.0, 9446.0, 9459.0, 9486.0, 9462.0, 9486.0, 9464.0, 9471.0, 9465.0, 9462.0, 9476.0, 9488.0, 9464.0, 9479.0, 9466.0, 9489.0, 9451.0, 9472.0, 9448.0, 9459.0, 9450.0, 9461.0, 9448.0, 9464.0, 9446.0, 9460.0, 9446.0, 9455.0, 9432.0, 9425.0, 9441.0, 9468.0, 9443.0, 9469.0, 9446.0, 9458.0, 9461.0, 9488.0, 9447.0, 9478.0, 9452.0, 9483.0, 9468.0, 9483.0, 9469.0, 9479.0, 9462.0, 9461.0, 9461.0, 9463.0, 9485.0, 9461.0, 9497.0, 9464.0, 9482.0, 9449.0, 9481.0, 9445.0, 9458.0, 9445.0, 9443.0, 9446.0, 9458.0, 9444.0, 9470.0, 9444.0, 9463.0, 9448.0, 9462.0, 9449.0, 9464.0, 9461.0, 9463.0, 9484.0, 9448.0, 9485.0, 9447.0, 9470.0, 9443.0, 9469.0, 9459.0, 9468.0, 9458.0, 9472.0, 9446.0, 9462.0, 9449.0, 9458.0, 9448.0, 9460.0, 9474.0, 9463.0, 9474.0, 9448.0, 9471.0, 9446.0, 9471.0, 9448.0, 9471.0, 9447.0, 9460.0, 9447.0, 9463.0, 9451.0, 9449.0, 9450.0, 9467.0, 9464.0, 9464.0, 9490.0, 9464.0, 9477.0, 9451.0, 9473.0, 9446.0, 9447.0, 9443.0, 9457.0, 9446.0, 9445.0, 9445.0, 9457.0, 9427.0, 9440.0, 9430.0, 9467.0, 9438.0, 9454.0, 9429.0, 9458.0, 9501.0, 9464.0, 9470.0, 9465.0, 9473.0, 9448.0, 9486.0, 9447.0, 9471.0, 9460.0, 9473.0, 9461.0, 9459.0, 9449.0, 9473.0, 9447.0, 9461.0, 9447.0, 9459.0, 9447.0, 9463.0, 9465.0, 9464.0, 9498.0, 9463.0, 9502.0, 9465.0, 9491.0, 9467.0, 9484.0, 9469.0, 9484.0, 9495.0, 9482.0, 9495.0, 9489.0, 9483.0, 9469.0, 9471.0, 9472.0, 9486.0, 9508.0, 9485.0, 9466.0, 9468.0, 9464.0, 9480.0, 9466.0, 9482.0, 9455.0, 9468.0, 9488.0, 9465.0, 9476.0, 9470.0, 9480.0, 9455.0, 9453.0, 9467.0, 9481.0, 9478.0, 9489.0, 9495.0, 9468.0, 9479.0, 9467.0, 9468.0, 9468.0, 9471.0, 9495.0, 9475.0, 9475.0, 9459.0, 9485.0, 9456.0, 9487.0, 9493.0, 9469.0, 9494.0, 9469.0, 9480.0, 9476.0, 9542.0, 9508.0, 9488.0, 9504.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.0006199191810344828</td></tr>
<tr><td colspan=3>aqi</td><td>0.017381074568965513</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.60769245119138</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2210871059999988</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0039046771051217</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>6443.0991</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07210640059154347</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.646551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6628892739420196</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.572798393205161</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8827546585425003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5331147700783982</td></tr>
<tr><td colspan=3>gcor</td><td>0.0097939</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013862189836800098</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017618263140320778</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</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.6444249344361195</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>34.1504</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1459</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.1519</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307477.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>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.9169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.949</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.4187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.378</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1022.9249</td></tr>
<tr><td colspan=3>tsnr</td><td>44.098375488072634</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>