<?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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-02/func/sub-0124_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>6f18a5b3d43eab175d1ee574501b14a2</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:14:0.555000</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.996875, 0.039184, 0.0685957, -0.0475346, 0.991058, 0.124678]</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.097297</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7793, -7204, 392, -93, -81, 6, 31]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>234.082</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eaab4539-d924-4d9e-b83d-edb3d791fab1||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.67454195022583, -0.12753182649612427, 0.17036160826683044, 114.87745666503906], [-0.10512787848711014, 2.658936023712158, 0.344383180141449, -107.96670532226562], [0.1840371936559677, -0.33450278639793396, 2.672522783279419, -50.282020568847656], [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': ['211400.555000', '211401.015000', '211401.475000', '211401.935000', '211402.395000', '211402.855000', '211403.315000', '211403.775000', '211404.235000', '211404.695000', '211405.155000', '211405.615000', '211406.075000', '211406.535000', '211406.995000', '211407.455000', '211407.915000', '211408.375000', '211408.835000', '211409.295000', '211409.755000', '211410.215000', '211410.675000', '211411.135000', '211411.595000', '211412.055000', '211412.515000', '211412.975000', '211413.435000', '211413.895000', '211414.355000', '211414.815000', '211415.275000', '211415.735000', '211416.195000', '211416.655000', '211417.115000', '211417.575000', '211418.035000', '211418.495000', '211418.955000', '211419.415000', '211419.875000', '211420.335000', '211420.795000', '211421.255000', '211421.715000', '211422.175000', '211422.635000', '211423.095000', '211423.555000', '211424.015000', '211424.475000', '211424.935000', '211425.395000', '211425.855000', '211426.315000', '211426.775000', '211427.235000', '211427.695000', '211428.155000', '211428.615000', '211429.075000', '211429.535000', '211429.995000', '211430.455000', '211430.915000', '211431.375000', '211431.835000', '211432.295000', '211432.755000', '211433.215000', '211433.675000', '211434.135000', '211434.595000', '211435.055000', '211435.515000', '211435.975000', '211436.435000', '211436.895000', '211437.355000', '211437.815000', '211438.275000', '211438.735000', '211439.195000', '211439.655000', '211440.115000', '211440.575000', '211441.035000', '211441.495000', '211441.955000', '211442.415000', '211442.875000', '211443.335000', '211443.795000', '211444.255000', '211444.715000', '211445.175000', '211445.635000', '211446.095000', '211446.555000', '211447.015000', '211447.475000', '211447.935000', '211448.395000', '211448.855000', '211449.315000', '211449.775000', '211450.235000', '211450.695000', '211451.155000', '211451.615000', '211452.075000', '211452.535000', '211452.995000', '211453.455000', '211453.915000', '211454.375000', '211454.835000', '211455.295000', '211455.755000', '211456.215000', '211456.675000', '211457.135000', '211457.595000', '211458.055000', '211458.515000', '211458.975000', '211459.435000', '211459.895000', '211500.355000', '211500.815000', '211501.275000', '211501.735000', '211502.195000', '211502.655000', '211503.115000', '211503.575000', '211504.035000', '211504.495000', '211504.955000', '211505.415000', '211505.875000', '211506.335000', '211506.795000', '211507.255000', '211507.715000', '211508.175000', '211508.635000', '211509.095000', '211509.555000', '211510.015000', '211510.475000', '211510.935000', '211511.395000', '211511.855000', '211512.315000', '211512.775000', '211513.235000', '211513.695000', '211514.155000', '211514.615000', '211515.075000', '211515.535000', '211515.995000', '211516.455000', '211516.915000', '211517.375000', '211517.835000', '211518.295000', '211518.755000', '211519.215000', '211519.675000', '211520.135000', '211520.595000', '211521.055000', '211521.515000', '211521.975000', '211522.435000', '211522.895000', '211523.355000', '211523.815000', '211524.275000', '211524.735000', '211525.195000', '211525.655000', '211526.115000', '211526.575000', '211527.035000', '211527.495000', '211527.955000', '211528.415000', '211528.875000', '211529.335000', '211529.795000', '211530.255000', '211530.715000', '211531.175000', '211531.635000', '211532.095000', '211532.555000', '211533.015000', '211533.475000', '211533.935000', '211534.395000', '211534.855000', '211535.315000', '211535.775000', '211536.235000', '211536.695000', '211537.155000', '211537.615000', '211538.075000', '211538.535000', '211538.995000', '211539.455000', '211539.915000', '211540.375000', '211540.835000', '211541.295000', '211541.755000', '211542.215000', '211542.675000', '211543.135000', '211543.595000', '211544.055000', '211544.515000', '211544.975000', '211545.435000', '211545.895000', '211546.355000', '211546.815000', '211547.275000', '211547.735000', '211548.195000', '211548.655000', '211549.115000', '211549.575000', '211550.035000', '211550.495000', '211550.955000', '211551.415000', '211551.875000', '211552.335000', '211552.795000', '211553.255000', '211553.715000', '211554.175000', '211554.635000', '211555.095000', '211555.555000', '211556.015000', '211556.475000', '211556.935000', '211557.395000', '211557.855000', '211558.315000', '211558.775000', '211559.235000', '211559.695000', '211600.155000', '211600.615000', '211601.075000', '211601.535000', '211601.995000', '211602.455000', '211602.915000', '211603.375000', '211603.835000', '211604.295000', '211604.755000', '211605.215000', '211605.675000', '211606.135000', '211606.595000', '211607.055000', '211607.515000', '211607.975000', '211608.435000', '211608.895000', '211609.355000', '211609.815000', '211610.275000', '211610.735000', '211611.195000', '211611.655000', '211612.115000', '211612.575000', '211613.035000', '211613.495000', '211613.955000', '211614.415000', '211614.875000', '211615.335000', '211615.795000', '211616.255000', '211616.715000', '211617.175000', '211617.635000', '211618.095000', '211618.555000', '211619.015000', '211619.475000', '211619.935000', '211620.395000', '211620.855000', '211621.315000', '211621.775000', '211622.235000', '211622.695000', '211623.155000', '211623.615000', '211624.075000', '211624.535000', '211624.995000', '211625.455000', '211625.915000', '211626.375000', '211626.835000', '211627.295000', '211627.755000', '211628.215000', '211628.675000', '211629.135000', '211629.595000', '211630.055000', '211630.515000', '211630.975000', '211631.435000', '211631.895000', '211632.355000', '211632.815000', '211633.275000', '211633.735000', '211634.195000', '211634.655000', '211635.115000', '211635.575000', '211636.035000', '211636.495000', '211636.955000', '211637.415000', '211637.875000', '211638.335000', '211638.795000', '211639.255000', '211639.715000', '211640.175000', '211640.635000', '211641.095000', '211641.555000', '211642.015000', '211642.475000', '211642.935000', '211643.395000', '211643.855000', '211644.315000', '211644.775000', '211645.235000', '211645.695000', '211646.155000', '211646.615000', '211647.075000', '211647.535000', '211647.995000', '211648.455000', '211648.915000', '211649.375000', '211649.835000', '211650.295000', '211650.755000', '211651.215000', '211651.675000', '211652.135000', '211652.595000', '211653.055000', '211653.515000', '211653.975000', '211654.435000', '211654.895000', '211655.355000', '211655.815000', '211656.275000', '211656.735000', '211657.195000', '211657.655000', '211658.115000', '211658.575000', '211659.035000', '211659.495000', '211659.955000', '211700.415000', '211700.875000', '211701.335000', '211701.795000', '211702.255000', '211702.715000', '211703.175000', '211703.635000', '211704.095000', '211704.555000', '211705.015000', '211705.475000', '211705.935000', '211706.395000', '211706.855000', '211707.315000', '211707.775000', '211708.235000', '211708.695000', '211709.155000', '211709.615000', '211710.075000', '211710.535000', '211710.995000', '211711.455000', '211711.915000', '211712.375000', '211712.835000', '211713.295000', '211713.755000', '211714.215000', '211714.675000', '211715.135000', '211715.595000', '211716.055000', '211716.515000', '211716.975000', '211717.435000', '211717.895000', '211718.355000', '211718.815000', '211719.275000', '211719.735000', '211720.195000', '211720.655000', '211721.115000', '211721.575000', '211722.035000', '211722.495000', '211722.955000', '211723.415000', '211723.875000', '211724.335000', '211724.795000', '211725.255000', '211725.715000', '211726.175000', '211726.635000', '211727.095000', '211727.555000', '211728.015000', '211728.475000', '211728.935000', '211729.395000', '211729.855000', '211730.315000', '211730.775000', '211731.235000', '211731.695000', '211732.155000', '211732.615000', '211733.075000', '211733.535000', '211733.995000', '211734.455000', '211734.915000', '211735.375000', '211735.835000', '211736.295000', '211736.755000', '211737.215000', '211737.675000', '211738.135000', '211738.595000', '211739.055000', '211739.515000', '211739.975000', '211740.435000', '211740.895000', '211741.355000', '211741.815000', '211742.275000', '211742.735000', '211743.195000', '211743.655000', '211744.115000', '211744.575000', '211745.035000', '211745.495000', '211745.955000', '211746.415000', '211746.875000', '211747.335000', '211747.795000', '211748.255000', '211748.715000', '211749.175000', '211749.635000', '211750.095000', '211750.555000', '211751.015000', '211751.475000', '211751.935000', '211752.395000', '211752.855000', '211753.315000', '211753.775000', '211754.235000', '211754.695000', '211755.155000', '211755.615000', '211756.075000', '211756.535000', '211756.995000', '211757.455000', '211757.915000', '211758.375000', '211758.835000', '211759.295000', '211759.755000', '211800.215000', '211800.675000', '211801.135000', '211801.595000', '211802.055000', '211802.515000', '211802.975000', '211803.435000', '211803.895000', '211804.355000', '211804.815000', '211805.275000', '211805.735000', '211806.195000', '211806.655000', '211807.115000', '211807.575000', '211808.035000', '211808.495000', '211808.955000', '211809.415000', '211809.875000', '211810.335000', '211810.795000', '211811.255000', '211811.715000', '211812.175000', '211812.635000', '211813.095000', '211813.555000', '211814.015000', '211814.475000', '211814.935000', '211815.395000', '211815.855000', '211816.315000', '211816.775000', '211817.235000', '211817.695000', '211818.155000', '211818.615000', '211819.075000', '211819.535000', '211819.995000', '211820.455000', '211820.915000', '211821.375000', '211821.835000', '211822.295000', '211822.755000', '211823.215000', '211823.675000', '211824.135000', '211824.595000', '211825.055000', '211825.515000', '211825.975000', '211826.435000', '211826.895000', '211827.355000', '211827.815000', '211828.275000', '211828.735000', '211829.195000', '211829.655000', '211830.115000', '211830.575000', '211831.035000', '211831.495000', '211831.955000', '211832.415000', '211832.875000', '211833.335000', '211833.795000', '211834.255000', '211834.715000', '211835.175000', '211835.635000', '211836.095000', '211836.555000', '211837.015000', '211837.475000', '211837.935000', '211838.395000', '211838.855000', '211839.315000', '211839.775000', '211840.235000', '211840.695000', '211841.155000', '211841.615000', '211842.075000', '211842.535000', '211842.995000', '211843.455000', '211843.915000', '211844.375000', '211844.835000', '211845.295000', '211845.755000', '211846.215000', '211846.675000', '211847.135000', '211847.595000', '211848.055000', '211848.515000', '211848.975000', '211849.435000', '211849.895000', '211850.355000', '211850.815000', '211851.275000', '211851.735000', '211852.195000', '211852.655000', '211853.115000', '211853.575000', '211854.035000', '211854.495000', '211854.955000', '211855.415000', '211855.875000', '211856.335000', '211856.795000', '211857.255000', '211857.715000', '211858.175000', '211858.635000', '211859.095000', '211859.555000', '211900.015000', '211900.475000', '211900.935000', '211901.395000', '211901.855000', '211902.315000', '211902.775000', '211903.235000', '211903.695000', '211904.155000', '211904.615000', '211905.075000', '211905.535000', '211905.995000', '211906.455000', '211906.915000', '211907.375000', '211907.835000', '211908.295000', '211908.755000', '211909.215000', '211909.675000', '211910.135000', '211910.595000', '211911.055000', '211911.515000', '211911.975000', '211912.435000', '211912.895000', '211913.355000', '211913.815000', '211914.275000', '211914.735000', '211915.195000', '211915.655000', '211916.115000', '211916.575000', '211917.035000', '211917.495000', '211917.955000', '211918.415000', '211918.875000', '211919.335000', '211919.795000', '211920.255000', '211920.715000', '211921.175000', '211921.635000', '211922.095000', '211922.555000', '211923.015000', '211923.475000', '211923.935000', '211924.395000', '211924.855000', '211925.315000', '211925.775000', '211926.235000', '211926.695000', '211927.155000', '211927.615000', '211928.075000', '211928.535000', '211928.995000', '211929.455000', '211929.915000', '211930.375000', '211930.835000', '211931.295000', '211931.755000', '211932.215000', '211932.675000', '211933.135000', '211933.595000', '211934.055000', '211934.515000', '211934.975000', '211935.435000', '211935.895000', '211936.355000', '211936.815000', '211937.275000', '211937.735000', '211938.195000', '211938.655000', '211939.115000', '211939.575000', '211940.035000', '211940.495000', '211940.955000', '211941.415000', '211941.875000', '211942.335000', '211942.795000', '211943.255000', '211943.715000', '211944.175000', '211944.635000', '211945.095000', '211945.555000', '211946.015000', '211946.475000', '211946.935000', '211947.395000', '211947.855000', '211948.315000', '211948.775000', '211949.235000', '211949.695000', '211950.155000', '211950.615000', '211951.075000', '211951.535000', '211951.995000', '211952.455000', '211952.915000', '211953.375000', '211953.835000', '211954.295000', '211954.755000', '211955.215000', '211955.675000', '211956.135000', '211956.595000', '211957.055000', '211957.515000', '211957.975000', '211958.435000', '211958.895000', '211959.355000', '211959.815000', '212000.275000', '212000.735000', '212001.195000', '212001.655000', '212002.115000', '212002.575000', '212003.035000', '212003.495000', '212003.955000', '212004.415000', '212004.875000', '212005.335000', '212005.795000', '212006.255000', '212006.715000', '212007.175000', '212007.635000', '212008.095000', '212008.555000', '212009.015000', '212009.475000', '212009.935000', '212010.395000', '212010.855000', '212011.315000', '212011.775000', '212012.235000', '212012.695000', '212013.155000', '212013.615000', '212014.075000', '212014.535000', '212014.995000', '212015.455000', '212015.915000', '212016.375000', '212016.835000', '212017.295000', '212017.755000', '212018.215000', '212018.675000', '212019.135000', '212019.595000', '212020.055000', '212020.515000', '212020.975000', '212021.435000', '212021.895000', '212022.355000', '212022.815000', '212023.275000', '212023.735000', '212024.195000', '212024.655000', '212025.115000', '212025.575000', '212026.035000', '212026.495000', '212026.955000', '212027.415000', '212027.875000', '212028.335000', '212028.795000', '212029.255000', '212029.715000', '212030.175000', '212030.635000', '212031.095000', '212031.555000', '212032.015000', '212032.475000', '212032.935000', '212033.395000', '212033.855000', '212034.315000', '212034.775000', '212035.235000', '212035.695000', '212036.155000', '212036.615000', '212037.075000', '212037.535000', '212037.995000', '212038.455000', '212038.915000', '212039.375000', '212039.835000', '212040.295000', '212040.755000', '212041.215000', '212041.675000', '212042.135000', '212042.595000', '212043.055000', '212043.515000', '212043.975000', '212044.435000', '212044.895000', '212045.355000', '212045.815000', '212046.275000', '212046.735000', '212047.195000', '212047.655000', '212048.115000', '212048.575000', '212049.035000', '212049.495000', '212049.955000', '212050.415000', '212050.875000', '212051.335000', '212051.795000', '212052.255000', '212052.715000', '212053.175000', '212053.635000', '212054.095000', '212054.555000', '212055.015000', '212055.475000', '212055.935000', '212056.395000', '212056.855000', '212057.315000', '212057.775000', '212058.235000', '212058.695000', '212059.155000', '212059.615000', '212100.075000', '212100.535000', '212100.995000', '212101.455000', '212101.915000', '212102.375000', '212102.835000', '212103.295000', '212103.755000', '212104.215000', '212104.675000', '212105.135000', '212105.595000', '212106.055000', '212106.515000', '212106.975000', '212107.435000', '212107.895000', '212108.355000', '212108.815000', '212109.275000', '212109.735000', '212110.195000', '212110.655000', '212111.115000', '212111.575000', '212112.035000', '212112.495000', '212112.955000', '212113.415000', '212113.875000', '212114.335000', '212114.795000', '212115.255000', '212115.715000', '212116.175000', '212116.635000', '212117.095000', '212117.555000', '212118.015000', '212118.475000', '212118.935000', '212119.395000', '212119.855000', '212120.315000', '212120.775000', '212121.235000', '212121.695000', '212122.155000', '212122.615000', '212123.075000', '212123.535000', '212123.995000', '212124.455000', '212124.915000', '212125.375000', '212125.835000', '212126.295000', '212126.755000', '212127.215000', '212127.675000', '212128.135000', '212128.595000', '212129.055000', '212129.515000', '212129.975000', '212130.435000', '212130.895000', '212131.355000', '212131.815000', '212132.275000', '212132.735000', '212133.195000', '212133.655000', '212134.115000', '212134.575000', '212135.035000', '212135.495000', '212135.955000', '212136.415000', '212136.875000', '212137.335000', '212137.795000', '212138.255000', '212138.715000', '212139.175000', '212139.635000', '212140.095000', '212140.555000', '212141.015000', '212141.475000', '212141.935000', '212142.395000', '212142.855000', '212143.315000', '212143.775000', '212144.235000', '212144.695000', '212145.155000', '212145.615000', '212146.075000', '212146.535000', '212146.995000', '212147.455000', '212147.915000', '212148.375000', '212148.835000', '212149.295000', '212149.755000', '212150.215000', '212150.675000', '212151.135000', '212151.595000', '212152.055000', '212152.515000', '212152.975000', '212153.435000', '212153.895000', '212154.355000', '212154.815000', '212155.275000', '212155.735000', '212156.195000', '212156.655000', '212157.115000', '212157.575000', '212158.035000', '212158.495000', '212158.955000', '212159.415000', '212159.875000', '212200.335000', '212200.795000', '212201.255000', '212201.715000', '212202.175000', '212202.635000', '212203.095000', '212203.555000', '212204.015000', '212204.475000', '212204.935000', '212205.395000', '212205.855000', '212206.315000', '212206.775000', '212207.235000', '212207.695000', '212208.155000', '212208.615000', '212209.075000', '212209.535000', '212209.995000', '212210.455000', '212210.915000', '212211.375000', '212211.835000', '212212.295000', '212212.755000', '212213.215000', '212213.675000', '212214.135000', '212214.595000', '212215.055000', '212215.515000', '212215.975000', '212216.435000', '212216.895000', '212217.355000', '212217.815000', '212218.275000', '212218.735000', '212219.195000', '212219.655000', '212220.115000', '212220.575000', '212221.035000', '212221.495000', '212221.955000', '212222.415000', '212222.875000', '212223.335000', '212223.795000', '212224.255000', '212224.715000', '212225.175000', '212225.635000', '212226.095000', '212226.555000', '212227.015000', '212227.475000', '212227.935000', '212228.395000', '212228.855000', '212229.315000', '212229.775000', '212230.235000', '212230.695000', '212231.155000', '212231.615000', '212232.075000', '212232.535000', '212232.995000', '212233.455000', '212233.915000', '212234.375000', '212234.835000', '212235.295000', '212235.755000', '212236.215000', '212236.675000', '212237.135000', '212237.595000', '212238.055000', '212238.515000', '212238.975000', '212239.435000', '212239.895000', '212240.355000', '212240.815000', '212241.275000', '212241.735000', '212242.195000', '212242.655000', '212243.115000', '212243.575000', '212244.035000', '212244.495000', '212244.955000', '212245.415000', '212245.875000', '212246.335000', '212246.795000', '212247.255000', '212247.715000', '212248.175000', '212248.635000', '212249.095000', '212249.555000', '212250.015000', '212250.475000', '212250.935000', '212251.395000', '212251.855000', '212252.315000', '212252.775000', '212253.235000', '212253.695000', '212254.155000', '212254.615000', '212255.075000', '212255.535000', '212255.995000', '212256.455000', '212256.915000', '212257.375000', '212257.835000', '212258.295000', '212258.755000', '212259.215000', '212259.675000', '212300.135000', '212300.595000', '212301.055000', '212301.515000', '212301.975000', '212302.435000', '212302.895000', '212303.355000', '212303.815000', '212304.275000', '212304.735000', '212305.195000', '212305.655000', '212306.115000', '212306.575000', '212307.035000', '212307.495000', '212307.955000', '212308.415000', '212308.875000', '212309.335000', '212309.795000', '212310.255000', '212310.715000', '212311.175000', '212311.635000', '212312.095000', '212312.555000', '212313.015000', '212313.475000', '212313.935000', '212314.395000', '212314.855000', '212315.315000', '212315.775000', '212316.235000', '212316.695000', '212317.155000', '212317.615000', '212318.075000', '212318.535000', '212318.995000', '212319.455000', '212319.915000', '212320.375000', '212320.835000', '212321.295000', '212321.755000', '212322.215000', '212322.675000', '212323.135000', '212323.595000', '212324.055000', '212324.515000', '212324.975000', '212325.435000', '212325.895000', '212326.355000', '212326.815000', '212327.275000', '212327.735000', '212328.195000', '212328.655000', '212329.115000', '212329.575000', '212330.035000', '212330.495000', '212330.955000', '212331.415000', '212331.875000', '212332.335000', '212332.795000', '212333.255000', '212333.715000', '212334.175000', '212334.635000', '212335.095000', '212335.555000', '212336.015000', '212336.475000', '212336.935000', '212337.395000', '212337.855000', '212338.315000', '212338.775000', '212339.235000', '212339.695000', '212340.155000', '212340.615000', '212341.075000', '212341.535000', '212341.995000', '212342.455000', '212342.915000', '212343.375000', '212343.835000', '212344.295000', '212344.755000', '212345.215000', '212345.675000', '212346.135000', '212346.595000', '212347.055000', '212347.515000', '212347.975000', '212348.435000', '212348.895000', '212349.355000', '212349.815000', '212350.275000', '212350.735000', '212351.195000', '212351.655000', '212352.115000', '212352.575000', '212353.035000', '212353.495000', '212353.955000', '212354.415000', '212354.875000', '212355.335000', '212355.795000', '212356.255000', '212356.715000', '212357.175000', '212357.635000', '212358.095000', '212358.555000', '212359.015000', '212359.475000', '212359.935000', '212400.395000', '212400.855000', '212401.315000', '212401.775000', '212402.235000', '212402.695000', '212403.155000', '212403.615000', '212404.075000', '212404.535000', '212404.995000', '212405.455000', '212405.915000', '212406.375000', '212406.835000', '212407.295000', '212407.755000', '212408.215000', '212408.675000', '212409.135000', '212409.595000', '212410.055000', '212410.515000', '212410.975000', '212411.435000', '212411.895000', '212412.355000', '212412.815000', '212413.275000', '212413.735000', '212414.195000', '212414.655000', '212415.115000', '212415.575000', '212416.035000', '212416.495000', '212416.955000', '212417.415000', '212417.875000', '212418.335000', '212418.795000', '212419.255000', '212419.715000', '212420.175000', '212420.635000', '212421.095000', '212421.555000', '212422.015000', '212422.475000', '212422.935000', '212423.395000', '212423.855000', '212424.315000', '212424.775000', '212425.235000', '212425.695000', '212426.155000', '212426.615000', '212427.075000', '212427.535000', '212427.995000', '212428.455000', '212428.915000', '212429.375000', '212429.835000', '212430.295000', '212430.755000', '212431.215000', '212431.675000', '212432.135000', '212432.595000', '212433.055000', '212433.515000', '212433.975000', '212434.435000', '212434.895000', '212435.355000', '212435.815000', '212436.275000', '212436.735000', '212437.195000', '212437.655000', '212438.115000', '212438.575000', '212439.035000', '212439.495000', '212439.955000', '212440.415000', '212440.875000', '212441.335000', '212441.795000', '212442.255000', '212442.715000', '212443.175000', '212443.635000', '212444.095000', '212444.555000', '212445.015000', '212445.475000', '212445.935000', '212446.395000', '212446.855000', '212447.315000', '212447.775000', '212448.235000', '212448.695000', '212449.155000', '212449.615000', '212450.075000', '212450.535000', '212450.995000', '212451.455000', '212451.915000', '212452.375000', '212452.835000', '212453.295000', '212453.755000', '212454.215000', '212454.675000', '212455.135000', '212455.595000', '212456.055000', '212456.515000', '212456.975000', '212457.435000', '212457.895000', '212458.355000', '212458.815000', '212459.275000', '212459.735000', '212500.195000', '212500.655000', '212501.115000', '212501.575000', '212502.035000', '212502.495000', '212502.955000', '212503.415000', '212503.875000', '212504.335000', '212504.795000', '212505.255000', '212505.715000', '212506.175000', '212506.635000', '212507.095000', '212507.555000', '212508.015000', '212508.475000', '212508.935000', '212509.395000', '212509.855000', '212510.315000', '212510.775000', '212511.235000', '212511.695000', '212512.155000', '212512.615000', '212513.075000', '212513.535000', '212513.995000', '212514.455000', '212514.915000', '212515.375000', '212515.835000', '212516.295000', '212516.755000', '212517.215000', '212517.675000', '212518.135000', '212518.595000', '212519.055000', '212519.515000', '212519.975000', '212520.435000', '212520.895000', '212521.355000', '212521.815000', '212522.275000', '212522.735000', '212523.195000', '212523.655000', '212524.115000', '212524.575000', '212525.035000', '212525.495000', '212525.955000', '212526.415000', '212526.875000', '212527.335000', '212527.795000', '212528.255000', '212528.715000', '212529.175000', '212529.635000', '212530.095000', '212530.555000', '212531.015000', '212531.475000', '212531.935000', '212532.395000', '212532.855000', '212533.315000', '212533.775000', '212534.235000', '212534.695000', '212535.155000', '212535.615000', '212536.075000', '212536.535000', '212536.995000', '212537.455000', '212537.915000', '212538.375000', '212538.835000', '212539.295000', '212539.755000', '212540.215000', '212540.675000', '212541.135000', '212541.595000', '212542.055000', '212542.515000', '212542.975000', '212543.435000', '212543.895000', '212544.355000', '212544.815000', '212545.275000', '212545.735000', '212546.195000', '212546.655000', '212547.115000', '212547.575000', '212548.035000', '212548.495000', '212548.955000', '212549.415000', '212549.875000', '212550.335000', '212550.795000', '212551.255000', '212551.715000', '212552.175000', '212552.635000', '212553.095000', '212553.555000', '212554.015000', '212554.475000', '212554.935000', '212555.395000', '212555.855000', '212556.315000', '212556.775000', '212557.235000', '212557.695000', '212558.155000', '212558.615000', '212559.075000', '212559.535000', '212559.995000', '212600.455000', '212600.915000', '212601.375000', '212601.835000', '212602.295000', '212602.755000', '212603.215000', '212603.675000', '212604.135000', '212604.595000', '212605.055000', '212605.515000', '212605.975000', '212606.435000', '212606.895000', '212607.355000', '212607.815000', '212608.275000', '212608.735000', '212609.195000', '212609.655000', '212610.115000', '212610.575000', '212611.035000', '212611.495000', '212611.955000', '212612.415000', '212612.875000', '212613.335000', '212613.795000', '212614.255000', '212614.715000', '212615.175000', '212615.635000', '212616.095000', '212616.555000', '212617.015000', '212617.475000', '212617.935000', '212618.395000', '212618.855000', '212619.315000', '212619.775000', '212620.235000', '212620.695000', '212621.155000', '212621.615000', '212622.075000', '212622.535000', '212622.995000', '212623.455000', '212623.915000', '212624.375000', '212624.835000', '212625.295000', '212625.755000', '212626.215000', '212626.675000', '212627.135000', '212627.595000', '212628.055000', '212628.515000', '212628.975000', '212629.435000', '212629.895000', '212630.355000', '212630.815000', '212631.275000', '212631.735000', '212632.195000', '212632.655000', '212633.115000', '212633.575000', '212634.035000', '212634.495000', '212634.955000', '212635.415000', '212635.875000', '212636.335000', '212636.795000', '212637.255000', '212637.715000', '212638.175000', '212638.635000', '212639.095000', '212639.555000', '212640.015000', '212640.475000', '212640.935000', '212641.395000', '212641.855000', '212642.315000', '212642.775000', '212643.235000', '212643.695000', '212644.155000', '212644.615000', '212645.075000', '212645.535000', '212645.995000', '212646.455000', '212646.915000', '212647.375000', '212647.835000', '212648.295000', '212648.755000', '212649.215000', '212649.675000', '212650.135000', '212650.595000', '212651.055000', '212651.515000', '212651.975000', '212652.435000', '212652.895000', '212653.355000', '212653.815000', '212654.275000', '212654.735000', '212655.195000', '212655.655000', '212656.115000', '212656.575000', '212657.035000', '212657.495000', '212657.955000', '212658.415000', '212658.875000', '212659.335000', '212659.795000', '212700.255000', '212700.715000', '212701.175000', '212701.635000', '212702.095000', '212702.555000', '212703.015000', '212703.475000', '212703.935000', '212704.395000', '212704.855000', '212705.315000', '212705.775000', '212706.235000', '212706.695000', '212707.155000', '212707.615000', '212708.075000', '212708.535000', '212708.995000', '212709.455000', '212709.915000', '212710.375000', '212710.835000', '212711.295000', '212711.755000', '212712.215000', '212712.675000', '212713.135000', '212713.595000', '212714.055000', '212714.515000', '212714.975000', '212715.435000', '212715.895000', '212716.355000', '212716.815000', '212717.275000', '212717.735000', '212718.195000', '212718.655000', '212719.115000', '212719.575000', '212720.035000', '212720.495000', '212720.955000', '212721.415000', '212721.875000', '212722.335000', '212722.795000', '212723.255000', '212723.715000', '212724.175000', '212724.635000', '212725.095000', '212725.555000', '212726.015000', '212726.475000', '212726.935000', '212727.395000', '212727.855000', '212728.315000', '212728.775000', '212729.235000', '212729.695000', '212730.155000', '212730.615000', '212731.075000', '212731.535000', '212731.995000', '212732.455000', '212732.915000', '212733.375000', '212733.835000', '212734.295000', '212734.755000', '212735.215000', '212735.675000', '212736.135000', '212736.595000', '212737.055000', '212737.515000', '212737.975000', '212738.435000', '212738.895000', '212739.355000', '212739.815000', '212740.275000', '212740.735000', '212741.195000', '212741.655000', '212742.115000', '212742.575000', '212743.035000', '212743.495000', '212743.955000', '212744.415000', '212744.875000', '212745.335000', '212745.795000', '212746.255000', '212746.715000', '212747.175000', '212747.635000', '212748.095000', '212748.555000', '212749.015000', '212749.475000', '212749.935000', '212750.395000', '212750.855000', '212751.315000', '212751.775000', '212752.235000', '212752.695000', '212753.155000', '212753.615000', '212754.075000', '212754.535000', '212754.995000', '212755.455000', '212755.915000', '212756.375000', '212756.835000', '212757.295000', '212757.755000', '212758.215000', '212758.675000', '212759.135000', '212759.595000', '212800.055000', '212800.515000', '212800.975000', '212801.435000', '212801.895000', '212802.355000', '212802.815000', '212803.275000', '212803.735000', '212804.195000', '212804.655000', '212805.115000', '212805.575000', '212806.035000', '212806.495000', '212806.955000', '212807.415000', '212807.875000', '212808.335000', '212808.795000', '212809.255000', '212809.715000', '212810.175000', '212810.635000', '212811.095000', '212811.555000', '212812.015000', '212812.475000', '212812.935000', '212813.395000', '212813.855000', '212814.315000', '212814.775000', '212815.235000'], 'ContentTime': ['211428.732000', '211428.735000', '211428.738000', '211428.740000', '211428.743000', '211428.746000', '211428.749000', '211428.751000', '211428.754000', '211428.756000', '211428.759000', '211428.761000', '211428.764000', '211428.767000', '211428.776000', '211428.779000', '211428.782000', '211428.784000', '211428.787000', '211428.789000', '211428.792000', '211428.795000', '211428.797000', '211428.800000', '211428.803000', '211428.805000', '211428.808000', '211428.810000', '211428.822000', '211428.825000', '211428.827000', '211428.830000', '211428.832000', '211428.835000', '211428.838000', '211428.840000', '211428.843000', '211428.846000', '211428.848000', '211428.851000', '211428.854000', '211428.867000', '211428.870000', '211428.873000', '211428.875000', '211428.878000', '211428.880000', '211428.883000', '211428.885000', '211428.888000', '211428.890000', '211428.893000', '211428.896000', '211428.898000', '211428.901000', '211428.907000', '211428.909000', '211428.912000', '211428.914000', '211448.663000', '211448.666000', '211448.669000', '211448.672000', '211448.675000', '211448.677000', '211448.680000', '211448.683000', '211448.685000', '211448.688000', '211448.690000', '211448.693000', '211448.696000', '211448.698000', '211448.701000', '211448.704000', '211448.706000', '211448.709000', '211448.711000', '211448.714000', '211448.717000', '211448.719000', '211448.722000', '211448.724000', '211448.727000', '211448.730000', '211448.732000', '211448.735000', '211448.737000', '211448.740000', '211448.742000', '211448.745000', '211448.748000', '211448.750000', '211448.753000', '211448.755000', '211448.758000', '211448.760000', '211448.763000', '211448.765000', '211448.768000', '211448.771000', '211448.773000', '211448.776000', '211508.663000', '211508.665000', '211508.668000', '211508.670000', '211508.673000', '211508.676000', '211508.678000', '211508.681000', '211508.683000', '211508.686000', '211508.688000', '211508.691000', '211508.694000', '211508.702000', '211508.705000', '211508.707000', '211508.710000', '211508.712000', '211508.715000', '211508.717000', '211508.720000', '211508.723000', '211508.726000', '211508.728000', '211508.731000', '211508.733000', '211508.736000', '211508.739000', '211508.741000', '211508.744000', '211508.746000', '211508.749000', '211508.752000', '211508.754000', '211508.757000', '211508.759000', '211508.762000', '211508.764000', '211508.767000', '211508.770000', '211508.772000', '211508.775000', '211508.777000', '211528.662000', '211528.665000', '211528.668000', '211528.670000', '211528.673000', '211528.675000', '211528.678000', '211528.681000', '211528.683000', '211528.686000', '211528.712000', '211528.715000', '211528.717000', '211528.720000', '211528.723000', '211528.725000', '211528.728000', '211528.730000', '211528.733000', '211528.736000', '211528.738000', '211528.741000', '211528.743000', '211528.746000', '211528.749000', '211528.751000', '211528.754000', '211528.756000', '211528.759000', '211528.761000', '211528.764000', '211528.767000', '211528.769000', '211528.772000', '211528.774000', '211528.777000', '211528.780000', '211528.782000', '211528.785000', '211528.788000', '211528.790000', '211528.793000', '211528.795000', '211528.798000', '211548.662000', '211548.665000', '211548.668000', '211548.670000', '211548.673000', '211548.676000', '211548.678000', '211548.681000', '211548.683000', '211548.686000', '211548.689000', '211548.691000', '211548.694000', '211548.697000', '211548.699000', '211548.702000', '211548.704000', '211548.707000', '211548.710000', '211548.712000', '211548.715000', '211548.751000', '211548.754000', '211548.756000', '211548.759000', '211548.761000', '211548.764000', '211548.767000', '211548.769000', '211548.772000', '211548.775000', '211548.777000', '211548.780000', '211548.783000', '211548.787000', '211548.789000', '211548.792000', '211548.795000', '211548.797000', '211548.824000', '211548.827000', '211548.829000', '211548.832000', '211608.663000', '211608.665000', '211608.668000', '211608.671000', '211608.673000', '211608.676000', '211608.678000', '211608.681000', '211608.683000', '211608.686000', '211608.689000', '211608.691000', '211608.694000', '211608.696000', '211608.699000', '211608.702000', '211608.704000', '211608.707000', '211608.709000', '211608.712000', '211608.715000', '211608.717000', '211608.720000', '211608.722000', '211608.725000', '211608.727000', '211608.730000', '211608.733000', '211608.735000', '211608.738000', '211608.740000', '211608.743000', '211608.746000', '211608.748000', '211608.751000', '211608.753000', '211608.756000', '211608.759000', '211608.761000', '211608.764000', '211608.766000', '211608.769000', '211608.772000', '211608.774000', '211628.662000', '211628.665000', '211628.675000', '211628.678000', '211628.680000', '211628.683000', '211628.686000', '211628.688000', '211628.691000', '211628.693000', '211628.696000', '211628.698000', '211628.701000', '211628.704000', '211628.706000', '211628.709000', '211628.712000', '211628.714000', '211628.717000', '211628.719000', '211628.722000', '211628.725000', '211628.727000', '211628.730000', '211628.732000', '211628.735000', '211628.738000', '211628.740000', '211628.743000', '211628.745000', '211628.748000', '211628.751000', '211628.753000', '211628.756000', '211628.759000', '211628.761000', '211628.764000', '211628.766000', '211628.769000', '211628.771000', '211628.774000', '211628.777000', '211628.779000', '211648.664000', '211648.666000', '211648.669000', '211648.672000', '211648.674000', '211648.677000', '211648.679000', '211648.682000', '211648.685000', '211648.687000', '211648.690000', '211648.692000', '211648.695000', '211648.697000', '211648.704000', '211648.707000', '211648.709000', '211648.712000', '211648.714000', '211648.717000', '211648.720000', '211648.722000', '211648.725000', '211648.727000', '211648.730000', '211648.733000', '211648.735000', '211648.738000', '211648.740000', '211648.743000', '211648.745000', '211648.748000', '211648.751000', '211648.753000', '211648.756000', '211648.759000', '211648.761000', '211648.764000', '211648.766000', '211648.769000', '211648.771000', '211648.774000', '211648.777000', '211648.779000', '211708.664000', '211708.666000', '211708.669000', '211708.672000', '211708.674000', '211708.677000', '211708.680000', '211708.682000', '211708.685000', '211708.688000', '211708.690000', '211708.693000', '211708.696000', '211708.698000', '211708.701000', '211708.703000', '211708.706000', '211708.709000', '211708.711000', '211708.714000', '211708.716000', '211708.719000', '211708.722000', '211708.724000', '211708.727000', '211708.729000', '211708.732000', '211708.735000', '211708.737000', '211708.740000', '211708.742000', '211708.745000', '211708.748000', '211708.750000', '211708.753000', '211708.756000', '211708.758000', '211708.761000', '211708.763000', '211708.766000', '211708.769000', '211708.771000', '211708.774000', '211728.663000', '211728.665000', '211728.668000', '211728.671000', '211728.673000', '211728.676000', '211728.678000', '211728.681000', '211728.684000', '211728.686000', '211728.689000', '211728.691000', '211728.694000', '211728.696000', '211728.699000', '211728.702000', '211728.704000', '211728.707000', '211728.722000', '211728.724000', '211728.727000', '211728.730000', '211728.732000', '211728.735000', '211728.737000', '211728.740000', '211728.743000', '211728.745000', '211728.748000', '211728.750000', '211728.753000', '211728.764000', '211728.767000', '211728.770000', '211728.772000', '211728.775000', '211728.777000', '211728.780000', '211728.783000', '211728.785000', '211728.788000', '211728.790000', '211728.793000', '211728.796000', '211748.663000', '211748.666000', '211748.668000', '211748.671000', '211748.673000', '211748.676000', '211748.678000', '211748.681000', '211748.684000', '211748.686000', '211748.689000', '211748.691000', '211748.694000', '211748.696000', '211748.699000', '211748.702000', '211748.704000', '211748.707000', '211748.710000', '211748.712000', '211748.715000', '211748.717000', '211748.720000', '211748.723000', '211748.725000', '211748.728000', '211748.730000', '211748.733000', '211748.735000', '211748.738000', '211748.741000', '211748.743000', '211748.746000', '211748.748000', '211748.751000', '211748.754000', '211748.756000', '211748.759000', '211748.761000', '211748.764000', '211748.767000', '211748.769000', '211748.772000', '211808.663000', '211808.665000', '211808.668000', '211808.671000', '211808.673000', '211808.676000', '211808.679000', '211808.681000', '211808.684000', '211808.687000', '211808.689000', '211808.692000', '211808.695000', '211808.697000', '211808.700000', '211808.702000', '211808.705000', '211808.708000', '211808.711000', '211808.713000', '211808.716000', '211808.718000', '211808.721000', '211808.723000', '211808.726000', '211808.729000', '211808.731000', '211808.734000', '211808.737000', '211808.739000', '211808.742000', '211808.744000', '211808.747000', '211808.750000', '211808.752000', '211808.755000', '211808.757000', '211808.760000', '211808.762000', '211808.765000', '211808.768000', '211808.770000', '211808.773000', '211808.775000', '211828.663000', '211828.665000', '211828.668000', '211828.671000', '211828.673000', '211828.676000', '211828.678000', '211828.681000', '211828.684000', '211828.686000', '211828.689000', '211828.691000', '211828.694000', '211828.696000', '211828.699000', '211828.702000', '211828.704000', '211828.707000', '211828.710000', '211828.712000', '211828.715000', '211828.717000', '211828.720000', '211828.722000', '211828.725000', '211828.728000', '211828.730000', '211828.733000', '211828.735000', '211828.738000', '211828.740000', '211828.743000', '211828.746000', '211828.748000', '211828.751000', '211828.753000', '211828.756000', '211828.759000', '211828.761000', '211828.764000', '211828.766000', '211828.769000', '211828.771000', '211848.663000', '211848.666000', '211848.668000', '211848.671000', '211848.673000', '211848.676000', '211848.678000', '211848.681000', '211848.684000', '211848.686000', '211848.689000', '211848.691000', '211848.694000', '211848.696000', '211848.699000', '211848.702000', '211848.704000', '211848.707000', '211848.709000', '211848.712000', '211848.715000', '211848.717000', '211848.720000', '211848.722000', '211848.725000', '211848.728000', '211848.730000', '211848.733000', '211848.735000', '211848.738000', '211848.741000', '211848.743000', '211848.746000', '211848.748000', '211848.751000', '211848.754000', '211848.756000', '211848.759000', '211848.761000', '211848.764000', '211848.766000', '211848.769000', '211848.786000', '211848.788000', '211908.664000', '211908.666000', '211908.669000', '211908.672000', '211908.674000', '211908.677000', '211908.679000', '211908.682000', '211908.684000', '211908.687000', '211908.690000', '211908.692000', '211908.695000', '211908.698000', '211908.700000', '211908.703000', '211908.705000', '211908.708000', '211908.711000', '211908.713000', '211908.716000', '211908.718000', '211908.721000', '211908.724000', '211908.726000', '211908.729000', '211908.731000', '211908.734000', '211908.737000', '211908.739000', '211908.742000', '211908.745000', '211908.747000', '211908.750000', '211908.752000', '211908.755000', '211908.758000', '211908.760000', '211908.763000', '211908.765000', '211908.768000', '211908.771000', '211908.773000', '211928.664000', '211928.667000', '211928.670000', '211928.672000', '211928.675000', '211928.677000', '211928.680000', '211928.683000', '211928.685000', '211928.688000', '211928.690000', '211928.693000', '211928.696000', '211928.698000', '211928.701000', '211928.703000', '211928.706000', '211928.709000', '211928.711000', '211928.714000', '211928.717000', '211928.719000', '211928.722000', '211928.725000', '211928.727000', '211928.730000', '211928.733000', '211928.736000', '211928.739000', '211928.742000', '211928.746000', '211928.749000', '211928.752000', '211928.754000', '211928.757000', '211928.760000', '211928.762000', '211928.765000', '211928.767000', '211928.770000', '211928.773000', '211928.775000', '211928.778000', '211948.662000', '211948.665000', '211948.668000', '211948.670000', '211948.673000', '211948.676000', '211948.678000', '211948.681000', '211948.684000', '211948.686000', '211948.689000', '211948.691000', '211948.694000', '211948.696000', '211948.699000', '211948.702000', '211948.704000', '211948.707000', '211948.709000', '211948.712000', '211948.714000', '211948.717000', '211948.720000', '211948.722000', '211948.725000', '211948.727000', '211948.730000', '211948.733000', '211948.735000', '211948.738000', '211948.740000', '211948.743000', '211948.746000', '211948.748000', '211948.751000', '211948.753000', '211948.756000', '211948.758000', '211948.761000', '211948.764000', '211948.766000', '211948.769000', '211948.772000', '211948.774000', '212008.663000', '212008.666000', '212008.668000', '212008.671000', '212008.673000', '212008.676000', '212008.679000', '212008.681000', '212008.684000', '212008.686000', '212008.689000', '212008.692000', '212008.694000', '212008.697000', '212008.699000', '212008.702000', '212008.705000', '212008.707000', '212008.710000', '212008.713000', '212008.716000', '212008.719000', '212008.721000', '212008.724000', '212008.727000', '212008.730000', '212008.732000', '212008.735000', '212008.737000', '212008.740000', '212008.743000', '212008.746000', '212008.748000', '212008.751000', '212008.754000', '212008.756000', '212008.759000', '212008.762000', '212008.764000', '212008.767000', '212008.770000', '212008.772000', '212008.775000', '212028.663000', '212028.665000', '212028.668000', '212028.670000', '212028.673000', '212028.676000', '212028.678000', '212028.681000', '212028.684000', '212028.686000', '212028.689000', '212028.692000', '212028.694000', '212028.697000', '212028.699000', '212028.702000', '212028.705000', '212028.707000', '212028.710000', '212028.712000', '212028.715000', '212028.718000', '212028.720000', '212028.723000', '212028.725000', '212028.728000', '212028.731000', '212028.733000', '212028.736000', '212028.738000', '212028.741000', '212028.744000', '212028.746000', '212028.749000', '212028.751000', '212028.754000', '212028.757000', '212028.759000', '212028.762000', '212028.764000', '212028.767000', '212028.770000', '212028.772000', '212028.775000', '212048.663000', '212048.665000', '212048.668000', '212048.671000', '212048.673000', '212048.676000', '212048.678000', '212048.681000', '212048.683000', '212048.686000', '212048.689000', '212048.691000', '212048.694000', '212048.696000', '212048.699000', '212048.704000', '212048.706000', '212048.709000', '212048.711000', '212048.714000', '212048.717000', '212048.719000', '212048.722000', '212048.724000', '212048.727000', '212048.730000', '212048.732000', '212048.735000', '212048.737000', '212048.740000', '212048.743000', '212048.745000', '212048.748000', '212048.750000', '212048.753000', '212048.756000', '212048.758000', '212048.761000', '212048.764000', '212048.766000', '212048.769000', '212048.771000', '212048.774000', '212108.663000', '212108.665000', '212108.668000', '212108.672000', '212108.674000', '212108.677000', '212108.680000', '212108.682000', '212108.685000', '212108.687000', '212108.690000', '212108.693000', '212108.695000', '212108.698000', '212108.700000', '212108.703000', '212108.706000', '212108.708000', '212108.711000', '212108.713000', '212108.716000', '212108.719000', '212108.721000', '212108.724000', '212108.726000', '212108.729000', '212108.731000', '212108.734000', '212108.737000', '212108.739000', '212108.742000', '212108.745000', '212108.747000', '212108.750000', '212108.752000', '212108.755000', '212108.758000', '212108.760000', '212108.763000', '212108.765000', '212108.768000', '212108.771000', '212108.773000', '212108.776000', '212128.664000', '212128.667000', '212128.669000', '212128.672000', '212128.674000', '212128.677000', '212128.680000', '212128.682000', '212128.685000', '212128.688000', '212128.690000', '212128.693000', '212128.695000', '212128.698000', '212128.701000', '212128.703000', '212128.706000', '212128.709000', '212128.711000', '212128.714000', '212128.716000', '212128.719000', '212128.722000', '212128.724000', '212128.727000', '212128.729000', '212128.732000', '212128.735000', '212128.737000', '212128.740000', '212128.742000', '212128.745000', '212128.748000', '212128.750000', '212128.753000', '212128.755000', '212128.758000', '212128.761000', '212128.772000', '212128.775000', '212128.777000', '212128.780000', '212128.783000', '212148.664000', '212148.666000', '212148.669000', '212148.672000', '212148.674000', '212148.677000', '212148.679000', '212148.697000', '212148.700000', '212148.703000', '212148.705000', '212148.708000', '212148.710000', '212148.713000', '212148.716000', '212148.718000', '212148.721000', '212148.723000', '212148.726000', '212148.728000', '212148.731000', '212148.734000', '212148.736000', '212148.739000', '212148.741000', '212148.744000', '212148.747000', '212148.749000', '212148.752000', '212148.754000', '212148.757000', '212148.760000', '212148.762000', '212148.765000', '212148.767000', '212148.770000', '212148.773000', '212148.775000', '212148.778000', '212148.780000', '212148.783000', '212148.785000', '212148.788000', '212148.791000', '212208.662000', '212208.665000', '212208.668000', '212208.670000', '212208.673000', '212208.676000', '212208.678000', '212208.681000', '212208.683000', '212208.686000', '212208.688000', '212208.691000', '212208.694000', '212208.697000', '212208.700000', '212208.703000', '212208.705000', '212208.708000', '212208.710000', '212208.713000', '212208.716000', '212208.718000', '212208.721000', '212208.723000', '212208.726000', '212208.729000', '212208.731000', '212208.734000', '212208.736000', '212208.739000', '212208.743000', '212208.746000', '212208.748000', '212208.751000', '212208.754000', '212208.756000', '212208.759000', '212208.762000', '212208.764000', '212208.767000', '212208.769000', '212208.772000', '212208.774000', '212228.663000', '212228.665000', '212228.668000', '212228.671000', '212228.673000', '212228.676000', '212228.678000', '212228.681000', '212228.684000', '212228.686000', '212228.689000', '212228.691000', '212228.694000', '212228.696000', '212228.699000', '212228.702000', '212228.704000', '212228.707000', '212228.710000', '212228.712000', '212228.715000', '212228.718000', '212228.720000', '212228.723000', '212228.726000', '212228.729000', '212228.731000', '212228.734000', '212228.736000', '212228.739000', '212228.742000', '212228.744000', '212228.747000', '212228.750000', '212228.752000', '212228.755000', '212228.758000', '212228.760000', '212228.763000', '212228.766000', '212228.768000', '212228.771000', '212228.773000', '212228.776000', '212248.663000', '212248.666000', '212248.668000', '212248.671000', '212248.673000', '212248.676000', '212248.679000', '212248.681000', '212248.684000', '212248.686000', '212248.689000', '212248.692000', '212248.694000', '212248.697000', '212248.699000', '212248.702000', '212248.705000', '212248.707000', '212248.710000', '212248.712000', '212248.715000', '212248.717000', '212248.720000', '212248.723000', '212248.725000', '212248.728000', '212248.730000', '212248.733000', '212248.736000', '212248.738000', '212248.741000', '212248.743000', '212248.746000', '212248.749000', '212248.751000', '212248.754000', '212248.757000', '212248.759000', '212248.762000', '212248.765000', '212248.767000', '212248.770000', '212248.772000', '212308.663000', '212308.665000', '212308.668000', '212308.671000', '212308.673000', '212308.676000', '212308.678000', '212308.681000', '212308.683000', '212308.686000', '212308.689000', '212308.691000', '212308.694000', '212308.696000', '212308.699000', '212308.702000', '212308.704000', '212308.707000', '212308.709000', '212308.712000', '212308.715000', '212308.717000', '212308.720000', '212308.722000', '212308.725000', '212308.727000', '212308.730000', '212308.733000', '212308.735000', '212308.738000', '212308.740000', '212308.743000', '212308.746000', '212308.748000', '212308.751000', '212308.753000', '212308.756000', '212308.759000', '212308.761000', '212308.764000', '212308.766000', '212308.769000', '212308.772000', '212308.774000', '212328.663000', '212328.666000', '212328.668000', '212328.671000', '212328.673000', '212328.676000', '212328.679000', '212328.681000', '212328.684000', '212328.686000', '212328.689000', '212328.691000', '212328.694000', '212328.697000', '212328.699000', '212328.702000', '212328.705000', '212328.707000', '212328.710000', '212328.712000', '212328.715000', '212328.718000', '212328.720000', '212328.723000', '212328.726000', '212328.728000', '212328.731000', '212328.734000', '212328.736000', '212328.739000', '212328.741000', '212328.744000', '212328.747000', '212328.749000', '212328.752000', '212328.755000', '212328.757000', '212328.760000', '212328.762000', '212328.765000', '212328.768000', '212328.770000', '212328.773000', '212348.663000', '212348.666000', '212348.669000', '212348.672000', '212348.674000', '212348.677000', '212348.679000', '212348.682000', '212348.684000', '212348.687000', '212348.690000', '212348.692000', '212348.695000', '212348.697000', '212348.700000', '212348.703000', '212348.705000', '212348.708000', '212348.711000', '212348.713000', '212348.716000', '212348.718000', '212348.721000', '212348.723000', '212348.726000', '212348.729000', '212348.731000', '212348.734000', '212348.736000', '212348.739000', '212348.742000', '212348.744000', '212348.747000', '212348.750000', '212348.752000', '212348.755000', '212348.757000', '212348.760000', '212348.763000', '212348.765000', '212348.768000', '212348.770000', '212348.773000', '212348.776000', '212408.664000', '212408.667000', '212408.669000', '212408.672000', '212408.674000', '212408.677000', '212408.680000', '212408.682000', '212408.685000', '212408.687000', '212408.690000', '212408.692000', '212408.695000', '212408.698000', '212408.700000', '212408.703000', '212408.705000', '212408.708000', '212408.711000', '212408.713000', '212408.716000', '212408.718000', '212408.721000', '212408.724000', '212408.726000', '212408.729000', '212408.731000', '212408.734000', '212408.737000', '212408.739000', '212408.742000', '212408.745000', '212408.747000', '212408.750000', '212408.752000', '212408.755000', '212408.758000', '212408.760000', '212408.763000', '212408.766000', '212408.768000', '212408.771000', '212408.773000', '212428.663000', '212428.665000', '212428.668000', '212428.671000', '212428.673000', '212428.676000', '212428.678000', '212428.681000', '212428.683000', '212428.686000', '212428.711000', '212428.714000', '212428.717000', '212428.719000', '212428.722000', '212428.725000', '212428.727000', '212428.730000', '212428.733000', '212428.735000', '212428.738000', '212428.740000', '212428.743000', '212428.746000', '212428.748000', '212428.751000', '212428.753000', '212428.756000', '212428.759000', '212428.761000', '212428.764000', '212428.766000', '212428.769000', '212428.772000', '212428.775000', '212428.777000', '212428.780000', '212428.782000', '212428.785000', '212428.788000', '212428.790000', '212428.793000', '212428.796000', '212428.798000', '212448.662000', '212448.665000', '212448.668000', '212448.671000', '212448.673000', '212448.676000', '212448.679000', '212448.681000', '212448.684000', '212448.686000', '212448.689000', '212448.692000', '212448.694000', '212448.697000', '212448.699000', '212448.702000', '212448.705000', '212448.707000', '212448.710000', '212448.712000', '212448.715000', '212448.717000', '212448.720000', '212448.726000', '212448.728000', '212448.731000', '212448.734000', '212448.736000', '212448.739000', '212448.741000', '212448.744000', '212448.747000', '212448.749000', '212448.752000', '212448.754000', '212448.757000', '212448.759000', '212448.762000', '212448.765000', '212448.767000', '212448.770000', '212448.773000', '212448.776000', '212508.663000', '212508.665000', '212508.668000', '212508.671000', '212508.673000', '212508.676000', '212508.678000', '212508.681000', '212508.684000', '212508.686000', '212508.689000', '212508.691000', '212508.694000', '212508.698000', '212508.701000', '212508.703000', '212508.706000', '212508.709000', '212508.711000', '212508.714000', '212508.717000', '212508.719000', '212508.722000', '212508.724000', '212508.727000', '212508.730000', '212508.732000', '212508.735000', '212508.737000', '212508.740000', '212508.743000', '212508.745000', '212508.748000', '212508.750000', '212508.753000', '212508.756000', '212508.758000', '212508.761000', '212508.763000', '212508.766000', '212508.769000', '212508.771000', '212508.774000', '212528.663000', '212528.665000', '212528.668000', '212528.671000', '212528.673000', '212528.676000', '212528.678000', '212528.681000', '212528.684000', '212528.686000', '212528.689000', '212528.691000', '212528.694000', '212528.697000', '212528.699000', '212528.702000', '212528.704000', '212528.707000', '212528.709000', '212528.712000', '212528.715000', '212528.717000', '212528.720000', '212528.722000', '212528.725000', '212528.727000', '212528.750000', '212528.752000', '212528.755000', '212528.757000', '212528.760000', '212528.763000', '212528.765000', '212528.768000', '212528.770000', '212528.773000', '212528.776000', '212528.778000', '212528.781000', '212528.784000', '212528.786000', '212528.789000', '212528.792000', '212528.794000', '212548.662000', '212548.665000', '212548.668000', '212548.671000', '212548.673000', '212548.676000', '212548.678000', '212548.681000', '212548.684000', '212548.686000', '212548.689000', '212548.691000', '212548.694000', '212548.697000', '212548.699000', '212548.702000', '212548.704000', '212548.707000', '212548.710000', '212548.712000', '212548.715000', '212548.717000', '212548.720000', '212548.723000', '212548.725000', '212548.728000', '212548.730000', '212548.733000', '212548.736000', '212548.738000', '212548.741000', '212548.743000', '212548.746000', '212548.749000', '212548.751000', '212548.754000', '212548.756000', '212548.759000', '212548.762000', '212548.764000', '212548.767000', '212548.769000', '212548.772000', '212548.775000', '212608.664000', '212608.666000', '212608.669000', '212608.672000', '212608.674000', '212608.677000', '212608.679000', '212608.682000', '212608.685000', '212608.687000', '212608.690000', '212608.692000', '212608.695000', '212608.698000', '212608.700000', '212608.703000', '212608.705000', '212608.708000', '212608.711000', '212608.713000', '212608.716000', '212608.718000', '212608.721000', '212608.724000', '212608.726000', '212608.729000', '212608.731000', '212608.734000', '212608.737000', '212608.739000', '212608.742000', '212608.744000', '212608.747000', '212608.749000', '212608.752000', '212608.755000', '212608.757000', '212608.760000', '212608.762000', '212608.765000', '212608.768000', '212608.770000', '212608.773000', '212628.664000', '212628.667000', '212628.669000', '212628.672000', '212628.674000', '212628.677000', '212628.680000', '212628.682000', '212628.685000', '212628.688000', '212628.690000', '212628.693000', '212628.695000', '212628.698000', '212628.701000', '212628.703000', '212628.706000', '212628.708000', '212628.711000', '212628.714000', '212628.716000', '212628.719000', '212628.722000', '212628.724000', '212628.727000', '212628.729000', '212628.732000', '212628.735000', '212628.737000', '212628.740000', '212628.742000', '212628.745000', '212628.748000', '212628.750000', '212628.753000', '212628.755000', '212628.758000', '212628.761000', '212628.763000', '212628.766000', '212628.768000', '212628.771000', '212628.774000', '212628.776000', '212648.663000', '212648.666000', '212648.668000', '212648.671000', '212648.673000', '212648.676000', '212648.679000', '212648.681000', '212648.684000', '212648.687000', '212648.689000', '212648.692000', '212648.694000', '212648.697000', '212648.700000', '212648.702000', '212648.705000', '212648.707000', '212648.710000', '212648.713000', '212648.715000', '212648.718000', '212648.720000', '212648.723000', '212648.726000', '212648.728000', '212648.731000', '212648.734000', '212648.736000', '212648.739000', '212648.741000', '212648.744000', '212648.747000', '212648.749000', '212648.752000', '212648.754000', '212648.757000', '212648.760000', '212648.762000', '212648.765000', '212648.767000', '212648.770000', '212648.773000', '212708.683000', '212708.685000', '212708.688000', '212708.691000', '212708.693000', '212708.696000', '212708.698000', '212708.701000', '212708.704000', '212708.706000', '212708.709000', '212708.712000', '212708.715000', '212708.718000', '212708.720000', '212708.723000', '212708.725000', '212708.728000', '212708.731000', '212708.733000', '212708.736000', '212708.739000', '212708.741000', '212708.744000', '212708.747000', '212708.749000', '212708.752000', '212708.755000', '212708.757000', '212708.760000', '212708.762000', '212708.765000', '212708.768000', '212708.770000', '212708.773000', '212708.775000', '212708.778000', '212708.781000', '212708.783000', '212708.786000', '212708.789000', '212708.791000', '212708.794000', '212708.796000', '212728.663000', '212728.666000', '212728.668000', '212728.671000', '212728.674000', '212728.676000', '212728.679000', '212728.681000', '212728.684000', '212728.687000', '212728.689000', '212728.692000', '212728.694000', '212728.697000', '212728.700000', '212728.702000', '212728.705000', '212728.707000', '212728.710000', '212728.713000', '212728.716000', '212728.719000', '212728.721000', '212728.724000', '212728.727000', '212728.729000', '212728.732000', '212728.734000', '212728.738000', '212728.740000', '212728.743000', '212728.745000', '212728.748000', '212728.751000', '212728.753000', '212728.756000', '212728.758000', '212728.761000', '212728.764000', '212728.766000', '212728.769000', '212728.771000', '212728.774000', '212748.663000', '212748.665000', '212748.668000', '212748.671000', '212748.673000', '212748.714000', '212748.717000', '212748.719000', '212748.722000', '212748.724000', '212748.727000', '212748.730000', '212748.732000', '212748.735000', '212748.737000', '212748.740000', '212748.743000', '212748.745000', '212748.748000', '212748.751000', '212748.753000', '212748.756000', '212748.759000', '212748.761000', '212748.764000', '212748.767000', '212748.769000', '212748.772000', '212748.774000', '212748.777000', '212748.780000', '212748.782000', '212748.785000', '212748.787000', '212748.790000', '212748.793000', '212748.795000', '212748.798000', '212748.872000', '212748.875000', '212748.877000', '212748.880000', '212748.882000', '212748.885000', '212808.663000', '212808.665000', '212808.668000', '212808.671000', '212808.673000', '212808.676000', '212808.678000', '212808.681000', '212808.684000', '212808.686000', '212808.689000', '212808.691000', '212808.694000', '212808.697000', '212808.699000', '212808.702000', '212808.704000', '212808.707000', '212808.710000', '212808.712000', '212808.715000', '212808.718000', '212808.720000', '212808.723000', '212808.725000', '212808.728000', '212808.731000', '212808.733000', '212808.736000', '212808.738000', '212808.741000', '212808.743000', '212808.746000', '212808.749000', '212808.751000', '212808.754000', '212808.757000', '212808.759000', '212808.762000', '212808.764000', '212808.767000', '212808.770000', '212808.772000', '212816.227000', '212816.231000', '212816.233000', '212816.236000', '212816.239000', '212816.242000', '212816.244000', '212816.247000', '212816.249000', '212816.252000', '212816.255000', '212816.257000', '212816.260000', '212816.263000', '212816.265000', '212816.268000', '212816.270000'], 'InstanceCreationTime': ['211428.732000', '211428.735000', '211428.738000', '211428.740000', '211428.743000', '211428.746000', '211428.749000', '211428.751000', '211428.754000', '211428.756000', '211428.759000', '211428.761000', '211428.764000', '211428.767000', '211428.776000', '211428.779000', '211428.782000', '211428.784000', '211428.787000', '211428.789000', '211428.792000', '211428.795000', '211428.797000', '211428.800000', '211428.803000', '211428.805000', '211428.808000', '211428.810000', '211428.822000', '211428.825000', '211428.827000', '211428.830000', '211428.832000', '211428.835000', '211428.838000', '211428.840000', '211428.843000', '211428.846000', '211428.848000', '211428.851000', '211428.854000', '211428.867000', '211428.870000', '211428.873000', '211428.875000', '211428.878000', '211428.880000', '211428.883000', '211428.885000', '211428.888000', '211428.890000', '211428.893000', '211428.896000', '211428.898000', '211428.901000', '211428.907000', '211428.909000', '211428.912000', '211428.914000', '211448.663000', '211448.666000', '211448.669000', '211448.672000', '211448.675000', '211448.677000', '211448.680000', '211448.683000', '211448.685000', '211448.688000', '211448.690000', '211448.693000', '211448.696000', '211448.698000', '211448.701000', '211448.704000', '211448.706000', '211448.709000', '211448.711000', '211448.714000', '211448.717000', '211448.719000', '211448.722000', '211448.724000', '211448.727000', '211448.730000', '211448.732000', '211448.735000', '211448.737000', '211448.740000', '211448.742000', '211448.745000', '211448.748000', '211448.750000', '211448.753000', '211448.755000', '211448.758000', '211448.760000', '211448.763000', '211448.765000', '211448.768000', '211448.771000', '211448.773000', '211448.776000', '211508.663000', '211508.665000', '211508.668000', '211508.670000', '211508.673000', '211508.676000', '211508.678000', '211508.681000', '211508.683000', '211508.686000', '211508.688000', '211508.691000', '211508.694000', '211508.702000', '211508.705000', '211508.707000', '211508.710000', '211508.712000', '211508.715000', '211508.717000', '211508.720000', '211508.723000', '211508.726000', '211508.728000', '211508.731000', '211508.733000', '211508.736000', '211508.739000', '211508.741000', '211508.744000', '211508.746000', '211508.749000', '211508.752000', '211508.754000', '211508.757000', '211508.759000', '211508.762000', '211508.764000', '211508.767000', '211508.770000', '211508.772000', '211508.775000', '211508.777000', '211528.662000', '211528.665000', '211528.668000', '211528.670000', '211528.673000', '211528.675000', '211528.678000', '211528.681000', '211528.683000', '211528.686000', '211528.712000', '211528.715000', '211528.717000', '211528.720000', '211528.723000', '211528.725000', '211528.728000', '211528.730000', '211528.733000', '211528.736000', '211528.738000', '211528.741000', '211528.743000', '211528.746000', '211528.749000', '211528.751000', '211528.754000', '211528.756000', '211528.759000', '211528.761000', '211528.764000', '211528.767000', '211528.769000', '211528.772000', '211528.774000', '211528.777000', '211528.780000', '211528.782000', '211528.785000', '211528.788000', '211528.790000', '211528.793000', '211528.795000', '211528.798000', '211548.662000', '211548.665000', '211548.668000', '211548.670000', '211548.673000', '211548.676000', '211548.678000', '211548.681000', '211548.683000', '211548.686000', '211548.689000', '211548.691000', '211548.694000', '211548.697000', '211548.699000', '211548.702000', '211548.704000', '211548.707000', '211548.710000', '211548.712000', '211548.715000', '211548.751000', '211548.754000', '211548.756000', '211548.759000', '211548.761000', '211548.764000', '211548.767000', '211548.769000', '211548.772000', '211548.775000', '211548.777000', '211548.780000', '211548.783000', '211548.787000', '211548.789000', '211548.792000', '211548.795000', '211548.797000', '211548.824000', '211548.827000', '211548.829000', '211548.832000', '211608.663000', '211608.665000', '211608.668000', '211608.671000', '211608.673000', '211608.676000', '211608.678000', '211608.681000', '211608.683000', '211608.686000', '211608.689000', '211608.691000', '211608.694000', '211608.696000', '211608.699000', '211608.702000', '211608.704000', '211608.707000', '211608.709000', '211608.712000', '211608.715000', '211608.717000', '211608.720000', '211608.722000', '211608.725000', '211608.727000', '211608.730000', '211608.733000', '211608.735000', '211608.738000', '211608.740000', '211608.743000', '211608.746000', '211608.748000', '211608.751000', '211608.753000', '211608.756000', '211608.759000', '211608.761000', '211608.764000', '211608.766000', '211608.769000', '211608.772000', '211608.774000', '211628.662000', '211628.665000', '211628.675000', '211628.678000', '211628.680000', '211628.683000', '211628.686000', '211628.688000', '211628.691000', '211628.693000', '211628.696000', '211628.698000', '211628.701000', '211628.704000', '211628.706000', '211628.709000', '211628.712000', '211628.714000', '211628.717000', '211628.719000', '211628.722000', '211628.725000', '211628.727000', '211628.730000', '211628.732000', '211628.735000', '211628.738000', '211628.740000', '211628.743000', '211628.745000', '211628.748000', '211628.751000', '211628.753000', '211628.756000', '211628.759000', '211628.761000', '211628.764000', '211628.766000', '211628.769000', '211628.771000', '211628.774000', '211628.777000', '211628.779000', '211648.664000', '211648.666000', '211648.669000', '211648.672000', '211648.674000', '211648.677000', '211648.679000', '211648.682000', '211648.685000', '211648.687000', '211648.690000', '211648.692000', '211648.695000', '211648.697000', '211648.704000', '211648.707000', '211648.709000', '211648.712000', '211648.714000', '211648.717000', '211648.720000', '211648.722000', '211648.725000', '211648.727000', '211648.730000', '211648.733000', '211648.735000', '211648.738000', '211648.740000', '211648.743000', '211648.745000', '211648.748000', '211648.751000', '211648.753000', '211648.756000', '211648.759000', '211648.761000', '211648.764000', '211648.766000', '211648.769000', '211648.771000', '211648.774000', '211648.777000', '211648.779000', '211708.664000', '211708.666000', '211708.669000', '211708.672000', '211708.674000', '211708.677000', '211708.680000', '211708.682000', '211708.685000', '211708.688000', '211708.690000', '211708.693000', '211708.696000', '211708.698000', '211708.701000', '211708.703000', '211708.706000', '211708.709000', '211708.711000', '211708.714000', '211708.716000', '211708.719000', '211708.722000', '211708.724000', '211708.727000', '211708.729000', '211708.732000', '211708.735000', '211708.737000', '211708.740000', '211708.742000', '211708.745000', '211708.748000', '211708.750000', '211708.753000', '211708.756000', '211708.758000', '211708.761000', '211708.763000', '211708.766000', '211708.769000', '211708.771000', '211708.774000', '211728.663000', '211728.665000', '211728.668000', '211728.671000', '211728.673000', '211728.676000', '211728.678000', '211728.681000', '211728.684000', '211728.686000', '211728.689000', '211728.691000', '211728.694000', '211728.696000', '211728.699000', '211728.702000', '211728.704000', '211728.707000', '211728.722000', '211728.724000', '211728.727000', '211728.730000', '211728.732000', '211728.735000', '211728.737000', '211728.740000', '211728.743000', '211728.745000', '211728.748000', '211728.750000', '211728.753000', '211728.764000', '211728.767000', '211728.770000', '211728.772000', '211728.775000', '211728.777000', '211728.780000', '211728.783000', '211728.785000', '211728.788000', '211728.790000', '211728.793000', '211728.796000', '211748.663000', '211748.666000', '211748.668000', '211748.671000', '211748.673000', '211748.676000', '211748.678000', '211748.681000', '211748.684000', '211748.686000', '211748.689000', '211748.691000', '211748.694000', '211748.696000', '211748.699000', '211748.702000', '211748.704000', '211748.707000', '211748.710000', '211748.712000', '211748.715000', '211748.717000', '211748.720000', '211748.723000', '211748.725000', '211748.728000', '211748.730000', '211748.733000', '211748.735000', '211748.738000', '211748.741000', '211748.743000', '211748.746000', '211748.748000', '211748.751000', '211748.754000', '211748.756000', '211748.759000', '211748.761000', '211748.764000', '211748.767000', '211748.769000', '211748.772000', '211808.663000', '211808.665000', '211808.668000', '211808.671000', '211808.673000', '211808.676000', '211808.679000', '211808.681000', '211808.684000', '211808.687000', '211808.689000', '211808.692000', '211808.695000', '211808.697000', '211808.700000', '211808.702000', '211808.705000', '211808.708000', '211808.711000', '211808.713000', '211808.716000', '211808.718000', '211808.721000', '211808.723000', '211808.726000', '211808.729000', '211808.731000', '211808.734000', '211808.737000', '211808.739000', '211808.742000', '211808.744000', '211808.747000', '211808.750000', '211808.752000', '211808.755000', '211808.757000', '211808.760000', '211808.762000', '211808.765000', '211808.768000', '211808.770000', '211808.773000', '211808.775000', '211828.663000', '211828.665000', '211828.668000', '211828.671000', '211828.673000', '211828.676000', '211828.678000', '211828.681000', '211828.684000', '211828.686000', '211828.689000', '211828.691000', '211828.694000', '211828.696000', '211828.699000', '211828.702000', '211828.704000', '211828.707000', '211828.710000', '211828.712000', '211828.715000', '211828.717000', '211828.720000', '211828.722000', '211828.725000', '211828.728000', '211828.730000', '211828.733000', '211828.735000', '211828.738000', '211828.740000', '211828.743000', '211828.746000', '211828.748000', '211828.751000', '211828.753000', '211828.756000', '211828.759000', '211828.761000', '211828.764000', '211828.766000', '211828.769000', '211828.771000', '211848.663000', '211848.666000', '211848.668000', '211848.671000', '211848.673000', '211848.676000', '211848.678000', '211848.681000', '211848.684000', '211848.686000', '211848.689000', '211848.691000', '211848.694000', '211848.696000', '211848.699000', '211848.702000', '211848.704000', '211848.707000', '211848.709000', '211848.712000', '211848.715000', '211848.717000', '211848.720000', '211848.722000', '211848.725000', '211848.728000', '211848.730000', '211848.733000', '211848.735000', '211848.738000', '211848.741000', '211848.743000', '211848.746000', '211848.748000', '211848.751000', '211848.754000', '211848.756000', '211848.759000', '211848.761000', '211848.764000', '211848.766000', '211848.769000', '211848.786000', '211848.788000', '211908.664000', '211908.666000', '211908.669000', '211908.672000', '211908.674000', '211908.677000', '211908.679000', '211908.682000', '211908.684000', '211908.687000', '211908.690000', '211908.692000', '211908.695000', '211908.698000', '211908.700000', '211908.703000', '211908.705000', '211908.708000', '211908.711000', '211908.713000', '211908.716000', '211908.718000', '211908.721000', '211908.724000', '211908.726000', '211908.729000', '211908.731000', '211908.734000', '211908.737000', '211908.739000', '211908.742000', '211908.745000', '211908.747000', '211908.750000', '211908.752000', '211908.755000', '211908.758000', '211908.760000', '211908.763000', '211908.765000', '211908.768000', '211908.771000', '211908.773000', '211928.664000', '211928.667000', '211928.670000', '211928.672000', '211928.675000', '211928.677000', '211928.680000', '211928.683000', '211928.685000', '211928.688000', '211928.690000', '211928.693000', '211928.696000', '211928.698000', '211928.701000', '211928.703000', '211928.706000', '211928.709000', '211928.711000', '211928.714000', '211928.717000', '211928.719000', '211928.722000', '211928.725000', '211928.727000', '211928.730000', '211928.733000', '211928.736000', '211928.739000', '211928.742000', '211928.746000', '211928.749000', '211928.752000', '211928.754000', '211928.757000', '211928.760000', '211928.762000', '211928.765000', '211928.767000', '211928.770000', '211928.773000', '211928.775000', '211928.778000', '211948.662000', '211948.665000', '211948.668000', '211948.670000', '211948.673000', '211948.676000', '211948.678000', '211948.681000', '211948.684000', '211948.686000', '211948.689000', '211948.691000', '211948.694000', '211948.696000', '211948.699000', '211948.702000', '211948.704000', '211948.707000', '211948.709000', '211948.712000', '211948.714000', '211948.717000', '211948.720000', '211948.722000', '211948.725000', '211948.727000', '211948.730000', '211948.733000', '211948.735000', '211948.738000', '211948.740000', '211948.743000', '211948.746000', '211948.748000', '211948.751000', '211948.753000', '211948.756000', '211948.758000', '211948.761000', '211948.764000', '211948.766000', '211948.769000', '211948.772000', '211948.774000', '212008.663000', '212008.666000', '212008.668000', '212008.671000', '212008.673000', '212008.676000', '212008.679000', '212008.681000', '212008.684000', '212008.686000', '212008.689000', '212008.692000', '212008.694000', '212008.697000', '212008.699000', '212008.702000', '212008.705000', '212008.707000', '212008.710000', '212008.713000', '212008.716000', '212008.719000', '212008.721000', '212008.724000', '212008.727000', '212008.730000', '212008.732000', '212008.735000', '212008.737000', '212008.740000', '212008.743000', '212008.746000', '212008.748000', '212008.751000', '212008.754000', '212008.756000', '212008.759000', '212008.762000', '212008.764000', '212008.767000', '212008.770000', '212008.772000', '212008.775000', '212028.663000', '212028.665000', '212028.668000', '212028.670000', '212028.673000', '212028.676000', '212028.678000', '212028.681000', '212028.684000', '212028.686000', '212028.689000', '212028.692000', '212028.694000', '212028.697000', '212028.699000', '212028.702000', '212028.705000', '212028.707000', '212028.710000', '212028.712000', '212028.715000', '212028.718000', '212028.720000', '212028.723000', '212028.725000', '212028.728000', '212028.731000', '212028.733000', '212028.736000', '212028.738000', '212028.741000', '212028.744000', '212028.746000', '212028.749000', '212028.751000', '212028.754000', '212028.757000', '212028.759000', '212028.762000', '212028.764000', '212028.767000', '212028.770000', '212028.772000', '212028.775000', '212048.663000', '212048.665000', '212048.668000', '212048.671000', '212048.673000', '212048.676000', '212048.678000', '212048.681000', '212048.683000', '212048.686000', '212048.689000', '212048.691000', '212048.694000', '212048.696000', '212048.699000', '212048.704000', '212048.706000', '212048.709000', '212048.711000', '212048.714000', '212048.717000', '212048.719000', '212048.722000', '212048.724000', '212048.727000', '212048.730000', '212048.732000', '212048.735000', '212048.737000', '212048.740000', '212048.743000', '212048.745000', '212048.748000', '212048.750000', '212048.753000', '212048.756000', '212048.758000', '212048.761000', '212048.764000', '212048.766000', '212048.769000', '212048.771000', '212048.774000', '212108.663000', '212108.665000', '212108.668000', '212108.672000', '212108.674000', '212108.677000', '212108.680000', '212108.682000', '212108.685000', '212108.687000', '212108.690000', '212108.693000', '212108.695000', '212108.698000', '212108.700000', '212108.703000', '212108.706000', '212108.708000', '212108.711000', '212108.713000', '212108.716000', '212108.719000', '212108.721000', '212108.724000', '212108.726000', '212108.729000', '212108.731000', '212108.734000', '212108.737000', '212108.739000', '212108.742000', '212108.745000', '212108.747000', '212108.750000', '212108.752000', '212108.755000', '212108.758000', '212108.760000', '212108.763000', '212108.765000', '212108.768000', '212108.771000', '212108.773000', '212108.776000', '212128.664000', '212128.667000', '212128.669000', '212128.672000', '212128.674000', '212128.677000', '212128.680000', '212128.682000', '212128.685000', '212128.688000', '212128.690000', '212128.693000', '212128.695000', '212128.698000', '212128.701000', '212128.703000', '212128.706000', '212128.709000', '212128.711000', '212128.714000', '212128.716000', '212128.719000', '212128.722000', '212128.724000', '212128.727000', '212128.729000', '212128.732000', '212128.735000', '212128.737000', '212128.740000', '212128.742000', '212128.745000', '212128.748000', '212128.750000', '212128.753000', '212128.755000', '212128.758000', '212128.761000', '212128.772000', '212128.775000', '212128.777000', '212128.780000', '212128.783000', '212148.664000', '212148.666000', '212148.669000', '212148.672000', '212148.674000', '212148.677000', '212148.679000', '212148.697000', '212148.700000', '212148.703000', '212148.705000', '212148.708000', '212148.710000', '212148.713000', '212148.716000', '212148.718000', '212148.721000', '212148.723000', '212148.726000', '212148.728000', '212148.731000', '212148.734000', '212148.736000', '212148.739000', '212148.741000', '212148.744000', '212148.747000', '212148.749000', '212148.752000', '212148.754000', '212148.757000', '212148.760000', '212148.762000', '212148.765000', '212148.767000', '212148.770000', '212148.773000', '212148.775000', '212148.778000', '212148.780000', '212148.783000', '212148.785000', '212148.788000', '212148.791000', '212208.662000', '212208.665000', '212208.668000', '212208.670000', '212208.673000', '212208.676000', '212208.678000', '212208.681000', '212208.683000', '212208.686000', '212208.688000', '212208.691000', '212208.694000', '212208.697000', '212208.700000', '212208.703000', '212208.705000', '212208.708000', '212208.710000', '212208.713000', '212208.716000', '212208.718000', '212208.721000', '212208.723000', '212208.726000', '212208.729000', '212208.731000', '212208.734000', '212208.736000', '212208.739000', '212208.743000', '212208.746000', '212208.748000', '212208.751000', '212208.754000', '212208.756000', '212208.759000', '212208.762000', '212208.764000', '212208.767000', '212208.769000', '212208.772000', '212208.774000', '212228.663000', '212228.665000', '212228.668000', '212228.671000', '212228.673000', '212228.676000', '212228.678000', '212228.681000', '212228.684000', '212228.686000', '212228.689000', '212228.691000', '212228.694000', '212228.696000', '212228.699000', '212228.702000', '212228.704000', '212228.707000', '212228.710000', '212228.712000', '212228.715000', '212228.718000', '212228.720000', '212228.723000', '212228.726000', '212228.729000', '212228.731000', '212228.734000', '212228.736000', '212228.739000', '212228.742000', '212228.744000', '212228.747000', '212228.750000', '212228.752000', '212228.755000', '212228.758000', '212228.760000', '212228.763000', '212228.766000', '212228.768000', '212228.771000', '212228.773000', '212228.776000', '212248.663000', '212248.666000', '212248.668000', '212248.671000', '212248.673000', '212248.676000', '212248.679000', '212248.681000', '212248.684000', '212248.686000', '212248.689000', '212248.692000', '212248.694000', '212248.697000', '212248.699000', '212248.702000', '212248.705000', '212248.707000', '212248.710000', '212248.712000', '212248.715000', '212248.717000', '212248.720000', '212248.723000', '212248.725000', '212248.728000', '212248.730000', '212248.733000', '212248.736000', '212248.738000', '212248.741000', '212248.743000', '212248.746000', '212248.749000', '212248.751000', '212248.754000', '212248.757000', '212248.759000', '212248.762000', '212248.765000', '212248.767000', '212248.770000', '212248.772000', '212308.663000', '212308.665000', '212308.668000', '212308.671000', '212308.673000', '212308.676000', '212308.678000', '212308.681000', '212308.683000', '212308.686000', '212308.689000', '212308.691000', '212308.694000', '212308.696000', '212308.699000', '212308.702000', '212308.704000', '212308.707000', '212308.709000', '212308.712000', '212308.715000', '212308.717000', '212308.720000', '212308.722000', '212308.725000', '212308.727000', '212308.730000', '212308.733000', '212308.735000', '212308.738000', '212308.740000', '212308.743000', '212308.746000', '212308.748000', '212308.751000', '212308.753000', '212308.756000', '212308.759000', '212308.761000', '212308.764000', '212308.766000', '212308.769000', '212308.772000', '212308.774000', '212328.663000', '212328.666000', '212328.668000', '212328.671000', '212328.673000', '212328.676000', '212328.679000', '212328.681000', '212328.684000', '212328.686000', '212328.689000', '212328.691000', '212328.694000', '212328.697000', '212328.699000', '212328.702000', '212328.705000', '212328.707000', '212328.710000', '212328.712000', '212328.715000', '212328.718000', '212328.720000', '212328.723000', '212328.726000', '212328.728000', '212328.731000', '212328.734000', '212328.736000', '212328.739000', '212328.741000', '212328.744000', '212328.747000', '212328.749000', '212328.752000', '212328.755000', '212328.757000', '212328.760000', '212328.762000', '212328.765000', '212328.768000', '212328.770000', '212328.773000', '212348.663000', '212348.666000', '212348.669000', '212348.672000', '212348.674000', '212348.677000', '212348.679000', '212348.682000', '212348.684000', '212348.687000', '212348.690000', '212348.692000', '212348.695000', '212348.697000', '212348.700000', '212348.703000', '212348.705000', '212348.708000', '212348.711000', '212348.713000', '212348.716000', '212348.718000', '212348.721000', '212348.723000', '212348.726000', '212348.729000', '212348.731000', '212348.734000', '212348.736000', '212348.739000', '212348.742000', '212348.744000', '212348.747000', '212348.750000', '212348.752000', '212348.755000', '212348.757000', '212348.760000', '212348.763000', '212348.765000', '212348.768000', '212348.770000', '212348.773000', '212348.776000', '212408.664000', '212408.667000', '212408.669000', '212408.672000', '212408.674000', '212408.677000', '212408.680000', '212408.682000', '212408.685000', '212408.687000', '212408.690000', '212408.692000', '212408.695000', '212408.698000', '212408.700000', '212408.703000', '212408.705000', '212408.708000', '212408.711000', '212408.713000', '212408.716000', '212408.718000', '212408.721000', '212408.724000', '212408.726000', '212408.729000', '212408.731000', '212408.734000', '212408.737000', '212408.739000', '212408.742000', '212408.745000', '212408.747000', '212408.750000', '212408.752000', '212408.755000', '212408.758000', '212408.760000', '212408.763000', '212408.766000', '212408.768000', '212408.771000', '212408.773000', '212428.663000', '212428.665000', '212428.668000', '212428.671000', '212428.673000', '212428.676000', '212428.678000', '212428.681000', '212428.683000', '212428.686000', '212428.711000', '212428.714000', '212428.717000', '212428.719000', '212428.722000', '212428.725000', '212428.727000', '212428.730000', '212428.733000', '212428.735000', '212428.738000', '212428.740000', '212428.743000', '212428.746000', '212428.748000', '212428.751000', '212428.753000', '212428.756000', '212428.759000', '212428.761000', '212428.764000', '212428.766000', '212428.769000', '212428.772000', '212428.775000', '212428.777000', '212428.780000', '212428.782000', '212428.785000', '212428.788000', '212428.790000', '212428.793000', '212428.796000', '212428.798000', '212448.662000', '212448.665000', '212448.668000', '212448.671000', '212448.673000', '212448.676000', '212448.679000', '212448.681000', '212448.684000', '212448.686000', '212448.689000', '212448.692000', '212448.694000', '212448.697000', '212448.699000', '212448.702000', '212448.705000', '212448.707000', '212448.710000', '212448.712000', '212448.715000', '212448.717000', '212448.720000', '212448.726000', '212448.728000', '212448.731000', '212448.734000', '212448.736000', '212448.739000', '212448.741000', '212448.744000', '212448.747000', '212448.749000', '212448.752000', '212448.754000', '212448.757000', '212448.759000', '212448.762000', '212448.765000', '212448.767000', '212448.770000', '212448.773000', '212448.776000', '212508.663000', '212508.665000', '212508.668000', '212508.671000', '212508.673000', '212508.676000', '212508.678000', '212508.681000', '212508.684000', '212508.686000', '212508.689000', '212508.691000', '212508.694000', '212508.698000', '212508.701000', '212508.703000', '212508.706000', '212508.709000', '212508.711000', '212508.714000', '212508.717000', '212508.719000', '212508.722000', '212508.724000', '212508.727000', '212508.730000', '212508.732000', '212508.735000', '212508.737000', '212508.740000', '212508.743000', '212508.745000', '212508.748000', '212508.750000', '212508.753000', '212508.756000', '212508.758000', '212508.761000', '212508.763000', '212508.766000', '212508.769000', '212508.771000', '212508.774000', '212528.663000', '212528.665000', '212528.668000', '212528.671000', '212528.673000', '212528.676000', '212528.678000', '212528.681000', '212528.684000', '212528.686000', '212528.689000', '212528.691000', '212528.694000', '212528.697000', '212528.699000', '212528.702000', '212528.704000', '212528.707000', '212528.709000', '212528.712000', '212528.715000', '212528.717000', '212528.720000', '212528.722000', '212528.725000', '212528.727000', '212528.750000', '212528.752000', '212528.755000', '212528.757000', '212528.760000', '212528.763000', '212528.765000', '212528.768000', '212528.770000', '212528.773000', '212528.776000', '212528.778000', '212528.781000', '212528.784000', '212528.786000', '212528.789000', '212528.792000', '212528.794000', '212548.662000', '212548.665000', '212548.668000', '212548.671000', '212548.673000', '212548.676000', '212548.678000', '212548.681000', '212548.684000', '212548.686000', '212548.689000', '212548.691000', '212548.694000', '212548.697000', '212548.699000', '212548.702000', '212548.704000', '212548.707000', '212548.710000', '212548.712000', '212548.715000', '212548.717000', '212548.720000', '212548.723000', '212548.725000', '212548.728000', '212548.730000', '212548.733000', '212548.736000', '212548.738000', '212548.741000', '212548.743000', '212548.746000', '212548.749000', '212548.751000', '212548.754000', '212548.756000', '212548.759000', '212548.762000', '212548.764000', '212548.767000', '212548.769000', '212548.772000', '212548.775000', '212608.664000', '212608.666000', '212608.669000', '212608.672000', '212608.674000', '212608.677000', '212608.679000', '212608.682000', '212608.685000', '212608.687000', '212608.690000', '212608.692000', '212608.695000', '212608.698000', '212608.700000', '212608.703000', '212608.705000', '212608.708000', '212608.711000', '212608.713000', '212608.716000', '212608.718000', '212608.721000', '212608.724000', '212608.726000', '212608.729000', '212608.731000', '212608.734000', '212608.737000', '212608.739000', '212608.742000', '212608.744000', '212608.747000', '212608.749000', '212608.752000', '212608.755000', '212608.757000', '212608.760000', '212608.762000', '212608.765000', '212608.768000', '212608.770000', '212608.773000', '212628.664000', '212628.667000', '212628.669000', '212628.672000', '212628.674000', '212628.677000', '212628.680000', '212628.682000', '212628.685000', '212628.688000', '212628.690000', '212628.693000', '212628.695000', '212628.698000', '212628.701000', '212628.703000', '212628.706000', '212628.708000', '212628.711000', '212628.714000', '212628.716000', '212628.719000', '212628.722000', '212628.724000', '212628.727000', '212628.729000', '212628.732000', '212628.735000', '212628.737000', '212628.740000', '212628.742000', '212628.745000', '212628.748000', '212628.750000', '212628.753000', '212628.755000', '212628.758000', '212628.761000', '212628.763000', '212628.766000', '212628.768000', '212628.771000', '212628.774000', '212628.776000', '212648.663000', '212648.666000', '212648.668000', '212648.671000', '212648.673000', '212648.676000', '212648.679000', '212648.681000', '212648.684000', '212648.687000', '212648.689000', '212648.692000', '212648.694000', '212648.697000', '212648.700000', '212648.702000', '212648.705000', '212648.707000', '212648.710000', '212648.713000', '212648.715000', '212648.718000', '212648.720000', '212648.723000', '212648.726000', '212648.728000', '212648.731000', '212648.734000', '212648.736000', '212648.739000', '212648.741000', '212648.744000', '212648.747000', '212648.749000', '212648.752000', '212648.754000', '212648.757000', '212648.760000', '212648.762000', '212648.765000', '212648.767000', '212648.770000', '212648.773000', '212708.683000', '212708.685000', '212708.688000', '212708.691000', '212708.693000', '212708.696000', '212708.698000', '212708.701000', '212708.704000', '212708.706000', '212708.709000', '212708.712000', '212708.715000', '212708.718000', '212708.720000', '212708.723000', '212708.725000', '212708.728000', '212708.731000', '212708.733000', '212708.736000', '212708.739000', '212708.741000', '212708.744000', '212708.747000', '212708.749000', '212708.752000', '212708.755000', '212708.757000', '212708.760000', '212708.762000', '212708.765000', '212708.768000', '212708.770000', '212708.773000', '212708.775000', '212708.778000', '212708.781000', '212708.783000', '212708.786000', '212708.789000', '212708.791000', '212708.794000', '212708.796000', '212728.663000', '212728.666000', '212728.668000', '212728.671000', '212728.674000', '212728.676000', '212728.679000', '212728.681000', '212728.684000', '212728.687000', '212728.689000', '212728.692000', '212728.694000', '212728.697000', '212728.700000', '212728.702000', '212728.705000', '212728.707000', '212728.710000', '212728.713000', '212728.716000', '212728.719000', '212728.721000', '212728.724000', '212728.727000', '212728.729000', '212728.732000', '212728.734000', '212728.738000', '212728.740000', '212728.743000', '212728.745000', '212728.748000', '212728.751000', '212728.753000', '212728.756000', '212728.758000', '212728.761000', '212728.764000', '212728.766000', '212728.769000', '212728.771000', '212728.774000', '212748.663000', '212748.665000', '212748.668000', '212748.671000', '212748.673000', '212748.714000', '212748.717000', '212748.719000', '212748.722000', '212748.724000', '212748.727000', '212748.730000', '212748.732000', '212748.735000', '212748.737000', '212748.740000', '212748.743000', '212748.745000', '212748.748000', '212748.751000', '212748.753000', '212748.756000', '212748.759000', '212748.761000', '212748.764000', '212748.767000', '212748.769000', '212748.772000', '212748.774000', '212748.777000', '212748.780000', '212748.782000', '212748.785000', '212748.787000', '212748.790000', '212748.793000', '212748.795000', '212748.798000', '212748.872000', '212748.875000', '212748.877000', '212748.880000', '212748.882000', '212748.885000', '212808.663000', '212808.665000', '212808.668000', '212808.671000', '212808.673000', '212808.676000', '212808.678000', '212808.681000', '212808.684000', '212808.686000', '212808.689000', '212808.691000', '212808.694000', '212808.697000', '212808.699000', '212808.702000', '212808.704000', '212808.707000', '212808.710000', '212808.712000', '212808.715000', '212808.718000', '212808.720000', '212808.723000', '212808.725000', '212808.728000', '212808.731000', '212808.733000', '212808.736000', '212808.738000', '212808.741000', '212808.743000', '212808.746000', '212808.749000', '212808.751000', '212808.754000', '212808.757000', '212808.759000', '212808.762000', '212808.764000', '212808.767000', '212808.770000', '212808.772000', '212816.227000', '212816.231000', '212816.233000', '212816.236000', '212816.239000', '212816.242000', '212816.244000', '212816.247000', '212816.249000', '212816.252000', '212816.255000', '212816.257000', '212816.260000', '212816.263000', '212816.265000', '212816.268000', '212816.270000'], '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': [9193, 15076, 10178, 15428, 10433, 14421, 10267, 14868, 11352, 16803, 10924, 8616, 12001, 8848, 13106, 9773, 13084, 9702, 13711, 10653, 14406, 10956, 13794, 9609, 12598, 11155, 10224, 11615, 8419, 12168, 8821, 12770, 10882, 12558, 9723, 13264, 10728, 15556, 11788, 8840, 11309, 8127, 12562, 9145, 13080, 9361, 12806, 9561, 13915, 11002, 15758, 10554, 14209, 10438, 14650, 11719, 11796, 11439, 8688, 11908, 10508, 12965, 9633, 12499, 9401, 13461, 8360, 12431, 9937, 9287, 12388, 9784, 8223, 11242, 10808, 11754, 15720, 12082, 9099, 12095, 9494, 12936, 10709, 13434, 8967, 12534, 9933, 13182, 11007, 11318, 11082, 8985, 11656, 9987, 13645, 9528, 12403, 8464, 12764, 9831, 13154, 11719, 14290, 9787, 12398, 10729, 10937, 11878, 8646, 12379, 8310, 12104, 9704, 13145, 10593, 13521, 10603, 11544, 10690, 8690, 11501, 8659, 13040, 10658, 12980, 9278, 13156, 9799, 14417, 11503, 15498, 9475, 14555, 11135, 15634, 11426, 10176, 10691, 11684, 12492, 8882, 12568, 8123, 11828, 9381, 13106, 10688, 14238, 10110, 14383, 10730, 16492, 11700, 11887, 10316, 9796, 11993, 10872, 12610, 8243, 12822, 8470, 13700, 9610, 12846, 9571, 12782, 9170, 12381, 10369, 14602, 10075, 10759, 9745, 9191, 11776, 9933, 12713, 7901, 12342, 8795, 12948, 9698, 13799, 9784, 13619, 9745, 14074, 11093, 15369, 10579, 14393, 9759, 13729, 11182, 11640, 10914, 8501, 11136, 9265, 12062, 9265, 12504, 8434, 12202, 9015, 12836, 10891, 13180, 9606, 13409, 9933, 13898, 10792, 11163, 10377, 8549, 11359, 9095, 12790, 9035, 12732, 8848, 12629, 9739, 14311, 10719, 14197, 9523, 12866, 11133, 12837, 11689, 8704, 12235, 9086, 14023, 9680, 12683, 9284, 13031, 9746, 14009, 11428, 9383, 10465, 8765, 12410, 9597, 13018, 8919, 13169, 10232, 14346, 11738, 10540, 10251, 8978, 12402, 10108, 13154, 8794, 13073, 9819, 14401, 10689, 14054, 11633, 14219, 9598, 13607, 10138, 12940, 9745, 8249, 10117, 9019, 12109, 8930, 12056, 8094, 11949, 8883, 12922, 10778, 12855, 9472, 14134, 10373, 14491, 11500, 13147, 9335, 8579, 11557, 8549, 13832, 11634, 8203, 11938, 9086, 14119, 10375, 17026, 10406, 15361, 10918, 14615, 11779, 16833, 11176, 12872, 10257, 10202, 11641, 9834, 12379, 8577, 12339, 8284, 12444, 10498, 12785, 9740, 13956, 9933, 14204, 11479, 17093, 11096, 11068, 10354, 9311, 12103, 9494, 13317, 8046, 12500, 8417, 12641, 10299, 12674, 9335, 13544, 10283, 15392, 11843, 8882, 11229, 8570, 13019, 9711, 13169, 9606, 13872, 9968, 14193, 11157, 9852, 10604, 8501, 13069, 9297, 12966, 9471, 13268, 9474, 14197, 11469, 13795, 10911, 12233, 10993, 12413, 12455, 8780, 12156, 8487, 12655, 9739, 13126, 8807, 13206, 9445, 14082, 11544, 14034, 9856, 14388, 10141, 15101, 12034, 10786, 10698, 8922, 11245, 10500, 12823, 8019, 12456, 7969, 11923, 8845, 12999, 10476, 13019, 9666, 13944, 10410, 16324, 11487, 9812, 10340, 8585, 11952, 9582, 12990, 8613, 12631, 9228, 13110, 10906, 14673, 10579, 14582, 9904, 13942, 11715, 11457, 11683, 8550, 12250, 9178, 13619, 9408, 12874, 8889, 12853, 9944, 13566, 11601, 13833, 9484, 13124, 10373, 11740, 11689, 8279, 11451, 8228, 11850, 10405, 14084, 10283, 9352, 11149, 10235, 12674, 9054, 13032, 9108, 13459, 9573, 14220, 11624, 14020, 9540, 11862, 11081, 9569, 11900, 7880, 11821, 9507, 13350, 10741, 11476, 9464, 10204, 11119, 13205, 11355, 8220, 11550, 9449, 12377, 9877, 13132, 7898, 12774, 8890, 13049, 11133, 12534, 9041, 10640, 9881, 12251, 11621, 8223, 11705, 8163, 12542, 10448, 15592, 11281, 13507, 10080, 12118, 11870, 14287, 12291, 8244, 12296, 8563, 13179, 10101, 13267, 9108, 13124, 9939, 14093, 11912, 12354, 9803, 10053, 10839, 10897, 11878, 7757, 12061, 8665, 13006, 11502, 12876, 9353, 11355, 10398, 10846, 12034, 8309, 12022, 8738, 14877, 10093, 14107, 9098, 13582, 9039, 13666, 9774, 13942, 10048, 13213, 9493, 13236, 10141, 13450, 10747, 12960, 9003, 13096, 9522, 13551, 10643, 12842, 9455, 10809, 9787, 9978, 11129, 7771, 11410, 8426, 12503, 10168, 15282, 10339, 13917, 9406, 14393, 10799, 15564, 12058, 15793, 9821, 13259, 10826, 11689, 11011, 8141, 11677, 8671, 12768, 10035, 12673, 9155, 13377, 10512, 15757, 11048, 8350, 11716, 8126, 13424, 9641, 13352, 9492, 13732, 9895, 14067, 11210, 14877, 10361, 14200, 10161, 14377, 11582, 13553, 9499, 12450, 9761, 12875, 10921, 8818, 11199, 7865, 11716, 9591, 13422, 9111, 13017, 8384, 12636, 10314, 14165, 10687, 13272, 9714, 12004, 11348, 10274, 12418, 7769, 12424, 9623, 13832, 11699, 13066, 9723, 11554, 11057, 13184, 12007, 8476, 11901, 8379, 13341, 10742, 14913, 9848, 8755, 11203, 10524, 13584, 9248, 13261, 9309, 14106, 10838, 17179, 12322, 8777, 11357, 8877, 12979, 10107, 13370, 8826, 13029, 8895, 13832, 10132, 13812, 9982, 13230, 9711, 12823, 11671, 8024, 11862, 8252, 12556, 10105, 14122, 10895, 14226, 9434, 12969, 11310, 11036, 11844, 7711, 12192, 8644, 13047, 10649, 13016, 9604, 13707, 10405, 15594, 11576, 9844, 10427, 9374, 11497, 11084, 11663, 8082, 11934, 8159, 12467, 9496, 12812, 9412, 12336, 10033, 11219, 11322, 9684, 12557, 7904, 12318, 9784, 14584, 11877, 8586, 11259, 8344, 13331, 11405, 17249, 11737, 13235, 11218, 12741, 12495, 15493, 12422, 8551, 12065, 8578, 12986, 9767, 13170, 8380, 12656, 8630, 13561, 9671, 13025, 9320, 12753, 9321, 13335, 10131, 11334, 9884, 8058, 11180, 8902, 13389, 9862, 12993, 9417, 13176, 10596, 13808, 12293, 8510, 12018, 8544, 13400, 10416, 14276, 10400, 11242, 9860, 9303, 13313, 9542, 12355, 9086, 13764, 9771, 14093, 11283, 15201, 10846, 9936, 10483, 8443, 10409, 11894, 9013, 12586, 9888, 9574, 11625, 15634, 12734, 8880, 12407, 8747, 13071, 10587, 12890, 8845, 13240, 8707, 12459, 9712, 12908, 10569, 12634, 9508, 10675, 10238, 12694, 11626, 8563, 11465, 8092, 12067, 10007, 12700, 8820, 13233, 9374, 13382, 10004, 14784, 10942, 11714, 9593, 13120, 10459, 17047, 12347, 8825, 11000, 9181, 12244, 13931, 12600, 8774, 11850, 7894, 12281, 9963, 13175, 8269, 12942, 8738, 13210, 9326, 13848, 10609, 13638, 9570, 10977, 10843, 11378, 13925, 10279, 8585, 9479, 8220, 12401, 10282, 16272, 11017, 16516, 11601, 16866, 12923, 16252, 12492, 8412, 12457, 8895, 13672, 11285, 16556, 10656, 8463, 11029, 8341, 12919, 9358, 12769, 9205, 13872, 9628, 14529, 11240, 11010, 9747, 8414, 11432, 8506, 12914, 9103, 12769, 8820, 9354, 9769, 10637, 11488, 8647, 11620, 8312, 12976, 9313, 14391, 9512, 13548, 9017, 13405, 9477, 13994, 9658, 13785, 8680, 13420, 9832, 13999, 10577, 13325, 9344, 12689, 11236, 10000, 11896, 7906, 12907, 8924, 13691, 9844, 13372, 9742, 14204, 11689, 16609, 11133, 8537, 11649, 8656, 13732, 10027, 13193, 9775, 8631, 12492, 9622, 12874, 9491, 14369, 10200, 16458, 12334, 9771, 10573, 8513, 12540, 9871, 13082, 8583, 12819, 10233, 14059, 11930, 8786, 11380, 8242, 12552, 10019, 13746, 10205, 12837, 10490, 10531, 12571, 8751, 12778, 9533, 14217, 11802, 11644, 10117, 8605, 12583, 9548, 12793, 9419, 13442, 10296, 11287, 11946, 8115, 11918, 9689, 13820, 11849, 8528, 12085, 8433, 13345, 11511, 15540, 10505, 8948, 11603, 10273, 13075, 8918, 13468, 10140, 14585, 11640, 8858, 11965, 8344, 12765, 11199, 13072, 12157, 7642, 11863, 9693, 14694, 11734, 8349, 11594, 8599, 13561, 11602, 16693, 10546, 8346, 12701, 9718, 13984, 10168, 9469, 10649, 9518, 13092, 9410, 13822, 10315, 14577, 11668, 11992, 12213, 8491, 12516, 10257, 13203, 12090, 8217, 12275, 9292, 13417, 11425, 8838, 11692, 7944, 12544, 9522, 15018, 10781, 14826, 10346, 14945, 12245, 9816, 12295, 7809, 12356, 9213, 13690, 11320, 12716, 9801, 9314, 12736, 9538, 12389, 9308, 13158, 10717, 10927, 11766, 8190, 12410, 10079, 14565, 12094, 8674, 11782, 8553, 13371, 11090, 15476, 10752, 8060, 12235, 9378, 13632, 10481, 9014, 10984, 9178, 12997, 9486, 13900, 10281, 13916, 12062, 9725, 12758, 8783, 12995, 10187, 14643, 11878, 9814, 10408, 8455, 12074, 9821, 13246, 8747, 12505, 9807, 11217, 12124, 8029, 12064, 9368, 13515, 11228, 11248, 10926, 8069, 12325, 9022, 13275, 10496, 13330, 9610, 9237, 12277, 9245, 13141, 9968, 9542, 12115, 9114, 13503, 9953, 9028, 12373, 9001, 13931, 11162, 15775, 10361, 10938, 12091, 10419, 12889, 9032, 13367, 10530, 14197, 12829, 8110, 12158, 9197, 13800, 11626, 10733, 10897, 7836, 12199, 9331, 13944, 11711, 11158, 9892, 8309, 13401, 9788, 15097, 9949, 12341, 10490, 10213, 12706, 8513, 13180, 9577, 14395, 12056, 11034, 10240, 8351, 12113, 9522, 13094, 9545, 13255, 9723, 9967, 11498, 8795, 12485, 9058, 12937, 10587, 12375, 11759, 8305, 11986, 9651, 12931, 11738, 9487, 12529, 8709, 13715, 10924, 16934, 12388, 8487, 12065, 8787, 14069, 10274, 14337, 9868, 13747, 9990, 12457, 12352, 8313, 12265, 9168, 10760, 10874, 8491, 12148, 8426, 13240, 10280, 16327, 11625, 13242, 10096, 12236, 11986, 16230, 12415, 8552, 11528, 8159, 12940, 9813, 13094, 9533, 12921, 9592, 13217, 11363, 8740, 11759, 8082, 12850, 9278, 14101, 11881, 15484, 9856, 11079, 11020, 9793, 12453, 8579, 12105, 9839, 13844, 11680, 16341, 10252, 10084, 10736, 9615, 12791, 9104, 13140, 8720, 12819, 9766, 13981, 11231, 9409, 9684, 8605, 11180, 9465, 12443, 8408, 12213, 9334, 13938, 11444, 15034, 10474, 9836, 10521, 10728, 12627, 8569, 12530, 9287, 9379, 10758, 8884, 12145, 8035, 11856, 8982, 13480, 10471, 14532, 9963, 14320, 10557, 16788, 11377, 15301, 9605, 13731, 9520, 14013, 10845, 13588, 9669, 13672, 10019, 14516, 11124, 8406, 10328, 8140, 11795, 10188, 12463, 8253, 12244, 8682, 13071, 9713, 12687, 8439, 12738, 8746, 12865, 9497, 13025, 8874, 12905, 8851, 12357, 10013, 13058, 9370, 10120, 9820, 9338, 11889, 9079, 12348, 9493, 9393, 11857, 9263, 12431, 9198, 14157, 11625, 17599, 12365, 9166, 11569, 10084, 13551, 9869, 13367, 8816, 13082, 10160, 14618, 11746, 9394, 9829, 8675, 11942, 9380, 13027, 8713, 13013, 10086, 14671, 12015, 8283, 11743, 9022, 13961, 11490, 16177, 12216, 8445, 12791, 8927, 14257, 10633, 15964, 9810, 14220, 9882, 14069, 11002, 14126, 10280, 11957, 9507, 9425, 11099, 9092, 12322, 8128, 11625, 9006, 12953, 11697, 9761, 11666, 7821, 11840, 10235, 12999, 10294, 8069, 11503, 8967, 13853, 11813, 15891, 9977, 14441, 11576, 17684, 12799, 10634, 11780, 8158, 12875, 9292, 13888, 11840, 12254, 9477, 9467, 10694, 12760, 11879, 8646, 11867, 8129, 12757, 9542, 13306, 8873, 12928, 8507, 12900, 9393, 13628, 9903, 13340, 9215, 13562, 10560, 13524, 9708, 12251, 9442, 10536, 10816, 8398, 12276, 8217, 10685, 9840, 10822, 11612, 8331, 12123, 8333, 14757, 10562, 16504, 10066, 15474, 10437, 14694, 11698, 15006, 10794, 13970, 9734, 13941, 11352, 11518, 11796, 8275, 12536, 8711, 13625, 9932, 13182, 9361, 13022, 9530, 14490, 11339, 8767, 10511, 7929, 11890, 9021, 13100, 9124, 13490, 9639, 14222, 11094, 12299, 11662, 8077, 11910, 9086, 13669, 10850, 16898, 10254, 9618, 10841, 9966, 12675, 9501, 13376, 9238, 13180, 10449, 14270, 11816, 8764, 11757, 8654, 13071, 10480, 15467, 11346, 15223, 10024, 13767, 12154, 11592, 12348, 8975, 12411, 9907, 13648, 10547, 10388, 12027, 9174, 11574, 10326, 8176, 11701, 10124, 15630, 10201, 14106, 10513, 14676, 11963, 16036, 11776, 8630, 12121, 8558, 13535, 10927, 10966, 9741, 8421, 9307, 10624, 9890, 11261, 11805, 8429, 13211, 10704, 16418, 12228, 17241, 11058, 13949, 11135, 11720, 12628, 9206, 13142, 9377, 12036, 10224, 10763, 11960, 8122, 12075, 8920, 13453, 10149, 13929, 10917, 14677, 9474, 13897, 10368, 12389, 12341, 8008, 11974, 8595, 12534, 10208, 10740, 11720, 7986, 11344, 8411, 13204, 10798, 15656, 11784, 15969, 10170, 14752, 10660, 15615, 11617, 9077, 10740, 8214, 12477, 9253, 13095, 9624, 9073, 10383, 9486, 12176, 8582, 12435, 8609, 13553, 9673, 14138, 11699, 16758, 10261, 14774, 10524, 14845, 11691, 11450, 10422, 8539, 10843, 9516, 12037, 9811, 12862, 8068, 12227, 8928, 12758, 10772, 12934, 9749, 11123, 10417, 10252, 12317, 8313, 12323, 8988, 12931, 10808, 14726, 10761, 8432, 11538, 8607, 12683, 10506, 15396, 10290, 9041, 11565, 9582, 13426, 9599, 12677, 9462, 8577, 11780, 9540, 12758, 10251, 12185, 10163, 10029, 11543, 13124, 12307, 8832, 12491, 8685, 14328, 9614, 12829, 10036, 13444, 9424, 13078, 10223, 14022, 10823, 8327, 11298, 8684, 12485, 9710, 12799, 10785, 14755, 11447, 8445, 10679, 8841, 12206, 9739, 14210, 11042, 12652, 9920, 9184, 13755, 9295, 13119, 9604, 13799, 10003, 14527, 11189, 10911, 10730, 8349, 11807, 8686, 12358, 9393, 12590, 9226, 12888, 10300, 14979, 11355, 8882, 11527, 8504, 12301, 9469, 13226, 11157, 13735, 9892, 12031, 10859, 11141, 11609, 8497, 12053, 9374, 12984, 10502, 15998, 10578, 14061, 10051, 14128, 10978, 9661, 10971, 8392, 11709, 9360, 13377, 10074, 8080, 10459, 8199, 12784, 9455, 15275, 9397, 13786, 9726, 13639, 11186, 15414, 9836, 13637, 10041, 14035, 11337, 13032, 10099, 8421, 11563], 'WindowCenter': [4705.0, 4738.0, 4685.0, 4711.0, 4669.0, 4686.0, 4653.0, 4684.0, 4663.0, 4690.0, 4652.0, 4630.0, 4660.0, 4634.0, 4671.0, 4643.0, 4668.0, 4644.0, 4670.0, 4652.0, 4670.0, 4650.0, 4669.0, 4630.0, 4660.0, 4651.0, 4641.0, 4648.0, 4620.0, 4660.0, 4632.0, 4659.0, 4653.0, 4658.0, 4640.0, 4658.0, 4653.0, 4680.0, 4661.0, 4620.0, 4650.0, 4611.0, 4660.0, 4631.0, 4671.0, 4630.0, 4657.0, 4643.0, 4668.0, 4652.0, 4678.0, 4650.0, 4669.0, 4651.0, 4668.0, 4651.0, 4649.0, 4652.0, 4609.0, 4646.0, 4636.0, 4659.0, 4629.0, 4659.0, 4620.0, 4671.0, 4619.0, 4657.0, 4651.0, 4645.0, 4675.0, 4655.0, 4634.0, 4676.0, 4664.0, 4676.0, 4694.0, 4661.0, 4620.0, 4662.0, 4630.0, 4670.0, 4642.0, 4658.0, 4620.0, 4648.0, 4630.0, 4660.0, 4651.0, 4648.0, 4652.0, 4631.0, 4662.0, 4641.0, 4684.0, 4629.0, 4661.0, 4622.0, 4658.0, 4641.0, 4659.0, 4661.0, 4670.0, 4630.0, 4659.0, 4650.0, 4638.0, 4658.0, 4619.0, 4659.0, 4620.0, 4660.0, 4640.0, 4669.0, 4652.0, 4673.0, 4652.0, 4660.0, 4652.0, 4631.0, 4661.0, 4635.0, 4684.0, 4654.0, 4671.0, 4642.0, 4670.0, 4653.0, 4683.0, 4664.0, 4679.0, 4643.0, 4671.0, 4662.0, 4680.0, 4661.0, 4640.0, 4652.0, 4650.0, 4660.0, 4620.0, 4661.0, 4610.0, 4659.0, 4642.0, 4672.0, 4650.0, 4670.0, 4641.0, 4671.0, 4652.0, 4681.0, 4661.0, 4649.0, 4637.0, 4629.0, 4650.0, 4637.0, 4660.0, 4607.0, 4656.0, 4609.0, 4658.0, 4628.0, 4659.0, 4628.0, 4654.0, 4627.0, 4659.0, 4641.0, 4677.0, 4641.0, 4649.0, 4641.0, 4629.0, 4663.0, 4641.0, 4660.0, 4610.0, 4658.0, 4621.0, 4661.0, 4631.0, 4668.0, 4639.0, 4668.0, 4630.0, 4669.0, 4650.0, 4677.0, 4641.0, 4668.0, 4631.0, 4668.0, 4651.0, 4650.0, 4640.0, 4619.0, 4648.0, 4628.0, 4659.0, 4629.0, 4660.0, 4618.0, 4658.0, 4628.0, 4660.0, 4648.0, 4660.0, 4632.0, 4668.0, 4641.0, 4670.0, 4651.0, 4648.0, 4640.0, 4619.0, 4652.0, 4632.0, 4672.0, 4632.0, 4672.0, 4642.0, 4671.0, 4654.0, 4682.0, 4653.0, 4681.0, 4642.0, 4672.0, 4666.0, 4673.0, 4662.0, 4631.0, 4662.0, 4632.0, 4684.0, 4642.0, 4663.0, 4631.0, 4672.0, 4642.0, 4673.0, 4663.0, 4632.0, 4651.0, 4630.0, 4670.0, 4643.0, 4674.0, 4633.0, 4670.0, 4653.0, 4680.0, 4672.0, 4651.0, 4650.0, 4630.0, 4673.0, 4641.0, 4671.0, 4623.0, 4669.0, 4641.0, 4668.0, 4649.0, 4670.0, 4651.0, 4659.0, 4628.0, 4655.0, 4640.0, 4660.0, 4630.0, 4620.0, 4651.0, 4630.0, 4671.0, 4642.0, 4673.0, 4632.0, 4674.0, 4646.0, 4684.0, 4665.0, 4672.0, 4643.0, 4685.0, 4655.0, 4682.0, 4662.0, 4672.0, 4643.0, 4632.0, 4661.0, 4646.0, 4683.0, 4674.0, 4633.0, 4674.0, 4646.0, 4696.0, 4655.0, 4694.0, 4653.0, 4681.0, 4653.0, 4682.0, 4662.0, 4679.0, 4652.0, 4658.0, 4638.0, 4640.0, 4661.0, 4641.0, 4659.0, 4621.0, 4660.0, 4633.0, 4672.0, 4652.0, 4671.0, 4640.0, 4671.0, 4639.0, 4670.0, 4663.0, 4692.0, 4651.0, 4650.0, 4641.0, 4631.0, 4661.0, 4640.0, 4671.0, 4609.0, 4659.0, 4623.0, 4671.0, 4652.0, 4671.0, 4644.0, 4670.0, 4652.0, 4682.0, 4665.0, 4632.0, 4662.0, 4621.0, 4674.0, 4641.0, 4673.0, 4644.0, 4668.0, 4640.0, 4670.0, 4651.0, 4641.0, 4651.0, 4632.0, 4672.0, 4645.0, 4681.0, 4655.0, 4674.0, 4655.0, 4682.0, 4665.0, 4673.0, 4652.0, 4663.0, 4654.0, 4660.0, 4662.0, 4621.0, 4658.0, 4619.0, 4659.0, 4630.0, 4662.0, 4620.0, 4658.0, 4630.0, 4666.0, 4651.0, 4669.0, 4641.0, 4669.0, 4643.0, 4669.0, 4661.0, 4638.0, 4638.0, 4616.0, 4649.0, 4637.0, 4659.0, 4608.0, 4656.0, 4610.0, 4658.0, 4631.0, 4658.0, 4642.0, 4662.0, 4638.0, 4669.0, 4651.0, 4679.0, 4653.0, 4629.0, 4640.0, 4619.0, 4660.0, 4629.0, 4671.0, 4619.0, 4659.0, 4629.0, 4670.0, 4652.0, 4680.0, 4653.0, 4670.0, 4638.0, 4671.0, 4661.0, 4650.0, 4661.0, 4619.0, 4658.0, 4630.0, 4670.0, 4629.0, 4661.0, 4617.0, 4658.0, 4638.0, 4659.0, 4648.0, 4658.0, 4628.0, 4659.0, 4640.0, 4649.0, 4662.0, 4620.0, 4647.0, 4622.0, 4659.0, 4651.0, 4681.0, 4653.0, 4632.0, 4661.0, 4650.0, 4672.0, 4631.0, 4671.0, 4629.0, 4668.0, 4630.0, 4670.0, 4648.0, 4670.0, 4630.0, 4660.0, 4651.0, 4641.0, 4658.0, 4610.0, 4660.0, 4642.0, 4672.0, 4653.0, 4661.0, 4643.0, 4652.0, 4664.0, 4672.0, 4662.0, 4621.0, 4660.0, 4631.0, 4662.0, 4640.0, 4670.0, 4612.0, 4658.0, 4632.0, 4671.0, 4652.0, 4661.0, 4631.0, 4649.0, 4654.0, 4662.0, 4665.0, 4622.0, 4663.0, 4634.0, 4672.0, 4662.0, 4694.0, 4663.0, 4672.0, 4655.0, 4662.0, 4673.0, 4680.0, 4663.0, 4621.0, 4661.0, 4621.0, 4672.0, 4641.0, 4659.0, 4629.0, 4657.0, 4641.0, 4669.0, 4660.0, 4659.0, 4643.0, 4638.0, 4652.0, 4649.0, 4658.0, 4610.0, 4658.0, 4631.0, 4670.0, 4661.0, 4662.0, 4641.0, 4652.0, 4654.0, 4651.0, 4664.0, 4621.0, 4663.0, 4632.0, 4683.0, 4641.0, 4671.0, 4619.0, 4659.0, 4618.0, 4659.0, 4628.0, 4670.0, 4627.0, 4655.0, 4628.0, 4657.0, 4639.0, 4657.0, 4640.0, 4657.0, 4619.0, 4655.0, 4628.0, 4656.0, 4639.0, 4658.0, 4628.0, 4638.0, 4640.0, 4639.0, 4650.0, 4612.0, 4661.0, 4635.0, 4673.0, 4664.0, 4694.0, 4655.0, 4684.0, 4645.0, 4683.0, 4665.0, 4693.0, 4663.0, 4682.0, 4642.0, 4670.0, 4652.0, 4662.0, 4651.0, 4624.0, 4662.0, 4632.0, 4673.0, 4653.0, 4673.0, 4643.0, 4672.0, 4665.0, 4693.0, 4663.0, 4622.0, 4663.0, 4623.0, 4685.0, 4646.0, 4681.0, 4643.0, 4682.0, 4652.0, 4672.0, 4653.0, 4670.0, 4640.0, 4669.0, 4642.0, 4671.0, 4651.0, 4669.0, 4642.0, 4660.0, 4641.0, 4659.0, 4652.0, 4632.0, 4663.0, 4621.0, 4663.0, 4643.0, 4674.0, 4632.0, 4672.0, 4623.0, 4662.0, 4652.0, 4681.0, 4654.0, 4672.0, 4641.0, 4663.0, 4664.0, 4654.0, 4663.0, 4613.0, 4669.0, 4644.0, 4673.0, 4664.0, 4675.0, 4644.0, 4660.0, 4664.0, 4674.0, 4664.0, 4623.0, 4661.0, 4623.0, 4672.0, 4653.0, 4683.0, 4655.0, 4632.0, 4664.0, 4653.0, 4684.0, 4643.0, 4674.0, 4643.0, 4680.0, 4664.0, 4702.0, 4673.0, 4622.0, 4652.0, 4632.0, 4673.0, 4642.0, 4673.0, 4621.0, 4658.0, 4619.0, 4667.0, 4638.0, 4659.0, 4639.0, 4658.0, 4640.0, 4660.0, 4660.0, 4610.0, 4661.0, 4621.0, 4672.0, 4654.0, 4679.0, 4654.0, 4680.0, 4642.0, 4672.0, 4662.0, 4654.0, 4662.0, 4613.0, 4660.0, 4632.0, 4672.0, 4652.0, 4667.0, 4644.0, 4670.0, 4652.0, 4682.0, 4664.0, 4640.0, 4651.0, 4630.0, 4661.0, 4651.0, 4651.0, 4610.0, 4661.0, 4618.0, 4669.0, 4643.0, 4661.0, 4641.0, 4670.0, 4651.0, 4663.0, 4663.0, 4641.0, 4673.0, 4623.0, 4661.0, 4656.0, 4694.0, 4675.0, 4636.0, 4666.0, 4635.0, 4684.0, 4675.0, 4702.0, 4676.0, 4674.0, 4664.0, 4671.0, 4673.0, 4681.0, 4660.0, 4619.0, 4660.0, 4620.0, 4659.0, 4629.0, 4660.0, 4607.0, 4657.0, 4619.0, 4658.0, 4629.0, 4659.0, 4629.0, 4656.0, 4629.0, 4671.0, 4642.0, 4651.0, 4641.0, 4620.0, 4661.0, 4633.0, 4682.0, 4655.0, 4672.0, 4643.0, 4672.0, 4655.0, 4672.0, 4663.0, 4631.0, 4662.0, 4632.0, 4672.0, 4654.0, 4681.0, 4652.0, 4662.0, 4652.0, 4643.0, 4684.0, 4654.0, 4673.0, 4633.0, 4681.0, 4652.0, 4681.0, 4661.0, 4682.0, 4655.0, 4641.0, 4652.0, 4634.0, 4666.0, 4675.0, 4646.0, 4684.0, 4655.0, 4656.0, 4675.0, 4692.0, 4676.0, 4632.0, 4664.0, 4621.0, 4672.0, 4641.0, 4660.0, 4618.0, 4657.0, 4618.0, 4658.0, 4630.0, 4659.0, 4650.0, 4660.0, 4640.0, 4649.0, 4653.0, 4670.0, 4662.0, 4620.0, 4662.0, 4611.0, 4661.0, 4641.0, 4672.0, 4632.0, 4669.0, 4641.0, 4672.0, 4655.0, 4680.0, 4667.0, 4662.0, 4645.0, 4671.0, 4656.0, 4694.0, 4674.0, 4632.0, 4652.0, 4631.0, 4661.0, 4669.0, 4662.0, 4620.0, 4661.0, 4610.0, 4661.0, 4640.0, 4671.0, 4619.0, 4659.0, 4621.0, 4670.0, 4632.0, 4671.0, 4650.0, 4671.0, 4642.0, 4651.0, 4664.0, 4663.0, 4683.0, 4654.0, 4632.0, 4644.0, 4636.0, 4684.0, 4667.0, 4705.0, 4666.0, 4695.0, 4665.0, 4693.0, 4674.0, 4680.0, 4661.0, 4609.0, 4647.0, 4619.0, 4659.0, 4649.0, 4679.0, 4640.0, 4618.0, 4649.0, 4620.0, 4671.0, 4631.0, 4659.0, 4631.0, 4669.0, 4642.0, 4671.0, 4653.0, 4649.0, 4631.0, 4619.0, 4649.0, 4622.0, 4671.0, 4632.0, 4669.0, 4633.0, 4642.0, 4654.0, 4654.0, 4665.0, 4636.0, 4676.0, 4634.0, 4684.0, 4645.0, 4685.0, 4643.0, 4671.0, 4632.0, 4670.0, 4643.0, 4672.0, 4632.0, 4669.0, 4620.0, 4667.0, 4642.0, 4670.0, 4650.0, 4670.0, 4643.0, 4671.0, 4662.0, 4642.0, 4662.0, 4621.0, 4670.0, 4632.0, 4683.0, 4641.0, 4669.0, 4643.0, 4672.0, 4664.0, 4691.0, 4652.0, 4622.0, 4662.0, 4632.0, 4671.0, 4643.0, 4670.0, 4641.0, 4632.0, 4673.0, 4643.0, 4673.0, 4643.0, 4680.0, 4653.0, 4690.0, 4674.0, 4640.0, 4650.0, 4620.0, 4661.0, 4630.0, 4658.0, 4619.0, 4658.0, 4641.0, 4669.0, 4662.0, 4620.0, 4648.0, 4620.0, 4660.0, 4642.0, 4670.0, 4642.0, 4659.0, 4651.0, 4651.0, 4660.0, 4622.0, 4661.0, 4640.0, 4671.0, 4662.0, 4649.0, 4639.0, 4620.0, 4663.0, 4632.0, 4660.0, 4632.0, 4670.0, 4651.0, 4650.0, 4662.0, 4622.0, 4663.0, 4642.0, 4673.0, 4663.0, 4633.0, 4664.0, 4623.0, 4670.0, 4663.0, 4681.0, 4651.0, 4629.0, 4661.0, 4641.0, 4672.0, 4631.0, 4659.0, 4638.0, 4670.0, 4653.0, 4621.0, 4661.0, 4621.0, 4671.0, 4664.0, 4672.0, 4664.0, 4613.0, 4663.0, 4646.0, 4683.0, 4663.0, 4626.0, 4663.0, 4635.0, 4673.0, 4663.0, 4691.0, 4653.0, 4621.0, 4672.0, 4642.0, 4680.0, 4653.0, 4639.0, 4653.0, 4642.0, 4674.0, 4632.0, 4672.0, 4642.0, 4680.0, 4665.0, 4662.0, 4659.0, 4620.0, 4657.0, 4643.0, 4669.0, 4663.0, 4622.0, 4660.0, 4643.0, 4685.0, 4666.0, 4634.0, 4673.0, 4624.0, 4673.0, 4645.0, 4685.0, 4652.0, 4681.0, 4642.0, 4683.0, 4663.0, 4643.0, 4661.0, 4610.0, 4662.0, 4632.0, 4672.0, 4653.0, 4659.0, 4642.0, 4643.0, 4674.0, 4644.0, 4673.0, 4644.0, 4673.0, 4665.0, 4654.0, 4663.0, 4623.0, 4660.0, 4644.0, 4682.0, 4663.0, 4622.0, 4661.0, 4622.0, 4673.0, 4653.0, 4682.0, 4651.0, 4612.0, 4661.0, 4644.0, 4684.0, 4652.0, 4633.0, 4663.0, 4644.0, 4673.0, 4643.0, 4673.0, 4644.0, 4671.0, 4663.0, 4643.0, 4672.0, 4623.0, 4670.0, 4653.0, 4683.0, 4662.0, 4643.0, 4652.0, 4620.0, 4663.0, 4642.0, 4672.0, 4632.0, 4660.0, 4655.0, 4663.0, 4673.0, 4625.0, 4671.0, 4644.0, 4684.0, 4666.0, 4664.0, 4664.0, 4624.0, 4662.0, 4632.0, 4675.0, 4652.0, 4670.0, 4631.0, 4632.0, 4663.0, 4632.0, 4672.0, 4646.0, 4643.0, 4675.0, 4634.0, 4685.0, 4654.0, 4635.0, 4674.0, 4645.0, 4686.0, 4664.0, 4682.0, 4653.0, 4654.0, 4676.0, 4651.0, 4673.0, 4632.0, 4660.0, 4653.0, 4673.0, 4662.0, 4610.0, 4662.0, 4634.0, 4672.0, 4663.0, 4652.0, 4652.0, 4613.0, 4661.0, 4644.0, 4672.0, 4663.0, 4651.0, 4642.0, 4622.0, 4673.0, 4643.0, 4682.0, 4643.0, 4661.0, 4652.0, 4644.0, 4672.0, 4621.0, 4672.0, 4642.0, 4671.0, 4664.0, 4650.0, 4643.0, 4621.0, 4661.0, 4631.0, 4674.0, 4632.0, 4662.0, 4633.0, 4642.0, 4663.0, 4623.0, 4663.0, 4632.0, 4672.0, 4654.0, 4673.0, 4664.0, 4623.0, 4663.0, 4643.0, 4672.0, 4674.0, 4645.0, 4672.0, 4634.0, 4672.0, 4665.0, 4695.0, 4675.0, 4621.0, 4662.0, 4622.0, 4672.0, 4640.0, 4671.0, 4642.0, 4659.0, 4641.0, 4660.0, 4663.0, 4620.0, 4662.0, 4632.0, 4662.0, 4665.0, 4635.0, 4673.0, 4636.0, 4685.0, 4669.0, 4707.0, 4678.0, 4675.0, 4653.0, 4662.0, 4666.0, 4683.0, 4663.0, 4620.0, 4651.0, 4610.0, 4661.0, 4630.0, 4659.0, 4629.0, 4658.0, 4641.0, 4670.0, 4662.0, 4621.0, 4660.0, 4622.0, 4671.0, 4644.0, 4672.0, 4664.0, 4680.0, 4641.0, 4650.0, 4652.0, 4640.0, 4661.0, 4621.0, 4659.0, 4643.0, 4672.0, 4664.0, 4682.0, 4643.0, 4640.0, 4652.0, 4632.0, 4661.0, 4622.0, 4658.0, 4621.0, 4659.0, 4643.0, 4669.0, 4653.0, 4630.0, 4641.0, 4632.0, 4663.0, 4644.0, 4673.0, 4623.0, 4662.0, 4645.0, 4684.0, 4665.0, 4682.0, 4656.0, 4643.0, 4654.0, 4653.0, 4664.0, 4621.0, 4661.0, 4643.0, 4644.0, 4666.0, 4645.0, 4673.0, 4636.0, 4676.0, 4648.0, 4697.0, 4668.0, 4696.0, 4656.0, 4683.0, 4656.0, 4693.0, 4662.0, 4683.0, 4632.0, 4668.0, 4634.0, 4669.0, 4640.0, 4657.0, 4628.0, 4667.0, 4641.0, 4671.0, 4652.0, 4609.0, 4641.0, 4623.0, 4663.0, 4643.0, 4674.0, 4623.0, 4663.0, 4622.0, 4673.0, 4631.0, 4661.0, 4610.0, 4659.0, 4620.0, 4660.0, 4630.0, 4660.0, 4618.0, 4658.0, 4620.0, 4662.0, 4640.0, 4660.0, 4642.0, 4641.0, 4654.0, 4644.0, 4674.0, 4645.0, 4674.0, 4644.0, 4646.0, 4676.0, 4646.0, 4673.0, 4647.0, 4684.0, 4675.0, 4704.0, 4674.0, 4633.0, 4663.0, 4641.0, 4673.0, 4643.0, 4662.0, 4630.0, 4660.0, 4653.0, 4671.0, 4663.0, 4631.0, 4640.0, 4620.0, 4662.0, 4631.0, 4660.0, 4622.0, 4661.0, 4642.0, 4670.0, 4661.0, 4621.0, 4652.0, 4630.0, 4672.0, 4664.0, 4680.0, 4661.0, 4611.0, 4661.0, 4620.0, 4671.0, 4639.0, 4670.0, 4628.0, 4659.0, 4628.0, 4657.0, 4640.0, 4658.0, 4628.0, 4646.0, 4627.0, 4617.0, 4651.0, 4622.0, 4659.0, 4613.0, 4651.0, 4633.0, 4671.0, 4662.0, 4642.0, 4653.0, 4613.0, 4663.0, 4655.0, 4686.0, 4656.0, 4624.0, 4666.0, 4649.0, 4686.0, 4676.0, 4692.0, 4655.0, 4684.0, 4665.0, 4694.0, 4676.0, 4642.0, 4651.0, 4611.0, 4672.0, 4632.0, 4669.0, 4663.0, 4660.0, 4642.0, 4633.0, 4655.0, 4661.0, 4663.0, 4623.0, 4662.0, 4611.0, 4662.0, 4630.0, 4670.0, 4622.0, 4661.0, 4620.0, 4661.0, 4631.0, 4671.0, 4630.0, 4659.0, 4632.0, 4658.0, 4642.0, 4661.0, 4631.0, 4649.0, 4633.0, 4641.0, 4653.0, 4623.0, 4662.0, 4636.0, 4655.0, 4657.0, 4665.0, 4677.0, 4636.0, 4676.0, 4635.0, 4696.0, 4654.0, 4695.0, 4645.0, 4682.0, 4644.0, 4672.0, 4653.0, 4672.0, 4643.0, 4670.0, 4631.0, 4670.0, 4652.0, 4650.0, 4661.0, 4612.0, 4662.0, 4622.0, 4671.0, 4641.0, 4660.0, 4630.0, 4661.0, 4643.0, 4671.0, 4653.0, 4621.0, 4651.0, 4611.0, 4661.0, 4634.0, 4673.0, 4633.0, 4671.0, 4644.0, 4683.0, 4654.0, 4661.0, 4653.0, 4612.0, 4652.0, 4631.0, 4671.0, 4652.0, 4691.0, 4642.0, 4630.0, 4651.0, 4643.0, 4665.0, 4631.0, 4660.0, 4630.0, 4661.0, 4650.0, 4670.0, 4662.0, 4621.0, 4661.0, 4633.0, 4672.0, 4655.0, 4683.0, 4654.0, 4680.0, 4641.0, 4672.0, 4662.0, 4652.0, 4660.0, 4620.0, 4658.0, 4641.0, 4670.0, 4641.0, 4640.0, 4661.0, 4632.0, 4651.0, 4653.0, 4634.0, 4675.0, 4655.0, 4695.0, 4655.0, 4682.0, 4655.0, 4683.0, 4664.0, 4682.0, 4653.0, 4619.0, 4651.0, 4621.0, 4661.0, 4653.0, 4641.0, 4631.0, 4622.0, 4645.0, 4664.0, 4669.0, 4677.0, 4677.0, 4638.0, 4686.0, 4666.0, 4695.0, 4676.0, 4692.0, 4655.0, 4669.0, 4651.0, 4649.0, 4660.0, 4620.0, 4660.0, 4630.0, 4649.0, 4653.0, 4651.0, 4664.0, 4612.0, 4660.0, 4632.0, 4671.0, 4654.0, 4683.0, 4655.0, 4672.0, 4644.0, 4671.0, 4643.0, 4660.0, 4663.0, 4612.0, 4662.0, 4634.0, 4672.0, 4657.0, 4665.0, 4677.0, 4626.0, 4666.0, 4638.0, 4685.0, 4668.0, 4697.0, 4666.0, 4694.0, 4653.0, 4685.0, 4658.0, 4685.0, 4666.0, 4633.0, 4654.0, 4624.0, 4674.0, 4635.0, 4675.0, 4645.0, 4635.0, 4669.0, 4671.0, 4691.0, 4649.0, 4689.0, 4647.0, 4684.0, 4657.0, 4688.0, 4676.0, 4695.0, 4646.0, 4683.0, 4657.0, 4685.0, 4664.0, 4652.0, 4641.0, 4622.0, 4653.0, 4645.0, 4665.0, 4644.0, 4664.0, 4614.0, 4662.0, 4636.0, 4665.0, 4654.0, 4662.0, 4632.0, 4653.0, 4657.0, 4655.0, 4664.0, 4623.0, 4663.0, 4634.0, 4674.0, 4657.0, 4684.0, 4656.0, 4625.0, 4663.0, 4637.0, 4675.0, 4657.0, 4685.0, 4655.0, 4634.0, 4662.0, 4647.0, 4677.0, 4646.0, 4674.0, 4646.0, 4634.0, 4667.0, 4648.0, 4677.0, 4656.0, 4677.0, 4658.0, 4656.0, 4668.0, 4674.0, 4666.0, 4635.0, 4664.0, 4622.0, 4683.0, 4635.0, 4662.0, 4642.0, 4660.0, 4630.0, 4674.0, 4667.0, 4683.0, 4666.0, 4622.0, 4653.0, 4623.0, 4662.0, 4635.0, 4665.0, 4657.0, 4674.0, 4664.0, 4620.0, 4640.0, 4632.0, 4662.0, 4645.0, 4672.0, 4665.0, 4661.0, 4644.0, 4644.0, 4686.0, 4635.0, 4671.0, 4641.0, 4672.0, 4643.0, 4685.0, 4666.0, 4651.0, 4651.0, 4621.0, 4663.0, 4635.0, 4663.0, 4643.0, 4662.0, 4631.0, 4659.0, 4654.0, 4682.0, 4653.0, 4631.0, 4662.0, 4632.0, 4662.0, 4647.0, 4670.0, 4664.0, 4670.0, 4644.0, 4662.0, 4655.0, 4654.0, 4652.0, 4623.0, 4660.0, 4631.0, 4671.0, 4641.0, 4681.0, 4639.0, 4668.0, 4641.0, 4669.0, 4650.0, 4632.0, 4639.0, 4620.0, 4660.0, 4643.0, 4684.0, 4657.0, 4625.0, 4664.0, 4638.0, 4685.0, 4656.0, 4695.0, 4645.0, 4672.0, 4644.0, 4673.0, 4654.0, 4673.0, 4642.0, 4660.0, 4642.0, 4669.0, 4651.0, 4659.0, 4642.0, 4620.0, 4652.0], 'WindowWidth': [10319.0, 10347.0, 10263.0, 10289.0, 10226.0, 10242.0, 10195.0, 10235.0, 10207.0, 10240.0, 10187.0, 10156.0, 10196.0, 10166.0, 10214.0, 10177.0, 10204.0, 10177.0, 10208.0, 10186.0, 10207.0, 10180.0, 10202.0, 10154.0, 10193.0, 10183.0, 10168.0, 10176.0, 10139.0, 10193.0, 10159.0, 10193.0, 10188.0, 10189.0, 10167.0, 10189.0, 10188.0, 10220.0, 10198.0, 10139.0, 10181.0, 10129.0, 10195.0, 10156.0, 10211.0, 10154.0, 10188.0, 10174.0, 10204.0, 10187.0, 10217.0, 10182.0, 10205.0, 10183.0, 10204.0, 10183.0, 10177.0, 10182.0, 10120.0, 10171.0, 10157.0, 10190.0, 10148.0, 10188.0, 10136.0, 10211.0, 10137.0, 10186.0, 10185.0, 10182.0, 10222.0, 10197.0, 10169.0, 10226.0, 10207.0, 10226.0, 10246.0, 10198.0, 10141.0, 10197.0, 10155.0, 10210.0, 10170.0, 10188.0, 10136.0, 10171.0, 10151.0, 10192.0, 10184.0, 10178.0, 10185.0, 10157.0, 10199.0, 10173.0, 10232.0, 10152.0, 10195.0, 10144.0, 10187.0, 10170.0, 10191.0, 10197.0, 10205.0, 10152.0, 10189.0, 10180.0, 10161.0, 10190.0, 10136.0, 10191.0, 10140.0, 10193.0, 10169.0, 10205.0, 10186.0, 10214.0, 10189.0, 10196.0, 10186.0, 10158.0, 10199.0, 10168.0, 10234.0, 10193.0, 10212.0, 10175.0, 10209.0, 10193.0, 10231.0, 10206.0, 10219.0, 10173.0, 10209.0, 10201.0, 10221.0, 10198.0, 10165.0, 10184.0, 10181.0, 10194.0, 10139.0, 10195.0, 10128.0, 10191.0, 10173.0, 10214.0, 10183.0, 10209.0, 10171.0, 10209.0, 10188.0, 10223.0, 10196.0, 10176.0, 10160.0, 10148.0, 10178.0, 10159.0, 10192.0, 10118.0, 10183.0, 10121.0, 10188.0, 10145.0, 10187.0, 10146.0, 10177.0, 10146.0, 10189.0, 10169.0, 10214.0, 10169.0, 10178.0, 10168.0, 10153.0, 10201.0, 10170.0, 10194.0, 10126.0, 10189.0, 10142.0, 10197.0, 10155.0, 10202.0, 10165.0, 10201.0, 10153.0, 10203.0, 10180.0, 10213.0, 10167.0, 10202.0, 10155.0, 10201.0, 10181.0, 10179.0, 10165.0, 10136.0, 10174.0, 10149.0, 10192.0, 10151.0, 10192.0, 10136.0, 10187.0, 10149.0, 10192.0, 10177.0, 10192.0, 10158.0, 10202.0, 10169.0, 10207.0, 10184.0, 10175.0, 10166.0, 10137.0, 10186.0, 10159.0, 10214.0, 10160.0, 10212.0, 10176.0, 10213.0, 10195.0, 10229.0, 10192.0, 10225.0, 10176.0, 10214.0, 10211.0, 10218.0, 10200.0, 10157.0, 10200.0, 10159.0, 10231.0, 10172.0, 10200.0, 10158.0, 10211.0, 10176.0, 10214.0, 10204.0, 10161.0, 10186.0, 10154.0, 10212.0, 10175.0, 10217.0, 10162.0, 10208.0, 10193.0, 10225.0, 10216.0, 10184.0, 10184.0, 10155.0, 10217.0, 10170.0, 10212.0, 10146.0, 10203.0, 10169.0, 10202.0, 10179.0, 10205.0, 10181.0, 10189.0, 10147.0, 10181.0, 10166.0, 10192.0, 10152.0, 10141.0, 10184.0, 10155.0, 10213.0, 10175.0, 10216.0, 10164.0, 10220.0, 10188.0, 10233.0, 10211.0, 10213.0, 10178.0, 10232.0, 10197.0, 10228.0, 10201.0, 10213.0, 10176.0, 10163.0, 10200.0, 10185.0, 10232.0, 10223.0, 10167.0, 10221.0, 10188.0, 10256.0, 10196.0, 10247.0, 10189.0, 10223.0, 10187.0, 10226.0, 10198.0, 10218.0, 10182.0, 10186.0, 10161.0, 10165.0, 10194.0, 10168.0, 10194.0, 10143.0, 10195.0, 10164.0, 10213.0, 10188.0, 10210.0, 10169.0, 10209.0, 10167.0, 10209.0, 10202.0, 10240.0, 10183.0, 10180.0, 10169.0, 10156.0, 10198.0, 10168.0, 10210.0, 10125.0, 10192.0, 10151.0, 10212.0, 10189.0, 10212.0, 10179.0, 10208.0, 10189.0, 10227.0, 10208.0, 10159.0, 10201.0, 10142.0, 10218.0, 10171.0, 10215.0, 10177.0, 10204.0, 10170.0, 10210.0, 10186.0, 10169.0, 10185.0, 10158.0, 10215.0, 10181.0, 10228.0, 10196.0, 10220.0, 10195.0, 10230.0, 10209.0, 10215.0, 10188.0, 10199.0, 10193.0, 10196.0, 10199.0, 10142.0, 10190.0, 10136.0, 10192.0, 10152.0, 10197.0, 10139.0, 10187.0, 10152.0, 10199.0, 10182.0, 10204.0, 10168.0, 10203.0, 10173.0, 10204.0, 10195.0, 10161.0, 10160.0, 10129.0, 10177.0, 10156.0, 10192.0, 10119.0, 10186.0, 10127.0, 10190.0, 10156.0, 10188.0, 10173.0, 10195.0, 10164.0, 10204.0, 10184.0, 10219.0, 10187.0, 10149.0, 10167.0, 10136.0, 10195.0, 10150.0, 10210.0, 10139.0, 10191.0, 10153.0, 10207.0, 10186.0, 10222.0, 10186.0, 10206.0, 10163.0, 10210.0, 10197.0, 10180.0, 10195.0, 10135.0, 10187.0, 10153.0, 10208.0, 10150.0, 10193.0, 10134.0, 10186.0, 10165.0, 10190.0, 10175.0, 10187.0, 10148.0, 10189.0, 10167.0, 10176.0, 10197.0, 10139.0, 10174.0, 10145.0, 10195.0, 10186.0, 10226.0, 10191.0, 10160.0, 10199.0, 10184.0, 10216.0, 10156.0, 10212.0, 10152.0, 10203.0, 10153.0, 10207.0, 10177.0, 10206.0, 10154.0, 10193.0, 10183.0, 10169.0, 10189.0, 10129.0, 10193.0, 10174.0, 10212.0, 10189.0, 10198.0, 10177.0, 10187.0, 10206.0, 10214.0, 10199.0, 10143.0, 10193.0, 10155.0, 10199.0, 10167.0, 10208.0, 10131.0, 10188.0, 10159.0, 10209.0, 10187.0, 10196.0, 10159.0, 10179.0, 10192.0, 10202.0, 10208.0, 10147.0, 10203.0, 10166.0, 10214.0, 10205.0, 10247.0, 10205.0, 10214.0, 10195.0, 10201.0, 10219.0, 10224.0, 10202.0, 10143.0, 10197.0, 10144.0, 10212.0, 10168.0, 10191.0, 10151.0, 10186.0, 10169.0, 10205.0, 10193.0, 10190.0, 10172.0, 10161.0, 10186.0, 10179.0, 10191.0, 10127.0, 10189.0, 10157.0, 10207.0, 10197.0, 10199.0, 10172.0, 10186.0, 10192.0, 10186.0, 10205.0, 10145.0, 10203.0, 10159.0, 10231.0, 10170.0, 10209.0, 10138.0, 10189.0, 10135.0, 10189.0, 10148.0, 10203.0, 10145.0, 10179.0, 10147.0, 10182.0, 10164.0, 10185.0, 10166.0, 10184.0, 10136.0, 10179.0, 10149.0, 10183.0, 10163.0, 10186.0, 10148.0, 10160.0, 10168.0, 10165.0, 10183.0, 10134.0, 10199.0, 10170.0, 10219.0, 10211.0, 10248.0, 10198.0, 10233.0, 10182.0, 10231.0, 10210.0, 10245.0, 10202.0, 10225.0, 10172.0, 10207.0, 10188.0, 10200.0, 10184.0, 10149.0, 10199.0, 10162.0, 10217.0, 10191.0, 10215.0, 10177.0, 10214.0, 10209.0, 10244.0, 10204.0, 10149.0, 10205.0, 10152.0, 10237.0, 10185.0, 10226.0, 10178.0, 10228.0, 10189.0, 10213.0, 10189.0, 10207.0, 10168.0, 10204.0, 10170.0, 10207.0, 10182.0, 10204.0, 10172.0, 10192.0, 10172.0, 10193.0, 10188.0, 10161.0, 10203.0, 10144.0, 10205.0, 10177.0, 10221.0, 10160.0, 10212.0, 10149.0, 10199.0, 10187.0, 10226.0, 10191.0, 10213.0, 10172.0, 10202.0, 10206.0, 10191.0, 10201.0, 10137.0, 10207.0, 10182.0, 10217.0, 10206.0, 10220.0, 10180.0, 10197.0, 10207.0, 10219.0, 10206.0, 10149.0, 10198.0, 10149.0, 10215.0, 10190.0, 10229.0, 10195.0, 10161.0, 10206.0, 10190.0, 10236.0, 10177.0, 10218.0, 10178.0, 10224.0, 10208.0, 10257.0, 10217.0, 10146.0, 10187.0, 10158.0, 10217.0, 10171.0, 10215.0, 10141.0, 10189.0, 10136.0, 10198.0, 10162.0, 10188.0, 10163.0, 10187.0, 10168.0, 10192.0, 10196.0, 10128.0, 10196.0, 10145.0, 10212.0, 10193.0, 10222.0, 10191.0, 10223.0, 10174.0, 10213.0, 10203.0, 10191.0, 10200.0, 10134.0, 10194.0, 10162.0, 10214.0, 10187.0, 10200.0, 10177.0, 10208.0, 10189.0, 10228.0, 10204.0, 10167.0, 10183.0, 10153.0, 10198.0, 10184.0, 10184.0, 10127.0, 10197.0, 10139.0, 10209.0, 10175.0, 10196.0, 10172.0, 10209.0, 10186.0, 10203.0, 10204.0, 10173.0, 10216.0, 10150.0, 10200.0, 10200.0, 10249.0, 10226.0, 10171.0, 10212.0, 10171.0, 10235.0, 10225.0, 10259.0, 10225.0, 10218.0, 10206.0, 10211.0, 10215.0, 10223.0, 10194.0, 10137.0, 10192.0, 10137.0, 10191.0, 10148.0, 10192.0, 10118.0, 10184.0, 10135.0, 10188.0, 10147.0, 10187.0, 10149.0, 10182.0, 10150.0, 10208.0, 10171.0, 10184.0, 10171.0, 10141.0, 10199.0, 10163.0, 10229.0, 10194.0, 10213.0, 10178.0, 10214.0, 10195.0, 10213.0, 10203.0, 10158.0, 10200.0, 10159.0, 10213.0, 10192.0, 10224.0, 10187.0, 10200.0, 10187.0, 10177.0, 10234.0, 10193.0, 10216.0, 10165.0, 10226.0, 10190.0, 10226.0, 10200.0, 10224.0, 10194.0, 10170.0, 10187.0, 10169.0, 10213.0, 10225.0, 10186.0, 10236.0, 10197.0, 10198.0, 10226.0, 10244.0, 10223.0, 10158.0, 10203.0, 10141.0, 10213.0, 10168.0, 10193.0, 10133.0, 10182.0, 10133.0, 10185.0, 10154.0, 10189.0, 10180.0, 10193.0, 10168.0, 10178.0, 10191.0, 10209.0, 10201.0, 10140.0, 10200.0, 10129.0, 10198.0, 10168.0, 10212.0, 10156.0, 10205.0, 10171.0, 10211.0, 10196.0, 10225.0, 10212.0, 10199.0, 10180.0, 10212.0, 10197.0, 10246.0, 10219.0, 10158.0, 10186.0, 10155.0, 10199.0, 10205.0, 10199.0, 10137.0, 10194.0, 10124.0, 10195.0, 10166.0, 10210.0, 10138.0, 10191.0, 10143.0, 10207.0, 10158.0, 10209.0, 10182.0, 10210.0, 10172.0, 10184.0, 10207.0, 10203.0, 10233.0, 10191.0, 10159.0, 10179.0, 10173.0, 10235.0, 10217.0, 10265.0, 10211.0, 10248.0, 10208.0, 10245.0, 10219.0, 10224.0, 10195.0, 10123.0, 10169.0, 10135.0, 10188.0, 10177.0, 10217.0, 10164.0, 10133.0, 10178.0, 10141.0, 10209.0, 10156.0, 10189.0, 10155.0, 10203.0, 10171.0, 10210.0, 10186.0, 10177.0, 10154.0, 10136.0, 10177.0, 10144.0, 10210.0, 10160.0, 10206.0, 10162.0, 10174.0, 10194.0, 10193.0, 10210.0, 10169.0, 10224.0, 10166.0, 10234.0, 10180.0, 10237.0, 10176.0, 10211.0, 10158.0, 10208.0, 10174.0, 10212.0, 10157.0, 10203.0, 10139.0, 10199.0, 10170.0, 10206.0, 10180.0, 10206.0, 10174.0, 10211.0, 10202.0, 10173.0, 10200.0, 10143.0, 10210.0, 10160.0, 10229.0, 10172.0, 10205.0, 10173.0, 10212.0, 10204.0, 10237.0, 10185.0, 10144.0, 10197.0, 10159.0, 10212.0, 10175.0, 10208.0, 10171.0, 10159.0, 10218.0, 10176.0, 10216.0, 10177.0, 10221.0, 10191.0, 10237.0, 10218.0, 10166.0, 10180.0, 10138.0, 10196.0, 10152.0, 10187.0, 10136.0, 10185.0, 10168.0, 10205.0, 10198.0, 10138.0, 10176.0, 10139.0, 10193.0, 10173.0, 10207.0, 10172.0, 10191.0, 10183.0, 10183.0, 10197.0, 10144.0, 10195.0, 10167.0, 10208.0, 10199.0, 10177.0, 10164.0, 10140.0, 10201.0, 10158.0, 10194.0, 10159.0, 10206.0, 10186.0, 10182.0, 10199.0, 10144.0, 10199.0, 10173.0, 10214.0, 10204.0, 10160.0, 10204.0, 10148.0, 10209.0, 10201.0, 10223.0, 10184.0, 10151.0, 10196.0, 10169.0, 10212.0, 10154.0, 10190.0, 10162.0, 10205.0, 10186.0, 10141.0, 10194.0, 10143.0, 10210.0, 10206.0, 10214.0, 10204.0, 10135.0, 10200.0, 10184.0, 10230.0, 10204.0, 10154.0, 10202.0, 10166.0, 10215.0, 10203.0, 10237.0, 10187.0, 10142.0, 10212.0, 10171.0, 10223.0, 10187.0, 10166.0, 10188.0, 10172.0, 10218.0, 10160.0, 10211.0, 10170.0, 10220.0, 10206.0, 10198.0, 10192.0, 10138.0, 10185.0, 10173.0, 10205.0, 10202.0, 10143.0, 10194.0, 10176.0, 10234.0, 10210.0, 10166.0, 10217.0, 10151.0, 10215.0, 10180.0, 10233.0, 10188.0, 10223.0, 10171.0, 10227.0, 10203.0, 10172.0, 10197.0, 10126.0, 10197.0, 10159.0, 10211.0, 10187.0, 10191.0, 10171.0, 10176.0, 10220.0, 10177.0, 10215.0, 10178.0, 10216.0, 10209.0, 10192.0, 10203.0, 10147.0, 10195.0, 10177.0, 10227.0, 10203.0, 10145.0, 10197.0, 10143.0, 10214.0, 10188.0, 10224.0, 10184.0, 10131.0, 10196.0, 10178.0, 10230.0, 10188.0, 10161.0, 10203.0, 10179.0, 10217.0, 10175.0, 10214.0, 10175.0, 10211.0, 10203.0, 10175.0, 10210.0, 10146.0, 10207.0, 10188.0, 10227.0, 10200.0, 10172.0, 10184.0, 10139.0, 10201.0, 10170.0, 10211.0, 10158.0, 10193.0, 10194.0, 10201.0, 10217.0, 10153.0, 10212.0, 10179.0, 10232.0, 10212.0, 10205.0, 10204.0, 10149.0, 10200.0, 10160.0, 10220.0, 10186.0, 10207.0, 10156.0, 10157.0, 10203.0, 10159.0, 10213.0, 10180.0, 10175.0, 10222.0, 10164.0, 10234.0, 10193.0, 10166.0, 10218.0, 10182.0, 10238.0, 10206.0, 10228.0, 10188.0, 10189.0, 10223.0, 10183.0, 10214.0, 10156.0, 10191.0, 10187.0, 10213.0, 10199.0, 10126.0, 10196.0, 10163.0, 10212.0, 10203.0, 10184.0, 10186.0, 10133.0, 10196.0, 10177.0, 10212.0, 10200.0, 10182.0, 10171.0, 10145.0, 10217.0, 10174.0, 10225.0, 10174.0, 10194.0, 10185.0, 10175.0, 10214.0, 10143.0, 10210.0, 10173.0, 10210.0, 10202.0, 10179.0, 10172.0, 10140.0, 10196.0, 10155.0, 10214.0, 10157.0, 10197.0, 10158.0, 10171.0, 10202.0, 10147.0, 10199.0, 10161.0, 10211.0, 10193.0, 10217.0, 10206.0, 10147.0, 10200.0, 10175.0, 10214.0, 10219.0, 10180.0, 10212.0, 10164.0, 10213.0, 10208.0, 10247.0, 10220.0, 10144.0, 10198.0, 10142.0, 10213.0, 10164.0, 10207.0, 10169.0, 10188.0, 10169.0, 10190.0, 10200.0, 10137.0, 10196.0, 10159.0, 10200.0, 10208.0, 10167.0, 10217.0, 10172.0, 10235.0, 10220.0, 10268.0, 10229.0, 10221.0, 10190.0, 10199.0, 10210.0, 10228.0, 10200.0, 10137.0, 10180.0, 10125.0, 10195.0, 10152.0, 10189.0, 10150.0, 10186.0, 10170.0, 10208.0, 10199.0, 10142.0, 10195.0, 10146.0, 10208.0, 10179.0, 10213.0, 10204.0, 10219.0, 10169.0, 10179.0, 10186.0, 10166.0, 10195.0, 10142.0, 10190.0, 10174.0, 10212.0, 10203.0, 10224.0, 10172.0, 10165.0, 10183.0, 10156.0, 10197.0, 10142.0, 10187.0, 10141.0, 10189.0, 10174.0, 10204.0, 10187.0, 10153.0, 10169.0, 10160.0, 10204.0, 10177.0, 10214.0, 10150.0, 10198.0, 10181.0, 10232.0, 10207.0, 10227.0, 10194.0, 10172.0, 10191.0, 10187.0, 10202.0, 10142.0, 10197.0, 10175.0, 10181.0, 10212.0, 10183.0, 10220.0, 10173.0, 10224.0, 10193.0, 10256.0, 10219.0, 10251.0, 10198.0, 10229.0, 10198.0, 10244.0, 10199.0, 10225.0, 10157.0, 10200.0, 10161.0, 10202.0, 10165.0, 10184.0, 10147.0, 10199.0, 10169.0, 10207.0, 10184.0, 10124.0, 10170.0, 10147.0, 10202.0, 10174.0, 10217.0, 10146.0, 10200.0, 10143.0, 10213.0, 10153.0, 10194.0, 10124.0, 10187.0, 10136.0, 10194.0, 10149.0, 10192.0, 10131.0, 10184.0, 10137.0, 10194.0, 10165.0, 10192.0, 10171.0, 10170.0, 10192.0, 10179.0, 10220.0, 10182.0, 10220.0, 10180.0, 10185.0, 10227.0, 10185.0, 10217.0, 10185.0, 10233.0, 10223.0, 10260.0, 10219.0, 10161.0, 10199.0, 10170.0, 10216.0, 10172.0, 10197.0, 10154.0, 10193.0, 10188.0, 10207.0, 10201.0, 10152.0, 10165.0, 10138.0, 10198.0, 10155.0, 10191.0, 10144.0, 10192.0, 10172.0, 10207.0, 10196.0, 10142.0, 10183.0, 10154.0, 10210.0, 10203.0, 10222.0, 10196.0, 10128.0, 10196.0, 10138.0, 10209.0, 10161.0, 10204.0, 10145.0, 10183.0, 10143.0, 10180.0, 10162.0, 10184.0, 10144.0, 10167.0, 10144.0, 10131.0, 10181.0, 10143.0, 10189.0, 10132.0, 10181.0, 10161.0, 10210.0, 10198.0, 10170.0, 10187.0, 10133.0, 10201.0, 10194.0, 10236.0, 10197.0, 10153.0, 10209.0, 10192.0, 10238.0, 10225.0, 10242.0, 10195.0, 10229.0, 10206.0, 10244.0, 10221.0, 10168.0, 10182.0, 10127.0, 10211.0, 10158.0, 10205.0, 10200.0, 10193.0, 10171.0, 10158.0, 10192.0, 10197.0, 10202.0, 10146.0, 10196.0, 10126.0, 10196.0, 10152.0, 10207.0, 10141.0, 10192.0, 10138.0, 10194.0, 10155.0, 10206.0, 10151.0, 10188.0, 10154.0, 10188.0, 10170.0, 10195.0, 10154.0, 10176.0, 10158.0, 10168.0, 10187.0, 10147.0, 10198.0, 10169.0, 10193.0, 10203.0, 10209.0, 10228.0, 10171.0, 10225.0, 10168.0, 10255.0, 10191.0, 10249.0, 10178.0, 10223.0, 10175.0, 10210.0, 10188.0, 10208.0, 10171.0, 10205.0, 10156.0, 10206.0, 10186.0, 10181.0, 10195.0, 10129.0, 10196.0, 10143.0, 10209.0, 10169.0, 10191.0, 10153.0, 10194.0, 10175.0, 10209.0, 10188.0, 10142.0, 10183.0, 10129.0, 10197.0, 10163.0, 10215.0, 10159.0, 10208.0, 10175.0, 10227.0, 10190.0, 10197.0, 10189.0, 10129.0, 10183.0, 10155.0, 10210.0, 10185.0, 10236.0, 10171.0, 10152.0, 10183.0, 10173.0, 10204.0, 10156.0, 10192.0, 10153.0, 10192.0, 10181.0, 10205.0, 10198.0, 10141.0, 10194.0, 10162.0, 10211.0, 10192.0, 10229.0, 10189.0, 10220.0, 10169.0, 10209.0, 10198.0, 10182.0, 10192.0, 10137.0, 10186.0, 10168.0, 10204.0, 10168.0, 10167.0, 10196.0, 10157.0, 10184.0, 10190.0, 10167.0, 10221.0, 10195.0, 10248.0, 10194.0, 10226.0, 10194.0, 10230.0, 10204.0, 10227.0, 10186.0, 10135.0, 10181.0, 10141.0, 10194.0, 10185.0, 10164.0, 10154.0, 10146.0, 10179.0, 10206.0, 10221.0, 10229.0, 10228.0, 10179.0, 10238.0, 10213.0, 10250.0, 10224.0, 10241.0, 10191.0, 10201.0, 10180.0, 10176.0, 10192.0, 10136.0, 10187.0, 10151.0, 10174.0, 10187.0, 10182.0, 10204.0, 10132.0, 10194.0, 10160.0, 10209.0, 10193.0, 10227.0, 10191.0, 10211.0, 10176.0, 10207.0, 10174.0, 10193.0, 10201.0, 10129.0, 10196.0, 10163.0, 10214.0, 10201.0, 10207.0, 10227.0, 10159.0, 10212.0, 10177.0, 10237.0, 10218.0, 10254.0, 10211.0, 10246.0, 10188.0, 10233.0, 10201.0, 10232.0, 10209.0, 10159.0, 10189.0, 10150.0, 10218.0, 10166.0, 10219.0, 10180.0, 10165.0, 10219.0, 10228.0, 10255.0, 10193.0, 10247.0, 10187.0, 10231.0, 10200.0, 10242.0, 10225.0, 10247.0, 10180.0, 10228.0, 10197.0, 10233.0, 10204.0, 10183.0, 10168.0, 10140.0, 10184.0, 10177.0, 10205.0, 10174.0, 10201.0, 10133.0, 10196.0, 10168.0, 10204.0, 10190.0, 10197.0, 10158.0, 10185.0, 10199.0, 10194.0, 10204.0, 10146.0, 10198.0, 10162.0, 10217.0, 10197.0, 10230.0, 10196.0, 10150.0, 10202.0, 10172.0, 10221.0, 10197.0, 10234.0, 10192.0, 10163.0, 10199.0, 10185.0, 10224.0, 10181.0, 10215.0, 10181.0, 10163.0, 10212.0, 10188.0, 10225.0, 10199.0, 10224.0, 10201.0, 10196.0, 10217.0, 10218.0, 10210.0, 10163.0, 10203.0, 10144.0, 10230.0, 10165.0, 10195.0, 10170.0, 10190.0, 10152.0, 10218.0, 10215.0, 10231.0, 10210.0, 10146.0, 10187.0, 10147.0, 10197.0, 10164.0, 10204.0, 10200.0, 10216.0, 10203.0, 10138.0, 10166.0, 10157.0, 10201.0, 10181.0, 10213.0, 10205.0, 10194.0, 10174.0, 10178.0, 10237.0, 10164.0, 10210.0, 10171.0, 10210.0, 10175.0, 10232.0, 10208.0, 10182.0, 10183.0, 10141.0, 10200.0, 10168.0, 10201.0, 10175.0, 10197.0, 10155.0, 10191.0, 10192.0, 10225.0, 10188.0, 10156.0, 10198.0, 10158.0, 10201.0, 10184.0, 10209.0, 10205.0, 10207.0, 10176.0, 10199.0, 10194.0, 10191.0, 10186.0, 10145.0, 10192.0, 10159.0, 10210.0, 10169.0, 10220.0, 10161.0, 10198.0, 10167.0, 10205.0, 10180.0, 10156.0, 10162.0, 10138.0, 10194.0, 10178.0, 10231.0, 10199.0, 10155.0, 10207.0, 10177.0, 10239.0, 10199.0, 10250.0, 10182.0, 10213.0, 10178.0, 10217.0, 10191.0, 10211.0, 10170.0, 10191.0, 10171.0, 10203.0, 10180.0, 10188.0, 10170.0, 10138.0, 10184.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.00017390507011866234</td></tr>
<tr><td colspan=3>aqi</td><td>0.018054787918015104</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.166458076400374</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2127258922989745</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9805538752239612</td></tr>
<tr><td colspan=3>efc</td><td>0.4629</td></tr>
<tr><td colspan=3>fber</td><td>7292.7822</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0805529637564594</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7011866235167206</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4525730416223435</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3652563981533477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7124220262399104</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.280040700473773</td></tr>
<tr><td colspan=3>gcor</td><td>0.00628643</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008419202640652657</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021676797419786453</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8991448511476103</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>30.7118</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4525</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.2548</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302415.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>828.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.9446</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2018</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.229</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3869.1663</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1054.5831</td></tr>
<tr><td colspan=3>tsnr</td><td>45.49289547558874</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>