<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-04/func/sub-0003_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>3925f59be90f8b315817845a1a87f2c6</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>11:59:18.952500</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.999613, -0.0096608, -0.0260862, 0.0120387, 0.995631, 0.0925941]</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.104591</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>[4142, -7741, -7307, 511, -47, -102, -21, 87]</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>246.432</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed9bac2a-5fab-49d8-89d1-b94a9b32be0b||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.6818885803222656, 0.03229891508817673, -0.06770985573530197, 110.5440444946289], [0.025919228792190552, 2.671205520629883, 0.2507551610469818, -99.18717193603516], [-0.06998743861913681, -0.24842312932014465, 2.6874778270721436, -69.95992279052734], [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': ['115918.952500', '115919.412500', '115919.872500', '115920.332500', '115920.792500', '115921.252500', '115921.712500', '115922.172500', '115922.632500', '115923.092500', '115923.552500', '115924.012500', '115924.472500', '115924.932500', '115925.392500', '115925.852500', '115926.312500', '115926.772500', '115927.232500', '115927.692500', '115928.152500', '115928.612500', '115929.072500', '115929.532500', '115929.992500', '115930.452500', '115930.912500', '115931.372500', '115931.832500', '115932.292500', '115932.752500', '115933.212500', '115933.672500', '115934.132500', '115934.592500', '115935.052500', '115935.512500', '115935.972500', '115936.432500', '115936.892500', '115937.352500', '115937.812500', '115938.272500', '115938.732500', '115939.192500', '115939.652500', '115940.112500', '115940.572500', '115941.032500', '115941.492500', '115941.952500', '115942.412500', '115942.872500', '115943.332500', '115943.792500', '115944.252500', '115944.712500', '115945.172500', '115945.632500', '115946.092500', '115946.552500', '115947.012500', '115947.472500', '115947.932500', '115948.392500', '115948.852500', '115949.312500', '115949.772500', '115950.232500', '115950.692500', '115951.152500', '115951.612500', '115952.072500', '115952.532500', '115952.992500', '115953.452500', '115953.912500', '115954.372500', '115954.832500', '115955.292500', '115955.752500', '115956.212500', '115956.672500', '115957.132500', '115957.592500', '115958.052500', '115958.512500', '115958.972500', '115959.432500', '115959.892500', '120000.352500', '120000.812500', '120001.272500', '120001.732500', '120002.192500', '120002.652500', '120003.112500', '120003.572500', '120004.032500', '120004.492500', '120004.952500', '120005.412500', '120005.872500', '120006.332500', '120006.792500', '120007.252500', '120007.712500', '120008.172500', '120008.632500', '120009.092500', '120009.552500', '120010.012500', '120010.472500', '120010.932500', '120011.392500', '120011.852500', '120012.312500', '120012.772500', '120013.232500', '120013.692500', '120014.152500', '120014.612500', '120015.072500', '120015.532500', '120015.992500', '120016.452500', '120016.912500', '120017.372500', '120017.832500', '120018.292500', '120018.752500', '120019.212500', '120019.672500', '120020.132500', '120020.592500', '120021.052500', '120021.512500', '120021.972500', '120022.432500', '120022.892500', '120023.352500', '120023.812500', '120024.272500', '120024.732500', '120025.192500', '120025.652500', '120026.112500', '120026.572500', '120027.032500', '120027.492500', '120027.952500', '120028.412500', '120028.872500', '120029.332500', '120029.792500', '120030.252500', '120030.712500', '120031.172500', '120031.632500', '120032.092500', '120032.552500', '120033.012500', '120033.472500', '120033.932500', '120034.392500', '120034.852500', '120035.312500', '120035.772500', '120036.232500', '120036.692500', '120037.152500', '120037.612500', '120038.072500', '120038.532500', '120038.992500', '120039.452500', '120039.912500', '120040.372500', '120040.832500', '120041.292500', '120041.752500', '120042.212500', '120042.672500', '120043.132500', '120043.592500', '120044.052500', '120044.512500', '120044.972500', '120045.432500', '120045.892500', '120046.352500', '120046.812500', '120047.272500', '120047.732500', '120048.192500', '120048.652500', '120049.112500', '120049.572500', '120050.032500', '120050.492500', '120050.952500', '120051.412500', '120051.872500', '120052.332500', '120052.792500', '120053.252500', '120053.712500', '120054.172500', '120054.632500', '120055.092500', '120055.552500', '120056.012500', '120056.472500', '120056.932500', '120057.392500', '120057.852500', '120058.312500', '120058.772500', '120059.232500', '120059.692500', '120100.152500', '120100.612500', '120101.072500', '120101.532500', '120101.992500', '120102.452500', '120102.912500', '120103.372500', '120103.832500', '120104.292500', '120104.752500', '120105.212500', '120105.672500', '120106.132500', '120106.592500', '120107.052500', '120107.512500', '120107.972500', '120108.432500', '120108.892500', '120109.352500', '120109.812500', '120110.272500', '120110.732500', '120111.192500', '120111.652500', '120112.112500', '120112.572500', '120113.032500', '120113.492500', '120113.952500', '120114.412500', '120114.872500', '120115.332500', '120115.792500', '120116.252500', '120116.712500', '120117.172500', '120117.632500', '120118.092500', '120118.552500', '120119.012500', '120119.472500', '120119.932500', '120120.392500', '120120.852500', '120121.312500', '120121.772500', '120122.232500', '120122.692500', '120123.152500', '120123.612500', '120124.072500', '120124.532500', '120124.992500', '120125.452500', '120125.912500', '120126.372500', '120126.832500', '120127.292500', '120127.752500', '120128.212500', '120128.672500', '120129.132500', '120129.592500', '120130.052500', '120130.512500', '120130.972500', '120131.432500', '120131.892500', '120132.352500', '120132.812500', '120133.272500', '120133.732500', '120134.192500', '120134.652500', '120135.112500', '120135.572500', '120136.032500', '120136.492500', '120136.952500', '120137.412500', '120137.872500', '120138.332500', '120138.792500', '120139.252500', '120139.712500', '120140.172500', '120140.632500', '120141.092500', '120141.552500', '120142.012500', '120142.472500', '120142.932500', '120143.392500', '120143.852500', '120144.312500', '120144.772500', '120145.232500', '120145.692500', '120146.152500', '120146.612500', '120147.072500', '120147.532500', '120147.992500', '120148.452500', '120148.912500', '120149.372500', '120149.832500', '120150.292500', '120150.752500', '120151.212500', '120151.672500', '120152.132500', '120152.592500', '120153.052500', '120153.512500', '120153.972500', '120154.432500', '120154.892500', '120155.352500', '120155.812500', '120156.272500', '120156.732500', '120157.192500', '120157.652500', '120158.112500', '120158.572500', '120159.032500', '120159.492500', '120159.952500', '120200.412500', '120200.872500', '120201.332500', '120201.792500', '120202.252500', '120202.712500', '120203.172500', '120203.632500', '120204.092500', '120204.552500', '120205.012500', '120205.472500', '120205.932500', '120206.392500', '120206.852500', '120207.312500', '120207.772500', '120208.232500', '120208.692500', '120209.152500', '120209.612500', '120210.072500', '120210.532500', '120210.992500', '120211.452500', '120211.912500', '120212.372500', '120212.832500', '120213.292500', '120213.752500', '120214.212500', '120214.672500', '120215.132500', '120215.592500', '120216.052500', '120216.512500', '120216.972500', '120217.432500', '120217.892500', '120218.352500', '120218.812500', '120219.272500', '120219.732500', '120220.192500', '120220.652500', '120221.112500', '120221.572500', '120222.032500', '120222.492500', '120222.952500', '120223.412500', '120223.872500', '120224.332500', '120224.792500', '120225.252500', '120225.712500', '120226.172500', '120226.632500', '120227.092500', '120227.552500', '120228.012500', '120228.472500', '120228.932500', '120229.392500', '120229.852500', '120230.312500', '120230.772500', '120231.232500', '120231.692500', '120232.152500', '120232.612500', '120233.072500', '120233.532500', '120233.992500', '120234.452500', '120234.912500', '120235.372500', '120235.832500', '120236.292500', '120236.752500', '120237.212500', '120237.672500', '120238.132500', '120238.592500', '120239.052500', '120239.512500', '120239.972500', '120240.432500', '120240.892500', '120241.352500', '120241.812500', '120242.272500', '120242.732500', '120243.192500', '120243.652500', '120244.112500', '120244.572500', '120245.032500', '120245.492500', '120245.952500', '120246.412500', '120246.872500', '120247.332500', '120247.792500', '120248.252500', '120248.712500', '120249.172500', '120249.632500', '120250.092500', '120250.552500', '120251.012500', '120251.472500', '120251.932500', '120252.392500', '120252.852500', '120253.312500', '120253.772500', '120254.232500', '120254.692500', '120255.152500', '120255.612500', '120256.072500', '120256.532500', '120256.992500', '120257.452500', '120257.912500', '120258.372500', '120258.832500', '120259.292500', '120259.752500', '120300.212500', '120300.672500', '120301.132500', '120301.592500', '120302.052500', '120302.512500', '120302.972500', '120303.432500', '120303.892500', '120304.352500', '120304.812500', '120305.272500', '120305.732500', '120306.192500', '120306.652500', '120307.112500', '120307.572500', '120308.032500', '120308.492500', '120308.952500', '120309.412500', '120309.872500', '120310.332500', '120310.792500', '120311.252500', '120311.712500', '120312.172500', '120312.632500', '120313.092500', '120313.552500', '120314.012500', '120314.472500', '120314.932500', '120315.392500', '120315.852500', '120316.312500', '120316.772500', '120317.232500', '120317.692500', '120318.152500', '120318.612500', '120319.072500', '120319.532500', '120319.992500', '120320.452500', '120320.912500', '120321.372500', '120321.832500', '120322.292500', '120322.752500', '120323.212500', '120323.672500', '120324.132500', '120324.592500', '120325.052500', '120325.512500', '120325.972500', '120326.432500', '120326.892500', '120327.352500', '120327.812500', '120328.272500', '120328.732500', '120329.192500', '120329.652500', '120330.112500', '120330.572500', '120331.032500', '120331.492500', '120331.952500', '120332.412500', '120332.872500', '120333.332500', '120333.792500', '120334.252500', '120334.712500', '120335.172500', '120335.632500', '120336.092500', '120336.552500', '120337.012500', '120337.472500', '120337.932500', '120338.392500', '120338.852500', '120339.312500', '120339.772500', '120340.232500', '120340.692500', '120341.152500', '120341.612500', '120342.072500', '120342.532500', '120342.992500', '120343.452500', '120343.912500', '120344.372500', '120344.832500', '120345.292500', '120345.752500', '120346.212500', '120346.672500', '120347.132500', '120347.592500', '120348.052500', '120348.512500', '120348.972500', '120349.432500', '120349.892500', '120350.352500', '120350.812500', '120351.272500', '120351.732500', '120352.192500', '120352.652500', '120353.112500', '120353.572500', '120354.032500', '120354.492500', '120354.952500', '120355.412500', '120355.872500', '120356.332500', '120356.792500', '120357.252500', '120357.712500', '120358.172500', '120358.632500', '120359.092500', '120359.552500', '120400.012500', '120400.472500', '120400.932500', '120401.392500', '120401.852500', '120402.312500', '120402.772500', '120403.232500', '120403.692500', '120404.152500', '120404.612500', '120405.072500', '120405.532500', '120405.992500', '120406.452500', '120406.912500', '120407.372500', '120407.832500', '120408.292500', '120408.752500', '120409.212500', '120409.672500', '120410.132500', '120410.592500', '120411.052500', '120411.512500', '120411.972500', '120412.432500', '120412.892500', '120413.352500', '120413.812500', '120414.272500', '120414.732500', '120415.192500', '120415.652500', '120416.112500', '120416.572500', '120417.032500', '120417.492500', '120417.952500', '120418.412500', '120418.872500', '120419.332500', '120419.792500', '120420.252500', '120420.712500', '120421.172500', '120421.632500', '120422.092500', '120422.552500', '120423.012500', '120423.472500', '120423.932500', '120424.392500', '120424.852500', '120425.312500', '120425.772500', '120426.232500', '120426.692500', '120427.152500', '120427.612500', '120428.072500', '120428.532500', '120428.992500', '120429.452500', '120429.912500', '120430.372500', '120430.832500', '120431.292500', '120431.752500', '120432.212500', '120432.672500', '120433.132500', '120433.592500', '120434.052500', '120434.512500', '120434.972500', '120435.432500', '120435.892500', '120436.352500', '120436.812500', '120437.272500', '120437.732500', '120438.192500', '120438.652500', '120439.112500', '120439.572500', '120440.032500', '120440.492500', '120440.952500', '120441.412500', '120441.872500', '120442.332500', '120442.792500', '120443.252500', '120443.712500', '120444.172500', '120444.632500', '120445.092500', '120445.552500', '120446.012500', '120446.472500', '120446.932500', '120447.392500', '120447.852500', '120448.312500', '120448.772500', '120449.232500', '120449.692500', '120450.152500', '120450.612500', '120451.072500', '120451.532500', '120451.992500', '120452.452500', '120452.912500', '120453.372500', '120453.832500', '120454.292500', '120454.752500', '120455.212500', '120455.672500', '120456.132500', '120456.592500', '120457.052500', '120457.512500', '120457.972500', '120458.432500', '120458.892500', '120459.352500', '120459.812500', '120500.272500', '120500.732500', '120501.192500', '120501.652500', '120502.112500', '120502.572500', '120503.032500', '120503.492500', '120503.952500', '120504.412500', '120504.872500', '120505.332500', '120505.792500', '120506.252500', '120506.712500', '120507.172500', '120507.632500', '120508.092500', '120508.552500', '120509.012500', '120509.472500', '120509.932500', '120510.392500', '120510.852500', '120511.312500', '120511.772500', '120512.232500', '120512.692500', '120513.152500', '120513.612500', '120514.072500', '120514.532500', '120514.992500', '120515.452500', '120515.912500', '120516.372500', '120516.832500', '120517.292500', '120517.752500', '120518.212500', '120518.672500', '120519.132500', '120519.592500', '120520.052500', '120520.512500', '120520.972500', '120521.432500', '120521.892500', '120522.352500', '120522.812500', '120523.272500', '120523.732500', '120524.192500', '120524.652500', '120525.112500', '120525.572500', '120526.032500', '120526.492500', '120526.952500', '120527.412500', '120527.872500', '120528.332500', '120528.792500', '120529.252500', '120529.712500', '120530.172500', '120530.632500', '120531.092500', '120531.552500', '120532.012500', '120532.472500', '120532.932500', '120533.392500', '120533.852500', '120534.312500', '120534.772500', '120535.232500', '120535.692500', '120536.152500', '120536.612500', '120537.072500', '120537.532500', '120537.992500', '120538.452500', '120538.912500', '120539.372500', '120539.832500', '120540.292500', '120540.752500', '120541.212500', '120541.672500', '120542.132500', '120542.592500', '120543.052500', '120543.512500', '120543.972500', '120544.432500', '120544.892500', '120545.352500', '120545.812500', '120546.272500', '120546.732500', '120547.192500', '120547.652500', '120548.112500', '120548.572500', '120549.032500', '120549.492500', '120549.952500', '120550.412500', '120550.872500', '120551.332500', '120551.792500', '120552.252500', '120552.712500', '120553.172500', '120553.632500', '120554.092500', '120554.552500', '120555.012500', '120555.472500', '120555.932500', '120556.392500', '120556.852500', '120557.312500', '120557.772500', '120558.232500', '120558.692500', '120559.152500', '120559.612500', '120600.072500', '120600.532500', '120600.992500', '120601.452500', '120601.912500', '120602.372500', '120602.832500', '120603.292500', '120603.752500', '120604.212500', '120604.672500', '120605.132500', '120605.592500', '120606.052500', '120606.512500', '120606.972500', '120607.432500', '120607.892500', '120608.352500', '120608.812500', '120609.272500', '120609.732500', '120610.192500', '120610.652500', '120611.112500', '120611.572500', '120612.032500', '120612.492500', '120612.952500', '120613.412500', '120613.872500', '120614.332500', '120614.792500', '120615.252500', '120615.712500', '120616.172500', '120616.632500', '120617.092500', '120617.552500', '120618.012500', '120618.472500', '120618.932500', '120619.392500', '120619.852500', '120620.312500', '120620.772500', '120621.232500', '120621.692500', '120622.152500', '120622.612500', '120623.072500', '120623.532500', '120623.992500', '120624.452500', '120624.912500', '120625.372500', '120625.832500', '120626.292500', '120626.752500', '120627.212500', '120627.672500', '120628.132500', '120628.592500', '120629.052500', '120629.512500', '120629.972500', '120630.432500', '120630.892500', '120631.352500', '120631.812500', '120632.272500', '120632.732500', '120633.192500', '120633.652500', '120634.112500', '120634.572500', '120635.032500', '120635.492500', '120635.952500', '120636.412500', '120636.872500', '120637.332500', '120637.792500', '120638.252500', '120638.712500', '120639.172500', '120639.632500', '120640.092500', '120640.552500', '120641.012500', '120641.472500', '120641.932500', '120642.392500', '120642.852500', '120643.312500', '120643.772500', '120644.232500', '120644.692500', '120645.152500', '120645.612500', '120646.072500', '120646.532500', '120646.992500', '120647.452500', '120647.912500', '120648.372500', '120648.832500', '120649.292500', '120649.752500', '120650.212500', '120650.672500', '120651.132500', '120651.592500', '120652.052500', '120652.512500', '120652.972500', '120653.432500', '120653.892500', '120654.352500', '120654.812500', '120655.272500', '120655.732500', '120656.192500', '120656.652500', '120657.112500', '120657.572500', '120658.032500', '120658.492500', '120658.952500', '120659.412500', '120659.872500', '120700.332500', '120700.792500', '120701.252500', '120701.712500', '120702.172500', '120702.632500', '120703.092500', '120703.552500', '120704.012500', '120704.472500', '120704.932500', '120705.392500', '120705.852500', '120706.312500', '120706.772500', '120707.232500', '120707.692500', '120708.152500', '120708.612500', '120709.072500', '120709.532500', '120709.992500', '120710.452500', '120710.912500', '120711.372500', '120711.832500', '120712.292500', '120712.752500', '120713.212500', '120713.672500', '120714.132500', '120714.592500', '120715.052500', '120715.512500', '120715.972500', '120716.432500', '120716.892500', '120717.352500', '120717.812500', '120718.272500', '120718.732500', '120719.192500', '120719.652500', '120720.112500', '120720.572500', '120721.032500', '120721.492500', '120721.952500', '120722.412500', '120722.872500', '120723.332500', '120723.792500', '120724.252500', '120724.712500', '120725.172500', '120725.632500', '120726.092500', '120726.552500', '120727.012500', '120727.472500', '120727.932500', '120728.392500', '120728.852500', '120729.312500', '120729.772500', '120730.232500', '120730.692500', '120731.152500', '120731.612500', '120732.072500', '120732.532500', '120732.992500', '120733.452500', '120733.912500', '120734.372500', '120734.832500', '120735.292500', '120735.752500', '120736.212500', '120736.672500', '120737.132500', '120737.592500', '120738.052500', '120738.512500', '120738.972500', '120739.432500', '120739.892500', '120740.352500', '120740.812500', '120741.272500', '120741.732500', '120742.192500', '120742.652500', '120743.112500', '120743.572500', '120744.032500', '120744.492500', '120744.952500', '120745.412500', '120745.872500', '120746.332500', '120746.792500', '120747.252500', '120747.712500', '120748.172500', '120748.632500', '120749.092500', '120749.552500', '120750.012500', '120750.472500', '120750.932500', '120751.392500', '120751.852500', '120752.312500', '120752.772500', '120753.232500', '120753.692500', '120754.152500', '120754.612500', '120755.072500', '120755.532500', '120755.992500', '120756.452500', '120756.912500', '120757.372500', '120757.832500', '120758.292500', '120758.752500', '120759.212500', '120759.672500', '120800.132500', '120800.592500', '120801.052500', '120801.512500', '120801.972500', '120802.432500', '120802.892500', '120803.352500', '120803.812500', '120804.272500', '120804.732500', '120805.192500', '120805.652500', '120806.112500', '120806.572500', '120807.032500', '120807.492500', '120807.952500', '120808.412500', '120808.872500', '120809.332500', '120809.792500', '120810.252500', '120810.712500', '120811.172500', '120811.632500', '120812.092500', '120812.552500', '120813.012500', '120813.472500', '120813.932500', '120814.392500', '120814.852500', '120815.312500', '120815.772500', '120816.232500', '120816.692500', '120817.152500', '120817.612500', '120818.072500', '120818.532500', '120818.992500', '120819.452500', '120819.912500', '120820.372500', '120820.832500', '120821.292500', '120821.752500', '120822.212500', '120822.672500', '120823.132500', '120823.592500', '120824.052500', '120824.512500', '120824.972500', '120825.432500', '120825.892500', '120826.352500', '120826.812500', '120827.272500', '120827.732500', '120828.192500', '120828.652500', '120829.112500', '120829.572500', '120830.032500', '120830.492500', '120830.952500', '120831.412500', '120831.872500', '120832.332500', '120832.792500', '120833.252500', '120833.712500', '120834.172500', '120834.632500', '120835.092500', '120835.552500', '120836.012500', '120836.472500', '120836.932500', '120837.392500', '120837.852500', '120838.312500', '120838.772500', '120839.232500', '120839.692500', '120840.152500', '120840.612500', '120841.072500', '120841.532500', '120841.992500', '120842.452500', '120842.912500', '120843.372500', '120843.832500', '120844.292500', '120844.752500', '120845.212500', '120845.672500', '120846.132500', '120846.592500', '120847.052500', '120847.512500', '120847.972500', '120848.432500', '120848.892500', '120849.352500', '120849.812500', '120850.272500', '120850.732500', '120851.192500', '120851.652500', '120852.112500', '120852.572500', '120853.032500', '120853.492500', '120853.952500', '120854.412500', '120854.872500', '120855.332500', '120855.792500', '120856.252500', '120856.712500', '120857.172500', '120857.632500', '120858.092500', '120858.552500', '120859.012500', '120859.472500', '120859.932500', '120900.392500', '120900.852500', '120901.312500', '120901.772500'], 'ContentTime': ['115938.896000', '115938.899000', '115938.902000', '115938.905000', '115938.907000', '115938.910000', '115938.913000', '115938.916000', '115938.919000', '115938.921000', '115938.924000', '115938.927000', '115938.930000', '115938.933000', '115938.936000', '115938.939000', '115938.941000', '115938.944000', '115938.947000', '115938.950000', '115938.953000', '115938.956000', '115938.958000', '115938.966000', '115938.969000', '115938.972000', '115938.975000', '115938.978000', '115938.981000', '115938.983000', '115938.986000', '115938.989000', '115938.992000', '115938.995000', '115938.997000', '115939.001000', '115939.004000', '115939.007000', '115939.010000', '115939.012000', '115939.015000', '115958.867000', '115958.870000', '115958.873000', '115958.875000', '115958.879000', '115958.882000', '115958.885000', '115958.888000', '115958.891000', '115958.894000', '115958.896000', '115958.899000', '115958.902000', '115958.905000', '115958.908000', '115958.911000', '115958.913000', '115958.916000', '115958.919000', '115958.922000', '115958.925000', '115958.927000', '115958.930000', '115958.933000', '115958.936000', '115958.939000', '115958.942000', '115958.946000', '115958.949000', '115958.951000', '115958.954000', '115958.957000', '115958.960000', '115958.963000', '115958.966000', '115958.968000', '115958.971000', '115958.974000', '115958.977000', '115958.980000', '115958.983000', '115958.985000', '115958.993000', '120018.868000', '120018.871000', '120018.873000', '120018.876000', '120018.879000', '120018.882000', '120018.885000', '120018.888000', '120018.890000', '120018.893000', '120018.896000', '120018.899000', '120018.902000', '120018.904000', '120018.907000', '120018.910000', '120018.913000', '120018.916000', '120018.919000', '120018.922000', '120018.924000', '120018.927000', '120018.930000', '120018.937000', '120018.940000', '120018.943000', '120018.946000', '120018.949000', '120018.952000', '120018.954000', '120018.957000', '120018.960000', '120018.963000', '120018.966000', '120018.968000', '120018.971000', '120018.974000', '120018.977000', '120018.980000', '120018.982000', '120018.985000', '120018.988000', '120018.991000', '120018.994000', '120038.868000', '120038.871000', '120038.874000', '120038.877000', '120038.879000', '120038.882000', '120038.885000', '120038.888000', '120038.891000', '120038.894000', '120038.896000', '120038.899000', '120038.902000', '120038.905000', '120038.908000', '120038.911000', '120038.913000', '120038.916000', '120038.919000', '120038.922000', '120038.925000', '120038.928000', '120038.930000', '120038.933000', '120038.936000', '120038.939000', '120038.942000', '120038.952000', '120038.955000', '120038.958000', '120038.961000', '120038.964000', '120038.968000', '120038.972000', '120038.975000', '120038.977000', '120038.980000', '120038.983000', '120038.986000', '120038.989000', '120038.992000', '120038.994000', '120038.997000', '120058.868000', '120058.941000', '120058.944000', '120058.947000', '120058.950000', '120058.952000', '120058.955000', '120058.958000', '120058.961000', '120058.964000', '120058.967000', '120058.970000', '120058.973000', '120058.975000', '120058.978000', '120058.981000', '120058.984000', '120058.987000', '120058.990000', '120058.992000', '120058.995000', '120058.998000', '120059.002000', '120059.005000', '120059.008000', '120059.010000', '120059.013000', '120059.016000', '120059.019000', '120059.022000', '120059.025000', '120059.027000', '120059.030000', '120059.033000', '120059.036000', '120059.039000', '120059.042000', '120059.044000', '120059.047000', '120059.050000', '120059.053000', '120059.056000', '120059.059000', '120059.069000', '120118.868000', '120118.871000', '120118.874000', '120118.877000', '120118.880000', '120118.883000', '120118.885000', '120118.888000', '120118.891000', '120118.894000', '120118.897000', '120118.900000', '120118.903000', '120118.906000', '120118.908000', '120118.911000', '120118.914000', '120118.918000', '120118.921000', '120118.924000', '120118.927000', '120118.929000', '120118.932000', '120118.935000', '120118.938000', '120118.941000', '120118.944000', '120118.946000', '120118.949000', '120118.952000', '120118.955000', '120118.958000', '120118.960000', '120118.963000', '120118.966000', '120118.969000', '120118.972000', '120118.975000', '120118.978000', '120118.980000', '120118.983000', '120118.986000', '120118.989000', '120138.867000', '120138.870000', '120138.873000', '120138.876000', '120138.879000', '120138.882000', '120138.885000', '120138.888000', '120138.891000', '120138.894000', '120138.897000', '120138.900000', '120138.903000', '120138.906000', '120138.909000', '120138.912000', '120138.914000', '120138.918000', '120138.920000', '120138.923000', '120138.926000', '120138.929000', '120138.932000', '120138.935000', '120138.938000', '120138.941000', '120138.944000', '120138.947000', '120138.950000', '120138.953000', '120138.956000', '120138.958000', '120138.961000', '120138.964000', '120138.967000', '120138.970000', '120138.973000', '120138.976000', '120138.979000', '120138.982000', '120138.985000', '120138.987000', '120138.990000', '120138.993000', '120158.867000', '120158.870000', '120158.873000', '120158.876000', '120158.878000', '120158.881000', '120158.884000', '120158.887000', '120158.890000', '120158.893000', '120158.895000', '120158.898000', '120158.901000', '120158.904000', '120158.907000', '120158.910000', '120158.913000', '120158.915000', '120158.918000', '120158.921000', '120158.924000', '120158.927000', '120158.930000', '120158.933000', '120158.936000', '120158.938000', '120158.941000', '120158.944000', '120158.947000', '120158.950000', '120158.953000', '120158.956000', '120158.958000', '120158.961000', '120158.964000', '120158.967000', '120158.970000', '120158.973000', '120158.976000', '120158.979000', '120158.982000', '120158.984000', '120158.987000', '120218.867000', '120218.870000', '120218.873000', '120218.875000', '120218.878000', '120218.881000', '120218.884000', '120218.887000', '120218.890000', '120218.893000', '120218.896000', '120218.898000', '120218.901000', '120218.904000', '120218.907000', '120218.910000', '120218.913000', '120218.916000', '120218.918000', '120218.921000', '120218.924000', '120218.927000', '120218.930000', '120218.946000', '120218.949000', '120218.952000', '120218.955000', '120218.958000', '120218.961000', '120218.963000', '120218.966000', '120218.969000', '120218.972000', '120218.975000', '120218.978000', '120218.980000', '120218.983000', '120218.986000', '120218.989000', '120218.992000', '120218.995000', '120218.998000', '120219.001000', '120219.007000', '120238.868000', '120238.871000', '120238.874000', '120238.877000', '120238.881000', '120238.884000', '120238.887000', '120238.890000', '120238.903000', '120238.911000', '120238.914000', '120238.917000', '120238.920000', '120238.923000', '120238.929000', '120238.940000', '120238.943000', '120238.946000', '120238.949000', '120238.960000', '120238.963000', '120238.966000', '120238.972000', '120238.975000', '120238.978000', '120238.981000', '120238.984000', '120238.991000', '120238.993000', '120238.996000', '120239.000000', '120239.003000', '120239.006000', '120239.009000', '120239.012000', '120239.015000', '120239.018000', '120239.021000', '120239.024000', '120239.027000', '120239.030000', '120239.033000', '120239.035000', '120258.868000', '120258.871000', '120258.874000', '120258.877000', '120258.879000', '120258.882000', '120258.885000', '120258.888000', '120258.891000', '120258.894000', '120258.897000', '120258.900000', '120258.902000', '120258.905000', '120258.908000', '120258.911000', '120258.914000', '120258.917000', '120258.919000', '120258.922000', '120258.925000', '120258.928000', '120258.931000', '120258.934000', '120258.937000', '120258.940000', '120258.943000', '120258.945000', '120258.948000', '120258.951000', '120258.954000', '120258.957000', '120258.960000', '120258.962000', '120258.965000', '120258.968000', '120258.971000', '120258.974000', '120258.977000', '120258.980000', '120258.982000', '120258.985000', '120258.988000', '120258.991000', '120318.869000', '120318.872000', '120318.875000', '120318.878000', '120318.881000', '120318.884000', '120318.887000', '120318.890000', '120318.892000', '120318.895000', '120318.898000', '120318.901000', '120318.904000', '120318.907000', '120318.910000', '120318.912000', '120318.915000', '120318.918000', '120318.921000', '120318.924000', '120318.927000', '120318.930000', '120318.932000', '120318.935000', '120318.938000', '120318.941000', '120318.944000', '120318.946000', '120318.949000', '120318.952000', '120318.955000', '120318.958000', '120318.960000', '120318.963000', '120318.966000', '120318.969000', '120318.972000', '120318.975000', '120318.978000', '120318.980000', '120318.983000', '120318.986000', '120318.989000', '120338.867000', '120338.870000', '120338.873000', '120338.876000', '120338.878000', '120338.881000', '120338.884000', '120338.887000', '120338.890000', '120338.893000', '120338.896000', '120338.899000', '120338.901000', '120338.904000', '120338.907000', '120338.910000', '120338.913000', '120338.916000', '120338.919000', '120338.921000', '120338.924000', '120338.927000', '120338.930000', '120338.933000', '120338.936000', '120338.938000', '120338.941000', '120338.944000', '120338.947000', '120338.950000', '120338.953000', '120338.956000', '120338.958000', '120338.961000', '120338.964000', '120338.967000', '120338.970000', '120338.973000', '120338.975000', '120338.978000', '120338.981000', '120338.984000', '120338.987000', '120338.989000', '120358.867000', '120358.870000', '120358.873000', '120358.876000', '120358.879000', '120358.882000', '120358.884000', '120358.887000', '120358.890000', '120358.893000', '120358.896000', '120358.899000', '120358.902000', '120358.904000', '120358.907000', '120358.910000', '120358.913000', '120358.916000', '120358.919000', '120358.921000', '120358.924000', '120358.927000', '120358.930000', '120358.933000', '120358.936000', '120358.938000', '120358.941000', '120358.944000', '120358.947000', '120358.950000', '120358.953000', '120358.955000', '120358.958000', '120358.961000', '120358.964000', '120358.967000', '120358.970000', '120358.973000', '120358.975000', '120358.978000', '120358.981000', '120358.984000', '120358.987000', '120418.867000', '120418.870000', '120418.873000', '120418.876000', '120418.879000', '120418.881000', '120418.884000', '120418.887000', '120418.890000', '120418.893000', '120418.896000', '120418.898000', '120418.901000', '120418.904000', '120418.907000', '120418.910000', '120418.912000', '120418.919000', '120418.922000', '120418.925000', '120418.927000', '120418.930000', '120418.933000', '120418.936000', '120418.939000', '120418.942000', '120418.944000', '120418.947000', '120418.950000', '120418.953000', '120418.956000', '120418.959000', '120418.962000', '120418.965000', '120418.968000', '120418.970000', '120418.973000', '120418.976000', '120418.979000', '120418.982000', '120418.984000', '120418.987000', '120418.990000', '120418.993000', '120438.867000', '120438.870000', '120438.873000', '120438.876000', '120438.879000', '120438.882000', '120438.884000', '120438.887000', '120438.890000', '120438.893000', '120438.896000', '120438.899000', '120438.902000', '120438.905000', '120438.907000', '120438.910000', '120438.913000', '120438.916000', '120438.919000', '120438.922000', '120438.925000', '120438.928000', '120438.931000', '120438.934000', '120438.936000', '120438.939000', '120438.942000', '120438.945000', '120438.948000', '120438.950000', '120438.953000', '120438.956000', '120438.959000', '120438.962000', '120438.965000', '120438.968000', '120438.970000', '120438.973000', '120438.976000', '120438.979000', '120438.982000', '120438.984000', '120438.987000', '120458.868000', '120458.871000', '120458.876000', '120458.879000', '120458.882000', '120458.884000', '120458.887000', '120458.890000', '120458.893000', '120458.896000', '120458.899000', '120458.902000', '120458.905000', '120458.907000', '120458.910000', '120458.913000', '120458.916000', '120458.919000', '120458.922000', '120458.924000', '120458.927000', '120458.930000', '120458.933000', '120458.936000', '120458.939000', '120458.941000', '120458.944000', '120458.947000', '120458.950000', '120458.953000', '120458.956000', '120458.958000', '120458.961000', '120458.964000', '120458.967000', '120458.970000', '120458.972000', '120458.975000', '120458.978000', '120458.981000', '120458.984000', '120458.987000', '120458.989000', '120458.992000', '120518.868000', '120518.871000', '120518.874000', '120518.877000', '120518.879000', '120518.882000', '120518.885000', '120518.888000', '120518.891000', '120518.894000', '120518.897000', '120518.899000', '120518.902000', '120518.905000', '120518.916000', '120518.919000', '120518.922000', '120518.925000', '120518.928000', '120518.930000', '120518.933000', '120518.936000', '120518.939000', '120518.942000', '120518.945000', '120518.947000', '120518.950000', '120518.953000', '120518.956000', '120518.959000', '120518.962000', '120518.964000', '120518.967000', '120518.970000', '120518.973000', '120518.976000', '120518.978000', '120518.981000', '120518.984000', '120518.987000', '120518.990000', '120518.992000', '120518.995000', '120538.868000', '120538.881000', '120538.885000', '120538.888000', '120538.891000', '120538.894000', '120538.896000', '120538.899000', '120538.902000', '120538.905000', '120538.908000', '120538.911000', '120538.914000', '120538.917000', '120538.920000', '120538.923000', '120538.925000', '120538.928000', '120538.931000', '120538.934000', '120538.937000', '120538.940000', '120538.942000', '120538.945000', '120538.948000', '120538.951000', '120538.954000', '120538.957000', '120538.960000', '120538.963000', '120538.965000', '120538.968000', '120538.971000', '120538.974000', '120538.977000', '120538.980000', '120538.982000', '120538.985000', '120538.988000', '120538.991000', '120538.994000', '120538.997000', '120539.001000', '120558.867000', '120558.870000', '120558.874000', '120558.877000', '120558.880000', '120558.883000', '120558.886000', '120558.889000', '120558.892000', '120558.895000', '120558.898000', '120558.901000', '120558.904000', '120558.907000', '120558.910000', '120558.913000', '120558.916000', '120558.919000', '120558.922000', '120558.925000', '120558.928000', '120558.931000', '120558.942000', '120558.945000', '120558.948000', '120558.950000', '120558.954000', '120558.957000', '120558.960000', '120558.963000', '120558.966000', '120558.969000', '120558.972000', '120558.975000', '120558.978000', '120558.981000', '120558.984000', '120558.987000', '120558.990000', '120558.993000', '120558.996000', '120559.000000', '120559.003000', '120559.006000', '120618.867000', '120618.870000', '120618.873000', '120618.876000', '120618.880000', '120618.883000', '120618.886000', '120618.889000', '120618.892000', '120618.896000', '120618.901000', '120618.905000', '120618.908000', '120618.911000', '120618.914000', '120618.917000', '120618.920000', '120618.922000', '120618.926000', '120618.928000', '120618.931000', '120618.934000', '120618.937000', '120618.940000', '120618.943000', '120618.946000', '120618.949000', '120618.952000', '120618.955000', '120618.958000', '120618.961000', '120618.964000', '120618.967000', '120618.969000', '120618.972000', '120618.975000', '120618.978000', '120618.981000', '120618.984000', '120618.987000', '120618.990000', '120618.993000', '120618.996000', '120638.867000', '120638.870000', '120638.873000', '120638.876000', '120638.883000', '120638.886000', '120638.889000', '120638.892000', '120638.895000', '120638.898000', '120638.901000', '120638.904000', '120638.924000', '120638.927000', '120638.930000', '120638.933000', '120638.935000', '120638.939000', '120638.941000', '120638.944000', '120638.947000', '120638.950000', '120638.953000', '120638.956000', '120638.958000', '120638.961000', '120638.964000', '120638.967000', '120638.970000', '120638.973000', '120638.976000', '120638.979000', '120638.981000', '120638.984000', '120638.987000', '120638.990000', '120638.993000', '120638.996000', '120638.998000', '120639.002000', '120639.005000', '120639.008000', '120639.011000', '120639.014000', '120658.867000', '120658.870000', '120658.873000', '120658.876000', '120658.878000', '120658.881000', '120658.884000', '120658.887000', '120658.890000', '120658.893000', '120658.896000', '120658.899000', '120658.902000', '120658.904000', '120658.907000', '120658.910000', '120658.913000', '120658.916000', '120658.919000', '120658.922000', '120658.925000', '120658.928000', '120658.931000', '120658.933000', '120658.936000', '120658.939000', '120658.942000', '120658.945000', '120658.948000', '120658.951000', '120658.953000', '120658.956000', '120658.959000', '120658.962000', '120658.965000', '120658.968000', '120658.970000', '120658.973000', '120658.976000', '120658.979000', '120658.982000', '120658.985000', '120658.988000', '120718.868000', '120718.871000', '120718.874000', '120718.876000', '120718.879000', '120718.882000', '120718.885000', '120718.888000', '120718.891000', '120718.894000', '120718.897000', '120718.899000', '120718.902000', '120718.905000', '120718.908000', '120718.911000', '120718.914000', '120718.917000', '120718.919000', '120718.922000', '120718.925000', '120718.928000', '120718.931000', '120718.934000', '120718.937000', '120718.940000', '120718.942000', '120718.945000', '120718.948000', '120718.951000', '120718.954000', '120718.957000', '120718.960000', '120718.962000', '120718.965000', '120718.968000', '120718.971000', '120718.974000', '120718.976000', '120718.979000', '120718.982000', '120718.985000', '120718.988000', '120718.990000', '120738.869000', '120738.872000', '120738.875000', '120738.878000', '120738.881000', '120738.884000', '120738.887000', '120738.890000', '120738.892000', '120738.895000', '120738.898000', '120738.901000', '120738.904000', '120738.907000', '120738.910000', '120738.913000', '120738.916000', '120738.918000', '120738.922000', '120738.925000', '120738.927000', '120738.930000', '120738.934000', '120738.937000', '120738.940000', '120738.943000', '120738.946000', '120738.949000', '120738.952000', '120738.954000', '120738.957000', '120738.960000', '120738.963000', '120738.966000', '120738.969000', '120738.971000', '120738.974000', '120738.977000', '120738.980000', '120738.983000', '120738.986000', '120738.989000', '120738.991000', '120758.868000', '120758.871000', '120758.874000', '120758.877000', '120758.880000', '120758.882000', '120758.885000', '120758.888000', '120758.904000', '120758.907000', '120758.910000', '120758.913000', '120758.915000', '120758.918000', '120758.921000', '120758.924000', '120758.927000', '120758.930000', '120758.933000', '120758.936000', '120758.938000', '120758.941000', '120758.944000', '120758.947000', '120758.950000', '120758.953000', '120758.955000', '120758.959000', '120758.961000', '120758.964000', '120758.967000', '120758.970000', '120758.973000', '120758.976000', '120758.978000', '120758.981000', '120758.984000', '120758.987000', '120758.990000', '120758.993000', '120758.995000', '120758.998000', '120759.002000', '120759.005000', '120818.867000', '120818.870000', '120818.873000', '120818.876000', '120818.879000', '120818.882000', '120818.885000', '120818.887000', '120818.890000', '120818.893000', '120818.896000', '120818.899000', '120818.902000', '120818.905000', '120818.908000', '120818.911000', '120818.913000', '120818.916000', '120818.919000', '120818.922000', '120818.925000', '120818.928000', '120818.931000', '120818.934000', '120818.936000', '120818.940000', '120818.945000', '120818.948000', '120818.951000', '120818.954000', '120818.957000', '120818.960000', '120818.963000', '120818.966000', '120818.968000', '120818.971000', '120818.974000', '120818.977000', '120818.980000', '120818.983000', '120818.986000', '120818.988000', '120818.991000', '120838.867000', '120838.870000', '120838.873000', '120838.876000', '120838.879000', '120838.881000', '120838.884000', '120838.887000', '120838.890000', '120838.893000', '120838.896000', '120838.899000', '120838.902000', '120838.905000', '120838.908000', '120838.910000', '120838.913000', '120838.916000', '120838.919000', '120838.922000', '120838.925000', '120838.928000', '120838.931000', '120838.934000', '120838.936000', '120838.939000', '120838.942000', '120838.945000', '120838.948000', '120838.951000', '120838.954000', '120838.957000', '120838.959000', '120838.962000', '120838.965000', '120838.968000', '120838.971000', '120838.974000', '120838.977000', '120838.979000', '120838.982000', '120838.985000', '120838.988000', '120838.991000', '120858.867000', '120858.870000', '120858.873000', '120858.875000', '120858.878000', '120858.881000', '120858.884000', '120858.887000', '120858.890000', '120858.893000', '120858.896000', '120858.898000', '120858.906000', '120858.909000', '120858.912000', '120858.915000', '120858.918000', '120858.921000', '120858.924000', '120858.927000', '120858.929000', '120858.932000', '120858.935000', '120858.938000', '120858.941000', '120858.944000', '120858.946000', '120858.949000', '120858.952000', '120858.955000', '120858.958000', '120858.961000', '120858.964000', '120858.967000', '120858.970000', '120858.973000', '120858.975000', '120858.980000', '120858.985000', '120858.988000', '120858.990000', '120858.993000', '120858.996000', '120903.175000', '120903.178000', '120903.181000', '120903.184000', '120903.187000', '120903.190000', '120903.194000', '120903.197000', '120903.200000', '120903.204000'], 'InstanceCreationTime': ['115938.896000', '115938.899000', '115938.902000', '115938.905000', '115938.907000', '115938.910000', '115938.913000', '115938.916000', '115938.919000', '115938.921000', '115938.924000', '115938.927000', '115938.930000', '115938.933000', '115938.936000', '115938.939000', '115938.941000', '115938.944000', '115938.947000', '115938.950000', '115938.953000', '115938.956000', '115938.958000', '115938.966000', '115938.969000', '115938.972000', '115938.975000', '115938.978000', '115938.981000', '115938.983000', '115938.986000', '115938.989000', '115938.992000', '115938.995000', '115938.997000', '115939.001000', '115939.004000', '115939.007000', '115939.010000', '115939.012000', '115939.015000', '115958.867000', '115958.870000', '115958.873000', '115958.875000', '115958.879000', '115958.882000', '115958.885000', '115958.888000', '115958.891000', '115958.894000', '115958.896000', '115958.899000', '115958.902000', '115958.905000', '115958.908000', '115958.911000', '115958.913000', '115958.916000', '115958.919000', '115958.922000', '115958.925000', '115958.927000', '115958.930000', '115958.933000', '115958.936000', '115958.939000', '115958.942000', '115958.946000', '115958.949000', '115958.951000', '115958.954000', '115958.957000', '115958.960000', '115958.963000', '115958.966000', '115958.968000', '115958.971000', '115958.974000', '115958.977000', '115958.980000', '115958.983000', '115958.985000', '115958.993000', '120018.868000', '120018.871000', '120018.873000', '120018.876000', '120018.879000', '120018.882000', '120018.885000', '120018.888000', '120018.890000', '120018.893000', '120018.896000', '120018.899000', '120018.902000', '120018.904000', '120018.907000', '120018.910000', '120018.913000', '120018.916000', '120018.919000', '120018.922000', '120018.924000', '120018.927000', '120018.930000', '120018.937000', '120018.940000', '120018.943000', '120018.946000', '120018.949000', '120018.952000', '120018.954000', '120018.957000', '120018.960000', '120018.963000', '120018.966000', '120018.968000', '120018.971000', '120018.974000', '120018.977000', '120018.980000', '120018.982000', '120018.985000', '120018.988000', '120018.991000', '120018.994000', '120038.868000', '120038.871000', '120038.874000', '120038.877000', '120038.879000', '120038.882000', '120038.885000', '120038.888000', '120038.891000', '120038.894000', '120038.896000', '120038.899000', '120038.902000', '120038.905000', '120038.908000', '120038.911000', '120038.913000', '120038.916000', '120038.919000', '120038.922000', '120038.925000', '120038.928000', '120038.930000', '120038.933000', '120038.936000', '120038.939000', '120038.942000', '120038.952000', '120038.955000', '120038.958000', '120038.961000', '120038.964000', '120038.968000', '120038.972000', '120038.975000', '120038.977000', '120038.980000', '120038.983000', '120038.986000', '120038.989000', '120038.992000', '120038.994000', '120038.997000', '120058.868000', '120058.941000', '120058.944000', '120058.947000', '120058.950000', '120058.952000', '120058.955000', '120058.958000', '120058.961000', '120058.964000', '120058.967000', '120058.970000', '120058.973000', '120058.975000', '120058.978000', '120058.981000', '120058.984000', '120058.987000', '120058.990000', '120058.992000', '120058.995000', '120058.998000', '120059.002000', '120059.005000', '120059.008000', '120059.010000', '120059.013000', '120059.016000', '120059.019000', '120059.022000', '120059.025000', '120059.027000', '120059.030000', '120059.033000', '120059.036000', '120059.039000', '120059.042000', '120059.044000', '120059.047000', '120059.050000', '120059.053000', '120059.056000', '120059.059000', '120059.069000', '120118.868000', '120118.871000', '120118.874000', '120118.877000', '120118.880000', '120118.883000', '120118.885000', '120118.888000', '120118.891000', '120118.894000', '120118.897000', '120118.900000', '120118.903000', '120118.906000', '120118.908000', '120118.911000', '120118.914000', '120118.918000', '120118.921000', '120118.924000', '120118.927000', '120118.929000', '120118.932000', '120118.935000', '120118.938000', '120118.941000', '120118.944000', '120118.946000', '120118.949000', '120118.952000', '120118.955000', '120118.958000', '120118.960000', '120118.963000', '120118.966000', '120118.969000', '120118.972000', '120118.975000', '120118.978000', '120118.980000', '120118.983000', '120118.986000', '120118.989000', '120138.867000', '120138.870000', '120138.873000', '120138.876000', '120138.879000', '120138.882000', '120138.885000', '120138.888000', '120138.891000', '120138.894000', '120138.897000', '120138.900000', '120138.903000', '120138.906000', '120138.909000', '120138.912000', '120138.914000', '120138.918000', '120138.920000', '120138.923000', '120138.926000', '120138.929000', '120138.932000', '120138.935000', '120138.938000', '120138.941000', '120138.944000', '120138.947000', '120138.950000', '120138.953000', '120138.956000', '120138.958000', '120138.961000', '120138.964000', '120138.967000', '120138.970000', '120138.973000', '120138.976000', '120138.979000', '120138.982000', '120138.985000', '120138.987000', '120138.990000', '120138.993000', '120158.867000', '120158.870000', '120158.873000', '120158.876000', '120158.878000', '120158.881000', '120158.884000', '120158.887000', '120158.890000', '120158.893000', '120158.895000', '120158.898000', '120158.901000', '120158.904000', '120158.907000', '120158.910000', '120158.913000', '120158.915000', '120158.918000', '120158.921000', '120158.924000', '120158.927000', '120158.930000', '120158.933000', '120158.936000', '120158.938000', '120158.941000', '120158.944000', '120158.947000', '120158.950000', '120158.953000', '120158.956000', '120158.958000', '120158.961000', '120158.964000', '120158.967000', '120158.970000', '120158.973000', '120158.976000', '120158.979000', '120158.982000', '120158.984000', '120158.987000', '120218.867000', '120218.870000', '120218.873000', '120218.875000', '120218.878000', '120218.881000', '120218.884000', '120218.887000', '120218.890000', '120218.893000', '120218.896000', '120218.898000', '120218.901000', '120218.904000', '120218.907000', '120218.910000', '120218.913000', '120218.916000', '120218.918000', '120218.921000', '120218.924000', '120218.927000', '120218.930000', '120218.946000', '120218.949000', '120218.952000', '120218.955000', '120218.958000', '120218.961000', '120218.963000', '120218.966000', '120218.969000', '120218.972000', '120218.975000', '120218.978000', '120218.980000', '120218.983000', '120218.986000', '120218.989000', '120218.992000', '120218.995000', '120218.998000', '120219.001000', '120219.007000', '120238.868000', '120238.871000', '120238.874000', '120238.877000', '120238.881000', '120238.884000', '120238.887000', '120238.890000', '120238.903000', '120238.911000', '120238.914000', '120238.917000', '120238.920000', '120238.923000', '120238.929000', '120238.940000', '120238.943000', '120238.946000', '120238.949000', '120238.960000', '120238.963000', '120238.966000', '120238.972000', '120238.975000', '120238.978000', '120238.981000', '120238.984000', '120238.991000', '120238.993000', '120238.996000', '120239.000000', '120239.003000', '120239.006000', '120239.009000', '120239.012000', '120239.015000', '120239.018000', '120239.021000', '120239.024000', '120239.027000', '120239.030000', '120239.033000', '120239.035000', '120258.868000', '120258.871000', '120258.874000', '120258.877000', '120258.879000', '120258.882000', '120258.885000', '120258.888000', '120258.891000', '120258.894000', '120258.897000', '120258.900000', '120258.902000', '120258.905000', '120258.908000', '120258.911000', '120258.914000', '120258.917000', '120258.919000', '120258.922000', '120258.925000', '120258.928000', '120258.931000', '120258.934000', '120258.937000', '120258.940000', '120258.943000', '120258.945000', '120258.948000', '120258.951000', '120258.954000', '120258.957000', '120258.960000', '120258.962000', '120258.965000', '120258.968000', '120258.971000', '120258.974000', '120258.977000', '120258.980000', '120258.982000', '120258.985000', '120258.988000', '120258.991000', '120318.869000', '120318.872000', '120318.875000', '120318.878000', '120318.881000', '120318.884000', '120318.887000', '120318.890000', '120318.892000', '120318.895000', '120318.898000', '120318.901000', '120318.904000', '120318.907000', '120318.910000', '120318.912000', '120318.915000', '120318.918000', '120318.921000', '120318.924000', '120318.927000', '120318.930000', '120318.932000', '120318.935000', '120318.938000', '120318.941000', '120318.944000', '120318.946000', '120318.949000', '120318.952000', '120318.955000', '120318.958000', '120318.960000', '120318.963000', '120318.966000', '120318.969000', '120318.972000', '120318.975000', '120318.978000', '120318.980000', '120318.983000', '120318.986000', '120318.989000', '120338.867000', '120338.870000', '120338.873000', '120338.876000', '120338.878000', '120338.881000', '120338.884000', '120338.887000', '120338.890000', '120338.893000', '120338.896000', '120338.899000', '120338.901000', '120338.904000', '120338.907000', '120338.910000', '120338.913000', '120338.916000', '120338.919000', '120338.921000', '120338.924000', '120338.927000', '120338.930000', '120338.933000', '120338.936000', '120338.938000', '120338.941000', '120338.944000', '120338.947000', '120338.950000', '120338.953000', '120338.956000', '120338.958000', '120338.961000', '120338.964000', '120338.967000', '120338.970000', '120338.973000', '120338.975000', '120338.978000', '120338.981000', '120338.984000', '120338.987000', '120338.989000', '120358.867000', '120358.870000', '120358.873000', '120358.876000', '120358.879000', '120358.882000', '120358.884000', '120358.887000', '120358.890000', '120358.893000', '120358.896000', '120358.899000', '120358.902000', '120358.904000', '120358.907000', '120358.910000', '120358.913000', '120358.916000', '120358.919000', '120358.921000', '120358.924000', '120358.927000', '120358.930000', '120358.933000', '120358.936000', '120358.938000', '120358.941000', '120358.944000', '120358.947000', '120358.950000', '120358.953000', '120358.955000', '120358.958000', '120358.961000', '120358.964000', '120358.967000', '120358.970000', '120358.973000', '120358.975000', '120358.978000', '120358.981000', '120358.984000', '120358.987000', '120418.867000', '120418.870000', '120418.873000', '120418.876000', '120418.879000', '120418.881000', '120418.884000', '120418.887000', '120418.890000', '120418.893000', '120418.896000', '120418.898000', '120418.901000', '120418.904000', '120418.907000', '120418.910000', '120418.912000', '120418.919000', '120418.922000', '120418.925000', '120418.927000', '120418.930000', '120418.933000', '120418.936000', '120418.939000', '120418.942000', '120418.944000', '120418.947000', '120418.950000', '120418.953000', '120418.956000', '120418.959000', '120418.962000', '120418.965000', '120418.968000', '120418.970000', '120418.973000', '120418.976000', '120418.979000', '120418.982000', '120418.984000', '120418.987000', '120418.990000', '120418.993000', '120438.867000', '120438.870000', '120438.873000', '120438.876000', '120438.879000', '120438.882000', '120438.884000', '120438.887000', '120438.890000', '120438.893000', '120438.896000', '120438.899000', '120438.902000', '120438.905000', '120438.907000', '120438.910000', '120438.913000', '120438.916000', '120438.919000', '120438.922000', '120438.925000', '120438.928000', '120438.931000', '120438.934000', '120438.936000', '120438.939000', '120438.942000', '120438.945000', '120438.948000', '120438.950000', '120438.953000', '120438.956000', '120438.959000', '120438.962000', '120438.965000', '120438.968000', '120438.970000', '120438.973000', '120438.976000', '120438.979000', '120438.982000', '120438.984000', '120438.987000', '120458.868000', '120458.871000', '120458.876000', '120458.879000', '120458.882000', '120458.884000', '120458.887000', '120458.890000', '120458.893000', '120458.896000', '120458.899000', '120458.902000', '120458.905000', '120458.907000', '120458.910000', '120458.913000', '120458.916000', '120458.919000', '120458.922000', '120458.924000', '120458.927000', '120458.930000', '120458.933000', '120458.936000', '120458.939000', '120458.941000', '120458.944000', '120458.947000', '120458.950000', '120458.953000', '120458.956000', '120458.958000', '120458.961000', '120458.964000', '120458.967000', '120458.970000', '120458.972000', '120458.975000', '120458.978000', '120458.981000', '120458.984000', '120458.987000', '120458.989000', '120458.992000', '120518.868000', '120518.871000', '120518.874000', '120518.877000', '120518.879000', '120518.882000', '120518.885000', '120518.888000', '120518.891000', '120518.894000', '120518.897000', '120518.899000', '120518.902000', '120518.905000', '120518.916000', '120518.919000', '120518.922000', '120518.925000', '120518.928000', '120518.930000', '120518.933000', '120518.936000', '120518.939000', '120518.942000', '120518.945000', '120518.947000', '120518.950000', '120518.953000', '120518.956000', '120518.959000', '120518.962000', '120518.964000', '120518.967000', '120518.970000', '120518.973000', '120518.976000', '120518.978000', '120518.981000', '120518.984000', '120518.987000', '120518.990000', '120518.992000', '120518.995000', '120538.868000', '120538.881000', '120538.885000', '120538.888000', '120538.891000', '120538.894000', '120538.896000', '120538.899000', '120538.902000', '120538.905000', '120538.908000', '120538.911000', '120538.914000', '120538.917000', '120538.920000', '120538.923000', '120538.925000', '120538.928000', '120538.931000', '120538.934000', '120538.937000', '120538.940000', '120538.942000', '120538.945000', '120538.948000', '120538.951000', '120538.954000', '120538.957000', '120538.960000', '120538.963000', '120538.965000', '120538.968000', '120538.971000', '120538.974000', '120538.977000', '120538.980000', '120538.982000', '120538.985000', '120538.988000', '120538.991000', '120538.994000', '120538.997000', '120539.001000', '120558.867000', '120558.870000', '120558.874000', '120558.877000', '120558.880000', '120558.883000', '120558.886000', '120558.889000', '120558.892000', '120558.895000', '120558.898000', '120558.901000', '120558.904000', '120558.907000', '120558.910000', '120558.913000', '120558.916000', '120558.919000', '120558.922000', '120558.925000', '120558.928000', '120558.931000', '120558.942000', '120558.945000', '120558.948000', '120558.950000', '120558.954000', '120558.957000', '120558.960000', '120558.963000', '120558.966000', '120558.969000', '120558.972000', '120558.975000', '120558.978000', '120558.981000', '120558.984000', '120558.987000', '120558.990000', '120558.993000', '120558.996000', '120559.000000', '120559.003000', '120559.006000', '120618.867000', '120618.870000', '120618.873000', '120618.876000', '120618.880000', '120618.883000', '120618.886000', '120618.889000', '120618.892000', '120618.896000', '120618.901000', '120618.905000', '120618.908000', '120618.911000', '120618.914000', '120618.917000', '120618.920000', '120618.922000', '120618.926000', '120618.928000', '120618.931000', '120618.934000', '120618.937000', '120618.940000', '120618.943000', '120618.946000', '120618.949000', '120618.952000', '120618.955000', '120618.958000', '120618.961000', '120618.964000', '120618.967000', '120618.969000', '120618.972000', '120618.975000', '120618.978000', '120618.981000', '120618.984000', '120618.987000', '120618.990000', '120618.993000', '120618.996000', '120638.867000', '120638.870000', '120638.873000', '120638.876000', '120638.883000', '120638.886000', '120638.889000', '120638.892000', '120638.895000', '120638.898000', '120638.901000', '120638.904000', '120638.924000', '120638.927000', '120638.930000', '120638.933000', '120638.935000', '120638.939000', '120638.941000', '120638.944000', '120638.947000', '120638.950000', '120638.953000', '120638.956000', '120638.958000', '120638.961000', '120638.964000', '120638.967000', '120638.970000', '120638.973000', '120638.976000', '120638.979000', '120638.981000', '120638.984000', '120638.987000', '120638.990000', '120638.993000', '120638.996000', '120638.998000', '120639.002000', '120639.005000', '120639.008000', '120639.011000', '120639.014000', '120658.867000', '120658.870000', '120658.873000', '120658.876000', '120658.878000', '120658.881000', '120658.884000', '120658.887000', '120658.890000', '120658.893000', '120658.896000', '120658.899000', '120658.902000', '120658.904000', '120658.907000', '120658.910000', '120658.913000', '120658.916000', '120658.919000', '120658.922000', '120658.925000', '120658.928000', '120658.931000', '120658.933000', '120658.936000', '120658.939000', '120658.942000', '120658.945000', '120658.948000', '120658.951000', '120658.953000', '120658.956000', '120658.959000', '120658.962000', '120658.965000', '120658.968000', '120658.970000', '120658.973000', '120658.976000', '120658.979000', '120658.982000', '120658.985000', '120658.988000', '120718.868000', '120718.871000', '120718.874000', '120718.876000', '120718.879000', '120718.882000', '120718.885000', '120718.888000', '120718.891000', '120718.894000', '120718.897000', '120718.899000', '120718.902000', '120718.905000', '120718.908000', '120718.911000', '120718.914000', '120718.917000', '120718.919000', '120718.922000', '120718.925000', '120718.928000', '120718.931000', '120718.934000', '120718.937000', '120718.940000', '120718.942000', '120718.945000', '120718.948000', '120718.951000', '120718.954000', '120718.957000', '120718.960000', '120718.962000', '120718.965000', '120718.968000', '120718.971000', '120718.974000', '120718.976000', '120718.979000', '120718.982000', '120718.985000', '120718.988000', '120718.990000', '120738.869000', '120738.872000', '120738.875000', '120738.878000', '120738.881000', '120738.884000', '120738.887000', '120738.890000', '120738.892000', '120738.895000', '120738.898000', '120738.901000', '120738.904000', '120738.907000', '120738.910000', '120738.913000', '120738.916000', '120738.918000', '120738.922000', '120738.925000', '120738.927000', '120738.930000', '120738.934000', '120738.937000', '120738.940000', '120738.943000', '120738.946000', '120738.949000', '120738.952000', '120738.954000', '120738.957000', '120738.960000', '120738.963000', '120738.966000', '120738.969000', '120738.971000', '120738.974000', '120738.977000', '120738.980000', '120738.983000', '120738.986000', '120738.989000', '120738.991000', '120758.868000', '120758.871000', '120758.874000', '120758.877000', '120758.880000', '120758.882000', '120758.885000', '120758.888000', '120758.904000', '120758.907000', '120758.910000', '120758.913000', '120758.915000', '120758.918000', '120758.921000', '120758.924000', '120758.927000', '120758.930000', '120758.933000', '120758.936000', '120758.938000', '120758.941000', '120758.944000', '120758.947000', '120758.950000', '120758.953000', '120758.955000', '120758.959000', '120758.961000', '120758.964000', '120758.967000', '120758.970000', '120758.973000', '120758.976000', '120758.978000', '120758.981000', '120758.984000', '120758.987000', '120758.990000', '120758.993000', '120758.995000', '120758.998000', '120759.002000', '120759.005000', '120818.867000', '120818.870000', '120818.873000', '120818.876000', '120818.879000', '120818.882000', '120818.885000', '120818.887000', '120818.890000', '120818.893000', '120818.896000', '120818.899000', '120818.902000', '120818.905000', '120818.908000', '120818.911000', '120818.913000', '120818.916000', '120818.919000', '120818.922000', '120818.925000', '120818.928000', '120818.931000', '120818.934000', '120818.936000', '120818.940000', '120818.945000', '120818.948000', '120818.951000', '120818.954000', '120818.957000', '120818.960000', '120818.963000', '120818.966000', '120818.968000', '120818.971000', '120818.974000', '120818.977000', '120818.980000', '120818.983000', '120818.986000', '120818.988000', '120818.991000', '120838.867000', '120838.870000', '120838.873000', '120838.876000', '120838.879000', '120838.881000', '120838.884000', '120838.887000', '120838.890000', '120838.893000', '120838.896000', '120838.899000', '120838.902000', '120838.905000', '120838.908000', '120838.910000', '120838.913000', '120838.916000', '120838.919000', '120838.922000', '120838.925000', '120838.928000', '120838.931000', '120838.934000', '120838.936000', '120838.939000', '120838.942000', '120838.945000', '120838.948000', '120838.951000', '120838.954000', '120838.957000', '120838.959000', '120838.962000', '120838.965000', '120838.968000', '120838.971000', '120838.974000', '120838.977000', '120838.979000', '120838.982000', '120838.985000', '120838.988000', '120838.991000', '120858.867000', '120858.870000', '120858.873000', '120858.875000', '120858.878000', '120858.881000', '120858.884000', '120858.887000', '120858.890000', '120858.893000', '120858.896000', '120858.898000', '120858.906000', '120858.909000', '120858.912000', '120858.915000', '120858.918000', '120858.921000', '120858.924000', '120858.927000', '120858.929000', '120858.932000', '120858.935000', '120858.938000', '120858.941000', '120858.944000', '120858.946000', '120858.949000', '120858.952000', '120858.955000', '120858.958000', '120858.961000', '120858.964000', '120858.967000', '120858.970000', '120858.973000', '120858.975000', '120858.980000', '120858.985000', '120858.988000', '120858.990000', '120858.993000', '120858.996000', '120903.175000', '120903.178000', '120903.181000', '120903.184000', '120903.187000', '120903.190000', '120903.194000', '120903.197000', '120903.200000', '120903.204000'], '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': [8187, 9519, 6887, 6527, 9448, 6964, 6427, 9694, 7305, 6445, 7514, 7063, 6339, 8842, 7352, 6304, 9905, 7302, 6430, 8146, 6674, 6440, 8884, 6715, 8164, 7462, 6288, 9329, 7050, 6364, 7417, 6957, 6314, 8859, 7779, 6503, 9919, 7294, 6285, 8556, 6463, 6390, 8480, 6897, 8784, 7896, 6171, 6416, 7505, 6410, 6426, 8039, 6851, 7805, 7603, 6545, 8677, 7549, 6383, 7347, 7603, 6304, 9486, 7696, 6518, 10298, 7387, 6348, 8190, 6354, 6748, 7129, 6625, 9004, 7498, 6962, 7395, 6390, 9007, 6808, 9125, 7854, 6632, 8503, 6579, 7525, 7062, 6705, 8112, 6532, 8263, 7368, 6452, 9082, 7160, 6709, 7994, 6546, 9971, 8136, 6543, 9008, 6827, 7274, 7358, 6403, 10156, 8354, 6616, 8259, 6475, 6842, 7520, 6467, 10109, 8606, 6534, 9128, 6665, 10039, 7687, 7667, 7300, 6368, 9474, 6750, 6463, 7837, 6817, 7893, 6553, 6425, 6690, 6863, 6502, 7520, 7985, 6353, 9970, 8187, 6485, 10790, 7238, 6531, 9251, 7277, 11239, 8394, 6272, 6488, 7766, 6806, 7318, 8773, 6941, 6514, 8043, 6383, 7995, 7576, 6891, 9974, 8088, 6245, 7020, 7433, 6250, 9571, 8164, 6615, 12235, 7006, 6380, 8860, 6371, 6491, 8802, 7449, 6508, 8615, 6581, 6371, 7541, 6384, 8465, 7502, 6287, 9082, 6676, 6466, 8185, 6516, 6552, 8590, 6920, 6512, 7997, 6769, 6223, 9536, 6549, 6567, 8445, 7289, 6361, 9296, 7797, 6221, 8262, 6598, 6534, 9804, 6902, 9560, 7498, 6261, 9137, 6497, 6537, 8257, 6220, 6539, 7883, 6390, 7285, 6983, 6549, 9180, 7146, 7673, 8696, 6639, 10702, 6472, 8643, 6773, 6558, 7971, 6326, 7628, 7700, 6359, 8756, 7090, 6608, 8649, 6839, 6810, 8811, 6248, 8364, 6802, 6510, 8920, 6713, 7722, 7554, 6289, 7915, 6715, 6704, 8749, 6750, 7322, 7210, 6343, 7401, 6730, 6421, 9493, 7518, 9192, 9900, 6686, 7680, 6969, 6275, 6890, 6826, 6334, 8353, 7586, 6365, 6714, 7281, 6394, 8649, 7386, 6634, 10130, 6843, 7924, 6759, 6331, 9684, 6884, 9321, 7429, 6241, 9891, 6610, 6613, 7810, 6520, 7229, 8496, 6519, 6509, 7154, 6510, 8307, 7802, 6527, 10655, 7034, 7279, 7289, 6392, 10020, 6914, 8716, 7921, 6405, 7912, 6611, 6289, 8360, 6573, 6506, 8365, 7008, 6406, 7503, 6405, 10272, 6606, 10615, 7465, 11209, 7205, 6336, 7757, 6270, 8622, 7041, 6295, 8310, 6972, 11205, 7573, 6416, 9335, 6204, 7455, 6336, 6396, 7674, 6358, 6423, 7165, 6216, 7683, 7055, 6424, 9557, 6525, 7309, 7047, 6425, 9694, 6657, 13435, 7132, 6583, 7327, 6056, 9422, 7515, 6374, 7664, 6161, 6588, 6525, 6576, 8518, 7377, 6465, 7945, 6473, 6478, 7058, 6380, 8842, 6429, 11619, 6323, 10309, 6336, 6474, 7281, 6313, 9658, 7540, 6322, 7768, 6491, 6584, 6787, 6503, 9670, 6805, 7176, 6473, 6398, 8027, 6413, 7231, 6925, 6517, 7982, 6319, 6508, 7547, 6336, 8585, 7623, 6349, 8863, 6366, 8771, 6818, 7597, 7423, 6232, 6587, 6444, 6668, 6994, 6324, 7118, 6381, 6348, 9600, 6407, 8550, 6473, 6213, 8272, 6192, 10777, 8169, 6574, 7766, 6238, 7028, 6554, 6540, 8217, 7453, 6464, 7510, 6376, 6575, 7824, 6525, 6706, 8059, 6487, 11779, 6771, 7870, 7066, 6577, 9751, 6283, 7762, 7233, 6275, 9431, 6186, 6495, 7154, 6433, 8553, 7343, 6467, 8911, 6279, 7299, 6456, 6505, 8753, 6483, 9358, 7221, 6419, 8248, 6351, 6478, 7256, 6376, 8674, 7393, 6319, 7393, 6636, 6542, 11320, 7722, 6412, 9387, 6989, 6288, 8382, 6414, 6550, 8116, 6260, 7872, 7298, 6268, 7910, 6899, 6473, 6391, 7162, 6414, 8020, 7407, 6391, 9890, 6778, 7297, 7346, 6248, 7935, 6800, 6159, 7516, 7355, 6195, 8573, 7660, 6286, 10789, 7076, 6045, 7902, 7007, 6747, 10226, 6693, 8775, 7903, 6311, 6332, 7277, 6541, 6509, 7294, 6559, 6412, 7776, 6563, 6272, 6575, 7912, 6492, 6569, 9103, 7287, 6427, 9092, 6158, 6427, 7503, 6502, 8120, 7695, 6463, 10051, 6777, 6552, 8170, 6654, 6635, 8894, 7126, 6217, 6258, 6471, 6359, 6704, 8986, 6986, 6562, 9194, 8720, 6435, 6732, 7607, 6342, 6694, 8728, 7383, 6402, 8989, 6703, 6240, 6583, 7402, 6208, 7449, 8557, 6555, 6548, 7501, 6360, 6452, 7495, 6760, 6299, 6580, 7450, 6386, 6502, 7585, 6837, 6309, 10883, 8733, 7040, 8469, 10544, 6936, 6475, 10001, 7521, 6308, 8446, 6713, 6193, 9132, 6273, 6359, 7855, 6144, 6315, 8981, 6312, 6307, 6480, 6790, 6238, 7724, 7409, 6457, 10264, 6967, 9891, 7622, 6294, 6413, 6976, 6587, 8259, 7591, 6320, 8104, 6621, 6347, 6881, 6682, 6489, 9190, 7263, 6383, 8063, 6168, 6533, 7144, 6526, 7733, 6789, 6452, 6884, 6541, 6452, 9444, 6753, 6612, 9064, 6446, 6407, 6836, 6362, 7328, 6995, 6328, 10220, 7053, 6472, 8296, 6382, 6526, 7790, 6237, 9225, 6691, 6399, 9161, 6423, 6786, 7077, 6288, 9554, 6984, 6361, 7417, 6289, 8575, 6909, 6626, 9804, 6288, 6340, 6918, 6347, 9929, 6976, 6432, 6819, 6341, 8557, 6253, 6961, 7104, 6213, 7451, 6387, 8053, 6200, 7338, 6514, 6225, 7405, 6272, 7011, 6578, 6781, 6640, 6520, 9419, 6755, 6469, 7930, 6442, 9945, 6346, 7788, 7499, 6287, 10313, 6291, 6425, 7325, 6470, 7965, 7077, 6528, 9036, 6206, 6535, 6522, 6269, 10546, 6633, 8446, 6928, 6351, 8658, 6295, 6493, 8082, 6029, 7955, 6447, 6369, 8446, 6366, 6827, 6779, 6227, 8746, 6784, 6173, 7379, 6448, 6530, 9441, 6613, 6283, 8821, 6626, 6513, 7203, 6441, 6291, 9279, 7343, 6294, 7719, 6684, 6245, 10469, 7918, 7438, 14223, 6744, 6349, 10262, 6320, 6396, 7525, 6277, 9127, 7396, 6377, 7602, 6079, 6317, 8556, 6646, 6266, 7649, 6433, 6152, 6844, 6377, 6270, 8670, 6946, 6352, 6782, 6487, 6265, 8956, 7155, 6255, 6895, 6403, 6178, 9326, 6924, 6298, 10659, 6376, 6180, 7754, 6338, 6361, 6981, 6338, 6381, 7904, 6753, 6698, 9234, 6803, 6369, 9044, 6817, 6325, 6926, 6407, 6548, 7363, 6698, 6332, 10741, 6483, 6315, 7607, 6299, 6444, 7203, 6409, 6710, 7806, 6369, 6499, 7448, 6356, 6479, 6684, 6362, 10712, 7330, 6423, 8010, 6150, 7163, 6762, 6442, 10940, 7229, 6360, 8269, 6377, 6365, 6886, 6242, 10088, 7720, 6358, 9080, 6369, 6569, 10448, 7331, 11840, 7608, 6548, 8385, 6174, 6530, 7532, 6406, 6536, 7226, 6394, 6608, 9241, 6834, 6737, 7202, 6291, 6596, 6404, 6638, 9306, 7129, 6493, 8502, 6332, 6611, 7313, 6168, 7018, 6560, 6364, 9167, 6579, 6353, 7727, 6450, 6750, 9626, 6553, 6555, 7232, 6328, 6866, 6625, 6322, 10118, 6856, 6319, 8008, 6319, 7083, 6873, 6227, 7395, 6175, 6271, 7591, 6321, 10363, 7457, 6451, 8942, 6245, 6710, 6324, 6458, 9845, 7076, 6502, 7327, 6212, 6841, 6250, 6421, 7377, 6353, 11200, 6537, 10923, 6823, 7157, 7087, 6326, 8488, 6196, 9878, 7383, 6272, 7298, 6291, 6659, 6368, 6225, 9571, 7124, 6414, 6801, 6216, 6543, 6817, 6315, 7636, 6998, 6449, 6553, 6633, 6343, 6648, 6636, 6456, 7996, 7103, 6436, 6626, 6491, 6328, 7109, 6507, 6543, 9632, 6633, 6343, 7958, 6247, 6444, 8453, 6595, 6355, 9426, 6408, 6508, 7208, 6554, 6536, 7536, 6695, 6391, 6422, 6409, 6460, 8792, 7102, 6354, 10666, 6643, 6327, 8014, 6585, 6474, 9607, 6385, 6391, 6804, 6193, 8545, 6618, 6710, 9139, 6372, 6669, 7032, 6303, 6640, 8019, 6710, 6450, 9570, 6297, 6521, 7747, 6770, 6339, 10337, 7279, 6265, 7590, 6699, 6361, 11926, 8095, 6562, 9738, 6254, 6644, 7668, 6168, 6368, 8794, 7231, 6367, 7525, 6209, 6280, 9100, 6343, 11009, 7456, 6272, 8365, 6355, 6500, 6999, 6307, 7703, 7006, 6263, 6673, 6695, 6525, 6798, 6432, 6349, 7440, 6708, 6628, 10012, 6767, 6443, 7958, 6083, 6666, 8272, 6468, 10196, 9673, 6351, 6613, 6914, 6253, 7103, 7005, 6396, 9039, 6293, 6410, 8937, 7481, 6212, 9195, 6689, 6376, 8704, 6309, 6549, 7323, 6333, 6496, 6875, 6372, 6864, 7450, 6320, 6525, 6465, 6509, 10258, 6946, 9424, 7006, 6660, 6962, 6221, 6328, 7870, 6279, 7391, 6674, 6332, 6980, 6288, 6575, 7426, 6421, 6624, 9070, 6314, 6454, 7566, 6477, 7009, 6806, 6562, 12366, 7908, 6403, 8692, 6708, 6419, 9170, 6978, 7347, 10580, 6367, 6447, 7383, 6494, 7694, 6962, 6129, 9613, 6322, 6682, 7295, 6303, 6410, 7901, 7168, 6253, 6598, 6262, 6490, 9286, 7003, 6478, 9661, 6471, 6494, 6865, 6197, 9143, 6909, 6490, 8707, 6279, 6478, 6801, 6161, 7074, 6740, 6507, 8908, 6316, 6649, 6967, 6362, 8647, 7150, 6611, 8241, 6285, 6766, 6951, 6517, 7091, 6647, 6328, 6959, 7174], 'WindowCenter': [3801.0, 3794.0, 3757.0, 3744.0, 3773.0, 3740.0, 3729.0, 3758.0, 3737.0, 3727.0, 3736.0, 3725.0, 3725.0, 3746.0, 3737.0, 3727.0, 3759.0, 3737.0, 3728.0, 3737.0, 3726.0, 3728.0, 3747.0, 3726.0, 3736.0, 3737.0, 3727.0, 3746.0, 3725.0, 3713.0, 3735.0, 3724.0, 3725.0, 3745.0, 3736.0, 3725.0, 3758.0, 3737.0, 3726.0, 3735.0, 3714.0, 3714.0, 3747.0, 3725.0, 3736.0, 3734.0, 3714.0, 3714.0, 3724.0, 3713.0, 3713.0, 3736.0, 3726.0, 3736.0, 3737.0, 3726.0, 3747.0, 3735.0, 3725.0, 3736.0, 3736.0, 3725.0, 3747.0, 3737.0, 3726.0, 3758.0, 3727.0, 3725.0, 3735.0, 3715.0, 3725.0, 3726.0, 3738.0, 3748.0, 3738.0, 3737.0, 3738.0, 3727.0, 3747.0, 3728.0, 3748.0, 3738.0, 3726.0, 3747.0, 3726.0, 3736.0, 3725.0, 3726.0, 3748.0, 3729.0, 3749.0, 3739.0, 3728.0, 3750.0, 3739.0, 3739.0, 3750.0, 3742.0, 3761.0, 3751.0, 3729.0, 3749.0, 3739.0, 3739.0, 3740.0, 3729.0, 3760.0, 3749.0, 3728.0, 3738.0, 3726.0, 3726.0, 3737.0, 3728.0, 3759.0, 3748.0, 3726.0, 3749.0, 3727.0, 3758.0, 3739.0, 3737.0, 3739.0, 3727.0, 3747.0, 3726.0, 3726.0, 3738.0, 3728.0, 3749.0, 3727.0, 3728.0, 3737.0, 3738.0, 3739.0, 3750.0, 3751.0, 3740.0, 3761.0, 3751.0, 3730.0, 3759.0, 3739.0, 3728.0, 3750.0, 3740.0, 3770.0, 3736.0, 3714.0, 3726.0, 3735.0, 3726.0, 3737.0, 3748.0, 3726.0, 3726.0, 3736.0, 3726.0, 3737.0, 3737.0, 3726.0, 3757.0, 3736.0, 3715.0, 3724.0, 3725.0, 3714.0, 3745.0, 3735.0, 3714.0, 3756.0, 3722.0, 3712.0, 3733.0, 3712.0, 3714.0, 3735.0, 3726.0, 3713.0, 3734.0, 3724.0, 3714.0, 3734.0, 3726.0, 3735.0, 3725.0, 3714.0, 3734.0, 3712.0, 3714.0, 3734.0, 3725.0, 3725.0, 3746.0, 3737.0, 3726.0, 3737.0, 3728.0, 3743.0, 3770.0, 3739.0, 3740.0, 3760.0, 3752.0, 3740.0, 3760.0, 3738.0, 3727.0, 3737.0, 3726.0, 3727.0, 3759.0, 3739.0, 3759.0, 3736.0, 3727.0, 3746.0, 3712.0, 3714.0, 3734.0, 3715.0, 3726.0, 3736.0, 3729.0, 3738.0, 3739.0, 3740.0, 3759.0, 3738.0, 3738.0, 3761.0, 3739.0, 3758.0, 3725.0, 3746.0, 3724.0, 3713.0, 3735.0, 3725.0, 3737.0, 3737.0, 3727.0, 3747.0, 3736.0, 3726.0, 3748.0, 3739.0, 3727.0, 3749.0, 3727.0, 3748.0, 3726.0, 3727.0, 3750.0, 3726.0, 3737.0, 3738.0, 3726.0, 3737.0, 3725.0, 3738.0, 3761.0, 3728.0, 3739.0, 3738.0, 3728.0, 3737.0, 3727.0, 3727.0, 3760.0, 3740.0, 3761.0, 3762.0, 3739.0, 3749.0, 3738.0, 3728.0, 3740.0, 3728.0, 3729.0, 3749.0, 3737.0, 3728.0, 3728.0, 3738.0, 3729.0, 3748.0, 3740.0, 3728.0, 3760.0, 3728.0, 3736.0, 3726.0, 3725.0, 3757.0, 3738.0, 3760.0, 3739.0, 3724.0, 3745.0, 3712.0, 3713.0, 3734.0, 3714.0, 3734.0, 3746.0, 3726.0, 3725.0, 3725.0, 3726.0, 3747.0, 3750.0, 3727.0, 3758.0, 3727.0, 3725.0, 3736.0, 3713.0, 3744.0, 3725.0, 3734.0, 3723.0, 3712.0, 3734.0, 3723.0, 3713.0, 3733.0, 3724.0, 3725.0, 3736.0, 3737.0, 3725.0, 3735.0, 3726.0, 3756.0, 3725.0, 3756.0, 3725.0, 3755.0, 3723.0, 3711.0, 3721.0, 3711.0, 3733.0, 3724.0, 3726.0, 3733.0, 3736.0, 3769.0, 3736.0, 3726.0, 3746.0, 3726.0, 3738.0, 3725.0, 3724.0, 3736.0, 3724.0, 3724.0, 3736.0, 3726.0, 3739.0, 3738.0, 3726.0, 3757.0, 3726.0, 3737.0, 3725.0, 3726.0, 3746.0, 3723.0, 3767.0, 3724.0, 3712.0, 3722.0, 3713.0, 3745.0, 3723.0, 3712.0, 3722.0, 3712.0, 3722.0, 3724.0, 3726.0, 3744.0, 3736.0, 3726.0, 3735.0, 3726.0, 3726.0, 3737.0, 3727.0, 3748.0, 3726.0, 3769.0, 3725.0, 3757.0, 3714.0, 3712.0, 3723.0, 3713.0, 3746.0, 3735.0, 3713.0, 3734.0, 3724.0, 3724.0, 3740.0, 3727.0, 3757.0, 3725.0, 3725.0, 3725.0, 3725.0, 3735.0, 3726.0, 3736.0, 3737.0, 3727.0, 3748.0, 3728.0, 3727.0, 3750.0, 3740.0, 3750.0, 3750.0, 3728.0, 3748.0, 3728.0, 3747.0, 3728.0, 3738.0, 3738.0, 3726.0, 3725.0, 3713.0, 3725.0, 3726.0, 3726.0, 3737.0, 3739.0, 3739.0, 3758.0, 3728.0, 3748.0, 3727.0, 3727.0, 3748.0, 3726.0, 3758.0, 3749.0, 3725.0, 3736.0, 3714.0, 3725.0, 3714.0, 3725.0, 3747.0, 3736.0, 3726.0, 3736.0, 3725.0, 3738.0, 3748.0, 3729.0, 3739.0, 3749.0, 3728.0, 3769.0, 3727.0, 3737.0, 3726.0, 3726.0, 3757.0, 3726.0, 3737.0, 3736.0, 3726.0, 3746.0, 3715.0, 3725.0, 3726.0, 3726.0, 3748.0, 3738.0, 3725.0, 3748.0, 3726.0, 3737.0, 3726.0, 3726.0, 3748.0, 3727.0, 3747.0, 3725.0, 3714.0, 3734.0, 3725.0, 3725.0, 3737.0, 3726.0, 3748.0, 3737.0, 3726.0, 3737.0, 3737.0, 3738.0, 3769.0, 3737.0, 3728.0, 3759.0, 3738.0, 3729.0, 3748.0, 3728.0, 3726.0, 3736.0, 3726.0, 3736.0, 3737.0, 3726.0, 3748.0, 3725.0, 3725.0, 3725.0, 3725.0, 3726.0, 3736.0, 3736.0, 3726.0, 3757.0, 3726.0, 3736.0, 3736.0, 3726.0, 3735.0, 3724.0, 3713.0, 3723.0, 3725.0, 3714.0, 3745.0, 3735.0, 3713.0, 3755.0, 3723.0, 3701.0, 3720.0, 3710.0, 3710.0, 3742.0, 3711.0, 3733.0, 3722.0, 3698.0, 3698.0, 3709.0, 3710.0, 3711.0, 3722.0, 3712.0, 3714.0, 3736.0, 3723.0, 3725.0, 3726.0, 3736.0, 3727.0, 3739.0, 3759.0, 3739.0, 3726.0, 3747.0, 3715.0, 3725.0, 3726.0, 3726.0, 3736.0, 3736.0, 3714.0, 3745.0, 3713.0, 3714.0, 3734.0, 3725.0, 3726.0, 3747.0, 3737.0, 3730.0, 3739.0, 3739.0, 3740.0, 3740.0, 3762.0, 3741.0, 3741.0, 3761.0, 3762.0, 3729.0, 3739.0, 3737.0, 3728.0, 3726.0, 3747.0, 3737.0, 3727.0, 3748.0, 3725.0, 3726.0, 3724.0, 3735.0, 3726.0, 3737.0, 3748.0, 3726.0, 3725.0, 3735.0, 3725.0, 3726.0, 3737.0, 3725.0, 3727.0, 3737.0, 3738.0, 3727.0, 3727.0, 3736.0, 3727.0, 3728.0, 3769.0, 3748.0, 3738.0, 3747.0, 3770.0, 3737.0, 3727.0, 3759.0, 3748.0, 3725.0, 3745.0, 3726.0, 3713.0, 3744.0, 3713.0, 3713.0, 3735.0, 3714.0, 3715.0, 3734.0, 3712.0, 3714.0, 3713.0, 3713.0, 3714.0, 3736.0, 3736.0, 3716.0, 3757.0, 3726.0, 3745.0, 3724.0, 3726.0, 3725.0, 3725.0, 3724.0, 3734.0, 3734.0, 3714.0, 3736.0, 3725.0, 3714.0, 3725.0, 3726.0, 3728.0, 3747.0, 3737.0, 3726.0, 3736.0, 3714.0, 3726.0, 3726.0, 3726.0, 3737.0, 3727.0, 3727.0, 3737.0, 3727.0, 3726.0, 3758.0, 3737.0, 3738.0, 3759.0, 3727.0, 3728.0, 3727.0, 3728.0, 3737.0, 3738.0, 3728.0, 3759.0, 3738.0, 3727.0, 3746.0, 3726.0, 3729.0, 3738.0, 3727.0, 3758.0, 3726.0, 3725.0, 3747.0, 3726.0, 3727.0, 3736.0, 3726.0, 3757.0, 3736.0, 3724.0, 3735.0, 3726.0, 3747.0, 3737.0, 3726.0, 3756.0, 3724.0, 3726.0, 3725.0, 3728.0, 3757.0, 3725.0, 3725.0, 3725.0, 3725.0, 3745.0, 3725.0, 3725.0, 3725.0, 3715.0, 3735.0, 3724.0, 3734.0, 3714.0, 3737.0, 3726.0, 3715.0, 3737.0, 3726.0, 3737.0, 3727.0, 3738.0, 3738.0, 3740.0, 3761.0, 3739.0, 3740.0, 3750.0, 3730.0, 3760.0, 3740.0, 3750.0, 3752.0, 3728.0, 3758.0, 3727.0, 3728.0, 3737.0, 3729.0, 3748.0, 3738.0, 3727.0, 3748.0, 3728.0, 3727.0, 3729.0, 3729.0, 3770.0, 3727.0, 3747.0, 3737.0, 3739.0, 3748.0, 3728.0, 3725.0, 3736.0, 3727.0, 3737.0, 3726.0, 3725.0, 3747.0, 3726.0, 3726.0, 3726.0, 3726.0, 3747.0, 3725.0, 3725.0, 3736.0, 3726.0, 3727.0, 3758.0, 3726.0, 3727.0, 3747.0, 3726.0, 3728.0, 3737.0, 3726.0, 3727.0, 3759.0, 3737.0, 3728.0, 3737.0, 3725.0, 3726.0, 3757.0, 3736.0, 3725.0, 3777.0, 3712.0, 3712.0, 3743.0, 3711.0, 3711.0, 3722.0, 3713.0, 3744.0, 3722.0, 3713.0, 3723.0, 3711.0, 3711.0, 3744.0, 3723.0, 3724.0, 3735.0, 3725.0, 3715.0, 3725.0, 3725.0, 3725.0, 3746.0, 3725.0, 3726.0, 3724.0, 3724.0, 3726.0, 3747.0, 3726.0, 3726.0, 3726.0, 3714.0, 3715.0, 3745.0, 3725.0, 3726.0, 3757.0, 3714.0, 3714.0, 3736.0, 3725.0, 3725.0, 3724.0, 3727.0, 3741.0, 3762.0, 3751.0, 3751.0, 3771.0, 3741.0, 3739.0, 3761.0, 3738.0, 3727.0, 3737.0, 3724.0, 3725.0, 3735.0, 3725.0, 3725.0, 3758.0, 3725.0, 3714.0, 3734.0, 3715.0, 3712.0, 3735.0, 3724.0, 3723.0, 3735.0, 3725.0, 3725.0, 3736.0, 3725.0, 3727.0, 3726.0, 3728.0, 3758.0, 3737.0, 3725.0, 3736.0, 3714.0, 3724.0, 3725.0, 3725.0, 3756.0, 3725.0, 3714.0, 3734.0, 3714.0, 3714.0, 3724.0, 3725.0, 3756.0, 3735.0, 3714.0, 3745.0, 3727.0, 3726.0, 3758.0, 3737.0, 3767.0, 3735.0, 3727.0, 3735.0, 3728.0, 3737.0, 3747.0, 3725.0, 3726.0, 3737.0, 3725.0, 3726.0, 3758.0, 3737.0, 3727.0, 3737.0, 3728.0, 3726.0, 3728.0, 3739.0, 3747.0, 3727.0, 3725.0, 3747.0, 3725.0, 3726.0, 3735.0, 3715.0, 3736.0, 3725.0, 3725.0, 3747.0, 3725.0, 3726.0, 3737.0, 3726.0, 3727.0, 3757.0, 3728.0, 3727.0, 3737.0, 3727.0, 3739.0, 3738.0, 3727.0, 3759.0, 3727.0, 3726.0, 3737.0, 3729.0, 3737.0, 3727.0, 3727.0, 3739.0, 3727.0, 3725.0, 3736.0, 3727.0, 3758.0, 3739.0, 3727.0, 3748.0, 3726.0, 3726.0, 3726.0, 3726.0, 3758.0, 3726.0, 3726.0, 3736.0, 3717.0, 3726.0, 3726.0, 3726.0, 3737.0, 3727.0, 3770.0, 3726.0, 3758.0, 3715.0, 3723.0, 3724.0, 3714.0, 3735.0, 3713.0, 3744.0, 3724.0, 3713.0, 3723.0, 3713.0, 3725.0, 3725.0, 3715.0, 3747.0, 3726.0, 3725.0, 3725.0, 3716.0, 3726.0, 3725.0, 3727.0, 3737.0, 3726.0, 3726.0, 3726.0, 3725.0, 3728.0, 3726.0, 3727.0, 3729.0, 3749.0, 3737.0, 3728.0, 3728.0, 3726.0, 3728.0, 3736.0, 3727.0, 3728.0, 3759.0, 3727.0, 3727.0, 3748.0, 3727.0, 3727.0, 3748.0, 3727.0, 3729.0, 3758.0, 3728.0, 3728.0, 3737.0, 3728.0, 3729.0, 3749.0, 3739.0, 3730.0, 3729.0, 3728.0, 3728.0, 3749.0, 3739.0, 3728.0, 3759.0, 3726.0, 3728.0, 3748.0, 3727.0, 3727.0, 3759.0, 3727.0, 3726.0, 3727.0, 3726.0, 3749.0, 3738.0, 3728.0, 3758.0, 3727.0, 3728.0, 3736.0, 3727.0, 3739.0, 3750.0, 3740.0, 3728.0, 3760.0, 3729.0, 3727.0, 3738.0, 3728.0, 3727.0, 3759.0, 3737.0, 3727.0, 3736.0, 3725.0, 3726.0, 3768.0, 3735.0, 3714.0, 3745.0, 3711.0, 3723.0, 3722.0, 3712.0, 3714.0, 3734.0, 3724.0, 3713.0, 3722.0, 3702.0, 3712.0, 3734.0, 3713.0, 3756.0, 3723.0, 3711.0, 3723.0, 3711.0, 3711.0, 3712.0, 3713.0, 3723.0, 3722.0, 3713.0, 3724.0, 3723.0, 3724.0, 3725.0, 3726.0, 3727.0, 3737.0, 3740.0, 3740.0, 3761.0, 3739.0, 3728.0, 3750.0, 3729.0, 3728.0, 3749.0, 3726.0, 3760.0, 3747.0, 3714.0, 3726.0, 3725.0, 3714.0, 3724.0, 3724.0, 3713.0, 3745.0, 3714.0, 3713.0, 3735.0, 3723.0, 3714.0, 3747.0, 3725.0, 3724.0, 3735.0, 3713.0, 3713.0, 3723.0, 3713.0, 3713.0, 3724.0, 3713.0, 3725.0, 3725.0, 3726.0, 3715.0, 3715.0, 3725.0, 3757.0, 3725.0, 3747.0, 3726.0, 3724.0, 3724.0, 3714.0, 3714.0, 3736.0, 3727.0, 3735.0, 3727.0, 3727.0, 3725.0, 3725.0, 3727.0, 3738.0, 3729.0, 3739.0, 3761.0, 3742.0, 3741.0, 3753.0, 3742.0, 3739.0, 3730.0, 3741.0, 3782.0, 3737.0, 3728.0, 3749.0, 3727.0, 3727.0, 3748.0, 3727.0, 3737.0, 3757.0, 3715.0, 3715.0, 3724.0, 3726.0, 3735.0, 3727.0, 3716.0, 3747.0, 3714.0, 3726.0, 3726.0, 3724.0, 3725.0, 3736.0, 3727.0, 3727.0, 3727.0, 3726.0, 3727.0, 3747.0, 3738.0, 3716.0, 3747.0, 3715.0, 3714.0, 3726.0, 3715.0, 3744.0, 3725.0, 3714.0, 3736.0, 3713.0, 3714.0, 3712.0, 3715.0, 3726.0, 3726.0, 3715.0, 3746.0, 3715.0, 3725.0, 3726.0, 3727.0, 3747.0, 3727.0, 3726.0, 3738.0, 3726.0, 3727.0, 3738.0, 3728.0, 3739.0, 3741.0, 3755.0, 3764.0, 3753.0], 'WindowWidth': [8574.0, 8548.0, 8487.0, 8460.0, 8496.0, 8449.0, 8429.0, 8466.0, 8436.0, 8420.0, 8431.0, 8416.0, 8414.0, 8446.0, 8436.0, 8420.0, 8465.0, 8432.0, 8425.0, 8433.0, 8419.0, 8422.0, 8447.0, 8417.0, 8429.0, 8432.0, 8421.0, 8444.0, 8414.0, 8397.0, 8428.0, 8413.0, 8413.0, 8443.0, 8431.0, 8417.0, 8464.0, 8433.0, 8417.0, 8428.0, 8399.0, 8397.0, 8446.0, 8415.0, 8428.0, 8426.0, 8399.0, 8396.0, 8411.0, 8396.0, 8397.0, 8431.0, 8418.0, 8431.0, 8433.0, 8418.0, 8445.0, 8428.0, 8416.0, 8429.0, 8430.0, 8415.0, 8446.0, 8433.0, 8417.0, 8461.0, 8419.0, 8413.0, 8427.0, 8401.0, 8415.0, 8418.0, 8439.0, 8451.0, 8437.0, 8435.0, 8436.0, 8421.0, 8448.0, 8423.0, 8449.0, 8437.0, 8417.0, 8447.0, 8417.0, 8430.0, 8416.0, 8418.0, 8450.0, 8426.0, 8451.0, 8439.0, 8423.0, 8454.0, 8440.0, 8439.0, 8457.0, 8448.0, 8473.0, 8459.0, 8427.0, 8455.0, 8439.0, 8439.0, 8439.0, 8428.0, 8469.0, 8453.0, 8422.0, 8435.0, 8418.0, 8417.0, 8434.0, 8424.0, 8464.0, 8451.0, 8418.0, 8452.0, 8422.0, 8464.0, 8440.0, 8434.0, 8440.0, 8421.0, 8447.0, 8418.0, 8418.0, 8438.0, 8423.0, 8451.0, 8422.0, 8423.0, 8437.0, 8438.0, 8441.0, 8457.0, 8459.0, 8446.0, 8474.0, 8458.0, 8427.0, 8467.0, 8436.0, 8423.0, 8457.0, 8445.0, 8480.0, 8433.0, 8400.0, 8417.0, 8430.0, 8417.0, 8431.0, 8449.0, 8418.0, 8418.0, 8431.0, 8418.0, 8433.0, 8432.0, 8416.0, 8459.0, 8429.0, 8402.0, 8413.0, 8413.0, 8399.0, 8442.0, 8427.0, 8398.0, 8456.0, 8406.0, 8393.0, 8421.0, 8394.0, 8399.0, 8426.0, 8416.0, 8395.0, 8425.0, 8412.0, 8398.0, 8425.0, 8417.0, 8427.0, 8414.0, 8396.0, 8424.0, 8393.0, 8397.0, 8424.0, 8416.0, 8417.0, 8445.0, 8434.0, 8417.0, 8431.0, 8423.0, 8453.0, 8489.0, 8448.0, 8448.0, 8473.0, 8464.0, 8444.0, 8472.0, 8439.0, 8420.0, 8433.0, 8418.0, 8421.0, 8468.0, 8441.0, 8464.0, 8432.0, 8418.0, 8444.0, 8396.0, 8399.0, 8425.0, 8403.0, 8420.0, 8434.0, 8428.0, 8439.0, 8441.0, 8447.0, 8469.0, 8437.0, 8437.0, 8474.0, 8442.0, 8465.0, 8415.0, 8444.0, 8412.0, 8397.0, 8428.0, 8418.0, 8435.0, 8434.0, 8421.0, 8448.0, 8433.0, 8418.0, 8451.0, 8440.0, 8421.0, 8454.0, 8423.0, 8450.0, 8419.0, 8422.0, 8455.0, 8420.0, 8435.0, 8437.0, 8420.0, 8433.0, 8417.0, 8439.0, 8473.0, 8425.0, 8439.0, 8437.0, 8423.0, 8435.0, 8422.0, 8423.0, 8469.0, 8443.0, 8472.0, 8475.0, 8442.0, 8455.0, 8438.0, 8425.0, 8442.0, 8424.0, 8426.0, 8453.0, 8435.0, 8424.0, 8424.0, 8436.0, 8425.0, 8452.0, 8442.0, 8424.0, 8468.0, 8424.0, 8432.0, 8418.0, 8416.0, 8462.0, 8439.0, 8470.0, 8440.0, 8414.0, 8440.0, 8393.0, 8394.0, 8425.0, 8398.0, 8426.0, 8445.0, 8417.0, 8416.0, 8416.0, 8419.0, 8450.0, 8458.0, 8422.0, 8463.0, 8421.0, 8414.0, 8431.0, 8397.0, 8440.0, 8414.0, 8424.0, 8409.0, 8394.0, 8422.0, 8409.0, 8395.0, 8423.0, 8412.0, 8414.0, 8432.0, 8433.0, 8415.0, 8430.0, 8420.0, 8457.0, 8416.0, 8458.0, 8414.0, 8454.0, 8409.0, 8391.0, 8405.0, 8391.0, 8424.0, 8414.0, 8419.0, 8425.0, 8435.0, 8484.0, 8434.0, 8418.0, 8446.0, 8421.0, 8440.0, 8418.0, 8414.0, 8432.0, 8414.0, 8413.0, 8433.0, 8422.0, 8440.0, 8437.0, 8419.0, 8462.0, 8419.0, 8433.0, 8415.0, 8419.0, 8446.0, 8411.0, 8474.0, 8410.0, 8393.0, 8407.0, 8396.0, 8441.0, 8410.0, 8394.0, 8406.0, 8393.0, 8407.0, 8412.0, 8418.0, 8441.0, 8431.0, 8417.0, 8431.0, 8418.0, 8417.0, 8435.0, 8421.0, 8452.0, 8418.0, 8479.0, 8416.0, 8458.0, 8398.0, 8394.0, 8411.0, 8398.0, 8442.0, 8427.0, 8398.0, 8426.0, 8413.0, 8413.0, 8447.0, 8422.0, 8461.0, 8417.0, 8415.0, 8416.0, 8416.0, 8430.0, 8420.0, 8432.0, 8436.0, 8421.0, 8450.0, 8424.0, 8423.0, 8459.0, 8444.0, 8456.0, 8458.0, 8425.0, 8452.0, 8424.0, 8449.0, 8424.0, 8437.0, 8437.0, 8420.0, 8415.0, 8398.0, 8414.0, 8418.0, 8421.0, 8436.0, 8443.0, 8442.0, 8466.0, 8424.0, 8450.0, 8421.0, 8421.0, 8452.0, 8420.0, 8464.0, 8453.0, 8416.0, 8433.0, 8402.0, 8414.0, 8398.0, 8417.0, 8449.0, 8433.0, 8417.0, 8432.0, 8418.0, 8436.0, 8452.0, 8427.0, 8440.0, 8455.0, 8424.0, 8482.0, 8422.0, 8433.0, 8417.0, 8417.0, 8461.0, 8419.0, 8435.0, 8433.0, 8417.0, 8445.0, 8402.0, 8416.0, 8419.0, 8421.0, 8453.0, 8438.0, 8418.0, 8452.0, 8420.0, 8434.0, 8417.0, 8418.0, 8452.0, 8422.0, 8447.0, 8417.0, 8400.0, 8427.0, 8414.0, 8414.0, 8434.0, 8419.0, 8451.0, 8434.0, 8421.0, 8435.0, 8437.0, 8440.0, 8482.0, 8437.0, 8424.0, 8468.0, 8439.0, 8427.0, 8452.0, 8423.0, 8418.0, 8432.0, 8420.0, 8431.0, 8436.0, 8421.0, 8452.0, 8416.0, 8417.0, 8415.0, 8415.0, 8419.0, 8432.0, 8431.0, 8418.0, 8464.0, 8421.0, 8433.0, 8434.0, 8418.0, 8429.0, 8413.0, 8396.0, 8410.0, 8414.0, 8399.0, 8441.0, 8427.0, 8396.0, 8455.0, 8409.0, 8378.0, 8401.0, 8387.0, 8385.0, 8432.0, 8390.0, 8419.0, 8406.0, 8369.0, 8370.0, 8383.0, 8386.0, 8390.0, 8408.0, 8395.0, 8399.0, 8430.0, 8410.0, 8416.0, 8418.0, 8433.0, 8422.0, 8441.0, 8468.0, 8438.0, 8419.0, 8448.0, 8402.0, 8414.0, 8417.0, 8419.0, 8430.0, 8429.0, 8399.0, 8442.0, 8397.0, 8399.0, 8425.0, 8415.0, 8419.0, 8447.0, 8436.0, 8433.0, 8445.0, 8446.0, 8446.0, 8444.0, 8478.0, 8446.0, 8449.0, 8475.0, 8477.0, 8429.0, 8439.0, 8435.0, 8423.0, 8420.0, 8449.0, 8435.0, 8421.0, 8449.0, 8415.0, 8418.0, 8414.0, 8430.0, 8420.0, 8434.0, 8450.0, 8419.0, 8417.0, 8430.0, 8416.0, 8419.0, 8434.0, 8418.0, 8423.0, 8438.0, 8438.0, 8422.0, 8422.0, 8433.0, 8423.0, 8426.0, 8482.0, 8454.0, 8438.0, 8448.0, 8483.0, 8436.0, 8423.0, 8469.0, 8454.0, 8420.0, 8445.0, 8419.0, 8399.0, 8441.0, 8396.0, 8396.0, 8430.0, 8400.0, 8401.0, 8426.0, 8393.0, 8397.0, 8395.0, 8396.0, 8399.0, 8431.0, 8431.0, 8404.0, 8460.0, 8416.0, 8441.0, 8411.0, 8419.0, 8417.0, 8415.0, 8411.0, 8425.0, 8425.0, 8398.0, 8429.0, 8413.0, 8399.0, 8414.0, 8419.0, 8425.0, 8448.0, 8436.0, 8418.0, 8430.0, 8401.0, 8419.0, 8418.0, 8419.0, 8435.0, 8422.0, 8422.0, 8435.0, 8422.0, 8419.0, 8466.0, 8437.0, 8438.0, 8468.0, 8423.0, 8423.0, 8421.0, 8424.0, 8436.0, 8438.0, 8425.0, 8468.0, 8438.0, 8422.0, 8446.0, 8422.0, 8428.0, 8437.0, 8422.0, 8464.0, 8418.0, 8417.0, 8449.0, 8419.0, 8421.0, 8433.0, 8419.0, 8463.0, 8432.0, 8414.0, 8429.0, 8419.0, 8449.0, 8434.0, 8420.0, 8460.0, 8415.0, 8418.0, 8417.0, 8425.0, 8464.0, 8418.0, 8416.0, 8415.0, 8415.0, 8442.0, 8416.0, 8416.0, 8416.0, 8402.0, 8429.0, 8415.0, 8429.0, 8403.0, 8434.0, 8419.0, 8403.0, 8435.0, 8419.0, 8435.0, 8423.0, 8439.0, 8442.0, 8445.0, 8474.0, 8444.0, 8444.0, 8457.0, 8431.0, 8471.0, 8444.0, 8458.0, 8463.0, 8426.0, 8467.0, 8423.0, 8425.0, 8437.0, 8428.0, 8453.0, 8440.0, 8424.0, 8452.0, 8426.0, 8423.0, 8426.0, 8427.0, 8483.0, 8424.0, 8449.0, 8435.0, 8443.0, 8453.0, 8425.0, 8416.0, 8432.0, 8424.0, 8435.0, 8418.0, 8415.0, 8446.0, 8418.0, 8419.0, 8420.0, 8419.0, 8450.0, 8418.0, 8419.0, 8433.0, 8418.0, 8423.0, 8465.0, 8421.0, 8422.0, 8449.0, 8419.0, 8423.0, 8435.0, 8422.0, 8422.0, 8467.0, 8436.0, 8423.0, 8435.0, 8417.0, 8419.0, 8463.0, 8432.0, 8414.0, 8487.0, 8394.0, 8393.0, 8435.0, 8390.0, 8392.0, 8407.0, 8395.0, 8439.0, 8408.0, 8396.0, 8408.0, 8391.0, 8394.0, 8438.0, 8411.0, 8412.0, 8430.0, 8415.0, 8404.0, 8416.0, 8417.0, 8417.0, 8446.0, 8417.0, 8417.0, 8414.0, 8413.0, 8418.0, 8447.0, 8419.0, 8419.0, 8417.0, 8400.0, 8402.0, 8442.0, 8416.0, 8419.0, 8461.0, 8400.0, 8400.0, 8431.0, 8416.0, 8416.0, 8413.0, 8425.0, 8448.0, 8479.0, 8465.0, 8465.0, 8490.0, 8450.0, 8443.0, 8475.0, 8438.0, 8422.0, 8434.0, 8414.0, 8416.0, 8430.0, 8417.0, 8415.0, 8464.0, 8418.0, 8399.0, 8426.0, 8400.0, 8394.0, 8428.0, 8415.0, 8411.0, 8431.0, 8417.0, 8417.0, 8432.0, 8419.0, 8422.0, 8421.0, 8423.0, 8464.0, 8435.0, 8416.0, 8432.0, 8400.0, 8413.0, 8417.0, 8417.0, 8460.0, 8417.0, 8398.0, 8426.0, 8401.0, 8399.0, 8413.0, 8417.0, 8459.0, 8429.0, 8400.0, 8442.0, 8423.0, 8418.0, 8464.0, 8436.0, 8472.0, 8430.0, 8422.0, 8430.0, 8428.0, 8438.0, 8451.0, 8418.0, 8420.0, 8435.0, 8417.0, 8419.0, 8464.0, 8437.0, 8421.0, 8436.0, 8423.0, 8419.0, 8425.0, 8441.0, 8449.0, 8422.0, 8416.0, 8450.0, 8417.0, 8418.0, 8429.0, 8404.0, 8433.0, 8416.0, 8418.0, 8448.0, 8417.0, 8418.0, 8433.0, 8419.0, 8421.0, 8463.0, 8426.0, 8421.0, 8434.0, 8422.0, 8441.0, 8438.0, 8422.0, 8468.0, 8422.0, 8419.0, 8434.0, 8428.0, 8436.0, 8422.0, 8421.0, 8438.0, 8421.0, 8417.0, 8433.0, 8421.0, 8465.0, 8440.0, 8420.0, 8450.0, 8418.0, 8418.0, 8420.0, 8418.0, 8462.0, 8418.0, 8418.0, 8431.0, 8408.0, 8418.0, 8420.0, 8418.0, 8436.0, 8423.0, 8481.0, 8418.0, 8463.0, 8400.0, 8409.0, 8411.0, 8396.0, 8428.0, 8397.0, 8439.0, 8411.0, 8395.0, 8408.0, 8397.0, 8413.0, 8415.0, 8403.0, 8447.0, 8418.0, 8415.0, 8415.0, 8405.0, 8417.0, 8417.0, 8422.0, 8435.0, 8419.0, 8419.0, 8419.0, 8418.0, 8423.0, 8420.0, 8423.0, 8428.0, 8453.0, 8436.0, 8424.0, 8423.0, 8420.0, 8423.0, 8434.0, 8423.0, 8425.0, 8469.0, 8422.0, 8422.0, 8451.0, 8422.0, 8423.0, 8453.0, 8423.0, 8426.0, 8465.0, 8424.0, 8424.0, 8436.0, 8427.0, 8427.0, 8454.0, 8442.0, 8430.0, 8428.0, 8425.0, 8427.0, 8456.0, 8441.0, 8424.0, 8467.0, 8420.0, 8424.0, 8451.0, 8423.0, 8420.0, 8465.0, 8423.0, 8420.0, 8421.0, 8419.0, 8453.0, 8440.0, 8425.0, 8465.0, 8422.0, 8423.0, 8434.0, 8423.0, 8440.0, 8457.0, 8443.0, 8426.0, 8469.0, 8425.0, 8422.0, 8439.0, 8424.0, 8423.0, 8467.0, 8434.0, 8421.0, 8432.0, 8414.0, 8417.0, 8475.0, 8429.0, 8399.0, 8439.0, 8392.0, 8409.0, 8406.0, 8394.0, 8399.0, 8426.0, 8411.0, 8395.0, 8407.0, 8379.0, 8393.0, 8423.0, 8397.0, 8458.0, 8411.0, 8391.0, 8406.0, 8389.0, 8388.0, 8390.0, 8395.0, 8409.0, 8406.0, 8395.0, 8413.0, 8410.0, 8415.0, 8417.0, 8419.0, 8421.0, 8437.0, 8442.0, 8442.0, 8473.0, 8441.0, 8424.0, 8455.0, 8429.0, 8425.0, 8455.0, 8420.0, 8466.0, 8447.0, 8400.0, 8417.0, 8415.0, 8398.0, 8411.0, 8411.0, 8395.0, 8442.0, 8400.0, 8393.0, 8425.0, 8408.0, 8397.0, 8442.0, 8415.0, 8413.0, 8426.0, 8395.0, 8394.0, 8406.0, 8393.0, 8395.0, 8411.0, 8397.0, 8414.0, 8414.0, 8417.0, 8401.0, 8400.0, 8414.0, 8462.0, 8414.0, 8445.0, 8417.0, 8411.0, 8412.0, 8398.0, 8399.0, 8430.0, 8420.0, 8429.0, 8420.0, 8418.0, 8415.0, 8416.0, 8420.0, 8439.0, 8427.0, 8440.0, 8474.0, 8449.0, 8446.0, 8465.0, 8449.0, 8441.0, 8428.0, 8443.0, 8500.0, 8435.0, 8422.0, 8451.0, 8419.0, 8419.0, 8449.0, 8420.0, 8431.0, 8460.0, 8401.0, 8400.0, 8412.0, 8416.0, 8427.0, 8420.0, 8404.0, 8447.0, 8400.0, 8420.0, 8416.0, 8414.0, 8416.0, 8432.0, 8420.0, 8419.0, 8420.0, 8418.0, 8419.0, 8449.0, 8437.0, 8404.0, 8448.0, 8401.0, 8399.0, 8415.0, 8402.0, 8441.0, 8414.0, 8399.0, 8431.0, 8395.0, 8397.0, 8394.0, 8403.0, 8417.0, 8417.0, 8402.0, 8444.0, 8400.0, 8414.0, 8417.0, 8421.0, 8447.0, 8421.0, 8418.0, 8434.0, 8418.0, 8420.0, 8437.0, 8425.0, 8440.0, 8447.0, 8474.0, 8488.0, 8470.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.0004150316957210777</td></tr>
<tr><td colspan=3>aqi</td><td>0.02394980610142631</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.74562018606664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1549483808406047</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885624537509918</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>6152.5029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10290648336985893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.437400950871632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4051891584179796</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.290427672664676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6133250286025667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311814773986697</td></tr>
<tr><td colspan=3>gcor</td><td>0.00598754</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007432105951011181</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03779996931552887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1262</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.9195153287828797</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>16.4954</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7838</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.5658</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296095.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.2001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5632</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>437.9566</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2937.0907</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.9092</td></tr>
<tr><td colspan=3>tsnr</td><td>39.03266540262848</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>