<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-04/func/sub-0009_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>82d6e23c80ab4b0dbdf0b743ff6173e0</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>13:43:33.325000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999089, 0.0304693, 0.0298689, -0.0319213, 0.998269, 0.049404]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0830227</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7340, 599, -14, -102, 25, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>44fc2e68-bd73-4012-8711-d0f6e7f43f64||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68048357963562, -0.08564241975545883, 0.076442189514637, 114.14500427246094], [-0.081746906042099, 2.678281784057617, 0.13584363460540771, -96.21846008300781], [0.08013618737459183, -0.1325473040342331, 2.6954967975616455, -81.16553497314453], [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': ['134333.325000', '134333.785000', '134334.245000', '134334.705000', '134335.165000', '134335.625000', '134336.085000', '134336.545000', '134337.005000', '134337.465000', '134337.925000', '134338.385000', '134338.845000', '134339.305000', '134339.765000', '134340.225000', '134340.685000', '134341.145000', '134341.605000', '134342.065000', '134342.525000', '134342.985000', '134343.445000', '134343.905000', '134344.365000', '134344.825000', '134345.285000', '134345.745000', '134346.205000', '134346.665000', '134347.125000', '134347.585000', '134348.045000', '134348.505000', '134348.965000', '134349.425000', '134349.885000', '134350.345000', '134350.805000', '134351.265000', '134351.725000', '134352.185000', '134352.645000', '134353.105000', '134353.565000', '134354.025000', '134354.485000', '134354.945000', '134355.405000', '134355.865000', '134356.325000', '134356.785000', '134357.245000', '134357.705000', '134358.165000', '134358.625000', '134359.085000', '134359.545000', '134400.005000', '134400.465000', '134400.925000', '134401.385000', '134401.845000', '134402.305000', '134402.765000', '134403.225000', '134403.685000', '134404.145000', '134404.605000', '134405.065000', '134405.525000', '134405.985000', '134406.445000', '134406.905000', '134407.365000', '134407.825000', '134408.285000', '134408.745000', '134409.205000', '134409.665000', '134410.125000', '134410.585000', '134411.045000', '134411.505000', '134411.965000', '134412.425000', '134412.885000', '134413.345000', '134413.805000', '134414.265000', '134414.725000', '134415.185000', '134415.645000', '134416.105000', '134416.565000', '134417.025000', '134417.485000', '134417.945000', '134418.405000', '134418.865000', '134419.325000', '134419.785000', '134420.245000', '134420.705000', '134421.165000', '134421.625000', '134422.085000', '134422.545000', '134423.005000', '134423.465000', '134423.925000', '134424.385000', '134424.845000', '134425.305000', '134425.765000', '134426.225000', '134426.685000', '134427.145000', '134427.605000', '134428.065000', '134428.525000', '134428.985000', '134429.445000', '134429.905000', '134430.365000', '134430.825000', '134431.285000', '134431.745000', '134432.205000', '134432.665000', '134433.125000', '134433.585000', '134434.045000', '134434.505000', '134434.965000', '134435.425000', '134435.885000', '134436.345000', '134436.805000', '134437.265000', '134437.725000', '134438.185000', '134438.645000', '134439.105000', '134439.565000', '134440.025000', '134440.485000', '134440.945000', '134441.405000', '134441.865000', '134442.325000', '134442.785000', '134443.245000', '134443.705000', '134444.165000', '134444.625000', '134445.085000', '134445.545000', '134446.005000', '134446.465000', '134446.925000', '134447.385000', '134447.845000', '134448.305000', '134448.765000', '134449.225000', '134449.685000', '134450.145000', '134450.605000', '134451.065000', '134451.525000', '134451.985000', '134452.445000', '134452.905000', '134453.365000', '134453.825000', '134454.285000', '134454.745000', '134455.205000', '134455.665000', '134456.125000', '134456.585000', '134457.045000', '134457.505000', '134457.965000', '134458.425000', '134458.885000', '134459.345000', '134459.805000', '134500.265000', '134500.725000', '134501.185000', '134501.645000', '134502.105000', '134502.565000', '134503.025000', '134503.485000', '134503.945000', '134504.405000', '134504.865000', '134505.325000', '134505.785000', '134506.245000', '134506.705000', '134507.165000', '134507.625000', '134508.085000', '134508.545000', '134509.005000', '134509.465000', '134509.925000', '134510.385000', '134510.845000', '134511.305000', '134511.765000', '134512.225000', '134512.685000', '134513.145000', '134513.605000', '134514.065000', '134514.525000', '134514.985000', '134515.445000', '134515.905000', '134516.365000', '134516.825000', '134517.285000', '134517.745000', '134518.205000', '134518.665000', '134519.125000', '134519.585000', '134520.045000', '134520.505000', '134520.965000', '134521.425000', '134521.885000', '134522.345000', '134522.805000', '134523.265000', '134523.725000', '134524.185000', '134524.645000', '134525.105000', '134525.565000', '134526.025000', '134526.485000', '134526.945000', '134527.405000', '134527.865000', '134528.325000', '134528.785000', '134529.245000', '134529.705000', '134530.165000', '134530.625000', '134531.085000', '134531.545000', '134532.005000', '134532.465000', '134532.925000', '134533.385000', '134533.845000', '134534.305000', '134534.765000', '134535.225000', '134535.685000', '134536.145000', '134536.605000', '134537.065000', '134537.525000', '134537.985000', '134538.445000', '134538.905000', '134539.365000', '134539.825000', '134540.285000', '134540.745000', '134541.205000', '134541.665000', '134542.125000', '134542.585000', '134543.045000', '134543.505000', '134543.965000', '134544.425000', '134544.885000', '134545.345000', '134545.805000', '134546.265000', '134546.725000', '134547.185000', '134547.645000', '134548.105000', '134548.565000', '134549.025000', '134549.485000', '134549.945000', '134550.405000', '134550.865000', '134551.325000', '134551.785000', '134552.245000', '134552.705000', '134553.165000', '134553.625000', '134554.085000', '134554.545000', '134555.005000', '134555.465000', '134555.925000', '134556.385000', '134556.845000', '134557.305000', '134557.765000', '134558.225000', '134558.685000', '134559.145000', '134559.605000', '134600.065000', '134600.525000', '134600.985000', '134601.445000', '134601.905000', '134602.365000', '134602.825000', '134603.285000', '134603.745000', '134604.205000', '134604.665000', '134605.125000', '134605.585000', '134606.045000', '134606.505000', '134606.965000', '134607.425000', '134607.885000', '134608.345000', '134608.805000', '134609.265000', '134609.725000', '134610.185000', '134610.645000', '134611.105000', '134611.565000', '134612.025000', '134612.485000', '134612.945000', '134613.405000', '134613.865000', '134614.325000', '134614.785000', '134615.245000', '134615.705000', '134616.165000', '134616.625000', '134617.085000', '134617.545000', '134618.005000', '134618.465000', '134618.925000', '134619.385000', '134619.845000', '134620.305000', '134620.765000', '134621.225000', '134621.685000', '134622.145000', '134622.605000', '134623.065000', '134623.525000', '134623.985000', '134624.445000', '134624.905000', '134625.365000', '134625.825000', '134626.285000', '134626.745000', '134627.205000', '134627.665000', '134628.125000', '134628.585000', '134629.045000', '134629.505000', '134629.965000', '134630.425000', '134630.885000', '134631.345000', '134631.805000', '134632.265000', '134632.725000', '134633.185000', '134633.645000', '134634.105000', '134634.565000', '134635.025000', '134635.485000', '134635.945000', '134636.405000', '134636.865000', '134637.325000', '134637.785000', '134638.245000', '134638.705000', '134639.165000', '134639.625000', '134640.085000', '134640.545000', '134641.005000', '134641.465000', '134641.925000', '134642.385000', '134642.845000', '134643.305000', '134643.765000', '134644.225000', '134644.685000', '134645.145000', '134645.605000', '134646.065000', '134646.525000', '134646.985000', '134647.445000', '134647.905000', '134648.365000', '134648.825000', '134649.285000', '134649.745000', '134650.205000', '134650.665000', '134651.125000', '134651.585000', '134652.045000', '134652.505000', '134652.965000', '134653.425000', '134653.885000', '134654.345000', '134654.805000', '134655.265000', '134655.725000', '134656.185000', '134656.645000', '134657.105000', '134657.565000', '134658.025000', '134658.485000', '134658.945000', '134659.405000', '134659.865000', '134700.325000', '134700.785000', '134701.245000', '134701.705000', '134702.165000', '134702.625000', '134703.085000', '134703.545000', '134704.005000', '134704.465000', '134704.925000', '134705.385000', '134705.845000', '134706.305000', '134706.765000', '134707.225000', '134707.685000', '134708.145000', '134708.605000', '134709.065000', '134709.525000', '134709.985000', '134710.445000', '134710.905000', '134711.365000', '134711.825000', '134712.285000', '134712.745000', '134713.205000', '134713.665000', '134714.125000', '134714.585000', '134715.045000', '134715.505000', '134715.965000', '134716.425000', '134716.885000', '134717.345000', '134717.805000', '134718.265000', '134718.725000', '134719.185000', '134719.645000', '134720.105000', '134720.565000', '134721.025000', '134721.485000', '134721.945000', '134722.405000', '134722.865000', '134723.325000', '134723.785000', '134724.245000', '134724.705000', '134725.165000', '134725.625000', '134726.085000', '134726.545000', '134727.005000', '134727.465000', '134727.925000', '134728.385000', '134728.845000', '134729.305000', '134729.765000', '134730.225000', '134730.685000', '134731.145000', '134731.605000', '134732.065000', '134732.525000', '134732.985000', '134733.445000', '134733.905000', '134734.365000', '134734.825000', '134735.285000', '134735.745000', '134736.205000', '134736.665000', '134737.125000', '134737.585000', '134738.045000', '134738.505000', '134738.965000', '134739.425000', '134739.885000', '134740.345000', '134740.805000', '134741.265000', '134741.725000', '134742.185000', '134742.645000', '134743.105000', '134743.565000', '134744.025000', '134744.485000', '134744.945000', '134745.405000', '134745.865000', '134746.325000', '134746.785000', '134747.245000', '134747.705000', '134748.165000', '134748.625000', '134749.085000', '134749.545000', '134750.005000', '134750.465000', '134750.925000', '134751.385000', '134751.845000', '134752.305000', '134752.765000', '134753.225000', '134753.685000', '134754.145000', '134754.605000', '134755.065000', '134755.525000', '134755.985000', '134756.445000', '134756.905000', '134757.365000', '134757.825000', '134758.285000', '134758.745000', '134759.205000', '134759.665000', '134800.125000', '134800.585000', '134801.045000', '134801.505000', '134801.965000', '134802.425000', '134802.885000', '134803.345000', '134803.805000', '134804.265000', '134804.725000', '134805.185000', '134805.645000', '134806.105000', '134806.565000', '134807.025000', '134807.485000', '134807.945000', '134808.405000', '134808.865000', '134809.325000', '134809.785000', '134810.245000', '134810.705000', '134811.165000', '134811.625000', '134812.085000', '134812.545000', '134813.005000', '134813.465000', '134813.925000', '134814.385000', '134814.845000', '134815.305000', '134815.765000', '134816.225000', '134816.685000', '134817.145000', '134817.605000', '134818.065000', '134818.525000', '134818.985000', '134819.445000', '134819.905000', '134820.365000', '134820.825000', '134821.285000', '134821.745000', '134822.205000', '134822.665000', '134823.125000', '134823.585000', '134824.045000', '134824.505000', '134824.965000', '134825.425000', '134825.885000', '134826.345000', '134826.805000', '134827.265000', '134827.725000', '134828.185000', '134828.645000', '134829.105000', '134829.565000', '134830.025000', '134830.485000', '134830.945000', '134831.405000', '134831.865000', '134832.325000', '134832.785000', '134833.245000', '134833.705000', '134834.165000', '134834.625000', '134835.085000', '134835.545000', '134836.005000', '134836.465000', '134836.925000', '134837.385000', '134837.845000', '134838.305000', '134838.765000', '134839.225000', '134839.685000', '134840.145000', '134840.605000', '134841.065000', '134841.525000', '134841.985000', '134842.445000', '134842.905000', '134843.365000', '134843.825000', '134844.285000', '134844.745000', '134845.205000', '134845.665000', '134846.125000', '134846.585000', '134847.045000', '134847.505000', '134847.965000', '134848.425000', '134848.885000', '134849.345000', '134849.805000', '134850.265000', '134850.725000', '134851.185000', '134851.645000', '134852.105000', '134852.565000', '134853.025000', '134853.485000', '134853.945000', '134854.405000', '134854.865000', '134855.325000', '134855.785000', '134856.245000', '134856.705000', '134857.165000', '134857.625000', '134858.085000', '134858.545000', '134859.005000', '134859.465000', '134859.925000', '134900.385000', '134900.845000', '134901.305000', '134901.765000', '134902.225000', '134902.685000', '134903.145000', '134903.605000', '134904.065000', '134904.525000', '134904.985000', '134905.445000', '134905.905000', '134906.365000', '134906.825000', '134907.285000', '134907.745000', '134908.205000', '134908.665000', '134909.125000', '134909.585000', '134910.045000', '134910.505000', '134910.965000', '134911.425000', '134911.885000', '134912.345000', '134912.805000', '134913.265000', '134913.725000', '134914.185000', '134914.645000', '134915.105000', '134915.565000', '134916.025000', '134916.485000', '134916.945000', '134917.405000', '134917.865000', '134918.325000', '134918.785000', '134919.245000', '134919.705000', '134920.165000', '134920.625000', '134921.085000', '134921.545000', '134922.005000', '134922.465000', '134922.925000', '134923.385000', '134923.845000', '134924.305000', '134924.765000', '134925.225000', '134925.685000', '134926.145000', '134926.605000', '134927.065000', '134927.525000', '134927.985000', '134928.445000', '134928.905000', '134929.365000', '134929.825000', '134930.285000', '134930.745000', '134931.205000', '134931.665000', '134932.125000', '134932.585000', '134933.045000', '134933.505000', '134933.965000', '134934.425000', '134934.885000', '134935.345000', '134935.805000', '134936.265000', '134936.725000', '134937.185000', '134937.645000', '134938.105000', '134938.565000', '134939.025000', '134939.485000', '134939.945000', '134940.405000', '134940.865000', '134941.325000', '134941.785000', '134942.245000', '134942.705000', '134943.165000', '134943.625000', '134944.085000', '134944.545000', '134945.005000', '134945.465000', '134945.925000', '134946.385000', '134946.845000', '134947.305000', '134947.765000', '134948.225000', '134948.685000', '134949.145000', '134949.605000', '134950.065000', '134950.525000', '134950.985000', '134951.445000', '134951.905000', '134952.365000', '134952.825000', '134953.285000', '134953.745000', '134954.205000', '134954.665000', '134955.125000', '134955.585000', '134956.045000', '134956.505000', '134956.965000', '134957.425000', '134957.885000', '134958.345000', '134958.805000', '134959.265000', '134959.725000', '135000.185000', '135000.645000', '135001.105000', '135001.565000', '135002.025000', '135002.485000', '135002.945000', '135003.405000', '135003.865000', '135004.325000', '135004.785000', '135005.245000', '135005.705000', '135006.165000', '135006.625000', '135007.085000', '135007.545000', '135008.005000', '135008.465000', '135008.925000', '135009.385000', '135009.845000', '135010.305000', '135010.765000', '135011.225000', '135011.685000', '135012.145000', '135012.605000', '135013.065000', '135013.525000', '135013.985000', '135014.445000', '135014.905000', '135015.365000', '135015.825000', '135016.285000', '135016.745000', '135017.205000', '135017.665000', '135018.125000', '135018.585000', '135019.045000', '135019.505000', '135019.965000', '135020.425000', '135020.885000', '135021.345000', '135021.805000', '135022.265000', '135022.725000', '135023.185000', '135023.645000', '135024.105000', '135024.565000', '135025.025000', '135025.485000', '135025.945000', '135026.405000', '135026.865000', '135027.325000', '135027.785000', '135028.245000', '135028.705000', '135029.165000', '135029.625000', '135030.085000', '135030.545000', '135031.005000', '135031.465000', '135031.925000', '135032.385000', '135032.845000', '135033.305000', '135033.765000', '135034.225000', '135034.685000', '135035.145000', '135035.605000', '135036.065000', '135036.525000', '135036.985000', '135037.445000', '135037.905000', '135038.365000', '135038.825000', '135039.285000', '135039.745000', '135040.205000', '135040.665000', '135041.125000', '135041.585000', '135042.045000', '135042.505000', '135042.965000', '135043.425000', '135043.885000', '135044.345000', '135044.805000', '135045.265000', '135045.725000', '135046.185000', '135046.645000', '135047.105000', '135047.565000', '135048.025000', '135048.485000', '135048.945000', '135049.405000', '135049.865000', '135050.325000', '135050.785000', '135051.245000', '135051.705000', '135052.165000', '135052.625000', '135053.085000', '135053.545000', '135054.005000', '135054.465000', '135054.925000', '135055.385000', '135055.845000', '135056.305000', '135056.765000', '135057.225000', '135057.685000', '135058.145000', '135058.605000', '135059.065000', '135059.525000', '135059.985000', '135100.445000', '135100.905000', '135101.365000', '135101.825000', '135102.285000', '135102.745000', '135103.205000', '135103.665000', '135104.125000', '135104.585000', '135105.045000', '135105.505000', '135105.965000', '135106.425000', '135106.885000', '135107.345000', '135107.805000', '135108.265000', '135108.725000', '135109.185000', '135109.645000', '135110.105000', '135110.565000', '135111.025000', '135111.485000', '135111.945000', '135112.405000', '135112.865000', '135113.325000', '135113.785000', '135114.245000', '135114.705000', '135115.165000', '135115.625000', '135116.085000', '135116.545000', '135117.005000', '135117.465000', '135117.925000', '135118.385000', '135118.845000', '135119.305000', '135119.765000', '135120.225000', '135120.685000', '135121.145000', '135121.605000', '135122.065000', '135122.525000', '135122.985000', '135123.445000', '135123.905000', '135124.365000', '135124.825000', '135125.285000', '135125.745000', '135126.205000', '135126.665000', '135127.125000', '135127.585000', '135128.045000', '135128.505000', '135128.965000', '135129.425000', '135129.885000', '135130.345000', '135130.805000', '135131.265000', '135131.725000', '135132.185000', '135132.645000', '135133.105000', '135133.565000', '135134.025000', '135134.485000', '135134.945000', '135135.405000', '135135.865000', '135136.325000', '135136.785000', '135137.245000', '135137.705000', '135138.165000', '135138.625000', '135139.085000', '135139.545000', '135140.005000', '135140.465000', '135140.925000', '135141.385000', '135141.845000', '135142.305000', '135142.765000', '135143.225000', '135143.685000', '135144.145000', '135144.605000', '135145.065000', '135145.525000', '135145.985000', '135146.445000', '135146.905000', '135147.365000', '135147.825000', '135148.285000', '135148.745000', '135149.205000', '135149.665000', '135150.125000', '135150.585000', '135151.045000', '135151.505000', '135151.965000', '135152.425000', '135152.885000', '135153.345000', '135153.805000', '135154.265000', '135154.725000', '135155.185000', '135155.645000', '135156.105000', '135156.565000', '135157.025000', '135157.485000', '135157.945000', '135158.405000', '135158.865000', '135159.325000', '135159.785000', '135200.245000', '135200.705000', '135201.165000', '135201.625000', '135202.085000', '135202.545000', '135203.005000', '135203.465000', '135203.925000', '135204.385000', '135204.845000', '135205.305000', '135205.765000', '135206.225000', '135206.685000', '135207.145000', '135207.605000', '135208.065000', '135208.525000', '135208.985000', '135209.445000', '135209.905000', '135210.365000', '135210.825000', '135211.285000', '135211.745000', '135212.205000', '135212.665000', '135213.125000', '135213.585000', '135214.045000', '135214.505000', '135214.965000', '135215.425000', '135215.885000', '135216.345000', '135216.805000', '135217.265000', '135217.725000', '135218.185000', '135218.645000', '135219.105000', '135219.565000', '135220.025000', '135220.485000', '135220.945000', '135221.405000', '135221.865000', '135222.325000', '135222.785000', '135223.245000', '135223.705000', '135224.165000', '135224.625000', '135225.085000', '135225.545000', '135226.005000', '135226.465000', '135226.925000', '135227.385000', '135227.845000', '135228.305000', '135228.765000', '135229.225000', '135229.685000', '135230.145000', '135230.605000', '135231.065000', '135231.525000', '135231.985000', '135232.445000', '135232.905000', '135233.365000', '135233.825000', '135234.285000', '135234.745000', '135235.205000', '135235.665000', '135236.125000', '135236.585000', '135237.045000', '135237.505000', '135237.965000', '135238.425000', '135238.885000', '135239.345000', '135239.805000', '135240.265000', '135240.725000', '135241.185000', '135241.645000', '135242.105000', '135242.565000', '135243.025000', '135243.485000', '135243.945000', '135244.405000', '135244.865000', '135245.325000', '135245.785000', '135246.245000', '135246.705000', '135247.165000', '135247.625000', '135248.085000', '135248.545000', '135249.005000', '135249.465000', '135249.925000', '135250.385000', '135250.845000', '135251.305000', '135251.765000', '135252.225000', '135252.685000', '135253.145000', '135253.605000', '135254.065000', '135254.525000', '135254.985000', '135255.445000', '135255.905000', '135256.365000', '135256.825000', '135257.285000', '135257.745000', '135258.205000', '135258.665000', '135259.125000', '135259.585000', '135300.045000', '135300.505000', '135300.965000', '135301.425000', '135301.885000', '135302.345000', '135302.805000', '135303.265000', '135303.725000', '135304.185000', '135304.645000', '135305.105000', '135305.565000', '135306.025000', '135306.485000', '135306.945000', '135307.405000', '135307.865000', '135308.325000', '135308.785000', '135309.245000', '135309.705000', '135310.165000', '135310.625000', '135311.085000', '135311.545000', '135312.005000', '135312.465000', '135312.925000', '135313.385000', '135313.845000', '135314.305000', '135314.765000', '135315.225000', '135315.685000', '135316.145000'], 'ContentTime': ['134353.475000', '134353.479000', '134353.481000', '134353.484000', '134353.487000', '134353.491000', '134353.493000', '134353.496000', '134353.499000', '134353.502000', '134353.505000', '134353.508000', '134353.511000', '134353.514000', '134353.523000', '134353.526000', '134353.529000', '134353.532000', '134353.535000', '134353.538000', '134353.547000', '134353.550000', '134353.553000', '134353.556000', '134353.559000', '134353.562000', '134353.565000', '134353.568000', '134353.571000', '134353.574000', '134353.577000', '134353.580000', '134353.583000', '134353.586000', '134353.589000', '134353.592000', '134353.595000', '134353.598000', '134353.601000', '134353.603000', '134353.606000', '134413.438000', '134413.441000', '134413.444000', '134413.454000', '134413.457000', '134413.459000', '134413.462000', '134413.465000', '134413.468000', '134413.471000', '134413.474000', '134413.477000', '134413.480000', '134413.483000', '134413.486000', '134413.489000', '134413.492000', '134413.495000', '134413.498000', '134413.501000', '134413.504000', '134413.507000', '134413.510000', '134413.513000', '134413.516000', '134413.519000', '134413.522000', '134413.525000', '134413.528000', '134413.531000', '134413.533000', '134413.537000', '134413.539000', '134413.542000', '134413.545000', '134413.548000', '134413.551000', '134413.554000', '134413.557000', '134413.560000', '134413.563000', '134413.566000', '134413.569000', '134413.572000', '134433.438000', '134433.441000', '134433.452000', '134433.455000', '134433.458000', '134433.461000', '134433.464000', '134433.467000', '134433.470000', '134433.473000', '134433.476000', '134433.479000', '134433.482000', '134433.485000', '134433.488000', '134433.491000', '134433.494000', '134433.497000', '134433.500000', '134433.503000', '134433.506000', '134433.509000', '134433.512000', '134433.515000', '134433.517000', '134433.521000', '134433.523000', '134433.526000', '134433.529000', '134433.532000', '134433.535000', '134433.538000', '134433.541000', '134433.544000', '134433.547000', '134433.550000', '134433.553000', '134433.556000', '134433.559000', '134433.563000', '134433.566000', '134433.570000', '134433.573000', '134453.438000', '134453.441000', '134453.444000', '134453.447000', '134453.450000', '134453.453000', '134453.456000', '134453.459000', '134453.462000', '134453.465000', '134453.468000', '134453.471000', '134453.474000', '134453.477000', '134453.480000', '134453.483000', '134453.486000', '134453.488000', '134453.492000', '134453.494000', '134453.497000', '134453.500000', '134453.503000', '134453.506000', '134453.509000', '134453.512000', '134453.515000', '134453.518000', '134453.521000', '134453.524000', '134453.528000', '134453.531000', '134453.534000', '134453.537000', '134453.540000', '134453.543000', '134453.546000', '134453.549000', '134453.552000', '134453.555000', '134453.558000', '134453.571000', '134453.575000', '134453.577000', '134513.438000', '134513.441000', '134513.444000', '134513.447000', '134513.450000', '134513.453000', '134513.456000', '134513.459000', '134513.462000', '134513.465000', '134513.468000', '134513.471000', '134513.474000', '134513.477000', '134513.480000', '134513.483000', '134513.486000', '134513.489000', '134513.492000', '134513.495000', '134513.498000', '134513.501000', '134513.504000', '134513.506000', '134513.510000', '134513.513000', '134513.516000', '134513.518000', '134513.522000', '134513.525000', '134513.527000', '134513.530000', '134513.533000', '134513.536000', '134513.539000', '134513.542000', '134513.545000', '134513.548000', '134513.551000', '134513.554000', '134513.557000', '134513.560000', '134513.563000', '134533.437000', '134533.440000', '134533.443000', '134533.446000', '134533.449000', '134533.453000', '134533.456000', '134533.458000', '134533.461000', '134533.465000', '134533.467000', '134533.470000', '134533.473000', '134533.476000', '134533.479000', '134533.482000', '134533.485000', '134533.489000', '134533.491000', '134533.494000', '134533.497000', '134533.500000', '134533.503000', '134533.506000', '134533.509000', '134533.512000', '134533.515000', '134533.518000', '134533.521000', '134533.524000', '134533.527000', '134533.530000', '134533.533000', '134533.536000', '134533.539000', '134533.542000', '134533.545000', '134533.548000', '134533.551000', '134533.554000', '134533.557000', '134533.560000', '134533.563000', '134553.437000', '134553.440000', '134553.443000', '134553.446000', '134553.449000', '134553.452000', '134553.455000', '134553.458000', '134553.461000', '134553.464000', '134553.467000', '134553.470000', '134553.473000', '134553.476000', '134553.479000', '134553.482000', '134553.485000', '134553.488000', '134553.491000', '134553.494000', '134553.497000', '134553.500000', '134553.503000', '134553.506000', '134553.509000', '134553.512000', '134553.515000', '134553.518000', '134553.521000', '134553.524000', '134553.527000', '134553.529000', '134553.532000', '134553.535000', '134553.538000', '134553.541000', '134553.544000', '134553.547000', '134553.550000', '134553.553000', '134553.556000', '134553.559000', '134553.562000', '134553.565000', '134613.438000', '134613.441000', '134613.445000', '134613.448000', '134613.451000', '134613.454000', '134613.457000', '134613.459000', '134613.463000', '134613.466000', '134613.469000', '134613.471000', '134613.475000', '134613.477000', '134613.480000', '134613.483000', '134613.486000', '134613.489000', '134613.492000', '134613.495000', '134613.498000', '134613.501000', '134613.504000', '134613.507000', '134613.510000', '134613.513000', '134613.516000', '134613.519000', '134613.522000', '134613.525000', '134613.528000', '134613.531000', '134613.534000', '134613.537000', '134613.540000', '134613.543000', '134613.546000', '134613.549000', '134613.552000', '134613.562000', '134613.573000', '134613.576000', '134613.579000', '134633.438000', '134633.441000', '134633.444000', '134633.447000', '134633.450000', '134633.453000', '134633.456000', '134633.459000', '134633.462000', '134633.465000', '134633.468000', '134633.471000', '134633.474000', '134633.477000', '134633.480000', '134633.483000', '134633.486000', '134633.489000', '134633.492000', '134633.495000', '134633.498000', '134633.501000', '134633.504000', '134633.507000', '134633.510000', '134633.513000', '134633.516000', '134633.519000', '134633.522000', '134633.525000', '134633.528000', '134633.531000', '134633.534000', '134633.537000', '134633.540000', '134633.543000', '134633.546000', '134633.549000', '134633.552000', '134633.555000', '134633.558000', '134633.561000', '134633.564000', '134633.567000', '134653.438000', '134653.441000', '134653.444000', '134653.447000', '134653.450000', '134653.455000', '134653.460000', '134653.478000', '134653.481000', '134653.484000', '134653.487000', '134653.490000', '134653.493000', '134653.495000', '134653.498000', '134653.501000', '134653.504000', '134653.507000', '134653.510000', '134653.513000', '134653.516000', '134653.519000', '134653.522000', '134653.525000', '134653.528000', '134653.531000', '134653.534000', '134653.537000', '134653.540000', '134653.543000', '134653.546000', '134653.549000', '134653.552000', '134653.555000', '134653.558000', '134653.561000', '134653.564000', '134653.567000', '134653.570000', '134653.573000', '134653.576000', '134653.579000', '134653.582000', '134713.438000', '134713.441000', '134713.444000', '134713.447000', '134713.450000', '134713.453000', '134713.456000', '134713.459000', '134713.462000', '134713.465000', '134713.468000', '134713.471000', '134713.474000', '134713.477000', '134713.480000', '134713.483000', '134713.486000', '134713.489000', '134713.492000', '134713.495000', '134713.498000', '134713.501000', '134713.504000', '134713.507000', '134713.510000', '134713.513000', '134713.516000', '134713.519000', '134713.522000', '134713.525000', '134713.528000', '134713.531000', '134713.534000', '134713.536000', '134713.540000', '134713.543000', '134713.545000', '134713.548000', '134713.551000', '134713.554000', '134713.557000', '134713.560000', '134713.563000', '134713.566000', '134733.438000', '134733.441000', '134733.444000', '134733.447000', '134733.450000', '134733.453000', '134733.456000', '134733.459000', '134733.462000', '134733.465000', '134733.468000', '134733.471000', '134733.474000', '134733.477000', '134733.481000', '134733.484000', '134733.487000', '134733.490000', '134733.494000', '134733.497000', '134733.500000', '134733.503000', '134733.506000', '134733.509000', '134733.512000', '134733.515000', '134733.518000', '134733.521000', '134733.524000', '134733.527000', '134733.530000', '134733.533000', '134733.536000', '134733.539000', '134733.542000', '134733.545000', '134733.548000', '134733.551000', '134733.554000', '134733.557000', '134733.560000', '134733.563000', '134733.566000', '134753.437000', '134753.440000', '134753.443000', '134753.446000', '134753.449000', '134753.452000', '134753.455000', '134753.458000', '134753.461000', '134753.464000', '134753.467000', '134753.470000', '134753.473000', '134753.476000', '134753.479000', '134753.482000', '134753.485000', '134753.488000', '134753.491000', '134753.494000', '134753.497000', '134753.500000', '134753.503000', '134753.506000', '134753.509000', '134753.512000', '134753.515000', '134753.518000', '134753.521000', '134753.524000', '134753.527000', '134753.530000', '134753.533000', '134753.542000', '134753.545000', '134753.548000', '134753.551000', '134753.554000', '134753.557000', '134753.560000', '134753.563000', '134753.566000', '134753.569000', '134753.572000', '134813.438000', '134813.442000', '134813.445000', '134813.448000', '134813.451000', '134813.454000', '134813.457000', '134813.460000', '134813.463000', '134813.465000', '134813.468000', '134813.471000', '134813.474000', '134813.477000', '134813.480000', '134813.483000', '134813.486000', '134813.489000', '134813.492000', '134813.495000', '134813.498000', '134813.501000', '134813.504000', '134813.507000', '134813.510000', '134813.513000', '134813.517000', '134813.519000', '134813.522000', '134813.525000', '134813.528000', '134813.531000', '134813.534000', '134813.537000', '134813.540000', '134813.543000', '134813.546000', '134813.549000', '134813.552000', '134813.555000', '134813.558000', '134813.561000', '134813.564000', '134833.438000', '134833.441000', '134833.444000', '134833.447000', '134833.450000', '134833.453000', '134833.456000', '134833.459000', '134833.462000', '134833.465000', '134833.468000', '134833.471000', '134833.474000', '134833.477000', '134833.480000', '134833.483000', '134833.486000', '134833.502000', '134833.505000', '134833.508000', '134833.511000', '134833.515000', '134833.518000', '134833.521000', '134833.524000', '134833.527000', '134833.530000', '134833.533000', '134833.536000', '134833.539000', '134833.542000', '134833.545000', '134833.548000', '134833.551000', '134833.554000', '134833.557000', '134833.560000', '134833.563000', '134833.566000', '134833.568000', '134833.572000', '134833.575000', '134833.577000', '134833.580000', '134853.438000', '134853.441000', '134853.444000', '134853.447000', '134853.450000', '134853.453000', '134853.456000', '134853.459000', '134853.462000', '134853.465000', '134853.468000', '134853.471000', '134853.474000', '134853.477000', '134853.480000', '134853.483000', '134853.486000', '134853.489000', '134853.492000', '134853.495000', '134853.498000', '134853.501000', '134853.504000', '134853.507000', '134853.510000', '134853.513000', '134853.516000', '134853.519000', '134853.522000', '134853.525000', '134853.529000', '134853.532000', '134853.535000', '134853.538000', '134853.540000', '134853.543000', '134853.547000', '134853.549000', '134853.552000', '134853.555000', '134853.558000', '134853.561000', '134853.564000', '134913.438000', '134913.441000', '134913.444000', '134913.447000', '134913.450000', '134913.453000', '134913.456000', '134913.459000', '134913.462000', '134913.465000', '134913.468000', '134913.471000', '134913.474000', '134913.477000', '134913.480000', '134913.483000', '134913.486000', '134913.489000', '134913.492000', '134913.495000', '134913.498000', '134913.501000', '134913.504000', '134913.507000', '134913.510000', '134913.513000', '134913.516000', '134913.525000', '134913.528000', '134913.530000', '134913.533000', '134913.537000', '134913.540000', '134913.542000', '134913.545000', '134913.548000', '134913.551000', '134913.554000', '134913.557000', '134913.560000', '134913.563000', '134913.566000', '134913.569000', '134913.572000', '134933.438000', '134933.441000', '134933.444000', '134933.447000', '134933.450000', '134933.453000', '134933.456000', '134933.459000', '134933.462000', '134933.465000', '134933.468000', '134933.471000', '134933.475000', '134933.479000', '134933.482000', '134933.485000', '134933.488000', '134933.491000', '134933.494000', '134933.497000', '134933.500000', '134933.503000', '134933.506000', '134933.509000', '134933.512000', '134933.515000', '134933.518000', '134933.521000', '134933.523000', '134933.527000', '134933.532000', '134933.535000', '134933.539000', '134933.542000', '134933.545000', '134933.548000', '134933.551000', '134933.554000', '134933.557000', '134933.560000', '134933.563000', '134933.566000', '134933.569000', '134953.438000', '134953.441000', '134953.444000', '134953.447000', '134953.450000', '134953.453000', '134953.456000', '134953.459000', '134953.462000', '134953.465000', '134953.468000', '134953.471000', '134953.474000', '134953.477000', '134953.480000', '134953.483000', '134953.486000', '134953.489000', '134953.492000', '134953.495000', '134953.498000', '134953.501000', '134953.504000', '134953.507000', '134953.510000', '134953.513000', '134953.516000', '134953.519000', '134953.522000', '134953.525000', '134953.528000', '134953.531000', '134953.534000', '134953.537000', '134953.540000', '134953.543000', '134953.546000', '134953.548000', '134953.552000', '134953.554000', '134953.557000', '134953.560000', '134953.563000', '134953.566000', '135013.437000', '135013.440000', '135013.443000', '135013.446000', '135013.449000', '135013.452000', '135013.455000', '135013.458000', '135013.461000', '135013.464000', '135013.467000', '135013.470000', '135013.473000', '135013.476000', '135013.479000', '135013.482000', '135013.485000', '135013.488000', '135013.491000', '135013.494000', '135013.497000', '135013.500000', '135013.503000', '135013.506000', '135013.509000', '135013.512000', '135013.514000', '135013.526000', '135013.530000', '135013.533000', '135013.536000', '135013.538000', '135013.541000', '135013.544000', '135013.547000', '135013.550000', '135013.553000', '135013.557000', '135013.562000', '135013.566000', '135013.569000', '135013.572000', '135013.575000', '135033.437000', '135033.440000', '135033.443000', '135033.446000', '135033.449000', '135033.452000', '135033.455000', '135033.458000', '135033.461000', '135033.464000', '135033.467000', '135033.470000', '135033.473000', '135033.476000', '135033.479000', '135033.482000', '135033.485000', '135033.488000', '135033.491000', '135033.494000', '135033.497000', '135033.500000', '135033.503000', '135033.506000', '135033.509000', '135033.512000', '135033.515000', '135033.518000', '135033.521000', '135033.524000', '135033.527000', '135033.530000', '135033.533000', '135033.536000', '135033.539000', '135033.542000', '135033.545000', '135033.548000', '135033.551000', '135033.554000', '135033.557000', '135033.560000', '135033.572000', '135033.575000', '135053.438000', '135053.441000', '135053.444000', '135053.447000', '135053.450000', '135053.453000', '135053.456000', '135053.459000', '135053.462000', '135053.465000', '135053.479000', '135053.482000', '135053.485000', '135053.488000', '135053.491000', '135053.494000', '135053.497000', '135053.500000', '135053.503000', '135053.512000', '135053.516000', '135053.519000', '135053.522000', '135053.525000', '135053.528000', '135053.532000', '135053.534000', '135053.538000', '135053.541000', '135053.544000', '135053.546000', '135053.550000', '135053.552000', '135053.555000', '135053.558000', '135053.561000', '135053.564000', '135053.568000', '135053.571000', '135053.574000', '135053.577000', '135053.580000', '135053.583000', '135113.438000', '135113.441000', '135113.444000', '135113.447000', '135113.450000', '135113.453000', '135113.456000', '135113.459000', '135113.462000', '135113.465000', '135113.468000', '135113.471000', '135113.474000', '135113.477000', '135113.480000', '135113.483000', '135113.486000', '135113.489000', '135113.492000', '135113.495000', '135113.498000', '135113.501000', '135113.504000', '135113.507000', '135113.510000', '135113.513000', '135113.516000', '135113.519000', '135113.522000', '135113.525000', '135113.528000', '135113.531000', '135113.534000', '135113.537000', '135113.540000', '135113.543000', '135113.546000', '135113.549000', '135113.552000', '135113.555000', '135113.558000', '135113.561000', '135113.564000', '135113.567000', '135133.438000', '135133.441000', '135133.444000', '135133.447000', '135133.450000', '135133.453000', '135133.456000', '135133.459000', '135133.462000', '135133.465000', '135133.468000', '135133.471000', '135133.474000', '135133.477000', '135133.480000', '135133.483000', '135133.486000', '135133.489000', '135133.492000', '135133.495000', '135133.498000', '135133.501000', '135133.504000', '135133.507000', '135133.510000', '135133.513000', '135133.516000', '135133.519000', '135133.522000', '135133.525000', '135133.528000', '135133.531000', '135133.534000', '135133.537000', '135133.540000', '135133.543000', '135133.546000', '135133.549000', '135133.552000', '135133.555000', '135133.558000', '135133.561000', '135133.564000', '135153.438000', '135153.441000', '135153.444000', '135153.447000', '135153.450000', '135153.453000', '135153.456000', '135153.459000', '135153.462000', '135153.465000', '135153.468000', '135153.471000', '135153.474000', '135153.477000', '135153.480000', '135153.483000', '135153.486000', '135153.489000', '135153.492000', '135153.495000', '135153.498000', '135153.501000', '135153.504000', '135153.507000', '135153.510000', '135153.513000', '135153.516000', '135153.519000', '135153.522000', '135153.530000', '135153.533000', '135153.536000', '135153.539000', '135153.542000', '135153.545000', '135153.548000', '135153.551000', '135153.563000', '135153.566000', '135153.569000', '135153.572000', '135153.575000', '135153.578000', '135153.581000', '135213.438000', '135213.441000', '135213.444000', '135213.447000', '135213.450000', '135213.453000', '135213.456000', '135213.459000', '135213.462000', '135213.465000', '135213.468000', '135213.471000', '135213.474000', '135213.477000', '135213.480000', '135213.483000', '135213.486000', '135213.489000', '135213.492000', '135213.495000', '135213.498000', '135213.501000', '135213.504000', '135213.507000', '135213.510000', '135213.513000', '135213.516000', '135213.519000', '135213.522000', '135213.525000', '135213.528000', '135213.531000', '135213.534000', '135213.537000', '135213.540000', '135213.543000', '135213.546000', '135213.549000', '135213.553000', '135213.556000', '135213.559000', '135213.562000', '135213.565000', '135233.437000', '135233.440000', '135233.443000', '135233.446000', '135233.449000', '135233.452000', '135233.455000', '135233.458000', '135233.461000', '135233.464000', '135233.467000', '135233.470000', '135233.473000', '135233.476000', '135233.479000', '135233.482000', '135233.485000', '135233.488000', '135233.491000', '135233.494000', '135233.497000', '135233.500000', '135233.503000', '135233.506000', '135233.509000', '135233.512000', '135233.515000', '135233.518000', '135233.521000', '135233.524000', '135233.527000', '135233.530000', '135233.533000', '135233.536000', '135233.539000', '135233.542000', '135233.545000', '135233.548000', '135233.551000', '135233.554000', '135233.557000', '135233.560000', '135233.563000', '135233.566000', '135253.437000', '135253.440000', '135253.443000', '135253.446000', '135253.449000', '135253.452000', '135253.455000', '135253.458000', '135253.461000', '135253.464000', '135253.467000', '135253.470000', '135253.473000', '135253.476000', '135253.479000', '135253.482000', '135253.485000', '135253.488000', '135253.491000', '135253.494000', '135253.497000', '135253.500000', '135253.503000', '135253.506000', '135253.509000', '135253.512000', '135253.515000', '135253.518000', '135253.521000', '135253.524000', '135253.527000', '135253.530000', '135253.533000', '135253.536000', '135253.539000', '135253.542000', '135253.545000', '135253.548000', '135253.551000', '135253.554000', '135253.557000', '135253.560000', '135253.563000', '135313.438000', '135313.441000', '135313.444000', '135313.447000', '135313.450000', '135313.453000', '135313.456000', '135313.459000', '135313.462000', '135313.465000', '135313.468000', '135313.471000', '135313.474000', '135313.477000', '135313.480000', '135313.483000', '135313.486000', '135313.489000', '135313.492000', '135313.495000', '135313.498000', '135313.501000', '135313.504000', '135313.507000', '135313.510000', '135313.513000', '135313.516000', '135313.519000', '135313.522000', '135313.525000', '135313.528000', '135313.531000', '135313.534000', '135313.537000', '135313.540000', '135313.543000', '135313.546000', '135313.549000', '135313.552000', '135313.555000', '135313.558000', '135313.561000', '135313.564000', '135313.567000', '135317.610000', '135317.613000', '135317.617000', '135317.625000', '135317.628000', '135317.632000', '135317.635000', '135317.638000', '135317.641000'], 'InstanceCreationTime': ['134353.475000', '134353.479000', '134353.481000', '134353.484000', '134353.487000', '134353.491000', '134353.493000', '134353.496000', '134353.499000', '134353.502000', '134353.505000', '134353.508000', '134353.511000', '134353.514000', '134353.523000', '134353.526000', '134353.529000', '134353.532000', '134353.535000', '134353.538000', '134353.547000', '134353.550000', '134353.553000', '134353.556000', '134353.559000', '134353.562000', '134353.565000', '134353.568000', '134353.571000', '134353.574000', '134353.577000', '134353.580000', '134353.583000', '134353.586000', '134353.589000', '134353.592000', '134353.595000', '134353.598000', '134353.601000', '134353.603000', '134353.606000', '134413.438000', '134413.441000', '134413.444000', '134413.454000', '134413.457000', '134413.459000', '134413.462000', '134413.465000', '134413.468000', '134413.471000', '134413.474000', '134413.477000', '134413.480000', '134413.483000', '134413.486000', '134413.489000', '134413.492000', '134413.495000', '134413.498000', '134413.501000', '134413.504000', '134413.507000', '134413.510000', '134413.513000', '134413.516000', '134413.519000', '134413.522000', '134413.525000', '134413.528000', '134413.531000', '134413.533000', '134413.537000', '134413.539000', '134413.542000', '134413.545000', '134413.548000', '134413.551000', '134413.554000', '134413.557000', '134413.560000', '134413.563000', '134413.566000', '134413.569000', '134413.572000', '134433.438000', '134433.441000', '134433.452000', '134433.455000', '134433.458000', '134433.461000', '134433.464000', '134433.467000', '134433.470000', '134433.473000', '134433.476000', '134433.479000', '134433.482000', '134433.485000', '134433.488000', '134433.491000', '134433.494000', '134433.497000', '134433.500000', '134433.503000', '134433.506000', '134433.509000', '134433.512000', '134433.515000', '134433.517000', '134433.521000', '134433.523000', '134433.526000', '134433.529000', '134433.532000', '134433.535000', '134433.538000', '134433.541000', '134433.544000', '134433.547000', '134433.550000', '134433.553000', '134433.556000', '134433.559000', '134433.563000', '134433.566000', '134433.570000', '134433.573000', '134453.438000', '134453.441000', '134453.444000', '134453.447000', '134453.450000', '134453.453000', '134453.456000', '134453.459000', '134453.462000', '134453.465000', '134453.468000', '134453.471000', '134453.474000', '134453.477000', '134453.480000', '134453.483000', '134453.486000', '134453.488000', '134453.492000', '134453.494000', '134453.497000', '134453.500000', '134453.503000', '134453.506000', '134453.509000', '134453.512000', '134453.515000', '134453.518000', '134453.521000', '134453.524000', '134453.528000', '134453.531000', '134453.534000', '134453.537000', '134453.540000', '134453.543000', '134453.546000', '134453.549000', '134453.552000', '134453.555000', '134453.558000', '134453.571000', '134453.575000', '134453.577000', '134513.438000', '134513.441000', '134513.444000', '134513.447000', '134513.450000', '134513.453000', '134513.456000', '134513.459000', '134513.462000', '134513.465000', '134513.468000', '134513.471000', '134513.474000', '134513.477000', '134513.480000', '134513.483000', '134513.486000', '134513.489000', '134513.492000', '134513.495000', '134513.498000', '134513.501000', '134513.504000', '134513.506000', '134513.510000', '134513.513000', '134513.516000', '134513.518000', '134513.522000', '134513.525000', '134513.527000', '134513.530000', '134513.533000', '134513.536000', '134513.539000', '134513.542000', '134513.545000', '134513.548000', '134513.551000', '134513.554000', '134513.557000', '134513.560000', '134513.563000', '134533.437000', '134533.440000', '134533.443000', '134533.446000', '134533.449000', '134533.453000', '134533.456000', '134533.458000', '134533.461000', '134533.465000', '134533.467000', '134533.470000', '134533.473000', '134533.476000', '134533.479000', '134533.482000', '134533.485000', '134533.489000', '134533.491000', '134533.494000', '134533.497000', '134533.500000', '134533.503000', '134533.506000', '134533.509000', '134533.512000', '134533.515000', '134533.518000', '134533.521000', '134533.524000', '134533.527000', '134533.530000', '134533.533000', '134533.536000', '134533.539000', '134533.542000', '134533.545000', '134533.548000', '134533.551000', '134533.554000', '134533.557000', '134533.560000', '134533.563000', '134553.437000', '134553.440000', '134553.443000', '134553.446000', '134553.449000', '134553.452000', '134553.455000', '134553.458000', '134553.461000', '134553.464000', '134553.467000', '134553.470000', '134553.473000', '134553.476000', '134553.479000', '134553.482000', '134553.485000', '134553.488000', '134553.491000', '134553.494000', '134553.497000', '134553.500000', '134553.503000', '134553.506000', '134553.509000', '134553.512000', '134553.515000', '134553.518000', '134553.521000', '134553.524000', '134553.527000', '134553.529000', '134553.532000', '134553.535000', '134553.538000', '134553.541000', '134553.544000', '134553.547000', '134553.550000', '134553.553000', '134553.556000', '134553.559000', '134553.562000', '134553.565000', '134613.438000', '134613.441000', '134613.445000', '134613.448000', '134613.451000', '134613.454000', '134613.457000', '134613.459000', '134613.463000', '134613.466000', '134613.469000', '134613.471000', '134613.475000', '134613.477000', '134613.480000', '134613.483000', '134613.486000', '134613.489000', '134613.492000', '134613.495000', '134613.498000', '134613.501000', '134613.504000', '134613.507000', '134613.510000', '134613.513000', '134613.516000', '134613.519000', '134613.522000', '134613.525000', '134613.528000', '134613.531000', '134613.534000', '134613.537000', '134613.540000', '134613.543000', '134613.546000', '134613.549000', '134613.552000', '134613.562000', '134613.573000', '134613.576000', '134613.579000', '134633.438000', '134633.441000', '134633.444000', '134633.447000', '134633.450000', '134633.453000', '134633.456000', '134633.459000', '134633.462000', '134633.465000', '134633.468000', '134633.471000', '134633.474000', '134633.477000', '134633.480000', '134633.483000', '134633.486000', '134633.489000', '134633.492000', '134633.495000', '134633.498000', '134633.501000', '134633.504000', '134633.507000', '134633.510000', '134633.513000', '134633.516000', '134633.519000', '134633.522000', '134633.525000', '134633.528000', '134633.531000', '134633.534000', '134633.537000', '134633.540000', '134633.543000', '134633.546000', '134633.549000', '134633.552000', '134633.555000', '134633.558000', '134633.561000', '134633.564000', '134633.567000', '134653.438000', '134653.441000', '134653.444000', '134653.447000', '134653.450000', '134653.455000', '134653.460000', '134653.478000', '134653.481000', '134653.484000', '134653.487000', '134653.490000', '134653.493000', '134653.495000', '134653.498000', '134653.501000', '134653.504000', '134653.507000', '134653.510000', '134653.513000', '134653.516000', '134653.519000', '134653.522000', '134653.525000', '134653.528000', '134653.531000', '134653.534000', '134653.537000', '134653.540000', '134653.543000', '134653.546000', '134653.549000', '134653.552000', '134653.555000', '134653.558000', '134653.561000', '134653.564000', '134653.567000', '134653.570000', '134653.573000', '134653.576000', '134653.579000', '134653.582000', '134713.438000', '134713.441000', '134713.444000', '134713.447000', '134713.450000', '134713.453000', '134713.456000', '134713.459000', '134713.462000', '134713.465000', '134713.468000', '134713.471000', '134713.474000', '134713.477000', '134713.480000', '134713.483000', '134713.486000', '134713.489000', '134713.492000', '134713.495000', '134713.498000', '134713.501000', '134713.504000', '134713.507000', '134713.510000', '134713.513000', '134713.516000', '134713.519000', '134713.522000', '134713.525000', '134713.528000', '134713.531000', '134713.534000', '134713.536000', '134713.540000', '134713.543000', '134713.545000', '134713.548000', '134713.551000', '134713.554000', '134713.557000', '134713.560000', '134713.563000', '134713.566000', '134733.438000', '134733.441000', '134733.444000', '134733.447000', '134733.450000', '134733.453000', '134733.456000', '134733.459000', '134733.462000', '134733.465000', '134733.468000', '134733.471000', '134733.474000', '134733.477000', '134733.481000', '134733.484000', '134733.487000', '134733.490000', '134733.494000', '134733.497000', '134733.500000', '134733.503000', '134733.506000', '134733.509000', '134733.512000', '134733.515000', '134733.518000', '134733.521000', '134733.524000', '134733.527000', '134733.530000', '134733.533000', '134733.536000', '134733.539000', '134733.542000', '134733.545000', '134733.548000', '134733.551000', '134733.554000', '134733.557000', '134733.560000', '134733.563000', '134733.566000', '134753.437000', '134753.440000', '134753.443000', '134753.446000', '134753.449000', '134753.452000', '134753.455000', '134753.458000', '134753.461000', '134753.464000', '134753.467000', '134753.470000', '134753.473000', '134753.476000', '134753.479000', '134753.482000', '134753.485000', '134753.488000', '134753.491000', '134753.494000', '134753.497000', '134753.500000', '134753.503000', '134753.506000', '134753.509000', '134753.512000', '134753.515000', '134753.518000', '134753.521000', '134753.524000', '134753.527000', '134753.530000', '134753.533000', '134753.542000', '134753.545000', '134753.548000', '134753.551000', '134753.554000', '134753.557000', '134753.560000', '134753.563000', '134753.566000', '134753.569000', '134753.572000', '134813.438000', '134813.442000', '134813.445000', '134813.448000', '134813.451000', '134813.454000', '134813.457000', '134813.460000', '134813.463000', '134813.465000', '134813.468000', '134813.471000', '134813.474000', '134813.477000', '134813.480000', '134813.483000', '134813.486000', '134813.489000', '134813.492000', '134813.495000', '134813.498000', '134813.501000', '134813.504000', '134813.507000', '134813.510000', '134813.513000', '134813.517000', '134813.519000', '134813.522000', '134813.525000', '134813.528000', '134813.531000', '134813.534000', '134813.537000', '134813.540000', '134813.543000', '134813.546000', '134813.549000', '134813.552000', '134813.555000', '134813.558000', '134813.561000', '134813.564000', '134833.438000', '134833.441000', '134833.444000', '134833.447000', '134833.450000', '134833.453000', '134833.456000', '134833.459000', '134833.462000', '134833.465000', '134833.468000', '134833.471000', '134833.474000', '134833.477000', '134833.480000', '134833.483000', '134833.486000', '134833.502000', '134833.505000', '134833.508000', '134833.511000', '134833.515000', '134833.518000', '134833.521000', '134833.524000', '134833.527000', '134833.530000', '134833.533000', '134833.536000', '134833.539000', '134833.542000', '134833.545000', '134833.548000', '134833.551000', '134833.554000', '134833.557000', '134833.560000', '134833.563000', '134833.566000', '134833.568000', '134833.572000', '134833.575000', '134833.577000', '134833.580000', '134853.438000', '134853.441000', '134853.444000', '134853.447000', '134853.450000', '134853.453000', '134853.456000', '134853.459000', '134853.462000', '134853.465000', '134853.468000', '134853.471000', '134853.474000', '134853.477000', '134853.480000', '134853.483000', '134853.486000', '134853.489000', '134853.492000', '134853.495000', '134853.498000', '134853.501000', '134853.504000', '134853.507000', '134853.510000', '134853.513000', '134853.516000', '134853.519000', '134853.522000', '134853.525000', '134853.529000', '134853.532000', '134853.535000', '134853.538000', '134853.540000', '134853.543000', '134853.547000', '134853.549000', '134853.552000', '134853.555000', '134853.558000', '134853.561000', '134853.564000', '134913.438000', '134913.441000', '134913.444000', '134913.447000', '134913.450000', '134913.453000', '134913.456000', '134913.459000', '134913.462000', '134913.465000', '134913.468000', '134913.471000', '134913.474000', '134913.477000', '134913.480000', '134913.483000', '134913.486000', '134913.489000', '134913.492000', '134913.495000', '134913.498000', '134913.501000', '134913.504000', '134913.507000', '134913.510000', '134913.513000', '134913.516000', '134913.525000', '134913.528000', '134913.530000', '134913.533000', '134913.537000', '134913.540000', '134913.542000', '134913.545000', '134913.548000', '134913.551000', '134913.554000', '134913.557000', '134913.560000', '134913.563000', '134913.566000', '134913.569000', '134913.572000', '134933.438000', '134933.441000', '134933.444000', '134933.447000', '134933.450000', '134933.453000', '134933.456000', '134933.459000', '134933.462000', '134933.465000', '134933.468000', '134933.471000', '134933.475000', '134933.479000', '134933.482000', '134933.485000', '134933.488000', '134933.491000', '134933.494000', '134933.497000', '134933.500000', '134933.503000', '134933.506000', '134933.509000', '134933.512000', '134933.515000', '134933.518000', '134933.521000', '134933.523000', '134933.527000', '134933.532000', '134933.535000', '134933.539000', '134933.542000', '134933.545000', '134933.548000', '134933.551000', '134933.554000', '134933.557000', '134933.560000', '134933.563000', '134933.566000', '134933.569000', '134953.438000', '134953.441000', '134953.444000', '134953.447000', '134953.450000', '134953.453000', '134953.456000', '134953.459000', '134953.462000', '134953.465000', '134953.468000', '134953.471000', '134953.474000', '134953.477000', '134953.480000', '134953.483000', '134953.486000', '134953.489000', '134953.492000', '134953.495000', '134953.498000', '134953.501000', '134953.504000', '134953.507000', '134953.510000', '134953.513000', '134953.516000', '134953.519000', '134953.522000', '134953.525000', '134953.528000', '134953.531000', '134953.534000', '134953.537000', '134953.540000', '134953.543000', '134953.546000', '134953.548000', '134953.552000', '134953.554000', '134953.557000', '134953.560000', '134953.563000', '134953.566000', '135013.437000', '135013.440000', '135013.443000', '135013.446000', '135013.449000', '135013.452000', '135013.455000', '135013.458000', '135013.461000', '135013.464000', '135013.467000', '135013.470000', '135013.473000', '135013.476000', '135013.479000', '135013.482000', '135013.485000', '135013.488000', '135013.491000', '135013.494000', '135013.497000', '135013.500000', '135013.503000', '135013.506000', '135013.509000', '135013.512000', '135013.514000', '135013.526000', '135013.530000', '135013.533000', '135013.536000', '135013.538000', '135013.541000', '135013.544000', '135013.547000', '135013.550000', '135013.553000', '135013.557000', '135013.562000', '135013.566000', '135013.569000', '135013.572000', '135013.575000', '135033.437000', '135033.440000', '135033.443000', '135033.446000', '135033.449000', '135033.452000', '135033.455000', '135033.458000', '135033.461000', '135033.464000', '135033.467000', '135033.470000', '135033.473000', '135033.476000', '135033.479000', '135033.482000', '135033.485000', '135033.488000', '135033.491000', '135033.494000', '135033.497000', '135033.500000', '135033.503000', '135033.506000', '135033.509000', '135033.512000', '135033.515000', '135033.518000', '135033.521000', '135033.524000', '135033.527000', '135033.530000', '135033.533000', '135033.536000', '135033.539000', '135033.542000', '135033.545000', '135033.548000', '135033.551000', '135033.554000', '135033.557000', '135033.560000', '135033.572000', '135033.575000', '135053.438000', '135053.441000', '135053.444000', '135053.447000', '135053.450000', '135053.453000', '135053.456000', '135053.459000', '135053.462000', '135053.465000', '135053.479000', '135053.482000', '135053.485000', '135053.488000', '135053.491000', '135053.494000', '135053.497000', '135053.500000', '135053.503000', '135053.512000', '135053.516000', '135053.519000', '135053.522000', '135053.525000', '135053.528000', '135053.532000', '135053.534000', '135053.538000', '135053.541000', '135053.544000', '135053.546000', '135053.550000', '135053.552000', '135053.555000', '135053.558000', '135053.561000', '135053.564000', '135053.568000', '135053.571000', '135053.574000', '135053.577000', '135053.580000', '135053.583000', '135113.438000', '135113.441000', '135113.444000', '135113.447000', '135113.450000', '135113.453000', '135113.456000', '135113.459000', '135113.462000', '135113.465000', '135113.468000', '135113.471000', '135113.474000', '135113.477000', '135113.480000', '135113.483000', '135113.486000', '135113.489000', '135113.492000', '135113.495000', '135113.498000', '135113.501000', '135113.504000', '135113.507000', '135113.510000', '135113.513000', '135113.516000', '135113.519000', '135113.522000', '135113.525000', '135113.528000', '135113.531000', '135113.534000', '135113.537000', '135113.540000', '135113.543000', '135113.546000', '135113.549000', '135113.552000', '135113.555000', '135113.558000', '135113.561000', '135113.564000', '135113.567000', '135133.438000', '135133.441000', '135133.444000', '135133.447000', '135133.450000', '135133.453000', '135133.456000', '135133.459000', '135133.462000', '135133.465000', '135133.468000', '135133.471000', '135133.474000', '135133.477000', '135133.480000', '135133.483000', '135133.486000', '135133.489000', '135133.492000', '135133.495000', '135133.498000', '135133.501000', '135133.504000', '135133.507000', '135133.510000', '135133.513000', '135133.516000', '135133.519000', '135133.522000', '135133.525000', '135133.528000', '135133.531000', '135133.534000', '135133.537000', '135133.540000', '135133.543000', '135133.546000', '135133.549000', '135133.552000', '135133.555000', '135133.558000', '135133.561000', '135133.564000', '135153.438000', '135153.441000', '135153.444000', '135153.447000', '135153.450000', '135153.453000', '135153.456000', '135153.459000', '135153.462000', '135153.465000', '135153.468000', '135153.471000', '135153.474000', '135153.477000', '135153.480000', '135153.483000', '135153.486000', '135153.489000', '135153.492000', '135153.495000', '135153.498000', '135153.501000', '135153.504000', '135153.507000', '135153.510000', '135153.513000', '135153.516000', '135153.519000', '135153.522000', '135153.530000', '135153.533000', '135153.536000', '135153.539000', '135153.542000', '135153.545000', '135153.548000', '135153.551000', '135153.563000', '135153.566000', '135153.569000', '135153.572000', '135153.575000', '135153.578000', '135153.581000', '135213.438000', '135213.441000', '135213.444000', '135213.447000', '135213.450000', '135213.453000', '135213.456000', '135213.459000', '135213.462000', '135213.465000', '135213.468000', '135213.471000', '135213.474000', '135213.477000', '135213.480000', '135213.483000', '135213.486000', '135213.489000', '135213.492000', '135213.495000', '135213.498000', '135213.501000', '135213.504000', '135213.507000', '135213.510000', '135213.513000', '135213.516000', '135213.519000', '135213.522000', '135213.525000', '135213.528000', '135213.531000', '135213.534000', '135213.537000', '135213.540000', '135213.543000', '135213.546000', '135213.549000', '135213.553000', '135213.556000', '135213.559000', '135213.562000', '135213.565000', '135233.437000', '135233.440000', '135233.443000', '135233.446000', '135233.449000', '135233.452000', '135233.455000', '135233.458000', '135233.461000', '135233.464000', '135233.467000', '135233.470000', '135233.473000', '135233.476000', '135233.479000', '135233.482000', '135233.485000', '135233.488000', '135233.491000', '135233.494000', '135233.497000', '135233.500000', '135233.503000', '135233.506000', '135233.509000', '135233.512000', '135233.515000', '135233.518000', '135233.521000', '135233.524000', '135233.527000', '135233.530000', '135233.533000', '135233.536000', '135233.539000', '135233.542000', '135233.545000', '135233.548000', '135233.551000', '135233.554000', '135233.557000', '135233.560000', '135233.563000', '135233.566000', '135253.437000', '135253.440000', '135253.443000', '135253.446000', '135253.449000', '135253.452000', '135253.455000', '135253.458000', '135253.461000', '135253.464000', '135253.467000', '135253.470000', '135253.473000', '135253.476000', '135253.479000', '135253.482000', '135253.485000', '135253.488000', '135253.491000', '135253.494000', '135253.497000', '135253.500000', '135253.503000', '135253.506000', '135253.509000', '135253.512000', '135253.515000', '135253.518000', '135253.521000', '135253.524000', '135253.527000', '135253.530000', '135253.533000', '135253.536000', '135253.539000', '135253.542000', '135253.545000', '135253.548000', '135253.551000', '135253.554000', '135253.557000', '135253.560000', '135253.563000', '135313.438000', '135313.441000', '135313.444000', '135313.447000', '135313.450000', '135313.453000', '135313.456000', '135313.459000', '135313.462000', '135313.465000', '135313.468000', '135313.471000', '135313.474000', '135313.477000', '135313.480000', '135313.483000', '135313.486000', '135313.489000', '135313.492000', '135313.495000', '135313.498000', '135313.501000', '135313.504000', '135313.507000', '135313.510000', '135313.513000', '135313.516000', '135313.519000', '135313.522000', '135313.525000', '135313.528000', '135313.531000', '135313.534000', '135313.537000', '135313.540000', '135313.543000', '135313.546000', '135313.549000', '135313.552000', '135313.555000', '135313.558000', '135313.561000', '135313.564000', '135313.567000', '135317.610000', '135317.613000', '135317.617000', '135317.625000', '135317.628000', '135317.632000', '135317.635000', '135317.638000', '135317.641000'], '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': [9232, 12063, 9505, 8742, 14231, 9016, 15616, 10860, 13620, 9134, 8320, 13007, 8531, 14811, 9079, 11547, 8902, 8561, 8797, 7811, 8467, 8371, 8975, 8361, 9728, 8616, 8019, 9041, 11112, 9026, 11383, 8862, 10369, 8393, 9266, 9323, 8424, 9475, 8505, 8124, 8670, 11973, 8771, 11123, 8715, 10509, 8732, 9983, 8503, 8165, 8596, 8149, 8704, 8877, 8126, 8720, 9291, 8573, 11669, 8867, 15283, 8736, 11325, 8821, 8279, 9239, 8534, 10523, 8643, 11173, 8678, 9657, 7968, 9172, 7903, 8110, 8884, 8242, 9357, 8535, 8862, 8601, 10052, 8799, 10715, 8145, 9569, 8697, 8440, 9503, 8474, 12428, 8798, 15243, 9385, 13218, 8641, 11191, 8252, 9682, 8983, 8972, 8668, 8089, 9370, 8377, 8599, 8741, 13807, 8845, 14781, 8867, 11709, 8205, 11337, 8413, 8576, 9464, 8375, 14258, 8653, 15384, 8873, 11802, 8143, 8268, 9122, 7979, 9203, 8026, 8849, 8097, 8240, 7987, 8048, 8043, 8657, 9450, 8337, 7756, 8245, 8483, 8033, 15167, 11245, 14766, 11209, 13970, 9935, 12722, 9618, 12568, 10585, 14295, 10998, 13238, 9154, 11660, 8802, 14403, 10073, 12774, 7742, 9327, 8097, 8284, 11335, 9573, 8126, 8140, 7947, 8231, 7822, 7947, 8251, 8074, 8208, 8061, 9096, 8110, 11057, 7997, 10688, 7987, 9611, 8065, 9394, 7981, 9143, 7990, 8290, 7823, 8285, 7864, 8532, 7788, 8264, 7967, 8689, 7911, 7898, 7849, 13786, 8113, 13242, 9008, 10850, 7840, 7956, 8535, 7819, 11853, 7864, 12202, 8215, 9302, 8533, 8503, 7753, 7863, 7975, 7864, 8453, 7989, 7431, 8098, 8078, 8320, 9023, 8055, 9430, 8596, 9376, 8129, 8562, 8238, 8076, 8796, 7820, 8170, 8151, 10925, 8264, 11616, 8161, 9773, 8486, 9250, 7912, 9736, 8077, 7840, 8095, 7823, 8218, 8239, 7914, 8342, 8731, 7774, 7992, 7982, 8210, 7909, 8711, 7886, 10875, 8269, 13077, 8082, 10640, 8471, 10772, 8916, 9096, 8025, 8153, 8419, 8015, 13399, 8372, 10613, 8445, 8781, 8710, 8417, 8489, 9114, 9005, 8369, 8355, 8197, 8234, 8304, 13484, 9169, 14869, 8183, 12684, 8243, 12256, 9761, 13714, 8737, 10889, 8742, 9728, 8122, 9640, 8361, 10101, 10348, 7867, 14687, 8152, 15546, 11648, 14055, 8564, 10649, 8077, 8244, 13155, 9382, 8906, 8343, 7971, 8495, 8292, 8529, 7896, 8770, 10525, 8608, 9381, 8391, 8585, 14847, 11478, 12894, 8659, 8342, 15320, 10670, 12912, 9768, 10958, 11346, 8179, 12315, 8129, 9481, 8030, 8092, 8252, 8075, 12446, 8200, 9196, 8459, 9038, 7755, 7989, 7988, 7999, 9585, 8243, 8920, 8277, 8641, 7911, 8033, 7803, 8114, 7950, 8099, 7879, 7806, 8551, 7907, 7767, 8003, 11195, 7903, 13602, 8021, 11838, 8273, 10917, 8026, 13379, 7947, 7964, 8218, 8011, 13620, 8168, 14165, 8033, 10980, 8471, 8693, 7681, 8182, 7463, 8062, 7957, 7891, 8501, 7787, 7989, 7656, 8291, 7825, 8221, 8100, 7612, 7834, 8930, 7982, 8199, 8175, 9536, 8275, 11481, 8133, 10667, 8451, 9560, 8558, 8147, 7807, 7787, 7950, 7698, 8377, 8237, 8571, 8343, 8767, 8670, 8411, 8399, 9142, 8494, 8723, 8967, 8668, 8558, 10360, 8798, 9617, 8464, 8627, 7877, 8221, 7814, 12732, 7851, 7902, 8201, 7970, 7968, 8091, 12035, 7939, 8342, 8376, 8309, 7990, 8157, 7927, 7646, 7906, 8326, 7998, 8393, 7570, 7198, 13082, 9766, 7785, 10485, 8229, 14233, 11743, 14795, 11135, 14840, 10743, 14990, 11386, 14612, 13165, 11547, 14053, 11160, 15772, 10850, 13717, 13206, 8948, 14195, 8361, 7921, 8010, 11403, 8063, 13868, 8187, 12741, 8143, 9657, 8131, 8193, 7800, 7910, 7865, 7942, 7616, 7873, 7873, 7737, 7852, 7979, 9055, 7979, 8633, 8081, 8666, 7677, 7489, 7916, 7583, 8603, 8074, 8677, 8115, 8795, 8296, 7614, 7985, 7547, 8378, 8027, 8809, 7985, 9049, 8324, 9023, 9195, 9198, 8170, 7735, 8770, 7638, 8758, 8061, 9293, 8159, 11043, 8553, 9526, 9080, 9718, 9296, 8040, 9419, 7646, 9591, 7734, 9614, 7814, 7980, 7851, 9321, 8102, 12170, 8583, 11359, 9373, 11245, 9694, 7930, 7763, 7529, 7866, 7602, 7826, 7695, 8633, 7870, 7843, 7670, 9369, 9599, 8492, 9638, 8236, 9101, 8066, 8844, 11125, 8172, 9028, 8223, 8809, 8613, 9826, 12977, 9473, 10560, 14512, 10567, 14961, 12460, 11156, 10681, 8300, 10883, 10169, 13313, 10631, 13662, 8112, 8298, 8004, 9519, 13657, 11916, 10176, 7859, 12992, 7671, 11385, 7891, 11041, 8269, 11815, 7748, 8854, 7694, 11143, 8057, 12469, 9230, 10210, 7903, 7857, 7679, 7867, 9447, 7906, 9176, 8085, 9760, 8010, 9286, 8170, 12651, 8087, 12532, 8378, 12602, 9416, 12148, 7559, 7837, 12146, 7758, 14355, 8451, 11670, 7727, 9518, 8264, 7831, 7739, 7708, 7399, 7671, 7760, 7613, 8371, 7854, 9945, 7526, 8930, 8065, 8384, 8004, 7657, 7689, 7447, 11025, 7771, 8762, 8288, 7546, 7307, 7467, 7739, 7477, 8167, 7827, 8634, 7856, 8882, 8448, 8442, 7877, 7409, 8476, 7546, 11591, 7750, 10166, 8271, 9236, 8629, 8671, 7237, 7322, 7928, 7620, 8971, 7601, 11730, 8056, 10293, 9117, 7435, 8781, 7475, 9692, 8023, 9814, 8519, 9023, 8985, 7399, 7639, 7174, 8135, 7393, 9135, 7815, 8417, 8033, 8912, 7920, 8879, 8143, 8853, 8698, 8835, 8085, 9669, 8944, 8884, 8268, 9061, 8328, 8933, 7669, 7250, 7858, 8309, 8030, 12519, 8416, 7656, 9495, 7604, 14770, 11656, 13060, 8246, 14769, 7852, 14087, 10622, 15061, 9055, 13693, 7741, 12163, 8334, 12220, 9061, 13853, 8027, 10101, 8138, 11277, 8616, 10165, 7928, 11031, 8076, 13997, 8540, 14131, 10375, 14881, 8503, 9721, 7653, 11527, 9811, 13036, 8600, 8175, 8017, 9270, 8708, 12672, 8392, 8238, 8428, 8396, 15555, 12452, 14733, 8154, 11885, 8182, 10540, 9559, 7965, 7983, 8507, 8241, 8231, 8482, 7677, 10293, 7465, 8873, 8361, 8494, 10321, 8738, 14271, 7889, 13130, 7714, 12557, 9845, 11064, 7671, 8490, 7829, 8330, 7962, 8564, 8229, 8225, 8624, 8152, 8651, 7608, 8975, 7888, 9898, 7867, 9770, 7934, 10428, 8971, 10944, 7393, 8445, 8243, 8283, 7750, 8319, 7658, 8198, 7751, 8099, 8124, 7997, 8183, 7839, 7893, 8016, 7855, 7902, 7622, 7963, 7959, 7941, 7761, 7917, 7611, 7707, 7857, 8546, 7840, 7985, 7800, 8553, 7870, 8640, 8314, 10115, 7903, 10733, 7808, 15279, 10336, 12690, 7875, 9910, 7954, 7985, 8047, 8101, 7506, 8125, 7217, 7911, 9610, 7692, 8883, 7969, 7472, 7689, 7593, 7479, 11505, 7331, 7807, 7328, 8181, 7408, 14448, 7837, 11405, 7882, 10507, 7819, 12761, 9249, 15013, 7906, 11092, 7741, 9333, 7573, 12007, 7838, 8224, 7939, 8091, 8073, 8092, 7798, 9566, 8092, 8085, 7843, 7961, 7559, 7989, 7795, 10878, 7485, 8620, 7773, 8868, 7985, 14407, 7756, 8336, 8019, 8169, 10064, 10607, 8398, 8370, 7552, 8142, 9713, 8062, 9922, 8083, 9586, 8100, 9679, 8045, 9785, 8220, 11324, 7568, 8457, 7803, 8343, 8649, 9116, 14082, 8169, 13883, 10132, 11650, 7778, 10521, 9499, 8766, 8291, 8462, 8000, 8281, 7074, 8301, 7707, 8455, 7566, 8205, 7440, 8074, 7964, 8123, 8318, 8263, 7751, 8516, 8031, 7876, 8816, 7295, 8558, 7867, 9371, 8538, 7622, 12346, 8135, 15334, 10660, 9855, 8949, 8889, 10379, 9822, 13445, 12466, 9352, 15122, 13249, 14222, 10717, 12981, 9171, 11219, 9864, 9432, 8292, 9144, 8518, 8460, 8793, 8264, 8566, 8262, 8578, 8228, 8990, 8177, 9318, 8346, 9075, 7917, 10124, 8561, 10828, 8708, 11820, 10103, 14260, 8704, 10681, 8548, 7919, 8576, 7823, 8590, 8012, 8312, 7672, 8444, 13408, 8642, 12011, 8079, 10816, 7679, 8911, 7908, 8679, 10239, 8506, 11548, 7847, 10207, 7628, 9348, 7585, 8491, 7499, 8595, 7518, 9024, 7689, 9276, 7554, 10244, 7532, 10645, 8083, 9769, 7795, 7596, 7711, 7464, 7590, 7717, 8069, 7382, 7730, 7407, 7758, 7346, 7882, 7753, 7912, 7566, 9700, 7303, 9553, 8206, 12478, 7251, 9912, 7518, 7706, 8503, 7537, 12115, 8254, 10084, 7776, 11251, 7659, 13756, 9153, 14768, 7436, 12448, 7679, 11534, 7967, 13251, 7916, 8369, 10627, 7800, 16096, 9733, 16049, 10289, 13689, 7812, 11583, 7967, 9871, 7788, 8523, 9023, 8120, 13385, 8062, 12394, 9237, 12170, 7818, 7769, 7895, 7722, 7820, 7466, 7794, 7531, 7818, 8265, 8141, 8299, 10311, 8299, 10177, 8328, 10769, 8419, 14848, 9438, 14134, 7816, 11102, 7754, 8702, 7652, 8396, 8098, 8439, 7326, 8188, 11358, 8214, 11262, 7823, 10464, 7725, 9807, 7597, 8778, 7835, 10443, 7732, 8734, 7774, 8347, 7974, 9417, 7926, 11942, 8015, 9183, 7999, 9214, 8162, 11148, 8358, 11458, 7896, 9482, 7982, 10077, 8564, 11206, 8010, 9713, 8003, 9742, 8061, 12411, 10104, 14395, 7839, 11705, 7970, 10678, 7540, 8652, 7636, 10436, 7409, 7887], 'WindowCenter': [3966.0, 3973.0, 3948.0, 3925.0, 3967.0, 3923.0, 3965.0, 3931.0, 3952.0, 3920.0, 3908.0, 3940.0, 3908.0, 3939.0, 3907.0, 3927.0, 3907.0, 3906.0, 3909.0, 3897.0, 3909.0, 3910.0, 3921.0, 3922.0, 3932.0, 3923.0, 3911.0, 3922.0, 3941.0, 3923.0, 3941.0, 3923.0, 3930.0, 3922.0, 3921.0, 3921.0, 3910.0, 3921.0, 3921.0, 3910.0, 3920.0, 3941.0, 3921.0, 3942.0, 3922.0, 3932.0, 3921.0, 3931.0, 3922.0, 3921.0, 3922.0, 3923.0, 3934.0, 3934.0, 3924.0, 3934.0, 3934.0, 3936.0, 3946.0, 3935.0, 3965.0, 3922.0, 3943.0, 3923.0, 3923.0, 3922.0, 3922.0, 3943.0, 3923.0, 3943.0, 3923.0, 3932.0, 3923.0, 3932.0, 3924.0, 3923.0, 3934.0, 3924.0, 3935.0, 3936.0, 3936.0, 3936.0, 3946.0, 3936.0, 3946.0, 3925.0, 3935.0, 3936.0, 3924.0, 3934.0, 3925.0, 3954.0, 3924.0, 3966.0, 3934.0, 3954.0, 3923.0, 3942.0, 3922.0, 3933.0, 3934.0, 3923.0, 3923.0, 3923.0, 3933.0, 3923.0, 3923.0, 3934.0, 3966.0, 3934.0, 3964.0, 3922.0, 3942.0, 3922.0, 3943.0, 3922.0, 3922.0, 3921.0, 3911.0, 3951.0, 3920.0, 3951.0, 3920.0, 3939.0, 3909.0, 3909.0, 3920.0, 3909.0, 3920.0, 3909.0, 3920.0, 3910.0, 3934.0, 3934.0, 3937.0, 3934.0, 3937.0, 3946.0, 3937.0, 3926.0, 3936.0, 3937.0, 3938.0, 3992.0, 3958.0, 3966.0, 3946.0, 3952.0, 3932.0, 3953.0, 3932.0, 3942.0, 3943.0, 3952.0, 3931.0, 3940.0, 3919.0, 3927.0, 3907.0, 3938.0, 3916.0, 3926.0, 3894.0, 3904.0, 3881.0, 3892.0, 3912.0, 3902.0, 3880.0, 3880.0, 3893.0, 3892.0, 3882.0, 3891.0, 3893.0, 3892.0, 3894.0, 3893.0, 3903.0, 3894.0, 3913.0, 3893.0, 3914.0, 3895.0, 3904.0, 3894.0, 3904.0, 3895.0, 3904.0, 3907.0, 3906.0, 3907.0, 3917.0, 3908.0, 3918.0, 3911.0, 3920.0, 3910.0, 3921.0, 3908.0, 3910.0, 3910.0, 3952.0, 3910.0, 3940.0, 3920.0, 3929.0, 3908.0, 3909.0, 3908.0, 3897.0, 3938.0, 3906.0, 3938.0, 3908.0, 3917.0, 3907.0, 3906.0, 3896.0, 3907.0, 3908.0, 3907.0, 3907.0, 3907.0, 3898.0, 3910.0, 3909.0, 3920.0, 3919.0, 3911.0, 3919.0, 3921.0, 3919.0, 3910.0, 3921.0, 3920.0, 3911.0, 3922.0, 3912.0, 3921.0, 3922.0, 3942.0, 3922.0, 3942.0, 3923.0, 3931.0, 3923.0, 3933.0, 3923.0, 3932.0, 3923.0, 3921.0, 3923.0, 3923.0, 3924.0, 3922.0, 3924.0, 3934.0, 3935.0, 3925.0, 3925.0, 3925.0, 3935.0, 3935.0, 3936.0, 3924.0, 3944.0, 3925.0, 3966.0, 3923.0, 3945.0, 3934.0, 3944.0, 3935.0, 3933.0, 3924.0, 3924.0, 3921.0, 3924.0, 3965.0, 3924.0, 3942.0, 3924.0, 3932.0, 3936.0, 3934.0, 3936.0, 3935.0, 3937.0, 3925.0, 3936.0, 3934.0, 3924.0, 3935.0, 3966.0, 3934.0, 3965.0, 3923.0, 3953.0, 3923.0, 3953.0, 3935.0, 3951.0, 3922.0, 3941.0, 3922.0, 3933.0, 3922.0, 3933.0, 3922.0, 3933.0, 3931.0, 3909.0, 3953.0, 3910.0, 3962.0, 3931.0, 3950.0, 3908.0, 3928.0, 3896.0, 3907.0, 3939.0, 3907.0, 3907.0, 3906.0, 3896.0, 3907.0, 3909.0, 3920.0, 3922.0, 3933.0, 3942.0, 3934.0, 3933.0, 3922.0, 3934.0, 3964.0, 3942.0, 3953.0, 3921.0, 3909.0, 3949.0, 3929.0, 3939.0, 3918.0, 3917.0, 3926.0, 3894.0, 3925.0, 3894.0, 3905.0, 3893.0, 3895.0, 3894.0, 3895.0, 3925.0, 3894.0, 3903.0, 3895.0, 3903.0, 3894.0, 3893.0, 3893.0, 3894.0, 3903.0, 3894.0, 3904.0, 3895.0, 3903.0, 3895.0, 3894.0, 3896.0, 3906.0, 3906.0, 3906.0, 3908.0, 3909.0, 3918.0, 3910.0, 3908.0, 3909.0, 3930.0, 3910.0, 3951.0, 3909.0, 3939.0, 3909.0, 3930.0, 3908.0, 3939.0, 3907.0, 3896.0, 3906.0, 3907.0, 3937.0, 3905.0, 3938.0, 3895.0, 3917.0, 3906.0, 3906.0, 3894.0, 3906.0, 3895.0, 3895.0, 3907.0, 3906.0, 3906.0, 3896.0, 3907.0, 3897.0, 3907.0, 3907.0, 3907.0, 3909.0, 3897.0, 3908.0, 3908.0, 3908.0, 3908.0, 3907.0, 3916.0, 3909.0, 3928.0, 3908.0, 3929.0, 3908.0, 3918.0, 3906.0, 3906.0, 3897.0, 3898.0, 3907.0, 3908.0, 3907.0, 3909.0, 3908.0, 3909.0, 3919.0, 3921.0, 3920.0, 3921.0, 3929.0, 3922.0, 3921.0, 3933.0, 3922.0, 3922.0, 3933.0, 3923.0, 3932.0, 3922.0, 3921.0, 3923.0, 3922.0, 3912.0, 3954.0, 3922.0, 3921.0, 3921.0, 3922.0, 3911.0, 3922.0, 3952.0, 3911.0, 3921.0, 3922.0, 3910.0, 3921.0, 3936.0, 3923.0, 3911.0, 3910.0, 3909.0, 3909.0, 3920.0, 3922.0, 3913.0, 3965.0, 3933.0, 3937.0, 3958.0, 3950.0, 3979.0, 3968.0, 3967.0, 3944.0, 3966.0, 3945.0, 3964.0, 3929.0, 3940.0, 3927.0, 3915.0, 3924.0, 3913.0, 3934.0, 3901.0, 3910.0, 3909.0, 3876.0, 3907.0, 3863.0, 3864.0, 3863.0, 3883.0, 3861.0, 3892.0, 3849.0, 3880.0, 3850.0, 3858.0, 3848.0, 3858.0, 3850.0, 3850.0, 3862.0, 3862.0, 3863.0, 3864.0, 3865.0, 3876.0, 3877.0, 3878.0, 3888.0, 3880.0, 3888.0, 3881.0, 3891.0, 3880.0, 3882.0, 3892.0, 3894.0, 3892.0, 3893.0, 3904.0, 3894.0, 3905.0, 3906.0, 3895.0, 3906.0, 3897.0, 3909.0, 3909.0, 3918.0, 3910.0, 3918.0, 3909.0, 3918.0, 3920.0, 3920.0, 3920.0, 3911.0, 3920.0, 3910.0, 3921.0, 3922.0, 3921.0, 3921.0, 3942.0, 3922.0, 3931.0, 3932.0, 3932.0, 3932.0, 3923.0, 3934.0, 3923.0, 3946.0, 3924.0, 3945.0, 3924.0, 3924.0, 3924.0, 3935.0, 3924.0, 3957.0, 3936.0, 3955.0, 3935.0, 3944.0, 3933.0, 3921.0, 3924.0, 3924.0, 3924.0, 3924.0, 3923.0, 3923.0, 3934.0, 3935.0, 3936.0, 3925.0, 3948.0, 3947.0, 3937.0, 3947.0, 3963.0, 3950.0, 3952.0, 3949.0, 3972.0, 3950.0, 3949.0, 3950.0, 3950.0, 3951.0, 3961.0, 3982.0, 3948.0, 3960.0, 3979.0, 3947.0, 3977.0, 3958.0, 3944.0, 3933.0, 3910.0, 3943.0, 3933.0, 3953.0, 3930.0, 3949.0, 3898.0, 3907.0, 3896.0, 3917.0, 3937.0, 3926.0, 3914.0, 3894.0, 3925.0, 3881.0, 3913.0, 3893.0, 3914.0, 3894.0, 3914.0, 3883.0, 3891.0, 3883.0, 3914.0, 3893.0, 3924.0, 3903.0, 3914.0, 3892.0, 3892.0, 3893.0, 3895.0, 3916.0, 3906.0, 3915.0, 3907.0, 3917.0, 3908.0, 3917.0, 3910.0, 3939.0, 3906.0, 3926.0, 3906.0, 3925.0, 3904.0, 3926.0, 3894.0, 3883.0, 3923.0, 3881.0, 3934.0, 3892.0, 3910.0, 3882.0, 3902.0, 3892.0, 3880.0, 3881.0, 3881.0, 3894.0, 3892.0, 3894.0, 3895.0, 3894.0, 3896.0, 3916.0, 3895.0, 3904.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3915.0, 3894.0, 3893.0, 3895.0, 3894.0, 3894.0, 3894.0, 3894.0, 3896.0, 3906.0, 3907.0, 3907.0, 3907.0, 3918.0, 3908.0, 3908.0, 3908.0, 3909.0, 3908.0, 3910.0, 3939.0, 3909.0, 3928.0, 3909.0, 3919.0, 3920.0, 3920.0, 3898.0, 3909.0, 3909.0, 3911.0, 3920.0, 3912.0, 3941.0, 3921.0, 3930.0, 3920.0, 3911.0, 3921.0, 3911.0, 3932.0, 3922.0, 3931.0, 3922.0, 3919.0, 3932.0, 3911.0, 3911.0, 3912.0, 3923.0, 3911.0, 3932.0, 3924.0, 3923.0, 3936.0, 3933.0, 3925.0, 3933.0, 3924.0, 3935.0, 3935.0, 3937.0, 3936.0, 3946.0, 3936.0, 3935.0, 3936.0, 3948.0, 3937.0, 3936.0, 3925.0, 3924.0, 3937.0, 3937.0, 3935.0, 3967.0, 3925.0, 3924.0, 3935.0, 3925.0, 3976.0, 3956.0, 3965.0, 3923.0, 3964.0, 3923.0, 3964.0, 3946.0, 3965.0, 3934.0, 3963.0, 3911.0, 3942.0, 3923.0, 3955.0, 3922.0, 3953.0, 3911.0, 3931.0, 3923.0, 3942.0, 3934.0, 3932.0, 3923.0, 3943.0, 3922.0, 3964.0, 3922.0, 3965.0, 3934.0, 3963.0, 3921.0, 3919.0, 3909.0, 3931.0, 3931.0, 3941.0, 3908.0, 3907.0, 3896.0, 3917.0, 3907.0, 3939.0, 3906.0, 3905.0, 3894.0, 3895.0, 3949.0, 3926.0, 3937.0, 3908.0, 3928.0, 3907.0, 3916.0, 3915.0, 3893.0, 3894.0, 3905.0, 3904.0, 3905.0, 3904.0, 3893.0, 3915.0, 3895.0, 3904.0, 3892.0, 3892.0, 3902.0, 3893.0, 3935.0, 3881.0, 3921.0, 3880.0, 3910.0, 3902.0, 3912.0, 3881.0, 3890.0, 3893.0, 3892.0, 3894.0, 3893.0, 3894.0, 3895.0, 3905.0, 3893.0, 3904.0, 3894.0, 3904.0, 3907.0, 3917.0, 3907.0, 3916.0, 3896.0, 3916.0, 3907.0, 3926.0, 3895.0, 3893.0, 3893.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3893.0, 3895.0, 3896.0, 3895.0, 3906.0, 3908.0, 3907.0, 3908.0, 3910.0, 3921.0, 3910.0, 3910.0, 3910.0, 3910.0, 3909.0, 3910.0, 3911.0, 3923.0, 3923.0, 3923.0, 3923.0, 3933.0, 3924.0, 3935.0, 3925.0, 3945.0, 3925.0, 3944.0, 3923.0, 3965.0, 3944.0, 3954.0, 3922.0, 3932.0, 3921.0, 3923.0, 3923.0, 3922.0, 3911.0, 3922.0, 3911.0, 3922.0, 3934.0, 3912.0, 3921.0, 3921.0, 3910.0, 3912.0, 3911.0, 3911.0, 3943.0, 3911.0, 3909.0, 3911.0, 3921.0, 3912.0, 3963.0, 3910.0, 3941.0, 3911.0, 3930.0, 3911.0, 3952.0, 3932.0, 3963.0, 3910.0, 3929.0, 3909.0, 3919.0, 3909.0, 3941.0, 3897.0, 3907.0, 3907.0, 3906.0, 3907.0, 3907.0, 3897.0, 3919.0, 3908.0, 3907.0, 3907.0, 3907.0, 3908.0, 3908.0, 3910.0, 3929.0, 3909.0, 3919.0, 3909.0, 3919.0, 3911.0, 3952.0, 3898.0, 3907.0, 3907.0, 3907.0, 3917.0, 3928.0, 3906.0, 3906.0, 3895.0, 3906.0, 3916.0, 3907.0, 3916.0, 3907.0, 3916.0, 3907.0, 3917.0, 3907.0, 3917.0, 3908.0, 3927.0, 3897.0, 3906.0, 3897.0, 3907.0, 3907.0, 3918.0, 3950.0, 3906.0, 3937.0, 3916.0, 3925.0, 3894.0, 3915.0, 3904.0, 3893.0, 3892.0, 3892.0, 3892.0, 3893.0, 3882.0, 3905.0, 3893.0, 3906.0, 3894.0, 3906.0, 3895.0, 3906.0, 3907.0, 3909.0, 3907.0, 3908.0, 3911.0, 3920.0, 3909.0, 3907.0, 3919.0, 3896.0, 3906.0, 3908.0, 3931.0, 3920.0, 3922.0, 3952.0, 3922.0, 3963.0, 3932.0, 3931.0, 3919.0, 3918.0, 3930.0, 3917.0, 3939.0, 3926.0, 3905.0, 3923.0, 3911.0, 3910.0, 3889.0, 3897.0, 3875.0, 3883.0, 3873.0, 3862.0, 3861.0, 3873.0, 3861.0, 3863.0, 3862.0, 3864.0, 3874.0, 3878.0, 3876.0, 3878.0, 3864.0, 3866.0, 3863.0, 3854.0, 3863.0, 3868.0, 3904.0, 3920.0, 3939.0, 3918.0, 3926.0, 3917.0, 3935.0, 3891.0, 3913.0, 3891.0, 3892.0, 3904.0, 3894.0, 3907.0, 3906.0, 3906.0, 3897.0, 3906.0, 3925.0, 3892.0, 3910.0, 3880.0, 3912.0, 3883.0, 3905.0, 3893.0, 3894.0, 3914.0, 3907.0, 3939.0, 3908.0, 3915.0, 3895.0, 3904.0, 3896.0, 3905.0, 3897.0, 3907.0, 3909.0, 3920.0, 3911.0, 3921.0, 3911.0, 3930.0, 3910.0, 3930.0, 3910.0, 3929.0, 3909.0, 3909.0, 3909.0, 3910.0, 3910.0, 3911.0, 3910.0, 3910.0, 3910.0, 3911.0, 3923.0, 3924.0, 3938.0, 3937.0, 3937.0, 3938.0, 3958.0, 3938.0, 3948.0, 3950.0, 3981.0, 3927.0, 3947.0, 3925.0, 3926.0, 3936.0, 3925.0, 3968.0, 3937.0, 3946.0, 3923.0, 3955.0, 3926.0, 3966.0, 3947.0, 3976.0, 3925.0, 3954.0, 3922.0, 3955.0, 3924.0, 3966.0, 3911.0, 3920.0, 3932.0, 3911.0, 3964.0, 3932.0, 3963.0, 3931.0, 3951.0, 3898.0, 3928.0, 3908.0, 3918.0, 3896.0, 3907.0, 3906.0, 3896.0, 3937.0, 3895.0, 3926.0, 3906.0, 3925.0, 3894.0, 3894.0, 3894.0, 3894.0, 3893.0, 3895.0, 3895.0, 3894.0, 3895.0, 3906.0, 3895.0, 3907.0, 3917.0, 3906.0, 3917.0, 3907.0, 3916.0, 3895.0, 3937.0, 3906.0, 3938.0, 3896.0, 3915.0, 3894.0, 3904.0, 3894.0, 3894.0, 3895.0, 3894.0, 3883.0, 3895.0, 3915.0, 3906.0, 3915.0, 3895.0, 3915.0, 3895.0, 3915.0, 3896.0, 3906.0, 3896.0, 3916.0, 3897.0, 3906.0, 3898.0, 3907.0, 3908.0, 3919.0, 3910.0, 3939.0, 3909.0, 3918.0, 3909.0, 3918.0, 3909.0, 3928.0, 3910.0, 3929.0, 3909.0, 3918.0, 3908.0, 3929.0, 3921.0, 3930.0, 3909.0, 3920.0, 3909.0, 3918.0, 3910.0, 3941.0, 3930.0, 3950.0, 3908.0, 3929.0, 3909.0, 3928.0, 3897.0, 3908.0, 3909.0, 3929.0, 3898.0, 3908.0], 'WindowWidth': [8872.0, 8874.0, 8832.0, 8795.0, 8853.0, 8789.0, 8847.0, 8797.0, 8825.0, 8778.0, 8760.0, 8803.0, 8759.0, 8803.0, 8756.0, 8783.0, 8757.0, 8755.0, 8762.0, 8744.0, 8764.0, 8767.0, 8783.0, 8784.0, 8799.0, 8787.0, 8770.0, 8786.0, 8810.0, 8787.0, 8809.0, 8786.0, 8793.0, 8785.0, 8783.0, 8782.0, 8767.0, 8780.0, 8781.0, 8766.0, 8780.0, 8810.0, 8783.0, 8811.0, 8785.0, 8798.0, 8783.0, 8794.0, 8785.0, 8782.0, 8788.0, 8787.0, 8806.0, 8806.0, 8794.0, 8808.0, 8805.0, 8810.0, 8824.0, 8807.0, 8848.0, 8787.0, 8816.0, 8787.0, 8790.0, 8785.0, 8786.0, 8814.0, 8788.0, 8814.0, 8787.0, 8799.0, 8789.0, 8799.0, 8792.0, 8789.0, 8806.0, 8793.0, 8807.0, 8812.0, 8810.0, 8811.0, 8826.0, 8811.0, 8824.0, 8797.0, 8810.0, 8809.0, 8794.0, 8807.0, 8794.0, 8834.0, 8793.0, 8852.0, 8805.0, 8833.0, 8790.0, 8814.0, 8789.0, 8802.0, 8804.0, 8790.0, 8790.0, 8790.0, 8804.0, 8790.0, 8789.0, 8805.0, 8850.0, 8805.0, 8847.0, 8788.0, 8814.0, 8786.0, 8816.0, 8785.0, 8784.0, 8782.0, 8768.0, 8825.0, 8780.0, 8825.0, 8779.0, 8805.0, 8764.0, 8765.0, 8781.0, 8765.0, 8778.0, 8763.0, 8780.0, 8767.0, 8808.0, 8809.0, 8818.0, 8808.0, 8817.0, 8825.0, 8817.0, 8800.0, 8816.0, 8817.0, 8820.0, 8902.0, 8847.0, 8856.0, 8825.0, 8831.0, 8802.0, 8828.0, 8800.0, 8813.0, 8816.0, 8830.0, 8797.0, 8809.0, 8777.0, 8787.0, 8758.0, 8804.0, 8769.0, 8782.0, 8736.0, 8748.0, 8714.0, 8728.0, 8756.0, 8743.0, 8710.0, 8711.0, 8731.0, 8727.0, 8715.0, 8728.0, 8731.0, 8731.0, 8734.0, 8734.0, 8746.0, 8736.0, 8761.0, 8734.0, 8761.0, 8739.0, 8749.0, 8738.0, 8748.0, 8738.0, 8749.0, 8758.0, 8755.0, 8760.0, 8773.0, 8763.0, 8774.0, 8769.0, 8781.0, 8768.0, 8782.0, 8763.0, 8767.0, 8767.0, 8827.0, 8766.0, 8808.0, 8780.0, 8790.0, 8762.0, 8763.0, 8760.0, 8746.0, 8802.0, 8756.0, 8801.0, 8760.0, 8770.0, 8758.0, 8757.0, 8744.0, 8758.0, 8760.0, 8759.0, 8760.0, 8761.0, 8749.0, 8768.0, 8765.0, 8781.0, 8779.0, 8770.0, 8780.0, 8785.0, 8779.0, 8769.0, 8784.0, 8782.0, 8771.0, 8785.0, 8773.0, 8784.0, 8786.0, 8813.0, 8787.0, 8813.0, 8789.0, 8799.0, 8789.0, 8802.0, 8790.0, 8802.0, 8791.0, 8786.0, 8791.0, 8789.0, 8795.0, 8790.0, 8796.0, 8807.0, 8811.0, 8796.0, 8797.0, 8799.0, 8812.0, 8812.0, 8813.0, 8794.0, 8821.0, 8797.0, 8853.0, 8792.0, 8822.0, 8809.0, 8819.0, 8809.0, 8804.0, 8794.0, 8793.0, 8788.0, 8794.0, 8851.0, 8794.0, 8817.0, 8794.0, 8802.0, 8812.0, 8808.0, 8814.0, 8810.0, 8815.0, 8797.0, 8812.0, 8809.0, 8796.0, 8811.0, 8853.0, 8807.0, 8853.0, 8789.0, 8831.0, 8789.0, 8831.0, 8808.0, 8827.0, 8788.0, 8811.0, 8787.0, 8802.0, 8786.0, 8803.0, 8785.0, 8805.0, 8798.0, 8765.0, 8830.0, 8768.0, 8843.0, 8797.0, 8823.0, 8761.0, 8789.0, 8742.0, 8759.0, 8803.0, 8758.0, 8756.0, 8756.0, 8741.0, 8758.0, 8763.0, 8782.0, 8787.0, 8803.0, 8815.0, 8806.0, 8805.0, 8787.0, 8805.0, 8849.0, 8815.0, 8832.0, 8782.0, 8765.0, 8822.0, 8789.0, 8806.0, 8773.0, 8772.0, 8782.0, 8736.0, 8779.0, 8735.0, 8751.0, 8734.0, 8737.0, 8734.0, 8739.0, 8780.0, 8736.0, 8747.0, 8737.0, 8748.0, 8734.0, 8734.0, 8734.0, 8736.0, 8746.0, 8737.0, 8750.0, 8738.0, 8747.0, 8740.0, 8736.0, 8742.0, 8755.0, 8756.0, 8758.0, 8762.0, 8764.0, 8776.0, 8766.0, 8763.0, 8765.0, 8795.0, 8766.0, 8826.0, 8765.0, 8805.0, 8763.0, 8794.0, 8763.0, 8806.0, 8759.0, 8743.0, 8754.0, 8757.0, 8799.0, 8754.0, 8801.0, 8739.0, 8770.0, 8754.0, 8754.0, 8738.0, 8754.0, 8739.0, 8740.0, 8757.0, 8756.0, 8755.0, 8743.0, 8757.0, 8744.0, 8759.0, 8759.0, 8759.0, 8762.0, 8745.0, 8761.0, 8761.0, 8760.0, 8761.0, 8759.0, 8770.0, 8763.0, 8788.0, 8762.0, 8788.0, 8761.0, 8774.0, 8758.0, 8756.0, 8746.0, 8748.0, 8758.0, 8760.0, 8759.0, 8765.0, 8760.0, 8766.0, 8778.0, 8784.0, 8780.0, 8785.0, 8793.0, 8786.0, 8782.0, 8802.0, 8786.0, 8787.0, 8802.0, 8789.0, 8799.0, 8788.0, 8784.0, 8789.0, 8787.0, 8773.0, 8834.0, 8786.0, 8785.0, 8784.0, 8785.0, 8771.0, 8786.0, 8827.0, 8770.0, 8784.0, 8784.0, 8767.0, 8785.0, 8813.0, 8790.0, 8770.0, 8765.0, 8764.0, 8767.0, 8780.0, 8788.0, 8778.0, 8851.0, 8804.0, 8819.0, 8850.0, 8840.0, 8878.0, 8862.0, 8859.0, 8822.0, 8854.0, 8822.0, 8849.0, 8794.0, 8807.0, 8788.0, 8768.0, 8777.0, 8758.0, 8789.0, 8740.0, 8752.0, 8749.0, 8699.0, 8741.0, 8677.0, 8676.0, 8674.0, 8701.0, 8667.0, 8712.0, 8649.0, 8692.0, 8651.0, 8661.0, 8648.0, 8659.0, 8653.0, 8651.0, 8672.0, 8670.0, 8675.0, 8679.0, 8682.0, 8698.0, 8700.0, 8705.0, 8718.0, 8710.0, 8719.0, 8712.0, 8726.0, 8712.0, 8716.0, 8728.0, 8733.0, 8729.0, 8734.0, 8748.0, 8737.0, 8751.0, 8756.0, 8740.0, 8754.0, 8745.0, 8761.0, 8763.0, 8774.0, 8766.0, 8776.0, 8764.0, 8776.0, 8781.0, 8780.0, 8781.0, 8770.0, 8781.0, 8768.0, 8782.0, 8785.0, 8784.0, 8783.0, 8814.0, 8786.0, 8797.0, 8800.0, 8799.0, 8800.0, 8788.0, 8805.0, 8790.0, 8824.0, 8794.0, 8825.0, 8796.0, 8796.0, 8796.0, 8809.0, 8794.0, 8843.0, 8811.0, 8835.0, 8810.0, 8819.0, 8803.0, 8786.0, 8794.0, 8792.0, 8793.0, 8792.0, 8790.0, 8791.0, 8810.0, 8811.0, 8813.0, 8798.0, 8833.0, 8828.0, 8817.0, 8830.0, 8862.0, 8840.0, 8843.0, 8837.0, 8872.0, 8840.0, 8837.0, 8838.0, 8841.0, 8841.0, 8855.0, 8889.0, 8834.0, 8851.0, 8877.0, 8830.0, 8875.0, 8846.0, 8821.0, 8803.0, 8767.0, 8815.0, 8801.0, 8834.0, 8793.0, 8821.0, 8746.0, 8756.0, 8742.0, 8769.0, 8799.0, 8783.0, 8762.0, 8734.0, 8777.0, 8714.0, 8759.0, 8732.0, 8761.0, 8733.0, 8762.0, 8717.0, 8727.0, 8718.0, 8762.0, 8733.0, 8775.0, 8747.0, 8760.0, 8730.0, 8730.0, 8732.0, 8739.0, 8768.0, 8755.0, 8767.0, 8758.0, 8772.0, 8762.0, 8774.0, 8765.0, 8805.0, 8755.0, 8784.0, 8753.0, 8780.0, 8749.0, 8780.0, 8733.0, 8718.0, 8773.0, 8714.0, 8790.0, 8728.0, 8752.0, 8714.0, 8740.0, 8729.0, 8711.0, 8715.0, 8714.0, 8735.0, 8732.0, 8735.0, 8738.0, 8735.0, 8741.0, 8768.0, 8739.0, 8749.0, 8737.0, 8737.0, 8736.0, 8736.0, 8734.0, 8736.0, 8765.0, 8735.0, 8731.0, 8736.0, 8736.0, 8737.0, 8736.0, 8739.0, 8742.0, 8755.0, 8760.0, 8758.0, 8760.0, 8774.0, 8762.0, 8762.0, 8763.0, 8764.0, 8762.0, 8766.0, 8806.0, 8764.0, 8788.0, 8764.0, 8777.0, 8780.0, 8780.0, 8750.0, 8765.0, 8765.0, 8770.0, 8781.0, 8773.0, 8811.0, 8785.0, 8795.0, 8782.0, 8770.0, 8782.0, 8771.0, 8800.0, 8787.0, 8797.0, 8785.0, 8780.0, 8800.0, 8772.0, 8773.0, 8777.0, 8790.0, 8774.0, 8802.0, 8795.0, 8792.0, 8812.0, 8805.0, 8796.0, 8805.0, 8796.0, 8810.0, 8812.0, 8814.0, 8813.0, 8824.0, 8813.0, 8812.0, 8813.0, 8832.0, 8815.0, 8811.0, 8798.0, 8795.0, 8815.0, 8817.0, 8812.0, 8858.0, 8797.0, 8794.0, 8811.0, 8796.0, 8868.0, 8841.0, 8849.0, 8790.0, 8849.0, 8790.0, 8846.0, 8826.0, 8850.0, 8805.0, 8844.0, 8772.0, 8812.0, 8790.0, 8835.0, 8789.0, 8830.0, 8771.0, 8796.0, 8789.0, 8812.0, 8808.0, 8801.0, 8790.0, 8816.0, 8786.0, 8846.0, 8787.0, 8850.0, 8805.0, 8845.0, 8782.0, 8776.0, 8765.0, 8797.0, 8796.0, 8811.0, 8759.0, 8756.0, 8743.0, 8772.0, 8758.0, 8804.0, 8755.0, 8750.0, 8736.0, 8739.0, 8819.0, 8782.0, 8800.0, 8762.0, 8787.0, 8757.0, 8769.0, 8768.0, 8732.0, 8734.0, 8750.0, 8749.0, 8751.0, 8750.0, 8733.0, 8765.0, 8739.0, 8747.0, 8731.0, 8730.0, 8743.0, 8733.0, 8792.0, 8712.0, 8768.0, 8710.0, 8751.0, 8742.0, 8754.0, 8714.0, 8725.0, 8731.0, 8728.0, 8735.0, 8733.0, 8736.0, 8738.0, 8750.0, 8733.0, 8749.0, 8736.0, 8750.0, 8756.0, 8770.0, 8757.0, 8766.0, 8743.0, 8768.0, 8756.0, 8781.0, 8739.0, 8734.0, 8733.0, 8734.0, 8734.0, 8734.0, 8734.0, 8735.0, 8734.0, 8736.0, 8733.0, 8737.0, 8740.0, 8739.0, 8755.0, 8761.0, 8759.0, 8763.0, 8766.0, 8784.0, 8768.0, 8769.0, 8768.0, 8768.0, 8766.0, 8769.0, 8771.0, 8790.0, 8790.0, 8790.0, 8791.0, 8806.0, 8795.0, 8810.0, 8796.0, 8823.0, 8794.0, 8819.0, 8792.0, 8851.0, 8821.0, 8833.0, 8787.0, 8800.0, 8786.0, 8788.0, 8791.0, 8788.0, 8772.0, 8788.0, 8771.0, 8788.0, 8807.0, 8774.0, 8786.0, 8785.0, 8768.0, 8773.0, 8772.0, 8772.0, 8814.0, 8771.0, 8766.0, 8770.0, 8784.0, 8776.0, 8843.0, 8771.0, 8811.0, 8771.0, 8795.0, 8773.0, 8828.0, 8800.0, 8842.0, 8767.0, 8790.0, 8763.0, 8777.0, 8763.0, 8810.0, 8745.0, 8757.0, 8756.0, 8755.0, 8757.0, 8757.0, 8745.0, 8777.0, 8760.0, 8757.0, 8759.0, 8758.0, 8761.0, 8763.0, 8767.0, 8792.0, 8766.0, 8776.0, 8766.0, 8778.0, 8769.0, 8826.0, 8747.0, 8757.0, 8758.0, 8758.0, 8772.0, 8789.0, 8756.0, 8753.0, 8739.0, 8755.0, 8769.0, 8758.0, 8769.0, 8758.0, 8770.0, 8758.0, 8770.0, 8760.0, 8771.0, 8761.0, 8784.0, 8744.0, 8755.0, 8744.0, 8760.0, 8759.0, 8775.0, 8822.0, 8755.0, 8797.0, 8766.0, 8779.0, 8735.0, 8766.0, 8747.0, 8732.0, 8730.0, 8730.0, 8729.0, 8733.0, 8718.0, 8751.0, 8734.0, 8754.0, 8737.0, 8754.0, 8741.0, 8757.0, 8760.0, 8767.0, 8759.0, 8761.0, 8772.0, 8784.0, 8766.0, 8757.0, 8775.0, 8743.0, 8754.0, 8761.0, 8798.0, 8782.0, 8791.0, 8827.0, 8787.0, 8843.0, 8801.0, 8797.0, 8779.0, 8774.0, 8792.0, 8771.0, 8805.0, 8780.0, 8748.0, 8774.0, 8752.0, 8750.0, 8716.0, 8728.0, 8691.0, 8702.0, 8684.0, 8668.0, 8668.0, 8685.0, 8668.0, 8673.0, 8672.0, 8677.0, 8690.0, 8702.0, 8695.0, 8702.0, 8674.0, 8677.0, 8667.0, 8658.0, 8666.0, 8684.0, 8746.0, 8781.0, 8804.0, 8775.0, 8781.0, 8769.0, 8790.0, 8727.0, 8756.0, 8726.0, 8728.0, 8747.0, 8736.0, 8756.0, 8755.0, 8755.0, 8744.0, 8755.0, 8777.0, 8726.0, 8748.0, 8708.0, 8754.0, 8717.0, 8749.0, 8731.0, 8733.0, 8761.0, 8757.0, 8806.0, 8761.0, 8765.0, 8739.0, 8750.0, 8742.0, 8752.0, 8744.0, 8758.0, 8764.0, 8781.0, 8769.0, 8783.0, 8769.0, 8792.0, 8767.0, 8793.0, 8766.0, 8790.0, 8765.0, 8763.0, 8764.0, 8766.0, 8767.0, 8769.0, 8767.0, 8768.0, 8768.0, 8770.0, 8791.0, 8795.0, 8819.0, 8818.0, 8817.0, 8820.0, 8848.0, 8820.0, 8834.0, 8839.0, 8881.0, 8805.0, 8829.0, 8800.0, 8801.0, 8814.0, 8798.0, 8862.0, 8817.0, 8827.0, 8793.0, 8839.0, 8799.0, 8854.0, 8832.0, 8868.0, 8797.0, 8834.0, 8790.0, 8837.0, 8793.0, 8856.0, 8772.0, 8782.0, 8799.0, 8769.0, 8849.0, 8799.0, 8844.0, 8797.0, 8822.0, 8747.0, 8787.0, 8760.0, 8775.0, 8742.0, 8756.0, 8754.0, 8740.0, 8797.0, 8739.0, 8781.0, 8753.0, 8779.0, 8736.0, 8736.0, 8735.0, 8734.0, 8733.0, 8738.0, 8738.0, 8736.0, 8740.0, 8754.0, 8737.0, 8757.0, 8771.0, 8755.0, 8769.0, 8757.0, 8768.0, 8739.0, 8797.0, 8754.0, 8799.0, 8741.0, 8763.0, 8736.0, 8749.0, 8735.0, 8736.0, 8737.0, 8735.0, 8720.0, 8738.0, 8765.0, 8754.0, 8765.0, 8739.0, 8764.0, 8739.0, 8764.0, 8740.0, 8753.0, 8743.0, 8767.0, 8745.0, 8755.0, 8747.0, 8756.0, 8762.0, 8776.0, 8766.0, 8801.0, 8764.0, 8774.0, 8763.0, 8774.0, 8764.0, 8788.0, 8766.0, 8788.0, 8763.0, 8773.0, 8762.0, 8790.0, 8784.0, 8793.0, 8765.0, 8779.0, 8763.0, 8776.0, 8767.0, 8807.0, 8794.0, 8821.0, 8762.0, 8788.0, 8763.0, 8787.0, 8745.0, 8762.0, 8765.0, 8791.0, 8748.0, 8758.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.0011461660079051382</td></tr>
<tr><td colspan=3>aqi</td><td>0.04434765043478261</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.32670093482594</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214878606004747</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9746660713765816</td></tr>
<tr><td colspan=3>efc</td><td>0.4885</td></tr>
<tr><td colspan=3>fber</td><td>5592.4629</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08191209926692773</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.58498023715415</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.565999608226956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.44490448716348</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8345647506005283</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4185295869168604</td></tr>
<tr><td colspan=3>gcor</td><td>0.0221759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013215224258601665</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03166647627949715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9492874365421677</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>15.3277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7314</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.7321</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298840.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.2567</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4292</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.1305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3123.2555</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.4507</td></tr>
<tr><td colspan=3>tsnr</td><td>33.049870229442604</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>