<?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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-01/func/sub-0115_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>9feac9ff75cc11b822edb0b52f9bbd93</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:20:42.902500</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.999464, -0.0189434, -0.0266926, 0.0169223, 0.997114, -0.0740103]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0895846</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7766, -7285, 109, -74, -143, -59, 82]</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.555</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>497ce315-0dfa-4a0c-8bd7-cfad6fab5d55||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.6814892292022705, 0.04540122300386429, -0.07564748823642731, 111.97586059570312], [0.05082377418875694, 2.6751837730407715, -0.1985010802745819, -86.98960876464844], [-0.0716143473982811, 0.19856415688991547, 2.6916306018829346, -86.66472625732422], [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': ['192042.902500', '192043.362500', '192043.822500', '192044.282500', '192044.742500', '192045.202500', '192045.662500', '192046.122500', '192046.582500', '192047.042500', '192047.502500', '192047.962500', '192048.422500', '192048.882500', '192049.342500', '192049.802500', '192050.262500', '192050.722500', '192051.182500', '192051.642500', '192052.102500', '192052.562500', '192053.022500', '192053.482500', '192053.942500', '192054.402500', '192054.862500', '192055.322500', '192055.782500', '192056.242500', '192056.702500', '192057.162500', '192057.622500', '192058.082500', '192058.542500', '192059.002500', '192059.462500', '192059.922500', '192100.382500', '192100.842500', '192101.302500', '192101.762500', '192102.222500', '192102.682500', '192103.142500', '192103.602500', '192104.062500', '192104.522500', '192104.982500', '192105.442500', '192105.902500', '192106.362500', '192106.822500', '192107.282500', '192107.742500', '192108.202500', '192108.662500', '192109.122500', '192109.582500', '192110.042500', '192110.502500', '192110.962500', '192111.422500', '192111.882500', '192112.342500', '192112.802500', '192113.262500', '192113.722500', '192114.182500', '192114.642500', '192115.102500', '192115.562500', '192116.022500', '192116.482500', '192116.942500', '192117.402500', '192117.862500', '192118.322500', '192118.782500', '192119.242500', '192119.702500', '192120.162500', '192120.622500', '192121.082500', '192121.542500', '192122.002500', '192122.462500', '192122.922500', '192123.382500', '192123.842500', '192124.302500', '192124.762500', '192125.222500', '192125.682500', '192126.142500', '192126.602500', '192127.062500', '192127.522500', '192127.982500', '192128.442500', '192128.902500', '192129.362500', '192129.822500', '192130.282500', '192130.742500', '192131.202500', '192131.662500', '192132.122500', '192132.582500', '192133.042500', '192133.502500', '192133.962500', '192134.422500', '192134.882500', '192135.342500', '192135.802500', '192136.262500', '192136.722500', '192137.182500', '192137.642500', '192138.102500', '192138.562500', '192139.022500', '192139.482500', '192139.942500', '192140.402500', '192140.862500', '192141.322500', '192141.782500', '192142.242500', '192142.702500', '192143.162500', '192143.622500', '192144.082500', '192144.542500', '192145.002500', '192145.462500', '192145.922500', '192146.382500', '192146.842500', '192147.302500', '192147.762500', '192148.222500', '192148.682500', '192149.142500', '192149.602500', '192150.062500', '192150.522500', '192150.982500', '192151.442500', '192151.902500', '192152.362500', '192152.822500', '192153.282500', '192153.742500', '192154.202500', '192154.662500', '192155.122500', '192155.582500', '192156.042500', '192156.502500', '192156.962500', '192157.422500', '192157.882500', '192158.342500', '192158.802500', '192159.262500', '192159.722500', '192200.182500', '192200.642500', '192201.102500', '192201.562500', '192202.022500', '192202.482500', '192202.942500', '192203.402500', '192203.862500', '192204.322500', '192204.782500', '192205.242500', '192205.702500', '192206.162500', '192206.622500', '192207.082500', '192207.542500', '192208.002500', '192208.462500', '192208.922500', '192209.382500', '192209.842500', '192210.302500', '192210.762500', '192211.222500', '192211.682500', '192212.142500', '192212.602500', '192213.062500', '192213.522500', '192213.982500', '192214.442500', '192214.902500', '192215.362500', '192215.822500', '192216.282500', '192216.742500', '192217.202500', '192217.662500', '192218.122500', '192218.582500', '192219.042500', '192219.502500', '192219.962500', '192220.422500', '192220.882500', '192221.342500', '192221.802500', '192222.262500', '192222.722500', '192223.182500', '192223.642500', '192224.102500', '192224.562500', '192225.022500', '192225.482500', '192225.942500', '192226.402500', '192226.862500', '192227.322500', '192227.782500', '192228.242500', '192228.702500', '192229.162500', '192229.622500', '192230.082500', '192230.542500', '192231.002500', '192231.462500', '192231.922500', '192232.382500', '192232.842500', '192233.302500', '192233.762500', '192234.222500', '192234.682500', '192235.142500', '192235.602500', '192236.062500', '192236.522500', '192236.982500', '192237.442500', '192237.902500', '192238.362500', '192238.822500', '192239.282500', '192239.742500', '192240.202500', '192240.662500', '192241.122500', '192241.582500', '192242.042500', '192242.502500', '192242.962500', '192243.422500', '192243.882500', '192244.342500', '192244.802500', '192245.262500', '192245.722500', '192246.182500', '192246.642500', '192247.102500', '192247.562500', '192248.022500', '192248.482500', '192248.942500', '192249.402500', '192249.862500', '192250.322500', '192250.782500', '192251.242500', '192251.702500', '192252.162500', '192252.622500', '192253.082500', '192253.542500', '192254.002500', '192254.462500', '192254.922500', '192255.382500', '192255.842500', '192256.302500', '192256.762500', '192257.222500', '192257.682500', '192258.142500', '192258.602500', '192259.062500', '192259.522500', '192259.982500', '192300.442500', '192300.902500', '192301.362500', '192301.822500', '192302.282500', '192302.742500', '192303.202500', '192303.662500', '192304.122500', '192304.582500', '192305.042500', '192305.502500', '192305.962500', '192306.422500', '192306.882500', '192307.342500', '192307.802500', '192308.262500', '192308.722500', '192309.182500', '192309.642500', '192310.102500', '192310.562500', '192311.022500', '192311.482500', '192311.942500', '192312.402500', '192312.862500', '192313.322500', '192313.782500', '192314.242500', '192314.702500', '192315.162500', '192315.622500', '192316.082500', '192316.542500', '192317.002500', '192317.462500', '192317.922500', '192318.382500', '192318.842500', '192319.302500', '192319.762500', '192320.222500', '192320.682500', '192321.142500', '192321.602500', '192322.062500', '192322.522500', '192322.982500', '192323.442500', '192323.902500', '192324.362500', '192324.822500', '192325.282500', '192325.742500', '192326.202500', '192326.662500', '192327.122500', '192327.582500', '192328.042500', '192328.502500', '192328.962500', '192329.422500', '192329.882500', '192330.342500', '192330.802500', '192331.262500', '192331.722500', '192332.182500', '192332.642500', '192333.102500', '192333.562500', '192334.022500', '192334.482500', '192334.942500', '192335.402500', '192335.862500', '192336.322500', '192336.782500', '192337.242500', '192337.702500', '192338.162500', '192338.622500', '192339.082500', '192339.542500', '192340.002500', '192340.462500', '192340.922500', '192341.382500', '192341.842500', '192342.302500', '192342.762500', '192343.222500', '192343.682500', '192344.142500', '192344.602500', '192345.062500', '192345.522500', '192345.982500', '192346.442500', '192346.902500', '192347.362500', '192347.822500', '192348.282500', '192348.742500', '192349.202500', '192349.662500', '192350.122500', '192350.582500', '192351.042500', '192351.502500', '192351.962500', '192352.422500', '192352.882500', '192353.342500', '192353.802500', '192354.262500', '192354.722500', '192355.182500', '192355.642500', '192356.102500', '192356.562500', '192357.022500', '192357.482500', '192357.942500', '192358.402500', '192358.862500', '192359.322500', '192359.782500', '192400.242500', '192400.702500', '192401.162500', '192401.622500', '192402.082500', '192402.542500', '192403.002500', '192403.462500', '192403.922500', '192404.382500', '192404.842500', '192405.302500', '192405.762500', '192406.222500', '192406.682500', '192407.142500', '192407.602500', '192408.062500', '192408.522500', '192408.982500', '192409.442500', '192409.902500', '192410.362500', '192410.822500', '192411.282500', '192411.742500', '192412.202500', '192412.662500', '192413.122500', '192413.582500', '192414.042500', '192414.502500', '192414.962500', '192415.422500', '192415.882500', '192416.342500', '192416.802500', '192417.262500', '192417.722500', '192418.182500', '192418.642500', '192419.102500', '192419.562500', '192420.022500', '192420.482500', '192420.942500', '192421.402500', '192421.862500', '192422.322500', '192422.782500', '192423.242500', '192423.702500', '192424.162500', '192424.622500', '192425.082500', '192425.542500', '192426.002500', '192426.462500', '192426.922500', '192427.382500', '192427.842500', '192428.302500', '192428.762500', '192429.222500', '192429.682500', '192430.142500', '192430.602500', '192431.062500', '192431.522500', '192431.982500', '192432.442500', '192432.902500', '192433.362500', '192433.822500', '192434.282500', '192434.742500', '192435.202500', '192435.662500', '192436.122500', '192436.582500', '192437.042500', '192437.502500', '192437.962500', '192438.422500', '192438.882500', '192439.342500', '192439.802500', '192440.262500', '192440.722500', '192441.182500', '192441.642500', '192442.102500', '192442.562500', '192443.022500', '192443.482500', '192443.942500', '192444.402500', '192444.862500', '192445.322500', '192445.782500', '192446.242500', '192446.702500', '192447.162500', '192447.622500', '192448.082500', '192448.542500', '192449.002500', '192449.462500', '192449.922500', '192450.382500', '192450.842500', '192451.302500', '192451.762500', '192452.222500', '192452.682500', '192453.142500', '192453.602500', '192454.062500', '192454.522500', '192454.982500', '192455.442500', '192455.902500', '192456.362500', '192456.822500', '192457.282500', '192457.742500', '192458.202500', '192458.662500', '192459.122500', '192459.582500', '192500.042500', '192500.502500', '192500.962500', '192501.422500', '192501.882500', '192502.342500', '192502.802500', '192503.262500', '192503.722500', '192504.182500', '192504.642500', '192505.102500', '192505.562500', '192506.022500', '192506.482500', '192506.942500', '192507.402500', '192507.862500', '192508.322500', '192508.782500', '192509.242500', '192509.702500', '192510.162500', '192510.622500', '192511.082500', '192511.542500', '192512.002500', '192512.462500', '192512.922500', '192513.382500', '192513.842500', '192514.302500', '192514.762500', '192515.222500', '192515.682500', '192516.142500', '192516.602500', '192517.062500', '192517.522500', '192517.982500', '192518.442500', '192518.902500', '192519.362500', '192519.822500', '192520.282500', '192520.742500', '192521.202500', '192521.662500', '192522.122500', '192522.582500', '192523.042500', '192523.502500', '192523.962500', '192524.422500', '192524.882500', '192525.342500', '192525.802500', '192526.262500', '192526.722500', '192527.182500', '192527.642500', '192528.102500', '192528.562500', '192529.022500', '192529.482500', '192529.942500', '192530.402500', '192530.862500', '192531.322500', '192531.782500', '192532.242500', '192532.702500', '192533.162500', '192533.622500', '192534.082500', '192534.542500', '192535.002500', '192535.462500', '192535.922500', '192536.382500', '192536.842500', '192537.302500', '192537.762500', '192538.222500', '192538.682500', '192539.142500', '192539.602500', '192540.062500', '192540.522500', '192540.982500', '192541.442500', '192541.902500', '192542.362500', '192542.822500', '192543.282500', '192543.742500', '192544.202500', '192544.662500', '192545.122500', '192545.582500', '192546.042500', '192546.502500', '192546.962500', '192547.422500', '192547.882500', '192548.342500', '192548.802500', '192549.262500', '192549.722500', '192550.182500', '192550.642500', '192551.102500', '192551.562500', '192552.022500', '192552.482500', '192552.942500', '192553.402500', '192553.862500', '192554.322500', '192554.782500', '192555.242500', '192555.702500', '192556.162500', '192556.622500', '192557.082500', '192557.542500', '192558.002500', '192558.462500', '192558.922500', '192559.382500', '192559.842500', '192600.302500', '192600.762500', '192601.222500', '192601.682500', '192602.142500', '192602.602500', '192603.062500', '192603.522500', '192603.982500', '192604.442500', '192604.902500', '192605.362500', '192605.822500', '192606.282500', '192606.742500', '192607.202500', '192607.662500', '192608.122500', '192608.582500', '192609.042500', '192609.502500', '192609.962500', '192610.422500', '192610.882500', '192611.342500', '192611.802500', '192612.262500', '192612.722500', '192613.182500', '192613.642500', '192614.102500', '192614.562500', '192615.022500', '192615.482500', '192615.942500', '192616.402500', '192616.862500', '192617.322500', '192617.782500', '192618.242500', '192618.702500', '192619.162500', '192619.622500', '192620.082500', '192620.542500', '192621.002500', '192621.462500', '192621.922500', '192622.382500', '192622.842500', '192623.302500', '192623.762500', '192624.222500', '192624.682500', '192625.142500', '192625.602500', '192626.062500', '192626.522500', '192626.982500', '192627.442500', '192627.902500', '192628.362500', '192628.822500', '192629.282500', '192629.742500', '192630.202500', '192630.662500', '192631.122500', '192631.582500', '192632.042500', '192632.502500', '192632.962500', '192633.422500', '192633.882500', '192634.342500', '192634.802500', '192635.262500', '192635.722500', '192636.182500', '192636.642500', '192637.102500', '192637.562500', '192638.022500', '192638.482500', '192638.942500', '192639.402500', '192639.862500', '192640.322500', '192640.782500', '192641.242500', '192641.702500', '192642.162500', '192642.622500', '192643.082500', '192643.542500', '192644.002500', '192644.462500', '192644.922500', '192645.382500', '192645.842500', '192646.302500', '192646.762500', '192647.222500', '192647.682500', '192648.142500', '192648.602500', '192649.062500', '192649.522500', '192649.982500', '192650.442500', '192650.902500', '192651.362500', '192651.822500', '192652.282500', '192652.742500', '192653.202500', '192653.662500', '192654.122500', '192654.582500', '192655.042500', '192655.502500', '192655.962500', '192656.422500', '192656.882500', '192657.342500', '192657.802500', '192658.262500', '192658.722500', '192659.182500', '192659.642500', '192700.102500', '192700.562500', '192701.022500', '192701.482500', '192701.942500', '192702.402500', '192702.862500', '192703.322500', '192703.782500', '192704.242500', '192704.702500', '192705.162500', '192705.622500', '192706.082500', '192706.542500', '192707.002500', '192707.462500', '192707.922500', '192708.382500', '192708.842500', '192709.302500', '192709.762500', '192710.222500', '192710.682500', '192711.142500', '192711.602500', '192712.062500', '192712.522500', '192712.982500', '192713.442500', '192713.902500', '192714.362500', '192714.822500', '192715.282500', '192715.742500', '192716.202500', '192716.662500', '192717.122500', '192717.582500', '192718.042500', '192718.502500', '192718.962500', '192719.422500', '192719.882500', '192720.342500', '192720.802500', '192721.262500', '192721.722500', '192722.182500', '192722.642500', '192723.102500', '192723.562500', '192724.022500', '192724.482500', '192724.942500', '192725.402500', '192725.862500', '192726.322500', '192726.782500', '192727.242500', '192727.702500', '192728.162500', '192728.622500', '192729.082500', '192729.542500', '192730.002500', '192730.462500', '192730.922500', '192731.382500', '192731.842500', '192732.302500', '192732.762500', '192733.222500', '192733.682500', '192734.142500', '192734.602500', '192735.062500', '192735.522500', '192735.982500', '192736.442500', '192736.902500', '192737.362500', '192737.822500', '192738.282500', '192738.742500', '192739.202500', '192739.662500', '192740.122500', '192740.582500', '192741.042500', '192741.502500', '192741.962500', '192742.422500', '192742.882500', '192743.342500', '192743.802500', '192744.262500', '192744.722500', '192745.182500', '192745.642500', '192746.102500', '192746.562500', '192747.022500', '192747.482500', '192747.942500', '192748.402500', '192748.862500', '192749.322500', '192749.782500', '192750.242500', '192750.702500', '192751.162500', '192751.622500', '192752.082500', '192752.542500', '192753.002500', '192753.462500', '192753.922500', '192754.382500', '192754.842500', '192755.302500', '192755.762500', '192756.222500', '192756.682500', '192757.142500', '192757.602500', '192758.062500', '192758.522500', '192758.982500', '192759.442500', '192759.902500', '192800.362500', '192800.822500', '192801.282500', '192801.742500', '192802.202500', '192802.662500', '192803.122500', '192803.582500', '192804.042500', '192804.502500', '192804.962500', '192805.422500', '192805.882500', '192806.342500', '192806.802500', '192807.262500', '192807.722500', '192808.182500', '192808.642500', '192809.102500', '192809.562500', '192810.022500', '192810.482500', '192810.942500', '192811.402500', '192811.862500', '192812.322500', '192812.782500', '192813.242500', '192813.702500', '192814.162500', '192814.622500', '192815.082500', '192815.542500', '192816.002500', '192816.462500', '192816.922500', '192817.382500', '192817.842500', '192818.302500', '192818.762500', '192819.222500', '192819.682500', '192820.142500', '192820.602500', '192821.062500', '192821.522500', '192821.982500', '192822.442500', '192822.902500', '192823.362500', '192823.822500', '192824.282500', '192824.742500', '192825.202500', '192825.662500', '192826.122500', '192826.582500', '192827.042500', '192827.502500', '192827.962500', '192828.422500', '192828.882500', '192829.342500', '192829.802500', '192830.262500', '192830.722500', '192831.182500', '192831.642500', '192832.102500', '192832.562500', '192833.022500', '192833.482500', '192833.942500', '192834.402500', '192834.862500', '192835.322500', '192835.782500', '192836.242500', '192836.702500', '192837.162500', '192837.622500', '192838.082500', '192838.542500', '192839.002500', '192839.462500', '192839.922500', '192840.382500', '192840.842500', '192841.302500', '192841.762500', '192842.222500', '192842.682500', '192843.142500', '192843.602500', '192844.062500', '192844.522500', '192844.982500', '192845.442500', '192845.902500', '192846.362500', '192846.822500', '192847.282500', '192847.742500', '192848.202500', '192848.662500', '192849.122500', '192849.582500', '192850.042500', '192850.502500', '192850.962500', '192851.422500', '192851.882500', '192852.342500', '192852.802500', '192853.262500', '192853.722500', '192854.182500', '192854.642500', '192855.102500', '192855.562500', '192856.022500', '192856.482500', '192856.942500', '192857.402500', '192857.862500', '192858.322500', '192858.782500', '192859.242500', '192859.702500', '192900.162500', '192900.622500', '192901.082500', '192901.542500', '192902.002500', '192902.462500', '192902.922500', '192903.382500', '192903.842500', '192904.302500', '192904.762500', '192905.222500', '192905.682500', '192906.142500', '192906.602500', '192907.062500', '192907.522500', '192907.982500', '192908.442500', '192908.902500', '192909.362500', '192909.822500', '192910.282500', '192910.742500', '192911.202500', '192911.662500', '192912.122500', '192912.582500', '192913.042500', '192913.502500', '192913.962500', '192914.422500', '192914.882500', '192915.342500', '192915.802500', '192916.262500', '192916.722500', '192917.182500', '192917.642500', '192918.102500', '192918.562500', '192919.022500', '192919.482500', '192919.942500', '192920.402500', '192920.862500', '192921.322500', '192921.782500', '192922.242500', '192922.702500', '192923.162500', '192923.622500', '192924.082500', '192924.542500', '192925.002500', '192925.462500', '192925.922500', '192926.382500', '192926.842500', '192927.302500', '192927.762500', '192928.222500', '192928.682500', '192929.142500', '192929.602500', '192930.062500', '192930.522500', '192930.982500', '192931.442500', '192931.902500', '192932.362500', '192932.822500', '192933.282500', '192933.742500', '192934.202500', '192934.662500', '192935.122500', '192935.582500', '192936.042500', '192936.502500', '192936.962500', '192937.422500', '192937.882500', '192938.342500', '192938.802500', '192939.262500', '192939.722500', '192940.182500', '192940.642500', '192941.102500', '192941.562500', '192942.022500', '192942.482500', '192942.942500', '192943.402500', '192943.862500', '192944.322500', '192944.782500', '192945.242500', '192945.702500', '192946.162500', '192946.622500', '192947.082500', '192947.542500', '192948.002500', '192948.462500', '192948.922500', '192949.382500', '192949.842500', '192950.302500', '192950.762500', '192951.222500', '192951.682500', '192952.142500', '192952.602500', '192953.062500', '192953.522500', '192953.982500', '192954.442500', '192954.902500', '192955.362500', '192955.822500', '192956.282500', '192956.742500', '192957.202500', '192957.662500', '192958.122500', '192958.582500'], 'ContentTime': ['192111.972000', '192111.975000', '192111.978000', '192111.980000', '192111.983000', '192111.985000', '192111.988000', '192111.990000', '192111.993000', '192111.996000', '192111.998000', '192112.001000', '192112.003000', '192112.012000', '192112.014000', '192112.017000', '192112.019000', '192112.022000', '192112.025000', '192112.027000', '192112.030000', '192112.032000', '192112.035000', '192112.037000', '192112.040000', '192112.042000', '192112.045000', '192112.048000', '192112.050000', '192112.053000', '192112.055000', '192112.058000', '192112.060000', '192112.063000', '192112.066000', '192112.068000', '192112.071000', '192112.073000', '192112.076000', '192112.078000', '192112.081000', '192112.083000', '192112.086000', '192112.089000', '192112.091000', '192112.094000', '192112.096000', '192112.099000', '192112.101000', '192112.104000', '192112.107000', '192112.109000', '192112.112000', '192112.114000', '192112.117000', '192112.172000', '192112.175000', '192112.178000', '192112.180000', '192112.183000', '192131.914000', '192131.917000', '192131.920000', '192131.923000', '192131.925000', '192131.928000', '192131.931000', '192131.934000', '192131.939000', '192131.942000', '192131.944000', '192131.947000', '192131.949000', '192131.952000', '192131.955000', '192131.957000', '192131.960000', '192131.962000', '192131.965000', '192131.967000', '192131.970000', '192131.973000', '192131.975000', '192131.978000', '192131.980000', '192131.983000', '192131.986000', '192131.988000', '192131.991000', '192131.994000', '192131.996000', '192131.999000', '192132.001000', '192132.004000', '192132.006000', '192132.009000', '192132.012000', '192132.014000', '192132.017000', '192132.019000', '192132.022000', '192132.024000', '192132.027000', '192132.030000', '192151.914000', '192151.917000', '192151.920000', '192151.923000', '192151.925000', '192151.928000', '192151.930000', '192151.933000', '192151.936000', '192151.938000', '192151.941000', '192151.943000', '192151.946000', '192151.948000', '192151.951000', '192151.954000', '192151.956000', '192151.959000', '192151.961000', '192151.964000', '192151.967000', '192151.969000', '192151.972000', '192151.974000', '192151.977000', '192151.980000', '192151.982000', '192151.985000', '192151.987000', '192151.990000', '192151.992000', '192151.995000', '192151.998000', '192152.000000', '192152.003000', '192152.005000', '192152.008000', '192152.010000', '192152.013000', '192152.016000', '192152.018000', '192152.021000', '192152.023000', '192211.914000', '192211.918000', '192211.920000', '192211.923000', '192211.926000', '192211.928000', '192211.931000', '192211.933000', '192211.936000', '192211.939000', '192211.941000', '192211.944000', '192211.947000', '192211.949000', '192211.952000', '192211.954000', '192211.957000', '192211.960000', '192211.962000', '192211.965000', '192211.967000', '192211.970000', '192211.973000', '192211.975000', '192211.978000', '192211.980000', '192211.983000', '192211.985000', '192211.988000', '192211.991000', '192211.993000', '192211.996000', '192211.998000', '192212.001000', '192212.004000', '192212.006000', '192212.009000', '192212.011000', '192212.014000', '192212.016000', '192212.019000', '192212.022000', '192212.024000', '192231.915000', '192231.917000', '192231.920000', '192231.923000', '192231.925000', '192231.928000', '192231.930000', '192231.933000', '192231.936000', '192231.938000', '192231.941000', '192231.943000', '192231.946000', '192231.948000', '192231.951000', '192231.953000', '192231.956000', '192231.959000', '192231.961000', '192231.964000', '192231.966000', '192231.969000', '192231.972000', '192231.974000', '192231.977000', '192231.979000', '192231.982000', '192231.984000', '192231.987000', '192231.990000', '192231.992000', '192231.995000', '192231.997000', '192232.001000', '192232.004000', '192232.006000', '192232.009000', '192232.011000', '192232.014000', '192232.017000', '192232.019000', '192232.022000', '192232.024000', '192232.027000', '192251.915000', '192251.917000', '192251.920000', '192251.932000', '192251.935000', '192251.937000', '192251.940000', '192251.943000', '192251.945000', '192251.948000', '192251.951000', '192251.953000', '192251.956000', '192251.959000', '192251.961000', '192251.964000', '192251.967000', '192251.971000', '192251.974000', '192251.977000', '192251.980000', '192251.982000', '192251.985000', '192251.987000', '192251.990000', '192251.993000', '192251.995000', '192251.998000', '192252.002000', '192252.004000', '192252.007000', '192252.010000', '192252.012000', '192252.015000', '192252.028000', '192252.031000', '192252.033000', '192252.036000', '192252.039000', '192252.041000', '192252.044000', '192252.047000', '192252.049000', '192311.914000', '192311.917000', '192311.920000', '192311.923000', '192311.925000', '192311.928000', '192311.931000', '192311.933000', '192311.936000', '192311.938000', '192311.941000', '192311.944000', '192311.946000', '192311.949000', '192311.952000', '192311.954000', '192311.957000', '192311.959000', '192311.962000', '192311.965000', '192311.967000', '192311.970000', '192311.972000', '192311.975000', '192311.978000', '192311.980000', '192311.983000', '192311.985000', '192311.988000', '192311.991000', '192311.993000', '192311.996000', '192311.998000', '192312.002000', '192312.005000', '192312.007000', '192312.010000', '192312.012000', '192312.015000', '192312.018000', '192312.020000', '192312.023000', '192312.026000', '192312.028000', '192331.915000', '192331.917000', '192331.920000', '192331.923000', '192331.925000', '192331.928000', '192331.930000', '192331.933000', '192331.936000', '192331.938000', '192331.941000', '192331.943000', '192331.946000', '192331.949000', '192331.952000', '192331.954000', '192331.957000', '192331.959000', '192331.962000', '192331.965000', '192331.967000', '192331.970000', '192331.975000', '192331.977000', '192331.980000', '192331.983000', '192331.985000', '192331.988000', '192331.990000', '192331.993000', '192331.996000', '192331.998000', '192332.001000', '192332.003000', '192332.006000', '192332.008000', '192332.011000', '192332.014000', '192332.016000', '192332.019000', '192332.021000', '192332.024000', '192332.027000', '192351.915000', '192351.918000', '192351.920000', '192351.923000', '192351.926000', '192351.928000', '192351.931000', '192351.934000', '192351.936000', '192351.939000', '192351.942000', '192351.944000', '192351.947000', '192351.950000', '192351.952000', '192351.955000', '192351.957000', '192351.960000', '192351.963000', '192351.965000', '192351.968000', '192351.971000', '192351.973000', '192351.976000', '192351.978000', '192351.981000', '192351.984000', '192351.986000', '192351.989000', '192351.991000', '192351.994000', '192351.997000', '192352.000000', '192352.003000', '192352.006000', '192352.008000', '192352.011000', '192352.013000', '192352.016000', '192352.019000', '192352.021000', '192352.024000', '192352.026000', '192352.029000', '192411.915000', '192411.918000', '192411.920000', '192411.923000', '192411.926000', '192411.928000', '192411.931000', '192411.933000', '192411.936000', '192411.938000', '192411.941000', '192411.944000', '192411.946000', '192411.949000', '192411.951000', '192411.954000', '192411.957000', '192411.959000', '192411.962000', '192411.964000', '192411.967000', '192411.970000', '192411.974000', '192411.976000', '192411.979000', '192411.982000', '192411.984000', '192411.987000', '192411.989000', '192411.992000', '192411.994000', '192411.997000', '192412.001000', '192412.009000', '192412.012000', '192412.015000', '192412.017000', '192412.020000', '192412.022000', '192412.025000', '192412.028000', '192412.030000', '192412.033000', '192431.915000', '192431.917000', '192431.920000', '192431.923000', '192431.925000', '192431.928000', '192431.931000', '192431.933000', '192431.936000', '192431.938000', '192431.941000', '192431.943000', '192431.946000', '192431.949000', '192431.951000', '192431.954000', '192431.963000', '192431.965000', '192431.968000', '192431.971000', '192431.973000', '192431.976000', '192431.980000', '192431.982000', '192431.985000', '192431.987000', '192431.990000', '192431.993000', '192431.995000', '192431.998000', '192432.001000', '192432.004000', '192432.007000', '192432.009000', '192432.012000', '192432.014000', '192432.017000', '192432.019000', '192432.022000', '192432.025000', '192432.027000', '192432.030000', '192432.032000', '192432.035000', '192451.915000', '192451.917000', '192451.920000', '192451.923000', '192451.925000', '192451.928000', '192451.930000', '192451.933000', '192451.936000', '192451.938000', '192451.951000', '192451.953000', '192451.956000', '192451.958000', '192451.961000', '192451.964000', '192451.966000', '192451.969000', '192451.971000', '192451.974000', '192451.977000', '192451.979000', '192451.982000', '192451.985000', '192451.987000', '192451.990000', '192451.992000', '192451.995000', '192451.998000', '192452.002000', '192452.005000', '192452.008000', '192452.010000', '192452.013000', '192452.016000', '192452.018000', '192452.021000', '192452.023000', '192452.026000', '192452.029000', '192452.031000', '192452.034000', '192452.036000', '192511.915000', '192511.917000', '192511.920000', '192511.923000', '192511.925000', '192511.928000', '192511.930000', '192511.933000', '192511.936000', '192511.938000', '192511.941000', '192511.944000', '192511.946000', '192511.949000', '192511.951000', '192511.954000', '192511.957000', '192511.959000', '192511.962000', '192511.964000', '192511.967000', '192511.969000', '192511.972000', '192511.975000', '192511.977000', '192511.980000', '192511.982000', '192511.985000', '192511.988000', '192511.990000', '192511.993000', '192511.996000', '192511.998000', '192512.001000', '192512.003000', '192512.006000', '192512.008000', '192512.011000', '192512.014000', '192512.016000', '192512.019000', '192512.021000', '192512.024000', '192512.027000', '192531.915000', '192531.918000', '192531.920000', '192531.923000', '192531.925000', '192531.928000', '192531.931000', '192531.933000', '192531.936000', '192531.938000', '192531.941000', '192531.943000', '192531.946000', '192531.949000', '192531.951000', '192531.954000', '192531.956000', '192531.959000', '192531.961000', '192531.964000', '192531.967000', '192531.969000', '192531.972000', '192531.974000', '192531.977000', '192531.980000', '192531.982000', '192531.985000', '192531.988000', '192531.990000', '192531.993000', '192531.995000', '192531.998000', '192532.001000', '192532.003000', '192532.006000', '192532.008000', '192532.011000', '192532.013000', '192532.016000', '192532.019000', '192532.021000', '192532.024000', '192551.915000', '192551.917000', '192551.920000', '192551.923000', '192551.925000', '192551.928000', '192551.930000', '192551.933000', '192551.936000', '192551.938000', '192551.941000', '192551.943000', '192551.946000', '192551.949000', '192551.951000', '192551.954000', '192551.956000', '192551.959000', '192551.962000', '192551.964000', '192551.967000', '192551.969000', '192551.972000', '192551.975000', '192551.977000', '192551.980000', '192551.982000', '192551.985000', '192551.988000', '192551.990000', '192551.993000', '192551.995000', '192551.998000', '192552.002000', '192552.004000', '192552.007000', '192552.009000', '192552.012000', '192552.015000', '192552.017000', '192552.020000', '192552.040000', '192552.042000', '192552.045000', '192611.915000', '192611.917000', '192611.920000', '192611.923000', '192611.925000', '192611.928000', '192611.931000', '192611.933000', '192611.936000', '192611.938000', '192611.941000', '192611.944000', '192611.946000', '192611.951000', '192611.953000', '192611.956000', '192611.958000', '192611.961000', '192611.964000', '192611.966000', '192611.969000', '192611.971000', '192611.974000', '192611.977000', '192611.979000', '192611.982000', '192611.984000', '192611.987000', '192611.990000', '192611.992000', '192611.995000', '192611.998000', '192612.002000', '192612.004000', '192612.007000', '192612.019000', '192612.021000', '192612.024000', '192612.026000', '192612.029000', '192612.032000', '192612.034000', '192612.037000', '192631.915000', '192631.917000', '192631.920000', '192631.923000', '192631.925000', '192631.928000', '192631.930000', '192631.933000', '192631.936000', '192631.938000', '192631.941000', '192631.943000', '192631.946000', '192631.949000', '192631.951000', '192631.954000', '192631.956000', '192631.959000', '192631.961000', '192631.964000', '192631.967000', '192631.969000', '192631.972000', '192631.974000', '192631.977000', '192631.980000', '192631.982000', '192631.985000', '192631.988000', '192631.990000', '192631.993000', '192631.995000', '192631.998000', '192632.002000', '192632.004000', '192632.007000', '192632.009000', '192632.012000', '192632.014000', '192632.017000', '192632.020000', '192632.022000', '192632.025000', '192632.027000', '192651.915000', '192651.917000', '192651.920000', '192651.923000', '192651.926000', '192651.928000', '192651.931000', '192651.933000', '192651.936000', '192651.939000', '192651.941000', '192651.944000', '192651.946000', '192651.949000', '192651.952000', '192651.954000', '192651.957000', '192651.959000', '192651.962000', '192651.964000', '192651.967000', '192651.970000', '192651.972000', '192651.975000', '192651.977000', '192651.980000', '192651.983000', '192651.985000', '192651.988000', '192651.990000', '192651.993000', '192651.996000', '192651.998000', '192652.002000', '192652.004000', '192652.007000', '192652.009000', '192652.012000', '192652.015000', '192652.018000', '192652.021000', '192652.024000', '192652.027000', '192711.915000', '192711.918000', '192711.920000', '192711.923000', '192711.925000', '192711.928000', '192711.931000', '192711.933000', '192711.936000', '192711.938000', '192711.941000', '192711.944000', '192711.946000', '192711.949000', '192711.951000', '192711.954000', '192711.957000', '192711.959000', '192711.962000', '192711.964000', '192711.967000', '192711.969000', '192711.972000', '192711.975000', '192711.977000', '192711.980000', '192711.983000', '192711.985000', '192711.988000', '192711.990000', '192711.993000', '192711.996000', '192711.998000', '192712.002000', '192712.004000', '192712.007000', '192712.010000', '192712.012000', '192712.015000', '192712.017000', '192712.020000', '192712.023000', '192712.025000', '192712.028000', '192731.915000', '192731.918000', '192731.920000', '192731.923000', '192731.925000', '192731.928000', '192731.931000', '192731.933000', '192731.936000', '192731.938000', '192731.941000', '192731.944000', '192731.946000', '192731.949000', '192731.951000', '192731.954000', '192731.956000', '192731.959000', '192731.962000', '192731.964000', '192731.967000', '192731.969000', '192731.972000', '192731.975000', '192731.977000', '192731.980000', '192731.982000', '192731.985000', '192731.988000', '192731.990000', '192731.993000', '192731.995000', '192731.998000', '192732.002000', '192732.004000', '192732.007000', '192732.009000', '192732.017000', '192732.020000', '192732.022000', '192732.025000', '192732.027000', '192732.030000', '192751.915000', '192751.917000', '192751.920000', '192751.923000', '192751.926000', '192751.928000', '192751.931000', '192751.933000', '192751.936000', '192751.939000', '192751.941000', '192751.944000', '192751.947000', '192751.949000', '192751.952000', '192751.955000', '192751.957000', '192751.960000', '192751.963000', '192751.965000', '192751.968000', '192751.970000', '192751.973000', '192751.976000', '192751.978000', '192751.981000', '192751.984000', '192751.986000', '192751.989000', '192751.991000', '192751.994000', '192751.996000', '192752.000000', '192752.003000', '192752.005000', '192752.008000', '192752.010000', '192752.013000', '192752.016000', '192752.018000', '192752.021000', '192752.023000', '192752.026000', '192752.029000', '192811.915000', '192811.917000', '192811.920000', '192811.923000', '192811.925000', '192811.928000', '192811.931000', '192811.933000', '192811.936000', '192811.938000', '192811.941000', '192811.944000', '192811.946000', '192811.949000', '192811.951000', '192811.954000', '192811.957000', '192811.959000', '192811.962000', '192811.964000', '192811.967000', '192811.970000', '192811.972000', '192811.975000', '192811.977000', '192811.980000', '192811.982000', '192811.985000', '192811.988000', '192811.990000', '192811.993000', '192811.995000', '192811.998000', '192812.001000', '192812.003000', '192812.006000', '192812.008000', '192812.011000', '192812.014000', '192812.016000', '192812.019000', '192812.021000', '192812.024000', '192831.915000', '192831.918000', '192831.920000', '192831.923000', '192831.925000', '192831.928000', '192831.931000', '192831.933000', '192831.936000', '192831.938000', '192831.941000', '192831.944000', '192831.946000', '192831.949000', '192831.951000', '192831.954000', '192831.957000', '192831.959000', '192831.962000', '192831.964000', '192831.967000', '192831.970000', '192831.972000', '192831.975000', '192831.977000', '192831.980000', '192831.983000', '192831.985000', '192831.988000', '192831.990000', '192831.993000', '192831.996000', '192831.998000', '192832.002000', '192832.005000', '192832.007000', '192832.010000', '192832.012000', '192832.015000', '192832.018000', '192832.020000', '192832.023000', '192832.025000', '192832.028000', '192851.914000', '192851.917000', '192851.920000', '192851.922000', '192851.925000', '192851.928000', '192851.930000', '192851.933000', '192851.935000', '192851.938000', '192851.941000', '192851.943000', '192851.946000', '192851.948000', '192851.951000', '192851.953000', '192851.956000', '192851.959000', '192851.961000', '192851.964000', '192851.966000', '192851.969000', '192851.972000', '192851.974000', '192851.977000', '192851.979000', '192851.982000', '192851.984000', '192851.987000', '192851.990000', '192851.992000', '192851.995000', '192851.998000', '192852.001000', '192852.004000', '192852.007000', '192852.009000', '192852.012000', '192852.015000', '192852.017000', '192852.020000', '192852.022000', '192852.025000', '192911.915000', '192911.918000', '192911.920000', '192911.923000', '192911.925000', '192911.929000', '192911.932000', '192911.935000', '192911.937000', '192911.940000', '192911.943000', '192911.945000', '192911.948000', '192911.950000', '192911.953000', '192911.956000', '192911.958000', '192911.961000', '192911.963000', '192911.966000', '192911.969000', '192911.971000', '192911.974000', '192911.976000', '192911.979000', '192911.982000', '192911.984000', '192911.987000', '192911.990000', '192911.992000', '192911.995000', '192911.997000', '192912.001000', '192912.004000', '192912.006000', '192912.009000', '192912.012000', '192912.014000', '192912.017000', '192912.019000', '192912.022000', '192912.025000', '192912.027000', '192912.030000', '192931.915000', '192931.917000', '192931.920000', '192931.923000', '192931.925000', '192931.928000', '192931.931000', '192931.933000', '192931.936000', '192931.938000', '192931.941000', '192931.943000', '192931.946000', '192931.949000', '192931.951000', '192931.954000', '192931.956000', '192931.959000', '192931.962000', '192931.964000', '192931.967000', '192931.969000', '192931.972000', '192931.974000', '192931.977000', '192931.980000', '192931.982000', '192931.985000', '192931.987000', '192931.990000', '192931.993000', '192931.995000', '192931.998000', '192932.001000', '192932.004000', '192932.007000', '192932.009000', '192932.012000', '192932.014000', '192932.017000', '192932.019000', '192932.022000', '192932.025000', '192951.915000', '192951.918000', '192951.920000', '192951.923000', '192951.926000', '192951.928000', '192951.931000', '192951.933000', '192951.936000', '192951.939000', '192951.941000', '192951.944000', '192951.946000', '192951.949000', '192951.951000', '192951.954000', '192951.957000', '192951.959000', '192951.962000', '192951.964000', '192951.967000', '192951.970000', '192951.972000', '192951.975000', '192951.977000', '192951.980000', '192951.983000', '192951.985000', '192951.988000', '192951.990000', '192951.993000', '192951.996000', '192951.998000', '192952.002000', '192952.004000', '192952.007000', '192952.010000', '192952.012000', '192952.015000', '192952.017000', '192952.020000', '192952.023000', '192952.025000', '193000.163000', '193000.166000', '193000.178000', '193000.180000', '193000.183000', '193000.186000', '193000.188000', '193000.191000', '193000.194000', '193000.196000', '193000.199000', '193000.202000', '193000.204000', '193000.207000', '193000.209000', '193000.212000', '193000.215000', '193000.217000', '193000.220000'], 'InstanceCreationTime': ['192111.972000', '192111.975000', '192111.978000', '192111.980000', '192111.983000', '192111.985000', '192111.988000', '192111.990000', '192111.993000', '192111.996000', '192111.998000', '192112.001000', '192112.003000', '192112.012000', '192112.014000', '192112.017000', '192112.019000', '192112.022000', '192112.025000', '192112.027000', '192112.030000', '192112.032000', '192112.035000', '192112.037000', '192112.040000', '192112.042000', '192112.045000', '192112.048000', '192112.050000', '192112.053000', '192112.055000', '192112.058000', '192112.060000', '192112.063000', '192112.066000', '192112.068000', '192112.071000', '192112.073000', '192112.076000', '192112.078000', '192112.081000', '192112.083000', '192112.086000', '192112.089000', '192112.091000', '192112.094000', '192112.096000', '192112.099000', '192112.101000', '192112.104000', '192112.107000', '192112.109000', '192112.112000', '192112.114000', '192112.117000', '192112.172000', '192112.175000', '192112.178000', '192112.180000', '192112.183000', '192131.914000', '192131.917000', '192131.920000', '192131.923000', '192131.925000', '192131.928000', '192131.931000', '192131.934000', '192131.939000', '192131.942000', '192131.944000', '192131.947000', '192131.949000', '192131.952000', '192131.955000', '192131.957000', '192131.960000', '192131.962000', '192131.965000', '192131.967000', '192131.970000', '192131.973000', '192131.975000', '192131.978000', '192131.980000', '192131.983000', '192131.986000', '192131.988000', '192131.991000', '192131.994000', '192131.996000', '192131.999000', '192132.001000', '192132.004000', '192132.006000', '192132.009000', '192132.012000', '192132.014000', '192132.017000', '192132.019000', '192132.022000', '192132.024000', '192132.027000', '192132.030000', '192151.914000', '192151.917000', '192151.920000', '192151.923000', '192151.925000', '192151.928000', '192151.930000', '192151.933000', '192151.936000', '192151.938000', '192151.941000', '192151.943000', '192151.946000', '192151.948000', '192151.951000', '192151.954000', '192151.956000', '192151.959000', '192151.961000', '192151.964000', '192151.967000', '192151.969000', '192151.972000', '192151.974000', '192151.977000', '192151.980000', '192151.982000', '192151.985000', '192151.987000', '192151.990000', '192151.992000', '192151.995000', '192151.998000', '192152.000000', '192152.003000', '192152.005000', '192152.008000', '192152.010000', '192152.013000', '192152.016000', '192152.018000', '192152.021000', '192152.023000', '192211.914000', '192211.918000', '192211.920000', '192211.923000', '192211.926000', '192211.928000', '192211.931000', '192211.933000', '192211.936000', '192211.939000', '192211.941000', '192211.944000', '192211.947000', '192211.949000', '192211.952000', '192211.954000', '192211.957000', '192211.960000', '192211.962000', '192211.965000', '192211.967000', '192211.970000', '192211.973000', '192211.975000', '192211.978000', '192211.980000', '192211.983000', '192211.985000', '192211.988000', '192211.991000', '192211.993000', '192211.996000', '192211.998000', '192212.001000', '192212.004000', '192212.006000', '192212.009000', '192212.011000', '192212.014000', '192212.016000', '192212.019000', '192212.022000', '192212.024000', '192231.915000', '192231.917000', '192231.920000', '192231.923000', '192231.925000', '192231.928000', '192231.930000', '192231.933000', '192231.936000', '192231.938000', '192231.941000', '192231.943000', '192231.946000', '192231.948000', '192231.951000', '192231.953000', '192231.956000', '192231.959000', '192231.961000', '192231.964000', '192231.966000', '192231.969000', '192231.972000', '192231.974000', '192231.977000', '192231.979000', '192231.982000', '192231.984000', '192231.987000', '192231.990000', '192231.992000', '192231.995000', '192231.997000', '192232.001000', '192232.004000', '192232.006000', '192232.009000', '192232.011000', '192232.014000', '192232.017000', '192232.019000', '192232.022000', '192232.024000', '192232.027000', '192251.915000', '192251.917000', '192251.920000', '192251.932000', '192251.935000', '192251.937000', '192251.940000', '192251.943000', '192251.945000', '192251.948000', '192251.951000', '192251.953000', '192251.956000', '192251.959000', '192251.961000', '192251.964000', '192251.967000', '192251.971000', '192251.974000', '192251.977000', '192251.980000', '192251.982000', '192251.985000', '192251.987000', '192251.990000', '192251.993000', '192251.995000', '192251.998000', '192252.002000', '192252.004000', '192252.007000', '192252.010000', '192252.012000', '192252.015000', '192252.028000', '192252.031000', '192252.033000', '192252.036000', '192252.039000', '192252.041000', '192252.044000', '192252.047000', '192252.049000', '192311.914000', '192311.917000', '192311.920000', '192311.923000', '192311.925000', '192311.928000', '192311.931000', '192311.933000', '192311.936000', '192311.938000', '192311.941000', '192311.944000', '192311.946000', '192311.949000', '192311.952000', '192311.954000', '192311.957000', '192311.959000', '192311.962000', '192311.965000', '192311.967000', '192311.970000', '192311.972000', '192311.975000', '192311.978000', '192311.980000', '192311.983000', '192311.985000', '192311.988000', '192311.991000', '192311.993000', '192311.996000', '192311.998000', '192312.002000', '192312.005000', '192312.007000', '192312.010000', '192312.012000', '192312.015000', '192312.018000', '192312.020000', '192312.023000', '192312.026000', '192312.028000', '192331.915000', '192331.917000', '192331.920000', '192331.923000', '192331.925000', '192331.928000', '192331.930000', '192331.933000', '192331.936000', '192331.938000', '192331.941000', '192331.943000', '192331.946000', '192331.949000', '192331.952000', '192331.954000', '192331.957000', '192331.959000', '192331.962000', '192331.965000', '192331.967000', '192331.970000', '192331.975000', '192331.977000', '192331.980000', '192331.983000', '192331.985000', '192331.988000', '192331.990000', '192331.993000', '192331.996000', '192331.998000', '192332.001000', '192332.003000', '192332.006000', '192332.008000', '192332.011000', '192332.014000', '192332.016000', '192332.019000', '192332.021000', '192332.024000', '192332.027000', '192351.915000', '192351.918000', '192351.920000', '192351.923000', '192351.926000', '192351.928000', '192351.931000', '192351.934000', '192351.936000', '192351.939000', '192351.942000', '192351.944000', '192351.947000', '192351.950000', '192351.952000', '192351.955000', '192351.957000', '192351.960000', '192351.963000', '192351.965000', '192351.968000', '192351.971000', '192351.973000', '192351.976000', '192351.978000', '192351.981000', '192351.984000', '192351.986000', '192351.989000', '192351.991000', '192351.994000', '192351.997000', '192352.000000', '192352.003000', '192352.006000', '192352.008000', '192352.011000', '192352.013000', '192352.016000', '192352.019000', '192352.021000', '192352.024000', '192352.026000', '192352.029000', '192411.915000', '192411.918000', '192411.920000', '192411.923000', '192411.926000', '192411.928000', '192411.931000', '192411.933000', '192411.936000', '192411.938000', '192411.941000', '192411.944000', '192411.946000', '192411.949000', '192411.951000', '192411.954000', '192411.957000', '192411.959000', '192411.962000', '192411.964000', '192411.967000', '192411.970000', '192411.974000', '192411.976000', '192411.979000', '192411.982000', '192411.984000', '192411.987000', '192411.989000', '192411.992000', '192411.994000', '192411.997000', '192412.001000', '192412.009000', '192412.012000', '192412.015000', '192412.017000', '192412.020000', '192412.022000', '192412.025000', '192412.028000', '192412.030000', '192412.033000', '192431.915000', '192431.917000', '192431.920000', '192431.923000', '192431.925000', '192431.928000', '192431.931000', '192431.933000', '192431.936000', '192431.938000', '192431.941000', '192431.943000', '192431.946000', '192431.949000', '192431.951000', '192431.954000', '192431.963000', '192431.965000', '192431.968000', '192431.971000', '192431.973000', '192431.976000', '192431.980000', '192431.982000', '192431.985000', '192431.987000', '192431.990000', '192431.993000', '192431.995000', '192431.998000', '192432.001000', '192432.004000', '192432.007000', '192432.009000', '192432.012000', '192432.014000', '192432.017000', '192432.019000', '192432.022000', '192432.025000', '192432.027000', '192432.030000', '192432.032000', '192432.035000', '192451.915000', '192451.917000', '192451.920000', '192451.923000', '192451.925000', '192451.928000', '192451.930000', '192451.933000', '192451.936000', '192451.938000', '192451.951000', '192451.953000', '192451.956000', '192451.958000', '192451.961000', '192451.964000', '192451.966000', '192451.969000', '192451.971000', '192451.974000', '192451.977000', '192451.979000', '192451.982000', '192451.985000', '192451.987000', '192451.990000', '192451.992000', '192451.995000', '192451.998000', '192452.002000', '192452.005000', '192452.008000', '192452.010000', '192452.013000', '192452.016000', '192452.018000', '192452.021000', '192452.023000', '192452.026000', '192452.029000', '192452.031000', '192452.034000', '192452.036000', '192511.915000', '192511.917000', '192511.920000', '192511.923000', '192511.925000', '192511.928000', '192511.930000', '192511.933000', '192511.936000', '192511.938000', '192511.941000', '192511.944000', '192511.946000', '192511.949000', '192511.951000', '192511.954000', '192511.957000', '192511.959000', '192511.962000', '192511.964000', '192511.967000', '192511.969000', '192511.972000', '192511.975000', '192511.977000', '192511.980000', '192511.982000', '192511.985000', '192511.988000', '192511.990000', '192511.993000', '192511.996000', '192511.998000', '192512.001000', '192512.003000', '192512.006000', '192512.008000', '192512.011000', '192512.014000', '192512.016000', '192512.019000', '192512.021000', '192512.024000', '192512.027000', '192531.915000', '192531.918000', '192531.920000', '192531.923000', '192531.925000', '192531.928000', '192531.931000', '192531.933000', '192531.936000', '192531.938000', '192531.941000', '192531.943000', '192531.946000', '192531.949000', '192531.951000', '192531.954000', '192531.956000', '192531.959000', '192531.961000', '192531.964000', '192531.967000', '192531.969000', '192531.972000', '192531.974000', '192531.977000', '192531.980000', '192531.982000', '192531.985000', '192531.988000', '192531.990000', '192531.993000', '192531.995000', '192531.998000', '192532.001000', '192532.003000', '192532.006000', '192532.008000', '192532.011000', '192532.013000', '192532.016000', '192532.019000', '192532.021000', '192532.024000', '192551.915000', '192551.917000', '192551.920000', '192551.923000', '192551.925000', '192551.928000', '192551.930000', '192551.933000', '192551.936000', '192551.938000', '192551.941000', '192551.943000', '192551.946000', '192551.949000', '192551.951000', '192551.954000', '192551.956000', '192551.959000', '192551.962000', '192551.964000', '192551.967000', '192551.969000', '192551.972000', '192551.975000', '192551.977000', '192551.980000', '192551.982000', '192551.985000', '192551.988000', '192551.990000', '192551.993000', '192551.995000', '192551.998000', '192552.002000', '192552.004000', '192552.007000', '192552.009000', '192552.012000', '192552.015000', '192552.017000', '192552.020000', '192552.040000', '192552.042000', '192552.045000', '192611.915000', '192611.917000', '192611.920000', '192611.923000', '192611.925000', '192611.928000', '192611.931000', '192611.933000', '192611.936000', '192611.938000', '192611.941000', '192611.944000', '192611.946000', '192611.951000', '192611.953000', '192611.956000', '192611.958000', '192611.961000', '192611.964000', '192611.966000', '192611.969000', '192611.971000', '192611.974000', '192611.977000', '192611.979000', '192611.982000', '192611.984000', '192611.987000', '192611.990000', '192611.992000', '192611.995000', '192611.998000', '192612.002000', '192612.004000', '192612.007000', '192612.019000', '192612.021000', '192612.024000', '192612.026000', '192612.029000', '192612.032000', '192612.034000', '192612.037000', '192631.915000', '192631.917000', '192631.920000', '192631.923000', '192631.925000', '192631.928000', '192631.930000', '192631.933000', '192631.936000', '192631.938000', '192631.941000', '192631.943000', '192631.946000', '192631.949000', '192631.951000', '192631.954000', '192631.956000', '192631.959000', '192631.961000', '192631.964000', '192631.967000', '192631.969000', '192631.972000', '192631.974000', '192631.977000', '192631.980000', '192631.982000', '192631.985000', '192631.988000', '192631.990000', '192631.993000', '192631.995000', '192631.998000', '192632.002000', '192632.004000', '192632.007000', '192632.009000', '192632.012000', '192632.014000', '192632.017000', '192632.020000', '192632.022000', '192632.025000', '192632.027000', '192651.915000', '192651.917000', '192651.920000', '192651.923000', '192651.926000', '192651.928000', '192651.931000', '192651.933000', '192651.936000', '192651.939000', '192651.941000', '192651.944000', '192651.946000', '192651.949000', '192651.952000', '192651.954000', '192651.957000', '192651.959000', '192651.962000', '192651.964000', '192651.967000', '192651.970000', '192651.972000', '192651.975000', '192651.977000', '192651.980000', '192651.983000', '192651.985000', '192651.988000', '192651.990000', '192651.993000', '192651.996000', '192651.998000', '192652.002000', '192652.004000', '192652.007000', '192652.009000', '192652.012000', '192652.015000', '192652.018000', '192652.021000', '192652.024000', '192652.027000', '192711.915000', '192711.918000', '192711.920000', '192711.923000', '192711.925000', '192711.928000', '192711.931000', '192711.933000', '192711.936000', '192711.938000', '192711.941000', '192711.944000', '192711.946000', '192711.949000', '192711.951000', '192711.954000', '192711.957000', '192711.959000', '192711.962000', '192711.964000', '192711.967000', '192711.969000', '192711.972000', '192711.975000', '192711.977000', '192711.980000', '192711.983000', '192711.985000', '192711.988000', '192711.990000', '192711.993000', '192711.996000', '192711.998000', '192712.002000', '192712.004000', '192712.007000', '192712.010000', '192712.012000', '192712.015000', '192712.017000', '192712.020000', '192712.023000', '192712.025000', '192712.028000', '192731.915000', '192731.918000', '192731.920000', '192731.923000', '192731.925000', '192731.928000', '192731.931000', '192731.933000', '192731.936000', '192731.938000', '192731.941000', '192731.944000', '192731.946000', '192731.949000', '192731.951000', '192731.954000', '192731.956000', '192731.959000', '192731.962000', '192731.964000', '192731.967000', '192731.969000', '192731.972000', '192731.975000', '192731.977000', '192731.980000', '192731.982000', '192731.985000', '192731.988000', '192731.990000', '192731.993000', '192731.995000', '192731.998000', '192732.002000', '192732.004000', '192732.007000', '192732.009000', '192732.017000', '192732.020000', '192732.022000', '192732.025000', '192732.027000', '192732.030000', '192751.915000', '192751.917000', '192751.920000', '192751.923000', '192751.926000', '192751.928000', '192751.931000', '192751.933000', '192751.936000', '192751.939000', '192751.941000', '192751.944000', '192751.947000', '192751.949000', '192751.952000', '192751.955000', '192751.957000', '192751.960000', '192751.963000', '192751.965000', '192751.968000', '192751.970000', '192751.973000', '192751.976000', '192751.978000', '192751.981000', '192751.984000', '192751.986000', '192751.989000', '192751.991000', '192751.994000', '192751.996000', '192752.000000', '192752.003000', '192752.005000', '192752.008000', '192752.010000', '192752.013000', '192752.016000', '192752.018000', '192752.021000', '192752.023000', '192752.026000', '192752.029000', '192811.915000', '192811.917000', '192811.920000', '192811.923000', '192811.925000', '192811.928000', '192811.931000', '192811.933000', '192811.936000', '192811.938000', '192811.941000', '192811.944000', '192811.946000', '192811.949000', '192811.951000', '192811.954000', '192811.957000', '192811.959000', '192811.962000', '192811.964000', '192811.967000', '192811.970000', '192811.972000', '192811.975000', '192811.977000', '192811.980000', '192811.982000', '192811.985000', '192811.988000', '192811.990000', '192811.993000', '192811.995000', '192811.998000', '192812.001000', '192812.003000', '192812.006000', '192812.008000', '192812.011000', '192812.014000', '192812.016000', '192812.019000', '192812.021000', '192812.024000', '192831.915000', '192831.918000', '192831.920000', '192831.923000', '192831.925000', '192831.928000', '192831.931000', '192831.933000', '192831.936000', '192831.938000', '192831.941000', '192831.944000', '192831.946000', '192831.949000', '192831.951000', '192831.954000', '192831.957000', '192831.959000', '192831.962000', '192831.964000', '192831.967000', '192831.970000', '192831.972000', '192831.975000', '192831.977000', '192831.980000', '192831.983000', '192831.985000', '192831.988000', '192831.990000', '192831.993000', '192831.996000', '192831.998000', '192832.002000', '192832.005000', '192832.007000', '192832.010000', '192832.012000', '192832.015000', '192832.018000', '192832.020000', '192832.023000', '192832.025000', '192832.028000', '192851.914000', '192851.917000', '192851.920000', '192851.922000', '192851.925000', '192851.928000', '192851.930000', '192851.933000', '192851.935000', '192851.938000', '192851.941000', '192851.943000', '192851.946000', '192851.948000', '192851.951000', '192851.953000', '192851.956000', '192851.959000', '192851.961000', '192851.964000', '192851.966000', '192851.969000', '192851.972000', '192851.974000', '192851.977000', '192851.979000', '192851.982000', '192851.984000', '192851.987000', '192851.990000', '192851.992000', '192851.995000', '192851.998000', '192852.001000', '192852.004000', '192852.007000', '192852.009000', '192852.012000', '192852.015000', '192852.017000', '192852.020000', '192852.022000', '192852.025000', '192911.915000', '192911.918000', '192911.920000', '192911.923000', '192911.925000', '192911.929000', '192911.932000', '192911.935000', '192911.937000', '192911.940000', '192911.943000', '192911.945000', '192911.948000', '192911.950000', '192911.953000', '192911.956000', '192911.958000', '192911.961000', '192911.963000', '192911.966000', '192911.969000', '192911.971000', '192911.974000', '192911.976000', '192911.979000', '192911.982000', '192911.984000', '192911.987000', '192911.990000', '192911.992000', '192911.995000', '192911.997000', '192912.001000', '192912.004000', '192912.006000', '192912.009000', '192912.012000', '192912.014000', '192912.017000', '192912.019000', '192912.022000', '192912.025000', '192912.027000', '192912.030000', '192931.915000', '192931.917000', '192931.920000', '192931.923000', '192931.925000', '192931.928000', '192931.931000', '192931.933000', '192931.936000', '192931.938000', '192931.941000', '192931.943000', '192931.946000', '192931.949000', '192931.951000', '192931.954000', '192931.956000', '192931.959000', '192931.962000', '192931.964000', '192931.967000', '192931.969000', '192931.972000', '192931.974000', '192931.977000', '192931.980000', '192931.982000', '192931.985000', '192931.987000', '192931.990000', '192931.993000', '192931.995000', '192931.998000', '192932.001000', '192932.004000', '192932.007000', '192932.009000', '192932.012000', '192932.014000', '192932.017000', '192932.019000', '192932.022000', '192932.025000', '192951.915000', '192951.918000', '192951.920000', '192951.923000', '192951.926000', '192951.928000', '192951.931000', '192951.933000', '192951.936000', '192951.939000', '192951.941000', '192951.944000', '192951.946000', '192951.949000', '192951.951000', '192951.954000', '192951.957000', '192951.959000', '192951.962000', '192951.964000', '192951.967000', '192951.970000', '192951.972000', '192951.975000', '192951.977000', '192951.980000', '192951.983000', '192951.985000', '192951.988000', '192951.990000', '192951.993000', '192951.996000', '192951.998000', '192952.002000', '192952.004000', '192952.007000', '192952.010000', '192952.012000', '192952.015000', '192952.017000', '192952.020000', '192952.023000', '192952.025000', '193000.163000', '193000.166000', '193000.178000', '193000.180000', '193000.183000', '193000.186000', '193000.188000', '193000.191000', '193000.194000', '193000.196000', '193000.199000', '193000.202000', '193000.204000', '193000.207000', '193000.209000', '193000.212000', '193000.215000', '193000.217000', '193000.220000'], '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': [9463, 13282, 10670, 8018, 7119, 6700, 7342, 7097, 12675, 6469, 9060, 6517, 7610, 6869, 9775, 7145, 8501, 7113, 7410, 6941, 10351, 7062, 9013, 7003, 7485, 7388, 7115, 7541, 7035, 7864, 7594, 14270, 7999, 10995, 6932, 10897, 7953, 11192, 7801, 6884, 6990, 7489, 6883, 10316, 6901, 6749, 6858, 7909, 7177, 9826, 7348, 8534, 6901, 13555, 9127, 15044, 8916, 13227, 6621, 11913, 7577, 12431, 7602, 10582, 7098, 8320, 6974, 10431, 7048, 10666, 6745, 8892, 6968, 8582, 6947, 6600, 6931, 6952, 11533, 6778, 13309, 6679, 12160, 10049, 11112, 8024, 6703, 6895, 6865, 11028, 6734, 9789, 6721, 8452, 6872, 12057, 6722, 11892, 7251, 12658, 9236, 14073, 6708, 11702, 6817, 10896, 7823, 7483, 6923, 6661, 6758, 6888, 8733, 6543, 8392, 6650, 8889, 6951, 13430, 9944, 9728, 6975, 6673, 7544, 7080, 9099, 6746, 8340, 6757, 13561, 9168, 12617, 7007, 10491, 7558, 9163, 8576, 6708, 7150, 6978, 8832, 6880, 13678, 6674, 11181, 6852, 9427, 7905, 6602, 6812, 7123, 7755, 6782, 10782, 6759, 9393, 6869, 9704, 6921, 12891, 6781, 9144, 6831, 7001, 7470, 6940, 7764, 6800, 7601, 6931, 11323, 7481, 7847, 6867, 6649, 7863, 6773, 10753, 6653, 7494, 6738, 10203, 8170, 13921, 6919, 8018, 6960, 7416, 9738, 6945, 9389, 6704, 8634, 6812, 14110, 6894, 11901, 6749, 11496, 9386, 10840, 8642, 6332, 6678, 6843, 9062, 6925, 13188, 6866, 10901, 6872, 12191, 9143, 10549, 7367, 6591, 7083, 6754, 10906, 6804, 10600, 6822, 9414, 7186, 13582, 9231, 9768, 6566, 6580, 9214, 6618, 11595, 6751, 10221, 7414, 14055, 8692, 10911, 6849, 7894, 6574, 7255, 7871, 6909, 6994, 6554, 8498, 6428, 6390, 7448, 6695, 13464, 9348, 7990, 6561, 6672, 8060, 8770, 9721, 7471, 6542, 7853, 7024, 9919, 7440, 6440, 6465, 6616, 7157, 6854, 9569, 6635, 8491, 6968, 9293, 6832, 11109, 6824, 8529, 6744, 7794, 8158, 6405, 7286, 6568, 8106, 6737, 12205, 6934, 11523, 7185, 12243, 9170, 11678, 8083, 8978, 6865, 7970, 9561, 6830, 10405, 6507, 7996, 7092, 12202, 8405, 11146, 6859, 6929, 6833, 7092, 9113, 6582, 7111, 6617, 7664, 6674, 11823, 7737, 12814, 6709, 10512, 6473, 6288, 7004, 6471, 6919, 7202, 7069, 7822, 6848, 10123, 6885, 12371, 10584, 9768, 9111, 6718, 12723, 9486, 7350, 13627, 10573, 7145, 7869, 6655, 7298, 8325, 7195, 12439, 6774, 10987, 6761, 12548, 10237, 10670, 7769, 6425, 6677, 7514, 10945, 6854, 8335, 6736, 7465, 6528, 11928, 6490, 8186, 6565, 7717, 6566, 12174, 6717, 8174, 6559, 7440, 6813, 12050, 6691, 8879, 6643, 7932, 7003, 12233, 6832, 9713, 7156, 8583, 7038, 12085, 6863, 10425, 7190, 10855, 7947, 10976, 7080, 7221, 7224, 6806, 9682, 6674, 9747, 6698, 10037, 6851, 13618, 8765, 12489, 6981, 11206, 8437, 11816, 8912, 7070, 6998, 7408, 7987, 7124, 6901, 9767, 7935, 12748, 7973, 6707, 6502, 6896, 9346, 7659, 10206, 7342, 6482, 7122, 6691, 12619, 8532, 9048, 6850, 6919, 7172, 6661, 12061, 7143, 11554, 7156, 9088, 8204, 6934, 10180, 6959, 8610, 7307, 9296, 7530, 6997, 6984, 6786, 7535, 6978, 11764, 7152, 8263, 7336, 8287, 7959, 7279, 7022, 6717, 7422, 7030, 11472, 7288, 7051, 7327, 7078, 6953, 6795, 11858, 8394, 7345, 8237, 6855, 7195, 7706, 7554, 11710, 7111, 10365, 7171, 12521, 9894, 14382, 9199, 11482, 7102, 9683, 7692, 11187, 7214, 8068, 7639, 7680, 7007, 7195, 9356, 7394, 6827, 7168, 7375, 10342, 8332, 11854, 9006, 7480, 7445, 7569, 9375, 7367, 7294, 7292, 7476, 7346, 9345, 7186, 7545, 7627, 8616, 7554, 11346, 7281, 9573, 7307, 9322, 7792, 9942, 7908, 7443, 7243, 7606, 7826, 7407, 8920, 7258, 7296, 7236, 7902, 7239, 11412, 7286, 9287, 7439, 9283, 7780, 10732, 8665, 8530, 7356, 7571, 7770, 7386, 8576, 7181, 7086, 7332, 8537, 7491, 11631, 7238, 10202, 7437, 9112, 7752, 11299, 7315, 10264, 7418, 10276, 8339, 9496, 7463, 7360, 7467, 7554, 7690, 9438, 7476, 12668, 9793, 13393, 9967, 11623, 10878, 7021, 9071, 6898, 8663, 8491, 7924, 8726, 7720, 8547, 8084, 8696, 8003, 8519, 8017, 7904, 10067, 8135, 8364, 8327, 9354, 8494, 10964, 9060, 8738, 11957, 9568, 12672, 10141, 8785, 9677, 8213, 8281, 8511, 8173, 12300, 7880, 9544, 7873, 12329, 9362, 14034, 7575, 11827, 8046, 9453, 8195, 7988, 9410, 8283, 9336, 8466, 7769, 7953, 8423, 8600, 8671, 12390, 9009, 12011, 9577, 14025, 12001, 14264, 11618, 12161, 8129, 7997, 7927, 8062, 7792, 7928, 7705, 9275, 8299, 11428, 9429, 8002, 7868, 8270, 11623, 9427, 12731, 7922, 10703, 8269, 10455, 9305, 9198, 7934, 7389, 8222, 7569, 7988, 8080, 7786, 8264, 8278, 8088, 10631, 8193, 10172, 8161, 9493, 8327, 10341, 8168, 7366, 7980, 7441, 8090, 8123, 10164, 7817, 8007, 8037, 8747, 9951, 9606, 7650, 7600, 7371, 7638, 8028, 7949, 8113, 8213, 8620, 9519, 8612, 9054, 8590, 9336, 8562, 11262, 8743, 9302, 8687, 8354, 8599, 8338, 8498, 8698, 9532, 8404, 11490, 8360, 9883, 8631, 11937, 8649, 9702, 8497, 7774, 8857, 8174, 8800, 8388, 8152, 8598, 9629, 8367, 11302, 8440, 8980, 8643, 8457, 8692, 8141, 8145, 8644, 8450, 8666, 11773, 8684, 11160, 8657, 10176, 8474, 11737, 8871, 9257, 8703, 7713, 8634, 8424, 9583, 8606, 8704, 8662, 9195, 8499, 11148, 8631, 11755, 8544, 8765, 8794, 8823, 8053, 9414, 8253, 8889, 8294, 8720, 8518, 7637, 8077, 8161, 9345, 8240, 9437, 8463, 7645, 8191, 8437, 12099, 9033, 13085, 9812, 11235, 8373, 10548, 9331, 11052, 8239, 9461, 8243, 9237, 8294, 11022, 8164, 10334, 8060, 9235, 8311, 10081, 8227, 10234, 8357, 9057, 8214, 9404, 8438, 11249, 8333, 11336, 8395, 8793, 8491, 8570, 8507, 8541, 8449, 7261, 8395, 7480, 8475, 9080, 8402, 7883, 8443, 9817, 8542, 10478, 8662, 11003, 8183, 10986, 8719, 13073, 13946, 12676, 14937, 7514, 8087, 7458, 8346, 7419, 6720, 7572, 6839, 7391, 8112, 7019, 9206, 7354, 7295, 7171, 7101, 7086, 11719, 7415, 11020, 7611, 9555, 7292, 8520, 8008, 6887, 7301, 7430, 7230, 7416, 11956, 7090, 11747, 7498, 10172, 7349, 8335, 7528, 7213, 7133, 7317, 7192, 7215, 9425, 7608, 9391, 7265, 7483, 8340, 7817, 9785, 8625, 7286, 10477, 7580, 6798, 8032, 7923, 11231, 8850, 12390, 10492, 7646, 7771, 7965, 8041, 7848, 7247, 7155, 6563, 6409, 6730, 9990, 7888, 8474, 7201, 6977, 7901, 6907, 11521, 8777, 12621, 7124, 8384, 6655, 6822, 10687, 7357, 9429, 10101, 7717, 12927, 6924, 7109, 8428, 6899, 12345, 8634, 11130, 7154, 10818, 8970, 9991, 7100, 8317, 6958, 8493, 8031, 6697, 6362, 6845, 7760, 6722, 11364, 6915, 9477, 7211, 9265, 6995, 11146, 6832, 9880, 7131, 10455, 7118, 10668, 6840, 9734, 6783, 9895, 7519, 8925, 8418, 7161, 6957, 9785, 6888, 10497, 9616, 8374, 6748, 6683, 7238, 6876, 6540, 7179, 7697, 7183, 10480, 7819, 6509, 6424, 7182, 10984, 9246, 10469, 8394, 10014, 6908, 11587, 9292, 12431, 7850, 9247, 7109, 9679, 7090, 10171, 8738, 10888, 7115, 10011, 8087, 10807, 9092, 10245, 7131, 9980, 7311, 10212, 8361, 9602, 7283, 9205, 7093, 8552, 8031, 6801, 6487, 7017, 8247, 6900, 11756, 7001, 9615, 6959, 8382, 7016, 10026, 8003, 10155, 7677, 6681, 6700, 7061, 8431, 7070, 10614, 7042, 8409, 7175, 9593, 7337, 8501, 7898, 6618, 6378, 6991, 9631, 7120, 10225, 8914, 7071, 6437, 6862, 9557, 7612, 12025, 7043, 10672, 7113, 10506, 7780, 10921, 9322, 8122, 6911, 6885, 6591, 6989, 11118, 6798, 11022, 6905, 6892, 8126, 6862, 9564, 6941, 9186, 6737, 10109, 8592, 6798, 6745, 6948, 10589, 7676, 12211, 7358, 11314, 8266, 11916, 9436, 12626, 7639, 6531, 6711, 6875, 8051, 6946, 7648, 6699, 9037, 7055, 6977, 6825, 7587, 7165, 7206, 10036, 8544, 6987, 8846, 7152, 10961, 8601, 11347, 9329, 6834, 7812, 6972, 7840, 7555, 11693, 6761, 7477, 6956, 9319, 7082, 12028, 7121, 7848, 6845, 7204, 6824, 11941, 7296, 8958, 7003, 7327, 7241, 11191, 6923, 7900, 7094, 6505, 6975, 10641, 7034, 11134, 6984, 7750, 7019, 10616, 7036, 10376, 6951, 8610, 6914, 11585, 7959, 11477, 7055, 8748, 7093, 9237, 6767, 7125, 6883, 7211, 8319, 7055], 'WindowCenter': [3897.0, 3900.0, 3864.0, 3830.0, 3807.0, 3794.0, 3806.0, 3805.0, 3857.0, 3781.0, 3824.0, 3779.0, 3803.0, 3792.0, 3833.0, 3791.0, 3811.0, 3791.0, 3817.0, 3817.0, 3846.0, 3805.0, 3824.0, 3805.0, 3817.0, 3815.0, 3802.0, 3815.0, 3803.0, 3825.0, 3828.0, 3891.0, 3814.0, 3845.0, 3804.0, 3845.0, 3816.0, 3845.0, 3813.0, 3793.0, 3804.0, 3804.0, 3803.0, 3836.0, 3802.0, 3791.0, 3793.0, 3813.0, 3803.0, 3834.0, 3802.0, 3811.0, 3792.0, 3865.0, 3823.0, 3864.0, 3823.0, 3852.0, 3791.0, 3842.0, 3802.0, 3854.0, 3801.0, 3832.0, 3789.0, 3810.0, 3802.0, 3832.0, 3791.0, 3831.0, 3791.0, 3825.0, 3804.0, 3824.0, 3803.0, 3792.0, 3804.0, 3804.0, 3855.0, 3793.0, 3865.0, 3791.0, 3855.0, 3835.0, 3844.0, 3814.0, 3791.0, 3801.0, 3791.0, 3844.0, 3792.0, 3832.0, 3790.0, 3812.0, 3791.0, 3853.0, 3790.0, 3841.0, 3800.0, 3853.0, 3822.0, 3863.0, 3791.0, 3842.0, 3790.0, 3842.0, 3801.0, 3799.0, 3789.0, 3789.0, 3790.0, 3802.0, 3822.0, 3780.0, 3811.0, 3790.0, 3822.0, 3804.0, 3865.0, 3833.0, 3832.0, 3802.0, 3792.0, 3813.0, 3790.0, 3822.0, 3791.0, 3810.0, 3792.0, 3866.0, 3824.0, 3853.0, 3801.0, 3842.0, 3801.0, 3821.0, 3810.0, 3790.0, 3787.0, 3790.0, 3821.0, 3792.0, 3863.0, 3790.0, 3843.0, 3788.0, 3822.0, 3811.0, 3789.0, 3789.0, 3790.0, 3800.0, 3791.0, 3832.0, 3791.0, 3821.0, 3789.0, 3821.0, 3802.0, 3854.0, 3791.0, 3822.0, 3791.0, 3791.0, 3803.0, 3801.0, 3801.0, 3791.0, 3802.0, 3803.0, 3844.0, 3803.0, 3814.0, 3792.0, 3791.0, 3812.0, 3792.0, 3843.0, 3791.0, 3802.0, 3791.0, 3833.0, 3824.0, 3865.0, 3804.0, 3813.0, 3803.0, 3804.0, 3835.0, 3801.0, 3822.0, 3791.0, 3824.0, 3793.0, 3865.0, 3801.0, 3854.0, 3791.0, 3853.0, 3823.0, 3842.0, 3823.0, 3779.0, 3790.0, 3789.0, 3820.0, 3790.0, 3853.0, 3790.0, 3841.0, 3790.0, 3866.0, 3835.0, 3842.0, 3800.0, 3790.0, 3791.0, 3790.0, 3843.0, 3792.0, 3842.0, 3790.0, 3821.0, 3802.0, 3864.0, 3823.0, 3832.0, 3791.0, 3790.0, 3822.0, 3790.0, 3844.0, 3791.0, 3832.0, 3802.0, 3862.0, 3822.0, 3842.0, 3790.0, 3810.0, 3789.0, 3799.0, 3810.0, 3791.0, 3790.0, 3780.0, 3822.0, 3792.0, 3792.0, 3804.0, 3805.0, 3867.0, 3835.0, 3814.0, 3792.0, 3792.0, 3814.0, 3825.0, 3833.0, 3803.0, 3791.0, 3812.0, 3791.0, 3833.0, 3801.0, 3780.0, 3780.0, 3792.0, 3803.0, 3792.0, 3836.0, 3793.0, 3824.0, 3806.0, 3836.0, 3806.0, 3856.0, 3804.0, 3825.0, 3804.0, 3815.0, 3816.0, 3793.0, 3804.0, 3805.0, 3815.0, 3804.0, 3857.0, 3804.0, 3854.0, 3804.0, 3866.0, 3836.0, 3855.0, 3816.0, 3824.0, 3792.0, 3813.0, 3834.0, 3792.0, 3845.0, 3792.0, 3812.0, 3804.0, 3856.0, 3825.0, 3844.0, 3791.0, 3802.0, 3793.0, 3804.0, 3837.0, 3792.0, 3801.0, 3793.0, 3812.0, 3793.0, 3856.0, 3812.0, 3865.0, 3805.0, 3859.0, 3809.0, 3794.0, 3803.0, 3806.0, 3815.0, 3817.0, 3817.0, 3829.0, 3818.0, 3858.0, 3819.0, 3868.0, 3859.0, 3847.0, 3835.0, 3803.0, 3865.0, 3834.0, 3815.0, 3880.0, 3859.0, 3817.0, 3827.0, 3803.0, 3816.0, 3827.0, 3807.0, 3855.0, 3791.0, 3843.0, 3793.0, 3866.0, 3846.0, 3842.0, 3802.0, 3780.0, 3792.0, 3803.0, 3845.0, 3790.0, 3811.0, 3791.0, 3801.0, 3781.0, 3843.0, 3779.0, 3811.0, 3792.0, 3800.0, 3792.0, 3843.0, 3789.0, 3810.0, 3778.0, 3789.0, 3794.0, 3855.0, 3780.0, 3823.0, 3804.0, 3812.0, 3793.0, 3842.0, 3789.0, 3820.0, 3791.0, 3813.0, 3792.0, 3854.0, 3794.0, 3843.0, 3806.0, 3856.0, 3816.0, 3855.0, 3801.0, 3800.0, 3800.0, 3790.0, 3833.0, 3790.0, 3832.0, 3791.0, 3832.0, 3792.0, 3863.0, 3821.0, 3840.0, 3803.0, 3855.0, 3824.0, 3853.0, 3821.0, 3801.0, 3801.0, 3801.0, 3811.0, 3802.0, 3803.0, 3846.0, 3825.0, 3865.0, 3811.0, 3791.0, 3790.0, 3805.0, 3834.0, 3815.0, 3845.0, 3802.0, 3791.0, 3802.0, 3804.0, 3854.0, 3823.0, 3821.0, 3789.0, 3790.0, 3801.0, 3791.0, 3854.0, 3802.0, 3854.0, 3801.0, 3821.0, 3812.0, 3790.0, 3832.0, 3790.0, 3821.0, 3802.0, 3821.0, 3801.0, 3790.0, 3789.0, 3789.0, 3800.0, 3801.0, 3841.0, 3801.0, 3810.0, 3800.0, 3813.0, 3811.0, 3801.0, 3801.0, 3790.0, 3801.0, 3803.0, 3856.0, 3802.0, 3800.0, 3805.0, 3802.0, 3804.0, 3817.0, 3868.0, 3838.0, 3814.0, 3823.0, 3792.0, 3803.0, 3826.0, 3816.0, 3856.0, 3803.0, 3843.0, 3803.0, 3855.0, 3834.0, 3864.0, 3821.0, 3840.0, 3788.0, 3819.0, 3798.0, 3829.0, 3788.0, 3798.0, 3800.0, 3798.0, 3789.0, 3802.0, 3833.0, 3803.0, 3792.0, 3803.0, 3803.0, 3846.0, 3826.0, 3855.0, 3823.0, 3801.0, 3800.0, 3812.0, 3823.0, 3800.0, 3799.0, 3800.0, 3801.0, 3800.0, 3820.0, 3789.0, 3798.0, 3799.0, 3810.0, 3800.0, 3842.0, 3799.0, 3820.0, 3800.0, 3821.0, 3813.0, 3833.0, 3810.0, 3800.0, 3800.0, 3801.0, 3813.0, 3802.0, 3823.0, 3800.0, 3800.0, 3801.0, 3812.0, 3802.0, 3843.0, 3801.0, 3821.0, 3801.0, 3822.0, 3813.0, 3843.0, 3823.0, 3811.0, 3801.0, 3801.0, 3812.0, 3801.0, 3821.0, 3790.0, 3790.0, 3800.0, 3821.0, 3801.0, 3843.0, 3800.0, 3831.0, 3800.0, 3820.0, 3799.0, 3840.0, 3800.0, 3830.0, 3800.0, 3831.0, 3812.0, 3821.0, 3800.0, 3800.0, 3801.0, 3801.0, 3801.0, 3822.0, 3816.0, 3868.0, 3849.0, 3869.0, 3833.0, 3841.0, 3827.0, 3776.0, 3806.0, 3788.0, 3823.0, 3810.0, 3797.0, 3821.0, 3811.0, 3824.0, 3812.0, 3821.0, 3811.0, 3837.0, 3824.0, 3813.0, 3844.0, 3812.0, 3823.0, 3824.0, 3834.0, 3836.0, 3856.0, 3835.0, 3825.0, 3867.0, 3846.0, 3880.0, 3861.0, 3839.0, 3821.0, 3824.0, 3822.0, 3835.0, 3824.0, 3856.0, 3824.0, 3833.0, 3812.0, 3866.0, 3849.0, 3864.0, 3811.0, 3852.0, 3813.0, 3833.0, 3811.0, 3810.0, 3822.0, 3823.0, 3833.0, 3824.0, 3812.0, 3813.0, 3827.0, 3834.0, 3823.0, 3866.0, 3850.0, 3854.0, 3833.0, 3866.0, 3856.0, 3877.0, 3845.0, 3841.0, 3810.0, 3810.0, 3809.0, 3809.0, 3799.0, 3811.0, 3811.0, 3834.0, 3824.0, 3853.0, 3822.0, 3810.0, 3799.0, 3811.0, 3842.0, 3822.0, 3852.0, 3799.0, 3829.0, 3811.0, 3830.0, 3819.0, 3807.0, 3797.0, 3786.0, 3809.0, 3812.0, 3808.0, 3808.0, 3798.0, 3810.0, 3812.0, 3810.0, 3816.0, 3822.0, 3845.0, 3826.0, 3820.0, 3811.0, 3829.0, 3810.0, 3797.0, 3809.0, 3799.0, 3809.0, 3800.0, 3832.0, 3799.0, 3799.0, 3812.0, 3822.0, 3833.0, 3833.0, 3799.0, 3800.0, 3788.0, 3799.0, 3824.0, 3812.0, 3811.0, 3812.0, 3823.0, 3821.0, 3809.0, 3808.0, 3809.0, 3819.0, 3810.0, 3841.0, 3810.0, 3820.0, 3810.0, 3810.0, 3811.0, 3811.0, 3811.0, 3810.0, 3821.0, 3811.0, 3842.0, 3810.0, 3831.0, 3822.0, 3854.0, 3824.0, 3820.0, 3821.0, 3800.0, 3822.0, 3811.0, 3822.0, 3810.0, 3810.0, 3821.0, 3832.0, 3811.0, 3841.0, 3809.0, 3820.0, 3822.0, 3811.0, 3823.0, 3812.0, 3811.0, 3821.0, 3811.0, 3822.0, 3842.0, 3811.0, 3841.0, 3810.0, 3830.0, 3810.0, 3841.0, 3822.0, 3820.0, 3810.0, 3800.0, 3810.0, 3810.0, 3832.0, 3810.0, 3810.0, 3811.0, 3821.0, 3822.0, 3856.0, 3823.0, 3853.0, 3822.0, 3810.0, 3822.0, 3835.0, 3825.0, 3834.0, 3823.0, 3822.0, 3821.0, 3822.0, 3822.0, 3814.0, 3813.0, 3823.0, 3836.0, 3827.0, 3835.0, 3838.0, 3825.0, 3824.0, 3824.0, 3866.0, 3835.0, 3865.0, 3833.0, 3844.0, 3812.0, 3843.0, 3834.0, 3841.0, 3810.0, 3819.0, 3808.0, 3820.0, 3812.0, 3830.0, 3811.0, 3830.0, 3811.0, 3820.0, 3810.0, 3830.0, 3810.0, 3830.0, 3810.0, 3808.0, 3809.0, 3820.0, 3810.0, 3841.0, 3811.0, 3840.0, 3809.0, 3809.0, 3810.0, 3821.0, 3822.0, 3821.0, 3811.0, 3802.0, 3811.0, 3800.0, 3811.0, 3822.0, 3811.0, 3809.0, 3811.0, 3830.0, 3810.0, 3830.0, 3810.0, 3830.0, 3809.0, 3830.0, 3822.0, 3869.0, 3866.0, 3855.0, 3861.0, 3798.0, 3809.0, 3813.0, 3823.0, 3814.0, 3789.0, 3810.0, 3788.0, 3801.0, 3810.0, 3799.0, 3819.0, 3800.0, 3797.0, 3790.0, 3800.0, 3816.0, 3854.0, 3801.0, 3841.0, 3811.0, 3832.0, 3801.0, 3822.0, 3812.0, 3799.0, 3799.0, 3800.0, 3799.0, 3814.0, 3852.0, 3800.0, 3853.0, 3801.0, 3829.0, 3802.0, 3812.0, 3811.0, 3799.0, 3801.0, 3802.0, 3803.0, 3814.0, 3833.0, 3814.0, 3834.0, 3814.0, 3814.0, 3823.0, 3827.0, 3861.0, 3837.0, 3814.0, 3857.0, 3824.0, 3804.0, 3825.0, 3839.0, 3870.0, 3849.0, 3868.0, 3858.0, 3824.0, 3827.0, 3839.0, 3838.0, 3840.0, 3816.0, 3817.0, 3804.0, 3793.0, 3805.0, 3859.0, 3828.0, 3826.0, 3814.0, 3802.0, 3814.0, 3804.0, 3857.0, 3826.0, 3867.0, 3803.0, 3824.0, 3803.0, 3803.0, 3844.0, 3814.0, 3836.0, 3846.0, 3814.0, 3867.0, 3802.0, 3803.0, 3824.0, 3804.0, 3866.0, 3823.0, 3843.0, 3801.0, 3844.0, 3823.0, 3832.0, 3791.0, 3810.0, 3802.0, 3824.0, 3812.0, 3790.0, 3780.0, 3791.0, 3801.0, 3791.0, 3843.0, 3790.0, 3819.0, 3799.0, 3821.0, 3790.0, 3840.0, 3789.0, 3830.0, 3790.0, 3832.0, 3791.0, 3832.0, 3790.0, 3821.0, 3790.0, 3833.0, 3814.0, 3823.0, 3813.0, 3790.0, 3790.0, 3832.0, 3802.0, 3844.0, 3833.0, 3811.0, 3790.0, 3791.0, 3801.0, 3790.0, 3779.0, 3801.0, 3813.0, 3816.0, 3846.0, 3814.0, 3792.0, 3791.0, 3815.0, 3858.0, 3847.0, 3857.0, 3825.0, 3834.0, 3803.0, 3856.0, 3836.0, 3854.0, 3811.0, 3821.0, 3790.0, 3820.0, 3802.0, 3832.0, 3821.0, 3830.0, 3788.0, 3820.0, 3800.0, 3829.0, 3809.0, 3818.0, 3788.0, 3819.0, 3801.0, 3829.0, 3810.0, 3818.0, 3787.0, 3819.0, 3790.0, 3810.0, 3800.0, 3778.0, 3777.0, 3788.0, 3810.0, 3791.0, 3842.0, 3788.0, 3820.0, 3789.0, 3798.0, 3790.0, 3833.0, 3825.0, 3832.0, 3801.0, 3778.0, 3790.0, 3791.0, 3824.0, 3802.0, 3844.0, 3790.0, 3810.0, 3791.0, 3834.0, 3816.0, 3825.0, 3814.0, 3791.0, 3781.0, 3801.0, 3833.0, 3805.0, 3834.0, 3824.0, 3791.0, 3780.0, 3792.0, 3847.0, 3815.0, 3854.0, 3791.0, 3844.0, 3790.0, 3843.0, 3802.0, 3844.0, 3822.0, 3800.0, 3790.0, 3802.0, 3792.0, 3804.0, 3844.0, 3791.0, 3842.0, 3791.0, 3801.0, 3813.0, 3791.0, 3832.0, 3791.0, 3823.0, 3793.0, 3844.0, 3823.0, 3791.0, 3792.0, 3803.0, 3845.0, 3813.0, 3854.0, 3802.0, 3843.0, 3813.0, 3843.0, 3823.0, 3852.0, 3798.0, 3778.0, 3790.0, 3803.0, 3823.0, 3803.0, 3811.0, 3791.0, 3822.0, 3803.0, 3819.0, 3817.0, 3827.0, 3816.0, 3828.0, 3859.0, 3838.0, 3805.0, 3833.0, 3803.0, 3856.0, 3838.0, 3859.0, 3849.0, 3793.0, 3812.0, 3803.0, 3827.0, 3815.0, 3856.0, 3791.0, 3800.0, 3790.0, 3823.0, 3803.0, 3855.0, 3789.0, 3799.0, 3777.0, 3788.0, 3790.0, 3842.0, 3788.0, 3807.0, 3786.0, 3788.0, 3801.0, 3831.0, 3788.0, 3797.0, 3776.0, 3766.0, 3788.0, 3830.0, 3788.0, 3829.0, 3777.0, 3787.0, 3790.0, 3830.0, 3776.0, 3818.0, 3788.0, 3809.0, 3791.0, 3841.0, 3799.0, 3829.0, 3787.0, 3807.0, 3788.0, 3821.0, 3791.0, 3790.0, 3803.0, 3801.0, 3811.0, 3790.0], 'WindowWidth': [8736.0, 8723.0, 8664.0, 8611.0, 8575.0, 8554.0, 8570.0, 8568.0, 8637.0, 8532.0, 8590.0, 8526.0, 8558.0, 8547.0, 8600.0, 8543.0, 8568.0, 8543.0, 8590.0, 8590.0, 8624.0, 8567.0, 8591.0, 8567.0, 8590.0, 8583.0, 8561.0, 8580.0, 8564.0, 8596.0, 8607.0, 8692.0, 8579.0, 8619.0, 8563.0, 8619.0, 8581.0, 8620.0, 8575.0, 8547.0, 8562.0, 8563.0, 8562.0, 8605.0, 8557.0, 8542.0, 8547.0, 8575.0, 8560.0, 8602.0, 8558.0, 8568.0, 8544.0, 8645.0, 8588.0, 8642.0, 8584.0, 8623.0, 8541.0, 8609.0, 8557.0, 8626.0, 8554.0, 8594.0, 8538.0, 8565.0, 8560.0, 8597.0, 8542.0, 8595.0, 8543.0, 8592.0, 8566.0, 8591.0, 8563.0, 8547.0, 8563.0, 8565.0, 8632.0, 8550.0, 8646.0, 8546.0, 8633.0, 8606.0, 8618.0, 8575.0, 8543.0, 8557.0, 8545.0, 8616.0, 8544.0, 8597.0, 8541.0, 8569.0, 8543.0, 8626.0, 8541.0, 8608.0, 8553.0, 8625.0, 8586.0, 8638.0, 8543.0, 8610.0, 8541.0, 8612.0, 8556.0, 8551.0, 8538.0, 8537.0, 8539.0, 8561.0, 8586.0, 8528.0, 8569.0, 8541.0, 8586.0, 8568.0, 8646.0, 8602.0, 8599.0, 8557.0, 8546.0, 8574.0, 8541.0, 8585.0, 8544.0, 8568.0, 8547.0, 8647.0, 8590.0, 8629.0, 8558.0, 8611.0, 8558.0, 8581.0, 8566.0, 8539.0, 8532.0, 8540.0, 8581.0, 8545.0, 8639.0, 8541.0, 8612.0, 8536.0, 8584.0, 8569.0, 8538.0, 8536.0, 8539.0, 8553.0, 8542.0, 8597.0, 8542.0, 8581.0, 8539.0, 8582.0, 8559.0, 8627.0, 8543.0, 8585.0, 8542.0, 8542.0, 8561.0, 8557.0, 8557.0, 8543.0, 8557.0, 8562.0, 8617.0, 8562.0, 8576.0, 8546.0, 8544.0, 8573.0, 8545.0, 8615.0, 8544.0, 8557.0, 8544.0, 8601.0, 8592.0, 8645.0, 8565.0, 8575.0, 8563.0, 8565.0, 8606.0, 8557.0, 8585.0, 8544.0, 8591.0, 8549.0, 8647.0, 8560.0, 8628.0, 8543.0, 8627.0, 8588.0, 8613.0, 8587.0, 8525.0, 8539.0, 8539.0, 8581.0, 8542.0, 8626.0, 8541.0, 8608.0, 8543.0, 8651.0, 8609.0, 8612.0, 8556.0, 8541.0, 8544.0, 8542.0, 8616.0, 8545.0, 8611.0, 8540.0, 8583.0, 8559.0, 8642.0, 8586.0, 8598.0, 8544.0, 8541.0, 8585.0, 8541.0, 8614.0, 8543.0, 8596.0, 8559.0, 8638.0, 8585.0, 8611.0, 8540.0, 8567.0, 8538.0, 8552.0, 8567.0, 8542.0, 8541.0, 8528.0, 8585.0, 8547.0, 8547.0, 8565.0, 8568.0, 8651.0, 8607.0, 8578.0, 8547.0, 8548.0, 8579.0, 8592.0, 8602.0, 8560.0, 8543.0, 8571.0, 8543.0, 8598.0, 8555.0, 8527.0, 8527.0, 8545.0, 8560.0, 8548.0, 8609.0, 8550.0, 8590.0, 8569.0, 8608.0, 8571.0, 8634.0, 8564.0, 8593.0, 8565.0, 8580.0, 8583.0, 8550.0, 8564.0, 8567.0, 8580.0, 8566.0, 8638.0, 8566.0, 8632.0, 8568.0, 8650.0, 8611.0, 8632.0, 8581.0, 8589.0, 8547.0, 8575.0, 8604.0, 8546.0, 8619.0, 8546.0, 8571.0, 8565.0, 8636.0, 8594.0, 8616.0, 8546.0, 8560.0, 8549.0, 8565.0, 8612.0, 8547.0, 8559.0, 8551.0, 8573.0, 8550.0, 8636.0, 8575.0, 8647.0, 8569.0, 8646.0, 8585.0, 8556.0, 8565.0, 8574.0, 8585.0, 8586.0, 8587.0, 8608.0, 8593.0, 8643.0, 8595.0, 8657.0, 8645.0, 8628.0, 8607.0, 8562.0, 8648.0, 8603.0, 8583.0, 8679.0, 8647.0, 8588.0, 8597.0, 8562.0, 8584.0, 8598.0, 8573.0, 8633.0, 8543.0, 8613.0, 8548.0, 8648.0, 8623.0, 8611.0, 8556.0, 8526.0, 8543.0, 8561.0, 8618.0, 8540.0, 8567.0, 8541.0, 8554.0, 8530.0, 8611.0, 8525.0, 8568.0, 8543.0, 8552.0, 8543.0, 8612.0, 8536.0, 8564.0, 8521.0, 8537.0, 8552.0, 8629.0, 8524.0, 8585.0, 8565.0, 8571.0, 8547.0, 8608.0, 8537.0, 8576.0, 8540.0, 8571.0, 8545.0, 8628.0, 8551.0, 8613.0, 8570.0, 8637.0, 8583.0, 8635.0, 8557.0, 8552.0, 8552.0, 8539.0, 8601.0, 8542.0, 8598.0, 8543.0, 8598.0, 8546.0, 8641.0, 8582.0, 8605.0, 8564.0, 8635.0, 8590.0, 8630.0, 8584.0, 8557.0, 8557.0, 8556.0, 8570.0, 8559.0, 8563.0, 8623.0, 8597.0, 8648.0, 8571.0, 8543.0, 8542.0, 8566.0, 8607.0, 8582.0, 8620.0, 8559.0, 8545.0, 8559.0, 8566.0, 8630.0, 8587.0, 8583.0, 8539.0, 8542.0, 8558.0, 8545.0, 8630.0, 8559.0, 8630.0, 8558.0, 8585.0, 8572.0, 8540.0, 8597.0, 8540.0, 8582.0, 8558.0, 8583.0, 8557.0, 8540.0, 8538.0, 8539.0, 8554.0, 8557.0, 8610.0, 8556.0, 8567.0, 8555.0, 8575.0, 8572.0, 8557.0, 8556.0, 8542.0, 8558.0, 8563.0, 8635.0, 8562.0, 8556.0, 8567.0, 8558.0, 8566.0, 8590.0, 8657.0, 8621.0, 8581.0, 8590.0, 8547.0, 8565.0, 8599.0, 8584.0, 8638.0, 8564.0, 8613.0, 8563.0, 8636.0, 8604.0, 8644.0, 8581.0, 8605.0, 8535.0, 8576.0, 8549.0, 8588.0, 8533.0, 8547.0, 8551.0, 8547.0, 8537.0, 8561.0, 8602.0, 8563.0, 8546.0, 8559.0, 8563.0, 8626.0, 8600.0, 8635.0, 8587.0, 8556.0, 8555.0, 8572.0, 8587.0, 8553.0, 8550.0, 8555.0, 8555.0, 8554.0, 8580.0, 8538.0, 8548.0, 8552.0, 8567.0, 8554.0, 8608.0, 8550.0, 8578.0, 8553.0, 8583.0, 8575.0, 8600.0, 8566.0, 8553.0, 8554.0, 8556.0, 8575.0, 8558.0, 8587.0, 8554.0, 8553.0, 8557.0, 8571.0, 8558.0, 8614.0, 8557.0, 8582.0, 8556.0, 8584.0, 8575.0, 8614.0, 8587.0, 8569.0, 8555.0, 8556.0, 8572.0, 8556.0, 8583.0, 8540.0, 8540.0, 8554.0, 8583.0, 8556.0, 8612.0, 8554.0, 8593.0, 8553.0, 8578.0, 8551.0, 8605.0, 8553.0, 8592.0, 8554.0, 8596.0, 8571.0, 8581.0, 8554.0, 8553.0, 8556.0, 8555.0, 8557.0, 8584.0, 8585.0, 8660.0, 8634.0, 8663.0, 8603.0, 8610.0, 8583.0, 8515.0, 8554.0, 8536.0, 8587.0, 8566.0, 8544.0, 8585.0, 8570.0, 8593.0, 8574.0, 8584.0, 8569.0, 8616.0, 8594.0, 8576.0, 8621.0, 8575.0, 8590.0, 8593.0, 8606.0, 8613.0, 8638.0, 8607.0, 8594.0, 8655.0, 8624.0, 8677.0, 8654.0, 8623.0, 8582.0, 8593.0, 8586.0, 8611.0, 8594.0, 8639.0, 8593.0, 8604.0, 8574.0, 8651.0, 8635.0, 8647.0, 8570.0, 8625.0, 8574.0, 8603.0, 8572.0, 8568.0, 8586.0, 8588.0, 8604.0, 8593.0, 8572.0, 8576.0, 8602.0, 8608.0, 8592.0, 8650.0, 8639.0, 8633.0, 8604.0, 8653.0, 8640.0, 8669.0, 8620.0, 8609.0, 8566.0, 8568.0, 8565.0, 8564.0, 8552.0, 8569.0, 8571.0, 8605.0, 8594.0, 8629.0, 8586.0, 8567.0, 8551.0, 8569.0, 8612.0, 8587.0, 8623.0, 8551.0, 8590.0, 8569.0, 8590.0, 8577.0, 8557.0, 8543.0, 8530.0, 8564.0, 8573.0, 8563.0, 8563.0, 8549.0, 8566.0, 8573.0, 8566.0, 8566.0, 8590.0, 8622.0, 8601.0, 8580.0, 8570.0, 8591.0, 8565.0, 8546.0, 8564.0, 8552.0, 8566.0, 8554.0, 8598.0, 8551.0, 8551.0, 8572.0, 8584.0, 8601.0, 8600.0, 8552.0, 8552.0, 8533.0, 8552.0, 8594.0, 8573.0, 8571.0, 8574.0, 8589.0, 8582.0, 8562.0, 8559.0, 8564.0, 8577.0, 8567.0, 8608.0, 8568.0, 8580.0, 8568.0, 8568.0, 8570.0, 8567.0, 8567.0, 8566.0, 8582.0, 8570.0, 8610.0, 8567.0, 8595.0, 8587.0, 8633.0, 8591.0, 8581.0, 8582.0, 8554.0, 8585.0, 8570.0, 8585.0, 8566.0, 8566.0, 8585.0, 8598.0, 8570.0, 8609.0, 8564.0, 8581.0, 8585.0, 8570.0, 8588.0, 8571.0, 8569.0, 8584.0, 8569.0, 8584.0, 8611.0, 8569.0, 8607.0, 8567.0, 8592.0, 8568.0, 8609.0, 8584.0, 8579.0, 8566.0, 8552.0, 8567.0, 8567.0, 8598.0, 8566.0, 8565.0, 8568.0, 8580.0, 8587.0, 8636.0, 8590.0, 8629.0, 8585.0, 8565.0, 8586.0, 8610.0, 8595.0, 8605.0, 8590.0, 8588.0, 8585.0, 8585.0, 8586.0, 8579.0, 8575.0, 8588.0, 8611.0, 8601.0, 8609.0, 8620.0, 8599.0, 8593.0, 8592.0, 8651.0, 8610.0, 8649.0, 8602.0, 8619.0, 8573.0, 8614.0, 8605.0, 8609.0, 8566.0, 8575.0, 8561.0, 8581.0, 8572.0, 8593.0, 8570.0, 8591.0, 8568.0, 8580.0, 8567.0, 8591.0, 8566.0, 8593.0, 8566.0, 8561.0, 8564.0, 8578.0, 8567.0, 8606.0, 8568.0, 8606.0, 8565.0, 8563.0, 8568.0, 8583.0, 8586.0, 8584.0, 8568.0, 8557.0, 8570.0, 8556.0, 8570.0, 8584.0, 8569.0, 8565.0, 8569.0, 8593.0, 8566.0, 8593.0, 8567.0, 8593.0, 8564.0, 8594.0, 8586.0, 8665.0, 8655.0, 8639.0, 8639.0, 8551.0, 8566.0, 8578.0, 8590.0, 8581.0, 8541.0, 8571.0, 8536.0, 8561.0, 8571.0, 8555.0, 8579.0, 8556.0, 8548.0, 8543.0, 8555.0, 8587.0, 8630.0, 8560.0, 8609.0, 8573.0, 8600.0, 8560.0, 8588.0, 8574.0, 8554.0, 8554.0, 8555.0, 8554.0, 8580.0, 8629.0, 8557.0, 8627.0, 8556.0, 8595.0, 8561.0, 8575.0, 8574.0, 8555.0, 8558.0, 8563.0, 8563.0, 8581.0, 8605.0, 8583.0, 8608.0, 8581.0, 8583.0, 8593.0, 8605.0, 8658.0, 8619.0, 8583.0, 8642.0, 8596.0, 8570.0, 8600.0, 8624.0, 8666.0, 8639.0, 8661.0, 8647.0, 8596.0, 8607.0, 8624.0, 8621.0, 8626.0, 8587.0, 8590.0, 8567.0, 8552.0, 8570.0, 8646.0, 8605.0, 8599.0, 8580.0, 8562.0, 8578.0, 8566.0, 8639.0, 8600.0, 8653.0, 8565.0, 8592.0, 8564.0, 8563.0, 8618.0, 8579.0, 8612.0, 8626.0, 8580.0, 8654.0, 8561.0, 8563.0, 8594.0, 8568.0, 8653.0, 8590.0, 8616.0, 8558.0, 8619.0, 8591.0, 8599.0, 8542.0, 8568.0, 8560.0, 8592.0, 8573.0, 8542.0, 8527.0, 8542.0, 8556.0, 8544.0, 8615.0, 8540.0, 8578.0, 8553.0, 8582.0, 8541.0, 8607.0, 8538.0, 8593.0, 8543.0, 8598.0, 8545.0, 8599.0, 8542.0, 8581.0, 8540.0, 8600.0, 8578.0, 8587.0, 8574.0, 8541.0, 8541.0, 8598.0, 8560.0, 8616.0, 8602.0, 8569.0, 8542.0, 8541.0, 8555.0, 8540.0, 8526.0, 8557.0, 8576.0, 8586.0, 8624.0, 8581.0, 8550.0, 8548.0, 8585.0, 8645.0, 8629.0, 8641.0, 8594.0, 8604.0, 8564.0, 8639.0, 8610.0, 8632.0, 8569.0, 8580.0, 8539.0, 8580.0, 8559.0, 8597.0, 8583.0, 8592.0, 8534.0, 8578.0, 8553.0, 8588.0, 8563.0, 8573.0, 8532.0, 8576.0, 8556.0, 8588.0, 8566.0, 8573.0, 8532.0, 8576.0, 8539.0, 8567.0, 8554.0, 8521.0, 8517.0, 8534.0, 8565.0, 8542.0, 8611.0, 8535.0, 8577.0, 8535.0, 8547.0, 8540.0, 8602.0, 8596.0, 8598.0, 8556.0, 8521.0, 8539.0, 8543.0, 8592.0, 8560.0, 8617.0, 8542.0, 8567.0, 8545.0, 8605.0, 8586.0, 8595.0, 8580.0, 8543.0, 8529.0, 8558.0, 8602.0, 8569.0, 8604.0, 8591.0, 8543.0, 8529.0, 8548.0, 8627.0, 8580.0, 8631.0, 8544.0, 8615.0, 8542.0, 8614.0, 8559.0, 8616.0, 8584.0, 8553.0, 8539.0, 8560.0, 8548.0, 8568.0, 8617.0, 8543.0, 8610.0, 8542.0, 8559.0, 8574.0, 8543.0, 8598.0, 8543.0, 8587.0, 8551.0, 8617.0, 8589.0, 8545.0, 8545.0, 8562.0, 8618.0, 8576.0, 8629.0, 8558.0, 8612.0, 8574.0, 8615.0, 8588.0, 8623.0, 8549.0, 8520.0, 8541.0, 8565.0, 8591.0, 8562.0, 8569.0, 8544.0, 8584.0, 8565.0, 8597.0, 8591.0, 8602.0, 8590.0, 8608.0, 8651.0, 8620.0, 8568.0, 8602.0, 8565.0, 8636.0, 8618.0, 8646.0, 8635.0, 8549.0, 8571.0, 8562.0, 8602.0, 8581.0, 8635.0, 8543.0, 8552.0, 8539.0, 8588.0, 8563.0, 8632.0, 8537.0, 8549.0, 8518.0, 8534.0, 8542.0, 8610.0, 8533.0, 8557.0, 8528.0, 8533.0, 8555.0, 8595.0, 8534.0, 8543.0, 8515.0, 8500.0, 8533.0, 8589.0, 8532.0, 8586.0, 8517.0, 8529.0, 8539.0, 8589.0, 8516.0, 8571.0, 8533.0, 8561.0, 8544.0, 8608.0, 8550.0, 8588.0, 8530.0, 8557.0, 8533.0, 8580.0, 8544.0, 8541.0, 8561.0, 8556.0, 8567.0, 8542.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.002506840796019901</td></tr>
<tr><td colspan=3>aqi</td><td>0.05604321359867331</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.686732147435684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1205683248464746</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875099029958525</td></tr>
<tr><td colspan=3>efc</td><td>0.4943</td></tr>
<tr><td colspan=3>fber</td><td>3585.6887</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12059342192783622</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.271973466003317</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6047255524170816</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.615904301268345</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.727416844064224</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.470855511918677</td></tr>
<tr><td colspan=3>gcor</td><td>0.00534013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0013991978485137224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01702433079481125</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.971577365232018</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>24.0906</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0457</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.3917</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295639.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>766.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.8455</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5049</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.0577</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3000.9883</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.1237</td></tr>
<tr><td colspan=3>tsnr</td><td>26.639758904697374</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>