<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>cad5b44c33dc1f767f4c79092fcf6766</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>16:57:58.102500</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.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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.112317</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>[4155, -7777, -7234, 470, -78, -118, 10, 7]</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>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>99160f8a-344a-43d8-9f00-88d53287faae||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.6806480884552, -0.07019545137882233, 0.08595392853021622, 115.9299545288086], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -93.10877227783203], [0.09768244624137878, -0.5332025289535522, 2.644314765930176, -27.362815856933594], [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': ['165758.102500', '165758.562500', '165759.022500', '165759.482500', '165759.942500', '165800.402500', '165800.862500', '165801.322500', '165801.782500', '165802.242500', '165802.702500', '165803.162500', '165803.622500', '165804.082500', '165804.542500', '165805.002500', '165805.462500', '165805.922500', '165806.382500', '165806.842500', '165807.302500', '165807.762500', '165808.222500', '165808.682500', '165809.142500', '165809.602500', '165810.062500', '165810.522500', '165810.982500', '165811.442500', '165811.902500', '165812.362500', '165812.822500', '165813.282500', '165813.742500', '165814.202500', '165814.662500', '165815.122500', '165815.582500', '165816.042500', '165816.502500', '165816.962500', '165817.422500', '165817.882500', '165818.342500', '165818.802500', '165819.262500', '165819.722500', '165820.182500', '165820.642500', '165821.102500', '165821.562500', '165822.022500', '165822.482500', '165822.942500', '165823.402500', '165823.862500', '165824.322500', '165824.782500', '165825.242500', '165825.702500', '165826.162500', '165826.622500', '165827.082500', '165827.542500', '165828.002500', '165828.462500', '165828.922500', '165829.382500', '165829.842500', '165830.302500', '165830.762500', '165831.222500', '165831.682500', '165832.142500', '165832.602500', '165833.062500', '165833.522500', '165833.982500', '165834.442500', '165834.902500', '165835.362500', '165835.822500', '165836.282500', '165836.742500', '165837.202500', '165837.662500', '165838.122500', '165838.582500', '165839.042500', '165839.502500', '165839.962500', '165840.422500', '165840.882500', '165841.342500', '165841.802500', '165842.262500', '165842.722500', '165843.182500', '165843.642500', '165844.102500', '165844.562500', '165845.022500', '165845.482500', '165845.942500', '165846.402500', '165846.862500', '165847.322500', '165847.782500', '165848.242500', '165848.702500', '165849.162500', '165849.622500', '165850.082500', '165850.542500', '165851.002500', '165851.462500', '165851.922500', '165852.382500', '165852.842500', '165853.302500', '165853.762500', '165854.222500', '165854.682500', '165855.142500', '165855.602500', '165856.062500', '165856.522500', '165856.982500', '165857.442500', '165857.902500', '165858.362500', '165858.822500', '165859.282500', '165859.742500', '165900.202500', '165900.662500', '165901.122500', '165901.582500', '165902.042500', '165902.502500', '165902.962500', '165903.422500', '165903.882500', '165904.342500', '165904.802500', '165905.262500', '165905.722500', '165906.182500', '165906.642500', '165907.102500', '165907.562500', '165908.022500', '165908.482500', '165908.942500', '165909.402500', '165909.862500', '165910.322500', '165910.782500', '165911.242500', '165911.702500', '165912.162500', '165912.622500', '165913.082500', '165913.542500', '165914.002500', '165914.462500', '165914.922500', '165915.382500', '165915.842500', '165916.302500', '165916.762500', '165917.222500', '165917.682500', '165918.142500', '165918.602500', '165919.062500', '165919.522500', '165919.982500', '165920.442500', '165920.902500', '165921.362500', '165921.822500', '165922.282500', '165922.742500', '165923.202500', '165923.662500', '165924.122500', '165924.582500', '165925.042500', '165925.502500', '165925.962500', '165926.422500', '165926.882500', '165927.342500', '165927.802500', '165928.262500', '165928.722500', '165929.182500', '165929.642500', '165930.102500', '165930.562500', '165931.022500', '165931.482500', '165931.942500', '165932.402500', '165932.862500', '165933.322500', '165933.782500', '165934.242500', '165934.702500', '165935.162500', '165935.622500', '165936.082500', '165936.542500', '165937.002500', '165937.462500', '165937.922500', '165938.382500', '165938.842500', '165939.302500', '165939.762500', '165940.222500', '165940.682500', '165941.142500', '165941.602500', '165942.062500', '165942.522500', '165942.982500', '165943.442500', '165943.902500', '165944.362500', '165944.822500', '165945.282500', '165945.742500', '165946.202500', '165946.662500', '165947.122500', '165947.582500', '165948.042500', '165948.502500', '165948.962500', '165949.422500', '165949.882500', '165950.342500', '165950.802500', '165951.262500', '165951.722500', '165952.182500', '165952.642500', '165953.102500', '165953.562500', '165954.022500', '165954.482500', '165954.942500', '165955.402500', '165955.862500', '165956.322500', '165956.782500', '165957.242500', '165957.702500', '165958.162500', '165958.622500', '165959.082500', '165959.542500', '170000.002500', '170000.462500', '170000.922500', '170001.382500', '170001.842500', '170002.302500', '170002.762500', '170003.222500', '170003.682500', '170004.142500', '170004.602500', '170005.062500', '170005.522500', '170005.982500', '170006.442500', '170006.902500', '170007.362500', '170007.822500', '170008.282500', '170008.742500', '170009.202500', '170009.662500', '170010.122500', '170010.582500', '170011.042500', '170011.502500', '170011.962500', '170012.422500', '170012.882500', '170013.342500', '170013.802500', '170014.262500', '170014.722500', '170015.182500', '170015.642500', '170016.102500', '170016.562500', '170017.022500', '170017.482500', '170017.942500', '170018.402500', '170018.862500', '170019.322500', '170019.782500', '170020.242500', '170020.702500', '170021.162500', '170021.622500', '170022.082500', '170022.542500', '170023.002500', '170023.462500', '170023.922500', '170024.382500', '170024.842500', '170025.302500', '170025.762500', '170026.222500', '170026.682500', '170027.142500', '170027.602500', '170028.062500', '170028.522500', '170028.982500', '170029.442500', '170029.902500', '170030.362500', '170030.822500', '170031.282500', '170031.742500', '170032.202500', '170032.662500', '170033.122500', '170033.582500', '170034.042500', '170034.502500', '170034.962500', '170035.422500', '170035.882500', '170036.342500', '170036.802500', '170037.262500', '170037.722500', '170038.182500', '170038.642500', '170039.102500', '170039.562500', '170040.022500', '170040.482500', '170040.942500', '170041.402500', '170041.862500', '170042.322500', '170042.782500', '170043.242500', '170043.702500', '170044.162500', '170044.622500', '170045.082500', '170045.542500', '170046.002500', '170046.462500', '170046.922500', '170047.382500', '170047.842500', '170048.302500', '170048.762500', '170049.222500', '170049.682500', '170050.142500', '170050.602500', '170051.062500', '170051.522500', '170051.982500', '170052.442500', '170052.902500', '170053.362500', '170053.822500', '170054.282500', '170054.742500', '170055.202500', '170055.662500', '170056.122500', '170056.582500', '170057.042500', '170057.502500', '170057.962500', '170058.422500', '170058.882500', '170059.342500', '170059.802500', '170100.262500', '170100.722500', '170101.182500', '170101.642500', '170102.102500', '170102.562500', '170103.022500', '170103.482500', '170103.942500', '170104.402500', '170104.862500', '170105.322500', '170105.782500', '170106.242500', '170106.702500', '170107.162500', '170107.622500', '170108.082500', '170108.542500', '170109.002500', '170109.462500', '170109.922500', '170110.382500', '170110.842500', '170111.302500', '170111.762500', '170112.222500', '170112.682500', '170113.142500', '170113.602500', '170114.062500', '170114.522500', '170114.982500', '170115.442500', '170115.902500', '170116.362500', '170116.822500', '170117.282500', '170117.742500', '170118.202500', '170118.662500', '170119.122500', '170119.582500', '170120.042500', '170120.502500', '170120.962500', '170121.422500', '170121.882500', '170122.342500', '170122.802500', '170123.262500', '170123.722500', '170124.182500', '170124.642500', '170125.102500', '170125.562500', '170126.022500', '170126.482500', '170126.942500', '170127.402500', '170127.862500', '170128.322500', '170128.782500', '170129.242500', '170129.702500', '170130.162500', '170130.622500', '170131.082500', '170131.542500', '170132.002500', '170132.462500', '170132.922500', '170133.382500', '170133.842500', '170134.302500', '170134.762500', '170135.222500', '170135.682500', '170136.142500', '170136.602500', '170137.062500', '170137.522500', '170137.982500', '170138.442500', '170138.902500', '170139.362500', '170139.822500', '170140.282500', '170140.742500', '170141.202500', '170141.662500', '170142.122500', '170142.582500', '170143.042500', '170143.502500', '170143.962500', '170144.422500', '170144.882500', '170145.342500', '170145.802500', '170146.262500', '170146.722500', '170147.182500', '170147.642500', '170148.102500', '170148.562500', '170149.022500', '170149.482500', '170149.942500', '170150.402500', '170150.862500', '170151.322500', '170151.782500', '170152.242500', '170152.702500', '170153.162500', '170153.622500', '170154.082500', '170154.542500', '170155.002500', '170155.462500', '170155.922500', '170156.382500', '170156.842500', '170157.302500', '170157.762500', '170158.222500', '170158.682500', '170159.142500', '170159.602500', '170200.062500', '170200.522500', '170200.982500', '170201.442500', '170201.902500', '170202.362500', '170202.822500', '170203.282500', '170203.742500', '170204.202500', '170204.662500', '170205.122500', '170205.582500', '170206.042500', '170206.502500', '170206.962500', '170207.422500', '170207.882500', '170208.342500', '170208.802500', '170209.262500', '170209.722500', '170210.182500', '170210.642500', '170211.102500', '170211.562500', '170212.022500', '170212.482500', '170212.942500', '170213.402500', '170213.862500', '170214.322500', '170214.782500', '170215.242500', '170215.702500', '170216.162500', '170216.622500', '170217.082500', '170217.542500', '170218.002500', '170218.462500', '170218.922500', '170219.382500', '170219.842500', '170220.302500', '170220.762500', '170221.222500', '170221.682500', '170222.142500', '170222.602500', '170223.062500', '170223.522500', '170223.982500', '170224.442500', '170224.902500', '170225.362500', '170225.822500', '170226.282500', '170226.742500', '170227.202500', '170227.662500', '170228.122500', '170228.582500', '170229.042500', '170229.502500', '170229.962500', '170230.422500', '170230.882500', '170231.342500', '170231.802500', '170232.262500', '170232.722500', '170233.182500', '170233.642500', '170234.102500', '170234.562500', '170235.022500', '170235.482500', '170235.942500', '170236.402500', '170236.862500', '170237.322500', '170237.782500', '170238.242500', '170238.702500', '170239.162500', '170239.622500', '170240.082500', '170240.542500', '170241.002500', '170241.462500', '170241.922500', '170242.382500', '170242.842500', '170243.302500', '170243.762500', '170244.222500', '170244.682500', '170245.142500', '170245.602500', '170246.062500', '170246.522500', '170246.982500', '170247.442500', '170247.902500', '170248.362500', '170248.822500', '170249.282500', '170249.742500', '170250.202500', '170250.662500', '170251.122500', '170251.582500', '170252.042500', '170252.502500', '170252.962500', '170253.422500', '170253.882500', '170254.342500', '170254.802500', '170255.262500', '170255.722500', '170256.182500', '170256.642500', '170257.102500', '170257.562500', '170258.022500', '170258.482500', '170258.942500', '170259.402500', '170259.862500', '170300.322500', '170300.782500', '170301.242500', '170301.702500', '170302.162500', '170302.622500', '170303.082500', '170303.542500', '170304.002500', '170304.462500', '170304.922500', '170305.382500', '170305.842500', '170306.302500', '170306.762500', '170307.222500', '170307.682500', '170308.142500', '170308.602500', '170309.062500', '170309.522500', '170309.982500', '170310.442500', '170310.902500', '170311.362500', '170311.822500', '170312.282500', '170312.742500', '170313.202500', '170313.662500', '170314.122500', '170314.582500', '170315.042500', '170315.502500', '170315.962500', '170316.422500', '170316.882500', '170317.342500', '170317.802500', '170318.262500', '170318.722500', '170319.182500', '170319.642500', '170320.102500', '170320.562500', '170321.022500', '170321.482500', '170321.942500', '170322.402500', '170322.862500', '170323.322500', '170323.782500', '170324.242500', '170324.702500', '170325.162500', '170325.622500', '170326.082500', '170326.542500', '170327.002500', '170327.462500', '170327.922500', '170328.382500', '170328.842500', '170329.302500', '170329.762500', '170330.222500', '170330.682500', '170331.142500', '170331.602500', '170332.062500', '170332.522500', '170332.982500', '170333.442500', '170333.902500', '170334.362500', '170334.822500', '170335.282500', '170335.742500', '170336.202500', '170336.662500', '170337.122500', '170337.582500', '170338.042500', '170338.502500', '170338.962500', '170339.422500', '170339.882500', '170340.342500', '170340.802500', '170341.262500', '170341.722500', '170342.182500', '170342.642500', '170343.102500', '170343.562500', '170344.022500', '170344.482500', '170344.942500', '170345.402500', '170345.862500', '170346.322500', '170346.782500', '170347.242500', '170347.702500', '170348.162500', '170348.622500', '170349.082500', '170349.542500', '170350.002500', '170350.462500', '170350.922500', '170351.382500', '170351.842500', '170352.302500', '170352.762500', '170353.222500', '170353.682500', '170354.142500', '170354.602500', '170355.062500', '170355.522500', '170355.982500', '170356.442500', '170356.902500', '170357.362500', '170357.822500', '170358.282500', '170358.742500', '170359.202500', '170359.662500', '170400.122500', '170400.582500', '170401.042500', '170401.502500', '170401.962500', '170402.422500', '170402.882500', '170403.342500', '170403.802500', '170404.262500', '170404.722500', '170405.182500', '170405.642500', '170406.102500', '170406.562500', '170407.022500', '170407.482500', '170407.942500', '170408.402500', '170408.862500', '170409.322500', '170409.782500', '170410.242500', '170410.702500', '170411.162500', '170411.622500', '170412.082500', '170412.542500', '170413.002500', '170413.462500', '170413.922500', '170414.382500', '170414.842500', '170415.302500', '170415.762500', '170416.222500', '170416.682500', '170417.142500', '170417.602500', '170418.062500', '170418.522500', '170418.982500', '170419.442500', '170419.902500', '170420.362500', '170420.822500', '170421.282500', '170421.742500', '170422.202500', '170422.662500', '170423.122500', '170423.582500', '170424.042500', '170424.502500', '170424.962500', '170425.422500', '170425.882500', '170426.342500', '170426.802500', '170427.262500', '170427.722500', '170428.182500', '170428.642500', '170429.102500', '170429.562500', '170430.022500', '170430.482500', '170430.942500', '170431.402500', '170431.862500', '170432.322500', '170432.782500', '170433.242500', '170433.702500', '170434.162500', '170434.622500', '170435.082500', '170435.542500', '170436.002500', '170436.462500', '170436.922500', '170437.382500', '170437.842500', '170438.302500', '170438.762500', '170439.222500', '170439.682500', '170440.142500', '170440.602500', '170441.062500', '170441.522500', '170441.982500', '170442.442500', '170442.902500', '170443.362500', '170443.822500', '170444.282500', '170444.742500', '170445.202500', '170445.662500', '170446.122500', '170446.582500', '170447.042500', '170447.502500', '170447.962500', '170448.422500', '170448.882500', '170449.342500', '170449.802500', '170450.262500', '170450.722500', '170451.182500', '170451.642500', '170452.102500', '170452.562500', '170453.022500', '170453.482500', '170453.942500', '170454.402500', '170454.862500', '170455.322500', '170455.782500', '170456.242500', '170456.702500', '170457.162500', '170457.622500', '170458.082500', '170458.542500', '170459.002500', '170459.462500', '170459.922500', '170500.382500', '170500.842500', '170501.302500', '170501.762500', '170502.222500', '170502.682500', '170503.142500', '170503.602500', '170504.062500', '170504.522500', '170504.982500', '170505.442500', '170505.902500', '170506.362500', '170506.822500', '170507.282500', '170507.742500', '170508.202500', '170508.662500', '170509.122500', '170509.582500', '170510.042500', '170510.502500', '170510.962500', '170511.422500', '170511.882500', '170512.342500', '170512.802500', '170513.262500', '170513.722500', '170514.182500', '170514.642500', '170515.102500', '170515.562500', '170516.022500', '170516.482500', '170516.942500', '170517.402500', '170517.862500', '170518.322500', '170518.782500', '170519.242500', '170519.702500', '170520.162500', '170520.622500', '170521.082500', '170521.542500', '170522.002500', '170522.462500', '170522.922500', '170523.382500', '170523.842500', '170524.302500', '170524.762500', '170525.222500', '170525.682500', '170526.142500', '170526.602500', '170527.062500', '170527.522500', '170527.982500', '170528.442500', '170528.902500', '170529.362500', '170529.822500', '170530.282500', '170530.742500', '170531.202500', '170531.662500', '170532.122500', '170532.582500', '170533.042500', '170533.502500', '170533.962500', '170534.422500', '170534.882500', '170535.342500', '170535.802500', '170536.262500', '170536.722500', '170537.182500', '170537.642500', '170538.102500', '170538.562500', '170539.022500', '170539.482500', '170539.942500', '170540.402500', '170540.862500', '170541.322500', '170541.782500', '170542.242500', '170542.702500', '170543.162500', '170543.622500', '170544.082500', '170544.542500', '170545.002500', '170545.462500', '170545.922500', '170546.382500', '170546.842500', '170547.302500', '170547.762500', '170548.222500', '170548.682500', '170549.142500', '170549.602500', '170550.062500', '170550.522500', '170550.982500', '170551.442500', '170551.902500', '170552.362500', '170552.822500', '170553.282500', '170553.742500', '170554.202500', '170554.662500', '170555.122500', '170555.582500', '170556.042500', '170556.502500', '170556.962500', '170557.422500', '170557.882500', '170558.342500', '170558.802500', '170559.262500', '170559.722500', '170600.182500', '170600.642500', '170601.102500', '170601.562500', '170602.022500', '170602.482500', '170602.942500', '170603.402500', '170603.862500', '170604.322500', '170604.782500', '170605.242500', '170605.702500', '170606.162500', '170606.622500', '170607.082500', '170607.542500', '170608.002500', '170608.462500', '170608.922500', '170609.382500', '170609.842500', '170610.302500', '170610.762500', '170611.222500', '170611.682500', '170612.142500', '170612.602500', '170613.062500', '170613.522500', '170613.982500', '170614.442500', '170614.902500', '170615.362500', '170615.822500', '170616.282500', '170616.742500', '170617.202500', '170617.662500', '170618.122500', '170618.582500', '170619.042500', '170619.502500', '170619.962500', '170620.422500', '170620.882500', '170621.342500', '170621.802500', '170622.262500', '170622.722500', '170623.182500', '170623.642500', '170624.102500', '170624.562500', '170625.022500', '170625.482500', '170625.942500', '170626.402500', '170626.862500', '170627.322500', '170627.782500', '170628.242500', '170628.702500', '170629.162500', '170629.622500', '170630.082500', '170630.542500', '170631.002500', '170631.462500', '170631.922500', '170632.382500', '170632.842500', '170633.302500', '170633.762500', '170634.222500', '170634.682500', '170635.142500', '170635.602500', '170636.062500', '170636.522500', '170636.982500', '170637.442500', '170637.902500', '170638.362500', '170638.822500', '170639.282500', '170639.742500', '170640.202500', '170640.662500', '170641.122500', '170641.582500', '170642.042500', '170642.502500', '170642.962500', '170643.422500', '170643.882500', '170644.342500', '170644.802500', '170645.262500', '170645.722500', '170646.182500', '170646.642500', '170647.102500', '170647.562500', '170648.022500', '170648.482500', '170648.942500', '170649.402500', '170649.862500', '170650.322500', '170650.782500', '170651.242500', '170651.702500', '170652.162500', '170652.622500', '170653.082500', '170653.542500', '170654.002500', '170654.462500', '170654.922500', '170655.382500', '170655.842500', '170656.302500', '170656.762500', '170657.222500', '170657.682500', '170658.142500', '170658.602500', '170659.062500', '170659.522500', '170659.982500', '170700.442500', '170700.902500', '170701.362500', '170701.822500', '170702.282500', '170702.742500', '170703.202500', '170703.662500', '170704.122500', '170704.582500', '170705.042500', '170705.502500', '170705.962500', '170706.422500', '170706.882500', '170707.342500', '170707.802500', '170708.262500', '170708.722500', '170709.182500', '170709.642500', '170710.102500', '170710.562500', '170711.022500', '170711.482500', '170711.942500', '170712.402500', '170712.862500', '170713.322500', '170713.782500', '170714.242500', '170714.702500', '170715.162500', '170715.622500', '170716.082500', '170716.542500', '170717.002500', '170717.462500', '170717.922500', '170718.382500', '170718.842500', '170719.302500', '170719.762500', '170720.222500', '170720.682500', '170721.142500', '170721.602500', '170722.062500', '170722.522500', '170722.982500', '170723.442500', '170723.902500', '170724.362500', '170724.822500', '170725.282500', '170725.742500', '170726.202500', '170726.662500', '170727.122500', '170727.582500', '170728.042500', '170728.502500', '170728.962500', '170729.422500', '170729.882500', '170730.342500', '170730.802500', '170731.262500', '170731.722500', '170732.182500', '170732.642500', '170733.102500', '170733.562500', '170734.022500', '170734.482500', '170734.942500', '170735.402500', '170735.862500', '170736.322500', '170736.782500', '170737.242500', '170737.702500', '170738.162500', '170738.622500', '170739.082500', '170739.542500', '170740.002500', '170740.462500', '170740.922500', '170741.382500', '170741.842500', '170742.302500', '170742.762500', '170743.222500', '170743.682500', '170744.142500', '170744.602500', '170745.062500', '170745.522500', '170745.982500', '170746.442500', '170746.902500', '170747.362500', '170747.822500', '170748.282500', '170748.742500', '170749.202500', '170749.662500', '170750.122500', '170750.582500', '170751.042500', '170751.502500', '170751.962500', '170752.422500', '170752.882500', '170753.342500', '170753.802500', '170754.262500', '170754.722500', '170755.182500', '170755.642500', '170756.102500', '170756.562500', '170757.022500', '170757.482500', '170757.942500', '170758.402500', '170758.862500', '170759.322500', '170759.782500', '170800.242500', '170800.702500', '170801.162500', '170801.622500', '170802.082500', '170802.542500', '170803.002500', '170803.462500', '170803.922500', '170804.382500', '170804.842500', '170805.302500', '170805.762500', '170806.222500', '170806.682500', '170807.142500', '170807.602500', '170808.062500', '170808.522500', '170808.982500', '170809.442500', '170809.902500', '170810.362500', '170810.822500', '170811.282500', '170811.742500', '170812.202500', '170812.662500', '170813.122500', '170813.582500', '170814.042500', '170814.502500', '170814.962500', '170815.422500', '170815.882500', '170816.342500', '170816.802500', '170817.262500', '170817.722500', '170818.182500', '170818.642500', '170819.102500', '170819.562500', '170820.022500', '170820.482500', '170820.942500', '170821.402500', '170821.862500', '170822.322500', '170822.782500', '170823.242500', '170823.702500', '170824.162500', '170824.622500', '170825.082500', '170825.542500', '170826.002500', '170826.462500', '170826.922500', '170827.382500', '170827.842500', '170828.302500', '170828.762500', '170829.222500', '170829.682500', '170830.142500', '170830.602500', '170831.062500', '170831.522500', '170831.982500', '170832.442500', '170832.902500', '170833.362500', '170833.822500', '170834.282500', '170834.742500', '170835.202500', '170835.662500', '170836.122500', '170836.582500', '170837.042500', '170837.502500', '170837.962500', '170838.422500', '170838.882500', '170839.342500', '170839.802500', '170840.262500', '170840.722500', '170841.182500', '170841.642500', '170842.102500', '170842.562500', '170843.022500', '170843.482500', '170843.942500', '170844.402500', '170844.862500', '170845.322500', '170845.782500', '170846.242500', '170846.702500', '170847.162500', '170847.622500', '170848.082500', '170848.542500', '170849.002500', '170849.462500', '170849.922500', '170850.382500', '170850.842500', '170851.302500', '170851.762500', '170852.222500', '170852.682500', '170853.142500', '170853.602500', '170854.062500', '170854.522500', '170854.982500', '170855.442500', '170855.902500', '170856.362500', '170856.822500', '170857.282500', '170857.742500', '170858.202500', '170858.662500', '170859.122500', '170859.582500', '170900.042500', '170900.502500', '170900.962500', '170901.422500', '170901.882500', '170902.342500', '170902.802500', '170903.262500', '170903.722500', '170904.182500', '170904.642500', '170905.102500', '170905.562500', '170906.022500', '170906.482500', '170906.942500', '170907.402500', '170907.862500', '170908.322500', '170908.782500', '170909.242500', '170909.702500', '170910.162500', '170910.622500', '170911.082500', '170911.542500', '170912.002500', '170912.462500', '170912.922500', '170913.382500', '170913.842500', '170914.302500', '170914.762500', '170915.222500', '170915.682500', '170916.142500', '170916.602500', '170917.062500', '170917.522500', '170917.982500', '170918.442500', '170918.902500', '170919.362500', '170919.822500', '170920.282500', '170920.742500', '170921.202500', '170921.662500', '170922.122500', '170922.582500', '170923.042500', '170923.502500', '170923.962500', '170924.422500', '170924.882500', '170925.342500', '170925.802500', '170926.262500', '170926.722500', '170927.182500', '170927.642500', '170928.102500', '170928.562500', '170929.022500', '170929.482500', '170929.942500', '170930.402500', '170930.862500', '170931.322500', '170931.782500', '170932.242500', '170932.702500', '170933.162500', '170933.622500', '170934.082500', '170934.542500', '170935.002500', '170935.462500', '170935.922500', '170936.382500', '170936.842500', '170937.302500', '170937.762500', '170938.222500', '170938.682500', '170939.142500', '170939.602500', '170940.062500', '170940.522500', '170940.982500', '170941.442500', '170941.902500', '170942.362500', '170942.822500', '170943.282500', '170943.742500', '170944.202500', '170944.662500', '170945.122500', '170945.582500', '170946.042500', '170946.502500', '170946.962500', '170947.422500', '170947.882500', '170948.342500', '170948.802500', '170949.262500', '170949.722500', '170950.182500', '170950.642500', '170951.102500', '170951.562500', '170952.022500', '170952.482500', '170952.942500', '170953.402500', '170953.862500', '170954.322500', '170954.782500', '170955.242500', '170955.702500', '170956.162500', '170956.622500', '170957.082500', '170957.542500', '170958.002500', '170958.462500', '170958.922500', '170959.382500', '170959.842500', '171000.302500', '171000.762500', '171001.222500', '171001.682500', '171002.142500', '171002.602500', '171003.062500', '171003.522500', '171003.982500', '171004.442500', '171004.902500', '171005.362500', '171005.822500', '171006.282500', '171006.742500', '171007.202500', '171007.662500', '171008.122500', '171008.582500', '171009.042500', '171009.502500', '171009.962500', '171010.422500', '171010.882500', '171011.342500', '171011.802500', '171012.262500', '171012.722500', '171013.182500', '171013.642500', '171014.102500', '171014.562500', '171015.022500', '171015.482500', '171015.942500', '171016.402500', '171016.862500', '171017.322500', '171017.782500', '171018.242500', '171018.702500', '171019.162500', '171019.622500', '171020.082500', '171020.542500', '171021.002500', '171021.462500', '171021.922500', '171022.382500', '171022.842500', '171023.302500', '171023.762500', '171024.222500', '171024.682500', '171025.142500', '171025.602500', '171026.062500', '171026.522500', '171026.982500', '171027.442500', '171027.902500', '171028.362500', '171028.822500', '171029.282500', '171029.742500', '171030.202500', '171030.662500', '171031.122500', '171031.582500', '171032.042500', '171032.502500', '171032.962500', '171033.422500', '171033.882500', '171034.342500', '171034.802500', '171035.262500', '171035.722500', '171036.182500', '171036.642500', '171037.102500', '171037.562500', '171038.022500', '171038.482500', '171038.942500', '171039.402500', '171039.862500', '171040.322500', '171040.782500', '171041.242500', '171041.702500', '171042.162500', '171042.622500', '171043.082500', '171043.542500', '171044.002500', '171044.462500', '171044.922500', '171045.382500', '171045.842500', '171046.302500', '171046.762500', '171047.222500', '171047.682500', '171048.142500', '171048.602500', '171049.062500', '171049.522500', '171049.982500', '171050.442500', '171050.902500', '171051.362500', '171051.822500', '171052.282500', '171052.742500', '171053.202500', '171053.662500', '171054.122500', '171054.582500', '171055.042500', '171055.502500', '171055.962500', '171056.422500', '171056.882500', '171057.342500', '171057.802500', '171058.262500', '171058.722500', '171059.182500', '171059.642500', '171100.102500', '171100.562500', '171101.022500', '171101.482500', '171101.942500', '171102.402500', '171102.862500', '171103.322500', '171103.782500', '171104.242500', '171104.702500', '171105.162500', '171105.622500', '171106.082500', '171106.542500', '171107.002500', '171107.462500', '171107.922500', '171108.382500', '171108.842500', '171109.302500', '171109.762500', '171110.222500', '171110.682500', '171111.142500', '171111.602500', '171112.062500', '171112.522500', '171112.982500', '171113.442500', '171113.902500', '171114.362500', '171114.822500', '171115.282500', '171115.742500', '171116.202500', '171116.662500', '171117.122500', '171117.582500', '171118.042500', '171118.502500', '171118.962500', '171119.422500', '171119.882500', '171120.342500', '171120.802500', '171121.262500', '171121.722500', '171122.182500', '171122.642500', '171123.102500', '171123.562500', '171124.022500', '171124.482500', '171124.942500', '171125.402500', '171125.862500', '171126.322500', '171126.782500', '171127.242500', '171127.702500', '171128.162500', '171128.622500', '171129.082500', '171129.542500', '171130.002500', '171130.462500', '171130.922500', '171131.382500', '171131.842500', '171132.302500', '171132.762500', '171133.222500', '171133.682500', '171134.142500', '171134.602500', '171135.062500', '171135.522500', '171135.982500', '171136.442500', '171136.902500', '171137.362500', '171137.822500', '171138.282500', '171138.742500', '171139.202500', '171139.662500', '171140.122500', '171140.582500', '171141.042500', '171141.502500', '171141.962500', '171142.422500', '171142.882500', '171143.342500', '171143.802500', '171144.262500', '171144.722500', '171145.182500', '171145.642500', '171146.102500', '171146.562500', '171147.022500', '171147.482500', '171147.942500', '171148.402500', '171148.862500', '171149.322500', '171149.782500', '171150.242500', '171150.702500', '171151.162500', '171151.622500', '171152.082500', '171152.542500', '171153.002500', '171153.462500', '171153.922500', '171154.382500', '171154.842500', '171155.302500', '171155.762500', '171156.222500', '171156.682500', '171157.142500', '171157.602500', '171158.062500', '171158.522500', '171158.982500', '171159.442500', '171159.902500', '171200.362500', '171200.822500', '171201.282500', '171201.742500', '171202.202500', '171202.662500', '171203.122500', '171203.582500', '171204.042500', '171204.502500', '171204.962500', '171205.422500', '171205.882500', '171206.342500', '171206.802500', '171207.262500', '171207.722500', '171208.182500', '171208.642500', '171209.102500', '171209.562500', '171210.022500', '171210.482500', '171210.942500', '171211.402500', '171211.862500', '171212.322500', '171212.782500'], 'ContentTime': ['165818.477000', '165818.481000', '165818.484000', '165818.487000', '165818.489000', '165818.492000', '165818.494000', '165818.497000', '165818.499000', '165818.502000', '165818.511000', '165818.513000', '165818.516000', '165818.518000', '165818.521000', '165818.524000', '165818.526000', '165818.529000', '165818.531000', '165818.534000', '165818.536000', '165818.543000', '165818.545000', '165818.548000', '165818.550000', '165818.553000', '165818.556000', '165818.558000', '165818.561000', '165818.563000', '165818.566000', '165818.568000', '165818.571000', '165818.573000', '165818.576000', '165818.578000', '165818.581000', '165818.584000', '165818.586000', '165818.589000', '165818.591000', '165838.443000', '165838.445000', '165838.448000', '165838.450000', '165838.453000', '165838.456000', '165838.458000', '165838.461000', '165838.463000', '165838.466000', '165838.468000', '165838.471000', '165838.473000', '165838.476000', '165838.479000', '165838.481000', '165838.484000', '165838.486000', '165838.489000', '165838.492000', '165838.494000', '165838.497000', '165838.500000', '165838.502000', '165838.505000', '165838.507000', '165838.510000', '165838.512000', '165838.515000', '165838.518000', '165838.520000', '165838.523000', '165838.525000', '165838.528000', '165838.530000', '165838.533000', '165838.535000', '165838.538000', '165838.540000', '165838.543000', '165838.545000', '165838.548000', '165838.551000', '165858.443000', '165858.445000', '165858.448000', '165858.450000', '165858.453000', '165858.456000', '165858.458000', '165858.461000', '165858.463000', '165858.466000', '165858.468000', '165858.471000', '165858.473000', '165858.476000', '165858.479000', '165858.481000', '165858.484000', '165858.486000', '165858.489000', '165858.491000', '165858.494000', '165858.496000', '165858.499000', '165858.501000', '165858.504000', '165858.507000', '165858.509000', '165858.512000', '165858.527000', '165858.529000', '165858.532000', '165858.534000', '165858.537000', '165858.539000', '165858.542000', '165858.544000', '165858.547000', '165858.550000', '165858.552000', '165858.555000', '165858.563000', '165858.566000', '165858.568000', '165858.571000', '165918.442000', '165918.445000', '165918.448000', '165918.450000', '165918.453000', '165918.455000', '165918.458000', '165918.461000', '165918.463000', '165918.466000', '165918.468000', '165918.471000', '165918.473000', '165918.476000', '165918.479000', '165918.481000', '165918.484000', '165918.487000', '165918.490000', '165918.493000', '165918.496000', '165918.498000', '165918.501000', '165918.503000', '165918.516000', '165918.519000', '165918.521000', '165918.524000', '165918.527000', '165918.529000', '165918.532000', '165918.534000', '165918.538000', '165918.540000', '165918.543000', '165918.546000', '165918.548000', '165918.551000', '165918.553000', '165918.556000', '165918.558000', '165918.561000', '165918.564000', '165938.443000', '165938.446000', '165938.449000', '165938.451000', '165938.454000', '165938.457000', '165938.459000', '165938.462000', '165938.464000', '165938.467000', '165938.469000', '165938.472000', '165938.482000', '165938.485000', '165938.487000', '165938.490000', '165938.492000', '165938.495000', '165938.497000', '165938.500000', '165938.503000', '165938.506000', '165938.508000', '165938.511000', '165938.514000', '165938.516000', '165938.519000', '165938.521000', '165938.524000', '165938.526000', '165938.529000', '165938.532000', '165938.534000', '165938.537000', '165938.539000', '165938.542000', '165938.544000', '165938.547000', '165938.549000', '165938.552000', '165938.555000', '165938.557000', '165938.560000', '165938.562000', '165958.443000', '165958.446000', '165958.449000', '165958.451000', '165958.454000', '165958.457000', '165958.459000', '165958.462000', '165958.464000', '165958.467000', '165958.469000', '165958.472000', '165958.474000', '165958.477000', '165958.480000', '165958.482000', '165958.485000', '165958.487000', '165958.490000', '165958.493000', '165958.495000', '165958.498000', '165958.500000', '165958.503000', '165958.506000', '165958.508000', '165958.511000', '165958.514000', '165958.516000', '165958.519000', '165958.521000', '165958.538000', '165958.541000', '165958.544000', '165958.546000', '165958.549000', '165958.554000', '165958.556000', '165958.559000', '165958.562000', '165958.564000', '165958.567000', '165958.569000', '170018.443000', '170018.446000', '170018.449000', '170018.451000', '170018.454000', '170018.456000', '170018.459000', '170018.462000', '170018.464000', '170018.467000', '170018.469000', '170018.472000', '170018.474000', '170018.477000', '170018.480000', '170018.482000', '170018.485000', '170018.487000', '170018.490000', '170018.493000', '170018.495000', '170018.498000', '170018.500000', '170018.503000', '170018.506000', '170018.508000', '170018.511000', '170018.513000', '170018.516000', '170018.519000', '170018.521000', '170018.524000', '170018.527000', '170018.529000', '170018.532000', '170018.535000', '170018.537000', '170018.540000', '170018.542000', '170018.545000', '170018.547000', '170018.550000', '170018.553000', '170018.555000', '170038.443000', '170038.446000', '170038.448000', '170038.451000', '170038.453000', '170038.456000', '170038.458000', '170038.461000', '170038.464000', '170038.466000', '170038.469000', '170038.471000', '170038.474000', '170038.476000', '170038.479000', '170038.482000', '170038.484000', '170038.487000', '170038.489000', '170038.492000', '170038.494000', '170038.497000', '170038.499000', '170038.502000', '170038.505000', '170038.507000', '170038.510000', '170038.512000', '170038.515000', '170038.518000', '170038.520000', '170038.523000', '170038.525000', '170038.528000', '170038.530000', '170038.533000', '170038.536000', '170038.559000', '170038.561000', '170038.564000', '170038.566000', '170038.569000', '170038.572000', '170058.442000', '170058.445000', '170058.448000', '170058.450000', '170058.453000', '170058.456000', '170058.458000', '170058.461000', '170058.463000', '170058.466000', '170058.469000', '170058.471000', '170058.474000', '170058.476000', '170058.479000', '170058.481000', '170058.484000', '170058.487000', '170058.489000', '170058.492000', '170058.494000', '170058.497000', '170058.499000', '170058.502000', '170058.505000', '170058.507000', '170058.510000', '170058.512000', '170058.515000', '170058.517000', '170058.520000', '170058.523000', '170058.525000', '170058.528000', '170058.530000', '170058.533000', '170058.535000', '170058.538000', '170058.541000', '170058.543000', '170058.546000', '170058.548000', '170058.551000', '170058.553000', '170118.442000', '170118.445000', '170118.448000', '170118.451000', '170118.453000', '170118.456000', '170118.458000', '170118.461000', '170118.463000', '170118.466000', '170118.469000', '170118.471000', '170118.474000', '170118.476000', '170118.479000', '170118.481000', '170118.484000', '170118.487000', '170118.489000', '170118.492000', '170118.494000', '170118.497000', '170118.499000', '170118.502000', '170118.505000', '170118.507000', '170118.510000', '170118.512000', '170118.515000', '170118.517000', '170118.520000', '170118.523000', '170118.525000', '170118.528000', '170118.530000', '170118.533000', '170118.536000', '170118.538000', '170118.541000', '170118.543000', '170118.546000', '170118.550000', '170118.552000', '170138.442000', '170138.445000', '170138.448000', '170138.450000', '170138.453000', '170138.456000', '170138.458000', '170138.461000', '170138.463000', '170138.466000', '170138.469000', '170138.471000', '170138.474000', '170138.476000', '170138.479000', '170138.481000', '170138.484000', '170138.486000', '170138.489000', '170138.492000', '170138.494000', '170138.497000', '170138.499000', '170138.502000', '170138.505000', '170138.507000', '170138.510000', '170138.512000', '170138.515000', '170138.517000', '170138.520000', '170138.523000', '170138.525000', '170138.528000', '170138.530000', '170138.533000', '170138.536000', '170138.538000', '170138.541000', '170138.543000', '170138.546000', '170138.548000', '170138.551000', '170138.553000', '170158.444000', '170158.446000', '170158.449000', '170158.451000', '170158.454000', '170158.457000', '170158.459000', '170158.462000', '170158.464000', '170158.467000', '170158.470000', '170158.472000', '170158.475000', '170158.477000', '170158.480000', '170158.482000', '170158.493000', '170158.495000', '170158.498000', '170158.500000', '170158.503000', '170158.506000', '170158.508000', '170158.511000', '170158.513000', '170158.516000', '170158.519000', '170158.521000', '170158.524000', '170158.526000', '170158.529000', '170158.531000', '170158.534000', '170158.537000', '170158.539000', '170158.542000', '170158.544000', '170158.547000', '170158.550000', '170158.552000', '170158.555000', '170158.557000', '170158.560000', '170218.443000', '170218.446000', '170218.449000', '170218.452000', '170218.454000', '170218.457000', '170218.459000', '170218.462000', '170218.464000', '170218.467000', '170218.470000', '170218.472000', '170218.475000', '170218.477000', '170218.480000', '170218.482000', '170218.485000', '170218.488000', '170218.490000', '170218.505000', '170218.507000', '170218.510000', '170218.513000', '170218.515000', '170218.518000', '170218.520000', '170218.523000', '170218.525000', '170218.528000', '170218.531000', '170218.533000', '170218.536000', '170218.538000', '170218.541000', '170218.543000', '170218.546000', '170218.549000', '170218.551000', '170218.554000', '170218.556000', '170218.559000', '170218.562000', '170218.564000', '170218.567000', '170238.443000', '170238.446000', '170238.449000', '170238.451000', '170238.454000', '170238.457000', '170238.460000', '170238.462000', '170238.465000', '170238.467000', '170238.470000', '170238.473000', '170238.475000', '170238.478000', '170238.480000', '170238.483000', '170238.485000', '170238.488000', '170238.491000', '170238.493000', '170238.496000', '170238.498000', '170238.501000', '170238.504000', '170238.506000', '170238.509000', '170238.511000', '170238.514000', '170238.516000', '170238.519000', '170238.522000', '170238.524000', '170238.527000', '170238.529000', '170238.532000', '170238.535000', '170238.537000', '170238.540000', '170238.542000', '170238.545000', '170238.547000', '170238.550000', '170238.553000', '170258.443000', '170258.445000', '170258.448000', '170258.451000', '170258.453000', '170258.456000', '170258.458000', '170258.461000', '170258.464000', '170258.466000', '170258.469000', '170258.472000', '170258.474000', '170258.477000', '170258.479000', '170258.482000', '170258.484000', '170258.487000', '170258.490000', '170258.492000', '170258.495000', '170258.498000', '170258.500000', '170258.503000', '170258.506000', '170258.508000', '170258.511000', '170258.513000', '170258.516000', '170258.519000', '170258.521000', '170258.524000', '170258.526000', '170258.529000', '170258.532000', '170258.534000', '170258.537000', '170258.540000', '170258.542000', '170258.545000', '170258.547000', '170258.550000', '170258.553000', '170258.555000', '170318.442000', '170318.445000', '170318.448000', '170318.451000', '170318.453000', '170318.456000', '170318.458000', '170318.461000', '170318.464000', '170318.466000', '170318.469000', '170318.471000', '170318.474000', '170318.477000', '170318.479000', '170318.482000', '170318.484000', '170318.487000', '170318.490000', '170318.492000', '170318.495000', '170318.497000', '170318.500000', '170318.503000', '170318.505000', '170318.508000', '170318.510000', '170318.513000', '170318.516000', '170318.518000', '170318.521000', '170318.523000', '170318.526000', '170318.529000', '170318.531000', '170318.534000', '170318.537000', '170318.539000', '170318.542000', '170318.544000', '170318.547000', '170318.549000', '170318.552000', '170338.444000', '170338.447000', '170338.450000', '170338.453000', '170338.455000', '170338.458000', '170338.460000', '170338.463000', '170338.466000', '170338.468000', '170338.471000', '170338.473000', '170338.476000', '170338.478000', '170338.481000', '170338.484000', '170338.486000', '170338.489000', '170338.491000', '170338.494000', '170338.496000', '170338.499000', '170338.502000', '170338.504000', '170338.507000', '170338.509000', '170338.512000', '170338.514000', '170338.517000', '170338.520000', '170338.531000', '170338.534000', '170338.536000', '170338.539000', '170338.541000', '170338.544000', '170338.546000', '170338.549000', '170338.552000', '170338.554000', '170338.557000', '170338.559000', '170338.562000', '170338.565000', '170358.443000', '170358.445000', '170358.448000', '170358.451000', '170358.453000', '170358.456000', '170358.458000', '170358.461000', '170358.463000', '170358.466000', '170358.469000', '170358.471000', '170358.474000', '170358.476000', '170358.479000', '170358.481000', '170358.484000', '170358.487000', '170358.489000', '170358.492000', '170358.494000', '170358.497000', '170358.499000', '170358.502000', '170358.505000', '170358.507000', '170358.510000', '170358.512000', '170358.515000', '170358.518000', '170358.520000', '170358.523000', '170358.525000', '170358.528000', '170358.530000', '170358.533000', '170358.536000', '170358.538000', '170358.541000', '170358.543000', '170358.546000', '170358.548000', '170358.551000', '170418.444000', '170418.458000', '170418.461000', '170418.464000', '170418.467000', '170418.469000', '170418.472000', '170418.474000', '170418.477000', '170418.479000', '170418.482000', '170418.485000', '170418.487000', '170418.490000', '170418.492000', '170418.495000', '170418.498000', '170418.500000', '170418.503000', '170418.505000', '170418.508000', '170418.511000', '170418.514000', '170418.517000', '170418.519000', '170418.522000', '170418.524000', '170418.527000', '170418.530000', '170418.532000', '170418.535000', '170418.537000', '170418.540000', '170418.543000', '170418.545000', '170418.548000', '170418.550000', '170418.553000', '170418.555000', '170418.558000', '170418.561000', '170418.563000', '170418.566000', '170418.569000', '170438.443000', '170438.446000', '170438.449000', '170438.451000', '170438.454000', '170438.456000', '170438.459000', '170438.462000', '170438.464000', '170438.467000', '170438.469000', '170438.472000', '170438.474000', '170438.477000', '170438.480000', '170438.482000', '170438.485000', '170438.487000', '170438.490000', '170438.492000', '170438.495000', '170438.498000', '170438.500000', '170438.503000', '170438.505000', '170438.508000', '170438.510000', '170438.513000', '170438.516000', '170438.518000', '170438.521000', '170438.523000', '170438.526000', '170438.529000', '170438.531000', '170438.534000', '170438.536000', '170438.539000', '170438.542000', '170438.544000', '170438.547000', '170438.549000', '170438.552000', '170458.444000', '170458.446000', '170458.449000', '170458.452000', '170458.454000', '170458.457000', '170458.459000', '170458.462000', '170458.465000', '170458.467000', '170458.470000', '170458.472000', '170458.475000', '170458.478000', '170458.480000', '170458.483000', '170458.485000', '170458.488000', '170458.491000', '170458.493000', '170458.496000', '170458.498000', '170458.501000', '170458.504000', '170458.506000', '170458.509000', '170458.511000', '170458.514000', '170458.517000', '170458.519000', '170458.522000', '170458.524000', '170458.527000', '170458.529000', '170458.532000', '170458.535000', '170458.537000', '170458.540000', '170458.542000', '170458.545000', '170458.547000', '170458.559000', '170458.562000', '170518.443000', '170518.445000', '170518.448000', '170518.451000', '170518.453000', '170518.456000', '170518.458000', '170518.461000', '170518.464000', '170518.466000', '170518.469000', '170518.471000', '170518.474000', '170518.477000', '170518.479000', '170518.482000', '170518.484000', '170518.487000', '170518.490000', '170518.492000', '170518.495000', '170518.497000', '170518.500000', '170518.503000', '170518.505000', '170518.508000', '170518.511000', '170518.513000', '170518.516000', '170518.518000', '170518.521000', '170518.524000', '170518.526000', '170518.529000', '170518.532000', '170518.534000', '170518.537000', '170518.539000', '170518.542000', '170518.545000', '170518.547000', '170518.550000', '170518.553000', '170518.555000', '170538.443000', '170538.445000', '170538.448000', '170538.451000', '170538.453000', '170538.456000', '170538.458000', '170538.461000', '170538.463000', '170538.466000', '170538.469000', '170538.471000', '170538.474000', '170538.476000', '170538.479000', '170538.481000', '170538.484000', '170538.487000', '170538.489000', '170538.492000', '170538.494000', '170538.498000', '170538.501000', '170538.503000', '170538.506000', '170538.508000', '170538.511000', '170538.514000', '170538.516000', '170538.519000', '170538.522000', '170538.524000', '170538.527000', '170538.529000', '170538.532000', '170538.534000', '170538.537000', '170538.539000', '170538.542000', '170538.545000', '170538.547000', '170538.550000', '170538.553000', '170558.443000', '170558.445000', '170558.448000', '170558.451000', '170558.453000', '170558.456000', '170558.458000', '170558.461000', '170558.463000', '170558.466000', '170558.469000', '170558.471000', '170558.474000', '170558.477000', '170558.479000', '170558.482000', '170558.485000', '170558.487000', '170558.490000', '170558.492000', '170558.495000', '170558.497000', '170558.500000', '170558.503000', '170558.505000', '170558.508000', '170558.510000', '170558.513000', '170558.516000', '170558.518000', '170558.521000', '170558.523000', '170558.526000', '170558.528000', '170558.531000', '170558.533000', '170558.536000', '170558.539000', '170558.541000', '170558.544000', '170558.546000', '170558.549000', '170558.552000', '170558.554000', '170618.443000', '170618.445000', '170618.448000', '170618.451000', '170618.453000', '170618.456000', '170618.458000', '170618.461000', '170618.463000', '170618.466000', '170618.469000', '170618.471000', '170618.474000', '170618.477000', '170618.480000', '170618.483000', '170618.485000', '170618.512000', '170618.515000', '170618.517000', '170618.520000', '170618.523000', '170618.525000', '170618.528000', '170618.530000', '170618.533000', '170618.536000', '170618.538000', '170618.541000', '170618.543000', '170618.546000', '170618.548000', '170618.551000', '170618.554000', '170618.556000', '170618.559000', '170618.562000', '170618.598000', '170618.600000', '170618.603000', '170618.606000', '170618.608000', '170618.611000', '170638.443000', '170638.446000', '170638.449000', '170638.452000', '170638.454000', '170638.457000', '170638.460000', '170638.462000', '170638.465000', '170638.467000', '170638.470000', '170638.473000', '170638.475000', '170638.478000', '170638.480000', '170638.483000', '170638.486000', '170638.488000', '170638.491000', '170638.493000', '170638.496000', '170638.498000', '170638.501000', '170638.504000', '170638.506000', '170638.509000', '170638.511000', '170638.514000', '170638.517000', '170638.519000', '170638.522000', '170638.524000', '170638.527000', '170638.530000', '170638.532000', '170638.535000', '170638.537000', '170638.540000', '170638.542000', '170638.545000', '170638.548000', '170638.550000', '170638.553000', '170638.556000', '170658.443000', '170658.446000', '170658.449000', '170658.452000', '170658.454000', '170658.457000', '170658.459000', '170658.462000', '170658.464000', '170658.467000', '170658.470000', '170658.472000', '170658.475000', '170658.477000', '170658.480000', '170658.482000', '170658.485000', '170658.488000', '170658.490000', '170658.493000', '170658.495000', '170658.498000', '170658.501000', '170658.503000', '170658.506000', '170658.508000', '170658.511000', '170658.513000', '170658.516000', '170658.519000', '170658.521000', '170658.524000', '170658.527000', '170658.529000', '170658.532000', '170658.534000', '170658.537000', '170658.540000', '170658.543000', '170658.546000', '170658.548000', '170658.551000', '170658.553000', '170718.444000', '170718.447000', '170718.449000', '170718.452000', '170718.454000', '170718.457000', '170718.460000', '170718.462000', '170718.465000', '170718.467000', '170718.470000', '170718.473000', '170718.475000', '170718.478000', '170718.480000', '170718.483000', '170718.485000', '170718.488000', '170718.491000', '170718.493000', '170718.496000', '170718.498000', '170718.501000', '170718.504000', '170718.506000', '170718.509000', '170718.511000', '170718.514000', '170718.517000', '170718.519000', '170718.522000', '170718.524000', '170718.527000', '170718.530000', '170718.532000', '170718.535000', '170718.537000', '170718.540000', '170718.543000', '170718.545000', '170718.548000', '170718.550000', '170718.553000', '170718.556000', '170738.443000', '170738.445000', '170738.448000', '170738.451000', '170738.453000', '170738.456000', '170738.458000', '170738.461000', '170738.463000', '170738.466000', '170738.469000', '170738.471000', '170738.474000', '170738.477000', '170738.479000', '170738.482000', '170738.484000', '170738.487000', '170738.490000', '170738.493000', '170738.495000', '170738.498000', '170738.500000', '170738.503000', '170738.506000', '170738.508000', '170738.511000', '170738.513000', '170738.516000', '170738.519000', '170738.521000', '170738.524000', '170738.526000', '170738.529000', '170738.560000', '170738.562000', '170738.565000', '170738.568000', '170738.570000', '170738.573000', '170738.575000', '170738.578000', '170738.584000', '170758.443000', '170758.445000', '170758.448000', '170758.451000', '170758.453000', '170758.456000', '170758.458000', '170758.461000', '170758.464000', '170758.466000', '170758.469000', '170758.471000', '170758.474000', '170758.477000', '170758.479000', '170758.482000', '170758.484000', '170758.487000', '170758.489000', '170758.492000', '170758.495000', '170758.497000', '170758.500000', '170758.502000', '170758.505000', '170758.508000', '170758.510000', '170758.513000', '170758.515000', '170758.518000', '170758.520000', '170758.523000', '170758.526000', '170758.528000', '170758.531000', '170758.533000', '170758.536000', '170758.539000', '170758.541000', '170758.544000', '170758.547000', '170758.549000', '170758.552000', '170758.554000', '170818.443000', '170818.445000', '170818.448000', '170818.451000', '170818.453000', '170818.456000', '170818.458000', '170818.461000', '170818.464000', '170818.466000', '170818.469000', '170818.471000', '170818.474000', '170818.477000', '170818.479000', '170818.482000', '170818.484000', '170818.487000', '170818.490000', '170818.492000', '170818.495000', '170818.497000', '170818.500000', '170818.503000', '170818.505000', '170818.508000', '170818.510000', '170818.513000', '170818.516000', '170818.518000', '170818.521000', '170818.523000', '170818.526000', '170818.529000', '170818.531000', '170818.534000', '170818.536000', '170818.539000', '170818.542000', '170818.544000', '170818.547000', '170818.549000', '170818.552000', '170838.443000', '170838.445000', '170838.448000', '170838.451000', '170838.453000', '170838.456000', '170838.458000', '170838.461000', '170838.464000', '170838.466000', '170838.469000', '170838.471000', '170838.474000', '170838.477000', '170838.479000', '170838.482000', '170838.484000', '170838.487000', '170838.490000', '170838.492000', '170838.495000', '170838.498000', '170838.500000', '170838.503000', '170838.505000', '170838.508000', '170838.511000', '170838.513000', '170838.516000', '170838.518000', '170838.521000', '170838.524000', '170838.526000', '170838.529000', '170838.531000', '170838.534000', '170838.537000', '170838.539000', '170838.542000', '170838.544000', '170838.547000', '170838.550000', '170838.552000', '170838.555000', '170858.444000', '170858.446000', '170858.449000', '170858.452000', '170858.454000', '170858.457000', '170858.459000', '170858.462000', '170858.465000', '170858.467000', '170858.470000', '170858.472000', '170858.475000', '170858.478000', '170858.480000', '170858.483000', '170858.495000', '170858.497000', '170858.500000', '170858.503000', '170858.505000', '170858.508000', '170858.510000', '170858.513000', '170858.516000', '170858.518000', '170858.521000', '170858.523000', '170858.526000', '170858.528000', '170858.531000', '170858.534000', '170858.536000', '170858.539000', '170858.543000', '170858.546000', '170858.548000', '170858.551000', '170858.553000', '170858.556000', '170858.559000', '170858.561000', '170858.564000', '170918.444000', '170918.446000', '170918.449000', '170918.452000', '170918.454000', '170918.457000', '170918.460000', '170918.462000', '170918.465000', '170918.467000', '170918.470000', '170918.473000', '170918.475000', '170918.478000', '170918.480000', '170918.483000', '170918.486000', '170918.488000', '170918.491000', '170918.493000', '170918.496000', '170918.498000', '170918.501000', '170918.504000', '170918.506000', '170918.509000', '170918.511000', '170918.514000', '170918.517000', '170918.519000', '170918.522000', '170918.525000', '170918.527000', '170918.530000', '170918.532000', '170918.535000', '170918.538000', '170918.540000', '170918.543000', '170918.545000', '170918.548000', '170918.551000', '170918.553000', '170918.556000', '170938.444000', '170938.446000', '170938.449000', '170938.452000', '170938.455000', '170938.457000', '170938.460000', '170938.463000', '170938.465000', '170938.468000', '170938.470000', '170938.473000', '170938.476000', '170938.478000', '170938.481000', '170938.484000', '170938.487000', '170938.489000', '170938.492000', '170938.495000', '170938.498000', '170938.500000', '170938.503000', '170938.506000', '170938.508000', '170938.511000', '170938.514000', '170938.516000', '170938.519000', '170938.522000', '170938.524000', '170938.527000', '170938.530000', '170938.532000', '170938.535000', '170938.537000', '170938.540000', '170938.543000', '170938.545000', '170938.548000', '170938.551000', '170938.553000', '170938.556000', '170958.443000', '170958.445000', '170958.448000', '170958.451000', '170958.454000', '170958.456000', '170958.459000', '170958.462000', '170958.464000', '170958.467000', '170958.469000', '170958.472000', '170958.475000', '170958.477000', '170958.480000', '170958.483000', '170958.485000', '170958.488000', '170958.490000', '170958.493000', '170958.496000', '170958.498000', '170958.501000', '170958.504000', '170958.506000', '170958.509000', '170958.512000', '170958.514000', '170958.517000', '170958.520000', '170958.522000', '170958.525000', '170958.527000', '170958.530000', '170958.533000', '170958.535000', '170958.538000', '170958.541000', '170958.543000', '170958.546000', '170958.548000', '170958.551000', '170958.554000', '170958.556000', '171018.442000', '171018.445000', '171018.448000', '171018.451000', '171018.453000', '171018.456000', '171018.459000', '171018.461000', '171018.464000', '171018.466000', '171018.469000', '171018.472000', '171018.475000', '171018.477000', '171018.480000', '171018.483000', '171018.485000', '171018.488000', '171018.490000', '171018.493000', '171018.496000', '171018.498000', '171018.501000', '171018.503000', '171018.506000', '171018.509000', '171018.511000', '171018.514000', '171018.516000', '171018.519000', '171018.522000', '171018.524000', '171018.527000', '171018.530000', '171018.532000', '171018.535000', '171018.537000', '171018.540000', '171018.543000', '171018.545000', '171018.548000', '171018.550000', '171018.553000', '171038.443000', '171038.445000', '171038.448000', '171038.451000', '171038.453000', '171038.456000', '171038.458000', '171038.461000', '171038.464000', '171038.466000', '171038.469000', '171038.472000', '171038.474000', '171038.477000', '171038.480000', '171038.482000', '171038.485000', '171038.488000', '171038.490000', '171038.493000', '171038.496000', '171038.498000', '171038.502000', '171038.504000', '171038.507000', '171038.510000', '171038.512000', '171038.515000', '171038.518000', '171038.520000', '171038.523000', '171038.526000', '171038.528000', '171038.531000', '171038.534000', '171038.536000', '171038.539000', '171038.542000', '171038.544000', '171038.547000', '171038.550000', '171038.552000', '171038.555000', '171058.443000', '171058.446000', '171058.448000', '171058.451000', '171058.454000', '171058.456000', '171058.459000', '171058.462000', '171058.464000', '171058.467000', '171058.470000', '171058.472000', '171058.475000', '171058.478000', '171058.480000', '171058.483000', '171058.485000', '171058.488000', '171058.491000', '171058.493000', '171058.496000', '171058.498000', '171058.501000', '171058.504000', '171058.506000', '171058.509000', '171058.512000', '171058.514000', '171058.517000', '171058.520000', '171058.522000', '171058.525000', '171058.527000', '171058.530000', '171058.533000', '171058.535000', '171058.538000', '171058.540000', '171058.543000', '171058.546000', '171058.548000', '171058.551000', '171058.553000', '171058.556000', '171118.444000', '171118.447000', '171118.449000', '171118.452000', '171118.454000', '171118.457000', '171118.460000', '171118.462000', '171118.465000', '171118.468000', '171118.480000', '171118.483000', '171118.485000', '171118.488000', '171118.491000', '171118.493000', '171118.496000', '171118.499000', '171118.501000', '171118.504000', '171118.506000', '171118.509000', '171118.512000', '171118.514000', '171118.517000', '171118.520000', '171118.522000', '171118.525000', '171118.528000', '171118.530000', '171118.533000', '171118.536000', '171118.538000', '171118.541000', '171118.544000', '171118.546000', '171118.549000', '171118.552000', '171118.554000', '171118.557000', '171118.559000', '171118.562000', '171118.565000', '171118.567000', '171138.444000', '171138.446000', '171138.449000', '171138.452000', '171138.454000', '171138.457000', '171138.460000', '171138.462000', '171138.465000', '171138.468000', '171138.470000', '171138.473000', '171138.476000', '171138.478000', '171138.481000', '171138.484000', '171138.486000', '171138.489000', '171138.492000', '171138.494000', '171138.497000', '171138.499000', '171138.507000', '171138.510000', '171138.512000', '171138.515000', '171138.518000', '171138.520000', '171138.523000', '171138.526000', '171138.528000', '171138.531000', '171138.533000', '171138.536000', '171138.539000', '171138.541000', '171138.544000', '171138.547000', '171138.550000', '171138.552000', '171138.555000', '171138.557000', '171138.560000', '171158.444000', '171158.446000', '171158.449000', '171158.452000', '171158.455000', '171158.458000', '171158.461000', '171158.463000', '171158.466000', '171158.469000', '171158.471000', '171158.474000', '171158.477000', '171158.479000', '171158.482000', '171158.485000', '171158.487000', '171158.490000', '171158.493000', '171158.495000', '171158.498000', '171158.500000', '171158.503000', '171158.506000', '171158.508000', '171158.511000', '171158.514000', '171158.516000', '171158.519000', '171158.522000', '171158.524000', '171158.527000', '171158.529000', '171158.532000', '171158.535000', '171158.537000', '171158.540000', '171158.543000', '171158.545000', '171158.548000', '171158.550000', '171158.553000', '171158.556000', '171158.558000', '171214.513000', '171214.517000', '171214.519000', '171214.522000', '171214.525000', '171214.528000', '171214.531000', '171214.534000', '171214.536000', '171214.539000', '171214.542000', '171214.545000', '171214.547000', '171214.550000', '171214.553000', '171214.556000', '171214.558000', '171214.561000', '171214.564000', '171214.566000', '171214.569000', '171214.572000', '171214.576000', '171214.579000', '171214.582000', '171214.585000', '171214.587000', '171214.590000', '171214.593000', '171214.596000', '171214.598000', '171214.601000', '171214.604000', '171214.608000', '171214.612000'], 'InstanceCreationTime': ['165818.477000', '165818.481000', '165818.484000', '165818.487000', '165818.489000', '165818.492000', '165818.494000', '165818.497000', '165818.499000', '165818.502000', '165818.511000', '165818.513000', '165818.516000', '165818.518000', '165818.521000', '165818.524000', '165818.526000', '165818.529000', '165818.531000', '165818.534000', '165818.536000', '165818.543000', '165818.545000', '165818.548000', '165818.550000', '165818.553000', '165818.556000', '165818.558000', '165818.561000', '165818.563000', '165818.566000', '165818.568000', '165818.571000', '165818.573000', '165818.576000', '165818.578000', '165818.581000', '165818.584000', '165818.586000', '165818.589000', '165818.591000', '165838.443000', '165838.445000', '165838.448000', '165838.450000', '165838.453000', '165838.456000', '165838.458000', '165838.461000', '165838.463000', '165838.466000', '165838.468000', '165838.471000', '165838.473000', '165838.476000', '165838.479000', '165838.481000', '165838.484000', '165838.486000', '165838.489000', '165838.492000', '165838.494000', '165838.497000', '165838.500000', '165838.502000', '165838.505000', '165838.507000', '165838.510000', '165838.512000', '165838.515000', '165838.518000', '165838.520000', '165838.523000', '165838.525000', '165838.528000', '165838.530000', '165838.533000', '165838.535000', '165838.538000', '165838.540000', '165838.543000', '165838.545000', '165838.548000', '165838.551000', '165858.443000', '165858.445000', '165858.448000', '165858.450000', '165858.453000', '165858.456000', '165858.458000', '165858.461000', '165858.463000', '165858.466000', '165858.468000', '165858.471000', '165858.473000', '165858.476000', '165858.479000', '165858.481000', '165858.484000', '165858.486000', '165858.489000', '165858.491000', '165858.494000', '165858.496000', '165858.499000', '165858.501000', '165858.504000', '165858.507000', '165858.509000', '165858.512000', '165858.527000', '165858.529000', '165858.532000', '165858.534000', '165858.537000', '165858.539000', '165858.542000', '165858.544000', '165858.547000', '165858.550000', '165858.552000', '165858.555000', '165858.563000', '165858.566000', '165858.568000', '165858.571000', '165918.442000', '165918.445000', '165918.448000', '165918.450000', '165918.453000', '165918.455000', '165918.458000', '165918.461000', '165918.463000', '165918.466000', '165918.468000', '165918.471000', '165918.473000', '165918.476000', '165918.479000', '165918.481000', '165918.484000', '165918.487000', '165918.490000', '165918.493000', '165918.496000', '165918.498000', '165918.501000', '165918.503000', '165918.516000', '165918.519000', '165918.521000', '165918.524000', '165918.527000', '165918.529000', '165918.532000', '165918.534000', '165918.538000', '165918.540000', '165918.543000', '165918.546000', '165918.548000', '165918.551000', '165918.553000', '165918.556000', '165918.558000', '165918.561000', '165918.564000', '165938.443000', '165938.446000', '165938.449000', '165938.451000', '165938.454000', '165938.457000', '165938.459000', '165938.462000', '165938.464000', '165938.467000', '165938.469000', '165938.472000', '165938.482000', '165938.485000', '165938.487000', '165938.490000', '165938.492000', '165938.495000', '165938.497000', '165938.500000', '165938.503000', '165938.506000', '165938.508000', '165938.511000', '165938.514000', '165938.516000', '165938.519000', '165938.521000', '165938.524000', '165938.526000', '165938.529000', '165938.532000', '165938.534000', '165938.537000', '165938.539000', '165938.542000', '165938.544000', '165938.547000', '165938.549000', '165938.552000', '165938.555000', '165938.557000', '165938.560000', '165938.562000', '165958.443000', '165958.446000', '165958.449000', '165958.451000', '165958.454000', '165958.457000', '165958.459000', '165958.462000', '165958.464000', '165958.467000', '165958.469000', '165958.472000', '165958.474000', '165958.477000', '165958.480000', '165958.482000', '165958.485000', '165958.487000', '165958.490000', '165958.493000', '165958.495000', '165958.498000', '165958.500000', '165958.503000', '165958.506000', '165958.508000', '165958.511000', '165958.514000', '165958.516000', '165958.519000', '165958.521000', '165958.538000', '165958.541000', '165958.544000', '165958.546000', '165958.549000', '165958.554000', '165958.556000', '165958.559000', '165958.562000', '165958.564000', '165958.567000', '165958.569000', '170018.443000', '170018.446000', '170018.449000', '170018.451000', '170018.454000', '170018.456000', '170018.459000', '170018.462000', '170018.464000', '170018.467000', '170018.469000', '170018.472000', '170018.474000', '170018.477000', '170018.480000', '170018.482000', '170018.485000', '170018.487000', '170018.490000', '170018.493000', '170018.495000', '170018.498000', '170018.500000', '170018.503000', '170018.506000', '170018.508000', '170018.511000', '170018.513000', '170018.516000', '170018.519000', '170018.521000', '170018.524000', '170018.527000', '170018.529000', '170018.532000', '170018.535000', '170018.537000', '170018.540000', '170018.542000', '170018.545000', '170018.547000', '170018.550000', '170018.553000', '170018.555000', '170038.443000', '170038.446000', '170038.448000', '170038.451000', '170038.453000', '170038.456000', '170038.458000', '170038.461000', '170038.464000', '170038.466000', '170038.469000', '170038.471000', '170038.474000', '170038.476000', '170038.479000', '170038.482000', '170038.484000', '170038.487000', '170038.489000', '170038.492000', '170038.494000', '170038.497000', '170038.499000', '170038.502000', '170038.505000', '170038.507000', '170038.510000', '170038.512000', '170038.515000', '170038.518000', '170038.520000', '170038.523000', '170038.525000', '170038.528000', '170038.530000', '170038.533000', '170038.536000', '170038.559000', '170038.561000', '170038.564000', '170038.566000', '170038.569000', '170038.572000', '170058.442000', '170058.445000', '170058.448000', '170058.450000', '170058.453000', '170058.456000', '170058.458000', '170058.461000', '170058.463000', '170058.466000', '170058.469000', '170058.471000', '170058.474000', '170058.476000', '170058.479000', '170058.481000', '170058.484000', '170058.487000', '170058.489000', '170058.492000', '170058.494000', '170058.497000', '170058.499000', '170058.502000', '170058.505000', '170058.507000', '170058.510000', '170058.512000', '170058.515000', '170058.517000', '170058.520000', '170058.523000', '170058.525000', '170058.528000', '170058.530000', '170058.533000', '170058.535000', '170058.538000', '170058.541000', '170058.543000', '170058.546000', '170058.548000', '170058.551000', '170058.553000', '170118.442000', '170118.445000', '170118.448000', '170118.451000', '170118.453000', '170118.456000', '170118.458000', '170118.461000', '170118.463000', '170118.466000', '170118.469000', '170118.471000', '170118.474000', '170118.476000', '170118.479000', '170118.481000', '170118.484000', '170118.487000', '170118.489000', '170118.492000', '170118.494000', '170118.497000', '170118.499000', '170118.502000', '170118.505000', '170118.507000', '170118.510000', '170118.512000', '170118.515000', '170118.517000', '170118.520000', '170118.523000', '170118.525000', '170118.528000', '170118.530000', '170118.533000', '170118.536000', '170118.538000', '170118.541000', '170118.543000', '170118.546000', '170118.550000', '170118.552000', '170138.442000', '170138.445000', '170138.448000', '170138.450000', '170138.453000', '170138.456000', '170138.458000', '170138.461000', '170138.463000', '170138.466000', '170138.469000', '170138.471000', '170138.474000', '170138.476000', '170138.479000', '170138.481000', '170138.484000', '170138.486000', '170138.489000', '170138.492000', '170138.494000', '170138.497000', '170138.499000', '170138.502000', '170138.505000', '170138.507000', '170138.510000', '170138.512000', '170138.515000', '170138.517000', '170138.520000', '170138.523000', '170138.525000', '170138.528000', '170138.530000', '170138.533000', '170138.536000', '170138.538000', '170138.541000', '170138.543000', '170138.546000', '170138.548000', '170138.551000', '170138.553000', '170158.444000', '170158.446000', '170158.449000', '170158.451000', '170158.454000', '170158.457000', '170158.459000', '170158.462000', '170158.464000', '170158.467000', '170158.470000', '170158.472000', '170158.475000', '170158.477000', '170158.480000', '170158.482000', '170158.493000', '170158.495000', '170158.498000', '170158.500000', '170158.503000', '170158.506000', '170158.508000', '170158.511000', '170158.513000', '170158.516000', '170158.519000', '170158.521000', '170158.524000', '170158.526000', '170158.529000', '170158.531000', '170158.534000', '170158.537000', '170158.539000', '170158.542000', '170158.544000', '170158.547000', '170158.550000', '170158.552000', '170158.555000', '170158.557000', '170158.560000', '170218.443000', '170218.446000', '170218.449000', '170218.452000', '170218.454000', '170218.457000', '170218.459000', '170218.462000', '170218.464000', '170218.467000', '170218.470000', '170218.472000', '170218.475000', '170218.477000', '170218.480000', '170218.482000', '170218.485000', '170218.488000', '170218.490000', '170218.505000', '170218.507000', '170218.510000', '170218.513000', '170218.515000', '170218.518000', '170218.520000', '170218.523000', '170218.525000', '170218.528000', '170218.531000', '170218.533000', '170218.536000', '170218.538000', '170218.541000', '170218.543000', '170218.546000', '170218.549000', '170218.551000', '170218.554000', '170218.556000', '170218.559000', '170218.562000', '170218.564000', '170218.567000', '170238.443000', '170238.446000', '170238.449000', '170238.451000', '170238.454000', '170238.457000', '170238.460000', '170238.462000', '170238.465000', '170238.467000', '170238.470000', '170238.473000', '170238.475000', '170238.478000', '170238.480000', '170238.483000', '170238.485000', '170238.488000', '170238.491000', '170238.493000', '170238.496000', '170238.498000', '170238.501000', '170238.504000', '170238.506000', '170238.509000', '170238.511000', '170238.514000', '170238.516000', '170238.519000', '170238.522000', '170238.524000', '170238.527000', '170238.529000', '170238.532000', '170238.535000', '170238.537000', '170238.540000', '170238.542000', '170238.545000', '170238.547000', '170238.550000', '170238.553000', '170258.443000', '170258.445000', '170258.448000', '170258.451000', '170258.453000', '170258.456000', '170258.458000', '170258.461000', '170258.464000', '170258.466000', '170258.469000', '170258.472000', '170258.474000', '170258.477000', '170258.479000', '170258.482000', '170258.484000', '170258.487000', '170258.490000', '170258.492000', '170258.495000', '170258.498000', '170258.500000', '170258.503000', '170258.506000', '170258.508000', '170258.511000', '170258.513000', '170258.516000', '170258.519000', '170258.521000', '170258.524000', '170258.526000', '170258.529000', '170258.532000', '170258.534000', '170258.537000', '170258.540000', '170258.542000', '170258.545000', '170258.547000', '170258.550000', '170258.553000', '170258.555000', '170318.442000', '170318.445000', '170318.448000', '170318.451000', '170318.453000', '170318.456000', '170318.458000', '170318.461000', '170318.464000', '170318.466000', '170318.469000', '170318.471000', '170318.474000', '170318.477000', '170318.479000', '170318.482000', '170318.484000', '170318.487000', '170318.490000', '170318.492000', '170318.495000', '170318.497000', '170318.500000', '170318.503000', '170318.505000', '170318.508000', '170318.510000', '170318.513000', '170318.516000', '170318.518000', '170318.521000', '170318.523000', '170318.526000', '170318.529000', '170318.531000', '170318.534000', '170318.537000', '170318.539000', '170318.542000', '170318.544000', '170318.547000', '170318.549000', '170318.552000', '170338.444000', '170338.447000', '170338.450000', '170338.453000', '170338.455000', '170338.458000', '170338.460000', '170338.463000', '170338.466000', '170338.468000', '170338.471000', '170338.473000', '170338.476000', '170338.478000', '170338.481000', '170338.484000', '170338.486000', '170338.489000', '170338.491000', '170338.494000', '170338.496000', '170338.499000', '170338.502000', '170338.504000', '170338.507000', '170338.509000', '170338.512000', '170338.514000', '170338.517000', '170338.520000', '170338.531000', '170338.534000', '170338.536000', '170338.539000', '170338.541000', '170338.544000', '170338.546000', '170338.549000', '170338.552000', '170338.554000', '170338.557000', '170338.559000', '170338.562000', '170338.565000', '170358.443000', '170358.445000', '170358.448000', '170358.451000', '170358.453000', '170358.456000', '170358.458000', '170358.461000', '170358.463000', '170358.466000', '170358.469000', '170358.471000', '170358.474000', '170358.476000', '170358.479000', '170358.481000', '170358.484000', '170358.487000', '170358.489000', '170358.492000', '170358.494000', '170358.497000', '170358.499000', '170358.502000', '170358.505000', '170358.507000', '170358.510000', '170358.512000', '170358.515000', '170358.518000', '170358.520000', '170358.523000', '170358.525000', '170358.528000', '170358.530000', '170358.533000', '170358.536000', '170358.538000', '170358.541000', '170358.543000', '170358.546000', '170358.548000', '170358.551000', '170418.444000', '170418.458000', '170418.461000', '170418.464000', '170418.467000', '170418.469000', '170418.472000', '170418.474000', '170418.477000', '170418.479000', '170418.482000', '170418.485000', '170418.487000', '170418.490000', '170418.492000', '170418.495000', '170418.498000', '170418.500000', '170418.503000', '170418.505000', '170418.508000', '170418.511000', '170418.514000', '170418.517000', '170418.519000', '170418.522000', '170418.524000', '170418.527000', '170418.530000', '170418.532000', '170418.535000', '170418.537000', '170418.540000', '170418.543000', '170418.545000', '170418.548000', '170418.550000', '170418.553000', '170418.555000', '170418.558000', '170418.561000', '170418.563000', '170418.566000', '170418.569000', '170438.443000', '170438.446000', '170438.449000', '170438.451000', '170438.454000', '170438.456000', '170438.459000', '170438.462000', '170438.464000', '170438.467000', '170438.469000', '170438.472000', '170438.474000', '170438.477000', '170438.480000', '170438.482000', '170438.485000', '170438.487000', '170438.490000', '170438.492000', '170438.495000', '170438.498000', '170438.500000', '170438.503000', '170438.505000', '170438.508000', '170438.510000', '170438.513000', '170438.516000', '170438.518000', '170438.521000', '170438.523000', '170438.526000', '170438.529000', '170438.531000', '170438.534000', '170438.536000', '170438.539000', '170438.542000', '170438.544000', '170438.547000', '170438.549000', '170438.552000', '170458.444000', '170458.446000', '170458.449000', '170458.452000', '170458.454000', '170458.457000', '170458.459000', '170458.462000', '170458.465000', '170458.467000', '170458.470000', '170458.472000', '170458.475000', '170458.478000', '170458.480000', '170458.483000', '170458.485000', '170458.488000', '170458.491000', '170458.493000', '170458.496000', '170458.498000', '170458.501000', '170458.504000', '170458.506000', '170458.509000', '170458.511000', '170458.514000', '170458.517000', '170458.519000', '170458.522000', '170458.524000', '170458.527000', '170458.529000', '170458.532000', '170458.535000', '170458.537000', '170458.540000', '170458.542000', '170458.545000', '170458.547000', '170458.559000', '170458.562000', '170518.443000', '170518.445000', '170518.448000', '170518.451000', '170518.453000', '170518.456000', '170518.458000', '170518.461000', '170518.464000', '170518.466000', '170518.469000', '170518.471000', '170518.474000', '170518.477000', '170518.479000', '170518.482000', '170518.484000', '170518.487000', '170518.490000', '170518.492000', '170518.495000', '170518.497000', '170518.500000', '170518.503000', '170518.505000', '170518.508000', '170518.511000', '170518.513000', '170518.516000', '170518.518000', '170518.521000', '170518.524000', '170518.526000', '170518.529000', '170518.532000', '170518.534000', '170518.537000', '170518.539000', '170518.542000', '170518.545000', '170518.547000', '170518.550000', '170518.553000', '170518.555000', '170538.443000', '170538.445000', '170538.448000', '170538.451000', '170538.453000', '170538.456000', '170538.458000', '170538.461000', '170538.463000', '170538.466000', '170538.469000', '170538.471000', '170538.474000', '170538.476000', '170538.479000', '170538.481000', '170538.484000', '170538.487000', '170538.489000', '170538.492000', '170538.494000', '170538.498000', '170538.501000', '170538.503000', '170538.506000', '170538.508000', '170538.511000', '170538.514000', '170538.516000', '170538.519000', '170538.522000', '170538.524000', '170538.527000', '170538.529000', '170538.532000', '170538.534000', '170538.537000', '170538.539000', '170538.542000', '170538.545000', '170538.547000', '170538.550000', '170538.553000', '170558.443000', '170558.445000', '170558.448000', '170558.451000', '170558.453000', '170558.456000', '170558.458000', '170558.461000', '170558.463000', '170558.466000', '170558.469000', '170558.471000', '170558.474000', '170558.477000', '170558.479000', '170558.482000', '170558.485000', '170558.487000', '170558.490000', '170558.492000', '170558.495000', '170558.497000', '170558.500000', '170558.503000', '170558.505000', '170558.508000', '170558.510000', '170558.513000', '170558.516000', '170558.518000', '170558.521000', '170558.523000', '170558.526000', '170558.528000', '170558.531000', '170558.533000', '170558.536000', '170558.539000', '170558.541000', '170558.544000', '170558.546000', '170558.549000', '170558.552000', '170558.554000', '170618.443000', '170618.445000', '170618.448000', '170618.451000', '170618.453000', '170618.456000', '170618.458000', '170618.461000', '170618.463000', '170618.466000', '170618.469000', '170618.471000', '170618.474000', '170618.477000', '170618.480000', '170618.483000', '170618.485000', '170618.512000', '170618.515000', '170618.517000', '170618.520000', '170618.523000', '170618.525000', '170618.528000', '170618.530000', '170618.533000', '170618.536000', '170618.538000', '170618.541000', '170618.543000', '170618.546000', '170618.548000', '170618.551000', '170618.554000', '170618.556000', '170618.559000', '170618.562000', '170618.598000', '170618.600000', '170618.603000', '170618.606000', '170618.608000', '170618.611000', '170638.443000', '170638.446000', '170638.449000', '170638.452000', '170638.454000', '170638.457000', '170638.460000', '170638.462000', '170638.465000', '170638.467000', '170638.470000', '170638.473000', '170638.475000', '170638.478000', '170638.480000', '170638.483000', '170638.486000', '170638.488000', '170638.491000', '170638.493000', '170638.496000', '170638.498000', '170638.501000', '170638.504000', '170638.506000', '170638.509000', '170638.511000', '170638.514000', '170638.517000', '170638.519000', '170638.522000', '170638.524000', '170638.527000', '170638.530000', '170638.532000', '170638.535000', '170638.537000', '170638.540000', '170638.542000', '170638.545000', '170638.548000', '170638.550000', '170638.553000', '170638.556000', '170658.443000', '170658.446000', '170658.449000', '170658.452000', '170658.454000', '170658.457000', '170658.459000', '170658.462000', '170658.464000', '170658.467000', '170658.470000', '170658.472000', '170658.475000', '170658.477000', '170658.480000', '170658.482000', '170658.485000', '170658.488000', '170658.490000', '170658.493000', '170658.495000', '170658.498000', '170658.501000', '170658.503000', '170658.506000', '170658.508000', '170658.511000', '170658.513000', '170658.516000', '170658.519000', '170658.521000', '170658.524000', '170658.527000', '170658.529000', '170658.532000', '170658.534000', '170658.537000', '170658.540000', '170658.543000', '170658.546000', '170658.548000', '170658.551000', '170658.553000', '170718.444000', '170718.447000', '170718.449000', '170718.452000', '170718.454000', '170718.457000', '170718.460000', '170718.462000', '170718.465000', '170718.467000', '170718.470000', '170718.473000', '170718.475000', '170718.478000', '170718.480000', '170718.483000', '170718.485000', '170718.488000', '170718.491000', '170718.493000', '170718.496000', '170718.498000', '170718.501000', '170718.504000', '170718.506000', '170718.509000', '170718.511000', '170718.514000', '170718.517000', '170718.519000', '170718.522000', '170718.524000', '170718.527000', '170718.530000', '170718.532000', '170718.535000', '170718.537000', '170718.540000', '170718.543000', '170718.545000', '170718.548000', '170718.550000', '170718.553000', '170718.556000', '170738.443000', '170738.445000', '170738.448000', '170738.451000', '170738.453000', '170738.456000', '170738.458000', '170738.461000', '170738.463000', '170738.466000', '170738.469000', '170738.471000', '170738.474000', '170738.477000', '170738.479000', '170738.482000', '170738.484000', '170738.487000', '170738.490000', '170738.493000', '170738.495000', '170738.498000', '170738.500000', '170738.503000', '170738.506000', '170738.508000', '170738.511000', '170738.513000', '170738.516000', '170738.519000', '170738.521000', '170738.524000', '170738.526000', '170738.529000', '170738.560000', '170738.562000', '170738.565000', '170738.568000', '170738.570000', '170738.573000', '170738.575000', '170738.578000', '170738.584000', '170758.443000', '170758.445000', '170758.448000', '170758.451000', '170758.453000', '170758.456000', '170758.458000', '170758.461000', '170758.464000', '170758.466000', '170758.469000', '170758.471000', '170758.474000', '170758.477000', '170758.479000', '170758.482000', '170758.484000', '170758.487000', '170758.489000', '170758.492000', '170758.495000', '170758.497000', '170758.500000', '170758.502000', '170758.505000', '170758.508000', '170758.510000', '170758.513000', '170758.515000', '170758.518000', '170758.520000', '170758.523000', '170758.526000', '170758.528000', '170758.531000', '170758.533000', '170758.536000', '170758.539000', '170758.541000', '170758.544000', '170758.547000', '170758.549000', '170758.552000', '170758.554000', '170818.443000', '170818.445000', '170818.448000', '170818.451000', '170818.453000', '170818.456000', '170818.458000', '170818.461000', '170818.464000', '170818.466000', '170818.469000', '170818.471000', '170818.474000', '170818.477000', '170818.479000', '170818.482000', '170818.484000', '170818.487000', '170818.490000', '170818.492000', '170818.495000', '170818.497000', '170818.500000', '170818.503000', '170818.505000', '170818.508000', '170818.510000', '170818.513000', '170818.516000', '170818.518000', '170818.521000', '170818.523000', '170818.526000', '170818.529000', '170818.531000', '170818.534000', '170818.536000', '170818.539000', '170818.542000', '170818.544000', '170818.547000', '170818.549000', '170818.552000', '170838.443000', '170838.445000', '170838.448000', '170838.451000', '170838.453000', '170838.456000', '170838.458000', '170838.461000', '170838.464000', '170838.466000', '170838.469000', '170838.471000', '170838.474000', '170838.477000', '170838.479000', '170838.482000', '170838.484000', '170838.487000', '170838.490000', '170838.492000', '170838.495000', '170838.498000', '170838.500000', '170838.503000', '170838.505000', '170838.508000', '170838.511000', '170838.513000', '170838.516000', '170838.518000', '170838.521000', '170838.524000', '170838.526000', '170838.529000', '170838.531000', '170838.534000', '170838.537000', '170838.539000', '170838.542000', '170838.544000', '170838.547000', '170838.550000', '170838.552000', '170838.555000', '170858.444000', '170858.446000', '170858.449000', '170858.452000', '170858.454000', '170858.457000', '170858.459000', '170858.462000', '170858.465000', '170858.467000', '170858.470000', '170858.472000', '170858.475000', '170858.478000', '170858.480000', '170858.483000', '170858.495000', '170858.497000', '170858.500000', '170858.503000', '170858.505000', '170858.508000', '170858.510000', '170858.513000', '170858.516000', '170858.518000', '170858.521000', '170858.523000', '170858.526000', '170858.528000', '170858.531000', '170858.534000', '170858.536000', '170858.539000', '170858.543000', '170858.546000', '170858.548000', '170858.551000', '170858.553000', '170858.556000', '170858.559000', '170858.561000', '170858.564000', '170918.444000', '170918.446000', '170918.449000', '170918.452000', '170918.454000', '170918.457000', '170918.460000', '170918.462000', '170918.465000', '170918.467000', '170918.470000', '170918.473000', '170918.475000', '170918.478000', '170918.480000', '170918.483000', '170918.486000', '170918.488000', '170918.491000', '170918.493000', '170918.496000', '170918.498000', '170918.501000', '170918.504000', '170918.506000', '170918.509000', '170918.511000', '170918.514000', '170918.517000', '170918.519000', '170918.522000', '170918.525000', '170918.527000', '170918.530000', '170918.532000', '170918.535000', '170918.538000', '170918.540000', '170918.543000', '170918.545000', '170918.548000', '170918.551000', '170918.553000', '170918.556000', '170938.444000', '170938.446000', '170938.449000', '170938.452000', '170938.455000', '170938.457000', '170938.460000', '170938.463000', '170938.465000', '170938.468000', '170938.470000', '170938.473000', '170938.476000', '170938.478000', '170938.481000', '170938.484000', '170938.487000', '170938.489000', '170938.492000', '170938.495000', '170938.498000', '170938.500000', '170938.503000', '170938.506000', '170938.508000', '170938.511000', '170938.514000', '170938.516000', '170938.519000', '170938.522000', '170938.524000', '170938.527000', '170938.530000', '170938.532000', '170938.535000', '170938.537000', '170938.540000', '170938.543000', '170938.545000', '170938.548000', '170938.551000', '170938.553000', '170938.556000', '170958.443000', '170958.445000', '170958.448000', '170958.451000', '170958.454000', '170958.456000', '170958.459000', '170958.462000', '170958.464000', '170958.467000', '170958.469000', '170958.472000', '170958.475000', '170958.477000', '170958.480000', '170958.483000', '170958.485000', '170958.488000', '170958.490000', '170958.493000', '170958.496000', '170958.498000', '170958.501000', '170958.504000', '170958.506000', '170958.509000', '170958.512000', '170958.514000', '170958.517000', '170958.520000', '170958.522000', '170958.525000', '170958.527000', '170958.530000', '170958.533000', '170958.535000', '170958.538000', '170958.541000', '170958.543000', '170958.546000', '170958.548000', '170958.551000', '170958.554000', '170958.556000', '171018.442000', '171018.445000', '171018.448000', '171018.451000', '171018.453000', '171018.456000', '171018.459000', '171018.461000', '171018.464000', '171018.466000', '171018.469000', '171018.472000', '171018.475000', '171018.477000', '171018.480000', '171018.483000', '171018.485000', '171018.488000', '171018.490000', '171018.493000', '171018.496000', '171018.498000', '171018.501000', '171018.503000', '171018.506000', '171018.509000', '171018.511000', '171018.514000', '171018.516000', '171018.519000', '171018.522000', '171018.524000', '171018.527000', '171018.530000', '171018.532000', '171018.535000', '171018.537000', '171018.540000', '171018.543000', '171018.545000', '171018.548000', '171018.550000', '171018.553000', '171038.443000', '171038.445000', '171038.448000', '171038.451000', '171038.453000', '171038.456000', '171038.458000', '171038.461000', '171038.464000', '171038.466000', '171038.469000', '171038.472000', '171038.474000', '171038.477000', '171038.480000', '171038.482000', '171038.485000', '171038.488000', '171038.490000', '171038.493000', '171038.496000', '171038.498000', '171038.502000', '171038.504000', '171038.507000', '171038.510000', '171038.512000', '171038.515000', '171038.518000', '171038.520000', '171038.523000', '171038.526000', '171038.528000', '171038.531000', '171038.534000', '171038.536000', '171038.539000', '171038.542000', '171038.544000', '171038.547000', '171038.550000', '171038.552000', '171038.555000', '171058.443000', '171058.446000', '171058.448000', '171058.451000', '171058.454000', '171058.456000', '171058.459000', '171058.462000', '171058.464000', '171058.467000', '171058.470000', '171058.472000', '171058.475000', '171058.478000', '171058.480000', '171058.483000', '171058.485000', '171058.488000', '171058.491000', '171058.493000', '171058.496000', '171058.498000', '171058.501000', '171058.504000', '171058.506000', '171058.509000', '171058.512000', '171058.514000', '171058.517000', '171058.520000', '171058.522000', '171058.525000', '171058.527000', '171058.530000', '171058.533000', '171058.535000', '171058.538000', '171058.540000', '171058.543000', '171058.546000', '171058.548000', '171058.551000', '171058.553000', '171058.556000', '171118.444000', '171118.447000', '171118.449000', '171118.452000', '171118.454000', '171118.457000', '171118.460000', '171118.462000', '171118.465000', '171118.468000', '171118.480000', '171118.483000', '171118.485000', '171118.488000', '171118.491000', '171118.493000', '171118.496000', '171118.499000', '171118.501000', '171118.504000', '171118.506000', '171118.509000', '171118.512000', '171118.514000', '171118.517000', '171118.520000', '171118.522000', '171118.525000', '171118.528000', '171118.530000', '171118.533000', '171118.536000', '171118.538000', '171118.541000', '171118.544000', '171118.546000', '171118.549000', '171118.552000', '171118.554000', '171118.557000', '171118.559000', '171118.562000', '171118.565000', '171118.567000', '171138.444000', '171138.446000', '171138.449000', '171138.452000', '171138.454000', '171138.457000', '171138.460000', '171138.462000', '171138.465000', '171138.468000', '171138.470000', '171138.473000', '171138.476000', '171138.478000', '171138.481000', '171138.484000', '171138.486000', '171138.489000', '171138.492000', '171138.494000', '171138.497000', '171138.499000', '171138.507000', '171138.510000', '171138.512000', '171138.515000', '171138.518000', '171138.520000', '171138.523000', '171138.526000', '171138.528000', '171138.531000', '171138.533000', '171138.536000', '171138.539000', '171138.541000', '171138.544000', '171138.547000', '171138.550000', '171138.552000', '171138.555000', '171138.557000', '171138.560000', '171158.444000', '171158.446000', '171158.449000', '171158.452000', '171158.455000', '171158.458000', '171158.461000', '171158.463000', '171158.466000', '171158.469000', '171158.471000', '171158.474000', '171158.477000', '171158.479000', '171158.482000', '171158.485000', '171158.487000', '171158.490000', '171158.493000', '171158.495000', '171158.498000', '171158.500000', '171158.503000', '171158.506000', '171158.508000', '171158.511000', '171158.514000', '171158.516000', '171158.519000', '171158.522000', '171158.524000', '171158.527000', '171158.529000', '171158.532000', '171158.535000', '171158.537000', '171158.540000', '171158.543000', '171158.545000', '171158.548000', '171158.550000', '171158.553000', '171158.556000', '171158.558000', '171214.513000', '171214.517000', '171214.519000', '171214.522000', '171214.525000', '171214.528000', '171214.531000', '171214.534000', '171214.536000', '171214.539000', '171214.542000', '171214.545000', '171214.547000', '171214.550000', '171214.553000', '171214.556000', '171214.558000', '171214.561000', '171214.564000', '171214.566000', '171214.569000', '171214.572000', '171214.576000', '171214.579000', '171214.582000', '171214.585000', '171214.587000', '171214.590000', '171214.593000', '171214.596000', '171214.598000', '171214.601000', '171214.604000', '171214.608000', '171214.612000'], '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': [13667, 9474, 12821, 9584, 11961, 9373, 11625, 9258, 11513, 9432, 11046, 9016, 9948, 8724, 10458, 8363, 11205, 8503, 11163, 8498, 10960, 14231, 10924, 14383, 10741, 11867, 10274, 12122, 9895, 12299, 10256, 12263, 10768, 12751, 10742, 11797, 11101, 11436, 11157, 13977, 11283, 15722, 11641, 14827, 11673, 13846, 11687, 14678, 11746, 14405, 11815, 11922, 11771, 13562, 12047, 13506, 11876, 12661, 12077, 14049, 11633, 12774, 11547, 11656, 11645, 12057, 11623, 13985, 11390, 12583, 11142, 11727, 10483, 11733, 10698, 12656, 10560, 12221, 10752, 12071, 11042, 13419, 11551, 11051, 12089, 9631, 11784, 10012, 10832, 8373, 10865, 8472, 11121, 8591, 11520, 8339, 11913, 8230, 11456, 8675, 12040, 8870, 13235, 10162, 14021, 10687, 10105, 11072, 9013, 11865, 9489, 13486, 10185, 13809, 10654, 15101, 11189, 14530, 11433, 15222, 11338, 14878, 11142, 13053, 11404, 11495, 11513, 9950, 11527, 8908, 9999, 8183, 11202, 8847, 12682, 9684, 13188, 9931, 12669, 10488, 12828, 10766, 13489, 11036, 13266, 11435, 11032, 11518, 12976, 11177, 12758, 11352, 11733, 11348, 13636, 11296, 13853, 11069, 11102, 11219, 10068, 11231, 10342, 11173, 9656, 10137, 8863, 11589, 10131, 13745, 10704, 15046, 11294, 11615, 11967, 11134, 11878, 15522, 12128, 12660, 11828, 9577, 12000, 11837, 12004, 12223, 11732, 10863, 11512, 10861, 11726, 14524, 11376, 12892, 11759, 12332, 11500, 12609, 11062, 12792, 11258, 11997, 11167, 11849, 10887, 12188, 10587, 12102, 9939, 11578, 9498, 12295, 9715, 12451, 10589, 10299, 11103, 9381, 11076, 9259, 11269, 8642, 11755, 9300, 11717, 15797, 11392, 15226, 11251, 13781, 11197, 12507, 10961, 12032, 11232, 8748, 10984, 8902, 10332, 9026, 12614, 9371, 12942, 10248, 12701, 9932, 12788, 10528, 13396, 10422, 11818, 9791, 11114, 9765, 12432, 9774, 12716, 10623, 11981, 10540, 12931, 11507, 8745, 9697, 8443, 10720, 9249, 12277, 9624, 12242, 9442, 10629, 8153, 11360, 9562, 10648, 9074, 11435, 9032, 11654, 8575, 11558, 11589, 11518, 9291, 11275, 9376, 11215, 9726, 9983, 8619, 11279, 8814, 11925, 8646, 12786, 9475, 12534, 9566, 12558, 9986, 13922, 10361, 13456, 10971, 12292, 10971, 13439, 10722, 13766, 10817, 12516, 11247, 12604, 10766, 13086, 11038, 11314, 11150, 11125, 11331, 12013, 11452, 10339, 11404, 10614, 11737, 11607, 11508, 14027, 11805, 10374, 11375, 10091, 11796, 11368, 11861, 11625, 9723, 8756, 11366, 10519, 13031, 10901, 13798, 11244, 13889, 11265, 14413, 11861, 12603, 11916, 14307, 11805, 15847, 11864, 16455, 12098, 11827, 11959, 9124, 11915, 10905, 11962, 12132, 11848, 10126, 11827, 9612, 11745, 9072, 11309, 9333, 10364, 10012, 11136, 9995, 12594, 10555, 13692, 10687, 13365, 10722, 12479, 11244, 12548, 11091, 13212, 11164, 12265, 11473, 12042, 11637, 13282, 11759, 10943, 11687, 9627, 11624, 8745, 11720, 10116, 9709, 8693, 10406, 9514, 11448, 8639, 11321, 8802, 12150, 9852, 12282, 10407, 13084, 10459, 13968, 11504, 10731, 11551, 9162, 11468, 9818, 10895, 9402, 11238, 10327, 12617, 10287, 13507, 10073, 14963, 10353, 11891, 10444, 12243, 10163, 13246, 11185, 11270, 11375, 10601, 11358, 11680, 11447, 10380, 10612, 8924, 10013, 8864, 11182, 10067, 10759, 9044, 11046, 9758, 11586, 9750, 13854, 10097, 12645, 11317, 10288, 11157, 9946, 10293, 9697, 13019, 10411, 13390, 10739, 13101, 10485, 13320, 11019, 12736, 11136, 12156, 11171, 12689, 10685, 13039, 11310, 11103, 11076, 10425, 10762, 11027, 11041, 9236, 10924, 8427, 10958, 8765, 10497, 9622, 11765, 9501, 11180, 9701, 11524, 9211, 12816, 9155, 12577, 9440, 12165, 9617, 13416, 9487, 13957, 10189, 12812, 10614, 12640, 10301, 13481, 10188, 13853, 10197, 11761, 10105, 11538, 9656, 12034, 8939, 11615, 9419, 11289, 9275, 10884, 8243, 11481, 9070, 11303, 9068, 11583, 10924, 11197, 13650, 11557, 13932, 11532, 13486, 11296, 12377, 10552, 12320, 10498, 11454, 10254, 11576, 9417, 11128, 8233, 10864, 8773, 11177, 10103, 11611, 12511, 11471, 14318, 11283, 14891, 11594, 13030, 10573, 11694, 9909, 11955, 9869, 11942, 9663, 11754, 9348, 11786, 8930, 11526, 8427, 10515, 8299, 11302, 10420, 11239, 12949, 11184, 10217, 11502, 9665, 11332, 11630, 11319, 10243, 11326, 10162, 11350, 12923, 11054, 12121, 11462, 10117, 11457, 9594, 11369, 11733, 10905, 9398, 10929, 10064, 11074, 14278, 10777, 15052, 10740, 13248, 11026, 11855, 10922, 11761, 10397, 13197, 10889, 13160, 11329, 12891, 10832, 12369, 10889, 13204, 11104, 12331, 11319, 12796, 11374, 13687, 11420, 12874, 11350, 11475, 10680, 12207, 10146, 12577, 10620, 12190, 10384, 12003, 10389, 12216, 10493, 12315, 11535, 11279, 11328, 14438, 11801, 15855, 11829, 14697, 11422, 12456, 11497, 12436, 11336, 11665, 12051, 9522, 11928, 8765, 9314, 9751, 11381, 10323, 11979, 10911, 12928, 11226, 12949, 12021, 12243, 11962, 12217, 12154, 15421, 12078, 10239, 9896, 10356, 11082, 9963, 11285, 9874, 12269, 10107, 12402, 10473, 12314, 10302, 12850, 10336, 12619, 10699, 11984, 10807, 11827, 9760, 12693, 9521, 11876, 9698, 11583, 9982, 12679, 9672, 12905, 10907, 12583, 11323, 11858, 11798, 11493, 11686, 10128, 11873, 11179, 11621, 13263, 11588, 14300, 11859, 10628, 11773, 9880, 11619, 10259, 12314, 9733, 12729, 10612, 13050, 10881, 14262, 10944, 14858, 11353, 12494, 10755, 12450, 10624, 14543, 10834, 12237, 10573, 11465, 10006, 12456, 10222, 12266, 10671, 11703, 11148, 11733, 11367, 11520, 9671, 9310, 10292, 9803, 12453, 9332, 13120, 9883, 11973, 9780, 12040, 10114, 12303, 9500, 11579, 10442, 12010, 10518, 13734, 10992, 14145, 11013, 12023, 11124, 12082, 10712, 12663, 11270, 12089, 11260, 12060, 11130, 12377, 10527, 13879, 10904, 10192, 10912, 8620, 10226, 9664, 9160, 7803, 10718, 8680, 11591, 11616, 11088, 11232, 11370, 12496, 11488, 14617, 11507, 16090, 11511, 13852, 11381, 12295, 11493, 12324, 11577, 9863, 11599, 9288, 11280, 9411, 11522, 10223, 10912, 9689, 11074, 9921, 11027, 10592, 11689, 9956, 11890, 9678, 10709, 9700, 11562, 9413, 11293, 10329, 11304, 10506, 11417, 9826, 11186, 9583, 11262, 8856, 11989, 9779, 11859, 9551, 12159, 9214, 12055, 9087, 12905, 10095, 12610, 9930, 12339, 9795, 13065, 10354, 13607, 11120, 12877, 11406, 12393, 11460, 13916, 11152, 11070, 11262, 8538, 11045, 8668, 10832, 9194, 10799, 8965, 12198, 9460, 12851, 10293, 12754, 9887, 13766, 10175, 13090, 11189, 12882, 11379, 13717, 11407, 16176, 11853, 11361, 11840, 9884, 11870, 11290, 10791, 10053, 10573, 9620, 11308, 10126, 11781, 9843, 12097, 9873, 11744, 9991, 11406, 9857, 12082, 10144, 12828, 9977, 12131, 10360, 12199, 10128, 13317, 10302, 12301, 10498, 12101, 10701, 13034, 10632, 13746, 11214, 13284, 11250, 12344, 11225, 12444, 11292, 10667, 11264, 10446, 11497, 12009, 11089, 11554, 11489, 11169, 11448, 10660, 11536, 10115, 11202, 9939, 9859, 8918, 10116, 8830, 10890, 9265, 11727, 9084, 10871, 9209, 11406, 8985, 11405, 9146, 12535, 9916, 12302, 10508, 13152, 10802, 13662, 10790, 13316, 11189, 12939, 11343, 12735, 11330, 13235, 11566, 12819, 11249, 10725, 11683, 10846, 11316, 9914, 9640, 8821, 10662, 9391, 12086, 9460, 13206, 9980, 12496, 10186, 12203, 9863, 13346, 10397, 13512, 11295, 11938, 11467, 12708, 11680, 13747, 11657, 8876, 10778, 9033, 10870, 9299, 11656, 9872, 12812, 10275, 12899, 10196, 13017, 9909, 12302, 9577, 11256, 9006, 11647, 8263, 12414, 8824, 11312, 8148, 10933, 9162, 10825, 10419, 10431, 7904, 10025, 7786, 10241, 8073, 11368, 8136, 11803, 7854, 12017, 8150, 13097, 8826, 13312, 8974, 12562, 9254, 13126, 9097, 12755, 9259, 11790, 8916, 10923, 8082, 11913, 9200, 12572, 9525, 12527, 9388, 13142, 9503, 13999, 9912, 12966, 9821, 12706, 10027, 13381, 9924, 12885, 9659, 12014, 9603, 12868, 9051, 13267, 9535, 12418, 9646, 12401, 9729, 13731, 9950, 13484, 10737, 13036, 10895, 13044, 11204, 12342, 11494, 9152, 11129, 8428, 10611, 9229, 12631, 9045, 12853, 9857, 12341, 9767, 12976, 9446, 13199, 9855, 12513, 10341, 12381, 10748, 13360, 11472, 10260, 11168, 8978, 10749, 8846, 11637, 9421, 12631, 9317, 12088, 10189, 12429, 9791, 13477, 9548, 12183, 9830, 11611, 9348, 12724, 9170, 12805, 9695, 11874, 10517, 12838, 10567, 14120, 11391, 9473, 10976, 8055, 10739, 8678, 12200, 8788, 11861, 9601, 12426, 9730, 13655, 9094, 13756, 9812, 12317, 10256, 12799, 10995, 13996, 11079, 16375, 11541, 12399, 11523, 9336, 11645, 9781, 11530, 9108, 11914, 9750, 13009, 10196, 14048, 10406, 13169, 10858, 12403, 10929, 12821, 10746, 14092, 11149, 11389, 11534, 10180, 11608, 10806, 11532, 8964, 10210, 8005, 10638, 9255, 12592, 9181, 12833, 10186, 12239, 10855, 12809, 10942, 13397, 11039, 14393, 11804, 10491, 12012, 9960, 12003, 10867, 11411, 10153, 11146, 9731, 11219, 9985, 11630, 9972, 11585, 10118, 10722, 9631, 10892, 8754, 11190, 8988, 11435, 8919, 12401, 9639, 11788, 9346, 11948, 9805, 12495, 9271, 13305, 9334, 11850, 9474, 11508, 9027, 12722, 8991, 12557, 9136, 11864, 8796, 12504, 8075, 11897, 8200, 10500, 7888, 10887, 8234, 12525, 9037, 12999, 9809, 12805, 10317, 13993, 10199, 13676, 11056, 12640, 11301, 13100, 11157, 15273, 11282, 12210, 11299, 11669, 10956, 12574, 10430, 12292, 10735, 11574, 11135, 12117, 10819, 11728, 11204, 10106, 11029, 11004, 10996, 14154, 10983, 12003, 10833, 11301, 10941, 13524, 11013, 11488, 10121, 9941, 9846, 9590, 12297, 10503, 12811, 10555, 12703, 10604, 12840, 10263, 13179, 10252, 13325, 10423, 12749, 10605, 13576, 10662, 14492, 11272, 13471, 10813, 12098, 11067, 12147, 11069, 12440, 10776, 12878, 10854, 12492, 11020, 12263, 11580, 11200, 11611, 11526, 11402, 11802, 11215, 10794, 11027, 11851, 11359, 12980, 11311, 10714, 11152, 10302, 10666, 10719, 10712, 9558, 9881, 8682, 11798, 8769, 12868, 8714, 13598, 9391, 12863, 9919, 12561, 10214, 13305, 10148, 13163, 10369, 10972, 10677, 10031, 10573, 9669, 11013, 8789, 12050, 9320, 13455, 9788, 13959, 9861, 13313, 9860, 12749, 9906, 13048, 9377, 13131, 9253, 11579, 8627, 10762, 7910, 10687, 9946, 10623, 9143, 10923, 10616, 10831, 12362, 11154, 11953, 10935, 9128, 11280, 11021, 11424, 15192, 11582, 14939, 12001, 13161, 11109, 11530, 10510, 11719, 10190, 12830, 10282, 12795, 10261, 12524, 10447, 13228, 10713, 11747, 11244, 9240, 11325, 9473, 11562, 12490, 11601, 11337, 11393, 12895, 11385, 14342, 11466, 14591, 11254, 13065, 11131, 11879, 11808, 12440, 11241, 12530, 10329, 12555, 10425, 11736, 10197, 11906, 9970, 12234, 9714, 11596, 9307, 11829, 11996, 11354, 9423, 10897, 7879, 8697, 8613, 11113, 9011, 12228, 9565, 11449, 9489, 11702, 10981, 11556, 15586, 11184, 13650, 10631, 11921, 10633, 12061, 10149, 11858, 9764, 12895, 9764, 12537, 9815, 12039, 10127, 12361, 10216, 12635, 9559, 11444, 8742, 11569, 11890, 11115, 14407, 11029, 13527, 10837, 13152, 11369, 11941, 10769, 13298, 11233, 13697, 11407, 13415, 11154, 11907, 11584, 8690, 9250, 9475, 11483, 9759, 12533, 9591, 13173, 9986, 13353, 11051, 12296, 12025, 10944, 11952, 11839, 11930, 14633, 11825, 10388, 11488, 12081, 11555, 12393, 11121, 12246, 11230, 8355, 9357, 8773, 11569, 9537, 13512, 9884, 14124, 10897, 13265, 11392, 12759, 11555, 13863, 11448, 14233, 11560, 8953, 9742, 9495, 11841, 9980, 13591, 10513, 14996, 11329, 11957, 11389, 9195, 10754, 10020, 13301, 10104, 13974, 10346, 12779, 10692, 12478, 10368, 12967, 9692, 13201, 9715, 11991, 10352, 12440, 10855, 9731, 11236, 9508, 12566, 11391, 11321, 11589, 11687, 11686, 12992, 11905, 10747, 11941, 9964, 12049, 12995, 10992, 9935, 11334, 10320, 12229, 10879, 12818, 10974, 12602, 11662, 8978, 11507, 9248, 11966, 12030, 11364, 16030, 11454, 13293, 11197, 12370, 11064, 12144, 11178, 13623, 11153, 11407, 10806, 12661, 10722, 11778, 10205, 12226, 9830, 12059, 10314, 12434, 10140, 12854, 9391, 13058, 9519, 12121, 9814, 11641, 9302, 12000, 8825, 12928, 9702, 12867, 10043, 13103, 9777, 13328, 9224, 12934, 9119, 12570, 9539, 11892, 9769, 12329, 9816, 12853, 9575, 12846, 8881, 11675, 8980, 10626, 8661, 11155, 8734, 12315, 8497, 12667, 9080, 13117, 9696, 13169, 9896, 13561, 9274, 13558, 9734, 12695, 9784, 12404, 9730, 12684, 9313, 13063, 9676, 12383, 9714, 12531, 10277, 13208, 10615, 14459, 11107, 16190, 11642, 12099, 11614, 12499, 11321, 16381, 12072, 13064, 11899, 9761, 11811, 9738, 11685, 9608, 11257, 9432, 11900, 9115, 12505, 9274, 12292, 8757, 12628, 9101, 12971, 10187, 13255, 10693, 13387, 10849, 13810, 11131, 15327, 11827, 10816, 11947, 10791, 12030, 11260, 11201, 8692, 11024, 9206, 12046, 9421, 13520, 9967, 12710, 10817, 8477, 11133, 9438, 14041, 9566, 14376, 10928, 13435, 11808, 10929, 11849, 10119, 11787, 9857, 14166, 10105, 12622, 10254, 13081, 11117, 11320, 11121, 9124, 12295, 10436, 13378, 11004, 14266, 11219, 15805, 11511, 9595, 10209, 10319, 13233, 10495, 14146, 10561, 16387, 11722, 9416, 9553, 9680, 11990, 10452, 13917, 10439, 15225, 11617, 9963, 11509, 8379, 10244, 9200, 13098, 10231, 13160, 10602, 13731, 10983, 10551, 9133, 9364, 12103, 10493, 14043, 10635, 15012, 11430, 11776], 'WindowCenter': [4315.0, 4259.0, 4277.0, 4232.0, 4250.0, 4219.0, 4248.0, 4217.0, 4238.0, 4216.0, 4236.0, 4204.0, 4226.0, 4216.0, 4236.0, 4206.0, 4247.0, 4218.0, 4249.0, 4218.0, 4250.0, 4269.0, 4249.0, 4269.0, 4239.0, 4248.0, 4240.0, 4248.0, 4240.0, 4248.0, 4241.0, 4260.0, 4252.0, 4259.0, 4252.0, 4259.0, 4250.0, 4249.0, 4250.0, 4269.0, 4250.0, 4268.0, 4250.0, 4269.0, 4247.0, 4258.0, 4248.0, 4256.0, 4237.0, 4256.0, 4235.0, 4234.0, 4235.0, 4245.0, 4247.0, 4245.0, 4234.0, 4234.0, 4235.0, 4242.0, 4235.0, 4234.0, 4235.0, 4234.0, 4235.0, 4234.0, 4235.0, 4244.0, 4236.0, 4233.0, 4236.0, 4233.0, 4226.0, 4235.0, 4226.0, 4246.0, 4225.0, 4246.0, 4237.0, 4246.0, 4238.0, 4256.0, 4248.0, 4237.0, 4248.0, 4216.0, 4247.0, 4227.0, 4236.0, 4206.0, 4237.0, 4207.0, 4237.0, 4217.0, 4248.0, 4207.0, 4249.0, 4208.0, 4247.0, 4218.0, 4248.0, 4219.0, 4260.0, 4241.0, 4269.0, 4250.0, 4241.0, 4252.0, 4231.0, 4263.0, 4242.0, 4272.0, 4240.0, 4272.0, 4242.0, 4272.0, 4251.0, 4270.0, 4250.0, 4268.0, 4238.0, 4258.0, 4237.0, 4247.0, 4238.0, 4236.0, 4248.0, 4227.0, 4249.0, 4217.0, 4228.0, 4207.0, 4236.0, 4218.0, 4259.0, 4228.0, 4258.0, 4227.0, 4248.0, 4227.0, 4248.0, 4238.0, 4246.0, 4238.0, 4246.0, 4238.0, 4236.0, 4247.0, 4256.0, 4238.0, 4245.0, 4237.0, 4235.0, 4236.0, 4257.0, 4238.0, 4257.0, 4238.0, 4235.0, 4237.0, 4227.0, 4238.0, 4228.0, 4239.0, 4228.0, 4239.0, 4229.0, 4248.0, 4240.0, 4270.0, 4252.0, 4271.0, 4252.0, 4249.0, 4249.0, 4249.0, 4250.0, 4269.0, 4248.0, 4246.0, 4235.0, 4213.0, 4246.0, 4236.0, 4236.0, 4234.0, 4234.0, 4224.0, 4235.0, 4221.0, 4236.0, 4256.0, 4234.0, 4244.0, 4235.0, 4234.0, 4236.0, 4245.0, 4235.0, 4245.0, 4236.0, 4233.0, 4237.0, 4247.0, 4237.0, 4246.0, 4237.0, 4245.0, 4227.0, 4237.0, 4228.0, 4247.0, 4229.0, 4247.0, 4240.0, 4239.0, 4251.0, 4230.0, 4251.0, 4230.0, 4250.0, 4218.0, 4250.0, 4229.0, 4250.0, 4269.0, 4238.0, 4267.0, 4237.0, 4257.0, 4237.0, 4246.0, 4239.0, 4247.0, 4239.0, 4217.0, 4237.0, 4218.0, 4240.0, 4219.0, 4260.0, 4227.0, 4259.0, 4228.0, 4248.0, 4228.0, 4248.0, 4226.0, 4247.0, 4225.0, 4235.0, 4214.0, 4235.0, 4225.0, 4247.0, 4224.0, 4245.0, 4225.0, 4244.0, 4238.0, 4248.0, 4249.0, 4217.0, 4229.0, 4217.0, 4250.0, 4229.0, 4260.0, 4242.0, 4261.0, 4228.0, 4236.0, 4208.0, 4250.0, 4227.0, 4238.0, 4217.0, 4236.0, 4215.0, 4248.0, 4217.0, 4248.0, 4237.0, 4236.0, 4215.0, 4236.0, 4216.0, 4238.0, 4228.0, 4228.0, 4217.0, 4248.0, 4216.0, 4249.0, 4219.0, 4259.0, 4227.0, 4248.0, 4228.0, 4259.0, 4240.0, 4269.0, 4240.0, 4258.0, 4238.0, 4246.0, 4238.0, 4259.0, 4237.0, 4246.0, 4236.0, 4233.0, 4236.0, 4234.0, 4235.0, 4246.0, 4237.0, 4233.0, 4237.0, 4235.0, 4237.0, 4247.0, 4247.0, 4226.0, 4238.0, 4227.0, 4249.0, 4238.0, 4236.0, 4257.0, 4246.0, 4225.0, 4237.0, 4224.0, 4246.0, 4237.0, 4247.0, 4236.0, 4217.0, 4205.0, 4236.0, 4238.0, 4256.0, 4237.0, 4258.0, 4249.0, 4259.0, 4250.0, 4259.0, 4248.0, 4247.0, 4234.0, 4254.0, 4233.0, 4256.0, 4234.0, 4254.0, 4231.0, 4222.0, 4222.0, 4200.0, 4222.0, 4221.0, 4233.0, 4233.0, 4231.0, 4212.0, 4232.0, 4202.0, 4231.0, 4202.0, 4222.0, 4213.0, 4223.0, 4214.0, 4234.0, 4224.0, 4247.0, 4237.0, 4256.0, 4239.0, 4245.0, 4237.0, 4244.0, 4237.0, 4245.0, 4236.0, 4246.0, 4237.0, 4233.0, 4236.0, 4245.0, 4248.0, 4256.0, 4246.0, 4235.0, 4235.0, 4215.0, 4236.0, 4215.0, 4246.0, 4226.0, 4228.0, 4206.0, 4237.0, 4226.0, 4247.0, 4216.0, 4237.0, 4216.0, 4248.0, 4227.0, 4247.0, 4240.0, 4258.0, 4237.0, 4270.0, 4250.0, 4238.0, 4248.0, 4228.0, 4249.0, 4228.0, 4239.0, 4218.0, 4238.0, 4227.0, 4248.0, 4237.0, 4258.0, 4225.0, 4258.0, 4226.0, 4237.0, 4238.0, 4247.0, 4227.0, 4244.0, 4237.0, 4236.0, 4248.0, 4236.0, 4247.0, 4247.0, 4239.0, 4228.0, 4236.0, 4215.0, 4225.0, 4216.0, 4237.0, 4227.0, 4235.0, 4216.0, 4238.0, 4242.0, 4261.0, 4230.0, 4271.0, 4240.0, 4258.0, 4248.0, 4237.0, 4248.0, 4228.0, 4240.0, 4229.0, 4261.0, 4238.0, 4259.0, 4250.0, 4259.0, 4239.0, 4257.0, 4239.0, 4246.0, 4237.0, 4248.0, 4248.0, 4248.0, 4228.0, 4246.0, 4237.0, 4233.0, 4237.0, 4238.0, 4249.0, 4237.0, 4249.0, 4228.0, 4249.0, 4207.0, 4250.0, 4231.0, 4240.0, 4230.0, 4248.0, 4228.0, 4239.0, 4229.0, 4250.0, 4230.0, 4260.0, 4228.0, 4257.0, 4229.0, 4258.0, 4241.0, 4259.0, 4229.0, 4269.0, 4241.0, 4258.0, 4239.0, 4260.0, 4241.0, 4260.0, 4226.0, 4258.0, 4228.0, 4236.0, 4225.0, 4249.0, 4227.0, 4247.0, 4215.0, 4236.0, 4215.0, 4237.0, 4227.0, 4250.0, 4217.0, 4249.0, 4216.0, 4247.0, 4218.0, 4248.0, 4250.0, 4250.0, 4258.0, 4248.0, 4258.0, 4250.0, 4258.0, 4250.0, 4259.0, 4239.0, 4247.0, 4239.0, 4247.0, 4239.0, 4248.0, 4228.0, 4250.0, 4208.0, 4239.0, 4217.0, 4250.0, 4228.0, 4249.0, 4259.0, 4250.0, 4259.0, 4239.0, 4268.0, 4247.0, 4247.0, 4226.0, 4246.0, 4227.0, 4247.0, 4227.0, 4245.0, 4228.0, 4248.0, 4229.0, 4246.0, 4218.0, 4248.0, 4206.0, 4238.0, 4206.0, 4249.0, 4238.0, 4250.0, 4259.0, 4249.0, 4237.0, 4250.0, 4229.0, 4251.0, 4250.0, 4249.0, 4237.0, 4251.0, 4238.0, 4251.0, 4271.0, 4249.0, 4251.0, 4251.0, 4239.0, 4249.0, 4240.0, 4261.0, 4249.0, 4250.0, 4229.0, 4250.0, 4239.0, 4251.0, 4281.0, 4253.0, 4271.0, 4251.0, 4259.0, 4251.0, 4249.0, 4250.0, 4249.0, 4241.0, 4260.0, 4251.0, 4257.0, 4251.0, 4259.0, 4253.0, 4260.0, 4252.0, 4260.0, 4252.0, 4258.0, 4251.0, 4259.0, 4251.0, 4260.0, 4251.0, 4247.0, 4240.0, 4236.0, 4238.0, 4248.0, 4227.0, 4246.0, 4226.0, 4237.0, 4227.0, 4247.0, 4240.0, 4248.0, 4240.0, 4248.0, 4249.0, 4237.0, 4249.0, 4271.0, 4251.0, 4270.0, 4239.0, 4257.0, 4238.0, 4237.0, 4237.0, 4247.0, 4225.0, 4234.0, 4237.0, 4216.0, 4244.0, 4218.0, 4218.0, 4226.0, 4248.0, 4238.0, 4248.0, 4249.0, 4260.0, 4251.0, 4259.0, 4260.0, 4247.0, 4249.0, 4251.0, 4249.0, 4268.0, 4237.0, 4214.0, 4214.0, 4213.0, 4235.0, 4226.0, 4237.0, 4226.0, 4245.0, 4228.0, 4245.0, 4239.0, 4248.0, 4238.0, 4259.0, 4241.0, 4248.0, 4240.0, 4249.0, 4239.0, 4250.0, 4239.0, 4258.0, 4230.0, 4249.0, 4228.0, 4249.0, 4241.0, 4261.0, 4231.0, 4260.0, 4251.0, 4259.0, 4251.0, 4263.0, 4262.0, 4250.0, 4250.0, 4239.0, 4249.0, 4239.0, 4251.0, 4258.0, 4239.0, 4258.0, 4249.0, 4227.0, 4248.0, 4228.0, 4248.0, 4228.0, 4247.0, 4228.0, 4257.0, 4238.0, 4261.0, 4238.0, 4259.0, 4240.0, 4257.0, 4236.0, 4246.0, 4239.0, 4246.0, 4227.0, 4257.0, 4226.0, 4235.0, 4223.0, 4235.0, 4216.0, 4234.0, 4228.0, 4235.0, 4226.0, 4237.0, 4249.0, 4248.0, 4249.0, 4248.0, 4229.0, 4228.0, 4237.0, 4229.0, 4249.0, 4218.0, 4258.0, 4227.0, 4235.0, 4228.0, 4249.0, 4226.0, 4248.0, 4216.0, 4235.0, 4226.0, 4246.0, 4227.0, 4246.0, 4226.0, 4245.0, 4225.0, 4237.0, 4250.0, 4245.0, 4239.0, 4247.0, 4239.0, 4248.0, 4249.0, 4247.0, 4251.0, 4247.0, 4239.0, 4258.0, 4239.0, 4237.0, 4250.0, 4220.0, 4240.0, 4240.0, 4243.0, 4221.0, 4254.0, 4231.0, 4264.0, 4263.0, 4254.0, 4250.0, 4251.0, 4261.0, 4249.0, 4271.0, 4248.0, 4270.0, 4237.0, 4247.0, 4239.0, 4235.0, 4239.0, 4245.0, 4237.0, 4226.0, 4236.0, 4216.0, 4237.0, 4215.0, 4238.0, 4227.0, 4226.0, 4214.0, 4236.0, 4211.0, 4225.0, 4225.0, 4235.0, 4215.0, 4236.0, 4214.0, 4223.0, 4213.0, 4236.0, 4214.0, 4237.0, 4224.0, 4223.0, 4224.0, 4233.0, 4214.0, 4234.0, 4226.0, 4235.0, 4218.0, 4247.0, 4227.0, 4246.0, 4227.0, 4245.0, 4218.0, 4248.0, 4216.0, 4248.0, 4229.0, 4249.0, 4228.0, 4248.0, 4238.0, 4256.0, 4241.0, 4259.0, 4250.0, 4247.0, 4249.0, 4261.0, 4249.0, 4259.0, 4251.0, 4249.0, 4248.0, 4217.0, 4247.0, 4218.0, 4251.0, 4229.0, 4239.0, 4219.0, 4259.0, 4230.0, 4258.0, 4239.0, 4261.0, 4241.0, 4259.0, 4241.0, 4259.0, 4251.0, 4260.0, 4262.0, 4270.0, 4249.0, 4268.0, 4238.0, 4235.0, 4235.0, 4213.0, 4236.0, 4236.0, 4223.0, 4212.0, 4223.0, 4214.0, 4222.0, 4225.0, 4234.0, 4216.0, 4235.0, 4214.0, 4235.0, 4227.0, 4236.0, 4226.0, 4235.0, 4225.0, 4246.0, 4215.0, 4235.0, 4226.0, 4246.0, 4227.0, 4257.0, 4227.0, 4247.0, 4237.0, 4245.0, 4239.0, 4259.0, 4235.0, 4259.0, 4236.0, 4246.0, 4236.0, 4247.0, 4236.0, 4235.0, 4236.0, 4224.0, 4236.0, 4223.0, 4249.0, 4248.0, 4237.0, 4236.0, 4248.0, 4235.0, 4246.0, 4235.0, 4247.0, 4226.0, 4237.0, 4226.0, 4225.0, 4216.0, 4226.0, 4217.0, 4238.0, 4217.0, 4248.0, 4218.0, 4238.0, 4217.0, 4250.0, 4228.0, 4246.0, 4216.0, 4248.0, 4226.0, 4247.0, 4237.0, 4259.0, 4240.0, 4257.0, 4239.0, 4257.0, 4239.0, 4244.0, 4238.0, 4257.0, 4249.0, 4247.0, 4237.0, 4244.0, 4235.0, 4222.0, 4249.0, 4236.0, 4236.0, 4225.0, 4227.0, 4215.0, 4226.0, 4215.0, 4248.0, 4226.0, 4245.0, 4227.0, 4246.0, 4226.0, 4247.0, 4228.0, 4256.0, 4228.0, 4259.0, 4238.0, 4235.0, 4248.0, 4259.0, 4248.0, 4257.0, 4237.0, 4217.0, 4236.0, 4214.0, 4238.0, 4216.0, 4238.0, 4215.0, 4245.0, 4226.0, 4245.0, 4225.0, 4245.0, 4214.0, 4235.0, 4214.0, 4236.0, 4216.0, 4235.0, 4206.0, 4247.0, 4217.0, 4238.0, 4205.0, 4238.0, 4228.0, 4239.0, 4237.0, 4237.0, 4206.0, 4228.0, 4208.0, 4241.0, 4208.0, 4249.0, 4209.0, 4260.0, 4210.0, 4262.0, 4222.0, 4274.0, 4232.0, 4273.0, 4229.0, 4260.0, 4231.0, 4260.0, 4218.0, 4250.0, 4216.0, 4237.0, 4207.0, 4237.0, 4207.0, 4236.0, 4217.0, 4248.0, 4227.0, 4247.0, 4230.0, 4259.0, 4228.0, 4258.0, 4230.0, 4257.0, 4228.0, 4259.0, 4237.0, 4258.0, 4227.0, 4247.0, 4229.0, 4247.0, 4228.0, 4257.0, 4216.0, 4257.0, 4229.0, 4246.0, 4227.0, 4258.0, 4229.0, 4259.0, 4240.0, 4259.0, 4239.0, 4258.0, 4238.0, 4260.0, 4237.0, 4248.0, 4249.0, 4216.0, 4237.0, 4206.0, 4241.0, 4227.0, 4249.0, 4216.0, 4245.0, 4226.0, 4246.0, 4239.0, 4258.0, 4227.0, 4248.0, 4228.0, 4247.0, 4238.0, 4259.0, 4251.0, 4258.0, 4249.0, 4225.0, 4249.0, 4215.0, 4238.0, 4218.0, 4248.0, 4215.0, 4247.0, 4215.0, 4246.0, 4227.0, 4248.0, 4226.0, 4246.0, 4216.0, 4246.0, 4227.0, 4237.0, 4228.0, 4258.0, 4227.0, 4247.0, 4230.0, 4247.0, 4241.0, 4261.0, 4240.0, 4270.0, 4250.0, 4227.0, 4238.0, 4208.0, 4239.0, 4215.0, 4248.0, 4217.0, 4247.0, 4229.0, 4261.0, 4229.0, 4259.0, 4219.0, 4258.0, 4229.0, 4247.0, 4239.0, 4255.0, 4250.0, 4269.0, 4238.0, 4269.0, 4239.0, 4245.0, 4237.0, 4216.0, 4248.0, 4226.0, 4238.0, 4213.0, 4235.0, 4214.0, 4257.0, 4238.0, 4257.0, 4236.0, 4245.0, 4236.0, 4245.0, 4237.0, 4248.0, 4236.0, 4256.0, 4237.0, 4235.0, 4236.0, 4238.0, 4249.0, 4238.0, 4239.0, 4215.0, 4227.0, 4194.0, 4239.0, 4215.0, 4248.0, 4216.0, 4247.0, 4225.0, 4235.0, 4225.0, 4247.0, 4249.0, 4246.0, 4228.0, 4257.0, 4236.0, 4236.0, 4248.0, 4225.0, 4247.0, 4224.0, 4235.0, 4225.0, 4226.0, 4214.0, 4225.0, 4212.0, 4236.0, 4215.0, 4225.0, 4212.0, 4221.0, 4203.0, 4223.0, 4191.0, 4224.0, 4215.0, 4236.0, 4204.0, 4245.0, 4217.0, 4235.0, 4214.0, 4247.0, 4239.0, 4248.0, 4219.0, 4258.0, 4217.0, 4248.0, 4230.0, 4248.0, 4220.0, 4259.0, 4230.0, 4261.0, 4229.0, 4248.0, 4218.0, 4261.0, 4208.0, 4249.0, 4207.0, 4240.0, 4208.0, 4239.0, 4209.0, 4259.0, 4220.0, 4259.0, 4239.0, 4259.0, 4241.0, 4259.0, 4241.0, 4259.0, 4240.0, 4248.0, 4238.0, 4249.0, 4237.0, 4259.0, 4238.0, 4235.0, 4237.0, 4238.0, 4237.0, 4246.0, 4227.0, 4234.0, 4237.0, 4236.0, 4237.0, 4248.0, 4239.0, 4248.0, 4238.0, 4225.0, 4237.0, 4238.0, 4238.0, 4260.0, 4251.0, 4249.0, 4240.0, 4249.0, 4252.0, 4260.0, 4252.0, 4276.0, 4256.0, 4244.0, 4239.0, 4230.0, 4249.0, 4241.0, 4259.0, 4240.0, 4260.0, 4241.0, 4261.0, 4241.0, 4262.0, 4228.0, 4248.0, 4226.0, 4235.0, 4213.0, 4235.0, 4212.0, 4245.0, 4212.0, 4230.0, 4209.0, 4219.0, 4207.0, 4219.0, 4210.0, 4217.0, 4211.0, 4218.0, 4211.0, 4219.0, 4219.0, 4222.0, 4223.0, 4220.0, 4224.0, 4234.0, 4235.0, 4233.0, 4224.0, 4222.0, 4224.0, 4233.0, 4234.0, 4245.0, 4237.0, 4223.0, 4236.0, 4225.0, 4227.0, 4226.0, 4226.0, 4217.0, 4226.0, 4208.0, 4248.0, 4217.0, 4260.0, 4221.0, 4259.0, 4229.0, 4258.0, 4240.0, 4258.0, 4243.0, 4259.0, 4243.0, 4260.0, 4241.0, 4238.0, 4241.0, 4240.0, 4241.0, 4229.0, 4249.0, 4219.0, 4259.0, 4229.0, 4271.0, 4241.0, 4269.0, 4240.0, 4258.0, 4228.0, 4259.0, 4227.0, 4259.0, 4228.0, 4260.0, 4227.0, 4248.0, 4217.0, 4239.0, 4207.0, 4238.0, 4229.0, 4239.0, 4229.0, 4251.0, 4238.0, 4251.0, 4259.0, 4250.0, 4250.0, 4250.0, 4229.0, 4250.0, 4240.0, 4250.0, 4271.0, 4239.0, 4261.0, 4238.0, 4245.0, 4226.0, 4235.0, 4225.0, 4235.0, 4225.0, 4246.0, 4226.0, 4247.0, 4238.0, 4247.0, 4238.0, 4259.0, 4238.0, 4249.0, 4249.0, 4217.0, 4249.0, 4228.0, 4250.0, 4250.0, 4250.0, 4237.0, 4249.0, 4248.0, 4238.0, 4256.0, 4247.0, 4269.0, 4239.0, 4246.0, 4238.0, 4237.0, 4248.0, 4246.0, 4239.0, 4247.0, 4229.0, 4247.0, 4226.0, 4235.0, 4228.0, 4246.0, 4227.0, 4248.0, 4226.0, 4237.0, 4215.0, 4248.0, 4249.0, 4238.0, 4216.0, 4237.0, 4206.0, 4219.0, 4219.0, 4252.0, 4232.0, 4263.0, 4243.0, 4251.0, 4241.0, 4262.0, 4239.0, 4251.0, 4269.0, 4240.0, 4260.0, 4241.0, 4239.0, 4239.0, 4247.0, 4228.0, 4248.0, 4230.0, 4260.0, 4230.0, 4248.0, 4229.0, 4248.0, 4242.0, 4260.0, 4242.0, 4262.0, 4230.0, 4250.0, 4218.0, 4250.0, 4248.0, 4251.0, 4270.0, 4251.0, 4263.0, 4251.0, 4261.0, 4252.0, 4250.0, 4251.0, 4260.0, 4250.0, 4271.0, 4252.0, 4260.0, 4252.0, 4250.0, 4251.0, 4219.0, 4228.0, 4229.0, 4248.0, 4229.0, 4261.0, 4231.0, 4262.0, 4243.0, 4262.0, 4252.0, 4261.0, 4262.0, 4240.0, 4253.0, 4250.0, 4252.0, 4271.0, 4250.0, 4229.0, 4251.0, 4249.0, 4238.0, 4250.0, 4239.0, 4249.0, 4239.0, 4208.0, 4220.0, 4219.0, 4249.0, 4232.0, 4272.0, 4242.0, 4272.0, 4253.0, 4260.0, 4252.0, 4260.0, 4251.0, 4262.0, 4252.0, 4260.0, 4250.0, 4216.0, 4228.0, 4216.0, 4247.0, 4228.0, 4258.0, 4228.0, 4270.0, 4238.0, 4249.0, 4238.0, 4217.0, 4238.0, 4229.0, 4259.0, 4229.0, 4259.0, 4227.0, 4248.0, 4239.0, 4247.0, 4228.0, 4249.0, 4228.0, 4246.0, 4227.0, 4247.0, 4238.0, 4259.0, 4253.0, 4242.0, 4253.0, 4244.0, 4262.0, 4252.0, 4252.0, 4262.0, 4252.0, 4252.0, 4261.0, 4250.0, 4239.0, 4249.0, 4226.0, 4248.0, 4249.0, 4228.0, 4216.0, 4226.0, 4226.0, 4235.0, 4237.0, 4247.0, 4239.0, 4248.0, 4239.0, 4217.0, 4249.0, 4217.0, 4249.0, 4247.0, 4240.0, 4269.0, 4238.0, 4246.0, 4238.0, 4246.0, 4236.0, 4246.0, 4237.0, 4258.0, 4238.0, 4236.0, 4239.0, 4248.0, 4238.0, 4247.0, 4239.0, 4248.0, 4229.0, 4248.0, 4240.0, 4246.0, 4229.0, 4248.0, 4219.0, 4259.0, 4229.0, 4247.0, 4230.0, 4248.0, 4229.0, 4260.0, 4230.0, 4260.0, 4243.0, 4260.0, 4242.0, 4259.0, 4240.0, 4260.0, 4219.0, 4260.0, 4218.0, 4247.0, 4228.0, 4249.0, 4229.0, 4248.0, 4228.0, 4247.0, 4228.0, 4249.0, 4218.0, 4237.0, 4206.0, 4226.0, 4206.0, 4235.0, 4207.0, 4249.0, 4218.0, 4258.0, 4220.0, 4260.0, 4228.0, 4260.0, 4231.0, 4260.0, 4230.0, 4259.0, 4231.0, 4258.0, 4240.0, 4250.0, 4230.0, 4259.0, 4229.0, 4258.0, 4229.0, 4248.0, 4229.0, 4249.0, 4240.0, 4260.0, 4242.0, 4271.0, 4252.0, 4270.0, 4249.0, 4249.0, 4238.0, 4248.0, 4238.0, 4269.0, 4248.0, 4248.0, 4237.0, 4216.0, 4237.0, 4216.0, 4236.0, 4217.0, 4236.0, 4216.0, 4237.0, 4216.0, 4247.0, 4217.0, 4248.0, 4217.0, 4247.0, 4218.0, 4257.0, 4238.0, 4258.0, 4239.0, 4257.0, 4240.0, 4259.0, 4239.0, 4269.0, 4249.0, 4237.0, 4248.0, 4225.0, 4249.0, 4237.0, 4237.0, 4205.0, 4226.0, 4215.0, 4248.0, 4229.0, 4259.0, 4240.0, 4259.0, 4249.0, 4219.0, 4250.0, 4230.0, 4270.0, 4229.0, 4271.0, 4252.0, 4259.0, 4249.0, 4238.0, 4247.0, 4228.0, 4247.0, 4215.0, 4257.0, 4227.0, 4245.0, 4226.0, 4245.0, 4238.0, 4236.0, 4236.0, 4216.0, 4247.0, 4227.0, 4246.0, 4236.0, 4256.0, 4238.0, 4267.0, 4236.0, 4214.0, 4214.0, 4213.0, 4244.0, 4224.0, 4245.0, 4225.0, 4255.0, 4235.0, 4213.0, 4213.0, 4213.0, 4234.0, 4226.0, 4246.0, 4226.0, 4256.0, 4236.0, 4213.0, 4236.0, 4205.0, 4226.0, 4215.0, 4257.0, 4227.0, 4245.0, 4238.0, 4258.0, 4237.0, 4237.0, 4217.0, 4227.0, 4248.0, 4237.0, 4269.0, 4239.0, 4267.0, 4247.0, 4237.0], 'WindowWidth': [9534.0, 9444.0, 9463.0, 9392.0, 9414.0, 9368.0, 9409.0, 9363.0, 9392.0, 9359.0, 9387.0, 9341.0, 9373.0, 9362.0, 9388.0, 9349.0, 9404.0, 9366.0, 9411.0, 9366.0, 9413.0, 9436.0, 9410.0, 9436.0, 9397.0, 9407.0, 9399.0, 9407.0, 9401.0, 9408.0, 9403.0, 9425.0, 9419.0, 9425.0, 9420.0, 9425.0, 9415.0, 9412.0, 9413.0, 9437.0, 9413.0, 9437.0, 9411.0, 9436.0, 9405.0, 9422.0, 9405.0, 9416.0, 9390.0, 9414.0, 9385.0, 9381.0, 9385.0, 9399.0, 9403.0, 9398.0, 9382.0, 9382.0, 9384.0, 9392.0, 9384.0, 9380.0, 9382.0, 9379.0, 9384.0, 9380.0, 9383.0, 9395.0, 9387.0, 9381.0, 9386.0, 9380.0, 9372.0, 9385.0, 9374.0, 9399.0, 9373.0, 9399.0, 9391.0, 9401.0, 9394.0, 9415.0, 9406.0, 9390.0, 9406.0, 9360.0, 9403.0, 9376.0, 9388.0, 9347.0, 9391.0, 9350.0, 9390.0, 9364.0, 9407.0, 9352.0, 9409.0, 9352.0, 9405.0, 9367.0, 9407.0, 9371.0, 9425.0, 9403.0, 9438.0, 9415.0, 9403.0, 9418.0, 9389.0, 9434.0, 9405.0, 9446.0, 9402.0, 9446.0, 9405.0, 9448.0, 9417.0, 9439.0, 9412.0, 9437.0, 9393.0, 9423.0, 9391.0, 9403.0, 9391.0, 9388.0, 9406.0, 9378.0, 9408.0, 9363.0, 9379.0, 9349.0, 9388.0, 9365.0, 9422.0, 9378.0, 9422.0, 9377.0, 9407.0, 9376.0, 9406.0, 9392.0, 9402.0, 9394.0, 9402.0, 9391.0, 9387.0, 9403.0, 9415.0, 9391.0, 9399.0, 9390.0, 9384.0, 9388.0, 9417.0, 9392.0, 9417.0, 9393.0, 9386.0, 9391.0, 9376.0, 9394.0, 9378.0, 9395.0, 9380.0, 9397.0, 9384.0, 9408.0, 9401.0, 9441.0, 9420.0, 9446.0, 9418.0, 9410.0, 9409.0, 9410.0, 9411.0, 9437.0, 9406.0, 9401.0, 9384.0, 9352.0, 9399.0, 9387.0, 9385.0, 9382.0, 9380.0, 9365.0, 9382.0, 9360.0, 9384.0, 9414.0, 9381.0, 9395.0, 9383.0, 9380.0, 9385.0, 9398.0, 9385.0, 9396.0, 9387.0, 9379.0, 9389.0, 9403.0, 9392.0, 9401.0, 9390.0, 9398.0, 9376.0, 9389.0, 9379.0, 9404.0, 9381.0, 9403.0, 9400.0, 9396.0, 9417.0, 9387.0, 9415.0, 9384.0, 9412.0, 9366.0, 9412.0, 9382.0, 9412.0, 9439.0, 9393.0, 9432.0, 9389.0, 9417.0, 9389.0, 9402.0, 9394.0, 9403.0, 9396.0, 9363.0, 9391.0, 9366.0, 9399.0, 9369.0, 9427.0, 9379.0, 9425.0, 9379.0, 9408.0, 9380.0, 9409.0, 9373.0, 9406.0, 9370.0, 9384.0, 9354.0, 9383.0, 9369.0, 9402.0, 9368.0, 9399.0, 9372.0, 9396.0, 9393.0, 9406.0, 9409.0, 9364.0, 9384.0, 9365.0, 9413.0, 9386.0, 9430.0, 9403.0, 9430.0, 9380.0, 9389.0, 9351.0, 9410.0, 9378.0, 9392.0, 9362.0, 9387.0, 9360.0, 9404.0, 9363.0, 9407.0, 9388.0, 9386.0, 9357.0, 9387.0, 9359.0, 9391.0, 9377.0, 9379.0, 9363.0, 9406.0, 9362.0, 9410.0, 9370.0, 9421.0, 9378.0, 9407.0, 9379.0, 9422.0, 9399.0, 9436.0, 9398.0, 9419.0, 9393.0, 9400.0, 9393.0, 9422.0, 9390.0, 9403.0, 9386.0, 9380.0, 9384.0, 9382.0, 9385.0, 9398.0, 9389.0, 9380.0, 9389.0, 9383.0, 9389.0, 9402.0, 9403.0, 9374.0, 9391.0, 9374.0, 9405.0, 9390.0, 9389.0, 9418.0, 9400.0, 9371.0, 9388.0, 9369.0, 9400.0, 9389.0, 9404.0, 9388.0, 9362.0, 9345.0, 9389.0, 9392.0, 9414.0, 9391.0, 9419.0, 9410.0, 9425.0, 9412.0, 9422.0, 9406.0, 9403.0, 9382.0, 9410.0, 9378.0, 9416.0, 9380.0, 9409.0, 9372.0, 9359.0, 9360.0, 9329.0, 9360.0, 9358.0, 9377.0, 9378.0, 9371.0, 9345.0, 9374.0, 9332.0, 9373.0, 9334.0, 9363.0, 9350.0, 9366.0, 9354.0, 9383.0, 9371.0, 9405.0, 9392.0, 9416.0, 9394.0, 9399.0, 9388.0, 9396.0, 9389.0, 9399.0, 9388.0, 9401.0, 9389.0, 9381.0, 9387.0, 9398.0, 9405.0, 9415.0, 9401.0, 9384.0, 9384.0, 9356.0, 9387.0, 9360.0, 9400.0, 9372.0, 9378.0, 9347.0, 9390.0, 9375.0, 9405.0, 9363.0, 9391.0, 9361.0, 9406.0, 9376.0, 9405.0, 9397.0, 9419.0, 9393.0, 9438.0, 9412.0, 9393.0, 9407.0, 9382.0, 9410.0, 9380.0, 9397.0, 9366.0, 9392.0, 9375.0, 9407.0, 9392.0, 9420.0, 9372.0, 9423.0, 9374.0, 9389.0, 9392.0, 9403.0, 9375.0, 9397.0, 9391.0, 9386.0, 9405.0, 9388.0, 9405.0, 9404.0, 9394.0, 9377.0, 9388.0, 9358.0, 9373.0, 9361.0, 9390.0, 9375.0, 9386.0, 9359.0, 9393.0, 9409.0, 9435.0, 9387.0, 9444.0, 9400.0, 9419.0, 9408.0, 9391.0, 9407.0, 9380.0, 9397.0, 9382.0, 9429.0, 9395.0, 9424.0, 9413.0, 9425.0, 9396.0, 9420.0, 9395.0, 9402.0, 9391.0, 9405.0, 9407.0, 9406.0, 9380.0, 9402.0, 9389.0, 9380.0, 9391.0, 9395.0, 9409.0, 9391.0, 9408.0, 9377.0, 9409.0, 9351.0, 9412.0, 9390.0, 9400.0, 9383.0, 9407.0, 9378.0, 9395.0, 9381.0, 9414.0, 9385.0, 9425.0, 9379.0, 9418.0, 9382.0, 9422.0, 9402.0, 9424.0, 9384.0, 9438.0, 9401.0, 9421.0, 9397.0, 9428.0, 9402.0, 9427.0, 9376.0, 9422.0, 9376.0, 9386.0, 9370.0, 9408.0, 9377.0, 9400.0, 9356.0, 9387.0, 9358.0, 9390.0, 9381.0, 9413.0, 9366.0, 9408.0, 9362.0, 9406.0, 9365.0, 9408.0, 9414.0, 9412.0, 9422.0, 9407.0, 9422.0, 9409.0, 9421.0, 9413.0, 9423.0, 9394.0, 9403.0, 9394.0, 9404.0, 9395.0, 9406.0, 9381.0, 9411.0, 9354.0, 9396.0, 9363.0, 9410.0, 9379.0, 9408.0, 9423.0, 9409.0, 9423.0, 9394.0, 9435.0, 9404.0, 9404.0, 9373.0, 9402.0, 9374.0, 9402.0, 9375.0, 9399.0, 9378.0, 9405.0, 9382.0, 9402.0, 9365.0, 9405.0, 9347.0, 9392.0, 9347.0, 9409.0, 9394.0, 9411.0, 9423.0, 9408.0, 9391.0, 9410.0, 9383.0, 9416.0, 9411.0, 9411.0, 9391.0, 9414.0, 9392.0, 9415.0, 9445.0, 9410.0, 9415.0, 9414.0, 9395.0, 9410.0, 9401.0, 9431.0, 9411.0, 9413.0, 9383.0, 9413.0, 9396.0, 9416.0, 9459.0, 9422.0, 9446.0, 9417.0, 9425.0, 9414.0, 9410.0, 9414.0, 9411.0, 9403.0, 9425.0, 9415.0, 9419.0, 9416.0, 9426.0, 9424.0, 9427.0, 9419.0, 9427.0, 9418.0, 9421.0, 9415.0, 9425.0, 9416.0, 9429.0, 9415.0, 9405.0, 9397.0, 9388.0, 9393.0, 9407.0, 9375.0, 9400.0, 9372.0, 9388.0, 9375.0, 9402.0, 9397.0, 9405.0, 9399.0, 9407.0, 9410.0, 9391.0, 9408.0, 9445.0, 9416.0, 9444.0, 9395.0, 9418.0, 9391.0, 9389.0, 9388.0, 9404.0, 9370.0, 9380.0, 9387.0, 9357.0, 9396.0, 9365.0, 9365.0, 9372.0, 9406.0, 9392.0, 9406.0, 9411.0, 9426.0, 9414.0, 9422.0, 9424.0, 9404.0, 9409.0, 9415.0, 9409.0, 9436.0, 9390.0, 9354.0, 9354.0, 9351.0, 9383.0, 9377.0, 9389.0, 9371.0, 9398.0, 9378.0, 9399.0, 9395.0, 9406.0, 9398.0, 9423.0, 9399.0, 9406.0, 9398.0, 9408.0, 9395.0, 9413.0, 9397.0, 9419.0, 9384.0, 9408.0, 9381.0, 9408.0, 9402.0, 9427.0, 9389.0, 9424.0, 9415.0, 9423.0, 9415.0, 9433.0, 9431.0, 9412.0, 9412.0, 9395.0, 9410.0, 9394.0, 9414.0, 9423.0, 9393.0, 9420.0, 9406.0, 9374.0, 9405.0, 9377.0, 9407.0, 9379.0, 9406.0, 9379.0, 9417.0, 9391.0, 9430.0, 9395.0, 9425.0, 9396.0, 9419.0, 9387.0, 9400.0, 9394.0, 9401.0, 9375.0, 9420.0, 9371.0, 9384.0, 9365.0, 9383.0, 9357.0, 9380.0, 9376.0, 9384.0, 9375.0, 9389.0, 9410.0, 9407.0, 9410.0, 9405.0, 9383.0, 9379.0, 9390.0, 9382.0, 9410.0, 9364.0, 9422.0, 9375.0, 9386.0, 9378.0, 9407.0, 9374.0, 9405.0, 9358.0, 9383.0, 9371.0, 9401.0, 9374.0, 9402.0, 9373.0, 9400.0, 9371.0, 9388.0, 9411.0, 9401.0, 9394.0, 9402.0, 9395.0, 9405.0, 9409.0, 9404.0, 9415.0, 9404.0, 9396.0, 9421.0, 9395.0, 9390.0, 9412.0, 9374.0, 9401.0, 9399.0, 9409.0, 9377.0, 9424.0, 9389.0, 9438.0, 9434.0, 9423.0, 9414.0, 9415.0, 9427.0, 9408.0, 9444.0, 9406.0, 9441.0, 9390.0, 9404.0, 9391.0, 9385.0, 9392.0, 9399.0, 9389.0, 9372.0, 9386.0, 9358.0, 9387.0, 9355.0, 9391.0, 9376.0, 9373.0, 9353.0, 9384.0, 9347.0, 9368.0, 9368.0, 9383.0, 9357.0, 9386.0, 9353.0, 9365.0, 9351.0, 9384.0, 9354.0, 9388.0, 9367.0, 9366.0, 9365.0, 9378.0, 9353.0, 9380.0, 9374.0, 9384.0, 9362.0, 9403.0, 9374.0, 9400.0, 9374.0, 9399.0, 9366.0, 9405.0, 9360.0, 9405.0, 9378.0, 9406.0, 9378.0, 9407.0, 9396.0, 9416.0, 9400.0, 9423.0, 9412.0, 9404.0, 9408.0, 9429.0, 9410.0, 9425.0, 9414.0, 9409.0, 9408.0, 9364.0, 9405.0, 9364.0, 9413.0, 9382.0, 9396.0, 9370.0, 9425.0, 9386.0, 9421.0, 9397.0, 9430.0, 9402.0, 9423.0, 9402.0, 9425.0, 9413.0, 9425.0, 9433.0, 9442.0, 9409.0, 9435.0, 9393.0, 9383.0, 9382.0, 9352.0, 9388.0, 9387.0, 9364.0, 9347.0, 9364.0, 9351.0, 9362.0, 9370.0, 9381.0, 9357.0, 9383.0, 9352.0, 9383.0, 9373.0, 9386.0, 9374.0, 9383.0, 9369.0, 9398.0, 9357.0, 9384.0, 9375.0, 9399.0, 9376.0, 9416.0, 9377.0, 9403.0, 9389.0, 9399.0, 9395.0, 9421.0, 9385.0, 9422.0, 9387.0, 9400.0, 9386.0, 9405.0, 9388.0, 9383.0, 9386.0, 9368.0, 9386.0, 9365.0, 9406.0, 9406.0, 9388.0, 9385.0, 9406.0, 9385.0, 9402.0, 9384.0, 9404.0, 9375.0, 9389.0, 9373.0, 9372.0, 9360.0, 9375.0, 9364.0, 9394.0, 9364.0, 9408.0, 9367.0, 9393.0, 9362.0, 9410.0, 9384.0, 9403.0, 9361.0, 9406.0, 9374.0, 9402.0, 9388.0, 9423.0, 9398.0, 9418.0, 9394.0, 9418.0, 9394.0, 9397.0, 9391.0, 9419.0, 9409.0, 9403.0, 9390.0, 9394.0, 9384.0, 9364.0, 9409.0, 9390.0, 9386.0, 9371.0, 9376.0, 9356.0, 9374.0, 9359.0, 9405.0, 9374.0, 9400.0, 9375.0, 9400.0, 9373.0, 9406.0, 9381.0, 9415.0, 9380.0, 9420.0, 9393.0, 9386.0, 9406.0, 9423.0, 9406.0, 9417.0, 9391.0, 9359.0, 9385.0, 9355.0, 9393.0, 9359.0, 9390.0, 9355.0, 9397.0, 9371.0, 9399.0, 9372.0, 9398.0, 9354.0, 9383.0, 9356.0, 9386.0, 9361.0, 9387.0, 9349.0, 9404.0, 9362.0, 9394.0, 9347.0, 9395.0, 9380.0, 9395.0, 9389.0, 9392.0, 9347.0, 9381.0, 9354.0, 9400.0, 9355.0, 9411.0, 9358.0, 9427.0, 9359.0, 9432.0, 9380.0, 9448.0, 9391.0, 9448.0, 9384.0, 9425.0, 9387.0, 9428.0, 9367.0, 9414.0, 9360.0, 9389.0, 9347.0, 9389.0, 9351.0, 9386.0, 9362.0, 9405.0, 9376.0, 9402.0, 9384.0, 9422.0, 9379.0, 9418.0, 9384.0, 9417.0, 9379.0, 9425.0, 9394.0, 9421.0, 9377.0, 9405.0, 9379.0, 9402.0, 9380.0, 9417.0, 9363.0, 9416.0, 9380.0, 9400.0, 9377.0, 9420.0, 9384.0, 9423.0, 9399.0, 9423.0, 9395.0, 9418.0, 9394.0, 9426.0, 9393.0, 9406.0, 9408.0, 9361.0, 9392.0, 9348.0, 9400.0, 9379.0, 9408.0, 9359.0, 9400.0, 9372.0, 9401.0, 9397.0, 9419.0, 9377.0, 9404.0, 9379.0, 9401.0, 9394.0, 9425.0, 9415.0, 9421.0, 9409.0, 9373.0, 9408.0, 9359.0, 9392.0, 9366.0, 9408.0, 9360.0, 9404.0, 9357.0, 9402.0, 9373.0, 9407.0, 9374.0, 9402.0, 9361.0, 9400.0, 9375.0, 9390.0, 9382.0, 9419.0, 9377.0, 9403.0, 9383.0, 9403.0, 9401.0, 9430.0, 9401.0, 9437.0, 9411.0, 9377.0, 9392.0, 9355.0, 9396.0, 9360.0, 9406.0, 9364.0, 9405.0, 9380.0, 9425.0, 9384.0, 9424.0, 9367.0, 9424.0, 9381.0, 9404.0, 9395.0, 9412.0, 9412.0, 9436.0, 9395.0, 9439.0, 9395.0, 9396.0, 9388.0, 9361.0, 9405.0, 9374.0, 9391.0, 9354.0, 9386.0, 9355.0, 9418.0, 9394.0, 9418.0, 9390.0, 9399.0, 9387.0, 9397.0, 9391.0, 9405.0, 9388.0, 9416.0, 9390.0, 9384.0, 9388.0, 9395.0, 9411.0, 9392.0, 9393.0, 9356.0, 9375.0, 9329.0, 9393.0, 9357.0, 9405.0, 9359.0, 9403.0, 9369.0, 9385.0, 9370.0, 9402.0, 9412.0, 9402.0, 9378.0, 9417.0, 9387.0, 9388.0, 9404.0, 9370.0, 9401.0, 9368.0, 9384.0, 9369.0, 9372.0, 9353.0, 9368.0, 9347.0, 9384.0, 9356.0, 9367.0, 9347.0, 9358.0, 9335.0, 9362.0, 9318.0, 9365.0, 9356.0, 9384.0, 9340.0, 9395.0, 9361.0, 9383.0, 9355.0, 9401.0, 9396.0, 9406.0, 9368.0, 9420.0, 9365.0, 9406.0, 9384.0, 9409.0, 9372.0, 9423.0, 9384.0, 9426.0, 9383.0, 9408.0, 9369.0, 9426.0, 9353.0, 9409.0, 9351.0, 9396.0, 9352.0, 9396.0, 9354.0, 9423.0, 9370.0, 9424.0, 9396.0, 9424.0, 9402.0, 9424.0, 9400.0, 9425.0, 9398.0, 9407.0, 9394.0, 9409.0, 9390.0, 9425.0, 9390.0, 9385.0, 9388.0, 9390.0, 9388.0, 9398.0, 9374.0, 9381.0, 9387.0, 9384.0, 9389.0, 9403.0, 9393.0, 9403.0, 9391.0, 9371.0, 9390.0, 9393.0, 9393.0, 9424.0, 9415.0, 9407.0, 9399.0, 9408.0, 9417.0, 9427.0, 9417.0, 9459.0, 9432.0, 9412.0, 9398.0, 9385.0, 9410.0, 9401.0, 9422.0, 9398.0, 9426.0, 9401.0, 9427.0, 9402.0, 9431.0, 9378.0, 9407.0, 9371.0, 9383.0, 9349.0, 9383.0, 9345.0, 9396.0, 9345.0, 9371.0, 9337.0, 9352.0, 9334.0, 9349.0, 9339.0, 9347.0, 9342.0, 9348.0, 9342.0, 9351.0, 9354.0, 9358.0, 9362.0, 9355.0, 9366.0, 9379.0, 9382.0, 9375.0, 9366.0, 9361.0, 9366.0, 9377.0, 9382.0, 9397.0, 9387.0, 9364.0, 9384.0, 9368.0, 9373.0, 9373.0, 9373.0, 9360.0, 9372.0, 9350.0, 9404.0, 9362.0, 9424.0, 9373.0, 9422.0, 9382.0, 9419.0, 9398.0, 9419.0, 9407.0, 9424.0, 9405.0, 9425.0, 9401.0, 9394.0, 9401.0, 9398.0, 9400.0, 9382.0, 9410.0, 9369.0, 9423.0, 9381.0, 9443.0, 9403.0, 9438.0, 9398.0, 9420.0, 9381.0, 9422.0, 9379.0, 9422.0, 9381.0, 9424.0, 9377.0, 9405.0, 9364.0, 9395.0, 9352.0, 9394.0, 9382.0, 9398.0, 9382.0, 9414.0, 9393.0, 9413.0, 9422.0, 9412.0, 9410.0, 9411.0, 9382.0, 9413.0, 9398.0, 9411.0, 9444.0, 9396.0, 9433.0, 9393.0, 9400.0, 9371.0, 9382.0, 9370.0, 9383.0, 9371.0, 9397.0, 9374.0, 9401.0, 9393.0, 9402.0, 9393.0, 9422.0, 9395.0, 9406.0, 9409.0, 9364.0, 9408.0, 9378.0, 9412.0, 9412.0, 9412.0, 9391.0, 9408.0, 9405.0, 9390.0, 9417.0, 9403.0, 9439.0, 9395.0, 9402.0, 9392.0, 9388.0, 9405.0, 9400.0, 9395.0, 9404.0, 9381.0, 9402.0, 9373.0, 9384.0, 9379.0, 9401.0, 9375.0, 9406.0, 9372.0, 9390.0, 9358.0, 9404.0, 9410.0, 9392.0, 9358.0, 9389.0, 9347.0, 9368.0, 9370.0, 9418.0, 9392.0, 9435.0, 9406.0, 9415.0, 9402.0, 9433.0, 9397.0, 9413.0, 9442.0, 9396.0, 9426.0, 9399.0, 9394.0, 9395.0, 9403.0, 9380.0, 9405.0, 9385.0, 9426.0, 9384.0, 9405.0, 9382.0, 9405.0, 9403.0, 9423.0, 9404.0, 9431.0, 9384.0, 9413.0, 9366.0, 9412.0, 9405.0, 9414.0, 9438.0, 9414.0, 9432.0, 9416.0, 9429.0, 9417.0, 9414.0, 9415.0, 9424.0, 9413.0, 9441.0, 9417.0, 9426.0, 9416.0, 9412.0, 9413.0, 9368.0, 9381.0, 9382.0, 9408.0, 9381.0, 9429.0, 9387.0, 9429.0, 9405.0, 9432.0, 9418.0, 9430.0, 9429.0, 9398.0, 9418.0, 9412.0, 9415.0, 9441.0, 9410.0, 9381.0, 9411.0, 9407.0, 9392.0, 9409.0, 9394.0, 9407.0, 9395.0, 9350.0, 9370.0, 9369.0, 9409.0, 9390.0, 9446.0, 9405.0, 9444.0, 9420.0, 9427.0, 9416.0, 9425.0, 9414.0, 9430.0, 9415.0, 9425.0, 9412.0, 9361.0, 9378.0, 9360.0, 9403.0, 9380.0, 9421.0, 9379.0, 9441.0, 9393.0, 9407.0, 9392.0, 9363.0, 9393.0, 9382.0, 9423.0, 9381.0, 9424.0, 9377.0, 9405.0, 9395.0, 9402.0, 9379.0, 9407.0, 9378.0, 9402.0, 9378.0, 9404.0, 9395.0, 9422.0, 9421.0, 9405.0, 9421.0, 9408.0, 9431.0, 9418.0, 9416.0, 9432.0, 9418.0, 9418.0, 9428.0, 9414.0, 9394.0, 9408.0, 9373.0, 9405.0, 9408.0, 9377.0, 9358.0, 9372.0, 9370.0, 9383.0, 9389.0, 9403.0, 9396.0, 9405.0, 9394.0, 9363.0, 9408.0, 9362.0, 9407.0, 9402.0, 9395.0, 9438.0, 9393.0, 9403.0, 9391.0, 9400.0, 9388.0, 9400.0, 9390.0, 9416.0, 9393.0, 9387.0, 9393.0, 9404.0, 9392.0, 9403.0, 9396.0, 9405.0, 9384.0, 9404.0, 9397.0, 9402.0, 9381.0, 9405.0, 9367.0, 9421.0, 9382.0, 9402.0, 9383.0, 9406.0, 9383.0, 9424.0, 9386.0, 9425.0, 9407.0, 9426.0, 9403.0, 9423.0, 9399.0, 9425.0, 9369.0, 9425.0, 9365.0, 9405.0, 9378.0, 9409.0, 9380.0, 9405.0, 9380.0, 9403.0, 9379.0, 9407.0, 9364.0, 9388.0, 9345.0, 9373.0, 9346.0, 9386.0, 9350.0, 9407.0, 9365.0, 9420.0, 9370.0, 9423.0, 9381.0, 9423.0, 9387.0, 9426.0, 9385.0, 9424.0, 9386.0, 9419.0, 9399.0, 9410.0, 9386.0, 9423.0, 9383.0, 9421.0, 9383.0, 9408.0, 9385.0, 9409.0, 9400.0, 9425.0, 9403.0, 9442.0, 9416.0, 9439.0, 9407.0, 9406.0, 9392.0, 9405.0, 9391.0, 9437.0, 9405.0, 9403.0, 9388.0, 9359.0, 9388.0, 9359.0, 9387.0, 9360.0, 9387.0, 9359.0, 9388.0, 9359.0, 9403.0, 9361.0, 9403.0, 9363.0, 9403.0, 9365.0, 9418.0, 9392.0, 9419.0, 9395.0, 9417.0, 9397.0, 9422.0, 9396.0, 9435.0, 9407.0, 9389.0, 9405.0, 9371.0, 9406.0, 9389.0, 9388.0, 9343.0, 9373.0, 9356.0, 9404.0, 9382.0, 9422.0, 9400.0, 9423.0, 9411.0, 9370.0, 9413.0, 9383.0, 9441.0, 9385.0, 9442.0, 9418.0, 9423.0, 9409.0, 9393.0, 9404.0, 9378.0, 9403.0, 9358.0, 9419.0, 9374.0, 9399.0, 9374.0, 9398.0, 9391.0, 9388.0, 9387.0, 9360.0, 9404.0, 9375.0, 9399.0, 9387.0, 9416.0, 9391.0, 9429.0, 9387.0, 9354.0, 9354.0, 9350.0, 9393.0, 9368.0, 9399.0, 9369.0, 9412.0, 9382.0, 9352.0, 9352.0, 9350.0, 9382.0, 9372.0, 9399.0, 9373.0, 9414.0, 9386.0, 9352.0, 9385.0, 9344.0, 9372.0, 9358.0, 9417.0, 9376.0, 9398.0, 9393.0, 9420.0, 9392.0, 9390.0, 9365.0, 9376.0, 9405.0, 9389.0, 9434.0, 9397.0, 9435.0, 9406.0, 9387.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.00030735056542810984</td></tr>
<tr><td colspan=3>aqi</td><td>0.018605281906300487</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.74669933320583</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3022249487931032</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038280176293097</td></tr>
<tr><td colspan=3>efc</td><td>0.4883</td></tr>
<tr><td colspan=3>fber</td><td>5484.6353</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.059445472819558046</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2692514808831449</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4264740337091943</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3097722176580118</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.703916390079064</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2657334933905067</td></tr>
<tr><td colspan=3>gcor</td><td>0.0075757</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02106877788901329</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03581376373767853</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8224954104804345</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.5221</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6745</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.3454</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295244.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.4046</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3863</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.611</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3385.966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81300.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.2936</td></tr>
<tr><td colspan=3>tsnr</td><td>43.94332278519869</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>