<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-04/func/sub-0002_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>9a26f3a15e9bbb7f337ddda8090d0730</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>10:52:3.532500</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.999564, 0.022709, 0.0188689, -0.0235561, 0.998666, 0.0459541]</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.0729619</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>[4161, -7726, -7484, 403, 1, -196, 42, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>edd50ca4-537b-4a21-8aa3-5e57bbb3fadb||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.6817572116851807, -0.0631992295384407, 0.04806029051542282, 117.37158966064453], [-0.06092659384012222, 2.679347276687622, 0.12522217631340027, -102.59447479248047], [0.050623759627342224, -0.12329160422086716, 2.6966664791107178, -66.14140319824219], [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': ['105203.532500', '105203.992500', '105204.452500', '105204.912500', '105205.372500', '105205.832500', '105206.292500', '105206.752500', '105207.212500', '105207.672500', '105208.132500', '105208.592500', '105209.052500', '105209.512500', '105209.972500', '105210.432500', '105210.892500', '105211.352500', '105211.812500', '105212.272500', '105212.732500', '105213.192500', '105213.652500', '105214.112500', '105214.572500', '105215.032500', '105215.492500', '105215.952500', '105216.412500', '105216.872500', '105217.332500', '105217.792500', '105218.252500', '105218.712500', '105219.172500', '105219.632500', '105220.092500', '105220.552500', '105221.012500', '105221.472500', '105221.932500', '105222.392500', '105222.852500', '105223.312500', '105223.772500', '105224.232500', '105224.692500', '105225.152500', '105225.612500', '105226.072500', '105226.532500', '105226.992500', '105227.452500', '105227.912500', '105228.372500', '105228.832500', '105229.292500', '105229.752500', '105230.212500', '105230.672500', '105231.132500', '105231.592500', '105232.052500', '105232.512500', '105232.972500', '105233.432500', '105233.892500', '105234.352500', '105234.812500', '105235.272500', '105235.732500', '105236.192500', '105236.652500', '105237.112500', '105237.572500', '105238.032500', '105238.492500', '105238.952500', '105239.412500', '105239.872500', '105240.332500', '105240.792500', '105241.252500', '105241.712500', '105242.172500', '105242.632500', '105243.092500', '105243.552500', '105244.012500', '105244.472500', '105244.932500', '105245.392500', '105245.852500', '105246.312500', '105246.772500', '105247.232500', '105247.692500', '105248.152500', '105248.612500', '105249.072500', '105249.532500', '105249.992500', '105250.452500', '105250.912500', '105251.372500', '105251.832500', '105252.292500', '105252.752500', '105253.212500', '105253.672500', '105254.132500', '105254.592500', '105255.052500', '105255.512500', '105255.972500', '105256.432500', '105256.892500', '105257.352500', '105257.812500', '105258.272500', '105258.732500', '105259.192500', '105259.652500', '105300.112500', '105300.572500', '105301.032500', '105301.492500', '105301.952500', '105302.412500', '105302.872500', '105303.332500', '105303.792500', '105304.252500', '105304.712500', '105305.172500', '105305.632500', '105306.092500', '105306.552500', '105307.012500', '105307.472500', '105307.932500', '105308.392500', '105308.852500', '105309.312500', '105309.772500', '105310.232500', '105310.692500', '105311.152500', '105311.612500', '105312.072500', '105312.532500', '105312.992500', '105313.452500', '105313.912500', '105314.372500', '105314.832500', '105315.292500', '105315.752500', '105316.212500', '105316.672500', '105317.132500', '105317.592500', '105318.052500', '105318.512500', '105318.972500', '105319.432500', '105319.892500', '105320.352500', '105320.812500', '105321.272500', '105321.732500', '105322.192500', '105322.652500', '105323.112500', '105323.572500', '105324.032500', '105324.492500', '105324.952500', '105325.412500', '105325.872500', '105326.332500', '105326.792500', '105327.252500', '105327.712500', '105328.172500', '105328.632500', '105329.092500', '105329.552500', '105330.012500', '105330.472500', '105330.932500', '105331.392500', '105331.852500', '105332.312500', '105332.772500', '105333.232500', '105333.692500', '105334.152500', '105334.612500', '105335.072500', '105335.532500', '105335.992500', '105336.452500', '105336.912500', '105337.372500', '105337.832500', '105338.292500', '105338.752500', '105339.212500', '105339.672500', '105340.132500', '105340.592500', '105341.052500', '105341.512500', '105341.972500', '105342.432500', '105342.892500', '105343.352500', '105343.812500', '105344.272500', '105344.732500', '105345.192500', '105345.652500', '105346.112500', '105346.572500', '105347.032500', '105347.492500', '105347.952500', '105348.412500', '105348.872500', '105349.332500', '105349.792500', '105350.252500', '105350.712500', '105351.172500', '105351.632500', '105352.092500', '105352.552500', '105353.012500', '105353.472500', '105353.932500', '105354.392500', '105354.852500', '105355.312500', '105355.772500', '105356.232500', '105356.692500', '105357.152500', '105357.612500', '105358.072500', '105358.532500', '105358.992500', '105359.452500', '105359.912500', '105400.372500', '105400.832500', '105401.292500', '105401.752500', '105402.212500', '105402.672500', '105403.132500', '105403.592500', '105404.052500', '105404.512500', '105404.972500', '105405.432500', '105405.892500', '105406.352500', '105406.812500', '105407.272500', '105407.732500', '105408.192500', '105408.652500', '105409.112500', '105409.572500', '105410.032500', '105410.492500', '105410.952500', '105411.412500', '105411.872500', '105412.332500', '105412.792500', '105413.252500', '105413.712500', '105414.172500', '105414.632500', '105415.092500', '105415.552500', '105416.012500', '105416.472500', '105416.932500', '105417.392500', '105417.852500', '105418.312500', '105418.772500', '105419.232500', '105419.692500', '105420.152500', '105420.612500', '105421.072500', '105421.532500', '105421.992500', '105422.452500', '105422.912500', '105423.372500', '105423.832500', '105424.292500', '105424.752500', '105425.212500', '105425.672500', '105426.132500', '105426.592500', '105427.052500', '105427.512500', '105427.972500', '105428.432500', '105428.892500', '105429.352500', '105429.812500', '105430.272500', '105430.732500', '105431.192500', '105431.652500', '105432.112500', '105432.572500', '105433.032500', '105433.492500', '105433.952500', '105434.412500', '105434.872500', '105435.332500', '105435.792500', '105436.252500', '105436.712500', '105437.172500', '105437.632500', '105438.092500', '105438.552500', '105439.012500', '105439.472500', '105439.932500', '105440.392500', '105440.852500', '105441.312500', '105441.772500', '105442.232500', '105442.692500', '105443.152500', '105443.612500', '105444.072500', '105444.532500', '105444.992500', '105445.452500', '105445.912500', '105446.372500', '105446.832500', '105447.292500', '105447.752500', '105448.212500', '105448.672500', '105449.132500', '105449.592500', '105450.052500', '105450.512500', '105450.972500', '105451.432500', '105451.892500', '105452.352500', '105452.812500', '105453.272500', '105453.732500', '105454.192500', '105454.652500', '105455.112500', '105455.572500', '105456.032500', '105456.492500', '105456.952500', '105457.412500', '105457.872500', '105458.332500', '105458.792500', '105459.252500', '105459.712500', '105500.172500', '105500.632500', '105501.092500', '105501.552500', '105502.012500', '105502.472500', '105502.932500', '105503.392500', '105503.852500', '105504.312500', '105504.772500', '105505.232500', '105505.692500', '105506.152500', '105506.612500', '105507.072500', '105507.532500', '105507.992500', '105508.452500', '105508.912500', '105509.372500', '105509.832500', '105510.292500', '105510.752500', '105511.212500', '105511.672500', '105512.132500', '105512.592500', '105513.052500', '105513.512500', '105513.972500', '105514.432500', '105514.892500', '105515.352500', '105515.812500', '105516.272500', '105516.732500', '105517.192500', '105517.652500', '105518.112500', '105518.572500', '105519.032500', '105519.492500', '105519.952500', '105520.412500', '105520.872500', '105521.332500', '105521.792500', '105522.252500', '105522.712500', '105523.172500', '105523.632500', '105524.092500', '105524.552500', '105525.012500', '105525.472500', '105525.932500', '105526.392500', '105526.852500', '105527.312500', '105527.772500', '105528.232500', '105528.692500', '105529.152500', '105529.612500', '105530.072500', '105530.532500', '105530.992500', '105531.452500', '105531.912500', '105532.372500', '105532.832500', '105533.292500', '105533.752500', '105534.212500', '105534.672500', '105535.132500', '105535.592500', '105536.052500', '105536.512500', '105536.972500', '105537.432500', '105537.892500', '105538.352500', '105538.812500', '105539.272500', '105539.732500', '105540.192500', '105540.652500', '105541.112500', '105541.572500', '105542.032500', '105542.492500', '105542.952500', '105543.412500', '105543.872500', '105544.332500', '105544.792500', '105545.252500', '105545.712500', '105546.172500', '105546.632500', '105547.092500', '105547.552500', '105548.012500', '105548.472500', '105548.932500', '105549.392500', '105549.852500', '105550.312500', '105550.772500', '105551.232500', '105551.692500', '105552.152500', '105552.612500', '105553.072500', '105553.532500', '105553.992500', '105554.452500', '105554.912500', '105555.372500', '105555.832500', '105556.292500', '105556.752500', '105557.212500', '105557.672500', '105558.132500', '105558.592500', '105559.052500', '105559.512500', '105559.972500', '105600.432500', '105600.892500', '105601.352500', '105601.812500', '105602.272500', '105602.732500', '105603.192500', '105603.652500', '105604.112500', '105604.572500', '105605.032500', '105605.492500', '105605.952500', '105606.412500', '105606.872500', '105607.332500', '105607.792500', '105608.252500', '105608.712500', '105609.172500', '105609.632500', '105610.092500', '105610.552500', '105611.012500', '105611.472500', '105611.932500', '105612.392500', '105612.852500', '105613.312500', '105613.772500', '105614.232500', '105614.692500', '105615.152500', '105615.612500', '105616.072500', '105616.532500', '105616.992500', '105617.452500', '105617.912500', '105618.372500', '105618.832500', '105619.292500', '105619.752500', '105620.212500', '105620.672500', '105621.132500', '105621.592500', '105622.052500', '105622.512500', '105622.972500', '105623.432500', '105623.892500', '105624.352500', '105624.812500', '105625.272500', '105625.732500', '105626.192500', '105626.652500', '105627.112500', '105627.572500', '105628.032500', '105628.492500', '105628.952500', '105629.412500', '105629.872500', '105630.332500', '105630.792500', '105631.252500', '105631.712500', '105632.172500', '105632.632500', '105633.092500', '105633.552500', '105634.012500', '105634.472500', '105634.932500', '105635.392500', '105635.852500', '105636.312500', '105636.772500', '105637.232500', '105637.692500', '105638.152500', '105638.612500', '105639.072500', '105639.532500', '105639.992500', '105640.452500', '105640.912500', '105641.372500', '105641.832500', '105642.292500', '105642.752500', '105643.212500', '105643.672500', '105644.132500', '105644.592500', '105645.052500', '105645.512500', '105645.972500', '105646.432500', '105646.892500', '105647.352500', '105647.812500', '105648.272500', '105648.732500', '105649.192500', '105649.652500', '105650.112500', '105650.572500', '105651.032500', '105651.492500', '105651.952500', '105652.412500', '105652.872500', '105653.332500', '105653.792500', '105654.252500', '105654.712500', '105655.172500', '105655.632500', '105656.092500', '105656.552500', '105657.012500', '105657.472500', '105657.932500', '105658.392500', '105658.852500', '105659.312500', '105659.772500', '105700.232500', '105700.692500', '105701.152500', '105701.612500', '105702.072500', '105702.532500', '105702.992500', '105703.452500', '105703.912500', '105704.372500', '105704.832500', '105705.292500', '105705.752500', '105706.212500', '105706.672500', '105707.132500', '105707.592500', '105708.052500', '105708.512500', '105708.972500', '105709.432500', '105709.892500', '105710.352500', '105710.812500', '105711.272500', '105711.732500', '105712.192500', '105712.652500', '105713.112500', '105713.572500', '105714.032500', '105714.492500', '105714.952500', '105715.412500', '105715.872500', '105716.332500', '105716.792500', '105717.252500', '105717.712500', '105718.172500', '105718.632500', '105719.092500', '105719.552500', '105720.012500', '105720.472500', '105720.932500', '105721.392500', '105721.852500', '105722.312500', '105722.772500', '105723.232500', '105723.692500', '105724.152500', '105724.612500', '105725.072500', '105725.532500', '105725.992500', '105726.452500', '105726.912500', '105727.372500', '105727.832500', '105728.292500', '105728.752500', '105729.212500', '105729.672500', '105730.132500', '105730.592500', '105731.052500', '105731.512500', '105731.972500', '105732.432500', '105732.892500', '105733.352500', '105733.812500', '105734.272500', '105734.732500', '105735.192500', '105735.652500', '105736.112500', '105736.572500', '105737.032500', '105737.492500', '105737.952500', '105738.412500', '105738.872500', '105739.332500', '105739.792500', '105740.252500', '105740.712500', '105741.172500', '105741.632500', '105742.092500', '105742.552500', '105743.012500', '105743.472500', '105743.932500', '105744.392500', '105744.852500', '105745.312500', '105745.772500', '105746.232500', '105746.692500', '105747.152500', '105747.612500', '105748.072500', '105748.532500', '105748.992500', '105749.452500', '105749.912500', '105750.372500', '105750.832500', '105751.292500', '105751.752500', '105752.212500', '105752.672500', '105753.132500', '105753.592500', '105754.052500', '105754.512500', '105754.972500', '105755.432500', '105755.892500', '105756.352500', '105756.812500', '105757.272500', '105757.732500', '105758.192500', '105758.652500', '105759.112500', '105759.572500', '105800.032500', '105800.492500', '105800.952500', '105801.412500', '105801.872500', '105802.332500', '105802.792500', '105803.252500', '105803.712500', '105804.172500', '105804.632500', '105805.092500', '105805.552500', '105806.012500', '105806.472500', '105806.932500', '105807.392500', '105807.852500', '105808.312500', '105808.772500', '105809.232500', '105809.692500', '105810.152500', '105810.612500', '105811.072500', '105811.532500', '105811.992500', '105812.452500', '105812.912500', '105813.372500', '105813.832500', '105814.292500', '105814.752500', '105815.212500', '105815.672500', '105816.132500', '105816.592500', '105817.052500', '105817.512500', '105817.972500', '105818.432500', '105818.892500', '105819.352500', '105819.812500', '105820.272500', '105820.732500', '105821.192500', '105821.652500', '105822.112500', '105822.572500', '105823.032500', '105823.492500', '105823.952500', '105824.412500', '105824.872500', '105825.332500', '105825.792500', '105826.252500', '105826.712500', '105827.172500', '105827.632500', '105828.092500', '105828.552500', '105829.012500', '105829.472500', '105829.932500', '105830.392500', '105830.852500', '105831.312500', '105831.772500', '105832.232500', '105832.692500', '105833.152500', '105833.612500', '105834.072500', '105834.532500', '105834.992500', '105835.452500', '105835.912500', '105836.372500', '105836.832500', '105837.292500', '105837.752500', '105838.212500', '105838.672500', '105839.132500', '105839.592500', '105840.052500', '105840.512500', '105840.972500', '105841.432500', '105841.892500', '105842.352500', '105842.812500', '105843.272500', '105843.732500', '105844.192500', '105844.652500', '105845.112500', '105845.572500', '105846.032500', '105846.492500', '105846.952500', '105847.412500', '105847.872500', '105848.332500', '105848.792500', '105849.252500', '105849.712500', '105850.172500', '105850.632500', '105851.092500', '105851.552500', '105852.012500', '105852.472500', '105852.932500', '105853.392500', '105853.852500', '105854.312500', '105854.772500', '105855.232500', '105855.692500', '105856.152500', '105856.612500', '105857.072500', '105857.532500', '105857.992500', '105858.452500', '105858.912500', '105859.372500', '105859.832500', '105900.292500', '105900.752500', '105901.212500', '105901.672500', '105902.132500', '105902.592500', '105903.052500', '105903.512500', '105903.972500', '105904.432500', '105904.892500', '105905.352500', '105905.812500', '105906.272500', '105906.732500', '105907.192500', '105907.652500', '105908.112500', '105908.572500', '105909.032500', '105909.492500', '105909.952500', '105910.412500', '105910.872500', '105911.332500', '105911.792500', '105912.252500', '105912.712500', '105913.172500', '105913.632500', '105914.092500', '105914.552500', '105915.012500', '105915.472500', '105915.932500', '105916.392500', '105916.852500', '105917.312500', '105917.772500', '105918.232500', '105918.692500', '105919.152500', '105919.612500', '105920.072500', '105920.532500', '105920.992500', '105921.452500', '105921.912500', '105922.372500', '105922.832500', '105923.292500', '105923.752500', '105924.212500', '105924.672500', '105925.132500', '105925.592500', '105926.052500', '105926.512500', '105926.972500', '105927.432500', '105927.892500', '105928.352500', '105928.812500', '105929.272500', '105929.732500', '105930.192500', '105930.652500', '105931.112500', '105931.572500', '105932.032500', '105932.492500', '105932.952500', '105933.412500', '105933.872500', '105934.332500', '105934.792500', '105935.252500', '105935.712500', '105936.172500', '105936.632500', '105937.092500', '105937.552500', '105938.012500', '105938.472500', '105938.932500', '105939.392500', '105939.852500', '105940.312500', '105940.772500', '105941.232500', '105941.692500', '105942.152500', '105942.612500', '105943.072500', '105943.532500', '105943.992500', '105944.452500', '105944.912500', '105945.372500', '105945.832500', '105946.292500', '105946.752500', '105947.212500', '105947.672500', '105948.132500', '105948.592500', '105949.052500', '105949.512500', '105949.972500', '105950.432500', '105950.892500', '105951.352500', '105951.812500', '105952.272500', '105952.732500', '105953.192500', '105953.652500', '105954.112500', '105954.572500', '105955.032500', '105955.492500', '105955.952500', '105956.412500', '105956.872500', '105957.332500', '105957.792500', '105958.252500', '105958.712500', '105959.172500', '105959.632500', '110000.092500', '110000.552500', '110001.012500', '110001.472500', '110001.932500', '110002.392500', '110002.852500', '110003.312500', '110003.772500', '110004.232500', '110004.692500', '110005.152500', '110005.612500', '110006.072500', '110006.532500', '110006.992500', '110007.452500', '110007.912500', '110008.372500', '110008.832500', '110009.292500', '110009.752500', '110010.212500', '110010.672500', '110011.132500', '110011.592500', '110012.052500', '110012.512500', '110012.972500', '110013.432500', '110013.892500', '110014.352500', '110014.812500', '110015.272500', '110015.732500', '110016.192500', '110016.652500', '110017.112500', '110017.572500', '110018.032500', '110018.492500', '110018.952500', '110019.412500', '110019.872500', '110020.332500', '110020.792500', '110021.252500', '110021.712500', '110022.172500', '110022.632500', '110023.092500', '110023.552500', '110024.012500', '110024.472500', '110024.932500', '110025.392500', '110025.852500', '110026.312500', '110026.772500', '110027.232500', '110027.692500', '110028.152500', '110028.612500', '110029.072500', '110029.532500', '110029.992500', '110030.452500', '110030.912500', '110031.372500', '110031.832500', '110032.292500', '110032.752500', '110033.212500', '110033.672500', '110034.132500', '110034.592500', '110035.052500', '110035.512500', '110035.972500', '110036.432500', '110036.892500', '110037.352500', '110037.812500', '110038.272500', '110038.732500', '110039.192500', '110039.652500', '110040.112500', '110040.572500', '110041.032500', '110041.492500', '110041.952500', '110042.412500', '110042.872500', '110043.332500', '110043.792500', '110044.252500', '110044.712500', '110045.172500', '110045.632500', '110046.092500', '110046.552500', '110047.012500', '110047.472500', '110047.932500', '110048.392500', '110048.852500', '110049.312500', '110049.772500', '110050.232500', '110050.692500', '110051.152500', '110051.612500', '110052.072500', '110052.532500', '110052.992500', '110053.452500', '110053.912500', '110054.372500', '110054.832500', '110055.292500', '110055.752500', '110056.212500', '110056.672500', '110057.132500', '110057.592500', '110058.052500', '110058.512500', '110058.972500', '110059.432500', '110059.892500', '110100.352500', '110100.812500', '110101.272500', '110101.732500', '110102.192500', '110102.652500', '110103.112500', '110103.572500', '110104.032500', '110104.492500', '110104.952500', '110105.412500', '110105.872500', '110106.332500', '110106.792500', '110107.252500', '110107.712500', '110108.172500', '110108.632500', '110109.092500', '110109.552500', '110110.012500', '110110.472500', '110110.932500', '110111.392500', '110111.852500', '110112.312500', '110112.772500', '110113.232500', '110113.692500', '110114.152500', '110114.612500', '110115.072500', '110115.532500', '110115.992500', '110116.452500', '110116.912500', '110117.372500', '110117.832500', '110118.292500', '110118.752500', '110119.212500', '110119.672500', '110120.132500', '110120.592500', '110121.052500', '110121.512500', '110121.972500', '110122.432500', '110122.892500', '110123.352500', '110123.812500', '110124.272500', '110124.732500', '110125.192500', '110125.652500', '110126.112500', '110126.572500', '110127.032500', '110127.492500', '110127.952500', '110128.412500', '110128.872500', '110129.332500', '110129.792500', '110130.252500', '110130.712500', '110131.172500', '110131.632500', '110132.092500', '110132.552500', '110133.012500', '110133.472500', '110133.932500', '110134.392500', '110134.852500', '110135.312500', '110135.772500', '110136.232500', '110136.692500', '110137.152500', '110137.612500', '110138.072500', '110138.532500', '110138.992500', '110139.452500', '110139.912500', '110140.372500', '110140.832500', '110141.292500', '110141.752500', '110142.212500', '110142.672500', '110143.132500', '110143.592500', '110144.052500', '110144.512500', '110144.972500', '110145.432500', '110145.892500', '110146.352500'], 'ContentTime': ['105220.849000', '105220.856000', '105220.859000', '105220.862000', '105220.865000', '105220.867000', '105220.870000', '105220.873000', '105220.876000', '105220.879000', '105220.882000', '105220.885000', '105220.888000', '105220.891000', '105220.894000', '105220.897000', '105220.900000', '105220.903000', '105220.905000', '105220.908000', '105220.911000', '105220.914000', '105220.917000', '105220.920000', '105220.923000', '105220.926000', '105220.929000', '105220.932000', '105220.935000', '105220.938000', '105220.941000', '105220.944000', '105220.946000', '105220.949000', '105220.952000', '105240.814000', '105240.817000', '105240.820000', '105240.822000', '105240.826000', '105240.828000', '105240.831000', '105240.834000', '105240.837000', '105240.840000', '105240.843000', '105240.846000', '105240.849000', '105240.852000', '105240.855000', '105240.858000', '105240.861000', '105240.863000', '105240.866000', '105240.869000', '105240.886000', '105240.889000', '105240.892000', '105240.895000', '105240.903000', '105240.906000', '105240.909000', '105240.912000', '105240.915000', '105240.918000', '105240.921000', '105240.924000', '105240.927000', '105240.930000', '105240.933000', '105240.936000', '105240.939000', '105240.941000', '105240.944000', '105240.947000', '105240.950000', '105240.953000', '105240.956000', '105240.959000', '105300.813000', '105300.816000', '105300.819000', '105300.822000', '105300.825000', '105300.828000', '105300.831000', '105300.834000', '105300.838000', '105300.841000', '105300.844000', '105300.847000', '105300.850000', '105300.853000', '105300.856000', '105300.859000', '105300.862000', '105300.865000', '105300.868000', '105300.871000', '105300.873000', '105300.876000', '105300.879000', '105300.882000', '105300.885000', '105300.888000', '105300.891000', '105300.894000', '105300.897000', '105300.899000', '105300.902000', '105300.905000', '105300.908000', '105300.912000', '105300.916000', '105300.919000', '105300.921000', '105300.924000', '105300.927000', '105300.930000', '105300.933000', '105300.936000', '105300.939000', '105320.814000', '105320.817000', '105320.820000', '105320.829000', '105320.832000', '105320.834000', '105320.837000', '105320.840000', '105320.843000', '105320.846000', '105320.849000', '105320.852000', '105320.855000', '105320.858000', '105320.861000', '105320.864000', '105320.867000', '105320.870000', '105320.872000', '105320.876000', '105320.879000', '105320.882000', '105320.884000', '105320.887000', '105320.890000', '105320.893000', '105320.896000', '105320.899000', '105320.909000', '105320.912000', '105320.914000', '105320.917000', '105320.920000', '105320.923000', '105320.926000', '105320.929000', '105320.932000', '105320.935000', '105320.938000', '105320.941000', '105320.943000', '105320.946000', '105320.949000', '105320.952000', '105340.814000', '105340.817000', '105340.820000', '105340.823000', '105340.826000', '105340.829000', '105340.832000', '105340.835000', '105340.838000', '105340.841000', '105340.844000', '105340.846000', '105340.849000', '105340.853000', '105340.855000', '105340.858000', '105340.861000', '105340.864000', '105340.867000', '105340.870000', '105340.873000', '105340.876000', '105340.879000', '105340.882000', '105340.885000', '105340.888000', '105340.891000', '105340.893000', '105340.896000', '105340.899000', '105340.902000', '105340.905000', '105340.908000', '105340.911000', '105340.914000', '105340.917000', '105340.920000', '105340.923000', '105340.926000', '105340.929000', '105340.931000', '105340.934000', '105340.937000', '105400.816000', '105400.819000', '105400.822000', '105400.825000', '105400.828000', '105400.831000', '105400.834000', '105400.837000', '105400.839000', '105400.842000', '105400.845000', '105400.848000', '105400.851000', '105400.854000', '105400.857000', '105400.860000', '105400.863000', '105400.866000', '105400.874000', '105400.877000', '105400.879000', '105400.882000', '105400.885000', '105400.888000', '105400.891000', '105400.894000', '105400.897000', '105400.900000', '105400.903000', '105400.906000', '105400.909000', '105400.912000', '105400.915000', '105400.918000', '105400.921000', '105400.924000', '105400.926000', '105400.929000', '105400.932000', '105400.935000', '105400.938000', '105400.941000', '105400.944000', '105420.814000', '105420.817000', '105420.820000', '105420.823000', '105420.826000', '105420.829000', '105420.832000', '105420.835000', '105420.838000', '105420.841000', '105420.844000', '105420.847000', '105420.850000', '105420.853000', '105420.855000', '105420.858000', '105420.871000', '105420.874000', '105420.877000', '105420.880000', '105420.883000', '105420.886000', '105420.889000', '105420.891000', '105420.894000', '105420.897000', '105420.900000', '105420.903000', '105420.906000', '105420.909000', '105420.912000', '105420.915000', '105420.918000', '105420.921000', '105420.924000', '105420.927000', '105420.930000', '105420.933000', '105420.936000', '105420.939000', '105420.941000', '105420.945000', '105420.947000', '105420.952000', '105440.814000', '105440.817000', '105440.820000', '105440.823000', '105440.826000', '105440.829000', '105440.832000', '105440.835000', '105440.837000', '105440.841000', '105440.843000', '105440.846000', '105440.849000', '105440.852000', '105440.855000', '105440.858000', '105440.861000', '105440.864000', '105440.867000', '105440.870000', '105440.873000', '105440.876000', '105440.879000', '105440.882000', '105440.884000', '105440.887000', '105440.890000', '105440.893000', '105440.896000', '105440.899000', '105440.902000', '105440.905000', '105440.908000', '105440.911000', '105440.914000', '105440.917000', '105440.920000', '105440.923000', '105440.926000', '105440.929000', '105440.932000', '105440.934000', '105440.937000', '105500.814000', '105500.817000', '105500.820000', '105500.823000', '105500.826000', '105500.829000', '105500.832000', '105500.835000', '105500.838000', '105500.841000', '105500.844000', '105500.847000', '105500.850000', '105500.852000', '105500.855000', '105500.858000', '105500.861000', '105500.864000', '105500.867000', '105500.870000', '105500.873000', '105500.876000', '105500.879000', '105500.882000', '105500.885000', '105500.888000', '105500.891000', '105500.894000', '105500.897000', '105500.900000', '105500.903000', '105500.906000', '105500.909000', '105500.912000', '105500.914000', '105500.917000', '105500.920000', '105500.923000', '105500.926000', '105500.929000', '105500.932000', '105500.935000', '105500.938000', '105500.941000', '105520.815000', '105520.819000', '105520.822000', '105520.825000', '105520.828000', '105520.831000', '105520.834000', '105520.837000', '105520.840000', '105520.843000', '105520.846000', '105520.849000', '105520.852000', '105520.855000', '105520.858000', '105520.861000', '105520.864000', '105520.867000', '105520.870000', '105520.873000', '105520.876000', '105520.879000', '105520.881000', '105520.884000', '105520.887000', '105520.890000', '105520.893000', '105520.896000', '105520.899000', '105520.902000', '105520.905000', '105520.908000', '105520.911000', '105520.914000', '105520.916000', '105520.919000', '105520.922000', '105520.925000', '105520.928000', '105520.931000', '105520.935000', '105520.938000', '105520.941000', '105540.814000', '105540.817000', '105540.820000', '105540.823000', '105540.826000', '105540.829000', '105540.832000', '105540.835000', '105540.838000', '105540.841000', '105540.844000', '105540.847000', '105540.850000', '105540.853000', '105540.855000', '105540.858000', '105540.861000', '105540.864000', '105540.867000', '105540.870000', '105540.873000', '105540.876000', '105540.879000', '105540.882000', '105540.885000', '105540.888000', '105540.891000', '105540.894000', '105540.897000', '105540.900000', '105540.902000', '105540.906000', '105540.908000', '105540.911000', '105540.914000', '105540.917000', '105540.920000', '105540.923000', '105540.926000', '105540.929000', '105540.932000', '105540.935000', '105540.938000', '105540.941000', '105600.814000', '105600.817000', '105600.820000', '105600.823000', '105600.826000', '105600.829000', '105600.832000', '105600.838000', '105600.841000', '105600.844000', '105600.847000', '105600.861000', '105600.864000', '105600.867000', '105600.870000', '105600.873000', '105600.876000', '105600.879000', '105600.882000', '105600.885000', '105600.888000', '105600.891000', '105600.894000', '105600.897000', '105600.900000', '105600.902000', '105600.905000', '105600.908000', '105600.911000', '105600.914000', '105600.917000', '105600.920000', '105600.923000', '105600.926000', '105600.929000', '105600.932000', '105600.935000', '105600.938000', '105600.940000', '105600.943000', '105600.946000', '105600.949000', '105600.952000', '105620.814000', '105620.817000', '105620.820000', '105620.823000', '105620.826000', '105620.829000', '105620.832000', '105620.835000', '105620.838000', '105620.841000', '105620.844000', '105620.851000', '105620.854000', '105620.857000', '105620.860000', '105620.863000', '105620.866000', '105620.869000', '105620.872000', '105620.875000', '105620.878000', '105620.881000', '105620.884000', '105620.887000', '105620.890000', '105620.893000', '105620.896000', '105620.899000', '105620.902000', '105620.905000', '105620.908000', '105620.911000', '105620.914000', '105620.917000', '105620.920000', '105620.923000', '105620.926000', '105620.928000', '105620.931000', '105620.934000', '105620.937000', '105620.940000', '105620.943000', '105620.946000', '105640.814000', '105640.818000', '105640.821000', '105640.824000', '105640.827000', '105640.830000', '105640.833000', '105640.836000', '105640.839000', '105640.842000', '105640.845000', '105640.848000', '105640.852000', '105640.858000', '105640.861000', '105640.864000', '105640.867000', '105640.870000', '105640.873000', '105640.876000', '105640.879000', '105640.881000', '105640.885000', '105640.887000', '105640.890000', '105640.893000', '105640.896000', '105640.899000', '105640.902000', '105640.905000', '105640.908000', '105640.911000', '105640.914000', '105640.917000', '105640.920000', '105640.923000', '105640.926000', '105640.928000', '105640.935000', '105640.938000', '105640.941000', '105640.943000', '105640.946000', '105700.814000', '105700.817000', '105700.820000', '105700.823000', '105700.826000', '105700.829000', '105700.832000', '105700.835000', '105700.838000', '105700.841000', '105700.844000', '105700.847000', '105700.850000', '105700.853000', '105700.856000', '105700.859000', '105700.862000', '105700.865000', '105700.868000', '105700.870000', '105700.873000', '105700.876000', '105700.879000', '105700.882000', '105700.885000', '105700.888000', '105700.891000', '105700.894000', '105700.897000', '105700.900000', '105700.903000', '105700.906000', '105700.908000', '105700.912000', '105700.914000', '105700.917000', '105700.920000', '105700.923000', '105700.926000', '105700.929000', '105700.932000', '105700.935000', '105700.938000', '105700.941000', '105720.814000', '105720.817000', '105720.820000', '105720.823000', '105720.826000', '105720.829000', '105720.832000', '105720.835000', '105720.838000', '105720.841000', '105720.844000', '105720.847000', '105720.850000', '105720.853000', '105720.855000', '105720.859000', '105720.861000', '105720.864000', '105720.867000', '105720.870000', '105720.873000', '105720.876000', '105720.892000', '105720.901000', '105720.904000', '105720.907000', '105720.909000', '105720.912000', '105720.915000', '105720.918000', '105720.921000', '105720.924000', '105720.927000', '105720.930000', '105720.933000', '105720.936000', '105720.939000', '105720.942000', '105720.945000', '105720.948000', '105720.951000', '105720.954000', '105720.957000', '105740.814000', '105740.817000', '105740.820000', '105740.823000', '105740.826000', '105740.829000', '105740.832000', '105740.835000', '105740.838000', '105740.843000', '105740.846000', '105740.849000', '105740.852000', '105740.855000', '105740.858000', '105740.861000', '105740.864000', '105740.867000', '105740.870000', '105740.873000', '105740.876000', '105740.879000', '105740.882000', '105740.885000', '105740.888000', '105740.891000', '105740.894000', '105740.897000', '105740.900000', '105740.903000', '105740.906000', '105740.909000', '105740.912000', '105740.915000', '105740.918000', '105740.921000', '105740.924000', '105740.927000', '105740.929000', '105740.932000', '105740.936000', '105740.938000', '105740.941000', '105740.944000', '105800.814000', '105800.828000', '105800.832000', '105800.835000', '105800.837000', '105800.840000', '105800.843000', '105800.846000', '105800.849000', '105800.852000', '105800.855000', '105800.858000', '105800.861000', '105800.864000', '105800.867000', '105800.870000', '105800.873000', '105800.876000', '105800.879000', '105800.882000', '105800.885000', '105800.888000', '105800.891000', '105800.894000', '105800.897000', '105800.900000', '105800.903000', '105800.906000', '105800.909000', '105800.912000', '105800.915000', '105800.957000', '105800.960000', '105800.963000', '105800.965000', '105800.968000', '105800.972000', '105800.974000', '105800.977000', '105800.980000', '105800.983000', '105800.986000', '105800.989000', '105820.814000', '105820.817000', '105820.820000', '105820.823000', '105820.826000', '105820.829000', '105820.832000', '105820.835000', '105820.838000', '105820.841000', '105820.844000', '105820.847000', '105820.850000', '105820.853000', '105820.856000', '105820.859000', '105820.861000', '105820.864000', '105820.867000', '105820.870000', '105820.873000', '105820.876000', '105820.879000', '105820.882000', '105820.885000', '105820.888000', '105820.891000', '105820.894000', '105820.897000', '105820.900000', '105820.903000', '105820.906000', '105820.909000', '105820.911000', '105820.914000', '105820.917000', '105820.920000', '105820.923000', '105820.926000', '105820.929000', '105820.932000', '105820.935000', '105820.938000', '105820.941000', '105840.814000', '105840.833000', '105840.836000', '105840.839000', '105840.842000', '105840.845000', '105840.848000', '105840.851000', '105840.854000', '105840.857000', '105840.860000', '105840.863000', '105840.866000', '105840.869000', '105840.872000', '105840.875000', '105840.878000', '105840.881000', '105840.884000', '105840.887000', '105840.890000', '105840.893000', '105840.896000', '105840.898000', '105840.901000', '105840.904000', '105840.907000', '105840.910000', '105840.913000', '105840.916000', '105840.919000', '105840.922000', '105840.925000', '105840.938000', '105840.941000', '105840.944000', '105840.947000', '105840.951000', '105840.954000', '105840.957000', '105840.960000', '105840.963000', '105840.966000', '105900.814000', '105900.817000', '105900.820000', '105900.823000', '105900.826000', '105900.829000', '105900.832000', '105900.835000', '105900.838000', '105900.841000', '105900.844000', '105900.847000', '105900.850000', '105900.853000', '105900.856000', '105900.859000', '105900.861000', '105900.864000', '105900.868000', '105900.870000', '105900.873000', '105900.876000', '105900.879000', '105900.882000', '105900.885000', '105900.888000', '105900.891000', '105900.894000', '105900.897000', '105900.900000', '105900.903000', '105900.906000', '105900.909000', '105900.912000', '105900.915000', '105900.918000', '105900.921000', '105900.924000', '105900.927000', '105900.930000', '105900.933000', '105900.935000', '105900.939000', '105900.941000', '105920.814000', '105920.830000', '105920.833000', '105920.835000', '105920.838000', '105920.841000', '105920.844000', '105920.847000', '105920.850000', '105920.853000', '105920.856000', '105920.859000', '105920.863000', '105920.867000', '105920.869000', '105920.872000', '105920.875000', '105920.879000', '105920.881000', '105920.884000', '105920.887000', '105920.890000', '105920.893000', '105920.896000', '105920.899000', '105920.902000', '105920.905000', '105920.908000', '105920.911000', '105920.914000', '105920.917000', '105920.920000', '105920.923000', '105920.926000', '105920.929000', '105920.932000', '105920.936000', '105920.939000', '105920.942000', '105920.945000', '105920.948000', '105920.951000', '105920.954000', '105940.814000', '105940.835000', '105940.838000', '105940.841000', '105940.844000', '105940.847000', '105940.850000', '105940.853000', '105940.856000', '105940.859000', '105940.862000', '105940.865000', '105940.867000', '105940.871000', '105940.873000', '105940.876000', '105940.879000', '105940.882000', '105940.885000', '105940.888000', '105940.891000', '105940.894000', '105940.897000', '105940.900000', '105940.903000', '105940.906000', '105940.909000', '105940.912000', '105940.915000', '105940.918000', '105940.921000', '105940.924000', '105940.927000', '105940.930000', '105940.932000', '105940.935000', '105940.938000', '105940.941000', '105940.944000', '105940.947000', '105940.950000', '105940.953000', '105940.956000', '105940.959000', '110000.814000', '110000.824000', '110000.827000', '110000.830000', '110000.833000', '110000.836000', '110000.839000', '110000.842000', '110000.845000', '110000.848000', '110000.851000', '110000.854000', '110000.857000', '110000.859000', '110000.862000', '110000.866000', '110000.869000', '110000.871000', '110000.874000', '110000.877000', '110000.880000', '110000.883000', '110000.886000', '110000.889000', '110000.892000', '110000.895000', '110000.898000', '110000.901000', '110000.904000', '110000.907000', '110000.910000', '110000.913000', '110000.916000', '110000.919000', '110000.922000', '110000.925000', '110000.928000', '110000.931000', '110000.934000', '110000.937000', '110000.940000', '110000.943000', '110000.945000', '110020.814000', '110020.841000', '110020.844000', '110020.847000', '110020.850000', '110020.853000', '110020.856000', '110020.859000', '110020.862000', '110020.865000', '110020.868000', '110020.871000', '110020.874000', '110020.877000', '110020.880000', '110020.883000', '110020.886000', '110020.889000', '110020.892000', '110020.895000', '110020.898000', '110020.901000', '110020.904000', '110020.907000', '110020.910000', '110020.913000', '110020.916000', '110020.919000', '110020.922000', '110020.925000', '110020.928000', '110020.930000', '110020.934000', '110020.936000', '110020.939000', '110020.942000', '110020.945000', '110020.948000', '110020.951000', '110020.954000', '110020.957000', '110020.960000', '110020.963000', '110020.966000', '110040.814000', '110040.823000', '110040.826000', '110040.829000', '110040.832000', '110040.835000', '110040.838000', '110040.841000', '110040.844000', '110040.847000', '110040.850000', '110040.853000', '110040.855000', '110040.858000', '110040.862000', '110040.864000', '110040.867000', '110040.870000', '110040.873000', '110040.876000', '110040.879000', '110040.882000', '110040.885000', '110040.888000', '110040.891000', '110040.894000', '110040.897000', '110040.901000', '110040.904000', '110040.907000', '110040.910000', '110040.913000', '110040.916000', '110040.919000', '110040.922000', '110040.925000', '110040.928000', '110040.931000', '110040.934000', '110040.936000', '110040.939000', '110040.942000', '110040.945000', '110100.814000', '110100.877000', '110100.880000', '110100.883000', '110100.886000', '110100.889000', '110100.892000', '110100.895000', '110100.898000', '110100.901000', '110100.904000', '110100.907000', '110100.910000', '110100.913000', '110100.916000', '110100.919000', '110100.922000', '110100.925000', '110100.928000', '110100.931000', '110100.934000', '110100.937000', '110100.940000', '110100.943000', '110100.945000', '110100.948000', '110100.951000', '110100.954000', '110100.957000', '110100.960000', '110100.963000', '110100.966000', '110100.969000', '110100.972000', '110100.975000', '110100.978000', '110100.981000', '110100.984000', '110100.987000', '110100.990000', '110100.993000', '110100.996000', '110101.000000', '110101.003000', '110120.814000', '110120.817000', '110120.820000', '110120.823000', '110120.826000', '110120.829000', '110120.832000', '110120.835000', '110120.838000', '110120.841000', '110120.844000', '110120.847000', '110120.850000', '110120.853000', '110120.856000', '110120.859000', '110120.862000', '110120.865000', '110120.868000', '110120.871000', '110120.874000', '110120.877000', '110120.880000', '110120.883000', '110120.886000', '110120.889000', '110120.900000', '110120.903000', '110120.906000', '110120.909000', '110120.912000', '110120.915000', '110120.918000', '110120.921000', '110120.924000', '110120.927000', '110120.930000', '110120.933000', '110120.936000', '110120.938000', '110120.942000', '110120.945000', '110120.948000', '110140.814000', '110140.834000', '110140.837000', '110140.840000', '110140.843000', '110140.846000', '110140.849000', '110140.852000', '110140.855000', '110140.858000', '110140.861000', '110140.864000', '110140.867000', '110140.870000', '110140.873000', '110140.876000', '110140.879000', '110140.882000', '110140.885000', '110140.888000', '110140.891000', '110140.894000', '110140.897000', '110140.900000', '110140.903000', '110140.905000', '110140.909000', '110140.912000', '110140.914000', '110140.917000', '110140.920000', '110140.923000', '110140.926000', '110140.929000', '110140.932000', '110140.935000', '110140.938000', '110140.941000', '110140.944000', '110140.947000', '110140.950000', '110140.953000', '110140.956000', '110140.959000', '110147.705000', '110147.708000', '110147.711000', '110147.715000', '110147.727000', '110147.730000', '110147.733000', '110147.736000', '110147.739000', '110147.742000', '110147.746000', '110147.749000', '110147.752000', '110147.755000', '110147.758000'], 'InstanceCreationTime': ['105220.849000', '105220.856000', '105220.859000', '105220.862000', '105220.865000', '105220.867000', '105220.870000', '105220.873000', '105220.876000', '105220.879000', '105220.882000', '105220.885000', '105220.888000', '105220.891000', '105220.894000', '105220.897000', '105220.900000', '105220.903000', '105220.905000', '105220.908000', '105220.911000', '105220.914000', '105220.917000', '105220.920000', '105220.923000', '105220.926000', '105220.929000', '105220.932000', '105220.935000', '105220.938000', '105220.941000', '105220.944000', '105220.946000', '105220.949000', '105220.952000', '105240.814000', '105240.817000', '105240.820000', '105240.822000', '105240.826000', '105240.828000', '105240.831000', '105240.834000', '105240.837000', '105240.840000', '105240.843000', '105240.846000', '105240.849000', '105240.852000', '105240.855000', '105240.858000', '105240.861000', '105240.863000', '105240.866000', '105240.869000', '105240.886000', '105240.889000', '105240.892000', '105240.895000', '105240.903000', '105240.906000', '105240.909000', '105240.912000', '105240.915000', '105240.918000', '105240.921000', '105240.924000', '105240.927000', '105240.930000', '105240.933000', '105240.936000', '105240.939000', '105240.941000', '105240.944000', '105240.947000', '105240.950000', '105240.953000', '105240.956000', '105240.959000', '105300.813000', '105300.816000', '105300.819000', '105300.822000', '105300.825000', '105300.828000', '105300.831000', '105300.834000', '105300.838000', '105300.841000', '105300.844000', '105300.847000', '105300.850000', '105300.853000', '105300.856000', '105300.859000', '105300.862000', '105300.865000', '105300.868000', '105300.871000', '105300.873000', '105300.876000', '105300.879000', '105300.882000', '105300.885000', '105300.888000', '105300.891000', '105300.894000', '105300.897000', '105300.899000', '105300.902000', '105300.905000', '105300.908000', '105300.912000', '105300.916000', '105300.919000', '105300.921000', '105300.924000', '105300.927000', '105300.930000', '105300.933000', '105300.936000', '105300.939000', '105320.814000', '105320.817000', '105320.820000', '105320.829000', '105320.832000', '105320.834000', '105320.837000', '105320.840000', '105320.843000', '105320.846000', '105320.849000', '105320.852000', '105320.855000', '105320.858000', '105320.861000', '105320.864000', '105320.867000', '105320.870000', '105320.872000', '105320.876000', '105320.879000', '105320.882000', '105320.884000', '105320.887000', '105320.890000', '105320.893000', '105320.896000', '105320.899000', '105320.909000', '105320.912000', '105320.914000', '105320.917000', '105320.920000', '105320.923000', '105320.926000', '105320.929000', '105320.932000', '105320.935000', '105320.938000', '105320.941000', '105320.943000', '105320.946000', '105320.949000', '105320.952000', '105340.814000', '105340.817000', '105340.820000', '105340.823000', '105340.826000', '105340.829000', '105340.832000', '105340.835000', '105340.838000', '105340.841000', '105340.844000', '105340.846000', '105340.849000', '105340.853000', '105340.855000', '105340.858000', '105340.861000', '105340.864000', '105340.867000', '105340.870000', '105340.873000', '105340.876000', '105340.879000', '105340.882000', '105340.885000', '105340.888000', '105340.891000', '105340.893000', '105340.896000', '105340.899000', '105340.902000', '105340.905000', '105340.908000', '105340.911000', '105340.914000', '105340.917000', '105340.920000', '105340.923000', '105340.926000', '105340.929000', '105340.931000', '105340.934000', '105340.937000', '105400.816000', '105400.819000', '105400.822000', '105400.825000', '105400.828000', '105400.831000', '105400.834000', '105400.837000', '105400.839000', '105400.842000', '105400.845000', '105400.848000', '105400.851000', '105400.854000', '105400.857000', '105400.860000', '105400.863000', '105400.866000', '105400.874000', '105400.877000', '105400.879000', '105400.882000', '105400.885000', '105400.888000', '105400.891000', '105400.894000', '105400.897000', '105400.900000', '105400.903000', '105400.906000', '105400.909000', '105400.912000', '105400.915000', '105400.918000', '105400.921000', '105400.924000', '105400.926000', '105400.929000', '105400.932000', '105400.935000', '105400.938000', '105400.941000', '105400.944000', '105420.814000', '105420.817000', '105420.820000', '105420.823000', '105420.826000', '105420.829000', '105420.832000', '105420.835000', '105420.838000', '105420.841000', '105420.844000', '105420.847000', '105420.850000', '105420.853000', '105420.855000', '105420.858000', '105420.871000', '105420.874000', '105420.877000', '105420.880000', '105420.883000', '105420.886000', '105420.889000', '105420.891000', '105420.894000', '105420.897000', '105420.900000', '105420.903000', '105420.906000', '105420.909000', '105420.912000', '105420.915000', '105420.918000', '105420.921000', '105420.924000', '105420.927000', '105420.930000', '105420.933000', '105420.936000', '105420.939000', '105420.941000', '105420.945000', '105420.947000', '105420.952000', '105440.814000', '105440.817000', '105440.820000', '105440.823000', '105440.826000', '105440.829000', '105440.832000', '105440.835000', '105440.837000', '105440.841000', '105440.843000', '105440.846000', '105440.849000', '105440.852000', '105440.855000', '105440.858000', '105440.861000', '105440.864000', '105440.867000', '105440.870000', '105440.873000', '105440.876000', '105440.879000', '105440.882000', '105440.884000', '105440.887000', '105440.890000', '105440.893000', '105440.896000', '105440.899000', '105440.902000', '105440.905000', '105440.908000', '105440.911000', '105440.914000', '105440.917000', '105440.920000', '105440.923000', '105440.926000', '105440.929000', '105440.932000', '105440.934000', '105440.937000', '105500.814000', '105500.817000', '105500.820000', '105500.823000', '105500.826000', '105500.829000', '105500.832000', '105500.835000', '105500.838000', '105500.841000', '105500.844000', '105500.847000', '105500.850000', '105500.852000', '105500.855000', '105500.858000', '105500.861000', '105500.864000', '105500.867000', '105500.870000', '105500.873000', '105500.876000', '105500.879000', '105500.882000', '105500.885000', '105500.888000', '105500.891000', '105500.894000', '105500.897000', '105500.900000', '105500.903000', '105500.906000', '105500.909000', '105500.912000', '105500.914000', '105500.917000', '105500.920000', '105500.923000', '105500.926000', '105500.929000', '105500.932000', '105500.935000', '105500.938000', '105500.941000', '105520.815000', '105520.819000', '105520.822000', '105520.825000', '105520.828000', '105520.831000', '105520.834000', '105520.837000', '105520.840000', '105520.843000', '105520.846000', '105520.849000', '105520.852000', '105520.855000', '105520.858000', '105520.861000', '105520.864000', '105520.867000', '105520.870000', '105520.873000', '105520.876000', '105520.879000', '105520.881000', '105520.884000', '105520.887000', '105520.890000', '105520.893000', '105520.896000', '105520.899000', '105520.902000', '105520.905000', '105520.908000', '105520.911000', '105520.914000', '105520.916000', '105520.919000', '105520.922000', '105520.925000', '105520.928000', '105520.931000', '105520.935000', '105520.938000', '105520.941000', '105540.814000', '105540.817000', '105540.820000', '105540.823000', '105540.826000', '105540.829000', '105540.832000', '105540.835000', '105540.838000', '105540.841000', '105540.844000', '105540.847000', '105540.850000', '105540.853000', '105540.855000', '105540.858000', '105540.861000', '105540.864000', '105540.867000', '105540.870000', '105540.873000', '105540.876000', '105540.879000', '105540.882000', '105540.885000', '105540.888000', '105540.891000', '105540.894000', '105540.897000', '105540.900000', '105540.902000', '105540.906000', '105540.908000', '105540.911000', '105540.914000', '105540.917000', '105540.920000', '105540.923000', '105540.926000', '105540.929000', '105540.932000', '105540.935000', '105540.938000', '105540.941000', '105600.814000', '105600.817000', '105600.820000', '105600.823000', '105600.826000', '105600.829000', '105600.832000', '105600.838000', '105600.841000', '105600.844000', '105600.847000', '105600.861000', '105600.864000', '105600.867000', '105600.870000', '105600.873000', '105600.876000', '105600.879000', '105600.882000', '105600.885000', '105600.888000', '105600.891000', '105600.894000', '105600.897000', '105600.900000', '105600.902000', '105600.905000', '105600.908000', '105600.911000', '105600.914000', '105600.917000', '105600.920000', '105600.923000', '105600.926000', '105600.929000', '105600.932000', '105600.935000', '105600.938000', '105600.940000', '105600.943000', '105600.946000', '105600.949000', '105600.952000', '105620.814000', '105620.817000', '105620.820000', '105620.823000', '105620.826000', '105620.829000', '105620.832000', '105620.835000', '105620.838000', '105620.841000', '105620.844000', '105620.851000', '105620.854000', '105620.857000', '105620.860000', '105620.863000', '105620.866000', '105620.869000', '105620.872000', '105620.875000', '105620.878000', '105620.881000', '105620.884000', '105620.887000', '105620.890000', '105620.893000', '105620.896000', '105620.899000', '105620.902000', '105620.905000', '105620.908000', '105620.911000', '105620.914000', '105620.917000', '105620.920000', '105620.923000', '105620.926000', '105620.928000', '105620.931000', '105620.934000', '105620.937000', '105620.940000', '105620.943000', '105620.946000', '105640.814000', '105640.818000', '105640.821000', '105640.824000', '105640.827000', '105640.830000', '105640.833000', '105640.836000', '105640.839000', '105640.842000', '105640.845000', '105640.848000', '105640.852000', '105640.858000', '105640.861000', '105640.864000', '105640.867000', '105640.870000', '105640.873000', '105640.876000', '105640.879000', '105640.881000', '105640.885000', '105640.887000', '105640.890000', '105640.893000', '105640.896000', '105640.899000', '105640.902000', '105640.905000', '105640.908000', '105640.911000', '105640.914000', '105640.917000', '105640.920000', '105640.923000', '105640.926000', '105640.928000', '105640.935000', '105640.938000', '105640.941000', '105640.943000', '105640.946000', '105700.814000', '105700.817000', '105700.820000', '105700.823000', '105700.826000', '105700.829000', '105700.832000', '105700.835000', '105700.838000', '105700.841000', '105700.844000', '105700.847000', '105700.850000', '105700.853000', '105700.856000', '105700.859000', '105700.862000', '105700.865000', '105700.868000', '105700.870000', '105700.873000', '105700.876000', '105700.879000', '105700.882000', '105700.885000', '105700.888000', '105700.891000', '105700.894000', '105700.897000', '105700.900000', '105700.903000', '105700.906000', '105700.908000', '105700.912000', '105700.914000', '105700.917000', '105700.920000', '105700.923000', '105700.926000', '105700.929000', '105700.932000', '105700.935000', '105700.938000', '105700.941000', '105720.814000', '105720.817000', '105720.820000', '105720.823000', '105720.826000', '105720.829000', '105720.832000', '105720.835000', '105720.838000', '105720.841000', '105720.844000', '105720.847000', '105720.850000', '105720.853000', '105720.855000', '105720.859000', '105720.861000', '105720.864000', '105720.867000', '105720.870000', '105720.873000', '105720.876000', '105720.892000', '105720.901000', '105720.904000', '105720.907000', '105720.909000', '105720.912000', '105720.915000', '105720.918000', '105720.921000', '105720.924000', '105720.927000', '105720.930000', '105720.933000', '105720.936000', '105720.939000', '105720.942000', '105720.945000', '105720.948000', '105720.951000', '105720.954000', '105720.957000', '105740.814000', '105740.817000', '105740.820000', '105740.823000', '105740.826000', '105740.829000', '105740.832000', '105740.835000', '105740.838000', '105740.843000', '105740.846000', '105740.849000', '105740.852000', '105740.855000', '105740.858000', '105740.861000', '105740.864000', '105740.867000', '105740.870000', '105740.873000', '105740.876000', '105740.879000', '105740.882000', '105740.885000', '105740.888000', '105740.891000', '105740.894000', '105740.897000', '105740.900000', '105740.903000', '105740.906000', '105740.909000', '105740.912000', '105740.915000', '105740.918000', '105740.921000', '105740.924000', '105740.927000', '105740.929000', '105740.932000', '105740.936000', '105740.938000', '105740.941000', '105740.944000', '105800.814000', '105800.828000', '105800.832000', '105800.835000', '105800.837000', '105800.840000', '105800.843000', '105800.846000', '105800.849000', '105800.852000', '105800.855000', '105800.858000', '105800.861000', '105800.864000', '105800.867000', '105800.870000', '105800.873000', '105800.876000', '105800.879000', '105800.882000', '105800.885000', '105800.888000', '105800.891000', '105800.894000', '105800.897000', '105800.900000', '105800.903000', '105800.906000', '105800.909000', '105800.912000', '105800.915000', '105800.957000', '105800.960000', '105800.963000', '105800.965000', '105800.968000', '105800.972000', '105800.974000', '105800.977000', '105800.980000', '105800.983000', '105800.986000', '105800.989000', '105820.814000', '105820.817000', '105820.820000', '105820.823000', '105820.826000', '105820.829000', '105820.832000', '105820.835000', '105820.838000', '105820.841000', '105820.844000', '105820.847000', '105820.850000', '105820.853000', '105820.856000', '105820.859000', '105820.861000', '105820.864000', '105820.867000', '105820.870000', '105820.873000', '105820.876000', '105820.879000', '105820.882000', '105820.885000', '105820.888000', '105820.891000', '105820.894000', '105820.897000', '105820.900000', '105820.903000', '105820.906000', '105820.909000', '105820.911000', '105820.914000', '105820.917000', '105820.920000', '105820.923000', '105820.926000', '105820.929000', '105820.932000', '105820.935000', '105820.938000', '105820.941000', '105840.814000', '105840.833000', '105840.836000', '105840.839000', '105840.842000', '105840.845000', '105840.848000', '105840.851000', '105840.854000', '105840.857000', '105840.860000', '105840.863000', '105840.866000', '105840.869000', '105840.872000', '105840.875000', '105840.878000', '105840.881000', '105840.884000', '105840.887000', '105840.890000', '105840.893000', '105840.896000', '105840.898000', '105840.901000', '105840.904000', '105840.907000', '105840.910000', '105840.913000', '105840.916000', '105840.919000', '105840.922000', '105840.925000', '105840.938000', '105840.941000', '105840.944000', '105840.947000', '105840.951000', '105840.954000', '105840.957000', '105840.960000', '105840.963000', '105840.966000', '105900.814000', '105900.817000', '105900.820000', '105900.823000', '105900.826000', '105900.829000', '105900.832000', '105900.835000', '105900.838000', '105900.841000', '105900.844000', '105900.847000', '105900.850000', '105900.853000', '105900.856000', '105900.859000', '105900.861000', '105900.864000', '105900.868000', '105900.870000', '105900.873000', '105900.876000', '105900.879000', '105900.882000', '105900.885000', '105900.888000', '105900.891000', '105900.894000', '105900.897000', '105900.900000', '105900.903000', '105900.906000', '105900.909000', '105900.912000', '105900.915000', '105900.918000', '105900.921000', '105900.924000', '105900.927000', '105900.930000', '105900.933000', '105900.935000', '105900.939000', '105900.941000', '105920.814000', '105920.830000', '105920.833000', '105920.835000', '105920.838000', '105920.841000', '105920.844000', '105920.847000', '105920.850000', '105920.853000', '105920.856000', '105920.859000', '105920.863000', '105920.867000', '105920.869000', '105920.872000', '105920.875000', '105920.879000', '105920.881000', '105920.884000', '105920.887000', '105920.890000', '105920.893000', '105920.896000', '105920.899000', '105920.902000', '105920.905000', '105920.908000', '105920.911000', '105920.914000', '105920.917000', '105920.920000', '105920.923000', '105920.926000', '105920.929000', '105920.932000', '105920.936000', '105920.939000', '105920.942000', '105920.945000', '105920.948000', '105920.951000', '105920.954000', '105940.814000', '105940.835000', '105940.838000', '105940.841000', '105940.844000', '105940.847000', '105940.850000', '105940.853000', '105940.856000', '105940.859000', '105940.862000', '105940.865000', '105940.867000', '105940.871000', '105940.873000', '105940.876000', '105940.879000', '105940.882000', '105940.885000', '105940.888000', '105940.891000', '105940.894000', '105940.897000', '105940.900000', '105940.903000', '105940.906000', '105940.909000', '105940.912000', '105940.915000', '105940.918000', '105940.921000', '105940.924000', '105940.927000', '105940.930000', '105940.932000', '105940.935000', '105940.938000', '105940.941000', '105940.944000', '105940.947000', '105940.950000', '105940.953000', '105940.956000', '105940.959000', '110000.814000', '110000.824000', '110000.827000', '110000.830000', '110000.833000', '110000.836000', '110000.839000', '110000.842000', '110000.845000', '110000.848000', '110000.851000', '110000.854000', '110000.857000', '110000.859000', '110000.862000', '110000.866000', '110000.869000', '110000.871000', '110000.874000', '110000.877000', '110000.880000', '110000.883000', '110000.886000', '110000.889000', '110000.892000', '110000.895000', '110000.898000', '110000.901000', '110000.904000', '110000.907000', '110000.910000', '110000.913000', '110000.916000', '110000.919000', '110000.922000', '110000.925000', '110000.928000', '110000.931000', '110000.934000', '110000.937000', '110000.940000', '110000.943000', '110000.945000', '110020.814000', '110020.841000', '110020.844000', '110020.847000', '110020.850000', '110020.853000', '110020.856000', '110020.859000', '110020.862000', '110020.865000', '110020.868000', '110020.871000', '110020.874000', '110020.877000', '110020.880000', '110020.883000', '110020.886000', '110020.889000', '110020.892000', '110020.895000', '110020.898000', '110020.901000', '110020.904000', '110020.907000', '110020.910000', '110020.913000', '110020.916000', '110020.919000', '110020.922000', '110020.925000', '110020.928000', '110020.930000', '110020.934000', '110020.936000', '110020.939000', '110020.942000', '110020.945000', '110020.948000', '110020.951000', '110020.954000', '110020.957000', '110020.960000', '110020.963000', '110020.966000', '110040.814000', '110040.823000', '110040.826000', '110040.829000', '110040.832000', '110040.835000', '110040.838000', '110040.841000', '110040.844000', '110040.847000', '110040.850000', '110040.853000', '110040.855000', '110040.858000', '110040.862000', '110040.864000', '110040.867000', '110040.870000', '110040.873000', '110040.876000', '110040.879000', '110040.882000', '110040.885000', '110040.888000', '110040.891000', '110040.894000', '110040.897000', '110040.901000', '110040.904000', '110040.907000', '110040.910000', '110040.913000', '110040.916000', '110040.919000', '110040.922000', '110040.925000', '110040.928000', '110040.931000', '110040.934000', '110040.936000', '110040.939000', '110040.942000', '110040.945000', '110100.814000', '110100.877000', '110100.880000', '110100.883000', '110100.886000', '110100.889000', '110100.892000', '110100.895000', '110100.898000', '110100.901000', '110100.904000', '110100.907000', '110100.910000', '110100.913000', '110100.916000', '110100.919000', '110100.922000', '110100.925000', '110100.928000', '110100.931000', '110100.934000', '110100.937000', '110100.940000', '110100.943000', '110100.945000', '110100.948000', '110100.951000', '110100.954000', '110100.957000', '110100.960000', '110100.963000', '110100.966000', '110100.969000', '110100.972000', '110100.975000', '110100.978000', '110100.981000', '110100.984000', '110100.987000', '110100.990000', '110100.993000', '110100.996000', '110101.000000', '110101.003000', '110120.814000', '110120.817000', '110120.820000', '110120.823000', '110120.826000', '110120.829000', '110120.832000', '110120.835000', '110120.838000', '110120.841000', '110120.844000', '110120.847000', '110120.850000', '110120.853000', '110120.856000', '110120.859000', '110120.862000', '110120.865000', '110120.868000', '110120.871000', '110120.874000', '110120.877000', '110120.880000', '110120.883000', '110120.886000', '110120.889000', '110120.900000', '110120.903000', '110120.906000', '110120.909000', '110120.912000', '110120.915000', '110120.918000', '110120.921000', '110120.924000', '110120.927000', '110120.930000', '110120.933000', '110120.936000', '110120.938000', '110120.942000', '110120.945000', '110120.948000', '110140.814000', '110140.834000', '110140.837000', '110140.840000', '110140.843000', '110140.846000', '110140.849000', '110140.852000', '110140.855000', '110140.858000', '110140.861000', '110140.864000', '110140.867000', '110140.870000', '110140.873000', '110140.876000', '110140.879000', '110140.882000', '110140.885000', '110140.888000', '110140.891000', '110140.894000', '110140.897000', '110140.900000', '110140.903000', '110140.905000', '110140.909000', '110140.912000', '110140.914000', '110140.917000', '110140.920000', '110140.923000', '110140.926000', '110140.929000', '110140.932000', '110140.935000', '110140.938000', '110140.941000', '110140.944000', '110140.947000', '110140.950000', '110140.953000', '110140.956000', '110140.959000', '110147.705000', '110147.708000', '110147.711000', '110147.715000', '110147.727000', '110147.730000', '110147.733000', '110147.736000', '110147.739000', '110147.742000', '110147.746000', '110147.749000', '110147.752000', '110147.755000', '110147.758000'], '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': [7265, 9061, 12586, 7911, 8906, 6980, 8864, 12872, 7709, 8653, 12468, 7855, 8922, 9448, 8110, 8583, 7451, 8634, 7426, 8582, 7414, 8987, 13890, 8890, 8929, 14164, 9830, 8952, 11177, 8765, 10228, 10396, 8797, 8688, 7321, 8856, 9770, 8111, 8656, 7873, 8298, 8624, 6862, 8636, 8467, 7822, 8784, 9347, 8224, 8581, 7186, 8831, 8902, 7834, 8690, 7558, 8424, 8780, 7369, 8732, 9328, 8176, 8937, 12219, 8064, 8880, 10238, 8527, 8938, 8231, 8794, 9095, 8177, 8781, 8106, 8144, 8686, 6916, 8529, 8743, 7065, 8758, 8876, 7899, 8497, 7050, 8476, 8755, 7746, 8588, 10574, 8064, 8635, 7957, 8729, 8678, 8155, 8730, 13342, 8215, 8646, 12748, 8404, 8697, 8653, 8541, 8864, 8231, 8859, 6931, 8753, 6676, 8630, 10586, 9004, 8787, 11220, 9962, 8932, 10819, 8242, 9080, 7210, 8719, 7269, 7957, 9523, 7585, 8177, 7955, 7717, 7425, 8067, 7083, 8131, 7399, 6317, 6023, 6080, 7156, 6236, 10511, 7829, 6466, 10101, 8534, 14285, 9772, 9745, 11423, 9615, 12984, 10497, 11617, 7116, 8069, 7531, 8617, 8713, 8023, 7550, 7109, 7755, 7667, 8075, 7644, 11399, 8959, 13207, 13153, 12416, 9777, 8220, 9115, 9256, 7334, 6537, 9747, 8467, 7863, 6932, 8912, 7704, 6359, 8810, 7690, 7039, 8940, 7528, 5974, 8737, 7469, 9879, 8240, 7642, 10444, 7607, 6342, 8357, 6725, 9083, 14752, 10330, 12513, 8535, 10786, 6699, 8339, 6278, 7707, 8859, 7223, 9991, 7121, 8746, 7318, 8128, 6513, 8418, 7473, 8223, 14330, 11135, 10551, 15185, 8380, 9262, 7520, 8077, 10825, 7902, 9005, 8264, 8385, 9352, 7310, 8471, 9989, 7861, 8270, 7654, 8022, 6419, 7584, 8993, 7422, 8398, 10355, 7669, 8263, 11621, 7840, 8795, 14313, 8967, 8894, 13263, 8202, 9025, 9645, 7883, 8354, 6796, 8061, 8938, 6974, 7894, 9839, 7609, 8024, 10120, 7691, 8471, 8846, 8008, 8555, 6631, 8056, 9158, 7089, 8393, 9563, 7768, 8132, 7235, 8590, 11048, 7202, 8654, 11953, 8520, 8632, 11974, 7972, 8401, 6796, 8194, 10397, 6719, 8094, 11039, 7647, 8199, 11652, 7679, 8673, 6746, 8062, 10097, 7588, 8086, 10697, 7991, 7860, 11911, 7705, 8556, 8356, 7985, 9186, 6699, 8113, 10850, 7472, 7982, 13529, 7762, 9131, 8773, 8045, 8746, 7100, 8162, 6212, 8276, 5943, 7992, 10259, 7004, 7961, 11740, 8210, 8355, 7323, 8632, 14182, 8966, 9724, 15265, 9310, 9992, 10546, 8246, 10771, 7790, 8277, 13771, 8032, 8724, 8110, 8102, 9803, 8139, 8284, 9060, 8177, 8583, 7231, 8300, 8591, 7048, 8576, 10045, 7902, 8248, 6735, 8475, 9690, 7724, 8149, 8885, 8204, 8405, 8084, 8465, 6851, 8331, 10632, 7281, 8486, 11843, 7960, 8823, 11900, 8000, 9080, 7025, 8258, 12060, 7606, 8363, 12176, 7952, 8515, 7689, 8179, 9390, 7810, 8460, 8141, 8122, 9600, 7307, 8190, 10256, 7599, 8218, 7582, 7936, 8294, 7164, 7926, 10828, 7943, 8314, 12170, 7854, 8642, 7124, 8414, 12545, 7523, 7995, 13017, 8324, 8150, 13396, 8241, 8114, 9916, 8229, 9435, 7544, 8081, 11382, 7680, 7958, 9004, 7992, 8165, 7552, 8239, 6426, 8121, 9924, 7237, 8207, 9935, 7912, 8372, 7081, 8134, 10616, 7890, 8432, 6474, 8049, 11453, 7460, 7952, 12536, 7727, 8258, 11102, 7951, 8907, 7219, 8211, 12045, 8138, 8489, 8967, 8095, 9263, 7300, 8287, 11137, 8067, 9396, 8953, 8152, 11222, 10429, 8070, 10796, 9263, 8285, 11607, 8069, 8455, 14143, 8718, 8332, 12991, 8108, 8847, 7353, 8389, 9809, 7773, 8357, 6703, 8203, 9918, 6960, 8271, 11115, 7739, 8190, 9393, 8119, 8390, 7707, 8043, 10618, 7641, 8135, 9458, 7999, 8296, 7746, 8170, 11023, 7860, 8252, 6679, 8145, 10173, 7858, 8154, 7078, 8304, 11963, 7886, 8254, 12888, 8549, 9090, 10599, 8531, 10292, 7783, 8220, 13513, 8602, 8435, 13030, 8420, 8607, 7949, 8425, 9448, 7464, 8021, 11531, 7890, 8093, 10002, 8154, 8291, 7310, 8228, 10357, 7665, 8217, 10646, 7852, 8278, 11105, 7902, 8149, 7450, 8126, 9561, 6953, 8124, 11135, 7605, 8127, 11475, 8208, 8281, 6941, 8347, 11107, 7583, 8478, 11850, 8332, 8928, 8534, 8416, 9052, 7729, 8401, 6720, 8288, 10408, 7621, 8037, 10131, 7826, 8213, 7726, 8203, 8541, 7011, 7705, 10239, 7129, 8209, 10805, 7173, 7880, 11136, 7833, 8495, 7235, 7953, 12764, 8203, 9468, 14229, 8801, 10098, 8433, 8270, 13203, 7747, 7779, 13349, 8984, 7944, 12889, 8327, 8751, 7283, 8230, 11230, 7860, 8036, 10145, 8031, 8736, 7203, 8250, 10948, 7796, 8143, 7464, 8053, 8708, 9011, 8058, 9235, 7100, 8008, 11209, 7815, 8031, 7812, 8205, 10465, 8110, 8442, 13653, 8071, 8993, 13331, 8200, 8592, 7716, 8170, 9707, 8163, 8972, 12125, 7983, 8615, 8713, 8162, 8489, 7223, 8176, 10079, 7951, 8198, 10933, 7888, 7905, 8797, 7954, 8067, 7354, 8236, 6839, 8150, 8529, 7256, 8106, 10966, 8066, 8564, 11993, 7955, 8743, 8217, 8137, 9800, 7827, 7833, 12565, 8016, 8811, 13077, 8067, 9036, 9204, 8014, 8867, 7557, 7902, 12057, 7868, 8450, 10455, 7861, 8487, 6808, 8037, 8910, 7529, 8039, 10219, 7353, 8099, 9950, 7570, 8282, 7090, 8092, 9148, 7438, 7840, 10024, 7456, 8382, 7485, 7633, 9505, 6674, 7869, 9812, 7622, 8919, 6518, 7504, 12317, 7551, 7905, 12271, 7990, 9308, 7452, 7952, 9255, 7740, 11115, 7253, 7839, 9825, 8072, 9675, 7906, 12890, 14400, 8732, 10968, 14353, 9085, 10466, 10254, 7801, 11158, 7600, 8119, 12938, 7702, 8017, 11824, 8005, 8142, 10927, 8012, 7969, 7625, 7921, 9912, 7608, 8012, 10354, 8186, 7891, 7580, 8086, 9665, 7842, 8147, 10398, 8094, 8437, 7118, 8235, 9537, 8070, 8493, 6782, 7997, 10131, 7520, 8168, 11719, 8007, 8863, 7322, 8036, 6574, 7883, 10885, 7351, 7814, 11548, 8170, 8539, 9612, 7873, 8747, 7427, 7897, 6322, 7746, 10711, 6979, 8109, 11386, 7843, 8669, 7288, 7980, 8040, 7596, 10099, 8343, 7673, 12469, 7519, 7550, 13587, 8911, 9622, 8746, 7835, 12700, 7721, 9577, 13137, 8067, 10128, 8405, 7787, 12325, 8672, 9270, 7304, 8193, 14040, 9078, 8101, 12534, 8382, 8322, 12115, 8179, 8588, 7351, 7852, 9046, 7162, 7927, 10213, 7648, 8067, 11017, 8009, 8403, 7406, 7878, 8183, 6925, 7890, 8939, 7547, 7908, 10346, 8008, 8042, 7144, 7987, 10096, 7472, 7793, 10562, 7704, 7804, 10766, 8119, 8008, 7038, 7916, 9826, 7809, 7898, 8985, 7746, 8268, 6715, 8008, 10313, 7547, 8023, 8231, 7698, 9128, 6769, 7769, 10763, 7389, 7732, 10730, 7768, 9316, 7329, 7749, 13230, 8353, 8425, 12889, 8760, 9498, 7257, 7825, 12155, 7129, 7782, 11882, 7898, 8388, 6890, 7883, 9822, 7523, 7906, 8800, 7625, 8828, 6636, 7971, 9659, 7677, 7897, 7510, 7778, 6763, 7387, 11399, 7427, 7435, 12136, 9250, 7926, 11184, 7786, 10702, 11126, 7620, 10432, 7542, 7732, 12866, 8580, 7776, 9740, 7835, 8777, 8237, 7458, 9600, 7231, 7744, 10328, 7823, 7603, 7034, 7634, 9844, 7211, 7681, 11384, 7548, 8493, 7198, 7907, 6871, 7787, 9860, 7692, 8170, 6801, 7878, 7957, 7716, 7196, 7804, 10384, 7236, 8043, 8199, 7631, 11017, 7788, 8442, 7087, 7567, 6894, 7528, 11970, 7849, 8734, 7322, 7719, 7318, 7689, 10239, 7590, 9891, 6999, 8032, 12563, 7633, 10017, 7644, 8067, 7115, 8254, 7169, 8099, 6743, 8341, 14174, 9548, 8059, 12915, 8844, 8623, 7271, 7426, 12395, 7660, 8158, 12783, 7402, 9538, 9545, 7761, 9100, 7502, 7872, 9958, 7897, 7860, 8394, 7909, 8052, 7445, 7938, 7514, 8020, 7549, 7907, 9089, 8988, 7864, 9600, 10245, 7908, 9317, 7555, 8083, 11108, 7842, 8446, 11281, 7821, 8389, 7446, 7576, 9207, 7600, 8043, 10427, 7920, 8331, 7085, 7774, 8681, 7020, 7814, 10079, 7737, 7823, 7033, 7909, 8725, 6970, 7762, 9907, 7447, 7786, 9499, 7865, 8143, 7534, 7948, 9869, 7669, 8600, 6566, 7520, 9985, 7240, 7769, 6741, 7986, 6898, 7963, 6618, 7725, 12501, 8355, 7526, 13007, 10040, 7657, 12725, 9239, 8036, 12150, 7672, 9544, 13099, 7788, 10079, 10571, 7549, 9416, 7326, 7821, 10820, 7985, 8064, 9161, 7823, 8177, 6855, 7800, 9140, 7603, 8016, 9045, 8054, 8620, 6883, 7725, 10419, 7214, 7766, 11076, 7970, 8259, 7239, 7772, 11106, 7630, 8446, 9454, 7826, 9053, 7644, 7647, 7060, 7755, 11395, 7258, 7811, 11555, 7479, 8698, 6852, 7824, 9289, 7714, 7911, 6941, 7698, 10756, 6806, 7854, 11472, 7531, 7905, 13114, 7731, 9503, 11474, 7692, 9873, 8975, 7818, 11067, 7387, 7682, 13439, 7703, 8644, 12239, 8335, 8596, 9460, 7890, 8338, 7334, 7666, 11432, 7582, 8329, 8211, 7710, 8598, 6920, 7880, 9591, 7704, 8616, 6514, 7527, 10831, 7259, 7924], 'WindowCenter': [3824.0, 3843.0, 3860.0, 3815.0, 3813.0, 3780.0, 3812.0, 3831.0, 3787.0, 3799.0, 3818.0, 3786.0, 3797.0, 3809.0, 3801.0, 3810.0, 3790.0, 3798.0, 3790.0, 3811.0, 3791.0, 3812.0, 3842.0, 3800.0, 3800.0, 3843.0, 3811.0, 3799.0, 3806.0, 3785.0, 3795.0, 3792.0, 3772.0, 3771.0, 3760.0, 3782.0, 3793.0, 3786.0, 3795.0, 3773.0, 3783.0, 3782.0, 3752.0, 3784.0, 3771.0, 3772.0, 3783.0, 3793.0, 3785.0, 3795.0, 3775.0, 3808.0, 3795.0, 3786.0, 3797.0, 3786.0, 3798.0, 3798.0, 3776.0, 3800.0, 3809.0, 3798.0, 3798.0, 3816.0, 3786.0, 3810.0, 3807.0, 3786.0, 3798.0, 3797.0, 3799.0, 3797.0, 3786.0, 3797.0, 3785.0, 3788.0, 3798.0, 3764.0, 3786.0, 3785.0, 3778.0, 3810.0, 3810.0, 3801.0, 3798.0, 3777.0, 3798.0, 3809.0, 3800.0, 3811.0, 3819.0, 3801.0, 3813.0, 3801.0, 3811.0, 3798.0, 3787.0, 3798.0, 3827.0, 3786.0, 3798.0, 3817.0, 3785.0, 3785.0, 3784.0, 3810.0, 3797.0, 3797.0, 3797.0, 3775.0, 3796.0, 3764.0, 3797.0, 3819.0, 3797.0, 3798.0, 3819.0, 3796.0, 3796.0, 3805.0, 3783.0, 3782.0, 3760.0, 3783.0, 3762.0, 3785.0, 3793.0, 3760.0, 3771.0, 3783.0, 3785.0, 3773.0, 3785.0, 3774.0, 3796.0, 3786.0, 3775.0, 3751.0, 3749.0, 3773.0, 3764.0, 3816.0, 3784.0, 3774.0, 3817.0, 3811.0, 3837.0, 3819.0, 3806.0, 3826.0, 3806.0, 3837.0, 3817.0, 3709.0, 3735.0, 3783.0, 3742.0, 3755.0, 3742.0, 3743.0, 3732.0, 3721.0, 3732.0, 3732.0, 3757.0, 3755.0, 3788.0, 3766.0, 3747.0, 3800.0, 3773.0, 3749.0, 3729.0, 3739.0, 3741.0, 3731.0, 3724.0, 3766.0, 3757.0, 3757.0, 3746.0, 3768.0, 3760.0, 3738.0, 3781.0, 3759.0, 3749.0, 3782.0, 3773.0, 3741.0, 3783.0, 3776.0, 3796.0, 3784.0, 3775.0, 3805.0, 3776.0, 3753.0, 3785.0, 3778.0, 3812.0, 3839.0, 3797.0, 3816.0, 3785.0, 3806.0, 3764.0, 3785.0, 3752.0, 3773.0, 3783.0, 3762.0, 3795.0, 3775.0, 3797.0, 3776.0, 3785.0, 3769.0, 3800.0, 3777.0, 3800.0, 3844.0, 3818.0, 3807.0, 3841.0, 3800.0, 3809.0, 3785.0, 3785.0, 3818.0, 3786.0, 3797.0, 3784.0, 3786.0, 3809.0, 3774.0, 3811.0, 3820.0, 3800.0, 3800.0, 3799.0, 3799.0, 3766.0, 3787.0, 3809.0, 3787.0, 3798.0, 3822.0, 3788.0, 3799.0, 3819.0, 3800.0, 3799.0, 3828.0, 3783.0, 3781.0, 3802.0, 3771.0, 3782.0, 3806.0, 3787.0, 3785.0, 3761.0, 3772.0, 3782.0, 3749.0, 3773.0, 3804.0, 3774.0, 3784.0, 3805.0, 3787.0, 3798.0, 3795.0, 3785.0, 3784.0, 3776.0, 3798.0, 3807.0, 3776.0, 3800.0, 3820.0, 3800.0, 3800.0, 3790.0, 3798.0, 3817.0, 3789.0, 3799.0, 3829.0, 3797.0, 3798.0, 3829.0, 3799.0, 3798.0, 3765.0, 3797.0, 3806.0, 3750.0, 3784.0, 3804.0, 3774.0, 3785.0, 3814.0, 3786.0, 3810.0, 3776.0, 3798.0, 3817.0, 3798.0, 3799.0, 3818.0, 3786.0, 3788.0, 3828.0, 3787.0, 3798.0, 3798.0, 3798.0, 3810.0, 3781.0, 3801.0, 3818.0, 3777.0, 3799.0, 3841.0, 3788.0, 3811.0, 3797.0, 3801.0, 3811.0, 3789.0, 3810.0, 3767.0, 3810.0, 3768.0, 3813.0, 3832.0, 3789.0, 3801.0, 3842.0, 3812.0, 3812.0, 3801.0, 3811.0, 3841.0, 3809.0, 3808.0, 3838.0, 3796.0, 3808.0, 3807.0, 3784.0, 3804.0, 3772.0, 3782.0, 3812.0, 3770.0, 3782.0, 3758.0, 3771.0, 3792.0, 3770.0, 3771.0, 3778.0, 3770.0, 3769.0, 3758.0, 3769.0, 3770.0, 3748.0, 3782.0, 3792.0, 3783.0, 3783.0, 3761.0, 3783.0, 3792.0, 3771.0, 3785.0, 3793.0, 3796.0, 3785.0, 3786.0, 3796.0, 3764.0, 3796.0, 3818.0, 3773.0, 3784.0, 3815.0, 3784.0, 3795.0, 3816.0, 3783.0, 3793.0, 3761.0, 3783.0, 3815.0, 3773.0, 3785.0, 3815.0, 3785.0, 3796.0, 3785.0, 3797.0, 3794.0, 3786.0, 3786.0, 3784.0, 3786.0, 3808.0, 3775.0, 3799.0, 3820.0, 3800.0, 3810.0, 3798.0, 3800.0, 3798.0, 3789.0, 3811.0, 3831.0, 3814.0, 3813.0, 3855.0, 3813.0, 3813.0, 3792.0, 3811.0, 3842.0, 3786.0, 3798.0, 3841.0, 3798.0, 3788.0, 3841.0, 3799.0, 3797.0, 3806.0, 3786.0, 3793.0, 3771.0, 3783.0, 3814.0, 3784.0, 3798.0, 3794.0, 3799.0, 3797.0, 3787.0, 3797.0, 3765.0, 3796.0, 3807.0, 3787.0, 3809.0, 3807.0, 3799.0, 3810.0, 3789.0, 3802.0, 3819.0, 3798.0, 3797.0, 3764.0, 3788.0, 3829.0, 3787.0, 3798.0, 3829.0, 3788.0, 3800.0, 3829.0, 3797.0, 3795.0, 3775.0, 3796.0, 3827.0, 3785.0, 3797.0, 3796.0, 3797.0, 3808.0, 3789.0, 3799.0, 3817.0, 3787.0, 3807.0, 3794.0, 3786.0, 3818.0, 3806.0, 3785.0, 3818.0, 3797.0, 3785.0, 3814.0, 3772.0, 3773.0, 3812.0, 3771.0, 3771.0, 3811.0, 3771.0, 3782.0, 3761.0, 3796.0, 3803.0, 3771.0, 3783.0, 3749.0, 3771.0, 3791.0, 3760.0, 3782.0, 3802.0, 3773.0, 3785.0, 3794.0, 3783.0, 3782.0, 3771.0, 3772.0, 3802.0, 3772.0, 3783.0, 3792.0, 3784.0, 3783.0, 3785.0, 3796.0, 3815.0, 3786.0, 3796.0, 3776.0, 3799.0, 3818.0, 3797.0, 3797.0, 3788.0, 3823.0, 3829.0, 3785.0, 3786.0, 3816.0, 3795.0, 3797.0, 3806.0, 3785.0, 3792.0, 3772.0, 3783.0, 3814.0, 3783.0, 3782.0, 3813.0, 3783.0, 3783.0, 3783.0, 3782.0, 3779.0, 3760.0, 3770.0, 3801.0, 3770.0, 3772.0, 3792.0, 3783.0, 3783.0, 3771.0, 3783.0, 3792.0, 3770.0, 3783.0, 3803.0, 3771.0, 3783.0, 3804.0, 3784.0, 3784.0, 3762.0, 3772.0, 3792.0, 3761.0, 3772.0, 3803.0, 3771.0, 3785.0, 3814.0, 3784.0, 3783.0, 3761.0, 3783.0, 3802.0, 3771.0, 3783.0, 3814.0, 3784.0, 3796.0, 3794.0, 3797.0, 3794.0, 3785.0, 3786.0, 3762.0, 3796.0, 3816.0, 3784.0, 3797.0, 3817.0, 3787.0, 3798.0, 3787.0, 3799.0, 3808.0, 3788.0, 3800.0, 3831.0, 3802.0, 3813.0, 3832.0, 3802.0, 3814.0, 3843.0, 3802.0, 3812.0, 3801.0, 3814.0, 3854.0, 3812.0, 3825.0, 3854.0, 3811.0, 3821.0, 3798.0, 3799.0, 3827.0, 3774.0, 3774.0, 3827.0, 3784.0, 3785.0, 3816.0, 3784.0, 3785.0, 3774.0, 3783.0, 3802.0, 3770.0, 3772.0, 3791.0, 3785.0, 3783.0, 3773.0, 3784.0, 3805.0, 3774.0, 3784.0, 3760.0, 3771.0, 3781.0, 3780.0, 3771.0, 3782.0, 3761.0, 3771.0, 3803.0, 3786.0, 3785.0, 3773.0, 3783.0, 3802.0, 3771.0, 3783.0, 3824.0, 3771.0, 3783.0, 3812.0, 3773.0, 3794.0, 3773.0, 3783.0, 3791.0, 3781.0, 3781.0, 3800.0, 3769.0, 3781.0, 3778.0, 3781.0, 3781.0, 3760.0, 3782.0, 3792.0, 3770.0, 3782.0, 3816.0, 3785.0, 3785.0, 3783.0, 3797.0, 3798.0, 3786.0, 3797.0, 3776.0, 3798.0, 3796.0, 3786.0, 3798.0, 3830.0, 3800.0, 3811.0, 3831.0, 3801.0, 3813.0, 3810.0, 3798.0, 3806.0, 3784.0, 3785.0, 3815.0, 3785.0, 3809.0, 3829.0, 3786.0, 3810.0, 3808.0, 3786.0, 3793.0, 3772.0, 3784.0, 3812.0, 3772.0, 3786.0, 3806.0, 3785.0, 3798.0, 3777.0, 3799.0, 3796.0, 3786.0, 3786.0, 3805.0, 3776.0, 3798.0, 3819.0, 3798.0, 3812.0, 3791.0, 3802.0, 3822.0, 3789.0, 3799.0, 3807.0, 3788.0, 3799.0, 3789.0, 3800.0, 3821.0, 3791.0, 3813.0, 3822.0, 3801.0, 3811.0, 3792.0, 3804.0, 3843.0, 3802.0, 3814.0, 3844.0, 3812.0, 3821.0, 3801.0, 3800.0, 3821.0, 3801.0, 3831.0, 3789.0, 3799.0, 3821.0, 3801.0, 3820.0, 3800.0, 3841.0, 3828.0, 3785.0, 3818.0, 3825.0, 3785.0, 3807.0, 3793.0, 3761.0, 3790.0, 3758.0, 3757.0, 3799.0, 3746.0, 3756.0, 3788.0, 3756.0, 3769.0, 3788.0, 3757.0, 3756.0, 3756.0, 3756.0, 3777.0, 3756.0, 3756.0, 3778.0, 3769.0, 3769.0, 3759.0, 3771.0, 3779.0, 3771.0, 3772.0, 3791.0, 3771.0, 3783.0, 3761.0, 3785.0, 3792.0, 3784.0, 3785.0, 3761.0, 3786.0, 3806.0, 3786.0, 3799.0, 3817.0, 3800.0, 3811.0, 3788.0, 3798.0, 3775.0, 3799.0, 3817.0, 3775.0, 3789.0, 3831.0, 3800.0, 3811.0, 3821.0, 3812.0, 3811.0, 3801.0, 3800.0, 3778.0, 3801.0, 3832.0, 3803.0, 3815.0, 3843.0, 3826.0, 3827.0, 3803.0, 3814.0, 3812.0, 3802.0, 3822.0, 3800.0, 3801.0, 3844.0, 3790.0, 3790.0, 3855.0, 3823.0, 3821.0, 3810.0, 3789.0, 3829.0, 3785.0, 3809.0, 3828.0, 3799.0, 3808.0, 3798.0, 3787.0, 3829.0, 3796.0, 3795.0, 3761.0, 3773.0, 3814.0, 3781.0, 3771.0, 3802.0, 3771.0, 3772.0, 3801.0, 3771.0, 3769.0, 3747.0, 3757.0, 3767.0, 3746.0, 3756.0, 3788.0, 3758.0, 3770.0, 3790.0, 3769.0, 3769.0, 3746.0, 3758.0, 3770.0, 3747.0, 3771.0, 3780.0, 3771.0, 3784.0, 3804.0, 3785.0, 3784.0, 3763.0, 3772.0, 3792.0, 3762.0, 3773.0, 3804.0, 3774.0, 3774.0, 3817.0, 3787.0, 3786.0, 3774.0, 3785.0, 3794.0, 3772.0, 3786.0, 3795.0, 3786.0, 3797.0, 3776.0, 3799.0, 3818.0, 3788.0, 3788.0, 3796.0, 3787.0, 3808.0, 3765.0, 3789.0, 3819.0, 3799.0, 3802.0, 3829.0, 3799.0, 3809.0, 3788.0, 3789.0, 3841.0, 3787.0, 3799.0, 3828.0, 3798.0, 3809.0, 3776.0, 3787.0, 3817.0, 3775.0, 3785.0, 3816.0, 3787.0, 3796.0, 3776.0, 3797.0, 3806.0, 3788.0, 3799.0, 3810.0, 3801.0, 3810.0, 3779.0, 3812.0, 3821.0, 3802.0, 3801.0, 3802.0, 3801.0, 3793.0, 3804.0, 3847.0, 3802.0, 3804.0, 3856.0, 3824.0, 3802.0, 3831.0, 3788.0, 3818.0, 3806.0, 3788.0, 3819.0, 3775.0, 3787.0, 3829.0, 3786.0, 3775.0, 3793.0, 3772.0, 3785.0, 3782.0, 3762.0, 3793.0, 3773.0, 3774.0, 3804.0, 3773.0, 3772.0, 3760.0, 3773.0, 3804.0, 3774.0, 3786.0, 3815.0, 3786.0, 3799.0, 3777.0, 3788.0, 3764.0, 3786.0, 3806.0, 3787.0, 3798.0, 3776.0, 3799.0, 3786.0, 3788.0, 3777.0, 3799.0, 3821.0, 3789.0, 3800.0, 3797.0, 3801.0, 3832.0, 3800.0, 3799.0, 3788.0, 3787.0, 3777.0, 3800.0, 3831.0, 3800.0, 3811.0, 3790.0, 3801.0, 3789.0, 3801.0, 3820.0, 3801.0, 3821.0, 3790.0, 3802.0, 3841.0, 3802.0, 3822.0, 3804.0, 3812.0, 3790.0, 3800.0, 3789.0, 3788.0, 3777.0, 3814.0, 3856.0, 3810.0, 3801.0, 3830.0, 3797.0, 3797.0, 3775.0, 3775.0, 3814.0, 3772.0, 3784.0, 3815.0, 3773.0, 3796.0, 3795.0, 3775.0, 3783.0, 3762.0, 3772.0, 3780.0, 3769.0, 3770.0, 3770.0, 3771.0, 3771.0, 3772.0, 3785.0, 3774.0, 3786.0, 3784.0, 3785.0, 3796.0, 3783.0, 3773.0, 3806.0, 3804.0, 3786.0, 3796.0, 3773.0, 3783.0, 3803.0, 3773.0, 3770.0, 3791.0, 3760.0, 3772.0, 3760.0, 3772.0, 3794.0, 3774.0, 3784.0, 3802.0, 3772.0, 3771.0, 3750.0, 3760.0, 3781.0, 3760.0, 3772.0, 3793.0, 3773.0, 3773.0, 3762.0, 3785.0, 3783.0, 3763.0, 3785.0, 3805.0, 3774.0, 3789.0, 3808.0, 3799.0, 3798.0, 3787.0, 3799.0, 3807.0, 3801.0, 3813.0, 3779.0, 3802.0, 3820.0, 3801.0, 3816.0, 3793.0, 3813.0, 3804.0, 3813.0, 3792.0, 3816.0, 3857.0, 3813.0, 3804.0, 3846.0, 3824.0, 3803.0, 3833.0, 3810.0, 3788.0, 3815.0, 3774.0, 3794.0, 3814.0, 3772.0, 3795.0, 3795.0, 3774.0, 3796.0, 3775.0, 3774.0, 3803.0, 3772.0, 3772.0, 3780.0, 3771.0, 3784.0, 3751.0, 3786.0, 3795.0, 3787.0, 3787.0, 3795.0, 3786.0, 3795.0, 3762.0, 3787.0, 3806.0, 3774.0, 3788.0, 3818.0, 3798.0, 3797.0, 3776.0, 3787.0, 3818.0, 3789.0, 3799.0, 3807.0, 3790.0, 3808.0, 3788.0, 3789.0, 3777.0, 3788.0, 3829.0, 3791.0, 3802.0, 3830.0, 3790.0, 3813.0, 3793.0, 3813.0, 3823.0, 3814.0, 3802.0, 3790.0, 3803.0, 3845.0, 3779.0, 3813.0, 3844.0, 3802.0, 3803.0, 3843.0, 3801.0, 3824.0, 3831.0, 3789.0, 3822.0, 3809.0, 3789.0, 3820.0, 3789.0, 3789.0, 3829.0, 3787.0, 3798.0, 3817.0, 3797.0, 3799.0, 3807.0, 3786.0, 3786.0, 3776.0, 3786.0, 3817.0, 3788.0, 3798.0, 3786.0, 3787.0, 3798.0, 3776.0, 3788.0, 3806.0, 3787.0, 3799.0, 3767.0, 3789.0, 3820.0, 3790.0, 3800.0], 'WindowWidth': [8600.0, 8621.0, 8638.0, 8569.0, 8560.0, 8512.0, 8554.0, 8579.0, 8514.0, 8532.0, 8558.0, 8509.0, 8526.0, 8548.0, 8542.0, 8552.0, 8527.0, 8532.0, 8525.0, 8555.0, 8530.0, 8557.0, 8597.0, 8535.0, 8536.0, 8602.0, 8554.0, 8534.0, 8539.0, 8506.0, 8518.0, 8510.0, 8480.0, 8479.0, 8464.0, 8498.0, 8515.0, 8511.0, 8523.0, 8489.0, 8500.0, 8496.0, 8458.0, 8502.0, 8481.0, 8484.0, 8502.0, 8515.0, 8507.0, 8521.0, 8498.0, 8543.0, 8521.0, 8511.0, 8529.0, 8511.0, 8529.0, 8529.0, 8500.0, 8536.0, 8547.0, 8530.0, 8529.0, 8551.0, 8512.0, 8551.0, 8540.0, 8509.0, 8531.0, 8529.0, 8533.0, 8528.0, 8513.0, 8525.0, 8507.0, 8518.0, 8531.0, 8478.0, 8509.0, 8508.0, 8506.0, 8551.0, 8550.0, 8540.0, 8532.0, 8504.0, 8532.0, 8549.0, 8539.0, 8555.0, 8561.0, 8542.0, 8561.0, 8542.0, 8554.0, 8532.0, 8516.0, 8529.0, 8568.0, 8509.0, 8531.0, 8554.0, 8506.0, 8507.0, 8506.0, 8551.0, 8530.0, 8529.0, 8527.0, 8497.0, 8526.0, 8480.0, 8527.0, 8563.0, 8527.0, 8529.0, 8561.0, 8522.0, 8525.0, 8536.0, 8503.0, 8500.0, 8469.0, 8503.0, 8473.0, 8508.0, 8513.0, 8467.0, 8484.0, 8505.0, 8511.0, 8496.0, 8513.0, 8498.0, 8530.0, 8517.0, 8503.0, 8463.0, 8457.0, 8494.0, 8485.0, 8557.0, 8511.0, 8499.0, 8558.0, 8556.0, 8586.0, 8565.0, 8540.0, 8569.0, 8544.0, 8589.0, 8562.0, 8348.0, 8431.0, 8509.0, 8429.0, 8449.0, 8422.0, 8427.0, 8409.0, 8394.0, 8410.0, 8412.0, 8455.0, 8450.0, 8499.0, 8463.0, 8423.0, 8520.0, 8468.0, 8429.0, 8399.0, 8412.0, 8418.0, 8408.0, 8403.0, 8463.0, 8456.0, 8456.0, 8440.0, 8469.0, 8464.0, 8433.0, 8493.0, 8462.0, 8448.0, 8497.0, 8489.0, 8442.0, 8502.0, 8496.0, 8522.0, 8504.0, 8495.0, 8534.0, 8496.0, 8463.0, 8509.0, 8507.0, 8555.0, 8590.0, 8525.0, 8550.0, 8508.0, 8538.0, 8478.0, 8506.0, 8460.0, 8489.0, 8500.0, 8472.0, 8519.0, 8497.0, 8526.0, 8500.0, 8511.0, 8495.0, 8538.0, 8503.0, 8539.0, 8603.0, 8554.0, 8537.0, 8593.0, 8537.0, 8548.0, 8510.0, 8509.0, 8557.0, 8513.0, 8528.0, 8504.0, 8510.0, 8545.0, 8494.0, 8556.0, 8565.0, 8540.0, 8539.0, 8536.0, 8536.0, 8487.0, 8515.0, 8549.0, 8517.0, 8532.0, 8569.0, 8520.0, 8533.0, 8563.0, 8538.0, 8534.0, 8571.0, 8499.0, 8493.0, 8523.0, 8481.0, 8499.0, 8539.0, 8516.0, 8510.0, 8473.0, 8485.0, 8497.0, 8450.0, 8488.0, 8531.0, 8491.0, 8506.0, 8533.0, 8517.0, 8533.0, 8523.0, 8510.0, 8507.0, 8500.0, 8533.0, 8544.0, 8502.0, 8538.0, 8566.0, 8540.0, 8541.0, 8529.0, 8534.0, 8553.0, 8523.0, 8534.0, 8575.0, 8528.0, 8531.0, 8574.0, 8537.0, 8533.0, 8484.0, 8528.0, 8537.0, 8456.0, 8504.0, 8532.0, 8491.0, 8507.0, 8546.0, 8516.0, 8553.0, 8501.0, 8532.0, 8557.0, 8535.0, 8536.0, 8558.0, 8514.0, 8518.0, 8572.0, 8515.0, 8533.0, 8533.0, 8533.0, 8553.0, 8516.0, 8541.0, 8558.0, 8502.0, 8535.0, 8593.0, 8518.0, 8554.0, 8528.0, 8541.0, 8556.0, 8525.0, 8555.0, 8496.0, 8555.0, 8495.0, 8561.0, 8587.0, 8523.0, 8542.0, 8600.0, 8558.0, 8559.0, 8545.0, 8554.0, 8596.0, 8549.0, 8548.0, 8588.0, 8526.0, 8545.0, 8544.0, 8507.0, 8534.0, 8488.0, 8499.0, 8540.0, 8481.0, 8498.0, 8461.0, 8483.0, 8511.0, 8481.0, 8482.0, 8487.0, 8480.0, 8479.0, 8461.0, 8477.0, 8479.0, 8447.0, 8500.0, 8513.0, 8504.0, 8503.0, 8472.0, 8502.0, 8513.0, 8485.0, 8509.0, 8516.0, 8526.0, 8511.0, 8514.0, 8528.0, 8483.0, 8528.0, 8558.0, 8491.0, 8508.0, 8548.0, 8508.0, 8524.0, 8551.0, 8505.0, 8518.0, 8471.0, 8505.0, 8549.0, 8488.0, 8509.0, 8550.0, 8511.0, 8529.0, 8513.0, 8529.0, 8521.0, 8513.0, 8512.0, 8506.0, 8514.0, 8547.0, 8498.0, 8535.0, 8565.0, 8540.0, 8553.0, 8536.0, 8540.0, 8534.0, 8526.0, 8557.0, 8583.0, 8568.0, 8564.0, 8622.0, 8564.0, 8563.0, 8534.0, 8556.0, 8598.0, 8515.0, 8534.0, 8598.0, 8532.0, 8518.0, 8598.0, 8537.0, 8532.0, 8540.0, 8513.0, 8515.0, 8486.0, 8505.0, 8546.0, 8508.0, 8532.0, 8522.0, 8536.0, 8532.0, 8519.0, 8530.0, 8487.0, 8529.0, 8541.0, 8518.0, 8552.0, 8543.0, 8537.0, 8555.0, 8524.0, 8545.0, 8563.0, 8535.0, 8532.0, 8482.0, 8519.0, 8576.0, 8515.0, 8533.0, 8576.0, 8523.0, 8540.0, 8576.0, 8530.0, 8523.0, 8496.0, 8525.0, 8570.0, 8511.0, 8529.0, 8527.0, 8530.0, 8548.0, 8523.0, 8537.0, 8558.0, 8515.0, 8542.0, 8521.0, 8513.0, 8561.0, 8538.0, 8512.0, 8561.0, 8530.0, 8511.0, 8547.0, 8487.0, 8488.0, 8543.0, 8482.0, 8482.0, 8535.0, 8482.0, 8497.0, 8471.0, 8526.0, 8532.0, 8487.0, 8501.0, 8450.0, 8484.0, 8512.0, 8467.0, 8502.0, 8526.0, 8490.0, 8511.0, 8520.0, 8507.0, 8501.0, 8486.0, 8488.0, 8527.0, 8487.0, 8504.0, 8515.0, 8506.0, 8505.0, 8509.0, 8525.0, 8551.0, 8516.0, 8527.0, 8504.0, 8536.0, 8559.0, 8532.0, 8530.0, 8522.0, 8577.0, 8577.0, 8511.0, 8513.0, 8554.0, 8525.0, 8531.0, 8541.0, 8509.0, 8515.0, 8486.0, 8502.0, 8549.0, 8502.0, 8500.0, 8546.0, 8504.0, 8506.0, 8504.0, 8501.0, 8489.0, 8466.0, 8483.0, 8524.0, 8483.0, 8487.0, 8514.0, 8503.0, 8503.0, 8487.0, 8503.0, 8513.0, 8481.0, 8502.0, 8528.0, 8485.0, 8503.0, 8534.0, 8507.0, 8506.0, 8474.0, 8487.0, 8514.0, 8469.0, 8488.0, 8529.0, 8483.0, 8508.0, 8548.0, 8507.0, 8504.0, 8471.0, 8503.0, 8527.0, 8484.0, 8503.0, 8545.0, 8506.0, 8525.0, 8522.0, 8529.0, 8522.0, 8511.0, 8512.0, 8477.0, 8526.0, 8553.0, 8510.0, 8531.0, 8557.0, 8519.0, 8535.0, 8518.0, 8537.0, 8549.0, 8524.0, 8541.0, 8582.0, 8548.0, 8564.0, 8588.0, 8551.0, 8565.0, 8604.0, 8549.0, 8560.0, 8544.0, 8567.0, 8622.0, 8559.0, 8583.0, 8624.0, 8557.0, 8570.0, 8535.0, 8535.0, 8572.0, 8493.0, 8494.0, 8572.0, 8506.0, 8510.0, 8555.0, 8508.0, 8511.0, 8493.0, 8506.0, 8527.0, 8482.0, 8487.0, 8512.0, 8510.0, 8504.0, 8492.0, 8507.0, 8536.0, 8494.0, 8505.0, 8469.0, 8483.0, 8497.0, 8495.0, 8484.0, 8499.0, 8469.0, 8485.0, 8530.0, 8514.0, 8511.0, 8492.0, 8504.0, 8527.0, 8487.0, 8505.0, 8560.0, 8483.0, 8504.0, 8541.0, 8488.0, 8521.0, 8491.0, 8505.0, 8513.0, 8498.0, 8497.0, 8519.0, 8478.0, 8496.0, 8490.0, 8499.0, 8498.0, 8470.0, 8501.0, 8514.0, 8481.0, 8501.0, 8551.0, 8510.0, 8509.0, 8504.0, 8532.0, 8534.0, 8516.0, 8531.0, 8503.0, 8534.0, 8527.0, 8515.0, 8537.0, 8580.0, 8540.0, 8558.0, 8584.0, 8542.0, 8561.0, 8555.0, 8535.0, 8540.0, 8507.0, 8510.0, 8551.0, 8511.0, 8548.0, 8575.0, 8513.0, 8550.0, 8545.0, 8514.0, 8518.0, 8489.0, 8506.0, 8539.0, 8487.0, 8511.0, 8538.0, 8510.0, 8534.0, 8505.0, 8536.0, 8528.0, 8515.0, 8513.0, 8537.0, 8500.0, 8532.0, 8562.0, 8534.0, 8559.0, 8530.0, 8546.0, 8572.0, 8525.0, 8536.0, 8543.0, 8522.0, 8538.0, 8525.0, 8541.0, 8572.0, 8532.0, 8562.0, 8573.0, 8546.0, 8558.0, 8536.0, 8553.0, 8601.0, 8548.0, 8568.0, 8607.0, 8561.0, 8571.0, 8546.0, 8542.0, 8568.0, 8542.0, 8581.0, 8524.0, 8538.0, 8570.0, 8544.0, 8566.0, 8539.0, 8599.0, 8578.0, 8509.0, 8559.0, 8565.0, 8508.0, 8542.0, 8517.0, 8471.0, 8508.0, 8459.0, 8456.0, 8517.0, 8440.0, 8454.0, 8498.0, 8454.0, 8477.0, 8501.0, 8459.0, 8455.0, 8454.0, 8455.0, 8483.0, 8453.0, 8456.0, 8487.0, 8477.0, 8479.0, 8464.0, 8484.0, 8491.0, 8482.0, 8485.0, 8508.0, 8483.0, 8502.0, 8474.0, 8508.0, 8514.0, 8505.0, 8507.0, 8473.0, 8511.0, 8537.0, 8513.0, 8535.0, 8555.0, 8538.0, 8554.0, 8521.0, 8532.0, 8500.0, 8535.0, 8556.0, 8498.0, 8521.0, 8581.0, 8539.0, 8557.0, 8570.0, 8559.0, 8555.0, 8543.0, 8541.0, 8511.0, 8545.0, 8587.0, 8549.0, 8568.0, 8603.0, 8586.0, 8587.0, 8551.0, 8567.0, 8559.0, 8546.0, 8571.0, 8539.0, 8541.0, 8603.0, 8524.0, 8527.0, 8623.0, 8577.0, 8571.0, 8554.0, 8521.0, 8572.0, 8510.0, 8549.0, 8572.0, 8537.0, 8547.0, 8534.0, 8517.0, 8576.0, 8528.0, 8522.0, 8473.0, 8489.0, 8548.0, 8495.0, 8482.0, 8526.0, 8482.0, 8487.0, 8526.0, 8482.0, 8478.0, 8443.0, 8458.0, 8470.0, 8441.0, 8455.0, 8499.0, 8461.0, 8481.0, 8507.0, 8479.0, 8478.0, 8442.0, 8461.0, 8478.0, 8444.0, 8482.0, 8493.0, 8482.0, 8506.0, 8534.0, 8510.0, 8508.0, 8477.0, 8488.0, 8512.0, 8472.0, 8489.0, 8532.0, 8492.0, 8495.0, 8553.0, 8517.0, 8514.0, 8496.0, 8511.0, 8519.0, 8490.0, 8514.0, 8523.0, 8514.0, 8529.0, 8502.0, 8536.0, 8559.0, 8518.0, 8519.0, 8527.0, 8517.0, 8545.0, 8484.0, 8521.0, 8561.0, 8540.0, 8546.0, 8579.0, 8539.0, 8549.0, 8519.0, 8523.0, 8596.0, 8517.0, 8536.0, 8576.0, 8532.0, 8547.0, 8500.0, 8517.0, 8556.0, 8498.0, 8511.0, 8553.0, 8517.0, 8528.0, 8500.0, 8531.0, 8540.0, 8519.0, 8538.0, 8554.0, 8542.0, 8552.0, 8510.0, 8560.0, 8569.0, 8547.0, 8543.0, 8549.0, 8545.0, 8538.0, 8555.0, 8615.0, 8547.0, 8554.0, 8626.0, 8578.0, 8545.0, 8581.0, 8520.0, 8560.0, 8540.0, 8518.0, 8562.0, 8495.0, 8517.0, 8575.0, 8511.0, 8496.0, 8517.0, 8487.0, 8510.0, 8501.0, 8474.0, 8515.0, 8491.0, 8494.0, 8531.0, 8490.0, 8487.0, 8468.0, 8490.0, 8532.0, 8494.0, 8514.0, 8548.0, 8513.0, 8535.0, 8506.0, 8518.0, 8482.0, 8514.0, 8538.0, 8514.0, 8530.0, 8503.0, 8534.0, 8514.0, 8519.0, 8504.0, 8538.0, 8568.0, 8524.0, 8537.0, 8531.0, 8543.0, 8584.0, 8540.0, 8536.0, 8522.0, 8518.0, 8503.0, 8539.0, 8582.0, 8538.0, 8555.0, 8528.0, 8542.0, 8525.0, 8542.0, 8565.0, 8541.0, 8568.0, 8525.0, 8544.0, 8595.0, 8543.0, 8570.0, 8554.0, 8560.0, 8528.0, 8541.0, 8524.0, 8521.0, 8506.0, 8564.0, 8627.0, 8550.0, 8541.0, 8581.0, 8531.0, 8530.0, 8496.0, 8496.0, 8545.0, 8487.0, 8506.0, 8549.0, 8490.0, 8525.0, 8523.0, 8494.0, 8503.0, 8474.0, 8486.0, 8492.0, 8477.0, 8480.0, 8480.0, 8483.0, 8483.0, 8489.0, 8510.0, 8495.0, 8514.0, 8508.0, 8510.0, 8524.0, 8503.0, 8490.0, 8539.0, 8532.0, 8511.0, 8526.0, 8492.0, 8504.0, 8528.0, 8487.0, 8482.0, 8508.0, 8466.0, 8486.0, 8468.0, 8487.0, 8520.0, 8492.0, 8506.0, 8527.0, 8486.0, 8483.0, 8452.0, 8467.0, 8497.0, 8466.0, 8489.0, 8515.0, 8490.0, 8491.0, 8475.0, 8508.0, 8504.0, 8476.0, 8509.0, 8534.0, 8495.0, 8522.0, 8547.0, 8536.0, 8533.0, 8519.0, 8537.0, 8543.0, 8542.0, 8562.0, 8511.0, 8543.0, 8564.0, 8543.0, 8573.0, 8538.0, 8565.0, 8555.0, 8564.0, 8535.0, 8570.0, 8628.0, 8563.0, 8551.0, 8610.0, 8577.0, 8547.0, 8588.0, 8551.0, 8516.0, 8548.0, 8490.0, 8520.0, 8545.0, 8486.0, 8522.0, 8520.0, 8491.0, 8526.0, 8496.0, 8494.0, 8528.0, 8486.0, 8484.0, 8492.0, 8484.0, 8505.0, 8459.0, 8511.0, 8524.0, 8515.0, 8515.0, 8523.0, 8512.0, 8522.0, 8476.0, 8514.0, 8539.0, 8494.0, 8520.0, 8557.0, 8531.0, 8530.0, 8499.0, 8516.0, 8555.0, 8519.0, 8535.0, 8542.0, 8524.0, 8545.0, 8520.0, 8522.0, 8504.0, 8521.0, 8576.0, 8529.0, 8545.0, 8577.0, 8527.0, 8563.0, 8537.0, 8566.0, 8574.0, 8565.0, 8547.0, 8529.0, 8550.0, 8608.0, 8512.0, 8562.0, 8603.0, 8547.0, 8548.0, 8602.0, 8543.0, 8575.0, 8581.0, 8521.0, 8569.0, 8550.0, 8522.0, 8563.0, 8521.0, 8521.0, 8575.0, 8516.0, 8531.0, 8557.0, 8528.0, 8534.0, 8542.0, 8514.0, 8513.0, 8498.0, 8512.0, 8554.0, 8516.0, 8532.0, 8511.0, 8515.0, 8532.0, 8502.0, 8520.0, 8540.0, 8516.0, 8533.0, 8491.0, 8523.0, 8563.0, 8526.0, 8539.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.04189835962145109</td></tr>
<tr><td colspan=3>aqi</td><td>0.08566839195583595</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.332761069037026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.5751654353591156</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.7378295706077327</td></tr>
<tr><td colspan=3>efc</td><td>0.4457</td></tr>
<tr><td colspan=3>fber</td><td>7505.0996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18264326205862033</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>234</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.454258675078865</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6951356390960037</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5788216657888277</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.953200111408404</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.553385140090781</td></tr>
<tr><td colspan=3>gcor</td><td>0.01048</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011714667081832886</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028294846415519714</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1268</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.896339917568678</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>25.2414</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.0511</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.9482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>613.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.0006</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.2024</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3039.3343</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>834.8799</td></tr>
<tr><td colspan=3>tsnr</td><td>21.587781150941737</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>