<?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-0090_ses-01_task-alignvideo_acq-mb8_run-04_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-0090_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_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-0090/ses-01/func/sub-0090_ses-01_task-alignvideo_acq-mb8_run-04_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>a0834f50294fa91af46a7af3b522b549</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:04:27.905000</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.998938, 0.0187708, 0.0420755, -0.0214481, 0.997712, 0.0641081]</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-04_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.104969</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7729, -7233, 587, 41, -81, -94, -5]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>17507f0b-853a-4702-ae61-d36d206ad217||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.6800777912139893, -0.057543572038412094, 0.11009500175714493, 112.96612548828125], [-0.0503607913851738, 2.6767895221710205, 0.1753445565700531, -94.906494140625], [0.11288559436798096, -0.17199724912643433, 2.692049980163574, -59.23274230957031], [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, 1209]</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], 'AcquisitionTime': ['220427.905000', '220428.365000', '220428.825000', '220429.285000', '220429.745000', '220430.205000', '220430.665000', '220431.125000', '220431.585000', '220432.045000', '220432.505000', '220432.965000', '220433.425000', '220433.885000', '220434.345000', '220434.805000', '220435.265000', '220435.725000', '220436.185000', '220436.645000', '220437.105000', '220437.565000', '220438.025000', '220438.485000', '220438.945000', '220439.405000', '220439.865000', '220440.325000', '220440.785000', '220441.245000', '220441.705000', '220442.165000', '220442.625000', '220443.085000', '220443.545000', '220444.005000', '220444.465000', '220444.925000', '220445.385000', '220445.845000', '220446.305000', '220446.765000', '220447.225000', '220447.685000', '220448.145000', '220448.605000', '220449.065000', '220449.525000', '220449.985000', '220450.445000', '220450.905000', '220451.365000', '220451.825000', '220452.285000', '220452.745000', '220453.205000', '220453.665000', '220454.125000', '220454.585000', '220455.045000', '220455.505000', '220455.965000', '220456.425000', '220456.885000', '220457.345000', '220457.805000', '220458.265000', '220458.725000', '220459.185000', '220459.645000', '220500.105000', '220500.565000', '220501.025000', '220501.485000', '220501.945000', '220502.405000', '220502.865000', '220503.325000', '220503.785000', '220504.245000', '220504.705000', '220505.165000', '220505.625000', '220506.085000', '220506.545000', '220507.005000', '220507.465000', '220507.925000', '220508.385000', '220508.845000', '220509.305000', '220509.765000', '220510.225000', '220510.685000', '220511.145000', '220511.605000', '220512.065000', '220512.525000', '220512.985000', '220513.445000', '220513.905000', '220514.365000', '220514.825000', '220515.285000', '220515.745000', '220516.205000', '220516.665000', '220517.125000', '220517.585000', '220518.045000', '220518.505000', '220518.965000', '220519.425000', '220519.885000', '220520.345000', '220520.805000', '220521.265000', '220521.725000', '220522.185000', '220522.645000', '220523.105000', '220523.565000', '220524.025000', '220524.485000', '220524.945000', '220525.405000', '220525.865000', '220526.325000', '220526.785000', '220527.245000', '220527.705000', '220528.165000', '220528.625000', '220529.085000', '220529.545000', '220530.005000', '220530.465000', '220530.925000', '220531.385000', '220531.845000', '220532.305000', '220532.765000', '220533.225000', '220533.685000', '220534.145000', '220534.605000', '220535.065000', '220535.525000', '220535.985000', '220536.445000', '220536.905000', '220537.365000', '220537.825000', '220538.285000', '220538.745000', '220539.205000', '220539.665000', '220540.125000', '220540.585000', '220541.045000', '220541.505000', '220541.965000', '220542.425000', '220542.885000', '220543.345000', '220543.805000', '220544.265000', '220544.725000', '220545.185000', '220545.645000', '220546.105000', '220546.565000', '220547.025000', '220547.485000', '220547.945000', '220548.405000', '220548.865000', '220549.325000', '220549.785000', '220550.245000', '220550.705000', '220551.165000', '220551.625000', '220552.085000', '220552.545000', '220553.005000', '220553.465000', '220553.925000', '220554.385000', '220554.845000', '220555.305000', '220555.765000', '220556.225000', '220556.685000', '220557.145000', '220557.605000', '220558.065000', '220558.525000', '220558.985000', '220559.445000', '220559.905000', '220600.365000', '220600.825000', '220601.285000', '220601.745000', '220602.205000', '220602.665000', '220603.125000', '220603.585000', '220604.045000', '220604.505000', '220604.965000', '220605.425000', '220605.885000', '220606.345000', '220606.805000', '220607.265000', '220607.725000', '220608.185000', '220608.645000', '220609.105000', '220609.565000', '220610.025000', '220610.485000', '220610.945000', '220611.405000', '220611.865000', '220612.325000', '220612.785000', '220613.245000', '220613.705000', '220614.165000', '220614.625000', '220615.085000', '220615.545000', '220616.005000', '220616.465000', '220616.925000', '220617.385000', '220617.845000', '220618.305000', '220618.765000', '220619.225000', '220619.685000', '220620.145000', '220620.605000', '220621.065000', '220621.525000', '220621.985000', '220622.445000', '220622.905000', '220623.365000', '220623.825000', '220624.285000', '220624.745000', '220625.205000', '220625.665000', '220626.125000', '220626.585000', '220627.045000', '220627.505000', '220627.965000', '220628.425000', '220628.885000', '220629.345000', '220629.805000', '220630.265000', '220630.725000', '220631.185000', '220631.645000', '220632.105000', '220632.565000', '220633.025000', '220633.485000', '220633.945000', '220634.405000', '220634.865000', '220635.325000', '220635.785000', '220636.245000', '220636.705000', '220637.165000', '220637.625000', '220638.085000', '220638.545000', '220639.005000', '220639.465000', '220639.925000', '220640.385000', '220640.845000', '220641.305000', '220641.765000', '220642.225000', '220642.685000', '220643.145000', '220643.605000', '220644.065000', '220644.525000', '220644.985000', '220645.445000', '220645.905000', '220646.365000', '220646.825000', '220647.285000', '220647.745000', '220648.205000', '220648.665000', '220649.125000', '220649.585000', '220650.045000', '220650.505000', '220650.965000', '220651.425000', '220651.885000', '220652.345000', '220652.805000', '220653.265000', '220653.725000', '220654.185000', '220654.645000', '220655.105000', '220655.565000', '220656.025000', '220656.485000', '220656.945000', '220657.405000', '220657.865000', '220658.325000', '220658.785000', '220659.245000', '220659.705000', '220700.165000', '220700.625000', '220701.085000', '220701.545000', '220702.005000', '220702.465000', '220702.925000', '220703.385000', '220703.845000', '220704.305000', '220704.765000', '220705.225000', '220705.685000', '220706.145000', '220706.605000', '220707.065000', '220707.525000', '220707.985000', '220708.445000', '220708.905000', '220709.365000', '220709.825000', '220710.285000', '220710.745000', '220711.205000', '220711.665000', '220712.125000', '220712.585000', '220713.045000', '220713.505000', '220713.965000', '220714.425000', '220714.885000', '220715.345000', '220715.805000', '220716.265000', '220716.725000', '220717.185000', '220717.645000', '220718.105000', '220718.565000', '220719.025000', '220719.485000', '220719.945000', '220720.405000', '220720.865000', '220721.325000', '220721.785000', '220722.245000', '220722.705000', '220723.165000', '220723.625000', '220724.085000', '220724.545000', '220725.005000', '220725.465000', '220725.925000', '220726.385000', '220726.845000', '220727.305000', '220727.765000', '220728.225000', '220728.685000', '220729.145000', '220729.605000', '220730.065000', '220730.525000', '220730.985000', '220731.445000', '220731.905000', '220732.365000', '220732.825000', '220733.285000', '220733.745000', '220734.205000', '220734.665000', '220735.125000', '220735.585000', '220736.045000', '220736.505000', '220736.965000', '220737.425000', '220737.885000', '220738.345000', '220738.805000', '220739.265000', '220739.725000', '220740.185000', '220740.645000', '220741.105000', '220741.565000', '220742.025000', '220742.485000', '220742.945000', '220743.405000', '220743.865000', '220744.325000', '220744.785000', '220745.245000', '220745.705000', '220746.165000', '220746.625000', '220747.085000', '220747.545000', '220748.005000', '220748.465000', '220748.925000', '220749.385000', '220749.845000', '220750.305000', '220750.765000', '220751.225000', '220751.685000', '220752.145000', '220752.605000', '220753.065000', '220753.525000', '220753.985000', '220754.445000', '220754.905000', '220755.365000', '220755.825000', '220756.285000', '220756.745000', '220757.205000', '220757.665000', '220758.125000', '220758.585000', '220759.045000', '220759.505000', '220759.965000', '220800.425000', '220800.885000', '220801.345000', '220801.805000', '220802.265000', '220802.725000', '220803.185000', '220803.645000', '220804.105000', '220804.565000', '220805.025000', '220805.485000', '220805.945000', '220806.405000', '220806.865000', '220807.325000', '220807.785000', '220808.245000', '220808.705000', '220809.165000', '220809.625000', '220810.085000', '220810.545000', '220811.005000', '220811.465000', '220811.925000', '220812.385000', '220812.845000', '220813.305000', '220813.765000', '220814.225000', '220814.685000', '220815.145000', '220815.605000', '220816.065000', '220816.525000', '220816.985000', '220817.445000', '220817.905000', '220818.365000', '220818.825000', '220819.285000', '220819.745000', '220820.205000', '220820.665000', '220821.125000', '220821.585000', '220822.045000', '220822.505000', '220822.965000', '220823.425000', '220823.885000', '220824.345000', '220824.805000', '220825.265000', '220825.725000', '220826.185000', '220826.645000', '220827.105000', '220827.565000', '220828.025000', '220828.485000', '220828.945000', '220829.405000', '220829.865000', '220830.325000', '220830.785000', '220831.245000', '220831.705000', '220832.165000', '220832.625000', '220833.085000', '220833.545000', '220834.005000', '220834.465000', '220834.925000', '220835.385000', '220835.845000', '220836.305000', '220836.765000', '220837.225000', '220837.685000', '220838.145000', '220838.605000', '220839.065000', '220839.525000', '220839.985000', '220840.445000', '220840.905000', '220841.365000', '220841.825000', '220842.285000', '220842.745000', '220843.205000', '220843.665000', '220844.125000', '220844.585000', '220845.045000', '220845.505000', '220845.965000', '220846.425000', '220846.885000', '220847.345000', '220847.805000', '220848.265000', '220848.725000', '220849.185000', '220849.645000', '220850.105000', '220850.565000', '220851.025000', '220851.485000', '220851.945000', '220852.405000', '220852.865000', '220853.325000', '220853.785000', '220854.245000', '220854.705000', '220855.165000', '220855.625000', '220856.085000', '220856.545000', '220857.005000', '220857.465000', '220857.925000', '220858.385000', '220858.845000', '220859.305000', '220859.765000', '220900.225000', '220900.685000', '220901.145000', '220901.605000', '220902.065000', '220902.525000', '220902.985000', '220903.445000', '220903.905000', '220904.365000', '220904.825000', '220905.285000', '220905.745000', '220906.205000', '220906.665000', '220907.125000', '220907.585000', '220908.045000', '220908.505000', '220908.965000', '220909.425000', '220909.885000', '220910.345000', '220910.805000', '220911.265000', '220911.725000', '220912.185000', '220912.645000', '220913.105000', '220913.565000', '220914.025000', '220914.485000', '220914.945000', '220915.405000', '220915.865000', '220916.325000', '220916.785000', '220917.245000', '220917.705000', '220918.165000', '220918.625000', '220919.085000', '220919.545000', '220920.005000', '220920.465000', '220920.925000', '220921.385000', '220921.845000', '220922.305000', '220922.765000', '220923.225000', '220923.685000', '220924.145000', '220924.605000', '220925.065000', '220925.525000', '220925.985000', '220926.445000', '220926.905000', '220927.365000', '220927.825000', '220928.285000', '220928.745000', '220929.205000', '220929.665000', '220930.125000', '220930.585000', '220931.045000', '220931.505000', '220931.965000', '220932.425000', '220932.885000', '220933.345000', '220933.805000', '220934.265000', '220934.725000', '220935.185000', '220935.645000', '220936.105000', '220936.565000', '220937.025000', '220937.485000', '220937.945000', '220938.405000', '220938.865000', '220939.325000', '220939.785000', '220940.245000', '220940.705000', '220941.165000', '220941.625000', '220942.085000', '220942.545000', '220943.005000', '220943.465000', '220943.925000', '220944.385000', '220944.845000', '220945.305000', '220945.765000', '220946.225000', '220946.685000', '220947.145000', '220947.605000', '220948.065000', '220948.525000', '220948.985000', '220949.445000', '220949.905000', '220950.365000', '220950.825000', '220951.285000', '220951.745000', '220952.205000', '220952.665000', '220953.125000', '220953.585000', '220954.045000', '220954.505000', '220954.965000', '220955.425000', '220955.885000', '220956.345000', '220956.805000', '220957.265000', '220957.725000', '220958.185000', '220958.645000', '220959.105000', '220959.565000', '221000.025000', '221000.485000', '221000.945000', '221001.405000', '221001.865000', '221002.325000', '221002.785000', '221003.245000', '221003.705000', '221004.165000', '221004.625000', '221005.085000', '221005.545000', '221006.005000', '221006.465000', '221006.925000', '221007.385000', '221007.845000', '221008.305000', '221008.765000', '221009.225000', '221009.685000', '221010.145000', '221010.605000', '221011.065000', '221011.525000', '221011.985000', '221012.445000', '221012.905000', '221013.365000', '221013.825000', '221014.285000', '221014.745000', '221015.205000', '221015.665000', '221016.125000', '221016.585000', '221017.045000', '221017.505000', '221017.965000', '221018.425000', '221018.885000', '221019.345000', '221019.805000', '221020.265000', '221020.725000', '221021.185000', '221021.645000', '221022.105000', '221022.565000', '221023.025000', '221023.485000', '221023.945000', '221024.405000', '221024.865000', '221025.325000', '221025.785000', '221026.245000', '221026.705000', '221027.165000', '221027.625000', '221028.085000', '221028.545000', '221029.005000', '221029.465000', '221029.925000', '221030.385000', '221030.845000', '221031.305000', '221031.765000', '221032.225000', '221032.685000', '221033.145000', '221033.605000', '221034.065000', '221034.525000', '221034.985000', '221035.445000', '221035.905000', '221036.365000', '221036.825000', '221037.285000', '221037.745000', '221038.205000', '221038.665000', '221039.125000', '221039.585000', '221040.045000', '221040.505000', '221040.965000', '221041.425000', '221041.885000', '221042.345000', '221042.805000', '221043.265000', '221043.725000', '221044.185000', '221044.645000', '221045.105000', '221045.565000', '221046.025000', '221046.485000', '221046.945000', '221047.405000', '221047.865000', '221048.325000', '221048.785000', '221049.245000', '221049.705000', '221050.165000', '221050.625000', '221051.085000', '221051.545000', '221052.005000', '221052.465000', '221052.925000', '221053.385000', '221053.845000', '221054.305000', '221054.765000', '221055.225000', '221055.685000', '221056.145000', '221056.605000', '221057.065000', '221057.525000', '221057.985000', '221058.445000', '221058.905000', '221059.365000', '221059.825000', '221100.285000', '221100.745000', '221101.205000', '221101.665000', '221102.125000', '221102.585000', '221103.045000', '221103.505000', '221103.965000', '221104.425000', '221104.885000', '221105.345000', '221105.805000', '221106.265000', '221106.725000', '221107.185000', '221107.645000', '221108.105000', '221108.565000', '221109.025000', '221109.485000', '221109.945000', '221110.405000', '221110.865000', '221111.325000', '221111.785000', '221112.245000', '221112.705000', '221113.165000', '221113.625000', '221114.085000', '221114.545000', '221115.005000', '221115.465000', '221115.925000', '221116.385000', '221116.845000', '221117.305000', '221117.765000', '221118.225000', '221118.685000', '221119.145000', '221119.605000', '221120.065000', '221120.525000', '221120.985000', '221121.445000', '221121.905000', '221122.365000', '221122.825000', '221123.285000', '221123.745000', '221124.205000', '221124.665000', '221125.125000', '221125.585000', '221126.045000', '221126.505000', '221126.965000', '221127.425000', '221127.885000', '221128.345000', '221128.805000', '221129.265000', '221129.725000', '221130.185000', '221130.645000', '221131.105000', '221131.565000', '221132.025000', '221132.485000', '221132.945000', '221133.405000', '221133.865000', '221134.325000', '221134.785000', '221135.245000', '221135.705000', '221136.165000', '221136.625000', '221137.085000', '221137.545000', '221138.005000', '221138.465000', '221138.925000', '221139.385000', '221139.845000', '221140.305000', '221140.765000', '221141.225000', '221141.685000', '221142.145000', '221142.605000', '221143.065000', '221143.525000', '221143.985000', '221144.445000', '221144.905000', '221145.365000', '221145.825000', '221146.285000', '221146.745000', '221147.205000', '221147.665000', '221148.125000', '221148.585000', '221149.045000', '221149.505000', '221149.965000', '221150.425000', '221150.885000', '221151.345000', '221151.805000', '221152.265000', '221152.725000', '221153.185000', '221153.645000', '221154.105000', '221154.565000', '221155.025000', '221155.485000', '221155.945000', '221156.405000', '221156.865000', '221157.325000', '221157.785000', '221158.245000', '221158.705000', '221159.165000', '221159.625000', '221200.085000', '221200.545000', '221201.005000', '221201.465000', '221201.925000', '221202.385000', '221202.845000', '221203.305000', '221203.765000', '221204.225000', '221204.685000', '221205.145000', '221205.605000', '221206.065000', '221206.525000', '221206.985000', '221207.445000', '221207.905000', '221208.365000', '221208.825000', '221209.285000', '221209.745000', '221210.205000', '221210.665000', '221211.125000', '221211.585000', '221212.045000', '221212.505000', '221212.965000', '221213.425000', '221213.885000', '221214.345000', '221214.805000', '221215.265000', '221215.725000', '221216.185000', '221216.645000', '221217.105000', '221217.565000', '221218.025000', '221218.485000', '221218.945000', '221219.405000', '221219.865000', '221220.325000', '221220.785000', '221221.245000', '221221.705000', '221222.165000', '221222.625000', '221223.085000', '221223.545000', '221224.005000', '221224.465000', '221224.925000', '221225.385000', '221225.845000', '221226.305000', '221226.765000', '221227.225000', '221227.685000', '221228.145000', '221228.605000', '221229.065000', '221229.525000', '221229.985000', '221230.445000', '221230.905000', '221231.365000', '221231.825000', '221232.285000', '221232.745000', '221233.205000', '221233.665000', '221234.125000', '221234.585000', '221235.045000', '221235.505000', '221235.965000', '221236.425000', '221236.885000', '221237.345000', '221237.805000', '221238.265000', '221238.725000', '221239.185000', '221239.645000', '221240.105000', '221240.565000', '221241.025000', '221241.485000', '221241.945000', '221242.405000', '221242.865000', '221243.325000', '221243.785000', '221244.245000', '221244.705000', '221245.165000', '221245.625000', '221246.085000', '221246.545000', '221247.005000', '221247.465000', '221247.925000', '221248.385000', '221248.845000', '221249.305000', '221249.765000', '221250.225000', '221250.685000', '221251.145000', '221251.605000', '221252.065000', '221252.525000', '221252.985000', '221253.445000', '221253.905000', '221254.365000', '221254.825000', '221255.285000', '221255.745000', '221256.205000', '221256.665000', '221257.125000', '221257.585000', '221258.045000', '221258.505000', '221258.965000', '221259.425000', '221259.885000', '221300.345000', '221300.805000', '221301.265000', '221301.725000', '221302.185000', '221302.645000', '221303.105000', '221303.565000', '221304.025000', '221304.485000', '221304.945000', '221305.405000', '221305.865000', '221306.325000', '221306.785000', '221307.245000', '221307.705000', '221308.165000', '221308.625000', '221309.085000', '221309.545000', '221310.005000', '221310.465000', '221310.925000', '221311.385000', '221311.845000', '221312.305000', '221312.765000', '221313.225000', '221313.685000', '221314.145000', '221314.605000', '221315.065000', '221315.525000', '221315.985000', '221316.445000', '221316.905000', '221317.365000', '221317.825000', '221318.285000', '221318.745000', '221319.205000', '221319.665000', '221320.125000', '221320.585000', '221321.045000', '221321.505000', '221321.965000', '221322.425000', '221322.885000', '221323.345000', '221323.805000', '221324.265000', '221324.725000', '221325.185000', '221325.645000', '221326.105000', '221326.565000', '221327.025000', '221327.485000', '221327.945000', '221328.405000', '221328.865000', '221329.325000', '221329.785000', '221330.245000', '221330.705000', '221331.165000', '221331.625000', '221332.085000', '221332.545000', '221333.005000', '221333.465000', '221333.925000', '221334.385000', '221334.845000', '221335.305000', '221335.765000', '221336.225000', '221336.685000', '221337.145000', '221337.605000', '221338.065000', '221338.525000', '221338.985000', '221339.445000', '221339.905000', '221340.365000', '221340.825000', '221341.285000', '221341.745000', '221342.205000', '221342.665000', '221343.125000', '221343.585000'], 'ContentTime': ['220454.733000', '220454.737000', '220454.740000', '220454.743000', '220454.745000', '220454.748000', '220454.751000', '220454.753000', '220454.756000', '220454.759000', '220454.761000', '220454.764000', '220454.767000', '220454.769000', '220454.772000', '220454.775000', '220454.777000', '220454.780000', '220454.782000', '220454.785000', '220454.788000', '220454.790000', '220454.793000', '220454.795000', '220454.798000', '220454.804000', '220454.806000', '220454.809000', '220454.812000', '220454.814000', '220454.817000', '220454.819000', '220454.822000', '220454.824000', '220454.827000', '220454.830000', '220454.832000', '220454.835000', '220454.838000', '220454.841000', '220454.848000', '220454.850000', '220454.853000', '220454.856000', '220454.858000', '220454.861000', '220454.863000', '220454.866000', '220454.869000', '220454.871000', '220454.874000', '220454.876000', '220454.879000', '220454.882000', '220454.884000', '220514.700000', '220514.703000', '220514.705000', '220514.708000', '220514.711000', '220514.713000', '220514.716000', '220514.718000', '220514.728000', '220514.731000', '220514.733000', '220514.736000', '220514.739000', '220514.741000', '220514.744000', '220514.747000', '220514.749000', '220514.752000', '220514.754000', '220514.757000', '220514.760000', '220514.762000', '220514.765000', '220514.767000', '220514.770000', '220514.772000', '220514.775000', '220514.778000', '220514.780000', '220514.783000', '220514.785000', '220514.788000', '220514.791000', '220514.793000', '220514.796000', '220514.798000', '220514.801000', '220514.804000', '220514.806000', '220514.809000', '220514.812000', '220514.814000', '220514.817000', '220514.819000', '220534.699000', '220534.702000', '220534.705000', '220534.708000', '220534.710000', '220534.713000', '220534.716000', '220534.718000', '220534.721000', '220534.723000', '220534.726000', '220534.729000', '220534.731000', '220534.734000', '220534.736000', '220534.739000', '220534.742000', '220534.744000', '220534.747000', '220534.749000', '220534.752000', '220534.755000', '220534.757000', '220534.760000', '220534.774000', '220534.777000', '220534.779000', '220534.782000', '220534.784000', '220534.787000', '220534.790000', '220534.793000', '220534.795000', '220534.798000', '220534.801000', '220534.804000', '220534.806000', '220534.809000', '220534.812000', '220534.814000', '220534.817000', '220534.820000', '220534.822000', '220554.700000', '220554.702000', '220554.705000', '220554.708000', '220554.711000', '220554.713000', '220554.716000', '220554.719000', '220554.721000', '220554.724000', '220554.726000', '220554.729000', '220554.732000', '220554.734000', '220554.737000', '220554.740000', '220554.742000', '220554.745000', '220554.747000', '220554.750000', '220554.752000', '220554.755000', '220554.758000', '220554.760000', '220554.763000', '220554.765000', '220554.768000', '220554.781000', '220554.783000', '220554.786000', '220554.789000', '220554.791000', '220554.794000', '220554.797000', '220554.799000', '220554.802000', '220554.805000', '220554.807000', '220554.810000', '220554.813000', '220554.815000', '220554.818000', '220554.820000', '220554.823000', '220614.699000', '220614.701000', '220614.704000', '220614.707000', '220614.710000', '220614.712000', '220614.715000', '220614.718000', '220614.720000', '220614.723000', '220614.726000', '220614.728000', '220614.731000', '220614.744000', '220614.747000', '220614.750000', '220614.753000', '220614.755000', '220614.758000', '220614.760000', '220614.763000', '220614.766000', '220614.768000', '220614.771000', '220614.774000', '220614.776000', '220614.779000', '220614.782000', '220614.784000', '220614.787000', '220614.789000', '220614.792000', '220614.795000', '220614.798000', '220614.800000', '220614.803000', '220614.806000', '220614.808000', '220614.811000', '220614.814000', '220614.816000', '220614.819000', '220614.822000', '220634.699000', '220634.701000', '220634.704000', '220634.707000', '220634.718000', '220634.721000', '220634.723000', '220634.726000', '220634.728000', '220634.731000', '220634.734000', '220634.736000', '220634.739000', '220634.741000', '220634.744000', '220634.747000', '220634.749000', '220634.752000', '220634.754000', '220634.757000', '220634.760000', '220634.762000', '220634.765000', '220634.767000', '220634.770000', '220634.773000', '220634.775000', '220634.778000', '220634.781000', '220634.783000', '220634.786000', '220634.788000', '220634.791000', '220634.794000', '220634.796000', '220634.799000', '220634.802000', '220634.805000', '220634.807000', '220634.810000', '220634.812000', '220634.815000', '220634.818000', '220634.820000', '220654.698000', '220654.701000', '220654.704000', '220654.707000', '220654.709000', '220654.712000', '220654.714000', '220654.717000', '220654.720000', '220654.722000', '220654.725000', '220654.727000', '220654.730000', '220654.733000', '220654.735000', '220654.738000', '220654.741000', '220654.743000', '220654.746000', '220654.749000', '220654.752000', '220654.754000', '220654.757000', '220654.760000', '220654.763000', '220654.765000', '220654.768000', '220654.771000', '220654.773000', '220654.776000', '220654.779000', '220654.781000', '220654.784000', '220654.787000', '220654.789000', '220654.792000', '220654.795000', '220654.797000', '220654.800000', '220654.803000', '220654.805000', '220654.808000', '220654.811000', '220714.700000', '220714.703000', '220714.707000', '220714.710000', '220714.712000', '220714.715000', '220714.717000', '220714.720000', '220714.723000', '220714.725000', '220714.728000', '220714.731000', '220714.733000', '220714.736000', '220714.739000', '220714.741000', '220714.744000', '220714.746000', '220714.749000', '220714.752000', '220714.754000', '220714.757000', '220714.759000', '220714.762000', '220714.765000', '220714.767000', '220714.770000', '220714.773000', '220714.775000', '220714.778000', '220714.781000', '220714.783000', '220714.791000', '220714.794000', '220714.796000', '220714.799000', '220714.802000', '220714.805000', '220714.807000', '220714.810000', '220714.813000', '220714.815000', '220714.818000', '220714.821000', '220734.700000', '220734.703000', '220734.705000', '220734.708000', '220734.711000', '220734.713000', '220734.716000', '220734.718000', '220734.739000', '220734.742000', '220734.744000', '220734.747000', '220734.750000', '220734.752000', '220734.755000', '220734.758000', '220734.761000', '220734.763000', '220734.766000', '220734.768000', '220734.771000', '220734.774000', '220734.776000', '220734.779000', '220734.782000', '220734.784000', '220734.787000', '220734.789000', '220734.792000', '220734.795000', '220734.798000', '220734.800000', '220734.803000', '220734.805000', '220734.808000', '220734.811000', '220734.814000', '220734.816000', '220734.819000', '220734.822000', '220734.824000', '220734.827000', '220734.830000', '220754.700000', '220754.703000', '220754.705000', '220754.708000', '220754.711000', '220754.713000', '220754.716000', '220754.719000', '220754.721000', '220754.724000', '220754.727000', '220754.729000', '220754.732000', '220754.735000', '220754.737000', '220754.740000', '220754.743000', '220754.745000', '220754.748000', '220754.751000', '220754.753000', '220754.756000', '220754.759000', '220754.762000', '220754.764000', '220754.767000', '220754.769000', '220754.772000', '220754.775000', '220754.777000', '220754.780000', '220754.782000', '220754.785000', '220754.788000', '220754.790000', '220754.793000', '220754.796000', '220754.798000', '220754.801000', '220754.804000', '220754.806000', '220754.809000', '220754.811000', '220754.814000', '220814.700000', '220814.703000', '220814.705000', '220814.708000', '220814.710000', '220814.713000', '220814.716000', '220814.719000', '220814.721000', '220814.725000', '220814.727000', '220814.730000', '220814.732000', '220814.735000', '220814.738000', '220814.740000', '220814.743000', '220814.746000', '220814.749000', '220814.751000', '220814.754000', '220814.757000', '220814.759000', '220814.762000', '220814.765000', '220814.768000', '220814.770000', '220814.773000', '220814.776000', '220814.778000', '220814.781000', '220814.784000', '220814.786000', '220814.789000', '220814.792000', '220814.794000', '220814.797000', '220814.800000', '220814.803000', '220814.805000', '220814.808000', '220814.811000', '220814.813000', '220834.698000', '220834.701000', '220834.704000', '220834.707000', '220834.710000', '220834.712000', '220834.715000', '220834.718000', '220834.721000', '220834.724000', '220834.726000', '220834.729000', '220834.731000', '220834.734000', '220834.737000', '220834.739000', '220834.742000', '220834.745000', '220834.747000', '220834.750000', '220834.752000', '220834.755000', '220834.758000', '220834.773000', '220834.776000', '220834.778000', '220834.781000', '220834.784000', '220834.786000', '220834.789000', '220834.792000', '220834.794000', '220834.797000', '220834.800000', '220834.803000', '220834.805000', '220834.808000', '220834.811000', '220834.813000', '220834.816000', '220834.819000', '220834.821000', '220834.824000', '220834.827000', '220854.698000', '220854.701000', '220854.704000', '220854.707000', '220854.709000', '220854.712000', '220854.715000', '220854.717000', '220854.720000', '220854.723000', '220854.725000', '220854.728000', '220854.731000', '220854.733000', '220854.736000', '220854.738000', '220854.741000', '220854.744000', '220854.746000', '220854.749000', '220854.752000', '220854.755000', '220854.757000', '220854.760000', '220854.763000', '220854.766000', '220854.768000', '220854.771000', '220854.774000', '220854.776000', '220854.779000', '220854.782000', '220854.784000', '220854.836000', '220854.838000', '220854.841000', '220854.844000', '220854.846000', '220854.849000', '220854.852000', '220854.854000', '220854.857000', '220854.860000', '220914.699000', '220914.702000', '220914.704000', '220914.707000', '220914.710000', '220914.713000', '220914.715000', '220914.718000', '220914.720000', '220914.723000', '220914.726000', '220914.728000', '220914.731000', '220914.734000', '220914.736000', '220914.739000', '220914.741000', '220914.744000', '220914.747000', '220914.750000', '220914.752000', '220914.755000', '220914.758000', '220914.760000', '220914.763000', '220914.766000', '220914.768000', '220914.771000', '220914.774000', '220914.777000', '220914.779000', '220914.782000', '220914.785000', '220914.787000', '220914.790000', '220914.792000', '220914.795000', '220914.798000', '220914.800000', '220914.803000', '220914.806000', '220914.808000', '220914.811000', '220914.814000', '220934.700000', '220934.703000', '220934.705000', '220934.709000', '220934.711000', '220934.714000', '220934.717000', '220934.719000', '220934.722000', '220934.725000', '220934.727000', '220934.730000', '220934.733000', '220934.735000', '220934.738000', '220934.741000', '220934.744000', '220934.746000', '220934.749000', '220934.752000', '220934.754000', '220934.757000', '220934.759000', '220934.762000', '220934.765000', '220934.768000', '220934.770000', '220934.773000', '220934.776000', '220934.778000', '220934.781000', '220934.784000', '220934.786000', '220934.789000', '220934.792000', '220934.794000', '220934.797000', '220934.800000', '220934.802000', '220934.805000', '220934.808000', '220934.810000', '220934.813000', '220954.700000', '220954.702000', '220954.705000', '220954.708000', '220954.710000', '220954.713000', '220954.716000', '220954.718000', '220954.721000', '220954.724000', '220954.726000', '220954.729000', '220954.732000', '220954.734000', '220954.737000', '220954.739000', '220954.742000', '220954.745000', '220954.747000', '220954.752000', '220954.755000', '220954.758000', '220954.761000', '220954.763000', '220954.766000', '220954.769000', '220954.771000', '220954.774000', '220954.777000', '220954.779000', '220954.782000', '220954.785000', '220954.787000', '220954.790000', '220954.793000', '220954.795000', '220954.798000', '220954.800000', '220954.803000', '220954.806000', '220954.808000', '220954.811000', '220954.814000', '220954.816000', '221014.700000', '221014.703000', '221014.705000', '221014.708000', '221014.711000', '221014.713000', '221014.716000', '221014.718000', '221014.721000', '221014.724000', '221014.726000', '221014.729000', '221014.732000', '221014.734000', '221014.737000', '221014.740000', '221014.742000', '221014.745000', '221014.748000', '221014.750000', '221014.753000', '221014.756000', '221014.758000', '221014.761000', '221014.763000', '221014.766000', '221014.769000', '221014.771000', '221014.774000', '221014.777000', '221014.779000', '221014.782000', '221014.785000', '221014.787000', '221014.790000', '221014.793000', '221014.795000', '221014.798000', '221014.801000', '221014.803000', '221014.806000', '221014.809000', '221014.811000', '221034.730000', '221034.733000', '221034.736000', '221034.739000', '221034.741000', '221034.744000', '221034.747000', '221034.749000', '221034.752000', '221034.754000', '221034.757000', '221034.760000', '221034.762000', '221034.765000', '221034.767000', '221034.770000', '221034.773000', '221034.776000', '221034.778000', '221034.781000', '221034.783000', '221034.786000', '221034.789000', '221034.791000', '221034.794000', '221034.796000', '221034.799000', '221034.802000', '221034.804000', '221034.807000', '221034.810000', '221034.812000', '221034.815000', '221034.818000', '221034.820000', '221034.823000', '221034.825000', '221034.828000', '221034.831000', '221034.833000', '221034.836000', '221034.838000', '221034.841000', '221054.699000', '221054.702000', '221054.704000', '221054.707000', '221054.709000', '221054.712000', '221054.715000', '221054.717000', '221054.720000', '221054.723000', '221054.725000', '221054.728000', '221054.731000', '221054.733000', '221054.736000', '221054.738000', '221054.741000', '221054.744000', '221054.746000', '221054.749000', '221054.751000', '221054.754000', '221054.757000', '221054.759000', '221054.762000', '221054.764000', '221054.767000', '221054.770000', '221054.772000', '221054.775000', '221054.778000', '221054.780000', '221054.783000', '221054.786000', '221054.789000', '221054.791000', '221054.794000', '221054.796000', '221054.799000', '221054.802000', '221054.804000', '221054.807000', '221054.810000', '221054.812000', '221114.699000', '221114.702000', '221114.704000', '221114.707000', '221114.710000', '221114.712000', '221114.715000', '221114.717000', '221114.720000', '221114.723000', '221114.725000', '221114.728000', '221114.731000', '221114.733000', '221114.736000', '221114.739000', '221114.741000', '221114.744000', '221114.746000', '221114.749000', '221114.752000', '221114.754000', '221114.757000', '221114.759000', '221114.762000', '221114.765000', '221114.767000', '221114.770000', '221114.773000', '221114.775000', '221114.778000', '221114.781000', '221114.783000', '221114.786000', '221114.788000', '221114.791000', '221114.794000', '221114.797000', '221114.800000', '221114.803000', '221114.806000', '221114.808000', '221114.811000', '221134.699000', '221134.701000', '221134.704000', '221134.714000', '221134.717000', '221134.719000', '221134.722000', '221134.725000', '221134.727000', '221134.730000', '221134.733000', '221134.735000', '221134.738000', '221134.741000', '221134.743000', '221134.746000', '221134.749000', '221134.751000', '221134.754000', '221134.756000', '221134.759000', '221134.762000', '221134.764000', '221134.767000', '221134.770000', '221134.772000', '221134.775000', '221134.778000', '221134.780000', '221134.783000', '221134.786000', '221134.788000', '221134.791000', '221134.793000', '221134.796000', '221134.799000', '221134.801000', '221134.804000', '221134.807000', '221134.809000', '221134.812000', '221134.815000', '221134.817000', '221134.820000', '221154.700000', '221154.702000', '221154.705000', '221154.708000', '221154.710000', '221154.713000', '221154.716000', '221154.718000', '221154.721000', '221154.724000', '221154.726000', '221154.729000', '221154.731000', '221154.734000', '221154.737000', '221154.739000', '221154.742000', '221154.745000', '221154.747000', '221154.750000', '221154.753000', '221154.755000', '221154.758000', '221154.761000', '221154.763000', '221154.766000', '221154.769000', '221154.771000', '221154.774000', '221154.777000', '221154.779000', '221154.782000', '221154.785000', '221154.787000', '221154.790000', '221154.792000', '221154.795000', '221154.798000', '221154.800000', '221154.803000', '221154.806000', '221154.808000', '221154.811000', '221214.700000', '221214.702000', '221214.705000', '221214.708000', '221214.710000', '221214.713000', '221214.716000', '221214.718000', '221214.721000', '221214.724000', '221214.726000', '221214.729000', '221214.732000', '221214.734000', '221214.737000', '221214.739000', '221214.742000', '221214.745000', '221214.747000', '221214.750000', '221214.753000', '221214.755000', '221214.758000', '221214.760000', '221214.763000', '221214.766000', '221214.768000', '221214.771000', '221214.774000', '221214.777000', '221214.779000', '221214.782000', '221214.785000', '221214.788000', '221214.790000', '221214.793000', '221214.796000', '221214.798000', '221214.801000', '221214.804000', '221214.807000', '221214.809000', '221214.812000', '221214.814000', '221234.700000', '221234.703000', '221234.705000', '221234.708000', '221234.710000', '221234.713000', '221234.716000', '221234.718000', '221234.721000', '221234.724000', '221234.727000', '221234.729000', '221234.732000', '221234.734000', '221234.738000', '221234.744000', '221234.747000', '221234.750000', '221234.753000', '221234.755000', '221234.758000', '221234.761000', '221234.764000', '221234.767000', '221234.770000', '221234.773000', '221234.776000', '221234.778000', '221234.781000', '221234.784000', '221234.786000', '221234.789000', '221234.792000', '221234.794000', '221234.797000', '221234.800000', '221234.803000', '221234.805000', '221234.808000', '221234.811000', '221234.813000', '221234.816000', '221234.819000', '221254.700000', '221254.702000', '221254.705000', '221254.708000', '221254.710000', '221254.713000', '221254.716000', '221254.718000', '221254.721000', '221254.724000', '221254.726000', '221254.729000', '221254.732000', '221254.734000', '221254.737000', '221254.739000', '221254.742000', '221254.745000', '221254.747000', '221254.750000', '221254.752000', '221254.755000', '221254.758000', '221254.760000', '221254.763000', '221254.766000', '221254.768000', '221254.771000', '221254.774000', '221254.776000', '221254.779000', '221254.781000', '221254.784000', '221254.787000', '221254.789000', '221254.792000', '221254.795000', '221254.829000', '221254.831000', '221254.835000', '221254.837000', '221254.840000', '221254.843000', '221254.846000', '221314.699000', '221314.702000', '221314.704000', '221314.707000', '221314.710000', '221314.712000', '221314.715000', '221314.717000', '221314.720000', '221314.723000', '221314.725000', '221314.728000', '221314.731000', '221314.733000', '221314.736000', '221314.738000', '221314.741000', '221314.744000', '221314.746000', '221314.749000', '221314.752000', '221314.754000', '221314.757000', '221314.760000', '221314.762000', '221314.765000', '221314.768000', '221314.770000', '221314.773000', '221314.775000', '221314.778000', '221314.781000', '221314.783000', '221314.786000', '221314.789000', '221314.791000', '221314.794000', '221314.797000', '221314.799000', '221314.802000', '221314.805000', '221314.807000', '221314.810000', '221334.699000', '221334.701000', '221334.704000', '221334.707000', '221334.709000', '221334.712000', '221334.715000', '221334.718000', '221334.720000', '221334.723000', '221334.726000', '221334.728000', '221334.731000', '221334.733000', '221334.736000', '221334.739000', '221334.742000', '221334.744000', '221334.747000', '221334.750000', '221334.752000', '221334.755000', '221334.758000', '221334.760000', '221334.763000', '221334.766000', '221334.769000', '221334.771000', '221334.774000', '221334.776000', '221334.779000', '221334.782000', '221334.785000', '221334.787000', '221334.790000', '221334.793000', '221334.795000', '221334.798000', '221334.801000', '221334.803000', '221334.806000', '221334.809000', '221334.811000', '221334.814000', '221345.184000', '221345.187000', '221345.190000', '221345.192000', '221345.195000', '221345.198000', '221345.201000', '221345.203000', '221345.206000', '221345.209000', '221345.211000', '221345.214000', '221345.217000', '221345.219000', '221345.222000', '221345.224000', '221345.227000', '221345.230000', '221345.232000', '221345.235000', '221345.238000', '221345.240000', '221345.243000'], 'InstanceCreationTime': ['220454.733000', '220454.737000', '220454.740000', '220454.743000', '220454.745000', '220454.748000', '220454.751000', '220454.753000', '220454.756000', '220454.759000', '220454.761000', '220454.764000', '220454.767000', '220454.769000', '220454.772000', '220454.775000', '220454.777000', '220454.780000', '220454.782000', '220454.785000', '220454.788000', '220454.790000', '220454.793000', '220454.795000', '220454.798000', '220454.804000', '220454.806000', '220454.809000', '220454.812000', '220454.814000', '220454.817000', '220454.819000', '220454.822000', '220454.824000', '220454.827000', '220454.830000', '220454.832000', '220454.835000', '220454.838000', '220454.841000', '220454.848000', '220454.850000', '220454.853000', '220454.856000', '220454.858000', '220454.861000', '220454.863000', '220454.866000', '220454.869000', '220454.871000', '220454.874000', '220454.876000', '220454.879000', '220454.882000', '220454.884000', '220514.700000', '220514.703000', '220514.705000', '220514.708000', '220514.711000', '220514.713000', '220514.716000', '220514.718000', '220514.728000', '220514.731000', '220514.733000', '220514.736000', '220514.739000', '220514.741000', '220514.744000', '220514.747000', '220514.749000', '220514.752000', '220514.754000', '220514.757000', '220514.760000', '220514.762000', '220514.765000', '220514.767000', '220514.770000', '220514.772000', '220514.775000', '220514.778000', '220514.780000', '220514.783000', '220514.785000', '220514.788000', '220514.791000', '220514.793000', '220514.796000', '220514.798000', '220514.801000', '220514.804000', '220514.806000', '220514.809000', '220514.812000', '220514.814000', '220514.817000', '220514.819000', '220534.699000', '220534.702000', '220534.705000', '220534.708000', '220534.710000', '220534.713000', '220534.716000', '220534.718000', '220534.721000', '220534.723000', '220534.726000', '220534.729000', '220534.731000', '220534.734000', '220534.736000', '220534.739000', '220534.742000', '220534.744000', '220534.747000', '220534.749000', '220534.752000', '220534.755000', '220534.757000', '220534.760000', '220534.774000', '220534.777000', '220534.779000', '220534.782000', '220534.784000', '220534.787000', '220534.790000', '220534.793000', '220534.795000', '220534.798000', '220534.801000', '220534.804000', '220534.806000', '220534.809000', '220534.812000', '220534.814000', '220534.817000', '220534.820000', '220534.822000', '220554.700000', '220554.702000', '220554.705000', '220554.708000', '220554.711000', '220554.713000', '220554.716000', '220554.719000', '220554.721000', '220554.724000', '220554.726000', '220554.729000', '220554.732000', '220554.734000', '220554.737000', '220554.740000', '220554.742000', '220554.745000', '220554.747000', '220554.750000', '220554.752000', '220554.755000', '220554.758000', '220554.760000', '220554.763000', '220554.765000', '220554.768000', '220554.781000', '220554.783000', '220554.786000', '220554.789000', '220554.791000', '220554.794000', '220554.797000', '220554.799000', '220554.802000', '220554.805000', '220554.807000', '220554.810000', '220554.813000', '220554.815000', '220554.818000', '220554.820000', '220554.823000', '220614.699000', '220614.701000', '220614.704000', '220614.707000', '220614.710000', '220614.712000', '220614.715000', '220614.718000', '220614.720000', '220614.723000', '220614.726000', '220614.728000', '220614.731000', '220614.744000', '220614.747000', '220614.750000', '220614.753000', '220614.755000', '220614.758000', '220614.760000', '220614.763000', '220614.766000', '220614.768000', '220614.771000', '220614.774000', '220614.776000', '220614.779000', '220614.782000', '220614.784000', '220614.787000', '220614.789000', '220614.792000', '220614.795000', '220614.798000', '220614.800000', '220614.803000', '220614.806000', '220614.808000', '220614.811000', '220614.814000', '220614.816000', '220614.819000', '220614.822000', '220634.699000', '220634.701000', '220634.704000', '220634.707000', '220634.718000', '220634.721000', '220634.723000', '220634.726000', '220634.728000', '220634.731000', '220634.734000', '220634.736000', '220634.739000', '220634.741000', '220634.744000', '220634.747000', '220634.749000', '220634.752000', '220634.754000', '220634.757000', '220634.760000', '220634.762000', '220634.765000', '220634.767000', '220634.770000', '220634.773000', '220634.775000', '220634.778000', '220634.781000', '220634.783000', '220634.786000', '220634.788000', '220634.791000', '220634.794000', '220634.796000', '220634.799000', '220634.802000', '220634.805000', '220634.807000', '220634.810000', '220634.812000', '220634.815000', '220634.818000', '220634.820000', '220654.698000', '220654.701000', '220654.704000', '220654.707000', '220654.709000', '220654.712000', '220654.714000', '220654.717000', '220654.720000', '220654.722000', '220654.725000', '220654.727000', '220654.730000', '220654.733000', '220654.735000', '220654.738000', '220654.741000', '220654.743000', '220654.746000', '220654.749000', '220654.752000', '220654.754000', '220654.757000', '220654.760000', '220654.763000', '220654.765000', '220654.768000', '220654.771000', '220654.773000', '220654.776000', '220654.779000', '220654.781000', '220654.784000', '220654.787000', '220654.789000', '220654.792000', '220654.795000', '220654.797000', '220654.800000', '220654.803000', '220654.805000', '220654.808000', '220654.811000', '220714.700000', '220714.703000', '220714.707000', '220714.710000', '220714.712000', '220714.715000', '220714.717000', '220714.720000', '220714.723000', '220714.725000', '220714.728000', '220714.731000', '220714.733000', '220714.736000', '220714.739000', '220714.741000', '220714.744000', '220714.746000', '220714.749000', '220714.752000', '220714.754000', '220714.757000', '220714.759000', '220714.762000', '220714.765000', '220714.767000', '220714.770000', '220714.773000', '220714.775000', '220714.778000', '220714.781000', '220714.783000', '220714.791000', '220714.794000', '220714.796000', '220714.799000', '220714.802000', '220714.805000', '220714.807000', '220714.810000', '220714.813000', '220714.815000', '220714.818000', '220714.821000', '220734.700000', '220734.703000', '220734.705000', '220734.708000', '220734.711000', '220734.713000', '220734.716000', '220734.718000', '220734.739000', '220734.742000', '220734.744000', '220734.747000', '220734.750000', '220734.752000', '220734.755000', '220734.758000', '220734.761000', '220734.763000', '220734.766000', '220734.768000', '220734.771000', '220734.774000', '220734.776000', '220734.779000', '220734.782000', '220734.784000', '220734.787000', '220734.789000', '220734.792000', '220734.795000', '220734.798000', '220734.800000', '220734.803000', '220734.805000', '220734.808000', '220734.811000', '220734.814000', '220734.816000', '220734.819000', '220734.822000', '220734.824000', '220734.827000', '220734.830000', '220754.700000', '220754.703000', '220754.705000', '220754.708000', '220754.711000', '220754.713000', '220754.716000', '220754.719000', '220754.721000', '220754.724000', '220754.727000', '220754.729000', '220754.732000', '220754.735000', '220754.737000', '220754.740000', '220754.743000', '220754.745000', '220754.748000', '220754.751000', '220754.753000', '220754.756000', '220754.759000', '220754.762000', '220754.764000', '220754.767000', '220754.769000', '220754.772000', '220754.775000', '220754.777000', '220754.780000', '220754.782000', '220754.785000', '220754.788000', '220754.790000', '220754.793000', '220754.796000', '220754.798000', '220754.801000', '220754.804000', '220754.806000', '220754.809000', '220754.811000', '220754.814000', '220814.700000', '220814.703000', '220814.705000', '220814.708000', '220814.710000', '220814.713000', '220814.716000', '220814.719000', '220814.721000', '220814.725000', '220814.727000', '220814.730000', '220814.732000', '220814.735000', '220814.738000', '220814.740000', '220814.743000', '220814.746000', '220814.749000', '220814.751000', '220814.754000', '220814.757000', '220814.759000', '220814.762000', '220814.765000', '220814.768000', '220814.770000', '220814.773000', '220814.776000', '220814.778000', '220814.781000', '220814.784000', '220814.786000', '220814.789000', '220814.792000', '220814.794000', '220814.797000', '220814.800000', '220814.803000', '220814.805000', '220814.808000', '220814.811000', '220814.813000', '220834.698000', '220834.701000', '220834.704000', '220834.707000', '220834.710000', '220834.712000', '220834.715000', '220834.718000', '220834.721000', '220834.724000', '220834.726000', '220834.729000', '220834.731000', '220834.734000', '220834.737000', '220834.739000', '220834.742000', '220834.745000', '220834.747000', '220834.750000', '220834.752000', '220834.755000', '220834.758000', '220834.773000', '220834.776000', '220834.778000', '220834.781000', '220834.784000', '220834.786000', '220834.789000', '220834.792000', '220834.794000', '220834.797000', '220834.800000', '220834.803000', '220834.805000', '220834.808000', '220834.811000', '220834.813000', '220834.816000', '220834.819000', '220834.821000', '220834.824000', '220834.827000', '220854.698000', '220854.701000', '220854.704000', '220854.707000', '220854.709000', '220854.712000', '220854.715000', '220854.717000', '220854.720000', '220854.723000', '220854.725000', '220854.728000', '220854.731000', '220854.733000', '220854.736000', '220854.738000', '220854.741000', '220854.744000', '220854.746000', '220854.749000', '220854.752000', '220854.755000', '220854.757000', '220854.760000', '220854.763000', '220854.766000', '220854.768000', '220854.771000', '220854.774000', '220854.776000', '220854.779000', '220854.782000', '220854.784000', '220854.836000', '220854.838000', '220854.841000', '220854.844000', '220854.846000', '220854.849000', '220854.852000', '220854.854000', '220854.857000', '220854.860000', '220914.699000', '220914.702000', '220914.704000', '220914.707000', '220914.710000', '220914.713000', '220914.715000', '220914.718000', '220914.720000', '220914.723000', '220914.726000', '220914.728000', '220914.731000', '220914.734000', '220914.736000', '220914.739000', '220914.741000', '220914.744000', '220914.747000', '220914.750000', '220914.752000', '220914.755000', '220914.758000', '220914.760000', '220914.763000', '220914.766000', '220914.768000', '220914.771000', '220914.774000', '220914.777000', '220914.779000', '220914.782000', '220914.785000', '220914.787000', '220914.790000', '220914.792000', '220914.795000', '220914.798000', '220914.800000', '220914.803000', '220914.806000', '220914.808000', '220914.811000', '220914.814000', '220934.700000', '220934.703000', '220934.705000', '220934.709000', '220934.711000', '220934.714000', '220934.717000', '220934.719000', '220934.722000', '220934.725000', '220934.727000', '220934.730000', '220934.733000', '220934.735000', '220934.738000', '220934.741000', '220934.744000', '220934.746000', '220934.749000', '220934.752000', '220934.754000', '220934.757000', '220934.759000', '220934.762000', '220934.765000', '220934.768000', '220934.770000', '220934.773000', '220934.776000', '220934.778000', '220934.781000', '220934.784000', '220934.786000', '220934.789000', '220934.792000', '220934.794000', '220934.797000', '220934.800000', '220934.802000', '220934.805000', '220934.808000', '220934.810000', '220934.813000', '220954.700000', '220954.702000', '220954.705000', '220954.708000', '220954.710000', '220954.713000', '220954.716000', '220954.718000', '220954.721000', '220954.724000', '220954.726000', '220954.729000', '220954.732000', '220954.734000', '220954.737000', '220954.739000', '220954.742000', '220954.745000', '220954.747000', '220954.752000', '220954.755000', '220954.758000', '220954.761000', '220954.763000', '220954.766000', '220954.769000', '220954.771000', '220954.774000', '220954.777000', '220954.779000', '220954.782000', '220954.785000', '220954.787000', '220954.790000', '220954.793000', '220954.795000', '220954.798000', '220954.800000', '220954.803000', '220954.806000', '220954.808000', '220954.811000', '220954.814000', '220954.816000', '221014.700000', '221014.703000', '221014.705000', '221014.708000', '221014.711000', '221014.713000', '221014.716000', '221014.718000', '221014.721000', '221014.724000', '221014.726000', '221014.729000', '221014.732000', '221014.734000', '221014.737000', '221014.740000', '221014.742000', '221014.745000', '221014.748000', '221014.750000', '221014.753000', '221014.756000', '221014.758000', '221014.761000', '221014.763000', '221014.766000', '221014.769000', '221014.771000', '221014.774000', '221014.777000', '221014.779000', '221014.782000', '221014.785000', '221014.787000', '221014.790000', '221014.793000', '221014.795000', '221014.798000', '221014.801000', '221014.803000', '221014.806000', '221014.809000', '221014.811000', '221034.730000', '221034.733000', '221034.736000', '221034.739000', '221034.741000', '221034.744000', '221034.747000', '221034.749000', '221034.752000', '221034.754000', '221034.757000', '221034.760000', '221034.762000', '221034.765000', '221034.767000', '221034.770000', '221034.773000', '221034.776000', '221034.778000', '221034.781000', '221034.783000', '221034.786000', '221034.789000', '221034.791000', '221034.794000', '221034.796000', '221034.799000', '221034.802000', '221034.804000', '221034.807000', '221034.810000', '221034.812000', '221034.815000', '221034.818000', '221034.820000', '221034.823000', '221034.825000', '221034.828000', '221034.831000', '221034.833000', '221034.836000', '221034.838000', '221034.841000', '221054.699000', '221054.702000', '221054.704000', '221054.707000', '221054.709000', '221054.712000', '221054.715000', '221054.717000', '221054.720000', '221054.723000', '221054.725000', '221054.728000', '221054.731000', '221054.733000', '221054.736000', '221054.738000', '221054.741000', '221054.744000', '221054.746000', '221054.749000', '221054.751000', '221054.754000', '221054.757000', '221054.759000', '221054.762000', '221054.764000', '221054.767000', '221054.770000', '221054.772000', '221054.775000', '221054.778000', '221054.780000', '221054.783000', '221054.786000', '221054.789000', '221054.791000', '221054.794000', '221054.796000', '221054.799000', '221054.802000', '221054.804000', '221054.807000', '221054.810000', '221054.812000', '221114.699000', '221114.702000', '221114.704000', '221114.707000', '221114.710000', '221114.712000', '221114.715000', '221114.717000', '221114.720000', '221114.723000', '221114.725000', '221114.728000', '221114.731000', '221114.733000', '221114.736000', '221114.739000', '221114.741000', '221114.744000', '221114.746000', '221114.749000', '221114.752000', '221114.754000', '221114.757000', '221114.759000', '221114.762000', '221114.765000', '221114.767000', '221114.770000', '221114.773000', '221114.775000', '221114.778000', '221114.781000', '221114.783000', '221114.786000', '221114.788000', '221114.791000', '221114.794000', '221114.797000', '221114.800000', '221114.803000', '221114.806000', '221114.808000', '221114.811000', '221134.699000', '221134.701000', '221134.704000', '221134.714000', '221134.717000', '221134.719000', '221134.722000', '221134.725000', '221134.727000', '221134.730000', '221134.733000', '221134.735000', '221134.738000', '221134.741000', '221134.743000', '221134.746000', '221134.749000', '221134.751000', '221134.754000', '221134.756000', '221134.759000', '221134.762000', '221134.764000', '221134.767000', '221134.770000', '221134.772000', '221134.775000', '221134.778000', '221134.780000', '221134.783000', '221134.786000', '221134.788000', '221134.791000', '221134.793000', '221134.796000', '221134.799000', '221134.801000', '221134.804000', '221134.807000', '221134.809000', '221134.812000', '221134.815000', '221134.817000', '221134.820000', '221154.700000', '221154.702000', '221154.705000', '221154.708000', '221154.710000', '221154.713000', '221154.716000', '221154.718000', '221154.721000', '221154.724000', '221154.726000', '221154.729000', '221154.731000', '221154.734000', '221154.737000', '221154.739000', '221154.742000', '221154.745000', '221154.747000', '221154.750000', '221154.753000', '221154.755000', '221154.758000', '221154.761000', '221154.763000', '221154.766000', '221154.769000', '221154.771000', '221154.774000', '221154.777000', '221154.779000', '221154.782000', '221154.785000', '221154.787000', '221154.790000', '221154.792000', '221154.795000', '221154.798000', '221154.800000', '221154.803000', '221154.806000', '221154.808000', '221154.811000', '221214.700000', '221214.702000', '221214.705000', '221214.708000', '221214.710000', '221214.713000', '221214.716000', '221214.718000', '221214.721000', '221214.724000', '221214.726000', '221214.729000', '221214.732000', '221214.734000', '221214.737000', '221214.739000', '221214.742000', '221214.745000', '221214.747000', '221214.750000', '221214.753000', '221214.755000', '221214.758000', '221214.760000', '221214.763000', '221214.766000', '221214.768000', '221214.771000', '221214.774000', '221214.777000', '221214.779000', '221214.782000', '221214.785000', '221214.788000', '221214.790000', '221214.793000', '221214.796000', '221214.798000', '221214.801000', '221214.804000', '221214.807000', '221214.809000', '221214.812000', '221214.814000', '221234.700000', '221234.703000', '221234.705000', '221234.708000', '221234.710000', '221234.713000', '221234.716000', '221234.718000', '221234.721000', '221234.724000', '221234.727000', '221234.729000', '221234.732000', '221234.734000', '221234.738000', '221234.744000', '221234.747000', '221234.750000', '221234.753000', '221234.755000', '221234.758000', '221234.761000', '221234.764000', '221234.767000', '221234.770000', '221234.773000', '221234.776000', '221234.778000', '221234.781000', '221234.784000', '221234.786000', '221234.789000', '221234.792000', '221234.794000', '221234.797000', '221234.800000', '221234.803000', '221234.805000', '221234.808000', '221234.811000', '221234.813000', '221234.816000', '221234.819000', '221254.700000', '221254.702000', '221254.705000', '221254.708000', '221254.710000', '221254.713000', '221254.716000', '221254.718000', '221254.721000', '221254.724000', '221254.726000', '221254.729000', '221254.732000', '221254.734000', '221254.737000', '221254.739000', '221254.742000', '221254.745000', '221254.747000', '221254.750000', '221254.752000', '221254.755000', '221254.758000', '221254.760000', '221254.763000', '221254.766000', '221254.768000', '221254.771000', '221254.774000', '221254.776000', '221254.779000', '221254.781000', '221254.784000', '221254.787000', '221254.789000', '221254.792000', '221254.795000', '221254.829000', '221254.831000', '221254.835000', '221254.837000', '221254.840000', '221254.843000', '221254.846000', '221314.699000', '221314.702000', '221314.704000', '221314.707000', '221314.710000', '221314.712000', '221314.715000', '221314.717000', '221314.720000', '221314.723000', '221314.725000', '221314.728000', '221314.731000', '221314.733000', '221314.736000', '221314.738000', '221314.741000', '221314.744000', '221314.746000', '221314.749000', '221314.752000', '221314.754000', '221314.757000', '221314.760000', '221314.762000', '221314.765000', '221314.768000', '221314.770000', '221314.773000', '221314.775000', '221314.778000', '221314.781000', '221314.783000', '221314.786000', '221314.789000', '221314.791000', '221314.794000', '221314.797000', '221314.799000', '221314.802000', '221314.805000', '221314.807000', '221314.810000', '221334.699000', '221334.701000', '221334.704000', '221334.707000', '221334.709000', '221334.712000', '221334.715000', '221334.718000', '221334.720000', '221334.723000', '221334.726000', '221334.728000', '221334.731000', '221334.733000', '221334.736000', '221334.739000', '221334.742000', '221334.744000', '221334.747000', '221334.750000', '221334.752000', '221334.755000', '221334.758000', '221334.760000', '221334.763000', '221334.766000', '221334.769000', '221334.771000', '221334.774000', '221334.776000', '221334.779000', '221334.782000', '221334.785000', '221334.787000', '221334.790000', '221334.793000', '221334.795000', '221334.798000', '221334.801000', '221334.803000', '221334.806000', '221334.809000', '221334.811000', '221334.814000', '221345.184000', '221345.187000', '221345.190000', '221345.192000', '221345.195000', '221345.198000', '221345.201000', '221345.203000', '221345.206000', '221345.209000', '221345.211000', '221345.214000', '221345.217000', '221345.219000', '221345.222000', '221345.224000', '221345.227000', '221345.230000', '221345.232000', '221345.235000', '221345.238000', '221345.240000', '221345.243000'], '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], 'LargestImagePixelValue': [11613, 15797, 13371, 13383, 13898, 9045, 16051, 10922, 16237, 13140, 10486, 13721, 8776, 16967, 12946, 13490, 13419, 8935, 16391, 11671, 15847, 12989, 8779, 16002, 11595, 16107, 13835, 10081, 15850, 10230, 16774, 13143, 17722, 13541, 12086, 16562, 13219, 20839, 17821, 13296, 15167, 13703, 19066, 14966, 15285, 12890, 12933, 16019, 14330, 15187, 11632, 13803, 13189, 11602, 15189, 10658, 16245, 13456, 9974, 15014, 10739, 15780, 13199, 10696, 14195, 9610, 16694, 13102, 11350, 14324, 9336, 16727, 13048, 11235, 13762, 9622, 16383, 13040, 9956, 15336, 11289, 12662, 14746, 10761, 14820, 11779, 11525, 14871, 10708, 14685, 11989, 8866, 15864, 10994, 14457, 12387, 8828, 16052, 11673, 13914, 12490, 8595, 15681, 11321, 14836, 12329, 8820, 15685, 12070, 10058, 14625, 9380, 16519, 12988, 8818, 15309, 10586, 15882, 13390, 9205, 15588, 11518, 14174, 13971, 9557, 15562, 11716, 15318, 12809, 8831, 14610, 9273, 16237, 12651, 13573, 12823, 8798, 15766, 11564, 15097, 11897, 9577, 14306, 10063, 15273, 12106, 12331, 13705, 9596, 15180, 12000, 11703, 13828, 9632, 15810, 12228, 12421, 13179, 9483, 16013, 12156, 9545, 14483, 10441, 15508, 12451, 9008, 14574, 10010, 15453, 12414, 11323, 13290, 8879, 15983, 12325, 14689, 12228, 8824, 15829, 12566, 15375, 12534, 8862, 15812, 12369, 16003, 11860, 8490, 14901, 10661, 13752, 11746, 11520, 13799, 9621, 14416, 11519, 14754, 12218, 9916, 14651, 9940, 15110, 11976, 10581, 14988, 11142, 15475, 12330, 9569, 15558, 11429, 15114, 11943, 9247, 15199, 11670, 14601, 12600, 8945, 15377, 11708, 13847, 12107, 12518, 13255, 11337, 14183, 10637, 14205, 11177, 11745, 13946, 9364, 15015, 11074, 15071, 12067, 15684, 11694, 8572, 14261, 9870, 14287, 11826, 9736, 14289, 9789, 14429, 12091, 13720, 13011, 9560, 14782, 10633, 14302, 11976, 16770, 12167, 8676, 13449, 8924, 15319, 11518, 14567, 11462, 10237, 14406, 9745, 14552, 11838, 11327, 14409, 9592, 14745, 11957, 15995, 12498, 8555, 13603, 8935, 15620, 14477, 13140, 12265, 11437, 9195, 13609, 10983, 8776, 14218, 9327, 15553, 12460, 13665, 12157, 10054, 14839, 10839, 14006, 11568, 17280, 14968, 13162, 14059, 12187, 16669, 13323, 11667, 13883, 10950, 15893, 12389, 11044, 13642, 9905, 15131, 12025, 13053, 11386, 8258, 14226, 9637, 13754, 11351, 8498, 13471, 10995, 9312, 15385, 12259, 9325, 15309, 12410, 9257, 14036, 10588, 15251, 12362, 11049, 14408, 10891, 12030, 13579, 10424, 15796, 11898, 8731, 14895, 11424, 12298, 14189, 10184, 14524, 11721, 13752, 13104, 10995, 14472, 11701, 11970, 13709, 10217, 14594, 11756, 8717, 14213, 10576, 16345, 11837, 8759, 14819, 10646, 15093, 12274, 9053, 14281, 10361, 15323, 12264, 9214, 14164, 11017, 12169, 13663, 9498, 14374, 11253, 12765, 13619, 9130, 14829, 11759, 10256, 13928, 9605, 15072, 12110, 10243, 14268, 9945, 14725, 11872, 8868, 14639, 10428, 14990, 11485, 11313, 14036, 9599, 14539, 11300, 14844, 11929, 9460, 14286, 10253, 14597, 12015, 12654, 13168, 9262, 15521, 12303, 15742, 12242, 9126, 15307, 11543, 16007, 11609, 8358, 14250, 10351, 14499, 11470, 10883, 14053, 9511, 15147, 11734, 12717, 13446, 9410, 15028, 11803, 10248, 14595, 9795, 15519, 11765, 14814, 12249, 10545, 14116, 8950, 15398, 11479, 15348, 12028, 8728, 15250, 10880, 15774, 12446, 8368, 14194, 8988, 12566, 15981, 12123, 15236, 11829, 15164, 12858, 9985, 13530, 9025, 15829, 12213, 14646, 11732, 10476, 14299, 9506, 14520, 9985, 15179, 11838, 15256, 12498, 8799, 14699, 9389, 15688, 12499, 13658, 12189, 8536, 14983, 10189, 15066, 11462, 14384, 11882, 15233, 11789, 14348, 13266, 14124, 11759, 12136, 10787, 8482, 14465, 10108, 14661, 11687, 14598, 11866, 14973, 12197, 10096, 13294, 10182, 15432, 12801, 16131, 11685, 9719, 13963, 9511, 16089, 12136, 14458, 11616, 11655, 12948, 9112, 15135, 11984, 15060, 12342, 13023, 12304, 8829, 15324, 10806, 14192, 11585, 12898, 12996, 9155, 14494, 9989, 15691, 11049, 14818, 12251, 9484, 13167, 8750, 15777, 12154, 11262, 13002, 9068, 15628, 12174, 14979, 11995, 12198, 13550, 11261, 14034, 9195, 14807, 8892, 15394, 10974, 14090, 11441, 14346, 12292, 8455, 13597, 9325, 16051, 12822, 10378, 13885, 9253, 16136, 12513, 12199, 13481, 9205, 16414, 11930, 14115, 12028, 13822, 12720, 10015, 13967, 10365, 14951, 12337, 10880, 13561, 10045, 15131, 12632, 13354, 13243, 9099, 15396, 12150, 16253, 12001, 9417, 14538, 10320, 15312, 12131, 8391, 14023, 9723, 15788, 12652, 8818, 14188, 9598, 15891, 12420, 11882, 12824, 8957, 15121, 14985, 14094, 13481, 11326, 13573, 11064, 8418, 13196, 9622, 15214, 12223, 12614, 12278, 8769, 11935, 16222, 10928, 15200, 11491, 15465, 12480, 15084, 12640, 12987, 9435, 15339, 9757, 15318, 9589, 16188, 11904, 15325, 12940, 10486, 13681, 9491, 15378, 11543, 14450, 11902, 13501, 13233, 10967, 15034, 10772, 14501, 11841, 9067, 14985, 10577, 11373, 14608, 11427, 8575, 15757, 11986, 15994, 12577, 8603, 15441, 10220, 15522, 12251, 13686, 12200, 9125, 15217, 10280, 14670, 11635, 15099, 12657, 8937, 14133, 10146, 15765, 12381, 9215, 14632, 11276, 13458, 13083, 9313, 15281, 11718, 12397, 14139, 9699, 16334, 12515, 15356, 12730, 11355, 14232, 12881, 14351, 12181, 15446, 12228, 15210, 12218, 10749, 13623, 9572, 16091, 12630, 13428, 12682, 8762, 15825, 11584, 14278, 11691, 12888, 12890, 9422, 15520, 11083, 13978, 12065, 8825, 14709, 10631, 15472, 11778, 9111, 14656, 10807, 14090, 13714, 9254, 14814, 12025, 13611, 13980, 11887, 14751, 11174, 15010, 12367, 10450, 13547, 10121, 15518, 11879, 15682, 11750, 9090, 13487, 9222, 15397, 10998, 14153, 11620, 13879, 13453, 9099, 14759, 9994, 16008, 12407, 10618, 12738, 8593, 15452, 10640, 15650, 12018, 14127, 11804, 11999, 13086, 14048, 9052, 16283, 11333, 16208, 12669, 10599, 14568, 9301, 16049, 11583, 14455, 11720, 11318, 13972, 10054, 14735, 11917, 12298, 14157, 11795, 14353, 11460, 9943, 14087, 11138, 15851, 13590, 14717, 12172, 14729, 12556, 13029, 12123, 10191, 13643, 10416, 15269, 11209, 13695, 11708, 9507, 14608, 9729, 14683, 11425, 13225, 15639, 12468, 12885, 12749, 9265, 15109, 9557, 9926, 16184, 10719, 14872, 11362, 14268, 11449, 14801, 11765, 13999, 11543, 13516, 12047, 13647, 11031, 9874, 13048, 8994, 15817, 12109, 12144, 13164, 8894, 16191, 12446, 15898, 12180, 8911, 14903, 12855, 15581, 11855, 14388, 13027, 13878, 14639, 12128, 14173, 12013, 13032, 13560, 10667, 13810, 12620, 10457, 11535, 15029, 11458, 8623, 15597, 12336, 13609, 14065, 11324, 12030, 14173, 9490, 15738, 12516, 14106, 13951, 11623, 14475, 11336, 10293, 14578, 11780, 16746, 11826, 9166, 14704, 11263, 15995, 12005, 10284, 14057, 11359, 13918, 12470, 8720, 14599, 10799, 14572, 12149, 8414, 14354, 10397, 14633, 12178, 13239, 13576, 9701, 14683, 11690, 9453, 13841, 9144, 15694, 12179, 12943, 13005, 9100, 15408, 11742, 15800, 12434, 9353, 14518, 10668, 14502, 12540, 9038, 15386, 12181, 16229, 12493, 8939, 15107, 12225, 13892, 13487, 10526, 14899, 12340, 9526, 14718, 11827, 9121, 14100, 10262, 15005, 12805, 10018, 14675, 11823, 8945, 14935, 12191, 9157, 14133, 11049, 12357, 14462, 10371, 14863, 12190, 10753, 13855, 9867, 14647, 11763, 13966, 12081, 9416, 14820, 11543, 8389, 14317, 10403, 14950, 12926, 9409, 14591, 11690, 16177, 13157, 13942, 13391, 12136, 14308, 13097, 15160, 12214, 14466, 11643, 10803, 13123, 9959, 14730, 11657, 13301, 12330, 8637, 15018, 10616, 14755, 11713, 8641, 13820, 9081, 15588, 12608, 12131, 12557, 9090, 15791, 12365, 14623, 11841, 8810, 15302, 11717, 15853, 12045, 8975, 14866, 10866, 15640, 11861, 8568, 13872, 9725, 15133, 11943, 16014, 11431, 8326, 14227, 9969, 14528, 11987, 12305, 12561, 9074, 15230, 11966, 10160, 13386, 9466, 15683, 12501, 11158, 13041, 9543, 14899, 11480, 12281, 13263, 10161, 14090, 11714, 8529, 15184, 11550, 16006, 11641, 8746, 14781, 11907, 13845, 12583, 8995, 15383, 11445, 15844, 11717, 10538, 12715, 8942, 14681, 11147, 13171, 11559, 13854, 12277, 9614, 14157, 9873, 14981, 10958, 10423, 13567, 11449, 9368, 11893, 13092, 10892, 9055, 16112, 12127, 11223, 14485, 11523, 16874, 13298, 13023, 16593, 11616, 9998, 13852, 11516, 12175, 15606, 11432, 10269, 14884, 12499, 12142, 14422, 12254, 14726, 12859, 13092, 14960, 11962, 12985, 12457, 9845, 15386, 11693, 14762, 11103, 11437, 13834, 9292, 14850, 11608, 14990, 12103, 9223, 12822, 8737, 14526, 10654, 14114, 11858, 12147, 12868, 9073, 14748, 12206, 14590, 11483, 10209, 14606, 11171, 15320, 11644, 9294, 14018, 10464, 14081], 'WindowCenter': [4872.0, 4893.0, 4863.0, 4857.0, 4857.0, 4808.0, 4864.0, 4827.0, 4875.0, 4846.0, 4828.0, 4857.0, 4818.0, 4900.0, 4872.0, 4870.0, 4874.0, 4833.0, 4914.0, 4878.0, 4904.0, 4886.0, 4848.0, 4917.0, 4890.0, 4920.0, 4912.0, 4869.0, 4919.0, 4871.0, 4931.0, 4900.0, 4928.0, 4899.0, 4889.0, 4918.0, 4889.0, 4938.0, 4927.0, 4887.0, 4894.0, 4886.0, 4924.0, 4898.0, 4894.0, 4873.0, 4874.0, 4894.0, 4885.0, 4883.0, 4863.0, 4871.0, 4873.0, 4852.0, 4882.0, 4852.0, 4890.0, 4873.0, 4841.0, 4882.0, 4853.0, 4892.0, 4871.0, 4841.0, 4873.0, 4833.0, 4891.0, 4873.0, 4851.0, 4869.0, 4832.0, 4889.0, 4870.0, 4850.0, 4871.0, 4830.0, 4890.0, 4873.0, 4841.0, 4882.0, 4852.0, 4861.0, 4879.0, 4843.0, 4868.0, 4849.0, 4850.0, 4868.0, 4840.0, 4866.0, 4849.0, 4819.0, 4878.0, 4837.0, 4868.0, 4857.0, 4819.0, 4887.0, 4850.0, 4868.0, 4858.0, 4820.0, 4879.0, 4850.0, 4877.0, 4859.0, 4820.0, 4889.0, 4862.0, 4840.0, 4881.0, 4833.0, 4900.0, 4872.0, 4833.0, 4892.0, 4855.0, 4892.0, 4873.0, 4834.0, 4892.0, 4864.0, 4881.0, 4883.0, 4844.0, 4892.0, 4864.0, 4892.0, 4872.0, 4832.0, 4882.0, 4833.0, 4889.0, 4871.0, 4872.0, 4872.0, 4833.0, 4891.0, 4863.0, 4891.0, 4863.0, 4842.0, 4882.0, 4843.0, 4893.0, 4874.0, 4872.0, 4883.0, 4842.0, 4893.0, 4864.0, 4862.0, 4882.0, 4844.0, 4893.0, 4864.0, 4863.0, 4871.0, 4843.0, 4893.0, 4874.0, 4843.0, 4882.0, 4853.0, 4891.0, 4874.0, 4834.0, 4882.0, 4844.0, 4891.0, 4872.0, 4853.0, 4870.0, 4833.0, 4891.0, 4872.0, 4880.0, 4862.0, 4831.0, 4890.0, 4873.0, 4890.0, 4873.0, 4832.0, 4891.0, 4863.0, 4891.0, 4862.0, 4822.0, 4881.0, 4841.0, 4871.0, 4851.0, 4850.0, 4871.0, 4831.0, 4880.0, 4851.0, 4878.0, 4860.0, 4841.0, 4881.0, 4843.0, 4880.0, 4861.0, 4852.0, 4892.0, 4862.0, 4892.0, 4874.0, 4842.0, 4893.0, 4864.0, 4880.0, 4863.0, 4832.0, 4882.0, 4863.0, 4882.0, 4862.0, 4833.0, 4881.0, 4863.0, 4870.0, 4861.0, 4860.0, 4860.0, 4840.0, 4870.0, 4840.0, 4869.0, 4851.0, 4850.0, 4870.0, 4831.0, 4879.0, 4850.0, 4878.0, 4861.0, 4879.0, 4849.0, 4820.0, 4869.0, 4830.0, 4880.0, 4851.0, 4830.0, 4880.0, 4842.0, 4882.0, 4863.0, 4880.0, 4871.0, 4843.0, 4884.0, 4853.0, 4881.0, 4863.0, 4891.0, 4862.0, 4822.0, 4871.0, 4830.0, 4881.0, 4853.0, 4881.0, 4852.0, 4840.0, 4880.0, 4833.0, 4880.0, 4863.0, 4851.0, 4882.0, 4843.0, 4882.0, 4863.0, 4890.0, 4863.0, 4822.0, 4871.0, 4823.0, 4892.0, 4871.0, 4858.0, 4846.0, 4837.0, 4817.0, 4868.0, 4850.0, 4833.0, 4883.0, 4845.0, 4906.0, 4888.0, 4895.0, 4878.0, 4857.0, 4908.0, 4868.0, 4895.0, 4868.0, 4903.0, 4895.0, 4875.0, 4883.0, 4865.0, 4903.0, 4874.0, 4863.0, 4873.0, 4854.0, 4893.0, 4863.0, 4853.0, 4871.0, 4843.0, 4892.0, 4862.0, 4871.0, 4854.0, 4822.0, 4881.0, 4832.0, 4881.0, 4853.0, 4823.0, 4882.0, 4854.0, 4844.0, 4904.0, 4876.0, 4846.0, 4904.0, 4887.0, 4845.0, 4895.0, 4856.0, 4893.0, 4873.0, 4853.0, 4884.0, 4853.0, 4862.0, 4873.0, 4854.0, 4892.0, 4862.0, 4822.0, 4891.0, 4863.0, 4862.0, 4883.0, 4844.0, 4882.0, 4862.0, 4871.0, 4871.0, 4852.0, 4880.0, 4862.0, 4850.0, 4869.0, 4841.0, 4881.0, 4861.0, 4821.0, 4871.0, 4851.0, 4890.0, 4862.0, 4821.0, 4880.0, 4841.0, 4880.0, 4860.0, 4819.0, 4869.0, 4840.0, 4880.0, 4860.0, 4831.0, 4870.0, 4851.0, 4860.0, 4871.0, 4830.0, 4881.0, 4852.0, 4859.0, 4871.0, 4832.0, 4880.0, 4862.0, 4840.0, 4881.0, 4833.0, 4880.0, 4863.0, 4839.0, 4883.0, 4843.0, 4893.0, 4864.0, 4835.0, 4892.0, 4855.0, 4894.0, 4865.0, 4862.0, 4883.0, 4844.0, 4884.0, 4854.0, 4882.0, 4863.0, 4833.0, 4881.0, 4843.0, 4882.0, 4863.0, 4872.0, 4873.0, 4831.0, 4891.0, 4863.0, 4889.0, 4862.0, 4832.0, 4881.0, 4852.0, 4890.0, 4852.0, 4812.0, 4880.0, 4842.0, 4881.0, 4853.0, 4851.0, 4881.0, 4832.0, 4892.0, 4861.0, 4872.0, 4870.0, 4833.0, 4882.0, 4863.0, 4841.0, 4882.0, 4841.0, 4892.0, 4863.0, 4881.0, 4863.0, 4852.0, 4881.0, 4832.0, 4891.0, 4863.0, 4891.0, 4861.0, 4833.0, 4892.0, 4864.0, 4901.0, 4875.0, 4835.0, 4884.0, 4845.0, 4876.0, 4904.0, 4873.0, 4892.0, 4864.0, 4893.0, 4874.0, 4843.0, 4872.0, 4834.0, 4891.0, 4874.0, 4892.0, 4864.0, 4852.0, 4883.0, 4842.0, 4883.0, 4844.0, 4890.0, 4874.0, 4891.0, 4874.0, 4823.0, 4882.0, 4844.0, 4889.0, 4874.0, 4881.0, 4861.0, 4821.0, 4890.0, 4842.0, 4881.0, 4863.0, 4881.0, 4863.0, 4878.0, 4861.0, 4870.0, 4856.0, 4857.0, 4837.0, 4845.0, 4839.0, 4821.0, 4891.0, 4855.0, 4894.0, 4875.0, 4895.0, 4877.0, 4906.0, 4877.0, 4854.0, 4886.0, 4854.0, 4894.0, 4875.0, 4894.0, 4865.0, 4843.0, 4883.0, 4844.0, 4903.0, 4874.0, 4883.0, 4865.0, 4862.0, 4872.0, 4834.0, 4893.0, 4862.0, 4883.0, 4873.0, 4871.0, 4861.0, 4831.0, 4892.0, 4851.0, 4882.0, 4860.0, 4870.0, 4871.0, 4832.0, 4883.0, 4841.0, 4890.0, 4851.0, 4879.0, 4860.0, 4828.0, 4858.0, 4820.0, 4889.0, 4861.0, 4850.0, 4869.0, 4831.0, 4890.0, 4872.0, 4889.0, 4865.0, 4861.0, 4882.0, 4850.0, 4879.0, 4829.0, 4878.0, 4821.0, 4879.0, 4840.0, 4869.0, 4849.0, 4878.0, 4860.0, 4809.0, 4870.0, 4831.0, 4889.0, 4870.0, 4842.0, 4881.0, 4831.0, 4901.0, 4874.0, 4863.0, 4882.0, 4845.0, 4902.0, 4875.0, 4884.0, 4875.0, 4882.0, 4874.0, 4841.0, 4883.0, 4842.0, 4892.0, 4871.0, 4853.0, 4883.0, 4844.0, 4891.0, 4874.0, 4882.0, 4873.0, 4832.0, 4892.0, 4872.0, 4892.0, 4862.0, 4831.0, 4882.0, 4852.0, 4891.0, 4873.0, 4822.0, 4881.0, 4843.0, 4891.0, 4872.0, 4829.0, 4882.0, 4842.0, 4891.0, 4873.0, 4861.0, 4872.0, 4833.0, 4892.0, 4880.0, 4868.0, 4857.0, 4837.0, 4856.0, 4837.0, 4807.0, 4857.0, 4828.0, 4878.0, 4860.0, 4860.0, 4861.0, 4820.0, 4863.0, 4892.0, 4853.0, 4891.0, 4863.0, 4892.0, 4873.0, 4892.0, 4874.0, 4885.0, 4833.0, 4892.0, 4843.0, 4893.0, 4844.0, 4901.0, 4874.0, 4893.0, 4874.0, 4853.0, 4882.0, 4841.0, 4891.0, 4863.0, 4882.0, 4862.0, 4871.0, 4872.0, 4852.0, 4891.0, 4850.0, 4881.0, 4861.0, 4822.0, 4890.0, 4854.0, 4864.0, 4893.0, 4876.0, 4837.0, 4906.0, 4877.0, 4906.0, 4887.0, 4836.0, 4895.0, 4856.0, 4905.0, 4875.0, 4883.0, 4864.0, 4833.0, 4893.0, 4852.0, 4882.0, 4863.0, 4892.0, 4872.0, 4832.0, 4882.0, 4855.0, 4902.0, 4875.0, 4845.0, 4894.0, 4866.0, 4895.0, 4886.0, 4847.0, 4904.0, 4876.0, 4876.0, 4896.0, 4857.0, 4905.0, 4887.0, 4894.0, 4876.0, 4861.0, 4884.0, 4873.0, 4883.0, 4862.0, 4880.0, 4862.0, 4881.0, 4862.0, 4851.0, 4871.0, 4831.0, 4889.0, 4863.0, 4871.0, 4862.0, 4822.0, 4891.0, 4861.0, 4880.0, 4863.0, 4871.0, 4872.0, 4832.0, 4892.0, 4853.0, 4880.0, 4863.0, 4834.0, 4893.0, 4852.0, 4890.0, 4863.0, 4831.0, 4881.0, 4854.0, 4882.0, 4883.0, 4844.0, 4883.0, 4863.0, 4881.0, 4883.0, 4863.0, 4882.0, 4852.0, 4881.0, 4862.0, 4840.0, 4871.0, 4840.0, 4879.0, 4850.0, 4879.0, 4849.0, 4819.0, 4869.0, 4819.0, 4878.0, 4838.0, 4868.0, 4848.0, 4866.0, 4868.0, 4819.0, 4868.0, 4841.0, 4889.0, 4861.0, 4839.0, 4861.0, 4821.0, 4880.0, 4851.0, 4890.0, 4863.0, 4871.0, 4862.0, 4862.0, 4872.0, 4882.0, 4831.0, 4891.0, 4863.0, 4901.0, 4883.0, 4854.0, 4893.0, 4844.0, 4902.0, 4865.0, 4883.0, 4865.0, 4853.0, 4883.0, 4842.0, 4884.0, 4864.0, 4863.0, 4883.0, 4863.0, 4883.0, 4865.0, 4844.0, 4883.0, 4864.0, 4894.0, 4873.0, 4882.0, 4864.0, 4880.0, 4863.0, 4859.0, 4851.0, 4827.0, 4870.0, 4840.0, 4880.0, 4850.0, 4869.0, 4862.0, 4842.0, 4882.0, 4843.0, 4882.0, 4864.0, 4884.0, 4892.0, 4873.0, 4861.0, 4872.0, 4832.0, 4890.0, 4831.0, 4842.0, 4902.0, 4852.0, 4880.0, 4852.0, 4880.0, 4863.0, 4881.0, 4863.0, 4881.0, 4837.0, 4858.0, 4848.0, 4868.0, 4838.0, 4829.0, 4870.0, 4832.0, 4890.0, 4863.0, 4863.0, 4874.0, 4835.0, 4904.0, 4876.0, 4904.0, 4863.0, 4835.0, 4894.0, 4873.0, 4893.0, 4863.0, 4881.0, 4872.0, 4870.0, 4880.0, 4851.0, 4869.0, 4861.0, 4859.0, 4859.0, 4841.0, 4871.0, 4861.0, 4852.0, 4861.0, 4893.0, 4865.0, 4833.0, 4903.0, 4874.0, 4883.0, 4884.0, 4865.0, 4862.0, 4883.0, 4842.0, 4890.0, 4863.0, 4882.0, 4872.0, 4863.0, 4881.0, 4849.0, 4841.0, 4880.0, 4851.0, 4890.0, 4851.0, 4831.0, 4869.0, 4840.0, 4879.0, 4849.0, 4829.0, 4870.0, 4841.0, 4868.0, 4849.0, 4820.0, 4868.0, 4836.0, 4868.0, 4849.0, 4809.0, 4868.0, 4829.0, 4866.0, 4849.0, 4860.0, 4857.0, 4828.0, 4868.0, 4850.0, 4829.0, 4866.0, 4818.0, 4877.0, 4860.0, 4860.0, 4860.0, 4821.0, 4879.0, 4851.0, 4879.0, 4860.0, 4820.0, 4870.0, 4840.0, 4868.0, 4860.0, 4820.0, 4881.0, 4860.0, 4890.0, 4860.0, 4820.0, 4879.0, 4850.0, 4867.0, 4859.0, 4838.0, 4867.0, 4849.0, 4819.0, 4868.0, 4849.0, 4819.0, 4868.0, 4841.0, 4879.0, 4860.0, 4842.0, 4879.0, 4850.0, 4832.0, 4882.0, 4863.0, 4833.0, 4882.0, 4852.0, 4874.0, 4883.0, 4854.0, 4893.0, 4864.0, 4853.0, 4872.0, 4842.0, 4881.0, 4852.0, 4869.0, 4861.0, 4832.0, 4880.0, 4851.0, 4823.0, 4881.0, 4866.0, 4894.0, 4885.0, 4847.0, 4894.0, 4876.0, 4903.0, 4874.0, 4882.0, 4873.0, 4851.0, 4870.0, 4859.0, 4880.0, 4850.0, 4867.0, 4849.0, 4839.0, 4858.0, 4829.0, 4868.0, 4850.0, 4856.0, 4858.0, 4808.0, 4878.0, 4840.0, 4869.0, 4850.0, 4820.0, 4868.0, 4822.0, 4880.0, 4861.0, 4859.0, 4859.0, 4822.0, 4890.0, 4861.0, 4879.0, 4851.0, 4830.0, 4892.0, 4862.0, 4891.0, 4863.0, 4832.0, 4881.0, 4853.0, 4891.0, 4861.0, 4823.0, 4870.0, 4832.0, 4880.0, 4862.0, 4890.0, 4852.0, 4812.0, 4870.0, 4842.0, 4880.0, 4851.0, 4859.0, 4859.0, 4831.0, 4880.0, 4862.0, 4841.0, 4871.0, 4833.0, 4890.0, 4863.0, 4852.0, 4871.0, 4833.0, 4893.0, 4863.0, 4860.0, 4861.0, 4841.0, 4870.0, 4860.0, 4822.0, 4881.0, 4853.0, 4890.0, 4852.0, 4822.0, 4881.0, 4863.0, 4872.0, 4861.0, 4831.0, 4882.0, 4853.0, 4891.0, 4862.0, 4841.0, 4862.0, 4832.0, 4881.0, 4852.0, 4860.0, 4852.0, 4868.0, 4851.0, 4830.0, 4869.0, 4856.0, 4893.0, 4851.0, 4853.0, 4883.0, 4873.0, 4844.0, 4874.0, 4886.0, 4868.0, 4860.0, 4919.0, 4891.0, 4878.0, 4897.0, 4880.0, 4917.0, 4888.0, 4888.0, 4918.0, 4867.0, 4844.0, 4885.0, 4866.0, 4874.0, 4906.0, 4864.0, 4856.0, 4905.0, 4876.0, 4873.0, 4886.0, 4865.0, 4882.0, 4873.0, 4873.0, 4882.0, 4862.0, 4870.0, 4861.0, 4840.0, 4881.0, 4862.0, 4880.0, 4852.0, 4851.0, 4872.0, 4832.0, 4881.0, 4863.0, 4881.0, 4861.0, 4820.0, 4861.0, 4822.0, 4881.0, 4840.0, 4869.0, 4862.0, 4861.0, 4873.0, 4832.0, 4882.0, 4863.0, 4881.0, 4853.0, 4842.0, 4883.0, 4854.0, 4890.0, 4853.0, 4834.0, 4882.0, 4842.0, 4873.0], 'WindowWidth': [10633.0, 10647.0, 10598.0, 10580.0, 10577.0, 10508.0, 10581.0, 10533.0, 10597.0, 10560.0, 10537.0, 10576.0, 10528.0, 10642.0, 10606.0, 10602.0, 10609.0, 10556.0, 10669.0, 10624.0, 10657.0, 10634.0, 10584.0, 10678.0, 10645.0, 10687.0, 10679.0, 10616.0, 10685.0, 10619.0, 10705.0, 10661.0, 10695.0, 10655.0, 10638.0, 10681.0, 10641.0, 10713.0, 10690.0, 10632.0, 10642.0, 10631.0, 10686.0, 10649.0, 10638.0, 10610.0, 10611.0, 10642.0, 10626.0, 10623.0, 10594.0, 10605.0, 10608.0, 10578.0, 10619.0, 10580.0, 10631.0, 10608.0, 10564.0, 10619.0, 10582.0, 10634.0, 10605.0, 10563.0, 10606.0, 10553.0, 10629.0, 10608.0, 10576.0, 10599.0, 10549.0, 10626.0, 10601.0, 10573.0, 10604.0, 10545.0, 10627.0, 10608.0, 10562.0, 10618.0, 10577.0, 10589.0, 10613.0, 10565.0, 10597.0, 10570.0, 10572.0, 10596.0, 10556.0, 10590.0, 10567.0, 10529.0, 10609.0, 10551.0, 10593.0, 10577.0, 10529.0, 10621.0, 10573.0, 10595.0, 10580.0, 10532.0, 10611.0, 10571.0, 10607.0, 10582.0, 10533.0, 10625.0, 10591.0, 10560.0, 10616.0, 10553.0, 10643.0, 10607.0, 10555.0, 10633.0, 10584.0, 10635.0, 10609.0, 10555.0, 10634.0, 10598.0, 10620.0, 10624.0, 10570.0, 10634.0, 10599.0, 10637.0, 10607.0, 10552.0, 10619.0, 10554.0, 10627.0, 10607.0, 10607.0, 10605.0, 10556.0, 10634.0, 10595.0, 10633.0, 10595.0, 10565.0, 10621.0, 10568.0, 10638.0, 10611.0, 10607.0, 10621.0, 10567.0, 10638.0, 10598.0, 10593.0, 10620.0, 10570.0, 10638.0, 10599.0, 10594.0, 10604.0, 10569.0, 10637.0, 10613.0, 10566.0, 10621.0, 10584.0, 10636.0, 10613.0, 10556.0, 10621.0, 10569.0, 10632.0, 10607.0, 10580.0, 10602.0, 10553.0, 10632.0, 10606.0, 10614.0, 10590.0, 10548.0, 10629.0, 10609.0, 10630.0, 10606.0, 10551.0, 10632.0, 10594.0, 10632.0, 10590.0, 10536.0, 10618.0, 10563.0, 10602.0, 10574.0, 10571.0, 10601.0, 10548.0, 10614.0, 10575.0, 10611.0, 10587.0, 10562.0, 10618.0, 10566.0, 10616.0, 10592.0, 10580.0, 10636.0, 10594.0, 10634.0, 10610.0, 10567.0, 10638.0, 10598.0, 10617.0, 10594.0, 10553.0, 10622.0, 10596.0, 10619.0, 10591.0, 10555.0, 10619.0, 10594.0, 10602.0, 10587.0, 10585.0, 10587.0, 10558.0, 10600.0, 10558.0, 10596.0, 10575.0, 10572.0, 10601.0, 10548.0, 10611.0, 10573.0, 10612.0, 10589.0, 10613.0, 10569.0, 10531.0, 10596.0, 10546.0, 10615.0, 10574.0, 10546.0, 10615.0, 10564.0, 10621.0, 10595.0, 10615.0, 10606.0, 10566.0, 10626.0, 10581.0, 10617.0, 10594.0, 10630.0, 10591.0, 10536.0, 10601.0, 10548.0, 10618.0, 10579.0, 10616.0, 10577.0, 10558.0, 10616.0, 10552.0, 10614.0, 10594.0, 10577.0, 10621.0, 10567.0, 10619.0, 10595.0, 10629.0, 10595.0, 10538.0, 10602.0, 10539.0, 10634.0, 10603.0, 10579.0, 10561.0, 10550.0, 10524.0, 10595.0, 10573.0, 10554.0, 10624.0, 10576.0, 10660.0, 10638.0, 10645.0, 10622.0, 10595.0, 10667.0, 10611.0, 10646.0, 10609.0, 10655.0, 10642.0, 10612.0, 10624.0, 10599.0, 10654.0, 10612.0, 10594.0, 10609.0, 10582.0, 10637.0, 10595.0, 10579.0, 10603.0, 10568.0, 10633.0, 10590.0, 10601.0, 10580.0, 10535.0, 10618.0, 10551.0, 10618.0, 10581.0, 10540.0, 10620.0, 10585.0, 10574.0, 10656.0, 10617.0, 10577.0, 10658.0, 10634.0, 10577.0, 10644.0, 10590.0, 10639.0, 10611.0, 10580.0, 10627.0, 10581.0, 10593.0, 10609.0, 10583.0, 10635.0, 10592.0, 10538.0, 10630.0, 10594.0, 10592.0, 10624.0, 10569.0, 10619.0, 10592.0, 10603.0, 10603.0, 10576.0, 10615.0, 10589.0, 10572.0, 10597.0, 10560.0, 10618.0, 10588.0, 10533.0, 10601.0, 10576.0, 10630.0, 10590.0, 10534.0, 10614.0, 10562.0, 10616.0, 10587.0, 10529.0, 10597.0, 10559.0, 10614.0, 10587.0, 10548.0, 10599.0, 10574.0, 10587.0, 10602.0, 10547.0, 10614.0, 10576.0, 10583.0, 10602.0, 10552.0, 10617.0, 10592.0, 10560.0, 10615.0, 10552.0, 10617.0, 10594.0, 10558.0, 10621.0, 10570.0, 10638.0, 10597.0, 10559.0, 10636.0, 10587.0, 10640.0, 10599.0, 10592.0, 10623.0, 10568.0, 10627.0, 10585.0, 10620.0, 10593.0, 10552.0, 10618.0, 10567.0, 10619.0, 10594.0, 10606.0, 10607.0, 10551.0, 10630.0, 10594.0, 10627.0, 10590.0, 10549.0, 10616.0, 10578.0, 10629.0, 10577.0, 10523.0, 10614.0, 10563.0, 10619.0, 10579.0, 10575.0, 10617.0, 10550.0, 10633.0, 10590.0, 10605.0, 10602.0, 10553.0, 10621.0, 10594.0, 10563.0, 10618.0, 10563.0, 10635.0, 10596.0, 10619.0, 10595.0, 10578.0, 10617.0, 10551.0, 10629.0, 10596.0, 10631.0, 10592.0, 10555.0, 10633.0, 10599.0, 10649.0, 10615.0, 10560.0, 10626.0, 10574.0, 10618.0, 10656.0, 10611.0, 10635.0, 10597.0, 10638.0, 10612.0, 10568.0, 10607.0, 10556.0, 10633.0, 10612.0, 10635.0, 10597.0, 10580.0, 10622.0, 10565.0, 10624.0, 10570.0, 10631.0, 10613.0, 10633.0, 10611.0, 10541.0, 10618.0, 10570.0, 10630.0, 10612.0, 10619.0, 10592.0, 10537.0, 10630.0, 10566.0, 10620.0, 10594.0, 10617.0, 10594.0, 10612.0, 10591.0, 10601.0, 10572.0, 10575.0, 10549.0, 10561.0, 10554.0, 10536.0, 10632.0, 10588.0, 10640.0, 10618.0, 10645.0, 10621.0, 10661.0, 10620.0, 10586.0, 10630.0, 10584.0, 10640.0, 10615.0, 10641.0, 10602.0, 10568.0, 10622.0, 10571.0, 10652.0, 10614.0, 10627.0, 10600.0, 10594.0, 10608.0, 10557.0, 10636.0, 10592.0, 10623.0, 10607.0, 10605.0, 10588.0, 10550.0, 10633.0, 10577.0, 10619.0, 10589.0, 10603.0, 10604.0, 10552.0, 10622.0, 10563.0, 10629.0, 10578.0, 10614.0, 10588.0, 10542.0, 10582.0, 10532.0, 10626.0, 10591.0, 10574.0, 10600.0, 10549.0, 10630.0, 10610.0, 10630.0, 10600.0, 10590.0, 10620.0, 10574.0, 10614.0, 10544.0, 10610.0, 10534.0, 10611.0, 10560.0, 10596.0, 10570.0, 10610.0, 10587.0, 10518.0, 10599.0, 10550.0, 10627.0, 10602.0, 10565.0, 10618.0, 10552.0, 10647.0, 10612.0, 10597.0, 10621.0, 10574.0, 10651.0, 10615.0, 10626.0, 10613.0, 10622.0, 10611.0, 10565.0, 10623.0, 10566.0, 10636.0, 10606.0, 10580.0, 10623.0, 10570.0, 10631.0, 10611.0, 10619.0, 10611.0, 10554.0, 10633.0, 10608.0, 10636.0, 10592.0, 10551.0, 10619.0, 10580.0, 10633.0, 10609.0, 10539.0, 10617.0, 10569.0, 10633.0, 10607.0, 10547.0, 10619.0, 10567.0, 10632.0, 10610.0, 10589.0, 10604.0, 10554.0, 10634.0, 10617.0, 10594.0, 10575.0, 10549.0, 10573.0, 10549.0, 10509.0, 10576.0, 10542.0, 10609.0, 10587.0, 10587.0, 10589.0, 10535.0, 10596.0, 10634.0, 10582.0, 10632.0, 10596.0, 10635.0, 10612.0, 10637.0, 10611.0, 10627.0, 10555.0, 10635.0, 10567.0, 10638.0, 10570.0, 10645.0, 10612.0, 10637.0, 10613.0, 10581.0, 10619.0, 10564.0, 10633.0, 10594.0, 10623.0, 10593.0, 10603.0, 10606.0, 10578.0, 10632.0, 10575.0, 10616.0, 10591.0, 10535.0, 10630.0, 10584.0, 10599.0, 10640.0, 10619.0, 10567.0, 10660.0, 10622.0, 10660.0, 10634.0, 10564.0, 10642.0, 10589.0, 10659.0, 10615.0, 10624.0, 10596.0, 10554.0, 10638.0, 10580.0, 10619.0, 10595.0, 10635.0, 10608.0, 10552.0, 10620.0, 10588.0, 10651.0, 10614.0, 10574.0, 10640.0, 10605.0, 10644.0, 10633.0, 10580.0, 10657.0, 10620.0, 10617.0, 10645.0, 10593.0, 10658.0, 10636.0, 10642.0, 10616.0, 10592.0, 10626.0, 10606.0, 10624.0, 10590.0, 10615.0, 10593.0, 10619.0, 10592.0, 10576.0, 10601.0, 10549.0, 10627.0, 10593.0, 10602.0, 10590.0, 10537.0, 10630.0, 10590.0, 10616.0, 10592.0, 10601.0, 10606.0, 10552.0, 10633.0, 10581.0, 10617.0, 10594.0, 10556.0, 10638.0, 10580.0, 10632.0, 10595.0, 10549.0, 10617.0, 10586.0, 10620.0, 10622.0, 10571.0, 10623.0, 10595.0, 10617.0, 10625.0, 10593.0, 10620.0, 10577.0, 10619.0, 10592.0, 10560.0, 10601.0, 10559.0, 10611.0, 10573.0, 10610.0, 10568.0, 10528.0, 10596.0, 10527.0, 10608.0, 10553.0, 10592.0, 10566.0, 10588.0, 10593.0, 10528.0, 10594.0, 10561.0, 10626.0, 10589.0, 10557.0, 10587.0, 10534.0, 10613.0, 10577.0, 10629.0, 10593.0, 10602.0, 10592.0, 10592.0, 10606.0, 10619.0, 10550.0, 10632.0, 10597.0, 10646.0, 10625.0, 10584.0, 10636.0, 10571.0, 10651.0, 10602.0, 10625.0, 10599.0, 10582.0, 10622.0, 10567.0, 10626.0, 10597.0, 10594.0, 10624.0, 10595.0, 10626.0, 10600.0, 10570.0, 10622.0, 10596.0, 10640.0, 10608.0, 10620.0, 10597.0, 10616.0, 10593.0, 10585.0, 10574.0, 10537.0, 10598.0, 10556.0, 10612.0, 10572.0, 10598.0, 10590.0, 10564.0, 10619.0, 10567.0, 10617.0, 10597.0, 10626.0, 10636.0, 10608.0, 10587.0, 10603.0, 10553.0, 10630.0, 10550.0, 10567.0, 10648.0, 10579.0, 10614.0, 10579.0, 10614.0, 10593.0, 10618.0, 10595.0, 10618.0, 10549.0, 10579.0, 10565.0, 10593.0, 10554.0, 10542.0, 10599.0, 10552.0, 10630.0, 10595.0, 10595.0, 10610.0, 10560.0, 10653.0, 10617.0, 10653.0, 10597.0, 10558.0, 10639.0, 10608.0, 10637.0, 10594.0, 10617.0, 10605.0, 10599.0, 10616.0, 10574.0, 10596.0, 10588.0, 10581.0, 10582.0, 10560.0, 10601.0, 10587.0, 10579.0, 10591.0, 10637.0, 10599.0, 10555.0, 10651.0, 10612.0, 10623.0, 10626.0, 10601.0, 10593.0, 10621.0, 10566.0, 10632.0, 10596.0, 10620.0, 10605.0, 10592.0, 10616.0, 10571.0, 10562.0, 10615.0, 10574.0, 10630.0, 10576.0, 10545.0, 10595.0, 10558.0, 10612.0, 10569.0, 10542.0, 10600.0, 10559.0, 10593.0, 10567.0, 10530.0, 10595.0, 10548.0, 10596.0, 10568.0, 10514.0, 10591.0, 10541.0, 10590.0, 10570.0, 10581.0, 10578.0, 10538.0, 10596.0, 10569.0, 10540.0, 10589.0, 10527.0, 10608.0, 10587.0, 10586.0, 10586.0, 10531.0, 10609.0, 10573.0, 10612.0, 10585.0, 10531.0, 10598.0, 10558.0, 10594.0, 10584.0, 10531.0, 10617.0, 10587.0, 10626.0, 10585.0, 10530.0, 10610.0, 10572.0, 10592.0, 10582.0, 10551.0, 10590.0, 10568.0, 10528.0, 10594.0, 10568.0, 10527.0, 10594.0, 10561.0, 10612.0, 10587.0, 10562.0, 10613.0, 10573.0, 10550.0, 10619.0, 10593.0, 10551.0, 10617.0, 10577.0, 10609.0, 10624.0, 10582.0, 10638.0, 10597.0, 10578.0, 10605.0, 10563.0, 10618.0, 10577.0, 10597.0, 10588.0, 10551.0, 10614.0, 10576.0, 10540.0, 10618.0, 10604.0, 10642.0, 10629.0, 10579.0, 10640.0, 10617.0, 10654.0, 10612.0, 10618.0, 10605.0, 10574.0, 10601.0, 10581.0, 10612.0, 10570.0, 10593.0, 10568.0, 10553.0, 10580.0, 10539.0, 10592.0, 10570.0, 10576.0, 10579.0, 10511.0, 10606.0, 10559.0, 10598.0, 10572.0, 10531.0, 10593.0, 10537.0, 10612.0, 10589.0, 10584.0, 10583.0, 10536.0, 10627.0, 10590.0, 10612.0, 10575.0, 10548.0, 10632.0, 10595.0, 10631.0, 10594.0, 10551.0, 10616.0, 10580.0, 10633.0, 10592.0, 10539.0, 10601.0, 10551.0, 10615.0, 10593.0, 10629.0, 10576.0, 10522.0, 10600.0, 10562.0, 10614.0, 10575.0, 10582.0, 10581.0, 10548.0, 10615.0, 10592.0, 10562.0, 10600.0, 10552.0, 10630.0, 10594.0, 10576.0, 10603.0, 10551.0, 10636.0, 10594.0, 10587.0, 10588.0, 10561.0, 10601.0, 10586.0, 10536.0, 10617.0, 10580.0, 10628.0, 10577.0, 10537.0, 10617.0, 10593.0, 10603.0, 10589.0, 10548.0, 10618.0, 10579.0, 10632.0, 10590.0, 10559.0, 10589.0, 10549.0, 10617.0, 10576.0, 10584.0, 10575.0, 10595.0, 10572.0, 10544.0, 10597.0, 10589.0, 10635.0, 10576.0, 10581.0, 10622.0, 10612.0, 10574.0, 10614.0, 10632.0, 10609.0, 10601.0, 10684.0, 10646.0, 10624.0, 10651.0, 10628.0, 10678.0, 10638.0, 10635.0, 10680.0, 10604.0, 10569.0, 10628.0, 10604.0, 10610.0, 10659.0, 10598.0, 10587.0, 10657.0, 10617.0, 10609.0, 10631.0, 10599.0, 10620.0, 10608.0, 10604.0, 10621.0, 10591.0, 10599.0, 10588.0, 10560.0, 10616.0, 10590.0, 10613.0, 10576.0, 10574.0, 10603.0, 10547.0, 10613.0, 10593.0, 10618.0, 10588.0, 10532.0, 10586.0, 10533.0, 10615.0, 10558.0, 10599.0, 10589.0, 10585.0, 10606.0, 10551.0, 10618.0, 10593.0, 10614.0, 10579.0, 10562.0, 10621.0, 10581.0, 10628.0, 10578.0, 10554.0, 10619.0, 10564.0, 10607.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.000793151364764268</td></tr>
<tr><td colspan=3>aqi</td><td>0.01654079387923904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.014902721225205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2690021433774838</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01364713340232</td></tr>
<tr><td colspan=3>efc</td><td>0.5146</td></tr>
<tr><td colspan=3>fber</td><td>4919.1211</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07997366884459921</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.24813895781637718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2669022747703766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.115532858652675</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.519155485393198</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.166018480265256</td></tr>
<tr><td colspan=3>gcor</td><td>0.00812222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020857615396380424</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04259207844734192</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</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.335117584870699</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>14.5136</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.933</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.2454</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1144.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.9483</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2304</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.0186</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4031.4328</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.5221</td></tr>
<tr><td colspan=3>tsnr</td><td>45.00092359399423</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>