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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:46:52.067500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997542, -0.0577526, -0.0396806, 0.0634592, 0.984731, 0.162105]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0883405</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7823, -7221, 243, -116, 94, -34, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9448fbfe-3f1a-4dc3-92cf-0b5e5b0a55a4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763322353363037, 0.17025645077228546, -0.08022439479827881, 104.37065124511719], [0.15494608879089355, 2.641960859298706, 0.44340771436691284, -107.15530395507812], [-0.10646027326583862, -0.43491700291633606, 2.66213321685791, -38.309051513671875], [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': ['184652.067500', '184652.527500', '184652.987500', '184653.447500', '184653.907500', '184654.367500', '184654.827500', '184655.287500', '184655.747500', '184656.207500', '184656.667500', '184657.127500', '184657.587500', '184658.047500', '184658.507500', '184658.967500', '184659.427500', '184659.887500', '184700.347500', '184700.807500', '184701.267500', '184701.727500', '184702.187500', '184702.647500', '184703.107500', '184703.567500', '184704.027500', '184704.487500', '184704.947500', '184705.407500', '184705.867500', '184706.327500', '184706.787500', '184707.247500', '184707.707500', '184708.167500', '184708.627500', '184709.087500', '184709.547500', '184710.007500', '184710.467500', '184710.927500', '184711.387500', '184711.847500', '184712.307500', '184712.767500', '184713.227500', '184713.687500', '184714.147500', '184714.607500', '184715.067500', '184715.527500', '184715.987500', '184716.447500', '184716.907500', '184717.367500', '184717.827500', '184718.287500', '184718.747500', '184719.207500', '184719.667500', '184720.127500', '184720.587500', '184721.047500', '184721.507500', '184721.967500', '184722.427500', '184722.887500', '184723.347500', '184723.807500', '184724.267500', '184724.727500', '184725.187500', '184725.647500', '184726.107500', '184726.567500', '184727.027500', '184727.487500', '184727.947500', '184728.407500', '184728.867500', '184729.327500', '184729.787500', '184730.247500', '184730.707500', '184731.167500', '184731.627500', '184732.087500', '184732.547500', '184733.007500', '184733.467500', '184733.927500', '184734.387500', '184734.847500', '184735.307500', '184735.767500', '184736.227500', '184736.687500', '184737.147500', '184737.607500', '184738.067500', '184738.527500', '184738.987500', '184739.447500', '184739.907500', '184740.367500', '184740.827500', '184741.287500', '184741.747500', '184742.207500', '184742.667500', '184743.127500', '184743.587500', '184744.047500', '184744.507500', '184744.967500', '184745.427500', '184745.887500', '184746.347500', '184746.807500', '184747.267500', '184747.727500', '184748.187500', '184748.647500', '184749.107500', '184749.567500', '184750.027500', '184750.487500', '184750.947500', '184751.407500', '184751.867500', '184752.327500', '184752.787500', '184753.247500', '184753.707500', '184754.167500', '184754.627500', '184755.087500', '184755.547500', '184756.007500', '184756.467500', '184756.927500', '184757.387500', '184757.847500', '184758.307500', '184758.767500', '184759.227500', '184759.687500', '184800.147500', '184800.607500', '184801.067500', '184801.527500', '184801.987500', '184802.447500', '184802.907500', '184803.367500', '184803.827500', '184804.287500', '184804.747500', '184805.207500', '184805.667500', '184806.127500', '184806.587500', '184807.047500', '184807.507500', '184807.967500', '184808.427500', '184808.887500', '184809.347500', '184809.807500', '184810.267500', '184810.727500', '184811.187500', '184811.647500', '184812.107500', '184812.567500', '184813.027500', '184813.487500', '184813.947500', '184814.407500', '184814.867500', '184815.327500', '184815.787500', '184816.247500', '184816.707500', '184817.167500', '184817.627500', '184818.087500', '184818.547500', '184819.007500', '184819.467500', '184819.927500', '184820.387500', '184820.847500', '184821.307500', '184821.767500', '184822.227500', '184822.687500', '184823.147500', '184823.607500', '184824.067500', '184824.527500', '184824.987500', '184825.447500', '184825.907500', '184826.367500', '184826.827500', '184827.287500', '184827.747500', '184828.207500', '184828.667500', '184829.127500', '184829.587500', '184830.047500', '184830.507500', '184830.967500', '184831.427500', '184831.887500', '184832.347500', '184832.807500', '184833.267500', '184833.727500', '184834.187500', '184834.647500', '184835.107500', '184835.567500', '184836.027500', '184836.487500', '184836.947500', '184837.407500', '184837.867500', '184838.327500', '184838.787500', '184839.247500', '184839.707500', '184840.167500', '184840.627500', '184841.087500', '184841.547500', '184842.007500', '184842.467500', '184842.927500', '184843.387500', '184843.847500', '184844.307500', '184844.767500', '184845.227500', '184845.687500', '184846.147500', '184846.607500', '184847.067500', '184847.527500', '184847.987500', '184848.447500', '184848.907500', '184849.367500', '184849.827500', '184850.287500', '184850.747500', '184851.207500', '184851.667500', '184852.127500', '184852.587500', '184853.047500', '184853.507500', '184853.967500', '184854.427500', '184854.887500', '184855.347500', '184855.807500', '184856.267500', '184856.727500', '184857.187500', '184857.647500', '184858.107500', '184858.567500', '184859.027500', '184859.487500', '184859.947500', '184900.407500', '184900.867500', '184901.327500', '184901.787500', '184902.247500', '184902.707500', '184903.167500', '184903.627500', '184904.087500', '184904.547500', '184905.007500', '184905.467500', '184905.927500', '184906.387500', '184906.847500', '184907.307500', '184907.767500', '184908.227500', '184908.687500', '184909.147500', '184909.607500', '184910.067500', '184910.527500', '184910.987500', '184911.447500', '184911.907500', '184912.367500', '184912.827500', '184913.287500', '184913.747500', '184914.207500', '184914.667500', '184915.127500', '184915.587500', '184916.047500', '184916.507500', '184916.967500', '184917.427500', '184917.887500', '184918.347500', '184918.807500', '184919.267500', '184919.727500', '184920.187500', '184920.647500', '184921.107500', '184921.567500', '184922.027500', '184922.487500', '184922.947500', '184923.407500', '184923.867500', '184924.327500', '184924.787500', '184925.247500', '184925.707500', '184926.167500', '184926.627500', '184927.087500', '184927.547500', '184928.007500', '184928.467500', '184928.927500', '184929.387500', '184929.847500', '184930.307500', '184930.767500', '184931.227500', '184931.687500', '184932.147500', '184932.607500', '184933.067500', '184933.527500', '184933.987500', '184934.447500', '184934.907500', '184935.367500', '184935.827500', '184936.287500', '184936.747500', '184937.207500', '184937.667500', '184938.127500', '184938.587500', '184939.047500', '184939.507500', '184939.967500', '184940.427500', '184940.887500', '184941.347500', '184941.807500', '184942.267500', '184942.727500', '184943.187500', '184943.647500', '184944.107500', '184944.567500', '184945.027500', '184945.487500', '184945.947500', '184946.407500', '184946.867500', '184947.327500', '184947.787500', '184948.247500', '184948.707500', '184949.167500', '184949.627500', '184950.087500', '184950.547500', '184951.007500', '184951.467500', '184951.927500', '184952.387500', '184952.847500', '184953.307500', '184953.767500', '184954.227500', '184954.687500', '184955.147500', '184955.607500', '184956.067500', '184956.527500', '184956.987500', '184957.447500', '184957.907500', '184958.367500', '184958.827500', '184959.287500', '184959.747500', '185000.207500', '185000.667500', '185001.127500', '185001.587500', '185002.047500', '185002.507500', '185002.967500', '185003.427500', '185003.887500', '185004.347500', '185004.807500', '185005.267500', '185005.727500', '185006.187500', '185006.647500', '185007.107500', '185007.567500', '185008.027500', '185008.487500', '185008.947500', '185009.407500', '185009.867500', '185010.327500', '185010.787500', '185011.247500', '185011.707500', '185012.167500', '185012.627500', '185013.087500', '185013.547500', '185014.007500', '185014.467500', '185014.927500', '185015.387500', '185015.847500', '185016.307500', '185016.767500', '185017.227500', '185017.687500', '185018.147500', '185018.607500', '185019.067500', '185019.527500', '185019.987500', '185020.447500', '185020.907500', '185021.367500', '185021.827500', '185022.287500', '185022.747500', '185023.207500', '185023.667500', '185024.127500', '185024.587500', '185025.047500', '185025.507500', '185025.967500', '185026.427500', '185026.887500', '185027.347500', '185027.807500', '185028.267500', '185028.727500', '185029.187500', '185029.647500', '185030.107500', '185030.567500', '185031.027500', '185031.487500', '185031.947500', '185032.407500', '185032.867500', '185033.327500', '185033.787500', '185034.247500', '185034.707500', '185035.167500', '185035.627500', '185036.087500', '185036.547500', '185037.007500', '185037.467500', '185037.927500', '185038.387500', '185038.847500', '185039.307500', '185039.767500', '185040.227500', '185040.687500', '185041.147500', '185041.607500', '185042.067500', '185042.527500', '185042.987500', '185043.447500', '185043.907500', '185044.367500', '185044.827500', '185045.287500', '185045.747500', '185046.207500', '185046.667500', '185047.127500', '185047.587500', '185048.047500', '185048.507500', '185048.967500', '185049.427500', '185049.887500', '185050.347500', '185050.807500', '185051.267500', '185051.727500', '185052.187500', '185052.647500', '185053.107500', '185053.567500', '185054.027500', '185054.487500', '185054.947500', '185055.407500', '185055.867500', '185056.327500', '185056.787500', '185057.247500', '185057.707500', '185058.167500', '185058.627500', '185059.087500', '185059.547500', '185100.007500', '185100.467500', '185100.927500', '185101.387500', '185101.847500', '185102.307500', '185102.767500', '185103.227500', '185103.687500', '185104.147500', '185104.607500', '185105.067500', '185105.527500', '185105.987500', '185106.447500', '185106.907500', '185107.367500', '185107.827500', '185108.287500', '185108.747500', '185109.207500', '185109.667500', '185110.127500', '185110.587500', '185111.047500', '185111.507500', '185111.967500', '185112.427500', '185112.887500', '185113.347500', '185113.807500', '185114.267500', '185114.727500', '185115.187500', '185115.647500', '185116.107500', '185116.567500', '185117.027500', '185117.487500', '185117.947500', '185118.407500', '185118.867500', '185119.327500', '185119.787500', '185120.247500', '185120.707500', '185121.167500', '185121.627500', '185122.087500', '185122.547500', '185123.007500', '185123.467500', '185123.927500', '185124.387500', '185124.847500', '185125.307500', '185125.767500', '185126.227500', '185126.687500', '185127.147500', '185127.607500', '185128.067500', '185128.527500', '185128.987500', '185129.447500', '185129.907500', '185130.367500', '185130.827500', '185131.287500', '185131.747500', '185132.207500', '185132.667500', '185133.127500', '185133.587500', '185134.047500', '185134.507500', '185134.967500', '185135.427500', '185135.887500', '185136.347500', '185136.807500', '185137.267500', '185137.727500', '185138.187500', '185138.647500', '185139.107500', '185139.567500', '185140.027500', '185140.487500', '185140.947500', '185141.407500', '185141.867500', '185142.327500', '185142.787500', '185143.247500', '185143.707500', '185144.167500', '185144.627500', '185145.087500', '185145.547500', '185146.007500', '185146.467500', '185146.927500', '185147.387500', '185147.847500', '185148.307500', '185148.767500', '185149.227500', '185149.687500', '185150.147500', '185150.607500', '185151.067500', '185151.527500', '185151.987500', '185152.447500', '185152.907500', '185153.367500', '185153.827500', '185154.287500', '185154.747500', '185155.207500', '185155.667500', '185156.127500', '185156.587500', '185157.047500', '185157.507500', '185157.967500', '185158.427500', '185158.887500', '185159.347500', '185159.807500', '185200.267500', '185200.727500', '185201.187500', '185201.647500', '185202.107500', '185202.567500', '185203.027500', '185203.487500', '185203.947500', '185204.407500', '185204.867500', '185205.327500', '185205.787500', '185206.247500', '185206.707500', '185207.167500', '185207.627500', '185208.087500', '185208.547500', '185209.007500', '185209.467500', '185209.927500', '185210.387500', '185210.847500', '185211.307500', '185211.767500', '185212.227500', '185212.687500', '185213.147500', '185213.607500', '185214.067500', '185214.527500', '185214.987500', '185215.447500', '185215.907500', '185216.367500', '185216.827500', '185217.287500', '185217.747500', '185218.207500', '185218.667500', '185219.127500', '185219.587500', '185220.047500', '185220.507500', '185220.967500', '185221.427500', '185221.887500', '185222.347500', '185222.807500', '185223.267500', '185223.727500', '185224.187500', '185224.647500', '185225.107500', '185225.567500', '185226.027500', '185226.487500', '185226.947500', '185227.407500', '185227.867500', '185228.327500', '185228.787500', '185229.247500', '185229.707500', '185230.167500', '185230.627500', '185231.087500', '185231.547500', '185232.007500', '185232.467500', '185232.927500', '185233.387500', '185233.847500', '185234.307500', '185234.767500', '185235.227500', '185235.687500', '185236.147500', '185236.607500', '185237.067500', '185237.527500', '185237.987500', '185238.447500', '185238.907500', '185239.367500', '185239.827500', '185240.287500', '185240.747500', '185241.207500', '185241.667500', '185242.127500', '185242.587500', '185243.047500', '185243.507500', '185243.967500', '185244.427500', '185244.887500', '185245.347500', '185245.807500', '185246.267500', '185246.727500', '185247.187500', '185247.647500', '185248.107500', '185248.567500', '185249.027500', '185249.487500', '185249.947500', '185250.407500', '185250.867500', '185251.327500', '185251.787500', '185252.247500', '185252.707500', '185253.167500', '185253.627500', '185254.087500', '185254.547500', '185255.007500', '185255.467500', '185255.927500', '185256.387500', '185256.847500', '185257.307500', '185257.767500', '185258.227500', '185258.687500', '185259.147500', '185259.607500', '185300.067500', '185300.527500', '185300.987500', '185301.447500', '185301.907500', '185302.367500', '185302.827500', '185303.287500', '185303.747500', '185304.207500', '185304.667500', '185305.127500', '185305.587500', '185306.047500', '185306.507500', '185306.967500', '185307.427500', '185307.887500', '185308.347500', '185308.807500', '185309.267500', '185309.727500', '185310.187500', '185310.647500', '185311.107500', '185311.567500', '185312.027500', '185312.487500', '185312.947500', '185313.407500', '185313.867500', '185314.327500', '185314.787500', '185315.247500', '185315.707500', '185316.167500', '185316.627500', '185317.087500', '185317.547500', '185318.007500', '185318.467500', '185318.927500', '185319.387500', '185319.847500', '185320.307500', '185320.767500', '185321.227500', '185321.687500', '185322.147500', '185322.607500', '185323.067500', '185323.527500', '185323.987500', '185324.447500', '185324.907500', '185325.367500', '185325.827500', '185326.287500', '185326.747500', '185327.207500', '185327.667500', '185328.127500', '185328.587500', '185329.047500', '185329.507500', '185329.967500', '185330.427500', '185330.887500', '185331.347500', '185331.807500', '185332.267500', '185332.727500', '185333.187500', '185333.647500', '185334.107500', '185334.567500', '185335.027500', '185335.487500', '185335.947500', '185336.407500', '185336.867500', '185337.327500', '185337.787500', '185338.247500', '185338.707500', '185339.167500', '185339.627500', '185340.087500', '185340.547500', '185341.007500', '185341.467500', '185341.927500', '185342.387500', '185342.847500', '185343.307500', '185343.767500', '185344.227500', '185344.687500', '185345.147500', '185345.607500', '185346.067500', '185346.527500', '185346.987500', '185347.447500', '185347.907500', '185348.367500', '185348.827500', '185349.287500', '185349.747500', '185350.207500', '185350.667500', '185351.127500', '185351.587500', '185352.047500', '185352.507500', '185352.967500', '185353.427500', '185353.887500', '185354.347500', '185354.807500', '185355.267500', '185355.727500', '185356.187500', '185356.647500', '185357.107500', '185357.567500', '185358.027500', '185358.487500', '185358.947500', '185359.407500', '185359.867500', '185400.327500', '185400.787500', '185401.247500', '185401.707500', '185402.167500', '185402.627500', '185403.087500', '185403.547500', '185404.007500', '185404.467500', '185404.927500', '185405.387500', '185405.847500', '185406.307500', '185406.767500', '185407.227500', '185407.687500', '185408.147500', '185408.607500', '185409.067500', '185409.527500', '185409.987500', '185410.447500', '185410.907500', '185411.367500', '185411.827500', '185412.287500', '185412.747500', '185413.207500', '185413.667500', '185414.127500', '185414.587500', '185415.047500', '185415.507500', '185415.967500', '185416.427500', '185416.887500', '185417.347500', '185417.807500', '185418.267500', '185418.727500', '185419.187500', '185419.647500', '185420.107500', '185420.567500', '185421.027500', '185421.487500', '185421.947500', '185422.407500', '185422.867500', '185423.327500', '185423.787500', '185424.247500', '185424.707500', '185425.167500', '185425.627500', '185426.087500', '185426.547500', '185427.007500', '185427.467500', '185427.927500', '185428.387500', '185428.847500', '185429.307500', '185429.767500', '185430.227500', '185430.687500', '185431.147500', '185431.607500', '185432.067500', '185432.527500', '185432.987500', '185433.447500', '185433.907500', '185434.367500', '185434.827500', '185435.287500', '185435.747500', '185436.207500', '185436.667500', '185437.127500', '185437.587500', '185438.047500', '185438.507500', '185438.967500', '185439.427500', '185439.887500', '185440.347500', '185440.807500', '185441.267500', '185441.727500', '185442.187500', '185442.647500', '185443.107500', '185443.567500', '185444.027500', '185444.487500', '185444.947500', '185445.407500', '185445.867500', '185446.327500', '185446.787500', '185447.247500', '185447.707500', '185448.167500', '185448.627500', '185449.087500', '185449.547500', '185450.007500', '185450.467500', '185450.927500', '185451.387500', '185451.847500', '185452.307500', '185452.767500', '185453.227500', '185453.687500', '185454.147500', '185454.607500', '185455.067500', '185455.527500', '185455.987500', '185456.447500', '185456.907500', '185457.367500', '185457.827500', '185458.287500', '185458.747500', '185459.207500', '185459.667500', '185500.127500', '185500.587500', '185501.047500', '185501.507500', '185501.967500', '185502.427500', '185502.887500', '185503.347500', '185503.807500', '185504.267500', '185504.727500', '185505.187500', '185505.647500', '185506.107500', '185506.567500', '185507.027500', '185507.487500', '185507.947500', '185508.407500', '185508.867500', '185509.327500', '185509.787500', '185510.247500', '185510.707500', '185511.167500', '185511.627500', '185512.087500', '185512.547500', '185513.007500', '185513.467500', '185513.927500', '185514.387500', '185514.847500', '185515.307500', '185515.767500', '185516.227500', '185516.687500', '185517.147500', '185517.607500', '185518.067500', '185518.527500', '185518.987500', '185519.447500', '185519.907500', '185520.367500', '185520.827500', '185521.287500', '185521.747500', '185522.207500', '185522.667500', '185523.127500', '185523.587500', '185524.047500', '185524.507500', '185524.967500', '185525.427500', '185525.887500', '185526.347500', '185526.807500', '185527.267500', '185527.727500', '185528.187500', '185528.647500', '185529.107500', '185529.567500', '185530.027500', '185530.487500', '185530.947500', '185531.407500', '185531.867500', '185532.327500', '185532.787500', '185533.247500', '185533.707500', '185534.167500', '185534.627500', '185535.087500', '185535.547500', '185536.007500', '185536.467500', '185536.927500', '185537.387500', '185537.847500', '185538.307500', '185538.767500', '185539.227500', '185539.687500', '185540.147500', '185540.607500', '185541.067500', '185541.527500', '185541.987500', '185542.447500', '185542.907500', '185543.367500', '185543.827500', '185544.287500', '185544.747500', '185545.207500', '185545.667500', '185546.127500', '185546.587500', '185547.047500', '185547.507500', '185547.967500', '185548.427500', '185548.887500', '185549.347500', '185549.807500', '185550.267500', '185550.727500', '185551.187500', '185551.647500', '185552.107500', '185552.567500', '185553.027500', '185553.487500', '185553.947500', '185554.407500', '185554.867500', '185555.327500', '185555.787500', '185556.247500', '185556.707500', '185557.167500', '185557.627500', '185558.087500', '185558.547500', '185559.007500', '185559.467500', '185559.927500', '185600.387500', '185600.847500', '185601.307500', '185601.767500', '185602.227500', '185602.687500', '185603.147500', '185603.607500', '185604.067500', '185604.527500', '185604.987500', '185605.447500', '185605.907500', '185606.367500', '185606.827500', '185607.287500', '185607.747500', '185608.207500', '185608.667500', '185609.127500', '185609.587500', '185610.047500', '185610.507500', '185610.967500', '185611.427500', '185611.887500', '185612.347500', '185612.807500', '185613.267500', '185613.727500', '185614.187500', '185614.647500', '185615.107500', '185615.567500', '185616.027500', '185616.487500', '185616.947500', '185617.407500', '185617.867500', '185618.327500', '185618.787500', '185619.247500', '185619.707500', '185620.167500', '185620.627500', '185621.087500', '185621.547500', '185622.007500', '185622.467500', '185622.927500', '185623.387500', '185623.847500', '185624.307500', '185624.767500', '185625.227500', '185625.687500', '185626.147500', '185626.607500', '185627.067500', '185627.527500', '185627.987500', '185628.447500', '185628.907500', '185629.367500', '185629.827500', '185630.287500', '185630.747500', '185631.207500', '185631.667500', '185632.127500', '185632.587500', '185633.047500', '185633.507500', '185633.967500', '185634.427500', '185634.887500'], 'ContentTime': ['184717.444000', '184717.448000', '184717.450000', '184717.453000', '184717.456000', '184717.459000', '184717.461000', '184717.464000', '184717.467000', '184717.469000', '184717.472000', '184717.474000', '184717.477000', '184717.480000', '184717.482000', '184717.485000', '184717.488000', '184717.490000', '184717.493000', '184717.496000', '184717.498000', '184717.501000', '184717.503000', '184717.506000', '184717.509000', '184717.511000', '184717.529000', '184717.532000', '184717.534000', '184717.537000', '184717.540000', '184717.542000', '184717.545000', '184717.547000', '184717.550000', '184717.553000', '184717.555000', '184717.558000', '184717.561000', '184717.563000', '184717.566000', '184717.569000', '184717.571000', '184717.574000', '184717.577000', '184717.579000', '184717.582000', '184717.585000', '184717.587000', '184717.590000', '184717.593000', '184737.398000', '184737.400000', '184737.403000', '184737.406000', '184737.408000', '184737.411000', '184737.414000', '184737.416000', '184737.419000', '184737.421000', '184737.424000', '184737.427000', '184737.429000', '184737.432000', '184737.435000', '184737.437000', '184737.440000', '184737.445000', '184737.447000', '184737.450000', '184737.452000', '184737.455000', '184737.458000', '184737.460000', '184737.463000', '184737.465000', '184737.468000', '184737.471000', '184737.473000', '184737.476000', '184737.479000', '184737.481000', '184737.484000', '184737.487000', '184737.489000', '184737.492000', '184737.495000', '184737.497000', '184737.500000', '184737.502000', '184737.505000', '184737.508000', '184737.510000', '184737.513000', '184757.397000', '184757.400000', '184757.403000', '184757.406000', '184757.408000', '184757.411000', '184757.414000', '184757.417000', '184757.419000', '184757.422000', '184757.425000', '184757.427000', '184757.430000', '184757.432000', '184757.435000', '184757.438000', '184757.440000', '184757.456000', '184757.459000', '184757.461000', '184757.464000', '184757.467000', '184757.474000', '184757.476000', '184757.479000', '184757.481000', '184757.484000', '184757.487000', '184757.489000', '184757.492000', '184757.495000', '184757.498000', '184757.500000', '184757.503000', '184757.506000', '184757.508000', '184757.511000', '184757.513000', '184757.516000', '184757.519000', '184757.521000', '184757.524000', '184757.527000', '184757.529000', '184817.398000', '184817.400000', '184817.403000', '184817.406000', '184817.408000', '184817.411000', '184817.414000', '184817.416000', '184817.419000', '184817.422000', '184817.424000', '184817.427000', '184817.430000', '184817.432000', '184817.435000', '184817.438000', '184817.440000', '184817.443000', '184817.446000', '184817.448000', '184817.451000', '184817.454000', '184817.456000', '184817.459000', '184817.462000', '184817.471000', '184817.474000', '184817.476000', '184817.479000', '184817.482000', '184817.484000', '184817.487000', '184817.490000', '184817.492000', '184817.495000', '184817.497000', '184817.500000', '184817.503000', '184817.505000', '184817.508000', '184817.511000', '184817.513000', '184817.516000', '184837.396000', '184837.399000', '184837.402000', '184837.405000', '184837.407000', '184837.410000', '184837.413000', '184837.415000', '184837.418000', '184837.420000', '184837.423000', '184837.426000', '184837.428000', '184837.431000', '184837.434000', '184837.436000', '184837.439000', '184837.442000', '184837.444000', '184837.447000', '184837.449000', '184837.453000', '184837.456000', '184837.459000', '184837.461000', '184837.464000', '184837.466000', '184837.469000', '184837.472000', '184837.475000', '184837.477000', '184837.480000', '184837.482000', '184837.485000', '184837.488000', '184837.490000', '184837.493000', '184837.496000', '184837.498000', '184837.501000', '184837.504000', '184837.506000', '184837.509000', '184857.397000', '184857.399000', '184857.402000', '184857.405000', '184857.408000', '184857.410000', '184857.413000', '184857.416000', '184857.418000', '184857.421000', '184857.424000', '184857.436000', '184857.439000', '184857.442000', '184857.444000', '184857.447000', '184857.450000', '184857.452000', '184857.455000', '184857.458000', '184857.460000', '184857.463000', '184857.466000', '184857.468000', '184857.471000', '184857.473000', '184857.476000', '184857.479000', '184857.481000', '184857.484000', '184857.487000', '184857.489000', '184857.492000', '184857.495000', '184857.497000', '184857.500000', '184857.503000', '184857.505000', '184857.508000', '184857.511000', '184857.513000', '184857.516000', '184857.519000', '184857.521000', '184917.396000', '184917.399000', '184917.402000', '184917.405000', '184917.407000', '184917.410000', '184917.413000', '184917.415000', '184917.418000', '184917.420000', '184917.423000', '184917.426000', '184917.428000', '184917.431000', '184917.434000', '184917.436000', '184917.439000', '184917.441000', '184917.444000', '184917.447000', '184917.449000', '184917.452000', '184917.455000', '184917.457000', '184917.460000', '184917.463000', '184917.465000', '184917.468000', '184917.471000', '184917.473000', '184917.476000', '184917.478000', '184917.481000', '184917.484000', '184917.486000', '184917.489000', '184917.492000', '184917.494000', '184917.497000', '184917.499000', '184917.502000', '184917.505000', '184917.507000', '184937.397000', '184937.399000', '184937.402000', '184937.406000', '184937.408000', '184937.411000', '184937.414000', '184937.416000', '184937.419000', '184937.421000', '184937.424000', '184937.426000', '184937.429000', '184937.452000', '184937.455000', '184937.458000', '184937.460000', '184937.463000', '184937.465000', '184937.468000', '184937.470000', '184937.473000', '184937.476000', '184937.478000', '184937.481000', '184937.483000', '184937.486000', '184937.488000', '184937.491000', '184937.494000', '184937.504000', '184937.506000', '184937.509000', '184937.512000', '184937.514000', '184937.517000', '184937.519000', '184937.522000', '184937.524000', '184937.527000', '184937.530000', '184937.533000', '184937.535000', '184937.538000', '184957.398000', '184957.400000', '184957.403000', '184957.406000', '184957.408000', '184957.411000', '184957.413000', '184957.416000', '184957.419000', '184957.421000', '184957.424000', '184957.426000', '184957.429000', '184957.432000', '184957.434000', '184957.437000', '184957.440000', '184957.442000', '184957.445000', '184957.448000', '184957.451000', '184957.453000', '184957.456000', '184957.458000', '184957.461000', '184957.464000', '184957.466000', '184957.469000', '184957.472000', '184957.474000', '184957.477000', '184957.480000', '184957.482000', '184957.485000', '184957.487000', '184957.490000', '184957.494000', '184957.497000', '184957.499000', '184957.502000', '184957.504000', '184957.507000', '184957.510000', '185017.397000', '185017.400000', '185017.403000', '185017.405000', '185017.408000', '185017.411000', '185017.413000', '185017.416000', '185017.419000', '185017.421000', '185017.424000', '185017.426000', '185017.429000', '185017.432000', '185017.434000', '185017.437000', '185017.439000', '185017.442000', '185017.445000', '185017.447000', '185017.450000', '185017.452000', '185017.455000', '185017.458000', '185017.460000', '185017.463000', '185017.466000', '185017.468000', '185017.471000', '185017.474000', '185017.476000', '185017.481000', '185017.484000', '185017.487000', '185017.489000', '185017.492000', '185017.495000', '185017.497000', '185017.500000', '185017.503000', '185017.505000', '185017.508000', '185017.510000', '185017.513000', '185037.398000', '185037.401000', '185037.403000', '185037.406000', '185037.408000', '185037.411000', '185037.413000', '185037.416000', '185037.419000', '185037.421000', '185037.424000', '185037.426000', '185037.429000', '185037.432000', '185037.434000', '185037.437000', '185037.440000', '185037.442000', '185037.445000', '185037.447000', '185037.450000', '185037.452000', '185037.455000', '185037.458000', '185037.460000', '185037.463000', '185037.466000', '185037.468000', '185037.471000', '185037.474000', '185037.476000', '185037.479000', '185037.481000', '185037.484000', '185037.487000', '185037.489000', '185037.492000', '185037.494000', '185037.497000', '185037.500000', '185037.502000', '185037.505000', '185037.507000', '185057.397000', '185057.400000', '185057.402000', '185057.405000', '185057.407000', '185057.410000', '185057.413000', '185057.415000', '185057.418000', '185057.421000', '185057.423000', '185057.426000', '185057.429000', '185057.431000', '185057.434000', '185057.436000', '185057.439000', '185057.441000', '185057.444000', '185057.447000', '185057.449000', '185057.452000', '185057.454000', '185057.457000', '185057.460000', '185057.462000', '185057.465000', '185057.467000', '185057.470000', '185057.473000', '185057.475000', '185057.478000', '185057.480000', '185057.483000', '185057.485000', '185057.488000', '185057.491000', '185057.493000', '185057.505000', '185057.508000', '185057.511000', '185057.513000', '185057.516000', '185057.518000', '185117.396000', '185117.399000', '185117.402000', '185117.404000', '185117.407000', '185117.410000', '185117.412000', '185117.415000', '185117.417000', '185117.420000', '185117.423000', '185117.425000', '185117.428000', '185117.430000', '185117.433000', '185117.436000', '185117.438000', '185117.441000', '185117.443000', '185117.446000', '185117.448000', '185117.451000', '185117.454000', '185117.456000', '185117.459000', '185117.461000', '185117.464000', '185117.467000', '185117.469000', '185117.472000', '185117.474000', '185117.477000', '185117.480000', '185117.482000', '185117.485000', '185117.487000', '185117.490000', '185117.493000', '185117.495000', '185117.498000', '185117.501000', '185117.503000', '185117.506000', '185137.396000', '185137.399000', '185137.402000', '185137.405000', '185137.407000', '185137.410000', '185137.412000', '185137.415000', '185137.418000', '185137.420000', '185137.423000', '185137.426000', '185137.428000', '185137.431000', '185137.433000', '185137.436000', '185137.438000', '185137.441000', '185137.444000', '185137.446000', '185137.449000', '185137.451000', '185137.454000', '185137.457000', '185137.459000', '185137.462000', '185137.465000', '185137.467000', '185137.470000', '185137.472000', '185137.475000', '185137.478000', '185137.480000', '185137.483000', '185137.485000', '185137.488000', '185137.491000', '185137.493000', '185137.496000', '185137.499000', '185137.501000', '185137.504000', '185137.507000', '185137.509000', '185157.396000', '185157.399000', '185157.402000', '185157.404000', '185157.407000', '185157.410000', '185157.412000', '185157.415000', '185157.418000', '185157.420000', '185157.423000', '185157.425000', '185157.428000', '185157.431000', '185157.433000', '185157.436000', '185157.439000', '185157.441000', '185157.444000', '185157.446000', '185157.449000', '185157.452000', '185157.454000', '185157.457000', '185157.459000', '185157.462000', '185157.465000', '185157.467000', '185157.470000', '185157.472000', '185157.475000', '185157.478000', '185157.480000', '185157.483000', '185157.485000', '185157.488000', '185157.491000', '185157.493000', '185157.496000', '185157.499000', '185157.501000', '185157.504000', '185157.507000', '185217.398000', '185217.401000', '185217.403000', '185217.406000', '185217.409000', '185217.411000', '185217.414000', '185217.417000', '185217.419000', '185217.422000', '185217.425000', '185217.427000', '185217.430000', '185217.433000', '185217.435000', '185217.438000', '185217.441000', '185217.443000', '185217.446000', '185217.448000', '185217.451000', '185217.454000', '185217.456000', '185217.459000', '185217.461000', '185217.464000', '185217.467000', '185217.469000', '185217.472000', '185217.474000', '185217.477000', '185217.480000', '185217.482000', '185217.485000', '185217.487000', '185217.490000', '185217.493000', '185217.495000', '185217.498000', '185217.500000', '185217.503000', '185217.505000', '185217.508000', '185217.512000', '185237.397000', '185237.400000', '185237.403000', '185237.405000', '185237.408000', '185237.422000', '185237.424000', '185237.427000', '185237.429000', '185237.432000', '185237.434000', '185237.437000', '185237.440000', '185237.442000', '185237.445000', '185237.447000', '185237.450000', '185237.452000', '185237.455000', '185237.458000', '185237.460000', '185237.463000', '185237.465000', '185237.468000', '185237.471000', '185237.473000', '185237.476000', '185237.478000', '185237.481000', '185237.483000', '185237.486000', '185237.489000', '185237.491000', '185237.494000', '185237.496000', '185237.499000', '185237.502000', '185237.504000', '185237.507000', '185237.509000', '185237.512000', '185237.514000', '185237.518000', '185257.398000', '185257.400000', '185257.403000', '185257.406000', '185257.408000', '185257.411000', '185257.414000', '185257.416000', '185257.419000', '185257.421000', '185257.424000', '185257.426000', '185257.429000', '185257.432000', '185257.434000', '185257.437000', '185257.440000', '185257.442000', '185257.445000', '185257.448000', '185257.450000', '185257.453000', '185257.455000', '185257.458000', '185257.460000', '185257.463000', '185257.466000', '185257.468000', '185257.471000', '185257.473000', '185257.476000', '185257.479000', '185257.481000', '185257.484000', '185257.487000', '185257.489000', '185257.492000', '185257.494000', '185257.497000', '185257.499000', '185257.502000', '185257.505000', '185257.507000', '185257.510000', '185317.397000', '185317.399000', '185317.402000', '185317.405000', '185317.407000', '185317.410000', '185317.412000', '185317.415000', '185317.418000', '185317.420000', '185317.423000', '185317.425000', '185317.428000', '185317.430000', '185317.433000', '185317.436000', '185317.438000', '185317.441000', '185317.443000', '185317.446000', '185317.449000', '185317.451000', '185317.454000', '185317.456000', '185317.459000', '185317.462000', '185317.464000', '185317.467000', '185317.469000', '185317.472000', '185317.474000', '185317.477000', '185317.480000', '185317.482000', '185317.485000', '185317.488000', '185317.490000', '185317.493000', '185317.495000', '185317.498000', '185317.501000', '185317.503000', '185317.506000', '185337.397000', '185337.400000', '185337.402000', '185337.405000', '185337.408000', '185337.410000', '185337.413000', '185337.416000', '185337.418000', '185337.421000', '185337.423000', '185337.426000', '185337.429000', '185337.431000', '185337.434000', '185337.436000', '185337.439000', '185337.442000', '185337.444000', '185337.447000', '185337.450000', '185337.452000', '185337.455000', '185337.458000', '185337.460000', '185337.463000', '185337.465000', '185337.468000', '185337.471000', '185337.473000', '185337.476000', '185337.478000', '185337.481000', '185337.484000', '185337.486000', '185337.489000', '185337.491000', '185337.494000', '185337.497000', '185337.499000', '185337.502000', '185337.505000', '185337.507000', '185337.510000', '185357.397000', '185357.400000', '185357.402000', '185357.405000', '185357.407000', '185357.410000', '185357.413000', '185357.415000', '185357.418000', '185357.420000', '185357.423000', '185357.425000', '185357.428000', '185357.431000', '185357.433000', '185357.447000', '185357.450000', '185357.452000', '185357.455000', '185357.457000', '185357.460000', '185357.462000', '185357.465000', '185357.468000', '185357.470000', '185357.473000', '185357.475000', '185357.478000', '185357.481000', '185357.483000', '185357.486000', '185357.489000', '185357.491000', '185357.494000', '185357.496000', '185357.499000', '185357.502000', '185357.504000', '185357.507000', '185357.509000', '185357.512000', '185357.515000', '185357.517000', '185417.396000', '185417.399000', '185417.402000', '185417.405000', '185417.407000', '185417.410000', '185417.412000', '185417.415000', '185417.418000', '185417.420000', '185417.423000', '185417.425000', '185417.428000', '185417.431000', '185417.433000', '185417.436000', '185417.438000', '185417.441000', '185417.444000', '185417.446000', '185417.449000', '185417.452000', '185417.454000', '185417.457000', '185417.459000', '185417.462000', '185417.465000', '185417.467000', '185417.470000', '185417.473000', '185417.475000', '185417.478000', '185417.480000', '185417.483000', '185417.486000', '185417.488000', '185417.491000', '185417.493000', '185417.496000', '185417.499000', '185417.502000', '185417.504000', '185417.507000', '185417.509000', '185437.397000', '185437.400000', '185437.403000', '185437.405000', '185437.408000', '185437.411000', '185437.413000', '185437.416000', '185437.419000', '185437.421000', '185437.424000', '185437.426000', '185437.429000', '185437.431000', '185437.434000', '185437.437000', '185437.439000', '185437.442000', '185437.445000', '185437.447000', '185437.450000', '185437.452000', '185437.455000', '185437.458000', '185437.460000', '185437.463000', '185437.465000', '185437.468000', '185437.471000', '185437.473000', '185437.476000', '185437.479000', '185437.481000', '185437.484000', '185437.487000', '185437.489000', '185437.492000', '185437.494000', '185437.497000', '185437.500000', '185437.502000', '185437.505000', '185437.508000', '185457.398000', '185457.401000', '185457.403000', '185457.406000', '185457.409000', '185457.413000', '185457.416000', '185457.418000', '185457.421000', '185457.424000', '185457.426000', '185457.429000', '185457.432000', '185457.435000', '185457.437000', '185457.440000', '185457.442000', '185457.445000', '185457.448000', '185457.450000', '185457.453000', '185457.456000', '185457.458000', '185457.461000', '185457.463000', '185457.466000', '185457.469000', '185457.471000', '185457.474000', '185457.477000', '185457.479000', '185457.482000', '185457.485000', '185457.487000', '185457.490000', '185457.492000', '185457.495000', '185457.497000', '185457.500000', '185457.503000', '185457.505000', '185457.508000', '185457.510000', '185457.513000', '185517.397000', '185517.399000', '185517.402000', '185517.405000', '185517.407000', '185517.410000', '185517.412000', '185517.415000', '185517.418000', '185517.420000', '185517.423000', '185517.425000', '185517.445000', '185517.448000', '185517.451000', '185517.453000', '185517.456000', '185517.458000', '185517.461000', '185517.464000', '185517.466000', '185517.469000', '185517.471000', '185517.474000', '185517.477000', '185517.479000', '185517.482000', '185517.485000', '185517.487000', '185517.490000', '185517.493000', '185517.495000', '185517.498000', '185517.501000', '185517.503000', '185517.506000', '185517.509000', '185517.511000', '185517.514000', '185517.517000', '185517.519000', '185517.522000', '185517.524000', '185537.397000', '185537.399000', '185537.402000', '185537.405000', '185537.408000', '185537.410000', '185537.413000', '185537.416000', '185537.418000', '185537.421000', '185537.423000', '185537.426000', '185537.429000', '185537.431000', '185537.434000', '185537.437000', '185537.439000', '185537.442000', '185537.445000', '185537.447000', '185537.450000', '185537.452000', '185537.455000', '185537.458000', '185537.460000', '185537.463000', '185537.466000', '185537.468000', '185537.471000', '185537.474000', '185537.476000', '185537.479000', '185537.482000', '185537.484000', '185537.487000', '185537.490000', '185537.492000', '185537.495000', '185537.497000', '185537.500000', '185537.503000', '185537.505000', '185537.508000', '185537.511000', '185557.397000', '185557.399000', '185557.402000', '185557.405000', '185557.407000', '185557.410000', '185557.413000', '185557.415000', '185557.418000', '185557.420000', '185557.423000', '185557.426000', '185557.428000', '185557.431000', '185557.433000', '185557.436000', '185557.438000', '185557.441000', '185557.444000', '185557.446000', '185557.449000', '185557.451000', '185557.454000', '185557.456000', '185557.459000', '185557.462000', '185557.464000', '185557.467000', '185557.469000', '185557.472000', '185557.475000', '185557.477000', '185557.480000', '185557.482000', '185557.485000', '185557.487000', '185557.490000', '185557.493000', '185557.495000', '185557.498000', '185557.501000', '185557.503000', '185557.506000', '185617.397000', '185617.399000', '185617.402000', '185617.405000', '185617.408000', '185617.410000', '185617.413000', '185617.415000', '185617.418000', '185617.421000', '185617.423000', '185617.426000', '185617.429000', '185617.431000', '185617.434000', '185617.436000', '185617.439000', '185617.442000', '185617.444000', '185617.447000', '185617.449000', '185617.453000', '185617.456000', '185617.458000', '185617.461000', '185617.463000', '185617.466000', '185617.469000', '185617.471000', '185617.474000', '185617.476000', '185617.479000', '185617.481000', '185617.484000', '185617.487000', '185617.489000', '185617.492000', '185617.494000', '185617.497000', '185617.500000', '185617.502000', '185617.505000', '185617.508000', '185636.709000', '185636.712000', '185636.715000', '185636.717000', '185636.720000', '185636.723000', '185636.726000', '185636.728000', '185636.731000', '185636.740000', '185636.743000', '185636.746000', '185636.748000', '185636.751000', '185636.754000', '185636.756000', '185636.759000', '185636.762000', '185636.765000', '185636.768000', '185636.771000', '185636.773000', '185636.776000', '185636.779000', '185636.782000', '185636.785000', '185636.788000', '185636.791000', '185636.794000', '185636.809000', '185636.814000', '185636.816000', '185636.820000', '185636.914000', '185636.917000', '185636.920000', '185636.923000', '185636.925000', '185636.929000', '185636.931000', '185636.934000', '185636.937000', '185636.940000'], 'InstanceCreationTime': ['184717.444000', '184717.448000', '184717.450000', '184717.453000', '184717.456000', '184717.459000', '184717.461000', '184717.464000', '184717.467000', '184717.469000', '184717.472000', '184717.474000', '184717.477000', '184717.480000', '184717.482000', '184717.485000', '184717.488000', '184717.490000', '184717.493000', '184717.496000', '184717.498000', '184717.501000', '184717.503000', '184717.506000', '184717.509000', '184717.511000', '184717.529000', '184717.532000', '184717.534000', '184717.537000', '184717.540000', '184717.542000', '184717.545000', '184717.547000', '184717.550000', '184717.553000', '184717.555000', '184717.558000', '184717.561000', '184717.563000', '184717.566000', '184717.569000', '184717.571000', '184717.574000', '184717.577000', '184717.579000', '184717.582000', '184717.585000', '184717.587000', '184717.590000', '184717.593000', '184737.398000', '184737.400000', '184737.403000', '184737.406000', '184737.408000', '184737.411000', '184737.414000', '184737.416000', '184737.419000', '184737.421000', '184737.424000', '184737.427000', '184737.429000', '184737.432000', '184737.435000', '184737.437000', '184737.440000', '184737.445000', '184737.447000', '184737.450000', '184737.452000', '184737.455000', '184737.458000', '184737.460000', '184737.463000', '184737.465000', '184737.468000', '184737.471000', '184737.473000', '184737.476000', '184737.479000', '184737.481000', '184737.484000', '184737.487000', '184737.489000', '184737.492000', '184737.495000', '184737.497000', '184737.500000', '184737.502000', '184737.505000', '184737.508000', '184737.510000', '184737.513000', '184757.397000', '184757.400000', '184757.403000', '184757.406000', '184757.408000', '184757.411000', '184757.414000', '184757.417000', '184757.419000', '184757.422000', '184757.425000', '184757.427000', '184757.430000', '184757.432000', '184757.435000', '184757.438000', '184757.440000', '184757.456000', '184757.459000', '184757.461000', '184757.464000', '184757.467000', '184757.474000', '184757.476000', '184757.479000', '184757.481000', '184757.484000', '184757.487000', '184757.489000', '184757.492000', '184757.495000', '184757.498000', '184757.500000', '184757.503000', '184757.506000', '184757.508000', '184757.511000', '184757.513000', '184757.516000', '184757.519000', '184757.521000', '184757.524000', '184757.527000', '184757.529000', '184817.398000', '184817.400000', '184817.403000', '184817.406000', '184817.408000', '184817.411000', '184817.414000', '184817.416000', '184817.419000', '184817.422000', '184817.424000', '184817.427000', '184817.430000', '184817.432000', '184817.435000', '184817.438000', '184817.440000', '184817.443000', '184817.446000', '184817.448000', '184817.451000', '184817.454000', '184817.456000', '184817.459000', '184817.462000', '184817.471000', '184817.474000', '184817.476000', '184817.479000', '184817.482000', '184817.484000', '184817.487000', '184817.490000', '184817.492000', '184817.495000', '184817.497000', '184817.500000', '184817.503000', '184817.505000', '184817.508000', '184817.511000', '184817.513000', '184817.516000', '184837.396000', '184837.399000', '184837.402000', '184837.405000', '184837.407000', '184837.410000', '184837.413000', '184837.415000', '184837.418000', '184837.420000', '184837.423000', '184837.426000', '184837.428000', '184837.431000', '184837.434000', '184837.436000', '184837.439000', '184837.442000', '184837.444000', '184837.447000', '184837.449000', '184837.453000', '184837.456000', '184837.459000', '184837.461000', '184837.464000', '184837.466000', '184837.469000', '184837.472000', '184837.475000', '184837.477000', '184837.480000', '184837.482000', '184837.485000', '184837.488000', '184837.490000', '184837.493000', '184837.496000', '184837.498000', '184837.501000', '184837.504000', '184837.506000', '184837.509000', '184857.397000', '184857.399000', '184857.402000', '184857.405000', '184857.408000', '184857.410000', '184857.413000', '184857.416000', '184857.418000', '184857.421000', '184857.424000', '184857.436000', '184857.439000', '184857.442000', '184857.444000', '184857.447000', '184857.450000', '184857.452000', '184857.455000', '184857.458000', '184857.460000', '184857.463000', '184857.466000', '184857.468000', '184857.471000', '184857.473000', '184857.476000', '184857.479000', '184857.481000', '184857.484000', '184857.487000', '184857.489000', '184857.492000', '184857.495000', '184857.497000', '184857.500000', '184857.503000', '184857.505000', '184857.508000', '184857.511000', '184857.513000', '184857.516000', '184857.519000', '184857.521000', '184917.396000', '184917.399000', '184917.402000', '184917.405000', '184917.407000', '184917.410000', '184917.413000', '184917.415000', '184917.418000', '184917.420000', '184917.423000', '184917.426000', '184917.428000', '184917.431000', '184917.434000', '184917.436000', '184917.439000', '184917.441000', '184917.444000', '184917.447000', '184917.449000', '184917.452000', '184917.455000', '184917.457000', '184917.460000', '184917.463000', '184917.465000', '184917.468000', '184917.471000', '184917.473000', '184917.476000', '184917.478000', '184917.481000', '184917.484000', '184917.486000', '184917.489000', '184917.492000', '184917.494000', '184917.497000', '184917.499000', '184917.502000', '184917.505000', '184917.507000', '184937.397000', '184937.399000', '184937.402000', '184937.406000', '184937.408000', '184937.411000', '184937.414000', '184937.416000', '184937.419000', '184937.421000', '184937.424000', '184937.426000', '184937.429000', '184937.452000', '184937.455000', '184937.458000', '184937.460000', '184937.463000', '184937.465000', '184937.468000', '184937.470000', '184937.473000', '184937.476000', '184937.478000', '184937.481000', '184937.483000', '184937.486000', '184937.488000', '184937.491000', '184937.494000', '184937.504000', '184937.506000', '184937.509000', '184937.512000', '184937.514000', '184937.517000', '184937.519000', '184937.522000', '184937.524000', '184937.527000', '184937.530000', '184937.533000', '184937.535000', '184937.538000', '184957.398000', '184957.400000', '184957.403000', '184957.406000', '184957.408000', '184957.411000', '184957.413000', '184957.416000', '184957.419000', '184957.421000', '184957.424000', '184957.426000', '184957.429000', '184957.432000', '184957.434000', '184957.437000', '184957.440000', '184957.442000', '184957.445000', '184957.448000', '184957.451000', '184957.453000', '184957.456000', '184957.458000', '184957.461000', '184957.464000', '184957.466000', '184957.469000', '184957.472000', '184957.474000', '184957.477000', '184957.480000', '184957.482000', '184957.485000', '184957.487000', '184957.490000', '184957.494000', '184957.497000', '184957.499000', '184957.502000', '184957.504000', '184957.507000', '184957.510000', '185017.397000', '185017.400000', '185017.403000', '185017.405000', '185017.408000', '185017.411000', '185017.413000', '185017.416000', '185017.419000', '185017.421000', '185017.424000', '185017.426000', '185017.429000', '185017.432000', '185017.434000', '185017.437000', '185017.439000', '185017.442000', '185017.445000', '185017.447000', '185017.450000', '185017.452000', '185017.455000', '185017.458000', '185017.460000', '185017.463000', '185017.466000', '185017.468000', '185017.471000', '185017.474000', '185017.476000', '185017.481000', '185017.484000', '185017.487000', '185017.489000', '185017.492000', '185017.495000', '185017.497000', '185017.500000', '185017.503000', '185017.505000', '185017.508000', '185017.510000', '185017.513000', '185037.398000', '185037.401000', '185037.403000', '185037.406000', '185037.408000', '185037.411000', '185037.413000', '185037.416000', '185037.419000', '185037.421000', '185037.424000', '185037.426000', '185037.429000', '185037.432000', '185037.434000', '185037.437000', '185037.440000', '185037.442000', '185037.445000', '185037.447000', '185037.450000', '185037.452000', '185037.455000', '185037.458000', '185037.460000', '185037.463000', '185037.466000', '185037.468000', '185037.471000', '185037.474000', '185037.476000', '185037.479000', '185037.481000', '185037.484000', '185037.487000', '185037.489000', '185037.492000', '185037.494000', '185037.497000', '185037.500000', '185037.502000', '185037.505000', '185037.507000', '185057.397000', '185057.400000', '185057.402000', '185057.405000', '185057.407000', '185057.410000', '185057.413000', '185057.415000', '185057.418000', '185057.421000', '185057.423000', '185057.426000', '185057.429000', '185057.431000', '185057.434000', '185057.436000', '185057.439000', '185057.441000', '185057.444000', '185057.447000', '185057.449000', '185057.452000', '185057.454000', '185057.457000', '185057.460000', '185057.462000', '185057.465000', '185057.467000', '185057.470000', '185057.473000', '185057.475000', '185057.478000', '185057.480000', '185057.483000', '185057.485000', '185057.488000', '185057.491000', '185057.493000', '185057.505000', '185057.508000', '185057.511000', '185057.513000', '185057.516000', '185057.518000', '185117.396000', '185117.399000', '185117.402000', '185117.404000', '185117.407000', '185117.410000', '185117.412000', '185117.415000', '185117.417000', '185117.420000', '185117.423000', '185117.425000', '185117.428000', '185117.430000', '185117.433000', '185117.436000', '185117.438000', '185117.441000', '185117.443000', '185117.446000', '185117.448000', '185117.451000', '185117.454000', '185117.456000', '185117.459000', '185117.461000', '185117.464000', '185117.467000', '185117.469000', '185117.472000', '185117.474000', '185117.477000', '185117.480000', '185117.482000', '185117.485000', '185117.487000', '185117.490000', '185117.493000', '185117.495000', '185117.498000', '185117.501000', '185117.503000', '185117.506000', '185137.396000', '185137.399000', '185137.402000', '185137.405000', '185137.407000', '185137.410000', '185137.412000', '185137.415000', '185137.418000', '185137.420000', '185137.423000', '185137.426000', '185137.428000', '185137.431000', '185137.433000', '185137.436000', '185137.438000', '185137.441000', '185137.444000', '185137.446000', '185137.449000', '185137.451000', '185137.454000', '185137.457000', '185137.459000', '185137.462000', '185137.465000', '185137.467000', '185137.470000', '185137.472000', '185137.475000', '185137.478000', '185137.480000', '185137.483000', '185137.485000', '185137.488000', '185137.491000', '185137.493000', '185137.496000', '185137.499000', '185137.501000', '185137.504000', '185137.507000', '185137.509000', '185157.396000', '185157.399000', '185157.402000', '185157.404000', '185157.407000', '185157.410000', '185157.412000', '185157.415000', '185157.418000', '185157.420000', '185157.423000', '185157.425000', '185157.428000', '185157.431000', '185157.433000', '185157.436000', '185157.439000', '185157.441000', '185157.444000', '185157.446000', '185157.449000', '185157.452000', '185157.454000', '185157.457000', '185157.459000', '185157.462000', '185157.465000', '185157.467000', '185157.470000', '185157.472000', '185157.475000', '185157.478000', '185157.480000', '185157.483000', '185157.485000', '185157.488000', '185157.491000', '185157.493000', '185157.496000', '185157.499000', '185157.501000', '185157.504000', '185157.507000', '185217.398000', '185217.401000', '185217.403000', '185217.406000', '185217.409000', '185217.411000', '185217.414000', '185217.417000', '185217.419000', '185217.422000', '185217.425000', '185217.427000', '185217.430000', '185217.433000', '185217.435000', '185217.438000', '185217.441000', '185217.443000', '185217.446000', '185217.448000', '185217.451000', '185217.454000', '185217.456000', '185217.459000', '185217.461000', '185217.464000', '185217.467000', '185217.469000', '185217.472000', '185217.474000', '185217.477000', '185217.480000', '185217.482000', '185217.485000', '185217.487000', '185217.490000', '185217.493000', '185217.495000', '185217.498000', '185217.500000', '185217.503000', '185217.505000', '185217.508000', '185217.512000', '185237.397000', '185237.400000', '185237.403000', '185237.405000', '185237.408000', '185237.422000', '185237.424000', '185237.427000', '185237.429000', '185237.432000', '185237.434000', '185237.437000', '185237.440000', '185237.442000', '185237.445000', '185237.447000', '185237.450000', '185237.452000', '185237.455000', '185237.458000', '185237.460000', '185237.463000', '185237.465000', '185237.468000', '185237.471000', '185237.473000', '185237.476000', '185237.478000', '185237.481000', '185237.483000', '185237.486000', '185237.489000', '185237.491000', '185237.494000', '185237.496000', '185237.499000', '185237.502000', '185237.504000', '185237.507000', '185237.509000', '185237.512000', '185237.514000', '185237.518000', '185257.398000', '185257.400000', '185257.403000', '185257.406000', '185257.408000', '185257.411000', '185257.414000', '185257.416000', '185257.419000', '185257.421000', '185257.424000', '185257.426000', '185257.429000', '185257.432000', '185257.434000', '185257.437000', '185257.440000', '185257.442000', '185257.445000', '185257.448000', '185257.450000', '185257.453000', '185257.455000', '185257.458000', '185257.460000', '185257.463000', '185257.466000', '185257.468000', '185257.471000', '185257.473000', '185257.476000', '185257.479000', '185257.481000', '185257.484000', '185257.487000', '185257.489000', '185257.492000', '185257.494000', '185257.497000', '185257.499000', '185257.502000', '185257.505000', '185257.507000', '185257.510000', '185317.397000', '185317.399000', '185317.402000', '185317.405000', '185317.407000', '185317.410000', '185317.412000', '185317.415000', '185317.418000', '185317.420000', '185317.423000', '185317.425000', '185317.428000', '185317.430000', '185317.433000', '185317.436000', '185317.438000', '185317.441000', '185317.443000', '185317.446000', '185317.449000', '185317.451000', '185317.454000', '185317.456000', '185317.459000', '185317.462000', '185317.464000', '185317.467000', '185317.469000', '185317.472000', '185317.474000', '185317.477000', '185317.480000', '185317.482000', '185317.485000', '185317.488000', '185317.490000', '185317.493000', '185317.495000', '185317.498000', '185317.501000', '185317.503000', '185317.506000', '185337.397000', '185337.400000', '185337.402000', '185337.405000', '185337.408000', '185337.410000', '185337.413000', '185337.416000', '185337.418000', '185337.421000', '185337.423000', '185337.426000', '185337.429000', '185337.431000', '185337.434000', '185337.436000', '185337.439000', '185337.442000', '185337.444000', '185337.447000', '185337.450000', '185337.452000', '185337.455000', '185337.458000', '185337.460000', '185337.463000', '185337.465000', '185337.468000', '185337.471000', '185337.473000', '185337.476000', '185337.478000', '185337.481000', '185337.484000', '185337.486000', '185337.489000', '185337.491000', '185337.494000', '185337.497000', '185337.499000', '185337.502000', '185337.505000', '185337.507000', '185337.510000', '185357.397000', '185357.400000', '185357.402000', '185357.405000', '185357.407000', '185357.410000', '185357.413000', '185357.415000', '185357.418000', '185357.420000', '185357.423000', '185357.425000', '185357.428000', '185357.431000', '185357.433000', '185357.447000', '185357.450000', '185357.452000', '185357.455000', '185357.457000', '185357.460000', '185357.462000', '185357.465000', '185357.468000', '185357.470000', '185357.473000', '185357.475000', '185357.478000', '185357.481000', '185357.483000', '185357.486000', '185357.489000', '185357.491000', '185357.494000', '185357.496000', '185357.499000', '185357.502000', '185357.504000', '185357.507000', '185357.509000', '185357.512000', '185357.515000', '185357.517000', '185417.396000', '185417.399000', '185417.402000', '185417.405000', '185417.407000', '185417.410000', '185417.412000', '185417.415000', '185417.418000', '185417.420000', '185417.423000', '185417.425000', '185417.428000', '185417.431000', '185417.433000', '185417.436000', '185417.438000', '185417.441000', '185417.444000', '185417.446000', '185417.449000', '185417.452000', '185417.454000', '185417.457000', '185417.459000', '185417.462000', '185417.465000', '185417.467000', '185417.470000', '185417.473000', '185417.475000', '185417.478000', '185417.480000', '185417.483000', '185417.486000', '185417.488000', '185417.491000', '185417.493000', '185417.496000', '185417.499000', '185417.502000', '185417.504000', '185417.507000', '185417.509000', '185437.397000', '185437.400000', '185437.403000', '185437.405000', '185437.408000', '185437.411000', '185437.413000', '185437.416000', '185437.419000', '185437.421000', '185437.424000', '185437.426000', '185437.429000', '185437.431000', '185437.434000', '185437.437000', '185437.439000', '185437.442000', '185437.445000', '185437.447000', '185437.450000', '185437.452000', '185437.455000', '185437.458000', '185437.460000', '185437.463000', '185437.465000', '185437.468000', '185437.471000', '185437.473000', '185437.476000', '185437.479000', '185437.481000', '185437.484000', '185437.487000', '185437.489000', '185437.492000', '185437.494000', '185437.497000', '185437.500000', '185437.502000', '185437.505000', '185437.508000', '185457.398000', '185457.401000', '185457.403000', '185457.406000', '185457.409000', '185457.413000', '185457.416000', '185457.418000', '185457.421000', '185457.424000', '185457.426000', '185457.429000', '185457.432000', '185457.435000', '185457.437000', '185457.440000', '185457.442000', '185457.445000', '185457.448000', '185457.450000', '185457.453000', '185457.456000', '185457.458000', '185457.461000', '185457.463000', '185457.466000', '185457.469000', '185457.471000', '185457.474000', '185457.477000', '185457.479000', '185457.482000', '185457.485000', '185457.487000', '185457.490000', '185457.492000', '185457.495000', '185457.497000', '185457.500000', '185457.503000', '185457.505000', '185457.508000', '185457.510000', '185457.513000', '185517.397000', '185517.399000', '185517.402000', '185517.405000', '185517.407000', '185517.410000', '185517.412000', '185517.415000', '185517.418000', '185517.420000', '185517.423000', '185517.425000', '185517.445000', '185517.448000', '185517.451000', '185517.453000', '185517.456000', '185517.458000', '185517.461000', '185517.464000', '185517.466000', '185517.469000', '185517.471000', '185517.474000', '185517.477000', '185517.479000', '185517.482000', '185517.485000', '185517.487000', '185517.490000', '185517.493000', '185517.495000', '185517.498000', '185517.501000', '185517.503000', '185517.506000', '185517.509000', '185517.511000', '185517.514000', '185517.517000', '185517.519000', '185517.522000', '185517.524000', '185537.397000', '185537.399000', '185537.402000', '185537.405000', '185537.408000', '185537.410000', '185537.413000', '185537.416000', '185537.418000', '185537.421000', '185537.423000', '185537.426000', '185537.429000', '185537.431000', '185537.434000', '185537.437000', '185537.439000', '185537.442000', '185537.445000', '185537.447000', '185537.450000', '185537.452000', '185537.455000', '185537.458000', '185537.460000', '185537.463000', '185537.466000', '185537.468000', '185537.471000', '185537.474000', '185537.476000', '185537.479000', '185537.482000', '185537.484000', '185537.487000', '185537.490000', '185537.492000', '185537.495000', '185537.497000', '185537.500000', '185537.503000', '185537.505000', '185537.508000', '185537.511000', '185557.397000', '185557.399000', '185557.402000', '185557.405000', '185557.407000', '185557.410000', '185557.413000', '185557.415000', '185557.418000', '185557.420000', '185557.423000', '185557.426000', '185557.428000', '185557.431000', '185557.433000', '185557.436000', '185557.438000', '185557.441000', '185557.444000', '185557.446000', '185557.449000', '185557.451000', '185557.454000', '185557.456000', '185557.459000', '185557.462000', '185557.464000', '185557.467000', '185557.469000', '185557.472000', '185557.475000', '185557.477000', '185557.480000', '185557.482000', '185557.485000', '185557.487000', '185557.490000', '185557.493000', '185557.495000', '185557.498000', '185557.501000', '185557.503000', '185557.506000', '185617.397000', '185617.399000', '185617.402000', '185617.405000', '185617.408000', '185617.410000', '185617.413000', '185617.415000', '185617.418000', '185617.421000', '185617.423000', '185617.426000', '185617.429000', '185617.431000', '185617.434000', '185617.436000', '185617.439000', '185617.442000', '185617.444000', '185617.447000', '185617.449000', '185617.453000', '185617.456000', '185617.458000', '185617.461000', '185617.463000', '185617.466000', '185617.469000', '185617.471000', '185617.474000', '185617.476000', '185617.479000', '185617.481000', '185617.484000', '185617.487000', '185617.489000', '185617.492000', '185617.494000', '185617.497000', '185617.500000', '185617.502000', '185617.505000', '185617.508000', '185636.709000', '185636.712000', '185636.715000', '185636.717000', '185636.720000', '185636.723000', '185636.726000', '185636.728000', '185636.731000', '185636.740000', '185636.743000', '185636.746000', '185636.748000', '185636.751000', '185636.754000', '185636.756000', '185636.759000', '185636.762000', '185636.765000', '185636.768000', '185636.771000', '185636.773000', '185636.776000', '185636.779000', '185636.782000', '185636.785000', '185636.788000', '185636.791000', '185636.794000', '185636.809000', '185636.814000', '185636.816000', '185636.820000', '185636.914000', '185636.917000', '185636.920000', '185636.923000', '185636.925000', '185636.929000', '185636.931000', '185636.934000', '185636.937000', '185636.940000'], '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': [10457, 13775, 8934, 13044, 9367, 14493, 9600, 12537, 8808, 13253, 10018, 14269, 9269, 12192, 9385, 13292, 10757, 12562, 10253, 12583, 9699, 12971, 9433, 12500, 7956, 12568, 8376, 12805, 8016, 12385, 7994, 12244, 10952, 11885, 10122, 11602, 14667, 12055, 14407, 12089, 13882, 11379, 13278, 12234, 13286, 11299, 13461, 11301, 13564, 11550, 8923, 11233, 8711, 11728, 9877, 11747, 7624, 12192, 8189, 11991, 12099, 12140, 12263, 11574, 14518, 11642, 13919, 12136, 13805, 11260, 12867, 10656, 13136, 10865, 13074, 9419, 12253, 8220, 12714, 8450, 12407, 8189, 11718, 8592, 12880, 8217, 11939, 8221, 12001, 8428, 12615, 8359, 12045, 8051, 11909, 8189, 12378, 8023, 11760, 8454, 11896, 8578, 12210, 8193, 11856, 7856, 12378, 9185, 12303, 8326, 11862, 10650, 12032, 10002, 12031, 8486, 11747, 8679, 11939, 8044, 11819, 8044, 11646, 8403, 12586, 8107, 12008, 8688, 12160, 9323, 12863, 8947, 12228, 8976, 12706, 10507, 13026, 9250, 12212, 8518, 12197, 9361, 12894, 8445, 12111, 8007, 12028, 8530, 13440, 8281, 12405, 7975, 12133, 8261, 13233, 9550, 12995, 8721, 12029, 8062, 12337, 8403, 12859, 8628, 12090, 7841, 11509, 8435, 12843, 11029, 10574, 11539, 8460, 12212, 9245, 13173, 10631, 13319, 10571, 13720, 10626, 13012, 9475, 13030, 11927, 14185, 11794, 14125, 12644, 12959, 12392, 8974, 12703, 8592, 13994, 8478, 13651, 9390, 13816, 11560, 14207, 11843, 8588, 12921, 9036, 13694, 9864, 13460, 9240, 13415, 12223, 12612, 9904, 11491, 10672, 11908, 12669, 13260, 9470, 12400, 8530, 13357, 8440, 12965, 8362, 14889, 10777, 14603, 11760, 13332, 12518, 14626, 13155, 9138, 13169, 8104, 12901, 11195, 13277, 8756, 13284, 7767, 12598, 8165, 13362, 8431, 13431, 8580, 13003, 8653, 13634, 8453, 14102, 8871, 13278, 8256, 13538, 8348, 14496, 8831, 13539, 8270, 13197, 8031, 13836, 8256, 13555, 8390, 13276, 7884, 13493, 7841, 13498, 7914, 13237, 8202, 13093, 8543, 13550, 8456, 13547, 8044, 13318, 8932, 13983, 8376, 13897, 8172, 13526, 11526, 13387, 12746, 13515, 14832, 12875, 15652, 13055, 15845, 12614, 15259, 11507, 14564, 10332, 14634, 10339, 14751, 9668, 13783, 8943, 13912, 8113, 13866, 8549, 13904, 8295, 13438, 7865, 13503, 8272, 13496, 8507, 13516, 8414, 14065, 8937, 14665, 8215, 13747, 8670, 14187, 9141, 12491, 8244, 12793, 7928, 12679, 9472, 8047, 9467, 10348, 11143, 9879, 11812, 14069, 12702, 13222, 13270, 10018, 13616, 13141, 15015, 13987, 14459, 11179, 14260, 11524, 14559, 12494, 8255, 12847, 9752, 13304, 12381, 9312, 12578, 10340, 12446, 13951, 12528, 12901, 12464, 12438, 12303, 12998, 12496, 11371, 12322, 10391, 12794, 10200, 12668, 7886, 13119, 7735, 12654, 7752, 13500, 8401, 13315, 8747, 12914, 8679, 13684, 9919, 13615, 9907, 13244, 10199, 13631, 11261, 12932, 8542, 13578, 9900, 8111, 10625, 8975, 8003, 10543, 8238, 11478, 9118, 14045, 9416, 13082, 8641, 13097, 8913, 13631, 9879, 12050, 14517, 10918, 15037, 10691, 13938, 8608, 12048, 11785, 12167, 15652, 10427, 13205, 8025, 13127, 8421, 13091, 8453, 11842, 8187, 11567, 8296, 12601, 8447, 11891, 8287, 11742, 8475, 11841, 8174, 12247, 8981, 7815, 10011, 8508, 7931, 10639, 8523, 12237, 9731, 14107, 8451, 12025, 11002, 14670, 12442, 14266, 12738, 12429, 15823, 10951, 15091, 9842, 13494, 8689, 12236, 8870, 11330, 15850, 11993, 14936, 10089, 13964, 10884, 13731, 8184, 12600, 8065, 11391, 8559, 12172, 8415, 11368, 14727, 11082, 14907, 12774, 15019, 10728, 13829, 11217, 9460, 11682, 9260, 12108, 8573, 14849, 8649, 13860, 9143, 13700, 8333, 14941, 8710, 13934, 9052, 13329, 8334, 13493, 8927, 14078, 8552, 13428, 8353, 12651, 8282, 13438, 8395, 13188, 8181, 12876, 8556, 13265, 8143, 13081, 8162, 12910, 8163, 12980, 8397, 13233, 8597, 12998, 8329, 11224, 8380, 12373, 8132, 10913, 9434, 8274, 8973, 8865, 7953, 10822, 8090, 11104, 8930, 12931, 10948, 13548, 10250, 12204, 13357, 12766, 10730, 12685, 9044, 11771, 9046, 14123, 10703, 14745, 10414, 13937, 10679, 15349, 12566, 14536, 11489, 9843, 12269, 9262, 13495, 8424, 12217, 8634, 12606, 9821, 13148, 10806, 11204, 10547, 8646, 12943, 8092, 12161, 8416, 12073, 9007, 10905, 11672, 8044, 13079, 8580, 14185, 10402, 8420, 11306, 8048, 12459, 11698, 13617, 14238, 11924, 14690, 11761, 15114, 9822, 14575, 9230, 13581, 8183, 13338, 8038, 13298, 8326, 12898, 11039, 12657, 11813, 12167, 14444, 11909, 13901, 10600, 13000, 9694, 12767, 8555, 13080, 7998, 12145, 8362, 12242, 7971, 12316, 7915, 12005, 8679, 12293, 8198, 12484, 8128, 11894, 14298, 11749, 14898, 10479, 12831, 9094, 12676, 8262, 12714, 8201, 11992, 8438, 12504, 7860, 12176, 7864, 10692, 9404, 8267, 11506, 8802, 8051, 10314, 8194, 11721, 12449, 11885, 15010, 9614, 13630, 10294, 14091, 15552, 12123, 14963, 10079, 14669, 8883, 14433, 9769, 15058, 10311, 14489, 9603, 14202, 8411, 13757, 8634, 12655, 14980, 12416, 14370, 11306, 13817, 8723, 13458, 8270, 13120, 8273, 12572, 8674, 12872, 7918, 12846, 8243, 12677, 8665, 12498, 8265, 13398, 8087, 13619, 14409, 13084, 15124, 11903, 14911, 10081, 13997, 8956, 13809, 7856, 13379, 8247, 12496, 13982, 12096, 14015, 9244, 13667, 8304, 12863, 10777, 12291, 14452, 11936, 13915, 9068, 12948, 8126, 13119, 8257, 12995, 8329, 12825, 8068, 12830, 7986, 12442, 8562, 12175, 14267, 11808, 14266, 10042, 13515, 9126, 13853, 8380, 13546, 8273, 12173, 15911, 12570, 14690, 12012, 13723, 11406, 14315, 11917, 14397, 10017, 13487, 8839, 13231, 9722, 13465, 10129, 13369, 11294, 13424, 12197, 13850, 11077, 14282, 10582, 13685, 10394, 14078, 9866, 13993, 11035, 14025, 11807, 11737, 12199, 8896, 13042, 12072, 12963, 11247, 13082, 14192, 13066, 15636, 12588, 15165, 12411, 14125, 12046, 14091, 12112, 14199, 12055, 14292, 11759, 14021, 11129, 12974, 10583, 12767, 10929, 14019, 10792, 12686, 11564, 13347, 11332, 13349, 10550, 10921, 10074, 8448, 11705, 8097, 12557, 8466, 12956, 9594, 7918, 11571, 8326, 13624, 8997, 9619, 9789, 8020, 12643, 13426, 14702, 14722, 10343, 14687, 10815, 9254, 13270, 9492, 16735, 12024, 8980, 13358, 8366, 16171, 10622, 16184, 10931, 10141, 13338, 8794, 15103, 13271, 11651, 12710, 9490, 13529, 9455, 13665, 9919, 13420, 10823, 13709, 11705, 12700, 11525, 8910, 8198, 7890, 13022, 9047, 12865, 8450, 12389, 7934, 13897, 9659, 11883, 9638, 13252, 11376, 13986, 11937, 10668, 11864, 11751, 12087, 9536, 12555, 8692, 12619, 10832, 13141, 9128, 13017, 8401, 10060, 9372, 11807, 9079, 13026, 8848, 12452, 8332, 12685, 7931, 14071, 9344, 14391, 11336, 11913, 12163, 8568, 12908, 8407, 12679, 9615, 14306, 9453, 13490, 8924, 13548, 9372, 14405, 10196, 14807, 9182, 13868, 8580, 13995, 8695, 14490, 9244, 14072, 8285, 13783, 8456, 13464, 9389, 14009, 7843, 13582, 7907, 13554, 10536, 13489, 9828, 13319, 14103, 13054, 15209, 12514, 15418, 11308, 13131, 9095, 12002, 10416, 12632, 11540, 8601, 11696, 8652, 13126, 16152, 12928, 15344, 10928, 14578, 9576, 14042, 9410, 14929, 8797, 12897, 9004, 12763, 15693, 13033, 14133, 12489, 15250, 12780, 15143, 12412, 15423, 11067, 15153, 10120, 14862, 10259, 15165, 9098, 13390, 8989, 14353, 8798, 13932, 8815, 13502, 8348, 12926, 8106, 13991, 8058, 13452, 7682, 13080, 11136, 13560, 9345, 13727, 9488, 13578, 12753, 13354, 14916, 13646, 12558, 13611, 13582, 12815, 13926, 13281, 8223, 13494, 7731, 12826, 7959, 13394, 8092, 13858, 7784, 13734, 8938, 13967, 8029, 12592, 9274, 12582, 12357, 11819, 9512, 11984, 8834, 10791, 9929, 12014, 8188, 11639, 8443, 9083, 8824, 7812, 11020, 9397, 8084, 11094, 8285, 12457, 8940, 12774, 8979, 12939, 10035, 13915, 10479, 12652, 9076, 12332, 8515, 12756, 8857, 12139, 9740, 7645, 11170, 8291, 12022, 8741, 12392, 8403, 11997, 8618, 12821, 8886, 11264, 14151, 11055, 13891, 11178, 14768, 10680, 7865, 11679, 7825, 11594, 8421, 11748, 8292, 12113, 8652, 12112, 8037, 11733, 8026, 12640, 8710, 12310, 7994, 11538, 8265, 12143, 8278, 11863, 8020, 11381, 8099, 11560, 8144, 12040, 8483, 11929, 8119, 11560, 8909, 11913, 8811, 12122, 8539, 11778, 8532, 11790, 8440, 11924, 8369, 12027, 9373, 12758, 9303, 13783, 8716, 12745, 8737, 13249, 10914, 13239, 13852, 13067, 13247, 10489, 13927, 10007, 7991, 9772, 8143, 10362, 8745, 8581, 9107, 8084, 11846, 8944, 11935, 14396, 12091, 14768, 12009, 13712, 10299, 13015, 11107, 14824, 10169, 12557, 14938, 12479, 17422, 13488, 16189, 11448, 14656, 8974, 14025, 8951, 14744, 9064, 12503, 8483, 12207, 8171, 13015, 8677, 12877, 8347, 12083, 12733, 12092, 17202, 13401, 16472, 12377, 14445, 11991, 15081, 10343, 15193, 9410, 13346, 8654, 12632, 10009, 12260, 8338, 7741, 9895, 8310, 12854, 9682, 8380, 10154, 7953, 10405, 8093, 10892, 13527, 11483, 14096, 10125, 9123, 9647, 8115, 10992, 12222, 10426], 'WindowCenter': [4797.0, 4798.0, 4744.0, 4770.0, 4728.0, 4777.0, 4728.0, 4755.0, 4715.0, 4754.0, 4723.0, 4754.0, 4714.0, 4742.0, 4725.0, 4756.0, 4748.0, 4755.0, 4736.0, 4756.0, 4727.0, 4754.0, 4725.0, 4754.0, 4708.0, 4755.0, 4705.0, 4745.0, 4694.0, 4744.0, 4693.0, 4743.0, 4722.0, 4731.0, 4721.0, 4730.0, 4750.0, 4730.0, 4748.0, 4731.0, 4739.0, 4729.0, 4737.0, 4730.0, 4738.0, 4719.0, 4738.0, 4719.0, 4739.0, 4731.0, 4700.0, 4732.0, 4700.0, 4743.0, 4720.0, 4742.0, 4693.0, 4744.0, 4704.0, 4743.0, 4742.0, 4743.0, 4742.0, 4732.0, 4751.0, 4730.0, 4750.0, 4730.0, 4740.0, 4720.0, 4738.0, 4720.0, 4739.0, 4720.0, 4738.0, 4698.0, 4728.0, 4690.0, 4738.0, 4689.0, 4739.0, 4689.0, 4728.0, 4699.0, 4739.0, 4690.0, 4730.0, 4690.0, 4729.0, 4690.0, 4730.0, 4691.0, 4729.0, 4691.0, 4731.0, 4701.0, 4741.0, 4702.0, 4741.0, 4702.0, 4742.0, 4702.0, 4742.0, 4702.0, 4744.0, 4692.0, 4743.0, 4711.0, 4741.0, 4702.0, 4732.0, 4718.0, 4741.0, 4710.0, 4744.0, 4701.0, 4731.0, 4699.0, 4732.0, 4693.0, 4742.0, 4704.0, 4743.0, 4705.0, 4755.0, 4716.0, 4756.0, 4716.0, 4757.0, 4728.0, 4757.0, 4716.0, 4743.0, 4714.0, 4753.0, 4732.0, 4753.0, 4712.0, 4740.0, 4702.0, 4743.0, 4710.0, 4741.0, 4702.0, 4741.0, 4693.0, 4742.0, 4702.0, 4753.0, 4704.0, 4743.0, 4694.0, 4742.0, 4704.0, 4754.0, 4713.0, 4743.0, 4703.0, 4730.0, 4691.0, 4730.0, 4691.0, 4731.0, 4690.0, 4730.0, 4691.0, 4731.0, 4702.0, 4752.0, 4736.0, 4735.0, 4746.0, 4716.0, 4758.0, 4741.0, 4767.0, 4749.0, 4766.0, 4737.0, 4755.0, 4737.0, 4755.0, 4728.0, 4755.0, 4745.0, 4765.0, 4745.0, 4752.0, 4743.0, 4742.0, 4742.0, 4701.0, 4756.0, 4715.0, 4762.0, 4706.0, 4752.0, 4725.0, 4765.0, 4745.0, 4762.0, 4745.0, 4716.0, 4754.0, 4715.0, 4763.0, 4725.0, 4753.0, 4714.0, 4754.0, 4743.0, 4744.0, 4722.0, 4732.0, 4720.0, 4732.0, 4739.0, 4739.0, 4710.0, 4731.0, 4699.0, 4740.0, 4689.0, 4738.0, 4690.0, 4759.0, 4720.0, 4762.0, 4731.0, 4738.0, 4740.0, 4749.0, 4740.0, 4701.0, 4740.0, 4680.0, 4741.0, 4717.0, 4738.0, 4686.0, 4738.0, 4678.0, 4729.0, 4691.0, 4739.0, 4689.0, 4739.0, 4700.0, 4739.0, 4703.0, 4751.0, 4701.0, 4751.0, 4703.0, 4741.0, 4691.0, 4741.0, 4691.0, 4752.0, 4703.0, 4740.0, 4693.0, 4740.0, 4679.0, 4740.0, 4691.0, 4739.0, 4690.0, 4752.0, 4693.0, 4752.0, 4691.0, 4754.0, 4703.0, 4755.0, 4706.0, 4755.0, 4714.0, 4764.0, 4706.0, 4754.0, 4705.0, 4767.0, 4716.0, 4767.0, 4707.0, 4767.0, 4706.0, 4757.0, 4734.0, 4755.0, 4754.0, 4768.0, 4763.0, 4743.0, 4763.0, 4753.0, 4760.0, 4743.0, 4760.0, 4732.0, 4749.0, 4719.0, 4751.0, 4721.0, 4762.0, 4713.0, 4754.0, 4704.0, 4754.0, 4704.0, 4763.0, 4704.0, 4753.0, 4704.0, 4753.0, 4706.0, 4764.0, 4706.0, 4765.0, 4717.0, 4764.0, 4717.0, 4767.0, 4727.0, 4778.0, 4717.0, 4765.0, 4729.0, 4792.0, 4769.0, 4811.0, 4759.0, 4777.0, 4718.0, 4765.0, 4733.0, 4717.0, 4716.0, 4753.0, 4736.0, 4745.0, 4752.0, 4773.0, 4755.0, 4751.0, 4754.0, 4734.0, 4765.0, 4754.0, 4776.0, 4752.0, 4753.0, 4719.0, 4746.0, 4719.0, 4736.0, 4725.0, 4688.0, 4738.0, 4721.0, 4750.0, 4753.0, 4712.0, 4742.0, 4720.0, 4741.0, 4748.0, 4739.0, 4728.0, 4729.0, 4727.0, 4730.0, 4737.0, 4739.0, 4717.0, 4728.0, 4708.0, 4741.0, 4708.0, 4737.0, 4689.0, 4738.0, 4681.0, 4740.0, 4691.0, 4751.0, 4701.0, 4750.0, 4702.0, 4752.0, 4713.0, 4750.0, 4722.0, 4751.0, 4723.0, 4753.0, 4736.0, 4776.0, 4775.0, 4783.0, 4729.0, 4752.0, 4723.0, 4699.0, 4730.0, 4712.0, 4703.0, 4744.0, 4728.0, 4759.0, 4739.0, 4786.0, 4750.0, 4779.0, 4729.0, 4765.0, 4725.0, 4778.0, 4734.0, 4756.0, 4762.0, 4734.0, 4761.0, 4729.0, 4749.0, 4701.0, 4741.0, 4727.0, 4737.0, 4757.0, 4731.0, 4736.0, 4687.0, 4736.0, 4686.0, 4738.0, 4686.0, 4728.0, 4687.0, 4731.0, 4701.0, 4751.0, 4701.0, 4741.0, 4699.0, 4743.0, 4729.0, 4783.0, 4733.0, 4766.0, 4726.0, 4714.0, 4733.0, 4739.0, 4716.0, 4758.0, 4738.0, 4767.0, 4749.0, 4792.0, 4728.0, 4770.0, 4748.0, 4776.0, 4753.0, 4776.0, 4753.0, 4754.0, 4772.0, 4729.0, 4758.0, 4709.0, 4749.0, 4698.0, 4740.0, 4710.0, 4730.0, 4755.0, 4729.0, 4757.0, 4719.0, 4746.0, 4730.0, 4760.0, 4702.0, 4751.0, 4701.0, 4742.0, 4697.0, 4741.0, 4701.0, 4731.0, 4748.0, 4728.0, 4745.0, 4736.0, 4756.0, 4720.0, 4748.0, 4732.0, 4708.0, 4740.0, 4712.0, 4742.0, 4713.0, 4760.0, 4714.0, 4763.0, 4724.0, 4761.0, 4703.0, 4770.0, 4703.0, 4750.0, 4709.0, 4751.0, 4690.0, 4748.0, 4697.0, 4747.0, 4687.0, 4749.0, 4688.0, 4737.0, 4688.0, 4748.0, 4699.0, 4751.0, 4700.0, 4750.0, 4701.0, 4750.0, 4703.0, 4751.0, 4703.0, 4752.0, 4702.0, 4751.0, 4704.0, 4752.0, 4703.0, 4753.0, 4729.0, 4785.0, 4745.0, 4783.0, 4732.0, 4745.0, 4734.0, 4728.0, 4738.0, 4740.0, 4731.0, 4771.0, 4744.0, 4773.0, 4755.0, 4784.0, 4760.0, 4790.0, 4762.0, 4786.0, 4824.0, 4800.0, 4753.0, 4770.0, 4745.0, 4774.0, 4733.0, 4780.0, 4741.0, 4779.0, 4739.0, 4754.0, 4722.0, 4735.0, 4671.0, 4663.0, 4687.0, 4709.0, 4739.0, 4710.0, 4749.0, 4700.0, 4725.0, 4685.0, 4724.0, 4721.0, 4749.0, 4730.0, 4729.0, 4732.0, 4710.0, 4751.0, 4700.0, 4740.0, 4698.0, 4740.0, 4712.0, 4742.0, 4757.0, 4704.0, 4762.0, 4715.0, 4762.0, 4745.0, 4714.0, 4744.0, 4706.0, 4756.0, 4756.0, 4766.0, 4763.0, 4742.0, 4760.0, 4742.0, 4760.0, 4711.0, 4750.0, 4700.0, 4739.0, 4689.0, 4737.0, 4678.0, 4736.0, 4685.0, 4737.0, 4718.0, 4738.0, 4726.0, 4742.0, 4750.0, 4733.0, 4751.0, 4722.0, 4741.0, 4712.0, 4737.0, 4698.0, 4739.0, 4689.0, 4741.0, 4702.0, 4739.0, 4692.0, 4743.0, 4705.0, 4743.0, 4716.0, 4757.0, 4717.0, 4756.0, 4704.0, 4744.0, 4762.0, 4744.0, 4761.0, 4723.0, 4743.0, 4700.0, 4739.0, 4691.0, 4740.0, 4704.0, 4743.0, 4717.0, 4781.0, 4732.0, 4758.0, 4718.0, 4734.0, 4723.0, 4718.0, 4759.0, 4740.0, 4733.0, 4763.0, 4731.0, 4773.0, 4770.0, 4772.0, 4787.0, 4740.0, 4778.0, 4734.0, 4779.0, 4776.0, 4755.0, 4775.0, 4737.0, 4763.0, 4699.0, 4762.0, 4720.0, 4759.0, 4722.0, 4748.0, 4708.0, 4748.0, 4688.0, 4736.0, 4684.0, 4725.0, 4742.0, 4725.0, 4733.0, 4715.0, 4734.0, 4684.0, 4724.0, 4674.0, 4725.0, 4687.0, 4724.0, 4687.0, 4736.0, 4687.0, 4738.0, 4689.0, 4737.0, 4698.0, 4742.0, 4701.0, 4750.0, 4690.0, 4753.0, 4758.0, 4739.0, 4747.0, 4730.0, 4759.0, 4721.0, 4749.0, 4698.0, 4749.0, 4689.0, 4748.0, 4689.0, 4741.0, 4750.0, 4740.0, 4761.0, 4710.0, 4750.0, 4701.0, 4750.0, 4731.0, 4740.0, 4758.0, 4739.0, 4748.0, 4703.0, 4739.0, 4691.0, 4739.0, 4690.0, 4749.0, 4701.0, 4750.0, 4701.0, 4755.0, 4701.0, 4753.0, 4713.0, 4754.0, 4763.0, 4744.0, 4761.0, 4733.0, 4751.0, 4713.0, 4760.0, 4702.0, 4753.0, 4701.0, 4742.0, 4768.0, 4740.0, 4759.0, 4742.0, 4750.0, 4743.0, 4760.0, 4740.0, 4760.0, 4722.0, 4761.0, 4712.0, 4750.0, 4720.0, 4750.0, 4731.0, 4749.0, 4745.0, 4762.0, 4755.0, 4762.0, 4744.0, 4774.0, 4735.0, 4761.0, 4733.0, 4761.0, 4722.0, 4760.0, 4735.0, 4762.0, 4746.0, 4743.0, 4753.0, 4713.0, 4767.0, 4754.0, 4767.0, 4746.0, 4766.0, 4764.0, 4756.0, 4773.0, 4752.0, 4760.0, 4741.0, 4749.0, 4742.0, 4750.0, 4742.0, 4749.0, 4741.0, 4762.0, 4755.0, 4761.0, 4743.0, 4751.0, 4735.0, 4764.0, 4746.0, 4763.0, 4746.0, 4765.0, 4756.0, 4778.0, 4775.0, 4793.0, 4762.0, 4745.0, 4735.0, 4716.0, 4771.0, 4747.0, 4783.0, 4756.0, 4779.0, 4751.0, 4730.0, 4771.0, 4745.0, 4805.0, 4755.0, 4749.0, 4748.0, 4729.0, 4783.0, 4782.0, 4792.0, 4791.0, 4737.0, 4766.0, 4732.0, 4713.0, 4744.0, 4716.0, 4772.0, 4743.0, 4713.0, 4750.0, 4690.0, 4757.0, 4708.0, 4745.0, 4706.0, 4697.0, 4725.0, 4686.0, 4737.0, 4726.0, 4705.0, 4726.0, 4685.0, 4723.0, 4684.0, 4723.0, 4684.0, 4723.0, 4708.0, 4725.0, 4717.0, 4714.0, 4705.0, 4685.0, 4687.0, 4674.0, 4723.0, 4686.0, 4725.0, 4677.0, 4725.0, 4678.0, 4737.0, 4710.0, 4729.0, 4710.0, 4738.0, 4733.0, 4749.0, 4742.0, 4723.0, 4744.0, 4742.0, 4744.0, 4724.0, 4753.0, 4703.0, 4754.0, 4733.0, 4751.0, 4713.0, 4752.0, 4705.0, 4724.0, 4712.0, 4744.0, 4713.0, 4751.0, 4712.0, 4741.0, 4703.0, 4752.0, 4704.0, 4763.0, 4726.0, 4764.0, 4747.0, 4744.0, 4755.0, 4716.0, 4757.0, 4704.0, 4754.0, 4723.0, 4764.0, 4723.0, 4754.0, 4712.0, 4752.0, 4713.0, 4762.0, 4723.0, 4762.0, 4712.0, 4751.0, 4700.0, 4751.0, 4700.0, 4751.0, 4710.0, 4750.0, 4689.0, 4750.0, 4689.0, 4750.0, 4710.0, 4753.0, 4702.0, 4753.0, 4705.0, 4777.0, 4735.0, 4766.0, 4737.0, 4766.0, 4764.0, 4767.0, 4775.0, 4767.0, 4787.0, 4760.0, 4768.0, 4726.0, 4756.0, 4739.0, 4757.0, 4747.0, 4716.0, 4747.0, 4718.0, 4771.0, 4775.0, 4758.0, 4774.0, 4735.0, 4763.0, 4724.0, 4762.0, 4714.0, 4764.0, 4703.0, 4755.0, 4701.0, 4746.0, 4761.0, 4746.0, 4752.0, 4741.0, 4763.0, 4745.0, 4760.0, 4742.0, 4759.0, 4732.0, 4759.0, 4712.0, 4750.0, 4720.0, 4760.0, 4703.0, 4740.0, 4703.0, 4750.0, 4691.0, 4750.0, 4701.0, 4740.0, 4689.0, 4740.0, 4681.0, 4750.0, 4681.0, 4742.0, 4679.0, 4741.0, 4719.0, 4742.0, 4701.0, 4752.0, 4711.0, 4751.0, 4739.0, 4753.0, 4760.0, 4753.0, 4743.0, 4752.0, 4743.0, 4744.0, 4750.0, 4752.0, 4696.0, 4755.0, 4695.0, 4753.0, 4704.0, 4756.0, 4705.0, 4764.0, 4693.0, 4768.0, 4718.0, 4766.0, 4706.0, 4755.0, 4715.0, 4753.0, 4744.0, 4745.0, 4714.0, 4755.0, 4741.0, 4772.0, 4751.0, 4768.0, 4732.0, 4771.0, 4728.0, 4718.0, 4707.0, 4714.0, 4756.0, 4749.0, 4715.0, 4746.0, 4716.0, 4756.0, 4727.0, 4768.0, 4728.0, 4755.0, 4722.0, 4764.0, 4733.0, 4742.0, 4713.0, 4741.0, 4700.0, 4741.0, 4701.0, 4728.0, 4722.0, 4692.0, 4742.0, 4714.0, 4753.0, 4714.0, 4752.0, 4700.0, 4739.0, 4699.0, 4739.0, 4700.0, 4732.0, 4747.0, 4717.0, 4737.0, 4717.0, 4747.0, 4719.0, 4690.0, 4730.0, 4680.0, 4728.0, 4687.0, 4729.0, 4688.0, 4729.0, 4700.0, 4741.0, 4689.0, 4727.0, 4688.0, 4739.0, 4699.0, 4728.0, 4692.0, 4729.0, 4690.0, 4729.0, 4701.0, 4728.0, 4700.0, 4729.0, 4691.0, 4731.0, 4693.0, 4741.0, 4703.0, 4740.0, 4691.0, 4732.0, 4712.0, 4742.0, 4714.0, 4740.0, 4703.0, 4741.0, 4702.0, 4742.0, 4705.0, 4744.0, 4715.0, 4756.0, 4725.0, 4755.0, 4725.0, 4775.0, 4717.0, 4757.0, 4715.0, 4755.0, 4733.0, 4753.0, 4762.0, 4767.0, 4780.0, 4747.0, 4790.0, 4734.0, 4714.0, 4748.0, 4732.0, 4785.0, 4753.0, 4734.0, 4736.0, 4744.0, 4781.0, 4742.0, 4770.0, 4778.0, 4772.0, 4791.0, 4771.0, 4778.0, 4749.0, 4766.0, 4745.0, 4776.0, 4722.0, 4743.0, 4762.0, 4739.0, 4771.0, 4739.0, 4759.0, 4729.0, 4745.0, 4684.0, 4734.0, 4684.0, 4736.0, 4684.0, 4727.0, 4684.0, 4714.0, 4686.0, 4725.0, 4683.0, 4725.0, 4674.0, 4726.0, 4724.0, 4724.0, 4753.0, 4733.0, 4755.0, 4726.0, 4745.0, 4728.0, 4745.0, 4705.0, 4743.0, 4696.0, 4734.0, 4700.0, 4737.0, 4708.0, 4729.0, 4699.0, 4703.0, 4719.0, 4703.0, 4762.0, 4736.0, 4717.0, 4746.0, 4716.0, 4746.0, 4716.0, 4759.0, 4792.0, 4773.0, 4779.0, 4761.0, 4736.0, 4709.0, 4684.0, 4726.0, 4749.0, 4729.0], 'WindowWidth': [10483.0, 10467.0, 10383.0, 10413.0, 10351.0, 10417.0, 10347.0, 10381.0, 10325.0, 10377.0, 10335.0, 10377.0, 10323.0, 10358.0, 10340.0, 10381.0, 10378.0, 10383.0, 10357.0, 10385.0, 10346.0, 10380.0, 10342.0, 10378.0, 10321.0, 10381.0, 10312.0, 10366.0, 10296.0, 10363.0, 10292.0, 10360.0, 10329.0, 10341.0, 10326.0, 10338.0, 10365.0, 10338.0, 10362.0, 10341.0, 10351.0, 10336.0, 10343.0, 10337.0, 10347.0, 10323.0, 10347.0, 10324.0, 10348.0, 10343.0, 10300.0, 10346.0, 10301.0, 10362.0, 10327.0, 10361.0, 10295.0, 10365.0, 10309.0, 10363.0, 10359.0, 10362.0, 10360.0, 10345.0, 10371.0, 10339.0, 10367.0, 10338.0, 10353.0, 10325.0, 10347.0, 10324.0, 10349.0, 10323.0, 10347.0, 10294.0, 10333.0, 10284.0, 10346.0, 10283.0, 10350.0, 10284.0, 10332.0, 10294.0, 10349.0, 10286.0, 10338.0, 10285.0, 10336.0, 10282.0, 10339.0, 10288.0, 10336.0, 10289.0, 10342.0, 10302.0, 10356.0, 10307.0, 10357.0, 10305.0, 10359.0, 10305.0, 10360.0, 10305.0, 10363.0, 10290.0, 10359.0, 10317.0, 10358.0, 10303.0, 10345.0, 10323.0, 10355.0, 10314.0, 10362.0, 10301.0, 10341.0, 10297.0, 10344.0, 10295.0, 10360.0, 10309.0, 10363.0, 10314.0, 10382.0, 10333.0, 10384.0, 10331.0, 10388.0, 10348.0, 10387.0, 10329.0, 10363.0, 10322.0, 10375.0, 10345.0, 10376.0, 10318.0, 10356.0, 10304.0, 10360.0, 10312.0, 10357.0, 10307.0, 10355.0, 10293.0, 10359.0, 10305.0, 10375.0, 10308.0, 10360.0, 10295.0, 10359.0, 10309.0, 10378.0, 10318.0, 10361.0, 10303.0, 10337.0, 10286.0, 10337.0, 10285.0, 10339.0, 10282.0, 10337.0, 10287.0, 10340.0, 10304.0, 10374.0, 10355.0, 10352.0, 10370.0, 10329.0, 10388.0, 10371.0, 10400.0, 10379.0, 10400.0, 10360.0, 10380.0, 10356.0, 10381.0, 10348.0, 10379.0, 10367.0, 10393.0, 10365.0, 10371.0, 10359.0, 10357.0, 10357.0, 10300.0, 10381.0, 10325.0, 10387.0, 10314.0, 10374.0, 10338.0, 10391.0, 10366.0, 10387.0, 10368.0, 10327.0, 10378.0, 10326.0, 10389.0, 10338.0, 10377.0, 10321.0, 10376.0, 10362.0, 10364.0, 10333.0, 10346.0, 10325.0, 10345.0, 10351.0, 10348.0, 10311.0, 10339.0, 10293.0, 10351.0, 10282.0, 10346.0, 10284.0, 10375.0, 10325.0, 10385.0, 10341.0, 10347.0, 10351.0, 10361.0, 10352.0, 10298.0, 10351.0, 10268.0, 10352.0, 10317.0, 10344.0, 10274.0, 10344.0, 10265.0, 10334.0, 10284.0, 10349.0, 10283.0, 10350.0, 10298.0, 10350.0, 10305.0, 10367.0, 10300.0, 10368.0, 10304.0, 10355.0, 10286.0, 10353.0, 10286.0, 10370.0, 10303.0, 10351.0, 10288.0, 10350.0, 10266.0, 10349.0, 10283.0, 10348.0, 10282.0, 10371.0, 10292.0, 10370.0, 10288.0, 10374.0, 10305.0, 10378.0, 10314.0, 10380.0, 10324.0, 10390.0, 10314.0, 10378.0, 10312.0, 10396.0, 10326.0, 10397.0, 10316.0, 10398.0, 10314.0, 10384.0, 10350.0, 10378.0, 10377.0, 10401.0, 10390.0, 10359.0, 10386.0, 10373.0, 10379.0, 10357.0, 10378.0, 10343.0, 10362.0, 10322.0, 10365.0, 10328.0, 10382.0, 10321.0, 10375.0, 10306.0, 10375.0, 10310.0, 10388.0, 10306.0, 10374.0, 10307.0, 10375.0, 10317.0, 10391.0, 10314.0, 10395.0, 10332.0, 10393.0, 10332.0, 10400.0, 10345.0, 10416.0, 10332.0, 10394.0, 10354.0, 10445.0, 10430.0, 10493.0, 10416.0, 10421.0, 10337.0, 10397.0, 10353.0, 10341.0, 10322.0, 10390.0, 10354.0, 10375.0, 10380.0, 10409.0, 10385.0, 10374.0, 10380.0, 10355.0, 10400.0, 10380.0, 10414.0, 10373.0, 10374.0, 10320.0, 10357.0, 10319.0, 10340.0, 10324.0, 10279.0, 10349.0, 10331.0, 10369.0, 10376.0, 10321.0, 10360.0, 10327.0, 10355.0, 10362.0, 10351.0, 10334.0, 10334.0, 10331.0, 10339.0, 10345.0, 10348.0, 10318.0, 10333.0, 10305.0, 10354.0, 10307.0, 10347.0, 10282.0, 10349.0, 10273.0, 10353.0, 10287.0, 10370.0, 10302.0, 10368.0, 10305.0, 10372.0, 10320.0, 10367.0, 10333.0, 10371.0, 10333.0, 10373.0, 10357.0, 10413.0, 10431.0, 10439.0, 10355.0, 10375.0, 10337.0, 10300.0, 10340.0, 10318.0, 10311.0, 10370.0, 10356.0, 10397.0, 10371.0, 10432.0, 10388.0, 10426.0, 10354.0, 10400.0, 10345.0, 10419.0, 10355.0, 10387.0, 10390.0, 10352.0, 10386.0, 10341.0, 10367.0, 10302.0, 10356.0, 10334.0, 10348.0, 10376.0, 10345.0, 10345.0, 10279.0, 10343.0, 10277.0, 10348.0, 10279.0, 10335.0, 10282.0, 10343.0, 10304.0, 10374.0, 10304.0, 10358.0, 10301.0, 10363.0, 10359.0, 10440.0, 10369.0, 10404.0, 10350.0, 10332.0, 10356.0, 10372.0, 10337.0, 10397.0, 10369.0, 10404.0, 10387.0, 10447.0, 10356.0, 10413.0, 10382.0, 10418.0, 10378.0, 10415.0, 10378.0, 10380.0, 10401.0, 10339.0, 10377.0, 10308.0, 10366.0, 10294.0, 10354.0, 10316.0, 10340.0, 10369.0, 10338.0, 10374.0, 10325.0, 10358.0, 10341.0, 10387.0, 10311.0, 10375.0, 10307.0, 10362.0, 10297.0, 10360.0, 10304.0, 10344.0, 10363.0, 10336.0, 10356.0, 10344.0, 10370.0, 10325.0, 10362.0, 10346.0, 10311.0, 10359.0, 10320.0, 10361.0, 10322.0, 10385.0, 10326.0, 10392.0, 10341.0, 10386.0, 10310.0, 10398.0, 10309.0, 10370.0, 10312.0, 10368.0, 10285.0, 10362.0, 10289.0, 10359.0, 10279.0, 10365.0, 10280.0, 10347.0, 10281.0, 10365.0, 10300.0, 10370.0, 10301.0, 10369.0, 10304.0, 10371.0, 10308.0, 10373.0, 10309.0, 10374.0, 10307.0, 10372.0, 10309.0, 10373.0, 10308.0, 10376.0, 10357.0, 10444.0, 10391.0, 10435.0, 10365.0, 10373.0, 10357.0, 10356.0, 10370.0, 10375.0, 10366.0, 10420.0, 10389.0, 10424.0, 10403.0, 10439.0, 10400.0, 10445.0, 10409.0, 10447.0, 10513.0, 10468.0, 10388.0, 10413.0, 10388.0, 10422.0, 10360.0, 10424.0, 10369.0, 10419.0, 10364.0, 10378.0, 10331.0, 10335.0, 10222.0, 10197.0, 10260.0, 10314.0, 10355.0, 10317.0, 10369.0, 10306.0, 10330.0, 10274.0, 10325.0, 10332.0, 10368.0, 10347.0, 10342.0, 10350.0, 10319.0, 10375.0, 10305.0, 10358.0, 10299.0, 10357.0, 10322.0, 10365.0, 10393.0, 10318.0, 10392.0, 10333.0, 10392.0, 10373.0, 10329.0, 10370.0, 10321.0, 10389.0, 10389.0, 10402.0, 10391.0, 10363.0, 10385.0, 10361.0, 10384.0, 10317.0, 10369.0, 10297.0, 10350.0, 10282.0, 10345.0, 10267.0, 10343.0, 10274.0, 10345.0, 10320.0, 10351.0, 10331.0, 10361.0, 10368.0, 10347.0, 10368.0, 10331.0, 10356.0, 10318.0, 10347.0, 10297.0, 10351.0, 10286.0, 10355.0, 10304.0, 10352.0, 10292.0, 10361.0, 10312.0, 10363.0, 10332.0, 10390.0, 10333.0, 10386.0, 10312.0, 10366.0, 10387.0, 10365.0, 10387.0, 10335.0, 10361.0, 10300.0, 10351.0, 10288.0, 10354.0, 10311.0, 10362.0, 10338.0, 10435.0, 10368.0, 10393.0, 10338.0, 10355.0, 10342.0, 10343.0, 10397.0, 10376.0, 10370.0, 10413.0, 10365.0, 10422.0, 10414.0, 10418.0, 10433.0, 10374.0, 10422.0, 10356.0, 10423.0, 10414.0, 10384.0, 10410.0, 10360.0, 10391.0, 10299.0, 10386.0, 10330.0, 10382.0, 10334.0, 10364.0, 10309.0, 10362.0, 10282.0, 10345.0, 10272.0, 10328.0, 10347.0, 10327.0, 10336.0, 10315.0, 10337.0, 10271.0, 10323.0, 10257.0, 10326.0, 10279.0, 10325.0, 10277.0, 10344.0, 10280.0, 10349.0, 10286.0, 10350.0, 10299.0, 10360.0, 10304.0, 10372.0, 10291.0, 10377.0, 10379.0, 10352.0, 10360.0, 10340.0, 10379.0, 10329.0, 10367.0, 10295.0, 10365.0, 10283.0, 10363.0, 10285.0, 10358.0, 10368.0, 10358.0, 10386.0, 10317.0, 10371.0, 10306.0, 10371.0, 10345.0, 10356.0, 10378.0, 10355.0, 10365.0, 10307.0, 10352.0, 10289.0, 10353.0, 10288.0, 10368.0, 10304.0, 10370.0, 10307.0, 10380.0, 10308.0, 10380.0, 10324.0, 10381.0, 10391.0, 10366.0, 10387.0, 10352.0, 10373.0, 10324.0, 10385.0, 10305.0, 10376.0, 10304.0, 10361.0, 10393.0, 10356.0, 10382.0, 10362.0, 10369.0, 10363.0, 10382.0, 10359.0, 10385.0, 10336.0, 10388.0, 10323.0, 10369.0, 10331.0, 10372.0, 10347.0, 10371.0, 10370.0, 10389.0, 10386.0, 10392.0, 10370.0, 10409.0, 10356.0, 10387.0, 10351.0, 10387.0, 10337.0, 10386.0, 10356.0, 10389.0, 10372.0, 10365.0, 10380.0, 10325.0, 10402.0, 10383.0, 10403.0, 10372.0, 10401.0, 10396.0, 10386.0, 10406.0, 10376.0, 10384.0, 10358.0, 10368.0, 10360.0, 10367.0, 10359.0, 10367.0, 10357.0, 10388.0, 10386.0, 10387.0, 10365.0, 10371.0, 10357.0, 10397.0, 10371.0, 10391.0, 10375.0, 10399.0, 10387.0, 10422.0, 10429.0, 10454.0, 10405.0, 10374.0, 10357.0, 10331.0, 10417.0, 10393.0, 10436.0, 10409.0, 10429.0, 10390.0, 10359.0, 10419.0, 10393.0, 10470.0, 10403.0, 10385.0, 10385.0, 10360.0, 10436.0, 10434.0, 10448.0, 10442.0, 10360.0, 10395.0, 10347.0, 10318.0, 10364.0, 10326.0, 10402.0, 10363.0, 10324.0, 10370.0, 10288.0, 10375.0, 10306.0, 10352.0, 10298.0, 10288.0, 10326.0, 10274.0, 10344.0, 10329.0, 10299.0, 10327.0, 10270.0, 10321.0, 10265.0, 10318.0, 10266.0, 10320.0, 10304.0, 10325.0, 10315.0, 10309.0, 10296.0, 10272.0, 10277.0, 10255.0, 10321.0, 10272.0, 10324.0, 10260.0, 10324.0, 10264.0, 10343.0, 10314.0, 10339.0, 10315.0, 10350.0, 10348.0, 10367.0, 10362.0, 10334.0, 10364.0, 10357.0, 10364.0, 10338.0, 10377.0, 10309.0, 10378.0, 10346.0, 10371.0, 10321.0, 10375.0, 10315.0, 10340.0, 10319.0, 10366.0, 10321.0, 10373.0, 10319.0, 10357.0, 10310.0, 10374.0, 10313.0, 10390.0, 10346.0, 10395.0, 10374.0, 10367.0, 10384.0, 10331.0, 10388.0, 10311.0, 10379.0, 10335.0, 10393.0, 10335.0, 10378.0, 10320.0, 10373.0, 10321.0, 10387.0, 10335.0, 10387.0, 10317.0, 10371.0, 10297.0, 10368.0, 10298.0, 10369.0, 10312.0, 10367.0, 10283.0, 10365.0, 10284.0, 10366.0, 10312.0, 10374.0, 10306.0, 10375.0, 10313.0, 10416.0, 10356.0, 10398.0, 10359.0, 10398.0, 10391.0, 10399.0, 10410.0, 10400.0, 10430.0, 10400.0, 10406.0, 10345.0, 10383.0, 10365.0, 10387.0, 10374.0, 10331.0, 10374.0, 10337.0, 10412.0, 10411.0, 10389.0, 10406.0, 10356.0, 10391.0, 10340.0, 10388.0, 10325.0, 10392.0, 10308.0, 10380.0, 10305.0, 10368.0, 10387.0, 10368.0, 10372.0, 10358.0, 10389.0, 10367.0, 10381.0, 10360.0, 10379.0, 10347.0, 10379.0, 10318.0, 10367.0, 10328.0, 10382.0, 10307.0, 10354.0, 10308.0, 10367.0, 10288.0, 10366.0, 10302.0, 10351.0, 10283.0, 10353.0, 10274.0, 10367.0, 10273.0, 10358.0, 10271.0, 10354.0, 10323.0, 10359.0, 10300.0, 10371.0, 10317.0, 10371.0, 10353.0, 10375.0, 10383.0, 10374.0, 10361.0, 10372.0, 10359.0, 10362.0, 10368.0, 10375.0, 10300.0, 10381.0, 10298.0, 10378.0, 10313.0, 10384.0, 10315.0, 10394.0, 10298.0, 10401.0, 10336.0, 10400.0, 10318.0, 10383.0, 10327.0, 10378.0, 10365.0, 10367.0, 10324.0, 10384.0, 10378.0, 10422.0, 10390.0, 10411.0, 10366.0, 10421.0, 10358.0, 10329.0, 10311.0, 10333.0, 10394.0, 10387.0, 10335.0, 10374.0, 10333.0, 10389.0, 10349.0, 10409.0, 10354.0, 10388.0, 10337.0, 10399.0, 10349.0, 10362.0, 10323.0, 10358.0, 10303.0, 10358.0, 10301.0, 10337.0, 10336.0, 10295.0, 10363.0, 10329.0, 10379.0, 10329.0, 10376.0, 10304.0, 10356.0, 10298.0, 10355.0, 10300.0, 10345.0, 10360.0, 10319.0, 10346.0, 10318.0, 10358.0, 10325.0, 10287.0, 10341.0, 10272.0, 10335.0, 10279.0, 10338.0, 10282.0, 10338.0, 10300.0, 10356.0, 10285.0, 10335.0, 10283.0, 10352.0, 10298.0, 10338.0, 10290.0, 10337.0, 10286.0, 10338.0, 10304.0, 10338.0, 10303.0, 10340.0, 10289.0, 10343.0, 10295.0, 10358.0, 10311.0, 10358.0, 10292.0, 10346.0, 10320.0, 10360.0, 10324.0, 10357.0, 10308.0, 10358.0, 10306.0, 10360.0, 10313.0, 10368.0, 10330.0, 10386.0, 10343.0, 10384.0, 10341.0, 10414.0, 10333.0, 10386.0, 10328.0, 10383.0, 10349.0, 10378.0, 10387.0, 10402.0, 10429.0, 10380.0, 10440.0, 10358.0, 10328.0, 10383.0, 10367.0, 10448.0, 10403.0, 10363.0, 10365.0, 10388.0, 10433.0, 10379.0, 10415.0, 10422.0, 10418.0, 10446.0, 10418.0, 10424.0, 10382.0, 10404.0, 10371.0, 10419.0, 10336.0, 10364.0, 10387.0, 10354.0, 10401.0, 10354.0, 10380.0, 10337.0, 10357.0, 10270.0, 10337.0, 10269.0, 10342.0, 10269.0, 10330.0, 10270.0, 10311.0, 10277.0, 10329.0, 10269.0, 10327.0, 10258.0, 10329.0, 10324.0, 10325.0, 10364.0, 10337.0, 10369.0, 10330.0, 10356.0, 10335.0, 10352.0, 10297.0, 10347.0, 10288.0, 10338.0, 10302.0, 10346.0, 10309.0, 10339.0, 10302.0, 10314.0, 10329.0, 10312.0, 10392.0, 10362.0, 10334.0, 10376.0, 10335.0, 10377.0, 10335.0, 10401.0, 10451.0, 10423.0, 10427.0, 10407.0, 10364.0, 10314.0, 10275.0, 10340.0, 10372.0, 10346.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.004092764612954187</td></tr>
<tr><td colspan=3>aqi</td><td>0.06544391698262243</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.82466290726479</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1276586833992095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997707949881426</td></tr>
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
<tr><td colspan=3>fber</td><td>3893.0906</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16114078545374055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>212</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.74565560821485</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6292833846760795</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4403087600003235</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9415784753218492</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5059629187060652</td></tr>
<tr><td colspan=3>gcor</td><td>0.00803601</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008696856908500195</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03131107613444328</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.959678231390901</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>11.9436</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.6551</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.6535</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292558.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1197.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.3873</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2805</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.1605</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3875.9619</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1026.845</td></tr>
<tr><td colspan=3>tsnr</td><td>25.012993023672607</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>