<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>317538ffdd0b47e67425338208d84877</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>21:26:45.157500</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.999241, 0.0244847, -0.0303095, -0.0263405, 0.997702, -0.0624274]</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.098313</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7761, -7250, 95, -146, -149, -132, 60]</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>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe86f9a8-d47f-443f-bb28-bf3d62fec3cb||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.68088960647583, -0.07066969573497772, -0.0775204747915268, 114.82727813720703], [-0.0656905248761177, 2.6767611503601074, -0.17058148980140686, -89.91136169433594], [-0.08131805062294006, 0.16748806834220886, 2.693490743637085, -106.24281311035156], [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': ['212645.157500', '212645.617500', '212646.077500', '212646.537500', '212646.997500', '212647.457500', '212647.917500', '212648.377500', '212648.837500', '212649.297500', '212649.757500', '212650.217500', '212650.677500', '212651.137500', '212651.597500', '212652.057500', '212652.517500', '212652.977500', '212653.437500', '212653.897500', '212654.357500', '212654.817500', '212655.277500', '212655.737500', '212656.197500', '212656.657500', '212657.117500', '212657.577500', '212658.037500', '212658.497500', '212658.957500', '212659.417500', '212659.877500', '212700.337500', '212700.797500', '212701.257500', '212701.717500', '212702.177500', '212702.637500', '212703.097500', '212703.557500', '212704.017500', '212704.477500', '212704.937500', '212705.397500', '212705.857500', '212706.317500', '212706.777500', '212707.237500', '212707.697500', '212708.157500', '212708.617500', '212709.077500', '212709.537500', '212709.997500', '212710.457500', '212710.917500', '212711.377500', '212711.837500', '212712.297500', '212712.757500', '212713.217500', '212713.677500', '212714.137500', '212714.597500', '212715.057500', '212715.517500', '212715.977500', '212716.437500', '212716.897500', '212717.357500', '212717.817500', '212718.277500', '212718.737500', '212719.197500', '212719.657500', '212720.117500', '212720.577500', '212721.037500', '212721.497500', '212721.957500', '212722.417500', '212722.877500', '212723.337500', '212723.797500', '212724.257500', '212724.717500', '212725.177500', '212725.637500', '212726.097500', '212726.557500', '212727.017500', '212727.477500', '212727.937500', '212728.397500', '212728.857500', '212729.317500', '212729.777500', '212730.237500', '212730.697500', '212731.157500', '212731.617500', '212732.077500', '212732.537500', '212732.997500', '212733.457500', '212733.917500', '212734.377500', '212734.837500', '212735.297500', '212735.757500', '212736.217500', '212736.677500', '212737.137500', '212737.597500', '212738.057500', '212738.517500', '212738.977500', '212739.437500', '212739.897500', '212740.357500', '212740.817500', '212741.277500', '212741.737500', '212742.197500', '212742.657500', '212743.117500', '212743.577500', '212744.037500', '212744.497500', '212744.957500', '212745.417500', '212745.877500', '212746.337500', '212746.797500', '212747.257500', '212747.717500', '212748.177500', '212748.637500', '212749.097500', '212749.557500', '212750.017500', '212750.477500', '212750.937500', '212751.397500', '212751.857500', '212752.317500', '212752.777500', '212753.237500', '212753.697500', '212754.157500', '212754.617500', '212755.077500', '212755.537500', '212755.997500', '212756.457500', '212756.917500', '212757.377500', '212757.837500', '212758.297500', '212758.757500', '212759.217500', '212759.677500', '212800.137500', '212800.597500', '212801.057500', '212801.517500', '212801.977500', '212802.437500', '212802.897500', '212803.357500', '212803.817500', '212804.277500', '212804.737500', '212805.197500', '212805.657500', '212806.117500', '212806.577500', '212807.037500', '212807.497500', '212807.957500', '212808.417500', '212808.877500', '212809.337500', '212809.797500', '212810.257500', '212810.717500', '212811.177500', '212811.637500', '212812.097500', '212812.557500', '212813.017500', '212813.477500', '212813.937500', '212814.397500', '212814.857500', '212815.317500', '212815.777500', '212816.237500', '212816.697500', '212817.157500', '212817.617500', '212818.077500', '212818.537500', '212818.997500', '212819.457500', '212819.917500', '212820.377500', '212820.837500', '212821.297500', '212821.757500', '212822.217500', '212822.677500', '212823.137500', '212823.597500', '212824.057500', '212824.517500', '212824.977500', '212825.437500', '212825.897500', '212826.357500', '212826.817500', '212827.277500', '212827.737500', '212828.197500', '212828.657500', '212829.117500', '212829.577500', '212830.037500', '212830.497500', '212830.957500', '212831.417500', '212831.877500', '212832.337500', '212832.797500', '212833.257500', '212833.717500', '212834.177500', '212834.637500', '212835.097500', '212835.557500', '212836.017500', '212836.477500', '212836.937500', '212837.397500', '212837.857500', '212838.317500', '212838.777500', '212839.237500', '212839.697500', '212840.157500', '212840.617500', '212841.077500', '212841.537500', '212841.997500', '212842.457500', '212842.917500', '212843.377500', '212843.837500', '212844.297500', '212844.757500', '212845.217500', '212845.677500', '212846.137500', '212846.597500', '212847.057500', '212847.517500', '212847.977500', '212848.437500', '212848.897500', '212849.357500', '212849.817500', '212850.277500', '212850.737500', '212851.197500', '212851.657500', '212852.117500', '212852.577500', '212853.037500', '212853.497500', '212853.957500', '212854.417500', '212854.877500', '212855.337500', '212855.797500', '212856.257500', '212856.717500', '212857.177500', '212857.637500', '212858.097500', '212858.557500', '212859.017500', '212859.477500', '212859.937500', '212900.397500', '212900.857500', '212901.317500', '212901.777500', '212902.237500', '212902.697500', '212903.157500', '212903.617500', '212904.077500', '212904.537500', '212904.997500', '212905.457500', '212905.917500', '212906.377500', '212906.837500', '212907.297500', '212907.757500', '212908.217500', '212908.677500', '212909.137500', '212909.597500', '212910.057500', '212910.517500', '212910.977500', '212911.437500', '212911.897500', '212912.357500', '212912.817500', '212913.277500', '212913.737500', '212914.197500', '212914.657500', '212915.117500', '212915.577500', '212916.037500', '212916.497500', '212916.957500', '212917.417500', '212917.877500', '212918.337500', '212918.797500', '212919.257500', '212919.717500', '212920.177500', '212920.637500', '212921.097500', '212921.557500', '212922.017500', '212922.477500', '212922.937500', '212923.397500', '212923.857500', '212924.317500', '212924.777500', '212925.237500', '212925.697500', '212926.157500', '212926.617500', '212927.077500', '212927.537500', '212927.997500', '212928.457500', '212928.917500', '212929.377500', '212929.837500', '212930.297500', '212930.757500', '212931.217500', '212931.677500', '212932.137500', '212932.597500', '212933.057500', '212933.517500', '212933.977500', '212934.437500', '212934.897500', '212935.357500', '212935.817500', '212936.277500', '212936.737500', '212937.197500', '212937.657500', '212938.117500', '212938.577500', '212939.037500', '212939.497500', '212939.957500', '212940.417500', '212940.877500', '212941.337500', '212941.797500', '212942.257500', '212942.717500', '212943.177500', '212943.637500', '212944.097500', '212944.557500', '212945.017500', '212945.477500', '212945.937500', '212946.397500', '212946.857500', '212947.317500', '212947.777500', '212948.237500', '212948.697500', '212949.157500', '212949.617500', '212950.077500', '212950.537500', '212950.997500', '212951.457500', '212951.917500', '212952.377500', '212952.837500', '212953.297500', '212953.757500', '212954.217500', '212954.677500', '212955.137500', '212955.597500', '212956.057500', '212956.517500', '212956.977500', '212957.437500', '212957.897500', '212958.357500', '212958.817500', '212959.277500', '212959.737500', '213000.197500', '213000.657500', '213001.117500', '213001.577500', '213002.037500', '213002.497500', '213002.957500', '213003.417500', '213003.877500', '213004.337500', '213004.797500', '213005.257500', '213005.717500', '213006.177500', '213006.637500', '213007.097500', '213007.557500', '213008.017500', '213008.477500', '213008.937500', '213009.397500', '213009.857500', '213010.317500', '213010.777500', '213011.237500', '213011.697500', '213012.157500', '213012.617500', '213013.077500', '213013.537500', '213013.997500', '213014.457500', '213014.917500', '213015.377500', '213015.837500', '213016.297500', '213016.757500', '213017.217500', '213017.677500', '213018.137500', '213018.597500', '213019.057500', '213019.517500', '213019.977500', '213020.437500', '213020.897500', '213021.357500', '213021.817500', '213022.277500', '213022.737500', '213023.197500', '213023.657500', '213024.117500', '213024.577500', '213025.037500', '213025.497500', '213025.957500', '213026.417500', '213026.877500', '213027.337500', '213027.797500', '213028.257500', '213028.717500', '213029.177500', '213029.637500', '213030.097500', '213030.557500', '213031.017500', '213031.477500', '213031.937500', '213032.397500', '213032.857500', '213033.317500', '213033.777500', '213034.237500', '213034.697500', '213035.157500', '213035.617500', '213036.077500', '213036.537500', '213036.997500', '213037.457500', '213037.917500', '213038.377500', '213038.837500', '213039.297500', '213039.757500', '213040.217500', '213040.677500', '213041.137500', '213041.597500', '213042.057500', '213042.517500', '213042.977500', '213043.437500', '213043.897500', '213044.357500', '213044.817500', '213045.277500', '213045.737500', '213046.197500', '213046.657500', '213047.117500', '213047.577500', '213048.037500', '213048.497500', '213048.957500', '213049.417500', '213049.877500', '213050.337500', '213050.797500', '213051.257500', '213051.717500', '213052.177500', '213052.637500', '213053.097500', '213053.557500', '213054.017500', '213054.477500', '213054.937500', '213055.397500', '213055.857500', '213056.317500', '213056.777500', '213057.237500', '213057.697500', '213058.157500', '213058.617500', '213059.077500', '213059.537500', '213059.997500', '213100.457500', '213100.917500', '213101.377500', '213101.837500', '213102.297500', '213102.757500', '213103.217500', '213103.677500', '213104.137500', '213104.597500', '213105.057500', '213105.517500', '213105.977500', '213106.437500', '213106.897500', '213107.357500', '213107.817500', '213108.277500', '213108.737500', '213109.197500', '213109.657500', '213110.117500', '213110.577500', '213111.037500', '213111.497500', '213111.957500', '213112.417500', '213112.877500', '213113.337500', '213113.797500', '213114.257500', '213114.717500', '213115.177500', '213115.637500', '213116.097500', '213116.557500', '213117.017500', '213117.477500', '213117.937500', '213118.397500', '213118.857500', '213119.317500', '213119.777500', '213120.237500', '213120.697500', '213121.157500', '213121.617500', '213122.077500', '213122.537500', '213122.997500', '213123.457500', '213123.917500', '213124.377500', '213124.837500', '213125.297500', '213125.757500', '213126.217500', '213126.677500', '213127.137500', '213127.597500', '213128.057500', '213128.517500', '213128.977500', '213129.437500', '213129.897500', '213130.357500', '213130.817500', '213131.277500', '213131.737500', '213132.197500', '213132.657500', '213133.117500', '213133.577500', '213134.037500', '213134.497500', '213134.957500', '213135.417500', '213135.877500', '213136.337500', '213136.797500', '213137.257500', '213137.717500', '213138.177500', '213138.637500', '213139.097500', '213139.557500', '213140.017500', '213140.477500', '213140.937500', '213141.397500', '213141.857500', '213142.317500', '213142.777500', '213143.237500', '213143.697500', '213144.157500', '213144.617500', '213145.077500', '213145.537500', '213145.997500', '213146.457500', '213146.917500', '213147.377500', '213147.837500', '213148.297500', '213148.757500', '213149.217500', '213149.677500', '213150.137500', '213150.597500', '213151.057500', '213151.517500', '213151.977500', '213152.437500', '213152.897500', '213153.357500', '213153.817500', '213154.277500', '213154.737500', '213155.197500', '213155.657500', '213156.117500', '213156.577500', '213157.037500', '213157.497500', '213157.957500', '213158.417500', '213158.877500', '213159.337500', '213159.797500', '213200.257500', '213200.717500', '213201.177500', '213201.637500', '213202.097500', '213202.557500', '213203.017500', '213203.477500', '213203.937500', '213204.397500', '213204.857500', '213205.317500', '213205.777500', '213206.237500', '213206.697500', '213207.157500', '213207.617500', '213208.077500', '213208.537500', '213208.997500', '213209.457500', '213209.917500', '213210.377500', '213210.837500', '213211.297500', '213211.757500', '213212.217500', '213212.677500', '213213.137500', '213213.597500', '213214.057500', '213214.517500', '213214.977500', '213215.437500', '213215.897500', '213216.357500', '213216.817500', '213217.277500', '213217.737500', '213218.197500', '213218.657500', '213219.117500', '213219.577500', '213220.037500', '213220.497500', '213220.957500', '213221.417500', '213221.877500', '213222.337500', '213222.797500', '213223.257500', '213223.717500', '213224.177500', '213224.637500', '213225.097500', '213225.557500', '213226.017500', '213226.477500', '213226.937500', '213227.397500', '213227.857500', '213228.317500', '213228.777500', '213229.237500', '213229.697500', '213230.157500', '213230.617500', '213231.077500', '213231.537500', '213231.997500', '213232.457500', '213232.917500', '213233.377500', '213233.837500', '213234.297500', '213234.757500', '213235.217500', '213235.677500', '213236.137500', '213236.597500', '213237.057500', '213237.517500', '213237.977500', '213238.437500', '213238.897500', '213239.357500', '213239.817500', '213240.277500', '213240.737500', '213241.197500', '213241.657500', '213242.117500', '213242.577500', '213243.037500', '213243.497500', '213243.957500', '213244.417500', '213244.877500', '213245.337500', '213245.797500', '213246.257500', '213246.717500', '213247.177500', '213247.637500', '213248.097500', '213248.557500', '213249.017500', '213249.477500', '213249.937500', '213250.397500', '213250.857500', '213251.317500', '213251.777500', '213252.237500', '213252.697500', '213253.157500', '213253.617500', '213254.077500', '213254.537500', '213254.997500', '213255.457500', '213255.917500', '213256.377500', '213256.837500', '213257.297500', '213257.757500', '213258.217500', '213258.677500', '213259.137500', '213259.597500', '213300.057500', '213300.517500', '213300.977500', '213301.437500', '213301.897500', '213302.357500', '213302.817500', '213303.277500', '213303.737500', '213304.197500', '213304.657500', '213305.117500', '213305.577500', '213306.037500', '213306.497500', '213306.957500', '213307.417500', '213307.877500', '213308.337500', '213308.797500', '213309.257500', '213309.717500', '213310.177500', '213310.637500', '213311.097500', '213311.557500', '213312.017500', '213312.477500', '213312.937500', '213313.397500', '213313.857500', '213314.317500', '213314.777500', '213315.237500', '213315.697500', '213316.157500', '213316.617500', '213317.077500', '213317.537500', '213317.997500', '213318.457500', '213318.917500', '213319.377500', '213319.837500', '213320.297500', '213320.757500', '213321.217500', '213321.677500', '213322.137500', '213322.597500', '213323.057500', '213323.517500', '213323.977500', '213324.437500', '213324.897500', '213325.357500', '213325.817500', '213326.277500', '213326.737500', '213327.197500', '213327.657500', '213328.117500', '213328.577500', '213329.037500', '213329.497500', '213329.957500', '213330.417500', '213330.877500', '213331.337500', '213331.797500', '213332.257500', '213332.717500', '213333.177500', '213333.637500', '213334.097500', '213334.557500', '213335.017500', '213335.477500', '213335.937500', '213336.397500', '213336.857500', '213337.317500', '213337.777500', '213338.237500', '213338.697500', '213339.157500', '213339.617500', '213340.077500', '213340.537500', '213340.997500', '213341.457500', '213341.917500', '213342.377500', '213342.837500', '213343.297500', '213343.757500', '213344.217500', '213344.677500', '213345.137500', '213345.597500', '213346.057500', '213346.517500', '213346.977500', '213347.437500', '213347.897500', '213348.357500', '213348.817500', '213349.277500', '213349.737500', '213350.197500', '213350.657500', '213351.117500', '213351.577500', '213352.037500', '213352.497500', '213352.957500', '213353.417500', '213353.877500', '213354.337500', '213354.797500', '213355.257500', '213355.717500', '213356.177500', '213356.637500', '213357.097500', '213357.557500', '213358.017500', '213358.477500', '213358.937500', '213359.397500', '213359.857500', '213400.317500', '213400.777500', '213401.237500', '213401.697500', '213402.157500', '213402.617500', '213403.077500', '213403.537500', '213403.997500', '213404.457500', '213404.917500', '213405.377500', '213405.837500', '213406.297500', '213406.757500', '213407.217500', '213407.677500', '213408.137500', '213408.597500', '213409.057500', '213409.517500', '213409.977500', '213410.437500', '213410.897500', '213411.357500', '213411.817500', '213412.277500', '213412.737500', '213413.197500', '213413.657500', '213414.117500', '213414.577500', '213415.037500', '213415.497500', '213415.957500', '213416.417500', '213416.877500', '213417.337500', '213417.797500', '213418.257500', '213418.717500', '213419.177500', '213419.637500', '213420.097500', '213420.557500', '213421.017500', '213421.477500', '213421.937500', '213422.397500', '213422.857500', '213423.317500', '213423.777500', '213424.237500', '213424.697500', '213425.157500', '213425.617500', '213426.077500', '213426.537500', '213426.997500', '213427.457500', '213427.917500', '213428.377500', '213428.837500', '213429.297500', '213429.757500', '213430.217500', '213430.677500', '213431.137500', '213431.597500', '213432.057500', '213432.517500', '213432.977500', '213433.437500', '213433.897500', '213434.357500', '213434.817500', '213435.277500', '213435.737500', '213436.197500', '213436.657500', '213437.117500', '213437.577500', '213438.037500', '213438.497500', '213438.957500', '213439.417500', '213439.877500', '213440.337500', '213440.797500', '213441.257500', '213441.717500', '213442.177500', '213442.637500', '213443.097500', '213443.557500', '213444.017500', '213444.477500', '213444.937500', '213445.397500', '213445.857500', '213446.317500', '213446.777500', '213447.237500', '213447.697500', '213448.157500', '213448.617500', '213449.077500', '213449.537500', '213449.997500', '213450.457500', '213450.917500', '213451.377500', '213451.837500', '213452.297500', '213452.757500', '213453.217500', '213453.677500', '213454.137500', '213454.597500', '213455.057500', '213455.517500', '213455.977500', '213456.437500', '213456.897500', '213457.357500', '213457.817500', '213458.277500', '213458.737500', '213459.197500', '213459.657500', '213500.117500', '213500.577500', '213501.037500', '213501.497500', '213501.957500', '213502.417500', '213502.877500', '213503.337500', '213503.797500', '213504.257500', '213504.717500', '213505.177500', '213505.637500', '213506.097500', '213506.557500', '213507.017500', '213507.477500', '213507.937500', '213508.397500', '213508.857500', '213509.317500', '213509.777500', '213510.237500', '213510.697500', '213511.157500', '213511.617500', '213512.077500', '213512.537500', '213512.997500', '213513.457500', '213513.917500', '213514.377500', '213514.837500', '213515.297500', '213515.757500', '213516.217500', '213516.677500', '213517.137500', '213517.597500', '213518.057500', '213518.517500', '213518.977500', '213519.437500', '213519.897500', '213520.357500', '213520.817500', '213521.277500', '213521.737500', '213522.197500', '213522.657500', '213523.117500', '213523.577500', '213524.037500', '213524.497500', '213524.957500', '213525.417500', '213525.877500', '213526.337500', '213526.797500', '213527.257500', '213527.717500', '213528.177500', '213528.637500', '213529.097500', '213529.557500', '213530.017500', '213530.477500', '213530.937500', '213531.397500', '213531.857500', '213532.317500', '213532.777500', '213533.237500', '213533.697500', '213534.157500', '213534.617500', '213535.077500', '213535.537500', '213535.997500', '213536.457500', '213536.917500', '213537.377500', '213537.837500', '213538.297500', '213538.757500', '213539.217500', '213539.677500', '213540.137500', '213540.597500', '213541.057500', '213541.517500', '213541.977500', '213542.437500', '213542.897500', '213543.357500', '213543.817500', '213544.277500', '213544.737500', '213545.197500', '213545.657500', '213546.117500', '213546.577500', '213547.037500', '213547.497500', '213547.957500', '213548.417500', '213548.877500', '213549.337500', '213549.797500', '213550.257500', '213550.717500', '213551.177500', '213551.637500', '213552.097500', '213552.557500', '213553.017500', '213553.477500', '213553.937500', '213554.397500', '213554.857500', '213555.317500', '213555.777500', '213556.237500', '213556.697500', '213557.157500', '213557.617500', '213558.077500', '213558.537500', '213558.997500', '213559.457500', '213559.917500', '213600.377500', '213600.837500', '213601.297500', '213601.757500', '213602.217500', '213602.677500', '213603.137500', '213603.597500', '213604.057500', '213604.517500', '213604.977500', '213605.437500', '213605.897500', '213606.357500', '213606.817500', '213607.277500', '213607.737500', '213608.197500', '213608.657500', '213609.117500', '213609.577500', '213610.037500', '213610.497500', '213610.957500', '213611.417500', '213611.877500', '213612.337500', '213612.797500', '213613.257500', '213613.717500', '213614.177500', '213614.637500', '213615.097500', '213615.557500', '213616.017500', '213616.477500', '213616.937500', '213617.397500', '213617.857500', '213618.317500', '213618.777500', '213619.237500', '213619.697500', '213620.157500', '213620.617500', '213621.077500', '213621.537500', '213621.997500', '213622.457500', '213622.917500', '213623.377500', '213623.837500', '213624.297500', '213624.757500', '213625.217500', '213625.677500', '213626.137500', '213626.597500', '213627.057500', '213627.517500', '213627.977500', '213628.437500', '213628.897500', '213629.357500', '213629.817500', '213630.277500', '213630.737500', '213631.197500', '213631.657500', '213632.117500', '213632.577500', '213633.037500', '213633.497500', '213633.957500', '213634.417500', '213634.877500', '213635.337500', '213635.797500', '213636.257500', '213636.717500', '213637.177500', '213637.637500', '213638.097500', '213638.557500', '213639.017500', '213639.477500', '213639.937500', '213640.397500', '213640.857500', '213641.317500', '213641.777500', '213642.237500', '213642.697500', '213643.157500', '213643.617500', '213644.077500', '213644.537500', '213644.997500', '213645.457500', '213645.917500', '213646.377500', '213646.837500', '213647.297500', '213647.757500', '213648.217500', '213648.677500', '213649.137500', '213649.597500', '213650.057500', '213650.517500', '213650.977500', '213651.437500', '213651.897500', '213652.357500', '213652.817500', '213653.277500', '213653.737500', '213654.197500', '213654.657500', '213655.117500', '213655.577500', '213656.037500', '213656.497500', '213656.957500', '213657.417500', '213657.877500', '213658.337500', '213658.797500', '213659.257500', '213659.717500', '213700.177500', '213700.637500', '213701.097500', '213701.557500', '213702.017500', '213702.477500', '213702.937500', '213703.397500', '213703.857500', '213704.317500', '213704.777500', '213705.237500', '213705.697500', '213706.157500', '213706.617500', '213707.077500', '213707.537500', '213707.997500', '213708.457500', '213708.917500', '213709.377500', '213709.837500', '213710.297500', '213710.757500', '213711.217500', '213711.677500', '213712.137500', '213712.597500', '213713.057500', '213713.517500', '213713.977500', '213714.437500', '213714.897500', '213715.357500', '213715.817500', '213716.277500', '213716.737500', '213717.197500', '213717.657500', '213718.117500', '213718.577500', '213719.037500', '213719.497500', '213719.957500', '213720.417500', '213720.877500', '213721.337500', '213721.797500', '213722.257500', '213722.717500', '213723.177500', '213723.637500', '213724.097500', '213724.557500', '213725.017500', '213725.477500', '213725.937500', '213726.397500', '213726.857500', '213727.317500', '213727.777500', '213728.237500', '213728.697500', '213729.157500', '213729.617500', '213730.077500', '213730.537500', '213730.997500', '213731.457500', '213731.917500', '213732.377500', '213732.837500', '213733.297500', '213733.757500', '213734.217500', '213734.677500', '213735.137500', '213735.597500', '213736.057500', '213736.517500', '213736.977500', '213737.437500', '213737.897500', '213738.357500', '213738.817500', '213739.277500', '213739.737500', '213740.197500', '213740.657500', '213741.117500', '213741.577500', '213742.037500', '213742.497500', '213742.957500', '213743.417500', '213743.877500', '213744.337500', '213744.797500', '213745.257500', '213745.717500', '213746.177500', '213746.637500', '213747.097500', '213747.557500', '213748.017500', '213748.477500', '213748.937500', '213749.397500', '213749.857500', '213750.317500', '213750.777500', '213751.237500', '213751.697500', '213752.157500', '213752.617500', '213753.077500', '213753.537500', '213753.997500', '213754.457500', '213754.917500', '213755.377500', '213755.837500', '213756.297500', '213756.757500', '213757.217500', '213757.677500', '213758.137500', '213758.597500', '213759.057500', '213759.517500', '213759.977500', '213800.437500', '213800.897500', '213801.357500', '213801.817500', '213802.277500', '213802.737500', '213803.197500', '213803.657500', '213804.117500', '213804.577500', '213805.037500', '213805.497500', '213805.957500', '213806.417500', '213806.877500', '213807.337500', '213807.797500', '213808.257500', '213808.717500', '213809.177500', '213809.637500', '213810.097500', '213810.557500', '213811.017500', '213811.477500', '213811.937500', '213812.397500', '213812.857500', '213813.317500', '213813.777500', '213814.237500', '213814.697500', '213815.157500', '213815.617500', '213816.077500', '213816.537500', '213816.997500', '213817.457500', '213817.917500', '213818.377500', '213818.837500', '213819.297500', '213819.757500', '213820.217500', '213820.677500', '213821.137500', '213821.597500', '213822.057500', '213822.517500', '213822.977500', '213823.437500', '213823.897500', '213824.357500', '213824.817500', '213825.277500', '213825.737500', '213826.197500', '213826.657500', '213827.117500', '213827.577500', '213828.037500', '213828.497500', '213828.957500', '213829.417500', '213829.877500', '213830.337500', '213830.797500', '213831.257500', '213831.717500', '213832.177500', '213832.637500', '213833.097500', '213833.557500', '213834.017500', '213834.477500', '213834.937500', '213835.397500', '213835.857500', '213836.317500', '213836.777500', '213837.237500', '213837.697500', '213838.157500', '213838.617500', '213839.077500', '213839.537500', '213839.997500', '213840.457500', '213840.917500', '213841.377500', '213841.837500', '213842.297500', '213842.757500', '213843.217500', '213843.677500', '213844.137500', '213844.597500', '213845.057500', '213845.517500', '213845.977500', '213846.437500', '213846.897500', '213847.357500', '213847.817500', '213848.277500', '213848.737500', '213849.197500', '213849.657500', '213850.117500', '213850.577500', '213851.037500', '213851.497500', '213851.957500', '213852.417500', '213852.877500', '213853.337500', '213853.797500', '213854.257500', '213854.717500', '213855.177500', '213855.637500', '213856.097500', '213856.557500', '213857.017500', '213857.477500', '213857.937500', '213858.397500', '213858.857500', '213859.317500', '213859.777500', '213900.237500', '213900.697500', '213901.157500', '213901.617500', '213902.077500', '213902.537500', '213902.997500', '213903.457500', '213903.917500', '213904.377500', '213904.837500', '213905.297500', '213905.757500', '213906.217500', '213906.677500', '213907.137500', '213907.597500', '213908.057500', '213908.517500', '213908.977500', '213909.437500', '213909.897500', '213910.357500', '213910.817500', '213911.277500', '213911.737500', '213912.197500', '213912.657500', '213913.117500', '213913.577500', '213914.037500', '213914.497500', '213914.957500', '213915.417500', '213915.877500', '213916.337500', '213916.797500', '213917.257500', '213917.717500', '213918.177500', '213918.637500', '213919.097500', '213919.557500', '213920.017500', '213920.477500', '213920.937500', '213921.397500', '213921.857500', '213922.317500', '213922.777500', '213923.237500', '213923.697500', '213924.157500', '213924.617500', '213925.077500', '213925.537500', '213925.997500', '213926.457500', '213926.917500', '213927.377500', '213927.837500', '213928.297500', '213928.757500', '213929.217500', '213929.677500', '213930.137500', '213930.597500', '213931.057500', '213931.517500', '213931.977500', '213932.437500', '213932.897500', '213933.357500', '213933.817500', '213934.277500', '213934.737500', '213935.197500', '213935.657500', '213936.117500', '213936.577500', '213937.037500', '213937.497500', '213937.957500', '213938.417500', '213938.877500', '213939.337500', '213939.797500', '213940.257500', '213940.717500', '213941.177500', '213941.637500', '213942.097500', '213942.557500', '213943.017500', '213943.477500', '213943.937500', '213944.397500', '213944.857500', '213945.317500', '213945.777500', '213946.237500', '213946.697500', '213947.157500', '213947.617500', '213948.077500', '213948.537500', '213948.997500', '213949.457500', '213949.917500', '213950.377500', '213950.837500', '213951.297500', '213951.757500', '213952.217500', '213952.677500', '213953.137500', '213953.597500', '213954.057500', '213954.517500', '213954.977500', '213955.437500', '213955.897500', '213956.357500', '213956.817500', '213957.277500', '213957.737500', '213958.197500', '213958.657500', '213959.117500', '213959.577500', '214000.037500', '214000.497500', '214000.957500', '214001.417500', '214001.877500', '214002.337500', '214002.797500', '214003.257500', '214003.717500', '214004.177500', '214004.637500', '214005.097500', '214005.557500', '214006.017500', '214006.477500', '214006.937500', '214007.397500', '214007.857500', '214008.317500', '214008.777500', '214009.237500', '214009.697500', '214010.157500', '214010.617500', '214011.077500', '214011.537500', '214011.997500', '214012.457500', '214012.917500', '214013.377500', '214013.837500', '214014.297500', '214014.757500', '214015.217500', '214015.677500', '214016.137500', '214016.597500', '214017.057500', '214017.517500', '214017.977500', '214018.437500', '214018.897500', '214019.357500', '214019.817500', '214020.277500', '214020.737500', '214021.197500', '214021.657500', '214022.117500', '214022.577500', '214023.037500', '214023.497500', '214023.957500', '214024.417500', '214024.877500', '214025.337500', '214025.797500', '214026.257500', '214026.717500', '214027.177500', '214027.637500', '214028.097500', '214028.557500', '214029.017500', '214029.477500', '214029.937500', '214030.397500', '214030.857500', '214031.317500', '214031.777500', '214032.237500', '214032.697500', '214033.157500', '214033.617500', '214034.077500', '214034.537500', '214034.997500', '214035.457500', '214035.917500', '214036.377500', '214036.837500', '214037.297500', '214037.757500', '214038.217500', '214038.677500', '214039.137500', '214039.597500', '214040.057500', '214040.517500', '214040.977500', '214041.437500', '214041.897500', '214042.357500', '214042.817500', '214043.277500', '214043.737500', '214044.197500', '214044.657500', '214045.117500', '214045.577500', '214046.037500', '214046.497500', '214046.957500', '214047.417500', '214047.877500', '214048.337500', '214048.797500', '214049.257500', '214049.717500', '214050.177500', '214050.637500', '214051.097500', '214051.557500', '214052.017500', '214052.477500', '214052.937500', '214053.397500', '214053.857500', '214054.317500', '214054.777500', '214055.237500', '214055.697500', '214056.157500', '214056.617500', '214057.077500', '214057.537500', '214057.997500', '214058.457500', '214058.917500', '214059.377500', '214059.837500'], 'ContentTime': ['212714.344000', '212714.348000', '212714.350000', '212714.353000', '212714.356000', '212714.358000', '212714.361000', '212714.363000', '212714.366000', '212714.368000', '212714.371000', '212714.373000', '212714.376000', '212714.379000', '212714.389000', '212714.392000', '212714.394000', '212714.397000', '212714.400000', '212714.402000', '212714.405000', '212714.407000', '212714.410000', '212714.412000', '212714.415000', '212714.417000', '212714.420000', '212714.423000', '212714.425000', '212714.428000', '212714.430000', '212714.433000', '212714.435000', '212714.438000', '212714.442000', '212714.444000', '212714.447000', '212714.450000', '212714.452000', '212714.455000', '212714.458000', '212714.460000', '212714.463000', '212714.465000', '212714.468000', '212714.470000', '212714.473000', '212714.475000', '212714.478000', '212714.480000', '212714.483000', '212714.486000', '212714.488000', '212714.491000', '212714.493000', '212714.503000', '212714.505000', '212714.508000', '212714.510000', '212714.513000', '212734.315000', '212734.318000', '212734.321000', '212734.324000', '212734.326000', '212734.329000', '212734.331000', '212734.334000', '212734.337000', '212734.339000', '212734.342000', '212734.345000', '212734.347000', '212734.350000', '212734.352000', '212734.355000', '212734.357000', '212734.360000', '212734.363000', '212734.365000', '212734.368000', '212734.370000', '212734.373000', '212734.375000', '212734.378000', '212734.381000', '212734.383000', '212734.386000', '212734.388000', '212734.391000', '212734.394000', '212734.396000', '212734.399000', '212734.401000', '212734.404000', '212734.406000', '212734.409000', '212734.411000', '212734.414000', '212734.416000', '212734.419000', '212734.422000', '212734.424000', '212734.427000', '212754.316000', '212754.318000', '212754.321000', '212754.324000', '212754.326000', '212754.329000', '212754.331000', '212754.334000', '212754.353000', '212754.356000', '212754.359000', '212754.361000', '212754.364000', '212754.366000', '212754.369000', '212754.372000', '212754.374000', '212754.377000', '212754.379000', '212754.382000', '212754.384000', '212754.387000', '212754.390000', '212754.392000', '212754.395000', '212754.397000', '212754.400000', '212754.402000', '212754.405000', '212754.407000', '212754.410000', '212754.413000', '212754.415000', '212754.418000', '212754.420000', '212754.423000', '212754.425000', '212754.428000', '212754.431000', '212754.433000', '212754.436000', '212754.438000', '212754.441000', '212814.315000', '212814.318000', '212814.321000', '212814.323000', '212814.326000', '212814.329000', '212814.331000', '212814.334000', '212814.336000', '212814.339000', '212814.342000', '212814.344000', '212814.347000', '212814.349000', '212814.352000', '212814.354000', '212814.357000', '212814.360000', '212814.362000', '212814.365000', '212814.367000', '212814.370000', '212814.373000', '212814.375000', '212814.378000', '212814.380000', '212814.383000', '212814.385000', '212814.388000', '212814.391000', '212814.393000', '212814.396000', '212814.398000', '212814.401000', '212814.403000', '212814.406000', '212814.409000', '212814.411000', '212814.414000', '212814.416000', '212814.419000', '212814.422000', '212814.424000', '212814.427000', '212834.315000', '212834.318000', '212834.321000', '212834.324000', '212834.326000', '212834.329000', '212834.331000', '212834.334000', '212834.336000', '212834.339000', '212834.342000', '212834.344000', '212834.347000', '212834.350000', '212834.352000', '212834.355000', '212834.357000', '212834.360000', '212834.362000', '212834.365000', '212834.368000', '212834.370000', '212834.373000', '212834.375000', '212834.378000', '212834.381000', '212834.383000', '212834.386000', '212834.388000', '212834.391000', '212834.393000', '212834.396000', '212834.399000', '212834.401000', '212834.404000', '212834.406000', '212834.409000', '212834.411000', '212834.414000', '212834.417000', '212834.419000', '212834.422000', '212834.424000', '212854.314000', '212854.317000', '212854.320000', '212854.322000', '212854.325000', '212854.327000', '212854.330000', '212854.333000', '212854.335000', '212854.338000', '212854.340000', '212854.343000', '212854.346000', '212854.348000', '212854.351000', '212854.353000', '212854.356000', '212854.359000', '212854.361000', '212854.364000', '212854.367000', '212854.369000', '212854.372000', '212854.374000', '212854.377000', '212854.380000', '212854.382000', '212854.385000', '212854.387000', '212854.390000', '212854.393000', '212854.395000', '212854.398000', '212854.400000', '212854.403000', '212854.405000', '212854.408000', '212854.411000', '212854.413000', '212854.416000', '212854.418000', '212854.421000', '212854.423000', '212854.426000', '212914.315000', '212914.318000', '212914.321000', '212914.323000', '212914.326000', '212914.329000', '212914.331000', '212914.334000', '212914.336000', '212914.339000', '212914.341000', '212914.344000', '212914.347000', '212914.349000', '212914.352000', '212914.354000', '212914.357000', '212914.360000', '212914.362000', '212914.365000', '212914.367000', '212914.370000', '212914.372000', '212914.375000', '212914.378000', '212914.380000', '212914.383000', '212914.385000', '212914.388000', '212914.391000', '212914.393000', '212914.396000', '212914.398000', '212914.401000', '212914.404000', '212914.406000', '212914.409000', '212914.411000', '212914.414000', '212914.416000', '212914.419000', '212914.421000', '212914.424000', '212934.316000', '212934.318000', '212934.321000', '212934.324000', '212934.364000', '212934.367000', '212934.369000', '212934.372000', '212934.375000', '212934.377000', '212934.380000', '212934.382000', '212934.385000', '212934.388000', '212934.390000', '212934.393000', '212934.395000', '212934.398000', '212934.401000', '212934.403000', '212934.406000', '212934.408000', '212934.411000', '212934.414000', '212934.416000', '212934.419000', '212934.421000', '212934.424000', '212934.427000', '212934.429000', '212934.432000', '212934.434000', '212934.437000', '212934.440000', '212934.442000', '212934.445000', '212934.447000', '212934.450000', '212934.453000', '212934.455000', '212934.458000', '212934.460000', '212934.463000', '212934.466000', '212954.315000', '212954.318000', '212954.321000', '212954.323000', '212954.326000', '212954.329000', '212954.332000', '212954.334000', '212954.337000', '212954.339000', '212954.342000', '212954.345000', '212954.347000', '212954.350000', '212954.352000', '212954.355000', '212954.357000', '212954.360000', '212954.363000', '212954.365000', '212954.368000', '212954.370000', '212954.373000', '212954.375000', '212954.378000', '212954.380000', '212954.383000', '212954.386000', '212954.388000', '212954.391000', '212954.393000', '212954.396000', '212954.399000', '212954.401000', '212954.404000', '212954.406000', '212954.409000', '212954.411000', '212954.414000', '212954.417000', '212954.419000', '212954.422000', '212954.424000', '213014.315000', '213014.318000', '213014.321000', '213014.323000', '213014.326000', '213014.329000', '213014.331000', '213014.334000', '213014.336000', '213014.339000', '213014.341000', '213014.344000', '213014.348000', '213014.350000', '213014.353000', '213014.355000', '213014.358000', '213014.361000', '213014.363000', '213014.366000', '213014.369000', '213014.371000', '213014.374000', '213014.376000', '213014.379000', '213014.381000', '213014.384000', '213014.387000', '213014.389000', '213014.392000', '213014.395000', '213014.397000', '213014.400000', '213014.402000', '213014.405000', '213014.408000', '213014.410000', '213014.413000', '213014.415000', '213014.418000', '213014.422000', '213014.424000', '213014.427000', '213034.315000', '213034.318000', '213034.321000', '213034.324000', '213034.326000', '213034.329000', '213034.331000', '213034.334000', '213034.336000', '213034.339000', '213034.342000', '213034.344000', '213034.347000', '213034.349000', '213034.352000', '213034.354000', '213034.357000', '213034.360000', '213034.362000', '213034.365000', '213034.367000', '213034.370000', '213034.372000', '213034.375000', '213034.378000', '213034.380000', '213034.383000', '213034.385000', '213034.388000', '213034.390000', '213034.393000', '213034.396000', '213034.398000', '213034.401000', '213034.403000', '213034.406000', '213034.409000', '213034.411000', '213034.414000', '213034.416000', '213034.419000', '213034.422000', '213034.424000', '213034.427000', '213054.315000', '213054.318000', '213054.321000', '213054.324000', '213054.326000', '213054.329000', '213054.331000', '213054.334000', '213054.336000', '213054.339000', '213054.342000', '213054.345000', '213054.348000', '213054.351000', '213054.354000', '213054.356000', '213054.359000', '213054.362000', '213054.364000', '213054.367000', '213054.369000', '213054.372000', '213054.375000', '213054.377000', '213054.380000', '213054.382000', '213054.385000', '213054.387000', '213054.390000', '213054.402000', '213054.404000', '213054.407000', '213054.409000', '213054.412000', '213054.415000', '213054.417000', '213054.420000', '213054.422000', '213054.425000', '213054.427000', '213054.430000', '213054.433000', '213054.435000', '213114.314000', '213114.317000', '213114.320000', '213114.322000', '213114.325000', '213114.328000', '213114.330000', '213114.333000', '213114.335000', '213114.338000', '213114.340000', '213114.343000', '213114.346000', '213114.348000', '213114.351000', '213114.354000', '213114.356000', '213114.359000', '213114.361000', '213114.364000', '213114.366000', '213114.369000', '213114.372000', '213114.374000', '213114.377000', '213114.379000', '213114.382000', '213114.385000', '213114.387000', '213114.390000', '213114.392000', '213114.395000', '213114.397000', '213114.400000', '213114.403000', '213114.405000', '213114.408000', '213114.410000', '213114.413000', '213114.415000', '213114.418000', '213114.420000', '213114.423000', '213114.426000', '213134.316000', '213134.319000', '213134.321000', '213134.324000', '213134.326000', '213134.329000', '213134.331000', '213134.334000', '213134.337000', '213134.339000', '213134.342000', '213134.344000', '213134.347000', '213134.350000', '213134.352000', '213134.355000', '213134.357000', '213134.360000', '213134.363000', '213134.365000', '213134.368000', '213134.371000', '213134.373000', '213134.376000', '213134.379000', '213134.382000', '213134.384000', '213134.388000', '213134.391000', '213134.393000', '213134.396000', '213134.398000', '213134.401000', '213134.404000', '213134.406000', '213134.409000', '213134.411000', '213134.414000', '213134.417000', '213134.419000', '213134.422000', '213134.424000', '213134.427000', '213154.316000', '213154.318000', '213154.321000', '213154.324000', '213154.326000', '213154.329000', '213154.331000', '213154.334000', '213154.336000', '213154.339000', '213154.342000', '213154.344000', '213154.347000', '213154.349000', '213154.352000', '213154.355000', '213154.357000', '213154.360000', '213154.362000', '213154.365000', '213154.367000', '213154.370000', '213154.373000', '213154.375000', '213154.378000', '213154.380000', '213154.383000', '213154.386000', '213154.388000', '213154.391000', '213154.393000', '213154.396000', '213154.398000', '213154.401000', '213154.403000', '213154.406000', '213154.409000', '213154.411000', '213154.414000', '213154.416000', '213154.419000', '213154.422000', '213154.424000', '213154.427000', '213214.316000', '213214.318000', '213214.321000', '213214.324000', '213214.326000', '213214.329000', '213214.331000', '213214.334000', '213214.337000', '213214.339000', '213214.342000', '213214.344000', '213214.347000', '213214.349000', '213214.352000', '213214.355000', '213214.357000', '213214.360000', '213214.362000', '213214.365000', '213214.367000', '213214.372000', '213214.375000', '213214.377000', '213214.380000', '213214.383000', '213214.385000', '213214.388000', '213214.390000', '213214.393000', '213214.395000', '213214.398000', '213214.401000', '213214.403000', '213214.406000', '213214.408000', '213214.411000', '213214.413000', '213214.416000', '213214.419000', '213214.421000', '213214.424000', '213214.427000', '213234.315000', '213234.318000', '213234.321000', '213234.323000', '213234.326000', '213234.329000', '213234.331000', '213234.334000', '213234.336000', '213234.339000', '213234.341000', '213234.344000', '213234.347000', '213234.349000', '213234.352000', '213234.354000', '213234.357000', '213234.359000', '213234.362000', '213234.365000', '213234.367000', '213234.370000', '213234.372000', '213234.375000', '213234.378000', '213234.380000', '213234.383000', '213234.385000', '213234.388000', '213234.390000', '213234.393000', '213234.396000', '213234.398000', '213234.401000', '213234.403000', '213234.406000', '213234.409000', '213234.411000', '213234.414000', '213234.416000', '213234.419000', '213234.422000', '213234.424000', '213234.427000', '213254.315000', '213254.318000', '213254.321000', '213254.323000', '213254.326000', '213254.329000', '213254.331000', '213254.334000', '213254.336000', '213254.339000', '213254.342000', '213254.344000', '213254.347000', '213254.349000', '213254.352000', '213254.354000', '213254.357000', '213254.359000', '213254.362000', '213254.364000', '213254.367000', '213254.370000', '213254.372000', '213254.375000', '213254.377000', '213254.380000', '213254.382000', '213254.385000', '213254.388000', '213254.390000', '213254.393000', '213254.395000', '213254.398000', '213254.400000', '213254.403000', '213254.406000', '213254.408000', '213254.411000', '213254.413000', '213254.416000', '213254.418000', '213254.421000', '213254.424000', '213314.315000', '213314.318000', '213314.321000', '213314.323000', '213314.326000', '213314.328000', '213314.331000', '213314.334000', '213314.336000', '213314.339000', '213314.341000', '213314.344000', '213314.347000', '213314.349000', '213314.352000', '213314.354000', '213314.357000', '213314.359000', '213314.362000', '213314.364000', '213314.367000', '213314.370000', '213314.372000', '213314.375000', '213314.377000', '213314.380000', '213314.383000', '213314.385000', '213314.388000', '213314.390000', '213314.393000', '213314.395000', '213314.398000', '213314.401000', '213314.403000', '213314.406000', '213314.408000', '213314.411000', '213314.414000', '213314.416000', '213314.419000', '213314.421000', '213314.424000', '213314.426000', '213334.314000', '213334.317000', '213334.320000', '213334.323000', '213334.325000', '213334.328000', '213334.330000', '213334.333000', '213334.336000', '213334.338000', '213334.341000', '213334.343000', '213334.346000', '213334.348000', '213334.351000', '213334.354000', '213334.356000', '213334.359000', '213334.361000', '213334.364000', '213334.367000', '213334.369000', '213334.372000', '213334.374000', '213334.377000', '213334.379000', '213334.382000', '213334.386000', '213334.388000', '213334.391000', '213334.393000', '213334.396000', '213334.399000', '213334.402000', '213334.404000', '213334.407000', '213334.410000', '213334.412000', '213334.415000', '213334.418000', '213334.420000', '213334.423000', '213334.425000', '213354.316000', '213354.318000', '213354.321000', '213354.324000', '213354.326000', '213354.329000', '213354.331000', '213354.357000', '213354.359000', '213354.362000', '213354.364000', '213354.367000', '213354.370000', '213354.372000', '213354.375000', '213354.377000', '213354.380000', '213354.383000', '213354.385000', '213354.388000', '213354.390000', '213354.393000', '213354.395000', '213354.398000', '213354.401000', '213354.403000', '213354.406000', '213354.408000', '213354.411000', '213354.414000', '213354.416000', '213354.419000', '213354.421000', '213354.424000', '213354.426000', '213354.429000', '213354.432000', '213354.434000', '213354.437000', '213354.439000', '213354.442000', '213354.444000', '213354.447000', '213354.450000', '213414.316000', '213414.319000', '213414.321000', '213414.324000', '213414.326000', '213414.329000', '213414.332000', '213414.334000', '213414.337000', '213414.339000', '213414.342000', '213414.345000', '213414.347000', '213414.350000', '213414.352000', '213414.355000', '213414.357000', '213414.360000', '213414.363000', '213414.365000', '213414.368000', '213414.370000', '213414.373000', '213414.375000', '213414.378000', '213414.381000', '213414.383000', '213414.386000', '213414.389000', '213414.391000', '213414.394000', '213414.396000', '213414.399000', '213414.401000', '213414.404000', '213414.407000', '213414.409000', '213414.412000', '213414.414000', '213414.417000', '213414.419000', '213414.422000', '213414.425000', '213434.316000', '213434.319000', '213434.322000', '213434.325000', '213434.327000', '213434.330000', '213434.332000', '213434.335000', '213434.338000', '213434.340000', '213434.343000', '213434.345000', '213434.348000', '213434.350000', '213434.353000', '213434.356000', '213434.358000', '213434.361000', '213434.363000', '213434.366000', '213434.368000', '213434.371000', '213434.374000', '213434.376000', '213434.379000', '213434.381000', '213434.384000', '213434.387000', '213434.389000', '213434.392000', '213434.394000', '213434.397000', '213434.399000', '213434.402000', '213434.405000', '213434.407000', '213434.410000', '213434.412000', '213434.415000', '213434.418000', '213434.420000', '213434.423000', '213434.425000', '213454.316000', '213454.318000', '213454.321000', '213454.324000', '213454.326000', '213454.329000', '213454.331000', '213454.334000', '213454.337000', '213454.339000', '213454.342000', '213454.344000', '213454.347000', '213454.349000', '213454.352000', '213454.355000', '213454.357000', '213454.360000', '213454.362000', '213454.365000', '213454.367000', '213454.370000', '213454.373000', '213454.375000', '213454.378000', '213454.380000', '213454.383000', '213454.386000', '213454.388000', '213454.391000', '213454.393000', '213454.396000', '213454.398000', '213454.401000', '213454.404000', '213454.406000', '213454.409000', '213454.411000', '213454.414000', '213454.417000', '213454.419000', '213454.422000', '213454.424000', '213454.427000', '213514.316000', '213514.319000', '213514.321000', '213514.324000', '213514.338000', '213514.341000', '213514.344000', '213514.346000', '213514.349000', '213514.351000', '213514.354000', '213514.356000', '213514.359000', '213514.362000', '213514.364000', '213514.367000', '213514.369000', '213514.372000', '213514.375000', '213514.377000', '213514.380000', '213514.383000', '213514.385000', '213514.388000', '213514.390000', '213514.393000', '213514.395000', '213514.398000', '213514.401000', '213514.403000', '213514.406000', '213514.408000', '213514.411000', '213514.414000', '213514.416000', '213514.419000', '213514.421000', '213514.424000', '213514.426000', '213514.429000', '213514.432000', '213514.434000', '213514.437000', '213514.439000', '213534.316000', '213534.319000', '213534.321000', '213534.324000', '213534.326000', '213534.329000', '213534.332000', '213534.334000', '213534.337000', '213534.339000', '213534.342000', '213534.345000', '213534.347000', '213534.350000', '213534.353000', '213534.355000', '213534.358000', '213534.361000', '213534.363000', '213534.366000', '213534.368000', '213534.371000', '213534.374000', '213534.376000', '213534.379000', '213534.381000', '213534.384000', '213534.387000', '213534.389000', '213534.392000', '213534.394000', '213534.397000', '213534.400000', '213534.402000', '213534.405000', '213534.407000', '213534.410000', '213534.412000', '213534.415000', '213534.418000', '213534.420000', '213534.423000', '213534.425000', '213554.316000', '213554.318000', '213554.321000', '213554.324000', '213554.326000', '213554.329000', '213554.331000', '213554.334000', '213554.337000', '213554.340000', '213554.342000', '213554.345000', '213554.348000', '213554.350000', '213554.353000', '213554.355000', '213554.358000', '213554.361000', '213554.363000', '213554.366000', '213554.368000', '213554.371000', '213554.374000', '213554.376000', '213554.379000', '213554.381000', '213554.384000', '213554.386000', '213554.389000', '213554.392000', '213554.394000', '213554.397000', '213554.399000', '213554.402000', '213554.404000', '213554.407000', '213554.410000', '213554.412000', '213554.415000', '213554.417000', '213554.420000', '213554.422000', '213554.425000', '213614.316000', '213614.319000', '213614.321000', '213614.324000', '213614.326000', '213614.329000', '213614.332000', '213614.334000', '213614.337000', '213614.339000', '213614.342000', '213614.345000', '213614.347000', '213614.350000', '213614.352000', '213614.355000', '213614.358000', '213614.360000', '213614.370000', '213614.372000', '213614.375000', '213614.377000', '213614.380000', '213614.383000', '213614.385000', '213614.388000', '213614.390000', '213614.393000', '213614.396000', '213614.398000', '213614.401000', '213614.403000', '213614.406000', '213614.408000', '213614.411000', '213614.414000', '213614.416000', '213614.419000', '213614.421000', '213614.424000', '213614.426000', '213614.429000', '213614.432000', '213614.434000', '213634.316000', '213634.318000', '213634.321000', '213634.324000', '213634.326000', '213634.329000', '213634.331000', '213634.334000', '213634.337000', '213634.339000', '213634.342000', '213634.344000', '213634.347000', '213634.350000', '213634.352000', '213634.355000', '213634.357000', '213634.360000', '213634.363000', '213634.365000', '213634.368000', '213634.371000', '213634.373000', '213634.376000', '213634.379000', '213634.381000', '213634.384000', '213634.386000', '213634.389000', '213634.392000', '213634.394000', '213634.397000', '213634.400000', '213634.402000', '213634.405000', '213634.407000', '213634.410000', '213634.413000', '213634.415000', '213634.418000', '213634.420000', '213634.423000', '213634.425000', '213634.428000', '213654.316000', '213654.318000', '213654.321000', '213654.324000', '213654.326000', '213654.329000', '213654.331000', '213654.334000', '213654.337000', '213654.339000', '213654.342000', '213654.344000', '213654.347000', '213654.350000', '213654.352000', '213654.355000', '213654.358000', '213654.360000', '213654.363000', '213654.365000', '213654.368000', '213654.371000', '213654.373000', '213654.376000', '213654.378000', '213654.381000', '213654.383000', '213654.386000', '213654.389000', '213654.391000', '213654.394000', '213654.397000', '213654.399000', '213654.402000', '213654.405000', '213654.407000', '213654.410000', '213654.412000', '213654.415000', '213654.418000', '213654.420000', '213654.423000', '213654.425000', '213714.316000', '213714.319000', '213714.321000', '213714.324000', '213714.326000', '213714.329000', '213714.331000', '213714.334000', '213714.337000', '213714.339000', '213714.342000', '213714.345000', '213714.347000', '213714.350000', '213714.352000', '213714.355000', '213714.358000', '213714.360000', '213714.363000', '213714.365000', '213714.368000', '213714.371000', '213714.373000', '213714.376000', '213714.378000', '213714.381000', '213714.384000', '213714.386000', '213714.389000', '213714.391000', '213714.394000', '213714.397000', '213714.399000', '213714.402000', '213714.404000', '213714.407000', '213714.410000', '213714.412000', '213714.415000', '213714.417000', '213714.420000', '213714.422000', '213714.425000', '213734.316000', '213734.319000', '213734.321000', '213734.324000', '213734.326000', '213734.329000', '213734.332000', '213734.334000', '213734.337000', '213734.339000', '213734.342000', '213734.345000', '213734.347000', '213734.350000', '213734.356000', '213734.358000', '213734.361000', '213734.363000', '213734.366000', '213734.369000', '213734.371000', '213734.374000', '213734.376000', '213734.379000', '213734.381000', '213734.384000', '213734.387000', '213734.417000', '213734.420000', '213734.422000', '213734.425000', '213734.427000', '213734.430000', '213734.432000', '213734.435000', '213734.438000', '213734.440000', '213734.443000', '213734.445000', '213734.448000', '213734.450000', '213734.453000', '213734.456000', '213734.458000', '213754.316000', '213754.318000', '213754.321000', '213754.324000', '213754.326000', '213754.329000', '213754.331000', '213754.334000', '213754.337000', '213754.339000', '213754.342000', '213754.346000', '213754.348000', '213754.351000', '213754.354000', '213754.356000', '213754.359000', '213754.361000', '213754.364000', '213754.367000', '213754.369000', '213754.372000', '213754.374000', '213754.377000', '213754.379000', '213754.382000', '213754.385000', '213754.387000', '213754.390000', '213754.392000', '213754.395000', '213754.397000', '213754.400000', '213754.403000', '213754.405000', '213754.408000', '213754.410000', '213754.413000', '213754.416000', '213754.418000', '213754.421000', '213754.423000', '213754.426000', '213814.316000', '213814.319000', '213814.321000', '213814.324000', '213814.326000', '213814.329000', '213814.332000', '213814.334000', '213814.337000', '213814.339000', '213814.342000', '213814.345000', '213814.347000', '213814.350000', '213814.352000', '213814.355000', '213814.358000', '213814.360000', '213814.363000', '213814.365000', '213814.368000', '213814.371000', '213814.373000', '213814.376000', '213814.378000', '213814.381000', '213814.383000', '213814.386000', '213814.389000', '213814.391000', '213814.394000', '213814.396000', '213814.399000', '213814.401000', '213814.404000', '213814.407000', '213814.409000', '213814.412000', '213814.414000', '213814.417000', '213814.419000', '213814.422000', '213814.425000', '213814.427000', '213834.316000', '213834.319000', '213834.321000', '213834.324000', '213834.326000', '213834.329000', '213834.332000', '213834.335000', '213834.337000', '213834.340000', '213834.343000', '213834.345000', '213834.348000', '213834.350000', '213834.353000', '213834.355000', '213834.358000', '213834.361000', '213834.363000', '213834.366000', '213834.368000', '213834.371000', '213834.373000', '213834.376000', '213834.379000', '213834.381000', '213834.384000', '213834.386000', '213834.389000', '213834.392000', '213834.395000', '213834.397000', '213834.400000', '213834.402000', '213834.405000', '213834.407000', '213834.410000', '213834.413000', '213834.415000', '213834.418000', '213834.420000', '213834.423000', '213834.425000', '213854.316000', '213854.318000', '213854.321000', '213854.324000', '213854.326000', '213854.329000', '213854.331000', '213854.334000', '213854.337000', '213854.350000', '213854.353000', '213854.355000', '213854.358000', '213854.361000', '213854.363000', '213854.366000', '213854.368000', '213854.371000', '213854.373000', '213854.376000', '213854.378000', '213854.381000', '213854.384000', '213854.386000', '213854.389000', '213854.391000', '213854.394000', '213854.397000', '213854.399000', '213854.402000', '213854.404000', '213854.407000', '213854.409000', '213854.412000', '213854.414000', '213854.417000', '213854.420000', '213854.422000', '213854.425000', '213854.427000', '213854.430000', '213854.432000', '213854.435000', '213854.438000', '213914.316000', '213914.319000', '213914.321000', '213914.324000', '213914.326000', '213914.329000', '213914.332000', '213914.334000', '213914.337000', '213914.339000', '213914.342000', '213914.345000', '213914.347000', '213914.350000', '213914.352000', '213914.355000', '213914.357000', '213914.360000', '213914.363000', '213914.365000', '213914.368000', '213914.371000', '213914.373000', '213914.376000', '213914.379000', '213914.381000', '213914.385000', '213914.387000', '213914.390000', '213914.393000', '213914.395000', '213914.398000', '213914.400000', '213914.403000', '213914.406000', '213914.408000', '213914.411000', '213914.413000', '213914.416000', '213914.418000', '213914.421000', '213914.424000', '213914.426000', '213934.316000', '213934.319000', '213934.321000', '213934.324000', '213934.326000', '213934.329000', '213934.332000', '213934.334000', '213934.337000', '213934.339000', '213934.342000', '213934.345000', '213934.347000', '213934.350000', '213934.352000', '213934.355000', '213934.358000', '213934.360000', '213934.363000', '213934.365000', '213934.368000', '213934.370000', '213934.373000', '213934.376000', '213934.378000', '213934.381000', '213934.383000', '213934.386000', '213934.388000', '213934.391000', '213934.394000', '213934.396000', '213934.399000', '213934.401000', '213934.404000', '213934.406000', '213934.409000', '213934.412000', '213934.414000', '213934.417000', '213934.419000', '213934.422000', '213934.424000', '213934.427000', '213954.316000', '213954.319000', '213954.321000', '213954.324000', '213954.326000', '213954.329000', '213954.332000', '213954.334000', '213954.337000', '213954.339000', '213954.342000', '213954.345000', '213954.347000', '213954.350000', '213954.352000', '213954.355000', '213954.357000', '213954.360000', '213954.363000', '213954.365000', '213954.368000', '213954.371000', '213954.373000', '213954.376000', '213954.378000', '213954.381000', '213954.383000', '213954.386000', '213954.389000', '213954.391000', '213954.394000', '213954.396000', '213954.399000', '213954.401000', '213954.417000', '213954.420000', '213954.422000', '213954.425000', '213954.427000', '213954.430000', '213954.433000', '213954.435000', '213954.438000', '214014.316000', '214014.319000', '214014.321000', '214014.324000', '214014.326000', '214014.329000', '214014.332000', '214014.334000', '214014.337000', '214014.339000', '214014.342000', '214014.345000', '214014.347000', '214014.350000', '214014.352000', '214014.355000', '214014.358000', '214014.360000', '214014.363000', '214014.365000', '214014.368000', '214014.371000', '214014.373000', '214014.376000', '214014.378000', '214014.381000', '214014.384000', '214014.386000', '214014.389000', '214014.392000', '214014.394000', '214014.397000', '214014.399000', '214014.402000', '214014.405000', '214014.407000', '214014.410000', '214014.412000', '214014.415000', '214014.417000', '214014.420000', '214014.423000', '214014.425000', '214014.428000', '214034.316000', '214034.319000', '214034.321000', '214034.324000', '214034.326000', '214034.329000', '214034.332000', '214034.334000', '214034.337000', '214034.339000', '214034.342000', '214034.344000', '214034.347000', '214034.350000', '214034.352000', '214034.355000', '214034.357000', '214034.360000', '214034.363000', '214034.365000', '214034.368000', '214034.370000', '214034.373000', '214034.375000', '214034.378000', '214034.380000', '214034.383000', '214034.387000', '214034.390000', '214034.392000', '214034.395000', '214034.398000', '214034.400000', '214034.405000', '214034.408000', '214034.411000', '214034.413000', '214034.416000', '214034.418000', '214034.421000', '214034.423000', '214034.428000', '214034.431000', '214054.316000', '214054.318000', '214054.321000', '214054.324000', '214054.326000', '214054.329000', '214054.331000', '214054.334000', '214054.336000', '214054.339000', '214054.342000', '214054.344000', '214054.347000', '214054.349000', '214054.352000', '214054.355000', '214054.357000', '214054.360000', '214054.362000', '214054.365000', '214054.368000', '214054.370000', '214054.373000', '214054.375000', '214054.378000', '214054.381000', '214054.383000', '214054.386000', '214054.388000', '214054.391000', '214054.393000', '214054.396000', '214054.399000', '214054.402000', '214054.404000', '214054.407000', '214054.409000', '214054.412000', '214054.415000', '214054.417000', '214054.420000', '214054.422000', '214054.425000', '214054.427000', '214101.527000', '214101.529000', '214101.532000', '214101.535000', '214101.538000', '214101.540000', '214101.543000', '214101.546000', '214101.548000', '214101.551000', '214101.554000', '214101.556000', '214101.559000', '214101.562000', '214101.564000', '214101.567000'], 'InstanceCreationTime': ['212714.344000', '212714.348000', '212714.350000', '212714.353000', '212714.356000', '212714.358000', '212714.361000', '212714.363000', '212714.366000', '212714.368000', '212714.371000', '212714.373000', '212714.376000', '212714.379000', '212714.389000', '212714.392000', '212714.394000', '212714.397000', '212714.400000', '212714.402000', '212714.405000', '212714.407000', '212714.410000', '212714.412000', '212714.415000', '212714.417000', '212714.420000', '212714.423000', '212714.425000', '212714.428000', '212714.430000', '212714.433000', '212714.435000', '212714.438000', '212714.442000', '212714.444000', '212714.447000', '212714.450000', '212714.452000', '212714.455000', '212714.458000', '212714.460000', '212714.463000', '212714.465000', '212714.468000', '212714.470000', '212714.473000', '212714.475000', '212714.478000', '212714.480000', '212714.483000', '212714.486000', '212714.488000', '212714.491000', '212714.493000', '212714.503000', '212714.505000', '212714.508000', '212714.510000', '212714.513000', '212734.315000', '212734.318000', '212734.321000', '212734.324000', '212734.326000', '212734.329000', '212734.331000', '212734.334000', '212734.337000', '212734.339000', '212734.342000', '212734.345000', '212734.347000', '212734.350000', '212734.352000', '212734.355000', '212734.357000', '212734.360000', '212734.363000', '212734.365000', '212734.368000', '212734.370000', '212734.373000', '212734.375000', '212734.378000', '212734.381000', '212734.383000', '212734.386000', '212734.388000', '212734.391000', '212734.394000', '212734.396000', '212734.399000', '212734.401000', '212734.404000', '212734.406000', '212734.409000', '212734.411000', '212734.414000', '212734.416000', '212734.419000', '212734.422000', '212734.424000', '212734.427000', '212754.316000', '212754.318000', '212754.321000', '212754.324000', '212754.326000', '212754.329000', '212754.331000', '212754.334000', '212754.353000', '212754.356000', '212754.359000', '212754.361000', '212754.364000', '212754.366000', '212754.369000', '212754.372000', '212754.374000', '212754.377000', '212754.379000', '212754.382000', '212754.384000', '212754.387000', '212754.390000', '212754.392000', '212754.395000', '212754.397000', '212754.400000', '212754.402000', '212754.405000', '212754.407000', '212754.410000', '212754.413000', '212754.415000', '212754.418000', '212754.420000', '212754.423000', '212754.425000', '212754.428000', '212754.431000', '212754.433000', '212754.436000', '212754.438000', '212754.441000', '212814.315000', '212814.318000', '212814.321000', '212814.323000', '212814.326000', '212814.329000', '212814.331000', '212814.334000', '212814.336000', '212814.339000', '212814.342000', '212814.344000', '212814.347000', '212814.349000', '212814.352000', '212814.354000', '212814.357000', '212814.360000', '212814.362000', '212814.365000', '212814.367000', '212814.370000', '212814.373000', '212814.375000', '212814.378000', '212814.380000', '212814.383000', '212814.385000', '212814.388000', '212814.391000', '212814.393000', '212814.396000', '212814.398000', '212814.401000', '212814.403000', '212814.406000', '212814.409000', '212814.411000', '212814.414000', '212814.416000', '212814.419000', '212814.422000', '212814.424000', '212814.427000', '212834.315000', '212834.318000', '212834.321000', '212834.324000', '212834.326000', '212834.329000', '212834.331000', '212834.334000', '212834.336000', '212834.339000', '212834.342000', '212834.344000', '212834.347000', '212834.350000', '212834.352000', '212834.355000', '212834.357000', '212834.360000', '212834.362000', '212834.365000', '212834.368000', '212834.370000', '212834.373000', '212834.375000', '212834.378000', '212834.381000', '212834.383000', '212834.386000', '212834.388000', '212834.391000', '212834.393000', '212834.396000', '212834.399000', '212834.401000', '212834.404000', '212834.406000', '212834.409000', '212834.411000', '212834.414000', '212834.417000', '212834.419000', '212834.422000', '212834.424000', '212854.314000', '212854.317000', '212854.320000', '212854.322000', '212854.325000', '212854.327000', '212854.330000', '212854.333000', '212854.335000', '212854.338000', '212854.340000', '212854.343000', '212854.346000', '212854.348000', '212854.351000', '212854.353000', '212854.356000', '212854.359000', '212854.361000', '212854.364000', '212854.367000', '212854.369000', '212854.372000', '212854.374000', '212854.377000', '212854.380000', '212854.382000', '212854.385000', '212854.387000', '212854.390000', '212854.393000', '212854.395000', '212854.398000', '212854.400000', '212854.403000', '212854.405000', '212854.408000', '212854.411000', '212854.413000', '212854.416000', '212854.418000', '212854.421000', '212854.423000', '212854.426000', '212914.315000', '212914.318000', '212914.321000', '212914.323000', '212914.326000', '212914.329000', '212914.331000', '212914.334000', '212914.336000', '212914.339000', '212914.341000', '212914.344000', '212914.347000', '212914.349000', '212914.352000', '212914.354000', '212914.357000', '212914.360000', '212914.362000', '212914.365000', '212914.367000', '212914.370000', '212914.372000', '212914.375000', '212914.378000', '212914.380000', '212914.383000', '212914.385000', '212914.388000', '212914.391000', '212914.393000', '212914.396000', '212914.398000', '212914.401000', '212914.404000', '212914.406000', '212914.409000', '212914.411000', '212914.414000', '212914.416000', '212914.419000', '212914.421000', '212914.424000', '212934.316000', '212934.318000', '212934.321000', '212934.324000', '212934.364000', '212934.367000', '212934.369000', '212934.372000', '212934.375000', '212934.377000', '212934.380000', '212934.382000', '212934.385000', '212934.388000', '212934.390000', '212934.393000', '212934.395000', '212934.398000', '212934.401000', '212934.403000', '212934.406000', '212934.408000', '212934.411000', '212934.414000', '212934.416000', '212934.419000', '212934.421000', '212934.424000', '212934.427000', '212934.429000', '212934.432000', '212934.434000', '212934.437000', '212934.440000', '212934.442000', '212934.445000', '212934.447000', '212934.450000', '212934.453000', '212934.455000', '212934.458000', '212934.460000', '212934.463000', '212934.466000', '212954.315000', '212954.318000', '212954.321000', '212954.323000', '212954.326000', '212954.329000', '212954.332000', '212954.334000', '212954.337000', '212954.339000', '212954.342000', '212954.345000', '212954.347000', '212954.350000', '212954.352000', '212954.355000', '212954.357000', '212954.360000', '212954.363000', '212954.365000', '212954.368000', '212954.370000', '212954.373000', '212954.375000', '212954.378000', '212954.380000', '212954.383000', '212954.386000', '212954.388000', '212954.391000', '212954.393000', '212954.396000', '212954.399000', '212954.401000', '212954.404000', '212954.406000', '212954.409000', '212954.411000', '212954.414000', '212954.417000', '212954.419000', '212954.422000', '212954.424000', '213014.315000', '213014.318000', '213014.321000', '213014.323000', '213014.326000', '213014.329000', '213014.331000', '213014.334000', '213014.336000', '213014.339000', '213014.341000', '213014.344000', '213014.348000', '213014.350000', '213014.353000', '213014.355000', '213014.358000', '213014.361000', '213014.363000', '213014.366000', '213014.369000', '213014.371000', '213014.374000', '213014.376000', '213014.379000', '213014.381000', '213014.384000', '213014.387000', '213014.389000', '213014.392000', '213014.395000', '213014.397000', '213014.400000', '213014.402000', '213014.405000', '213014.408000', '213014.410000', '213014.413000', '213014.415000', '213014.418000', '213014.422000', '213014.424000', '213014.427000', '213034.315000', '213034.318000', '213034.321000', '213034.324000', '213034.326000', '213034.329000', '213034.331000', '213034.334000', '213034.336000', '213034.339000', '213034.342000', '213034.344000', '213034.347000', '213034.349000', '213034.352000', '213034.354000', '213034.357000', '213034.360000', '213034.362000', '213034.365000', '213034.367000', '213034.370000', '213034.372000', '213034.375000', '213034.378000', '213034.380000', '213034.383000', '213034.385000', '213034.388000', '213034.390000', '213034.393000', '213034.396000', '213034.398000', '213034.401000', '213034.403000', '213034.406000', '213034.409000', '213034.411000', '213034.414000', '213034.416000', '213034.419000', '213034.422000', '213034.424000', '213034.427000', '213054.315000', '213054.318000', '213054.321000', '213054.324000', '213054.326000', '213054.329000', '213054.331000', '213054.334000', '213054.336000', '213054.339000', '213054.342000', '213054.345000', '213054.348000', '213054.351000', '213054.354000', '213054.356000', '213054.359000', '213054.362000', '213054.364000', '213054.367000', '213054.369000', '213054.372000', '213054.375000', '213054.377000', '213054.380000', '213054.382000', '213054.385000', '213054.387000', '213054.390000', '213054.402000', '213054.404000', '213054.407000', '213054.409000', '213054.412000', '213054.415000', '213054.417000', '213054.420000', '213054.422000', '213054.425000', '213054.427000', '213054.430000', '213054.433000', '213054.435000', '213114.314000', '213114.317000', '213114.320000', '213114.322000', '213114.325000', '213114.328000', '213114.330000', '213114.333000', '213114.335000', '213114.338000', '213114.340000', '213114.343000', '213114.346000', '213114.348000', '213114.351000', '213114.354000', '213114.356000', '213114.359000', '213114.361000', '213114.364000', '213114.366000', '213114.369000', '213114.372000', '213114.374000', '213114.377000', '213114.379000', '213114.382000', '213114.385000', '213114.387000', '213114.390000', '213114.392000', '213114.395000', '213114.397000', '213114.400000', '213114.403000', '213114.405000', '213114.408000', '213114.410000', '213114.413000', '213114.415000', '213114.418000', '213114.420000', '213114.423000', '213114.426000', '213134.316000', '213134.319000', '213134.321000', '213134.324000', '213134.326000', '213134.329000', '213134.331000', '213134.334000', '213134.337000', '213134.339000', '213134.342000', '213134.344000', '213134.347000', '213134.350000', '213134.352000', '213134.355000', '213134.357000', '213134.360000', '213134.363000', '213134.365000', '213134.368000', '213134.371000', '213134.373000', '213134.376000', '213134.379000', '213134.382000', '213134.384000', '213134.388000', '213134.391000', '213134.393000', '213134.396000', '213134.398000', '213134.401000', '213134.404000', '213134.406000', '213134.409000', '213134.411000', '213134.414000', '213134.417000', '213134.419000', '213134.422000', '213134.424000', '213134.427000', '213154.316000', '213154.318000', '213154.321000', '213154.324000', '213154.326000', '213154.329000', '213154.331000', '213154.334000', '213154.336000', '213154.339000', '213154.342000', '213154.344000', '213154.347000', '213154.349000', '213154.352000', '213154.355000', '213154.357000', '213154.360000', '213154.362000', '213154.365000', '213154.367000', '213154.370000', '213154.373000', '213154.375000', '213154.378000', '213154.380000', '213154.383000', '213154.386000', '213154.388000', '213154.391000', '213154.393000', '213154.396000', '213154.398000', '213154.401000', '213154.403000', '213154.406000', '213154.409000', '213154.411000', '213154.414000', '213154.416000', '213154.419000', '213154.422000', '213154.424000', '213154.427000', '213214.316000', '213214.318000', '213214.321000', '213214.324000', '213214.326000', '213214.329000', '213214.331000', '213214.334000', '213214.337000', '213214.339000', '213214.342000', '213214.344000', '213214.347000', '213214.349000', '213214.352000', '213214.355000', '213214.357000', '213214.360000', '213214.362000', '213214.365000', '213214.367000', '213214.372000', '213214.375000', '213214.377000', '213214.380000', '213214.383000', '213214.385000', '213214.388000', '213214.390000', '213214.393000', '213214.395000', '213214.398000', '213214.401000', '213214.403000', '213214.406000', '213214.408000', '213214.411000', '213214.413000', '213214.416000', '213214.419000', '213214.421000', '213214.424000', '213214.427000', '213234.315000', '213234.318000', '213234.321000', '213234.323000', '213234.326000', '213234.329000', '213234.331000', '213234.334000', '213234.336000', '213234.339000', '213234.341000', '213234.344000', '213234.347000', '213234.349000', '213234.352000', '213234.354000', '213234.357000', '213234.359000', '213234.362000', '213234.365000', '213234.367000', '213234.370000', '213234.372000', '213234.375000', '213234.378000', '213234.380000', '213234.383000', '213234.385000', '213234.388000', '213234.390000', '213234.393000', '213234.396000', '213234.398000', '213234.401000', '213234.403000', '213234.406000', '213234.409000', '213234.411000', '213234.414000', '213234.416000', '213234.419000', '213234.422000', '213234.424000', '213234.427000', '213254.315000', '213254.318000', '213254.321000', '213254.323000', '213254.326000', '213254.329000', '213254.331000', '213254.334000', '213254.336000', '213254.339000', '213254.342000', '213254.344000', '213254.347000', '213254.349000', '213254.352000', '213254.354000', '213254.357000', '213254.359000', '213254.362000', '213254.364000', '213254.367000', '213254.370000', '213254.372000', '213254.375000', '213254.377000', '213254.380000', '213254.382000', '213254.385000', '213254.388000', '213254.390000', '213254.393000', '213254.395000', '213254.398000', '213254.400000', '213254.403000', '213254.406000', '213254.408000', '213254.411000', '213254.413000', '213254.416000', '213254.418000', '213254.421000', '213254.424000', '213314.315000', '213314.318000', '213314.321000', '213314.323000', '213314.326000', '213314.328000', '213314.331000', '213314.334000', '213314.336000', '213314.339000', '213314.341000', '213314.344000', '213314.347000', '213314.349000', '213314.352000', '213314.354000', '213314.357000', '213314.359000', '213314.362000', '213314.364000', '213314.367000', '213314.370000', '213314.372000', '213314.375000', '213314.377000', '213314.380000', '213314.383000', '213314.385000', '213314.388000', '213314.390000', '213314.393000', '213314.395000', '213314.398000', '213314.401000', '213314.403000', '213314.406000', '213314.408000', '213314.411000', '213314.414000', '213314.416000', '213314.419000', '213314.421000', '213314.424000', '213314.426000', '213334.314000', '213334.317000', '213334.320000', '213334.323000', '213334.325000', '213334.328000', '213334.330000', '213334.333000', '213334.336000', '213334.338000', '213334.341000', '213334.343000', '213334.346000', '213334.348000', '213334.351000', '213334.354000', '213334.356000', '213334.359000', '213334.361000', '213334.364000', '213334.367000', '213334.369000', '213334.372000', '213334.374000', '213334.377000', '213334.379000', '213334.382000', '213334.386000', '213334.388000', '213334.391000', '213334.393000', '213334.396000', '213334.399000', '213334.402000', '213334.404000', '213334.407000', '213334.410000', '213334.412000', '213334.415000', '213334.418000', '213334.420000', '213334.423000', '213334.425000', '213354.316000', '213354.318000', '213354.321000', '213354.324000', '213354.326000', '213354.329000', '213354.331000', '213354.357000', '213354.359000', '213354.362000', '213354.364000', '213354.367000', '213354.370000', '213354.372000', '213354.375000', '213354.377000', '213354.380000', '213354.383000', '213354.385000', '213354.388000', '213354.390000', '213354.393000', '213354.395000', '213354.398000', '213354.401000', '213354.403000', '213354.406000', '213354.408000', '213354.411000', '213354.414000', '213354.416000', '213354.419000', '213354.421000', '213354.424000', '213354.426000', '213354.429000', '213354.432000', '213354.434000', '213354.437000', '213354.439000', '213354.442000', '213354.444000', '213354.447000', '213354.450000', '213414.316000', '213414.319000', '213414.321000', '213414.324000', '213414.326000', '213414.329000', '213414.332000', '213414.334000', '213414.337000', '213414.339000', '213414.342000', '213414.345000', '213414.347000', '213414.350000', '213414.352000', '213414.355000', '213414.357000', '213414.360000', '213414.363000', '213414.365000', '213414.368000', '213414.370000', '213414.373000', '213414.375000', '213414.378000', '213414.381000', '213414.383000', '213414.386000', '213414.389000', '213414.391000', '213414.394000', '213414.396000', '213414.399000', '213414.401000', '213414.404000', '213414.407000', '213414.409000', '213414.412000', '213414.414000', '213414.417000', '213414.419000', '213414.422000', '213414.425000', '213434.316000', '213434.319000', '213434.322000', '213434.325000', '213434.327000', '213434.330000', '213434.332000', '213434.335000', '213434.338000', '213434.340000', '213434.343000', '213434.345000', '213434.348000', '213434.350000', '213434.353000', '213434.356000', '213434.358000', '213434.361000', '213434.363000', '213434.366000', '213434.368000', '213434.371000', '213434.374000', '213434.376000', '213434.379000', '213434.381000', '213434.384000', '213434.387000', '213434.389000', '213434.392000', '213434.394000', '213434.397000', '213434.399000', '213434.402000', '213434.405000', '213434.407000', '213434.410000', '213434.412000', '213434.415000', '213434.418000', '213434.420000', '213434.423000', '213434.425000', '213454.316000', '213454.318000', '213454.321000', '213454.324000', '213454.326000', '213454.329000', '213454.331000', '213454.334000', '213454.337000', '213454.339000', '213454.342000', '213454.344000', '213454.347000', '213454.349000', '213454.352000', '213454.355000', '213454.357000', '213454.360000', '213454.362000', '213454.365000', '213454.367000', '213454.370000', '213454.373000', '213454.375000', '213454.378000', '213454.380000', '213454.383000', '213454.386000', '213454.388000', '213454.391000', '213454.393000', '213454.396000', '213454.398000', '213454.401000', '213454.404000', '213454.406000', '213454.409000', '213454.411000', '213454.414000', '213454.417000', '213454.419000', '213454.422000', '213454.424000', '213454.427000', '213514.316000', '213514.319000', '213514.321000', '213514.324000', '213514.338000', '213514.341000', '213514.344000', '213514.346000', '213514.349000', '213514.351000', '213514.354000', '213514.356000', '213514.359000', '213514.362000', '213514.364000', '213514.367000', '213514.369000', '213514.372000', '213514.375000', '213514.377000', '213514.380000', '213514.383000', '213514.385000', '213514.388000', '213514.390000', '213514.393000', '213514.395000', '213514.398000', '213514.401000', '213514.403000', '213514.406000', '213514.408000', '213514.411000', '213514.414000', '213514.416000', '213514.419000', '213514.421000', '213514.424000', '213514.426000', '213514.429000', '213514.432000', '213514.434000', '213514.437000', '213514.439000', '213534.316000', '213534.319000', '213534.321000', '213534.324000', '213534.326000', '213534.329000', '213534.332000', '213534.334000', '213534.337000', '213534.339000', '213534.342000', '213534.345000', '213534.347000', '213534.350000', '213534.353000', '213534.355000', '213534.358000', '213534.361000', '213534.363000', '213534.366000', '213534.368000', '213534.371000', '213534.374000', '213534.376000', '213534.379000', '213534.381000', '213534.384000', '213534.387000', '213534.389000', '213534.392000', '213534.394000', '213534.397000', '213534.400000', '213534.402000', '213534.405000', '213534.407000', '213534.410000', '213534.412000', '213534.415000', '213534.418000', '213534.420000', '213534.423000', '213534.425000', '213554.316000', '213554.318000', '213554.321000', '213554.324000', '213554.326000', '213554.329000', '213554.331000', '213554.334000', '213554.337000', '213554.340000', '213554.342000', '213554.345000', '213554.348000', '213554.350000', '213554.353000', '213554.355000', '213554.358000', '213554.361000', '213554.363000', '213554.366000', '213554.368000', '213554.371000', '213554.374000', '213554.376000', '213554.379000', '213554.381000', '213554.384000', '213554.386000', '213554.389000', '213554.392000', '213554.394000', '213554.397000', '213554.399000', '213554.402000', '213554.404000', '213554.407000', '213554.410000', '213554.412000', '213554.415000', '213554.417000', '213554.420000', '213554.422000', '213554.425000', '213614.316000', '213614.319000', '213614.321000', '213614.324000', '213614.326000', '213614.329000', '213614.332000', '213614.334000', '213614.337000', '213614.339000', '213614.342000', '213614.345000', '213614.347000', '213614.350000', '213614.352000', '213614.355000', '213614.358000', '213614.360000', '213614.370000', '213614.372000', '213614.375000', '213614.377000', '213614.380000', '213614.383000', '213614.385000', '213614.388000', '213614.390000', '213614.393000', '213614.396000', '213614.398000', '213614.401000', '213614.403000', '213614.406000', '213614.408000', '213614.411000', '213614.414000', '213614.416000', '213614.419000', '213614.421000', '213614.424000', '213614.426000', '213614.429000', '213614.432000', '213614.434000', '213634.316000', '213634.318000', '213634.321000', '213634.324000', '213634.326000', '213634.329000', '213634.331000', '213634.334000', '213634.337000', '213634.339000', '213634.342000', '213634.344000', '213634.347000', '213634.350000', '213634.352000', '213634.355000', '213634.357000', '213634.360000', '213634.363000', '213634.365000', '213634.368000', '213634.371000', '213634.373000', '213634.376000', '213634.379000', '213634.381000', '213634.384000', '213634.386000', '213634.389000', '213634.392000', '213634.394000', '213634.397000', '213634.400000', '213634.402000', '213634.405000', '213634.407000', '213634.410000', '213634.413000', '213634.415000', '213634.418000', '213634.420000', '213634.423000', '213634.425000', '213634.428000', '213654.316000', '213654.318000', '213654.321000', '213654.324000', '213654.326000', '213654.329000', '213654.331000', '213654.334000', '213654.337000', '213654.339000', '213654.342000', '213654.344000', '213654.347000', '213654.350000', '213654.352000', '213654.355000', '213654.358000', '213654.360000', '213654.363000', '213654.365000', '213654.368000', '213654.371000', '213654.373000', '213654.376000', '213654.378000', '213654.381000', '213654.383000', '213654.386000', '213654.389000', '213654.391000', '213654.394000', '213654.397000', '213654.399000', '213654.402000', '213654.405000', '213654.407000', '213654.410000', '213654.412000', '213654.415000', '213654.418000', '213654.420000', '213654.423000', '213654.425000', '213714.316000', '213714.319000', '213714.321000', '213714.324000', '213714.326000', '213714.329000', '213714.331000', '213714.334000', '213714.337000', '213714.339000', '213714.342000', '213714.345000', '213714.347000', '213714.350000', '213714.352000', '213714.355000', '213714.358000', '213714.360000', '213714.363000', '213714.365000', '213714.368000', '213714.371000', '213714.373000', '213714.376000', '213714.378000', '213714.381000', '213714.384000', '213714.386000', '213714.389000', '213714.391000', '213714.394000', '213714.397000', '213714.399000', '213714.402000', '213714.404000', '213714.407000', '213714.410000', '213714.412000', '213714.415000', '213714.417000', '213714.420000', '213714.422000', '213714.425000', '213734.316000', '213734.319000', '213734.321000', '213734.324000', '213734.326000', '213734.329000', '213734.332000', '213734.334000', '213734.337000', '213734.339000', '213734.342000', '213734.345000', '213734.347000', '213734.350000', '213734.356000', '213734.358000', '213734.361000', '213734.363000', '213734.366000', '213734.369000', '213734.371000', '213734.374000', '213734.376000', '213734.379000', '213734.381000', '213734.384000', '213734.387000', '213734.417000', '213734.420000', '213734.422000', '213734.425000', '213734.427000', '213734.430000', '213734.432000', '213734.435000', '213734.438000', '213734.440000', '213734.443000', '213734.445000', '213734.448000', '213734.450000', '213734.453000', '213734.456000', '213734.458000', '213754.316000', '213754.318000', '213754.321000', '213754.324000', '213754.326000', '213754.329000', '213754.331000', '213754.334000', '213754.337000', '213754.339000', '213754.342000', '213754.346000', '213754.348000', '213754.351000', '213754.354000', '213754.356000', '213754.359000', '213754.361000', '213754.364000', '213754.367000', '213754.369000', '213754.372000', '213754.374000', '213754.377000', '213754.379000', '213754.382000', '213754.385000', '213754.387000', '213754.390000', '213754.392000', '213754.395000', '213754.397000', '213754.400000', '213754.403000', '213754.405000', '213754.408000', '213754.410000', '213754.413000', '213754.416000', '213754.418000', '213754.421000', '213754.423000', '213754.426000', '213814.316000', '213814.319000', '213814.321000', '213814.324000', '213814.326000', '213814.329000', '213814.332000', '213814.334000', '213814.337000', '213814.339000', '213814.342000', '213814.345000', '213814.347000', '213814.350000', '213814.352000', '213814.355000', '213814.358000', '213814.360000', '213814.363000', '213814.365000', '213814.368000', '213814.371000', '213814.373000', '213814.376000', '213814.378000', '213814.381000', '213814.383000', '213814.386000', '213814.389000', '213814.391000', '213814.394000', '213814.396000', '213814.399000', '213814.401000', '213814.404000', '213814.407000', '213814.409000', '213814.412000', '213814.414000', '213814.417000', '213814.419000', '213814.422000', '213814.425000', '213814.427000', '213834.316000', '213834.319000', '213834.321000', '213834.324000', '213834.326000', '213834.329000', '213834.332000', '213834.335000', '213834.337000', '213834.340000', '213834.343000', '213834.345000', '213834.348000', '213834.350000', '213834.353000', '213834.355000', '213834.358000', '213834.361000', '213834.363000', '213834.366000', '213834.368000', '213834.371000', '213834.373000', '213834.376000', '213834.379000', '213834.381000', '213834.384000', '213834.386000', '213834.389000', '213834.392000', '213834.395000', '213834.397000', '213834.400000', '213834.402000', '213834.405000', '213834.407000', '213834.410000', '213834.413000', '213834.415000', '213834.418000', '213834.420000', '213834.423000', '213834.425000', '213854.316000', '213854.318000', '213854.321000', '213854.324000', '213854.326000', '213854.329000', '213854.331000', '213854.334000', '213854.337000', '213854.350000', '213854.353000', '213854.355000', '213854.358000', '213854.361000', '213854.363000', '213854.366000', '213854.368000', '213854.371000', '213854.373000', '213854.376000', '213854.378000', '213854.381000', '213854.384000', '213854.386000', '213854.389000', '213854.391000', '213854.394000', '213854.397000', '213854.399000', '213854.402000', '213854.404000', '213854.407000', '213854.409000', '213854.412000', '213854.414000', '213854.417000', '213854.420000', '213854.422000', '213854.425000', '213854.427000', '213854.430000', '213854.432000', '213854.435000', '213854.438000', '213914.316000', '213914.319000', '213914.321000', '213914.324000', '213914.326000', '213914.329000', '213914.332000', '213914.334000', '213914.337000', '213914.339000', '213914.342000', '213914.345000', '213914.347000', '213914.350000', '213914.352000', '213914.355000', '213914.357000', '213914.360000', '213914.363000', '213914.365000', '213914.368000', '213914.371000', '213914.373000', '213914.376000', '213914.379000', '213914.381000', '213914.385000', '213914.387000', '213914.390000', '213914.393000', '213914.395000', '213914.398000', '213914.400000', '213914.403000', '213914.406000', '213914.408000', '213914.411000', '213914.413000', '213914.416000', '213914.418000', '213914.421000', '213914.424000', '213914.426000', '213934.316000', '213934.319000', '213934.321000', '213934.324000', '213934.326000', '213934.329000', '213934.332000', '213934.334000', '213934.337000', '213934.339000', '213934.342000', '213934.345000', '213934.347000', '213934.350000', '213934.352000', '213934.355000', '213934.358000', '213934.360000', '213934.363000', '213934.365000', '213934.368000', '213934.370000', '213934.373000', '213934.376000', '213934.378000', '213934.381000', '213934.383000', '213934.386000', '213934.388000', '213934.391000', '213934.394000', '213934.396000', '213934.399000', '213934.401000', '213934.404000', '213934.406000', '213934.409000', '213934.412000', '213934.414000', '213934.417000', '213934.419000', '213934.422000', '213934.424000', '213934.427000', '213954.316000', '213954.319000', '213954.321000', '213954.324000', '213954.326000', '213954.329000', '213954.332000', '213954.334000', '213954.337000', '213954.339000', '213954.342000', '213954.345000', '213954.347000', '213954.350000', '213954.352000', '213954.355000', '213954.357000', '213954.360000', '213954.363000', '213954.365000', '213954.368000', '213954.371000', '213954.373000', '213954.376000', '213954.378000', '213954.381000', '213954.383000', '213954.386000', '213954.389000', '213954.391000', '213954.394000', '213954.396000', '213954.399000', '213954.401000', '213954.417000', '213954.420000', '213954.422000', '213954.425000', '213954.427000', '213954.430000', '213954.433000', '213954.435000', '213954.438000', '214014.316000', '214014.319000', '214014.321000', '214014.324000', '214014.326000', '214014.329000', '214014.332000', '214014.334000', '214014.337000', '214014.339000', '214014.342000', '214014.345000', '214014.347000', '214014.350000', '214014.352000', '214014.355000', '214014.358000', '214014.360000', '214014.363000', '214014.365000', '214014.368000', '214014.371000', '214014.373000', '214014.376000', '214014.378000', '214014.381000', '214014.384000', '214014.386000', '214014.389000', '214014.392000', '214014.394000', '214014.397000', '214014.399000', '214014.402000', '214014.405000', '214014.407000', '214014.410000', '214014.412000', '214014.415000', '214014.417000', '214014.420000', '214014.423000', '214014.425000', '214014.428000', '214034.316000', '214034.319000', '214034.321000', '214034.324000', '214034.326000', '214034.329000', '214034.332000', '214034.334000', '214034.337000', '214034.339000', '214034.342000', '214034.344000', '214034.347000', '214034.350000', '214034.352000', '214034.355000', '214034.357000', '214034.360000', '214034.363000', '214034.365000', '214034.368000', '214034.370000', '214034.373000', '214034.375000', '214034.378000', '214034.380000', '214034.383000', '214034.387000', '214034.390000', '214034.392000', '214034.395000', '214034.398000', '214034.400000', '214034.405000', '214034.408000', '214034.411000', '214034.413000', '214034.416000', '214034.418000', '214034.421000', '214034.423000', '214034.428000', '214034.431000', '214054.316000', '214054.318000', '214054.321000', '214054.324000', '214054.326000', '214054.329000', '214054.331000', '214054.334000', '214054.336000', '214054.339000', '214054.342000', '214054.344000', '214054.347000', '214054.349000', '214054.352000', '214054.355000', '214054.357000', '214054.360000', '214054.362000', '214054.365000', '214054.368000', '214054.370000', '214054.373000', '214054.375000', '214054.378000', '214054.381000', '214054.383000', '214054.386000', '214054.388000', '214054.391000', '214054.393000', '214054.396000', '214054.399000', '214054.402000', '214054.404000', '214054.407000', '214054.409000', '214054.412000', '214054.415000', '214054.417000', '214054.420000', '214054.422000', '214054.425000', '214054.427000', '214101.527000', '214101.529000', '214101.532000', '214101.535000', '214101.538000', '214101.540000', '214101.543000', '214101.546000', '214101.548000', '214101.551000', '214101.554000', '214101.556000', '214101.559000', '214101.562000', '214101.564000', '214101.567000'], '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': [9709, 8850, 9086, 8787, 11311, 9388, 12044, 8553, 11058, 12938, 9056, 9714, 7713, 9036, 11851, 8591, 11353, 8306, 8880, 11512, 8516, 10203, 13447, 8468, 11200, 8684, 8601, 10756, 8327, 9089, 13138, 8845, 11333, 8700, 8722, 11576, 8092, 9724, 13339, 8776, 11017, 8988, 8282, 11144, 7738, 8363, 13433, 9063, 10536, 12868, 7945, 10588, 8416, 8240, 13317, 9354, 11838, 9440, 8211, 13065, 7730, 9378, 13940, 9571, 11748, 8978, 8400, 11154, 7403, 8569, 12889, 8397, 11204, 10700, 8333, 10619, 7954, 8795, 11779, 8147, 11645, 8699, 8934, 14459, 8105, 9650, 9278, 8545, 12764, 7907, 9991, 14477, 8596, 9722, 8865, 8492, 12325, 7543, 9211, 14513, 8630, 10034, 8140, 8555, 12340, 7933, 10393, 12904, 8359, 11036, 8364, 9630, 9092, 8483, 13922, 9295, 10904, 14379, 8528, 10709, 7649, 8625, 13208, 9012, 11714, 9211, 8590, 12276, 7944, 9923, 13745, 9619, 11585, 8667, 8618, 12769, 8968, 10464, 9088, 8445, 13251, 8178, 10124, 9325, 8406, 11396, 7599, 9036, 13389, 8059, 11726, 8560, 8806, 14419, 8317, 10304, 8421, 8579, 13013, 8360, 9955, 14474, 8571, 9533, 9088, 8670, 12105, 7819, 9223, 14987, 8856, 10504, 8046, 8695, 11868, 8381, 11389, 9486, 9133, 14353, 8137, 9465, 9227, 8685, 12199, 8064, 9716, 14272, 8358, 10377, 7937, 8659, 9776, 8209, 12433, 7799, 10843, 9033, 8577, 12560, 7825, 10010, 14009, 9944, 11348, 8892, 8366, 12595, 7918, 9633, 13785, 9398, 11415, 8459, 8571, 12741, 9126, 11299, 11044, 8431, 14194, 9117, 9652, 8511, 8362, 12193, 8912, 8522, 14327, 9522, 10076, 9163, 8467, 13186, 9254, 11598, 14071, 9415, 11742, 8007, 9056, 12959, 8926, 11378, 9211, 8726, 13986, 8558, 9819, 7975, 8611, 12670, 8078, 10624, 14783, 9912, 10626, 7992, 8664, 11784, 7990, 10787, 12769, 8620, 10976, 7243, 8761, 12242, 8842, 11482, 9270, 8226, 14219, 8168, 9447, 8375, 8712, 12865, 9007, 11025, 9067, 8955, 11652, 9205, 10482, 13925, 9166, 12355, 7954, 9146, 9666, 8734, 11602, 8429, 9645, 14680, 10210, 11380, 9080, 9316, 8708, 10448, 8988, 11512, 9106, 11809, 14869, 11298, 12702, 9357, 9551, 9500, 9539, 12170, 9054, 9658, 13243, 7881, 10724, 10999, 9437, 9882, 9263, 10872, 8526, 9406, 10939, 8419, 9609, 11833, 9594, 12364, 8767, 9437, 8596, 9319, 12027, 8659, 8253, 8550, 9518, 8888, 10755, 8836, 9376, 9107, 9359, 12980, 8710, 10330, 11894, 9445, 10680, 7776, 9581, 12533, 9783, 11230, 8583, 9303, 10027, 9160, 9798, 9404, 9294, 13416, 8065, 9641, 9586, 9029, 10328, 7955, 9409, 13487, 9383, 11571, 8635, 9174, 12190, 9610, 10456, 9195, 9496, 14387, 8944, 9245, 9412, 9279, 11240, 8322, 10388, 13376, 9711, 10520, 8783, 9333, 10382, 9564, 10955, 9395, 9530, 13591, 8908, 9097, 9597, 9553, 11280, 8258, 10158, 13294, 9603, 9292, 8953, 9268, 11736, 8883, 10983, 9583, 9312, 10672, 9689, 9187, 9691, 9459, 11677, 8026, 10921, 10848, 9410, 10539, 8572, 9396, 12076, 9028, 10722, 9800, 9781, 11323, 8768, 9277, 10270, 9729, 10994, 8774, 10347, 12557, 9793, 9956, 8474, 9436, 11545, 8416, 10986, 9420, 9257, 10355, 9034, 9448, 11442, 9802, 11877, 8125, 9321, 10086, 9221, 10294, 9134, 9572, 13472, 8481, 9491, 10230, 9179, 10825, 8908, 10787, 9921, 9428, 12901, 8595, 9370, 10272, 9060, 11443, 8653, 9482, 13137, 9277, 9712, 9457, 9516, 12750, 9148, 11638, 8853, 9500, 12171, 9419, 10312, 9619, 9308, 13922, 8623, 9517, 9552, 9472, 12214, 9083, 9610, 13988, 9751, 9595, 8725, 9513, 12206, 9455, 11558, 8982, 9501, 10121, 9837, 10272, 9050, 9483, 13945, 9202, 10714, 8574, 9596, 10064, 9800, 10704, 9559, 9545, 14348, 10004, 9503, 8828, 9500, 12049, 8548, 10668, 10200, 9523, 11065, 8672, 9854, 12934, 9927, 11180, 8610, 9531, 11355, 9989, 10658, 9554, 9424, 13830, 8460, 9502, 9748, 9605, 12270, 8453, 10134, 10128, 9702, 9928, 8858, 9347, 11122, 9905, 10509, 9127, 9382, 13536, 9372, 9416, 9981, 9343, 12043, 8375, 9611, 13999, 9830, 9754, 8239, 9199, 11295, 8929, 10698, 9613, 9491, 9299, 9176, 9854, 8897, 10979, 13629, 9885, 10559, 9801, 9547, 12659, 8580, 9258, 9744, 9405, 11015, 8670, 9205, 13418, 9322, 11207, 8828, 9321, 10395, 8783, 10181, 9249, 8865, 12606, 9069, 9790, 8891, 9485, 12417, 8234, 9375, 13183, 9418, 11060, 8774, 9506, 12736, 8813, 9892, 12578, 9834, 11003, 8335, 9389, 10302, 9407, 10150, 10212, 9313, 11640, 8149, 9437, 10053, 9161, 10303, 8778, 9323, 12855, 8952, 10785, 10017, 9210, 11430, 8555, 9215, 13159, 8504, 9871, 9618, 9841, 12929, 9671, 9315, 9102, 9471, 12302, 8604, 9930, 13949, 9679, 9494, 8988, 9322, 10537, 8077, 9594, 12756, 9794, 10319, 9097, 9312, 8669, 9409, 12195, 9499, 9160, 14062, 8644, 9415, 9083, 9268, 11398, 8700, 9684, 10878, 9360, 10198, 9132, 9282, 13009, 9671, 10829, 9594, 9463, 11241, 8658, 9358, 11671, 9988, 9956, 9609, 9651, 13594, 9436, 9186, 8167, 9241, 12093, 8736, 9336, 12460, 9547, 11670, 8600, 9259, 8728, 9152, 11188, 9717, 9612, 13455, 9285, 10202, 9115, 9232, 10313, 8756, 9482, 12206, 8473, 10364, 12905, 9782, 10527, 8391, 9280, 11655, 9519, 10329, 8956, 9032, 13677, 9645, 9522, 9430, 9685, 10274, 9531, 12854, 8738, 10682, 9527, 9678, 10008, 9459, 9289, 9810, 10076, 9875, 13501, 8881, 9933, 11786, 9373, 10710, 10257, 9687, 11460, 9681, 10033, 9660, 9611, 12937, 9808, 10738, 8994, 9422, 10091, 9306, 10931, 9088, 9851, 9762, 9742, 12690, 10168, 13427, 10311, 10427, 9575, 9709, 12230, 8124, 9893, 12046, 8520, 10653, 9157, 9707, 10904, 9651, 9397, 11721, 10098, 9797, 9691, 9841, 13014, 9401, 10455, 10949, 14517, 15697, 11288, 11544, 8845, 9549, 8582, 8904, 8749, 7880, 7673, 7658, 10423, 8652, 7923, 10537, 9277, 11467, 9622, 12998, 10157, 13903, 9899, 13584, 8725, 10839, 9702, 8951, 13595, 9237, 12581, 7945, 12008, 8092, 12151, 7622, 7400, 7400, 8394, 7283, 8082, 7077, 11075, 6716, 6848, 9781, 8839, 7895, 7433, 7193, 9077, 14067, 9359, 10654, 12166, 7876, 11439, 7485, 7949, 6441, 7904, 9052, 9710, 7111, 9285, 12806, 9672, 7515, 12583, 8403, 10008, 6786, 7322, 7217, 7433, 13047, 9288, 7525, 13213, 7682, 11008, 7572, 8858, 7503, 7487, 13643, 8200, 11298, 7995, 8913, 14829, 11352, 12612, 8627, 11121, 11930, 7844, 13337, 9789, 7956, 14484, 11827, 9388, 13991, 7313, 7296, 13570, 7147, 7650, 12921, 7113, 8198, 13236, 8005, 9133, 12042, 7632, 9860, 9731, 7854, 11982, 7095, 8130, 13175, 7820, 9402, 13131, 8740, 10841, 7330, 7578, 12679, 7095, 7615, 12892, 8156, 10671, 8379, 7950, 12405, 6943, 9309, 13091, 8592, 11574, 8588, 7587, 12033, 7045, 7459, 12257, 7152, 10358, 8440, 7697, 12053, 7168, 8748, 10093, 7629, 12239, 7007, 8819, 11212, 7567, 11836, 7039, 8370, 12992, 7467, 9397, 11459, 7647, 12016, 8330, 8587, 8632, 7358, 11974, 7176, 9025, 12863, 7508, 11336, 8153, 10619, 13246, 8270, 9633, 11785, 7506, 11837, 7085, 7904, 10423, 7510, 12039, 9029, 7532, 13417, 8944, 11284, 9182, 7445, 12534, 7915, 11408, 13137, 7521, 11875, 8373, 7812, 14244, 8095, 9933, 10470, 7684, 12447, 8047, 7450, 14310, 8670, 10012, 7902, 7623, 12775, 7298, 8646, 13965, 8915, 12081, 7154, 8094, 10741, 7738, 12598, 8288, 7960, 14121, 10406, 12278, 7509, 8006, 10822, 7838, 12823, 12379, 7855, 12894, 7674, 8597, 8276, 7259, 12618, 6696, 7610, 13364, 8596, 10318, 8985, 7528, 10202, 7809, 12412, 10734, 7363, 13012, 7843, 8517, 12054, 7684, 12048, 6899, 10315, 13939, 8929, 12060, 7801, 8780, 9540, 7373, 12866, 8029, 10521, 12496, 7950, 12146, 8083, 10639, 9807, 7436, 13809, 9260, 10902, 9048, 7475, 12444, 8080, 10973, 9757, 7619, 12639, 7926, 10101, 8756, 7517, 13117, 8450, 12319, 11174, 8473, 14340, 9223, 9166, 8117, 7396, 12548, 7153, 9795, 11448, 7672, 12499, 8066, 10071, 8963, 7431, 13575, 8835, 10389, 14512, 8318, 11275, 8050, 7468, 12525, 7949, 11806, 9551, 7400, 12224, 8719, 10140, 13980, 8813, 11696, 7684, 7323, 12608, 8838, 9781, 12200, 7700, 11899, 8587, 8222, 11868, 7850, 11629, 7353, 8258, 13345, 8301, 11965, 7466, 7529, 9364, 7758, 12342, 10950, 7511, 13095, 7886, 9132, 8937, 7943, 12587, 7854, 8079, 13897, 9919, 11734, 8526, 7358, 12280, 8459, 9620, 12588, 7849, 11676, 7399, 7149, 10889, 7906, 11709, 9185, 7212, 13627, 9396, 11750, 9066, 7306, 12747, 8283, 11676, 12127, 7993, 12219, 8259, 7583, 13101, 8325, 11010, 7489, 8508, 12151, 8661, 11786, 8317, 8348, 11844, 7447, 10370, 7527, 12491, 7645, 8493, 13706, 9732, 11334, 10183, 7785, 12394, 7236, 8883, 13086, 8749, 10617, 9053, 7572, 12383, 8304, 9205, 12196, 8122, 11858, 8777, 8458, 14551, 8886, 11282, 7316, 8305, 13037, 8742, 11753, 9474, 8187, 14707, 8804, 11138, 7776, 8379, 13284, 8211, 10387, 10249, 8035, 12498, 8383, 9791, 11218, 8297, 12052, 9407, 7782, 14017, 8294, 10503, 9166, 7930, 12592, 7699, 9079, 14505, 8845, 10484, 8888, 7641, 12276, 7501, 8544, 10767, 8123, 12014, 8397, 10678, 9410, 11658, 8586, 9807, 7894, 13074, 13695, 9159, 12271, 8617, 8740, 10403, 8033, 12623, 8325, 11665, 13439, 8888, 11542, 7457, 8727, 9408, 7768, 13342, 9255, 7956, 13907, 9192, 11659, 7626, 8133, 9902, 8100, 13576, 7994, 9905, 14891, 9833, 12055, 9827, 7891, 12757, 8181, 10837, 14175, 9250, 12335, 7661, 7695, 12170, 8513, 10649, 9261, 8095, 13411, 8420, 9479, 10133, 8420, 12237, 7287, 9063, 11893, 8615, 10708, 8399, 9605, 11654, 9138, 11158, 9329, 8148, 12986, 8347, 8070, 10969, 9643, 10655, 10202, 8474, 11647, 9105, 7980, 12081, 9270, 9788, 10794, 8627, 10868, 9056, 8129, 12263, 9598, 9824, 13101, 9190, 11045, 9904, 8661, 11971, 8858, 8486, 13437, 9611, 10466, 12752, 8828, 11150, 9979, 8515, 12394, 8507, 9129, 13999, 8830, 9617, 9128, 9000, 11825, 9818, 8373, 13461, 8891, 8963, 10659, 8656, 11334, 10104, 8480, 13700, 9129, 8866, 10956, 8767, 11142, 10025, 8402, 14183, 9809, 10405, 9492, 8710, 12857, 9280, 9854, 14319, 9927, 10939, 8725, 8291, 12650, 8631, 10623, 11724, 8441, 13456, 8794, 10923, 9546, 10532, 13753, 9371, 9876, 14284, 9617, 11626, 9274, 8512, 10877, 8969, 11930, 9962, 8480, 14449, 9052, 9853, 10102, 8460, 12559, 8154, 9634, 12658, 9008, 11146, 10692, 8682, 12581, 8901, 10891, 10711, 8754, 12767, 9672, 9874, 13895, 9419, 11216, 10617, 8891, 11830, 8976, 8632, 12967, 8021, 9369, 9955, 9056, 11179, 9439, 8383, 13787, 9413, 10269, 14145, 9551, 10790, 9790, 8801, 11859, 8948, 8611, 9191, 8928, 10046, 8700, 14498, 9554, 10874, 13564, 9432, 9560, 12254, 9353, 11143, 8930, 8507, 11591, 9936, 9555, 13165, 9500, 9715, 10001, 8737, 12006, 8848, 9085, 13177, 10022, 10315, 10322, 8621, 13787, 9239, 9567, 10235, 8947, 11273, 9264, 8825, 13052, 8436, 10437, 9632, 9076, 12241, 9055, 10445, 13704, 9409, 10799, 10043, 8501, 12788, 9224, 10331, 9962, 9030, 11692, 9576, 8639, 14167, 9636, 9827, 9353, 8467, 12506, 8846, 9669, 13210, 9259, 12536, 8713, 8487, 10681, 8855, 10922, 10402, 8498, 13673, 9291, 10909, 9866, 8580, 12404, 9239, 9067, 12706, 9306, 11738, 9408, 8520, 10063, 8986, 12641, 8358, 9500, 14686, 9775, 11001, 9574, 9067, 11452, 9496, 11276, 10502, 9187, 14036, 9171, 9797, 10343, 9290, 12266, 10282, 9110, 14373, 10011, 10451, 10640, 9148, 11442, 9602, 8600, 13018, 9476, 9337, 12032, 9244, 10339, 9884, 9040, 11779, 9022, 8922, 14185, 10121, 9706, 10503, 8881, 11957, 10098, 8673, 14189, 9587, 9945, 10252, 9166, 12209, 9898, 8560, 13872, 9628, 9894, 9793, 8743, 12256, 8839, 8691, 13367, 9426, 10937, 9817, 8864, 9724, 9531, 11834, 13282, 9559, 11169, 10207, 8942, 13329, 10364, 10338, 10770, 9298, 12329, 10041, 8736, 14432, 10259, 10022, 9775, 9157, 11918, 8379, 9095, 13549, 9175, 11550, 9437, 9461, 9295, 8699, 13500, 8797, 8714, 14276, 9233, 10011, 8524, 8663, 11991, 9392, 10618, 10449, 9353, 12530, 8318, 9203, 10708, 9074, 11778, 9534, 8982, 11842, 8269, 8709, 12858, 9549, 10748, 9612, 8497, 12501, 8807, 10214, 10933, 9047, 10788, 9343, 13023, 9298, 11650, 14385, 10273, 9314, 12167, 9283, 9681, 10181, 8721, 9792, 9487, 10900, 9531, 11289, 14115, 9740, 10865, 10040, 9542, 10508, 10640, 10749, 10686, 9576, 12681, 9233, 9582, 11841, 9029, 11551, 9296, 11211, 10398, 9064, 13896, 10095, 11091, 10134, 8635, 11407, 9792, 11337, 10082, 9171, 14655, 10024, 11189, 8750, 8649, 11696, 9228, 9962, 11994, 9816, 10876, 9414, 8694, 10900, 9949, 10651, 9717, 9010, 10864, 9679, 10727, 9330, 8734, 13368, 9486, 10618, 9501, 8927, 11060, 9660, 10963, 10043, 9044, 13337, 10206, 10041, 10374, 8963], 'WindowCenter': [4025.0, 4000.0, 3986.0, 3984.0, 4002.0, 3981.0, 4003.0, 3970.0, 3991.0, 4001.0, 3970.0, 3978.0, 3957.0, 3968.0, 3988.0, 3967.0, 3990.0, 3968.0, 3983.0, 4002.0, 3970.0, 3992.0, 4010.0, 3958.0, 3992.0, 3967.0, 3969.0, 3990.0, 3969.0, 3970.0, 3999.0, 3969.0, 3991.0, 3968.0, 3970.0, 3989.0, 3958.0, 3980.0, 3998.0, 3968.0, 3988.0, 3967.0, 3970.0, 3990.0, 3958.0, 3970.0, 4011.0, 3967.0, 3991.0, 3999.0, 3960.0, 3990.0, 3969.0, 3970.0, 4011.0, 3979.0, 4002.0, 3981.0, 3971.0, 4001.0, 3958.0, 3979.0, 4008.0, 3978.0, 3990.0, 3966.0, 3957.0, 3989.0, 3946.0, 3968.0, 3998.0, 3956.0, 3988.0, 3978.0, 3967.0, 3989.0, 3957.0, 3969.0, 3999.0, 3957.0, 3990.0, 3967.0, 3969.0, 4011.0, 3959.0, 3980.0, 3976.0, 3968.0, 4000.0, 3957.0, 3980.0, 4010.0, 3969.0, 3980.0, 3967.0, 3969.0, 4000.0, 3945.0, 3978.0, 4009.0, 3968.0, 3979.0, 3958.0, 3980.0, 4000.0, 3956.0, 3990.0, 3999.0, 3970.0, 3990.0, 3971.0, 3992.0, 3980.0, 3969.0, 4012.0, 3979.0, 3994.0, 4012.0, 3970.0, 3990.0, 3958.0, 3970.0, 3999.0, 3968.0, 4001.0, 3979.0, 3969.0, 4001.0, 3958.0, 3991.0, 4010.0, 3977.0, 3990.0, 3968.0, 3968.0, 3999.0, 3969.0, 3991.0, 3968.0, 3968.0, 4010.0, 3968.0, 3991.0, 3979.0, 3970.0, 3999.0, 3957.0, 3968.0, 4010.0, 3961.0, 4001.0, 3969.0, 3980.0, 4023.0, 3969.0, 3991.0, 3967.0, 3970.0, 4010.0, 3957.0, 3980.0, 4012.0, 3969.0, 3981.0, 3967.0, 3970.0, 4001.0, 3956.0, 3979.0, 4010.0, 3968.0, 3990.0, 3969.0, 3982.0, 4002.0, 3971.0, 4003.0, 3980.0, 3982.0, 4011.0, 3970.0, 3980.0, 3979.0, 3980.0, 4000.0, 3957.0, 3979.0, 4009.0, 3968.0, 3990.0, 3969.0, 3982.0, 3990.0, 3971.0, 4012.0, 3960.0, 4005.0, 3981.0, 3984.0, 4015.0, 3973.0, 4006.0, 4022.0, 3991.0, 4003.0, 3980.0, 3970.0, 4001.0, 3957.0, 3980.0, 4012.0, 3979.0, 4002.0, 3969.0, 3982.0, 4012.0, 3992.0, 4004.0, 4002.0, 3970.0, 4013.0, 3981.0, 3981.0, 3969.0, 3970.0, 4002.0, 3968.0, 3970.0, 4011.0, 3979.0, 3981.0, 3979.0, 3971.0, 4013.0, 3979.0, 4002.0, 4010.0, 3980.0, 4001.0, 3958.0, 3979.0, 3997.0, 3969.0, 4000.0, 3966.0, 3967.0, 4010.0, 3970.0, 3990.0, 3968.0, 3970.0, 4011.0, 3960.0, 3991.0, 4011.0, 3980.0, 3990.0, 3958.0, 3969.0, 4000.0, 3957.0, 3989.0, 3997.0, 3969.0, 3990.0, 3947.0, 3970.0, 4028.0, 3995.0, 4004.0, 3980.0, 3970.0, 4011.0, 3970.0, 3981.0, 3970.0, 3982.0, 4001.0, 3968.0, 3990.0, 3980.0, 3982.0, 4003.0, 3982.0, 4005.0, 4023.0, 3983.0, 4013.0, 3972.0, 3995.0, 3993.0, 3982.0, 4001.0, 3969.0, 3991.0, 4022.0, 3991.0, 4002.0, 3982.0, 3980.0, 3971.0, 4003.0, 3982.0, 4003.0, 3983.0, 4017.0, 4026.0, 3992.0, 4003.0, 3967.0, 3980.0, 3977.0, 3979.0, 3987.0, 3954.0, 3967.0, 3999.0, 3944.0, 3977.0, 3977.0, 3968.0, 3979.0, 3979.0, 3988.0, 3955.0, 3967.0, 3978.0, 3957.0, 3980.0, 4001.0, 3982.0, 4004.0, 3983.0, 3982.0, 3968.0, 3981.0, 4013.0, 3983.0, 3971.0, 3971.0, 3982.0, 3984.0, 4004.0, 3983.0, 3983.0, 3985.0, 3985.0, 4016.0, 3970.0, 3981.0, 4001.0, 3981.0, 3990.0, 3957.0, 3980.0, 3999.0, 3980.0, 3992.0, 3968.0, 3981.0, 3980.0, 3980.0, 3981.0, 3969.0, 3979.0, 4010.0, 3959.0, 3980.0, 3979.0, 3981.0, 3990.0, 3960.0, 3980.0, 3999.0, 3969.0, 3991.0, 3969.0, 3980.0, 3999.0, 3980.0, 3989.0, 3967.0, 3978.0, 4010.0, 3969.0, 3968.0, 3966.0, 3967.0, 3990.0, 3957.0, 3979.0, 3999.0, 3977.0, 3977.0, 3968.0, 3967.0, 3977.0, 3967.0, 3976.0, 3965.0, 3968.0, 3999.0, 3968.0, 3968.0, 3966.0, 3979.0, 3987.0, 3955.0, 3979.0, 3999.0, 3978.0, 3968.0, 3969.0, 3969.0, 3988.0, 3967.0, 3988.0, 3966.0, 3969.0, 3978.0, 3979.0, 3978.0, 3978.0, 3979.0, 3990.0, 3958.0, 3990.0, 3989.0, 3980.0, 3978.0, 3968.0, 3968.0, 3986.0, 3966.0, 3988.0, 3968.0, 3977.0, 3988.0, 3968.0, 3970.0, 3977.0, 3976.0, 3977.0, 3957.0, 3977.0, 3999.0, 3978.0, 3979.0, 3955.0, 3967.0, 3986.0, 3955.0, 3977.0, 3966.0, 3968.0, 3977.0, 3966.0, 3978.0, 3986.0, 3978.0, 3988.0, 3957.0, 3978.0, 3977.0, 3968.0, 3979.0, 3967.0, 3978.0, 3998.0, 3967.0, 3979.0, 3978.0, 3981.0, 3989.0, 3978.0, 3990.0, 3978.0, 3979.0, 4012.0, 3971.0, 3982.0, 3990.0, 3980.0, 4002.0, 3968.0, 3980.0, 4011.0, 3982.0, 3982.0, 3980.0, 3993.0, 4011.0, 3980.0, 4003.0, 3969.0, 3981.0, 4001.0, 3980.0, 3992.0, 3978.0, 3980.0, 4013.0, 3970.0, 3981.0, 3980.0, 3980.0, 4001.0, 3968.0, 3979.0, 4011.0, 3980.0, 3979.0, 3968.0, 3982.0, 4000.0, 3980.0, 3990.0, 3968.0, 3980.0, 3978.0, 3978.0, 3978.0, 3968.0, 3980.0, 4010.0, 3967.0, 3990.0, 3967.0, 3982.0, 3978.0, 3992.0, 3989.0, 3978.0, 3978.0, 4012.0, 3979.0, 3979.0, 3979.0, 3981.0, 3999.0, 3967.0, 3989.0, 3977.0, 3978.0, 3989.0, 3969.0, 3990.0, 3999.0, 3980.0, 3989.0, 3969.0, 3980.0, 3988.0, 3980.0, 3991.0, 3978.0, 3980.0, 4010.0, 3968.0, 3980.0, 3979.0, 3980.0, 4000.0, 3958.0, 3978.0, 3976.0, 3979.0, 3977.0, 3967.0, 3980.0, 3989.0, 3979.0, 3989.0, 3979.0, 3980.0, 4012.0, 3979.0, 3980.0, 3979.0, 3981.0, 3999.0, 3956.0, 3978.0, 4011.0, 3980.0, 3980.0, 3968.0, 3979.0, 3988.0, 3967.0, 3992.0, 3979.0, 3982.0, 3979.0, 3981.0, 3992.0, 3984.0, 4004.0, 4012.0, 3978.0, 3990.0, 3978.0, 3978.0, 4001.0, 3970.0, 3981.0, 3980.0, 3980.0, 3991.0, 3968.0, 3981.0, 4011.0, 3980.0, 4003.0, 3981.0, 3984.0, 3992.0, 3970.0, 3991.0, 3979.0, 3970.0, 4001.0, 3980.0, 3992.0, 3981.0, 3995.0, 4012.0, 3971.0, 3981.0, 4001.0, 3979.0, 3992.0, 3970.0, 3993.0, 4002.0, 3980.0, 3981.0, 3999.0, 3979.0, 3990.0, 3956.0, 3969.0, 3979.0, 3979.0, 3992.0, 3977.0, 3967.0, 3989.0, 3959.0, 3979.0, 3981.0, 3981.0, 3992.0, 3968.0, 3979.0, 4000.0, 3968.0, 3992.0, 3979.0, 3980.0, 3990.0, 3970.0, 3982.0, 3999.0, 3958.0, 3979.0, 3967.0, 3980.0, 4000.0, 3980.0, 3980.0, 3980.0, 3981.0, 4000.0, 3968.0, 3981.0, 4009.0, 3978.0, 3979.0, 3969.0, 3980.0, 3977.0, 3958.0, 3979.0, 3998.0, 3978.0, 3989.0, 3980.0, 3980.0, 3970.0, 3982.0, 4004.0, 3979.0, 3968.0, 4012.0, 3969.0, 3980.0, 3969.0, 3980.0, 4000.0, 3968.0, 3979.0, 3990.0, 3982.0, 3990.0, 3980.0, 3981.0, 4012.0, 3981.0, 3992.0, 3978.0, 3979.0, 3989.0, 3969.0, 3980.0, 3988.0, 3979.0, 3979.0, 3978.0, 3979.0, 3999.0, 3980.0, 3979.0, 3968.0, 3980.0, 4001.0, 3969.0, 3982.0, 4000.0, 3981.0, 4003.0, 3969.0, 3982.0, 3968.0, 3979.0, 3989.0, 3978.0, 3980.0, 4011.0, 3969.0, 3991.0, 3969.0, 3980.0, 3978.0, 3967.0, 3979.0, 3987.0, 3957.0, 3980.0, 3999.0, 3980.0, 3980.0, 3958.0, 3979.0, 3988.0, 3978.0, 3977.0, 3965.0, 3967.0, 4011.0, 3980.0, 3979.0, 3980.0, 3994.0, 3990.0, 3982.0, 4002.0, 3971.0, 3994.0, 3995.0, 3996.0, 3994.0, 3995.0, 3982.0, 3994.0, 4005.0, 4007.0, 4018.0, 3970.0, 3982.0, 4002.0, 3980.0, 3992.0, 3992.0, 3983.0, 4002.0, 3992.0, 3981.0, 3979.0, 3982.0, 4000.0, 3992.0, 3993.0, 3982.0, 3986.0, 3992.0, 3984.0, 3992.0, 3971.0, 3983.0, 3993.0, 3993.0, 4014.0, 3995.0, 4013.0, 3993.0, 3992.0, 3982.0, 3982.0, 4002.0, 3959.0, 3981.0, 3991.0, 3968.0, 3979.0, 3968.0, 3981.0, 3988.0, 3980.0, 3971.0, 3987.0, 3978.0, 3979.0, 3979.0, 3994.0, 4012.0, 3967.0, 3965.0, 3949.0, 4005.0, 3955.0, 3967.0, 3934.0, 3930.0, 3908.0, 3898.0, 3909.0, 3925.0, 3926.0, 3930.0, 3944.0, 3977.0, 3968.0, 3957.0, 3977.0, 3970.0, 3989.0, 3970.0, 3991.0, 3968.0, 3976.0, 3952.0, 3962.0, 3928.0, 3936.0, 3923.0, 3914.0, 3956.0, 3925.0, 3969.0, 3915.0, 3957.0, 3929.0, 3957.0, 3900.0, 3885.0, 3901.0, 3912.0, 3917.0, 3931.0, 3922.0, 3964.0, 3912.0, 3924.0, 3966.0, 3969.0, 3957.0, 3948.0, 3949.0, 3982.0, 4013.0, 3969.0, 3992.0, 4002.0, 3971.0, 4001.0, 3962.0, 3957.0, 3927.0, 3946.0, 3967.0, 3979.0, 3949.0, 3985.0, 4018.0, 3983.0, 3962.0, 4000.0, 3969.0, 3980.0, 3950.0, 3962.0, 3961.0, 3962.0, 4014.0, 3981.0, 3960.0, 4012.0, 3962.0, 4005.0, 3974.0, 3997.0, 3975.0, 3977.0, 4022.0, 3971.0, 4004.0, 3972.0, 3997.0, 4039.0, 4017.0, 4027.0, 3997.0, 4019.0, 4014.0, 3972.0, 4014.0, 3980.0, 3959.0, 4016.0, 3993.0, 3969.0, 4012.0, 3946.0, 3946.0, 3996.0, 3919.0, 3931.0, 3985.0, 3932.0, 3953.0, 3996.0, 3957.0, 3967.0, 3987.0, 3944.0, 3964.0, 3962.0, 3944.0, 3985.0, 3934.0, 3958.0, 3997.0, 3946.0, 3968.0, 3995.0, 3955.0, 3975.0, 3932.0, 3946.0, 3996.0, 3933.0, 3944.0, 3986.0, 3944.0, 3976.0, 3955.0, 3956.0, 3996.0, 3935.0, 3967.0, 3997.0, 3954.0, 3985.0, 3954.0, 3945.0, 3986.0, 3933.0, 3935.0, 3985.0, 3932.0, 3965.0, 3953.0, 3945.0, 3986.0, 3934.0, 3956.0, 3974.0, 3945.0, 3989.0, 3935.0, 3967.0, 3985.0, 3958.0, 3988.0, 3943.0, 3957.0, 3997.0, 3945.0, 3967.0, 3986.0, 3946.0, 3997.0, 3968.0, 3969.0, 3966.0, 3959.0, 4000.0, 3945.0, 3969.0, 3997.0, 3959.0, 3999.0, 3971.0, 3991.0, 4009.0, 3957.0, 3978.0, 3986.0, 3947.0, 4001.0, 3948.0, 3968.0, 3988.0, 3959.0, 4001.0, 3966.0, 3957.0, 3998.0, 3965.0, 3991.0, 3977.0, 3958.0, 4000.0, 3957.0, 3999.0, 3996.0, 3956.0, 3988.0, 3957.0, 3958.0, 4009.0, 3958.0, 3991.0, 3987.0, 3958.0, 4000.0, 3954.0, 3945.0, 4008.0, 3968.0, 3991.0, 3970.0, 3971.0, 4012.0, 3958.0, 3968.0, 4009.0, 3967.0, 4000.0, 3946.0, 3970.0, 3990.0, 3959.0, 4000.0, 3967.0, 3958.0, 4009.0, 3988.0, 4001.0, 3959.0, 3970.0, 3988.0, 3958.0, 4000.0, 3997.0, 3955.0, 3997.0, 3945.0, 3967.0, 3957.0, 3957.0, 4000.0, 3935.0, 3956.0, 3998.0, 3966.0, 3978.0, 3967.0, 3958.0, 3988.0, 3958.0, 4011.0, 3988.0, 3947.0, 3999.0, 3956.0, 3968.0, 3997.0, 3958.0, 4000.0, 3948.0, 3989.0, 4009.0, 3968.0, 3998.0, 3958.0, 3968.0, 3977.0, 3958.0, 4000.0, 3956.0, 3988.0, 3997.0, 3958.0, 3999.0, 3957.0, 3989.0, 3979.0, 3958.0, 4011.0, 3965.0, 3989.0, 3965.0, 3946.0, 3997.0, 3956.0, 3991.0, 3975.0, 3957.0, 3997.0, 3955.0, 3990.0, 3967.0, 3958.0, 4011.0, 3969.0, 4000.0, 3987.0, 3957.0, 4009.0, 3966.0, 3968.0, 3953.0, 3947.0, 3998.0, 3945.0, 3976.0, 3985.0, 3957.0, 3999.0, 3958.0, 3978.0, 3968.0, 3958.0, 3998.0, 3966.0, 3978.0, 4008.0, 3955.0, 3988.0, 3956.0, 3958.0, 3998.0, 3953.0, 3987.0, 3977.0, 3947.0, 3997.0, 3966.0, 3990.0, 4009.0, 3967.0, 3987.0, 3943.0, 3946.0, 4000.0, 3966.0, 3978.0, 3996.0, 3958.0, 3988.0, 3964.0, 3955.0, 3996.0, 3957.0, 3987.0, 3945.0, 3967.0, 3997.0, 3957.0, 3988.0, 3944.0, 3957.0, 3977.0, 3959.0, 4000.0, 3986.0, 3944.0, 3998.0, 3955.0, 3967.0, 3966.0, 3958.0, 4000.0, 3955.0, 3954.0, 3997.0, 3975.0, 3986.0, 3953.0, 3945.0, 3986.0, 3957.0, 3976.0, 3985.0, 3953.0, 3988.0, 3944.0, 3946.0, 3988.0, 3956.0, 3999.0, 3965.0, 3946.0, 4011.0, 3967.0, 3989.0, 3967.0, 3947.0, 3997.0, 3955.0, 3987.0, 3985.0, 3956.0, 3985.0, 3954.0, 3944.0, 3996.0, 3955.0, 3977.0, 3946.0, 3967.0, 3985.0, 3956.0, 3986.0, 3956.0, 3958.0, 3985.0, 3947.0, 3976.0, 3957.0, 4000.0, 3958.0, 3969.0, 4009.0, 3977.0, 3990.0, 3977.0, 3958.0, 3998.0, 3946.0, 3969.0, 3998.0, 3965.0, 3978.0, 3965.0, 3957.0, 3998.0, 3969.0, 3979.0, 3997.0, 3958.0, 3988.0, 3955.0, 3954.0, 4009.0, 3967.0, 3987.0, 3947.0, 3956.0, 3999.0, 3955.0, 3987.0, 3965.0, 3956.0, 4008.0, 3966.0, 3986.0, 3943.0, 3955.0, 3996.0, 3956.0, 3976.0, 3975.0, 3957.0, 3998.0, 3957.0, 3977.0, 3987.0, 3957.0, 3988.0, 3964.0, 3945.0, 4009.0, 3958.0, 3988.0, 3967.0, 3957.0, 3999.0, 3945.0, 3955.0, 3997.0, 3956.0, 3976.0, 3967.0, 3958.0, 4000.0, 3947.0, 3968.0, 3989.0, 3958.0, 4001.0, 3972.0, 3993.0, 3996.0, 4004.0, 3983.0, 3995.0, 3974.0, 4015.0, 4012.0, 3966.0, 3989.0, 3955.0, 3968.0, 3988.0, 3971.0, 4001.0, 3969.0, 4000.0, 3998.0, 3966.0, 3988.0, 3946.0, 3970.0, 3981.0, 3972.0, 4014.0, 3968.0, 3956.0, 3998.0, 3965.0, 3988.0, 3946.0, 3957.0, 3979.0, 3958.0, 4001.0, 3956.0, 3977.0, 3996.0, 3965.0, 3985.0, 3965.0, 3944.0, 3985.0, 3954.0, 3977.0, 3995.0, 3953.0, 3986.0, 3932.0, 3944.0, 3984.0, 3954.0, 3974.0, 3952.0, 3942.0, 3985.0, 3942.0, 3966.0, 3963.0, 3954.0, 3986.0, 3932.0, 3954.0, 3975.0, 3954.0, 3975.0, 3956.0, 3967.0, 3987.0, 3967.0, 3986.0, 3966.0, 3955.0, 3986.0, 3955.0, 3957.0, 3975.0, 3976.0, 3977.0, 3975.0, 3956.0, 3989.0, 3968.0, 3960.0, 4000.0, 3979.0, 3978.0, 3987.0, 3968.0, 3991.0, 3980.0, 3973.0, 4000.0, 3980.0, 3990.0, 4000.0, 3969.0, 3991.0, 3978.0, 3970.0, 4001.0, 3969.0, 3970.0, 4001.0, 3968.0, 3978.0, 3999.0, 3968.0, 3988.0, 3977.0, 3968.0, 3998.0, 3956.0, 3967.0, 3999.0, 3967.0, 3969.0, 3965.0, 3967.0, 3987.0, 3975.0, 3955.0, 3998.0, 3966.0, 3969.0, 3988.0, 3969.0, 3990.0, 3978.0, 3970.0, 4010.0, 3968.0, 3970.0, 3989.0, 3971.0, 3990.0, 3978.0, 3971.0, 4012.0, 3990.0, 3991.0, 3990.0, 3981.0, 4012.0, 3981.0, 3981.0, 4012.0, 3979.0, 3990.0, 3978.0, 3972.0, 4011.0, 3971.0, 3990.0, 3999.0, 3971.0, 4011.0, 3972.0, 3991.0, 3980.0, 3992.0, 4011.0, 3969.0, 3978.0, 4009.0, 3978.0, 3988.0, 3979.0, 3969.0, 3989.0, 3980.0, 4000.0, 3976.0, 3968.0, 4011.0, 3980.0, 3992.0, 3991.0, 3969.0, 4000.0, 3957.0, 3978.0, 3999.0, 3968.0, 3989.0, 3988.0, 3970.0, 3999.0, 3966.0, 3990.0, 3989.0, 3970.0, 3999.0, 3980.0, 3991.0, 4008.0, 3968.0, 3988.0, 3987.0, 3968.0, 3988.0, 3966.0, 3969.0, 3999.0, 3956.0, 3966.0, 3978.0, 3969.0, 3989.0, 3977.0, 3970.0, 4009.0, 3967.0, 3980.0, 4009.0, 3979.0, 3988.0, 3976.0, 3968.0, 3985.0, 3954.0, 3954.0, 3966.0, 3969.0, 3979.0, 3980.0, 4024.0, 3981.0, 3992.0, 4000.0, 3966.0, 3966.0, 3987.0, 3968.0, 3990.0, 3965.0, 3967.0, 3988.0, 3977.0, 3978.0, 3998.0, 3975.0, 3976.0, 3976.0, 3969.0, 3999.0, 3980.0, 3981.0, 4009.0, 3978.0, 3979.0, 3977.0, 3967.0, 4010.0, 3980.0, 3979.0, 3988.0, 3979.0, 3990.0, 3966.0, 3966.0, 3999.0, 3958.0, 3991.0, 3980.0, 3980.0, 4001.0, 3967.0, 3989.0, 3997.0, 3966.0, 3978.0, 3976.0, 3955.0, 3998.0, 3978.0, 3977.0, 3976.0, 3965.0, 3985.0, 3965.0, 3957.0, 3997.0, 3977.0, 3979.0, 3979.0, 3969.0, 4000.0, 3966.0, 3978.0, 3997.0, 3966.0, 4000.0, 3969.0, 3968.0, 3989.0, 3969.0, 3989.0, 3989.0, 3969.0, 4010.0, 3980.0, 3991.0, 3991.0, 3982.0, 4000.0, 3980.0, 3979.0, 4000.0, 3977.0, 3999.0, 3980.0, 3971.0, 3990.0, 3983.0, 4013.0, 3969.0, 3981.0, 4012.0, 3980.0, 3990.0, 3980.0, 3982.0, 3999.0, 3979.0, 3990.0, 3988.0, 3980.0, 4011.0, 3979.0, 3993.0, 3990.0, 3979.0, 4000.0, 3988.0, 3968.0, 4009.0, 3977.0, 3990.0, 3988.0, 3979.0, 4000.0, 3977.0, 3966.0, 3998.0, 3966.0, 3968.0, 3997.0, 3979.0, 3979.0, 3976.0, 3969.0, 3987.0, 3966.0, 3968.0, 4010.0, 3977.0, 3979.0, 3989.0, 3982.0, 4001.0, 3977.0, 3967.0, 4010.0, 3979.0, 3979.0, 3989.0, 3982.0, 4002.0, 3980.0, 3968.0, 4010.0, 3979.0, 3980.0, 3979.0, 3971.0, 4001.0, 3967.0, 3967.0, 3999.0, 3966.0, 3989.0, 3975.0, 3969.0, 3976.0, 3979.0, 4002.0, 3998.0, 3976.0, 3988.0, 3976.0, 3966.0, 4011.0, 3988.0, 3989.0, 3989.0, 3978.0, 3997.0, 3977.0, 3968.0, 4009.0, 3989.0, 3981.0, 3977.0, 3979.0, 3999.0, 3967.0, 3967.0, 3997.0, 3968.0, 3990.0, 3979.0, 3978.0, 3979.0, 3971.0, 4001.0, 3956.0, 3955.0, 3997.0, 3966.0, 3977.0, 3967.0, 3967.0, 3988.0, 3967.0, 3978.0, 3974.0, 3964.0, 3987.0, 3954.0, 3966.0, 3988.0, 3979.0, 3988.0, 3966.0, 3963.0, 3985.0, 3954.0, 3955.0, 3996.0, 3968.0, 3988.0, 3979.0, 3969.0, 3986.0, 3952.0, 3964.0, 3987.0, 3967.0, 3987.0, 3981.0, 4010.0, 3981.0, 4006.0, 4013.0, 3976.0, 3966.0, 3985.0, 3965.0, 3967.0, 3975.0, 3968.0, 3989.0, 3993.0, 4000.0, 3990.0, 4002.0, 4010.0, 3977.0, 3990.0, 3979.0, 3981.0, 3992.0, 4003.0, 4003.0, 3989.0, 3979.0, 4000.0, 3966.0, 3979.0, 3998.0, 3970.0, 4001.0, 3980.0, 4001.0, 3987.0, 3967.0, 3998.0, 3976.0, 4002.0, 3990.0, 3971.0, 3989.0, 3977.0, 3988.0, 3976.0, 3965.0, 4008.0, 3965.0, 3976.0, 3952.0, 3955.0, 3973.0, 3965.0, 3965.0, 3971.0, 3965.0, 3975.0, 3965.0, 3955.0, 3972.0, 3963.0, 3974.0, 3963.0, 3955.0, 3976.0, 3967.0, 3976.0, 3965.0, 3968.0, 3996.0, 3963.0, 3978.0, 3963.0, 3967.0, 3986.0, 3978.0, 3987.0, 3975.0, 3968.0, 3999.0, 3980.0, 3979.0, 3962.0, 3954.0], 'WindowWidth': [8979.0, 8933.0, 8906.0, 8900.0, 8923.0, 8892.0, 8923.0, 8872.0, 8903.0, 8919.0, 8872.0, 8880.0, 8851.0, 8867.0, 8896.0, 8866.0, 8901.0, 8868.0, 8892.0, 8918.0, 8874.0, 8906.0, 8929.0, 8855.0, 8903.0, 8866.0, 8870.0, 8898.0, 8871.0, 8873.0, 8912.0, 8872.0, 8904.0, 8869.0, 8872.0, 8899.0, 8855.0, 8886.0, 8909.0, 8867.0, 8895.0, 8863.0, 8871.0, 8901.0, 8854.0, 8873.0, 8929.0, 8867.0, 8903.0, 8914.0, 8860.0, 8900.0, 8869.0, 8874.0, 8931.0, 8883.0, 8919.0, 8889.0, 8875.0, 8916.0, 8855.0, 8884.0, 8924.0, 8880.0, 8899.0, 8863.0, 8851.0, 8897.0, 8835.0, 8868.0, 8909.0, 8849.0, 8895.0, 8880.0, 8866.0, 8898.0, 8853.0, 8873.0, 8913.0, 8854.0, 8901.0, 8865.0, 8870.0, 8933.0, 8858.0, 8886.0, 8877.0, 8867.0, 8913.0, 8852.0, 8887.0, 8931.0, 8871.0, 8887.0, 8866.0, 8871.0, 8914.0, 8833.0, 8880.0, 8928.0, 8868.0, 8885.0, 8855.0, 8889.0, 8916.0, 8851.0, 8900.0, 8913.0, 8874.0, 8902.0, 8877.0, 8907.0, 8888.0, 8873.0, 8938.0, 8885.0, 8910.0, 8936.0, 8874.0, 8902.0, 8853.0, 8873.0, 8913.0, 8867.0, 8916.0, 8885.0, 8871.0, 8916.0, 8855.0, 8904.0, 8930.0, 8880.0, 8901.0, 8867.0, 8869.0, 8912.0, 8870.0, 8902.0, 8868.0, 8867.0, 8931.0, 8868.0, 8901.0, 8885.0, 8874.0, 8913.0, 8853.0, 8869.0, 8930.0, 8863.0, 8918.0, 8872.0, 8888.0, 8951.0, 8873.0, 8903.0, 8868.0, 8874.0, 8930.0, 8852.0, 8888.0, 8935.0, 8872.0, 8889.0, 8868.0, 8875.0, 8918.0, 8851.0, 8885.0, 8931.0, 8870.0, 8902.0, 8871.0, 8892.0, 8921.0, 8879.0, 8924.0, 8888.0, 8891.0, 8935.0, 8874.0, 8888.0, 8884.0, 8890.0, 8916.0, 8852.0, 8883.0, 8929.0, 8870.0, 8902.0, 8873.0, 8893.0, 8902.0, 8877.0, 8936.0, 8863.0, 8929.0, 8894.0, 8899.0, 8944.0, 8886.0, 8932.0, 8951.0, 8904.0, 8925.0, 8889.0, 8876.0, 8918.0, 8854.0, 8887.0, 8933.0, 8884.0, 8919.0, 8871.0, 8893.0, 8935.0, 8908.0, 8926.0, 8919.0, 8875.0, 8938.0, 8888.0, 8890.0, 8872.0, 8875.0, 8922.0, 8868.0, 8873.0, 8932.0, 8885.0, 8889.0, 8886.0, 8879.0, 8936.0, 8886.0, 8919.0, 8929.0, 8887.0, 8915.0, 8853.0, 8884.0, 8909.0, 8870.0, 8914.0, 8863.0, 8867.0, 8929.0, 8873.0, 8902.0, 8870.0, 8875.0, 8931.0, 8860.0, 8903.0, 8933.0, 8887.0, 8901.0, 8855.0, 8873.0, 8913.0, 8853.0, 8897.0, 8908.0, 8869.0, 8901.0, 8840.0, 8875.0, 8968.0, 8919.0, 8925.0, 8888.0, 8875.0, 8933.0, 8874.0, 8891.0, 8873.0, 8892.0, 8920.0, 8868.0, 8902.0, 8888.0, 8892.0, 8922.0, 8893.0, 8927.0, 8950.0, 8894.0, 8937.0, 8880.0, 8912.0, 8908.0, 8893.0, 8919.0, 8873.0, 8905.0, 8952.0, 8906.0, 8920.0, 8891.0, 8886.0, 8876.0, 8922.0, 8894.0, 8924.0, 8897.0, 8948.0, 8962.0, 8908.0, 8924.0, 8864.0, 8882.0, 8877.0, 8880.0, 8892.0, 8841.0, 8863.0, 8912.0, 8830.0, 8876.0, 8878.0, 8866.0, 8881.0, 8883.0, 8895.0, 8844.0, 8859.0, 8879.0, 8850.0, 8885.0, 8916.0, 8891.0, 8923.0, 8893.0, 8890.0, 8867.0, 8889.0, 8937.0, 8894.0, 8872.0, 8873.0, 8894.0, 8898.0, 8928.0, 8896.0, 8897.0, 8897.0, 8899.0, 8947.0, 8873.0, 8891.0, 8914.0, 8887.0, 8897.0, 8852.0, 8883.0, 8910.0, 8884.0, 8904.0, 8866.0, 8888.0, 8888.0, 8886.0, 8887.0, 8867.0, 8882.0, 8928.0, 8854.0, 8886.0, 8885.0, 8888.0, 8899.0, 8858.0, 8885.0, 8911.0, 8869.0, 8903.0, 8869.0, 8885.0, 8911.0, 8884.0, 8898.0, 8863.0, 8879.0, 8928.0, 8868.0, 8868.0, 8861.0, 8863.0, 8896.0, 8850.0, 8881.0, 8910.0, 8877.0, 8878.0, 8865.0, 8864.0, 8876.0, 8862.0, 8876.0, 8857.0, 8864.0, 8911.0, 8865.0, 8866.0, 8860.0, 8881.0, 8892.0, 8845.0, 8882.0, 8913.0, 8879.0, 8866.0, 8866.0, 8867.0, 8893.0, 8862.0, 8893.0, 8861.0, 8868.0, 8881.0, 8883.0, 8881.0, 8878.0, 8883.0, 8899.0, 8853.0, 8899.0, 8896.0, 8884.0, 8881.0, 8866.0, 8866.0, 8890.0, 8861.0, 8893.0, 8864.0, 8876.0, 8893.0, 8864.0, 8869.0, 8876.0, 8875.0, 8878.0, 8847.0, 8878.0, 8911.0, 8878.0, 8880.0, 8844.0, 8863.0, 8889.0, 8844.0, 8876.0, 8860.0, 8864.0, 8877.0, 8861.0, 8880.0, 8891.0, 8879.0, 8894.0, 8850.0, 8879.0, 8878.0, 8866.0, 8883.0, 8863.0, 8879.0, 8908.0, 8863.0, 8883.0, 8881.0, 8887.0, 8897.0, 8882.0, 8900.0, 8881.0, 8884.0, 8934.0, 8875.0, 8892.0, 8900.0, 8887.0, 8919.0, 8866.0, 8886.0, 8933.0, 8891.0, 8894.0, 8886.0, 8909.0, 8932.0, 8886.0, 8923.0, 8870.0, 8888.0, 8916.0, 8888.0, 8907.0, 8880.0, 8884.0, 8936.0, 8871.0, 8888.0, 8885.0, 8887.0, 8917.0, 8866.0, 8883.0, 8933.0, 8886.0, 8885.0, 8867.0, 8891.0, 8915.0, 8884.0, 8901.0, 8866.0, 8884.0, 8881.0, 8882.0, 8882.0, 8867.0, 8885.0, 8927.0, 8865.0, 8900.0, 8866.0, 8889.0, 8881.0, 8903.0, 8900.0, 8879.0, 8881.0, 8935.0, 8883.0, 8886.0, 8884.0, 8889.0, 8911.0, 8864.0, 8898.0, 8877.0, 8881.0, 8897.0, 8870.0, 8901.0, 8913.0, 8884.0, 8899.0, 8869.0, 8886.0, 8897.0, 8886.0, 8903.0, 8880.0, 8884.0, 8928.0, 8867.0, 8886.0, 8880.0, 8886.0, 8913.0, 8852.0, 8880.0, 8875.0, 8880.0, 8877.0, 8864.0, 8884.0, 8899.0, 8884.0, 8898.0, 8882.0, 8886.0, 8933.0, 8884.0, 8887.0, 8882.0, 8887.0, 8910.0, 8850.0, 8882.0, 8932.0, 8886.0, 8885.0, 8867.0, 8882.0, 8893.0, 8862.0, 8903.0, 8885.0, 8891.0, 8886.0, 8892.0, 8908.0, 8899.0, 8928.0, 8935.0, 8880.0, 8900.0, 8880.0, 8882.0, 8917.0, 8874.0, 8890.0, 8886.0, 8886.0, 8903.0, 8868.0, 8888.0, 8930.0, 8888.0, 8923.0, 8890.0, 8897.0, 8907.0, 8874.0, 8904.0, 8884.0, 8873.0, 8918.0, 8886.0, 8907.0, 8890.0, 8912.0, 8936.0, 8875.0, 8891.0, 8918.0, 8884.0, 8906.0, 8872.0, 8906.0, 8920.0, 8885.0, 8890.0, 8913.0, 8881.0, 8900.0, 8849.0, 8869.0, 8882.0, 8883.0, 8904.0, 8878.0, 8865.0, 8898.0, 8855.0, 8883.0, 8887.0, 8888.0, 8905.0, 8867.0, 8883.0, 8914.0, 8867.0, 8905.0, 8884.0, 8886.0, 8901.0, 8871.0, 8890.0, 8911.0, 8853.0, 8883.0, 8864.0, 8882.0, 8914.0, 8886.0, 8887.0, 8884.0, 8888.0, 8915.0, 8868.0, 8889.0, 8927.0, 8882.0, 8884.0, 8869.0, 8885.0, 8880.0, 8853.0, 8881.0, 8908.0, 8880.0, 8898.0, 8886.0, 8888.0, 8874.0, 8893.0, 8926.0, 8882.0, 8867.0, 8933.0, 8868.0, 8886.0, 8869.0, 8887.0, 8916.0, 8867.0, 8884.0, 8901.0, 8889.0, 8901.0, 8885.0, 8890.0, 8934.0, 8888.0, 8906.0, 8880.0, 8882.0, 8896.0, 8869.0, 8886.0, 8897.0, 8883.0, 8884.0, 8879.0, 8883.0, 8914.0, 8885.0, 8885.0, 8870.0, 8886.0, 8916.0, 8872.0, 8891.0, 8915.0, 8889.0, 8920.0, 8870.0, 8891.0, 8868.0, 8884.0, 8899.0, 8879.0, 8885.0, 8930.0, 8870.0, 8903.0, 8869.0, 8885.0, 8882.0, 8864.0, 8881.0, 8891.0, 8852.0, 8885.0, 8911.0, 8882.0, 8885.0, 8853.0, 8883.0, 8894.0, 8879.0, 8877.0, 8860.0, 8866.0, 8930.0, 8886.0, 8885.0, 8890.0, 8910.0, 8899.0, 8892.0, 8921.0, 8873.0, 8912.0, 8916.0, 8920.0, 8914.0, 8914.0, 8892.0, 8915.0, 8928.0, 8933.0, 8953.0, 8873.0, 8890.0, 8917.0, 8887.0, 8905.0, 8903.0, 8895.0, 8921.0, 8904.0, 8888.0, 8884.0, 8890.0, 8917.0, 8906.0, 8908.0, 8892.0, 8901.0, 8907.0, 8896.0, 8906.0, 8873.0, 8890.0, 8907.0, 8911.0, 8942.0, 8913.0, 8935.0, 8908.0, 8905.0, 8890.0, 8892.0, 8920.0, 8852.0, 8884.0, 8900.0, 8864.0, 8882.0, 8864.0, 8885.0, 8894.0, 8883.0, 8872.0, 8890.0, 8877.0, 8882.0, 8882.0, 8908.0, 8934.0, 8863.0, 8854.0, 8821.0, 8941.0, 8863.0, 8857.0, 8798.0, 8797.0, 8745.0, 8732.0, 8749.0, 8784.0, 8789.0, 8801.0, 8826.0, 8874.0, 8863.0, 8847.0, 8875.0, 8866.0, 8893.0, 8866.0, 8897.0, 8859.0, 8870.0, 8829.0, 8843.0, 8789.0, 8796.0, 8774.0, 8764.0, 8827.0, 8781.0, 8850.0, 8770.0, 8827.0, 8794.0, 8826.0, 8740.0, 8711.0, 8742.0, 8761.0, 8774.0, 8798.0, 8787.0, 8847.0, 8774.0, 8793.0, 8855.0, 8867.0, 8847.0, 8836.0, 8841.0, 8891.0, 8933.0, 8867.0, 8903.0, 8922.0, 8875.0, 8918.0, 8862.0, 8848.0, 8806.0, 8831.0, 8864.0, 8881.0, 8842.0, 8897.0, 8950.0, 8893.0, 8865.0, 8915.0, 8867.0, 8884.0, 8845.0, 8864.0, 8860.0, 8864.0, 8938.0, 8886.0, 8860.0, 8933.0, 8866.0, 8928.0, 8884.0, 8919.0, 8889.0, 8892.0, 8949.0, 8877.0, 8926.0, 8882.0, 8921.0, 8983.0, 8948.0, 8964.0, 8921.0, 8952.0, 8940.0, 8877.0, 8938.0, 8886.0, 8857.0, 8947.0, 8906.0, 8869.0, 8932.0, 8834.0, 8834.0, 8899.0, 8789.0, 8807.0, 8883.0, 8808.0, 8840.0, 8902.0, 8848.0, 8863.0, 8889.0, 8828.0, 8855.0, 8849.0, 8829.0, 8884.0, 8816.0, 8852.0, 8906.0, 8835.0, 8868.0, 8900.0, 8842.0, 8870.0, 8811.0, 8832.0, 8901.0, 8813.0, 8830.0, 8888.0, 8827.0, 8872.0, 8842.0, 8846.0, 8902.0, 8818.0, 8862.0, 8904.0, 8841.0, 8885.0, 8840.0, 8828.0, 8886.0, 8809.0, 8817.0, 8883.0, 8811.0, 8857.0, 8840.0, 8830.0, 8887.0, 8815.0, 8847.0, 8872.0, 8833.0, 8896.0, 8819.0, 8864.0, 8886.0, 8851.0, 8891.0, 8830.0, 8852.0, 8904.0, 8832.0, 8862.0, 8888.0, 8835.0, 8905.0, 8868.0, 8871.0, 8865.0, 8857.0, 8914.0, 8836.0, 8871.0, 8909.0, 8857.0, 8913.0, 8876.0, 8904.0, 8927.0, 8851.0, 8881.0, 8890.0, 8840.0, 8916.0, 8842.0, 8871.0, 8897.0, 8857.0, 8916.0, 8862.0, 8852.0, 8912.0, 8862.0, 8902.0, 8880.0, 8855.0, 8915.0, 8854.0, 8912.0, 8906.0, 8850.0, 8896.0, 8851.0, 8855.0, 8928.0, 8855.0, 8902.0, 8893.0, 8856.0, 8913.0, 8846.0, 8835.0, 8926.0, 8870.0, 8902.0, 8873.0, 8879.0, 8936.0, 8856.0, 8871.0, 8928.0, 8867.0, 8915.0, 8839.0, 8875.0, 8900.0, 8859.0, 8916.0, 8866.0, 8855.0, 8927.0, 8895.0, 8917.0, 8857.0, 8875.0, 8896.0, 8854.0, 8915.0, 8906.0, 8846.0, 8907.0, 8833.0, 8865.0, 8851.0, 8854.0, 8913.0, 8821.0, 8851.0, 8910.0, 8862.0, 8880.0, 8864.0, 8854.0, 8896.0, 8857.0, 8931.0, 8896.0, 8838.0, 8910.0, 8847.0, 8868.0, 8907.0, 8855.0, 8913.0, 8843.0, 8900.0, 8927.0, 8867.0, 8911.0, 8854.0, 8869.0, 8880.0, 8857.0, 8916.0, 8852.0, 8897.0, 8908.0, 8854.0, 8910.0, 8853.0, 8898.0, 8884.0, 8856.0, 8931.0, 8861.0, 8896.0, 8861.0, 8837.0, 8907.0, 8851.0, 8901.0, 8874.0, 8853.0, 8909.0, 8849.0, 8899.0, 8866.0, 8857.0, 8931.0, 8872.0, 8917.0, 8892.0, 8851.0, 8927.0, 8861.0, 8864.0, 8841.0, 8839.0, 8910.0, 8834.0, 8877.0, 8888.0, 8852.0, 8911.0, 8855.0, 8882.0, 8867.0, 8857.0, 8912.0, 8861.0, 8880.0, 8923.0, 8847.0, 8894.0, 8848.0, 8855.0, 8907.0, 8842.0, 8892.0, 8876.0, 8838.0, 8906.0, 8863.0, 8902.0, 8927.0, 8865.0, 8893.0, 8830.0, 8837.0, 8911.0, 8863.0, 8880.0, 8907.0, 8853.0, 8896.0, 8858.0, 8848.0, 8905.0, 8851.0, 8892.0, 8835.0, 8866.0, 8909.0, 8851.0, 8895.0, 8831.0, 8851.0, 8879.0, 8856.0, 8915.0, 8891.0, 8831.0, 8907.0, 8845.0, 8862.0, 8862.0, 8853.0, 8913.0, 8847.0, 8845.0, 8907.0, 8872.0, 8890.0, 8841.0, 8833.0, 8888.0, 8850.0, 8876.0, 8887.0, 8842.0, 8893.0, 8830.0, 8835.0, 8894.0, 8850.0, 8909.0, 8860.0, 8837.0, 8930.0, 8865.0, 8896.0, 8863.0, 8838.0, 8906.0, 8846.0, 8890.0, 8888.0, 8846.0, 8887.0, 8842.0, 8829.0, 8904.0, 8846.0, 8876.0, 8834.0, 8863.0, 8887.0, 8846.0, 8889.0, 8850.0, 8854.0, 8887.0, 8837.0, 8877.0, 8853.0, 8913.0, 8855.0, 8869.0, 8925.0, 8877.0, 8899.0, 8879.0, 8854.0, 8909.0, 8838.0, 8870.0, 8909.0, 8859.0, 8879.0, 8859.0, 8851.0, 8907.0, 8868.0, 8884.0, 8907.0, 8853.0, 8894.0, 8845.0, 8845.0, 8926.0, 8864.0, 8892.0, 8836.0, 8850.0, 8910.0, 8847.0, 8892.0, 8858.0, 8847.0, 8923.0, 8860.0, 8886.0, 8827.0, 8846.0, 8903.0, 8848.0, 8875.0, 8872.0, 8849.0, 8906.0, 8851.0, 8879.0, 8891.0, 8852.0, 8892.0, 8856.0, 8833.0, 8924.0, 8852.0, 8895.0, 8863.0, 8850.0, 8911.0, 8831.0, 8845.0, 8904.0, 8845.0, 8874.0, 8867.0, 8857.0, 8915.0, 8839.0, 8867.0, 8894.0, 8850.0, 8916.0, 8878.0, 8907.0, 8918.0, 8924.0, 8898.0, 8913.0, 8884.0, 8942.0, 8933.0, 8863.0, 8897.0, 8845.0, 8866.0, 8895.0, 8875.0, 8915.0, 8870.0, 8913.0, 8909.0, 8863.0, 8895.0, 8837.0, 8873.0, 8887.0, 8879.0, 8940.0, 8866.0, 8849.0, 8907.0, 8857.0, 8891.0, 8835.0, 8851.0, 8882.0, 8855.0, 8916.0, 8848.0, 8877.0, 8905.0, 8856.0, 8884.0, 8854.0, 8828.0, 8882.0, 8840.0, 8874.0, 8900.0, 8838.0, 8886.0, 8808.0, 8826.0, 8880.0, 8839.0, 8868.0, 8833.0, 8821.0, 8885.0, 8824.0, 8858.0, 8851.0, 8841.0, 8886.0, 8809.0, 8841.0, 8871.0, 8841.0, 8870.0, 8847.0, 8862.0, 8889.0, 8861.0, 8889.0, 8859.0, 8846.0, 8887.0, 8841.0, 8849.0, 8874.0, 8876.0, 8877.0, 8870.0, 8849.0, 8897.0, 8866.0, 8859.0, 8914.0, 8884.0, 8883.0, 8892.0, 8868.0, 8900.0, 8885.0, 8879.0, 8916.0, 8886.0, 8901.0, 8914.0, 8869.0, 8902.0, 8881.0, 8872.0, 8916.0, 8870.0, 8872.0, 8917.0, 8864.0, 8880.0, 8910.0, 8864.0, 8893.0, 8874.0, 8865.0, 8908.0, 8846.0, 8863.0, 8911.0, 8863.0, 8867.0, 8858.0, 8865.0, 8893.0, 8870.0, 8846.0, 8909.0, 8862.0, 8870.0, 8894.0, 8871.0, 8900.0, 8878.0, 8870.0, 8929.0, 8867.0, 8874.0, 8897.0, 8876.0, 8902.0, 8880.0, 8873.0, 8934.0, 8900.0, 8904.0, 8900.0, 8892.0, 8934.0, 8887.0, 8888.0, 8935.0, 8886.0, 8902.0, 8884.0, 8879.0, 8933.0, 8875.0, 8900.0, 8912.0, 8876.0, 8931.0, 8877.0, 8902.0, 8888.0, 8906.0, 8934.0, 8870.0, 8880.0, 8925.0, 8880.0, 8894.0, 8883.0, 8872.0, 8899.0, 8886.0, 8913.0, 8875.0, 8867.0, 8931.0, 8886.0, 8904.0, 8901.0, 8872.0, 8916.0, 8851.0, 8881.0, 8912.0, 8867.0, 8899.0, 8892.0, 8873.0, 8912.0, 8864.0, 8899.0, 8896.0, 8872.0, 8913.0, 8886.0, 8904.0, 8925.0, 8866.0, 8896.0, 8890.0, 8867.0, 8896.0, 8861.0, 8866.0, 8910.0, 8847.0, 8863.0, 8879.0, 8868.0, 8898.0, 8880.0, 8875.0, 8928.0, 8864.0, 8886.0, 8927.0, 8882.0, 8895.0, 8874.0, 8866.0, 8885.0, 8838.0, 8844.0, 8863.0, 8870.0, 8885.0, 8890.0, 8955.0, 8891.0, 8907.0, 8914.0, 8861.0, 8862.0, 8892.0, 8865.0, 8898.0, 8859.0, 8865.0, 8895.0, 8878.0, 8880.0, 8907.0, 8873.0, 8876.0, 8875.0, 8867.0, 8911.0, 8886.0, 8890.0, 8926.0, 8882.0, 8884.0, 8877.0, 8865.0, 8928.0, 8884.0, 8886.0, 8896.0, 8884.0, 8902.0, 8864.0, 8863.0, 8912.0, 8852.0, 8901.0, 8884.0, 8885.0, 8916.0, 8866.0, 8897.0, 8909.0, 8862.0, 8881.0, 8874.0, 8844.0, 8907.0, 8879.0, 8880.0, 8875.0, 8860.0, 8888.0, 8857.0, 8849.0, 8908.0, 8877.0, 8883.0, 8884.0, 8871.0, 8914.0, 8864.0, 8882.0, 8907.0, 8864.0, 8915.0, 8868.0, 8869.0, 8897.0, 8870.0, 8899.0, 8894.0, 8870.0, 8929.0, 8886.0, 8906.0, 8901.0, 8892.0, 8916.0, 8886.0, 8885.0, 8914.0, 8880.0, 8912.0, 8886.0, 8876.0, 8900.0, 8895.0, 8938.0, 8872.0, 8889.0, 8934.0, 8885.0, 8899.0, 8887.0, 8892.0, 8915.0, 8885.0, 8902.0, 8894.0, 8886.0, 8933.0, 8885.0, 8907.0, 8900.0, 8885.0, 8916.0, 8894.0, 8868.0, 8927.0, 8878.0, 8900.0, 8894.0, 8883.0, 8912.0, 8877.0, 8863.0, 8907.0, 8860.0, 8867.0, 8908.0, 8881.0, 8884.0, 8876.0, 8870.0, 8894.0, 8861.0, 8867.0, 8928.0, 8879.0, 8885.0, 8895.0, 8891.0, 8920.0, 8878.0, 8867.0, 8929.0, 8884.0, 8885.0, 8897.0, 8891.0, 8921.0, 8885.0, 8868.0, 8927.0, 8882.0, 8887.0, 8883.0, 8877.0, 8918.0, 8868.0, 8867.0, 8911.0, 8864.0, 8898.0, 8875.0, 8869.0, 8879.0, 8884.0, 8919.0, 8910.0, 8874.0, 8894.0, 8874.0, 8862.0, 8929.0, 8895.0, 8897.0, 8895.0, 8881.0, 8908.0, 8876.0, 8867.0, 8928.0, 8897.0, 8888.0, 8879.0, 8885.0, 8912.0, 8865.0, 8867.0, 8909.0, 8867.0, 8899.0, 8884.0, 8884.0, 8884.0, 8875.0, 8919.0, 8848.0, 8846.0, 8907.0, 8861.0, 8877.0, 8864.0, 8866.0, 8895.0, 8864.0, 8880.0, 8872.0, 8857.0, 8893.0, 8844.0, 8862.0, 8892.0, 8884.0, 8895.0, 8860.0, 8854.0, 8886.0, 8840.0, 8845.0, 8904.0, 8864.0, 8894.0, 8882.0, 8870.0, 8890.0, 8835.0, 8855.0, 8891.0, 8865.0, 8892.0, 8889.0, 8930.0, 8892.0, 8931.0, 8936.0, 8873.0, 8860.0, 8885.0, 8858.0, 8863.0, 8872.0, 8865.0, 8898.0, 8907.0, 8916.0, 8902.0, 8920.0, 8929.0, 8879.0, 8900.0, 8881.0, 8887.0, 8906.0, 8923.0, 8921.0, 8898.0, 8883.0, 8913.0, 8862.0, 8883.0, 8909.0, 8873.0, 8916.0, 8887.0, 8917.0, 8892.0, 8866.0, 8912.0, 8876.0, 8921.0, 8900.0, 8875.0, 8897.0, 8879.0, 8895.0, 8872.0, 8859.0, 8925.0, 8859.0, 8876.0, 8838.0, 8843.0, 8867.0, 8855.0, 8857.0, 8863.0, 8854.0, 8869.0, 8855.0, 8844.0, 8864.0, 8852.0, 8868.0, 8852.0, 8843.0, 8875.0, 8861.0, 8876.0, 8858.0, 8867.0, 8902.0, 8852.0, 8878.0, 8853.0, 8863.0, 8888.0, 8881.0, 8893.0, 8872.0, 8866.0, 8912.0, 8884.0, 8883.0, 8848.0, 8841.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.0009624797843665767</td></tr>
<tr><td colspan=3>aqi</td><td>0.03933878862533693</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.360308736704425</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.23833153083603</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9678135296278305</td></tr>
<tr><td colspan=3>efc</td><td>0.5191</td></tr>
<tr><td colspan=3>fber</td><td>3637.9609</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11013673984048039</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.660377358490566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.294767689363413</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1921320386445906</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5292340306074528</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.162936998838195</td></tr>
<tr><td colspan=3>gcor</td><td>0.00887722</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00390992546454072</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033007945865392685</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.488844645842283</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>16.3913</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7933</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.5413</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1064.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.7778</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>437.5045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3182.2709</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83833.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>738.2702</td></tr>
<tr><td colspan=3>tsnr</td><td>33.6661669947207</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>