<?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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-04/func/sub-0010_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>4caece31be79f2cbbb396119e5e86f27</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>16:25:1.347500</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_VE11C_LATEST_20160120</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.998943, 0.00686343, 0.045441, -0.0108101, 0.996134, 0.0871841]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0732222</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>[4175, -7726, -7297, 664, -61, -25, 90, 84]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5eb94d7b-0f85-49de-a6f4-982a2ffd843f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800923347473145, -0.029002580791711807, 0.12060079723596573, 107.87545013427734], [-0.018414082005620003, 2.672553539276123, 0.23647476732730865, -86.33125305175781], [0.12191498279571533, -0.23390866816043854, 2.6869194507598877, -48.64112854003906], [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': ['162501.347500', '162501.807500', '162502.267500', '162502.727500', '162503.187500', '162503.647500', '162504.107500', '162504.567500', '162505.027500', '162505.487500', '162505.947500', '162506.407500', '162506.867500', '162507.327500', '162507.787500', '162508.247500', '162508.707500', '162509.167500', '162509.627500', '162510.087500', '162510.547500', '162511.007500', '162511.467500', '162511.927500', '162512.387500', '162512.847500', '162513.307500', '162513.767500', '162514.227500', '162514.687500', '162515.147500', '162515.607500', '162516.067500', '162516.527500', '162516.987500', '162517.447500', '162517.907500', '162518.367500', '162518.827500', '162519.287500', '162519.747500', '162520.207500', '162520.667500', '162521.127500', '162521.587500', '162522.047500', '162522.507500', '162522.967500', '162523.427500', '162523.887500', '162524.347500', '162524.807500', '162525.267500', '162525.727500', '162526.187500', '162526.647500', '162527.107500', '162527.567500', '162528.027500', '162528.487500', '162528.947500', '162529.407500', '162529.867500', '162530.327500', '162530.787500', '162531.247500', '162531.707500', '162532.167500', '162532.627500', '162533.087500', '162533.547500', '162534.007500', '162534.467500', '162534.927500', '162535.387500', '162535.847500', '162536.307500', '162536.767500', '162537.227500', '162537.687500', '162538.147500', '162538.607500', '162539.067500', '162539.527500', '162539.987500', '162540.447500', '162540.907500', '162541.367500', '162541.827500', '162542.287500', '162542.747500', '162543.207500', '162543.667500', '162544.127500', '162544.587500', '162545.047500', '162545.507500', '162545.967500', '162546.427500', '162546.887500', '162547.347500', '162547.807500', '162548.267500', '162548.727500', '162549.187500', '162549.647500', '162550.107500', '162550.567500', '162551.027500', '162551.487500', '162551.947500', '162552.407500', '162552.867500', '162553.327500', '162553.787500', '162554.247500', '162554.707500', '162555.167500', '162555.627500', '162556.087500', '162556.547500', '162557.007500', '162557.467500', '162557.927500', '162558.387500', '162558.847500', '162559.307500', '162559.767500', '162600.227500', '162600.687500', '162601.147500', '162601.607500', '162602.067500', '162602.527500', '162602.987500', '162603.447500', '162603.907500', '162604.367500', '162604.827500', '162605.287500', '162605.747500', '162606.207500', '162606.667500', '162607.127500', '162607.587500', '162608.047500', '162608.507500', '162608.967500', '162609.427500', '162609.887500', '162610.347500', '162610.807500', '162611.267500', '162611.727500', '162612.187500', '162612.647500', '162613.107500', '162613.567500', '162614.027500', '162614.487500', '162614.947500', '162615.407500', '162615.867500', '162616.327500', '162616.787500', '162617.247500', '162617.707500', '162618.167500', '162618.627500', '162619.087500', '162619.547500', '162620.007500', '162620.467500', '162620.927500', '162621.387500', '162621.847500', '162622.307500', '162622.767500', '162623.227500', '162623.687500', '162624.147500', '162624.607500', '162625.067500', '162625.527500', '162625.987500', '162626.447500', '162626.907500', '162627.367500', '162627.827500', '162628.287500', '162628.747500', '162629.207500', '162629.667500', '162630.127500', '162630.587500', '162631.047500', '162631.507500', '162631.967500', '162632.427500', '162632.887500', '162633.347500', '162633.807500', '162634.267500', '162634.727500', '162635.187500', '162635.647500', '162636.107500', '162636.567500', '162637.027500', '162637.487500', '162637.947500', '162638.407500', '162638.867500', '162639.327500', '162639.787500', '162640.247500', '162640.707500', '162641.167500', '162641.627500', '162642.087500', '162642.547500', '162643.007500', '162643.467500', '162643.927500', '162644.387500', '162644.847500', '162645.307500', '162645.767500', '162646.227500', '162646.687500', '162647.147500', '162647.607500', '162648.067500', '162648.527500', '162648.987500', '162649.447500', '162649.907500', '162650.367500', '162650.827500', '162651.287500', '162651.747500', '162652.207500', '162652.667500', '162653.127500', '162653.587500', '162654.047500', '162654.507500', '162654.967500', '162655.427500', '162655.887500', '162656.347500', '162656.807500', '162657.267500', '162657.727500', '162658.187500', '162658.647500', '162659.107500', '162659.567500', '162700.027500', '162700.487500', '162700.947500', '162701.407500', '162701.867500', '162702.327500', '162702.787500', '162703.247500', '162703.707500', '162704.167500', '162704.627500', '162705.087500', '162705.547500', '162706.007500', '162706.467500', '162706.927500', '162707.387500', '162707.847500', '162708.307500', '162708.767500', '162709.227500', '162709.687500', '162710.147500', '162710.607500', '162711.067500', '162711.527500', '162711.987500', '162712.447500', '162712.907500', '162713.367500', '162713.827500', '162714.287500', '162714.747500', '162715.207500', '162715.667500', '162716.127500', '162716.587500', '162717.047500', '162717.507500', '162717.967500', '162718.427500', '162718.887500', '162719.347500', '162719.807500', '162720.267500', '162720.727500', '162721.187500', '162721.647500', '162722.107500', '162722.567500', '162723.027500', '162723.487500', '162723.947500', '162724.407500', '162724.867500', '162725.327500', '162725.787500', '162726.247500', '162726.707500', '162727.167500', '162727.627500', '162728.087500', '162728.547500', '162729.007500', '162729.467500', '162729.927500', '162730.387500', '162730.847500', '162731.307500', '162731.767500', '162732.227500', '162732.687500', '162733.147500', '162733.607500', '162734.067500', '162734.527500', '162734.987500', '162735.447500', '162735.907500', '162736.367500', '162736.827500', '162737.287500', '162737.747500', '162738.207500', '162738.667500', '162739.127500', '162739.587500', '162740.047500', '162740.507500', '162740.967500', '162741.427500', '162741.887500', '162742.347500', '162742.807500', '162743.267500', '162743.727500', '162744.187500', '162744.647500', '162745.107500', '162745.567500', '162746.027500', '162746.487500', '162746.947500', '162747.407500', '162747.867500', '162748.327500', '162748.787500', '162749.247500', '162749.707500', '162750.167500', '162750.627500', '162751.087500', '162751.547500', '162752.007500', '162752.467500', '162752.927500', '162753.387500', '162753.847500', '162754.307500', '162754.767500', '162755.227500', '162755.687500', '162756.147500', '162756.607500', '162757.067500', '162757.527500', '162757.987500', '162758.447500', '162758.907500', '162759.367500', '162759.827500', '162800.287500', '162800.747500', '162801.207500', '162801.667500', '162802.127500', '162802.587500', '162803.047500', '162803.507500', '162803.967500', '162804.427500', '162804.887500', '162805.347500', '162805.807500', '162806.267500', '162806.727500', '162807.187500', '162807.647500', '162808.107500', '162808.567500', '162809.027500', '162809.487500', '162809.947500', '162810.407500', '162810.867500', '162811.327500', '162811.787500', '162812.247500', '162812.707500', '162813.167500', '162813.627500', '162814.087500', '162814.547500', '162815.007500', '162815.467500', '162815.927500', '162816.387500', '162816.847500', '162817.307500', '162817.767500', '162818.227500', '162818.687500', '162819.147500', '162819.607500', '162820.067500', '162820.527500', '162820.987500', '162821.447500', '162821.907500', '162822.367500', '162822.827500', '162823.287500', '162823.747500', '162824.207500', '162824.667500', '162825.127500', '162825.587500', '162826.047500', '162826.507500', '162826.967500', '162827.427500', '162827.887500', '162828.347500', '162828.807500', '162829.267500', '162829.727500', '162830.187500', '162830.647500', '162831.107500', '162831.567500', '162832.027500', '162832.487500', '162832.947500', '162833.407500', '162833.867500', '162834.327500', '162834.787500', '162835.247500', '162835.707500', '162836.167500', '162836.627500', '162837.087500', '162837.547500', '162838.007500', '162838.467500', '162838.927500', '162839.387500', '162839.847500', '162840.307500', '162840.767500', '162841.227500', '162841.687500', '162842.147500', '162842.607500', '162843.067500', '162843.527500', '162843.987500', '162844.447500', '162844.907500', '162845.367500', '162845.827500', '162846.287500', '162846.747500', '162847.207500', '162847.667500', '162848.127500', '162848.587500', '162849.047500', '162849.507500', '162849.967500', '162850.427500', '162850.887500', '162851.347500', '162851.807500', '162852.267500', '162852.727500', '162853.187500', '162853.647500', '162854.107500', '162854.567500', '162855.027500', '162855.487500', '162855.947500', '162856.407500', '162856.867500', '162857.327500', '162857.787500', '162858.247500', '162858.707500', '162859.167500', '162859.627500', '162900.087500', '162900.547500', '162901.007500', '162901.467500', '162901.927500', '162902.387500', '162902.847500', '162903.307500', '162903.767500', '162904.227500', '162904.687500', '162905.147500', '162905.607500', '162906.067500', '162906.527500', '162906.987500', '162907.447500', '162907.907500', '162908.367500', '162908.827500', '162909.287500', '162909.747500', '162910.207500', '162910.667500', '162911.127500', '162911.587500', '162912.047500', '162912.507500', '162912.967500', '162913.427500', '162913.887500', '162914.347500', '162914.807500', '162915.267500', '162915.727500', '162916.187500', '162916.647500', '162917.107500', '162917.567500', '162918.027500', '162918.487500', '162918.947500', '162919.407500', '162919.867500', '162920.327500', '162920.787500', '162921.247500', '162921.707500', '162922.167500', '162922.627500', '162923.087500', '162923.547500', '162924.007500', '162924.467500', '162924.927500', '162925.387500', '162925.847500', '162926.307500', '162926.767500', '162927.227500', '162927.687500', '162928.147500', '162928.607500', '162929.067500', '162929.527500', '162929.987500', '162930.447500', '162930.907500', '162931.367500', '162931.827500', '162932.287500', '162932.747500', '162933.207500', '162933.667500', '162934.127500', '162934.587500', '162935.047500', '162935.507500', '162935.967500', '162936.427500', '162936.887500', '162937.347500', '162937.807500', '162938.267500', '162938.727500', '162939.187500', '162939.647500', '162940.107500', '162940.567500', '162941.027500', '162941.487500', '162941.947500', '162942.407500', '162942.867500', '162943.327500', '162943.787500', '162944.247500', '162944.707500', '162945.167500', '162945.627500', '162946.087500', '162946.547500', '162947.007500', '162947.467500', '162947.927500', '162948.387500', '162948.847500', '162949.307500', '162949.767500', '162950.227500', '162950.687500', '162951.147500', '162951.607500', '162952.067500', '162952.527500', '162952.987500', '162953.447500', '162953.907500', '162954.367500', '162954.827500', '162955.287500', '162955.747500', '162956.207500', '162956.667500', '162957.127500', '162957.587500', '162958.047500', '162958.507500', '162958.967500', '162959.427500', '162959.887500', '163000.347500', '163000.807500', '163001.267500', '163001.727500', '163002.187500', '163002.647500', '163003.107500', '163003.567500', '163004.027500', '163004.487500', '163004.947500', '163005.407500', '163005.867500', '163006.327500', '163006.787500', '163007.247500', '163007.707500', '163008.167500', '163008.627500', '163009.087500', '163009.547500', '163010.007500', '163010.467500', '163010.927500', '163011.387500', '163011.847500', '163012.307500', '163012.767500', '163013.227500', '163013.687500', '163014.147500', '163014.607500', '163015.067500', '163015.527500', '163015.987500', '163016.447500', '163016.907500', '163017.367500', '163017.827500', '163018.287500', '163018.747500', '163019.207500', '163019.667500', '163020.127500', '163020.587500', '163021.047500', '163021.507500', '163021.967500', '163022.427500', '163022.887500', '163023.347500', '163023.807500', '163024.267500', '163024.727500', '163025.187500', '163025.647500', '163026.107500', '163026.567500', '163027.027500', '163027.487500', '163027.947500', '163028.407500', '163028.867500', '163029.327500', '163029.787500', '163030.247500', '163030.707500', '163031.167500', '163031.627500', '163032.087500', '163032.547500', '163033.007500', '163033.467500', '163033.927500', '163034.387500', '163034.847500', '163035.307500', '163035.767500', '163036.227500', '163036.687500', '163037.147500', '163037.607500', '163038.067500', '163038.527500', '163038.987500', '163039.447500', '163039.907500', '163040.367500', '163040.827500', '163041.287500', '163041.747500', '163042.207500', '163042.667500', '163043.127500', '163043.587500', '163044.047500', '163044.507500', '163044.967500', '163045.427500', '163045.887500', '163046.347500', '163046.807500', '163047.267500', '163047.727500', '163048.187500', '163048.647500', '163049.107500', '163049.567500', '163050.027500', '163050.487500', '163050.947500', '163051.407500', '163051.867500', '163052.327500', '163052.787500', '163053.247500', '163053.707500', '163054.167500', '163054.627500', '163055.087500', '163055.547500', '163056.007500', '163056.467500', '163056.927500', '163057.387500', '163057.847500', '163058.307500', '163058.767500', '163059.227500', '163059.687500', '163100.147500', '163100.607500', '163101.067500', '163101.527500', '163101.987500', '163102.447500', '163102.907500', '163103.367500', '163103.827500', '163104.287500', '163104.747500', '163105.207500', '163105.667500', '163106.127500', '163106.587500', '163107.047500', '163107.507500', '163107.967500', '163108.427500', '163108.887500', '163109.347500', '163109.807500', '163110.267500', '163110.727500', '163111.187500', '163111.647500', '163112.107500', '163112.567500', '163113.027500', '163113.487500', '163113.947500', '163114.407500', '163114.867500', '163115.327500', '163115.787500', '163116.247500', '163116.707500', '163117.167500', '163117.627500', '163118.087500', '163118.547500', '163119.007500', '163119.467500', '163119.927500', '163120.387500', '163120.847500', '163121.307500', '163121.767500', '163122.227500', '163122.687500', '163123.147500', '163123.607500', '163124.067500', '163124.527500', '163124.987500', '163125.447500', '163125.907500', '163126.367500', '163126.827500', '163127.287500', '163127.747500', '163128.207500', '163128.667500', '163129.127500', '163129.587500', '163130.047500', '163130.507500', '163130.967500', '163131.427500', '163131.887500', '163132.347500', '163132.807500', '163133.267500', '163133.727500', '163134.187500', '163134.647500', '163135.107500', '163135.567500', '163136.027500', '163136.487500', '163136.947500', '163137.407500', '163137.867500', '163138.327500', '163138.787500', '163139.247500', '163139.707500', '163140.167500', '163140.627500', '163141.087500', '163141.547500', '163142.007500', '163142.467500', '163142.927500', '163143.387500', '163143.847500', '163144.307500', '163144.767500', '163145.227500', '163145.687500', '163146.147500', '163146.607500', '163147.067500', '163147.527500', '163147.987500', '163148.447500', '163148.907500', '163149.367500', '163149.827500', '163150.287500', '163150.747500', '163151.207500', '163151.667500', '163152.127500', '163152.587500', '163153.047500', '163153.507500', '163153.967500', '163154.427500', '163154.887500', '163155.347500', '163155.807500', '163156.267500', '163156.727500', '163157.187500', '163157.647500', '163158.107500', '163158.567500', '163159.027500', '163159.487500', '163159.947500', '163200.407500', '163200.867500', '163201.327500', '163201.787500', '163202.247500', '163202.707500', '163203.167500', '163203.627500', '163204.087500', '163204.547500', '163205.007500', '163205.467500', '163205.927500', '163206.387500', '163206.847500', '163207.307500', '163207.767500', '163208.227500', '163208.687500', '163209.147500', '163209.607500', '163210.067500', '163210.527500', '163210.987500', '163211.447500', '163211.907500', '163212.367500', '163212.827500', '163213.287500', '163213.747500', '163214.207500', '163214.667500', '163215.127500', '163215.587500', '163216.047500', '163216.507500', '163216.967500', '163217.427500', '163217.887500', '163218.347500', '163218.807500', '163219.267500', '163219.727500', '163220.187500', '163220.647500', '163221.107500', '163221.567500', '163222.027500', '163222.487500', '163222.947500', '163223.407500', '163223.867500', '163224.327500', '163224.787500', '163225.247500', '163225.707500', '163226.167500', '163226.627500', '163227.087500', '163227.547500', '163228.007500', '163228.467500', '163228.927500', '163229.387500', '163229.847500', '163230.307500', '163230.767500', '163231.227500', '163231.687500', '163232.147500', '163232.607500', '163233.067500', '163233.527500', '163233.987500', '163234.447500', '163234.907500', '163235.367500', '163235.827500', '163236.287500', '163236.747500', '163237.207500', '163237.667500', '163238.127500', '163238.587500', '163239.047500', '163239.507500', '163239.967500', '163240.427500', '163240.887500', '163241.347500', '163241.807500', '163242.267500', '163242.727500', '163243.187500', '163243.647500', '163244.107500', '163244.567500', '163245.027500', '163245.487500', '163245.947500', '163246.407500', '163246.867500', '163247.327500', '163247.787500', '163248.247500', '163248.707500', '163249.167500', '163249.627500', '163250.087500', '163250.547500', '163251.007500', '163251.467500', '163251.927500', '163252.387500', '163252.847500', '163253.307500', '163253.767500', '163254.227500', '163254.687500', '163255.147500', '163255.607500', '163256.067500', '163256.527500', '163256.987500', '163257.447500', '163257.907500', '163258.367500', '163258.827500', '163259.287500', '163259.747500', '163300.207500', '163300.667500', '163301.127500', '163301.587500', '163302.047500', '163302.507500', '163302.967500', '163303.427500', '163303.887500', '163304.347500', '163304.807500', '163305.267500', '163305.727500', '163306.187500', '163306.647500', '163307.107500', '163307.567500', '163308.027500', '163308.487500', '163308.947500', '163309.407500', '163309.867500', '163310.327500', '163310.787500', '163311.247500', '163311.707500', '163312.167500', '163312.627500', '163313.087500', '163313.547500', '163314.007500', '163314.467500', '163314.927500', '163315.387500', '163315.847500', '163316.307500', '163316.767500', '163317.227500', '163317.687500', '163318.147500', '163318.607500', '163319.067500', '163319.527500', '163319.987500', '163320.447500', '163320.907500', '163321.367500', '163321.827500', '163322.287500', '163322.747500', '163323.207500', '163323.667500', '163324.127500', '163324.587500', '163325.047500', '163325.507500', '163325.967500', '163326.427500', '163326.887500', '163327.347500', '163327.807500', '163328.267500', '163328.727500', '163329.187500', '163329.647500', '163330.107500', '163330.567500', '163331.027500', '163331.487500', '163331.947500', '163332.407500', '163332.867500', '163333.327500', '163333.787500', '163334.247500', '163334.707500', '163335.167500', '163335.627500', '163336.087500', '163336.547500', '163337.007500', '163337.467500', '163337.927500', '163338.387500', '163338.847500', '163339.307500', '163339.767500', '163340.227500', '163340.687500', '163341.147500', '163341.607500', '163342.067500', '163342.527500', '163342.987500', '163343.447500', '163343.907500', '163344.367500', '163344.827500', '163345.287500', '163345.747500', '163346.207500', '163346.667500', '163347.127500', '163347.587500', '163348.047500', '163348.507500', '163348.967500', '163349.427500', '163349.887500', '163350.347500', '163350.807500', '163351.267500', '163351.727500', '163352.187500', '163352.647500', '163353.107500', '163353.567500', '163354.027500', '163354.487500', '163354.947500', '163355.407500', '163355.867500', '163356.327500', '163356.787500', '163357.247500', '163357.707500', '163358.167500', '163358.627500', '163359.087500', '163359.547500', '163400.007500', '163400.467500', '163400.927500', '163401.387500', '163401.847500', '163402.307500', '163402.767500', '163403.227500', '163403.687500', '163404.147500', '163404.607500', '163405.067500', '163405.527500', '163405.987500', '163406.447500', '163406.907500', '163407.367500', '163407.827500', '163408.287500', '163408.747500', '163409.207500', '163409.667500', '163410.127500', '163410.587500', '163411.047500', '163411.507500', '163411.967500', '163412.427500', '163412.887500', '163413.347500', '163413.807500', '163414.267500', '163414.727500', '163415.187500', '163415.647500', '163416.107500', '163416.567500', '163417.027500', '163417.487500', '163417.947500', '163418.407500', '163418.867500', '163419.327500', '163419.787500', '163420.247500', '163420.707500', '163421.167500', '163421.627500', '163422.087500', '163422.547500', '163423.007500', '163423.467500', '163423.927500', '163424.387500', '163424.847500', '163425.307500', '163425.767500', '163426.227500', '163426.687500', '163427.147500', '163427.607500', '163428.067500', '163428.527500', '163428.987500', '163429.447500', '163429.907500', '163430.367500', '163430.827500', '163431.287500', '163431.747500', '163432.207500', '163432.667500', '163433.127500', '163433.587500', '163434.047500', '163434.507500', '163434.967500', '163435.427500', '163435.887500', '163436.347500', '163436.807500', '163437.267500', '163437.727500', '163438.187500', '163438.647500', '163439.107500', '163439.567500', '163440.027500', '163440.487500', '163440.947500', '163441.407500', '163441.867500', '163442.327500', '163442.787500', '163443.247500', '163443.707500', '163444.167500'], 'ContentTime': ['162513.395000', '162513.398000', '162513.402000', '162513.405000', '162513.408000', '162513.411000', '162513.414000', '162513.417000', '162513.420000', '162513.423000', '162513.425000', '162513.428000', '162513.431000', '162513.434000', '162513.437000', '162513.446000', '162513.449000', '162513.452000', '162513.455000', '162513.457000', '162513.461000', '162513.463000', '162513.466000', '162513.469000', '162513.472000', '162533.366000', '162533.369000', '162533.372000', '162533.375000', '162533.378000', '162533.381000', '162533.384000', '162533.387000', '162533.392000', '162533.395000', '162533.398000', '162533.401000', '162533.404000', '162533.407000', '162533.410000', '162533.413000', '162533.416000', '162533.418000', '162533.422000', '162533.424000', '162533.427000', '162533.430000', '162533.433000', '162533.436000', '162533.439000', '162533.442000', '162533.445000', '162533.448000', '162533.451000', '162533.454000', '162533.457000', '162533.460000', '162533.463000', '162533.466000', '162533.474000', '162533.477000', '162533.480000', '162533.483000', '162533.486000', '162533.489000', '162533.492000', '162533.495000', '162533.498000', '162533.501000', '162553.366000', '162553.369000', '162553.372000', '162553.375000', '162553.378000', '162553.381000', '162553.384000', '162553.387000', '162553.390000', '162553.393000', '162553.396000', '162553.399000', '162553.402000', '162553.405000', '162553.420000', '162553.423000', '162553.427000', '162553.430000', '162553.432000', '162553.435000', '162553.438000', '162553.441000', '162553.444000', '162553.447000', '162553.450000', '162553.456000', '162553.459000', '162553.461000', '162553.466000', '162553.469000', '162553.472000', '162553.476000', '162553.479000', '162553.482000', '162553.485000', '162553.488000', '162553.491000', '162553.494000', '162553.497000', '162553.500000', '162553.503000', '162553.506000', '162553.509000', '162613.367000', '162613.370000', '162613.373000', '162613.376000', '162613.379000', '162613.382000', '162613.385000', '162613.388000', '162613.391000', '162613.394000', '162613.397000', '162613.400000', '162613.403000', '162613.406000', '162613.409000', '162613.412000', '162613.415000', '162613.418000', '162613.421000', '162613.424000', '162613.427000', '162613.430000', '162613.433000', '162613.436000', '162613.438000', '162613.442000', '162613.444000', '162613.447000', '162613.450000', '162613.453000', '162613.456000', '162613.459000', '162613.462000', '162613.469000', '162613.472000', '162613.475000', '162613.478000', '162613.481000', '162613.484000', '162613.487000', '162613.490000', '162613.493000', '162613.496000', '162613.499000', '162633.367000', '162633.370000', '162633.378000', '162633.381000', '162633.384000', '162633.387000', '162633.389000', '162633.393000', '162633.395000', '162633.398000', '162633.401000', '162633.405000', '162633.407000', '162633.410000', '162633.413000', '162633.417000', '162633.419000', '162633.422000', '162633.425000', '162633.428000', '162633.431000', '162633.434000', '162633.437000', '162633.440000', '162633.443000', '162633.446000', '162633.449000', '162633.452000', '162633.455000', '162633.458000', '162633.461000', '162633.464000', '162633.467000', '162633.470000', '162633.473000', '162633.476000', '162633.479000', '162633.482000', '162633.485000', '162633.488000', '162633.491000', '162633.494000', '162633.497000', '162653.367000', '162653.370000', '162653.373000', '162653.376000', '162653.379000', '162653.382000', '162653.385000', '162653.388000', '162653.391000', '162653.394000', '162653.397000', '162653.400000', '162653.403000', '162653.406000', '162653.409000', '162653.412000', '162653.415000', '162653.418000', '162653.420000', '162653.423000', '162653.426000', '162653.429000', '162653.432000', '162653.435000', '162653.438000', '162653.441000', '162653.444000', '162653.447000', '162653.450000', '162653.453000', '162653.456000', '162653.459000', '162653.462000', '162653.465000', '162653.468000', '162653.471000', '162653.474000', '162653.477000', '162653.480000', '162653.483000', '162653.486000', '162653.489000', '162653.492000', '162653.495000', '162713.367000', '162713.370000', '162713.373000', '162713.376000', '162713.379000', '162713.382000', '162713.385000', '162713.388000', '162713.391000', '162713.394000', '162713.397000', '162713.400000', '162713.403000', '162713.406000', '162713.409000', '162713.412000', '162713.415000', '162713.418000', '162713.421000', '162713.424000', '162713.427000', '162713.430000', '162713.433000', '162713.436000', '162713.439000', '162713.442000', '162713.445000', '162713.448000', '162713.451000', '162713.454000', '162713.457000', '162713.460000', '162713.463000', '162713.466000', '162713.469000', '162713.472000', '162713.475000', '162713.478000', '162713.481000', '162713.484000', '162713.487000', '162713.489000', '162713.493000', '162733.366000', '162733.369000', '162733.372000', '162733.375000', '162733.378000', '162733.381000', '162733.384000', '162733.387000', '162733.390000', '162733.393000', '162733.396000', '162733.399000', '162733.402000', '162733.405000', '162733.408000', '162733.411000', '162733.414000', '162733.417000', '162733.420000', '162733.423000', '162733.426000', '162733.429000', '162733.431000', '162733.435000', '162733.437000', '162733.457000', '162733.460000', '162733.468000', '162733.471000', '162733.473000', '162733.476000', '162733.480000', '162733.483000', '162733.486000', '162733.489000', '162733.492000', '162733.495000', '162733.498000', '162733.501000', '162733.504000', '162733.507000', '162733.510000', '162733.513000', '162733.516000', '162753.366000', '162753.369000', '162753.372000', '162753.375000', '162753.378000', '162753.381000', '162753.384000', '162753.387000', '162753.390000', '162753.393000', '162753.396000', '162753.399000', '162753.402000', '162753.405000', '162753.408000', '162753.411000', '162753.414000', '162753.417000', '162753.420000', '162753.423000', '162753.426000', '162753.429000', '162753.432000', '162753.435000', '162753.438000', '162753.441000', '162753.444000', '162753.447000', '162753.450000', '162753.453000', '162753.456000', '162753.459000', '162753.462000', '162753.465000', '162753.468000', '162753.471000', '162753.474000', '162753.477000', '162753.480000', '162753.483000', '162753.486000', '162753.489000', '162753.492000', '162813.367000', '162813.370000', '162813.373000', '162813.376000', '162813.379000', '162813.382000', '162813.385000', '162813.388000', '162813.391000', '162813.394000', '162813.397000', '162813.400000', '162813.403000', '162813.406000', '162813.409000', '162813.412000', '162813.415000', '162813.418000', '162813.421000', '162813.424000', '162813.427000', '162813.430000', '162813.433000', '162813.436000', '162813.439000', '162813.442000', '162813.445000', '162813.448000', '162813.451000', '162813.454000', '162813.457000', '162813.460000', '162813.463000', '162813.466000', '162813.469000', '162813.472000', '162813.475000', '162813.478000', '162813.481000', '162813.484000', '162813.487000', '162813.490000', '162813.493000', '162833.367000', '162833.370000', '162833.373000', '162833.376000', '162833.379000', '162833.382000', '162833.385000', '162833.388000', '162833.391000', '162833.394000', '162833.397000', '162833.400000', '162833.403000', '162833.406000', '162833.409000', '162833.412000', '162833.415000', '162833.418000', '162833.421000', '162833.424000', '162833.427000', '162833.430000', '162833.433000', '162833.436000', '162833.439000', '162833.442000', '162833.445000', '162833.448000', '162833.451000', '162833.454000', '162833.457000', '162833.465000', '162833.468000', '162833.471000', '162833.474000', '162833.477000', '162833.480000', '162833.483000', '162833.486000', '162833.489000', '162833.492000', '162833.495000', '162833.498000', '162833.501000', '162853.367000', '162853.370000', '162853.374000', '162853.378000', '162853.381000', '162853.384000', '162853.387000', '162853.390000', '162853.393000', '162853.396000', '162853.399000', '162853.402000', '162853.405000', '162853.408000', '162853.411000', '162853.414000', '162853.417000', '162853.420000', '162853.423000', '162853.426000', '162853.429000', '162853.432000', '162853.435000', '162853.438000', '162853.441000', '162853.444000', '162853.447000', '162853.450000', '162853.453000', '162853.456000', '162853.459000', '162853.462000', '162853.465000', '162853.468000', '162853.471000', '162853.473000', '162853.477000', '162853.480000', '162853.482000', '162853.485000', '162853.488000', '162853.491000', '162853.494000', '162913.367000', '162913.370000', '162913.373000', '162913.376000', '162913.379000', '162913.382000', '162913.385000', '162913.388000', '162913.391000', '162913.394000', '162913.397000', '162913.400000', '162913.403000', '162913.406000', '162913.409000', '162913.412000', '162913.415000', '162913.418000', '162913.421000', '162913.424000', '162913.427000', '162913.430000', '162913.433000', '162913.436000', '162913.439000', '162913.442000', '162913.445000', '162913.448000', '162913.451000', '162913.454000', '162913.457000', '162913.460000', '162913.463000', '162913.466000', '162913.469000', '162913.488000', '162913.491000', '162913.494000', '162913.497000', '162913.499000', '162913.503000', '162913.506000', '162913.508000', '162913.511000', '162933.367000', '162933.370000', '162933.373000', '162933.376000', '162933.379000', '162933.382000', '162933.385000', '162933.388000', '162933.391000', '162933.394000', '162933.397000', '162933.400000', '162933.403000', '162933.406000', '162933.409000', '162933.412000', '162933.416000', '162933.421000', '162933.424000', '162933.427000', '162933.431000', '162933.434000', '162933.436000', '162933.439000', '162933.442000', '162933.445000', '162933.448000', '162933.451000', '162933.454000', '162933.457000', '162933.460000', '162933.463000', '162933.466000', '162933.469000', '162933.472000', '162933.475000', '162933.484000', '162933.487000', '162933.490000', '162933.492000', '162933.496000', '162933.498000', '162933.501000', '162953.366000', '162953.369000', '162953.372000', '162953.375000', '162953.378000', '162953.381000', '162953.384000', '162953.387000', '162953.390000', '162953.393000', '162953.396000', '162953.399000', '162953.402000', '162953.405000', '162953.408000', '162953.411000', '162953.414000', '162953.417000', '162953.420000', '162953.423000', '162953.426000', '162953.429000', '162953.432000', '162953.435000', '162953.438000', '162953.441000', '162953.444000', '162953.447000', '162953.450000', '162953.453000', '162953.456000', '162953.459000', '162953.462000', '162953.465000', '162953.468000', '162953.471000', '162953.474000', '162953.477000', '162953.480000', '162953.483000', '162953.486000', '162953.489000', '162953.492000', '162953.495000', '163013.366000', '163013.369000', '163013.372000', '163013.375000', '163013.378000', '163013.381000', '163013.384000', '163013.387000', '163013.390000', '163013.393000', '163013.396000', '163013.399000', '163013.402000', '163013.405000', '163013.408000', '163013.412000', '163013.418000', '163013.421000', '163013.424000', '163013.427000', '163013.430000', '163013.433000', '163013.436000', '163013.439000', '163013.442000', '163013.445000', '163013.448000', '163013.451000', '163013.454000', '163013.457000', '163013.460000', '163013.463000', '163013.466000', '163013.469000', '163013.472000', '163013.475000', '163013.478000', '163013.481000', '163013.484000', '163013.487000', '163013.490000', '163013.493000', '163013.496000', '163033.367000', '163033.370000', '163033.373000', '163033.376000', '163033.379000', '163033.382000', '163033.385000', '163033.388000', '163033.391000', '163033.394000', '163033.397000', '163033.400000', '163033.403000', '163033.406000', '163033.409000', '163033.412000', '163033.415000', '163033.418000', '163033.421000', '163033.424000', '163033.427000', '163033.430000', '163033.433000', '163033.436000', '163033.439000', '163033.442000', '163033.445000', '163033.448000', '163033.451000', '163033.454000', '163033.457000', '163033.460000', '163033.463000', '163033.466000', '163033.469000', '163033.472000', '163033.475000', '163033.478000', '163033.481000', '163033.484000', '163033.487000', '163033.490000', '163033.493000', '163033.496000', '163053.367000', '163053.370000', '163053.373000', '163053.376000', '163053.380000', '163053.383000', '163053.386000', '163053.389000', '163053.393000', '163053.396000', '163053.398000', '163053.401000', '163053.405000', '163053.407000', '163053.410000', '163053.413000', '163053.417000', '163053.420000', '163053.422000', '163053.425000', '163053.428000', '163053.431000', '163053.434000', '163053.437000', '163053.441000', '163053.444000', '163053.447000', '163053.449000', '163053.453000', '163053.456000', '163053.459000', '163053.462000', '163053.465000', '163053.468000', '163053.471000', '163053.473000', '163053.477000', '163053.479000', '163053.482000', '163053.486000', '163053.489000', '163053.492000', '163053.495000', '163113.367000', '163113.380000', '163113.383000', '163113.386000', '163113.389000', '163113.394000', '163113.397000', '163113.400000', '163113.403000', '163113.408000', '163113.411000', '163113.414000', '163113.417000', '163113.420000', '163113.423000', '163113.426000', '163113.429000', '163113.432000', '163113.435000', '163113.438000', '163113.441000', '163113.444000', '163113.447000', '163113.450000', '163113.453000', '163113.456000', '163113.459000', '163113.462000', '163113.465000', '163113.469000', '163113.472000', '163113.475000', '163113.478000', '163113.481000', '163113.484000', '163113.487000', '163113.490000', '163113.493000', '163113.496000', '163113.499000', '163113.501000', '163113.505000', '163113.508000', '163113.510000', '163133.367000', '163133.370000', '163133.373000', '163133.376000', '163133.379000', '163133.382000', '163133.385000', '163133.388000', '163133.391000', '163133.394000', '163133.397000', '163133.400000', '163133.403000', '163133.406000', '163133.409000', '163133.412000', '163133.415000', '163133.418000', '163133.421000', '163133.424000', '163133.427000', '163133.430000', '163133.433000', '163133.436000', '163133.439000', '163133.442000', '163133.445000', '163133.448000', '163133.451000', '163133.454000', '163133.457000', '163133.460000', '163133.463000', '163133.466000', '163133.469000', '163133.472000', '163133.475000', '163133.478000', '163133.481000', '163133.484000', '163133.487000', '163133.490000', '163133.493000', '163153.367000', '163153.370000', '163153.373000', '163153.376000', '163153.379000', '163153.382000', '163153.385000', '163153.388000', '163153.391000', '163153.394000', '163153.397000', '163153.400000', '163153.403000', '163153.406000', '163153.409000', '163153.412000', '163153.415000', '163153.418000', '163153.421000', '163153.424000', '163153.427000', '163153.430000', '163153.433000', '163153.436000', '163153.439000', '163153.442000', '163153.445000', '163153.448000', '163153.451000', '163153.454000', '163153.457000', '163153.460000', '163153.463000', '163153.466000', '163153.469000', '163153.472000', '163153.475000', '163153.478000', '163153.481000', '163153.484000', '163153.487000', '163153.490000', '163153.493000', '163153.496000', '163213.366000', '163213.369000', '163213.372000', '163213.375000', '163213.378000', '163213.381000', '163213.384000', '163213.387000', '163213.390000', '163213.393000', '163213.396000', '163213.399000', '163213.402000', '163213.405000', '163213.408000', '163213.411000', '163213.416000', '163213.419000', '163213.422000', '163213.425000', '163213.428000', '163213.431000', '163213.434000', '163213.437000', '163213.440000', '163213.443000', '163213.446000', '163213.449000', '163213.452000', '163213.455000', '163213.458000', '163213.461000', '163213.464000', '163213.467000', '163213.470000', '163213.473000', '163213.476000', '163213.481000', '163213.485000', '163213.488000', '163213.491000', '163213.494000', '163213.497000', '163233.366000', '163233.369000', '163233.372000', '163233.375000', '163233.378000', '163233.381000', '163233.384000', '163233.387000', '163233.390000', '163233.393000', '163233.396000', '163233.399000', '163233.402000', '163233.405000', '163233.408000', '163233.411000', '163233.414000', '163233.417000', '163233.420000', '163233.423000', '163233.426000', '163233.429000', '163233.432000', '163233.435000', '163233.438000', '163233.441000', '163233.444000', '163233.447000', '163233.450000', '163233.453000', '163233.456000', '163233.459000', '163233.462000', '163233.465000', '163233.468000', '163233.471000', '163233.474000', '163233.477000', '163233.480000', '163233.483000', '163233.486000', '163233.489000', '163233.492000', '163233.495000', '163253.367000', '163253.370000', '163253.373000', '163253.376000', '163253.379000', '163253.382000', '163253.385000', '163253.388000', '163253.391000', '163253.394000', '163253.397000', '163253.416000', '163253.419000', '163253.423000', '163253.426000', '163253.429000', '163253.431000', '163253.435000', '163253.438000', '163253.441000', '163253.443000', '163253.447000', '163253.449000', '163253.452000', '163253.455000', '163253.458000', '163253.461000', '163253.464000', '163253.467000', '163253.470000', '163253.473000', '163253.476000', '163253.479000', '163253.482000', '163253.485000', '163253.488000', '163253.491000', '163253.494000', '163253.497000', '163253.501000', '163253.504000', '163253.507000', '163253.510000', '163313.367000', '163313.370000', '163313.373000', '163313.376000', '163313.379000', '163313.382000', '163313.385000', '163313.388000', '163313.391000', '163313.394000', '163313.397000', '163313.400000', '163313.403000', '163313.406000', '163313.409000', '163313.412000', '163313.415000', '163313.418000', '163313.421000', '163313.424000', '163313.427000', '163313.430000', '163313.433000', '163313.436000', '163313.439000', '163313.442000', '163313.445000', '163313.448000', '163313.451000', '163313.454000', '163313.457000', '163313.460000', '163313.463000', '163313.466000', '163313.469000', '163313.472000', '163313.475000', '163313.478000', '163313.481000', '163313.484000', '163313.487000', '163313.490000', '163313.493000', '163313.496000', '163333.367000', '163333.370000', '163333.373000', '163333.376000', '163333.379000', '163333.382000', '163333.385000', '163333.388000', '163333.391000', '163333.394000', '163333.397000', '163333.400000', '163333.403000', '163333.406000', '163333.409000', '163333.412000', '163333.415000', '163333.418000', '163333.421000', '163333.424000', '163333.427000', '163333.430000', '163333.433000', '163333.436000', '163333.439000', '163333.442000', '163333.445000', '163333.448000', '163333.451000', '163333.455000', '163333.458000', '163333.461000', '163333.464000', '163333.467000', '163333.470000', '163333.473000', '163333.476000', '163333.479000', '163333.482000', '163333.485000', '163333.488000', '163333.491000', '163333.494000', '163353.367000', '163353.370000', '163353.373000', '163353.376000', '163353.379000', '163353.382000', '163353.385000', '163353.388000', '163353.391000', '163353.394000', '163353.397000', '163353.400000', '163353.403000', '163353.406000', '163353.409000', '163353.412000', '163353.415000', '163353.418000', '163353.421000', '163353.424000', '163353.427000', '163353.430000', '163353.433000', '163353.436000', '163353.439000', '163353.442000', '163353.445000', '163353.449000', '163353.452000', '163353.455000', '163353.458000', '163353.461000', '163353.464000', '163353.467000', '163353.470000', '163353.473000', '163353.476000', '163353.479000', '163353.482000', '163353.485000', '163353.488000', '163353.491000', '163353.494000', '163353.497000', '163413.367000', '163413.370000', '163413.373000', '163413.376000', '163413.379000', '163413.382000', '163413.385000', '163413.388000', '163413.391000', '163413.394000', '163413.397000', '163413.400000', '163413.403000', '163413.406000', '163413.409000', '163413.412000', '163413.415000', '163413.418000', '163413.421000', '163413.424000', '163413.427000', '163413.430000', '163413.433000', '163413.436000', '163413.439000', '163413.442000', '163413.445000', '163413.448000', '163413.451000', '163413.454000', '163413.457000', '163413.460000', '163413.463000', '163413.466000', '163413.469000', '163413.472000', '163413.475000', '163413.478000', '163413.481000', '163413.484000', '163413.487000', '163413.490000', '163413.493000', '163433.366000', '163433.369000', '163433.372000', '163433.375000', '163433.378000', '163433.381000', '163433.384000', '163433.387000', '163433.390000', '163433.393000', '163433.396000', '163433.399000', '163433.402000', '163433.405000', '163433.408000', '163433.411000', '163433.414000', '163433.417000', '163433.420000', '163433.423000', '163433.426000', '163433.440000', '163433.443000', '163433.446000', '163433.449000', '163433.452000', '163433.455000', '163433.458000', '163433.461000', '163433.464000', '163433.467000', '163433.470000', '163433.473000', '163433.476000', '163433.479000', '163433.482000', '163433.485000', '163433.488000', '163433.491000', '163433.494000', '163433.497000', '163433.500000', '163433.503000', '163433.506000', '163444.867000', '163444.871000', '163444.881000', '163444.884000', '163444.887000', '163444.890000', '163444.894000', '163444.897000', '163444.900000', '163444.904000', '163444.907000', '163444.910000', '163444.913000', '163444.916000', '163444.919000', '163444.922000', '163444.925000', '163444.928000', '163444.932000', '163444.935000', '163444.938000', '163444.941000', '163444.945000', '163444.948000', '163444.950000'], 'InstanceCreationTime': ['162513.395000', '162513.398000', '162513.402000', '162513.405000', '162513.408000', '162513.411000', '162513.414000', '162513.417000', '162513.420000', '162513.423000', '162513.425000', '162513.428000', '162513.431000', '162513.434000', '162513.437000', '162513.446000', '162513.449000', '162513.452000', '162513.455000', '162513.457000', '162513.461000', '162513.463000', '162513.466000', '162513.469000', '162513.472000', '162533.366000', '162533.369000', '162533.372000', '162533.375000', '162533.378000', '162533.381000', '162533.384000', '162533.387000', '162533.392000', '162533.395000', '162533.398000', '162533.401000', '162533.404000', '162533.407000', '162533.410000', '162533.413000', '162533.416000', '162533.418000', '162533.422000', '162533.424000', '162533.427000', '162533.430000', '162533.433000', '162533.436000', '162533.439000', '162533.442000', '162533.445000', '162533.448000', '162533.451000', '162533.454000', '162533.457000', '162533.460000', '162533.463000', '162533.466000', '162533.474000', '162533.477000', '162533.480000', '162533.483000', '162533.486000', '162533.489000', '162533.492000', '162533.495000', '162533.498000', '162533.501000', '162553.366000', '162553.369000', '162553.372000', '162553.375000', '162553.378000', '162553.381000', '162553.384000', '162553.387000', '162553.390000', '162553.393000', '162553.396000', '162553.399000', '162553.402000', '162553.405000', '162553.420000', '162553.423000', '162553.427000', '162553.430000', '162553.432000', '162553.435000', '162553.438000', '162553.441000', '162553.444000', '162553.447000', '162553.450000', '162553.456000', '162553.459000', '162553.461000', '162553.466000', '162553.469000', '162553.472000', '162553.476000', '162553.479000', '162553.482000', '162553.485000', '162553.488000', '162553.491000', '162553.494000', '162553.497000', '162553.500000', '162553.503000', '162553.506000', '162553.509000', '162613.367000', '162613.370000', '162613.373000', '162613.376000', '162613.379000', '162613.382000', '162613.385000', '162613.388000', '162613.391000', '162613.394000', '162613.397000', '162613.400000', '162613.403000', '162613.406000', '162613.409000', '162613.412000', '162613.415000', '162613.418000', '162613.421000', '162613.424000', '162613.427000', '162613.430000', '162613.433000', '162613.436000', '162613.438000', '162613.442000', '162613.444000', '162613.447000', '162613.450000', '162613.453000', '162613.456000', '162613.459000', '162613.462000', '162613.469000', '162613.472000', '162613.475000', '162613.478000', '162613.481000', '162613.484000', '162613.487000', '162613.490000', '162613.493000', '162613.496000', '162613.499000', '162633.367000', '162633.370000', '162633.378000', '162633.381000', '162633.384000', '162633.387000', '162633.389000', '162633.393000', '162633.395000', '162633.398000', '162633.401000', '162633.405000', '162633.407000', '162633.410000', '162633.413000', '162633.417000', '162633.419000', '162633.422000', '162633.425000', '162633.428000', '162633.431000', '162633.434000', '162633.437000', '162633.440000', '162633.443000', '162633.446000', '162633.449000', '162633.452000', '162633.455000', '162633.458000', '162633.461000', '162633.464000', '162633.467000', '162633.470000', '162633.473000', '162633.476000', '162633.479000', '162633.482000', '162633.485000', '162633.488000', '162633.491000', '162633.494000', '162633.497000', '162653.367000', '162653.370000', '162653.373000', '162653.376000', '162653.379000', '162653.382000', '162653.385000', '162653.388000', '162653.391000', '162653.394000', '162653.397000', '162653.400000', '162653.403000', '162653.406000', '162653.409000', '162653.412000', '162653.415000', '162653.418000', '162653.420000', '162653.423000', '162653.426000', '162653.429000', '162653.432000', '162653.435000', '162653.438000', '162653.441000', '162653.444000', '162653.447000', '162653.450000', '162653.453000', '162653.456000', '162653.459000', '162653.462000', '162653.465000', '162653.468000', '162653.471000', '162653.474000', '162653.477000', '162653.480000', '162653.483000', '162653.486000', '162653.489000', '162653.492000', '162653.495000', '162713.367000', '162713.370000', '162713.373000', '162713.376000', '162713.379000', '162713.382000', '162713.385000', '162713.388000', '162713.391000', '162713.394000', '162713.397000', '162713.400000', '162713.403000', '162713.406000', '162713.409000', '162713.412000', '162713.415000', '162713.418000', '162713.421000', '162713.424000', '162713.427000', '162713.430000', '162713.433000', '162713.436000', '162713.439000', '162713.442000', '162713.445000', '162713.448000', '162713.451000', '162713.454000', '162713.457000', '162713.460000', '162713.463000', '162713.466000', '162713.469000', '162713.472000', '162713.475000', '162713.478000', '162713.481000', '162713.484000', '162713.487000', '162713.489000', '162713.493000', '162733.366000', '162733.369000', '162733.372000', '162733.375000', '162733.378000', '162733.381000', '162733.384000', '162733.387000', '162733.390000', '162733.393000', '162733.396000', '162733.399000', '162733.402000', '162733.405000', '162733.408000', '162733.411000', '162733.414000', '162733.417000', '162733.420000', '162733.423000', '162733.426000', '162733.429000', '162733.431000', '162733.435000', '162733.437000', '162733.457000', '162733.460000', '162733.468000', '162733.471000', '162733.473000', '162733.476000', '162733.480000', '162733.483000', '162733.486000', '162733.489000', '162733.492000', '162733.495000', '162733.498000', '162733.501000', '162733.504000', '162733.507000', '162733.510000', '162733.513000', '162733.516000', '162753.366000', '162753.369000', '162753.372000', '162753.375000', '162753.378000', '162753.381000', '162753.384000', '162753.387000', '162753.390000', '162753.393000', '162753.396000', '162753.399000', '162753.402000', '162753.405000', '162753.408000', '162753.411000', '162753.414000', '162753.417000', '162753.420000', '162753.423000', '162753.426000', '162753.429000', '162753.432000', '162753.435000', '162753.438000', '162753.441000', '162753.444000', '162753.447000', '162753.450000', '162753.453000', '162753.456000', '162753.459000', '162753.462000', '162753.465000', '162753.468000', '162753.471000', '162753.474000', '162753.477000', '162753.480000', '162753.483000', '162753.486000', '162753.489000', '162753.492000', '162813.367000', '162813.370000', '162813.373000', '162813.376000', '162813.379000', '162813.382000', '162813.385000', '162813.388000', '162813.391000', '162813.394000', '162813.397000', '162813.400000', '162813.403000', '162813.406000', '162813.409000', '162813.412000', '162813.415000', '162813.418000', '162813.421000', '162813.424000', '162813.427000', '162813.430000', '162813.433000', '162813.436000', '162813.439000', '162813.442000', '162813.445000', '162813.448000', '162813.451000', '162813.454000', '162813.457000', '162813.460000', '162813.463000', '162813.466000', '162813.469000', '162813.472000', '162813.475000', '162813.478000', '162813.481000', '162813.484000', '162813.487000', '162813.490000', '162813.493000', '162833.367000', '162833.370000', '162833.373000', '162833.376000', '162833.379000', '162833.382000', '162833.385000', '162833.388000', '162833.391000', '162833.394000', '162833.397000', '162833.400000', '162833.403000', '162833.406000', '162833.409000', '162833.412000', '162833.415000', '162833.418000', '162833.421000', '162833.424000', '162833.427000', '162833.430000', '162833.433000', '162833.436000', '162833.439000', '162833.442000', '162833.445000', '162833.448000', '162833.451000', '162833.454000', '162833.457000', '162833.465000', '162833.468000', '162833.471000', '162833.474000', '162833.477000', '162833.480000', '162833.483000', '162833.486000', '162833.489000', '162833.492000', '162833.495000', '162833.498000', '162833.501000', '162853.367000', '162853.370000', '162853.374000', '162853.378000', '162853.381000', '162853.384000', '162853.387000', '162853.390000', '162853.393000', '162853.396000', '162853.399000', '162853.402000', '162853.405000', '162853.408000', '162853.411000', '162853.414000', '162853.417000', '162853.420000', '162853.423000', '162853.426000', '162853.429000', '162853.432000', '162853.435000', '162853.438000', '162853.441000', '162853.444000', '162853.447000', '162853.450000', '162853.453000', '162853.456000', '162853.459000', '162853.462000', '162853.465000', '162853.468000', '162853.471000', '162853.473000', '162853.477000', '162853.480000', '162853.482000', '162853.485000', '162853.488000', '162853.491000', '162853.494000', '162913.367000', '162913.370000', '162913.373000', '162913.376000', '162913.379000', '162913.382000', '162913.385000', '162913.388000', '162913.391000', '162913.394000', '162913.397000', '162913.400000', '162913.403000', '162913.406000', '162913.409000', '162913.412000', '162913.415000', '162913.418000', '162913.421000', '162913.424000', '162913.427000', '162913.430000', '162913.433000', '162913.436000', '162913.439000', '162913.442000', '162913.445000', '162913.448000', '162913.451000', '162913.454000', '162913.457000', '162913.460000', '162913.463000', '162913.466000', '162913.469000', '162913.488000', '162913.491000', '162913.494000', '162913.497000', '162913.499000', '162913.503000', '162913.506000', '162913.508000', '162913.511000', '162933.367000', '162933.370000', '162933.373000', '162933.376000', '162933.379000', '162933.382000', '162933.385000', '162933.388000', '162933.391000', '162933.394000', '162933.397000', '162933.400000', '162933.403000', '162933.406000', '162933.409000', '162933.412000', '162933.416000', '162933.421000', '162933.424000', '162933.427000', '162933.431000', '162933.434000', '162933.436000', '162933.439000', '162933.442000', '162933.445000', '162933.448000', '162933.451000', '162933.454000', '162933.457000', '162933.460000', '162933.463000', '162933.466000', '162933.469000', '162933.472000', '162933.475000', '162933.484000', '162933.487000', '162933.490000', '162933.492000', '162933.496000', '162933.498000', '162933.501000', '162953.366000', '162953.369000', '162953.372000', '162953.375000', '162953.378000', '162953.381000', '162953.384000', '162953.387000', '162953.390000', '162953.393000', '162953.396000', '162953.399000', '162953.402000', '162953.405000', '162953.408000', '162953.411000', '162953.414000', '162953.417000', '162953.420000', '162953.423000', '162953.426000', '162953.429000', '162953.432000', '162953.435000', '162953.438000', '162953.441000', '162953.444000', '162953.447000', '162953.450000', '162953.453000', '162953.456000', '162953.459000', '162953.462000', '162953.465000', '162953.468000', '162953.471000', '162953.474000', '162953.477000', '162953.480000', '162953.483000', '162953.486000', '162953.489000', '162953.492000', '162953.495000', '163013.366000', '163013.369000', '163013.372000', '163013.375000', '163013.378000', '163013.381000', '163013.384000', '163013.387000', '163013.390000', '163013.393000', '163013.396000', '163013.399000', '163013.402000', '163013.405000', '163013.408000', '163013.412000', '163013.418000', '163013.421000', '163013.424000', '163013.427000', '163013.430000', '163013.433000', '163013.436000', '163013.439000', '163013.442000', '163013.445000', '163013.448000', '163013.451000', '163013.454000', '163013.457000', '163013.460000', '163013.463000', '163013.466000', '163013.469000', '163013.472000', '163013.475000', '163013.478000', '163013.481000', '163013.484000', '163013.487000', '163013.490000', '163013.493000', '163013.496000', '163033.367000', '163033.370000', '163033.373000', '163033.376000', '163033.379000', '163033.382000', '163033.385000', '163033.388000', '163033.391000', '163033.394000', '163033.397000', '163033.400000', '163033.403000', '163033.406000', '163033.409000', '163033.412000', '163033.415000', '163033.418000', '163033.421000', '163033.424000', '163033.427000', '163033.430000', '163033.433000', '163033.436000', '163033.439000', '163033.442000', '163033.445000', '163033.448000', '163033.451000', '163033.454000', '163033.457000', '163033.460000', '163033.463000', '163033.466000', '163033.469000', '163033.472000', '163033.475000', '163033.478000', '163033.481000', '163033.484000', '163033.487000', '163033.490000', '163033.493000', '163033.496000', '163053.367000', '163053.370000', '163053.373000', '163053.376000', '163053.380000', '163053.383000', '163053.386000', '163053.389000', '163053.393000', '163053.396000', '163053.398000', '163053.401000', '163053.405000', '163053.407000', '163053.410000', '163053.413000', '163053.417000', '163053.420000', '163053.422000', '163053.425000', '163053.428000', '163053.431000', '163053.434000', '163053.437000', '163053.441000', '163053.444000', '163053.447000', '163053.449000', '163053.453000', '163053.456000', '163053.459000', '163053.462000', '163053.465000', '163053.468000', '163053.471000', '163053.473000', '163053.477000', '163053.479000', '163053.482000', '163053.486000', '163053.489000', '163053.492000', '163053.495000', '163113.367000', '163113.380000', '163113.383000', '163113.386000', '163113.389000', '163113.394000', '163113.397000', '163113.400000', '163113.403000', '163113.408000', '163113.411000', '163113.414000', '163113.417000', '163113.420000', '163113.423000', '163113.426000', '163113.429000', '163113.432000', '163113.435000', '163113.438000', '163113.441000', '163113.444000', '163113.447000', '163113.450000', '163113.453000', '163113.456000', '163113.459000', '163113.462000', '163113.465000', '163113.469000', '163113.472000', '163113.475000', '163113.478000', '163113.481000', '163113.484000', '163113.487000', '163113.490000', '163113.493000', '163113.496000', '163113.499000', '163113.501000', '163113.505000', '163113.508000', '163113.510000', '163133.367000', '163133.370000', '163133.373000', '163133.376000', '163133.379000', '163133.382000', '163133.385000', '163133.388000', '163133.391000', '163133.394000', '163133.397000', '163133.400000', '163133.403000', '163133.406000', '163133.409000', '163133.412000', '163133.415000', '163133.418000', '163133.421000', '163133.424000', '163133.427000', '163133.430000', '163133.433000', '163133.436000', '163133.439000', '163133.442000', '163133.445000', '163133.448000', '163133.451000', '163133.454000', '163133.457000', '163133.460000', '163133.463000', '163133.466000', '163133.469000', '163133.472000', '163133.475000', '163133.478000', '163133.481000', '163133.484000', '163133.487000', '163133.490000', '163133.493000', '163153.367000', '163153.370000', '163153.373000', '163153.376000', '163153.379000', '163153.382000', '163153.385000', '163153.388000', '163153.391000', '163153.394000', '163153.397000', '163153.400000', '163153.403000', '163153.406000', '163153.409000', '163153.412000', '163153.415000', '163153.418000', '163153.421000', '163153.424000', '163153.427000', '163153.430000', '163153.433000', '163153.436000', '163153.439000', '163153.442000', '163153.445000', '163153.448000', '163153.451000', '163153.454000', '163153.457000', '163153.460000', '163153.463000', '163153.466000', '163153.469000', '163153.472000', '163153.475000', '163153.478000', '163153.481000', '163153.484000', '163153.487000', '163153.490000', '163153.493000', '163153.496000', '163213.366000', '163213.369000', '163213.372000', '163213.375000', '163213.378000', '163213.381000', '163213.384000', '163213.387000', '163213.390000', '163213.393000', '163213.396000', '163213.399000', '163213.402000', '163213.405000', '163213.408000', '163213.411000', '163213.416000', '163213.419000', '163213.422000', '163213.425000', '163213.428000', '163213.431000', '163213.434000', '163213.437000', '163213.440000', '163213.443000', '163213.446000', '163213.449000', '163213.452000', '163213.455000', '163213.458000', '163213.461000', '163213.464000', '163213.467000', '163213.470000', '163213.473000', '163213.476000', '163213.481000', '163213.485000', '163213.488000', '163213.491000', '163213.494000', '163213.497000', '163233.366000', '163233.369000', '163233.372000', '163233.375000', '163233.378000', '163233.381000', '163233.384000', '163233.387000', '163233.390000', '163233.393000', '163233.396000', '163233.399000', '163233.402000', '163233.405000', '163233.408000', '163233.411000', '163233.414000', '163233.417000', '163233.420000', '163233.423000', '163233.426000', '163233.429000', '163233.432000', '163233.435000', '163233.438000', '163233.441000', '163233.444000', '163233.447000', '163233.450000', '163233.453000', '163233.456000', '163233.459000', '163233.462000', '163233.465000', '163233.468000', '163233.471000', '163233.474000', '163233.477000', '163233.480000', '163233.483000', '163233.486000', '163233.489000', '163233.492000', '163233.495000', '163253.367000', '163253.370000', '163253.373000', '163253.376000', '163253.379000', '163253.382000', '163253.385000', '163253.388000', '163253.391000', '163253.394000', '163253.397000', '163253.416000', '163253.419000', '163253.423000', '163253.426000', '163253.429000', '163253.431000', '163253.435000', '163253.438000', '163253.441000', '163253.443000', '163253.447000', '163253.449000', '163253.452000', '163253.455000', '163253.458000', '163253.461000', '163253.464000', '163253.467000', '163253.470000', '163253.473000', '163253.476000', '163253.479000', '163253.482000', '163253.485000', '163253.488000', '163253.491000', '163253.494000', '163253.497000', '163253.501000', '163253.504000', '163253.507000', '163253.510000', '163313.367000', '163313.370000', '163313.373000', '163313.376000', '163313.379000', '163313.382000', '163313.385000', '163313.388000', '163313.391000', '163313.394000', '163313.397000', '163313.400000', '163313.403000', '163313.406000', '163313.409000', '163313.412000', '163313.415000', '163313.418000', '163313.421000', '163313.424000', '163313.427000', '163313.430000', '163313.433000', '163313.436000', '163313.439000', '163313.442000', '163313.445000', '163313.448000', '163313.451000', '163313.454000', '163313.457000', '163313.460000', '163313.463000', '163313.466000', '163313.469000', '163313.472000', '163313.475000', '163313.478000', '163313.481000', '163313.484000', '163313.487000', '163313.490000', '163313.493000', '163313.496000', '163333.367000', '163333.370000', '163333.373000', '163333.376000', '163333.379000', '163333.382000', '163333.385000', '163333.388000', '163333.391000', '163333.394000', '163333.397000', '163333.400000', '163333.403000', '163333.406000', '163333.409000', '163333.412000', '163333.415000', '163333.418000', '163333.421000', '163333.424000', '163333.427000', '163333.430000', '163333.433000', '163333.436000', '163333.439000', '163333.442000', '163333.445000', '163333.448000', '163333.451000', '163333.455000', '163333.458000', '163333.461000', '163333.464000', '163333.467000', '163333.470000', '163333.473000', '163333.476000', '163333.479000', '163333.482000', '163333.485000', '163333.488000', '163333.491000', '163333.494000', '163353.367000', '163353.370000', '163353.373000', '163353.376000', '163353.379000', '163353.382000', '163353.385000', '163353.388000', '163353.391000', '163353.394000', '163353.397000', '163353.400000', '163353.403000', '163353.406000', '163353.409000', '163353.412000', '163353.415000', '163353.418000', '163353.421000', '163353.424000', '163353.427000', '163353.430000', '163353.433000', '163353.436000', '163353.439000', '163353.442000', '163353.445000', '163353.449000', '163353.452000', '163353.455000', '163353.458000', '163353.461000', '163353.464000', '163353.467000', '163353.470000', '163353.473000', '163353.476000', '163353.479000', '163353.482000', '163353.485000', '163353.488000', '163353.491000', '163353.494000', '163353.497000', '163413.367000', '163413.370000', '163413.373000', '163413.376000', '163413.379000', '163413.382000', '163413.385000', '163413.388000', '163413.391000', '163413.394000', '163413.397000', '163413.400000', '163413.403000', '163413.406000', '163413.409000', '163413.412000', '163413.415000', '163413.418000', '163413.421000', '163413.424000', '163413.427000', '163413.430000', '163413.433000', '163413.436000', '163413.439000', '163413.442000', '163413.445000', '163413.448000', '163413.451000', '163413.454000', '163413.457000', '163413.460000', '163413.463000', '163413.466000', '163413.469000', '163413.472000', '163413.475000', '163413.478000', '163413.481000', '163413.484000', '163413.487000', '163413.490000', '163413.493000', '163433.366000', '163433.369000', '163433.372000', '163433.375000', '163433.378000', '163433.381000', '163433.384000', '163433.387000', '163433.390000', '163433.393000', '163433.396000', '163433.399000', '163433.402000', '163433.405000', '163433.408000', '163433.411000', '163433.414000', '163433.417000', '163433.420000', '163433.423000', '163433.426000', '163433.440000', '163433.443000', '163433.446000', '163433.449000', '163433.452000', '163433.455000', '163433.458000', '163433.461000', '163433.464000', '163433.467000', '163433.470000', '163433.473000', '163433.476000', '163433.479000', '163433.482000', '163433.485000', '163433.488000', '163433.491000', '163433.494000', '163433.497000', '163433.500000', '163433.503000', '163433.506000', '163444.867000', '163444.871000', '163444.881000', '163444.884000', '163444.887000', '163444.890000', '163444.894000', '163444.897000', '163444.900000', '163444.904000', '163444.907000', '163444.910000', '163444.913000', '163444.916000', '163444.919000', '163444.922000', '163444.925000', '163444.928000', '163444.932000', '163444.935000', '163444.938000', '163444.941000', '163444.945000', '163444.948000', '163444.950000'], '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': [10302, 12157, 9059, 11107, 8715, 11385, 8169, 11535, 13315, 11062, 11022, 10583, 13907, 9830, 11566, 9456, 10983, 8826, 11269, 8242, 12002, 8682, 11473, 11301, 9963, 11807, 9645, 11407, 8765, 11586, 8209, 11950, 8367, 11566, 11430, 10329, 11622, 9704, 11767, 9874, 11705, 8333, 11846, 8104, 11087, 14858, 9874, 12628, 9411, 10445, 8853, 11698, 9129, 12381, 9449, 12073, 9164, 12631, 8569, 12632, 13065, 11569, 13315, 10685, 12781, 9834, 12251, 9063, 11813, 8831, 12372, 8332, 11695, 12990, 9718, 11800, 9195, 12104, 8921, 12421, 8514, 11262, 12698, 10043, 12096, 9354, 12177, 8165, 12075, 12945, 10188, 12798, 9529, 12635, 9235, 12608, 8460, 11990, 9253, 10874, 13386, 9940, 12438, 8617, 12551, 7946, 11495, 13157, 9947, 12354, 8508, 12543, 7618, 11562, 12774, 9776, 12426, 9263, 12191, 8274, 12799, 9365, 10854, 13036, 10087, 13140, 9144, 12988, 8466, 13112, 8481, 12646, 7875, 13708, 7928, 13094, 8662, 12386, 8353, 12600, 8430, 12912, 14155, 10974, 14968, 10136, 13614, 10095, 13099, 9904, 12614, 9662, 12011, 9187, 12213, 8926, 12759, 8727, 12562, 8957, 12219, 8551, 11957, 8215, 12422, 8443, 11583, 12295, 9741, 12109, 9378, 11996, 8591, 12126, 8465, 12222, 9553, 11039, 9313, 10398, 12428, 9647, 12305, 9140, 11855, 8951, 11938, 8664, 12089, 8196, 12636, 8126, 11751, 8517, 11277, 8375, 11602, 12190, 10261, 12070, 9765, 11523, 9054, 12074, 9362, 12343, 9280, 11788, 9353, 12061, 8891, 12284, 8482, 12455, 7855, 11884, 7705, 12211, 8139, 12353, 9793, 11694, 11677, 11130, 11615, 10731, 12664, 9680, 11852, 9552, 12359, 8992, 12446, 7955, 12165, 8133, 11234, 9743, 10351, 12593, 9575, 11809, 8708, 11661, 8097, 12203, 7890, 11373, 12489, 9675, 11678, 9512, 12149, 8675, 12220, 7645, 11814, 12867, 10530, 12429, 9509, 12153, 8392, 11799, 7793, 11316, 7738, 11421, 12423, 9946, 12025, 9513, 11091, 8993, 12116, 8560, 12496, 7838, 11984, 7978, 11722, 9320, 11110, 12656, 9821, 11992, 9604, 12098, 9635, 12163, 8525, 11934, 8084, 11921, 8047, 12372, 13117, 11029, 13272, 9745, 11473, 9246, 12062, 8043, 12112, 8611, 11505, 10849, 10593, 11857, 9954, 12235, 9646, 11573, 9173, 12245, 8150, 12292, 8107, 11742, 12902, 10411, 12414, 9791, 12416, 9816, 12006, 9321, 11659, 8776, 12400, 8281, 12308, 7745, 12160, 7840, 12027, 7944, 12083, 12205, 10243, 12633, 9621, 12250, 9666, 12376, 8491, 12190, 7840, 11978, 7813, 12048, 12109, 10959, 12697, 9686, 11445, 9522, 12114, 9550, 12049, 8676, 12323, 8323, 12395, 7677, 12182, 11786, 11429, 13621, 10242, 13111, 9924, 12517, 9831, 12273, 9386, 12022, 8872, 11873, 8155, 12546, 7938, 12266, 8358, 11725, 8369, 11346, 10194, 10616, 12652, 9459, 11656, 9414, 12140, 9326, 12198, 8533, 12325, 8054, 12279, 7836, 12225, 7962, 11975, 12148, 10730, 12863, 9960, 11889, 10057, 12533, 9673, 12247, 9408, 12065, 8599, 12042, 7728, 12303, 8370, 12038, 10072, 11250, 7811, 11863, 8892, 11627, 11704, 10343, 11917, 10005, 12424, 9464, 12198, 7819, 12181, 11453, 11318, 11838, 11233, 12220, 10441, 12032, 9890, 11406, 9588, 12323, 9633, 12335, 9102, 12071, 8739, 12360, 8383, 12478, 7880, 12406, 9974, 11727, 8549, 11688, 11695, 11313, 12406, 9984, 11904, 9486, 11735, 9580, 12289, 8766, 12288, 7794, 12438, 7589, 11758, 9043, 11337, 12175, 9936, 11960, 9563, 11612, 9928, 12160, 9973, 11920, 9796, 11677, 9855, 12248, 9781, 12475, 8375, 12193, 9704, 11833, 8790, 11587, 11122, 11476, 13364, 10419, 13240, 9744, 11639, 9469, 12299, 9846, 12049, 9532, 11899, 10145, 11404, 9650, 12769, 10452, 13303, 9993, 9409, 10934, 8584, 12281, 10060, 12695, 9471, 12358, 9252, 11769, 9126, 11332, 9115, 11854, 8735, 11075, 7768, 12441, 8330, 12235, 8015, 12070, 7767, 12792, 8066, 12322, 8791, 11890, 8453, 12012, 9671, 11533, 13462, 9999, 11916, 9667, 12028, 9539, 12463, 9271, 12129, 8800, 12259, 8388, 12539, 8310, 12308, 12535, 10825, 13617, 10342, 12243, 9848, 12027, 9534, 11867, 9183, 11627, 8920, 12121, 8362, 12326, 9320, 11848, 14828, 10589, 13856, 10033, 12308, 10342, 12196, 10051, 10854, 9639, 10217, 9886, 11740, 9652, 12020, 9637, 12638, 9733, 12512, 9938, 12019, 9815, 12052, 9195, 11426, 9209, 11665, 8657, 11999, 8802, 11599, 8894, 12044, 8993, 12166, 8574, 12072, 9265, 11455, 8601, 11743, 8866, 12268, 8956, 12116, 10408, 10396, 10873, 11459, 9807, 11043, 10385, 13836, 10931, 13681, 10930, 11523, 10951, 9711, 11889, 9327, 12860, 8885, 13466, 9455, 13621, 10157, 13660, 10548, 13782, 10633, 13330, 10572, 13177, 10318, 13244, 10476, 13311, 10471, 13050, 10471, 12346, 9605, 12693, 10309, 13188, 10218, 12835, 10237, 12214, 9445, 12724, 9511, 12980, 8546, 12726, 8116, 11842, 13276, 10870, 12880, 10448, 11957, 9375, 12676, 8665, 13067, 7982, 13093, 8397, 12488, 8348, 12732, 12210, 11324, 13340, 10505, 12299, 9753, 13133, 9433, 13566, 9154, 13052, 8868, 13151, 8698, 13256, 8976, 13300, 8860, 12579, 8776, 13544, 8590, 13213, 8657, 12966, 8205, 13223, 9013, 12990, 10038, 12520, 8573, 13159, 8772, 13546, 9898, 12846, 8177, 13230, 8342, 13810, 8826, 13242, 8102, 13382, 8066, 14135, 8392, 13895, 8411, 13806, 8437, 14120, 8323, 13945, 8553, 13667, 8366, 13829, 8528, 13575, 8691, 13368, 8269, 13774, 8465, 14225, 8855, 13471, 8143, 14225, 8198, 14038, 9616, 13549, 8310, 13838, 9005, 14327, 9359, 13577, 9792, 13887, 10105, 14251, 10559, 14240, 10441, 13206, 10770, 13823, 11443, 13558, 11640, 9876, 12394, 8180, 14225, 8588, 14442, 8637, 14360, 9607, 13860, 10418, 14311, 12272, 12214, 12641, 9946, 13740, 10595, 12611, 11545, 15058, 11603, 16001, 10852, 16415, 12120, 14647, 9525, 11604, 10136, 10111, 10517, 10633, 10900, 10626, 11079, 8524, 12101, 8754, 12622, 9865, 11202, 12054, 11493, 11909, 11222, 11136, 10464, 12796, 10363, 13688, 10492, 10601, 10810, 9213, 11456, 10894, 11543, 11860, 10750, 9756, 10895, 9911, 11045, 10440, 11309, 12505, 11963, 9649, 12450, 11794, 13798, 8814, 8188, 11384, 13357, 9499, 12753, 9203, 12460, 8824, 12327, 8628, 12173, 8419, 12231, 8552, 11978, 8320, 12501, 8870, 12325, 9124, 12190, 9165, 11390, 8432, 11544, 8909, 11879, 8327, 11691, 8245, 11228, 8580, 10252, 9397, 10305, 10960, 9754, 11983, 9609, 10647, 9201, 12125, 9471, 12030, 9306, 12418, 9307, 11731, 8005, 12090, 8109, 11865, 11028, 10809, 11721, 9724, 12375, 9374, 12314, 9491, 12374, 9275, 12344, 9344, 12752, 8855, 12933, 8766, 13036, 8555, 12421, 8182, 12467, 8616, 12295, 10930, 11644, 9956, 10770, 11947, 10162, 13007, 9870, 12847, 9642, 12470, 8890, 13003, 8402, 12593, 8470, 12660, 8909, 12037, 8163, 12006, 9944, 11711, 12550, 10294, 13184, 9970, 12269, 9115, 12166, 8111, 12572, 8158, 12692, 10067, 11287, 9320, 10784, 11705, 10223, 13569, 9891, 12528, 9388, 12658, 8963, 12842, 8585, 13171, 8551, 12681, 7629, 12930, 8382, 12876, 9332, 12542, 8937, 11897, 9403, 11754, 11722, 11426, 13899, 10610, 12802, 9830, 12758, 9475, 12736, 9262, 12669, 8872, 12472, 8010, 12022, 7990, 12378, 12314, 12547, 10395, 11661, 9198, 11778, 9790, 12031, 10677, 11418, 8653, 11583, 9425, 11703, 13293, 10353, 13271, 9925, 12507, 8868, 12418, 8077, 12279, 11572, 11779, 8968, 11320, 10647, 10345, 13303, 10075, 12680, 9514, 12452, 7949, 12834, 8009, 12625, 10399, 11084, 11299, 10638, 13465, 10014, 13279, 9748, 12461, 9088, 12897, 8166, 13259, 8731, 12697, 8275, 11894, 14597, 11223, 15568, 10539, 14357, 9624, 12475, 9394, 12794, 9468, 12872, 9924, 12285, 9075, 12428, 8092, 12410, 8106, 12404, 8281, 11742, 10464, 11609, 14789, 10842, 13277, 10180, 12828, 10025, 12950, 10096, 12755, 9877, 12027, 9067, 12442, 8552, 12552, 8401, 12448, 7702, 12180, 7398, 12284, 8522, 12592, 8912, 11681, 8229, 12061, 11701, 11424, 14009, 10582, 12533, 9225, 12573, 9099, 12986, 8635, 12718, 8247, 12677, 7547, 12899, 8278, 13085, 8400, 12326, 9179, 12033, 12161, 11310, 13728, 10227, 12788, 9637, 13360, 9770, 13294, 9499, 12764, 8541, 12293, 8159, 12842, 7992, 13030, 8502, 13015, 8028, 12507, 7971, 12887, 9551, 12172, 15300, 10481, 14901, 9429, 12794, 9402, 12246, 8610, 11969, 8154, 11796, 8108, 12515, 8383, 12896, 8955, 11784, 7980, 11001, 13040, 9959, 12736, 9790, 11843, 8529, 11762, 7791, 12313, 8066, 12203, 8466, 11151, 8150, 11143, 11975, 10487, 13692, 10179, 12590, 9273, 12497, 8720, 12627, 8323, 13233, 8608, 12655, 8281, 12369, 8018, 12365, 8275, 12620, 13035, 11924, 8710, 13145, 8837, 13989, 10770, 11772, 11944, 8940, 13818, 9684, 14972, 9182, 13791, 9451, 14391, 11009, 14545, 9804, 13031, 8675, 12186, 9133, 12259, 9597, 12258, 9246, 11041, 9433, 11796, 9675, 13123, 9866, 13093, 9580, 10782, 9181, 12439, 9445, 12600, 9503, 12382, 9082, 11842, 8305, 12024], 'WindowCenter': [4561.0, 4555.0, 4510.0, 4515.0, 4492.0, 4513.0, 4482.0, 4499.0, 4511.0, 4499.0, 4487.0, 4487.0, 4506.0, 4490.0, 4514.0, 4503.0, 4513.0, 4478.0, 4498.0, 4478.0, 4508.0, 4479.0, 4523.0, 4501.0, 4488.0, 4496.0, 4488.0, 4498.0, 4479.0, 4499.0, 4468.0, 4497.0, 4467.0, 4498.0, 4499.0, 4489.0, 4497.0, 4489.0, 4498.0, 4488.0, 4499.0, 4468.0, 4513.0, 4482.0, 4501.0, 4519.0, 4507.0, 4514.0, 4506.0, 4500.0, 4480.0, 4499.0, 4480.0, 4497.0, 4480.0, 4510.0, 4479.0, 4499.0, 4480.0, 4509.0, 4509.0, 4500.0, 4508.0, 4485.0, 4497.0, 4475.0, 4499.0, 4479.0, 4498.0, 4467.0, 4495.0, 4467.0, 4496.0, 4498.0, 4479.0, 4498.0, 4474.0, 4496.0, 4466.0, 4495.0, 4467.0, 4488.0, 4497.0, 4474.0, 4486.0, 4463.0, 4484.0, 4466.0, 4496.0, 4495.0, 4488.0, 4506.0, 4478.0, 4493.0, 4475.0, 4496.0, 4454.0, 4485.0, 4465.0, 4485.0, 4494.0, 4487.0, 4498.0, 4467.0, 4497.0, 4454.0, 4486.0, 4494.0, 4476.0, 4495.0, 4465.0, 4495.0, 4455.0, 4486.0, 4496.0, 4488.0, 4498.0, 4476.0, 4499.0, 4476.0, 4519.0, 4474.0, 4485.0, 4507.0, 4486.0, 4508.0, 4476.0, 4508.0, 4479.0, 4510.0, 4474.0, 4507.0, 4467.0, 4507.0, 4479.0, 4520.0, 4480.0, 4522.0, 4482.0, 4512.0, 4466.0, 4508.0, 4520.0, 4500.0, 4508.0, 4486.0, 4507.0, 4484.0, 4493.0, 4474.0, 4497.0, 4477.0, 4484.0, 4463.0, 4481.0, 4451.0, 4482.0, 4450.0, 4494.0, 4464.0, 4481.0, 4452.0, 4480.0, 4452.0, 4483.0, 4451.0, 4483.0, 4494.0, 4473.0, 4485.0, 4463.0, 4483.0, 4453.0, 4483.0, 4453.0, 4485.0, 4464.0, 4484.0, 4462.0, 4474.0, 4482.0, 4473.0, 4480.0, 4474.0, 4496.0, 4474.0, 4496.0, 4466.0, 4495.0, 4466.0, 4498.0, 4469.0, 4496.0, 4466.0, 4497.0, 4466.0, 4497.0, 4498.0, 4502.0, 4499.0, 4488.0, 4498.0, 4478.0, 4498.0, 4477.0, 4508.0, 4488.0, 4498.0, 4490.0, 4508.0, 4478.0, 4497.0, 4476.0, 4510.0, 4469.0, 4509.0, 4468.0, 4509.0, 4467.0, 4508.0, 4487.0, 4499.0, 4499.0, 4497.0, 4497.0, 4498.0, 4506.0, 4488.0, 4494.0, 4478.0, 4495.0, 4475.0, 4507.0, 4466.0, 4509.0, 4468.0, 4497.0, 4475.0, 4487.0, 4495.0, 4487.0, 4499.0, 4478.0, 4498.0, 4468.0, 4509.0, 4468.0, 4498.0, 4510.0, 4487.0, 4498.0, 4489.0, 4507.0, 4478.0, 4510.0, 4470.0, 4510.0, 4509.0, 4498.0, 4508.0, 4488.0, 4497.0, 4478.0, 4499.0, 4465.0, 4497.0, 4466.0, 4498.0, 4507.0, 4488.0, 4509.0, 4487.0, 4499.0, 4477.0, 4507.0, 4480.0, 4511.0, 4480.0, 4510.0, 4469.0, 4511.0, 4490.0, 4510.0, 4509.0, 4499.0, 4510.0, 4490.0, 4510.0, 4491.0, 4510.0, 4482.0, 4511.0, 4479.0, 4509.0, 4470.0, 4508.0, 4510.0, 4499.0, 4509.0, 4487.0, 4498.0, 4475.0, 4495.0, 4467.0, 4497.0, 4466.0, 4497.0, 4486.0, 4488.0, 4496.0, 4488.0, 4509.0, 4489.0, 4497.0, 4480.0, 4508.0, 4468.0, 4510.0, 4467.0, 4511.0, 4510.0, 4499.0, 4509.0, 4490.0, 4497.0, 4488.0, 4500.0, 4478.0, 4497.0, 4479.0, 4508.0, 4467.0, 4506.0, 4468.0, 4510.0, 4466.0, 4509.0, 4469.0, 4511.0, 4511.0, 4502.0, 4509.0, 4490.0, 4509.0, 4490.0, 4510.0, 4478.0, 4510.0, 4470.0, 4499.0, 4468.0, 4510.0, 4498.0, 4501.0, 4509.0, 4490.0, 4500.0, 4490.0, 4500.0, 4490.0, 4500.0, 4481.0, 4511.0, 4479.0, 4508.0, 4468.0, 4509.0, 4500.0, 4500.0, 4510.0, 4488.0, 4509.0, 4488.0, 4498.0, 4489.0, 4497.0, 4477.0, 4498.0, 4477.0, 4498.0, 4468.0, 4497.0, 4467.0, 4500.0, 4468.0, 4500.0, 4468.0, 4500.0, 4489.0, 4500.0, 4511.0, 4489.0, 4498.0, 4479.0, 4508.0, 4490.0, 4497.0, 4479.0, 4511.0, 4469.0, 4512.0, 4469.0, 4511.0, 4467.0, 4511.0, 4510.0, 4499.0, 4510.0, 4490.0, 4499.0, 4491.0, 4510.0, 4490.0, 4512.0, 4490.0, 4511.0, 4480.0, 4509.0, 4468.0, 4509.0, 4479.0, 4508.0, 4487.0, 4499.0, 4469.0, 4509.0, 4489.0, 4512.0, 4514.0, 4502.0, 4512.0, 4501.0, 4510.0, 4492.0, 4511.0, 4471.0, 4513.0, 4500.0, 4500.0, 4499.0, 4497.0, 4499.0, 4499.0, 4509.0, 4490.0, 4499.0, 4490.0, 4510.0, 4491.0, 4511.0, 4492.0, 4510.0, 4479.0, 4510.0, 4480.0, 4510.0, 4469.0, 4511.0, 4491.0, 4513.0, 4480.0, 4509.0, 4498.0, 4500.0, 4509.0, 4490.0, 4498.0, 4489.0, 4500.0, 4488.0, 4500.0, 4477.0, 4498.0, 4468.0, 4508.0, 4468.0, 4499.0, 4479.0, 4500.0, 4499.0, 4490.0, 4498.0, 4491.0, 4510.0, 4499.0, 4510.0, 4503.0, 4510.0, 4502.0, 4512.0, 4503.0, 4512.0, 4490.0, 4509.0, 4482.0, 4510.0, 4491.0, 4511.0, 4478.0, 4497.0, 4498.0, 4499.0, 4507.0, 4489.0, 4508.0, 4476.0, 4498.0, 4488.0, 4497.0, 4488.0, 4498.0, 4489.0, 4511.0, 4502.0, 4500.0, 4491.0, 4526.0, 4524.0, 4524.0, 4503.0, 4504.0, 4514.0, 4505.0, 4536.0, 4518.0, 4527.0, 4506.0, 4512.0, 4494.0, 4513.0, 4494.0, 4503.0, 4478.0, 4498.0, 4493.0, 4502.0, 4464.0, 4508.0, 4479.0, 4496.0, 4468.0, 4497.0, 4467.0, 4507.0, 4471.0, 4511.0, 4493.0, 4513.0, 4482.0, 4510.0, 4489.0, 4513.0, 4522.0, 4491.0, 4502.0, 4492.0, 4498.0, 4488.0, 4511.0, 4491.0, 4510.0, 4478.0, 4497.0, 4467.0, 4510.0, 4467.0, 4509.0, 4512.0, 4501.0, 4509.0, 4489.0, 4499.0, 4490.0, 4499.0, 4491.0, 4511.0, 4490.0, 4501.0, 4480.0, 4509.0, 4466.0, 4511.0, 4492.0, 4509.0, 4518.0, 4489.0, 4509.0, 4489.0, 4511.0, 4513.0, 4511.0, 4491.0, 4500.0, 4502.0, 4502.0, 4504.0, 4510.0, 4491.0, 4512.0, 4493.0, 4512.0, 4490.0, 4510.0, 4490.0, 4498.0, 4490.0, 4496.0, 4478.0, 4487.0, 4477.0, 4488.0, 4468.0, 4496.0, 4479.0, 4499.0, 4478.0, 4497.0, 4477.0, 4498.0, 4468.0, 4499.0, 4476.0, 4497.0, 4464.0, 4496.0, 4467.0, 4497.0, 4477.0, 4522.0, 4514.0, 4488.0, 4484.0, 4470.0, 4463.0, 4472.0, 4502.0, 4505.0, 4485.0, 4484.0, 4472.0, 4468.0, 4469.0, 4465.0, 4482.0, 4461.0, 4490.0, 4449.0, 4489.0, 4460.0, 4505.0, 4472.0, 4494.0, 4485.0, 4495.0, 4485.0, 4494.0, 4487.0, 4496.0, 4476.0, 4496.0, 4475.0, 4495.0, 4475.0, 4498.0, 4485.0, 4484.0, 4464.0, 4494.0, 4476.0, 4495.0, 4485.0, 4492.0, 4476.0, 4484.0, 4475.0, 4496.0, 4472.0, 4495.0, 4462.0, 4496.0, 4451.0, 4484.0, 4492.0, 4483.0, 4492.0, 4473.0, 4481.0, 4464.0, 4493.0, 4461.0, 4494.0, 4466.0, 4506.0, 4464.0, 4495.0, 4468.0, 4507.0, 4496.0, 4498.0, 4509.0, 4499.0, 4497.0, 4477.0, 4507.0, 4476.0, 4507.0, 4477.0, 4495.0, 4466.0, 4496.0, 4466.0, 4510.0, 4477.0, 4497.0, 4463.0, 4492.0, 4464.0, 4506.0, 4465.0, 4494.0, 4463.0, 4494.0, 4465.0, 4494.0, 4464.0, 4505.0, 4475.0, 4496.0, 4466.0, 4505.0, 4466.0, 4506.0, 4474.0, 4498.0, 4464.0, 4507.0, 4467.0, 4519.0, 4479.0, 4509.0, 4465.0, 4509.0, 4466.0, 4518.0, 4476.0, 4509.0, 4467.0, 4505.0, 4478.0, 4518.0, 4479.0, 4518.0, 4475.0, 4505.0, 4466.0, 4506.0, 4478.0, 4505.0, 4465.0, 4505.0, 4462.0, 4506.0, 4463.0, 4505.0, 4475.0, 4507.0, 4464.0, 4507.0, 4478.0, 4517.0, 4486.0, 4506.0, 4475.0, 4506.0, 4477.0, 4516.0, 4485.0, 4505.0, 4487.0, 4505.0, 4486.0, 4515.0, 4497.0, 4517.0, 4499.0, 4505.0, 4496.0, 4519.0, 4510.0, 4519.0, 4498.0, 4487.0, 4506.0, 4478.0, 4520.0, 4490.0, 4533.0, 4481.0, 4521.0, 4488.0, 4521.0, 4497.0, 4532.0, 4523.0, 4509.0, 4512.0, 4490.0, 4521.0, 4504.0, 4511.0, 4510.0, 4530.0, 4502.0, 4516.0, 4491.0, 4521.0, 4486.0, 4495.0, 4463.0, 4473.0, 4465.0, 4463.0, 4474.0, 4473.0, 4485.0, 4485.0, 4485.0, 4467.0, 4497.0, 4468.0, 4500.0, 4491.0, 4523.0, 4509.0, 4499.0, 4494.0, 4486.0, 4486.0, 4487.0, 4494.0, 4477.0, 4493.0, 4489.0, 4474.0, 4486.0, 4466.0, 4509.0, 4499.0, 4499.0, 4497.0, 4489.0, 4474.0, 4485.0, 4474.0, 4485.0, 4486.0, 4487.0, 4510.0, 4501.0, 4490.0, 4499.0, 4499.0, 4508.0, 4479.0, 4470.0, 4489.0, 4496.0, 4466.0, 4485.0, 4467.0, 4487.0, 4468.0, 4498.0, 4456.0, 4475.0, 4439.0, 4474.0, 4441.0, 4460.0, 4438.0, 4467.0, 4441.0, 4471.0, 4441.0, 4471.0, 4435.0, 4459.0, 4429.0, 4455.0, 4439.0, 4457.0, 4428.0, 4457.0, 4427.0, 4459.0, 4427.0, 4448.0, 4438.0, 4462.0, 4483.0, 4458.0, 4467.0, 4460.0, 4459.0, 4451.0, 4481.0, 4464.0, 4484.0, 4466.0, 4485.0, 4466.0, 4485.0, 4456.0, 4487.0, 4455.0, 4486.0, 4486.0, 4485.0, 4483.0, 4475.0, 4495.0, 4467.0, 4494.0, 4475.0, 4496.0, 4476.0, 4498.0, 4479.0, 4499.0, 4477.0, 4510.0, 4480.0, 4510.0, 4470.0, 4498.0, 4470.0, 4500.0, 4469.0, 4500.0, 4488.0, 4498.0, 4490.0, 4501.0, 4500.0, 4492.0, 4511.0, 4491.0, 4510.0, 4488.0, 4511.0, 4482.0, 4508.0, 4480.0, 4508.0, 4479.0, 4513.0, 4480.0, 4510.0, 4482.0, 4511.0, 4489.0, 4513.0, 4512.0, 4502.0, 4512.0, 4491.0, 4512.0, 4493.0, 4508.0, 4472.0, 4511.0, 4470.0, 4510.0, 4491.0, 4498.0, 4489.0, 4502.0, 4510.0, 4503.0, 4523.0, 4500.0, 4523.0, 4495.0, 4524.0, 4494.0, 4519.0, 4490.0, 4525.0, 4493.0, 4524.0, 4473.0, 4521.0, 4479.0, 4524.0, 4494.0, 4523.0, 4494.0, 4511.0, 4494.0, 4524.0, 4514.0, 4513.0, 4536.0, 4502.0, 4524.0, 4516.0, 4522.0, 4500.0, 4522.0, 4494.0, 4522.0, 4493.0, 4513.0, 4472.0, 4512.0, 4471.0, 4512.0, 4512.0, 4508.0, 4491.0, 4500.0, 4491.0, 4510.0, 4488.0, 4511.0, 4502.0, 4512.0, 4482.0, 4512.0, 4492.0, 4511.0, 4524.0, 4502.0, 4523.0, 4503.0, 4510.0, 4491.0, 4509.0, 4467.0, 4507.0, 4499.0, 4498.0, 4479.0, 4500.0, 4490.0, 4490.0, 4510.0, 4490.0, 4510.0, 4489.0, 4511.0, 4470.0, 4508.0, 4478.0, 4513.0, 4500.0, 4501.0, 4498.0, 4500.0, 4519.0, 4501.0, 4521.0, 4502.0, 4513.0, 4490.0, 4522.0, 4481.0, 4525.0, 4484.0, 4521.0, 4482.0, 4509.0, 4520.0, 4501.0, 4532.0, 4502.0, 4521.0, 4489.0, 4506.0, 4491.0, 4512.0, 4504.0, 4521.0, 4504.0, 4511.0, 4492.0, 4510.0, 4471.0, 4512.0, 4484.0, 4510.0, 4471.0, 4501.0, 4487.0, 4500.0, 4519.0, 4500.0, 4508.0, 4490.0, 4506.0, 4487.0, 4507.0, 4491.0, 4509.0, 4490.0, 4497.0, 4479.0, 4494.0, 4479.0, 4510.0, 4468.0, 4499.0, 4456.0, 4499.0, 4458.0, 4496.0, 4478.0, 4511.0, 4478.0, 4499.0, 4466.0, 4508.0, 4497.0, 4499.0, 4517.0, 4501.0, 4497.0, 4478.0, 4498.0, 4479.0, 4507.0, 4476.0, 4496.0, 4464.0, 4503.0, 4454.0, 4506.0, 4477.0, 4505.0, 4464.0, 4509.0, 4476.0, 4506.0, 4509.0, 4498.0, 4517.0, 4488.0, 4508.0, 4487.0, 4509.0, 4486.0, 4509.0, 4487.0, 4509.0, 4466.0, 4494.0, 4465.0, 4498.0, 4464.0, 4505.0, 4493.0, 4522.0, 4469.0, 4507.0, 4467.0, 4509.0, 4490.0, 4508.0, 4517.0, 4487.0, 4514.0, 4475.0, 4494.0, 4474.0, 4494.0, 4464.0, 4497.0, 4453.0, 4494.0, 4454.0, 4496.0, 4465.0, 4506.0, 4479.0, 4497.0, 4466.0, 4485.0, 4497.0, 4477.0, 4496.0, 4475.0, 4497.0, 4465.0, 4494.0, 4458.0, 4496.0, 4466.0, 4499.0, 4467.0, 4487.0, 4466.0, 4496.0, 4498.0, 4487.0, 4519.0, 4488.0, 4499.0, 4476.0, 4498.0, 4478.0, 4497.0, 4469.0, 4506.0, 4478.0, 4503.0, 4466.0, 4494.0, 4468.0, 4497.0, 4477.0, 4523.0, 4512.0, 4511.0, 4478.0, 4523.0, 4479.0, 4517.0, 4502.0, 4508.0, 4523.0, 4503.0, 4524.0, 4494.0, 4523.0, 4481.0, 4511.0, 4481.0, 4521.0, 4490.0, 4509.0, 4478.0, 4497.0, 4463.0, 4485.0, 4465.0, 4484.0, 4474.0, 4486.0, 4465.0, 4485.0, 4477.0, 4497.0, 4479.0, 4522.0, 4489.0, 4507.0, 4490.0, 4502.0, 4477.0, 4498.0, 4478.0, 4499.0, 4480.0, 4495.0, 4469.0, 4495.0, 4468.0, 4498.0], 'WindowWidth': [10032.0, 10009.0, 9938.0, 9936.0, 9900.0, 9925.0, 9882.0, 9904.0, 9918.0, 9902.0, 9881.0, 9882.0, 9906.0, 9890.0, 9931.0, 9916.0, 9931.0, 9872.0, 9896.0, 9872.0, 9914.0, 9876.0, 9942.0, 9906.0, 9886.0, 9894.0, 9883.0, 9898.0, 9872.0, 9900.0, 9856.0, 9894.0, 9852.0, 9898.0, 9898.0, 9886.0, 9895.0, 9886.0, 9897.0, 9884.0, 9900.0, 9858.0, 9925.0, 9883.0, 9907.0, 9931.0, 9925.0, 9931.0, 9922.0, 9905.0, 9874.0, 9898.0, 9874.0, 9894.0, 9873.0, 9915.0, 9871.0, 9900.0, 9876.0, 9913.0, 9911.0, 9901.0, 9910.0, 9874.0, 9892.0, 9860.0, 9900.0, 9871.0, 9895.0, 9851.0, 9890.0, 9850.0, 9891.0, 9899.0, 9871.0, 9895.0, 9860.0, 9889.0, 9848.0, 9887.0, 9853.0, 9883.0, 9895.0, 9860.0, 9875.0, 9842.0, 9873.0, 9850.0, 9891.0, 9888.0, 9884.0, 9907.0, 9868.0, 9884.0, 9862.0, 9891.0, 9831.0, 9874.0, 9846.0, 9874.0, 9886.0, 9880.0, 9897.0, 9851.0, 9892.0, 9830.0, 9876.0, 9885.0, 9864.0, 9890.0, 9848.0, 9889.0, 9832.0, 9877.0, 9891.0, 9885.0, 9897.0, 9866.0, 9901.0, 9868.0, 9930.0, 9861.0, 9877.0, 9910.0, 9882.0, 9913.0, 9868.0, 9912.0, 9877.0, 9920.0, 9863.0, 9908.0, 9855.0, 9910.0, 9876.0, 9934.0, 9878.0, 9943.0, 9883.0, 9921.0, 9852.0, 9911.0, 9934.0, 9905.0, 9914.0, 9879.0, 9907.0, 9875.0, 9886.0, 9859.0, 9896.0, 9868.0, 9874.0, 9843.0, 9864.0, 9822.0, 9864.0, 9820.0, 9885.0, 9845.0, 9866.0, 9825.0, 9861.0, 9824.0, 9868.0, 9824.0, 9870.0, 9889.0, 9859.0, 9874.0, 9843.0, 9869.0, 9829.0, 9869.0, 9826.0, 9876.0, 9844.0, 9872.0, 9840.0, 9856.0, 9867.0, 9856.0, 9864.0, 9862.0, 9891.0, 9860.0, 9889.0, 9850.0, 9888.0, 9850.0, 9897.0, 9863.0, 9896.0, 9853.0, 9894.0, 9851.0, 9896.0, 9897.0, 9912.0, 9903.0, 9886.0, 9897.0, 9870.0, 9898.0, 9869.0, 9912.0, 9888.0, 9899.0, 9890.0, 9911.0, 9871.0, 9896.0, 9867.0, 9917.0, 9862.0, 9916.0, 9857.0, 9913.0, 9855.0, 9913.0, 9885.0, 9902.0, 9900.0, 9897.0, 9896.0, 9897.0, 9908.0, 9886.0, 9891.0, 9872.0, 9891.0, 9865.0, 9911.0, 9855.0, 9915.0, 9857.0, 9896.0, 9865.0, 9881.0, 9893.0, 9884.0, 9901.0, 9872.0, 9901.0, 9859.0, 9916.0, 9860.0, 9901.0, 9920.0, 9886.0, 9900.0, 9889.0, 9911.0, 9871.0, 9918.0, 9863.0, 9919.0, 9916.0, 9899.0, 9913.0, 9884.0, 9897.0, 9872.0, 9903.0, 9852.0, 9897.0, 9853.0, 9899.0, 9910.0, 9887.0, 9917.0, 9885.0, 9900.0, 9871.0, 9910.0, 9876.0, 9923.0, 9881.0, 9919.0, 9861.0, 9920.0, 9891.0, 9919.0, 9919.0, 9906.0, 9921.0, 9894.0, 9918.0, 9894.0, 9919.0, 9883.0, 9922.0, 9877.0, 9917.0, 9864.0, 9913.0, 9919.0, 9904.0, 9918.0, 9885.0, 9899.0, 9864.0, 9891.0, 9853.0, 9897.0, 9853.0, 9896.0, 9879.0, 9882.0, 9894.0, 9885.0, 9914.0, 9888.0, 9898.0, 9876.0, 9913.0, 9859.0, 9916.0, 9859.0, 9921.0, 9919.0, 9902.0, 9915.0, 9889.0, 9897.0, 9886.0, 9904.0, 9873.0, 9897.0, 9872.0, 9912.0, 9855.0, 9910.0, 9859.0, 9916.0, 9855.0, 9915.0, 9862.0, 9921.0, 9921.0, 9910.0, 9918.0, 9893.0, 9916.0, 9891.0, 9918.0, 9875.0, 9919.0, 9863.0, 9903.0, 9858.0, 9917.0, 9901.0, 9905.0, 9918.0, 9890.0, 9904.0, 9891.0, 9903.0, 9890.0, 9905.0, 9881.0, 9921.0, 9874.0, 9914.0, 9859.0, 9915.0, 9904.0, 9904.0, 9919.0, 9885.0, 9915.0, 9884.0, 9899.0, 9886.0, 9897.0, 9869.0, 9897.0, 9866.0, 9897.0, 9856.0, 9895.0, 9854.0, 9902.0, 9857.0, 9902.0, 9857.0, 9902.0, 9887.0, 9903.0, 9920.0, 9890.0, 9899.0, 9874.0, 9913.0, 9889.0, 9897.0, 9875.0, 9921.0, 9862.0, 9921.0, 9860.0, 9919.0, 9858.0, 9919.0, 9919.0, 9903.0, 9919.0, 9889.0, 9903.0, 9892.0, 9917.0, 9891.0, 9923.0, 9890.0, 9918.0, 9874.0, 9916.0, 9859.0, 9915.0, 9876.0, 9914.0, 9884.0, 9901.0, 9861.0, 9916.0, 9889.0, 9925.0, 9930.0, 9913.0, 9926.0, 9910.0, 9921.0, 9897.0, 9921.0, 9867.0, 9925.0, 9904.0, 9904.0, 9902.0, 9897.0, 9902.0, 9902.0, 9916.0, 9891.0, 9902.0, 9890.0, 9917.0, 9892.0, 9920.0, 9896.0, 9919.0, 9876.0, 9919.0, 9878.0, 9917.0, 9862.0, 9922.0, 9895.0, 9925.0, 9877.0, 9915.0, 9900.0, 9903.0, 9916.0, 9891.0, 9900.0, 9889.0, 9903.0, 9887.0, 9902.0, 9870.0, 9900.0, 9858.0, 9914.0, 9858.0, 9900.0, 9873.0, 9901.0, 9902.0, 9890.0, 9901.0, 9892.0, 9919.0, 9905.0, 9918.0, 9913.0, 9923.0, 9911.0, 9925.0, 9912.0, 9924.0, 9892.0, 9918.0, 9883.0, 9919.0, 9892.0, 9921.0, 9870.0, 9895.0, 9897.0, 9900.0, 9912.0, 9887.0, 9913.0, 9869.0, 9899.0, 9885.0, 9896.0, 9885.0, 9899.0, 9890.0, 9923.0, 9911.0, 9902.0, 9895.0, 9949.0, 9950.0, 9943.0, 9912.0, 9917.0, 9931.0, 9922.0, 9968.0, 9941.0, 9952.0, 9920.0, 9927.0, 9901.0, 9927.0, 9903.0, 9912.0, 9871.0, 9898.0, 9901.0, 9909.0, 9849.0, 9911.0, 9873.0, 9894.0, 9855.0, 9896.0, 9856.0, 9911.0, 9865.0, 9921.0, 9898.0, 9927.0, 9882.0, 9920.0, 9889.0, 9925.0, 9940.0, 9895.0, 9910.0, 9894.0, 9899.0, 9887.0, 9920.0, 9894.0, 9919.0, 9871.0, 9895.0, 9855.0, 9915.0, 9856.0, 9915.0, 9923.0, 9907.0, 9916.0, 9887.0, 9901.0, 9891.0, 9901.0, 9892.0, 9920.0, 9892.0, 9905.0, 9876.0, 9915.0, 9855.0, 9919.0, 9895.0, 9915.0, 9927.0, 9887.0, 9915.0, 9887.0, 9922.0, 9933.0, 9925.0, 9893.0, 9907.0, 9915.0, 9910.0, 9913.0, 9918.0, 9895.0, 9925.0, 9899.0, 9924.0, 9892.0, 9917.0, 9890.0, 9902.0, 9889.0, 9896.0, 9869.0, 9880.0, 9867.0, 9881.0, 9855.0, 9894.0, 9871.0, 9899.0, 9869.0, 9894.0, 9867.0, 9897.0, 9856.0, 9900.0, 9864.0, 9895.0, 9846.0, 9890.0, 9851.0, 9892.0, 9868.0, 9943.0, 9934.0, 9888.0, 9872.0, 9846.0, 9839.0, 9852.0, 9911.0, 9907.0, 9874.0, 9869.0, 9853.0, 9842.0, 9844.0, 9846.0, 9866.0, 9834.0, 9875.0, 9818.0, 9872.0, 9836.0, 9904.0, 9854.0, 9886.0, 9875.0, 9887.0, 9876.0, 9886.0, 9882.0, 9891.0, 9863.0, 9889.0, 9860.0, 9886.0, 9861.0, 9897.0, 9876.0, 9870.0, 9844.0, 9885.0, 9864.0, 9888.0, 9876.0, 9882.0, 9864.0, 9873.0, 9862.0, 9888.0, 9855.0, 9893.0, 9842.0, 9890.0, 9825.0, 9872.0, 9882.0, 9869.0, 9883.0, 9857.0, 9866.0, 9845.0, 9882.0, 9839.0, 9887.0, 9852.0, 9907.0, 9849.0, 9892.0, 9857.0, 9910.0, 9894.0, 9899.0, 9916.0, 9901.0, 9896.0, 9869.0, 9908.0, 9866.0, 9910.0, 9868.0, 9892.0, 9850.0, 9891.0, 9849.0, 9917.0, 9868.0, 9894.0, 9846.0, 9883.0, 9847.0, 9905.0, 9852.0, 9889.0, 9845.0, 9887.0, 9848.0, 9886.0, 9848.0, 9904.0, 9863.0, 9891.0, 9852.0, 9904.0, 9852.0, 9907.0, 9863.0, 9896.0, 9850.0, 9911.0, 9858.0, 9930.0, 9874.0, 9914.0, 9854.0, 9914.0, 9856.0, 9928.0, 9869.0, 9915.0, 9857.0, 9907.0, 9873.0, 9929.0, 9878.0, 9926.0, 9865.0, 9904.0, 9853.0, 9907.0, 9874.0, 9904.0, 9850.0, 9904.0, 9842.0, 9904.0, 9848.0, 9907.0, 9866.0, 9909.0, 9849.0, 9910.0, 9872.0, 9926.0, 9882.0, 9910.0, 9866.0, 9907.0, 9869.0, 9922.0, 9881.0, 9908.0, 9885.0, 9907.0, 9882.0, 9922.0, 9901.0, 9926.0, 9902.0, 9905.0, 9897.0, 9929.0, 9921.0, 9932.0, 9901.0, 9884.0, 9908.0, 9872.0, 9933.0, 9894.0, 9955.0, 9878.0, 9934.0, 9887.0, 9933.0, 9899.0, 9958.0, 9945.0, 9918.0, 9924.0, 9891.0, 9937.0, 9913.0, 9921.0, 9921.0, 9949.0, 9907.0, 9922.0, 9891.0, 9935.0, 9878.0, 9885.0, 9840.0, 9853.0, 9844.0, 9839.0, 9855.0, 9857.0, 9877.0, 9875.0, 9876.0, 9853.0, 9894.0, 9855.0, 9901.0, 9892.0, 9944.0, 9917.0, 9904.0, 9891.0, 9878.0, 9878.0, 9879.0, 9887.0, 9864.0, 9887.0, 9885.0, 9859.0, 9877.0, 9849.0, 9918.0, 9904.0, 9899.0, 9895.0, 9884.0, 9861.0, 9875.0, 9861.0, 9878.0, 9881.0, 9881.0, 9918.0, 9907.0, 9890.0, 9902.0, 9898.0, 9909.0, 9870.0, 9857.0, 9883.0, 9888.0, 9846.0, 9871.0, 9850.0, 9876.0, 9852.0, 9896.0, 9831.0, 9858.0, 9802.0, 9853.0, 9802.0, 9828.0, 9796.0, 9836.0, 9802.0, 9843.0, 9802.0, 9843.0, 9791.0, 9823.0, 9783.0, 9814.0, 9795.0, 9819.0, 9780.0, 9819.0, 9777.0, 9823.0, 9777.0, 9808.0, 9795.0, 9837.0, 9870.0, 9830.0, 9838.0, 9833.0, 9828.0, 9821.0, 9860.0, 9842.0, 9867.0, 9848.0, 9872.0, 9848.0, 9873.0, 9834.0, 9877.0, 9831.0, 9875.0, 9875.0, 9873.0, 9869.0, 9859.0, 9887.0, 9852.0, 9884.0, 9862.0, 9889.0, 9863.0, 9893.0, 9871.0, 9896.0, 9867.0, 9913.0, 9875.0, 9915.0, 9860.0, 9895.0, 9857.0, 9899.0, 9857.0, 9900.0, 9883.0, 9896.0, 9886.0, 9904.0, 9902.0, 9891.0, 9916.0, 9891.0, 9916.0, 9885.0, 9918.0, 9880.0, 9912.0, 9876.0, 9914.0, 9874.0, 9923.0, 9876.0, 9916.0, 9879.0, 9919.0, 9887.0, 9922.0, 9922.0, 9908.0, 9922.0, 9894.0, 9921.0, 9896.0, 9913.0, 9868.0, 9920.0, 9863.0, 9918.0, 9891.0, 9899.0, 9888.0, 9908.0, 9916.0, 9911.0, 9937.0, 9906.0, 9939.0, 9904.0, 9941.0, 9901.0, 9930.0, 9894.0, 9944.0, 9897.0, 9941.0, 9871.0, 9934.0, 9877.0, 9942.0, 9902.0, 9940.0, 9902.0, 9924.0, 9902.0, 9941.0, 9928.0, 9928.0, 9961.0, 9913.0, 9944.0, 9937.0, 9940.0, 9908.0, 9939.0, 9903.0, 9939.0, 9898.0, 9926.0, 9868.0, 9923.0, 9865.0, 9923.0, 9922.0, 9915.0, 9892.0, 9904.0, 9894.0, 9917.0, 9886.0, 9921.0, 9910.0, 9922.0, 9883.0, 9923.0, 9896.0, 9924.0, 9943.0, 9913.0, 9940.0, 9912.0, 9921.0, 9894.0, 9918.0, 9859.0, 9913.0, 9901.0, 9899.0, 9873.0, 9902.0, 9888.0, 9890.0, 9917.0, 9892.0, 9916.0, 9888.0, 9919.0, 9865.0, 9913.0, 9874.0, 9924.0, 9905.0, 9907.0, 9901.0, 9907.0, 9931.0, 9910.0, 9935.0, 9911.0, 9924.0, 9893.0, 9937.0, 9882.0, 9945.0, 9889.0, 9935.0, 9881.0, 9917.0, 9933.0, 9906.0, 9951.0, 9908.0, 9933.0, 9889.0, 9910.0, 9892.0, 9924.0, 9917.0, 9939.0, 9917.0, 9921.0, 9895.0, 9919.0, 9866.0, 9926.0, 9888.0, 9918.0, 9865.0, 9906.0, 9883.0, 9902.0, 9931.0, 9904.0, 9913.0, 9890.0, 9908.0, 9883.0, 9912.0, 9893.0, 9915.0, 9891.0, 9897.0, 9872.0, 9891.0, 9873.0, 9918.0, 9858.0, 9901.0, 9839.0, 9899.0, 9844.0, 9893.0, 9873.0, 9919.0, 9872.0, 9899.0, 9854.0, 9911.0, 9897.0, 9902.0, 9926.0, 9907.0, 9897.0, 9872.0, 9897.0, 9876.0, 9912.0, 9868.0, 9894.0, 9849.0, 9901.0, 9837.0, 9909.0, 9870.0, 9907.0, 9849.0, 9912.0, 9867.0, 9908.0, 9916.0, 9901.0, 9925.0, 9888.0, 9914.0, 9885.0, 9914.0, 9882.0, 9916.0, 9884.0, 9916.0, 9853.0, 9889.0, 9850.0, 9898.0, 9851.0, 9908.0, 9900.0, 9939.0, 9862.0, 9911.0, 9857.0, 9915.0, 9891.0, 9913.0, 9925.0, 9882.0, 9919.0, 9864.0, 9889.0, 9863.0, 9890.0, 9849.0, 9894.0, 9833.0, 9887.0, 9836.0, 9894.0, 9853.0, 9908.0, 9872.0, 9895.0, 9852.0, 9879.0, 9896.0, 9868.0, 9893.0, 9865.0, 9894.0, 9851.0, 9888.0, 9843.0, 9893.0, 9852.0, 9899.0, 9854.0, 9881.0, 9852.0, 9894.0, 9897.0, 9883.0, 9928.0, 9885.0, 9900.0, 9869.0, 9897.0, 9871.0, 9894.0, 9860.0, 9908.0, 9871.0, 9902.0, 9853.0, 9890.0, 9857.0, 9895.0, 9872.0, 9941.0, 9923.0, 9919.0, 9872.0, 9937.0, 9874.0, 9924.0, 9909.0, 9916.0, 9942.0, 9917.0, 9942.0, 9898.0, 9937.0, 9878.0, 9919.0, 9877.0, 9935.0, 9890.0, 9912.0, 9869.0, 9892.0, 9844.0, 9873.0, 9846.0, 9873.0, 9859.0, 9876.0, 9848.0, 9875.0, 9866.0, 9892.0, 9870.0, 9938.0, 9890.0, 9909.0, 9895.0, 9908.0, 9869.0, 9896.0, 9869.0, 9898.0, 9874.0, 9890.0, 9856.0, 9888.0, 9854.0, 9895.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.0017812964426877468</td></tr>
<tr><td colspan=3>aqi</td><td>0.07038870308300395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.84870308564078</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1300061301740514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.926354775166139</td></tr>
<tr><td colspan=3>efc</td><td>0.4809</td></tr>
<tr><td colspan=3>fber</td><td>9132.7871</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10718965770837528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.853754940711463</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4687096225887877</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.399942397326369</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7349198438853386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2712666265546546</td></tr>
<tr><td colspan=3>gcor</td><td>0.00571702</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008057867176830769</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.047875888645648956</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.198905703809073</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>18.2899</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8701</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.2927</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295529.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.303</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.214</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.9064</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3683.6982</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.8538</td></tr>
<tr><td colspan=3>tsnr</td><td>29.419064599322155</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>