<?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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-02/func/sub-0123_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>825f42d9449867e0d3b7727919796d74</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>22:32:46.847500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999613, -0.0220111, 0.0170236, 0.0228589, 0.99842, -0.0513254]</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.0940038</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>[4241, -7753, -7286, 210, -121, 59, -41, 110]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>227.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7de368d8-9741-48cf-8f2b-ed98f1562fca||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.6818881034851074, 0.06132880598306656, 0.04284090921282768, 105.66836547851562], [0.05905415117740631, 2.6786887645721436, -0.13957571983337402, -92.69190216064453], [0.04567313939332962, 0.13770240545272827, 2.696049690246582, -77.05892181396484], [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': ['223246.847500', '223247.307500', '223247.767500', '223248.227500', '223248.687500', '223249.147500', '223249.607500', '223250.067500', '223250.527500', '223250.987500', '223251.447500', '223251.907500', '223252.367500', '223252.827500', '223253.287500', '223253.747500', '223254.207500', '223254.667500', '223255.127500', '223255.587500', '223256.047500', '223256.507500', '223256.967500', '223257.427500', '223257.887500', '223258.347500', '223258.807500', '223259.267500', '223259.727500', '223300.187500', '223300.647500', '223301.107500', '223301.567500', '223302.027500', '223302.487500', '223302.947500', '223303.407500', '223303.867500', '223304.327500', '223304.787500', '223305.247500', '223305.707500', '223306.167500', '223306.627500', '223307.087500', '223307.547500', '223308.007500', '223308.467500', '223308.927500', '223309.387500', '223309.847500', '223310.307500', '223310.767500', '223311.227500', '223311.687500', '223312.147500', '223312.607500', '223313.067500', '223313.527500', '223313.987500', '223314.447500', '223314.907500', '223315.367500', '223315.827500', '223316.287500', '223316.747500', '223317.207500', '223317.667500', '223318.127500', '223318.587500', '223319.047500', '223319.507500', '223319.967500', '223320.427500', '223320.887500', '223321.347500', '223321.807500', '223322.267500', '223322.727500', '223323.187500', '223323.647500', '223324.107500', '223324.567500', '223325.027500', '223325.487500', '223325.947500', '223326.407500', '223326.867500', '223327.327500', '223327.787500', '223328.247500', '223328.707500', '223329.167500', '223329.627500', '223330.087500', '223330.547500', '223331.007500', '223331.467500', '223331.927500', '223332.387500', '223332.847500', '223333.307500', '223333.767500', '223334.227500', '223334.687500', '223335.147500', '223335.607500', '223336.067500', '223336.527500', '223336.987500', '223337.447500', '223337.907500', '223338.367500', '223338.827500', '223339.287500', '223339.747500', '223340.207500', '223340.667500', '223341.127500', '223341.587500', '223342.047500', '223342.507500', '223342.967500', '223343.427500', '223343.887500', '223344.347500', '223344.807500', '223345.267500', '223345.727500', '223346.187500', '223346.647500', '223347.107500', '223347.567500', '223348.027500', '223348.487500', '223348.947500', '223349.407500', '223349.867500', '223350.327500', '223350.787500', '223351.247500', '223351.707500', '223352.167500', '223352.627500', '223353.087500', '223353.547500', '223354.007500', '223354.467500', '223354.927500', '223355.387500', '223355.847500', '223356.307500', '223356.767500', '223357.227500', '223357.687500', '223358.147500', '223358.607500', '223359.067500', '223359.527500', '223359.987500', '223400.447500', '223400.907500', '223401.367500', '223401.827500', '223402.287500', '223402.747500', '223403.207500', '223403.667500', '223404.127500', '223404.587500', '223405.047500', '223405.507500', '223405.967500', '223406.427500', '223406.887500', '223407.347500', '223407.807500', '223408.267500', '223408.727500', '223409.187500', '223409.647500', '223410.107500', '223410.567500', '223411.027500', '223411.487500', '223411.947500', '223412.407500', '223412.867500', '223413.327500', '223413.787500', '223414.247500', '223414.707500', '223415.167500', '223415.627500', '223416.087500', '223416.547500', '223417.007500', '223417.467500', '223417.927500', '223418.387500', '223418.847500', '223419.307500', '223419.767500', '223420.227500', '223420.687500', '223421.147500', '223421.607500', '223422.067500', '223422.527500', '223422.987500', '223423.447500', '223423.907500', '223424.367500', '223424.827500', '223425.287500', '223425.747500', '223426.207500', '223426.667500', '223427.127500', '223427.587500', '223428.047500', '223428.507500', '223428.967500', '223429.427500', '223429.887500', '223430.347500', '223430.807500', '223431.267500', '223431.727500', '223432.187500', '223432.647500', '223433.107500', '223433.567500', '223434.027500', '223434.487500', '223434.947500', '223435.407500', '223435.867500', '223436.327500', '223436.787500', '223437.247500', '223437.707500', '223438.167500', '223438.627500', '223439.087500', '223439.547500', '223440.007500', '223440.467500', '223440.927500', '223441.387500', '223441.847500', '223442.307500', '223442.767500', '223443.227500', '223443.687500', '223444.147500', '223444.607500', '223445.067500', '223445.527500', '223445.987500', '223446.447500', '223446.907500', '223447.367500', '223447.827500', '223448.287500', '223448.747500', '223449.207500', '223449.667500', '223450.127500', '223450.587500', '223451.047500', '223451.507500', '223451.967500', '223452.427500', '223452.887500', '223453.347500', '223453.807500', '223454.267500', '223454.727500', '223455.187500', '223455.647500', '223456.107500', '223456.567500', '223457.027500', '223457.487500', '223457.947500', '223458.407500', '223458.867500', '223459.327500', '223459.787500', '223500.247500', '223500.707500', '223501.167500', '223501.627500', '223502.087500', '223502.547500', '223503.007500', '223503.467500', '223503.927500', '223504.387500', '223504.847500', '223505.307500', '223505.767500', '223506.227500', '223506.687500', '223507.147500', '223507.607500', '223508.067500', '223508.527500', '223508.987500', '223509.447500', '223509.907500', '223510.367500', '223510.827500', '223511.287500', '223511.747500', '223512.207500', '223512.667500', '223513.127500', '223513.587500', '223514.047500', '223514.507500', '223514.967500', '223515.427500', '223515.887500', '223516.347500', '223516.807500', '223517.267500', '223517.727500', '223518.187500', '223518.647500', '223519.107500', '223519.567500', '223520.027500', '223520.487500', '223520.947500', '223521.407500', '223521.867500', '223522.327500', '223522.787500', '223523.247500', '223523.707500', '223524.167500', '223524.627500', '223525.087500', '223525.547500', '223526.007500', '223526.467500', '223526.927500', '223527.387500', '223527.847500', '223528.307500', '223528.767500', '223529.227500', '223529.687500', '223530.147500', '223530.607500', '223531.067500', '223531.527500', '223531.987500', '223532.447500', '223532.907500', '223533.367500', '223533.827500', '223534.287500', '223534.747500', '223535.207500', '223535.667500', '223536.127500', '223536.587500', '223537.047500', '223537.507500', '223537.967500', '223538.427500', '223538.887500', '223539.347500', '223539.807500', '223540.267500', '223540.727500', '223541.187500', '223541.647500', '223542.107500', '223542.567500', '223543.027500', '223543.487500', '223543.947500', '223544.407500', '223544.867500', '223545.327500', '223545.787500', '223546.247500', '223546.707500', '223547.167500', '223547.627500', '223548.087500', '223548.547500', '223549.007500', '223549.467500', '223549.927500', '223550.387500', '223550.847500', '223551.307500', '223551.767500', '223552.227500', '223552.687500', '223553.147500', '223553.607500', '223554.067500', '223554.527500', '223554.987500', '223555.447500', '223555.907500', '223556.367500', '223556.827500', '223557.287500', '223557.747500', '223558.207500', '223558.667500', '223559.127500', '223559.587500', '223600.047500', '223600.507500', '223600.967500', '223601.427500', '223601.887500', '223602.347500', '223602.807500', '223603.267500', '223603.727500', '223604.187500', '223604.647500', '223605.107500', '223605.567500', '223606.027500', '223606.487500', '223606.947500', '223607.407500', '223607.867500', '223608.327500', '223608.787500', '223609.247500', '223609.707500', '223610.167500', '223610.627500', '223611.087500', '223611.547500', '223612.007500', '223612.467500', '223612.927500', '223613.387500', '223613.847500', '223614.307500', '223614.767500', '223615.227500', '223615.687500', '223616.147500', '223616.607500', '223617.067500', '223617.527500', '223617.987500', '223618.447500', '223618.907500', '223619.367500', '223619.827500', '223620.287500', '223620.747500', '223621.207500', '223621.667500', '223622.127500', '223622.587500', '223623.047500', '223623.507500', '223623.967500', '223624.427500', '223624.887500', '223625.347500', '223625.807500', '223626.267500', '223626.727500', '223627.187500', '223627.647500', '223628.107500', '223628.567500', '223629.027500', '223629.487500', '223629.947500', '223630.407500', '223630.867500', '223631.327500', '223631.787500', '223632.247500', '223632.707500', '223633.167500', '223633.627500', '223634.087500', '223634.547500', '223635.007500', '223635.467500', '223635.927500', '223636.387500', '223636.847500', '223637.307500', '223637.767500', '223638.227500', '223638.687500', '223639.147500', '223639.607500', '223640.067500', '223640.527500', '223640.987500', '223641.447500', '223641.907500', '223642.367500', '223642.827500', '223643.287500', '223643.747500', '223644.207500', '223644.667500', '223645.127500', '223645.587500', '223646.047500', '223646.507500', '223646.967500', '223647.427500', '223647.887500', '223648.347500', '223648.807500', '223649.267500', '223649.727500', '223650.187500', '223650.647500', '223651.107500', '223651.567500', '223652.027500', '223652.487500', '223652.947500', '223653.407500', '223653.867500', '223654.327500', '223654.787500', '223655.247500', '223655.707500', '223656.167500', '223656.627500', '223657.087500', '223657.547500', '223658.007500', '223658.467500', '223658.927500', '223659.387500', '223659.847500', '223700.307500', '223700.767500', '223701.227500', '223701.687500', '223702.147500', '223702.607500', '223703.067500', '223703.527500', '223703.987500', '223704.447500', '223704.907500', '223705.367500', '223705.827500', '223706.287500', '223706.747500', '223707.207500', '223707.667500', '223708.127500', '223708.587500', '223709.047500', '223709.507500', '223709.967500', '223710.427500', '223710.887500', '223711.347500', '223711.807500', '223712.267500', '223712.727500', '223713.187500', '223713.647500', '223714.107500', '223714.567500', '223715.027500', '223715.487500', '223715.947500', '223716.407500', '223716.867500', '223717.327500', '223717.787500', '223718.247500', '223718.707500', '223719.167500', '223719.627500', '223720.087500', '223720.547500', '223721.007500', '223721.467500', '223721.927500', '223722.387500', '223722.847500', '223723.307500', '223723.767500', '223724.227500', '223724.687500', '223725.147500', '223725.607500', '223726.067500', '223726.527500', '223726.987500', '223727.447500', '223727.907500', '223728.367500', '223728.827500', '223729.287500', '223729.747500', '223730.207500', '223730.667500', '223731.127500', '223731.587500', '223732.047500', '223732.507500', '223732.967500', '223733.427500', '223733.887500', '223734.347500', '223734.807500', '223735.267500', '223735.727500', '223736.187500', '223736.647500', '223737.107500', '223737.567500', '223738.027500', '223738.487500', '223738.947500', '223739.407500', '223739.867500', '223740.327500', '223740.787500', '223741.247500', '223741.707500', '223742.167500', '223742.627500', '223743.087500', '223743.547500', '223744.007500', '223744.467500', '223744.927500', '223745.387500', '223745.847500', '223746.307500', '223746.767500', '223747.227500', '223747.687500', '223748.147500', '223748.607500', '223749.067500', '223749.527500', '223749.987500', '223750.447500', '223750.907500', '223751.367500', '223751.827500', '223752.287500', '223752.747500', '223753.207500', '223753.667500', '223754.127500', '223754.587500', '223755.047500', '223755.507500', '223755.967500', '223756.427500', '223756.887500', '223757.347500', '223757.807500', '223758.267500', '223758.727500', '223759.187500', '223759.647500', '223800.107500', '223800.567500', '223801.027500', '223801.487500', '223801.947500', '223802.407500', '223802.867500', '223803.327500', '223803.787500', '223804.247500', '223804.707500', '223805.167500', '223805.627500', '223806.087500', '223806.547500', '223807.007500', '223807.467500', '223807.927500', '223808.387500', '223808.847500', '223809.307500', '223809.767500', '223810.227500', '223810.687500', '223811.147500', '223811.607500', '223812.067500', '223812.527500', '223812.987500', '223813.447500', '223813.907500', '223814.367500', '223814.827500', '223815.287500', '223815.747500', '223816.207500', '223816.667500', '223817.127500', '223817.587500', '223818.047500', '223818.507500', '223818.967500', '223819.427500', '223819.887500', '223820.347500', '223820.807500', '223821.267500', '223821.727500', '223822.187500', '223822.647500', '223823.107500', '223823.567500', '223824.027500', '223824.487500', '223824.947500', '223825.407500', '223825.867500', '223826.327500', '223826.787500', '223827.247500', '223827.707500', '223828.167500', '223828.627500', '223829.087500', '223829.547500', '223830.007500', '223830.467500', '223830.927500', '223831.387500', '223831.847500', '223832.307500', '223832.767500', '223833.227500', '223833.687500', '223834.147500', '223834.607500', '223835.067500', '223835.527500', '223835.987500', '223836.447500', '223836.907500', '223837.367500', '223837.827500', '223838.287500', '223838.747500', '223839.207500', '223839.667500', '223840.127500', '223840.587500', '223841.047500', '223841.507500', '223841.967500', '223842.427500', '223842.887500', '223843.347500', '223843.807500', '223844.267500', '223844.727500', '223845.187500', '223845.647500', '223846.107500', '223846.567500', '223847.027500', '223847.487500', '223847.947500', '223848.407500', '223848.867500', '223849.327500', '223849.787500', '223850.247500', '223850.707500', '223851.167500', '223851.627500', '223852.087500', '223852.547500', '223853.007500', '223853.467500', '223853.927500', '223854.387500', '223854.847500', '223855.307500', '223855.767500', '223856.227500', '223856.687500', '223857.147500', '223857.607500', '223858.067500', '223858.527500', '223858.987500', '223859.447500', '223859.907500', '223900.367500', '223900.827500', '223901.287500', '223901.747500', '223902.207500', '223902.667500', '223903.127500', '223903.587500', '223904.047500', '223904.507500', '223904.967500', '223905.427500', '223905.887500', '223906.347500', '223906.807500', '223907.267500', '223907.727500', '223908.187500', '223908.647500', '223909.107500', '223909.567500', '223910.027500', '223910.487500', '223910.947500', '223911.407500', '223911.867500', '223912.327500', '223912.787500', '223913.247500', '223913.707500', '223914.167500', '223914.627500', '223915.087500', '223915.547500', '223916.007500', '223916.467500', '223916.927500', '223917.387500', '223917.847500', '223918.307500', '223918.767500', '223919.227500', '223919.687500', '223920.147500', '223920.607500', '223921.067500', '223921.527500', '223921.987500', '223922.447500', '223922.907500', '223923.367500', '223923.827500', '223924.287500', '223924.747500', '223925.207500', '223925.667500', '223926.127500', '223926.587500', '223927.047500', '223927.507500', '223927.967500', '223928.427500', '223928.887500', '223929.347500', '223929.807500', '223930.267500', '223930.727500', '223931.187500', '223931.647500', '223932.107500', '223932.567500', '223933.027500', '223933.487500', '223933.947500', '223934.407500', '223934.867500', '223935.327500', '223935.787500', '223936.247500', '223936.707500', '223937.167500', '223937.627500', '223938.087500', '223938.547500', '223939.007500', '223939.467500', '223939.927500', '223940.387500', '223940.847500', '223941.307500', '223941.767500', '223942.227500', '223942.687500', '223943.147500', '223943.607500', '223944.067500', '223944.527500', '223944.987500', '223945.447500', '223945.907500', '223946.367500', '223946.827500', '223947.287500', '223947.747500', '223948.207500', '223948.667500', '223949.127500', '223949.587500', '223950.047500', '223950.507500', '223950.967500', '223951.427500', '223951.887500', '223952.347500', '223952.807500', '223953.267500', '223953.727500', '223954.187500', '223954.647500', '223955.107500', '223955.567500', '223956.027500', '223956.487500', '223956.947500', '223957.407500', '223957.867500', '223958.327500', '223958.787500', '223959.247500', '223959.707500', '224000.167500', '224000.627500', '224001.087500', '224001.547500', '224002.007500', '224002.467500', '224002.927500', '224003.387500', '224003.847500', '224004.307500', '224004.767500', '224005.227500', '224005.687500', '224006.147500', '224006.607500', '224007.067500', '224007.527500', '224007.987500', '224008.447500', '224008.907500', '224009.367500', '224009.827500', '224010.287500', '224010.747500', '224011.207500', '224011.667500', '224012.127500', '224012.587500', '224013.047500', '224013.507500', '224013.967500', '224014.427500', '224014.887500', '224015.347500', '224015.807500', '224016.267500', '224016.727500', '224017.187500', '224017.647500', '224018.107500', '224018.567500', '224019.027500', '224019.487500', '224019.947500', '224020.407500', '224020.867500', '224021.327500', '224021.787500', '224022.247500', '224022.707500', '224023.167500', '224023.627500', '224024.087500', '224024.547500', '224025.007500', '224025.467500', '224025.927500', '224026.387500', '224026.847500', '224027.307500', '224027.767500', '224028.227500', '224028.687500', '224029.147500', '224029.607500', '224030.067500', '224030.527500', '224030.987500', '224031.447500', '224031.907500', '224032.367500', '224032.827500', '224033.287500', '224033.747500', '224034.207500', '224034.667500', '224035.127500', '224035.587500', '224036.047500', '224036.507500', '224036.967500', '224037.427500', '224037.887500', '224038.347500', '224038.807500', '224039.267500', '224039.727500', '224040.187500', '224040.647500', '224041.107500', '224041.567500', '224042.027500', '224042.487500', '224042.947500', '224043.407500', '224043.867500', '224044.327500', '224044.787500', '224045.247500', '224045.707500', '224046.167500', '224046.627500', '224047.087500', '224047.547500', '224048.007500', '224048.467500', '224048.927500', '224049.387500', '224049.847500', '224050.307500', '224050.767500', '224051.227500', '224051.687500', '224052.147500', '224052.607500', '224053.067500', '224053.527500', '224053.987500', '224054.447500', '224054.907500', '224055.367500', '224055.827500', '224056.287500', '224056.747500', '224057.207500', '224057.667500', '224058.127500', '224058.587500', '224059.047500', '224059.507500', '224059.967500', '224100.427500', '224100.887500', '224101.347500', '224101.807500', '224102.267500', '224102.727500', '224103.187500', '224103.647500', '224104.107500', '224104.567500', '224105.027500', '224105.487500', '224105.947500', '224106.407500', '224106.867500', '224107.327500', '224107.787500', '224108.247500', '224108.707500', '224109.167500', '224109.627500', '224110.087500', '224110.547500', '224111.007500', '224111.467500', '224111.927500', '224112.387500', '224112.847500', '224113.307500', '224113.767500', '224114.227500', '224114.687500', '224115.147500', '224115.607500', '224116.067500', '224116.527500', '224116.987500', '224117.447500', '224117.907500', '224118.367500', '224118.827500', '224119.287500', '224119.747500', '224120.207500', '224120.667500', '224121.127500', '224121.587500', '224122.047500', '224122.507500', '224122.967500', '224123.427500', '224123.887500', '224124.347500', '224124.807500', '224125.267500', '224125.727500', '224126.187500', '224126.647500', '224127.107500', '224127.567500', '224128.027500', '224128.487500', '224128.947500', '224129.407500', '224129.867500', '224130.327500', '224130.787500', '224131.247500', '224131.707500', '224132.167500', '224132.627500', '224133.087500', '224133.547500', '224134.007500', '224134.467500', '224134.927500', '224135.387500', '224135.847500', '224136.307500', '224136.767500', '224137.227500', '224137.687500', '224138.147500', '224138.607500', '224139.067500', '224139.527500', '224139.987500', '224140.447500', '224140.907500', '224141.367500', '224141.827500', '224142.287500', '224142.747500', '224143.207500', '224143.667500', '224144.127500', '224144.587500', '224145.047500', '224145.507500', '224145.967500', '224146.427500', '224146.887500', '224147.347500', '224147.807500', '224148.267500', '224148.727500', '224149.187500', '224149.647500', '224150.107500', '224150.567500', '224151.027500', '224151.487500', '224151.947500', '224152.407500', '224152.867500', '224153.327500', '224153.787500', '224154.247500', '224154.707500', '224155.167500', '224155.627500', '224156.087500', '224156.547500', '224157.007500', '224157.467500', '224157.927500', '224158.387500', '224158.847500', '224159.307500', '224159.767500', '224200.227500', '224200.687500', '224201.147500', '224201.607500', '224202.067500', '224202.527500', '224202.987500', '224203.447500', '224203.907500', '224204.367500', '224204.827500', '224205.287500', '224205.747500', '224206.207500', '224206.667500', '224207.127500', '224207.587500', '224208.047500', '224208.507500', '224208.967500', '224209.427500', '224209.887500', '224210.347500', '224210.807500', '224211.267500', '224211.727500', '224212.187500', '224212.647500', '224213.107500', '224213.567500', '224214.027500', '224214.487500', '224214.947500', '224215.407500', '224215.867500', '224216.327500', '224216.787500', '224217.247500', '224217.707500', '224218.167500', '224218.627500', '224219.087500', '224219.547500', '224220.007500', '224220.467500', '224220.927500', '224221.387500', '224221.847500', '224222.307500', '224222.767500', '224223.227500', '224223.687500', '224224.147500', '224224.607500', '224225.067500', '224225.527500', '224225.987500', '224226.447500', '224226.907500', '224227.367500', '224227.827500', '224228.287500', '224228.747500', '224229.207500', '224229.667500', '224230.127500', '224230.587500', '224231.047500', '224231.507500', '224231.967500', '224232.427500', '224232.887500', '224233.347500', '224233.807500', '224234.267500', '224234.727500', '224235.187500', '224235.647500', '224236.107500', '224236.567500', '224237.027500', '224237.487500', '224237.947500', '224238.407500', '224238.867500', '224239.327500', '224239.787500', '224240.247500', '224240.707500', '224241.167500', '224241.627500', '224242.087500', '224242.547500', '224243.007500', '224243.467500', '224243.927500', '224244.387500', '224244.847500', '224245.307500', '224245.767500', '224246.227500', '224246.687500', '224247.147500', '224247.607500', '224248.067500', '224248.527500', '224248.987500', '224249.447500', '224249.907500', '224250.367500', '224250.827500', '224251.287500', '224251.747500', '224252.207500', '224252.667500', '224253.127500', '224253.587500', '224254.047500', '224254.507500', '224254.967500', '224255.427500', '224255.887500', '224256.347500', '224256.807500', '224257.267500', '224257.727500', '224258.187500', '224258.647500', '224259.107500', '224259.567500', '224300.027500', '224300.487500', '224300.947500', '224301.407500', '224301.867500', '224302.327500', '224302.787500', '224303.247500', '224303.707500', '224304.167500', '224304.627500', '224305.087500', '224305.547500', '224306.007500', '224306.467500', '224306.927500', '224307.387500', '224307.847500', '224308.307500', '224308.767500', '224309.227500', '224309.687500', '224310.147500', '224310.607500', '224311.067500', '224311.527500', '224311.987500', '224312.447500', '224312.907500', '224313.367500', '224313.827500', '224314.287500', '224314.747500', '224315.207500', '224315.667500', '224316.127500', '224316.587500', '224317.047500', '224317.507500', '224317.967500', '224318.427500', '224318.887500', '224319.347500', '224319.807500', '224320.267500', '224320.727500', '224321.187500', '224321.647500', '224322.107500', '224322.567500', '224323.027500', '224323.487500', '224323.947500', '224324.407500', '224324.867500', '224325.327500', '224325.787500', '224326.247500', '224326.707500', '224327.167500', '224327.627500', '224328.087500', '224328.547500', '224329.007500', '224329.467500', '224329.927500', '224330.387500', '224330.847500', '224331.307500', '224331.767500', '224332.227500', '224332.687500', '224333.147500', '224333.607500', '224334.067500', '224334.527500', '224334.987500', '224335.447500', '224335.907500', '224336.367500', '224336.827500', '224337.287500', '224337.747500', '224338.207500', '224338.667500', '224339.127500', '224339.587500', '224340.047500', '224340.507500', '224340.967500', '224341.427500', '224341.887500', '224342.347500', '224342.807500', '224343.267500', '224343.727500', '224344.187500', '224344.647500', '224345.107500', '224345.567500', '224346.027500', '224346.487500', '224346.947500', '224347.407500', '224347.867500', '224348.327500', '224348.787500', '224349.247500', '224349.707500', '224350.167500', '224350.627500', '224351.087500', '224351.547500', '224352.007500', '224352.467500', '224352.927500', '224353.387500', '224353.847500', '224354.307500', '224354.767500', '224355.227500', '224355.687500', '224356.147500', '224356.607500', '224357.067500', '224357.527500', '224357.987500', '224358.447500', '224358.907500', '224359.367500', '224359.827500', '224400.287500', '224400.747500', '224401.207500', '224401.667500', '224402.127500', '224402.587500', '224403.047500', '224403.507500', '224403.967500', '224404.427500', '224404.887500', '224405.347500', '224405.807500', '224406.267500', '224406.727500', '224407.187500', '224407.647500', '224408.107500', '224408.567500', '224409.027500', '224409.487500', '224409.947500', '224410.407500', '224410.867500', '224411.327500', '224411.787500', '224412.247500', '224412.707500', '224413.167500', '224413.627500', '224414.087500', '224414.547500', '224415.007500', '224415.467500', '224415.927500', '224416.387500', '224416.847500', '224417.307500', '224417.767500', '224418.227500', '224418.687500', '224419.147500', '224419.607500', '224420.067500', '224420.527500', '224420.987500', '224421.447500', '224421.907500', '224422.367500', '224422.827500', '224423.287500', '224423.747500', '224424.207500', '224424.667500', '224425.127500', '224425.587500', '224426.047500', '224426.507500', '224426.967500', '224427.427500', '224427.887500', '224428.347500', '224428.807500', '224429.267500', '224429.727500', '224430.187500', '224430.647500', '224431.107500', '224431.567500', '224432.027500', '224432.487500', '224432.947500', '224433.407500', '224433.867500', '224434.327500', '224434.787500', '224435.247500', '224435.707500', '224436.167500', '224436.627500', '224437.087500', '224437.547500', '224438.007500', '224438.467500', '224438.927500', '224439.387500', '224439.847500', '224440.307500', '224440.767500', '224441.227500', '224441.687500', '224442.147500', '224442.607500', '224443.067500', '224443.527500', '224443.987500', '224444.447500', '224444.907500', '224445.367500', '224445.827500', '224446.287500', '224446.747500', '224447.207500', '224447.667500', '224448.127500', '224448.587500', '224449.047500', '224449.507500', '224449.967500', '224450.427500', '224450.887500', '224451.347500', '224451.807500', '224452.267500', '224452.727500', '224453.187500', '224453.647500', '224454.107500', '224454.567500', '224455.027500', '224455.487500', '224455.947500', '224456.407500', '224456.867500', '224457.327500', '224457.787500', '224458.247500', '224458.707500', '224459.167500', '224459.627500', '224500.087500', '224500.547500', '224501.007500', '224501.467500', '224501.927500', '224502.387500', '224502.847500', '224503.307500', '224503.767500', '224504.227500', '224504.687500', '224505.147500', '224505.607500', '224506.067500', '224506.527500', '224506.987500', '224507.447500', '224507.907500', '224508.367500', '224508.827500', '224509.287500', '224509.747500', '224510.207500', '224510.667500', '224511.127500', '224511.587500', '224512.047500', '224512.507500', '224512.967500', '224513.427500', '224513.887500', '224514.347500', '224514.807500', '224515.267500', '224515.727500', '224516.187500', '224516.647500', '224517.107500', '224517.567500', '224518.027500', '224518.487500', '224518.947500', '224519.407500', '224519.867500', '224520.327500', '224520.787500', '224521.247500', '224521.707500', '224522.167500', '224522.627500', '224523.087500', '224523.547500', '224524.007500', '224524.467500', '224524.927500', '224525.387500', '224525.847500', '224526.307500', '224526.767500', '224527.227500', '224527.687500', '224528.147500', '224528.607500', '224529.067500', '224529.527500', '224529.987500', '224530.447500', '224530.907500', '224531.367500', '224531.827500', '224532.287500', '224532.747500', '224533.207500', '224533.667500', '224534.127500', '224534.587500', '224535.047500', '224535.507500', '224535.967500', '224536.427500', '224536.887500', '224537.347500', '224537.807500', '224538.267500', '224538.727500', '224539.187500', '224539.647500', '224540.107500', '224540.567500', '224541.027500', '224541.487500', '224541.947500', '224542.407500', '224542.867500', '224543.327500', '224543.787500', '224544.247500', '224544.707500', '224545.167500', '224545.627500', '224546.087500', '224546.547500', '224547.007500', '224547.467500', '224547.927500', '224548.387500', '224548.847500', '224549.307500', '224549.767500', '224550.227500', '224550.687500', '224551.147500', '224551.607500', '224552.067500', '224552.527500', '224552.987500', '224553.447500', '224553.907500', '224554.367500', '224554.827500', '224555.287500', '224555.747500', '224556.207500', '224556.667500', '224557.127500', '224557.587500', '224558.047500', '224558.507500', '224558.967500', '224559.427500', '224559.887500', '224600.347500', '224600.807500', '224601.267500', '224601.727500', '224602.187500', '224602.647500', '224603.107500', '224603.567500', '224604.027500', '224604.487500', '224604.947500', '224605.407500', '224605.867500', '224606.327500', '224606.787500', '224607.247500', '224607.707500', '224608.167500', '224608.627500', '224609.087500', '224609.547500', '224610.007500', '224610.467500', '224610.927500', '224611.387500', '224611.847500', '224612.307500', '224612.767500', '224613.227500', '224613.687500', '224614.147500', '224614.607500', '224615.067500', '224615.527500', '224615.987500', '224616.447500', '224616.907500', '224617.367500', '224617.827500', '224618.287500', '224618.747500', '224619.207500', '224619.667500', '224620.127500', '224620.587500', '224621.047500', '224621.507500', '224621.967500', '224622.427500', '224622.887500', '224623.347500', '224623.807500', '224624.267500', '224624.727500', '224625.187500', '224625.647500', '224626.107500', '224626.567500', '224627.027500', '224627.487500', '224627.947500', '224628.407500', '224628.867500', '224629.327500', '224629.787500', '224630.247500', '224630.707500', '224631.167500', '224631.627500', '224632.087500', '224632.547500', '224633.007500', '224633.467500', '224633.927500', '224634.387500', '224634.847500', '224635.307500', '224635.767500', '224636.227500', '224636.687500', '224637.147500', '224637.607500', '224638.067500', '224638.527500', '224638.987500', '224639.447500', '224639.907500', '224640.367500', '224640.827500', '224641.287500', '224641.747500', '224642.207500', '224642.667500', '224643.127500', '224643.587500', '224644.047500', '224644.507500', '224644.967500', '224645.427500', '224645.887500', '224646.347500', '224646.807500', '224647.267500', '224647.727500', '224648.187500', '224648.647500', '224649.107500', '224649.567500', '224650.027500', '224650.487500', '224650.947500', '224651.407500', '224651.867500', '224652.327500', '224652.787500', '224653.247500', '224653.707500', '224654.167500', '224654.627500', '224655.087500', '224655.547500', '224656.007500', '224656.467500', '224656.927500', '224657.387500', '224657.847500', '224658.307500', '224658.767500', '224659.227500', '224659.687500', '224700.147500', '224700.607500', '224701.067500', '224701.527500'], 'ContentTime': ['223259.735000', '223259.738000', '223259.740000', '223259.743000', '223259.746000', '223259.755000', '223259.757000', '223259.760000', '223259.762000', '223259.765000', '223259.767000', '223259.770000', '223259.772000', '223259.790000', '223259.793000', '223259.795000', '223259.798000', '223259.828000', '223259.831000', '223259.834000', '223259.836000', '223259.839000', '223259.841000', '223259.844000', '223259.846000', '223319.690000', '223319.693000', '223319.696000', '223319.698000', '223319.701000', '223319.704000', '223319.706000', '223319.709000', '223319.711000', '223319.714000', '223319.716000', '223319.719000', '223319.721000', '223319.724000', '223319.727000', '223319.729000', '223319.732000', '223319.734000', '223319.737000', '223319.739000', '223319.742000', '223319.744000', '223319.747000', '223319.750000', '223319.752000', '223319.755000', '223319.757000', '223319.760000', '223319.762000', '223319.765000', '223319.767000', '223319.770000', '223319.772000', '223319.775000', '223319.778000', '223319.780000', '223319.786000', '223319.788000', '223319.791000', '223319.794000', '223319.796000', '223319.799000', '223319.801000', '223339.689000', '223339.692000', '223339.695000', '223339.697000', '223339.700000', '223339.703000', '223339.706000', '223339.708000', '223339.711000', '223339.713000', '223339.716000', '223339.719000', '223339.721000', '223339.724000', '223339.726000', '223339.729000', '223339.732000', '223339.734000', '223339.737000', '223339.739000', '223339.742000', '223339.744000', '223339.747000', '223339.749000', '223339.752000', '223339.754000', '223339.757000', '223339.760000', '223339.762000', '223339.765000', '223339.767000', '223339.770000', '223339.772000', '223339.775000', '223339.778000', '223339.780000', '223339.783000', '223339.785000', '223339.788000', '223339.790000', '223339.793000', '223339.795000', '223339.798000', '223339.801000', '223359.689000', '223359.692000', '223359.695000', '223359.697000', '223359.700000', '223359.702000', '223359.705000', '223359.708000', '223359.710000', '223359.713000', '223359.715000', '223359.718000', '223359.720000', '223359.723000', '223359.726000', '223359.728000', '223359.731000', '223359.733000', '223359.736000', '223359.738000', '223359.741000', '223359.744000', '223359.746000', '223359.749000', '223359.751000', '223359.754000', '223359.756000', '223359.759000', '223359.762000', '223359.764000', '223359.767000', '223359.769000', '223359.772000', '223359.774000', '223359.777000', '223359.779000', '223359.782000', '223359.785000', '223359.787000', '223359.790000', '223359.792000', '223359.795000', '223359.797000', '223419.689000', '223419.692000', '223419.695000', '223419.697000', '223419.700000', '223419.703000', '223419.705000', '223419.708000', '223419.710000', '223419.713000', '223419.716000', '223419.718000', '223419.721000', '223419.723000', '223419.726000', '223419.728000', '223419.731000', '223419.734000', '223419.736000', '223419.739000', '223419.741000', '223419.744000', '223419.746000', '223419.749000', '223419.752000', '223419.754000', '223419.757000', '223419.759000', '223419.762000', '223419.765000', '223419.767000', '223419.770000', '223419.772000', '223419.775000', '223419.777000', '223419.780000', '223419.783000', '223419.785000', '223419.788000', '223419.790000', '223419.793000', '223419.795000', '223419.798000', '223419.801000', '223439.689000', '223439.692000', '223439.695000', '223439.697000', '223439.700000', '223439.703000', '223439.705000', '223439.708000', '223439.710000', '223439.713000', '223439.715000', '223439.718000', '223439.721000', '223439.723000', '223439.726000', '223439.728000', '223439.731000', '223439.733000', '223439.736000', '223439.739000', '223439.741000', '223439.744000', '223439.747000', '223439.749000', '223439.752000', '223439.754000', '223439.757000', '223439.771000', '223439.774000', '223439.776000', '223439.779000', '223439.781000', '223439.784000', '223439.787000', '223439.789000', '223439.792000', '223439.794000', '223439.797000', '223439.832000', '223439.835000', '223439.837000', '223439.840000', '223439.843000', '223459.691000', '223459.694000', '223459.696000', '223459.699000', '223459.701000', '223459.704000', '223459.707000', '223459.709000', '223459.712000', '223459.714000', '223459.717000', '223459.719000', '223459.722000', '223459.725000', '223459.727000', '223459.730000', '223459.732000', '223459.735000', '223459.738000', '223459.740000', '223459.743000', '223459.746000', '223459.749000', '223459.751000', '223459.754000', '223459.756000', '223459.759000', '223459.762000', '223459.764000', '223459.767000', '223459.769000', '223459.772000', '223459.775000', '223459.777000', '223459.780000', '223459.782000', '223459.785000', '223459.787000', '223459.790000', '223459.792000', '223459.795000', '223459.798000', '223459.842000', '223459.844000', '223519.690000', '223519.693000', '223519.696000', '223519.699000', '223519.701000', '223519.704000', '223519.706000', '223519.709000', '223519.712000', '223519.714000', '223519.717000', '223519.719000', '223519.722000', '223519.725000', '223519.727000', '223519.730000', '223519.732000', '223519.735000', '223519.738000', '223519.740000', '223519.743000', '223519.746000', '223519.748000', '223519.751000', '223519.753000', '223519.756000', '223519.758000', '223519.761000', '223519.764000', '223519.766000', '223519.769000', '223519.771000', '223519.774000', '223519.777000', '223519.779000', '223519.782000', '223519.784000', '223519.787000', '223519.789000', '223519.792000', '223519.795000', '223519.797000', '223519.829000', '223539.691000', '223539.693000', '223539.696000', '223539.699000', '223539.701000', '223539.704000', '223539.707000', '223539.709000', '223539.712000', '223539.714000', '223539.717000', '223539.719000', '223539.722000', '223539.725000', '223539.727000', '223539.730000', '223539.733000', '223539.735000', '223539.738000', '223539.740000', '223539.743000', '223539.745000', '223539.748000', '223539.750000', '223539.753000', '223539.756000', '223539.758000', '223539.761000', '223539.763000', '223539.766000', '223539.769000', '223539.771000', '223539.774000', '223539.776000', '223539.779000', '223539.782000', '223539.784000', '223539.787000', '223539.789000', '223539.792000', '223539.794000', '223539.797000', '223539.858000', '223559.690000', '223559.692000', '223559.695000', '223559.698000', '223559.700000', '223559.703000', '223559.705000', '223559.708000', '223559.711000', '223559.713000', '223559.716000', '223559.718000', '223559.721000', '223559.724000', '223559.726000', '223559.729000', '223559.731000', '223559.734000', '223559.736000', '223559.739000', '223559.741000', '223559.744000', '223559.747000', '223559.749000', '223559.752000', '223559.754000', '223559.757000', '223559.760000', '223559.762000', '223559.765000', '223559.767000', '223559.770000', '223559.773000', '223559.775000', '223559.778000', '223559.780000', '223559.783000', '223559.786000', '223559.788000', '223559.791000', '223559.793000', '223559.796000', '223559.799000', '223559.828000', '223619.690000', '223619.693000', '223619.696000', '223619.699000', '223619.701000', '223619.704000', '223619.707000', '223619.709000', '223619.712000', '223619.714000', '223619.717000', '223619.720000', '223619.722000', '223619.725000', '223619.727000', '223619.731000', '223619.734000', '223619.737000', '223619.739000', '223619.742000', '223619.745000', '223619.747000', '223619.750000', '223619.799000', '223619.826000', '223619.828000', '223619.831000', '223619.834000', '223619.836000', '223619.839000', '223619.841000', '223619.844000', '223619.846000', '223619.849000', '223619.851000', '223619.854000', '223619.857000', '223619.859000', '223619.862000', '223619.864000', '223619.867000', '223619.870000', '223619.872000', '223639.690000', '223639.692000', '223639.695000', '223639.699000', '223639.701000', '223639.704000', '223639.706000', '223639.709000', '223639.712000', '223639.714000', '223639.717000', '223639.719000', '223639.722000', '223639.725000', '223639.727000', '223639.730000', '223639.732000', '223639.735000', '223639.738000', '223639.740000', '223639.743000', '223639.746000', '223639.748000', '223639.751000', '223639.754000', '223639.756000', '223639.759000', '223639.761000', '223639.764000', '223639.767000', '223639.769000', '223639.772000', '223639.774000', '223639.777000', '223639.780000', '223639.782000', '223639.785000', '223639.788000', '223639.790000', '223639.793000', '223639.795000', '223639.798000', '223639.880000', '223639.882000', '223659.690000', '223659.692000', '223659.695000', '223659.698000', '223659.700000', '223659.703000', '223659.706000', '223659.709000', '223659.712000', '223659.714000', '223659.717000', '223659.720000', '223659.722000', '223659.725000', '223659.727000', '223659.730000', '223659.733000', '223659.735000', '223659.738000', '223659.740000', '223659.743000', '223659.745000', '223659.748000', '223659.751000', '223659.753000', '223659.756000', '223659.758000', '223659.761000', '223659.763000', '223659.766000', '223659.769000', '223659.771000', '223659.774000', '223659.776000', '223659.779000', '223659.782000', '223659.784000', '223659.787000', '223659.789000', '223659.792000', '223659.795000', '223659.797000', '223659.847000', '223719.690000', '223719.692000', '223719.695000', '223719.697000', '223719.700000', '223719.703000', '223719.705000', '223719.708000', '223719.710000', '223719.713000', '223719.716000', '223719.718000', '223719.721000', '223719.723000', '223719.726000', '223719.728000', '223719.731000', '223719.734000', '223719.736000', '223719.739000', '223719.741000', '223719.744000', '223719.747000', '223719.749000', '223719.752000', '223719.754000', '223719.757000', '223719.759000', '223719.762000', '223719.764000', '223719.767000', '223719.770000', '223719.772000', '223719.775000', '223719.777000', '223719.780000', '223719.782000', '223719.785000', '223719.788000', '223719.790000', '223719.793000', '223719.795000', '223719.798000', '223719.844000', '223739.691000', '223739.693000', '223739.696000', '223739.698000', '223739.701000', '223739.704000', '223739.706000', '223739.709000', '223739.711000', '223739.714000', '223739.717000', '223739.719000', '223739.722000', '223739.724000', '223739.727000', '223739.730000', '223739.732000', '223739.735000', '223739.737000', '223739.740000', '223739.743000', '223739.746000', '223739.748000', '223739.751000', '223739.754000', '223739.756000', '223739.759000', '223739.761000', '223739.764000', '223739.767000', '223739.771000', '223739.773000', '223739.776000', '223739.779000', '223739.781000', '223739.784000', '223739.787000', '223739.789000', '223739.792000', '223739.794000', '223739.797000', '223739.800000', '223739.802000', '223759.691000', '223759.693000', '223759.696000', '223759.699000', '223759.701000', '223759.704000', '223759.706000', '223759.709000', '223759.712000', '223759.714000', '223759.717000', '223759.719000', '223759.722000', '223759.725000', '223759.727000', '223759.730000', '223759.733000', '223759.735000', '223759.738000', '223759.741000', '223759.743000', '223759.746000', '223759.748000', '223759.751000', '223759.754000', '223759.756000', '223759.759000', '223759.761000', '223759.764000', '223759.766000', '223759.769000', '223759.772000', '223759.774000', '223759.777000', '223759.780000', '223759.783000', '223759.785000', '223759.788000', '223759.790000', '223759.793000', '223759.796000', '223759.798000', '223759.801000', '223759.804000', '223819.689000', '223819.692000', '223819.695000', '223819.698000', '223819.700000', '223819.703000', '223819.705000', '223819.708000', '223819.711000', '223819.713000', '223819.716000', '223819.718000', '223819.721000', '223819.723000', '223819.726000', '223819.728000', '223819.731000', '223819.734000', '223819.736000', '223819.741000', '223819.743000', '223819.746000', '223819.748000', '223819.751000', '223819.754000', '223819.757000', '223819.760000', '223819.763000', '223819.765000', '223819.768000', '223819.771000', '223819.773000', '223819.776000', '223819.778000', '223819.781000', '223819.784000', '223819.786000', '223819.789000', '223819.791000', '223819.794000', '223819.796000', '223819.799000', '223819.881000', '223839.689000', '223839.692000', '223839.695000', '223839.698000', '223839.700000', '223839.703000', '223839.706000', '223839.708000', '223839.711000', '223839.713000', '223839.716000', '223839.718000', '223839.721000', '223839.724000', '223839.726000', '223839.729000', '223839.731000', '223839.734000', '223839.737000', '223839.739000', '223839.742000', '223839.744000', '223839.747000', '223839.749000', '223839.752000', '223839.754000', '223839.757000', '223839.760000', '223839.762000', '223839.765000', '223839.767000', '223839.770000', '223839.772000', '223839.775000', '223839.778000', '223839.780000', '223839.783000', '223839.785000', '223839.788000', '223839.790000', '223839.793000', '223839.796000', '223839.798000', '223839.854000', '223859.690000', '223859.692000', '223859.695000', '223859.698000', '223859.700000', '223859.703000', '223859.705000', '223859.708000', '223859.710000', '223859.713000', '223859.716000', '223859.718000', '223859.721000', '223859.723000', '223859.726000', '223859.728000', '223859.731000', '223859.734000', '223859.736000', '223859.739000', '223859.741000', '223859.744000', '223859.746000', '223859.749000', '223859.752000', '223859.754000', '223859.757000', '223859.760000', '223859.762000', '223859.765000', '223859.767000', '223859.770000', '223859.772000', '223859.775000', '223859.778000', '223859.780000', '223859.783000', '223859.786000', '223859.789000', '223859.792000', '223859.794000', '223859.797000', '223859.878000', '223919.690000', '223919.706000', '223919.709000', '223919.711000', '223919.714000', '223919.716000', '223919.719000', '223919.721000', '223919.724000', '223919.726000', '223919.729000', '223919.732000', '223919.734000', '223919.737000', '223919.739000', '223919.742000', '223919.744000', '223919.747000', '223919.749000', '223919.752000', '223919.755000', '223919.757000', '223919.760000', '223919.762000', '223919.765000', '223919.767000', '223919.770000', '223919.772000', '223919.775000', '223919.778000', '223919.780000', '223919.783000', '223919.785000', '223919.788000', '223919.790000', '223919.793000', '223919.795000', '223919.798000', '223919.881000', '223919.884000', '223919.886000', '223919.889000', '223919.891000', '223919.894000', '223939.689000', '223939.692000', '223939.695000', '223939.704000', '223939.706000', '223939.709000', '223939.711000', '223939.714000', '223939.717000', '223939.719000', '223939.722000', '223939.724000', '223939.727000', '223939.729000', '223939.732000', '223939.735000', '223939.737000', '223939.740000', '223939.742000', '223939.745000', '223939.748000', '223939.750000', '223939.753000', '223939.755000', '223939.758000', '223939.760000', '223939.763000', '223939.765000', '223939.768000', '223939.771000', '223939.773000', '223939.776000', '223939.778000', '223939.781000', '223939.783000', '223939.786000', '223939.789000', '223939.791000', '223939.794000', '223939.796000', '223939.799000', '223939.873000', '223939.876000', '223959.691000', '223959.694000', '223959.696000', '223959.699000', '223959.701000', '223959.704000', '223959.707000', '223959.709000', '223959.712000', '223959.714000', '223959.717000', '223959.719000', '223959.722000', '223959.725000', '223959.727000', '223959.730000', '223959.732000', '223959.735000', '223959.738000', '223959.740000', '223959.743000', '223959.745000', '223959.748000', '223959.750000', '223959.753000', '223959.756000', '223959.758000', '223959.761000', '223959.764000', '223959.766000', '223959.769000', '223959.771000', '223959.774000', '223959.776000', '223959.779000', '223959.782000', '223959.784000', '223959.787000', '223959.789000', '223959.792000', '223959.795000', '223959.797000', '223959.886000', '223959.888000', '224019.690000', '224019.693000', '224019.696000', '224019.698000', '224019.701000', '224019.703000', '224019.706000', '224019.709000', '224019.711000', '224019.714000', '224019.717000', '224019.719000', '224019.722000', '224019.724000', '224019.727000', '224019.730000', '224019.732000', '224019.735000', '224019.737000', '224019.740000', '224019.742000', '224019.745000', '224019.747000', '224019.750000', '224019.753000', '224019.755000', '224019.758000', '224019.760000', '224019.763000', '224019.766000', '224019.768000', '224019.771000', '224019.774000', '224019.776000', '224019.779000', '224019.781000', '224019.784000', '224019.786000', '224019.796000', '224019.798000', '224019.855000', '224019.858000', '224019.860000', '224039.689000', '224039.692000', '224039.695000', '224039.697000', '224039.700000', '224039.703000', '224039.705000', '224039.708000', '224039.710000', '224039.713000', '224039.716000', '224039.718000', '224039.721000', '224039.723000', '224039.726000', '224039.729000', '224039.731000', '224039.734000', '224039.744000', '224039.747000', '224039.750000', '224039.752000', '224039.755000', '224039.758000', '224039.760000', '224039.763000', '224039.766000', '224039.768000', '224039.771000', '224039.773000', '224039.776000', '224039.779000', '224039.781000', '224039.784000', '224039.786000', '224039.789000', '224039.792000', '224039.794000', '224039.797000', '224039.873000', '224039.875000', '224039.878000', '224039.881000', '224039.883000', '224059.690000', '224059.692000', '224059.695000', '224059.698000', '224059.700000', '224059.703000', '224059.705000', '224059.708000', '224059.711000', '224059.713000', '224059.716000', '224059.718000', '224059.721000', '224059.724000', '224059.726000', '224059.729000', '224059.731000', '224059.734000', '224059.737000', '224059.739000', '224059.742000', '224059.744000', '224059.747000', '224059.750000', '224059.752000', '224059.755000', '224059.758000', '224059.760000', '224059.763000', '224059.766000', '224059.768000', '224059.771000', '224059.773000', '224059.776000', '224059.779000', '224059.781000', '224059.784000', '224059.786000', '224059.789000', '224059.792000', '224059.794000', '224059.797000', '224059.868000', '224119.689000', '224119.692000', '224119.695000', '224119.697000', '224119.700000', '224119.703000', '224119.705000', '224119.708000', '224119.711000', '224119.713000', '224119.716000', '224119.718000', '224119.721000', '224119.723000', '224119.726000', '224119.729000', '224119.731000', '224119.734000', '224119.736000', '224119.739000', '224119.742000', '224119.744000', '224119.747000', '224119.749000', '224119.752000', '224119.755000', '224119.757000', '224119.760000', '224119.762000', '224119.765000', '224119.767000', '224119.770000', '224119.772000', '224119.775000', '224119.778000', '224119.780000', '224119.783000', '224119.785000', '224119.788000', '224119.790000', '224119.793000', '224119.796000', '224119.798000', '224119.871000', '224139.689000', '224139.692000', '224139.695000', '224139.697000', '224139.700000', '224139.703000', '224139.705000', '224139.708000', '224139.710000', '224139.713000', '224139.715000', '224139.718000', '224139.721000', '224139.723000', '224139.726000', '224139.728000', '224139.731000', '224139.734000', '224139.736000', '224139.739000', '224139.741000', '224139.744000', '224139.746000', '224139.749000', '224139.752000', '224139.754000', '224139.757000', '224139.759000', '224139.762000', '224139.765000', '224139.767000', '224139.770000', '224139.773000', '224139.775000', '224139.778000', '224139.781000', '224139.783000', '224139.786000', '224139.788000', '224139.791000', '224139.794000', '224139.796000', '224139.799000', '224159.690000', '224159.692000', '224159.695000', '224159.698000', '224159.700000', '224159.703000', '224159.705000', '224159.708000', '224159.711000', '224159.713000', '224159.716000', '224159.719000', '224159.721000', '224159.724000', '224159.726000', '224159.729000', '224159.732000', '224159.734000', '224159.737000', '224159.739000', '224159.743000', '224159.746000', '224159.749000', '224159.752000', '224159.754000', '224159.757000', '224159.760000', '224159.762000', '224159.765000', '224159.768000', '224159.770000', '224159.773000', '224159.775000', '224159.778000', '224159.781000', '224159.784000', '224159.786000', '224159.789000', '224159.792000', '224159.794000', '224159.797000', '224159.859000', '224159.862000', '224219.691000', '224219.693000', '224219.696000', '224219.698000', '224219.701000', '224219.704000', '224219.706000', '224219.709000', '224219.712000', '224219.714000', '224219.717000', '224219.719000', '224219.722000', '224219.724000', '224219.733000', '224219.735000', '224219.738000', '224219.740000', '224219.743000', '224219.745000', '224219.748000', '224219.751000', '224219.753000', '224219.756000', '224219.759000', '224219.761000', '224219.764000', '224219.766000', '224219.769000', '224219.772000', '224219.774000', '224219.777000', '224219.779000', '224219.782000', '224219.785000', '224219.787000', '224219.790000', '224219.792000', '224219.795000', '224219.797000', '224219.849000', '224219.851000', '224219.854000', '224219.857000', '224239.691000', '224239.694000', '224239.696000', '224239.699000', '224239.701000', '224239.704000', '224239.707000', '224239.709000', '224239.712000', '224239.715000', '224239.717000', '224239.720000', '224239.722000', '224239.725000', '224239.727000', '224239.730000', '224239.733000', '224239.735000', '224239.738000', '224239.740000', '224239.743000', '224239.746000', '224239.749000', '224239.751000', '224239.754000', '224239.757000', '224239.759000', '224239.762000', '224239.764000', '224239.767000', '224239.769000', '224239.772000', '224239.775000', '224239.777000', '224239.780000', '224239.782000', '224239.785000', '224239.787000', '224239.790000', '224239.793000', '224239.795000', '224239.798000', '224239.873000', '224259.690000', '224259.692000', '224259.695000', '224259.698000', '224259.700000', '224259.703000', '224259.706000', '224259.708000', '224259.711000', '224259.713000', '224259.716000', '224259.719000', '224259.721000', '224259.724000', '224259.726000', '224259.729000', '224259.732000', '224259.734000', '224259.737000', '224259.739000', '224259.742000', '224259.744000', '224259.747000', '224259.750000', '224259.752000', '224259.755000', '224259.758000', '224259.760000', '224259.763000', '224259.765000', '224259.768000', '224259.770000', '224259.773000', '224259.776000', '224259.778000', '224259.781000', '224259.783000', '224259.786000', '224259.789000', '224259.791000', '224259.794000', '224259.796000', '224259.799000', '224259.879000', '224319.690000', '224319.692000', '224319.695000', '224319.698000', '224319.700000', '224319.703000', '224319.705000', '224319.708000', '224319.711000', '224319.713000', '224319.716000', '224319.718000', '224319.721000', '224319.724000', '224319.726000', '224319.729000', '224319.731000', '224319.734000', '224319.736000', '224319.739000', '224319.742000', '224319.744000', '224319.747000', '224319.749000', '224319.752000', '224319.754000', '224319.757000', '224319.759000', '224319.762000', '224319.765000', '224319.767000', '224319.770000', '224319.772000', '224319.775000', '224319.778000', '224319.780000', '224319.783000', '224319.786000', '224319.788000', '224319.791000', '224319.794000', '224319.796000', '224319.799000', '224339.690000', '224339.693000', '224339.695000', '224339.698000', '224339.700000', '224339.703000', '224339.706000', '224339.708000', '224339.711000', '224339.713000', '224339.716000', '224339.722000', '224339.724000', '224339.727000', '224339.730000', '224339.732000', '224339.735000', '224339.737000', '224339.740000', '224339.742000', '224339.745000', '224339.748000', '224339.750000', '224339.753000', '224339.755000', '224339.758000', '224339.761000', '224339.763000', '224339.766000', '224339.769000', '224339.771000', '224339.774000', '224339.776000', '224339.779000', '224339.782000', '224339.784000', '224339.787000', '224339.789000', '224339.792000', '224339.795000', '224339.797000', '224339.800000', '224339.861000', '224339.864000', '224359.690000', '224359.693000', '224359.695000', '224359.698000', '224359.700000', '224359.703000', '224359.706000', '224359.708000', '224359.711000', '224359.714000', '224359.717000', '224359.720000', '224359.723000', '224359.725000', '224359.729000', '224359.732000', '224359.734000', '224359.737000', '224359.739000', '224359.742000', '224359.745000', '224359.747000', '224359.750000', '224359.752000', '224359.755000', '224359.758000', '224359.760000', '224359.763000', '224359.765000', '224359.768000', '224359.771000', '224359.773000', '224359.776000', '224359.778000', '224359.781000', '224359.784000', '224359.786000', '224359.789000', '224359.792000', '224359.794000', '224359.797000', '224359.882000', '224359.885000', '224419.690000', '224419.692000', '224419.695000', '224419.698000', '224419.700000', '224419.703000', '224419.705000', '224419.708000', '224419.710000', '224419.713000', '224419.715000', '224419.718000', '224419.721000', '224419.723000', '224419.726000', '224419.728000', '224419.731000', '224419.744000', '224419.746000', '224419.749000', '224419.751000', '224419.754000', '224419.757000', '224419.759000', '224419.762000', '224419.765000', '224419.767000', '224419.770000', '224419.772000', '224419.775000', '224419.777000', '224419.780000', '224419.783000', '224419.785000', '224419.788000', '224419.790000', '224419.793000', '224419.795000', '224419.798000', '224419.834000', '224419.837000', '224419.839000', '224419.842000', '224419.844000', '224439.691000', '224439.694000', '224439.696000', '224439.699000', '224439.702000', '224439.704000', '224439.707000', '224439.710000', '224439.712000', '224439.715000', '224439.718000', '224439.720000', '224439.723000', '224439.725000', '224439.728000', '224439.731000', '224439.733000', '224439.736000', '224439.738000', '224439.741000', '224439.744000', '224439.746000', '224439.749000', '224439.751000', '224439.754000', '224439.757000', '224439.759000', '224439.762000', '224439.764000', '224439.767000', '224439.770000', '224439.772000', '224439.775000', '224439.777000', '224439.780000', '224439.782000', '224439.785000', '224439.788000', '224439.790000', '224439.793000', '224439.795000', '224439.798000', '224439.801000', '224459.691000', '224459.694000', '224459.696000', '224459.699000', '224459.701000', '224459.704000', '224459.707000', '224459.709000', '224459.712000', '224459.714000', '224459.717000', '224459.720000', '224459.722000', '224459.725000', '224459.728000', '224459.730000', '224459.733000', '224459.735000', '224459.738000', '224459.741000', '224459.743000', '224459.746000', '224459.748000', '224459.751000', '224459.753000', '224459.756000', '224459.759000', '224459.762000', '224459.764000', '224459.767000', '224459.769000', '224459.772000', '224459.775000', '224459.777000', '224459.780000', '224459.782000', '224459.785000', '224459.787000', '224459.790000', '224459.793000', '224459.795000', '224459.798000', '224459.800000', '224459.887000', '224519.690000', '224519.692000', '224519.695000', '224519.698000', '224519.701000', '224519.704000', '224519.707000', '224519.709000', '224519.712000', '224519.714000', '224519.717000', '224519.720000', '224519.722000', '224519.725000', '224519.728000', '224519.730000', '224519.733000', '224519.735000', '224519.738000', '224519.741000', '224519.743000', '224519.746000', '224519.748000', '224519.751000', '224519.753000', '224519.756000', '224519.759000', '224519.761000', '224519.764000', '224519.767000', '224519.770000', '224519.773000', '224519.775000', '224519.778000', '224519.780000', '224519.783000', '224519.786000', '224519.788000', '224519.791000', '224519.793000', '224519.796000', '224519.799000', '224519.856000', '224539.690000', '224539.693000', '224539.695000', '224539.698000', '224539.700000', '224539.703000', '224539.705000', '224539.708000', '224539.711000', '224539.713000', '224539.716000', '224539.718000', '224539.721000', '224539.724000', '224539.726000', '224539.729000', '224539.732000', '224539.734000', '224539.737000', '224539.739000', '224539.742000', '224539.745000', '224539.747000', '224539.750000', '224539.752000', '224539.755000', '224539.758000', '224539.760000', '224539.763000', '224539.766000', '224539.768000', '224539.771000', '224539.773000', '224539.776000', '224539.779000', '224539.781000', '224539.784000', '224539.786000', '224539.789000', '224539.792000', '224539.794000', '224539.797000', '224539.800000', '224539.895000', '224559.690000', '224559.693000', '224559.695000', '224559.698000', '224559.700000', '224559.703000', '224559.705000', '224559.708000', '224559.711000', '224559.713000', '224559.716000', '224559.719000', '224559.721000', '224559.724000', '224559.726000', '224559.729000', '224559.733000', '224559.736000', '224559.738000', '224559.741000', '224559.744000', '224559.746000', '224559.749000', '224559.751000', '224559.754000', '224559.757000', '224559.759000', '224559.762000', '224559.765000', '224559.767000', '224559.770000', '224559.772000', '224559.775000', '224559.778000', '224559.780000', '224559.783000', '224559.785000', '224559.788000', '224559.791000', '224559.793000', '224559.796000', '224559.798000', '224559.879000', '224619.690000', '224619.692000', '224619.695000', '224619.698000', '224619.700000', '224619.703000', '224619.705000', '224619.708000', '224619.710000', '224619.713000', '224619.716000', '224619.718000', '224619.721000', '224619.723000', '224619.726000', '224619.728000', '224619.731000', '224619.734000', '224619.736000', '224619.739000', '224619.741000', '224619.744000', '224619.746000', '224619.749000', '224619.751000', '224619.754000', '224619.757000', '224619.759000', '224619.762000', '224619.764000', '224619.767000', '224619.770000', '224619.772000', '224619.775000', '224619.777000', '224619.780000', '224619.782000', '224619.785000', '224619.788000', '224619.790000', '224619.793000', '224619.796000', '224619.798000', '224619.801000', '224639.690000', '224639.693000', '224639.695000', '224639.698000', '224639.700000', '224639.703000', '224639.706000', '224639.708000', '224639.711000', '224639.713000', '224639.723000', '224639.726000', '224639.728000', '224639.731000', '224639.733000', '224639.736000', '224639.739000', '224639.741000', '224639.744000', '224639.747000', '224639.749000', '224639.752000', '224639.754000', '224639.757000', '224639.760000', '224639.762000', '224639.765000', '224639.768000', '224639.770000', '224639.773000', '224639.775000', '224639.778000', '224639.781000', '224639.783000', '224639.786000', '224639.788000', '224639.791000', '224639.794000', '224639.796000', '224639.799000', '224639.890000', '224639.893000', '224639.895000', '224659.691000', '224659.694000', '224659.696000', '224659.699000', '224659.701000', '224659.704000', '224659.707000', '224659.709000', '224659.712000', '224659.715000', '224659.717000', '224659.720000', '224659.723000', '224659.725000', '224659.728000', '224659.730000', '224659.733000', '224659.736000', '224659.738000', '224659.741000', '224659.743000', '224659.746000', '224659.748000', '224659.751000', '224659.754000', '224659.756000', '224659.759000', '224659.761000', '224659.764000', '224659.767000', '224659.769000', '224659.772000', '224659.775000', '224659.777000', '224659.780000', '224659.782000', '224659.785000', '224659.788000', '224659.790000', '224659.793000', '224659.796000', '224659.798000', '224659.867000', '224659.870000', '224703.209000', '224703.212000', '224703.215000', '224703.218000', '224703.220000', '224703.223000', '224703.226000', '224703.229000'], 'InstanceCreationTime': ['223259.735000', '223259.738000', '223259.740000', '223259.743000', '223259.746000', '223259.755000', '223259.757000', '223259.760000', '223259.762000', '223259.765000', '223259.767000', '223259.770000', '223259.772000', '223259.790000', '223259.793000', '223259.795000', '223259.798000', '223259.828000', '223259.831000', '223259.834000', '223259.836000', '223259.839000', '223259.841000', '223259.844000', '223259.846000', '223319.690000', '223319.693000', '223319.696000', '223319.698000', '223319.701000', '223319.704000', '223319.706000', '223319.709000', '223319.711000', '223319.714000', '223319.716000', '223319.719000', '223319.721000', '223319.724000', '223319.727000', '223319.729000', '223319.732000', '223319.734000', '223319.737000', '223319.739000', '223319.742000', '223319.744000', '223319.747000', '223319.750000', '223319.752000', '223319.755000', '223319.757000', '223319.760000', '223319.762000', '223319.765000', '223319.767000', '223319.770000', '223319.772000', '223319.775000', '223319.778000', '223319.780000', '223319.786000', '223319.788000', '223319.791000', '223319.794000', '223319.796000', '223319.799000', '223319.801000', '223339.689000', '223339.692000', '223339.695000', '223339.697000', '223339.700000', '223339.703000', '223339.706000', '223339.708000', '223339.711000', '223339.713000', '223339.716000', '223339.719000', '223339.721000', '223339.724000', '223339.726000', '223339.729000', '223339.732000', '223339.734000', '223339.737000', '223339.739000', '223339.742000', '223339.744000', '223339.747000', '223339.749000', '223339.752000', '223339.754000', '223339.757000', '223339.760000', '223339.762000', '223339.765000', '223339.767000', '223339.770000', '223339.772000', '223339.775000', '223339.778000', '223339.780000', '223339.783000', '223339.785000', '223339.788000', '223339.790000', '223339.793000', '223339.795000', '223339.798000', '223339.801000', '223359.689000', '223359.692000', '223359.695000', '223359.697000', '223359.700000', '223359.702000', '223359.705000', '223359.708000', '223359.710000', '223359.713000', '223359.715000', '223359.718000', '223359.720000', '223359.723000', '223359.726000', '223359.728000', '223359.731000', '223359.733000', '223359.736000', '223359.738000', '223359.741000', '223359.744000', '223359.746000', '223359.749000', '223359.751000', '223359.754000', '223359.756000', '223359.759000', '223359.762000', '223359.764000', '223359.767000', '223359.769000', '223359.772000', '223359.774000', '223359.777000', '223359.779000', '223359.782000', '223359.785000', '223359.787000', '223359.790000', '223359.792000', '223359.795000', '223359.797000', '223419.689000', '223419.692000', '223419.695000', '223419.697000', '223419.700000', '223419.703000', '223419.705000', '223419.708000', '223419.710000', '223419.713000', '223419.716000', '223419.718000', '223419.721000', '223419.723000', '223419.726000', '223419.728000', '223419.731000', '223419.734000', '223419.736000', '223419.739000', '223419.741000', '223419.744000', '223419.746000', '223419.749000', '223419.752000', '223419.754000', '223419.757000', '223419.759000', '223419.762000', '223419.765000', '223419.767000', '223419.770000', '223419.772000', '223419.775000', '223419.777000', '223419.780000', '223419.783000', '223419.785000', '223419.788000', '223419.790000', '223419.793000', '223419.795000', '223419.798000', '223419.801000', '223439.689000', '223439.692000', '223439.695000', '223439.697000', '223439.700000', '223439.703000', '223439.705000', '223439.708000', '223439.710000', '223439.713000', '223439.715000', '223439.718000', '223439.721000', '223439.723000', '223439.726000', '223439.728000', '223439.731000', '223439.733000', '223439.736000', '223439.739000', '223439.741000', '223439.744000', '223439.747000', '223439.749000', '223439.752000', '223439.754000', '223439.757000', '223439.771000', '223439.774000', '223439.776000', '223439.779000', '223439.781000', '223439.784000', '223439.787000', '223439.789000', '223439.792000', '223439.794000', '223439.797000', '223439.832000', '223439.835000', '223439.837000', '223439.840000', '223439.843000', '223459.691000', '223459.694000', '223459.696000', '223459.699000', '223459.701000', '223459.704000', '223459.707000', '223459.709000', '223459.712000', '223459.714000', '223459.717000', '223459.719000', '223459.722000', '223459.725000', '223459.727000', '223459.730000', '223459.732000', '223459.735000', '223459.738000', '223459.740000', '223459.743000', '223459.746000', '223459.749000', '223459.751000', '223459.754000', '223459.756000', '223459.759000', '223459.762000', '223459.764000', '223459.767000', '223459.769000', '223459.772000', '223459.775000', '223459.777000', '223459.780000', '223459.782000', '223459.785000', '223459.787000', '223459.790000', '223459.792000', '223459.795000', '223459.798000', '223459.842000', '223459.844000', '223519.690000', '223519.693000', '223519.696000', '223519.699000', '223519.701000', '223519.704000', '223519.706000', '223519.709000', '223519.712000', '223519.714000', '223519.717000', '223519.719000', '223519.722000', '223519.725000', '223519.727000', '223519.730000', '223519.732000', '223519.735000', '223519.738000', '223519.740000', '223519.743000', '223519.746000', '223519.748000', '223519.751000', '223519.753000', '223519.756000', '223519.758000', '223519.761000', '223519.764000', '223519.766000', '223519.769000', '223519.771000', '223519.774000', '223519.777000', '223519.779000', '223519.782000', '223519.784000', '223519.787000', '223519.789000', '223519.792000', '223519.795000', '223519.797000', '223519.829000', '223539.691000', '223539.693000', '223539.696000', '223539.699000', '223539.701000', '223539.704000', '223539.707000', '223539.709000', '223539.712000', '223539.714000', '223539.717000', '223539.719000', '223539.722000', '223539.725000', '223539.727000', '223539.730000', '223539.733000', '223539.735000', '223539.738000', '223539.740000', '223539.743000', '223539.745000', '223539.748000', '223539.750000', '223539.753000', '223539.756000', '223539.758000', '223539.761000', '223539.763000', '223539.766000', '223539.769000', '223539.771000', '223539.774000', '223539.776000', '223539.779000', '223539.782000', '223539.784000', '223539.787000', '223539.789000', '223539.792000', '223539.794000', '223539.797000', '223539.858000', '223559.690000', '223559.692000', '223559.695000', '223559.698000', '223559.700000', '223559.703000', '223559.705000', '223559.708000', '223559.711000', '223559.713000', '223559.716000', '223559.718000', '223559.721000', '223559.724000', '223559.726000', '223559.729000', '223559.731000', '223559.734000', '223559.736000', '223559.739000', '223559.741000', '223559.744000', '223559.747000', '223559.749000', '223559.752000', '223559.754000', '223559.757000', '223559.760000', '223559.762000', '223559.765000', '223559.767000', '223559.770000', '223559.773000', '223559.775000', '223559.778000', '223559.780000', '223559.783000', '223559.786000', '223559.788000', '223559.791000', '223559.793000', '223559.796000', '223559.799000', '223559.828000', '223619.690000', '223619.693000', '223619.696000', '223619.699000', '223619.701000', '223619.704000', '223619.707000', '223619.709000', '223619.712000', '223619.714000', '223619.717000', '223619.720000', '223619.722000', '223619.725000', '223619.727000', '223619.731000', '223619.734000', '223619.737000', '223619.739000', '223619.742000', '223619.745000', '223619.747000', '223619.750000', '223619.799000', '223619.826000', '223619.828000', '223619.831000', '223619.834000', '223619.836000', '223619.839000', '223619.841000', '223619.844000', '223619.846000', '223619.849000', '223619.851000', '223619.854000', '223619.857000', '223619.859000', '223619.862000', '223619.864000', '223619.867000', '223619.870000', '223619.872000', '223639.690000', '223639.692000', '223639.695000', '223639.699000', '223639.701000', '223639.704000', '223639.706000', '223639.709000', '223639.712000', '223639.714000', '223639.717000', '223639.719000', '223639.722000', '223639.725000', '223639.727000', '223639.730000', '223639.732000', '223639.735000', '223639.738000', '223639.740000', '223639.743000', '223639.746000', '223639.748000', '223639.751000', '223639.754000', '223639.756000', '223639.759000', '223639.761000', '223639.764000', '223639.767000', '223639.769000', '223639.772000', '223639.774000', '223639.777000', '223639.780000', '223639.782000', '223639.785000', '223639.788000', '223639.790000', '223639.793000', '223639.795000', '223639.798000', '223639.880000', '223639.882000', '223659.690000', '223659.692000', '223659.695000', '223659.698000', '223659.700000', '223659.703000', '223659.706000', '223659.709000', '223659.712000', '223659.714000', '223659.717000', '223659.720000', '223659.722000', '223659.725000', '223659.727000', '223659.730000', '223659.733000', '223659.735000', '223659.738000', '223659.740000', '223659.743000', '223659.745000', '223659.748000', '223659.751000', '223659.753000', '223659.756000', '223659.758000', '223659.761000', '223659.763000', '223659.766000', '223659.769000', '223659.771000', '223659.774000', '223659.776000', '223659.779000', '223659.782000', '223659.784000', '223659.787000', '223659.789000', '223659.792000', '223659.795000', '223659.797000', '223659.847000', '223719.690000', '223719.692000', '223719.695000', '223719.697000', '223719.700000', '223719.703000', '223719.705000', '223719.708000', '223719.710000', '223719.713000', '223719.716000', '223719.718000', '223719.721000', '223719.723000', '223719.726000', '223719.728000', '223719.731000', '223719.734000', '223719.736000', '223719.739000', '223719.741000', '223719.744000', '223719.747000', '223719.749000', '223719.752000', '223719.754000', '223719.757000', '223719.759000', '223719.762000', '223719.764000', '223719.767000', '223719.770000', '223719.772000', '223719.775000', '223719.777000', '223719.780000', '223719.782000', '223719.785000', '223719.788000', '223719.790000', '223719.793000', '223719.795000', '223719.798000', '223719.844000', '223739.691000', '223739.693000', '223739.696000', '223739.698000', '223739.701000', '223739.704000', '223739.706000', '223739.709000', '223739.711000', '223739.714000', '223739.717000', '223739.719000', '223739.722000', '223739.724000', '223739.727000', '223739.730000', '223739.732000', '223739.735000', '223739.737000', '223739.740000', '223739.743000', '223739.746000', '223739.748000', '223739.751000', '223739.754000', '223739.756000', '223739.759000', '223739.761000', '223739.764000', '223739.767000', '223739.771000', '223739.773000', '223739.776000', '223739.779000', '223739.781000', '223739.784000', '223739.787000', '223739.789000', '223739.792000', '223739.794000', '223739.797000', '223739.800000', '223739.802000', '223759.691000', '223759.693000', '223759.696000', '223759.699000', '223759.701000', '223759.704000', '223759.706000', '223759.709000', '223759.712000', '223759.714000', '223759.717000', '223759.719000', '223759.722000', '223759.725000', '223759.727000', '223759.730000', '223759.733000', '223759.735000', '223759.738000', '223759.741000', '223759.743000', '223759.746000', '223759.748000', '223759.751000', '223759.754000', '223759.756000', '223759.759000', '223759.761000', '223759.764000', '223759.766000', '223759.769000', '223759.772000', '223759.774000', '223759.777000', '223759.780000', '223759.783000', '223759.785000', '223759.788000', '223759.790000', '223759.793000', '223759.796000', '223759.798000', '223759.801000', '223759.804000', '223819.689000', '223819.692000', '223819.695000', '223819.698000', '223819.700000', '223819.703000', '223819.705000', '223819.708000', '223819.711000', '223819.713000', '223819.716000', '223819.718000', '223819.721000', '223819.723000', '223819.726000', '223819.728000', '223819.731000', '223819.734000', '223819.736000', '223819.741000', '223819.743000', '223819.746000', '223819.748000', '223819.751000', '223819.754000', '223819.757000', '223819.760000', '223819.763000', '223819.765000', '223819.768000', '223819.771000', '223819.773000', '223819.776000', '223819.778000', '223819.781000', '223819.784000', '223819.786000', '223819.789000', '223819.791000', '223819.794000', '223819.796000', '223819.799000', '223819.881000', '223839.689000', '223839.692000', '223839.695000', '223839.698000', '223839.700000', '223839.703000', '223839.706000', '223839.708000', '223839.711000', '223839.713000', '223839.716000', '223839.718000', '223839.721000', '223839.724000', '223839.726000', '223839.729000', '223839.731000', '223839.734000', '223839.737000', '223839.739000', '223839.742000', '223839.744000', '223839.747000', '223839.749000', '223839.752000', '223839.754000', '223839.757000', '223839.760000', '223839.762000', '223839.765000', '223839.767000', '223839.770000', '223839.772000', '223839.775000', '223839.778000', '223839.780000', '223839.783000', '223839.785000', '223839.788000', '223839.790000', '223839.793000', '223839.796000', '223839.798000', '223839.854000', '223859.690000', '223859.692000', '223859.695000', '223859.698000', '223859.700000', '223859.703000', '223859.705000', '223859.708000', '223859.710000', '223859.713000', '223859.716000', '223859.718000', '223859.721000', '223859.723000', '223859.726000', '223859.728000', '223859.731000', '223859.734000', '223859.736000', '223859.739000', '223859.741000', '223859.744000', '223859.746000', '223859.749000', '223859.752000', '223859.754000', '223859.757000', '223859.760000', '223859.762000', '223859.765000', '223859.767000', '223859.770000', '223859.772000', '223859.775000', '223859.778000', '223859.780000', '223859.783000', '223859.786000', '223859.789000', '223859.792000', '223859.794000', '223859.797000', '223859.878000', '223919.690000', '223919.706000', '223919.709000', '223919.711000', '223919.714000', '223919.716000', '223919.719000', '223919.721000', '223919.724000', '223919.726000', '223919.729000', '223919.732000', '223919.734000', '223919.737000', '223919.739000', '223919.742000', '223919.744000', '223919.747000', '223919.749000', '223919.752000', '223919.755000', '223919.757000', '223919.760000', '223919.762000', '223919.765000', '223919.767000', '223919.770000', '223919.772000', '223919.775000', '223919.778000', '223919.780000', '223919.783000', '223919.785000', '223919.788000', '223919.790000', '223919.793000', '223919.795000', '223919.798000', '223919.881000', '223919.884000', '223919.886000', '223919.889000', '223919.891000', '223919.894000', '223939.689000', '223939.692000', '223939.695000', '223939.704000', '223939.706000', '223939.709000', '223939.711000', '223939.714000', '223939.717000', '223939.719000', '223939.722000', '223939.724000', '223939.727000', '223939.729000', '223939.732000', '223939.735000', '223939.737000', '223939.740000', '223939.742000', '223939.745000', '223939.748000', '223939.750000', '223939.753000', '223939.755000', '223939.758000', '223939.760000', '223939.763000', '223939.765000', '223939.768000', '223939.771000', '223939.773000', '223939.776000', '223939.778000', '223939.781000', '223939.783000', '223939.786000', '223939.789000', '223939.791000', '223939.794000', '223939.796000', '223939.799000', '223939.873000', '223939.876000', '223959.691000', '223959.694000', '223959.696000', '223959.699000', '223959.701000', '223959.704000', '223959.707000', '223959.709000', '223959.712000', '223959.714000', '223959.717000', '223959.719000', '223959.722000', '223959.725000', '223959.727000', '223959.730000', '223959.732000', '223959.735000', '223959.738000', '223959.740000', '223959.743000', '223959.745000', '223959.748000', '223959.750000', '223959.753000', '223959.756000', '223959.758000', '223959.761000', '223959.764000', '223959.766000', '223959.769000', '223959.771000', '223959.774000', '223959.776000', '223959.779000', '223959.782000', '223959.784000', '223959.787000', '223959.789000', '223959.792000', '223959.795000', '223959.797000', '223959.886000', '223959.888000', '224019.690000', '224019.693000', '224019.696000', '224019.698000', '224019.701000', '224019.703000', '224019.706000', '224019.709000', '224019.711000', '224019.714000', '224019.717000', '224019.719000', '224019.722000', '224019.724000', '224019.727000', '224019.730000', '224019.732000', '224019.735000', '224019.737000', '224019.740000', '224019.742000', '224019.745000', '224019.747000', '224019.750000', '224019.753000', '224019.755000', '224019.758000', '224019.760000', '224019.763000', '224019.766000', '224019.768000', '224019.771000', '224019.774000', '224019.776000', '224019.779000', '224019.781000', '224019.784000', '224019.786000', '224019.796000', '224019.798000', '224019.855000', '224019.858000', '224019.860000', '224039.689000', '224039.692000', '224039.695000', '224039.697000', '224039.700000', '224039.703000', '224039.705000', '224039.708000', '224039.710000', '224039.713000', '224039.716000', '224039.718000', '224039.721000', '224039.723000', '224039.726000', '224039.729000', '224039.731000', '224039.734000', '224039.744000', '224039.747000', '224039.750000', '224039.752000', '224039.755000', '224039.758000', '224039.760000', '224039.763000', '224039.766000', '224039.768000', '224039.771000', '224039.773000', '224039.776000', '224039.779000', '224039.781000', '224039.784000', '224039.786000', '224039.789000', '224039.792000', '224039.794000', '224039.797000', '224039.873000', '224039.875000', '224039.878000', '224039.881000', '224039.883000', '224059.690000', '224059.692000', '224059.695000', '224059.698000', '224059.700000', '224059.703000', '224059.705000', '224059.708000', '224059.711000', '224059.713000', '224059.716000', '224059.718000', '224059.721000', '224059.724000', '224059.726000', '224059.729000', '224059.731000', '224059.734000', '224059.737000', '224059.739000', '224059.742000', '224059.744000', '224059.747000', '224059.750000', '224059.752000', '224059.755000', '224059.758000', '224059.760000', '224059.763000', '224059.766000', '224059.768000', '224059.771000', '224059.773000', '224059.776000', '224059.779000', '224059.781000', '224059.784000', '224059.786000', '224059.789000', '224059.792000', '224059.794000', '224059.797000', '224059.868000', '224119.689000', '224119.692000', '224119.695000', '224119.697000', '224119.700000', '224119.703000', '224119.705000', '224119.708000', '224119.711000', '224119.713000', '224119.716000', '224119.718000', '224119.721000', '224119.723000', '224119.726000', '224119.729000', '224119.731000', '224119.734000', '224119.736000', '224119.739000', '224119.742000', '224119.744000', '224119.747000', '224119.749000', '224119.752000', '224119.755000', '224119.757000', '224119.760000', '224119.762000', '224119.765000', '224119.767000', '224119.770000', '224119.772000', '224119.775000', '224119.778000', '224119.780000', '224119.783000', '224119.785000', '224119.788000', '224119.790000', '224119.793000', '224119.796000', '224119.798000', '224119.871000', '224139.689000', '224139.692000', '224139.695000', '224139.697000', '224139.700000', '224139.703000', '224139.705000', '224139.708000', '224139.710000', '224139.713000', '224139.715000', '224139.718000', '224139.721000', '224139.723000', '224139.726000', '224139.728000', '224139.731000', '224139.734000', '224139.736000', '224139.739000', '224139.741000', '224139.744000', '224139.746000', '224139.749000', '224139.752000', '224139.754000', '224139.757000', '224139.759000', '224139.762000', '224139.765000', '224139.767000', '224139.770000', '224139.773000', '224139.775000', '224139.778000', '224139.781000', '224139.783000', '224139.786000', '224139.788000', '224139.791000', '224139.794000', '224139.796000', '224139.799000', '224159.690000', '224159.692000', '224159.695000', '224159.698000', '224159.700000', '224159.703000', '224159.705000', '224159.708000', '224159.711000', '224159.713000', '224159.716000', '224159.719000', '224159.721000', '224159.724000', '224159.726000', '224159.729000', '224159.732000', '224159.734000', '224159.737000', '224159.739000', '224159.743000', '224159.746000', '224159.749000', '224159.752000', '224159.754000', '224159.757000', '224159.760000', '224159.762000', '224159.765000', '224159.768000', '224159.770000', '224159.773000', '224159.775000', '224159.778000', '224159.781000', '224159.784000', '224159.786000', '224159.789000', '224159.792000', '224159.794000', '224159.797000', '224159.859000', '224159.862000', '224219.691000', '224219.693000', '224219.696000', '224219.698000', '224219.701000', '224219.704000', '224219.706000', '224219.709000', '224219.712000', '224219.714000', '224219.717000', '224219.719000', '224219.722000', '224219.724000', '224219.733000', '224219.735000', '224219.738000', '224219.740000', '224219.743000', '224219.745000', '224219.748000', '224219.751000', '224219.753000', '224219.756000', '224219.759000', '224219.761000', '224219.764000', '224219.766000', '224219.769000', '224219.772000', '224219.774000', '224219.777000', '224219.779000', '224219.782000', '224219.785000', '224219.787000', '224219.790000', '224219.792000', '224219.795000', '224219.797000', '224219.849000', '224219.851000', '224219.854000', '224219.857000', '224239.691000', '224239.694000', '224239.696000', '224239.699000', '224239.701000', '224239.704000', '224239.707000', '224239.709000', '224239.712000', '224239.715000', '224239.717000', '224239.720000', '224239.722000', '224239.725000', '224239.727000', '224239.730000', '224239.733000', '224239.735000', '224239.738000', '224239.740000', '224239.743000', '224239.746000', '224239.749000', '224239.751000', '224239.754000', '224239.757000', '224239.759000', '224239.762000', '224239.764000', '224239.767000', '224239.769000', '224239.772000', '224239.775000', '224239.777000', '224239.780000', '224239.782000', '224239.785000', '224239.787000', '224239.790000', '224239.793000', '224239.795000', '224239.798000', '224239.873000', '224259.690000', '224259.692000', '224259.695000', '224259.698000', '224259.700000', '224259.703000', '224259.706000', '224259.708000', '224259.711000', '224259.713000', '224259.716000', '224259.719000', '224259.721000', '224259.724000', '224259.726000', '224259.729000', '224259.732000', '224259.734000', '224259.737000', '224259.739000', '224259.742000', '224259.744000', '224259.747000', '224259.750000', '224259.752000', '224259.755000', '224259.758000', '224259.760000', '224259.763000', '224259.765000', '224259.768000', '224259.770000', '224259.773000', '224259.776000', '224259.778000', '224259.781000', '224259.783000', '224259.786000', '224259.789000', '224259.791000', '224259.794000', '224259.796000', '224259.799000', '224259.879000', '224319.690000', '224319.692000', '224319.695000', '224319.698000', '224319.700000', '224319.703000', '224319.705000', '224319.708000', '224319.711000', '224319.713000', '224319.716000', '224319.718000', '224319.721000', '224319.724000', '224319.726000', '224319.729000', '224319.731000', '224319.734000', '224319.736000', '224319.739000', '224319.742000', '224319.744000', '224319.747000', '224319.749000', '224319.752000', '224319.754000', '224319.757000', '224319.759000', '224319.762000', '224319.765000', '224319.767000', '224319.770000', '224319.772000', '224319.775000', '224319.778000', '224319.780000', '224319.783000', '224319.786000', '224319.788000', '224319.791000', '224319.794000', '224319.796000', '224319.799000', '224339.690000', '224339.693000', '224339.695000', '224339.698000', '224339.700000', '224339.703000', '224339.706000', '224339.708000', '224339.711000', '224339.713000', '224339.716000', '224339.722000', '224339.724000', '224339.727000', '224339.730000', '224339.732000', '224339.735000', '224339.737000', '224339.740000', '224339.742000', '224339.745000', '224339.748000', '224339.750000', '224339.753000', '224339.755000', '224339.758000', '224339.761000', '224339.763000', '224339.766000', '224339.769000', '224339.771000', '224339.774000', '224339.776000', '224339.779000', '224339.782000', '224339.784000', '224339.787000', '224339.789000', '224339.792000', '224339.795000', '224339.797000', '224339.800000', '224339.861000', '224339.864000', '224359.690000', '224359.693000', '224359.695000', '224359.698000', '224359.700000', '224359.703000', '224359.706000', '224359.708000', '224359.711000', '224359.714000', '224359.717000', '224359.720000', '224359.723000', '224359.725000', '224359.729000', '224359.732000', '224359.734000', '224359.737000', '224359.739000', '224359.742000', '224359.745000', '224359.747000', '224359.750000', '224359.752000', '224359.755000', '224359.758000', '224359.760000', '224359.763000', '224359.765000', '224359.768000', '224359.771000', '224359.773000', '224359.776000', '224359.778000', '224359.781000', '224359.784000', '224359.786000', '224359.789000', '224359.792000', '224359.794000', '224359.797000', '224359.882000', '224359.885000', '224419.690000', '224419.692000', '224419.695000', '224419.698000', '224419.700000', '224419.703000', '224419.705000', '224419.708000', '224419.710000', '224419.713000', '224419.715000', '224419.718000', '224419.721000', '224419.723000', '224419.726000', '224419.728000', '224419.731000', '224419.744000', '224419.746000', '224419.749000', '224419.751000', '224419.754000', '224419.757000', '224419.759000', '224419.762000', '224419.765000', '224419.767000', '224419.770000', '224419.772000', '224419.775000', '224419.777000', '224419.780000', '224419.783000', '224419.785000', '224419.788000', '224419.790000', '224419.793000', '224419.795000', '224419.798000', '224419.834000', '224419.837000', '224419.839000', '224419.842000', '224419.844000', '224439.691000', '224439.694000', '224439.696000', '224439.699000', '224439.702000', '224439.704000', '224439.707000', '224439.710000', '224439.712000', '224439.715000', '224439.718000', '224439.720000', '224439.723000', '224439.725000', '224439.728000', '224439.731000', '224439.733000', '224439.736000', '224439.738000', '224439.741000', '224439.744000', '224439.746000', '224439.749000', '224439.751000', '224439.754000', '224439.757000', '224439.759000', '224439.762000', '224439.764000', '224439.767000', '224439.770000', '224439.772000', '224439.775000', '224439.777000', '224439.780000', '224439.782000', '224439.785000', '224439.788000', '224439.790000', '224439.793000', '224439.795000', '224439.798000', '224439.801000', '224459.691000', '224459.694000', '224459.696000', '224459.699000', '224459.701000', '224459.704000', '224459.707000', '224459.709000', '224459.712000', '224459.714000', '224459.717000', '224459.720000', '224459.722000', '224459.725000', '224459.728000', '224459.730000', '224459.733000', '224459.735000', '224459.738000', '224459.741000', '224459.743000', '224459.746000', '224459.748000', '224459.751000', '224459.753000', '224459.756000', '224459.759000', '224459.762000', '224459.764000', '224459.767000', '224459.769000', '224459.772000', '224459.775000', '224459.777000', '224459.780000', '224459.782000', '224459.785000', '224459.787000', '224459.790000', '224459.793000', '224459.795000', '224459.798000', '224459.800000', '224459.887000', '224519.690000', '224519.692000', '224519.695000', '224519.698000', '224519.701000', '224519.704000', '224519.707000', '224519.709000', '224519.712000', '224519.714000', '224519.717000', '224519.720000', '224519.722000', '224519.725000', '224519.728000', '224519.730000', '224519.733000', '224519.735000', '224519.738000', '224519.741000', '224519.743000', '224519.746000', '224519.748000', '224519.751000', '224519.753000', '224519.756000', '224519.759000', '224519.761000', '224519.764000', '224519.767000', '224519.770000', '224519.773000', '224519.775000', '224519.778000', '224519.780000', '224519.783000', '224519.786000', '224519.788000', '224519.791000', '224519.793000', '224519.796000', '224519.799000', '224519.856000', '224539.690000', '224539.693000', '224539.695000', '224539.698000', '224539.700000', '224539.703000', '224539.705000', '224539.708000', '224539.711000', '224539.713000', '224539.716000', '224539.718000', '224539.721000', '224539.724000', '224539.726000', '224539.729000', '224539.732000', '224539.734000', '224539.737000', '224539.739000', '224539.742000', '224539.745000', '224539.747000', '224539.750000', '224539.752000', '224539.755000', '224539.758000', '224539.760000', '224539.763000', '224539.766000', '224539.768000', '224539.771000', '224539.773000', '224539.776000', '224539.779000', '224539.781000', '224539.784000', '224539.786000', '224539.789000', '224539.792000', '224539.794000', '224539.797000', '224539.800000', '224539.895000', '224559.690000', '224559.693000', '224559.695000', '224559.698000', '224559.700000', '224559.703000', '224559.705000', '224559.708000', '224559.711000', '224559.713000', '224559.716000', '224559.719000', '224559.721000', '224559.724000', '224559.726000', '224559.729000', '224559.733000', '224559.736000', '224559.738000', '224559.741000', '224559.744000', '224559.746000', '224559.749000', '224559.751000', '224559.754000', '224559.757000', '224559.759000', '224559.762000', '224559.765000', '224559.767000', '224559.770000', '224559.772000', '224559.775000', '224559.778000', '224559.780000', '224559.783000', '224559.785000', '224559.788000', '224559.791000', '224559.793000', '224559.796000', '224559.798000', '224559.879000', '224619.690000', '224619.692000', '224619.695000', '224619.698000', '224619.700000', '224619.703000', '224619.705000', '224619.708000', '224619.710000', '224619.713000', '224619.716000', '224619.718000', '224619.721000', '224619.723000', '224619.726000', '224619.728000', '224619.731000', '224619.734000', '224619.736000', '224619.739000', '224619.741000', '224619.744000', '224619.746000', '224619.749000', '224619.751000', '224619.754000', '224619.757000', '224619.759000', '224619.762000', '224619.764000', '224619.767000', '224619.770000', '224619.772000', '224619.775000', '224619.777000', '224619.780000', '224619.782000', '224619.785000', '224619.788000', '224619.790000', '224619.793000', '224619.796000', '224619.798000', '224619.801000', '224639.690000', '224639.693000', '224639.695000', '224639.698000', '224639.700000', '224639.703000', '224639.706000', '224639.708000', '224639.711000', '224639.713000', '224639.723000', '224639.726000', '224639.728000', '224639.731000', '224639.733000', '224639.736000', '224639.739000', '224639.741000', '224639.744000', '224639.747000', '224639.749000', '224639.752000', '224639.754000', '224639.757000', '224639.760000', '224639.762000', '224639.765000', '224639.768000', '224639.770000', '224639.773000', '224639.775000', '224639.778000', '224639.781000', '224639.783000', '224639.786000', '224639.788000', '224639.791000', '224639.794000', '224639.796000', '224639.799000', '224639.890000', '224639.893000', '224639.895000', '224659.691000', '224659.694000', '224659.696000', '224659.699000', '224659.701000', '224659.704000', '224659.707000', '224659.709000', '224659.712000', '224659.715000', '224659.717000', '224659.720000', '224659.723000', '224659.725000', '224659.728000', '224659.730000', '224659.733000', '224659.736000', '224659.738000', '224659.741000', '224659.743000', '224659.746000', '224659.748000', '224659.751000', '224659.754000', '224659.756000', '224659.759000', '224659.761000', '224659.764000', '224659.767000', '224659.769000', '224659.772000', '224659.775000', '224659.777000', '224659.780000', '224659.782000', '224659.785000', '224659.788000', '224659.790000', '224659.793000', '224659.796000', '224659.798000', '224659.867000', '224659.870000', '224703.209000', '224703.212000', '224703.215000', '224703.218000', '224703.220000', '224703.223000', '224703.226000', '224703.229000'], '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': [8631, 14404, 9947, 14434, 8532, 11103, 8199, 8591, 9542, 7814, 10307, 7463, 10014, 7564, 12015, 8109, 12990, 7788, 12053, 8024, 9520, 8566, 7733, 8696, 7753, 8837, 7726, 9549, 7633, 9402, 7296, 9469, 7243, 9745, 7285, 10111, 7282, 9956, 7371, 10359, 7522, 10542, 7614, 10291, 7383, 9849, 7329, 10443, 7408, 10469, 7671, 10819, 8098, 11691, 8336, 12352, 8222, 11967, 8248, 11921, 9035, 8261, 8936, 7511, 9463, 7359, 10735, 7503, 11016, 7268, 10935, 7322, 12932, 7816, 12384, 7481, 11167, 7844, 11751, 7722, 12912, 8361, 11753, 8151, 11916, 8066, 12618, 8018, 12768, 7980, 13099, 7966, 13272, 9880, 12897, 8198, 12243, 7827, 11901, 8162, 8479, 8732, 7577, 9248, 7846, 9484, 7501, 10047, 7325, 10253, 7367, 10116, 7629, 11285, 8387, 11561, 7905, 11582, 7955, 12062, 8345, 12085, 7709, 12442, 7889, 12781, 8049, 13452, 9580, 12555, 7805, 12370, 8150, 13463, 9839, 11334, 8436, 10584, 7987, 9128, 8564, 8163, 9700, 7590, 9989, 7396, 9976, 7395, 12241, 7498, 10948, 7421, 10481, 7259, 11191, 7817, 11550, 8022, 11215, 7978, 11362, 7775, 11417, 7794, 12316, 7696, 12267, 8259, 11777, 8121, 9570, 7819, 9423, 8051, 9463, 9000, 7711, 9322, 7409, 9617, 7342, 10592, 7550, 10573, 7319, 10268, 7242, 9982, 7867, 11771, 7820, 10972, 7962, 12536, 8126, 9557, 8529, 7511, 9187, 7432, 9460, 7379, 10207, 7583, 9997, 7268, 9840, 7239, 10962, 7327, 10000, 7286, 9907, 7320, 9905, 7184, 10810, 7775, 10302, 7969, 11684, 8271, 12714, 8079, 10358, 8044, 10146, 8045, 13084, 8965, 9156, 9068, 7660, 9156, 7963, 9956, 7392, 10272, 7350, 10148, 7986, 11343, 8122, 13520, 7951, 13409, 7923, 12881, 10009, 13528, 10045, 9301, 8387, 7326, 8989, 7436, 10500, 7368, 10190, 8179, 10431, 7932, 11870, 8381, 12702, 7681, 11869, 7638, 9359, 16028, 14368, 10522, 7609, 8741, 7293, 9304, 8003, 9856, 7691, 10476, 7687, 12332, 7810, 12049, 7749, 13560, 8053, 14094, 9067, 13921, 7970, 13124, 7776, 13149, 8774, 13504, 8001, 12127, 7930, 12323, 9421, 12634, 7850, 13526, 7896, 12752, 9751, 13233, 8052, 12708, 7732, 12867, 9350, 11743, 7912, 9819, 7964, 10209, 8125, 7429, 8744, 7558, 8631, 7801, 9572, 7293, 9797, 7292, 9957, 7192, 11433, 8012, 12351, 7848, 12649, 8089, 13485, 9028, 14141, 9102, 9645, 8479, 9498, 10598, 7284, 12062, 7987, 12111, 8334, 9722, 8358, 7556, 8638, 7546, 9829, 7560, 9341, 8188, 7438, 10203, 7252, 15187, 11216, 14660, 9482, 11148, 9185, 7607, 10938, 7336, 9984, 7918, 11063, 7996, 9200, 9125, 7250, 9331, 7955, 7587, 9512, 7364, 10522, 7588, 10741, 7420, 10514, 7372, 10908, 7268, 12991, 7545, 13004, 7611, 13312, 7505, 13179, 7796, 13712, 7629, 12327, 7659, 11221, 7989, 11957, 8372, 12732, 7822, 12619, 7870, 11564, 7959, 12797, 10009, 7650, 8435, 7363, 8659, 7619, 8973, 7541, 9742, 7600, 9722, 7607, 9649, 7499, 12176, 7999, 10871, 7632, 7913, 8085, 7530, 9097, 7138, 9688, 7299, 11253, 7897, 12337, 7652, 11963, 8101, 10611, 9411, 7235, 8920, 7524, 9639, 7079, 12193, 8195, 13224, 7589, 10347, 8134, 7306, 10179, 7505, 10483, 7723, 13497, 9129, 10774, 8237, 7547, 9099, 7276, 11415, 7432, 12572, 7804, 11826, 7899, 12526, 9639, 12570, 7830, 10158, 8037, 7650, 8846, 7460, 9735, 7425, 9646, 7190, 10954, 8192, 12874, 7822, 10441, 7711, 8266, 8846, 7481, 9553, 7433, 10022, 7821, 12924, 8103, 9211, 8276, 7322, 9157, 7420, 11239, 7675, 12112, 7962, 13585, 9301, 9825, 8434, 7454, 9328, 7390, 11283, 7399, 10429, 7496, 11081, 7809, 13050, 7770, 12423, 7647, 11498, 8891, 10697, 8589, 11520, 7988, 12371, 8095, 10745, 8362, 8467, 8477, 7466, 8635, 7494, 9436, 7173, 9389, 7132, 9482, 7417, 9621, 7327, 10184, 7180, 9752, 7342, 11484, 7335, 10356, 7208, 9921, 7389, 12347, 8066, 11512, 7737, 10974, 8024, 12660, 8932, 11490, 7826, 10176, 8207, 12871, 8392, 11891, 8486, 13777, 8399, 14123, 9778, 10918, 8427, 12292, 8188, 14120, 8055, 12663, 8230, 13556, 7673, 12005, 7628, 11628, 8273, 11271, 7498, 11302, 7484, 10154, 7344, 9596, 7359, 9577, 7553, 9020, 7369, 8725, 7369, 8748, 9462, 7971, 11847, 7912, 11812, 8166, 10832, 7757, 11470, 7601, 11157, 7889, 11655, 8082, 11973, 7778, 11597, 7936, 12850, 9982, 12471, 7883, 12657, 8186, 13353, 10116, 13180, 8770, 13385, 7926, 12547, 9573, 12588, 9242, 13031, 7626, 12913, 7727, 12101, 9207, 12244, 7476, 12028, 7725, 11595, 9826, 11964, 7711, 11609, 7708, 11823, 8449, 12643, 7904, 11895, 7660, 11294, 7329, 10857, 7700, 10190, 7341, 10214, 7421, 9838, 7445, 10349, 7743, 9998, 7763, 10302, 7793, 12512, 7909, 11441, 7852, 10797, 8512, 12902, 7978, 11607, 7720, 9309, 8506, 7492, 9516, 7535, 9706, 7345, 13259, 8380, 14111, 8054, 12235, 9325, 9760, 9028, 7361, 9918, 7498, 12813, 8188, 13078, 8046, 8630, 8498, 7325, 10240, 7293, 12862, 7896, 11737, 7929, 12995, 8800, 8267, 8215, 7210, 9411, 7216, 11568, 8368, 7342, 9107, 7547, 9280, 8662, 7227, 13745, 9205, 11563, 8692, 9021, 11951, 7665, 13162, 7346, 12402, 7589, 12750, 8982, 13040, 7598, 11362, 7739, 10041, 8006, 7384, 8727, 7376, 9250, 7383, 10664, 7663, 10765, 7644, 8936, 8703, 7379, 9145, 7701, 9619, 7447, 12541, 7698, 12816, 7698, 11464, 7927, 9782, 8299, 7545, 9126, 7205, 9750, 7428, 13218, 7692, 12899, 8001, 11282, 9807, 7316, 8989, 7395, 9204, 7239, 11593, 7308, 11869, 7572, 10601, 8018, 12562, 7761, 12250, 7700, 11688, 9202, 11350, 7662, 10918, 7674, 9260, 8203, 7310, 8839, 7319, 9313, 7397, 9677, 7263, 9755, 6941, 10077, 7432, 11989, 7617, 10901, 7908, 11817, 8934, 11396, 7895, 7459, 8623, 7250, 10120, 7473, 12058, 7203, 12364, 7501, 13421, 8425, 13086, 7343, 11437, 7331, 11606, 7291, 12942, 7766, 10773, 7813, 10443, 8056, 11496, 7643, 11366, 7716, 11037, 8533, 12628, 7696, 12944, 7604, 11600, 9168, 10130, 8133, 7520, 8472, 7522, 9383, 7322, 12880, 8262, 7483, 8629, 7123, 9707, 7589, 10292, 7211, 9896, 7073, 9951, 7378, 10471, 9921, 11279, 7652, 10362, 7238, 9656, 7484, 9795, 7693, 10303, 7529, 12077, 7316, 12165, 7766, 12260, 7908, 11561, 8657, 7183, 9093, 7431, 7081, 8810, 7569, 10035, 7547, 13067, 8225, 13066, 9141, 9886, 8097, 9616, 8084, 7523, 8893, 7420, 9191, 7163, 9297, 7581, 9591, 7813, 10880, 7479, 10471, 7788, 10496, 8161, 7466, 8738, 7137, 9354, 7069, 10217, 8152, 12314, 7957, 9080, 7863, 8278, 8483, 7447, 9669, 7414, 10042, 7255, 12224, 8476, 13723, 8217, 11368, 8082, 9180, 8760, 7359, 10438, 7203, 10878, 7864, 11796, 8178, 12761, 8587, 12438, 8041, 10616, 7717, 8566, 8732, 7449, 9518, 7318, 9696, 7136, 11450, 7788, 11235, 7675, 10345, 7897, 12100, 8428, 11286, 7654, 10490, 7826, 9063, 8410, 7633, 9041, 7180, 9320, 7124, 10262, 7150, 9974, 7537, 10027, 7797, 10876, 8000, 12056, 7933, 12090, 8206, 10651, 8585, 7379, 8955, 7396, 9245, 7914, 10446, 7074, 10034, 7333, 9503, 7352, 9909, 7172, 9920, 7221, 9596, 6913, 9747, 7172, 9911, 7381, 9756, 7353, 9354, 7226, 9638, 7412, 9353, 7314, 9152, 7565, 9043, 7551, 9048, 7213, 7932, 14783, 16566, 12848, 11112, 7912, 8608, 11909, 16391, 8286, 9001, 7584, 7169, 8554, 6938, 9264, 6999, 9487, 7249, 9730, 7487, 10350, 9428, 10084, 13203, 9077, 14109, 10481, 15342, 10757, 13409, 7901, 13364, 8552, 13757, 10143, 12236, 7780, 12403, 7548, 12440, 9318, 11666, 7679, 12045, 7701, 12350, 8642, 12286, 7671, 11914, 7643, 12307, 7874, 12025, 7846, 12098, 7569, 12112, 7860, 12298, 8739, 11963, 7549, 12238, 7631, 12272, 8501, 11414, 7627, 12331, 7704, 12161, 7981, 11568, 7817, 11788, 7580, 11540, 7904, 10985, 8451, 11083, 7854, 10946, 7847, 10854, 7850, 10612, 7985, 11185, 7908, 11392, 7953, 12102, 7883, 12708, 7936, 12184, 8086, 12136, 8746, 12564, 7890, 12391, 7711, 12148, 8648, 11583, 7949, 11612, 7903, 11915, 8143, 12377, 7751, 12374, 7923, 12466, 8230, 12609, 9023, 12732, 7737, 13065, 7856, 12947, 9853, 10722, 8064, 9532, 8137, 11049, 8236, 8568, 8910, 7441, 9107, 7421, 9895, 7332, 11592, 7252, 11585, 7946, 12667, 8239, 13395, 8103, 13479, 7815, 12827, 10638, 9952, 8549, 7425, 8994, 7683, 9687, 7416, 11706, 7022, 10280, 7409, 9923, 7400, 12928, 8196, 12030, 8127, 11222, 7800, 11418, 8955, 12245, 7971, 9531, 7983, 7859, 8457, 7423, 9934, 7289, 10307, 7884, 11544, 8593, 13648, 7986, 12771, 8530, 11305, 9782, 7459, 9226, 7433, 9316, 7768, 10495, 7355, 11895, 7565, 10161, 7993, 11237, 8289, 12770, 7928, 11607, 7749, 12903, 9398, 12401, 8061, 13014, 7727, 13118, 7776, 12548, 9663, 12145, 7736, 12000, 7710, 11425, 7601, 11067, 7915, 10968, 7807, 10881, 7919, 11019, 8111, 10960, 7787, 11067, 7908, 11252, 7844, 11777, 8412, 12318, 8105, 11938, 7988, 12297, 9049, 13062, 8030, 12522, 8309, 13523, 9802, 13012, 9681, 12853, 7875, 13102, 7896, 13267, 10353, 11204, 7779, 8754, 8387, 7416, 9601, 7311, 9690, 7033, 9895, 7344, 12495, 7794, 11806, 7959, 12605, 8742, 13304, 7908, 12110, 8100, 11432, 9461, 7543, 9123, 7302, 9441, 7899, 11652, 7184, 11864, 7759, 11614, 8089, 12795, 8387, 13048, 7985, 12526, 8330, 12933, 9958, 8742, 8476, 7470, 9570, 7474, 10759, 7269, 10800, 7898, 11348, 8006, 13399, 9102, 9110, 8515, 7229, 9421, 7216, 11066, 7281, 10171, 7421, 12769, 8049, 13939, 8167, 10592, 8158, 7466, 9280, 7421, 9705, 7145, 10995, 8343, 13495, 8826, 7322, 9905, 7346, 10926, 7966, 8214, 8497, 7439, 11407, 8049, 11171, 9147, 7845, 11006, 7540, 11261, 7341, 12719, 7266, 11623, 7864, 10955, 7857, 10707, 8142, 7209, 8758, 7535, 10029, 8143, 10487, 8128, 7149, 8946, 7228, 10474, 7325, 12540, 7772, 10800, 8138, 10713, 8260, 11702, 8264, 12550, 7715, 11148, 7822, 11606, 7957, 11368, 9375, 11510, 7665, 10564, 7867, 11076, 7819, 10878, 8192, 9025, 8283, 8248, 8375, 9819, 8523, 7880, 8640, 9757, 8538, 10446, 8684, 8147, 8619, 7780, 8905, 7233, 9586, 7568, 9932, 7124, 9996, 7060, 10669, 7173, 11590, 7354, 11171, 7438, 10915, 7449, 12540, 7523, 12055, 7312, 10828, 7449, 12184, 8041, 12186, 7709, 10471, 7447, 10651, 7698, 11947, 7728, 10098, 7628, 10165, 7684, 10473, 7532, 9873, 7325, 9489, 7296, 9960, 7261, 10806, 7093, 9909, 7276, 10194, 7175, 10722, 7442, 10322, 7334, 9951, 7240, 10536, 7115, 10726, 7141, 10373, 7065, 10806, 7553, 11810, 7355, 11073, 7218, 10252, 7132, 10628, 7494, 10904, 7600, 10313, 7433, 10403, 7137, 11294, 7334, 10694, 7624, 10338, 7306, 11014, 7473, 12110, 7679, 10236, 7880, 10476, 8132, 11337, 7776, 10732, 7945, 10622, 8260, 11962, 8096, 12080, 8013, 11468, 8250, 10343, 8695, 8230, 8243, 7896, 8533, 11318, 9056, 9079, 8892, 10565, 8859, 11206, 9088, 7189, 9823, 7484, 9984, 7649, 11802, 8100, 13186, 8045, 12364, 8243, 12423, 9598, 13359, 8420, 11638, 7926, 10571, 8585, 8312, 8698, 7293, 9045, 7270, 9114, 9455, 9372, 7848, 9217, 7354, 9285, 7408, 9867, 7335, 10582, 7574, 9965, 7514, 9884, 7794, 10433, 7847, 10264, 7626, 10034, 7594, 10442, 8046, 12018, 7636, 10295, 7731, 9882, 7563, 10337, 7972, 9884, 7671, 10140, 7900, 10017, 7935, 11402, 7715, 11316, 8056, 10941, 8085, 11766, 8392, 12907, 7952, 11927, 8262, 11887, 9702, 12626, 8914, 9832, 7778, 7392, 8553, 7137, 10215, 7261, 10187, 7157, 10379, 7394, 10881, 6920, 10302, 6966, 9385, 9525, 9364, 11870, 9285, 7102, 9150, 7112, 9357, 7530, 10007, 7240, 10180, 7232, 10173, 7272, 10915, 7203, 12711, 7310, 11469, 7120, 10428, 7279, 11674, 7162, 10704, 7191, 9707, 7107, 9896, 7170, 10380, 7090, 9830, 7416, 10329, 7348, 10628, 7264, 9999, 7057, 9705, 7400, 10126, 7471, 10233, 7118, 9824, 7401, 10219, 7555, 10651, 7944, 10654, 7978, 7457, 11323, 16807, 11895, 7747, 9092, 7238, 9388, 7396, 10304, 7386, 10213, 7401, 10286, 7402, 10824, 7321, 12460, 8810, 9433, 14526, 11179, 15451, 10827, 13516, 8415, 12378, 8996, 11854, 9858, 11430, 7750, 11943, 7611, 10625, 7982, 10181, 9483, 7543, 9368, 7350, 7710, 8056, 7207, 8338, 13305, 7822, 14360, 9844, 7427, 9421, 7602, 14347, 9582, 9537, 12957, 8192, 13976, 8923, 11916, 9113, 9759, 10187, 7801, 13591, 7466, 11703, 7770, 12052, 9000, 10710, 9059, 7482, 8870, 7729, 9237, 7791, 7791, 8306, 7302, 9306, 7402, 10264, 7762, 7861, 8455, 7275, 10442, 7751, 14294, 7633, 11587, 9059, 7420, 10963, 7534, 13321, 7814, 11362, 8405, 7257, 9660, 7368, 13645, 7873, 13257, 8170, 12173, 9748, 7871, 9005, 7497, 9284, 7626, 10866, 7733, 11537, 8031, 7267, 8636], 'WindowCenter': [4334.0, 4378.0, 4326.0, 4351.0, 4300.0, 4316.0, 4288.0, 4286.0, 4296.0, 4266.0, 4295.0, 4265.0, 4294.0, 4263.0, 4314.0, 4276.0, 4324.0, 4272.0, 4325.0, 4276.0, 4294.0, 4286.0, 4263.0, 4285.0, 4264.0, 4284.0, 4264.0, 4294.0, 4264.0, 4283.0, 4263.0, 4294.0, 4264.0, 4293.0, 4264.0, 4294.0, 4266.0, 4293.0, 4267.0, 4304.0, 4266.0, 4302.0, 4275.0, 4306.0, 4266.0, 4293.0, 4265.0, 4304.0, 4265.0, 4304.0, 4276.0, 4305.0, 4275.0, 4314.0, 4286.0, 4325.0, 4285.0, 4326.0, 4288.0, 4325.0, 4297.0, 4284.0, 4297.0, 4265.0, 4308.0, 4277.0, 4318.0, 4266.0, 4316.0, 4265.0, 4315.0, 4266.0, 4326.0, 4275.0, 4324.0, 4265.0, 4305.0, 4275.0, 4314.0, 4265.0, 4323.0, 4274.0, 4312.0, 4275.0, 4313.0, 4275.0, 4325.0, 4276.0, 4325.0, 4276.0, 4324.0, 4286.0, 4325.0, 4306.0, 4324.0, 4285.0, 4314.0, 4277.0, 4315.0, 4275.0, 4274.0, 4284.0, 4276.0, 4295.0, 4273.0, 4294.0, 4266.0, 4305.0, 4264.0, 4305.0, 4264.0, 4307.0, 4276.0, 4316.0, 4286.0, 4314.0, 4286.0, 4314.0, 4286.0, 4324.0, 4287.0, 4324.0, 4276.0, 4325.0, 4286.0, 4336.0, 4287.0, 4336.0, 4308.0, 4325.0, 4277.0, 4324.0, 4286.0, 4336.0, 4306.0, 4314.0, 4284.0, 4305.0, 4274.0, 4293.0, 4286.0, 4274.0, 4295.0, 4275.0, 4294.0, 4265.0, 4305.0, 4265.0, 4325.0, 4264.0, 4304.0, 4264.0, 4304.0, 4264.0, 4315.0, 4277.0, 4315.0, 4274.0, 4314.0, 4289.0, 4315.0, 4276.0, 4314.0, 4275.0, 4325.0, 4276.0, 4325.0, 4288.0, 4324.0, 4277.0, 4296.0, 4276.0, 4294.0, 4286.0, 4296.0, 4286.0, 4274.0, 4295.0, 4264.0, 4295.0, 4277.0, 4329.0, 4303.0, 4334.0, 4292.0, 4321.0, 4281.0, 4321.0, 4302.0, 4326.0, 4274.0, 4289.0, 4259.0, 4310.0, 4273.0, 4295.0, 4286.0, 4277.0, 4294.0, 4265.0, 4306.0, 4265.0, 4305.0, 4276.0, 4295.0, 4265.0, 4295.0, 4265.0, 4304.0, 4265.0, 4293.0, 4264.0, 4304.0, 4276.0, 4294.0, 4254.0, 4303.0, 4274.0, 4304.0, 4276.0, 4325.0, 4289.0, 4326.0, 4286.0, 4305.0, 4286.0, 4304.0, 4276.0, 4324.0, 4287.0, 4293.0, 4283.0, 4263.0, 4294.0, 4274.0, 4305.0, 4264.0, 4304.0, 4275.0, 4304.0, 4288.0, 4316.0, 4288.0, 4335.0, 4287.0, 4336.0, 4276.0, 4326.0, 4306.0, 4324.0, 4305.0, 4293.0, 4275.0, 4263.0, 4284.0, 4264.0, 4304.0, 4264.0, 4305.0, 4286.0, 4304.0, 4278.0, 4316.0, 4285.0, 4326.0, 4276.0, 4324.0, 4275.0, 4309.0, 4360.0, 4322.0, 4291.0, 4261.0, 4272.0, 4264.0, 4295.0, 4288.0, 4319.0, 4290.0, 4329.0, 4302.0, 4350.0, 4291.0, 4339.0, 4291.0, 4348.0, 4300.0, 4348.0, 4299.0, 4336.0, 4287.0, 4336.0, 4276.0, 4326.0, 4299.0, 4325.0, 4275.0, 4313.0, 4275.0, 4324.0, 4296.0, 4324.0, 4285.0, 4334.0, 4275.0, 4323.0, 4296.0, 4322.0, 4275.0, 4322.0, 4264.0, 4324.0, 4294.0, 4313.0, 4273.0, 4292.0, 4274.0, 4303.0, 4273.0, 4262.0, 4283.0, 4263.0, 4283.0, 4263.0, 4295.0, 4265.0, 4294.0, 4264.0, 4294.0, 4266.0, 4315.0, 4275.0, 4324.0, 4275.0, 4323.0, 4275.0, 4324.0, 4296.0, 4334.0, 4286.0, 4294.0, 4286.0, 4295.0, 4306.0, 4265.0, 4315.0, 4275.0, 4314.0, 4287.0, 4295.0, 4289.0, 4276.0, 4285.0, 4275.0, 4306.0, 4276.0, 4296.0, 4287.0, 4277.0, 4306.0, 4267.0, 4345.0, 4316.0, 4335.0, 4295.0, 4303.0, 4285.0, 4264.0, 4305.0, 4253.0, 4292.0, 4274.0, 4303.0, 4275.0, 4283.0, 4285.0, 4266.0, 4296.0, 4276.0, 4277.0, 4309.0, 4289.0, 4319.0, 4289.0, 4319.0, 4278.0, 4318.0, 4278.0, 4318.0, 4277.0, 4327.0, 4276.0, 4324.0, 4264.0, 4323.0, 4252.0, 4312.0, 4251.0, 4312.0, 4251.0, 4298.0, 4249.0, 4288.0, 4258.0, 4299.0, 4262.0, 4299.0, 4261.0, 4309.0, 4261.0, 4300.0, 4263.0, 4312.0, 4292.0, 4251.0, 4272.0, 4252.0, 4273.0, 4262.0, 4287.0, 4274.0, 4295.0, 4264.0, 4282.0, 4263.0, 4283.0, 4254.0, 4312.0, 4274.0, 4304.0, 4276.0, 4274.0, 4274.0, 4273.0, 4283.0, 4265.0, 4295.0, 4266.0, 4314.0, 4277.0, 4324.0, 4275.0, 4315.0, 4286.0, 4304.0, 4296.0, 4266.0, 4294.0, 4276.0, 4294.0, 4265.0, 4314.0, 4286.0, 4325.0, 4275.0, 4306.0, 4287.0, 4265.0, 4306.0, 4276.0, 4304.0, 4276.0, 4337.0, 4297.0, 4304.0, 4285.0, 4274.0, 4285.0, 4265.0, 4315.0, 4263.0, 4324.0, 4263.0, 4311.0, 4273.0, 4314.0, 4293.0, 4312.0, 4263.0, 4291.0, 4274.0, 4263.0, 4284.0, 4263.0, 4293.0, 4263.0, 4292.0, 4264.0, 4303.0, 4274.0, 4324.0, 4275.0, 4303.0, 4275.0, 4285.0, 4283.0, 4264.0, 4295.0, 4276.0, 4305.0, 4276.0, 4326.0, 4276.0, 4294.0, 4284.0, 4263.0, 4295.0, 4265.0, 4314.0, 4277.0, 4325.0, 4287.0, 4334.0, 4296.0, 4302.0, 4284.0, 4266.0, 4295.0, 4264.0, 4315.0, 4263.0, 4304.0, 4264.0, 4313.0, 4276.0, 4324.0, 4276.0, 4323.0, 4274.0, 4314.0, 4297.0, 4304.0, 4284.0, 4311.0, 4275.0, 4312.0, 4276.0, 4303.0, 4274.0, 4273.0, 4284.0, 4263.0, 4284.0, 4263.0, 4294.0, 4253.0, 4295.0, 4264.0, 4295.0, 4265.0, 4306.0, 4263.0, 4304.0, 4264.0, 4295.0, 4265.0, 4314.0, 4264.0, 4294.0, 4263.0, 4292.0, 4264.0, 4313.0, 4274.0, 4313.0, 4275.0, 4304.0, 4276.0, 4323.0, 4296.0, 4314.0, 4275.0, 4304.0, 4286.0, 4325.0, 4286.0, 4325.0, 4286.0, 4335.0, 4285.0, 4336.0, 4294.0, 4301.0, 4273.0, 4311.0, 4273.0, 4333.0, 4273.0, 4311.0, 4273.0, 4321.0, 4275.0, 4312.0, 4263.0, 4302.0, 4272.0, 4302.0, 4264.0, 4302.0, 4263.0, 4292.0, 4263.0, 4295.0, 4264.0, 4292.0, 4262.0, 4281.0, 4263.0, 4285.0, 4252.0, 4284.0, 4293.0, 4276.0, 4314.0, 4275.0, 4314.0, 4274.0, 4303.0, 4277.0, 4314.0, 4277.0, 4313.0, 4276.0, 4315.0, 4288.0, 4315.0, 4277.0, 4315.0, 4289.0, 4325.0, 4307.0, 4325.0, 4288.0, 4326.0, 4289.0, 4335.0, 4306.0, 4323.0, 4287.0, 4336.0, 4276.0, 4325.0, 4297.0, 4314.0, 4284.0, 4323.0, 4275.0, 4323.0, 4277.0, 4314.0, 4297.0, 4314.0, 4265.0, 4325.0, 4276.0, 4315.0, 4307.0, 4327.0, 4289.0, 4316.0, 4277.0, 4326.0, 4287.0, 4325.0, 4276.0, 4314.0, 4276.0, 4314.0, 4265.0, 4304.0, 4274.0, 4305.0, 4265.0, 4304.0, 4277.0, 4306.0, 4276.0, 4305.0, 4275.0, 4305.0, 4278.0, 4306.0, 4274.0, 4324.0, 4275.0, 4314.0, 4275.0, 4303.0, 4286.0, 4325.0, 4277.0, 4316.0, 4276.0, 4294.0, 4285.0, 4267.0, 4296.0, 4276.0, 4295.0, 4276.0, 4335.0, 4286.0, 4334.0, 4287.0, 4326.0, 4295.0, 4293.0, 4282.0, 4263.0, 4294.0, 4264.0, 4323.0, 4286.0, 4325.0, 4276.0, 4285.0, 4285.0, 4265.0, 4307.0, 4264.0, 4324.0, 4274.0, 4313.0, 4275.0, 4324.0, 4285.0, 4284.0, 4274.0, 4265.0, 4296.0, 4276.0, 4325.0, 4287.0, 4266.0, 4296.0, 4276.0, 4296.0, 4287.0, 4277.0, 4337.0, 4297.0, 4315.0, 4286.0, 4285.0, 4315.0, 4263.0, 4314.0, 4252.0, 4312.0, 4262.0, 4310.0, 4272.0, 4311.0, 4263.0, 4301.0, 4263.0, 4292.0, 4273.0, 4262.0, 4273.0, 4264.0, 4294.0, 4277.0, 4305.0, 4275.0, 4315.0, 4276.0, 4286.0, 4287.0, 4263.0, 4284.0, 4264.0, 4293.0, 4266.0, 4313.0, 4264.0, 4324.0, 4275.0, 4313.0, 4275.0, 4294.0, 4275.0, 4264.0, 4295.0, 4265.0, 4295.0, 4266.0, 4324.0, 4265.0, 4323.0, 4275.0, 4302.0, 4295.0, 4263.0, 4283.0, 4263.0, 4283.0, 4263.0, 4315.0, 4265.0, 4312.0, 4264.0, 4304.0, 4275.0, 4313.0, 4265.0, 4312.0, 4275.0, 4313.0, 4296.0, 4302.0, 4264.0, 4303.0, 4274.0, 4283.0, 4273.0, 4262.0, 4284.0, 4263.0, 4295.0, 4264.0, 4294.0, 4264.0, 4293.0, 4253.0, 4294.0, 4266.0, 4314.0, 4274.0, 4304.0, 4277.0, 4315.0, 4286.0, 4313.0, 4276.0, 4264.0, 4285.0, 4264.0, 4306.0, 4265.0, 4325.0, 4265.0, 4324.0, 4266.0, 4337.0, 4286.0, 4324.0, 4264.0, 4302.0, 4263.0, 4302.0, 4252.0, 4311.0, 4262.0, 4291.0, 4263.0, 4291.0, 4274.0, 4325.0, 4275.0, 4313.0, 4264.0, 4302.0, 4284.0, 4312.0, 4264.0, 4325.0, 4275.0, 4302.0, 4284.0, 4292.0, 4274.0, 4262.0, 4273.0, 4264.0, 4294.0, 4264.0, 4325.0, 4286.0, 4264.0, 4284.0, 4265.0, 4304.0, 4277.0, 4306.0, 4265.0, 4305.0, 4254.0, 4294.0, 4264.0, 4303.0, 4292.0, 4303.0, 4250.0, 4280.0, 4238.0, 4269.0, 4238.0, 4279.0, 4248.0, 4279.0, 4249.0, 4298.0, 4238.0, 4298.0, 4249.0, 4298.0, 4260.0, 4288.0, 4270.0, 4252.0, 4281.0, 4263.0, 4252.0, 4282.0, 4262.0, 4293.0, 4276.0, 4323.0, 4274.0, 4312.0, 4284.0, 4292.0, 4263.0, 4280.0, 4262.0, 4260.0, 4282.0, 4251.0, 4280.0, 4253.0, 4282.0, 4275.0, 4293.0, 4276.0, 4304.0, 4266.0, 4304.0, 4276.0, 4304.0, 4285.0, 4264.0, 4285.0, 4253.0, 4295.0, 4265.0, 4304.0, 4276.0, 4315.0, 4276.0, 4284.0, 4276.0, 4284.0, 4286.0, 4265.0, 4295.0, 4265.0, 4295.0, 4265.0, 4315.0, 4286.0, 4325.0, 4286.0, 4315.0, 4273.0, 4284.0, 4285.0, 4264.0, 4304.0, 4265.0, 4304.0, 4274.0, 4315.0, 4285.0, 4324.0, 4286.0, 4313.0, 4277.0, 4303.0, 4265.0, 4273.0, 4274.0, 4263.0, 4294.0, 4266.0, 4294.0, 4267.0, 4314.0, 4265.0, 4314.0, 4275.0, 4302.0, 4276.0, 4314.0, 4286.0, 4315.0, 4276.0, 4305.0, 4275.0, 4284.0, 4285.0, 4274.0, 4285.0, 4262.0, 4295.0, 4265.0, 4305.0, 4264.0, 4293.0, 4275.0, 4305.0, 4278.0, 4315.0, 4287.0, 4325.0, 4287.0, 4326.0, 4287.0, 4306.0, 4287.0, 4264.0, 4286.0, 4265.0, 4296.0, 4275.0, 4306.0, 4254.0, 4294.0, 4253.0, 4293.0, 4264.0, 4295.0, 4253.0, 4294.0, 4253.0, 4294.0, 4252.0, 4295.0, 4253.0, 4294.0, 4264.0, 4294.0, 4263.0, 4295.0, 4265.0, 4294.0, 4263.0, 4283.0, 4264.0, 4285.0, 4264.0, 4285.0, 4264.0, 4284.0, 4263.0, 4274.0, 4336.0, 4334.0, 4299.0, 4277.0, 4246.0, 4271.0, 4303.0, 4330.0, 4259.0, 4269.0, 4262.0, 4263.0, 4297.0, 4277.0, 4310.0, 4277.0, 4310.0, 4279.0, 4308.0, 4279.0, 4310.0, 4296.0, 4308.0, 4326.0, 4285.0, 4325.0, 4296.0, 4334.0, 4294.0, 4312.0, 4263.0, 4312.0, 4273.0, 4321.0, 4293.0, 4302.0, 4263.0, 4312.0, 4262.0, 4311.0, 4283.0, 4302.0, 4264.0, 4312.0, 4263.0, 4310.0, 4273.0, 4311.0, 4263.0, 4301.0, 4264.0, 4311.0, 4273.0, 4312.0, 4274.0, 4311.0, 4263.0, 4311.0, 4274.0, 4311.0, 4286.0, 4313.0, 4265.0, 4313.0, 4265.0, 4313.0, 4284.0, 4302.0, 4264.0, 4313.0, 4273.0, 4314.0, 4276.0, 4312.0, 4266.0, 4313.0, 4274.0, 4313.0, 4276.0, 4302.0, 4275.0, 4304.0, 4276.0, 4303.0, 4275.0, 4304.0, 4276.0, 4305.0, 4276.0, 4315.0, 4276.0, 4315.0, 4276.0, 4315.0, 4275.0, 4326.0, 4276.0, 4314.0, 4276.0, 4315.0, 4286.0, 4313.0, 4276.0, 4323.0, 4266.0, 4314.0, 4286.0, 4314.0, 4275.0, 4314.0, 4276.0, 4314.0, 4277.0, 4326.0, 4277.0, 4326.0, 4286.0, 4326.0, 4287.0, 4325.0, 4294.0, 4324.0, 4277.0, 4324.0, 4275.0, 4325.0, 4308.0, 4315.0, 4277.0, 4295.0, 4278.0, 4315.0, 4288.0, 4286.0, 4296.0, 4266.0, 4296.0, 4266.0, 4308.0, 4267.0, 4317.0, 4277.0, 4316.0, 4278.0, 4326.0, 4288.0, 4335.0, 4277.0, 4324.0, 4277.0, 4326.0, 4306.0, 4294.0, 4285.0, 4264.0, 4283.0, 4264.0, 4296.0, 4266.0, 4316.0, 4254.0, 4293.0, 4264.0, 4293.0, 4265.0, 4324.0, 4275.0, 4313.0, 4276.0, 4302.0, 4265.0, 4305.0, 4285.0, 4314.0, 4275.0, 4292.0, 4276.0, 4275.0, 4275.0, 4264.0, 4296.0, 4265.0, 4305.0, 4278.0, 4316.0, 4289.0, 4335.0, 4276.0, 4326.0, 4287.0, 4315.0, 4297.0, 4255.0, 4285.0, 4252.0, 4283.0, 4262.0, 4294.0, 4253.0, 4304.0, 4264.0, 4293.0, 4277.0, 4305.0, 4275.0, 4313.0, 4276.0, 4312.0, 4266.0, 4325.0, 4296.0, 4313.0, 4274.0, 4324.0, 4264.0, 4313.0, 4265.0, 4314.0, 4293.0, 4301.0, 4264.0, 4310.0, 4263.0, 4302.0, 4264.0, 4302.0, 4262.0, 4303.0, 4265.0, 4303.0, 4275.0, 4304.0, 4276.0, 4304.0, 4264.0, 4303.0, 4276.0, 4315.0, 4278.0, 4315.0, 4277.0, 4313.0, 4274.0, 4315.0, 4276.0, 4315.0, 4286.0, 4322.0, 4277.0, 4314.0, 4275.0, 4324.0, 4307.0, 4324.0, 4298.0, 4323.0, 4275.0, 4325.0, 4277.0, 4326.0, 4311.0, 4305.0, 4265.0, 4284.0, 4277.0, 4265.0, 4298.0, 4279.0, 4297.0, 4268.0, 4308.0, 4267.0, 4328.0, 4278.0, 4329.0, 4278.0, 4326.0, 4286.0, 4324.0, 4276.0, 4316.0, 4276.0, 4315.0, 4296.0, 4265.0, 4286.0, 4266.0, 4294.0, 4273.0, 4316.0, 4254.0, 4315.0, 4267.0, 4304.0, 4275.0, 4324.0, 4275.0, 4326.0, 4274.0, 4313.0, 4275.0, 4324.0, 4294.0, 4274.0, 4287.0, 4265.0, 4296.0, 4264.0, 4304.0, 4267.0, 4305.0, 4276.0, 4305.0, 4276.0, 4335.0, 4287.0, 4285.0, 4287.0, 4264.0, 4297.0, 4263.0, 4304.0, 4265.0, 4294.0, 4267.0, 4325.0, 4275.0, 4334.0, 4275.0, 4304.0, 4278.0, 4264.0, 4294.0, 4265.0, 4293.0, 4265.0, 4318.0, 4302.0, 4338.0, 4299.0, 4266.0, 4319.0, 4291.0, 4328.0, 4301.0, 4298.0, 4298.0, 4290.0, 4329.0, 4302.0, 4331.0, 4313.0, 4278.0, 4309.0, 4279.0, 4318.0, 4268.0, 4327.0, 4267.0, 4303.0, 4273.0, 4303.0, 4273.0, 4290.0, 4261.0, 4251.0, 4273.0, 4265.0, 4293.0, 4277.0, 4304.0, 4275.0, 4255.0, 4286.0, 4264.0, 4306.0, 4265.0, 4313.0, 4265.0, 4302.0, 4276.0, 4292.0, 4275.0, 4302.0, 4275.0, 4312.0, 4264.0, 4303.0, 4274.0, 4314.0, 4276.0, 4313.0, 4296.0, 4313.0, 4275.0, 4303.0, 4276.0, 4315.0, 4278.0, 4304.0, 4285.0, 4283.0, 4285.0, 4274.0, 4286.0, 4305.0, 4286.0, 4273.0, 4285.0, 4292.0, 4283.0, 4304.0, 4284.0, 4273.0, 4286.0, 4263.0, 4294.0, 4264.0, 4305.0, 4275.0, 4305.0, 4265.0, 4305.0, 4265.0, 4305.0, 4267.0, 4315.0, 4265.0, 4314.0, 4263.0, 4305.0, 4264.0, 4324.0, 4264.0, 4313.0, 4264.0, 4303.0, 4265.0, 4313.0, 4275.0, 4312.0, 4275.0, 4305.0, 4277.0, 4305.0, 4275.0, 4313.0, 4263.0, 4292.0, 4263.0, 4291.0, 4274.0, 4303.0, 4264.0, 4293.0, 4264.0, 4293.0, 4264.0, 4293.0, 4265.0, 4305.0, 4253.0, 4293.0, 4263.0, 4302.0, 4253.0, 4303.0, 4263.0, 4304.0, 4264.0, 4294.0, 4275.0, 4305.0, 4265.0, 4315.0, 4264.0, 4306.0, 4263.0, 4306.0, 4276.0, 4315.0, 4264.0, 4315.0, 4264.0, 4304.0, 4253.0, 4304.0, 4263.0, 4303.0, 4262.0, 4292.0, 4263.0, 4303.0, 4254.0, 4304.0, 4262.0, 4303.0, 4262.0, 4292.0, 4264.0, 4303.0, 4262.0, 4312.0, 4262.0, 4290.0, 4273.0, 4304.0, 4274.0, 4302.0, 4264.0, 4302.0, 4274.0, 4304.0, 4286.0, 4311.0, 4274.0, 4312.0, 4274.0, 4313.0, 4286.0, 4292.0, 4284.0, 4272.0, 4284.0, 4273.0, 4286.0, 4313.0, 4294.0, 4283.0, 4282.0, 4300.0, 4283.0, 4312.0, 4293.0, 4262.0, 4302.0, 4272.0, 4302.0, 4274.0, 4313.0, 4274.0, 4323.0, 4273.0, 4312.0, 4283.0, 4312.0, 4293.0, 4321.0, 4272.0, 4300.0, 4272.0, 4291.0, 4272.0, 4271.0, 4272.0, 4251.0, 4282.0, 4252.0, 4283.0, 4281.0, 4283.0, 4260.0, 4281.0, 4251.0, 4281.0, 4261.0, 4291.0, 4262.0, 4292.0, 4263.0, 4291.0, 4264.0, 4292.0, 4274.0, 4302.0, 4274.0, 4303.0, 4274.0, 4293.0, 4275.0, 4303.0, 4273.0, 4312.0, 4263.0, 4293.0, 4273.0, 4293.0, 4273.0, 4293.0, 4274.0, 4292.0, 4274.0, 4302.0, 4286.0, 4304.0, 4286.0, 4315.0, 4275.0, 4313.0, 4275.0, 4314.0, 4286.0, 4312.0, 4286.0, 4322.0, 4275.0, 4313.0, 4286.0, 4313.0, 4295.0, 4315.0, 4284.0, 4293.0, 4275.0, 4264.0, 4285.0, 4265.0, 4305.0, 4275.0, 4305.0, 4264.0, 4306.0, 4265.0, 4315.0, 4264.0, 4304.0, 4253.0, 4293.0, 4292.0, 4293.0, 4313.0, 4281.0, 4253.0, 4282.0, 4252.0, 4293.0, 4263.0, 4294.0, 4262.0, 4303.0, 4263.0, 4303.0, 4264.0, 4315.0, 4264.0, 4323.0, 4263.0, 4312.0, 4254.0, 4303.0, 4264.0, 4312.0, 4253.0, 4302.0, 4252.0, 4291.0, 4252.0, 4291.0, 4251.0, 4293.0, 4251.0, 4290.0, 4263.0, 4303.0, 4263.0, 4303.0, 4262.0, 4293.0, 4253.0, 4292.0, 4264.0, 4302.0, 4263.0, 4292.0, 4263.0, 4293.0, 4262.0, 4305.0, 4273.0, 4304.0, 4274.0, 4304.0, 4283.0, 4277.0, 4329.0, 4344.0, 4312.0, 4259.0, 4280.0, 4263.0, 4293.0, 4265.0, 4305.0, 4276.0, 4304.0, 4275.0, 4317.0, 4278.0, 4315.0, 4276.0, 4327.0, 4284.0, 4294.0, 4333.0, 4315.0, 4332.0, 4302.0, 4310.0, 4271.0, 4310.0, 4282.0, 4299.0, 4280.0, 4298.0, 4262.0, 4299.0, 4262.0, 4290.0, 4273.0, 4292.0, 4294.0, 4274.0, 4284.0, 4276.0, 4276.0, 4287.0, 4276.0, 4298.0, 4334.0, 4289.0, 4346.0, 4305.0, 4274.0, 4307.0, 4274.0, 4333.0, 4307.0, 4294.0, 4326.0, 4272.0, 4323.0, 4282.0, 4300.0, 4268.0, 4267.0, 4276.0, 4235.0, 4294.0, 4237.0, 4286.0, 4259.0, 4298.0, 4266.0, 4276.0, 4256.0, 4236.0, 4265.0, 4247.0, 4278.0, 4262.0, 4258.0, 4271.0, 4260.0, 4281.0, 4275.0, 4304.0, 4274.0, 4272.0, 4272.0, 4264.0, 4304.0, 4266.0, 4349.0, 4277.0, 4313.0, 4283.0, 4274.0, 4303.0, 4260.0, 4321.0, 4262.0, 4301.0, 4273.0, 4260.0, 4292.0, 4263.0, 4322.0, 4274.0, 4322.0, 4273.0, 4310.0, 4292.0, 4260.0, 4281.0, 4262.0, 4281.0, 4274.0, 4303.0, 4275.0, 4315.0, 4274.0, 4264.0, 4286.0], 'WindowWidth': [9604.0, 9648.0, 9571.0, 9595.0, 9522.0, 9537.0, 9500.0, 9494.0, 9508.0, 9465.0, 9503.0, 9462.0, 9500.0, 9461.0, 9527.0, 9480.0, 9541.0, 9472.0, 9544.0, 9481.0, 9501.0, 9493.0, 9458.0, 9491.0, 9460.0, 9487.0, 9460.0, 9501.0, 9459.0, 9483.0, 9458.0, 9500.0, 9462.0, 9498.0, 9461.0, 9500.0, 9467.0, 9499.0, 9469.0, 9513.0, 9466.0, 9510.0, 9477.0, 9517.0, 9466.0, 9498.0, 9464.0, 9512.0, 9464.0, 9514.0, 9481.0, 9516.0, 9480.0, 9527.0, 9493.0, 9544.0, 9494.0, 9547.0, 9500.0, 9545.0, 9510.0, 9490.0, 9510.0, 9465.0, 9525.0, 9485.0, 9538.0, 9468.0, 9533.0, 9466.0, 9532.0, 9467.0, 9547.0, 9476.0, 9541.0, 9465.0, 9515.0, 9478.0, 9527.0, 9463.0, 9538.0, 9473.0, 9521.0, 9478.0, 9524.0, 9479.0, 9542.0, 9481.0, 9543.0, 9481.0, 9542.0, 9496.0, 9544.0, 9520.0, 9541.0, 9491.0, 9527.0, 9485.0, 9532.0, 9478.0, 9474.0, 9488.0, 9478.0, 9505.0, 9475.0, 9503.0, 9466.0, 9519.0, 9463.0, 9518.0, 9464.0, 9523.0, 9482.0, 9532.0, 9494.0, 9529.0, 9494.0, 9529.0, 9496.0, 9543.0, 9497.0, 9541.0, 9480.0, 9545.0, 9496.0, 9561.0, 9498.0, 9561.0, 9527.0, 9545.0, 9484.0, 9543.0, 9495.0, 9562.0, 9522.0, 9529.0, 9490.0, 9517.0, 9475.0, 9500.0, 9495.0, 9475.0, 9504.0, 9476.0, 9502.0, 9465.0, 9517.0, 9464.0, 9544.0, 9462.0, 9514.0, 9463.0, 9515.0, 9465.0, 9532.0, 9482.0, 9532.0, 9477.0, 9529.0, 9503.0, 9533.0, 9482.0, 9528.0, 9480.0, 9546.0, 9481.0, 9545.0, 9500.0, 9543.0, 9484.0, 9507.0, 9483.0, 9504.0, 9495.0, 9507.0, 9495.0, 9475.0, 9504.0, 9464.0, 9505.0, 9484.0, 9562.0, 9534.0, 9573.0, 9514.0, 9549.0, 9496.0, 9552.0, 9525.0, 9547.0, 9475.0, 9483.0, 9444.0, 9514.0, 9473.0, 9503.0, 9496.0, 9483.0, 9505.0, 9466.0, 9522.0, 9466.0, 9520.0, 9480.0, 9505.0, 9464.0, 9505.0, 9465.0, 9515.0, 9463.0, 9500.0, 9462.0, 9514.0, 9483.0, 9501.0, 9447.0, 9512.0, 9476.0, 9514.0, 9482.0, 9546.0, 9504.0, 9547.0, 9496.0, 9518.0, 9496.0, 9518.0, 9481.0, 9542.0, 9495.0, 9497.0, 9485.0, 9458.0, 9502.0, 9476.0, 9519.0, 9462.0, 9516.0, 9481.0, 9518.0, 9501.0, 9537.0, 9503.0, 9560.0, 9498.0, 9562.0, 9483.0, 9549.0, 9522.0, 9541.0, 9519.0, 9499.0, 9476.0, 9460.0, 9490.0, 9462.0, 9515.0, 9462.0, 9517.0, 9495.0, 9517.0, 9487.0, 9533.0, 9494.0, 9546.0, 9481.0, 9544.0, 9480.0, 9530.0, 9605.0, 9535.0, 9490.0, 9450.0, 9467.0, 9463.0, 9506.0, 9502.0, 9543.0, 9510.0, 9560.0, 9529.0, 9589.0, 9513.0, 9573.0, 9511.0, 9584.0, 9523.0, 9583.0, 9517.0, 9563.0, 9498.0, 9562.0, 9483.0, 9547.0, 9518.0, 9545.0, 9477.0, 9525.0, 9478.0, 9541.0, 9508.0, 9541.0, 9495.0, 9555.0, 9480.0, 9537.0, 9506.0, 9537.0, 9476.0, 9537.0, 9462.0, 9540.0, 9502.0, 9523.0, 9472.0, 9496.0, 9474.0, 9511.0, 9473.0, 9455.0, 9484.0, 9457.0, 9485.0, 9458.0, 9507.0, 9463.0, 9501.0, 9463.0, 9501.0, 9466.0, 9531.0, 9478.0, 9542.0, 9479.0, 9541.0, 9479.0, 9541.0, 9510.0, 9555.0, 9492.0, 9501.0, 9495.0, 9505.0, 9519.0, 9462.0, 9529.0, 9476.0, 9529.0, 9496.0, 9505.0, 9505.0, 9480.0, 9492.0, 9479.0, 9520.0, 9484.0, 9509.0, 9498.0, 9484.0, 9523.0, 9471.0, 9573.0, 9532.0, 9559.0, 9503.0, 9509.0, 9490.0, 9457.0, 9513.0, 9442.0, 9493.0, 9474.0, 9512.0, 9477.0, 9485.0, 9488.0, 9469.0, 9507.0, 9481.0, 9485.0, 9529.0, 9506.0, 9545.0, 9505.0, 9544.0, 9490.0, 9541.0, 9489.0, 9541.0, 9485.0, 9550.0, 9480.0, 9542.0, 9460.0, 9539.0, 9441.0, 9522.0, 9437.0, 9520.0, 9434.0, 9495.0, 9432.0, 9481.0, 9442.0, 9496.0, 9452.0, 9499.0, 9450.0, 9513.0, 9452.0, 9503.0, 9458.0, 9520.0, 9495.0, 9438.0, 9467.0, 9441.0, 9471.0, 9453.0, 9493.0, 9475.0, 9503.0, 9458.0, 9480.0, 9457.0, 9482.0, 9446.0, 9520.0, 9473.0, 9516.0, 9481.0, 9474.0, 9473.0, 9472.0, 9484.0, 9464.0, 9503.0, 9468.0, 9528.0, 9482.0, 9541.0, 9480.0, 9530.0, 9496.0, 9514.0, 9506.0, 9467.0, 9502.0, 9482.0, 9503.0, 9465.0, 9530.0, 9494.0, 9545.0, 9478.0, 9521.0, 9498.0, 9464.0, 9521.0, 9481.0, 9517.0, 9483.0, 9565.0, 9511.0, 9515.0, 9490.0, 9474.0, 9490.0, 9464.0, 9531.0, 9460.0, 9542.0, 9460.0, 9521.0, 9474.0, 9528.0, 9501.0, 9523.0, 9458.0, 9493.0, 9474.0, 9459.0, 9489.0, 9458.0, 9497.0, 9459.0, 9496.0, 9463.0, 9512.0, 9474.0, 9541.0, 9478.0, 9511.0, 9479.0, 9491.0, 9486.0, 9461.0, 9504.0, 9481.0, 9518.0, 9484.0, 9549.0, 9481.0, 9502.0, 9491.0, 9462.0, 9504.0, 9465.0, 9532.0, 9483.0, 9544.0, 9498.0, 9557.0, 9510.0, 9509.0, 9488.0, 9465.0, 9504.0, 9461.0, 9531.0, 9459.0, 9514.0, 9462.0, 9526.0, 9482.0, 9541.0, 9480.0, 9540.0, 9476.0, 9528.0, 9508.0, 9513.0, 9488.0, 9521.0, 9477.0, 9523.0, 9480.0, 9510.0, 9473.0, 9472.0, 9488.0, 9458.0, 9487.0, 9457.0, 9500.0, 9445.0, 9503.0, 9462.0, 9504.0, 9467.0, 9520.0, 9462.0, 9514.0, 9462.0, 9503.0, 9466.0, 9528.0, 9460.0, 9498.0, 9458.0, 9497.0, 9462.0, 9524.0, 9473.0, 9524.0, 9477.0, 9514.0, 9483.0, 9540.0, 9508.0, 9527.0, 9479.0, 9515.0, 9496.0, 9544.0, 9496.0, 9546.0, 9494.0, 9558.0, 9494.0, 9560.0, 9501.0, 9503.0, 9469.0, 9518.0, 9470.0, 9552.0, 9473.0, 9517.0, 9470.0, 9534.0, 9478.0, 9521.0, 9457.0, 9505.0, 9468.0, 9506.0, 9460.0, 9507.0, 9458.0, 9495.0, 9458.0, 9503.0, 9461.0, 9494.0, 9455.0, 9479.0, 9456.0, 9488.0, 9442.0, 9489.0, 9496.0, 9481.0, 9528.0, 9479.0, 9526.0, 9474.0, 9512.0, 9483.0, 9528.0, 9484.0, 9528.0, 9482.0, 9531.0, 9499.0, 9530.0, 9483.0, 9533.0, 9502.0, 9544.0, 9523.0, 9544.0, 9500.0, 9548.0, 9503.0, 9559.0, 9522.0, 9540.0, 9496.0, 9561.0, 9482.0, 9544.0, 9511.0, 9524.0, 9488.0, 9537.0, 9476.0, 9538.0, 9484.0, 9528.0, 9510.0, 9527.0, 9466.0, 9543.0, 9483.0, 9529.0, 9525.0, 9549.0, 9505.0, 9535.0, 9485.0, 9547.0, 9498.0, 9545.0, 9480.0, 9527.0, 9481.0, 9527.0, 9465.0, 9513.0, 9475.0, 9514.0, 9464.0, 9516.0, 9485.0, 9521.0, 9482.0, 9517.0, 9481.0, 9517.0, 9487.0, 9519.0, 9476.0, 9542.0, 9479.0, 9529.0, 9478.0, 9514.0, 9495.0, 9544.0, 9483.0, 9533.0, 9482.0, 9502.0, 9492.0, 9467.0, 9506.0, 9480.0, 9506.0, 9483.0, 9558.0, 9495.0, 9557.0, 9498.0, 9547.0, 9504.0, 9496.0, 9480.0, 9456.0, 9499.0, 9462.0, 9540.0, 9494.0, 9546.0, 9481.0, 9490.0, 9490.0, 9464.0, 9520.0, 9460.0, 9540.0, 9475.0, 9525.0, 9478.0, 9540.0, 9491.0, 9487.0, 9474.0, 9464.0, 9507.0, 9483.0, 9549.0, 9498.0, 9466.0, 9507.0, 9483.0, 9509.0, 9496.0, 9483.0, 9566.0, 9510.0, 9532.0, 9494.0, 9489.0, 9531.0, 9458.0, 9526.0, 9440.0, 9521.0, 9455.0, 9517.0, 9468.0, 9516.0, 9455.0, 9504.0, 9456.0, 9493.0, 9472.0, 9455.0, 9470.0, 9461.0, 9501.0, 9483.0, 9518.0, 9479.0, 9530.0, 9482.0, 9492.0, 9495.0, 9458.0, 9487.0, 9460.0, 9499.0, 9466.0, 9525.0, 9462.0, 9540.0, 9477.0, 9525.0, 9477.0, 9500.0, 9478.0, 9461.0, 9503.0, 9464.0, 9504.0, 9467.0, 9542.0, 9463.0, 9538.0, 9477.0, 9510.0, 9504.0, 9456.0, 9485.0, 9457.0, 9484.0, 9459.0, 9530.0, 9464.0, 9522.0, 9462.0, 9513.0, 9477.0, 9523.0, 9463.0, 9522.0, 9478.0, 9524.0, 9507.0, 9509.0, 9461.0, 9510.0, 9475.0, 9484.0, 9472.0, 9455.0, 9486.0, 9459.0, 9504.0, 9461.0, 9500.0, 9462.0, 9498.0, 9446.0, 9499.0, 9467.0, 9527.0, 9475.0, 9513.0, 9483.0, 9530.0, 9493.0, 9525.0, 9478.0, 9462.0, 9490.0, 9462.0, 9522.0, 9464.0, 9543.0, 9464.0, 9542.0, 9466.0, 9565.0, 9493.0, 9540.0, 9459.0, 9508.0, 9456.0, 9506.0, 9441.0, 9519.0, 9454.0, 9490.0, 9457.0, 9492.0, 9475.0, 9547.0, 9478.0, 9523.0, 9461.0, 9508.0, 9488.0, 9522.0, 9460.0, 9543.0, 9477.0, 9510.0, 9487.0, 9494.0, 9473.0, 9456.0, 9472.0, 9461.0, 9502.0, 9462.0, 9543.0, 9495.0, 9462.0, 9488.0, 9465.0, 9516.0, 9484.0, 9521.0, 9466.0, 9519.0, 9448.0, 9502.0, 9460.0, 9512.0, 9494.0, 9508.0, 9433.0, 9475.0, 9416.0, 9457.0, 9413.0, 9471.0, 9428.0, 9472.0, 9429.0, 9494.0, 9416.0, 9492.0, 9430.0, 9494.0, 9448.0, 9480.0, 9460.0, 9440.0, 9479.0, 9459.0, 9442.0, 9480.0, 9455.0, 9499.0, 9479.0, 9538.0, 9475.0, 9521.0, 9486.0, 9494.0, 9455.0, 9473.0, 9453.0, 9448.0, 9479.0, 9438.0, 9475.0, 9446.0, 9483.0, 9478.0, 9500.0, 9481.0, 9515.0, 9467.0, 9514.0, 9481.0, 9514.0, 9491.0, 9460.0, 9489.0, 9446.0, 9501.0, 9465.0, 9516.0, 9480.0, 9530.0, 9480.0, 9489.0, 9481.0, 9490.0, 9494.0, 9464.0, 9505.0, 9464.0, 9504.0, 9465.0, 9530.0, 9493.0, 9545.0, 9494.0, 9529.0, 9473.0, 9488.0, 9490.0, 9460.0, 9515.0, 9464.0, 9514.0, 9475.0, 9530.0, 9492.0, 9541.0, 9492.0, 9526.0, 9480.0, 9510.0, 9464.0, 9471.0, 9475.0, 9457.0, 9499.0, 9464.0, 9500.0, 9469.0, 9528.0, 9464.0, 9526.0, 9477.0, 9509.0, 9481.0, 9527.0, 9494.0, 9529.0, 9480.0, 9516.0, 9479.0, 9487.0, 9492.0, 9473.0, 9489.0, 9458.0, 9504.0, 9464.0, 9518.0, 9462.0, 9499.0, 9479.0, 9516.0, 9486.0, 9531.0, 9497.0, 9545.0, 9496.0, 9548.0, 9498.0, 9518.0, 9495.0, 9461.0, 9492.0, 9462.0, 9506.0, 9475.0, 9519.0, 9445.0, 9499.0, 9444.0, 9497.0, 9459.0, 9501.0, 9443.0, 9498.0, 9444.0, 9498.0, 9443.0, 9503.0, 9445.0, 9500.0, 9458.0, 9500.0, 9457.0, 9503.0, 9465.0, 9500.0, 9457.0, 9486.0, 9460.0, 9488.0, 9459.0, 9488.0, 9458.0, 9486.0, 9458.0, 9475.0, 9565.0, 9558.0, 9494.0, 9460.0, 9421.0, 9463.0, 9509.0, 9540.0, 9442.0, 9458.0, 9454.0, 9460.0, 9512.0, 9486.0, 9532.0, 9488.0, 9534.0, 9492.0, 9529.0, 9489.0, 9532.0, 9508.0, 9525.0, 9546.0, 9491.0, 9546.0, 9503.0, 9553.0, 9499.0, 9520.0, 9456.0, 9519.0, 9470.0, 9532.0, 9495.0, 9505.0, 9455.0, 9519.0, 9455.0, 9519.0, 9484.0, 9505.0, 9459.0, 9520.0, 9456.0, 9516.0, 9470.0, 9518.0, 9456.0, 9504.0, 9458.0, 9517.0, 9471.0, 9519.0, 9471.0, 9518.0, 9457.0, 9517.0, 9472.0, 9518.0, 9491.0, 9523.0, 9462.0, 9522.0, 9463.0, 9522.0, 9489.0, 9508.0, 9461.0, 9523.0, 9473.0, 9525.0, 9480.0, 9521.0, 9464.0, 9524.0, 9474.0, 9523.0, 9478.0, 9508.0, 9477.0, 9512.0, 9479.0, 9512.0, 9479.0, 9514.0, 9481.0, 9515.0, 9479.0, 9529.0, 9481.0, 9529.0, 9481.0, 9530.0, 9479.0, 9545.0, 9481.0, 9526.0, 9480.0, 9527.0, 9492.0, 9524.0, 9479.0, 9537.0, 9466.0, 9525.0, 9492.0, 9527.0, 9477.0, 9526.0, 9479.0, 9527.0, 9484.0, 9544.0, 9484.0, 9544.0, 9495.0, 9544.0, 9497.0, 9542.0, 9504.0, 9541.0, 9483.0, 9541.0, 9479.0, 9542.0, 9523.0, 9529.0, 9483.0, 9503.0, 9485.0, 9531.0, 9498.0, 9491.0, 9505.0, 9464.0, 9506.0, 9468.0, 9524.0, 9468.0, 9536.0, 9484.0, 9532.0, 9485.0, 9547.0, 9500.0, 9559.0, 9483.0, 9542.0, 9483.0, 9546.0, 9521.0, 9500.0, 9489.0, 9459.0, 9485.0, 9461.0, 9506.0, 9464.0, 9531.0, 9448.0, 9498.0, 9461.0, 9498.0, 9462.0, 9539.0, 9475.0, 9523.0, 9478.0, 9507.0, 9463.0, 9514.0, 9490.0, 9525.0, 9476.0, 9495.0, 9477.0, 9477.0, 9477.0, 9461.0, 9505.0, 9465.0, 9516.0, 9484.0, 9534.0, 9500.0, 9557.0, 9481.0, 9545.0, 9497.0, 9529.0, 9506.0, 9447.0, 9487.0, 9440.0, 9483.0, 9453.0, 9499.0, 9443.0, 9510.0, 9460.0, 9498.0, 9483.0, 9516.0, 9477.0, 9523.0, 9478.0, 9521.0, 9466.0, 9541.0, 9506.0, 9522.0, 9473.0, 9538.0, 9459.0, 9521.0, 9462.0, 9524.0, 9497.0, 9502.0, 9458.0, 9514.0, 9457.0, 9506.0, 9461.0, 9506.0, 9456.0, 9508.0, 9463.0, 9509.0, 9477.0, 9513.0, 9480.0, 9511.0, 9460.0, 9510.0, 9480.0, 9528.0, 9485.0, 9527.0, 9481.0, 9524.0, 9474.0, 9527.0, 9480.0, 9527.0, 9493.0, 9535.0, 9480.0, 9526.0, 9478.0, 9541.0, 9522.0, 9539.0, 9509.0, 9538.0, 9478.0, 9541.0, 9481.0, 9547.0, 9532.0, 9516.0, 9463.0, 9487.0, 9481.0, 9463.0, 9510.0, 9486.0, 9509.0, 9473.0, 9524.0, 9471.0, 9551.0, 9485.0, 9555.0, 9486.0, 9546.0, 9492.0, 9541.0, 9480.0, 9531.0, 9480.0, 9527.0, 9504.0, 9462.0, 9491.0, 9464.0, 9500.0, 9472.0, 9530.0, 9445.0, 9528.0, 9466.0, 9511.0, 9477.0, 9539.0, 9476.0, 9545.0, 9473.0, 9525.0, 9477.0, 9538.0, 9499.0, 9473.0, 9493.0, 9462.0, 9505.0, 9460.0, 9513.0, 9466.0, 9514.0, 9480.0, 9516.0, 9480.0, 9558.0, 9495.0, 9489.0, 9493.0, 9460.0, 9509.0, 9458.0, 9514.0, 9462.0, 9499.0, 9468.0, 9543.0, 9476.0, 9554.0, 9476.0, 9512.0, 9485.0, 9461.0, 9499.0, 9463.0, 9499.0, 9465.0, 9540.0, 9526.0, 9565.0, 9514.0, 9464.0, 9544.0, 9510.0, 9555.0, 9527.0, 9517.0, 9514.0, 9510.0, 9557.0, 9531.0, 9561.0, 9543.0, 9484.0, 9525.0, 9488.0, 9538.0, 9472.0, 9549.0, 9468.0, 9507.0, 9470.0, 9510.0, 9469.0, 9488.0, 9450.0, 9437.0, 9469.0, 9463.0, 9498.0, 9483.0, 9514.0, 9476.0, 9449.0, 9491.0, 9461.0, 9518.0, 9463.0, 9525.0, 9464.0, 9509.0, 9479.0, 9495.0, 9477.0, 9508.0, 9476.0, 9521.0, 9462.0, 9511.0, 9476.0, 9526.0, 9480.0, 9525.0, 9508.0, 9524.0, 9477.0, 9512.0, 9480.0, 9532.0, 9486.0, 9514.0, 9491.0, 9484.0, 9490.0, 9474.0, 9495.0, 9518.0, 9493.0, 9471.0, 9490.0, 9496.0, 9488.0, 9515.0, 9489.0, 9472.0, 9493.0, 9458.0, 9502.0, 9461.0, 9519.0, 9477.0, 9519.0, 9465.0, 9519.0, 9465.0, 9519.0, 9469.0, 9533.0, 9465.0, 9529.0, 9460.0, 9518.0, 9463.0, 9543.0, 9462.0, 9526.0, 9462.0, 9511.0, 9463.0, 9525.0, 9478.0, 9524.0, 9479.0, 9518.0, 9487.0, 9519.0, 9478.0, 9524.0, 9458.0, 9496.0, 9458.0, 9494.0, 9475.0, 9511.0, 9461.0, 9497.0, 9462.0, 9498.0, 9462.0, 9499.0, 9464.0, 9517.0, 9444.0, 9498.0, 9458.0, 9509.0, 9447.0, 9511.0, 9458.0, 9514.0, 9463.0, 9501.0, 9479.0, 9519.0, 9465.0, 9531.0, 9464.0, 9519.0, 9461.0, 9520.0, 9480.0, 9530.0, 9461.0, 9530.0, 9462.0, 9515.0, 9447.0, 9514.0, 9458.0, 9511.0, 9456.0, 9496.0, 9458.0, 9513.0, 9447.0, 9514.0, 9456.0, 9510.0, 9457.0, 9496.0, 9463.0, 9512.0, 9456.0, 9521.0, 9456.0, 9492.0, 9473.0, 9516.0, 9477.0, 9508.0, 9463.0, 9508.0, 9476.0, 9517.0, 9496.0, 9519.0, 9474.0, 9522.0, 9475.0, 9528.0, 9496.0, 9497.0, 9488.0, 9470.0, 9489.0, 9472.0, 9493.0, 9526.0, 9502.0, 9483.0, 9484.0, 9505.0, 9484.0, 9526.0, 9503.0, 9460.0, 9513.0, 9473.0, 9513.0, 9476.0, 9526.0, 9475.0, 9538.0, 9472.0, 9522.0, 9488.0, 9524.0, 9501.0, 9534.0, 9470.0, 9504.0, 9469.0, 9492.0, 9469.0, 9465.0, 9469.0, 9440.0, 9482.0, 9441.0, 9484.0, 9478.0, 9483.0, 9448.0, 9478.0, 9438.0, 9478.0, 9452.0, 9494.0, 9456.0, 9495.0, 9459.0, 9494.0, 9463.0, 9496.0, 9478.0, 9511.0, 9476.0, 9511.0, 9475.0, 9498.0, 9479.0, 9511.0, 9473.0, 9522.0, 9459.0, 9497.0, 9474.0, 9498.0, 9475.0, 9498.0, 9476.0, 9496.0, 9477.0, 9510.0, 9496.0, 9517.0, 9495.0, 9531.0, 9480.0, 9527.0, 9480.0, 9530.0, 9496.0, 9524.0, 9494.0, 9537.0, 9480.0, 9526.0, 9495.0, 9526.0, 9506.0, 9530.0, 9488.0, 9500.0, 9477.0, 9464.0, 9494.0, 9467.0, 9520.0, 9480.0, 9518.0, 9465.0, 9522.0, 9466.0, 9533.0, 9463.0, 9517.0, 9445.0, 9499.0, 9495.0, 9500.0, 9523.0, 9481.0, 9443.0, 9482.0, 9443.0, 9499.0, 9460.0, 9502.0, 9456.0, 9512.0, 9461.0, 9514.0, 9464.0, 9532.0, 9462.0, 9540.0, 9460.0, 9524.0, 9448.0, 9513.0, 9463.0, 9523.0, 9445.0, 9510.0, 9442.0, 9495.0, 9443.0, 9494.0, 9441.0, 9498.0, 9442.0, 9493.0, 9459.0, 9513.0, 9460.0, 9512.0, 9456.0, 9499.0, 9448.0, 9497.0, 9463.0, 9511.0, 9460.0, 9498.0, 9459.0, 9500.0, 9460.0, 9518.0, 9477.0, 9517.0, 9477.0, 9517.0, 9490.0, 9487.0, 9560.0, 9573.0, 9522.0, 9447.0, 9478.0, 9459.0, 9500.0, 9466.0, 9520.0, 9484.0, 9519.0, 9485.0, 9538.0, 9489.0, 9536.0, 9483.0, 9554.0, 9490.0, 9502.0, 9555.0, 9530.0, 9552.0, 9507.0, 9518.0, 9465.0, 9515.0, 9481.0, 9501.0, 9477.0, 9497.0, 9454.0, 9499.0, 9455.0, 9490.0, 9476.0, 9496.0, 9505.0, 9473.0, 9485.0, 9483.0, 9483.0, 9499.0, 9483.0, 9516.0, 9558.0, 9508.0, 9578.0, 9520.0, 9479.0, 9528.0, 9480.0, 9555.0, 9525.0, 9502.0, 9549.0, 9467.0, 9537.0, 9481.0, 9501.0, 9456.0, 9450.0, 9463.0, 9404.0, 9483.0, 9409.0, 9475.0, 9451.0, 9496.0, 9452.0, 9462.0, 9436.0, 9409.0, 9447.0, 9429.0, 9469.0, 9456.0, 9445.0, 9469.0, 9451.0, 9480.0, 9480.0, 9517.0, 9476.0, 9469.0, 9468.0, 9459.0, 9512.0, 9465.0, 9584.0, 9486.0, 9527.0, 9486.0, 9480.0, 9513.0, 9451.0, 9532.0, 9457.0, 9504.0, 9469.0, 9451.0, 9497.0, 9458.0, 9537.0, 9473.0, 9534.0, 9472.0, 9517.0, 9494.0, 9450.0, 9478.0, 9455.0, 9480.0, 9475.0, 9512.0, 9481.0, 9529.0, 9475.0, 9461.0, 9494.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.0020395846817691477</td></tr>
<tr><td colspan=3>aqi</td><td>0.024027930852211433</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.42206621037241</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.236405586152187</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0223151839341604</td></tr>
<tr><td colspan=3>efc</td><td>0.4525</td></tr>
<tr><td colspan=3>fber</td><td>8001.3257</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06885295712246646</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.348435814455232</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538241868112527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4248070330971863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7886112062416006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4013073649987935</td></tr>
<tr><td colspan=3>gcor</td><td>0.00607743</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01931627281010151</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03220418095588684</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>3.7798155935554334</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>23.9872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4281</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.5166</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.6889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2218</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.9164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3558.7482</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.5124</td></tr>
<tr><td colspan=3>tsnr</td><td>39.89285601954907</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>