<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-01/func/sub-0089_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>bf1a716a72b4c09cc069914380a80c50</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>18:52:17.335000</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.99895, 0.0454609, -0.00561308, -0.0416938, 0.95316, 0.299579]</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.109148</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>42</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7827, -7206, 602, -68, -238, 34, 99]</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>239.834</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66e31f90-2e61-4b85-b06d-e8b8e4d780ec||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.6801106929779053, -0.11186132580041885, -0.05121707171201706, 117.1335220336914], [-0.12196838110685349, 2.5572590827941895, 0.807381272315979, -111.5793228149414], [-0.015059475786983967, -0.8037474155426025, 2.57594895362854, -7.375750541687012], [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': ['185217.335000', '185217.795000', '185218.255000', '185218.715000', '185219.175000', '185219.635000', '185220.095000', '185220.555000', '185221.015000', '185221.475000', '185221.935000', '185222.395000', '185222.855000', '185223.315000', '185223.775000', '185224.235000', '185224.695000', '185225.155000', '185225.615000', '185226.075000', '185226.535000', '185226.995000', '185227.455000', '185227.915000', '185228.375000', '185228.835000', '185229.295000', '185229.755000', '185230.215000', '185230.675000', '185231.135000', '185231.595000', '185232.055000', '185232.515000', '185232.975000', '185233.435000', '185233.895000', '185234.355000', '185234.815000', '185235.275000', '185235.735000', '185236.195000', '185236.655000', '185237.115000', '185237.575000', '185238.035000', '185238.495000', '185238.955000', '185239.415000', '185239.875000', '185240.335000', '185240.795000', '185241.255000', '185241.715000', '185242.175000', '185242.635000', '185243.095000', '185243.555000', '185244.015000', '185244.475000', '185244.935000', '185245.395000', '185245.855000', '185246.315000', '185246.775000', '185247.235000', '185247.695000', '185248.155000', '185248.615000', '185249.075000', '185249.535000', '185249.995000', '185250.455000', '185250.915000', '185251.375000', '185251.835000', '185252.295000', '185252.755000', '185253.215000', '185253.675000', '185254.135000', '185254.595000', '185255.055000', '185255.515000', '185255.975000', '185256.435000', '185256.895000', '185257.355000', '185257.815000', '185258.275000', '185258.735000', '185259.195000', '185259.655000', '185300.115000', '185300.575000', '185301.035000', '185301.495000', '185301.955000', '185302.415000', '185302.875000', '185303.335000', '185303.795000', '185304.255000', '185304.715000', '185305.175000', '185305.635000', '185306.095000', '185306.555000', '185307.015000', '185307.475000', '185307.935000', '185308.395000', '185308.855000', '185309.315000', '185309.775000', '185310.235000', '185310.695000', '185311.155000', '185311.615000', '185312.075000', '185312.535000', '185312.995000', '185313.455000', '185313.915000', '185314.375000', '185314.835000', '185315.295000', '185315.755000', '185316.215000', '185316.675000', '185317.135000', '185317.595000', '185318.055000', '185318.515000', '185318.975000', '185319.435000', '185319.895000', '185320.355000', '185320.815000', '185321.275000', '185321.735000', '185322.195000', '185322.655000', '185323.115000', '185323.575000', '185324.035000', '185324.495000', '185324.955000', '185325.415000', '185325.875000', '185326.335000', '185326.795000', '185327.255000', '185327.715000', '185328.175000', '185328.635000', '185329.095000', '185329.555000', '185330.015000', '185330.475000', '185330.935000', '185331.395000', '185331.855000', '185332.315000', '185332.775000', '185333.235000', '185333.695000', '185334.155000', '185334.615000', '185335.075000', '185335.535000', '185335.995000', '185336.455000', '185336.915000', '185337.375000', '185337.835000', '185338.295000', '185338.755000', '185339.215000', '185339.675000', '185340.135000', '185340.595000', '185341.055000', '185341.515000', '185341.975000', '185342.435000', '185342.895000', '185343.355000', '185343.815000', '185344.275000', '185344.735000', '185345.195000', '185345.655000', '185346.115000', '185346.575000', '185347.035000', '185347.495000', '185347.955000', '185348.415000', '185348.875000', '185349.335000', '185349.795000', '185350.255000', '185350.715000', '185351.175000', '185351.635000', '185352.095000', '185352.555000', '185353.015000', '185353.475000', '185353.935000', '185354.395000', '185354.855000', '185355.315000', '185355.775000', '185356.235000', '185356.695000', '185357.155000', '185357.615000', '185358.075000', '185358.535000', '185358.995000', '185359.455000', '185359.915000', '185400.375000', '185400.835000', '185401.295000', '185401.755000', '185402.215000', '185402.675000', '185403.135000', '185403.595000', '185404.055000', '185404.515000', '185404.975000', '185405.435000', '185405.895000', '185406.355000', '185406.815000', '185407.275000', '185407.735000', '185408.195000', '185408.655000', '185409.115000', '185409.575000', '185410.035000', '185410.495000', '185410.955000', '185411.415000', '185411.875000', '185412.335000', '185412.795000', '185413.255000', '185413.715000', '185414.175000', '185414.635000', '185415.095000', '185415.555000', '185416.015000', '185416.475000', '185416.935000', '185417.395000', '185417.855000', '185418.315000', '185418.775000', '185419.235000', '185419.695000', '185420.155000', '185420.615000', '185421.075000', '185421.535000', '185421.995000', '185422.455000', '185422.915000', '185423.375000', '185423.835000', '185424.295000', '185424.755000', '185425.215000', '185425.675000', '185426.135000', '185426.595000', '185427.055000', '185427.515000', '185427.975000', '185428.435000', '185428.895000', '185429.355000', '185429.815000', '185430.275000', '185430.735000', '185431.195000', '185431.655000', '185432.115000', '185432.575000', '185433.035000', '185433.495000', '185433.955000', '185434.415000', '185434.875000', '185435.335000', '185435.795000', '185436.255000', '185436.715000', '185437.175000', '185437.635000', '185438.095000', '185438.555000', '185439.015000', '185439.475000', '185439.935000', '185440.395000', '185440.855000', '185441.315000', '185441.775000', '185442.235000', '185442.695000', '185443.155000', '185443.615000', '185444.075000', '185444.535000', '185444.995000', '185445.455000', '185445.915000', '185446.375000', '185446.835000', '185447.295000', '185447.755000', '185448.215000', '185448.675000', '185449.135000', '185449.595000', '185450.055000', '185450.515000', '185450.975000', '185451.435000', '185451.895000', '185452.355000', '185452.815000', '185453.275000', '185453.735000', '185454.195000', '185454.655000', '185455.115000', '185455.575000', '185456.035000', '185456.495000', '185456.955000', '185457.415000', '185457.875000', '185458.335000', '185458.795000', '185459.255000', '185459.715000', '185500.175000', '185500.635000', '185501.095000', '185501.555000', '185502.015000', '185502.475000', '185502.935000', '185503.395000', '185503.855000', '185504.315000', '185504.775000', '185505.235000', '185505.695000', '185506.155000', '185506.615000', '185507.075000', '185507.535000', '185507.995000', '185508.455000', '185508.915000', '185509.375000', '185509.835000', '185510.295000', '185510.755000', '185511.215000', '185511.675000', '185512.135000', '185512.595000', '185513.055000', '185513.515000', '185513.975000', '185514.435000', '185514.895000', '185515.355000', '185515.815000', '185516.275000', '185516.735000', '185517.195000', '185517.655000', '185518.115000', '185518.575000', '185519.035000', '185519.495000', '185519.955000', '185520.415000', '185520.875000', '185521.335000', '185521.795000', '185522.255000', '185522.715000', '185523.175000', '185523.635000', '185524.095000', '185524.555000', '185525.015000', '185525.475000', '185525.935000', '185526.395000', '185526.855000', '185527.315000', '185527.775000', '185528.235000', '185528.695000', '185529.155000', '185529.615000', '185530.075000', '185530.535000', '185530.995000', '185531.455000', '185531.915000', '185532.375000', '185532.835000', '185533.295000', '185533.755000', '185534.215000', '185534.675000', '185535.135000', '185535.595000', '185536.055000', '185536.515000', '185536.975000', '185537.435000', '185537.895000', '185538.355000', '185538.815000', '185539.275000', '185539.735000', '185540.195000', '185540.655000', '185541.115000', '185541.575000', '185542.035000', '185542.495000', '185542.955000', '185543.415000', '185543.875000', '185544.335000', '185544.795000', '185545.255000', '185545.715000', '185546.175000', '185546.635000', '185547.095000', '185547.555000', '185548.015000', '185548.475000', '185548.935000', '185549.395000', '185549.855000', '185550.315000', '185550.775000', '185551.235000', '185551.695000', '185552.155000', '185552.615000', '185553.075000', '185553.535000', '185553.995000', '185554.455000', '185554.915000', '185555.375000', '185555.835000', '185556.295000', '185556.755000', '185557.215000', '185557.675000', '185558.135000', '185558.595000', '185559.055000', '185559.515000', '185559.975000', '185600.435000', '185600.895000', '185601.355000', '185601.815000', '185602.275000', '185602.735000', '185603.195000', '185603.655000', '185604.115000', '185604.575000', '185605.035000', '185605.495000', '185605.955000', '185606.415000', '185606.875000', '185607.335000', '185607.795000', '185608.255000', '185608.715000', '185609.175000', '185609.635000', '185610.095000', '185610.555000', '185611.015000', '185611.475000', '185611.935000', '185612.395000', '185612.855000', '185613.315000', '185613.775000', '185614.235000', '185614.695000', '185615.155000', '185615.615000', '185616.075000', '185616.535000', '185616.995000', '185617.455000', '185617.915000', '185618.375000', '185618.835000', '185619.295000', '185619.755000', '185620.215000', '185620.675000', '185621.135000', '185621.595000', '185622.055000', '185622.515000', '185622.975000', '185623.435000', '185623.895000', '185624.355000', '185624.815000', '185625.275000', '185625.735000', '185626.195000', '185626.655000', '185627.115000', '185627.575000', '185628.035000', '185628.495000', '185628.955000', '185629.415000', '185629.875000', '185630.335000', '185630.795000', '185631.255000', '185631.715000', '185632.175000', '185632.635000', '185633.095000', '185633.555000', '185634.015000', '185634.475000', '185634.935000', '185635.395000', '185635.855000', '185636.315000', '185636.775000', '185637.235000', '185637.695000', '185638.155000', '185638.615000', '185639.075000', '185639.535000', '185639.995000', '185640.455000', '185640.915000', '185641.375000', '185641.835000', '185642.295000', '185642.755000', '185643.215000', '185643.675000', '185644.135000', '185644.595000', '185645.055000', '185645.515000', '185645.975000', '185646.435000', '185646.895000', '185647.355000', '185647.815000', '185648.275000', '185648.735000', '185649.195000', '185649.655000', '185650.115000', '185650.575000', '185651.035000', '185651.495000', '185651.955000', '185652.415000', '185652.875000', '185653.335000', '185653.795000', '185654.255000', '185654.715000', '185655.175000', '185655.635000', '185656.095000', '185656.555000', '185657.015000', '185657.475000', '185657.935000', '185658.395000', '185658.855000', '185659.315000', '185659.775000', '185700.235000', '185700.695000', '185701.155000', '185701.615000', '185702.075000', '185702.535000', '185702.995000', '185703.455000', '185703.915000', '185704.375000', '185704.835000', '185705.295000', '185705.755000', '185706.215000', '185706.675000', '185707.135000', '185707.595000', '185708.055000', '185708.515000', '185708.975000', '185709.435000', '185709.895000', '185710.355000', '185710.815000', '185711.275000', '185711.735000', '185712.195000', '185712.655000', '185713.115000', '185713.575000', '185714.035000', '185714.495000', '185714.955000', '185715.415000', '185715.875000', '185716.335000', '185716.795000', '185717.255000', '185717.715000', '185718.175000', '185718.635000', '185719.095000', '185719.555000', '185720.015000', '185720.475000', '185720.935000', '185721.395000', '185721.855000', '185722.315000', '185722.775000', '185723.235000', '185723.695000', '185724.155000', '185724.615000', '185725.075000', '185725.535000', '185725.995000', '185726.455000', '185726.915000', '185727.375000', '185727.835000', '185728.295000', '185728.755000', '185729.215000', '185729.675000', '185730.135000', '185730.595000', '185731.055000', '185731.515000', '185731.975000', '185732.435000', '185732.895000', '185733.355000', '185733.815000', '185734.275000', '185734.735000', '185735.195000', '185735.655000', '185736.115000', '185736.575000', '185737.035000', '185737.495000', '185737.955000', '185738.415000', '185738.875000', '185739.335000', '185739.795000', '185740.255000', '185740.715000', '185741.175000', '185741.635000', '185742.095000', '185742.555000', '185743.015000', '185743.475000', '185743.935000', '185744.395000', '185744.855000', '185745.315000', '185745.775000', '185746.235000', '185746.695000', '185747.155000', '185747.615000', '185748.075000', '185748.535000', '185748.995000', '185749.455000', '185749.915000', '185750.375000', '185750.835000', '185751.295000', '185751.755000', '185752.215000', '185752.675000', '185753.135000', '185753.595000', '185754.055000', '185754.515000', '185754.975000', '185755.435000', '185755.895000', '185756.355000', '185756.815000', '185757.275000', '185757.735000', '185758.195000', '185758.655000', '185759.115000', '185759.575000', '185800.035000', '185800.495000', '185800.955000', '185801.415000', '185801.875000', '185802.335000', '185802.795000', '185803.255000', '185803.715000', '185804.175000', '185804.635000', '185805.095000', '185805.555000', '185806.015000', '185806.475000', '185806.935000', '185807.395000', '185807.855000', '185808.315000', '185808.775000', '185809.235000', '185809.695000', '185810.155000', '185810.615000', '185811.075000', '185811.535000', '185811.995000', '185812.455000', '185812.915000', '185813.375000', '185813.835000', '185814.295000', '185814.755000', '185815.215000', '185815.675000', '185816.135000', '185816.595000', '185817.055000', '185817.515000', '185817.975000', '185818.435000', '185818.895000', '185819.355000', '185819.815000', '185820.275000', '185820.735000', '185821.195000', '185821.655000', '185822.115000', '185822.575000', '185823.035000', '185823.495000', '185823.955000', '185824.415000', '185824.875000', '185825.335000', '185825.795000', '185826.255000', '185826.715000', '185827.175000', '185827.635000', '185828.095000', '185828.555000', '185829.015000', '185829.475000', '185829.935000', '185830.395000', '185830.855000', '185831.315000', '185831.775000', '185832.235000', '185832.695000', '185833.155000', '185833.615000', '185834.075000', '185834.535000', '185834.995000', '185835.455000', '185835.915000', '185836.375000', '185836.835000', '185837.295000', '185837.755000', '185838.215000', '185838.675000', '185839.135000', '185839.595000', '185840.055000', '185840.515000', '185840.975000', '185841.435000', '185841.895000', '185842.355000', '185842.815000', '185843.275000', '185843.735000', '185844.195000', '185844.655000', '185845.115000', '185845.575000', '185846.035000', '185846.495000', '185846.955000', '185847.415000', '185847.875000', '185848.335000', '185848.795000', '185849.255000', '185849.715000', '185850.175000', '185850.635000', '185851.095000', '185851.555000', '185852.015000', '185852.475000', '185852.935000', '185853.395000', '185853.855000', '185854.315000', '185854.775000', '185855.235000', '185855.695000', '185856.155000', '185856.615000', '185857.075000', '185857.535000', '185857.995000', '185858.455000', '185858.915000', '185859.375000', '185859.835000', '185900.295000', '185900.755000', '185901.215000', '185901.675000', '185902.135000', '185902.595000', '185903.055000', '185903.515000', '185903.975000', '185904.435000', '185904.895000', '185905.355000', '185905.815000', '185906.275000', '185906.735000', '185907.195000', '185907.655000', '185908.115000', '185908.575000', '185909.035000', '185909.495000', '185909.955000', '185910.415000', '185910.875000', '185911.335000', '185911.795000', '185912.255000', '185912.715000', '185913.175000', '185913.635000', '185914.095000', '185914.555000', '185915.015000', '185915.475000', '185915.935000', '185916.395000', '185916.855000', '185917.315000', '185917.775000', '185918.235000', '185918.695000', '185919.155000', '185919.615000', '185920.075000', '185920.535000', '185920.995000', '185921.455000', '185921.915000', '185922.375000', '185922.835000', '185923.295000', '185923.755000', '185924.215000', '185924.675000', '185925.135000', '185925.595000', '185926.055000', '185926.515000', '185926.975000', '185927.435000', '185927.895000', '185928.355000', '185928.815000', '185929.275000', '185929.735000', '185930.195000', '185930.655000', '185931.115000', '185931.575000', '185932.035000', '185932.495000', '185932.955000', '185933.415000', '185933.875000', '185934.335000', '185934.795000', '185935.255000', '185935.715000', '185936.175000', '185936.635000', '185937.095000', '185937.555000', '185938.015000', '185938.475000', '185938.935000', '185939.395000', '185939.855000', '185940.315000', '185940.775000', '185941.235000', '185941.695000', '185942.155000', '185942.615000', '185943.075000', '185943.535000', '185943.995000', '185944.455000', '185944.915000', '185945.375000', '185945.835000', '185946.295000', '185946.755000', '185947.215000', '185947.675000', '185948.135000', '185948.595000', '185949.055000', '185949.515000', '185949.975000', '185950.435000', '185950.895000', '185951.355000', '185951.815000', '185952.275000', '185952.735000', '185953.195000', '185953.655000', '185954.115000', '185954.575000', '185955.035000', '185955.495000', '185955.955000', '185956.415000', '185956.875000', '185957.335000', '185957.795000', '185958.255000', '185958.715000', '185959.175000', '185959.635000', '190000.095000', '190000.555000', '190001.015000', '190001.475000', '190001.935000', '190002.395000', '190002.855000', '190003.315000', '190003.775000', '190004.235000', '190004.695000', '190005.155000', '190005.615000', '190006.075000', '190006.535000', '190006.995000', '190007.455000', '190007.915000', '190008.375000', '190008.835000', '190009.295000', '190009.755000', '190010.215000', '190010.675000', '190011.135000', '190011.595000', '190012.055000', '190012.515000', '190012.975000', '190013.435000', '190013.895000', '190014.355000', '190014.815000', '190015.275000', '190015.735000', '190016.195000', '190016.655000', '190017.115000', '190017.575000', '190018.035000', '190018.495000', '190018.955000', '190019.415000', '190019.875000', '190020.335000', '190020.795000', '190021.255000', '190021.715000', '190022.175000', '190022.635000', '190023.095000', '190023.555000', '190024.015000', '190024.475000', '190024.935000', '190025.395000', '190025.855000', '190026.315000', '190026.775000', '190027.235000', '190027.695000', '190028.155000', '190028.615000', '190029.075000', '190029.535000', '190029.995000', '190030.455000', '190030.915000', '190031.375000', '190031.835000', '190032.295000', '190032.755000', '190033.215000', '190033.675000', '190034.135000', '190034.595000', '190035.055000', '190035.515000', '190035.975000', '190036.435000', '190036.895000', '190037.355000', '190037.815000', '190038.275000', '190038.735000', '190039.195000', '190039.655000', '190040.115000', '190040.575000', '190041.035000', '190041.495000', '190041.955000', '190042.415000', '190042.875000', '190043.335000', '190043.795000', '190044.255000', '190044.715000', '190045.175000', '190045.635000', '190046.095000', '190046.555000', '190047.015000', '190047.475000', '190047.935000', '190048.395000', '190048.855000', '190049.315000', '190049.775000', '190050.235000', '190050.695000', '190051.155000', '190051.615000', '190052.075000', '190052.535000', '190052.995000', '190053.455000', '190053.915000', '190054.375000', '190054.835000', '190055.295000', '190055.755000', '190056.215000', '190056.675000', '190057.135000', '190057.595000', '190058.055000', '190058.515000', '190058.975000', '190059.435000', '190059.895000', '190100.355000', '190100.815000', '190101.275000', '190101.735000', '190102.195000', '190102.655000', '190103.115000', '190103.575000', '190104.035000', '190104.495000', '190104.955000', '190105.415000', '190105.875000', '190106.335000', '190106.795000', '190107.255000', '190107.715000', '190108.175000', '190108.635000', '190109.095000', '190109.555000', '190110.015000', '190110.475000', '190110.935000', '190111.395000', '190111.855000', '190112.315000', '190112.775000', '190113.235000', '190113.695000', '190114.155000', '190114.615000', '190115.075000', '190115.535000', '190115.995000', '190116.455000', '190116.915000', '190117.375000', '190117.835000', '190118.295000', '190118.755000', '190119.215000', '190119.675000', '190120.135000', '190120.595000', '190121.055000', '190121.515000', '190121.975000', '190122.435000', '190122.895000', '190123.355000', '190123.815000', '190124.275000', '190124.735000', '190125.195000', '190125.655000', '190126.115000', '190126.575000', '190127.035000', '190127.495000', '190127.955000', '190128.415000', '190128.875000', '190129.335000', '190129.795000', '190130.255000', '190130.715000', '190131.175000', '190131.635000', '190132.095000', '190132.555000', '190133.015000'], 'ContentTime': ['185227.641000', '185227.644000', '185227.648000', '185227.651000', '185227.653000', '185227.656000', '185227.659000', '185227.662000', '185227.664000', '185227.667000', '185227.670000', '185227.673000', '185227.683000', '185227.688000', '185227.691000', '185227.694000', '185227.701000', '185227.704000', '185227.706000', '185227.709000', '185247.610000', '185247.613000', '185247.616000', '185247.618000', '185247.621000', '185247.624000', '185247.626000', '185247.629000', '185247.632000', '185247.634000', '185247.637000', '185247.639000', '185247.645000', '185247.647000', '185247.650000', '185247.652000', '185247.655000', '185247.658000', '185247.660000', '185247.663000', '185247.666000', '185247.668000', '185247.671000', '185247.673000', '185247.676000', '185247.679000', '185247.681000', '185247.692000', '185247.695000', '185247.697000', '185247.700000', '185247.702000', '185247.705000', '185247.708000', '185247.710000', '185247.713000', '185247.716000', '185247.718000', '185247.721000', '185247.723000', '185247.727000', '185247.730000', '185247.733000', '185307.610000', '185307.614000', '185307.616000', '185307.619000', '185307.621000', '185307.624000', '185307.627000', '185307.630000', '185307.632000', '185307.635000', '185307.637000', '185307.640000', '185307.643000', '185307.645000', '185307.648000', '185307.650000', '185307.653000', '185307.656000', '185307.658000', '185307.661000', '185307.664000', '185307.666000', '185307.669000', '185307.672000', '185307.674000', '185307.677000', '185307.680000', '185307.682000', '185307.685000', '185307.687000', '185307.690000', '185307.693000', '185307.695000', '185307.698000', '185307.701000', '185307.703000', '185307.706000', '185307.709000', '185307.711000', '185307.714000', '185307.717000', '185307.719000', '185307.722000', '185307.725000', '185327.610000', '185327.613000', '185327.616000', '185327.619000', '185327.621000', '185327.624000', '185327.627000', '185327.629000', '185327.632000', '185327.635000', '185327.637000', '185327.640000', '185327.643000', '185327.645000', '185327.648000', '185327.651000', '185327.653000', '185327.656000', '185327.659000', '185327.661000', '185327.664000', '185327.667000', '185327.669000', '185327.672000', '185327.675000', '185327.677000', '185327.680000', '185327.683000', '185327.685000', '185327.688000', '185327.691000', '185327.698000', '185327.701000', '185327.717000', '185327.720000', '185327.723000', '185327.725000', '185327.728000', '185327.731000', '185327.733000', '185327.736000', '185327.739000', '185327.741000', '185347.610000', '185347.612000', '185347.615000', '185347.618000', '185347.621000', '185347.624000', '185347.626000', '185347.629000', '185347.632000', '185347.634000', '185347.637000', '185347.639000', '185347.642000', '185347.645000', '185347.648000', '185347.650000', '185347.653000', '185347.656000', '185347.658000', '185347.661000', '185347.664000', '185347.667000', '185347.669000', '185347.672000', '185347.675000', '185347.677000', '185347.680000', '185347.683000', '185347.685000', '185347.688000', '185347.691000', '185347.693000', '185347.696000', '185347.699000', '185347.701000', '185347.704000', '185347.707000', '185347.709000', '185347.712000', '185347.714000', '185347.717000', '185347.720000', '185347.722000', '185347.725000', '185407.609000', '185407.612000', '185407.615000', '185407.618000', '185407.620000', '185407.623000', '185407.625000', '185407.628000', '185407.631000', '185407.633000', '185407.636000', '185407.639000', '185407.641000', '185407.644000', '185407.647000', '185407.649000', '185407.652000', '185407.655000', '185407.657000', '185407.660000', '185407.663000', '185407.665000', '185407.668000', '185407.671000', '185407.673000', '185407.676000', '185407.679000', '185407.681000', '185407.684000', '185407.686000', '185407.689000', '185407.692000', '185407.694000', '185407.697000', '185407.700000', '185407.702000', '185407.705000', '185407.708000', '185407.710000', '185407.713000', '185407.715000', '185407.718000', '185407.721000', '185427.609000', '185427.612000', '185427.615000', '185427.618000', '185427.620000', '185427.623000', '185427.626000', '185427.628000', '185427.631000', '185427.634000', '185427.636000', '185427.639000', '185427.642000', '185427.644000', '185427.647000', '185427.650000', '185427.652000', '185427.655000', '185427.657000', '185427.660000', '185427.663000', '185427.665000', '185427.668000', '185427.671000', '185427.673000', '185427.676000', '185427.679000', '185427.681000', '185427.684000', '185427.687000', '185427.689000', '185427.692000', '185427.695000', '185427.697000', '185427.700000', '185427.703000', '185427.705000', '185427.708000', '185427.710000', '185427.713000', '185427.716000', '185427.718000', '185427.721000', '185427.724000', '185447.611000', '185447.614000', '185447.616000', '185447.619000', '185447.621000', '185447.624000', '185447.627000', '185447.629000', '185447.632000', '185447.635000', '185447.638000', '185447.640000', '185447.643000', '185447.646000', '185447.648000', '185447.651000', '185447.654000', '185447.656000', '185447.659000', '185447.662000', '185447.664000', '185447.667000', '185447.670000', '185447.672000', '185447.675000', '185447.678000', '185447.681000', '185447.683000', '185447.686000', '185447.689000', '185447.691000', '185447.694000', '185447.696000', '185447.699000', '185447.702000', '185447.705000', '185447.707000', '185447.710000', '185447.713000', '185447.715000', '185447.718000', '185447.721000', '185447.723000', '185507.610000', '185507.613000', '185507.616000', '185507.619000', '185507.628000', '185507.630000', '185507.634000', '185507.637000', '185507.639000', '185507.642000', '185507.645000', '185507.647000', '185507.650000', '185507.653000', '185507.655000', '185507.658000', '185507.661000', '185507.663000', '185507.666000', '185507.668000', '185507.671000', '185507.674000', '185507.676000', '185507.679000', '185507.682000', '185507.684000', '185507.687000', '185507.690000', '185507.692000', '185507.710000', '185507.713000', '185507.715000', '185507.718000', '185507.721000', '185507.723000', '185507.726000', '185507.729000', '185507.731000', '185507.734000', '185507.736000', '185507.739000', '185507.742000', '185507.744000', '185507.747000', '185527.610000', '185527.613000', '185527.616000', '185527.619000', '185527.622000', '185527.624000', '185527.627000', '185527.629000', '185527.632000', '185527.635000', '185527.637000', '185527.640000', '185527.643000', '185527.645000', '185527.648000', '185527.651000', '185527.653000', '185527.656000', '185527.659000', '185527.661000', '185527.664000', '185527.667000', '185527.669000', '185527.672000', '185527.674000', '185527.677000', '185527.680000', '185527.682000', '185527.685000', '185527.688000', '185527.690000', '185527.693000', '185527.696000', '185527.698000', '185527.701000', '185527.703000', '185527.706000', '185527.709000', '185527.711000', '185527.714000', '185527.717000', '185527.719000', '185527.722000', '185547.610000', '185547.612000', '185547.615000', '185547.618000', '185547.621000', '185547.624000', '185547.626000', '185547.629000', '185547.642000', '185547.645000', '185547.648000', '185547.650000', '185547.653000', '185547.656000', '185547.659000', '185547.661000', '185547.664000', '185547.667000', '185547.670000', '185547.672000', '185547.675000', '185547.678000', '185547.680000', '185547.683000', '185547.686000', '185547.689000', '185547.691000', '185547.694000', '185547.697000', '185547.699000', '185547.702000', '185547.705000', '185547.707000', '185547.710000', '185547.712000', '185547.715000', '185547.718000', '185547.720000', '185547.723000', '185547.726000', '185547.728000', '185547.731000', '185547.734000', '185607.610000', '185607.612000', '185607.615000', '185607.618000', '185607.620000', '185607.623000', '185607.626000', '185607.628000', '185607.631000', '185607.634000', '185607.636000', '185607.639000', '185607.642000', '185607.644000', '185607.647000', '185607.649000', '185607.652000', '185607.655000', '185607.657000', '185607.660000', '185607.663000', '185607.665000', '185607.668000', '185607.671000', '185607.673000', '185607.676000', '185607.679000', '185607.681000', '185607.684000', '185607.687000', '185607.689000', '185607.692000', '185607.695000', '185607.697000', '185607.700000', '185607.702000', '185607.705000', '185607.708000', '185607.710000', '185607.713000', '185607.716000', '185607.718000', '185607.721000', '185607.724000', '185627.610000', '185627.613000', '185627.616000', '185627.618000', '185627.622000', '185627.625000', '185627.628000', '185627.630000', '185627.633000', '185627.636000', '185627.639000', '185627.641000', '185627.644000', '185627.647000', '185627.650000', '185627.652000', '185627.655000', '185627.658000', '185627.660000', '185627.663000', '185627.666000', '185627.668000', '185627.671000', '185627.674000', '185627.677000', '185627.680000', '185627.683000', '185627.685000', '185627.688000', '185627.691000', '185627.693000', '185627.696000', '185627.699000', '185627.701000', '185627.704000', '185627.707000', '185627.709000', '185627.712000', '185627.715000', '185627.717000', '185627.720000', '185627.723000', '185627.726000', '185647.610000', '185647.612000', '185647.615000', '185647.618000', '185647.621000', '185647.624000', '185647.626000', '185647.629000', '185647.632000', '185647.634000', '185647.637000', '185647.640000', '185647.643000', '185647.645000', '185647.648000', '185647.651000', '185647.653000', '185647.656000', '185647.659000', '185647.661000', '185647.664000', '185647.667000', '185647.669000', '185647.672000', '185647.675000', '185647.677000', '185647.701000', '185647.703000', '185647.706000', '185647.709000', '185647.711000', '185647.714000', '185647.717000', '185647.719000', '185647.722000', '185647.725000', '185647.727000', '185647.730000', '185647.733000', '185647.735000', '185647.738000', '185647.741000', '185647.743000', '185647.746000', '185707.610000', '185707.613000', '185707.616000', '185707.619000', '185707.621000', '185707.624000', '185707.627000', '185707.630000', '185707.633000', '185707.636000', '185707.639000', '185707.642000', '185707.645000', '185707.647000', '185707.650000', '185707.653000', '185707.655000', '185707.658000', '185707.661000', '185707.664000', '185707.666000', '185707.669000', '185707.672000', '185707.675000', '185707.677000', '185707.680000', '185707.683000', '185707.685000', '185707.688000', '185707.691000', '185707.693000', '185707.696000', '185707.699000', '185707.702000', '185707.704000', '185707.707000', '185707.710000', '185707.712000', '185707.715000', '185707.718000', '185707.720000', '185707.723000', '185707.725000', '185727.611000', '185727.613000', '185727.617000', '185727.620000', '185727.622000', '185727.625000', '185727.628000', '185727.630000', '185727.633000', '185727.636000', '185727.639000', '185727.641000', '185727.644000', '185727.647000', '185727.650000', '185727.652000', '185727.655000', '185727.658000', '185727.660000', '185727.663000', '185727.666000', '185727.668000', '185727.671000', '185727.674000', '185727.677000', '185727.679000', '185727.682000', '185727.685000', '185727.687000', '185727.690000', '185727.693000', '185727.695000', '185727.698000', '185727.701000', '185727.703000', '185727.706000', '185727.709000', '185727.711000', '185727.714000', '185727.717000', '185727.719000', '185727.722000', '185727.725000', '185727.727000', '185747.611000', '185747.613000', '185747.616000', '185747.619000', '185747.622000', '185747.624000', '185747.629000', '185747.632000', '185747.634000', '185747.637000', '185747.640000', '185747.642000', '185747.645000', '185747.648000', '185747.650000', '185747.653000', '185747.656000', '185747.658000', '185747.661000', '185747.664000', '185747.666000', '185747.669000', '185747.672000', '185747.674000', '185747.677000', '185747.680000', '185747.682000', '185747.685000', '185747.688000', '185747.690000', '185747.693000', '185747.696000', '185747.699000', '185747.702000', '185747.706000', '185747.708000', '185747.712000', '185747.715000', '185747.718000', '185747.721000', '185747.723000', '185747.726000', '185747.729000', '185807.609000', '185807.613000', '185807.616000', '185807.618000', '185807.621000', '185807.624000', '185807.626000', '185807.629000', '185807.632000', '185807.635000', '185807.637000', '185807.640000', '185807.642000', '185807.645000', '185807.648000', '185807.650000', '185807.653000', '185807.656000', '185807.659000', '185807.661000', '185807.664000', '185807.667000', '185807.669000', '185807.672000', '185807.675000', '185807.678000', '185807.680000', '185807.683000', '185807.686000', '185807.688000', '185807.691000', '185807.694000', '185807.696000', '185807.699000', '185807.702000', '185807.704000', '185807.722000', '185807.725000', '185807.728000', '185807.730000', '185807.733000', '185807.736000', '185807.738000', '185807.741000', '185827.610000', '185827.613000', '185827.615000', '185827.618000', '185827.621000', '185827.623000', '185827.626000', '185827.629000', '185827.632000', '185827.634000', '185827.637000', '185827.640000', '185827.642000', '185827.645000', '185827.648000', '185827.651000', '185827.653000', '185827.656000', '185827.659000', '185827.661000', '185827.664000', '185827.667000', '185827.669000', '185827.672000', '185827.675000', '185827.678000', '185827.680000', '185827.683000', '185827.686000', '185827.690000', '185827.693000', '185827.695000', '185827.698000', '185827.700000', '185827.703000', '185827.706000', '185827.708000', '185827.711000', '185827.714000', '185827.716000', '185827.719000', '185827.722000', '185827.724000', '185847.610000', '185847.613000', '185847.615000', '185847.618000', '185847.621000', '185847.624000', '185847.627000', '185847.629000', '185847.632000', '185847.635000', '185847.637000', '185847.640000', '185847.643000', '185847.646000', '185847.648000', '185847.651000', '185847.654000', '185847.656000', '185847.659000', '185847.662000', '185847.665000', '185847.667000', '185847.670000', '185847.673000', '185847.676000', '185847.678000', '185847.681000', '185847.684000', '185847.686000', '185847.689000', '185847.692000', '185847.694000', '185847.697000', '185847.700000', '185847.702000', '185847.705000', '185847.708000', '185847.710000', '185847.713000', '185847.715000', '185847.718000', '185847.721000', '185847.723000', '185847.726000', '185907.609000', '185907.612000', '185907.615000', '185907.618000', '185907.621000', '185907.623000', '185907.626000', '185907.629000', '185907.631000', '185907.634000', '185907.637000', '185907.639000', '185907.642000', '185907.644000', '185907.647000', '185907.650000', '185907.652000', '185907.655000', '185907.658000', '185907.661000', '185907.663000', '185907.666000', '185907.669000', '185907.671000', '185907.674000', '185907.676000', '185907.679000', '185907.682000', '185907.685000', '185907.688000', '185907.690000', '185907.693000', '185907.695000', '185907.698000', '185907.701000', '185907.704000', '185907.706000', '185907.709000', '185907.711000', '185907.714000', '185907.717000', '185907.720000', '185907.722000', '185927.611000', '185927.613000', '185927.616000', '185927.619000', '185927.622000', '185927.624000', '185927.627000', '185927.630000', '185927.633000', '185927.636000', '185927.638000', '185927.641000', '185927.644000', '185927.646000', '185927.649000', '185927.652000', '185927.654000', '185927.657000', '185927.660000', '185927.662000', '185927.665000', '185927.668000', '185927.670000', '185927.673000', '185927.676000', '185927.678000', '185927.681000', '185927.684000', '185927.686000', '185927.689000', '185927.692000', '185927.694000', '185927.697000', '185927.710000', '185927.712000', '185927.715000', '185927.718000', '185927.720000', '185927.723000', '185927.726000', '185927.728000', '185927.731000', '185927.734000', '185927.736000', '185947.611000', '185947.614000', '185947.616000', '185947.619000', '185947.622000', '185947.624000', '185947.627000', '185947.630000', '185947.632000', '185947.635000', '185947.638000', '185947.640000', '185947.643000', '185947.646000', '185947.648000', '185947.651000', '185947.653000', '185947.657000', '185947.659000', '185947.662000', '185947.664000', '185947.667000', '185947.670000', '185947.673000', '185947.675000', '185947.678000', '185947.681000', '185947.683000', '185947.686000', '185947.689000', '185947.691000', '185947.694000', '185947.697000', '185947.700000', '185947.702000', '185947.705000', '185947.708000', '185947.710000', '185947.713000', '185947.716000', '185947.719000', '185947.721000', '185947.724000', '190007.611000', '190007.614000', '190007.616000', '190007.619000', '190007.622000', '190007.624000', '190007.627000', '190007.630000', '190007.632000', '190007.635000', '190007.638000', '190007.640000', '190007.643000', '190007.646000', '190007.648000', '190007.651000', '190007.654000', '190007.656000', '190007.659000', '190007.662000', '190007.664000', '190007.667000', '190007.670000', '190007.672000', '190007.675000', '190007.678000', '190007.681000', '190007.683000', '190007.686000', '190007.688000', '190007.691000', '190007.694000', '190007.697000', '190007.699000', '190007.702000', '190007.705000', '190007.707000', '190007.710000', '190007.713000', '190007.715000', '190007.718000', '190007.721000', '190007.723000', '190007.726000', '190027.609000', '190027.612000', '190027.615000', '190027.618000', '190027.620000', '190027.623000', '190027.626000', '190027.628000', '190027.631000', '190027.634000', '190027.636000', '190027.639000', '190027.642000', '190027.644000', '190027.647000', '190027.650000', '190027.652000', '190027.655000', '190027.658000', '190027.660000', '190027.663000', '190027.666000', '190027.669000', '190027.671000', '190027.674000', '190027.677000', '190027.679000', '190027.682000', '190027.685000', '190027.687000', '190027.690000', '190027.693000', '190027.696000', '190027.698000', '190027.701000', '190027.703000', '190027.706000', '190027.709000', '190027.711000', '190027.714000', '190027.717000', '190027.720000', '190027.722000', '190047.610000', '190047.613000', '190047.616000', '190047.618000', '190047.621000', '190047.624000', '190047.626000', '190047.629000', '190047.632000', '190047.634000', '190047.637000', '190047.640000', '190047.642000', '190047.645000', '190047.648000', '190047.650000', '190047.653000', '190047.656000', '190047.658000', '190047.661000', '190047.664000', '190047.666000', '190047.669000', '190047.672000', '190047.674000', '190047.677000', '190047.680000', '190047.682000', '190047.685000', '190047.695000', '190047.698000', '190047.701000', '190047.703000', '190047.706000', '190047.709000', '190047.711000', '190047.714000', '190047.717000', '190047.719000', '190047.722000', '190047.725000', '190047.727000', '190047.730000', '190047.733000', '190107.609000', '190107.612000', '190107.615000', '190107.618000', '190107.620000', '190107.623000', '190107.626000', '190107.629000', '190107.631000', '190107.634000', '190107.637000', '190107.639000', '190107.642000', '190107.645000', '190107.647000', '190107.650000', '190107.653000', '190107.656000', '190107.658000', '190107.661000', '190107.664000', '190107.666000', '190107.669000', '190107.672000', '190107.674000', '190107.677000', '190107.680000', '190107.682000', '190107.685000', '190107.688000', '190107.690000', '190107.693000', '190107.696000', '190107.698000', '190107.701000', '190107.704000', '190107.706000', '190107.709000', '190107.711000', '190107.714000', '190107.717000', '190107.719000', '190107.722000', '190127.609000', '190127.612000', '190127.615000', '190127.618000', '190127.621000', '190127.623000', '190127.626000', '190127.628000', '190127.631000', '190127.634000', '190127.637000', '190127.639000', '190127.642000', '190127.645000', '190127.647000', '190127.650000', '190127.653000', '190127.655000', '190127.658000', '190127.661000', '190127.663000', '190127.666000', '190127.669000', '190127.671000', '190127.674000', '190127.677000', '190127.679000', '190127.682000', '190127.685000', '190127.687000', '190127.690000', '190127.692000', '190127.695000', '190127.698000', '190127.700000', '190127.703000', '190127.706000', '190127.708000', '190127.711000', '190127.714000', '190127.716000', '190127.719000', '190127.722000', '190127.724000', '190134.423000', '190134.426000', '190134.429000', '190134.431000', '190134.434000', '190134.437000', '190134.440000', '190134.442000', '190134.445000', '190134.447000', '190134.450000', '190134.453000', '190134.456000', '190134.458000', '190134.461000'], 'InstanceCreationTime': ['185227.641000', '185227.644000', '185227.648000', '185227.651000', '185227.653000', '185227.656000', '185227.659000', '185227.662000', '185227.664000', '185227.667000', '185227.670000', '185227.673000', '185227.683000', '185227.688000', '185227.691000', '185227.694000', '185227.701000', '185227.704000', '185227.706000', '185227.709000', '185247.610000', '185247.613000', '185247.616000', '185247.618000', '185247.621000', '185247.624000', '185247.626000', '185247.629000', '185247.632000', '185247.634000', '185247.637000', '185247.639000', '185247.645000', '185247.647000', '185247.650000', '185247.652000', '185247.655000', '185247.658000', '185247.660000', '185247.663000', '185247.666000', '185247.668000', '185247.671000', '185247.673000', '185247.676000', '185247.679000', '185247.681000', '185247.692000', '185247.695000', '185247.697000', '185247.700000', '185247.702000', '185247.705000', '185247.708000', '185247.710000', '185247.713000', '185247.716000', '185247.718000', '185247.721000', '185247.723000', '185247.727000', '185247.730000', '185247.733000', '185307.610000', '185307.614000', '185307.616000', '185307.619000', '185307.621000', '185307.624000', '185307.627000', '185307.630000', '185307.632000', '185307.635000', '185307.637000', '185307.640000', '185307.643000', '185307.645000', '185307.648000', '185307.650000', '185307.653000', '185307.656000', '185307.658000', '185307.661000', '185307.664000', '185307.666000', '185307.669000', '185307.672000', '185307.674000', '185307.677000', '185307.680000', '185307.682000', '185307.685000', '185307.687000', '185307.690000', '185307.693000', '185307.695000', '185307.698000', '185307.701000', '185307.703000', '185307.706000', '185307.709000', '185307.711000', '185307.714000', '185307.717000', '185307.719000', '185307.722000', '185307.725000', '185327.610000', '185327.613000', '185327.616000', '185327.619000', '185327.621000', '185327.624000', '185327.627000', '185327.629000', '185327.632000', '185327.635000', '185327.637000', '185327.640000', '185327.643000', '185327.645000', '185327.648000', '185327.651000', '185327.653000', '185327.656000', '185327.659000', '185327.661000', '185327.664000', '185327.667000', '185327.669000', '185327.672000', '185327.675000', '185327.677000', '185327.680000', '185327.683000', '185327.685000', '185327.688000', '185327.691000', '185327.698000', '185327.701000', '185327.717000', '185327.720000', '185327.723000', '185327.725000', '185327.728000', '185327.731000', '185327.733000', '185327.736000', '185327.739000', '185327.741000', '185347.610000', '185347.612000', '185347.615000', '185347.618000', '185347.621000', '185347.624000', '185347.626000', '185347.629000', '185347.632000', '185347.634000', '185347.637000', '185347.639000', '185347.642000', '185347.645000', '185347.648000', '185347.650000', '185347.653000', '185347.656000', '185347.658000', '185347.661000', '185347.664000', '185347.667000', '185347.669000', '185347.672000', '185347.675000', '185347.677000', '185347.680000', '185347.683000', '185347.685000', '185347.688000', '185347.691000', '185347.693000', '185347.696000', '185347.699000', '185347.701000', '185347.704000', '185347.707000', '185347.709000', '185347.712000', '185347.714000', '185347.717000', '185347.720000', '185347.722000', '185347.725000', '185407.609000', '185407.612000', '185407.615000', '185407.618000', '185407.620000', '185407.623000', '185407.625000', '185407.628000', '185407.631000', '185407.633000', '185407.636000', '185407.639000', '185407.641000', '185407.644000', '185407.647000', '185407.649000', '185407.652000', '185407.655000', '185407.657000', '185407.660000', '185407.663000', '185407.665000', '185407.668000', '185407.671000', '185407.673000', '185407.676000', '185407.679000', '185407.681000', '185407.684000', '185407.686000', '185407.689000', '185407.692000', '185407.694000', '185407.697000', '185407.700000', '185407.702000', '185407.705000', '185407.708000', '185407.710000', '185407.713000', '185407.715000', '185407.718000', '185407.721000', '185427.609000', '185427.612000', '185427.615000', '185427.618000', '185427.620000', '185427.623000', '185427.626000', '185427.628000', '185427.631000', '185427.634000', '185427.636000', '185427.639000', '185427.642000', '185427.644000', '185427.647000', '185427.650000', '185427.652000', '185427.655000', '185427.657000', '185427.660000', '185427.663000', '185427.665000', '185427.668000', '185427.671000', '185427.673000', '185427.676000', '185427.679000', '185427.681000', '185427.684000', '185427.687000', '185427.689000', '185427.692000', '185427.695000', '185427.697000', '185427.700000', '185427.703000', '185427.705000', '185427.708000', '185427.710000', '185427.713000', '185427.716000', '185427.718000', '185427.721000', '185427.724000', '185447.611000', '185447.614000', '185447.616000', '185447.619000', '185447.621000', '185447.624000', '185447.627000', '185447.629000', '185447.632000', '185447.635000', '185447.638000', '185447.640000', '185447.643000', '185447.646000', '185447.648000', '185447.651000', '185447.654000', '185447.656000', '185447.659000', '185447.662000', '185447.664000', '185447.667000', '185447.670000', '185447.672000', '185447.675000', '185447.678000', '185447.681000', '185447.683000', '185447.686000', '185447.689000', '185447.691000', '185447.694000', '185447.696000', '185447.699000', '185447.702000', '185447.705000', '185447.707000', '185447.710000', '185447.713000', '185447.715000', '185447.718000', '185447.721000', '185447.723000', '185507.610000', '185507.613000', '185507.616000', '185507.619000', '185507.628000', '185507.630000', '185507.634000', '185507.637000', '185507.639000', '185507.642000', '185507.645000', '185507.647000', '185507.650000', '185507.653000', '185507.655000', '185507.658000', '185507.661000', '185507.663000', '185507.666000', '185507.668000', '185507.671000', '185507.674000', '185507.676000', '185507.679000', '185507.682000', '185507.684000', '185507.687000', '185507.690000', '185507.692000', '185507.710000', '185507.713000', '185507.715000', '185507.718000', '185507.721000', '185507.723000', '185507.726000', '185507.729000', '185507.731000', '185507.734000', '185507.736000', '185507.739000', '185507.742000', '185507.744000', '185507.747000', '185527.610000', '185527.613000', '185527.616000', '185527.619000', '185527.622000', '185527.624000', '185527.627000', '185527.629000', '185527.632000', '185527.635000', '185527.637000', '185527.640000', '185527.643000', '185527.645000', '185527.648000', '185527.651000', '185527.653000', '185527.656000', '185527.659000', '185527.661000', '185527.664000', '185527.667000', '185527.669000', '185527.672000', '185527.674000', '185527.677000', '185527.680000', '185527.682000', '185527.685000', '185527.688000', '185527.690000', '185527.693000', '185527.696000', '185527.698000', '185527.701000', '185527.703000', '185527.706000', '185527.709000', '185527.711000', '185527.714000', '185527.717000', '185527.719000', '185527.722000', '185547.610000', '185547.612000', '185547.615000', '185547.618000', '185547.621000', '185547.624000', '185547.626000', '185547.629000', '185547.642000', '185547.645000', '185547.648000', '185547.650000', '185547.653000', '185547.656000', '185547.659000', '185547.661000', '185547.664000', '185547.667000', '185547.670000', '185547.672000', '185547.675000', '185547.678000', '185547.680000', '185547.683000', '185547.686000', '185547.689000', '185547.691000', '185547.694000', '185547.697000', '185547.699000', '185547.702000', '185547.705000', '185547.707000', '185547.710000', '185547.712000', '185547.715000', '185547.718000', '185547.720000', '185547.723000', '185547.726000', '185547.728000', '185547.731000', '185547.734000', '185607.610000', '185607.612000', '185607.615000', '185607.618000', '185607.620000', '185607.623000', '185607.626000', '185607.628000', '185607.631000', '185607.634000', '185607.636000', '185607.639000', '185607.642000', '185607.644000', '185607.647000', '185607.649000', '185607.652000', '185607.655000', '185607.657000', '185607.660000', '185607.663000', '185607.665000', '185607.668000', '185607.671000', '185607.673000', '185607.676000', '185607.679000', '185607.681000', '185607.684000', '185607.687000', '185607.689000', '185607.692000', '185607.695000', '185607.697000', '185607.700000', '185607.702000', '185607.705000', '185607.708000', '185607.710000', '185607.713000', '185607.716000', '185607.718000', '185607.721000', '185607.724000', '185627.610000', '185627.613000', '185627.616000', '185627.618000', '185627.622000', '185627.625000', '185627.628000', '185627.630000', '185627.633000', '185627.636000', '185627.639000', '185627.641000', '185627.644000', '185627.647000', '185627.650000', '185627.652000', '185627.655000', '185627.658000', '185627.660000', '185627.663000', '185627.666000', '185627.668000', '185627.671000', '185627.674000', '185627.677000', '185627.680000', '185627.683000', '185627.685000', '185627.688000', '185627.691000', '185627.693000', '185627.696000', '185627.699000', '185627.701000', '185627.704000', '185627.707000', '185627.709000', '185627.712000', '185627.715000', '185627.717000', '185627.720000', '185627.723000', '185627.726000', '185647.610000', '185647.612000', '185647.615000', '185647.618000', '185647.621000', '185647.624000', '185647.626000', '185647.629000', '185647.632000', '185647.634000', '185647.637000', '185647.640000', '185647.643000', '185647.645000', '185647.648000', '185647.651000', '185647.653000', '185647.656000', '185647.659000', '185647.661000', '185647.664000', '185647.667000', '185647.669000', '185647.672000', '185647.675000', '185647.677000', '185647.701000', '185647.703000', '185647.706000', '185647.709000', '185647.711000', '185647.714000', '185647.717000', '185647.719000', '185647.722000', '185647.725000', '185647.727000', '185647.730000', '185647.733000', '185647.735000', '185647.738000', '185647.741000', '185647.743000', '185647.746000', '185707.610000', '185707.613000', '185707.616000', '185707.619000', '185707.621000', '185707.624000', '185707.627000', '185707.630000', '185707.633000', '185707.636000', '185707.639000', '185707.642000', '185707.645000', '185707.647000', '185707.650000', '185707.653000', '185707.655000', '185707.658000', '185707.661000', '185707.664000', '185707.666000', '185707.669000', '185707.672000', '185707.675000', '185707.677000', '185707.680000', '185707.683000', '185707.685000', '185707.688000', '185707.691000', '185707.693000', '185707.696000', '185707.699000', '185707.702000', '185707.704000', '185707.707000', '185707.710000', '185707.712000', '185707.715000', '185707.718000', '185707.720000', '185707.723000', '185707.725000', '185727.611000', '185727.613000', '185727.617000', '185727.620000', '185727.622000', '185727.625000', '185727.628000', '185727.630000', '185727.633000', '185727.636000', '185727.639000', '185727.641000', '185727.644000', '185727.647000', '185727.650000', '185727.652000', '185727.655000', '185727.658000', '185727.660000', '185727.663000', '185727.666000', '185727.668000', '185727.671000', '185727.674000', '185727.677000', '185727.679000', '185727.682000', '185727.685000', '185727.687000', '185727.690000', '185727.693000', '185727.695000', '185727.698000', '185727.701000', '185727.703000', '185727.706000', '185727.709000', '185727.711000', '185727.714000', '185727.717000', '185727.719000', '185727.722000', '185727.725000', '185727.727000', '185747.611000', '185747.613000', '185747.616000', '185747.619000', '185747.622000', '185747.624000', '185747.629000', '185747.632000', '185747.634000', '185747.637000', '185747.640000', '185747.642000', '185747.645000', '185747.648000', '185747.650000', '185747.653000', '185747.656000', '185747.658000', '185747.661000', '185747.664000', '185747.666000', '185747.669000', '185747.672000', '185747.674000', '185747.677000', '185747.680000', '185747.682000', '185747.685000', '185747.688000', '185747.690000', '185747.693000', '185747.696000', '185747.699000', '185747.702000', '185747.706000', '185747.708000', '185747.712000', '185747.715000', '185747.718000', '185747.721000', '185747.723000', '185747.726000', '185747.729000', '185807.609000', '185807.613000', '185807.616000', '185807.618000', '185807.621000', '185807.624000', '185807.626000', '185807.629000', '185807.632000', '185807.635000', '185807.637000', '185807.640000', '185807.642000', '185807.645000', '185807.648000', '185807.650000', '185807.653000', '185807.656000', '185807.659000', '185807.661000', '185807.664000', '185807.667000', '185807.669000', '185807.672000', '185807.675000', '185807.678000', '185807.680000', '185807.683000', '185807.686000', '185807.688000', '185807.691000', '185807.694000', '185807.696000', '185807.699000', '185807.702000', '185807.704000', '185807.722000', '185807.725000', '185807.728000', '185807.730000', '185807.733000', '185807.736000', '185807.738000', '185807.741000', '185827.610000', '185827.613000', '185827.615000', '185827.618000', '185827.621000', '185827.623000', '185827.626000', '185827.629000', '185827.632000', '185827.634000', '185827.637000', '185827.640000', '185827.642000', '185827.645000', '185827.648000', '185827.651000', '185827.653000', '185827.656000', '185827.659000', '185827.661000', '185827.664000', '185827.667000', '185827.669000', '185827.672000', '185827.675000', '185827.678000', '185827.680000', '185827.683000', '185827.686000', '185827.690000', '185827.693000', '185827.695000', '185827.698000', '185827.700000', '185827.703000', '185827.706000', '185827.708000', '185827.711000', '185827.714000', '185827.716000', '185827.719000', '185827.722000', '185827.724000', '185847.610000', '185847.613000', '185847.615000', '185847.618000', '185847.621000', '185847.624000', '185847.627000', '185847.629000', '185847.632000', '185847.635000', '185847.637000', '185847.640000', '185847.643000', '185847.646000', '185847.648000', '185847.651000', '185847.654000', '185847.656000', '185847.659000', '185847.662000', '185847.665000', '185847.667000', '185847.670000', '185847.673000', '185847.676000', '185847.678000', '185847.681000', '185847.684000', '185847.686000', '185847.689000', '185847.692000', '185847.694000', '185847.697000', '185847.700000', '185847.702000', '185847.705000', '185847.708000', '185847.710000', '185847.713000', '185847.715000', '185847.718000', '185847.721000', '185847.723000', '185847.726000', '185907.609000', '185907.612000', '185907.615000', '185907.618000', '185907.621000', '185907.623000', '185907.626000', '185907.629000', '185907.631000', '185907.634000', '185907.637000', '185907.639000', '185907.642000', '185907.644000', '185907.647000', '185907.650000', '185907.652000', '185907.655000', '185907.658000', '185907.661000', '185907.663000', '185907.666000', '185907.669000', '185907.671000', '185907.674000', '185907.676000', '185907.679000', '185907.682000', '185907.685000', '185907.688000', '185907.690000', '185907.693000', '185907.695000', '185907.698000', '185907.701000', '185907.704000', '185907.706000', '185907.709000', '185907.711000', '185907.714000', '185907.717000', '185907.720000', '185907.722000', '185927.611000', '185927.613000', '185927.616000', '185927.619000', '185927.622000', '185927.624000', '185927.627000', '185927.630000', '185927.633000', '185927.636000', '185927.638000', '185927.641000', '185927.644000', '185927.646000', '185927.649000', '185927.652000', '185927.654000', '185927.657000', '185927.660000', '185927.662000', '185927.665000', '185927.668000', '185927.670000', '185927.673000', '185927.676000', '185927.678000', '185927.681000', '185927.684000', '185927.686000', '185927.689000', '185927.692000', '185927.694000', '185927.697000', '185927.710000', '185927.712000', '185927.715000', '185927.718000', '185927.720000', '185927.723000', '185927.726000', '185927.728000', '185927.731000', '185927.734000', '185927.736000', '185947.611000', '185947.614000', '185947.616000', '185947.619000', '185947.622000', '185947.624000', '185947.627000', '185947.630000', '185947.632000', '185947.635000', '185947.638000', '185947.640000', '185947.643000', '185947.646000', '185947.648000', '185947.651000', '185947.653000', '185947.657000', '185947.659000', '185947.662000', '185947.664000', '185947.667000', '185947.670000', '185947.673000', '185947.675000', '185947.678000', '185947.681000', '185947.683000', '185947.686000', '185947.689000', '185947.691000', '185947.694000', '185947.697000', '185947.700000', '185947.702000', '185947.705000', '185947.708000', '185947.710000', '185947.713000', '185947.716000', '185947.719000', '185947.721000', '185947.724000', '190007.611000', '190007.614000', '190007.616000', '190007.619000', '190007.622000', '190007.624000', '190007.627000', '190007.630000', '190007.632000', '190007.635000', '190007.638000', '190007.640000', '190007.643000', '190007.646000', '190007.648000', '190007.651000', '190007.654000', '190007.656000', '190007.659000', '190007.662000', '190007.664000', '190007.667000', '190007.670000', '190007.672000', '190007.675000', '190007.678000', '190007.681000', '190007.683000', '190007.686000', '190007.688000', '190007.691000', '190007.694000', '190007.697000', '190007.699000', '190007.702000', '190007.705000', '190007.707000', '190007.710000', '190007.713000', '190007.715000', '190007.718000', '190007.721000', '190007.723000', '190007.726000', '190027.609000', '190027.612000', '190027.615000', '190027.618000', '190027.620000', '190027.623000', '190027.626000', '190027.628000', '190027.631000', '190027.634000', '190027.636000', '190027.639000', '190027.642000', '190027.644000', '190027.647000', '190027.650000', '190027.652000', '190027.655000', '190027.658000', '190027.660000', '190027.663000', '190027.666000', '190027.669000', '190027.671000', '190027.674000', '190027.677000', '190027.679000', '190027.682000', '190027.685000', '190027.687000', '190027.690000', '190027.693000', '190027.696000', '190027.698000', '190027.701000', '190027.703000', '190027.706000', '190027.709000', '190027.711000', '190027.714000', '190027.717000', '190027.720000', '190027.722000', '190047.610000', '190047.613000', '190047.616000', '190047.618000', '190047.621000', '190047.624000', '190047.626000', '190047.629000', '190047.632000', '190047.634000', '190047.637000', '190047.640000', '190047.642000', '190047.645000', '190047.648000', '190047.650000', '190047.653000', '190047.656000', '190047.658000', '190047.661000', '190047.664000', '190047.666000', '190047.669000', '190047.672000', '190047.674000', '190047.677000', '190047.680000', '190047.682000', '190047.685000', '190047.695000', '190047.698000', '190047.701000', '190047.703000', '190047.706000', '190047.709000', '190047.711000', '190047.714000', '190047.717000', '190047.719000', '190047.722000', '190047.725000', '190047.727000', '190047.730000', '190047.733000', '190107.609000', '190107.612000', '190107.615000', '190107.618000', '190107.620000', '190107.623000', '190107.626000', '190107.629000', '190107.631000', '190107.634000', '190107.637000', '190107.639000', '190107.642000', '190107.645000', '190107.647000', '190107.650000', '190107.653000', '190107.656000', '190107.658000', '190107.661000', '190107.664000', '190107.666000', '190107.669000', '190107.672000', '190107.674000', '190107.677000', '190107.680000', '190107.682000', '190107.685000', '190107.688000', '190107.690000', '190107.693000', '190107.696000', '190107.698000', '190107.701000', '190107.704000', '190107.706000', '190107.709000', '190107.711000', '190107.714000', '190107.717000', '190107.719000', '190107.722000', '190127.609000', '190127.612000', '190127.615000', '190127.618000', '190127.621000', '190127.623000', '190127.626000', '190127.628000', '190127.631000', '190127.634000', '190127.637000', '190127.639000', '190127.642000', '190127.645000', '190127.647000', '190127.650000', '190127.653000', '190127.655000', '190127.658000', '190127.661000', '190127.663000', '190127.666000', '190127.669000', '190127.671000', '190127.674000', '190127.677000', '190127.679000', '190127.682000', '190127.685000', '190127.687000', '190127.690000', '190127.692000', '190127.695000', '190127.698000', '190127.700000', '190127.703000', '190127.706000', '190127.708000', '190127.711000', '190127.714000', '190127.716000', '190127.719000', '190127.722000', '190127.724000', '190134.423000', '190134.426000', '190134.429000', '190134.431000', '190134.434000', '190134.437000', '190134.440000', '190134.442000', '190134.445000', '190134.447000', '190134.450000', '190134.453000', '190134.456000', '190134.458000', '190134.461000'], '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': [14298, 8751, 14354, 8703, 11791, 9137, 8030, 10891, 8752, 13140, 10471, 12109, 8096, 8053, 11439, 8530, 8046, 9787, 8352, 12476, 8831, 13804, 8978, 12175, 8624, 8394, 9092, 7864, 8518, 8133, 10367, 8336, 10638, 8456, 8086, 8961, 8210, 11912, 8421, 11842, 8831, 12136, 9765, 10583, 9171, 8093, 9287, 8313, 10389, 8373, 9580, 7705, 9107, 8362, 8762, 9391, 8636, 7908, 9101, 7965, 8937, 8253, 10956, 8882, 13090, 9003, 11494, 9610, 7935, 12075, 8868, 14930, 8127, 11624, 8933, 10284, 8701, 8235, 10866, 8267, 11464, 8756, 11522, 9734, 7848, 9952, 8028, 11819, 8748, 11949, 8987, 8038, 8952, 8184, 9311, 8044, 12946, 8646, 11719, 8085, 12006, 8942, 7928, 10884, 8076, 11520, 8728, 10812, 9966, 8092, 10548, 8096, 11924, 8550, 12969, 10353, 9030, 9872, 8204, 11355, 8167, 10915, 9450, 7764, 10956, 8191, 12909, 8648, 12097, 9735, 11013, 10004, 8136, 11972, 8572, 11158, 8817, 8664, 9649, 8026, 11684, 8155, 11729, 8645, 12157, 8319, 11919, 8263, 11767, 8567, 10127, 8746, 7908, 9087, 7977, 10126, 8172, 10991, 8398, 11535, 8429, 10447, 8554, 8028, 8713, 8014, 10081, 7884, 10855, 8387, 11622, 8221, 8367, 8114, 8143, 9050, 8686, 9965, 7997, 10763, 8146, 11333, 8605, 12028, 10018, 10433, 8536, 9711, 8389, 11410, 8477, 8098, 8528, 8014, 9580, 7893, 10438, 8378, 10488, 8188, 10951, 8586, 11653, 9378, 11246, 9042, 7829, 9956, 8216, 12190, 9354, 8903, 9222, 7906, 11228, 8233, 10755, 9971, 7622, 10078, 7904, 12841, 8353, 12524, 9598, 7749, 9374, 7809, 11897, 8380, 14093, 8146, 8539, 10144, 7800, 9223, 8283, 10910, 8034, 10868, 8023, 11367, 8485, 8191, 9155, 7762, 12534, 9604, 7937, 9256, 7937, 9634, 7954, 11473, 7899, 12438, 8502, 8229, 9852, 7835, 11042, 8015, 11387, 9704, 7812, 9524, 7628, 12668, 8281, 15873, 8787, 7914, 10171, 7880, 13571, 8192, 8005, 10133, 7692, 10918, 7530, 8373, 9790, 7762, 10240, 8438, 11748, 10673, 8597, 9617, 10755, 7885, 10212, 9846, 7395, 13904, 8602, 7809, 10438, 7620, 13629, 7540, 13010, 11359, 7488, 10791, 7868, 11188, 10610, 7395, 9817, 7756, 10299, 10533, 7384, 10490, 7572, 9239, 10041, 8152, 10808, 7960, 10540, 7804, 10822, 8013, 9536, 8267, 8824, 10935, 7900, 11106, 7684, 10513, 8329, 8644, 11509, 7802, 11107, 8761, 8995, 10429, 8640, 11777, 7943, 11471, 7813, 11502, 7440, 9471, 11292, 8296, 10933, 8485, 12171, 8058, 11111, 7583, 10969, 10895, 8654, 10532, 8371, 11674, 8115, 11964, 8211, 11359, 9256, 8754, 10825, 7414, 12345, 10795, 8485, 11672, 7893, 12477, 10319, 8196, 14242, 9102, 7760, 9200, 9555, 7910, 10202, 7564, 11716, 9785, 8200, 15452, 10002, 7792, 14895, 9754, 11113, 15659, 8437, 11359, 9732, 8294, 18396, 10880, 8899, 14214, 8023, 11053, 9304, 8123, 10707, 7993, 10084, 8838, 8282, 10919, 8343, 9331, 9019, 8467, 11755, 9008, 7945, 10372, 7795, 11203, 9284, 8066, 9991, 8142, 7712, 9800, 7995, 8259, 9335, 8500, 13225, 8394, 15673, 9861, 8295, 10577, 8234, 12735, 9531, 8024, 9408, 8229, 10942, 8406, 10766, 8860, 7987, 9987, 8116, 10080, 8028, 8189, 9020, 8041, 10932, 7537, 7574, 9259, 7567, 9735, 9195, 7647, 11682, 8120, 10430, 9662, 7764, 11622, 7599, 8794, 9989, 9009, 11075, 9253, 9650, 7454, 12571, 7577, 15919, 7991, 16374, 8593, 14772, 7825, 11895, 9965, 7562, 9028, 8423, 8149, 9079, 7430, 13008, 7822, 11871, 9138, 9368, 9977, 7793, 12103, 7606, 13579, 7664, 13553, 8168, 13868, 9893, 10074, 9557, 7667, 9569, 7329, 9354, 10197, 7328, 9915, 7738, 12899, 7584, 10769, 8368, 7647, 9298, 7725, 11168, 7825, 7842, 10365, 7569, 12425, 7974, 15135, 9798, 10988, 10160, 7437, 9761, 7749, 9730, 7843, 10514, 7403, 9426, 9789, 7714, 9944, 7570, 8732, 10210, 7630, 12045, 10379, 7330, 9793, 7423, 8402, 10439, 7698, 11676, 8668, 7794, 10864, 7698, 13650, 9569, 7821, 10107, 7644, 10860, 7608, 10237, 10031, 7603, 9541, 7275, 7894, 10478, 7252, 10726, 8801, 7653, 10580, 7615, 14920, 7928, 11574, 10563, 7306, 9543, 9050, 7773, 9905, 7442, 9335, 10032, 7517, 14912, 7464, 11241, 10384, 7369, 10288, 7703, 14001, 10179, 7498, 9204, 7308, 7482, 10417, 7361, 10502, 10106, 7348, 12437, 8283, 11430, 10026, 7226, 9992, 10709, 7637, 10950, 9935, 7820, 12140, 10597, 7293, 10344, 11362, 8468, 10647, 9689, 10449, 10501, 7484, 9514, 10685, 7369, 9331, 9516, 9413, 7178, 11984, 10980, 8323, 9584, 8177, 9440, 9297, 7550, 9352, 13967, 10466, 8356, 7617, 15004, 11244, 7824, 16121, 12467, 8685, 17611, 9271, 8103, 13679, 8840, 8161, 10546, 8026, 12018, 9799, 7844, 12753, 9588, 7940, 11975, 8668, 7619, 10555, 8340, 7831, 9509, 8705, 7747, 11815, 8944, 7767, 13556, 8785, 17056, 14333, 10061, 12651, 8075, 14344, 9230, 7854, 12385, 7999, 13507, 8375, 10804, 8814, 8154, 12767, 8052, 12487, 7782, 11878, 8420, 7509, 9042, 7452, 9134, 8326, 7537, 12595, 8195, 8006, 8579, 7735, 14865, 8985, 7874, 11053, 7618, 14819, 8982, 9176, 11950, 7851, 12320, 9422, 7987, 12237, 7745, 14080, 8035, 7563, 9792, 7319, 10366, 7830, 7626, 12811, 9414, 8819, 11357, 7758, 13721, 8207, 7236, 9613, 7529, 10432, 7794, 7391, 10281, 8495, 7493, 10584, 7804, 14669, 9263, 10417, 9495, 7781, 11733, 7653, 14190, 7413, 7350, 7935, 7368, 11352, 8128, 7563, 8106, 7488, 11061, 7629, 12821, 7823, 7544, 8097, 7456, 11138, 8639, 7381, 11068, 7418, 11035, 8859, 7589, 11500, 7680, 7615, 8979, 7601, 10508, 9398, 7443, 11896, 8930, 7537, 13721, 7722, 13874, 8878, 7522, 11193, 7568, 10502, 8637, 7546, 11314, 7211, 7261, 9666, 8664, 7702, 10914, 8334, 7895, 11411, 7688, 13263, 9475, 9866, 11811, 7503, 13427, 7642, 12067, 7855, 11717, 7875, 7352, 7943, 7563, 9358, 7396, 7557, 10330, 7794, 7360, 9568, 7617, 12170, 7414, 11794, 7433, 12438, 7677, 12571, 7836, 10585, 8187, 7620, 8468, 7673, 11079, 7401, 11763, 7884, 12066, 9180, 12174, 8289, 11478, 8710, 11641, 9151, 11165, 8582, 7413, 8606, 7532, 10070, 8329, 10104, 8276, 7303, 9593, 7580, 12046, 8023, 12181, 8913, 11564, 8587, 11383, 8915, 11444, 8574, 7809, 7816, 7538, 8612, 7922, 8248, 8185, 7538, 9794, 7839, 11524, 8100, 14777, 8264, 13481, 8270, 12528, 8393, 11922, 7757, 7602, 8758, 7867, 10387, 8017, 10132, 8491, 7219, 9158, 7217, 9385, 8913, 9007, 8916, 7860, 8329, 7833, 7762, 8079, 7693, 9882, 8098, 10661, 9402, 10384, 10252, 7517, 8650, 7555, 10574, 8207, 12583, 8716, 7352, 8332, 7792, 11215, 8069, 13395, 8100, 12799, 8018, 11743, 8907, 10589, 8142, 7914, 9714, 7908, 7679, 8526, 7466, 9726, 7769, 13637, 7909, 10690, 9005, 7981, 9437, 7808, 12759, 7940, 12090, 8563, 9467, 8975, 7781, 11979, 8372, 14327, 10012, 10952, 8954, 8012, 9397, 8292, 9495, 8125, 7945, 10438, 8515, 12159, 8637, 13626, 10260, 8729, 8071, 7688, 8796, 8279, 10258, 8153, 12784, 8021, 7548, 8006, 8001, 10250, 8022, 14004, 8379, 8708, 7981, 7877, 10069, 8060, 13170, 8592, 10675, 8590, 7638, 9470, 7697, 10569, 8156, 11205, 8466, 7198, 8924, 7872, 11048, 8357, 8561, 8141, 7934, 10489, 7958, 12555, 8024, 13161, 8069, 12233, 8070, 12322, 8319, 12406, 8834, 12577, 8420, 11173, 8608, 11083, 8228, 7261, 8565, 7367, 8780, 7913, 9425, 8078, 9107, 8273, 7429, 8667, 7408, 10957, 8006, 12035, 9653, 10801, 7772, 9793, 8004, 10209, 8404, 10707, 7794, 7876, 8205, 7107, 8881, 7898, 10876, 7724, 9629, 8534, 7267, 9764, 7659, 12558, 8133, 11428, 8958, 11451, 9076, 7134, 9099, 7710, 10489, 7951, 12299, 7782, 7740, 9373, 7215, 9695, 7972, 10460, 7954, 10609, 8055, 10616, 8557, 11498, 9542, 7193, 9517, 7705, 10535, 7659, 11032, 7892, 11587, 7531, 9081, 9287, 7392, 10416, 7694, 8541, 10525, 7733, 11904, 9387, 14765, 10861, 12303, 9233, 10878, 9816, 7809, 9846, 7429, 9890, 7576, 10289, 7666, 9814, 7691, 8070, 9336, 7483, 9988, 7780, 10920, 8060, 10684, 8347, 10720, 9431, 7275, 10392, 8118, 10615, 8335, 13208, 9206, 11755, 9078, 11149, 9637, 7634, 9661, 7842, 9775, 8195, 10027, 7891, 10387, 8297, 8182, 8866, 7660, 10078, 7893, 10306, 7898, 10883, 9577, 10530, 9198, 7441, 9492, 7343, 9002, 7962], 'WindowCenter': [4105.0, 4028.0, 4075.0, 4013.0, 4051.0, 4021.0, 3988.0, 4028.0, 3997.0, 4048.0, 4017.0, 4036.0, 3986.0, 3985.0, 4038.0, 4009.0, 3987.0, 4020.0, 3998.0, 4038.0, 3996.0, 4047.0, 3996.0, 4026.0, 3996.0, 3984.0, 3996.0, 3984.0, 3996.0, 3986.0, 4016.0, 3996.0, 4015.0, 3996.0, 3986.0, 4007.0, 3997.0, 4038.0, 3997.0, 4038.0, 4009.0, 4038.0, 4018.0, 4017.0, 4008.0, 3986.0, 4008.0, 3987.0, 4019.0, 3986.0, 4007.0, 3974.0, 3996.0, 3984.0, 3995.0, 4005.0, 3996.0, 3984.0, 3996.0, 3985.0, 4006.0, 3997.0, 4028.0, 4008.0, 4048.0, 4009.0, 4038.0, 4019.0, 3987.0, 4038.0, 4007.0, 4058.0, 3988.0, 4027.0, 4008.0, 4017.0, 3997.0, 3997.0, 4027.0, 3997.0, 4027.0, 4009.0, 4037.0, 4007.0, 3986.0, 4017.0, 3998.0, 4038.0, 4008.0, 4038.0, 4008.0, 3986.0, 4009.0, 3997.0, 4008.0, 3988.0, 4048.0, 3998.0, 4037.0, 3988.0, 4049.0, 4009.0, 3987.0, 4028.0, 3987.0, 4038.0, 4009.0, 4028.0, 4019.0, 3987.0, 4028.0, 3988.0, 4038.0, 4009.0, 4048.0, 4019.0, 4007.0, 4017.0, 3998.0, 4028.0, 3999.0, 4028.0, 4019.0, 3987.0, 4029.0, 3998.0, 4049.0, 3998.0, 4038.0, 4019.0, 4027.0, 4017.0, 3986.0, 4037.0, 3997.0, 4027.0, 4008.0, 3996.0, 4007.0, 3987.0, 4037.0, 3987.0, 4038.0, 3998.0, 4037.0, 3997.0, 4026.0, 3997.0, 4026.0, 3998.0, 4017.0, 3997.0, 3985.0, 3996.0, 3986.0, 4016.0, 3998.0, 4028.0, 3997.0, 4027.0, 3998.0, 4017.0, 4008.0, 3987.0, 3998.0, 3987.0, 4028.0, 3988.0, 4028.0, 3999.0, 4038.0, 3999.0, 3998.0, 3999.0, 3988.0, 4010.0, 3999.0, 4018.0, 3987.0, 4028.0, 3987.0, 4028.0, 4010.0, 4038.0, 4019.0, 4017.0, 3998.0, 4006.0, 3997.0, 4027.0, 3986.0, 3975.0, 3996.0, 3985.0, 4006.0, 3987.0, 4017.0, 3998.0, 4027.0, 3998.0, 4027.0, 3998.0, 4038.0, 4009.0, 4027.0, 3997.0, 3987.0, 4018.0, 3999.0, 4050.0, 4009.0, 4008.0, 4008.0, 3987.0, 4028.0, 3999.0, 4028.0, 4019.0, 3987.0, 4018.0, 3988.0, 4049.0, 3999.0, 4037.0, 4008.0, 3975.0, 4007.0, 3986.0, 4038.0, 3998.0, 4047.0, 3986.0, 3984.0, 4016.0, 3974.0, 4006.0, 3996.0, 4016.0, 3986.0, 4015.0, 3987.0, 4037.0, 3998.0, 3997.0, 4007.0, 3975.0, 4036.0, 4007.0, 3988.0, 4009.0, 3999.0, 4019.0, 3999.0, 4039.0, 3999.0, 4049.0, 4008.0, 3997.0, 4018.0, 3988.0, 4039.0, 3999.0, 4038.0, 4019.0, 3976.0, 4007.0, 3987.0, 4048.0, 3987.0, 4057.0, 3996.0, 3975.0, 4017.0, 3986.0, 4036.0, 3985.0, 3974.0, 4016.0, 3987.0, 4027.0, 3987.0, 3985.0, 4017.0, 3986.0, 4017.0, 3998.0, 4037.0, 4028.0, 3996.0, 4006.0, 4027.0, 3987.0, 4029.0, 4030.0, 3989.0, 4060.0, 4009.0, 3988.0, 4028.0, 3988.0, 4060.0, 3988.0, 4037.0, 4027.0, 3965.0, 4016.0, 3988.0, 4027.0, 4017.0, 3975.0, 4017.0, 3987.0, 4017.0, 4029.0, 3977.0, 4028.0, 3988.0, 4007.0, 4019.0, 3987.0, 4029.0, 3998.0, 4029.0, 3988.0, 4028.0, 3999.0, 4019.0, 4010.0, 4009.0, 4030.0, 3987.0, 4028.0, 3987.0, 4028.0, 3999.0, 4008.0, 4040.0, 3989.0, 4039.0, 4010.0, 4021.0, 4041.0, 4011.0, 4052.0, 4000.0, 4040.0, 4000.0, 4040.0, 3979.0, 4019.0, 4041.0, 3999.0, 4041.0, 4011.0, 4040.0, 3988.0, 4028.0, 3988.0, 4028.0, 4030.0, 4009.0, 4030.0, 3999.0, 4040.0, 4000.0, 4040.0, 4000.0, 4028.0, 4009.0, 4009.0, 4041.0, 3990.0, 4050.0, 4040.0, 4010.0, 4041.0, 4000.0, 4052.0, 4045.0, 4012.0, 4074.0, 4011.0, 3991.0, 4020.0, 4021.0, 4000.0, 4032.0, 4002.0, 4065.0, 4033.0, 4011.0, 4071.0, 4020.0, 3988.0, 4070.0, 4020.0, 4028.0, 4058.0, 3999.0, 4028.0, 4007.0, 3986.0, 4079.0, 4018.0, 3995.0, 4046.0, 3974.0, 4014.0, 3995.0, 3974.0, 4015.0, 3973.0, 4003.0, 3983.0, 3973.0, 4015.0, 3986.0, 3995.0, 3983.0, 3984.0, 4024.0, 3994.0, 3974.0, 4016.0, 3974.0, 4013.0, 3994.0, 3972.0, 4004.0, 3985.0, 3974.0, 4005.0, 3985.0, 3984.0, 3995.0, 3985.0, 4037.0, 3985.0, 4044.0, 4005.0, 3972.0, 4004.0, 3985.0, 4023.0, 3994.0, 3972.0, 3994.0, 3984.0, 4014.0, 3985.0, 4016.0, 3996.0, 3973.0, 4004.0, 3985.0, 4004.0, 3985.0, 3996.0, 4007.0, 3986.0, 4016.0, 3987.0, 3986.0, 4008.0, 3989.0, 4019.0, 4009.0, 3989.0, 4040.0, 4000.0, 4029.0, 4021.0, 3989.0, 4039.0, 3989.0, 3998.0, 4019.0, 4009.0, 4039.0, 4020.0, 4021.0, 3990.0, 4052.0, 3990.0, 4071.0, 3989.0, 4069.0, 3998.0, 4058.0, 3976.0, 4025.0, 4005.0, 3987.0, 4007.0, 4010.0, 4001.0, 4021.0, 3990.0, 4051.0, 3990.0, 4040.0, 4020.0, 4009.0, 4020.0, 3988.0, 4039.0, 3988.0, 4049.0, 3988.0, 4049.0, 4000.0, 4049.0, 4018.0, 4006.0, 4007.0, 3976.0, 4018.0, 3989.0, 4007.0, 4019.0, 3977.0, 4018.0, 3989.0, 4049.0, 3988.0, 4027.0, 3997.0, 3975.0, 4007.0, 3988.0, 4027.0, 3977.0, 3986.0, 4018.0, 3988.0, 4038.0, 3989.0, 4059.0, 4019.0, 4016.0, 4017.0, 3975.0, 4007.0, 3975.0, 4006.0, 3986.0, 4018.0, 3977.0, 4006.0, 4018.0, 3977.0, 4018.0, 3989.0, 3998.0, 4018.0, 3988.0, 4038.0, 4018.0, 3989.0, 4030.0, 3989.0, 3999.0, 4030.0, 3989.0, 4039.0, 4011.0, 3990.0, 4030.0, 3989.0, 4049.0, 4009.0, 3976.0, 4018.0, 3988.0, 4027.0, 3976.0, 4016.0, 4017.0, 3976.0, 4008.0, 3989.0, 3987.0, 4028.0, 3978.0, 4028.0, 4009.0, 3987.0, 4030.0, 3977.0, 4058.0, 3976.0, 4025.0, 4016.0, 3977.0, 4007.0, 3997.0, 3977.0, 4018.0, 3978.0, 4008.0, 4020.0, 3978.0, 4059.0, 3977.0, 4027.0, 4017.0, 3977.0, 4018.0, 3976.0, 4046.0, 4016.0, 3965.0, 4007.0, 3977.0, 3978.0, 4030.0, 3989.0, 4029.0, 4030.0, 3978.0, 4039.0, 3999.0, 4039.0, 4019.0, 3976.0, 4006.0, 4017.0, 3987.0, 4027.0, 4019.0, 3989.0, 4038.0, 4018.0, 3977.0, 4017.0, 4039.0, 3988.0, 4028.0, 4019.0, 4029.0, 4019.0, 3977.0, 4008.0, 4029.0, 3978.0, 4020.0, 4033.0, 4022.0, 3980.0, 4051.0, 4040.0, 4000.0, 4032.0, 4012.0, 4033.0, 4023.0, 4003.0, 4022.0, 4074.0, 4043.0, 4012.0, 4002.0, 4083.0, 4040.0, 3988.0, 4067.0, 4038.0, 3997.0, 4068.0, 3996.0, 3974.0, 4047.0, 3996.0, 3984.0, 4015.0, 3985.0, 4024.0, 4004.0, 3973.0, 4023.0, 3994.0, 3973.0, 4026.0, 3996.0, 3974.0, 4014.0, 3985.0, 3975.0, 4007.0, 3997.0, 3987.0, 4037.0, 4008.0, 3987.0, 4049.0, 4010.0, 4069.0, 4048.0, 4004.0, 4035.0, 3974.0, 4045.0, 3995.0, 3973.0, 4025.0, 3974.0, 4034.0, 3984.0, 4014.0, 3994.0, 3973.0, 4034.0, 3974.0, 4024.0, 3975.0, 4025.0, 3984.0, 3964.0, 3995.0, 3975.0, 4006.0, 3997.0, 3988.0, 4048.0, 3998.0, 3986.0, 3997.0, 3987.0, 4059.0, 4008.0, 3986.0, 4039.0, 3987.0, 4059.0, 4008.0, 4006.0, 4027.0, 3986.0, 4036.0, 4007.0, 3985.0, 4036.0, 3975.0, 4045.0, 3985.0, 3975.0, 4016.0, 3976.0, 4015.0, 3974.0, 3986.0, 4037.0, 4008.0, 4007.0, 4026.0, 3975.0, 4046.0, 3985.0, 3974.0, 4006.0, 3987.0, 4016.0, 3975.0, 3976.0, 4017.0, 4008.0, 3988.0, 4029.0, 3988.0, 4058.0, 4008.0, 4016.0, 4007.0, 3986.0, 4026.0, 3974.0, 4046.0, 3974.0, 3963.0, 3985.0, 3988.0, 4027.0, 3987.0, 3986.0, 3986.0, 3976.0, 4038.0, 3988.0, 4048.0, 3986.0, 3986.0, 3986.0, 3988.0, 4039.0, 4009.0, 3988.0, 4040.0, 3988.0, 4039.0, 4020.0, 3988.0, 4039.0, 3988.0, 3987.0, 4009.0, 4001.0, 4040.0, 4019.0, 3989.0, 4049.0, 4010.0, 3988.0, 4061.0, 3988.0, 4048.0, 3996.0, 3986.0, 4027.0, 3987.0, 4027.0, 3996.0, 3986.0, 4027.0, 3977.0, 3977.0, 4018.0, 4010.0, 4000.0, 4040.0, 3999.0, 3998.0, 4039.0, 3989.0, 4048.0, 4019.0, 4017.0, 4037.0, 3975.0, 4045.0, 3974.0, 4035.0, 3986.0, 4025.0, 3973.0, 3963.0, 3984.0, 3986.0, 4006.0, 3976.0, 3987.0, 4028.0, 3999.0, 3989.0, 4032.0, 3999.0, 4050.0, 3976.0, 4038.0, 3976.0, 4047.0, 3987.0, 4036.0, 3976.0, 4016.0, 3997.0, 3986.0, 3997.0, 3986.0, 4027.0, 3976.0, 4036.0, 3987.0, 4037.0, 4006.0, 4025.0, 3985.0, 4024.0, 3995.0, 4024.0, 4006.0, 4025.0, 3995.0, 3963.0, 3993.0, 3974.0, 4016.0, 3998.0, 4016.0, 3997.0, 3975.0, 4016.0, 3987.0, 4048.0, 3997.0, 4036.0, 4007.0, 4025.0, 3996.0, 4036.0, 4007.0, 4024.0, 3995.0, 3974.0, 3974.0, 3986.0, 4007.0, 3998.0, 4008.0, 4010.0, 3999.0, 4031.0, 4000.0, 4050.0, 3998.0, 4059.0, 3997.0, 4047.0, 3996.0, 4036.0, 3997.0, 4036.0, 3986.0, 3986.0, 3997.0, 3999.0, 4030.0, 4000.0, 4029.0, 4010.0, 3988.0, 4020.0, 3989.0, 4021.0, 4007.0, 4008.0, 3995.0, 3986.0, 3985.0, 3976.0, 3974.0, 3984.0, 3975.0, 4016.0, 3987.0, 4027.0, 4019.0, 4017.0, 4018.0, 3975.0, 3996.0, 3975.0, 4016.0, 3998.0, 4037.0, 3996.0, 3975.0, 3996.0, 3986.0, 4027.0, 3998.0, 4047.0, 3985.0, 4036.0, 3986.0, 4024.0, 4006.0, 4016.0, 3985.0, 3974.0, 4004.0, 3985.0, 3975.0, 3997.0, 3977.0, 4017.0, 3986.0, 4047.0, 3987.0, 4015.0, 4008.0, 3985.0, 4006.0, 3975.0, 4036.0, 3985.0, 4036.0, 3997.0, 4005.0, 3995.0, 3985.0, 4036.0, 3997.0, 4058.0, 4017.0, 4015.0, 3995.0, 3984.0, 3995.0, 3997.0, 4017.0, 3986.0, 3986.0, 4027.0, 3997.0, 4037.0, 4008.0, 4047.0, 4016.0, 3984.0, 3974.0, 3973.0, 3984.0, 3986.0, 4015.0, 3985.0, 4035.0, 3985.0, 3974.0, 3986.0, 3985.0, 4016.0, 3987.0, 4047.0, 3985.0, 3984.0, 3984.0, 3985.0, 4015.0, 3986.0, 4048.0, 3997.0, 4015.0, 3995.0, 3974.0, 4004.0, 3975.0, 4016.0, 3986.0, 4024.0, 3985.0, 3964.0, 3995.0, 3987.0, 4038.0, 3997.0, 3995.0, 3986.0, 3986.0, 4016.0, 3986.0, 4037.0, 3987.0, 4035.0, 3985.0, 4025.0, 3985.0, 4035.0, 3996.0, 4035.0, 3996.0, 4034.0, 3985.0, 4013.0, 3995.0, 4014.0, 3985.0, 3962.0, 3983.0, 3963.0, 3984.0, 3985.0, 4005.0, 3987.0, 4006.0, 3997.0, 3977.0, 4009.0, 3988.0, 4041.0, 3987.0, 4039.0, 4006.0, 4016.0, 3974.0, 4005.0, 3985.0, 4015.0, 3996.0, 4015.0, 3976.0, 3985.0, 3997.0, 3978.0, 4008.0, 3987.0, 4027.0, 3987.0, 4006.0, 3998.0, 3977.0, 4018.0, 3987.0, 4049.0, 3987.0, 4038.0, 4009.0, 4037.0, 4007.0, 3965.0, 3996.0, 3987.0, 4027.0, 3987.0, 4036.0, 3976.0, 3975.0, 4007.0, 3975.0, 4018.0, 3986.0, 4027.0, 3986.0, 4016.0, 3987.0, 4027.0, 3997.0, 4026.0, 4007.0, 3965.0, 4016.0, 3987.0, 4027.0, 3986.0, 4027.0, 3986.0, 4026.0, 3987.0, 4008.0, 4019.0, 3988.0, 4030.0, 3990.0, 4011.0, 4042.0, 4002.0, 4055.0, 4023.0, 4061.0, 4031.0, 4037.0, 4008.0, 4027.0, 4017.0, 3975.0, 4006.0, 3964.0, 4005.0, 3976.0, 4016.0, 3988.0, 4017.0, 3988.0, 3988.0, 4009.0, 3976.0, 4018.0, 3977.0, 4028.0, 3988.0, 4017.0, 3998.0, 4016.0, 4007.0, 3976.0, 4018.0, 3988.0, 4028.0, 4010.0, 4050.0, 4009.0, 4026.0, 3996.0, 4015.0, 4007.0, 3975.0, 4007.0, 3974.0, 4005.0, 3984.0, 4004.0, 3985.0, 4018.0, 3998.0, 3985.0, 4008.0, 3986.0, 4018.0, 3988.0, 4018.0, 3988.0, 4028.0, 4019.0, 4017.0, 4008.0, 3975.0, 4007.0, 3977.0, 3996.0, 3985.0], 'WindowWidth': [9108.0, 8989.0, 9044.0, 8955.0, 9001.0, 8960.0, 8912.0, 8965.0, 8921.0, 8988.0, 8947.0, 8969.0, 8904.0, 8902.0, 8974.0, 8939.0, 8909.0, 8958.0, 8923.0, 8975.0, 8917.0, 8985.0, 8918.0, 8956.0, 8916.0, 8898.0, 8916.0, 8898.0, 8916.0, 8905.0, 8943.0, 8918.0, 8941.0, 8918.0, 8905.0, 8934.0, 8918.0, 8974.0, 8921.0, 8974.0, 8940.0, 8975.0, 8951.0, 8945.0, 8936.0, 8903.0, 8936.0, 8906.0, 8953.0, 8903.0, 8933.0, 8884.0, 8916.0, 8895.0, 8914.0, 8926.0, 8916.0, 8898.0, 8917.0, 8900.0, 8931.0, 8923.0, 8963.0, 8938.0, 8988.0, 8939.0, 8974.0, 8953.0, 8909.0, 8977.0, 8934.0, 9003.0, 8910.0, 8959.0, 8937.0, 8947.0, 8923.0, 8919.0, 8960.0, 8920.0, 8960.0, 8940.0, 8974.0, 8935.0, 8904.0, 8948.0, 8922.0, 8976.0, 8939.0, 8974.0, 8936.0, 8905.0, 8939.0, 8921.0, 8937.0, 8910.0, 8990.0, 8924.0, 8972.0, 8910.0, 8991.0, 8939.0, 8906.0, 8964.0, 8909.0, 8977.0, 8942.0, 8963.0, 8954.0, 8908.0, 8964.0, 8909.0, 8978.0, 8941.0, 8991.0, 8953.0, 8933.0, 8948.0, 8923.0, 8964.0, 8927.0, 8964.0, 8955.0, 8908.0, 8966.0, 8923.0, 8991.0, 8925.0, 8977.0, 8954.0, 8960.0, 8947.0, 8904.0, 8973.0, 8920.0, 8958.0, 8937.0, 8917.0, 8934.0, 8907.0, 8974.0, 8908.0, 8975.0, 8924.0, 8972.0, 8921.0, 8956.0, 8921.0, 8956.0, 8923.0, 8944.0, 8919.0, 8901.0, 8917.0, 8904.0, 8944.0, 8922.0, 8961.0, 8921.0, 8960.0, 8923.0, 8945.0, 8938.0, 8909.0, 8925.0, 8908.0, 8964.0, 8910.0, 8964.0, 8929.0, 8977.0, 8927.0, 8923.0, 8929.0, 8909.0, 8944.0, 8926.0, 8951.0, 8905.0, 8962.0, 8908.0, 8963.0, 8942.0, 8976.0, 8952.0, 8945.0, 8922.0, 8929.0, 8921.0, 8958.0, 8905.0, 8885.0, 8916.0, 8901.0, 8930.0, 8908.0, 8948.0, 8924.0, 8959.0, 8926.0, 8959.0, 8925.0, 8976.0, 8940.0, 8959.0, 8921.0, 8907.0, 8950.0, 8929.0, 8996.0, 8941.0, 8935.0, 8937.0, 8907.0, 8965.0, 8928.0, 8963.0, 8953.0, 8908.0, 8951.0, 8910.0, 8994.0, 8929.0, 8974.0, 8937.0, 8889.0, 8933.0, 8905.0, 8976.0, 8922.0, 8987.0, 8904.0, 8898.0, 8943.0, 8884.0, 8929.0, 8918.0, 8942.0, 8903.0, 8941.0, 8906.0, 8973.0, 8924.0, 8920.0, 8933.0, 8889.0, 8970.0, 8934.0, 8910.0, 8940.0, 8927.0, 8955.0, 8926.0, 8979.0, 8926.0, 8992.0, 8939.0, 8920.0, 8951.0, 8911.0, 8982.0, 8930.0, 8976.0, 8953.0, 8890.0, 8934.0, 8908.0, 8990.0, 8907.0, 8999.0, 8917.0, 8886.0, 8946.0, 8903.0, 8970.0, 8900.0, 8885.0, 8942.0, 8906.0, 8960.0, 8906.0, 8902.0, 8944.0, 8905.0, 8947.0, 8925.0, 8974.0, 8963.0, 8916.0, 8929.0, 8959.0, 8908.0, 8967.0, 8971.0, 8914.0, 9010.0, 8941.0, 8909.0, 8964.0, 8909.0, 9008.0, 8911.0, 8971.0, 8959.0, 8873.0, 8944.0, 8909.0, 8958.0, 8945.0, 8887.0, 8946.0, 8908.0, 8946.0, 8966.0, 8896.0, 8964.0, 8910.0, 8934.0, 8953.0, 8908.0, 8968.0, 8925.0, 8965.0, 8912.0, 8965.0, 8928.0, 8954.0, 8946.0, 8942.0, 8968.0, 8906.0, 8962.0, 8907.0, 8963.0, 8927.0, 8937.0, 8981.0, 8915.0, 8980.0, 8946.0, 8959.0, 8988.0, 8946.0, 9003.0, 8929.0, 8982.0, 8932.0, 8983.0, 8902.0, 8952.0, 8985.0, 8928.0, 8988.0, 8947.0, 8984.0, 8911.0, 8963.0, 8911.0, 8964.0, 8969.0, 8940.0, 8971.0, 8927.0, 8984.0, 8931.0, 8984.0, 8930.0, 8963.0, 8941.0, 8942.0, 8986.0, 8919.0, 8995.0, 8984.0, 8944.0, 8986.0, 8932.0, 9004.0, 9001.0, 8950.0, 9035.0, 8946.0, 8919.0, 8956.0, 8961.0, 8932.0, 8979.0, 8937.0, 9027.0, 8981.0, 8948.0, 9028.0, 8957.0, 8912.0, 9024.0, 8955.0, 8963.0, 9004.0, 8926.0, 8961.0, 8933.0, 8903.0, 9034.0, 8948.0, 8911.0, 8980.0, 8882.0, 8933.0, 8912.0, 8884.0, 8939.0, 8881.0, 8918.0, 8893.0, 8880.0, 8938.0, 8904.0, 8912.0, 8893.0, 8894.0, 8948.0, 8910.0, 8883.0, 8942.0, 8883.0, 8932.0, 8909.0, 8877.0, 8922.0, 8901.0, 8883.0, 8924.0, 8899.0, 8896.0, 8913.0, 8898.0, 8971.0, 8899.0, 8976.0, 8924.0, 8876.0, 8922.0, 8898.0, 8946.0, 8908.0, 8877.0, 8908.0, 8895.0, 8935.0, 8899.0, 8942.0, 8915.0, 8880.0, 8923.0, 8898.0, 8924.0, 8901.0, 8916.0, 8935.0, 8905.0, 8944.0, 8905.0, 8905.0, 8936.0, 8915.0, 8952.0, 8939.0, 8912.0, 8981.0, 8929.0, 8967.0, 8959.0, 8913.0, 8980.0, 8912.0, 8922.0, 8951.0, 8937.0, 8980.0, 8956.0, 8958.0, 8915.0, 9003.0, 8917.0, 9028.0, 8911.0, 9019.0, 8921.0, 9001.0, 8891.0, 8953.0, 8926.0, 8905.0, 8934.0, 8943.0, 8934.0, 8962.0, 8917.0, 8998.0, 8919.0, 8980.0, 8956.0, 8940.0, 8956.0, 8910.0, 8979.0, 8910.0, 8991.0, 8909.0, 8991.0, 8929.0, 8990.0, 8948.0, 8928.0, 8932.0, 8890.0, 8949.0, 8912.0, 8932.0, 8951.0, 8892.0, 8949.0, 8913.0, 8992.0, 8909.0, 8957.0, 8920.0, 8888.0, 8933.0, 8910.0, 8960.0, 8893.0, 8903.0, 8948.0, 8910.0, 8977.0, 8912.0, 9007.0, 8950.0, 8941.0, 8944.0, 8885.0, 8932.0, 8886.0, 8928.0, 8903.0, 8947.0, 8893.0, 8926.0, 8947.0, 8892.0, 8948.0, 8914.0, 8923.0, 8949.0, 8908.0, 8974.0, 8950.0, 8914.0, 8970.0, 8916.0, 8926.0, 8969.0, 8914.0, 8980.0, 8946.0, 8917.0, 8969.0, 8911.0, 8990.0, 8939.0, 8890.0, 8951.0, 8909.0, 8960.0, 8891.0, 8941.0, 8946.0, 8891.0, 8937.0, 8914.0, 8908.0, 8963.0, 8897.0, 8962.0, 8939.0, 8908.0, 8968.0, 8893.0, 9001.0, 8888.0, 8951.0, 8942.0, 8893.0, 8934.0, 8920.0, 8892.0, 8950.0, 8897.0, 8937.0, 8956.0, 8898.0, 9006.0, 8895.0, 8957.0, 8946.0, 8893.0, 8949.0, 8891.0, 8983.0, 8941.0, 8874.0, 8931.0, 8895.0, 8897.0, 8969.0, 8915.0, 8964.0, 8968.0, 8898.0, 8980.0, 8928.0, 8979.0, 8951.0, 8891.0, 8929.0, 8946.0, 8907.0, 8959.0, 8952.0, 8914.0, 8977.0, 8949.0, 8894.0, 8946.0, 8978.0, 8908.0, 8963.0, 8953.0, 8965.0, 8949.0, 8894.0, 8934.0, 8965.0, 8898.0, 8955.0, 8979.0, 8965.0, 8905.0, 8998.0, 8983.0, 8929.0, 8977.0, 8951.0, 8979.0, 8965.0, 8941.0, 8961.0, 9035.0, 8997.0, 8956.0, 8939.0, 9049.0, 8985.0, 8912.0, 9017.0, 8979.0, 8920.0, 9016.0, 8917.0, 8885.0, 8984.0, 8914.0, 8895.0, 8940.0, 8901.0, 8950.0, 8920.0, 8880.0, 8946.0, 8909.0, 8879.0, 8953.0, 8915.0, 8882.0, 8937.0, 8900.0, 8886.0, 8932.0, 8919.0, 8906.0, 8971.0, 8935.0, 8906.0, 8991.0, 8941.0, 9017.0, 8988.0, 8921.0, 8965.0, 8883.0, 8979.0, 8914.0, 8879.0, 8950.0, 8881.0, 8960.0, 8897.0, 8936.0, 8908.0, 8880.0, 8961.0, 8882.0, 8948.0, 8887.0, 8951.0, 8898.0, 8870.0, 8912.0, 8890.0, 8931.0, 8924.0, 8911.0, 8990.0, 8923.0, 8905.0, 8921.0, 8909.0, 9005.0, 8937.0, 8904.0, 8977.0, 8907.0, 9005.0, 8938.0, 8929.0, 8957.0, 8903.0, 8968.0, 8934.0, 8901.0, 8968.0, 8885.0, 8980.0, 8901.0, 8886.0, 8943.0, 8892.0, 8940.0, 8887.0, 8903.0, 8971.0, 8936.0, 8932.0, 8958.0, 8888.0, 8981.0, 8901.0, 8885.0, 8931.0, 8907.0, 8942.0, 8889.0, 8892.0, 8946.0, 8939.0, 8913.0, 8967.0, 8911.0, 9003.0, 8937.0, 8944.0, 8933.0, 8904.0, 8957.0, 8886.0, 8981.0, 8886.0, 8869.0, 8902.0, 8911.0, 8961.0, 8907.0, 8904.0, 8907.0, 8892.0, 8976.0, 8913.0, 8988.0, 8906.0, 8904.0, 8906.0, 8911.0, 8982.0, 8942.0, 8911.0, 8982.0, 8913.0, 8980.0, 8959.0, 8912.0, 8980.0, 8914.0, 8910.0, 8941.0, 8935.0, 8983.0, 8955.0, 8915.0, 8993.0, 8944.0, 8910.0, 9012.0, 8913.0, 8988.0, 8917.0, 8905.0, 8959.0, 8909.0, 8961.0, 8920.0, 8905.0, 8958.0, 8895.0, 8894.0, 8952.0, 8944.0, 8933.0, 8985.0, 8927.0, 8923.0, 8982.0, 8914.0, 8989.0, 8955.0, 8948.0, 8973.0, 8886.0, 8980.0, 8885.0, 8967.0, 8904.0, 8953.0, 8883.0, 8868.0, 8899.0, 8904.0, 8931.0, 8894.0, 8909.0, 8966.0, 8931.0, 8914.0, 8978.0, 8929.0, 8997.0, 8891.0, 8975.0, 8890.0, 8988.0, 8908.0, 8971.0, 8891.0, 8942.0, 8920.0, 8905.0, 8922.0, 8905.0, 8960.0, 8892.0, 8971.0, 8908.0, 8973.0, 8931.0, 8954.0, 8903.0, 8950.0, 8915.0, 8949.0, 8929.0, 8952.0, 8913.0, 8868.0, 8910.0, 8887.0, 8944.0, 8925.0, 8944.0, 8921.0, 8890.0, 8945.0, 8910.0, 8990.0, 8923.0, 8971.0, 8933.0, 8954.0, 8919.0, 8970.0, 8934.0, 8952.0, 8916.0, 8884.0, 8888.0, 8907.0, 8936.0, 8927.0, 8938.0, 8946.0, 8928.0, 8975.0, 8931.0, 8999.0, 8924.0, 9006.0, 8923.0, 8988.0, 8918.0, 8972.0, 8922.0, 8971.0, 8905.0, 8906.0, 8923.0, 8928.0, 8971.0, 8934.0, 8966.0, 8944.0, 8913.0, 8958.0, 8917.0, 8962.0, 8935.0, 8937.0, 8914.0, 8903.0, 8901.0, 8891.0, 8885.0, 8900.0, 8890.0, 8946.0, 8910.0, 8962.0, 8955.0, 8948.0, 8950.0, 8889.0, 8918.0, 8888.0, 8946.0, 8923.0, 8973.0, 8918.0, 8887.0, 8918.0, 8904.0, 8963.0, 8924.0, 8986.0, 8903.0, 8969.0, 8903.0, 8950.0, 8931.0, 8944.0, 8902.0, 8884.0, 8926.0, 8903.0, 8887.0, 8921.0, 8895.0, 8947.0, 8904.0, 8988.0, 8908.0, 8941.0, 8938.0, 8903.0, 8930.0, 8887.0, 8969.0, 8899.0, 8972.0, 8921.0, 8928.0, 8914.0, 8902.0, 8970.0, 8920.0, 9003.0, 8948.0, 8938.0, 8913.0, 8898.0, 8913.0, 8921.0, 8947.0, 8905.0, 8904.0, 8960.0, 8921.0, 8974.0, 8940.0, 8987.0, 8945.0, 8895.0, 8886.0, 8882.0, 8899.0, 8903.0, 8940.0, 8901.0, 8966.0, 8900.0, 8885.0, 8905.0, 8901.0, 8944.0, 8908.0, 8986.0, 8902.0, 8896.0, 8899.0, 8901.0, 8941.0, 8904.0, 8990.0, 8922.0, 8940.0, 8915.0, 8883.0, 8925.0, 8888.0, 8944.0, 8904.0, 8951.0, 8901.0, 8871.0, 8915.0, 8907.0, 8977.0, 8922.0, 8915.0, 8904.0, 8903.0, 8945.0, 8905.0, 8975.0, 8908.0, 8967.0, 8900.0, 8953.0, 8900.0, 8968.0, 8919.0, 8966.0, 8916.0, 8963.0, 8900.0, 8933.0, 8913.0, 8935.0, 8903.0, 8866.0, 8896.0, 8867.0, 8897.0, 8902.0, 8927.0, 8907.0, 8930.0, 8923.0, 8894.0, 8941.0, 8911.0, 8987.0, 8909.0, 8981.0, 8928.0, 8942.0, 8884.0, 8925.0, 8900.0, 8942.0, 8919.0, 8941.0, 8891.0, 8902.0, 8923.0, 8898.0, 8940.0, 8909.0, 8962.0, 8909.0, 8932.0, 8924.0, 8897.0, 8953.0, 8909.0, 8992.0, 8909.0, 8976.0, 8940.0, 8973.0, 8935.0, 8875.0, 8918.0, 8907.0, 8963.0, 8908.0, 8971.0, 8892.0, 8889.0, 8934.0, 8890.0, 8951.0, 8906.0, 8960.0, 8906.0, 8946.0, 8908.0, 8961.0, 8924.0, 8957.0, 8935.0, 8876.0, 8946.0, 8908.0, 8961.0, 8906.0, 8960.0, 8906.0, 8958.0, 8910.0, 8940.0, 8957.0, 8913.0, 8971.0, 8918.0, 8949.0, 8990.0, 8939.0, 9012.0, 8968.0, 9013.0, 8973.0, 8974.0, 8936.0, 8959.0, 8947.0, 8888.0, 8931.0, 8871.0, 8927.0, 8891.0, 8943.0, 8909.0, 8946.0, 8911.0, 8910.0, 8939.0, 8891.0, 8949.0, 8894.0, 8964.0, 8909.0, 8946.0, 8922.0, 8943.0, 8933.0, 8890.0, 8949.0, 8910.0, 8964.0, 8946.0, 8997.0, 8939.0, 8956.0, 8917.0, 8939.0, 8931.0, 8886.0, 8933.0, 8883.0, 8927.0, 8897.0, 8924.0, 8900.0, 8951.0, 8924.0, 8901.0, 8936.0, 8905.0, 8952.0, 8911.0, 8951.0, 8913.0, 8964.0, 8954.0, 8945.0, 8938.0, 8888.0, 8932.0, 8893.0, 8919.0, 8902.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.00032563485477178427</td></tr>
<tr><td colspan=3>aqi</td><td>0.02034928356846473</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.786903168986704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232112571287375</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9889372297923599</td></tr>
<tr><td colspan=3>efc</td><td>0.4459</td></tr>
<tr><td colspan=3>fber</td><td>6581.6763</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07198979041534237</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9128630705394191</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4899087376503783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4962663041207374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.718419207915108</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.255040700915289</td></tr>
<tr><td colspan=3>gcor</td><td>0.00676192</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021457236260175705</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017434662207961082</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4494385383082395</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>35.6423</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.189</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.9354</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312175.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5048</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6582</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.2249</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3249.5945</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.1712</td></tr>
<tr><td colspan=3>tsnr</td><td>39.632316038012505</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>