<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-02/func/sub-0057_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>e8043758f3023f28316d5c24fe064bc4</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>19:04:3.515000</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.998405, 0.00901826, -0.0557312, -0.00836447, 0.999894, 0.0119532]</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.252</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.105733</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7771, -7237, 603, -5, -241, -46, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>942e4b61-9ff1-4d08-989e-7cf258dbb50f||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.678647756576538, -0.022441258653998375, -0.1507492959499359, 117.43644714355469], [-0.024195319041609764, 2.6826412677764893, 0.030963554978370667, -93.39045715332031], [-0.14952276647090912, -0.03206958621740341, 2.695610523223877, -65.3542709350586], [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': ['190403.515000', '190403.975000', '190404.435000', '190404.895000', '190405.355000', '190405.815000', '190406.275000', '190406.735000', '190407.195000', '190407.655000', '190408.115000', '190408.575000', '190409.035000', '190409.495000', '190409.955000', '190410.415000', '190410.875000', '190411.335000', '190411.795000', '190412.255000', '190412.715000', '190413.175000', '190413.635000', '190414.095000', '190414.555000', '190415.015000', '190415.475000', '190415.935000', '190416.395000', '190416.855000', '190417.315000', '190417.775000', '190418.235000', '190418.695000', '190419.155000', '190419.615000', '190420.075000', '190420.535000', '190420.995000', '190421.455000', '190421.915000', '190422.375000', '190422.835000', '190423.295000', '190423.755000', '190424.215000', '190424.675000', '190425.135000', '190425.595000', '190426.055000', '190426.515000', '190426.975000', '190427.435000', '190427.895000', '190428.355000', '190428.815000', '190429.275000', '190429.735000', '190430.195000', '190430.655000', '190431.115000', '190431.575000', '190432.035000', '190432.495000', '190432.955000', '190433.415000', '190433.875000', '190434.335000', '190434.795000', '190435.255000', '190435.715000', '190436.175000', '190436.635000', '190437.095000', '190437.555000', '190438.015000', '190438.475000', '190438.935000', '190439.395000', '190439.855000', '190440.315000', '190440.775000', '190441.235000', '190441.695000', '190442.155000', '190442.615000', '190443.075000', '190443.535000', '190443.995000', '190444.455000', '190444.915000', '190445.375000', '190445.835000', '190446.295000', '190446.755000', '190447.215000', '190447.675000', '190448.135000', '190448.595000', '190449.055000', '190449.515000', '190449.975000', '190450.435000', '190450.895000', '190451.355000', '190451.815000', '190452.275000', '190452.735000', '190453.195000', '190453.655000', '190454.115000', '190454.575000', '190455.035000', '190455.495000', '190455.955000', '190456.415000', '190456.875000', '190457.335000', '190457.795000', '190458.255000', '190458.715000', '190459.175000', '190459.635000', '190500.095000', '190500.555000', '190501.015000', '190501.475000', '190501.935000', '190502.395000', '190502.855000', '190503.315000', '190503.775000', '190504.235000', '190504.695000', '190505.155000', '190505.615000', '190506.075000', '190506.535000', '190506.995000', '190507.455000', '190507.915000', '190508.375000', '190508.835000', '190509.295000', '190509.755000', '190510.215000', '190510.675000', '190511.135000', '190511.595000', '190512.055000', '190512.515000', '190512.975000', '190513.435000', '190513.895000', '190514.355000', '190514.815000', '190515.275000', '190515.735000', '190516.195000', '190516.655000', '190517.115000', '190517.575000', '190518.035000', '190518.495000', '190518.955000', '190519.415000', '190519.875000', '190520.335000', '190520.795000', '190521.255000', '190521.715000', '190522.175000', '190522.635000', '190523.095000', '190523.555000', '190524.015000', '190524.475000', '190524.935000', '190525.395000', '190525.855000', '190526.315000', '190526.775000', '190527.235000', '190527.695000', '190528.155000', '190528.615000', '190529.075000', '190529.535000', '190529.995000', '190530.455000', '190530.915000', '190531.375000', '190531.835000', '190532.295000', '190532.755000', '190533.215000', '190533.675000', '190534.135000', '190534.595000', '190535.055000', '190535.515000', '190535.975000', '190536.435000', '190536.895000', '190537.355000', '190537.815000', '190538.275000', '190538.735000', '190539.195000', '190539.655000', '190540.115000', '190540.575000', '190541.035000', '190541.495000', '190541.955000', '190542.415000', '190542.875000', '190543.335000', '190543.795000', '190544.255000', '190544.715000', '190545.175000', '190545.635000', '190546.095000', '190546.555000', '190547.015000', '190547.475000', '190547.935000', '190548.395000', '190548.855000', '190549.315000', '190549.775000', '190550.235000', '190550.695000', '190551.155000', '190551.615000', '190552.075000', '190552.535000', '190552.995000', '190553.455000', '190553.915000', '190554.375000', '190554.835000', '190555.295000', '190555.755000', '190556.215000', '190556.675000', '190557.135000', '190557.595000', '190558.055000', '190558.515000', '190558.975000', '190559.435000', '190559.895000', '190600.355000', '190600.815000', '190601.275000', '190601.735000', '190602.195000', '190602.655000', '190603.115000', '190603.575000', '190604.035000', '190604.495000', '190604.955000', '190605.415000', '190605.875000', '190606.335000', '190606.795000', '190607.255000', '190607.715000', '190608.175000', '190608.635000', '190609.095000', '190609.555000', '190610.015000', '190610.475000', '190610.935000', '190611.395000', '190611.855000', '190612.315000', '190612.775000', '190613.235000', '190613.695000', '190614.155000', '190614.615000', '190615.075000', '190615.535000', '190615.995000', '190616.455000', '190616.915000', '190617.375000', '190617.835000', '190618.295000', '190618.755000', '190619.215000', '190619.675000', '190620.135000', '190620.595000', '190621.055000', '190621.515000', '190621.975000', '190622.435000', '190622.895000', '190623.355000', '190623.815000', '190624.275000', '190624.735000', '190625.195000', '190625.655000', '190626.115000', '190626.575000', '190627.035000', '190627.495000', '190627.955000', '190628.415000', '190628.875000', '190629.335000', '190629.795000', '190630.255000', '190630.715000', '190631.175000', '190631.635000', '190632.095000', '190632.555000', '190633.015000', '190633.475000', '190633.935000', '190634.395000', '190634.855000', '190635.315000', '190635.775000', '190636.235000', '190636.695000', '190637.155000', '190637.615000', '190638.075000', '190638.535000', '190638.995000', '190639.455000', '190639.915000', '190640.375000', '190640.835000', '190641.295000', '190641.755000', '190642.215000', '190642.675000', '190643.135000', '190643.595000', '190644.055000', '190644.515000', '190644.975000', '190645.435000', '190645.895000', '190646.355000', '190646.815000', '190647.275000', '190647.735000', '190648.195000', '190648.655000', '190649.115000', '190649.575000', '190650.035000', '190650.495000', '190650.955000', '190651.415000', '190651.875000', '190652.335000', '190652.795000', '190653.255000', '190653.715000', '190654.175000', '190654.635000', '190655.095000', '190655.555000', '190656.015000', '190656.475000', '190656.935000', '190657.395000', '190657.855000', '190658.315000', '190658.775000', '190659.235000', '190659.695000', '190700.155000', '190700.615000', '190701.075000', '190701.535000', '190701.995000', '190702.455000', '190702.915000', '190703.375000', '190703.835000', '190704.295000', '190704.755000', '190705.215000', '190705.675000', '190706.135000', '190706.595000', '190707.055000', '190707.515000', '190707.975000', '190708.435000', '190708.895000', '190709.355000', '190709.815000', '190710.275000', '190710.735000', '190711.195000', '190711.655000', '190712.115000', '190712.575000', '190713.035000', '190713.495000', '190713.955000', '190714.415000', '190714.875000', '190715.335000', '190715.795000', '190716.255000', '190716.715000', '190717.175000', '190717.635000', '190718.095000', '190718.555000', '190719.015000', '190719.475000', '190719.935000', '190720.395000', '190720.855000', '190721.315000', '190721.775000', '190722.235000', '190722.695000', '190723.155000', '190723.615000', '190724.075000', '190724.535000', '190724.995000', '190725.455000', '190725.915000', '190726.375000', '190726.835000', '190727.295000', '190727.755000', '190728.215000', '190728.675000', '190729.135000', '190729.595000', '190730.055000', '190730.515000', '190730.975000', '190731.435000', '190731.895000', '190732.355000', '190732.815000', '190733.275000', '190733.735000', '190734.195000', '190734.655000', '190735.115000', '190735.575000', '190736.035000', '190736.495000', '190736.955000', '190737.415000', '190737.875000', '190738.335000', '190738.795000', '190739.255000', '190739.715000', '190740.175000', '190740.635000', '190741.095000', '190741.555000', '190742.015000', '190742.475000', '190742.935000', '190743.395000', '190743.855000', '190744.315000', '190744.775000', '190745.235000', '190745.695000', '190746.155000', '190746.615000', '190747.075000', '190747.535000', '190747.995000', '190748.455000', '190748.915000', '190749.375000', '190749.835000', '190750.295000', '190750.755000', '190751.215000', '190751.675000', '190752.135000', '190752.595000', '190753.055000', '190753.515000', '190753.975000', '190754.435000', '190754.895000', '190755.355000', '190755.815000', '190756.275000', '190756.735000', '190757.195000', '190757.655000', '190758.115000', '190758.575000', '190759.035000', '190759.495000', '190759.955000', '190800.415000', '190800.875000', '190801.335000', '190801.795000', '190802.255000', '190802.715000', '190803.175000', '190803.635000', '190804.095000', '190804.555000', '190805.015000', '190805.475000', '190805.935000', '190806.395000', '190806.855000', '190807.315000', '190807.775000', '190808.235000', '190808.695000', '190809.155000', '190809.615000', '190810.075000', '190810.535000', '190810.995000', '190811.455000', '190811.915000', '190812.375000', '190812.835000', '190813.295000', '190813.755000', '190814.215000', '190814.675000', '190815.135000', '190815.595000', '190816.055000', '190816.515000', '190816.975000', '190817.435000', '190817.895000', '190818.355000', '190818.815000', '190819.275000', '190819.735000', '190820.195000', '190820.655000', '190821.115000', '190821.575000', '190822.035000', '190822.495000', '190822.955000', '190823.415000', '190823.875000', '190824.335000', '190824.795000', '190825.255000', '190825.715000', '190826.175000', '190826.635000', '190827.095000', '190827.555000', '190828.015000', '190828.475000', '190828.935000', '190829.395000', '190829.855000', '190830.315000', '190830.775000', '190831.235000', '190831.695000', '190832.155000', '190832.615000', '190833.075000', '190833.535000', '190833.995000', '190834.455000', '190834.915000', '190835.375000', '190835.835000', '190836.295000', '190836.755000', '190837.215000', '190837.675000', '190838.135000', '190838.595000', '190839.055000', '190839.515000', '190839.975000', '190840.435000', '190840.895000', '190841.355000', '190841.815000', '190842.275000', '190842.735000', '190843.195000', '190843.655000', '190844.115000', '190844.575000', '190845.035000', '190845.495000', '190845.955000', '190846.415000', '190846.875000', '190847.335000', '190847.795000', '190848.255000', '190848.715000', '190849.175000', '190849.635000', '190850.095000', '190850.555000', '190851.015000', '190851.475000', '190851.935000', '190852.395000', '190852.855000', '190853.315000', '190853.775000', '190854.235000', '190854.695000', '190855.155000', '190855.615000', '190856.075000', '190856.535000', '190856.995000', '190857.455000', '190857.915000', '190858.375000', '190858.835000', '190859.295000', '190859.755000', '190900.215000', '190900.675000', '190901.135000', '190901.595000', '190902.055000', '190902.515000', '190902.975000', '190903.435000', '190903.895000', '190904.355000', '190904.815000', '190905.275000', '190905.735000', '190906.195000', '190906.655000', '190907.115000', '190907.575000', '190908.035000', '190908.495000', '190908.955000', '190909.415000', '190909.875000', '190910.335000', '190910.795000', '190911.255000', '190911.715000', '190912.175000', '190912.635000', '190913.095000', '190913.555000', '190914.015000', '190914.475000', '190914.935000', '190915.395000', '190915.855000', '190916.315000', '190916.775000', '190917.235000', '190917.695000', '190918.155000', '190918.615000', '190919.075000', '190919.535000', '190919.995000', '190920.455000', '190920.915000', '190921.375000', '190921.835000', '190922.295000', '190922.755000', '190923.215000', '190923.675000', '190924.135000', '190924.595000', '190925.055000', '190925.515000', '190925.975000', '190926.435000', '190926.895000', '190927.355000', '190927.815000', '190928.275000', '190928.735000', '190929.195000', '190929.655000', '190930.115000', '190930.575000', '190931.035000', '190931.495000', '190931.955000', '190932.415000', '190932.875000', '190933.335000', '190933.795000', '190934.255000', '190934.715000', '190935.175000', '190935.635000', '190936.095000', '190936.555000', '190937.015000', '190937.475000', '190937.935000', '190938.395000', '190938.855000', '190939.315000', '190939.775000', '190940.235000', '190940.695000', '190941.155000', '190941.615000', '190942.075000', '190942.535000', '190942.995000', '190943.455000', '190943.915000', '190944.375000', '190944.835000', '190945.295000', '190945.755000', '190946.215000', '190946.675000', '190947.135000', '190947.595000', '190948.055000', '190948.515000', '190948.975000', '190949.435000', '190949.895000', '190950.355000', '190950.815000', '190951.275000', '190951.735000', '190952.195000', '190952.655000', '190953.115000', '190953.575000', '190954.035000', '190954.495000', '190954.955000', '190955.415000', '190955.875000', '190956.335000', '190956.795000', '190957.255000', '190957.715000', '190958.175000', '190958.635000', '190959.095000', '190959.555000', '191000.015000', '191000.475000', '191000.935000', '191001.395000', '191001.855000', '191002.315000', '191002.775000', '191003.235000', '191003.695000', '191004.155000', '191004.615000', '191005.075000', '191005.535000', '191005.995000', '191006.455000', '191006.915000', '191007.375000', '191007.835000', '191008.295000', '191008.755000', '191009.215000', '191009.675000', '191010.135000', '191010.595000', '191011.055000', '191011.515000', '191011.975000', '191012.435000', '191012.895000', '191013.355000', '191013.815000', '191014.275000', '191014.735000', '191015.195000', '191015.655000', '191016.115000', '191016.575000', '191017.035000', '191017.495000', '191017.955000', '191018.415000', '191018.875000', '191019.335000', '191019.795000', '191020.255000', '191020.715000', '191021.175000', '191021.635000', '191022.095000', '191022.555000', '191023.015000', '191023.475000', '191023.935000', '191024.395000', '191024.855000', '191025.315000', '191025.775000', '191026.235000', '191026.695000', '191027.155000', '191027.615000', '191028.075000', '191028.535000', '191028.995000', '191029.455000', '191029.915000', '191030.375000', '191030.835000', '191031.295000', '191031.755000', '191032.215000', '191032.675000', '191033.135000', '191033.595000', '191034.055000', '191034.515000', '191034.975000', '191035.435000', '191035.895000', '191036.355000', '191036.815000', '191037.275000', '191037.735000', '191038.195000', '191038.655000', '191039.115000', '191039.575000', '191040.035000', '191040.495000', '191040.955000', '191041.415000', '191041.875000', '191042.335000', '191042.795000', '191043.255000', '191043.715000', '191044.175000', '191044.635000', '191045.095000', '191045.555000', '191046.015000', '191046.475000', '191046.935000', '191047.395000', '191047.855000', '191048.315000', '191048.775000', '191049.235000', '191049.695000', '191050.155000', '191050.615000', '191051.075000', '191051.535000', '191051.995000', '191052.455000', '191052.915000', '191053.375000', '191053.835000', '191054.295000', '191054.755000', '191055.215000', '191055.675000', '191056.135000', '191056.595000', '191057.055000', '191057.515000', '191057.975000', '191058.435000', '191058.895000', '191059.355000', '191059.815000', '191100.275000', '191100.735000', '191101.195000', '191101.655000', '191102.115000', '191102.575000', '191103.035000', '191103.495000', '191103.955000', '191104.415000', '191104.875000', '191105.335000', '191105.795000', '191106.255000', '191106.715000', '191107.175000', '191107.635000', '191108.095000', '191108.555000', '191109.015000', '191109.475000', '191109.935000', '191110.395000', '191110.855000', '191111.315000', '191111.775000', '191112.235000', '191112.695000', '191113.155000', '191113.615000', '191114.075000', '191114.535000', '191114.995000', '191115.455000', '191115.915000', '191116.375000', '191116.835000', '191117.295000', '191117.755000', '191118.215000', '191118.675000', '191119.135000', '191119.595000', '191120.055000', '191120.515000', '191120.975000', '191121.435000', '191121.895000', '191122.355000', '191122.815000', '191123.275000', '191123.735000', '191124.195000', '191124.655000', '191125.115000', '191125.575000', '191126.035000', '191126.495000', '191126.955000', '191127.415000', '191127.875000', '191128.335000', '191128.795000', '191129.255000', '191129.715000', '191130.175000', '191130.635000', '191131.095000', '191131.555000', '191132.015000', '191132.475000', '191132.935000', '191133.395000', '191133.855000', '191134.315000', '191134.775000', '191135.235000', '191135.695000', '191136.155000', '191136.615000', '191137.075000', '191137.535000', '191137.995000', '191138.455000', '191138.915000', '191139.375000', '191139.835000', '191140.295000', '191140.755000', '191141.215000', '191141.675000', '191142.135000', '191142.595000', '191143.055000', '191143.515000', '191143.975000', '191144.435000', '191144.895000', '191145.355000', '191145.815000', '191146.275000', '191146.735000', '191147.195000', '191147.655000', '191148.115000', '191148.575000', '191149.035000', '191149.495000', '191149.955000', '191150.415000', '191150.875000', '191151.335000', '191151.795000', '191152.255000', '191152.715000', '191153.175000', '191153.635000', '191154.095000', '191154.555000', '191155.015000', '191155.475000', '191155.935000', '191156.395000', '191156.855000', '191157.315000', '191157.775000', '191158.235000', '191158.695000', '191159.155000', '191159.615000', '191200.075000', '191200.535000', '191200.995000', '191201.455000', '191201.915000', '191202.375000', '191202.835000', '191203.295000', '191203.755000', '191204.215000', '191204.675000', '191205.135000', '191205.595000', '191206.055000', '191206.515000', '191206.975000', '191207.435000', '191207.895000', '191208.355000', '191208.815000', '191209.275000', '191209.735000', '191210.195000', '191210.655000', '191211.115000', '191211.575000', '191212.035000', '191212.495000', '191212.955000', '191213.415000', '191213.875000', '191214.335000', '191214.795000', '191215.255000', '191215.715000', '191216.175000', '191216.635000', '191217.095000', '191217.555000', '191218.015000', '191218.475000', '191218.935000', '191219.395000', '191219.855000', '191220.315000', '191220.775000', '191221.235000', '191221.695000', '191222.155000', '191222.615000', '191223.075000', '191223.535000', '191223.995000', '191224.455000', '191224.915000', '191225.375000', '191225.835000', '191226.295000', '191226.755000', '191227.215000', '191227.675000', '191228.135000', '191228.595000', '191229.055000', '191229.515000', '191229.975000', '191230.435000', '191230.895000', '191231.355000', '191231.815000', '191232.275000', '191232.735000', '191233.195000', '191233.655000', '191234.115000', '191234.575000', '191235.035000', '191235.495000', '191235.955000', '191236.415000', '191236.875000', '191237.335000', '191237.795000', '191238.255000', '191238.715000', '191239.175000', '191239.635000', '191240.095000', '191240.555000', '191241.015000', '191241.475000', '191241.935000', '191242.395000', '191242.855000', '191243.315000', '191243.775000', '191244.235000', '191244.695000', '191245.155000', '191245.615000', '191246.075000', '191246.535000', '191246.995000', '191247.455000', '191247.915000', '191248.375000', '191248.835000', '191249.295000', '191249.755000', '191250.215000', '191250.675000', '191251.135000', '191251.595000', '191252.055000', '191252.515000', '191252.975000', '191253.435000', '191253.895000', '191254.355000', '191254.815000', '191255.275000', '191255.735000', '191256.195000', '191256.655000', '191257.115000', '191257.575000', '191258.035000', '191258.495000', '191258.955000', '191259.415000', '191259.875000', '191300.335000', '191300.795000', '191301.255000', '191301.715000', '191302.175000', '191302.635000', '191303.095000', '191303.555000', '191304.015000', '191304.475000', '191304.935000', '191305.395000', '191305.855000', '191306.315000', '191306.775000', '191307.235000', '191307.695000', '191308.155000', '191308.615000', '191309.075000', '191309.535000', '191309.995000', '191310.455000', '191310.915000', '191311.375000', '191311.835000', '191312.295000', '191312.755000', '191313.215000', '191313.675000', '191314.135000', '191314.595000', '191315.055000', '191315.515000', '191315.975000', '191316.435000', '191316.895000', '191317.355000', '191317.815000', '191318.275000', '191318.735000', '191319.195000', '191319.655000', '191320.115000', '191320.575000', '191321.035000', '191321.495000', '191321.955000', '191322.415000', '191322.875000', '191323.335000', '191323.795000', '191324.255000', '191324.715000', '191325.175000', '191325.635000', '191326.095000', '191326.555000', '191327.015000', '191327.475000', '191327.935000', '191328.395000', '191328.855000', '191329.315000', '191329.775000', '191330.235000', '191330.695000', '191331.155000', '191331.615000', '191332.075000', '191332.535000', '191332.995000', '191333.455000', '191333.915000', '191334.375000', '191334.835000', '191335.295000', '191335.755000', '191336.215000', '191336.675000', '191337.135000', '191337.595000', '191338.055000', '191338.515000', '191338.975000', '191339.435000', '191339.895000', '191340.355000', '191340.815000', '191341.275000', '191341.735000', '191342.195000', '191342.655000', '191343.115000', '191343.575000', '191344.035000', '191344.495000', '191344.955000', '191345.415000', '191345.875000', '191346.335000', '191346.795000', '191347.255000', '191347.715000', '191348.175000', '191348.635000', '191349.095000', '191349.555000', '191350.015000', '191350.475000', '191350.935000', '191351.395000', '191351.855000', '191352.315000', '191352.775000', '191353.235000', '191353.695000', '191354.155000', '191354.615000', '191355.075000', '191355.535000', '191355.995000', '191356.455000', '191356.915000', '191357.375000', '191357.835000', '191358.295000', '191358.755000', '191359.215000', '191359.675000', '191400.135000', '191400.595000', '191401.055000', '191401.515000', '191401.975000', '191402.435000', '191402.895000', '191403.355000', '191403.815000', '191404.275000', '191404.735000', '191405.195000', '191405.655000', '191406.115000', '191406.575000', '191407.035000', '191407.495000', '191407.955000', '191408.415000', '191408.875000', '191409.335000', '191409.795000', '191410.255000', '191410.715000', '191411.175000', '191411.635000', '191412.095000', '191412.555000', '191413.015000', '191413.475000', '191413.935000', '191414.395000', '191414.855000', '191415.315000', '191415.775000', '191416.235000', '191416.695000', '191417.155000', '191417.615000', '191418.075000', '191418.535000', '191418.995000', '191419.455000', '191419.915000', '191420.375000', '191420.835000', '191421.295000', '191421.755000', '191422.215000', '191422.675000', '191423.135000', '191423.595000', '191424.055000', '191424.515000', '191424.975000', '191425.435000', '191425.895000', '191426.355000', '191426.815000', '191427.275000', '191427.735000', '191428.195000', '191428.655000', '191429.115000', '191429.575000', '191430.035000', '191430.495000', '191430.955000', '191431.415000', '191431.875000', '191432.335000', '191432.795000', '191433.255000', '191433.715000', '191434.175000', '191434.635000', '191435.095000', '191435.555000', '191436.015000', '191436.475000', '191436.935000', '191437.395000', '191437.855000', '191438.315000', '191438.775000', '191439.235000', '191439.695000', '191440.155000', '191440.615000', '191441.075000', '191441.535000', '191441.995000', '191442.455000', '191442.915000', '191443.375000', '191443.835000', '191444.295000', '191444.755000', '191445.215000', '191445.675000', '191446.135000', '191446.595000', '191447.055000', '191447.515000', '191447.975000', '191448.435000', '191448.895000', '191449.355000', '191449.815000', '191450.275000', '191450.735000', '191451.195000', '191451.655000', '191452.115000', '191452.575000', '191453.035000', '191453.495000', '191453.955000', '191454.415000', '191454.875000', '191455.335000', '191455.795000', '191456.255000', '191456.715000', '191457.175000', '191457.635000', '191458.095000', '191458.555000', '191459.015000', '191459.475000', '191459.935000', '191500.395000', '191500.855000', '191501.315000', '191501.775000', '191502.235000', '191502.695000', '191503.155000', '191503.615000', '191504.075000', '191504.535000', '191504.995000', '191505.455000', '191505.915000', '191506.375000', '191506.835000', '191507.295000', '191507.755000', '191508.215000', '191508.675000', '191509.135000', '191509.595000', '191510.055000', '191510.515000', '191510.975000', '191511.435000', '191511.895000', '191512.355000', '191512.815000', '191513.275000', '191513.735000', '191514.195000', '191514.655000', '191515.115000', '191515.575000', '191516.035000', '191516.495000', '191516.955000', '191517.415000', '191517.875000', '191518.335000', '191518.795000', '191519.255000', '191519.715000', '191520.175000', '191520.635000', '191521.095000', '191521.555000', '191522.015000', '191522.475000', '191522.935000', '191523.395000', '191523.855000', '191524.315000', '191524.775000', '191525.235000', '191525.695000', '191526.155000', '191526.615000', '191527.075000', '191527.535000', '191527.995000', '191528.455000', '191528.915000', '191529.375000', '191529.835000', '191530.295000', '191530.755000', '191531.215000', '191531.675000', '191532.135000', '191532.595000', '191533.055000', '191533.515000', '191533.975000', '191534.435000', '191534.895000', '191535.355000', '191535.815000', '191536.275000', '191536.735000', '191537.195000', '191537.655000', '191538.115000', '191538.575000', '191539.035000', '191539.495000', '191539.955000', '191540.415000', '191540.875000', '191541.335000', '191541.795000', '191542.255000', '191542.715000', '191543.175000', '191543.635000', '191544.095000', '191544.555000', '191545.015000', '191545.475000', '191545.935000', '191546.395000', '191546.855000', '191547.315000', '191547.775000', '191548.235000', '191548.695000', '191549.155000', '191549.615000', '191550.075000', '191550.535000', '191550.995000', '191551.455000', '191551.915000', '191552.375000', '191552.835000', '191553.295000', '191553.755000', '191554.215000', '191554.675000', '191555.135000', '191555.595000', '191556.055000', '191556.515000', '191556.975000', '191557.435000', '191557.895000', '191558.355000', '191558.815000', '191559.275000', '191559.735000', '191600.195000', '191600.655000', '191601.115000', '191601.575000', '191602.035000', '191602.495000', '191602.955000', '191603.415000', '191603.875000', '191604.335000', '191604.795000', '191605.255000', '191605.715000', '191606.175000', '191606.635000', '191607.095000', '191607.555000', '191608.015000', '191608.475000', '191608.935000', '191609.395000', '191609.855000', '191610.315000', '191610.775000', '191611.235000', '191611.695000', '191612.155000', '191612.615000', '191613.075000', '191613.535000', '191613.995000', '191614.455000', '191614.915000', '191615.375000', '191615.835000', '191616.295000', '191616.755000', '191617.215000', '191617.675000', '191618.135000', '191618.595000', '191619.055000', '191619.515000', '191619.975000', '191620.435000', '191620.895000', '191621.355000', '191621.815000', '191622.275000', '191622.735000', '191623.195000', '191623.655000', '191624.115000', '191624.575000', '191625.035000', '191625.495000', '191625.955000', '191626.415000', '191626.875000', '191627.335000', '191627.795000', '191628.255000', '191628.715000', '191629.175000', '191629.635000', '191630.095000', '191630.555000', '191631.015000', '191631.475000', '191631.935000', '191632.395000', '191632.855000', '191633.315000', '191633.775000', '191634.235000', '191634.695000', '191635.155000', '191635.615000', '191636.075000', '191636.535000', '191636.995000', '191637.455000', '191637.915000', '191638.375000', '191638.835000', '191639.295000', '191639.755000', '191640.215000', '191640.675000', '191641.135000', '191641.595000', '191642.055000', '191642.515000', '191642.975000', '191643.435000', '191643.895000', '191644.355000', '191644.815000', '191645.275000', '191645.735000', '191646.195000', '191646.655000', '191647.115000', '191647.575000', '191648.035000', '191648.495000', '191648.955000', '191649.415000', '191649.875000', '191650.335000', '191650.795000', '191651.255000', '191651.715000', '191652.175000', '191652.635000', '191653.095000', '191653.555000', '191654.015000', '191654.475000', '191654.935000', '191655.395000', '191655.855000', '191656.315000', '191656.775000', '191657.235000', '191657.695000', '191658.155000', '191658.615000', '191659.075000', '191659.535000', '191659.995000', '191700.455000', '191700.915000', '191701.375000', '191701.835000', '191702.295000', '191702.755000', '191703.215000', '191703.675000', '191704.135000', '191704.595000', '191705.055000', '191705.515000', '191705.975000', '191706.435000', '191706.895000', '191707.355000', '191707.815000', '191708.275000', '191708.735000', '191709.195000', '191709.655000', '191710.115000', '191710.575000', '191711.035000', '191711.495000', '191711.955000', '191712.415000', '191712.875000', '191713.335000', '191713.795000', '191714.255000', '191714.715000', '191715.175000', '191715.635000', '191716.095000', '191716.555000', '191717.015000', '191717.475000', '191717.935000', '191718.395000', '191718.855000', '191719.315000', '191719.775000', '191720.235000', '191720.695000', '191721.155000', '191721.615000', '191722.075000', '191722.535000', '191722.995000', '191723.455000', '191723.915000', '191724.375000', '191724.835000', '191725.295000', '191725.755000', '191726.215000', '191726.675000', '191727.135000', '191727.595000', '191728.055000', '191728.515000', '191728.975000', '191729.435000', '191729.895000', '191730.355000', '191730.815000', '191731.275000', '191731.735000', '191732.195000', '191732.655000', '191733.115000', '191733.575000', '191734.035000', '191734.495000', '191734.955000', '191735.415000', '191735.875000', '191736.335000', '191736.795000', '191737.255000', '191737.715000', '191738.175000', '191738.635000', '191739.095000', '191739.555000', '191740.015000', '191740.475000', '191740.935000', '191741.395000', '191741.855000', '191742.315000', '191742.775000', '191743.235000', '191743.695000', '191744.155000', '191744.615000', '191745.075000', '191745.535000', '191745.995000', '191746.455000', '191746.915000', '191747.375000', '191747.835000', '191748.295000', '191748.755000', '191749.215000', '191749.675000', '191750.135000', '191750.595000', '191751.055000', '191751.515000', '191751.975000', '191752.435000', '191752.895000', '191753.355000', '191753.815000', '191754.275000', '191754.735000', '191755.195000', '191755.655000', '191756.115000', '191756.575000', '191757.035000', '191757.495000', '191757.955000', '191758.415000', '191758.875000', '191759.335000', '191759.795000', '191800.255000', '191800.715000', '191801.175000', '191801.635000', '191802.095000', '191802.555000', '191803.015000', '191803.475000', '191803.935000', '191804.395000', '191804.855000', '191805.315000', '191805.775000', '191806.235000', '191806.695000', '191807.155000', '191807.615000', '191808.075000', '191808.535000', '191808.995000', '191809.455000', '191809.915000', '191810.375000', '191810.835000', '191811.295000', '191811.755000', '191812.215000', '191812.675000', '191813.135000', '191813.595000', '191814.055000', '191814.515000', '191814.975000', '191815.435000', '191815.895000', '191816.355000', '191816.815000', '191817.275000', '191817.735000', '191818.195000'], 'ContentTime': ['190430.838000', '190430.842000', '190430.844000', '190430.847000', '190430.850000', '190430.852000', '190430.855000', '190430.857000', '190430.860000', '190430.863000', '190430.865000', '190430.868000', '190430.870000', '190430.873000', '190430.875000', '190430.878000', '190430.881000', '190430.883000', '190430.886000', '190430.888000', '190430.891000', '190430.894000', '190430.896000', '190430.899000', '190430.907000', '190430.909000', '190430.912000', '190430.915000', '190430.917000', '190430.920000', '190430.923000', '190430.925000', '190430.928000', '190430.930000', '190430.933000', '190430.935000', '190430.938000', '190430.941000', '190430.943000', '190430.946000', '190430.948000', '190430.951000', '190430.954000', '190430.956000', '190430.959000', '190430.961000', '190430.964000', '190430.967000', '190430.969000', '190430.972000', '190430.974000', '190430.977000', '190430.980000', '190430.982000', '190430.985000', '190430.987000', '190450.781000', '190450.789000', '190450.792000', '190450.795000', '190450.797000', '190450.800000', '190450.803000', '190450.805000', '190450.808000', '190450.810000', '190450.813000', '190450.816000', '190450.818000', '190450.821000', '190450.823000', '190450.826000', '190450.829000', '190450.831000', '190450.834000', '190450.836000', '190450.839000', '190450.842000', '190450.844000', '190450.847000', '190450.849000', '190450.852000', '190450.855000', '190450.857000', '190450.860000', '190450.862000', '190450.865000', '190450.868000', '190450.870000', '190450.873000', '190450.875000', '190450.878000', '190450.880000', '190450.883000', '190450.886000', '190450.888000', '190450.891000', '190450.893000', '190450.896000', '190450.899000', '190510.781000', '190510.784000', '190510.787000', '190510.789000', '190510.792000', '190510.795000', '190510.797000', '190510.800000', '190510.802000', '190510.809000', '190510.811000', '190510.814000', '190510.832000', '190510.834000', '190510.837000', '190510.839000', '190510.842000', '190510.845000', '190510.847000', '190510.850000', '190510.853000', '190510.855000', '190510.858000', '190510.860000', '190510.863000', '190510.866000', '190510.868000', '190510.871000', '190510.874000', '190510.876000', '190510.879000', '190510.881000', '190510.884000', '190510.887000', '190510.889000', '190510.892000', '190510.894000', '190510.897000', '190510.899000', '190510.902000', '190510.905000', '190510.907000', '190510.910000', '190530.782000', '190530.784000', '190530.787000', '190530.790000', '190530.793000', '190530.795000', '190530.798000', '190530.800000', '190530.803000', '190530.806000', '190530.808000', '190530.811000', '190530.813000', '190530.816000', '190530.819000', '190530.821000', '190530.824000', '190530.826000', '190530.829000', '190530.832000', '190530.834000', '190530.837000', '190530.839000', '190530.842000', '190530.845000', '190530.847000', '190530.850000', '190530.852000', '190530.855000', '190530.858000', '190530.860000', '190530.863000', '190530.865000', '190530.868000', '190530.871000', '190530.873000', '190530.876000', '190530.878000', '190530.881000', '190530.883000', '190530.886000', '190530.889000', '190530.891000', '190550.781000', '190550.784000', '190550.787000', '190550.790000', '190550.792000', '190550.830000', '190550.832000', '190550.835000', '190550.838000', '190550.840000', '190550.843000', '190550.846000', '190550.848000', '190550.851000', '190550.853000', '190550.856000', '190550.859000', '190550.861000', '190550.864000', '190550.867000', '190550.869000', '190550.872000', '190550.874000', '190550.877000', '190550.880000', '190550.882000', '190550.885000', '190550.887000', '190550.890000', '190550.893000', '190550.895000', '190550.898000', '190550.900000', '190550.903000', '190550.906000', '190550.908000', '190550.911000', '190550.914000', '190550.916000', '190550.919000', '190550.921000', '190550.924000', '190550.927000', '190550.929000', '190610.781000', '190610.785000', '190610.788000', '190610.791000', '190610.794000', '190610.796000', '190610.799000', '190610.801000', '190610.804000', '190610.807000', '190610.809000', '190610.812000', '190610.856000', '190610.859000', '190610.861000', '190610.864000', '190610.866000', '190610.869000', '190610.872000', '190610.874000', '190610.877000', '190610.880000', '190610.882000', '190610.885000', '190610.887000', '190610.890000', '190610.893000', '190610.895000', '190610.898000', '190610.900000', '190610.903000', '190610.906000', '190610.908000', '190610.911000', '190610.913000', '190610.916000', '190610.919000', '190610.921000', '190610.924000', '190610.926000', '190610.929000', '190610.932000', '190610.934000', '190610.937000', '190630.782000', '190630.785000', '190630.787000', '190630.790000', '190630.792000', '190630.795000', '190630.798000', '190630.800000', '190630.803000', '190630.805000', '190630.808000', '190630.811000', '190630.813000', '190630.816000', '190630.819000', '190630.821000', '190630.824000', '190630.827000', '190630.829000', '190630.832000', '190630.834000', '190630.837000', '190630.840000', '190630.842000', '190630.845000', '190630.847000', '190630.850000', '190630.852000', '190630.855000', '190630.858000', '190630.860000', '190630.863000', '190630.866000', '190630.868000', '190630.871000', '190630.873000', '190630.876000', '190630.879000', '190630.881000', '190630.884000', '190630.886000', '190630.889000', '190630.892000', '190650.782000', '190650.785000', '190650.788000', '190650.791000', '190650.794000', '190650.796000', '190650.799000', '190650.802000', '190650.812000', '190650.815000', '190650.840000', '190650.843000', '190650.846000', '190650.848000', '190650.851000', '190650.853000', '190650.856000', '190650.859000', '190650.861000', '190650.864000', '190650.866000', '190650.869000', '190650.872000', '190650.874000', '190650.877000', '190650.880000', '190650.882000', '190650.885000', '190650.887000', '190650.890000', '190650.893000', '190650.895000', '190650.898000', '190650.900000', '190650.903000', '190650.905000', '190650.908000', '190650.911000', '190650.913000', '190650.916000', '190650.919000', '190650.921000', '190650.924000', '190710.781000', '190710.784000', '190710.787000', '190710.789000', '190710.792000', '190710.795000', '190710.797000', '190710.800000', '190710.803000', '190710.805000', '190710.808000', '190710.810000', '190710.813000', '190710.816000', '190710.818000', '190710.821000', '190710.824000', '190710.826000', '190710.829000', '190710.832000', '190710.834000', '190710.837000', '190710.840000', '190710.842000', '190710.845000', '190710.848000', '190710.850000', '190710.853000', '190710.856000', '190710.858000', '190710.861000', '190710.864000', '190710.866000', '190710.869000', '190710.872000', '190710.874000', '190710.877000', '190710.880000', '190710.882000', '190710.885000', '190710.887000', '190710.890000', '190710.893000', '190710.895000', '190730.782000', '190730.785000', '190730.787000', '190730.802000', '190730.804000', '190730.807000', '190730.809000', '190730.812000', '190730.815000', '190730.817000', '190730.820000', '190730.823000', '190730.826000', '190730.829000', '190730.831000', '190730.834000', '190730.837000', '190730.839000', '190730.842000', '190730.844000', '190730.847000', '190730.850000', '190730.852000', '190730.855000', '190730.857000', '190730.860000', '190730.863000', '190730.865000', '190730.868000', '190730.871000', '190730.873000', '190730.876000', '190730.879000', '190730.881000', '190730.884000', '190730.887000', '190730.889000', '190730.892000', '190730.894000', '190730.897000', '190730.904000', '190730.906000', '190730.909000', '190750.782000', '190750.784000', '190750.787000', '190750.790000', '190750.792000', '190750.795000', '190750.798000', '190750.800000', '190750.803000', '190750.806000', '190750.808000', '190750.811000', '190750.814000', '190750.816000', '190750.819000', '190750.822000', '190750.824000', '190750.827000', '190750.829000', '190750.832000', '190750.835000', '190750.837000', '190750.840000', '190750.843000', '190750.845000', '190750.848000', '190750.850000', '190750.853000', '190750.856000', '190750.858000', '190750.861000', '190750.864000', '190750.866000', '190750.869000', '190750.872000', '190750.874000', '190750.877000', '190750.879000', '190750.882000', '190750.885000', '190750.887000', '190750.890000', '190750.892000', '190750.895000', '190810.782000', '190810.784000', '190810.787000', '190810.790000', '190810.792000', '190810.795000', '190810.798000', '190810.800000', '190810.803000', '190810.806000', '190810.808000', '190810.811000', '190810.814000', '190810.889000', '190810.891000', '190810.894000', '190810.897000', '190810.899000', '190810.902000', '190810.905000', '190810.907000', '190810.910000', '190810.912000', '190810.915000', '190810.918000', '190810.920000', '190810.923000', '190810.925000', '190810.928000', '190810.931000', '190810.933000', '190810.936000', '190810.938000', '190810.970000', '190810.973000', '190810.975000', '190810.978000', '190810.980000', '190810.983000', '190810.986000', '190810.988000', '190810.991000', '190810.993000', '190830.782000', '190830.785000', '190830.787000', '190830.790000', '190830.793000', '190830.795000', '190830.798000', '190830.801000', '190830.803000', '190830.806000', '190830.808000', '190830.811000', '190830.814000', '190830.857000', '190830.860000', '190830.863000', '190830.865000', '190830.868000', '190830.870000', '190830.873000', '190830.876000', '190830.878000', '190830.881000', '190830.883000', '190830.886000', '190830.889000', '190830.891000', '190830.894000', '190830.896000', '190830.899000', '190830.902000', '190830.904000', '190830.907000', '190830.910000', '190830.912000', '190830.915000', '190830.918000', '190830.920000', '190830.923000', '190830.926000', '190830.928000', '190830.931000', '190830.933000', '190830.936000', '190850.782000', '190850.784000', '190850.787000', '190850.790000', '190850.792000', '190850.795000', '190850.798000', '190850.800000', '190850.803000', '190850.806000', '190850.808000', '190850.811000', '190850.813000', '190850.839000', '190850.842000', '190850.844000', '190850.847000', '190850.849000', '190850.852000', '190850.855000', '190850.857000', '190850.860000', '190850.864000', '190850.867000', '190850.870000', '190850.872000', '190850.875000', '190850.878000', '190850.880000', '190850.883000', '190850.886000', '190850.888000', '190850.891000', '190850.893000', '190850.896000', '190850.899000', '190850.901000', '190850.904000', '190850.906000', '190850.909000', '190850.912000', '190850.914000', '190850.917000', '190910.781000', '190910.784000', '190910.787000', '190910.790000', '190910.792000', '190910.795000', '190910.797000', '190910.800000', '190910.803000', '190910.805000', '190910.808000', '190910.810000', '190910.813000', '190910.816000', '190910.819000', '190910.821000', '190910.824000', '190910.827000', '190910.829000', '190910.843000', '190910.845000', '190910.848000', '190910.850000', '190910.853000', '190910.856000', '190910.858000', '190910.861000', '190910.864000', '190910.866000', '190910.869000', '190910.871000', '190910.874000', '190910.877000', '190910.879000', '190910.882000', '190910.885000', '190910.887000', '190910.890000', '190910.893000', '190910.895000', '190910.898000', '190910.900000', '190910.903000', '190910.906000', '190930.782000', '190930.785000', '190930.787000', '190930.790000', '190930.793000', '190930.795000', '190930.798000', '190930.800000', '190930.803000', '190930.806000', '190930.808000', '190930.811000', '190930.813000', '190930.904000', '190930.906000', '190930.909000', '190930.912000', '190930.914000', '190930.917000', '190930.920000', '190930.922000', '190930.925000', '190930.927000', '190930.930000', '190930.933000', '190930.935000', '190930.938000', '190930.940000', '190930.943000', '190930.946000', '190930.948000', '190930.951000', '190930.953000', '190930.956000', '190930.961000', '190930.963000', '190930.966000', '190930.968000', '190930.971000', '190930.974000', '190930.976000', '190930.979000', '190930.982000', '190950.781000', '190950.791000', '190950.793000', '190950.796000', '190950.799000', '190950.801000', '190950.804000', '190950.806000', '190950.809000', '190950.812000', '190950.814000', '190950.849000', '190950.852000', '190950.854000', '190950.857000', '190950.860000', '190950.862000', '190950.865000', '190950.868000', '190950.870000', '190950.873000', '190950.875000', '190950.878000', '190950.880000', '190950.883000', '190950.886000', '190950.888000', '190950.891000', '190950.893000', '190950.896000', '190950.899000', '190950.901000', '190950.904000', '190950.907000', '190950.909000', '190950.912000', '190950.914000', '190950.917000', '190950.920000', '190950.922000', '190950.925000', '190950.927000', '190950.930000', '190950.933000', '191010.781000', '191010.784000', '191010.787000', '191010.790000', '191010.792000', '191010.795000', '191010.797000', '191010.800000', '191010.803000', '191010.805000', '191010.808000', '191010.811000', '191010.813000', '191010.816000', '191010.819000', '191010.821000', '191010.824000', '191010.827000', '191010.829000', '191010.832000', '191010.835000', '191010.837000', '191010.840000', '191010.842000', '191010.845000', '191010.847000', '191010.850000', '191010.853000', '191010.855000', '191010.858000', '191010.861000', '191010.863000', '191010.866000', '191010.869000', '191010.871000', '191010.874000', '191010.877000', '191010.879000', '191010.882000', '191010.884000', '191010.887000', '191010.890000', '191010.892000', '191030.781000', '191030.784000', '191030.787000', '191030.790000', '191030.792000', '191030.795000', '191030.797000', '191030.800000', '191030.802000', '191030.805000', '191030.808000', '191030.810000', '191030.813000', '191030.888000', '191030.890000', '191030.893000', '191030.896000', '191030.898000', '191030.901000', '191030.903000', '191030.906000', '191030.908000', '191030.911000', '191030.914000', '191030.916000', '191030.919000', '191030.921000', '191030.924000', '191030.927000', '191030.929000', '191030.932000', '191030.934000', '191030.937000', '191030.940000', '191030.942000', '191030.945000', '191030.947000', '191030.950000', '191030.952000', '191030.955000', '191030.958000', '191030.960000', '191030.963000', '191030.965000', '191050.782000', '191050.784000', '191050.787000', '191050.790000', '191050.792000', '191050.795000', '191050.798000', '191050.800000', '191050.803000', '191050.805000', '191050.808000', '191050.811000', '191050.813000', '191050.855000', '191050.857000', '191050.860000', '191050.863000', '191050.865000', '191050.868000', '191050.870000', '191050.873000', '191050.876000', '191050.878000', '191050.881000', '191050.883000', '191050.886000', '191050.889000', '191050.891000', '191050.894000', '191050.897000', '191050.899000', '191050.902000', '191050.905000', '191050.907000', '191050.910000', '191050.912000', '191050.915000', '191050.918000', '191050.920000', '191050.923000', '191050.925000', '191050.928000', '191050.931000', '191110.782000', '191110.784000', '191110.787000', '191110.790000', '191110.793000', '191110.795000', '191110.798000', '191110.800000', '191110.803000', '191110.806000', '191110.808000', '191110.822000', '191110.824000', '191110.827000', '191110.830000', '191110.832000', '191110.835000', '191110.838000', '191110.840000', '191110.843000', '191110.846000', '191110.848000', '191110.851000', '191110.853000', '191110.856000', '191110.859000', '191110.861000', '191110.864000', '191110.867000', '191110.870000', '191110.872000', '191110.875000', '191110.877000', '191110.880000', '191110.883000', '191110.885000', '191110.888000', '191110.890000', '191110.893000', '191110.896000', '191110.898000', '191110.901000', '191110.903000', '191110.906000', '191130.782000', '191130.785000', '191130.787000', '191130.790000', '191130.792000', '191130.795000', '191130.798000', '191130.800000', '191130.803000', '191130.805000', '191130.808000', '191130.811000', '191130.813000', '191130.865000', '191130.868000', '191130.871000', '191130.873000', '191130.876000', '191130.878000', '191130.881000', '191130.883000', '191130.886000', '191130.888000', '191130.891000', '191130.894000', '191130.896000', '191130.899000', '191130.901000', '191130.904000', '191130.907000', '191130.909000', '191130.912000', '191130.914000', '191130.917000', '191130.920000', '191130.922000', '191130.925000', '191130.927000', '191130.930000', '191130.933000', '191130.935000', '191130.938000', '191130.940000', '191150.782000', '191150.784000', '191150.787000', '191150.790000', '191150.792000', '191150.795000', '191150.797000', '191150.800000', '191150.803000', '191150.805000', '191150.808000', '191150.811000', '191150.813000', '191150.898000', '191150.901000', '191150.903000', '191150.906000', '191150.908000', '191150.911000', '191150.914000', '191150.916000', '191150.919000', '191150.921000', '191150.924000', '191150.927000', '191150.929000', '191150.932000', '191150.934000', '191150.937000', '191150.940000', '191150.942000', '191150.945000', '191150.948000', '191150.950000', '191150.953000', '191150.955000', '191150.958000', '191150.961000', '191150.963000', '191150.966000', '191150.968000', '191150.971000', '191150.974000', '191150.976000', '191210.782000', '191210.785000', '191210.787000', '191210.790000', '191210.792000', '191210.795000', '191210.798000', '191210.800000', '191210.803000', '191210.805000', '191210.808000', '191210.811000', '191210.813000', '191210.872000', '191210.875000', '191210.878000', '191210.880000', '191210.883000', '191210.885000', '191210.888000', '191210.891000', '191210.893000', '191210.896000', '191210.898000', '191210.901000', '191210.904000', '191210.906000', '191210.909000', '191210.912000', '191210.914000', '191210.917000', '191210.920000', '191210.922000', '191210.925000', '191210.928000', '191210.931000', '191210.933000', '191210.936000', '191210.938000', '191210.941000', '191210.944000', '191210.946000', '191210.949000', '191230.782000', '191230.784000', '191230.787000', '191230.790000', '191230.792000', '191230.795000', '191230.798000', '191230.800000', '191230.815000', '191230.879000', '191230.882000', '191230.885000', '191230.887000', '191230.890000', '191230.892000', '191230.895000', '191230.898000', '191230.900000', '191230.903000', '191230.905000', '191230.908000', '191230.911000', '191230.913000', '191230.916000', '191230.918000', '191230.921000', '191230.924000', '191230.926000', '191230.929000', '191230.931000', '191230.934000', '191230.937000', '191230.939000', '191230.942000', '191230.944000', '191230.947000', '191230.950000', '191230.952000', '191230.955000', '191230.957000', '191230.960000', '191230.963000', '191230.965000', '191230.968000', '191250.782000', '191250.785000', '191250.787000', '191250.790000', '191250.792000', '191250.795000', '191250.798000', '191250.800000', '191250.803000', '191250.806000', '191250.808000', '191250.811000', '191250.814000', '191250.877000', '191250.880000', '191250.882000', '191250.885000', '191250.888000', '191250.890000', '191250.893000', '191250.895000', '191250.898000', '191250.901000', '191250.903000', '191250.906000', '191250.908000', '191250.911000', '191250.914000', '191250.916000', '191250.919000', '191250.922000', '191250.924000', '191250.927000', '191250.929000', '191250.932000', '191250.935000', '191250.937000', '191250.940000', '191250.943000', '191250.945000', '191250.948000', '191250.950000', '191250.953000', '191310.782000', '191310.784000', '191310.787000', '191310.790000', '191310.792000', '191310.795000', '191310.798000', '191310.800000', '191310.803000', '191310.805000', '191310.808000', '191310.811000', '191310.813000', '191310.816000', '191310.819000', '191310.821000', '191310.824000', '191310.827000', '191310.829000', '191310.832000', '191310.851000', '191310.854000', '191310.857000', '191310.859000', '191310.862000', '191310.864000', '191310.867000', '191310.870000', '191310.872000', '191310.875000', '191310.878000', '191310.880000', '191310.883000', '191310.886000', '191310.888000', '191310.891000', '191310.894000', '191310.896000', '191310.899000', '191310.901000', '191310.904000', '191310.907000', '191310.909000', '191310.912000', '191330.782000', '191330.784000', '191330.787000', '191330.790000', '191330.792000', '191330.795000', '191330.797000', '191330.800000', '191330.803000', '191330.811000', '191330.814000', '191330.836000', '191330.839000', '191330.841000', '191330.844000', '191330.846000', '191330.849000', '191330.851000', '191330.854000', '191330.857000', '191330.859000', '191330.862000', '191330.865000', '191330.867000', '191330.870000', '191330.872000', '191330.875000', '191330.877000', '191330.880000', '191330.883000', '191330.885000', '191330.888000', '191330.890000', '191330.893000', '191330.896000', '191330.898000', '191330.901000', '191330.904000', '191330.906000', '191330.909000', '191330.911000', '191330.914000', '191330.916000', '191350.782000', '191350.785000', '191350.788000', '191350.791000', '191350.820000', '191350.898000', '191350.901000', '191350.903000', '191350.906000', '191350.909000', '191350.911000', '191350.914000', '191350.916000', '191350.919000', '191350.922000', '191350.924000', '191350.927000', '191350.929000', '191350.932000', '191350.935000', '191350.937000', '191350.940000', '191350.942000', '191350.945000', '191350.948000', '191350.950000', '191350.953000', '191350.956000', '191350.958000', '191350.961000', '191350.963000', '191350.966000', '191350.969000', '191350.971000', '191350.974000', '191350.977000', '191350.979000', '191350.982000', '191350.984000', '191350.987000', '191350.990000', '191350.992000', '191350.995000', '191350.998000', '191410.782000', '191410.785000', '191410.787000', '191410.790000', '191410.793000', '191410.795000', '191410.798000', '191410.800000', '191410.803000', '191410.806000', '191410.808000', '191410.811000', '191410.814000', '191410.899000', '191410.902000', '191410.904000', '191410.907000', '191410.910000', '191410.912000', '191410.915000', '191410.917000', '191410.920000', '191410.923000', '191410.925000', '191410.928000', '191410.931000', '191410.933000', '191410.936000', '191410.938000', '191410.941000', '191410.944000', '191410.946000', '191410.949000', '191410.952000', '191410.954000', '191410.957000', '191410.959000', '191410.962000', '191410.965000', '191410.967000', '191410.970000', '191410.973000', '191410.975000', '191430.782000', '191430.785000', '191430.787000', '191430.790000', '191430.792000', '191430.795000', '191430.798000', '191430.800000', '191430.803000', '191430.806000', '191430.808000', '191430.811000', '191430.813000', '191430.862000', '191430.864000', '191430.867000', '191430.870000', '191430.872000', '191430.875000', '191430.878000', '191430.880000', '191430.883000', '191430.885000', '191430.888000', '191430.891000', '191430.893000', '191430.896000', '191430.898000', '191430.901000', '191430.904000', '191430.906000', '191430.909000', '191430.912000', '191430.914000', '191430.917000', '191430.919000', '191430.922000', '191430.924000', '191430.927000', '191430.930000', '191430.932000', '191430.935000', '191430.937000', '191430.940000', '191450.782000', '191450.785000', '191450.787000', '191450.790000', '191450.793000', '191450.795000', '191450.798000', '191450.800000', '191450.803000', '191450.806000', '191450.808000', '191450.811000', '191450.813000', '191450.875000', '191450.877000', '191450.880000', '191450.883000', '191450.885000', '191450.888000', '191450.891000', '191450.893000', '191450.896000', '191450.899000', '191450.901000', '191450.904000', '191450.906000', '191450.909000', '191450.915000', '191450.917000', '191450.920000', '191450.923000', '191450.925000', '191450.928000', '191450.931000', '191450.933000', '191450.936000', '191450.938000', '191450.941000', '191450.944000', '191450.947000', '191450.950000', '191450.953000', '191450.956000', '191510.782000', '191510.785000', '191510.787000', '191510.790000', '191510.792000', '191510.795000', '191510.798000', '191510.800000', '191510.803000', '191510.805000', '191510.808000', '191510.811000', '191510.813000', '191510.853000', '191510.855000', '191510.858000', '191510.861000', '191510.863000', '191510.866000', '191510.868000', '191510.871000', '191510.874000', '191510.876000', '191510.879000', '191510.882000', '191510.884000', '191510.887000', '191510.889000', '191510.892000', '191510.895000', '191510.897000', '191510.900000', '191510.902000', '191510.905000', '191510.908000', '191510.910000', '191510.913000', '191510.916000', '191510.918000', '191510.921000', '191510.923000', '191510.926000', '191510.929000', '191530.782000', '191530.785000', '191530.788000', '191530.790000', '191530.793000', '191530.796000', '191530.798000', '191530.801000', '191530.804000', '191530.806000', '191530.809000', '191530.812000', '191530.814000', '191530.890000', '191530.893000', '191530.895000', '191530.898000', '191530.900000', '191530.903000', '191530.906000', '191530.908000', '191530.911000', '191530.913000', '191530.916000', '191530.919000', '191530.921000', '191530.924000', '191530.926000', '191530.929000', '191530.932000', '191530.934000', '191530.937000', '191530.940000', '191530.943000', '191530.945000', '191530.948000', '191530.950000', '191530.953000', '191530.956000', '191530.958000', '191530.961000', '191530.963000', '191530.966000', '191530.969000', '191550.782000', '191550.784000', '191550.787000', '191550.790000', '191550.792000', '191550.795000', '191550.797000', '191550.800000', '191550.803000', '191550.805000', '191550.808000', '191550.810000', '191550.814000', '191550.880000', '191550.883000', '191550.886000', '191550.888000', '191550.891000', '191550.893000', '191550.896000', '191550.899000', '191550.901000', '191550.904000', '191550.906000', '191550.909000', '191550.912000', '191550.914000', '191550.917000', '191550.920000', '191550.922000', '191550.925000', '191550.927000', '191550.930000', '191550.933000', '191550.935000', '191550.938000', '191550.940000', '191550.943000', '191550.945000', '191550.948000', '191550.951000', '191550.953000', '191550.956000', '191610.782000', '191610.785000', '191610.787000', '191610.790000', '191610.793000', '191610.795000', '191610.798000', '191610.800000', '191610.803000', '191610.806000', '191610.808000', '191610.811000', '191610.813000', '191610.911000', '191610.914000', '191610.917000', '191610.919000', '191610.922000', '191610.924000', '191610.927000', '191610.930000', '191610.932000', '191610.935000', '191610.938000', '191610.940000', '191610.943000', '191610.945000', '191610.948000', '191610.951000', '191610.954000', '191610.956000', '191610.959000', '191610.961000', '191610.964000', '191610.967000', '191610.969000', '191610.972000', '191610.975000', '191610.977000', '191610.980000', '191610.983000', '191610.985000', '191610.988000', '191610.990000', '191630.782000', '191630.785000', '191630.787000', '191630.790000', '191630.792000', '191630.795000', '191630.798000', '191630.800000', '191630.803000', '191630.806000', '191630.808000', '191630.811000', '191630.813000', '191630.882000', '191630.885000', '191630.888000', '191630.890000', '191630.893000', '191630.895000', '191630.898000', '191630.901000', '191630.903000', '191630.906000', '191630.908000', '191630.911000', '191630.914000', '191630.917000', '191630.919000', '191630.922000', '191630.925000', '191630.927000', '191630.930000', '191630.932000', '191630.935000', '191630.938000', '191630.940000', '191630.943000', '191630.945000', '191630.948000', '191630.951000', '191630.953000', '191630.956000', '191630.959000', '191650.782000', '191650.785000', '191650.787000', '191650.790000', '191650.792000', '191650.795000', '191650.798000', '191650.800000', '191650.803000', '191650.806000', '191650.808000', '191650.811000', '191650.813000', '191650.816000', '191650.903000', '191650.906000', '191650.908000', '191650.911000', '191650.913000', '191650.916000', '191650.919000', '191650.921000', '191650.924000', '191650.926000', '191650.929000', '191650.932000', '191650.934000', '191650.937000', '191650.940000', '191650.942000', '191650.945000', '191650.947000', '191650.950000', '191650.953000', '191650.955000', '191650.958000', '191650.960000', '191650.963000', '191650.966000', '191650.968000', '191650.971000', '191650.974000', '191650.976000', '191650.979000', '191710.782000', '191710.785000', '191710.787000', '191710.790000', '191710.793000', '191710.795000', '191710.798000', '191710.801000', '191710.803000', '191710.806000', '191710.809000', '191710.811000', '191710.814000', '191710.930000', '191710.932000', '191710.935000', '191710.938000', '191710.940000', '191710.943000', '191710.945000', '191710.948000', '191710.951000', '191710.953000', '191710.956000', '191710.958000', '191710.961000', '191710.964000', '191710.966000', '191710.969000', '191710.972000', '191710.974000', '191710.977000', '191710.979000', '191710.982000', '191710.985000', '191710.987000', '191710.990000', '191710.992000', '191711.023000', '191711.025000', '191711.028000', '191711.031000', '191711.033000', '191730.782000', '191730.785000', '191730.787000', '191730.790000', '191730.793000', '191730.795000', '191730.798000', '191730.800000', '191730.803000', '191730.806000', '191730.808000', '191730.811000', '191730.814000', '191730.879000', '191730.882000', '191730.885000', '191730.887000', '191730.890000', '191730.892000', '191730.895000', '191730.897000', '191730.900000', '191730.903000', '191730.905000', '191730.908000', '191730.911000', '191730.913000', '191730.916000', '191730.919000', '191730.921000', '191730.924000', '191730.927000', '191730.929000', '191730.932000', '191730.935000', '191730.937000', '191730.940000', '191730.942000', '191730.945000', '191730.948000', '191730.950000', '191730.953000', '191730.956000', '191730.958000', '191750.782000', '191750.785000', '191750.787000', '191750.790000', '191750.793000', '191750.795000', '191750.798000', '191750.800000', '191750.803000', '191750.806000', '191750.808000', '191750.811000', '191750.814000', '191750.891000', '191750.893000', '191750.896000', '191750.898000', '191750.902000', '191750.904000', '191750.907000', '191750.910000', '191750.912000', '191750.915000', '191750.918000', '191750.920000', '191750.923000', '191750.926000', '191750.928000', '191750.931000', '191750.933000', '191750.936000', '191750.939000', '191750.941000', '191750.944000', '191750.948000', '191750.951000', '191750.953000', '191750.956000', '191750.959000', '191750.962000', '191750.964000', '191750.967000', '191750.970000', '191810.783000', '191810.785000', '191810.788000', '191810.791000', '191810.793000', '191810.796000', '191810.799000', '191810.801000', '191810.804000', '191810.807000', '191810.809000', '191810.812000', '191810.815000', '191810.884000', '191810.887000', '191810.889000', '191810.892000', '191810.895000', '191810.897000', '191810.900000', '191810.903000', '191810.905000', '191810.908000', '191810.911000', '191810.913000', '191810.916000', '191810.918000', '191810.921000', '191810.924000', '191810.926000', '191810.929000', '191810.932000', '191810.934000', '191810.937000', '191810.939000', '191810.942000', '191810.945000', '191810.947000', '191810.950000', '191810.953000', '191810.955000', '191810.958000', '191810.960000', '191810.963000', '191819.826000', '191819.829000', '191819.831000', '191819.835000', '191819.838000', '191819.840000', '191819.843000', '191819.846000', '191819.849000', '191819.851000', '191819.854000', '191819.857000', '191819.860000', '191819.863000', '191819.866000', '191819.869000', '191819.871000', '191819.874000', '191819.877000', '191819.880000'], 'InstanceCreationTime': ['190430.838000', '190430.842000', '190430.844000', '190430.847000', '190430.850000', '190430.852000', '190430.855000', '190430.857000', '190430.860000', '190430.863000', '190430.865000', '190430.868000', '190430.870000', '190430.873000', '190430.875000', '190430.878000', '190430.881000', '190430.883000', '190430.886000', '190430.888000', '190430.891000', '190430.894000', '190430.896000', '190430.899000', '190430.907000', '190430.909000', '190430.912000', '190430.915000', '190430.917000', '190430.920000', '190430.923000', '190430.925000', '190430.928000', '190430.930000', '190430.933000', '190430.935000', '190430.938000', '190430.941000', '190430.943000', '190430.946000', '190430.948000', '190430.951000', '190430.954000', '190430.956000', '190430.959000', '190430.961000', '190430.964000', '190430.967000', '190430.969000', '190430.972000', '190430.974000', '190430.977000', '190430.980000', '190430.982000', '190430.985000', '190430.987000', '190450.781000', '190450.789000', '190450.792000', '190450.795000', '190450.797000', '190450.800000', '190450.803000', '190450.805000', '190450.808000', '190450.810000', '190450.813000', '190450.816000', '190450.818000', '190450.821000', '190450.823000', '190450.826000', '190450.829000', '190450.831000', '190450.834000', '190450.836000', '190450.839000', '190450.842000', '190450.844000', '190450.847000', '190450.849000', '190450.852000', '190450.855000', '190450.857000', '190450.860000', '190450.862000', '190450.865000', '190450.868000', '190450.870000', '190450.873000', '190450.875000', '190450.878000', '190450.880000', '190450.883000', '190450.886000', '190450.888000', '190450.891000', '190450.893000', '190450.896000', '190450.899000', '190510.781000', '190510.784000', '190510.787000', '190510.789000', '190510.792000', '190510.795000', '190510.797000', '190510.800000', '190510.802000', '190510.809000', '190510.811000', '190510.814000', '190510.832000', '190510.834000', '190510.837000', '190510.839000', '190510.842000', '190510.845000', '190510.847000', '190510.850000', '190510.853000', '190510.855000', '190510.858000', '190510.860000', '190510.863000', '190510.866000', '190510.868000', '190510.871000', '190510.874000', '190510.876000', '190510.879000', '190510.881000', '190510.884000', '190510.887000', '190510.889000', '190510.892000', '190510.894000', '190510.897000', '190510.899000', '190510.902000', '190510.905000', '190510.907000', '190510.910000', '190530.782000', '190530.784000', '190530.787000', '190530.790000', '190530.793000', '190530.795000', '190530.798000', '190530.800000', '190530.803000', '190530.806000', '190530.808000', '190530.811000', '190530.813000', '190530.816000', '190530.819000', '190530.821000', '190530.824000', '190530.826000', '190530.829000', '190530.832000', '190530.834000', '190530.837000', '190530.839000', '190530.842000', '190530.845000', '190530.847000', '190530.850000', '190530.852000', '190530.855000', '190530.858000', '190530.860000', '190530.863000', '190530.865000', '190530.868000', '190530.871000', '190530.873000', '190530.876000', '190530.878000', '190530.881000', '190530.883000', '190530.886000', '190530.889000', '190530.891000', '190550.781000', '190550.784000', '190550.787000', '190550.790000', '190550.792000', '190550.830000', '190550.832000', '190550.835000', '190550.838000', '190550.840000', '190550.843000', '190550.846000', '190550.848000', '190550.851000', '190550.853000', '190550.856000', '190550.859000', '190550.861000', '190550.864000', '190550.867000', '190550.869000', '190550.872000', '190550.874000', '190550.877000', '190550.880000', '190550.882000', '190550.885000', '190550.887000', '190550.890000', '190550.893000', '190550.895000', '190550.898000', '190550.900000', '190550.903000', '190550.906000', '190550.908000', '190550.911000', '190550.914000', '190550.916000', '190550.919000', '190550.921000', '190550.924000', '190550.927000', '190550.929000', '190610.781000', '190610.785000', '190610.788000', '190610.791000', '190610.794000', '190610.796000', '190610.799000', '190610.801000', '190610.804000', '190610.807000', '190610.809000', '190610.812000', '190610.856000', '190610.859000', '190610.861000', '190610.864000', '190610.866000', '190610.869000', '190610.872000', '190610.874000', '190610.877000', '190610.880000', '190610.882000', '190610.885000', '190610.887000', '190610.890000', '190610.893000', '190610.895000', '190610.898000', '190610.900000', '190610.903000', '190610.906000', '190610.908000', '190610.911000', '190610.913000', '190610.916000', '190610.919000', '190610.921000', '190610.924000', '190610.926000', '190610.929000', '190610.932000', '190610.934000', '190610.937000', '190630.782000', '190630.785000', '190630.787000', '190630.790000', '190630.792000', '190630.795000', '190630.798000', '190630.800000', '190630.803000', '190630.805000', '190630.808000', '190630.811000', '190630.813000', '190630.816000', '190630.819000', '190630.821000', '190630.824000', '190630.827000', '190630.829000', '190630.832000', '190630.834000', '190630.837000', '190630.840000', '190630.842000', '190630.845000', '190630.847000', '190630.850000', '190630.852000', '190630.855000', '190630.858000', '190630.860000', '190630.863000', '190630.866000', '190630.868000', '190630.871000', '190630.873000', '190630.876000', '190630.879000', '190630.881000', '190630.884000', '190630.886000', '190630.889000', '190630.892000', '190650.782000', '190650.785000', '190650.788000', '190650.791000', '190650.794000', '190650.796000', '190650.799000', '190650.802000', '190650.812000', '190650.815000', '190650.840000', '190650.843000', '190650.846000', '190650.848000', '190650.851000', '190650.853000', '190650.856000', '190650.859000', '190650.861000', '190650.864000', '190650.866000', '190650.869000', '190650.872000', '190650.874000', '190650.877000', '190650.880000', '190650.882000', '190650.885000', '190650.887000', '190650.890000', '190650.893000', '190650.895000', '190650.898000', '190650.900000', '190650.903000', '190650.905000', '190650.908000', '190650.911000', '190650.913000', '190650.916000', '190650.919000', '190650.921000', '190650.924000', '190710.781000', '190710.784000', '190710.787000', '190710.789000', '190710.792000', '190710.795000', '190710.797000', '190710.800000', '190710.803000', '190710.805000', '190710.808000', '190710.810000', '190710.813000', '190710.816000', '190710.818000', '190710.821000', '190710.824000', '190710.826000', '190710.829000', '190710.832000', '190710.834000', '190710.837000', '190710.840000', '190710.842000', '190710.845000', '190710.848000', '190710.850000', '190710.853000', '190710.856000', '190710.858000', '190710.861000', '190710.864000', '190710.866000', '190710.869000', '190710.872000', '190710.874000', '190710.877000', '190710.880000', '190710.882000', '190710.885000', '190710.887000', '190710.890000', '190710.893000', '190710.895000', '190730.782000', '190730.785000', '190730.787000', '190730.802000', '190730.804000', '190730.807000', '190730.809000', '190730.812000', '190730.815000', '190730.817000', '190730.820000', '190730.823000', '190730.826000', '190730.829000', '190730.831000', '190730.834000', '190730.837000', '190730.839000', '190730.842000', '190730.844000', '190730.847000', '190730.850000', '190730.852000', '190730.855000', '190730.857000', '190730.860000', '190730.863000', '190730.865000', '190730.868000', '190730.871000', '190730.873000', '190730.876000', '190730.879000', '190730.881000', '190730.884000', '190730.887000', '190730.889000', '190730.892000', '190730.894000', '190730.897000', '190730.904000', '190730.906000', '190730.909000', '190750.782000', '190750.784000', '190750.787000', '190750.790000', '190750.792000', '190750.795000', '190750.798000', '190750.800000', '190750.803000', '190750.806000', '190750.808000', '190750.811000', '190750.814000', '190750.816000', '190750.819000', '190750.822000', '190750.824000', '190750.827000', '190750.829000', '190750.832000', '190750.835000', '190750.837000', '190750.840000', '190750.843000', '190750.845000', '190750.848000', '190750.850000', '190750.853000', '190750.856000', '190750.858000', '190750.861000', '190750.864000', '190750.866000', '190750.869000', '190750.872000', '190750.874000', '190750.877000', '190750.879000', '190750.882000', '190750.885000', '190750.887000', '190750.890000', '190750.892000', '190750.895000', '190810.782000', '190810.784000', '190810.787000', '190810.790000', '190810.792000', '190810.795000', '190810.798000', '190810.800000', '190810.803000', '190810.806000', '190810.808000', '190810.811000', '190810.814000', '190810.889000', '190810.891000', '190810.894000', '190810.897000', '190810.899000', '190810.902000', '190810.905000', '190810.907000', '190810.910000', '190810.912000', '190810.915000', '190810.918000', '190810.920000', '190810.923000', '190810.925000', '190810.928000', '190810.931000', '190810.933000', '190810.936000', '190810.938000', '190810.970000', '190810.973000', '190810.975000', '190810.978000', '190810.980000', '190810.983000', '190810.986000', '190810.988000', '190810.991000', '190810.993000', '190830.782000', '190830.785000', '190830.787000', '190830.790000', '190830.793000', '190830.795000', '190830.798000', '190830.801000', '190830.803000', '190830.806000', '190830.808000', '190830.811000', '190830.814000', '190830.857000', '190830.860000', '190830.863000', '190830.865000', '190830.868000', '190830.870000', '190830.873000', '190830.876000', '190830.878000', '190830.881000', '190830.883000', '190830.886000', '190830.889000', '190830.891000', '190830.894000', '190830.896000', '190830.899000', '190830.902000', '190830.904000', '190830.907000', '190830.910000', '190830.912000', '190830.915000', '190830.918000', '190830.920000', '190830.923000', '190830.926000', '190830.928000', '190830.931000', '190830.933000', '190830.936000', '190850.782000', '190850.784000', '190850.787000', '190850.790000', '190850.792000', '190850.795000', '190850.798000', '190850.800000', '190850.803000', '190850.806000', '190850.808000', '190850.811000', '190850.813000', '190850.839000', '190850.842000', '190850.844000', '190850.847000', '190850.849000', '190850.852000', '190850.855000', '190850.857000', '190850.860000', '190850.864000', '190850.867000', '190850.870000', '190850.872000', '190850.875000', '190850.878000', '190850.880000', '190850.883000', '190850.886000', '190850.888000', '190850.891000', '190850.893000', '190850.896000', '190850.899000', '190850.901000', '190850.904000', '190850.906000', '190850.909000', '190850.912000', '190850.914000', '190850.917000', '190910.781000', '190910.784000', '190910.787000', '190910.790000', '190910.792000', '190910.795000', '190910.797000', '190910.800000', '190910.803000', '190910.805000', '190910.808000', '190910.810000', '190910.813000', '190910.816000', '190910.819000', '190910.821000', '190910.824000', '190910.827000', '190910.829000', '190910.843000', '190910.845000', '190910.848000', '190910.850000', '190910.853000', '190910.856000', '190910.858000', '190910.861000', '190910.864000', '190910.866000', '190910.869000', '190910.871000', '190910.874000', '190910.877000', '190910.879000', '190910.882000', '190910.885000', '190910.887000', '190910.890000', '190910.893000', '190910.895000', '190910.898000', '190910.900000', '190910.903000', '190910.906000', '190930.782000', '190930.785000', '190930.787000', '190930.790000', '190930.793000', '190930.795000', '190930.798000', '190930.800000', '190930.803000', '190930.806000', '190930.808000', '190930.811000', '190930.813000', '190930.904000', '190930.906000', '190930.909000', '190930.912000', '190930.914000', '190930.917000', '190930.920000', '190930.922000', '190930.925000', '190930.927000', '190930.930000', '190930.933000', '190930.935000', '190930.938000', '190930.940000', '190930.943000', '190930.946000', '190930.948000', '190930.951000', '190930.953000', '190930.956000', '190930.961000', '190930.963000', '190930.966000', '190930.968000', '190930.971000', '190930.974000', '190930.976000', '190930.979000', '190930.982000', '190950.781000', '190950.791000', '190950.793000', '190950.796000', '190950.799000', '190950.801000', '190950.804000', '190950.806000', '190950.809000', '190950.812000', '190950.814000', '190950.849000', '190950.852000', '190950.854000', '190950.857000', '190950.860000', '190950.862000', '190950.865000', '190950.868000', '190950.870000', '190950.873000', '190950.875000', '190950.878000', '190950.880000', '190950.883000', '190950.886000', '190950.888000', '190950.891000', '190950.893000', '190950.896000', '190950.899000', '190950.901000', '190950.904000', '190950.907000', '190950.909000', '190950.912000', '190950.914000', '190950.917000', '190950.920000', '190950.922000', '190950.925000', '190950.927000', '190950.930000', '190950.933000', '191010.781000', '191010.784000', '191010.787000', '191010.790000', '191010.792000', '191010.795000', '191010.797000', '191010.800000', '191010.803000', '191010.805000', '191010.808000', '191010.811000', '191010.813000', '191010.816000', '191010.819000', '191010.821000', '191010.824000', '191010.827000', '191010.829000', '191010.832000', '191010.835000', '191010.837000', '191010.840000', '191010.842000', '191010.845000', '191010.847000', '191010.850000', '191010.853000', '191010.855000', '191010.858000', '191010.861000', '191010.863000', '191010.866000', '191010.869000', '191010.871000', '191010.874000', '191010.877000', '191010.879000', '191010.882000', '191010.884000', '191010.887000', '191010.890000', '191010.892000', '191030.781000', '191030.784000', '191030.787000', '191030.790000', '191030.792000', '191030.795000', '191030.797000', '191030.800000', '191030.802000', '191030.805000', '191030.808000', '191030.810000', '191030.813000', '191030.888000', '191030.890000', '191030.893000', '191030.896000', '191030.898000', '191030.901000', '191030.903000', '191030.906000', '191030.908000', '191030.911000', '191030.914000', '191030.916000', '191030.919000', '191030.921000', '191030.924000', '191030.927000', '191030.929000', '191030.932000', '191030.934000', '191030.937000', '191030.940000', '191030.942000', '191030.945000', '191030.947000', '191030.950000', '191030.952000', '191030.955000', '191030.958000', '191030.960000', '191030.963000', '191030.965000', '191050.782000', '191050.784000', '191050.787000', '191050.790000', '191050.792000', '191050.795000', '191050.798000', '191050.800000', '191050.803000', '191050.805000', '191050.808000', '191050.811000', '191050.813000', '191050.855000', '191050.857000', '191050.860000', '191050.863000', '191050.865000', '191050.868000', '191050.870000', '191050.873000', '191050.876000', '191050.878000', '191050.881000', '191050.883000', '191050.886000', '191050.889000', '191050.891000', '191050.894000', '191050.897000', '191050.899000', '191050.902000', '191050.905000', '191050.907000', '191050.910000', '191050.912000', '191050.915000', '191050.918000', '191050.920000', '191050.923000', '191050.925000', '191050.928000', '191050.931000', '191110.782000', '191110.784000', '191110.787000', '191110.790000', '191110.793000', '191110.795000', '191110.798000', '191110.800000', '191110.803000', '191110.806000', '191110.808000', '191110.822000', '191110.824000', '191110.827000', '191110.830000', '191110.832000', '191110.835000', '191110.838000', '191110.840000', '191110.843000', '191110.846000', '191110.848000', '191110.851000', '191110.853000', '191110.856000', '191110.859000', '191110.861000', '191110.864000', '191110.867000', '191110.870000', '191110.872000', '191110.875000', '191110.877000', '191110.880000', '191110.883000', '191110.885000', '191110.888000', '191110.890000', '191110.893000', '191110.896000', '191110.898000', '191110.901000', '191110.903000', '191110.906000', '191130.782000', '191130.785000', '191130.787000', '191130.790000', '191130.792000', '191130.795000', '191130.798000', '191130.800000', '191130.803000', '191130.805000', '191130.808000', '191130.811000', '191130.813000', '191130.865000', '191130.868000', '191130.871000', '191130.873000', '191130.876000', '191130.878000', '191130.881000', '191130.883000', '191130.886000', '191130.888000', '191130.891000', '191130.894000', '191130.896000', '191130.899000', '191130.901000', '191130.904000', '191130.907000', '191130.909000', '191130.912000', '191130.914000', '191130.917000', '191130.920000', '191130.922000', '191130.925000', '191130.927000', '191130.930000', '191130.933000', '191130.935000', '191130.938000', '191130.940000', '191150.782000', '191150.784000', '191150.787000', '191150.790000', '191150.792000', '191150.795000', '191150.797000', '191150.800000', '191150.803000', '191150.805000', '191150.808000', '191150.811000', '191150.813000', '191150.898000', '191150.901000', '191150.903000', '191150.906000', '191150.908000', '191150.911000', '191150.914000', '191150.916000', '191150.919000', '191150.921000', '191150.924000', '191150.927000', '191150.929000', '191150.932000', '191150.934000', '191150.937000', '191150.940000', '191150.942000', '191150.945000', '191150.948000', '191150.950000', '191150.953000', '191150.955000', '191150.958000', '191150.961000', '191150.963000', '191150.966000', '191150.968000', '191150.971000', '191150.974000', '191150.976000', '191210.782000', '191210.785000', '191210.787000', '191210.790000', '191210.792000', '191210.795000', '191210.798000', '191210.800000', '191210.803000', '191210.805000', '191210.808000', '191210.811000', '191210.813000', '191210.872000', '191210.875000', '191210.878000', '191210.880000', '191210.883000', '191210.885000', '191210.888000', '191210.891000', '191210.893000', '191210.896000', '191210.898000', '191210.901000', '191210.904000', '191210.906000', '191210.909000', '191210.912000', '191210.914000', '191210.917000', '191210.920000', '191210.922000', '191210.925000', '191210.928000', '191210.931000', '191210.933000', '191210.936000', '191210.938000', '191210.941000', '191210.944000', '191210.946000', '191210.949000', '191230.782000', '191230.784000', '191230.787000', '191230.790000', '191230.792000', '191230.795000', '191230.798000', '191230.800000', '191230.815000', '191230.879000', '191230.882000', '191230.885000', '191230.887000', '191230.890000', '191230.892000', '191230.895000', '191230.898000', '191230.900000', '191230.903000', '191230.905000', '191230.908000', '191230.911000', '191230.913000', '191230.916000', '191230.918000', '191230.921000', '191230.924000', '191230.926000', '191230.929000', '191230.931000', '191230.934000', '191230.937000', '191230.939000', '191230.942000', '191230.944000', '191230.947000', '191230.950000', '191230.952000', '191230.955000', '191230.957000', '191230.960000', '191230.963000', '191230.965000', '191230.968000', '191250.782000', '191250.785000', '191250.787000', '191250.790000', '191250.792000', '191250.795000', '191250.798000', '191250.800000', '191250.803000', '191250.806000', '191250.808000', '191250.811000', '191250.814000', '191250.877000', '191250.880000', '191250.882000', '191250.885000', '191250.888000', '191250.890000', '191250.893000', '191250.895000', '191250.898000', '191250.901000', '191250.903000', '191250.906000', '191250.908000', '191250.911000', '191250.914000', '191250.916000', '191250.919000', '191250.922000', '191250.924000', '191250.927000', '191250.929000', '191250.932000', '191250.935000', '191250.937000', '191250.940000', '191250.943000', '191250.945000', '191250.948000', '191250.950000', '191250.953000', '191310.782000', '191310.784000', '191310.787000', '191310.790000', '191310.792000', '191310.795000', '191310.798000', '191310.800000', '191310.803000', '191310.805000', '191310.808000', '191310.811000', '191310.813000', '191310.816000', '191310.819000', '191310.821000', '191310.824000', '191310.827000', '191310.829000', '191310.832000', '191310.851000', '191310.854000', '191310.857000', '191310.859000', '191310.862000', '191310.864000', '191310.867000', '191310.870000', '191310.872000', '191310.875000', '191310.878000', '191310.880000', '191310.883000', '191310.886000', '191310.888000', '191310.891000', '191310.894000', '191310.896000', '191310.899000', '191310.901000', '191310.904000', '191310.907000', '191310.909000', '191310.912000', '191330.782000', '191330.784000', '191330.787000', '191330.790000', '191330.792000', '191330.795000', '191330.797000', '191330.800000', '191330.803000', '191330.811000', '191330.814000', '191330.836000', '191330.839000', '191330.841000', '191330.844000', '191330.846000', '191330.849000', '191330.851000', '191330.854000', '191330.857000', '191330.859000', '191330.862000', '191330.865000', '191330.867000', '191330.870000', '191330.872000', '191330.875000', '191330.877000', '191330.880000', '191330.883000', '191330.885000', '191330.888000', '191330.890000', '191330.893000', '191330.896000', '191330.898000', '191330.901000', '191330.904000', '191330.906000', '191330.909000', '191330.911000', '191330.914000', '191330.916000', '191350.782000', '191350.785000', '191350.788000', '191350.791000', '191350.820000', '191350.898000', '191350.901000', '191350.903000', '191350.906000', '191350.909000', '191350.911000', '191350.914000', '191350.916000', '191350.919000', '191350.922000', '191350.924000', '191350.927000', '191350.929000', '191350.932000', '191350.935000', '191350.937000', '191350.940000', '191350.942000', '191350.945000', '191350.948000', '191350.950000', '191350.953000', '191350.956000', '191350.958000', '191350.961000', '191350.963000', '191350.966000', '191350.969000', '191350.971000', '191350.974000', '191350.977000', '191350.979000', '191350.982000', '191350.984000', '191350.987000', '191350.990000', '191350.992000', '191350.995000', '191350.998000', '191410.782000', '191410.785000', '191410.787000', '191410.790000', '191410.793000', '191410.795000', '191410.798000', '191410.800000', '191410.803000', '191410.806000', '191410.808000', '191410.811000', '191410.814000', '191410.899000', '191410.902000', '191410.904000', '191410.907000', '191410.910000', '191410.912000', '191410.915000', '191410.917000', '191410.920000', '191410.923000', '191410.925000', '191410.928000', '191410.931000', '191410.933000', '191410.936000', '191410.938000', '191410.941000', '191410.944000', '191410.946000', '191410.949000', '191410.952000', '191410.954000', '191410.957000', '191410.959000', '191410.962000', '191410.965000', '191410.967000', '191410.970000', '191410.973000', '191410.975000', '191430.782000', '191430.785000', '191430.787000', '191430.790000', '191430.792000', '191430.795000', '191430.798000', '191430.800000', '191430.803000', '191430.806000', '191430.808000', '191430.811000', '191430.813000', '191430.862000', '191430.864000', '191430.867000', '191430.870000', '191430.872000', '191430.875000', '191430.878000', '191430.880000', '191430.883000', '191430.885000', '191430.888000', '191430.891000', '191430.893000', '191430.896000', '191430.898000', '191430.901000', '191430.904000', '191430.906000', '191430.909000', '191430.912000', '191430.914000', '191430.917000', '191430.919000', '191430.922000', '191430.924000', '191430.927000', '191430.930000', '191430.932000', '191430.935000', '191430.937000', '191430.940000', '191450.782000', '191450.785000', '191450.787000', '191450.790000', '191450.793000', '191450.795000', '191450.798000', '191450.800000', '191450.803000', '191450.806000', '191450.808000', '191450.811000', '191450.813000', '191450.875000', '191450.877000', '191450.880000', '191450.883000', '191450.885000', '191450.888000', '191450.891000', '191450.893000', '191450.896000', '191450.899000', '191450.901000', '191450.904000', '191450.906000', '191450.909000', '191450.915000', '191450.917000', '191450.920000', '191450.923000', '191450.925000', '191450.928000', '191450.931000', '191450.933000', '191450.936000', '191450.938000', '191450.941000', '191450.944000', '191450.947000', '191450.950000', '191450.953000', '191450.956000', '191510.782000', '191510.785000', '191510.787000', '191510.790000', '191510.792000', '191510.795000', '191510.798000', '191510.800000', '191510.803000', '191510.805000', '191510.808000', '191510.811000', '191510.813000', '191510.853000', '191510.855000', '191510.858000', '191510.861000', '191510.863000', '191510.866000', '191510.868000', '191510.871000', '191510.874000', '191510.876000', '191510.879000', '191510.882000', '191510.884000', '191510.887000', '191510.889000', '191510.892000', '191510.895000', '191510.897000', '191510.900000', '191510.902000', '191510.905000', '191510.908000', '191510.910000', '191510.913000', '191510.916000', '191510.918000', '191510.921000', '191510.923000', '191510.926000', '191510.929000', '191530.782000', '191530.785000', '191530.788000', '191530.790000', '191530.793000', '191530.796000', '191530.798000', '191530.801000', '191530.804000', '191530.806000', '191530.809000', '191530.812000', '191530.814000', '191530.890000', '191530.893000', '191530.895000', '191530.898000', '191530.900000', '191530.903000', '191530.906000', '191530.908000', '191530.911000', '191530.913000', '191530.916000', '191530.919000', '191530.921000', '191530.924000', '191530.926000', '191530.929000', '191530.932000', '191530.934000', '191530.937000', '191530.940000', '191530.943000', '191530.945000', '191530.948000', '191530.950000', '191530.953000', '191530.956000', '191530.958000', '191530.961000', '191530.963000', '191530.966000', '191530.969000', '191550.782000', '191550.784000', '191550.787000', '191550.790000', '191550.792000', '191550.795000', '191550.797000', '191550.800000', '191550.803000', '191550.805000', '191550.808000', '191550.810000', '191550.814000', '191550.880000', '191550.883000', '191550.886000', '191550.888000', '191550.891000', '191550.893000', '191550.896000', '191550.899000', '191550.901000', '191550.904000', '191550.906000', '191550.909000', '191550.912000', '191550.914000', '191550.917000', '191550.920000', '191550.922000', '191550.925000', '191550.927000', '191550.930000', '191550.933000', '191550.935000', '191550.938000', '191550.940000', '191550.943000', '191550.945000', '191550.948000', '191550.951000', '191550.953000', '191550.956000', '191610.782000', '191610.785000', '191610.787000', '191610.790000', '191610.793000', '191610.795000', '191610.798000', '191610.800000', '191610.803000', '191610.806000', '191610.808000', '191610.811000', '191610.813000', '191610.911000', '191610.914000', '191610.917000', '191610.919000', '191610.922000', '191610.924000', '191610.927000', '191610.930000', '191610.932000', '191610.935000', '191610.938000', '191610.940000', '191610.943000', '191610.945000', '191610.948000', '191610.951000', '191610.954000', '191610.956000', '191610.959000', '191610.961000', '191610.964000', '191610.967000', '191610.969000', '191610.972000', '191610.975000', '191610.977000', '191610.980000', '191610.983000', '191610.985000', '191610.988000', '191610.990000', '191630.782000', '191630.785000', '191630.787000', '191630.790000', '191630.792000', '191630.795000', '191630.798000', '191630.800000', '191630.803000', '191630.806000', '191630.808000', '191630.811000', '191630.813000', '191630.882000', '191630.885000', '191630.888000', '191630.890000', '191630.893000', '191630.895000', '191630.898000', '191630.901000', '191630.903000', '191630.906000', '191630.908000', '191630.911000', '191630.914000', '191630.917000', '191630.919000', '191630.922000', '191630.925000', '191630.927000', '191630.930000', '191630.932000', '191630.935000', '191630.938000', '191630.940000', '191630.943000', '191630.945000', '191630.948000', '191630.951000', '191630.953000', '191630.956000', '191630.959000', '191650.782000', '191650.785000', '191650.787000', '191650.790000', '191650.792000', '191650.795000', '191650.798000', '191650.800000', '191650.803000', '191650.806000', '191650.808000', '191650.811000', '191650.813000', '191650.816000', '191650.903000', '191650.906000', '191650.908000', '191650.911000', '191650.913000', '191650.916000', '191650.919000', '191650.921000', '191650.924000', '191650.926000', '191650.929000', '191650.932000', '191650.934000', '191650.937000', '191650.940000', '191650.942000', '191650.945000', '191650.947000', '191650.950000', '191650.953000', '191650.955000', '191650.958000', '191650.960000', '191650.963000', '191650.966000', '191650.968000', '191650.971000', '191650.974000', '191650.976000', '191650.979000', '191710.782000', '191710.785000', '191710.787000', '191710.790000', '191710.793000', '191710.795000', '191710.798000', '191710.801000', '191710.803000', '191710.806000', '191710.809000', '191710.811000', '191710.814000', '191710.930000', '191710.932000', '191710.935000', '191710.938000', '191710.940000', '191710.943000', '191710.945000', '191710.948000', '191710.951000', '191710.953000', '191710.956000', '191710.958000', '191710.961000', '191710.964000', '191710.966000', '191710.969000', '191710.972000', '191710.974000', '191710.977000', '191710.979000', '191710.982000', '191710.985000', '191710.987000', '191710.990000', '191710.992000', '191711.023000', '191711.025000', '191711.028000', '191711.031000', '191711.033000', '191730.782000', '191730.785000', '191730.787000', '191730.790000', '191730.793000', '191730.795000', '191730.798000', '191730.800000', '191730.803000', '191730.806000', '191730.808000', '191730.811000', '191730.814000', '191730.879000', '191730.882000', '191730.885000', '191730.887000', '191730.890000', '191730.892000', '191730.895000', '191730.897000', '191730.900000', '191730.903000', '191730.905000', '191730.908000', '191730.911000', '191730.913000', '191730.916000', '191730.919000', '191730.921000', '191730.924000', '191730.927000', '191730.929000', '191730.932000', '191730.935000', '191730.937000', '191730.940000', '191730.942000', '191730.945000', '191730.948000', '191730.950000', '191730.953000', '191730.956000', '191730.958000', '191750.782000', '191750.785000', '191750.787000', '191750.790000', '191750.793000', '191750.795000', '191750.798000', '191750.800000', '191750.803000', '191750.806000', '191750.808000', '191750.811000', '191750.814000', '191750.891000', '191750.893000', '191750.896000', '191750.898000', '191750.902000', '191750.904000', '191750.907000', '191750.910000', '191750.912000', '191750.915000', '191750.918000', '191750.920000', '191750.923000', '191750.926000', '191750.928000', '191750.931000', '191750.933000', '191750.936000', '191750.939000', '191750.941000', '191750.944000', '191750.948000', '191750.951000', '191750.953000', '191750.956000', '191750.959000', '191750.962000', '191750.964000', '191750.967000', '191750.970000', '191810.783000', '191810.785000', '191810.788000', '191810.791000', '191810.793000', '191810.796000', '191810.799000', '191810.801000', '191810.804000', '191810.807000', '191810.809000', '191810.812000', '191810.815000', '191810.884000', '191810.887000', '191810.889000', '191810.892000', '191810.895000', '191810.897000', '191810.900000', '191810.903000', '191810.905000', '191810.908000', '191810.911000', '191810.913000', '191810.916000', '191810.918000', '191810.921000', '191810.924000', '191810.926000', '191810.929000', '191810.932000', '191810.934000', '191810.937000', '191810.939000', '191810.942000', '191810.945000', '191810.947000', '191810.950000', '191810.953000', '191810.955000', '191810.958000', '191810.960000', '191810.963000', '191819.826000', '191819.829000', '191819.831000', '191819.835000', '191819.838000', '191819.840000', '191819.843000', '191819.846000', '191819.849000', '191819.851000', '191819.854000', '191819.857000', '191819.860000', '191819.863000', '191819.866000', '191819.869000', '191819.871000', '191819.874000', '191819.877000', '191819.880000'], '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': [6150, 7052, 5800, 8561, 5787, 12117, 6666, 11874, 7021, 5885, 7785, 5728, 13037, 8434, 13240, 6539, 10933, 5779, 11143, 7505, 10601, 5844, 10144, 5477, 10240, 5433, 7749, 5631, 7466, 5380, 8166, 6209, 8123, 5491, 7973, 5643, 8155, 5463, 9898, 5829, 10287, 5742, 10498, 5504, 11151, 5770, 10216, 5616, 9876, 5798, 10915, 5647, 11315, 5777, 11264, 5587, 11186, 5762, 11765, 7629, 11578, 5792, 11209, 6205, 11597, 8647, 12075, 7790, 9832, 6531, 9247, 6834, 10498, 7604, 7624, 6745, 10421, 6626, 13456, 8927, 11849, 8578, 11502, 5911, 10677, 5821, 11045, 7315, 11236, 6526, 11121, 5968, 10949, 5603, 11172, 5689, 10319, 5540, 8901, 5767, 10563, 5630, 10996, 5559, 11062, 5579, 11454, 6826, 11275, 5614, 11519, 5901, 10694, 7314, 9249, 8227, 5977, 8047, 5520, 9280, 6445, 10799, 5658, 11112, 5454, 11355, 6047, 12004, 6840, 10325, 5514, 8539, 5684, 10711, 5425, 10758, 5482, 10083, 5791, 10610, 5655, 10790, 5538, 10113, 5658, 9886, 5517, 10129, 5538, 9966, 5665, 10189, 5483, 10285, 5625, 9654, 5622, 10159, 5684, 11226, 5729, 10687, 5628, 10549, 5598, 10843, 5910, 11023, 5813, 11152, 5557, 10996, 5611, 11516, 6890, 11226, 5728, 11011, 5992, 11533, 8197, 10643, 7416, 9806, 6854, 9370, 7528, 7879, 9165, 5463, 9847, 5621, 11518, 6362, 12307, 6181, 11889, 5541, 11994, 6803, 12078, 6916, 12004, 5950, 11799, 6983, 12014, 6269, 11461, 5552, 11771, 6447, 11510, 5937, 11451, 5780, 11339, 6762, 11738, 6315, 11546, 5745, 11246, 6497, 11863, 8353, 10901, 6172, 11367, 6780, 12563, 9283, 9456, 6761, 6616, 6882, 7437, 7454, 8186, 7853, 5634, 7358, 6548, 7442, 10235, 7510, 8222, 7104, 6788, 7172, 8458, 7269, 9460, 7366, 5506, 7069, 5595, 7839, 6533, 9489, 5626, 9162, 5555, 9451, 5650, 11420, 5915, 11406, 5585, 10877, 5650, 11431, 6822, 12190, 6421, 10291, 6579, 8951, 6967, 8200, 7246, 5496, 7903, 5650, 8922, 5752, 11130, 6063, 11068, 5674, 10992, 5660, 12248, 6981, 12071, 5901, 11179, 6008, 11210, 7081, 12410, 8932, 10800, 7118, 10524, 7253, 10278, 7743, 6978, 7508, 8203, 7603, 11161, 7659, 12756, 8572, 7329, 7026, 6028, 7219, 7186, 8341, 5563, 8715, 5816, 8813, 5481, 10639, 5663, 10672, 5569, 10893, 5511, 11247, 5883, 11907, 7180, 11957, 5998, 11467, 6255, 11615, 7905, 11839, 7501, 10834, 6545, 10746, 6927, 11195, 7746, 8078, 7184, 5570, 7276, 5774, 10328, 5613, 11328, 5629, 10950, 6248, 10281, 7255, 5693, 7729, 5529, 10495, 5748, 11481, 6209, 11456, 6091, 12025, 7954, 13147, 9027, 11811, 6739, 11971, 8399, 9582, 6453, 8805, 6551, 13251, 8795, 12925, 8058, 11494, 5930, 11415, 6314, 10660, 6112, 7881, 6381, 8596, 6888, 6240, 6873, 5392, 7375, 5587, 8870, 5685, 9679, 5499, 8628, 5566, 11157, 6373, 11341, 6190, 11106, 5781, 11611, 8271, 11689, 7860, 9253, 6493, 11810, 7592, 9016, 6821, 5558, 6849, 5667, 10397, 5511, 11102, 5814, 10609, 5408, 11618, 7818, 12347, 7832, 9713, 6049, 10281, 7752, 7551, 7274, 5590, 7257, 5792, 10300, 5631, 8886, 5636, 10490, 5812, 11837, 6843, 10827, 5809, 11686, 7200, 9184, 6575, 5419, 7382, 5549, 10169, 5770, 10476, 5556, 9735, 5570, 11552, 6494, 11748, 6732, 10221, 5610, 10317, 6061, 11222, 7718, 7261, 6485, 8209, 6097, 8227, 6644, 8125, 6904, 5849, 7008, 5576, 7911, 5652, 9577, 5887, 10605, 5675, 10800, 5770, 10821, 7019, 11494, 7946, 11258, 6813, 9453, 6311, 10706, 7275, 8935, 6807, 6154, 6970, 8231, 7770, 6536, 8179, 5510, 7540, 5658, 8843, 7525, 9240, 5395, 7654, 5515, 9903, 5908, 11743, 5695, 10148, 5597, 10635, 5760, 11706, 7824, 11122, 5825, 10456, 5821, 11002, 7625, 11744, 7102, 11103, 6004, 10747, 7206, 12292, 7957, 10983, 6293, 10731, 6843, 11134, 8363, 11323, 5962, 11101, 5905, 10802, 7766, 11421, 6298, 10682, 6237, 10925, 7395, 11450, 7664, 9801, 6182, 8901, 6530, 9357, 7085, 5963, 7039, 5660, 7917, 5610, 10855, 5623, 10554, 5646, 10662, 5884, 10984, 7538, 12067, 6994, 10414, 6439, 10343, 6600, 9477, 6997, 5621, 6776, 5510, 7347, 5620, 9553, 5818, 9855, 5727, 9447, 5574, 10813, 5608, 11177, 5617, 10942, 5681, 10854, 5476, 11375, 6929, 11223, 6289, 11024, 5838, 10880, 6769, 11718, 7703, 12200, 6904, 10853, 6063, 7782, 6574, 7018, 8676, 5427, 9060, 5589, 9946, 5479, 10909, 6158, 11182, 5678, 10281, 5718, 10919, 6375, 11613, 6118, 10758, 5628, 9997, 6610, 10215, 7107, 7905, 6477, 9601, 6592, 12434, 8987, 10219, 6918, 7399, 6789, 7063, 9350, 7712, 11578, 6193, 10493, 5718, 11255, 6869, 11706, 7971, 5776, 7741, 5691, 8919, 5659, 12109, 7398, 8129, 10262, 5568, 10546, 5886, 11511, 9433, 6723, 8324, 5603, 9495, 6033, 11915, 7737, 9468, 6242, 8308, 6842, 6810, 8191, 5478, 8016, 5588, 11367, 6576, 11215, 6012, 11169, 6156, 10793, 7546, 6316, 6923, 5427, 7798, 5958, 12228, 7221, 11227, 5796, 11000, 6406, 12841, 8557, 8434, 6717, 5567, 7432, 5677, 12086, 6856, 11038, 5749, 11011, 6533, 8619, 9066, 5515, 8567, 5459, 10401, 5701, 11673, 7909, 12332, 6773, 10527, 5883, 10731, 6701, 9268, 6620, 5552, 6722, 5796, 7614, 5733, 10755, 5475, 10123, 5593, 10540, 6043, 11314, 8142, 7079, 6603, 5591, 7532, 5785, 10829, 5684, 10583, 5542, 10682, 6800, 11255, 8087, 7737, 6954, 5504, 7240, 5806, 9526, 5697, 10268, 5825, 8860, 5560, 11022, 6844, 10755, 6523, 6174, 6747, 6789, 7891, 6806, 9048, 5500, 9890, 5623, 10811, 6294, 11725, 7919, 11563, 6984, 10820, 7682, 11088, 7754, 8349, 7247, 7374, 7199, 9786, 7290, 11336, 7729, 5526, 7413, 5701, 6985, 5420, 7987, 5458, 8103, 5638, 8108, 5753, 8560, 5724, 9598, 5640, 8755, 5699, 8633, 5679, 9294, 5682, 9074, 5566, 9579, 5651, 10630, 6525, 10988, 7565, 10665, 6256, 9362, 6752, 8370, 6905, 5939, 8097, 5668, 8128, 7861, 8973, 10218, 8619, 6770, 7676, 5678, 9648, 5722, 11879, 6077, 12049, 5835, 11047, 5723, 11385, 6942, 11548, 6573, 7912, 6687, 6924, 8081, 7714, 9563, 5828, 12439, 6314, 5459, 7560, 5851, 12066, 7858, 9310, 7566, 6181, 7713, 6374, 12593, 7109, 11592, 6630, 14102, 9312, 11293, 7134, 6835, 7380, 8088, 8589, 5606, 7710, 5579, 9765, 5643, 12747, 7368, 10150, 5768, 11096, 6360, 11438, 5828, 11556, 5992, 11331, 7999, 8352, 5861, 6400, 6880, 9444, 7763, 6013, 7197, 5399, 8096, 6481, 10667, 5596, 8632, 5679, 10130, 5465, 11377, 5731, 9144, 5877, 10586, 6304, 11062, 6048, 7263, 6124, 6863, 7300, 6393, 8789, 5532, 9985, 5536, 11270, 7591, 11785, 6916, 11168, 6472, 10279, 7130, 7047, 7108, 5567, 8581, 5890, 12758, 9046, 12452, 7078, 5510, 6808, 5617, 9441, 5796, 10899, 6957, 11248, 6005, 10386, 6276, 11051, 8169, 12075, 8155, 11534, 7104, 12278, 7096, 12123, 8568, 11968, 6348, 8530, 5545, 9367, 5782, 10994, 5986, 9506, 5592, 9869, 5665, 10555, 6800, 11459, 6345, 10866, 6428, 10557, 6680, 10928, 6658, 9610, 6683, 9712, 7014, 10239, 7678, 6003, 6908, 6331, 7407, 6346, 8537, 6501, 10194, 5880, 9291, 5684, 11467, 6963, 12738, 7782, 10183, 6616, 8776, 7566, 7609, 8486, 5620, 9084, 5827, 11337, 6992, 12477, 6816, 10658, 6739, 10674, 7453, 8389, 7725, 5547, 7884, 5846, 11269, 5743, 11585, 5882, 11389, 6352, 6849, 7796, 5723, 11188, 6798, 9188, 8071, 5605, 10251, 5490, 10832, 7241, 12082, 8692, 7958, 6650, 6383, 7468, 7885, 9750, 5348, 8068, 5610, 10175, 5758, 11977, 6582, 11200, 5641, 10906, 6425, 11495, 8317, 7522, 6720, 7173, 7131, 7902, 8272, 8754, 9136, 5569, 8145, 5574, 10182, 5848, 12314, 6906, 11299, 5930, 11235, 6126, 11428, 7169, 12704, 8681, 11060, 6465, 10015, 6540, 11302, 7312, 12334, 9319, 8348, 6391, 6766, 6853, 9995, 6853, 10926, 7048, 8240, 6922, 5521, 6860, 7646, 7570, 9950, 7252, 5518, 6917, 5789, 7406, 7524, 8173, 5483, 9551, 5746, 10046, 5844, 11042, 7231, 8119, 7078, 5886, 8067, 5961, 11845, 7239, 11879, 7332, 11469, 6934, 11894, 7225, 12498, 7509, 11820, 5966, 11908, 5744, 12585, 6952, 10770, 6023, 9947, 5791, 11148, 5884, 11604, 6090, 10743, 5755, 10702, 6412, 11142, 7095, 9006, 6586, 8103, 7380, 9121, 7462, 5552, 7628, 5937, 7954, 8357, 9304, 8094, 9537, 5799, 8340, 6076, 9844, 6468, 10713, 5704, 8595, 5758, 7712, 8506, 8162, 6540, 8003, 5660, 7555, 5832, 8902, 5792, 12119, 5996, 10753, 5743, 11283, 6788, 12551, 8487, 8515, 6673, 6860, 7304, 10063, 8060, 7086, 7778, 5774, 7748, 5793, 10688, 6017, 10747, 5708, 9615, 5768, 11922, 7251, 11226, 5912, 11020, 6146, 11413, 7419, 8987, 6687, 8149, 7666, 8871, 7560, 5597, 7797, 6120, 11088, 6013, 10435, 6000, 11241, 6754, 12091, 8796, 10753, 6885, 8195, 7539, 8758, 9131, 6002, 7855, 5979, 9856, 6854, 11403, 5956, 9737, 5638, 11495, 6953, 12624, 7115, 9740, 6726, 8160, 7934, 7594, 10244, 5867, 10086, 5723, 11822, 6564, 12235, 6649, 11592, 6228, 11303, 6788, 11034, 7024, 7702, 6726, 6226, 7559, 7838, 8961, 5717, 7752, 5569, 9332, 5671, 11797, 5863, 11137, 5628, 10673, 5758, 11822, 6756, 12059, 6232, 11187, 5828, 11055, 6784, 10746, 7235, 6437, 7137, 5708, 7602, 5563, 9357, 5817, 11452, 6077, 10393, 5932, 10937, 6542, 11077, 7121, 12115, 6554, 11348, 6670, 10652, 7089, 10946, 7812, 7253, 7444, 5740, 7520, 5945, 10600, 6176, 12140, 5938, 10052, 5767, 10862, 6870, 11899, 7440, 8823, 6797, 9648, 7500, 8105, 7915, 5706, 7878, 8788, 11421, 8730, 9693, 5755, 7448, 5693, 7957, 10894, 7377, 5785, 6548, 9779, 6803, 11490, 7474, 10082, 5651, 9815, 5577, 10543, 5742, 8277, 5643, 7407, 5518, 7736, 8903, 7559, 7726, 7215, 6273, 7252, 8047, 8301, 6985, 7929, 5682, 8092, 7241, 8524, 8688, 8598, 5494, 8137, 5684, 9880, 6393, 11219, 5578, 10416, 5664, 10785, 5733, 11979, 6506, 11592, 5453, 11439, 5850, 11675, 6749, 12013, 6591, 11230, 6028, 10529, 7030, 11105, 7345, 11250, 6557, 10444, 6798, 10863, 7195, 12831, 7455, 9507, 6768, 6209, 7571, 5640, 8044, 5842, 10484, 5865, 11074, 7234, 9708, 6898, 8747, 7834, 10950, 12325, 8513, 11678, 6600, 11041, 5683, 12627, 6072, 11163, 5560, 10273, 5468, 11617, 5814, 10599, 5659, 9219, 5533, 7860, 9988, 7690, 6734, 7165, 8332, 7691, 11448, 7686, 11319, 7340, 8521, 6886, 8621, 7625, 9272, 8100, 5749, 7879, 5692, 8261, 5658, 8136, 9234, 8312, 6023, 7913, 7434, 7946, 10625, 8176, 9831, 7744, 5757, 8164, 6447, 8731, 9234, 10123, 7888, 13953, 7252, 10963, 7132, 6703, 7562, 5906, 7867, 8037, 7951, 11610, 7776, 11354, 7601, 12205, 8241, 13063, 7860, 10046, 13288, 8835, 12981, 6715, 11429, 6398, 11445, 6374, 11487, 6297, 10050, 5730, 9942, 5745, 10487, 6316, 10778, 6515, 10363, 6410, 10247, 6235, 10497, 7144, 11543, 6613, 10035, 7005, 9597, 7386, 9339, 7518, 5753, 7906, 5713, 9702, 5768, 12241, 6131, 11918, 5814, 12467, 7143, 12674, 7045, 11898, 6668, 11738, 7104, 12111, 8053, 9886, 6772, 11006, 6753, 11936, 7828, 9939, 6696, 9472, 7176, 10488, 7194, 7187, 6896, 8986, 7242, 12177, 7516, 8371, 7079, 10114, 7114, 12494, 7732, 9690, 7004, 9500, 6829, 11400, 7279, 11026, 6972, 8832, 6914, 11277, 6552, 10635, 7355, 10693, 5715, 9962, 5475, 9552, 5587, 9670, 5702, 7512, 5423, 7583, 5643, 7944, 5959, 8062, 5367, 7822, 5427, 9199, 5549, 10817, 5785, 10638, 5735, 10616, 5891, 10565, 5993, 10947, 6539, 11132, 6096, 10601, 6307, 10654, 7629, 10735, 7917, 8586, 7416, 8514, 7907, 10306, 8351, 7020, 9774, 5894, 10416, 5788, 11585, 7571, 11608, 6155, 11135, 5660, 11239, 5699, 12831, 5996, 12553, 5713, 12076, 6314, 12132, 7284, 12865, 6732, 11459, 6599, 10984, 7482, 11927, 8133, 10593, 7001, 9303, 7718, 9347, 8883, 5621, 8710, 5926, 11221, 6095, 11898, 7929, 7875, 8184, 5662, 11942, 8048, 7544, 7830, 5699, 10479, 6069, 10447, 7647, 6676, 10724, 5642, 10314, 5961, 11150, 7238, 11515, 7939, 7407, 7607, 7414, 8123, 9933, 10542, 5657, 8041, 5782, 11566, 5871, 10929, 5842, 10866, 5884, 11450, 7287, 11226, 6747, 5629, 7196, 6050, 8494, 5642, 9250, 5835, 10956, 6056, 12036, 7147, 11140, 6124, 11003, 7258, 12458, 7891, 12281, 6344, 11317, 6560, 11525, 8228, 10372, 7116, 5887, 7172, 6055, 8587, 8129, 11972, 5747, 10614, 5677, 10140, 5639, 12827, 7063, 11620, 6314, 11326, 6171, 11591, 7423, 11530, 6393, 10477, 5999, 11208, 6826, 10812, 5935, 10040, 6111, 10398, 6967, 11978, 7357, 9672, 6788, 9394, 6930, 10123, 7644, 8049, 7455, 6491, 7663, 8150, 8721, 7203, 8518, 5659, 8060, 5588, 9241, 6000, 11695], 'WindowCenter': [3546.0, 3551.0, 3517.0, 3570.0, 3516.0, 3590.0, 3524.0, 3574.0, 3522.0, 3499.0, 3531.0, 3512.0, 3575.0, 3544.0, 3574.0, 3510.0, 3562.0, 3499.0, 3564.0, 3520.0, 3551.0, 3498.0, 3551.0, 3488.0, 3552.0, 3487.0, 3529.0, 3498.0, 3519.0, 3487.0, 3543.0, 3511.0, 3531.0, 3488.0, 3531.0, 3499.0, 3532.0, 3501.0, 3554.0, 3501.0, 3564.0, 3501.0, 3564.0, 3501.0, 3577.0, 3501.0, 3564.0, 3500.0, 3553.0, 3499.0, 3564.0, 3512.0, 3563.0, 3500.0, 3564.0, 3500.0, 3563.0, 3500.0, 3575.0, 3533.0, 3564.0, 3501.0, 3562.0, 3511.0, 3575.0, 3544.0, 3574.0, 3533.0, 3553.0, 3511.0, 3551.0, 3522.0, 3565.0, 3532.0, 3532.0, 3522.0, 3563.0, 3520.0, 3573.0, 3542.0, 3564.0, 3542.0, 3561.0, 3499.0, 3551.0, 3499.0, 3562.0, 3532.0, 3563.0, 3510.0, 3562.0, 3510.0, 3563.0, 3500.0, 3564.0, 3499.0, 3552.0, 3488.0, 3541.0, 3499.0, 3563.0, 3499.0, 3563.0, 3500.0, 3563.0, 3501.0, 3575.0, 3522.0, 3563.0, 3512.0, 3573.0, 3510.0, 3563.0, 3534.0, 3555.0, 3544.0, 3512.0, 3544.0, 3500.0, 3554.0, 3522.0, 3565.0, 3500.0, 3564.0, 3499.0, 3564.0, 3511.0, 3575.0, 3520.0, 3553.0, 3488.0, 3541.0, 3497.0, 3561.0, 3488.0, 3563.0, 3499.0, 3552.0, 3499.0, 3577.0, 3511.0, 3564.0, 3499.0, 3552.0, 3498.0, 3552.0, 3499.0, 3552.0, 3499.0, 3552.0, 3499.0, 3563.0, 3500.0, 3563.0, 3500.0, 3553.0, 3500.0, 3563.0, 3500.0, 3575.0, 3500.0, 3564.0, 3500.0, 3563.0, 3500.0, 3565.0, 3512.0, 3563.0, 3501.0, 3564.0, 3500.0, 3563.0, 3501.0, 3575.0, 3533.0, 3563.0, 3511.0, 3564.0, 3512.0, 3575.0, 3544.0, 3564.0, 3534.0, 3564.0, 3521.0, 3555.0, 3545.0, 3544.0, 3554.0, 3500.0, 3554.0, 3500.0, 3576.0, 3523.0, 3576.0, 3512.0, 3575.0, 3500.0, 3575.0, 3523.0, 3575.0, 3522.0, 3574.0, 3511.0, 3575.0, 3533.0, 3575.0, 3511.0, 3563.0, 3500.0, 3574.0, 3511.0, 3563.0, 3511.0, 3563.0, 3499.0, 3564.0, 3523.0, 3575.0, 3522.0, 3563.0, 3501.0, 3564.0, 3523.0, 3574.0, 3544.0, 3564.0, 3511.0, 3562.0, 3521.0, 3575.0, 3554.0, 3553.0, 3521.0, 3521.0, 3521.0, 3531.0, 3532.0, 3542.0, 3543.0, 3499.0, 3532.0, 3509.0, 3532.0, 3564.0, 3531.0, 3542.0, 3521.0, 3520.0, 3520.0, 3529.0, 3532.0, 3552.0, 3532.0, 3488.0, 3520.0, 3488.0, 3532.0, 3521.0, 3553.0, 3499.0, 3553.0, 3499.0, 3551.0, 3511.0, 3576.0, 3512.0, 3575.0, 3501.0, 3564.0, 3512.0, 3575.0, 3523.0, 3574.0, 3523.0, 3563.0, 3522.0, 3553.0, 3535.0, 3555.0, 3534.0, 3501.0, 3544.0, 3511.0, 3555.0, 3513.0, 3577.0, 3512.0, 3576.0, 3512.0, 3566.0, 3511.0, 3576.0, 3534.0, 3575.0, 3512.0, 3563.0, 3512.0, 3576.0, 3535.0, 3586.0, 3556.0, 3576.0, 3534.0, 3565.0, 3534.0, 3564.0, 3533.0, 3522.0, 3532.0, 3541.0, 3532.0, 3562.0, 3532.0, 3574.0, 3543.0, 3529.0, 3520.0, 3509.0, 3531.0, 3521.0, 3542.0, 3500.0, 3541.0, 3498.0, 3554.0, 3499.0, 3565.0, 3512.0, 3564.0, 3501.0, 3563.0, 3500.0, 3563.0, 3500.0, 3575.0, 3533.0, 3574.0, 3510.0, 3562.0, 3521.0, 3575.0, 3541.0, 3574.0, 3532.0, 3562.0, 3510.0, 3562.0, 3533.0, 3564.0, 3531.0, 3531.0, 3520.0, 3498.0, 3530.0, 3500.0, 3564.0, 3511.0, 3575.0, 3513.0, 3563.0, 3536.0, 3578.0, 3548.0, 3513.0, 3545.0, 3500.0, 3577.0, 3511.0, 3576.0, 3510.0, 3564.0, 3511.0, 3589.0, 3546.0, 3588.0, 3554.0, 3563.0, 3521.0, 3576.0, 3543.0, 3551.0, 3509.0, 3540.0, 3509.0, 3572.0, 3541.0, 3572.0, 3530.0, 3560.0, 3497.0, 3561.0, 3509.0, 3550.0, 3498.0, 3529.0, 3509.0, 3541.0, 3521.0, 3510.0, 3519.0, 3486.0, 3520.0, 3499.0, 3553.0, 3499.0, 3552.0, 3488.0, 3541.0, 3500.0, 3564.0, 3511.0, 3564.0, 3510.0, 3561.0, 3500.0, 3564.0, 3543.0, 3574.0, 3532.0, 3540.0, 3509.0, 3563.0, 3532.0, 3541.0, 3520.0, 3486.0, 3520.0, 3499.0, 3552.0, 3487.0, 3562.0, 3498.0, 3562.0, 3500.0, 3574.0, 3532.0, 3573.0, 3531.0, 3550.0, 3498.0, 3551.0, 3530.0, 3530.0, 3519.0, 3486.0, 3519.0, 3498.0, 3552.0, 3498.0, 3541.0, 3498.0, 3550.0, 3499.0, 3573.0, 3521.0, 3562.0, 3499.0, 3573.0, 3531.0, 3551.0, 3520.0, 3486.0, 3519.0, 3487.0, 3562.0, 3497.0, 3552.0, 3488.0, 3551.0, 3487.0, 3562.0, 3510.0, 3572.0, 3520.0, 3550.0, 3499.0, 3550.0, 3509.0, 3575.0, 3532.0, 3520.0, 3509.0, 3540.0, 3510.0, 3540.0, 3522.0, 3542.0, 3521.0, 3499.0, 3521.0, 3500.0, 3543.0, 3511.0, 3565.0, 3513.0, 3566.0, 3513.0, 3576.0, 3512.0, 3565.0, 3535.0, 3576.0, 3545.0, 3575.0, 3522.0, 3553.0, 3511.0, 3564.0, 3532.0, 3542.0, 3522.0, 3510.0, 3521.0, 3542.0, 3532.0, 3509.0, 3542.0, 3488.0, 3531.0, 3498.0, 3553.0, 3531.0, 3553.0, 3488.0, 3530.0, 3487.0, 3552.0, 3499.0, 3574.0, 3497.0, 3552.0, 3488.0, 3552.0, 3500.0, 3574.0, 3531.0, 3563.0, 3500.0, 3561.0, 3499.0, 3563.0, 3532.0, 3572.0, 3521.0, 3561.0, 3509.0, 3563.0, 3532.0, 3573.0, 3531.0, 3550.0, 3509.0, 3562.0, 3521.0, 3564.0, 3541.0, 3560.0, 3498.0, 3561.0, 3497.0, 3563.0, 3531.0, 3560.0, 3509.0, 3551.0, 3508.0, 3562.0, 3532.0, 3561.0, 3531.0, 3550.0, 3510.0, 3541.0, 3510.0, 3552.0, 3520.0, 3510.0, 3521.0, 3498.0, 3530.0, 3499.0, 3564.0, 3500.0, 3564.0, 3500.0, 3563.0, 3500.0, 3564.0, 3533.0, 3573.0, 3522.0, 3562.0, 3511.0, 3563.0, 3523.0, 3553.0, 3522.0, 3500.0, 3522.0, 3499.0, 3532.0, 3511.0, 3554.0, 3501.0, 3553.0, 3500.0, 3552.0, 3501.0, 3566.0, 3512.0, 3564.0, 3512.0, 3564.0, 3500.0, 3563.0, 3501.0, 3573.0, 3522.0, 3564.0, 3522.0, 3562.0, 3499.0, 3563.0, 3521.0, 3574.0, 3532.0, 3574.0, 3521.0, 3562.0, 3510.0, 3531.0, 3522.0, 3521.0, 3543.0, 3500.0, 3553.0, 3499.0, 3552.0, 3500.0, 3565.0, 3511.0, 3564.0, 3500.0, 3552.0, 3498.0, 3563.0, 3511.0, 3563.0, 3510.0, 3562.0, 3511.0, 3564.0, 3535.0, 3565.0, 3534.0, 3544.0, 3524.0, 3554.0, 3522.0, 3575.0, 3555.0, 3564.0, 3522.0, 3532.0, 3521.0, 3520.0, 3554.0, 3532.0, 3576.0, 3511.0, 3564.0, 3500.0, 3564.0, 3522.0, 3575.0, 3544.0, 3512.0, 3533.0, 3499.0, 3554.0, 3500.0, 3574.0, 3533.0, 3543.0, 3565.0, 3500.0, 3552.0, 3500.0, 3575.0, 3553.0, 3520.0, 3542.0, 3499.0, 3553.0, 3511.0, 3574.0, 3531.0, 3551.0, 3510.0, 3542.0, 3522.0, 3521.0, 3540.0, 3500.0, 3532.0, 3500.0, 3573.0, 3522.0, 3564.0, 3511.0, 3563.0, 3511.0, 3564.0, 3532.0, 3509.0, 3521.0, 3488.0, 3532.0, 3511.0, 3575.0, 3529.0, 3563.0, 3499.0, 3562.0, 3510.0, 3574.0, 3541.0, 3541.0, 3519.0, 3487.0, 3519.0, 3499.0, 3574.0, 3521.0, 3562.0, 3499.0, 3562.0, 3511.0, 3542.0, 3541.0, 3487.0, 3540.0, 3486.0, 3550.0, 3499.0, 3562.0, 3530.0, 3561.0, 3509.0, 3550.0, 3497.0, 3562.0, 3520.0, 3540.0, 3508.0, 3486.0, 3508.0, 3496.0, 3532.0, 3499.0, 3563.0, 3488.0, 3551.0, 3488.0, 3552.0, 3510.0, 3562.0, 3531.0, 3519.0, 3520.0, 3487.0, 3531.0, 3500.0, 3564.0, 3500.0, 3562.0, 3499.0, 3563.0, 3522.0, 3564.0, 3532.0, 3531.0, 3520.0, 3488.0, 3520.0, 3498.0, 3553.0, 3514.0, 3581.0, 3514.0, 3552.0, 3498.0, 3562.0, 3535.0, 3575.0, 3522.0, 3509.0, 3521.0, 3521.0, 3546.0, 3534.0, 3555.0, 3500.0, 3565.0, 3501.0, 3576.0, 3524.0, 3574.0, 3547.0, 3576.0, 3534.0, 3564.0, 3545.0, 3577.0, 3533.0, 3542.0, 3520.0, 3518.0, 3522.0, 3551.0, 3530.0, 3562.0, 3530.0, 3487.0, 3519.0, 3498.0, 3518.0, 3486.0, 3530.0, 3488.0, 3529.0, 3498.0, 3529.0, 3501.0, 3542.0, 3500.0, 3552.0, 3499.0, 3541.0, 3498.0, 3540.0, 3499.0, 3553.0, 3499.0, 3552.0, 3499.0, 3552.0, 3499.0, 3564.0, 3524.0, 3563.0, 3533.0, 3562.0, 3524.0, 3553.0, 3523.0, 3544.0, 3534.0, 3512.0, 3545.0, 3512.0, 3544.0, 3543.0, 3557.0, 3567.0, 3544.0, 3522.0, 3533.0, 3500.0, 3553.0, 3500.0, 3577.0, 3513.0, 3575.0, 3500.0, 3563.0, 3500.0, 3575.0, 3534.0, 3574.0, 3523.0, 3555.0, 3536.0, 3534.0, 3557.0, 3558.0, 3568.0, 3514.0, 3575.0, 3525.0, 3501.0, 3543.0, 3511.0, 3576.0, 3547.0, 3556.0, 3546.0, 3524.0, 3545.0, 3524.0, 3589.0, 3532.0, 3565.0, 3523.0, 3586.0, 3556.0, 3563.0, 3520.0, 3520.0, 3546.0, 3544.0, 3541.0, 3498.0, 3530.0, 3486.0, 3551.0, 3499.0, 3575.0, 3533.0, 3566.0, 3512.0, 3563.0, 3509.0, 3561.0, 3498.0, 3561.0, 3498.0, 3563.0, 3532.0, 3541.0, 3499.0, 3509.0, 3520.0, 3551.0, 3531.0, 3499.0, 3520.0, 3486.0, 3530.0, 3510.0, 3563.0, 3489.0, 3542.0, 3497.0, 3552.0, 3500.0, 3563.0, 3500.0, 3552.0, 3499.0, 3564.0, 3511.0, 3577.0, 3513.0, 3533.0, 3512.0, 3521.0, 3533.0, 3522.0, 3543.0, 3501.0, 3564.0, 3501.0, 3577.0, 3545.0, 3577.0, 3536.0, 3575.0, 3523.0, 3564.0, 3533.0, 3533.0, 3533.0, 3500.0, 3543.0, 3513.0, 3588.0, 3555.0, 3588.0, 3537.0, 3502.0, 3522.0, 3499.0, 3554.0, 3500.0, 3577.0, 3536.0, 3577.0, 3525.0, 3565.0, 3523.0, 3563.0, 3543.0, 3575.0, 3531.0, 3562.0, 3519.0, 3561.0, 3518.0, 3563.0, 3541.0, 3560.0, 3507.0, 3526.0, 3485.0, 3540.0, 3497.0, 3550.0, 3498.0, 3550.0, 3486.0, 3549.0, 3498.0, 3551.0, 3520.0, 3561.0, 3509.0, 3561.0, 3508.0, 3563.0, 3522.0, 3562.0, 3520.0, 3551.0, 3521.0, 3550.0, 3521.0, 3552.0, 3531.0, 3509.0, 3521.0, 3509.0, 3520.0, 3508.0, 3542.0, 3510.0, 3563.0, 3499.0, 3541.0, 3498.0, 3562.0, 3521.0, 3574.0, 3533.0, 3563.0, 3521.0, 3542.0, 3533.0, 3532.0, 3542.0, 3500.0, 3541.0, 3499.0, 3565.0, 3533.0, 3575.0, 3522.0, 3562.0, 3522.0, 3564.0, 3533.0, 3543.0, 3533.0, 3499.0, 3532.0, 3500.0, 3565.0, 3514.0, 3576.0, 3500.0, 3574.0, 3511.0, 3520.0, 3532.0, 3500.0, 3576.0, 3535.0, 3554.0, 3545.0, 3512.0, 3565.0, 3501.0, 3565.0, 3535.0, 3575.0, 3544.0, 3530.0, 3520.0, 3509.0, 3534.0, 3543.0, 3554.0, 3499.0, 3531.0, 3499.0, 3563.0, 3513.0, 3575.0, 3521.0, 3564.0, 3501.0, 3563.0, 3522.0, 3575.0, 3542.0, 3531.0, 3521.0, 3520.0, 3520.0, 3530.0, 3544.0, 3543.0, 3554.0, 3489.0, 3531.0, 3488.0, 3553.0, 3501.0, 3574.0, 3521.0, 3563.0, 3509.0, 3562.0, 3509.0, 3563.0, 3522.0, 3573.0, 3542.0, 3562.0, 3510.0, 3550.0, 3509.0, 3561.0, 3532.0, 3575.0, 3552.0, 3530.0, 3509.0, 3508.0, 3508.0, 3549.0, 3509.0, 3562.0, 3521.0, 3540.0, 3519.0, 3486.0, 3520.0, 3529.0, 3532.0, 3552.0, 3531.0, 3498.0, 3521.0, 3498.0, 3532.0, 3533.0, 3543.0, 3501.0, 3554.0, 3512.0, 3563.0, 3512.0, 3577.0, 3535.0, 3545.0, 3535.0, 3512.0, 3545.0, 3525.0, 3578.0, 3535.0, 3576.0, 3534.0, 3564.0, 3522.0, 3575.0, 3534.0, 3575.0, 3532.0, 3563.0, 3510.0, 3562.0, 3500.0, 3574.0, 3520.0, 3562.0, 3498.0, 3551.0, 3498.0, 3563.0, 3501.0, 3576.0, 3512.0, 3562.0, 3499.0, 3562.0, 3523.0, 3575.0, 3522.0, 3553.0, 3522.0, 3542.0, 3534.0, 3555.0, 3534.0, 3500.0, 3534.0, 3510.0, 3544.0, 3543.0, 3556.0, 3542.0, 3553.0, 3499.0, 3541.0, 3498.0, 3554.0, 3522.0, 3564.0, 3499.0, 3540.0, 3498.0, 3531.0, 3541.0, 3542.0, 3509.0, 3531.0, 3497.0, 3529.0, 3498.0, 3542.0, 3499.0, 3574.0, 3511.0, 3563.0, 3500.0, 3563.0, 3522.0, 3575.0, 3543.0, 3541.0, 3520.0, 3519.0, 3532.0, 3563.0, 3531.0, 3521.0, 3531.0, 3498.0, 3531.0, 3499.0, 3563.0, 3509.0, 3563.0, 3499.0, 3551.0, 3499.0, 3563.0, 3531.0, 3562.0, 3500.0, 3562.0, 3510.0, 3562.0, 3532.0, 3541.0, 3520.0, 3542.0, 3533.0, 3542.0, 3532.0, 3488.0, 3530.0, 3509.0, 3564.0, 3512.0, 3577.0, 3512.0, 3563.0, 3521.0, 3574.0, 3543.0, 3562.0, 3520.0, 3529.0, 3531.0, 3541.0, 3553.0, 3510.0, 3530.0, 3508.0, 3553.0, 3520.0, 3563.0, 3499.0, 3552.0, 3499.0, 3562.0, 3521.0, 3574.0, 3521.0, 3551.0, 3520.0, 3543.0, 3544.0, 3531.0, 3552.0, 3500.0, 3552.0, 3498.0, 3563.0, 3521.0, 3574.0, 3520.0, 3562.0, 3509.0, 3562.0, 3522.0, 3576.0, 3522.0, 3544.0, 3521.0, 3509.0, 3531.0, 3531.0, 3543.0, 3499.0, 3532.0, 3488.0, 3552.0, 3511.0, 3574.0, 3512.0, 3576.0, 3501.0, 3562.0, 3499.0, 3574.0, 3522.0, 3576.0, 3511.0, 3562.0, 3500.0, 3562.0, 3523.0, 3564.0, 3532.0, 3510.0, 3520.0, 3499.0, 3544.0, 3500.0, 3554.0, 3501.0, 3575.0, 3511.0, 3563.0, 3511.0, 3563.0, 3510.0, 3564.0, 3522.0, 3574.0, 3512.0, 3563.0, 3521.0, 3562.0, 3522.0, 3564.0, 3532.0, 3531.0, 3532.0, 3500.0, 3532.0, 3510.0, 3565.0, 3512.0, 3577.0, 3511.0, 3552.0, 3500.0, 3564.0, 3523.0, 3574.0, 3534.0, 3553.0, 3522.0, 3565.0, 3534.0, 3544.0, 3544.0, 3499.0, 3532.0, 3543.0, 3576.0, 3542.0, 3552.0, 3498.0, 3520.0, 3497.0, 3530.0, 3562.0, 3519.0, 3497.0, 3509.0, 3549.0, 3508.0, 3561.0, 3520.0, 3550.0, 3498.0, 3550.0, 3487.0, 3551.0, 3497.0, 3530.0, 3498.0, 3520.0, 3486.0, 3530.0, 3540.0, 3531.0, 3531.0, 3521.0, 3509.0, 3531.0, 3531.0, 3543.0, 3521.0, 3532.0, 3499.0, 3531.0, 3520.0, 3543.0, 3542.0, 3544.0, 3488.0, 3532.0, 3499.0, 3553.0, 3510.0, 3564.0, 3490.0, 3564.0, 3499.0, 3564.0, 3499.0, 3575.0, 3511.0, 3564.0, 3500.0, 3564.0, 3500.0, 3565.0, 3523.0, 3574.0, 3522.0, 3563.0, 3510.0, 3552.0, 3521.0, 3564.0, 3533.0, 3563.0, 3511.0, 3563.0, 3522.0, 3564.0, 3522.0, 3575.0, 3534.0, 3553.0, 3521.0, 3510.0, 3546.0, 3516.0, 3546.0, 3514.0, 3577.0, 3514.0, 3578.0, 3548.0, 3567.0, 3536.0, 3544.0, 3535.0, 3566.0, 3579.0, 3556.0, 3578.0, 3523.0, 3565.0, 3499.0, 3573.0, 3511.0, 3563.0, 3489.0, 3553.0, 3488.0, 3564.0, 3499.0, 3564.0, 3499.0, 3542.0, 3487.0, 3530.0, 3551.0, 3531.0, 3509.0, 3520.0, 3529.0, 3530.0, 3561.0, 3531.0, 3562.0, 3531.0, 3541.0, 3521.0, 3541.0, 3532.0, 3554.0, 3544.0, 3500.0, 3544.0, 3500.0, 3544.0, 3499.0, 3532.0, 3553.0, 3544.0, 3510.0, 3532.0, 3531.0, 3544.0, 3564.0, 3543.0, 3554.0, 3532.0, 3500.0, 3543.0, 3510.0, 3543.0, 3556.0, 3580.0, 3544.0, 3588.0, 3536.0, 3564.0, 3534.0, 3523.0, 3533.0, 3500.0, 3544.0, 3544.0, 3545.0, 3577.0, 3546.0, 3576.0, 3534.0, 3575.0, 3532.0, 3563.0, 3518.0, 3541.0, 3571.0, 3529.0, 3560.0, 3507.0, 3548.0, 3496.0, 3547.0, 3496.0, 3548.0, 3496.0, 3537.0, 3485.0, 3538.0, 3486.0, 3550.0, 3508.0, 3550.0, 3509.0, 3550.0, 3509.0, 3550.0, 3499.0, 3551.0, 3521.0, 3563.0, 3522.0, 3552.0, 3522.0, 3553.0, 3533.0, 3553.0, 3532.0, 3500.0, 3533.0, 3499.0, 3553.0, 3500.0, 3575.0, 3512.0, 3575.0, 3500.0, 3576.0, 3535.0, 3576.0, 3522.0, 3563.0, 3522.0, 3562.0, 3521.0, 3574.0, 3532.0, 3553.0, 3521.0, 3562.0, 3510.0, 3574.0, 3532.0, 3552.0, 3521.0, 3552.0, 3534.0, 3565.0, 3523.0, 3521.0, 3521.0, 3541.0, 3521.0, 3574.0, 3520.0, 3530.0, 3520.0, 3550.0, 3519.0, 3574.0, 3533.0, 3540.0, 3520.0, 3539.0, 3509.0, 3560.0, 3519.0, 3550.0, 3519.0, 3539.0, 3519.0, 3550.0, 3509.0, 3551.0, 3520.0, 3551.0, 3498.0, 3551.0, 3488.0, 3541.0, 3487.0, 3553.0, 3498.0, 3521.0, 3488.0, 3531.0, 3499.0, 3532.0, 3511.0, 3533.0, 3500.0, 3533.0, 3501.0, 3554.0, 3501.0, 3566.0, 3514.0, 3565.0, 3513.0, 3565.0, 3513.0, 3565.0, 3513.0, 3577.0, 3524.0, 3577.0, 3514.0, 3566.0, 3524.0, 3566.0, 3547.0, 3578.0, 3546.0, 3556.0, 3536.0, 3555.0, 3546.0, 3567.0, 3558.0, 3534.0, 3567.0, 3513.0, 3567.0, 3501.0, 3577.0, 3534.0, 3578.0, 3512.0, 3565.0, 3500.0, 3565.0, 3513.0, 3577.0, 3513.0, 3577.0, 3501.0, 3575.0, 3512.0, 3576.0, 3534.0, 3575.0, 3523.0, 3575.0, 3522.0, 3564.0, 3534.0, 3576.0, 3545.0, 3564.0, 3522.0, 3553.0, 3534.0, 3554.0, 3545.0, 3500.0, 3544.0, 3511.0, 3565.0, 3512.0, 3563.0, 3532.0, 3543.0, 3543.0, 3501.0, 3578.0, 3545.0, 3534.0, 3533.0, 3501.0, 3564.0, 3512.0, 3565.0, 3534.0, 3523.0, 3567.0, 3513.0, 3565.0, 3512.0, 3565.0, 3534.0, 3577.0, 3545.0, 3533.0, 3533.0, 3521.0, 3534.0, 3555.0, 3566.0, 3501.0, 3532.0, 3499.0, 3564.0, 3501.0, 3564.0, 3500.0, 3563.0, 3500.0, 3564.0, 3533.0, 3564.0, 3522.0, 3500.0, 3522.0, 3512.0, 3557.0, 3512.0, 3554.0, 3501.0, 3567.0, 3514.0, 3577.0, 3535.0, 3565.0, 3513.0, 3567.0, 3534.0, 3575.0, 3534.0, 3564.0, 3511.0, 3563.0, 3521.0, 3575.0, 3545.0, 3553.0, 3521.0, 3499.0, 3522.0, 3498.0, 3543.0, 3532.0, 3564.0, 3500.0, 3565.0, 3500.0, 3551.0, 3499.0, 3573.0, 3520.0, 3562.0, 3509.0, 3550.0, 3498.0, 3563.0, 3520.0, 3562.0, 3512.0, 3551.0, 3498.0, 3562.0, 3509.0, 3550.0, 3498.0, 3550.0, 3498.0, 3552.0, 3521.0, 3562.0, 3521.0, 3551.0, 3521.0, 3540.0, 3521.0, 3553.0, 3532.0, 3531.0, 3521.0, 3510.0, 3532.0, 3531.0, 3542.0, 3520.0, 3541.0, 3498.0, 3530.0, 3487.0, 3542.0, 3510.0, 3564.0], 'WindowWidth': [8084.0, 8080.0, 8025.0, 8101.0, 8024.0, 8123.0, 8028.0, 8093.0, 8019.0, 7987.0, 8031.0, 8008.0, 8093.0, 8051.0, 8092.0, 8002.0, 8071.0, 7988.0, 8076.0, 8014.0, 8055.0, 7982.0, 8056.0, 7969.0, 8058.0, 7967.0, 8024.0, 7982.0, 8011.0, 7967.0, 8048.0, 8005.0, 8031.0, 7971.0, 8029.0, 7986.0, 8032.0, 7991.0, 8064.0, 7992.0, 8078.0, 7992.0, 8077.0, 7992.0, 8099.0, 7993.0, 8078.0, 7989.0, 8062.0, 7987.0, 8079.0, 8008.0, 8077.0, 7991.0, 8076.0, 7988.0, 8076.0, 7991.0, 8095.0, 8036.0, 8077.0, 7991.0, 8072.0, 8003.0, 8094.0, 8052.0, 8091.0, 8034.0, 8062.0, 8004.0, 8057.0, 8020.0, 8080.0, 8034.0, 8033.0, 8020.0, 8074.0, 8015.0, 8088.0, 8045.0, 8078.0, 8045.0, 8070.0, 7987.0, 8056.0, 7985.0, 8071.0, 8032.0, 8074.0, 8002.0, 8073.0, 8001.0, 8074.0, 7989.0, 8077.0, 7987.0, 8059.0, 7971.0, 8041.0, 7988.0, 8074.0, 7987.0, 8075.0, 7988.0, 8074.0, 7992.0, 8095.0, 8021.0, 8076.0, 8007.0, 8090.0, 8005.0, 8078.0, 8041.0, 8070.0, 8054.0, 8007.0, 8051.0, 7990.0, 8065.0, 8022.0, 8081.0, 7990.0, 8078.0, 7987.0, 8078.0, 8005.0, 8095.0, 8016.0, 8061.0, 7970.0, 8041.0, 7981.0, 8070.0, 7971.0, 8073.0, 7986.0, 8058.0, 7988.0, 8102.0, 8008.0, 8077.0, 7987.0, 8058.0, 7984.0, 8058.0, 7987.0, 8059.0, 7988.0, 8060.0, 7987.0, 8076.0, 7991.0, 8076.0, 7989.0, 8061.0, 7989.0, 8076.0, 7991.0, 8095.0, 7992.0, 8079.0, 7991.0, 8076.0, 7991.0, 8082.0, 8009.0, 8077.0, 7992.0, 8077.0, 7990.0, 8076.0, 7992.0, 8094.0, 8037.0, 8077.0, 8006.0, 8077.0, 8008.0, 8095.0, 8054.0, 8080.0, 8039.0, 8078.0, 8021.0, 8070.0, 8055.0, 8052.0, 8067.0, 7991.0, 8065.0, 7991.0, 8098.0, 8024.0, 8097.0, 8009.0, 8093.0, 7991.0, 8095.0, 8025.0, 8094.0, 8022.0, 8092.0, 8006.0, 8093.0, 8037.0, 8093.0, 8005.0, 8075.0, 7989.0, 8091.0, 8007.0, 8076.0, 8005.0, 8076.0, 7988.0, 8078.0, 8023.0, 8093.0, 8022.0, 8077.0, 7993.0, 8078.0, 8024.0, 8094.0, 8052.0, 8079.0, 8007.0, 8074.0, 8017.0, 8095.0, 8065.0, 8062.0, 8019.0, 8017.0, 8017.0, 8030.0, 8034.0, 8047.0, 8050.0, 7987.0, 8033.0, 7999.0, 8034.0, 8079.0, 8031.0, 8045.0, 8018.0, 8014.0, 8014.0, 8026.0, 8033.0, 8061.0, 8032.0, 7971.0, 8016.0, 7970.0, 8033.0, 8020.0, 8062.0, 7988.0, 8062.0, 7988.0, 8058.0, 8007.0, 8096.0, 8008.0, 8094.0, 7994.0, 8078.0, 8009.0, 8098.0, 8026.0, 8094.0, 8024.0, 8076.0, 8023.0, 8065.0, 8043.0, 8070.0, 8041.0, 7995.0, 8053.0, 8005.0, 8067.0, 8012.0, 8100.0, 8010.0, 8098.0, 8008.0, 8083.0, 8008.0, 8099.0, 8039.0, 8095.0, 8009.0, 8076.0, 8007.0, 8097.0, 8044.0, 8112.0, 8071.0, 8098.0, 8040.0, 8082.0, 8040.0, 8081.0, 8038.0, 8020.0, 8035.0, 8044.0, 8033.0, 8073.0, 8033.0, 8091.0, 8050.0, 8026.0, 8015.0, 7998.0, 8031.0, 8018.0, 8048.0, 7989.0, 8046.0, 7987.0, 8064.0, 7989.0, 8080.0, 8008.0, 8079.0, 7992.0, 8076.0, 7989.0, 8075.0, 7990.0, 8094.0, 8036.0, 8093.0, 8004.0, 8073.0, 8019.0, 8096.0, 8047.0, 8092.0, 8035.0, 8074.0, 8003.0, 8072.0, 8036.0, 8079.0, 8032.0, 8031.0, 8017.0, 7983.0, 8027.0, 7989.0, 8079.0, 8007.0, 8095.0, 8013.0, 8078.0, 8048.0, 8105.0, 8065.0, 8014.0, 8054.0, 7992.0, 8100.0, 8008.0, 8096.0, 8004.0, 8077.0, 8006.0, 8121.0, 8062.0, 8119.0, 8066.0, 8075.0, 8016.0, 8100.0, 8051.0, 8055.0, 7999.0, 8040.0, 7997.0, 8087.0, 8044.0, 8086.0, 8027.0, 8066.0, 7980.0, 8068.0, 7999.0, 8052.0, 7984.0, 8024.0, 7997.0, 8044.0, 8017.0, 8002.0, 8013.0, 7966.0, 8012.0, 7987.0, 8063.0, 7985.0, 8060.0, 7971.0, 8043.0, 7989.0, 8080.0, 8007.0, 8078.0, 8004.0, 8070.0, 7989.0, 8077.0, 8049.0, 8091.0, 8032.0, 8040.0, 8000.0, 8074.0, 8032.0, 8044.0, 8015.0, 7965.0, 8015.0, 7989.0, 8059.0, 7969.0, 8073.0, 7985.0, 8072.0, 7990.0, 8093.0, 8034.0, 8088.0, 8030.0, 8052.0, 7982.0, 8055.0, 8028.0, 8026.0, 8011.0, 7966.0, 8011.0, 7983.0, 8059.0, 7986.0, 8042.0, 7982.0, 8054.0, 7986.0, 8089.0, 8017.0, 8073.0, 7988.0, 8089.0, 8031.0, 8057.0, 8014.0, 7965.0, 8012.0, 7968.0, 8073.0, 7982.0, 8058.0, 7970.0, 8055.0, 7968.0, 8073.0, 8003.0, 8085.0, 8016.0, 8054.0, 7985.0, 8053.0, 8001.0, 8093.0, 8032.0, 8014.0, 7999.0, 8039.0, 8000.0, 8042.0, 8021.0, 8049.0, 8020.0, 7988.0, 8019.0, 7990.0, 8049.0, 8006.0, 8082.0, 8012.0, 8084.0, 8013.0, 8098.0, 8010.0, 8082.0, 8043.0, 8098.0, 8055.0, 8094.0, 8021.0, 8061.0, 8005.0, 8078.0, 8034.0, 8047.0, 8020.0, 8001.0, 8016.0, 8046.0, 8032.0, 7999.0, 8046.0, 7971.0, 8030.0, 7985.0, 8063.0, 8031.0, 8061.0, 7970.0, 8028.0, 7969.0, 8059.0, 7988.0, 8090.0, 7983.0, 8059.0, 7971.0, 8057.0, 7990.0, 8091.0, 8031.0, 8075.0, 7988.0, 8070.0, 7987.0, 8076.0, 8034.0, 8087.0, 8017.0, 8071.0, 8000.0, 8075.0, 8033.0, 8087.0, 8030.0, 8053.0, 7998.0, 8071.0, 8018.0, 8080.0, 8044.0, 8067.0, 7983.0, 8067.0, 7982.0, 8075.0, 8030.0, 8068.0, 7999.0, 8055.0, 7997.0, 8073.0, 8033.0, 8071.0, 8031.0, 8055.0, 8001.0, 8044.0, 8003.0, 8060.0, 8016.0, 8001.0, 8016.0, 7983.0, 8028.0, 7986.0, 8077.0, 7989.0, 8076.0, 7989.0, 8075.0, 7990.0, 8079.0, 8037.0, 8089.0, 8019.0, 8074.0, 8004.0, 8075.0, 8023.0, 8062.0, 8019.0, 7990.0, 8019.0, 7987.0, 8034.0, 8007.0, 8066.0, 7992.0, 8062.0, 7990.0, 8060.0, 7993.0, 8084.0, 8008.0, 8079.0, 8008.0, 8078.0, 7989.0, 8074.0, 7992.0, 8091.0, 8021.0, 8077.0, 8020.0, 8073.0, 7987.0, 8074.0, 8017.0, 8090.0, 8033.0, 8089.0, 8017.0, 8072.0, 8002.0, 8030.0, 8020.0, 8019.0, 8048.0, 7991.0, 8063.0, 7986.0, 8060.0, 7990.0, 8081.0, 8004.0, 8078.0, 7989.0, 8058.0, 7985.0, 8075.0, 8006.0, 8076.0, 8004.0, 8073.0, 8005.0, 8079.0, 8044.0, 8083.0, 8040.0, 8054.0, 8026.0, 8065.0, 8021.0, 8096.0, 8068.0, 8080.0, 8021.0, 8032.0, 8018.0, 8015.0, 8064.0, 8035.0, 8097.0, 8007.0, 8078.0, 7990.0, 8077.0, 8021.0, 8093.0, 8052.0, 8012.0, 8036.0, 7989.0, 8065.0, 7990.0, 8092.0, 8038.0, 8049.0, 8080.0, 7988.0, 8059.0, 7989.0, 8093.0, 8063.0, 8016.0, 8045.0, 7984.0, 8061.0, 8005.0, 8090.0, 8032.0, 8056.0, 8000.0, 8047.0, 8022.0, 8017.0, 8044.0, 7989.0, 8032.0, 7991.0, 8091.0, 8022.0, 8077.0, 8006.0, 8074.0, 8006.0, 8077.0, 8032.0, 8000.0, 8018.0, 7971.0, 8033.0, 8006.0, 8095.0, 8028.0, 8075.0, 7986.0, 8071.0, 8001.0, 8091.0, 8044.0, 8043.0, 8012.0, 7968.0, 8012.0, 7985.0, 8090.0, 8017.0, 8072.0, 7984.0, 8074.0, 8005.0, 8045.0, 8043.0, 7968.0, 8040.0, 7964.0, 8052.0, 7984.0, 8073.0, 8028.0, 8069.0, 7998.0, 8052.0, 7980.0, 8071.0, 8013.0, 8039.0, 7996.0, 7964.0, 7995.0, 7978.0, 8032.0, 7988.0, 8073.0, 7971.0, 8056.0, 7970.0, 8057.0, 8001.0, 8073.0, 8031.0, 8012.0, 8014.0, 7969.0, 8030.0, 7990.0, 8077.0, 7989.0, 8073.0, 7987.0, 8074.0, 8020.0, 8078.0, 8033.0, 8031.0, 8015.0, 7970.0, 8014.0, 7984.0, 8063.0, 8015.0, 8114.0, 8014.0, 8061.0, 7985.0, 8073.0, 8044.0, 8097.0, 8021.0, 8000.0, 8017.0, 8019.0, 8061.0, 8040.0, 8068.0, 7990.0, 8079.0, 7991.0, 8098.0, 8028.0, 8093.0, 8061.0, 8100.0, 8039.0, 8078.0, 8054.0, 8101.0, 8035.0, 8044.0, 8014.0, 8008.0, 8021.0, 8054.0, 8028.0, 8071.0, 8028.0, 7968.0, 8011.0, 7982.0, 8008.0, 7964.0, 8028.0, 7969.0, 8025.0, 7982.0, 8025.0, 7992.0, 8047.0, 7988.0, 8059.0, 7985.0, 8042.0, 7982.0, 8040.0, 7985.0, 8061.0, 7986.0, 8059.0, 7986.0, 8058.0, 7987.0, 8079.0, 8027.0, 8076.0, 8037.0, 8074.0, 8027.0, 8065.0, 8026.0, 8053.0, 8041.0, 8009.0, 8056.0, 8008.0, 8053.0, 8049.0, 8073.0, 8087.0, 8053.0, 8020.0, 8036.0, 7989.0, 8063.0, 7990.0, 8100.0, 8011.0, 8095.0, 7990.0, 8075.0, 7989.0, 8095.0, 8039.0, 8092.0, 8023.0, 8071.0, 8048.0, 8044.0, 8079.0, 8082.0, 8093.0, 8014.0, 8095.0, 8031.0, 7993.0, 8051.0, 8007.0, 8099.0, 8062.0, 8073.0, 8060.0, 8030.0, 8055.0, 8028.0, 8121.0, 8035.0, 8080.0, 8023.0, 8111.0, 8072.0, 8076.0, 8014.0, 8015.0, 8060.0, 8054.0, 8046.0, 7985.0, 8028.0, 7966.0, 8055.0, 7987.0, 8095.0, 8036.0, 8085.0, 8010.0, 8076.0, 8000.0, 8071.0, 7984.0, 8069.0, 7984.0, 8074.0, 8033.0, 8043.0, 7986.0, 7998.0, 8015.0, 8056.0, 8029.0, 7984.0, 8014.0, 7964.0, 8026.0, 8003.0, 8075.0, 7972.0, 8044.0, 7982.0, 8059.0, 7990.0, 8075.0, 7988.0, 8058.0, 7986.0, 8077.0, 8006.0, 8101.0, 8013.0, 8039.0, 8009.0, 8018.0, 8036.0, 8021.0, 8051.0, 7993.0, 8080.0, 7993.0, 8099.0, 8055.0, 8099.0, 8045.0, 8095.0, 8022.0, 8080.0, 8039.0, 8037.0, 8037.0, 7989.0, 8049.0, 8014.0, 8119.0, 8071.0, 8117.0, 8050.0, 7997.0, 8022.0, 7988.0, 8063.0, 7991.0, 8101.0, 8047.0, 8101.0, 8029.0, 8082.0, 8022.0, 8074.0, 8049.0, 8094.0, 8032.0, 8071.0, 8010.0, 8069.0, 8008.0, 8074.0, 8043.0, 8066.0, 7992.0, 8015.0, 7960.0, 8039.0, 7980.0, 8052.0, 7981.0, 8051.0, 7964.0, 8048.0, 7982.0, 8056.0, 8014.0, 8067.0, 7999.0, 8067.0, 7996.0, 8074.0, 8019.0, 8071.0, 8015.0, 8054.0, 8015.0, 8054.0, 8018.0, 8059.0, 8030.0, 7998.0, 8016.0, 7998.0, 8014.0, 7997.0, 8048.0, 8001.0, 8076.0, 7986.0, 8043.0, 7984.0, 8072.0, 8019.0, 8091.0, 8035.0, 8075.0, 8016.0, 8046.0, 8036.0, 8033.0, 8048.0, 7988.0, 8043.0, 7987.0, 8080.0, 8038.0, 8094.0, 8021.0, 8073.0, 8019.0, 8079.0, 8035.0, 8048.0, 8035.0, 7985.0, 8032.0, 7990.0, 8081.0, 8017.0, 8096.0, 7992.0, 8091.0, 8006.0, 8015.0, 8032.0, 7989.0, 8099.0, 8044.0, 8067.0, 8057.0, 8008.0, 8079.0, 7991.0, 8081.0, 8044.0, 8095.0, 8050.0, 8028.0, 8014.0, 8000.0, 8038.0, 8049.0, 8063.0, 7986.0, 8030.0, 7986.0, 8074.0, 8011.0, 8094.0, 8019.0, 8076.0, 7991.0, 8075.0, 8023.0, 8096.0, 8048.0, 8031.0, 8018.0, 8015.0, 8015.0, 8028.0, 8052.0, 8048.0, 8063.0, 7972.0, 8030.0, 7970.0, 8061.0, 7992.0, 8090.0, 8018.0, 8073.0, 7999.0, 8071.0, 7998.0, 8075.0, 8022.0, 8088.0, 8046.0, 8071.0, 7999.0, 8053.0, 7997.0, 8068.0, 8032.0, 8093.0, 8058.0, 8025.0, 7996.0, 7993.0, 7995.0, 8050.0, 7997.0, 8072.0, 8017.0, 8040.0, 8012.0, 7966.0, 8013.0, 8024.0, 8033.0, 8060.0, 8029.0, 7985.0, 8017.0, 7984.0, 8033.0, 8036.0, 8050.0, 7992.0, 8065.0, 8008.0, 8077.0, 8009.0, 8101.0, 8042.0, 8057.0, 8042.0, 8010.0, 8054.0, 8031.0, 8104.0, 8041.0, 8097.0, 8038.0, 8078.0, 8020.0, 8095.0, 8041.0, 8093.0, 8034.0, 8075.0, 8000.0, 8071.0, 7988.0, 8089.0, 8014.0, 8070.0, 7983.0, 8054.0, 7984.0, 8073.0, 7993.0, 8097.0, 8010.0, 8073.0, 7988.0, 8075.0, 8024.0, 8094.0, 8022.0, 8063.0, 8020.0, 8046.0, 8041.0, 8069.0, 8039.0, 7992.0, 8038.0, 8003.0, 8050.0, 8051.0, 8069.0, 8047.0, 8061.0, 7986.0, 8043.0, 7982.0, 8064.0, 8019.0, 8076.0, 7985.0, 8041.0, 7982.0, 8028.0, 8043.0, 8044.0, 7998.0, 8028.0, 7981.0, 8024.0, 7982.0, 8045.0, 7988.0, 8090.0, 8005.0, 8074.0, 7989.0, 8075.0, 8020.0, 8093.0, 8048.0, 8042.0, 8014.0, 8010.0, 8032.0, 8075.0, 8029.0, 8016.0, 8030.0, 7983.0, 8029.0, 7984.0, 8074.0, 7998.0, 8075.0, 7985.0, 8056.0, 7985.0, 8076.0, 8031.0, 8072.0, 7988.0, 8071.0, 8002.0, 8071.0, 8032.0, 8043.0, 8016.0, 8047.0, 8035.0, 8045.0, 8032.0, 7970.0, 8028.0, 7999.0, 8079.0, 8011.0, 8100.0, 8009.0, 8075.0, 8017.0, 8091.0, 8049.0, 8072.0, 8014.0, 8024.0, 8030.0, 8043.0, 8061.0, 8002.0, 8028.0, 7997.0, 8059.0, 8013.0, 8074.0, 7985.0, 8058.0, 7985.0, 8073.0, 8018.0, 8090.0, 8017.0, 8057.0, 8015.0, 8049.0, 8052.0, 8031.0, 8060.0, 7989.0, 8059.0, 7982.0, 8073.0, 8018.0, 8089.0, 8015.0, 8071.0, 7999.0, 8071.0, 8018.0, 8097.0, 8021.0, 8052.0, 8017.0, 7997.0, 8029.0, 8029.0, 8048.0, 7985.0, 8032.0, 7971.0, 8059.0, 8005.0, 8091.0, 8009.0, 8097.0, 7992.0, 8070.0, 7985.0, 8090.0, 8019.0, 8098.0, 8004.0, 8073.0, 7987.0, 8071.0, 8022.0, 8078.0, 8034.0, 8001.0, 8015.0, 7985.0, 8052.0, 7989.0, 8065.0, 7992.0, 8092.0, 8005.0, 8075.0, 8003.0, 8073.0, 8002.0, 8076.0, 8022.0, 8091.0, 8006.0, 8075.0, 8018.0, 8072.0, 8020.0, 8077.0, 8032.0, 8030.0, 8031.0, 7990.0, 8032.0, 8001.0, 8080.0, 8008.0, 8099.0, 8005.0, 8059.0, 7988.0, 8079.0, 8023.0, 8092.0, 8042.0, 8062.0, 8020.0, 8081.0, 8039.0, 8054.0, 8053.0, 7987.0, 8032.0, 8048.0, 8095.0, 8044.0, 8059.0, 7981.0, 8013.0, 7980.0, 8026.0, 8069.0, 8012.0, 7980.0, 7997.0, 8050.0, 7994.0, 8070.0, 8014.0, 8053.0, 7983.0, 8053.0, 7966.0, 8054.0, 7981.0, 8027.0, 7981.0, 8013.0, 7965.0, 8025.0, 8040.0, 8029.0, 8028.0, 8016.0, 7999.0, 8028.0, 8030.0, 8048.0, 8016.0, 8032.0, 7986.0, 8030.0, 8013.0, 8047.0, 8046.0, 8050.0, 7970.0, 8032.0, 7985.0, 8061.0, 8002.0, 8076.0, 7974.0, 8077.0, 7987.0, 8074.0, 7986.0, 8093.0, 8003.0, 8076.0, 7988.0, 8076.0, 7988.0, 8080.0, 8021.0, 8090.0, 8019.0, 8075.0, 8002.0, 8058.0, 8017.0, 8076.0, 8034.0, 8075.0, 8004.0, 8073.0, 8020.0, 8076.0, 8021.0, 8093.0, 8038.0, 8062.0, 8019.0, 8001.0, 8059.0, 8021.0, 8059.0, 8014.0, 8099.0, 8015.0, 8103.0, 8063.0, 8086.0, 8045.0, 8053.0, 8041.0, 8083.0, 8104.0, 8071.0, 8103.0, 8023.0, 8078.0, 7984.0, 8087.0, 8002.0, 8073.0, 7973.0, 8060.0, 7969.0, 8075.0, 7985.0, 8074.0, 7984.0, 8045.0, 7968.0, 8027.0, 8055.0, 8027.0, 7997.0, 8012.0, 8024.0, 8026.0, 8068.0, 8028.0, 8072.0, 8029.0, 8042.0, 8015.0, 8041.0, 8031.0, 8063.0, 8051.0, 7989.0, 8051.0, 7989.0, 8049.0, 7987.0, 8032.0, 8060.0, 8049.0, 8002.0, 8033.0, 8031.0, 8048.0, 8076.0, 8049.0, 8063.0, 8034.0, 7989.0, 8048.0, 8000.0, 8050.0, 8071.0, 8111.0, 8054.0, 8119.0, 8044.0, 8080.0, 8038.0, 8025.0, 8037.0, 7990.0, 8052.0, 8051.0, 8056.0, 8101.0, 8057.0, 8097.0, 8038.0, 8095.0, 8030.0, 8074.0, 8005.0, 8041.0, 8082.0, 8021.0, 8064.0, 7990.0, 8045.0, 7973.0, 8043.0, 7974.0, 8044.0, 7975.0, 8030.0, 7959.0, 8032.0, 7962.0, 8051.0, 7996.0, 8052.0, 7997.0, 8052.0, 7996.0, 8053.0, 7984.0, 8054.0, 8016.0, 8074.0, 8019.0, 8060.0, 8020.0, 8060.0, 8034.0, 8063.0, 8033.0, 7988.0, 8034.0, 7987.0, 8061.0, 7988.0, 8094.0, 8007.0, 8093.0, 7989.0, 8097.0, 8042.0, 8096.0, 8019.0, 8073.0, 8019.0, 8072.0, 8015.0, 8090.0, 8033.0, 8060.0, 8016.0, 8071.0, 8000.0, 8090.0, 8032.0, 8057.0, 8015.0, 8058.0, 8039.0, 8081.0, 8023.0, 8017.0, 8016.0, 8040.0, 8016.0, 8091.0, 8013.0, 8025.0, 8011.0, 8052.0, 8011.0, 8089.0, 8036.0, 8040.0, 8012.0, 8036.0, 7996.0, 8065.0, 8010.0, 8053.0, 8010.0, 8037.0, 8010.0, 8051.0, 7996.0, 8053.0, 8012.0, 8054.0, 7983.0, 8053.0, 7969.0, 8040.0, 7966.0, 8058.0, 7983.0, 8014.0, 7970.0, 8029.0, 7984.0, 8031.0, 8004.0, 8035.0, 7989.0, 8036.0, 7992.0, 8064.0, 7991.0, 8082.0, 8011.0, 8081.0, 8011.0, 8081.0, 8009.0, 8080.0, 8010.0, 8099.0, 8028.0, 8099.0, 8014.0, 8084.0, 8026.0, 8085.0, 8061.0, 8101.0, 8059.0, 8070.0, 8043.0, 8068.0, 8056.0, 8087.0, 8074.0, 8040.0, 8085.0, 8010.0, 8084.0, 7992.0, 8099.0, 8040.0, 8101.0, 8007.0, 8080.0, 7990.0, 8080.0, 8011.0, 8099.0, 8010.0, 8097.0, 7991.0, 8091.0, 8006.0, 8096.0, 8037.0, 8094.0, 8023.0, 8093.0, 8020.0, 8077.0, 8038.0, 8095.0, 8055.0, 8076.0, 8020.0, 8059.0, 8036.0, 8064.0, 8052.0, 7991.0, 8051.0, 8004.0, 8082.0, 8007.0, 8075.0, 8033.0, 8049.0, 8048.0, 7993.0, 8103.0, 8055.0, 8039.0, 8037.0, 7993.0, 8078.0, 8006.0, 8081.0, 8038.0, 8023.0, 8086.0, 8009.0, 8079.0, 8007.0, 8081.0, 8038.0, 8097.0, 8052.0, 8033.0, 8033.0, 8015.0, 8036.0, 8065.0, 8081.0, 7989.0, 8030.0, 7985.0, 8078.0, 7988.0, 8075.0, 7987.0, 8071.0, 7986.0, 8075.0, 8035.0, 8075.0, 8018.0, 7987.0, 8018.0, 8006.0, 8074.0, 8008.0, 8064.0, 7991.0, 8083.0, 8012.0, 8098.0, 8040.0, 8081.0, 8008.0, 8084.0, 8039.0, 8094.0, 8037.0, 8076.0, 8003.0, 8073.0, 8016.0, 8094.0, 8053.0, 8060.0, 8017.0, 7985.0, 8016.0, 7981.0, 8045.0, 8032.0, 8077.0, 7987.0, 8079.0, 7986.0, 8054.0, 7985.0, 8086.0, 8013.0, 8068.0, 7996.0, 8052.0, 7983.0, 8072.0, 8013.0, 8068.0, 8006.0, 8053.0, 7981.0, 8071.0, 7997.0, 8051.0, 7980.0, 8050.0, 7981.0, 8056.0, 8017.0, 8071.0, 8015.0, 8054.0, 8014.0, 8038.0, 8015.0, 8062.0, 8032.0, 8028.0, 8016.0, 8002.0, 8029.0, 8028.0, 8044.0, 8011.0, 8042.0, 7981.0, 8026.0, 7965.0, 8044.0, 8002.0, 8075.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.0002234141087775983</td></tr>
<tr><td colspan=3>aqi</td><td>0.02527735406569736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.25975596084051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1369006045043104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.978771058631467</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>4349.439</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09223625995161613</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5541195476575123</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4845674540806364</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4770932136687684</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.598520301682812</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3780888468903285</td></tr>
<tr><td colspan=3>gcor</td><td>0.00445792</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001452012569643557</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02967458963394165</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.06172425786982</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>22.0717</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6143</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.0333</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>631.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.0026</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7522</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.6205</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2774.5823</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77908.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>716.6861</td></tr>
<tr><td colspan=3>tsnr</td><td>37.09453943831613</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>