<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-02/func/sub-0101_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>b2cff1f897a20eb58a7a8e46759cc988</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>20:42:41.057500</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>[1, 0, 0, 0, 1, 0]</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.130394</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7768, -7220, 17, -128, 14, -92, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.987</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1cd9a030-dba0-419c-8c2d-a6b9781b75ba||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -107.31707763671875], [0.0, 0.0, 2.700000047683716, -74.25], [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': ['204241.057500', '204241.517500', '204241.977500', '204242.437500', '204242.897500', '204243.357500', '204243.817500', '204244.277500', '204244.737500', '204245.197500', '204245.657500', '204246.117500', '204246.577500', '204247.037500', '204247.497500', '204247.957500', '204248.417500', '204248.877500', '204249.337500', '204249.797500', '204250.257500', '204250.717500', '204251.177500', '204251.637500', '204252.097500', '204252.557500', '204253.017500', '204253.477500', '204253.937500', '204254.397500', '204254.857500', '204255.317500', '204255.777500', '204256.237500', '204256.697500', '204257.157500', '204257.617500', '204258.077500', '204258.537500', '204258.997500', '204259.457500', '204259.917500', '204300.377500', '204300.837500', '204301.297500', '204301.757500', '204302.217500', '204302.677500', '204303.137500', '204303.597500', '204304.057500', '204304.517500', '204304.977500', '204305.437500', '204305.897500', '204306.357500', '204306.817500', '204307.277500', '204307.737500', '204308.197500', '204308.657500', '204309.117500', '204309.577500', '204310.037500', '204310.497500', '204310.957500', '204311.417500', '204311.877500', '204312.337500', '204312.797500', '204313.257500', '204313.717500', '204314.177500', '204314.637500', '204315.097500', '204315.557500', '204316.017500', '204316.477500', '204316.937500', '204317.397500', '204317.857500', '204318.317500', '204318.777500', '204319.237500', '204319.697500', '204320.157500', '204320.617500', '204321.077500', '204321.537500', '204321.997500', '204322.457500', '204322.917500', '204323.377500', '204323.837500', '204324.297500', '204324.757500', '204325.217500', '204325.677500', '204326.137500', '204326.597500', '204327.057500', '204327.517500', '204327.977500', '204328.437500', '204328.897500', '204329.357500', '204329.817500', '204330.277500', '204330.737500', '204331.197500', '204331.657500', '204332.117500', '204332.577500', '204333.037500', '204333.497500', '204333.957500', '204334.417500', '204334.877500', '204335.337500', '204335.797500', '204336.257500', '204336.717500', '204337.177500', '204337.637500', '204338.097500', '204338.557500', '204339.017500', '204339.477500', '204339.937500', '204340.397500', '204340.857500', '204341.317500', '204341.777500', '204342.237500', '204342.697500', '204343.157500', '204343.617500', '204344.077500', '204344.537500', '204344.997500', '204345.457500', '204345.917500', '204346.377500', '204346.837500', '204347.297500', '204347.757500', '204348.217500', '204348.677500', '204349.137500', '204349.597500', '204350.057500', '204350.517500', '204350.977500', '204351.437500', '204351.897500', '204352.357500', '204352.817500', '204353.277500', '204353.737500', '204354.197500', '204354.657500', '204355.117500', '204355.577500', '204356.037500', '204356.497500', '204356.957500', '204357.417500', '204357.877500', '204358.337500', '204358.797500', '204359.257500', '204359.717500', '204400.177500', '204400.637500', '204401.097500', '204401.557500', '204402.017500', '204402.477500', '204402.937500', '204403.397500', '204403.857500', '204404.317500', '204404.777500', '204405.237500', '204405.697500', '204406.157500', '204406.617500', '204407.077500', '204407.537500', '204407.997500', '204408.457500', '204408.917500', '204409.377500', '204409.837500', '204410.297500', '204410.757500', '204411.217500', '204411.677500', '204412.137500', '204412.597500', '204413.057500', '204413.517500', '204413.977500', '204414.437500', '204414.897500', '204415.357500', '204415.817500', '204416.277500', '204416.737500', '204417.197500', '204417.657500', '204418.117500', '204418.577500', '204419.037500', '204419.497500', '204419.957500', '204420.417500', '204420.877500', '204421.337500', '204421.797500', '204422.257500', '204422.717500', '204423.177500', '204423.637500', '204424.097500', '204424.557500', '204425.017500', '204425.477500', '204425.937500', '204426.397500', '204426.857500', '204427.317500', '204427.777500', '204428.237500', '204428.697500', '204429.157500', '204429.617500', '204430.077500', '204430.537500', '204430.997500', '204431.457500', '204431.917500', '204432.377500', '204432.837500', '204433.297500', '204433.757500', '204434.217500', '204434.677500', '204435.137500', '204435.597500', '204436.057500', '204436.517500', '204436.977500', '204437.437500', '204437.897500', '204438.357500', '204438.817500', '204439.277500', '204439.737500', '204440.197500', '204440.657500', '204441.117500', '204441.577500', '204442.037500', '204442.497500', '204442.957500', '204443.417500', '204443.877500', '204444.337500', '204444.797500', '204445.257500', '204445.717500', '204446.177500', '204446.637500', '204447.097500', '204447.557500', '204448.017500', '204448.477500', '204448.937500', '204449.397500', '204449.857500', '204450.317500', '204450.777500', '204451.237500', '204451.697500', '204452.157500', '204452.617500', '204453.077500', '204453.537500', '204453.997500', '204454.457500', '204454.917500', '204455.377500', '204455.837500', '204456.297500', '204456.757500', '204457.217500', '204457.677500', '204458.137500', '204458.597500', '204459.057500', '204459.517500', '204459.977500', '204500.437500', '204500.897500', '204501.357500', '204501.817500', '204502.277500', '204502.737500', '204503.197500', '204503.657500', '204504.117500', '204504.577500', '204505.037500', '204505.497500', '204505.957500', '204506.417500', '204506.877500', '204507.337500', '204507.797500', '204508.257500', '204508.717500', '204509.177500', '204509.637500', '204510.097500', '204510.557500', '204511.017500', '204511.477500', '204511.937500', '204512.397500', '204512.857500', '204513.317500', '204513.777500', '204514.237500', '204514.697500', '204515.157500', '204515.617500', '204516.077500', '204516.537500', '204516.997500', '204517.457500', '204517.917500', '204518.377500', '204518.837500', '204519.297500', '204519.757500', '204520.217500', '204520.677500', '204521.137500', '204521.597500', '204522.057500', '204522.517500', '204522.977500', '204523.437500', '204523.897500', '204524.357500', '204524.817500', '204525.277500', '204525.737500', '204526.197500', '204526.657500', '204527.117500', '204527.577500', '204528.037500', '204528.497500', '204528.957500', '204529.417500', '204529.877500', '204530.337500', '204530.797500', '204531.257500', '204531.717500', '204532.177500', '204532.637500', '204533.097500', '204533.557500', '204534.017500', '204534.477500', '204534.937500', '204535.397500', '204535.857500', '204536.317500', '204536.777500', '204537.237500', '204537.697500', '204538.157500', '204538.617500', '204539.077500', '204539.537500', '204539.997500', '204540.457500', '204540.917500', '204541.377500', '204541.837500', '204542.297500', '204542.757500', '204543.217500', '204543.677500', '204544.137500', '204544.597500', '204545.057500', '204545.517500', '204545.977500', '204546.437500', '204546.897500', '204547.357500', '204547.817500', '204548.277500', '204548.737500', '204549.197500', '204549.657500', '204550.117500', '204550.577500', '204551.037500', '204551.497500', '204551.957500', '204552.417500', '204552.877500', '204553.337500', '204553.797500', '204554.257500', '204554.717500', '204555.177500', '204555.637500', '204556.097500', '204556.557500', '204557.017500', '204557.477500', '204557.937500', '204558.397500', '204558.857500', '204559.317500', '204559.777500', '204600.237500', '204600.697500', '204601.157500', '204601.617500', '204602.077500', '204602.537500', '204602.997500', '204603.457500', '204603.917500', '204604.377500', '204604.837500', '204605.297500', '204605.757500', '204606.217500', '204606.677500', '204607.137500', '204607.597500', '204608.057500', '204608.517500', '204608.977500', '204609.437500', '204609.897500', '204610.357500', '204610.817500', '204611.277500', '204611.737500', '204612.197500', '204612.657500', '204613.117500', '204613.577500', '204614.037500', '204614.497500', '204614.957500', '204615.417500', '204615.877500', '204616.337500', '204616.797500', '204617.257500', '204617.717500', '204618.177500', '204618.637500', '204619.097500', '204619.557500', '204620.017500', '204620.477500', '204620.937500', '204621.397500', '204621.857500', '204622.317500', '204622.777500', '204623.237500', '204623.697500', '204624.157500', '204624.617500', '204625.077500', '204625.537500', '204625.997500', '204626.457500', '204626.917500', '204627.377500', '204627.837500', '204628.297500', '204628.757500', '204629.217500', '204629.677500', '204630.137500', '204630.597500', '204631.057500', '204631.517500', '204631.977500', '204632.437500', '204632.897500', '204633.357500', '204633.817500', '204634.277500', '204634.737500', '204635.197500', '204635.657500', '204636.117500', '204636.577500', '204637.037500', '204637.497500', '204637.957500', '204638.417500', '204638.877500', '204639.337500', '204639.797500', '204640.257500', '204640.717500', '204641.177500', '204641.637500', '204642.097500', '204642.557500', '204643.017500', '204643.477500', '204643.937500', '204644.397500', '204644.857500', '204645.317500', '204645.777500', '204646.237500', '204646.697500', '204647.157500', '204647.617500', '204648.077500', '204648.537500', '204648.997500', '204649.457500', '204649.917500', '204650.377500', '204650.837500', '204651.297500', '204651.757500', '204652.217500', '204652.677500', '204653.137500', '204653.597500', '204654.057500', '204654.517500', '204654.977500', '204655.437500', '204655.897500', '204656.357500', '204656.817500', '204657.277500', '204657.737500', '204658.197500', '204658.657500', '204659.117500', '204659.577500', '204700.037500', '204700.497500', '204700.957500', '204701.417500', '204701.877500', '204702.337500', '204702.797500', '204703.257500', '204703.717500', '204704.177500', '204704.637500', '204705.097500', '204705.557500', '204706.017500', '204706.477500', '204706.937500', '204707.397500', '204707.857500', '204708.317500', '204708.777500', '204709.237500', '204709.697500', '204710.157500', '204710.617500', '204711.077500', '204711.537500', '204711.997500', '204712.457500', '204712.917500', '204713.377500', '204713.837500', '204714.297500', '204714.757500', '204715.217500', '204715.677500', '204716.137500', '204716.597500', '204717.057500', '204717.517500', '204717.977500', '204718.437500', '204718.897500', '204719.357500', '204719.817500', '204720.277500', '204720.737500', '204721.197500', '204721.657500', '204722.117500', '204722.577500', '204723.037500', '204723.497500', '204723.957500', '204724.417500', '204724.877500', '204725.337500', '204725.797500', '204726.257500', '204726.717500', '204727.177500', '204727.637500', '204728.097500', '204728.557500', '204729.017500', '204729.477500', '204729.937500', '204730.397500', '204730.857500', '204731.317500', '204731.777500', '204732.237500', '204732.697500', '204733.157500', '204733.617500', '204734.077500', '204734.537500', '204734.997500', '204735.457500', '204735.917500', '204736.377500', '204736.837500', '204737.297500', '204737.757500', '204738.217500', '204738.677500', '204739.137500', '204739.597500', '204740.057500', '204740.517500', '204740.977500', '204741.437500', '204741.897500', '204742.357500', '204742.817500', '204743.277500', '204743.737500', '204744.197500', '204744.657500', '204745.117500', '204745.577500', '204746.037500', '204746.497500', '204746.957500', '204747.417500', '204747.877500', '204748.337500', '204748.797500', '204749.257500', '204749.717500', '204750.177500', '204750.637500', '204751.097500', '204751.557500', '204752.017500', '204752.477500', '204752.937500', '204753.397500', '204753.857500', '204754.317500', '204754.777500', '204755.237500', '204755.697500', '204756.157500', '204756.617500', '204757.077500', '204757.537500', '204757.997500', '204758.457500', '204758.917500', '204759.377500', '204759.837500', '204800.297500', '204800.757500', '204801.217500', '204801.677500', '204802.137500', '204802.597500', '204803.057500', '204803.517500', '204803.977500', '204804.437500', '204804.897500', '204805.357500', '204805.817500', '204806.277500', '204806.737500', '204807.197500', '204807.657500', '204808.117500', '204808.577500', '204809.037500', '204809.497500', '204809.957500', '204810.417500', '204810.877500', '204811.337500', '204811.797500', '204812.257500', '204812.717500', '204813.177500', '204813.637500', '204814.097500', '204814.557500', '204815.017500', '204815.477500', '204815.937500', '204816.397500', '204816.857500', '204817.317500', '204817.777500', '204818.237500', '204818.697500', '204819.157500', '204819.617500', '204820.077500', '204820.537500', '204820.997500', '204821.457500', '204821.917500', '204822.377500', '204822.837500', '204823.297500', '204823.757500', '204824.217500', '204824.677500', '204825.137500', '204825.597500', '204826.057500', '204826.517500', '204826.977500', '204827.437500', '204827.897500', '204828.357500', '204828.817500', '204829.277500', '204829.737500', '204830.197500', '204830.657500', '204831.117500', '204831.577500', '204832.037500', '204832.497500', '204832.957500', '204833.417500', '204833.877500', '204834.337500', '204834.797500', '204835.257500', '204835.717500', '204836.177500', '204836.637500', '204837.097500', '204837.557500', '204838.017500', '204838.477500', '204838.937500', '204839.397500', '204839.857500', '204840.317500', '204840.777500', '204841.237500', '204841.697500', '204842.157500', '204842.617500', '204843.077500', '204843.537500', '204843.997500', '204844.457500', '204844.917500', '204845.377500', '204845.837500', '204846.297500', '204846.757500', '204847.217500', '204847.677500', '204848.137500', '204848.597500', '204849.057500', '204849.517500', '204849.977500', '204850.437500', '204850.897500', '204851.357500', '204851.817500', '204852.277500', '204852.737500', '204853.197500', '204853.657500', '204854.117500', '204854.577500', '204855.037500', '204855.497500', '204855.957500', '204856.417500', '204856.877500', '204857.337500', '204857.797500', '204858.257500', '204858.717500', '204859.177500', '204859.637500', '204900.097500', '204900.557500', '204901.017500', '204901.477500', '204901.937500', '204902.397500', '204902.857500', '204903.317500', '204903.777500', '204904.237500', '204904.697500', '204905.157500', '204905.617500', '204906.077500', '204906.537500', '204906.997500', '204907.457500', '204907.917500', '204908.377500', '204908.837500', '204909.297500', '204909.757500', '204910.217500', '204910.677500', '204911.137500', '204911.597500', '204912.057500', '204912.517500', '204912.977500', '204913.437500', '204913.897500', '204914.357500', '204914.817500', '204915.277500', '204915.737500', '204916.197500', '204916.657500', '204917.117500', '204917.577500', '204918.037500', '204918.497500', '204918.957500', '204919.417500', '204919.877500', '204920.337500', '204920.797500', '204921.257500', '204921.717500', '204922.177500', '204922.637500', '204923.097500', '204923.557500', '204924.017500', '204924.477500', '204924.937500', '204925.397500', '204925.857500', '204926.317500', '204926.777500', '204927.237500', '204927.697500', '204928.157500', '204928.617500', '204929.077500', '204929.537500', '204929.997500', '204930.457500', '204930.917500', '204931.377500', '204931.837500', '204932.297500', '204932.757500', '204933.217500', '204933.677500', '204934.137500', '204934.597500', '204935.057500', '204935.517500', '204935.977500', '204936.437500', '204936.897500', '204937.357500', '204937.817500', '204938.277500', '204938.737500', '204939.197500', '204939.657500', '204940.117500', '204940.577500', '204941.037500', '204941.497500', '204941.957500', '204942.417500', '204942.877500', '204943.337500', '204943.797500', '204944.257500', '204944.717500', '204945.177500', '204945.637500', '204946.097500', '204946.557500', '204947.017500', '204947.477500', '204947.937500', '204948.397500', '204948.857500', '204949.317500', '204949.777500', '204950.237500', '204950.697500', '204951.157500', '204951.617500', '204952.077500', '204952.537500', '204952.997500', '204953.457500', '204953.917500', '204954.377500', '204954.837500', '204955.297500', '204955.757500', '204956.217500', '204956.677500', '204957.137500', '204957.597500', '204958.057500', '204958.517500', '204958.977500', '204959.437500', '204959.897500', '205000.357500', '205000.817500', '205001.277500', '205001.737500', '205002.197500', '205002.657500', '205003.117500', '205003.577500', '205004.037500', '205004.497500', '205004.957500', '205005.417500', '205005.877500', '205006.337500', '205006.797500', '205007.257500', '205007.717500', '205008.177500', '205008.637500', '205009.097500', '205009.557500', '205010.017500', '205010.477500', '205010.937500', '205011.397500', '205011.857500', '205012.317500', '205012.777500', '205013.237500', '205013.697500', '205014.157500', '205014.617500', '205015.077500', '205015.537500', '205015.997500', '205016.457500', '205016.917500', '205017.377500', '205017.837500', '205018.297500', '205018.757500', '205019.217500', '205019.677500', '205020.137500', '205020.597500', '205021.057500', '205021.517500', '205021.977500', '205022.437500', '205022.897500', '205023.357500', '205023.817500', '205024.277500', '205024.737500', '205025.197500', '205025.657500', '205026.117500', '205026.577500', '205027.037500', '205027.497500', '205027.957500', '205028.417500', '205028.877500', '205029.337500', '205029.797500', '205030.257500', '205030.717500', '205031.177500', '205031.637500', '205032.097500', '205032.557500', '205033.017500', '205033.477500', '205033.937500', '205034.397500', '205034.857500', '205035.317500', '205035.777500', '205036.237500', '205036.697500', '205037.157500', '205037.617500', '205038.077500', '205038.537500', '205038.997500', '205039.457500', '205039.917500', '205040.377500', '205040.837500', '205041.297500', '205041.757500', '205042.217500', '205042.677500', '205043.137500', '205043.597500', '205044.057500', '205044.517500', '205044.977500', '205045.437500', '205045.897500', '205046.357500', '205046.817500', '205047.277500', '205047.737500', '205048.197500', '205048.657500', '205049.117500', '205049.577500', '205050.037500', '205050.497500', '205050.957500', '205051.417500', '205051.877500', '205052.337500', '205052.797500', '205053.257500', '205053.717500', '205054.177500', '205054.637500', '205055.097500', '205055.557500', '205056.017500', '205056.477500', '205056.937500', '205057.397500', '205057.857500', '205058.317500', '205058.777500', '205059.237500', '205059.697500', '205100.157500', '205100.617500', '205101.077500', '205101.537500', '205101.997500', '205102.457500', '205102.917500', '205103.377500', '205103.837500', '205104.297500', '205104.757500', '205105.217500', '205105.677500', '205106.137500', '205106.597500', '205107.057500', '205107.517500', '205107.977500', '205108.437500', '205108.897500', '205109.357500', '205109.817500', '205110.277500', '205110.737500', '205111.197500', '205111.657500', '205112.117500', '205112.577500', '205113.037500', '205113.497500', '205113.957500', '205114.417500', '205114.877500', '205115.337500', '205115.797500', '205116.257500', '205116.717500', '205117.177500', '205117.637500', '205118.097500', '205118.557500', '205119.017500', '205119.477500', '205119.937500', '205120.397500', '205120.857500', '205121.317500', '205121.777500', '205122.237500', '205122.697500', '205123.157500', '205123.617500', '205124.077500', '205124.537500', '205124.997500', '205125.457500', '205125.917500', '205126.377500', '205126.837500', '205127.297500', '205127.757500', '205128.217500', '205128.677500', '205129.137500', '205129.597500', '205130.057500', '205130.517500', '205130.977500', '205131.437500', '205131.897500', '205132.357500', '205132.817500', '205133.277500', '205133.737500', '205134.197500', '205134.657500', '205135.117500', '205135.577500', '205136.037500', '205136.497500', '205136.957500', '205137.417500', '205137.877500', '205138.337500', '205138.797500', '205139.257500', '205139.717500', '205140.177500', '205140.637500', '205141.097500', '205141.557500', '205142.017500', '205142.477500', '205142.937500', '205143.397500', '205143.857500', '205144.317500', '205144.777500', '205145.237500', '205145.697500', '205146.157500', '205146.617500', '205147.077500', '205147.537500', '205147.997500', '205148.457500', '205148.917500', '205149.377500', '205149.837500', '205150.297500', '205150.757500', '205151.217500', '205151.677500', '205152.137500', '205152.597500', '205153.057500', '205153.517500', '205153.977500', '205154.437500', '205154.897500', '205155.357500', '205155.817500', '205156.277500', '205156.737500', '205157.197500', '205157.657500', '205158.117500', '205158.577500', '205159.037500', '205159.497500', '205159.957500', '205200.417500', '205200.877500', '205201.337500', '205201.797500', '205202.257500', '205202.717500', '205203.177500', '205203.637500', '205204.097500', '205204.557500', '205205.017500', '205205.477500', '205205.937500', '205206.397500', '205206.857500', '205207.317500', '205207.777500', '205208.237500', '205208.697500', '205209.157500', '205209.617500', '205210.077500', '205210.537500', '205210.997500', '205211.457500', '205211.917500', '205212.377500', '205212.837500', '205213.297500', '205213.757500', '205214.217500', '205214.677500', '205215.137500', '205215.597500', '205216.057500', '205216.517500', '205216.977500', '205217.437500', '205217.897500', '205218.357500', '205218.817500', '205219.277500', '205219.737500', '205220.197500', '205220.657500', '205221.117500', '205221.577500', '205222.037500', '205222.497500', '205222.957500', '205223.417500', '205223.877500', '205224.337500', '205224.797500', '205225.257500', '205225.717500', '205226.177500', '205226.637500', '205227.097500', '205227.557500', '205228.017500', '205228.477500', '205228.937500', '205229.397500', '205229.857500', '205230.317500', '205230.777500', '205231.237500', '205231.697500', '205232.157500', '205232.617500', '205233.077500', '205233.537500', '205233.997500', '205234.457500', '205234.917500', '205235.377500', '205235.837500', '205236.297500', '205236.757500', '205237.217500', '205237.677500', '205238.137500', '205238.597500', '205239.057500', '205239.517500', '205239.977500', '205240.437500', '205240.897500', '205241.357500', '205241.817500', '205242.277500', '205242.737500', '205243.197500', '205243.657500', '205244.117500', '205244.577500', '205245.037500', '205245.497500', '205245.957500', '205246.417500', '205246.877500', '205247.337500', '205247.797500', '205248.257500', '205248.717500', '205249.177500', '205249.637500', '205250.097500', '205250.557500', '205251.017500', '205251.477500', '205251.937500', '205252.397500', '205252.857500', '205253.317500', '205253.777500', '205254.237500', '205254.697500', '205255.157500', '205255.617500', '205256.077500', '205256.537500', '205256.997500', '205257.457500', '205257.917500', '205258.377500', '205258.837500', '205259.297500', '205259.757500', '205300.217500', '205300.677500', '205301.137500', '205301.597500', '205302.057500', '205302.517500', '205302.977500', '205303.437500', '205303.897500', '205304.357500', '205304.817500', '205305.277500', '205305.737500', '205306.197500', '205306.657500', '205307.117500', '205307.577500', '205308.037500', '205308.497500', '205308.957500', '205309.417500', '205309.877500', '205310.337500', '205310.797500', '205311.257500', '205311.717500', '205312.177500', '205312.637500', '205313.097500', '205313.557500', '205314.017500', '205314.477500', '205314.937500', '205315.397500', '205315.857500', '205316.317500', '205316.777500', '205317.237500', '205317.697500', '205318.157500', '205318.617500', '205319.077500', '205319.537500', '205319.997500', '205320.457500', '205320.917500', '205321.377500', '205321.837500', '205322.297500', '205322.757500', '205323.217500', '205323.677500', '205324.137500', '205324.597500', '205325.057500', '205325.517500', '205325.977500', '205326.437500', '205326.897500', '205327.357500', '205327.817500', '205328.277500', '205328.737500', '205329.197500', '205329.657500', '205330.117500', '205330.577500', '205331.037500', '205331.497500', '205331.957500', '205332.417500', '205332.877500', '205333.337500', '205333.797500', '205334.257500', '205334.717500', '205335.177500', '205335.637500', '205336.097500', '205336.557500', '205337.017500', '205337.477500', '205337.937500', '205338.397500', '205338.857500', '205339.317500', '205339.777500', '205340.237500', '205340.697500', '205341.157500', '205341.617500', '205342.077500', '205342.537500', '205342.997500', '205343.457500', '205343.917500', '205344.377500', '205344.837500', '205345.297500', '205345.757500', '205346.217500', '205346.677500', '205347.137500', '205347.597500', '205348.057500', '205348.517500', '205348.977500', '205349.437500', '205349.897500', '205350.357500', '205350.817500', '205351.277500', '205351.737500', '205352.197500', '205352.657500', '205353.117500', '205353.577500', '205354.037500', '205354.497500', '205354.957500', '205355.417500', '205355.877500', '205356.337500', '205356.797500', '205357.257500', '205357.717500', '205358.177500', '205358.637500', '205359.097500', '205359.557500', '205400.017500', '205400.477500', '205400.937500', '205401.397500', '205401.857500', '205402.317500', '205402.777500', '205403.237500', '205403.697500', '205404.157500', '205404.617500', '205405.077500', '205405.537500', '205405.997500', '205406.457500', '205406.917500', '205407.377500', '205407.837500', '205408.297500', '205408.757500', '205409.217500', '205409.677500', '205410.137500', '205410.597500', '205411.057500', '205411.517500', '205411.977500', '205412.437500', '205412.897500', '205413.357500', '205413.817500', '205414.277500', '205414.737500', '205415.197500', '205415.657500', '205416.117500', '205416.577500', '205417.037500', '205417.497500', '205417.957500', '205418.417500', '205418.877500', '205419.337500', '205419.797500', '205420.257500', '205420.717500', '205421.177500', '205421.637500', '205422.097500', '205422.557500', '205423.017500', '205423.477500', '205423.937500', '205424.397500', '205424.857500', '205425.317500', '205425.777500', '205426.237500', '205426.697500', '205427.157500', '205427.617500', '205428.077500', '205428.537500', '205428.997500', '205429.457500', '205429.917500', '205430.377500', '205430.837500', '205431.297500', '205431.757500', '205432.217500', '205432.677500', '205433.137500', '205433.597500', '205434.057500', '205434.517500', '205434.977500', '205435.437500', '205435.897500', '205436.357500', '205436.817500', '205437.277500', '205437.737500', '205438.197500', '205438.657500', '205439.117500', '205439.577500', '205440.037500', '205440.497500', '205440.957500', '205441.417500', '205441.877500', '205442.337500', '205442.797500', '205443.257500', '205443.717500', '205444.177500', '205444.637500', '205445.097500', '205445.557500', '205446.017500', '205446.477500', '205446.937500', '205447.397500', '205447.857500', '205448.317500', '205448.777500', '205449.237500', '205449.697500', '205450.157500', '205450.617500', '205451.077500', '205451.537500', '205451.997500', '205452.457500', '205452.917500', '205453.377500', '205453.837500', '205454.297500', '205454.757500', '205455.217500', '205455.677500', '205456.137500', '205456.597500', '205457.057500', '205457.517500', '205457.977500', '205458.437500', '205458.897500', '205459.357500', '205459.817500', '205500.277500', '205500.737500', '205501.197500', '205501.657500', '205502.117500', '205502.577500', '205503.037500', '205503.497500', '205503.957500', '205504.417500', '205504.877500', '205505.337500', '205505.797500', '205506.257500', '205506.717500', '205507.177500', '205507.637500', '205508.097500', '205508.557500', '205509.017500', '205509.477500', '205509.937500', '205510.397500', '205510.857500', '205511.317500', '205511.777500', '205512.237500', '205512.697500', '205513.157500', '205513.617500', '205514.077500', '205514.537500', '205514.997500', '205515.457500', '205515.917500', '205516.377500', '205516.837500', '205517.297500', '205517.757500', '205518.217500', '205518.677500', '205519.137500', '205519.597500', '205520.057500', '205520.517500', '205520.977500', '205521.437500', '205521.897500', '205522.357500', '205522.817500', '205523.277500', '205523.737500', '205524.197500', '205524.657500', '205525.117500', '205525.577500', '205526.037500', '205526.497500', '205526.957500', '205527.417500', '205527.877500', '205528.337500', '205528.797500', '205529.257500', '205529.717500', '205530.177500', '205530.637500', '205531.097500', '205531.557500', '205532.017500', '205532.477500', '205532.937500', '205533.397500', '205533.857500', '205534.317500', '205534.777500', '205535.237500', '205535.697500', '205536.157500', '205536.617500', '205537.077500', '205537.537500', '205537.997500', '205538.457500', '205538.917500', '205539.377500', '205539.837500', '205540.297500', '205540.757500', '205541.217500', '205541.677500', '205542.137500', '205542.597500', '205543.057500', '205543.517500', '205543.977500', '205544.437500', '205544.897500', '205545.357500', '205545.817500', '205546.277500', '205546.737500', '205547.197500', '205547.657500', '205548.117500', '205548.577500', '205549.037500', '205549.497500', '205549.957500', '205550.417500', '205550.877500', '205551.337500', '205551.797500', '205552.257500', '205552.717500', '205553.177500', '205553.637500', '205554.097500', '205554.557500', '205555.017500', '205555.477500', '205555.937500', '205556.397500', '205556.857500', '205557.317500', '205557.777500', '205558.237500', '205558.697500', '205559.157500', '205559.617500', '205600.077500', '205600.537500', '205600.997500', '205601.457500', '205601.917500', '205602.377500', '205602.837500', '205603.297500', '205603.757500', '205604.217500', '205604.677500', '205605.137500', '205605.597500', '205606.057500', '205606.517500', '205606.977500', '205607.437500', '205607.897500', '205608.357500', '205608.817500', '205609.277500', '205609.737500', '205610.197500', '205610.657500', '205611.117500', '205611.577500', '205612.037500', '205612.497500', '205612.957500', '205613.417500', '205613.877500', '205614.337500', '205614.797500', '205615.257500', '205615.717500', '205616.177500', '205616.637500', '205617.097500', '205617.557500', '205618.017500', '205618.477500', '205618.937500', '205619.397500', '205619.857500', '205620.317500', '205620.777500', '205621.237500', '205621.697500', '205622.157500', '205622.617500', '205623.077500', '205623.537500', '205623.997500', '205624.457500', '205624.917500', '205625.377500', '205625.837500', '205626.297500', '205626.757500', '205627.217500', '205627.677500', '205628.137500', '205628.597500', '205629.057500', '205629.517500', '205629.977500', '205630.437500', '205630.897500', '205631.357500', '205631.817500', '205632.277500', '205632.737500', '205633.197500', '205633.657500', '205634.117500', '205634.577500', '205635.037500', '205635.497500', '205635.957500', '205636.417500', '205636.877500', '205637.337500', '205637.797500', '205638.257500', '205638.717500', '205639.177500', '205639.637500', '205640.097500', '205640.557500', '205641.017500', '205641.477500', '205641.937500', '205642.397500', '205642.857500', '205643.317500', '205643.777500', '205644.237500', '205644.697500', '205645.157500', '205645.617500', '205646.077500', '205646.537500', '205646.997500', '205647.457500', '205647.917500', '205648.377500', '205648.837500', '205649.297500', '205649.757500', '205650.217500', '205650.677500', '205651.137500', '205651.597500', '205652.057500', '205652.517500', '205652.977500', '205653.437500', '205653.897500', '205654.357500', '205654.817500', '205655.277500', '205655.737500'], 'ContentTime': ['204308.779000', '204308.782000', '204308.785000', '204308.788000', '204308.791000', '204308.793000', '204308.796000', '204308.799000', '204308.801000', '204308.805000', '204308.808000', '204308.810000', '204308.819000', '204308.821000', '204308.824000', '204308.827000', '204308.829000', '204308.832000', '204308.835000', '204308.837000', '204308.840000', '204308.842000', '204308.845000', '204308.848000', '204308.850000', '204308.853000', '204308.856000', '204308.859000', '204308.861000', '204308.864000', '204308.867000', '204308.869000', '204308.872000', '204308.874000', '204308.877000', '204308.880000', '204308.882000', '204308.885000', '204308.888000', '204308.890000', '204308.893000', '204308.896000', '204308.898000', '204308.901000', '204308.904000', '204308.906000', '204308.909000', '204308.912000', '204308.914000', '204308.917000', '204308.920000', '204308.922000', '204308.925000', '204308.928000', '204308.930000', '204308.933000', '204308.936000', '204328.750000', '204328.753000', '204328.756000', '204328.758000', '204328.761000', '204328.764000', '204328.766000', '204328.769000', '204328.772000', '204328.774000', '204328.777000', '204328.779000', '204328.782000', '204328.785000', '204328.787000', '204328.790000', '204328.792000', '204328.795000', '204328.798000', '204328.800000', '204328.818000', '204328.821000', '204328.823000', '204328.826000', '204328.828000', '204328.831000', '204328.834000', '204328.836000', '204328.839000', '204328.841000', '204328.844000', '204328.846000', '204328.849000', '204328.852000', '204328.854000', '204328.857000', '204328.859000', '204328.862000', '204328.865000', '204328.867000', '204328.870000', '204328.872000', '204328.875000', '204328.878000', '204348.751000', '204348.760000', '204348.762000', '204348.765000', '204348.768000', '204348.771000', '204348.773000', '204348.776000', '204348.779000', '204348.781000', '204348.784000', '204348.787000', '204348.790000', '204348.792000', '204348.795000', '204348.797000', '204348.800000', '204348.803000', '204348.805000', '204348.808000', '204348.810000', '204348.813000', '204348.816000', '204348.818000', '204348.821000', '204348.850000', '204348.853000', '204348.855000', '204348.858000', '204348.861000', '204348.863000', '204348.866000', '204348.868000', '204348.871000', '204348.874000', '204348.876000', '204348.879000', '204348.881000', '204348.884000', '204348.887000', '204348.889000', '204348.892000', '204348.894000', '204408.751000', '204408.754000', '204408.756000', '204408.759000', '204408.761000', '204408.764000', '204408.767000', '204408.769000', '204408.772000', '204408.774000', '204408.777000', '204408.780000', '204408.782000', '204408.785000', '204408.788000', '204408.795000', '204408.798000', '204408.800000', '204408.803000', '204408.805000', '204408.808000', '204408.811000', '204408.813000', '204408.816000', '204408.818000', '204408.821000', '204408.824000', '204408.826000', '204408.829000', '204408.832000', '204408.834000', '204408.837000', '204408.840000', '204408.842000', '204408.845000', '204408.848000', '204408.850000', '204408.853000', '204408.856000', '204408.859000', '204408.861000', '204408.864000', '204408.867000', '204408.869000', '204428.751000', '204428.754000', '204428.757000', '204428.760000', '204428.762000', '204428.771000', '204428.774000', '204428.776000', '204428.779000', '204428.782000', '204428.784000', '204428.787000', '204428.790000', '204428.792000', '204428.795000', '204428.798000', '204428.817000', '204428.821000', '204428.824000', '204428.827000', '204428.829000', '204428.832000', '204428.835000', '204428.837000', '204428.840000', '204428.844000', '204428.847000', '204428.849000', '204428.852000', '204428.855000', '204428.857000', '204428.860000', '204428.863000', '204428.865000', '204428.868000', '204428.871000', '204428.873000', '204428.876000', '204428.879000', '204428.881000', '204428.884000', '204428.887000', '204428.889000', '204448.751000', '204448.754000', '204448.757000', '204448.760000', '204448.763000', '204448.766000', '204448.768000', '204448.771000', '204448.774000', '204448.777000', '204448.779000', '204448.782000', '204448.785000', '204448.787000', '204448.790000', '204448.793000', '204448.795000', '204448.798000', '204448.801000', '204448.847000', '204448.849000', '204448.852000', '204448.854000', '204448.857000', '204448.860000', '204448.862000', '204448.865000', '204448.867000', '204448.870000', '204448.873000', '204448.875000', '204448.878000', '204448.881000', '204448.884000', '204448.886000', '204448.889000', '204448.892000', '204448.894000', '204448.897000', '204448.900000', '204448.904000', '204448.906000', '204448.909000', '204448.911000', '204508.751000', '204508.753000', '204508.756000', '204508.759000', '204508.761000', '204508.764000', '204508.767000', '204508.770000', '204508.772000', '204508.775000', '204508.778000', '204508.780000', '204508.783000', '204508.786000', '204508.788000', '204508.791000', '204508.794000', '204508.796000', '204508.799000', '204508.802000', '204508.805000', '204508.807000', '204508.810000', '204508.813000', '204508.815000', '204508.818000', '204508.821000', '204508.823000', '204508.826000', '204508.829000', '204508.831000', '204508.834000', '204508.837000', '204508.839000', '204508.842000', '204508.845000', '204508.847000', '204508.850000', '204508.853000', '204508.855000', '204508.858000', '204508.860000', '204508.863000', '204528.751000', '204528.753000', '204528.757000', '204528.759000', '204528.762000', '204528.765000', '204528.768000', '204528.770000', '204528.773000', '204528.776000', '204528.778000', '204528.781000', '204528.784000', '204528.786000', '204528.789000', '204528.792000', '204528.794000', '204528.797000', '204528.843000', '204528.846000', '204528.848000', '204528.876000', '204528.879000', '204528.882000', '204528.885000', '204528.887000', '204528.890000', '204528.892000', '204528.895000', '204528.898000', '204528.900000', '204528.903000', '204528.906000', '204528.908000', '204528.911000', '204528.914000', '204528.916000', '204528.919000', '204528.922000', '204528.924000', '204528.927000', '204528.929000', '204528.932000', '204528.935000', '204548.751000', '204548.754000', '204548.756000', '204548.759000', '204548.762000', '204548.764000', '204548.767000', '204548.770000', '204548.772000', '204548.775000', '204548.778000', '204548.780000', '204548.783000', '204548.786000', '204548.788000', '204548.791000', '204548.794000', '204548.796000', '204548.799000', '204548.802000', '204548.804000', '204548.807000', '204548.810000', '204548.812000', '204548.815000', '204548.818000', '204548.820000', '204548.823000', '204548.826000', '204548.829000', '204548.831000', '204548.834000', '204548.836000', '204548.839000', '204548.842000', '204548.845000', '204548.847000', '204548.850000', '204548.853000', '204548.855000', '204548.858000', '204548.861000', '204548.863000', '204608.750000', '204608.754000', '204608.756000', '204608.759000', '204608.762000', '204608.765000', '204608.767000', '204608.770000', '204608.772000', '204608.775000', '204608.778000', '204608.780000', '204608.783000', '204608.786000', '204608.788000', '204608.791000', '204608.794000', '204608.796000', '204608.799000', '204608.823000', '204608.826000', '204608.828000', '204608.831000', '204608.834000', '204608.836000', '204608.839000', '204608.842000', '204608.844000', '204608.847000', '204608.850000', '204608.852000', '204608.855000', '204608.858000', '204608.860000', '204608.863000', '204608.866000', '204608.868000', '204608.871000', '204608.874000', '204608.876000', '204608.879000', '204608.882000', '204608.884000', '204608.887000', '204628.750000', '204628.753000', '204628.756000', '204628.759000', '204628.762000', '204628.764000', '204628.767000', '204628.770000', '204628.772000', '204628.775000', '204628.778000', '204628.780000', '204628.783000', '204628.786000', '204628.788000', '204628.791000', '204628.794000', '204628.796000', '204628.799000', '204628.845000', '204628.848000', '204628.851000', '204628.853000', '204628.856000', '204628.858000', '204628.861000', '204628.864000', '204628.866000', '204628.869000', '204628.871000', '204628.874000', '204628.877000', '204628.879000', '204628.882000', '204628.885000', '204628.887000', '204628.890000', '204628.892000', '204628.895000', '204628.897000', '204628.900000', '204628.903000', '204628.906000', '204648.751000', '204648.754000', '204648.757000', '204648.760000', '204648.763000', '204648.765000', '204648.768000', '204648.771000', '204648.773000', '204648.776000', '204648.779000', '204648.781000', '204648.784000', '204648.786000', '204648.789000', '204648.792000', '204648.794000', '204648.797000', '204648.858000', '204648.860000', '204648.863000', '204648.865000', '204648.868000', '204648.871000', '204648.873000', '204648.876000', '204648.878000', '204648.881000', '204648.884000', '204648.887000', '204648.889000', '204648.892000', '204648.895000', '204648.897000', '204648.900000', '204648.903000', '204648.905000', '204648.908000', '204648.911000', '204648.913000', '204648.916000', '204648.919000', '204648.921000', '204648.930000', '204708.752000', '204708.755000', '204708.768000', '204708.770000', '204708.773000', '204708.776000', '204708.778000', '204708.781000', '204708.783000', '204708.786000', '204708.789000', '204708.791000', '204708.794000', '204708.796000', '204708.799000', '204708.850000', '204708.852000', '204708.855000', '204708.858000', '204708.860000', '204708.863000', '204708.866000', '204708.869000', '204708.871000', '204708.874000', '204708.878000', '204708.881000', '204708.883000', '204708.886000', '204708.889000', '204708.891000', '204708.894000', '204708.897000', '204708.900000', '204708.903000', '204708.905000', '204708.908000', '204708.911000', '204708.914000', '204708.916000', '204708.919000', '204708.922000', '204708.925000', '204728.751000', '204728.753000', '204728.756000', '204728.759000', '204728.762000', '204728.764000', '204728.767000', '204728.770000', '204728.773000', '204728.775000', '204728.778000', '204728.781000', '204728.783000', '204728.786000', '204728.789000', '204728.792000', '204728.794000', '204728.797000', '204728.857000', '204728.860000', '204728.863000', '204728.865000', '204728.868000', '204728.871000', '204728.873000', '204728.876000', '204728.878000', '204728.881000', '204728.884000', '204728.886000', '204728.889000', '204728.892000', '204728.895000', '204728.897000', '204728.900000', '204728.902000', '204728.905000', '204728.908000', '204728.910000', '204728.913000', '204728.916000', '204728.919000', '204728.921000', '204748.751000', '204748.754000', '204748.756000', '204748.759000', '204748.761000', '204748.764000', '204748.767000', '204748.769000', '204748.772000', '204748.774000', '204748.777000', '204748.780000', '204748.782000', '204748.785000', '204748.788000', '204748.790000', '204748.793000', '204748.796000', '204748.798000', '204748.843000', '204748.845000', '204748.848000', '204748.850000', '204748.853000', '204748.855000', '204748.858000', '204748.861000', '204748.863000', '204748.866000', '204748.868000', '204748.871000', '204748.874000', '204748.876000', '204748.880000', '204748.883000', '204748.886000', '204748.888000', '204748.891000', '204748.893000', '204748.896000', '204748.899000', '204748.901000', '204748.904000', '204748.906000', '204808.751000', '204808.754000', '204808.756000', '204808.759000', '204808.762000', '204808.764000', '204808.767000', '204808.770000', '204808.772000', '204808.775000', '204808.778000', '204808.780000', '204808.783000', '204808.786000', '204808.788000', '204808.791000', '204808.793000', '204808.796000', '204808.799000', '204808.870000', '204808.873000', '204808.876000', '204808.878000', '204808.881000', '204808.883000', '204808.886000', '204808.889000', '204808.891000', '204808.894000', '204808.897000', '204808.899000', '204808.902000', '204808.906000', '204808.909000', '204808.912000', '204808.914000', '204808.917000', '204808.920000', '204808.922000', '204808.925000', '204808.927000', '204808.930000', '204808.933000', '204808.935000', '204828.751000', '204828.753000', '204828.756000', '204828.759000', '204828.761000', '204828.764000', '204828.766000', '204828.769000', '204828.772000', '204828.774000', '204828.777000', '204828.780000', '204828.782000', '204828.800000', '204828.866000', '204828.869000', '204828.872000', '204828.874000', '204828.877000', '204828.879000', '204828.882000', '204828.884000', '204828.887000', '204828.890000', '204828.892000', '204828.895000', '204828.898000', '204828.901000', '204828.904000', '204828.906000', '204828.909000', '204828.912000', '204828.914000', '204828.917000', '204828.920000', '204828.922000', '204828.925000', '204828.927000', '204828.930000', '204828.932000', '204828.935000', '204828.938000', '204828.940000', '204848.750000', '204848.753000', '204848.756000', '204848.759000', '204848.761000', '204848.764000', '204848.767000', '204848.769000', '204848.772000', '204848.775000', '204848.777000', '204848.780000', '204848.783000', '204848.785000', '204848.788000', '204848.791000', '204848.794000', '204848.797000', '204848.845000', '204848.848000', '204848.850000', '204848.853000', '204848.856000', '204848.858000', '204848.861000', '204848.864000', '204848.866000', '204848.869000', '204848.871000', '204848.874000', '204848.877000', '204848.879000', '204848.882000', '204848.885000', '204848.887000', '204848.890000', '204848.892000', '204848.895000', '204848.898000', '204848.900000', '204848.903000', '204848.905000', '204848.908000', '204848.911000', '204908.752000', '204908.754000', '204908.757000', '204908.760000', '204908.762000', '204908.765000', '204908.767000', '204908.770000', '204908.773000', '204908.775000', '204908.778000', '204908.781000', '204908.783000', '204908.786000', '204908.788000', '204908.791000', '204908.794000', '204908.796000', '204908.799000', '204908.851000', '204908.854000', '204908.856000', '204908.859000', '204908.862000', '204908.864000', '204908.867000', '204908.869000', '204908.872000', '204908.875000', '204908.877000', '204908.880000', '204908.882000', '204908.885000', '204908.888000', '204908.890000', '204908.893000', '204908.895000', '204908.898000', '204908.901000', '204908.903000', '204908.906000', '204908.908000', '204908.911000', '204928.752000', '204928.754000', '204928.757000', '204928.760000', '204928.763000', '204928.766000', '204928.768000', '204928.771000', '204928.774000', '204928.776000', '204928.779000', '204928.782000', '204928.784000', '204928.787000', '204928.790000', '204928.792000', '204928.795000', '204928.797000', '204928.902000', '204928.904000', '204928.907000', '204928.910000', '204928.912000', '204928.915000', '204928.918000', '204928.920000', '204928.923000', '204928.925000', '204928.928000', '204928.931000', '204928.933000', '204928.936000', '204928.938000', '204928.941000', '204928.944000', '204928.946000', '204928.952000', '204928.955000', '204928.957000', '204928.960000', '204928.963000', '204928.966000', '204928.968000', '204928.971000', '204948.751000', '204948.753000', '204948.756000', '204948.759000', '204948.761000', '204948.764000', '204948.766000', '204948.769000', '204948.772000', '204948.774000', '204948.777000', '204948.779000', '204948.782000', '204948.785000', '204948.787000', '204948.790000', '204948.793000', '204948.795000', '204948.798000', '204948.846000', '204948.849000', '204948.851000', '204948.854000', '204948.857000', '204948.874000', '204948.876000', '204948.879000', '204948.882000', '204948.884000', '204948.887000', '204948.890000', '204948.892000', '204948.895000', '204948.898000', '204948.900000', '204948.903000', '204948.905000', '204948.908000', '204948.911000', '204948.913000', '204948.916000', '204948.918000', '204948.921000', '205008.751000', '205008.753000', '205008.756000', '205008.759000', '205008.761000', '205008.764000', '205008.767000', '205008.769000', '205008.772000', '205008.774000', '205008.777000', '205008.780000', '205008.782000', '205008.785000', '205008.788000', '205008.790000', '205008.793000', '205008.796000', '205008.798000', '205008.884000', '205008.886000', '205008.889000', '205008.892000', '205008.894000', '205008.897000', '205008.900000', '205008.902000', '205008.905000', '205008.907000', '205008.910000', '205008.913000', '205008.915000', '205008.918000', '205008.920000', '205008.923000', '205008.926000', '205008.928000', '205008.931000', '205008.933000', '205008.936000', '205008.939000', '205008.941000', '205008.944000', '205008.947000', '205028.751000', '205028.753000', '205028.756000', '205028.759000', '205028.761000', '205028.764000', '205028.767000', '205028.769000', '205028.772000', '205028.775000', '205028.777000', '205028.780000', '205028.783000', '205028.785000', '205028.788000', '205028.790000', '205028.793000', '205028.796000', '205028.798000', '205028.851000', '205028.853000', '205028.856000', '205028.859000', '205028.861000', '205028.864000', '205028.867000', '205028.869000', '205028.872000', '205028.875000', '205028.877000', '205028.880000', '205028.883000', '205028.885000', '205028.888000', '205028.891000', '205028.893000', '205028.896000', '205028.899000', '205028.901000', '205028.904000', '205028.907000', '205028.909000', '205028.912000', '205048.751000', '205048.754000', '205048.756000', '205048.759000', '205048.762000', '205048.764000', '205048.767000', '205048.770000', '205048.772000', '205048.775000', '205048.778000', '205048.780000', '205048.783000', '205048.786000', '205048.788000', '205048.791000', '205048.793000', '205048.796000', '205048.799000', '205048.888000', '205048.891000', '205048.893000', '205048.896000', '205048.908000', '205048.910000', '205048.913000', '205048.916000', '205048.918000', '205048.921000', '205048.923000', '205048.926000', '205048.929000', '205048.937000', '205048.940000', '205048.943000', '205048.945000', '205048.948000', '205048.951000', '205048.953000', '205048.956000', '205048.959000', '205048.961000', '205048.964000', '205108.751000', '205108.754000', '205108.757000', '205108.760000', '205108.762000', '205108.765000', '205108.768000', '205108.771000', '205108.773000', '205108.776000', '205108.778000', '205108.781000', '205108.784000', '205108.786000', '205108.789000', '205108.791000', '205108.794000', '205108.797000', '205108.799000', '205108.802000', '205108.805000', '205108.824000', '205108.827000', '205108.830000', '205108.832000', '205108.835000', '205108.837000', '205108.840000', '205108.843000', '205108.845000', '205108.848000', '205108.851000', '205108.853000', '205108.856000', '205108.858000', '205108.861000', '205108.864000', '205108.866000', '205108.869000', '205108.872000', '205108.874000', '205108.877000', '205108.879000', '205108.882000', '205128.752000', '205128.755000', '205128.758000', '205128.761000', '205128.763000', '205128.766000', '205128.769000', '205128.771000', '205128.774000', '205128.776000', '205128.779000', '205128.782000', '205128.784000', '205128.787000', '205128.790000', '205128.792000', '205128.795000', '205128.798000', '205128.855000', '205128.857000', '205128.860000', '205128.863000', '205128.865000', '205128.868000', '205128.870000', '205128.873000', '205128.876000', '205128.878000', '205128.881000', '205128.883000', '205128.886000', '205128.889000', '205128.891000', '205128.894000', '205128.896000', '205128.899000', '205128.902000', '205128.904000', '205128.907000', '205128.910000', '205128.912000', '205128.915000', '205128.917000', '205148.751000', '205148.754000', '205148.756000', '205148.759000', '205148.761000', '205148.764000', '205148.767000', '205148.769000', '205148.772000', '205148.774000', '205148.777000', '205148.780000', '205148.782000', '205148.785000', '205148.787000', '205148.790000', '205148.793000', '205148.795000', '205148.798000', '205148.851000', '205148.854000', '205148.856000', '205148.859000', '205148.862000', '205148.864000', '205148.867000', '205148.869000', '205148.872000', '205148.875000', '205148.877000', '205148.880000', '205148.882000', '205148.885000', '205148.888000', '205148.890000', '205148.893000', '205148.896000', '205148.898000', '205148.901000', '205148.903000', '205148.906000', '205148.909000', '205148.911000', '205148.914000', '205208.751000', '205208.753000', '205208.756000', '205208.759000', '205208.761000', '205208.764000', '205208.767000', '205208.769000', '205208.772000', '205208.775000', '205208.777000', '205208.780000', '205208.783000', '205208.785000', '205208.788000', '205208.790000', '205208.793000', '205208.796000', '205208.799000', '205208.831000', '205208.834000', '205208.836000', '205208.839000', '205208.843000', '205208.846000', '205208.849000', '205208.852000', '205208.854000', '205208.857000', '205208.860000', '205208.862000', '205208.865000', '205208.868000', '205208.870000', '205208.873000', '205208.875000', '205208.878000', '205208.881000', '205208.883000', '205208.886000', '205208.889000', '205208.891000', '205208.894000', '205228.751000', '205228.754000', '205228.756000', '205228.759000', '205228.761000', '205228.764000', '205228.767000', '205228.769000', '205228.772000', '205228.775000', '205228.777000', '205228.780000', '205228.782000', '205228.785000', '205228.788000', '205228.790000', '205228.793000', '205228.796000', '205228.819000', '205228.862000', '205228.864000', '205228.867000', '205228.869000', '205228.872000', '205228.875000', '205228.877000', '205228.880000', '205228.882000', '205228.885000', '205228.888000', '205228.890000', '205228.893000', '205228.896000', '205228.898000', '205228.901000', '205228.903000', '205228.906000', '205228.908000', '205228.911000', '205228.914000', '205228.916000', '205228.919000', '205228.922000', '205228.924000', '205248.751000', '205248.754000', '205248.756000', '205248.759000', '205248.762000', '205248.764000', '205248.767000', '205248.769000', '205248.772000', '205248.775000', '205248.777000', '205248.780000', '205248.783000', '205248.785000', '205248.788000', '205248.790000', '205248.793000', '205248.796000', '205248.799000', '205248.871000', '205248.874000', '205248.876000', '205248.879000', '205248.882000', '205248.884000', '205248.887000', '205248.890000', '205248.892000', '205248.895000', '205248.897000', '205248.900000', '205248.903000', '205248.905000', '205248.908000', '205248.911000', '205248.913000', '205248.916000', '205248.918000', '205248.921000', '205248.924000', '205248.926000', '205248.929000', '205248.931000', '205308.750000', '205308.753000', '205308.756000', '205308.759000', '205308.761000', '205308.764000', '205308.766000', '205308.769000', '205308.772000', '205308.774000', '205308.777000', '205308.780000', '205308.782000', '205308.785000', '205308.787000', '205308.790000', '205308.793000', '205308.795000', '205308.798000', '205308.885000', '205308.888000', '205308.890000', '205308.893000', '205308.895000', '205308.898000', '205308.900000', '205308.903000', '205308.906000', '205308.908000', '205308.911000', '205308.914000', '205308.916000', '205308.919000', '205308.921000', '205308.924000', '205308.927000', '205308.929000', '205308.932000', '205308.934000', '205308.937000', '205308.940000', '205308.942000', '205308.945000', '205308.947000', '205328.751000', '205328.754000', '205328.756000', '205328.759000', '205328.762000', '205328.764000', '205328.767000', '205328.769000', '205328.772000', '205328.775000', '205328.777000', '205328.780000', '205328.783000', '205328.785000', '205328.788000', '205328.791000', '205328.793000', '205328.796000', '205328.806000', '205328.809000', '205328.812000', '205328.815000', '205328.818000', '205328.820000', '205328.823000', '205328.829000', '205328.832000', '205328.834000', '205328.837000', '205328.840000', '205328.842000', '205328.845000', '205328.848000', '205328.850000', '205328.853000', '205328.855000', '205328.858000', '205328.861000', '205328.863000', '205328.866000', '205328.869000', '205328.871000', '205328.874000', '205348.759000', '205348.762000', '205348.765000', '205348.767000', '205348.770000', '205348.773000', '205348.775000', '205348.778000', '205348.781000', '205348.783000', '205348.786000', '205348.789000', '205348.791000', '205348.794000', '205348.797000', '205348.850000', '205348.853000', '205348.855000', '205348.858000', '205348.861000', '205348.863000', '205348.866000', '205348.868000', '205348.871000', '205348.873000', '205348.876000', '205348.879000', '205348.881000', '205348.884000', '205348.887000', '205348.889000', '205348.892000', '205348.894000', '205348.897000', '205348.900000', '205348.902000', '205348.905000', '205348.908000', '205348.910000', '205348.913000', '205348.915000', '205348.918000', '205348.921000', '205348.923000', '205408.751000', '205408.754000', '205408.756000', '205408.759000', '205408.762000', '205408.764000', '205408.767000', '205408.769000', '205408.772000', '205408.775000', '205408.777000', '205408.780000', '205408.783000', '205408.785000', '205408.788000', '205408.791000', '205408.793000', '205408.796000', '205408.798000', '205408.805000', '205408.808000', '205408.810000', '205408.813000', '205408.816000', '205408.818000', '205408.821000', '205408.824000', '205408.826000', '205408.829000', '205408.832000', '205408.834000', '205408.837000', '205408.840000', '205408.842000', '205408.845000', '205408.848000', '205408.850000', '205408.853000', '205408.855000', '205408.858000', '205408.861000', '205408.863000', '205408.866000', '205428.751000', '205428.754000', '205428.756000', '205428.759000', '205428.762000', '205428.764000', '205428.767000', '205428.769000', '205428.772000', '205428.774000', '205428.777000', '205428.780000', '205428.782000', '205428.785000', '205428.788000', '205428.790000', '205428.793000', '205428.795000', '205428.798000', '205428.871000', '205428.874000', '205428.876000', '205428.879000', '205428.882000', '205428.884000', '205428.887000', '205428.889000', '205428.892000', '205428.895000', '205428.897000', '205428.900000', '205428.903000', '205428.905000', '205428.908000', '205428.911000', '205428.913000', '205428.916000', '205428.919000', '205428.921000', '205428.924000', '205428.927000', '205428.930000', '205428.932000', '205428.935000', '205448.751000', '205448.754000', '205448.756000', '205448.759000', '205448.762000', '205448.764000', '205448.767000', '205448.769000', '205448.772000', '205448.775000', '205448.777000', '205448.780000', '205448.793000', '205448.795000', '205448.798000', '205448.847000', '205448.850000', '205448.853000', '205448.856000', '205448.859000', '205448.862000', '205448.864000', '205448.867000', '205448.870000', '205448.872000', '205448.882000', '205448.885000', '205448.887000', '205448.890000', '205448.892000', '205448.895000', '205448.898000', '205448.900000', '205448.903000', '205448.906000', '205448.908000', '205448.911000', '205448.913000', '205448.916000', '205448.919000', '205448.922000', '205448.925000', '205448.928000', '205508.750000', '205508.753000', '205508.756000', '205508.759000', '205508.761000', '205508.764000', '205508.766000', '205508.769000', '205508.772000', '205508.775000', '205508.777000', '205508.780000', '205508.782000', '205508.785000', '205508.788000', '205508.790000', '205508.793000', '205508.795000', '205508.798000', '205508.885000', '205508.887000', '205508.890000', '205508.893000', '205508.895000', '205508.898000', '205508.901000', '205508.903000', '205508.906000', '205508.909000', '205508.911000', '205508.914000', '205508.916000', '205508.919000', '205508.922000', '205508.924000', '205508.927000', '205508.929000', '205508.932000', '205508.935000', '205508.937000', '205508.940000', '205508.942000', '205508.945000', '205508.948000', '205528.751000', '205528.754000', '205528.756000', '205528.759000', '205528.762000', '205528.764000', '205528.767000', '205528.770000', '205528.772000', '205528.775000', '205528.778000', '205528.780000', '205528.783000', '205528.786000', '205528.788000', '205528.791000', '205528.793000', '205528.796000', '205528.799000', '205528.907000', '205528.910000', '205528.913000', '205528.915000', '205528.918000', '205528.921000', '205528.924000', '205528.926000', '205528.929000', '205528.931000', '205528.934000', '205528.937000', '205528.939000', '205528.942000', '205528.945000', '205528.947000', '205528.950000', '205528.953000', '205528.955000', '205528.958000', '205528.960000', '205528.963000', '205528.966000', '205528.969000', '205548.751000', '205548.754000', '205548.756000', '205548.759000', '205548.761000', '205548.764000', '205548.767000', '205548.769000', '205548.772000', '205548.775000', '205548.778000', '205548.781000', '205548.783000', '205548.786000', '205548.789000', '205548.791000', '205548.794000', '205548.797000', '205548.799000', '205548.855000', '205548.858000', '205548.860000', '205548.863000', '205548.865000', '205548.868000', '205548.871000', '205548.873000', '205548.876000', '205548.878000', '205548.881000', '205548.884000', '205548.886000', '205548.889000', '205548.892000', '205548.894000', '205548.897000', '205548.899000', '205548.902000', '205548.905000', '205548.907000', '205548.910000', '205548.913000', '205548.915000', '205548.918000', '205608.752000', '205608.755000', '205608.757000', '205608.760000', '205608.763000', '205608.765000', '205608.768000', '205608.770000', '205608.773000', '205608.776000', '205608.779000', '205608.781000', '205608.784000', '205608.786000', '205608.789000', '205608.792000', '205608.794000', '205608.797000', '205608.943000', '205608.945000', '205608.948000', '205608.951000', '205608.953000', '205608.956000', '205608.959000', '205608.963000', '205608.965000', '205608.968000', '205608.971000', '205608.973000', '205608.976000', '205608.978000', '205608.981000', '205608.984000', '205608.986000', '205608.989000', '205608.992000', '205608.994000', '205608.997000', '205609.001000', '205609.003000', '205609.006000', '205609.008000', '205628.751000', '205628.754000', '205628.756000', '205628.759000', '205628.762000', '205628.764000', '205628.767000', '205628.770000', '205628.772000', '205628.775000', '205628.777000', '205628.780000', '205628.783000', '205628.785000', '205628.788000', '205628.791000', '205628.793000', '205628.796000', '205628.798000', '205628.868000', '205628.870000', '205628.873000', '205628.876000', '205628.878000', '205628.881000', '205628.883000', '205628.886000', '205628.889000', '205628.891000', '205628.894000', '205628.896000', '205628.899000', '205628.902000', '205628.904000', '205628.907000', '205628.909000', '205628.912000', '205628.915000', '205628.917000', '205628.920000', '205628.922000', '205628.925000', '205628.928000', '205628.930000', '205648.751000', '205648.754000', '205648.756000', '205648.759000', '205648.762000', '205648.764000', '205648.767000', '205648.770000', '205648.772000', '205648.775000', '205648.778000', '205648.780000', '205648.783000', '205648.785000', '205648.788000', '205648.790000', '205648.793000', '205648.796000', '205648.798000', '205648.869000', '205648.872000', '205648.874000', '205648.877000', '205648.880000', '205648.882000', '205648.885000', '205648.887000', '205648.900000', '205648.903000', '205648.906000', '205648.908000', '205648.911000', '205648.914000', '205648.916000', '205648.919000', '205648.921000', '205648.924000', '205648.927000', '205648.930000', '205648.933000', '205648.936000', '205648.939000', '205648.941000', '205657.222000', '205657.225000', '205657.228000', '205657.231000', '205657.234000', '205657.237000', '205657.240000', '205657.243000', '205657.246000', '205657.249000', '205657.251000', '205657.254000', '205657.257000', '205657.260000', '205657.262000', '205657.265000', '205657.268000', '205657.271000', '205657.273000'], 'InstanceCreationTime': ['204308.779000', '204308.782000', '204308.785000', '204308.788000', '204308.791000', '204308.793000', '204308.796000', '204308.799000', '204308.801000', '204308.805000', '204308.808000', '204308.810000', '204308.819000', '204308.821000', '204308.824000', '204308.827000', '204308.829000', '204308.832000', '204308.835000', '204308.837000', '204308.840000', '204308.842000', '204308.845000', '204308.848000', '204308.850000', '204308.853000', '204308.856000', '204308.859000', '204308.861000', '204308.864000', '204308.867000', '204308.869000', '204308.872000', '204308.874000', '204308.877000', '204308.880000', '204308.882000', '204308.885000', '204308.888000', '204308.890000', '204308.893000', '204308.896000', '204308.898000', '204308.901000', '204308.904000', '204308.906000', '204308.909000', '204308.912000', '204308.914000', '204308.917000', '204308.920000', '204308.922000', '204308.925000', '204308.928000', '204308.930000', '204308.933000', '204308.936000', '204328.750000', '204328.753000', '204328.756000', '204328.758000', '204328.761000', '204328.764000', '204328.766000', '204328.769000', '204328.772000', '204328.774000', '204328.777000', '204328.779000', '204328.782000', '204328.785000', '204328.787000', '204328.790000', '204328.792000', '204328.795000', '204328.798000', '204328.800000', '204328.818000', '204328.821000', '204328.823000', '204328.826000', '204328.828000', '204328.831000', '204328.834000', '204328.836000', '204328.839000', '204328.841000', '204328.844000', '204328.846000', '204328.849000', '204328.852000', '204328.854000', '204328.857000', '204328.859000', '204328.862000', '204328.865000', '204328.867000', '204328.870000', '204328.872000', '204328.875000', '204328.878000', '204348.751000', '204348.760000', '204348.762000', '204348.765000', '204348.768000', '204348.771000', '204348.773000', '204348.776000', '204348.779000', '204348.781000', '204348.784000', '204348.787000', '204348.790000', '204348.792000', '204348.795000', '204348.797000', '204348.800000', '204348.803000', '204348.805000', '204348.808000', '204348.810000', '204348.813000', '204348.816000', '204348.818000', '204348.821000', '204348.850000', '204348.853000', '204348.855000', '204348.858000', '204348.861000', '204348.863000', '204348.866000', '204348.868000', '204348.871000', '204348.874000', '204348.876000', '204348.879000', '204348.881000', '204348.884000', '204348.887000', '204348.889000', '204348.892000', '204348.894000', '204408.751000', '204408.754000', '204408.756000', '204408.759000', '204408.761000', '204408.764000', '204408.767000', '204408.769000', '204408.772000', '204408.774000', '204408.777000', '204408.780000', '204408.782000', '204408.785000', '204408.788000', '204408.795000', '204408.798000', '204408.800000', '204408.803000', '204408.805000', '204408.808000', '204408.811000', '204408.813000', '204408.816000', '204408.818000', '204408.821000', '204408.824000', '204408.826000', '204408.829000', '204408.832000', '204408.834000', '204408.837000', '204408.840000', '204408.842000', '204408.845000', '204408.848000', '204408.850000', '204408.853000', '204408.856000', '204408.859000', '204408.861000', '204408.864000', '204408.867000', '204408.869000', '204428.751000', '204428.754000', '204428.757000', '204428.760000', '204428.762000', '204428.771000', '204428.774000', '204428.776000', '204428.779000', '204428.782000', '204428.784000', '204428.787000', '204428.790000', '204428.792000', '204428.795000', '204428.798000', '204428.817000', '204428.821000', '204428.824000', '204428.827000', '204428.829000', '204428.832000', '204428.835000', '204428.837000', '204428.840000', '204428.844000', '204428.847000', '204428.849000', '204428.852000', '204428.855000', '204428.857000', '204428.860000', '204428.863000', '204428.865000', '204428.868000', '204428.871000', '204428.873000', '204428.876000', '204428.879000', '204428.881000', '204428.884000', '204428.887000', '204428.889000', '204448.751000', '204448.754000', '204448.757000', '204448.760000', '204448.763000', '204448.766000', '204448.768000', '204448.771000', '204448.774000', '204448.777000', '204448.779000', '204448.782000', '204448.785000', '204448.787000', '204448.790000', '204448.793000', '204448.795000', '204448.798000', '204448.801000', '204448.847000', '204448.849000', '204448.852000', '204448.854000', '204448.857000', '204448.860000', '204448.862000', '204448.865000', '204448.867000', '204448.870000', '204448.873000', '204448.875000', '204448.878000', '204448.881000', '204448.884000', '204448.886000', '204448.889000', '204448.892000', '204448.894000', '204448.897000', '204448.900000', '204448.904000', '204448.906000', '204448.909000', '204448.911000', '204508.751000', '204508.753000', '204508.756000', '204508.759000', '204508.761000', '204508.764000', '204508.767000', '204508.770000', '204508.772000', '204508.775000', '204508.778000', '204508.780000', '204508.783000', '204508.786000', '204508.788000', '204508.791000', '204508.794000', '204508.796000', '204508.799000', '204508.802000', '204508.805000', '204508.807000', '204508.810000', '204508.813000', '204508.815000', '204508.818000', '204508.821000', '204508.823000', '204508.826000', '204508.829000', '204508.831000', '204508.834000', '204508.837000', '204508.839000', '204508.842000', '204508.845000', '204508.847000', '204508.850000', '204508.853000', '204508.855000', '204508.858000', '204508.860000', '204508.863000', '204528.751000', '204528.753000', '204528.757000', '204528.759000', '204528.762000', '204528.765000', '204528.768000', '204528.770000', '204528.773000', '204528.776000', '204528.778000', '204528.781000', '204528.784000', '204528.786000', '204528.789000', '204528.792000', '204528.794000', '204528.797000', '204528.843000', '204528.846000', '204528.848000', '204528.876000', '204528.879000', '204528.882000', '204528.885000', '204528.887000', '204528.890000', '204528.892000', '204528.895000', '204528.898000', '204528.900000', '204528.903000', '204528.906000', '204528.908000', '204528.911000', '204528.914000', '204528.916000', '204528.919000', '204528.922000', '204528.924000', '204528.927000', '204528.929000', '204528.932000', '204528.935000', '204548.751000', '204548.754000', '204548.756000', '204548.759000', '204548.762000', '204548.764000', '204548.767000', '204548.770000', '204548.772000', '204548.775000', '204548.778000', '204548.780000', '204548.783000', '204548.786000', '204548.788000', '204548.791000', '204548.794000', '204548.796000', '204548.799000', '204548.802000', '204548.804000', '204548.807000', '204548.810000', '204548.812000', '204548.815000', '204548.818000', '204548.820000', '204548.823000', '204548.826000', '204548.829000', '204548.831000', '204548.834000', '204548.836000', '204548.839000', '204548.842000', '204548.845000', '204548.847000', '204548.850000', '204548.853000', '204548.855000', '204548.858000', '204548.861000', '204548.863000', '204608.750000', '204608.754000', '204608.756000', '204608.759000', '204608.762000', '204608.765000', '204608.767000', '204608.770000', '204608.772000', '204608.775000', '204608.778000', '204608.780000', '204608.783000', '204608.786000', '204608.788000', '204608.791000', '204608.794000', '204608.796000', '204608.799000', '204608.823000', '204608.826000', '204608.828000', '204608.831000', '204608.834000', '204608.836000', '204608.839000', '204608.842000', '204608.844000', '204608.847000', '204608.850000', '204608.852000', '204608.855000', '204608.858000', '204608.860000', '204608.863000', '204608.866000', '204608.868000', '204608.871000', '204608.874000', '204608.876000', '204608.879000', '204608.882000', '204608.884000', '204608.887000', '204628.750000', '204628.753000', '204628.756000', '204628.759000', '204628.762000', '204628.764000', '204628.767000', '204628.770000', '204628.772000', '204628.775000', '204628.778000', '204628.780000', '204628.783000', '204628.786000', '204628.788000', '204628.791000', '204628.794000', '204628.796000', '204628.799000', '204628.845000', '204628.848000', '204628.851000', '204628.853000', '204628.856000', '204628.858000', '204628.861000', '204628.864000', '204628.866000', '204628.869000', '204628.871000', '204628.874000', '204628.877000', '204628.879000', '204628.882000', '204628.885000', '204628.887000', '204628.890000', '204628.892000', '204628.895000', '204628.897000', '204628.900000', '204628.903000', '204628.906000', '204648.751000', '204648.754000', '204648.757000', '204648.760000', '204648.763000', '204648.765000', '204648.768000', '204648.771000', '204648.773000', '204648.776000', '204648.779000', '204648.781000', '204648.784000', '204648.786000', '204648.789000', '204648.792000', '204648.794000', '204648.797000', '204648.858000', '204648.860000', '204648.863000', '204648.865000', '204648.868000', '204648.871000', '204648.873000', '204648.876000', '204648.878000', '204648.881000', '204648.884000', '204648.887000', '204648.889000', '204648.892000', '204648.895000', '204648.897000', '204648.900000', '204648.903000', '204648.905000', '204648.908000', '204648.911000', '204648.913000', '204648.916000', '204648.919000', '204648.921000', '204648.930000', '204708.752000', '204708.755000', '204708.768000', '204708.770000', '204708.773000', '204708.776000', '204708.778000', '204708.781000', '204708.783000', '204708.786000', '204708.789000', '204708.791000', '204708.794000', '204708.796000', '204708.799000', '204708.850000', '204708.852000', '204708.855000', '204708.858000', '204708.860000', '204708.863000', '204708.866000', '204708.869000', '204708.871000', '204708.874000', '204708.878000', '204708.881000', '204708.883000', '204708.886000', '204708.889000', '204708.891000', '204708.894000', '204708.897000', '204708.900000', '204708.903000', '204708.905000', '204708.908000', '204708.911000', '204708.914000', '204708.916000', '204708.919000', '204708.922000', '204708.925000', '204728.751000', '204728.753000', '204728.756000', '204728.759000', '204728.762000', '204728.764000', '204728.767000', '204728.770000', '204728.773000', '204728.775000', '204728.778000', '204728.781000', '204728.783000', '204728.786000', '204728.789000', '204728.792000', '204728.794000', '204728.797000', '204728.857000', '204728.860000', '204728.863000', '204728.865000', '204728.868000', '204728.871000', '204728.873000', '204728.876000', '204728.878000', '204728.881000', '204728.884000', '204728.886000', '204728.889000', '204728.892000', '204728.895000', '204728.897000', '204728.900000', '204728.902000', '204728.905000', '204728.908000', '204728.910000', '204728.913000', '204728.916000', '204728.919000', '204728.921000', '204748.751000', '204748.754000', '204748.756000', '204748.759000', '204748.761000', '204748.764000', '204748.767000', '204748.769000', '204748.772000', '204748.774000', '204748.777000', '204748.780000', '204748.782000', '204748.785000', '204748.788000', '204748.790000', '204748.793000', '204748.796000', '204748.798000', '204748.843000', '204748.845000', '204748.848000', '204748.850000', '204748.853000', '204748.855000', '204748.858000', '204748.861000', '204748.863000', '204748.866000', '204748.868000', '204748.871000', '204748.874000', '204748.876000', '204748.880000', '204748.883000', '204748.886000', '204748.888000', '204748.891000', '204748.893000', '204748.896000', '204748.899000', '204748.901000', '204748.904000', '204748.906000', '204808.751000', '204808.754000', '204808.756000', '204808.759000', '204808.762000', '204808.764000', '204808.767000', '204808.770000', '204808.772000', '204808.775000', '204808.778000', '204808.780000', '204808.783000', '204808.786000', '204808.788000', '204808.791000', '204808.793000', '204808.796000', '204808.799000', '204808.870000', '204808.873000', '204808.876000', '204808.878000', '204808.881000', '204808.883000', '204808.886000', '204808.889000', '204808.891000', '204808.894000', '204808.897000', '204808.899000', '204808.902000', '204808.906000', '204808.909000', '204808.912000', '204808.914000', '204808.917000', '204808.920000', '204808.922000', '204808.925000', '204808.927000', '204808.930000', '204808.933000', '204808.935000', '204828.751000', '204828.753000', '204828.756000', '204828.759000', '204828.761000', '204828.764000', '204828.766000', '204828.769000', '204828.772000', '204828.774000', '204828.777000', '204828.780000', '204828.782000', '204828.800000', '204828.866000', '204828.869000', '204828.872000', '204828.874000', '204828.877000', '204828.879000', '204828.882000', '204828.884000', '204828.887000', '204828.890000', '204828.892000', '204828.895000', '204828.898000', '204828.901000', '204828.904000', '204828.906000', '204828.909000', '204828.912000', '204828.914000', '204828.917000', '204828.920000', '204828.922000', '204828.925000', '204828.927000', '204828.930000', '204828.932000', '204828.935000', '204828.938000', '204828.940000', '204848.750000', '204848.753000', '204848.756000', '204848.759000', '204848.761000', '204848.764000', '204848.767000', '204848.769000', '204848.772000', '204848.775000', '204848.777000', '204848.780000', '204848.783000', '204848.785000', '204848.788000', '204848.791000', '204848.794000', '204848.797000', '204848.845000', '204848.848000', '204848.850000', '204848.853000', '204848.856000', '204848.858000', '204848.861000', '204848.864000', '204848.866000', '204848.869000', '204848.871000', '204848.874000', '204848.877000', '204848.879000', '204848.882000', '204848.885000', '204848.887000', '204848.890000', '204848.892000', '204848.895000', '204848.898000', '204848.900000', '204848.903000', '204848.905000', '204848.908000', '204848.911000', '204908.752000', '204908.754000', '204908.757000', '204908.760000', '204908.762000', '204908.765000', '204908.767000', '204908.770000', '204908.773000', '204908.775000', '204908.778000', '204908.781000', '204908.783000', '204908.786000', '204908.788000', '204908.791000', '204908.794000', '204908.796000', '204908.799000', '204908.851000', '204908.854000', '204908.856000', '204908.859000', '204908.862000', '204908.864000', '204908.867000', '204908.869000', '204908.872000', '204908.875000', '204908.877000', '204908.880000', '204908.882000', '204908.885000', '204908.888000', '204908.890000', '204908.893000', '204908.895000', '204908.898000', '204908.901000', '204908.903000', '204908.906000', '204908.908000', '204908.911000', '204928.752000', '204928.754000', '204928.757000', '204928.760000', '204928.763000', '204928.766000', '204928.768000', '204928.771000', '204928.774000', '204928.776000', '204928.779000', '204928.782000', '204928.784000', '204928.787000', '204928.790000', '204928.792000', '204928.795000', '204928.797000', '204928.902000', '204928.904000', '204928.907000', '204928.910000', '204928.912000', '204928.915000', '204928.918000', '204928.920000', '204928.923000', '204928.925000', '204928.928000', '204928.931000', '204928.933000', '204928.936000', '204928.938000', '204928.941000', '204928.944000', '204928.946000', '204928.952000', '204928.955000', '204928.957000', '204928.960000', '204928.963000', '204928.966000', '204928.968000', '204928.971000', '204948.751000', '204948.753000', '204948.756000', '204948.759000', '204948.761000', '204948.764000', '204948.766000', '204948.769000', '204948.772000', '204948.774000', '204948.777000', '204948.779000', '204948.782000', '204948.785000', '204948.787000', '204948.790000', '204948.793000', '204948.795000', '204948.798000', '204948.846000', '204948.849000', '204948.851000', '204948.854000', '204948.857000', '204948.874000', '204948.876000', '204948.879000', '204948.882000', '204948.884000', '204948.887000', '204948.890000', '204948.892000', '204948.895000', '204948.898000', '204948.900000', '204948.903000', '204948.905000', '204948.908000', '204948.911000', '204948.913000', '204948.916000', '204948.918000', '204948.921000', '205008.751000', '205008.753000', '205008.756000', '205008.759000', '205008.761000', '205008.764000', '205008.767000', '205008.769000', '205008.772000', '205008.774000', '205008.777000', '205008.780000', '205008.782000', '205008.785000', '205008.788000', '205008.790000', '205008.793000', '205008.796000', '205008.798000', '205008.884000', '205008.886000', '205008.889000', '205008.892000', '205008.894000', '205008.897000', '205008.900000', '205008.902000', '205008.905000', '205008.907000', '205008.910000', '205008.913000', '205008.915000', '205008.918000', '205008.920000', '205008.923000', '205008.926000', '205008.928000', '205008.931000', '205008.933000', '205008.936000', '205008.939000', '205008.941000', '205008.944000', '205008.947000', '205028.751000', '205028.753000', '205028.756000', '205028.759000', '205028.761000', '205028.764000', '205028.767000', '205028.769000', '205028.772000', '205028.775000', '205028.777000', '205028.780000', '205028.783000', '205028.785000', '205028.788000', '205028.790000', '205028.793000', '205028.796000', '205028.798000', '205028.851000', '205028.853000', '205028.856000', '205028.859000', '205028.861000', '205028.864000', '205028.867000', '205028.869000', '205028.872000', '205028.875000', '205028.877000', '205028.880000', '205028.883000', '205028.885000', '205028.888000', '205028.891000', '205028.893000', '205028.896000', '205028.899000', '205028.901000', '205028.904000', '205028.907000', '205028.909000', '205028.912000', '205048.751000', '205048.754000', '205048.756000', '205048.759000', '205048.762000', '205048.764000', '205048.767000', '205048.770000', '205048.772000', '205048.775000', '205048.778000', '205048.780000', '205048.783000', '205048.786000', '205048.788000', '205048.791000', '205048.793000', '205048.796000', '205048.799000', '205048.888000', '205048.891000', '205048.893000', '205048.896000', '205048.908000', '205048.910000', '205048.913000', '205048.916000', '205048.918000', '205048.921000', '205048.923000', '205048.926000', '205048.929000', '205048.937000', '205048.940000', '205048.943000', '205048.945000', '205048.948000', '205048.951000', '205048.953000', '205048.956000', '205048.959000', '205048.961000', '205048.964000', '205108.751000', '205108.754000', '205108.757000', '205108.760000', '205108.762000', '205108.765000', '205108.768000', '205108.771000', '205108.773000', '205108.776000', '205108.778000', '205108.781000', '205108.784000', '205108.786000', '205108.789000', '205108.791000', '205108.794000', '205108.797000', '205108.799000', '205108.802000', '205108.805000', '205108.824000', '205108.827000', '205108.830000', '205108.832000', '205108.835000', '205108.837000', '205108.840000', '205108.843000', '205108.845000', '205108.848000', '205108.851000', '205108.853000', '205108.856000', '205108.858000', '205108.861000', '205108.864000', '205108.866000', '205108.869000', '205108.872000', '205108.874000', '205108.877000', '205108.879000', '205108.882000', '205128.752000', '205128.755000', '205128.758000', '205128.761000', '205128.763000', '205128.766000', '205128.769000', '205128.771000', '205128.774000', '205128.776000', '205128.779000', '205128.782000', '205128.784000', '205128.787000', '205128.790000', '205128.792000', '205128.795000', '205128.798000', '205128.855000', '205128.857000', '205128.860000', '205128.863000', '205128.865000', '205128.868000', '205128.870000', '205128.873000', '205128.876000', '205128.878000', '205128.881000', '205128.883000', '205128.886000', '205128.889000', '205128.891000', '205128.894000', '205128.896000', '205128.899000', '205128.902000', '205128.904000', '205128.907000', '205128.910000', '205128.912000', '205128.915000', '205128.917000', '205148.751000', '205148.754000', '205148.756000', '205148.759000', '205148.761000', '205148.764000', '205148.767000', '205148.769000', '205148.772000', '205148.774000', '205148.777000', '205148.780000', '205148.782000', '205148.785000', '205148.787000', '205148.790000', '205148.793000', '205148.795000', '205148.798000', '205148.851000', '205148.854000', '205148.856000', '205148.859000', '205148.862000', '205148.864000', '205148.867000', '205148.869000', '205148.872000', '205148.875000', '205148.877000', '205148.880000', '205148.882000', '205148.885000', '205148.888000', '205148.890000', '205148.893000', '205148.896000', '205148.898000', '205148.901000', '205148.903000', '205148.906000', '205148.909000', '205148.911000', '205148.914000', '205208.751000', '205208.753000', '205208.756000', '205208.759000', '205208.761000', '205208.764000', '205208.767000', '205208.769000', '205208.772000', '205208.775000', '205208.777000', '205208.780000', '205208.783000', '205208.785000', '205208.788000', '205208.790000', '205208.793000', '205208.796000', '205208.799000', '205208.831000', '205208.834000', '205208.836000', '205208.839000', '205208.843000', '205208.846000', '205208.849000', '205208.852000', '205208.854000', '205208.857000', '205208.860000', '205208.862000', '205208.865000', '205208.868000', '205208.870000', '205208.873000', '205208.875000', '205208.878000', '205208.881000', '205208.883000', '205208.886000', '205208.889000', '205208.891000', '205208.894000', '205228.751000', '205228.754000', '205228.756000', '205228.759000', '205228.761000', '205228.764000', '205228.767000', '205228.769000', '205228.772000', '205228.775000', '205228.777000', '205228.780000', '205228.782000', '205228.785000', '205228.788000', '205228.790000', '205228.793000', '205228.796000', '205228.819000', '205228.862000', '205228.864000', '205228.867000', '205228.869000', '205228.872000', '205228.875000', '205228.877000', '205228.880000', '205228.882000', '205228.885000', '205228.888000', '205228.890000', '205228.893000', '205228.896000', '205228.898000', '205228.901000', '205228.903000', '205228.906000', '205228.908000', '205228.911000', '205228.914000', '205228.916000', '205228.919000', '205228.922000', '205228.924000', '205248.751000', '205248.754000', '205248.756000', '205248.759000', '205248.762000', '205248.764000', '205248.767000', '205248.769000', '205248.772000', '205248.775000', '205248.777000', '205248.780000', '205248.783000', '205248.785000', '205248.788000', '205248.790000', '205248.793000', '205248.796000', '205248.799000', '205248.871000', '205248.874000', '205248.876000', '205248.879000', '205248.882000', '205248.884000', '205248.887000', '205248.890000', '205248.892000', '205248.895000', '205248.897000', '205248.900000', '205248.903000', '205248.905000', '205248.908000', '205248.911000', '205248.913000', '205248.916000', '205248.918000', '205248.921000', '205248.924000', '205248.926000', '205248.929000', '205248.931000', '205308.750000', '205308.753000', '205308.756000', '205308.759000', '205308.761000', '205308.764000', '205308.766000', '205308.769000', '205308.772000', '205308.774000', '205308.777000', '205308.780000', '205308.782000', '205308.785000', '205308.787000', '205308.790000', '205308.793000', '205308.795000', '205308.798000', '205308.885000', '205308.888000', '205308.890000', '205308.893000', '205308.895000', '205308.898000', '205308.900000', '205308.903000', '205308.906000', '205308.908000', '205308.911000', '205308.914000', '205308.916000', '205308.919000', '205308.921000', '205308.924000', '205308.927000', '205308.929000', '205308.932000', '205308.934000', '205308.937000', '205308.940000', '205308.942000', '205308.945000', '205308.947000', '205328.751000', '205328.754000', '205328.756000', '205328.759000', '205328.762000', '205328.764000', '205328.767000', '205328.769000', '205328.772000', '205328.775000', '205328.777000', '205328.780000', '205328.783000', '205328.785000', '205328.788000', '205328.791000', '205328.793000', '205328.796000', '205328.806000', '205328.809000', '205328.812000', '205328.815000', '205328.818000', '205328.820000', '205328.823000', '205328.829000', '205328.832000', '205328.834000', '205328.837000', '205328.840000', '205328.842000', '205328.845000', '205328.848000', '205328.850000', '205328.853000', '205328.855000', '205328.858000', '205328.861000', '205328.863000', '205328.866000', '205328.869000', '205328.871000', '205328.874000', '205348.759000', '205348.762000', '205348.765000', '205348.767000', '205348.770000', '205348.773000', '205348.775000', '205348.778000', '205348.781000', '205348.783000', '205348.786000', '205348.789000', '205348.791000', '205348.794000', '205348.797000', '205348.850000', '205348.853000', '205348.855000', '205348.858000', '205348.861000', '205348.863000', '205348.866000', '205348.868000', '205348.871000', '205348.873000', '205348.876000', '205348.879000', '205348.881000', '205348.884000', '205348.887000', '205348.889000', '205348.892000', '205348.894000', '205348.897000', '205348.900000', '205348.902000', '205348.905000', '205348.908000', '205348.910000', '205348.913000', '205348.915000', '205348.918000', '205348.921000', '205348.923000', '205408.751000', '205408.754000', '205408.756000', '205408.759000', '205408.762000', '205408.764000', '205408.767000', '205408.769000', '205408.772000', '205408.775000', '205408.777000', '205408.780000', '205408.783000', '205408.785000', '205408.788000', '205408.791000', '205408.793000', '205408.796000', '205408.798000', '205408.805000', '205408.808000', '205408.810000', '205408.813000', '205408.816000', '205408.818000', '205408.821000', '205408.824000', '205408.826000', '205408.829000', '205408.832000', '205408.834000', '205408.837000', '205408.840000', '205408.842000', '205408.845000', '205408.848000', '205408.850000', '205408.853000', '205408.855000', '205408.858000', '205408.861000', '205408.863000', '205408.866000', '205428.751000', '205428.754000', '205428.756000', '205428.759000', '205428.762000', '205428.764000', '205428.767000', '205428.769000', '205428.772000', '205428.774000', '205428.777000', '205428.780000', '205428.782000', '205428.785000', '205428.788000', '205428.790000', '205428.793000', '205428.795000', '205428.798000', '205428.871000', '205428.874000', '205428.876000', '205428.879000', '205428.882000', '205428.884000', '205428.887000', '205428.889000', '205428.892000', '205428.895000', '205428.897000', '205428.900000', '205428.903000', '205428.905000', '205428.908000', '205428.911000', '205428.913000', '205428.916000', '205428.919000', '205428.921000', '205428.924000', '205428.927000', '205428.930000', '205428.932000', '205428.935000', '205448.751000', '205448.754000', '205448.756000', '205448.759000', '205448.762000', '205448.764000', '205448.767000', '205448.769000', '205448.772000', '205448.775000', '205448.777000', '205448.780000', '205448.793000', '205448.795000', '205448.798000', '205448.847000', '205448.850000', '205448.853000', '205448.856000', '205448.859000', '205448.862000', '205448.864000', '205448.867000', '205448.870000', '205448.872000', '205448.882000', '205448.885000', '205448.887000', '205448.890000', '205448.892000', '205448.895000', '205448.898000', '205448.900000', '205448.903000', '205448.906000', '205448.908000', '205448.911000', '205448.913000', '205448.916000', '205448.919000', '205448.922000', '205448.925000', '205448.928000', '205508.750000', '205508.753000', '205508.756000', '205508.759000', '205508.761000', '205508.764000', '205508.766000', '205508.769000', '205508.772000', '205508.775000', '205508.777000', '205508.780000', '205508.782000', '205508.785000', '205508.788000', '205508.790000', '205508.793000', '205508.795000', '205508.798000', '205508.885000', '205508.887000', '205508.890000', '205508.893000', '205508.895000', '205508.898000', '205508.901000', '205508.903000', '205508.906000', '205508.909000', '205508.911000', '205508.914000', '205508.916000', '205508.919000', '205508.922000', '205508.924000', '205508.927000', '205508.929000', '205508.932000', '205508.935000', '205508.937000', '205508.940000', '205508.942000', '205508.945000', '205508.948000', '205528.751000', '205528.754000', '205528.756000', '205528.759000', '205528.762000', '205528.764000', '205528.767000', '205528.770000', '205528.772000', '205528.775000', '205528.778000', '205528.780000', '205528.783000', '205528.786000', '205528.788000', '205528.791000', '205528.793000', '205528.796000', '205528.799000', '205528.907000', '205528.910000', '205528.913000', '205528.915000', '205528.918000', '205528.921000', '205528.924000', '205528.926000', '205528.929000', '205528.931000', '205528.934000', '205528.937000', '205528.939000', '205528.942000', '205528.945000', '205528.947000', '205528.950000', '205528.953000', '205528.955000', '205528.958000', '205528.960000', '205528.963000', '205528.966000', '205528.969000', '205548.751000', '205548.754000', '205548.756000', '205548.759000', '205548.761000', '205548.764000', '205548.767000', '205548.769000', '205548.772000', '205548.775000', '205548.778000', '205548.781000', '205548.783000', '205548.786000', '205548.789000', '205548.791000', '205548.794000', '205548.797000', '205548.799000', '205548.855000', '205548.858000', '205548.860000', '205548.863000', '205548.865000', '205548.868000', '205548.871000', '205548.873000', '205548.876000', '205548.878000', '205548.881000', '205548.884000', '205548.886000', '205548.889000', '205548.892000', '205548.894000', '205548.897000', '205548.899000', '205548.902000', '205548.905000', '205548.907000', '205548.910000', '205548.913000', '205548.915000', '205548.918000', '205608.752000', '205608.755000', '205608.757000', '205608.760000', '205608.763000', '205608.765000', '205608.768000', '205608.770000', '205608.773000', '205608.776000', '205608.779000', '205608.781000', '205608.784000', '205608.786000', '205608.789000', '205608.792000', '205608.794000', '205608.797000', '205608.943000', '205608.945000', '205608.948000', '205608.951000', '205608.953000', '205608.956000', '205608.959000', '205608.963000', '205608.965000', '205608.968000', '205608.971000', '205608.973000', '205608.976000', '205608.978000', '205608.981000', '205608.984000', '205608.986000', '205608.989000', '205608.992000', '205608.994000', '205608.997000', '205609.001000', '205609.003000', '205609.006000', '205609.008000', '205628.751000', '205628.754000', '205628.756000', '205628.759000', '205628.762000', '205628.764000', '205628.767000', '205628.770000', '205628.772000', '205628.775000', '205628.777000', '205628.780000', '205628.783000', '205628.785000', '205628.788000', '205628.791000', '205628.793000', '205628.796000', '205628.798000', '205628.868000', '205628.870000', '205628.873000', '205628.876000', '205628.878000', '205628.881000', '205628.883000', '205628.886000', '205628.889000', '205628.891000', '205628.894000', '205628.896000', '205628.899000', '205628.902000', '205628.904000', '205628.907000', '205628.909000', '205628.912000', '205628.915000', '205628.917000', '205628.920000', '205628.922000', '205628.925000', '205628.928000', '205628.930000', '205648.751000', '205648.754000', '205648.756000', '205648.759000', '205648.762000', '205648.764000', '205648.767000', '205648.770000', '205648.772000', '205648.775000', '205648.778000', '205648.780000', '205648.783000', '205648.785000', '205648.788000', '205648.790000', '205648.793000', '205648.796000', '205648.798000', '205648.869000', '205648.872000', '205648.874000', '205648.877000', '205648.880000', '205648.882000', '205648.885000', '205648.887000', '205648.900000', '205648.903000', '205648.906000', '205648.908000', '205648.911000', '205648.914000', '205648.916000', '205648.919000', '205648.921000', '205648.924000', '205648.927000', '205648.930000', '205648.933000', '205648.936000', '205648.939000', '205648.941000', '205657.222000', '205657.225000', '205657.228000', '205657.231000', '205657.234000', '205657.237000', '205657.240000', '205657.243000', '205657.246000', '205657.249000', '205657.251000', '205657.254000', '205657.257000', '205657.260000', '205657.262000', '205657.265000', '205657.268000', '205657.271000', '205657.273000'], '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': [8359, 9433, 8859, 10506, 12798, 8495, 7388, 7318, 7327, 9755, 7271, 7217, 7686, 9245, 7099, 7084, 7270, 7287, 7187, 7175, 9329, 7776, 7198, 7181, 8725, 7412, 12418, 14320, 9743, 7086, 7206, 8411, 7693, 7110, 7415, 9499, 7319, 7054, 7177, 8894, 7603, 7081, 7044, 8357, 7216, 7201, 12197, 9346, 7002, 7160, 9292, 7893, 7404, 7142, 8285, 7167, 7136, 7600, 9100, 7148, 7098, 7426, 7731, 7120, 7090, 11254, 13061, 9604, 7121, 8373, 7177, 7150, 7175, 8962, 7244, 7101, 7121, 7798, 7078, 7219, 7760, 7915, 7244, 7100, 8280, 7513, 7157, 11491, 14671, 11085, 7677, 6995, 7732, 7168, 7126, 7701, 8367, 7255, 7218, 8231, 7112, 7154, 7058, 8922, 7410, 7422, 10506, 8351, 7092, 7159, 8737, 11948, 8665, 7099, 8297, 7464, 7491, 9605, 8168, 7150, 7100, 7147, 8132, 7173, 7251, 7294, 8633, 7179, 7095, 7855, 7388, 7073, 7152, 8237, 7154, 7165, 7780, 8557, 7183, 7085, 8167, 9223, 7040, 7132, 8442, 7339, 7119, 7061, 8111, 7158, 7145, 7720, 7939, 7125, 7109, 7651, 7484, 7107, 7184, 8682, 7392, 7009, 8437, 8808, 7273, 7956, 12762, 10484, 7096, 7103, 7918, 9064, 7238, 10543, 7863, 7134, 7127, 7075, 9016, 7165, 7047, 7065, 9347, 7547, 7136, 7029, 8462, 7069, 7045, 10732, 10447, 7404, 7079, 8360, 10299, 13772, 14149, 11857, 7505, 7179, 7231, 9536, 7305, 7119, 7349, 13084, 7402, 7096, 7077, 9115, 7118, 7062, 7097, 8944, 7706, 7130, 7048, 7809, 7075, 7211, 8182, 8582, 7025, 7035, 7588, 7228, 7208, 7163, 8273, 7187, 7098, 7162, 8656, 7786, 7039, 7113, 8039, 7162, 7103, 7313, 8449, 7361, 7043, 7057, 9316, 7592, 11770, 9262, 7972, 7213, 7113, 8116, 9490, 7142, 7007, 7143, 7657, 7068, 7062, 8565, 7665, 7124, 7070, 8075, 7459, 7109, 7152, 8228, 7494, 7112, 7136, 9917, 10047, 12596, 11231, 8903, 7056, 7085, 7093, 9248, 7091, 7157, 7097, 8619, 7104, 7110, 7095, 8736, 7566, 7050, 10975, 11629, 7097, 7145, 7117, 8202, 7118, 7035, 7075, 7874, 7084, 7076, 7031, 9333, 7152, 7036, 6999, 7946, 7080, 7097, 8568, 7965, 7013, 7111, 7495, 8067, 7231, 7058, 7282, 7329, 7116, 7139, 8251, 8362, 7102, 7283, 7845, 7470, 7056, 7076, 10664, 8800, 7143, 7010, 8294, 7395, 7121, 7119, 8189, 7112, 7124, 7155, 9433, 7449, 7058, 7105, 9029, 7619, 11686, 10258, 8009, 7106, 7084, 8073, 9041, 7102, 7117, 7109, 7411, 7178, 7034, 7697, 7224, 7037, 7163, 8163, 7395, 7131, 7138, 7818, 7352, 7112, 10411, 9630, 7151, 7091, 8936, 10611, 7154, 7126, 8809, 7586, 10071, 7971, 7718, 7146, 7144, 9192, 7349, 7147, 7163, 8818, 7158, 6960, 7134, 7184, 7125, 7021, 8522, 7176, 7161, 7143, 8503, 7161, 7179, 7134, 8230, 7118, 7121, 7352, 8664, 7168, 7110, 10558, 11305, 8149, 7079, 9594, 13267, 12156, 9015, 7829, 7572, 7151, 7198, 9046, 7112, 7042, 7032, 9018, 7568, 8150, 8946, 7934, 7109, 7096, 7216, 9703, 7179, 7057, 7109, 7680, 7092, 7129, 7629, 9466, 7075, 7078, 7081, 7688, 7082, 7088, 8036, 7595, 7043, 7118, 7788, 7919, 7055, 7120, 7953, 7893, 7183, 8920, 7473, 7164, 7093, 7030, 8680, 7806, 7041, 7105, 8499, 7305, 7047, 9633, 8329, 7149, 7126, 7089, 9866, 8913, 7061, 7051, 7743, 7079, 7103, 8365, 8057, 7096, 7030, 7997, 7640, 7092, 7038, 7764, 7172, 7198, 7128, 9081, 7258, 7147, 7120, 8643, 7130, 7238, 8224, 7989, 7104, 7047, 7587, 8683, 7092, 7044, 7429, 7595, 6966, 7172, 12474, 9597, 7059, 7118, 8685, 7952, 7603, 7085, 8181, 7055, 7106, 7770, 10365, 7002, 7125, 7032, 9506, 8957, 11293, 7072, 8314, 7234, 7104, 7063, 9682, 7012, 7018, 7008, 8197, 7101, 7049, 7260, 8170, 7103, 6988, 7158, 8334, 7210, 7077, 7467, 7847, 7088, 7164, 7526, 8415, 7059, 7337, 8103, 7045, 6970, 7075, 8435, 7976, 6996, 7050, 7884, 7132, 7012, 7212, 8146, 7084, 7046, 6979, 8779, 8294, 8022, 10839, 7826, 7223, 6982, 7055, 8837, 7780, 6961, 7015, 8260, 7539, 7096, 6954, 8543, 7039, 6991, 6975, 9358, 7394, 6865, 6970, 8307, 7388, 6985, 8700, 8585, 6947, 6979, 7044, 9321, 7475, 7687, 13745, 12531, 7086, 6970, 7281, 8605, 7484, 7044, 7328, 7588, 6915, 6897, 7794, 7658, 7054, 7051, 8496, 7866, 7024, 6879, 7742, 7948, 6988, 9018, 7692, 7367, 6978, 6951, 9056, 7981, 6903, 6950, 7484, 7160, 6939, 6930, 7305, 7694, 7003, 7159, 7711, 7703, 6872, 6964, 7155, 9076, 7422, 10430, 7083, 8003, 7140, 6950, 6953, 8075, 7078, 7053, 6995, 8459, 7472, 6956, 7251, 8299, 7830, 8409, 7465, 8145, 7624, 8629, 13073, 11520, 7537, 6987, 6988, 9507, 7429, 6983, 7052, 8205, 7127, 6994, 7099, 8890, 7048, 7019, 7032, 8611, 7025, 7001, 7801, 8729, 6950, 7022, 7019, 9038, 7363, 6868, 6870, 8078, 7019, 6997, 6999, 8501, 6910, 7096, 7061, 8129, 7367, 7306, 8857, 9461, 7565, 6997, 7070, 8374, 9119, 11055, 8545, 7976, 7462, 7385, 7305, 7994, 7585, 7031, 7151, 8149, 8671, 6994, 7015, 7007, 7477, 7070, 7123, 8079, 8026, 7086, 6957, 7049, 8765, 7192, 6966, 6992, 8104, 7010, 9716, 13776, 11333, 7708, 7068, 7887, 12290, 8874, 6954, 6999, 8530, 7690, 6986, 12059, 8284, 7067, 7057, 7064, 9356, 7841, 6937, 6957, 7322, 7690, 7025, 6898, 6994, 7711, 7036, 7213, 7336, 8228, 6960, 6969, 7263, 8835, 6911, 7140, 8759, 7883, 6983, 7097, 8282, 7670, 6958, 10213, 11547, 7038, 6982, 6995, 8039, 6957, 6995, 7095, 9298, 7596, 7062, 7181, 8008, 9147, 10253, 12510, 11011, 8123, 7038, 7109, 9441, 8976, 7019, 7031, 6992, 8802, 7173, 7079, 6924, 8327, 6969, 7074, 7063, 8228, 6941, 7031, 7148, 8678, 7105, 7247, 7517, 8587, 7176, 6915, 7322, 7908, 7058, 7312, 13112, 11135, 7010, 6934, 7991, 7701, 7021, 7026, 7798, 7121, 7080, 7200, 8784, 7357, 6986, 6986, 8456, 7368, 7016, 6972, 9256, 7548, 7027, 7039, 8193, 7753, 7191, 11162, 14312, 14068, 10999, 7133, 7816, 7523, 7033, 7049, 8078, 8065, 7050, 7036, 7477, 7324, 6991, 6959, 7769, 8351, 7010, 7132, 7062, 7212, 6985, 7032, 7726, 8767, 7054, 6950, 7287, 7329, 6985, 7022, 8274, 8317, 7117, 7058, 7954, 7070, 7002, 7141, 10041, 7985, 6966, 6970, 8084, 6977, 6928, 7414, 9259, 8565, 8515, 6908, 7858, 6937, 6835, 8096, 8598, 6986, 6936, 8002, 7509, 7013, 7001, 8857, 7326, 6991, 6943, 8208, 7875, 6878, 7777, 7662, 6983, 6985, 6897, 8501, 7909, 6915, 6866, 8218, 6942, 7019, 6976, 8740, 7399, 7012, 7008, 8033, 7040, 6902, 7486, 8576, 7213, 7029, 7459, 10263, 10671, 8873, 7019, 8659, 6961, 7039, 7760, 8932, 6960, 6969, 6992, 7963, 7226, 7371, 7667, 8122, 7064, 6899, 7036, 8592, 7863, 6996, 6960, 7981, 7340, 6972, 11013, 10003, 7221, 6992, 6964, 9297, 8649, 11400, 7365, 8113, 6943, 6896, 7977, 8952, 6983, 6970, 7048, 8339, 7170, 7799, 8028, 7415, 6927, 6983, 7641, 8598, 7288, 7013, 7707, 7439, 7086, 7112, 8856, 7460, 6903, 7068, 8897, 7505, 6954, 6971, 8100, 6952, 6903, 7286, 8510, 7008, 6963, 6914, 8569, 7120, 6931, 7353, 7526, 6988, 6933, 7232, 8440, 7352, 6889, 6991, 7221, 6949, 6927, 8328, 7574, 7013, 6889, 7643, 7425, 7057, 7024, 7115, 7191, 7013, 7029, 8158, 8069, 6963, 6916, 7082, 7539, 7131, 6905, 6877, 7576, 6966, 7032, 8518, 7798, 7219, 6946, 7982, 6952, 7039, 8184, 7510, 6920, 6951, 8254, 7614, 7023, 6955, 8371, 6961, 7003, 10791, 10106, 7445, 8414, 11526, 8704, 13264, 13538, 10538, 7466, 6976, 12508, 12946, 7631, 7051, 8175, 7238, 6971, 7522, 8225, 6996, 6944, 7043, 8577, 7102, 6828, 7017, 7870, 6922, 7027, 8226, 8283, 6847, 6961, 8170, 7249, 7063, 6985, 8811, 7267, 6977, 6908, 8077, 7202, 6976, 6919, 8028, 6913, 7022, 7060, 9039, 7063, 7027, 6895, 8279, 6954, 6916, 7487, 7537, 6939, 6874, 7760, 8702, 6968, 7003, 7097, 7725, 6894, 7076, 8053, 7458, 6969, 6898, 8222, 7548, 7277, 8610, 12759, 10713, 7557, 6926, 8289, 8235, 10572, 10336, 7682, 7287, 6977, 6972, 8337, 7710, 7029, 6873, 7121, 9063, 6988, 6916, 6928, 7941, 6960, 7031, 7353, 7569, 6979, 6968, 7470, 8677, 7207, 7181, 7119, 7592, 6940, 6916, 8600, 8215, 12087, 13557, 10708, 7238, 6965, 6970, 10320, 11004, 8320, 6971, 8264, 6931, 6974, 6983, 9052, 7153, 6944, 6947, 7813, 7194, 6935, 6863, 7688, 7447, 6898, 6990, 8590, 8647, 7611, 7281, 8555, 8938, 11708, 9750, 8064, 7553, 6945, 7437, 8222, 7000, 6900, 6976, 9045, 7336, 6927, 6988, 8023, 6935, 6996, 7133, 8530, 6817, 7151, 6950, 8360, 7423, 6872, 8086, 8092, 7002, 6874, 7029, 9026, 7894, 8583, 6884, 7528, 6935, 6845, 7590, 9119, 7196, 8054, 7367, 7608, 6943, 6992, 8984, 7580, 7004, 6893, 7958, 8100, 7161, 7874, 7653, 7081, 6979, 6918, 8915, 7267, 6920, 6941, 8169, 7250, 6984, 6969, 7849, 6918, 6896, 6831, 7932, 8154, 7046, 7201, 7875, 7113, 6892, 7059, 8609, 7908, 6882, 6865, 7915, 6929, 6947, 7092, 10146, 7220, 6950, 6973, 9248, 10664, 13391, 14037, 13917, 12108, 13237, 13607, 12855, 7775, 6871, 6973, 8273, 6937, 6877, 7985, 7152, 7005, 6995, 8065, 7464, 7062, 6944, 8320, 7575, 6946, 8315, 9160, 7466, 7060, 6950, 8211, 7041, 6859, 7012, 9055, 7021, 6980, 7429, 7653, 6962, 6980, 8826, 7427, 6871, 6954, 8620, 7608, 7086, 8300, 7920, 7032, 6959, 7015, 9334, 7095, 6944, 6930, 8836, 7327, 6888, 6963, 7999, 6869, 6927, 8697, 7249, 6939, 6951, 8707, 7741, 7051, 6955, 8201, 6947, 7156, 8539, 8408, 6957, 6970, 7848, 11531, 9363, 6879, 8371, 7753, 7165, 13242, 9757, 6894, 6902, 7129, 9003, 7236, 6945, 7851, 7601, 7403, 13124, 8846, 7099, 7028, 6920, 9267, 7498, 7110, 6915, 7419, 6956, 7016, 7672, 8673, 6955, 7015, 6986, 8212, 7138, 7072, 8675, 7766, 7574, 7013, 7041, 8740, 8296, 7048, 6948, 7098, 7056, 7093, 7071, 7497, 8384, 7046, 7001, 7610, 7629, 7071, 7048, 8349, 7993, 6970, 7005, 7838, 8318, 7196, 7079, 12882, 10493, 7018, 7010, 8375, 8331, 9722, 11414, 8009, 7104, 7101, 7083, 9003, 7530, 7004, 6892, 7704, 6985, 7082, 8036, 8853, 7047, 7018, 8085, 7619, 8321, 12133, 9891, 7478, 7037, 12525, 13132, 7905, 7096, 6931, 9038, 7469, 8834, 6989, 7201, 7022, 7121, 8244, 8272, 7017, 7062, 7895, 7235, 6979, 7003, 9429, 7656, 7065, 7158, 8101, 7060, 7002, 7343, 12798, 9616, 7005, 7086, 7218, 7002, 7141, 9042, 8250, 8099, 11200, 8318, 7076, 7031, 7002, 8712, 7983, 6975, 7062, 8286, 6990, 6953, 7420, 8985, 7030, 6958, 7303, 7826, 7059, 7058, 13076, 11716, 8039, 6978, 8244, 7053, 7108, 7027, 8674, 7658, 7408, 7036, 7286, 7075, 7050, 7748, 8561, 7076, 7017, 6980, 7258, 6976, 7067, 8198, 7061, 7026, 7030, 8387, 7907, 6919, 6961, 7712, 6948, 7086, 7026, 9090, 7450, 6937, 6979, 8497, 9369, 13389, 14080, 11313, 6975, 6931, 7009, 8799, 7369, 7097, 8164, 7563, 6947, 7017, 7967, 8811, 7209, 7022, 7317, 8044, 7352, 6938, 6935, 7079, 7079, 7005, 9561, 7361, 6937, 7054, 7740, 7064, 6966, 7484, 7358, 6953, 7039, 7895, 7322, 7017, 6977, 7801, 6910, 6963, 7389, 7894, 7291, 7366, 7856, 6981, 6972, 7038, 9059, 7270, 6930, 6944, 7525, 6968, 6910, 8142, 8395, 6873, 6987, 7855, 7058, 6989, 6962, 9479, 8014, 11211, 12505, 9994, 6881, 6943, 7276, 8419, 6972, 7022, 8900, 7923, 7030, 6973, 7958, 7048, 6960, 7646, 8891, 6937, 6931, 7098, 9076, 6894, 6968, 7003, 8140, 7055, 6982, 7036, 7237, 7094, 7016, 7179, 8221, 6971, 7016, 7462, 7221, 6978, 7024, 8954, 8377, 7386, 6953, 8602, 7527, 8365, 12833, 11659, 8231, 7096, 8045, 12633, 11735, 9808, 6953, 7640, 6944, 6941, 8709, 8247, 6990, 7021, 8319, 7380, 6937, 9788, 11132, 7222, 6894, 6883, 7776, 6984, 7070, 6981, 8288, 7076, 7023, 7302, 7766, 7061, 6975, 7061, 8602, 8096, 7031, 7095, 7657, 7017, 7013, 7101, 8808, 7397, 7089, 7122, 7456, 7031, 7040, 7800, 7950, 7054, 7088, 7388, 7627, 7141, 8011, 8675, 6990, 7026, 7355, 11249, 11213, 9669, 7143, 7399, 6980, 7022, 9110, 8458, 9283, 6932, 8121, 6974, 6989, 7078, 9662, 8003, 7203, 6919, 7829, 7017, 7016, 6965, 9129, 7706, 12872, 13640, 9878, 7107, 7042, 7596, 8027, 7090, 7149, 8312, 7108, 7057, 7070, 8724, 7955, 7635, 9765, 8986, 7310, 6906, 6871, 7929, 6974, 6978, 7079, 8141, 6996, 6950, 7297, 8014, 7019, 7318, 8371, 7860, 7133], 'WindowCenter': [4487.0, 4474.0, 4458.0, 4465.0, 4480.0, 4416.0, 4394.0, 4392.0, 4391.0, 4420.0, 4381.0, 4380.0, 4392.0, 4420.0, 4384.0, 4382.0, 4381.0, 4379.0, 4370.0, 4367.0, 4407.0, 4381.0, 4369.0, 4368.0, 4399.0, 4381.0, 4449.0, 4463.0, 4406.0, 4368.0, 4365.0, 4386.0, 4375.0, 4368.0, 4377.0, 4409.0, 4379.0, 4377.0, 4378.0, 4396.0, 4379.0, 4366.0, 4365.0, 4385.0, 4377.0, 4377.0, 4441.0, 4407.0, 4369.0, 4367.0, 4396.0, 4388.0, 4377.0, 4366.0, 4384.0, 4365.0, 4365.0, 4379.0, 4395.0, 4368.0, 4366.0, 4376.0, 4388.0, 4368.0, 4367.0, 4429.0, 4449.0, 4410.0, 4368.0, 4374.0, 4354.0, 4367.0, 4364.0, 4396.0, 4379.0, 4369.0, 4368.0, 4377.0, 4367.0, 4364.0, 4374.0, 4374.0, 4367.0, 4365.0, 4385.0, 4375.0, 4367.0, 4426.0, 4459.0, 4429.0, 4388.0, 4366.0, 4371.0, 4364.0, 4366.0, 4374.0, 4386.0, 4380.0, 4379.0, 4399.0, 4369.0, 4367.0, 4367.0, 4394.0, 4377.0, 4378.0, 4418.0, 4386.0, 4367.0, 4366.0, 4396.0, 4427.0, 4399.0, 4367.0, 4385.0, 4376.0, 4378.0, 4408.0, 4398.0, 4369.0, 4368.0, 4365.0, 4385.0, 4368.0, 4367.0, 4377.0, 4397.0, 4367.0, 4368.0, 4388.0, 4377.0, 4366.0, 4366.0, 4385.0, 4365.0, 4367.0, 4377.0, 4386.0, 4366.0, 4367.0, 4386.0, 4407.0, 4369.0, 4366.0, 4387.0, 4377.0, 4379.0, 4369.0, 4385.0, 4368.0, 4368.0, 4378.0, 4386.0, 4370.0, 4376.0, 4387.0, 4378.0, 4380.0, 4379.0, 4396.0, 4379.0, 4369.0, 4399.0, 4396.0, 4380.0, 4386.0, 4452.0, 4417.0, 4368.0, 4366.0, 4383.0, 4396.0, 4380.0, 4427.0, 4388.0, 4367.0, 4366.0, 4366.0, 4397.0, 4368.0, 4378.0, 4377.0, 4408.0, 4390.0, 4380.0, 4380.0, 4399.0, 4380.0, 4380.0, 4430.0, 4416.0, 4368.0, 4366.0, 4388.0, 4416.0, 4447.0, 4458.0, 4437.0, 4374.0, 4363.0, 4365.0, 4405.0, 4364.0, 4365.0, 4377.0, 4446.0, 4379.0, 4365.0, 4364.0, 4394.0, 4365.0, 4365.0, 4366.0, 4395.0, 4379.0, 4368.0, 4367.0, 4376.0, 4366.0, 4376.0, 4387.0, 4397.0, 4369.0, 4369.0, 4377.0, 4374.0, 4376.0, 4377.0, 4397.0, 4367.0, 4368.0, 4377.0, 4398.0, 4390.0, 4379.0, 4379.0, 4386.0, 4380.0, 4380.0, 4380.0, 4400.0, 4379.0, 4369.0, 4378.0, 4407.0, 4390.0, 4439.0, 4409.0, 4386.0, 4378.0, 4377.0, 4389.0, 4408.0, 4379.0, 4378.0, 4368.0, 4385.0, 4379.0, 4379.0, 4409.0, 4388.0, 4381.0, 4377.0, 4388.0, 4377.0, 4380.0, 4369.0, 4397.0, 4377.0, 4381.0, 4379.0, 4420.0, 4420.0, 4449.0, 4441.0, 4408.0, 4365.0, 4367.0, 4379.0, 4407.0, 4367.0, 4368.0, 4368.0, 4398.0, 4380.0, 4380.0, 4380.0, 4408.0, 4391.0, 4378.0, 4430.0, 4439.0, 4378.0, 4370.0, 4368.0, 4398.0, 4377.0, 4379.0, 4379.0, 4399.0, 4381.0, 4382.0, 4381.0, 4421.0, 4382.0, 4381.0, 4378.0, 4397.0, 4381.0, 4381.0, 4411.0, 4399.0, 4380.0, 4379.0, 4377.0, 4399.0, 4391.0, 4379.0, 4390.0, 4389.0, 4379.0, 4379.0, 4400.0, 4400.0, 4383.0, 4391.0, 4401.0, 4378.0, 4380.0, 4378.0, 4432.0, 4409.0, 4380.0, 4379.0, 4399.0, 4377.0, 4379.0, 4379.0, 4398.0, 4380.0, 4380.0, 4378.0, 4411.0, 4382.0, 4379.0, 4377.0, 4407.0, 4389.0, 4441.0, 4418.0, 4387.0, 4369.0, 4377.0, 4389.0, 4410.0, 4380.0, 4379.0, 4377.0, 4377.0, 4381.0, 4380.0, 4391.0, 4388.0, 4379.0, 4380.0, 4399.0, 4388.0, 4381.0, 4378.0, 4390.0, 4380.0, 4382.0, 4430.0, 4419.0, 4368.0, 4368.0, 4398.0, 4417.0, 4368.0, 4368.0, 4407.0, 4390.0, 4418.0, 4387.0, 4375.0, 4366.0, 4366.0, 4405.0, 4378.0, 4368.0, 4365.0, 4394.0, 4369.0, 4367.0, 4366.0, 4365.0, 4366.0, 4367.0, 4397.0, 4378.0, 4369.0, 4366.0, 4398.0, 4379.0, 4380.0, 4379.0, 4397.0, 4379.0, 4379.0, 4378.0, 4397.0, 4370.0, 4367.0, 4419.0, 4427.0, 4389.0, 4368.0, 4408.0, 4448.0, 4436.0, 4397.0, 4374.0, 4374.0, 4366.0, 4367.0, 4396.0, 4365.0, 4367.0, 4367.0, 4394.0, 4388.0, 4386.0, 4409.0, 4386.0, 4365.0, 4367.0, 4376.0, 4405.0, 4367.0, 4366.0, 4368.0, 4377.0, 4367.0, 4367.0, 4378.0, 4417.0, 4377.0, 4377.0, 4368.0, 4374.0, 4367.0, 4379.0, 4388.0, 4387.0, 4367.0, 4379.0, 4388.0, 4387.0, 4368.0, 4368.0, 4385.0, 4387.0, 4381.0, 4410.0, 4380.0, 4378.0, 4368.0, 4377.0, 4407.0, 4387.0, 4369.0, 4368.0, 4398.0, 4378.0, 4379.0, 4410.0, 4387.0, 4367.0, 4367.0, 4368.0, 4418.0, 4410.0, 4369.0, 4367.0, 4375.0, 4367.0, 4369.0, 4399.0, 4384.0, 4380.0, 4366.0, 4388.0, 4377.0, 4370.0, 4377.0, 4386.0, 4378.0, 4378.0, 4379.0, 4409.0, 4377.0, 4369.0, 4366.0, 4396.0, 4378.0, 4379.0, 4400.0, 4388.0, 4380.0, 4379.0, 4386.0, 4398.0, 4377.0, 4368.0, 4375.0, 4387.0, 4379.0, 4379.0, 4449.0, 4420.0, 4379.0, 4379.0, 4398.0, 4388.0, 4379.0, 4367.0, 4385.0, 4367.0, 4368.0, 4389.0, 4414.0, 4366.0, 4368.0, 4376.0, 4406.0, 4396.0, 4430.0, 4367.0, 4384.0, 4365.0, 4367.0, 4366.0, 4405.0, 4368.0, 4367.0, 4365.0, 4396.0, 4367.0, 4378.0, 4379.0, 4398.0, 4367.0, 4364.0, 4367.0, 4386.0, 4378.0, 4378.0, 4380.0, 4398.0, 4381.0, 4379.0, 4387.0, 4395.0, 4380.0, 4379.0, 4387.0, 4376.0, 4379.0, 4377.0, 4397.0, 4389.0, 4379.0, 4377.0, 4387.0, 4378.0, 4381.0, 4390.0, 4388.0, 4378.0, 4378.0, 4375.0, 4398.0, 4399.0, 4399.0, 4431.0, 4389.0, 4377.0, 4379.0, 4379.0, 4407.0, 4388.0, 4378.0, 4367.0, 4398.0, 4389.0, 4379.0, 4379.0, 4409.0, 4378.0, 4378.0, 4377.0, 4408.0, 4390.0, 4370.0, 4379.0, 4396.0, 4379.0, 4379.0, 4400.0, 4398.0, 4370.0, 4368.0, 4367.0, 4407.0, 4378.0, 4390.0, 4460.0, 4450.0, 4381.0, 4378.0, 4377.0, 4396.0, 4379.0, 4379.0, 4379.0, 4377.0, 4367.0, 4367.0, 4388.0, 4377.0, 4368.0, 4367.0, 4399.0, 4386.0, 4367.0, 4367.0, 4388.0, 4386.0, 4380.0, 4407.0, 4388.0, 4377.0, 4368.0, 4368.0, 4410.0, 4387.0, 4378.0, 4368.0, 4377.0, 4366.0, 4369.0, 4369.0, 4377.0, 4388.0, 4378.0, 4381.0, 4391.0, 4390.0, 4370.0, 4378.0, 4378.0, 4408.0, 4380.0, 4430.0, 4378.0, 4387.0, 4380.0, 4380.0, 4379.0, 4387.0, 4379.0, 4379.0, 4379.0, 4399.0, 4379.0, 4379.0, 4391.0, 4400.0, 4391.0, 4401.0, 4380.0, 4388.0, 4388.0, 4400.0, 4448.0, 4428.0, 4377.0, 4379.0, 4368.0, 4407.0, 4378.0, 4368.0, 4365.0, 4396.0, 4369.0, 4378.0, 4367.0, 4407.0, 4368.0, 4378.0, 4378.0, 4396.0, 4367.0, 4366.0, 4388.0, 4397.0, 4368.0, 4377.0, 4378.0, 4409.0, 4379.0, 4369.0, 4368.0, 4386.0, 4379.0, 4380.0, 4378.0, 4409.0, 4391.0, 4382.0, 4379.0, 4398.0, 4377.0, 4381.0, 4408.0, 4418.0, 4386.0, 4379.0, 4379.0, 4397.0, 4408.0, 4428.0, 4398.0, 4385.0, 4377.0, 4377.0, 4379.0, 4388.0, 4376.0, 4367.0, 4365.0, 4387.0, 4395.0, 4377.0, 4381.0, 4377.0, 4374.0, 4377.0, 4378.0, 4400.0, 4397.0, 4379.0, 4379.0, 4379.0, 4398.0, 4381.0, 4380.0, 4378.0, 4386.0, 4379.0, 4419.0, 4460.0, 4428.0, 4388.0, 4377.0, 4387.0, 4437.0, 4398.0, 4367.0, 4365.0, 4395.0, 4376.0, 4379.0, 4439.0, 4397.0, 4366.0, 4377.0, 4377.0, 4406.0, 4386.0, 4379.0, 4377.0, 4376.0, 4385.0, 4380.0, 4380.0, 4378.0, 4387.0, 4379.0, 4390.0, 4390.0, 4397.0, 4378.0, 4379.0, 4378.0, 4408.0, 4379.0, 4378.0, 4410.0, 4397.0, 4380.0, 4378.0, 4399.0, 4389.0, 4380.0, 4418.0, 4438.0, 4377.0, 4381.0, 4378.0, 4387.0, 4380.0, 4380.0, 4380.0, 4420.0, 4402.0, 4381.0, 4380.0, 4402.0, 4417.0, 4421.0, 4438.0, 4428.0, 4386.0, 4379.0, 4379.0, 4417.0, 4407.0, 4377.0, 4378.0, 4375.0, 4406.0, 4382.0, 4378.0, 4381.0, 4398.0, 4381.0, 4382.0, 4381.0, 4399.0, 4381.0, 4379.0, 4380.0, 4409.0, 4380.0, 4378.0, 4391.0, 4409.0, 4382.0, 4381.0, 4381.0, 4397.0, 4380.0, 4378.0, 4464.0, 4440.0, 4382.0, 4378.0, 4398.0, 4388.0, 4379.0, 4380.0, 4389.0, 4379.0, 4379.0, 4390.0, 4412.0, 4390.0, 4380.0, 4380.0, 4398.0, 4377.0, 4382.0, 4379.0, 4411.0, 4390.0, 4381.0, 4378.0, 4398.0, 4378.0, 4369.0, 4429.0, 4461.0, 4458.0, 4432.0, 4380.0, 4377.0, 4374.0, 4367.0, 4366.0, 4387.0, 4385.0, 4380.0, 4380.0, 4379.0, 4388.0, 4379.0, 4368.0, 4387.0, 4397.0, 4380.0, 4378.0, 4380.0, 4389.0, 4379.0, 4377.0, 4389.0, 4409.0, 4381.0, 4380.0, 4377.0, 4377.0, 4379.0, 4376.0, 4396.0, 4399.0, 4380.0, 4380.0, 4386.0, 4366.0, 4378.0, 4378.0, 4421.0, 4390.0, 4379.0, 4378.0, 4386.0, 4377.0, 4377.0, 4378.0, 4408.0, 4411.0, 4411.0, 4380.0, 4388.0, 4368.0, 4366.0, 4389.0, 4399.0, 4380.0, 4378.0, 4389.0, 4376.0, 4379.0, 4378.0, 4411.0, 4376.0, 4379.0, 4367.0, 4396.0, 4385.0, 4370.0, 4390.0, 4389.0, 4376.0, 4377.0, 4376.0, 4397.0, 4388.0, 4377.0, 4369.0, 4396.0, 4378.0, 4379.0, 4379.0, 4398.0, 4392.0, 4380.0, 4378.0, 4388.0, 4376.0, 4379.0, 4379.0, 4398.0, 4379.0, 4378.0, 4377.0, 4419.0, 4431.0, 4411.0, 4378.0, 4396.0, 4366.0, 4376.0, 4387.0, 4408.0, 4377.0, 4379.0, 4378.0, 4397.0, 4388.0, 4390.0, 4389.0, 4398.0, 4377.0, 4379.0, 4379.0, 4407.0, 4400.0, 4380.0, 4377.0, 4396.0, 4389.0, 4379.0, 4429.0, 4417.0, 4378.0, 4377.0, 4376.0, 4408.0, 4410.0, 4441.0, 4378.0, 4387.0, 4379.0, 4379.0, 4398.0, 4395.0, 4368.0, 4366.0, 4377.0, 4395.0, 4377.0, 4389.0, 4390.0, 4375.0, 4368.0, 4365.0, 4386.0, 4396.0, 4378.0, 4369.0, 4375.0, 4376.0, 4378.0, 4377.0, 4410.0, 4377.0, 4367.0, 4377.0, 4407.0, 4378.0, 4378.0, 4377.0, 4387.0, 4378.0, 4377.0, 4375.0, 4396.0, 4367.0, 4374.0, 4366.0, 4407.0, 4377.0, 4379.0, 4377.0, 4386.0, 4375.0, 4365.0, 4376.0, 4397.0, 4378.0, 4380.0, 4377.0, 4377.0, 4379.0, 4378.0, 4400.0, 4388.0, 4378.0, 4377.0, 4386.0, 4376.0, 4380.0, 4377.0, 4378.0, 4376.0, 4380.0, 4380.0, 4400.0, 4399.0, 4379.0, 4379.0, 4380.0, 4401.0, 4380.0, 4381.0, 4368.0, 4388.0, 4380.0, 4381.0, 4407.0, 4400.0, 4391.0, 4381.0, 4399.0, 4393.0, 4387.0, 4410.0, 4388.0, 4380.0, 4392.0, 4409.0, 4402.0, 4382.0, 4380.0, 4398.0, 4381.0, 4382.0, 4444.0, 4417.0, 4379.0, 4397.0, 4439.0, 4398.0, 4450.0, 4447.0, 4415.0, 4379.0, 4376.0, 4438.0, 4435.0, 4378.0, 4365.0, 4383.0, 4378.0, 4375.0, 4388.0, 4396.0, 4366.0, 4378.0, 4378.0, 4397.0, 4380.0, 4367.0, 4377.0, 4385.0, 4379.0, 4378.0, 4398.0, 4400.0, 4370.0, 4366.0, 4396.0, 4378.0, 4380.0, 4378.0, 4409.0, 4377.0, 4366.0, 4367.0, 4398.0, 4377.0, 4379.0, 4375.0, 4383.0, 4379.0, 4379.0, 4378.0, 4407.0, 4378.0, 4377.0, 4367.0, 4396.0, 4379.0, 4380.0, 4377.0, 4387.0, 4382.0, 4380.0, 4389.0, 4409.0, 4381.0, 4379.0, 4377.0, 4398.0, 4380.0, 4380.0, 4400.0, 4376.0, 4380.0, 4377.0, 4399.0, 4389.0, 4390.0, 4412.0, 4448.0, 4427.0, 4389.0, 4368.0, 4396.0, 4386.0, 4429.0, 4419.0, 4388.0, 4376.0, 4377.0, 4377.0, 4400.0, 4385.0, 4379.0, 4366.0, 4380.0, 4410.0, 4379.0, 4379.0, 4379.0, 4398.0, 4380.0, 4379.0, 4392.0, 4388.0, 4377.0, 4379.0, 4390.0, 4408.0, 4391.0, 4380.0, 4380.0, 4388.0, 4379.0, 4379.0, 4407.0, 4398.0, 4451.0, 4462.0, 4428.0, 4375.0, 4380.0, 4379.0, 4430.0, 4430.0, 4400.0, 4377.0, 4395.0, 4375.0, 4377.0, 4376.0, 4420.0, 4378.0, 4380.0, 4380.0, 4388.0, 4377.0, 4379.0, 4381.0, 4390.0, 4387.0, 4380.0, 4390.0, 4407.0, 4409.0, 4391.0, 4378.0, 4398.0, 4408.0, 4441.0, 4406.0, 4387.0, 4387.0, 4379.0, 4378.0, 4397.0, 4377.0, 4379.0, 4379.0, 4408.0, 4390.0, 4378.0, 4377.0, 4398.0, 4380.0, 4379.0, 4381.0, 4410.0, 4369.0, 4377.0, 4376.0, 4399.0, 4378.0, 4371.0, 4387.0, 4386.0, 4379.0, 4368.0, 4377.0, 4406.0, 4401.0, 4410.0, 4377.0, 4384.0, 4377.0, 4367.0, 4388.0, 4406.0, 4380.0, 4400.0, 4377.0, 4388.0, 4380.0, 4379.0, 4409.0, 4385.0, 4376.0, 4377.0, 4387.0, 4388.0, 4378.0, 4387.0, 4389.0, 4365.0, 4368.0, 4378.0, 4408.0, 4374.0, 4368.0, 4378.0, 4397.0, 4385.0, 4379.0, 4380.0, 4401.0, 4376.0, 4379.0, 4365.0, 4399.0, 4398.0, 4382.0, 4388.0, 4400.0, 4377.0, 4379.0, 4380.0, 4409.0, 4399.0, 4379.0, 4369.0, 4398.0, 4378.0, 4381.0, 4379.0, 4431.0, 4388.0, 4380.0, 4378.0, 4409.0, 4430.0, 4460.0, 4459.0, 4461.0, 4447.0, 4450.0, 4458.0, 4449.0, 4389.0, 4366.0, 4367.0, 4384.0, 4367.0, 4367.0, 4383.0, 4364.0, 4368.0, 4368.0, 4385.0, 4374.0, 4364.0, 4365.0, 4395.0, 4385.0, 4378.0, 4398.0, 4419.0, 4387.0, 4377.0, 4378.0, 4397.0, 4376.0, 4365.0, 4377.0, 4405.0, 4379.0, 4380.0, 4388.0, 4398.0, 4394.0, 4391.0, 4411.0, 4387.0, 4368.0, 4378.0, 4406.0, 4388.0, 4391.0, 4399.0, 4400.0, 4389.0, 4389.0, 4379.0, 4420.0, 4381.0, 4378.0, 4379.0, 4418.0, 4393.0, 4390.0, 4380.0, 4399.0, 4379.0, 4393.0, 4411.0, 4388.0, 4379.0, 4380.0, 4410.0, 4391.0, 4380.0, 4378.0, 4400.0, 4380.0, 4392.0, 4411.0, 4409.0, 4381.0, 4380.0, 4399.0, 4450.0, 4409.0, 4368.0, 4397.0, 4388.0, 4380.0, 4449.0, 4417.0, 4379.0, 4378.0, 4379.0, 4406.0, 4391.0, 4379.0, 4399.0, 4399.0, 4391.0, 4450.0, 4406.0, 4376.0, 4377.0, 4379.0, 4405.0, 4390.0, 4379.0, 4379.0, 4388.0, 4368.0, 4368.0, 4389.0, 4410.0, 4380.0, 4377.0, 4369.0, 4386.0, 4378.0, 4379.0, 4398.0, 4387.0, 4386.0, 4380.0, 4378.0, 4397.0, 4395.0, 4368.0, 4376.0, 4377.0, 4375.0, 4366.0, 4377.0, 4391.0, 4399.0, 4379.0, 4380.0, 4388.0, 4390.0, 4382.0, 4380.0, 4401.0, 4389.0, 4378.0, 4378.0, 4388.0, 4397.0, 4375.0, 4378.0, 4453.0, 4428.0, 4380.0, 4378.0, 4410.0, 4397.0, 4418.0, 4441.0, 4387.0, 4375.0, 4379.0, 4379.0, 4408.0, 4390.0, 4378.0, 4379.0, 4388.0, 4378.0, 4392.0, 4400.0, 4409.0, 4380.0, 4367.0, 4387.0, 4388.0, 4399.0, 4437.0, 4407.0, 4378.0, 4376.0, 4448.0, 4448.0, 4387.0, 4367.0, 4366.0, 4408.0, 4378.0, 4408.0, 4379.0, 4374.0, 4368.0, 4377.0, 4397.0, 4398.0, 4379.0, 4367.0, 4387.0, 4375.0, 4378.0, 4379.0, 4408.0, 4388.0, 4379.0, 4367.0, 4385.0, 4367.0, 4375.0, 4374.0, 4450.0, 4420.0, 4379.0, 4365.0, 4374.0, 4367.0, 4368.0, 4396.0, 4395.0, 4387.0, 4439.0, 4399.0, 4377.0, 4365.0, 4377.0, 4396.0, 4389.0, 4377.0, 4368.0, 4397.0, 4377.0, 4379.0, 4378.0, 4406.0, 4368.0, 4364.0, 4366.0, 4374.0, 4367.0, 4367.0, 4448.0, 4438.0, 4389.0, 4367.0, 4384.0, 4363.0, 4365.0, 4363.0, 4395.0, 4389.0, 4378.0, 4366.0, 4375.0, 4367.0, 4365.0, 4375.0, 4396.0, 4378.0, 4367.0, 4366.0, 4377.0, 4378.0, 4379.0, 4397.0, 4377.0, 4379.0, 4377.0, 4398.0, 4398.0, 4382.0, 4379.0, 4388.0, 4376.0, 4380.0, 4377.0, 4409.0, 4379.0, 4366.0, 4378.0, 4396.0, 4407.0, 4448.0, 4459.0, 4428.0, 4366.0, 4366.0, 4364.0, 4394.0, 4376.0, 4376.0, 4386.0, 4374.0, 4365.0, 4377.0, 4383.0, 4395.0, 4376.0, 4366.0, 4376.0, 4386.0, 4378.0, 4377.0, 4365.0, 4376.0, 4375.0, 4376.0, 4418.0, 4379.0, 4368.0, 4365.0, 4384.0, 4368.0, 4377.0, 4377.0, 4375.0, 4378.0, 4378.0, 4397.0, 4377.0, 4381.0, 4378.0, 4376.0, 4367.0, 4377.0, 4378.0, 4388.0, 4380.0, 4379.0, 4389.0, 4379.0, 4379.0, 4378.0, 4406.0, 4392.0, 4379.0, 4377.0, 4385.0, 4379.0, 4378.0, 4398.0, 4399.0, 4380.0, 4380.0, 4389.0, 4376.0, 4377.0, 4378.0, 4419.0, 4397.0, 4439.0, 4450.0, 4418.0, 4367.0, 4366.0, 4376.0, 4396.0, 4368.0, 4379.0, 4421.0, 4400.0, 4376.0, 4364.0, 4375.0, 4365.0, 4366.0, 4385.0, 4407.0, 4376.0, 4378.0, 4378.0, 4408.0, 4380.0, 4378.0, 4379.0, 4398.0, 4378.0, 4380.0, 4379.0, 4386.0, 4377.0, 4377.0, 4380.0, 4398.0, 4391.0, 4379.0, 4389.0, 4388.0, 4379.0, 4378.0, 4409.0, 4400.0, 4378.0, 4379.0, 4397.0, 4390.0, 4399.0, 4450.0, 4427.0, 4388.0, 4367.0, 4388.0, 4436.0, 4440.0, 4417.0, 4367.0, 4374.0, 4378.0, 4376.0, 4399.0, 4397.0, 4378.0, 4377.0, 4395.0, 4375.0, 4378.0, 4418.0, 4427.0, 4379.0, 4366.0, 4366.0, 4388.0, 4380.0, 4379.0, 4376.0, 4395.0, 4368.0, 4376.0, 4380.0, 4389.0, 4378.0, 4369.0, 4367.0, 4397.0, 4389.0, 4379.0, 4368.0, 4386.0, 4366.0, 4378.0, 4378.0, 4409.0, 4390.0, 4379.0, 4378.0, 4386.0, 4380.0, 4380.0, 4391.0, 4399.0, 4382.0, 4378.0, 4379.0, 4387.0, 4382.0, 4400.0, 4399.0, 4381.0, 4381.0, 4390.0, 4439.0, 4442.0, 4420.0, 4377.0, 4376.0, 4378.0, 4378.0, 4408.0, 4399.0, 4420.0, 4379.0, 4399.0, 4378.0, 4379.0, 4378.0, 4406.0, 4401.0, 4378.0, 4376.0, 4386.0, 4367.0, 4366.0, 4366.0, 4406.0, 4378.0, 4447.0, 4450.0, 4413.0, 4366.0, 4363.0, 4374.0, 4384.0, 4367.0, 4366.0, 4396.0, 4367.0, 4377.0, 4379.0, 4397.0, 4397.0, 4404.0, 4419.0, 4398.0, 4378.0, 4379.0, 4368.0, 4385.0, 4367.0, 4367.0, 4368.0, 4386.0, 4377.0, 4393.0, 4403.0, 4411.0, 4390.0, 4393.0, 4400.0, 4386.0, 4377.0], 'WindowWidth': [9924.0, 9877.0, 9839.0, 9837.0, 9848.0, 9754.0, 9718.0, 9712.0, 9709.0, 9748.0, 9693.0, 9691.0, 9708.0, 9745.0, 9699.0, 9696.0, 9692.0, 9686.0, 9672.0, 9668.0, 9724.0, 9688.0, 9672.0, 9670.0, 9716.0, 9692.0, 9782.0, 9801.0, 9720.0, 9666.0, 9660.0, 9688.0, 9674.0, 9668.0, 9680.0, 9727.0, 9686.0, 9683.0, 9685.0, 9704.0, 9683.0, 9664.0, 9660.0, 9687.0, 9680.0, 9681.0, 9770.0, 9721.0, 9669.0, 9667.0, 9704.0, 9697.0, 9680.0, 9661.0, 9684.0, 9661.0, 9662.0, 9684.0, 9703.0, 9669.0, 9666.0, 9677.0, 9700.0, 9669.0, 9668.0, 9753.0, 9779.0, 9726.0, 9666.0, 9670.0, 9644.0, 9662.0, 9658.0, 9704.0, 9684.0, 9670.0, 9668.0, 9679.0, 9664.0, 9657.0, 9671.0, 9670.0, 9666.0, 9660.0, 9686.0, 9677.0, 9666.0, 9745.0, 9791.0, 9751.0, 9698.0, 9664.0, 9665.0, 9657.0, 9663.0, 9674.0, 9694.0, 9688.0, 9685.0, 9711.0, 9671.0, 9666.0, 9663.0, 9700.0, 9679.0, 9684.0, 9734.0, 9692.0, 9666.0, 9665.0, 9706.0, 9745.0, 9708.0, 9664.0, 9688.0, 9678.0, 9685.0, 9723.0, 9711.0, 9670.0, 9667.0, 9660.0, 9686.0, 9666.0, 9664.0, 9680.0, 9707.0, 9668.0, 9669.0, 9695.0, 9680.0, 9663.0, 9663.0, 9687.0, 9662.0, 9667.0, 9678.0, 9691.0, 9663.0, 9667.0, 9691.0, 9722.0, 9671.0, 9666.0, 9693.0, 9680.0, 9687.0, 9671.0, 9690.0, 9668.0, 9669.0, 9684.0, 9693.0, 9674.0, 9681.0, 9696.0, 9685.0, 9687.0, 9685.0, 9706.0, 9686.0, 9672.0, 9712.0, 9706.0, 9687.0, 9693.0, 9784.0, 9734.0, 9669.0, 9663.0, 9686.0, 9707.0, 9689.0, 9748.0, 9697.0, 9667.0, 9665.0, 9665.0, 9708.0, 9669.0, 9684.0, 9682.0, 9724.0, 9705.0, 9690.0, 9689.0, 9715.0, 9690.0, 9688.0, 9755.0, 9733.0, 9668.0, 9665.0, 9696.0, 9733.0, 9777.0, 9790.0, 9761.0, 9673.0, 9657.0, 9662.0, 9713.0, 9659.0, 9663.0, 9679.0, 9772.0, 9684.0, 9663.0, 9659.0, 9697.0, 9661.0, 9662.0, 9663.0, 9702.0, 9686.0, 9668.0, 9667.0, 9677.0, 9662.0, 9678.0, 9694.0, 9707.0, 9673.0, 9672.0, 9679.0, 9675.0, 9680.0, 9683.0, 9708.0, 9668.0, 9670.0, 9684.0, 9712.0, 9702.0, 9688.0, 9687.0, 9693.0, 9689.0, 9688.0, 9689.0, 9715.0, 9686.0, 9672.0, 9684.0, 9722.0, 9704.0, 9767.0, 9725.0, 9692.0, 9681.0, 9682.0, 9700.0, 9725.0, 9686.0, 9683.0, 9669.0, 9690.0, 9686.0, 9688.0, 9729.0, 9699.0, 9691.0, 9682.0, 9697.0, 9683.0, 9690.0, 9673.0, 9708.0, 9680.0, 9691.0, 9687.0, 9744.0, 9744.0, 9781.0, 9770.0, 9723.0, 9660.0, 9667.0, 9685.0, 9722.0, 9668.0, 9668.0, 9670.0, 9710.0, 9688.0, 9689.0, 9688.0, 9726.0, 9703.0, 9686.0, 9756.0, 9768.0, 9685.0, 9673.0, 9671.0, 9710.0, 9683.0, 9688.0, 9686.0, 9714.0, 9692.0, 9698.0, 9695.0, 9749.0, 9694.0, 9692.0, 9685.0, 9709.0, 9691.0, 9694.0, 9733.0, 9715.0, 9690.0, 9687.0, 9683.0, 9716.0, 9705.0, 9689.0, 9703.0, 9701.0, 9687.0, 9687.0, 9719.0, 9718.0, 9699.0, 9707.0, 9719.0, 9687.0, 9690.0, 9687.0, 9764.0, 9728.0, 9691.0, 9687.0, 9714.0, 9683.0, 9687.0, 9687.0, 9711.0, 9688.0, 9690.0, 9687.0, 9733.0, 9694.0, 9687.0, 9683.0, 9724.0, 9701.0, 9771.0, 9739.0, 9697.0, 9672.0, 9683.0, 9701.0, 9732.0, 9689.0, 9688.0, 9684.0, 9683.0, 9691.0, 9691.0, 9705.0, 9700.0, 9687.0, 9692.0, 9716.0, 9701.0, 9693.0, 9685.0, 9703.0, 9691.0, 9695.0, 9755.0, 9740.0, 9669.0, 9672.0, 9709.0, 9734.0, 9669.0, 9669.0, 9723.0, 9700.0, 9736.0, 9694.0, 9675.0, 9662.0, 9664.0, 9715.0, 9681.0, 9667.0, 9664.0, 9703.0, 9672.0, 9668.0, 9666.0, 9664.0, 9666.0, 9669.0, 9709.0, 9683.0, 9671.0, 9665.0, 9711.0, 9686.0, 9689.0, 9686.0, 9707.0, 9686.0, 9687.0, 9685.0, 9707.0, 9673.0, 9669.0, 9739.0, 9747.0, 9696.0, 9670.0, 9723.0, 9778.0, 9759.0, 9707.0, 9673.0, 9673.0, 9663.0, 9667.0, 9704.0, 9662.0, 9666.0, 9668.0, 9703.0, 9698.0, 9693.0, 9725.0, 9691.0, 9661.0, 9665.0, 9677.0, 9719.0, 9667.0, 9665.0, 9668.0, 9680.0, 9667.0, 9668.0, 9683.0, 9737.0, 9683.0, 9683.0, 9669.0, 9676.0, 9668.0, 9686.0, 9698.0, 9695.0, 9667.0, 9686.0, 9698.0, 9697.0, 9671.0, 9669.0, 9691.0, 9697.0, 9693.0, 9730.0, 9691.0, 9684.0, 9671.0, 9682.0, 9724.0, 9696.0, 9672.0, 9669.0, 9710.0, 9685.0, 9685.0, 9728.0, 9695.0, 9666.0, 9669.0, 9670.0, 9741.0, 9726.0, 9673.0, 9666.0, 9675.0, 9666.0, 9672.0, 9712.0, 9691.0, 9687.0, 9666.0, 9696.0, 9681.0, 9675.0, 9682.0, 9693.0, 9684.0, 9686.0, 9687.0, 9728.0, 9682.0, 9672.0, 9666.0, 9706.0, 9685.0, 9688.0, 9716.0, 9700.0, 9688.0, 9686.0, 9694.0, 9712.0, 9683.0, 9671.0, 9676.0, 9695.0, 9686.0, 9688.0, 9782.0, 9741.0, 9687.0, 9688.0, 9709.0, 9698.0, 9683.0, 9665.0, 9689.0, 9668.0, 9670.0, 9698.0, 9729.0, 9666.0, 9670.0, 9680.0, 9721.0, 9706.0, 9753.0, 9667.0, 9687.0, 9661.0, 9666.0, 9666.0, 9719.0, 9668.0, 9666.0, 9664.0, 9707.0, 9669.0, 9684.0, 9685.0, 9710.0, 9667.0, 9662.0, 9667.0, 9693.0, 9684.0, 9687.0, 9689.0, 9713.0, 9689.0, 9685.0, 9694.0, 9705.0, 9690.0, 9687.0, 9696.0, 9682.0, 9686.0, 9683.0, 9709.0, 9700.0, 9686.0, 9683.0, 9697.0, 9686.0, 9693.0, 9704.0, 9700.0, 9684.0, 9684.0, 9679.0, 9712.0, 9714.0, 9716.0, 9759.0, 9703.0, 9682.0, 9687.0, 9686.0, 9723.0, 9699.0, 9683.0, 9668.0, 9713.0, 9701.0, 9690.0, 9687.0, 9728.0, 9683.0, 9685.0, 9684.0, 9727.0, 9705.0, 9677.0, 9686.0, 9707.0, 9687.0, 9686.0, 9714.0, 9711.0, 9673.0, 9669.0, 9667.0, 9722.0, 9685.0, 9703.0, 9797.0, 9785.0, 9693.0, 9685.0, 9681.0, 9706.0, 9686.0, 9687.0, 9685.0, 9680.0, 9668.0, 9668.0, 9695.0, 9681.0, 9672.0, 9669.0, 9713.0, 9692.0, 9668.0, 9667.0, 9699.0, 9693.0, 9689.0, 9723.0, 9699.0, 9681.0, 9670.0, 9669.0, 9728.0, 9696.0, 9685.0, 9670.0, 9681.0, 9666.0, 9671.0, 9672.0, 9682.0, 9698.0, 9687.0, 9691.0, 9706.0, 9704.0, 9676.0, 9684.0, 9684.0, 9724.0, 9692.0, 9755.0, 9685.0, 9698.0, 9692.0, 9690.0, 9687.0, 9697.0, 9687.0, 9690.0, 9690.0, 9717.0, 9688.0, 9688.0, 9708.0, 9718.0, 9708.0, 9719.0, 9688.0, 9699.0, 9700.0, 9716.0, 9777.0, 9750.0, 9681.0, 9687.0, 9673.0, 9724.0, 9683.0, 9670.0, 9664.0, 9708.0, 9672.0, 9685.0, 9667.0, 9724.0, 9671.0, 9686.0, 9685.0, 9706.0, 9670.0, 9667.0, 9698.0, 9708.0, 9669.0, 9683.0, 9685.0, 9729.0, 9687.0, 9675.0, 9671.0, 9696.0, 9689.0, 9691.0, 9688.0, 9730.0, 9710.0, 9696.0, 9688.0, 9712.0, 9684.0, 9693.0, 9726.0, 9739.0, 9696.0, 9686.0, 9685.0, 9709.0, 9726.0, 9749.0, 9709.0, 9689.0, 9683.0, 9681.0, 9686.0, 9698.0, 9680.0, 9668.0, 9664.0, 9696.0, 9706.0, 9685.0, 9693.0, 9684.0, 9678.0, 9684.0, 9685.0, 9717.0, 9711.0, 9689.0, 9689.0, 9690.0, 9713.0, 9694.0, 9690.0, 9684.0, 9696.0, 9686.0, 9742.0, 9795.0, 9752.0, 9697.0, 9683.0, 9694.0, 9762.0, 9709.0, 9668.0, 9663.0, 9706.0, 9680.0, 9687.0, 9766.0, 9709.0, 9665.0, 9682.0, 9682.0, 9721.0, 9695.0, 9685.0, 9682.0, 9683.0, 9694.0, 9692.0, 9690.0, 9685.0, 9699.0, 9690.0, 9705.0, 9705.0, 9711.0, 9685.0, 9688.0, 9686.0, 9727.0, 9687.0, 9685.0, 9730.0, 9712.0, 9690.0, 9685.0, 9716.0, 9704.0, 9689.0, 9739.0, 9766.0, 9685.0, 9691.0, 9686.0, 9699.0, 9691.0, 9692.0, 9692.0, 9747.0, 9724.0, 9696.0, 9693.0, 9725.0, 9739.0, 9745.0, 9763.0, 9750.0, 9693.0, 9685.0, 9687.0, 9738.0, 9722.0, 9683.0, 9683.0, 9679.0, 9721.0, 9696.0, 9687.0, 9691.0, 9713.0, 9692.0, 9695.0, 9692.0, 9717.0, 9691.0, 9689.0, 9689.0, 9730.0, 9689.0, 9688.0, 9706.0, 9732.0, 9696.0, 9694.0, 9690.0, 9710.0, 9688.0, 9686.0, 9807.0, 9770.0, 9694.0, 9685.0, 9713.0, 9699.0, 9690.0, 9691.0, 9702.0, 9689.0, 9691.0, 9706.0, 9740.0, 9706.0, 9691.0, 9691.0, 9712.0, 9684.0, 9693.0, 9689.0, 9734.0, 9705.0, 9693.0, 9686.0, 9711.0, 9683.0, 9673.0, 9752.0, 9799.0, 9793.0, 9761.0, 9690.0, 9682.0, 9673.0, 9666.0, 9666.0, 9694.0, 9692.0, 9690.0, 9690.0, 9689.0, 9701.0, 9687.0, 9670.0, 9696.0, 9710.0, 9691.0, 9688.0, 9690.0, 9702.0, 9688.0, 9685.0, 9701.0, 9730.0, 9692.0, 9690.0, 9683.0, 9683.0, 9687.0, 9683.0, 9710.0, 9715.0, 9692.0, 9691.0, 9697.0, 9668.0, 9685.0, 9687.0, 9747.0, 9703.0, 9689.0, 9685.0, 9694.0, 9683.0, 9683.0, 9687.0, 9728.0, 9734.0, 9733.0, 9690.0, 9697.0, 9670.0, 9667.0, 9701.0, 9715.0, 9688.0, 9685.0, 9699.0, 9682.0, 9688.0, 9686.0, 9731.0, 9681.0, 9687.0, 9667.0, 9707.0, 9693.0, 9678.0, 9703.0, 9703.0, 9683.0, 9683.0, 9682.0, 9710.0, 9699.0, 9686.0, 9674.0, 9709.0, 9685.0, 9688.0, 9690.0, 9714.0, 9709.0, 9692.0, 9686.0, 9700.0, 9681.0, 9687.0, 9686.0, 9712.0, 9684.0, 9685.0, 9683.0, 9743.0, 9759.0, 9733.0, 9685.0, 9706.0, 9667.0, 9682.0, 9699.0, 9727.0, 9685.0, 9688.0, 9687.0, 9715.0, 9701.0, 9707.0, 9704.0, 9715.0, 9685.0, 9687.0, 9691.0, 9726.0, 9721.0, 9691.0, 9685.0, 9713.0, 9703.0, 9690.0, 9754.0, 9738.0, 9684.0, 9681.0, 9682.0, 9727.0, 9731.0, 9769.0, 9686.0, 9697.0, 9689.0, 9687.0, 9713.0, 9704.0, 9668.0, 9665.0, 9683.0, 9707.0, 9684.0, 9703.0, 9703.0, 9680.0, 9669.0, 9663.0, 9694.0, 9707.0, 9686.0, 9671.0, 9678.0, 9682.0, 9686.0, 9683.0, 9729.0, 9683.0, 9669.0, 9683.0, 9723.0, 9687.0, 9684.0, 9683.0, 9695.0, 9685.0, 9684.0, 9680.0, 9708.0, 9669.0, 9677.0, 9666.0, 9726.0, 9684.0, 9689.0, 9683.0, 9695.0, 9678.0, 9666.0, 9682.0, 9710.0, 9687.0, 9689.0, 9683.0, 9683.0, 9688.0, 9686.0, 9718.0, 9699.0, 9686.0, 9682.0, 9694.0, 9682.0, 9690.0, 9683.0, 9684.0, 9682.0, 9692.0, 9693.0, 9720.0, 9717.0, 9690.0, 9690.0, 9692.0, 9722.0, 9694.0, 9694.0, 9675.0, 9700.0, 9694.0, 9696.0, 9728.0, 9723.0, 9709.0, 9694.0, 9719.0, 9714.0, 9702.0, 9736.0, 9701.0, 9691.0, 9712.0, 9732.0, 9725.0, 9695.0, 9691.0, 9714.0, 9697.0, 9698.0, 9779.0, 9739.0, 9688.0, 9708.0, 9767.0, 9712.0, 9782.0, 9773.0, 9729.0, 9688.0, 9683.0, 9764.0, 9759.0, 9682.0, 9663.0, 9685.0, 9686.0, 9680.0, 9700.0, 9706.0, 9667.0, 9683.0, 9686.0, 9710.0, 9691.0, 9671.0, 9683.0, 9692.0, 9686.0, 9688.0, 9713.0, 9719.0, 9675.0, 9668.0, 9706.0, 9686.0, 9690.0, 9686.0, 9729.0, 9683.0, 9666.0, 9668.0, 9714.0, 9685.0, 9690.0, 9678.0, 9688.0, 9686.0, 9690.0, 9686.0, 9726.0, 9685.0, 9682.0, 9668.0, 9710.0, 9689.0, 9693.0, 9685.0, 9696.0, 9696.0, 9695.0, 9702.0, 9732.0, 9694.0, 9689.0, 9683.0, 9715.0, 9691.0, 9693.0, 9716.0, 9682.0, 9690.0, 9685.0, 9714.0, 9705.0, 9705.0, 9735.0, 9781.0, 9750.0, 9698.0, 9668.0, 9707.0, 9692.0, 9755.0, 9740.0, 9698.0, 9682.0, 9685.0, 9685.0, 9716.0, 9694.0, 9687.0, 9669.0, 9690.0, 9731.0, 9690.0, 9689.0, 9688.0, 9716.0, 9692.0, 9692.0, 9709.0, 9701.0, 9686.0, 9689.0, 9705.0, 9728.0, 9709.0, 9693.0, 9691.0, 9701.0, 9687.0, 9687.0, 9726.0, 9714.0, 9787.0, 9802.0, 9754.0, 9681.0, 9691.0, 9687.0, 9758.0, 9757.0, 9715.0, 9684.0, 9706.0, 9681.0, 9687.0, 9685.0, 9748.0, 9690.0, 9692.0, 9689.0, 9699.0, 9686.0, 9691.0, 9694.0, 9703.0, 9699.0, 9693.0, 9708.0, 9727.0, 9730.0, 9707.0, 9686.0, 9712.0, 9725.0, 9771.0, 9719.0, 9695.0, 9698.0, 9688.0, 9686.0, 9710.0, 9683.0, 9687.0, 9690.0, 9727.0, 9705.0, 9688.0, 9683.0, 9713.0, 9693.0, 9689.0, 9696.0, 9732.0, 9675.0, 9684.0, 9681.0, 9716.0, 9687.0, 9680.0, 9698.0, 9695.0, 9687.0, 9675.0, 9685.0, 9723.0, 9721.0, 9730.0, 9684.0, 9691.0, 9681.0, 9670.0, 9699.0, 9722.0, 9693.0, 9718.0, 9686.0, 9698.0, 9692.0, 9687.0, 9728.0, 9692.0, 9679.0, 9683.0, 9697.0, 9699.0, 9688.0, 9698.0, 9700.0, 9665.0, 9672.0, 9684.0, 9725.0, 9678.0, 9671.0, 9684.0, 9713.0, 9695.0, 9690.0, 9695.0, 9723.0, 9686.0, 9689.0, 9667.0, 9714.0, 9715.0, 9698.0, 9703.0, 9718.0, 9686.0, 9689.0, 9694.0, 9732.0, 9718.0, 9690.0, 9674.0, 9713.0, 9687.0, 9693.0, 9692.0, 9761.0, 9701.0, 9692.0, 9690.0, 9730.0, 9757.0, 9797.0, 9797.0, 9803.0, 9781.0, 9783.0, 9793.0, 9782.0, 9701.0, 9668.0, 9666.0, 9688.0, 9667.0, 9667.0, 9686.0, 9663.0, 9670.0, 9669.0, 9692.0, 9674.0, 9662.0, 9664.0, 9704.0, 9694.0, 9686.0, 9714.0, 9745.0, 9699.0, 9685.0, 9687.0, 9710.0, 9679.0, 9666.0, 9683.0, 9722.0, 9691.0, 9692.0, 9700.0, 9715.0, 9716.0, 9709.0, 9734.0, 9700.0, 9674.0, 9685.0, 9724.0, 9702.0, 9711.0, 9718.0, 9719.0, 9706.0, 9707.0, 9691.0, 9747.0, 9693.0, 9687.0, 9692.0, 9744.0, 9714.0, 9706.0, 9693.0, 9720.0, 9694.0, 9713.0, 9736.0, 9703.0, 9689.0, 9693.0, 9731.0, 9708.0, 9690.0, 9688.0, 9720.0, 9693.0, 9712.0, 9734.0, 9733.0, 9693.0, 9695.0, 9718.0, 9789.0, 9729.0, 9671.0, 9711.0, 9703.0, 9692.0, 9782.0, 9737.0, 9686.0, 9686.0, 9693.0, 9724.0, 9707.0, 9688.0, 9716.0, 9722.0, 9709.0, 9784.0, 9721.0, 9680.0, 9685.0, 9691.0, 9722.0, 9703.0, 9688.0, 9689.0, 9699.0, 9669.0, 9668.0, 9699.0, 9731.0, 9691.0, 9682.0, 9673.0, 9693.0, 9687.0, 9687.0, 9710.0, 9695.0, 9693.0, 9693.0, 9686.0, 9708.0, 9704.0, 9669.0, 9680.0, 9682.0, 9677.0, 9664.0, 9684.0, 9705.0, 9715.0, 9687.0, 9690.0, 9700.0, 9703.0, 9698.0, 9692.0, 9718.0, 9699.0, 9683.0, 9681.0, 9695.0, 9709.0, 9682.0, 9687.0, 9792.0, 9754.0, 9689.0, 9688.0, 9733.0, 9709.0, 9739.0, 9771.0, 9696.0, 9678.0, 9687.0, 9688.0, 9725.0, 9703.0, 9686.0, 9687.0, 9698.0, 9683.0, 9710.0, 9718.0, 9729.0, 9686.0, 9669.0, 9696.0, 9699.0, 9715.0, 9761.0, 9720.0, 9686.0, 9681.0, 9778.0, 9777.0, 9695.0, 9667.0, 9666.0, 9724.0, 9685.0, 9727.0, 9687.0, 9677.0, 9669.0, 9685.0, 9711.0, 9712.0, 9686.0, 9667.0, 9693.0, 9677.0, 9684.0, 9688.0, 9725.0, 9697.0, 9687.0, 9667.0, 9689.0, 9667.0, 9679.0, 9677.0, 9785.0, 9741.0, 9685.0, 9665.0, 9675.0, 9665.0, 9669.0, 9707.0, 9705.0, 9697.0, 9768.0, 9716.0, 9683.0, 9663.0, 9681.0, 9706.0, 9701.0, 9681.0, 9669.0, 9708.0, 9682.0, 9689.0, 9685.0, 9722.0, 9671.0, 9661.0, 9663.0, 9672.0, 9667.0, 9668.0, 9779.0, 9763.0, 9699.0, 9668.0, 9686.0, 9656.0, 9661.0, 9658.0, 9704.0, 9698.0, 9684.0, 9665.0, 9677.0, 9667.0, 9664.0, 9677.0, 9708.0, 9684.0, 9667.0, 9666.0, 9683.0, 9684.0, 9690.0, 9711.0, 9683.0, 9684.0, 9683.0, 9712.0, 9715.0, 9694.0, 9688.0, 9698.0, 9681.0, 9692.0, 9684.0, 9729.0, 9685.0, 9665.0, 9684.0, 9708.0, 9722.0, 9778.0, 9794.0, 9751.0, 9664.0, 9662.0, 9658.0, 9702.0, 9678.0, 9681.0, 9692.0, 9675.0, 9663.0, 9683.0, 9687.0, 9703.0, 9677.0, 9665.0, 9679.0, 9692.0, 9686.0, 9682.0, 9664.0, 9683.0, 9680.0, 9680.0, 9738.0, 9685.0, 9668.0, 9663.0, 9691.0, 9671.0, 9685.0, 9681.0, 9677.0, 9684.0, 9686.0, 9711.0, 9684.0, 9693.0, 9686.0, 9679.0, 9666.0, 9682.0, 9686.0, 9698.0, 9690.0, 9689.0, 9702.0, 9687.0, 9686.0, 9684.0, 9721.0, 9709.0, 9687.0, 9682.0, 9692.0, 9685.0, 9688.0, 9714.0, 9717.0, 9692.0, 9690.0, 9699.0, 9680.0, 9684.0, 9685.0, 9740.0, 9711.0, 9768.0, 9781.0, 9737.0, 9667.0, 9663.0, 9676.0, 9705.0, 9669.0, 9689.0, 9752.0, 9717.0, 9681.0, 9657.0, 9673.0, 9663.0, 9666.0, 9694.0, 9723.0, 9680.0, 9684.0, 9685.0, 9729.0, 9688.0, 9685.0, 9689.0, 9716.0, 9688.0, 9695.0, 9690.0, 9697.0, 9682.0, 9685.0, 9692.0, 9714.0, 9709.0, 9690.0, 9702.0, 9700.0, 9689.0, 9686.0, 9729.0, 9718.0, 9687.0, 9686.0, 9708.0, 9704.0, 9715.0, 9782.0, 9750.0, 9696.0, 9668.0, 9698.0, 9762.0, 9768.0, 9734.0, 9669.0, 9675.0, 9684.0, 9682.0, 9715.0, 9709.0, 9684.0, 9683.0, 9706.0, 9680.0, 9688.0, 9739.0, 9750.0, 9685.0, 9667.0, 9664.0, 9698.0, 9693.0, 9691.0, 9682.0, 9705.0, 9671.0, 9681.0, 9689.0, 9701.0, 9684.0, 9671.0, 9669.0, 9710.0, 9701.0, 9687.0, 9670.0, 9692.0, 9666.0, 9684.0, 9684.0, 9728.0, 9703.0, 9688.0, 9686.0, 9696.0, 9691.0, 9690.0, 9708.0, 9718.0, 9694.0, 9686.0, 9686.0, 9699.0, 9696.0, 9717.0, 9715.0, 9691.0, 9692.0, 9704.0, 9769.0, 9775.0, 9745.0, 9684.0, 9680.0, 9684.0, 9685.0, 9725.0, 9717.0, 9745.0, 9691.0, 9716.0, 9687.0, 9685.0, 9686.0, 9721.0, 9718.0, 9684.0, 9681.0, 9694.0, 9667.0, 9666.0, 9665.0, 9719.0, 9684.0, 9776.0, 9781.0, 9727.0, 9665.0, 9657.0, 9672.0, 9686.0, 9666.0, 9667.0, 9707.0, 9669.0, 9684.0, 9688.0, 9710.0, 9712.0, 9729.0, 9740.0, 9710.0, 9681.0, 9686.0, 9668.0, 9691.0, 9666.0, 9665.0, 9665.0, 9691.0, 9684.0, 9714.0, 9729.0, 9738.0, 9708.0, 9713.0, 9718.0, 9694.0, 9683.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.00010233009708737865</td></tr>
<tr><td colspan=3>aqi</td><td>0.020834486030204963</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.529664860404665</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1206696618996226</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875824248947659</td></tr>
<tr><td colspan=3>efc</td><td>0.5171</td></tr>
<tr><td colspan=3>fber</td><td>4423.0732</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0972948997939677</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.796116504854369</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4559924466888288</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3491881258091722</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7458966618054492</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2728925524518657</td></tr>
<tr><td colspan=3>gcor</td><td>0.00312813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006518979091197252</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0823858231306076</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.462985203119089</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.1774</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8567</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.3757</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290974.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.0348</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2352</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.3292</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3595.7467</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>826.3479</td></tr>
<tr><td colspan=3>tsnr</td><td>37.59905244410038</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>