<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-04/func/sub-0116_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>fff7cdd37a44dfc940810631aaa68450</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>17:56:42.810000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998985, -0.0450286, -0.000683822, 0.0443155, 0.980236, 0.192806]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0959558</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7909, -7263, 501, -141, -384, 251, 143]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1c84b741-a98b-4a06-a834-812fba16f9ec||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802048683166504, 0.11889512091875076, 0.02163100242614746, 106.3939208984375], [0.12080846726894379, 2.6299006938934326, 0.5201300978660583, -118.23834991455078], [-0.00183464540168643, -0.517284631729126, 2.649338960647583, -46.91592788696289], [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': ['175642.810000', '175643.270000', '175643.730000', '175644.190000', '175644.650000', '175645.110000', '175645.570000', '175646.030000', '175646.490000', '175646.950000', '175647.410000', '175647.870000', '175648.330000', '175648.790000', '175649.250000', '175649.710000', '175650.170000', '175650.630000', '175651.090000', '175651.550000', '175652.010000', '175652.470000', '175652.930000', '175653.390000', '175653.850000', '175654.310000', '175654.770000', '175655.230000', '175655.690000', '175656.150000', '175656.610000', '175657.070000', '175657.530000', '175657.990000', '175658.450000', '175658.910000', '175659.370000', '175659.830000', '175700.290000', '175700.750000', '175701.210000', '175701.670000', '175702.130000', '175702.590000', '175703.050000', '175703.510000', '175703.970000', '175704.430000', '175704.890000', '175705.350000', '175705.810000', '175706.270000', '175706.730000', '175707.190000', '175707.650000', '175708.110000', '175708.570000', '175709.030000', '175709.490000', '175709.950000', '175710.410000', '175710.870000', '175711.330000', '175711.790000', '175712.250000', '175712.710000', '175713.170000', '175713.630000', '175714.090000', '175714.550000', '175715.010000', '175715.470000', '175715.930000', '175716.390000', '175716.850000', '175717.310000', '175717.770000', '175718.230000', '175718.690000', '175719.150000', '175719.610000', '175720.070000', '175720.530000', '175720.990000', '175721.450000', '175721.910000', '175722.370000', '175722.830000', '175723.290000', '175723.750000', '175724.210000', '175724.670000', '175725.130000', '175725.590000', '175726.050000', '175726.510000', '175726.970000', '175727.430000', '175727.890000', '175728.350000', '175728.810000', '175729.270000', '175729.730000', '175730.190000', '175730.650000', '175731.110000', '175731.570000', '175732.030000', '175732.490000', '175732.950000', '175733.410000', '175733.870000', '175734.330000', '175734.790000', '175735.250000', '175735.710000', '175736.170000', '175736.630000', '175737.090000', '175737.550000', '175738.010000', '175738.470000', '175738.930000', '175739.390000', '175739.850000', '175740.310000', '175740.770000', '175741.230000', '175741.690000', '175742.150000', '175742.610000', '175743.070000', '175743.530000', '175743.990000', '175744.450000', '175744.910000', '175745.370000', '175745.830000', '175746.290000', '175746.750000', '175747.210000', '175747.670000', '175748.130000', '175748.590000', '175749.050000', '175749.510000', '175749.970000', '175750.430000', '175750.890000', '175751.350000', '175751.810000', '175752.270000', '175752.730000', '175753.190000', '175753.650000', '175754.110000', '175754.570000', '175755.030000', '175755.490000', '175755.950000', '175756.410000', '175756.870000', '175757.330000', '175757.790000', '175758.250000', '175758.710000', '175759.170000', '175759.630000', '175800.090000', '175800.550000', '175801.010000', '175801.470000', '175801.930000', '175802.390000', '175802.850000', '175803.310000', '175803.770000', '175804.230000', '175804.690000', '175805.150000', '175805.610000', '175806.070000', '175806.530000', '175806.990000', '175807.450000', '175807.910000', '175808.370000', '175808.830000', '175809.290000', '175809.750000', '175810.210000', '175810.670000', '175811.130000', '175811.590000', '175812.050000', '175812.510000', '175812.970000', '175813.430000', '175813.890000', '175814.350000', '175814.810000', '175815.270000', '175815.730000', '175816.190000', '175816.650000', '175817.110000', '175817.570000', '175818.030000', '175818.490000', '175818.950000', '175819.410000', '175819.870000', '175820.330000', '175820.790000', '175821.250000', '175821.710000', '175822.170000', '175822.630000', '175823.090000', '175823.550000', '175824.010000', '175824.470000', '175824.930000', '175825.390000', '175825.850000', '175826.310000', '175826.770000', '175827.230000', '175827.690000', '175828.150000', '175828.610000', '175829.070000', '175829.530000', '175829.990000', '175830.450000', '175830.910000', '175831.370000', '175831.830000', '175832.290000', '175832.750000', '175833.210000', '175833.670000', '175834.130000', '175834.590000', '175835.050000', '175835.510000', '175835.970000', '175836.430000', '175836.890000', '175837.350000', '175837.810000', '175838.270000', '175838.730000', '175839.190000', '175839.650000', '175840.110000', '175840.570000', '175841.030000', '175841.490000', '175841.950000', '175842.410000', '175842.870000', '175843.330000', '175843.790000', '175844.250000', '175844.710000', '175845.170000', '175845.630000', '175846.090000', '175846.550000', '175847.010000', '175847.470000', '175847.930000', '175848.390000', '175848.850000', '175849.310000', '175849.770000', '175850.230000', '175850.690000', '175851.150000', '175851.610000', '175852.070000', '175852.530000', '175852.990000', '175853.450000', '175853.910000', '175854.370000', '175854.830000', '175855.290000', '175855.750000', '175856.210000', '175856.670000', '175857.130000', '175857.590000', '175858.050000', '175858.510000', '175858.970000', '175859.430000', '175859.890000', '175900.350000', '175900.810000', '175901.270000', '175901.730000', '175902.190000', '175902.650000', '175903.110000', '175903.570000', '175904.030000', '175904.490000', '175904.950000', '175905.410000', '175905.870000', '175906.330000', '175906.790000', '175907.250000', '175907.710000', '175908.170000', '175908.630000', '175909.090000', '175909.550000', '175910.010000', '175910.470000', '175910.930000', '175911.390000', '175911.850000', '175912.310000', '175912.770000', '175913.230000', '175913.690000', '175914.150000', '175914.610000', '175915.070000', '175915.530000', '175915.990000', '175916.450000', '175916.910000', '175917.370000', '175917.830000', '175918.290000', '175918.750000', '175919.210000', '175919.670000', '175920.130000', '175920.590000', '175921.050000', '175921.510000', '175921.970000', '175922.430000', '175922.890000', '175923.350000', '175923.810000', '175924.270000', '175924.730000', '175925.190000', '175925.650000', '175926.110000', '175926.570000', '175927.030000', '175927.490000', '175927.950000', '175928.410000', '175928.870000', '175929.330000', '175929.790000', '175930.250000', '175930.710000', '175931.170000', '175931.630000', '175932.090000', '175932.550000', '175933.010000', '175933.470000', '175933.930000', '175934.390000', '175934.850000', '175935.310000', '175935.770000', '175936.230000', '175936.690000', '175937.150000', '175937.610000', '175938.070000', '175938.530000', '175938.990000', '175939.450000', '175939.910000', '175940.370000', '175940.830000', '175941.290000', '175941.750000', '175942.210000', '175942.670000', '175943.130000', '175943.590000', '175944.050000', '175944.510000', '175944.970000', '175945.430000', '175945.890000', '175946.350000', '175946.810000', '175947.270000', '175947.730000', '175948.190000', '175948.650000', '175949.110000', '175949.570000', '175950.030000', '175950.490000', '175950.950000', '175951.410000', '175951.870000', '175952.330000', '175952.790000', '175953.250000', '175953.710000', '175954.170000', '175954.630000', '175955.090000', '175955.550000', '175956.010000', '175956.470000', '175956.930000', '175957.390000', '175957.850000', '175958.310000', '175958.770000', '175959.230000', '175959.690000', '180000.150000', '180000.610000', '180001.070000', '180001.530000', '180001.990000', '180002.450000', '180002.910000', '180003.370000', '180003.830000', '180004.290000', '180004.750000', '180005.210000', '180005.670000', '180006.130000', '180006.590000', '180007.050000', '180007.510000', '180007.970000', '180008.430000', '180008.890000', '180009.350000', '180009.810000', '180010.270000', '180010.730000', '180011.190000', '180011.650000', '180012.110000', '180012.570000', '180013.030000', '180013.490000', '180013.950000', '180014.410000', '180014.870000', '180015.330000', '180015.790000', '180016.250000', '180016.710000', '180017.170000', '180017.630000', '180018.090000', '180018.550000', '180019.010000', '180019.470000', '180019.930000', '180020.390000', '180020.850000', '180021.310000', '180021.770000', '180022.230000', '180022.690000', '180023.150000', '180023.610000', '180024.070000', '180024.530000', '180024.990000', '180025.450000', '180025.910000', '180026.370000', '180026.830000', '180027.290000', '180027.750000', '180028.210000', '180028.670000', '180029.130000', '180029.590000', '180030.050000', '180030.510000', '180030.970000', '180031.430000', '180031.890000', '180032.350000', '180032.810000', '180033.270000', '180033.730000', '180034.190000', '180034.650000', '180035.110000', '180035.570000', '180036.030000', '180036.490000', '180036.950000', '180037.410000', '180037.870000', '180038.330000', '180038.790000', '180039.250000', '180039.710000', '180040.170000', '180040.630000', '180041.090000', '180041.550000', '180042.010000', '180042.470000', '180042.930000', '180043.390000', '180043.850000', '180044.310000', '180044.770000', '180045.230000', '180045.690000', '180046.150000', '180046.610000', '180047.070000', '180047.530000', '180047.990000', '180048.450000', '180048.910000', '180049.370000', '180049.830000', '180050.290000', '180050.750000', '180051.210000', '180051.670000', '180052.130000', '180052.590000', '180053.050000', '180053.510000', '180053.970000', '180054.430000', '180054.890000', '180055.350000', '180055.810000', '180056.270000', '180056.730000', '180057.190000', '180057.650000', '180058.110000', '180058.570000', '180059.030000', '180059.490000', '180059.950000', '180100.410000', '180100.870000', '180101.330000', '180101.790000', '180102.250000', '180102.710000', '180103.170000', '180103.630000', '180104.090000', '180104.550000', '180105.010000', '180105.470000', '180105.930000', '180106.390000', '180106.850000', '180107.310000', '180107.770000', '180108.230000', '180108.690000', '180109.150000', '180109.610000', '180110.070000', '180110.530000', '180110.990000', '180111.450000', '180111.910000', '180112.370000', '180112.830000', '180113.290000', '180113.750000', '180114.210000', '180114.670000', '180115.130000', '180115.590000', '180116.050000', '180116.510000', '180116.970000', '180117.430000', '180117.890000', '180118.350000', '180118.810000', '180119.270000', '180119.730000', '180120.190000', '180120.650000', '180121.110000', '180121.570000', '180122.030000', '180122.490000', '180122.950000', '180123.410000', '180123.870000', '180124.330000', '180124.790000', '180125.250000', '180125.710000', '180126.170000', '180126.630000', '180127.090000', '180127.550000', '180128.010000', '180128.470000', '180128.930000', '180129.390000', '180129.850000', '180130.310000', '180130.770000', '180131.230000', '180131.690000', '180132.150000', '180132.610000', '180133.070000', '180133.530000', '180133.990000', '180134.450000', '180134.910000', '180135.370000', '180135.830000', '180136.290000', '180136.750000', '180137.210000', '180137.670000', '180138.130000', '180138.590000', '180139.050000', '180139.510000', '180139.970000', '180140.430000', '180140.890000', '180141.350000', '180141.810000', '180142.270000', '180142.730000', '180143.190000', '180143.650000', '180144.110000', '180144.570000', '180145.030000', '180145.490000', '180145.950000', '180146.410000', '180146.870000', '180147.330000', '180147.790000', '180148.250000', '180148.710000', '180149.170000', '180149.630000', '180150.090000', '180150.550000', '180151.010000', '180151.470000', '180151.930000', '180152.390000', '180152.850000', '180153.310000', '180153.770000', '180154.230000', '180154.690000', '180155.150000', '180155.610000', '180156.070000', '180156.530000', '180156.990000', '180157.450000', '180157.910000', '180158.370000', '180158.830000', '180159.290000', '180159.750000', '180200.210000', '180200.670000', '180201.130000', '180201.590000', '180202.050000', '180202.510000', '180202.970000', '180203.430000', '180203.890000', '180204.350000', '180204.810000', '180205.270000', '180205.730000', '180206.190000', '180206.650000', '180207.110000', '180207.570000', '180208.030000', '180208.490000', '180208.950000', '180209.410000', '180209.870000', '180210.330000', '180210.790000', '180211.250000', '180211.710000', '180212.170000', '180212.630000', '180213.090000', '180213.550000', '180214.010000', '180214.470000', '180214.930000', '180215.390000', '180215.850000', '180216.310000', '180216.770000', '180217.230000', '180217.690000', '180218.150000', '180218.610000', '180219.070000', '180219.530000', '180219.990000', '180220.450000', '180220.910000', '180221.370000', '180221.830000', '180222.290000', '180222.750000', '180223.210000', '180223.670000', '180224.130000', '180224.590000', '180225.050000', '180225.510000', '180225.970000', '180226.430000', '180226.890000', '180227.350000', '180227.810000', '180228.270000', '180228.730000', '180229.190000', '180229.650000', '180230.110000', '180230.570000', '180231.030000', '180231.490000', '180231.950000', '180232.410000', '180232.870000', '180233.330000', '180233.790000', '180234.250000', '180234.710000', '180235.170000', '180235.630000', '180236.090000', '180236.550000', '180237.010000', '180237.470000', '180237.930000', '180238.390000', '180238.850000', '180239.310000', '180239.770000', '180240.230000', '180240.690000', '180241.150000', '180241.610000', '180242.070000', '180242.530000', '180242.990000', '180243.450000', '180243.910000', '180244.370000', '180244.830000', '180245.290000', '180245.750000', '180246.210000', '180246.670000', '180247.130000', '180247.590000', '180248.050000', '180248.510000', '180248.970000', '180249.430000', '180249.890000', '180250.350000', '180250.810000', '180251.270000', '180251.730000', '180252.190000', '180252.650000', '180253.110000', '180253.570000', '180254.030000', '180254.490000', '180254.950000', '180255.410000', '180255.870000', '180256.330000', '180256.790000', '180257.250000', '180257.710000', '180258.170000', '180258.630000', '180259.090000', '180259.550000', '180300.010000', '180300.470000', '180300.930000', '180301.390000', '180301.850000', '180302.310000', '180302.770000', '180303.230000', '180303.690000', '180304.150000', '180304.610000', '180305.070000', '180305.530000', '180305.990000', '180306.450000', '180306.910000', '180307.370000', '180307.830000', '180308.290000', '180308.750000', '180309.210000', '180309.670000', '180310.130000', '180310.590000', '180311.050000', '180311.510000', '180311.970000', '180312.430000', '180312.890000', '180313.350000', '180313.810000', '180314.270000', '180314.730000', '180315.190000', '180315.650000', '180316.110000', '180316.570000', '180317.030000', '180317.490000', '180317.950000', '180318.410000', '180318.870000', '180319.330000', '180319.790000', '180320.250000', '180320.710000', '180321.170000', '180321.630000', '180322.090000', '180322.550000', '180323.010000', '180323.470000', '180323.930000', '180324.390000', '180324.850000', '180325.310000', '180325.770000', '180326.230000', '180326.690000', '180327.150000', '180327.610000', '180328.070000', '180328.530000', '180328.990000', '180329.450000', '180329.910000', '180330.370000', '180330.830000', '180331.290000', '180331.750000', '180332.210000', '180332.670000', '180333.130000', '180333.590000', '180334.050000', '180334.510000', '180334.970000', '180335.430000', '180335.890000', '180336.350000', '180336.810000', '180337.270000', '180337.730000', '180338.190000', '180338.650000', '180339.110000', '180339.570000', '180340.030000', '180340.490000', '180340.950000', '180341.410000', '180341.870000', '180342.330000', '180342.790000', '180343.250000', '180343.710000', '180344.170000', '180344.630000', '180345.090000', '180345.550000', '180346.010000', '180346.470000', '180346.930000', '180347.390000', '180347.850000', '180348.310000', '180348.770000', '180349.230000', '180349.690000', '180350.150000', '180350.610000', '180351.070000', '180351.530000', '180351.990000', '180352.450000', '180352.910000', '180353.370000', '180353.830000', '180354.290000', '180354.750000', '180355.210000', '180355.670000', '180356.130000', '180356.590000', '180357.050000', '180357.510000', '180357.970000', '180358.430000', '180358.890000', '180359.350000', '180359.810000', '180400.270000', '180400.730000', '180401.190000', '180401.650000', '180402.110000', '180402.570000', '180403.030000', '180403.490000', '180403.950000', '180404.410000', '180404.870000', '180405.330000', '180405.790000', '180406.250000', '180406.710000', '180407.170000', '180407.630000', '180408.090000', '180408.550000', '180409.010000', '180409.470000', '180409.930000', '180410.390000', '180410.850000', '180411.310000', '180411.770000', '180412.230000', '180412.690000', '180413.150000', '180413.610000', '180414.070000', '180414.530000', '180414.990000', '180415.450000', '180415.910000', '180416.370000', '180416.830000', '180417.290000', '180417.750000', '180418.210000', '180418.670000', '180419.130000', '180419.590000', '180420.050000', '180420.510000', '180420.970000', '180421.430000', '180421.890000', '180422.350000', '180422.810000', '180423.270000', '180423.730000', '180424.190000', '180424.650000', '180425.110000', '180425.570000', '180426.030000', '180426.490000', '180426.950000', '180427.410000', '180427.870000', '180428.330000', '180428.790000', '180429.250000', '180429.710000', '180430.170000', '180430.630000', '180431.090000', '180431.550000', '180432.010000', '180432.470000', '180432.930000', '180433.390000', '180433.850000', '180434.310000', '180434.770000', '180435.230000', '180435.690000', '180436.150000', '180436.610000', '180437.070000', '180437.530000', '180437.990000', '180438.450000', '180438.910000', '180439.370000', '180439.830000', '180440.290000', '180440.750000', '180441.210000', '180441.670000', '180442.130000', '180442.590000', '180443.050000', '180443.510000', '180443.970000', '180444.430000', '180444.890000', '180445.350000', '180445.810000', '180446.270000', '180446.730000', '180447.190000', '180447.650000', '180448.110000', '180448.570000', '180449.030000', '180449.490000', '180449.950000', '180450.410000', '180450.870000', '180451.330000', '180451.790000', '180452.250000', '180452.710000', '180453.170000', '180453.630000', '180454.090000', '180454.550000', '180455.010000', '180455.470000', '180455.930000', '180456.390000', '180456.850000', '180457.310000', '180457.770000', '180458.230000', '180458.690000', '180459.150000', '180459.610000', '180500.070000', '180500.530000', '180500.990000', '180501.450000', '180501.910000', '180502.370000', '180502.830000', '180503.290000', '180503.750000', '180504.210000', '180504.670000', '180505.130000', '180505.590000', '180506.050000', '180506.510000', '180506.970000', '180507.430000', '180507.890000', '180508.350000', '180508.810000', '180509.270000', '180509.730000', '180510.190000', '180510.650000', '180511.110000', '180511.570000', '180512.030000', '180512.490000', '180512.950000', '180513.410000', '180513.870000', '180514.330000', '180514.790000', '180515.250000', '180515.710000', '180516.170000', '180516.630000', '180517.090000', '180517.550000', '180518.010000', '180518.470000', '180518.930000', '180519.390000', '180519.850000', '180520.310000', '180520.770000', '180521.230000', '180521.690000', '180522.150000', '180522.610000', '180523.070000', '180523.530000', '180523.990000', '180524.450000', '180524.910000', '180525.370000', '180525.830000', '180526.290000', '180526.750000', '180527.210000', '180527.670000', '180528.130000', '180528.590000', '180529.050000', '180529.510000', '180529.970000', '180530.430000', '180530.890000', '180531.350000', '180531.810000', '180532.270000', '180532.730000', '180533.190000', '180533.650000', '180534.110000', '180534.570000', '180535.030000', '180535.490000', '180535.950000', '180536.410000', '180536.870000', '180537.330000', '180537.790000', '180538.250000', '180538.710000', '180539.170000', '180539.630000', '180540.090000', '180540.550000', '180541.010000', '180541.470000', '180541.930000', '180542.390000', '180542.850000', '180543.310000', '180543.770000', '180544.230000', '180544.690000', '180545.150000', '180545.610000', '180546.070000', '180546.530000', '180546.990000', '180547.450000', '180547.910000', '180548.370000', '180548.830000', '180549.290000', '180549.750000', '180550.210000', '180550.670000', '180551.130000', '180551.590000', '180552.050000', '180552.510000', '180552.970000', '180553.430000', '180553.890000', '180554.350000', '180554.810000', '180555.270000', '180555.730000', '180556.190000', '180556.650000', '180557.110000', '180557.570000', '180558.030000', '180558.490000', '180558.950000', '180559.410000', '180559.870000', '180600.330000', '180600.790000', '180601.250000', '180601.710000', '180602.170000', '180602.630000', '180603.090000', '180603.550000', '180604.010000', '180604.470000', '180604.930000', '180605.390000', '180605.850000', '180606.310000', '180606.770000', '180607.230000', '180607.690000', '180608.150000', '180608.610000', '180609.070000', '180609.530000', '180609.990000', '180610.450000', '180610.910000', '180611.370000', '180611.830000', '180612.290000', '180612.750000', '180613.210000', '180613.670000', '180614.130000', '180614.590000', '180615.050000', '180615.510000', '180615.970000', '180616.430000', '180616.890000', '180617.350000', '180617.810000', '180618.270000', '180618.730000', '180619.190000', '180619.650000', '180620.110000', '180620.570000', '180621.030000', '180621.490000', '180621.950000', '180622.410000', '180622.870000', '180623.330000', '180623.790000', '180624.250000', '180624.710000', '180625.170000', '180625.630000'], 'ContentTime': ['175707.934000', '175707.937000', '175707.940000', '175707.942000', '175707.945000', '175707.947000', '175707.950000', '175707.953000', '175707.955000', '175707.958000', '175707.960000', '175707.963000', '175707.966000', '175707.968000', '175707.971000', '175707.974000', '175707.976000', '175707.979000', '175707.981000', '175707.984000', '175707.987000', '175707.989000', '175707.992000', '175707.994000', '175707.997000', '175708.000000', '175708.008000', '175708.011000', '175708.014000', '175708.016000', '175708.019000', '175708.021000', '175708.024000', '175708.026000', '175708.029000', '175708.032000', '175708.034000', '175708.037000', '175708.040000', '175708.042000', '175708.045000', '175708.047000', '175708.050000', '175708.053000', '175708.055000', '175708.058000', '175708.060000', '175708.063000', '175708.065000', '175708.068000', '175708.071000', '175708.073000', '175727.903000', '175727.906000', '175727.909000', '175727.912000', '175727.915000', '175727.918000', '175727.921000', '175727.929000', '175727.931000', '175727.934000', '175727.936000', '175727.939000', '175727.942000', '175727.944000', '175727.947000', '175727.949000', '175727.952000', '175727.955000', '175727.957000', '175727.960000', '175727.962000', '175727.965000', '175727.968000', '175727.970000', '175727.973000', '175727.976000', '175727.978000', '175727.981000', '175727.983000', '175727.986000', '175727.989000', '175727.991000', '175727.994000', '175727.996000', '175728.000000', '175728.003000', '175728.005000', '175728.008000', '175728.010000', '175728.013000', '175728.016000', '175728.018000', '175728.021000', '175728.023000', '175747.903000', '175747.906000', '175747.909000', '175747.912000', '175747.914000', '175747.917000', '175747.919000', '175747.922000', '175747.924000', '175747.927000', '175747.930000', '175747.932000', '175747.935000', '175747.937000', '175747.940000', '175747.942000', '175747.945000', '175747.948000', '175747.950000', '175747.953000', '175747.956000', '175747.958000', '175747.963000', '175747.966000', '175747.969000', '175747.971000', '175747.974000', '175747.976000', '175747.979000', '175747.981000', '175747.994000', '175747.997000', '175748.000000', '175748.003000', '175748.005000', '175748.008000', '175748.010000', '175748.013000', '175748.016000', '175748.018000', '175748.021000', '175748.023000', '175748.026000', '175807.904000', '175807.907000', '175807.909000', '175807.912000', '175807.914000', '175807.917000', '175807.920000', '175807.922000', '175807.925000', '175807.928000', '175807.930000', '175807.933000', '175807.936000', '175807.938000', '175807.941000', '175807.943000', '175807.946000', '175807.949000', '175807.951000', '175807.954000', '175807.957000', '175807.959000', '175807.962000', '175807.964000', '175807.967000', '175807.970000', '175807.972000', '175807.975000', '175807.978000', '175807.980000', '175807.983000', '175807.985000', '175807.988000', '175807.991000', '175807.993000', '175807.997000', '175808.000000', '175808.003000', '175808.021000', '175808.024000', '175808.027000', '175808.029000', '175808.032000', '175827.903000', '175827.906000', '175827.909000', '175827.912000', '175827.914000', '175827.917000', '175827.920000', '175827.922000', '175827.925000', '175827.927000', '175827.930000', '175827.933000', '175827.935000', '175827.938000', '175827.940000', '175827.943000', '175827.946000', '175827.948000', '175827.951000', '175827.954000', '175827.956000', '175827.959000', '175827.961000', '175827.964000', '175827.967000', '175827.969000', '175827.972000', '175827.974000', '175827.977000', '175827.980000', '175827.982000', '175827.985000', '175827.988000', '175827.990000', '175827.993000', '175827.995000', '175827.998000', '175828.002000', '175828.004000', '175828.007000', '175828.009000', '175828.012000', '175828.015000', '175828.017000', '175847.903000', '175847.906000', '175847.909000', '175847.912000', '175847.914000', '175847.917000', '175847.919000', '175847.922000', '175847.925000', '175847.927000', '175847.930000', '175847.932000', '175847.935000', '175847.938000', '175847.940000', '175847.943000', '175847.946000', '175847.948000', '175847.951000', '175847.954000', '175847.958000', '175847.961000', '175847.963000', '175847.966000', '175847.968000', '175847.971000', '175847.974000', '175847.976000', '175847.979000', '175847.982000', '175847.984000', '175847.987000', '175847.989000', '175847.992000', '175847.995000', '175847.997000', '175848.001000', '175848.003000', '175848.006000', '175848.009000', '175848.011000', '175848.014000', '175848.017000', '175848.019000', '175907.904000', '175907.906000', '175907.909000', '175907.912000', '175907.914000', '175907.917000', '175907.919000', '175907.922000', '175907.925000', '175907.927000', '175907.930000', '175907.933000', '175907.935000', '175907.938000', '175907.941000', '175907.943000', '175907.946000', '175907.949000', '175907.951000', '175907.954000', '175907.956000', '175907.959000', '175907.961000', '175907.964000', '175907.967000', '175907.969000', '175907.972000', '175907.975000', '175907.977000', '175907.980000', '175907.982000', '175907.985000', '175907.988000', '175907.990000', '175907.993000', '175907.995000', '175907.998000', '175908.002000', '175908.004000', '175908.007000', '175908.010000', '175908.012000', '175908.015000', '175927.903000', '175927.907000', '175927.909000', '175927.912000', '175927.915000', '175927.917000', '175927.920000', '175927.922000', '175927.925000', '175927.928000', '175927.930000', '175927.933000', '175927.936000', '175927.938000', '175927.941000', '175927.943000', '175927.946000', '175927.949000', '175927.951000', '175927.954000', '175927.957000', '175927.959000', '175927.962000', '175927.965000', '175927.967000', '175927.970000', '175927.995000', '175927.998000', '175928.001000', '175928.003000', '175928.006000', '175928.009000', '175928.011000', '175928.014000', '175928.017000', '175928.019000', '175928.022000', '175928.024000', '175928.027000', '175928.030000', '175928.032000', '175928.035000', '175928.037000', '175947.903000', '175947.906000', '175947.909000', '175947.912000', '175947.914000', '175947.917000', '175947.919000', '175947.922000', '175947.924000', '175947.927000', '175947.930000', '175947.932000', '175947.935000', '175947.938000', '175947.940000', '175947.943000', '175947.945000', '175947.948000', '175947.951000', '175947.953000', '175947.956000', '175947.958000', '175947.961000', '175947.964000', '175947.966000', '175947.969000', '175947.971000', '175947.974000', '175947.977000', '175947.979000', '175947.982000', '175947.985000', '175947.987000', '175947.990000', '175947.992000', '175947.995000', '175947.998000', '175948.001000', '175948.004000', '175948.006000', '175948.009000', '175948.012000', '175948.015000', '175948.017000', '180007.903000', '180007.906000', '180007.909000', '180007.912000', '180007.914000', '180007.917000', '180007.919000', '180007.922000', '180007.924000', '180007.927000', '180007.930000', '180007.932000', '180007.935000', '180007.938000', '180007.940000', '180007.943000', '180007.946000', '180007.948000', '180007.951000', '180007.954000', '180007.956000', '180007.959000', '180007.961000', '180007.964000', '180007.967000', '180007.969000', '180007.972000', '180007.975000', '180007.977000', '180007.980000', '180007.982000', '180007.985000', '180007.988000', '180007.990000', '180007.993000', '180007.996000', '180008.000000', '180008.003000', '180008.005000', '180008.008000', '180008.011000', '180008.013000', '180008.016000', '180027.903000', '180027.906000', '180027.909000', '180027.912000', '180027.914000', '180027.917000', '180027.919000', '180027.922000', '180027.925000', '180027.927000', '180027.930000', '180027.933000', '180027.935000', '180027.938000', '180027.940000', '180027.943000', '180027.946000', '180027.948000', '180027.951000', '180027.953000', '180027.956000', '180027.959000', '180027.961000', '180027.964000', '180027.967000', '180027.969000', '180027.972000', '180027.974000', '180027.977000', '180027.980000', '180027.982000', '180027.985000', '180027.988000', '180027.990000', '180027.993000', '180027.995000', '180027.998000', '180028.002000', '180028.004000', '180028.007000', '180028.010000', '180028.012000', '180028.015000', '180028.018000', '180047.903000', '180047.906000', '180047.909000', '180047.912000', '180047.914000', '180047.917000', '180047.920000', '180047.922000', '180047.925000', '180047.928000', '180047.930000', '180047.933000', '180047.935000', '180047.938000', '180047.941000', '180047.952000', '180047.954000', '180047.957000', '180047.960000', '180047.962000', '180047.965000', '180047.968000', '180047.970000', '180047.973000', '180047.976000', '180047.979000', '180047.981000', '180047.984000', '180047.986000', '180047.989000', '180047.992000', '180047.994000', '180047.997000', '180048.001000', '180048.003000', '180048.006000', '180048.008000', '180048.011000', '180048.014000', '180048.016000', '180048.019000', '180048.022000', '180048.024000', '180107.903000', '180107.906000', '180107.909000', '180107.912000', '180107.914000', '180107.917000', '180107.919000', '180107.922000', '180107.945000', '180107.948000', '180107.950000', '180107.953000', '180107.955000', '180107.958000', '180107.961000', '180107.963000', '180107.966000', '180107.968000', '180107.971000', '180107.974000', '180107.976000', '180107.979000', '180107.982000', '180107.984000', '180107.987000', '180107.989000', '180107.992000', '180107.995000', '180107.997000', '180108.001000', '180108.004000', '180108.006000', '180108.009000', '180108.011000', '180108.014000', '180108.017000', '180108.019000', '180108.022000', '180108.024000', '180108.027000', '180108.030000', '180108.032000', '180108.035000', '180108.037000', '180127.902000', '180127.905000', '180127.908000', '180127.911000', '180127.913000', '180127.916000', '180127.918000', '180127.921000', '180127.924000', '180127.926000', '180127.929000', '180127.932000', '180127.934000', '180127.937000', '180127.939000', '180127.942000', '180127.945000', '180127.947000', '180127.950000', '180127.952000', '180127.955000', '180127.958000', '180127.960000', '180127.963000', '180127.966000', '180127.968000', '180127.971000', '180127.974000', '180127.977000', '180127.980000', '180127.983000', '180127.985000', '180127.988000', '180127.991000', '180127.993000', '180127.996000', '180128.000000', '180128.002000', '180128.005000', '180128.007000', '180128.010000', '180128.013000', '180128.015000', '180147.904000', '180147.906000', '180147.909000', '180147.912000', '180147.914000', '180147.917000', '180147.920000', '180147.922000', '180147.925000', '180147.927000', '180147.930000', '180147.933000', '180147.935000', '180147.938000', '180147.940000', '180147.943000', '180147.946000', '180147.948000', '180147.951000', '180147.953000', '180147.956000', '180147.959000', '180147.961000', '180147.964000', '180147.967000', '180147.969000', '180147.972000', '180147.975000', '180147.977000', '180147.980000', '180147.982000', '180147.985000', '180147.988000', '180147.990000', '180147.993000', '180147.996000', '180147.998000', '180148.001000', '180148.004000', '180148.006000', '180148.009000', '180148.012000', '180148.014000', '180148.017000', '180207.904000', '180207.907000', '180207.909000', '180207.912000', '180207.915000', '180207.917000', '180207.920000', '180207.923000', '180207.925000', '180207.928000', '180207.930000', '180207.933000', '180207.936000', '180207.938000', '180207.941000', '180207.944000', '180207.946000', '180207.949000', '180207.951000', '180207.954000', '180207.957000', '180207.959000', '180207.962000', '180207.964000', '180207.967000', '180207.970000', '180207.972000', '180207.975000', '180207.978000', '180207.980000', '180207.983000', '180207.985000', '180207.988000', '180207.991000', '180207.993000', '180207.996000', '180208.000000', '180208.002000', '180208.005000', '180208.007000', '180208.010000', '180208.013000', '180208.017000', '180227.904000', '180227.906000', '180227.909000', '180227.912000', '180227.914000', '180227.917000', '180227.920000', '180227.922000', '180227.925000', '180227.927000', '180227.930000', '180227.933000', '180227.935000', '180227.938000', '180227.941000', '180227.943000', '180227.946000', '180227.948000', '180227.951000', '180227.958000', '180227.961000', '180227.963000', '180227.966000', '180227.969000', '180227.971000', '180227.974000', '180227.976000', '180227.979000', '180227.982000', '180227.984000', '180227.987000', '180227.989000', '180227.992000', '180227.995000', '180227.997000', '180228.001000', '180228.004000', '180228.006000', '180228.009000', '180228.011000', '180228.014000', '180228.017000', '180228.019000', '180228.022000', '180247.904000', '180247.906000', '180247.909000', '180247.912000', '180247.914000', '180247.917000', '180247.920000', '180247.922000', '180247.925000', '180247.928000', '180247.930000', '180247.933000', '180247.935000', '180247.938000', '180247.941000', '180247.943000', '180247.946000', '180247.948000', '180247.951000', '180247.954000', '180247.956000', '180247.959000', '180247.962000', '180247.964000', '180247.967000', '180247.969000', '180247.972000', '180247.975000', '180247.977000', '180247.980000', '180247.982000', '180247.985000', '180247.988000', '180247.990000', '180247.993000', '180247.995000', '180247.998000', '180248.002000', '180248.004000', '180248.007000', '180248.010000', '180248.012000', '180248.015000', '180307.904000', '180307.906000', '180307.909000', '180307.912000', '180307.914000', '180307.917000', '180307.920000', '180307.922000', '180307.925000', '180307.928000', '180307.930000', '180307.933000', '180307.936000', '180307.938000', '180307.941000', '180307.943000', '180307.946000', '180307.949000', '180307.951000', '180307.954000', '180307.957000', '180307.959000', '180307.962000', '180307.964000', '180307.967000', '180307.970000', '180307.972000', '180307.975000', '180307.977000', '180307.980000', '180307.983000', '180307.985000', '180307.988000', '180307.991000', '180307.993000', '180307.996000', '180307.998000', '180308.002000', '180308.005000', '180308.007000', '180308.010000', '180308.013000', '180308.015000', '180308.018000', '180327.904000', '180327.907000', '180327.909000', '180327.912000', '180327.915000', '180327.917000', '180327.920000', '180327.922000', '180327.925000', '180327.928000', '180327.930000', '180327.933000', '180327.935000', '180327.938000', '180327.941000', '180327.943000', '180327.946000', '180327.949000', '180327.951000', '180327.954000', '180327.956000', '180327.959000', '180327.962000', '180327.964000', '180327.967000', '180327.970000', '180327.972000', '180327.975000', '180327.977000', '180327.980000', '180327.983000', '180327.985000', '180327.988000', '180327.990000', '180327.993000', '180327.996000', '180327.998000', '180328.002000', '180328.004000', '180328.007000', '180328.010000', '180328.012000', '180328.015000', '180347.903000', '180347.906000', '180347.908000', '180347.911000', '180347.914000', '180347.916000', '180347.919000', '180347.921000', '180347.924000', '180347.927000', '180347.929000', '180347.932000', '180347.935000', '180347.937000', '180347.940000', '180347.943000', '180347.945000', '180347.948000', '180347.950000', '180347.953000', '180347.956000', '180347.958000', '180347.961000', '180347.963000', '180347.966000', '180347.968000', '180347.971000', '180347.974000', '180347.976000', '180347.979000', '180347.989000', '180347.992000', '180347.995000', '180347.997000', '180348.001000', '180348.003000', '180348.006000', '180348.009000', '180348.011000', '180348.014000', '180348.016000', '180348.019000', '180348.022000', '180348.024000', '180407.904000', '180407.906000', '180407.909000', '180407.912000', '180407.915000', '180407.917000', '180407.920000', '180407.922000', '180407.925000', '180407.928000', '180407.930000', '180407.933000', '180407.936000', '180407.938000', '180407.941000', '180407.944000', '180407.947000', '180407.949000', '180407.952000', '180407.954000', '180407.957000', '180407.960000', '180407.962000', '180407.965000', '180407.968000', '180407.970000', '180407.973000', '180407.976000', '180407.978000', '180407.981000', '180407.984000', '180407.986000', '180407.989000', '180407.992000', '180407.994000', '180407.997000', '180407.999000', '180408.002000', '180408.005000', '180408.007000', '180408.010000', '180408.013000', '180408.015000', '180427.903000', '180427.906000', '180427.909000', '180427.912000', '180427.914000', '180427.917000', '180427.919000', '180427.922000', '180427.925000', '180427.927000', '180427.930000', '180427.932000', '180427.935000', '180427.938000', '180427.940000', '180427.943000', '180427.946000', '180427.948000', '180427.951000', '180427.953000', '180427.956000', '180427.959000', '180427.961000', '180427.964000', '180427.967000', '180427.969000', '180427.972000', '180427.974000', '180427.977000', '180427.980000', '180427.982000', '180427.985000', '180427.988000', '180427.990000', '180427.993000', '180427.995000', '180427.998000', '180428.002000', '180428.004000', '180428.007000', '180428.009000', '180428.012000', '180428.015000', '180428.017000', '180447.904000', '180447.907000', '180447.909000', '180447.912000', '180447.915000', '180447.917000', '180447.920000', '180447.923000', '180447.925000', '180447.928000', '180447.930000', '180447.933000', '180447.936000', '180447.938000', '180447.941000', '180447.944000', '180447.946000', '180447.949000', '180447.951000', '180447.954000', '180447.957000', '180447.959000', '180447.962000', '180447.964000', '180447.967000', '180447.970000', '180447.972000', '180447.975000', '180447.977000', '180447.980000', '180447.983000', '180447.985000', '180447.988000', '180447.991000', '180447.993000', '180447.996000', '180447.998000', '180448.002000', '180448.005000', '180448.007000', '180448.010000', '180448.013000', '180448.015000', '180507.904000', '180507.906000', '180507.909000', '180507.912000', '180507.915000', '180507.918000', '180507.921000', '180507.923000', '180507.926000', '180507.929000', '180507.931000', '180507.934000', '180507.937000', '180507.939000', '180507.942000', '180507.945000', '180507.947000', '180507.950000', '180507.953000', '180507.955000', '180507.958000', '180507.960000', '180507.963000', '180507.966000', '180507.968000', '180507.971000', '180507.983000', '180507.986000', '180507.988000', '180507.991000', '180507.994000', '180507.996000', '180508.000000', '180508.002000', '180508.005000', '180508.008000', '180508.010000', '180508.013000', '180508.015000', '180508.018000', '180508.021000', '180508.023000', '180508.026000', '180508.029000', '180527.904000', '180527.906000', '180527.909000', '180527.912000', '180527.914000', '180527.917000', '180527.920000', '180527.922000', '180527.925000', '180527.927000', '180527.930000', '180527.933000', '180527.935000', '180527.938000', '180527.941000', '180527.943000', '180527.946000', '180527.948000', '180527.951000', '180527.954000', '180527.956000', '180527.959000', '180527.961000', '180527.964000', '180527.967000', '180527.969000', '180527.972000', '180527.975000', '180527.977000', '180527.980000', '180527.982000', '180527.985000', '180527.988000', '180527.990000', '180527.993000', '180527.996000', '180527.998000', '180528.002000', '180528.004000', '180528.007000', '180528.010000', '180528.012000', '180528.015000', '180547.904000', '180547.907000', '180547.909000', '180547.912000', '180547.914000', '180547.917000', '180547.920000', '180547.922000', '180547.925000', '180547.928000', '180547.930000', '180547.933000', '180547.936000', '180547.938000', '180547.941000', '180547.944000', '180547.946000', '180547.949000', '180547.952000', '180547.954000', '180547.957000', '180547.959000', '180547.962000', '180547.965000', '180547.967000', '180547.970000', '180547.973000', '180547.975000', '180547.978000', '180547.980000', '180547.983000', '180547.986000', '180547.988000', '180547.991000', '180547.994000', '180547.996000', '180548.000000', '180548.003000', '180548.005000', '180548.008000', '180548.011000', '180548.013000', '180548.016000', '180607.903000', '180607.906000', '180607.908000', '180607.911000', '180607.914000', '180607.916000', '180607.919000', '180607.921000', '180607.924000', '180607.926000', '180607.929000', '180607.932000', '180607.934000', '180607.937000', '180607.940000', '180607.942000', '180607.945000', '180607.948000', '180607.950000', '180607.953000', '180607.956000', '180607.958000', '180607.961000', '180607.963000', '180607.966000', '180607.969000', '180607.971000', '180607.974000', '180607.976000', '180607.979000', '180607.982000', '180607.984000', '180607.987000', '180607.989000', '180607.992000', '180607.995000', '180607.997000', '180608.001000', '180608.004000', '180608.006000', '180608.009000', '180608.011000', '180608.014000', '180608.017000', '180627.018000', '180627.021000', '180627.024000', '180627.027000', '180627.030000', '180627.032000', '180627.035000', '180627.037000', '180627.040000', '180627.043000', '180627.046000', '180627.049000', '180627.052000', '180627.055000', '180627.057000', '180627.060000', '180627.063000', '180627.066000', '180627.068000', '180627.071000', '180627.074000', '180627.076000', '180627.079000', '180627.105000', '180627.108000', '180627.111000', '180627.114000', '180627.117000', '180627.119000', '180627.122000', '180627.125000', '180627.130000', '180627.132000', '180627.135000', '180627.139000', '180627.143000', '180627.147000', '180627.153000', '180627.156000', '180627.159000', '180627.163000', '180627.165000'], 'InstanceCreationTime': ['175707.934000', '175707.937000', '175707.940000', '175707.942000', '175707.945000', '175707.947000', '175707.950000', '175707.953000', '175707.955000', '175707.958000', '175707.960000', '175707.963000', '175707.966000', '175707.968000', '175707.971000', '175707.974000', '175707.976000', '175707.979000', '175707.981000', '175707.984000', '175707.987000', '175707.989000', '175707.992000', '175707.994000', '175707.997000', '175708.000000', '175708.008000', '175708.011000', '175708.014000', '175708.016000', '175708.019000', '175708.021000', '175708.024000', '175708.026000', '175708.029000', '175708.032000', '175708.034000', '175708.037000', '175708.040000', '175708.042000', '175708.045000', '175708.047000', '175708.050000', '175708.053000', '175708.055000', '175708.058000', '175708.060000', '175708.063000', '175708.065000', '175708.068000', '175708.071000', '175708.073000', '175727.903000', '175727.906000', '175727.909000', '175727.912000', '175727.915000', '175727.918000', '175727.921000', '175727.929000', '175727.931000', '175727.934000', '175727.936000', '175727.939000', '175727.942000', '175727.944000', '175727.947000', '175727.949000', '175727.952000', '175727.955000', '175727.957000', '175727.960000', '175727.962000', '175727.965000', '175727.968000', '175727.970000', '175727.973000', '175727.976000', '175727.978000', '175727.981000', '175727.983000', '175727.986000', '175727.989000', '175727.991000', '175727.994000', '175727.996000', '175728.000000', '175728.003000', '175728.005000', '175728.008000', '175728.010000', '175728.013000', '175728.016000', '175728.018000', '175728.021000', '175728.023000', '175747.903000', '175747.906000', '175747.909000', '175747.912000', '175747.914000', '175747.917000', '175747.919000', '175747.922000', '175747.924000', '175747.927000', '175747.930000', '175747.932000', '175747.935000', '175747.937000', '175747.940000', '175747.942000', '175747.945000', '175747.948000', '175747.950000', '175747.953000', '175747.956000', '175747.958000', '175747.963000', '175747.966000', '175747.969000', '175747.971000', '175747.974000', '175747.976000', '175747.979000', '175747.981000', '175747.994000', '175747.997000', '175748.000000', '175748.003000', '175748.005000', '175748.008000', '175748.010000', '175748.013000', '175748.016000', '175748.018000', '175748.021000', '175748.023000', '175748.026000', '175807.904000', '175807.907000', '175807.909000', '175807.912000', '175807.914000', '175807.917000', '175807.920000', '175807.922000', '175807.925000', '175807.928000', '175807.930000', '175807.933000', '175807.936000', '175807.938000', '175807.941000', '175807.943000', '175807.946000', '175807.949000', '175807.951000', '175807.954000', '175807.957000', '175807.959000', '175807.962000', '175807.964000', '175807.967000', '175807.970000', '175807.972000', '175807.975000', '175807.978000', '175807.980000', '175807.983000', '175807.985000', '175807.988000', '175807.991000', '175807.993000', '175807.997000', '175808.000000', '175808.003000', '175808.021000', '175808.024000', '175808.027000', '175808.029000', '175808.032000', '175827.903000', '175827.906000', '175827.909000', '175827.912000', '175827.914000', '175827.917000', '175827.920000', '175827.922000', '175827.925000', '175827.927000', '175827.930000', '175827.933000', '175827.935000', '175827.938000', '175827.940000', '175827.943000', '175827.946000', '175827.948000', '175827.951000', '175827.954000', '175827.956000', '175827.959000', '175827.961000', '175827.964000', '175827.967000', '175827.969000', '175827.972000', '175827.974000', '175827.977000', '175827.980000', '175827.982000', '175827.985000', '175827.988000', '175827.990000', '175827.993000', '175827.995000', '175827.998000', '175828.002000', '175828.004000', '175828.007000', '175828.009000', '175828.012000', '175828.015000', '175828.017000', '175847.903000', '175847.906000', '175847.909000', '175847.912000', '175847.914000', '175847.917000', '175847.919000', '175847.922000', '175847.925000', '175847.927000', '175847.930000', '175847.932000', '175847.935000', '175847.938000', '175847.940000', '175847.943000', '175847.946000', '175847.948000', '175847.951000', '175847.954000', '175847.958000', '175847.961000', '175847.963000', '175847.966000', '175847.968000', '175847.971000', '175847.974000', '175847.976000', '175847.979000', '175847.982000', '175847.984000', '175847.987000', '175847.989000', '175847.992000', '175847.995000', '175847.997000', '175848.001000', '175848.003000', '175848.006000', '175848.009000', '175848.011000', '175848.014000', '175848.017000', '175848.019000', '175907.904000', '175907.906000', '175907.909000', '175907.912000', '175907.914000', '175907.917000', '175907.919000', '175907.922000', '175907.925000', '175907.927000', '175907.930000', '175907.933000', '175907.935000', '175907.938000', '175907.941000', '175907.943000', '175907.946000', '175907.949000', '175907.951000', '175907.954000', '175907.956000', '175907.959000', '175907.961000', '175907.964000', '175907.967000', '175907.969000', '175907.972000', '175907.975000', '175907.977000', '175907.980000', '175907.982000', '175907.985000', '175907.988000', '175907.990000', '175907.993000', '175907.995000', '175907.998000', '175908.002000', '175908.004000', '175908.007000', '175908.010000', '175908.012000', '175908.015000', '175927.903000', '175927.907000', '175927.909000', '175927.912000', '175927.915000', '175927.917000', '175927.920000', '175927.922000', '175927.925000', '175927.928000', '175927.930000', '175927.933000', '175927.936000', '175927.938000', '175927.941000', '175927.943000', '175927.946000', '175927.949000', '175927.951000', '175927.954000', '175927.957000', '175927.959000', '175927.962000', '175927.965000', '175927.967000', '175927.970000', '175927.995000', '175927.998000', '175928.001000', '175928.003000', '175928.006000', '175928.009000', '175928.011000', '175928.014000', '175928.017000', '175928.019000', '175928.022000', '175928.024000', '175928.027000', '175928.030000', '175928.032000', '175928.035000', '175928.037000', '175947.903000', '175947.906000', '175947.909000', '175947.912000', '175947.914000', '175947.917000', '175947.919000', '175947.922000', '175947.924000', '175947.927000', '175947.930000', '175947.932000', '175947.935000', '175947.938000', '175947.940000', '175947.943000', '175947.945000', '175947.948000', '175947.951000', '175947.953000', '175947.956000', '175947.958000', '175947.961000', '175947.964000', '175947.966000', '175947.969000', '175947.971000', '175947.974000', '175947.977000', '175947.979000', '175947.982000', '175947.985000', '175947.987000', '175947.990000', '175947.992000', '175947.995000', '175947.998000', '175948.001000', '175948.004000', '175948.006000', '175948.009000', '175948.012000', '175948.015000', '175948.017000', '180007.903000', '180007.906000', '180007.909000', '180007.912000', '180007.914000', '180007.917000', '180007.919000', '180007.922000', '180007.924000', '180007.927000', '180007.930000', '180007.932000', '180007.935000', '180007.938000', '180007.940000', '180007.943000', '180007.946000', '180007.948000', '180007.951000', '180007.954000', '180007.956000', '180007.959000', '180007.961000', '180007.964000', '180007.967000', '180007.969000', '180007.972000', '180007.975000', '180007.977000', '180007.980000', '180007.982000', '180007.985000', '180007.988000', '180007.990000', '180007.993000', '180007.996000', '180008.000000', '180008.003000', '180008.005000', '180008.008000', '180008.011000', '180008.013000', '180008.016000', '180027.903000', '180027.906000', '180027.909000', '180027.912000', '180027.914000', '180027.917000', '180027.919000', '180027.922000', '180027.925000', '180027.927000', '180027.930000', '180027.933000', '180027.935000', '180027.938000', '180027.940000', '180027.943000', '180027.946000', '180027.948000', '180027.951000', '180027.953000', '180027.956000', '180027.959000', '180027.961000', '180027.964000', '180027.967000', '180027.969000', '180027.972000', '180027.974000', '180027.977000', '180027.980000', '180027.982000', '180027.985000', '180027.988000', '180027.990000', '180027.993000', '180027.995000', '180027.998000', '180028.002000', '180028.004000', '180028.007000', '180028.010000', '180028.012000', '180028.015000', '180028.018000', '180047.903000', '180047.906000', '180047.909000', '180047.912000', '180047.914000', '180047.917000', '180047.920000', '180047.922000', '180047.925000', '180047.928000', '180047.930000', '180047.933000', '180047.935000', '180047.938000', '180047.941000', '180047.952000', '180047.954000', '180047.957000', '180047.960000', '180047.962000', '180047.965000', '180047.968000', '180047.970000', '180047.973000', '180047.976000', '180047.979000', '180047.981000', '180047.984000', '180047.986000', '180047.989000', '180047.992000', '180047.994000', '180047.997000', '180048.001000', '180048.003000', '180048.006000', '180048.008000', '180048.011000', '180048.014000', '180048.016000', '180048.019000', '180048.022000', '180048.024000', '180107.903000', '180107.906000', '180107.909000', '180107.912000', '180107.914000', '180107.917000', '180107.919000', '180107.922000', '180107.945000', '180107.948000', '180107.950000', '180107.953000', '180107.955000', '180107.958000', '180107.961000', '180107.963000', '180107.966000', '180107.968000', '180107.971000', '180107.974000', '180107.976000', '180107.979000', '180107.982000', '180107.984000', '180107.987000', '180107.989000', '180107.992000', '180107.995000', '180107.997000', '180108.001000', '180108.004000', '180108.006000', '180108.009000', '180108.011000', '180108.014000', '180108.017000', '180108.019000', '180108.022000', '180108.024000', '180108.027000', '180108.030000', '180108.032000', '180108.035000', '180108.037000', '180127.902000', '180127.905000', '180127.908000', '180127.911000', '180127.913000', '180127.916000', '180127.918000', '180127.921000', '180127.924000', '180127.926000', '180127.929000', '180127.932000', '180127.934000', '180127.937000', '180127.939000', '180127.942000', '180127.945000', '180127.947000', '180127.950000', '180127.952000', '180127.955000', '180127.958000', '180127.960000', '180127.963000', '180127.966000', '180127.968000', '180127.971000', '180127.974000', '180127.977000', '180127.980000', '180127.983000', '180127.985000', '180127.988000', '180127.991000', '180127.993000', '180127.996000', '180128.000000', '180128.002000', '180128.005000', '180128.007000', '180128.010000', '180128.013000', '180128.015000', '180147.904000', '180147.906000', '180147.909000', '180147.912000', '180147.914000', '180147.917000', '180147.920000', '180147.922000', '180147.925000', '180147.927000', '180147.930000', '180147.933000', '180147.935000', '180147.938000', '180147.940000', '180147.943000', '180147.946000', '180147.948000', '180147.951000', '180147.953000', '180147.956000', '180147.959000', '180147.961000', '180147.964000', '180147.967000', '180147.969000', '180147.972000', '180147.975000', '180147.977000', '180147.980000', '180147.982000', '180147.985000', '180147.988000', '180147.990000', '180147.993000', '180147.996000', '180147.998000', '180148.001000', '180148.004000', '180148.006000', '180148.009000', '180148.012000', '180148.014000', '180148.017000', '180207.904000', '180207.907000', '180207.909000', '180207.912000', '180207.915000', '180207.917000', '180207.920000', '180207.923000', '180207.925000', '180207.928000', '180207.930000', '180207.933000', '180207.936000', '180207.938000', '180207.941000', '180207.944000', '180207.946000', '180207.949000', '180207.951000', '180207.954000', '180207.957000', '180207.959000', '180207.962000', '180207.964000', '180207.967000', '180207.970000', '180207.972000', '180207.975000', '180207.978000', '180207.980000', '180207.983000', '180207.985000', '180207.988000', '180207.991000', '180207.993000', '180207.996000', '180208.000000', '180208.002000', '180208.005000', '180208.007000', '180208.010000', '180208.013000', '180208.017000', '180227.904000', '180227.906000', '180227.909000', '180227.912000', '180227.914000', '180227.917000', '180227.920000', '180227.922000', '180227.925000', '180227.927000', '180227.930000', '180227.933000', '180227.935000', '180227.938000', '180227.941000', '180227.943000', '180227.946000', '180227.948000', '180227.951000', '180227.958000', '180227.961000', '180227.963000', '180227.966000', '180227.969000', '180227.971000', '180227.974000', '180227.976000', '180227.979000', '180227.982000', '180227.984000', '180227.987000', '180227.989000', '180227.992000', '180227.995000', '180227.997000', '180228.001000', '180228.004000', '180228.006000', '180228.009000', '180228.011000', '180228.014000', '180228.017000', '180228.019000', '180228.022000', '180247.904000', '180247.906000', '180247.909000', '180247.912000', '180247.914000', '180247.917000', '180247.920000', '180247.922000', '180247.925000', '180247.928000', '180247.930000', '180247.933000', '180247.935000', '180247.938000', '180247.941000', '180247.943000', '180247.946000', '180247.948000', '180247.951000', '180247.954000', '180247.956000', '180247.959000', '180247.962000', '180247.964000', '180247.967000', '180247.969000', '180247.972000', '180247.975000', '180247.977000', '180247.980000', '180247.982000', '180247.985000', '180247.988000', '180247.990000', '180247.993000', '180247.995000', '180247.998000', '180248.002000', '180248.004000', '180248.007000', '180248.010000', '180248.012000', '180248.015000', '180307.904000', '180307.906000', '180307.909000', '180307.912000', '180307.914000', '180307.917000', '180307.920000', '180307.922000', '180307.925000', '180307.928000', '180307.930000', '180307.933000', '180307.936000', '180307.938000', '180307.941000', '180307.943000', '180307.946000', '180307.949000', '180307.951000', '180307.954000', '180307.957000', '180307.959000', '180307.962000', '180307.964000', '180307.967000', '180307.970000', '180307.972000', '180307.975000', '180307.977000', '180307.980000', '180307.983000', '180307.985000', '180307.988000', '180307.991000', '180307.993000', '180307.996000', '180307.998000', '180308.002000', '180308.005000', '180308.007000', '180308.010000', '180308.013000', '180308.015000', '180308.018000', '180327.904000', '180327.907000', '180327.909000', '180327.912000', '180327.915000', '180327.917000', '180327.920000', '180327.922000', '180327.925000', '180327.928000', '180327.930000', '180327.933000', '180327.935000', '180327.938000', '180327.941000', '180327.943000', '180327.946000', '180327.949000', '180327.951000', '180327.954000', '180327.956000', '180327.959000', '180327.962000', '180327.964000', '180327.967000', '180327.970000', '180327.972000', '180327.975000', '180327.977000', '180327.980000', '180327.983000', '180327.985000', '180327.988000', '180327.990000', '180327.993000', '180327.996000', '180327.998000', '180328.002000', '180328.004000', '180328.007000', '180328.010000', '180328.012000', '180328.015000', '180347.903000', '180347.906000', '180347.908000', '180347.911000', '180347.914000', '180347.916000', '180347.919000', '180347.921000', '180347.924000', '180347.927000', '180347.929000', '180347.932000', '180347.935000', '180347.937000', '180347.940000', '180347.943000', '180347.945000', '180347.948000', '180347.950000', '180347.953000', '180347.956000', '180347.958000', '180347.961000', '180347.963000', '180347.966000', '180347.968000', '180347.971000', '180347.974000', '180347.976000', '180347.979000', '180347.989000', '180347.992000', '180347.995000', '180347.997000', '180348.001000', '180348.003000', '180348.006000', '180348.009000', '180348.011000', '180348.014000', '180348.016000', '180348.019000', '180348.022000', '180348.024000', '180407.904000', '180407.906000', '180407.909000', '180407.912000', '180407.915000', '180407.917000', '180407.920000', '180407.922000', '180407.925000', '180407.928000', '180407.930000', '180407.933000', '180407.936000', '180407.938000', '180407.941000', '180407.944000', '180407.947000', '180407.949000', '180407.952000', '180407.954000', '180407.957000', '180407.960000', '180407.962000', '180407.965000', '180407.968000', '180407.970000', '180407.973000', '180407.976000', '180407.978000', '180407.981000', '180407.984000', '180407.986000', '180407.989000', '180407.992000', '180407.994000', '180407.997000', '180407.999000', '180408.002000', '180408.005000', '180408.007000', '180408.010000', '180408.013000', '180408.015000', '180427.903000', '180427.906000', '180427.909000', '180427.912000', '180427.914000', '180427.917000', '180427.919000', '180427.922000', '180427.925000', '180427.927000', '180427.930000', '180427.932000', '180427.935000', '180427.938000', '180427.940000', '180427.943000', '180427.946000', '180427.948000', '180427.951000', '180427.953000', '180427.956000', '180427.959000', '180427.961000', '180427.964000', '180427.967000', '180427.969000', '180427.972000', '180427.974000', '180427.977000', '180427.980000', '180427.982000', '180427.985000', '180427.988000', '180427.990000', '180427.993000', '180427.995000', '180427.998000', '180428.002000', '180428.004000', '180428.007000', '180428.009000', '180428.012000', '180428.015000', '180428.017000', '180447.904000', '180447.907000', '180447.909000', '180447.912000', '180447.915000', '180447.917000', '180447.920000', '180447.923000', '180447.925000', '180447.928000', '180447.930000', '180447.933000', '180447.936000', '180447.938000', '180447.941000', '180447.944000', '180447.946000', '180447.949000', '180447.951000', '180447.954000', '180447.957000', '180447.959000', '180447.962000', '180447.964000', '180447.967000', '180447.970000', '180447.972000', '180447.975000', '180447.977000', '180447.980000', '180447.983000', '180447.985000', '180447.988000', '180447.991000', '180447.993000', '180447.996000', '180447.998000', '180448.002000', '180448.005000', '180448.007000', '180448.010000', '180448.013000', '180448.015000', '180507.904000', '180507.906000', '180507.909000', '180507.912000', '180507.915000', '180507.918000', '180507.921000', '180507.923000', '180507.926000', '180507.929000', '180507.931000', '180507.934000', '180507.937000', '180507.939000', '180507.942000', '180507.945000', '180507.947000', '180507.950000', '180507.953000', '180507.955000', '180507.958000', '180507.960000', '180507.963000', '180507.966000', '180507.968000', '180507.971000', '180507.983000', '180507.986000', '180507.988000', '180507.991000', '180507.994000', '180507.996000', '180508.000000', '180508.002000', '180508.005000', '180508.008000', '180508.010000', '180508.013000', '180508.015000', '180508.018000', '180508.021000', '180508.023000', '180508.026000', '180508.029000', '180527.904000', '180527.906000', '180527.909000', '180527.912000', '180527.914000', '180527.917000', '180527.920000', '180527.922000', '180527.925000', '180527.927000', '180527.930000', '180527.933000', '180527.935000', '180527.938000', '180527.941000', '180527.943000', '180527.946000', '180527.948000', '180527.951000', '180527.954000', '180527.956000', '180527.959000', '180527.961000', '180527.964000', '180527.967000', '180527.969000', '180527.972000', '180527.975000', '180527.977000', '180527.980000', '180527.982000', '180527.985000', '180527.988000', '180527.990000', '180527.993000', '180527.996000', '180527.998000', '180528.002000', '180528.004000', '180528.007000', '180528.010000', '180528.012000', '180528.015000', '180547.904000', '180547.907000', '180547.909000', '180547.912000', '180547.914000', '180547.917000', '180547.920000', '180547.922000', '180547.925000', '180547.928000', '180547.930000', '180547.933000', '180547.936000', '180547.938000', '180547.941000', '180547.944000', '180547.946000', '180547.949000', '180547.952000', '180547.954000', '180547.957000', '180547.959000', '180547.962000', '180547.965000', '180547.967000', '180547.970000', '180547.973000', '180547.975000', '180547.978000', '180547.980000', '180547.983000', '180547.986000', '180547.988000', '180547.991000', '180547.994000', '180547.996000', '180548.000000', '180548.003000', '180548.005000', '180548.008000', '180548.011000', '180548.013000', '180548.016000', '180607.903000', '180607.906000', '180607.908000', '180607.911000', '180607.914000', '180607.916000', '180607.919000', '180607.921000', '180607.924000', '180607.926000', '180607.929000', '180607.932000', '180607.934000', '180607.937000', '180607.940000', '180607.942000', '180607.945000', '180607.948000', '180607.950000', '180607.953000', '180607.956000', '180607.958000', '180607.961000', '180607.963000', '180607.966000', '180607.969000', '180607.971000', '180607.974000', '180607.976000', '180607.979000', '180607.982000', '180607.984000', '180607.987000', '180607.989000', '180607.992000', '180607.995000', '180607.997000', '180608.001000', '180608.004000', '180608.006000', '180608.009000', '180608.011000', '180608.014000', '180608.017000', '180627.018000', '180627.021000', '180627.024000', '180627.027000', '180627.030000', '180627.032000', '180627.035000', '180627.037000', '180627.040000', '180627.043000', '180627.046000', '180627.049000', '180627.052000', '180627.055000', '180627.057000', '180627.060000', '180627.063000', '180627.066000', '180627.068000', '180627.071000', '180627.074000', '180627.076000', '180627.079000', '180627.105000', '180627.108000', '180627.111000', '180627.114000', '180627.117000', '180627.119000', '180627.122000', '180627.125000', '180627.130000', '180627.132000', '180627.135000', '180627.139000', '180627.143000', '180627.147000', '180627.153000', '180627.156000', '180627.159000', '180627.163000', '180627.165000'], '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': [11396, 8954, 9616, 9310, 8159, 11336, 9044, 13854, 9098, 9689, 9536, 16293, 9540, 10043, 11334, 8359, 13727, 8463, 10628, 8585, 8855, 10769, 8007, 12986, 8988, 9918, 8107, 9073, 9662, 8495, 12181, 9593, 9504, 8215, 9328, 14449, 9899, 11404, 9281, 8943, 14855, 8502, 11045, 10182, 8803, 15703, 8681, 11446, 10709, 8595, 14557, 8965, 10437, 11805, 8542, 13258, 8886, 10293, 11293, 8236, 13484, 9499, 10345, 10040, 8247, 13544, 9339, 9812, 13117, 8263, 12320, 8901, 9629, 15340, 8926, 12503, 8980, 9162, 14576, 9123, 11268, 8598, 9063, 14957, 9281, 11255, 8950, 8737, 15229, 9123, 10632, 12292, 8559, 13831, 8877, 10152, 12823, 8762, 12921, 9184, 10169, 12971, 8708, 13026, 9469, 10685, 9543, 8493, 14492, 9767, 10894, 8897, 8864, 14591, 9579, 10746, 9156, 8564, 14704, 9685, 9798, 8681, 8844, 8287, 8658, 13941, 9952, 11069, 8644, 10377, 15850, 10795, 11988, 8723, 9748, 15110, 8745, 12899, 9012, 11095, 12979, 9160, 13887, 8657, 12463, 9155, 10842, 11085, 9302, 15253, 8859, 12338, 9274, 9844, 12472, 8591, 13381, 9938, 10891, 8647, 10336, 13815, 9058, 12733, 8467, 12025, 8967, 11850, 9404, 11098, 8978, 12058, 10008, 9554, 9012, 9266, 13776, 8806, 9102, 10844, 8496, 10704, 8846, 13891, 12468, 9816, 10503, 8929, 15715, 9993, 9789, 9159, 12903, 9275, 14789, 10362, 14820, 9577, 7827, 8645, 8946, 11890, 14131, 8762, 13851, 9487, 10409, 8231, 9496, 15089, 8693, 13236, 9889, 11996, 8670, 11323, 12332, 9360, 15086, 9323, 12608, 9191, 10806, 9320, 8719, 13929, 9723, 12281, 8868, 11126, 10914, 9016, 14393, 9935, 12345, 8989, 10364, 12120, 8948, 13574, 9175, 11027, 9175, 9164, 16216, 9183, 12418, 8808, 10371, 9174, 8514, 16337, 9183, 12517, 9248, 11000, 10587, 9281, 15403, 8728, 12631, 10108, 10641, 14765, 9820, 12378, 9137, 9762, 15928, 9634, 12115, 9113, 10170, 15840, 9316, 12335, 9570, 10124, 16480, 9928, 11988, 9352, 10456, 14405, 8522, 12699, 9710, 10592, 15898, 8917, 12229, 10270, 9443, 14665, 9388, 11341, 11290, 9133, 13941, 9724, 10023, 14173, 8892, 12167, 9238, 10551, 15330, 8789, 13187, 9983, 11199, 10287, 8532, 14287, 10746, 10147, 8770, 9099, 14808, 10410, 10742, 9250, 9117, 14601, 9699, 11453, 10388, 9111, 15775, 9222, 12174, 9957, 9885, 12101, 8297, 13464, 9933, 11182, 9502, 9114, 15261, 9860, 11380, 10991, 8850, 15802, 8866, 12326, 10390, 9883, 14883, 9704, 12900, 9595, 10529, 12614, 8637, 13613, 9804, 10770, 13235, 9213, 12971, 9719, 11153, 11810, 8893, 14874, 11042, 11732, 9375, 8522, 14982, 10597, 11211, 9786, 8995, 15229, 10347, 10799, 8896, 9908, 16479, 8987, 12228, 10156, 9446, 12835, 8320, 13648, 10766, 9990, 13408, 8213, 13434, 10629, 10349, 16473, 9483, 13142, 8964, 10458, 11177, 8605, 13933, 10105, 11698, 10094, 8356, 14766, 10609, 11083, 10230, 8516, 15350, 10912, 10794, 9749, 8528, 15076, 9853, 11955, 10811, 8988, 16045, 8746, 12804, 10573, 9698, 13556, 8192, 13782, 10315, 10291, 10062, 8450, 15197, 10596, 12110, 9406, 10734, 15143, 8302, 14111, 10431, 11462, 9696, 9061, 15925, 10675, 11864, 8846, 10003, 16231, 9091, 12416, 9981, 10227, 12350, 8353, 13590, 10117, 10754, 13683, 8365, 14127, 9356, 11045, 13773, 8562, 14652, 9889, 11228, 12722, 8792, 15373, 9258, 13017, 9658, 11735, 10117, 10560, 8570, 9805, 8889, 11867, 9440, 12390, 9707, 13332, 14923, 8915, 13620, 9981, 10533, 9035, 8745, 13911, 9853, 10609, 9015, 11350, 8926, 10597, 13332, 8678, 13678, 8564, 12815, 9575, 10249, 11642, 8635, 14701, 9409, 11147, 10470, 9248, 15867, 8670, 12431, 9819, 10602, 13126, 8663, 14384, 9005, 12091, 9210, 9831, 8806, 8689, 14200, 9751, 11665, 10271, 9742, 14433, 8588, 13165, 9629, 10132, 9700, 8787, 14869, 10418, 10907, 10273, 8942, 16230, 8813, 12413, 9966, 9987, 9194, 8697, 15062, 10125, 11357, 9137, 9815, 8827, 8758, 14636, 10005, 10984, 9545, 9123, 15653, 9617, 11573, 10386, 9241, 12727, 8611, 12741, 9217, 10225, 11363, 8564, 13458, 9796, 10611, 13608, 8638, 12924, 9025, 10002, 13148, 8862, 10599, 8801, 13214, 9209, 9147, 9344, 8761, 11516, 8578, 12152, 15927, 11802, 11478, 8992, 10402, 12104, 9017, 10202, 8534, 13184, 8920, 12658, 10184, 11771, 8697, 12334, 9842, 11441, 10852, 9089, 8800, 8948, 14862, 9849, 10135, 8769, 14314, 9736, 12126, 9114, 10448, 8477, 10453, 8747, 12067, 9416, 12733, 9125, 11530, 14411, 10472, 11956, 9355, 11479, 8661, 10865, 9327, 9543, 8788, 12034, 11776, 9762, 13806, 9571, 11736, 8479, 11658, 9221, 12321, 9506, 8387, 9155, 8598, 12360, 14135, 9070, 12434, 9787, 10817, 9270, 8893, 14388, 9652, 12375, 8641, 10881, 12236, 9458, 16199, 8929, 13624, 10555, 11364, 8824, 10715, 12583, 9531, 13296, 8693, 12950, 9407, 11785, 9295, 10313, 16630, 8719, 13511, 10312, 11318, 8974, 9550, 12970, 8842, 13267, 8731, 12215, 9841, 11002, 11155, 8951, 14774, 9708, 12646, 9184, 11566, 9715, 8841, 15277, 9980, 12174, 9528, 11141, 11208, 9703, 14815, 8561, 13293, 9500, 10964, 13088, 8351, 13889, 9453, 11329, 11163, 8873, 15656, 8843, 12551, 9723, 10131, 8900, 8794, 16899, 9951, 12676, 10004, 10737, 12932, 9516, 14969, 9089, 13000, 9985, 11060, 9940, 10747, 9655, 8718, 15270, 11050, 12030, 9964, 11088, 11720, 9476, 11314, 8724, 14199, 10176, 12121, 9805, 11340, 9047, 9348, 15589, 9606, 12480, 9791, 12268, 8910, 10775, 10734, 9249, 14026, 8664, 13673, 10018, 10651, 9121, 10736, 8551, 10327, 8024, 10687, 9133, 11538, 9221, 15854, 11251, 11476, 9179, 9501, 15028, 9241, 13802, 8732, 12531, 9400, 11243, 9322, 9559, 9155, 8639, 15509, 11160, 11949, 9506, 11816, 10196, 11005, 14416, 8602, 14655, 8613, 13006, 10042, 11172, 9465, 8985, 15789, 9585, 12344, 8863, 13979, 8525, 13929, 11143, 10109, 15335, 9103, 13296, 9690, 9972, 8594, 8863, 16046, 10103, 12665, 9453, 11153, 11134, 10439, 8573, 9509, 14154, 8442, 13848, 10140, 13479, 8853, 12959, 10864, 11149, 9898, 9718, 15273, 8829, 11997, 9381, 9972, 8845, 8692, 10269, 15385, 11122, 11701, 9216, 9463, 9851, 8655, 14798, 10535, 10737, 9058, 10959, 9350, 9462, 14277, 8857, 12687, 8629, 14125, 10043, 11681, 10782, 9345, 14557, 9159, 12596, 9795, 10369, 11698, 8640, 14465, 9772, 11088, 14385, 8990, 13540, 9536, 10413, 12401, 8491, 13937, 9749, 10579, 12158, 8686, 14404, 10232, 11954, 9715, 8641, 14987, 10521, 10900, 9203, 10484, 15136, 9364, 13202, 10301, 10637, 12707, 8560, 13782, 9678, 10187, 11312, 8599, 14900, 9628, 10760, 14735, 8790, 13309, 9627, 10436, 12778, 8311, 14031, 10170, 11928, 9564, 8559, 15047, 10816, 10336, 9612, 8817, 15534, 10457, 11199, 11664, 8637, 14093, 9126, 11073, 10739, 9411, 14717, 9169, 12740, 9065, 9920, 13404, 8741, 12747, 9365, 11751, 11395, 8737, 14611, 10129, 11595, 8851, 8813, 15961, 9602, 11124, 9229, 10483, 14752, 9080, 13274, 10694, 9944, 10562, 8626, 14799, 10074, 10324, 10357, 8641, 15595, 10087, 10567, 16061, 9644, 11814, 8898, 10997, 11343, 8420, 14246, 10325, 11785, 9805, 8687, 15353, 10709, 10715, 9963, 8575, 15511, 10431, 10519, 9929, 9047, 9321, 8385, 15390, 11088, 10354, 10036, 9752, 16233, 10819, 11677, 11046, 9234, 10002, 8549, 14394, 9911, 11233, 16012, 10178, 13859, 9199, 9951, 12993, 8541, 13679, 10007, 9799, 8760, 10355, 11759, 8657, 16092, 11142, 12243, 9226, 9791, 15141, 9976, 11956, 8733, 9605, 9002, 9572, 14090, 8759, 13497, 10171, 10149, 9479, 8744, 15329, 10052, 12154, 9554, 10982, 9793, 8588, 15322, 10017, 11813, 8899, 10857, 10847, 8664, 15312, 9580, 12944, 8820, 11772, 8781, 11376, 9822, 9163, 11027, 8288, 15024, 10196, 11797, 8898, 11118, 10338, 8743, 15249, 9490, 12388, 8955, 11890, 10108, 9694, 16266, 9185, 12783, 8920, 11412, 10461, 9166, 16168, 9569, 12158, 8800, 11205, 10947, 9023, 15424, 9350, 12595, 9652, 10240, 12928, 8523, 14926, 9083, 13008, 10949, 10773, 12209, 8544, 15015, 9754, 11668, 10950, 9742, 9667, 8438, 14636, 9563, 11913, 10580, 9605, 12000, 8404, 15127, 10058, 11124, 14118, 9194, 14329, 9640, 10381, 11269, 8915, 10730, 8620, 14377, 9353, 12017, 9300, 10780, 8913, 11048, 16642, 9903, 12829, 10810, 10114, 10802, 8640, 14446, 10163, 10409, 8761, 12649, 8519, 10279, 8650, 8997, 11387, 9083, 14030, 12109, 11614, 11079, 8671, 16252, 10944, 11057, 8676, 11086, 8745, 11665, 9737, 13677, 10938, 8734, 10031, 8749, 11029, 8907, 15192, 9923, 10575, 13453, 9379, 14004, 10444, 12626, 8857, 11557, 11742, 9589, 9603, 9104, 11497, 10727, 8626, 11432, 11143, 11460, 14661, 11428, 11994, 9102, 10510, 9246, 8735, 11027, 9982, 11934, 10815, 12149, 9104, 12188, 9192, 13762, 10361, 13326, 9371, 14261, 9709, 12555, 9357, 11301, 8928, 10401, 8988, 11765, 9074, 10450], 'WindowCenter': [4604.0, 4560.0, 4559.0, 4546.0, 4523.0, 4563.0, 4533.0, 4573.0, 4534.0, 4542.0, 4543.0, 4571.0, 4529.0, 4528.0, 4537.0, 4509.0, 4556.0, 4509.0, 4538.0, 4518.0, 4529.0, 4536.0, 4510.0, 4558.0, 4531.0, 4540.0, 4520.0, 4530.0, 4539.0, 4532.0, 4562.0, 4542.0, 4542.0, 4532.0, 4543.0, 4581.0, 4552.0, 4563.0, 4542.0, 4533.0, 4572.0, 4532.0, 4551.0, 4540.0, 4532.0, 4581.0, 4531.0, 4561.0, 4540.0, 4521.0, 4569.0, 4530.0, 4540.0, 4549.0, 4520.0, 4558.0, 4530.0, 4539.0, 4548.0, 4520.0, 4558.0, 4529.0, 4539.0, 4526.0, 4520.0, 4558.0, 4529.0, 4540.0, 4558.0, 4520.0, 4559.0, 4530.0, 4540.0, 4568.0, 4530.0, 4559.0, 4528.0, 4529.0, 4568.0, 4530.0, 4549.0, 4519.0, 4529.0, 4569.0, 4530.0, 4549.0, 4529.0, 4520.0, 4564.0, 4529.0, 4538.0, 4548.0, 4519.0, 4557.0, 4529.0, 4539.0, 4558.0, 4520.0, 4558.0, 4540.0, 4550.0, 4559.0, 4531.0, 4558.0, 4539.0, 4550.0, 4528.0, 4530.0, 4569.0, 4539.0, 4549.0, 4528.0, 4531.0, 4569.0, 4540.0, 4550.0, 4529.0, 4520.0, 4569.0, 4540.0, 4552.0, 4520.0, 4530.0, 4518.0, 4532.0, 4570.0, 4551.0, 4561.0, 4531.0, 4553.0, 4581.0, 4551.0, 4561.0, 4520.0, 4530.0, 4568.0, 4519.0, 4547.0, 4519.0, 4549.0, 4557.0, 4518.0, 4556.0, 4518.0, 4546.0, 4527.0, 4537.0, 4535.0, 4517.0, 4555.0, 4516.0, 4545.0, 4515.0, 4528.0, 4544.0, 4505.0, 4544.0, 4526.0, 4534.0, 4516.0, 4537.0, 4555.0, 4518.0, 4561.0, 4508.0, 4535.0, 4505.0, 4534.0, 4527.0, 4536.0, 4528.0, 4546.0, 4527.0, 4526.0, 4515.0, 4517.0, 4555.0, 4516.0, 4518.0, 4538.0, 4517.0, 4538.0, 4529.0, 4568.0, 4546.0, 4528.0, 4525.0, 4506.0, 4554.0, 4526.0, 4527.0, 4518.0, 4546.0, 4528.0, 4569.0, 4551.0, 4567.0, 4529.0, 4496.0, 4505.0, 4517.0, 4537.0, 4545.0, 4505.0, 4544.0, 4527.0, 4536.0, 4507.0, 4528.0, 4555.0, 4506.0, 4544.0, 4514.0, 4532.0, 4503.0, 4524.0, 4533.0, 4503.0, 4542.0, 4503.0, 4532.0, 4502.0, 4511.0, 4489.0, 4490.0, 4529.0, 4500.0, 4520.0, 4491.0, 4522.0, 4511.0, 4503.0, 4541.0, 4513.0, 4531.0, 4502.0, 4513.0, 4531.0, 4504.0, 4541.0, 4514.0, 4524.0, 4514.0, 4516.0, 4564.0, 4516.0, 4545.0, 4519.0, 4537.0, 4517.0, 4520.0, 4566.0, 4529.0, 4559.0, 4530.0, 4549.0, 4540.0, 4532.0, 4570.0, 4531.0, 4560.0, 4540.0, 4541.0, 4570.0, 4540.0, 4548.0, 4528.0, 4540.0, 4568.0, 4529.0, 4548.0, 4519.0, 4539.0, 4568.0, 4528.0, 4558.0, 4539.0, 4540.0, 4578.0, 4540.0, 4549.0, 4530.0, 4540.0, 4568.0, 4520.0, 4559.0, 4529.0, 4540.0, 4568.0, 4527.0, 4549.0, 4538.0, 4529.0, 4557.0, 4528.0, 4548.0, 4536.0, 4529.0, 4557.0, 4528.0, 4528.0, 4557.0, 4517.0, 4547.0, 4527.0, 4538.0, 4566.0, 4517.0, 4556.0, 4527.0, 4536.0, 4526.0, 4517.0, 4556.0, 4537.0, 4526.0, 4517.0, 4519.0, 4557.0, 4537.0, 4538.0, 4517.0, 4518.0, 4557.0, 4528.0, 4548.0, 4537.0, 4517.0, 4566.0, 4528.0, 4547.0, 4527.0, 4537.0, 4546.0, 4518.0, 4557.0, 4528.0, 4548.0, 4526.0, 4518.0, 4566.0, 4527.0, 4548.0, 4536.0, 4518.0, 4566.0, 4518.0, 4547.0, 4528.0, 4528.0, 4557.0, 4528.0, 4546.0, 4527.0, 4538.0, 4546.0, 4518.0, 4556.0, 4527.0, 4537.0, 4546.0, 4527.0, 4544.0, 4527.0, 4537.0, 4546.0, 4516.0, 4556.0, 4536.0, 4535.0, 4514.0, 4515.0, 4555.0, 4536.0, 4536.0, 4525.0, 4516.0, 4555.0, 4526.0, 4535.0, 4516.0, 4527.0, 4565.0, 4517.0, 4546.0, 4526.0, 4527.0, 4556.0, 4517.0, 4557.0, 4537.0, 4528.0, 4545.0, 4508.0, 4557.0, 4526.0, 4538.0, 4566.0, 4517.0, 4544.0, 4515.0, 4526.0, 4535.0, 4517.0, 4554.0, 4527.0, 4546.0, 4524.0, 4507.0, 4555.0, 4537.0, 4537.0, 4524.0, 4516.0, 4566.0, 4535.0, 4536.0, 4515.0, 4517.0, 4554.0, 4527.0, 4546.0, 4535.0, 4517.0, 4565.0, 4515.0, 4545.0, 4526.0, 4527.0, 4554.0, 4507.0, 4556.0, 4526.0, 4525.0, 4526.0, 4506.0, 4556.0, 4536.0, 4545.0, 4516.0, 4537.0, 4553.0, 4505.0, 4554.0, 4526.0, 4536.0, 4515.0, 4513.0, 4555.0, 4526.0, 4535.0, 4504.0, 4526.0, 4564.0, 4515.0, 4545.0, 4525.0, 4527.0, 4545.0, 4507.0, 4556.0, 4527.0, 4538.0, 4556.0, 4507.0, 4557.0, 4528.0, 4537.0, 4556.0, 4507.0, 4556.0, 4528.0, 4538.0, 4541.0, 4501.0, 4548.0, 4519.0, 4558.0, 4542.0, 4562.0, 4552.0, 4541.0, 4519.0, 4539.0, 4531.0, 4559.0, 4540.0, 4559.0, 4542.0, 4572.0, 4569.0, 4520.0, 4548.0, 4517.0, 4526.0, 4505.0, 4506.0, 4544.0, 4526.0, 4525.0, 4518.0, 4537.0, 4518.0, 4537.0, 4557.0, 4518.0, 4556.0, 4519.0, 4557.0, 4528.0, 4528.0, 4548.0, 4518.0, 4558.0, 4529.0, 4539.0, 4538.0, 4529.0, 4567.0, 4519.0, 4548.0, 4526.0, 4538.0, 4547.0, 4508.0, 4557.0, 4518.0, 4547.0, 4514.0, 4528.0, 4518.0, 4520.0, 4558.0, 4528.0, 4549.0, 4538.0, 4529.0, 4557.0, 4518.0, 4547.0, 4527.0, 4528.0, 4516.0, 4518.0, 4556.0, 4527.0, 4537.0, 4525.0, 4517.0, 4564.0, 4516.0, 4546.0, 4526.0, 4527.0, 4516.0, 4518.0, 4557.0, 4528.0, 4537.0, 4517.0, 4528.0, 4517.0, 4519.0, 4568.0, 4529.0, 4538.0, 4517.0, 4518.0, 4555.0, 4517.0, 4537.0, 4525.0, 4517.0, 4545.0, 4507.0, 4546.0, 4517.0, 4528.0, 4537.0, 4517.0, 4557.0, 4528.0, 4538.0, 4557.0, 4518.0, 4548.0, 4517.0, 4528.0, 4546.0, 4531.0, 4538.0, 4529.0, 4559.0, 4531.0, 4530.0, 4542.0, 4532.0, 4563.0, 4533.0, 4564.0, 4572.0, 4550.0, 4537.0, 4517.0, 4527.0, 4537.0, 4518.0, 4525.0, 4508.0, 4545.0, 4516.0, 4547.0, 4528.0, 4546.0, 4518.0, 4547.0, 4527.0, 4538.0, 4525.0, 4505.0, 4504.0, 4506.0, 4555.0, 4525.0, 4525.0, 4518.0, 4556.0, 4516.0, 4547.0, 4505.0, 4524.0, 4495.0, 4525.0, 4506.0, 4545.0, 4518.0, 4547.0, 4528.0, 4548.0, 4556.0, 4527.0, 4535.0, 4518.0, 4535.0, 4506.0, 4525.0, 4517.0, 4516.0, 4518.0, 4548.0, 4535.0, 4526.0, 4546.0, 4528.0, 4534.0, 4495.0, 4546.0, 4530.0, 4547.0, 4527.0, 4517.0, 4526.0, 4517.0, 4559.0, 4556.0, 4505.0, 4545.0, 4527.0, 4536.0, 4515.0, 4517.0, 4555.0, 4515.0, 4533.0, 4503.0, 4523.0, 4533.0, 4515.0, 4553.0, 4504.0, 4544.0, 4524.0, 4522.0, 4503.0, 4521.0, 4531.0, 4502.0, 4530.0, 4492.0, 4531.0, 4502.0, 4532.0, 4502.0, 4522.0, 4551.0, 4492.0, 4531.0, 4513.0, 4522.0, 4503.0, 4514.0, 4543.0, 4515.0, 4544.0, 4516.0, 4546.0, 4526.0, 4536.0, 4536.0, 4517.0, 4555.0, 4526.0, 4546.0, 4516.0, 4535.0, 4516.0, 4517.0, 4556.0, 4527.0, 4546.0, 4526.0, 4538.0, 4536.0, 4529.0, 4557.0, 4518.0, 4557.0, 4527.0, 4538.0, 4547.0, 4508.0, 4557.0, 4528.0, 4538.0, 4537.0, 4519.0, 4567.0, 4529.0, 4558.0, 4530.0, 4540.0, 4530.0, 4532.0, 4591.0, 4542.0, 4571.0, 4542.0, 4552.0, 4561.0, 4541.0, 4569.0, 4532.0, 4570.0, 4541.0, 4550.0, 4541.0, 4550.0, 4539.0, 4532.0, 4580.0, 4551.0, 4560.0, 4541.0, 4550.0, 4549.0, 4541.0, 4549.0, 4531.0, 4569.0, 4541.0, 4560.0, 4540.0, 4550.0, 4530.0, 4531.0, 4569.0, 4540.0, 4558.0, 4540.0, 4559.0, 4530.0, 4549.0, 4539.0, 4530.0, 4568.0, 4519.0, 4557.0, 4540.0, 4538.0, 4530.0, 4562.0, 4530.0, 4551.0, 4524.0, 4551.0, 4544.0, 4562.0, 4545.0, 4596.0, 4552.0, 4551.0, 4518.0, 4528.0, 4558.0, 4518.0, 4557.0, 4520.0, 4547.0, 4518.0, 4538.0, 4517.0, 4528.0, 4517.0, 4519.0, 4567.0, 4538.0, 4544.0, 4530.0, 4548.0, 4528.0, 4539.0, 4557.0, 4508.0, 4557.0, 4508.0, 4555.0, 4527.0, 4537.0, 4527.0, 4518.0, 4567.0, 4527.0, 4547.0, 4519.0, 4557.0, 4518.0, 4557.0, 4537.0, 4527.0, 4555.0, 4518.0, 4546.0, 4517.0, 4525.0, 4505.0, 4515.0, 4566.0, 4527.0, 4545.0, 4517.0, 4536.0, 4536.0, 4527.0, 4507.0, 4529.0, 4568.0, 4508.0, 4557.0, 4538.0, 4557.0, 4519.0, 4549.0, 4539.0, 4547.0, 4527.0, 4528.0, 4557.0, 4518.0, 4534.0, 4516.0, 4526.0, 4517.0, 4518.0, 4540.0, 4568.0, 4537.0, 4546.0, 4515.0, 4514.0, 4513.0, 4505.0, 4554.0, 4525.0, 4534.0, 4515.0, 4536.0, 4515.0, 4527.0, 4555.0, 4517.0, 4546.0, 4518.0, 4557.0, 4527.0, 4547.0, 4535.0, 4517.0, 4556.0, 4517.0, 4547.0, 4527.0, 4536.0, 4534.0, 4517.0, 4556.0, 4526.0, 4537.0, 4556.0, 4516.0, 4544.0, 4526.0, 4537.0, 4545.0, 4517.0, 4556.0, 4527.0, 4538.0, 4546.0, 4517.0, 4557.0, 4539.0, 4548.0, 4527.0, 4517.0, 4567.0, 4538.0, 4537.0, 4529.0, 4549.0, 4568.0, 4528.0, 4558.0, 4536.0, 4538.0, 4546.0, 4518.0, 4557.0, 4527.0, 4538.0, 4535.0, 4518.0, 4566.0, 4527.0, 4536.0, 4556.0, 4515.0, 4554.0, 4527.0, 4536.0, 4546.0, 4507.0, 4556.0, 4537.0, 4547.0, 4526.0, 4519.0, 4567.0, 4538.0, 4536.0, 4527.0, 4528.0, 4567.0, 4538.0, 4548.0, 4545.0, 4518.0, 4556.0, 4528.0, 4546.0, 4537.0, 4529.0, 4567.0, 4527.0, 4557.0, 4518.0, 4539.0, 4557.0, 4518.0, 4556.0, 4528.0, 4559.0, 4548.0, 4520.0, 4568.0, 4538.0, 4548.0, 4527.0, 4529.0, 4578.0, 4540.0, 4549.0, 4529.0, 4552.0, 4569.0, 4532.0, 4560.0, 4539.0, 4540.0, 4538.0, 4520.0, 4569.0, 4529.0, 4538.0, 4538.0, 4520.0, 4567.0, 4538.0, 4539.0, 4567.0, 4526.0, 4534.0, 4516.0, 4537.0, 4535.0, 4508.0, 4556.0, 4538.0, 4547.0, 4526.0, 4518.0, 4567.0, 4536.0, 4537.0, 4526.0, 4517.0, 4565.0, 4536.0, 4537.0, 4527.0, 4518.0, 4517.0, 4518.0, 4567.0, 4549.0, 4539.0, 4527.0, 4530.0, 4568.0, 4538.0, 4537.0, 4536.0, 4517.0, 4524.0, 4517.0, 4556.0, 4525.0, 4537.0, 4554.0, 4526.0, 4545.0, 4515.0, 4526.0, 4545.0, 4506.0, 4555.0, 4525.0, 4524.0, 4517.0, 4537.0, 4548.0, 4520.0, 4567.0, 4549.0, 4548.0, 4518.0, 4528.0, 4557.0, 4528.0, 4536.0, 4505.0, 4516.0, 4518.0, 4528.0, 4556.0, 4516.0, 4557.0, 4527.0, 4538.0, 4527.0, 4518.0, 4566.0, 4529.0, 4547.0, 4527.0, 4536.0, 4525.0, 4519.0, 4567.0, 4528.0, 4546.0, 4517.0, 4537.0, 4536.0, 4518.0, 4557.0, 4518.0, 4546.0, 4518.0, 4545.0, 4516.0, 4537.0, 4526.0, 4517.0, 4536.0, 4508.0, 4567.0, 4538.0, 4547.0, 4517.0, 4537.0, 4525.0, 4518.0, 4566.0, 4528.0, 4546.0, 4519.0, 4548.0, 4537.0, 4526.0, 4567.0, 4528.0, 4547.0, 4518.0, 4546.0, 4537.0, 4528.0, 4565.0, 4528.0, 4546.0, 4528.0, 4549.0, 4539.0, 4529.0, 4567.0, 4530.0, 4559.0, 4530.0, 4541.0, 4557.0, 4520.0, 4569.0, 4530.0, 4559.0, 4549.0, 4538.0, 4548.0, 4518.0, 4567.0, 4527.0, 4548.0, 4537.0, 4528.0, 4526.0, 4508.0, 4567.0, 4529.0, 4548.0, 4537.0, 4529.0, 4547.0, 4519.0, 4567.0, 4528.0, 4537.0, 4556.0, 4517.0, 4555.0, 4517.0, 4537.0, 4536.0, 4517.0, 4537.0, 4518.0, 4568.0, 4530.0, 4557.0, 4529.0, 4549.0, 4530.0, 4550.0, 4580.0, 4540.0, 4559.0, 4538.0, 4539.0, 4538.0, 4520.0, 4568.0, 4540.0, 4537.0, 4530.0, 4558.0, 4532.0, 4553.0, 4532.0, 4544.0, 4574.0, 4544.0, 4583.0, 4562.0, 4551.0, 4539.0, 4519.0, 4568.0, 4527.0, 4526.0, 4508.0, 4536.0, 4507.0, 4547.0, 4540.0, 4571.0, 4550.0, 4530.0, 4527.0, 4518.0, 4536.0, 4519.0, 4570.0, 4528.0, 4538.0, 4546.0, 4518.0, 4556.0, 4526.0, 4544.0, 4504.0, 4522.0, 4534.0, 4502.0, 4501.0, 4503.0, 4522.0, 4524.0, 4504.0, 4535.0, 4523.0, 4533.0, 4543.0, 4522.0, 4520.0, 4491.0, 4510.0, 4514.0, 4504.0, 4525.0, 4514.0, 4545.0, 4526.0, 4547.0, 4515.0, 4532.0, 4515.0, 4544.0, 4529.0, 4549.0, 4520.0, 4550.0, 4507.0, 4538.0, 4506.0, 4549.0, 4519.0, 4539.0, 4520.0, 4548.0, 4529.0, 4550.0], 'WindowWidth': [10092.0, 10021.0, 10013.0, 9990.0, 9956.0, 10008.0, 9968.0, 10021.0, 9970.0, 9977.0, 9980.0, 10018.0, 9955.0, 9952.0, 9961.0, 9926.0, 9987.0, 9927.0, 9964.0, 9939.0, 9956.0, 9961.0, 9932.0, 9994.0, 9961.0, 9971.0, 9946.0, 9961.0, 9970.0, 9966.0, 10005.0, 9978.0, 9977.0, 9965.0, 9984.0, 10031.0, 9993.0, 10007.0, 9977.0, 9967.0, 10018.0, 9964.0, 9990.0, 9973.0, 9965.0, 10030.0, 9963.0, 10003.0, 9970.0, 9949.0, 10011.0, 9959.0, 9971.0, 9981.0, 9945.0, 9994.0, 9958.0, 9970.0, 9978.0, 9946.0, 9994.0, 9957.0, 9970.0, 9948.0, 9945.0, 9995.0, 9955.0, 9971.0, 9992.0, 9946.0, 9997.0, 9958.0, 9974.0, 10008.0, 9959.0, 9996.0, 9953.0, 9957.0, 10008.0, 9958.0, 9981.0, 9943.0, 9958.0, 10010.0, 9960.0, 9984.0, 9954.0, 9945.0, 10000.0, 9956.0, 9967.0, 9978.0, 9943.0, 9991.0, 9956.0, 9972.0, 9993.0, 9945.0, 9994.0, 9973.0, 9988.0, 9997.0, 9962.0, 9996.0, 9972.0, 9986.0, 9953.0, 9961.0, 10012.0, 9971.0, 9984.0, 9955.0, 9963.0, 10012.0, 9974.0, 9985.0, 9955.0, 9948.0, 10012.0, 9972.0, 9992.0, 9945.0, 9959.0, 9942.0, 9965.0, 10015.0, 9990.0, 10003.0, 9964.0, 9995.0, 10032.0, 9991.0, 10002.0, 9943.0, 9958.0, 10007.0, 9941.0, 9978.0, 9943.0, 9983.0, 9990.0, 9939.0, 9987.0, 9938.0, 9975.0, 9949.0, 9962.0, 9956.0, 9935.0, 9987.0, 9931.0, 9971.0, 9928.0, 9953.0, 9966.0, 9917.0, 9966.0, 9946.0, 9955.0, 9935.0, 9962.0, 9985.0, 9940.0, 10001.0, 9924.0, 9954.0, 9917.0, 9955.0, 9952.0, 9960.0, 9955.0, 9974.0, 9950.0, 9947.0, 9929.0, 9935.0, 9984.0, 9935.0, 9938.0, 9964.0, 9938.0, 9968.0, 9957.0, 10011.0, 9976.0, 9954.0, 9941.0, 9918.0, 9980.0, 9944.0, 9945.0, 9938.0, 9974.0, 9951.0, 10014.0, 9993.0, 10008.0, 9955.0, 9905.0, 9915.0, 9935.0, 9956.0, 9965.0, 9915.0, 9967.0, 9948.0, 9959.0, 9922.0, 9951.0, 9985.0, 9920.0, 9966.0, 9927.0, 9947.0, 9909.0, 9938.0, 9948.0, 9909.0, 9962.0, 9909.0, 9947.0, 9903.0, 9917.0, 9882.0, 9887.0, 9937.0, 9901.0, 9927.0, 9888.0, 9933.0, 9915.0, 9908.0, 9958.0, 9921.0, 9945.0, 9907.0, 9921.0, 9944.0, 9911.0, 9959.0, 9927.0, 9939.0, 9926.0, 9933.0, 9995.0, 9933.0, 9970.0, 9941.0, 9964.0, 9935.0, 9944.0, 10002.0, 9955.0, 9994.0, 9959.0, 9983.0, 9971.0, 9963.0, 10010.0, 9961.0, 9999.0, 9969.0, 9972.0, 10011.0, 9969.0, 9980.0, 9952.0, 9970.0, 10009.0, 9955.0, 9978.0, 9941.0, 9970.0, 10007.0, 9954.0, 9993.0, 9969.0, 9971.0, 10021.0, 9970.0, 9981.0, 9957.0, 9971.0, 10005.0, 9944.0, 9994.0, 9954.0, 9971.0, 10006.0, 9951.0, 9982.0, 9965.0, 9956.0, 9992.0, 9953.0, 9980.0, 9961.0, 9954.0, 9989.0, 9951.0, 9952.0, 9989.0, 9937.0, 9976.0, 9949.0, 9967.0, 10001.0, 9936.0, 9987.0, 9949.0, 9960.0, 9944.0, 9936.0, 9988.0, 9962.0, 9946.0, 9936.0, 9942.0, 9992.0, 9965.0, 9966.0, 9936.0, 9940.0, 9991.0, 9953.0, 9979.0, 9961.0, 9937.0, 10002.0, 9952.0, 9977.0, 9948.0, 9963.0, 9972.0, 9940.0, 9990.0, 9954.0, 9979.0, 9946.0, 9939.0, 10002.0, 9950.0, 9978.0, 9959.0, 9938.0, 10002.0, 9940.0, 9978.0, 9951.0, 9952.0, 9990.0, 9951.0, 9974.0, 9949.0, 9964.0, 9972.0, 9937.0, 9987.0, 9950.0, 9963.0, 9972.0, 9949.0, 9970.0, 9950.0, 9963.0, 9971.0, 9935.0, 9987.0, 9960.0, 9957.0, 9926.0, 9932.0, 9984.0, 9959.0, 9960.0, 9942.0, 9934.0, 9985.0, 9945.0, 9956.0, 9931.0, 9949.0, 9998.0, 9936.0, 9974.0, 9947.0, 9951.0, 9987.0, 9938.0, 9990.0, 9963.0, 9952.0, 9970.0, 9925.0, 9989.0, 9947.0, 9964.0, 10001.0, 9934.0, 9967.0, 9930.0, 9945.0, 9957.0, 9936.0, 9983.0, 9948.0, 9973.0, 9940.0, 9924.0, 9984.0, 9963.0, 9961.0, 9942.0, 9934.0, 10000.0, 9958.0, 9960.0, 9930.0, 9935.0, 9981.0, 9947.0, 9973.0, 9957.0, 9934.0, 9997.0, 9933.0, 9971.0, 9944.0, 9949.0, 9981.0, 9923.0, 9987.0, 9947.0, 9946.0, 9945.0, 9923.0, 9987.0, 9960.0, 9971.0, 9932.0, 9962.0, 9980.0, 9918.0, 9982.0, 9945.0, 9958.0, 9929.0, 9926.0, 9986.0, 9946.0, 9957.0, 9913.0, 9946.0, 9996.0, 9931.0, 9969.0, 9942.0, 9948.0, 9969.0, 9924.0, 9987.0, 9948.0, 9966.0, 9986.0, 9924.0, 9990.0, 9951.0, 9963.0, 9986.0, 9923.0, 9988.0, 9950.0, 9962.0, 9965.0, 9908.0, 9970.0, 9935.0, 9990.0, 9977.0, 10007.0, 9992.0, 9974.0, 9944.0, 9972.0, 9963.0, 9997.0, 9975.0, 9998.0, 9977.0, 10020.0, 10010.0, 9942.0, 9979.0, 9934.0, 9944.0, 9913.0, 9918.0, 9967.0, 9944.0, 9941.0, 9937.0, 9961.0, 9937.0, 9963.0, 9988.0, 9938.0, 9986.0, 9940.0, 9990.0, 9952.0, 9951.0, 9977.0, 9938.0, 9992.0, 9953.0, 9967.0, 9963.0, 9955.0, 10003.0, 9940.0, 9977.0, 9947.0, 9965.0, 9973.0, 9922.0, 9988.0, 9937.0, 9975.0, 9929.0, 9951.0, 9937.0, 9944.0, 9992.0, 9954.0, 9982.0, 9965.0, 9954.0, 9990.0, 9939.0, 9976.0, 9948.0, 9949.0, 9931.0, 9937.0, 9986.0, 9948.0, 9960.0, 9943.0, 9934.0, 9996.0, 9933.0, 9973.0, 9945.0, 9948.0, 9932.0, 9939.0, 9989.0, 9950.0, 9961.0, 9934.0, 9950.0, 9935.0, 9942.0, 10005.0, 9953.0, 9965.0, 9934.0, 9936.0, 9986.0, 9935.0, 9960.0, 9941.0, 9933.0, 9968.0, 9921.0, 9972.0, 9935.0, 9950.0, 9960.0, 9937.0, 9989.0, 9952.0, 9966.0, 9989.0, 9938.0, 9978.0, 9935.0, 9949.0, 9971.0, 9962.0, 9966.0, 9957.0, 9995.0, 9959.0, 9958.0, 9979.0, 9967.0, 10008.0, 9969.0, 10012.0, 10022.0, 9984.0, 9961.0, 9935.0, 9949.0, 9960.0, 9935.0, 9942.0, 9922.0, 9971.0, 9934.0, 9975.0, 9951.0, 9972.0, 9939.0, 9976.0, 9947.0, 9964.0, 9941.0, 9914.0, 9911.0, 9918.0, 9983.0, 9943.0, 9943.0, 9936.0, 9987.0, 9930.0, 9974.0, 9914.0, 9938.0, 9903.0, 9942.0, 9919.0, 9970.0, 9939.0, 9974.0, 9952.0, 9979.0, 9987.0, 9947.0, 9955.0, 9939.0, 9954.0, 9917.0, 9940.0, 9935.0, 9931.0, 9939.0, 9978.0, 9957.0, 9945.0, 9972.0, 9949.0, 9953.0, 9902.0, 9973.0, 9959.0, 9974.0, 9948.0, 9937.0, 9946.0, 9937.0, 9996.0, 9986.0, 9915.0, 9970.0, 9949.0, 9960.0, 9929.0, 9935.0, 9983.0, 9930.0, 9950.0, 9910.0, 9937.0, 9949.0, 9927.0, 9978.0, 9913.0, 9965.0, 9939.0, 9933.0, 9909.0, 9932.0, 9941.0, 9904.0, 9939.0, 9894.0, 9943.0, 9907.0, 9947.0, 9906.0, 9934.0, 9973.0, 9894.0, 9945.0, 9922.0, 9935.0, 9908.0, 9927.0, 9963.0, 9930.0, 9967.0, 9934.0, 9973.0, 9947.0, 9961.0, 9958.0, 9935.0, 9986.0, 9947.0, 9972.0, 9933.0, 9959.0, 9931.0, 9936.0, 9986.0, 9948.0, 9973.0, 9948.0, 9965.0, 9960.0, 9954.0, 9988.0, 9940.0, 9989.0, 9949.0, 9965.0, 9974.0, 9926.0, 9989.0, 9951.0, 9965.0, 9962.0, 9941.0, 10004.0, 9957.0, 9994.0, 9958.0, 9971.0, 9960.0, 9966.0, 10043.0, 9979.0, 10015.0, 9979.0, 9992.0, 10002.0, 9975.0, 10011.0, 9964.0, 10012.0, 9976.0, 9987.0, 9976.0, 9986.0, 9970.0, 9964.0, 10029.0, 9988.0, 9998.0, 9974.0, 9985.0, 9983.0, 9975.0, 9982.0, 9962.0, 10012.0, 9974.0, 9997.0, 9971.0, 9984.0, 9958.0, 9961.0, 10011.0, 9972.0, 9993.0, 9973.0, 9996.0, 9957.0, 9982.0, 9967.0, 9958.0, 10008.0, 9945.0, 9993.0, 9970.0, 9967.0, 9959.0, 10007.0, 9961.0, 9988.0, 9957.0, 9988.0, 9988.0, 10008.0, 9989.0, 10062.0, 9993.0, 9987.0, 9938.0, 9952.0, 9992.0, 9938.0, 9989.0, 9944.0, 9975.0, 9937.0, 9963.0, 9934.0, 9951.0, 9936.0, 9941.0, 10006.0, 9965.0, 9970.0, 9960.0, 9978.0, 9950.0, 9966.0, 9988.0, 9923.0, 9989.0, 9925.0, 9986.0, 9950.0, 9963.0, 9950.0, 9938.0, 10003.0, 9950.0, 9976.0, 9941.0, 9991.0, 9939.0, 9993.0, 9962.0, 9950.0, 9985.0, 9938.0, 9973.0, 9932.0, 9942.0, 9914.0, 9931.0, 9999.0, 9948.0, 9971.0, 9934.0, 9960.0, 9957.0, 9947.0, 9921.0, 9955.0, 10007.0, 9927.0, 9990.0, 9964.0, 9987.0, 9939.0, 9980.0, 9969.0, 9978.0, 9948.0, 9951.0, 9989.0, 9934.0, 9954.0, 9934.0, 9947.0, 9939.0, 9941.0, 9972.0, 10009.0, 9963.0, 9973.0, 9928.0, 9926.0, 9923.0, 9915.0, 9979.0, 9943.0, 9954.0, 9931.0, 9959.0, 9931.0, 9950.0, 9983.0, 9937.0, 9975.0, 9941.0, 9991.0, 9949.0, 9977.0, 9957.0, 9935.0, 9988.0, 9936.0, 9975.0, 9947.0, 9960.0, 9955.0, 9937.0, 9988.0, 9947.0, 9962.0, 9985.0, 9933.0, 9969.0, 9946.0, 9961.0, 9970.0, 9936.0, 9985.0, 9950.0, 9965.0, 9974.0, 9938.0, 9989.0, 9968.0, 9980.0, 9950.0, 9938.0, 10006.0, 9968.0, 9965.0, 9957.0, 9984.0, 10006.0, 9954.0, 9993.0, 9962.0, 9966.0, 9974.0, 9939.0, 9989.0, 9951.0, 9965.0, 9958.0, 9939.0, 10003.0, 9948.0, 9962.0, 9988.0, 9932.0, 9983.0, 9949.0, 9960.0, 9972.0, 9924.0, 9986.0, 9964.0, 9977.0, 9947.0, 9942.0, 10005.0, 9966.0, 9962.0, 9950.0, 9954.0, 10006.0, 9968.0, 9980.0, 9972.0, 9939.0, 9988.0, 9953.0, 9975.0, 9963.0, 9955.0, 10005.0, 9952.0, 9991.0, 9939.0, 9969.0, 9991.0, 9941.0, 9988.0, 9954.0, 9996.0, 9979.0, 9945.0, 10006.0, 9967.0, 9980.0, 9952.0, 9957.0, 10023.0, 9973.0, 9984.0, 9959.0, 9991.0, 10011.0, 9964.0, 10001.0, 9969.0, 9972.0, 9966.0, 9947.0, 10010.0, 9956.0, 9967.0, 9966.0, 9945.0, 10007.0, 9967.0, 9968.0, 10004.0, 9945.0, 9956.0, 9935.0, 9963.0, 9956.0, 9925.0, 9986.0, 9965.0, 9974.0, 9946.0, 9940.0, 10003.0, 9961.0, 9963.0, 9947.0, 9936.0, 10000.0, 9962.0, 9962.0, 9947.0, 9938.0, 9936.0, 9940.0, 10006.0, 9981.0, 9967.0, 9950.0, 9957.0, 10008.0, 9964.0, 9963.0, 9957.0, 9933.0, 9939.0, 9935.0, 9986.0, 9945.0, 9963.0, 9984.0, 9944.0, 9969.0, 9929.0, 9944.0, 9966.0, 9920.0, 9982.0, 9945.0, 9942.0, 9937.0, 9966.0, 9978.0, 9944.0, 10005.0, 9982.0, 9979.0, 9938.0, 9953.0, 9991.0, 9951.0, 9960.0, 9918.0, 9933.0, 9937.0, 9953.0, 9988.0, 9936.0, 9991.0, 9950.0, 9965.0, 9949.0, 9940.0, 10004.0, 9954.0, 9975.0, 9949.0, 9960.0, 9942.0, 9939.0, 10004.0, 9951.0, 9973.0, 9934.0, 9962.0, 9959.0, 9938.0, 9988.0, 9936.0, 9972.0, 9938.0, 9972.0, 9935.0, 9962.0, 9946.0, 9936.0, 9958.0, 9925.0, 10004.0, 9966.0, 9975.0, 9933.0, 9963.0, 9942.0, 9938.0, 10001.0, 9951.0, 9971.0, 9943.0, 9979.0, 9962.0, 9949.0, 10003.0, 9951.0, 9974.0, 9939.0, 9976.0, 9962.0, 9953.0, 10000.0, 9953.0, 9975.0, 9956.0, 9984.0, 9968.0, 9957.0, 10005.0, 9959.0, 9996.0, 9958.0, 9975.0, 9992.0, 9945.0, 10008.0, 9960.0, 9998.0, 9982.0, 9967.0, 9978.0, 9937.0, 10005.0, 9949.0, 9979.0, 9962.0, 9950.0, 9945.0, 9927.0, 10003.0, 9955.0, 9980.0, 9963.0, 9955.0, 9975.0, 9941.0, 10005.0, 9952.0, 9963.0, 9987.0, 9935.0, 9984.0, 9934.0, 9962.0, 9958.0, 9935.0, 9960.0, 9940.0, 10006.0, 9959.0, 9991.0, 9956.0, 9982.0, 9960.0, 9989.0, 10028.0, 9973.0, 9995.0, 9965.0, 9968.0, 9964.0, 9944.0, 10006.0, 9972.0, 9965.0, 9960.0, 9996.0, 9966.0, 9991.0, 9964.0, 9987.0, 10027.0, 9987.0, 10039.0, 10005.0, 9989.0, 9968.0, 9940.0, 10006.0, 9947.0, 9942.0, 9924.0, 9957.0, 9922.0, 9975.0, 9974.0, 10015.0, 9987.0, 9960.0, 9951.0, 9940.0, 9961.0, 9941.0, 10013.0, 9949.0, 9964.0, 9973.0, 9937.0, 9987.0, 9946.0, 9965.0, 9912.0, 9935.0, 9952.0, 9905.0, 9902.0, 9908.0, 9933.0, 9939.0, 9911.0, 9955.0, 9937.0, 9951.0, 9966.0, 9933.0, 9926.0, 9889.0, 9915.0, 9924.0, 9910.0, 9942.0, 9927.0, 9970.0, 9944.0, 9976.0, 9928.0, 9949.0, 9930.0, 9966.0, 9951.0, 9976.0, 9942.0, 9973.0, 9911.0, 9957.0, 9914.0, 9979.0, 9941.0, 9967.0, 9943.0, 9978.0, 9956.0, 9986.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.0006096205533596839</td></tr>
<tr><td colspan=3>aqi</td><td>0.02010121375494071</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.50588357914553</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.228698920577531</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9987913416139241</td></tr>
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
<tr><td colspan=3>fber</td><td>5869.6689</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07415320438618014</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0553359683794468</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4945516007525304</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.454297214212267</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7075094809024893</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3218481071428347</td></tr>
<tr><td colspan=3>gcor</td><td>0.00800292</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009185992181301117</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01852451264858246</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7515784526593934</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>44.8824</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3037</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.0623</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296972.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.1293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1273</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.546</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3675.1056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1040.089</td></tr>
<tr><td colspan=3>tsnr</td><td>42.71883842675015</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>