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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:52:51.665000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999941, -0.0018324, -0.0106769, 0.00157074, 0.999699, -0.0244644]</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.0758148</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7735, -7305, 563, -45, -126, 22, 69]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7172518-2b82-4e30-ad19-ef395407cfbf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682769536972046, 0.004214172717183828, -0.0289401113986969, 113.85118865966797], [0.004916197154670954, 2.6821205615997314, -0.06600476801395416, -89.50692749023438], [-0.028645450249314308, 0.06563624739646912, 2.699037790298462, -81.82605743408203], [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': ['165251.665000', '165252.125000', '165252.585000', '165253.045000', '165253.505000', '165253.965000', '165254.425000', '165254.885000', '165255.345000', '165255.805000', '165256.265000', '165256.725000', '165257.185000', '165257.645000', '165258.105000', '165258.565000', '165259.025000', '165259.485000', '165259.945000', '165300.405000', '165300.865000', '165301.325000', '165301.785000', '165302.245000', '165302.705000', '165303.165000', '165303.625000', '165304.085000', '165304.545000', '165305.005000', '165305.465000', '165305.925000', '165306.385000', '165306.845000', '165307.305000', '165307.765000', '165308.225000', '165308.685000', '165309.145000', '165309.605000', '165310.065000', '165310.525000', '165310.985000', '165311.445000', '165311.905000', '165312.365000', '165312.825000', '165313.285000', '165313.745000', '165314.205000', '165314.665000', '165315.125000', '165315.585000', '165316.045000', '165316.505000', '165316.965000', '165317.425000', '165317.885000', '165318.345000', '165318.805000', '165319.265000', '165319.725000', '165320.185000', '165320.645000', '165321.105000', '165321.565000', '165322.025000', '165322.485000', '165322.945000', '165323.405000', '165323.865000', '165324.325000', '165324.785000', '165325.245000', '165325.705000', '165326.165000', '165326.625000', '165327.085000', '165327.545000', '165328.005000', '165328.465000', '165328.925000', '165329.385000', '165329.845000', '165330.305000', '165330.765000', '165331.225000', '165331.685000', '165332.145000', '165332.605000', '165333.065000', '165333.525000', '165333.985000', '165334.445000', '165334.905000', '165335.365000', '165335.825000', '165336.285000', '165336.745000', '165337.205000', '165337.665000', '165338.125000', '165338.585000', '165339.045000', '165339.505000', '165339.965000', '165340.425000', '165340.885000', '165341.345000', '165341.805000', '165342.265000', '165342.725000', '165343.185000', '165343.645000', '165344.105000', '165344.565000', '165345.025000', '165345.485000', '165345.945000', '165346.405000', '165346.865000', '165347.325000', '165347.785000', '165348.245000', '165348.705000', '165349.165000', '165349.625000', '165350.085000', '165350.545000', '165351.005000', '165351.465000', '165351.925000', '165352.385000', '165352.845000', '165353.305000', '165353.765000', '165354.225000', '165354.685000', '165355.145000', '165355.605000', '165356.065000', '165356.525000', '165356.985000', '165357.445000', '165357.905000', '165358.365000', '165358.825000', '165359.285000', '165359.745000', '165400.205000', '165400.665000', '165401.125000', '165401.585000', '165402.045000', '165402.505000', '165402.965000', '165403.425000', '165403.885000', '165404.345000', '165404.805000', '165405.265000', '165405.725000', '165406.185000', '165406.645000', '165407.105000', '165407.565000', '165408.025000', '165408.485000', '165408.945000', '165409.405000', '165409.865000', '165410.325000', '165410.785000', '165411.245000', '165411.705000', '165412.165000', '165412.625000', '165413.085000', '165413.545000', '165414.005000', '165414.465000', '165414.925000', '165415.385000', '165415.845000', '165416.305000', '165416.765000', '165417.225000', '165417.685000', '165418.145000', '165418.605000', '165419.065000', '165419.525000', '165419.985000', '165420.445000', '165420.905000', '165421.365000', '165421.825000', '165422.285000', '165422.745000', '165423.205000', '165423.665000', '165424.125000', '165424.585000', '165425.045000', '165425.505000', '165425.965000', '165426.425000', '165426.885000', '165427.345000', '165427.805000', '165428.265000', '165428.725000', '165429.185000', '165429.645000', '165430.105000', '165430.565000', '165431.025000', '165431.485000', '165431.945000', '165432.405000', '165432.865000', '165433.325000', '165433.785000', '165434.245000', '165434.705000', '165435.165000', '165435.625000', '165436.085000', '165436.545000', '165437.005000', '165437.465000', '165437.925000', '165438.385000', '165438.845000', '165439.305000', '165439.765000', '165440.225000', '165440.685000', '165441.145000', '165441.605000', '165442.065000', '165442.525000', '165442.985000', '165443.445000', '165443.905000', '165444.365000', '165444.825000', '165445.285000', '165445.745000', '165446.205000', '165446.665000', '165447.125000', '165447.585000', '165448.045000', '165448.505000', '165448.965000', '165449.425000', '165449.885000', '165450.345000', '165450.805000', '165451.265000', '165451.725000', '165452.185000', '165452.645000', '165453.105000', '165453.565000', '165454.025000', '165454.485000', '165454.945000', '165455.405000', '165455.865000', '165456.325000', '165456.785000', '165457.245000', '165457.705000', '165458.165000', '165458.625000', '165459.085000', '165459.545000', '165500.005000', '165500.465000', '165500.925000', '165501.385000', '165501.845000', '165502.305000', '165502.765000', '165503.225000', '165503.685000', '165504.145000', '165504.605000', '165505.065000', '165505.525000', '165505.985000', '165506.445000', '165506.905000', '165507.365000', '165507.825000', '165508.285000', '165508.745000', '165509.205000', '165509.665000', '165510.125000', '165510.585000', '165511.045000', '165511.505000', '165511.965000', '165512.425000', '165512.885000', '165513.345000', '165513.805000', '165514.265000', '165514.725000', '165515.185000', '165515.645000', '165516.105000', '165516.565000', '165517.025000', '165517.485000', '165517.945000', '165518.405000', '165518.865000', '165519.325000', '165519.785000', '165520.245000', '165520.705000', '165521.165000', '165521.625000', '165522.085000', '165522.545000', '165523.005000', '165523.465000', '165523.925000', '165524.385000', '165524.845000', '165525.305000', '165525.765000', '165526.225000', '165526.685000', '165527.145000', '165527.605000', '165528.065000', '165528.525000', '165528.985000', '165529.445000', '165529.905000', '165530.365000', '165530.825000', '165531.285000', '165531.745000', '165532.205000', '165532.665000', '165533.125000', '165533.585000', '165534.045000', '165534.505000', '165534.965000', '165535.425000', '165535.885000', '165536.345000', '165536.805000', '165537.265000', '165537.725000', '165538.185000', '165538.645000', '165539.105000', '165539.565000', '165540.025000', '165540.485000', '165540.945000', '165541.405000', '165541.865000', '165542.325000', '165542.785000', '165543.245000', '165543.705000', '165544.165000', '165544.625000', '165545.085000', '165545.545000', '165546.005000', '165546.465000', '165546.925000', '165547.385000', '165547.845000', '165548.305000', '165548.765000', '165549.225000', '165549.685000', '165550.145000', '165550.605000', '165551.065000', '165551.525000', '165551.985000', '165552.445000', '165552.905000', '165553.365000', '165553.825000', '165554.285000', '165554.745000', '165555.205000', '165555.665000', '165556.125000', '165556.585000', '165557.045000', '165557.505000', '165557.965000', '165558.425000', '165558.885000', '165559.345000', '165559.805000', '165600.265000', '165600.725000', '165601.185000', '165601.645000', '165602.105000', '165602.565000', '165603.025000', '165603.485000', '165603.945000', '165604.405000', '165604.865000', '165605.325000', '165605.785000', '165606.245000', '165606.705000', '165607.165000', '165607.625000', '165608.085000', '165608.545000', '165609.005000', '165609.465000', '165609.925000', '165610.385000', '165610.845000', '165611.305000', '165611.765000', '165612.225000', '165612.685000', '165613.145000', '165613.605000', '165614.065000', '165614.525000', '165614.985000', '165615.445000', '165615.905000', '165616.365000', '165616.825000', '165617.285000', '165617.745000', '165618.205000', '165618.665000', '165619.125000', '165619.585000', '165620.045000', '165620.505000', '165620.965000', '165621.425000', '165621.885000', '165622.345000', '165622.805000', '165623.265000', '165623.725000', '165624.185000', '165624.645000', '165625.105000', '165625.565000', '165626.025000', '165626.485000', '165626.945000', '165627.405000', '165627.865000', '165628.325000', '165628.785000', '165629.245000', '165629.705000', '165630.165000', '165630.625000', '165631.085000', '165631.545000', '165632.005000', '165632.465000', '165632.925000', '165633.385000', '165633.845000', '165634.305000', '165634.765000', '165635.225000', '165635.685000', '165636.145000', '165636.605000', '165637.065000', '165637.525000', '165637.985000', '165638.445000', '165638.905000', '165639.365000', '165639.825000', '165640.285000', '165640.745000', '165641.205000', '165641.665000', '165642.125000', '165642.585000', '165643.045000', '165643.505000', '165643.965000', '165644.425000', '165644.885000', '165645.345000', '165645.805000', '165646.265000', '165646.725000', '165647.185000', '165647.645000', '165648.105000', '165648.565000', '165649.025000', '165649.485000', '165649.945000', '165650.405000', '165650.865000', '165651.325000', '165651.785000', '165652.245000', '165652.705000', '165653.165000', '165653.625000', '165654.085000', '165654.545000', '165655.005000', '165655.465000', '165655.925000', '165656.385000', '165656.845000', '165657.305000', '165657.765000', '165658.225000', '165658.685000', '165659.145000', '165659.605000', '165700.065000', '165700.525000', '165700.985000', '165701.445000', '165701.905000', '165702.365000', '165702.825000', '165703.285000', '165703.745000', '165704.205000', '165704.665000', '165705.125000', '165705.585000', '165706.045000', '165706.505000', '165706.965000', '165707.425000', '165707.885000', '165708.345000', '165708.805000', '165709.265000', '165709.725000', '165710.185000', '165710.645000', '165711.105000', '165711.565000', '165712.025000', '165712.485000', '165712.945000', '165713.405000', '165713.865000', '165714.325000', '165714.785000', '165715.245000', '165715.705000', '165716.165000', '165716.625000', '165717.085000', '165717.545000', '165718.005000', '165718.465000', '165718.925000', '165719.385000', '165719.845000', '165720.305000', '165720.765000', '165721.225000', '165721.685000', '165722.145000', '165722.605000', '165723.065000', '165723.525000', '165723.985000', '165724.445000', '165724.905000', '165725.365000', '165725.825000', '165726.285000', '165726.745000', '165727.205000', '165727.665000', '165728.125000', '165728.585000', '165729.045000', '165729.505000', '165729.965000', '165730.425000', '165730.885000', '165731.345000', '165731.805000', '165732.265000', '165732.725000', '165733.185000', '165733.645000', '165734.105000', '165734.565000', '165735.025000', '165735.485000', '165735.945000', '165736.405000', '165736.865000', '165737.325000', '165737.785000', '165738.245000', '165738.705000', '165739.165000', '165739.625000', '165740.085000', '165740.545000', '165741.005000', '165741.465000', '165741.925000', '165742.385000', '165742.845000', '165743.305000', '165743.765000', '165744.225000', '165744.685000', '165745.145000', '165745.605000', '165746.065000', '165746.525000', '165746.985000', '165747.445000', '165747.905000', '165748.365000', '165748.825000', '165749.285000', '165749.745000', '165750.205000', '165750.665000', '165751.125000', '165751.585000', '165752.045000', '165752.505000', '165752.965000', '165753.425000', '165753.885000', '165754.345000', '165754.805000', '165755.265000', '165755.725000', '165756.185000', '165756.645000', '165757.105000', '165757.565000', '165758.025000', '165758.485000', '165758.945000', '165759.405000', '165759.865000', '165800.325000', '165800.785000', '165801.245000', '165801.705000', '165802.165000', '165802.625000', '165803.085000', '165803.545000', '165804.005000', '165804.465000', '165804.925000', '165805.385000', '165805.845000', '165806.305000', '165806.765000', '165807.225000', '165807.685000', '165808.145000', '165808.605000', '165809.065000', '165809.525000', '165809.985000', '165810.445000', '165810.905000', '165811.365000', '165811.825000', '165812.285000', '165812.745000', '165813.205000', '165813.665000', '165814.125000', '165814.585000', '165815.045000', '165815.505000', '165815.965000', '165816.425000', '165816.885000', '165817.345000', '165817.805000', '165818.265000', '165818.725000', '165819.185000', '165819.645000', '165820.105000', '165820.565000', '165821.025000', '165821.485000', '165821.945000', '165822.405000', '165822.865000', '165823.325000', '165823.785000', '165824.245000', '165824.705000', '165825.165000', '165825.625000', '165826.085000', '165826.545000', '165827.005000', '165827.465000', '165827.925000', '165828.385000', '165828.845000', '165829.305000', '165829.765000', '165830.225000', '165830.685000', '165831.145000', '165831.605000', '165832.065000', '165832.525000', '165832.985000', '165833.445000', '165833.905000', '165834.365000', '165834.825000', '165835.285000', '165835.745000', '165836.205000', '165836.665000', '165837.125000', '165837.585000', '165838.045000', '165838.505000', '165838.965000', '165839.425000', '165839.885000', '165840.345000', '165840.805000', '165841.265000', '165841.725000', '165842.185000', '165842.645000', '165843.105000', '165843.565000', '165844.025000', '165844.485000', '165844.945000', '165845.405000', '165845.865000', '165846.325000', '165846.785000', '165847.245000', '165847.705000', '165848.165000', '165848.625000', '165849.085000', '165849.545000', '165850.005000', '165850.465000', '165850.925000', '165851.385000', '165851.845000', '165852.305000', '165852.765000', '165853.225000', '165853.685000', '165854.145000', '165854.605000', '165855.065000', '165855.525000', '165855.985000', '165856.445000', '165856.905000', '165857.365000', '165857.825000', '165858.285000', '165858.745000', '165859.205000', '165859.665000', '165900.125000', '165900.585000', '165901.045000', '165901.505000', '165901.965000', '165902.425000', '165902.885000', '165903.345000', '165903.805000', '165904.265000', '165904.725000', '165905.185000', '165905.645000', '165906.105000', '165906.565000', '165907.025000', '165907.485000', '165907.945000', '165908.405000', '165908.865000', '165909.325000', '165909.785000', '165910.245000', '165910.705000', '165911.165000', '165911.625000', '165912.085000', '165912.545000', '165913.005000', '165913.465000', '165913.925000', '165914.385000', '165914.845000', '165915.305000', '165915.765000', '165916.225000', '165916.685000', '165917.145000', '165917.605000', '165918.065000', '165918.525000', '165918.985000', '165919.445000', '165919.905000', '165920.365000', '165920.825000', '165921.285000', '165921.745000', '165922.205000', '165922.665000', '165923.125000', '165923.585000', '165924.045000', '165924.505000', '165924.965000', '165925.425000', '165925.885000', '165926.345000', '165926.805000', '165927.265000', '165927.725000', '165928.185000', '165928.645000', '165929.105000', '165929.565000', '165930.025000', '165930.485000', '165930.945000', '165931.405000', '165931.865000', '165932.325000', '165932.785000', '165933.245000', '165933.705000', '165934.165000', '165934.625000', '165935.085000', '165935.545000', '165936.005000', '165936.465000', '165936.925000', '165937.385000', '165937.845000', '165938.305000', '165938.765000', '165939.225000', '165939.685000', '165940.145000', '165940.605000', '165941.065000', '165941.525000', '165941.985000', '165942.445000', '165942.905000', '165943.365000', '165943.825000', '165944.285000', '165944.745000', '165945.205000', '165945.665000', '165946.125000', '165946.585000', '165947.045000', '165947.505000', '165947.965000', '165948.425000', '165948.885000', '165949.345000', '165949.805000', '165950.265000', '165950.725000', '165951.185000', '165951.645000', '165952.105000', '165952.565000', '165953.025000', '165953.485000', '165953.945000', '165954.405000', '165954.865000', '165955.325000', '165955.785000', '165956.245000', '165956.705000', '165957.165000', '165957.625000', '165958.085000', '165958.545000', '165959.005000', '165959.465000', '165959.925000', '170000.385000', '170000.845000', '170001.305000', '170001.765000', '170002.225000', '170002.685000', '170003.145000', '170003.605000', '170004.065000', '170004.525000', '170004.985000', '170005.445000', '170005.905000', '170006.365000', '170006.825000', '170007.285000', '170007.745000', '170008.205000', '170008.665000', '170009.125000', '170009.585000', '170010.045000', '170010.505000', '170010.965000', '170011.425000', '170011.885000', '170012.345000', '170012.805000', '170013.265000', '170013.725000', '170014.185000', '170014.645000', '170015.105000', '170015.565000', '170016.025000', '170016.485000', '170016.945000', '170017.405000', '170017.865000', '170018.325000', '170018.785000', '170019.245000', '170019.705000', '170020.165000', '170020.625000', '170021.085000', '170021.545000', '170022.005000', '170022.465000', '170022.925000', '170023.385000', '170023.845000', '170024.305000', '170024.765000', '170025.225000', '170025.685000', '170026.145000', '170026.605000', '170027.065000', '170027.525000', '170027.985000', '170028.445000', '170028.905000', '170029.365000', '170029.825000', '170030.285000', '170030.745000', '170031.205000', '170031.665000', '170032.125000', '170032.585000', '170033.045000', '170033.505000', '170033.965000', '170034.425000', '170034.885000', '170035.345000', '170035.805000', '170036.265000', '170036.725000', '170037.185000', '170037.645000', '170038.105000', '170038.565000', '170039.025000', '170039.485000', '170039.945000', '170040.405000', '170040.865000', '170041.325000', '170041.785000', '170042.245000', '170042.705000', '170043.165000', '170043.625000', '170044.085000', '170044.545000', '170045.005000', '170045.465000', '170045.925000', '170046.385000', '170046.845000', '170047.305000', '170047.765000', '170048.225000', '170048.685000', '170049.145000', '170049.605000', '170050.065000', '170050.525000', '170050.985000', '170051.445000', '170051.905000', '170052.365000', '170052.825000', '170053.285000', '170053.745000', '170054.205000', '170054.665000', '170055.125000', '170055.585000', '170056.045000', '170056.505000', '170056.965000', '170057.425000', '170057.885000', '170058.345000', '170058.805000', '170059.265000', '170059.725000', '170100.185000', '170100.645000', '170101.105000', '170101.565000', '170102.025000', '170102.485000', '170102.945000', '170103.405000', '170103.865000', '170104.325000', '170104.785000', '170105.245000', '170105.705000', '170106.165000', '170106.625000', '170107.085000', '170107.545000', '170108.005000', '170108.465000', '170108.925000', '170109.385000', '170109.845000', '170110.305000', '170110.765000', '170111.225000', '170111.685000', '170112.145000', '170112.605000', '170113.065000', '170113.525000', '170113.985000', '170114.445000', '170114.905000', '170115.365000', '170115.825000', '170116.285000', '170116.745000', '170117.205000', '170117.665000', '170118.125000', '170118.585000', '170119.045000', '170119.505000', '170119.965000', '170120.425000', '170120.885000', '170121.345000', '170121.805000', '170122.265000', '170122.725000', '170123.185000', '170123.645000', '170124.105000', '170124.565000', '170125.025000', '170125.485000', '170125.945000', '170126.405000', '170126.865000', '170127.325000', '170127.785000', '170128.245000', '170128.705000', '170129.165000', '170129.625000', '170130.085000', '170130.545000', '170131.005000', '170131.465000', '170131.925000', '170132.385000', '170132.845000', '170133.305000', '170133.765000', '170134.225000', '170134.685000', '170135.145000', '170135.605000', '170136.065000', '170136.525000', '170136.985000', '170137.445000', '170137.905000', '170138.365000', '170138.825000', '170139.285000', '170139.745000', '170140.205000', '170140.665000', '170141.125000', '170141.585000', '170142.045000', '170142.505000', '170142.965000', '170143.425000', '170143.885000', '170144.345000', '170144.805000', '170145.265000', '170145.725000', '170146.185000', '170146.645000', '170147.105000', '170147.565000', '170148.025000', '170148.485000', '170148.945000', '170149.405000', '170149.865000', '170150.325000', '170150.785000', '170151.245000', '170151.705000', '170152.165000', '170152.625000', '170153.085000', '170153.545000', '170154.005000', '170154.465000', '170154.925000', '170155.385000', '170155.845000', '170156.305000', '170156.765000', '170157.225000', '170157.685000', '170158.145000', '170158.605000', '170159.065000', '170159.525000', '170159.985000', '170200.445000', '170200.905000', '170201.365000', '170201.825000', '170202.285000', '170202.745000', '170203.205000', '170203.665000', '170204.125000', '170204.585000', '170205.045000', '170205.505000', '170205.965000', '170206.425000', '170206.885000', '170207.345000', '170207.805000', '170208.265000', '170208.725000', '170209.185000', '170209.645000', '170210.105000', '170210.565000', '170211.025000', '170211.485000', '170211.945000', '170212.405000', '170212.865000', '170213.325000', '170213.785000', '170214.245000', '170214.705000', '170215.165000', '170215.625000', '170216.085000', '170216.545000', '170217.005000', '170217.465000', '170217.925000', '170218.385000', '170218.845000', '170219.305000', '170219.765000', '170220.225000', '170220.685000', '170221.145000', '170221.605000', '170222.065000', '170222.525000', '170222.985000', '170223.445000', '170223.905000', '170224.365000', '170224.825000', '170225.285000', '170225.745000', '170226.205000', '170226.665000', '170227.125000', '170227.585000', '170228.045000', '170228.505000', '170228.965000', '170229.425000', '170229.885000', '170230.345000', '170230.805000', '170231.265000', '170231.725000', '170232.185000', '170232.645000', '170233.105000', '170233.565000', '170234.025000', '170234.485000', '170234.945000', '170235.405000', '170235.865000', '170236.325000', '170236.785000', '170237.245000', '170237.705000', '170238.165000', '170238.625000', '170239.085000', '170239.545000', '170240.005000', '170240.465000', '170240.925000', '170241.385000', '170241.845000', '170242.305000', '170242.765000', '170243.225000', '170243.685000', '170244.145000', '170244.605000', '170245.065000', '170245.525000', '170245.985000', '170246.445000', '170246.905000', '170247.365000', '170247.825000', '170248.285000', '170248.745000', '170249.205000', '170249.665000', '170250.125000', '170250.585000', '170251.045000', '170251.505000', '170251.965000', '170252.425000', '170252.885000', '170253.345000', '170253.805000', '170254.265000', '170254.725000', '170255.185000', '170255.645000', '170256.105000', '170256.565000', '170257.025000', '170257.485000', '170257.945000', '170258.405000', '170258.865000', '170259.325000', '170259.785000', '170300.245000', '170300.705000', '170301.165000', '170301.625000', '170302.085000', '170302.545000', '170303.005000', '170303.465000', '170303.925000', '170304.385000', '170304.845000', '170305.305000', '170305.765000', '170306.225000', '170306.685000', '170307.145000', '170307.605000', '170308.065000', '170308.525000', '170308.985000', '170309.445000', '170309.905000', '170310.365000', '170310.825000', '170311.285000', '170311.745000', '170312.205000', '170312.665000', '170313.125000', '170313.585000', '170314.045000', '170314.505000', '170314.965000', '170315.425000', '170315.885000', '170316.345000', '170316.805000', '170317.265000', '170317.725000', '170318.185000', '170318.645000', '170319.105000', '170319.565000', '170320.025000', '170320.485000', '170320.945000', '170321.405000', '170321.865000', '170322.325000', '170322.785000', '170323.245000', '170323.705000', '170324.165000', '170324.625000', '170325.085000', '170325.545000', '170326.005000', '170326.465000', '170326.925000', '170327.385000', '170327.845000', '170328.305000', '170328.765000', '170329.225000', '170329.685000', '170330.145000', '170330.605000', '170331.065000', '170331.525000', '170331.985000', '170332.445000', '170332.905000', '170333.365000', '170333.825000', '170334.285000', '170334.745000', '170335.205000', '170335.665000', '170336.125000', '170336.585000', '170337.045000', '170337.505000', '170337.965000', '170338.425000', '170338.885000', '170339.345000', '170339.805000', '170340.265000', '170340.725000', '170341.185000', '170341.645000', '170342.105000', '170342.565000', '170343.025000', '170343.485000', '170343.945000', '170344.405000', '170344.865000', '170345.325000', '170345.785000', '170346.245000', '170346.705000', '170347.165000', '170347.625000', '170348.085000', '170348.545000', '170349.005000', '170349.465000', '170349.925000', '170350.385000', '170350.845000', '170351.305000', '170351.765000', '170352.225000', '170352.685000', '170353.145000', '170353.605000', '170354.065000', '170354.525000', '170354.985000', '170355.445000', '170355.905000', '170356.365000', '170356.825000', '170357.285000', '170357.745000', '170358.205000', '170358.665000', '170359.125000', '170359.585000', '170400.045000', '170400.505000', '170400.965000', '170401.425000', '170401.885000', '170402.345000', '170402.805000', '170403.265000', '170403.725000', '170404.185000', '170404.645000', '170405.105000', '170405.565000', '170406.025000', '170406.485000', '170406.945000', '170407.405000', '170407.865000', '170408.325000', '170408.785000', '170409.245000', '170409.705000', '170410.165000', '170410.625000', '170411.085000', '170411.545000', '170412.005000', '170412.465000', '170412.925000', '170413.385000', '170413.845000', '170414.305000', '170414.765000', '170415.225000', '170415.685000', '170416.145000', '170416.605000', '170417.065000', '170417.525000', '170417.985000', '170418.445000', '170418.905000', '170419.365000', '170419.825000', '170420.285000', '170420.745000', '170421.205000', '170421.665000', '170422.125000', '170422.585000', '170423.045000', '170423.505000', '170423.965000', '170424.425000', '170424.885000', '170425.345000', '170425.805000', '170426.265000', '170426.725000', '170427.185000', '170427.645000', '170428.105000', '170428.565000', '170429.025000', '170429.485000', '170429.945000', '170430.405000', '170430.865000', '170431.325000', '170431.785000', '170432.245000', '170432.705000', '170433.165000', '170433.625000', '170434.085000', '170434.545000', '170435.005000', '170435.465000', '170435.925000', '170436.385000', '170436.845000', '170437.305000', '170437.765000', '170438.225000', '170438.685000', '170439.145000', '170439.605000', '170440.065000', '170440.525000', '170440.985000', '170441.445000', '170441.905000', '170442.365000', '170442.825000', '170443.285000', '170443.745000', '170444.205000', '170444.665000', '170445.125000', '170445.585000', '170446.045000', '170446.505000', '170446.965000', '170447.425000', '170447.885000', '170448.345000', '170448.805000', '170449.265000', '170449.725000', '170450.185000', '170450.645000', '170451.105000', '170451.565000', '170452.025000', '170452.485000', '170452.945000', '170453.405000', '170453.865000', '170454.325000', '170454.785000', '170455.245000', '170455.705000', '170456.165000', '170456.625000', '170457.085000', '170457.545000', '170458.005000', '170458.465000', '170458.925000', '170459.385000', '170459.845000', '170500.305000', '170500.765000', '170501.225000', '170501.685000', '170502.145000', '170502.605000', '170503.065000', '170503.525000', '170503.985000', '170504.445000', '170504.905000', '170505.365000', '170505.825000', '170506.285000', '170506.745000', '170507.205000', '170507.665000', '170508.125000', '170508.585000', '170509.045000', '170509.505000', '170509.965000', '170510.425000', '170510.885000', '170511.345000', '170511.805000', '170512.265000', '170512.725000', '170513.185000', '170513.645000', '170514.105000', '170514.565000', '170515.025000', '170515.485000', '170515.945000', '170516.405000', '170516.865000', '170517.325000', '170517.785000', '170518.245000', '170518.705000', '170519.165000', '170519.625000', '170520.085000', '170520.545000', '170521.005000', '170521.465000', '170521.925000', '170522.385000', '170522.845000', '170523.305000', '170523.765000', '170524.225000', '170524.685000', '170525.145000', '170525.605000', '170526.065000', '170526.525000', '170526.985000', '170527.445000', '170527.905000', '170528.365000', '170528.825000', '170529.285000', '170529.745000', '170530.205000', '170530.665000', '170531.125000', '170531.585000', '170532.045000', '170532.505000', '170532.965000', '170533.425000', '170533.885000', '170534.345000', '170534.805000', '170535.265000', '170535.725000', '170536.185000', '170536.645000', '170537.105000', '170537.565000', '170538.025000', '170538.485000', '170538.945000', '170539.405000', '170539.865000', '170540.325000', '170540.785000', '170541.245000', '170541.705000', '170542.165000', '170542.625000', '170543.085000', '170543.545000', '170544.005000', '170544.465000', '170544.925000', '170545.385000', '170545.845000', '170546.305000', '170546.765000', '170547.225000', '170547.685000', '170548.145000', '170548.605000', '170549.065000', '170549.525000', '170549.985000', '170550.445000', '170550.905000', '170551.365000', '170551.825000', '170552.285000', '170552.745000', '170553.205000', '170553.665000', '170554.125000', '170554.585000', '170555.045000', '170555.505000', '170555.965000', '170556.425000', '170556.885000', '170557.345000', '170557.805000', '170558.265000', '170558.725000', '170559.185000', '170559.645000', '170600.105000', '170600.565000', '170601.025000', '170601.485000', '170601.945000', '170602.405000', '170602.865000', '170603.325000', '170603.785000', '170604.245000', '170604.705000', '170605.165000', '170605.625000', '170606.085000', '170606.545000', '170607.005000', '170607.465000', '170607.925000', '170608.385000', '170608.845000', '170609.305000', '170609.765000', '170610.225000', '170610.685000', '170611.145000', '170611.605000', '170612.065000', '170612.525000', '170612.985000', '170613.445000', '170613.905000', '170614.365000', '170614.825000', '170615.285000', '170615.745000', '170616.205000', '170616.665000', '170617.125000', '170617.585000', '170618.045000', '170618.505000', '170618.965000', '170619.425000', '170619.885000', '170620.345000', '170620.805000', '170621.265000', '170621.725000', '170622.185000', '170622.645000', '170623.105000', '170623.565000', '170624.025000', '170624.485000', '170624.945000', '170625.405000', '170625.865000', '170626.325000', '170626.785000', '170627.245000', '170627.705000', '170628.165000', '170628.625000', '170629.085000', '170629.545000', '170630.005000', '170630.465000', '170630.925000', '170631.385000', '170631.845000', '170632.305000', '170632.765000', '170633.225000', '170633.685000', '170634.145000', '170634.605000', '170635.065000', '170635.525000', '170635.985000', '170636.445000', '170636.905000', '170637.365000', '170637.825000', '170638.285000', '170638.745000', '170639.205000', '170639.665000', '170640.125000', '170640.585000', '170641.045000', '170641.505000', '170641.965000', '170642.425000', '170642.885000', '170643.345000', '170643.805000', '170644.265000', '170644.725000', '170645.185000', '170645.645000', '170646.105000', '170646.565000', '170647.025000', '170647.485000', '170647.945000', '170648.405000', '170648.865000', '170649.325000', '170649.785000', '170650.245000', '170650.705000', '170651.165000', '170651.625000', '170652.085000', '170652.545000', '170653.005000', '170653.465000', '170653.925000', '170654.385000', '170654.845000', '170655.305000', '170655.765000', '170656.225000', '170656.685000', '170657.145000', '170657.605000', '170658.065000', '170658.525000', '170658.985000', '170659.445000', '170659.905000', '170700.365000', '170700.825000', '170701.285000', '170701.745000', '170702.205000', '170702.665000', '170703.125000', '170703.585000', '170704.045000', '170704.505000', '170704.965000', '170705.425000', '170705.885000', '170706.345000'], 'ContentTime': ['165302.626000', '165302.629000', '165302.631000', '165302.634000', '165302.637000', '165302.639000', '165302.642000', '165302.644000', '165302.647000', '165302.649000', '165302.652000', '165302.654000', '165302.657000', '165302.660000', '165302.662000', '165302.665000', '165302.667000', '165302.670000', '165302.680000', '165302.683000', '165302.690000', '165302.693000', '165322.583000', '165322.586000', '165322.589000', '165322.591000', '165322.594000', '165322.597000', '165322.599000', '165322.602000', '165322.605000', '165322.607000', '165322.610000', '165322.612000', '165322.615000', '165322.617000', '165322.620000', '165322.623000', '165322.625000', '165322.628000', '165322.630000', '165322.633000', '165322.636000', '165322.639000', '165322.642000', '165322.645000', '165322.647000', '165322.650000', '165322.652000', '165322.655000', '165322.658000', '165322.660000', '165322.667000', '165322.669000', '165322.672000', '165322.674000', '165322.677000', '165322.680000', '165322.682000', '165322.685000', '165322.687000', '165322.690000', '165322.692000', '165322.695000', '165322.697000', '165342.584000', '165342.586000', '165342.589000', '165342.591000', '165342.594000', '165342.597000', '165342.599000', '165342.602000', '165342.604000', '165342.607000', '165342.610000', '165342.612000', '165342.615000', '165342.617000', '165342.620000', '165342.622000', '165342.625000', '165342.627000', '165342.630000', '165342.633000', '165342.635000', '165342.638000', '165342.640000', '165342.643000', '165342.646000', '165342.648000', '165342.651000', '165342.653000', '165342.656000', '165342.658000', '165342.661000', '165342.663000', '165342.666000', '165342.669000', '165342.671000', '165342.674000', '165342.676000', '165342.679000', '165342.682000', '165342.684000', '165342.687000', '165342.689000', '165342.692000', '165342.694000', '165402.584000', '165402.587000', '165402.590000', '165402.592000', '165402.595000', '165402.597000', '165402.600000', '165402.603000', '165402.605000', '165402.608000', '165402.610000', '165402.613000', '165402.616000', '165402.618000', '165402.621000', '165402.623000', '165402.626000', '165402.629000', '165402.631000', '165402.634000', '165402.636000', '165402.639000', '165402.641000', '165402.644000', '165402.647000', '165402.649000', '165402.652000', '165402.654000', '165402.657000', '165402.660000', '165402.662000', '165402.665000', '165402.667000', '165402.670000', '165402.673000', '165402.675000', '165402.678000', '165402.680000', '165402.683000', '165402.685000', '165402.688000', '165402.691000', '165402.693000', '165422.584000', '165422.587000', '165422.590000', '165422.593000', '165422.595000', '165422.598000', '165422.601000', '165422.603000', '165422.606000', '165422.608000', '165422.611000', '165422.614000', '165422.616000', '165422.619000', '165422.621000', '165422.624000', '165422.627000', '165422.629000', '165422.632000', '165422.635000', '165422.637000', '165422.640000', '165422.642000', '165422.645000', '165422.647000', '165422.650000', '165422.653000', '165422.655000', '165422.658000', '165422.660000', '165422.663000', '165422.666000', '165422.668000', '165422.671000', '165422.673000', '165422.676000', '165422.679000', '165422.681000', '165422.684000', '165422.686000', '165422.689000', '165422.692000', '165422.694000', '165422.697000', '165442.584000', '165442.587000', '165442.589000', '165442.592000', '165442.594000', '165442.597000', '165442.600000', '165442.602000', '165442.605000', '165442.608000', '165442.610000', '165442.613000', '165442.615000', '165442.618000', '165442.620000', '165442.635000', '165442.638000', '165442.640000', '165442.643000', '165442.646000', '165442.648000', '165442.651000', '165442.653000', '165442.656000', '165442.658000', '165442.661000', '165442.663000', '165442.666000', '165442.669000', '165442.671000', '165442.674000', '165442.677000', '165442.679000', '165442.682000', '165442.684000', '165442.687000', '165442.689000', '165442.692000', '165442.695000', '165442.697000', '165442.700000', '165442.702000', '165442.705000', '165502.584000', '165502.586000', '165502.589000', '165502.592000', '165502.594000', '165502.597000', '165502.600000', '165502.602000', '165502.605000', '165502.607000', '165502.610000', '165502.612000', '165502.615000', '165502.618000', '165502.620000', '165502.623000', '165502.625000', '165502.628000', '165502.631000', '165502.633000', '165502.636000', '165502.638000', '165502.641000', '165502.644000', '165502.646000', '165502.649000', '165502.651000', '165502.654000', '165502.656000', '165502.659000', '165502.662000', '165502.664000', '165502.667000', '165502.669000', '165502.672000', '165502.674000', '165502.677000', '165502.680000', '165502.682000', '165502.685000', '165502.687000', '165502.690000', '165502.692000', '165502.695000', '165522.584000', '165522.586000', '165522.589000', '165522.592000', '165522.594000', '165522.597000', '165522.600000', '165522.602000', '165522.605000', '165522.607000', '165522.610000', '165522.613000', '165522.615000', '165522.618000', '165522.620000', '165522.623000', '165522.626000', '165522.628000', '165522.631000', '165522.633000', '165522.636000', '165522.638000', '165522.641000', '165522.644000', '165522.646000', '165522.649000', '165522.652000', '165522.654000', '165522.657000', '165522.659000', '165522.662000', '165522.665000', '165522.667000', '165522.670000', '165522.672000', '165522.675000', '165522.677000', '165522.680000', '165522.682000', '165522.685000', '165522.688000', '165522.690000', '165522.693000', '165542.583000', '165542.586000', '165542.589000', '165542.592000', '165542.594000', '165542.597000', '165542.599000', '165542.602000', '165542.605000', '165542.608000', '165542.610000', '165542.613000', '165542.615000', '165542.618000', '165542.621000', '165542.623000', '165542.626000', '165542.628000', '165542.631000', '165542.634000', '165542.636000', '165542.639000', '165542.641000', '165542.644000', '165542.646000', '165542.649000', '165542.652000', '165542.654000', '165542.657000', '165542.660000', '165542.662000', '165542.665000', '165542.667000', '165542.670000', '165542.672000', '165542.675000', '165542.678000', '165542.680000', '165542.683000', '165542.685000', '165542.688000', '165542.690000', '165542.693000', '165542.696000', '165602.584000', '165602.586000', '165602.589000', '165602.592000', '165602.594000', '165602.597000', '165602.600000', '165602.602000', '165602.605000', '165602.607000', '165602.610000', '165602.612000', '165602.615000', '165602.618000', '165602.620000', '165602.623000', '165602.625000', '165602.628000', '165602.631000', '165602.633000', '165602.636000', '165602.638000', '165602.641000', '165602.644000', '165602.646000', '165602.649000', '165602.652000', '165602.654000', '165602.657000', '165602.660000', '165602.662000', '165602.665000', '165602.667000', '165602.670000', '165602.673000', '165602.675000', '165602.678000', '165602.680000', '165602.683000', '165602.686000', '165602.688000', '165602.691000', '165602.693000', '165622.585000', '165622.587000', '165622.590000', '165622.593000', '165622.595000', '165622.598000', '165622.600000', '165622.603000', '165622.606000', '165622.608000', '165622.611000', '165622.614000', '165622.616000', '165622.619000', '165622.621000', '165622.624000', '165622.627000', '165622.629000', '165622.632000', '165622.634000', '165622.637000', '165622.640000', '165622.642000', '165622.645000', '165622.647000', '165622.650000', '165622.652000', '165622.655000', '165622.658000', '165622.660000', '165622.663000', '165622.665000', '165622.668000', '165622.671000', '165622.673000', '165622.676000', '165622.679000', '165622.681000', '165622.684000', '165622.686000', '165622.689000', '165622.691000', '165622.694000', '165622.697000', '165642.585000', '165642.588000', '165642.590000', '165642.593000', '165642.595000', '165642.598000', '165642.601000', '165642.603000', '165642.606000', '165642.608000', '165642.611000', '165642.614000', '165642.616000', '165642.619000', '165642.621000', '165642.624000', '165642.627000', '165642.629000', '165642.632000', '165642.634000', '165642.637000', '165642.639000', '165642.642000', '165642.645000', '165642.647000', '165642.650000', '165642.652000', '165642.655000', '165642.658000', '165642.660000', '165642.663000', '165642.665000', '165642.668000', '165642.670000', '165642.673000', '165642.676000', '165642.678000', '165642.681000', '165642.683000', '165642.686000', '165642.689000', '165642.691000', '165642.694000', '165702.584000', '165702.586000', '165702.590000', '165702.592000', '165702.595000', '165702.598000', '165702.600000', '165702.603000', '165702.605000', '165702.608000', '165702.611000', '165702.613000', '165702.616000', '165702.619000', '165702.621000', '165702.624000', '165702.626000', '165702.629000', '165702.631000', '165702.634000', '165702.637000', '165702.639000', '165702.642000', '165702.645000', '165702.647000', '165702.650000', '165702.653000', '165702.655000', '165702.658000', '165702.660000', '165702.663000', '165702.665000', '165702.668000', '165702.671000', '165702.673000', '165702.676000', '165702.678000', '165702.681000', '165702.683000', '165702.686000', '165702.689000', '165702.691000', '165702.694000', '165702.696000', '165722.584000', '165722.586000', '165722.589000', '165722.592000', '165722.594000', '165722.597000', '165722.599000', '165722.602000', '165722.605000', '165722.607000', '165722.610000', '165722.612000', '165722.615000', '165722.618000', '165722.620000', '165722.623000', '165722.625000', '165722.628000', '165722.630000', '165722.633000', '165722.636000', '165722.638000', '165722.641000', '165722.643000', '165722.646000', '165722.648000', '165722.651000', '165722.654000', '165722.656000', '165722.659000', '165722.662000', '165722.664000', '165722.667000', '165722.669000', '165722.672000', '165722.674000', '165722.677000', '165722.680000', '165722.682000', '165722.685000', '165722.687000', '165722.690000', '165722.693000', '165742.583000', '165742.586000', '165742.589000', '165742.592000', '165742.594000', '165742.597000', '165742.599000', '165742.602000', '165742.605000', '165742.607000', '165742.610000', '165742.613000', '165742.615000', '165742.618000', '165742.620000', '165742.623000', '165742.626000', '165742.628000', '165742.631000', '165742.633000', '165742.636000', '165742.638000', '165742.651000', '165742.653000', '165742.656000', '165742.658000', '165742.661000', '165742.664000', '165742.666000', '165742.669000', '165742.671000', '165742.674000', '165742.677000', '165742.679000', '165742.682000', '165742.684000', '165742.687000', '165742.690000', '165742.692000', '165742.695000', '165742.697000', '165742.700000', '165742.703000', '165742.705000', '165802.584000', '165802.586000', '165802.589000', '165802.592000', '165802.594000', '165802.597000', '165802.599000', '165802.602000', '165802.605000', '165802.607000', '165802.610000', '165802.612000', '165802.615000', '165802.618000', '165802.620000', '165802.623000', '165802.625000', '165802.628000', '165802.630000', '165802.633000', '165802.636000', '165802.638000', '165802.641000', '165802.643000', '165802.646000', '165802.649000', '165802.651000', '165802.654000', '165802.656000', '165802.659000', '165802.662000', '165802.664000', '165802.667000', '165802.669000', '165802.672000', '165802.674000', '165802.677000', '165802.680000', '165802.682000', '165802.685000', '165802.687000', '165802.690000', '165802.692000', '165822.583000', '165822.586000', '165822.593000', '165822.596000', '165822.599000', '165822.602000', '165822.606000', '165822.608000', '165822.611000', '165822.614000', '165822.616000', '165822.619000', '165822.621000', '165822.624000', '165822.627000', '165822.631000', '165822.634000', '165822.636000', '165822.639000', '165822.642000', '165822.644000', '165822.647000', '165822.649000', '165822.652000', '165822.655000', '165822.657000', '165822.660000', '165822.663000', '165822.665000', '165822.668000', '165822.670000', '165822.673000', '165822.678000', '165822.680000', '165822.683000', '165822.686000', '165822.689000', '165822.691000', '165822.694000', '165822.697000', '165822.699000', '165822.702000', '165822.705000', '165842.584000', '165842.587000', '165842.590000', '165842.592000', '165842.595000', '165842.598000', '165842.600000', '165842.603000', '165842.606000', '165842.608000', '165842.611000', '165842.613000', '165842.616000', '165842.618000', '165842.621000', '165842.623000', '165842.626000', '165842.629000', '165842.631000', '165842.634000', '165842.636000', '165842.639000', '165842.642000', '165842.644000', '165842.647000', '165842.649000', '165842.652000', '165842.654000', '165842.657000', '165842.659000', '165842.662000', '165842.665000', '165842.667000', '165842.670000', '165842.672000', '165842.675000', '165842.678000', '165842.680000', '165842.683000', '165842.685000', '165842.688000', '165842.690000', '165842.693000', '165842.695000', '165902.585000', '165902.587000', '165902.590000', '165902.593000', '165902.595000', '165902.598000', '165902.601000', '165902.603000', '165902.606000', '165902.609000', '165902.612000', '165902.614000', '165902.617000', '165902.619000', '165902.622000', '165902.625000', '165902.627000', '165902.630000', '165902.632000', '165902.635000', '165902.638000', '165902.641000', '165902.643000', '165902.646000', '165902.648000', '165902.651000', '165902.654000', '165902.656000', '165902.659000', '165902.661000', '165902.664000', '165902.667000', '165902.669000', '165902.672000', '165902.675000', '165902.677000', '165902.680000', '165902.682000', '165902.685000', '165902.687000', '165902.690000', '165902.693000', '165902.695000', '165922.583000', '165922.586000', '165922.589000', '165922.591000', '165922.594000', '165922.597000', '165922.599000', '165922.602000', '165922.605000', '165922.607000', '165922.610000', '165922.612000', '165922.615000', '165922.618000', '165922.620000', '165922.623000', '165922.625000', '165922.628000', '165922.631000', '165922.633000', '165922.636000', '165922.638000', '165922.641000', '165922.644000', '165922.646000', '165922.649000', '165922.651000', '165922.654000', '165922.656000', '165922.659000', '165922.661000', '165922.664000', '165922.666000', '165922.669000', '165922.672000', '165922.674000', '165922.677000', '165922.679000', '165922.682000', '165922.685000', '165922.687000', '165922.690000', '165922.693000', '165922.695000', '165942.584000', '165942.586000', '165942.589000', '165942.592000', '165942.594000', '165942.597000', '165942.600000', '165942.602000', '165942.605000', '165942.607000', '165942.610000', '165942.613000', '165942.615000', '165942.618000', '165942.620000', '165942.623000', '165942.626000', '165942.628000', '165942.631000', '165942.634000', '165942.636000', '165942.639000', '165942.641000', '165942.644000', '165942.646000', '165942.649000', '165942.652000', '165942.654000', '165942.657000', '165942.659000', '165942.662000', '165942.665000', '165942.668000', '165942.671000', '165942.674000', '165942.676000', '165942.679000', '165942.681000', '165942.684000', '165942.686000', '165942.689000', '165942.692000', '165942.694000', '170002.584000', '170002.586000', '170002.589000', '170002.592000', '170002.594000', '170002.597000', '170002.600000', '170002.602000', '170002.605000', '170002.607000', '170002.610000', '170002.613000', '170002.615000', '170002.618000', '170002.620000', '170002.623000', '170002.625000', '170002.628000', '170002.630000', '170002.633000', '170002.636000', '170002.638000', '170002.641000', '170002.644000', '170002.646000', '170002.649000', '170002.651000', '170002.654000', '170002.656000', '170002.659000', '170002.662000', '170002.664000', '170002.667000', '170002.669000', '170002.672000', '170002.674000', '170002.677000', '170002.679000', '170002.682000', '170002.685000', '170002.687000', '170002.690000', '170002.692000', '170002.695000', '170022.583000', '170022.586000', '170022.589000', '170022.592000', '170022.594000', '170022.597000', '170022.600000', '170022.602000', '170022.605000', '170022.607000', '170022.610000', '170022.612000', '170022.615000', '170022.618000', '170022.620000', '170022.623000', '170022.625000', '170022.628000', '170022.631000', '170022.633000', '170022.636000', '170022.638000', '170022.641000', '170022.644000', '170022.646000', '170022.649000', '170022.651000', '170022.654000', '170022.656000', '170022.659000', '170022.662000', '170022.664000', '170022.667000', '170022.669000', '170022.672000', '170022.675000', '170022.677000', '170022.680000', '170022.682000', '170022.685000', '170022.687000', '170022.690000', '170022.693000', '170042.584000', '170042.587000', '170042.590000', '170042.593000', '170042.595000', '170042.598000', '170042.600000', '170042.603000', '170042.606000', '170042.608000', '170042.611000', '170042.613000', '170042.616000', '170042.619000', '170042.621000', '170042.624000', '170042.627000', '170042.629000', '170042.632000', '170042.634000', '170042.637000', '170042.639000', '170042.642000', '170042.645000', '170042.647000', '170042.650000', '170042.652000', '170042.655000', '170042.657000', '170042.660000', '170042.663000', '170042.665000', '170042.668000', '170042.670000', '170042.673000', '170042.675000', '170042.678000', '170042.681000', '170042.683000', '170042.686000', '170042.688000', '170042.691000', '170042.693000', '170042.696000', '170102.585000', '170102.587000', '170102.590000', '170102.593000', '170102.595000', '170102.598000', '170102.601000', '170102.603000', '170102.606000', '170102.608000', '170102.611000', '170102.614000', '170102.616000', '170102.619000', '170102.621000', '170102.624000', '170102.627000', '170102.629000', '170102.632000', '170102.635000', '170102.638000', '170102.640000', '170102.643000', '170102.646000', '170102.648000', '170102.651000', '170102.653000', '170102.656000', '170102.659000', '170102.661000', '170102.664000', '170102.666000', '170102.669000', '170102.672000', '170102.674000', '170102.677000', '170102.679000', '170102.682000', '170102.684000', '170102.687000', '170102.690000', '170102.692000', '170102.695000', '170122.585000', '170122.587000', '170122.590000', '170122.593000', '170122.595000', '170122.598000', '170122.600000', '170122.603000', '170122.606000', '170122.608000', '170122.611000', '170122.614000', '170122.616000', '170122.619000', '170122.621000', '170122.624000', '170122.627000', '170122.629000', '170122.632000', '170122.634000', '170122.637000', '170122.639000', '170122.642000', '170122.644000', '170122.647000', '170122.650000', '170122.652000', '170122.655000', '170122.657000', '170122.660000', '170122.663000', '170122.665000', '170122.668000', '170122.670000', '170122.673000', '170122.675000', '170122.678000', '170122.681000', '170122.683000', '170122.686000', '170122.688000', '170122.691000', '170122.694000', '170122.696000', '170142.584000', '170142.587000', '170142.589000', '170142.592000', '170142.594000', '170142.597000', '170142.600000', '170142.602000', '170142.605000', '170142.608000', '170142.610000', '170142.613000', '170142.615000', '170142.618000', '170142.621000', '170142.623000', '170142.626000', '170142.628000', '170142.631000', '170142.634000', '170142.636000', '170142.639000', '170142.641000', '170142.644000', '170142.646000', '170142.649000', '170142.652000', '170142.654000', '170142.657000', '170142.659000', '170142.662000', '170142.665000', '170142.667000', '170142.670000', '170142.672000', '170142.675000', '170142.678000', '170142.680000', '170142.683000', '170142.686000', '170142.704000', '170142.707000', '170142.709000', '170202.584000', '170202.587000', '170202.589000', '170202.592000', '170202.594000', '170202.597000', '170202.600000', '170202.602000', '170202.605000', '170202.608000', '170202.610000', '170202.613000', '170202.615000', '170202.618000', '170202.621000', '170202.623000', '170202.626000', '170202.629000', '170202.631000', '170202.634000', '170202.636000', '170202.639000', '170202.641000', '170202.644000', '170202.647000', '170202.649000', '170202.652000', '170202.654000', '170202.657000', '170202.659000', '170202.662000', '170202.665000', '170202.667000', '170202.670000', '170202.672000', '170202.675000', '170202.677000', '170202.680000', '170202.683000', '170202.685000', '170202.688000', '170202.690000', '170202.693000', '170202.695000', '170222.583000', '170222.586000', '170222.589000', '170222.592000', '170222.594000', '170222.597000', '170222.600000', '170222.602000', '170222.605000', '170222.607000', '170222.610000', '170222.613000', '170222.615000', '170222.618000', '170222.620000', '170222.623000', '170222.626000', '170222.628000', '170222.631000', '170222.634000', '170222.636000', '170222.639000', '170222.641000', '170222.644000', '170222.647000', '170222.649000', '170222.652000', '170222.654000', '170222.657000', '170222.659000', '170222.662000', '170222.665000', '170222.667000', '170222.670000', '170222.672000', '170222.675000', '170222.677000', '170222.680000', '170222.683000', '170222.686000', '170222.688000', '170222.691000', '170222.693000', '170242.584000', '170242.587000', '170242.589000', '170242.592000', '170242.594000', '170242.597000', '170242.600000', '170242.602000', '170242.605000', '170242.608000', '170242.610000', '170242.613000', '170242.616000', '170242.618000', '170242.621000', '170242.623000', '170242.626000', '170242.628000', '170242.631000', '170242.634000', '170242.636000', '170242.639000', '170242.641000', '170242.644000', '170242.646000', '170242.649000', '170242.652000', '170242.654000', '170242.657000', '170242.659000', '170242.662000', '170242.664000', '170242.667000', '170242.670000', '170242.672000', '170242.675000', '170242.677000', '170242.680000', '170242.682000', '170242.685000', '170242.688000', '170242.690000', '170242.693000', '170242.695000', '170302.585000', '170302.588000', '170302.590000', '170302.593000', '170302.596000', '170302.598000', '170302.601000', '170302.604000', '170302.606000', '170302.609000', '170302.612000', '170302.614000', '170302.617000', '170302.619000', '170302.622000', '170302.624000', '170302.627000', '170302.630000', '170302.632000', '170302.635000', '170302.638000', '170302.640000', '170302.643000', '170302.645000', '170302.648000', '170302.651000', '170302.653000', '170302.656000', '170302.658000', '170302.661000', '170302.664000', '170302.666000', '170302.669000', '170302.672000', '170302.674000', '170302.677000', '170302.679000', '170302.698000', '170302.701000', '170302.704000', '170302.706000', '170302.709000', '170302.711000', '170322.585000', '170322.588000', '170322.590000', '170322.593000', '170322.596000', '170322.598000', '170322.601000', '170322.604000', '170322.607000', '170322.609000', '170322.612000', '170322.615000', '170322.617000', '170322.620000', '170322.622000', '170322.625000', '170322.627000', '170322.630000', '170322.633000', '170322.635000', '170322.638000', '170322.640000', '170322.643000', '170322.646000', '170322.648000', '170322.651000', '170322.653000', '170322.656000', '170322.659000', '170322.661000', '170322.664000', '170322.666000', '170322.669000', '170322.672000', '170322.674000', '170322.677000', '170322.679000', '170322.682000', '170322.684000', '170322.687000', '170322.690000', '170322.692000', '170322.695000', '170322.697000', '170342.585000', '170342.587000', '170342.590000', '170342.593000', '170342.595000', '170342.598000', '170342.601000', '170342.603000', '170342.606000', '170342.609000', '170342.611000', '170342.614000', '170342.616000', '170342.619000', '170342.621000', '170342.624000', '170342.627000', '170342.629000', '170342.632000', '170342.635000', '170342.637000', '170342.640000', '170342.642000', '170342.648000', '170342.651000', '170342.653000', '170342.656000', '170342.659000', '170342.661000', '170342.664000', '170342.667000', '170342.669000', '170342.672000', '170342.675000', '170342.677000', '170342.680000', '170342.682000', '170342.685000', '170342.688000', '170342.690000', '170342.693000', '170342.696000', '170342.698000', '170402.584000', '170402.586000', '170402.589000', '170402.592000', '170402.594000', '170402.597000', '170402.600000', '170402.602000', '170402.605000', '170402.608000', '170402.610000', '170402.613000', '170402.615000', '170402.618000', '170402.621000', '170402.623000', '170402.626000', '170402.628000', '170402.631000', '170402.633000', '170402.636000', '170402.639000', '170402.641000', '170402.644000', '170402.646000', '170402.649000', '170402.651000', '170402.654000', '170402.656000', '170402.659000', '170402.662000', '170402.664000', '170402.667000', '170402.670000', '170402.672000', '170402.675000', '170402.677000', '170402.680000', '170402.683000', '170402.685000', '170402.688000', '170402.690000', '170402.693000', '170402.695000', '170422.584000', '170422.586000', '170422.589000', '170422.592000', '170422.594000', '170422.609000', '170422.612000', '170422.614000', '170422.617000', '170422.620000', '170422.622000', '170422.625000', '170422.627000', '170422.630000', '170422.632000', '170422.635000', '170422.638000', '170422.640000', '170422.643000', '170422.646000', '170422.648000', '170422.651000', '170422.654000', '170422.656000', '170422.659000', '170422.662000', '170422.664000', '170422.667000', '170422.670000', '170422.672000', '170422.675000', '170422.677000', '170422.680000', '170422.683000', '170422.685000', '170422.688000', '170422.690000', '170422.693000', '170422.696000', '170422.698000', '170422.701000', '170422.703000', '170422.706000', '170442.584000', '170442.587000', '170442.590000', '170442.593000', '170442.595000', '170442.598000', '170442.601000', '170442.603000', '170442.606000', '170442.608000', '170442.611000', '170442.614000', '170442.616000', '170442.619000', '170442.621000', '170442.624000', '170442.626000', '170442.629000', '170442.631000', '170442.634000', '170442.637000', '170442.639000', '170442.642000', '170442.645000', '170442.647000', '170442.650000', '170442.652000', '170442.655000', '170442.658000', '170442.660000', '170442.663000', '170442.665000', '170442.668000', '170442.671000', '170442.673000', '170442.676000', '170442.678000', '170442.681000', '170442.683000', '170442.686000', '170442.689000', '170442.691000', '170442.694000', '170442.696000', '170502.584000', '170502.587000', '170502.590000', '170502.592000', '170502.595000', '170502.598000', '170502.600000', '170502.603000', '170502.605000', '170502.608000', '170502.611000', '170502.613000', '170502.616000', '170502.619000', '170502.621000', '170502.624000', '170502.626000', '170502.629000', '170502.632000', '170502.634000', '170502.637000', '170502.639000', '170502.642000', '170502.645000', '170502.647000', '170502.650000', '170502.652000', '170502.655000', '170502.657000', '170502.660000', '170502.663000', '170502.665000', '170502.668000', '170502.670000', '170502.673000', '170502.675000', '170502.678000', '170502.681000', '170502.683000', '170502.686000', '170502.688000', '170502.691000', '170502.693000', '170522.585000', '170522.588000', '170522.590000', '170522.593000', '170522.596000', '170522.598000', '170522.601000', '170522.604000', '170522.606000', '170522.609000', '170522.611000', '170522.614000', '170522.616000', '170522.619000', '170522.622000', '170522.624000', '170522.627000', '170522.630000', '170522.632000', '170522.635000', '170522.637000', '170522.640000', '170522.643000', '170522.645000', '170522.648000', '170522.650000', '170522.653000', '170522.656000', '170522.658000', '170522.661000', '170522.663000', '170522.677000', '170522.679000', '170522.682000', '170522.684000', '170522.687000', '170522.690000', '170522.692000', '170522.695000', '170522.697000', '170522.700000', '170522.702000', '170522.705000', '170542.585000', '170542.587000', '170542.590000', '170542.593000', '170542.595000', '170542.598000', '170542.601000', '170542.603000', '170542.606000', '170542.608000', '170542.611000', '170542.614000', '170542.616000', '170542.619000', '170542.621000', '170542.624000', '170542.627000', '170542.629000', '170542.632000', '170542.635000', '170542.637000', '170542.640000', '170542.642000', '170542.645000', '170542.647000', '170542.650000', '170542.653000', '170542.655000', '170542.658000', '170542.661000', '170542.663000', '170542.666000', '170542.668000', '170542.671000', '170542.674000', '170542.676000', '170542.679000', '170542.681000', '170542.684000', '170542.687000', '170542.689000', '170542.692000', '170542.694000', '170542.697000', '170602.585000', '170602.588000', '170602.590000', '170602.593000', '170602.595000', '170602.598000', '170602.601000', '170602.603000', '170602.606000', '170602.609000', '170602.611000', '170602.614000', '170602.616000', '170602.619000', '170602.622000', '170602.624000', '170602.628000', '170602.631000', '170602.634000', '170602.636000', '170602.639000', '170602.641000', '170602.644000', '170602.646000', '170602.649000', '170602.652000', '170602.654000', '170602.657000', '170602.660000', '170602.662000', '170602.665000', '170602.668000', '170602.670000', '170602.673000', '170602.675000', '170602.678000', '170602.680000', '170602.683000', '170602.686000', '170602.688000', '170602.691000', '170602.694000', '170602.696000', '170622.584000', '170622.587000', '170622.589000', '170622.592000', '170622.594000', '170622.597000', '170622.600000', '170622.602000', '170622.605000', '170622.607000', '170622.610000', '170622.613000', '170622.615000', '170622.618000', '170622.620000', '170622.623000', '170622.626000', '170622.628000', '170622.631000', '170622.633000', '170622.636000', '170622.639000', '170622.641000', '170622.644000', '170622.647000', '170622.649000', '170622.652000', '170622.654000', '170622.657000', '170622.660000', '170622.662000', '170622.665000', '170622.667000', '170622.670000', '170622.673000', '170622.675000', '170622.678000', '170622.680000', '170622.683000', '170622.685000', '170622.688000', '170622.690000', '170622.693000', '170622.696000', '170642.584000', '170642.586000', '170642.589000', '170642.592000', '170642.594000', '170642.597000', '170642.599000', '170642.602000', '170642.605000', '170642.607000', '170642.610000', '170642.612000', '170642.615000', '170642.618000', '170642.620000', '170642.623000', '170642.625000', '170642.628000', '170642.631000', '170642.633000', '170642.636000', '170642.638000', '170642.641000', '170642.643000', '170642.646000', '170642.649000', '170642.651000', '170642.654000', '170642.657000', '170642.659000', '170642.662000', '170642.664000', '170642.667000', '170642.669000', '170642.672000', '170642.675000', '170642.677000', '170642.680000', '170642.682000', '170642.685000', '170642.688000', '170642.690000', '170642.693000', '170702.584000', '170702.587000', '170702.590000', '170702.592000', '170702.595000', '170702.597000', '170702.600000', '170702.603000', '170702.605000', '170702.608000', '170702.611000', '170702.613000', '170702.616000', '170702.619000', '170702.621000', '170702.624000', '170702.626000', '170702.629000', '170702.632000', '170702.634000', '170702.637000', '170702.639000', '170702.642000', '170702.644000', '170702.647000', '170702.650000', '170702.652000', '170702.655000', '170702.657000', '170702.660000', '170702.663000', '170702.665000', '170702.668000', '170702.670000', '170702.673000', '170702.675000', '170702.678000', '170702.681000', '170702.683000', '170702.686000', '170702.688000', '170702.691000', '170702.694000', '170702.696000', '170707.437000', '170707.440000', '170707.443000', '170707.445000', '170707.448000', '170707.451000', '170707.454000', '170707.457000', '170707.460000', '170707.462000', '170707.466000'], 'InstanceCreationTime': ['165302.626000', '165302.629000', '165302.631000', '165302.634000', '165302.637000', '165302.639000', '165302.642000', '165302.644000', '165302.647000', '165302.649000', '165302.652000', '165302.654000', '165302.657000', '165302.660000', '165302.662000', '165302.665000', '165302.667000', '165302.670000', '165302.680000', '165302.683000', '165302.690000', '165302.693000', '165322.583000', '165322.586000', '165322.589000', '165322.591000', '165322.594000', '165322.597000', '165322.599000', '165322.602000', '165322.605000', '165322.607000', '165322.610000', '165322.612000', '165322.615000', '165322.617000', '165322.620000', '165322.623000', '165322.625000', '165322.628000', '165322.630000', '165322.633000', '165322.636000', '165322.639000', '165322.642000', '165322.645000', '165322.647000', '165322.650000', '165322.652000', '165322.655000', '165322.658000', '165322.660000', '165322.667000', '165322.669000', '165322.672000', '165322.674000', '165322.677000', '165322.680000', '165322.682000', '165322.685000', '165322.687000', '165322.690000', '165322.692000', '165322.695000', '165322.697000', '165342.584000', '165342.586000', '165342.589000', '165342.591000', '165342.594000', '165342.597000', '165342.599000', '165342.602000', '165342.604000', '165342.607000', '165342.610000', '165342.612000', '165342.615000', '165342.617000', '165342.620000', '165342.622000', '165342.625000', '165342.627000', '165342.630000', '165342.633000', '165342.635000', '165342.638000', '165342.640000', '165342.643000', '165342.646000', '165342.648000', '165342.651000', '165342.653000', '165342.656000', '165342.658000', '165342.661000', '165342.663000', '165342.666000', '165342.669000', '165342.671000', '165342.674000', '165342.676000', '165342.679000', '165342.682000', '165342.684000', '165342.687000', '165342.689000', '165342.692000', '165342.694000', '165402.584000', '165402.587000', '165402.590000', '165402.592000', '165402.595000', '165402.597000', '165402.600000', '165402.603000', '165402.605000', '165402.608000', '165402.610000', '165402.613000', '165402.616000', '165402.618000', '165402.621000', '165402.623000', '165402.626000', '165402.629000', '165402.631000', '165402.634000', '165402.636000', '165402.639000', '165402.641000', '165402.644000', '165402.647000', '165402.649000', '165402.652000', '165402.654000', '165402.657000', '165402.660000', '165402.662000', '165402.665000', '165402.667000', '165402.670000', '165402.673000', '165402.675000', '165402.678000', '165402.680000', '165402.683000', '165402.685000', '165402.688000', '165402.691000', '165402.693000', '165422.584000', '165422.587000', '165422.590000', '165422.593000', '165422.595000', '165422.598000', '165422.601000', '165422.603000', '165422.606000', '165422.608000', '165422.611000', '165422.614000', '165422.616000', '165422.619000', '165422.621000', '165422.624000', '165422.627000', '165422.629000', '165422.632000', '165422.635000', '165422.637000', '165422.640000', '165422.642000', '165422.645000', '165422.647000', '165422.650000', '165422.653000', '165422.655000', '165422.658000', '165422.660000', '165422.663000', '165422.666000', '165422.668000', '165422.671000', '165422.673000', '165422.676000', '165422.679000', '165422.681000', '165422.684000', '165422.686000', '165422.689000', '165422.692000', '165422.694000', '165422.697000', '165442.584000', '165442.587000', '165442.589000', '165442.592000', '165442.594000', '165442.597000', '165442.600000', '165442.602000', '165442.605000', '165442.608000', '165442.610000', '165442.613000', '165442.615000', '165442.618000', '165442.620000', '165442.635000', '165442.638000', '165442.640000', '165442.643000', '165442.646000', '165442.648000', '165442.651000', '165442.653000', '165442.656000', '165442.658000', '165442.661000', '165442.663000', '165442.666000', '165442.669000', '165442.671000', '165442.674000', '165442.677000', '165442.679000', '165442.682000', '165442.684000', '165442.687000', '165442.689000', '165442.692000', '165442.695000', '165442.697000', '165442.700000', '165442.702000', '165442.705000', '165502.584000', '165502.586000', '165502.589000', '165502.592000', '165502.594000', '165502.597000', '165502.600000', '165502.602000', '165502.605000', '165502.607000', '165502.610000', '165502.612000', '165502.615000', '165502.618000', '165502.620000', '165502.623000', '165502.625000', '165502.628000', '165502.631000', '165502.633000', '165502.636000', '165502.638000', '165502.641000', '165502.644000', '165502.646000', '165502.649000', '165502.651000', '165502.654000', '165502.656000', '165502.659000', '165502.662000', '165502.664000', '165502.667000', '165502.669000', '165502.672000', '165502.674000', '165502.677000', '165502.680000', '165502.682000', '165502.685000', '165502.687000', '165502.690000', '165502.692000', '165502.695000', '165522.584000', '165522.586000', '165522.589000', '165522.592000', '165522.594000', '165522.597000', '165522.600000', '165522.602000', '165522.605000', '165522.607000', '165522.610000', '165522.613000', '165522.615000', '165522.618000', '165522.620000', '165522.623000', '165522.626000', '165522.628000', '165522.631000', '165522.633000', '165522.636000', '165522.638000', '165522.641000', '165522.644000', '165522.646000', '165522.649000', '165522.652000', '165522.654000', '165522.657000', '165522.659000', '165522.662000', '165522.665000', '165522.667000', '165522.670000', '165522.672000', '165522.675000', '165522.677000', '165522.680000', '165522.682000', '165522.685000', '165522.688000', '165522.690000', '165522.693000', '165542.583000', '165542.586000', '165542.589000', '165542.592000', '165542.594000', '165542.597000', '165542.599000', '165542.602000', '165542.605000', '165542.608000', '165542.610000', '165542.613000', '165542.615000', '165542.618000', '165542.621000', '165542.623000', '165542.626000', '165542.628000', '165542.631000', '165542.634000', '165542.636000', '165542.639000', '165542.641000', '165542.644000', '165542.646000', '165542.649000', '165542.652000', '165542.654000', '165542.657000', '165542.660000', '165542.662000', '165542.665000', '165542.667000', '165542.670000', '165542.672000', '165542.675000', '165542.678000', '165542.680000', '165542.683000', '165542.685000', '165542.688000', '165542.690000', '165542.693000', '165542.696000', '165602.584000', '165602.586000', '165602.589000', '165602.592000', '165602.594000', '165602.597000', '165602.600000', '165602.602000', '165602.605000', '165602.607000', '165602.610000', '165602.612000', '165602.615000', '165602.618000', '165602.620000', '165602.623000', '165602.625000', '165602.628000', '165602.631000', '165602.633000', '165602.636000', '165602.638000', '165602.641000', '165602.644000', '165602.646000', '165602.649000', '165602.652000', '165602.654000', '165602.657000', '165602.660000', '165602.662000', '165602.665000', '165602.667000', '165602.670000', '165602.673000', '165602.675000', '165602.678000', '165602.680000', '165602.683000', '165602.686000', '165602.688000', '165602.691000', '165602.693000', '165622.585000', '165622.587000', '165622.590000', '165622.593000', '165622.595000', '165622.598000', '165622.600000', '165622.603000', '165622.606000', '165622.608000', '165622.611000', '165622.614000', '165622.616000', '165622.619000', '165622.621000', '165622.624000', '165622.627000', '165622.629000', '165622.632000', '165622.634000', '165622.637000', '165622.640000', '165622.642000', '165622.645000', '165622.647000', '165622.650000', '165622.652000', '165622.655000', '165622.658000', '165622.660000', '165622.663000', '165622.665000', '165622.668000', '165622.671000', '165622.673000', '165622.676000', '165622.679000', '165622.681000', '165622.684000', '165622.686000', '165622.689000', '165622.691000', '165622.694000', '165622.697000', '165642.585000', '165642.588000', '165642.590000', '165642.593000', '165642.595000', '165642.598000', '165642.601000', '165642.603000', '165642.606000', '165642.608000', '165642.611000', '165642.614000', '165642.616000', '165642.619000', '165642.621000', '165642.624000', '165642.627000', '165642.629000', '165642.632000', '165642.634000', '165642.637000', '165642.639000', '165642.642000', '165642.645000', '165642.647000', '165642.650000', '165642.652000', '165642.655000', '165642.658000', '165642.660000', '165642.663000', '165642.665000', '165642.668000', '165642.670000', '165642.673000', '165642.676000', '165642.678000', '165642.681000', '165642.683000', '165642.686000', '165642.689000', '165642.691000', '165642.694000', '165702.584000', '165702.586000', '165702.590000', '165702.592000', '165702.595000', '165702.598000', '165702.600000', '165702.603000', '165702.605000', '165702.608000', '165702.611000', '165702.613000', '165702.616000', '165702.619000', '165702.621000', '165702.624000', '165702.626000', '165702.629000', '165702.631000', '165702.634000', '165702.637000', '165702.639000', '165702.642000', '165702.645000', '165702.647000', '165702.650000', '165702.653000', '165702.655000', '165702.658000', '165702.660000', '165702.663000', '165702.665000', '165702.668000', '165702.671000', '165702.673000', '165702.676000', '165702.678000', '165702.681000', '165702.683000', '165702.686000', '165702.689000', '165702.691000', '165702.694000', '165702.696000', '165722.584000', '165722.586000', '165722.589000', '165722.592000', '165722.594000', '165722.597000', '165722.599000', '165722.602000', '165722.605000', '165722.607000', '165722.610000', '165722.612000', '165722.615000', '165722.618000', '165722.620000', '165722.623000', '165722.625000', '165722.628000', '165722.630000', '165722.633000', '165722.636000', '165722.638000', '165722.641000', '165722.643000', '165722.646000', '165722.648000', '165722.651000', '165722.654000', '165722.656000', '165722.659000', '165722.662000', '165722.664000', '165722.667000', '165722.669000', '165722.672000', '165722.674000', '165722.677000', '165722.680000', '165722.682000', '165722.685000', '165722.687000', '165722.690000', '165722.693000', '165742.583000', '165742.586000', '165742.589000', '165742.592000', '165742.594000', '165742.597000', '165742.599000', '165742.602000', '165742.605000', '165742.607000', '165742.610000', '165742.613000', '165742.615000', '165742.618000', '165742.620000', '165742.623000', '165742.626000', '165742.628000', '165742.631000', '165742.633000', '165742.636000', '165742.638000', '165742.651000', '165742.653000', '165742.656000', '165742.658000', '165742.661000', '165742.664000', '165742.666000', '165742.669000', '165742.671000', '165742.674000', '165742.677000', '165742.679000', '165742.682000', '165742.684000', '165742.687000', '165742.690000', '165742.692000', '165742.695000', '165742.697000', '165742.700000', '165742.703000', '165742.705000', '165802.584000', '165802.586000', '165802.589000', '165802.592000', '165802.594000', '165802.597000', '165802.599000', '165802.602000', '165802.605000', '165802.607000', '165802.610000', '165802.612000', '165802.615000', '165802.618000', '165802.620000', '165802.623000', '165802.625000', '165802.628000', '165802.630000', '165802.633000', '165802.636000', '165802.638000', '165802.641000', '165802.643000', '165802.646000', '165802.649000', '165802.651000', '165802.654000', '165802.656000', '165802.659000', '165802.662000', '165802.664000', '165802.667000', '165802.669000', '165802.672000', '165802.674000', '165802.677000', '165802.680000', '165802.682000', '165802.685000', '165802.687000', '165802.690000', '165802.692000', '165822.583000', '165822.586000', '165822.593000', '165822.596000', '165822.599000', '165822.602000', '165822.606000', '165822.608000', '165822.611000', '165822.614000', '165822.616000', '165822.619000', '165822.621000', '165822.624000', '165822.627000', '165822.631000', '165822.634000', '165822.636000', '165822.639000', '165822.642000', '165822.644000', '165822.647000', '165822.649000', '165822.652000', '165822.655000', '165822.657000', '165822.660000', '165822.663000', '165822.665000', '165822.668000', '165822.670000', '165822.673000', '165822.678000', '165822.680000', '165822.683000', '165822.686000', '165822.689000', '165822.691000', '165822.694000', '165822.697000', '165822.699000', '165822.702000', '165822.705000', '165842.584000', '165842.587000', '165842.590000', '165842.592000', '165842.595000', '165842.598000', '165842.600000', '165842.603000', '165842.606000', '165842.608000', '165842.611000', '165842.613000', '165842.616000', '165842.618000', '165842.621000', '165842.623000', '165842.626000', '165842.629000', '165842.631000', '165842.634000', '165842.636000', '165842.639000', '165842.642000', '165842.644000', '165842.647000', '165842.649000', '165842.652000', '165842.654000', '165842.657000', '165842.659000', '165842.662000', '165842.665000', '165842.667000', '165842.670000', '165842.672000', '165842.675000', '165842.678000', '165842.680000', '165842.683000', '165842.685000', '165842.688000', '165842.690000', '165842.693000', '165842.695000', '165902.585000', '165902.587000', '165902.590000', '165902.593000', '165902.595000', '165902.598000', '165902.601000', '165902.603000', '165902.606000', '165902.609000', '165902.612000', '165902.614000', '165902.617000', '165902.619000', '165902.622000', '165902.625000', '165902.627000', '165902.630000', '165902.632000', '165902.635000', '165902.638000', '165902.641000', '165902.643000', '165902.646000', '165902.648000', '165902.651000', '165902.654000', '165902.656000', '165902.659000', '165902.661000', '165902.664000', '165902.667000', '165902.669000', '165902.672000', '165902.675000', '165902.677000', '165902.680000', '165902.682000', '165902.685000', '165902.687000', '165902.690000', '165902.693000', '165902.695000', '165922.583000', '165922.586000', '165922.589000', '165922.591000', '165922.594000', '165922.597000', '165922.599000', '165922.602000', '165922.605000', '165922.607000', '165922.610000', '165922.612000', '165922.615000', '165922.618000', '165922.620000', '165922.623000', '165922.625000', '165922.628000', '165922.631000', '165922.633000', '165922.636000', '165922.638000', '165922.641000', '165922.644000', '165922.646000', '165922.649000', '165922.651000', '165922.654000', '165922.656000', '165922.659000', '165922.661000', '165922.664000', '165922.666000', '165922.669000', '165922.672000', '165922.674000', '165922.677000', '165922.679000', '165922.682000', '165922.685000', '165922.687000', '165922.690000', '165922.693000', '165922.695000', '165942.584000', '165942.586000', '165942.589000', '165942.592000', '165942.594000', '165942.597000', '165942.600000', '165942.602000', '165942.605000', '165942.607000', '165942.610000', '165942.613000', '165942.615000', '165942.618000', '165942.620000', '165942.623000', '165942.626000', '165942.628000', '165942.631000', '165942.634000', '165942.636000', '165942.639000', '165942.641000', '165942.644000', '165942.646000', '165942.649000', '165942.652000', '165942.654000', '165942.657000', '165942.659000', '165942.662000', '165942.665000', '165942.668000', '165942.671000', '165942.674000', '165942.676000', '165942.679000', '165942.681000', '165942.684000', '165942.686000', '165942.689000', '165942.692000', '165942.694000', '170002.584000', '170002.586000', '170002.589000', '170002.592000', '170002.594000', '170002.597000', '170002.600000', '170002.602000', '170002.605000', '170002.607000', '170002.610000', '170002.613000', '170002.615000', '170002.618000', '170002.620000', '170002.623000', '170002.625000', '170002.628000', '170002.630000', '170002.633000', '170002.636000', '170002.638000', '170002.641000', '170002.644000', '170002.646000', '170002.649000', '170002.651000', '170002.654000', '170002.656000', '170002.659000', '170002.662000', '170002.664000', '170002.667000', '170002.669000', '170002.672000', '170002.674000', '170002.677000', '170002.679000', '170002.682000', '170002.685000', '170002.687000', '170002.690000', '170002.692000', '170002.695000', '170022.583000', '170022.586000', '170022.589000', '170022.592000', '170022.594000', '170022.597000', '170022.600000', '170022.602000', '170022.605000', '170022.607000', '170022.610000', '170022.612000', '170022.615000', '170022.618000', '170022.620000', '170022.623000', '170022.625000', '170022.628000', '170022.631000', '170022.633000', '170022.636000', '170022.638000', '170022.641000', '170022.644000', '170022.646000', '170022.649000', '170022.651000', '170022.654000', '170022.656000', '170022.659000', '170022.662000', '170022.664000', '170022.667000', '170022.669000', '170022.672000', '170022.675000', '170022.677000', '170022.680000', '170022.682000', '170022.685000', '170022.687000', '170022.690000', '170022.693000', '170042.584000', '170042.587000', '170042.590000', '170042.593000', '170042.595000', '170042.598000', '170042.600000', '170042.603000', '170042.606000', '170042.608000', '170042.611000', '170042.613000', '170042.616000', '170042.619000', '170042.621000', '170042.624000', '170042.627000', '170042.629000', '170042.632000', '170042.634000', '170042.637000', '170042.639000', '170042.642000', '170042.645000', '170042.647000', '170042.650000', '170042.652000', '170042.655000', '170042.657000', '170042.660000', '170042.663000', '170042.665000', '170042.668000', '170042.670000', '170042.673000', '170042.675000', '170042.678000', '170042.681000', '170042.683000', '170042.686000', '170042.688000', '170042.691000', '170042.693000', '170042.696000', '170102.585000', '170102.587000', '170102.590000', '170102.593000', '170102.595000', '170102.598000', '170102.601000', '170102.603000', '170102.606000', '170102.608000', '170102.611000', '170102.614000', '170102.616000', '170102.619000', '170102.621000', '170102.624000', '170102.627000', '170102.629000', '170102.632000', '170102.635000', '170102.638000', '170102.640000', '170102.643000', '170102.646000', '170102.648000', '170102.651000', '170102.653000', '170102.656000', '170102.659000', '170102.661000', '170102.664000', '170102.666000', '170102.669000', '170102.672000', '170102.674000', '170102.677000', '170102.679000', '170102.682000', '170102.684000', '170102.687000', '170102.690000', '170102.692000', '170102.695000', '170122.585000', '170122.587000', '170122.590000', '170122.593000', '170122.595000', '170122.598000', '170122.600000', '170122.603000', '170122.606000', '170122.608000', '170122.611000', '170122.614000', '170122.616000', '170122.619000', '170122.621000', '170122.624000', '170122.627000', '170122.629000', '170122.632000', '170122.634000', '170122.637000', '170122.639000', '170122.642000', '170122.644000', '170122.647000', '170122.650000', '170122.652000', '170122.655000', '170122.657000', '170122.660000', '170122.663000', '170122.665000', '170122.668000', '170122.670000', '170122.673000', '170122.675000', '170122.678000', '170122.681000', '170122.683000', '170122.686000', '170122.688000', '170122.691000', '170122.694000', '170122.696000', '170142.584000', '170142.587000', '170142.589000', '170142.592000', '170142.594000', '170142.597000', '170142.600000', '170142.602000', '170142.605000', '170142.608000', '170142.610000', '170142.613000', '170142.615000', '170142.618000', '170142.621000', '170142.623000', '170142.626000', '170142.628000', '170142.631000', '170142.634000', '170142.636000', '170142.639000', '170142.641000', '170142.644000', '170142.646000', '170142.649000', '170142.652000', '170142.654000', '170142.657000', '170142.659000', '170142.662000', '170142.665000', '170142.667000', '170142.670000', '170142.672000', '170142.675000', '170142.678000', '170142.680000', '170142.683000', '170142.686000', '170142.704000', '170142.707000', '170142.709000', '170202.584000', '170202.587000', '170202.589000', '170202.592000', '170202.594000', '170202.597000', '170202.600000', '170202.602000', '170202.605000', '170202.608000', '170202.610000', '170202.613000', '170202.615000', '170202.618000', '170202.621000', '170202.623000', '170202.626000', '170202.629000', '170202.631000', '170202.634000', '170202.636000', '170202.639000', '170202.641000', '170202.644000', '170202.647000', '170202.649000', '170202.652000', '170202.654000', '170202.657000', '170202.659000', '170202.662000', '170202.665000', '170202.667000', '170202.670000', '170202.672000', '170202.675000', '170202.677000', '170202.680000', '170202.683000', '170202.685000', '170202.688000', '170202.690000', '170202.693000', '170202.695000', '170222.583000', '170222.586000', '170222.589000', '170222.592000', '170222.594000', '170222.597000', '170222.600000', '170222.602000', '170222.605000', '170222.607000', '170222.610000', '170222.613000', '170222.615000', '170222.618000', '170222.620000', '170222.623000', '170222.626000', '170222.628000', '170222.631000', '170222.634000', '170222.636000', '170222.639000', '170222.641000', '170222.644000', '170222.647000', '170222.649000', '170222.652000', '170222.654000', '170222.657000', '170222.659000', '170222.662000', '170222.665000', '170222.667000', '170222.670000', '170222.672000', '170222.675000', '170222.677000', '170222.680000', '170222.683000', '170222.686000', '170222.688000', '170222.691000', '170222.693000', '170242.584000', '170242.587000', '170242.589000', '170242.592000', '170242.594000', '170242.597000', '170242.600000', '170242.602000', '170242.605000', '170242.608000', '170242.610000', '170242.613000', '170242.616000', '170242.618000', '170242.621000', '170242.623000', '170242.626000', '170242.628000', '170242.631000', '170242.634000', '170242.636000', '170242.639000', '170242.641000', '170242.644000', '170242.646000', '170242.649000', '170242.652000', '170242.654000', '170242.657000', '170242.659000', '170242.662000', '170242.664000', '170242.667000', '170242.670000', '170242.672000', '170242.675000', '170242.677000', '170242.680000', '170242.682000', '170242.685000', '170242.688000', '170242.690000', '170242.693000', '170242.695000', '170302.585000', '170302.588000', '170302.590000', '170302.593000', '170302.596000', '170302.598000', '170302.601000', '170302.604000', '170302.606000', '170302.609000', '170302.612000', '170302.614000', '170302.617000', '170302.619000', '170302.622000', '170302.624000', '170302.627000', '170302.630000', '170302.632000', '170302.635000', '170302.638000', '170302.640000', '170302.643000', '170302.645000', '170302.648000', '170302.651000', '170302.653000', '170302.656000', '170302.658000', '170302.661000', '170302.664000', '170302.666000', '170302.669000', '170302.672000', '170302.674000', '170302.677000', '170302.679000', '170302.698000', '170302.701000', '170302.704000', '170302.706000', '170302.709000', '170302.711000', '170322.585000', '170322.588000', '170322.590000', '170322.593000', '170322.596000', '170322.598000', '170322.601000', '170322.604000', '170322.607000', '170322.609000', '170322.612000', '170322.615000', '170322.617000', '170322.620000', '170322.622000', '170322.625000', '170322.627000', '170322.630000', '170322.633000', '170322.635000', '170322.638000', '170322.640000', '170322.643000', '170322.646000', '170322.648000', '170322.651000', '170322.653000', '170322.656000', '170322.659000', '170322.661000', '170322.664000', '170322.666000', '170322.669000', '170322.672000', '170322.674000', '170322.677000', '170322.679000', '170322.682000', '170322.684000', '170322.687000', '170322.690000', '170322.692000', '170322.695000', '170322.697000', '170342.585000', '170342.587000', '170342.590000', '170342.593000', '170342.595000', '170342.598000', '170342.601000', '170342.603000', '170342.606000', '170342.609000', '170342.611000', '170342.614000', '170342.616000', '170342.619000', '170342.621000', '170342.624000', '170342.627000', '170342.629000', '170342.632000', '170342.635000', '170342.637000', '170342.640000', '170342.642000', '170342.648000', '170342.651000', '170342.653000', '170342.656000', '170342.659000', '170342.661000', '170342.664000', '170342.667000', '170342.669000', '170342.672000', '170342.675000', '170342.677000', '170342.680000', '170342.682000', '170342.685000', '170342.688000', '170342.690000', '170342.693000', '170342.696000', '170342.698000', '170402.584000', '170402.586000', '170402.589000', '170402.592000', '170402.594000', '170402.597000', '170402.600000', '170402.602000', '170402.605000', '170402.608000', '170402.610000', '170402.613000', '170402.615000', '170402.618000', '170402.621000', '170402.623000', '170402.626000', '170402.628000', '170402.631000', '170402.633000', '170402.636000', '170402.639000', '170402.641000', '170402.644000', '170402.646000', '170402.649000', '170402.651000', '170402.654000', '170402.656000', '170402.659000', '170402.662000', '170402.664000', '170402.667000', '170402.670000', '170402.672000', '170402.675000', '170402.677000', '170402.680000', '170402.683000', '170402.685000', '170402.688000', '170402.690000', '170402.693000', '170402.695000', '170422.584000', '170422.586000', '170422.589000', '170422.592000', '170422.594000', '170422.609000', '170422.612000', '170422.614000', '170422.617000', '170422.620000', '170422.622000', '170422.625000', '170422.627000', '170422.630000', '170422.632000', '170422.635000', '170422.638000', '170422.640000', '170422.643000', '170422.646000', '170422.648000', '170422.651000', '170422.654000', '170422.656000', '170422.659000', '170422.662000', '170422.664000', '170422.667000', '170422.670000', '170422.672000', '170422.675000', '170422.677000', '170422.680000', '170422.683000', '170422.685000', '170422.688000', '170422.690000', '170422.693000', '170422.696000', '170422.698000', '170422.701000', '170422.703000', '170422.706000', '170442.584000', '170442.587000', '170442.590000', '170442.593000', '170442.595000', '170442.598000', '170442.601000', '170442.603000', '170442.606000', '170442.608000', '170442.611000', '170442.614000', '170442.616000', '170442.619000', '170442.621000', '170442.624000', '170442.626000', '170442.629000', '170442.631000', '170442.634000', '170442.637000', '170442.639000', '170442.642000', '170442.645000', '170442.647000', '170442.650000', '170442.652000', '170442.655000', '170442.658000', '170442.660000', '170442.663000', '170442.665000', '170442.668000', '170442.671000', '170442.673000', '170442.676000', '170442.678000', '170442.681000', '170442.683000', '170442.686000', '170442.689000', '170442.691000', '170442.694000', '170442.696000', '170502.584000', '170502.587000', '170502.590000', '170502.592000', '170502.595000', '170502.598000', '170502.600000', '170502.603000', '170502.605000', '170502.608000', '170502.611000', '170502.613000', '170502.616000', '170502.619000', '170502.621000', '170502.624000', '170502.626000', '170502.629000', '170502.632000', '170502.634000', '170502.637000', '170502.639000', '170502.642000', '170502.645000', '170502.647000', '170502.650000', '170502.652000', '170502.655000', '170502.657000', '170502.660000', '170502.663000', '170502.665000', '170502.668000', '170502.670000', '170502.673000', '170502.675000', '170502.678000', '170502.681000', '170502.683000', '170502.686000', '170502.688000', '170502.691000', '170502.693000', '170522.585000', '170522.588000', '170522.590000', '170522.593000', '170522.596000', '170522.598000', '170522.601000', '170522.604000', '170522.606000', '170522.609000', '170522.611000', '170522.614000', '170522.616000', '170522.619000', '170522.622000', '170522.624000', '170522.627000', '170522.630000', '170522.632000', '170522.635000', '170522.637000', '170522.640000', '170522.643000', '170522.645000', '170522.648000', '170522.650000', '170522.653000', '170522.656000', '170522.658000', '170522.661000', '170522.663000', '170522.677000', '170522.679000', '170522.682000', '170522.684000', '170522.687000', '170522.690000', '170522.692000', '170522.695000', '170522.697000', '170522.700000', '170522.702000', '170522.705000', '170542.585000', '170542.587000', '170542.590000', '170542.593000', '170542.595000', '170542.598000', '170542.601000', '170542.603000', '170542.606000', '170542.608000', '170542.611000', '170542.614000', '170542.616000', '170542.619000', '170542.621000', '170542.624000', '170542.627000', '170542.629000', '170542.632000', '170542.635000', '170542.637000', '170542.640000', '170542.642000', '170542.645000', '170542.647000', '170542.650000', '170542.653000', '170542.655000', '170542.658000', '170542.661000', '170542.663000', '170542.666000', '170542.668000', '170542.671000', '170542.674000', '170542.676000', '170542.679000', '170542.681000', '170542.684000', '170542.687000', '170542.689000', '170542.692000', '170542.694000', '170542.697000', '170602.585000', '170602.588000', '170602.590000', '170602.593000', '170602.595000', '170602.598000', '170602.601000', '170602.603000', '170602.606000', '170602.609000', '170602.611000', '170602.614000', '170602.616000', '170602.619000', '170602.622000', '170602.624000', '170602.628000', '170602.631000', '170602.634000', '170602.636000', '170602.639000', '170602.641000', '170602.644000', '170602.646000', '170602.649000', '170602.652000', '170602.654000', '170602.657000', '170602.660000', '170602.662000', '170602.665000', '170602.668000', '170602.670000', '170602.673000', '170602.675000', '170602.678000', '170602.680000', '170602.683000', '170602.686000', '170602.688000', '170602.691000', '170602.694000', '170602.696000', '170622.584000', '170622.587000', '170622.589000', '170622.592000', '170622.594000', '170622.597000', '170622.600000', '170622.602000', '170622.605000', '170622.607000', '170622.610000', '170622.613000', '170622.615000', '170622.618000', '170622.620000', '170622.623000', '170622.626000', '170622.628000', '170622.631000', '170622.633000', '170622.636000', '170622.639000', '170622.641000', '170622.644000', '170622.647000', '170622.649000', '170622.652000', '170622.654000', '170622.657000', '170622.660000', '170622.662000', '170622.665000', '170622.667000', '170622.670000', '170622.673000', '170622.675000', '170622.678000', '170622.680000', '170622.683000', '170622.685000', '170622.688000', '170622.690000', '170622.693000', '170622.696000', '170642.584000', '170642.586000', '170642.589000', '170642.592000', '170642.594000', '170642.597000', '170642.599000', '170642.602000', '170642.605000', '170642.607000', '170642.610000', '170642.612000', '170642.615000', '170642.618000', '170642.620000', '170642.623000', '170642.625000', '170642.628000', '170642.631000', '170642.633000', '170642.636000', '170642.638000', '170642.641000', '170642.643000', '170642.646000', '170642.649000', '170642.651000', '170642.654000', '170642.657000', '170642.659000', '170642.662000', '170642.664000', '170642.667000', '170642.669000', '170642.672000', '170642.675000', '170642.677000', '170642.680000', '170642.682000', '170642.685000', '170642.688000', '170642.690000', '170642.693000', '170702.584000', '170702.587000', '170702.590000', '170702.592000', '170702.595000', '170702.597000', '170702.600000', '170702.603000', '170702.605000', '170702.608000', '170702.611000', '170702.613000', '170702.616000', '170702.619000', '170702.621000', '170702.624000', '170702.626000', '170702.629000', '170702.632000', '170702.634000', '170702.637000', '170702.639000', '170702.642000', '170702.644000', '170702.647000', '170702.650000', '170702.652000', '170702.655000', '170702.657000', '170702.660000', '170702.663000', '170702.665000', '170702.668000', '170702.670000', '170702.673000', '170702.675000', '170702.678000', '170702.681000', '170702.683000', '170702.686000', '170702.688000', '170702.691000', '170702.694000', '170702.696000', '170707.437000', '170707.440000', '170707.443000', '170707.445000', '170707.448000', '170707.451000', '170707.454000', '170707.457000', '170707.460000', '170707.462000', '170707.466000'], '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': [7362, 7924, 7878, 8445, 7871, 8394, 7901, 7672, 8127, 7463, 8478, 7847, 7113, 8143, 7689, 8498, 7476, 8749, 7912, 8427, 8024, 6933, 8577, 7728, 8511, 7491, 8288, 7567, 8541, 7934, 8566, 7493, 8504, 7870, 7304, 8367, 7074, 8434, 7240, 8405, 7362, 8308, 7825, 8822, 7614, 8560, 7856, 8769, 7694, 8504, 8012, 8605, 7590, 8674, 7581, 8572, 7694, 8647, 7927, 9068, 7583, 8174, 7897, 8481, 8003, 8303, 8349, 6665, 8327, 6755, 8445, 6575, 8411, 6677, 8178, 6595, 8411, 6370, 8481, 7382, 8484, 7691, 8783, 7605, 8717, 7580, 8756, 7869, 8901, 7730, 8938, 7966, 8728, 7955, 9287, 8109, 8950, 7911, 9493, 8212, 9449, 7853, 6821, 8264, 6482, 8189, 7875, 8767, 7275, 8750, 7515, 8739, 7965, 10162, 7908, 9471, 8051, 8721, 8050, 8234, 8103, 7565, 8547, 6703, 8632, 7924, 8613, 7316, 8757, 7807, 9385, 8115, 9086, 7841, 9630, 7835, 10071, 7736, 9642, 7945, 6444, 8388, 7240, 10230, 8131, 6614, 8207, 7629, 8812, 8270, 10390, 7546, 9635, 7364, 8834, 7823, 8864, 7763, 8597, 7824, 8829, 7424, 8960, 7522, 8916, 8068, 8382, 8086, 6829, 8528, 6841, 8550, 7211, 8563, 8904, 8504, 6963, 8543, 7152, 8777, 7309, 8658, 7267, 8834, 7629, 9000, 7969, 9020, 8348, 8511, 8209, 8154, 8104, 8296, 8463, 8024, 8328, 10356, 8099, 10654, 8269, 9759, 8074, 9740, 8083, 8982, 8220, 8116, 8292, 6771, 8555, 7181, 8413, 8514, 8305, 7486, 8518, 6612, 8436, 7310, 8710, 7691, 9107, 7996, 8914, 8323, 9374, 7973, 9019, 8064, 9387, 7663, 9775, 7887, 9951, 8223, 8700, 7872, 9163, 8097, 10024, 8149, 9121, 8021, 8642, 7649, 8762, 7576, 8962, 8028, 8876, 7259, 8439, 6676, 8188, 6723, 8307, 6650, 8262, 7275, 8009, 8568, 7860, 8974, 8219, 8722, 7873, 9165, 8043, 8748, 7677, 8409, 7605, 7861, 7774, 7010, 8113, 6661, 8745, 7559, 8938, 7911, 8555, 8127, 8000, 8088, 7694, 8865, 7232, 8434, 7842, 7228, 8534, 7453, 8847, 7900, 10676, 8149, 7250, 8638, 7690, 8939, 7814, 11626, 8066, 13060, 9088, 7842, 7999, 7342, 8411, 7665, 10118, 7795, 8909, 8059, 9909, 7922, 9075, 8128, 7587, 8333, 7808, 8774, 7643, 8808, 7713, 9203, 8027, 8452, 7944, 7006, 8404, 7441, 8603, 7871, 8572, 7735, 8889, 7978, 9281, 8286, 8761, 8313, 7855, 8141, 7031, 8399, 7194, 8262, 7311, 8491, 7483, 8739, 7855, 7608, 8108, 7413, 8440, 7454, 8803, 7925, 8622, 7881, 9517, 8108, 10098, 7828, 10597, 8240, 9460, 8073, 7187, 8315, 7239, 8581, 7384, 8603, 7851, 8594, 7680, 8788, 7634, 8929, 7861, 8815, 8232, 9892, 7734, 9868, 7822, 10003, 7920, 9546, 8053, 8991, 7973, 7998, 7927, 7385, 8114, 7373, 8148, 6628, 8149, 6769, 8238, 8294, 8246, 9647, 7932, 8954, 7761, 9591, 7800, 8708, 7910, 8697, 8032, 7200, 8159, 7749, 8692, 7600, 8583, 7439, 8655, 7487, 8406, 7125, 8362, 7407, 8011, 7173, 8116, 6789, 8496, 6821, 8151, 7090, 8394, 8177, 8403, 7743, 8167, 8859, 7869, 8992, 7985, 9156, 8242, 9382, 7953, 8462, 7721, 8546, 7893, 8647, 7880, 8639, 7912, 8683, 7689, 9100, 7602, 9885, 7135, 8324, 6846, 8360, 7859, 8206, 7096, 8299, 6584, 8082, 6732, 8258, 7191, 8394, 7628, 8570, 7031, 8632, 7963, 8623, 7334, 8591, 8004, 8655, 7994, 8667, 7132, 8658, 7191, 8715, 7448, 8759, 7015, 8411, 6784, 8544, 6898, 8377, 8656, 8171, 9561, 7918, 8844, 7873, 8818, 7867, 8738, 7681, 8937, 7674, 8682, 8029, 8613, 7819, 8653, 7086, 8634, 6961, 8468, 7214, 8393, 7274, 8545, 6834, 8544, 6818, 8622, 7112, 8785, 6860, 8454, 6930, 8401, 6763, 8413, 7098, 8625, 7565, 9081, 7517, 8897, 7616, 8766, 7760, 8691, 7821, 8391, 6966, 8411, 9824, 8381, 7449, 8448, 6866, 8143, 7372, 8278, 7922, 8271, 8522, 8094, 8239, 8013, 9531, 8141, 9046, 7991, 8746, 7904, 8863, 7810, 8930, 7651, 8780, 7972, 8747, 7775, 8744, 7186, 8602, 6757, 8358, 6950, 8515, 6981, 8479, 6803, 8644, 7110, 8580, 6929, 8317, 6868, 8194, 7212, 8255, 8366, 8438, 7854, 8360, 7931, 8247, 8262, 8134, 7760, 8458, 7093, 8728, 7221, 8822, 7877, 8738, 7795, 8808, 7831, 8663, 7776, 8777, 7182, 8556, 7808, 8857, 7865, 8463, 7915, 6485, 8583, 7744, 8724, 7855, 7517, 8363, 7694, 8091, 9726, 8410, 7458, 8385, 7223, 8281, 6843, 9479, 7422, 8521, 7270, 8544, 7539, 8813, 7448, 8698, 7358, 8773, 7192, 8532, 7521, 8181, 9132, 8167, 9004, 8143, 7059, 8189, 7249, 8270, 7137, 8685, 7115, 8585, 7240, 8779, 7239, 8426, 7724, 8813, 8398, 8331, 7161, 8556, 8323, 8287, 10405, 8203, 9081, 8020, 8750, 8184, 8475, 8235, 8713, 8198, 9105, 7953, 9251, 7969, 8661, 8205, 8630, 7167, 8675, 6998, 8711, 7102, 8548, 6634, 8516, 6915, 8510, 8484, 8196, 9486, 8192, 8953, 8104, 8897, 7790, 8626, 7410, 8458, 7033, 8337, 7108, 8592, 7285, 8655, 7716, 8967, 7997, 8787, 8737, 7862, 8251, 8223, 6812, 8583, 6740, 8303, 6720, 8191, 7939, 8509, 9762, 7917, 9632, 8018, 10531, 8153, 9940, 7899, 8861, 7722, 8692, 7934, 8310, 7096, 8549, 7231, 8475, 6861, 8326, 7676, 8061, 9286, 7921, 8721, 7725, 8934, 7706, 8788, 7565, 8729, 7627, 8485, 7729, 8760, 7088, 8404, 8523, 8192, 10674, 7900, 9914, 7954, 9163, 7946, 8972, 8055, 10109, 8106, 6659, 8166, 6615, 8199, 7575, 8097, 7813, 6492, 7384, 7056, 7897, 7379, 7120, 10504, 7685, 8618, 7812, 7483, 10518, 8216, 10963, 7303, 11008, 7701, 10166, 7841, 9173, 8144, 7302, 8174, 7319, 8417, 7489, 8643, 7881, 10999, 8137, 9655, 7773, 6804, 8137, 7442, 8265, 7994, 8379, 7577, 8701, 7781, 8688, 7845, 8401, 7967, 8384, 8133, 7317, 8218, 7041, 8412, 7041, 8344, 7363, 8410, 7360, 7531, 7634, 7479, 8364, 7925, 8699, 7771, 7384, 8322, 7539, 8515, 7914, 11057, 7856, 7120, 7980, 7342, 8341, 7397, 10362, 8087, 7789, 7060, 8047, 7116, 8548, 7571, 9738, 7769, 10879, 8593, 8979, 7891, 7001, 8180, 6930, 8626, 7981, 8390, 7942, 8487, 7818, 8718, 7962, 8900, 7806, 8288, 8128, 8528, 7613, 8468, 7630, 8268, 7754, 8293, 7168, 8401, 7746, 8654, 7361, 9058, 7642, 8265, 7712, 9102, 8050, 9063, 8101, 8654, 7825, 8556, 7502, 8874, 7867, 8392, 7434, 8442, 6709, 8162, 6824, 7911, 6836, 8454, 6986, 8867, 7323, 8756, 7388, 8602, 7399, 8532, 7265, 8534, 7796, 8392, 6641, 8195, 6607, 8049, 6781, 8191, 7118, 8065, 8506, 7904, 9839, 7740, 9342, 7990, 9676, 7800, 8896, 7922, 8564, 8034, 8190, 7930, 8608, 8007, 7587, 7992, 6745, 8141, 7302, 8317, 7182, 8440, 7968, 8754, 7872, 9819, 8096, 8512, 7887, 8214, 7978, 9021, 7941, 10639, 7943, 7057, 8131, 7306, 8472, 7375, 9775, 8007, 8001, 7795, 7623, 7900, 9275, 7868, 10320, 8304, 7194, 8057, 7437, 8157, 7198, 10801, 8342, 9234, 7303, 8345, 7249, 8279, 6803, 8252, 7923, 8566, 7596, 8133, 7754, 7349, 8062, 7534, 8518, 7402, 8279, 7205, 7997, 7173, 9286, 7544, 8237, 7236, 8510, 7261, 8260, 7013, 9201, 7175, 8178, 7084, 8522, 7347, 8447, 7543, 8538, 7970, 8875, 7895, 8368, 7852, 9591, 8011, 10389, 7799, 9547, 8025, 9731, 8279, 9548, 7984, 9056, 7811, 8751, 7749, 8612, 7645, 8451, 7523, 8786, 7731, 6962, 7842, 6758, 8116, 6841, 8063, 7568, 8132, 6895, 8005, 7073, 8139, 7930, 8053, 8255, 7964, 6794, 8125, 6844, 8680, 7434, 8431, 7580, 8709, 7637, 8747, 7584, 8616, 7556, 8827, 7565, 9092, 7626, 9413, 7412, 8570, 7687, 8460, 7649, 9781, 7667, 8620, 7330, 8798, 7818, 9290, 7867, 7736, 8045, 8554, 8225, 9785, 8051, 9608, 8158, 9639, 7872, 9731, 7940, 9084, 7622, 8404, 7667, 8556, 7806, 8573, 7905, 8708, 8136, 8961, 8109, 8474, 7891, 8804, 7792, 8521, 7539, 8567, 7790, 8713, 7852, 8590, 7488, 7028, 7633, 6676, 7860, 6544, 8088, 6535, 8217, 8904, 7867, 9243, 7441, 10112, 7458, 10815, 7304, 8895, 10602, 8205, 12776, 9327, 11977, 7658, 10917, 7614, 8954, 7326, 8637, 7782, 9656, 6682, 8159, 6568, 8219, 6998, 7994, 9294, 7900, 9296, 7822, 10179, 7869, 8703, 7415, 9092, 7070, 8218, 6587, 8509, 7536, 7924, 10114, 7811, 8916, 7935, 8914, 7717, 9032, 7479, 8630, 6851, 8492, 6537, 8311, 7235, 8045, 10531, 8225, 9057, 7933, 8925, 8097, 8687, 6907, 8346, 10174, 8050, 8842, 7898, 9120, 7713, 8917, 7488, 8496, 6963, 8814, 7482, 8756, 7634, 7846, 7257, 6830, 8478, 7394, 8851, 7457, 9979, 10874, 8132, 11800, 7790, 10266, 7817, 9663, 8110, 9604, 8036, 9722, 7835, 8923, 7868, 8504, 8161, 7703, 9026, 7366, 9133, 7677, 9741, 7677, 9976, 7249, 8566, 7492, 8098, 9697, 8018, 10468, 8099, 9118, 7989, 8918, 7728, 8770, 7819, 8846, 7034, 8408, 7106, 8160, 9214, 7988, 9325, 8022, 9106, 7719, 9224, 8129, 8288, 8102, 8241, 8343, 7506, 8367, 6613, 8820, 6988, 8478, 7886, 8733, 7470, 8863, 7657, 9627, 7671, 8926, 7891, 9648, 7985, 9081, 8340, 7038, 8629, 7806, 8575, 7576, 8738, 7725, 9635, 7516, 8922, 7722, 8983, 7854, 12336, 7905, 9231, 7880, 7692, 8097, 7811, 8606, 7509, 8649, 7539, 8433, 7595, 8368, 7793, 8782, 7744, 7296, 8075, 7329, 8519, 7566, 8953, 7980, 9683, 7546, 9238, 7921, 6798, 8141, 7537, 6853, 8123, 7234, 9010, 8028, 9492, 7965, 9585, 8008, 7182, 8294, 7252, 7873, 7978, 7600, 8504, 7731, 9303, 8317, 10698, 8939, 12584, 8682, 11477, 8905, 8463, 8570, 7829, 8563, 7349, 8199, 8009, 8480, 7973, 8519, 7728, 8684, 7842, 8331, 7973, 7755, 8122, 8029, 8296, 7411, 8429, 7320, 8432, 7534, 8327, 7641, 8547, 7661, 8642, 7434, 8826, 7695, 8630, 7594, 8615, 7409, 8379, 7107, 8479, 7959, 8730, 7491, 8848, 7765, 8975, 7719, 8699, 8224, 8829, 7740, 8694, 7634, 8550, 7275, 8580, 7808, 8911, 7813, 8687, 7082, 8797, 6806, 8419, 7164, 8443, 7123, 8721, 7514, 8842, 6839, 8397, 7274, 8589, 7480, 8623, 7992, 9046, 7933, 8658, 7792, 9515, 7415, 7392, 8202, 7372, 9412, 8117, 10963, 7912, 11575, 7955, 9755, 8122, 8365, 8073, 8541, 8472, 7670, 8409, 6493, 8430, 6638, 8630, 7350, 8721, 7503, 8687, 7713, 8976, 7720, 8883, 8006, 9035, 7858, 8919, 7745, 8986, 7848, 8950, 7929, 9060, 7813, 9198, 7909, 9006, 7914, 8855, 7792, 9177, 7861, 9241, 8284, 9346, 8256, 9825, 7765, 10014, 7894, 9603, 8062, 9619, 8166, 8789, 8165, 7631, 8398, 7471, 8558, 9329, 8418, 7260, 8563, 7650, 8682, 7650, 8448, 7431, 8587, 7681, 8450, 7561, 8679, 7345, 8404, 7567, 8472, 7310, 8774, 7592, 8703, 7421, 8781, 7706, 8724, 7879, 8631, 7894, 8816, 7649, 8731, 7924, 8954, 7600, 8858, 7792, 8781, 8006, 8493, 7733, 8633, 7883, 8458, 7453, 8573, 7277, 8526, 7475, 8616, 7456, 8693, 7806, 8769, 7544, 8455, 7611, 8383, 7477, 8586, 7029, 8229, 7323, 8275, 8132, 8198, 8880, 8119, 9433, 7956, 8993, 7869, 8558, 7844, 8707, 7533, 8714, 7710, 8737, 7949, 8421, 7825, 8385, 7607, 8719, 7608, 8574, 7105, 8382, 8693, 8403, 7721, 8715, 7501, 8201, 7752, 8868, 8029, 10483, 8030, 9952, 7710, 8957, 7924, 8855, 7869, 8870, 7754, 8815, 7833, 8955, 7981, 8828, 7954, 8806, 7498, 8641, 7629, 8747, 7677, 9016, 7803, 8972, 7998, 9112, 7644, 9176, 7871, 8717, 7415, 8827, 7484, 8885, 7848, 8890, 7906, 8772, 7861, 9280, 7982, 9129, 8021, 9004, 8313, 8767, 7974, 8305, 7980, 8109, 8403, 9411, 8395, 8144, 8388, 7796, 8487, 8343, 8568, 8109, 8602, 7243, 8629, 7726, 8981, 7707, 8789, 8311, 9519, 7858, 9641, 7829, 8137, 8052, 8361, 8540, 8684, 8522, 7835, 8150, 7271, 8393, 7714, 8501, 7532, 8676, 7771, 8753, 7823, 9068, 8021, 8952, 7976, 9451, 8330, 8389, 8207, 7166, 8427, 7286, 8469, 7598, 8656, 7663, 8695, 7603, 8879, 7914, 9065, 7854, 8743, 7911, 8000, 8355, 7509, 8440, 7671, 8440, 7626, 8546, 7647, 8928, 7697, 9049, 8109, 9068, 7815, 6916, 8405, 7076, 8859, 7773, 8891, 7736, 6320, 8069, 7725, 8616, 8349, 7684, 9543, 7846, 7991, 8299, 7056, 9144, 8015, 11167, 7856, 6752, 8276, 7585, 9093, 7952, 8794, 8131, 6892, 8565, 7796, 9697, 8152, 8937, 8163, 7310, 8712, 7829, 9330, 8206, 7009, 8142, 7425, 8886, 8074, 8724, 8156, 7517, 8328, 7376, 8689, 7964, 7592, 8516, 7635, 9560, 7729, 7729, 8112, 7767, 8486, 7947, 9656, 8082, 7362, 8294, 7438, 9073, 8095, 10959, 8067, 7168, 8070, 7478, 8791, 7746, 9246, 7990, 11541], 'WindowCenter': [3804.0, 3799.0, 3799.0, 3795.0, 3785.0, 3783.0, 3786.0, 3785.0, 3785.0, 3785.0, 3795.0, 3796.0, 3787.0, 3799.0, 3799.0, 3821.0, 3813.0, 3811.0, 3813.0, 3812.0, 3811.0, 3799.0, 3811.0, 3800.0, 3810.0, 3800.0, 3811.0, 3813.0, 3812.0, 3800.0, 3809.0, 3799.0, 3809.0, 3800.0, 3801.0, 3811.0, 3801.0, 3813.0, 3801.0, 3813.0, 3802.0, 3812.0, 3813.0, 3811.0, 3801.0, 3812.0, 3815.0, 3812.0, 3812.0, 3811.0, 3812.0, 3811.0, 3801.0, 3811.0, 3802.0, 3812.0, 3814.0, 3811.0, 3813.0, 3823.0, 3813.0, 3812.0, 3814.0, 3824.0, 3826.0, 3824.0, 3824.0, 3803.0, 3824.0, 3802.0, 3824.0, 3803.0, 3825.0, 3804.0, 3824.0, 3803.0, 3824.0, 3803.0, 3825.0, 3815.0, 3825.0, 3827.0, 3837.0, 3826.0, 3826.0, 3826.0, 3835.0, 3828.0, 3838.0, 3828.0, 3836.0, 3826.0, 3825.0, 3826.0, 3836.0, 3828.0, 3838.0, 3827.0, 3837.0, 3827.0, 3836.0, 3825.0, 3816.0, 3838.0, 3818.0, 3838.0, 3828.0, 3838.0, 3817.0, 3836.0, 3830.0, 3838.0, 3828.0, 3847.0, 3826.0, 3837.0, 3826.0, 3838.0, 3839.0, 3827.0, 3827.0, 3827.0, 3837.0, 3805.0, 3837.0, 3839.0, 3838.0, 3828.0, 3838.0, 3828.0, 3837.0, 3827.0, 3837.0, 3838.0, 3849.0, 3828.0, 3849.0, 3827.0, 3835.0, 3826.0, 3816.0, 3839.0, 3830.0, 3849.0, 3828.0, 3816.0, 3826.0, 3827.0, 3839.0, 3826.0, 3836.0, 3814.0, 3822.0, 3802.0, 3822.0, 3812.0, 3824.0, 3814.0, 3824.0, 3811.0, 3821.0, 3800.0, 3821.0, 3813.0, 3822.0, 3813.0, 3823.0, 3813.0, 3802.0, 3823.0, 3802.0, 3823.0, 3814.0, 3824.0, 3822.0, 3823.0, 3801.0, 3811.0, 3800.0, 3822.0, 3813.0, 3822.0, 3801.0, 3823.0, 3812.0, 3822.0, 3813.0, 3824.0, 3826.0, 3824.0, 3825.0, 3814.0, 3825.0, 3824.0, 3825.0, 3826.0, 3827.0, 3835.0, 3814.0, 3833.0, 3825.0, 3822.0, 3813.0, 3834.0, 3825.0, 3822.0, 3823.0, 3813.0, 3812.0, 3801.0, 3823.0, 3802.0, 3824.0, 3823.0, 3813.0, 3802.0, 3823.0, 3801.0, 3823.0, 3815.0, 3824.0, 3814.0, 3825.0, 3825.0, 3824.0, 3826.0, 3836.0, 3828.0, 3825.0, 3814.0, 3835.0, 3827.0, 3835.0, 3825.0, 3846.0, 3826.0, 3835.0, 3825.0, 3823.0, 3814.0, 3833.0, 3813.0, 3834.0, 3813.0, 3823.0, 3813.0, 3823.0, 3813.0, 3822.0, 3813.0, 3823.0, 3813.0, 3824.0, 3802.0, 3824.0, 3805.0, 3825.0, 3804.0, 3826.0, 3828.0, 3840.0, 3836.0, 3839.0, 3839.0, 3838.0, 3826.0, 3826.0, 3838.0, 3828.0, 3826.0, 3827.0, 3826.0, 3826.0, 3825.0, 3828.0, 3828.0, 3838.0, 3818.0, 3840.0, 3828.0, 3837.0, 3840.0, 3850.0, 3841.0, 3841.0, 3828.0, 3826.0, 3838.0, 3829.0, 3839.0, 3840.0, 3830.0, 3839.0, 3828.0, 3839.0, 3841.0, 3849.0, 3841.0, 3828.0, 3826.0, 3815.0, 3825.0, 3816.0, 3846.0, 3826.0, 3857.0, 3823.0, 3812.0, 3812.0, 3815.0, 3825.0, 3813.0, 3832.0, 3801.0, 3810.0, 3811.0, 3822.0, 3812.0, 3822.0, 3812.0, 3800.0, 3809.0, 3811.0, 3822.0, 3813.0, 3823.0, 3813.0, 3822.0, 3811.0, 3811.0, 3811.0, 3801.0, 3824.0, 3802.0, 3824.0, 3812.0, 3810.0, 3812.0, 3822.0, 3812.0, 3823.0, 3825.0, 3823.0, 3812.0, 3811.0, 3811.0, 3800.0, 3812.0, 3801.0, 3812.0, 3815.0, 3824.0, 3816.0, 3822.0, 3812.0, 3813.0, 3825.0, 3814.0, 3822.0, 3814.0, 3823.0, 3826.0, 3836.0, 3826.0, 3834.0, 3814.0, 3831.0, 3812.0, 3830.0, 3823.0, 3821.0, 3812.0, 3800.0, 3813.0, 3800.0, 3822.0, 3816.0, 3823.0, 3812.0, 3823.0, 3813.0, 3810.0, 3812.0, 3822.0, 3812.0, 3822.0, 3822.0, 3832.0, 3811.0, 3819.0, 3813.0, 3833.0, 3812.0, 3821.0, 3811.0, 3808.0, 3810.0, 3809.0, 3812.0, 3801.0, 3811.0, 3800.0, 3811.0, 3789.0, 3811.0, 3799.0, 3823.0, 3824.0, 3812.0, 3820.0, 3811.0, 3819.0, 3811.0, 3833.0, 3825.0, 3823.0, 3813.0, 3822.0, 3813.0, 3811.0, 3811.0, 3811.0, 3824.0, 3814.0, 3824.0, 3813.0, 3822.0, 3800.0, 3811.0, 3800.0, 3824.0, 3811.0, 3810.0, 3800.0, 3810.0, 3799.0, 3821.0, 3801.0, 3823.0, 3813.0, 3823.0, 3822.0, 3824.0, 3810.0, 3811.0, 3820.0, 3811.0, 3822.0, 3812.0, 3820.0, 3812.0, 3820.0, 3812.0, 3822.0, 3813.0, 3822.0, 3823.0, 3822.0, 3824.0, 3823.0, 3812.0, 3824.0, 3814.0, 3825.0, 3812.0, 3821.0, 3799.0, 3810.0, 3799.0, 3821.0, 3810.0, 3811.0, 3800.0, 3810.0, 3788.0, 3811.0, 3801.0, 3823.0, 3800.0, 3825.0, 3813.0, 3822.0, 3802.0, 3822.0, 3825.0, 3823.0, 3812.0, 3825.0, 3812.0, 3822.0, 3813.0, 3825.0, 3814.0, 3823.0, 3802.0, 3823.0, 3810.0, 3821.0, 3801.0, 3824.0, 3801.0, 3823.0, 3802.0, 3823.0, 3822.0, 3822.0, 3833.0, 3823.0, 3821.0, 3811.0, 3822.0, 3812.0, 3822.0, 3811.0, 3823.0, 3814.0, 3823.0, 3812.0, 3823.0, 3811.0, 3822.0, 3800.0, 3822.0, 3814.0, 3824.0, 3812.0, 3822.0, 3812.0, 3822.0, 3800.0, 3822.0, 3815.0, 3824.0, 3813.0, 3823.0, 3801.0, 3823.0, 3800.0, 3824.0, 3803.0, 3823.0, 3812.0, 3823.0, 3813.0, 3833.0, 3826.0, 3836.0, 3825.0, 3836.0, 3815.0, 3823.0, 3812.0, 3824.0, 3814.0, 3824.0, 3833.0, 3823.0, 3800.0, 3812.0, 3800.0, 3813.0, 3813.0, 3823.0, 3812.0, 3824.0, 3823.0, 3823.0, 3824.0, 3825.0, 3836.0, 3826.0, 3836.0, 3826.0, 3825.0, 3825.0, 3823.0, 3812.0, 3823.0, 3814.0, 3823.0, 3813.0, 3822.0, 3812.0, 3821.0, 3801.0, 3821.0, 3800.0, 3811.0, 3800.0, 3821.0, 3800.0, 3823.0, 3814.0, 3824.0, 3803.0, 3825.0, 3802.0, 3824.0, 3801.0, 3824.0, 3813.0, 3824.0, 3824.0, 3824.0, 3812.0, 3823.0, 3811.0, 3823.0, 3824.0, 3824.0, 3813.0, 3825.0, 3812.0, 3824.0, 3813.0, 3824.0, 3826.0, 3823.0, 3814.0, 3826.0, 3812.0, 3822.0, 3812.0, 3821.0, 3814.0, 3823.0, 3814.0, 3839.0, 3826.0, 3812.0, 3813.0, 3803.0, 3824.0, 3827.0, 3835.0, 3825.0, 3814.0, 3837.0, 3825.0, 3826.0, 3835.0, 3824.0, 3812.0, 3823.0, 3813.0, 3823.0, 3803.0, 3833.0, 3812.0, 3822.0, 3801.0, 3810.0, 3812.0, 3823.0, 3800.0, 3822.0, 3800.0, 3821.0, 3800.0, 3822.0, 3800.0, 3811.0, 3820.0, 3809.0, 3810.0, 3809.0, 3800.0, 3821.0, 3812.0, 3823.0, 3812.0, 3823.0, 3802.0, 3824.0, 3811.0, 3822.0, 3814.0, 3825.0, 3812.0, 3823.0, 3811.0, 3812.0, 3801.0, 3824.0, 3823.0, 3822.0, 3831.0, 3811.0, 3821.0, 3811.0, 3810.0, 3823.0, 3823.0, 3823.0, 3822.0, 3825.0, 3822.0, 3824.0, 3834.0, 3825.0, 3825.0, 3825.0, 3823.0, 3803.0, 3824.0, 3814.0, 3823.0, 3815.0, 3836.0, 3815.0, 3838.0, 3816.0, 3837.0, 3826.0, 3838.0, 3847.0, 3826.0, 3836.0, 3825.0, 3824.0, 3815.0, 3825.0, 3813.0, 3823.0, 3813.0, 3825.0, 3813.0, 3836.0, 3814.0, 3824.0, 3826.0, 3837.0, 3826.0, 3827.0, 3825.0, 3824.0, 3824.0, 3825.0, 3804.0, 3836.0, 3815.0, 3838.0, 3816.0, 3828.0, 3827.0, 3827.0, 3836.0, 3824.0, 3835.0, 3826.0, 3835.0, 3824.0, 3834.0, 3814.0, 3822.0, 3812.0, 3823.0, 3812.0, 3814.0, 3800.0, 3812.0, 3801.0, 3811.0, 3801.0, 3822.0, 3812.0, 3813.0, 3822.0, 3812.0, 3822.0, 3813.0, 3822.0, 3812.0, 3823.0, 3826.0, 3825.0, 3814.0, 3826.0, 3814.0, 3824.0, 3815.0, 3826.0, 3824.0, 3826.0, 3835.0, 3813.0, 3833.0, 3814.0, 3835.0, 3825.0, 3824.0, 3825.0, 3834.0, 3813.0, 3803.0, 3839.0, 3817.0, 3838.0, 3829.0, 3827.0, 3827.0, 3806.0, 3827.0, 3817.0, 3828.0, 3829.0, 3818.0, 3849.0, 3828.0, 3839.0, 3828.0, 3817.0, 3849.0, 3826.0, 3848.0, 3815.0, 3833.0, 3814.0, 3835.0, 3815.0, 3835.0, 3815.0, 3804.0, 3811.0, 3801.0, 3810.0, 3801.0, 3812.0, 3812.0, 3833.0, 3813.0, 3820.0, 3798.0, 3788.0, 3812.0, 3801.0, 3812.0, 3811.0, 3811.0, 3801.0, 3811.0, 3801.0, 3812.0, 3811.0, 3810.0, 3813.0, 3811.0, 3811.0, 3800.0, 3812.0, 3801.0, 3811.0, 3801.0, 3812.0, 3802.0, 3812.0, 3812.0, 3812.0, 3814.0, 3815.0, 3825.0, 3826.0, 3823.0, 3814.0, 3814.0, 3824.0, 3815.0, 3825.0, 3827.0, 3847.0, 3814.0, 3803.0, 3828.0, 3829.0, 3825.0, 3815.0, 3849.0, 3826.0, 3814.0, 3803.0, 3814.0, 3816.0, 3824.0, 3816.0, 3835.0, 3814.0, 3836.0, 3825.0, 3823.0, 3811.0, 3801.0, 3812.0, 3802.0, 3813.0, 3801.0, 3810.0, 3799.0, 3810.0, 3800.0, 3812.0, 3799.0, 3811.0, 3801.0, 3798.0, 3799.0, 3797.0, 3798.0, 3797.0, 3800.0, 3799.0, 3799.0, 3810.0, 3800.0, 3811.0, 3813.0, 3822.0, 3802.0, 3823.0, 3815.0, 3825.0, 3816.0, 3824.0, 3827.0, 3824.0, 3814.0, 3824.0, 3814.0, 3823.0, 3801.0, 3823.0, 3811.0, 3810.0, 3799.0, 3824.0, 3790.0, 3812.0, 3800.0, 3811.0, 3791.0, 3811.0, 3801.0, 3823.0, 3812.0, 3823.0, 3814.0, 3824.0, 3813.0, 3824.0, 3813.0, 3824.0, 3813.0, 3825.0, 3805.0, 3824.0, 3802.0, 3826.0, 3803.0, 3824.0, 3802.0, 3825.0, 3824.0, 3827.0, 3847.0, 3815.0, 3834.0, 3824.0, 3835.0, 3826.0, 3836.0, 3826.0, 3824.0, 3828.0, 3827.0, 3825.0, 3824.0, 3825.0, 3813.0, 3824.0, 3804.0, 3826.0, 3815.0, 3824.0, 3814.0, 3824.0, 3825.0, 3824.0, 3826.0, 3835.0, 3825.0, 3824.0, 3813.0, 3813.0, 3813.0, 3823.0, 3812.0, 3834.0, 3814.0, 3801.0, 3811.0, 3814.0, 3825.0, 3815.0, 3846.0, 3826.0, 3813.0, 3814.0, 3814.0, 3826.0, 3836.0, 3813.0, 3835.0, 3813.0, 3801.0, 3812.0, 3813.0, 3812.0, 3801.0, 3844.0, 3811.0, 3822.0, 3800.0, 3811.0, 3801.0, 3811.0, 3788.0, 3809.0, 3811.0, 3809.0, 3811.0, 3811.0, 3814.0, 3815.0, 3825.0, 3814.0, 3824.0, 3801.0, 3812.0, 3801.0, 3812.0, 3801.0, 3823.0, 3811.0, 3810.0, 3800.0, 3813.0, 3813.0, 3813.0, 3800.0, 3822.0, 3799.0, 3809.0, 3788.0, 3809.0, 3801.0, 3811.0, 3811.0, 3823.0, 3813.0, 3822.0, 3813.0, 3824.0, 3824.0, 3823.0, 3814.0, 3831.0, 3811.0, 3821.0, 3811.0, 3822.0, 3813.0, 3822.0, 3812.0, 3820.0, 3811.0, 3811.0, 3801.0, 3811.0, 3812.0, 3821.0, 3812.0, 3823.0, 3814.0, 3813.0, 3824.0, 3804.0, 3825.0, 3815.0, 3825.0, 3814.0, 3825.0, 3802.0, 3824.0, 3802.0, 3824.0, 3827.0, 3825.0, 3823.0, 3825.0, 3803.0, 3824.0, 3803.0, 3824.0, 3826.0, 3837.0, 3840.0, 3838.0, 3827.0, 3825.0, 3816.0, 3824.0, 3826.0, 3836.0, 3815.0, 3825.0, 3814.0, 3823.0, 3813.0, 3823.0, 3813.0, 3823.0, 3813.0, 3834.0, 3812.0, 3822.0, 3812.0, 3824.0, 3825.0, 3834.0, 3825.0, 3815.0, 3825.0, 3825.0, 3824.0, 3834.0, 3826.0, 3835.0, 3824.0, 3834.0, 3813.0, 3823.0, 3812.0, 3820.0, 3811.0, 3812.0, 3826.0, 3824.0, 3813.0, 3822.0, 3812.0, 3822.0, 3824.0, 3836.0, 3827.0, 3837.0, 3825.0, 3823.0, 3825.0, 3824.0, 3826.0, 3836.0, 3826.0, 3836.0, 3827.0, 3836.0, 3827.0, 3827.0, 3839.0, 3829.0, 3841.0, 3820.0, 3852.0, 3831.0, 3853.0, 3852.0, 3842.0, 3852.0, 3830.0, 3851.0, 3828.0, 3849.0, 3817.0, 3838.0, 3848.0, 3827.0, 3857.0, 3836.0, 3845.0, 3814.0, 3844.0, 3814.0, 3824.0, 3814.0, 3825.0, 3814.0, 3835.0, 3802.0, 3813.0, 3802.0, 3824.0, 3814.0, 3825.0, 3824.0, 3814.0, 3823.0, 3813.0, 3833.0, 3813.0, 3823.0, 3814.0, 3825.0, 3802.0, 3823.0, 3801.0, 3823.0, 3811.0, 3813.0, 3833.0, 3813.0, 3823.0, 3813.0, 3822.0, 3813.0, 3823.0, 3814.0, 3824.0, 3803.0, 3824.0, 3792.0, 3824.0, 3812.0, 3825.0, 3834.0, 3824.0, 3824.0, 3813.0, 3822.0, 3812.0, 3823.0, 3802.0, 3824.0, 3833.0, 3813.0, 3822.0, 3812.0, 3822.0, 3812.0, 3823.0, 3815.0, 3837.0, 3818.0, 3836.0, 3815.0, 3825.0, 3828.0, 3838.0, 3828.0, 3820.0, 3839.0, 3829.0, 3840.0, 3829.0, 3850.0, 3848.0, 3826.0, 3845.0, 3815.0, 3835.0, 3815.0, 3835.0, 3826.0, 3835.0, 3824.0, 3836.0, 3828.0, 3837.0, 3826.0, 3837.0, 3840.0, 3827.0, 3837.0, 3817.0, 3837.0, 3827.0, 3837.0, 3815.0, 3836.0, 3814.0, 3825.0, 3814.0, 3825.0, 3835.0, 3825.0, 3834.0, 3814.0, 3822.0, 3813.0, 3825.0, 3815.0, 3824.0, 3813.0, 3824.0, 3801.0, 3813.0, 3802.0, 3825.0, 3824.0, 3813.0, 3824.0, 3813.0, 3822.0, 3813.0, 3822.0, 3825.0, 3825.0, 3827.0, 3838.0, 3838.0, 3816.0, 3827.0, 3817.0, 3839.0, 3829.0, 3839.0, 3828.0, 3838.0, 3829.0, 3840.0, 3830.0, 3850.0, 3828.0, 3838.0, 3828.0, 3838.0, 3828.0, 3838.0, 3827.0, 3816.0, 3826.0, 3815.0, 3827.0, 3827.0, 3826.0, 3815.0, 3834.0, 3814.0, 3822.0, 3814.0, 3824.0, 3815.0, 3845.0, 3814.0, 3824.0, 3812.0, 3813.0, 3812.0, 3812.0, 3823.0, 3802.0, 3812.0, 3801.0, 3812.0, 3800.0, 3812.0, 3813.0, 3823.0, 3812.0, 3801.0, 3812.0, 3802.0, 3823.0, 3814.0, 3824.0, 3815.0, 3836.0, 3816.0, 3824.0, 3827.0, 3803.0, 3813.0, 3812.0, 3806.0, 3825.0, 3815.0, 3825.0, 3826.0, 3835.0, 3815.0, 3836.0, 3814.0, 3801.0, 3813.0, 3814.0, 3814.0, 3825.0, 3814.0, 3824.0, 3813.0, 3822.0, 3813.0, 3834.0, 3813.0, 3832.0, 3812.0, 3832.0, 3810.0, 3799.0, 3810.0, 3799.0, 3811.0, 3789.0, 3799.0, 3799.0, 3809.0, 3811.0, 3809.0, 3802.0, 3810.0, 3813.0, 3811.0, 3812.0, 3802.0, 3813.0, 3813.0, 3812.0, 3800.0, 3811.0, 3799.0, 3810.0, 3802.0, 3810.0, 3800.0, 3811.0, 3800.0, 3810.0, 3800.0, 3811.0, 3800.0, 3812.0, 3800.0, 3810.0, 3800.0, 3811.0, 3790.0, 3813.0, 3813.0, 3812.0, 3802.0, 3822.0, 3814.0, 3823.0, 3814.0, 3824.0, 3814.0, 3824.0, 3814.0, 3824.0, 3813.0, 3824.0, 3803.0, 3826.0, 3815.0, 3822.0, 3813.0, 3824.0, 3804.0, 3825.0, 3804.0, 3825.0, 3804.0, 3825.0, 3804.0, 3825.0, 3816.0, 3839.0, 3805.0, 3828.0, 3817.0, 3826.0, 3814.0, 3824.0, 3831.0, 3840.0, 3828.0, 3841.0, 3828.0, 3835.0, 3817.0, 3817.0, 3827.0, 3817.0, 3837.0, 3829.0, 3848.0, 3827.0, 3846.0, 3813.0, 3824.0, 3814.0, 3814.0, 3815.0, 3825.0, 3825.0, 3812.0, 3812.0, 3793.0, 3813.0, 3803.0, 3824.0, 3814.0, 3825.0, 3803.0, 3822.0, 3814.0, 3824.0, 3814.0, 3823.0, 3815.0, 3822.0, 3813.0, 3823.0, 3813.0, 3822.0, 3813.0, 3823.0, 3813.0, 3823.0, 3812.0, 3823.0, 3812.0, 3824.0, 3815.0, 3824.0, 3815.0, 3824.0, 3826.0, 3836.0, 3827.0, 3836.0, 3829.0, 3836.0, 3816.0, 3835.0, 3826.0, 3836.0, 3816.0, 3824.0, 3825.0, 3823.0, 3813.0, 3812.0, 3813.0, 3803.0, 3825.0, 3824.0, 3813.0, 3803.0, 3813.0, 3801.0, 3822.0, 3813.0, 3813.0, 3802.0, 3812.0, 3802.0, 3811.0, 3813.0, 3822.0, 3803.0, 3813.0, 3802.0, 3811.0, 3802.0, 3811.0, 3800.0, 3812.0, 3803.0, 3813.0, 3812.0, 3813.0, 3812.0, 3811.0, 3811.0, 3822.0, 3813.0, 3812.0, 3813.0, 3823.0, 3813.0, 3822.0, 3814.0, 3823.0, 3814.0, 3824.0, 3813.0, 3814.0, 3813.0, 3812.0, 3802.0, 3812.0, 3814.0, 3811.0, 3802.0, 3813.0, 3801.0, 3811.0, 3812.0, 3811.0, 3813.0, 3814.0, 3802.0, 3813.0, 3802.0, 3811.0, 3801.0, 3812.0, 3801.0, 3812.0, 3812.0, 3826.0, 3824.0, 3815.0, 3823.0, 3814.0, 3822.0, 3813.0, 3812.0, 3812.0, 3811.0, 3801.0, 3823.0, 3814.0, 3824.0, 3812.0, 3812.0, 3813.0, 3824.0, 3815.0, 3825.0, 3816.0, 3826.0, 3816.0, 3826.0, 3837.0, 3825.0, 3815.0, 3824.0, 3814.0, 3812.0, 3815.0, 3825.0, 3826.0, 3836.0, 3814.0, 3822.0, 3812.0, 3823.0, 3814.0, 3823.0, 3812.0, 3822.0, 3811.0, 3811.0, 3812.0, 3823.0, 3812.0, 3822.0, 3811.0, 3820.0, 3802.0, 3810.0, 3812.0, 3812.0, 3813.0, 3823.0, 3813.0, 3821.0, 3812.0, 3822.0, 3814.0, 3823.0, 3813.0, 3811.0, 3801.0, 3811.0, 3801.0, 3821.0, 3812.0, 3824.0, 3813.0, 3823.0, 3813.0, 3823.0, 3814.0, 3822.0, 3815.0, 3824.0, 3815.0, 3822.0, 3813.0, 3811.0, 3814.0, 3812.0, 3825.0, 3824.0, 3812.0, 3814.0, 3812.0, 3811.0, 3823.0, 3813.0, 3825.0, 3813.0, 3823.0, 3803.0, 3823.0, 3812.0, 3824.0, 3813.0, 3823.0, 3824.0, 3823.0, 3812.0, 3822.0, 3814.0, 3812.0, 3813.0, 3812.0, 3824.0, 3823.0, 3813.0, 3802.0, 3812.0, 3801.0, 3814.0, 3811.0, 3823.0, 3812.0, 3822.0, 3813.0, 3811.0, 3813.0, 3821.0, 3813.0, 3823.0, 3813.0, 3824.0, 3814.0, 3813.0, 3812.0, 3803.0, 3813.0, 3803.0, 3814.0, 3813.0, 3812.0, 3813.0, 3823.0, 3813.0, 3824.0, 3815.0, 3825.0, 3826.0, 3824.0, 3826.0, 3815.0, 3825.0, 3815.0, 3826.0, 3815.0, 3825.0, 3814.0, 3824.0, 3814.0, 3824.0, 3814.0, 3825.0, 3826.0, 3825.0, 3815.0, 3804.0, 3824.0, 3815.0, 3837.0, 3827.0, 3836.0, 3827.0, 3805.0, 3827.0, 3827.0, 3839.0, 3840.0, 3829.0, 3850.0, 3829.0, 3828.0, 3827.0, 3816.0, 3838.0, 3827.0, 3847.0, 3825.0, 3805.0, 3826.0, 3827.0, 3837.0, 3827.0, 3827.0, 3825.0, 3815.0, 3827.0, 3827.0, 3837.0, 3828.0, 3827.0, 3825.0, 3815.0, 3826.0, 3827.0, 3836.0, 3828.0, 3815.0, 3814.0, 3814.0, 3825.0, 3825.0, 3826.0, 3826.0, 3815.0, 3825.0, 3815.0, 3824.0, 3826.0, 3814.0, 3825.0, 3816.0, 3835.0, 3813.0, 3812.0, 3813.0, 3814.0, 3823.0, 3814.0, 3834.0, 3812.0, 3802.0, 3812.0, 3813.0, 3823.0, 3814.0, 3834.0, 3812.0, 3801.0, 3811.0, 3801.0, 3811.0, 3812.0, 3822.0, 3813.0, 3831.0], 'WindowWidth': [8568.0, 8552.0, 8551.0, 8539.0, 8527.0, 8521.0, 8528.0, 8524.0, 8526.0, 8526.0, 8538.0, 8541.0, 8530.0, 8550.0, 8552.0, 8585.0, 8577.0, 8571.0, 8578.0, 8573.0, 8570.0, 8552.0, 8569.0, 8554.0, 8568.0, 8553.0, 8570.0, 8578.0, 8574.0, 8555.0, 8566.0, 8553.0, 8565.0, 8555.0, 8556.0, 8572.0, 8557.0, 8576.0, 8557.0, 8575.0, 8562.0, 8574.0, 8576.0, 8571.0, 8560.0, 8573.0, 8580.0, 8573.0, 8575.0, 8573.0, 8574.0, 8571.0, 8558.0, 8570.0, 8561.0, 8574.0, 8581.0, 8573.0, 8577.0, 8591.0, 8579.0, 8576.0, 8580.0, 8594.0, 8600.0, 8596.0, 8595.0, 8566.0, 8594.0, 8563.0, 8594.0, 8565.0, 8598.0, 8570.0, 8595.0, 8566.0, 8596.0, 8566.0, 8596.0, 8584.0, 8599.0, 8603.0, 8616.0, 8601.0, 8599.0, 8601.0, 8612.0, 8607.0, 8621.0, 8607.0, 8616.0, 8601.0, 8598.0, 8601.0, 8613.0, 8607.0, 8620.0, 8605.0, 8617.0, 8604.0, 8612.0, 8599.0, 8587.0, 8619.0, 8594.0, 8622.0, 8607.0, 8620.0, 8591.0, 8616.0, 8614.0, 8621.0, 8609.0, 8632.0, 8604.0, 8616.0, 8601.0, 8621.0, 8626.0, 8606.0, 8606.0, 8606.0, 8618.0, 8573.0, 8618.0, 8626.0, 8621.0, 8609.0, 8621.0, 8606.0, 8618.0, 8606.0, 8619.0, 8623.0, 8636.0, 8608.0, 8637.0, 8604.0, 8612.0, 8601.0, 8592.0, 8624.0, 8615.0, 8639.0, 8607.0, 8588.0, 8602.0, 8603.0, 8625.0, 8603.0, 8616.0, 8581.0, 8590.0, 8564.0, 8590.0, 8576.0, 8594.0, 8582.0, 8593.0, 8573.0, 8584.0, 8558.0, 8585.0, 8578.0, 8589.0, 8580.0, 8592.0, 8579.0, 8563.0, 8593.0, 8562.0, 8594.0, 8584.0, 8595.0, 8589.0, 8591.0, 8559.0, 8572.0, 8557.0, 8589.0, 8578.0, 8589.0, 8561.0, 8593.0, 8576.0, 8587.0, 8578.0, 8596.0, 8602.0, 8597.0, 8600.0, 8582.0, 8597.0, 8594.0, 8598.0, 8600.0, 8605.0, 8614.0, 8584.0, 8606.0, 8596.0, 8588.0, 8578.0, 8608.0, 8598.0, 8590.0, 8593.0, 8578.0, 8576.0, 8560.0, 8592.0, 8564.0, 8596.0, 8591.0, 8580.0, 8561.0, 8591.0, 8561.0, 8594.0, 8587.0, 8597.0, 8584.0, 8598.0, 8599.0, 8596.0, 8600.0, 8615.0, 8609.0, 8599.0, 8583.0, 8612.0, 8607.0, 8615.0, 8600.0, 8630.0, 8602.0, 8614.0, 8599.0, 8591.0, 8582.0, 8604.0, 8581.0, 8608.0, 8580.0, 8594.0, 8579.0, 8594.0, 8578.0, 8590.0, 8579.0, 8591.0, 8579.0, 8595.0, 8564.0, 8596.0, 8572.0, 8599.0, 8568.0, 8602.0, 8609.0, 8628.0, 8616.0, 8624.0, 8624.0, 8621.0, 8602.0, 8602.0, 8621.0, 8607.0, 8601.0, 8605.0, 8601.0, 8602.0, 8601.0, 8607.0, 8610.0, 8623.0, 8595.0, 8629.0, 8610.0, 8620.0, 8627.0, 8642.0, 8632.0, 8629.0, 8606.0, 8603.0, 8620.0, 8612.0, 8624.0, 8628.0, 8612.0, 8622.0, 8606.0, 8624.0, 8631.0, 8639.0, 8631.0, 8608.0, 8602.0, 8586.0, 8598.0, 8588.0, 8629.0, 8603.0, 8642.0, 8594.0, 8575.0, 8575.0, 8587.0, 8597.0, 8579.0, 8603.0, 8560.0, 8569.0, 8573.0, 8590.0, 8578.0, 8588.0, 8577.0, 8557.0, 8569.0, 8574.0, 8588.0, 8578.0, 8592.0, 8578.0, 8590.0, 8573.0, 8573.0, 8573.0, 8560.0, 8594.0, 8563.0, 8596.0, 8576.0, 8572.0, 8575.0, 8589.0, 8578.0, 8591.0, 8597.0, 8591.0, 8577.0, 8573.0, 8574.0, 8557.0, 8575.0, 8560.0, 8576.0, 8584.0, 8593.0, 8588.0, 8589.0, 8579.0, 8580.0, 8598.0, 8582.0, 8591.0, 8584.0, 8592.0, 8603.0, 8615.0, 8604.0, 8610.0, 8584.0, 8600.0, 8575.0, 8599.0, 8594.0, 8588.0, 8579.0, 8558.0, 8578.0, 8558.0, 8591.0, 8589.0, 8595.0, 8578.0, 8592.0, 8578.0, 8571.0, 8575.0, 8590.0, 8578.0, 8589.0, 8592.0, 8602.0, 8574.0, 8582.0, 8578.0, 8606.0, 8576.0, 8586.0, 8574.0, 8565.0, 8570.0, 8568.0, 8576.0, 8560.0, 8573.0, 8557.0, 8572.0, 8541.0, 8572.0, 8556.0, 8594.0, 8594.0, 8576.0, 8584.0, 8574.0, 8581.0, 8575.0, 8606.0, 8601.0, 8596.0, 8580.0, 8590.0, 8581.0, 8574.0, 8575.0, 8574.0, 8596.0, 8583.0, 8596.0, 8580.0, 8592.0, 8558.0, 8575.0, 8559.0, 8596.0, 8576.0, 8573.0, 8559.0, 8572.0, 8557.0, 8588.0, 8561.0, 8594.0, 8581.0, 8592.0, 8591.0, 8595.0, 8572.0, 8575.0, 8585.0, 8576.0, 8591.0, 8577.0, 8585.0, 8577.0, 8585.0, 8576.0, 8592.0, 8582.0, 8593.0, 8595.0, 8593.0, 8597.0, 8593.0, 8579.0, 8598.0, 8584.0, 8599.0, 8578.0, 8588.0, 8555.0, 8572.0, 8556.0, 8589.0, 8572.0, 8573.0, 8556.0, 8570.0, 8540.0, 8573.0, 8562.0, 8592.0, 8561.0, 8599.0, 8579.0, 8591.0, 8565.0, 8592.0, 8601.0, 8596.0, 8579.0, 8598.0, 8579.0, 8590.0, 8580.0, 8598.0, 8584.0, 8595.0, 8564.0, 8593.0, 8573.0, 8588.0, 8562.0, 8596.0, 8565.0, 8594.0, 8564.0, 8594.0, 8589.0, 8590.0, 8606.0, 8595.0, 8589.0, 8576.0, 8591.0, 8578.0, 8589.0, 8576.0, 8593.0, 8584.0, 8594.0, 8577.0, 8592.0, 8575.0, 8589.0, 8560.0, 8589.0, 8583.0, 8596.0, 8578.0, 8593.0, 8577.0, 8591.0, 8561.0, 8594.0, 8587.0, 8599.0, 8581.0, 8596.0, 8563.0, 8594.0, 8562.0, 8598.0, 8569.0, 8594.0, 8579.0, 8594.0, 8581.0, 8608.0, 8606.0, 8615.0, 8601.0, 8616.0, 8586.0, 8595.0, 8579.0, 8597.0, 8585.0, 8597.0, 8607.0, 8594.0, 8560.0, 8577.0, 8558.0, 8580.0, 8583.0, 8596.0, 8578.0, 8598.0, 8593.0, 8596.0, 8596.0, 8600.0, 8615.0, 8603.0, 8616.0, 8602.0, 8601.0, 8599.0, 8594.0, 8579.0, 8595.0, 8583.0, 8594.0, 8580.0, 8592.0, 8576.0, 8587.0, 8561.0, 8589.0, 8559.0, 8576.0, 8559.0, 8588.0, 8558.0, 8593.0, 8586.0, 8598.0, 8568.0, 8600.0, 8565.0, 8596.0, 8564.0, 8598.0, 8584.0, 8599.0, 8596.0, 8598.0, 8577.0, 8594.0, 8576.0, 8594.0, 8598.0, 8597.0, 8582.0, 8600.0, 8579.0, 8596.0, 8580.0, 8595.0, 8604.0, 8596.0, 8583.0, 8601.0, 8577.0, 8591.0, 8577.0, 8589.0, 8585.0, 8595.0, 8584.0, 8624.0, 8604.0, 8577.0, 8579.0, 8569.0, 8597.0, 8606.0, 8615.0, 8601.0, 8585.0, 8620.0, 8602.0, 8603.0, 8613.0, 8599.0, 8578.0, 8593.0, 8579.0, 8593.0, 8567.0, 8608.0, 8577.0, 8591.0, 8559.0, 8571.0, 8576.0, 8592.0, 8560.0, 8589.0, 8557.0, 8586.0, 8556.0, 8589.0, 8558.0, 8575.0, 8585.0, 8569.0, 8570.0, 8569.0, 8557.0, 8589.0, 8578.0, 8596.0, 8577.0, 8595.0, 8565.0, 8594.0, 8576.0, 8592.0, 8584.0, 8599.0, 8577.0, 8594.0, 8575.0, 8576.0, 8561.0, 8594.0, 8594.0, 8592.0, 8600.0, 8574.0, 8585.0, 8573.0, 8570.0, 8593.0, 8593.0, 8593.0, 8591.0, 8598.0, 8592.0, 8597.0, 8610.0, 8600.0, 8600.0, 8599.0, 8594.0, 8566.0, 8596.0, 8581.0, 8595.0, 8588.0, 8618.0, 8587.0, 8621.0, 8588.0, 8618.0, 8601.0, 8620.0, 8634.0, 8603.0, 8615.0, 8600.0, 8597.0, 8586.0, 8598.0, 8580.0, 8595.0, 8581.0, 8597.0, 8580.0, 8616.0, 8584.0, 8595.0, 8600.0, 8616.0, 8602.0, 8604.0, 8598.0, 8596.0, 8597.0, 8598.0, 8569.0, 8614.0, 8586.0, 8622.0, 8591.0, 8608.0, 8605.0, 8604.0, 8612.0, 8596.0, 8612.0, 8601.0, 8613.0, 8597.0, 8611.0, 8583.0, 8591.0, 8578.0, 8593.0, 8576.0, 8580.0, 8559.0, 8575.0, 8558.0, 8574.0, 8559.0, 8592.0, 8579.0, 8580.0, 8592.0, 8576.0, 8588.0, 8578.0, 8589.0, 8578.0, 8593.0, 8600.0, 8599.0, 8583.0, 8601.0, 8582.0, 8598.0, 8585.0, 8602.0, 8598.0, 8600.0, 8612.0, 8581.0, 8606.0, 8581.0, 8611.0, 8598.0, 8598.0, 8600.0, 8608.0, 8580.0, 8567.0, 8624.0, 8594.0, 8622.0, 8612.0, 8605.0, 8605.0, 8575.0, 8605.0, 8593.0, 8608.0, 8610.0, 8596.0, 8635.0, 8608.0, 8622.0, 8605.0, 8590.0, 8633.0, 8601.0, 8634.0, 8582.0, 8604.0, 8581.0, 8610.0, 8584.0, 8611.0, 8584.0, 8565.0, 8572.0, 8559.0, 8568.0, 8559.0, 8576.0, 8576.0, 8604.0, 8576.0, 8581.0, 8551.0, 8538.0, 8573.0, 8558.0, 8576.0, 8573.0, 8570.0, 8559.0, 8569.0, 8558.0, 8574.0, 8573.0, 8570.0, 8577.0, 8570.0, 8572.0, 8556.0, 8573.0, 8558.0, 8573.0, 8559.0, 8574.0, 8561.0, 8574.0, 8575.0, 8576.0, 8581.0, 8584.0, 8597.0, 8601.0, 8592.0, 8580.0, 8579.0, 8594.0, 8586.0, 8596.0, 8603.0, 8629.0, 8581.0, 8566.0, 8607.0, 8611.0, 8599.0, 8586.0, 8636.0, 8600.0, 8583.0, 8562.0, 8580.0, 8585.0, 8591.0, 8583.0, 8610.0, 8583.0, 8613.0, 8595.0, 8590.0, 8573.0, 8559.0, 8576.0, 8562.0, 8575.0, 8558.0, 8568.0, 8552.0, 8568.0, 8556.0, 8573.0, 8552.0, 8569.0, 8556.0, 8549.0, 8551.0, 8545.0, 8549.0, 8548.0, 8554.0, 8552.0, 8552.0, 8568.0, 8556.0, 8573.0, 8576.0, 8586.0, 8563.0, 8590.0, 8584.0, 8596.0, 8586.0, 8594.0, 8602.0, 8593.0, 8582.0, 8594.0, 8581.0, 8592.0, 8560.0, 8591.0, 8572.0, 8570.0, 8553.0, 8596.0, 8544.0, 8575.0, 8559.0, 8572.0, 8546.0, 8573.0, 8562.0, 8591.0, 8578.0, 8593.0, 8582.0, 8595.0, 8581.0, 8596.0, 8579.0, 8594.0, 8579.0, 8597.0, 8572.0, 8595.0, 8565.0, 8601.0, 8567.0, 8597.0, 8564.0, 8598.0, 8596.0, 8604.0, 8632.0, 8585.0, 8610.0, 8596.0, 8610.0, 8601.0, 8617.0, 8603.0, 8598.0, 8607.0, 8604.0, 8599.0, 8595.0, 8597.0, 8582.0, 8598.0, 8571.0, 8603.0, 8587.0, 8599.0, 8582.0, 8596.0, 8600.0, 8597.0, 8603.0, 8613.0, 8599.0, 8594.0, 8580.0, 8579.0, 8581.0, 8592.0, 8577.0, 8608.0, 8581.0, 8560.0, 8573.0, 8582.0, 8600.0, 8587.0, 8628.0, 8604.0, 8582.0, 8584.0, 8583.0, 8602.0, 8613.0, 8582.0, 8611.0, 8578.0, 8561.0, 8575.0, 8579.0, 8578.0, 8561.0, 8622.0, 8573.0, 8587.0, 8557.0, 8571.0, 8561.0, 8572.0, 8539.0, 8568.0, 8572.0, 8568.0, 8574.0, 8574.0, 8583.0, 8587.0, 8599.0, 8582.0, 8596.0, 8562.0, 8576.0, 8560.0, 8578.0, 8561.0, 8592.0, 8575.0, 8572.0, 8557.0, 8577.0, 8579.0, 8579.0, 8559.0, 8590.0, 8555.0, 8569.0, 8539.0, 8568.0, 8560.0, 8573.0, 8575.0, 8592.0, 8580.0, 8589.0, 8581.0, 8595.0, 8597.0, 8593.0, 8581.0, 8600.0, 8572.0, 8586.0, 8575.0, 8590.0, 8580.0, 8591.0, 8578.0, 8584.0, 8575.0, 8574.0, 8559.0, 8572.0, 8577.0, 8588.0, 8578.0, 8593.0, 8584.0, 8581.0, 8595.0, 8569.0, 8600.0, 8587.0, 8600.0, 8583.0, 8599.0, 8564.0, 8596.0, 8564.0, 8596.0, 8604.0, 8599.0, 8593.0, 8599.0, 8567.0, 8595.0, 8569.0, 8598.0, 8603.0, 8620.0, 8630.0, 8621.0, 8606.0, 8600.0, 8587.0, 8597.0, 8602.0, 8615.0, 8586.0, 8601.0, 8583.0, 8592.0, 8579.0, 8594.0, 8580.0, 8594.0, 8579.0, 8607.0, 8576.0, 8588.0, 8578.0, 8595.0, 8599.0, 8608.0, 8600.0, 8584.0, 8598.0, 8597.0, 8596.0, 8611.0, 8601.0, 8612.0, 8597.0, 8609.0, 8582.0, 8592.0, 8577.0, 8584.0, 8574.0, 8576.0, 8604.0, 8598.0, 8582.0, 8588.0, 8578.0, 8589.0, 8597.0, 8617.0, 8605.0, 8620.0, 8599.0, 8593.0, 8600.0, 8598.0, 8602.0, 8615.0, 8604.0, 8616.0, 8606.0, 8616.0, 8605.0, 8606.0, 8625.0, 8613.0, 8631.0, 8603.0, 8648.0, 8620.0, 8651.0, 8648.0, 8634.0, 8646.0, 8615.0, 8643.0, 8608.0, 8635.0, 8591.0, 8620.0, 8632.0, 8605.0, 8644.0, 8614.0, 8624.0, 8583.0, 8623.0, 8582.0, 8594.0, 8584.0, 8599.0, 8583.0, 8613.0, 8564.0, 8579.0, 8563.0, 8596.0, 8582.0, 8599.0, 8595.0, 8582.0, 8593.0, 8581.0, 8606.0, 8579.0, 8592.0, 8582.0, 8598.0, 8563.0, 8593.0, 8560.0, 8591.0, 8574.0, 8580.0, 8607.0, 8579.0, 8592.0, 8580.0, 8590.0, 8578.0, 8594.0, 8584.0, 8597.0, 8566.0, 8597.0, 8550.0, 8594.0, 8577.0, 8599.0, 8610.0, 8595.0, 8594.0, 8579.0, 8591.0, 8576.0, 8592.0, 8565.0, 8597.0, 8606.0, 8579.0, 8589.0, 8576.0, 8588.0, 8576.0, 8593.0, 8586.0, 8617.0, 8595.0, 8615.0, 8587.0, 8600.0, 8608.0, 8622.0, 8606.0, 8599.0, 8626.0, 8612.0, 8626.0, 8610.0, 8641.0, 8634.0, 8602.0, 8623.0, 8583.0, 8608.0, 8586.0, 8613.0, 8601.0, 8610.0, 8596.0, 8615.0, 8606.0, 8617.0, 8603.0, 8617.0, 8627.0, 8605.0, 8616.0, 8591.0, 8616.0, 8606.0, 8618.0, 8586.0, 8614.0, 8581.0, 8597.0, 8582.0, 8599.0, 8612.0, 8598.0, 8607.0, 8581.0, 8589.0, 8578.0, 8597.0, 8583.0, 8594.0, 8578.0, 8591.0, 8561.0, 8578.0, 8563.0, 8596.0, 8594.0, 8579.0, 8592.0, 8577.0, 8585.0, 8576.0, 8588.0, 8597.0, 8598.0, 8604.0, 8620.0, 8621.0, 8587.0, 8604.0, 8592.0, 8622.0, 8611.0, 8623.0, 8607.0, 8619.0, 8610.0, 8625.0, 8612.0, 8637.0, 8606.0, 8619.0, 8607.0, 8619.0, 8607.0, 8619.0, 8605.0, 8587.0, 8599.0, 8584.0, 8604.0, 8604.0, 8602.0, 8584.0, 8608.0, 8581.0, 8590.0, 8583.0, 8595.0, 8585.0, 8623.0, 8580.0, 8592.0, 8574.0, 8579.0, 8576.0, 8576.0, 8593.0, 8560.0, 8573.0, 8557.0, 8573.0, 8558.0, 8575.0, 8577.0, 8591.0, 8575.0, 8558.0, 8573.0, 8561.0, 8592.0, 8581.0, 8595.0, 8583.0, 8615.0, 8587.0, 8593.0, 8606.0, 8566.0, 8576.0, 8575.0, 8573.0, 8598.0, 8583.0, 8597.0, 8601.0, 8610.0, 8584.0, 8612.0, 8581.0, 8560.0, 8577.0, 8581.0, 8582.0, 8600.0, 8581.0, 8593.0, 8578.0, 8588.0, 8578.0, 8604.0, 8576.0, 8601.0, 8574.0, 8596.0, 8567.0, 8549.0, 8567.0, 8551.0, 8571.0, 8537.0, 8552.0, 8550.0, 8565.0, 8571.0, 8565.0, 8561.0, 8567.0, 8574.0, 8571.0, 8574.0, 8560.0, 8577.0, 8574.0, 8574.0, 8554.0, 8569.0, 8551.0, 8569.0, 8558.0, 8569.0, 8555.0, 8568.0, 8553.0, 8567.0, 8555.0, 8571.0, 8555.0, 8573.0, 8555.0, 8568.0, 8555.0, 8572.0, 8542.0, 8574.0, 8576.0, 8572.0, 8561.0, 8588.0, 8579.0, 8592.0, 8581.0, 8594.0, 8580.0, 8591.0, 8579.0, 8591.0, 8578.0, 8591.0, 8566.0, 8597.0, 8582.0, 8588.0, 8577.0, 8591.0, 8566.0, 8596.0, 8567.0, 8595.0, 8567.0, 8596.0, 8568.0, 8597.0, 8587.0, 8619.0, 8571.0, 8604.0, 8589.0, 8599.0, 8582.0, 8595.0, 8614.0, 8623.0, 8603.0, 8627.0, 8607.0, 8608.0, 8588.0, 8590.0, 8601.0, 8590.0, 8616.0, 8608.0, 8631.0, 8602.0, 8625.0, 8578.0, 8593.0, 8581.0, 8579.0, 8584.0, 8596.0, 8596.0, 8576.0, 8575.0, 8549.0, 8577.0, 8564.0, 8593.0, 8579.0, 8596.0, 8564.0, 8588.0, 8578.0, 8592.0, 8581.0, 8591.0, 8582.0, 8588.0, 8578.0, 8589.0, 8578.0, 8589.0, 8579.0, 8590.0, 8578.0, 8588.0, 8575.0, 8588.0, 8577.0, 8592.0, 8582.0, 8593.0, 8583.0, 8593.0, 8599.0, 8614.0, 8604.0, 8614.0, 8609.0, 8614.0, 8586.0, 8609.0, 8598.0, 8612.0, 8585.0, 8593.0, 8598.0, 8591.0, 8578.0, 8575.0, 8578.0, 8564.0, 8596.0, 8593.0, 8579.0, 8561.0, 8575.0, 8559.0, 8588.0, 8578.0, 8576.0, 8561.0, 8573.0, 8560.0, 8572.0, 8576.0, 8589.0, 8564.0, 8577.0, 8560.0, 8572.0, 8561.0, 8572.0, 8556.0, 8574.0, 8562.0, 8577.0, 8575.0, 8575.0, 8573.0, 8571.0, 8571.0, 8588.0, 8578.0, 8576.0, 8577.0, 8591.0, 8576.0, 8587.0, 8579.0, 8592.0, 8582.0, 8593.0, 8577.0, 8579.0, 8576.0, 8573.0, 8561.0, 8574.0, 8580.0, 8573.0, 8560.0, 8577.0, 8557.0, 8571.0, 8573.0, 8572.0, 8578.0, 8579.0, 8561.0, 8577.0, 8558.0, 8571.0, 8557.0, 8573.0, 8560.0, 8575.0, 8575.0, 8598.0, 8592.0, 8582.0, 8592.0, 8578.0, 8589.0, 8577.0, 8574.0, 8576.0, 8572.0, 8559.0, 8589.0, 8581.0, 8593.0, 8577.0, 8576.0, 8579.0, 8595.0, 8583.0, 8596.0, 8586.0, 8601.0, 8588.0, 8601.0, 8617.0, 8600.0, 8584.0, 8592.0, 8580.0, 8576.0, 8585.0, 8596.0, 8600.0, 8613.0, 8582.0, 8589.0, 8577.0, 8592.0, 8583.0, 8591.0, 8577.0, 8589.0, 8573.0, 8572.0, 8575.0, 8589.0, 8576.0, 8589.0, 8574.0, 8584.0, 8560.0, 8570.0, 8576.0, 8574.0, 8577.0, 8591.0, 8577.0, 8585.0, 8576.0, 8588.0, 8580.0, 8592.0, 8579.0, 8573.0, 8559.0, 8572.0, 8559.0, 8588.0, 8577.0, 8592.0, 8579.0, 8591.0, 8580.0, 8590.0, 8580.0, 8589.0, 8583.0, 8592.0, 8584.0, 8590.0, 8579.0, 8574.0, 8581.0, 8576.0, 8596.0, 8593.0, 8577.0, 8579.0, 8576.0, 8574.0, 8592.0, 8578.0, 8595.0, 8578.0, 8591.0, 8565.0, 8591.0, 8576.0, 8592.0, 8579.0, 8591.0, 8595.0, 8592.0, 8576.0, 8589.0, 8579.0, 8575.0, 8578.0, 8575.0, 8594.0, 8591.0, 8576.0, 8560.0, 8574.0, 8559.0, 8579.0, 8574.0, 8590.0, 8575.0, 8590.0, 8578.0, 8572.0, 8577.0, 8586.0, 8577.0, 8591.0, 8579.0, 8593.0, 8580.0, 8578.0, 8577.0, 8563.0, 8578.0, 8566.0, 8579.0, 8577.0, 8574.0, 8578.0, 8591.0, 8579.0, 8595.0, 8584.0, 8595.0, 8600.0, 8595.0, 8599.0, 8583.0, 8599.0, 8586.0, 8600.0, 8585.0, 8597.0, 8582.0, 8594.0, 8582.0, 8594.0, 8583.0, 8598.0, 8601.0, 8596.0, 8582.0, 8567.0, 8594.0, 8584.0, 8615.0, 8604.0, 8614.0, 8603.0, 8571.0, 8601.0, 8604.0, 8622.0, 8626.0, 8610.0, 8638.0, 8608.0, 8605.0, 8603.0, 8588.0, 8621.0, 8602.0, 8629.0, 8598.0, 8571.0, 8600.0, 8603.0, 8616.0, 8603.0, 8602.0, 8597.0, 8585.0, 8601.0, 8604.0, 8616.0, 8607.0, 8601.0, 8597.0, 8583.0, 8599.0, 8604.0, 8614.0, 8605.0, 8584.0, 8581.0, 8581.0, 8597.0, 8598.0, 8599.0, 8602.0, 8583.0, 8595.0, 8582.0, 8594.0, 8601.0, 8581.0, 8596.0, 8585.0, 8609.0, 8578.0, 8575.0, 8578.0, 8583.0, 8592.0, 8581.0, 8607.0, 8576.0, 8562.0, 8575.0, 8578.0, 8593.0, 8582.0, 8608.0, 8576.0, 8560.0, 8573.0, 8558.0, 8573.0, 8575.0, 8588.0, 8577.0, 8599.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.0003057073695535235</td></tr>
<tr><td colspan=3>aqi</td><td>0.022863157934373317</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.03970131404193</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2386312470344445</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938696652637234</td></tr>
<tr><td colspan=3>efc</td><td>0.4936</td></tr>
<tr><td colspan=3>fber</td><td>5625.0361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07609876115163129</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.882732651963421</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3450508715970115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2599274006645866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.55124357553725</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2239816385891977</td></tr>
<tr><td colspan=3>gcor</td><td>0.00997076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008692936040461063</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026769159361720085</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.285843393088385</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.8546</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4159</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.52</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.0425</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2412</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.7965</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3025.7243</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>737.0734</td></tr>
<tr><td colspan=3>tsnr</td><td>40.67300869617611</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>