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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-01_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-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-alignvideo_acq-mb8_run-01_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-0109/ses-04/func/sub-0109_ses-04_task-alignvideo_acq-mb8_run-01_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>53f1a487412f6285ce717d522cc6328c</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>15:45:25.522500</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.999758, 0.0194831, 0.0101973, -0.0200691, 0.99794, 0.0609346]</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-01_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.0914523</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7773, -7175, 425, -109, 88, 60, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.211</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d6edee2-1259-46b6-abe8-a729e89c2578||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.6822781562805176, -0.053844016045331955, 0.02427045628428459, 114.07273864746094], [-0.05227159708738327, 2.6774001121520996, 0.16503620147705078, -108.7979965209961], [0.027358494699001312, -0.16348308324813843, 2.6948421001434326, -44.334163665771484], [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, 1268]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'AcquisitionTime': ['154525.522500', '154525.982500', '154526.442500', '154526.902500', '154527.362500', '154527.822500', '154528.282500', '154528.742500', '154529.202500', '154529.662500', '154530.122500', '154530.582500', '154531.042500', '154531.502500', '154531.962500', '154532.422500', '154532.882500', '154533.342500', '154533.802500', '154534.262500', '154534.722500', '154535.182500', '154535.642500', '154536.102500', '154536.562500', '154537.022500', '154537.482500', '154537.942500', '154538.402500', '154538.862500', '154539.322500', '154539.782500', '154540.242500', '154540.702500', '154541.162500', '154541.622500', '154542.082500', '154542.542500', '154543.002500', '154543.462500', '154543.922500', '154544.382500', '154544.842500', '154545.302500', '154545.762500', '154546.222500', '154546.682500', '154547.142500', '154547.602500', '154548.062500', '154548.522500', '154548.982500', '154549.442500', '154549.902500', '154550.362500', '154550.822500', '154551.282500', '154551.742500', '154552.202500', '154552.662500', '154553.122500', '154553.582500', '154554.042500', '154554.502500', '154554.962500', '154555.422500', '154555.882500', '154556.342500', '154556.802500', '154557.262500', '154557.722500', '154558.182500', '154558.642500', '154559.102500', '154559.562500', '154600.022500', '154600.482500', '154600.942500', '154601.402500', '154601.862500', '154602.322500', '154602.782500', '154603.242500', '154603.702500', '154604.162500', '154604.622500', '154605.082500', '154605.542500', '154606.002500', '154606.462500', '154606.922500', '154607.382500', '154607.842500', '154608.302500', '154608.762500', '154609.222500', '154609.682500', '154610.142500', '154610.602500', '154611.062500', '154611.522500', '154611.982500', '154612.442500', '154612.902500', '154613.362500', '154613.822500', '154614.282500', '154614.742500', '154615.202500', '154615.662500', '154616.122500', '154616.582500', '154617.042500', '154617.502500', '154617.962500', '154618.422500', '154618.882500', '154619.342500', '154619.802500', '154620.262500', '154620.722500', '154621.182500', '154621.642500', '154622.102500', '154622.562500', '154623.022500', '154623.482500', '154623.942500', '154624.402500', '154624.862500', '154625.322500', '154625.782500', '154626.242500', '154626.702500', '154627.162500', '154627.622500', '154628.082500', '154628.542500', '154629.002500', '154629.462500', '154629.922500', '154630.382500', '154630.842500', '154631.302500', '154631.762500', '154632.222500', '154632.682500', '154633.142500', '154633.602500', '154634.062500', '154634.522500', '154634.982500', '154635.442500', '154635.902500', '154636.362500', '154636.822500', '154637.282500', '154637.742500', '154638.202500', '154638.662500', '154639.122500', '154639.582500', '154640.042500', '154640.502500', '154640.962500', '154641.422500', '154641.882500', '154642.342500', '154642.802500', '154643.262500', '154643.722500', '154644.182500', '154644.642500', '154645.102500', '154645.562500', '154646.022500', '154646.482500', '154646.942500', '154647.402500', '154647.862500', '154648.322500', '154648.782500', '154649.242500', '154649.702500', '154650.162500', '154650.622500', '154651.082500', '154651.542500', '154652.002500', '154652.462500', '154652.922500', '154653.382500', '154653.842500', '154654.302500', '154654.762500', '154655.222500', '154655.682500', '154656.142500', '154656.602500', '154657.062500', '154657.522500', '154657.982500', '154658.442500', '154658.902500', '154659.362500', '154659.822500', '154700.282500', '154700.742500', '154701.202500', '154701.662500', '154702.122500', '154702.582500', '154703.042500', '154703.502500', '154703.962500', '154704.422500', '154704.882500', '154705.342500', '154705.802500', '154706.262500', '154706.722500', '154707.182500', '154707.642500', '154708.102500', '154708.562500', '154709.022500', '154709.482500', '154709.942500', '154710.402500', '154710.862500', '154711.322500', '154711.782500', '154712.242500', '154712.702500', '154713.162500', '154713.622500', '154714.082500', '154714.542500', '154715.002500', '154715.462500', '154715.922500', '154716.382500', '154716.842500', '154717.302500', '154717.762500', '154718.222500', '154718.682500', '154719.142500', '154719.602500', '154720.062500', '154720.522500', '154720.982500', '154721.442500', '154721.902500', '154722.362500', '154722.822500', '154723.282500', '154723.742500', '154724.202500', '154724.662500', '154725.122500', '154725.582500', '154726.042500', '154726.502500', '154726.962500', '154727.422500', '154727.882500', '154728.342500', '154728.802500', '154729.262500', '154729.722500', '154730.182500', '154730.642500', '154731.102500', '154731.562500', '154732.022500', '154732.482500', '154732.942500', '154733.402500', '154733.862500', '154734.322500', '154734.782500', '154735.242500', '154735.702500', '154736.162500', '154736.622500', '154737.082500', '154737.542500', '154738.002500', '154738.462500', '154738.922500', '154739.382500', '154739.842500', '154740.302500', '154740.762500', '154741.222500', '154741.682500', '154742.142500', '154742.602500', '154743.062500', '154743.522500', '154743.982500', '154744.442500', '154744.902500', '154745.362500', '154745.822500', '154746.282500', '154746.742500', '154747.202500', '154747.662500', '154748.122500', '154748.582500', '154749.042500', '154749.502500', '154749.962500', '154750.422500', '154750.882500', '154751.342500', '154751.802500', '154752.262500', '154752.722500', '154753.182500', '154753.642500', '154754.102500', '154754.562500', '154755.022500', '154755.482500', '154755.942500', '154756.402500', '154756.862500', '154757.322500', '154757.782500', '154758.242500', '154758.702500', '154759.162500', '154759.622500', '154800.082500', '154800.542500', '154801.002500', '154801.462500', '154801.922500', '154802.382500', '154802.842500', '154803.302500', '154803.762500', '154804.222500', '154804.682500', '154805.142500', '154805.602500', '154806.062500', '154806.522500', '154806.982500', '154807.442500', '154807.902500', '154808.362500', '154808.822500', '154809.282500', '154809.742500', '154810.202500', '154810.662500', '154811.122500', '154811.582500', '154812.042500', '154812.502500', '154812.962500', '154813.422500', '154813.882500', '154814.342500', '154814.802500', '154815.262500', '154815.722500', '154816.182500', '154816.642500', '154817.102500', '154817.562500', '154818.022500', '154818.482500', '154818.942500', '154819.402500', '154819.862500', '154820.322500', '154820.782500', '154821.242500', '154821.702500', '154822.162500', '154822.622500', '154823.082500', '154823.542500', '154824.002500', '154824.462500', '154824.922500', '154825.382500', '154825.842500', '154826.302500', '154826.762500', '154827.222500', '154827.682500', '154828.142500', '154828.602500', '154829.062500', '154829.522500', '154829.982500', '154830.442500', '154830.902500', '154831.362500', '154831.822500', '154832.282500', '154832.742500', '154833.202500', '154833.662500', '154834.122500', '154834.582500', '154835.042500', '154835.502500', '154835.962500', '154836.422500', '154836.882500', '154837.342500', '154837.802500', '154838.262500', '154838.722500', '154839.182500', '154839.642500', '154840.102500', '154840.562500', '154841.022500', '154841.482500', '154841.942500', '154842.402500', '154842.862500', '154843.322500', '154843.782500', '154844.242500', '154844.702500', '154845.162500', '154845.622500', '154846.082500', '154846.542500', '154847.002500', '154847.462500', '154847.922500', '154848.382500', '154848.842500', '154849.302500', '154849.762500', '154850.222500', '154850.682500', '154851.142500', '154851.602500', '154852.062500', '154852.522500', '154852.982500', '154853.442500', '154853.902500', '154854.362500', '154854.822500', '154855.282500', '154855.742500', '154856.202500', '154856.662500', '154857.122500', '154857.582500', '154858.042500', '154858.502500', '154858.962500', '154859.422500', '154859.882500', '154900.342500', '154900.802500', '154901.262500', '154901.722500', '154902.182500', '154902.642500', '154903.102500', '154903.562500', '154904.022500', '154904.482500', '154904.942500', '154905.402500', '154905.862500', '154906.322500', '154906.782500', '154907.242500', '154907.702500', '154908.162500', '154908.622500', '154909.082500', '154909.542500', '154910.002500', '154910.462500', '154910.922500', '154911.382500', '154911.842500', '154912.302500', '154912.762500', '154913.222500', '154913.682500', '154914.142500', '154914.602500', '154915.062500', '154915.522500', '154915.982500', '154916.442500', '154916.902500', '154917.362500', '154917.822500', '154918.282500', '154918.742500', '154919.202500', '154919.662500', '154920.122500', '154920.582500', '154921.042500', '154921.502500', '154921.962500', '154922.422500', '154922.882500', '154923.342500', '154923.802500', '154924.262500', '154924.722500', '154925.182500', '154925.642500', '154926.102500', '154926.562500', '154927.022500', '154927.482500', '154927.942500', '154928.402500', '154928.862500', '154929.322500', '154929.782500', '154930.242500', '154930.702500', '154931.162500', '154931.622500', '154932.082500', '154932.542500', '154933.002500', '154933.462500', '154933.922500', '154934.382500', '154934.842500', '154935.302500', '154935.762500', '154936.222500', '154936.682500', '154937.142500', '154937.602500', '154938.062500', '154938.522500', '154938.982500', '154939.442500', '154939.902500', '154940.362500', '154940.822500', '154941.282500', '154941.742500', '154942.202500', '154942.662500', '154943.122500', '154943.582500', '154944.042500', '154944.502500', '154944.962500', '154945.422500', '154945.882500', '154946.342500', '154946.802500', '154947.262500', '154947.722500', '154948.182500', '154948.642500', '154949.102500', '154949.562500', '154950.022500', '154950.482500', '154950.942500', '154951.402500', '154951.862500', '154952.322500', '154952.782500', '154953.242500', '154953.702500', '154954.162500', '154954.622500', '154955.082500', '154955.542500', '154956.002500', '154956.462500', '154956.922500', '154957.382500', '154957.842500', '154958.302500', '154958.762500', '154959.222500', '154959.682500', '155000.142500', '155000.602500', '155001.062500', '155001.522500', '155001.982500', '155002.442500', '155002.902500', '155003.362500', '155003.822500', '155004.282500', '155004.742500', '155005.202500', '155005.662500', '155006.122500', '155006.582500', '155007.042500', '155007.502500', '155007.962500', '155008.422500', '155008.882500', '155009.342500', '155009.802500', '155010.262500', '155010.722500', '155011.182500', '155011.642500', '155012.102500', '155012.562500', '155013.022500', '155013.482500', '155013.942500', '155014.402500', '155014.862500', '155015.322500', '155015.782500', '155016.242500', '155016.702500', '155017.162500', '155017.622500', '155018.082500', '155018.542500', '155019.002500', '155019.462500', '155019.922500', '155020.382500', '155020.842500', '155021.302500', '155021.762500', '155022.222500', '155022.682500', '155023.142500', '155023.602500', '155024.062500', '155024.522500', '155024.982500', '155025.442500', '155025.902500', '155026.362500', '155026.822500', '155027.282500', '155027.742500', '155028.202500', '155028.662500', '155029.122500', '155029.582500', '155030.042500', '155030.502500', '155030.962500', '155031.422500', '155031.882500', '155032.342500', '155032.802500', '155033.262500', '155033.722500', '155034.182500', '155034.642500', '155035.102500', '155035.562500', '155036.022500', '155036.482500', '155036.942500', '155037.402500', '155037.862500', '155038.322500', '155038.782500', '155039.242500', '155039.702500', '155040.162500', '155040.622500', '155041.082500', '155041.542500', '155042.002500', '155042.462500', '155042.922500', '155043.382500', '155043.842500', '155044.302500', '155044.762500', '155045.222500', '155045.682500', '155046.142500', '155046.602500', '155047.062500', '155047.522500', '155047.982500', '155048.442500', '155048.902500', '155049.362500', '155049.822500', '155050.282500', '155050.742500', '155051.202500', '155051.662500', '155052.122500', '155052.582500', '155053.042500', '155053.502500', '155053.962500', '155054.422500', '155054.882500', '155055.342500', '155055.802500', '155056.262500', '155056.722500', '155057.182500', '155057.642500', '155058.102500', '155058.562500', '155059.022500', '155059.482500', '155059.942500', '155100.402500', '155100.862500', '155101.322500', '155101.782500', '155102.242500', '155102.702500', '155103.162500', '155103.622500', '155104.082500', '155104.542500', '155105.002500', '155105.462500', '155105.922500', '155106.382500', '155106.842500', '155107.302500', '155107.762500', '155108.222500', '155108.682500', '155109.142500', '155109.602500', '155110.062500', '155110.522500', '155110.982500', '155111.442500', '155111.902500', '155112.362500', '155112.822500', '155113.282500', '155113.742500', '155114.202500', '155114.662500', '155115.122500', '155115.582500', '155116.042500', '155116.502500', '155116.962500', '155117.422500', '155117.882500', '155118.342500', '155118.802500', '155119.262500', '155119.722500', '155120.182500', '155120.642500', '155121.102500', '155121.562500', '155122.022500', '155122.482500', '155122.942500', '155123.402500', '155123.862500', '155124.322500', '155124.782500', '155125.242500', '155125.702500', '155126.162500', '155126.622500', '155127.082500', '155127.542500', '155128.002500', '155128.462500', '155128.922500', '155129.382500', '155129.842500', '155130.302500', '155130.762500', '155131.222500', '155131.682500', '155132.142500', '155132.602500', '155133.062500', '155133.522500', '155133.982500', '155134.442500', '155134.902500', '155135.362500', '155135.822500', '155136.282500', '155136.742500', '155137.202500', '155137.662500', '155138.122500', '155138.582500', '155139.042500', '155139.502500', '155139.962500', '155140.422500', '155140.882500', '155141.342500', '155141.802500', '155142.262500', '155142.722500', '155143.182500', '155143.642500', '155144.102500', '155144.562500', '155145.022500', '155145.482500', '155145.942500', '155146.402500', '155146.862500', '155147.322500', '155147.782500', '155148.242500', '155148.702500', '155149.162500', '155149.622500', '155150.082500', '155150.542500', '155151.002500', '155151.462500', '155151.922500', '155152.382500', '155152.842500', '155153.302500', '155153.762500', '155154.222500', '155154.682500', '155155.142500', '155155.602500', '155156.062500', '155156.522500', '155156.982500', '155157.442500', '155157.902500', '155158.362500', '155158.822500', '155159.282500', '155159.742500', '155200.202500', '155200.662500', '155201.122500', '155201.582500', '155202.042500', '155202.502500', '155202.962500', '155203.422500', '155203.882500', '155204.342500', '155204.802500', '155205.262500', '155205.722500', '155206.182500', '155206.642500', '155207.102500', '155207.562500', '155208.022500', '155208.482500', '155208.942500', '155209.402500', '155209.862500', '155210.322500', '155210.782500', '155211.242500', '155211.702500', '155212.162500', '155212.622500', '155213.082500', '155213.542500', '155214.002500', '155214.462500', '155214.922500', '155215.382500', '155215.842500', '155216.302500', '155216.762500', '155217.222500', '155217.682500', '155218.142500', '155218.602500', '155219.062500', '155219.522500', '155219.982500', '155220.442500', '155220.902500', '155221.362500', '155221.822500', '155222.282500', '155222.742500', '155223.202500', '155223.662500', '155224.122500', '155224.582500', '155225.042500', '155225.502500', '155225.962500', '155226.422500', '155226.882500', '155227.342500', '155227.802500', '155228.262500', '155228.722500', '155229.182500', '155229.642500', '155230.102500', '155230.562500', '155231.022500', '155231.482500', '155231.942500', '155232.402500', '155232.862500', '155233.322500', '155233.782500', '155234.242500', '155234.702500', '155235.162500', '155235.622500', '155236.082500', '155236.542500', '155237.002500', '155237.462500', '155237.922500', '155238.382500', '155238.842500', '155239.302500', '155239.762500', '155240.222500', '155240.682500', '155241.142500', '155241.602500', '155242.062500', '155242.522500', '155242.982500', '155243.442500', '155243.902500', '155244.362500', '155244.822500', '155245.282500', '155245.742500', '155246.202500', '155246.662500', '155247.122500', '155247.582500', '155248.042500', '155248.502500', '155248.962500', '155249.422500', '155249.882500', '155250.342500', '155250.802500', '155251.262500', '155251.722500', '155252.182500', '155252.642500', '155253.102500', '155253.562500', '155254.022500', '155254.482500', '155254.942500', '155255.402500', '155255.862500', '155256.322500', '155256.782500', '155257.242500', '155257.702500', '155258.162500', '155258.622500', '155259.082500', '155259.542500', '155300.002500', '155300.462500', '155300.922500', '155301.382500', '155301.842500', '155302.302500', '155302.762500', '155303.222500', '155303.682500', '155304.142500', '155304.602500', '155305.062500', '155305.522500', '155305.982500', '155306.442500', '155306.902500', '155307.362500', '155307.822500', '155308.282500', '155308.742500', '155309.202500', '155309.662500', '155310.122500', '155310.582500', '155311.042500', '155311.502500', '155311.962500', '155312.422500', '155312.882500', '155313.342500', '155313.802500', '155314.262500', '155314.722500', '155315.182500', '155315.642500', '155316.102500', '155316.562500', '155317.022500', '155317.482500', '155317.942500', '155318.402500', '155318.862500', '155319.322500', '155319.782500', '155320.242500', '155320.702500', '155321.162500', '155321.622500', '155322.082500', '155322.542500', '155323.002500', '155323.462500', '155323.922500', '155324.382500', '155324.842500', '155325.302500', '155325.762500', '155326.222500', '155326.682500', '155327.142500', '155327.602500', '155328.062500', '155328.522500', '155328.982500', '155329.442500', '155329.902500', '155330.362500', '155330.822500', '155331.282500', '155331.742500', '155332.202500', '155332.662500', '155333.122500', '155333.582500', '155334.042500', '155334.502500', '155334.962500', '155335.422500', '155335.882500', '155336.342500', '155336.802500', '155337.262500', '155337.722500', '155338.182500', '155338.642500', '155339.102500', '155339.562500', '155340.022500', '155340.482500', '155340.942500', '155341.402500', '155341.862500', '155342.322500', '155342.782500', '155343.242500', '155343.702500', '155344.162500', '155344.622500', '155345.082500', '155345.542500', '155346.002500', '155346.462500', '155346.922500', '155347.382500', '155347.842500', '155348.302500', '155348.762500', '155349.222500', '155349.682500', '155350.142500', '155350.602500', '155351.062500', '155351.522500', '155351.982500', '155352.442500', '155352.902500', '155353.362500', '155353.822500', '155354.282500', '155354.742500', '155355.202500', '155355.662500', '155356.122500', '155356.582500', '155357.042500', '155357.502500', '155357.962500', '155358.422500', '155358.882500', '155359.342500', '155359.802500', '155400.262500', '155400.722500', '155401.182500', '155401.642500', '155402.102500', '155402.562500', '155403.022500', '155403.482500', '155403.942500', '155404.402500', '155404.862500', '155405.322500', '155405.782500', '155406.242500', '155406.702500', '155407.162500', '155407.622500', '155408.082500', '155408.542500', '155409.002500', '155409.462500', '155409.922500', '155410.382500', '155410.842500', '155411.302500', '155411.762500', '155412.222500', '155412.682500', '155413.142500', '155413.602500', '155414.062500', '155414.522500', '155414.982500', '155415.442500', '155415.902500', '155416.362500', '155416.822500', '155417.282500', '155417.742500', '155418.202500', '155418.662500', '155419.122500', '155419.582500', '155420.042500', '155420.502500', '155420.962500', '155421.422500', '155421.882500', '155422.342500', '155422.802500', '155423.262500', '155423.722500', '155424.182500', '155424.642500', '155425.102500', '155425.562500', '155426.022500', '155426.482500', '155426.942500', '155427.402500', '155427.862500', '155428.322500', '155428.782500', '155429.242500', '155429.702500', '155430.162500', '155430.622500', '155431.082500', '155431.542500', '155432.002500', '155432.462500', '155432.922500', '155433.382500', '155433.842500', '155434.302500', '155434.762500', '155435.222500', '155435.682500', '155436.142500', '155436.602500', '155437.062500', '155437.522500', '155437.982500', '155438.442500', '155438.902500', '155439.362500', '155439.822500', '155440.282500', '155440.742500', '155441.202500', '155441.662500', '155442.122500', '155442.582500', '155443.042500', '155443.502500', '155443.962500', '155444.422500', '155444.882500', '155445.342500', '155445.802500', '155446.262500', '155446.722500', '155447.182500', '155447.642500', '155448.102500', '155448.562500', '155449.022500', '155449.482500', '155449.942500', '155450.402500', '155450.862500', '155451.322500', '155451.782500', '155452.242500', '155452.702500', '155453.162500', '155453.622500', '155454.082500', '155454.542500', '155455.002500', '155455.462500', '155455.922500', '155456.382500', '155456.842500', '155457.302500', '155457.762500', '155458.222500', '155458.682500', '155459.142500', '155459.602500', '155500.062500', '155500.522500', '155500.982500', '155501.442500', '155501.902500', '155502.362500', '155502.822500', '155503.282500', '155503.742500', '155504.202500', '155504.662500', '155505.122500', '155505.582500', '155506.042500', '155506.502500', '155506.962500', '155507.422500', '155507.882500', '155508.342500'], 'ContentTime': ['154551.666000', '154551.670000', '154551.672000', '154551.675000', '154551.678000', '154551.681000', '154551.684000', '154551.686000', '154551.699000', '154551.702000', '154551.704000', '154551.707000', '154551.709000', '154551.712000', '154551.715000', '154551.717000', '154551.720000', '154551.722000', '154551.725000', '154551.728000', '154551.730000', '154551.733000', '154551.735000', '154551.738000', '154551.741000', '154551.743000', '154551.746000', '154551.755000', '154551.757000', '154551.760000', '154551.762000', '154551.765000', '154551.768000', '154551.770000', '154551.773000', '154551.775000', '154551.778000', '154551.780000', '154551.783000', '154551.786000', '154551.788000', '154551.791000', '154551.794000', '154551.796000', '154551.799000', '154551.801000', '154551.804000', '154551.807000', '154551.809000', '154551.812000', '154551.815000', '154551.817000', '154551.820000', '154551.823000', '154611.627000', '154611.649000', '154611.652000', '154611.655000', '154611.657000', '154611.660000', '154611.663000', '154611.665000', '154611.678000', '154611.681000', '154611.683000', '154611.686000', '154611.689000', '154611.691000', '154611.694000', '154611.696000', '154611.699000', '154611.702000', '154611.704000', '154611.707000', '154611.709000', '154611.712000', '154611.715000', '154611.717000', '154611.720000', '154611.722000', '154611.725000', '154611.727000', '154611.730000', '154611.733000', '154611.735000', '154611.738000', '154611.741000', '154611.743000', '154611.746000', '154611.748000', '154611.751000', '154611.754000', '154611.756000', '154611.759000', '154611.761000', '154611.764000', '154611.767000', '154611.769000', '154631.627000', '154631.630000', '154631.633000', '154631.635000', '154631.638000', '154631.641000', '154631.643000', '154631.646000', '154631.649000', '154631.651000', '154631.654000', '154631.665000', '154631.668000', '154631.670000', '154631.673000', '154631.675000', '154631.678000', '154631.681000', '154631.683000', '154631.686000', '154631.689000', '154631.691000', '154631.694000', '154631.696000', '154631.699000', '154631.702000', '154631.704000', '154631.708000', '154631.711000', '154631.714000', '154631.716000', '154631.719000', '154631.722000', '154631.724000', '154631.727000', '154631.729000', '154631.732000', '154631.735000', '154631.737000', '154631.747000', '154631.750000', '154631.752000', '154631.757000', '154651.628000', '154651.631000', '154651.633000', '154651.636000', '154651.639000', '154651.641000', '154651.644000', '154651.646000', '154651.653000', '154651.658000', '154651.660000', '154651.663000', '154651.666000', '154651.669000', '154651.671000', '154651.675000', '154651.678000', '154651.681000', '154651.683000', '154651.686000', '154651.688000', '154651.691000', '154651.694000', '154651.696000', '154651.699000', '154651.702000', '154651.704000', '154651.707000', '154651.709000', '154651.712000', '154651.715000', '154651.717000', '154651.720000', '154651.722000', '154651.725000', '154651.728000', '154651.730000', '154651.733000', '154651.735000', '154651.738000', '154651.741000', '154651.743000', '154651.746000', '154651.749000', '154711.627000', '154711.630000', '154711.633000', '154711.635000', '154711.638000', '154711.641000', '154711.643000', '154711.646000', '154711.648000', '154711.651000', '154711.654000', '154711.656000', '154711.659000', '154711.661000', '154711.664000', '154711.667000', '154711.669000', '154711.672000', '154711.674000', '154711.677000', '154711.680000', '154711.682000', '154711.693000', '154711.695000', '154711.698000', '154711.701000', '154711.703000', '154711.706000', '154711.708000', '154711.711000', '154711.714000', '154711.717000', '154711.719000', '154711.722000', '154711.725000', '154711.727000', '154711.730000', '154711.733000', '154711.735000', '154711.738000', '154711.741000', '154711.743000', '154711.746000', '154731.628000', '154731.631000', '154731.634000', '154731.643000', '154731.646000', '154731.648000', '154731.651000', '154731.653000', '154731.656000', '154731.659000', '154731.661000', '154731.664000', '154731.667000', '154731.669000', '154731.672000', '154731.674000', '154731.677000', '154731.679000', '154731.682000', '154731.685000', '154731.688000', '154731.690000', '154731.693000', '154731.695000', '154731.698000', '154731.701000', '154731.703000', '154731.706000', '154731.709000', '154731.711000', '154731.714000', '154731.716000', '154731.719000', '154731.722000', '154731.724000', '154731.727000', '154731.730000', '154731.732000', '154731.735000', '154731.737000', '154731.740000', '154731.743000', '154731.745000', '154731.748000', '154751.628000', '154751.631000', '154751.634000', '154751.637000', '154751.639000', '154751.642000', '154751.644000', '154751.647000', '154751.649000', '154751.652000', '154751.665000', '154751.668000', '154751.671000', '154751.673000', '154751.676000', '154751.679000', '154751.681000', '154751.684000', '154751.686000', '154751.689000', '154751.692000', '154751.694000', '154751.697000', '154751.699000', '154751.702000', '154751.705000', '154751.707000', '154751.710000', '154751.712000', '154751.715000', '154751.718000', '154751.720000', '154751.723000', '154751.725000', '154751.728000', '154751.731000', '154751.733000', '154751.736000', '154751.739000', '154751.741000', '154751.744000', '154751.748000', '154751.751000', '154811.629000', '154811.631000', '154811.634000', '154811.637000', '154811.639000', '154811.642000', '154811.645000', '154811.647000', '154811.650000', '154811.652000', '154811.655000', '154811.658000', '154811.660000', '154811.663000', '154811.665000', '154811.668000', '154811.671000', '154811.673000', '154811.676000', '154811.678000', '154811.681000', '154811.684000', '154811.686000', '154811.689000', '154811.692000', '154811.694000', '154811.697000', '154811.700000', '154811.702000', '154811.705000', '154811.707000', '154811.710000', '154811.713000', '154811.715000', '154811.718000', '154811.721000', '154811.723000', '154811.726000', '154811.728000', '154811.731000', '154811.734000', '154811.736000', '154811.739000', '154811.742000', '154831.628000', '154831.631000', '154831.633000', '154831.636000', '154831.639000', '154831.641000', '154831.644000', '154831.646000', '154831.649000', '154831.652000', '154831.654000', '154831.657000', '154831.660000', '154831.662000', '154831.665000', '154831.667000', '154831.670000', '154831.673000', '154831.675000', '154831.678000', '154831.680000', '154831.683000', '154831.686000', '154831.688000', '154831.691000', '154831.694000', '154831.696000', '154831.699000', '154831.701000', '154831.704000', '154831.706000', '154831.709000', '154831.712000', '154831.714000', '154831.717000', '154831.719000', '154831.722000', '154831.725000', '154831.727000', '154831.730000', '154831.733000', '154831.735000', '154831.738000', '154851.627000', '154851.630000', '154851.633000', '154851.636000', '154851.638000', '154851.641000', '154851.644000', '154851.646000', '154851.649000', '154851.651000', '154851.654000', '154851.657000', '154851.659000', '154851.662000', '154851.665000', '154851.667000', '154851.670000', '154851.672000', '154851.675000', '154851.678000', '154851.680000', '154851.683000', '154851.685000', '154851.688000', '154851.691000', '154851.693000', '154851.696000', '154851.698000', '154851.701000', '154851.704000', '154851.706000', '154851.709000', '154851.711000', '154851.714000', '154851.717000', '154851.720000', '154851.722000', '154851.725000', '154851.728000', '154851.730000', '154851.733000', '154851.735000', '154851.738000', '154851.741000', '154911.627000', '154911.630000', '154911.633000', '154911.635000', '154911.638000', '154911.641000', '154911.643000', '154911.646000', '154911.649000', '154911.651000', '154911.654000', '154911.657000', '154911.659000', '154911.662000', '154911.665000', '154911.667000', '154911.670000', '154911.673000', '154911.675000', '154911.678000', '154911.681000', '154911.683000', '154911.686000', '154911.688000', '154911.691000', '154911.694000', '154911.696000', '154911.699000', '154911.701000', '154911.704000', '154911.707000', '154911.709000', '154911.712000', '154911.714000', '154911.717000', '154911.731000', '154911.734000', '154911.737000', '154911.739000', '154911.742000', '154911.745000', '154911.747000', '154911.750000', '154931.627000', '154931.630000', '154931.633000', '154931.636000', '154931.638000', '154931.641000', '154931.644000', '154931.646000', '154931.649000', '154931.651000', '154931.654000', '154931.657000', '154931.659000', '154931.662000', '154931.664000', '154931.667000', '154931.670000', '154931.672000', '154931.675000', '154931.678000', '154931.680000', '154931.683000', '154931.686000', '154931.688000', '154931.691000', '154931.694000', '154931.696000', '154931.699000', '154931.701000', '154931.704000', '154931.707000', '154931.709000', '154931.712000', '154931.721000', '154931.724000', '154931.726000', '154931.729000', '154931.732000', '154931.734000', '154931.737000', '154931.740000', '154931.742000', '154931.745000', '154931.747000', '154951.629000', '154951.631000', '154951.634000', '154951.637000', '154951.639000', '154951.642000', '154951.645000', '154951.647000', '154951.650000', '154951.652000', '154951.655000', '154951.658000', '154951.660000', '154951.663000', '154951.665000', '154951.668000', '154951.670000', '154951.673000', '154951.676000', '154951.679000', '154951.681000', '154951.684000', '154951.686000', '154951.689000', '154951.692000', '154951.694000', '154951.697000', '154951.699000', '154951.702000', '154951.705000', '154951.707000', '154951.710000', '154951.712000', '154951.715000', '154951.718000', '154951.720000', '154951.723000', '154951.726000', '154951.728000', '154951.731000', '154951.733000', '154951.736000', '154951.739000', '155011.628000', '155011.634000', '155011.637000', '155011.640000', '155011.642000', '155011.645000', '155011.648000', '155011.650000', '155011.653000', '155011.656000', '155011.659000', '155011.661000', '155011.664000', '155011.668000', '155011.670000', '155011.673000', '155011.676000', '155011.678000', '155011.681000', '155011.683000', '155011.686000', '155011.689000', '155011.691000', '155011.694000', '155011.697000', '155011.699000', '155011.702000', '155011.705000', '155011.707000', '155011.710000', '155011.712000', '155011.715000', '155011.718000', '155011.720000', '155011.723000', '155011.726000', '155011.728000', '155011.731000', '155011.733000', '155011.736000', '155011.739000', '155011.741000', '155011.744000', '155031.629000', '155031.631000', '155031.634000', '155031.637000', '155031.640000', '155031.642000', '155031.645000', '155031.648000', '155031.650000', '155031.653000', '155031.655000', '155031.658000', '155031.661000', '155031.663000', '155031.666000', '155031.668000', '155031.671000', '155031.674000', '155031.676000', '155031.679000', '155031.681000', '155031.684000', '155031.687000', '155031.689000', '155031.692000', '155031.695000', '155031.697000', '155031.700000', '155031.703000', '155031.705000', '155031.708000', '155031.710000', '155031.713000', '155031.716000', '155031.718000', '155031.721000', '155031.724000', '155031.726000', '155031.729000', '155031.731000', '155031.734000', '155031.737000', '155031.739000', '155031.742000', '155051.627000', '155051.630000', '155051.633000', '155051.659000', '155051.662000', '155051.665000', '155051.667000', '155051.670000', '155051.673000', '155051.675000', '155051.678000', '155051.680000', '155051.683000', '155051.686000', '155051.688000', '155051.691000', '155051.693000', '155051.696000', '155051.699000', '155051.701000', '155051.704000', '155051.706000', '155051.713000', '155051.716000', '155051.719000', '155051.721000', '155051.724000', '155051.726000', '155051.729000', '155051.732000', '155051.734000', '155051.737000', '155051.740000', '155051.742000', '155051.745000', '155051.747000', '155051.750000', '155051.753000', '155051.755000', '155051.758000', '155051.762000', '155051.765000', '155051.768000', '155051.770000', '155111.628000', '155111.631000', '155111.633000', '155111.636000', '155111.638000', '155111.641000', '155111.644000', '155111.646000', '155111.649000', '155111.651000', '155111.654000', '155111.657000', '155111.659000', '155111.662000', '155111.665000', '155111.667000', '155111.670000', '155111.672000', '155111.675000', '155111.678000', '155111.680000', '155111.683000', '155111.685000', '155111.688000', '155111.691000', '155111.693000', '155111.696000', '155111.698000', '155111.701000', '155111.704000', '155111.706000', '155111.709000', '155111.711000', '155111.714000', '155111.717000', '155111.719000', '155111.722000', '155111.724000', '155111.727000', '155111.729000', '155111.732000', '155111.735000', '155111.737000', '155131.628000', '155131.631000', '155131.634000', '155131.636000', '155131.639000', '155131.641000', '155131.644000', '155131.647000', '155131.649000', '155131.652000', '155131.655000', '155131.657000', '155131.660000', '155131.662000', '155131.665000', '155131.667000', '155131.670000', '155131.673000', '155131.675000', '155131.678000', '155131.681000', '155131.683000', '155131.686000', '155131.688000', '155131.691000', '155131.693000', '155131.696000', '155131.699000', '155131.701000', '155131.704000', '155131.707000', '155131.709000', '155131.712000', '155131.714000', '155131.717000', '155131.720000', '155131.722000', '155131.725000', '155131.727000', '155131.730000', '155131.733000', '155131.735000', '155131.738000', '155131.743000', '155151.628000', '155151.630000', '155151.633000', '155151.636000', '155151.639000', '155151.641000', '155151.644000', '155151.646000', '155151.649000', '155151.652000', '155151.654000', '155151.657000', '155151.659000', '155151.662000', '155151.665000', '155151.667000', '155151.670000', '155151.672000', '155151.675000', '155151.678000', '155151.681000', '155151.684000', '155151.686000', '155151.689000', '155151.692000', '155151.694000', '155151.697000', '155151.700000', '155151.702000', '155151.705000', '155151.708000', '155151.710000', '155151.713000', '155151.715000', '155151.718000', '155151.720000', '155151.723000', '155151.726000', '155151.728000', '155151.731000', '155151.734000', '155151.736000', '155151.739000', '155211.629000', '155211.631000', '155211.634000', '155211.637000', '155211.639000', '155211.642000', '155211.645000', '155211.647000', '155211.650000', '155211.652000', '155211.655000', '155211.658000', '155211.661000', '155211.663000', '155211.676000', '155211.679000', '155211.682000', '155211.684000', '155211.687000', '155211.690000', '155211.692000', '155211.695000', '155211.697000', '155211.700000', '155211.703000', '155211.706000', '155211.709000', '155211.712000', '155211.715000', '155211.717000', '155211.720000', '155211.723000', '155211.725000', '155211.728000', '155211.730000', '155211.733000', '155211.736000', '155211.738000', '155211.741000', '155211.743000', '155211.746000', '155211.749000', '155211.751000', '155231.628000', '155231.631000', '155231.634000', '155231.636000', '155231.640000', '155231.642000', '155231.645000', '155231.647000', '155231.650000', '155231.652000', '155231.655000', '155231.658000', '155231.660000', '155231.663000', '155231.666000', '155231.668000', '155231.671000', '155231.673000', '155231.676000', '155231.679000', '155231.681000', '155231.684000', '155231.687000', '155231.689000', '155231.692000', '155231.694000', '155231.697000', '155231.700000', '155231.702000', '155231.705000', '155231.707000', '155231.710000', '155231.713000', '155231.715000', '155231.718000', '155231.720000', '155231.723000', '155231.726000', '155231.728000', '155231.731000', '155231.734000', '155231.736000', '155231.739000', '155231.741000', '155251.629000', '155251.631000', '155251.634000', '155251.637000', '155251.639000', '155251.642000', '155251.645000', '155251.647000', '155251.650000', '155251.653000', '155251.655000', '155251.658000', '155251.661000', '155251.666000', '155251.669000', '155251.671000', '155251.674000', '155251.677000', '155251.679000', '155251.682000', '155251.685000', '155251.687000', '155251.690000', '155251.693000', '155251.695000', '155251.698000', '155251.701000', '155251.703000', '155251.706000', '155251.709000', '155251.711000', '155251.714000', '155251.717000', '155251.719000', '155251.722000', '155251.725000', '155251.727000', '155251.730000', '155251.732000', '155251.735000', '155251.738000', '155251.740000', '155251.743000', '155311.628000', '155311.630000', '155311.633000', '155311.637000', '155311.639000', '155311.642000', '155311.644000', '155311.647000', '155311.650000', '155311.652000', '155311.655000', '155311.658000', '155311.660000', '155311.663000', '155311.665000', '155311.668000', '155311.671000', '155311.673000', '155311.676000', '155311.679000', '155311.681000', '155311.684000', '155311.686000', '155311.689000', '155311.692000', '155311.694000', '155311.697000', '155311.700000', '155311.703000', '155311.705000', '155311.708000', '155311.710000', '155311.713000', '155311.715000', '155311.718000', '155311.721000', '155311.723000', '155311.726000', '155311.728000', '155311.731000', '155311.734000', '155311.736000', '155311.739000', '155311.742000', '155331.628000', '155331.631000', '155331.633000', '155331.636000', '155331.638000', '155331.641000', '155331.644000', '155331.646000', '155331.649000', '155331.652000', '155331.654000', '155331.657000', '155331.661000', '155331.664000', '155331.666000', '155331.669000', '155331.672000', '155331.674000', '155331.677000', '155331.679000', '155331.682000', '155331.685000', '155331.687000', '155331.690000', '155331.692000', '155331.699000', '155331.702000', '155331.704000', '155331.707000', '155331.709000', '155331.712000', '155331.715000', '155331.717000', '155331.720000', '155331.722000', '155331.725000', '155331.728000', '155331.730000', '155331.733000', '155331.735000', '155331.738000', '155331.741000', '155331.743000', '155351.628000', '155351.630000', '155351.634000', '155351.636000', '155351.639000', '155351.641000', '155351.644000', '155351.647000', '155351.649000', '155351.652000', '155351.655000', '155351.657000', '155351.660000', '155351.663000', '155351.666000', '155351.668000', '155351.671000', '155351.673000', '155351.676000', '155351.678000', '155351.681000', '155351.684000', '155351.686000', '155351.689000', '155351.691000', '155351.694000', '155351.697000', '155351.699000', '155351.702000', '155351.704000', '155351.707000', '155351.710000', '155351.712000', '155351.715000', '155351.717000', '155351.720000', '155351.722000', '155351.725000', '155351.728000', '155351.731000', '155351.733000', '155351.736000', '155351.738000', '155351.741000', '155411.629000', '155411.632000', '155411.634000', '155411.637000', '155411.640000', '155411.642000', '155411.645000', '155411.647000', '155411.650000', '155411.653000', '155411.655000', '155411.658000', '155411.660000', '155411.663000', '155411.666000', '155411.668000', '155411.671000', '155411.673000', '155411.676000', '155411.679000', '155411.681000', '155411.684000', '155411.687000', '155411.689000', '155411.692000', '155411.695000', '155411.697000', '155411.700000', '155411.702000', '155411.706000', '155411.708000', '155411.711000', '155411.714000', '155411.716000', '155411.719000', '155411.721000', '155411.724000', '155411.727000', '155411.730000', '155411.732000', '155411.735000', '155411.737000', '155411.740000', '155431.629000', '155431.632000', '155431.635000', '155431.637000', '155431.640000', '155431.643000', '155431.645000', '155431.648000', '155431.650000', '155431.653000', '155431.656000', '155431.658000', '155431.661000', '155431.664000', '155431.666000', '155431.669000', '155431.671000', '155431.674000', '155431.677000', '155431.680000', '155431.682000', '155431.685000', '155431.688000', '155431.690000', '155431.693000', '155431.696000', '155431.698000', '155431.701000', '155431.704000', '155431.706000', '155431.709000', '155431.711000', '155431.714000', '155431.717000', '155431.719000', '155431.722000', '155431.724000', '155431.727000', '155431.730000', '155431.732000', '155431.735000', '155431.738000', '155431.740000', '155431.743000', '155451.629000', '155451.632000', '155451.635000', '155451.638000', '155451.640000', '155451.643000', '155451.645000', '155451.661000', '155451.664000', '155451.667000', '155451.669000', '155451.672000', '155451.674000', '155451.677000', '155451.679000', '155451.682000', '155451.685000', '155451.687000', '155451.690000', '155451.693000', '155451.695000', '155451.698000', '155451.701000', '155451.703000', '155451.706000', '155451.709000', '155451.711000', '155451.714000', '155451.716000', '155451.719000', '155451.721000', '155451.724000', '155451.727000', '155451.729000', '155451.732000', '155451.735000', '155451.737000', '155451.740000', '155451.742000', '155451.745000', '155451.748000', '155451.750000', '155451.753000', '155509.629000', '155509.632000', '155509.635000', '155509.645000', '155509.650000', '155509.652000', '155509.655000', '155509.658000', '155509.661000', '155509.664000', '155509.667000', '155509.670000', '155509.678000', '155509.681000', '155509.684000', '155509.687000', '155509.690000', '155509.693000', '155509.696000', '155509.699000', '155509.702000', '155509.705000', '155509.707000', '155509.710000', '155509.713000', '155509.716000', '155509.718000', '155509.721000', '155509.725000', '155509.729000', '155509.731000', '155509.734000', '155509.737000', '155509.740000', '155509.744000', '155509.748000', '155509.751000', '155509.754000', '155509.756000', '155509.759000'], 'InstanceCreationTime': ['154551.666000', '154551.670000', '154551.672000', '154551.675000', '154551.678000', '154551.681000', '154551.684000', '154551.686000', '154551.699000', '154551.702000', '154551.704000', '154551.707000', '154551.709000', '154551.712000', '154551.715000', '154551.717000', '154551.720000', '154551.722000', '154551.725000', '154551.728000', '154551.730000', '154551.733000', '154551.735000', '154551.738000', '154551.741000', '154551.743000', '154551.746000', '154551.755000', '154551.757000', '154551.760000', '154551.762000', '154551.765000', '154551.768000', '154551.770000', '154551.773000', '154551.775000', '154551.778000', '154551.780000', '154551.783000', '154551.786000', '154551.788000', '154551.791000', '154551.794000', '154551.796000', '154551.799000', '154551.801000', '154551.804000', '154551.807000', '154551.809000', '154551.812000', '154551.815000', '154551.817000', '154551.820000', '154551.823000', '154611.627000', '154611.649000', '154611.652000', '154611.655000', '154611.657000', '154611.660000', '154611.663000', '154611.665000', '154611.678000', '154611.681000', '154611.683000', '154611.686000', '154611.689000', '154611.691000', '154611.694000', '154611.696000', '154611.699000', '154611.702000', '154611.704000', '154611.707000', '154611.709000', '154611.712000', '154611.715000', '154611.717000', '154611.720000', '154611.722000', '154611.725000', '154611.727000', '154611.730000', '154611.733000', '154611.735000', '154611.738000', '154611.741000', '154611.743000', '154611.746000', '154611.748000', '154611.751000', '154611.754000', '154611.756000', '154611.759000', '154611.761000', '154611.764000', '154611.767000', '154611.769000', '154631.627000', '154631.630000', '154631.633000', '154631.635000', '154631.638000', '154631.641000', '154631.643000', '154631.646000', '154631.649000', '154631.651000', '154631.654000', '154631.665000', '154631.668000', '154631.670000', '154631.673000', '154631.675000', '154631.678000', '154631.681000', '154631.683000', '154631.686000', '154631.689000', '154631.691000', '154631.694000', '154631.696000', '154631.699000', '154631.702000', '154631.704000', '154631.708000', '154631.711000', '154631.714000', '154631.716000', '154631.719000', '154631.722000', '154631.724000', '154631.727000', '154631.729000', '154631.732000', '154631.735000', '154631.737000', '154631.747000', '154631.750000', '154631.752000', '154631.757000', '154651.628000', '154651.631000', '154651.633000', '154651.636000', '154651.639000', '154651.641000', '154651.644000', '154651.646000', '154651.653000', '154651.658000', '154651.660000', '154651.663000', '154651.666000', '154651.669000', '154651.671000', '154651.675000', '154651.678000', '154651.681000', '154651.683000', '154651.686000', '154651.688000', '154651.691000', '154651.694000', '154651.696000', '154651.699000', '154651.702000', '154651.704000', '154651.707000', '154651.709000', '154651.712000', '154651.715000', '154651.717000', '154651.720000', '154651.722000', '154651.725000', '154651.728000', '154651.730000', '154651.733000', '154651.735000', '154651.738000', '154651.741000', '154651.743000', '154651.746000', '154651.749000', '154711.627000', '154711.630000', '154711.633000', '154711.635000', '154711.638000', '154711.641000', '154711.643000', '154711.646000', '154711.648000', '154711.651000', '154711.654000', '154711.656000', '154711.659000', '154711.661000', '154711.664000', '154711.667000', '154711.669000', '154711.672000', '154711.674000', '154711.677000', '154711.680000', '154711.682000', '154711.693000', '154711.695000', '154711.698000', '154711.701000', '154711.703000', '154711.706000', '154711.708000', '154711.711000', '154711.714000', '154711.717000', '154711.719000', '154711.722000', '154711.725000', '154711.727000', '154711.730000', '154711.733000', '154711.735000', '154711.738000', '154711.741000', '154711.743000', '154711.746000', '154731.628000', '154731.631000', '154731.634000', '154731.643000', '154731.646000', '154731.648000', '154731.651000', '154731.653000', '154731.656000', '154731.659000', '154731.661000', '154731.664000', '154731.667000', '154731.669000', '154731.672000', '154731.674000', '154731.677000', '154731.679000', '154731.682000', '154731.685000', '154731.688000', '154731.690000', '154731.693000', '154731.695000', '154731.698000', '154731.701000', '154731.703000', '154731.706000', '154731.709000', '154731.711000', '154731.714000', '154731.716000', '154731.719000', '154731.722000', '154731.724000', '154731.727000', '154731.730000', '154731.732000', '154731.735000', '154731.737000', '154731.740000', '154731.743000', '154731.745000', '154731.748000', '154751.628000', '154751.631000', '154751.634000', '154751.637000', '154751.639000', '154751.642000', '154751.644000', '154751.647000', '154751.649000', '154751.652000', '154751.665000', '154751.668000', '154751.671000', '154751.673000', '154751.676000', '154751.679000', '154751.681000', '154751.684000', '154751.686000', '154751.689000', '154751.692000', '154751.694000', '154751.697000', '154751.699000', '154751.702000', '154751.705000', '154751.707000', '154751.710000', '154751.712000', '154751.715000', '154751.718000', '154751.720000', '154751.723000', '154751.725000', '154751.728000', '154751.731000', '154751.733000', '154751.736000', '154751.739000', '154751.741000', '154751.744000', '154751.748000', '154751.751000', '154811.629000', '154811.631000', '154811.634000', '154811.637000', '154811.639000', '154811.642000', '154811.645000', '154811.647000', '154811.650000', '154811.652000', '154811.655000', '154811.658000', '154811.660000', '154811.663000', '154811.665000', '154811.668000', '154811.671000', '154811.673000', '154811.676000', '154811.678000', '154811.681000', '154811.684000', '154811.686000', '154811.689000', '154811.692000', '154811.694000', '154811.697000', '154811.700000', '154811.702000', '154811.705000', '154811.707000', '154811.710000', '154811.713000', '154811.715000', '154811.718000', '154811.721000', '154811.723000', '154811.726000', '154811.728000', '154811.731000', '154811.734000', '154811.736000', '154811.739000', '154811.742000', '154831.628000', '154831.631000', '154831.633000', '154831.636000', '154831.639000', '154831.641000', '154831.644000', '154831.646000', '154831.649000', '154831.652000', '154831.654000', '154831.657000', '154831.660000', '154831.662000', '154831.665000', '154831.667000', '154831.670000', '154831.673000', '154831.675000', '154831.678000', '154831.680000', '154831.683000', '154831.686000', '154831.688000', '154831.691000', '154831.694000', '154831.696000', '154831.699000', '154831.701000', '154831.704000', '154831.706000', '154831.709000', '154831.712000', '154831.714000', '154831.717000', '154831.719000', '154831.722000', '154831.725000', '154831.727000', '154831.730000', '154831.733000', '154831.735000', '154831.738000', '154851.627000', '154851.630000', '154851.633000', '154851.636000', '154851.638000', '154851.641000', '154851.644000', '154851.646000', '154851.649000', '154851.651000', '154851.654000', '154851.657000', '154851.659000', '154851.662000', '154851.665000', '154851.667000', '154851.670000', '154851.672000', '154851.675000', '154851.678000', '154851.680000', '154851.683000', '154851.685000', '154851.688000', '154851.691000', '154851.693000', '154851.696000', '154851.698000', '154851.701000', '154851.704000', '154851.706000', '154851.709000', '154851.711000', '154851.714000', '154851.717000', '154851.720000', '154851.722000', '154851.725000', '154851.728000', '154851.730000', '154851.733000', '154851.735000', '154851.738000', '154851.741000', '154911.627000', '154911.630000', '154911.633000', '154911.635000', '154911.638000', '154911.641000', '154911.643000', '154911.646000', '154911.649000', '154911.651000', '154911.654000', '154911.657000', '154911.659000', '154911.662000', '154911.665000', '154911.667000', '154911.670000', '154911.673000', '154911.675000', '154911.678000', '154911.681000', '154911.683000', '154911.686000', '154911.688000', '154911.691000', '154911.694000', '154911.696000', '154911.699000', '154911.701000', '154911.704000', '154911.707000', '154911.709000', '154911.712000', '154911.714000', '154911.717000', '154911.731000', '154911.734000', '154911.737000', '154911.739000', '154911.742000', '154911.745000', '154911.747000', '154911.750000', '154931.627000', '154931.630000', '154931.633000', '154931.636000', '154931.638000', '154931.641000', '154931.644000', '154931.646000', '154931.649000', '154931.651000', '154931.654000', '154931.657000', '154931.659000', '154931.662000', '154931.664000', '154931.667000', '154931.670000', '154931.672000', '154931.675000', '154931.678000', '154931.680000', '154931.683000', '154931.686000', '154931.688000', '154931.691000', '154931.694000', '154931.696000', '154931.699000', '154931.701000', '154931.704000', '154931.707000', '154931.709000', '154931.712000', '154931.721000', '154931.724000', '154931.726000', '154931.729000', '154931.732000', '154931.734000', '154931.737000', '154931.740000', '154931.742000', '154931.745000', '154931.747000', '154951.629000', '154951.631000', '154951.634000', '154951.637000', '154951.639000', '154951.642000', '154951.645000', '154951.647000', '154951.650000', '154951.652000', '154951.655000', '154951.658000', '154951.660000', '154951.663000', '154951.665000', '154951.668000', '154951.670000', '154951.673000', '154951.676000', '154951.679000', '154951.681000', '154951.684000', '154951.686000', '154951.689000', '154951.692000', '154951.694000', '154951.697000', '154951.699000', '154951.702000', '154951.705000', '154951.707000', '154951.710000', '154951.712000', '154951.715000', '154951.718000', '154951.720000', '154951.723000', '154951.726000', '154951.728000', '154951.731000', '154951.733000', '154951.736000', '154951.739000', '155011.628000', '155011.634000', '155011.637000', '155011.640000', '155011.642000', '155011.645000', '155011.648000', '155011.650000', '155011.653000', '155011.656000', '155011.659000', '155011.661000', '155011.664000', '155011.668000', '155011.670000', '155011.673000', '155011.676000', '155011.678000', '155011.681000', '155011.683000', '155011.686000', '155011.689000', '155011.691000', '155011.694000', '155011.697000', '155011.699000', '155011.702000', '155011.705000', '155011.707000', '155011.710000', '155011.712000', '155011.715000', '155011.718000', '155011.720000', '155011.723000', '155011.726000', '155011.728000', '155011.731000', '155011.733000', '155011.736000', '155011.739000', '155011.741000', '155011.744000', '155031.629000', '155031.631000', '155031.634000', '155031.637000', '155031.640000', '155031.642000', '155031.645000', '155031.648000', '155031.650000', '155031.653000', '155031.655000', '155031.658000', '155031.661000', '155031.663000', '155031.666000', '155031.668000', '155031.671000', '155031.674000', '155031.676000', '155031.679000', '155031.681000', '155031.684000', '155031.687000', '155031.689000', '155031.692000', '155031.695000', '155031.697000', '155031.700000', '155031.703000', '155031.705000', '155031.708000', '155031.710000', '155031.713000', '155031.716000', '155031.718000', '155031.721000', '155031.724000', '155031.726000', '155031.729000', '155031.731000', '155031.734000', '155031.737000', '155031.739000', '155031.742000', '155051.627000', '155051.630000', '155051.633000', '155051.659000', '155051.662000', '155051.665000', '155051.667000', '155051.670000', '155051.673000', '155051.675000', '155051.678000', '155051.680000', '155051.683000', '155051.686000', '155051.688000', '155051.691000', '155051.693000', '155051.696000', '155051.699000', '155051.701000', '155051.704000', '155051.706000', '155051.713000', '155051.716000', '155051.719000', '155051.721000', '155051.724000', '155051.726000', '155051.729000', '155051.732000', '155051.734000', '155051.737000', '155051.740000', '155051.742000', '155051.745000', '155051.747000', '155051.750000', '155051.753000', '155051.755000', '155051.758000', '155051.762000', '155051.765000', '155051.768000', '155051.770000', '155111.628000', '155111.631000', '155111.633000', '155111.636000', '155111.638000', '155111.641000', '155111.644000', '155111.646000', '155111.649000', '155111.651000', '155111.654000', '155111.657000', '155111.659000', '155111.662000', '155111.665000', '155111.667000', '155111.670000', '155111.672000', '155111.675000', '155111.678000', '155111.680000', '155111.683000', '155111.685000', '155111.688000', '155111.691000', '155111.693000', '155111.696000', '155111.698000', '155111.701000', '155111.704000', '155111.706000', '155111.709000', '155111.711000', '155111.714000', '155111.717000', '155111.719000', '155111.722000', '155111.724000', '155111.727000', '155111.729000', '155111.732000', '155111.735000', '155111.737000', '155131.628000', '155131.631000', '155131.634000', '155131.636000', '155131.639000', '155131.641000', '155131.644000', '155131.647000', '155131.649000', '155131.652000', '155131.655000', '155131.657000', '155131.660000', '155131.662000', '155131.665000', '155131.667000', '155131.670000', '155131.673000', '155131.675000', '155131.678000', '155131.681000', '155131.683000', '155131.686000', '155131.688000', '155131.691000', '155131.693000', '155131.696000', '155131.699000', '155131.701000', '155131.704000', '155131.707000', '155131.709000', '155131.712000', '155131.714000', '155131.717000', '155131.720000', '155131.722000', '155131.725000', '155131.727000', '155131.730000', '155131.733000', '155131.735000', '155131.738000', '155131.743000', '155151.628000', '155151.630000', '155151.633000', '155151.636000', '155151.639000', '155151.641000', '155151.644000', '155151.646000', '155151.649000', '155151.652000', '155151.654000', '155151.657000', '155151.659000', '155151.662000', '155151.665000', '155151.667000', '155151.670000', '155151.672000', '155151.675000', '155151.678000', '155151.681000', '155151.684000', '155151.686000', '155151.689000', '155151.692000', '155151.694000', '155151.697000', '155151.700000', '155151.702000', '155151.705000', '155151.708000', '155151.710000', '155151.713000', '155151.715000', '155151.718000', '155151.720000', '155151.723000', '155151.726000', '155151.728000', '155151.731000', '155151.734000', '155151.736000', '155151.739000', '155211.629000', '155211.631000', '155211.634000', '155211.637000', '155211.639000', '155211.642000', '155211.645000', '155211.647000', '155211.650000', '155211.652000', '155211.655000', '155211.658000', '155211.661000', '155211.663000', '155211.676000', '155211.679000', '155211.682000', '155211.684000', '155211.687000', '155211.690000', '155211.692000', '155211.695000', '155211.697000', '155211.700000', '155211.703000', '155211.706000', '155211.709000', '155211.712000', '155211.715000', '155211.717000', '155211.720000', '155211.723000', '155211.725000', '155211.728000', '155211.730000', '155211.733000', '155211.736000', '155211.738000', '155211.741000', '155211.743000', '155211.746000', '155211.749000', '155211.751000', '155231.628000', '155231.631000', '155231.634000', '155231.636000', '155231.640000', '155231.642000', '155231.645000', '155231.647000', '155231.650000', '155231.652000', '155231.655000', '155231.658000', '155231.660000', '155231.663000', '155231.666000', '155231.668000', '155231.671000', '155231.673000', '155231.676000', '155231.679000', '155231.681000', '155231.684000', '155231.687000', '155231.689000', '155231.692000', '155231.694000', '155231.697000', '155231.700000', '155231.702000', '155231.705000', '155231.707000', '155231.710000', '155231.713000', '155231.715000', '155231.718000', '155231.720000', '155231.723000', '155231.726000', '155231.728000', '155231.731000', '155231.734000', '155231.736000', '155231.739000', '155231.741000', '155251.629000', '155251.631000', '155251.634000', '155251.637000', '155251.639000', '155251.642000', '155251.645000', '155251.647000', '155251.650000', '155251.653000', '155251.655000', '155251.658000', '155251.661000', '155251.666000', '155251.669000', '155251.671000', '155251.674000', '155251.677000', '155251.679000', '155251.682000', '155251.685000', '155251.687000', '155251.690000', '155251.693000', '155251.695000', '155251.698000', '155251.701000', '155251.703000', '155251.706000', '155251.709000', '155251.711000', '155251.714000', '155251.717000', '155251.719000', '155251.722000', '155251.725000', '155251.727000', '155251.730000', '155251.732000', '155251.735000', '155251.738000', '155251.740000', '155251.743000', '155311.628000', '155311.630000', '155311.633000', '155311.637000', '155311.639000', '155311.642000', '155311.644000', '155311.647000', '155311.650000', '155311.652000', '155311.655000', '155311.658000', '155311.660000', '155311.663000', '155311.665000', '155311.668000', '155311.671000', '155311.673000', '155311.676000', '155311.679000', '155311.681000', '155311.684000', '155311.686000', '155311.689000', '155311.692000', '155311.694000', '155311.697000', '155311.700000', '155311.703000', '155311.705000', '155311.708000', '155311.710000', '155311.713000', '155311.715000', '155311.718000', '155311.721000', '155311.723000', '155311.726000', '155311.728000', '155311.731000', '155311.734000', '155311.736000', '155311.739000', '155311.742000', '155331.628000', '155331.631000', '155331.633000', '155331.636000', '155331.638000', '155331.641000', '155331.644000', '155331.646000', '155331.649000', '155331.652000', '155331.654000', '155331.657000', '155331.661000', '155331.664000', '155331.666000', '155331.669000', '155331.672000', '155331.674000', '155331.677000', '155331.679000', '155331.682000', '155331.685000', '155331.687000', '155331.690000', '155331.692000', '155331.699000', '155331.702000', '155331.704000', '155331.707000', '155331.709000', '155331.712000', '155331.715000', '155331.717000', '155331.720000', '155331.722000', '155331.725000', '155331.728000', '155331.730000', '155331.733000', '155331.735000', '155331.738000', '155331.741000', '155331.743000', '155351.628000', '155351.630000', '155351.634000', '155351.636000', '155351.639000', '155351.641000', '155351.644000', '155351.647000', '155351.649000', '155351.652000', '155351.655000', '155351.657000', '155351.660000', '155351.663000', '155351.666000', '155351.668000', '155351.671000', '155351.673000', '155351.676000', '155351.678000', '155351.681000', '155351.684000', '155351.686000', '155351.689000', '155351.691000', '155351.694000', '155351.697000', '155351.699000', '155351.702000', '155351.704000', '155351.707000', '155351.710000', '155351.712000', '155351.715000', '155351.717000', '155351.720000', '155351.722000', '155351.725000', '155351.728000', '155351.731000', '155351.733000', '155351.736000', '155351.738000', '155351.741000', '155411.629000', '155411.632000', '155411.634000', '155411.637000', '155411.640000', '155411.642000', '155411.645000', '155411.647000', '155411.650000', '155411.653000', '155411.655000', '155411.658000', '155411.660000', '155411.663000', '155411.666000', '155411.668000', '155411.671000', '155411.673000', '155411.676000', '155411.679000', '155411.681000', '155411.684000', '155411.687000', '155411.689000', '155411.692000', '155411.695000', '155411.697000', '155411.700000', '155411.702000', '155411.706000', '155411.708000', '155411.711000', '155411.714000', '155411.716000', '155411.719000', '155411.721000', '155411.724000', '155411.727000', '155411.730000', '155411.732000', '155411.735000', '155411.737000', '155411.740000', '155431.629000', '155431.632000', '155431.635000', '155431.637000', '155431.640000', '155431.643000', '155431.645000', '155431.648000', '155431.650000', '155431.653000', '155431.656000', '155431.658000', '155431.661000', '155431.664000', '155431.666000', '155431.669000', '155431.671000', '155431.674000', '155431.677000', '155431.680000', '155431.682000', '155431.685000', '155431.688000', '155431.690000', '155431.693000', '155431.696000', '155431.698000', '155431.701000', '155431.704000', '155431.706000', '155431.709000', '155431.711000', '155431.714000', '155431.717000', '155431.719000', '155431.722000', '155431.724000', '155431.727000', '155431.730000', '155431.732000', '155431.735000', '155431.738000', '155431.740000', '155431.743000', '155451.629000', '155451.632000', '155451.635000', '155451.638000', '155451.640000', '155451.643000', '155451.645000', '155451.661000', '155451.664000', '155451.667000', '155451.669000', '155451.672000', '155451.674000', '155451.677000', '155451.679000', '155451.682000', '155451.685000', '155451.687000', '155451.690000', '155451.693000', '155451.695000', '155451.698000', '155451.701000', '155451.703000', '155451.706000', '155451.709000', '155451.711000', '155451.714000', '155451.716000', '155451.719000', '155451.721000', '155451.724000', '155451.727000', '155451.729000', '155451.732000', '155451.735000', '155451.737000', '155451.740000', '155451.742000', '155451.745000', '155451.748000', '155451.750000', '155451.753000', '155509.629000', '155509.632000', '155509.635000', '155509.645000', '155509.650000', '155509.652000', '155509.655000', '155509.658000', '155509.661000', '155509.664000', '155509.667000', '155509.670000', '155509.678000', '155509.681000', '155509.684000', '155509.687000', '155509.690000', '155509.693000', '155509.696000', '155509.699000', '155509.702000', '155509.705000', '155509.707000', '155509.710000', '155509.713000', '155509.716000', '155509.718000', '155509.721000', '155509.725000', '155509.729000', '155509.731000', '155509.734000', '155509.737000', '155509.740000', '155509.744000', '155509.748000', '155509.751000', '155509.754000', '155509.756000', '155509.759000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'LargestImagePixelValue': [12380, 10214, 10789, 11881, 9811, 13890, 10971, 12328, 9365, 11428, 9762, 11136, 9449, 10697, 10168, 9277, 12567, 9787, 11957, 9457, 11873, 9255, 11652, 9603, 10949, 9903, 9579, 13893, 9977, 12408, 11572, 12754, 9314, 11470, 9579, 11442, 9123, 11154, 10715, 9635, 14110, 11357, 12591, 9316, 11443, 10053, 11337, 9241, 10718, 12450, 9604, 12942, 9589, 11778, 9018, 10982, 9007, 10508, 10240, 10151, 11440, 9348, 12902, 9500, 12103, 9783, 11064, 8949, 10549, 9918, 10212, 14169, 10308, 12594, 9541, 11422, 9336, 11095, 9100, 10798, 9210, 10016, 12090, 9890, 12554, 9393, 11995, 9630, 11805, 9460, 11200, 9551, 10510, 10236, 10302, 15164, 9915, 12872, 9134, 11505, 9589, 11415, 9249, 10872, 11105, 9508, 13464, 10020, 11932, 9248, 11413, 9061, 11426, 9337, 11103, 9060, 10175, 11263, 9811, 13449, 10345, 12175, 9168, 11559, 9557, 10693, 9373, 10442, 10535, 10309, 15121, 11081, 14021, 9635, 11927, 9891, 11290, 9467, 10466, 16089, 10901, 13240, 12677, 14338, 10160, 11203, 9607, 10957, 9511, 10624, 8820, 10581, 9123, 10515, 13448, 9780, 12381, 10514, 12799, 10167, 14251, 11204, 10988, 17910, 11466, 14495, 11513, 13320, 9898, 10353, 12853, 9772, 12228, 9273, 12122, 9364, 10814, 11561, 9851, 12578, 9037, 12495, 9013, 11239, 9200, 11558, 8944, 11216, 9392, 10632, 10807, 9316, 13199, 10859, 13083, 10417, 14392, 11045, 9725, 13348, 10447, 13035, 9243, 11227, 9415, 10156, 12675, 9401, 12324, 9274, 10919, 8792, 10706, 12246, 8998, 12756, 9964, 11105, 8791, 10665, 10431, 9850, 12838, 9654, 12242, 9384, 11721, 9745, 10520, 15650, 9106, 12904, 9923, 11902, 9155, 10657, 10145, 9730, 13115, 9346, 11726, 8948, 11034, 9221, 10901, 9599, 10101, 14881, 9016, 12407, 10007, 11316, 8951, 10957, 9126, 10381, 11431, 9587, 13231, 9073, 11933, 10003, 11292, 8789, 10884, 9141, 10378, 10630, 9586, 13962, 8989, 12216, 9822, 11283, 9390, 10664, 10058, 9566, 13706, 10076, 11672, 9250, 11530, 9153, 11545, 9830, 11004, 8978, 10203, 13215, 9780, 12808, 11768, 12267, 9263, 11122, 9206, 11362, 10328, 10354, 15353, 9499, 12452, 10049, 11076, 9247, 10939, 10103, 9957, 17331, 11160, 13331, 9426, 11708, 9981, 11426, 9368, 11112, 11352, 8854, 12950, 10006, 11620, 9197, 11357, 9078, 10821, 15221, 10256, 14262, 9446, 12249, 9447, 11569, 9446, 10839, 10143, 9335, 13542, 9851, 11657, 9119, 11137, 9365, 11033, 10454, 10169, 15266, 9267, 12455, 9647, 11932, 9754, 11634, 9275, 10471, 11404, 10036, 12654, 9377, 12470, 9473, 11941, 9658, 11345, 9192, 10927, 9960, 10289, 16939, 11058, 13175, 9659, 12032, 9581, 11917, 9301, 11346, 9059, 10660, 9056, 10499, 11195, 10151, 12268, 9438, 13008, 9261, 12162, 10266, 11898, 9352, 11158, 15603, 9691, 12934, 11218, 12091, 9095, 11442, 9353, 10883, 12879, 10694, 15447, 9553, 12064, 9509, 11461, 8992, 10826, 12570, 9242, 12972, 9940, 11737, 9042, 11124, 9324, 10859, 14586, 10272, 12304, 8926, 11798, 9135, 10825, 9207, 10383, 10410, 9276, 13187, 10000, 11688, 9182, 11087, 9493, 10634, 14162, 10145, 12773, 9402, 11923, 9484, 11456, 9212, 10954, 10033, 9464, 13307, 9683, 11762, 9283, 11256, 9620, 10889, 16474, 10765, 14598, 9356, 11671, 10361, 10688, 12419, 9732, 13108, 9367, 12102, 9723, 10754, 10499, 9410, 13265, 9613, 12354, 9245, 11263, 8936, 10306, 12755, 9767, 12230, 10346, 11814, 9259, 10758, 11498, 10169, 14514, 9872, 12718, 9417, 11885, 9894, 10559, 12485, 9336, 13060, 9824, 12291, 10162, 11874, 9275, 10020, 12816, 9566, 11985, 9767, 12015, 9123, 10939, 9256, 10804, 10651, 10463, 16061, 8766, 12093, 9696, 11454, 9393, 11011, 11943, 9776, 13772, 11417, 13237, 9091, 11735, 9614, 10558, 12753, 10197, 12816, 9513, 11350, 9365, 10737, 8953, 9942, 11242, 9064, 12877, 10303, 11526, 8869, 10960, 9411, 10523, 16901, 11265, 14448, 9383, 11488, 9983, 11346, 9490, 11005, 15020, 9322, 12531, 9773, 11396, 9228, 11017, 8941, 10201, 11451, 9758, 12589, 9239, 12229, 9582, 11806, 9838, 11030, 8929, 9720, 13908, 9451, 12446, 9838, 11220, 9060, 10187, 11351, 9550, 12655, 10376, 12306, 9083, 11289, 9834, 10612, 9097, 10887, 14079, 10665, 15130, 11418, 14004, 9287, 12235, 9477, 11753, 9653, 12172, 9359, 11523, 17978, 10631, 16511, 9590, 12833, 9858, 12161, 9701, 13586, 10664, 11943, 12406, 10424, 14871, 10863, 14086, 9492, 13191, 9757, 12067, 9525, 11984, 9570, 9486, 12785, 9625, 12711, 10257, 12087, 10449, 11204, 14578, 9744, 14734, 9128, 11913, 9345, 10765, 9220, 10564, 10046, 9255, 14025, 10599, 11460, 9196, 11337, 9416, 11067, 9720, 10421, 12977, 9011, 13536, 10345, 12118, 9038, 11616, 9248, 11914, 9408, 11025, 9119, 11281, 8993, 11282, 9434, 10941, 10480, 10480, 13601, 8888, 12847, 9862, 12248, 9015, 11887, 9066, 11547, 9724, 11223, 9270, 10030, 11797, 9136, 13377, 10035, 11808, 9275, 11629, 9188, 11643, 9374, 11518, 9143, 11039, 9934, 10382, 9082, 9735, 12074, 9506, 13871, 11439, 12201, 9352, 12447, 9373, 11783, 9783, 10878, 8889, 9517, 12577, 9492, 12959, 11746, 12648, 9038, 11679, 9124, 11797, 10404, 10485, 13305, 8932, 12995, 9380, 11857, 9519, 11931, 9496, 11038, 9574, 10207, 10955, 9085, 12888, 9349, 12528, 10213, 12304, 9462, 10866, 10538, 9868, 12344, 9207, 13060, 10483, 12178, 10213, 12605, 9917, 11919, 10713, 10221, 12281, 8983, 13164, 9432, 12697, 9149, 12291, 9175, 11365, 9376, 10672, 9892, 9671, 12480, 9671, 12220, 11592, 12839, 9576, 11543, 9800, 10964, 9766, 10180, 13254, 9284, 12813, 12103, 12452, 9172, 11768, 9516, 11835, 9340, 10934, 9233, 9856, 12466, 9588, 13082, 9709, 14020, 9348, 12624, 10518, 11757, 10044, 11933, 9874, 11109, 13542, 10922, 14575, 9489, 13012, 9700, 12507, 11732, 12821, 8987, 11697, 9683, 11961, 9773, 11507, 11012, 10345, 15032, 9485, 12532, 12240, 13078, 9331, 12304, 9755, 12104, 9339, 11241, 12820, 9296, 13547, 10694, 13094, 9368, 12480, 9448, 12084, 9597, 10951, 8898, 10565, 8807, 10994, 11831, 11009, 13891, 9484, 13572, 9745, 12652, 11290, 13014, 9216, 11674, 9937, 10473, 11930, 11331, 16633, 9669, 13144, 10001, 11780, 9273, 10909, 11116, 9647, 13238, 10595, 11903, 9010, 11329, 9414, 11454, 10270, 9941, 12104, 8823, 12152, 9418, 11506, 9608, 11256, 9213, 10508, 9161, 10396, 13470, 10836, 14233, 9485, 12139, 9899, 11542, 9187, 11291, 11245, 9055, 12777, 9575, 11282, 8940, 11370, 9563, 11283, 9716, 10601, 8825, 10108, 9183, 9381, 11990, 9546, 12367, 9711, 12736, 10487, 13294, 13583, 12737, 18018, 10101, 14011, 10428, 13158, 13181, 10741, 14080, 8861, 12380, 9333, 11889, 9277, 10874, 8807, 9372, 12899, 9432, 11944, 10240, 12046, 9638, 10538, 16196, 10235, 13222, 9784, 12040, 8804, 10309, 14869, 10096, 12778, 9309, 11825, 9165, 11438, 10637, 10143, 14238, 9275, 11715, 9180, 11230, 11338, 10029, 12579, 9018, 11732, 9471, 10999, 8829, 9820, 11876, 9251, 11868, 9880, 12301, 9103, 10975, 9384, 10872, 12009, 9893, 12549, 9424, 12420, 9494, 11859, 9967, 12281, 9145, 11518, 8641, 10883, 8581, 11633, 11218, 10030, 16029, 10192, 13385, 10434, 13125, 10198, 14157, 9992, 12912, 9257, 12040, 16505, 11228, 15998, 12002, 14484, 9638, 13110, 9858, 11773, 10959, 10192, 15015, 9925, 13674, 9013, 12380, 9183, 11352, 9242, 10399, 11505, 8983, 12169, 8904, 11547, 9300, 10785, 8848, 10203, 10416, 9428, 13076, 10126, 12178, 8877, 10681, 9029, 10910, 13748, 10426, 12755, 8754, 11801, 9209, 11466, 10165, 10114, 13848, 8671, 12529, 9191, 11236, 9286, 10860, 10694, 10303, 15757, 9233, 12283, 9363, 12089, 9331, 11498, 9400, 11178, 8501, 11026, 8848, 11203, 9899, 10381, 10152, 9517, 12593, 9284, 12866, 11531, 12974, 9006, 11913, 9564, 11449, 11575, 10737, 17494, 9793, 13163, 11186, 13140, 9412, 12041, 9203, 11106, 9174, 12034, 8895, 11008, 9504, 10924, 8950, 11067, 11301, 9646, 13734, 11388, 13371, 9001, 12198, 9376, 12051, 9054, 11733, 12626, 10200, 14607, 11729, 13789, 9589, 12977, 9776, 12276, 9598, 12435, 10519, 10517, 17237, 11662, 13237, 9780, 13366, 10142, 12305, 9759, 13209, 11541, 9732, 14019, 9678, 13060, 10095, 12240, 9097, 10136, 11436, 9272, 12808, 10474, 11835, 9079, 11104, 9007, 10494, 14084, 10043, 12175, 9437, 11120, 9728, 11131, 9472, 10097, 9928, 9154, 13042, 9386, 12061, 9710, 11886, 9500, 10842, 9549, 11157, 9350, 11045, 8827, 9826, 13304, 9918, 13015, 9586, 12572, 9633, 12336, 9789, 11979, 8908, 12256, 9288, 11775, 11364, 10829, 16046, 9166, 13039, 10405, 12754, 10791, 12516, 9050, 11792, 9720, 11530, 9006, 11183, 9312, 9549, 14245, 10377, 13532, 9462, 12004, 9510, 11954, 9546, 11497, 9130, 11162, 9239, 10855, 11226, 10713, 9873, 10073, 12248, 9219, 13104, 11529, 12364, 8804, 11284, 9336, 11264, 9305, 11359, 9961, 9830, 14992, 9708, 13262, 9845, 13394, 9295], 'WindowCenter': [4830.0, 4773.0, 4767.0, 4762.0, 4745.0, 4757.0, 4739.0, 4745.0, 4707.0, 4724.0, 4728.0, 4736.0, 4705.0, 4726.0, 4715.0, 4706.0, 4746.0, 4717.0, 4734.0, 4715.0, 4734.0, 4706.0, 4735.0, 4704.0, 4726.0, 4703.0, 4703.0, 4744.0, 4716.0, 4733.0, 4725.0, 4733.0, 4693.0, 4723.0, 4704.0, 4723.0, 4691.0, 4723.0, 4711.0, 4703.0, 4730.0, 4723.0, 4721.0, 4692.0, 4710.0, 4702.0, 4710.0, 4694.0, 4713.0, 4722.0, 4691.0, 4732.0, 4703.0, 4708.0, 4692.0, 4711.0, 4681.0, 4713.0, 4716.0, 4713.0, 4724.0, 4703.0, 4730.0, 4705.0, 4734.0, 4714.0, 4723.0, 4693.0, 4714.0, 4716.0, 4728.0, 4743.0, 4715.0, 4733.0, 4693.0, 4723.0, 4707.0, 4725.0, 4695.0, 4723.0, 4703.0, 4715.0, 4735.0, 4716.0, 4731.0, 4706.0, 4723.0, 4705.0, 4736.0, 4707.0, 4724.0, 4703.0, 4716.0, 4714.0, 4716.0, 4754.0, 4704.0, 4719.0, 4695.0, 4724.0, 4716.0, 4733.0, 4693.0, 4715.0, 4721.0, 4705.0, 4733.0, 4704.0, 4722.0, 4703.0, 4723.0, 4708.0, 4736.0, 4704.0, 4726.0, 4693.0, 4715.0, 4725.0, 4728.0, 4744.0, 4714.0, 4734.0, 4704.0, 4737.0, 4718.0, 4726.0, 4706.0, 4727.0, 4727.0, 4728.0, 4756.0, 4727.0, 4745.0, 4715.0, 4737.0, 4715.0, 4726.0, 4705.0, 4715.0, 4754.0, 4726.0, 4734.0, 4732.0, 4743.0, 4702.0, 4722.0, 4703.0, 4724.0, 4704.0, 4714.0, 4694.0, 4724.0, 4707.0, 4727.0, 4743.0, 4715.0, 4734.0, 4727.0, 4744.0, 4715.0, 4745.0, 4713.0, 4714.0, 4750.0, 4725.0, 4744.0, 4723.0, 4731.0, 4690.0, 4700.0, 4732.0, 4702.0, 4720.0, 4689.0, 4719.0, 4680.0, 4713.0, 4709.0, 4689.0, 4717.0, 4682.0, 4720.0, 4693.0, 4720.0, 4702.0, 4720.0, 4693.0, 4726.0, 4702.0, 4714.0, 4713.0, 4693.0, 4720.0, 4724.0, 4732.0, 4713.0, 4741.0, 4697.0, 4702.0, 4731.0, 4713.0, 4731.0, 4692.0, 4711.0, 4691.0, 4702.0, 4722.0, 4691.0, 4719.0, 4703.0, 4712.0, 4681.0, 4699.0, 4720.0, 4694.0, 4734.0, 4703.0, 4721.0, 4683.0, 4711.0, 4712.0, 4701.0, 4733.0, 4703.0, 4720.0, 4693.0, 4723.0, 4689.0, 4699.0, 4739.0, 4678.0, 4721.0, 4704.0, 4719.0, 4681.0, 4701.0, 4701.0, 4701.0, 4731.0, 4691.0, 4719.0, 4691.0, 4709.0, 4693.0, 4724.0, 4692.0, 4712.0, 4742.0, 4693.0, 4732.0, 4704.0, 4712.0, 4681.0, 4712.0, 4692.0, 4713.0, 4708.0, 4703.0, 4731.0, 4693.0, 4720.0, 4701.0, 4722.0, 4694.0, 4713.0, 4703.0, 4716.0, 4712.0, 4705.0, 4742.0, 4692.0, 4731.0, 4716.0, 4723.0, 4693.0, 4715.0, 4701.0, 4704.0, 4732.0, 4704.0, 4721.0, 4692.0, 4722.0, 4705.0, 4724.0, 4703.0, 4713.0, 4693.0, 4713.0, 4732.0, 4714.0, 4733.0, 4725.0, 4720.0, 4692.0, 4713.0, 4690.0, 4723.0, 4704.0, 4714.0, 4751.0, 4703.0, 4732.0, 4702.0, 4711.0, 4695.0, 4714.0, 4703.0, 4705.0, 4762.0, 4727.0, 4744.0, 4693.0, 4723.0, 4717.0, 4735.0, 4704.0, 4725.0, 4712.0, 4694.0, 4731.0, 4703.0, 4723.0, 4695.0, 4722.0, 4693.0, 4727.0, 4752.0, 4703.0, 4741.0, 4701.0, 4721.0, 4705.0, 4723.0, 4692.0, 4713.0, 4702.0, 4694.0, 4732.0, 4704.0, 4722.0, 4693.0, 4711.0, 4694.0, 4713.0, 4713.0, 4713.0, 4752.0, 4693.0, 4723.0, 4702.0, 4723.0, 4704.0, 4712.0, 4692.0, 4701.0, 4723.0, 4704.0, 4733.0, 4693.0, 4723.0, 4704.0, 4724.0, 4703.0, 4713.0, 4692.0, 4713.0, 4702.0, 4714.0, 4752.0, 4713.0, 4721.0, 4692.0, 4721.0, 4704.0, 4723.0, 4694.0, 4722.0, 4692.0, 4714.0, 4693.0, 4715.0, 4726.0, 4715.0, 4732.0, 4705.0, 4732.0, 4693.0, 4734.0, 4714.0, 4724.0, 4693.0, 4712.0, 4739.0, 4691.0, 4734.0, 4724.0, 4723.0, 4694.0, 4721.0, 4693.0, 4725.0, 4732.0, 4712.0, 4741.0, 4691.0, 4723.0, 4703.0, 4723.0, 4683.0, 4714.0, 4721.0, 4693.0, 4732.0, 4702.0, 4721.0, 4692.0, 4714.0, 4695.0, 4725.0, 4740.0, 4701.0, 4723.0, 4682.0, 4720.0, 4702.0, 4714.0, 4694.0, 4703.0, 4711.0, 4695.0, 4733.0, 4702.0, 4722.0, 4695.0, 4724.0, 4704.0, 4715.0, 4742.0, 4704.0, 4722.0, 4691.0, 4723.0, 4704.0, 4724.0, 4693.0, 4714.0, 4703.0, 4707.0, 4744.0, 4705.0, 4725.0, 4704.0, 4723.0, 4704.0, 4726.0, 4754.0, 4713.0, 4742.0, 4694.0, 4724.0, 4714.0, 4715.0, 4723.0, 4703.0, 4731.0, 4693.0, 4735.0, 4703.0, 4714.0, 4704.0, 4694.0, 4732.0, 4706.0, 4733.0, 4694.0, 4714.0, 4692.0, 4713.0, 4734.0, 4714.0, 4724.0, 4704.0, 4722.0, 4691.0, 4713.0, 4724.0, 4714.0, 4743.0, 4703.0, 4731.0, 4694.0, 4724.0, 4703.0, 4714.0, 4721.0, 4691.0, 4730.0, 4704.0, 4723.0, 4702.0, 4720.0, 4691.0, 4701.0, 4732.0, 4704.0, 4723.0, 4703.0, 4722.0, 4692.0, 4713.0, 4704.0, 4724.0, 4712.0, 4713.0, 4752.0, 4683.0, 4733.0, 4705.0, 4723.0, 4693.0, 4714.0, 4721.0, 4704.0, 4734.0, 4724.0, 4732.0, 4695.0, 4721.0, 4704.0, 4713.0, 4732.0, 4704.0, 4732.0, 4703.0, 4713.0, 4704.0, 4713.0, 4693.0, 4704.0, 4710.0, 4694.0, 4735.0, 4714.0, 4724.0, 4694.0, 4713.0, 4696.0, 4715.0, 4751.0, 4715.0, 4741.0, 4693.0, 4723.0, 4715.0, 4724.0, 4704.0, 4712.0, 4741.0, 4693.0, 4733.0, 4706.0, 4720.0, 4695.0, 4714.0, 4693.0, 4715.0, 4724.0, 4706.0, 4733.0, 4705.0, 4724.0, 4704.0, 4734.0, 4704.0, 4726.0, 4693.0, 4706.0, 4740.0, 4705.0, 4721.0, 4705.0, 4737.0, 4707.0, 4717.0, 4726.0, 4716.0, 4734.0, 4716.0, 4735.0, 4695.0, 4725.0, 4718.0, 4716.0, 4696.0, 4727.0, 4742.0, 4724.0, 4742.0, 4724.0, 4741.0, 4695.0, 4732.0, 4704.0, 4722.0, 4705.0, 4722.0, 4693.0, 4726.0, 4762.0, 4714.0, 4750.0, 4693.0, 4731.0, 4706.0, 4723.0, 4694.0, 4730.0, 4702.0, 4720.0, 4723.0, 4713.0, 4740.0, 4698.0, 4729.0, 4678.0, 4718.0, 4704.0, 4722.0, 4690.0, 4711.0, 4689.0, 4689.0, 4731.0, 4702.0, 4730.0, 4701.0, 4720.0, 4686.0, 4711.0, 4729.0, 4690.0, 4729.0, 4693.0, 4720.0, 4694.0, 4711.0, 4687.0, 4712.0, 4703.0, 4692.0, 4728.0, 4712.0, 4711.0, 4693.0, 4710.0, 4704.0, 4722.0, 4691.0, 4714.0, 4731.0, 4693.0, 4734.0, 4703.0, 4721.0, 4692.0, 4721.0, 4680.0, 4724.0, 4695.0, 4725.0, 4706.0, 4723.0, 4694.0, 4723.0, 4707.0, 4725.0, 4712.0, 4713.0, 4731.0, 4693.0, 4732.0, 4714.0, 4733.0, 4694.0, 4719.0, 4693.0, 4722.0, 4703.0, 4712.0, 4692.0, 4703.0, 4721.0, 4694.0, 4743.0, 4705.0, 4720.0, 4704.0, 4722.0, 4703.0, 4724.0, 4694.0, 4723.0, 4693.0, 4725.0, 4703.0, 4713.0, 4693.0, 4702.0, 4724.0, 4693.0, 4744.0, 4713.0, 4722.0, 4694.0, 4721.0, 4704.0, 4734.0, 4702.0, 4713.0, 4693.0, 4702.0, 4723.0, 4702.0, 4734.0, 4724.0, 4733.0, 4693.0, 4721.0, 4705.0, 4736.0, 4712.0, 4713.0, 4732.0, 4694.0, 4743.0, 4706.0, 4734.0, 4706.0, 4733.0, 4704.0, 4725.0, 4706.0, 4716.0, 4723.0, 4706.0, 4733.0, 4706.0, 4734.0, 4716.0, 4734.0, 4702.0, 4725.0, 4716.0, 4716.0, 4733.0, 4705.0, 4744.0, 4725.0, 4733.0, 4714.0, 4733.0, 4703.0, 4724.0, 4712.0, 4715.0, 4721.0, 4692.0, 4744.0, 4706.0, 4736.0, 4704.0, 4733.0, 4706.0, 4736.0, 4704.0, 4714.0, 4703.0, 4704.0, 4733.0, 4705.0, 4734.0, 4724.0, 4732.0, 4704.0, 4724.0, 4705.0, 4724.0, 4703.0, 4716.0, 4732.0, 4705.0, 4731.0, 4734.0, 4718.0, 4695.0, 4723.0, 4704.0, 4734.0, 4695.0, 4713.0, 4692.0, 4704.0, 4733.0, 4703.0, 4733.0, 4704.0, 4742.0, 4694.0, 4734.0, 4713.0, 4709.0, 4690.0, 4723.0, 4701.0, 4723.0, 4731.0, 4712.0, 4740.0, 4693.0, 4731.0, 4707.0, 4732.0, 4721.0, 4719.0, 4692.0, 4719.0, 4693.0, 4721.0, 4703.0, 4723.0, 4712.0, 4703.0, 4739.0, 4706.0, 4732.0, 4724.0, 4730.0, 4692.0, 4720.0, 4705.0, 4720.0, 4691.0, 4711.0, 4720.0, 4692.0, 4732.0, 4711.0, 4729.0, 4680.0, 4720.0, 4692.0, 4722.0, 4700.0, 4712.0, 4682.0, 4711.0, 4678.0, 4724.0, 4723.0, 4727.0, 4742.0, 4703.0, 4754.0, 4715.0, 4731.0, 4712.0, 4728.0, 4679.0, 4721.0, 4703.0, 4713.0, 4722.0, 4712.0, 4748.0, 4690.0, 4731.0, 4699.0, 4721.0, 4680.0, 4711.0, 4709.0, 4692.0, 4731.0, 4701.0, 4720.0, 4682.0, 4711.0, 4691.0, 4711.0, 4701.0, 4702.0, 4718.0, 4681.0, 4718.0, 4691.0, 4720.0, 4690.0, 4711.0, 4691.0, 4698.0, 4677.0, 4713.0, 4731.0, 4711.0, 4731.0, 4689.0, 4722.0, 4702.0, 4720.0, 4693.0, 4711.0, 4710.0, 4681.0, 4730.0, 4703.0, 4710.0, 4693.0, 4721.0, 4692.0, 4712.0, 4703.0, 4713.0, 4693.0, 4702.0, 4690.0, 4705.0, 4734.0, 4715.0, 4734.0, 4715.0, 4733.0, 4714.0, 4744.0, 4732.0, 4730.0, 4760.0, 4701.0, 4730.0, 4700.0, 4731.0, 4728.0, 4712.0, 4728.0, 4682.0, 4718.0, 4693.0, 4721.0, 4691.0, 4710.0, 4682.0, 4693.0, 4730.0, 4703.0, 4724.0, 4712.0, 4720.0, 4692.0, 4711.0, 4749.0, 4703.0, 4731.0, 4702.0, 4720.0, 4679.0, 4703.0, 4741.0, 4703.0, 4730.0, 4692.0, 4723.0, 4690.0, 4724.0, 4711.0, 4712.0, 4741.0, 4692.0, 4720.0, 4692.0, 4724.0, 4712.0, 4690.0, 4718.0, 4692.0, 4722.0, 4702.0, 4713.0, 4682.0, 4699.0, 4722.0, 4705.0, 4722.0, 4703.0, 4721.0, 4692.0, 4712.0, 4694.0, 4714.0, 4721.0, 4704.0, 4722.0, 4692.0, 4721.0, 4705.0, 4734.0, 4704.0, 4723.0, 4689.0, 4724.0, 4683.0, 4710.0, 4694.0, 4724.0, 4714.0, 4703.0, 4752.0, 4713.0, 4729.0, 4715.0, 4743.0, 4715.0, 4742.0, 4701.0, 4720.0, 4681.0, 4721.0, 4738.0, 4710.0, 4750.0, 4719.0, 4729.0, 4690.0, 4718.0, 4688.0, 4709.0, 4698.0, 4701.0, 4728.0, 4689.0, 4727.0, 4680.0, 4716.0, 4679.0, 4707.0, 4678.0, 4700.0, 4709.0, 4681.0, 4719.0, 4682.0, 4722.0, 4693.0, 4708.0, 4690.0, 4702.0, 4710.0, 4704.0, 4734.0, 4715.0, 4720.0, 4693.0, 4712.0, 4691.0, 4723.0, 4742.0, 4711.0, 4730.0, 4683.0, 4720.0, 4693.0, 4722.0, 4703.0, 4712.0, 4730.0, 4683.0, 4720.0, 4692.0, 4722.0, 4703.0, 4725.0, 4714.0, 4715.0, 4752.0, 4695.0, 4720.0, 4691.0, 4721.0, 4693.0, 4722.0, 4705.0, 4725.0, 4696.0, 4724.0, 4695.0, 4736.0, 4715.0, 4714.0, 4714.0, 4706.0, 4733.0, 4706.0, 4734.0, 4726.0, 4734.0, 4695.0, 4734.0, 4705.0, 4725.0, 4724.0, 4712.0, 4752.0, 4704.0, 4732.0, 4712.0, 4729.0, 4693.0, 4721.0, 4705.0, 4723.0, 4705.0, 4734.0, 4694.0, 4726.0, 4717.0, 4726.0, 4696.0, 4726.0, 4725.0, 4715.0, 4744.0, 4728.0, 4744.0, 4695.0, 4734.0, 4705.0, 4735.0, 4696.0, 4733.0, 4731.0, 4715.0, 4753.0, 4723.0, 4741.0, 4705.0, 4732.0, 4715.0, 4732.0, 4705.0, 4732.0, 4702.0, 4712.0, 4761.0, 4723.0, 4730.0, 4701.0, 4718.0, 4703.0, 4722.0, 4690.0, 4720.0, 4698.0, 4689.0, 4717.0, 4691.0, 4720.0, 4700.0, 4707.0, 4679.0, 4699.0, 4709.0, 4691.0, 4719.0, 4700.0, 4710.0, 4680.0, 4711.0, 4678.0, 4712.0, 4731.0, 4701.0, 4709.0, 4681.0, 4710.0, 4690.0, 4710.0, 4689.0, 4700.0, 4702.0, 4693.0, 4730.0, 4705.0, 4720.0, 4704.0, 4722.0, 4701.0, 4722.0, 4706.0, 4725.0, 4692.0, 4723.0, 4694.0, 4704.0, 4744.0, 4715.0, 4731.0, 4704.0, 4723.0, 4704.0, 4732.0, 4704.0, 4723.0, 4695.0, 4734.0, 4693.0, 4724.0, 4722.0, 4713.0, 4751.0, 4694.0, 4733.0, 4715.0, 4732.0, 4712.0, 4721.0, 4682.0, 4721.0, 4703.0, 4722.0, 4683.0, 4713.0, 4692.0, 4704.0, 4743.0, 4703.0, 4732.0, 4693.0, 4721.0, 4693.0, 4724.0, 4695.0, 4709.0, 4690.0, 4712.0, 4691.0, 4713.0, 4714.0, 4703.0, 4702.0, 4703.0, 4720.0, 4694.0, 4730.0, 4723.0, 4721.0, 4682.0, 4711.0, 4693.0, 4712.0, 4692.0, 4713.0, 4701.0, 4703.0, 4741.0, 4704.0, 4729.0, 4705.0, 4730.0, 4694.0], 'WindowWidth': [10542.0, 10444.0, 10424.0, 10406.0, 10385.0, 10387.0, 10365.0, 10365.0, 10314.0, 10332.0, 10345.0, 10354.0, 10308.0, 10338.0, 10320.0, 10310.0, 10366.0, 10326.0, 10346.0, 10323.0, 10346.0, 10310.0, 10348.0, 10304.0, 10336.0, 10302.0, 10302.0, 10362.0, 10324.0, 10342.0, 10332.0, 10340.0, 10286.0, 10329.0, 10303.0, 10330.0, 10281.0, 10327.0, 10308.0, 10302.0, 10332.0, 10328.0, 10323.0, 10285.0, 10305.0, 10300.0, 10309.0, 10286.0, 10316.0, 10323.0, 10280.0, 10337.0, 10301.0, 10296.0, 10283.0, 10308.0, 10267.0, 10316.0, 10321.0, 10315.0, 10328.0, 10301.0, 10333.0, 10309.0, 10345.0, 10319.0, 10329.0, 10288.0, 10317.0, 10323.0, 10342.0, 10357.0, 10320.0, 10342.0, 10284.0, 10329.0, 10313.0, 10335.0, 10292.0, 10330.0, 10300.0, 10322.0, 10351.0, 10324.0, 10338.0, 10309.0, 10329.0, 10307.0, 10351.0, 10311.0, 10331.0, 10301.0, 10321.0, 10316.0, 10323.0, 10372.0, 10304.0, 10314.0, 10292.0, 10330.0, 10325.0, 10344.0, 10288.0, 10318.0, 10323.0, 10307.0, 10340.0, 10305.0, 10327.0, 10303.0, 10328.0, 10317.0, 10351.0, 10305.0, 10336.0, 10289.0, 10321.0, 10335.0, 10343.0, 10358.0, 10320.0, 10346.0, 10308.0, 10355.0, 10330.0, 10339.0, 10310.0, 10341.0, 10342.0, 10344.0, 10379.0, 10339.0, 10361.0, 10321.0, 10353.0, 10322.0, 10336.0, 10305.0, 10321.0, 10372.0, 10338.0, 10344.0, 10341.0, 10354.0, 10297.0, 10325.0, 10302.0, 10332.0, 10303.0, 10318.0, 10292.0, 10334.0, 10315.0, 10343.0, 10361.0, 10323.0, 10346.0, 10342.0, 10361.0, 10321.0, 10361.0, 10314.0, 10316.0, 10360.0, 10332.0, 10356.0, 10326.0, 10336.0, 10277.0, 10292.0, 10338.0, 10298.0, 10318.0, 10278.0, 10316.0, 10263.0, 10313.0, 10303.0, 10274.0, 10313.0, 10269.0, 10319.0, 10290.0, 10321.0, 10301.0, 10320.0, 10287.0, 10336.0, 10302.0, 10319.0, 10314.0, 10288.0, 10317.0, 10332.0, 10339.0, 10313.0, 10349.0, 10281.0, 10297.0, 10337.0, 10312.0, 10335.0, 10284.0, 10309.0, 10284.0, 10296.0, 10323.0, 10281.0, 10318.0, 10301.0, 10311.0, 10267.0, 10288.0, 10320.0, 10289.0, 10342.0, 10301.0, 10323.0, 10273.0, 10311.0, 10314.0, 10292.0, 10342.0, 10301.0, 10318.0, 10286.0, 10329.0, 10274.0, 10285.0, 10343.0, 10258.0, 10322.0, 10302.0, 10317.0, 10266.0, 10293.0, 10292.0, 10297.0, 10336.0, 10281.0, 10316.0, 10280.0, 10303.0, 10289.0, 10330.0, 10284.0, 10312.0, 10351.0, 10287.0, 10340.0, 10304.0, 10312.0, 10268.0, 10310.0, 10282.0, 10316.0, 10299.0, 10301.0, 10336.0, 10288.0, 10319.0, 10296.0, 10326.0, 10290.0, 10315.0, 10301.0, 10324.0, 10312.0, 10307.0, 10353.0, 10285.0, 10338.0, 10323.0, 10329.0, 10287.0, 10319.0, 10295.0, 10303.0, 10337.0, 10304.0, 10323.0, 10281.0, 10325.0, 10307.0, 10332.0, 10300.0, 10315.0, 10286.0, 10313.0, 10338.0, 10318.0, 10340.0, 10332.0, 10319.0, 10284.0, 10313.0, 10280.0, 10328.0, 10302.0, 10316.0, 10365.0, 10303.0, 10341.0, 10298.0, 10308.0, 10291.0, 10317.0, 10299.0, 10305.0, 10382.0, 10340.0, 10356.0, 10284.0, 10328.0, 10327.0, 10348.0, 10303.0, 10330.0, 10309.0, 10289.0, 10337.0, 10303.0, 10328.0, 10291.0, 10326.0, 10286.0, 10338.0, 10366.0, 10297.0, 10349.0, 10296.0, 10320.0, 10306.0, 10328.0, 10284.0, 10313.0, 10297.0, 10289.0, 10340.0, 10304.0, 10325.0, 10286.0, 10306.0, 10288.0, 10312.0, 10313.0, 10316.0, 10365.0, 10285.0, 10326.0, 10297.0, 10328.0, 10301.0, 10310.0, 10283.0, 10293.0, 10327.0, 10302.0, 10339.0, 10285.0, 10326.0, 10303.0, 10329.0, 10300.0, 10313.0, 10285.0, 10314.0, 10297.0, 10318.0, 10366.0, 10313.0, 10320.0, 10284.0, 10321.0, 10304.0, 10328.0, 10287.0, 10324.0, 10284.0, 10315.0, 10286.0, 10320.0, 10337.0, 10321.0, 10340.0, 10307.0, 10338.0, 10288.0, 10346.0, 10317.0, 10329.0, 10286.0, 10312.0, 10345.0, 10281.0, 10343.0, 10330.0, 10326.0, 10288.0, 10323.0, 10286.0, 10333.0, 10337.0, 10311.0, 10349.0, 10281.0, 10325.0, 10301.0, 10326.0, 10271.0, 10315.0, 10320.0, 10286.0, 10340.0, 10299.0, 10321.0, 10283.0, 10314.0, 10290.0, 10332.0, 10348.0, 10296.0, 10324.0, 10270.0, 10321.0, 10301.0, 10316.0, 10288.0, 10300.0, 10308.0, 10290.0, 10343.0, 10301.0, 10324.0, 10291.0, 10330.0, 10304.0, 10319.0, 10352.0, 10302.0, 10323.0, 10282.0, 10326.0, 10305.0, 10329.0, 10286.0, 10316.0, 10298.0, 10310.0, 10357.0, 10307.0, 10331.0, 10303.0, 10329.0, 10305.0, 10336.0, 10371.0, 10313.0, 10351.0, 10289.0, 10331.0, 10316.0, 10317.0, 10325.0, 10301.0, 10336.0, 10285.0, 10346.0, 10302.0, 10316.0, 10301.0, 10289.0, 10337.0, 10308.0, 10342.0, 10289.0, 10316.0, 10283.0, 10315.0, 10345.0, 10319.0, 10328.0, 10302.0, 10325.0, 10280.0, 10314.0, 10331.0, 10316.0, 10354.0, 10300.0, 10334.0, 10288.0, 10329.0, 10299.0, 10314.0, 10320.0, 10281.0, 10334.0, 10304.0, 10327.0, 10296.0, 10319.0, 10280.0, 10295.0, 10337.0, 10303.0, 10327.0, 10300.0, 10324.0, 10283.0, 10312.0, 10304.0, 10333.0, 10312.0, 10314.0, 10365.0, 10273.0, 10342.0, 10306.0, 10328.0, 10287.0, 10316.0, 10323.0, 10305.0, 10343.0, 10328.0, 10337.0, 10289.0, 10321.0, 10301.0, 10315.0, 10337.0, 10302.0, 10336.0, 10298.0, 10314.0, 10304.0, 10314.0, 10286.0, 10303.0, 10303.0, 10290.0, 10346.0, 10318.0, 10330.0, 10289.0, 10314.0, 10292.0, 10321.0, 10364.0, 10318.0, 10348.0, 10286.0, 10327.0, 10319.0, 10330.0, 10301.0, 10311.0, 10349.0, 10285.0, 10339.0, 10309.0, 10321.0, 10290.0, 10315.0, 10286.0, 10320.0, 10331.0, 10307.0, 10342.0, 10305.0, 10329.0, 10303.0, 10345.0, 10303.0, 10336.0, 10287.0, 10308.0, 10348.0, 10306.0, 10321.0, 10305.0, 10358.0, 10312.0, 10325.0, 10336.0, 10325.0, 10345.0, 10322.0, 10346.0, 10293.0, 10335.0, 10326.0, 10322.0, 10294.0, 10337.0, 10355.0, 10331.0, 10353.0, 10330.0, 10349.0, 10291.0, 10339.0, 10303.0, 10323.0, 10304.0, 10326.0, 10285.0, 10336.0, 10380.0, 10314.0, 10361.0, 10286.0, 10335.0, 10309.0, 10325.0, 10287.0, 10333.0, 10295.0, 10319.0, 10326.0, 10313.0, 10345.0, 10285.0, 10330.0, 10257.0, 10312.0, 10303.0, 10325.0, 10280.0, 10306.0, 10275.0, 10275.0, 10336.0, 10298.0, 10331.0, 10295.0, 10317.0, 10265.0, 10309.0, 10329.0, 10277.0, 10328.0, 10283.0, 10318.0, 10289.0, 10308.0, 10272.0, 10311.0, 10296.0, 10285.0, 10330.0, 10311.0, 10308.0, 10286.0, 10305.0, 10304.0, 10324.0, 10279.0, 10315.0, 10336.0, 10285.0, 10344.0, 10300.0, 10322.0, 10284.0, 10321.0, 10262.0, 10330.0, 10292.0, 10333.0, 10311.0, 10330.0, 10292.0, 10331.0, 10313.0, 10336.0, 10311.0, 10315.0, 10336.0, 10286.0, 10341.0, 10318.0, 10341.0, 10289.0, 10318.0, 10286.0, 10325.0, 10301.0, 10308.0, 10284.0, 10301.0, 10321.0, 10288.0, 10357.0, 10307.0, 10321.0, 10304.0, 10325.0, 10302.0, 10329.0, 10290.0, 10328.0, 10287.0, 10334.0, 10303.0, 10315.0, 10287.0, 10296.0, 10329.0, 10284.0, 10359.0, 10311.0, 10325.0, 10289.0, 10322.0, 10305.0, 10346.0, 10295.0, 10311.0, 10287.0, 10297.0, 10326.0, 10296.0, 10346.0, 10330.0, 10340.0, 10287.0, 10323.0, 10308.0, 10350.0, 10312.0, 10314.0, 10334.0, 10289.0, 10357.0, 10311.0, 10344.0, 10309.0, 10342.0, 10305.0, 10335.0, 10309.0, 10322.0, 10328.0, 10309.0, 10343.0, 10310.0, 10345.0, 10324.0, 10346.0, 10299.0, 10335.0, 10321.0, 10321.0, 10341.0, 10307.0, 10357.0, 10334.0, 10342.0, 10319.0, 10342.0, 10301.0, 10329.0, 10310.0, 10317.0, 10324.0, 10287.0, 10359.0, 10310.0, 10349.0, 10307.0, 10343.0, 10309.0, 10350.0, 10303.0, 10318.0, 10302.0, 10305.0, 10342.0, 10309.0, 10344.0, 10332.0, 10339.0, 10304.0, 10331.0, 10306.0, 10329.0, 10301.0, 10321.0, 10341.0, 10308.0, 10337.0, 10345.0, 10309.0, 10294.0, 10327.0, 10305.0, 10344.0, 10291.0, 10314.0, 10281.0, 10303.0, 10341.0, 10301.0, 10339.0, 10303.0, 10352.0, 10290.0, 10344.0, 10315.0, 10301.0, 10276.0, 10326.0, 10296.0, 10330.0, 10334.0, 10309.0, 10348.0, 10286.0, 10335.0, 10309.0, 10339.0, 10322.0, 10315.0, 10283.0, 10317.0, 10285.0, 10321.0, 10300.0, 10328.0, 10309.0, 10299.0, 10344.0, 10306.0, 10338.0, 10329.0, 10331.0, 10283.0, 10318.0, 10304.0, 10321.0, 10280.0, 10306.0, 10318.0, 10282.0, 10339.0, 10310.0, 10329.0, 10263.0, 10318.0, 10283.0, 10326.0, 10294.0, 10308.0, 10269.0, 10309.0, 10256.0, 10332.0, 10329.0, 10342.0, 10353.0, 10301.0, 10375.0, 10321.0, 10337.0, 10311.0, 10328.0, 10261.0, 10322.0, 10301.0, 10315.0, 10323.0, 10310.0, 10355.0, 10277.0, 10335.0, 10291.0, 10319.0, 10264.0, 10306.0, 10302.0, 10284.0, 10337.0, 10294.0, 10318.0, 10269.0, 10306.0, 10280.0, 10307.0, 10294.0, 10296.0, 10312.0, 10266.0, 10313.0, 10283.0, 10320.0, 10276.0, 10307.0, 10279.0, 10283.0, 10252.0, 10315.0, 10334.0, 10307.0, 10334.0, 10272.0, 10322.0, 10299.0, 10320.0, 10283.0, 10307.0, 10302.0, 10267.0, 10333.0, 10299.0, 10307.0, 10285.0, 10321.0, 10282.0, 10308.0, 10300.0, 10315.0, 10287.0, 10298.0, 10276.0, 10306.0, 10346.0, 10323.0, 10347.0, 10321.0, 10342.0, 10316.0, 10357.0, 10336.0, 10336.0, 10373.0, 10294.0, 10331.0, 10289.0, 10337.0, 10326.0, 10309.0, 10326.0, 10269.0, 10315.0, 10289.0, 10322.0, 10279.0, 10307.0, 10268.0, 10285.0, 10335.0, 10303.0, 10328.0, 10312.0, 10318.0, 10282.0, 10309.0, 10360.0, 10300.0, 10334.0, 10295.0, 10319.0, 10262.0, 10298.0, 10350.0, 10298.0, 10331.0, 10283.0, 10325.0, 10279.0, 10330.0, 10308.0, 10312.0, 10348.0, 10283.0, 10319.0, 10285.0, 10329.0, 10309.0, 10276.0, 10316.0, 10285.0, 10326.0, 10297.0, 10312.0, 10269.0, 10289.0, 10326.0, 10308.0, 10325.0, 10302.0, 10322.0, 10284.0, 10312.0, 10290.0, 10315.0, 10322.0, 10300.0, 10322.0, 10283.0, 10321.0, 10303.0, 10343.0, 10303.0, 10328.0, 10276.0, 10327.0, 10272.0, 10307.0, 10290.0, 10331.0, 10316.0, 10300.0, 10365.0, 10313.0, 10329.0, 10318.0, 10355.0, 10319.0, 10349.0, 10293.0, 10317.0, 10265.0, 10319.0, 10341.0, 10304.0, 10360.0, 10316.0, 10329.0, 10277.0, 10312.0, 10272.0, 10299.0, 10286.0, 10293.0, 10326.0, 10274.0, 10324.0, 10263.0, 10306.0, 10259.0, 10297.0, 10257.0, 10290.0, 10301.0, 10267.0, 10316.0, 10269.0, 10323.0, 10288.0, 10302.0, 10278.0, 10296.0, 10305.0, 10304.0, 10343.0, 10321.0, 10317.0, 10286.0, 10311.0, 10280.0, 10329.0, 10353.0, 10308.0, 10332.0, 10273.0, 10320.0, 10287.0, 10327.0, 10298.0, 10312.0, 10332.0, 10273.0, 10319.0, 10284.0, 10325.0, 10303.0, 10332.0, 10315.0, 10317.0, 10364.0, 10290.0, 10319.0, 10281.0, 10319.0, 10286.0, 10327.0, 10305.0, 10331.0, 10295.0, 10331.0, 10292.0, 10351.0, 10321.0, 10319.0, 10316.0, 10308.0, 10343.0, 10312.0, 10345.0, 10335.0, 10343.0, 10291.0, 10345.0, 10307.0, 10332.0, 10327.0, 10310.0, 10367.0, 10304.0, 10338.0, 10311.0, 10330.0, 10284.0, 10322.0, 10309.0, 10328.0, 10307.0, 10345.0, 10292.0, 10338.0, 10327.0, 10337.0, 10296.0, 10335.0, 10332.0, 10323.0, 10358.0, 10339.0, 10356.0, 10293.0, 10344.0, 10308.0, 10346.0, 10293.0, 10342.0, 10336.0, 10320.0, 10372.0, 10328.0, 10349.0, 10304.0, 10338.0, 10320.0, 10339.0, 10303.0, 10336.0, 10295.0, 10311.0, 10378.0, 10325.0, 10330.0, 10294.0, 10309.0, 10299.0, 10323.0, 10277.0, 10316.0, 10284.0, 10274.0, 10308.0, 10281.0, 10315.0, 10289.0, 10296.0, 10259.0, 10288.0, 10299.0, 10282.0, 10316.0, 10292.0, 10303.0, 10265.0, 10305.0, 10260.0, 10309.0, 10334.0, 10293.0, 10300.0, 10266.0, 10305.0, 10277.0, 10307.0, 10276.0, 10291.0, 10295.0, 10285.0, 10334.0, 10308.0, 10315.0, 10304.0, 10322.0, 10295.0, 10325.0, 10310.0, 10333.0, 10281.0, 10328.0, 10287.0, 10303.0, 10359.0, 10320.0, 10336.0, 10303.0, 10325.0, 10302.0, 10340.0, 10301.0, 10326.0, 10291.0, 10344.0, 10287.0, 10330.0, 10325.0, 10309.0, 10363.0, 10287.0, 10341.0, 10320.0, 10336.0, 10311.0, 10319.0, 10268.0, 10320.0, 10300.0, 10325.0, 10272.0, 10312.0, 10280.0, 10301.0, 10354.0, 10300.0, 10336.0, 10285.0, 10319.0, 10286.0, 10329.0, 10289.0, 10300.0, 10277.0, 10308.0, 10278.0, 10314.0, 10315.0, 10300.0, 10295.0, 10298.0, 10318.0, 10288.0, 10332.0, 10325.0, 10318.0, 10268.0, 10308.0, 10286.0, 10310.0, 10282.0, 10311.0, 10292.0, 10297.0, 10349.0, 10303.0, 10332.0, 10304.0, 10332.0, 10287.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.0002704592240696754</td></tr>
<tr><td colspan=3>aqi</td><td>0.015200872209026129</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.0870693632567</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2125340695958793</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9929054956101432</td></tr>
<tr><td colspan=3>efc</td><td>0.4681</td></tr>
<tr><td colspan=3>fber</td><td>6713.8506</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07104077879315775</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2375296912114014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4295964384343005</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4530709415142313</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5168073036310017</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3189110701576676</td></tr>
<tr><td colspan=3>gcor</td><td>0.00755334</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01583617366850376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025064334273338318</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1263</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.9441068451994585</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>37.3083</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8467</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.3674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300333.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.0083</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.8905</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3943.6264</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1050.1675</td></tr>
<tr><td colspan=3>tsnr</td><td>49.09377377014607</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>