<?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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-02/func/sub-0079_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>9d07096e4c1ebf53e3cf6e7672ddc886</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:47:20.010000</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.997754, -0.00660424, 0.0666654, 0.00383113, 0.999125, 0.0416399]</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.0987037</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7749, -7280, 499, 46, -97, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>853032fd-9687-4ffc-9ad0-9ac7a8cd195a||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.6768996715545654, 0.010278635658323765, 0.18058161437511444, 106.04688262939453], [0.017718689516186714, 2.6805801391601562, 0.11148562282323837, -92.37077331542969], [0.17885836958885193, -0.1117168515920639, 2.6916465759277344, -76.86799621582031], [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': ['134720.010000', '134720.470000', '134720.930000', '134721.390000', '134721.850000', '134722.310000', '134722.770000', '134723.230000', '134723.690000', '134724.150000', '134724.610000', '134725.070000', '134725.530000', '134725.990000', '134726.450000', '134726.910000', '134727.370000', '134727.830000', '134728.290000', '134728.750000', '134729.210000', '134729.670000', '134730.130000', '134730.590000', '134731.050000', '134731.510000', '134731.970000', '134732.430000', '134732.890000', '134733.350000', '134733.810000', '134734.270000', '134734.730000', '134735.190000', '134735.650000', '134736.110000', '134736.570000', '134737.030000', '134737.490000', '134737.950000', '134738.410000', '134738.870000', '134739.330000', '134739.790000', '134740.250000', '134740.710000', '134741.170000', '134741.630000', '134742.090000', '134742.550000', '134743.010000', '134743.470000', '134743.930000', '134744.390000', '134744.850000', '134745.310000', '134745.770000', '134746.230000', '134746.690000', '134747.150000', '134747.610000', '134748.070000', '134748.530000', '134748.990000', '134749.450000', '134749.910000', '134750.370000', '134750.830000', '134751.290000', '134751.750000', '134752.210000', '134752.670000', '134753.130000', '134753.590000', '134754.050000', '134754.510000', '134754.970000', '134755.430000', '134755.890000', '134756.350000', '134756.810000', '134757.270000', '134757.730000', '134758.190000', '134758.650000', '134759.110000', '134759.570000', '134800.030000', '134800.490000', '134800.950000', '134801.410000', '134801.870000', '134802.330000', '134802.790000', '134803.250000', '134803.710000', '134804.170000', '134804.630000', '134805.090000', '134805.550000', '134806.010000', '134806.470000', '134806.930000', '134807.390000', '134807.850000', '134808.310000', '134808.770000', '134809.230000', '134809.690000', '134810.150000', '134810.610000', '134811.070000', '134811.530000', '134811.990000', '134812.450000', '134812.910000', '134813.370000', '134813.830000', '134814.290000', '134814.750000', '134815.210000', '134815.670000', '134816.130000', '134816.590000', '134817.050000', '134817.510000', '134817.970000', '134818.430000', '134818.890000', '134819.350000', '134819.810000', '134820.270000', '134820.730000', '134821.190000', '134821.650000', '134822.110000', '134822.570000', '134823.030000', '134823.490000', '134823.950000', '134824.410000', '134824.870000', '134825.330000', '134825.790000', '134826.250000', '134826.710000', '134827.170000', '134827.630000', '134828.090000', '134828.550000', '134829.010000', '134829.470000', '134829.930000', '134830.390000', '134830.850000', '134831.310000', '134831.770000', '134832.230000', '134832.690000', '134833.150000', '134833.610000', '134834.070000', '134834.530000', '134834.990000', '134835.450000', '134835.910000', '134836.370000', '134836.830000', '134837.290000', '134837.750000', '134838.210000', '134838.670000', '134839.130000', '134839.590000', '134840.050000', '134840.510000', '134840.970000', '134841.430000', '134841.890000', '134842.350000', '134842.810000', '134843.270000', '134843.730000', '134844.190000', '134844.650000', '134845.110000', '134845.570000', '134846.030000', '134846.490000', '134846.950000', '134847.410000', '134847.870000', '134848.330000', '134848.790000', '134849.250000', '134849.710000', '134850.170000', '134850.630000', '134851.090000', '134851.550000', '134852.010000', '134852.470000', '134852.930000', '134853.390000', '134853.850000', '134854.310000', '134854.770000', '134855.230000', '134855.690000', '134856.150000', '134856.610000', '134857.070000', '134857.530000', '134857.990000', '134858.450000', '134858.910000', '134859.370000', '134859.830000', '134900.290000', '134900.750000', '134901.210000', '134901.670000', '134902.130000', '134902.590000', '134903.050000', '134903.510000', '134903.970000', '134904.430000', '134904.890000', '134905.350000', '134905.810000', '134906.270000', '134906.730000', '134907.190000', '134907.650000', '134908.110000', '134908.570000', '134909.030000', '134909.490000', '134909.950000', '134910.410000', '134910.870000', '134911.330000', '134911.790000', '134912.250000', '134912.710000', '134913.170000', '134913.630000', '134914.090000', '134914.550000', '134915.010000', '134915.470000', '134915.930000', '134916.390000', '134916.850000', '134917.310000', '134917.770000', '134918.230000', '134918.690000', '134919.150000', '134919.610000', '134920.070000', '134920.530000', '134920.990000', '134921.450000', '134921.910000', '134922.370000', '134922.830000', '134923.290000', '134923.750000', '134924.210000', '134924.670000', '134925.130000', '134925.590000', '134926.050000', '134926.510000', '134926.970000', '134927.430000', '134927.890000', '134928.350000', '134928.810000', '134929.270000', '134929.730000', '134930.190000', '134930.650000', '134931.110000', '134931.570000', '134932.030000', '134932.490000', '134932.950000', '134933.410000', '134933.870000', '134934.330000', '134934.790000', '134935.250000', '134935.710000', '134936.170000', '134936.630000', '134937.090000', '134937.550000', '134938.010000', '134938.470000', '134938.930000', '134939.390000', '134939.850000', '134940.310000', '134940.770000', '134941.230000', '134941.690000', '134942.150000', '134942.610000', '134943.070000', '134943.530000', '134943.990000', '134944.450000', '134944.910000', '134945.370000', '134945.830000', '134946.290000', '134946.750000', '134947.210000', '134947.670000', '134948.130000', '134948.590000', '134949.050000', '134949.510000', '134949.970000', '134950.430000', '134950.890000', '134951.350000', '134951.810000', '134952.270000', '134952.730000', '134953.190000', '134953.650000', '134954.110000', '134954.570000', '134955.030000', '134955.490000', '134955.950000', '134956.410000', '134956.870000', '134957.330000', '134957.790000', '134958.250000', '134958.710000', '134959.170000', '134959.630000', '135000.090000', '135000.550000', '135001.010000', '135001.470000', '135001.930000', '135002.390000', '135002.850000', '135003.310000', '135003.770000', '135004.230000', '135004.690000', '135005.150000', '135005.610000', '135006.070000', '135006.530000', '135006.990000', '135007.450000', '135007.910000', '135008.370000', '135008.830000', '135009.290000', '135009.750000', '135010.210000', '135010.670000', '135011.130000', '135011.590000', '135012.050000', '135012.510000', '135012.970000', '135013.430000', '135013.890000', '135014.350000', '135014.810000', '135015.270000', '135015.730000', '135016.190000', '135016.650000', '135017.110000', '135017.570000', '135018.030000', '135018.490000', '135018.950000', '135019.410000', '135019.870000', '135020.330000', '135020.790000', '135021.250000', '135021.710000', '135022.170000', '135022.630000', '135023.090000', '135023.550000', '135024.010000', '135024.470000', '135024.930000', '135025.390000', '135025.850000', '135026.310000', '135026.770000', '135027.230000', '135027.690000', '135028.150000', '135028.610000', '135029.070000', '135029.530000', '135029.990000', '135030.450000', '135030.910000', '135031.370000', '135031.830000', '135032.290000', '135032.750000', '135033.210000', '135033.670000', '135034.130000', '135034.590000', '135035.050000', '135035.510000', '135035.970000', '135036.430000', '135036.890000', '135037.350000', '135037.810000', '135038.270000', '135038.730000', '135039.190000', '135039.650000', '135040.110000', '135040.570000', '135041.030000', '135041.490000', '135041.950000', '135042.410000', '135042.870000', '135043.330000', '135043.790000', '135044.250000', '135044.710000', '135045.170000', '135045.630000', '135046.090000', '135046.550000', '135047.010000', '135047.470000', '135047.930000', '135048.390000', '135048.850000', '135049.310000', '135049.770000', '135050.230000', '135050.690000', '135051.150000', '135051.610000', '135052.070000', '135052.530000', '135052.990000', '135053.450000', '135053.910000', '135054.370000', '135054.830000', '135055.290000', '135055.750000', '135056.210000', '135056.670000', '135057.130000', '135057.590000', '135058.050000', '135058.510000', '135058.970000', '135059.430000', '135059.890000', '135100.350000', '135100.810000', '135101.270000', '135101.730000', '135102.190000', '135102.650000', '135103.110000', '135103.570000', '135104.030000', '135104.490000', '135104.950000', '135105.410000', '135105.870000', '135106.330000', '135106.790000', '135107.250000', '135107.710000', '135108.170000', '135108.630000', '135109.090000', '135109.550000', '135110.010000', '135110.470000', '135110.930000', '135111.390000', '135111.850000', '135112.310000', '135112.770000', '135113.230000', '135113.690000', '135114.150000', '135114.610000', '135115.070000', '135115.530000', '135115.990000', '135116.450000', '135116.910000', '135117.370000', '135117.830000', '135118.290000', '135118.750000', '135119.210000', '135119.670000', '135120.130000', '135120.590000', '135121.050000', '135121.510000', '135121.970000', '135122.430000', '135122.890000', '135123.350000', '135123.810000', '135124.270000', '135124.730000', '135125.190000', '135125.650000', '135126.110000', '135126.570000', '135127.030000', '135127.490000', '135127.950000', '135128.410000', '135128.870000', '135129.330000', '135129.790000', '135130.250000', '135130.710000', '135131.170000', '135131.630000', '135132.090000', '135132.550000', '135133.010000', '135133.470000', '135133.930000', '135134.390000', '135134.850000', '135135.310000', '135135.770000', '135136.230000', '135136.690000', '135137.150000', '135137.610000', '135138.070000', '135138.530000', '135138.990000', '135139.450000', '135139.910000', '135140.370000', '135140.830000', '135141.290000', '135141.750000', '135142.210000', '135142.670000', '135143.130000', '135143.590000', '135144.050000', '135144.510000', '135144.970000', '135145.430000', '135145.890000', '135146.350000', '135146.810000', '135147.270000', '135147.730000', '135148.190000', '135148.650000', '135149.110000', '135149.570000', '135150.030000', '135150.490000', '135150.950000', '135151.410000', '135151.870000', '135152.330000', '135152.790000', '135153.250000', '135153.710000', '135154.170000', '135154.630000', '135155.090000', '135155.550000', '135156.010000', '135156.470000', '135156.930000', '135157.390000', '135157.850000', '135158.310000', '135158.770000', '135159.230000', '135159.690000', '135200.150000', '135200.610000', '135201.070000', '135201.530000', '135201.990000', '135202.450000', '135202.910000', '135203.370000', '135203.830000', '135204.290000', '135204.750000', '135205.210000', '135205.670000', '135206.130000', '135206.590000', '135207.050000', '135207.510000', '135207.970000', '135208.430000', '135208.890000', '135209.350000', '135209.810000', '135210.270000', '135210.730000', '135211.190000', '135211.650000', '135212.110000', '135212.570000', '135213.030000', '135213.490000', '135213.950000', '135214.410000', '135214.870000', '135215.330000', '135215.790000', '135216.250000', '135216.710000', '135217.170000', '135217.630000', '135218.090000', '135218.550000', '135219.010000', '135219.470000', '135219.930000', '135220.390000', '135220.850000', '135221.310000', '135221.770000', '135222.230000', '135222.690000', '135223.150000', '135223.610000', '135224.070000', '135224.530000', '135224.990000', '135225.450000', '135225.910000', '135226.370000', '135226.830000', '135227.290000', '135227.750000', '135228.210000', '135228.670000', '135229.130000', '135229.590000', '135230.050000', '135230.510000', '135230.970000', '135231.430000', '135231.890000', '135232.350000', '135232.810000', '135233.270000', '135233.730000', '135234.190000', '135234.650000', '135235.110000', '135235.570000', '135236.030000', '135236.490000', '135236.950000', '135237.410000', '135237.870000', '135238.330000', '135238.790000', '135239.250000', '135239.710000', '135240.170000', '135240.630000', '135241.090000', '135241.550000', '135242.010000', '135242.470000', '135242.930000', '135243.390000', '135243.850000', '135244.310000', '135244.770000', '135245.230000', '135245.690000', '135246.150000', '135246.610000', '135247.070000', '135247.530000', '135247.990000', '135248.450000', '135248.910000', '135249.370000', '135249.830000', '135250.290000', '135250.750000', '135251.210000', '135251.670000', '135252.130000', '135252.590000', '135253.050000', '135253.510000', '135253.970000', '135254.430000', '135254.890000', '135255.350000', '135255.810000', '135256.270000', '135256.730000', '135257.190000', '135257.650000', '135258.110000', '135258.570000', '135259.030000', '135259.490000', '135259.950000', '135300.410000', '135300.870000', '135301.330000', '135301.790000', '135302.250000', '135302.710000', '135303.170000', '135303.630000', '135304.090000', '135304.550000', '135305.010000', '135305.470000', '135305.930000', '135306.390000', '135306.850000', '135307.310000', '135307.770000', '135308.230000', '135308.690000', '135309.150000', '135309.610000', '135310.070000', '135310.530000', '135310.990000', '135311.450000', '135311.910000', '135312.370000', '135312.830000', '135313.290000', '135313.750000', '135314.210000', '135314.670000', '135315.130000', '135315.590000', '135316.050000', '135316.510000', '135316.970000', '135317.430000', '135317.890000', '135318.350000', '135318.810000', '135319.270000', '135319.730000', '135320.190000', '135320.650000', '135321.110000', '135321.570000', '135322.030000', '135322.490000', '135322.950000', '135323.410000', '135323.870000', '135324.330000', '135324.790000', '135325.250000', '135325.710000', '135326.170000', '135326.630000', '135327.090000', '135327.550000', '135328.010000', '135328.470000', '135328.930000', '135329.390000', '135329.850000', '135330.310000', '135330.770000', '135331.230000', '135331.690000', '135332.150000', '135332.610000', '135333.070000', '135333.530000', '135333.990000', '135334.450000', '135334.910000', '135335.370000', '135335.830000', '135336.290000', '135336.750000', '135337.210000', '135337.670000', '135338.130000', '135338.590000', '135339.050000', '135339.510000', '135339.970000', '135340.430000', '135340.890000', '135341.350000', '135341.810000', '135342.270000', '135342.730000', '135343.190000', '135343.650000', '135344.110000', '135344.570000', '135345.030000', '135345.490000', '135345.950000', '135346.410000', '135346.870000', '135347.330000', '135347.790000', '135348.250000', '135348.710000', '135349.170000', '135349.630000', '135350.090000', '135350.550000', '135351.010000', '135351.470000', '135351.930000', '135352.390000', '135352.850000', '135353.310000', '135353.770000', '135354.230000', '135354.690000', '135355.150000', '135355.610000', '135356.070000', '135356.530000', '135356.990000', '135357.450000', '135357.910000', '135358.370000', '135358.830000', '135359.290000', '135359.750000', '135400.210000', '135400.670000', '135401.130000', '135401.590000', '135402.050000', '135402.510000', '135402.970000', '135403.430000', '135403.890000', '135404.350000', '135404.810000', '135405.270000', '135405.730000', '135406.190000', '135406.650000', '135407.110000', '135407.570000', '135408.030000', '135408.490000', '135408.950000', '135409.410000', '135409.870000', '135410.330000', '135410.790000', '135411.250000', '135411.710000', '135412.170000', '135412.630000', '135413.090000', '135413.550000', '135414.010000', '135414.470000', '135414.930000', '135415.390000', '135415.850000', '135416.310000', '135416.770000', '135417.230000', '135417.690000', '135418.150000', '135418.610000', '135419.070000', '135419.530000', '135419.990000', '135420.450000', '135420.910000', '135421.370000', '135421.830000', '135422.290000', '135422.750000', '135423.210000', '135423.670000', '135424.130000', '135424.590000', '135425.050000', '135425.510000', '135425.970000', '135426.430000', '135426.890000', '135427.350000', '135427.810000', '135428.270000', '135428.730000', '135429.190000', '135429.650000', '135430.110000', '135430.570000', '135431.030000', '135431.490000', '135431.950000', '135432.410000', '135432.870000', '135433.330000', '135433.790000', '135434.250000', '135434.710000', '135435.170000', '135435.630000', '135436.090000', '135436.550000', '135437.010000', '135437.470000', '135437.930000', '135438.390000', '135438.850000', '135439.310000', '135439.770000', '135440.230000', '135440.690000', '135441.150000', '135441.610000', '135442.070000', '135442.530000', '135442.990000', '135443.450000', '135443.910000', '135444.370000', '135444.830000', '135445.290000', '135445.750000', '135446.210000', '135446.670000', '135447.130000', '135447.590000', '135448.050000', '135448.510000', '135448.970000', '135449.430000', '135449.890000', '135450.350000', '135450.810000', '135451.270000', '135451.730000', '135452.190000', '135452.650000', '135453.110000', '135453.570000', '135454.030000', '135454.490000', '135454.950000', '135455.410000', '135455.870000', '135456.330000', '135456.790000', '135457.250000', '135457.710000', '135458.170000', '135458.630000', '135459.090000', '135459.550000', '135500.010000', '135500.470000', '135500.930000', '135501.390000', '135501.850000', '135502.310000', '135502.770000', '135503.230000', '135503.690000', '135504.150000', '135504.610000', '135505.070000', '135505.530000', '135505.990000', '135506.450000', '135506.910000', '135507.370000', '135507.830000', '135508.290000', '135508.750000', '135509.210000', '135509.670000', '135510.130000', '135510.590000', '135511.050000', '135511.510000', '135511.970000', '135512.430000', '135512.890000', '135513.350000', '135513.810000', '135514.270000', '135514.730000', '135515.190000', '135515.650000', '135516.110000', '135516.570000', '135517.030000', '135517.490000', '135517.950000', '135518.410000', '135518.870000', '135519.330000', '135519.790000', '135520.250000', '135520.710000', '135521.170000', '135521.630000', '135522.090000', '135522.550000', '135523.010000', '135523.470000', '135523.930000', '135524.390000', '135524.850000', '135525.310000', '135525.770000', '135526.230000', '135526.690000', '135527.150000', '135527.610000', '135528.070000', '135528.530000', '135528.990000', '135529.450000', '135529.910000', '135530.370000', '135530.830000', '135531.290000', '135531.750000', '135532.210000', '135532.670000', '135533.130000', '135533.590000', '135534.050000', '135534.510000', '135534.970000', '135535.430000', '135535.890000', '135536.350000', '135536.810000', '135537.270000', '135537.730000', '135538.190000', '135538.650000', '135539.110000', '135539.570000', '135540.030000', '135540.490000', '135540.950000', '135541.410000', '135541.870000', '135542.330000', '135542.790000', '135543.250000', '135543.710000', '135544.170000', '135544.630000', '135545.090000', '135545.550000', '135546.010000', '135546.470000', '135546.930000', '135547.390000', '135547.850000', '135548.310000', '135548.770000', '135549.230000', '135549.690000', '135550.150000', '135550.610000', '135551.070000', '135551.530000', '135551.990000', '135552.450000', '135552.910000', '135553.370000', '135553.830000', '135554.290000', '135554.750000', '135555.210000', '135555.670000', '135556.130000', '135556.590000', '135557.050000', '135557.510000', '135557.970000', '135558.430000', '135558.890000', '135559.350000', '135559.810000', '135600.270000', '135600.730000', '135601.190000', '135601.650000', '135602.110000', '135602.570000', '135603.030000', '135603.490000', '135603.950000', '135604.410000', '135604.870000', '135605.330000', '135605.790000', '135606.250000', '135606.710000', '135607.170000', '135607.630000', '135608.090000', '135608.550000', '135609.010000', '135609.470000', '135609.930000', '135610.390000', '135610.850000', '135611.310000', '135611.770000', '135612.230000', '135612.690000', '135613.150000', '135613.610000', '135614.070000', '135614.530000', '135614.990000', '135615.450000', '135615.910000', '135616.370000', '135616.830000', '135617.290000', '135617.750000', '135618.210000', '135618.670000', '135619.130000', '135619.590000', '135620.050000', '135620.510000', '135620.970000', '135621.430000', '135621.890000', '135622.350000', '135622.810000', '135623.270000', '135623.730000', '135624.190000', '135624.650000', '135625.110000', '135625.570000', '135626.030000', '135626.490000', '135626.950000', '135627.410000', '135627.870000', '135628.330000', '135628.790000', '135629.250000', '135629.710000', '135630.170000', '135630.630000', '135631.090000', '135631.550000', '135632.010000', '135632.470000', '135632.930000', '135633.390000', '135633.850000', '135634.310000', '135634.770000', '135635.230000', '135635.690000', '135636.150000', '135636.610000', '135637.070000', '135637.530000', '135637.990000', '135638.450000', '135638.910000', '135639.370000', '135639.830000', '135640.290000', '135640.750000', '135641.210000', '135641.670000', '135642.130000', '135642.590000', '135643.050000', '135643.510000', '135643.970000', '135644.430000', '135644.890000', '135645.350000', '135645.810000', '135646.270000', '135646.730000', '135647.190000', '135647.650000', '135648.110000', '135648.570000', '135649.030000', '135649.490000', '135649.950000', '135650.410000', '135650.870000', '135651.330000', '135651.790000', '135652.250000', '135652.710000', '135653.170000', '135653.630000', '135654.090000', '135654.550000', '135655.010000', '135655.470000', '135655.930000', '135656.390000', '135656.850000', '135657.310000', '135657.770000', '135658.230000', '135658.690000', '135659.150000', '135659.610000', '135700.070000', '135700.530000', '135700.990000', '135701.450000', '135701.910000', '135702.370000', '135702.830000', '135703.290000', '135703.750000', '135704.210000', '135704.670000', '135705.130000', '135705.590000', '135706.050000', '135706.510000', '135706.970000', '135707.430000', '135707.890000', '135708.350000', '135708.810000', '135709.270000', '135709.730000', '135710.190000', '135710.650000', '135711.110000', '135711.570000', '135712.030000', '135712.490000', '135712.950000', '135713.410000', '135713.870000', '135714.330000', '135714.790000', '135715.250000', '135715.710000', '135716.170000', '135716.630000', '135717.090000', '135717.550000', '135718.010000', '135718.470000', '135718.930000', '135719.390000', '135719.850000', '135720.310000', '135720.770000', '135721.230000', '135721.690000', '135722.150000', '135722.610000', '135723.070000', '135723.530000', '135723.990000', '135724.450000', '135724.910000', '135725.370000', '135725.830000', '135726.290000', '135726.750000', '135727.210000', '135727.670000', '135728.130000', '135728.590000', '135729.050000', '135729.510000', '135729.970000', '135730.430000', '135730.890000', '135731.350000', '135731.810000', '135732.270000', '135732.730000', '135733.190000', '135733.650000', '135734.110000', '135734.570000', '135735.030000', '135735.490000', '135735.950000', '135736.410000', '135736.870000', '135737.330000', '135737.790000', '135738.250000', '135738.710000', '135739.170000', '135739.630000', '135740.090000', '135740.550000', '135741.010000', '135741.470000', '135741.930000', '135742.390000', '135742.850000', '135743.310000', '135743.770000', '135744.230000', '135744.690000', '135745.150000', '135745.610000', '135746.070000', '135746.530000', '135746.990000', '135747.450000', '135747.910000', '135748.370000', '135748.830000', '135749.290000', '135749.750000', '135750.210000', '135750.670000', '135751.130000', '135751.590000', '135752.050000', '135752.510000', '135752.970000', '135753.430000', '135753.890000', '135754.350000', '135754.810000', '135755.270000', '135755.730000', '135756.190000', '135756.650000', '135757.110000', '135757.570000', '135758.030000', '135758.490000', '135758.950000', '135759.410000', '135759.870000', '135800.330000', '135800.790000', '135801.250000', '135801.710000', '135802.170000', '135802.630000', '135803.090000', '135803.550000', '135804.010000', '135804.470000', '135804.930000', '135805.390000', '135805.850000', '135806.310000', '135806.770000', '135807.230000', '135807.690000', '135808.150000', '135808.610000', '135809.070000', '135809.530000', '135809.990000', '135810.450000', '135810.910000', '135811.370000', '135811.830000', '135812.290000', '135812.750000', '135813.210000', '135813.670000', '135814.130000', '135814.590000', '135815.050000', '135815.510000', '135815.970000', '135816.430000', '135816.890000', '135817.350000', '135817.810000', '135818.270000', '135818.730000', '135819.190000', '135819.650000', '135820.110000', '135820.570000', '135821.030000', '135821.490000', '135821.950000', '135822.410000', '135822.870000', '135823.330000', '135823.790000', '135824.250000', '135824.710000', '135825.170000', '135825.630000', '135826.090000', '135826.550000', '135827.010000', '135827.470000', '135827.930000', '135828.390000', '135828.850000', '135829.310000', '135829.770000', '135830.230000', '135830.690000', '135831.150000', '135831.610000', '135832.070000', '135832.530000', '135832.990000', '135833.450000', '135833.910000', '135834.370000', '135834.830000', '135835.290000', '135835.750000', '135836.210000', '135836.670000', '135837.130000', '135837.590000', '135838.050000', '135838.510000', '135838.970000', '135839.430000', '135839.890000', '135840.350000', '135840.810000', '135841.270000', '135841.730000', '135842.190000', '135842.650000', '135843.110000', '135843.570000', '135844.030000', '135844.490000', '135844.950000', '135845.410000', '135845.870000', '135846.330000', '135846.790000', '135847.250000', '135847.710000', '135848.170000', '135848.630000', '135849.090000', '135849.550000', '135850.010000', '135850.470000', '135850.930000', '135851.390000', '135851.850000', '135852.310000', '135852.770000', '135853.230000', '135853.690000', '135854.150000', '135854.610000', '135855.070000', '135855.530000', '135855.990000', '135856.450000', '135856.910000', '135857.370000', '135857.830000', '135858.290000', '135858.750000', '135859.210000', '135859.670000', '135900.130000', '135900.590000', '135901.050000', '135901.510000', '135901.970000', '135902.430000', '135902.890000', '135903.350000', '135903.810000', '135904.270000', '135904.730000', '135905.190000', '135905.650000', '135906.110000', '135906.570000', '135907.030000', '135907.490000', '135907.950000', '135908.410000', '135908.870000', '135909.330000', '135909.790000', '135910.250000', '135910.710000', '135911.170000', '135911.630000', '135912.090000', '135912.550000', '135913.010000', '135913.470000', '135913.930000', '135914.390000', '135914.850000', '135915.310000', '135915.770000', '135916.230000', '135916.690000', '135917.150000', '135917.610000', '135918.070000', '135918.530000', '135918.990000', '135919.450000', '135919.910000', '135920.370000', '135920.830000', '135921.290000', '135921.750000', '135922.210000', '135922.670000', '135923.130000', '135923.590000', '135924.050000', '135924.510000', '135924.970000', '135925.430000', '135925.890000', '135926.350000', '135926.810000', '135927.270000', '135927.730000', '135928.190000', '135928.650000', '135929.110000', '135929.570000', '135930.030000', '135930.490000', '135930.950000', '135931.410000', '135931.870000', '135932.330000', '135932.790000', '135933.250000', '135933.710000', '135934.170000', '135934.630000', '135935.090000', '135935.550000', '135936.010000', '135936.470000', '135936.930000', '135937.390000', '135937.850000', '135938.310000', '135938.770000', '135939.230000', '135939.690000', '135940.150000', '135940.610000', '135941.070000', '135941.530000', '135941.990000', '135942.450000', '135942.910000', '135943.370000', '135943.830000', '135944.290000', '135944.750000', '135945.210000', '135945.670000', '135946.130000', '135946.590000', '135947.050000', '135947.510000', '135947.970000', '135948.430000', '135948.890000', '135949.350000', '135949.810000', '135950.270000', '135950.730000', '135951.190000', '135951.650000', '135952.110000', '135952.570000', '135953.030000', '135953.490000', '135953.950000', '135954.410000', '135954.870000', '135955.330000', '135955.790000', '135956.250000', '135956.710000', '135957.170000', '135957.630000', '135958.090000', '135958.550000', '135959.010000', '135959.470000', '135959.930000', '140000.390000', '140000.850000', '140001.310000', '140001.770000', '140002.230000', '140002.690000', '140003.150000', '140003.610000', '140004.070000', '140004.530000', '140004.990000', '140005.450000', '140005.910000', '140006.370000', '140006.830000', '140007.290000', '140007.750000', '140008.210000', '140008.670000', '140009.130000', '140009.590000', '140010.050000', '140010.510000', '140010.970000', '140011.430000', '140011.890000', '140012.350000', '140012.810000', '140013.270000', '140013.730000', '140014.190000', '140014.650000', '140015.110000', '140015.570000', '140016.030000', '140016.490000', '140016.950000', '140017.410000', '140017.870000', '140018.330000', '140018.790000', '140019.250000', '140019.710000', '140020.170000', '140020.630000', '140021.090000', '140021.550000', '140022.010000', '140022.470000', '140022.930000', '140023.390000', '140023.850000', '140024.310000', '140024.770000', '140025.230000', '140025.690000', '140026.150000', '140026.610000', '140027.070000', '140027.530000', '140027.990000', '140028.450000', '140028.910000', '140029.370000', '140029.830000', '140030.290000', '140030.750000', '140031.210000', '140031.670000', '140032.130000', '140032.590000', '140033.050000', '140033.510000', '140033.970000', '140034.430000', '140034.890000', '140035.350000', '140035.810000', '140036.270000', '140036.730000', '140037.190000', '140037.650000', '140038.110000', '140038.570000', '140039.030000', '140039.490000', '140039.950000', '140040.410000', '140040.870000', '140041.330000', '140041.790000', '140042.250000', '140042.710000', '140043.170000', '140043.630000', '140044.090000', '140044.550000', '140045.010000', '140045.470000', '140045.930000', '140046.390000', '140046.850000', '140047.310000', '140047.770000', '140048.230000', '140048.690000', '140049.150000', '140049.610000', '140050.070000', '140050.530000', '140050.990000', '140051.450000', '140051.910000', '140052.370000', '140052.830000', '140053.290000', '140053.750000', '140054.210000', '140054.670000', '140055.130000', '140055.590000', '140056.050000', '140056.510000', '140056.970000', '140057.430000', '140057.890000', '140058.350000', '140058.810000', '140059.270000', '140059.730000', '140100.190000', '140100.650000', '140101.110000', '140101.570000', '140102.030000', '140102.490000', '140102.950000', '140103.410000', '140103.870000', '140104.330000', '140104.790000', '140105.250000', '140105.710000', '140106.170000', '140106.630000', '140107.090000', '140107.550000', '140108.010000', '140108.470000', '140108.930000', '140109.390000', '140109.850000', '140110.310000', '140110.770000', '140111.230000', '140111.690000', '140112.150000', '140112.610000', '140113.070000', '140113.530000', '140113.990000', '140114.450000', '140114.910000', '140115.370000', '140115.830000', '140116.290000', '140116.750000', '140117.210000', '140117.670000', '140118.130000', '140118.590000', '140119.050000', '140119.510000', '140119.970000', '140120.430000', '140120.890000', '140121.350000', '140121.810000', '140122.270000', '140122.730000', '140123.190000', '140123.650000', '140124.110000', '140124.570000', '140125.030000', '140125.490000', '140125.950000', '140126.410000', '140126.870000', '140127.330000', '140127.790000', '140128.250000', '140128.710000', '140129.170000', '140129.630000', '140130.090000', '140130.550000', '140131.010000', '140131.470000', '140131.930000', '140132.390000', '140132.850000', '140133.310000', '140133.770000', '140134.230000', '140134.690000'], 'ContentTime': ['134736.519000', '134736.522000', '134736.524000', '134736.527000', '134736.530000', '134736.532000', '134736.535000', '134736.538000', '134736.540000', '134736.543000', '134736.545000', '134736.548000', '134736.550000', '134736.553000', '134736.556000', '134736.563000', '134736.566000', '134736.569000', '134736.571000', '134736.574000', '134736.583000', '134736.585000', '134736.588000', '134736.591000', '134736.593000', '134736.596000', '134736.598000', '134736.623000', '134736.625000', '134736.628000', '134736.631000', '134736.633000', '134736.636000', '134756.477000', '134756.480000', '134756.487000', '134756.490000', '134756.492000', '134756.495000', '134756.498000', '134756.500000', '134756.503000', '134756.505000', '134756.508000', '134756.511000', '134756.513000', '134756.516000', '134756.518000', '134756.521000', '134756.524000', '134756.526000', '134756.529000', '134756.532000', '134756.534000', '134756.537000', '134756.539000', '134756.542000', '134756.545000', '134756.547000', '134756.550000', '134756.553000', '134756.555000', '134756.558000', '134756.561000', '134756.563000', '134756.566000', '134756.568000', '134756.571000', '134756.573000', '134756.576000', '134756.579000', '134756.581000', '134756.584000', '134756.587000', '134756.589000', '134756.592000', '134816.477000', '134816.480000', '134816.483000', '134816.486000', '134816.488000', '134816.491000', '134816.494000', '134816.496000', '134816.499000', '134816.502000', '134816.504000', '134816.507000', '134816.510000', '134816.512000', '134816.515000', '134816.517000', '134816.526000', '134816.529000', '134816.540000', '134816.542000', '134816.545000', '134816.548000', '134816.550000', '134816.553000', '134816.556000', '134816.558000', '134816.561000', '134816.563000', '134816.566000', '134816.569000', '134816.571000', '134816.574000', '134816.576000', '134816.579000', '134816.582000', '134816.584000', '134816.587000', '134816.590000', '134816.592000', '134816.595000', '134816.598000', '134816.600000', '134816.603000', '134836.478000', '134836.480000', '134836.483000', '134836.486000', '134836.488000', '134836.491000', '134836.493000', '134836.496000', '134836.499000', '134836.501000', '134836.504000', '134836.507000', '134836.509000', '134836.512000', '134836.514000', '134836.517000', '134836.520000', '134836.522000', '134836.525000', '134836.528000', '134836.530000', '134836.533000', '134836.536000', '134836.538000', '134836.541000', '134836.544000', '134836.546000', '134836.549000', '134836.552000', '134836.554000', '134836.557000', '134836.560000', '134836.562000', '134836.565000', '134836.567000', '134836.570000', '134836.573000', '134836.575000', '134836.578000', '134836.581000', '134836.583000', '134836.586000', '134836.588000', '134836.591000', '134856.477000', '134856.479000', '134856.482000', '134856.485000', '134856.487000', '134856.490000', '134856.493000', '134856.495000', '134856.498000', '134856.500000', '134856.503000', '134856.506000', '134856.508000', '134856.511000', '134856.513000', '134856.516000', '134856.519000', '134856.521000', '134856.524000', '134856.526000', '134856.529000', '134856.532000', '134856.534000', '134856.537000', '134856.540000', '134856.542000', '134856.545000', '134856.547000', '134856.550000', '134856.553000', '134856.556000', '134856.559000', '134856.564000', '134856.566000', '134856.569000', '134856.572000', '134856.574000', '134856.577000', '134856.579000', '134856.582000', '134856.585000', '134856.587000', '134856.590000', '134916.477000', '134916.480000', '134916.483000', '134916.486000', '134916.488000', '134916.491000', '134916.494000', '134916.496000', '134916.499000', '134916.501000', '134916.504000', '134916.507000', '134916.509000', '134916.512000', '134916.514000', '134916.517000', '134916.520000', '134916.522000', '134916.525000', '134916.527000', '134916.541000', '134916.544000', '134916.547000', '134916.549000', '134916.552000', '134916.555000', '134916.557000', '134916.560000', '134916.563000', '134916.565000', '134916.568000', '134916.570000', '134916.573000', '134916.576000', '134916.578000', '134916.581000', '134916.584000', '134916.586000', '134916.589000', '134916.592000', '134916.594000', '134916.597000', '134916.599000', '134916.602000', '134936.477000', '134936.480000', '134936.483000', '134936.485000', '134936.488000', '134936.491000', '134936.493000', '134936.496000', '134936.499000', '134936.501000', '134936.504000', '134936.507000', '134936.509000', '134936.512000', '134936.515000', '134936.517000', '134936.520000', '134936.522000', '134936.525000', '134936.528000', '134936.530000', '134936.533000', '134936.536000', '134936.538000', '134936.541000', '134936.543000', '134936.546000', '134936.549000', '134936.551000', '134936.554000', '134936.557000', '134936.559000', '134936.562000', '134936.565000', '134936.568000', '134936.570000', '134936.573000', '134936.576000', '134936.579000', '134936.581000', '134936.584000', '134936.587000', '134936.589000', '134956.477000', '134956.480000', '134956.483000', '134956.486000', '134956.488000', '134956.491000', '134956.494000', '134956.496000', '134956.499000', '134956.502000', '134956.504000', '134956.507000', '134956.509000', '134956.512000', '134956.515000', '134956.517000', '134956.520000', '134956.523000', '134956.526000', '134956.528000', '134956.531000', '134956.534000', '134956.536000', '134956.539000', '134956.542000', '134956.544000', '134956.547000', '134956.549000', '134956.552000', '134956.555000', '134956.557000', '134956.560000', '134956.563000', '134956.565000', '134956.568000', '134956.571000', '134956.573000', '134956.576000', '134956.578000', '134956.581000', '134956.584000', '134956.586000', '134956.594000', '134956.597000', '135016.478000', '135016.480000', '135016.483000', '135016.486000', '135016.489000', '135016.491000', '135016.494000', '135016.497000', '135016.499000', '135016.502000', '135016.504000', '135016.507000', '135016.510000', '135016.512000', '135016.515000', '135016.518000', '135016.520000', '135016.523000', '135016.525000', '135016.528000', '135016.531000', '135016.534000', '135016.536000', '135016.539000', '135016.541000', '135016.544000', '135016.547000', '135016.549000', '135016.552000', '135016.555000', '135016.557000', '135016.560000', '135016.563000', '135016.565000', '135016.568000', '135016.571000', '135016.573000', '135016.576000', '135016.579000', '135016.581000', '135016.584000', '135016.587000', '135016.589000', '135036.477000', '135036.480000', '135036.483000', '135036.485000', '135036.489000', '135036.491000', '135036.494000', '135036.496000', '135036.499000', '135036.502000', '135036.504000', '135036.507000', '135036.510000', '135036.512000', '135036.515000', '135036.517000', '135036.520000', '135036.523000', '135036.525000', '135036.528000', '135036.531000', '135036.533000', '135036.536000', '135036.538000', '135036.541000', '135036.544000', '135036.546000', '135036.549000', '135036.551000', '135036.554000', '135036.557000', '135036.559000', '135036.562000', '135036.565000', '135036.567000', '135036.570000', '135036.573000', '135036.575000', '135036.578000', '135036.580000', '135036.583000', '135036.586000', '135036.589000', '135036.591000', '135056.503000', '135056.506000', '135056.508000', '135056.511000', '135056.514000', '135056.516000', '135056.519000', '135056.522000', '135056.524000', '135056.527000', '135056.529000', '135056.532000', '135056.535000', '135056.537000', '135056.540000', '135056.542000', '135056.545000', '135056.548000', '135056.550000', '135056.553000', '135056.555000', '135056.558000', '135056.561000', '135056.563000', '135056.566000', '135056.569000', '135056.571000', '135056.574000', '135056.577000', '135056.580000', '135056.583000', '135056.585000', '135056.589000', '135056.591000', '135056.594000', '135056.597000', '135056.599000', '135056.602000', '135056.605000', '135056.607000', '135056.610000', '135056.615000', '135056.618000', '135116.476000', '135116.479000', '135116.482000', '135116.485000', '135116.488000', '135116.490000', '135116.493000', '135116.496000', '135116.498000', '135116.501000', '135116.504000', '135116.506000', '135116.509000', '135116.512000', '135116.514000', '135116.517000', '135116.520000', '135116.522000', '135116.525000', '135116.527000', '135116.530000', '135116.533000', '135116.535000', '135116.538000', '135116.540000', '135116.543000', '135116.546000', '135116.548000', '135116.551000', '135116.554000', '135116.556000', '135116.559000', '135116.561000', '135116.564000', '135116.567000', '135116.569000', '135116.572000', '135116.575000', '135116.577000', '135116.580000', '135116.583000', '135116.585000', '135116.588000', '135116.591000', '135136.478000', '135136.481000', '135136.483000', '135136.486000', '135136.489000', '135136.491000', '135136.494000', '135136.496000', '135136.499000', '135136.502000', '135136.504000', '135136.507000', '135136.510000', '135136.512000', '135136.515000', '135136.518000', '135136.520000', '135136.523000', '135136.525000', '135136.528000', '135136.531000', '135136.533000', '135136.536000', '135136.538000', '135136.541000', '135136.544000', '135136.547000', '135136.549000', '135136.552000', '135136.555000', '135136.557000', '135136.560000', '135136.562000', '135136.565000', '135136.568000', '135136.570000', '135136.573000', '135136.576000', '135136.578000', '135136.581000', '135136.584000', '135136.586000', '135136.589000', '135156.477000', '135156.480000', '135156.483000', '135156.486000', '135156.488000', '135156.491000', '135156.494000', '135156.496000', '135156.499000', '135156.501000', '135156.504000', '135156.507000', '135156.509000', '135156.512000', '135156.515000', '135156.517000', '135156.520000', '135156.523000', '135156.526000', '135156.528000', '135156.531000', '135156.533000', '135156.536000', '135156.539000', '135156.541000', '135156.544000', '135156.547000', '135156.549000', '135156.552000', '135156.555000', '135156.557000', '135156.560000', '135156.562000', '135156.565000', '135156.568000', '135156.570000', '135156.573000', '135156.576000', '135156.578000', '135156.581000', '135156.583000', '135156.586000', '135156.589000', '135156.592000', '135216.478000', '135216.480000', '135216.483000', '135216.486000', '135216.488000', '135216.491000', '135216.494000', '135216.496000', '135216.499000', '135216.501000', '135216.504000', '135216.507000', '135216.510000', '135216.512000', '135216.515000', '135216.517000', '135216.520000', '135216.523000', '135216.525000', '135216.528000', '135216.531000', '135216.533000', '135216.536000', '135216.539000', '135216.541000', '135216.558000', '135216.561000', '135216.563000', '135216.566000', '135216.569000', '135216.579000', '135216.582000', '135216.585000', '135216.587000', '135216.590000', '135216.593000', '135216.595000', '135216.598000', '135216.601000', '135216.603000', '135216.606000', '135216.608000', '135216.611000', '135236.478000', '135236.481000', '135236.483000', '135236.486000', '135236.489000', '135236.492000', '135236.495000', '135236.497000', '135236.500000', '135236.503000', '135236.505000', '135236.508000', '135236.511000', '135236.513000', '135236.516000', '135236.519000', '135236.521000', '135236.524000', '135236.527000', '135236.529000', '135236.532000', '135236.534000', '135236.537000', '135236.540000', '135236.542000', '135236.545000', '135236.548000', '135236.550000', '135236.553000', '135236.556000', '135236.558000', '135236.561000', '135236.563000', '135236.566000', '135236.569000', '135236.571000', '135236.574000', '135236.577000', '135236.579000', '135236.582000', '135236.585000', '135236.587000', '135236.590000', '135256.478000', '135256.480000', '135256.483000', '135256.486000', '135256.488000', '135256.491000', '135256.494000', '135256.496000', '135256.501000', '135256.503000', '135256.506000', '135256.508000', '135256.511000', '135256.514000', '135256.516000', '135256.519000', '135256.522000', '135256.524000', '135256.527000', '135256.530000', '135256.532000', '135256.535000', '135256.538000', '135256.540000', '135256.543000', '135256.550000', '135256.553000', '135256.555000', '135256.558000', '135256.561000', '135256.563000', '135256.566000', '135256.568000', '135256.571000', '135256.574000', '135256.576000', '135256.579000', '135256.582000', '135256.584000', '135256.587000', '135256.590000', '135256.592000', '135256.595000', '135256.597000', '135316.477000', '135316.480000', '135316.483000', '135316.485000', '135316.488000', '135316.491000', '135316.493000', '135316.496000', '135316.499000', '135316.501000', '135316.504000', '135316.507000', '135316.509000', '135316.512000', '135316.514000', '135316.517000', '135316.520000', '135316.522000', '135316.525000', '135316.527000', '135316.530000', '135316.533000', '135316.535000', '135316.538000', '135316.541000', '135316.543000', '135316.546000', '135316.548000', '135316.551000', '135316.554000', '135316.556000', '135316.559000', '135316.562000', '135316.564000', '135316.567000', '135316.569000', '135316.572000', '135316.575000', '135316.577000', '135316.580000', '135316.583000', '135316.585000', '135316.588000', '135316.590000', '135336.477000', '135336.479000', '135336.482000', '135336.485000', '135336.488000', '135336.490000', '135336.493000', '135336.496000', '135336.498000', '135336.501000', '135336.504000', '135336.506000', '135336.509000', '135336.511000', '135336.514000', '135336.517000', '135336.519000', '135336.522000', '135336.525000', '135336.527000', '135336.530000', '135336.533000', '135336.535000', '135336.538000', '135336.541000', '135336.543000', '135336.546000', '135336.549000', '135336.551000', '135336.554000', '135336.557000', '135336.559000', '135336.562000', '135336.564000', '135336.567000', '135336.570000', '135336.573000', '135336.575000', '135336.578000', '135336.581000', '135336.583000', '135336.586000', '135336.589000', '135356.478000', '135356.480000', '135356.483000', '135356.486000', '135356.488000', '135356.491000', '135356.494000', '135356.496000', '135356.499000', '135356.502000', '135356.504000', '135356.507000', '135356.509000', '135356.512000', '135356.515000', '135356.517000', '135356.520000', '135356.523000', '135356.525000', '135356.528000', '135356.531000', '135356.533000', '135356.536000', '135356.539000', '135356.541000', '135356.544000', '135356.547000', '135356.549000', '135356.552000', '135356.555000', '135356.557000', '135356.560000', '135356.563000', '135356.565000', '135356.568000', '135356.571000', '135356.573000', '135356.576000', '135356.585000', '135356.588000', '135356.590000', '135356.593000', '135356.596000', '135356.598000', '135416.477000', '135416.481000', '135416.483000', '135416.486000', '135416.489000', '135416.491000', '135416.494000', '135416.497000', '135416.499000', '135416.502000', '135416.504000', '135416.507000', '135416.510000', '135416.512000', '135416.515000', '135416.518000', '135416.520000', '135416.523000', '135416.525000', '135416.528000', '135416.531000', '135416.533000', '135416.536000', '135416.539000', '135416.541000', '135416.544000', '135416.546000', '135416.549000', '135416.552000', '135416.554000', '135416.557000', '135416.560000', '135416.562000', '135416.565000', '135416.568000', '135416.570000', '135416.573000', '135416.576000', '135416.578000', '135416.581000', '135416.583000', '135416.586000', '135416.589000', '135436.478000', '135436.480000', '135436.483000', '135436.486000', '135436.488000', '135436.491000', '135436.495000', '135436.497000', '135436.500000', '135436.503000', '135436.506000', '135436.508000', '135436.511000', '135436.514000', '135436.516000', '135436.519000', '135436.522000', '135436.524000', '135436.527000', '135436.530000', '135436.532000', '135436.535000', '135436.538000', '135436.540000', '135436.543000', '135436.546000', '135436.549000', '135436.552000', '135436.555000', '135436.557000', '135436.560000', '135436.563000', '135436.565000', '135436.568000', '135436.571000', '135436.573000', '135436.576000', '135436.578000', '135436.581000', '135436.584000', '135436.586000', '135436.589000', '135436.592000', '135436.595000', '135456.477000', '135456.500000', '135456.502000', '135456.505000', '135456.508000', '135456.510000', '135456.513000', '135456.516000', '135456.518000', '135456.521000', '135456.524000', '135456.526000', '135456.529000', '135456.532000', '135456.534000', '135456.537000', '135456.540000', '135456.542000', '135456.545000', '135456.548000', '135456.550000', '135456.553000', '135456.556000', '135456.558000', '135456.561000', '135456.563000', '135456.566000', '135456.569000', '135456.571000', '135456.574000', '135456.577000', '135456.579000', '135456.587000', '135456.589000', '135456.592000', '135456.595000', '135456.597000', '135456.600000', '135456.603000', '135456.605000', '135456.608000', '135456.611000', '135456.613000', '135516.478000', '135516.481000', '135516.483000', '135516.486000', '135516.489000', '135516.492000', '135516.494000', '135516.497000', '135516.499000', '135516.502000', '135516.505000', '135516.507000', '135516.510000', '135516.513000', '135516.515000', '135516.518000', '135516.520000', '135516.523000', '135516.526000', '135516.528000', '135516.531000', '135516.534000', '135516.536000', '135516.539000', '135516.541000', '135516.544000', '135516.547000', '135516.549000', '135516.552000', '135516.555000', '135516.557000', '135516.560000', '135516.563000', '135516.565000', '135516.568000', '135516.570000', '135516.573000', '135516.576000', '135516.578000', '135516.581000', '135516.584000', '135516.586000', '135516.589000', '135516.592000', '135536.478000', '135536.480000', '135536.483000', '135536.486000', '135536.488000', '135536.491000', '135536.494000', '135536.496000', '135536.499000', '135536.502000', '135536.504000', '135536.507000', '135536.510000', '135536.512000', '135536.515000', '135536.518000', '135536.520000', '135536.523000', '135536.526000', '135536.528000', '135536.531000', '135536.534000', '135536.536000', '135536.539000', '135536.542000', '135536.544000', '135536.547000', '135536.549000', '135536.552000', '135536.555000', '135536.557000', '135536.560000', '135536.563000', '135536.565000', '135536.568000', '135536.571000', '135536.573000', '135536.576000', '135536.579000', '135536.581000', '135536.584000', '135536.587000', '135536.589000', '135556.477000', '135556.480000', '135556.483000', '135556.485000', '135556.488000', '135556.490000', '135556.493000', '135556.496000', '135556.498000', '135556.501000', '135556.504000', '135556.506000', '135556.509000', '135556.511000', '135556.514000', '135556.517000', '135556.519000', '135556.522000', '135556.525000', '135556.527000', '135556.530000', '135556.533000', '135556.536000', '135556.539000', '135556.541000', '135556.544000', '135556.547000', '135556.550000', '135556.552000', '135556.555000', '135556.558000', '135556.560000', '135556.563000', '135556.566000', '135556.568000', '135556.571000', '135556.574000', '135556.576000', '135556.579000', '135556.582000', '135556.584000', '135556.587000', '135556.590000', '135616.478000', '135616.481000', '135616.483000', '135616.486000', '135616.489000', '135616.491000', '135616.494000', '135616.496000', '135616.499000', '135616.502000', '135616.504000', '135616.507000', '135616.509000', '135616.512000', '135616.515000', '135616.517000', '135616.520000', '135616.523000', '135616.525000', '135616.528000', '135616.531000', '135616.533000', '135616.536000', '135616.539000', '135616.541000', '135616.544000', '135616.546000', '135616.549000', '135616.552000', '135616.554000', '135616.557000', '135616.560000', '135616.562000', '135616.565000', '135616.568000', '135616.570000', '135616.573000', '135616.575000', '135616.578000', '135616.581000', '135616.583000', '135616.586000', '135616.589000', '135616.591000', '135636.478000', '135636.481000', '135636.484000', '135636.486000', '135636.489000', '135636.491000', '135636.494000', '135636.497000', '135636.499000', '135636.502000', '135636.505000', '135636.507000', '135636.510000', '135636.513000', '135636.515000', '135636.518000', '135636.521000', '135636.524000', '135636.526000', '135636.529000', '135636.531000', '135636.534000', '135636.537000', '135636.539000', '135636.542000', '135636.545000', '135636.547000', '135636.550000', '135636.553000', '135636.555000', '135636.558000', '135636.561000', '135636.563000', '135636.566000', '135636.569000', '135636.571000', '135636.574000', '135636.576000', '135636.579000', '135636.582000', '135636.585000', '135636.587000', '135636.590000', '135656.478000', '135656.480000', '135656.483000', '135656.486000', '135656.488000', '135656.491000', '135656.494000', '135656.496000', '135656.499000', '135656.502000', '135656.504000', '135656.507000', '135656.509000', '135656.512000', '135656.515000', '135656.517000', '135656.520000', '135656.523000', '135656.525000', '135656.528000', '135656.530000', '135656.533000', '135656.536000', '135656.539000', '135656.541000', '135656.544000', '135656.546000', '135656.549000', '135656.552000', '135656.554000', '135656.557000', '135656.560000', '135656.562000', '135656.565000', '135656.567000', '135656.570000', '135656.573000', '135656.575000', '135656.578000', '135656.581000', '135656.583000', '135656.586000', '135656.589000', '135656.591000', '135716.478000', '135716.481000', '135716.483000', '135716.486000', '135716.489000', '135716.491000', '135716.494000', '135716.496000', '135716.500000', '135716.502000', '135716.505000', '135716.507000', '135716.510000', '135716.513000', '135716.516000', '135716.518000', '135716.521000', '135716.524000', '135716.527000', '135716.529000', '135716.532000', '135716.534000', '135716.537000', '135716.540000', '135716.542000', '135716.545000', '135716.548000', '135716.550000', '135716.553000', '135716.556000', '135716.558000', '135716.561000', '135716.564000', '135716.566000', '135716.569000', '135716.573000', '135716.575000', '135716.578000', '135716.581000', '135716.583000', '135716.586000', '135716.589000', '135716.592000', '135736.477000', '135736.481000', '135736.484000', '135736.486000', '135736.489000', '135736.492000', '135736.494000', '135736.497000', '135736.499000', '135736.502000', '135736.505000', '135736.507000', '135736.510000', '135736.513000', '135736.515000', '135736.518000', '135736.521000', '135736.523000', '135736.526000', '135736.529000', '135736.531000', '135736.534000', '135736.537000', '135736.539000', '135736.542000', '135736.545000', '135736.547000', '135736.568000', '135736.570000', '135736.573000', '135736.576000', '135736.578000', '135736.581000', '135736.584000', '135736.586000', '135736.589000', '135736.592000', '135736.594000', '135736.597000', '135736.600000', '135736.602000', '135736.605000', '135736.608000', '135736.611000', '135756.478000', '135756.481000', '135756.483000', '135756.486000', '135756.489000', '135756.491000', '135756.494000', '135756.497000', '135756.499000', '135756.502000', '135756.505000', '135756.507000', '135756.518000', '135756.521000', '135756.524000', '135756.526000', '135756.529000', '135756.532000', '135756.534000', '135756.537000', '135756.540000', '135756.542000', '135756.545000', '135756.548000', '135756.551000', '135756.553000', '135756.558000', '135756.560000', '135756.563000', '135756.566000', '135756.568000', '135756.571000', '135756.573000', '135756.576000', '135756.579000', '135756.581000', '135756.584000', '135756.587000', '135756.590000', '135756.592000', '135756.595000', '135756.598000', '135756.600000', '135816.477000', '135816.479000', '135816.482000', '135816.485000', '135816.488000', '135816.490000', '135816.493000', '135816.496000', '135816.498000', '135816.501000', '135816.503000', '135816.506000', '135816.509000', '135816.511000', '135816.514000', '135816.517000', '135816.519000', '135816.522000', '135816.524000', '135816.527000', '135816.530000', '135816.532000', '135816.535000', '135816.537000', '135816.540000', '135816.543000', '135816.545000', '135816.548000', '135816.551000', '135816.553000', '135816.556000', '135816.558000', '135816.561000', '135816.564000', '135816.566000', '135816.569000', '135816.571000', '135816.574000', '135816.577000', '135816.579000', '135816.582000', '135816.584000', '135816.587000', '135816.590000', '135836.478000', '135836.481000', '135836.483000', '135836.486000', '135836.489000', '135836.491000', '135836.494000', '135836.497000', '135836.499000', '135836.502000', '135836.505000', '135836.507000', '135836.510000', '135836.512000', '135836.515000', '135836.518000', '135836.520000', '135836.523000', '135836.526000', '135836.528000', '135836.531000', '135836.533000', '135836.536000', '135836.539000', '135836.541000', '135836.544000', '135836.547000', '135836.549000', '135836.552000', '135836.554000', '135836.557000', '135836.560000', '135836.562000', '135836.565000', '135836.568000', '135836.571000', '135836.573000', '135836.576000', '135836.579000', '135836.582000', '135836.584000', '135836.587000', '135836.590000', '135856.478000', '135856.480000', '135856.483000', '135856.486000', '135856.489000', '135856.492000', '135856.494000', '135856.497000', '135856.499000', '135856.514000', '135856.516000', '135856.519000', '135856.522000', '135856.524000', '135856.527000', '135856.530000', '135856.532000', '135856.535000', '135856.538000', '135856.540000', '135856.543000', '135856.545000', '135856.548000', '135856.551000', '135856.553000', '135856.556000', '135856.558000', '135856.561000', '135856.564000', '135856.566000', '135856.569000', '135856.572000', '135856.574000', '135856.577000', '135856.579000', '135856.582000', '135856.585000', '135856.587000', '135856.590000', '135856.593000', '135856.596000', '135856.598000', '135856.601000', '135856.604000', '135916.478000', '135916.481000', '135916.484000', '135916.486000', '135916.489000', '135916.491000', '135916.494000', '135916.497000', '135916.499000', '135916.502000', '135916.505000', '135916.507000', '135916.510000', '135916.513000', '135916.515000', '135916.518000', '135916.520000', '135916.523000', '135916.526000', '135916.528000', '135916.531000', '135916.534000', '135916.536000', '135916.539000', '135916.541000', '135916.544000', '135916.547000', '135916.549000', '135916.552000', '135916.555000', '135916.557000', '135916.560000', '135916.562000', '135916.565000', '135916.568000', '135916.570000', '135916.573000', '135916.576000', '135916.578000', '135916.581000', '135916.583000', '135916.586000', '135916.589000', '135936.478000', '135936.480000', '135936.484000', '135936.486000', '135936.489000', '135936.491000', '135936.494000', '135936.497000', '135936.499000', '135936.502000', '135936.505000', '135936.507000', '135936.510000', '135936.512000', '135936.515000', '135936.518000', '135936.520000', '135936.523000', '135936.531000', '135936.534000', '135936.536000', '135936.539000', '135936.542000', '135936.544000', '135936.547000', '135936.549000', '135936.552000', '135936.555000', '135936.557000', '135936.560000', '135936.563000', '135936.565000', '135936.568000', '135936.571000', '135936.573000', '135936.576000', '135936.578000', '135936.581000', '135936.584000', '135936.586000', '135936.589000', '135936.592000', '135936.594000', '135936.597000', '135956.478000', '135956.480000', '135956.483000', '135956.486000', '135956.488000', '135956.491000', '135956.494000', '135956.496000', '135956.499000', '135956.502000', '135956.504000', '135956.507000', '135956.510000', '135956.512000', '135956.515000', '135956.517000', '135956.520000', '135956.523000', '135956.525000', '135956.528000', '135956.531000', '135956.533000', '135956.536000', '135956.538000', '135956.541000', '135956.544000', '135956.546000', '135956.549000', '135956.552000', '135956.554000', '135956.557000', '135956.559000', '135956.562000', '135956.565000', '135956.584000', '135956.587000', '135956.590000', '135956.593000', '135956.596000', '135956.599000', '135956.602000', '135956.604000', '135956.607000', '140016.478000', '140016.481000', '140016.483000', '140016.486000', '140016.489000', '140016.492000', '140016.494000', '140016.497000', '140016.500000', '140016.502000', '140016.505000', '140016.508000', '140016.510000', '140016.514000', '140016.516000', '140016.519000', '140016.521000', '140016.524000', '140016.527000', '140016.529000', '140016.532000', '140016.535000', '140016.537000', '140016.540000', '140016.543000', '140016.545000', '140016.548000', '140016.551000', '140016.553000', '140016.556000', '140016.558000', '140016.561000', '140016.564000', '140016.566000', '140016.569000', '140016.572000', '140016.574000', '140016.577000', '140016.579000', '140016.582000', '140016.585000', '140016.587000', '140016.590000', '140036.477000', '140036.480000', '140036.482000', '140036.485000', '140036.488000', '140036.491000', '140036.493000', '140036.496000', '140036.499000', '140036.501000', '140036.504000', '140036.506000', '140036.509000', '140036.512000', '140036.514000', '140036.517000', '140036.520000', '140036.522000', '140036.525000', '140036.528000', '140036.530000', '140036.533000', '140036.535000', '140036.538000', '140036.541000', '140036.543000', '140036.546000', '140036.548000', '140036.551000', '140036.554000', '140036.556000', '140036.559000', '140036.562000', '140036.565000', '140036.567000', '140036.570000', '140036.572000', '140036.575000', '140036.578000', '140036.580000', '140036.583000', '140036.586000', '140036.588000', '140036.591000', '140056.478000', '140056.480000', '140056.483000', '140056.486000', '140056.488000', '140056.491000', '140056.494000', '140056.496000', '140056.499000', '140056.502000', '140056.504000', '140056.507000', '140056.510000', '140056.512000', '140056.515000', '140056.518000', '140056.520000', '140056.523000', '140056.526000', '140056.528000', '140056.531000', '140056.534000', '140056.536000', '140056.539000', '140056.541000', '140056.544000', '140056.547000', '140056.549000', '140056.552000', '140056.554000', '140056.557000', '140056.560000', '140056.562000', '140056.565000', '140056.568000', '140056.570000', '140056.573000', '140056.575000', '140056.578000', '140056.581000', '140056.583000', '140056.586000', '140056.589000', '140056.591000', '140116.478000', '140116.488000', '140116.495000', '140116.497000', '140116.500000', '140116.502000', '140116.505000', '140116.508000', '140116.510000', '140116.513000', '140116.516000', '140116.518000', '140116.521000', '140116.523000', '140116.526000', '140116.529000', '140116.531000', '140116.534000', '140116.537000', '140116.539000', '140116.542000', '140116.544000', '140116.547000', '140116.550000', '140116.552000', '140116.555000', '140116.558000', '140116.560000', '140116.563000', '140116.565000', '140116.568000', '140116.571000', '140116.574000', '140116.576000', '140116.579000', '140116.582000', '140116.584000', '140116.587000', '140116.590000', '140116.592000', '140116.595000', '140116.597000', '140116.600000', '140136.419000', '140136.422000', '140136.425000', '140136.428000', '140136.431000', '140136.434000', '140136.436000', '140136.458000', '140136.461000', '140136.464000', '140136.466000', '140136.475000', '140136.479000', '140136.481000', '140136.484000', '140136.487000', '140136.490000', '140136.493000', '140136.496000', '140136.499000', '140136.501000', '140136.504000', '140136.507000', '140136.510000', '140136.513000', '140136.516000', '140136.518000', '140136.526000', '140136.530000', '140136.533000', '140136.537000', '140136.540000', '140136.543000', '140136.548000', '140136.552000', '140136.556000', '140136.559000', '140136.562000', '140136.566000', '140136.569000', '140136.577000', '140136.581000', '140136.587000', '140136.594000'], 'InstanceCreationTime': ['134736.519000', '134736.522000', '134736.524000', '134736.527000', '134736.530000', '134736.532000', '134736.535000', '134736.538000', '134736.540000', '134736.543000', '134736.545000', '134736.548000', '134736.550000', '134736.553000', '134736.556000', '134736.563000', '134736.566000', '134736.569000', '134736.571000', '134736.574000', '134736.583000', '134736.585000', '134736.588000', '134736.591000', '134736.593000', '134736.596000', '134736.598000', '134736.623000', '134736.625000', '134736.628000', '134736.631000', '134736.633000', '134736.636000', '134756.477000', '134756.480000', '134756.487000', '134756.490000', '134756.492000', '134756.495000', '134756.498000', '134756.500000', '134756.503000', '134756.505000', '134756.508000', '134756.511000', '134756.513000', '134756.516000', '134756.518000', '134756.521000', '134756.524000', '134756.526000', '134756.529000', '134756.532000', '134756.534000', '134756.537000', '134756.539000', '134756.542000', '134756.545000', '134756.547000', '134756.550000', '134756.553000', '134756.555000', '134756.558000', '134756.561000', '134756.563000', '134756.566000', '134756.568000', '134756.571000', '134756.573000', '134756.576000', '134756.579000', '134756.581000', '134756.584000', '134756.587000', '134756.589000', '134756.592000', '134816.477000', '134816.480000', '134816.483000', '134816.486000', '134816.488000', '134816.491000', '134816.494000', '134816.496000', '134816.499000', '134816.502000', '134816.504000', '134816.507000', '134816.510000', '134816.512000', '134816.515000', '134816.517000', '134816.526000', '134816.529000', '134816.540000', '134816.542000', '134816.545000', '134816.548000', '134816.550000', '134816.553000', '134816.556000', '134816.558000', '134816.561000', '134816.563000', '134816.566000', '134816.569000', '134816.571000', '134816.574000', '134816.576000', '134816.579000', '134816.582000', '134816.584000', '134816.587000', '134816.590000', '134816.592000', '134816.595000', '134816.598000', '134816.600000', '134816.603000', '134836.478000', '134836.480000', '134836.483000', '134836.486000', '134836.488000', '134836.491000', '134836.493000', '134836.496000', '134836.499000', '134836.501000', '134836.504000', '134836.507000', '134836.509000', '134836.512000', '134836.514000', '134836.517000', '134836.520000', '134836.522000', '134836.525000', '134836.528000', '134836.530000', '134836.533000', '134836.536000', '134836.538000', '134836.541000', '134836.544000', '134836.546000', '134836.549000', '134836.552000', '134836.554000', '134836.557000', '134836.560000', '134836.562000', '134836.565000', '134836.567000', '134836.570000', '134836.573000', '134836.575000', '134836.578000', '134836.581000', '134836.583000', '134836.586000', '134836.588000', '134836.591000', '134856.477000', '134856.479000', '134856.482000', '134856.485000', '134856.487000', '134856.490000', '134856.493000', '134856.495000', '134856.498000', '134856.500000', '134856.503000', '134856.506000', '134856.508000', '134856.511000', '134856.513000', '134856.516000', '134856.519000', '134856.521000', '134856.524000', '134856.526000', '134856.529000', '134856.532000', '134856.534000', '134856.537000', '134856.540000', '134856.542000', '134856.545000', '134856.547000', '134856.550000', '134856.553000', '134856.556000', '134856.559000', '134856.564000', '134856.566000', '134856.569000', '134856.572000', '134856.574000', '134856.577000', '134856.579000', '134856.582000', '134856.585000', '134856.587000', '134856.590000', '134916.477000', '134916.480000', '134916.483000', '134916.486000', '134916.488000', '134916.491000', '134916.494000', '134916.496000', '134916.499000', '134916.501000', '134916.504000', '134916.507000', '134916.509000', '134916.512000', '134916.514000', '134916.517000', '134916.520000', '134916.522000', '134916.525000', '134916.527000', '134916.541000', '134916.544000', '134916.547000', '134916.549000', '134916.552000', '134916.555000', '134916.557000', '134916.560000', '134916.563000', '134916.565000', '134916.568000', '134916.570000', '134916.573000', '134916.576000', '134916.578000', '134916.581000', '134916.584000', '134916.586000', '134916.589000', '134916.592000', '134916.594000', '134916.597000', '134916.599000', '134916.602000', '134936.477000', '134936.480000', '134936.483000', '134936.485000', '134936.488000', '134936.491000', '134936.493000', '134936.496000', '134936.499000', '134936.501000', '134936.504000', '134936.507000', '134936.509000', '134936.512000', '134936.515000', '134936.517000', '134936.520000', '134936.522000', '134936.525000', '134936.528000', '134936.530000', '134936.533000', '134936.536000', '134936.538000', '134936.541000', '134936.543000', '134936.546000', '134936.549000', '134936.551000', '134936.554000', '134936.557000', '134936.559000', '134936.562000', '134936.565000', '134936.568000', '134936.570000', '134936.573000', '134936.576000', '134936.579000', '134936.581000', '134936.584000', '134936.587000', '134936.589000', '134956.477000', '134956.480000', '134956.483000', '134956.486000', '134956.488000', '134956.491000', '134956.494000', '134956.496000', '134956.499000', '134956.502000', '134956.504000', '134956.507000', '134956.509000', '134956.512000', '134956.515000', '134956.517000', '134956.520000', '134956.523000', '134956.526000', '134956.528000', '134956.531000', '134956.534000', '134956.536000', '134956.539000', '134956.542000', '134956.544000', '134956.547000', '134956.549000', '134956.552000', '134956.555000', '134956.557000', '134956.560000', '134956.563000', '134956.565000', '134956.568000', '134956.571000', '134956.573000', '134956.576000', '134956.578000', '134956.581000', '134956.584000', '134956.586000', '134956.594000', '134956.597000', '135016.478000', '135016.480000', '135016.483000', '135016.486000', '135016.489000', '135016.491000', '135016.494000', '135016.497000', '135016.499000', '135016.502000', '135016.504000', '135016.507000', '135016.510000', '135016.512000', '135016.515000', '135016.518000', '135016.520000', '135016.523000', '135016.525000', '135016.528000', '135016.531000', '135016.534000', '135016.536000', '135016.539000', '135016.541000', '135016.544000', '135016.547000', '135016.549000', '135016.552000', '135016.555000', '135016.557000', '135016.560000', '135016.563000', '135016.565000', '135016.568000', '135016.571000', '135016.573000', '135016.576000', '135016.579000', '135016.581000', '135016.584000', '135016.587000', '135016.589000', '135036.477000', '135036.480000', '135036.483000', '135036.485000', '135036.489000', '135036.491000', '135036.494000', '135036.496000', '135036.499000', '135036.502000', '135036.504000', '135036.507000', '135036.510000', '135036.512000', '135036.515000', '135036.517000', '135036.520000', '135036.523000', '135036.525000', '135036.528000', '135036.531000', '135036.533000', '135036.536000', '135036.538000', '135036.541000', '135036.544000', '135036.546000', '135036.549000', '135036.551000', '135036.554000', '135036.557000', '135036.559000', '135036.562000', '135036.565000', '135036.567000', '135036.570000', '135036.573000', '135036.575000', '135036.578000', '135036.580000', '135036.583000', '135036.586000', '135036.589000', '135036.591000', '135056.503000', '135056.506000', '135056.508000', '135056.511000', '135056.514000', '135056.516000', '135056.519000', '135056.522000', '135056.524000', '135056.527000', '135056.529000', '135056.532000', '135056.535000', '135056.537000', '135056.540000', '135056.542000', '135056.545000', '135056.548000', '135056.550000', '135056.553000', '135056.555000', '135056.558000', '135056.561000', '135056.563000', '135056.566000', '135056.569000', '135056.571000', '135056.574000', '135056.577000', '135056.580000', '135056.583000', '135056.585000', '135056.589000', '135056.591000', '135056.594000', '135056.597000', '135056.599000', '135056.602000', '135056.605000', '135056.607000', '135056.610000', '135056.615000', '135056.618000', '135116.476000', '135116.479000', '135116.482000', '135116.485000', '135116.488000', '135116.490000', '135116.493000', '135116.496000', '135116.498000', '135116.501000', '135116.504000', '135116.506000', '135116.509000', '135116.512000', '135116.514000', '135116.517000', '135116.520000', '135116.522000', '135116.525000', '135116.527000', '135116.530000', '135116.533000', '135116.535000', '135116.538000', '135116.540000', '135116.543000', '135116.546000', '135116.548000', '135116.551000', '135116.554000', '135116.556000', '135116.559000', '135116.561000', '135116.564000', '135116.567000', '135116.569000', '135116.572000', '135116.575000', '135116.577000', '135116.580000', '135116.583000', '135116.585000', '135116.588000', '135116.591000', '135136.478000', '135136.481000', '135136.483000', '135136.486000', '135136.489000', '135136.491000', '135136.494000', '135136.496000', '135136.499000', '135136.502000', '135136.504000', '135136.507000', '135136.510000', '135136.512000', '135136.515000', '135136.518000', '135136.520000', '135136.523000', '135136.525000', '135136.528000', '135136.531000', '135136.533000', '135136.536000', '135136.538000', '135136.541000', '135136.544000', '135136.547000', '135136.549000', '135136.552000', '135136.555000', '135136.557000', '135136.560000', '135136.562000', '135136.565000', '135136.568000', '135136.570000', '135136.573000', '135136.576000', '135136.578000', '135136.581000', '135136.584000', '135136.586000', '135136.589000', '135156.477000', '135156.480000', '135156.483000', '135156.486000', '135156.488000', '135156.491000', '135156.494000', '135156.496000', '135156.499000', '135156.501000', '135156.504000', '135156.507000', '135156.509000', '135156.512000', '135156.515000', '135156.517000', '135156.520000', '135156.523000', '135156.526000', '135156.528000', '135156.531000', '135156.533000', '135156.536000', '135156.539000', '135156.541000', '135156.544000', '135156.547000', '135156.549000', '135156.552000', '135156.555000', '135156.557000', '135156.560000', '135156.562000', '135156.565000', '135156.568000', '135156.570000', '135156.573000', '135156.576000', '135156.578000', '135156.581000', '135156.583000', '135156.586000', '135156.589000', '135156.592000', '135216.478000', '135216.480000', '135216.483000', '135216.486000', '135216.488000', '135216.491000', '135216.494000', '135216.496000', '135216.499000', '135216.501000', '135216.504000', '135216.507000', '135216.510000', '135216.512000', '135216.515000', '135216.517000', '135216.520000', '135216.523000', '135216.525000', '135216.528000', '135216.531000', '135216.533000', '135216.536000', '135216.539000', '135216.541000', '135216.558000', '135216.561000', '135216.563000', '135216.566000', '135216.569000', '135216.579000', '135216.582000', '135216.585000', '135216.587000', '135216.590000', '135216.593000', '135216.595000', '135216.598000', '135216.601000', '135216.603000', '135216.606000', '135216.608000', '135216.611000', '135236.478000', '135236.481000', '135236.483000', '135236.486000', '135236.489000', '135236.492000', '135236.495000', '135236.497000', '135236.500000', '135236.503000', '135236.505000', '135236.508000', '135236.511000', '135236.513000', '135236.516000', '135236.519000', '135236.521000', '135236.524000', '135236.527000', '135236.529000', '135236.532000', '135236.534000', '135236.537000', '135236.540000', '135236.542000', '135236.545000', '135236.548000', '135236.550000', '135236.553000', '135236.556000', '135236.558000', '135236.561000', '135236.563000', '135236.566000', '135236.569000', '135236.571000', '135236.574000', '135236.577000', '135236.579000', '135236.582000', '135236.585000', '135236.587000', '135236.590000', '135256.478000', '135256.480000', '135256.483000', '135256.486000', '135256.488000', '135256.491000', '135256.494000', '135256.496000', '135256.501000', '135256.503000', '135256.506000', '135256.508000', '135256.511000', '135256.514000', '135256.516000', '135256.519000', '135256.522000', '135256.524000', '135256.527000', '135256.530000', '135256.532000', '135256.535000', '135256.538000', '135256.540000', '135256.543000', '135256.550000', '135256.553000', '135256.555000', '135256.558000', '135256.561000', '135256.563000', '135256.566000', '135256.568000', '135256.571000', '135256.574000', '135256.576000', '135256.579000', '135256.582000', '135256.584000', '135256.587000', '135256.590000', '135256.592000', '135256.595000', '135256.597000', '135316.477000', '135316.480000', '135316.483000', '135316.485000', '135316.488000', '135316.491000', '135316.493000', '135316.496000', '135316.499000', '135316.501000', '135316.504000', '135316.507000', '135316.509000', '135316.512000', '135316.514000', '135316.517000', '135316.520000', '135316.522000', '135316.525000', '135316.527000', '135316.530000', '135316.533000', '135316.535000', '135316.538000', '135316.541000', '135316.543000', '135316.546000', '135316.548000', '135316.551000', '135316.554000', '135316.556000', '135316.559000', '135316.562000', '135316.564000', '135316.567000', '135316.569000', '135316.572000', '135316.575000', '135316.577000', '135316.580000', '135316.583000', '135316.585000', '135316.588000', '135316.590000', '135336.477000', '135336.479000', '135336.482000', '135336.485000', '135336.488000', '135336.490000', '135336.493000', '135336.496000', '135336.498000', '135336.501000', '135336.504000', '135336.506000', '135336.509000', '135336.511000', '135336.514000', '135336.517000', '135336.519000', '135336.522000', '135336.525000', '135336.527000', '135336.530000', '135336.533000', '135336.535000', '135336.538000', '135336.541000', '135336.543000', '135336.546000', '135336.549000', '135336.551000', '135336.554000', '135336.557000', '135336.559000', '135336.562000', '135336.564000', '135336.567000', '135336.570000', '135336.573000', '135336.575000', '135336.578000', '135336.581000', '135336.583000', '135336.586000', '135336.589000', '135356.478000', '135356.480000', '135356.483000', '135356.486000', '135356.488000', '135356.491000', '135356.494000', '135356.496000', '135356.499000', '135356.502000', '135356.504000', '135356.507000', '135356.509000', '135356.512000', '135356.515000', '135356.517000', '135356.520000', '135356.523000', '135356.525000', '135356.528000', '135356.531000', '135356.533000', '135356.536000', '135356.539000', '135356.541000', '135356.544000', '135356.547000', '135356.549000', '135356.552000', '135356.555000', '135356.557000', '135356.560000', '135356.563000', '135356.565000', '135356.568000', '135356.571000', '135356.573000', '135356.576000', '135356.585000', '135356.588000', '135356.590000', '135356.593000', '135356.596000', '135356.598000', '135416.477000', '135416.481000', '135416.483000', '135416.486000', '135416.489000', '135416.491000', '135416.494000', '135416.497000', '135416.499000', '135416.502000', '135416.504000', '135416.507000', '135416.510000', '135416.512000', '135416.515000', '135416.518000', '135416.520000', '135416.523000', '135416.525000', '135416.528000', '135416.531000', '135416.533000', '135416.536000', '135416.539000', '135416.541000', '135416.544000', '135416.546000', '135416.549000', '135416.552000', '135416.554000', '135416.557000', '135416.560000', '135416.562000', '135416.565000', '135416.568000', '135416.570000', '135416.573000', '135416.576000', '135416.578000', '135416.581000', '135416.583000', '135416.586000', '135416.589000', '135436.478000', '135436.480000', '135436.483000', '135436.486000', '135436.488000', '135436.491000', '135436.495000', '135436.497000', '135436.500000', '135436.503000', '135436.506000', '135436.508000', '135436.511000', '135436.514000', '135436.516000', '135436.519000', '135436.522000', '135436.524000', '135436.527000', '135436.530000', '135436.532000', '135436.535000', '135436.538000', '135436.540000', '135436.543000', '135436.546000', '135436.549000', '135436.552000', '135436.555000', '135436.557000', '135436.560000', '135436.563000', '135436.565000', '135436.568000', '135436.571000', '135436.573000', '135436.576000', '135436.578000', '135436.581000', '135436.584000', '135436.586000', '135436.589000', '135436.592000', '135436.595000', '135456.477000', '135456.500000', '135456.502000', '135456.505000', '135456.508000', '135456.510000', '135456.513000', '135456.516000', '135456.518000', '135456.521000', '135456.524000', '135456.526000', '135456.529000', '135456.532000', '135456.534000', '135456.537000', '135456.540000', '135456.542000', '135456.545000', '135456.548000', '135456.550000', '135456.553000', '135456.556000', '135456.558000', '135456.561000', '135456.563000', '135456.566000', '135456.569000', '135456.571000', '135456.574000', '135456.577000', '135456.579000', '135456.587000', '135456.589000', '135456.592000', '135456.595000', '135456.597000', '135456.600000', '135456.603000', '135456.605000', '135456.608000', '135456.611000', '135456.613000', '135516.478000', '135516.481000', '135516.483000', '135516.486000', '135516.489000', '135516.492000', '135516.494000', '135516.497000', '135516.499000', '135516.502000', '135516.505000', '135516.507000', '135516.510000', '135516.513000', '135516.515000', '135516.518000', '135516.520000', '135516.523000', '135516.526000', '135516.528000', '135516.531000', '135516.534000', '135516.536000', '135516.539000', '135516.541000', '135516.544000', '135516.547000', '135516.549000', '135516.552000', '135516.555000', '135516.557000', '135516.560000', '135516.563000', '135516.565000', '135516.568000', '135516.570000', '135516.573000', '135516.576000', '135516.578000', '135516.581000', '135516.584000', '135516.586000', '135516.589000', '135516.592000', '135536.478000', '135536.480000', '135536.483000', '135536.486000', '135536.488000', '135536.491000', '135536.494000', '135536.496000', '135536.499000', '135536.502000', '135536.504000', '135536.507000', '135536.510000', '135536.512000', '135536.515000', '135536.518000', '135536.520000', '135536.523000', '135536.526000', '135536.528000', '135536.531000', '135536.534000', '135536.536000', '135536.539000', '135536.542000', '135536.544000', '135536.547000', '135536.549000', '135536.552000', '135536.555000', '135536.557000', '135536.560000', '135536.563000', '135536.565000', '135536.568000', '135536.571000', '135536.573000', '135536.576000', '135536.579000', '135536.581000', '135536.584000', '135536.587000', '135536.589000', '135556.477000', '135556.480000', '135556.483000', '135556.485000', '135556.488000', '135556.490000', '135556.493000', '135556.496000', '135556.498000', '135556.501000', '135556.504000', '135556.506000', '135556.509000', '135556.511000', '135556.514000', '135556.517000', '135556.519000', '135556.522000', '135556.525000', '135556.527000', '135556.530000', '135556.533000', '135556.536000', '135556.539000', '135556.541000', '135556.544000', '135556.547000', '135556.550000', '135556.552000', '135556.555000', '135556.558000', '135556.560000', '135556.563000', '135556.566000', '135556.568000', '135556.571000', '135556.574000', '135556.576000', '135556.579000', '135556.582000', '135556.584000', '135556.587000', '135556.590000', '135616.478000', '135616.481000', '135616.483000', '135616.486000', '135616.489000', '135616.491000', '135616.494000', '135616.496000', '135616.499000', '135616.502000', '135616.504000', '135616.507000', '135616.509000', '135616.512000', '135616.515000', '135616.517000', '135616.520000', '135616.523000', '135616.525000', '135616.528000', '135616.531000', '135616.533000', '135616.536000', '135616.539000', '135616.541000', '135616.544000', '135616.546000', '135616.549000', '135616.552000', '135616.554000', '135616.557000', '135616.560000', '135616.562000', '135616.565000', '135616.568000', '135616.570000', '135616.573000', '135616.575000', '135616.578000', '135616.581000', '135616.583000', '135616.586000', '135616.589000', '135616.591000', '135636.478000', '135636.481000', '135636.484000', '135636.486000', '135636.489000', '135636.491000', '135636.494000', '135636.497000', '135636.499000', '135636.502000', '135636.505000', '135636.507000', '135636.510000', '135636.513000', '135636.515000', '135636.518000', '135636.521000', '135636.524000', '135636.526000', '135636.529000', '135636.531000', '135636.534000', '135636.537000', '135636.539000', '135636.542000', '135636.545000', '135636.547000', '135636.550000', '135636.553000', '135636.555000', '135636.558000', '135636.561000', '135636.563000', '135636.566000', '135636.569000', '135636.571000', '135636.574000', '135636.576000', '135636.579000', '135636.582000', '135636.585000', '135636.587000', '135636.590000', '135656.478000', '135656.480000', '135656.483000', '135656.486000', '135656.488000', '135656.491000', '135656.494000', '135656.496000', '135656.499000', '135656.502000', '135656.504000', '135656.507000', '135656.509000', '135656.512000', '135656.515000', '135656.517000', '135656.520000', '135656.523000', '135656.525000', '135656.528000', '135656.530000', '135656.533000', '135656.536000', '135656.539000', '135656.541000', '135656.544000', '135656.546000', '135656.549000', '135656.552000', '135656.554000', '135656.557000', '135656.560000', '135656.562000', '135656.565000', '135656.567000', '135656.570000', '135656.573000', '135656.575000', '135656.578000', '135656.581000', '135656.583000', '135656.586000', '135656.589000', '135656.591000', '135716.478000', '135716.481000', '135716.483000', '135716.486000', '135716.489000', '135716.491000', '135716.494000', '135716.496000', '135716.500000', '135716.502000', '135716.505000', '135716.507000', '135716.510000', '135716.513000', '135716.516000', '135716.518000', '135716.521000', '135716.524000', '135716.527000', '135716.529000', '135716.532000', '135716.534000', '135716.537000', '135716.540000', '135716.542000', '135716.545000', '135716.548000', '135716.550000', '135716.553000', '135716.556000', '135716.558000', '135716.561000', '135716.564000', '135716.566000', '135716.569000', '135716.573000', '135716.575000', '135716.578000', '135716.581000', '135716.583000', '135716.586000', '135716.589000', '135716.592000', '135736.477000', '135736.481000', '135736.484000', '135736.486000', '135736.489000', '135736.492000', '135736.494000', '135736.497000', '135736.499000', '135736.502000', '135736.505000', '135736.507000', '135736.510000', '135736.513000', '135736.515000', '135736.518000', '135736.521000', '135736.523000', '135736.526000', '135736.529000', '135736.531000', '135736.534000', '135736.537000', '135736.539000', '135736.542000', '135736.545000', '135736.547000', '135736.568000', '135736.570000', '135736.573000', '135736.576000', '135736.578000', '135736.581000', '135736.584000', '135736.586000', '135736.589000', '135736.592000', '135736.594000', '135736.597000', '135736.600000', '135736.602000', '135736.605000', '135736.608000', '135736.611000', '135756.478000', '135756.481000', '135756.483000', '135756.486000', '135756.489000', '135756.491000', '135756.494000', '135756.497000', '135756.499000', '135756.502000', '135756.505000', '135756.507000', '135756.518000', '135756.521000', '135756.524000', '135756.526000', '135756.529000', '135756.532000', '135756.534000', '135756.537000', '135756.540000', '135756.542000', '135756.545000', '135756.548000', '135756.551000', '135756.553000', '135756.558000', '135756.560000', '135756.563000', '135756.566000', '135756.568000', '135756.571000', '135756.573000', '135756.576000', '135756.579000', '135756.581000', '135756.584000', '135756.587000', '135756.590000', '135756.592000', '135756.595000', '135756.598000', '135756.600000', '135816.477000', '135816.479000', '135816.482000', '135816.485000', '135816.488000', '135816.490000', '135816.493000', '135816.496000', '135816.498000', '135816.501000', '135816.503000', '135816.506000', '135816.509000', '135816.511000', '135816.514000', '135816.517000', '135816.519000', '135816.522000', '135816.524000', '135816.527000', '135816.530000', '135816.532000', '135816.535000', '135816.537000', '135816.540000', '135816.543000', '135816.545000', '135816.548000', '135816.551000', '135816.553000', '135816.556000', '135816.558000', '135816.561000', '135816.564000', '135816.566000', '135816.569000', '135816.571000', '135816.574000', '135816.577000', '135816.579000', '135816.582000', '135816.584000', '135816.587000', '135816.590000', '135836.478000', '135836.481000', '135836.483000', '135836.486000', '135836.489000', '135836.491000', '135836.494000', '135836.497000', '135836.499000', '135836.502000', '135836.505000', '135836.507000', '135836.510000', '135836.512000', '135836.515000', '135836.518000', '135836.520000', '135836.523000', '135836.526000', '135836.528000', '135836.531000', '135836.533000', '135836.536000', '135836.539000', '135836.541000', '135836.544000', '135836.547000', '135836.549000', '135836.552000', '135836.554000', '135836.557000', '135836.560000', '135836.562000', '135836.565000', '135836.568000', '135836.571000', '135836.573000', '135836.576000', '135836.579000', '135836.582000', '135836.584000', '135836.587000', '135836.590000', '135856.478000', '135856.480000', '135856.483000', '135856.486000', '135856.489000', '135856.492000', '135856.494000', '135856.497000', '135856.499000', '135856.514000', '135856.516000', '135856.519000', '135856.522000', '135856.524000', '135856.527000', '135856.530000', '135856.532000', '135856.535000', '135856.538000', '135856.540000', '135856.543000', '135856.545000', '135856.548000', '135856.551000', '135856.553000', '135856.556000', '135856.558000', '135856.561000', '135856.564000', '135856.566000', '135856.569000', '135856.572000', '135856.574000', '135856.577000', '135856.579000', '135856.582000', '135856.585000', '135856.587000', '135856.590000', '135856.593000', '135856.596000', '135856.598000', '135856.601000', '135856.604000', '135916.478000', '135916.481000', '135916.484000', '135916.486000', '135916.489000', '135916.491000', '135916.494000', '135916.497000', '135916.499000', '135916.502000', '135916.505000', '135916.507000', '135916.510000', '135916.513000', '135916.515000', '135916.518000', '135916.520000', '135916.523000', '135916.526000', '135916.528000', '135916.531000', '135916.534000', '135916.536000', '135916.539000', '135916.541000', '135916.544000', '135916.547000', '135916.549000', '135916.552000', '135916.555000', '135916.557000', '135916.560000', '135916.562000', '135916.565000', '135916.568000', '135916.570000', '135916.573000', '135916.576000', '135916.578000', '135916.581000', '135916.583000', '135916.586000', '135916.589000', '135936.478000', '135936.480000', '135936.484000', '135936.486000', '135936.489000', '135936.491000', '135936.494000', '135936.497000', '135936.499000', '135936.502000', '135936.505000', '135936.507000', '135936.510000', '135936.512000', '135936.515000', '135936.518000', '135936.520000', '135936.523000', '135936.531000', '135936.534000', '135936.536000', '135936.539000', '135936.542000', '135936.544000', '135936.547000', '135936.549000', '135936.552000', '135936.555000', '135936.557000', '135936.560000', '135936.563000', '135936.565000', '135936.568000', '135936.571000', '135936.573000', '135936.576000', '135936.578000', '135936.581000', '135936.584000', '135936.586000', '135936.589000', '135936.592000', '135936.594000', '135936.597000', '135956.478000', '135956.480000', '135956.483000', '135956.486000', '135956.488000', '135956.491000', '135956.494000', '135956.496000', '135956.499000', '135956.502000', '135956.504000', '135956.507000', '135956.510000', '135956.512000', '135956.515000', '135956.517000', '135956.520000', '135956.523000', '135956.525000', '135956.528000', '135956.531000', '135956.533000', '135956.536000', '135956.538000', '135956.541000', '135956.544000', '135956.546000', '135956.549000', '135956.552000', '135956.554000', '135956.557000', '135956.559000', '135956.562000', '135956.565000', '135956.584000', '135956.587000', '135956.590000', '135956.593000', '135956.596000', '135956.599000', '135956.602000', '135956.604000', '135956.607000', '140016.478000', '140016.481000', '140016.483000', '140016.486000', '140016.489000', '140016.492000', '140016.494000', '140016.497000', '140016.500000', '140016.502000', '140016.505000', '140016.508000', '140016.510000', '140016.514000', '140016.516000', '140016.519000', '140016.521000', '140016.524000', '140016.527000', '140016.529000', '140016.532000', '140016.535000', '140016.537000', '140016.540000', '140016.543000', '140016.545000', '140016.548000', '140016.551000', '140016.553000', '140016.556000', '140016.558000', '140016.561000', '140016.564000', '140016.566000', '140016.569000', '140016.572000', '140016.574000', '140016.577000', '140016.579000', '140016.582000', '140016.585000', '140016.587000', '140016.590000', '140036.477000', '140036.480000', '140036.482000', '140036.485000', '140036.488000', '140036.491000', '140036.493000', '140036.496000', '140036.499000', '140036.501000', '140036.504000', '140036.506000', '140036.509000', '140036.512000', '140036.514000', '140036.517000', '140036.520000', '140036.522000', '140036.525000', '140036.528000', '140036.530000', '140036.533000', '140036.535000', '140036.538000', '140036.541000', '140036.543000', '140036.546000', '140036.548000', '140036.551000', '140036.554000', '140036.556000', '140036.559000', '140036.562000', '140036.565000', '140036.567000', '140036.570000', '140036.572000', '140036.575000', '140036.578000', '140036.580000', '140036.583000', '140036.586000', '140036.588000', '140036.591000', '140056.478000', '140056.480000', '140056.483000', '140056.486000', '140056.488000', '140056.491000', '140056.494000', '140056.496000', '140056.499000', '140056.502000', '140056.504000', '140056.507000', '140056.510000', '140056.512000', '140056.515000', '140056.518000', '140056.520000', '140056.523000', '140056.526000', '140056.528000', '140056.531000', '140056.534000', '140056.536000', '140056.539000', '140056.541000', '140056.544000', '140056.547000', '140056.549000', '140056.552000', '140056.554000', '140056.557000', '140056.560000', '140056.562000', '140056.565000', '140056.568000', '140056.570000', '140056.573000', '140056.575000', '140056.578000', '140056.581000', '140056.583000', '140056.586000', '140056.589000', '140056.591000', '140116.478000', '140116.488000', '140116.495000', '140116.497000', '140116.500000', '140116.502000', '140116.505000', '140116.508000', '140116.510000', '140116.513000', '140116.516000', '140116.518000', '140116.521000', '140116.523000', '140116.526000', '140116.529000', '140116.531000', '140116.534000', '140116.537000', '140116.539000', '140116.542000', '140116.544000', '140116.547000', '140116.550000', '140116.552000', '140116.555000', '140116.558000', '140116.560000', '140116.563000', '140116.565000', '140116.568000', '140116.571000', '140116.574000', '140116.576000', '140116.579000', '140116.582000', '140116.584000', '140116.587000', '140116.590000', '140116.592000', '140116.595000', '140116.597000', '140116.600000', '140136.419000', '140136.422000', '140136.425000', '140136.428000', '140136.431000', '140136.434000', '140136.436000', '140136.458000', '140136.461000', '140136.464000', '140136.466000', '140136.475000', '140136.479000', '140136.481000', '140136.484000', '140136.487000', '140136.490000', '140136.493000', '140136.496000', '140136.499000', '140136.501000', '140136.504000', '140136.507000', '140136.510000', '140136.513000', '140136.516000', '140136.518000', '140136.526000', '140136.530000', '140136.533000', '140136.537000', '140136.540000', '140136.543000', '140136.548000', '140136.552000', '140136.556000', '140136.559000', '140136.562000', '140136.566000', '140136.569000', '140136.577000', '140136.581000', '140136.587000', '140136.594000'], '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': [16757, 14531, 13615, 18936, 14211, 7728, 11114, 8013, 16647, 11618, 16090, 8307, 15140, 7667, 12326, 8423, 10840, 7931, 10149, 7621, 10023, 7890, 9054, 7649, 9215, 7760, 9063, 7801, 8682, 7515, 7849, 12183, 8249, 14338, 7854, 14422, 7930, 10801, 7813, 9795, 8593, 12949, 7348, 9363, 13289, 7455, 12690, 8363, 10439, 7995, 9937, 7729, 8699, 7585, 8411, 9770, 8349, 12284, 7884, 7764, 7300, 13871, 8146, 11653, 10208, 13443, 7694, 8296, 10391, 7805, 12895, 8340, 10356, 8039, 9689, 7798, 8412, 7634, 11452, 8037, 10223, 8110, 12374, 7657, 10568, 7852, 9231, 12724, 8901, 8487, 8406, 7310, 8306, 7644, 7560, 13362, 8252, 11484, 7418, 7695, 7444, 10920, 8283, 10674, 7731, 8851, 7587, 12018, 7684, 8945, 8083, 10943, 7566, 7755, 7625, 14196, 9421, 13457, 9777, 11220, 8070, 8575, 9895, 7536, 12933, 8612, 12199, 8303, 9941, 8146, 8712, 7659, 8736, 7710, 9063, 7993, 7914, 7774, 7730, 9945, 7649, 11738, 8146, 10756, 8003, 10527, 7796, 10097, 7763, 10928, 7547, 9000, 7947, 8336, 7582, 10347, 7971, 10002, 7507, 10676, 7964, 12975, 10256, 11791, 14232, 10096, 7670, 8194, 10221, 7888, 13500, 8503, 10609, 8398, 7844, 7413, 7569, 7434, 9984, 7560, 11930, 9311, 13854, 7896, 9436, 13693, 8554, 13967, 10332, 14007, 7771, 11084, 7784, 8915, 8978, 8100, 9459, 8333, 7868, 7585, 13611, 8614, 10160, 7667, 10032, 7618, 8892, 11077, 7674, 11836, 8178, 10028, 7601, 9241, 7644, 7699, 7783, 7726, 7750, 9162, 7393, 9625, 7655, 8541, 14865, 8811, 11556, 10139, 10030, 12078, 7578, 12124, 7728, 9515, 7884, 9628, 7722, 8122, 11128, 7959, 12699, 8900, 12506, 7802, 9826, 7767, 8470, 12124, 8335, 14179, 9170, 11232, 7966, 8482, 7619, 7368, 10791, 7934, 9684, 7924, 11990, 15825, 11264, 14989, 8931, 8846, 7399, 11179, 7990, 9062, 7929, 8439, 7748, 7890, 10279, 7708, 10554, 8083, 9900, 8188, 8800, 7702, 8707, 8028, 7855, 7486, 8743, 7882, 8683, 10966, 7599, 13466, 8315, 10216, 7968, 10115, 8007, 9048, 10815, 7808, 10287, 8436, 7976, 7937, 9496, 7668, 13218, 8421, 11205, 10611, 13289, 7841, 9096, 8271, 7658, 12663, 9183, 11974, 7728, 11313, 7851, 9769, 7742, 11204, 7561, 9917, 7691, 10067, 8244, 10514, 8719, 9436, 7691, 13214, 8003, 13074, 9265, 12582, 8449, 10841, 8163, 9346, 8007, 9304, 7837, 11673, 7779, 10519, 8191, 10463, 7677, 9191, 7768, 10476, 7778, 8451, 7924, 7914, 7998, 7630, 7736, 7995, 7616, 7625, 13191, 8742, 11498, 8941, 12488, 8221, 9973, 7553, 9060, 8613, 8182, 9849, 8255, 7870, 7994, 10858, 7783, 12130, 8167, 10238, 7548, 9432, 7696, 8380, 11422, 7790, 11312, 8464, 10485, 8053, 9324, 7871, 8657, 8868, 7587, 11481, 8125, 9079, 7556, 8444, 7554, 10702, 7958, 8913, 7695, 10526, 7590, 8934, 7506, 8310, 11696, 7739, 12578, 8770, 11295, 7980, 9289, 7501, 8178, 11395, 7889, 11173, 8241, 12363, 7878, 9954, 7844, 8631, 7588, 9569, 7865, 9717, 7664, 8767, 7588, 8703, 8280, 10842, 7694, 9741, 7817, 9807, 7863, 10680, 14352, 10803, 16949, 7955, 11621, 8333, 9891, 7694, 10742, 7468, 10176, 7757, 9824, 8235, 10024, 7971, 12172, 8915, 12421, 7868, 10016, 7642, 8700, 9699, 8227, 10691, 8041, 7793, 13657, 7969, 7974, 8148, 14385, 9551, 13164, 9619, 10440, 7638, 8490, 7642, 7761, 10344, 8026, 10216, 8171, 7639, 7594, 7696, 7738, 11498, 7874, 10270, 8415, 11241, 7862, 8792, 8023, 7717, 13117, 8774, 10895, 8355, 8690, 7610, 11830, 7806, 9105, 8722, 9089, 8379, 8177, 7544, 8103, 9149, 7778, 12331, 9391, 10820, 7599, 11660, 7939, 9781, 10152, 7904, 10984, 8171, 8536, 7404, 12215, 8177, 9466, 8077, 10582, 7685, 8665, 7666, 8311, 11980, 8041, 11491, 9160, 10954, 7842, 9429, 7662, 8934, 7891, 10031, 11547, 9910, 7703, 8526, 7781, 9034, 7813, 9578, 8124, 11172, 8016, 9355, 10743, 7740, 12358, 9213, 14663, 8116, 14058, 8359, 11724, 8422, 9526, 14876, 9914, 16328, 7568, 11156, 8426, 9686, 8709, 9859, 7980, 7656, 12131, 7669, 9951, 7943, 9243, 7706, 8308, 8884, 7356, 12218, 8128, 10031, 8155, 9846, 8030, 8317, 7848, 7921, 11762, 7807, 12772, 9186, 10937, 8093, 8945, 10917, 7664, 12337, 8987, 11249, 7921, 9319, 7838, 8285, 10055, 7782, 13013, 8594, 10967, 7741, 9958, 7986, 9038, 7777, 10235, 8136, 9590, 7658, 8475, 9899, 7812, 12948, 9051, 12731, 7516, 10811, 8256, 9043, 7637, 9124, 8085, 8990, 7611, 8714, 8006, 8889, 7749, 10915, 8516, 12924, 7759, 10254, 14183, 10887, 12610, 10903, 11730, 8112, 10109, 7640, 9053, 8803, 8178, 11402, 8104, 9849, 7547, 10122, 8137, 8539, 7646, 9288, 7840, 8639, 7771, 8572, 7657, 8188, 12024, 8770, 11072, 7719, 7965, 7473, 13648, 8425, 10023, 7883, 10843, 7777, 9251, 7994, 8596, 11074, 7619, 11940, 8335, 8581, 7695, 11474, 7687, 10836, 8141, 9332, 9338, 10419, 7652, 8791, 8284, 7588, 12628, 8574, 11613, 8851, 11181, 7794, 9267, 7773, 7888, 11861, 8244, 11710, 7710, 7751, 7519, 7605, 8235, 8281, 9782, 7743, 10568, 7645, 10420, 8700, 9997, 10976, 13327, 7891, 10543, 13829, 8459, 17361, 10631, 13504, 9872, 8429, 7638, 8372, 7476, 10019, 7893, 10057, 7986, 11246, 7430, 13372, 8609, 10518, 7952, 11521, 7714, 9374, 7383, 7865, 10591, 7585, 10081, 8330, 7778, 7543, 9234, 7471, 12245, 8056, 9889, 8096, 9894, 8050, 10792, 8197, 7663, 8866, 12463, 8684, 13665, 9060, 13730, 8574, 9783, 8508, 7599, 7732, 7695, 7330, 7412, 7469, 7900, 7837, 7456, 9556, 9465, 7906, 12764, 8807, 12325, 9308, 15337, 10991, 14452, 9717, 10006, 15434, 9947, 17256, 12733, 10324, 7870, 7494, 8116, 10821, 7832, 14839, 9318, 13603, 8524, 8592, 7572, 7262, 7656, 7395, 7681, 7332, 7724, 7308, 7498, 7492, 7493, 7332, 7645, 7695, 7909, 7588, 13147, 8000, 12823, 7474, 9548, 7847, 10673, 7831, 9378, 9596, 7575, 8435, 7707, 8461, 7623, 8297, 7901, 11059, 7526, 9216, 8228, 7840, 13517, 7757, 12384, 8223, 9983, 7616, 7480, 7476, 7764, 7687, 7998, 7602, 7731, 7692, 7096, 15474, 8187, 8833, 7759, 15165, 15758, 16579, 11172, 11133, 15666, 8453, 15524, 9003, 11671, 9374, 12661, 7626, 8161, 7586, 7979, 11523, 7403, 11791, 7859, 7930, 7411, 9083, 7435, 9301, 7619, 9213, 7701, 7934, 11945, 8484, 11471, 7838, 10192, 7382, 7840, 7582, 9432, 7819, 8179, 12482, 9247, 14271, 9696, 10808, 7761, 8535, 8370, 8350, 13158, 8578, 11779, 7782, 8301, 7950, 9559, 7542, 8315, 13151, 7841, 14344, 9607, 12575, 7602, 9380, 7660, 8019, 16161, 8909, 13371, 9335, 11287, 7535, 9716, 7629, 11350, 9040, 10336, 13746, 9769, 13085, 8074, 14745, 8342, 13817, 10260, 12974, 9416, 9731, 7769, 9354, 7865, 8592, 8328, 7942, 8533, 8015, 7735, 8148, 8273, 7934, 15492, 7929, 12098, 8788, 10680, 7705, 8988, 7754, 8106, 7691, 7813, 7699, 9669, 8028, 8060, 8030, 7883, 9592, 7745, 10723, 7796, 8898, 7645, 9658, 7425, 12006, 7721, 9786, 9354, 9135, 7459, 8069, 7618, 7928, 14373, 8091, 11401, 8128, 9529, 7472, 8240, 7714, 11362, 8051, 12376, 9250, 12858, 7284, 9838, 7768, 7742, 11214, 7944, 11757, 7374, 13189, 7354, 9384, 7992, 8087, 7892, 9028, 8033, 7770, 8199, 7997, 9936, 7538, 10751, 7889, 11469, 7497, 12941, 8114, 10352, 7898, 11294, 7882, 9390, 7579, 7859, 11354, 8033, 8159, 7660, 13128, 7820, 9357, 10500, 8182, 13903, 8785, 14384, 7276, 10225, 7886, 8266, 9000, 8241, 11606, 7505, 7982, 7310, 11851, 7420, 10827, 7878, 10309, 8292, 9808, 10083, 7548, 14866, 7459, 10652, 8051, 9493, 8068, 7721, 7588, 7809, 11538, 7639, 9953, 8037, 9359, 7221, 7534, 7303, 9769, 7448, 10610, 7623, 7957, 7721, 13159, 8196, 9469, 10195, 7814, 13833, 9251, 14909, 7347, 9967, 7996, 8195, 8538, 7688, 12040, 7460, 7311, 7455, 7484, 7498, 11409, 7930, 11610, 8767, 11079, 7394, 10173, 8210, 8032, 10858, 7962, 7578, 8139, 7566, 8204, 7646, 9548, 8084, 11419, 10314, 9597, 8278, 7740, 13594, 8447, 10632, 8513, 8635, 8665, 7692, 10453, 7394, 10872, 7641, 9247, 7673, 12372, 7333, 7606, 7700, 7606, 9118, 10556, 11977, 7630, 7848, 7744, 7657, 7673, 8114, 12105, 11741, 15807, 8230, 14599, 8703, 11845, 8026, 9765, 7980, 7693, 7601, 8729, 7730, 8348, 11753, 8065, 12772, 9123, 11357, 7570, 9050, 7780, 8620, 11031, 7830, 10777, 7884, 7591, 7429, 12165, 7760, 9217, 7769, 10747, 7605, 8294, 7794, 8180, 7694, 8118, 14460, 9804, 11506, 8985, 9978, 8076, 8375, 7898, 9063, 7757, 8587, 11023, 8126, 10326, 7827, 10864, 7530, 11662, 7380, 8994, 7381, 7900, 12905, 9332, 13300, 7537, 7981, 7651, 10444, 7527, 8422, 7651, 7708, 8048, 7462, 7425, 7412, 8837, 15440, 11544, 14975, 14284, 14080, 7974, 8356, 7550, 7640, 7476, 7830, 10898, 7506, 9965, 7470, 7743, 7707, 11463, 7614, 9848, 8247, 9194, 13049, 9750, 7811, 7692, 14461, 7705, 10412, 7862, 8173, 8757, 8222, 7894, 7691, 7765, 7884, 12999, 8002, 10593, 8525, 11150, 7511, 7694, 7533, 11714, 7908, 9524, 7683, 8108, 10447, 9699, 7577, 11349, 8049, 9567, 8925, 7762, 13213, 8775, 13943, 11308, 16841, 7757, 8618, 7652, 11365, 8796, 11278, 8797, 12163, 7876, 9689, 8101, 9718, 7627, 8134, 10733, 8122, 7293, 8525, 7686, 8265, 11388, 7573, 11945, 8069, 9972, 7723, 9213, 7825, 7923, 10759, 7673, 12160, 8039, 10722, 7592, 9195, 7732, 8479, 7698, 7641, 7583, 8463, 7577, 8016, 12994, 7754, 11575, 8742, 10493, 7634, 9642, 7821, 10687, 7713, 8045, 15185, 9070, 12252, 7845, 8830, 7536, 9674, 7625, 8440, 7540, 8194, 7489, 7721, 12429, 8127, 10708, 8295, 9451, 7804, 8410, 7801, 7901, 12321, 7937, 11239, 8419, 8997, 7714, 8801, 8476, 7882, 13719, 10424, 12159, 8712, 10273, 7383, 8748, 11450, 7727, 11534, 8548, 10579, 7452, 8987, 8240, 7448, 12245, 7943, 9638, 7594, 8860, 7472, 7959, 9761, 7468, 10850, 7789, 9262, 7605, 8777, 7562, 8447, 11009, 7565, 12909, 8758, 11219, 8186, 10325, 7836, 8712, 11625, 7486, 12977, 8764, 9958, 7323, 8336, 7693, 10580, 7889, 8653, 10354, 8203, 7492, 7572, 14162, 8988, 11111, 10734, 8382, 12062, 7649, 12132, 7522, 10421, 7688, 8634, 7508, 9351, 7916, 8070, 8273, 8388, 7678, 8264, 12110, 8894, 11862, 7505, 11285, 7801, 9189, 10902, 7655, 12396, 7857, 12108, 7507, 9581, 8009, 9377, 8238, 9333, 7710, 9838, 8071, 7620, 8724, 7812, 14646, 16230, 16793, 11926, 13113, 8106, 10887, 13385, 8352, 13638, 8538, 9996, 10945, 8636, 13360, 7696, 12738, 7850, 10431, 7939, 9515, 11436, 9201, 10197, 8219, 7502, 7729, 13517, 8077, 9434, 10709, 12157, 8368, 9531, 7571, 8665, 13861, 8426, 12786, 8095, 11249, 7976, 11004, 8103, 9445, 12943, 8402, 16926, 10224, 15027, 8118, 12011, 8037, 9830, 7908, 7853, 14629, 7918, 12324, 7892, 9536, 7730, 7978, 7774, 7537, 12344, 8184, 8733, 7901, 7390, 7536, 11959, 7794, 12117, 8342, 10804, 8082, 10001, 7785, 9188, 7697, 8056, 12429, 8386, 13475, 8283, 8118, 7275, 7811, 7369, 12615, 7789, 11148, 8029, 10821, 7865, 9644, 7841, 8957, 10295, 8484, 7506, 8937, 7712, 8704, 7695, 9464, 12117, 8979, 8985, 7785, 10972, 7848, 13542, 7754, 9664, 9651, 8631, 7499, 7630, 9313, 7853, 11973, 7933, 9085, 7675, 8342, 7278, 8156, 9761, 7514, 11798, 8245, 10486, 7794, 10510, 7817, 8839, 9332, 8050, 13643, 8331, 11034, 7992, 9338, 8074, 8643, 10736, 7680, 12421, 8940, 11957, 7617, 10631, 7457, 8453, 8149, 7635, 8397, 8019, 7326, 7898, 13826, 8286, 11529, 8460, 11931, 8097, 9633, 7556, 8745, 12068, 8126, 13197, 8640, 12358, 8139, 10348, 8013, 9590, 7766, 8455, 8348, 9918, 7788, 10310, 7688, 9508, 7703, 8517, 11673, 8264, 11639, 8415, 7569, 7661, 7251, 7742, 14256, 8349, 12409, 8259, 11389, 8519, 10881, 7498, 9212, 17319, 8528, 13614, 9853, 12388, 8012, 10216, 8235, 9267, 7891, 7682, 12738, 8555, 10807, 8234, 11312, 7831, 9248, 7596, 7923, 11178, 7738, 8501, 7636, 7411, 8038, 12208, 7697, 11516, 8458, 11077, 7762, 9029, 8009, 10434, 7607, 9922, 7895, 10200, 7787, 9910, 13542, 8142, 14120, 9109, 11701, 8297, 10074, 8225, 8455, 7897, 7866, 8716, 8185, 7462, 8727, 7758, 9005, 13048, 8744, 13939, 9335, 8963, 7545, 11314, 7658, 11090, 7564, 9416, 8707, 9632, 7526, 8934, 7923, 7461, 13931, 8818, 10979, 8686, 9988, 7645, 10326, 7483, 9947, 7890, 11433, 7723, 11264, 8177, 7512, 7428, 7763, 9760, 14364, 10891, 16977, 11723, 12234, 7627, 9338, 7579, 9291, 7679, 7639, 7391, 7475, 8144, 7749, 7798, 13818, 9361, 11360, 7488, 7419, 7611, 7413, 9088, 10433, 8999, 8420, 8325, 7533, 9032, 7968, 8738], 'WindowCenter': [4658.0, 4608.0, 4594.0, 4605.0, 4560.0, 4478.0, 4517.0, 4475.0, 4555.0, 4514.0, 4543.0, 4474.0, 4531.0, 4450.0, 4509.0, 4461.0, 4489.0, 4460.0, 4490.0, 4459.0, 4477.0, 4461.0, 4481.0, 4461.0, 4483.0, 4474.0, 4481.0, 4475.0, 4486.0, 4462.0, 4474.0, 4523.0, 4482.0, 4531.0, 4474.0, 4534.0, 4460.0, 4503.0, 4463.0, 4505.0, 4484.0, 4522.0, 4465.0, 4494.0, 4521.0, 4459.0, 4522.0, 4473.0, 4502.0, 4473.0, 4495.0, 4462.0, 4481.0, 4473.0, 4484.0, 4490.0, 4486.0, 4523.0, 4474.0, 4474.0, 4464.0, 4533.0, 4473.0, 4512.0, 4491.0, 4533.0, 4461.0, 4470.0, 4491.0, 4460.0, 4521.0, 4471.0, 4489.0, 4472.0, 4492.0, 4460.0, 4471.0, 4462.0, 4512.0, 4472.0, 4492.0, 4472.0, 4523.0, 4472.0, 4505.0, 4475.0, 4480.0, 4536.0, 4483.0, 4456.0, 4457.0, 4461.0, 4484.0, 4474.0, 4487.0, 4538.0, 4486.0, 4524.0, 4445.0, 4486.0, 4480.0, 4492.0, 4459.0, 4503.0, 4488.0, 4497.0, 4529.0, 4539.0, 4503.0, 4509.0, 4474.0, 4501.0, 4460.0, 4461.0, 4473.0, 4535.0, 4493.0, 4532.0, 4491.0, 4509.0, 4469.0, 4468.0, 4480.0, 4460.0, 4512.0, 4470.0, 4511.0, 4469.0, 4489.0, 4469.0, 4470.0, 4460.0, 4469.0, 4460.0, 4482.0, 4458.0, 4470.0, 4457.0, 4462.0, 4489.0, 4460.0, 4522.0, 4474.0, 4502.0, 4469.0, 4498.0, 4461.0, 4504.0, 4462.0, 4504.0, 4473.0, 4482.0, 4472.0, 4484.0, 4485.0, 4519.0, 4484.0, 4506.0, 4473.0, 4515.0, 4474.0, 4522.0, 4505.0, 4512.0, 4534.0, 4492.0, 4460.0, 4468.0, 4489.0, 4459.0, 4523.0, 4468.0, 4502.0, 4470.0, 4470.0, 4460.0, 4460.0, 4474.0, 4503.0, 4472.0, 4526.0, 4496.0, 4532.0, 4472.0, 4493.0, 4532.0, 4482.0, 4533.0, 4501.0, 4533.0, 4461.0, 4500.0, 4460.0, 4483.0, 4481.0, 4471.0, 4492.0, 4470.0, 4460.0, 4459.0, 4531.0, 4482.0, 4491.0, 4462.0, 4492.0, 4460.0, 4480.0, 4499.0, 4460.0, 4509.0, 4470.0, 4491.0, 4463.0, 4494.0, 4462.0, 4459.0, 4457.0, 4460.0, 4459.0, 4505.0, 4473.0, 4505.0, 4485.0, 4498.0, 4547.0, 4507.0, 4513.0, 4502.0, 4493.0, 4511.0, 4460.0, 4523.0, 4475.0, 4491.0, 4471.0, 4492.0, 4461.0, 4470.0, 4511.0, 4471.0, 4524.0, 4481.0, 4522.0, 4459.0, 4490.0, 4460.0, 4484.0, 4511.0, 4470.0, 4534.0, 4480.0, 4500.0, 4459.0, 4481.0, 4486.0, 4466.0, 4519.0, 4487.0, 4508.0, 4489.0, 4540.0, 4543.0, 4501.0, 4529.0, 4454.0, 4463.0, 4447.0, 4490.0, 4459.0, 4468.0, 4461.0, 4469.0, 4462.0, 4471.0, 4488.0, 4459.0, 4488.0, 4469.0, 4492.0, 4470.0, 4479.0, 4462.0, 4482.0, 4472.0, 4472.0, 4462.0, 4483.0, 4472.0, 4482.0, 4513.0, 4471.0, 4532.0, 4474.0, 4502.0, 4470.0, 4501.0, 4471.0, 4482.0, 4501.0, 4461.0, 4491.0, 4484.0, 4473.0, 4472.0, 4493.0, 4472.0, 4524.0, 4472.0, 4499.0, 4500.0, 4522.0, 4472.0, 4479.0, 4469.0, 4462.0, 4509.0, 4483.0, 4510.0, 4461.0, 4499.0, 4472.0, 4491.0, 4462.0, 4511.0, 4461.0, 4488.0, 4459.0, 4492.0, 4471.0, 4500.0, 4482.0, 4479.0, 4459.0, 4522.0, 4460.0, 4520.0, 4468.0, 4509.0, 4458.0, 4486.0, 4456.0, 4469.0, 4459.0, 4478.0, 4458.0, 4500.0, 4457.0, 4488.0, 4471.0, 4488.0, 4458.0, 4477.0, 4448.0, 4489.0, 4460.0, 4456.0, 4458.0, 4469.0, 4460.0, 4461.0, 4461.0, 4474.0, 4474.0, 4473.0, 4520.0, 4471.0, 4499.0, 4469.0, 4524.0, 4472.0, 4492.0, 4448.0, 4468.0, 4468.0, 4457.0, 4489.0, 4458.0, 4456.0, 4456.0, 4487.0, 4446.0, 4510.0, 4460.0, 4488.0, 4446.0, 4477.0, 4447.0, 4458.0, 4497.0, 4460.0, 4499.0, 4469.0, 4488.0, 4458.0, 4478.0, 4460.0, 4466.0, 4468.0, 4458.0, 4497.0, 4458.0, 4469.0, 4459.0, 4467.0, 4461.0, 4490.0, 4470.0, 4478.0, 4458.0, 4500.0, 4461.0, 4479.0, 4459.0, 4471.0, 4511.0, 4461.0, 4513.0, 4482.0, 4503.0, 4471.0, 4478.0, 4448.0, 4469.0, 4509.0, 4460.0, 4511.0, 4468.0, 4511.0, 4459.0, 4489.0, 4460.0, 4469.0, 4459.0, 4505.0, 4471.0, 4493.0, 4459.0, 4469.0, 4459.0, 4469.0, 4470.0, 4518.0, 4488.0, 4503.0, 4473.0, 4491.0, 4473.0, 4504.0, 4545.0, 4516.0, 4554.0, 4473.0, 4514.0, 4471.0, 4489.0, 4474.0, 4541.0, 4447.0, 4462.0, 4444.0, 4476.0, 4459.0, 4488.0, 4472.0, 4527.0, 4494.0, 4522.0, 4484.0, 4489.0, 4449.0, 4459.0, 4479.0, 4457.0, 4502.0, 4462.0, 4460.0, 4534.0, 4475.0, 4473.0, 4483.0, 4534.0, 4491.0, 4521.0, 4480.0, 4478.0, 4448.0, 4468.0, 4447.0, 4459.0, 4488.0, 4463.0, 4490.0, 4459.0, 4459.0, 4459.0, 4458.0, 4462.0, 4511.0, 4475.0, 4503.0, 4474.0, 4501.0, 4472.0, 4471.0, 4460.0, 4461.0, 4522.0, 4471.0, 4504.0, 4470.0, 4470.0, 4460.0, 4510.0, 4461.0, 4481.0, 4469.0, 4480.0, 4472.0, 4470.0, 4473.0, 4471.0, 4494.0, 4474.0, 4524.0, 4495.0, 4503.0, 4472.0, 4511.0, 4470.0, 4493.0, 4501.0, 4471.0, 4502.0, 4469.0, 4472.0, 4460.0, 4510.0, 4472.0, 4490.0, 4472.0, 4504.0, 4462.0, 4481.0, 4461.0, 4470.0, 4511.0, 4460.0, 4502.0, 4483.0, 4503.0, 4460.0, 4479.0, 4460.0, 4481.0, 4460.0, 4490.0, 4511.0, 4488.0, 4461.0, 4469.0, 4464.0, 4482.0, 4472.0, 4494.0, 4488.0, 4514.0, 4475.0, 4493.0, 4514.0, 4474.0, 4522.0, 4496.0, 4545.0, 4472.0, 4532.0, 4471.0, 4511.0, 4471.0, 4481.0, 4532.0, 4491.0, 4539.0, 4459.0, 4500.0, 4469.0, 4482.0, 4468.0, 4492.0, 4459.0, 4459.0, 4510.0, 4460.0, 4490.0, 4462.0, 4480.0, 4462.0, 4470.0, 4469.0, 4451.0, 4510.0, 4460.0, 4489.0, 4471.0, 4490.0, 4470.0, 4469.0, 4472.0, 4472.0, 4511.0, 4462.0, 4525.0, 4484.0, 4501.0, 4459.0, 4470.0, 4500.0, 4461.0, 4510.0, 4469.0, 4498.0, 4461.0, 4479.0, 4462.0, 4467.0, 4489.0, 4459.0, 4521.0, 4470.0, 4501.0, 4461.0, 4490.0, 4460.0, 4480.0, 4459.0, 4501.0, 4459.0, 4481.0, 4463.0, 4470.0, 4492.0, 4459.0, 4510.0, 4481.0, 4510.0, 4449.0, 4488.0, 4460.0, 4469.0, 4458.0, 4480.0, 4460.0, 4468.0, 4460.0, 4469.0, 4473.0, 4483.0, 4474.0, 4514.0, 4483.0, 4521.0, 4463.0, 4491.0, 4521.0, 4500.0, 4510.0, 4500.0, 4499.0, 4458.0, 4487.0, 4460.0, 4483.0, 4479.0, 4457.0, 4513.0, 4460.0, 4489.0, 4457.0, 4489.0, 4471.0, 4471.0, 4459.0, 4481.0, 4471.0, 4481.0, 4462.0, 4482.0, 4460.0, 4482.0, 4511.0, 4483.0, 4512.0, 4462.0, 4462.0, 4462.0, 4521.0, 4471.0, 4478.0, 4461.0, 4500.0, 4459.0, 4479.0, 4473.0, 4482.0, 4513.0, 4473.0, 4509.0, 4471.0, 4482.0, 4462.0, 4513.0, 4462.0, 4502.0, 4474.0, 4481.0, 4480.0, 4502.0, 4462.0, 4469.0, 4471.0, 4462.0, 4524.0, 4471.0, 4511.0, 4482.0, 4502.0, 4461.0, 4482.0, 4460.0, 4473.0, 4510.0, 4473.0, 4513.0, 4461.0, 4459.0, 4450.0, 4463.0, 4473.0, 4470.0, 4504.0, 4464.0, 4501.0, 4463.0, 4500.0, 4483.0, 4491.0, 4502.0, 4534.0, 4464.0, 4499.0, 4519.0, 4469.0, 4543.0, 4489.0, 4508.0, 4491.0, 4458.0, 4459.0, 4468.0, 4463.0, 4490.0, 4460.0, 4493.0, 4459.0, 4512.0, 4463.0, 4523.0, 4482.0, 4490.0, 4458.0, 4499.0, 4449.0, 4476.0, 4448.0, 4458.0, 4488.0, 4458.0, 4487.0, 4458.0, 4447.0, 4458.0, 4478.0, 4450.0, 4508.0, 4458.0, 4478.0, 4462.0, 4493.0, 4463.0, 4503.0, 4483.0, 4476.0, 4494.0, 4524.0, 4471.0, 4520.0, 4471.0, 4534.0, 4512.0, 4519.0, 4497.0, 4498.0, 4484.0, 4469.0, 4460.0, 4446.0, 4456.0, 4456.0, 4458.0, 4461.0, 4502.0, 4489.0, 4471.0, 4534.0, 4480.0, 4509.0, 4492.0, 4543.0, 4500.0, 4518.0, 4474.0, 4477.0, 4517.0, 4477.0, 4528.0, 4496.0, 4475.0, 4445.0, 4434.0, 4445.0, 4475.0, 4434.0, 4517.0, 4465.0, 4520.0, 4467.0, 4468.0, 4475.0, 4454.0, 4449.0, 4436.0, 4436.0, 4422.0, 4422.0, 4425.0, 4436.0, 4421.0, 4423.0, 4392.0, 4413.0, 4415.0, 4455.0, 4446.0, 4518.0, 4511.0, 4509.0, 4460.0, 4477.0, 4456.0, 4486.0, 4459.0, 4478.0, 4493.0, 4461.0, 4471.0, 4458.0, 4458.0, 4458.0, 4458.0, 4457.0, 4513.0, 4461.0, 4481.0, 4470.0, 4460.0, 4521.0, 4459.0, 4509.0, 4458.0, 4490.0, 4475.0, 4457.0, 4436.0, 4475.0, 4458.0, 4444.0, 4444.0, 4455.0, 4459.0, 4452.0, 4555.0, 4497.0, 4496.0, 4474.0, 4543.0, 4543.0, 4544.0, 4501.0, 4501.0, 4529.0, 4459.0, 4529.0, 4470.0, 4498.0, 4480.0, 4508.0, 4460.0, 4456.0, 4449.0, 4470.0, 4511.0, 4451.0, 4509.0, 4484.0, 4485.0, 4475.0, 4480.0, 4460.0, 4495.0, 4473.0, 4493.0, 4462.0, 4473.0, 4523.0, 4494.0, 4522.0, 4473.0, 4501.0, 4472.0, 4472.0, 4469.0, 4490.0, 4458.0, 4484.0, 4535.0, 4494.0, 4544.0, 4491.0, 4514.0, 4471.0, 4492.0, 4482.0, 4480.0, 4528.0, 4464.0, 4515.0, 4467.0, 4477.0, 4467.0, 4499.0, 4456.0, 4482.0, 4530.0, 4470.0, 4529.0, 4488.0, 4508.0, 4457.0, 4480.0, 4457.0, 4458.0, 4539.0, 4477.0, 4518.0, 4479.0, 4498.0, 4458.0, 4476.0, 4474.0, 4526.0, 4481.0, 4488.0, 4531.0, 4488.0, 4531.0, 4484.0, 4543.0, 4481.0, 4546.0, 4515.0, 4534.0, 4491.0, 4489.0, 4458.0, 4501.0, 4470.0, 4481.0, 4469.0, 4471.0, 4479.0, 4470.0, 4458.0, 4468.0, 4467.0, 4468.0, 4540.0, 4469.0, 4518.0, 4481.0, 4500.0, 4462.0, 4480.0, 4461.0, 4469.0, 4498.0, 4487.0, 4473.0, 4492.0, 4482.0, 4483.0, 4483.0, 4485.0, 4503.0, 4471.0, 4509.0, 4483.0, 4493.0, 4472.0, 4503.0, 4473.0, 4532.0, 4475.0, 4503.0, 4491.0, 4493.0, 4460.0, 4471.0, 4471.0, 4483.0, 4543.0, 4501.0, 4548.0, 4497.0, 4505.0, 4474.0, 4482.0, 4458.0, 4509.0, 4469.0, 4535.0, 4505.0, 4531.0, 4464.0, 4502.0, 4471.0, 4474.0, 4511.0, 4474.0, 4523.0, 4462.0, 4530.0, 4460.0, 4489.0, 4475.0, 4469.0, 4481.0, 4492.0, 4473.0, 4472.0, 4481.0, 4482.0, 4513.0, 4483.0, 4525.0, 4485.0, 4525.0, 4474.0, 4534.0, 4472.0, 4501.0, 4471.0, 4523.0, 4472.0, 4491.0, 4471.0, 4482.0, 4523.0, 4485.0, 4483.0, 4473.0, 4532.0, 4473.0, 4504.0, 4513.0, 4482.0, 4544.0, 4482.0, 4532.0, 4460.0, 4499.0, 4470.0, 4472.0, 4478.0, 4481.0, 4522.0, 4459.0, 4469.0, 4458.0, 4520.0, 4461.0, 4512.0, 4471.0, 4502.0, 4481.0, 4489.0, 4498.0, 4460.0, 4530.0, 4459.0, 4499.0, 4459.0, 4489.0, 4469.0, 4460.0, 4473.0, 4501.0, 4538.0, 4486.0, 4516.0, 4509.0, 4477.0, 4460.0, 4457.0, 4460.0, 4497.0, 4460.0, 4514.0, 4473.0, 4471.0, 4474.0, 4532.0, 4480.0, 4493.0, 4499.0, 4471.0, 4532.0, 4491.0, 4539.0, 4444.0, 4487.0, 4467.0, 4479.0, 4478.0, 4460.0, 4520.0, 4459.0, 4448.0, 4458.0, 4456.0, 4475.0, 4522.0, 4482.0, 4524.0, 4496.0, 4522.0, 4472.0, 4502.0, 4510.0, 4510.0, 4537.0, 4485.0, 4486.0, 4468.0, 4457.0, 4470.0, 4470.0, 4492.0, 4468.0, 4523.0, 4503.0, 4491.0, 4482.0, 4471.0, 4532.0, 4469.0, 4500.0, 4470.0, 4468.0, 4469.0, 4459.0, 4499.0, 4447.0, 4500.0, 4473.0, 4491.0, 4472.0, 4532.0, 4464.0, 4472.0, 4484.0, 4501.0, 4537.0, 4534.0, 4528.0, 4464.0, 4459.0, 4448.0, 4445.0, 4446.0, 4458.0, 4492.0, 4510.0, 4525.0, 4456.0, 4527.0, 4467.0, 4493.0, 4444.0, 4500.0, 4527.0, 4483.0, 4470.0, 4476.0, 4457.0, 4470.0, 4508.0, 4470.0, 4522.0, 4490.0, 4498.0, 4457.0, 4477.0, 4457.0, 4482.0, 4499.0, 4460.0, 4514.0, 4471.0, 4460.0, 4447.0, 4508.0, 4459.0, 4480.0, 4459.0, 4500.0, 4459.0, 4470.0, 4458.0, 4471.0, 4460.0, 4472.0, 4529.0, 4502.0, 4512.0, 4481.0, 4491.0, 4472.0, 4469.0, 4473.0, 4480.0, 4460.0, 4482.0, 4500.0, 4460.0, 4491.0, 4477.0, 4514.0, 4473.0, 4512.0, 4463.0, 4481.0, 4462.0, 4474.0, 4522.0, 4492.0, 4533.0, 4462.0, 4459.0, 4458.0, 4513.0, 4474.0, 4473.0, 4477.0, 4474.0, 4487.0, 4475.0, 4477.0, 4478.0, 4497.0, 4557.0, 4543.0, 4563.0, 4533.0, 4509.0, 4452.0, 4446.0, 4436.0, 4434.0, 4437.0, 4451.0, 4486.0, 4436.0, 4464.0, 4437.0, 4436.0, 4447.0, 4486.0, 4461.0, 4488.0, 4468.0, 4479.0, 4519.0, 4493.0, 4458.0, 4458.0, 4518.0, 4447.0, 4487.0, 4458.0, 4469.0, 4469.0, 4467.0, 4460.0, 4461.0, 4461.0, 4471.0, 4533.0, 4516.0, 4533.0, 4511.0, 4529.0, 4488.0, 4475.0, 4475.0, 4514.0, 4473.0, 4494.0, 4474.0, 4484.0, 4516.0, 4494.0, 4476.0, 4516.0, 4473.0, 4505.0, 4496.0, 4473.0, 4535.0, 4482.0, 4534.0, 4517.0, 4553.0, 4460.0, 4472.0, 4475.0, 4512.0, 4483.0, 4512.0, 4480.0, 4509.0, 4460.0, 4481.0, 4462.0, 4478.0, 4458.0, 4460.0, 4499.0, 4460.0, 4450.0, 4471.0, 4461.0, 4471.0, 4500.0, 4460.0, 4510.0, 4461.0, 4489.0, 4460.0, 4468.0, 4461.0, 4461.0, 4499.0, 4460.0, 4511.0, 4460.0, 4501.0, 4460.0, 4481.0, 4459.0, 4470.0, 4460.0, 4460.0, 4461.0, 4473.0, 4461.0, 4472.0, 4520.0, 4462.0, 4513.0, 4471.0, 4504.0, 4462.0, 4491.0, 4472.0, 4502.0, 4461.0, 4472.0, 4532.0, 4469.0, 4523.0, 4472.0, 4482.0, 4474.0, 4493.0, 4474.0, 4472.0, 4473.0, 4472.0, 4464.0, 4473.0, 4524.0, 4486.0, 4502.0, 4482.0, 4503.0, 4472.0, 4481.0, 4463.0, 4473.0, 4522.0, 4473.0, 4514.0, 4485.0, 4482.0, 4474.0, 4482.0, 4471.0, 4472.0, 4533.0, 4502.0, 4512.0, 4470.0, 4491.0, 4449.0, 4468.0, 4510.0, 4459.0, 4499.0, 4470.0, 4500.0, 4452.0, 4480.0, 4470.0, 4450.0, 4509.0, 4471.0, 4480.0, 4460.0, 4479.0, 4459.0, 4471.0, 4491.0, 4461.0, 4512.0, 4473.0, 4494.0, 4473.0, 4483.0, 4473.0, 4483.0, 4510.0, 4473.0, 4523.0, 4483.0, 4514.0, 4472.0, 4502.0, 4459.0, 4469.0, 4512.0, 4462.0, 4521.0, 4483.0, 4492.0, 4461.0, 4482.0, 4471.0, 4513.0, 4482.0, 4484.0, 4504.0, 4485.0, 4461.0, 4472.0, 4534.0, 4480.0, 4513.0, 4501.0, 4471.0, 4509.0, 4461.0, 4510.0, 4459.0, 4502.0, 4460.0, 4480.0, 4462.0, 4492.0, 4489.0, 4472.0, 4481.0, 4482.0, 4474.0, 4484.0, 4523.0, 4495.0, 4522.0, 4463.0, 4513.0, 4460.0, 4481.0, 4500.0, 4459.0, 4520.0, 4468.0, 4520.0, 4451.0, 4489.0, 4473.0, 4493.0, 4486.0, 4495.0, 4473.0, 4490.0, 4460.0, 4473.0, 4483.0, 4491.0, 4573.0, 4571.0, 4554.0, 4513.0, 4520.0, 4472.0, 4515.0, 4522.0, 4461.0, 4521.0, 4469.0, 4489.0, 4490.0, 4471.0, 4522.0, 4451.0, 4537.0, 4472.0, 4502.0, 4476.0, 4479.0, 4497.0, 4469.0, 4490.0, 4460.0, 4436.0, 4448.0, 4507.0, 4449.0, 4483.0, 4492.0, 4511.0, 4472.0, 4482.0, 4461.0, 4472.0, 4521.0, 4462.0, 4509.0, 4460.0, 4502.0, 4463.0, 4516.0, 4474.0, 4495.0, 4522.0, 4473.0, 4553.0, 4492.0, 4533.0, 4449.0, 4498.0, 4448.0, 4479.0, 4448.0, 4460.0, 4530.0, 4459.0, 4512.0, 4449.0, 4470.0, 4449.0, 4472.0, 4462.0, 4460.0, 4511.0, 4472.0, 4483.0, 4475.0, 4452.0, 4477.0, 4513.0, 4459.0, 4510.0, 4462.0, 4503.0, 4463.0, 4480.0, 4461.0, 4482.0, 4461.0, 4472.0, 4523.0, 4474.0, 4534.0, 4501.0, 4474.0, 4462.0, 4449.0, 4451.0, 4523.0, 4448.0, 4528.0, 4485.0, 4502.0, 4473.0, 4492.0, 4476.0, 4496.0, 4505.0, 4472.0, 4464.0, 4481.0, 4462.0, 4483.0, 4473.0, 4495.0, 4514.0, 4496.0, 4484.0, 4463.0, 4500.0, 4463.0, 4524.0, 4464.0, 4493.0, 4481.0, 4486.0, 4462.0, 4464.0, 4482.0, 4473.0, 4524.0, 4475.0, 4481.0, 4462.0, 4483.0, 4464.0, 4471.0, 4495.0, 4476.0, 4526.0, 4486.0, 4505.0, 4477.0, 4502.0, 4473.0, 4484.0, 4482.0, 4488.0, 4536.0, 4485.0, 4515.0, 4475.0, 4492.0, 4471.0, 4482.0, 4515.0, 4475.0, 4525.0, 4497.0, 4527.0, 4475.0, 4503.0, 4462.0, 4485.0, 4483.0, 4476.0, 4486.0, 4487.0, 4466.0, 4485.0, 4536.0, 4486.0, 4525.0, 4485.0, 4528.0, 4474.0, 4493.0, 4473.0, 4485.0, 4524.0, 4485.0, 4537.0, 4483.0, 4524.0, 4472.0, 4503.0, 4473.0, 4492.0, 4474.0, 4473.0, 4473.0, 4504.0, 4473.0, 4504.0, 4474.0, 4492.0, 4475.0, 4497.0, 4525.0, 4484.0, 4525.0, 4484.0, 4474.0, 4477.0, 4463.0, 4477.0, 4545.0, 4485.0, 4527.0, 4477.0, 4513.0, 4484.0, 4502.0, 4462.0, 4494.0, 4551.0, 4482.0, 4523.0, 4491.0, 4513.0, 4460.0, 4490.0, 4473.0, 4481.0, 4460.0, 4461.0, 4512.0, 4471.0, 4504.0, 4472.0, 4501.0, 4464.0, 4479.0, 4460.0, 4473.0, 4502.0, 4461.0, 4486.0, 4463.0, 4463.0, 4473.0, 4523.0, 4474.0, 4540.0, 4475.0, 4529.0, 4492.0, 4496.0, 4448.0, 4472.0, 4435.0, 4490.0, 4477.0, 4492.0, 4461.0, 4493.0, 4523.0, 4461.0, 4520.0, 4484.0, 4540.0, 4488.0, 4509.0, 4529.0, 4484.0, 4469.0, 4472.0, 4484.0, 4485.0, 4462.0, 4483.0, 4474.0, 4493.0, 4536.0, 4484.0, 4535.0, 4495.0, 4483.0, 4462.0, 4501.0, 4462.0, 4499.0, 4462.0, 4479.0, 4473.0, 4492.0, 4462.0, 4482.0, 4460.0, 4464.0, 4532.0, 4482.0, 4503.0, 4483.0, 4493.0, 4461.0, 4492.0, 4464.0, 4491.0, 4475.0, 4512.0, 4478.0, 4514.0, 4487.0, 4466.0, 4464.0, 4475.0, 4508.0, 4534.0, 4503.0, 4552.0, 4526.0, 4510.0, 4477.0, 4510.0, 4453.0, 4456.0, 4436.0, 4434.0, 4438.0, 4449.0, 4460.0, 4452.0, 4447.0, 4508.0, 4453.0, 4475.0, 4424.0, 4421.0, 4434.0, 4424.0, 4455.0, 4477.0, 4457.0, 4444.0, 4443.0, 4446.0, 4456.0, 4402.0, 4397.0], 'WindowWidth': [10200.0, 10110.0, 10072.0, 10078.0, 10000.0, 9888.0, 9934.0, 9874.0, 9982.0, 9924.0, 9961.0, 9868.0, 9941.0, 9827.0, 9907.0, 9843.0, 9881.0, 9845.0, 9881.0, 9843.0, 9862.0, 9846.0, 9874.0, 9850.0, 9878.0, 9869.0, 9874.0, 9874.0, 9886.0, 9852.0, 9870.0, 9933.0, 9880.0, 9945.0, 9866.0, 9949.0, 9845.0, 9905.0, 9853.0, 9912.0, 9886.0, 9932.0, 9857.0, 9895.0, 9927.0, 9844.0, 9931.0, 9867.0, 9903.0, 9868.0, 9896.0, 9851.0, 9874.0, 9867.0, 9885.0, 9888.0, 9888.0, 9935.0, 9870.0, 9871.0, 9857.0, 9950.0, 9869.0, 9920.0, 9887.0, 9948.0, 9846.0, 9857.0, 9886.0, 9844.0, 9931.0, 9860.0, 9882.0, 9864.0, 9890.0, 9847.0, 9864.0, 9852.0, 9918.0, 9866.0, 9889.0, 9866.0, 9933.0, 9866.0, 9912.0, 9874.0, 9873.0, 9956.0, 9876.0, 9829.0, 9835.0, 9849.0, 9885.0, 9871.0, 9894.0, 9960.0, 9888.0, 9940.0, 9818.0, 9892.0, 9887.0, 9886.0, 9839.0, 9909.0, 9899.0, 9907.0, 9973.0, 9966.0, 9929.0, 9927.0, 9873.0, 9902.0, 9845.0, 9847.0, 9867.0, 9956.0, 9893.0, 9946.0, 9887.0, 9912.0, 9858.0, 9853.0, 9869.0, 9842.0, 9917.0, 9859.0, 9918.0, 9856.0, 9884.0, 9856.0, 9857.0, 9846.0, 9856.0, 9847.0, 9874.0, 9841.0, 9857.0, 9838.0, 9849.0, 9886.0, 9847.0, 9936.0, 9867.0, 9904.0, 9859.0, 9895.0, 9850.0, 9909.0, 9851.0, 9909.0, 9869.0, 9878.0, 9865.0, 9885.0, 9889.0, 9938.0, 9886.0, 9917.0, 9870.0, 9930.0, 9869.0, 9932.0, 9913.0, 9919.0, 9951.0, 9891.0, 9847.0, 9852.0, 9882.0, 9842.0, 9934.0, 9854.0, 9905.0, 9860.0, 9859.0, 9845.0, 9847.0, 9871.0, 9909.0, 9868.0, 9947.0, 9901.0, 9950.0, 9865.0, 9894.0, 9946.0, 9877.0, 9948.0, 9905.0, 9948.0, 9848.0, 9901.0, 9845.0, 9880.0, 9875.0, 9860.0, 9893.0, 9859.0, 9847.0, 9843.0, 9946.0, 9880.0, 9887.0, 9851.0, 9892.0, 9846.0, 9874.0, 9896.0, 9847.0, 9913.0, 9859.0, 9891.0, 9854.0, 9899.0, 9849.0, 9842.0, 9838.0, 9843.0, 9844.0, 9915.0, 9871.0, 9913.0, 9890.0, 9908.0, 9977.0, 9923.0, 9924.0, 9904.0, 9892.0, 9914.0, 9847.0, 9935.0, 9874.0, 9890.0, 9866.0, 9891.0, 9850.0, 9862.0, 9918.0, 9863.0, 9937.0, 9877.0, 9935.0, 9844.0, 9885.0, 9846.0, 9884.0, 9917.0, 9859.0, 9953.0, 9870.0, 9898.0, 9844.0, 9880.0, 9892.0, 9859.0, 9938.0, 9892.0, 9921.0, 9898.0, 9968.0, 9960.0, 9900.0, 9935.0, 9824.0, 9837.0, 9821.0, 9881.0, 9840.0, 9853.0, 9847.0, 9856.0, 9849.0, 9861.0, 9883.0, 9845.0, 9881.0, 9857.0, 9894.0, 9860.0, 9872.0, 9852.0, 9879.0, 9867.0, 9865.0, 9850.0, 9885.0, 9868.0, 9881.0, 9922.0, 9863.0, 9948.0, 9870.0, 9907.0, 9862.0, 9904.0, 9867.0, 9879.0, 9906.0, 9850.0, 9890.0, 9885.0, 9869.0, 9866.0, 9895.0, 9866.0, 9939.0, 9865.0, 9900.0, 9901.0, 9932.0, 9865.0, 9873.0, 9858.0, 9851.0, 9914.0, 9881.0, 9913.0, 9849.0, 9899.0, 9867.0, 9887.0, 9849.0, 9917.0, 9847.0, 9882.0, 9844.0, 9891.0, 9864.0, 9901.0, 9881.0, 9871.0, 9846.0, 9932.0, 9844.0, 9929.0, 9852.0, 9911.0, 9839.0, 9876.0, 9837.0, 9855.0, 9844.0, 9867.0, 9843.0, 9900.0, 9838.0, 9880.0, 9859.0, 9880.0, 9842.0, 9863.0, 9826.0, 9884.0, 9845.0, 9836.0, 9841.0, 9859.0, 9847.0, 9850.0, 9850.0, 9871.0, 9876.0, 9871.0, 9932.0, 9861.0, 9897.0, 9855.0, 9939.0, 9866.0, 9889.0, 9826.0, 9853.0, 9854.0, 9837.0, 9883.0, 9839.0, 9837.0, 9837.0, 9879.0, 9822.0, 9913.0, 9845.0, 9880.0, 9822.0, 9862.0, 9826.0, 9839.0, 9891.0, 9846.0, 9897.0, 9856.0, 9881.0, 9840.0, 9866.0, 9843.0, 9848.0, 9852.0, 9841.0, 9892.0, 9839.0, 9856.0, 9840.0, 9852.0, 9845.0, 9885.0, 9860.0, 9869.0, 9843.0, 9901.0, 9849.0, 9871.0, 9845.0, 9863.0, 9919.0, 9850.0, 9922.0, 9881.0, 9907.0, 9862.0, 9871.0, 9828.0, 9859.0, 9912.0, 9845.0, 9919.0, 9856.0, 9916.0, 9844.0, 9883.0, 9845.0, 9858.0, 9844.0, 9917.0, 9866.0, 9895.0, 9844.0, 9857.0, 9842.0, 9854.0, 9860.0, 9936.0, 9897.0, 9911.0, 9868.0, 9890.0, 9869.0, 9912.0, 9971.0, 9930.0, 9986.0, 9868.0, 9926.0, 9864.0, 9884.0, 9875.0, 9982.0, 9822.0, 9832.0, 9813.0, 9862.0, 9841.0, 9880.0, 9864.0, 9947.0, 9899.0, 9934.0, 9887.0, 9882.0, 9828.0, 9840.0, 9865.0, 9835.0, 9902.0, 9850.0, 9844.0, 9955.0, 9874.0, 9871.0, 9884.0, 9955.0, 9888.0, 9927.0, 9869.0, 9863.0, 9825.0, 9852.0, 9822.0, 9841.0, 9882.0, 9849.0, 9885.0, 9841.0, 9843.0, 9843.0, 9841.0, 9852.0, 9918.0, 9871.0, 9909.0, 9870.0, 9903.0, 9864.0, 9861.0, 9844.0, 9849.0, 9933.0, 9861.0, 9910.0, 9858.0, 9859.0, 9847.0, 9914.0, 9848.0, 9875.0, 9857.0, 9876.0, 9863.0, 9860.0, 9868.0, 9864.0, 9896.0, 9870.0, 9937.0, 9899.0, 9909.0, 9864.0, 9917.0, 9860.0, 9895.0, 9904.0, 9862.0, 9907.0, 9858.0, 9863.0, 9847.0, 9913.0, 9864.0, 9887.0, 9864.0, 9911.0, 9851.0, 9875.0, 9848.0, 9858.0, 9916.0, 9846.0, 9904.0, 9881.0, 9905.0, 9847.0, 9871.0, 9846.0, 9876.0, 9847.0, 9888.0, 9916.0, 9882.0, 9849.0, 9858.0, 9856.0, 9881.0, 9870.0, 9899.0, 9896.0, 9926.0, 9875.0, 9898.0, 9926.0, 9874.0, 9934.0, 9905.0, 9967.0, 9866.0, 9948.0, 9863.0, 9917.0, 9864.0, 9877.0, 9946.0, 9888.0, 9954.0, 9843.0, 9900.0, 9857.0, 9875.0, 9854.0, 9892.0, 9842.0, 9843.0, 9914.0, 9846.0, 9888.0, 9851.0, 9874.0, 9849.0, 9858.0, 9856.0, 9834.0, 9913.0, 9847.0, 9885.0, 9865.0, 9885.0, 9861.0, 9857.0, 9864.0, 9867.0, 9918.0, 9852.0, 9942.0, 9880.0, 9902.0, 9844.0, 9858.0, 9899.0, 9847.0, 9913.0, 9857.0, 9897.0, 9845.0, 9867.0, 9847.0, 9853.0, 9882.0, 9844.0, 9929.0, 9860.0, 9901.0, 9848.0, 9885.0, 9848.0, 9873.0, 9845.0, 9904.0, 9846.0, 9874.0, 9851.0, 9859.0, 9890.0, 9844.0, 9914.0, 9874.0, 9913.0, 9828.0, 9882.0, 9843.0, 9857.0, 9843.0, 9871.0, 9847.0, 9854.0, 9846.0, 9858.0, 9869.0, 9882.0, 9872.0, 9925.0, 9883.0, 9932.0, 9855.0, 9890.0, 9931.0, 9899.0, 9914.0, 9900.0, 9898.0, 9841.0, 9877.0, 9843.0, 9880.0, 9870.0, 9837.0, 9918.0, 9844.0, 9883.0, 9840.0, 9883.0, 9861.0, 9862.0, 9844.0, 9877.0, 9861.0, 9875.0, 9852.0, 9877.0, 9850.0, 9881.0, 9917.0, 9881.0, 9920.0, 9851.0, 9850.0, 9851.0, 9933.0, 9863.0, 9868.0, 9848.0, 9902.0, 9845.0, 9872.0, 9868.0, 9879.0, 9921.0, 9868.0, 9914.0, 9865.0, 9880.0, 9851.0, 9923.0, 9852.0, 9907.0, 9870.0, 9876.0, 9874.0, 9906.0, 9849.0, 9859.0, 9860.0, 9850.0, 9939.0, 9862.0, 9917.0, 9878.0, 9904.0, 9849.0, 9876.0, 9848.0, 9867.0, 9914.0, 9867.0, 9921.0, 9849.0, 9844.0, 9833.0, 9855.0, 9868.0, 9863.0, 9914.0, 9856.0, 9904.0, 9854.0, 9902.0, 9882.0, 9890.0, 9904.0, 9952.0, 9854.0, 9898.0, 9924.0, 9855.0, 9965.0, 9881.0, 9909.0, 9887.0, 9841.0, 9843.0, 9855.0, 9853.0, 9887.0, 9846.0, 9892.0, 9846.0, 9920.0, 9855.0, 9935.0, 9879.0, 9884.0, 9840.0, 9896.0, 9829.0, 9863.0, 9827.0, 9840.0, 9882.0, 9840.0, 9876.0, 9839.0, 9824.0, 9839.0, 9866.0, 9829.0, 9908.0, 9841.0, 9865.0, 9850.0, 9894.0, 9851.0, 9908.0, 9882.0, 9875.0, 9896.0, 9937.0, 9861.0, 9928.0, 9859.0, 9949.0, 9936.0, 9940.0, 9912.0, 9921.0, 9893.0, 9861.0, 9847.0, 9821.0, 9835.0, 9833.0, 9840.0, 9850.0, 9907.0, 9884.0, 9862.0, 9950.0, 9871.0, 9909.0, 9892.0, 9966.0, 9896.0, 9917.0, 9854.0, 9860.0, 9915.0, 9861.0, 9932.0, 9885.0, 9855.0, 9816.0, 9800.0, 9815.0, 9854.0, 9799.0, 9917.0, 9842.0, 9925.0, 9849.0, 9854.0, 9875.0, 9839.0, 9822.0, 9800.0, 9797.0, 9772.0, 9773.0, 9779.0, 9797.0, 9773.0, 9778.0, 9717.0, 9756.0, 9759.0, 9833.0, 9819.0, 9920.0, 9940.0, 9909.0, 9846.0, 9861.0, 9831.0, 9873.0, 9840.0, 9866.0, 9894.0, 9847.0, 9860.0, 9840.0, 9839.0, 9838.0, 9836.0, 9835.0, 9921.0, 9845.0, 9873.0, 9858.0, 9843.0, 9927.0, 9840.0, 9909.0, 9838.0, 9884.0, 9873.0, 9841.0, 9802.0, 9871.0, 9835.0, 9809.0, 9811.0, 9831.0, 9843.0, 9836.0, 9985.0, 9905.0, 9904.0, 9872.0, 9965.0, 9960.0, 9964.0, 9898.0, 9900.0, 9934.0, 9840.0, 9939.0, 9855.0, 9892.0, 9871.0, 9906.0, 9845.0, 9836.0, 9827.0, 9860.0, 9914.0, 9834.0, 9909.0, 9886.0, 9891.0, 9875.0, 9877.0, 9849.0, 9902.0, 9868.0, 9893.0, 9851.0, 9870.0, 9941.0, 9901.0, 9936.0, 9871.0, 9903.0, 9871.0, 9868.0, 9861.0, 9889.0, 9843.0, 9889.0, 9958.0, 9900.0, 9970.0, 9892.0, 9926.0, 9867.0, 9900.0, 9881.0, 9882.0, 9944.0, 9849.0, 9919.0, 9859.0, 9870.0, 9857.0, 9904.0, 9840.0, 9884.0, 9946.0, 9864.0, 9940.0, 9884.0, 9909.0, 9842.0, 9876.0, 9840.0, 9842.0, 9954.0, 9869.0, 9923.0, 9870.0, 9897.0, 9841.0, 9865.0, 9875.0, 9947.0, 9880.0, 9883.0, 9946.0, 9882.0, 9945.0, 9886.0, 9966.0, 9881.0, 9980.0, 9935.0, 9957.0, 9896.0, 9889.0, 9847.0, 9911.0, 9866.0, 9882.0, 9861.0, 9869.0, 9877.0, 9863.0, 9845.0, 9861.0, 9857.0, 9860.0, 9961.0, 9863.0, 9929.0, 9882.0, 9907.0, 9856.0, 9878.0, 9853.0, 9861.0, 9919.0, 9903.0, 9874.0, 9895.0, 9885.0, 9889.0, 9891.0, 9893.0, 9912.0, 9868.0, 9919.0, 9889.0, 9901.0, 9870.0, 9914.0, 9873.0, 9953.0, 9878.0, 9913.0, 9894.0, 9901.0, 9851.0, 9867.0, 9866.0, 9885.0, 9968.0, 9925.0, 9987.0, 9916.0, 9920.0, 9876.0, 9881.0, 9844.0, 9915.0, 9861.0, 9962.0, 9917.0, 9949.0, 9859.0, 9909.0, 9871.0, 9877.0, 9921.0, 9874.0, 9940.0, 9854.0, 9946.0, 9849.0, 9890.0, 9878.0, 9864.0, 9883.0, 9899.0, 9874.0, 9869.0, 9880.0, 9885.0, 9930.0, 9889.0, 9947.0, 9892.0, 9945.0, 9875.0, 9958.0, 9872.0, 9908.0, 9867.0, 9940.0, 9873.0, 9894.0, 9871.0, 9889.0, 9941.0, 9892.0, 9887.0, 9874.0, 9953.0, 9873.0, 9917.0, 9926.0, 9882.0, 9971.0, 9882.0, 9952.0, 9850.0, 9902.0, 9866.0, 9869.0, 9873.0, 9883.0, 9936.0, 9848.0, 9863.0, 9847.0, 9931.0, 9855.0, 9924.0, 9868.0, 9911.0, 9881.0, 9890.0, 9899.0, 9849.0, 9946.0, 9848.0, 9901.0, 9848.0, 9889.0, 9860.0, 9849.0, 9875.0, 9926.0, 9970.0, 9897.0, 9939.0, 9936.0, 9870.0, 9851.0, 9842.0, 9847.0, 9896.0, 9850.0, 9928.0, 9872.0, 9867.0, 9874.0, 9954.0, 9878.0, 9897.0, 9903.0, 9865.0, 9952.0, 9892.0, 9959.0, 9825.0, 9883.0, 9857.0, 9876.0, 9873.0, 9849.0, 9930.0, 9846.0, 9832.0, 9846.0, 9843.0, 9878.0, 9938.0, 9885.0, 9946.0, 9908.0, 9940.0, 9872.0, 9912.0, 9939.0, 9938.0, 9969.0, 9894.0, 9896.0, 9854.0, 9839.0, 9862.0, 9865.0, 9893.0, 9858.0, 9937.0, 9910.0, 9893.0, 9882.0, 9866.0, 9949.0, 9861.0, 9903.0, 9861.0, 9857.0, 9859.0, 9845.0, 9898.0, 9828.0, 9903.0, 9873.0, 9893.0, 9871.0, 9950.0, 9862.0, 9872.0, 9892.0, 9926.0, 9982.0, 9968.0, 9947.0, 9854.0, 9839.0, 9823.0, 9813.0, 9818.0, 9837.0, 9875.0, 9911.0, 9924.0, 9829.0, 9932.0, 9848.0, 9881.0, 9815.0, 9903.0, 9971.0, 9890.0, 9862.0, 9865.0, 9840.0, 9860.0, 9910.0, 9858.0, 9933.0, 9889.0, 9895.0, 9839.0, 9867.0, 9840.0, 9878.0, 9897.0, 9847.0, 9924.0, 9862.0, 9846.0, 9826.0, 9909.0, 9843.0, 9874.0, 9844.0, 9902.0, 9844.0, 9861.0, 9844.0, 9864.0, 9848.0, 9865.0, 9942.0, 9905.0, 9921.0, 9878.0, 9887.0, 9864.0, 9859.0, 9866.0, 9874.0, 9844.0, 9878.0, 9900.0, 9847.0, 9889.0, 9882.0, 9923.0, 9870.0, 9918.0, 9854.0, 9877.0, 9852.0, 9870.0, 9936.0, 9892.0, 9950.0, 9851.0, 9845.0, 9845.0, 9924.0, 9873.0, 9867.0, 9878.0, 9870.0, 9894.0, 9878.0, 9879.0, 9883.0, 9907.0, 9994.0, 9980.0, 10008.0, 9943.0, 9899.0, 9829.0, 9813.0, 9801.0, 9796.0, 9805.0, 9830.0, 9871.0, 9799.0, 9835.0, 9801.0, 9799.0, 9818.0, 9870.0, 9847.0, 9879.0, 9852.0, 9870.0, 9921.0, 9895.0, 9840.0, 9840.0, 9923.0, 9821.0, 9876.0, 9839.0, 9855.0, 9855.0, 9852.0, 9846.0, 9846.0, 9850.0, 9861.0, 9953.0, 9953.0, 9970.0, 9935.0, 9958.0, 9899.0, 9875.0, 9872.0, 9924.0, 9866.0, 9898.0, 9870.0, 9888.0, 9929.0, 9897.0, 9880.0, 9930.0, 9867.0, 9914.0, 9904.0, 9870.0, 9956.0, 9879.0, 9956.0, 9931.0, 9977.0, 9844.0, 9864.0, 9872.0, 9921.0, 9880.0, 9919.0, 9874.0, 9910.0, 9846.0, 9873.0, 9851.0, 9868.0, 9840.0, 9845.0, 9896.0, 9845.0, 9832.0, 9861.0, 9849.0, 9862.0, 9899.0, 9844.0, 9915.0, 9847.0, 9883.0, 9844.0, 9852.0, 9846.0, 9846.0, 9894.0, 9846.0, 9916.0, 9846.0, 9903.0, 9848.0, 9875.0, 9843.0, 9857.0, 9847.0, 9846.0, 9847.0, 9867.0, 9848.0, 9865.0, 9930.0, 9851.0, 9922.0, 9863.0, 9909.0, 9853.0, 9889.0, 9865.0, 9906.0, 9847.0, 9863.0, 9947.0, 9856.0, 9934.0, 9864.0, 9878.0, 9869.0, 9895.0, 9871.0, 9865.0, 9869.0, 9866.0, 9857.0, 9868.0, 9940.0, 9890.0, 9908.0, 9880.0, 9912.0, 9866.0, 9877.0, 9853.0, 9869.0, 9937.0, 9868.0, 9924.0, 9888.0, 9880.0, 9870.0, 9880.0, 9864.0, 9866.0, 9953.0, 9905.0, 9921.0, 9859.0, 9888.0, 9831.0, 9854.0, 9913.0, 9845.0, 9899.0, 9859.0, 9902.0, 9836.0, 9872.0, 9857.0, 9833.0, 9914.0, 9863.0, 9871.0, 9848.0, 9873.0, 9846.0, 9865.0, 9889.0, 9851.0, 9920.0, 9868.0, 9896.0, 9871.0, 9882.0, 9871.0, 9884.0, 9916.0, 9869.0, 9938.0, 9881.0, 9926.0, 9866.0, 9906.0, 9847.0, 9860.0, 9917.0, 9852.0, 9931.0, 9882.0, 9892.0, 9849.0, 9879.0, 9864.0, 9923.0, 9883.0, 9883.0, 9911.0, 9887.0, 9850.0, 9867.0, 9954.0, 9876.0, 9922.0, 9903.0, 9864.0, 9913.0, 9847.0, 9914.0, 9844.0, 9902.0, 9848.0, 9874.0, 9853.0, 9892.0, 9899.0, 9869.0, 9880.0, 9881.0, 9870.0, 9885.0, 9938.0, 9905.0, 9935.0, 9855.0, 9922.0, 9845.0, 9875.0, 9899.0, 9844.0, 9931.0, 9856.0, 9929.0, 9833.0, 9886.0, 9870.0, 9896.0, 9889.0, 9902.0, 9866.0, 9882.0, 9844.0, 9869.0, 9881.0, 9910.0, 10025.0, 10014.0, 9982.0, 9920.0, 9925.0, 9863.0, 9928.0, 9927.0, 9844.0, 9926.0, 9853.0, 9883.0, 9882.0, 9860.0, 9928.0, 9831.0, 9962.0, 9862.0, 9903.0, 9875.0, 9868.0, 9888.0, 9851.0, 9885.0, 9841.0, 9806.0, 9823.0, 9903.0, 9824.0, 9875.0, 9887.0, 9914.0, 9861.0, 9872.0, 9847.0, 9861.0, 9926.0, 9846.0, 9905.0, 9842.0, 9902.0, 9852.0, 9929.0, 9868.0, 9896.0, 9929.0, 9865.0, 9976.0, 9889.0, 9945.0, 9824.0, 9889.0, 9822.0, 9865.0, 9822.0, 9843.0, 9940.0, 9842.0, 9917.0, 9826.0, 9853.0, 9824.0, 9866.0, 9852.0, 9845.0, 9915.0, 9863.0, 9880.0, 9871.0, 9836.0, 9880.0, 9921.0, 9842.0, 9911.0, 9848.0, 9907.0, 9852.0, 9870.0, 9846.0, 9875.0, 9847.0, 9864.0, 9932.0, 9868.0, 9951.0, 9917.0, 9872.0, 9849.0, 9826.0, 9832.0, 9935.0, 9826.0, 9950.0, 9891.0, 9904.0, 9865.0, 9891.0, 9877.0, 9902.0, 9911.0, 9863.0, 9855.0, 9876.0, 9850.0, 9880.0, 9867.0, 9899.0, 9921.0, 9901.0, 9880.0, 9852.0, 9899.0, 9850.0, 9936.0, 9856.0, 9893.0, 9873.0, 9887.0, 9849.0, 9853.0, 9875.0, 9864.0, 9938.0, 9874.0, 9877.0, 9852.0, 9882.0, 9854.0, 9863.0, 9896.0, 9875.0, 9942.0, 9888.0, 9912.0, 9878.0, 9906.0, 9867.0, 9883.0, 9877.0, 9892.0, 9957.0, 9885.0, 9925.0, 9872.0, 9892.0, 9864.0, 9879.0, 9928.0, 9874.0, 9942.0, 9903.0, 9946.0, 9872.0, 9910.0, 9855.0, 9889.0, 9884.0, 9875.0, 9890.0, 9892.0, 9862.0, 9887.0, 9960.0, 9892.0, 9942.0, 9887.0, 9947.0, 9872.0, 9895.0, 9869.0, 9885.0, 9941.0, 9888.0, 9958.0, 9882.0, 9940.0, 9865.0, 9908.0, 9868.0, 9892.0, 9870.0, 9867.0, 9866.0, 9911.0, 9870.0, 9909.0, 9873.0, 9895.0, 9875.0, 9906.0, 9941.0, 9885.0, 9942.0, 9885.0, 9873.0, 9878.0, 9856.0, 9878.0, 9971.0, 9888.0, 9947.0, 9876.0, 9923.0, 9883.0, 9904.0, 9851.0, 9893.0, 9973.0, 9877.0, 9935.0, 9886.0, 9919.0, 9844.0, 9884.0, 9865.0, 9873.0, 9844.0, 9849.0, 9920.0, 9860.0, 9911.0, 9862.0, 9901.0, 9852.0, 9869.0, 9844.0, 9865.0, 9903.0, 9847.0, 9889.0, 9852.0, 9855.0, 9868.0, 9934.0, 9870.0, 9970.0, 9871.0, 9955.0, 9909.0, 9904.0, 9820.0, 9845.0, 9799.0, 9888.0, 9878.0, 9890.0, 9848.0, 9892.0, 9931.0, 9848.0, 9926.0, 9882.0, 9973.0, 9897.0, 9926.0, 9976.0, 9888.0, 9856.0, 9864.0, 9884.0, 9886.0, 9850.0, 9879.0, 9869.0, 9896.0, 9957.0, 9884.0, 9953.0, 9902.0, 9879.0, 9850.0, 9902.0, 9849.0, 9898.0, 9850.0, 9870.0, 9866.0, 9890.0, 9850.0, 9876.0, 9846.0, 9853.0, 9947.0, 9876.0, 9907.0, 9883.0, 9891.0, 9849.0, 9891.0, 9857.0, 9891.0, 9870.0, 9920.0, 9881.0, 9924.0, 9891.0, 9862.0, 9857.0, 9873.0, 9921.0, 9955.0, 9907.0, 9974.0, 9944.0, 9913.0, 9878.0, 9925.0, 9830.0, 9823.0, 9794.0, 9793.0, 9801.0, 9821.0, 9836.0, 9827.0, 9817.0, 9898.0, 9816.0, 9846.0, 9778.0, 9771.0, 9790.0, 9780.0, 9823.0, 9854.0, 9827.0, 9806.0, 9803.0, 9811.0, 9823.0, 9730.0, 9715.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.0108892071197411</td></tr>
<tr><td colspan=3>aqi</td><td>0.05150594180151025</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.668051071743136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2561537483054495</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1543497294387464</td></tr>
<tr><td colspan=3>efc</td><td>0.5163</td></tr>
<tr><td colspan=3>fber</td><td>4199.353</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1590224571254504</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>318</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.15210355987055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5881421242600773</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4217320331704997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7847795699693174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5579147696404143</td></tr>
<tr><td colspan=3>gcor</td><td>0.00535915</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008062709122896194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05181007832288742</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.198551629282682</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.3138</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.5156</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.9375</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293277.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>459.0252</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7287</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.6761</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3691.9038</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.8794</td></tr>
<tr><td colspan=3>tsnr</td><td>24.968158869072795</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>