<?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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-02/func/sub-0041_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>8c5a09976468b5aedf53f02ee2ad2c09</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>18:27:29.332500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996956, -0.0779004, 0.00310894, 0.0772368, 0.992319, 0.09663]</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.094844</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7788, -7250, 524, -65, -254, -38, 71]</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>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33edc174-5c6a-4749-92d5-17a6ea85c061||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747608184814453, 0.20722061395645142, 0.028653951361775398, 104.49422454833984], [0.20900121331214905, 2.6623194217681885, 0.25945845246315, -107.08548736572266], [0.008341050706803799, -0.25925111770629883, 2.687351942062378, -56.24384307861328], [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': ['182729.332500', '182729.792500', '182730.252500', '182730.712500', '182731.172500', '182731.632500', '182732.092500', '182732.552500', '182733.012500', '182733.472500', '182733.932500', '182734.392500', '182734.852500', '182735.312500', '182735.772500', '182736.232500', '182736.692500', '182737.152500', '182737.612500', '182738.072500', '182738.532500', '182738.992500', '182739.452500', '182739.912500', '182740.372500', '182740.832500', '182741.292500', '182741.752500', '182742.212500', '182742.672500', '182743.132500', '182743.592500', '182744.052500', '182744.512500', '182744.972500', '182745.432500', '182745.892500', '182746.352500', '182746.812500', '182747.272500', '182747.732500', '182748.192500', '182748.652500', '182749.112500', '182749.572500', '182750.032500', '182750.492500', '182750.952500', '182751.412500', '182751.872500', '182752.332500', '182752.792500', '182753.252500', '182753.712500', '182754.172500', '182754.632500', '182755.092500', '182755.552500', '182756.012500', '182756.472500', '182756.932500', '182757.392500', '182757.852500', '182758.312500', '182758.772500', '182759.232500', '182759.692500', '182800.152500', '182800.612500', '182801.072500', '182801.532500', '182801.992500', '182802.452500', '182802.912500', '182803.372500', '182803.832500', '182804.292500', '182804.752500', '182805.212500', '182805.672500', '182806.132500', '182806.592500', '182807.052500', '182807.512500', '182807.972500', '182808.432500', '182808.892500', '182809.352500', '182809.812500', '182810.272500', '182810.732500', '182811.192500', '182811.652500', '182812.112500', '182812.572500', '182813.032500', '182813.492500', '182813.952500', '182814.412500', '182814.872500', '182815.332500', '182815.792500', '182816.252500', '182816.712500', '182817.172500', '182817.632500', '182818.092500', '182818.552500', '182819.012500', '182819.472500', '182819.932500', '182820.392500', '182820.852500', '182821.312500', '182821.772500', '182822.232500', '182822.692500', '182823.152500', '182823.612500', '182824.072500', '182824.532500', '182824.992500', '182825.452500', '182825.912500', '182826.372500', '182826.832500', '182827.292500', '182827.752500', '182828.212500', '182828.672500', '182829.132500', '182829.592500', '182830.052500', '182830.512500', '182830.972500', '182831.432500', '182831.892500', '182832.352500', '182832.812500', '182833.272500', '182833.732500', '182834.192500', '182834.652500', '182835.112500', '182835.572500', '182836.032500', '182836.492500', '182836.952500', '182837.412500', '182837.872500', '182838.332500', '182838.792500', '182839.252500', '182839.712500', '182840.172500', '182840.632500', '182841.092500', '182841.552500', '182842.012500', '182842.472500', '182842.932500', '182843.392500', '182843.852500', '182844.312500', '182844.772500', '182845.232500', '182845.692500', '182846.152500', '182846.612500', '182847.072500', '182847.532500', '182847.992500', '182848.452500', '182848.912500', '182849.372500', '182849.832500', '182850.292500', '182850.752500', '182851.212500', '182851.672500', '182852.132500', '182852.592500', '182853.052500', '182853.512500', '182853.972500', '182854.432500', '182854.892500', '182855.352500', '182855.812500', '182856.272500', '182856.732500', '182857.192500', '182857.652500', '182858.112500', '182858.572500', '182859.032500', '182859.492500', '182859.952500', '182900.412500', '182900.872500', '182901.332500', '182901.792500', '182902.252500', '182902.712500', '182903.172500', '182903.632500', '182904.092500', '182904.552500', '182905.012500', '182905.472500', '182905.932500', '182906.392500', '182906.852500', '182907.312500', '182907.772500', '182908.232500', '182908.692500', '182909.152500', '182909.612500', '182910.072500', '182910.532500', '182910.992500', '182911.452500', '182911.912500', '182912.372500', '182912.832500', '182913.292500', '182913.752500', '182914.212500', '182914.672500', '182915.132500', '182915.592500', '182916.052500', '182916.512500', '182916.972500', '182917.432500', '182917.892500', '182918.352500', '182918.812500', '182919.272500', '182919.732500', '182920.192500', '182920.652500', '182921.112500', '182921.572500', '182922.032500', '182922.492500', '182922.952500', '182923.412500', '182923.872500', '182924.332500', '182924.792500', '182925.252500', '182925.712500', '182926.172500', '182926.632500', '182927.092500', '182927.552500', '182928.012500', '182928.472500', '182928.932500', '182929.392500', '182929.852500', '182930.312500', '182930.772500', '182931.232500', '182931.692500', '182932.152500', '182932.612500', '182933.072500', '182933.532500', '182933.992500', '182934.452500', '182934.912500', '182935.372500', '182935.832500', '182936.292500', '182936.752500', '182937.212500', '182937.672500', '182938.132500', '182938.592500', '182939.052500', '182939.512500', '182939.972500', '182940.432500', '182940.892500', '182941.352500', '182941.812500', '182942.272500', '182942.732500', '182943.192500', '182943.652500', '182944.112500', '182944.572500', '182945.032500', '182945.492500', '182945.952500', '182946.412500', '182946.872500', '182947.332500', '182947.792500', '182948.252500', '182948.712500', '182949.172500', '182949.632500', '182950.092500', '182950.552500', '182951.012500', '182951.472500', '182951.932500', '182952.392500', '182952.852500', '182953.312500', '182953.772500', '182954.232500', '182954.692500', '182955.152500', '182955.612500', '182956.072500', '182956.532500', '182956.992500', '182957.452500', '182957.912500', '182958.372500', '182958.832500', '182959.292500', '182959.752500', '183000.212500', '183000.672500', '183001.132500', '183001.592500', '183002.052500', '183002.512500', '183002.972500', '183003.432500', '183003.892500', '183004.352500', '183004.812500', '183005.272500', '183005.732500', '183006.192500', '183006.652500', '183007.112500', '183007.572500', '183008.032500', '183008.492500', '183008.952500', '183009.412500', '183009.872500', '183010.332500', '183010.792500', '183011.252500', '183011.712500', '183012.172500', '183012.632500', '183013.092500', '183013.552500', '183014.012500', '183014.472500', '183014.932500', '183015.392500', '183015.852500', '183016.312500', '183016.772500', '183017.232500', '183017.692500', '183018.152500', '183018.612500', '183019.072500', '183019.532500', '183019.992500', '183020.452500', '183020.912500', '183021.372500', '183021.832500', '183022.292500', '183022.752500', '183023.212500', '183023.672500', '183024.132500', '183024.592500', '183025.052500', '183025.512500', '183025.972500', '183026.432500', '183026.892500', '183027.352500', '183027.812500', '183028.272500', '183028.732500', '183029.192500', '183029.652500', '183030.112500', '183030.572500', '183031.032500', '183031.492500', '183031.952500', '183032.412500', '183032.872500', '183033.332500', '183033.792500', '183034.252500', '183034.712500', '183035.172500', '183035.632500', '183036.092500', '183036.552500', '183037.012500', '183037.472500', '183037.932500', '183038.392500', '183038.852500', '183039.312500', '183039.772500', '183040.232500', '183040.692500', '183041.152500', '183041.612500', '183042.072500', '183042.532500', '183042.992500', '183043.452500', '183043.912500', '183044.372500', '183044.832500', '183045.292500', '183045.752500', '183046.212500', '183046.672500', '183047.132500', '183047.592500', '183048.052500', '183048.512500', '183048.972500', '183049.432500', '183049.892500', '183050.352500', '183050.812500', '183051.272500', '183051.732500', '183052.192500', '183052.652500', '183053.112500', '183053.572500', '183054.032500', '183054.492500', '183054.952500', '183055.412500', '183055.872500', '183056.332500', '183056.792500', '183057.252500', '183057.712500', '183058.172500', '183058.632500', '183059.092500', '183059.552500', '183100.012500', '183100.472500', '183100.932500', '183101.392500', '183101.852500', '183102.312500', '183102.772500', '183103.232500', '183103.692500', '183104.152500', '183104.612500', '183105.072500', '183105.532500', '183105.992500', '183106.452500', '183106.912500', '183107.372500', '183107.832500', '183108.292500', '183108.752500', '183109.212500', '183109.672500', '183110.132500', '183110.592500', '183111.052500', '183111.512500', '183111.972500', '183112.432500', '183112.892500', '183113.352500', '183113.812500', '183114.272500', '183114.732500', '183115.192500', '183115.652500', '183116.112500', '183116.572500', '183117.032500', '183117.492500', '183117.952500', '183118.412500', '183118.872500', '183119.332500', '183119.792500', '183120.252500', '183120.712500', '183121.172500', '183121.632500', '183122.092500', '183122.552500', '183123.012500', '183123.472500', '183123.932500', '183124.392500', '183124.852500', '183125.312500', '183125.772500', '183126.232500', '183126.692500', '183127.152500', '183127.612500', '183128.072500', '183128.532500', '183128.992500', '183129.452500', '183129.912500', '183130.372500', '183130.832500', '183131.292500', '183131.752500', '183132.212500', '183132.672500', '183133.132500', '183133.592500', '183134.052500', '183134.512500', '183134.972500', '183135.432500', '183135.892500', '183136.352500', '183136.812500', '183137.272500', '183137.732500', '183138.192500', '183138.652500', '183139.112500', '183139.572500', '183140.032500', '183140.492500', '183140.952500', '183141.412500', '183141.872500', '183142.332500', '183142.792500', '183143.252500', '183143.712500', '183144.172500', '183144.632500', '183145.092500', '183145.552500', '183146.012500', '183146.472500', '183146.932500', '183147.392500', '183147.852500', '183148.312500', '183148.772500', '183149.232500', '183149.692500', '183150.152500', '183150.612500', '183151.072500', '183151.532500', '183151.992500', '183152.452500', '183152.912500', '183153.372500', '183153.832500', '183154.292500', '183154.752500', '183155.212500', '183155.672500', '183156.132500', '183156.592500', '183157.052500', '183157.512500', '183157.972500', '183158.432500', '183158.892500', '183159.352500', '183159.812500', '183200.272500', '183200.732500', '183201.192500', '183201.652500', '183202.112500', '183202.572500', '183203.032500', '183203.492500', '183203.952500', '183204.412500', '183204.872500', '183205.332500', '183205.792500', '183206.252500', '183206.712500', '183207.172500', '183207.632500', '183208.092500', '183208.552500', '183209.012500', '183209.472500', '183209.932500', '183210.392500', '183210.852500', '183211.312500', '183211.772500', '183212.232500', '183212.692500', '183213.152500', '183213.612500', '183214.072500', '183214.532500', '183214.992500', '183215.452500', '183215.912500', '183216.372500', '183216.832500', '183217.292500', '183217.752500', '183218.212500', '183218.672500', '183219.132500', '183219.592500', '183220.052500', '183220.512500', '183220.972500', '183221.432500', '183221.892500', '183222.352500', '183222.812500', '183223.272500', '183223.732500', '183224.192500', '183224.652500', '183225.112500', '183225.572500', '183226.032500', '183226.492500', '183226.952500', '183227.412500', '183227.872500', '183228.332500', '183228.792500', '183229.252500', '183229.712500', '183230.172500', '183230.632500', '183231.092500', '183231.552500', '183232.012500', '183232.472500', '183232.932500', '183233.392500', '183233.852500', '183234.312500', '183234.772500', '183235.232500', '183235.692500', '183236.152500', '183236.612500', '183237.072500', '183237.532500', '183237.992500', '183238.452500', '183238.912500', '183239.372500', '183239.832500', '183240.292500', '183240.752500', '183241.212500', '183241.672500', '183242.132500', '183242.592500', '183243.052500', '183243.512500', '183243.972500', '183244.432500', '183244.892500', '183245.352500', '183245.812500', '183246.272500', '183246.732500', '183247.192500', '183247.652500', '183248.112500', '183248.572500', '183249.032500', '183249.492500', '183249.952500', '183250.412500', '183250.872500', '183251.332500', '183251.792500', '183252.252500', '183252.712500', '183253.172500', '183253.632500', '183254.092500', '183254.552500', '183255.012500', '183255.472500', '183255.932500', '183256.392500', '183256.852500', '183257.312500', '183257.772500', '183258.232500', '183258.692500', '183259.152500', '183259.612500', '183300.072500', '183300.532500', '183300.992500', '183301.452500', '183301.912500', '183302.372500', '183302.832500', '183303.292500', '183303.752500', '183304.212500', '183304.672500', '183305.132500', '183305.592500', '183306.052500', '183306.512500', '183306.972500', '183307.432500', '183307.892500', '183308.352500', '183308.812500', '183309.272500', '183309.732500', '183310.192500', '183310.652500', '183311.112500', '183311.572500', '183312.032500', '183312.492500', '183312.952500', '183313.412500', '183313.872500', '183314.332500', '183314.792500', '183315.252500', '183315.712500', '183316.172500', '183316.632500', '183317.092500', '183317.552500', '183318.012500', '183318.472500', '183318.932500', '183319.392500', '183319.852500', '183320.312500', '183320.772500', '183321.232500', '183321.692500', '183322.152500', '183322.612500', '183323.072500', '183323.532500', '183323.992500', '183324.452500', '183324.912500', '183325.372500', '183325.832500', '183326.292500', '183326.752500', '183327.212500', '183327.672500', '183328.132500', '183328.592500', '183329.052500', '183329.512500', '183329.972500', '183330.432500', '183330.892500', '183331.352500', '183331.812500', '183332.272500', '183332.732500', '183333.192500', '183333.652500', '183334.112500', '183334.572500', '183335.032500', '183335.492500', '183335.952500', '183336.412500', '183336.872500', '183337.332500', '183337.792500', '183338.252500', '183338.712500', '183339.172500', '183339.632500', '183340.092500', '183340.552500', '183341.012500', '183341.472500', '183341.932500', '183342.392500', '183342.852500', '183343.312500', '183343.772500', '183344.232500', '183344.692500', '183345.152500', '183345.612500', '183346.072500', '183346.532500', '183346.992500', '183347.452500', '183347.912500', '183348.372500', '183348.832500', '183349.292500', '183349.752500', '183350.212500', '183350.672500', '183351.132500', '183351.592500', '183352.052500', '183352.512500', '183352.972500', '183353.432500', '183353.892500', '183354.352500', '183354.812500', '183355.272500', '183355.732500', '183356.192500', '183356.652500', '183357.112500', '183357.572500', '183358.032500', '183358.492500', '183358.952500', '183359.412500', '183359.872500', '183400.332500', '183400.792500', '183401.252500', '183401.712500', '183402.172500', '183402.632500', '183403.092500', '183403.552500', '183404.012500', '183404.472500', '183404.932500', '183405.392500', '183405.852500', '183406.312500', '183406.772500', '183407.232500', '183407.692500', '183408.152500', '183408.612500', '183409.072500', '183409.532500', '183409.992500', '183410.452500', '183410.912500', '183411.372500', '183411.832500', '183412.292500', '183412.752500', '183413.212500', '183413.672500', '183414.132500', '183414.592500', '183415.052500', '183415.512500', '183415.972500', '183416.432500', '183416.892500', '183417.352500', '183417.812500', '183418.272500', '183418.732500', '183419.192500', '183419.652500', '183420.112500', '183420.572500', '183421.032500', '183421.492500', '183421.952500', '183422.412500', '183422.872500', '183423.332500', '183423.792500', '183424.252500', '183424.712500', '183425.172500', '183425.632500', '183426.092500', '183426.552500', '183427.012500', '183427.472500', '183427.932500', '183428.392500', '183428.852500', '183429.312500', '183429.772500', '183430.232500', '183430.692500', '183431.152500', '183431.612500', '183432.072500', '183432.532500', '183432.992500', '183433.452500', '183433.912500', '183434.372500', '183434.832500', '183435.292500', '183435.752500', '183436.212500', '183436.672500', '183437.132500', '183437.592500', '183438.052500', '183438.512500', '183438.972500', '183439.432500', '183439.892500', '183440.352500', '183440.812500', '183441.272500', '183441.732500', '183442.192500', '183442.652500', '183443.112500', '183443.572500', '183444.032500', '183444.492500', '183444.952500', '183445.412500', '183445.872500', '183446.332500', '183446.792500', '183447.252500', '183447.712500', '183448.172500', '183448.632500', '183449.092500', '183449.552500', '183450.012500', '183450.472500', '183450.932500', '183451.392500', '183451.852500', '183452.312500', '183452.772500', '183453.232500', '183453.692500', '183454.152500', '183454.612500', '183455.072500', '183455.532500', '183455.992500', '183456.452500', '183456.912500', '183457.372500', '183457.832500', '183458.292500', '183458.752500', '183459.212500', '183459.672500', '183500.132500', '183500.592500', '183501.052500', '183501.512500', '183501.972500', '183502.432500', '183502.892500', '183503.352500', '183503.812500', '183504.272500', '183504.732500', '183505.192500', '183505.652500', '183506.112500', '183506.572500', '183507.032500', '183507.492500', '183507.952500', '183508.412500', '183508.872500', '183509.332500', '183509.792500', '183510.252500', '183510.712500', '183511.172500', '183511.632500', '183512.092500', '183512.552500', '183513.012500', '183513.472500', '183513.932500', '183514.392500', '183514.852500', '183515.312500', '183515.772500', '183516.232500', '183516.692500', '183517.152500', '183517.612500', '183518.072500', '183518.532500', '183518.992500', '183519.452500', '183519.912500', '183520.372500', '183520.832500', '183521.292500', '183521.752500', '183522.212500', '183522.672500', '183523.132500', '183523.592500', '183524.052500', '183524.512500', '183524.972500', '183525.432500', '183525.892500', '183526.352500', '183526.812500', '183527.272500', '183527.732500', '183528.192500', '183528.652500', '183529.112500', '183529.572500', '183530.032500', '183530.492500', '183530.952500', '183531.412500', '183531.872500', '183532.332500', '183532.792500', '183533.252500', '183533.712500', '183534.172500', '183534.632500', '183535.092500', '183535.552500', '183536.012500', '183536.472500', '183536.932500', '183537.392500', '183537.852500', '183538.312500', '183538.772500', '183539.232500', '183539.692500', '183540.152500', '183540.612500', '183541.072500', '183541.532500', '183541.992500', '183542.452500', '183542.912500', '183543.372500', '183543.832500', '183544.292500', '183544.752500', '183545.212500', '183545.672500', '183546.132500', '183546.592500', '183547.052500', '183547.512500', '183547.972500', '183548.432500', '183548.892500', '183549.352500', '183549.812500', '183550.272500', '183550.732500', '183551.192500', '183551.652500', '183552.112500', '183552.572500', '183553.032500', '183553.492500', '183553.952500', '183554.412500', '183554.872500', '183555.332500', '183555.792500', '183556.252500', '183556.712500', '183557.172500', '183557.632500', '183558.092500', '183558.552500', '183559.012500', '183559.472500', '183559.932500', '183600.392500', '183600.852500', '183601.312500', '183601.772500', '183602.232500', '183602.692500', '183603.152500', '183603.612500', '183604.072500', '183604.532500', '183604.992500', '183605.452500', '183605.912500', '183606.372500', '183606.832500', '183607.292500', '183607.752500', '183608.212500', '183608.672500', '183609.132500', '183609.592500', '183610.052500', '183610.512500', '183610.972500', '183611.432500', '183611.892500', '183612.352500', '183612.812500', '183613.272500', '183613.732500', '183614.192500', '183614.652500', '183615.112500', '183615.572500', '183616.032500', '183616.492500', '183616.952500', '183617.412500', '183617.872500', '183618.332500', '183618.792500', '183619.252500', '183619.712500', '183620.172500', '183620.632500', '183621.092500', '183621.552500', '183622.012500', '183622.472500', '183622.932500', '183623.392500', '183623.852500', '183624.312500', '183624.772500', '183625.232500', '183625.692500', '183626.152500', '183626.612500', '183627.072500', '183627.532500', '183627.992500', '183628.452500', '183628.912500', '183629.372500', '183629.832500', '183630.292500', '183630.752500', '183631.212500', '183631.672500', '183632.132500', '183632.592500', '183633.052500', '183633.512500', '183633.972500', '183634.432500', '183634.892500', '183635.352500', '183635.812500', '183636.272500', '183636.732500', '183637.192500', '183637.652500', '183638.112500', '183638.572500', '183639.032500', '183639.492500', '183639.952500', '183640.412500', '183640.872500', '183641.332500', '183641.792500', '183642.252500', '183642.712500', '183643.172500', '183643.632500', '183644.092500', '183644.552500', '183645.012500', '183645.472500', '183645.932500', '183646.392500', '183646.852500', '183647.312500', '183647.772500', '183648.232500', '183648.692500', '183649.152500', '183649.612500', '183650.072500', '183650.532500', '183650.992500', '183651.452500', '183651.912500', '183652.372500', '183652.832500', '183653.292500', '183653.752500', '183654.212500', '183654.672500', '183655.132500', '183655.592500', '183656.052500', '183656.512500', '183656.972500', '183657.432500', '183657.892500', '183658.352500', '183658.812500', '183659.272500', '183659.732500', '183700.192500', '183700.652500', '183701.112500', '183701.572500', '183702.032500', '183702.492500', '183702.952500', '183703.412500', '183703.872500', '183704.332500', '183704.792500', '183705.252500', '183705.712500', '183706.172500', '183706.632500', '183707.092500', '183707.552500', '183708.012500', '183708.472500', '183708.932500', '183709.392500', '183709.852500', '183710.312500', '183710.772500', '183711.232500', '183711.692500', '183712.152500', '183712.612500', '183713.072500', '183713.532500', '183713.992500', '183714.452500', '183714.912500', '183715.372500', '183715.832500', '183716.292500', '183716.752500', '183717.212500', '183717.672500', '183718.132500', '183718.592500', '183719.052500', '183719.512500', '183719.972500', '183720.432500', '183720.892500', '183721.352500', '183721.812500', '183722.272500', '183722.732500', '183723.192500', '183723.652500', '183724.112500', '183724.572500', '183725.032500', '183725.492500', '183725.952500', '183726.412500', '183726.872500', '183727.332500', '183727.792500', '183728.252500', '183728.712500', '183729.172500', '183729.632500', '183730.092500', '183730.552500', '183731.012500', '183731.472500', '183731.932500', '183732.392500', '183732.852500', '183733.312500', '183733.772500', '183734.232500', '183734.692500', '183735.152500', '183735.612500', '183736.072500', '183736.532500', '183736.992500', '183737.452500', '183737.912500', '183738.372500', '183738.832500', '183739.292500', '183739.752500', '183740.212500', '183740.672500', '183741.132500', '183741.592500', '183742.052500', '183742.512500', '183742.972500', '183743.432500', '183743.892500', '183744.352500', '183744.812500', '183745.272500', '183745.732500', '183746.192500', '183746.652500', '183747.112500', '183747.572500', '183748.032500', '183748.492500', '183748.952500', '183749.412500', '183749.872500', '183750.332500', '183750.792500', '183751.252500', '183751.712500', '183752.172500', '183752.632500', '183753.092500', '183753.552500', '183754.012500', '183754.472500', '183754.932500', '183755.392500', '183755.852500', '183756.312500', '183756.772500', '183757.232500', '183757.692500', '183758.152500', '183758.612500', '183759.072500', '183759.532500', '183759.992500', '183800.452500', '183800.912500', '183801.372500', '183801.832500', '183802.292500', '183802.752500', '183803.212500', '183803.672500', '183804.132500', '183804.592500', '183805.052500', '183805.512500', '183805.972500', '183806.432500', '183806.892500', '183807.352500', '183807.812500', '183808.272500', '183808.732500', '183809.192500', '183809.652500', '183810.112500', '183810.572500', '183811.032500', '183811.492500', '183811.952500', '183812.412500', '183812.872500', '183813.332500', '183813.792500', '183814.252500', '183814.712500', '183815.172500', '183815.632500', '183816.092500', '183816.552500', '183817.012500', '183817.472500', '183817.932500', '183818.392500', '183818.852500', '183819.312500', '183819.772500', '183820.232500', '183820.692500', '183821.152500', '183821.612500', '183822.072500', '183822.532500', '183822.992500', '183823.452500', '183823.912500', '183824.372500', '183824.832500', '183825.292500', '183825.752500', '183826.212500', '183826.672500', '183827.132500', '183827.592500', '183828.052500', '183828.512500', '183828.972500', '183829.432500', '183829.892500', '183830.352500', '183830.812500', '183831.272500', '183831.732500', '183832.192500', '183832.652500', '183833.112500', '183833.572500', '183834.032500', '183834.492500', '183834.952500', '183835.412500', '183835.872500', '183836.332500', '183836.792500', '183837.252500', '183837.712500', '183838.172500', '183838.632500', '183839.092500', '183839.552500', '183840.012500', '183840.472500', '183840.932500', '183841.392500', '183841.852500', '183842.312500', '183842.772500', '183843.232500', '183843.692500', '183844.152500', '183844.612500', '183845.072500', '183845.532500', '183845.992500', '183846.452500', '183846.912500', '183847.372500', '183847.832500', '183848.292500', '183848.752500', '183849.212500', '183849.672500', '183850.132500', '183850.592500', '183851.052500', '183851.512500', '183851.972500', '183852.432500', '183852.892500', '183853.352500', '183853.812500', '183854.272500', '183854.732500', '183855.192500', '183855.652500', '183856.112500', '183856.572500', '183857.032500', '183857.492500', '183857.952500', '183858.412500', '183858.872500', '183859.332500', '183859.792500', '183900.252500', '183900.712500', '183901.172500', '183901.632500', '183902.092500', '183902.552500', '183903.012500', '183903.472500', '183903.932500', '183904.392500', '183904.852500', '183905.312500', '183905.772500', '183906.232500', '183906.692500', '183907.152500', '183907.612500', '183908.072500', '183908.532500', '183908.992500', '183909.452500', '183909.912500', '183910.372500', '183910.832500', '183911.292500', '183911.752500', '183912.212500', '183912.672500', '183913.132500', '183913.592500', '183914.052500', '183914.512500', '183914.972500', '183915.432500', '183915.892500', '183916.352500', '183916.812500', '183917.272500', '183917.732500', '183918.192500', '183918.652500', '183919.112500', '183919.572500', '183920.032500', '183920.492500', '183920.952500', '183921.412500', '183921.872500', '183922.332500', '183922.792500', '183923.252500', '183923.712500', '183924.172500', '183924.632500', '183925.092500', '183925.552500', '183926.012500', '183926.472500', '183926.932500', '183927.392500', '183927.852500', '183928.312500', '183928.772500', '183929.232500', '183929.692500', '183930.152500', '183930.612500', '183931.072500', '183931.532500', '183931.992500', '183932.452500', '183932.912500', '183933.372500', '183933.832500', '183934.292500', '183934.752500', '183935.212500', '183935.672500', '183936.132500', '183936.592500', '183937.052500', '183937.512500', '183937.972500', '183938.432500', '183938.892500', '183939.352500', '183939.812500', '183940.272500', '183940.732500', '183941.192500', '183941.652500', '183942.112500', '183942.572500', '183943.032500', '183943.492500', '183943.952500', '183944.412500', '183944.872500', '183945.332500', '183945.792500', '183946.252500', '183946.712500', '183947.172500', '183947.632500', '183948.092500', '183948.552500', '183949.012500', '183949.472500', '183949.932500', '183950.392500', '183950.852500', '183951.312500', '183951.772500', '183952.232500', '183952.692500', '183953.152500', '183953.612500', '183954.072500', '183954.532500', '183954.992500', '183955.452500', '183955.912500', '183956.372500', '183956.832500', '183957.292500', '183957.752500', '183958.212500', '183958.672500', '183959.132500', '183959.592500', '184000.052500', '184000.512500', '184000.972500', '184001.432500', '184001.892500', '184002.352500', '184002.812500', '184003.272500', '184003.732500', '184004.192500', '184004.652500', '184005.112500', '184005.572500', '184006.032500', '184006.492500', '184006.952500', '184007.412500', '184007.872500', '184008.332500', '184008.792500', '184009.252500', '184009.712500', '184010.172500', '184010.632500', '184011.092500', '184011.552500', '184012.012500', '184012.472500', '184012.932500', '184013.392500', '184013.852500', '184014.312500', '184014.772500', '184015.232500', '184015.692500', '184016.152500', '184016.612500', '184017.072500', '184017.532500', '184017.992500', '184018.452500', '184018.912500', '184019.372500', '184019.832500', '184020.292500', '184020.752500', '184021.212500', '184021.672500', '184022.132500', '184022.592500', '184023.052500', '184023.512500', '184023.972500', '184024.432500', '184024.892500', '184025.352500', '184025.812500', '184026.272500', '184026.732500', '184027.192500', '184027.652500', '184028.112500', '184028.572500', '184029.032500', '184029.492500', '184029.952500', '184030.412500', '184030.872500', '184031.332500', '184031.792500', '184032.252500', '184032.712500', '184033.172500', '184033.632500', '184034.092500', '184034.552500', '184035.012500', '184035.472500', '184035.932500', '184036.392500', '184036.852500', '184037.312500', '184037.772500', '184038.232500', '184038.692500', '184039.152500', '184039.612500', '184040.072500', '184040.532500', '184040.992500', '184041.452500', '184041.912500', '184042.372500', '184042.832500', '184043.292500', '184043.752500', '184044.212500', '184044.672500', '184045.132500', '184045.592500', '184046.052500', '184046.512500', '184046.972500', '184047.432500', '184047.892500', '184048.352500', '184048.812500', '184049.272500', '184049.732500', '184050.192500', '184050.652500', '184051.112500', '184051.572500', '184052.032500', '184052.492500', '184052.952500', '184053.412500', '184053.872500', '184054.332500', '184054.792500', '184055.252500', '184055.712500', '184056.172500', '184056.632500', '184057.092500', '184057.552500', '184058.012500', '184058.472500', '184058.932500', '184059.392500', '184059.852500', '184100.312500', '184100.772500', '184101.232500', '184101.692500', '184102.152500', '184102.612500', '184103.072500', '184103.532500', '184103.992500', '184104.452500', '184104.912500', '184105.372500', '184105.832500', '184106.292500', '184106.752500', '184107.212500', '184107.672500', '184108.132500', '184108.592500', '184109.052500', '184109.512500', '184109.972500', '184110.432500', '184110.892500', '184111.352500', '184111.812500', '184112.272500', '184112.732500', '184113.192500', '184113.652500', '184114.112500', '184114.572500', '184115.032500', '184115.492500', '184115.952500', '184116.412500', '184116.872500', '184117.332500', '184117.792500', '184118.252500', '184118.712500', '184119.172500', '184119.632500', '184120.092500', '184120.552500', '184121.012500', '184121.472500', '184121.932500', '184122.392500', '184122.852500', '184123.312500', '184123.772500', '184124.232500', '184124.692500', '184125.152500', '184125.612500', '184126.072500', '184126.532500', '184126.992500', '184127.452500', '184127.912500', '184128.372500', '184128.832500', '184129.292500', '184129.752500', '184130.212500', '184130.672500', '184131.132500', '184131.592500', '184132.052500', '184132.512500', '184132.972500', '184133.432500', '184133.892500', '184134.352500', '184134.812500', '184135.272500', '184135.732500', '184136.192500', '184136.652500', '184137.112500', '184137.572500', '184138.032500', '184138.492500', '184138.952500', '184139.412500', '184139.872500', '184140.332500', '184140.792500', '184141.252500', '184141.712500', '184142.172500', '184142.632500', '184143.092500', '184143.552500', '184144.012500'], 'ContentTime': ['182741.220000', '182741.224000', '182741.227000', '182741.230000', '182741.233000', '182741.236000', '182741.239000', '182741.242000', '182741.245000', '182741.255000', '182741.258000', '182741.261000', '182741.263000', '182741.266000', '182741.269000', '182741.272000', '182741.275000', '182741.278000', '182741.281000', '182741.284000', '182741.287000', '182741.297000', '182741.300000', '182741.303000', '182741.306000', '182801.186000', '182801.189000', '182801.192000', '182801.195000', '182801.198000', '182801.201000', '182801.203000', '182801.208000', '182801.211000', '182801.213000', '182801.216000', '182801.219000', '182801.222000', '182801.225000', '182801.228000', '182801.231000', '182801.245000', '182801.248000', '182801.251000', '182801.254000', '182801.257000', '182801.260000', '182801.263000', '182801.266000', '182801.269000', '182801.271000', '182801.274000', '182801.278000', '182801.284000', '182801.287000', '182801.290000', '182801.293000', '182801.296000', '182801.298000', '182801.301000', '182801.304000', '182801.307000', '182801.310000', '182801.313000', '182801.316000', '182801.323000', '182801.326000', '182801.329000', '182821.186000', '182821.189000', '182821.192000', '182821.195000', '182821.198000', '182821.201000', '182821.203000', '182821.206000', '182821.209000', '182821.212000', '182821.215000', '182821.218000', '182821.221000', '182821.224000', '182821.227000', '182821.230000', '182821.232000', '182821.235000', '182821.238000', '182821.241000', '182821.244000', '182821.247000', '182821.250000', '182821.253000', '182821.256000', '182821.258000', '182821.261000', '182821.264000', '182821.267000', '182821.270000', '182821.291000', '182821.294000', '182821.297000', '182821.299000', '182821.302000', '182821.305000', '182821.308000', '182821.311000', '182821.314000', '182821.317000', '182821.319000', '182821.322000', '182821.325000', '182821.328000', '182841.186000', '182841.189000', '182841.192000', '182841.195000', '182841.198000', '182841.201000', '182841.204000', '182841.206000', '182841.209000', '182841.212000', '182841.215000', '182841.218000', '182841.221000', '182841.224000', '182841.227000', '182841.230000', '182841.232000', '182841.235000', '182841.238000', '182841.241000', '182841.244000', '182841.247000', '182841.250000', '182841.253000', '182841.256000', '182841.259000', '182841.261000', '182841.264000', '182841.267000', '182841.270000', '182841.273000', '182841.276000', '182841.279000', '182841.282000', '182841.286000', '182841.289000', '182841.292000', '182841.294000', '182841.297000', '182841.300000', '182841.303000', '182841.306000', '182841.309000', '182901.185000', '182901.188000', '182901.191000', '182901.194000', '182901.197000', '182901.199000', '182901.202000', '182901.205000', '182901.208000', '182901.211000', '182901.214000', '182901.217000', '182901.220000', '182901.222000', '182901.225000', '182901.228000', '182901.231000', '182901.234000', '182901.237000', '182901.240000', '182901.243000', '182901.246000', '182901.248000', '182901.251000', '182901.254000', '182901.257000', '182901.260000', '182901.263000', '182901.266000', '182901.269000', '182901.272000', '182901.275000', '182901.278000', '182901.280000', '182901.283000', '182901.286000', '182901.289000', '182901.292000', '182901.295000', '182901.298000', '182901.301000', '182901.303000', '182901.306000', '182901.309000', '182921.185000', '182921.188000', '182921.191000', '182921.194000', '182921.197000', '182921.199000', '182921.202000', '182921.205000', '182921.208000', '182921.211000', '182921.214000', '182921.217000', '182921.220000', '182921.223000', '182921.225000', '182921.228000', '182921.231000', '182921.234000', '182921.237000', '182921.240000', '182921.243000', '182921.247000', '182921.249000', '182921.252000', '182921.255000', '182921.258000', '182921.261000', '182921.264000', '182921.267000', '182921.270000', '182921.273000', '182921.276000', '182921.279000', '182921.281000', '182921.284000', '182921.287000', '182921.290000', '182921.293000', '182921.296000', '182921.299000', '182921.302000', '182921.305000', '182921.308000', '182941.185000', '182941.188000', '182941.191000', '182941.194000', '182941.197000', '182941.200000', '182941.202000', '182941.205000', '182941.208000', '182941.211000', '182941.214000', '182941.217000', '182941.220000', '182941.223000', '182941.226000', '182941.229000', '182941.232000', '182941.234000', '182941.237000', '182941.240000', '182941.243000', '182941.246000', '182941.249000', '182941.252000', '182941.255000', '182941.258000', '182941.261000', '182941.263000', '182941.266000', '182941.269000', '182941.272000', '182941.275000', '182941.278000', '182941.281000', '182941.284000', '182941.287000', '182941.289000', '182941.292000', '182941.295000', '182941.298000', '182941.301000', '182941.304000', '182941.307000', '182941.310000', '183001.185000', '183001.196000', '183001.199000', '183001.202000', '183001.205000', '183001.207000', '183001.210000', '183001.213000', '183001.216000', '183001.219000', '183001.222000', '183001.225000', '183001.228000', '183001.230000', '183001.233000', '183001.236000', '183001.239000', '183001.242000', '183001.245000', '183001.248000', '183001.251000', '183001.254000', '183001.257000', '183001.259000', '183001.262000', '183001.280000', '183001.283000', '183001.286000', '183001.289000', '183001.292000', '183001.295000', '183001.298000', '183001.301000', '183001.304000', '183001.306000', '183001.309000', '183001.312000', '183001.315000', '183001.318000', '183001.321000', '183001.324000', '183001.327000', '183001.330000', '183021.186000', '183021.189000', '183021.192000', '183021.195000', '183021.198000', '183021.201000', '183021.204000', '183021.206000', '183021.209000', '183021.212000', '183021.215000', '183021.218000', '183021.221000', '183021.224000', '183021.227000', '183021.230000', '183021.232000', '183021.235000', '183021.238000', '183021.241000', '183021.244000', '183021.247000', '183021.250000', '183021.253000', '183021.256000', '183021.258000', '183021.261000', '183021.264000', '183021.267000', '183021.270000', '183021.273000', '183021.276000', '183021.279000', '183021.282000', '183021.285000', '183021.288000', '183021.291000', '183021.294000', '183021.296000', '183021.299000', '183021.302000', '183021.305000', '183021.308000', '183021.311000', '183041.186000', '183041.189000', '183041.192000', '183041.195000', '183041.198000', '183041.201000', '183041.204000', '183041.206000', '183041.209000', '183041.212000', '183041.215000', '183041.218000', '183041.221000', '183041.224000', '183041.227000', '183041.230000', '183041.232000', '183041.235000', '183041.238000', '183041.241000', '183041.244000', '183041.247000', '183041.250000', '183041.253000', '183041.256000', '183041.259000', '183041.262000', '183041.265000', '183041.267000', '183041.270000', '183041.273000', '183041.276000', '183041.279000', '183041.283000', '183041.286000', '183041.289000', '183041.292000', '183041.295000', '183041.298000', '183041.301000', '183041.304000', '183041.307000', '183041.310000', '183101.186000', '183101.218000', '183101.221000', '183101.224000', '183101.227000', '183101.229000', '183101.232000', '183101.235000', '183101.238000', '183101.241000', '183101.244000', '183101.247000', '183101.250000', '183101.253000', '183101.256000', '183101.259000', '183101.262000', '183101.265000', '183101.268000', '183101.271000', '183101.273000', '183101.276000', '183101.279000', '183101.282000', '183101.285000', '183101.288000', '183101.291000', '183101.294000', '183101.297000', '183101.300000', '183101.302000', '183101.305000', '183101.308000', '183101.311000', '183101.314000', '183101.317000', '183101.320000', '183101.323000', '183101.325000', '183101.328000', '183101.331000', '183101.334000', '183101.337000', '183101.340000', '183121.185000', '183121.188000', '183121.191000', '183121.194000', '183121.197000', '183121.200000', '183121.202000', '183121.205000', '183121.208000', '183121.211000', '183121.214000', '183121.217000', '183121.220000', '183121.223000', '183121.225000', '183121.228000', '183121.231000', '183121.234000', '183121.237000', '183121.240000', '183121.243000', '183121.246000', '183121.249000', '183121.252000', '183121.254000', '183121.257000', '183121.260000', '183121.263000', '183121.266000', '183121.269000', '183121.272000', '183121.275000', '183121.278000', '183121.280000', '183121.283000', '183121.286000', '183121.289000', '183121.292000', '183121.295000', '183121.298000', '183121.301000', '183121.304000', '183121.307000', '183141.186000', '183141.191000', '183141.194000', '183141.197000', '183141.200000', '183141.203000', '183141.206000', '183141.225000', '183141.228000', '183141.231000', '183141.234000', '183141.237000', '183141.240000', '183141.242000', '183141.245000', '183141.248000', '183141.251000', '183141.254000', '183141.257000', '183141.260000', '183141.263000', '183141.266000', '183141.269000', '183141.271000', '183141.274000', '183141.277000', '183141.280000', '183141.283000', '183141.286000', '183141.289000', '183141.292000', '183141.295000', '183141.298000', '183141.300000', '183141.303000', '183141.306000', '183141.309000', '183141.312000', '183141.315000', '183141.318000', '183141.321000', '183141.324000', '183141.327000', '183201.185000', '183201.197000', '183201.200000', '183201.202000', '183201.205000', '183201.208000', '183201.211000', '183201.214000', '183201.217000', '183201.220000', '183201.223000', '183201.225000', '183201.228000', '183201.231000', '183201.234000', '183201.237000', '183201.240000', '183201.243000', '183201.246000', '183201.249000', '183201.252000', '183201.255000', '183201.258000', '183201.261000', '183201.263000', '183201.266000', '183201.269000', '183201.272000', '183201.275000', '183201.278000', '183201.281000', '183201.284000', '183201.287000', '183201.290000', '183201.293000', '183201.296000', '183201.298000', '183201.301000', '183201.304000', '183201.307000', '183201.310000', '183201.313000', '183201.316000', '183201.319000', '183221.185000', '183221.188000', '183221.191000', '183221.194000', '183221.197000', '183221.200000', '183221.203000', '183221.206000', '183221.209000', '183221.211000', '183221.214000', '183221.217000', '183221.220000', '183221.223000', '183221.226000', '183221.229000', '183221.232000', '183221.235000', '183221.237000', '183221.240000', '183221.243000', '183221.246000', '183221.249000', '183221.252000', '183221.255000', '183221.258000', '183221.261000', '183221.264000', '183221.267000', '183221.270000', '183221.273000', '183221.276000', '183221.279000', '183221.282000', '183221.286000', '183221.289000', '183221.292000', '183221.295000', '183221.298000', '183221.300000', '183221.303000', '183221.306000', '183221.309000', '183221.312000', '183241.186000', '183241.209000', '183241.212000', '183241.214000', '183241.217000', '183241.220000', '183241.223000', '183241.226000', '183241.229000', '183241.232000', '183241.235000', '183241.238000', '183241.241000', '183241.244000', '183241.246000', '183241.249000', '183241.252000', '183241.255000', '183241.258000', '183241.261000', '183241.264000', '183241.267000', '183241.270000', '183241.273000', '183241.276000', '183241.278000', '183241.281000', '183241.284000', '183241.287000', '183241.290000', '183241.293000', '183241.296000', '183241.299000', '183241.302000', '183241.304000', '183241.307000', '183241.310000', '183241.313000', '183241.316000', '183241.319000', '183241.322000', '183241.325000', '183241.328000', '183301.189000', '183301.217000', '183301.220000', '183301.223000', '183301.226000', '183301.229000', '183301.232000', '183301.235000', '183301.237000', '183301.240000', '183301.243000', '183301.248000', '183301.251000', '183301.254000', '183301.257000', '183301.260000', '183301.263000', '183301.279000', '183301.282000', '183301.285000', '183301.288000', '183301.291000', '183301.294000', '183301.297000', '183301.299000', '183301.302000', '183301.305000', '183301.308000', '183301.311000', '183301.314000', '183301.317000', '183301.320000', '183301.323000', '183301.326000', '183301.329000', '183301.332000', '183301.334000', '183301.337000', '183301.340000', '183301.343000', '183301.346000', '183301.349000', '183301.352000', '183321.186000', '183321.241000', '183321.244000', '183321.247000', '183321.250000', '183321.253000', '183321.255000', '183321.258000', '183321.261000', '183321.274000', '183321.277000', '183321.280000', '183321.283000', '183321.286000', '183321.289000', '183321.291000', '183321.294000', '183321.297000', '183321.300000', '183321.303000', '183321.306000', '183321.309000', '183321.312000', '183321.314000', '183321.317000', '183321.320000', '183321.323000', '183321.326000', '183321.329000', '183321.332000', '183321.335000', '183321.338000', '183321.340000', '183321.343000', '183321.346000', '183321.349000', '183321.352000', '183321.355000', '183321.359000', '183321.363000', '183321.365000', '183321.368000', '183321.371000', '183321.374000', '183341.185000', '183341.188000', '183341.191000', '183341.194000', '183341.197000', '183341.200000', '183341.203000', '183341.206000', '183341.209000', '183341.213000', '183341.216000', '183341.219000', '183341.222000', '183341.225000', '183341.227000', '183341.230000', '183341.233000', '183341.236000', '183341.239000', '183341.242000', '183341.245000', '183341.248000', '183341.251000', '183341.254000', '183341.257000', '183341.259000', '183341.262000', '183341.265000', '183341.268000', '183341.271000', '183341.274000', '183341.277000', '183341.280000', '183341.283000', '183341.286000', '183341.288000', '183341.291000', '183341.294000', '183341.297000', '183341.300000', '183341.303000', '183341.306000', '183341.309000', '183401.185000', '183401.218000', '183401.221000', '183401.224000', '183401.227000', '183401.229000', '183401.232000', '183401.235000', '183401.238000', '183401.241000', '183401.244000', '183401.247000', '183401.250000', '183401.253000', '183401.255000', '183401.258000', '183401.261000', '183401.264000', '183401.267000', '183401.270000', '183401.273000', '183401.276000', '183401.279000', '183401.282000', '183401.284000', '183401.287000', '183401.290000', '183401.293000', '183401.296000', '183401.299000', '183401.302000', '183401.305000', '183401.307000', '183401.310000', '183401.313000', '183401.316000', '183401.319000', '183401.322000', '183401.325000', '183401.328000', '183401.331000', '183401.333000', '183401.336000', '183401.339000', '183421.185000', '183421.218000', '183421.221000', '183421.224000', '183421.227000', '183421.229000', '183421.232000', '183421.235000', '183421.238000', '183421.241000', '183421.244000', '183421.247000', '183421.250000', '183421.253000', '183421.256000', '183421.259000', '183421.262000', '183421.265000', '183421.268000', '183421.271000', '183421.273000', '183421.276000', '183421.279000', '183421.282000', '183421.285000', '183421.288000', '183421.291000', '183421.294000', '183421.310000', '183421.313000', '183421.316000', '183421.319000', '183421.321000', '183421.324000', '183421.327000', '183421.330000', '183421.333000', '183421.336000', '183421.339000', '183421.342000', '183421.344000', '183421.347000', '183421.350000', '183441.207000', '183441.210000', '183441.213000', '183441.216000', '183441.219000', '183441.222000', '183441.224000', '183441.227000', '183441.230000', '183441.233000', '183441.236000', '183441.239000', '183441.242000', '183441.245000', '183441.248000', '183441.250000', '183441.253000', '183441.256000', '183441.259000', '183441.262000', '183441.265000', '183441.268000', '183441.271000', '183441.274000', '183441.277000', '183441.279000', '183441.282000', '183441.285000', '183441.288000', '183441.291000', '183441.294000', '183441.297000', '183441.300000', '183441.303000', '183441.306000', '183441.308000', '183441.311000', '183441.314000', '183441.317000', '183441.320000', '183441.323000', '183441.326000', '183441.329000', '183441.332000', '183501.186000', '183501.201000', '183501.204000', '183501.207000', '183501.210000', '183501.213000', '183501.215000', '183501.218000', '183501.221000', '183501.224000', '183501.227000', '183501.230000', '183501.233000', '183501.236000', '183501.239000', '183501.242000', '183501.246000', '183501.249000', '183501.252000', '183501.255000', '183501.258000', '183501.260000', '183501.263000', '183501.266000', '183501.269000', '183501.272000', '183501.275000', '183501.278000', '183501.281000', '183501.284000', '183501.287000', '183501.289000', '183501.292000', '183501.295000', '183501.298000', '183501.301000', '183501.304000', '183501.307000', '183501.310000', '183501.313000', '183501.316000', '183501.319000', '183501.321000', '183521.186000', '183521.209000', '183521.212000', '183521.215000', '183521.218000', '183521.221000', '183521.224000', '183521.227000', '183521.229000', '183521.232000', '183521.235000', '183521.238000', '183521.241000', '183521.244000', '183521.247000', '183521.250000', '183521.253000', '183521.256000', '183521.259000', '183521.261000', '183521.264000', '183521.267000', '183521.270000', '183521.273000', '183521.276000', '183521.279000', '183521.282000', '183521.285000', '183521.288000', '183521.291000', '183521.293000', '183521.296000', '183521.299000', '183521.302000', '183521.305000', '183521.308000', '183521.311000', '183521.314000', '183521.317000', '183521.320000', '183521.323000', '183521.325000', '183521.328000', '183521.331000', '183541.186000', '183541.206000', '183541.209000', '183541.212000', '183541.215000', '183541.218000', '183541.221000', '183541.224000', '183541.226000', '183541.229000', '183541.232000', '183541.235000', '183541.238000', '183541.241000', '183541.244000', '183541.247000', '183541.250000', '183541.253000', '183541.256000', '183541.259000', '183541.262000', '183541.266000', '183541.271000', '183541.274000', '183541.277000', '183541.280000', '183541.283000', '183541.286000', '183541.289000', '183541.292000', '183541.295000', '183541.298000', '183541.301000', '183541.304000', '183541.306000', '183541.309000', '183541.312000', '183541.315000', '183541.318000', '183541.330000', '183541.333000', '183541.336000', '183541.339000', '183601.185000', '183601.188000', '183601.191000', '183601.194000', '183601.197000', '183601.200000', '183601.203000', '183601.206000', '183601.209000', '183601.212000', '183601.215000', '183601.218000', '183601.221000', '183601.223000', '183601.226000', '183601.229000', '183601.232000', '183601.235000', '183601.238000', '183601.241000', '183601.244000', '183601.247000', '183601.249000', '183601.252000', '183601.255000', '183601.258000', '183601.261000', '183601.264000', '183601.267000', '183601.270000', '183601.273000', '183601.276000', '183601.278000', '183601.281000', '183601.284000', '183601.287000', '183601.290000', '183601.293000', '183601.296000', '183601.299000', '183601.302000', '183601.305000', '183601.307000', '183601.310000', '183621.185000', '183621.188000', '183621.191000', '183621.194000', '183621.197000', '183621.199000', '183621.202000', '183621.205000', '183621.208000', '183621.211000', '183621.214000', '183621.217000', '183621.220000', '183621.223000', '183621.226000', '183621.229000', '183621.232000', '183621.235000', '183621.238000', '183621.240000', '183621.243000', '183621.246000', '183621.249000', '183621.252000', '183621.255000', '183621.258000', '183621.261000', '183621.264000', '183621.267000', '183621.270000', '183621.273000', '183621.276000', '183621.279000', '183621.282000', '183621.285000', '183621.288000', '183621.291000', '183621.294000', '183621.296000', '183621.299000', '183621.302000', '183621.305000', '183621.308000', '183641.185000', '183641.213000', '183641.216000', '183641.219000', '183641.222000', '183641.225000', '183641.228000', '183641.230000', '183641.234000', '183641.237000', '183641.239000', '183641.242000', '183641.245000', '183641.248000', '183641.251000', '183641.254000', '183641.257000', '183641.260000', '183641.263000', '183641.266000', '183641.269000', '183641.272000', '183641.275000', '183641.278000', '183641.281000', '183641.284000', '183641.286000', '183641.289000', '183641.292000', '183641.295000', '183641.298000', '183641.301000', '183641.304000', '183641.307000', '183641.310000', '183641.313000', '183641.316000', '183641.319000', '183641.322000', '183641.325000', '183641.328000', '183641.330000', '183641.333000', '183641.336000', '183701.186000', '183701.202000', '183701.205000', '183701.207000', '183701.210000', '183701.213000', '183701.216000', '183701.219000', '183701.222000', '183701.225000', '183701.228000', '183701.231000', '183701.235000', '183701.238000', '183701.241000', '183701.244000', '183701.247000', '183701.250000', '183701.253000', '183701.256000', '183701.258000', '183701.270000', '183701.273000', '183701.276000', '183701.279000', '183701.282000', '183701.285000', '183701.289000', '183701.294000', '183701.297000', '183701.300000', '183701.303000', '183701.306000', '183701.309000', '183701.312000', '183701.315000', '183701.318000', '183701.321000', '183701.324000', '183701.326000', '183701.329000', '183701.332000', '183701.335000', '183721.186000', '183721.215000', '183721.218000', '183721.221000', '183721.224000', '183721.227000', '183721.230000', '183721.233000', '183721.236000', '183721.239000', '183721.242000', '183721.245000', '183721.247000', '183721.250000', '183721.253000', '183721.256000', '183721.259000', '183721.262000', '183721.265000', '183721.268000', '183721.271000', '183721.274000', '183721.277000', '183721.280000', '183721.283000', '183721.286000', '183721.289000', '183721.292000', '183721.295000', '183721.298000', '183721.301000', '183721.304000', '183721.307000', '183721.310000', '183721.313000', '183721.315000', '183721.318000', '183721.321000', '183721.324000', '183721.327000', '183721.330000', '183721.333000', '183721.336000', '183721.339000', '183741.186000', '183741.216000', '183741.219000', '183741.222000', '183741.225000', '183741.228000', '183741.231000', '183741.233000', '183741.236000', '183741.239000', '183741.242000', '183741.245000', '183741.248000', '183741.251000', '183741.254000', '183741.257000', '183741.260000', '183741.263000', '183741.266000', '183741.269000', '183741.272000', '183741.275000', '183741.278000', '183741.280000', '183741.283000', '183741.286000', '183741.289000', '183741.292000', '183741.295000', '183741.298000', '183741.301000', '183741.304000', '183741.307000', '183741.310000', '183741.313000', '183741.316000', '183741.319000', '183741.322000', '183741.325000', '183741.328000', '183741.331000', '183741.334000', '183741.336000', '183801.186000', '183801.205000', '183801.208000', '183801.211000', '183801.213000', '183801.216000', '183801.219000', '183801.222000', '183801.225000', '183801.228000', '183801.231000', '183801.234000', '183801.237000', '183801.240000', '183801.243000', '183801.246000', '183801.249000', '183801.252000', '183801.254000', '183801.258000', '183801.261000', '183801.263000', '183801.266000', '183801.269000', '183801.272000', '183801.275000', '183801.278000', '183801.281000', '183801.284000', '183801.286000', '183801.289000', '183801.292000', '183801.295000', '183801.298000', '183801.301000', '183801.304000', '183801.307000', '183801.310000', '183801.313000', '183801.316000', '183801.318000', '183801.321000', '183801.324000', '183801.327000', '183821.185000', '183821.231000', '183821.238000', '183821.255000', '183821.258000', '183821.260000', '183821.263000', '183821.266000', '183821.270000', '183821.273000', '183821.276000', '183821.279000', '183821.282000', '183821.285000', '183821.288000', '183821.290000', '183821.293000', '183821.296000', '183821.299000', '183821.302000', '183821.305000', '183821.308000', '183821.311000', '183821.314000', '183821.317000', '183821.320000', '183821.322000', '183821.326000', '183821.329000', '183821.332000', '183821.335000', '183821.338000', '183821.341000', '183821.344000', '183821.347000', '183821.350000', '183821.352000', '183821.355000', '183821.358000', '183821.361000', '183821.364000', '183821.367000', '183821.370000', '183841.185000', '183841.223000', '183841.225000', '183841.228000', '183841.231000', '183841.234000', '183841.237000', '183841.240000', '183841.243000', '183841.254000', '183841.257000', '183841.260000', '183841.263000', '183841.266000', '183841.268000', '183841.271000', '183841.274000', '183841.277000', '183841.280000', '183841.283000', '183841.286000', '183841.289000', '183841.292000', '183841.295000', '183841.298000', '183841.300000', '183841.303000', '183841.306000', '183841.309000', '183841.312000', '183841.315000', '183841.318000', '183841.321000', '183841.324000', '183841.327000', '183841.330000', '183841.333000', '183841.336000', '183841.339000', '183841.341000', '183841.344000', '183841.347000', '183841.350000', '183841.353000', '183901.185000', '183901.219000', '183901.222000', '183901.225000', '183901.228000', '183901.231000', '183901.234000', '183901.237000', '183901.240000', '183901.243000', '183901.245000', '183901.248000', '183901.251000', '183901.254000', '183901.257000', '183901.260000', '183901.263000', '183901.266000', '183901.269000', '183901.272000', '183901.275000', '183901.278000', '183901.281000', '183901.283000', '183901.286000', '183901.289000', '183901.292000', '183901.295000', '183901.298000', '183901.301000', '183901.304000', '183901.307000', '183901.310000', '183901.313000', '183901.316000', '183901.319000', '183901.321000', '183901.324000', '183901.327000', '183901.330000', '183901.333000', '183901.336000', '183901.339000', '183921.186000', '183921.236000', '183921.238000', '183921.241000', '183921.244000', '183921.247000', '183921.250000', '183921.253000', '183921.256000', '183921.259000', '183921.262000', '183921.265000', '183921.268000', '183921.271000', '183921.274000', '183921.276000', '183921.279000', '183921.282000', '183921.285000', '183921.288000', '183921.291000', '183921.294000', '183921.297000', '183921.300000', '183921.303000', '183921.306000', '183921.309000', '183921.311000', '183921.314000', '183921.317000', '183921.320000', '183921.323000', '183921.326000', '183921.329000', '183921.332000', '183921.335000', '183921.338000', '183921.341000', '183921.344000', '183921.346000', '183921.349000', '183921.352000', '183921.355000', '183921.358000', '183941.186000', '183941.218000', '183941.221000', '183941.224000', '183941.226000', '183941.229000', '183941.232000', '183941.235000', '183941.238000', '183941.241000', '183941.244000', '183941.247000', '183941.250000', '183941.253000', '183941.256000', '183941.259000', '183941.262000', '183941.264000', '183941.267000', '183941.270000', '183941.273000', '183941.276000', '183941.279000', '183941.282000', '183941.285000', '183941.288000', '183941.290000', '183941.293000', '183941.296000', '183941.299000', '183941.302000', '183941.305000', '183941.308000', '183941.312000', '183941.315000', '183941.317000', '183941.320000', '183941.323000', '183941.326000', '183941.329000', '183941.332000', '183941.335000', '183941.338000', '184001.186000', '184001.219000', '184001.222000', '184001.225000', '184001.228000', '184001.231000', '184001.234000', '184001.237000', '184001.240000', '184001.242000', '184001.245000', '184001.248000', '184001.251000', '184001.254000', '184001.257000', '184001.260000', '184001.263000', '184001.266000', '184001.269000', '184001.272000', '184001.274000', '184001.277000', '184001.280000', '184001.283000', '184001.286000', '184001.289000', '184001.292000', '184001.295000', '184001.298000', '184001.301000', '184001.304000', '184001.306000', '184001.309000', '184001.312000', '184001.315000', '184001.318000', '184001.321000', '184001.324000', '184001.327000', '184001.330000', '184001.332000', '184001.335000', '184001.338000', '184021.186000', '184021.268000', '184021.271000', '184021.273000', '184021.276000', '184021.279000', '184021.282000', '184021.285000', '184021.288000', '184021.291000', '184021.294000', '184021.297000', '184021.300000', '184021.303000', '184021.306000', '184021.308000', '184021.311000', '184021.314000', '184021.317000', '184021.320000', '184021.323000', '184021.326000', '184021.329000', '184021.332000', '184021.335000', '184021.337000', '184021.340000', '184021.343000', '184021.346000', '184021.349000', '184021.352000', '184021.355000', '184021.358000', '184021.361000', '184021.364000', '184021.367000', '184021.369000', '184021.372000', '184021.375000', '184021.378000', '184021.381000', '184021.384000', '184021.387000', '184021.390000', '184041.185000', '184041.289000', '184041.292000', '184041.295000', '184041.297000', '184041.300000', '184041.303000', '184041.306000', '184041.309000', '184041.312000', '184041.315000', '184041.318000', '184041.335000', '184041.338000', '184041.341000', '184041.344000', '184041.347000', '184041.350000', '184041.353000', '184041.355000', '184041.358000', '184041.361000', '184041.364000', '184041.367000', '184041.370000', '184041.373000', '184041.376000', '184041.379000', '184041.382000', '184041.385000', '184041.388000', '184041.391000', '184041.393000', '184041.396000', '184041.399000', '184041.402000', '184041.405000', '184041.408000', '184041.411000', '184041.414000', '184041.417000', '184041.420000', '184041.422000', '184101.185000', '184101.236000', '184101.239000', '184101.241000', '184101.244000', '184101.247000', '184101.250000', '184101.253000', '184101.256000', '184101.259000', '184101.261000', '184101.264000', '184101.267000', '184101.270000', '184101.273000', '184101.276000', '184101.279000', '184101.282000', '184101.285000', '184101.288000', '184101.291000', '184101.293000', '184101.296000', '184101.299000', '184101.302000', '184101.305000', '184101.308000', '184101.311000', '184101.314000', '184101.317000', '184101.319000', '184101.322000', '184101.325000', '184101.328000', '184101.331000', '184101.334000', '184101.337000', '184101.340000', '184101.343000', '184101.346000', '184101.350000', '184101.353000', '184101.355000', '184101.358000', '184121.187000', '184121.219000', '184121.222000', '184121.225000', '184121.228000', '184121.231000', '184121.234000', '184121.237000', '184121.240000', '184121.243000', '184121.246000', '184121.249000', '184121.252000', '184121.254000', '184121.257000', '184121.260000', '184121.263000', '184121.266000', '184121.269000', '184121.272000', '184121.275000', '184121.278000', '184121.281000', '184121.284000', '184121.287000', '184121.290000', '184121.293000', '184121.296000', '184121.299000', '184121.301000', '184121.304000', '184121.307000', '184121.310000', '184121.313000', '184121.316000', '184121.319000', '184121.322000', '184121.325000', '184121.328000', '184121.331000', '184121.334000', '184121.337000', '184121.339000', '184141.186000', '184141.209000', '184141.212000', '184141.214000', '184141.217000', '184141.220000', '184141.223000', '184141.226000', '184141.229000', '184141.232000', '184141.235000', '184141.238000', '184141.241000', '184141.244000', '184141.247000', '184141.250000', '184141.253000', '184141.256000', '184141.258000', '184141.261000', '184141.264000', '184141.267000', '184141.270000', '184141.273000', '184141.287000', '184141.290000', '184141.293000', '184141.296000', '184141.299000', '184141.302000', '184141.305000', '184141.308000', '184141.311000', '184141.313000', '184141.316000', '184141.319000', '184141.322000', '184141.325000', '184141.328000', '184141.331000', '184141.334000', '184141.337000', '184141.340000', '184141.342000', '184144.714000', '184144.718000', '184144.721000', '184144.724000', '184144.727000', '184144.730000', '184144.733000', '184144.736000'], 'InstanceCreationTime': ['182741.220000', '182741.224000', '182741.227000', '182741.230000', '182741.233000', '182741.236000', '182741.239000', '182741.242000', '182741.245000', '182741.255000', '182741.258000', '182741.261000', '182741.263000', '182741.266000', '182741.269000', '182741.272000', '182741.275000', '182741.278000', '182741.281000', '182741.284000', '182741.287000', '182741.297000', '182741.300000', '182741.303000', '182741.306000', '182801.186000', '182801.189000', '182801.192000', '182801.195000', '182801.198000', '182801.201000', '182801.203000', '182801.208000', '182801.211000', '182801.213000', '182801.216000', '182801.219000', '182801.222000', '182801.225000', '182801.228000', '182801.231000', '182801.245000', '182801.248000', '182801.251000', '182801.254000', '182801.257000', '182801.260000', '182801.263000', '182801.266000', '182801.269000', '182801.271000', '182801.274000', '182801.278000', '182801.284000', '182801.287000', '182801.290000', '182801.293000', '182801.296000', '182801.298000', '182801.301000', '182801.304000', '182801.307000', '182801.310000', '182801.313000', '182801.316000', '182801.323000', '182801.326000', '182801.329000', '182821.186000', '182821.189000', '182821.192000', '182821.195000', '182821.198000', '182821.201000', '182821.203000', '182821.206000', '182821.209000', '182821.212000', '182821.215000', '182821.218000', '182821.221000', '182821.224000', '182821.227000', '182821.230000', '182821.232000', '182821.235000', '182821.238000', '182821.241000', '182821.244000', '182821.247000', '182821.250000', '182821.253000', '182821.256000', '182821.258000', '182821.261000', '182821.264000', '182821.267000', '182821.270000', '182821.291000', '182821.294000', '182821.297000', '182821.299000', '182821.302000', '182821.305000', '182821.308000', '182821.311000', '182821.314000', '182821.317000', '182821.319000', '182821.322000', '182821.325000', '182821.328000', '182841.186000', '182841.189000', '182841.192000', '182841.195000', '182841.198000', '182841.201000', '182841.204000', '182841.206000', '182841.209000', '182841.212000', '182841.215000', '182841.218000', '182841.221000', '182841.224000', '182841.227000', '182841.230000', '182841.232000', '182841.235000', '182841.238000', '182841.241000', '182841.244000', '182841.247000', '182841.250000', '182841.253000', '182841.256000', '182841.259000', '182841.261000', '182841.264000', '182841.267000', '182841.270000', '182841.273000', '182841.276000', '182841.279000', '182841.282000', '182841.286000', '182841.289000', '182841.292000', '182841.294000', '182841.297000', '182841.300000', '182841.303000', '182841.306000', '182841.309000', '182901.185000', '182901.188000', '182901.191000', '182901.194000', '182901.197000', '182901.199000', '182901.202000', '182901.205000', '182901.208000', '182901.211000', '182901.214000', '182901.217000', '182901.220000', '182901.222000', '182901.225000', '182901.228000', '182901.231000', '182901.234000', '182901.237000', '182901.240000', '182901.243000', '182901.246000', '182901.248000', '182901.251000', '182901.254000', '182901.257000', '182901.260000', '182901.263000', '182901.266000', '182901.269000', '182901.272000', '182901.275000', '182901.278000', '182901.280000', '182901.283000', '182901.286000', '182901.289000', '182901.292000', '182901.295000', '182901.298000', '182901.301000', '182901.303000', '182901.306000', '182901.309000', '182921.185000', '182921.188000', '182921.191000', '182921.194000', '182921.197000', '182921.199000', '182921.202000', '182921.205000', '182921.208000', '182921.211000', '182921.214000', '182921.217000', '182921.220000', '182921.223000', '182921.225000', '182921.228000', '182921.231000', '182921.234000', '182921.237000', '182921.240000', '182921.243000', '182921.247000', '182921.249000', '182921.252000', '182921.255000', '182921.258000', '182921.261000', '182921.264000', '182921.267000', '182921.270000', '182921.273000', '182921.276000', '182921.279000', '182921.281000', '182921.284000', '182921.287000', '182921.290000', '182921.293000', '182921.296000', '182921.299000', '182921.302000', '182921.305000', '182921.308000', '182941.185000', '182941.188000', '182941.191000', '182941.194000', '182941.197000', '182941.200000', '182941.202000', '182941.205000', '182941.208000', '182941.211000', '182941.214000', '182941.217000', '182941.220000', '182941.223000', '182941.226000', '182941.229000', '182941.232000', '182941.234000', '182941.237000', '182941.240000', '182941.243000', '182941.246000', '182941.249000', '182941.252000', '182941.255000', '182941.258000', '182941.261000', '182941.263000', '182941.266000', '182941.269000', '182941.272000', '182941.275000', '182941.278000', '182941.281000', '182941.284000', '182941.287000', '182941.289000', '182941.292000', '182941.295000', '182941.298000', '182941.301000', '182941.304000', '182941.307000', '182941.310000', '183001.185000', '183001.196000', '183001.199000', '183001.202000', '183001.205000', '183001.207000', '183001.210000', '183001.213000', '183001.216000', '183001.219000', '183001.222000', '183001.225000', '183001.228000', '183001.230000', '183001.233000', '183001.236000', '183001.239000', '183001.242000', '183001.245000', '183001.248000', '183001.251000', '183001.254000', '183001.257000', '183001.259000', '183001.262000', '183001.280000', '183001.283000', '183001.286000', '183001.289000', '183001.292000', '183001.295000', '183001.298000', '183001.301000', '183001.304000', '183001.306000', '183001.309000', '183001.312000', '183001.315000', '183001.318000', '183001.321000', '183001.324000', '183001.327000', '183001.330000', '183021.186000', '183021.189000', '183021.192000', '183021.195000', '183021.198000', '183021.201000', '183021.204000', '183021.206000', '183021.209000', '183021.212000', '183021.215000', '183021.218000', '183021.221000', '183021.224000', '183021.227000', '183021.230000', '183021.232000', '183021.235000', '183021.238000', '183021.241000', '183021.244000', '183021.247000', '183021.250000', '183021.253000', '183021.256000', '183021.258000', '183021.261000', '183021.264000', '183021.267000', '183021.270000', '183021.273000', '183021.276000', '183021.279000', '183021.282000', '183021.285000', '183021.288000', '183021.291000', '183021.294000', '183021.296000', '183021.299000', '183021.302000', '183021.305000', '183021.308000', '183021.311000', '183041.186000', '183041.189000', '183041.192000', '183041.195000', '183041.198000', '183041.201000', '183041.204000', '183041.206000', '183041.209000', '183041.212000', '183041.215000', '183041.218000', '183041.221000', '183041.224000', '183041.227000', '183041.230000', '183041.232000', '183041.235000', '183041.238000', '183041.241000', '183041.244000', '183041.247000', '183041.250000', '183041.253000', '183041.256000', '183041.259000', '183041.262000', '183041.265000', '183041.267000', '183041.270000', '183041.273000', '183041.276000', '183041.279000', '183041.283000', '183041.286000', '183041.289000', '183041.292000', '183041.295000', '183041.298000', '183041.301000', '183041.304000', '183041.307000', '183041.310000', '183101.186000', '183101.218000', '183101.221000', '183101.224000', '183101.227000', '183101.229000', '183101.232000', '183101.235000', '183101.238000', '183101.241000', '183101.244000', '183101.247000', '183101.250000', '183101.253000', '183101.256000', '183101.259000', '183101.262000', '183101.265000', '183101.268000', '183101.271000', '183101.273000', '183101.276000', '183101.279000', '183101.282000', '183101.285000', '183101.288000', '183101.291000', '183101.294000', '183101.297000', '183101.300000', '183101.302000', '183101.305000', '183101.308000', '183101.311000', '183101.314000', '183101.317000', '183101.320000', '183101.323000', '183101.325000', '183101.328000', '183101.331000', '183101.334000', '183101.337000', '183101.340000', '183121.185000', '183121.188000', '183121.191000', '183121.194000', '183121.197000', '183121.200000', '183121.202000', '183121.205000', '183121.208000', '183121.211000', '183121.214000', '183121.217000', '183121.220000', '183121.223000', '183121.225000', '183121.228000', '183121.231000', '183121.234000', '183121.237000', '183121.240000', '183121.243000', '183121.246000', '183121.249000', '183121.252000', '183121.254000', '183121.257000', '183121.260000', '183121.263000', '183121.266000', '183121.269000', '183121.272000', '183121.275000', '183121.278000', '183121.280000', '183121.283000', '183121.286000', '183121.289000', '183121.292000', '183121.295000', '183121.298000', '183121.301000', '183121.304000', '183121.307000', '183141.186000', '183141.191000', '183141.194000', '183141.197000', '183141.200000', '183141.203000', '183141.206000', '183141.225000', '183141.228000', '183141.231000', '183141.234000', '183141.237000', '183141.240000', '183141.242000', '183141.245000', '183141.248000', '183141.251000', '183141.254000', '183141.257000', '183141.260000', '183141.263000', '183141.266000', '183141.269000', '183141.271000', '183141.274000', '183141.277000', '183141.280000', '183141.283000', '183141.286000', '183141.289000', '183141.292000', '183141.295000', '183141.298000', '183141.300000', '183141.303000', '183141.306000', '183141.309000', '183141.312000', '183141.315000', '183141.318000', '183141.321000', '183141.324000', '183141.327000', '183201.185000', '183201.197000', '183201.200000', '183201.202000', '183201.205000', '183201.208000', '183201.211000', '183201.214000', '183201.217000', '183201.220000', '183201.223000', '183201.225000', '183201.228000', '183201.231000', '183201.234000', '183201.237000', '183201.240000', '183201.243000', '183201.246000', '183201.249000', '183201.252000', '183201.255000', '183201.258000', '183201.261000', '183201.263000', '183201.266000', '183201.269000', '183201.272000', '183201.275000', '183201.278000', '183201.281000', '183201.284000', '183201.287000', '183201.290000', '183201.293000', '183201.296000', '183201.298000', '183201.301000', '183201.304000', '183201.307000', '183201.310000', '183201.313000', '183201.316000', '183201.319000', '183221.185000', '183221.188000', '183221.191000', '183221.194000', '183221.197000', '183221.200000', '183221.203000', '183221.206000', '183221.209000', '183221.211000', '183221.214000', '183221.217000', '183221.220000', '183221.223000', '183221.226000', '183221.229000', '183221.232000', '183221.235000', '183221.237000', '183221.240000', '183221.243000', '183221.246000', '183221.249000', '183221.252000', '183221.255000', '183221.258000', '183221.261000', '183221.264000', '183221.267000', '183221.270000', '183221.273000', '183221.276000', '183221.279000', '183221.282000', '183221.286000', '183221.289000', '183221.292000', '183221.295000', '183221.298000', '183221.300000', '183221.303000', '183221.306000', '183221.309000', '183221.312000', '183241.186000', '183241.209000', '183241.212000', '183241.214000', '183241.217000', '183241.220000', '183241.223000', '183241.226000', '183241.229000', '183241.232000', '183241.235000', '183241.238000', '183241.241000', '183241.244000', '183241.246000', '183241.249000', '183241.252000', '183241.255000', '183241.258000', '183241.261000', '183241.264000', '183241.267000', '183241.270000', '183241.273000', '183241.276000', '183241.278000', '183241.281000', '183241.284000', '183241.287000', '183241.290000', '183241.293000', '183241.296000', '183241.299000', '183241.302000', '183241.304000', '183241.307000', '183241.310000', '183241.313000', '183241.316000', '183241.319000', '183241.322000', '183241.325000', '183241.328000', '183301.189000', '183301.217000', '183301.220000', '183301.223000', '183301.226000', '183301.229000', '183301.232000', '183301.235000', '183301.237000', '183301.240000', '183301.243000', '183301.248000', '183301.251000', '183301.254000', '183301.257000', '183301.260000', '183301.263000', '183301.279000', '183301.282000', '183301.285000', '183301.288000', '183301.291000', '183301.294000', '183301.297000', '183301.299000', '183301.302000', '183301.305000', '183301.308000', '183301.311000', '183301.314000', '183301.317000', '183301.320000', '183301.323000', '183301.326000', '183301.329000', '183301.332000', '183301.334000', '183301.337000', '183301.340000', '183301.343000', '183301.346000', '183301.349000', '183301.352000', '183321.186000', '183321.241000', '183321.244000', '183321.247000', '183321.250000', '183321.253000', '183321.255000', '183321.258000', '183321.261000', '183321.274000', '183321.277000', '183321.280000', '183321.283000', '183321.286000', '183321.289000', '183321.291000', '183321.294000', '183321.297000', '183321.300000', '183321.303000', '183321.306000', '183321.309000', '183321.312000', '183321.314000', '183321.317000', '183321.320000', '183321.323000', '183321.326000', '183321.329000', '183321.332000', '183321.335000', '183321.338000', '183321.340000', '183321.343000', '183321.346000', '183321.349000', '183321.352000', '183321.355000', '183321.359000', '183321.363000', '183321.365000', '183321.368000', '183321.371000', '183321.374000', '183341.185000', '183341.188000', '183341.191000', '183341.194000', '183341.197000', '183341.200000', '183341.203000', '183341.206000', '183341.209000', '183341.213000', '183341.216000', '183341.219000', '183341.222000', '183341.225000', '183341.227000', '183341.230000', '183341.233000', '183341.236000', '183341.239000', '183341.242000', '183341.245000', '183341.248000', '183341.251000', '183341.254000', '183341.257000', '183341.259000', '183341.262000', '183341.265000', '183341.268000', '183341.271000', '183341.274000', '183341.277000', '183341.280000', '183341.283000', '183341.286000', '183341.288000', '183341.291000', '183341.294000', '183341.297000', '183341.300000', '183341.303000', '183341.306000', '183341.309000', '183401.185000', '183401.218000', '183401.221000', '183401.224000', '183401.227000', '183401.229000', '183401.232000', '183401.235000', '183401.238000', '183401.241000', '183401.244000', '183401.247000', '183401.250000', '183401.253000', '183401.255000', '183401.258000', '183401.261000', '183401.264000', '183401.267000', '183401.270000', '183401.273000', '183401.276000', '183401.279000', '183401.282000', '183401.284000', '183401.287000', '183401.290000', '183401.293000', '183401.296000', '183401.299000', '183401.302000', '183401.305000', '183401.307000', '183401.310000', '183401.313000', '183401.316000', '183401.319000', '183401.322000', '183401.325000', '183401.328000', '183401.331000', '183401.333000', '183401.336000', '183401.339000', '183421.185000', '183421.218000', '183421.221000', '183421.224000', '183421.227000', '183421.229000', '183421.232000', '183421.235000', '183421.238000', '183421.241000', '183421.244000', '183421.247000', '183421.250000', '183421.253000', '183421.256000', '183421.259000', '183421.262000', '183421.265000', '183421.268000', '183421.271000', '183421.273000', '183421.276000', '183421.279000', '183421.282000', '183421.285000', '183421.288000', '183421.291000', '183421.294000', '183421.310000', '183421.313000', '183421.316000', '183421.319000', '183421.321000', '183421.324000', '183421.327000', '183421.330000', '183421.333000', '183421.336000', '183421.339000', '183421.342000', '183421.344000', '183421.347000', '183421.350000', '183441.207000', '183441.210000', '183441.213000', '183441.216000', '183441.219000', '183441.222000', '183441.224000', '183441.227000', '183441.230000', '183441.233000', '183441.236000', '183441.239000', '183441.242000', '183441.245000', '183441.248000', '183441.250000', '183441.253000', '183441.256000', '183441.259000', '183441.262000', '183441.265000', '183441.268000', '183441.271000', '183441.274000', '183441.277000', '183441.279000', '183441.282000', '183441.285000', '183441.288000', '183441.291000', '183441.294000', '183441.297000', '183441.300000', '183441.303000', '183441.306000', '183441.308000', '183441.311000', '183441.314000', '183441.317000', '183441.320000', '183441.323000', '183441.326000', '183441.329000', '183441.332000', '183501.186000', '183501.201000', '183501.204000', '183501.207000', '183501.210000', '183501.213000', '183501.215000', '183501.218000', '183501.221000', '183501.224000', '183501.227000', '183501.230000', '183501.233000', '183501.236000', '183501.239000', '183501.242000', '183501.246000', '183501.249000', '183501.252000', '183501.255000', '183501.258000', '183501.260000', '183501.263000', '183501.266000', '183501.269000', '183501.272000', '183501.275000', '183501.278000', '183501.281000', '183501.284000', '183501.287000', '183501.289000', '183501.292000', '183501.295000', '183501.298000', '183501.301000', '183501.304000', '183501.307000', '183501.310000', '183501.313000', '183501.316000', '183501.319000', '183501.321000', '183521.186000', '183521.209000', '183521.212000', '183521.215000', '183521.218000', '183521.221000', '183521.224000', '183521.227000', '183521.229000', '183521.232000', '183521.235000', '183521.238000', '183521.241000', '183521.244000', '183521.247000', '183521.250000', '183521.253000', '183521.256000', '183521.259000', '183521.261000', '183521.264000', '183521.267000', '183521.270000', '183521.273000', '183521.276000', '183521.279000', '183521.282000', '183521.285000', '183521.288000', '183521.291000', '183521.293000', '183521.296000', '183521.299000', '183521.302000', '183521.305000', '183521.308000', '183521.311000', '183521.314000', '183521.317000', '183521.320000', '183521.323000', '183521.325000', '183521.328000', '183521.331000', '183541.186000', '183541.206000', '183541.209000', '183541.212000', '183541.215000', '183541.218000', '183541.221000', '183541.224000', '183541.226000', '183541.229000', '183541.232000', '183541.235000', '183541.238000', '183541.241000', '183541.244000', '183541.247000', '183541.250000', '183541.253000', '183541.256000', '183541.259000', '183541.262000', '183541.266000', '183541.271000', '183541.274000', '183541.277000', '183541.280000', '183541.283000', '183541.286000', '183541.289000', '183541.292000', '183541.295000', '183541.298000', '183541.301000', '183541.304000', '183541.306000', '183541.309000', '183541.312000', '183541.315000', '183541.318000', '183541.330000', '183541.333000', '183541.336000', '183541.339000', '183601.185000', '183601.188000', '183601.191000', '183601.194000', '183601.197000', '183601.200000', '183601.203000', '183601.206000', '183601.209000', '183601.212000', '183601.215000', '183601.218000', '183601.221000', '183601.223000', '183601.226000', '183601.229000', '183601.232000', '183601.235000', '183601.238000', '183601.241000', '183601.244000', '183601.247000', '183601.249000', '183601.252000', '183601.255000', '183601.258000', '183601.261000', '183601.264000', '183601.267000', '183601.270000', '183601.273000', '183601.276000', '183601.278000', '183601.281000', '183601.284000', '183601.287000', '183601.290000', '183601.293000', '183601.296000', '183601.299000', '183601.302000', '183601.305000', '183601.307000', '183601.310000', '183621.185000', '183621.188000', '183621.191000', '183621.194000', '183621.197000', '183621.199000', '183621.202000', '183621.205000', '183621.208000', '183621.211000', '183621.214000', '183621.217000', '183621.220000', '183621.223000', '183621.226000', '183621.229000', '183621.232000', '183621.235000', '183621.238000', '183621.240000', '183621.243000', '183621.246000', '183621.249000', '183621.252000', '183621.255000', '183621.258000', '183621.261000', '183621.264000', '183621.267000', '183621.270000', '183621.273000', '183621.276000', '183621.279000', '183621.282000', '183621.285000', '183621.288000', '183621.291000', '183621.294000', '183621.296000', '183621.299000', '183621.302000', '183621.305000', '183621.308000', '183641.185000', '183641.213000', '183641.216000', '183641.219000', '183641.222000', '183641.225000', '183641.228000', '183641.230000', '183641.234000', '183641.237000', '183641.239000', '183641.242000', '183641.245000', '183641.248000', '183641.251000', '183641.254000', '183641.257000', '183641.260000', '183641.263000', '183641.266000', '183641.269000', '183641.272000', '183641.275000', '183641.278000', '183641.281000', '183641.284000', '183641.286000', '183641.289000', '183641.292000', '183641.295000', '183641.298000', '183641.301000', '183641.304000', '183641.307000', '183641.310000', '183641.313000', '183641.316000', '183641.319000', '183641.322000', '183641.325000', '183641.328000', '183641.330000', '183641.333000', '183641.336000', '183701.186000', '183701.202000', '183701.205000', '183701.207000', '183701.210000', '183701.213000', '183701.216000', '183701.219000', '183701.222000', '183701.225000', '183701.228000', '183701.231000', '183701.235000', '183701.238000', '183701.241000', '183701.244000', '183701.247000', '183701.250000', '183701.253000', '183701.256000', '183701.258000', '183701.270000', '183701.273000', '183701.276000', '183701.279000', '183701.282000', '183701.285000', '183701.289000', '183701.294000', '183701.297000', '183701.300000', '183701.303000', '183701.306000', '183701.309000', '183701.312000', '183701.315000', '183701.318000', '183701.321000', '183701.324000', '183701.326000', '183701.329000', '183701.332000', '183701.335000', '183721.186000', '183721.215000', '183721.218000', '183721.221000', '183721.224000', '183721.227000', '183721.230000', '183721.233000', '183721.236000', '183721.239000', '183721.242000', '183721.245000', '183721.247000', '183721.250000', '183721.253000', '183721.256000', '183721.259000', '183721.262000', '183721.265000', '183721.268000', '183721.271000', '183721.274000', '183721.277000', '183721.280000', '183721.283000', '183721.286000', '183721.289000', '183721.292000', '183721.295000', '183721.298000', '183721.301000', '183721.304000', '183721.307000', '183721.310000', '183721.313000', '183721.315000', '183721.318000', '183721.321000', '183721.324000', '183721.327000', '183721.330000', '183721.333000', '183721.336000', '183721.339000', '183741.186000', '183741.216000', '183741.219000', '183741.222000', '183741.225000', '183741.228000', '183741.231000', '183741.233000', '183741.236000', '183741.239000', '183741.242000', '183741.245000', '183741.248000', '183741.251000', '183741.254000', '183741.257000', '183741.260000', '183741.263000', '183741.266000', '183741.269000', '183741.272000', '183741.275000', '183741.278000', '183741.280000', '183741.283000', '183741.286000', '183741.289000', '183741.292000', '183741.295000', '183741.298000', '183741.301000', '183741.304000', '183741.307000', '183741.310000', '183741.313000', '183741.316000', '183741.319000', '183741.322000', '183741.325000', '183741.328000', '183741.331000', '183741.334000', '183741.336000', '183801.186000', '183801.205000', '183801.208000', '183801.211000', '183801.213000', '183801.216000', '183801.219000', '183801.222000', '183801.225000', '183801.228000', '183801.231000', '183801.234000', '183801.237000', '183801.240000', '183801.243000', '183801.246000', '183801.249000', '183801.252000', '183801.254000', '183801.258000', '183801.261000', '183801.263000', '183801.266000', '183801.269000', '183801.272000', '183801.275000', '183801.278000', '183801.281000', '183801.284000', '183801.286000', '183801.289000', '183801.292000', '183801.295000', '183801.298000', '183801.301000', '183801.304000', '183801.307000', '183801.310000', '183801.313000', '183801.316000', '183801.318000', '183801.321000', '183801.324000', '183801.327000', '183821.185000', '183821.231000', '183821.238000', '183821.255000', '183821.258000', '183821.260000', '183821.263000', '183821.266000', '183821.270000', '183821.273000', '183821.276000', '183821.279000', '183821.282000', '183821.285000', '183821.288000', '183821.290000', '183821.293000', '183821.296000', '183821.299000', '183821.302000', '183821.305000', '183821.308000', '183821.311000', '183821.314000', '183821.317000', '183821.320000', '183821.322000', '183821.326000', '183821.329000', '183821.332000', '183821.335000', '183821.338000', '183821.341000', '183821.344000', '183821.347000', '183821.350000', '183821.352000', '183821.355000', '183821.358000', '183821.361000', '183821.364000', '183821.367000', '183821.370000', '183841.185000', '183841.223000', '183841.225000', '183841.228000', '183841.231000', '183841.234000', '183841.237000', '183841.240000', '183841.243000', '183841.254000', '183841.257000', '183841.260000', '183841.263000', '183841.266000', '183841.268000', '183841.271000', '183841.274000', '183841.277000', '183841.280000', '183841.283000', '183841.286000', '183841.289000', '183841.292000', '183841.295000', '183841.298000', '183841.300000', '183841.303000', '183841.306000', '183841.309000', '183841.312000', '183841.315000', '183841.318000', '183841.321000', '183841.324000', '183841.327000', '183841.330000', '183841.333000', '183841.336000', '183841.339000', '183841.341000', '183841.344000', '183841.347000', '183841.350000', '183841.353000', '183901.185000', '183901.219000', '183901.222000', '183901.225000', '183901.228000', '183901.231000', '183901.234000', '183901.237000', '183901.240000', '183901.243000', '183901.245000', '183901.248000', '183901.251000', '183901.254000', '183901.257000', '183901.260000', '183901.263000', '183901.266000', '183901.269000', '183901.272000', '183901.275000', '183901.278000', '183901.281000', '183901.283000', '183901.286000', '183901.289000', '183901.292000', '183901.295000', '183901.298000', '183901.301000', '183901.304000', '183901.307000', '183901.310000', '183901.313000', '183901.316000', '183901.319000', '183901.321000', '183901.324000', '183901.327000', '183901.330000', '183901.333000', '183901.336000', '183901.339000', '183921.186000', '183921.236000', '183921.238000', '183921.241000', '183921.244000', '183921.247000', '183921.250000', '183921.253000', '183921.256000', '183921.259000', '183921.262000', '183921.265000', '183921.268000', '183921.271000', '183921.274000', '183921.276000', '183921.279000', '183921.282000', '183921.285000', '183921.288000', '183921.291000', '183921.294000', '183921.297000', '183921.300000', '183921.303000', '183921.306000', '183921.309000', '183921.311000', '183921.314000', '183921.317000', '183921.320000', '183921.323000', '183921.326000', '183921.329000', '183921.332000', '183921.335000', '183921.338000', '183921.341000', '183921.344000', '183921.346000', '183921.349000', '183921.352000', '183921.355000', '183921.358000', '183941.186000', '183941.218000', '183941.221000', '183941.224000', '183941.226000', '183941.229000', '183941.232000', '183941.235000', '183941.238000', '183941.241000', '183941.244000', '183941.247000', '183941.250000', '183941.253000', '183941.256000', '183941.259000', '183941.262000', '183941.264000', '183941.267000', '183941.270000', '183941.273000', '183941.276000', '183941.279000', '183941.282000', '183941.285000', '183941.288000', '183941.290000', '183941.293000', '183941.296000', '183941.299000', '183941.302000', '183941.305000', '183941.308000', '183941.312000', '183941.315000', '183941.317000', '183941.320000', '183941.323000', '183941.326000', '183941.329000', '183941.332000', '183941.335000', '183941.338000', '184001.186000', '184001.219000', '184001.222000', '184001.225000', '184001.228000', '184001.231000', '184001.234000', '184001.237000', '184001.240000', '184001.242000', '184001.245000', '184001.248000', '184001.251000', '184001.254000', '184001.257000', '184001.260000', '184001.263000', '184001.266000', '184001.269000', '184001.272000', '184001.274000', '184001.277000', '184001.280000', '184001.283000', '184001.286000', '184001.289000', '184001.292000', '184001.295000', '184001.298000', '184001.301000', '184001.304000', '184001.306000', '184001.309000', '184001.312000', '184001.315000', '184001.318000', '184001.321000', '184001.324000', '184001.327000', '184001.330000', '184001.332000', '184001.335000', '184001.338000', '184021.186000', '184021.268000', '184021.271000', '184021.273000', '184021.276000', '184021.279000', '184021.282000', '184021.285000', '184021.288000', '184021.291000', '184021.294000', '184021.297000', '184021.300000', '184021.303000', '184021.306000', '184021.308000', '184021.311000', '184021.314000', '184021.317000', '184021.320000', '184021.323000', '184021.326000', '184021.329000', '184021.332000', '184021.335000', '184021.337000', '184021.340000', '184021.343000', '184021.346000', '184021.349000', '184021.352000', '184021.355000', '184021.358000', '184021.361000', '184021.364000', '184021.367000', '184021.369000', '184021.372000', '184021.375000', '184021.378000', '184021.381000', '184021.384000', '184021.387000', '184021.390000', '184041.185000', '184041.289000', '184041.292000', '184041.295000', '184041.297000', '184041.300000', '184041.303000', '184041.306000', '184041.309000', '184041.312000', '184041.315000', '184041.318000', '184041.335000', '184041.338000', '184041.341000', '184041.344000', '184041.347000', '184041.350000', '184041.353000', '184041.355000', '184041.358000', '184041.361000', '184041.364000', '184041.367000', '184041.370000', '184041.373000', '184041.376000', '184041.379000', '184041.382000', '184041.385000', '184041.388000', '184041.391000', '184041.393000', '184041.396000', '184041.399000', '184041.402000', '184041.405000', '184041.408000', '184041.411000', '184041.414000', '184041.417000', '184041.420000', '184041.422000', '184101.185000', '184101.236000', '184101.239000', '184101.241000', '184101.244000', '184101.247000', '184101.250000', '184101.253000', '184101.256000', '184101.259000', '184101.261000', '184101.264000', '184101.267000', '184101.270000', '184101.273000', '184101.276000', '184101.279000', '184101.282000', '184101.285000', '184101.288000', '184101.291000', '184101.293000', '184101.296000', '184101.299000', '184101.302000', '184101.305000', '184101.308000', '184101.311000', '184101.314000', '184101.317000', '184101.319000', '184101.322000', '184101.325000', '184101.328000', '184101.331000', '184101.334000', '184101.337000', '184101.340000', '184101.343000', '184101.346000', '184101.350000', '184101.353000', '184101.355000', '184101.358000', '184121.187000', '184121.219000', '184121.222000', '184121.225000', '184121.228000', '184121.231000', '184121.234000', '184121.237000', '184121.240000', '184121.243000', '184121.246000', '184121.249000', '184121.252000', '184121.254000', '184121.257000', '184121.260000', '184121.263000', '184121.266000', '184121.269000', '184121.272000', '184121.275000', '184121.278000', '184121.281000', '184121.284000', '184121.287000', '184121.290000', '184121.293000', '184121.296000', '184121.299000', '184121.301000', '184121.304000', '184121.307000', '184121.310000', '184121.313000', '184121.316000', '184121.319000', '184121.322000', '184121.325000', '184121.328000', '184121.331000', '184121.334000', '184121.337000', '184121.339000', '184141.186000', '184141.209000', '184141.212000', '184141.214000', '184141.217000', '184141.220000', '184141.223000', '184141.226000', '184141.229000', '184141.232000', '184141.235000', '184141.238000', '184141.241000', '184141.244000', '184141.247000', '184141.250000', '184141.253000', '184141.256000', '184141.258000', '184141.261000', '184141.264000', '184141.267000', '184141.270000', '184141.273000', '184141.287000', '184141.290000', '184141.293000', '184141.296000', '184141.299000', '184141.302000', '184141.305000', '184141.308000', '184141.311000', '184141.313000', '184141.316000', '184141.319000', '184141.322000', '184141.325000', '184141.328000', '184141.331000', '184141.334000', '184141.337000', '184141.340000', '184141.342000', '184144.714000', '184144.718000', '184144.721000', '184144.724000', '184144.727000', '184144.730000', '184144.733000', '184144.736000'], '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': [11527, 19290, 10753, 17674, 11089, 11232, 10821, 10206, 18466, 11739, 14973, 12724, 10909, 16346, 9904, 11113, 18704, 10462, 17825, 11098, 10794, 17867, 10852, 11172, 10686, 10415, 15965, 10785, 10503, 13240, 10424, 16692, 10603, 12471, 10813, 12868, 10320, 13015, 17197, 12429, 16737, 11310, 11324, 16044, 10891, 10348, 18606, 11037, 12247, 15731, 10130, 15550, 10773, 9741, 18029, 10755, 9827, 10246, 10942, 10224, 15163, 11885, 11341, 16711, 10920, 9872, 17529, 10718, 14072, 15833, 10239, 16008, 10867, 9883, 10802, 10909, 10660, 11853, 10873, 11333, 10437, 15563, 16160, 12295, 16120, 11011, 10799, 17380, 9889, 11593, 18221, 10379, 15623, 11412, 10512, 16551, 10335, 10059, 16715, 10846, 11906, 10841, 10202, 14644, 11066, 10932, 11214, 10286, 15365, 11054, 11764, 13579, 10622, 15896, 10568, 11039, 19111, 10809, 17029, 11001, 11466, 17661, 10665, 14683, 11121, 12568, 16537, 10520, 17275, 10949, 10603, 11211, 9933, 11560, 9947, 17371, 10292, 11351, 17727, 10346, 16394, 13334, 10361, 16132, 10517, 10420, 10199, 10532, 16825, 10321, 15737, 12407, 10410, 14981, 10812, 9748, 17539, 10620, 14482, 11089, 11460, 10912, 12106, 15123, 11078, 15991, 11117, 11094, 17907, 10855, 12868, 16158, 10486, 16797, 10528, 11109, 15941, 10596, 16143, 10987, 12319, 11136, 12416, 16152, 11329, 16685, 10869, 10000, 17695, 10610, 15325, 11353, 10014, 17731, 11056, 14490, 13984, 10576, 15678, 10918, 10105, 18181, 10599, 13031, 14830, 10257, 15732, 10827, 9854, 17457, 10741, 14409, 10650, 12389, 12157, 10315, 17003, 10134, 10690, 17440, 10281, 16889, 10962, 10476, 17490, 10890, 12838, 16301, 10175, 15672, 11037, 9708, 17042, 10665, 15060, 11074, 9741, 16551, 10888, 12532, 11187, 10248, 15711, 10820, 9891, 18074, 10575, 14579, 11286, 10148, 16488, 10907, 12690, 11008, 10283, 16036, 11225, 11656, 12669, 10684, 14136, 11069, 10103, 18906, 10702, 15664, 11363, 10429, 18191, 10880, 12445, 16360, 10411, 10323, 10427, 10683, 10518, 10718, 14157, 11586, 14766, 16703, 10743, 14593, 16367, 11356, 16110, 10840, 11151, 17721, 10858, 13710, 14401, 10537, 10105, 10582, 11272, 9921, 17449, 9715, 12872, 19139, 10372, 15636, 11005, 9790, 13774, 10571, 15271, 10142, 14433, 11488, 10516, 17030, 10459, 11133, 10768, 9675, 17353, 10144, 15853, 10669, 11225, 11009, 9578, 17512, 10439, 15431, 10579, 10838, 9965, 16552, 10743, 11943, 17847, 10549, 13528, 10573, 9746, 19188, 9381, 9932, 9726, 10873, 10473, 11313, 11742, 11980, 11541, 17868, 18126, 13447, 16738, 10611, 10851, 19442, 10515, 18105, 11224, 11197, 18500, 10624, 16523, 10771, 9857, 18419, 10676, 14753, 11189, 10039, 17670, 10472, 12565, 10743, 11538, 10726, 11773, 11182, 9664, 18087, 10438, 16834, 11081, 10464, 10786, 10273, 10069, 12643, 10114, 9628, 9498, 10170, 11004, 10298, 14617, 10070, 15320, 19635, 12135, 17252, 10617, 12463, 15292, 10372, 14608, 10113, 10636, 10345, 11146, 11317, 11786, 10414, 10735, 10159, 17901, 11129, 12802, 18327, 10659, 15956, 11220, 10449, 19358, 10582, 16820, 10642, 10453, 15665, 10185, 10368, 10406, 16622, 11132, 10261, 19415, 10141, 15544, 10471, 11839, 10267, 14840, 10566, 17113, 12475, 11566, 17406, 10441, 12921, 10811, 11933, 10468, 14715, 10848, 12879, 10410, 12420, 20093, 12673, 18242, 10432, 13302, 10485, 14978, 11706, 10838, 15874, 10753, 10464, 10991, 9876, 11092, 9838, 11177, 12769, 17550, 11967, 15723, 11187, 10129, 16495, 10501, 11132, 10155, 10707, 9980, 10252, 14400, 10813, 12216, 10698, 10981, 11979, 11140, 15114, 10642, 18618, 12518, 15061, 11584, 14686, 12218, 11042, 11832, 9804, 13766, 9953, 15943, 10815, 16937, 10343, 17098, 10337, 17564, 12740, 14867, 10371, 17085, 12354, 11739, 17626, 10401, 12474, 10646, 10150, 10368, 10328, 10505, 14174, 10901, 9829, 10809, 10002, 10622, 10924, 10709, 13420, 11609, 11650, 10531, 17259, 12130, 11927, 11040, 10909, 11514, 15265, 11704, 15585, 11980, 12333, 13621, 12860, 20496, 11818, 15170, 12022, 12045, 17052, 12711, 19390, 11965, 12086, 12533, 12954, 20378, 12237, 12525, 11983, 11859, 13789, 12973, 18865, 12140, 14912, 12408, 12731, 14914, 12784, 19212, 12054, 13836, 12574, 11810, 13528, 13104, 14588, 13309, 16250, 13155, 13191, 19761, 12613, 18966, 12012, 11987, 13129, 12321, 18043, 12979, 14190, 12918, 12281, 13263, 13259, 13118, 12589, 14441, 13416, 12666, 20709, 13136, 16736, 13725, 12702, 18699, 14018, 14616, 13638, 13026, 17644, 13831, 12773, 14380, 12907, 15876, 13539, 12691, 19234, 12890, 15523, 13594, 12817, 19957, 12577, 16391, 13358, 12329, 14015, 14300, 12736, 16381, 16810, 13033, 16999, 13508, 12362, 18439, 13095, 13516, 13917, 12817, 17757, 13838, 12207, 13939, 13104, 13340, 12205, 13311, 15832, 13438, 15284, 12939, 18906, 13570, 12705, 20216, 13472, 13130, 13078, 12798, 14111, 13227, 13267, 14702, 13601, 17092, 13837, 14142, 22185, 12983, 17891, 13677, 12779, 13266, 13550, 13427, 12737, 17608, 13480, 15450, 13677, 12486, 16861, 14113, 12538, 13849, 13313, 14833, 13950, 13066, 13563, 12874, 13586, 13047, 14231, 12883, 15488, 13410, 16229, 14576, 13109, 18859, 13050, 12651, 19993, 13538, 16593, 13902, 12638, 17168, 13721, 12856, 13972, 12963, 13554, 13163, 18180, 13492, 14738, 13727, 12980, 17609, 13673, 13879, 14244, 13175, 17859, 14222, 13700, 13249, 12830, 14339, 15007, 13449, 16956, 15013, 13093, 16746, 13936, 12947, 21379, 13525, 15492, 14229, 13118, 18250, 13792, 12859, 13304, 13633, 15696, 13433, 12770, 15943, 13426, 13455, 14151, 12987, 19929, 13614, 13213, 14078, 13119, 19002, 13719, 14185, 13908, 13418, 18387, 13585, 13971, 14276, 13190, 17488, 14114, 13562, 13457, 15558, 14033, 12888, 19908, 13416, 14332, 13371, 12941, 18633, 13807, 16231, 13523, 13282, 13009, 11532, 12154, 14055, 13239, 12905, 18149, 13208, 21389, 14339, 18187, 13433, 15595, 13256, 19958, 14508, 13322, 21038, 13418, 14308, 14279, 13198, 13542, 14224, 13241, 15881, 13929, 12414, 12907, 12750, 12946, 13081, 14255, 13624, 13478, 14595, 16567, 13476, 17022, 13031, 12590, 21407, 13628, 16970, 13832, 12959, 14229, 13242, 13978, 12776, 19871, 13485, 16713, 13940, 13025, 17625, 13992, 12822, 14016, 12890, 13615, 14178, 14489, 13543, 16427, 14054, 12902, 14224, 13262, 13911, 13166, 18582, 13390, 13486, 16909, 13642, 16325, 14093, 16249, 13739, 13674, 15645, 13557, 17886, 13286, 12920, 14122, 13061, 14241, 13253, 19107, 13744, 15659, 14206, 13307, 13366, 13107, 13927, 13825, 19796, 13539, 14938, 14889, 13444, 15235, 13934, 12931, 13730, 13045, 13981, 12863, 19250, 13793, 16221, 14348, 12718, 14869, 13290, 18053, 13302, 13964, 13193, 18063, 13026, 12929, 18711, 13318, 16197, 13282, 12843, 17018, 13374, 16025, 13087, 12807, 13669, 13605, 15000, 13614, 13013, 13854, 12783, 13641, 14283, 14253, 12993, 17359, 14125, 12909, 15331, 13571, 16999, 14568, 12837, 13644, 13016, 14290, 14573, 13584, 14612, 13634, 12882, 14102, 13312, 16250, 13236, 13046, 18837, 13269, 19102, 13868, 16763, 13943, 13990, 12953, 13165, 19985, 13446, 17675, 13183, 12896, 17748, 13522, 12480, 13607, 12610, 13967, 13068, 16068, 13519, 12612, 13758, 13445, 15388, 13883, 12603, 13847, 13283, 15504, 13842, 12589, 14403, 13620, 17252, 14129, 12829, 17588, 13466, 16464, 13637, 12838, 20271, 13576, 16804, 13912, 12920, 13766, 13281, 13813, 12936, 19181, 13211, 13230, 21383, 13211, 16122, 13859, 12942, 18270, 13138, 12580, 20792, 13301, 14962, 14725, 13464, 16537, 13493, 12546, 17676, 13738, 12618, 13898, 12697, 13856, 14016, 12811, 14611, 13172, 13301, 13969, 13032, 18473, 13257, 13625, 13740, 13014, 15894, 13497, 12454, 13510, 13076, 17007, 13164, 12942, 20850, 13431, 16776, 13820, 13053, 17779, 13068, 12762, 18791, 13675, 16912, 13484, 14213, 13410, 15638, 13886, 12917, 15589, 13136, 12576, 18637, 13683, 15708, 13509, 12911, 16800, 13795, 12814, 18654, 13206, 14363, 14054, 13131, 17679, 13800, 12574, 15653, 13520, 13882, 13477, 13983, 13670, 12860, 16222, 13573, 12548, 20877, 13736, 14218, 14117, 12966, 17018, 13181, 12960, 18733, 13197, 15086, 13813, 12968, 16105, 13935, 12519, 13280, 13017, 14718, 13604, 12787, 15259, 13416, 14350, 13427, 12867, 13875, 12564, 19257, 13437, 16119, 13874, 12707, 18045, 13656, 15445, 14306, 12519, 18723, 13973, 14600, 14440, 13141, 17460, 14106, 12623, 17774, 13604, 15596, 13166, 12514, 15724, 13475, 14779, 13766, 12576, 13260, 13474, 14561, 13995, 12338, 16462, 13386, 14593, 13851, 12873, 17664, 13772, 12527, 13785, 13203, 16564, 13945, 12429, 13179, 13441, 15704, 13663, 12537, 14094, 13150, 17891, 13390, 14269, 14009, 13305, 13623, 12843, 18586, 13861, 12757, 21179, 13398, 16808, 13881, 13058, 18539, 13546, 15089, 13613, 12655, 17732, 13836, 12688, 13935, 12738, 17100, 13816, 12642, 13453, 12818, 18368, 13721, 16920, 13056, 16331, 13145, 16777, 14653, 13010, 16978, 13114, 12806, 19733, 13273, 16578, 13567, 12506, 18748, 13285, 15030, 14057, 12623, 18098, 13492, 12320, 13944, 12872, 13720, 12572, 13448, 13017, 17995, 13105, 16035, 13589, 12623, 18112, 13716, 14732, 14017, 12633, 17582, 13679, 12919, 13841, 12803, 12712, 13529, 13963, 13674, 15067, 13620, 12858, 17517, 13528, 12788, 13456, 13298, 15541, 14361, 12804, 18951, 13558, 12561, 13965, 13088, 17096, 13533, 12834, 13844, 12654, 15473, 13068, 16899, 13685, 12993, 20363, 13631, 16053, 13729, 13051, 18339, 13858, 15839, 13469, 12807, 13976, 13122, 13974, 14701, 13678, 14612, 18661, 13718, 15296, 13317, 13018, 17978, 13637, 12782, 13181, 12632, 13081, 13557, 14148, 14868, 13248, 18771, 13858, 14953, 14784, 13141, 14027, 12944, 19692, 13886, 16667, 13923, 12386, 13912, 12988, 13682, 13909, 12947, 13797, 13684, 18798, 13317, 16942, 13819, 12497, 17918, 13624, 13065, 14143, 12777, 13761, 13093, 14142, 13132, 13810, 12657, 17551, 13528, 16064, 14038, 12881, 13717, 12381, 13571, 13818, 13712, 16544, 13499, 18697, 13393, 16757, 16150, 13555, 16142, 14112, 12534, 18232, 13803, 17464, 13478, 12924, 13442, 13920, 13024, 13738, 12521, 18772, 13764, 13484, 16201, 13283, 15880, 13973, 12349, 13797, 14077, 13358, 15913, 13505, 12881, 17017, 13587, 14253, 13623, 12938, 18134, 13689, 13791, 13926, 12874, 18573, 13365, 16671, 13518, 13727, 13768, 15865, 13442, 12701, 17526, 13775, 12865, 15586, 13173, 15854, 13824, 12686, 14642, 13374, 15693, 14101, 12875, 18874, 13756, 13798, 13894, 13125, 16344, 13671, 12976, 13523, 13509, 16262, 14124, 12695, 12860, 12974, 15266, 13917, 12888, 13744, 12978, 13709, 13328, 17414, 13965, 13693, 18704, 13490, 15033, 13759, 13134, 17520, 13745, 12624, 19234, 13656, 16464, 14069, 12830, 17241, 14003, 12946, 13426, 13037, 16994, 13588, 12960, 17810, 13395, 15999, 13730, 12790, 13475, 13320, 16077, 13320, 15056, 13947, 12960, 18406, 13569, 14183, 13501, 13171, 17941, 13740, 12465, 16131, 13382, 15609, 13940, 12408, 20002, 13276, 14135, 14040, 12729, 17278, 13623, 12250, 12968, 12835, 14763, 13838, 14402, 13534, 12635, 13378, 15292, 13869, 13339, 16376, 13689, 12848, 18025, 13728, 15271, 13867, 12624, 13307, 13071, 13622, 13450, 13513, 13118, 18836, 13941, 14740, 16428, 13425, 16460, 14054, 12707, 14067, 13251, 17720, 13537, 13487, 13232, 17150, 13999, 13525, 13670, 13250, 17536, 14016, 13119, 17130, 13436, 16108, 14102, 12626, 19095, 13669, 16057, 13450, 12815, 17180, 13926, 12345, 13576, 13230, 13331, 13975, 13121, 14748, 13334, 13544, 13286, 12641, 13475, 13056, 17127, 13670, 13208, 13906, 13157, 20829, 13525, 16059, 14123, 13208, 18907, 13650, 16207, 13805, 12768, 16119, 13618, 15720, 13585, 13836, 13501, 16095, 13866, 13639, 12736, 13314, 16821, 13862, 12748, 15729, 13039, 16801, 13554, 12563, 17350, 13502, 12917, 13436, 13503, 13153, 17163, 13821, 13066, 14751, 13263, 15354, 14117, 13061, 18561, 13650, 15834, 14071, 12744, 19978, 13345, 15852, 14122, 13023, 19428, 13742, 14083, 13874, 12520, 13809, 12775, 17398, 13458, 15945, 13538, 12964, 16993, 13578, 15756, 14052, 12424, 14181, 13335, 17795, 13983, 13288, 13968, 12759, 18488, 13854, 14396, 14167, 13140, 19601, 13784, 13711, 13879, 12906, 13210, 13563, 16475, 14246, 12931, 13435, 13032, 20815, 13644, 14318, 13383, 13304, 13038, 17106, 13788, 13573, 17254, 13400, 15110, 14104, 12812, 18622, 13366, 16454, 13597, 12661, 14173, 17321, 13274, 16012, 13760, 13195, 18329, 14114, 13656, 14343, 13308, 17428, 13424, 12486, 14728, 13131, 15336, 13751, 12626, 12309, 13352, 14252, 14006, 12720, 13568, 12811, 13307, 12911, 13497, 13004, 13580, 13418, 18569, 13926, 13823, 18999, 13414, 16179, 13543, 14778, 16229, 13554, 17258, 13804, 13135, 14010, 12687, 14041, 12950, 18386, 13455, 15965, 13951, 13063, 20422, 13422, 16654, 13997, 12808, 19136, 13689, 16120, 13562, 12746, 13907, 12815, 13998, 14598, 13610, 15681, 13740, 12624, 14117, 12774, 13386, 12985, 13445, 14304, 14887, 14325, 13625, 14803, 14806, 18814, 13597, 19626, 14241, 14891, 14697, 13307, 15304, 13499, 12679, 14182, 11848, 13624, 13693, 13608, 14136, 12666, 13198, 13778, 18396, 13445, 15604, 13938, 12830, 13690, 12563, 13996, 15153, 18950, 13316, 18460, 13377, 13776, 13449, 16488, 13679, 12872, 17450, 13632, 13674, 13768, 13093, 13664, 13424, 13368, 13425, 13567, 15836, 14106, 13206, 17814, 13955, 13008, 13924, 12944, 18045, 13760, 13455, 14074, 13074, 13982, 13202, 14194, 14072, 13826, 12649], 'WindowCenter': [4714.0, 4750.0, 4676.0, 4723.0, 4658.0, 4657.0, 4658.0, 4649.0, 4707.0, 4656.0, 4675.0, 4653.0, 4644.0, 4684.0, 4623.0, 4643.0, 4682.0, 4633.0, 4682.0, 4631.0, 4631.0, 4679.0, 4630.0, 4631.0, 4620.0, 4631.0, 4669.0, 4631.0, 4632.0, 4651.0, 4632.0, 4671.0, 4631.0, 4640.0, 4633.0, 4653.0, 4635.0, 4666.0, 4683.0, 4653.0, 4683.0, 4631.0, 4642.0, 4671.0, 4630.0, 4631.0, 4680.0, 4630.0, 4640.0, 4658.0, 4620.0, 4670.0, 4629.0, 4620.0, 4679.0, 4631.0, 4621.0, 4635.0, 4645.0, 4647.0, 4687.0, 4656.0, 4645.0, 4684.0, 4632.0, 4622.0, 4679.0, 4633.0, 4662.0, 4670.0, 4621.0, 4671.0, 4632.0, 4633.0, 4644.0, 4644.0, 4670.0, 4680.0, 4672.0, 4671.0, 4661.0, 4701.0, 4698.0, 4656.0, 4698.0, 4644.0, 4644.0, 4682.0, 4622.0, 4643.0, 4682.0, 4622.0, 4671.0, 4643.0, 4632.0, 4670.0, 4620.0, 4620.0, 4668.0, 4631.0, 4642.0, 4631.0, 4632.0, 4661.0, 4643.0, 4643.0, 4643.0, 4634.0, 4683.0, 4644.0, 4655.0, 4663.0, 4645.0, 4683.0, 4633.0, 4644.0, 4692.0, 4634.0, 4682.0, 4633.0, 4642.0, 4681.0, 4632.0, 4671.0, 4643.0, 4665.0, 4682.0, 4633.0, 4683.0, 4632.0, 4632.0, 4643.0, 4634.0, 4655.0, 4650.0, 4696.0, 4646.0, 4644.0, 4682.0, 4632.0, 4683.0, 4651.0, 4622.0, 4671.0, 4631.0, 4631.0, 4633.0, 4645.0, 4682.0, 4633.0, 4684.0, 4652.0, 4632.0, 4671.0, 4632.0, 4623.0, 4681.0, 4632.0, 4672.0, 4644.0, 4653.0, 4657.0, 4669.0, 4685.0, 4646.0, 4685.0, 4643.0, 4645.0, 4693.0, 4643.0, 4664.0, 4682.0, 4633.0, 4682.0, 4643.0, 4644.0, 4672.0, 4634.0, 4682.0, 4644.0, 4653.0, 4656.0, 4667.0, 4684.0, 4645.0, 4684.0, 4633.0, 4634.0, 4683.0, 4634.0, 4673.0, 4643.0, 4634.0, 4693.0, 4643.0, 4675.0, 4662.0, 4633.0, 4672.0, 4633.0, 4633.0, 4682.0, 4632.0, 4652.0, 4660.0, 4632.0, 4671.0, 4631.0, 4622.0, 4681.0, 4643.0, 4672.0, 4645.0, 4665.0, 4653.0, 4634.0, 4683.0, 4633.0, 4634.0, 4681.0, 4633.0, 4685.0, 4632.0, 4645.0, 4682.0, 4644.0, 4653.0, 4682.0, 4633.0, 4671.0, 4631.0, 4622.0, 4681.0, 4633.0, 4673.0, 4642.0, 4623.0, 4681.0, 4644.0, 4654.0, 4643.0, 4634.0, 4672.0, 4643.0, 4635.0, 4692.0, 4634.0, 4674.0, 4643.0, 4635.0, 4683.0, 4644.0, 4664.0, 4643.0, 4635.0, 4683.0, 4655.0, 4655.0, 4664.0, 4645.0, 4675.0, 4645.0, 4646.0, 4705.0, 4644.0, 4685.0, 4654.0, 4645.0, 4694.0, 4643.0, 4665.0, 4684.0, 4646.0, 4645.0, 4646.0, 4657.0, 4672.0, 4684.0, 4702.0, 4683.0, 4702.0, 4700.0, 4659.0, 4688.0, 4685.0, 4655.0, 4685.0, 4645.0, 4645.0, 4693.0, 4632.0, 4662.0, 4661.0, 4632.0, 4631.0, 4632.0, 4643.0, 4636.0, 4695.0, 4623.0, 4653.0, 4680.0, 4621.0, 4671.0, 4629.0, 4620.0, 4649.0, 4631.0, 4671.0, 4634.0, 4674.0, 4642.0, 4632.0, 4671.0, 4631.0, 4631.0, 4632.0, 4623.0, 4680.0, 4632.0, 4669.0, 4643.0, 4642.0, 4644.0, 4636.0, 4695.0, 4634.0, 4682.0, 4644.0, 4645.0, 4648.0, 4698.0, 4646.0, 4655.0, 4706.0, 4644.0, 4665.0, 4634.0, 4635.0, 4704.0, 4625.0, 4634.0, 4649.0, 4671.0, 4661.0, 4670.0, 4670.0, 4669.0, 4670.0, 4711.0, 4696.0, 4653.0, 4671.0, 4621.0, 4633.0, 4692.0, 4632.0, 4682.0, 4631.0, 4630.0, 4678.0, 4618.0, 4657.0, 4616.0, 4607.0, 4666.0, 4606.0, 4645.0, 4615.0, 4606.0, 4654.0, 4605.0, 4623.0, 4616.0, 4615.0, 4618.0, 4629.0, 4628.0, 4609.0, 4668.0, 4618.0, 4668.0, 4617.0, 4617.0, 4618.0, 4632.0, 4637.0, 4665.0, 4648.0, 4639.0, 4649.0, 4649.0, 4647.0, 4648.0, 4687.0, 4647.0, 4688.0, 4708.0, 4656.0, 4685.0, 4645.0, 4654.0, 4672.0, 4634.0, 4661.0, 4647.0, 4647.0, 4648.0, 4658.0, 4660.0, 4670.0, 4661.0, 4660.0, 4660.0, 4711.0, 4647.0, 4668.0, 4696.0, 4636.0, 4686.0, 4643.0, 4634.0, 4694.0, 4634.0, 4683.0, 4634.0, 4633.0, 4672.0, 4634.0, 4633.0, 4645.0, 4685.0, 4644.0, 4634.0, 4703.0, 4635.0, 4673.0, 4646.0, 4668.0, 4649.0, 4686.0, 4648.0, 4697.0, 4654.0, 4656.0, 4683.0, 4633.0, 4650.0, 4632.0, 4654.0, 4646.0, 4675.0, 4645.0, 4654.0, 4635.0, 4657.0, 4703.0, 4655.0, 4681.0, 4635.0, 4662.0, 4646.0, 4677.0, 4645.0, 4635.0, 4673.0, 4633.0, 4632.0, 4644.0, 4634.0, 4656.0, 4636.0, 4658.0, 4680.0, 4710.0, 4658.0, 4686.0, 4659.0, 4646.0, 4684.0, 4645.0, 4645.0, 4647.0, 4646.0, 4648.0, 4648.0, 4688.0, 4670.0, 4682.0, 4659.0, 4672.0, 4671.0, 4671.0, 4689.0, 4661.0, 4708.0, 4682.0, 4688.0, 4673.0, 4678.0, 4657.0, 4647.0, 4658.0, 4637.0, 4665.0, 4652.0, 4687.0, 4646.0, 4684.0, 4636.0, 4682.0, 4636.0, 4684.0, 4666.0, 4673.0, 4635.0, 4685.0, 4644.0, 4643.0, 4670.0, 4620.0, 4638.0, 4632.0, 4633.0, 4646.0, 4646.0, 4648.0, 4676.0, 4645.0, 4636.0, 4646.0, 4647.0, 4648.0, 4673.0, 4663.0, 4692.0, 4674.0, 4684.0, 4675.0, 4713.0, 4683.0, 4671.0, 4672.0, 4676.0, 4672.0, 4700.0, 4671.0, 4711.0, 4668.0, 4667.0, 4676.0, 4666.0, 4705.0, 4656.0, 4675.0, 4654.0, 4654.0, 4696.0, 4664.0, 4692.0, 4642.0, 4641.0, 4649.0, 4651.0, 4701.0, 4652.0, 4651.0, 4641.0, 4652.0, 4662.0, 4662.0, 4692.0, 4653.0, 4672.0, 4652.0, 4651.0, 4672.0, 4665.0, 4703.0, 4653.0, 4663.0, 4654.0, 4654.0, 4663.0, 4663.0, 4673.0, 4664.0, 4683.0, 4665.0, 4664.0, 4692.0, 4652.0, 4691.0, 4640.0, 4639.0, 4651.0, 4652.0, 4689.0, 4663.0, 4672.0, 4665.0, 4666.0, 4675.0, 4675.0, 4676.0, 4679.0, 4686.0, 4677.0, 4678.0, 4717.0, 4677.0, 4695.0, 4675.0, 4666.0, 4695.0, 4675.0, 4685.0, 4673.0, 4662.0, 4693.0, 4661.0, 4664.0, 4672.0, 4663.0, 4682.0, 4661.0, 4664.0, 4701.0, 4663.0, 4682.0, 4663.0, 4664.0, 4703.0, 4653.0, 4682.0, 4661.0, 4663.0, 4675.0, 4683.0, 4678.0, 4699.0, 4695.0, 4665.0, 4684.0, 4662.0, 4653.0, 4691.0, 4662.0, 4663.0, 4661.0, 4651.0, 4679.0, 4660.0, 4641.0, 4661.0, 4649.0, 4661.0, 4652.0, 4675.0, 4695.0, 4678.0, 4685.0, 4678.0, 4707.0, 4676.0, 4665.0, 4705.0, 4662.0, 4651.0, 4662.0, 4652.0, 4662.0, 4662.0, 4663.0, 4672.0, 4674.0, 4693.0, 4660.0, 4674.0, 4702.0, 4650.0, 4680.0, 4648.0, 4648.0, 4650.0, 4660.0, 4673.0, 4665.0, 4693.0, 4663.0, 4671.0, 4662.0, 4652.0, 4681.0, 4662.0, 4653.0, 4661.0, 4661.0, 4670.0, 4662.0, 4661.0, 4662.0, 4663.0, 4674.0, 4675.0, 4685.0, 4675.0, 4686.0, 4676.0, 4696.0, 4674.0, 4663.0, 4694.0, 4651.0, 4653.0, 4692.0, 4662.0, 4684.0, 4661.0, 4652.0, 4681.0, 4673.0, 4663.0, 4672.0, 4662.0, 4675.0, 4677.0, 4704.0, 4677.0, 4686.0, 4674.0, 4666.0, 4694.0, 4675.0, 4675.0, 4673.0, 4664.0, 4693.0, 4674.0, 4664.0, 4675.0, 4664.0, 4685.0, 4685.0, 4689.0, 4709.0, 4686.0, 4664.0, 4682.0, 4662.0, 4663.0, 4702.0, 4662.0, 4672.0, 4660.0, 4661.0, 4691.0, 4662.0, 4652.0, 4659.0, 4662.0, 4672.0, 4662.0, 4653.0, 4681.0, 4661.0, 4663.0, 4672.0, 4664.0, 4703.0, 4673.0, 4664.0, 4673.0, 4664.0, 4704.0, 4674.0, 4674.0, 4673.0, 4675.0, 4694.0, 4674.0, 4674.0, 4673.0, 4664.0, 4693.0, 4675.0, 4675.0, 4689.0, 4697.0, 4689.0, 4692.0, 4730.0, 4689.0, 4688.0, 4687.0, 4679.0, 4709.0, 4688.0, 4710.0, 4702.0, 4690.0, 4689.0, 4669.0, 4681.0, 4715.0, 4703.0, 4692.0, 4720.0, 4679.0, 4719.0, 4679.0, 4696.0, 4666.0, 4685.0, 4666.0, 4708.0, 4664.0, 4653.0, 4691.0, 4648.0, 4647.0, 4657.0, 4646.0, 4649.0, 4661.0, 4663.0, 4671.0, 4662.0, 4651.0, 4652.0, 4650.0, 4652.0, 4661.0, 4674.0, 4675.0, 4677.0, 4688.0, 4695.0, 4665.0, 4684.0, 4652.0, 4653.0, 4702.0, 4662.0, 4682.0, 4661.0, 4651.0, 4671.0, 4663.0, 4674.0, 4666.0, 4704.0, 4663.0, 4683.0, 4661.0, 4662.0, 4680.0, 4662.0, 4652.0, 4674.0, 4663.0, 4687.0, 4687.0, 4676.0, 4676.0, 4685.0, 4675.0, 4664.0, 4676.0, 4678.0, 4687.0, 4679.0, 4708.0, 4666.0, 4677.0, 4695.0, 4675.0, 4684.0, 4676.0, 4693.0, 4687.0, 4688.0, 4685.0, 4675.0, 4695.0, 4663.0, 4663.0, 4674.0, 4663.0, 4685.0, 4677.0, 4705.0, 4675.0, 4684.0, 4674.0, 4664.0, 4677.0, 4676.0, 4688.0, 4688.0, 4706.0, 4665.0, 4675.0, 4672.0, 4662.0, 4671.0, 4661.0, 4651.0, 4661.0, 4661.0, 4673.0, 4664.0, 4703.0, 4662.0, 4681.0, 4672.0, 4662.0, 4671.0, 4661.0, 4690.0, 4661.0, 4672.0, 4664.0, 4693.0, 4662.0, 4663.0, 4691.0, 4660.0, 4679.0, 4660.0, 4652.0, 4680.0, 4660.0, 4670.0, 4650.0, 4650.0, 4660.0, 4661.0, 4671.0, 4673.0, 4663.0, 4676.0, 4676.0, 4689.0, 4689.0, 4686.0, 4677.0, 4696.0, 4675.0, 4666.0, 4683.0, 4674.0, 4694.0, 4674.0, 4664.0, 4675.0, 4675.0, 4686.0, 4687.0, 4690.0, 4699.0, 4691.0, 4679.0, 4689.0, 4690.0, 4698.0, 4678.0, 4679.0, 4721.0, 4680.0, 4708.0, 4666.0, 4685.0, 4674.0, 4663.0, 4652.0, 4653.0, 4691.0, 4650.0, 4679.0, 4648.0, 4639.0, 4667.0, 4649.0, 4638.0, 4659.0, 4651.0, 4660.0, 4662.0, 4671.0, 4662.0, 4652.0, 4661.0, 4663.0, 4683.0, 4674.0, 4665.0, 4662.0, 4675.0, 4684.0, 4675.0, 4665.0, 4674.0, 4675.0, 4695.0, 4675.0, 4666.0, 4693.0, 4664.0, 4684.0, 4662.0, 4664.0, 4703.0, 4664.0, 4693.0, 4662.0, 4663.0, 4663.0, 4674.0, 4675.0, 4676.0, 4706.0, 4664.0, 4665.0, 4703.0, 4651.0, 4683.0, 4660.0, 4651.0, 4682.0, 4649.0, 4641.0, 4689.0, 4649.0, 4660.0, 4658.0, 4649.0, 4670.0, 4648.0, 4639.0, 4678.0, 4660.0, 4651.0, 4661.0, 4661.0, 4659.0, 4663.0, 4663.0, 4671.0, 4663.0, 4662.0, 4672.0, 4664.0, 4692.0, 4663.0, 4663.0, 4662.0, 4664.0, 4684.0, 4674.0, 4665.0, 4663.0, 4665.0, 4694.0, 4663.0, 4665.0, 4704.0, 4662.0, 4683.0, 4662.0, 4663.0, 4693.0, 4662.0, 4651.0, 4691.0, 4661.0, 4681.0, 4662.0, 4672.0, 4675.0, 4686.0, 4674.0, 4664.0, 4683.0, 4660.0, 4653.0, 4691.0, 4663.0, 4682.0, 4662.0, 4652.0, 4681.0, 4661.0, 4653.0, 4692.0, 4661.0, 4672.0, 4661.0, 4662.0, 4682.0, 4662.0, 4652.0, 4670.0, 4662.0, 4661.0, 4664.0, 4674.0, 4662.0, 4663.0, 4683.0, 4662.0, 4663.0, 4702.0, 4663.0, 4674.0, 4672.0, 4664.0, 4683.0, 4663.0, 4664.0, 4693.0, 4664.0, 4672.0, 4660.0, 4662.0, 4682.0, 4674.0, 4664.0, 4663.0, 4664.0, 4674.0, 4675.0, 4665.0, 4682.0, 4674.0, 4674.0, 4675.0, 4664.0, 4687.0, 4679.0, 4706.0, 4676.0, 4696.0, 4675.0, 4676.0, 4694.0, 4676.0, 4686.0, 4674.0, 4665.0, 4694.0, 4672.0, 4674.0, 4661.0, 4652.0, 4680.0, 4661.0, 4652.0, 4680.0, 4661.0, 4671.0, 4660.0, 4652.0, 4671.0, 4662.0, 4671.0, 4672.0, 4663.0, 4661.0, 4674.0, 4674.0, 4674.0, 4665.0, 4682.0, 4664.0, 4673.0, 4663.0, 4663.0, 4693.0, 4664.0, 4653.0, 4662.0, 4663.0, 4684.0, 4673.0, 4663.0, 4662.0, 4674.0, 4683.0, 4674.0, 4664.0, 4674.0, 4665.0, 4695.0, 4675.0, 4674.0, 4672.0, 4664.0, 4674.0, 4666.0, 4705.0, 4662.0, 4664.0, 4703.0, 4662.0, 4684.0, 4661.0, 4663.0, 4690.0, 4661.0, 4683.0, 4662.0, 4661.0, 4681.0, 4663.0, 4663.0, 4672.0, 4664.0, 4682.0, 4673.0, 4664.0, 4663.0, 4663.0, 4691.0, 4662.0, 4682.0, 4665.0, 4693.0, 4676.0, 4696.0, 4673.0, 4663.0, 4683.0, 4651.0, 4651.0, 4690.0, 4650.0, 4680.0, 4650.0, 4650.0, 4680.0, 4648.0, 4660.0, 4659.0, 4650.0, 4679.0, 4650.0, 4649.0, 4660.0, 4662.0, 4674.0, 4664.0, 4676.0, 4677.0, 4707.0, 4665.0, 4684.0, 4662.0, 4653.0, 4691.0, 4662.0, 4673.0, 4661.0, 4653.0, 4680.0, 4662.0, 4663.0, 4662.0, 4663.0, 4663.0, 4674.0, 4674.0, 4675.0, 4685.0, 4674.0, 4665.0, 4692.0, 4664.0, 4664.0, 4662.0, 4663.0, 4681.0, 4672.0, 4664.0, 4692.0, 4663.0, 4653.0, 4662.0, 4663.0, 4682.0, 4663.0, 4662.0, 4675.0, 4666.0, 4684.0, 4664.0, 4684.0, 4675.0, 4665.0, 4704.0, 4675.0, 4684.0, 4662.0, 4665.0, 4695.0, 4674.0, 4686.0, 4662.0, 4662.0, 4674.0, 4664.0, 4686.0, 4686.0, 4677.0, 4689.0, 4697.0, 4675.0, 4686.0, 4663.0, 4677.0, 4693.0, 4665.0, 4664.0, 4663.0, 4677.0, 4689.0, 4691.0, 4702.0, 4701.0, 4690.0, 4710.0, 4676.0, 4677.0, 4672.0, 4653.0, 4661.0, 4662.0, 4694.0, 4662.0, 4672.0, 4660.0, 4639.0, 4660.0, 4661.0, 4661.0, 4674.0, 4664.0, 4674.0, 4674.0, 4693.0, 4652.0, 4681.0, 4648.0, 4638.0, 4679.0, 4648.0, 4649.0, 4648.0, 4637.0, 4659.0, 4650.0, 4662.0, 4662.0, 4675.0, 4665.0, 4693.0, 4663.0, 4686.0, 4663.0, 4663.0, 4663.0, 4662.0, 4675.0, 4674.0, 4677.0, 4696.0, 4678.0, 4707.0, 4678.0, 4699.0, 4685.0, 4665.0, 4673.0, 4661.0, 4653.0, 4681.0, 4659.0, 4680.0, 4661.0, 4661.0, 4663.0, 4675.0, 4676.0, 4675.0, 4666.0, 4705.0, 4664.0, 4664.0, 4681.0, 4662.0, 4670.0, 4660.0, 4651.0, 4675.0, 4675.0, 4675.0, 4696.0, 4675.0, 4664.0, 4682.0, 4663.0, 4671.0, 4660.0, 4661.0, 4692.0, 4661.0, 4662.0, 4660.0, 4651.0, 4690.0, 4661.0, 4681.0, 4663.0, 4672.0, 4676.0, 4696.0, 4663.0, 4663.0, 4682.0, 4661.0, 4652.0, 4671.0, 4662.0, 4671.0, 4662.0, 4652.0, 4672.0, 4663.0, 4672.0, 4661.0, 4652.0, 4690.0, 4673.0, 4672.0, 4661.0, 4664.0, 4683.0, 4675.0, 4664.0, 4662.0, 4674.0, 4693.0, 4674.0, 4676.0, 4663.0, 4664.0, 4683.0, 4673.0, 4664.0, 4674.0, 4674.0, 4677.0, 4689.0, 4707.0, 4677.0, 4676.0, 4704.0, 4675.0, 4684.0, 4672.0, 4664.0, 4693.0, 4673.0, 4663.0, 4703.0, 4674.0, 4683.0, 4672.0, 4662.0, 4691.0, 4672.0, 4664.0, 4662.0, 4663.0, 4682.0, 4662.0, 4665.0, 4693.0, 4664.0, 4682.0, 4661.0, 4663.0, 4662.0, 4673.0, 4693.0, 4674.0, 4684.0, 4672.0, 4663.0, 4693.0, 4665.0, 4673.0, 4660.0, 4661.0, 4691.0, 4660.0, 4653.0, 4669.0, 4661.0, 4671.0, 4661.0, 4652.0, 4690.0, 4650.0, 4660.0, 4658.0, 4650.0, 4692.0, 4662.0, 4651.0, 4648.0, 4650.0, 4660.0, 4662.0, 4671.0, 4673.0, 4666.0, 4676.0, 4697.0, 4677.0, 4675.0, 4684.0, 4673.0, 4664.0, 4694.0, 4674.0, 4687.0, 4675.0, 4664.0, 4663.0, 4663.0, 4674.0, 4675.0, 4674.0, 4677.0, 4705.0, 4673.0, 4674.0, 4683.0, 4662.0, 4681.0, 4671.0, 4653.0, 4661.0, 4663.0, 4692.0, 4673.0, 4674.0, 4676.0, 4695.0, 4674.0, 4675.0, 4673.0, 4674.0, 4693.0, 4674.0, 4665.0, 4692.0, 4663.0, 4682.0, 4662.0, 4653.0, 4692.0, 4662.0, 4681.0, 4649.0, 4650.0, 4681.0, 4658.0, 4649.0, 4648.0, 4651.0, 4649.0, 4660.0, 4662.0, 4671.0, 4663.0, 4663.0, 4662.0, 4663.0, 4662.0, 4663.0, 4693.0, 4673.0, 4664.0, 4663.0, 4664.0, 4714.0, 4663.0, 4684.0, 4672.0, 4665.0, 4704.0, 4673.0, 4682.0, 4662.0, 4663.0, 4682.0, 4675.0, 4684.0, 4674.0, 4674.0, 4677.0, 4696.0, 4676.0, 4677.0, 4665.0, 4675.0, 4693.0, 4673.0, 4664.0, 4682.0, 4663.0, 4692.0, 4662.0, 4653.0, 4681.0, 4663.0, 4662.0, 4673.0, 4675.0, 4677.0, 4696.0, 4674.0, 4664.0, 4683.0, 4664.0, 4683.0, 4672.0, 4665.0, 4702.0, 4673.0, 4683.0, 4662.0, 4664.0, 4703.0, 4663.0, 4682.0, 4671.0, 4663.0, 4701.0, 4672.0, 4672.0, 4675.0, 4663.0, 4675.0, 4676.0, 4695.0, 4664.0, 4683.0, 4663.0, 4662.0, 4680.0, 4662.0, 4683.0, 4673.0, 4663.0, 4663.0, 4663.0, 4693.0, 4663.0, 4663.0, 4672.0, 4663.0, 4691.0, 4661.0, 4674.0, 4671.0, 4663.0, 4701.0, 4674.0, 4674.0, 4672.0, 4665.0, 4673.0, 4674.0, 4683.0, 4674.0, 4665.0, 4665.0, 4664.0, 4704.0, 4673.0, 4674.0, 4674.0, 4676.0, 4677.0, 4697.0, 4675.0, 4676.0, 4694.0, 4663.0, 4673.0, 4662.0, 4663.0, 4692.0, 4663.0, 4682.0, 4663.0, 4662.0, 4674.0, 4694.0, 4676.0, 4696.0, 4675.0, 4663.0, 4693.0, 4661.0, 4662.0, 4661.0, 4662.0, 4680.0, 4660.0, 4651.0, 4669.0, 4650.0, 4671.0, 4660.0, 4651.0, 4650.0, 4661.0, 4672.0, 4672.0, 4663.0, 4662.0, 4662.0, 4662.0, 4664.0, 4675.0, 4677.0, 4677.0, 4679.0, 4707.0, 4674.0, 4666.0, 4693.0, 4663.0, 4682.0, 4664.0, 4674.0, 4683.0, 4663.0, 4693.0, 4661.0, 4662.0, 4672.0, 4662.0, 4686.0, 4678.0, 4704.0, 4674.0, 4683.0, 4674.0, 4664.0, 4703.0, 4662.0, 4683.0, 4670.0, 4663.0, 4691.0, 4672.0, 4681.0, 4662.0, 4662.0, 4673.0, 4664.0, 4687.0, 4699.0, 4702.0, 4723.0, 4689.0, 4693.0, 4688.0, 4689.0, 4700.0, 4703.0, 4690.0, 4691.0, 4702.0, 4703.0, 4692.0, 4691.0, 4692.0, 4709.0, 4669.0, 4697.0, 4663.0, 4662.0, 4660.0, 4649.0, 4659.0, 4638.0, 4637.0, 4659.0, 4639.0, 4673.0, 4674.0, 4675.0, 4686.0, 4676.0, 4676.0, 4677.0, 4706.0, 4665.0, 4685.0, 4674.0, 4662.0, 4672.0, 4663.0, 4675.0, 4687.0, 4694.0, 4666.0, 4692.0, 4662.0, 4661.0, 4662.0, 4683.0, 4661.0, 4651.0, 4681.0, 4660.0, 4660.0, 4658.0, 4675.0, 4674.0, 4673.0, 4673.0, 4663.0, 4673.0, 4683.0, 4662.0, 4652.0, 4680.0, 4660.0, 4660.0, 4660.0, 4650.0, 4681.0, 4661.0, 4660.0, 4658.0, 4648.0, 4660.0, 4662.0, 4674.0, 4673.0, 4688.0, 4689.0], 'WindowWidth': [10313.0, 10360.0, 10245.0, 10305.0, 10205.0, 10200.0, 10205.0, 10195.0, 10274.0, 10197.0, 10222.0, 10189.0, 10178.0, 10233.0, 10146.0, 10174.0, 10228.0, 10159.0, 10229.0, 10154.0, 10153.0, 10219.0, 10150.0, 10154.0, 10136.0, 10153.0, 10203.0, 10155.0, 10159.0, 10181.0, 10156.0, 10209.0, 10155.0, 10166.0, 10161.0, 10188.0, 10169.0, 10211.0, 10229.0, 10187.0, 10231.0, 10155.0, 10171.0, 10209.0, 10152.0, 10155.0, 10222.0, 10150.0, 10166.0, 10187.0, 10138.0, 10207.0, 10148.0, 10138.0, 10218.0, 10156.0, 10143.0, 10168.0, 10183.0, 10188.0, 10245.0, 10196.0, 10179.0, 10235.0, 10156.0, 10144.0, 10220.0, 10159.0, 10200.0, 10207.0, 10141.0, 10210.0, 10159.0, 10161.0, 10178.0, 10181.0, 10227.0, 10241.0, 10230.0, 10228.0, 10214.0, 10270.0, 10259.0, 10197.0, 10263.0, 10177.0, 10178.0, 10229.0, 10143.0, 10174.0, 10229.0, 10144.0, 10210.0, 10174.0, 10158.0, 10207.0, 10136.0, 10137.0, 10200.0, 10153.0, 10172.0, 10154.0, 10158.0, 10196.0, 10175.0, 10177.0, 10174.0, 10166.0, 10229.0, 10177.0, 10194.0, 10202.0, 10179.0, 10231.0, 10162.0, 10177.0, 10244.0, 10163.0, 10232.0, 10159.0, 10171.0, 10225.0, 10158.0, 10209.0, 10175.0, 10207.0, 10229.0, 10161.0, 10232.0, 10156.0, 10158.0, 10174.0, 10166.0, 10195.0, 10197.0, 10258.0, 10183.0, 10179.0, 10227.0, 10159.0, 10231.0, 10180.0, 10143.0, 10209.0, 10155.0, 10153.0, 10161.0, 10181.0, 10230.0, 10160.0, 10233.0, 10183.0, 10158.0, 10208.0, 10157.0, 10148.0, 10224.0, 10159.0, 10212.0, 10179.0, 10191.0, 10204.0, 10222.0, 10237.0, 10183.0, 10236.0, 10176.0, 10180.0, 10247.0, 10176.0, 10205.0, 10227.0, 10162.0, 10228.0, 10175.0, 10178.0, 10213.0, 10163.0, 10225.0, 10178.0, 10189.0, 10197.0, 10215.0, 10233.0, 10179.0, 10233.0, 10160.0, 10165.0, 10230.0, 10163.0, 10219.0, 10174.0, 10163.0, 10245.0, 10176.0, 10222.0, 10199.0, 10162.0, 10216.0, 10160.0, 10161.0, 10228.0, 10157.0, 10184.0, 10193.0, 10157.0, 10210.0, 10155.0, 10144.0, 10225.0, 10175.0, 10213.0, 10183.0, 10211.0, 10189.0, 10165.0, 10232.0, 10159.0, 10163.0, 10225.0, 10159.0, 10236.0, 10158.0, 10183.0, 10229.0, 10177.0, 10190.0, 10226.0, 10160.0, 10210.0, 10156.0, 10144.0, 10226.0, 10161.0, 10217.0, 10172.0, 10149.0, 10226.0, 10177.0, 10192.0, 10174.0, 10165.0, 10214.0, 10175.0, 10166.0, 10242.0, 10164.0, 10219.0, 10174.0, 10166.0, 10231.0, 10178.0, 10205.0, 10174.0, 10167.0, 10231.0, 10194.0, 10196.0, 10207.0, 10183.0, 10224.0, 10181.0, 10186.0, 10266.0, 10179.0, 10237.0, 10192.0, 10181.0, 10249.0, 10176.0, 10208.0, 10234.0, 10184.0, 10184.0, 10185.0, 10201.0, 10235.0, 10254.0, 10274.0, 10248.0, 10275.0, 10271.0, 10208.0, 10249.0, 10236.0, 10196.0, 10238.0, 10182.0, 10181.0, 10244.0, 10159.0, 10201.0, 10194.0, 10157.0, 10156.0, 10160.0, 10176.0, 10171.0, 10254.0, 10148.0, 10187.0, 10222.0, 10140.0, 10210.0, 10147.0, 10139.0, 10175.0, 10155.0, 10209.0, 10166.0, 10221.0, 10173.0, 10158.0, 10211.0, 10153.0, 10155.0, 10156.0, 10147.0, 10223.0, 10156.0, 10204.0, 10175.0, 10173.0, 10177.0, 10170.0, 10249.0, 10163.0, 10228.0, 10180.0, 10183.0, 10192.0, 10263.0, 10184.0, 10196.0, 10271.0, 10179.0, 10212.0, 10162.0, 10166.0, 10263.0, 10154.0, 10164.0, 10195.0, 10227.0, 10213.0, 10223.0, 10222.0, 10220.0, 10223.0, 10289.0, 10254.0, 10185.0, 10211.0, 10138.0, 10159.0, 10240.0, 10157.0, 10228.0, 10153.0, 10152.0, 10215.0, 10129.0, 10184.0, 10122.0, 10113.0, 10193.0, 10109.0, 10164.0, 10119.0, 10109.0, 10175.0, 10106.0, 10129.0, 10123.0, 10122.0, 10130.0, 10148.0, 10143.0, 10121.0, 10202.0, 10129.0, 10202.0, 10127.0, 10126.0, 10130.0, 10161.0, 10172.0, 10208.0, 10190.0, 10178.0, 10194.0, 10193.0, 10187.0, 10188.0, 10240.0, 10186.0, 10245.0, 10276.0, 10198.0, 10237.0, 10178.0, 10190.0, 10210.0, 10161.0, 10197.0, 10186.0, 10185.0, 10188.0, 10204.0, 10209.0, 10223.0, 10210.0, 10209.0, 10210.0, 10282.0, 10186.0, 10216.0, 10257.0, 10167.0, 10239.0, 10174.0, 10163.0, 10246.0, 10161.0, 10230.0, 10159.0, 10160.0, 10212.0, 10160.0, 10161.0, 10179.0, 10237.0, 10174.0, 10163.0, 10258.0, 10164.0, 10214.0, 10182.0, 10219.0, 10192.0, 10238.0, 10188.0, 10258.0, 10189.0, 10194.0, 10232.0, 10159.0, 10178.0, 10157.0, 10189.0, 10182.0, 10220.0, 10180.0, 10189.0, 10165.0, 10198.0, 10260.0, 10191.0, 10224.0, 10163.0, 10198.0, 10182.0, 10228.0, 10178.0, 10164.0, 10214.0, 10159.0, 10157.0, 10175.0, 10164.0, 10196.0, 10171.0, 10203.0, 10238.0, 10282.0, 10201.0, 10240.0, 10206.0, 10184.0, 10232.0, 10178.0, 10181.0, 10186.0, 10186.0, 10193.0, 10190.0, 10244.0, 10225.0, 10242.0, 10206.0, 10229.0, 10227.0, 10226.0, 10247.0, 10211.0, 10272.0, 10244.0, 10245.0, 10233.0, 10228.0, 10199.0, 10184.0, 10202.0, 10172.0, 10206.0, 10201.0, 10241.0, 10182.0, 10233.0, 10168.0, 10226.0, 10167.0, 10230.0, 10208.0, 10213.0, 10163.0, 10238.0, 10173.0, 10169.0, 10207.0, 10135.0, 10158.0, 10156.0, 10160.0, 10183.0, 10182.0, 10189.0, 10227.0, 10178.0, 10167.0, 10181.0, 10186.0, 10189.0, 10233.0, 10218.0, 10257.0, 10234.0, 10251.0, 10237.0, 10293.0, 10245.0, 10226.0, 10227.0, 10243.0, 10230.0, 10269.0, 10227.0, 10287.0, 10219.0, 10214.0, 10226.0, 10210.0, 10268.0, 10198.0, 10222.0, 10192.0, 10190.0, 10255.0, 10207.0, 10244.0, 10172.0, 10169.0, 10178.0, 10182.0, 10252.0, 10185.0, 10183.0, 10170.0, 10185.0, 10200.0, 10200.0, 10243.0, 10189.0, 10215.0, 10183.0, 10181.0, 10213.0, 10210.0, 10259.0, 10188.0, 10203.0, 10192.0, 10190.0, 10203.0, 10203.0, 10215.0, 10205.0, 10229.0, 10208.0, 10207.0, 10245.0, 10183.0, 10240.0, 10165.0, 10163.0, 10181.0, 10187.0, 10235.0, 10202.0, 10217.0, 10210.0, 10213.0, 10223.0, 10224.0, 10226.0, 10235.0, 10245.0, 10230.0, 10233.0, 10288.0, 10228.0, 10256.0, 10222.0, 10213.0, 10257.0, 10222.0, 10240.0, 10219.0, 10201.0, 10248.0, 10199.0, 10207.0, 10216.0, 10203.0, 10228.0, 10200.0, 10206.0, 10258.0, 10203.0, 10230.0, 10203.0, 10205.0, 10261.0, 10190.0, 10231.0, 10199.0, 10203.0, 10222.0, 10236.0, 10234.0, 10266.0, 10253.0, 10207.0, 10240.0, 10197.0, 10187.0, 10243.0, 10198.0, 10203.0, 10196.0, 10183.0, 10222.0, 10193.0, 10169.0, 10195.0, 10177.0, 10198.0, 10187.0, 10223.0, 10252.0, 10234.0, 10240.0, 10231.0, 10277.0, 10226.0, 10209.0, 10271.0, 10200.0, 10183.0, 10199.0, 10185.0, 10200.0, 10201.0, 10204.0, 10214.0, 10219.0, 10247.0, 10197.0, 10219.0, 10261.0, 10177.0, 10225.0, 10172.0, 10173.0, 10179.0, 10195.0, 10218.0, 10212.0, 10244.0, 10203.0, 10214.0, 10198.0, 10185.0, 10224.0, 10199.0, 10190.0, 10197.0, 10196.0, 10209.0, 10198.0, 10195.0, 10200.0, 10202.0, 10219.0, 10225.0, 10237.0, 10225.0, 10239.0, 10224.0, 10256.0, 10220.0, 10203.0, 10252.0, 10181.0, 10187.0, 10245.0, 10197.0, 10237.0, 10196.0, 10186.0, 10228.0, 10218.0, 10204.0, 10211.0, 10199.0, 10223.0, 10231.0, 10263.0, 10230.0, 10241.0, 10220.0, 10211.0, 10249.0, 10220.0, 10225.0, 10215.0, 10205.0, 10248.0, 10218.0, 10206.0, 10222.0, 10207.0, 10239.0, 10239.0, 10249.0, 10280.0, 10240.0, 10206.0, 10233.0, 10199.0, 10203.0, 10260.0, 10199.0, 10214.0, 10193.0, 10197.0, 10242.0, 10199.0, 10187.0, 10192.0, 10200.0, 10214.0, 10198.0, 10189.0, 10226.0, 10198.0, 10203.0, 10214.0, 10205.0, 10262.0, 10217.0, 10206.0, 10216.0, 10207.0, 10264.0, 10220.0, 10221.0, 10217.0, 10222.0, 10250.0, 10220.0, 10223.0, 10214.0, 10205.0, 10246.0, 10223.0, 10225.0, 10249.0, 10261.0, 10249.0, 10261.0, 10314.0, 10248.0, 10249.0, 10246.0, 10237.0, 10281.0, 10247.0, 10282.0, 10274.0, 10254.0, 10249.0, 10222.0, 10243.0, 10297.0, 10277.0, 10258.0, 10294.0, 10235.0, 10296.0, 10234.0, 10255.0, 10211.0, 10236.0, 10210.0, 10285.0, 10205.0, 10189.0, 10243.0, 10172.0, 10171.0, 10182.0, 10167.0, 10177.0, 10195.0, 10201.0, 10211.0, 10196.0, 10183.0, 10183.0, 10179.0, 10183.0, 10198.0, 10220.0, 10222.0, 10227.0, 10246.0, 10249.0, 10207.0, 10237.0, 10185.0, 10187.0, 10256.0, 10198.0, 10230.0, 10196.0, 10183.0, 10209.0, 10202.0, 10219.0, 10213.0, 10264.0, 10200.0, 10232.0, 10194.0, 10197.0, 10223.0, 10199.0, 10185.0, 10220.0, 10205.0, 10242.0, 10244.0, 10224.0, 10226.0, 10239.0, 10220.0, 10207.0, 10226.0, 10232.0, 10243.0, 10236.0, 10280.0, 10210.0, 10231.0, 10252.0, 10220.0, 10237.0, 10225.0, 10247.0, 10242.0, 10246.0, 10237.0, 10224.0, 10256.0, 10203.0, 10203.0, 10219.0, 10205.0, 10235.0, 10228.0, 10271.0, 10222.0, 10237.0, 10220.0, 10205.0, 10228.0, 10229.0, 10247.0, 10250.0, 10279.0, 10210.0, 10228.0, 10215.0, 10199.0, 10213.0, 10195.0, 10182.0, 10195.0, 10198.0, 10218.0, 10206.0, 10262.0, 10199.0, 10225.0, 10211.0, 10201.0, 10209.0, 10196.0, 10237.0, 10198.0, 10215.0, 10207.0, 10249.0, 10200.0, 10203.0, 10241.0, 10195.0, 10222.0, 10193.0, 10185.0, 10222.0, 10193.0, 10210.0, 10180.0, 10181.0, 10194.0, 10198.0, 10212.0, 10217.0, 10203.0, 10229.0, 10228.0, 10251.0, 10253.0, 10240.0, 10229.0, 10257.0, 10224.0, 10214.0, 10232.0, 10221.0, 10249.0, 10219.0, 10208.0, 10225.0, 10223.0, 10241.0, 10246.0, 10254.0, 10264.0, 10255.0, 10234.0, 10251.0, 10250.0, 10260.0, 10233.0, 10233.0, 10300.0, 10237.0, 10280.0, 10212.0, 10238.0, 10219.0, 10202.0, 10184.0, 10190.0, 10239.0, 10178.0, 10219.0, 10172.0, 10162.0, 10199.0, 10173.0, 10160.0, 10192.0, 10183.0, 10192.0, 10198.0, 10212.0, 10200.0, 10187.0, 10196.0, 10202.0, 10232.0, 10219.0, 10208.0, 10200.0, 10221.0, 10235.0, 10221.0, 10210.0, 10219.0, 10223.0, 10252.0, 10220.0, 10212.0, 10246.0, 10206.0, 10236.0, 10200.0, 10206.0, 10262.0, 10206.0, 10247.0, 10201.0, 10202.0, 10201.0, 10219.0, 10220.0, 10226.0, 10274.0, 10204.0, 10209.0, 10263.0, 10184.0, 10233.0, 10194.0, 10183.0, 10230.0, 10177.0, 10170.0, 10237.0, 10177.0, 10194.0, 10187.0, 10176.0, 10208.0, 10173.0, 10164.0, 10218.0, 10193.0, 10186.0, 10195.0, 10197.0, 10193.0, 10201.0, 10202.0, 10212.0, 10202.0, 10201.0, 10212.0, 10205.0, 10243.0, 10204.0, 10205.0, 10198.0, 10206.0, 10235.0, 10220.0, 10211.0, 10203.0, 10207.0, 10251.0, 10202.0, 10208.0, 10265.0, 10201.0, 10236.0, 10202.0, 10202.0, 10248.0, 10198.0, 10186.0, 10243.0, 10197.0, 10224.0, 10200.0, 10215.0, 10223.0, 10243.0, 10218.0, 10205.0, 10233.0, 10195.0, 10189.0, 10244.0, 10203.0, 10232.0, 10199.0, 10186.0, 10227.0, 10197.0, 10188.0, 10244.0, 10198.0, 10214.0, 10195.0, 10199.0, 10229.0, 10198.0, 10186.0, 10208.0, 10199.0, 10197.0, 10206.0, 10221.0, 10199.0, 10202.0, 10231.0, 10200.0, 10203.0, 10260.0, 10204.0, 10222.0, 10214.0, 10205.0, 10231.0, 10202.0, 10207.0, 10246.0, 10204.0, 10217.0, 10194.0, 10202.0, 10231.0, 10218.0, 10208.0, 10203.0, 10206.0, 10222.0, 10221.0, 10211.0, 10229.0, 10220.0, 10220.0, 10222.0, 10209.0, 10243.0, 10236.0, 10272.0, 10227.0, 10258.0, 10222.0, 10225.0, 10253.0, 10225.0, 10244.0, 10221.0, 10209.0, 10254.0, 10214.0, 10222.0, 10198.0, 10186.0, 10225.0, 10195.0, 10187.0, 10223.0, 10197.0, 10212.0, 10194.0, 10186.0, 10210.0, 10201.0, 10214.0, 10215.0, 10204.0, 10197.0, 10219.0, 10221.0, 10219.0, 10209.0, 10230.0, 10205.0, 10220.0, 10203.0, 10203.0, 10248.0, 10204.0, 10191.0, 10200.0, 10204.0, 10235.0, 10216.0, 10205.0, 10201.0, 10219.0, 10233.0, 10220.0, 10208.0, 10220.0, 10210.0, 10254.0, 10221.0, 10223.0, 10215.0, 10205.0, 10218.0, 10211.0, 10271.0, 10201.0, 10206.0, 10263.0, 10200.0, 10237.0, 10197.0, 10202.0, 10242.0, 10199.0, 10233.0, 10199.0, 10199.0, 10228.0, 10201.0, 10206.0, 10214.0, 10205.0, 10230.0, 10217.0, 10208.0, 10201.0, 10202.0, 10243.0, 10200.0, 10229.0, 10208.0, 10247.0, 10225.0, 10257.0, 10218.0, 10202.0, 10234.0, 10181.0, 10184.0, 10239.0, 10181.0, 10226.0, 10179.0, 10181.0, 10225.0, 10175.0, 10196.0, 10190.0, 10179.0, 10222.0, 10179.0, 10180.0, 10193.0, 10201.0, 10219.0, 10208.0, 10225.0, 10231.0, 10274.0, 10209.0, 10236.0, 10200.0, 10190.0, 10242.0, 10201.0, 10218.0, 10196.0, 10188.0, 10226.0, 10200.0, 10204.0, 10199.0, 10201.0, 10202.0, 10221.0, 10220.0, 10225.0, 10240.0, 10219.0, 10209.0, 10248.0, 10205.0, 10208.0, 10199.0, 10201.0, 10229.0, 10213.0, 10205.0, 10245.0, 10201.0, 10192.0, 10199.0, 10203.0, 10230.0, 10202.0, 10201.0, 10224.0, 10215.0, 10235.0, 10207.0, 10238.0, 10221.0, 10209.0, 10265.0, 10222.0, 10238.0, 10200.0, 10208.0, 10254.0, 10221.0, 10241.0, 10199.0, 10200.0, 10221.0, 10207.0, 10241.0, 10243.0, 10230.0, 10250.0, 10267.0, 10223.0, 10244.0, 10204.0, 10231.0, 10248.0, 10207.0, 10204.0, 10202.0, 10230.0, 10250.0, 10256.0, 10273.0, 10268.0, 10255.0, 10289.0, 10227.0, 10230.0, 10215.0, 10188.0, 10195.0, 10199.0, 10253.0, 10197.0, 10216.0, 10191.0, 10161.0, 10192.0, 10197.0, 10199.0, 10217.0, 10208.0, 10219.0, 10221.0, 10245.0, 10183.0, 10228.0, 10173.0, 10159.0, 10218.0, 10172.0, 10177.0, 10170.0, 10157.0, 10188.0, 10180.0, 10198.0, 10201.0, 10220.0, 10211.0, 10249.0, 10200.0, 10240.0, 10201.0, 10203.0, 10199.0, 10199.0, 10221.0, 10220.0, 10227.0, 10254.0, 10231.0, 10271.0, 10232.0, 10267.0, 10238.0, 10206.0, 10222.0, 10195.0, 10186.0, 10227.0, 10190.0, 10222.0, 10197.0, 10197.0, 10203.0, 10221.0, 10226.0, 10222.0, 10214.0, 10270.0, 10203.0, 10208.0, 10224.0, 10198.0, 10209.0, 10193.0, 10183.0, 10225.0, 10224.0, 10225.0, 10256.0, 10223.0, 10204.0, 10231.0, 10202.0, 10214.0, 10194.0, 10198.0, 10245.0, 10197.0, 10200.0, 10191.0, 10184.0, 10240.0, 10195.0, 10225.0, 10204.0, 10215.0, 10225.0, 10256.0, 10204.0, 10202.0, 10230.0, 10196.0, 10187.0, 10212.0, 10200.0, 10211.0, 10197.0, 10186.0, 10214.0, 10203.0, 10217.0, 10197.0, 10188.0, 10239.0, 10216.0, 10218.0, 10199.0, 10206.0, 10233.0, 10222.0, 10208.0, 10202.0, 10221.0, 10248.0, 10219.0, 10227.0, 10206.0, 10206.0, 10234.0, 10216.0, 10208.0, 10222.0, 10223.0, 10227.0, 10250.0, 10276.0, 10228.0, 10229.0, 10265.0, 10221.0, 10238.0, 10215.0, 10205.0, 10250.0, 10216.0, 10206.0, 10261.0, 10218.0, 10233.0, 10215.0, 10201.0, 10241.0, 10213.0, 10208.0, 10200.0, 10203.0, 10230.0, 10200.0, 10207.0, 10245.0, 10205.0, 10230.0, 10198.0, 10204.0, 10199.0, 10216.0, 10245.0, 10222.0, 10238.0, 10214.0, 10204.0, 10249.0, 10207.0, 10218.0, 10194.0, 10198.0, 10241.0, 10193.0, 10188.0, 10206.0, 10197.0, 10212.0, 10194.0, 10186.0, 10238.0, 10181.0, 10195.0, 10188.0, 10181.0, 10242.0, 10200.0, 10184.0, 10174.0, 10180.0, 10195.0, 10198.0, 10212.0, 10219.0, 10213.0, 10228.0, 10261.0, 10225.0, 10222.0, 10238.0, 10218.0, 10207.0, 10250.0, 10219.0, 10247.0, 10223.0, 10206.0, 10201.0, 10202.0, 10218.0, 10223.0, 10221.0, 10228.0, 10271.0, 10218.0, 10223.0, 10229.0, 10200.0, 10229.0, 10212.0, 10190.0, 10199.0, 10205.0, 10245.0, 10219.0, 10221.0, 10227.0, 10256.0, 10221.0, 10227.0, 10219.0, 10222.0, 10250.0, 10217.0, 10213.0, 10244.0, 10204.0, 10232.0, 10200.0, 10189.0, 10247.0, 10198.0, 10227.0, 10177.0, 10178.0, 10224.0, 10187.0, 10178.0, 10176.0, 10181.0, 10177.0, 10193.0, 10200.0, 10211.0, 10203.0, 10203.0, 10199.0, 10204.0, 10202.0, 10204.0, 10247.0, 10217.0, 10209.0, 10202.0, 10206.0, 10279.0, 10203.0, 10236.0, 10214.0, 10208.0, 10263.0, 10216.0, 10231.0, 10199.0, 10204.0, 10229.0, 10221.0, 10233.0, 10222.0, 10221.0, 10230.0, 10259.0, 10226.0, 10233.0, 10211.0, 10223.0, 10249.0, 10216.0, 10210.0, 10229.0, 10204.0, 10245.0, 10199.0, 10191.0, 10226.0, 10204.0, 10202.0, 10219.0, 10221.0, 10229.0, 10258.0, 10218.0, 10208.0, 10231.0, 10205.0, 10233.0, 10215.0, 10211.0, 10259.0, 10216.0, 10232.0, 10199.0, 10206.0, 10261.0, 10203.0, 10231.0, 10211.0, 10202.0, 10254.0, 10215.0, 10215.0, 10223.0, 10205.0, 10224.0, 10229.0, 10252.0, 10206.0, 10234.0, 10202.0, 10202.0, 10225.0, 10202.0, 10232.0, 10217.0, 10206.0, 10201.0, 10202.0, 10248.0, 10201.0, 10204.0, 10213.0, 10202.0, 10244.0, 10199.0, 10221.0, 10210.0, 10204.0, 10256.0, 10219.0, 10221.0, 10215.0, 10210.0, 10220.0, 10220.0, 10235.0, 10220.0, 10212.0, 10207.0, 10206.0, 10264.0, 10217.0, 10219.0, 10223.0, 10226.0, 10231.0, 10262.0, 10222.0, 10229.0, 10249.0, 10204.0, 10219.0, 10198.0, 10204.0, 10244.0, 10203.0, 10232.0, 10202.0, 10202.0, 10219.0, 10249.0, 10227.0, 10259.0, 10221.0, 10203.0, 10251.0, 10197.0, 10200.0, 10196.0, 10197.0, 10226.0, 10193.0, 10185.0, 10204.0, 10181.0, 10212.0, 10194.0, 10185.0, 10182.0, 10198.0, 10215.0, 10214.0, 10206.0, 10201.0, 10202.0, 10202.0, 10206.0, 10222.0, 10230.0, 10228.0, 10236.0, 10279.0, 10219.0, 10212.0, 10247.0, 10203.0, 10229.0, 10205.0, 10222.0, 10231.0, 10203.0, 10246.0, 10199.0, 10201.0, 10215.0, 10204.0, 10240.0, 10234.0, 10266.0, 10222.0, 10235.0, 10218.0, 10205.0, 10264.0, 10201.0, 10234.0, 10209.0, 10201.0, 10242.0, 10214.0, 10227.0, 10200.0, 10199.0, 10220.0, 10208.0, 10246.0, 10267.0, 10274.0, 10307.0, 10253.0, 10264.0, 10244.0, 10253.0, 10271.0, 10277.0, 10252.0, 10253.0, 10273.0, 10275.0, 10256.0, 10255.0, 10258.0, 10280.0, 10219.0, 10269.0, 10203.0, 10201.0, 10191.0, 10173.0, 10190.0, 10156.0, 10157.0, 10190.0, 10165.0, 10214.0, 10219.0, 10223.0, 10238.0, 10227.0, 10225.0, 10230.0, 10275.0, 10209.0, 10241.0, 10216.0, 10200.0, 10215.0, 10204.0, 10223.0, 10245.0, 10251.0, 10211.0, 10244.0, 10198.0, 10198.0, 10200.0, 10237.0, 10197.0, 10182.0, 10229.0, 10191.0, 10193.0, 10188.0, 10225.0, 10218.0, 10220.0, 10217.0, 10203.0, 10217.0, 10235.0, 10199.0, 10185.0, 10228.0, 10193.0, 10197.0, 10192.0, 10180.0, 10228.0, 10196.0, 10195.0, 10186.0, 10173.0, 10192.0, 10199.0, 10220.0, 10219.0, 10248.0, 10254.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.011187504043126687</td></tr>
<tr><td colspan=3>aqi</td><td>0.03773192700808625</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.39144862893201</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1381267339482206</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9620028485005397</td></tr>
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
<tr><td colspan=3>fber</td><td>5687.7017</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08818105204359493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3423180592991915</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6132068697372564</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.542928030280962</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8735296587624415</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.423162920168366</td></tr>
<tr><td colspan=3>gcor</td><td>0.00943497</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01838151179254055</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024822084233164787</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8232969852497796</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.9709</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.543</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.8368</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299196.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>1029.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.0599</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1917</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.1939</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3831.8452</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1067.658</td></tr>
<tr><td colspan=3>tsnr</td><td>35.15742613642942</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>