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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:14:23.472500</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.99935, -0.00892469, 0.0349279, 0.00418602, 0.991045, 0.13346]</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.259</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.0853606</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7818, -7219, 427, -199, 70, 194, 108]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e36e47f-6567-4a62-b773-c67dee9eb716||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.681182861328125, 0.011230777949094772, 0.09667690843343735, 107.25578308105469], [0.023944290354847908, 2.658902406692505, 0.35971248149871826, -121.2751235961914], [0.09370911121368408, -0.35806289315223694, 2.6741840839385986, -58.13999557495117], [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': ['181423.472500', '181423.932500', '181424.392500', '181424.852500', '181425.312500', '181425.772500', '181426.232500', '181426.692500', '181427.152500', '181427.612500', '181428.072500', '181428.532500', '181428.992500', '181429.452500', '181429.912500', '181430.372500', '181430.832500', '181431.292500', '181431.752500', '181432.212500', '181432.672500', '181433.132500', '181433.592500', '181434.052500', '181434.512500', '181434.972500', '181435.432500', '181435.892500', '181436.352500', '181436.812500', '181437.272500', '181437.732500', '181438.192500', '181438.652500', '181439.112500', '181439.572500', '181440.032500', '181440.492500', '181440.952500', '181441.412500', '181441.872500', '181442.332500', '181442.792500', '181443.252500', '181443.712500', '181444.172500', '181444.632500', '181445.092500', '181445.552500', '181446.012500', '181446.472500', '181446.932500', '181447.392500', '181447.852500', '181448.312500', '181448.772500', '181449.232500', '181449.692500', '181450.152500', '181450.612500', '181451.072500', '181451.532500', '181451.992500', '181452.452500', '181452.912500', '181453.372500', '181453.832500', '181454.292500', '181454.752500', '181455.212500', '181455.672500', '181456.132500', '181456.592500', '181457.052500', '181457.512500', '181457.972500', '181458.432500', '181458.892500', '181459.352500', '181459.812500', '181500.272500', '181500.732500', '181501.192500', '181501.652500', '181502.112500', '181502.572500', '181503.032500', '181503.492500', '181503.952500', '181504.412500', '181504.872500', '181505.332500', '181505.792500', '181506.252500', '181506.712500', '181507.172500', '181507.632500', '181508.092500', '181508.552500', '181509.012500', '181509.472500', '181509.932500', '181510.392500', '181510.852500', '181511.312500', '181511.772500', '181512.232500', '181512.692500', '181513.152500', '181513.612500', '181514.072500', '181514.532500', '181514.992500', '181515.452500', '181515.912500', '181516.372500', '181516.832500', '181517.292500', '181517.752500', '181518.212500', '181518.672500', '181519.132500', '181519.592500', '181520.052500', '181520.512500', '181520.972500', '181521.432500', '181521.892500', '181522.352500', '181522.812500', '181523.272500', '181523.732500', '181524.192500', '181524.652500', '181525.112500', '181525.572500', '181526.032500', '181526.492500', '181526.952500', '181527.412500', '181527.872500', '181528.332500', '181528.792500', '181529.252500', '181529.712500', '181530.172500', '181530.632500', '181531.092500', '181531.552500', '181532.012500', '181532.472500', '181532.932500', '181533.392500', '181533.852500', '181534.312500', '181534.772500', '181535.232500', '181535.692500', '181536.152500', '181536.612500', '181537.072500', '181537.532500', '181537.992500', '181538.452500', '181538.912500', '181539.372500', '181539.832500', '181540.292500', '181540.752500', '181541.212500', '181541.672500', '181542.132500', '181542.592500', '181543.052500', '181543.512500', '181543.972500', '181544.432500', '181544.892500', '181545.352500', '181545.812500', '181546.272500', '181546.732500', '181547.192500', '181547.652500', '181548.112500', '181548.572500', '181549.032500', '181549.492500', '181549.952500', '181550.412500', '181550.872500', '181551.332500', '181551.792500', '181552.252500', '181552.712500', '181553.172500', '181553.632500', '181554.092500', '181554.552500', '181555.012500', '181555.472500', '181555.932500', '181556.392500', '181556.852500', '181557.312500', '181557.772500', '181558.232500', '181558.692500', '181559.152500', '181559.612500', '181600.072500', '181600.532500', '181600.992500', '181601.452500', '181601.912500', '181602.372500', '181602.832500', '181603.292500', '181603.752500', '181604.212500', '181604.672500', '181605.132500', '181605.592500', '181606.052500', '181606.512500', '181606.972500', '181607.432500', '181607.892500', '181608.352500', '181608.812500', '181609.272500', '181609.732500', '181610.192500', '181610.652500', '181611.112500', '181611.572500', '181612.032500', '181612.492500', '181612.952500', '181613.412500', '181613.872500', '181614.332500', '181614.792500', '181615.252500', '181615.712500', '181616.172500', '181616.632500', '181617.092500', '181617.552500', '181618.012500', '181618.472500', '181618.932500', '181619.392500', '181619.852500', '181620.312500', '181620.772500', '181621.232500', '181621.692500', '181622.152500', '181622.612500', '181623.072500', '181623.532500', '181623.992500', '181624.452500', '181624.912500', '181625.372500', '181625.832500', '181626.292500', '181626.752500', '181627.212500', '181627.672500', '181628.132500', '181628.592500', '181629.052500', '181629.512500', '181629.972500', '181630.432500', '181630.892500', '181631.352500', '181631.812500', '181632.272500', '181632.732500', '181633.192500', '181633.652500', '181634.112500', '181634.572500', '181635.032500', '181635.492500', '181635.952500', '181636.412500', '181636.872500', '181637.332500', '181637.792500', '181638.252500', '181638.712500', '181639.172500', '181639.632500', '181640.092500', '181640.552500', '181641.012500', '181641.472500', '181641.932500', '181642.392500', '181642.852500', '181643.312500', '181643.772500', '181644.232500', '181644.692500', '181645.152500', '181645.612500', '181646.072500', '181646.532500', '181646.992500', '181647.452500', '181647.912500', '181648.372500', '181648.832500', '181649.292500', '181649.752500', '181650.212500', '181650.672500', '181651.132500', '181651.592500', '181652.052500', '181652.512500', '181652.972500', '181653.432500', '181653.892500', '181654.352500', '181654.812500', '181655.272500', '181655.732500', '181656.192500', '181656.652500', '181657.112500', '181657.572500', '181658.032500', '181658.492500', '181658.952500', '181659.412500', '181659.872500', '181700.332500', '181700.792500', '181701.252500', '181701.712500', '181702.172500', '181702.632500', '181703.092500', '181703.552500', '181704.012500', '181704.472500', '181704.932500', '181705.392500', '181705.852500', '181706.312500', '181706.772500', '181707.232500', '181707.692500', '181708.152500', '181708.612500', '181709.072500', '181709.532500', '181709.992500', '181710.452500', '181710.912500', '181711.372500', '181711.832500', '181712.292500', '181712.752500', '181713.212500', '181713.672500', '181714.132500', '181714.592500', '181715.052500', '181715.512500', '181715.972500', '181716.432500', '181716.892500', '181717.352500', '181717.812500', '181718.272500', '181718.732500', '181719.192500', '181719.652500', '181720.112500', '181720.572500', '181721.032500', '181721.492500', '181721.952500', '181722.412500', '181722.872500', '181723.332500', '181723.792500', '181724.252500', '181724.712500', '181725.172500', '181725.632500', '181726.092500', '181726.552500', '181727.012500', '181727.472500', '181727.932500', '181728.392500', '181728.852500', '181729.312500', '181729.772500', '181730.232500', '181730.692500', '181731.152500', '181731.612500', '181732.072500', '181732.532500', '181732.992500', '181733.452500', '181733.912500', '181734.372500', '181734.832500', '181735.292500', '181735.752500', '181736.212500', '181736.672500', '181737.132500', '181737.592500', '181738.052500', '181738.512500', '181738.972500', '181739.432500', '181739.892500', '181740.352500', '181740.812500', '181741.272500', '181741.732500', '181742.192500', '181742.652500', '181743.112500', '181743.572500', '181744.032500', '181744.492500', '181744.952500', '181745.412500', '181745.872500', '181746.332500', '181746.792500', '181747.252500', '181747.712500', '181748.172500', '181748.632500', '181749.092500', '181749.552500', '181750.012500', '181750.472500', '181750.932500', '181751.392500', '181751.852500', '181752.312500', '181752.772500', '181753.232500', '181753.692500', '181754.152500', '181754.612500', '181755.072500', '181755.532500', '181755.992500', '181756.452500', '181756.912500', '181757.372500', '181757.832500', '181758.292500', '181758.752500', '181759.212500', '181759.672500', '181800.132500', '181800.592500', '181801.052500', '181801.512500', '181801.972500', '181802.432500', '181802.892500', '181803.352500', '181803.812500', '181804.272500', '181804.732500', '181805.192500', '181805.652500', '181806.112500', '181806.572500', '181807.032500', '181807.492500', '181807.952500', '181808.412500', '181808.872500', '181809.332500', '181809.792500', '181810.252500', '181810.712500', '181811.172500', '181811.632500', '181812.092500', '181812.552500', '181813.012500', '181813.472500', '181813.932500', '181814.392500', '181814.852500', '181815.312500', '181815.772500', '181816.232500', '181816.692500', '181817.152500', '181817.612500', '181818.072500', '181818.532500', '181818.992500', '181819.452500', '181819.912500', '181820.372500', '181820.832500', '181821.292500', '181821.752500', '181822.212500', '181822.672500', '181823.132500', '181823.592500', '181824.052500', '181824.512500', '181824.972500', '181825.432500', '181825.892500', '181826.352500', '181826.812500', '181827.272500', '181827.732500', '181828.192500', '181828.652500', '181829.112500', '181829.572500', '181830.032500', '181830.492500', '181830.952500', '181831.412500', '181831.872500', '181832.332500', '181832.792500', '181833.252500', '181833.712500', '181834.172500', '181834.632500', '181835.092500', '181835.552500', '181836.012500', '181836.472500', '181836.932500', '181837.392500', '181837.852500', '181838.312500', '181838.772500', '181839.232500', '181839.692500', '181840.152500', '181840.612500', '181841.072500', '181841.532500', '181841.992500', '181842.452500', '181842.912500', '181843.372500', '181843.832500', '181844.292500', '181844.752500', '181845.212500', '181845.672500', '181846.132500', '181846.592500', '181847.052500', '181847.512500', '181847.972500', '181848.432500', '181848.892500', '181849.352500', '181849.812500', '181850.272500', '181850.732500', '181851.192500', '181851.652500', '181852.112500', '181852.572500', '181853.032500', '181853.492500', '181853.952500', '181854.412500', '181854.872500', '181855.332500', '181855.792500', '181856.252500', '181856.712500', '181857.172500', '181857.632500', '181858.092500', '181858.552500', '181859.012500', '181859.472500', '181859.932500', '181900.392500', '181900.852500', '181901.312500', '181901.772500', '181902.232500', '181902.692500', '181903.152500', '181903.612500', '181904.072500', '181904.532500', '181904.992500', '181905.452500', '181905.912500', '181906.372500', '181906.832500', '181907.292500', '181907.752500', '181908.212500', '181908.672500', '181909.132500', '181909.592500', '181910.052500', '181910.512500', '181910.972500', '181911.432500', '181911.892500', '181912.352500', '181912.812500', '181913.272500', '181913.732500', '181914.192500', '181914.652500', '181915.112500', '181915.572500', '181916.032500', '181916.492500', '181916.952500', '181917.412500', '181917.872500', '181918.332500', '181918.792500', '181919.252500', '181919.712500', '181920.172500', '181920.632500', '181921.092500', '181921.552500', '181922.012500', '181922.472500', '181922.932500', '181923.392500', '181923.852500', '181924.312500', '181924.772500', '181925.232500', '181925.692500', '181926.152500', '181926.612500', '181927.072500', '181927.532500', '181927.992500', '181928.452500', '181928.912500', '181929.372500', '181929.832500', '181930.292500', '181930.752500', '181931.212500', '181931.672500', '181932.132500', '181932.592500', '181933.052500', '181933.512500', '181933.972500', '181934.432500', '181934.892500', '181935.352500', '181935.812500', '181936.272500', '181936.732500', '181937.192500', '181937.652500', '181938.112500', '181938.572500', '181939.032500', '181939.492500', '181939.952500', '181940.412500', '181940.872500', '181941.332500', '181941.792500', '181942.252500', '181942.712500', '181943.172500', '181943.632500', '181944.092500', '181944.552500', '181945.012500', '181945.472500', '181945.932500', '181946.392500', '181946.852500', '181947.312500', '181947.772500', '181948.232500', '181948.692500', '181949.152500', '181949.612500', '181950.072500', '181950.532500', '181950.992500', '181951.452500', '181951.912500', '181952.372500', '181952.832500', '181953.292500', '181953.752500', '181954.212500', '181954.672500', '181955.132500', '181955.592500', '181956.052500', '181956.512500', '181956.972500', '181957.432500', '181957.892500', '181958.352500', '181958.812500', '181959.272500', '181959.732500', '182000.192500', '182000.652500', '182001.112500', '182001.572500', '182002.032500', '182002.492500', '182002.952500', '182003.412500', '182003.872500', '182004.332500', '182004.792500', '182005.252500', '182005.712500', '182006.172500', '182006.632500', '182007.092500', '182007.552500', '182008.012500', '182008.472500', '182008.932500', '182009.392500', '182009.852500', '182010.312500', '182010.772500', '182011.232500', '182011.692500', '182012.152500', '182012.612500', '182013.072500', '182013.532500', '182013.992500', '182014.452500', '182014.912500', '182015.372500', '182015.832500', '182016.292500', '182016.752500', '182017.212500', '182017.672500', '182018.132500', '182018.592500', '182019.052500', '182019.512500', '182019.972500', '182020.432500', '182020.892500', '182021.352500', '182021.812500', '182022.272500', '182022.732500', '182023.192500', '182023.652500', '182024.112500', '182024.572500', '182025.032500', '182025.492500', '182025.952500', '182026.412500', '182026.872500', '182027.332500', '182027.792500', '182028.252500', '182028.712500', '182029.172500', '182029.632500', '182030.092500', '182030.552500', '182031.012500', '182031.472500', '182031.932500', '182032.392500', '182032.852500', '182033.312500', '182033.772500', '182034.232500', '182034.692500', '182035.152500', '182035.612500', '182036.072500', '182036.532500', '182036.992500', '182037.452500', '182037.912500', '182038.372500', '182038.832500', '182039.292500', '182039.752500', '182040.212500', '182040.672500', '182041.132500', '182041.592500', '182042.052500', '182042.512500', '182042.972500', '182043.432500', '182043.892500', '182044.352500', '182044.812500', '182045.272500', '182045.732500', '182046.192500', '182046.652500', '182047.112500', '182047.572500', '182048.032500', '182048.492500', '182048.952500', '182049.412500', '182049.872500', '182050.332500', '182050.792500', '182051.252500', '182051.712500', '182052.172500', '182052.632500', '182053.092500', '182053.552500', '182054.012500', '182054.472500', '182054.932500', '182055.392500', '182055.852500', '182056.312500', '182056.772500', '182057.232500', '182057.692500', '182058.152500', '182058.612500', '182059.072500', '182059.532500', '182059.992500', '182100.452500', '182100.912500', '182101.372500', '182101.832500', '182102.292500', '182102.752500', '182103.212500', '182103.672500', '182104.132500', '182104.592500', '182105.052500', '182105.512500', '182105.972500', '182106.432500', '182106.892500', '182107.352500', '182107.812500', '182108.272500', '182108.732500', '182109.192500', '182109.652500', '182110.112500', '182110.572500', '182111.032500', '182111.492500', '182111.952500', '182112.412500', '182112.872500', '182113.332500', '182113.792500', '182114.252500', '182114.712500', '182115.172500', '182115.632500', '182116.092500', '182116.552500', '182117.012500', '182117.472500', '182117.932500', '182118.392500', '182118.852500', '182119.312500', '182119.772500', '182120.232500', '182120.692500', '182121.152500', '182121.612500', '182122.072500', '182122.532500', '182122.992500', '182123.452500', '182123.912500', '182124.372500', '182124.832500', '182125.292500', '182125.752500', '182126.212500', '182126.672500', '182127.132500', '182127.592500', '182128.052500', '182128.512500', '182128.972500', '182129.432500', '182129.892500', '182130.352500', '182130.812500', '182131.272500', '182131.732500', '182132.192500', '182132.652500', '182133.112500', '182133.572500', '182134.032500', '182134.492500', '182134.952500', '182135.412500', '182135.872500', '182136.332500', '182136.792500', '182137.252500', '182137.712500', '182138.172500', '182138.632500', '182139.092500', '182139.552500', '182140.012500', '182140.472500', '182140.932500', '182141.392500', '182141.852500', '182142.312500', '182142.772500', '182143.232500', '182143.692500', '182144.152500', '182144.612500', '182145.072500', '182145.532500', '182145.992500', '182146.452500', '182146.912500', '182147.372500', '182147.832500', '182148.292500', '182148.752500', '182149.212500', '182149.672500', '182150.132500', '182150.592500', '182151.052500', '182151.512500', '182151.972500', '182152.432500', '182152.892500', '182153.352500', '182153.812500', '182154.272500', '182154.732500', '182155.192500', '182155.652500', '182156.112500', '182156.572500', '182157.032500', '182157.492500', '182157.952500', '182158.412500', '182158.872500', '182159.332500', '182159.792500', '182200.252500', '182200.712500', '182201.172500', '182201.632500', '182202.092500', '182202.552500', '182203.012500', '182203.472500', '182203.932500', '182204.392500', '182204.852500', '182205.312500', '182205.772500', '182206.232500', '182206.692500', '182207.152500', '182207.612500', '182208.072500', '182208.532500', '182208.992500', '182209.452500', '182209.912500', '182210.372500', '182210.832500', '182211.292500', '182211.752500', '182212.212500', '182212.672500', '182213.132500', '182213.592500', '182214.052500', '182214.512500', '182214.972500', '182215.432500', '182215.892500', '182216.352500', '182216.812500', '182217.272500', '182217.732500', '182218.192500', '182218.652500', '182219.112500', '182219.572500', '182220.032500', '182220.492500', '182220.952500', '182221.412500', '182221.872500', '182222.332500', '182222.792500', '182223.252500', '182223.712500', '182224.172500', '182224.632500', '182225.092500', '182225.552500', '182226.012500', '182226.472500', '182226.932500', '182227.392500', '182227.852500', '182228.312500', '182228.772500', '182229.232500', '182229.692500', '182230.152500', '182230.612500', '182231.072500', '182231.532500', '182231.992500', '182232.452500', '182232.912500', '182233.372500', '182233.832500', '182234.292500', '182234.752500', '182235.212500', '182235.672500', '182236.132500', '182236.592500', '182237.052500', '182237.512500', '182237.972500', '182238.432500', '182238.892500', '182239.352500', '182239.812500', '182240.272500', '182240.732500', '182241.192500', '182241.652500', '182242.112500', '182242.572500', '182243.032500', '182243.492500', '182243.952500', '182244.412500', '182244.872500', '182245.332500', '182245.792500', '182246.252500', '182246.712500', '182247.172500', '182247.632500', '182248.092500', '182248.552500', '182249.012500', '182249.472500', '182249.932500', '182250.392500', '182250.852500', '182251.312500', '182251.772500', '182252.232500', '182252.692500', '182253.152500', '182253.612500', '182254.072500', '182254.532500', '182254.992500', '182255.452500', '182255.912500', '182256.372500', '182256.832500', '182257.292500', '182257.752500', '182258.212500', '182258.672500', '182259.132500', '182259.592500', '182300.052500', '182300.512500', '182300.972500', '182301.432500', '182301.892500', '182302.352500', '182302.812500', '182303.272500', '182303.732500', '182304.192500', '182304.652500', '182305.112500', '182305.572500', '182306.032500', '182306.492500', '182306.952500', '182307.412500', '182307.872500', '182308.332500', '182308.792500', '182309.252500', '182309.712500', '182310.172500', '182310.632500', '182311.092500', '182311.552500', '182312.012500', '182312.472500', '182312.932500', '182313.392500', '182313.852500', '182314.312500', '182314.772500', '182315.232500', '182315.692500', '182316.152500', '182316.612500', '182317.072500', '182317.532500', '182317.992500', '182318.452500', '182318.912500', '182319.372500', '182319.832500', '182320.292500', '182320.752500', '182321.212500', '182321.672500', '182322.132500', '182322.592500', '182323.052500', '182323.512500', '182323.972500', '182324.432500', '182324.892500', '182325.352500', '182325.812500', '182326.272500', '182326.732500', '182327.192500', '182327.652500', '182328.112500', '182328.572500', '182329.032500', '182329.492500', '182329.952500', '182330.412500', '182330.872500', '182331.332500', '182331.792500', '182332.252500', '182332.712500', '182333.172500', '182333.632500', '182334.092500', '182334.552500', '182335.012500', '182335.472500', '182335.932500', '182336.392500', '182336.852500', '182337.312500', '182337.772500', '182338.232500', '182338.692500', '182339.152500', '182339.612500', '182340.072500', '182340.532500', '182340.992500', '182341.452500', '182341.912500', '182342.372500', '182342.832500', '182343.292500', '182343.752500', '182344.212500', '182344.672500', '182345.132500', '182345.592500', '182346.052500', '182346.512500', '182346.972500', '182347.432500', '182347.892500', '182348.352500', '182348.812500', '182349.272500', '182349.732500', '182350.192500', '182350.652500', '182351.112500', '182351.572500', '182352.032500', '182352.492500', '182352.952500', '182353.412500', '182353.872500', '182354.332500', '182354.792500', '182355.252500', '182355.712500', '182356.172500', '182356.632500', '182357.092500', '182357.552500', '182358.012500', '182358.472500', '182358.932500', '182359.392500', '182359.852500', '182400.312500', '182400.772500', '182401.232500', '182401.692500', '182402.152500', '182402.612500', '182403.072500', '182403.532500', '182403.992500', '182404.452500', '182404.912500', '182405.372500', '182405.832500', '182406.292500', '182406.752500', '182407.212500', '182407.672500', '182408.132500', '182408.592500', '182409.052500', '182409.512500', '182409.972500', '182410.432500', '182410.892500', '182411.352500', '182411.812500', '182412.272500', '182412.732500', '182413.192500', '182413.652500', '182414.112500', '182414.572500', '182415.032500', '182415.492500', '182415.952500', '182416.412500', '182416.872500', '182417.332500', '182417.792500', '182418.252500', '182418.712500', '182419.172500', '182419.632500', '182420.092500', '182420.552500', '182421.012500', '182421.472500', '182421.932500', '182422.392500', '182422.852500', '182423.312500', '182423.772500', '182424.232500', '182424.692500', '182425.152500', '182425.612500', '182426.072500', '182426.532500', '182426.992500', '182427.452500', '182427.912500', '182428.372500', '182428.832500', '182429.292500', '182429.752500', '182430.212500', '182430.672500', '182431.132500', '182431.592500', '182432.052500', '182432.512500', '182432.972500', '182433.432500', '182433.892500', '182434.352500', '182434.812500', '182435.272500', '182435.732500', '182436.192500', '182436.652500', '182437.112500', '182437.572500', '182438.032500', '182438.492500', '182438.952500', '182439.412500', '182439.872500', '182440.332500', '182440.792500', '182441.252500', '182441.712500', '182442.172500', '182442.632500', '182443.092500', '182443.552500', '182444.012500', '182444.472500', '182444.932500', '182445.392500', '182445.852500', '182446.312500', '182446.772500', '182447.232500', '182447.692500', '182448.152500', '182448.612500', '182449.072500', '182449.532500', '182449.992500', '182450.452500', '182450.912500', '182451.372500', '182451.832500', '182452.292500', '182452.752500', '182453.212500', '182453.672500', '182454.132500', '182454.592500', '182455.052500', '182455.512500', '182455.972500', '182456.432500', '182456.892500', '182457.352500', '182457.812500', '182458.272500', '182458.732500', '182459.192500', '182459.652500', '182500.112500', '182500.572500', '182501.032500', '182501.492500', '182501.952500', '182502.412500', '182502.872500', '182503.332500', '182503.792500', '182504.252500', '182504.712500', '182505.172500', '182505.632500', '182506.092500', '182506.552500', '182507.012500', '182507.472500', '182507.932500', '182508.392500', '182508.852500', '182509.312500', '182509.772500', '182510.232500', '182510.692500', '182511.152500', '182511.612500', '182512.072500', '182512.532500', '182512.992500', '182513.452500', '182513.912500', '182514.372500', '182514.832500', '182515.292500', '182515.752500', '182516.212500', '182516.672500', '182517.132500', '182517.592500', '182518.052500', '182518.512500', '182518.972500', '182519.432500', '182519.892500', '182520.352500', '182520.812500', '182521.272500', '182521.732500', '182522.192500', '182522.652500', '182523.112500', '182523.572500', '182524.032500', '182524.492500', '182524.952500', '182525.412500', '182525.872500', '182526.332500', '182526.792500', '182527.252500', '182527.712500', '182528.172500', '182528.632500', '182529.092500', '182529.552500', '182530.012500', '182530.472500', '182530.932500', '182531.392500', '182531.852500', '182532.312500', '182532.772500', '182533.232500', '182533.692500', '182534.152500', '182534.612500', '182535.072500', '182535.532500', '182535.992500', '182536.452500', '182536.912500', '182537.372500', '182537.832500', '182538.292500', '182538.752500', '182539.212500', '182539.672500', '182540.132500', '182540.592500', '182541.052500', '182541.512500', '182541.972500', '182542.432500', '182542.892500', '182543.352500', '182543.812500', '182544.272500', '182544.732500', '182545.192500', '182545.652500', '182546.112500', '182546.572500', '182547.032500', '182547.492500', '182547.952500', '182548.412500', '182548.872500', '182549.332500', '182549.792500', '182550.252500', '182550.712500', '182551.172500', '182551.632500', '182552.092500', '182552.552500', '182553.012500', '182553.472500', '182553.932500', '182554.392500', '182554.852500', '182555.312500', '182555.772500', '182556.232500', '182556.692500', '182557.152500', '182557.612500', '182558.072500', '182558.532500', '182558.992500', '182559.452500', '182559.912500', '182600.372500', '182600.832500', '182601.292500', '182601.752500', '182602.212500', '182602.672500', '182603.132500', '182603.592500', '182604.052500', '182604.512500', '182604.972500', '182605.432500', '182605.892500', '182606.352500', '182606.812500', '182607.272500', '182607.732500', '182608.192500', '182608.652500', '182609.112500', '182609.572500', '182610.032500', '182610.492500', '182610.952500', '182611.412500', '182611.872500', '182612.332500', '182612.792500', '182613.252500', '182613.712500', '182614.172500', '182614.632500', '182615.092500', '182615.552500', '182616.012500', '182616.472500', '182616.932500', '182617.392500', '182617.852500', '182618.312500', '182618.772500', '182619.232500', '182619.692500', '182620.152500', '182620.612500', '182621.072500', '182621.532500', '182621.992500', '182622.452500', '182622.912500', '182623.372500', '182623.832500', '182624.292500', '182624.752500', '182625.212500', '182625.672500', '182626.132500', '182626.592500', '182627.052500', '182627.512500', '182627.972500', '182628.432500', '182628.892500', '182629.352500', '182629.812500', '182630.272500', '182630.732500', '182631.192500', '182631.652500', '182632.112500', '182632.572500', '182633.032500', '182633.492500', '182633.952500', '182634.412500', '182634.872500', '182635.332500', '182635.792500', '182636.252500', '182636.712500', '182637.172500', '182637.632500', '182638.092500', '182638.552500', '182639.012500', '182639.472500', '182639.932500', '182640.392500', '182640.852500', '182641.312500', '182641.772500', '182642.232500', '182642.692500', '182643.152500', '182643.612500', '182644.072500', '182644.532500', '182644.992500', '182645.452500', '182645.912500', '182646.372500', '182646.832500', '182647.292500', '182647.752500', '182648.212500', '182648.672500', '182649.132500', '182649.592500', '182650.052500', '182650.512500', '182650.972500', '182651.432500', '182651.892500', '182652.352500', '182652.812500', '182653.272500', '182653.732500', '182654.192500', '182654.652500', '182655.112500', '182655.572500', '182656.032500', '182656.492500', '182656.952500', '182657.412500', '182657.872500', '182658.332500', '182658.792500', '182659.252500', '182659.712500', '182700.172500', '182700.632500', '182701.092500', '182701.552500', '182702.012500', '182702.472500', '182702.932500', '182703.392500', '182703.852500', '182704.312500', '182704.772500', '182705.232500', '182705.692500', '182706.152500', '182706.612500', '182707.072500', '182707.532500', '182707.992500', '182708.452500', '182708.912500', '182709.372500', '182709.832500', '182710.292500', '182710.752500', '182711.212500', '182711.672500', '182712.132500', '182712.592500', '182713.052500', '182713.512500', '182713.972500', '182714.432500', '182714.892500', '182715.352500', '182715.812500', '182716.272500', '182716.732500', '182717.192500', '182717.652500', '182718.112500', '182718.572500', '182719.032500', '182719.492500', '182719.952500', '182720.412500', '182720.872500', '182721.332500', '182721.792500', '182722.252500', '182722.712500', '182723.172500', '182723.632500', '182724.092500', '182724.552500', '182725.012500', '182725.472500', '182725.932500', '182726.392500', '182726.852500', '182727.312500', '182727.772500', '182728.232500', '182728.692500', '182729.152500', '182729.612500', '182730.072500', '182730.532500', '182730.992500', '182731.452500', '182731.912500', '182732.372500', '182732.832500', '182733.292500', '182733.752500', '182734.212500', '182734.672500', '182735.132500', '182735.592500', '182736.052500', '182736.512500', '182736.972500', '182737.432500', '182737.892500', '182738.352500', '182738.812500', '182739.272500', '182739.732500', '182740.192500', '182740.652500', '182741.112500', '182741.572500', '182742.032500', '182742.492500', '182742.952500', '182743.412500', '182743.872500', '182744.332500', '182744.792500', '182745.252500', '182745.712500', '182746.172500', '182746.632500', '182747.092500', '182747.552500', '182748.012500', '182748.472500', '182748.932500', '182749.392500', '182749.852500', '182750.312500', '182750.772500', '182751.232500', '182751.692500', '182752.152500', '182752.612500', '182753.072500', '182753.532500', '182753.992500', '182754.452500', '182754.912500', '182755.372500', '182755.832500', '182756.292500', '182756.752500', '182757.212500', '182757.672500', '182758.132500', '182758.592500', '182759.052500', '182759.512500', '182759.972500', '182800.432500', '182800.892500', '182801.352500', '182801.812500', '182802.272500', '182802.732500', '182803.192500', '182803.652500', '182804.112500', '182804.572500', '182805.032500', '182805.492500', '182805.952500', '182806.412500', '182806.872500', '182807.332500', '182807.792500', '182808.252500', '182808.712500', '182809.172500', '182809.632500', '182810.092500', '182810.552500', '182811.012500', '182811.472500', '182811.932500', '182812.392500', '182812.852500', '182813.312500', '182813.772500', '182814.232500', '182814.692500', '182815.152500', '182815.612500', '182816.072500', '182816.532500', '182816.992500', '182817.452500', '182817.912500', '182818.372500', '182818.832500', '182819.292500', '182819.752500', '182820.212500', '182820.672500', '182821.132500', '182821.592500', '182822.052500', '182822.512500', '182822.972500', '182823.432500', '182823.892500', '182824.352500', '182824.812500', '182825.272500', '182825.732500', '182826.192500', '182826.652500', '182827.112500', '182827.572500', '182828.032500', '182828.492500', '182828.952500', '182829.412500', '182829.872500', '182830.332500', '182830.792500', '182831.252500', '182831.712500', '182832.172500', '182832.632500', '182833.092500', '182833.552500', '182834.012500', '182834.472500', '182834.932500', '182835.392500', '182835.852500', '182836.312500', '182836.772500', '182837.232500', '182837.692500', '182838.152500'], 'ContentTime': ['181445.791000', '181445.794000', '181445.797000', '181445.800000', '181445.803000', '181445.805000', '181445.808000', '181445.810000', '181445.813000', '181445.816000', '181445.818000', '181445.821000', '181445.823000', '181445.826000', '181445.829000', '181445.831000', '181445.834000', '181445.836000', '181445.839000', '181445.841000', '181445.844000', '181445.846000', '181445.849000', '181445.851000', '181445.854000', '181445.857000', '181445.859000', '181445.862000', '181445.864000', '181445.867000', '181445.869000', '181445.872000', '181445.875000', '181445.877000', '181445.880000', '181445.882000', '181445.886000', '181445.888000', '181445.891000', '181445.894000', '181445.896000', '181445.899000', '181445.902000', '181445.904000', '181445.907000', '181445.909000', '181505.742000', '181505.745000', '181505.748000', '181505.750000', '181505.753000', '181505.755000', '181505.758000', '181505.770000', '181505.772000', '181505.775000', '181505.777000', '181505.780000', '181505.782000', '181505.785000', '181505.788000', '181505.790000', '181505.793000', '181505.795000', '181505.798000', '181505.800000', '181505.803000', '181505.806000', '181505.808000', '181505.811000', '181505.814000', '181505.816000', '181505.819000', '181505.821000', '181505.824000', '181505.826000', '181505.829000', '181505.831000', '181505.834000', '181505.837000', '181505.839000', '181505.842000', '181505.844000', '181505.847000', '181505.849000', '181505.852000', '181505.855000', '181505.857000', '181505.860000', '181505.868000', '181525.743000', '181525.746000', '181525.749000', '181525.751000', '181525.754000', '181525.757000', '181525.759000', '181525.762000', '181525.765000', '181525.767000', '181525.770000', '181525.772000', '181525.775000', '181525.777000', '181525.780000', '181525.783000', '181525.786000', '181525.788000', '181525.791000', '181525.794000', '181525.816000', '181525.818000', '181525.821000', '181525.824000', '181525.827000', '181525.830000', '181525.832000', '181525.835000', '181525.837000', '181525.840000', '181525.843000', '181525.845000', '181525.848000', '181525.850000', '181525.853000', '181525.856000', '181525.858000', '181525.861000', '181525.863000', '181525.866000', '181525.869000', '181525.871000', '181525.874000', '181545.743000', '181545.746000', '181545.749000', '181545.752000', '181545.754000', '181545.757000', '181545.759000', '181545.762000', '181545.775000', '181545.778000', '181545.780000', '181545.783000', '181545.785000', '181545.788000', '181545.791000', '181545.793000', '181545.796000', '181545.799000', '181545.801000', '181545.804000', '181545.806000', '181545.809000', '181545.812000', '181545.814000', '181545.817000', '181545.819000', '181545.822000', '181545.824000', '181545.827000', '181545.830000', '181545.832000', '181545.835000', '181545.837000', '181545.840000', '181545.842000', '181545.845000', '181545.848000', '181545.850000', '181545.853000', '181545.855000', '181545.858000', '181545.860000', '181545.863000', '181545.865000', '181605.743000', '181605.746000', '181605.749000', '181605.751000', '181605.754000', '181605.757000', '181605.766000', '181605.769000', '181605.772000', '181605.774000', '181605.777000', '181605.780000', '181605.782000', '181605.785000', '181605.788000', '181605.807000', '181605.810000', '181605.812000', '181605.815000', '181605.817000', '181605.820000', '181605.823000', '181605.825000', '181605.828000', '181605.830000', '181605.833000', '181605.835000', '181605.838000', '181605.841000', '181605.843000', '181605.846000', '181605.849000', '181605.851000', '181605.854000', '181605.856000', '181605.859000', '181605.862000', '181605.864000', '181605.867000', '181605.869000', '181605.872000', '181605.875000', '181605.877000', '181625.743000', '181625.746000', '181625.749000', '181625.751000', '181625.754000', '181625.757000', '181625.759000', '181625.762000', '181625.764000', '181625.767000', '181625.770000', '181625.772000', '181625.775000', '181625.778000', '181625.780000', '181625.783000', '181625.785000', '181625.788000', '181625.790000', '181625.793000', '181625.796000', '181625.798000', '181625.801000', '181625.803000', '181625.806000', '181625.808000', '181625.811000', '181625.814000', '181625.816000', '181625.819000', '181625.822000', '181625.824000', '181625.827000', '181625.829000', '181625.832000', '181625.835000', '181625.837000', '181625.840000', '181625.842000', '181625.845000', '181625.848000', '181625.850000', '181625.853000', '181625.855000', '181645.743000', '181645.746000', '181645.749000', '181645.751000', '181645.754000', '181645.757000', '181645.759000', '181645.762000', '181645.764000', '181645.767000', '181645.770000', '181645.772000', '181645.775000', '181645.777000', '181645.780000', '181645.783000', '181645.785000', '181645.788000', '181645.791000', '181645.793000', '181645.796000', '181645.799000', '181645.802000', '181645.805000', '181645.807000', '181645.810000', '181645.812000', '181645.815000', '181645.818000', '181645.820000', '181645.823000', '181645.825000', '181645.828000', '181645.831000', '181645.833000', '181645.836000', '181645.838000', '181645.841000', '181645.843000', '181645.846000', '181645.848000', '181645.851000', '181645.854000', '181705.742000', '181705.745000', '181705.748000', '181705.750000', '181705.753000', '181705.756000', '181705.758000', '181705.761000', '181705.764000', '181705.766000', '181705.769000', '181705.771000', '181705.774000', '181705.777000', '181705.779000', '181705.782000', '181705.784000', '181705.787000', '181705.790000', '181705.792000', '181705.795000', '181705.798000', '181705.800000', '181705.803000', '181705.806000', '181705.808000', '181705.811000', '181705.813000', '181705.816000', '181705.819000', '181705.821000', '181705.824000', '181705.827000', '181705.829000', '181705.832000', '181705.834000', '181705.837000', '181705.840000', '181705.843000', '181705.845000', '181705.848000', '181705.850000', '181705.853000', '181705.856000', '181725.742000', '181725.745000', '181725.748000', '181725.751000', '181725.753000', '181725.756000', '181725.758000', '181725.761000', '181725.764000', '181725.766000', '181725.769000', '181725.771000', '181725.774000', '181725.776000', '181725.779000', '181725.782000', '181725.784000', '181725.787000', '181725.790000', '181725.792000', '181725.795000', '181725.797000', '181725.800000', '181725.802000', '181725.805000', '181725.808000', '181725.810000', '181725.813000', '181725.815000', '181725.818000', '181725.821000', '181725.823000', '181725.826000', '181725.829000', '181725.831000', '181725.834000', '181725.836000', '181725.839000', '181725.842000', '181725.844000', '181725.847000', '181725.849000', '181725.852000', '181745.744000', '181745.746000', '181745.774000', '181745.776000', '181745.779000', '181745.782000', '181745.784000', '181745.787000', '181745.789000', '181745.792000', '181745.794000', '181745.797000', '181745.800000', '181745.802000', '181745.805000', '181745.807000', '181745.810000', '181745.813000', '181745.815000', '181745.818000', '181745.820000', '181745.823000', '181745.826000', '181745.828000', '181745.831000', '181745.834000', '181745.836000', '181745.839000', '181745.842000', '181745.844000', '181745.847000', '181745.849000', '181745.852000', '181745.855000', '181745.857000', '181745.860000', '181745.862000', '181745.865000', '181745.868000', '181745.870000', '181745.873000', '181745.875000', '181745.878000', '181745.880000', '181805.744000', '181805.746000', '181805.749000', '181805.752000', '181805.754000', '181805.757000', '181805.759000', '181805.762000', '181805.764000', '181805.767000', '181805.770000', '181805.772000', '181805.775000', '181805.777000', '181805.780000', '181805.783000', '181805.786000', '181805.788000', '181805.791000', '181805.793000', '181805.796000', '181805.799000', '181805.801000', '181805.804000', '181805.806000', '181805.809000', '181805.812000', '181805.814000', '181805.817000', '181805.819000', '181805.822000', '181805.824000', '181805.827000', '181805.830000', '181805.832000', '181805.835000', '181805.837000', '181805.840000', '181805.843000', '181805.845000', '181805.848000', '181805.850000', '181805.853000', '181825.743000', '181825.746000', '181825.749000', '181825.751000', '181825.754000', '181825.757000', '181825.759000', '181825.762000', '181825.764000', '181825.767000', '181825.770000', '181825.772000', '181825.775000', '181825.777000', '181825.780000', '181825.783000', '181825.785000', '181825.788000', '181825.791000', '181825.793000', '181825.796000', '181825.798000', '181825.801000', '181825.804000', '181825.806000', '181825.809000', '181825.811000', '181825.814000', '181825.816000', '181825.819000', '181825.822000', '181825.824000', '181825.827000', '181825.829000', '181825.843000', '181825.846000', '181825.848000', '181825.851000', '181825.853000', '181825.856000', '181825.858000', '181825.861000', '181825.864000', '181825.866000', '181845.744000', '181845.746000', '181845.749000', '181845.752000', '181845.754000', '181845.757000', '181845.759000', '181845.762000', '181845.765000', '181845.767000', '181845.770000', '181845.772000', '181845.775000', '181845.777000', '181845.780000', '181845.783000', '181845.785000', '181845.788000', '181845.790000', '181845.793000', '181845.795000', '181845.798000', '181845.801000', '181845.803000', '181845.806000', '181845.808000', '181845.811000', '181845.814000', '181845.816000', '181845.819000', '181845.821000', '181845.824000', '181845.826000', '181845.829000', '181845.831000', '181845.834000', '181845.837000', '181845.839000', '181845.842000', '181845.844000', '181845.847000', '181845.850000', '181845.852000', '181905.744000', '181905.746000', '181905.749000', '181905.752000', '181905.754000', '181905.757000', '181905.760000', '181905.762000', '181905.765000', '181905.767000', '181905.770000', '181905.772000', '181905.775000', '181905.778000', '181905.780000', '181905.783000', '181905.795000', '181905.797000', '181905.800000', '181905.803000', '181905.805000', '181905.808000', '181905.810000', '181905.813000', '181905.816000', '181905.818000', '181905.821000', '181905.836000', '181905.839000', '181905.841000', '181905.844000', '181905.846000', '181905.849000', '181905.852000', '181905.854000', '181905.857000', '181905.859000', '181905.862000', '181905.865000', '181905.867000', '181905.870000', '181905.873000', '181905.875000', '181905.878000', '181925.743000', '181925.745000', '181925.748000', '181925.751000', '181925.753000', '181925.756000', '181925.758000', '181925.761000', '181925.764000', '181925.766000', '181925.769000', '181925.771000', '181925.774000', '181925.777000', '181925.779000', '181925.782000', '181925.785000', '181925.787000', '181925.790000', '181925.793000', '181925.795000', '181925.798000', '181925.800000', '181925.803000', '181925.806000', '181925.809000', '181925.811000', '181925.814000', '181925.817000', '181925.819000', '181925.822000', '181925.824000', '181925.827000', '181925.830000', '181925.832000', '181925.835000', '181925.837000', '181925.840000', '181925.843000', '181925.845000', '181925.848000', '181925.850000', '181925.853000', '181945.743000', '181945.745000', '181945.748000', '181945.751000', '181945.753000', '181945.756000', '181945.758000', '181945.761000', '181945.763000', '181945.766000', '181945.769000', '181945.771000', '181945.774000', '181945.776000', '181945.779000', '181945.782000', '181945.784000', '181945.787000', '181945.789000', '181945.792000', '181945.795000', '181945.797000', '181945.800000', '181945.802000', '181945.805000', '181945.808000', '181945.810000', '181945.813000', '181945.815000', '181945.818000', '181945.820000', '181945.823000', '181945.826000', '181945.828000', '181945.831000', '181945.833000', '181945.836000', '181945.838000', '181945.841000', '181945.844000', '181945.846000', '181945.849000', '181945.852000', '181945.856000', '182005.744000', '182005.747000', '182005.749000', '182005.752000', '182005.754000', '182005.757000', '182005.759000', '182005.762000', '182005.765000', '182005.767000', '182005.770000', '182005.772000', '182005.775000', '182005.778000', '182005.780000', '182005.783000', '182005.785000', '182005.788000', '182005.790000', '182005.793000', '182005.795000', '182005.798000', '182005.801000', '182005.803000', '182005.806000', '182005.808000', '182005.811000', '182005.813000', '182005.816000', '182005.819000', '182005.821000', '182005.824000', '182005.826000', '182005.829000', '182005.831000', '182005.834000', '182005.837000', '182005.839000', '182005.842000', '182005.844000', '182005.847000', '182005.849000', '182005.852000', '182025.745000', '182025.748000', '182025.750000', '182025.753000', '182025.756000', '182025.758000', '182025.761000', '182025.763000', '182025.766000', '182025.768000', '182025.771000', '182025.774000', '182025.776000', '182025.779000', '182025.782000', '182025.784000', '182025.787000', '182025.789000', '182025.792000', '182025.795000', '182025.797000', '182025.800000', '182025.803000', '182025.805000', '182025.808000', '182025.810000', '182025.813000', '182025.816000', '182025.818000', '182025.821000', '182025.823000', '182025.826000', '182025.829000', '182025.831000', '182025.834000', '182025.836000', '182025.839000', '182025.842000', '182025.857000', '182025.860000', '182025.862000', '182025.865000', '182025.868000', '182025.870000', '182045.744000', '182045.746000', '182045.749000', '182045.752000', '182045.754000', '182045.757000', '182045.760000', '182045.762000', '182045.765000', '182045.767000', '182045.770000', '182045.773000', '182045.775000', '182045.778000', '182045.780000', '182045.783000', '182045.785000', '182045.788000', '182045.791000', '182045.793000', '182045.796000', '182045.798000', '182045.801000', '182045.804000', '182045.806000', '182045.809000', '182045.811000', '182045.814000', '182045.817000', '182045.819000', '182045.822000', '182045.824000', '182045.827000', '182045.830000', '182045.832000', '182045.835000', '182045.837000', '182045.840000', '182045.843000', '182045.845000', '182045.848000', '182045.850000', '182045.853000', '182105.743000', '182105.746000', '182105.749000', '182105.751000', '182105.754000', '182105.757000', '182105.759000', '182105.762000', '182105.765000', '182105.767000', '182105.770000', '182105.772000', '182105.775000', '182105.777000', '182105.780000', '182105.783000', '182105.785000', '182105.788000', '182105.790000', '182105.793000', '182105.796000', '182105.798000', '182105.801000', '182105.804000', '182105.806000', '182105.809000', '182105.811000', '182105.814000', '182105.817000', '182105.819000', '182105.822000', '182105.824000', '182105.827000', '182105.829000', '182105.832000', '182105.835000', '182105.837000', '182105.840000', '182105.842000', '182105.845000', '182105.847000', '182105.850000', '182105.853000', '182105.855000', '182125.743000', '182125.746000', '182125.749000', '182125.751000', '182125.754000', '182125.757000', '182125.759000', '182125.762000', '182125.764000', '182125.767000', '182125.769000', '182125.772000', '182125.775000', '182125.777000', '182125.780000', '182125.782000', '182125.785000', '182125.788000', '182125.790000', '182125.793000', '182125.795000', '182125.798000', '182125.801000', '182125.803000', '182125.806000', '182125.808000', '182125.811000', '182125.813000', '182125.816000', '182125.819000', '182125.821000', '182125.824000', '182125.826000', '182125.829000', '182125.831000', '182125.834000', '182125.837000', '182125.839000', '182125.842000', '182125.845000', '182125.847000', '182125.850000', '182125.852000', '182145.743000', '182145.746000', '182145.748000', '182145.751000', '182145.754000', '182145.756000', '182145.759000', '182145.762000', '182145.764000', '182145.767000', '182145.770000', '182145.772000', '182145.775000', '182145.777000', '182145.780000', '182145.784000', '182145.787000', '182145.790000', '182145.793000', '182145.795000', '182145.798000', '182145.800000', '182145.803000', '182145.806000', '182145.808000', '182145.811000', '182145.813000', '182145.816000', '182145.818000', '182145.821000', '182145.824000', '182145.830000', '182145.832000', '182145.835000', '182145.838000', '182145.840000', '182145.843000', '182145.845000', '182145.848000', '182145.851000', '182145.853000', '182145.856000', '182145.858000', '182205.743000', '182205.745000', '182205.748000', '182205.751000', '182205.753000', '182205.756000', '182205.759000', '182205.761000', '182205.764000', '182205.766000', '182205.769000', '182205.771000', '182205.774000', '182205.777000', '182205.779000', '182205.782000', '182205.784000', '182205.787000', '182205.789000', '182205.792000', '182205.795000', '182205.797000', '182205.800000', '182205.802000', '182205.805000', '182205.808000', '182205.810000', '182205.813000', '182205.815000', '182205.818000', '182205.821000', '182205.823000', '182205.826000', '182205.828000', '182205.831000', '182205.833000', '182205.836000', '182205.839000', '182205.841000', '182205.844000', '182205.846000', '182205.849000', '182205.851000', '182205.854000', '182225.744000', '182225.746000', '182225.749000', '182225.752000', '182225.754000', '182225.757000', '182225.760000', '182225.762000', '182225.765000', '182225.767000', '182225.770000', '182225.773000', '182225.776000', '182225.779000', '182225.781000', '182225.784000', '182225.786000', '182225.789000', '182225.792000', '182225.794000', '182225.797000', '182225.800000', '182225.802000', '182225.805000', '182225.807000', '182225.810000', '182225.812000', '182225.815000', '182225.818000', '182225.820000', '182225.823000', '182225.825000', '182225.842000', '182225.844000', '182225.847000', '182225.849000', '182225.852000', '182225.855000', '182225.857000', '182225.860000', '182225.862000', '182225.865000', '182225.868000', '182245.744000', '182245.746000', '182245.749000', '182245.752000', '182245.754000', '182245.757000', '182245.759000', '182245.762000', '182245.765000', '182245.767000', '182245.770000', '182245.773000', '182245.775000', '182245.778000', '182245.780000', '182245.783000', '182245.785000', '182245.788000', '182245.791000', '182245.793000', '182245.796000', '182245.798000', '182245.801000', '182245.803000', '182245.806000', '182245.809000', '182245.811000', '182245.814000', '182245.816000', '182245.819000', '182245.822000', '182245.824000', '182245.827000', '182245.829000', '182245.832000', '182245.834000', '182245.837000', '182245.840000', '182245.842000', '182245.845000', '182245.856000', '182245.859000', '182245.861000', '182245.864000', '182305.744000', '182305.746000', '182305.749000', '182305.752000', '182305.754000', '182305.757000', '182305.759000', '182305.762000', '182305.765000', '182305.767000', '182305.770000', '182305.773000', '182305.775000', '182305.778000', '182305.781000', '182305.784000', '182305.787000', '182305.790000', '182305.792000', '182305.795000', '182305.797000', '182305.800000', '182305.803000', '182305.805000', '182305.808000', '182305.810000', '182305.813000', '182305.815000', '182305.818000', '182305.822000', '182305.825000', '182305.828000', '182305.830000', '182305.833000', '182305.835000', '182305.838000', '182305.841000', '182305.843000', '182305.846000', '182305.848000', '182305.851000', '182305.854000', '182305.856000', '182325.744000', '182325.746000', '182325.749000', '182325.752000', '182325.754000', '182325.757000', '182325.759000', '182325.762000', '182325.765000', '182325.768000', '182325.770000', '182325.773000', '182325.775000', '182325.778000', '182325.780000', '182325.783000', '182325.786000', '182325.788000', '182325.791000', '182325.794000', '182325.796000', '182325.799000', '182325.801000', '182325.804000', '182325.807000', '182325.809000', '182325.812000', '182325.814000', '182325.817000', '182325.819000', '182325.822000', '182325.825000', '182325.827000', '182325.830000', '182325.832000', '182325.835000', '182325.838000', '182325.840000', '182325.843000', '182325.845000', '182325.848000', '182325.851000', '182325.854000', '182325.856000', '182345.744000', '182345.746000', '182345.749000', '182345.752000', '182345.754000', '182345.757000', '182345.759000', '182345.762000', '182345.765000', '182345.767000', '182345.770000', '182345.773000', '182345.775000', '182345.778000', '182345.780000', '182345.783000', '182345.785000', '182345.788000', '182345.791000', '182345.793000', '182345.796000', '182345.799000', '182345.801000', '182345.804000', '182345.806000', '182345.809000', '182345.812000', '182345.814000', '182345.817000', '182345.819000', '182345.822000', '182345.825000', '182345.827000', '182345.830000', '182345.833000', '182345.835000', '182345.845000', '182345.847000', '182345.850000', '182345.852000', '182345.855000', '182345.858000', '182345.860000', '182405.743000', '182405.745000', '182405.748000', '182405.751000', '182405.753000', '182405.756000', '182405.758000', '182405.761000', '182405.763000', '182405.766000', '182405.769000', '182405.771000', '182405.774000', '182405.776000', '182405.779000', '182405.781000', '182405.784000', '182405.787000', '182405.789000', '182405.792000', '182405.795000', '182405.797000', '182405.800000', '182405.802000', '182405.805000', '182405.807000', '182405.810000', '182405.817000', '182405.820000', '182405.823000', '182405.825000', '182405.828000', '182405.831000', '182405.833000', '182405.836000', '182405.838000', '182405.841000', '182405.843000', '182405.846000', '182405.849000', '182405.851000', '182405.854000', '182405.856000', '182405.859000', '182425.742000', '182425.745000', '182425.748000', '182425.751000', '182425.753000', '182425.756000', '182425.758000', '182425.761000', '182425.763000', '182425.766000', '182425.769000', '182425.771000', '182425.774000', '182425.776000', '182425.779000', '182425.782000', '182425.784000', '182425.787000', '182425.790000', '182425.792000', '182425.795000', '182425.797000', '182425.800000', '182425.803000', '182425.805000', '182425.808000', '182425.811000', '182425.856000', '182425.859000', '182425.863000', '182425.866000', '182425.868000', '182425.871000', '182425.874000', '182425.876000', '182425.879000', '182425.881000', '182425.884000', '182425.887000', '182425.889000', '182425.892000', '182425.895000', '182425.897000', '182445.744000', '182445.746000', '182445.749000', '182445.752000', '182445.754000', '182445.757000', '182445.759000', '182445.762000', '182445.764000', '182445.767000', '182445.770000', '182445.772000', '182445.775000', '182445.777000', '182445.780000', '182445.782000', '182445.785000', '182445.788000', '182445.790000', '182445.793000', '182445.795000', '182445.798000', '182445.801000', '182445.803000', '182445.806000', '182445.808000', '182445.811000', '182445.814000', '182445.816000', '182445.819000', '182445.822000', '182445.824000', '182445.827000', '182445.829000', '182445.832000', '182445.835000', '182445.837000', '182445.840000', '182445.842000', '182445.845000', '182445.848000', '182445.850000', '182445.853000', '182445.855000', '182505.744000', '182505.746000', '182505.749000', '182505.752000', '182505.754000', '182505.757000', '182505.759000', '182505.762000', '182505.765000', '182505.767000', '182505.770000', '182505.772000', '182505.775000', '182505.778000', '182505.780000', '182505.783000', '182505.785000', '182505.788000', '182505.790000', '182505.793000', '182505.796000', '182505.798000', '182505.801000', '182505.803000', '182505.806000', '182505.808000', '182505.811000', '182505.814000', '182505.816000', '182505.819000', '182505.822000', '182505.824000', '182505.827000', '182505.829000', '182505.832000', '182505.834000', '182505.837000', '182505.840000', '182505.842000', '182505.848000', '182505.851000', '182505.853000', '182505.856000', '182525.744000', '182525.746000', '182525.749000', '182525.752000', '182525.754000', '182525.757000', '182525.759000', '182525.762000', '182525.765000', '182525.767000', '182525.770000', '182525.772000', '182525.775000', '182525.778000', '182525.780000', '182525.783000', '182525.785000', '182525.788000', '182525.791000', '182525.793000', '182525.796000', '182525.798000', '182525.801000', '182525.803000', '182525.806000', '182525.809000', '182525.811000', '182525.814000', '182525.817000', '182525.819000', '182525.822000', '182525.824000', '182525.827000', '182525.830000', '182525.832000', '182525.835000', '182525.837000', '182525.840000', '182525.842000', '182525.845000', '182525.848000', '182525.850000', '182525.853000', '182525.855000', '182545.744000', '182545.747000', '182545.749000', '182545.752000', '182545.754000', '182545.757000', '182545.760000', '182545.762000', '182545.765000', '182545.767000', '182545.770000', '182545.773000', '182545.775000', '182545.778000', '182545.781000', '182545.783000', '182545.786000', '182545.788000', '182545.791000', '182545.794000', '182545.796000', '182545.799000', '182545.802000', '182545.804000', '182545.807000', '182545.809000', '182545.812000', '182545.815000', '182545.817000', '182545.820000', '182545.822000', '182545.825000', '182545.827000', '182545.830000', '182545.833000', '182545.835000', '182545.838000', '182545.840000', '182545.843000', '182545.846000', '182545.848000', '182545.851000', '182545.854000', '182605.744000', '182605.747000', '182605.749000', '182605.752000', '182605.754000', '182605.757000', '182605.760000', '182605.762000', '182605.765000', '182605.767000', '182605.770000', '182605.772000', '182605.775000', '182605.778000', '182605.780000', '182605.783000', '182605.785000', '182605.788000', '182605.790000', '182605.793000', '182605.796000', '182605.798000', '182605.801000', '182605.804000', '182605.806000', '182605.809000', '182605.811000', '182605.814000', '182605.816000', '182605.819000', '182605.822000', '182605.824000', '182605.827000', '182605.829000', '182605.832000', '182605.834000', '182605.837000', '182605.840000', '182605.842000', '182605.845000', '182605.847000', '182605.850000', '182605.853000', '182605.855000', '182625.743000', '182625.745000', '182625.748000', '182625.751000', '182625.753000', '182625.756000', '182625.758000', '182625.761000', '182625.764000', '182625.766000', '182625.769000', '182625.772000', '182625.774000', '182625.777000', '182625.779000', '182625.782000', '182625.784000', '182625.787000', '182625.790000', '182625.792000', '182625.795000', '182625.797000', '182625.800000', '182625.803000', '182625.805000', '182625.808000', '182625.810000', '182625.813000', '182625.816000', '182625.818000', '182625.821000', '182625.823000', '182625.826000', '182625.829000', '182625.831000', '182625.834000', '182625.836000', '182625.839000', '182625.842000', '182625.844000', '182625.847000', '182625.849000', '182625.852000', '182645.743000', '182645.745000', '182645.748000', '182645.751000', '182645.753000', '182645.756000', '182645.759000', '182645.761000', '182645.764000', '182645.767000', '182645.769000', '182645.772000', '182645.774000', '182645.777000', '182645.779000', '182645.782000', '182645.785000', '182645.787000', '182645.790000', '182645.792000', '182645.795000', '182645.798000', '182645.800000', '182645.803000', '182645.806000', '182645.808000', '182645.811000', '182645.829000', '182645.831000', '182645.834000', '182645.836000', '182645.839000', '182645.841000', '182645.844000', '182645.847000', '182645.849000', '182645.859000', '182645.861000', '182645.864000', '182645.866000', '182645.869000', '182645.872000', '182645.874000', '182645.877000', '182705.744000', '182705.746000', '182705.749000', '182705.752000', '182705.754000', '182705.757000', '182705.760000', '182705.762000', '182705.765000', '182705.774000', '182705.776000', '182705.779000', '182705.781000', '182705.784000', '182705.787000', '182705.789000', '182705.792000', '182705.794000', '182705.797000', '182705.800000', '182705.803000', '182705.805000', '182705.808000', '182705.810000', '182705.813000', '182705.816000', '182705.818000', '182705.821000', '182705.823000', '182705.826000', '182705.829000', '182705.831000', '182705.834000', '182705.836000', '182705.839000', '182705.842000', '182705.844000', '182705.847000', '182705.849000', '182705.852000', '182705.855000', '182705.857000', '182705.860000', '182725.744000', '182725.747000', '182725.749000', '182725.752000', '182725.754000', '182725.757000', '182725.760000', '182725.762000', '182725.765000', '182725.768000', '182725.770000', '182725.773000', '182725.776000', '182725.778000', '182725.781000', '182725.783000', '182725.786000', '182725.788000', '182725.791000', '182725.794000', '182725.796000', '182725.799000', '182725.801000', '182725.804000', '182725.806000', '182725.809000', '182725.812000', '182725.814000', '182725.817000', '182725.819000', '182725.822000', '182725.824000', '182725.827000', '182725.830000', '182725.832000', '182725.835000', '182725.838000', '182725.840000', '182725.843000', '182725.845000', '182725.848000', '182725.851000', '182725.853000', '182725.856000', '182745.744000', '182745.746000', '182745.749000', '182745.752000', '182745.754000', '182745.757000', '182745.760000', '182745.762000', '182745.765000', '182745.767000', '182745.770000', '182745.773000', '182745.775000', '182745.778000', '182745.780000', '182745.783000', '182745.786000', '182745.788000', '182745.791000', '182745.794000', '182745.796000', '182745.799000', '182745.801000', '182745.804000', '182745.807000', '182745.809000', '182745.812000', '182745.815000', '182745.817000', '182745.820000', '182745.822000', '182745.825000', '182745.827000', '182745.830000', '182745.833000', '182745.835000', '182745.838000', '182745.840000', '182745.843000', '182745.845000', '182745.848000', '182745.851000', '182745.853000', '182805.744000', '182805.747000', '182805.750000', '182805.752000', '182805.755000', '182805.757000', '182805.760000', '182805.763000', '182805.765000', '182805.768000', '182805.770000', '182805.773000', '182805.776000', '182805.778000', '182805.781000', '182805.783000', '182805.786000', '182805.789000', '182805.791000', '182805.794000', '182805.797000', '182805.800000', '182805.802000', '182805.805000', '182805.807000', '182805.810000', '182805.813000', '182805.820000', '182805.823000', '182805.825000', '182805.828000', '182805.830000', '182805.833000', '182805.835000', '182805.838000', '182805.841000', '182805.843000', '182805.846000', '182805.848000', '182805.851000', '182805.854000', '182805.856000', '182805.859000', '182805.861000', '182825.744000', '182825.747000', '182825.749000', '182825.752000', '182825.755000', '182825.757000', '182825.760000', '182825.762000', '182825.765000', '182825.768000', '182825.770000', '182825.773000', '182825.775000', '182825.778000', '182825.780000', '182825.783000', '182825.786000', '182825.788000', '182825.791000', '182825.794000', '182825.796000', '182825.799000', '182825.801000', '182825.804000', '182825.807000', '182825.809000', '182825.812000', '182825.814000', '182825.817000', '182825.820000', '182825.822000', '182825.825000', '182825.827000', '182825.830000', '182825.833000', '182825.835000', '182825.838000', '182825.840000', '182825.843000', '182825.846000', '182825.848000', '182825.851000', '182825.853000', '182839.275000', '182839.278000', '182839.281000', '182839.283000', '182839.286000', '182839.289000', '182839.292000', '182839.295000', '182839.298000', '182839.301000', '182839.304000', '182839.307000', '182839.310000', '182839.312000', '182839.315000', '182839.318000', '182839.320000', '182839.323000', '182839.326000', '182839.328000', '182839.331000', '182839.334000', '182839.339000', '182839.342000', '182839.345000', '182839.348000', '182839.351000', '182839.353000', '182839.356000', '182839.359000'], 'InstanceCreationTime': ['181445.791000', '181445.794000', '181445.797000', '181445.800000', '181445.803000', '181445.805000', '181445.808000', '181445.810000', '181445.813000', '181445.816000', '181445.818000', '181445.821000', '181445.823000', '181445.826000', '181445.829000', '181445.831000', '181445.834000', '181445.836000', '181445.839000', '181445.841000', '181445.844000', '181445.846000', '181445.849000', '181445.851000', '181445.854000', '181445.857000', '181445.859000', '181445.862000', '181445.864000', '181445.867000', '181445.869000', '181445.872000', '181445.875000', '181445.877000', '181445.880000', '181445.882000', '181445.886000', '181445.888000', '181445.891000', '181445.894000', '181445.896000', '181445.899000', '181445.902000', '181445.904000', '181445.907000', '181445.909000', '181505.742000', '181505.745000', '181505.748000', '181505.750000', '181505.753000', '181505.755000', '181505.758000', '181505.770000', '181505.772000', '181505.775000', '181505.777000', '181505.780000', '181505.782000', '181505.785000', '181505.788000', '181505.790000', '181505.793000', '181505.795000', '181505.798000', '181505.800000', '181505.803000', '181505.806000', '181505.808000', '181505.811000', '181505.814000', '181505.816000', '181505.819000', '181505.821000', '181505.824000', '181505.826000', '181505.829000', '181505.831000', '181505.834000', '181505.837000', '181505.839000', '181505.842000', '181505.844000', '181505.847000', '181505.849000', '181505.852000', '181505.855000', '181505.857000', '181505.860000', '181505.868000', '181525.743000', '181525.746000', '181525.749000', '181525.751000', '181525.754000', '181525.757000', '181525.759000', '181525.762000', '181525.765000', '181525.767000', '181525.770000', '181525.772000', '181525.775000', '181525.777000', '181525.780000', '181525.783000', '181525.786000', '181525.788000', '181525.791000', '181525.794000', '181525.816000', '181525.818000', '181525.821000', '181525.824000', '181525.827000', '181525.830000', '181525.832000', '181525.835000', '181525.837000', '181525.840000', '181525.843000', '181525.845000', '181525.848000', '181525.850000', '181525.853000', '181525.856000', '181525.858000', '181525.861000', '181525.863000', '181525.866000', '181525.869000', '181525.871000', '181525.874000', '181545.743000', '181545.746000', '181545.749000', '181545.752000', '181545.754000', '181545.757000', '181545.759000', '181545.762000', '181545.775000', '181545.778000', '181545.780000', '181545.783000', '181545.785000', '181545.788000', '181545.791000', '181545.793000', '181545.796000', '181545.799000', '181545.801000', '181545.804000', '181545.806000', '181545.809000', '181545.812000', '181545.814000', '181545.817000', '181545.819000', '181545.822000', '181545.824000', '181545.827000', '181545.830000', '181545.832000', '181545.835000', '181545.837000', '181545.840000', '181545.842000', '181545.845000', '181545.848000', '181545.850000', '181545.853000', '181545.855000', '181545.858000', '181545.860000', '181545.863000', '181545.865000', '181605.743000', '181605.746000', '181605.749000', '181605.751000', '181605.754000', '181605.757000', '181605.766000', '181605.769000', '181605.772000', '181605.774000', '181605.777000', '181605.780000', '181605.782000', '181605.785000', '181605.788000', '181605.807000', '181605.810000', '181605.812000', '181605.815000', '181605.817000', '181605.820000', '181605.823000', '181605.825000', '181605.828000', '181605.830000', '181605.833000', '181605.835000', '181605.838000', '181605.841000', '181605.843000', '181605.846000', '181605.849000', '181605.851000', '181605.854000', '181605.856000', '181605.859000', '181605.862000', '181605.864000', '181605.867000', '181605.869000', '181605.872000', '181605.875000', '181605.877000', '181625.743000', '181625.746000', '181625.749000', '181625.751000', '181625.754000', '181625.757000', '181625.759000', '181625.762000', '181625.764000', '181625.767000', '181625.770000', '181625.772000', '181625.775000', '181625.778000', '181625.780000', '181625.783000', '181625.785000', '181625.788000', '181625.790000', '181625.793000', '181625.796000', '181625.798000', '181625.801000', '181625.803000', '181625.806000', '181625.808000', '181625.811000', '181625.814000', '181625.816000', '181625.819000', '181625.822000', '181625.824000', '181625.827000', '181625.829000', '181625.832000', '181625.835000', '181625.837000', '181625.840000', '181625.842000', '181625.845000', '181625.848000', '181625.850000', '181625.853000', '181625.855000', '181645.743000', '181645.746000', '181645.749000', '181645.751000', '181645.754000', '181645.757000', '181645.759000', '181645.762000', '181645.764000', '181645.767000', '181645.770000', '181645.772000', '181645.775000', '181645.777000', '181645.780000', '181645.783000', '181645.785000', '181645.788000', '181645.791000', '181645.793000', '181645.796000', '181645.799000', '181645.802000', '181645.805000', '181645.807000', '181645.810000', '181645.812000', '181645.815000', '181645.818000', '181645.820000', '181645.823000', '181645.825000', '181645.828000', '181645.831000', '181645.833000', '181645.836000', '181645.838000', '181645.841000', '181645.843000', '181645.846000', '181645.848000', '181645.851000', '181645.854000', '181705.742000', '181705.745000', '181705.748000', '181705.750000', '181705.753000', '181705.756000', '181705.758000', '181705.761000', '181705.764000', '181705.766000', '181705.769000', '181705.771000', '181705.774000', '181705.777000', '181705.779000', '181705.782000', '181705.784000', '181705.787000', '181705.790000', '181705.792000', '181705.795000', '181705.798000', '181705.800000', '181705.803000', '181705.806000', '181705.808000', '181705.811000', '181705.813000', '181705.816000', '181705.819000', '181705.821000', '181705.824000', '181705.827000', '181705.829000', '181705.832000', '181705.834000', '181705.837000', '181705.840000', '181705.843000', '181705.845000', '181705.848000', '181705.850000', '181705.853000', '181705.856000', '181725.742000', '181725.745000', '181725.748000', '181725.751000', '181725.753000', '181725.756000', '181725.758000', '181725.761000', '181725.764000', '181725.766000', '181725.769000', '181725.771000', '181725.774000', '181725.776000', '181725.779000', '181725.782000', '181725.784000', '181725.787000', '181725.790000', '181725.792000', '181725.795000', '181725.797000', '181725.800000', '181725.802000', '181725.805000', '181725.808000', '181725.810000', '181725.813000', '181725.815000', '181725.818000', '181725.821000', '181725.823000', '181725.826000', '181725.829000', '181725.831000', '181725.834000', '181725.836000', '181725.839000', '181725.842000', '181725.844000', '181725.847000', '181725.849000', '181725.852000', '181745.744000', '181745.746000', '181745.774000', '181745.776000', '181745.779000', '181745.782000', '181745.784000', '181745.787000', '181745.789000', '181745.792000', '181745.794000', '181745.797000', '181745.800000', '181745.802000', '181745.805000', '181745.807000', '181745.810000', '181745.813000', '181745.815000', '181745.818000', '181745.820000', '181745.823000', '181745.826000', '181745.828000', '181745.831000', '181745.834000', '181745.836000', '181745.839000', '181745.842000', '181745.844000', '181745.847000', '181745.849000', '181745.852000', '181745.855000', '181745.857000', '181745.860000', '181745.862000', '181745.865000', '181745.868000', '181745.870000', '181745.873000', '181745.875000', '181745.878000', '181745.880000', '181805.744000', '181805.746000', '181805.749000', '181805.752000', '181805.754000', '181805.757000', '181805.759000', '181805.762000', '181805.764000', '181805.767000', '181805.770000', '181805.772000', '181805.775000', '181805.777000', '181805.780000', '181805.783000', '181805.786000', '181805.788000', '181805.791000', '181805.793000', '181805.796000', '181805.799000', '181805.801000', '181805.804000', '181805.806000', '181805.809000', '181805.812000', '181805.814000', '181805.817000', '181805.819000', '181805.822000', '181805.824000', '181805.827000', '181805.830000', '181805.832000', '181805.835000', '181805.837000', '181805.840000', '181805.843000', '181805.845000', '181805.848000', '181805.850000', '181805.853000', '181825.743000', '181825.746000', '181825.749000', '181825.751000', '181825.754000', '181825.757000', '181825.759000', '181825.762000', '181825.764000', '181825.767000', '181825.770000', '181825.772000', '181825.775000', '181825.777000', '181825.780000', '181825.783000', '181825.785000', '181825.788000', '181825.791000', '181825.793000', '181825.796000', '181825.798000', '181825.801000', '181825.804000', '181825.806000', '181825.809000', '181825.811000', '181825.814000', '181825.816000', '181825.819000', '181825.822000', '181825.824000', '181825.827000', '181825.829000', '181825.843000', '181825.846000', '181825.848000', '181825.851000', '181825.853000', '181825.856000', '181825.858000', '181825.861000', '181825.864000', '181825.866000', '181845.744000', '181845.746000', '181845.749000', '181845.752000', '181845.754000', '181845.757000', '181845.759000', '181845.762000', '181845.765000', '181845.767000', '181845.770000', '181845.772000', '181845.775000', '181845.777000', '181845.780000', '181845.783000', '181845.785000', '181845.788000', '181845.790000', '181845.793000', '181845.795000', '181845.798000', '181845.801000', '181845.803000', '181845.806000', '181845.808000', '181845.811000', '181845.814000', '181845.816000', '181845.819000', '181845.821000', '181845.824000', '181845.826000', '181845.829000', '181845.831000', '181845.834000', '181845.837000', '181845.839000', '181845.842000', '181845.844000', '181845.847000', '181845.850000', '181845.852000', '181905.744000', '181905.746000', '181905.749000', '181905.752000', '181905.754000', '181905.757000', '181905.760000', '181905.762000', '181905.765000', '181905.767000', '181905.770000', '181905.772000', '181905.775000', '181905.778000', '181905.780000', '181905.783000', '181905.795000', '181905.797000', '181905.800000', '181905.803000', '181905.805000', '181905.808000', '181905.810000', '181905.813000', '181905.816000', '181905.818000', '181905.821000', '181905.836000', '181905.839000', '181905.841000', '181905.844000', '181905.846000', '181905.849000', '181905.852000', '181905.854000', '181905.857000', '181905.859000', '181905.862000', '181905.865000', '181905.867000', '181905.870000', '181905.873000', '181905.875000', '181905.878000', '181925.743000', '181925.745000', '181925.748000', '181925.751000', '181925.753000', '181925.756000', '181925.758000', '181925.761000', '181925.764000', '181925.766000', '181925.769000', '181925.771000', '181925.774000', '181925.777000', '181925.779000', '181925.782000', '181925.785000', '181925.787000', '181925.790000', '181925.793000', '181925.795000', '181925.798000', '181925.800000', '181925.803000', '181925.806000', '181925.809000', '181925.811000', '181925.814000', '181925.817000', '181925.819000', '181925.822000', '181925.824000', '181925.827000', '181925.830000', '181925.832000', '181925.835000', '181925.837000', '181925.840000', '181925.843000', '181925.845000', '181925.848000', '181925.850000', '181925.853000', '181945.743000', '181945.745000', '181945.748000', '181945.751000', '181945.753000', '181945.756000', '181945.758000', '181945.761000', '181945.763000', '181945.766000', '181945.769000', '181945.771000', '181945.774000', '181945.776000', '181945.779000', '181945.782000', '181945.784000', '181945.787000', '181945.789000', '181945.792000', '181945.795000', '181945.797000', '181945.800000', '181945.802000', '181945.805000', '181945.808000', '181945.810000', '181945.813000', '181945.815000', '181945.818000', '181945.820000', '181945.823000', '181945.826000', '181945.828000', '181945.831000', '181945.833000', '181945.836000', '181945.838000', '181945.841000', '181945.844000', '181945.846000', '181945.849000', '181945.852000', '181945.856000', '182005.744000', '182005.747000', '182005.749000', '182005.752000', '182005.754000', '182005.757000', '182005.759000', '182005.762000', '182005.765000', '182005.767000', '182005.770000', '182005.772000', '182005.775000', '182005.778000', '182005.780000', '182005.783000', '182005.785000', '182005.788000', '182005.790000', '182005.793000', '182005.795000', '182005.798000', '182005.801000', '182005.803000', '182005.806000', '182005.808000', '182005.811000', '182005.813000', '182005.816000', '182005.819000', '182005.821000', '182005.824000', '182005.826000', '182005.829000', '182005.831000', '182005.834000', '182005.837000', '182005.839000', '182005.842000', '182005.844000', '182005.847000', '182005.849000', '182005.852000', '182025.745000', '182025.748000', '182025.750000', '182025.753000', '182025.756000', '182025.758000', '182025.761000', '182025.763000', '182025.766000', '182025.768000', '182025.771000', '182025.774000', '182025.776000', '182025.779000', '182025.782000', '182025.784000', '182025.787000', '182025.789000', '182025.792000', '182025.795000', '182025.797000', '182025.800000', '182025.803000', '182025.805000', '182025.808000', '182025.810000', '182025.813000', '182025.816000', '182025.818000', '182025.821000', '182025.823000', '182025.826000', '182025.829000', '182025.831000', '182025.834000', '182025.836000', '182025.839000', '182025.842000', '182025.857000', '182025.860000', '182025.862000', '182025.865000', '182025.868000', '182025.870000', '182045.744000', '182045.746000', '182045.749000', '182045.752000', '182045.754000', '182045.757000', '182045.760000', '182045.762000', '182045.765000', '182045.767000', '182045.770000', '182045.773000', '182045.775000', '182045.778000', '182045.780000', '182045.783000', '182045.785000', '182045.788000', '182045.791000', '182045.793000', '182045.796000', '182045.798000', '182045.801000', '182045.804000', '182045.806000', '182045.809000', '182045.811000', '182045.814000', '182045.817000', '182045.819000', '182045.822000', '182045.824000', '182045.827000', '182045.830000', '182045.832000', '182045.835000', '182045.837000', '182045.840000', '182045.843000', '182045.845000', '182045.848000', '182045.850000', '182045.853000', '182105.743000', '182105.746000', '182105.749000', '182105.751000', '182105.754000', '182105.757000', '182105.759000', '182105.762000', '182105.765000', '182105.767000', '182105.770000', '182105.772000', '182105.775000', '182105.777000', '182105.780000', '182105.783000', '182105.785000', '182105.788000', '182105.790000', '182105.793000', '182105.796000', '182105.798000', '182105.801000', '182105.804000', '182105.806000', '182105.809000', '182105.811000', '182105.814000', '182105.817000', '182105.819000', '182105.822000', '182105.824000', '182105.827000', '182105.829000', '182105.832000', '182105.835000', '182105.837000', '182105.840000', '182105.842000', '182105.845000', '182105.847000', '182105.850000', '182105.853000', '182105.855000', '182125.743000', '182125.746000', '182125.749000', '182125.751000', '182125.754000', '182125.757000', '182125.759000', '182125.762000', '182125.764000', '182125.767000', '182125.769000', '182125.772000', '182125.775000', '182125.777000', '182125.780000', '182125.782000', '182125.785000', '182125.788000', '182125.790000', '182125.793000', '182125.795000', '182125.798000', '182125.801000', '182125.803000', '182125.806000', '182125.808000', '182125.811000', '182125.813000', '182125.816000', '182125.819000', '182125.821000', '182125.824000', '182125.826000', '182125.829000', '182125.831000', '182125.834000', '182125.837000', '182125.839000', '182125.842000', '182125.845000', '182125.847000', '182125.850000', '182125.852000', '182145.743000', '182145.746000', '182145.748000', '182145.751000', '182145.754000', '182145.756000', '182145.759000', '182145.762000', '182145.764000', '182145.767000', '182145.770000', '182145.772000', '182145.775000', '182145.777000', '182145.780000', '182145.784000', '182145.787000', '182145.790000', '182145.793000', '182145.795000', '182145.798000', '182145.800000', '182145.803000', '182145.806000', '182145.808000', '182145.811000', '182145.813000', '182145.816000', '182145.818000', '182145.821000', '182145.824000', '182145.830000', '182145.832000', '182145.835000', '182145.838000', '182145.840000', '182145.843000', '182145.845000', '182145.848000', '182145.851000', '182145.853000', '182145.856000', '182145.858000', '182205.743000', '182205.745000', '182205.748000', '182205.751000', '182205.753000', '182205.756000', '182205.759000', '182205.761000', '182205.764000', '182205.766000', '182205.769000', '182205.771000', '182205.774000', '182205.777000', '182205.779000', '182205.782000', '182205.784000', '182205.787000', '182205.789000', '182205.792000', '182205.795000', '182205.797000', '182205.800000', '182205.802000', '182205.805000', '182205.808000', '182205.810000', '182205.813000', '182205.815000', '182205.818000', '182205.821000', '182205.823000', '182205.826000', '182205.828000', '182205.831000', '182205.833000', '182205.836000', '182205.839000', '182205.841000', '182205.844000', '182205.846000', '182205.849000', '182205.851000', '182205.854000', '182225.744000', '182225.746000', '182225.749000', '182225.752000', '182225.754000', '182225.757000', '182225.760000', '182225.762000', '182225.765000', '182225.767000', '182225.770000', '182225.773000', '182225.776000', '182225.779000', '182225.781000', '182225.784000', '182225.786000', '182225.789000', '182225.792000', '182225.794000', '182225.797000', '182225.800000', '182225.802000', '182225.805000', '182225.807000', '182225.810000', '182225.812000', '182225.815000', '182225.818000', '182225.820000', '182225.823000', '182225.825000', '182225.842000', '182225.844000', '182225.847000', '182225.849000', '182225.852000', '182225.855000', '182225.857000', '182225.860000', '182225.862000', '182225.865000', '182225.868000', '182245.744000', '182245.746000', '182245.749000', '182245.752000', '182245.754000', '182245.757000', '182245.759000', '182245.762000', '182245.765000', '182245.767000', '182245.770000', '182245.773000', '182245.775000', '182245.778000', '182245.780000', '182245.783000', '182245.785000', '182245.788000', '182245.791000', '182245.793000', '182245.796000', '182245.798000', '182245.801000', '182245.803000', '182245.806000', '182245.809000', '182245.811000', '182245.814000', '182245.816000', '182245.819000', '182245.822000', '182245.824000', '182245.827000', '182245.829000', '182245.832000', '182245.834000', '182245.837000', '182245.840000', '182245.842000', '182245.845000', '182245.856000', '182245.859000', '182245.861000', '182245.864000', '182305.744000', '182305.746000', '182305.749000', '182305.752000', '182305.754000', '182305.757000', '182305.759000', '182305.762000', '182305.765000', '182305.767000', '182305.770000', '182305.773000', '182305.775000', '182305.778000', '182305.781000', '182305.784000', '182305.787000', '182305.790000', '182305.792000', '182305.795000', '182305.797000', '182305.800000', '182305.803000', '182305.805000', '182305.808000', '182305.810000', '182305.813000', '182305.815000', '182305.818000', '182305.822000', '182305.825000', '182305.828000', '182305.830000', '182305.833000', '182305.835000', '182305.838000', '182305.841000', '182305.843000', '182305.846000', '182305.848000', '182305.851000', '182305.854000', '182305.856000', '182325.744000', '182325.746000', '182325.749000', '182325.752000', '182325.754000', '182325.757000', '182325.759000', '182325.762000', '182325.765000', '182325.768000', '182325.770000', '182325.773000', '182325.775000', '182325.778000', '182325.780000', '182325.783000', '182325.786000', '182325.788000', '182325.791000', '182325.794000', '182325.796000', '182325.799000', '182325.801000', '182325.804000', '182325.807000', '182325.809000', '182325.812000', '182325.814000', '182325.817000', '182325.819000', '182325.822000', '182325.825000', '182325.827000', '182325.830000', '182325.832000', '182325.835000', '182325.838000', '182325.840000', '182325.843000', '182325.845000', '182325.848000', '182325.851000', '182325.854000', '182325.856000', '182345.744000', '182345.746000', '182345.749000', '182345.752000', '182345.754000', '182345.757000', '182345.759000', '182345.762000', '182345.765000', '182345.767000', '182345.770000', '182345.773000', '182345.775000', '182345.778000', '182345.780000', '182345.783000', '182345.785000', '182345.788000', '182345.791000', '182345.793000', '182345.796000', '182345.799000', '182345.801000', '182345.804000', '182345.806000', '182345.809000', '182345.812000', '182345.814000', '182345.817000', '182345.819000', '182345.822000', '182345.825000', '182345.827000', '182345.830000', '182345.833000', '182345.835000', '182345.845000', '182345.847000', '182345.850000', '182345.852000', '182345.855000', '182345.858000', '182345.860000', '182405.743000', '182405.745000', '182405.748000', '182405.751000', '182405.753000', '182405.756000', '182405.758000', '182405.761000', '182405.763000', '182405.766000', '182405.769000', '182405.771000', '182405.774000', '182405.776000', '182405.779000', '182405.781000', '182405.784000', '182405.787000', '182405.789000', '182405.792000', '182405.795000', '182405.797000', '182405.800000', '182405.802000', '182405.805000', '182405.807000', '182405.810000', '182405.817000', '182405.820000', '182405.823000', '182405.825000', '182405.828000', '182405.831000', '182405.833000', '182405.836000', '182405.838000', '182405.841000', '182405.843000', '182405.846000', '182405.849000', '182405.851000', '182405.854000', '182405.856000', '182405.859000', '182425.742000', '182425.745000', '182425.748000', '182425.751000', '182425.753000', '182425.756000', '182425.758000', '182425.761000', '182425.763000', '182425.766000', '182425.769000', '182425.771000', '182425.774000', '182425.776000', '182425.779000', '182425.782000', '182425.784000', '182425.787000', '182425.790000', '182425.792000', '182425.795000', '182425.797000', '182425.800000', '182425.803000', '182425.805000', '182425.808000', '182425.811000', '182425.856000', '182425.859000', '182425.863000', '182425.866000', '182425.868000', '182425.871000', '182425.874000', '182425.876000', '182425.879000', '182425.881000', '182425.884000', '182425.887000', '182425.889000', '182425.892000', '182425.895000', '182425.897000', '182445.744000', '182445.746000', '182445.749000', '182445.752000', '182445.754000', '182445.757000', '182445.759000', '182445.762000', '182445.764000', '182445.767000', '182445.770000', '182445.772000', '182445.775000', '182445.777000', '182445.780000', '182445.782000', '182445.785000', '182445.788000', '182445.790000', '182445.793000', '182445.795000', '182445.798000', '182445.801000', '182445.803000', '182445.806000', '182445.808000', '182445.811000', '182445.814000', '182445.816000', '182445.819000', '182445.822000', '182445.824000', '182445.827000', '182445.829000', '182445.832000', '182445.835000', '182445.837000', '182445.840000', '182445.842000', '182445.845000', '182445.848000', '182445.850000', '182445.853000', '182445.855000', '182505.744000', '182505.746000', '182505.749000', '182505.752000', '182505.754000', '182505.757000', '182505.759000', '182505.762000', '182505.765000', '182505.767000', '182505.770000', '182505.772000', '182505.775000', '182505.778000', '182505.780000', '182505.783000', '182505.785000', '182505.788000', '182505.790000', '182505.793000', '182505.796000', '182505.798000', '182505.801000', '182505.803000', '182505.806000', '182505.808000', '182505.811000', '182505.814000', '182505.816000', '182505.819000', '182505.822000', '182505.824000', '182505.827000', '182505.829000', '182505.832000', '182505.834000', '182505.837000', '182505.840000', '182505.842000', '182505.848000', '182505.851000', '182505.853000', '182505.856000', '182525.744000', '182525.746000', '182525.749000', '182525.752000', '182525.754000', '182525.757000', '182525.759000', '182525.762000', '182525.765000', '182525.767000', '182525.770000', '182525.772000', '182525.775000', '182525.778000', '182525.780000', '182525.783000', '182525.785000', '182525.788000', '182525.791000', '182525.793000', '182525.796000', '182525.798000', '182525.801000', '182525.803000', '182525.806000', '182525.809000', '182525.811000', '182525.814000', '182525.817000', '182525.819000', '182525.822000', '182525.824000', '182525.827000', '182525.830000', '182525.832000', '182525.835000', '182525.837000', '182525.840000', '182525.842000', '182525.845000', '182525.848000', '182525.850000', '182525.853000', '182525.855000', '182545.744000', '182545.747000', '182545.749000', '182545.752000', '182545.754000', '182545.757000', '182545.760000', '182545.762000', '182545.765000', '182545.767000', '182545.770000', '182545.773000', '182545.775000', '182545.778000', '182545.781000', '182545.783000', '182545.786000', '182545.788000', '182545.791000', '182545.794000', '182545.796000', '182545.799000', '182545.802000', '182545.804000', '182545.807000', '182545.809000', '182545.812000', '182545.815000', '182545.817000', '182545.820000', '182545.822000', '182545.825000', '182545.827000', '182545.830000', '182545.833000', '182545.835000', '182545.838000', '182545.840000', '182545.843000', '182545.846000', '182545.848000', '182545.851000', '182545.854000', '182605.744000', '182605.747000', '182605.749000', '182605.752000', '182605.754000', '182605.757000', '182605.760000', '182605.762000', '182605.765000', '182605.767000', '182605.770000', '182605.772000', '182605.775000', '182605.778000', '182605.780000', '182605.783000', '182605.785000', '182605.788000', '182605.790000', '182605.793000', '182605.796000', '182605.798000', '182605.801000', '182605.804000', '182605.806000', '182605.809000', '182605.811000', '182605.814000', '182605.816000', '182605.819000', '182605.822000', '182605.824000', '182605.827000', '182605.829000', '182605.832000', '182605.834000', '182605.837000', '182605.840000', '182605.842000', '182605.845000', '182605.847000', '182605.850000', '182605.853000', '182605.855000', '182625.743000', '182625.745000', '182625.748000', '182625.751000', '182625.753000', '182625.756000', '182625.758000', '182625.761000', '182625.764000', '182625.766000', '182625.769000', '182625.772000', '182625.774000', '182625.777000', '182625.779000', '182625.782000', '182625.784000', '182625.787000', '182625.790000', '182625.792000', '182625.795000', '182625.797000', '182625.800000', '182625.803000', '182625.805000', '182625.808000', '182625.810000', '182625.813000', '182625.816000', '182625.818000', '182625.821000', '182625.823000', '182625.826000', '182625.829000', '182625.831000', '182625.834000', '182625.836000', '182625.839000', '182625.842000', '182625.844000', '182625.847000', '182625.849000', '182625.852000', '182645.743000', '182645.745000', '182645.748000', '182645.751000', '182645.753000', '182645.756000', '182645.759000', '182645.761000', '182645.764000', '182645.767000', '182645.769000', '182645.772000', '182645.774000', '182645.777000', '182645.779000', '182645.782000', '182645.785000', '182645.787000', '182645.790000', '182645.792000', '182645.795000', '182645.798000', '182645.800000', '182645.803000', '182645.806000', '182645.808000', '182645.811000', '182645.829000', '182645.831000', '182645.834000', '182645.836000', '182645.839000', '182645.841000', '182645.844000', '182645.847000', '182645.849000', '182645.859000', '182645.861000', '182645.864000', '182645.866000', '182645.869000', '182645.872000', '182645.874000', '182645.877000', '182705.744000', '182705.746000', '182705.749000', '182705.752000', '182705.754000', '182705.757000', '182705.760000', '182705.762000', '182705.765000', '182705.774000', '182705.776000', '182705.779000', '182705.781000', '182705.784000', '182705.787000', '182705.789000', '182705.792000', '182705.794000', '182705.797000', '182705.800000', '182705.803000', '182705.805000', '182705.808000', '182705.810000', '182705.813000', '182705.816000', '182705.818000', '182705.821000', '182705.823000', '182705.826000', '182705.829000', '182705.831000', '182705.834000', '182705.836000', '182705.839000', '182705.842000', '182705.844000', '182705.847000', '182705.849000', '182705.852000', '182705.855000', '182705.857000', '182705.860000', '182725.744000', '182725.747000', '182725.749000', '182725.752000', '182725.754000', '182725.757000', '182725.760000', '182725.762000', '182725.765000', '182725.768000', '182725.770000', '182725.773000', '182725.776000', '182725.778000', '182725.781000', '182725.783000', '182725.786000', '182725.788000', '182725.791000', '182725.794000', '182725.796000', '182725.799000', '182725.801000', '182725.804000', '182725.806000', '182725.809000', '182725.812000', '182725.814000', '182725.817000', '182725.819000', '182725.822000', '182725.824000', '182725.827000', '182725.830000', '182725.832000', '182725.835000', '182725.838000', '182725.840000', '182725.843000', '182725.845000', '182725.848000', '182725.851000', '182725.853000', '182725.856000', '182745.744000', '182745.746000', '182745.749000', '182745.752000', '182745.754000', '182745.757000', '182745.760000', '182745.762000', '182745.765000', '182745.767000', '182745.770000', '182745.773000', '182745.775000', '182745.778000', '182745.780000', '182745.783000', '182745.786000', '182745.788000', '182745.791000', '182745.794000', '182745.796000', '182745.799000', '182745.801000', '182745.804000', '182745.807000', '182745.809000', '182745.812000', '182745.815000', '182745.817000', '182745.820000', '182745.822000', '182745.825000', '182745.827000', '182745.830000', '182745.833000', '182745.835000', '182745.838000', '182745.840000', '182745.843000', '182745.845000', '182745.848000', '182745.851000', '182745.853000', '182805.744000', '182805.747000', '182805.750000', '182805.752000', '182805.755000', '182805.757000', '182805.760000', '182805.763000', '182805.765000', '182805.768000', '182805.770000', '182805.773000', '182805.776000', '182805.778000', '182805.781000', '182805.783000', '182805.786000', '182805.789000', '182805.791000', '182805.794000', '182805.797000', '182805.800000', '182805.802000', '182805.805000', '182805.807000', '182805.810000', '182805.813000', '182805.820000', '182805.823000', '182805.825000', '182805.828000', '182805.830000', '182805.833000', '182805.835000', '182805.838000', '182805.841000', '182805.843000', '182805.846000', '182805.848000', '182805.851000', '182805.854000', '182805.856000', '182805.859000', '182805.861000', '182825.744000', '182825.747000', '182825.749000', '182825.752000', '182825.755000', '182825.757000', '182825.760000', '182825.762000', '182825.765000', '182825.768000', '182825.770000', '182825.773000', '182825.775000', '182825.778000', '182825.780000', '182825.783000', '182825.786000', '182825.788000', '182825.791000', '182825.794000', '182825.796000', '182825.799000', '182825.801000', '182825.804000', '182825.807000', '182825.809000', '182825.812000', '182825.814000', '182825.817000', '182825.820000', '182825.822000', '182825.825000', '182825.827000', '182825.830000', '182825.833000', '182825.835000', '182825.838000', '182825.840000', '182825.843000', '182825.846000', '182825.848000', '182825.851000', '182825.853000', '182839.275000', '182839.278000', '182839.281000', '182839.283000', '182839.286000', '182839.289000', '182839.292000', '182839.295000', '182839.298000', '182839.301000', '182839.304000', '182839.307000', '182839.310000', '182839.312000', '182839.315000', '182839.318000', '182839.320000', '182839.323000', '182839.326000', '182839.328000', '182839.331000', '182839.334000', '182839.339000', '182839.342000', '182839.345000', '182839.348000', '182839.351000', '182839.353000', '182839.356000', '182839.359000'], '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': [10012, 7964, 9607, 9027, 9813, 8956, 8814, 10027, 11800, 12339, 8451, 8849, 9048, 9056, 9839, 9140, 8850, 8716, 8219, 8762, 8588, 8764, 8544, 8930, 8282, 8752, 8306, 8660, 8619, 8554, 8758, 7894, 8539, 8853, 8935, 8145, 8643, 8266, 8808, 10051, 9012, 10764, 8769, 9087, 8977, 8505, 8030, 8879, 10585, 8814, 8253, 8815, 8294, 8503, 8696, 9050, 8927, 9398, 8976, 8433, 8759, 8480, 8223, 8795, 10590, 8878, 8560, 8865, 8543, 8152, 8996, 10378, 9084, 8540, 8531, 8887, 10377, 8874, 9426, 9000, 8504, 8811, 8988, 10127, 8763, 8914, 8594, 8972, 9026, 9051, 9724, 8865, 8869, 10927, 8993, 9694, 8820, 8500, 7806, 8890, 10043, 8808, 8592, 9988, 8650, 9166, 8794, 8417, 8517, 8832, 10933, 8856, 9135, 8596, 8293, 7859, 8705, 10129, 8714, 8763, 8152, 8755, 10359, 8895, 8578, 8632, 8585, 7926, 8905, 10702, 8767, 8740, 8834, 8427, 8817, 8784, 10196, 8775, 9263, 8509, 8153, 7860, 8714, 10590, 8789, 8936, 8606, 8437, 7655, 8921, 9660, 8735, 8790, 8097, 8669, 10243, 8905, 8798, 8826, 8683, 8673, 9176, 10138, 8969, 8398, 8699, 8297, 8464, 9000, 10098, 8850, 9125, 8909, 8479, 8659, 8892, 11527, 8776, 9462, 8702, 8484, 9225, 8832, 9911, 8855, 8687, 11573, 8736, 10002, 8620, 8565, 8819, 8867, 9531, 9041, 8362, 8161, 8779, 10769, 8661, 8977, 8635, 8502, 9089, 9001, 9221, 8907, 8711, 8545, 8947, 11533, 8775, 9365, 8477, 8755, 10081, 8866, 9236, 8588, 8681, 9580, 8891, 9088, 8912, 8906, 8683, 8526, 8266, 8973, 10961, 8740, 8625, 8490, 8314, 7911, 8990, 10735, 8630, 8218, 8391, 8790, 10493, 8976, 9236, 8748, 8620, 9585, 8776, 9209, 8650, 8383, 8405, 8876, 10729, 8773, 8770, 8841, 8288, 8497, 8315, 8095, 8925, 10225, 8707, 8727, 8680, 8436, 8313, 8875, 11323, 8707, 9097, 8611, 8311, 7829, 8805, 8524, 8959, 9915, 8685, 8464, 8438, 8200, 7944, 8830, 11132, 8544, 8188, 8296, 8556, 8081, 8835, 10694, 8805, 9101, 8381, 8275, 8139, 8604, 8278, 8947, 10063, 8949, 9972, 8687, 8400, 8072, 8841, 10415, 8816, 9121, 8525, 8919, 11321, 8627, 9469, 8828, 8699, 8340, 8790, 10743, 8854, 8802, 8732, 8263, 7788, 9063, 9873, 8662, 8745, 8558, 8079, 8470, 8581, 8244, 9035, 11440, 9167, 9248, 9059, 8593, 8238, 7902, 8054, 9339, 7720, 9038, 11682, 8925, 9440, 14997, 8920, 9239, 8525, 9206, 12329, 8934, 10723, 9304, 9067, 9367, 8629, 8118, 8328, 8273, 8336, 9486, 10920, 8972, 12724, 9137, 10491, 8790, 7606, 8458, 7844, 8626, 8655, 8975, 8357, 8868, 7901, 8468, 7764, 8312, 7685, 8822, 9845, 8724, 10018, 8499, 8005, 8258, 8243, 10300, 8738, 9974, 8714, 8908, 8537, 7955, 8167, 8151, 7923, 8624, 7819, 8782, 11262, 8462, 9257, 8727, 8593, 8434, 8423, 8294, 8436, 8883, 8805, 10626, 8729, 9139, 8383, 8387, 8603, 8824, 10594, 8698, 8888, 8908, 8606, 8480, 8829, 9823, 8455, 10452, 8806, 7778, 8213, 7530, 8034, 8348, 8720, 11802, 8885, 8090, 8282, 7858, 8353, 8812, 12179, 8544, 9186, 8726, 8608, 7765, 8493, 9973, 8614, 10061, 8703, 8305, 8816, 7956, 8548, 8164, 7760, 8926, 11899, 8707, 9560, 8584, 7966, 8260, 8078, 8302, 8793, 8175, 8788, 9103, 8836, 8807, 8349, 8110, 9739, 8582, 9988, 8619, 8632, 7586, 8785, 10502, 8718, 8790, 8465, 8591, 9649, 8722, 10007, 8675, 8025, 7644, 8936, 10726, 8706, 9462, 8360, 8229, 10822, 8706, 10201, 8959, 8779, 8280, 8992, 11120, 8842, 9732, 8605, 8040, 8132, 8780, 10217, 8440, 8058, 7640, 8811, 10735, 8460, 8404, 10389, 8479, 9401, 8353, 8558, 10340, 8530, 9516, 8572, 8073, 8261, 8215, 8841, 8852, 11091, 8456, 7897, 9016, 8666, 10870, 8728, 9165, 12537, 8440, 10155, 8616, 7935, 8446, 8691, 9402, 8604, 8274, 8520, 8589, 10869, 8695, 8676, 8024, 8748, 10655, 8409, 9303, 8519, 8217, 8139, 9262, 10677, 8660, 9563, 8649, 8678, 8717, 8329, 7742, 8872, 11469, 8465, 9062, 8185, 8288, 9152, 8664, 10008, 8657, 8122, 8385, 8127, 10080, 8533, 10347, 8454, 7975, 8231, 8743, 11787, 8483, 8495, 8003, 8700, 12821, 8377, 8464, 8361, 8882, 11758, 8484, 9457, 8538, 8343, 7818, 8601, 10285, 8714, 8708, 8512, 8244, 7843, 8664, 10810, 8492, 9280, 8591, 8129, 9315, 8835, 10759, 8394, 7939, 8354, 8232, 9698, 8793, 10595, 8758, 7940, 8021, 8740, 10284, 8705, 9218, 8517, 8350, 7886, 8519, 7848, 8704, 10176, 8613, 9109, 8512, 8219, 8749, 8456, 8267, 8662, 10538, 8574, 8792, 8013, 8176, 9440, 8805, 11054, 8872, 9394, 8872, 7919, 11800, 8678, 9937, 8816, 8784, 8970, 8030, 8600, 8664, 10443, 8598, 8500, 8562, 8074, 7787, 8910, 10633, 8668, 9078, 8515, 7956, 8103, 8607, 7625, 8813, 10263, 8429, 8112, 7748, 8856, 11119, 8854, 9449, 8123, 8889, 10925, 8636, 8891, 8354, 9131, 12177, 8768, 9725, 8428, 8024, 8372, 8674, 9278, 8773, 8337, 7846, 8468, 7694, 8853, 10377, 8901, 9361, 8818, 8561, 8818, 8660, 11325, 8557, 9541, 8591, 7947, 8231, 8428, 7705, 8560, 10030, 8795, 8267, 9766, 8574, 11410, 8583, 8258, 8531, 7910, 7771, 8537, 9175, 8709, 7646, 8942, 7763, 8895, 8157, 8843, 10996, 8651, 8712, 8661, 8102, 8362, 8038, 8527, 8159, 12048, 9220, 14451, 9701, 11730, 8640, 8822, 8954, 8493, 8635, 7845, 10460, 8448, 8057, 8789, 9112, 8799, 8600, 8763, 8099, 8682, 8727, 8189, 8887, 7949, 8318, 7595, 9110, 8548, 8867, 9420, 8751, 8812, 9138, 10111, 8997, 13366, 10192, 8942, 13708, 8996, 10709, 8919, 9364, 8814, 8439, 8605, 8329, 8250, 8289, 8797, 8516, 8729, 8352, 8908, 9529, 8824, 8626, 10758, 8584, 12216, 8704, 9163, 8871, 8539, 8826, 8514, 9436, 8633, 11208, 8832, 9128, 8590, 8205, 8119, 8676, 8097, 8695, 9652, 8685, 9171, 8706, 8402, 8718, 8704, 8779, 8983, 8915, 9976, 8845, 9913, 8799, 10766, 8722, 10359, 8660, 9283, 8731, 8463, 8393, 8455, 8498, 8510, 8579, 9058, 8660, 9248, 8752, 8864, 8475, 8438, 8180, 8829, 14082, 8933, 12034, 8750, 10130, 8749, 8349, 8590, 8326, 8431, 8416, 8185, 8608, 7824, 8706, 10321, 8693, 9635, 8539, 8123, 8440, 8476, 8507, 8485, 8285, 8325, 10166, 9153, 7776, 8982, 8071, 8663, 8656, 8940, 10480, 8778, 12606, 8625, 8214, 8373, 8591, 8168, 8928, 8480, 9029, 10737, 8783, 9349, 8496, 8024, 8560, 8282, 8630, 8232, 8469, 8451, 10364, 8711, 11972, 8622, 9865, 8604, 8388, 8602, 8272, 8370, 8383, 7995, 8879, 7862, 8907, 7933, 8787, 11812, 8562, 10317, 8381, 7983, 8537, 8295, 8910, 8419, 8749, 8291, 8375, 8646, 8018, 8858, 7923, 8745, 7689, 8753, 11116, 8742, 9757, 8654, 8463, 8592, 8092, 7962, 8598, 10412, 8734, 7961, 8959, 8066, 8354, 8061, 7468, 8678, 9903, 8690, 7915, 8830, 8357, 8738, 8088, 8402, 8729, 9991, 8631, 10071, 8636, 8483, 8602, 8206, 10266, 8686, 11034, 8850, 8215, 8504, 8771, 9764, 8758, 8993, 8470, 7920, 8041, 8634, 10423, 8592, 8907, 8578, 8104, 7891, 8652, 9663, 8354, 8702, 8085, 8678, 9928, 8575, 8932, 8768, 8236, 7912, 8789, 10719, 8887, 8101, 8348, 8618, 9243, 8685, 8729, 8489, 8309, 7822, 8695, 9685, 8686, 8684, 8512, 8510, 9941, 8780, 10523, 8837, 8904, 8691, 8741, 10429, 8555, 9431, 8799, 8529, 8493, 8273, 9092, 8748, 9589, 8707, 8550, 8762, 8329, 8916, 8751, 9607, 8826, 8108, 8176, 8615, 9168, 8927, 9851, 8649, 8002, 8504, 8488, 8488, 8388, 7753, 8982, 10628, 9030, 9011, 8615, 8323, 7922, 8902, 9867, 8801, 8187, 8966, 9381, 8873, 8431, 7975, 8729, 10091, 8713, 9661, 8576, 8350, 8051, 8585, 10764, 8680, 8772, 8650, 8255, 8247, 8551, 9737, 8776, 8824, 8818, 8299, 8559, 8217, 7756, 8920, 10417, 8598, 8266, 8989, 8336, 8687, 8447, 8001, 9082, 10997, 8718, 9029, 8876, 8440, 8802, 8505, 8435, 9013, 9253, 8772, 8622, 8568, 8490, 8686, 8373, 9307, 8996, 7737, 8991, 9570, 8962, 10551, 8655, 8769, 8517, 8415, 7974, 8769, 13735, 8719, 9512, 8647, 8314, 8754, 8238, 8362, 8599, 10239, 8810, 8965, 8808, 9322, 8681, 8452, 8572, 8053, 9039, 8851, 7770, 8800, 7983, 8815, 9732, 8860, 8560, 8764, 8471, 8635, 8179, 8632, 8713, 11263, 8487, 9934, 8614, 8058, 7618, 8618, 9523, 8677, 8242, 8557, 8351, 7739, 8911, 7982, 8911, 9544, 8649, 8586, 8603, 8073, 8178, 8863, 9558, 8746, 9660, 8803, 8267, 8933, 8120, 8743, 8429, 8431, 8403, 7577, 8678, 11973, 8676, 8178, 8497, 8324, 7608, 8868, 10195, 8906, 9158, 8230, 8045, 8377, 8737, 8760, 8896, 9736, 8409, 8209, 8424, 8397, 7922, 8906, 11819, 8806, 9593, 8247, 8046, 8106, 8675, 10706, 8780, 9398, 8599, 8270, 8486, 8506, 7593, 8941, 10279, 8740, 8245, 8449, 8644, 11270, 8536, 9366, 8627, 8279, 8640, 8290, 7833, 8998, 10109, 8809, 8481, 8617, 8347, 8527, 8467, 8532, 8288, 9330, 8874, 8035, 8914, 10603, 8841, 9381, 8474, 8157, 8373, 8680, 7684, 8608, 8527, 9451, 8597, 9344, 8927, 13505, 10921, 13549, 8703, 10795, 8620, 9185, 8589, 9151, 8666, 12332, 8388, 8581, 8520, 8445, 8772, 8769, 8462, 8245, 10817, 10341, 9004, 7419, 8800, 7654, 8414, 8397, 10121, 11095, 8931, 12209, 8754, 10697, 8587, 8811, 10576, 8746, 14761, 8743, 12700, 8563, 11118, 8511, 9923, 8551, 8359, 8501, 7650, 8446, 7979, 8524, 8295, 8451, 8805, 8669, 9004, 8550, 8170, 8575, 8056, 8508, 7982, 8789, 7822, 8701, 8930, 10665, 8822, 7712, 8747, 8355, 11691, 8761, 10479, 8408, 10976, 8621, 9778, 8330, 8827, 8234, 8475, 7521, 8948, 10666, 8761, 10427, 8397, 8450, 8170, 8175, 7598, 8785, 11726, 8648, 9489, 8494, 8903, 7973, 8217, 8244, 8535, 8024, 9264, 8032, 8663, 7910, 9140, 12363, 8710, 9525, 10177, 8920, 10783, 8465, 8548, 8131, 8257, 7457, 8768, 10410, 8549, 8205, 8159, 8056, 7797, 8740, 11447, 8532, 9080, 8166, 8105, 7966, 8248, 7545, 8614, 10974, 8625, 9770, 8617, 8847, 8359, 8695, 11722, 8496, 9810, 9011, 8433, 7953, 8016, 10386, 8937, 11450, 8471, 9405, 8627, 8046, 7960, 7911, 7427, 8557, 8074, 8269, 11769, 8143, 9360, 7775, 8156, 7595, 8395, 10136, 8066, 9436, 7695, 8628, 7899, 8347, 11001, 7778, 8968, 7485, 7813, 7708, 8111, 11396, 8111, 9492, 7738, 8071, 8765, 7912, 8153, 8134, 11434, 8119, 9161, 7869, 9031, 9239, 8026, 11530, 7846, 8518, 7779, 8252, 10868, 8220, 9970, 7879, 7865, 8775, 8178, 11512, 8183, 9510, 7869, 8873, 8472, 8911, 8389, 8689, 8194, 8667, 7653, 7662, 7730, 8513, 13469, 8304, 10684, 8511, 9271, 8259, 7930, 7298, 8572, 11833, 8173, 8452, 8230, 8195, 9395, 8597, 9680, 8168, 8115, 8305, 8298, 9340, 8648, 10086, 8324, 8386, 7858, 7723, 7671, 8574, 7681, 8858, 10687, 8433, 9507, 8315, 8058, 8360, 8838, 10933, 8545, 9844, 8339, 8185, 10576, 8448, 10526, 8262, 8849, 8156, 7947, 7514, 8383, 9232, 8586, 9326, 8205, 8040, 7745, 8596, 10463, 8573, 9057, 8403, 8796, 8376, 8571, 8018, 8486, 10746, 8295, 9571, 8251, 8528, 8296, 8350, 10662, 8468, 9543, 8208, 8508, 7929, 8061, 7406, 8619, 10925, 8389, 9293, 8363, 8322, 8157, 8152, 9729, 8583, 9572, 8383, 8404, 8283, 8456, 9125, 8715, 10234, 8322, 9083, 8183, 8133, 7845, 8521, 10885, 8478, 9655, 8269, 8035, 7609, 8843, 10339, 8263, 8294, 9615, 8612, 10144, 8148, 8477, 8159, 8546, 9553, 8912, 9473, 8257, 8636, 8243, 8596, 9768, 8855, 10835, 8370, 9358, 8201, 8539, 10928, 8677, 9810, 8136, 8023, 7791, 8644, 9636, 8571, 10068, 8066, 8483, 10229, 8731, 9858, 8316, 8489, 7837, 8295, 10764, 8397, 9754, 8222, 8173, 8158, 8531, 9632, 8738, 10364, 8025, 8150, 7882, 8542, 8264, 8731, 9425, 8548, 9952, 8453, 9705, 8442, 9211, 8194, 8458, 8162, 8240, 8142, 8684, 13899, 8289, 9604, 8332, 7855, 8637, 8309, 8410, 10038, 8462, 9698, 8305, 9266, 8449, 9307, 8311, 8470, 12947, 8461, 13231, 8218, 9663, 8485, 7664, 7862, 8121, 10349, 8291, 7261, 8511, 7376, 8814, 10680, 8659, 9227, 8267, 8090, 8079, 8163, 7487, 8722, 9061, 8416, 8650, 7984, 7328, 8466, 7412, 8405, 7421, 8364, 10033, 8525, 8189, 8643, 7664, 8850, 8486, 9492, 8850, 8922, 8635, 14297, 11812, 9404, 8726, 7569, 8457, 7697, 8469, 13387, 8262, 9581, 8107, 8251, 8413, 8024, 8562, 8577, 8527, 8510, 8401, 7393, 8635, 7678, 8357, 8526, 9741, 8835, 10238, 8436, 8688, 8655, 7366, 8750, 7600, 8656, 8383, 9157, 8664, 9411, 8539, 9843, 8644, 8936, 8238, 7738, 8601, 7589, 8914, 8762, 9592, 8451, 9995, 9790, 8394], 'WindowCenter': [4433.0, 4397.0, 4407.0, 4393.0, 4402.0, 4392.0, 4392.0, 4404.0, 4410.0, 4411.0, 4358.0, 4368.0, 4365.0, 4365.0, 4374.0, 4366.0, 4363.0, 4366.0, 4354.0, 4366.0, 4365.0, 4365.0, 4368.0, 4379.0, 4356.0, 4366.0, 4357.0, 4367.0, 4368.0, 4365.0, 4367.0, 4358.0, 4368.0, 4366.0, 4368.0, 4356.0, 4367.0, 4356.0, 4377.0, 4376.0, 4376.0, 4386.0, 4368.0, 4365.0, 4364.0, 4366.0, 4354.0, 4377.0, 4374.0, 4365.0, 4355.0, 4363.0, 4355.0, 4353.0, 4365.0, 4365.0, 4365.0, 4365.0, 4366.0, 4354.0, 4365.0, 4364.0, 4354.0, 4368.0, 4387.0, 4366.0, 4366.0, 4365.0, 4366.0, 4355.0, 4377.0, 4385.0, 4365.0, 4365.0, 4365.0, 4376.0, 4386.0, 4377.0, 4378.0, 4378.0, 4367.0, 4366.0, 4377.0, 4388.0, 4367.0, 4378.0, 4368.0, 4379.0, 4367.0, 4378.0, 4377.0, 4378.0, 4378.0, 4386.0, 4368.0, 4376.0, 4366.0, 4365.0, 4356.0, 4367.0, 4375.0, 4366.0, 4367.0, 4375.0, 4368.0, 4377.0, 4367.0, 4367.0, 4366.0, 4376.0, 4397.0, 4378.0, 4377.0, 4367.0, 4368.0, 4354.0, 4368.0, 4386.0, 4365.0, 4369.0, 4356.0, 4367.0, 4387.0, 4365.0, 4366.0, 4366.0, 4366.0, 4356.0, 4378.0, 4386.0, 4367.0, 4366.0, 4366.0, 4367.0, 4377.0, 4378.0, 4387.0, 4379.0, 4377.0, 4368.0, 4357.0, 4355.0, 4366.0, 4386.0, 4366.0, 4377.0, 4366.0, 4367.0, 4355.0, 4377.0, 4376.0, 4366.0, 4368.0, 4357.0, 4368.0, 4375.0, 4376.0, 4366.0, 4366.0, 4368.0, 4366.0, 4378.0, 4386.0, 4367.0, 4356.0, 4366.0, 4366.0, 4367.0, 4379.0, 4389.0, 4379.0, 4377.0, 4379.0, 4368.0, 4378.0, 4379.0, 4398.0, 4379.0, 4379.0, 4369.0, 4370.0, 4376.0, 4376.0, 4376.0, 4378.0, 4369.0, 4396.0, 4366.0, 4375.0, 4367.0, 4366.0, 4365.0, 4367.0, 4377.0, 4367.0, 4355.0, 4354.0, 4366.0, 4385.0, 4367.0, 4367.0, 4367.0, 4368.0, 4376.0, 4377.0, 4376.0, 4378.0, 4370.0, 4367.0, 4377.0, 4398.0, 4365.0, 4376.0, 4355.0, 4366.0, 4373.0, 4365.0, 4376.0, 4364.0, 4368.0, 4375.0, 4365.0, 4366.0, 4366.0, 4365.0, 4366.0, 4365.0, 4365.0, 4378.0, 4386.0, 4367.0, 4366.0, 4366.0, 4367.0, 4367.0, 4380.0, 4388.0, 4368.0, 4366.0, 4367.0, 4366.0, 4384.0, 4365.0, 4366.0, 4366.0, 4368.0, 4374.0, 4365.0, 4364.0, 4365.0, 4356.0, 4355.0, 4378.0, 4396.0, 4365.0, 4364.0, 4377.0, 4364.0, 4366.0, 4366.0, 4367.0, 4389.0, 4388.0, 4380.0, 4377.0, 4380.0, 4381.0, 4367.0, 4379.0, 4398.0, 4377.0, 4378.0, 4379.0, 4368.0, 4357.0, 4379.0, 4378.0, 4390.0, 4388.0, 4379.0, 4369.0, 4378.0, 4379.0, 4367.0, 4380.0, 4399.0, 4366.0, 4366.0, 4364.0, 4367.0, 4355.0, 4377.0, 4385.0, 4376.0, 4367.0, 4356.0, 4367.0, 4355.0, 4366.0, 4355.0, 4378.0, 4386.0, 4377.0, 4388.0, 4365.0, 4355.0, 4352.0, 4377.0, 4385.0, 4365.0, 4365.0, 4364.0, 4365.0, 4385.0, 4353.0, 4363.0, 4364.0, 4355.0, 4353.0, 4366.0, 4384.0, 4364.0, 4365.0, 4364.0, 4355.0, 4343.0, 4365.0, 4375.0, 4365.0, 4366.0, 4365.0, 4359.0, 4354.0, 4368.0, 4354.0, 4365.0, 4397.0, 4377.0, 4365.0, 4366.0, 4365.0, 4366.0, 4355.0, 4358.0, 4376.0, 4369.0, 4391.0, 4410.0, 4379.0, 4391.0, 4415.0, 4365.0, 4377.0, 4366.0, 4377.0, 4403.0, 4365.0, 4384.0, 4363.0, 4354.0, 4361.0, 4350.0, 4343.0, 4352.0, 4355.0, 4351.0, 4363.0, 4371.0, 4352.0, 4393.0, 4364.0, 4371.0, 4352.0, 4329.0, 4340.0, 4341.0, 4354.0, 4363.0, 4366.0, 4365.0, 4377.0, 4354.0, 4355.0, 4344.0, 4355.0, 4344.0, 4366.0, 4376.0, 4367.0, 4388.0, 4368.0, 4358.0, 4367.0, 4367.0, 4373.0, 4366.0, 4373.0, 4366.0, 4378.0, 4365.0, 4355.0, 4353.0, 4355.0, 4357.0, 4367.0, 4356.0, 4379.0, 4397.0, 4366.0, 4377.0, 4366.0, 4365.0, 4365.0, 4366.0, 4366.0, 4368.0, 4378.0, 4377.0, 4385.0, 4367.0, 4377.0, 4366.0, 4367.0, 4365.0, 4378.0, 4386.0, 4368.0, 4378.0, 4389.0, 4382.0, 4378.0, 4379.0, 4387.0, 4378.0, 4399.0, 4390.0, 4368.0, 4379.0, 4370.0, 4380.0, 4379.0, 4380.0, 4409.0, 4378.0, 4367.0, 4367.0, 4368.0, 4367.0, 4377.0, 4408.0, 4378.0, 4376.0, 4366.0, 4365.0, 4344.0, 4366.0, 4374.0, 4366.0, 4375.0, 4364.0, 4354.0, 4365.0, 4354.0, 4364.0, 4366.0, 4354.0, 4376.0, 4393.0, 4354.0, 4362.0, 4354.0, 4352.0, 4354.0, 4366.0, 4366.0, 4366.0, 4354.0, 4366.0, 4376.0, 4376.0, 4379.0, 4369.0, 4368.0, 4376.0, 4378.0, 4386.0, 4365.0, 4378.0, 4355.0, 4378.0, 4386.0, 4366.0, 4367.0, 4366.0, 4378.0, 4378.0, 4380.0, 4388.0, 4367.0, 4368.0, 4356.0, 4379.0, 4396.0, 4378.0, 4388.0, 4380.0, 4380.0, 4398.0, 4368.0, 4388.0, 4378.0, 4379.0, 4367.0, 4390.0, 4398.0, 4378.0, 4377.0, 4369.0, 4369.0, 4367.0, 4380.0, 4399.0, 4378.0, 4370.0, 4358.0, 4390.0, 4399.0, 4380.0, 4381.0, 4388.0, 4379.0, 4389.0, 4369.0, 4380.0, 4387.0, 4378.0, 4389.0, 4379.0, 4366.0, 4367.0, 4376.0, 4379.0, 4389.0, 4409.0, 4370.0, 4370.0, 4377.0, 4380.0, 4398.0, 4366.0, 4378.0, 4407.0, 4368.0, 4386.0, 4365.0, 4357.0, 4355.0, 4367.0, 4365.0, 4367.0, 4365.0, 4366.0, 4365.0, 4385.0, 4365.0, 4366.0, 4356.0, 4378.0, 4386.0, 4367.0, 4376.0, 4378.0, 4368.0, 4367.0, 4390.0, 4398.0, 4379.0, 4387.0, 4379.0, 4378.0, 4379.0, 4379.0, 4369.0, 4393.0, 4399.0, 4368.0, 4376.0, 4368.0, 4369.0, 4378.0, 4379.0, 4389.0, 4378.0, 4368.0, 4366.0, 4369.0, 4398.0, 4380.0, 4399.0, 4368.0, 4367.0, 4366.0, 4378.0, 4397.0, 4377.0, 4378.0, 4356.0, 4366.0, 4405.0, 4365.0, 4367.0, 4365.0, 4377.0, 4395.0, 4365.0, 4374.0, 4364.0, 4367.0, 4355.0, 4377.0, 4386.0, 4376.0, 4366.0, 4377.0, 4368.0, 4367.0, 4390.0, 4398.0, 4377.0, 4380.0, 4377.0, 4368.0, 4376.0, 4378.0, 4398.0, 4367.0, 4356.0, 4367.0, 4379.0, 4377.0, 4378.0, 4398.0, 4377.0, 4367.0, 4365.0, 4377.0, 4385.0, 4377.0, 4377.0, 4379.0, 4379.0, 4367.0, 4378.0, 4368.0, 4379.0, 4398.0, 4379.0, 4390.0, 4390.0, 4380.0, 4379.0, 4379.0, 4379.0, 4380.0, 4399.0, 4389.0, 4381.0, 4368.0, 4378.0, 4388.0, 4380.0, 4397.0, 4377.0, 4387.0, 4378.0, 4366.0, 4396.0, 4367.0, 4375.0, 4377.0, 4368.0, 4377.0, 4366.0, 4379.0, 4377.0, 4387.0, 4366.0, 4365.0, 4366.0, 4367.0, 4356.0, 4378.0, 4397.0, 4377.0, 4378.0, 4377.0, 4356.0, 4367.0, 4378.0, 4368.0, 4391.0, 4401.0, 4378.0, 4368.0, 4369.0, 4380.0, 4398.0, 4378.0, 4390.0, 4367.0, 4378.0, 4386.0, 4379.0, 4377.0, 4366.0, 4388.0, 4407.0, 4377.0, 4378.0, 4367.0, 4368.0, 4365.0, 4367.0, 4375.0, 4377.0, 4367.0, 4366.0, 4368.0, 4357.0, 4389.0, 4397.0, 4378.0, 4390.0, 4379.0, 4378.0, 4377.0, 4378.0, 4396.0, 4377.0, 4378.0, 4376.0, 4367.0, 4366.0, 4368.0, 4355.0, 4366.0, 4387.0, 4376.0, 4367.0, 4375.0, 4367.0, 4385.0, 4365.0, 4357.0, 4365.0, 4355.0, 4355.0, 4378.0, 4376.0, 4378.0, 4357.0, 4378.0, 4367.0, 4390.0, 4379.0, 4390.0, 4410.0, 4380.0, 4379.0, 4381.0, 4370.0, 4368.0, 4369.0, 4378.0, 4370.0, 4410.0, 4379.0, 4417.0, 4377.0, 4396.0, 4367.0, 4376.0, 4377.0, 4365.0, 4377.0, 4366.0, 4385.0, 4367.0, 4368.0, 4379.0, 4377.0, 4368.0, 4368.0, 4378.0, 4367.0, 4366.0, 4367.0, 4355.0, 4367.0, 4355.0, 4379.0, 4368.0, 4392.0, 4379.0, 4402.0, 4403.0, 4393.0, 4406.0, 4405.0, 4413.0, 4395.0, 4434.0, 4389.0, 4382.0, 4418.0, 4379.0, 4387.0, 4380.0, 4378.0, 4379.0, 4368.0, 4367.0, 4366.0, 4366.0, 4369.0, 4370.0, 4369.0, 4379.0, 4369.0, 4378.0, 4389.0, 4380.0, 4370.0, 4388.0, 4367.0, 4397.0, 4367.0, 4376.0, 4367.0, 4369.0, 4369.0, 4368.0, 4367.0, 4368.0, 4384.0, 4366.0, 4365.0, 4367.0, 4367.0, 4356.0, 4367.0, 4355.0, 4368.0, 4377.0, 4367.0, 4376.0, 4370.0, 4369.0, 4381.0, 4379.0, 4380.0, 4379.0, 4391.0, 4391.0, 4381.0, 4390.0, 4380.0, 4399.0, 4369.0, 4390.0, 4369.0, 4378.0, 4367.0, 4368.0, 4357.0, 4368.0, 4367.0, 4369.0, 4379.0, 4380.0, 4378.0, 4378.0, 4369.0, 4378.0, 4367.0, 4369.0, 4366.0, 4378.0, 4417.0, 4380.0, 4396.0, 4365.0, 4384.0, 4365.0, 4356.0, 4366.0, 4368.0, 4367.0, 4366.0, 4355.0, 4368.0, 4356.0, 4369.0, 4387.0, 4368.0, 4377.0, 4367.0, 4355.0, 4367.0, 4366.0, 4367.0, 4378.0, 4367.0, 4370.0, 4388.0, 4380.0, 4358.0, 4366.0, 4355.0, 4367.0, 4377.0, 4380.0, 4386.0, 4369.0, 4408.0, 4368.0, 4367.0, 4357.0, 4367.0, 4354.0, 4367.0, 4366.0, 4366.0, 4387.0, 4365.0, 4366.0, 4355.0, 4356.0, 4366.0, 4367.0, 4366.0, 4367.0, 4367.0, 4368.0, 4388.0, 4368.0, 4396.0, 4366.0, 4375.0, 4366.0, 4365.0, 4365.0, 4366.0, 4354.0, 4367.0, 4354.0, 4367.0, 4356.0, 4378.0, 4367.0, 4389.0, 4420.0, 4377.0, 4374.0, 4354.0, 4355.0, 4366.0, 4365.0, 4390.0, 4368.0, 4367.0, 4366.0, 4366.0, 4366.0, 4353.0, 4365.0, 4353.0, 4364.0, 4343.0, 4365.0, 4385.0, 4367.0, 4374.0, 4365.0, 4354.0, 4353.0, 4355.0, 4342.0, 4363.0, 4372.0, 4352.0, 4343.0, 4364.0, 4355.0, 4353.0, 4354.0, 4343.0, 4365.0, 4374.0, 4365.0, 4355.0, 4375.0, 4366.0, 4376.0, 4367.0, 4379.0, 4379.0, 4388.0, 4380.0, 4388.0, 4378.0, 4378.0, 4378.0, 4381.0, 4387.0, 4367.0, 4387.0, 4365.0, 4367.0, 4365.0, 4377.0, 4387.0, 4367.0, 4367.0, 4366.0, 4356.0, 4355.0, 4367.0, 4385.0, 4366.0, 4377.0, 4367.0, 4356.0, 4355.0, 4368.0, 4375.0, 4366.0, 4367.0, 4356.0, 4377.0, 4386.0, 4368.0, 4377.0, 4378.0, 4369.0, 4366.0, 4378.0, 4387.0, 4377.0, 4356.0, 4366.0, 4377.0, 4376.0, 4369.0, 4367.0, 4367.0, 4367.0, 4356.0, 4368.0, 4376.0, 4367.0, 4367.0, 4379.0, 4379.0, 4388.0, 4378.0, 4397.0, 4379.0, 4377.0, 4369.0, 4380.0, 4386.0, 4368.0, 4376.0, 4366.0, 4368.0, 4367.0, 4368.0, 4377.0, 4378.0, 4387.0, 4378.0, 4379.0, 4378.0, 4368.0, 4378.0, 4377.0, 4389.0, 4376.0, 4367.0, 4366.0, 4380.0, 4377.0, 4377.0, 4388.0, 4368.0, 4357.0, 4379.0, 4378.0, 4378.0, 4379.0, 4369.0, 4380.0, 4400.0, 4379.0, 4379.0, 4380.0, 4369.0, 4368.0, 4379.0, 4378.0, 4380.0, 4366.0, 4379.0, 4377.0, 4377.0, 4369.0, 4368.0, 4368.0, 4386.0, 4368.0, 4377.0, 4366.0, 4368.0, 4357.0, 4378.0, 4386.0, 4367.0, 4366.0, 4367.0, 4366.0, 4365.0, 4380.0, 4377.0, 4378.0, 4376.0, 4377.0, 4368.0, 4367.0, 4367.0, 4355.0, 4378.0, 4386.0, 4366.0, 4366.0, 4376.0, 4368.0, 4367.0, 4367.0, 4366.0, 4379.0, 4398.0, 4368.0, 4377.0, 4377.0, 4369.0, 4377.0, 4378.0, 4368.0, 4380.0, 4377.0, 4379.0, 4379.0, 4378.0, 4378.0, 4379.0, 4381.0, 4389.0, 4380.0, 4369.0, 4390.0, 4390.0, 4390.0, 4400.0, 4380.0, 4368.0, 4368.0, 4368.0, 4356.0, 4369.0, 4418.0, 4367.0, 4376.0, 4367.0, 4355.0, 4366.0, 4366.0, 4355.0, 4367.0, 4386.0, 4367.0, 4375.0, 4378.0, 4389.0, 4379.0, 4366.0, 4366.0, 4366.0, 4366.0, 4378.0, 4357.0, 4378.0, 4368.0, 4377.0, 4377.0, 4379.0, 4367.0, 4367.0, 4355.0, 4366.0, 4365.0, 4367.0, 4378.0, 4397.0, 4377.0, 4377.0, 4366.0, 4356.0, 4354.0, 4368.0, 4376.0, 4366.0, 4366.0, 4365.0, 4368.0, 4355.0, 4377.0, 4355.0, 4379.0, 4377.0, 4367.0, 4367.0, 4367.0, 4356.0, 4367.0, 4379.0, 4377.0, 4368.0, 4377.0, 4378.0, 4369.0, 4366.0, 4357.0, 4366.0, 4367.0, 4367.0, 4369.0, 4357.0, 4379.0, 4408.0, 4378.0, 4367.0, 4365.0, 4367.0, 4357.0, 4379.0, 4387.0, 4378.0, 4377.0, 4366.0, 4358.0, 4355.0, 4367.0, 4365.0, 4378.0, 4376.0, 4365.0, 4356.0, 4365.0, 4367.0, 4356.0, 4378.0, 4398.0, 4377.0, 4378.0, 4356.0, 4358.0, 4356.0, 4366.0, 4374.0, 4365.0, 4376.0, 4367.0, 4365.0, 4355.0, 4367.0, 4345.0, 4364.0, 4374.0, 4366.0, 4355.0, 4354.0, 4367.0, 4384.0, 4364.0, 4364.0, 4354.0, 4354.0, 4365.0, 4366.0, 4357.0, 4378.0, 4386.0, 4377.0, 4367.0, 4368.0, 4367.0, 4379.0, 4380.0, 4379.0, 4370.0, 4379.0, 4379.0, 4369.0, 4391.0, 4400.0, 4390.0, 4391.0, 4369.0, 4371.0, 4369.0, 4380.0, 4371.0, 4393.0, 4391.0, 4401.0, 4392.0, 4402.0, 4395.0, 4423.0, 4401.0, 4420.0, 4369.0, 4399.0, 4367.0, 4377.0, 4368.0, 4377.0, 4366.0, 4397.0, 4356.0, 4366.0, 4368.0, 4356.0, 4366.0, 4367.0, 4356.0, 4357.0, 4385.0, 4387.0, 4366.0, 4345.0, 4366.0, 4356.0, 4368.0, 4368.0, 4390.0, 4397.0, 4369.0, 4398.0, 4368.0, 4388.0, 4368.0, 4366.0, 4375.0, 4355.0, 4401.0, 4352.0, 4381.0, 4342.0, 4372.0, 4341.0, 4361.0, 4354.0, 4343.0, 4352.0, 4330.0, 4339.0, 4340.0, 4352.0, 4341.0, 4353.0, 4353.0, 4354.0, 4365.0, 4355.0, 4352.0, 4356.0, 4344.0, 4366.0, 4353.0, 4366.0, 4356.0, 4379.0, 4379.0, 4398.0, 4380.0, 4369.0, 4381.0, 4381.0, 4412.0, 4381.0, 4401.0, 4381.0, 4401.0, 4379.0, 4390.0, 4370.0, 4380.0, 4367.0, 4370.0, 4356.0, 4379.0, 4387.0, 4380.0, 4387.0, 4368.0, 4367.0, 4367.0, 4367.0, 4356.0, 4379.0, 4397.0, 4369.0, 4377.0, 4368.0, 4368.0, 4357.0, 4367.0, 4367.0, 4369.0, 4357.0, 4377.0, 4358.0, 4379.0, 4357.0, 4378.0, 4407.0, 4366.0, 4379.0, 4376.0, 4367.0, 4383.0, 4354.0, 4365.0, 4355.0, 4366.0, 4344.0, 4368.0, 4386.0, 4367.0, 4367.0, 4367.0, 4368.0, 4357.0, 4378.0, 4396.0, 4367.0, 4367.0, 4368.0, 4358.0, 4368.0, 4368.0, 4358.0, 4382.0, 4397.0, 4379.0, 4389.0, 4380.0, 4392.0, 4369.0, 4382.0, 4423.0, 4393.0, 4401.0, 4390.0, 4369.0, 4368.0, 4369.0, 4386.0, 4377.0, 4396.0, 4368.0, 4376.0, 4378.0, 4356.0, 4356.0, 4358.0, 4345.0, 4378.0, 4367.0, 4381.0, 4408.0, 4368.0, 4376.0, 4357.0, 4367.0, 4367.0, 4380.0, 4398.0, 4368.0, 4387.0, 4369.0, 4380.0, 4367.0, 4380.0, 4398.0, 4368.0, 4378.0, 4359.0, 4368.0, 4357.0, 4368.0, 4399.0, 4367.0, 4387.0, 4358.0, 4369.0, 4377.0, 4370.0, 4369.0, 4369.0, 4409.0, 4369.0, 4389.0, 4380.0, 4391.0, 4391.0, 4371.0, 4399.0, 4368.0, 4379.0, 4369.0, 4379.0, 4400.0, 4381.0, 4390.0, 4370.0, 4370.0, 4379.0, 4380.0, 4397.0, 4369.0, 4387.0, 4369.0, 4378.0, 4380.0, 4390.0, 4381.0, 4380.0, 4370.0, 4379.0, 4370.0, 4370.0, 4370.0, 4393.0, 4421.0, 4370.0, 4388.0, 4379.0, 4377.0, 4368.0, 4367.0, 4346.0, 4377.0, 4408.0, 4367.0, 4365.0, 4366.0, 4367.0, 4376.0, 4367.0, 4376.0, 4368.0, 4356.0, 4367.0, 4366.0, 4375.0, 4366.0, 4376.0, 4367.0, 4367.0, 4355.0, 4357.0, 4354.0, 4378.0, 4355.0, 4378.0, 4387.0, 4379.0, 4389.0, 4368.0, 4368.0, 4368.0, 4378.0, 4398.0, 4369.0, 4387.0, 4368.0, 4368.0, 4386.0, 4366.0, 4384.0, 4366.0, 4366.0, 4357.0, 4369.0, 4347.0, 4369.0, 4377.0, 4378.0, 4377.0, 4368.0, 4367.0, 4357.0, 4381.0, 4388.0, 4367.0, 4378.0, 4369.0, 4378.0, 4369.0, 4379.0, 4371.0, 4380.0, 4399.0, 4368.0, 4378.0, 4368.0, 4379.0, 4367.0, 4380.0, 4388.0, 4367.0, 4377.0, 4367.0, 4367.0, 4367.0, 4368.0, 4358.0, 4379.0, 4397.0, 4368.0, 4378.0, 4380.0, 4368.0, 4369.0, 4371.0, 4389.0, 4378.0, 4388.0, 4368.0, 4369.0, 4368.0, 4369.0, 4379.0, 4379.0, 4387.0, 4367.0, 4366.0, 4366.0, 4358.0, 4355.0, 4366.0, 4387.0, 4368.0, 4378.0, 4367.0, 4366.0, 4357.0, 4378.0, 4385.0, 4368.0, 4369.0, 4376.0, 4366.0, 4387.0, 4356.0, 4366.0, 4356.0, 4379.0, 4388.0, 4378.0, 4388.0, 4369.0, 4379.0, 4368.0, 4380.0, 4388.0, 4390.0, 4400.0, 4368.0, 4378.0, 4367.0, 4379.0, 4398.0, 4379.0, 4389.0, 4368.0, 4369.0, 4356.0, 4379.0, 4387.0, 4378.0, 4388.0, 4367.0, 4381.0, 4388.0, 4379.0, 4387.0, 4370.0, 4368.0, 4358.0, 4370.0, 4398.0, 4368.0, 4388.0, 4369.0, 4367.0, 4358.0, 4379.0, 4377.0, 4379.0, 4389.0, 4368.0, 4368.0, 4367.0, 4369.0, 4368.0, 4379.0, 4378.0, 4380.0, 4389.0, 4379.0, 4389.0, 4368.0, 4377.0, 4369.0, 4367.0, 4367.0, 4368.0, 4368.0, 4370.0, 4409.0, 4367.0, 4376.0, 4367.0, 4357.0, 4378.0, 4367.0, 4369.0, 4388.0, 4379.0, 4388.0, 4379.0, 4388.0, 4368.0, 4379.0, 4367.0, 4368.0, 4407.0, 4367.0, 4395.0, 4368.0, 4388.0, 4365.0, 4357.0, 4354.0, 4355.0, 4374.0, 4365.0, 4345.0, 4366.0, 4345.0, 4376.0, 4386.0, 4366.0, 4377.0, 4355.0, 4354.0, 4354.0, 4367.0, 4345.0, 4367.0, 4376.0, 4368.0, 4367.0, 4368.0, 4358.0, 4380.0, 4359.0, 4379.0, 4359.0, 4381.0, 4389.0, 4379.0, 4368.0, 4380.0, 4369.0, 4392.0, 4380.0, 4402.0, 4391.0, 4392.0, 4382.0, 4431.0, 4411.0, 4378.0, 4367.0, 4358.0, 4368.0, 4358.0, 4368.0, 4408.0, 4367.0, 4378.0, 4358.0, 4358.0, 4368.0, 4357.0, 4367.0, 4367.0, 4368.0, 4367.0, 4370.0, 4348.0, 4379.0, 4359.0, 4372.0, 4379.0, 4391.0, 4379.0, 4390.0, 4370.0, 4368.0, 4370.0, 4349.0, 4369.0, 4359.0, 4381.0, 4369.0, 4379.0, 4379.0, 4380.0, 4380.0, 4389.0, 4369.0, 4367.0, 4368.0, 4358.0, 4379.0, 4371.0, 4392.0, 4393.0, 4403.0, 4385.0, 4403.0, 4393.0, 4371.0], 'WindowWidth': [9767.0, 9706.0, 9715.0, 9691.0, 9701.0, 9685.0, 9683.0, 9702.0, 9703.0, 9703.0, 9626.0, 9639.0, 9631.0, 9631.0, 9644.0, 9634.0, 9627.0, 9635.0, 9615.0, 9636.0, 9633.0, 9634.0, 9640.0, 9656.0, 9622.0, 9635.0, 9624.0, 9639.0, 9641.0, 9636.0, 9641.0, 9628.0, 9643.0, 9636.0, 9641.0, 9622.0, 9639.0, 9621.0, 9653.0, 9652.0, 9650.0, 9663.0, 9640.0, 9632.0, 9629.0, 9636.0, 9616.0, 9652.0, 9644.0, 9631.0, 9617.0, 9626.0, 9618.0, 9613.0, 9634.0, 9635.0, 9633.0, 9632.0, 9634.0, 9616.0, 9631.0, 9631.0, 9617.0, 9642.0, 9665.0, 9635.0, 9635.0, 9632.0, 9637.0, 9621.0, 9654.0, 9663.0, 9635.0, 9634.0, 9633.0, 9650.0, 9662.0, 9654.0, 9657.0, 9653.0, 9639.0, 9635.0, 9653.0, 9668.0, 9638.0, 9656.0, 9640.0, 9659.0, 9639.0, 9655.0, 9655.0, 9655.0, 9655.0, 9665.0, 9641.0, 9649.0, 9635.0, 9634.0, 9620.0, 9638.0, 9647.0, 9637.0, 9641.0, 9648.0, 9640.0, 9651.0, 9638.0, 9639.0, 9635.0, 9652.0, 9682.0, 9655.0, 9654.0, 9638.0, 9641.0, 9618.0, 9643.0, 9664.0, 9635.0, 9644.0, 9624.0, 9638.0, 9664.0, 9633.0, 9635.0, 9637.0, 9637.0, 9622.0, 9657.0, 9666.0, 9639.0, 9637.0, 9636.0, 9639.0, 9652.0, 9657.0, 9668.0, 9657.0, 9653.0, 9640.0, 9625.0, 9620.0, 9638.0, 9663.0, 9638.0, 9654.0, 9637.0, 9639.0, 9620.0, 9652.0, 9650.0, 9637.0, 9643.0, 9626.0, 9641.0, 9647.0, 9650.0, 9637.0, 9635.0, 9642.0, 9637.0, 9656.0, 9665.0, 9639.0, 9623.0, 9637.0, 9638.0, 9639.0, 9660.0, 9673.0, 9661.0, 9655.0, 9660.0, 9644.0, 9657.0, 9661.0, 9685.0, 9660.0, 9660.0, 9645.0, 9648.0, 9651.0, 9651.0, 9651.0, 9655.0, 9646.0, 9676.0, 9636.0, 9648.0, 9637.0, 9636.0, 9633.0, 9637.0, 9651.0, 9638.0, 9620.0, 9617.0, 9636.0, 9661.0, 9638.0, 9639.0, 9641.0, 9644.0, 9651.0, 9654.0, 9650.0, 9656.0, 9647.0, 9640.0, 9653.0, 9685.0, 9636.0, 9652.0, 9620.0, 9635.0, 9642.0, 9633.0, 9648.0, 9631.0, 9641.0, 9647.0, 9633.0, 9634.0, 9635.0, 9634.0, 9637.0, 9637.0, 9636.0, 9656.0, 9666.0, 9638.0, 9637.0, 9638.0, 9642.0, 9643.0, 9660.0, 9670.0, 9641.0, 9638.0, 9638.0, 9636.0, 9659.0, 9634.0, 9635.0, 9636.0, 9642.0, 9646.0, 9634.0, 9631.0, 9633.0, 9623.0, 9618.0, 9655.0, 9678.0, 9635.0, 9632.0, 9651.0, 9633.0, 9638.0, 9640.0, 9643.0, 9676.0, 9674.0, 9663.0, 9656.0, 9663.0, 9665.0, 9643.0, 9662.0, 9686.0, 9656.0, 9657.0, 9660.0, 9643.0, 9627.0, 9660.0, 9657.0, 9676.0, 9674.0, 9662.0, 9645.0, 9657.0, 9662.0, 9642.0, 9662.0, 9688.0, 9640.0, 9638.0, 9632.0, 9639.0, 9620.0, 9652.0, 9662.0, 9649.0, 9641.0, 9623.0, 9638.0, 9618.0, 9636.0, 9620.0, 9655.0, 9663.0, 9654.0, 9670.0, 9632.0, 9618.0, 9611.0, 9652.0, 9659.0, 9633.0, 9634.0, 9630.0, 9633.0, 9658.0, 9613.0, 9627.0, 9628.0, 9619.0, 9612.0, 9636.0, 9659.0, 9630.0, 9632.0, 9629.0, 9620.0, 9602.0, 9632.0, 9646.0, 9635.0, 9637.0, 9632.0, 9630.0, 9616.0, 9641.0, 9617.0, 9635.0, 9678.0, 9651.0, 9635.0, 9637.0, 9633.0, 9638.0, 9621.0, 9629.0, 9651.0, 9649.0, 9684.0, 9707.0, 9660.0, 9678.0, 9704.0, 9633.0, 9655.0, 9638.0, 9653.0, 9684.0, 9632.0, 9655.0, 9626.0, 9612.0, 9620.0, 9603.0, 9599.0, 9610.0, 9617.0, 9608.0, 9627.0, 9633.0, 9607.0, 9666.0, 9628.0, 9634.0, 9608.0, 9573.0, 9589.0, 9592.0, 9614.0, 9627.0, 9634.0, 9634.0, 9654.0, 9616.0, 9617.0, 9602.0, 9619.0, 9603.0, 9638.0, 9651.0, 9638.0, 9670.0, 9640.0, 9629.0, 9639.0, 9638.0, 9642.0, 9634.0, 9642.0, 9636.0, 9654.0, 9635.0, 9619.0, 9615.0, 9621.0, 9626.0, 9640.0, 9624.0, 9660.0, 9682.0, 9637.0, 9653.0, 9637.0, 9635.0, 9635.0, 9637.0, 9634.0, 9644.0, 9656.0, 9654.0, 9662.0, 9638.0, 9651.0, 9636.0, 9641.0, 9635.0, 9656.0, 9666.0, 9641.0, 9657.0, 9674.0, 9669.0, 9659.0, 9661.0, 9668.0, 9658.0, 9688.0, 9677.0, 9644.0, 9662.0, 9651.0, 9666.0, 9661.0, 9663.0, 9703.0, 9658.0, 9642.0, 9641.0, 9644.0, 9638.0, 9654.0, 9699.0, 9656.0, 9650.0, 9636.0, 9632.0, 9601.0, 9635.0, 9642.0, 9635.0, 9647.0, 9631.0, 9616.0, 9632.0, 9617.0, 9630.0, 9637.0, 9619.0, 9649.0, 9670.0, 9616.0, 9625.0, 9615.0, 9612.0, 9615.0, 9639.0, 9637.0, 9636.0, 9617.0, 9637.0, 9650.0, 9650.0, 9658.0, 9647.0, 9644.0, 9651.0, 9656.0, 9665.0, 9636.0, 9656.0, 9623.0, 9658.0, 9665.0, 9638.0, 9639.0, 9637.0, 9656.0, 9656.0, 9663.0, 9671.0, 9642.0, 9643.0, 9625.0, 9661.0, 9681.0, 9658.0, 9673.0, 9666.0, 9665.0, 9683.0, 9645.0, 9671.0, 9657.0, 9662.0, 9642.0, 9678.0, 9687.0, 9656.0, 9655.0, 9645.0, 9647.0, 9643.0, 9664.0, 9689.0, 9660.0, 9648.0, 9630.0, 9678.0, 9691.0, 9665.0, 9670.0, 9673.0, 9660.0, 9674.0, 9646.0, 9664.0, 9670.0, 9659.0, 9674.0, 9660.0, 9640.0, 9643.0, 9656.0, 9660.0, 9676.0, 9705.0, 9649.0, 9648.0, 9655.0, 9662.0, 9686.0, 9639.0, 9658.0, 9698.0, 9642.0, 9664.0, 9633.0, 9624.0, 9620.0, 9638.0, 9635.0, 9640.0, 9636.0, 9635.0, 9634.0, 9660.0, 9635.0, 9639.0, 9624.0, 9659.0, 9666.0, 9641.0, 9652.0, 9658.0, 9646.0, 9643.0, 9677.0, 9687.0, 9661.0, 9668.0, 9660.0, 9659.0, 9661.0, 9663.0, 9647.0, 9684.0, 9688.0, 9645.0, 9652.0, 9644.0, 9648.0, 9658.0, 9663.0, 9674.0, 9658.0, 9643.0, 9639.0, 9648.0, 9684.0, 9664.0, 9688.0, 9644.0, 9641.0, 9639.0, 9657.0, 9683.0, 9656.0, 9659.0, 9623.0, 9638.0, 9687.0, 9636.0, 9639.0, 9637.0, 9655.0, 9676.0, 9635.0, 9645.0, 9633.0, 9641.0, 9623.0, 9656.0, 9667.0, 9653.0, 9639.0, 9654.0, 9645.0, 9642.0, 9679.0, 9689.0, 9656.0, 9662.0, 9655.0, 9645.0, 9652.0, 9658.0, 9686.0, 9642.0, 9625.0, 9641.0, 9661.0, 9656.0, 9657.0, 9686.0, 9656.0, 9642.0, 9635.0, 9654.0, 9664.0, 9654.0, 9656.0, 9661.0, 9664.0, 9642.0, 9660.0, 9645.0, 9663.0, 9687.0, 9663.0, 9678.0, 9681.0, 9668.0, 9663.0, 9664.0, 9662.0, 9666.0, 9691.0, 9676.0, 9669.0, 9647.0, 9659.0, 9670.0, 9662.0, 9684.0, 9656.0, 9671.0, 9658.0, 9641.0, 9680.0, 9640.0, 9650.0, 9653.0, 9643.0, 9654.0, 9639.0, 9660.0, 9656.0, 9667.0, 9639.0, 9637.0, 9638.0, 9642.0, 9626.0, 9658.0, 9684.0, 9657.0, 9657.0, 9655.0, 9625.0, 9641.0, 9661.0, 9645.0, 9682.0, 9696.0, 9660.0, 9646.0, 9648.0, 9665.0, 9688.0, 9660.0, 9678.0, 9642.0, 9657.0, 9666.0, 9659.0, 9656.0, 9639.0, 9672.0, 9698.0, 9657.0, 9658.0, 9639.0, 9645.0, 9636.0, 9641.0, 9651.0, 9654.0, 9641.0, 9639.0, 9645.0, 9628.0, 9676.0, 9684.0, 9660.0, 9678.0, 9662.0, 9658.0, 9655.0, 9657.0, 9681.0, 9654.0, 9657.0, 9653.0, 9642.0, 9637.0, 9642.0, 9621.0, 9638.0, 9668.0, 9652.0, 9644.0, 9648.0, 9639.0, 9661.0, 9633.0, 9624.0, 9634.0, 9623.0, 9623.0, 9658.0, 9652.0, 9657.0, 9628.0, 9658.0, 9644.0, 9678.0, 9663.0, 9679.0, 9706.0, 9665.0, 9663.0, 9666.0, 9651.0, 9645.0, 9648.0, 9659.0, 9652.0, 9704.0, 9661.0, 9711.0, 9655.0, 9678.0, 9640.0, 9652.0, 9653.0, 9637.0, 9656.0, 9638.0, 9662.0, 9641.0, 9644.0, 9660.0, 9654.0, 9642.0, 9644.0, 9658.0, 9640.0, 9637.0, 9639.0, 9620.0, 9638.0, 9621.0, 9660.0, 9645.0, 9684.0, 9662.0, 9700.0, 9703.0, 9688.0, 9710.0, 9706.0, 9715.0, 9692.0, 9746.0, 9673.0, 9668.0, 9712.0, 9659.0, 9667.0, 9662.0, 9656.0, 9657.0, 9640.0, 9638.0, 9636.0, 9634.0, 9644.0, 9645.0, 9644.0, 9659.0, 9645.0, 9658.0, 9674.0, 9660.0, 9646.0, 9667.0, 9637.0, 9679.0, 9638.0, 9648.0, 9637.0, 9644.0, 9641.0, 9641.0, 9636.0, 9638.0, 9657.0, 9633.0, 9632.0, 9638.0, 9638.0, 9620.0, 9636.0, 9618.0, 9638.0, 9650.0, 9638.0, 9651.0, 9646.0, 9644.0, 9663.0, 9659.0, 9664.0, 9659.0, 9679.0, 9679.0, 9666.0, 9673.0, 9662.0, 9685.0, 9645.0, 9673.0, 9645.0, 9655.0, 9638.0, 9640.0, 9623.0, 9641.0, 9639.0, 9643.0, 9661.0, 9661.0, 9657.0, 9657.0, 9644.0, 9656.0, 9640.0, 9646.0, 9639.0, 9656.0, 9707.0, 9664.0, 9678.0, 9634.0, 9657.0, 9633.0, 9621.0, 9635.0, 9642.0, 9640.0, 9636.0, 9620.0, 9640.0, 9623.0, 9644.0, 9668.0, 9643.0, 9653.0, 9640.0, 9622.0, 9641.0, 9636.0, 9641.0, 9658.0, 9639.0, 9648.0, 9669.0, 9663.0, 9630.0, 9636.0, 9620.0, 9638.0, 9653.0, 9664.0, 9666.0, 9644.0, 9698.0, 9641.0, 9638.0, 9623.0, 9639.0, 9618.0, 9639.0, 9634.0, 9635.0, 9666.0, 9635.0, 9635.0, 9619.0, 9620.0, 9635.0, 9637.0, 9639.0, 9641.0, 9640.0, 9644.0, 9668.0, 9642.0, 9676.0, 9637.0, 9646.0, 9637.0, 9635.0, 9635.0, 9636.0, 9619.0, 9640.0, 9618.0, 9637.0, 9623.0, 9654.0, 9638.0, 9676.0, 9721.0, 9657.0, 9643.0, 9617.0, 9617.0, 9637.0, 9636.0, 9677.0, 9645.0, 9639.0, 9638.0, 9637.0, 9635.0, 9613.0, 9631.0, 9615.0, 9630.0, 9601.0, 9636.0, 9661.0, 9639.0, 9644.0, 9632.0, 9616.0, 9614.0, 9620.0, 9597.0, 9628.0, 9640.0, 9611.0, 9601.0, 9630.0, 9618.0, 9614.0, 9619.0, 9600.0, 9635.0, 9645.0, 9634.0, 9620.0, 9648.0, 9637.0, 9651.0, 9641.0, 9660.0, 9661.0, 9669.0, 9660.0, 9671.0, 9657.0, 9658.0, 9657.0, 9666.0, 9668.0, 9640.0, 9666.0, 9635.0, 9638.0, 9633.0, 9655.0, 9669.0, 9641.0, 9639.0, 9638.0, 9625.0, 9620.0, 9639.0, 9661.0, 9638.0, 9654.0, 9638.0, 9623.0, 9620.0, 9642.0, 9647.0, 9637.0, 9639.0, 9625.0, 9656.0, 9664.0, 9643.0, 9654.0, 9656.0, 9647.0, 9638.0, 9658.0, 9669.0, 9653.0, 9625.0, 9636.0, 9655.0, 9651.0, 9644.0, 9642.0, 9640.0, 9641.0, 9624.0, 9642.0, 9652.0, 9640.0, 9642.0, 9661.0, 9661.0, 9671.0, 9657.0, 9684.0, 9660.0, 9656.0, 9646.0, 9662.0, 9667.0, 9640.0, 9650.0, 9638.0, 9642.0, 9639.0, 9644.0, 9655.0, 9658.0, 9667.0, 9657.0, 9657.0, 9656.0, 9645.0, 9656.0, 9656.0, 9672.0, 9653.0, 9642.0, 9637.0, 9661.0, 9655.0, 9655.0, 9670.0, 9643.0, 9627.0, 9660.0, 9657.0, 9659.0, 9662.0, 9646.0, 9665.0, 9690.0, 9660.0, 9659.0, 9662.0, 9648.0, 9643.0, 9661.0, 9656.0, 9660.0, 9640.0, 9658.0, 9656.0, 9657.0, 9649.0, 9644.0, 9644.0, 9666.0, 9642.0, 9653.0, 9637.0, 9643.0, 9626.0, 9657.0, 9665.0, 9640.0, 9637.0, 9639.0, 9639.0, 9636.0, 9661.0, 9654.0, 9657.0, 9652.0, 9654.0, 9642.0, 9639.0, 9641.0, 9622.0, 9657.0, 9665.0, 9637.0, 9638.0, 9650.0, 9642.0, 9641.0, 9642.0, 9639.0, 9661.0, 9687.0, 9644.0, 9654.0, 9654.0, 9646.0, 9654.0, 9659.0, 9644.0, 9662.0, 9656.0, 9660.0, 9660.0, 9660.0, 9660.0, 9662.0, 9666.0, 9675.0, 9664.0, 9647.0, 9678.0, 9677.0, 9678.0, 9692.0, 9664.0, 9644.0, 9644.0, 9643.0, 9624.0, 9646.0, 9711.0, 9639.0, 9651.0, 9639.0, 9621.0, 9635.0, 9638.0, 9620.0, 9641.0, 9664.0, 9639.0, 9650.0, 9657.0, 9676.0, 9661.0, 9639.0, 9635.0, 9638.0, 9638.0, 9656.0, 9627.0, 9658.0, 9645.0, 9656.0, 9655.0, 9660.0, 9642.0, 9640.0, 9622.0, 9637.0, 9637.0, 9641.0, 9659.0, 9683.0, 9654.0, 9653.0, 9638.0, 9624.0, 9619.0, 9643.0, 9652.0, 9638.0, 9638.0, 9635.0, 9641.0, 9622.0, 9655.0, 9623.0, 9659.0, 9655.0, 9642.0, 9642.0, 9640.0, 9626.0, 9638.0, 9658.0, 9654.0, 9642.0, 9655.0, 9657.0, 9646.0, 9638.0, 9625.0, 9637.0, 9639.0, 9642.0, 9647.0, 9627.0, 9659.0, 9701.0, 9657.0, 9638.0, 9634.0, 9638.0, 9625.0, 9659.0, 9668.0, 9658.0, 9654.0, 9635.0, 9627.0, 9620.0, 9639.0, 9633.0, 9656.0, 9652.0, 9635.0, 9621.0, 9633.0, 9640.0, 9623.0, 9656.0, 9684.0, 9652.0, 9655.0, 9624.0, 9627.0, 9621.0, 9636.0, 9643.0, 9633.0, 9651.0, 9641.0, 9634.0, 9618.0, 9636.0, 9605.0, 9630.0, 9645.0, 9633.0, 9620.0, 9616.0, 9638.0, 9658.0, 9629.0, 9630.0, 9617.0, 9618.0, 9631.0, 9636.0, 9627.0, 9656.0, 9665.0, 9654.0, 9639.0, 9643.0, 9641.0, 9659.0, 9663.0, 9661.0, 9650.0, 9660.0, 9661.0, 9648.0, 9679.0, 9692.0, 9679.0, 9681.0, 9648.0, 9652.0, 9647.0, 9665.0, 9656.0, 9688.0, 9682.0, 9696.0, 9684.0, 9699.0, 9692.0, 9727.0, 9694.0, 9716.0, 9644.0, 9684.0, 9639.0, 9651.0, 9640.0, 9652.0, 9635.0, 9678.0, 9621.0, 9636.0, 9641.0, 9623.0, 9636.0, 9640.0, 9621.0, 9623.0, 9658.0, 9665.0, 9633.0, 9602.0, 9634.0, 9622.0, 9642.0, 9640.0, 9675.0, 9679.0, 9643.0, 9682.0, 9640.0, 9666.0, 9640.0, 9636.0, 9643.0, 9616.0, 9674.0, 9607.0, 9646.0, 9592.0, 9632.0, 9592.0, 9616.0, 9612.0, 9596.0, 9606.0, 9574.0, 9587.0, 9588.0, 9607.0, 9593.0, 9610.0, 9611.0, 9615.0, 9631.0, 9617.0, 9610.0, 9619.0, 9602.0, 9636.0, 9616.0, 9638.0, 9624.0, 9659.0, 9659.0, 9686.0, 9663.0, 9648.0, 9666.0, 9668.0, 9709.0, 9668.0, 9694.0, 9666.0, 9693.0, 9661.0, 9675.0, 9650.0, 9661.0, 9640.0, 9646.0, 9623.0, 9658.0, 9667.0, 9661.0, 9669.0, 9643.0, 9640.0, 9640.0, 9640.0, 9623.0, 9658.0, 9682.0, 9645.0, 9653.0, 9643.0, 9641.0, 9627.0, 9640.0, 9641.0, 9647.0, 9626.0, 9654.0, 9628.0, 9659.0, 9627.0, 9655.0, 9696.0, 9636.0, 9658.0, 9648.0, 9637.0, 9654.0, 9618.0, 9632.0, 9620.0, 9637.0, 9605.0, 9642.0, 9664.0, 9638.0, 9639.0, 9640.0, 9643.0, 9626.0, 9656.0, 9677.0, 9639.0, 9640.0, 9642.0, 9629.0, 9641.0, 9645.0, 9631.0, 9668.0, 9682.0, 9661.0, 9674.0, 9662.0, 9681.0, 9646.0, 9670.0, 9728.0, 9687.0, 9694.0, 9678.0, 9645.0, 9645.0, 9648.0, 9666.0, 9654.0, 9679.0, 9641.0, 9653.0, 9656.0, 9625.0, 9622.0, 9629.0, 9608.0, 9656.0, 9642.0, 9669.0, 9699.0, 9645.0, 9652.0, 9627.0, 9641.0, 9643.0, 9663.0, 9684.0, 9644.0, 9670.0, 9648.0, 9662.0, 9642.0, 9663.0, 9687.0, 9646.0, 9659.0, 9634.0, 9645.0, 9628.0, 9646.0, 9686.0, 9642.0, 9669.0, 9631.0, 9649.0, 9656.0, 9651.0, 9646.0, 9650.0, 9701.0, 9650.0, 9676.0, 9665.0, 9680.0, 9678.0, 9653.0, 9689.0, 9644.0, 9661.0, 9648.0, 9664.0, 9692.0, 9666.0, 9678.0, 9649.0, 9652.0, 9660.0, 9664.0, 9683.0, 9647.0, 9669.0, 9648.0, 9660.0, 9665.0, 9678.0, 9668.0, 9664.0, 9650.0, 9660.0, 9648.0, 9650.0, 9651.0, 9687.0, 9723.0, 9649.0, 9671.0, 9660.0, 9653.0, 9641.0, 9640.0, 9609.0, 9654.0, 9698.0, 9640.0, 9636.0, 9636.0, 9639.0, 9650.0, 9638.0, 9653.0, 9642.0, 9624.0, 9638.0, 9637.0, 9647.0, 9637.0, 9650.0, 9640.0, 9644.0, 9623.0, 9625.0, 9621.0, 9656.0, 9623.0, 9657.0, 9668.0, 9660.0, 9674.0, 9642.0, 9644.0, 9642.0, 9659.0, 9685.0, 9644.0, 9668.0, 9642.0, 9641.0, 9663.0, 9636.0, 9659.0, 9636.0, 9637.0, 9626.0, 9646.0, 9613.0, 9645.0, 9653.0, 9656.0, 9654.0, 9643.0, 9643.0, 9627.0, 9664.0, 9670.0, 9641.0, 9656.0, 9646.0, 9658.0, 9647.0, 9661.0, 9652.0, 9663.0, 9688.0, 9644.0, 9658.0, 9643.0, 9659.0, 9643.0, 9665.0, 9672.0, 9641.0, 9654.0, 9642.0, 9641.0, 9642.0, 9645.0, 9632.0, 9661.0, 9683.0, 9644.0, 9657.0, 9662.0, 9646.0, 9646.0, 9653.0, 9673.0, 9656.0, 9671.0, 9644.0, 9646.0, 9643.0, 9648.0, 9659.0, 9660.0, 9668.0, 9641.0, 9637.0, 9638.0, 9629.0, 9621.0, 9639.0, 9667.0, 9644.0, 9656.0, 9640.0, 9639.0, 9625.0, 9655.0, 9664.0, 9644.0, 9646.0, 9650.0, 9637.0, 9665.0, 9625.0, 9640.0, 9626.0, 9659.0, 9670.0, 9657.0, 9671.0, 9646.0, 9660.0, 9644.0, 9664.0, 9673.0, 9678.0, 9691.0, 9646.0, 9657.0, 9640.0, 9661.0, 9683.0, 9659.0, 9673.0, 9644.0, 9645.0, 9626.0, 9659.0, 9668.0, 9658.0, 9672.0, 9644.0, 9666.0, 9672.0, 9660.0, 9669.0, 9649.0, 9644.0, 9631.0, 9650.0, 9685.0, 9645.0, 9672.0, 9645.0, 9641.0, 9629.0, 9660.0, 9654.0, 9658.0, 9674.0, 9644.0, 9643.0, 9640.0, 9645.0, 9642.0, 9660.0, 9657.0, 9663.0, 9675.0, 9662.0, 9675.0, 9644.0, 9655.0, 9645.0, 9641.0, 9642.0, 9644.0, 9642.0, 9648.0, 9700.0, 9639.0, 9651.0, 9639.0, 9626.0, 9658.0, 9642.0, 9647.0, 9672.0, 9661.0, 9670.0, 9660.0, 9671.0, 9646.0, 9659.0, 9641.0, 9643.0, 9693.0, 9638.0, 9674.0, 9645.0, 9669.0, 9636.0, 9625.0, 9617.0, 9621.0, 9643.0, 9634.0, 9607.0, 9638.0, 9608.0, 9650.0, 9665.0, 9638.0, 9652.0, 9619.0, 9618.0, 9616.0, 9638.0, 9606.0, 9639.0, 9652.0, 9642.0, 9640.0, 9642.0, 9630.0, 9663.0, 9633.0, 9663.0, 9635.0, 9667.0, 9673.0, 9661.0, 9645.0, 9663.0, 9649.0, 9684.0, 9663.0, 9696.0, 9682.0, 9682.0, 9669.0, 9734.0, 9705.0, 9654.0, 9639.0, 9626.0, 9644.0, 9627.0, 9641.0, 9696.0, 9637.0, 9654.0, 9626.0, 9626.0, 9640.0, 9626.0, 9640.0, 9639.0, 9643.0, 9639.0, 9647.0, 9613.0, 9659.0, 9631.0, 9652.0, 9659.0, 9677.0, 9659.0, 9674.0, 9648.0, 9641.0, 9647.0, 9616.0, 9645.0, 9630.0, 9664.0, 9643.0, 9658.0, 9659.0, 9661.0, 9661.0, 9672.0, 9644.0, 9638.0, 9641.0, 9627.0, 9657.0, 9651.0, 9682.0, 9684.0, 9699.0, 9678.0, 9698.0, 9683.0, 9650.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.0008088600756347919</td></tr>
<tr><td colspan=3>aqi</td><td>0.019902603565640196</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.959201608572926</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1954150110756776</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9986258625027045</td></tr>
<tr><td colspan=3>efc</td><td>0.4473</td></tr>
<tr><td colspan=3>fber</td><td>7856.4741</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0776301797461455</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5667206915180982</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4611360493503422</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3811532159561564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6854179359746473</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3168369961202235</td></tr>
<tr><td colspan=3>gcor</td><td>0.0065675</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01519021950662136</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019041821360588074</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1851</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8003762981901428</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.5935</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2925</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.8855</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310514.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>947.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.8682</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2954</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.4385</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3660.2491</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3880.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.9438</td></tr>
<tr><td colspan=3>tsnr</td><td>41.556363735347986</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>