<?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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>e4560fa3827a6bb9688abe7b7921e5fa</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:48:8.390000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999438, 0.00425022, -0.0332583, -0.0017444, 0.997181, 0.0750134]</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.104272</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>[4135, -7764, -7252, 647, -63, -165, 112, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f8ee9bca-7175-4af5-baa7-cbbde88c0ee8||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.6814184188842773, -0.004680104088038206, -0.09040501713752747, 114.59955596923828], [-0.01140302699059248, 2.675363779067993, 0.2022656500339508, -99.03047943115234], [-0.0892295092344284, -0.2012554556131363, 2.690894842147827, -51.76243591308594], [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': ['174808.390000', '174808.850000', '174809.310000', '174809.770000', '174810.230000', '174810.690000', '174811.150000', '174811.610000', '174812.070000', '174812.530000', '174812.990000', '174813.450000', '174813.910000', '174814.370000', '174814.830000', '174815.290000', '174815.750000', '174816.210000', '174816.670000', '174817.130000', '174817.590000', '174818.050000', '174818.510000', '174818.970000', '174819.430000', '174819.890000', '174820.350000', '174820.810000', '174821.270000', '174821.730000', '174822.190000', '174822.650000', '174823.110000', '174823.570000', '174824.030000', '174824.490000', '174824.950000', '174825.410000', '174825.870000', '174826.330000', '174826.790000', '174827.250000', '174827.710000', '174828.170000', '174828.630000', '174829.090000', '174829.550000', '174830.010000', '174830.470000', '174830.930000', '174831.390000', '174831.850000', '174832.310000', '174832.770000', '174833.230000', '174833.690000', '174834.150000', '174834.610000', '174835.070000', '174835.530000', '174835.990000', '174836.450000', '174836.910000', '174837.370000', '174837.830000', '174838.290000', '174838.750000', '174839.210000', '174839.670000', '174840.130000', '174840.590000', '174841.050000', '174841.510000', '174841.970000', '174842.430000', '174842.890000', '174843.350000', '174843.810000', '174844.270000', '174844.730000', '174845.190000', '174845.650000', '174846.110000', '174846.570000', '174847.030000', '174847.490000', '174847.950000', '174848.410000', '174848.870000', '174849.330000', '174849.790000', '174850.250000', '174850.710000', '174851.170000', '174851.630000', '174852.090000', '174852.550000', '174853.010000', '174853.470000', '174853.930000', '174854.390000', '174854.850000', '174855.310000', '174855.770000', '174856.230000', '174856.690000', '174857.150000', '174857.610000', '174858.070000', '174858.530000', '174858.990000', '174859.450000', '174859.910000', '174900.370000', '174900.830000', '174901.290000', '174901.750000', '174902.210000', '174902.670000', '174903.130000', '174903.590000', '174904.050000', '174904.510000', '174904.970000', '174905.430000', '174905.890000', '174906.350000', '174906.810000', '174907.270000', '174907.730000', '174908.190000', '174908.650000', '174909.110000', '174909.570000', '174910.030000', '174910.490000', '174910.950000', '174911.410000', '174911.870000', '174912.330000', '174912.790000', '174913.250000', '174913.710000', '174914.170000', '174914.630000', '174915.090000', '174915.550000', '174916.010000', '174916.470000', '174916.930000', '174917.390000', '174917.850000', '174918.310000', '174918.770000', '174919.230000', '174919.690000', '174920.150000', '174920.610000', '174921.070000', '174921.530000', '174921.990000', '174922.450000', '174922.910000', '174923.370000', '174923.830000', '174924.290000', '174924.750000', '174925.210000', '174925.670000', '174926.130000', '174926.590000', '174927.050000', '174927.510000', '174927.970000', '174928.430000', '174928.890000', '174929.350000', '174929.810000', '174930.270000', '174930.730000', '174931.190000', '174931.650000', '174932.110000', '174932.570000', '174933.030000', '174933.490000', '174933.950000', '174934.410000', '174934.870000', '174935.330000', '174935.790000', '174936.250000', '174936.710000', '174937.170000', '174937.630000', '174938.090000', '174938.550000', '174939.010000', '174939.470000', '174939.930000', '174940.390000', '174940.850000', '174941.310000', '174941.770000', '174942.230000', '174942.690000', '174943.150000', '174943.610000', '174944.070000', '174944.530000', '174944.990000', '174945.450000', '174945.910000', '174946.370000', '174946.830000', '174947.290000', '174947.750000', '174948.210000', '174948.670000', '174949.130000', '174949.590000', '174950.050000', '174950.510000', '174950.970000', '174951.430000', '174951.890000', '174952.350000', '174952.810000', '174953.270000', '174953.730000', '174954.190000', '174954.650000', '174955.110000', '174955.570000', '174956.030000', '174956.490000', '174956.950000', '174957.410000', '174957.870000', '174958.330000', '174958.790000', '174959.250000', '174959.710000', '175000.170000', '175000.630000', '175001.090000', '175001.550000', '175002.010000', '175002.470000', '175002.930000', '175003.390000', '175003.850000', '175004.310000', '175004.770000', '175005.230000', '175005.690000', '175006.150000', '175006.610000', '175007.070000', '175007.530000', '175007.990000', '175008.450000', '175008.910000', '175009.370000', '175009.830000', '175010.290000', '175010.750000', '175011.210000', '175011.670000', '175012.130000', '175012.590000', '175013.050000', '175013.510000', '175013.970000', '175014.430000', '175014.890000', '175015.350000', '175015.810000', '175016.270000', '175016.730000', '175017.190000', '175017.650000', '175018.110000', '175018.570000', '175019.030000', '175019.490000', '175019.950000', '175020.410000', '175020.870000', '175021.330000', '175021.790000', '175022.250000', '175022.710000', '175023.170000', '175023.630000', '175024.090000', '175024.550000', '175025.010000', '175025.470000', '175025.930000', '175026.390000', '175026.850000', '175027.310000', '175027.770000', '175028.230000', '175028.690000', '175029.150000', '175029.610000', '175030.070000', '175030.530000', '175030.990000', '175031.450000', '175031.910000', '175032.370000', '175032.830000', '175033.290000', '175033.750000', '175034.210000', '175034.670000', '175035.130000', '175035.590000', '175036.050000', '175036.510000', '175036.970000', '175037.430000', '175037.890000', '175038.350000', '175038.810000', '175039.270000', '175039.730000', '175040.190000', '175040.650000', '175041.110000', '175041.570000', '175042.030000', '175042.490000', '175042.950000', '175043.410000', '175043.870000', '175044.330000', '175044.790000', '175045.250000', '175045.710000', '175046.170000', '175046.630000', '175047.090000', '175047.550000', '175048.010000', '175048.470000', '175048.930000', '175049.390000', '175049.850000', '175050.310000', '175050.770000', '175051.230000', '175051.690000', '175052.150000', '175052.610000', '175053.070000', '175053.530000', '175053.990000', '175054.450000', '175054.910000', '175055.370000', '175055.830000', '175056.290000', '175056.750000', '175057.210000', '175057.670000', '175058.130000', '175058.590000', '175059.050000', '175059.510000', '175059.970000', '175100.430000', '175100.890000', '175101.350000', '175101.810000', '175102.270000', '175102.730000', '175103.190000', '175103.650000', '175104.110000', '175104.570000', '175105.030000', '175105.490000', '175105.950000', '175106.410000', '175106.870000', '175107.330000', '175107.790000', '175108.250000', '175108.710000', '175109.170000', '175109.630000', '175110.090000', '175110.550000', '175111.010000', '175111.470000', '175111.930000', '175112.390000', '175112.850000', '175113.310000', '175113.770000', '175114.230000', '175114.690000', '175115.150000', '175115.610000', '175116.070000', '175116.530000', '175116.990000', '175117.450000', '175117.910000', '175118.370000', '175118.830000', '175119.290000', '175119.750000', '175120.210000', '175120.670000', '175121.130000', '175121.590000', '175122.050000', '175122.510000', '175122.970000', '175123.430000', '175123.890000', '175124.350000', '175124.810000', '175125.270000', '175125.730000', '175126.190000', '175126.650000', '175127.110000', '175127.570000', '175128.030000', '175128.490000', '175128.950000', '175129.410000', '175129.870000', '175130.330000', '175130.790000', '175131.250000', '175131.710000', '175132.170000', '175132.630000', '175133.090000', '175133.550000', '175134.010000', '175134.470000', '175134.930000', '175135.390000', '175135.850000', '175136.310000', '175136.770000', '175137.230000', '175137.690000', '175138.150000', '175138.610000', '175139.070000', '175139.530000', '175139.990000', '175140.450000', '175140.910000', '175141.370000', '175141.830000', '175142.290000', '175142.750000', '175143.210000', '175143.670000', '175144.130000', '175144.590000', '175145.050000', '175145.510000', '175145.970000', '175146.430000', '175146.890000', '175147.350000', '175147.810000', '175148.270000', '175148.730000', '175149.190000', '175149.650000', '175150.110000', '175150.570000', '175151.030000', '175151.490000', '175151.950000', '175152.410000', '175152.870000', '175153.330000', '175153.790000', '175154.250000', '175154.710000', '175155.170000', '175155.630000', '175156.090000', '175156.550000', '175157.010000', '175157.470000', '175157.930000', '175158.390000', '175158.850000', '175159.310000', '175159.770000', '175200.230000', '175200.690000', '175201.150000', '175201.610000', '175202.070000', '175202.530000', '175202.990000', '175203.450000', '175203.910000', '175204.370000', '175204.830000', '175205.290000', '175205.750000', '175206.210000', '175206.670000', '175207.130000', '175207.590000', '175208.050000', '175208.510000', '175208.970000', '175209.430000', '175209.890000', '175210.350000', '175210.810000', '175211.270000', '175211.730000', '175212.190000', '175212.650000', '175213.110000', '175213.570000', '175214.030000', '175214.490000', '175214.950000', '175215.410000', '175215.870000', '175216.330000', '175216.790000', '175217.250000', '175217.710000', '175218.170000', '175218.630000', '175219.090000', '175219.550000', '175220.010000', '175220.470000', '175220.930000', '175221.390000', '175221.850000', '175222.310000', '175222.770000', '175223.230000', '175223.690000', '175224.150000', '175224.610000', '175225.070000', '175225.530000', '175225.990000', '175226.450000', '175226.910000', '175227.370000', '175227.830000', '175228.290000', '175228.750000', '175229.210000', '175229.670000', '175230.130000', '175230.590000', '175231.050000', '175231.510000', '175231.970000', '175232.430000', '175232.890000', '175233.350000', '175233.810000', '175234.270000', '175234.730000', '175235.190000', '175235.650000', '175236.110000', '175236.570000', '175237.030000', '175237.490000', '175237.950000', '175238.410000', '175238.870000', '175239.330000', '175239.790000', '175240.250000', '175240.710000', '175241.170000', '175241.630000', '175242.090000', '175242.550000', '175243.010000', '175243.470000', '175243.930000', '175244.390000', '175244.850000', '175245.310000', '175245.770000', '175246.230000', '175246.690000', '175247.150000', '175247.610000', '175248.070000', '175248.530000', '175248.990000', '175249.450000', '175249.910000', '175250.370000', '175250.830000', '175251.290000', '175251.750000', '175252.210000', '175252.670000', '175253.130000', '175253.590000', '175254.050000', '175254.510000', '175254.970000', '175255.430000', '175255.890000', '175256.350000', '175256.810000', '175257.270000', '175257.730000', '175258.190000', '175258.650000', '175259.110000', '175259.570000', '175300.030000', '175300.490000', '175300.950000', '175301.410000', '175301.870000', '175302.330000', '175302.790000', '175303.250000', '175303.710000', '175304.170000', '175304.630000', '175305.090000', '175305.550000', '175306.010000', '175306.470000', '175306.930000', '175307.390000', '175307.850000', '175308.310000', '175308.770000', '175309.230000', '175309.690000', '175310.150000', '175310.610000', '175311.070000', '175311.530000', '175311.990000', '175312.450000', '175312.910000', '175313.370000', '175313.830000', '175314.290000', '175314.750000', '175315.210000', '175315.670000', '175316.130000', '175316.590000', '175317.050000', '175317.510000', '175317.970000', '175318.430000', '175318.890000', '175319.350000', '175319.810000', '175320.270000', '175320.730000', '175321.190000', '175321.650000', '175322.110000', '175322.570000', '175323.030000', '175323.490000', '175323.950000', '175324.410000', '175324.870000', '175325.330000', '175325.790000', '175326.250000', '175326.710000', '175327.170000', '175327.630000', '175328.090000', '175328.550000', '175329.010000', '175329.470000', '175329.930000', '175330.390000', '175330.850000', '175331.310000', '175331.770000', '175332.230000', '175332.690000', '175333.150000', '175333.610000', '175334.070000', '175334.530000', '175334.990000', '175335.450000', '175335.910000', '175336.370000', '175336.830000', '175337.290000', '175337.750000', '175338.210000', '175338.670000', '175339.130000', '175339.590000', '175340.050000', '175340.510000', '175340.970000', '175341.430000', '175341.890000', '175342.350000', '175342.810000', '175343.270000', '175343.730000', '175344.190000', '175344.650000', '175345.110000', '175345.570000', '175346.030000', '175346.490000', '175346.950000', '175347.410000', '175347.870000', '175348.330000', '175348.790000', '175349.250000', '175349.710000', '175350.170000', '175350.630000', '175351.090000', '175351.550000', '175352.010000', '175352.470000', '175352.930000', '175353.390000', '175353.850000', '175354.310000', '175354.770000', '175355.230000', '175355.690000', '175356.150000', '175356.610000', '175357.070000', '175357.530000', '175357.990000', '175358.450000', '175358.910000', '175359.370000', '175359.830000', '175400.290000', '175400.750000', '175401.210000', '175401.670000', '175402.130000', '175402.590000', '175403.050000', '175403.510000', '175403.970000', '175404.430000', '175404.890000', '175405.350000', '175405.810000', '175406.270000', '175406.730000', '175407.190000', '175407.650000', '175408.110000', '175408.570000', '175409.030000', '175409.490000', '175409.950000', '175410.410000', '175410.870000', '175411.330000', '175411.790000', '175412.250000', '175412.710000', '175413.170000', '175413.630000', '175414.090000', '175414.550000', '175415.010000', '175415.470000', '175415.930000', '175416.390000', '175416.850000', '175417.310000', '175417.770000', '175418.230000', '175418.690000', '175419.150000', '175419.610000', '175420.070000', '175420.530000', '175420.990000', '175421.450000', '175421.910000', '175422.370000', '175422.830000', '175423.290000', '175423.750000', '175424.210000', '175424.670000', '175425.130000', '175425.590000', '175426.050000', '175426.510000', '175426.970000', '175427.430000', '175427.890000', '175428.350000', '175428.810000', '175429.270000', '175429.730000', '175430.190000', '175430.650000', '175431.110000', '175431.570000', '175432.030000', '175432.490000', '175432.950000', '175433.410000', '175433.870000', '175434.330000', '175434.790000', '175435.250000', '175435.710000', '175436.170000', '175436.630000', '175437.090000', '175437.550000', '175438.010000', '175438.470000', '175438.930000', '175439.390000', '175439.850000', '175440.310000', '175440.770000', '175441.230000', '175441.690000', '175442.150000', '175442.610000', '175443.070000', '175443.530000', '175443.990000', '175444.450000', '175444.910000', '175445.370000', '175445.830000', '175446.290000', '175446.750000', '175447.210000', '175447.670000', '175448.130000', '175448.590000', '175449.050000', '175449.510000', '175449.970000', '175450.430000', '175450.890000', '175451.350000', '175451.810000', '175452.270000', '175452.730000', '175453.190000', '175453.650000', '175454.110000', '175454.570000', '175455.030000', '175455.490000', '175455.950000', '175456.410000', '175456.870000', '175457.330000', '175457.790000', '175458.250000', '175458.710000', '175459.170000', '175459.630000', '175500.090000', '175500.550000', '175501.010000', '175501.470000', '175501.930000', '175502.390000', '175502.850000', '175503.310000', '175503.770000', '175504.230000', '175504.690000', '175505.150000', '175505.610000', '175506.070000', '175506.530000', '175506.990000', '175507.450000', '175507.910000', '175508.370000', '175508.830000', '175509.290000', '175509.750000', '175510.210000', '175510.670000', '175511.130000', '175511.590000', '175512.050000', '175512.510000', '175512.970000', '175513.430000', '175513.890000', '175514.350000', '175514.810000', '175515.270000', '175515.730000', '175516.190000', '175516.650000', '175517.110000', '175517.570000', '175518.030000', '175518.490000', '175518.950000', '175519.410000', '175519.870000', '175520.330000', '175520.790000', '175521.250000', '175521.710000', '175522.170000', '175522.630000', '175523.090000', '175523.550000', '175524.010000', '175524.470000', '175524.930000', '175525.390000', '175525.850000', '175526.310000', '175526.770000', '175527.230000', '175527.690000', '175528.150000', '175528.610000', '175529.070000', '175529.530000', '175529.990000', '175530.450000', '175530.910000', '175531.370000', '175531.830000', '175532.290000', '175532.750000', '175533.210000', '175533.670000', '175534.130000', '175534.590000', '175535.050000', '175535.510000', '175535.970000', '175536.430000', '175536.890000', '175537.350000', '175537.810000', '175538.270000', '175538.730000', '175539.190000', '175539.650000', '175540.110000', '175540.570000', '175541.030000', '175541.490000', '175541.950000', '175542.410000', '175542.870000', '175543.330000', '175543.790000', '175544.250000', '175544.710000', '175545.170000', '175545.630000', '175546.090000', '175546.550000', '175547.010000', '175547.470000', '175547.930000', '175548.390000', '175548.850000', '175549.310000', '175549.770000', '175550.230000', '175550.690000', '175551.150000', '175551.610000', '175552.070000', '175552.530000', '175552.990000', '175553.450000', '175553.910000', '175554.370000', '175554.830000', '175555.290000', '175555.750000', '175556.210000', '175556.670000', '175557.130000', '175557.590000', '175558.050000', '175558.510000', '175558.970000', '175559.430000', '175559.890000', '175600.350000', '175600.810000', '175601.270000', '175601.730000', '175602.190000', '175602.650000', '175603.110000', '175603.570000', '175604.030000', '175604.490000', '175604.950000', '175605.410000', '175605.870000', '175606.330000', '175606.790000', '175607.250000', '175607.710000', '175608.170000', '175608.630000', '175609.090000', '175609.550000', '175610.010000', '175610.470000', '175610.930000', '175611.390000', '175611.850000', '175612.310000', '175612.770000', '175613.230000', '175613.690000', '175614.150000', '175614.610000', '175615.070000', '175615.530000', '175615.990000', '175616.450000', '175616.910000', '175617.370000', '175617.830000', '175618.290000', '175618.750000', '175619.210000', '175619.670000', '175620.130000', '175620.590000', '175621.050000', '175621.510000', '175621.970000', '175622.430000', '175622.890000', '175623.350000', '175623.810000', '175624.270000', '175624.730000', '175625.190000', '175625.650000', '175626.110000', '175626.570000', '175627.030000', '175627.490000', '175627.950000', '175628.410000', '175628.870000', '175629.330000', '175629.790000', '175630.250000', '175630.710000', '175631.170000', '175631.630000', '175632.090000', '175632.550000', '175633.010000', '175633.470000', '175633.930000', '175634.390000', '175634.850000', '175635.310000', '175635.770000', '175636.230000', '175636.690000', '175637.150000', '175637.610000', '175638.070000', '175638.530000', '175638.990000', '175639.450000', '175639.910000', '175640.370000', '175640.830000', '175641.290000', '175641.750000', '175642.210000', '175642.670000', '175643.130000', '175643.590000', '175644.050000', '175644.510000', '175644.970000', '175645.430000', '175645.890000', '175646.350000', '175646.810000', '175647.270000', '175647.730000', '175648.190000', '175648.650000', '175649.110000', '175649.570000', '175650.030000', '175650.490000', '175650.950000', '175651.410000', '175651.870000', '175652.330000', '175652.790000', '175653.250000', '175653.710000', '175654.170000', '175654.630000', '175655.090000', '175655.550000', '175656.010000', '175656.470000', '175656.930000', '175657.390000', '175657.850000', '175658.310000', '175658.770000', '175659.230000', '175659.690000', '175700.150000', '175700.610000', '175701.070000', '175701.530000', '175701.990000', '175702.450000', '175702.910000', '175703.370000', '175703.830000', '175704.290000', '175704.750000', '175705.210000', '175705.670000', '175706.130000', '175706.590000', '175707.050000', '175707.510000', '175707.970000', '175708.430000', '175708.890000', '175709.350000', '175709.810000', '175710.270000', '175710.730000', '175711.190000', '175711.650000', '175712.110000', '175712.570000', '175713.030000', '175713.490000', '175713.950000', '175714.410000', '175714.870000', '175715.330000', '175715.790000', '175716.250000', '175716.710000', '175717.170000', '175717.630000', '175718.090000', '175718.550000', '175719.010000', '175719.470000', '175719.930000', '175720.390000', '175720.850000', '175721.310000', '175721.770000', '175722.230000', '175722.690000', '175723.150000', '175723.610000', '175724.070000', '175724.530000', '175724.990000', '175725.450000', '175725.910000', '175726.370000', '175726.830000', '175727.290000', '175727.750000', '175728.210000', '175728.670000', '175729.130000', '175729.590000', '175730.050000', '175730.510000', '175730.970000', '175731.430000', '175731.890000', '175732.350000', '175732.810000', '175733.270000', '175733.730000', '175734.190000', '175734.650000', '175735.110000', '175735.570000', '175736.030000', '175736.490000', '175736.950000', '175737.410000', '175737.870000', '175738.330000', '175738.790000', '175739.250000', '175739.710000', '175740.170000', '175740.630000', '175741.090000', '175741.550000', '175742.010000', '175742.470000', '175742.930000', '175743.390000', '175743.850000', '175744.310000', '175744.770000', '175745.230000', '175745.690000', '175746.150000', '175746.610000', '175747.070000', '175747.530000', '175747.990000', '175748.450000', '175748.910000', '175749.370000', '175749.830000', '175750.290000', '175750.750000', '175751.210000', '175751.670000', '175752.130000', '175752.590000', '175753.050000', '175753.510000', '175753.970000', '175754.430000', '175754.890000', '175755.350000', '175755.810000', '175756.270000', '175756.730000', '175757.190000', '175757.650000', '175758.110000', '175758.570000', '175759.030000', '175759.490000', '175759.950000', '175800.410000', '175800.870000', '175801.330000', '175801.790000', '175802.250000', '175802.710000', '175803.170000', '175803.630000', '175804.090000', '175804.550000', '175805.010000', '175805.470000', '175805.930000', '175806.390000', '175806.850000', '175807.310000', '175807.770000', '175808.230000', '175808.690000', '175809.150000', '175809.610000', '175810.070000', '175810.530000', '175810.990000', '175811.450000', '175811.910000', '175812.370000', '175812.830000', '175813.290000', '175813.750000', '175814.210000', '175814.670000', '175815.130000', '175815.590000', '175816.050000', '175816.510000', '175816.970000', '175817.430000', '175817.890000', '175818.350000', '175818.810000', '175819.270000', '175819.730000', '175820.190000', '175820.650000', '175821.110000', '175821.570000', '175822.030000', '175822.490000', '175822.950000', '175823.410000', '175823.870000', '175824.330000', '175824.790000', '175825.250000', '175825.710000', '175826.170000', '175826.630000', '175827.090000', '175827.550000', '175828.010000', '175828.470000', '175828.930000', '175829.390000', '175829.850000', '175830.310000', '175830.770000', '175831.230000', '175831.690000', '175832.150000', '175832.610000', '175833.070000', '175833.530000', '175833.990000', '175834.450000', '175834.910000', '175835.370000', '175835.830000', '175836.290000', '175836.750000', '175837.210000', '175837.670000', '175838.130000', '175838.590000', '175839.050000', '175839.510000', '175839.970000', '175840.430000', '175840.890000', '175841.350000', '175841.810000', '175842.270000', '175842.730000', '175843.190000', '175843.650000', '175844.110000', '175844.570000', '175845.030000', '175845.490000', '175845.950000', '175846.410000', '175846.870000', '175847.330000', '175847.790000', '175848.250000', '175848.710000', '175849.170000', '175849.630000', '175850.090000', '175850.550000', '175851.010000', '175851.470000', '175851.930000', '175852.390000', '175852.850000', '175853.310000', '175853.770000', '175854.230000', '175854.690000', '175855.150000', '175855.610000', '175856.070000', '175856.530000', '175856.990000', '175857.450000', '175857.910000', '175858.370000', '175858.830000', '175859.290000', '175859.750000', '175900.210000', '175900.670000', '175901.130000', '175901.590000', '175902.050000', '175902.510000', '175902.970000', '175903.430000', '175903.890000', '175904.350000', '175904.810000', '175905.270000', '175905.730000', '175906.190000', '175906.650000', '175907.110000', '175907.570000', '175908.030000', '175908.490000', '175908.950000', '175909.410000', '175909.870000', '175910.330000', '175910.790000', '175911.250000', '175911.710000', '175912.170000', '175912.630000', '175913.090000', '175913.550000', '175914.010000', '175914.470000', '175914.930000', '175915.390000', '175915.850000', '175916.310000', '175916.770000', '175917.230000', '175917.690000', '175918.150000', '175918.610000', '175919.070000', '175919.530000', '175919.990000', '175920.450000', '175920.910000', '175921.370000', '175921.830000', '175922.290000', '175922.750000', '175923.210000', '175923.670000', '175924.130000', '175924.590000', '175925.050000', '175925.510000', '175925.970000', '175926.430000', '175926.890000', '175927.350000', '175927.810000', '175928.270000', '175928.730000', '175929.190000', '175929.650000', '175930.110000', '175930.570000', '175931.030000', '175931.490000', '175931.950000', '175932.410000', '175932.870000', '175933.330000', '175933.790000', '175934.250000', '175934.710000', '175935.170000', '175935.630000', '175936.090000', '175936.550000', '175937.010000', '175937.470000', '175937.930000', '175938.390000', '175938.850000', '175939.310000', '175939.770000', '175940.230000', '175940.690000', '175941.150000', '175941.610000', '175942.070000', '175942.530000', '175942.990000', '175943.450000', '175943.910000', '175944.370000', '175944.830000', '175945.290000', '175945.750000', '175946.210000', '175946.670000', '175947.130000', '175947.590000', '175948.050000', '175948.510000', '175948.970000', '175949.430000', '175949.890000', '175950.350000', '175950.810000', '175951.270000', '175951.730000', '175952.190000', '175952.650000', '175953.110000', '175953.570000', '175954.030000', '175954.490000', '175954.950000', '175955.410000', '175955.870000', '175956.330000', '175956.790000', '175957.250000', '175957.710000', '175958.170000', '175958.630000', '175959.090000', '175959.550000', '180000.010000', '180000.470000', '180000.930000', '180001.390000', '180001.850000', '180002.310000', '180002.770000', '180003.230000', '180003.690000', '180004.150000', '180004.610000', '180005.070000', '180005.530000', '180005.990000', '180006.450000', '180006.910000', '180007.370000', '180007.830000', '180008.290000', '180008.750000', '180009.210000', '180009.670000', '180010.130000', '180010.590000', '180011.050000', '180011.510000', '180011.970000', '180012.430000', '180012.890000', '180013.350000', '180013.810000', '180014.270000', '180014.730000', '180015.190000', '180015.650000', '180016.110000', '180016.570000', '180017.030000', '180017.490000', '180017.950000', '180018.410000', '180018.870000', '180019.330000', '180019.790000', '180020.250000', '180020.710000', '180021.170000', '180021.630000', '180022.090000', '180022.550000', '180023.010000', '180023.470000', '180023.930000', '180024.390000', '180024.850000', '180025.310000', '180025.770000', '180026.230000', '180026.690000', '180027.150000', '180027.610000', '180028.070000', '180028.530000', '180028.990000', '180029.450000', '180029.910000', '180030.370000', '180030.830000', '180031.290000', '180031.750000', '180032.210000', '180032.670000', '180033.130000', '180033.590000', '180034.050000', '180034.510000', '180034.970000', '180035.430000', '180035.890000', '180036.350000', '180036.810000', '180037.270000', '180037.730000', '180038.190000', '180038.650000', '180039.110000', '180039.570000', '180040.030000', '180040.490000', '180040.950000', '180041.410000', '180041.870000', '180042.330000', '180042.790000', '180043.250000', '180043.710000', '180044.170000', '180044.630000', '180045.090000', '180045.550000', '180046.010000', '180046.470000', '180046.930000', '180047.390000', '180047.850000', '180048.310000', '180048.770000', '180049.230000', '180049.690000', '180050.150000', '180050.610000', '180051.070000', '180051.530000', '180051.990000', '180052.450000', '180052.910000', '180053.370000', '180053.830000', '180054.290000', '180054.750000', '180055.210000', '180055.670000', '180056.130000', '180056.590000', '180057.050000', '180057.510000', '180057.970000', '180058.430000', '180058.890000', '180059.350000', '180059.810000', '180100.270000', '180100.730000', '180101.190000', '180101.650000', '180102.110000', '180102.570000', '180103.030000', '180103.490000', '180103.950000', '180104.410000', '180104.870000', '180105.330000', '180105.790000', '180106.250000', '180106.710000', '180107.170000', '180107.630000', '180108.090000', '180108.550000', '180109.010000', '180109.470000', '180109.930000', '180110.390000', '180110.850000', '180111.310000', '180111.770000', '180112.230000', '180112.690000', '180113.150000', '180113.610000', '180114.070000', '180114.530000', '180114.990000', '180115.450000', '180115.910000', '180116.370000', '180116.830000', '180117.290000', '180117.750000', '180118.210000', '180118.670000', '180119.130000', '180119.590000', '180120.050000', '180120.510000', '180120.970000', '180121.430000', '180121.890000', '180122.350000', '180122.810000', '180123.270000', '180123.730000', '180124.190000', '180124.650000', '180125.110000', '180125.570000', '180126.030000', '180126.490000', '180126.950000', '180127.410000', '180127.870000', '180128.330000', '180128.790000', '180129.250000', '180129.710000', '180130.170000', '180130.630000', '180131.090000', '180131.550000', '180132.010000', '180132.470000', '180132.930000', '180133.390000', '180133.850000', '180134.310000', '180134.770000', '180135.230000', '180135.690000', '180136.150000', '180136.610000', '180137.070000', '180137.530000', '180137.990000', '180138.450000', '180138.910000', '180139.370000', '180139.830000', '180140.290000', '180140.750000', '180141.210000', '180141.670000', '180142.130000', '180142.590000', '180143.050000', '180143.510000', '180143.970000', '180144.430000', '180144.890000', '180145.350000', '180145.810000', '180146.270000', '180146.730000', '180147.190000', '180147.650000', '180148.110000', '180148.570000', '180149.030000', '180149.490000', '180149.950000', '180150.410000', '180150.870000', '180151.330000', '180151.790000', '180152.250000', '180152.710000', '180153.170000', '180153.630000', '180154.090000', '180154.550000', '180155.010000', '180155.470000', '180155.930000', '180156.390000', '180156.850000', '180157.310000', '180157.770000', '180158.230000', '180158.690000', '180159.150000', '180159.610000', '180200.070000', '180200.530000', '180200.990000', '180201.450000', '180201.910000', '180202.370000', '180202.830000', '180203.290000', '180203.750000', '180204.210000', '180204.670000', '180205.130000', '180205.590000', '180206.050000', '180206.510000', '180206.970000', '180207.430000', '180207.890000', '180208.350000', '180208.810000', '180209.270000', '180209.730000', '180210.190000', '180210.650000', '180211.110000', '180211.570000', '180212.030000', '180212.490000', '180212.950000', '180213.410000', '180213.870000', '180214.330000', '180214.790000', '180215.250000', '180215.710000', '180216.170000', '180216.630000', '180217.090000', '180217.550000', '180218.010000', '180218.470000', '180218.930000', '180219.390000', '180219.850000', '180220.310000', '180220.770000', '180221.230000', '180221.690000', '180222.150000', '180222.610000', '180223.070000'], 'ContentTime': ['174824.790000', '174824.793000', '174824.795000', '174824.798000', '174824.800000', '174824.803000', '174824.805000', '174824.808000', '174824.811000', '174824.813000', '174824.816000', '174824.818000', '174824.821000', '174824.824000', '174824.826000', '174824.829000', '174824.832000', '174824.834000', '174824.837000', '174824.848000', '174824.851000', '174824.853000', '174824.856000', '174824.858000', '174824.861000', '174824.863000', '174824.866000', '174824.868000', '174824.871000', '174824.874000', '174824.876000', '174824.879000', '174844.742000', '174844.745000', '174844.748000', '174844.750000', '174844.759000', '174844.762000', '174844.765000', '174844.767000', '174844.770000', '174844.772000', '174844.775000', '174844.777000', '174844.780000', '174844.783000', '174844.785000', '174844.788000', '174844.790000', '174844.793000', '174844.796000', '174844.798000', '174844.801000', '174844.803000', '174844.806000', '174844.808000', '174844.811000', '174844.814000', '174844.816000', '174844.819000', '174844.821000', '174844.824000', '174844.826000', '174844.829000', '174844.831000', '174844.834000', '174844.836000', '174844.839000', '174844.842000', '174844.844000', '174844.847000', '174844.849000', '174844.852000', '174844.854000', '174844.857000', '174844.860000', '174904.742000', '174904.745000', '174904.748000', '174904.750000', '174904.753000', '174904.755000', '174904.758000', '174904.761000', '174904.763000', '174904.766000', '174904.768000', '174904.771000', '174904.774000', '174904.776000', '174904.779000', '174904.781000', '174904.784000', '174904.790000', '174904.792000', '174904.795000', '174904.797000', '174904.800000', '174904.803000', '174904.805000', '174904.808000', '174904.811000', '174904.813000', '174904.816000', '174904.818000', '174904.821000', '174904.823000', '174904.826000', '174904.829000', '174904.831000', '174904.834000', '174904.836000', '174904.839000', '174904.842000', '174904.844000', '174904.847000', '174904.849000', '174904.852000', '174904.854000', '174924.743000', '174924.745000', '174924.748000', '174924.750000', '174924.753000', '174924.756000', '174924.758000', '174924.761000', '174924.764000', '174924.766000', '174924.769000', '174924.771000', '174924.774000', '174924.777000', '174924.779000', '174924.782000', '174924.784000', '174924.787000', '174924.790000', '174924.792000', '174924.795000', '174924.798000', '174924.800000', '174924.803000', '174924.806000', '174924.808000', '174924.811000', '174924.813000', '174924.816000', '174924.819000', '174924.821000', '174924.824000', '174924.826000', '174924.829000', '174924.832000', '174924.834000', '174924.837000', '174924.840000', '174924.842000', '174924.845000', '174924.847000', '174924.850000', '174924.853000', '174924.855000', '174944.743000', '174944.745000', '174944.748000', '174944.751000', '174944.753000', '174944.756000', '174944.759000', '174944.761000', '174944.764000', '174944.766000', '174944.769000', '174944.772000', '174944.774000', '174944.777000', '174944.779000', '174944.782000', '174944.785000', '174944.787000', '174944.790000', '174944.792000', '174944.815000', '174944.836000', '174944.839000', '174944.841000', '174944.844000', '174944.847000', '174944.849000', '174944.852000', '174944.854000', '174944.857000', '174944.860000', '174944.862000', '174944.865000', '174944.867000', '174944.870000', '174944.872000', '174944.875000', '174944.878000', '174944.880000', '174944.883000', '174944.885000', '174944.888000', '174944.890000', '175004.743000', '175004.746000', '175004.749000', '175004.752000', '175004.754000', '175004.757000', '175004.760000', '175004.762000', '175004.765000', '175004.767000', '175004.770000', '175004.773000', '175004.775000', '175004.778000', '175004.781000', '175004.783000', '175004.786000', '175004.788000', '175004.791000', '175004.793000', '175004.796000', '175004.799000', '175004.802000', '175004.804000', '175004.807000', '175004.809000', '175004.812000', '175004.815000', '175004.817000', '175004.820000', '175004.822000', '175004.825000', '175004.828000', '175004.830000', '175004.833000', '175004.836000', '175004.838000', '175004.841000', '175004.843000', '175004.846000', '175004.849000', '175004.851000', '175004.854000', '175004.857000', '175024.744000', '175024.747000', '175024.749000', '175024.752000', '175024.755000', '175024.757000', '175024.760000', '175024.762000', '175024.765000', '175024.767000', '175024.770000', '175024.773000', '175024.775000', '175024.778000', '175024.780000', '175024.783000', '175024.786000', '175024.788000', '175024.791000', '175024.794000', '175024.796000', '175024.799000', '175024.825000', '175024.828000', '175024.830000', '175024.833000', '175024.835000', '175024.838000', '175024.840000', '175024.843000', '175024.846000', '175024.848000', '175024.851000', '175024.853000', '175024.856000', '175024.859000', '175024.861000', '175024.864000', '175024.866000', '175024.869000', '175024.872000', '175024.874000', '175024.877000', '175044.743000', '175044.745000', '175044.748000', '175044.751000', '175044.753000', '175044.756000', '175044.759000', '175044.761000', '175044.764000', '175044.766000', '175044.769000', '175044.771000', '175044.774000', '175044.777000', '175044.779000', '175044.782000', '175044.784000', '175044.787000', '175044.789000', '175044.792000', '175044.795000', '175044.797000', '175044.837000', '175044.839000', '175044.842000', '175044.844000', '175044.847000', '175044.850000', '175044.852000', '175044.855000', '175044.857000', '175044.860000', '175044.863000', '175044.865000', '175044.868000', '175044.870000', '175044.873000', '175044.876000', '175044.878000', '175044.881000', '175044.883000', '175044.886000', '175044.889000', '175044.891000', '175104.743000', '175104.746000', '175104.748000', '175104.751000', '175104.753000', '175104.756000', '175104.759000', '175104.761000', '175104.764000', '175104.766000', '175104.769000', '175104.772000', '175104.774000', '175104.777000', '175104.779000', '175104.782000', '175104.785000', '175104.787000', '175104.790000', '175104.793000', '175104.795000', '175104.798000', '175104.850000', '175104.853000', '175104.855000', '175104.858000', '175104.860000', '175104.863000', '175104.866000', '175104.868000', '175104.871000', '175104.873000', '175104.876000', '175104.880000', '175104.883000', '175104.886000', '175104.888000', '175104.891000', '175104.893000', '175104.896000', '175104.899000', '175104.901000', '175104.904000', '175124.743000', '175124.746000', '175124.755000', '175124.758000', '175124.761000', '175124.764000', '175124.766000', '175124.769000', '175124.771000', '175124.774000', '175124.777000', '175124.779000', '175124.782000', '175124.784000', '175124.787000', '175124.790000', '175124.793000', '175124.796000', '175124.799000', '175124.858000', '175124.861000', '175124.863000', '175124.866000', '175124.868000', '175124.871000', '175124.874000', '175124.876000', '175124.879000', '175124.881000', '175124.884000', '175124.887000', '175124.889000', '175124.892000', '175124.895000', '175124.898000', '175124.900000', '175124.903000', '175124.905000', '175124.908000', '175124.911000', '175124.913000', '175124.916000', '175124.919000', '175144.743000', '175144.745000', '175144.748000', '175144.751000', '175144.753000', '175144.756000', '175144.758000', '175144.761000', '175144.764000', '175144.766000', '175144.769000', '175144.771000', '175144.774000', '175144.776000', '175144.779000', '175144.782000', '175144.784000', '175144.787000', '175144.790000', '175144.792000', '175144.795000', '175144.797000', '175144.820000', '175144.823000', '175144.825000', '175144.828000', '175144.830000', '175144.833000', '175144.836000', '175144.838000', '175144.841000', '175144.844000', '175144.846000', '175144.849000', '175144.851000', '175144.854000', '175144.856000', '175144.859000', '175144.862000', '175144.864000', '175144.867000', '175144.869000', '175144.872000', '175144.874000', '175204.743000', '175204.746000', '175204.748000', '175204.751000', '175204.753000', '175204.756000', '175204.759000', '175204.761000', '175204.764000', '175204.766000', '175204.769000', '175204.771000', '175204.774000', '175204.777000', '175204.779000', '175204.782000', '175204.785000', '175204.787000', '175204.790000', '175204.792000', '175204.795000', '175204.798000', '175204.838000', '175204.841000', '175204.843000', '175204.846000', '175204.849000', '175204.851000', '175204.854000', '175204.857000', '175204.859000', '175204.862000', '175204.864000', '175204.867000', '175204.870000', '175204.872000', '175204.875000', '175204.877000', '175204.880000', '175204.883000', '175204.885000', '175204.888000', '175204.890000', '175204.893000', '175224.744000', '175224.746000', '175224.749000', '175224.752000', '175224.754000', '175224.757000', '175224.760000', '175224.762000', '175224.765000', '175224.767000', '175224.770000', '175224.773000', '175224.775000', '175224.778000', '175224.780000', '175224.783000', '175224.786000', '175224.788000', '175224.791000', '175224.793000', '175224.796000', '175224.799000', '175224.853000', '175224.856000', '175224.859000', '175224.861000', '175224.864000', '175224.866000', '175224.869000', '175224.872000', '175224.874000', '175224.877000', '175224.879000', '175224.882000', '175224.885000', '175224.887000', '175224.895000', '175224.897000', '175224.900000', '175224.903000', '175224.905000', '175224.908000', '175224.911000', '175244.744000', '175244.747000', '175244.749000', '175244.752000', '175244.755000', '175244.757000', '175244.760000', '175244.762000', '175244.765000', '175244.767000', '175244.770000', '175244.773000', '175244.776000', '175244.779000', '175244.782000', '175244.784000', '175244.787000', '175244.789000', '175244.792000', '175244.795000', '175244.797000', '175244.853000', '175244.855000', '175244.858000', '175244.861000', '175244.863000', '175244.866000', '175244.885000', '175244.888000', '175244.891000', '175244.894000', '175244.896000', '175244.899000', '175244.901000', '175244.904000', '175244.906000', '175244.909000', '175244.912000', '175244.914000', '175244.917000', '175244.920000', '175244.922000', '175244.925000', '175244.928000', '175304.743000', '175304.745000', '175304.748000', '175304.751000', '175304.753000', '175304.756000', '175304.758000', '175304.761000', '175304.764000', '175304.766000', '175304.769000', '175304.771000', '175304.774000', '175304.777000', '175304.779000', '175304.782000', '175304.784000', '175304.787000', '175304.790000', '175304.792000', '175304.795000', '175304.797000', '175304.800000', '175304.803000', '175304.805000', '175304.808000', '175304.811000', '175304.813000', '175304.816000', '175304.819000', '175304.821000', '175304.824000', '175304.826000', '175304.829000', '175304.831000', '175304.834000', '175304.837000', '175304.839000', '175304.842000', '175304.844000', '175304.847000', '175304.850000', '175304.852000', '175324.743000', '175324.745000', '175324.748000', '175324.751000', '175324.754000', '175324.756000', '175324.759000', '175324.762000', '175324.764000', '175324.767000', '175324.769000', '175324.772000', '175324.775000', '175324.777000', '175324.780000', '175324.783000', '175324.785000', '175324.788000', '175324.790000', '175324.793000', '175324.796000', '175324.798000', '175324.853000', '175324.856000', '175324.858000', '175324.861000', '175324.864000', '175324.866000', '175324.869000', '175324.871000', '175324.874000', '175324.876000', '175324.879000', '175324.882000', '175324.884000', '175324.887000', '175324.889000', '175324.892000', '175324.895000', '175324.897000', '175324.900000', '175324.902000', '175324.905000', '175344.743000', '175344.745000', '175344.748000', '175344.751000', '175344.753000', '175344.756000', '175344.759000', '175344.761000', '175344.764000', '175344.766000', '175344.769000', '175344.774000', '175344.776000', '175344.779000', '175344.782000', '175344.784000', '175344.787000', '175344.789000', '175344.792000', '175344.795000', '175344.797000', '175344.830000', '175344.833000', '175344.835000', '175344.838000', '175344.841000', '175344.843000', '175344.846000', '175344.848000', '175344.851000', '175344.853000', '175344.856000', '175344.859000', '175344.861000', '175344.864000', '175344.867000', '175344.869000', '175344.872000', '175344.875000', '175344.877000', '175344.880000', '175344.882000', '175344.885000', '175344.888000', '175404.742000', '175404.745000', '175404.748000', '175404.751000', '175404.753000', '175404.756000', '175404.758000', '175404.761000', '175404.764000', '175404.766000', '175404.769000', '175404.771000', '175404.774000', '175404.776000', '175404.779000', '175404.782000', '175404.784000', '175404.787000', '175404.790000', '175404.792000', '175404.795000', '175404.798000', '175404.868000', '175404.871000', '175404.874000', '175404.876000', '175404.879000', '175404.882000', '175404.884000', '175404.887000', '175404.889000', '175404.892000', '175404.894000', '175404.897000', '175404.900000', '175404.902000', '175404.905000', '175404.907000', '175404.910000', '175404.913000', '175404.915000', '175404.918000', '175404.921000', '175424.742000', '175424.745000', '175424.748000', '175424.750000', '175424.753000', '175424.756000', '175424.758000', '175424.761000', '175424.764000', '175424.766000', '175424.769000', '175424.771000', '175424.774000', '175424.777000', '175424.779000', '175424.782000', '175424.784000', '175424.787000', '175424.790000', '175424.792000', '175424.795000', '175424.798000', '175424.846000', '175424.849000', '175424.851000', '175424.854000', '175424.856000', '175424.859000', '175424.862000', '175424.864000', '175424.867000', '175424.869000', '175424.872000', '175424.874000', '175424.877000', '175424.880000', '175424.882000', '175424.885000', '175424.887000', '175424.890000', '175424.893000', '175424.895000', '175424.898000', '175424.900000', '175444.744000', '175444.746000', '175444.749000', '175444.752000', '175444.754000', '175444.757000', '175444.760000', '175444.762000', '175444.765000', '175444.768000', '175444.770000', '175444.773000', '175444.776000', '175444.778000', '175444.781000', '175444.783000', '175444.786000', '175444.789000', '175444.791000', '175444.794000', '175444.796000', '175444.799000', '175444.879000', '175444.882000', '175444.884000', '175444.887000', '175444.889000', '175444.892000', '175444.895000', '175444.897000', '175444.900000', '175444.902000', '175444.905000', '175444.907000', '175444.910000', '175444.913000', '175444.915000', '175444.918000', '175444.921000', '175444.923000', '175444.926000', '175444.928000', '175444.931000', '175504.744000', '175504.747000', '175504.749000', '175504.752000', '175504.754000', '175504.757000', '175504.760000', '175504.762000', '175504.765000', '175504.767000', '175504.770000', '175504.773000', '175504.775000', '175504.778000', '175504.781000', '175504.783000', '175504.786000', '175504.788000', '175504.791000', '175504.793000', '175504.796000', '175504.799000', '175504.855000', '175504.858000', '175504.861000', '175504.863000', '175504.866000', '175504.868000', '175504.871000', '175504.873000', '175504.876000', '175504.879000', '175504.881000', '175504.884000', '175504.887000', '175504.889000', '175504.892000', '175504.894000', '175504.897000', '175504.900000', '175504.902000', '175504.905000', '175504.907000', '175504.910000', '175524.743000', '175524.745000', '175524.748000', '175524.751000', '175524.753000', '175524.756000', '175524.758000', '175524.761000', '175524.764000', '175524.766000', '175524.769000', '175524.771000', '175524.774000', '175524.777000', '175524.779000', '175524.782000', '175524.784000', '175524.787000', '175524.790000', '175524.792000', '175524.795000', '175524.797000', '175524.800000', '175524.803000', '175524.805000', '175524.808000', '175524.810000', '175524.813000', '175524.816000', '175524.819000', '175524.822000', '175524.825000', '175524.827000', '175524.830000', '175524.833000', '175524.835000', '175524.838000', '175524.840000', '175524.843000', '175524.846000', '175524.848000', '175524.851000', '175524.854000', '175544.743000', '175544.746000', '175544.748000', '175544.751000', '175544.753000', '175544.756000', '175544.759000', '175544.761000', '175544.764000', '175544.766000', '175544.769000', '175544.772000', '175544.774000', '175544.777000', '175544.779000', '175544.782000', '175544.785000', '175544.787000', '175544.790000', '175544.792000', '175544.795000', '175544.798000', '175544.800000', '175544.803000', '175544.806000', '175544.808000', '175544.811000', '175544.813000', '175544.816000', '175544.819000', '175544.821000', '175544.824000', '175544.826000', '175544.829000', '175544.832000', '175544.834000', '175544.837000', '175544.840000', '175544.842000', '175544.845000', '175544.847000', '175544.850000', '175544.853000', '175544.855000', '175604.743000', '175604.745000', '175604.748000', '175604.751000', '175604.753000', '175604.756000', '175604.759000', '175604.761000', '175604.764000', '175604.766000', '175604.769000', '175604.772000', '175604.774000', '175604.777000', '175604.779000', '175604.782000', '175604.785000', '175604.787000', '175604.790000', '175604.792000', '175604.795000', '175604.798000', '175604.886000', '175604.889000', '175604.891000', '175604.894000', '175604.896000', '175604.899000', '175604.902000', '175604.904000', '175604.907000', '175604.909000', '175604.912000', '175604.915000', '175604.917000', '175604.920000', '175604.923000', '175604.925000', '175604.928000', '175604.930000', '175604.933000', '175604.936000', '175604.938000', '175624.743000', '175624.746000', '175624.748000', '175624.751000', '175624.753000', '175624.756000', '175624.759000', '175624.761000', '175624.764000', '175624.767000', '175624.769000', '175624.772000', '175624.774000', '175624.777000', '175624.780000', '175624.782000', '175624.785000', '175624.787000', '175624.790000', '175624.793000', '175624.795000', '175624.798000', '175624.800000', '175624.870000', '175624.873000', '175624.875000', '175624.878000', '175624.881000', '175624.883000', '175624.886000', '175624.888000', '175624.891000', '175624.894000', '175624.896000', '175624.899000', '175624.901000', '175624.904000', '175624.907000', '175624.909000', '175624.912000', '175624.915000', '175624.917000', '175624.920000', '175624.922000', '175644.743000', '175644.745000', '175644.748000', '175644.751000', '175644.753000', '175644.756000', '175644.759000', '175644.761000', '175644.764000', '175644.766000', '175644.769000', '175644.772000', '175644.774000', '175644.777000', '175644.779000', '175644.782000', '175644.785000', '175644.787000', '175644.790000', '175644.793000', '175644.795000', '175644.798000', '175644.866000', '175644.868000', '175644.871000', '175644.873000', '175644.876000', '175644.879000', '175644.881000', '175644.884000', '175644.886000', '175644.889000', '175644.892000', '175644.895000', '175644.898000', '175644.900000', '175644.903000', '175644.906000', '175644.908000', '175644.911000', '175644.913000', '175644.916000', '175644.919000', '175704.744000', '175704.746000', '175704.749000', '175704.752000', '175704.754000', '175704.757000', '175704.760000', '175704.762000', '175704.765000', '175704.767000', '175704.770000', '175704.773000', '175704.775000', '175704.778000', '175704.780000', '175704.783000', '175704.786000', '175704.788000', '175704.791000', '175704.793000', '175704.796000', '175704.799000', '175704.872000', '175704.875000', '175704.877000', '175704.880000', '175704.883000', '175704.885000', '175704.888000', '175704.890000', '175704.893000', '175704.896000', '175704.898000', '175704.901000', '175704.903000', '175704.906000', '175704.909000', '175704.911000', '175704.914000', '175704.917000', '175704.919000', '175704.922000', '175704.925000', '175704.927000', '175724.744000', '175724.747000', '175724.749000', '175724.752000', '175724.754000', '175724.757000', '175724.760000', '175724.762000', '175724.765000', '175724.767000', '175724.770000', '175724.773000', '175724.775000', '175724.778000', '175724.780000', '175724.783000', '175724.786000', '175724.788000', '175724.791000', '175724.794000', '175724.796000', '175724.799000', '175724.878000', '175724.880000', '175724.883000', '175724.886000', '175724.888000', '175724.891000', '175724.894000', '175724.896000', '175724.899000', '175724.902000', '175724.904000', '175724.907000', '175724.909000', '175724.912000', '175724.915000', '175724.917000', '175724.920000', '175724.922000', '175724.925000', '175724.927000', '175724.930000', '175744.743000', '175744.746000', '175744.748000', '175744.751000', '175744.754000', '175744.756000', '175744.759000', '175744.761000', '175744.764000', '175744.767000', '175744.769000', '175744.772000', '175744.775000', '175744.777000', '175744.780000', '175744.783000', '175744.785000', '175744.788000', '175744.790000', '175744.793000', '175744.796000', '175744.798000', '175744.871000', '175744.874000', '175744.876000', '175744.879000', '175744.881000', '175744.884000', '175744.887000', '175744.889000', '175744.892000', '175744.895000', '175744.897000', '175744.900000', '175744.902000', '175744.905000', '175744.908000', '175744.910000', '175744.913000', '175744.915000', '175744.918000', '175744.921000', '175744.923000', '175744.926000', '175804.743000', '175804.746000', '175804.748000', '175804.751000', '175804.754000', '175804.756000', '175804.759000', '175804.761000', '175804.764000', '175804.767000', '175804.769000', '175804.772000', '175804.774000', '175804.777000', '175804.780000', '175804.782000', '175804.785000', '175804.788000', '175804.790000', '175804.793000', '175804.795000', '175804.798000', '175804.870000', '175804.873000', '175804.876000', '175804.878000', '175804.881000', '175804.884000', '175804.886000', '175804.889000', '175804.891000', '175804.894000', '175804.896000', '175804.899000', '175804.902000', '175804.904000', '175804.907000', '175804.909000', '175804.912000', '175804.915000', '175804.917000', '175804.951000', '175804.954000', '175824.743000', '175824.745000', '175824.748000', '175824.751000', '175824.753000', '175824.756000', '175824.759000', '175824.761000', '175824.764000', '175824.766000', '175824.769000', '175824.772000', '175824.774000', '175824.777000', '175824.780000', '175824.782000', '175824.785000', '175824.787000', '175824.790000', '175824.793000', '175824.795000', '175824.798000', '175824.877000', '175824.880000', '175824.883000', '175824.885000', '175824.888000', '175824.891000', '175824.893000', '175824.896000', '175824.898000', '175824.901000', '175824.904000', '175824.906000', '175824.909000', '175824.912000', '175824.914000', '175824.917000', '175824.920000', '175824.922000', '175824.925000', '175824.927000', '175824.930000', '175824.933000', '175844.743000', '175844.746000', '175844.748000', '175844.751000', '175844.754000', '175844.756000', '175844.759000', '175844.761000', '175844.764000', '175844.767000', '175844.769000', '175844.772000', '175844.775000', '175844.777000', '175844.780000', '175844.782000', '175844.785000', '175844.788000', '175844.790000', '175844.793000', '175844.795000', '175844.798000', '175844.858000', '175844.861000', '175844.863000', '175844.866000', '175844.869000', '175844.871000', '175844.874000', '175844.876000', '175844.879000', '175844.882000', '175844.884000', '175844.887000', '175844.889000', '175844.892000', '175844.894000', '175844.897000', '175844.900000', '175844.902000', '175844.905000', '175844.908000', '175844.910000', '175904.746000', '175904.749000', '175904.751000', '175904.754000', '175904.757000', '175904.759000', '175904.762000', '175904.765000', '175904.767000', '175904.770000', '175904.773000', '175904.775000', '175904.778000', '175904.781000', '175904.783000', '175904.794000', '175904.797000', '175904.800000', '175904.859000', '175904.861000', '175904.864000', '175904.867000', '175904.869000', '175904.872000', '175904.874000', '175904.877000', '175904.880000', '175904.882000', '175904.885000', '175904.888000', '175904.890000', '175904.893000', '175904.895000', '175904.898000', '175904.901000', '175904.903000', '175904.906000', '175904.908000', '175904.911000', '175904.914000', '175904.916000', '175904.919000', '175904.922000', '175904.924000', '175924.744000', '175924.746000', '175924.749000', '175924.752000', '175924.754000', '175924.757000', '175924.760000', '175924.762000', '175924.765000', '175924.778000', '175924.781000', '175924.783000', '175924.786000', '175924.788000', '175924.791000', '175924.794000', '175924.796000', '175924.799000', '175924.802000', '175924.804000', '175924.807000', '175924.809000', '175924.812000', '175924.815000', '175924.817000', '175924.820000', '175924.822000', '175924.825000', '175924.828000', '175924.830000', '175924.833000', '175924.835000', '175924.838000', '175924.841000', '175924.843000', '175924.846000', '175924.848000', '175924.851000', '175924.854000', '175924.856000', '175924.859000', '175924.861000', '175924.864000', '175944.744000', '175944.747000', '175944.749000', '175944.752000', '175944.755000', '175944.757000', '175944.760000', '175944.763000', '175944.765000', '175944.768000', '175944.770000', '175944.773000', '175944.775000', '175944.778000', '175944.781000', '175944.783000', '175944.786000', '175944.789000', '175944.791000', '175944.794000', '175944.796000', '175944.799000', '175944.802000', '175944.804000', '175944.807000', '175944.810000', '175944.812000', '175944.815000', '175944.817000', '175944.820000', '175944.823000', '175944.825000', '175944.828000', '175944.830000', '175944.833000', '175944.836000', '175944.838000', '175944.841000', '175944.843000', '175944.846000', '175944.849000', '175944.851000', '175944.854000', '180004.743000', '180004.745000', '180004.748000', '180004.751000', '180004.753000', '180004.756000', '180004.758000', '180004.761000', '180004.764000', '180004.766000', '180004.769000', '180004.772000', '180004.774000', '180004.777000', '180004.779000', '180004.782000', '180004.785000', '180004.787000', '180004.790000', '180004.793000', '180004.795000', '180004.798000', '180004.801000', '180004.829000', '180004.832000', '180004.834000', '180004.837000', '180004.839000', '180004.842000', '180004.845000', '180004.847000', '180004.850000', '180004.852000', '180004.855000', '180004.857000', '180004.860000', '180004.863000', '180004.865000', '180004.868000', '180004.871000', '180004.873000', '180004.876000', '180004.878000', '180004.881000', '180024.743000', '180024.746000', '180024.748000', '180024.751000', '180024.753000', '180024.756000', '180024.759000', '180024.761000', '180024.764000', '180024.766000', '180024.769000', '180024.772000', '180024.775000', '180024.778000', '180024.781000', '180024.783000', '180024.786000', '180024.789000', '180024.791000', '180024.794000', '180024.796000', '180024.799000', '180024.883000', '180024.885000', '180024.888000', '180024.891000', '180024.893000', '180024.896000', '180024.898000', '180024.901000', '180024.904000', '180024.906000', '180024.909000', '180024.911000', '180024.914000', '180024.916000', '180024.919000', '180024.922000', '180024.924000', '180024.927000', '180024.930000', '180024.932000', '180024.935000', '180024.946000', '180044.743000', '180044.746000', '180044.748000', '180044.751000', '180044.754000', '180044.756000', '180044.759000', '180044.761000', '180044.764000', '180044.767000', '180044.769000', '180044.772000', '180044.774000', '180044.777000', '180044.779000', '180044.782000', '180044.785000', '180044.787000', '180044.790000', '180044.792000', '180044.795000', '180044.798000', '180044.837000', '180044.840000', '180044.843000', '180044.845000', '180044.848000', '180044.850000', '180044.853000', '180044.856000', '180044.858000', '180044.861000', '180044.863000', '180044.866000', '180044.869000', '180044.871000', '180044.874000', '180044.876000', '180044.879000', '180044.881000', '180044.884000', '180044.887000', '180044.889000', '180104.743000', '180104.746000', '180104.748000', '180104.751000', '180104.753000', '180104.756000', '180104.759000', '180104.761000', '180104.764000', '180104.766000', '180104.769000', '180104.772000', '180104.774000', '180104.777000', '180104.779000', '180104.782000', '180104.785000', '180104.788000', '180104.790000', '180104.793000', '180104.796000', '180104.798000', '180104.878000', '180104.880000', '180104.883000', '180104.885000', '180104.888000', '180104.891000', '180104.893000', '180104.896000', '180104.898000', '180104.901000', '180104.904000', '180104.906000', '180104.909000', '180104.912000', '180104.914000', '180104.917000', '180104.919000', '180104.922000', '180104.925000', '180104.927000', '180104.930000', '180124.744000', '180124.747000', '180124.749000', '180124.752000', '180124.754000', '180124.757000', '180124.760000', '180124.762000', '180124.765000', '180124.768000', '180124.770000', '180124.773000', '180124.775000', '180124.778000', '180124.781000', '180124.783000', '180124.786000', '180124.789000', '180124.791000', '180124.794000', '180124.796000', '180124.799000', '180124.884000', '180124.886000', '180124.889000', '180124.892000', '180124.894000', '180124.897000', '180124.899000', '180124.902000', '180124.905000', '180124.907000', '180124.910000', '180124.912000', '180124.915000', '180124.918000', '180124.920000', '180124.923000', '180124.926000', '180124.928000', '180124.931000', '180124.933000', '180124.936000', '180124.939000', '180144.744000', '180144.747000', '180144.749000', '180144.752000', '180144.755000', '180144.757000', '180144.760000', '180144.762000', '180144.765000', '180144.768000', '180144.771000', '180144.773000', '180144.776000', '180144.779000', '180144.781000', '180144.784000', '180144.787000', '180144.789000', '180144.811000', '180144.814000', '180144.818000', '180144.820000', '180144.823000', '180144.825000', '180144.834000', '180144.837000', '180144.839000', '180144.842000', '180144.845000', '180144.847000', '180144.850000', '180144.852000', '180144.855000', '180144.858000', '180144.860000', '180144.863000', '180144.865000', '180144.868000', '180144.871000', '180144.874000', '180144.876000', '180144.879000', '180144.881000', '180204.743000', '180204.746000', '180204.748000', '180204.751000', '180204.754000', '180204.756000', '180204.759000', '180204.762000', '180204.764000', '180204.767000', '180204.769000', '180204.772000', '180204.775000', '180204.777000', '180204.780000', '180204.782000', '180204.785000', '180204.788000', '180204.791000', '180204.794000', '180204.796000', '180204.799000', '180204.888000', '180204.891000', '180204.893000', '180204.896000', '180204.898000', '180204.901000', '180204.904000', '180204.906000', '180204.909000', '180204.911000', '180204.914000', '180204.917000', '180204.919000', '180204.922000', '180204.925000', '180204.927000', '180204.930000', '180204.932000', '180204.935000', '180204.938000', '180204.940000', '180204.943000', '180224.749000', '180224.754000', '180224.757000', '180224.760000', '180224.762000', '180224.765000', '180224.768000', '180224.770000', '180224.773000', '180224.776000', '180224.778000', '180224.781000', '180224.784000', '180224.787000', '180224.790000', '180224.792000', '180224.795000', '180224.798000', '180224.802000', '180224.804000', '180224.807000', '180224.810000', '180224.812000', '180224.863000', '180224.866000', '180224.868000', '180224.871000', '180224.873000', '180224.877000', '180224.880000', '180224.883000', '180224.886000', '180224.896000', '180224.909000', '180224.912000', '180224.914000', '180224.920000', '180224.923000', '180224.926000', '180224.929000', '180224.932000', '180224.936000', '180224.938000', '180225.020000'], 'InstanceCreationTime': ['174824.790000', '174824.793000', '174824.795000', '174824.798000', '174824.800000', '174824.803000', '174824.805000', '174824.808000', '174824.811000', '174824.813000', '174824.816000', '174824.818000', '174824.821000', '174824.824000', '174824.826000', '174824.829000', '174824.832000', '174824.834000', '174824.837000', '174824.848000', '174824.851000', '174824.853000', '174824.856000', '174824.858000', '174824.861000', '174824.863000', '174824.866000', '174824.868000', '174824.871000', '174824.874000', '174824.876000', '174824.879000', '174844.742000', '174844.745000', '174844.748000', '174844.750000', '174844.759000', '174844.762000', '174844.765000', '174844.767000', '174844.770000', '174844.772000', '174844.775000', '174844.777000', '174844.780000', '174844.783000', '174844.785000', '174844.788000', '174844.790000', '174844.793000', '174844.796000', '174844.798000', '174844.801000', '174844.803000', '174844.806000', '174844.808000', '174844.811000', '174844.814000', '174844.816000', '174844.819000', '174844.821000', '174844.824000', '174844.826000', '174844.829000', '174844.831000', '174844.834000', '174844.836000', '174844.839000', '174844.842000', '174844.844000', '174844.847000', '174844.849000', '174844.852000', '174844.854000', '174844.857000', '174844.860000', '174904.742000', '174904.745000', '174904.748000', '174904.750000', '174904.753000', '174904.755000', '174904.758000', '174904.761000', '174904.763000', '174904.766000', '174904.768000', '174904.771000', '174904.774000', '174904.776000', '174904.779000', '174904.781000', '174904.784000', '174904.790000', '174904.792000', '174904.795000', '174904.797000', '174904.800000', '174904.803000', '174904.805000', '174904.808000', '174904.811000', '174904.813000', '174904.816000', '174904.818000', '174904.821000', '174904.823000', '174904.826000', '174904.829000', '174904.831000', '174904.834000', '174904.836000', '174904.839000', '174904.842000', '174904.844000', '174904.847000', '174904.849000', '174904.852000', '174904.854000', '174924.743000', '174924.745000', '174924.748000', '174924.750000', '174924.753000', '174924.756000', '174924.758000', '174924.761000', '174924.764000', '174924.766000', '174924.769000', '174924.771000', '174924.774000', '174924.777000', '174924.779000', '174924.782000', '174924.784000', '174924.787000', '174924.790000', '174924.792000', '174924.795000', '174924.798000', '174924.800000', '174924.803000', '174924.806000', '174924.808000', '174924.811000', '174924.813000', '174924.816000', '174924.819000', '174924.821000', '174924.824000', '174924.826000', '174924.829000', '174924.832000', '174924.834000', '174924.837000', '174924.840000', '174924.842000', '174924.845000', '174924.847000', '174924.850000', '174924.853000', '174924.855000', '174944.743000', '174944.745000', '174944.748000', '174944.751000', '174944.753000', '174944.756000', '174944.759000', '174944.761000', '174944.764000', '174944.766000', '174944.769000', '174944.772000', '174944.774000', '174944.777000', '174944.779000', '174944.782000', '174944.785000', '174944.787000', '174944.790000', '174944.792000', '174944.815000', '174944.836000', '174944.839000', '174944.841000', '174944.844000', '174944.847000', '174944.849000', '174944.852000', '174944.854000', '174944.857000', '174944.860000', '174944.862000', '174944.865000', '174944.867000', '174944.870000', '174944.872000', '174944.875000', '174944.878000', '174944.880000', '174944.883000', '174944.885000', '174944.888000', '174944.890000', '175004.743000', '175004.746000', '175004.749000', '175004.752000', '175004.754000', '175004.757000', '175004.760000', '175004.762000', '175004.765000', '175004.767000', '175004.770000', '175004.773000', '175004.775000', '175004.778000', '175004.781000', '175004.783000', '175004.786000', '175004.788000', '175004.791000', '175004.793000', '175004.796000', '175004.799000', '175004.802000', '175004.804000', '175004.807000', '175004.809000', '175004.812000', '175004.815000', '175004.817000', '175004.820000', '175004.822000', '175004.825000', '175004.828000', '175004.830000', '175004.833000', '175004.836000', '175004.838000', '175004.841000', '175004.843000', '175004.846000', '175004.849000', '175004.851000', '175004.854000', '175004.857000', '175024.744000', '175024.747000', '175024.749000', '175024.752000', '175024.755000', '175024.757000', '175024.760000', '175024.762000', '175024.765000', '175024.767000', '175024.770000', '175024.773000', '175024.775000', '175024.778000', '175024.780000', '175024.783000', '175024.786000', '175024.788000', '175024.791000', '175024.794000', '175024.796000', '175024.799000', '175024.825000', '175024.828000', '175024.830000', '175024.833000', '175024.835000', '175024.838000', '175024.840000', '175024.843000', '175024.846000', '175024.848000', '175024.851000', '175024.853000', '175024.856000', '175024.859000', '175024.861000', '175024.864000', '175024.866000', '175024.869000', '175024.872000', '175024.874000', '175024.877000', '175044.743000', '175044.745000', '175044.748000', '175044.751000', '175044.753000', '175044.756000', '175044.759000', '175044.761000', '175044.764000', '175044.766000', '175044.769000', '175044.771000', '175044.774000', '175044.777000', '175044.779000', '175044.782000', '175044.784000', '175044.787000', '175044.789000', '175044.792000', '175044.795000', '175044.797000', '175044.837000', '175044.839000', '175044.842000', '175044.844000', '175044.847000', '175044.850000', '175044.852000', '175044.855000', '175044.857000', '175044.860000', '175044.863000', '175044.865000', '175044.868000', '175044.870000', '175044.873000', '175044.876000', '175044.878000', '175044.881000', '175044.883000', '175044.886000', '175044.889000', '175044.891000', '175104.743000', '175104.746000', '175104.748000', '175104.751000', '175104.753000', '175104.756000', '175104.759000', '175104.761000', '175104.764000', '175104.766000', '175104.769000', '175104.772000', '175104.774000', '175104.777000', '175104.779000', '175104.782000', '175104.785000', '175104.787000', '175104.790000', '175104.793000', '175104.795000', '175104.798000', '175104.850000', '175104.853000', '175104.855000', '175104.858000', '175104.860000', '175104.863000', '175104.866000', '175104.868000', '175104.871000', '175104.873000', '175104.876000', '175104.880000', '175104.883000', '175104.886000', '175104.888000', '175104.891000', '175104.893000', '175104.896000', '175104.899000', '175104.901000', '175104.904000', '175124.743000', '175124.746000', '175124.755000', '175124.758000', '175124.761000', '175124.764000', '175124.766000', '175124.769000', '175124.771000', '175124.774000', '175124.777000', '175124.779000', '175124.782000', '175124.784000', '175124.787000', '175124.790000', '175124.793000', '175124.796000', '175124.799000', '175124.858000', '175124.861000', '175124.863000', '175124.866000', '175124.868000', '175124.871000', '175124.874000', '175124.876000', '175124.879000', '175124.881000', '175124.884000', '175124.887000', '175124.889000', '175124.892000', '175124.895000', '175124.898000', '175124.900000', '175124.903000', '175124.905000', '175124.908000', '175124.911000', '175124.913000', '175124.916000', '175124.919000', '175144.743000', '175144.745000', '175144.748000', '175144.751000', '175144.753000', '175144.756000', '175144.758000', '175144.761000', '175144.764000', '175144.766000', '175144.769000', '175144.771000', '175144.774000', '175144.776000', '175144.779000', '175144.782000', '175144.784000', '175144.787000', '175144.790000', '175144.792000', '175144.795000', '175144.797000', '175144.820000', '175144.823000', '175144.825000', '175144.828000', '175144.830000', '175144.833000', '175144.836000', '175144.838000', '175144.841000', '175144.844000', '175144.846000', '175144.849000', '175144.851000', '175144.854000', '175144.856000', '175144.859000', '175144.862000', '175144.864000', '175144.867000', '175144.869000', '175144.872000', '175144.874000', '175204.743000', '175204.746000', '175204.748000', '175204.751000', '175204.753000', '175204.756000', '175204.759000', '175204.761000', '175204.764000', '175204.766000', '175204.769000', '175204.771000', '175204.774000', '175204.777000', '175204.779000', '175204.782000', '175204.785000', '175204.787000', '175204.790000', '175204.792000', '175204.795000', '175204.798000', '175204.838000', '175204.841000', '175204.843000', '175204.846000', '175204.849000', '175204.851000', '175204.854000', '175204.857000', '175204.859000', '175204.862000', '175204.864000', '175204.867000', '175204.870000', '175204.872000', '175204.875000', '175204.877000', '175204.880000', '175204.883000', '175204.885000', '175204.888000', '175204.890000', '175204.893000', '175224.744000', '175224.746000', '175224.749000', '175224.752000', '175224.754000', '175224.757000', '175224.760000', '175224.762000', '175224.765000', '175224.767000', '175224.770000', '175224.773000', '175224.775000', '175224.778000', '175224.780000', '175224.783000', '175224.786000', '175224.788000', '175224.791000', '175224.793000', '175224.796000', '175224.799000', '175224.853000', '175224.856000', '175224.859000', '175224.861000', '175224.864000', '175224.866000', '175224.869000', '175224.872000', '175224.874000', '175224.877000', '175224.879000', '175224.882000', '175224.885000', '175224.887000', '175224.895000', '175224.897000', '175224.900000', '175224.903000', '175224.905000', '175224.908000', '175224.911000', '175244.744000', '175244.747000', '175244.749000', '175244.752000', '175244.755000', '175244.757000', '175244.760000', '175244.762000', '175244.765000', '175244.767000', '175244.770000', '175244.773000', '175244.776000', '175244.779000', '175244.782000', '175244.784000', '175244.787000', '175244.789000', '175244.792000', '175244.795000', '175244.797000', '175244.853000', '175244.855000', '175244.858000', '175244.861000', '175244.863000', '175244.866000', '175244.885000', '175244.888000', '175244.891000', '175244.894000', '175244.896000', '175244.899000', '175244.901000', '175244.904000', '175244.906000', '175244.909000', '175244.912000', '175244.914000', '175244.917000', '175244.920000', '175244.922000', '175244.925000', '175244.928000', '175304.743000', '175304.745000', '175304.748000', '175304.751000', '175304.753000', '175304.756000', '175304.758000', '175304.761000', '175304.764000', '175304.766000', '175304.769000', '175304.771000', '175304.774000', '175304.777000', '175304.779000', '175304.782000', '175304.784000', '175304.787000', '175304.790000', '175304.792000', '175304.795000', '175304.797000', '175304.800000', '175304.803000', '175304.805000', '175304.808000', '175304.811000', '175304.813000', '175304.816000', '175304.819000', '175304.821000', '175304.824000', '175304.826000', '175304.829000', '175304.831000', '175304.834000', '175304.837000', '175304.839000', '175304.842000', '175304.844000', '175304.847000', '175304.850000', '175304.852000', '175324.743000', '175324.745000', '175324.748000', '175324.751000', '175324.754000', '175324.756000', '175324.759000', '175324.762000', '175324.764000', '175324.767000', '175324.769000', '175324.772000', '175324.775000', '175324.777000', '175324.780000', '175324.783000', '175324.785000', '175324.788000', '175324.790000', '175324.793000', '175324.796000', '175324.798000', '175324.853000', '175324.856000', '175324.858000', '175324.861000', '175324.864000', '175324.866000', '175324.869000', '175324.871000', '175324.874000', '175324.876000', '175324.879000', '175324.882000', '175324.884000', '175324.887000', '175324.889000', '175324.892000', '175324.895000', '175324.897000', '175324.900000', '175324.902000', '175324.905000', '175344.743000', '175344.745000', '175344.748000', '175344.751000', '175344.753000', '175344.756000', '175344.759000', '175344.761000', '175344.764000', '175344.766000', '175344.769000', '175344.774000', '175344.776000', '175344.779000', '175344.782000', '175344.784000', '175344.787000', '175344.789000', '175344.792000', '175344.795000', '175344.797000', '175344.830000', '175344.833000', '175344.835000', '175344.838000', '175344.841000', '175344.843000', '175344.846000', '175344.848000', '175344.851000', '175344.853000', '175344.856000', '175344.859000', '175344.861000', '175344.864000', '175344.867000', '175344.869000', '175344.872000', '175344.875000', '175344.877000', '175344.880000', '175344.882000', '175344.885000', '175344.888000', '175404.742000', '175404.745000', '175404.748000', '175404.751000', '175404.753000', '175404.756000', '175404.758000', '175404.761000', '175404.764000', '175404.766000', '175404.769000', '175404.771000', '175404.774000', '175404.776000', '175404.779000', '175404.782000', '175404.784000', '175404.787000', '175404.790000', '175404.792000', '175404.795000', '175404.798000', '175404.868000', '175404.871000', '175404.874000', '175404.876000', '175404.879000', '175404.882000', '175404.884000', '175404.887000', '175404.889000', '175404.892000', '175404.894000', '175404.897000', '175404.900000', '175404.902000', '175404.905000', '175404.907000', '175404.910000', '175404.913000', '175404.915000', '175404.918000', '175404.921000', '175424.742000', '175424.745000', '175424.748000', '175424.750000', '175424.753000', '175424.756000', '175424.758000', '175424.761000', '175424.764000', '175424.766000', '175424.769000', '175424.771000', '175424.774000', '175424.777000', '175424.779000', '175424.782000', '175424.784000', '175424.787000', '175424.790000', '175424.792000', '175424.795000', '175424.798000', '175424.846000', '175424.849000', '175424.851000', '175424.854000', '175424.856000', '175424.859000', '175424.862000', '175424.864000', '175424.867000', '175424.869000', '175424.872000', '175424.874000', '175424.877000', '175424.880000', '175424.882000', '175424.885000', '175424.887000', '175424.890000', '175424.893000', '175424.895000', '175424.898000', '175424.900000', '175444.744000', '175444.746000', '175444.749000', '175444.752000', '175444.754000', '175444.757000', '175444.760000', '175444.762000', '175444.765000', '175444.768000', '175444.770000', '175444.773000', '175444.776000', '175444.778000', '175444.781000', '175444.783000', '175444.786000', '175444.789000', '175444.791000', '175444.794000', '175444.796000', '175444.799000', '175444.879000', '175444.882000', '175444.884000', '175444.887000', '175444.889000', '175444.892000', '175444.895000', '175444.897000', '175444.900000', '175444.902000', '175444.905000', '175444.907000', '175444.910000', '175444.913000', '175444.915000', '175444.918000', '175444.921000', '175444.923000', '175444.926000', '175444.928000', '175444.931000', '175504.744000', '175504.747000', '175504.749000', '175504.752000', '175504.754000', '175504.757000', '175504.760000', '175504.762000', '175504.765000', '175504.767000', '175504.770000', '175504.773000', '175504.775000', '175504.778000', '175504.781000', '175504.783000', '175504.786000', '175504.788000', '175504.791000', '175504.793000', '175504.796000', '175504.799000', '175504.855000', '175504.858000', '175504.861000', '175504.863000', '175504.866000', '175504.868000', '175504.871000', '175504.873000', '175504.876000', '175504.879000', '175504.881000', '175504.884000', '175504.887000', '175504.889000', '175504.892000', '175504.894000', '175504.897000', '175504.900000', '175504.902000', '175504.905000', '175504.907000', '175504.910000', '175524.743000', '175524.745000', '175524.748000', '175524.751000', '175524.753000', '175524.756000', '175524.758000', '175524.761000', '175524.764000', '175524.766000', '175524.769000', '175524.771000', '175524.774000', '175524.777000', '175524.779000', '175524.782000', '175524.784000', '175524.787000', '175524.790000', '175524.792000', '175524.795000', '175524.797000', '175524.800000', '175524.803000', '175524.805000', '175524.808000', '175524.810000', '175524.813000', '175524.816000', '175524.819000', '175524.822000', '175524.825000', '175524.827000', '175524.830000', '175524.833000', '175524.835000', '175524.838000', '175524.840000', '175524.843000', '175524.846000', '175524.848000', '175524.851000', '175524.854000', '175544.743000', '175544.746000', '175544.748000', '175544.751000', '175544.753000', '175544.756000', '175544.759000', '175544.761000', '175544.764000', '175544.766000', '175544.769000', '175544.772000', '175544.774000', '175544.777000', '175544.779000', '175544.782000', '175544.785000', '175544.787000', '175544.790000', '175544.792000', '175544.795000', '175544.798000', '175544.800000', '175544.803000', '175544.806000', '175544.808000', '175544.811000', '175544.813000', '175544.816000', '175544.819000', '175544.821000', '175544.824000', '175544.826000', '175544.829000', '175544.832000', '175544.834000', '175544.837000', '175544.840000', '175544.842000', '175544.845000', '175544.847000', '175544.850000', '175544.853000', '175544.855000', '175604.743000', '175604.745000', '175604.748000', '175604.751000', '175604.753000', '175604.756000', '175604.759000', '175604.761000', '175604.764000', '175604.766000', '175604.769000', '175604.772000', '175604.774000', '175604.777000', '175604.779000', '175604.782000', '175604.785000', '175604.787000', '175604.790000', '175604.792000', '175604.795000', '175604.798000', '175604.886000', '175604.889000', '175604.891000', '175604.894000', '175604.896000', '175604.899000', '175604.902000', '175604.904000', '175604.907000', '175604.909000', '175604.912000', '175604.915000', '175604.917000', '175604.920000', '175604.923000', '175604.925000', '175604.928000', '175604.930000', '175604.933000', '175604.936000', '175604.938000', '175624.743000', '175624.746000', '175624.748000', '175624.751000', '175624.753000', '175624.756000', '175624.759000', '175624.761000', '175624.764000', '175624.767000', '175624.769000', '175624.772000', '175624.774000', '175624.777000', '175624.780000', '175624.782000', '175624.785000', '175624.787000', '175624.790000', '175624.793000', '175624.795000', '175624.798000', '175624.800000', '175624.870000', '175624.873000', '175624.875000', '175624.878000', '175624.881000', '175624.883000', '175624.886000', '175624.888000', '175624.891000', '175624.894000', '175624.896000', '175624.899000', '175624.901000', '175624.904000', '175624.907000', '175624.909000', '175624.912000', '175624.915000', '175624.917000', '175624.920000', '175624.922000', '175644.743000', '175644.745000', '175644.748000', '175644.751000', '175644.753000', '175644.756000', '175644.759000', '175644.761000', '175644.764000', '175644.766000', '175644.769000', '175644.772000', '175644.774000', '175644.777000', '175644.779000', '175644.782000', '175644.785000', '175644.787000', '175644.790000', '175644.793000', '175644.795000', '175644.798000', '175644.866000', '175644.868000', '175644.871000', '175644.873000', '175644.876000', '175644.879000', '175644.881000', '175644.884000', '175644.886000', '175644.889000', '175644.892000', '175644.895000', '175644.898000', '175644.900000', '175644.903000', '175644.906000', '175644.908000', '175644.911000', '175644.913000', '175644.916000', '175644.919000', '175704.744000', '175704.746000', '175704.749000', '175704.752000', '175704.754000', '175704.757000', '175704.760000', '175704.762000', '175704.765000', '175704.767000', '175704.770000', '175704.773000', '175704.775000', '175704.778000', '175704.780000', '175704.783000', '175704.786000', '175704.788000', '175704.791000', '175704.793000', '175704.796000', '175704.799000', '175704.872000', '175704.875000', '175704.877000', '175704.880000', '175704.883000', '175704.885000', '175704.888000', '175704.890000', '175704.893000', '175704.896000', '175704.898000', '175704.901000', '175704.903000', '175704.906000', '175704.909000', '175704.911000', '175704.914000', '175704.917000', '175704.919000', '175704.922000', '175704.925000', '175704.927000', '175724.744000', '175724.747000', '175724.749000', '175724.752000', '175724.754000', '175724.757000', '175724.760000', '175724.762000', '175724.765000', '175724.767000', '175724.770000', '175724.773000', '175724.775000', '175724.778000', '175724.780000', '175724.783000', '175724.786000', '175724.788000', '175724.791000', '175724.794000', '175724.796000', '175724.799000', '175724.878000', '175724.880000', '175724.883000', '175724.886000', '175724.888000', '175724.891000', '175724.894000', '175724.896000', '175724.899000', '175724.902000', '175724.904000', '175724.907000', '175724.909000', '175724.912000', '175724.915000', '175724.917000', '175724.920000', '175724.922000', '175724.925000', '175724.927000', '175724.930000', '175744.743000', '175744.746000', '175744.748000', '175744.751000', '175744.754000', '175744.756000', '175744.759000', '175744.761000', '175744.764000', '175744.767000', '175744.769000', '175744.772000', '175744.775000', '175744.777000', '175744.780000', '175744.783000', '175744.785000', '175744.788000', '175744.790000', '175744.793000', '175744.796000', '175744.798000', '175744.871000', '175744.874000', '175744.876000', '175744.879000', '175744.881000', '175744.884000', '175744.887000', '175744.889000', '175744.892000', '175744.895000', '175744.897000', '175744.900000', '175744.902000', '175744.905000', '175744.908000', '175744.910000', '175744.913000', '175744.915000', '175744.918000', '175744.921000', '175744.923000', '175744.926000', '175804.743000', '175804.746000', '175804.748000', '175804.751000', '175804.754000', '175804.756000', '175804.759000', '175804.761000', '175804.764000', '175804.767000', '175804.769000', '175804.772000', '175804.774000', '175804.777000', '175804.780000', '175804.782000', '175804.785000', '175804.788000', '175804.790000', '175804.793000', '175804.795000', '175804.798000', '175804.870000', '175804.873000', '175804.876000', '175804.878000', '175804.881000', '175804.884000', '175804.886000', '175804.889000', '175804.891000', '175804.894000', '175804.896000', '175804.899000', '175804.902000', '175804.904000', '175804.907000', '175804.909000', '175804.912000', '175804.915000', '175804.917000', '175804.951000', '175804.954000', '175824.743000', '175824.745000', '175824.748000', '175824.751000', '175824.753000', '175824.756000', '175824.759000', '175824.761000', '175824.764000', '175824.766000', '175824.769000', '175824.772000', '175824.774000', '175824.777000', '175824.780000', '175824.782000', '175824.785000', '175824.787000', '175824.790000', '175824.793000', '175824.795000', '175824.798000', '175824.877000', '175824.880000', '175824.883000', '175824.885000', '175824.888000', '175824.891000', '175824.893000', '175824.896000', '175824.898000', '175824.901000', '175824.904000', '175824.906000', '175824.909000', '175824.912000', '175824.914000', '175824.917000', '175824.920000', '175824.922000', '175824.925000', '175824.927000', '175824.930000', '175824.933000', '175844.743000', '175844.746000', '175844.748000', '175844.751000', '175844.754000', '175844.756000', '175844.759000', '175844.761000', '175844.764000', '175844.767000', '175844.769000', '175844.772000', '175844.775000', '175844.777000', '175844.780000', '175844.782000', '175844.785000', '175844.788000', '175844.790000', '175844.793000', '175844.795000', '175844.798000', '175844.858000', '175844.861000', '175844.863000', '175844.866000', '175844.869000', '175844.871000', '175844.874000', '175844.876000', '175844.879000', '175844.882000', '175844.884000', '175844.887000', '175844.889000', '175844.892000', '175844.894000', '175844.897000', '175844.900000', '175844.902000', '175844.905000', '175844.908000', '175844.910000', '175904.746000', '175904.749000', '175904.751000', '175904.754000', '175904.757000', '175904.759000', '175904.762000', '175904.765000', '175904.767000', '175904.770000', '175904.773000', '175904.775000', '175904.778000', '175904.781000', '175904.783000', '175904.794000', '175904.797000', '175904.800000', '175904.859000', '175904.861000', '175904.864000', '175904.867000', '175904.869000', '175904.872000', '175904.874000', '175904.877000', '175904.880000', '175904.882000', '175904.885000', '175904.888000', '175904.890000', '175904.893000', '175904.895000', '175904.898000', '175904.901000', '175904.903000', '175904.906000', '175904.908000', '175904.911000', '175904.914000', '175904.916000', '175904.919000', '175904.922000', '175904.924000', '175924.744000', '175924.746000', '175924.749000', '175924.752000', '175924.754000', '175924.757000', '175924.760000', '175924.762000', '175924.765000', '175924.778000', '175924.781000', '175924.783000', '175924.786000', '175924.788000', '175924.791000', '175924.794000', '175924.796000', '175924.799000', '175924.802000', '175924.804000', '175924.807000', '175924.809000', '175924.812000', '175924.815000', '175924.817000', '175924.820000', '175924.822000', '175924.825000', '175924.828000', '175924.830000', '175924.833000', '175924.835000', '175924.838000', '175924.841000', '175924.843000', '175924.846000', '175924.848000', '175924.851000', '175924.854000', '175924.856000', '175924.859000', '175924.861000', '175924.864000', '175944.744000', '175944.747000', '175944.749000', '175944.752000', '175944.755000', '175944.757000', '175944.760000', '175944.763000', '175944.765000', '175944.768000', '175944.770000', '175944.773000', '175944.775000', '175944.778000', '175944.781000', '175944.783000', '175944.786000', '175944.789000', '175944.791000', '175944.794000', '175944.796000', '175944.799000', '175944.802000', '175944.804000', '175944.807000', '175944.810000', '175944.812000', '175944.815000', '175944.817000', '175944.820000', '175944.823000', '175944.825000', '175944.828000', '175944.830000', '175944.833000', '175944.836000', '175944.838000', '175944.841000', '175944.843000', '175944.846000', '175944.849000', '175944.851000', '175944.854000', '180004.743000', '180004.745000', '180004.748000', '180004.751000', '180004.753000', '180004.756000', '180004.758000', '180004.761000', '180004.764000', '180004.766000', '180004.769000', '180004.772000', '180004.774000', '180004.777000', '180004.779000', '180004.782000', '180004.785000', '180004.787000', '180004.790000', '180004.793000', '180004.795000', '180004.798000', '180004.801000', '180004.829000', '180004.832000', '180004.834000', '180004.837000', '180004.839000', '180004.842000', '180004.845000', '180004.847000', '180004.850000', '180004.852000', '180004.855000', '180004.857000', '180004.860000', '180004.863000', '180004.865000', '180004.868000', '180004.871000', '180004.873000', '180004.876000', '180004.878000', '180004.881000', '180024.743000', '180024.746000', '180024.748000', '180024.751000', '180024.753000', '180024.756000', '180024.759000', '180024.761000', '180024.764000', '180024.766000', '180024.769000', '180024.772000', '180024.775000', '180024.778000', '180024.781000', '180024.783000', '180024.786000', '180024.789000', '180024.791000', '180024.794000', '180024.796000', '180024.799000', '180024.883000', '180024.885000', '180024.888000', '180024.891000', '180024.893000', '180024.896000', '180024.898000', '180024.901000', '180024.904000', '180024.906000', '180024.909000', '180024.911000', '180024.914000', '180024.916000', '180024.919000', '180024.922000', '180024.924000', '180024.927000', '180024.930000', '180024.932000', '180024.935000', '180024.946000', '180044.743000', '180044.746000', '180044.748000', '180044.751000', '180044.754000', '180044.756000', '180044.759000', '180044.761000', '180044.764000', '180044.767000', '180044.769000', '180044.772000', '180044.774000', '180044.777000', '180044.779000', '180044.782000', '180044.785000', '180044.787000', '180044.790000', '180044.792000', '180044.795000', '180044.798000', '180044.837000', '180044.840000', '180044.843000', '180044.845000', '180044.848000', '180044.850000', '180044.853000', '180044.856000', '180044.858000', '180044.861000', '180044.863000', '180044.866000', '180044.869000', '180044.871000', '180044.874000', '180044.876000', '180044.879000', '180044.881000', '180044.884000', '180044.887000', '180044.889000', '180104.743000', '180104.746000', '180104.748000', '180104.751000', '180104.753000', '180104.756000', '180104.759000', '180104.761000', '180104.764000', '180104.766000', '180104.769000', '180104.772000', '180104.774000', '180104.777000', '180104.779000', '180104.782000', '180104.785000', '180104.788000', '180104.790000', '180104.793000', '180104.796000', '180104.798000', '180104.878000', '180104.880000', '180104.883000', '180104.885000', '180104.888000', '180104.891000', '180104.893000', '180104.896000', '180104.898000', '180104.901000', '180104.904000', '180104.906000', '180104.909000', '180104.912000', '180104.914000', '180104.917000', '180104.919000', '180104.922000', '180104.925000', '180104.927000', '180104.930000', '180124.744000', '180124.747000', '180124.749000', '180124.752000', '180124.754000', '180124.757000', '180124.760000', '180124.762000', '180124.765000', '180124.768000', '180124.770000', '180124.773000', '180124.775000', '180124.778000', '180124.781000', '180124.783000', '180124.786000', '180124.789000', '180124.791000', '180124.794000', '180124.796000', '180124.799000', '180124.884000', '180124.886000', '180124.889000', '180124.892000', '180124.894000', '180124.897000', '180124.899000', '180124.902000', '180124.905000', '180124.907000', '180124.910000', '180124.912000', '180124.915000', '180124.918000', '180124.920000', '180124.923000', '180124.926000', '180124.928000', '180124.931000', '180124.933000', '180124.936000', '180124.939000', '180144.744000', '180144.747000', '180144.749000', '180144.752000', '180144.755000', '180144.757000', '180144.760000', '180144.762000', '180144.765000', '180144.768000', '180144.771000', '180144.773000', '180144.776000', '180144.779000', '180144.781000', '180144.784000', '180144.787000', '180144.789000', '180144.811000', '180144.814000', '180144.818000', '180144.820000', '180144.823000', '180144.825000', '180144.834000', '180144.837000', '180144.839000', '180144.842000', '180144.845000', '180144.847000', '180144.850000', '180144.852000', '180144.855000', '180144.858000', '180144.860000', '180144.863000', '180144.865000', '180144.868000', '180144.871000', '180144.874000', '180144.876000', '180144.879000', '180144.881000', '180204.743000', '180204.746000', '180204.748000', '180204.751000', '180204.754000', '180204.756000', '180204.759000', '180204.762000', '180204.764000', '180204.767000', '180204.769000', '180204.772000', '180204.775000', '180204.777000', '180204.780000', '180204.782000', '180204.785000', '180204.788000', '180204.791000', '180204.794000', '180204.796000', '180204.799000', '180204.888000', '180204.891000', '180204.893000', '180204.896000', '180204.898000', '180204.901000', '180204.904000', '180204.906000', '180204.909000', '180204.911000', '180204.914000', '180204.917000', '180204.919000', '180204.922000', '180204.925000', '180204.927000', '180204.930000', '180204.932000', '180204.935000', '180204.938000', '180204.940000', '180204.943000', '180224.749000', '180224.754000', '180224.757000', '180224.760000', '180224.762000', '180224.765000', '180224.768000', '180224.770000', '180224.773000', '180224.776000', '180224.778000', '180224.781000', '180224.784000', '180224.787000', '180224.790000', '180224.792000', '180224.795000', '180224.798000', '180224.802000', '180224.804000', '180224.807000', '180224.810000', '180224.812000', '180224.863000', '180224.866000', '180224.868000', '180224.871000', '180224.873000', '180224.877000', '180224.880000', '180224.883000', '180224.886000', '180224.896000', '180224.909000', '180224.912000', '180224.914000', '180224.920000', '180224.923000', '180224.926000', '180224.929000', '180224.932000', '180224.936000', '180224.938000', '180225.020000'], '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': [15658, 13002, 11469, 10705, 14632, 9480, 13575, 8413, 12105, 15093, 10736, 14839, 8386, 12432, 8191, 10892, 12545, 8722, 12707, 8233, 11588, 8334, 9003, 12249, 7498, 11882, 7597, 10024, 12774, 8392, 11643, 8148, 10129, 12149, 9221, 12673, 7743, 11054, 13043, 10027, 12608, 8058, 11656, 8583, 9872, 13184, 8953, 12622, 7908, 10012, 12891, 9431, 12988, 8198, 12089, 8255, 9802, 13300, 8606, 13370, 7594, 10778, 13324, 8758, 12090, 7764, 11934, 7725, 9670, 12789, 7825, 12223, 9528, 10465, 13204, 8435, 11826, 8617, 10262, 12697, 9416, 13115, 7896, 11577, 13899, 10052, 13243, 8371, 11893, 8216, 10120, 13095, 9247, 12484, 7688, 10733, 13452, 9673, 13297, 7993, 11494, 9412, 9756, 13594, 9605, 13341, 7535, 11416, 10243, 10045, 14113, 9794, 13407, 8604, 12420, 7869, 11497, 14255, 9937, 13775, 9288, 13150, 7851, 12147, 9188, 10494, 14314, 9604, 13583, 8080, 11467, 10372, 9871, 13110, 8857, 12361, 7601, 11337, 9414, 9542, 13073, 8023, 11929, 13312, 9481, 13526, 8866, 12149, 7515, 11011, 8244, 9519, 13123, 8603, 13467, 7525, 11323, 13986, 9035, 12787, 8357, 12540, 7689, 9582, 13564, 8046, 12266, 9729, 10596, 13821, 8833, 12067, 8479, 12261, 8724, 12572, 8990, 13895, 8491, 11555, 8780, 10233, 13637, 9540, 12833, 8941, 12498, 8080, 12266, 7823, 10683, 15272, 9622, 13840, 8556, 12493, 7763, 10490, 14631, 9346, 13316, 7664, 11736, 12526, 9249, 13486, 8525, 12454, 7607, 9428, 13295, 8473, 12676, 7807, 11255, 7652, 9735, 13383, 8778, 12703, 8297, 11889, 7604, 11440, 13398, 9413, 13607, 8856, 13167, 7925, 10696, 13326, 9368, 13768, 7777, 12300, 7911, 9935, 13188, 8819, 13455, 7967, 12482, 7970, 10377, 14296, 9135, 13234, 8360, 12839, 8413, 11991, 8025, 13993, 7935, 12250, 7995, 11146, 11149, 9958, 15596, 9940, 14061, 7765, 11913, 7743, 9837, 13352, 9026, 12827, 7493, 10325, 13322, 9397, 12109, 7609, 11223, 8211, 9660, 13194, 9032, 12721, 7541, 10828, 12082, 10117, 12976, 8906, 12916, 7632, 12053, 11559, 11327, 11789, 9608, 14317, 8491, 13116, 8651, 11660, 9335, 9492, 13656, 8726, 13418, 7621, 12044, 9689, 9614, 13902, 9495, 13699, 8160, 12567, 7746, 11108, 10704, 9550, 13187, 8302, 12013, 8377, 11404, 10036, 10009, 14586, 8446, 12659, 13597, 10861, 14211, 9000, 13438, 7906, 12141, 10963, 10233, 13758, 8551, 12447, 8252, 11274, 8973, 10192, 14655, 8920, 12724, 8553, 12991, 7472, 10991, 13710, 8967, 12992, 8480, 13518, 7557, 11404, 10215, 9380, 13676, 9353, 12862, 7812, 12257, 8352, 10423, 14302, 9723, 13727, 8301, 12778, 7703, 12485, 9408, 11639, 7790, 10704, 13567, 8883, 13287, 8813, 13605, 7839, 12144, 7810, 10845, 13348, 10488, 13870, 8798, 12928, 7430, 11496, 10102, 9728, 12032, 8123, 11920, 7519, 11214, 9510, 9849, 13471, 8775, 12326, 7710, 11645, 8081, 9689, 13648, 8098, 11966, 8736, 10649, 10366, 9248, 13424, 7990, 12348, 7671, 10684, 12994, 8717, 12733, 7730, 12326, 7557, 10388, 13642, 8686, 12277, 7969, 11795, 7384, 10128, 13122, 8751, 12578, 8291, 12229, 7458, 9815, 12844, 8982, 12214, 8349, 12035, 7681, 9956, 13998, 8861, 12596, 8323, 12604, 8111, 9867, 13968, 8213, 12096, 8403, 10474, 12604, 8495, 12634, 7539, 11353, 12349, 9867, 13214, 8427, 12441, 7499, 11651, 10140, 10259, 14052, 8711, 12834, 7919, 12779, 7659, 10607, 13766, 8735, 11989, 8252, 11397, 7618, 9598, 12955, 8928, 12869, 8345, 11413, 12303, 9197, 13197, 8319, 11603, 13018, 9203, 12877, 7633, 10713, 12777, 9236, 12482, 7546, 11339, 9220, 9805, 13516, 8879, 13034, 7463, 11055, 12548, 9501, 13184, 8971, 12851, 7805, 11892, 11139, 10390, 14439, 8398, 11951, 8187, 10769, 8748, 9589, 13578, 8075, 12631, 7916, 10378, 13736, 8938, 12559, 8033, 11844, 8879, 9926, 13466, 8342, 12616, 8416, 11917, 9235, 9173, 13189, 7702, 11918, 7906, 10371, 12997, 8558, 12709, 8787, 11357, 13587, 9253, 13501, 8178, 10536, 13173, 9306, 12783, 7598, 10774, 10331, 9475, 12830, 9181, 12816, 7447, 10604, 12565, 9139, 12753, 7770, 11946, 7392, 9893, 13031, 8869, 13246, 7563, 10731, 12896, 8864, 12385, 7835, 11844, 7314, 9525, 13248, 9011, 13254, 7808, 12296, 7550, 10639, 13914, 9506, 13497, 8060, 12074, 7605, 10111, 13344, 9584, 12856, 7525, 11375, 9808, 9912, 13495, 9207, 13005, 7753, 11226, 12608, 9424, 13716, 9028, 12390, 7536, 11118, 9807, 10295, 10126, 9668, 12949, 8771, 12434, 8303, 11776, 7869, 9923, 14038, 8468, 12429, 9912, 10822, 13458, 8748, 12535, 7818, 10910, 11647, 10054, 13860, 8775, 12380, 7932, 10886, 7975, 10177, 13835, 9022, 12647, 8154, 13222, 7671, 11792, 8032, 10290, 13329, 9022, 12989, 7676, 11725, 10562, 9325, 13881, 8675, 12362, 8548, 9200, 13221, 7992, 13258, 8721, 10024, 13210, 8332, 12055, 7869, 10542, 8693, 9136, 12836, 8904, 12536, 8620, 11663, 7994, 9814, 13019, 9244, 12903, 8097, 10890, 13425, 8895, 12521, 7912, 11760, 12506, 10162, 13594, 8247, 11651, 9311, 10247, 13225, 9170, 13126, 7965, 10682, 13585, 9809, 12254, 8202, 11435, 9186, 9844, 13718, 9344, 13200, 8405, 11339, 8205, 10972, 8078, 10421, 8031, 14050, 9249, 9306, 11328, 9342, 13221, 15641, 11271, 16250, 11426, 14693, 9474, 12364, 9744, 10300, 14399, 10091, 13326, 9100, 11624, 8596, 10554, 14286, 9904, 12619, 9374, 11862, 9982, 10624, 13242, 9159, 12516, 8827, 11439, 8938, 11548, 9222, 11799, 9642, 15056, 10295, 13519, 9436, 13561, 10271, 13561, 9624, 13654, 8925, 14027, 10243, 11276, 8760, 9756, 12968, 9103, 12389, 8545, 12450, 9774, 9843, 13625, 9139, 11696, 9273, 11895, 9188, 12386, 9136, 12749, 12334, 13325, 8837, 13331, 9181, 11939, 8893, 11712, 9445, 11576, 8764, 11964, 9417, 12380, 9446, 15333, 9781, 13377, 9268, 12778, 9376, 14576, 10595, 13739, 8647, 11432, 8881, 10315, 14300, 9714, 12305, 8573, 11494, 9075, 11088, 12826, 9652, 13493, 9663, 12524, 9035, 11333, 9014, 11651, 11618, 10779, 13303, 9548, 12868, 9047, 11424, 9462, 11052, 10132, 11815, 12246, 9398, 11696, 8984, 11350, 8827, 11956, 9156, 12778, 11884, 15838, 13265, 14392, 9117, 12655, 8892, 12327, 8784, 11374, 9058, 11749, 9083, 12057, 9702, 13458, 12195, 15979, 9360, 12424, 9224, 11817, 9286, 10818, 14567, 11559, 12407, 8992, 11708, 9214, 11381, 8701, 11849, 9637, 10755, 8691, 9266, 11911, 8516, 12396, 8586, 13737, 9261, 12258, 9072, 11801, 8970, 12633, 8666, 12877, 8712, 12124, 8921, 11218, 14202, 12309, 10618, 11322, 9845, 10237, 9464, 10547, 12530, 10035, 15194, 10453, 13272, 8821, 11973, 8347, 11742, 10682, 9183, 13125, 9321, 12778, 9008, 9579, 11681, 8915, 11417, 9035, 12222, 10173, 10183, 12600, 8875, 11597, 8548, 10085, 12655, 9946, 13833, 9260, 11374, 8800, 9585, 11816, 9001, 12210, 8873, 12790, 8623, 10124, 11571, 8675, 11696, 8731, 10683, 12067, 8820, 11920, 8295, 10742, 13140, 9703, 11803, 8770, 11055, 9307, 11175, 9064, 12194, 9443, 10994, 13025, 9244, 12055, 9047, 12570, 8541, 10003, 12228, 9460, 11907, 10223, 9926, 12058, 9228, 10927, 11057, 9629, 12843, 9255, 11265, 8107, 9837, 12547, 9433, 12120, 8915, 10161, 12105, 9554, 12990, 8698, 11251, 8431, 9451, 13004, 9504, 12908, 8768, 10385, 12094, 8967, 12838, 8778, 11103, 12917, 9012, 11869, 8808, 12350, 8687, 9269, 11752, 8765, 12180, 8563, 10063, 12813, 9005, 11852, 8801, 11242, 12143, 9081, 11862, 8782, 12040, 8395, 10340, 13400, 8696, 12006, 8105, 11771, 9027, 9138, 12423, 9080, 13068, 8552, 11971, 8080, 10318, 13029, 9633, 13928, 8266, 11077, 9389, 9766, 13407, 9361, 12464, 8752, 10531, 12964, 9678, 12524, 8737, 11925, 8737, 11792, 9309, 10433, 13559, 8649, 11639, 8851, 11685, 8938, 8750, 11858, 8225, 13248, 9094, 10279, 12898, 8759, 12405, 8049, 12275, 7963, 9930, 12256, 9136, 13294, 8488, 10945, 11063, 8897, 12460, 8925, 11939, 8328, 9377, 11983, 9174, 13187, 7980, 12098, 9134, 10225, 13074, 9081, 13479, 8724, 10149, 11799, 8686, 12231, 8932, 12190, 8805, 10502, 12324, 8901, 12980, 8964, 11444, 8417, 10036, 9053, 10442, 8166, 13068, 8845, 14089, 9008, 12560, 8872, 12552, 10989, 10463, 13272, 8516, 11507, 8599, 11187, 13538, 9118, 11892, 8472, 10481, 10357, 9784, 12492, 8931, 11281, 7707, 9946, 12882, 9450, 11901, 8307, 10858, 9344, 10713, 11839, 9155, 11585, 8917, 12187, 9330, 10605, 12788, 8748, 11579, 8896, 12585, 8897, 9998, 12828, 9248, 12645, 7968, 10322, 12408, 8809, 11748, 8239, 12263, 8347, 9950, 12650, 9190, 13446, 8822, 12301, 8718, 10454, 10255, 10288, 14447, 10172, 12423, 9010, 11161, 8527, 12063, 8698, 11969, 8875, 10421, 13516, 8835, 13248, 8542, 11045, 12911, 8892, 11355, 8875, 11832, 10815, 9468, 12435, 9212, 11603, 8645, 10911, 11399, 8840, 11413, 8763, 11822, 8447, 10030, 12511, 9093, 12011, 8949, 12209, 9055, 9772, 13218, 9112, 13040, 8917, 11721, 8542, 9698, 13537, 9465, 13803, 8091, 11163, 8437, 9984, 12664, 9358, 11600, 8684, 11042, 8919, 11768, 10093, 11044, 13010, 9045, 12207, 8671, 12480, 10001, 9674, 13040, 8901, 11498, 8361, 11653, 9337, 9476, 12272, 8668, 12486, 9158, 12510, 9057, 10622, 12447, 9435, 13945, 9177, 12050, 8959, 9745, 8939, 10669, 8993, 12867, 9328, 12638, 9089, 12239, 9057, 15163, 10749, 13163, 8568, 10629, 12906, 9719, 14292, 8651, 11888, 8964, 10983, 9017, 10488, 13572, 10252, 9322, 9387, 12073, 9033, 12193, 9500, 12258, 9322, 12267, 13841, 11744, 9337, 10179, 12605, 9188, 13327, 8682, 13365, 8892, 10533, 11805, 8574, 12304, 8737, 12892, 8748, 9888, 12486, 9104, 12589, 9270, 12708, 9245, 11099, 9666, 10909, 14178, 9787, 12600, 8812, 11676, 9050, 11892, 9248, 11106, 8847, 9414, 12435, 9362, 14285, 8257, 11846, 8807, 9435, 12807, 9467, 12601, 9179, 10239, 11353, 9161, 12837, 9315, 11254, 9417, 9323, 12413, 9327, 12191, 9052, 10435, 12249, 9838, 13248, 9230, 11416, 8723, 10343, 12539, 9891, 12279, 9170, 11744, 8976, 11470, 13638, 9337, 12703, 8354, 12631, 11102, 10763, 12635, 8829, 11324, 9344, 11412, 11768, 8752, 11259, 8864, 11416, 11004, 9387, 12321, 9176, 11445, 8660, 11293, 12150, 8909, 11998, 8745, 12114, 8661, 10246, 12686, 9057, 11472, 7898, 11224, 9807, 9038, 12250, 9243, 11968, 8164, 11372, 11974, 8865, 12039, 8271, 12548, 8599, 11006, 8473, 9766, 11317, 8765, 12425, 9148, 12262, 9949, 13284, 9061, 12072, 9541, 12306, 9002, 13092, 8966, 9768, 12511, 8685, 14149, 8207, 11740, 8761, 8606, 11573, 9025, 12233, 8605, 8697, 11189, 9205, 11332, 8861, 10027, 12033, 9008, 11104, 9138, 11532, 10137, 9601, 13021, 9130, 11710, 9325, 10509, 12210, 8971, 11083, 8893, 11212, 9787, 9436, 13140, 8682, 11542, 8873, 12029, 9005, 9557, 12929, 9111, 12609, 8541, 11632, 9206, 10083, 8800, 10051, 8686, 10438, 8779, 11258, 14949, 11623, 8420, 8526, 11559, 8868, 13728, 9563, 15677, 8107, 11507, 8614, 10736, 8511, 11432, 8121, 10535, 9110, 9189, 12405, 8508, 12825, 8724, 12060, 8549, 10567, 8509, 10899, 8565, 10244, 9146, 8807, 11809, 8755, 12188, 9485, 8836, 8656, 11085, 8849, 11771, 9435, 12934, 9435, 9091, 9725, 9565, 9987, 15057, 13197, 9069, 9229, 12188, 8907, 13372, 8982, 12424, 8304, 10610, 8462, 11510, 8483, 10715, 9101, 8574, 11240, 8708, 12579, 8036, 10922, 8205, 9022, 10716, 8721, 11666, 9278, 12116, 8638, 10592, 8276, 8511, 8227, 11828, 9101, 14253, 10860, 13524, 8570, 10978, 8148, 11352, 8701, 12302, 8090, 8093, 10570, 8382, 10457, 8875, 10641, 9373, 8351, 10545, 8433, 10579, 7915, 10045, 10425, 8261, 10171, 8261, 9832, 8172, 8442, 11214, 8386, 11538, 8093, 11141, 8288, 9321, 8434, 8247, 11803, 9011, 11116, 8374, 9969, 8205, 10070, 9393, 8558, 10693, 8011, 10309, 8659, 10941, 8058, 9308, 11209, 8281, 10451, 8276, 11273, 8377, 9423, 9611, 7993, 11279, 8853, 11732, 8220, 9214, 9972, 8296, 12380, 8099, 10951, 8291, 9652, 7916, 9026, 13149, 8009, 10922, 8040, 9971, 8077, 9251, 10234, 8297, 10303, 7983, 10572, 8574, 10566, 7784, 8666, 11136, 8363, 10753, 8297, 9747, 13739, 8758, 11535, 8264, 9971, 7587, 9159, 11074, 7899, 11008, 8418, 11136, 8435, 9966, 7720, 8173, 10887, 8519, 11396, 7907, 11147, 8428, 8624, 10658, 8183, 10504, 8628, 11237, 8212, 8581, 10920, 8267, 11123, 8209, 10500, 8216, 8349, 10819, 8708, 11868, 7982, 10583, 8787, 8225, 11464, 8551, 10897, 7515, 9854, 7868, 10101, 7998, 12267, 9016, 15018, 7966, 11095, 8333, 11104, 8662, 12318, 8267, 9465, 12261, 7865, 11931, 8309, 11164, 7854, 9258, 10362, 8426, 12439, 8290, 10947, 7958, 9752, 9906, 8311, 11975, 8370, 11177, 8199, 10280, 7525, 10389, 12983, 10057, 10862, 8135, 10535, 8110, 11216, 8060, 10724, 10509, 9068, 14669, 8729, 10986, 8411, 10398, 8414, 10509, 10825, 8833, 14571, 7939, 10755, 7874, 10439, 8262, 10217, 10158, 9174, 9957, 8194, 10603, 8536, 10979], 'WindowCenter': [4643.0, 4580.0, 4542.0, 4528.0, 4545.0, 4494.0, 4530.0, 4461.0, 4521.0, 4540.0, 4498.0, 4502.0, 4455.0, 4492.0, 4453.0, 4483.0, 4494.0, 4466.0, 4506.0, 4453.0, 4484.0, 4440.0, 4452.0, 4480.0, 4446.0, 4496.0, 4441.0, 4473.0, 4491.0, 4452.0, 4483.0, 4454.0, 4485.0, 4494.0, 4462.0, 4503.0, 4441.0, 4494.0, 4516.0, 4475.0, 4492.0, 4444.0, 4494.0, 4453.0, 4488.0, 4518.0, 4464.0, 4493.0, 4441.0, 4473.0, 4505.0, 4476.0, 4505.0, 4453.0, 4494.0, 4451.0, 4473.0, 4503.0, 4466.0, 4503.0, 4432.0, 4482.0, 4490.0, 4452.0, 4493.0, 4445.0, 4493.0, 4430.0, 4473.0, 4492.0, 4443.0, 4505.0, 4461.0, 4483.0, 4491.0, 4453.0, 4494.0, 4467.0, 4486.0, 4503.0, 4462.0, 4503.0, 4443.0, 4494.0, 4503.0, 4473.0, 4490.0, 4451.0, 4491.0, 4453.0, 4473.0, 4494.0, 4449.0, 4493.0, 4430.0, 4483.0, 4503.0, 4475.0, 4501.0, 4443.0, 4481.0, 4462.0, 4475.0, 4503.0, 4461.0, 4503.0, 4442.0, 4493.0, 4472.0, 4486.0, 4514.0, 4472.0, 4503.0, 4452.0, 4493.0, 4441.0, 4495.0, 4516.0, 4473.0, 4502.0, 4463.0, 4502.0, 4441.0, 4492.0, 4474.0, 4484.0, 4504.0, 4462.0, 4500.0, 4440.0, 4493.0, 4484.0, 4475.0, 4503.0, 4460.0, 4490.0, 4441.0, 4482.0, 4460.0, 4473.0, 4502.0, 4441.0, 4495.0, 4514.0, 4475.0, 4513.0, 4461.0, 4489.0, 4432.0, 4483.0, 4452.0, 4474.0, 4516.0, 4476.0, 4515.0, 4443.0, 4495.0, 4512.0, 4464.0, 4505.0, 4455.0, 4492.0, 4443.0, 4473.0, 4516.0, 4454.0, 4506.0, 4473.0, 4501.0, 4529.0, 4477.0, 4505.0, 4454.0, 4517.0, 4481.0, 4518.0, 4481.0, 4519.0, 4478.0, 4496.0, 4477.0, 4501.0, 4516.0, 4475.0, 4504.0, 4466.0, 4502.0, 4456.0, 4505.0, 4471.0, 4513.0, 4525.0, 4477.0, 4501.0, 4462.0, 4492.0, 4444.0, 4485.0, 4515.0, 4453.0, 4503.0, 4441.0, 4494.0, 4493.0, 4476.0, 4502.0, 4454.0, 4493.0, 4443.0, 4464.0, 4495.0, 4453.0, 4503.0, 4441.0, 4495.0, 4444.0, 4475.0, 4515.0, 4480.0, 4517.0, 4466.0, 4496.0, 4455.0, 4521.0, 4516.0, 4487.0, 4530.0, 4479.0, 4533.0, 4450.0, 4487.0, 4516.0, 4491.0, 4540.0, 4469.0, 4507.0, 4454.0, 4474.0, 4519.0, 4489.0, 4516.0, 4456.0, 4504.0, 4453.0, 4486.0, 4513.0, 4476.0, 4517.0, 4455.0, 4502.0, 4467.0, 4508.0, 4468.0, 4506.0, 4455.0, 4493.0, 4455.0, 4494.0, 4495.0, 4487.0, 4526.0, 4464.0, 4515.0, 4445.0, 4494.0, 4456.0, 4487.0, 4504.0, 4466.0, 4505.0, 4444.0, 4485.0, 4514.0, 4473.0, 4504.0, 4444.0, 4494.0, 4466.0, 4487.0, 4515.0, 4474.0, 4505.0, 4454.0, 4495.0, 4505.0, 4487.0, 4515.0, 4477.0, 4515.0, 4458.0, 4507.0, 4508.0, 4496.0, 4504.0, 4476.0, 4515.0, 4478.0, 4518.0, 4466.0, 4495.0, 4474.0, 4476.0, 4528.0, 4479.0, 4518.0, 4455.0, 4504.0, 4473.0, 4477.0, 4516.0, 4474.0, 4502.0, 4454.0, 4505.0, 4457.0, 4507.0, 4483.0, 4475.0, 4504.0, 4466.0, 4506.0, 4467.0, 4506.0, 4486.0, 4484.0, 4514.0, 4453.0, 4505.0, 4516.0, 4483.0, 4511.0, 4463.0, 4503.0, 4454.0, 4507.0, 4482.0, 4474.0, 4501.0, 4452.0, 4503.0, 4454.0, 4493.0, 4452.0, 4483.0, 4511.0, 4462.0, 4507.0, 4457.0, 4505.0, 4431.0, 4483.0, 4501.0, 4464.0, 4503.0, 4464.0, 4492.0, 4442.0, 4482.0, 4473.0, 4472.0, 4513.0, 4462.0, 4503.0, 4442.0, 4481.0, 4455.0, 4485.0, 4511.0, 4461.0, 4501.0, 4441.0, 4491.0, 4430.0, 4492.0, 4464.0, 4482.0, 4431.0, 4462.0, 4491.0, 4463.0, 4515.0, 4463.0, 4500.0, 4432.0, 4482.0, 4430.0, 4483.0, 4503.0, 4471.0, 4492.0, 4450.0, 4490.0, 4428.0, 4482.0, 4470.0, 4459.0, 4491.0, 4442.0, 4479.0, 4433.0, 4494.0, 4451.0, 4460.0, 4490.0, 4452.0, 4491.0, 4443.0, 4482.0, 4440.0, 4458.0, 4489.0, 4427.0, 4490.0, 4450.0, 4469.0, 4459.0, 4462.0, 4499.0, 4441.0, 4492.0, 4421.0, 4470.0, 4489.0, 4447.0, 4488.0, 4443.0, 4492.0, 4430.0, 4471.0, 4489.0, 4451.0, 4494.0, 4455.0, 4482.0, 4432.0, 4472.0, 4492.0, 4464.0, 4505.0, 4466.0, 4493.0, 4444.0, 4476.0, 4483.0, 4465.0, 4508.0, 4468.0, 4494.0, 4442.0, 4474.0, 4500.0, 4463.0, 4498.0, 4466.0, 4503.0, 4443.0, 4473.0, 4501.0, 4449.0, 4496.0, 4453.0, 4483.0, 4492.0, 4453.0, 4491.0, 4442.0, 4495.0, 4506.0, 4472.0, 4491.0, 4453.0, 4493.0, 4435.0, 4496.0, 4474.0, 4472.0, 4513.0, 4464.0, 4494.0, 4455.0, 4493.0, 4444.0, 4484.0, 4504.0, 4466.0, 4496.0, 4454.0, 4495.0, 4441.0, 4475.0, 4506.0, 4465.0, 4506.0, 4454.0, 4493.0, 4491.0, 4462.0, 4501.0, 4454.0, 4493.0, 4501.0, 4464.0, 4492.0, 4430.0, 4483.0, 4492.0, 4464.0, 4493.0, 4433.0, 4482.0, 4462.0, 4485.0, 4502.0, 4466.0, 4503.0, 4432.0, 4495.0, 4517.0, 4477.0, 4505.0, 4465.0, 4504.0, 4444.0, 4508.0, 4486.0, 4486.0, 4513.0, 4453.0, 4495.0, 4457.0, 4496.0, 4452.0, 4473.0, 4503.0, 4453.0, 4505.0, 4443.0, 4483.0, 4503.0, 4463.0, 4503.0, 4457.0, 4494.0, 4462.0, 4474.0, 4501.0, 4454.0, 4504.0, 4453.0, 4495.0, 4462.0, 4462.0, 4492.0, 4456.0, 4505.0, 4455.0, 4485.0, 4502.0, 4453.0, 4505.0, 4467.0, 4496.0, 4503.0, 4463.0, 4503.0, 4440.0, 4483.0, 4503.0, 4462.0, 4489.0, 4431.0, 4482.0, 4473.0, 4487.0, 4505.0, 4455.0, 4502.0, 4431.0, 4462.0, 4493.0, 4464.0, 4502.0, 4442.0, 4490.0, 4431.0, 4473.0, 4504.0, 4464.0, 4502.0, 4443.0, 4483.0, 4493.0, 4465.0, 4506.0, 4443.0, 4494.0, 4433.0, 4475.0, 4506.0, 4477.0, 4505.0, 4443.0, 4495.0, 4441.0, 4484.0, 4514.0, 4473.0, 4502.0, 4444.0, 4495.0, 4441.0, 4474.0, 4506.0, 4464.0, 4504.0, 4441.0, 4483.0, 4473.0, 4484.0, 4504.0, 4465.0, 4504.0, 4441.0, 4483.0, 4505.0, 4476.0, 4503.0, 4462.0, 4494.0, 4443.0, 4493.0, 4485.0, 4485.0, 4472.0, 4474.0, 4504.0, 4465.0, 4505.0, 4467.0, 4494.0, 4454.0, 4476.0, 4514.0, 4453.0, 4507.0, 4475.0, 4482.0, 4502.0, 4454.0, 4494.0, 4458.0, 4496.0, 4483.0, 4474.0, 4503.0, 4453.0, 4503.0, 4456.0, 4486.0, 4443.0, 4472.0, 4501.0, 4462.0, 4502.0, 4455.0, 4504.0, 4433.0, 4494.0, 4454.0, 4485.0, 4516.0, 4477.0, 4506.0, 4455.0, 4506.0, 4485.0, 4478.0, 4517.0, 4453.0, 4496.0, 4454.0, 4463.0, 4503.0, 4456.0, 4517.0, 4453.0, 4475.0, 4505.0, 4455.0, 4496.0, 4443.0, 4482.0, 4454.0, 4476.0, 4532.0, 4478.0, 4507.0, 4469.0, 4521.0, 4468.0, 4487.0, 4519.0, 4490.0, 4514.0, 4446.0, 4496.0, 4505.0, 4464.0, 4491.0, 4457.0, 4507.0, 4505.0, 4486.0, 4505.0, 4454.0, 4495.0, 4475.0, 4486.0, 4503.0, 4465.0, 4503.0, 4444.0, 4485.0, 4504.0, 4474.0, 4492.0, 4452.0, 4495.0, 4475.0, 4487.0, 4513.0, 4465.0, 4507.0, 4455.0, 4524.0, 4499.0, 4544.0, 4500.0, 4518.0, 4485.0, 4531.0, 4491.0, 4480.0, 4498.0, 4478.0, 4519.0, 4542.0, 4500.0, 4528.0, 4496.0, 4505.0, 4464.0, 4493.0, 4462.0, 4475.0, 4505.0, 4474.0, 4504.0, 4452.0, 4482.0, 4453.0, 4487.0, 4506.0, 4463.0, 4484.0, 4464.0, 4495.0, 4474.0, 4499.0, 4507.0, 4467.0, 4495.0, 4455.0, 4483.0, 4465.0, 4494.0, 4478.0, 4511.0, 4490.0, 4518.0, 4476.0, 4505.0, 4466.0, 4506.0, 4474.0, 4494.0, 4465.0, 4508.0, 4466.0, 4516.0, 4474.0, 4473.0, 4441.0, 4463.0, 4492.0, 4452.0, 4496.0, 4444.0, 4494.0, 4464.0, 4477.0, 4503.0, 4465.0, 4495.0, 4463.0, 4493.0, 4465.0, 4521.0, 4492.0, 4519.0, 4496.0, 4533.0, 4467.0, 4506.0, 4468.0, 4495.0, 4469.0, 4483.0, 4481.0, 4498.0, 4456.0, 4495.0, 4466.0, 4509.0, 4480.0, 4517.0, 4478.0, 4504.0, 4465.0, 4494.0, 4481.0, 4519.0, 4477.0, 4506.0, 4457.0, 4486.0, 4451.0, 4473.0, 4504.0, 4463.0, 4483.0, 4454.0, 4484.0, 4453.0, 4484.0, 4494.0, 4466.0, 4507.0, 4465.0, 4483.0, 4452.0, 4472.0, 4446.0, 4497.0, 4486.0, 4487.0, 4508.0, 4479.0, 4506.0, 4468.0, 4484.0, 4467.0, 4485.0, 4486.0, 4497.0, 4497.0, 4466.0, 4497.0, 4466.0, 4485.0, 4467.0, 4494.0, 4467.0, 4507.0, 4496.0, 4518.0, 4508.0, 4503.0, 4455.0, 4494.0, 4467.0, 4496.0, 4459.0, 4497.0, 4479.0, 4495.0, 4465.0, 4494.0, 4464.0, 4520.0, 4508.0, 4514.0, 4453.0, 4477.0, 4452.0, 4470.0, 4450.0, 4472.0, 4505.0, 4472.0, 4479.0, 4440.0, 4469.0, 4451.0, 4469.0, 4439.0, 4484.0, 4461.0, 4472.0, 4441.0, 4453.0, 4479.0, 4453.0, 4494.0, 4456.0, 4493.0, 4452.0, 4481.0, 4451.0, 4494.0, 4466.0, 4493.0, 4454.0, 4506.0, 4455.0, 4494.0, 4453.0, 4485.0, 4506.0, 4499.0, 4476.0, 4482.0, 4462.0, 4471.0, 4462.0, 4472.0, 4492.0, 4474.0, 4503.0, 4471.0, 4491.0, 4451.0, 4480.0, 4440.0, 4472.0, 4459.0, 4452.0, 4493.0, 4451.0, 4478.0, 4439.0, 4448.0, 4468.0, 4438.0, 4468.0, 4450.0, 4484.0, 4461.0, 4461.0, 4479.0, 4438.0, 4468.0, 4428.0, 4460.0, 4492.0, 4463.0, 4489.0, 4450.0, 4469.0, 4439.0, 4449.0, 4467.0, 4450.0, 4483.0, 4452.0, 4481.0, 4438.0, 4462.0, 4467.0, 4440.0, 4471.0, 4438.0, 4459.0, 4468.0, 4439.0, 4470.0, 4431.0, 4470.0, 4490.0, 4450.0, 4467.0, 4438.0, 4469.0, 4450.0, 4470.0, 4464.0, 4494.0, 4464.0, 4476.0, 4494.0, 4465.0, 4483.0, 4452.0, 4494.0, 4452.0, 4463.0, 4483.0, 4463.0, 4495.0, 4472.0, 4464.0, 4494.0, 4452.0, 4471.0, 4484.0, 4475.0, 4494.0, 4453.0, 4473.0, 4430.0, 4463.0, 4493.0, 4453.0, 4483.0, 4449.0, 4462.0, 4483.0, 4465.0, 4493.0, 4443.0, 4473.0, 4440.0, 4461.0, 4492.0, 4462.0, 4494.0, 4440.0, 4461.0, 4479.0, 4452.0, 4491.0, 4440.0, 4470.0, 4479.0, 4438.0, 4483.0, 4451.0, 4493.0, 4440.0, 4449.0, 4480.0, 4452.0, 4481.0, 4440.0, 4461.0, 4479.0, 4441.0, 4481.0, 4452.0, 4483.0, 4483.0, 4450.0, 4479.0, 4442.0, 4494.0, 4441.0, 4461.0, 4490.0, 4440.0, 4481.0, 4430.0, 4482.0, 4450.0, 4452.0, 4481.0, 4455.0, 4492.0, 4441.0, 4481.0, 4429.0, 4472.0, 4484.0, 4463.0, 4504.0, 4440.0, 4471.0, 4449.0, 4463.0, 4492.0, 4453.0, 4482.0, 4440.0, 4473.0, 4506.0, 4464.0, 4492.0, 4442.0, 4481.0, 4452.0, 4493.0, 4452.0, 4472.0, 4491.0, 4452.0, 4483.0, 4454.0, 4483.0, 4453.0, 4453.0, 4482.0, 4454.0, 4493.0, 4453.0, 4473.0, 4479.0, 4442.0, 4492.0, 4442.0, 4481.0, 4429.0, 4461.0, 4480.0, 4462.0, 4494.0, 4440.0, 4470.0, 4469.0, 4439.0, 4480.0, 4451.0, 4481.0, 4429.0, 4449.0, 4481.0, 4464.0, 4491.0, 4430.0, 4481.0, 4439.0, 4460.0, 4480.0, 4441.0, 4480.0, 4440.0, 4458.0, 4469.0, 4452.0, 4481.0, 4451.0, 4482.0, 4439.0, 4472.0, 4481.0, 4453.0, 4492.0, 4456.0, 4483.0, 4443.0, 4461.0, 4451.0, 4473.0, 4467.0, 4507.0, 4464.0, 4505.0, 4466.0, 4495.0, 4456.0, 4507.0, 4475.0, 4474.0, 4493.0, 4454.0, 4483.0, 4442.0, 4485.0, 4492.0, 4452.0, 4481.0, 4428.0, 4460.0, 4472.0, 4473.0, 4482.0, 4452.0, 4471.0, 4420.0, 4463.0, 4492.0, 4464.0, 4481.0, 4439.0, 4471.0, 4463.0, 4474.0, 4483.0, 4452.0, 4482.0, 4453.0, 4496.0, 4463.0, 4474.0, 4492.0, 4454.0, 4483.0, 4464.0, 4493.0, 4453.0, 4463.0, 4492.0, 4466.0, 4494.0, 4442.0, 4463.0, 4474.0, 4453.0, 4483.0, 4457.0, 4493.0, 4443.0, 4463.0, 4492.0, 4465.0, 4506.0, 4456.0, 4483.0, 4440.0, 4472.0, 4463.0, 4475.0, 4504.0, 4474.0, 4492.0, 4454.0, 4482.0, 4453.0, 4496.0, 4455.0, 4485.0, 4455.0, 4474.0, 4494.0, 4466.0, 4505.0, 4442.0, 4486.0, 4482.0, 4452.0, 4472.0, 4454.0, 4495.0, 4473.0, 4452.0, 4481.0, 4450.0, 4483.0, 4441.0, 4474.0, 4471.0, 4452.0, 4471.0, 4454.0, 4482.0, 4442.0, 4462.0, 4481.0, 4451.0, 4495.0, 4466.0, 4495.0, 4454.0, 4462.0, 4493.0, 4454.0, 4494.0, 4452.0, 4483.0, 4433.0, 4450.0, 4493.0, 4463.0, 4494.0, 4431.0, 4473.0, 4441.0, 4464.0, 4495.0, 4452.0, 4472.0, 4441.0, 4472.0, 4453.0, 4495.0, 4473.0, 4475.0, 4490.0, 4450.0, 4479.0, 4441.0, 4480.0, 4460.0, 4451.0, 4478.0, 4449.0, 4483.0, 4444.0, 4483.0, 4453.0, 4461.0, 4481.0, 4454.0, 4495.0, 4464.0, 4493.0, 4451.0, 4473.0, 4493.0, 4467.0, 4506.0, 4463.0, 4495.0, 4466.0, 4464.0, 4453.0, 4487.0, 4481.0, 4519.0, 4480.0, 4506.0, 4466.0, 4496.0, 4479.0, 4531.0, 4488.0, 4495.0, 4455.0, 4501.0, 4509.0, 4479.0, 4506.0, 4457.0, 4484.0, 4453.0, 4473.0, 4453.0, 4465.0, 4494.0, 4471.0, 4451.0, 4463.0, 4492.0, 4455.0, 4483.0, 4461.0, 4484.0, 4465.0, 4496.0, 4491.0, 4482.0, 4451.0, 4474.0, 4482.0, 4465.0, 4493.0, 4442.0, 4489.0, 4439.0, 4460.0, 4469.0, 4441.0, 4480.0, 4452.0, 4480.0, 4441.0, 4460.0, 4480.0, 4449.0, 4492.0, 4463.0, 4490.0, 4462.0, 4484.0, 4464.0, 4486.0, 4506.0, 4473.0, 4487.0, 4447.0, 4483.0, 4456.0, 4495.0, 4463.0, 4485.0, 4452.0, 4466.0, 4493.0, 4465.0, 4504.0, 4444.0, 4482.0, 4450.0, 4452.0, 4493.0, 4463.0, 4491.0, 4451.0, 4473.0, 4482.0, 4464.0, 4496.0, 4464.0, 4483.0, 4451.0, 4463.0, 4493.0, 4464.0, 4494.0, 4451.0, 4474.0, 4492.0, 4474.0, 4493.0, 4463.0, 4482.0, 4443.0, 4473.0, 4493.0, 4477.0, 4479.0, 4452.0, 4482.0, 4453.0, 4483.0, 4492.0, 4450.0, 4481.0, 4432.0, 4491.0, 4471.0, 4472.0, 4479.0, 4439.0, 4468.0, 4450.0, 4470.0, 4469.0, 4439.0, 4469.0, 4449.0, 4481.0, 4471.0, 4451.0, 4480.0, 4449.0, 4482.0, 4452.0, 4482.0, 4481.0, 4453.0, 4482.0, 4441.0, 4482.0, 4441.0, 4473.0, 4480.0, 4451.0, 4483.0, 4442.0, 4485.0, 4464.0, 4453.0, 4483.0, 4451.0, 4494.0, 4442.0, 4484.0, 4482.0, 4453.0, 4480.0, 4441.0, 4495.0, 4455.0, 4487.0, 4442.0, 4463.0, 4469.0, 4441.0, 4493.0, 4476.0, 4507.0, 4480.0, 4507.0, 4466.0, 4494.0, 4477.0, 4506.0, 4466.0, 4507.0, 4452.0, 4474.0, 4494.0, 4454.0, 4504.0, 4442.0, 4484.0, 4440.0, 4440.0, 4468.0, 4452.0, 4494.0, 4452.0, 4453.0, 4470.0, 4462.0, 4485.0, 4452.0, 4462.0, 4480.0, 4452.0, 4483.0, 4462.0, 4485.0, 4471.0, 4463.0, 4492.0, 4451.0, 4482.0, 4461.0, 4475.0, 4482.0, 4452.0, 4481.0, 4454.0, 4483.0, 4462.0, 4464.0, 4493.0, 4454.0, 4496.0, 4466.0, 4495.0, 4451.0, 4467.0, 4493.0, 4453.0, 4496.0, 4455.0, 4497.0, 4465.0, 4478.0, 4454.0, 4476.0, 4454.0, 4486.0, 4456.0, 4499.0, 4531.0, 4515.0, 4445.0, 4470.0, 4498.0, 4468.0, 4505.0, 4478.0, 4527.0, 4445.0, 4484.0, 4443.0, 4472.0, 4455.0, 4484.0, 4445.0, 4475.0, 4453.0, 4454.0, 4489.0, 4445.0, 4495.0, 4442.0, 4481.0, 4441.0, 4461.0, 4442.0, 4485.0, 4453.0, 4464.0, 4451.0, 4454.0, 4484.0, 4458.0, 4507.0, 4467.0, 4457.0, 4456.0, 4484.0, 4466.0, 4499.0, 4480.0, 4507.0, 4465.0, 4454.0, 4466.0, 4464.0, 4477.0, 4517.0, 4507.0, 4454.0, 4465.0, 4494.0, 4467.0, 4504.0, 4453.0, 4483.0, 4443.0, 4462.0, 4444.0, 4484.0, 4443.0, 4461.0, 4439.0, 4441.0, 4470.0, 4442.0, 4492.0, 4433.0, 4472.0, 4431.0, 4453.0, 4461.0, 4441.0, 4484.0, 4467.0, 4498.0, 4454.0, 4485.0, 4458.0, 4466.0, 4455.0, 4484.0, 4466.0, 4517.0, 4476.0, 4494.0, 4455.0, 4473.0, 4433.0, 4487.0, 4453.0, 4484.0, 4429.0, 4431.0, 4460.0, 4431.0, 4471.0, 4453.0, 4473.0, 4451.0, 4441.0, 4460.0, 4430.0, 4473.0, 4443.0, 4463.0, 4459.0, 4441.0, 4460.0, 4440.0, 4461.0, 4439.0, 4441.0, 4474.0, 4444.0, 4487.0, 4442.0, 4471.0, 4441.0, 4452.0, 4441.0, 4445.0, 4496.0, 4455.0, 4485.0, 4445.0, 4463.0, 4454.0, 4476.0, 4451.0, 4455.0, 4473.0, 4444.0, 4475.0, 4455.0, 4498.0, 4446.0, 4467.0, 4482.0, 4444.0, 4475.0, 4455.0, 4486.0, 4444.0, 4464.0, 4452.0, 4442.0, 4487.0, 4453.0, 4495.0, 4442.0, 4452.0, 4461.0, 4455.0, 4494.0, 4444.0, 4472.0, 4440.0, 4450.0, 4443.0, 4455.0, 4493.0, 4433.0, 4470.0, 4421.0, 4464.0, 4444.0, 4453.0, 4461.0, 4442.0, 4459.0, 4430.0, 4474.0, 4454.0, 4475.0, 4433.0, 4442.0, 4471.0, 4441.0, 4470.0, 4430.0, 4463.0, 4493.0, 4441.0, 4469.0, 4430.0, 4449.0, 4418.0, 4450.0, 4458.0, 4429.0, 4472.0, 4443.0, 4486.0, 4440.0, 4461.0, 4419.0, 4429.0, 4459.0, 4440.0, 4484.0, 4433.0, 4473.0, 4430.0, 4440.0, 4460.0, 4430.0, 4471.0, 4453.0, 4472.0, 4439.0, 4441.0, 4469.0, 4442.0, 4482.0, 4441.0, 4470.0, 4441.0, 4442.0, 4471.0, 4453.0, 4484.0, 4430.0, 4471.0, 4440.0, 4445.0, 4486.0, 4454.0, 4486.0, 4435.0, 4462.0, 4444.0, 4473.0, 4458.0, 4509.0, 4467.0, 4515.0, 4445.0, 4483.0, 4442.0, 4484.0, 4455.0, 4484.0, 4443.0, 4452.0, 4479.0, 4432.0, 4483.0, 4440.0, 4470.0, 4428.0, 4450.0, 4453.0, 4442.0, 4492.0, 4431.0, 4458.0, 4419.0, 4449.0, 4449.0, 4442.0, 4483.0, 4430.0, 4468.0, 4428.0, 4459.0, 4419.0, 4462.0, 4494.0, 4451.0, 4459.0, 4430.0, 4458.0, 4428.0, 4469.0, 4427.0, 4460.0, 4473.0, 4453.0, 4502.0, 4441.0, 4459.0, 4429.0, 4436.0, 4426.0, 4460.0, 4471.0, 4452.0, 4490.0, 4428.0, 4457.0, 4430.0, 4461.0, 4429.0, 4462.0, 4461.0, 4452.0, 4461.0, 4440.0, 4459.0, 4441.0, 4473.0], 'WindowWidth': [10170.0, 10056.0, 9986.0, 9958.0, 9972.0, 9900.0, 9942.0, 9847.0, 9928.0, 9957.0, 9893.0, 9885.0, 9828.0, 9875.0, 9823.0, 9864.0, 9880.0, 9849.0, 9901.0, 9824.0, 9866.0, 9803.0, 9820.0, 9855.0, 9821.0, 9886.0, 9805.0, 9849.0, 9870.0, 9822.0, 9864.0, 9829.0, 9871.0, 9879.0, 9836.0, 9891.0, 9806.0, 9882.0, 9915.0, 9856.0, 9876.0, 9813.0, 9880.0, 9823.0, 9879.0, 9919.0, 9840.0, 9878.0, 9805.0, 9850.0, 9894.0, 9860.0, 9897.0, 9824.0, 9878.0, 9819.0, 9849.0, 9889.0, 9847.0, 9893.0, 9795.0, 9861.0, 9869.0, 9821.0, 9880.0, 9817.0, 9876.0, 9790.0, 9850.0, 9874.0, 9812.0, 9897.0, 9834.0, 9865.0, 9872.0, 9824.0, 9881.0, 9850.0, 9872.0, 9890.0, 9835.0, 9889.0, 9809.0, 9882.0, 9893.0, 9850.0, 9871.0, 9819.0, 9872.0, 9826.0, 9850.0, 9874.0, 9812.0, 9877.0, 9791.0, 9864.0, 9892.0, 9855.0, 9887.0, 9810.0, 9859.0, 9835.0, 9859.0, 9893.0, 9834.0, 9889.0, 9808.0, 9877.0, 9850.0, 9873.0, 9908.0, 9850.0, 9891.0, 9824.0, 9877.0, 9806.0, 9884.0, 9916.0, 9854.0, 9890.0, 9837.0, 9889.0, 9806.0, 9876.0, 9857.0, 9870.0, 9888.0, 9836.0, 9884.0, 9805.0, 9877.0, 9871.0, 9858.0, 9890.0, 9832.0, 9870.0, 9807.0, 9862.0, 9830.0, 9850.0, 9888.0, 9806.0, 9881.0, 9909.0, 9859.0, 9907.0, 9833.0, 9868.0, 9797.0, 9865.0, 9823.0, 9856.0, 9917.0, 9864.0, 9912.0, 9815.0, 9885.0, 9903.0, 9844.0, 9900.0, 9831.0, 9873.0, 9812.0, 9853.0, 9913.0, 9829.0, 9902.0, 9853.0, 9901.0, 9936.0, 9865.0, 9898.0, 9829.0, 9920.0, 9876.0, 9923.0, 9877.0, 9921.0, 9867.0, 9889.0, 9865.0, 9902.0, 9915.0, 9856.0, 9893.0, 9844.0, 9889.0, 9833.0, 9898.0, 9863.0, 9923.0, 9929.0, 9863.0, 9882.0, 9838.0, 9876.0, 9816.0, 9870.0, 9912.0, 9821.0, 9892.0, 9808.0, 9880.0, 9880.0, 9863.0, 9887.0, 9826.0, 9876.0, 9809.0, 9839.0, 9876.0, 9826.0, 9894.0, 9808.0, 9885.0, 9816.0, 9857.0, 9912.0, 9873.0, 9919.0, 9848.0, 9888.0, 9833.0, 9932.0, 9918.0, 9881.0, 9940.0, 9872.0, 9947.0, 9825.0, 9875.0, 9912.0, 9891.0, 9959.0, 9860.0, 9904.0, 9827.0, 9856.0, 9925.0, 9886.0, 9917.0, 9832.0, 9896.0, 9826.0, 9873.0, 9903.0, 9864.0, 9915.0, 9831.0, 9889.0, 9851.0, 9908.0, 9856.0, 9894.0, 9833.0, 9880.0, 9832.0, 9882.0, 9885.0, 9879.0, 9927.0, 9838.0, 9909.0, 9817.0, 9883.0, 9836.0, 9878.0, 9895.0, 9846.0, 9898.0, 9816.0, 9871.0, 9910.0, 9855.0, 9895.0, 9816.0, 9882.0, 9849.0, 9881.0, 9913.0, 9857.0, 9898.0, 9832.0, 9887.0, 9901.0, 9878.0, 9912.0, 9865.0, 9914.0, 9840.0, 9905.0, 9910.0, 9890.0, 9898.0, 9861.0, 9912.0, 9869.0, 9922.0, 9847.0, 9887.0, 9857.0, 9860.0, 9936.0, 9875.0, 9921.0, 9831.0, 9895.0, 9853.0, 9862.0, 9914.0, 9856.0, 9890.0, 9829.0, 9896.0, 9840.0, 9907.0, 9869.0, 9859.0, 9896.0, 9848.0, 9904.0, 9852.0, 9902.0, 9873.0, 9871.0, 9910.0, 9827.0, 9901.0, 9915.0, 9867.0, 9902.0, 9839.0, 9893.0, 9829.0, 9904.0, 9863.0, 9854.0, 9885.0, 9822.0, 9893.0, 9830.0, 9879.0, 9817.0, 9866.0, 9899.0, 9836.0, 9904.0, 9832.0, 9896.0, 9795.0, 9865.0, 9885.0, 9843.0, 9895.0, 9841.0, 9870.0, 9808.0, 9862.0, 9849.0, 9851.0, 9907.0, 9837.0, 9892.0, 9809.0, 9853.0, 9829.0, 9872.0, 9900.0, 9832.0, 9885.0, 9806.0, 9872.0, 9790.0, 9876.0, 9841.0, 9861.0, 9790.0, 9829.0, 9871.0, 9837.0, 9912.0, 9837.0, 9883.0, 9793.0, 9854.0, 9789.0, 9866.0, 9893.0, 9846.0, 9868.0, 9816.0, 9867.0, 9785.0, 9861.0, 9844.0, 9828.0, 9872.0, 9806.0, 9853.0, 9799.0, 9881.0, 9812.0, 9830.0, 9867.0, 9819.0, 9872.0, 9814.0, 9860.0, 9802.0, 9825.0, 9865.0, 9782.0, 9872.0, 9818.0, 9840.0, 9826.0, 9834.0, 9881.0, 9805.0, 9875.0, 9772.0, 9841.0, 9864.0, 9809.0, 9864.0, 9814.0, 9876.0, 9790.0, 9845.0, 9867.0, 9817.0, 9881.0, 9830.0, 9860.0, 9795.0, 9848.0, 9873.0, 9840.0, 9900.0, 9846.0, 9878.0, 9815.0, 9858.0, 9858.0, 9842.0, 9906.0, 9854.0, 9881.0, 9809.0, 9853.0, 9884.0, 9838.0, 9888.0, 9847.0, 9891.0, 9811.0, 9850.0, 9884.0, 9816.0, 9883.0, 9826.0, 9863.0, 9875.0, 9824.0, 9873.0, 9809.0, 9887.0, 9900.0, 9849.0, 9873.0, 9823.0, 9875.0, 9798.0, 9887.0, 9853.0, 9849.0, 9908.0, 9844.0, 9875.0, 9833.0, 9875.0, 9813.0, 9868.0, 9893.0, 9846.0, 9884.0, 9830.0, 9882.0, 9808.0, 9859.0, 9900.0, 9847.0, 9902.0, 9828.0, 9880.0, 9873.0, 9836.0, 9887.0, 9828.0, 9880.0, 9888.0, 9841.0, 9874.0, 9789.0, 9866.0, 9875.0, 9841.0, 9878.0, 9791.0, 9863.0, 9839.0, 9874.0, 9892.0, 9847.0, 9891.0, 9797.0, 9884.0, 9920.0, 9859.0, 9897.0, 9846.0, 9895.0, 9815.0, 9906.0, 9871.0, 9872.0, 9906.0, 9825.0, 9884.0, 9833.0, 9887.0, 9819.0, 9853.0, 9890.0, 9827.0, 9901.0, 9813.0, 9866.0, 9891.0, 9837.0, 9892.0, 9838.0, 9883.0, 9836.0, 9853.0, 9886.0, 9828.0, 9896.0, 9826.0, 9883.0, 9835.0, 9836.0, 9874.0, 9834.0, 9901.0, 9830.0, 9872.0, 9889.0, 9826.0, 9898.0, 9851.0, 9887.0, 9892.0, 9837.0, 9890.0, 9803.0, 9864.0, 9893.0, 9835.0, 9867.0, 9790.0, 9860.0, 9852.0, 9878.0, 9898.0, 9822.0, 9889.0, 9794.0, 9829.0, 9877.0, 9842.0, 9888.0, 9808.0, 9871.0, 9793.0, 9850.0, 9895.0, 9843.0, 9890.0, 9810.0, 9865.0, 9877.0, 9843.0, 9901.0, 9813.0, 9879.0, 9797.0, 9855.0, 9899.0, 9864.0, 9897.0, 9811.0, 9883.0, 9808.0, 9868.0, 9908.0, 9853.0, 9891.0, 9813.0, 9882.0, 9807.0, 9854.0, 9898.0, 9840.0, 9893.0, 9807.0, 9863.0, 9852.0, 9871.0, 9893.0, 9845.0, 9893.0, 9805.0, 9863.0, 9897.0, 9860.0, 9890.0, 9836.0, 9880.0, 9809.0, 9880.0, 9873.0, 9869.0, 9849.0, 9854.0, 9894.0, 9844.0, 9901.0, 9852.0, 9883.0, 9829.0, 9859.0, 9909.0, 9826.0, 9902.0, 9858.0, 9863.0, 9889.0, 9827.0, 9882.0, 9840.0, 9888.0, 9865.0, 9852.0, 9889.0, 9825.0, 9891.0, 9835.0, 9873.0, 9811.0, 9850.0, 9886.0, 9835.0, 9891.0, 9832.0, 9894.0, 9793.0, 9881.0, 9828.0, 9872.0, 9916.0, 9864.0, 9900.0, 9832.0, 9900.0, 9870.0, 9866.0, 9917.0, 9826.0, 9883.0, 9825.0, 9838.0, 9894.0, 9833.0, 9919.0, 9826.0, 9857.0, 9895.0, 9829.0, 9885.0, 9812.0, 9863.0, 9828.0, 9860.0, 9948.0, 9866.0, 9904.0, 9854.0, 9931.0, 9855.0, 9877.0, 9924.0, 9887.0, 9911.0, 9815.0, 9886.0, 9895.0, 9841.0, 9871.0, 9837.0, 9905.0, 9897.0, 9871.0, 9895.0, 9826.0, 9882.0, 9858.0, 9874.0, 9892.0, 9843.0, 9894.0, 9812.0, 9869.0, 9895.0, 9854.0, 9876.0, 9823.0, 9882.0, 9857.0, 9876.0, 9906.0, 9841.0, 9901.0, 9832.0, 9940.0, 9914.0, 9982.0, 9917.0, 9936.0, 9888.0, 9942.0, 9888.0, 9866.0, 9890.0, 9864.0, 9920.0, 9956.0, 9896.0, 9932.0, 9882.0, 9893.0, 9834.0, 9874.0, 9829.0, 9852.0, 9893.0, 9849.0, 9890.0, 9818.0, 9856.0, 9817.0, 9872.0, 9894.0, 9834.0, 9859.0, 9836.0, 9881.0, 9851.0, 9894.0, 9901.0, 9844.0, 9878.0, 9824.0, 9859.0, 9839.0, 9878.0, 9862.0, 9912.0, 9883.0, 9914.0, 9853.0, 9891.0, 9841.0, 9893.0, 9850.0, 9875.0, 9837.0, 9901.0, 9842.0, 9912.0, 9850.0, 9846.0, 9799.0, 9830.0, 9866.0, 9815.0, 9880.0, 9807.0, 9877.0, 9836.0, 9858.0, 9886.0, 9839.0, 9880.0, 9836.0, 9874.0, 9842.0, 9925.0, 9890.0, 9923.0, 9882.0, 9952.0, 9847.0, 9895.0, 9847.0, 9879.0, 9846.0, 9860.0, 9870.0, 9885.0, 9828.0, 9878.0, 9842.0, 9905.0, 9867.0, 9912.0, 9860.0, 9890.0, 9837.0, 9874.0, 9869.0, 9917.0, 9855.0, 9892.0, 9828.0, 9866.0, 9814.0, 9845.0, 9890.0, 9832.0, 9857.0, 9820.0, 9860.0, 9817.0, 9861.0, 9876.0, 9841.0, 9896.0, 9839.0, 9858.0, 9817.0, 9842.0, 9805.0, 9881.0, 9868.0, 9869.0, 9900.0, 9866.0, 9895.0, 9848.0, 9862.0, 9843.0, 9866.0, 9871.0, 9883.0, 9883.0, 9839.0, 9883.0, 9841.0, 9865.0, 9844.0, 9878.0, 9844.0, 9900.0, 9881.0, 9916.0, 9897.0, 9887.0, 9824.0, 9873.0, 9846.0, 9880.0, 9836.0, 9884.0, 9868.0, 9879.0, 9840.0, 9876.0, 9835.0, 9922.0, 9903.0, 9905.0, 9818.0, 9843.0, 9813.0, 9837.0, 9809.0, 9842.0, 9891.0, 9841.0, 9847.0, 9796.0, 9833.0, 9812.0, 9834.0, 9794.0, 9861.0, 9830.0, 9843.0, 9801.0, 9817.0, 9850.0, 9819.0, 9874.0, 9828.0, 9872.0, 9817.0, 9854.0, 9814.0, 9877.0, 9844.0, 9879.0, 9824.0, 9895.0, 9826.0, 9876.0, 9819.0, 9867.0, 9899.0, 9890.0, 9856.0, 9860.0, 9832.0, 9842.0, 9831.0, 9846.0, 9873.0, 9851.0, 9890.0, 9843.0, 9866.0, 9814.0, 9850.0, 9796.0, 9840.0, 9821.0, 9815.0, 9871.0, 9812.0, 9845.0, 9793.0, 9807.0, 9832.0, 9792.0, 9833.0, 9813.0, 9862.0, 9826.0, 9826.0, 9846.0, 9792.0, 9831.0, 9778.0, 9824.0, 9871.0, 9832.0, 9863.0, 9811.0, 9834.0, 9793.0, 9807.0, 9830.0, 9812.0, 9860.0, 9817.0, 9853.0, 9793.0, 9825.0, 9830.0, 9796.0, 9838.0, 9792.0, 9821.0, 9831.0, 9793.0, 9835.0, 9783.0, 9836.0, 9866.0, 9810.0, 9829.0, 9791.0, 9833.0, 9811.0, 9838.0, 9839.0, 9878.0, 9836.0, 9849.0, 9875.0, 9837.0, 9860.0, 9819.0, 9877.0, 9819.0, 9834.0, 9859.0, 9833.0, 9881.0, 9845.0, 9835.0, 9875.0, 9817.0, 9843.0, 9865.0, 9853.0, 9874.0, 9820.0, 9846.0, 9786.0, 9835.0, 9874.0, 9820.0, 9859.0, 9809.0, 9830.0, 9861.0, 9842.0, 9874.0, 9807.0, 9845.0, 9799.0, 9829.0, 9871.0, 9830.0, 9875.0, 9797.0, 9826.0, 9849.0, 9820.0, 9870.0, 9800.0, 9840.0, 9849.0, 9790.0, 9860.0, 9816.0, 9873.0, 9798.0, 9811.0, 9851.0, 9821.0, 9858.0, 9801.0, 9829.0, 9849.0, 9801.0, 9857.0, 9820.0, 9860.0, 9858.0, 9813.0, 9851.0, 9804.0, 9876.0, 9801.0, 9827.0, 9864.0, 9799.0, 9857.0, 9786.0, 9857.0, 9812.0, 9816.0, 9854.0, 9826.0, 9875.0, 9802.0, 9854.0, 9784.0, 9843.0, 9858.0, 9835.0, 9888.0, 9799.0, 9842.0, 9810.0, 9834.0, 9871.0, 9821.0, 9858.0, 9799.0, 9847.0, 9896.0, 9839.0, 9872.0, 9805.0, 9855.0, 9820.0, 9876.0, 9819.0, 9845.0, 9869.0, 9818.0, 9861.0, 9823.0, 9862.0, 9819.0, 9820.0, 9858.0, 9823.0, 9875.0, 9819.0, 9846.0, 9850.0, 9803.0, 9874.0, 9806.0, 9855.0, 9783.0, 9826.0, 9853.0, 9833.0, 9874.0, 9797.0, 9838.0, 9834.0, 9797.0, 9852.0, 9814.0, 9854.0, 9782.0, 9810.0, 9854.0, 9837.0, 9869.0, 9786.0, 9853.0, 9794.0, 9822.0, 9850.0, 9801.0, 9850.0, 9795.0, 9819.0, 9836.0, 9818.0, 9856.0, 9815.0, 9855.0, 9795.0, 9843.0, 9854.0, 9820.0, 9872.0, 9827.0, 9863.0, 9807.0, 9830.0, 9816.0, 9846.0, 9848.0, 9901.0, 9839.0, 9893.0, 9842.0, 9878.0, 9826.0, 9897.0, 9852.0, 9850.0, 9875.0, 9821.0, 9859.0, 9804.0, 9865.0, 9871.0, 9816.0, 9853.0, 9781.0, 9825.0, 9847.0, 9847.0, 9857.0, 9816.0, 9840.0, 9770.0, 9834.0, 9871.0, 9834.0, 9853.0, 9796.0, 9843.0, 9835.0, 9851.0, 9860.0, 9817.0, 9857.0, 9822.0, 9883.0, 9833.0, 9850.0, 9870.0, 9821.0, 9862.0, 9839.0, 9875.0, 9819.0, 9834.0, 9871.0, 9842.0, 9877.0, 9804.0, 9829.0, 9842.0, 9821.0, 9861.0, 9830.0, 9875.0, 9806.0, 9833.0, 9873.0, 9841.0, 9897.0, 9827.0, 9860.0, 9799.0, 9843.0, 9832.0, 9852.0, 9891.0, 9850.0, 9873.0, 9823.0, 9857.0, 9823.0, 9884.0, 9828.0, 9864.0, 9824.0, 9850.0, 9875.0, 9843.0, 9894.0, 9805.0, 9864.0, 9856.0, 9816.0, 9842.0, 9825.0, 9880.0, 9846.0, 9818.0, 9852.0, 9811.0, 9860.0, 9803.0, 9848.0, 9840.0, 9816.0, 9840.0, 9822.0, 9859.0, 9803.0, 9830.0, 9854.0, 9815.0, 9879.0, 9843.0, 9880.0, 9823.0, 9831.0, 9872.0, 9825.0, 9878.0, 9817.0, 9860.0, 9786.0, 9812.0, 9872.0, 9834.0, 9875.0, 9789.0, 9844.0, 9799.0, 9836.0, 9879.0, 9819.0, 9843.0, 9803.0, 9844.0, 9819.0, 9882.0, 9847.0, 9850.0, 9867.0, 9812.0, 9850.0, 9799.0, 9853.0, 9824.0, 9813.0, 9847.0, 9810.0, 9860.0, 9810.0, 9861.0, 9818.0, 9828.0, 9855.0, 9826.0, 9880.0, 9836.0, 9874.0, 9815.0, 9848.0, 9877.0, 9846.0, 9895.0, 9834.0, 9881.0, 9843.0, 9838.0, 9822.0, 9875.0, 9873.0, 9924.0, 9870.0, 9898.0, 9846.0, 9884.0, 9865.0, 9940.0, 9875.0, 9879.0, 9826.0, 9897.0, 9907.0, 9864.0, 9896.0, 9832.0, 9861.0, 9819.0, 9843.0, 9819.0, 9834.0, 9876.0, 9843.0, 9811.0, 9835.0, 9872.0, 9824.0, 9859.0, 9827.0, 9861.0, 9841.0, 9883.0, 9869.0, 9856.0, 9813.0, 9848.0, 9856.0, 9838.0, 9874.0, 9801.0, 9863.0, 9795.0, 9825.0, 9834.0, 9800.0, 9853.0, 9819.0, 9851.0, 9799.0, 9825.0, 9850.0, 9809.0, 9870.0, 9834.0, 9867.0, 9832.0, 9860.0, 9838.0, 9871.0, 9895.0, 9848.0, 9860.0, 9810.0, 9860.0, 9827.0, 9881.0, 9835.0, 9865.0, 9817.0, 9839.0, 9874.0, 9841.0, 9893.0, 9810.0, 9858.0, 9811.0, 9818.0, 9874.0, 9835.0, 9870.0, 9815.0, 9846.0, 9860.0, 9836.0, 9882.0, 9838.0, 9860.0, 9815.0, 9836.0, 9877.0, 9839.0, 9874.0, 9818.0, 9849.0, 9873.0, 9853.0, 9877.0, 9834.0, 9857.0, 9806.0, 9847.0, 9875.0, 9859.0, 9852.0, 9817.0, 9859.0, 9822.0, 9862.0, 9871.0, 9812.0, 9853.0, 9788.0, 9870.0, 9840.0, 9842.0, 9848.0, 9794.0, 9832.0, 9810.0, 9839.0, 9835.0, 9796.0, 9834.0, 9809.0, 9857.0, 9840.0, 9814.0, 9851.0, 9810.0, 9856.0, 9820.0, 9859.0, 9854.0, 9819.0, 9856.0, 9802.0, 9857.0, 9803.0, 9846.0, 9852.0, 9814.0, 9859.0, 9805.0, 9864.0, 9835.0, 9819.0, 9858.0, 9817.0, 9877.0, 9805.0, 9864.0, 9859.0, 9819.0, 9854.0, 9803.0, 9879.0, 9826.0, 9876.0, 9804.0, 9829.0, 9833.0, 9802.0, 9875.0, 9858.0, 9903.0, 9867.0, 9900.0, 9843.0, 9877.0, 9860.0, 9899.0, 9844.0, 9898.0, 9820.0, 9849.0, 9877.0, 9826.0, 9893.0, 9805.0, 9861.0, 9798.0, 9799.0, 9836.0, 9818.0, 9877.0, 9821.0, 9823.0, 9840.0, 9833.0, 9868.0, 9818.0, 9832.0, 9853.0, 9819.0, 9860.0, 9832.0, 9866.0, 9844.0, 9835.0, 9870.0, 9814.0, 9860.0, 9831.0, 9851.0, 9856.0, 9818.0, 9856.0, 9823.0, 9864.0, 9833.0, 9837.0, 9873.0, 9825.0, 9882.0, 9844.0, 9883.0, 9817.0, 9842.0, 9875.0, 9820.0, 9882.0, 9827.0, 9888.0, 9839.0, 9859.0, 9822.0, 9855.0, 9825.0, 9870.0, 9829.0, 9894.0, 9943.0, 9924.0, 9812.0, 9853.0, 9890.0, 9849.0, 9892.0, 9861.0, 9926.0, 9811.0, 9859.0, 9805.0, 9843.0, 9824.0, 9863.0, 9810.0, 9850.0, 9817.0, 9820.0, 9863.0, 9810.0, 9878.0, 9803.0, 9852.0, 9800.0, 9826.0, 9803.0, 9866.0, 9821.0, 9836.0, 9815.0, 9821.0, 9863.0, 9836.0, 9901.0, 9845.0, 9829.0, 9827.0, 9861.0, 9842.0, 9892.0, 9868.0, 9898.0, 9840.0, 9823.0, 9840.0, 9836.0, 9857.0, 9915.0, 9899.0, 9825.0, 9836.0, 9876.0, 9844.0, 9890.0, 9822.0, 9859.0, 9804.0, 9828.0, 9811.0, 9865.0, 9805.0, 9828.0, 9795.0, 9799.0, 9839.0, 9805.0, 9870.0, 9793.0, 9843.0, 9785.0, 9817.0, 9825.0, 9802.0, 9863.0, 9845.0, 9886.0, 9822.0, 9866.0, 9837.0, 9843.0, 9827.0, 9863.0, 9842.0, 9911.0, 9854.0, 9875.0, 9823.0, 9844.0, 9792.0, 9870.0, 9822.0, 9861.0, 9782.0, 9786.0, 9823.0, 9785.0, 9840.0, 9820.0, 9846.0, 9813.0, 9799.0, 9822.0, 9783.0, 9846.0, 9808.0, 9832.0, 9820.0, 9799.0, 9823.0, 9796.0, 9826.0, 9796.0, 9800.0, 9847.0, 9810.0, 9871.0, 9806.0, 9842.0, 9801.0, 9816.0, 9800.0, 9811.0, 9882.0, 9825.0, 9864.0, 9811.0, 9833.0, 9824.0, 9858.0, 9814.0, 9827.0, 9847.0, 9810.0, 9850.0, 9829.0, 9890.0, 9815.0, 9844.0, 9858.0, 9809.0, 9851.0, 9827.0, 9869.0, 9808.0, 9836.0, 9816.0, 9805.0, 9871.0, 9823.0, 9879.0, 9803.0, 9816.0, 9828.0, 9827.0, 9875.0, 9810.0, 9842.0, 9798.0, 9812.0, 9808.0, 9827.0, 9874.0, 9792.0, 9837.0, 9768.0, 9836.0, 9810.0, 9820.0, 9827.0, 9802.0, 9823.0, 9784.0, 9849.0, 9824.0, 9850.0, 9791.0, 9803.0, 9840.0, 9801.0, 9836.0, 9783.0, 9833.0, 9873.0, 9798.0, 9832.0, 9781.0, 9807.0, 9764.0, 9809.0, 9812.0, 9782.0, 9841.0, 9806.0, 9869.0, 9799.0, 9825.0, 9767.0, 9780.0, 9818.0, 9798.0, 9864.0, 9792.0, 9845.0, 9784.0, 9797.0, 9824.0, 9784.0, 9842.0, 9821.0, 9844.0, 9796.0, 9800.0, 9834.0, 9803.0, 9859.0, 9802.0, 9840.0, 9799.0, 9802.0, 9841.0, 9822.0, 9862.0, 9786.0, 9842.0, 9797.0, 9813.0, 9869.0, 9826.0, 9870.0, 9798.0, 9830.0, 9809.0, 9847.0, 9836.0, 9905.0, 9846.0, 9904.0, 9812.0, 9858.0, 9803.0, 9861.0, 9826.0, 9864.0, 9805.0, 9814.0, 9847.0, 9791.0, 9861.0, 9798.0, 9835.0, 9777.0, 9808.0, 9809.0, 9802.0, 9872.0, 9785.0, 9817.0, 9765.0, 9807.0, 9805.0, 9802.0, 9859.0, 9784.0, 9832.0, 9777.0, 9820.0, 9766.0, 9830.0, 9873.0, 9812.0, 9820.0, 9782.0, 9816.0, 9778.0, 9832.0, 9775.0, 9822.0, 9844.0, 9818.0, 9885.0, 9797.0, 9818.0, 9781.0, 9780.0, 9772.0, 9821.0, 9839.0, 9816.0, 9863.0, 9778.0, 9815.0, 9783.0, 9824.0, 9780.0, 9828.0, 9828.0, 9815.0, 9826.0, 9797.0, 9820.0, 9800.0, 9845.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.0010118078791149488</td></tr>
<tr><td colspan=3>aqi</td><td>0.04529618710199677</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.10266355105287</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1275127447246214</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9647118557667377</td></tr>
<tr><td colspan=3>efc</td><td>0.502</td></tr>
<tr><td colspan=3>fber</td><td>5037.3174</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09933931134296992</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.612520237452779</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478456665229358</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.390340943009831</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664925391008682</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3801036616695606</td></tr>
<tr><td colspan=3>gcor</td><td>0.00894313</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013569176197052002</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03875220939517021</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1853</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.160132884511264</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>19.2079</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1955</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.1389</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291463.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.2762</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8604</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.2307</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.8092</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.4946</td></tr>
<tr><td colspan=3>tsnr</td><td>31.16518547711894</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>