<?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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-04/func/sub-0126_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>f45b163239c5ac097e0937582272c43b</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>20:55:37.200000</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.999778, -0.00212327, 0.0209769, 0.000523511, 0.99711, 0.075976]</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.111275</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>[4207, -7801, -7206, -5, -133, -139, -14, 103]</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>295.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd9544b8-5dc6-4194-8dd2-6d4c6944c9f4||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.68233060836792, 0.0014045415446162224, 0.056909509003162384, 115.82284545898438], [0.005696585401892662, 2.6751718521118164, 0.20505982637405396, -89.74211120605469], [0.05627952143549919, -0.20383793115615845, 2.6916000843048096, -69.1455078125], [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': ['205537.200000', '205537.660000', '205538.120000', '205538.580000', '205539.040000', '205539.500000', '205539.960000', '205540.420000', '205540.880000', '205541.340000', '205541.800000', '205542.260000', '205542.720000', '205543.180000', '205543.640000', '205544.100000', '205544.560000', '205545.020000', '205545.480000', '205545.940000', '205546.400000', '205546.860000', '205547.320000', '205547.780000', '205548.240000', '205548.700000', '205549.160000', '205549.620000', '205550.080000', '205550.540000', '205551.000000', '205551.460000', '205551.920000', '205552.380000', '205552.840000', '205553.300000', '205553.760000', '205554.220000', '205554.680000', '205555.140000', '205555.600000', '205556.060000', '205556.520000', '205556.980000', '205557.440000', '205557.900000', '205558.360000', '205558.820000', '205559.280000', '205559.740000', '205600.200000', '205600.660000', '205601.120000', '205601.580000', '205602.040000', '205602.500000', '205602.960000', '205603.420000', '205603.880000', '205604.340000', '205604.800000', '205605.260000', '205605.720000', '205606.180000', '205606.640000', '205607.100000', '205607.560000', '205608.020000', '205608.480000', '205608.940000', '205609.400000', '205609.860000', '205610.320000', '205610.780000', '205611.240000', '205611.700000', '205612.160000', '205612.620000', '205613.080000', '205613.540000', '205614.000000', '205614.460000', '205614.920000', '205615.380000', '205615.840000', '205616.300000', '205616.760000', '205617.220000', '205617.680000', '205618.140000', '205618.600000', '205619.060000', '205619.520000', '205619.980000', '205620.440000', '205620.900000', '205621.360000', '205621.820000', '205622.280000', '205622.740000', '205623.200000', '205623.660000', '205624.120000', '205624.580000', '205625.040000', '205625.500000', '205625.960000', '205626.420000', '205626.880000', '205627.340000', '205627.800000', '205628.260000', '205628.720000', '205629.180000', '205629.640000', '205630.100000', '205630.560000', '205631.020000', '205631.480000', '205631.940000', '205632.400000', '205632.860000', '205633.320000', '205633.780000', '205634.240000', '205634.700000', '205635.160000', '205635.620000', '205636.080000', '205636.540000', '205637.000000', '205637.460000', '205637.920000', '205638.380000', '205638.840000', '205639.300000', '205639.760000', '205640.220000', '205640.680000', '205641.140000', '205641.600000', '205642.060000', '205642.520000', '205642.980000', '205643.440000', '205643.900000', '205644.360000', '205644.820000', '205645.280000', '205645.740000', '205646.200000', '205646.660000', '205647.120000', '205647.580000', '205648.040000', '205648.500000', '205648.960000', '205649.420000', '205649.880000', '205650.340000', '205650.800000', '205651.260000', '205651.720000', '205652.180000', '205652.640000', '205653.100000', '205653.560000', '205654.020000', '205654.480000', '205654.940000', '205655.400000', '205655.860000', '205656.320000', '205656.780000', '205657.240000', '205657.700000', '205658.160000', '205658.620000', '205659.080000', '205659.540000', '205700.000000', '205700.460000', '205700.920000', '205701.380000', '205701.840000', '205702.300000', '205702.760000', '205703.220000', '205703.680000', '205704.140000', '205704.600000', '205705.060000', '205705.520000', '205705.980000', '205706.440000', '205706.900000', '205707.360000', '205707.820000', '205708.280000', '205708.740000', '205709.200000', '205709.660000', '205710.120000', '205710.580000', '205711.040000', '205711.500000', '205711.960000', '205712.420000', '205712.880000', '205713.340000', '205713.800000', '205714.260000', '205714.720000', '205715.180000', '205715.640000', '205716.100000', '205716.560000', '205717.020000', '205717.480000', '205717.940000', '205718.400000', '205718.860000', '205719.320000', '205719.780000', '205720.240000', '205720.700000', '205721.160000', '205721.620000', '205722.080000', '205722.540000', '205723.000000', '205723.460000', '205723.920000', '205724.380000', '205724.840000', '205725.300000', '205725.760000', '205726.220000', '205726.680000', '205727.140000', '205727.600000', '205728.060000', '205728.520000', '205728.980000', '205729.440000', '205729.900000', '205730.360000', '205730.820000', '205731.280000', '205731.740000', '205732.200000', '205732.660000', '205733.120000', '205733.580000', '205734.040000', '205734.500000', '205734.960000', '205735.420000', '205735.880000', '205736.340000', '205736.800000', '205737.260000', '205737.720000', '205738.180000', '205738.640000', '205739.100000', '205739.560000', '205740.020000', '205740.480000', '205740.940000', '205741.400000', '205741.860000', '205742.320000', '205742.780000', '205743.240000', '205743.700000', '205744.160000', '205744.620000', '205745.080000', '205745.540000', '205746.000000', '205746.460000', '205746.920000', '205747.380000', '205747.840000', '205748.300000', '205748.760000', '205749.220000', '205749.680000', '205750.140000', '205750.600000', '205751.060000', '205751.520000', '205751.980000', '205752.440000', '205752.900000', '205753.360000', '205753.820000', '205754.280000', '205754.740000', '205755.200000', '205755.660000', '205756.120000', '205756.580000', '205757.040000', '205757.500000', '205757.960000', '205758.420000', '205758.880000', '205759.340000', '205759.800000', '205800.260000', '205800.720000', '205801.180000', '205801.640000', '205802.100000', '205802.560000', '205803.020000', '205803.480000', '205803.940000', '205804.400000', '205804.860000', '205805.320000', '205805.780000', '205806.240000', '205806.700000', '205807.160000', '205807.620000', '205808.080000', '205808.540000', '205809.000000', '205809.460000', '205809.920000', '205810.380000', '205810.840000', '205811.300000', '205811.760000', '205812.220000', '205812.680000', '205813.140000', '205813.600000', '205814.060000', '205814.520000', '205814.980000', '205815.440000', '205815.900000', '205816.360000', '205816.820000', '205817.280000', '205817.740000', '205818.200000', '205818.660000', '205819.120000', '205819.580000', '205820.040000', '205820.500000', '205820.960000', '205821.420000', '205821.880000', '205822.340000', '205822.800000', '205823.260000', '205823.720000', '205824.180000', '205824.640000', '205825.100000', '205825.560000', '205826.020000', '205826.480000', '205826.940000', '205827.400000', '205827.860000', '205828.320000', '205828.780000', '205829.240000', '205829.700000', '205830.160000', '205830.620000', '205831.080000', '205831.540000', '205832.000000', '205832.460000', '205832.920000', '205833.380000', '205833.840000', '205834.300000', '205834.760000', '205835.220000', '205835.680000', '205836.140000', '205836.600000', '205837.060000', '205837.520000', '205837.980000', '205838.440000', '205838.900000', '205839.360000', '205839.820000', '205840.280000', '205840.740000', '205841.200000', '205841.660000', '205842.120000', '205842.580000', '205843.040000', '205843.500000', '205843.960000', '205844.420000', '205844.880000', '205845.340000', '205845.800000', '205846.260000', '205846.720000', '205847.180000', '205847.640000', '205848.100000', '205848.560000', '205849.020000', '205849.480000', '205849.940000', '205850.400000', '205850.860000', '205851.320000', '205851.780000', '205852.240000', '205852.700000', '205853.160000', '205853.620000', '205854.080000', '205854.540000', '205855.000000', '205855.460000', '205855.920000', '205856.380000', '205856.840000', '205857.300000', '205857.760000', '205858.220000', '205858.680000', '205859.140000', '205859.600000', '205900.060000', '205900.520000', '205900.980000', '205901.440000', '205901.900000', '205902.360000', '205902.820000', '205903.280000', '205903.740000', '205904.200000', '205904.660000', '205905.120000', '205905.580000', '205906.040000', '205906.500000', '205906.960000', '205907.420000', '205907.880000', '205908.340000', '205908.800000', '205909.260000', '205909.720000', '205910.180000', '205910.640000', '205911.100000', '205911.560000', '205912.020000', '205912.480000', '205912.940000', '205913.400000', '205913.860000', '205914.320000', '205914.780000', '205915.240000', '205915.700000', '205916.160000', '205916.620000', '205917.080000', '205917.540000', '205918.000000', '205918.460000', '205918.920000', '205919.380000', '205919.840000', '205920.300000', '205920.760000', '205921.220000', '205921.680000', '205922.140000', '205922.600000', '205923.060000', '205923.520000', '205923.980000', '205924.440000', '205924.900000', '205925.360000', '205925.820000', '205926.280000', '205926.740000', '205927.200000', '205927.660000', '205928.120000', '205928.580000', '205929.040000', '205929.500000', '205929.960000', '205930.420000', '205930.880000', '205931.340000', '205931.800000', '205932.260000', '205932.720000', '205933.180000', '205933.640000', '205934.100000', '205934.560000', '205935.020000', '205935.480000', '205935.940000', '205936.400000', '205936.860000', '205937.320000', '205937.780000', '205938.240000', '205938.700000', '205939.160000', '205939.620000', '205940.080000', '205940.540000', '205941.000000', '205941.460000', '205941.920000', '205942.380000', '205942.840000', '205943.300000', '205943.760000', '205944.220000', '205944.680000', '205945.140000', '205945.600000', '205946.060000', '205946.520000', '205946.980000', '205947.440000', '205947.900000', '205948.360000', '205948.820000', '205949.280000', '205949.740000', '205950.200000', '205950.660000', '205951.120000', '205951.580000', '205952.040000', '205952.500000', '205952.960000', '205953.420000', '205953.880000', '205954.340000', '205954.800000', '205955.260000', '205955.720000', '205956.180000', '205956.640000', '205957.100000', '205957.560000', '205958.020000', '205958.480000', '205958.940000', '205959.400000', '205959.860000', '210000.320000', '210000.780000', '210001.240000', '210001.700000', '210002.160000', '210002.620000', '210003.080000', '210003.540000', '210004.000000', '210004.460000', '210004.920000', '210005.380000', '210005.840000', '210006.300000', '210006.760000', '210007.220000', '210007.680000', '210008.140000', '210008.600000', '210009.060000', '210009.520000', '210009.980000', '210010.440000', '210010.900000', '210011.360000', '210011.820000', '210012.280000', '210012.740000', '210013.200000', '210013.660000', '210014.120000', '210014.580000', '210015.040000', '210015.500000', '210015.960000', '210016.420000', '210016.880000', '210017.340000', '210017.800000', '210018.260000', '210018.720000', '210019.180000', '210019.640000', '210020.100000', '210020.560000', '210021.020000', '210021.480000', '210021.940000', '210022.400000', '210022.860000', '210023.320000', '210023.780000', '210024.240000', '210024.700000', '210025.160000', '210025.620000', '210026.080000', '210026.540000', '210027.000000', '210027.460000', '210027.920000', '210028.380000', '210028.840000', '210029.300000', '210029.760000', '210030.220000', '210030.680000', '210031.140000', '210031.600000', '210032.060000', '210032.520000', '210032.980000', '210033.440000', '210033.900000', '210034.360000', '210034.820000', '210035.280000', '210035.740000', '210036.200000', '210036.660000', '210037.120000', '210037.580000', '210038.040000', '210038.500000', '210038.960000', '210039.420000', '210039.880000', '210040.340000', '210040.800000', '210041.260000', '210041.720000', '210042.180000', '210042.640000', '210043.100000', '210043.560000', '210044.020000', '210044.480000', '210044.940000', '210045.400000', '210045.860000', '210046.320000', '210046.780000', '210047.240000', '210047.700000', '210048.160000', '210048.620000', '210049.080000', '210049.540000', '210050.000000', '210050.460000', '210050.920000', '210051.380000', '210051.840000', '210052.300000', '210052.760000', '210053.220000', '210053.680000', '210054.140000', '210054.600000', '210055.060000', '210055.520000', '210055.980000', '210056.440000', '210056.900000', '210057.360000', '210057.820000', '210058.280000', '210058.740000', '210059.200000', '210059.660000', '210100.120000', '210100.580000', '210101.040000', '210101.500000', '210101.960000', '210102.420000', '210102.880000', '210103.340000', '210103.800000', '210104.260000', '210104.720000', '210105.180000', '210105.640000', '210106.100000', '210106.560000', '210107.020000', '210107.480000', '210107.940000', '210108.400000', '210108.860000', '210109.320000', '210109.780000', '210110.240000', '210110.700000', '210111.160000', '210111.620000', '210112.080000', '210112.540000', '210113.000000', '210113.460000', '210113.920000', '210114.380000', '210114.840000', '210115.300000', '210115.760000', '210116.220000', '210116.680000', '210117.140000', '210117.600000', '210118.060000', '210118.520000', '210118.980000', '210119.440000', '210119.900000', '210120.360000', '210120.820000', '210121.280000', '210121.740000', '210122.200000', '210122.660000', '210123.120000', '210123.580000', '210124.040000', '210124.500000', '210124.960000', '210125.420000', '210125.880000', '210126.340000', '210126.800000', '210127.260000', '210127.720000', '210128.180000', '210128.640000', '210129.100000', '210129.560000', '210130.020000', '210130.480000', '210130.940000', '210131.400000', '210131.860000', '210132.320000', '210132.780000', '210133.240000', '210133.700000', '210134.160000', '210134.620000', '210135.080000', '210135.540000', '210136.000000', '210136.460000', '210136.920000', '210137.380000', '210137.840000', '210138.300000', '210138.760000', '210139.220000', '210139.680000', '210140.140000', '210140.600000', '210141.060000', '210141.520000', '210141.980000', '210142.440000', '210142.900000', '210143.360000', '210143.820000', '210144.280000', '210144.740000', '210145.200000', '210145.660000', '210146.120000', '210146.580000', '210147.040000', '210147.500000', '210147.960000', '210148.420000', '210148.880000', '210149.340000', '210149.800000', '210150.260000', '210150.720000', '210151.180000', '210151.640000', '210152.100000', '210152.560000', '210153.020000', '210153.480000', '210153.940000', '210154.400000', '210154.860000', '210155.320000', '210155.780000', '210156.240000', '210156.700000', '210157.160000', '210157.620000', '210158.080000', '210158.540000', '210159.000000', '210159.460000', '210159.920000', '210200.380000', '210200.840000', '210201.300000', '210201.760000', '210202.220000', '210202.680000', '210203.140000', '210203.600000', '210204.060000', '210204.520000', '210204.980000', '210205.440000', '210205.900000', '210206.360000', '210206.820000', '210207.280000', '210207.740000', '210208.200000', '210208.660000', '210209.120000', '210209.580000', '210210.040000', '210210.500000', '210210.960000', '210211.420000', '210211.880000', '210212.340000', '210212.800000', '210213.260000', '210213.720000', '210214.180000', '210214.640000', '210215.100000', '210215.560000', '210216.020000', '210216.480000', '210216.940000', '210217.400000', '210217.860000', '210218.320000', '210218.780000', '210219.240000', '210219.700000', '210220.160000', '210220.620000', '210221.080000', '210221.540000', '210222.000000', '210222.460000', '210222.920000', '210223.380000', '210223.840000', '210224.300000', '210224.760000', '210225.220000', '210225.680000', '210226.140000', '210226.600000', '210227.060000', '210227.520000', '210227.980000', '210228.440000', '210228.900000', '210229.360000', '210229.820000', '210230.280000', '210230.740000', '210231.200000', '210231.660000', '210232.120000', '210232.580000', '210233.040000', '210233.500000', '210233.960000', '210234.420000', '210234.880000', '210235.340000', '210235.800000', '210236.260000', '210236.720000', '210237.180000', '210237.640000', '210238.100000', '210238.560000', '210239.020000', '210239.480000', '210239.940000', '210240.400000', '210240.860000', '210241.320000', '210241.780000', '210242.240000', '210242.700000', '210243.160000', '210243.620000', '210244.080000', '210244.540000', '210245.000000', '210245.460000', '210245.920000', '210246.380000', '210246.840000', '210247.300000', '210247.760000', '210248.220000', '210248.680000', '210249.140000', '210249.600000', '210250.060000', '210250.520000', '210250.980000', '210251.440000', '210251.900000', '210252.360000', '210252.820000', '210253.280000', '210253.740000', '210254.200000', '210254.660000', '210255.120000', '210255.580000', '210256.040000', '210256.500000', '210256.960000', '210257.420000', '210257.880000', '210258.340000', '210258.800000', '210259.260000', '210259.720000', '210300.180000', '210300.640000', '210301.100000', '210301.560000', '210302.020000', '210302.480000', '210302.940000', '210303.400000', '210303.860000', '210304.320000', '210304.780000', '210305.240000', '210305.700000', '210306.160000', '210306.620000', '210307.080000', '210307.540000', '210308.000000', '210308.460000', '210308.920000', '210309.380000', '210309.840000', '210310.300000', '210310.760000', '210311.220000', '210311.680000', '210312.140000', '210312.600000', '210313.060000', '210313.520000', '210313.980000', '210314.440000', '210314.900000', '210315.360000', '210315.820000', '210316.280000', '210316.740000', '210317.200000', '210317.660000', '210318.120000', '210318.580000', '210319.040000', '210319.500000', '210319.960000', '210320.420000', '210320.880000', '210321.340000', '210321.800000', '210322.260000', '210322.720000', '210323.180000', '210323.640000', '210324.100000', '210324.560000', '210325.020000', '210325.480000', '210325.940000', '210326.400000', '210326.860000', '210327.320000', '210327.780000', '210328.240000', '210328.700000', '210329.160000', '210329.620000', '210330.080000', '210330.540000', '210331.000000', '210331.460000', '210331.920000', '210332.380000', '210332.840000', '210333.300000', '210333.760000', '210334.220000', '210334.680000', '210335.140000', '210335.600000', '210336.060000', '210336.520000', '210336.980000', '210337.440000', '210337.900000', '210338.360000', '210338.820000', '210339.280000', '210339.740000', '210340.200000', '210340.660000', '210341.120000', '210341.580000', '210342.040000', '210342.500000', '210342.960000', '210343.420000', '210343.880000', '210344.340000', '210344.800000', '210345.260000', '210345.720000', '210346.180000', '210346.640000', '210347.100000', '210347.560000', '210348.020000', '210348.480000', '210348.940000', '210349.400000', '210349.860000', '210350.320000', '210350.780000', '210351.240000', '210351.700000', '210352.160000', '210352.620000', '210353.080000', '210353.540000', '210354.000000', '210354.460000', '210354.920000', '210355.380000', '210355.840000', '210356.300000', '210356.760000', '210357.220000', '210357.680000', '210358.140000', '210358.600000', '210359.060000', '210359.520000', '210359.980000', '210400.440000', '210400.900000', '210401.360000', '210401.820000', '210402.280000', '210402.740000', '210403.200000', '210403.660000', '210404.120000', '210404.580000', '210405.040000', '210405.500000', '210405.960000', '210406.420000', '210406.880000', '210407.340000', '210407.800000', '210408.260000', '210408.720000', '210409.180000', '210409.640000', '210410.100000', '210410.560000', '210411.020000', '210411.480000', '210411.940000', '210412.400000', '210412.860000', '210413.320000', '210413.780000', '210414.240000', '210414.700000', '210415.160000', '210415.620000', '210416.080000', '210416.540000', '210417.000000', '210417.460000', '210417.920000', '210418.380000', '210418.840000', '210419.300000', '210419.760000', '210420.220000', '210420.680000', '210421.140000', '210421.600000', '210422.060000', '210422.520000', '210422.980000', '210423.440000', '210423.900000', '210424.360000', '210424.820000', '210425.280000', '210425.740000', '210426.200000', '210426.660000', '210427.120000', '210427.580000', '210428.040000', '210428.500000', '210428.960000', '210429.420000', '210429.880000', '210430.340000', '210430.800000', '210431.260000', '210431.720000', '210432.180000', '210432.640000', '210433.100000', '210433.560000', '210434.020000', '210434.480000', '210434.940000', '210435.400000', '210435.860000', '210436.320000', '210436.780000', '210437.240000', '210437.700000', '210438.160000', '210438.620000', '210439.080000', '210439.540000', '210440.000000', '210440.460000', '210440.920000', '210441.380000', '210441.840000', '210442.300000', '210442.760000', '210443.220000', '210443.680000', '210444.140000', '210444.600000', '210445.060000', '210445.520000', '210445.980000', '210446.440000', '210446.900000', '210447.360000', '210447.820000', '210448.280000', '210448.740000', '210449.200000', '210449.660000', '210450.120000', '210450.580000', '210451.040000', '210451.500000', '210451.960000', '210452.420000', '210452.880000', '210453.340000', '210453.800000', '210454.260000', '210454.720000', '210455.180000', '210455.640000', '210456.100000', '210456.560000', '210457.020000', '210457.480000', '210457.940000', '210458.400000', '210458.860000', '210459.320000', '210459.780000', '210500.240000', '210500.700000', '210501.160000', '210501.620000', '210502.080000', '210502.540000', '210503.000000', '210503.460000', '210503.920000', '210504.380000', '210504.840000', '210505.300000', '210505.760000', '210506.220000', '210506.680000', '210507.140000', '210507.600000', '210508.060000', '210508.520000', '210508.980000', '210509.440000', '210509.900000', '210510.360000', '210510.820000', '210511.280000', '210511.740000', '210512.200000', '210512.660000', '210513.120000', '210513.580000', '210514.040000', '210514.500000', '210514.960000', '210515.420000', '210515.880000', '210516.340000', '210516.800000', '210517.260000', '210517.720000', '210518.180000', '210518.640000', '210519.100000', '210519.560000', '210520.020000'], 'ContentTime': ['205559.853000', '205559.856000', '205559.859000', '205559.862000', '205559.864000', '205559.867000', '205559.869000', '205559.872000', '205559.874000', '205559.877000', '205559.879000', '205559.882000', '205559.885000', '205559.887000', '205559.890000', '205559.892000', '205559.895000', '205559.897000', '205559.900000', '205559.902000', '205559.905000', '205559.908000', '205559.910000', '205559.913000', '205559.915000', '205559.918000', '205559.921000', '205559.923000', '205559.926000', '205559.928000', '205559.931000', '205559.934000', '205559.936000', '205559.939000', '205559.941000', '205559.944000', '205559.946000', '205559.956000', '205559.959000', '205559.961000', '205559.964000', '205559.967000', '205559.969000', '205559.972000', '205559.974000', '205559.977000', '205559.980000', '205559.982000', '205619.828000', '205619.830000', '205619.833000', '205619.836000', '205619.838000', '205619.841000', '205619.843000', '205619.846000', '205619.848000', '205619.851000', '205619.854000', '205619.856000', '205619.859000', '205619.861000', '205619.864000', '205619.867000', '205619.869000', '205619.872000', '205619.874000', '205619.877000', '205619.879000', '205619.882000', '205619.885000', '205619.887000', '205619.890000', '205619.892000', '205619.895000', '205619.897000', '205619.905000', '205619.907000', '205619.910000', '205619.913000', '205619.915000', '205619.918000', '205619.921000', '205619.923000', '205619.926000', '205619.928000', '205619.931000', '205619.934000', '205619.936000', '205619.939000', '205619.941000', '205639.828000', '205639.831000', '205639.834000', '205639.836000', '205639.839000', '205639.842000', '205639.844000', '205639.847000', '205639.849000', '205639.852000', '205639.855000', '205639.857000', '205639.860000', '205639.862000', '205639.865000', '205639.868000', '205639.870000', '205639.873000', '205639.875000', '205639.878000', '205639.880000', '205639.893000', '205639.896000', '205639.929000', '205639.931000', '205639.934000', '205639.936000', '205639.939000', '205639.941000', '205639.944000', '205639.947000', '205639.949000', '205639.952000', '205639.954000', '205639.957000', '205639.960000', '205639.962000', '205639.965000', '205639.967000', '205639.970000', '205639.973000', '205639.975000', '205639.978000', '205639.980000', '205659.829000', '205659.831000', '205659.834000', '205659.837000', '205659.839000', '205659.842000', '205659.845000', '205659.847000', '205659.856000', '205659.859000', '205659.861000', '205659.864000', '205659.867000', '205659.869000', '205659.872000', '205659.874000', '205659.877000', '205659.880000', '205659.882000', '205659.885000', '205659.887000', '205659.890000', '205659.898000', '205659.900000', '205659.903000', '205659.905000', '205659.908000', '205659.911000', '205659.913000', '205659.916000', '205659.919000', '205659.921000', '205659.924000', '205659.926000', '205659.929000', '205659.932000', '205659.934000', '205659.937000', '205659.939000', '205659.942000', '205659.944000', '205659.947000', '205659.950000', '205719.827000', '205719.830000', '205719.833000', '205719.836000', '205719.838000', '205719.841000', '205719.843000', '205719.846000', '205719.849000', '205719.851000', '205719.854000', '205719.856000', '205719.859000', '205719.862000', '205719.864000', '205719.867000', '205719.869000', '205719.872000', '205719.875000', '205719.877000', '205719.880000', '205719.882000', '205719.885000', '205719.888000', '205719.890000', '205719.893000', '205719.895000', '205719.898000', '205719.905000', '205719.907000', '205719.910000', '205719.912000', '205719.915000', '205719.918000', '205719.920000', '205719.923000', '205719.925000', '205719.928000', '205719.931000', '205719.933000', '205719.936000', '205719.938000', '205719.941000', '205719.943000', '205739.828000', '205739.830000', '205739.833000', '205739.836000', '205739.838000', '205739.841000', '205739.843000', '205739.846000', '205739.849000', '205739.851000', '205739.854000', '205739.856000', '205739.859000', '205739.861000', '205739.864000', '205739.867000', '205739.869000', '205739.872000', '205739.874000', '205739.877000', '205739.880000', '205739.882000', '205739.885000', '205739.887000', '205739.890000', '205739.892000', '205739.895000', '205739.898000', '205739.900000', '205739.903000', '205739.906000', '205739.908000', '205739.911000', '205739.913000', '205739.916000', '205739.919000', '205739.921000', '205739.924000', '205739.926000', '205739.929000', '205739.932000', '205739.934000', '205739.937000', '205759.827000', '205759.830000', '205759.833000', '205759.836000', '205759.838000', '205759.841000', '205759.843000', '205759.846000', '205759.849000', '205759.851000', '205759.854000', '205759.856000', '205759.859000', '205759.861000', '205759.864000', '205759.867000', '205759.869000', '205759.872000', '205759.875000', '205759.877000', '205759.880000', '205759.882000', '205759.885000', '205759.887000', '205759.890000', '205759.893000', '205759.895000', '205759.898000', '205759.901000', '205759.903000', '205759.906000', '205759.908000', '205759.911000', '205759.913000', '205759.916000', '205759.919000', '205759.921000', '205759.924000', '205759.926000', '205759.929000', '205759.931000', '205759.934000', '205759.936000', '205819.827000', '205819.830000', '205819.833000', '205819.836000', '205819.838000', '205819.841000', '205819.843000', '205819.846000', '205819.849000', '205819.851000', '205819.854000', '205819.856000', '205819.859000', '205819.861000', '205819.864000', '205819.867000', '205819.869000', '205819.879000', '205819.881000', '205819.884000', '205819.887000', '205819.889000', '205819.892000', '205819.894000', '205819.897000', '205819.900000', '205819.902000', '205819.905000', '205819.908000', '205819.910000', '205819.913000', '205819.916000', '205819.918000', '205819.921000', '205819.923000', '205819.926000', '205819.929000', '205819.931000', '205819.934000', '205819.936000', '205819.939000', '205819.941000', '205819.944000', '205819.947000', '205839.828000', '205839.830000', '205839.833000', '205839.836000', '205839.838000', '205839.841000', '205839.843000', '205839.846000', '205839.849000', '205839.851000', '205839.854000', '205839.857000', '205839.859000', '205839.862000', '205839.864000', '205839.867000', '205839.870000', '205839.872000', '205839.875000', '205839.878000', '205839.880000', '205839.883000', '205839.885000', '205839.888000', '205839.891000', '205839.893000', '205839.896000', '205839.898000', '205839.901000', '205839.904000', '205839.906000', '205839.909000', '205839.912000', '205839.914000', '205839.917000', '205839.919000', '205839.922000', '205839.925000', '205839.927000', '205839.930000', '205839.932000', '205839.935000', '205839.937000', '205839.940000', '205859.829000', '205859.831000', '205859.834000', '205859.837000', '205859.839000', '205859.842000', '205859.844000', '205859.847000', '205859.850000', '205859.852000', '205859.855000', '205859.857000', '205859.860000', '205859.862000', '205859.865000', '205859.868000', '205859.870000', '205859.873000', '205859.875000', '205859.878000', '205859.881000', '205859.883000', '205859.886000', '205859.888000', '205859.891000', '205859.893000', '205859.896000', '205859.899000', '205859.901000', '205859.904000', '205859.906000', '205859.909000', '205859.912000', '205859.914000', '205859.917000', '205859.919000', '205859.922000', '205859.924000', '205859.927000', '205859.930000', '205859.932000', '205859.935000', '205859.937000', '205919.828000', '205919.831000', '205919.834000', '205919.837000', '205919.839000', '205919.842000', '205919.844000', '205919.847000', '205919.850000', '205919.852000', '205919.855000', '205919.857000', '205919.860000', '205919.863000', '205919.865000', '205919.868000', '205919.871000', '205919.873000', '205919.876000', '205919.878000', '205919.881000', '205919.884000', '205919.886000', '205919.889000', '205919.891000', '205919.894000', '205919.897000', '205919.899000', '205919.902000', '205919.904000', '205919.907000', '205919.910000', '205919.912000', '205919.915000', '205919.917000', '205919.920000', '205919.922000', '205919.925000', '205919.928000', '205919.930000', '205919.933000', '205919.935000', '205919.938000', '205919.940000', '205939.828000', '205939.830000', '205939.833000', '205939.836000', '205939.838000', '205939.841000', '205939.843000', '205939.846000', '205939.849000', '205939.851000', '205939.854000', '205939.857000', '205939.859000', '205939.862000', '205939.865000', '205939.867000', '205939.870000', '205939.872000', '205939.875000', '205939.878000', '205939.880000', '205939.883000', '205939.885000', '205939.888000', '205939.890000', '205939.893000', '205939.896000', '205939.898000', '205939.901000', '205939.904000', '205939.906000', '205939.909000', '205939.911000', '205939.914000', '205939.917000', '205939.919000', '205939.922000', '205939.925000', '205939.927000', '205939.930000', '205939.932000', '205939.964000', '205939.966000', '205959.828000', '205959.830000', '205959.833000', '205959.835000', '205959.838000', '205959.841000', '205959.843000', '205959.846000', '205959.848000', '205959.851000', '205959.854000', '205959.856000', '205959.861000', '205959.864000', '205959.866000', '205959.869000', '205959.872000', '205959.874000', '205959.877000', '205959.879000', '205959.882000', '205959.885000', '205959.887000', '205959.890000', '205959.892000', '205959.895000', '205959.898000', '205959.900000', '205959.903000', '205959.905000', '205959.908000', '205959.911000', '205959.913000', '205959.916000', '205959.919000', '205959.921000', '205959.924000', '205959.927000', '205959.929000', '205959.932000', '205959.935000', '205959.937000', '205959.940000', '205959.942000', '210019.828000', '210019.830000', '210019.833000', '210019.836000', '210019.838000', '210019.841000', '210019.843000', '210019.846000', '210019.849000', '210019.851000', '210019.854000', '210019.857000', '210019.859000', '210019.862000', '210019.864000', '210019.867000', '210019.870000', '210019.872000', '210019.875000', '210019.878000', '210019.880000', '210019.883000', '210019.885000', '210019.888000', '210019.891000', '210019.893000', '210019.896000', '210019.899000', '210019.901000', '210019.904000', '210019.906000', '210019.909000', '210019.912000', '210019.914000', '210019.917000', '210019.919000', '210019.922000', '210019.925000', '210019.927000', '210019.930000', '210019.932000', '210019.935000', '210019.937000', '210039.828000', '210039.831000', '210039.833000', '210039.836000', '210039.839000', '210039.842000', '210039.845000', '210039.847000', '210039.850000', '210039.852000', '210039.855000', '210039.858000', '210039.860000', '210039.863000', '210039.866000', '210039.868000', '210039.871000', '210039.873000', '210039.876000', '210039.879000', '210039.881000', '210039.884000', '210039.886000', '210039.889000', '210039.892000', '210039.894000', '210039.897000', '210039.899000', '210039.902000', '210039.905000', '210039.907000', '210039.910000', '210039.912000', '210039.915000', '210039.918000', '210039.920000', '210039.923000', '210039.925000', '210039.928000', '210039.931000', '210039.933000', '210039.936000', '210039.939000', '210059.828000', '210059.831000', '210059.834000', '210059.837000', '210059.839000', '210059.842000', '210059.844000', '210059.847000', '210059.849000', '210059.852000', '210059.855000', '210059.857000', '210059.860000', '210059.863000', '210059.865000', '210059.868000', '210059.871000', '210059.873000', '210059.876000', '210059.878000', '210059.881000', '210059.884000', '210059.886000', '210059.889000', '210059.891000', '210059.894000', '210059.897000', '210059.899000', '210059.902000', '210059.905000', '210059.907000', '210059.910000', '210059.912000', '210059.915000', '210059.918000', '210059.920000', '210059.923000', '210059.925000', '210059.928000', '210059.931000', '210059.933000', '210059.936000', '210059.938000', '210059.941000', '210119.828000', '210119.831000', '210119.834000', '210119.836000', '210119.839000', '210119.842000', '210119.844000', '210119.847000', '210119.849000', '210119.864000', '210119.867000', '210119.870000', '210119.872000', '210119.875000', '210119.877000', '210119.880000', '210119.883000', '210119.885000', '210119.888000', '210119.891000', '210119.893000', '210119.896000', '210119.899000', '210119.902000', '210119.905000', '210119.907000', '210119.910000', '210119.913000', '210119.915000', '210119.918000', '210119.920000', '210119.923000', '210119.925000', '210119.928000', '210119.931000', '210119.933000', '210119.936000', '210119.938000', '210119.941000', '210119.944000', '210119.946000', '210119.949000', '210119.952000', '210139.828000', '210139.831000', '210139.834000', '210139.837000', '210139.839000', '210139.842000', '210139.844000', '210139.847000', '210139.850000', '210139.852000', '210139.855000', '210139.857000', '210139.860000', '210139.863000', '210139.865000', '210139.868000', '210139.870000', '210139.873000', '210139.876000', '210139.878000', '210139.881000', '210139.883000', '210139.886000', '210139.889000', '210139.891000', '210139.894000', '210139.896000', '210139.899000', '210139.902000', '210139.904000', '210139.907000', '210139.909000', '210139.912000', '210139.914000', '210139.917000', '210139.920000', '210139.922000', '210139.925000', '210139.927000', '210139.930000', '210139.933000', '210139.935000', '210139.938000', '210139.940000', '210159.828000', '210159.830000', '210159.833000', '210159.836000', '210159.838000', '210159.841000', '210159.843000', '210159.846000', '210159.849000', '210159.851000', '210159.854000', '210159.856000', '210159.859000', '210159.862000', '210159.864000', '210159.867000', '210159.869000', '210159.872000', '210159.874000', '210159.877000', '210159.880000', '210159.883000', '210159.886000', '210159.888000', '210159.891000', '210159.894000', '210159.896000', '210159.899000', '210159.901000', '210159.904000', '210159.906000', '210159.909000', '210159.912000', '210159.914000', '210159.917000', '210159.919000', '210159.922000', '210159.925000', '210159.927000', '210159.930000', '210159.932000', '210159.935000', '210159.938000', '210219.827000', '210219.830000', '210219.833000', '210219.836000', '210219.838000', '210219.841000', '210219.843000', '210219.846000', '210219.849000', '210219.851000', '210219.854000', '210219.856000', '210219.859000', '210219.861000', '210219.864000', '210219.867000', '210219.869000', '210219.872000', '210219.874000', '210219.877000', '210219.880000', '210219.882000', '210219.885000', '210219.887000', '210219.890000', '210219.893000', '210219.895000', '210219.898000', '210219.900000', '210219.903000', '210219.906000', '210219.908000', '210219.911000', '210219.913000', '210219.916000', '210219.919000', '210219.921000', '210219.924000', '210219.927000', '210219.929000', '210219.932000', '210219.934000', '210219.937000', '210219.940000', '210239.827000', '210239.830000', '210239.833000', '210239.836000', '210239.838000', '210239.841000', '210239.843000', '210239.846000', '210239.849000', '210239.851000', '210239.854000', '210239.857000', '210239.859000', '210239.862000', '210239.864000', '210239.867000', '210239.870000', '210239.872000', '210239.875000', '210239.910000', '210239.913000', '210239.916000', '210239.918000', '210239.921000', '210239.923000', '210239.926000', '210239.929000', '210239.931000', '210239.934000', '210239.936000', '210239.940000', '210239.942000', '210239.945000', '210239.948000', '210239.950000', '210239.953000', '210239.955000', '210239.958000', '210239.961000', '210239.963000', '210239.966000', '210239.968000', '210239.971000', '210259.827000', '210259.830000', '210259.833000', '210259.835000', '210259.838000', '210259.841000', '210259.843000', '210259.846000', '210259.849000', '210259.851000', '210259.854000', '210259.856000', '210259.859000', '210259.862000', '210259.864000', '210259.867000', '210259.870000', '210259.872000', '210259.875000', '210259.877000', '210259.880000', '210259.883000', '210259.885000', '210259.888000', '210259.890000', '210259.893000', '210259.896000', '210259.898000', '210259.901000', '210259.903000', '210259.906000', '210259.909000', '210259.911000', '210259.914000', '210259.917000', '210259.919000', '210259.922000', '210259.925000', '210259.927000', '210259.930000', '210259.932000', '210259.935000', '210259.937000', '210259.940000', '210319.828000', '210319.831000', '210319.833000', '210319.836000', '210319.839000', '210319.841000', '210319.844000', '210319.846000', '210319.849000', '210319.851000', '210319.854000', '210319.857000', '210319.859000', '210319.862000', '210319.865000', '210319.867000', '210319.870000', '210319.873000', '210319.875000', '210319.878000', '210319.881000', '210319.883000', '210319.886000', '210319.888000', '210319.891000', '210319.894000', '210319.896000', '210319.899000', '210319.901000', '210319.904000', '210319.907000', '210319.909000', '210319.912000', '210319.914000', '210319.917000', '210319.919000', '210319.922000', '210319.925000', '210319.927000', '210319.930000', '210319.932000', '210319.935000', '210319.938000', '210339.829000', '210339.831000', '210339.834000', '210339.837000', '210339.839000', '210339.842000', '210339.845000', '210339.847000', '210339.850000', '210339.853000', '210339.855000', '210339.858000', '210339.860000', '210339.863000', '210339.866000', '210339.868000', '210339.871000', '210339.874000', '210339.876000', '210339.879000', '210339.882000', '210339.884000', '210339.887000', '210339.889000', '210339.892000', '210339.895000', '210339.897000', '210339.900000', '210339.903000', '210339.905000', '210339.908000', '210339.910000', '210339.913000', '210339.916000', '210339.918000', '210339.921000', '210339.924000', '210339.926000', '210339.929000', '210339.931000', '210339.934000', '210339.937000', '210339.939000', '210339.942000', '210359.828000', '210359.831000', '210359.834000', '210359.837000', '210359.839000', '210359.842000', '210359.844000', '210359.847000', '210359.849000', '210359.852000', '210359.855000', '210359.857000', '210359.860000', '210359.863000', '210359.865000', '210359.868000', '210359.881000', '210359.884000', '210359.887000', '210359.889000', '210359.892000', '210359.894000', '210359.897000', '210359.899000', '210359.902000', '210359.905000', '210359.907000', '210359.910000', '210359.912000', '210359.915000', '210359.918000', '210359.920000', '210359.923000', '210359.926000', '210359.928000', '210359.931000', '210359.934000', '210359.936000', '210359.939000', '210359.941000', '210359.944000', '210359.947000', '210359.949000', '210419.828000', '210419.830000', '210419.833000', '210419.836000', '210419.838000', '210419.841000', '210419.843000', '210419.846000', '210419.849000', '210419.851000', '210419.854000', '210419.856000', '210419.859000', '210419.862000', '210419.864000', '210419.867000', '210419.870000', '210419.872000', '210419.875000', '210419.877000', '210419.880000', '210419.883000', '210419.885000', '210419.888000', '210419.891000', '210419.893000', '210419.896000', '210419.898000', '210419.901000', '210419.903000', '210419.906000', '210419.909000', '210419.911000', '210419.914000', '210419.916000', '210419.919000', '210419.922000', '210419.924000', '210419.927000', '210419.930000', '210419.932000', '210419.935000', '210419.937000', '210419.940000', '210439.828000', '210439.830000', '210439.833000', '210439.836000', '210439.838000', '210439.841000', '210439.843000', '210439.846000', '210439.849000', '210439.851000', '210439.854000', '210439.857000', '210439.859000', '210439.862000', '210439.865000', '210439.867000', '210439.870000', '210439.873000', '210439.875000', '210439.878000', '210439.881000', '210439.883000', '210439.886000', '210439.889000', '210439.891000', '210439.894000', '210439.896000', '210439.899000', '210439.902000', '210439.904000', '210439.907000', '210439.909000', '210439.912000', '210439.915000', '210439.917000', '210439.920000', '210439.922000', '210439.925000', '210439.928000', '210439.930000', '210439.933000', '210439.935000', '210439.938000', '210459.828000', '210459.830000', '210459.833000', '210459.836000', '210459.838000', '210459.841000', '210459.843000', '210459.846000', '210459.849000', '210459.851000', '210459.854000', '210459.857000', '210459.859000', '210459.862000', '210459.864000', '210459.867000', '210459.870000', '210459.872000', '210459.875000', '210459.877000', '210459.880000', '210459.883000', '210459.885000', '210459.888000', '210459.890000', '210459.893000', '210459.896000', '210459.898000', '210459.901000', '210459.904000', '210459.906000', '210459.909000', '210459.911000', '210459.914000', '210459.917000', '210459.919000', '210459.922000', '210459.924000', '210459.927000', '210459.930000', '210459.932000', '210459.935000', '210459.938000', '210459.940000', '210519.828000', '210519.831000', '210519.833000', '210519.836000', '210519.838000', '210519.841000', '210519.844000', '210519.846000', '210519.849000', '210519.852000', '210519.854000', '210519.857000', '210519.868000', '210519.871000', '210519.873000', '210519.876000', '210519.878000', '210519.881000', '210519.884000', '210519.886000', '210519.889000', '210519.891000', '210519.894000', '210519.896000', '210519.899000', '210519.902000', '210519.904000', '210519.907000', '210519.910000', '210519.912000', '210519.915000', '210519.918000', '210519.920000', '210519.923000', '210519.925000', '210519.928000', '210519.931000', '210519.933000', '210519.936000', '210519.939000', '210519.941000', '210519.944000', '210519.946000', '210520.905000', '210520.908000', '210520.911000'], 'InstanceCreationTime': ['205559.853000', '205559.856000', '205559.859000', '205559.862000', '205559.864000', '205559.867000', '205559.869000', '205559.872000', '205559.874000', '205559.877000', '205559.879000', '205559.882000', '205559.885000', '205559.887000', '205559.890000', '205559.892000', '205559.895000', '205559.897000', '205559.900000', '205559.902000', '205559.905000', '205559.908000', '205559.910000', '205559.913000', '205559.915000', '205559.918000', '205559.921000', '205559.923000', '205559.926000', '205559.928000', '205559.931000', '205559.934000', '205559.936000', '205559.939000', '205559.941000', '205559.944000', '205559.946000', '205559.956000', '205559.959000', '205559.961000', '205559.964000', '205559.967000', '205559.969000', '205559.972000', '205559.974000', '205559.977000', '205559.980000', '205559.982000', '205619.828000', '205619.830000', '205619.833000', '205619.836000', '205619.838000', '205619.841000', '205619.843000', '205619.846000', '205619.848000', '205619.851000', '205619.854000', '205619.856000', '205619.859000', '205619.861000', '205619.864000', '205619.867000', '205619.869000', '205619.872000', '205619.874000', '205619.877000', '205619.879000', '205619.882000', '205619.885000', '205619.887000', '205619.890000', '205619.892000', '205619.895000', '205619.897000', '205619.905000', '205619.907000', '205619.910000', '205619.913000', '205619.915000', '205619.918000', '205619.921000', '205619.923000', '205619.926000', '205619.928000', '205619.931000', '205619.934000', '205619.936000', '205619.939000', '205619.941000', '205639.828000', '205639.831000', '205639.834000', '205639.836000', '205639.839000', '205639.842000', '205639.844000', '205639.847000', '205639.849000', '205639.852000', '205639.855000', '205639.857000', '205639.860000', '205639.862000', '205639.865000', '205639.868000', '205639.870000', '205639.873000', '205639.875000', '205639.878000', '205639.880000', '205639.893000', '205639.896000', '205639.929000', '205639.931000', '205639.934000', '205639.936000', '205639.939000', '205639.941000', '205639.944000', '205639.947000', '205639.949000', '205639.952000', '205639.954000', '205639.957000', '205639.960000', '205639.962000', '205639.965000', '205639.967000', '205639.970000', '205639.973000', '205639.975000', '205639.978000', '205639.980000', '205659.829000', '205659.831000', '205659.834000', '205659.837000', '205659.839000', '205659.842000', '205659.845000', '205659.847000', '205659.856000', '205659.859000', '205659.861000', '205659.864000', '205659.867000', '205659.869000', '205659.872000', '205659.874000', '205659.877000', '205659.880000', '205659.882000', '205659.885000', '205659.887000', '205659.890000', '205659.898000', '205659.900000', '205659.903000', '205659.905000', '205659.908000', '205659.911000', '205659.913000', '205659.916000', '205659.919000', '205659.921000', '205659.924000', '205659.926000', '205659.929000', '205659.932000', '205659.934000', '205659.937000', '205659.939000', '205659.942000', '205659.944000', '205659.947000', '205659.950000', '205719.827000', '205719.830000', '205719.833000', '205719.836000', '205719.838000', '205719.841000', '205719.843000', '205719.846000', '205719.849000', '205719.851000', '205719.854000', '205719.856000', '205719.859000', '205719.862000', '205719.864000', '205719.867000', '205719.869000', '205719.872000', '205719.875000', '205719.877000', '205719.880000', '205719.882000', '205719.885000', '205719.888000', '205719.890000', '205719.893000', '205719.895000', '205719.898000', '205719.905000', '205719.907000', '205719.910000', '205719.912000', '205719.915000', '205719.918000', '205719.920000', '205719.923000', '205719.925000', '205719.928000', '205719.931000', '205719.933000', '205719.936000', '205719.938000', '205719.941000', '205719.943000', '205739.828000', '205739.830000', '205739.833000', '205739.836000', '205739.838000', '205739.841000', '205739.843000', '205739.846000', '205739.849000', '205739.851000', '205739.854000', '205739.856000', '205739.859000', '205739.861000', '205739.864000', '205739.867000', '205739.869000', '205739.872000', '205739.874000', '205739.877000', '205739.880000', '205739.882000', '205739.885000', '205739.887000', '205739.890000', '205739.892000', '205739.895000', '205739.898000', '205739.900000', '205739.903000', '205739.906000', '205739.908000', '205739.911000', '205739.913000', '205739.916000', '205739.919000', '205739.921000', '205739.924000', '205739.926000', '205739.929000', '205739.932000', '205739.934000', '205739.937000', '205759.827000', '205759.830000', '205759.833000', '205759.836000', '205759.838000', '205759.841000', '205759.843000', '205759.846000', '205759.849000', '205759.851000', '205759.854000', '205759.856000', '205759.859000', '205759.861000', '205759.864000', '205759.867000', '205759.869000', '205759.872000', '205759.875000', '205759.877000', '205759.880000', '205759.882000', '205759.885000', '205759.887000', '205759.890000', '205759.893000', '205759.895000', '205759.898000', '205759.901000', '205759.903000', '205759.906000', '205759.908000', '205759.911000', '205759.913000', '205759.916000', '205759.919000', '205759.921000', '205759.924000', '205759.926000', '205759.929000', '205759.931000', '205759.934000', '205759.936000', '205819.827000', '205819.830000', '205819.833000', '205819.836000', '205819.838000', '205819.841000', '205819.843000', '205819.846000', '205819.849000', '205819.851000', '205819.854000', '205819.856000', '205819.859000', '205819.861000', '205819.864000', '205819.867000', '205819.869000', '205819.879000', '205819.881000', '205819.884000', '205819.887000', '205819.889000', '205819.892000', '205819.894000', '205819.897000', '205819.900000', '205819.902000', '205819.905000', '205819.908000', '205819.910000', '205819.913000', '205819.916000', '205819.918000', '205819.921000', '205819.923000', '205819.926000', '205819.929000', '205819.931000', '205819.934000', '205819.936000', '205819.939000', '205819.941000', '205819.944000', '205819.947000', '205839.828000', '205839.830000', '205839.833000', '205839.836000', '205839.838000', '205839.841000', '205839.843000', '205839.846000', '205839.849000', '205839.851000', '205839.854000', '205839.857000', '205839.859000', '205839.862000', '205839.864000', '205839.867000', '205839.870000', '205839.872000', '205839.875000', '205839.878000', '205839.880000', '205839.883000', '205839.885000', '205839.888000', '205839.891000', '205839.893000', '205839.896000', '205839.898000', '205839.901000', '205839.904000', '205839.906000', '205839.909000', '205839.912000', '205839.914000', '205839.917000', '205839.919000', '205839.922000', '205839.925000', '205839.927000', '205839.930000', '205839.932000', '205839.935000', '205839.937000', '205839.940000', '205859.829000', '205859.831000', '205859.834000', '205859.837000', '205859.839000', '205859.842000', '205859.844000', '205859.847000', '205859.850000', '205859.852000', '205859.855000', '205859.857000', '205859.860000', '205859.862000', '205859.865000', '205859.868000', '205859.870000', '205859.873000', '205859.875000', '205859.878000', '205859.881000', '205859.883000', '205859.886000', '205859.888000', '205859.891000', '205859.893000', '205859.896000', '205859.899000', '205859.901000', '205859.904000', '205859.906000', '205859.909000', '205859.912000', '205859.914000', '205859.917000', '205859.919000', '205859.922000', '205859.924000', '205859.927000', '205859.930000', '205859.932000', '205859.935000', '205859.937000', '205919.828000', '205919.831000', '205919.834000', '205919.837000', '205919.839000', '205919.842000', '205919.844000', '205919.847000', '205919.850000', '205919.852000', '205919.855000', '205919.857000', '205919.860000', '205919.863000', '205919.865000', '205919.868000', '205919.871000', '205919.873000', '205919.876000', '205919.878000', '205919.881000', '205919.884000', '205919.886000', '205919.889000', '205919.891000', '205919.894000', '205919.897000', '205919.899000', '205919.902000', '205919.904000', '205919.907000', '205919.910000', '205919.912000', '205919.915000', '205919.917000', '205919.920000', '205919.922000', '205919.925000', '205919.928000', '205919.930000', '205919.933000', '205919.935000', '205919.938000', '205919.940000', '205939.828000', '205939.830000', '205939.833000', '205939.836000', '205939.838000', '205939.841000', '205939.843000', '205939.846000', '205939.849000', '205939.851000', '205939.854000', '205939.857000', '205939.859000', '205939.862000', '205939.865000', '205939.867000', '205939.870000', '205939.872000', '205939.875000', '205939.878000', '205939.880000', '205939.883000', '205939.885000', '205939.888000', '205939.890000', '205939.893000', '205939.896000', '205939.898000', '205939.901000', '205939.904000', '205939.906000', '205939.909000', '205939.911000', '205939.914000', '205939.917000', '205939.919000', '205939.922000', '205939.925000', '205939.927000', '205939.930000', '205939.932000', '205939.964000', '205939.966000', '205959.828000', '205959.830000', '205959.833000', '205959.835000', '205959.838000', '205959.841000', '205959.843000', '205959.846000', '205959.848000', '205959.851000', '205959.854000', '205959.856000', '205959.861000', '205959.864000', '205959.866000', '205959.869000', '205959.872000', '205959.874000', '205959.877000', '205959.879000', '205959.882000', '205959.885000', '205959.887000', '205959.890000', '205959.892000', '205959.895000', '205959.898000', '205959.900000', '205959.903000', '205959.905000', '205959.908000', '205959.911000', '205959.913000', '205959.916000', '205959.919000', '205959.921000', '205959.924000', '205959.927000', '205959.929000', '205959.932000', '205959.935000', '205959.937000', '205959.940000', '205959.942000', '210019.828000', '210019.830000', '210019.833000', '210019.836000', '210019.838000', '210019.841000', '210019.843000', '210019.846000', '210019.849000', '210019.851000', '210019.854000', '210019.857000', '210019.859000', '210019.862000', '210019.864000', '210019.867000', '210019.870000', '210019.872000', '210019.875000', '210019.878000', '210019.880000', '210019.883000', '210019.885000', '210019.888000', '210019.891000', '210019.893000', '210019.896000', '210019.899000', '210019.901000', '210019.904000', '210019.906000', '210019.909000', '210019.912000', '210019.914000', '210019.917000', '210019.919000', '210019.922000', '210019.925000', '210019.927000', '210019.930000', '210019.932000', '210019.935000', '210019.937000', '210039.828000', '210039.831000', '210039.833000', '210039.836000', '210039.839000', '210039.842000', '210039.845000', '210039.847000', '210039.850000', '210039.852000', '210039.855000', '210039.858000', '210039.860000', '210039.863000', '210039.866000', '210039.868000', '210039.871000', '210039.873000', '210039.876000', '210039.879000', '210039.881000', '210039.884000', '210039.886000', '210039.889000', '210039.892000', '210039.894000', '210039.897000', '210039.899000', '210039.902000', '210039.905000', '210039.907000', '210039.910000', '210039.912000', '210039.915000', '210039.918000', '210039.920000', '210039.923000', '210039.925000', '210039.928000', '210039.931000', '210039.933000', '210039.936000', '210039.939000', '210059.828000', '210059.831000', '210059.834000', '210059.837000', '210059.839000', '210059.842000', '210059.844000', '210059.847000', '210059.849000', '210059.852000', '210059.855000', '210059.857000', '210059.860000', '210059.863000', '210059.865000', '210059.868000', '210059.871000', '210059.873000', '210059.876000', '210059.878000', '210059.881000', '210059.884000', '210059.886000', '210059.889000', '210059.891000', '210059.894000', '210059.897000', '210059.899000', '210059.902000', '210059.905000', '210059.907000', '210059.910000', '210059.912000', '210059.915000', '210059.918000', '210059.920000', '210059.923000', '210059.925000', '210059.928000', '210059.931000', '210059.933000', '210059.936000', '210059.938000', '210059.941000', '210119.828000', '210119.831000', '210119.834000', '210119.836000', '210119.839000', '210119.842000', '210119.844000', '210119.847000', '210119.849000', '210119.864000', '210119.867000', '210119.870000', '210119.872000', '210119.875000', '210119.877000', '210119.880000', '210119.883000', '210119.885000', '210119.888000', '210119.891000', '210119.893000', '210119.896000', '210119.899000', '210119.902000', '210119.905000', '210119.907000', '210119.910000', '210119.913000', '210119.915000', '210119.918000', '210119.920000', '210119.923000', '210119.925000', '210119.928000', '210119.931000', '210119.933000', '210119.936000', '210119.938000', '210119.941000', '210119.944000', '210119.946000', '210119.949000', '210119.952000', '210139.828000', '210139.831000', '210139.834000', '210139.837000', '210139.839000', '210139.842000', '210139.844000', '210139.847000', '210139.850000', '210139.852000', '210139.855000', '210139.857000', '210139.860000', '210139.863000', '210139.865000', '210139.868000', '210139.870000', '210139.873000', '210139.876000', '210139.878000', '210139.881000', '210139.883000', '210139.886000', '210139.889000', '210139.891000', '210139.894000', '210139.896000', '210139.899000', '210139.902000', '210139.904000', '210139.907000', '210139.909000', '210139.912000', '210139.914000', '210139.917000', '210139.920000', '210139.922000', '210139.925000', '210139.927000', '210139.930000', '210139.933000', '210139.935000', '210139.938000', '210139.940000', '210159.828000', '210159.830000', '210159.833000', '210159.836000', '210159.838000', '210159.841000', '210159.843000', '210159.846000', '210159.849000', '210159.851000', '210159.854000', '210159.856000', '210159.859000', '210159.862000', '210159.864000', '210159.867000', '210159.869000', '210159.872000', '210159.874000', '210159.877000', '210159.880000', '210159.883000', '210159.886000', '210159.888000', '210159.891000', '210159.894000', '210159.896000', '210159.899000', '210159.901000', '210159.904000', '210159.906000', '210159.909000', '210159.912000', '210159.914000', '210159.917000', '210159.919000', '210159.922000', '210159.925000', '210159.927000', '210159.930000', '210159.932000', '210159.935000', '210159.938000', '210219.827000', '210219.830000', '210219.833000', '210219.836000', '210219.838000', '210219.841000', '210219.843000', '210219.846000', '210219.849000', '210219.851000', '210219.854000', '210219.856000', '210219.859000', '210219.861000', '210219.864000', '210219.867000', '210219.869000', '210219.872000', '210219.874000', '210219.877000', '210219.880000', '210219.882000', '210219.885000', '210219.887000', '210219.890000', '210219.893000', '210219.895000', '210219.898000', '210219.900000', '210219.903000', '210219.906000', '210219.908000', '210219.911000', '210219.913000', '210219.916000', '210219.919000', '210219.921000', '210219.924000', '210219.927000', '210219.929000', '210219.932000', '210219.934000', '210219.937000', '210219.940000', '210239.827000', '210239.830000', '210239.833000', '210239.836000', '210239.838000', '210239.841000', '210239.843000', '210239.846000', '210239.849000', '210239.851000', '210239.854000', '210239.857000', '210239.859000', '210239.862000', '210239.864000', '210239.867000', '210239.870000', '210239.872000', '210239.875000', '210239.910000', '210239.913000', '210239.916000', '210239.918000', '210239.921000', '210239.923000', '210239.926000', '210239.929000', '210239.931000', '210239.934000', '210239.936000', '210239.940000', '210239.942000', '210239.945000', '210239.948000', '210239.950000', '210239.953000', '210239.955000', '210239.958000', '210239.961000', '210239.963000', '210239.966000', '210239.968000', '210239.971000', '210259.827000', '210259.830000', '210259.833000', '210259.835000', '210259.838000', '210259.841000', '210259.843000', '210259.846000', '210259.849000', '210259.851000', '210259.854000', '210259.856000', '210259.859000', '210259.862000', '210259.864000', '210259.867000', '210259.870000', '210259.872000', '210259.875000', '210259.877000', '210259.880000', '210259.883000', '210259.885000', '210259.888000', '210259.890000', '210259.893000', '210259.896000', '210259.898000', '210259.901000', '210259.903000', '210259.906000', '210259.909000', '210259.911000', '210259.914000', '210259.917000', '210259.919000', '210259.922000', '210259.925000', '210259.927000', '210259.930000', '210259.932000', '210259.935000', '210259.937000', '210259.940000', '210319.828000', '210319.831000', '210319.833000', '210319.836000', '210319.839000', '210319.841000', '210319.844000', '210319.846000', '210319.849000', '210319.851000', '210319.854000', '210319.857000', '210319.859000', '210319.862000', '210319.865000', '210319.867000', '210319.870000', '210319.873000', '210319.875000', '210319.878000', '210319.881000', '210319.883000', '210319.886000', '210319.888000', '210319.891000', '210319.894000', '210319.896000', '210319.899000', '210319.901000', '210319.904000', '210319.907000', '210319.909000', '210319.912000', '210319.914000', '210319.917000', '210319.919000', '210319.922000', '210319.925000', '210319.927000', '210319.930000', '210319.932000', '210319.935000', '210319.938000', '210339.829000', '210339.831000', '210339.834000', '210339.837000', '210339.839000', '210339.842000', '210339.845000', '210339.847000', '210339.850000', '210339.853000', '210339.855000', '210339.858000', '210339.860000', '210339.863000', '210339.866000', '210339.868000', '210339.871000', '210339.874000', '210339.876000', '210339.879000', '210339.882000', '210339.884000', '210339.887000', '210339.889000', '210339.892000', '210339.895000', '210339.897000', '210339.900000', '210339.903000', '210339.905000', '210339.908000', '210339.910000', '210339.913000', '210339.916000', '210339.918000', '210339.921000', '210339.924000', '210339.926000', '210339.929000', '210339.931000', '210339.934000', '210339.937000', '210339.939000', '210339.942000', '210359.828000', '210359.831000', '210359.834000', '210359.837000', '210359.839000', '210359.842000', '210359.844000', '210359.847000', '210359.849000', '210359.852000', '210359.855000', '210359.857000', '210359.860000', '210359.863000', '210359.865000', '210359.868000', '210359.881000', '210359.884000', '210359.887000', '210359.889000', '210359.892000', '210359.894000', '210359.897000', '210359.899000', '210359.902000', '210359.905000', '210359.907000', '210359.910000', '210359.912000', '210359.915000', '210359.918000', '210359.920000', '210359.923000', '210359.926000', '210359.928000', '210359.931000', '210359.934000', '210359.936000', '210359.939000', '210359.941000', '210359.944000', '210359.947000', '210359.949000', '210419.828000', '210419.830000', '210419.833000', '210419.836000', '210419.838000', '210419.841000', '210419.843000', '210419.846000', '210419.849000', '210419.851000', '210419.854000', '210419.856000', '210419.859000', '210419.862000', '210419.864000', '210419.867000', '210419.870000', '210419.872000', '210419.875000', '210419.877000', '210419.880000', '210419.883000', '210419.885000', '210419.888000', '210419.891000', '210419.893000', '210419.896000', '210419.898000', '210419.901000', '210419.903000', '210419.906000', '210419.909000', '210419.911000', '210419.914000', '210419.916000', '210419.919000', '210419.922000', '210419.924000', '210419.927000', '210419.930000', '210419.932000', '210419.935000', '210419.937000', '210419.940000', '210439.828000', '210439.830000', '210439.833000', '210439.836000', '210439.838000', '210439.841000', '210439.843000', '210439.846000', '210439.849000', '210439.851000', '210439.854000', '210439.857000', '210439.859000', '210439.862000', '210439.865000', '210439.867000', '210439.870000', '210439.873000', '210439.875000', '210439.878000', '210439.881000', '210439.883000', '210439.886000', '210439.889000', '210439.891000', '210439.894000', '210439.896000', '210439.899000', '210439.902000', '210439.904000', '210439.907000', '210439.909000', '210439.912000', '210439.915000', '210439.917000', '210439.920000', '210439.922000', '210439.925000', '210439.928000', '210439.930000', '210439.933000', '210439.935000', '210439.938000', '210459.828000', '210459.830000', '210459.833000', '210459.836000', '210459.838000', '210459.841000', '210459.843000', '210459.846000', '210459.849000', '210459.851000', '210459.854000', '210459.857000', '210459.859000', '210459.862000', '210459.864000', '210459.867000', '210459.870000', '210459.872000', '210459.875000', '210459.877000', '210459.880000', '210459.883000', '210459.885000', '210459.888000', '210459.890000', '210459.893000', '210459.896000', '210459.898000', '210459.901000', '210459.904000', '210459.906000', '210459.909000', '210459.911000', '210459.914000', '210459.917000', '210459.919000', '210459.922000', '210459.924000', '210459.927000', '210459.930000', '210459.932000', '210459.935000', '210459.938000', '210459.940000', '210519.828000', '210519.831000', '210519.833000', '210519.836000', '210519.838000', '210519.841000', '210519.844000', '210519.846000', '210519.849000', '210519.852000', '210519.854000', '210519.857000', '210519.868000', '210519.871000', '210519.873000', '210519.876000', '210519.878000', '210519.881000', '210519.884000', '210519.886000', '210519.889000', '210519.891000', '210519.894000', '210519.896000', '210519.899000', '210519.902000', '210519.904000', '210519.907000', '210519.910000', '210519.912000', '210519.915000', '210519.918000', '210519.920000', '210519.923000', '210519.925000', '210519.928000', '210519.931000', '210519.933000', '210519.936000', '210519.939000', '210519.941000', '210519.944000', '210519.946000', '210520.905000', '210520.908000', '210520.911000'], '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': [8343, 10172, 10220, 8268, 12860, 8524, 14764, 9056, 9234, 9561, 8061, 10489, 7664, 7936, 8502, 8060, 8524, 8373, 7858, 11256, 7747, 7778, 9320, 8239, 11491, 7992, 9439, 9266, 7732, 9375, 8556, 13864, 8130, 7782, 7424, 8185, 9515, 8978, 7926, 9636, 7321, 8013, 7470, 8735, 9122, 8327, 8095, 10859, 7528, 8344, 10422, 8815, 9859, 9718, 7228, 7716, 7999, 8367, 11599, 9593, 7769, 11494, 9270, 8394, 9715, 9073, 8286, 10173, 7650, 8162, 7981, 6863, 8263, 8209, 8586, 12314, 7919, 7884, 9656, 8117, 8771, 8448, 7461, 8414, 7131, 8349, 10940, 8491, 8897, 8690, 7616, 7746, 7135, 8393, 9410, 9592, 8566, 10694, 7746, 8250, 8702, 8062, 8500, 7826, 8367, 9992, 7807, 8581, 10479, 8316, 8694, 9893, 6712, 8168, 7116, 8576, 12205, 9326, 8457, 11580, 7281, 7952, 7937, 8679, 8503, 10750, 7833, 6403, 12982, 12684, 9172, 15169, 8371, 6700, 9154, 8123, 7596, 7073, 6171, 6747, 7012, 6675, 8819, 6954, 6674, 6924, 8176, 7073, 7271, 7619, 11381, 11718, 10140, 14262, 11161, 8259, 8043, 8926, 7889, 6902, 8037, 11086, 7617, 7289, 9710, 10397, 8340, 9425, 13780, 7646, 7953, 12457, 9791, 8465, 13627, 9103, 7052, 9662, 8119, 7693, 9378, 8631, 7282, 9141, 7448, 7312, 9132, 7918, 6952, 10576, 7552, 7514, 8691, 7761, 7312, 9328, 8846, 7274, 7813, 8483, 7165, 10185, 9349, 7415, 8051, 8845, 7604, 9388, 10468, 7184, 10010, 9228, 7612, 9809, 11340, 7309, 7540, 10602, 8288, 7484, 12771, 7784, 7375, 9632, 8239, 7457, 10579, 8313, 7563, 8862, 8415, 7596, 11929, 8914, 7430, 10561, 8264, 10797, 9394, 7335, 7101, 6551, 7008, 7249, 7846, 6971, 8161, 7584, 7248, 8349, 8865, 7462, 11682, 9038, 7424, 8429, 8361, 7674, 12777, 9889, 7394, 7669, 8660, 7750, 10770, 8745, 7053, 8003, 8921, 7228, 9020, 8867, 7399, 9519, 8179, 6868, 7155, 8292, 7160, 7135, 8075, 7008, 7433, 8192, 7413, 9878, 8885, 7197, 13202, 10251, 7454, 11773, 9359, 7659, 12781, 9371, 7242, 10890, 8041, 11510, 10119, 7894, 10391, 8138, 7666, 9275, 9042, 7767, 8690, 8913, 7608, 8957, 8760, 7218, 12988, 8713, 6973, 11613, 9260, 9977, 12193, 7974, 8406, 8992, 8142, 7813, 9449, 7644, 7454, 7667, 7498, 8541, 9344, 7585, 9040, 9656, 7670, 8684, 9407, 8147, 10762, 8692, 7344, 7456, 8185, 7374, 10195, 7837, 6822, 10187, 9137, 7128, 10453, 8206, 7504, 7090, 8246, 7310, 9255, 9109, 7871, 9019, 9944, 7552, 11282, 10569, 9313, 11196, 9554, 8042, 15480, 10636, 9236, 11500, 7314, 9173, 8485, 7490, 6989, 10200, 7779, 7342, 7642, 8192, 7597, 8838, 7262, 7645, 9569, 9718, 7605, 12743, 7504, 6734, 7935, 7101, 7581, 7994, 7402, 7684, 7957, 7024, 7328, 11168, 7921, 7354, 10335, 8545, 7135, 8126, 8279, 8011, 13596, 10293, 10115, 8163, 7799, 10043, 8052, 6892, 9094, 7483, 6735, 7382, 7476, 7132, 8820, 7709, 6668, 8629, 7304, 11258, 8665, 8491, 11434, 7404, 8487, 8663, 7752, 12359, 8715, 7608, 7998, 7663, 9533, 8288, 7546, 10375, 7569, 8813, 9514, 7980, 10761, 7933, 7411, 10032, 7362, 9760, 11149, 8736, 7393, 9969, 8054, 7819, 6850, 8547, 7686, 12826, 9397, 8106, 8441, 8256, 9111, 9049, 7453, 8218, 8049, 7537, 6410, 8584, 7228, 7979, 9560, 7460, 10891, 9131, 9281, 11944, 10132, 15782, 11029, 8874, 10318, 7834, 13292, 9688, 8291, 8439, 7581, 6487, 8419, 7283, 10424, 7907, 7425, 9299, 8258, 8102, 8681, 7337, 11055, 8296, 7263, 9382, 7471, 12299, 8696, 8378, 8057, 6792, 8411, 7122, 7463, 9528, 7930, 10386, 8218, 6962, 11401, 8251, 9564, 8339, 7476, 11362, 8284, 7745, 11301, 7969, 11635, 8908, 7662, 9730, 7881, 6841, 9564, 8264, 7831, 12567, 8970, 7888, 10125, 8722, 8094, 12756, 9230, 7521, 7834, 8431, 8022, 13317, 9587, 7656, 7128, 8349, 7919, 9011, 9057, 8407, 8895, 8286, 7727, 13056, 9409, 10412, 10104, 8182, 10714, 9047, 10916, 13213, 8566, 10145, 8395, 8527, 7934, 8498, 8129, 9414, 7769, 7942, 7885, 8698, 8366, 7589, 8499, 8105, 7974, 7844, 9193, 8065, 10261, 8530, 7845, 10095, 8164, 8124, 10011, 8476, 8072, 8539, 9861, 7782, 11377, 8652, 11363, 8176, 7816, 10413, 7814, 13123, 9622, 8733, 7889, 8036, 10400, 8204, 8137, 7963, 7129, 8771, 8214, 7111, 7703, 8161, 7370, 10862, 8491, 8214, 10590, 8136, 7963, 10214, 8098, 9088, 7463, 7137, 7082, 8532, 7791, 11455, 8573, 7061, 12915, 9322, 7590, 13209, 9811, 10565, 13971, 8683, 10424, 7623, 8337, 10183, 8319, 8306, 7677, 7421, 7289, 7604, 7904, 6968, 8148, 8327, 7807, 7576, 8216, 9860, 9582, 7663, 8699, 8282, 7437, 9114, 7749, 12005, 8989, 8118, 8791, 7142, 7170, 8095, 7287, 11027, 7746, 9759, 8122, 7357, 11121, 7731, 13487, 9478, 8626, 7976, 7548, 7585, 8366, 7461, 11098, 8309, 7627, 8437, 7448, 10820, 7886, 8781, 10366, 7455, 7471, 8306, 7392, 12319, 8999, 9335, 9876, 7726, 8390, 8551, 8056, 13974, 9839, 7818, 9307, 7562, 10080, 8972, 7572, 8604, 7136, 7019, 9011, 8235, 7253, 10595, 8015, 7123, 9218, 8052, 8685, 9667, 7457, 8060, 7007, 7233, 7977, 8461, 7704, 12000, 8379, 7453, 10593, 8112, 10796, 11524, 7985, 8223, 8215, 7400, 11012, 8399, 6872, 7259, 7908, 7124, 11330, 9272, 7860, 10683, 8231, 7247, 10570, 8274, 7208, 11905, 7961, 6942, 10942, 8927, 8444, 12131, 8590, 7055, 8227, 7840, 7613, 10555, 10198, 8200, 10483, 9214, 7924, 10175, 11858, 9811, 10590, 11375, 8047, 10142, 9313, 7663, 9651, 8583, 6924, 8426, 7537, 8253, 7340, 9960, 8188, 7374, 7838, 8399, 7474, 10262, 8735, 15187, 11978, 19521, 14385, 12781, 9798, 8694, 9709, 8085, 13430, 8951, 8939, 8653, 7548, 9631, 8648, 10451, 10231, 8116, 10103, 7225, 7328, 7465, 8332, 8122, 9442, 8118, 8219, 7453, 8923, 8666, 7887, 9055, 9080, 7763, 8351, 11172, 8592, 8190, 10950, 7284, 7969, 9832, 9644, 8225, 11045, 12167, 7950, 8052, 10177, 8442, 8132, 12187, 8054, 7196, 11387, 7885, 7453, 11999, 7630, 7652, 7385, 8573, 7976, 7963, 9609, 7967, 7629, 10978, 8715, 9775, 13443, 8926, 7578, 10623, 8382, 9475, 11124, 8527, 9012, 7468, 8345, 9848, 8080, 8132, 9642, 6844, 8382, 8702, 8634, 8312, 11997, 8640, 8201, 11418, 9118, 11363, 11393, 8727, 9619, 6668, 8435, 8240, 8538, 8342, 12933, 8946, 7472, 9966, 9040, 11403, 12627, 8617, 9869, 9106, 8708, 12855, 9851, 9774, 11971, 8586, 8502, 8254, 8801, 9012, 8987, 11293, 10001, 8555, 7420, 7364, 8614, 8426, 10110, 8896, 8311, 7396, 8727, 8885, 9879, 8437, 12536, 8615, 7314, 8337, 8826, 8473, 9148, 8648, 10274, 8517, 8069, 9362, 8975, 8478, 8661, 8507, 7564, 10244, 8270, 10494, 9339, 8147, 7845, 8765, 7818, 9185, 8715, 7906, 9445, 7385, 7538, 9882, 9703, 8411, 9949, 12372, 8079, 7124, 8010, 8703, 9163, 13022, 9301, 7413, 8791, 7656, 9849, 8746, 8436, 9025, 8369, 7064, 8477, 8590, 7385, 9155, 8770, 8229, 9523, 7721, 12750, 8952, 14500, 9556, 8305, 8434, 8663, 11723, 8734, 11502, 8399, 8456, 7432, 7791, 7326, 8384, 9121, 9338, 7848, 7019, 8565, 7234, 8792, 8847, 10421, 8545, 7780, 9483, 8483, 9286, 9980, 8847, 9050, 8263, 7774, 8729, 8834, 10026, 8474, 7732, 8517, 8515, 8542, 8907, 8462, 11215, 8742, 7974, 10191, 8591, 8249, 10315, 8398, 9011, 8134, 7218, 8354, 8431, 8007, 13806, 10597, 7362, 10221, 7824, 10388, 8423, 8652, 13150, 8584, 6725, 7877, 7477, 8756, 8328, 7417, 9633, 8375, 8314, 8446, 8645, 11265, 8920, 7166, 9472, 8109, 10547, 9090, 8340, 10869, 8237, 9209, 7892, 6863, 8321, 8180, 9607, 8507, 6885, 8661, 8894, 11103, 8925, 8979, 8287, 7627, 10714, 8742, 9239, 9083, 7665, 7507, 8499, 8820, 10558, 8757, 7174, 7727, 7140, 9977, 8290, 10502, 8487, 7012, 8582, 8453, 8735, 9150, 8131, 10044, 9201, 8468, 9651, 9618, 8454, 11376, 8581, 11357, 8526, 7931, 8836, 8909, 10013, 8602, 7663, 13426, 8623, 7499, 8510, 8062, 9522, 8564, 10154, 9530, 7527, 10066, 8438, 9332, 8247, 8136, 10494, 8311, 9001, 7509, 8252, 10044, 8806, 8430, 9254, 7685, 7882, 10297, 8607, 8330, 13241, 8526, 7871, 10413, 8991, 9159, 11438, 8301, 9597, 8824, 7550, 10213, 8817, 8411, 12561, 8346, 8826, 8773, 8558, 10272, 10470, 8451, 6872, 8133, 8446, 7846, 10752, 7883, 7090, 10487, 8644, 10086, 12015, 8278, 8141, 8227, 7972, 13185, 9624, 10108, 13963, 8551, 8965, 7922, 7599, 9473, 9003, 7818, 8600, 7541, 7365, 9819, 8144, 8708, 12658, 8847, 7638, 8066, 7958, 7732, 10815, 8656, 7363, 8526, 8622, 7512, 9491, 9870, 8005], 'WindowCenter': [3978.0, 3982.0, 3980.0, 3947.0, 3984.0, 3945.0, 3996.0, 3942.0, 3950.0, 3948.0, 3917.0, 3947.0, 3905.0, 3917.0, 3939.0, 3930.0, 3938.0, 3929.0, 3928.0, 3961.0, 3919.0, 3920.0, 3950.0, 3929.0, 3958.0, 3916.0, 3939.0, 3939.0, 3907.0, 3937.0, 3928.0, 3979.0, 3915.0, 3902.0, 3907.0, 3927.0, 3948.0, 3937.0, 3916.0, 3936.0, 3906.0, 3918.0, 3907.0, 3940.0, 3948.0, 3927.0, 3915.0, 3959.0, 3917.0, 3929.0, 3959.0, 3939.0, 3948.0, 3936.0, 3908.0, 3915.0, 3926.0, 3927.0, 3969.0, 3938.0, 3905.0, 3959.0, 3949.0, 3929.0, 3950.0, 3938.0, 3939.0, 3960.0, 3918.0, 3928.0, 3917.0, 3898.0, 3926.0, 3927.0, 3926.0, 3956.0, 3915.0, 3917.0, 3948.0, 3917.0, 3939.0, 3927.0, 3906.0, 3926.0, 3895.0, 3928.0, 3958.0, 3928.0, 3938.0, 3925.0, 3904.0, 3905.0, 3895.0, 3928.0, 3938.0, 3948.0, 3927.0, 3946.0, 3904.0, 3926.0, 3926.0, 3928.0, 3938.0, 3905.0, 3915.0, 3947.0, 3916.0, 3927.0, 3959.0, 3928.0, 3926.0, 3936.0, 3884.0, 3926.0, 3905.0, 3927.0, 3969.0, 3936.0, 3915.0, 3957.0, 3905.0, 3930.0, 3972.0, 3873.0, 3858.0, 3907.0, 3878.0, 3817.0, 3908.0, 3898.0, 3867.0, 3921.0, 3859.0, 3823.0, 3878.0, 3846.0, 3831.0, 3825.0, 3805.0, 3814.0, 3823.0, 3813.0, 3866.0, 3827.0, 3830.0, 3851.0, 3868.0, 3835.0, 3846.0, 3859.0, 3939.0, 4034.0, 4010.0, 3988.0, 3955.0, 3924.0, 3912.0, 3921.0, 3899.0, 3879.0, 3899.0, 3956.0, 3916.0, 3918.0, 3948.0, 3958.0, 3927.0, 3934.0, 3965.0, 3901.0, 3913.0, 3966.0, 3935.0, 3913.0, 3966.0, 3923.0, 3893.0, 3935.0, 3903.0, 3901.0, 3922.0, 3910.0, 3892.0, 3934.0, 3904.0, 3904.0, 3953.0, 3913.0, 3892.0, 3943.0, 3915.0, 3919.0, 3923.0, 3901.0, 3901.0, 3947.0, 3950.0, 3919.0, 3919.0, 3938.0, 3906.0, 3957.0, 3936.0, 3916.0, 3927.0, 3934.0, 3902.0, 3933.0, 3946.0, 3893.0, 3956.0, 3946.0, 3913.0, 3946.0, 3955.0, 3903.0, 3903.0, 3943.0, 3912.0, 3888.0, 3964.0, 3902.0, 3904.0, 3935.0, 3923.0, 3901.0, 3945.0, 3912.0, 3900.0, 3909.0, 3898.0, 3886.0, 3939.0, 3910.0, 3891.0, 3941.0, 3912.0, 3943.0, 3921.0, 3889.0, 3878.0, 3869.0, 3890.0, 3890.0, 3900.0, 3891.0, 3913.0, 3901.0, 3902.0, 3923.0, 3922.0, 3890.0, 3953.0, 3920.0, 3903.0, 3913.0, 3912.0, 3901.0, 3953.0, 3933.0, 3892.0, 3903.0, 3950.0, 3916.0, 3930.0, 3894.0, 3862.0, 3872.0, 3880.0, 3929.0, 3961.0, 3931.0, 3901.0, 3929.0, 3907.0, 3877.0, 3890.0, 3909.0, 3890.0, 3890.0, 3911.0, 3891.0, 3902.0, 3923.0, 3903.0, 3943.0, 3922.0, 3880.0, 3966.0, 3945.0, 3901.0, 3953.0, 3922.0, 3901.0, 3953.0, 3920.0, 3891.0, 3943.0, 3899.0, 3952.0, 3928.0, 3900.0, 3943.0, 3910.0, 3902.0, 3933.0, 3918.0, 3887.0, 3920.0, 3921.0, 3902.0, 3934.0, 3922.0, 3888.0, 3965.0, 3909.0, 3891.0, 3953.0, 3922.0, 3929.0, 3952.0, 3898.0, 3910.0, 3917.0, 3911.0, 3901.0, 3920.0, 3901.0, 3890.0, 3900.0, 3890.0, 3922.0, 3921.0, 3899.0, 3922.0, 3932.0, 3901.0, 3920.0, 3920.0, 3900.0, 3941.0, 3912.0, 3890.0, 3889.0, 3909.0, 3890.0, 3944.0, 3912.0, 3892.0, 3945.0, 3934.0, 3893.0, 3931.0, 3911.0, 3902.0, 3891.0, 3912.0, 3932.0, 3947.0, 3936.0, 3928.0, 3923.0, 3961.0, 3915.0, 3955.0, 3944.0, 3935.0, 3953.0, 3932.0, 3912.0, 3987.0, 3942.0, 3921.0, 3940.0, 3889.0, 3919.0, 3923.0, 3901.0, 3890.0, 3944.0, 3913.0, 3903.0, 3914.0, 3922.0, 3901.0, 3934.0, 3902.0, 3914.0, 3933.0, 3932.0, 3900.0, 3952.0, 3890.0, 3881.0, 3910.0, 3892.0, 3914.0, 3912.0, 3902.0, 3915.0, 3925.0, 3904.0, 3916.0, 3968.0, 3923.0, 3916.0, 3945.0, 3922.0, 3892.0, 3911.0, 3923.0, 3913.0, 3962.0, 3931.0, 3930.0, 3909.0, 3899.0, 3932.0, 3911.0, 3890.0, 3920.0, 3890.0, 3881.0, 3902.0, 3903.0, 3904.0, 3923.0, 3903.0, 3892.0, 3936.0, 3904.0, 3956.0, 3923.0, 3912.0, 3955.0, 3890.0, 3907.0, 3949.0, 3914.0, 3936.0, 3938.0, 3902.0, 3898.0, 3900.0, 3932.0, 3897.0, 3899.0, 3942.0, 3899.0, 3922.0, 3932.0, 3911.0, 3942.0, 3923.0, 3914.0, 3946.0, 3915.0, 3945.0, 3955.0, 3924.0, 3902.0, 3933.0, 3912.0, 3902.0, 3881.0, 3923.0, 3913.0, 3953.0, 3920.0, 3901.0, 3911.0, 3912.0, 3923.0, 3921.0, 3903.0, 3912.0, 3914.0, 3915.0, 3883.0, 3935.0, 3906.0, 3915.0, 3947.0, 3906.0, 3945.0, 3933.0, 3934.0, 3954.0, 3931.0, 3975.0, 3944.0, 3924.0, 3959.0, 3917.0, 3976.0, 3947.0, 3896.0, 3894.0, 3885.0, 3884.0, 3926.0, 3904.0, 3944.0, 3912.0, 3902.0, 3963.0, 3955.0, 3899.0, 3909.0, 3890.0, 3941.0, 3910.0, 3904.0, 3933.0, 3918.0, 3983.0, 3937.0, 3913.0, 3899.0, 3891.0, 3923.0, 3905.0, 3913.0, 3945.0, 3926.0, 3946.0, 3923.0, 3904.0, 3966.0, 3938.0, 3947.0, 3923.0, 3902.0, 3955.0, 3911.0, 3901.0, 3952.0, 3912.0, 3952.0, 3922.0, 3903.0, 3934.0, 3910.0, 3910.0, 3959.0, 3923.0, 3902.0, 3966.0, 3950.0, 3930.0, 3957.0, 3925.0, 3916.0, 3967.0, 3935.0, 3914.0, 3915.0, 3937.0, 3927.0, 3978.0, 3936.0, 3914.0, 3904.0, 3927.0, 3927.0, 3924.0, 3937.0, 3926.0, 3926.0, 3914.0, 3914.0, 3964.0, 3925.0, 3945.0, 3945.0, 3913.0, 3943.0, 3923.0, 3941.0, 3968.0, 3925.0, 3944.0, 3924.0, 3924.0, 3911.0, 3922.0, 3913.0, 3945.0, 3917.0, 3926.0, 3926.0, 3935.0, 3912.0, 3903.0, 3925.0, 3914.0, 3915.0, 3915.0, 3936.0, 3914.0, 3946.0, 3924.0, 3914.0, 3945.0, 3924.0, 3913.0, 3934.0, 3923.0, 3913.0, 3925.0, 3946.0, 3930.0, 3956.0, 3896.0, 3925.0, 3898.0, 3900.0, 3914.0, 3872.0, 3949.0, 3906.0, 3897.0, 3886.0, 3901.0, 3943.0, 3953.0, 4018.0, 3987.0, 3919.0, 3936.0, 3923.0, 3903.0, 3914.0, 3927.0, 3917.0, 3983.0, 3940.0, 3939.0, 3958.0, 3914.0, 3926.0, 3944.0, 3913.0, 3936.0, 3916.0, 3904.0, 3918.0, 3936.0, 3916.0, 3971.0, 3926.0, 3894.0, 3979.0, 3936.0, 3914.0, 3965.0, 3930.0, 3930.0, 3977.0, 3922.0, 3957.0, 3915.0, 3924.0, 3958.0, 3937.0, 3925.0, 3898.0, 3902.0, 3916.0, 3926.0, 3925.0, 3904.0, 3913.0, 3923.0, 3915.0, 3916.0, 3939.0, 3960.0, 3944.0, 3916.0, 3926.0, 3925.0, 3905.0, 3949.0, 3943.0, 3995.0, 3951.0, 3912.0, 3908.0, 3891.0, 3890.0, 3910.0, 3903.0, 3956.0, 3915.0, 3934.0, 3911.0, 3901.0, 3951.0, 3900.0, 3963.0, 3932.0, 3910.0, 3899.0, 3899.0, 3903.0, 3912.0, 3902.0, 3942.0, 3911.0, 3901.0, 3912.0, 3902.0, 3954.0, 3913.0, 3922.0, 3942.0, 3903.0, 3903.0, 3923.0, 3903.0, 3964.0, 3922.0, 3932.0, 3944.0, 3914.0, 3923.0, 3922.0, 3912.0, 3975.0, 3944.0, 3902.0, 3935.0, 3915.0, 3943.0, 3923.0, 3902.0, 3925.0, 3904.0, 3906.0, 3935.0, 3924.0, 3904.0, 3955.0, 3925.0, 3906.0, 3947.0, 3926.0, 3937.0, 3946.0, 3904.0, 3926.0, 3905.0, 3916.0, 3926.0, 3926.0, 3914.0, 3967.0, 3925.0, 3915.0, 3956.0, 3914.0, 3955.0, 3954.0, 3914.0, 3925.0, 3924.0, 3904.0, 3955.0, 3923.0, 3894.0, 3916.0, 3927.0, 3905.0, 3955.0, 3934.0, 3914.0, 3955.0, 3925.0, 3904.0, 3956.0, 3924.0, 3901.0, 3954.0, 3913.0, 3903.0, 3954.0, 3932.0, 3923.0, 3966.0, 3925.0, 3902.0, 3927.0, 3924.0, 3927.0, 3955.0, 3943.0, 3912.0, 3943.0, 3933.0, 3913.0, 3942.0, 3953.0, 3933.0, 3944.0, 3953.0, 3911.0, 3942.0, 3931.0, 3902.0, 3931.0, 3923.0, 3892.0, 3911.0, 3900.0, 3925.0, 3904.0, 3945.0, 3913.0, 3903.0, 3915.0, 3926.0, 3918.0, 3958.0, 3937.0, 3980.0, 3957.0, 3988.0, 3965.0, 3952.0, 3932.0, 3910.0, 3920.0, 3900.0, 3963.0, 3923.0, 3936.0, 3910.0, 3886.0, 3917.0, 3908.0, 3940.0, 3928.0, 3900.0, 3957.0, 3902.0, 3902.0, 3890.0, 3910.0, 3900.0, 3931.0, 3913.0, 3912.0, 3903.0, 3935.0, 3925.0, 3913.0, 3924.0, 3936.0, 3915.0, 3926.0, 3969.0, 3926.0, 3914.0, 3957.0, 3903.0, 3914.0, 3945.0, 3948.0, 3914.0, 3957.0, 3967.0, 3916.0, 3913.0, 3957.0, 3913.0, 3929.0, 3984.0, 3927.0, 3895.0, 3967.0, 3916.0, 3903.0, 3966.0, 3916.0, 3932.0, 3917.0, 3937.0, 3928.0, 3917.0, 3947.0, 3916.0, 3905.0, 3958.0, 3925.0, 3934.0, 3967.0, 3924.0, 3904.0, 3946.0, 3915.0, 3933.0, 3945.0, 3924.0, 3925.0, 3904.0, 3925.0, 3946.0, 3913.0, 3912.0, 3935.0, 3895.0, 3926.0, 3938.0, 3925.0, 3914.0, 3967.0, 3926.0, 3926.0, 3959.0, 3935.0, 3956.0, 3955.0, 3925.0, 3936.0, 3893.0, 3926.0, 3924.0, 3925.0, 3912.0, 3967.0, 3926.0, 3905.0, 3946.0, 3925.0, 3955.0, 3955.0, 3924.0, 3935.0, 3924.0, 3925.0, 3968.0, 3935.0, 3946.0, 3954.0, 3923.0, 3923.0, 3913.0, 3922.0, 3922.0, 3922.0, 3942.0, 3933.0, 3912.0, 3893.0, 3905.0, 3924.0, 3926.0, 3943.0, 3923.0, 3914.0, 3904.0, 3925.0, 3923.0, 3944.0, 3912.0, 3954.0, 3913.0, 3904.0, 3914.0, 3925.0, 3926.0, 3935.0, 3924.0, 3945.0, 3926.0, 3928.0, 3937.0, 3937.0, 3927.0, 3925.0, 3939.0, 3917.0, 3959.0, 3928.0, 3959.0, 3935.0, 3915.0, 3916.0, 3937.0, 3918.0, 3937.0, 3924.0, 3915.0, 3949.0, 3919.0, 3919.0, 3948.0, 3950.0, 3929.0, 3947.0, 3968.0, 3915.0, 3906.0, 3916.0, 3937.0, 3937.0, 3967.0, 3937.0, 3906.0, 3927.0, 3918.0, 3946.0, 3924.0, 3915.0, 3937.0, 3924.0, 3906.0, 3926.0, 3925.0, 3905.0, 3935.0, 3926.0, 3925.0, 3936.0, 3917.0, 3967.0, 3924.0, 3977.0, 3935.0, 3913.0, 3913.0, 3912.0, 3955.0, 3913.0, 3942.0, 3900.0, 3912.0, 3891.0, 3903.0, 3891.0, 3914.0, 3935.0, 3923.0, 3904.0, 3896.0, 3924.0, 3906.0, 3926.0, 3936.0, 3946.0, 3925.0, 3916.0, 3936.0, 3925.0, 3937.0, 3946.0, 3926.0, 3925.0, 3926.0, 3918.0, 3937.0, 3937.0, 3948.0, 3924.0, 3917.0, 3926.0, 3927.0, 3926.0, 3938.0, 3926.0, 3956.0, 3925.0, 3917.0, 3958.0, 3926.0, 3928.0, 3947.0, 3915.0, 3935.0, 3916.0, 3917.0, 3926.0, 3926.0, 3915.0, 3978.0, 3947.0, 3905.0, 3946.0, 3917.0, 3947.0, 3925.0, 3924.0, 3967.0, 3924.0, 3884.0, 3914.0, 3918.0, 3924.0, 3913.0, 3904.0, 3936.0, 3924.0, 3924.0, 3925.0, 3925.0, 3944.0, 3926.0, 3895.0, 3935.0, 3915.0, 3947.0, 3935.0, 3913.0, 3945.0, 3915.0, 3934.0, 3914.0, 3895.0, 3925.0, 3914.0, 3936.0, 3926.0, 3894.0, 3935.0, 3938.0, 3955.0, 3938.0, 3936.0, 3925.0, 3916.0, 3946.0, 3925.0, 3936.0, 3937.0, 3918.0, 3905.0, 3926.0, 3937.0, 3945.0, 3925.0, 3894.0, 3915.0, 3905.0, 3947.0, 3925.0, 3945.0, 3924.0, 3894.0, 3922.0, 3924.0, 3936.0, 3936.0, 3914.0, 3934.0, 3935.0, 3926.0, 3934.0, 3936.0, 3914.0, 3956.0, 3924.0, 3944.0, 3924.0, 3913.0, 3924.0, 3935.0, 3945.0, 3924.0, 3903.0, 3965.0, 3911.0, 3894.0, 3926.0, 3928.0, 3947.0, 3925.0, 3945.0, 3934.0, 3903.0, 3933.0, 3914.0, 3934.0, 3925.0, 3911.0, 3944.0, 3913.0, 3925.0, 3904.0, 3925.0, 3946.0, 3926.0, 3915.0, 3936.0, 3916.0, 3916.0, 3947.0, 3925.0, 3914.0, 3968.0, 3926.0, 3917.0, 3955.0, 3937.0, 3936.0, 3956.0, 3926.0, 3937.0, 3926.0, 3916.0, 3947.0, 3925.0, 3914.0, 3967.0, 3915.0, 3924.0, 3924.0, 3923.0, 3944.0, 3945.0, 3924.0, 3895.0, 3927.0, 3925.0, 3916.0, 3957.0, 3917.0, 3906.0, 3958.0, 3938.0, 3947.0, 3956.0, 3914.0, 3915.0, 3925.0, 3915.0, 3968.0, 3934.0, 3934.0, 3968.0, 3914.0, 3923.0, 3902.0, 3903.0, 3933.0, 3923.0, 3902.0, 3913.0, 3902.0, 3904.0, 3946.0, 3914.0, 3922.0, 3964.0, 3924.0, 3904.0, 3915.0, 3912.0, 3915.0, 3944.0, 3913.0, 3904.0, 3924.0, 3925.0, 3906.0, 3946.0, 3945.0, 3915.0], 'WindowWidth': [8900.0, 8896.0, 8887.0, 8834.0, 8884.0, 8829.0, 8902.0, 8822.0, 8832.0, 8824.0, 8780.0, 8818.0, 8762.0, 8781.0, 8813.0, 8804.0, 8811.0, 8800.0, 8799.0, 8845.0, 8787.0, 8790.0, 8830.0, 8798.0, 8835.0, 8779.0, 8812.0, 8813.0, 8765.0, 8807.0, 8798.0, 8869.0, 8774.0, 8755.0, 8765.0, 8795.0, 8822.0, 8807.0, 8778.0, 8804.0, 8766.0, 8781.0, 8767.0, 8815.0, 8825.0, 8795.0, 8776.0, 8838.0, 8779.0, 8799.0, 8840.0, 8816.0, 8824.0, 8805.0, 8769.0, 8776.0, 8793.0, 8796.0, 8855.0, 8809.0, 8761.0, 8839.0, 8827.0, 8801.0, 8829.0, 8812.0, 8815.0, 8844.0, 8784.0, 8795.0, 8780.0, 8757.0, 8793.0, 8794.0, 8792.0, 8833.0, 8775.0, 8780.0, 8822.0, 8783.0, 8816.0, 8796.0, 8766.0, 8790.0, 8749.0, 8796.0, 8838.0, 8796.0, 8811.0, 8788.0, 8759.0, 8762.0, 8749.0, 8797.0, 8810.0, 8826.0, 8796.0, 8817.0, 8761.0, 8791.0, 8792.0, 8798.0, 8813.0, 8763.0, 8776.0, 8820.0, 8778.0, 8793.0, 8840.0, 8798.0, 8791.0, 8804.0, 8735.0, 8791.0, 8765.0, 8793.0, 8857.0, 8805.0, 8775.0, 8835.0, 8765.0, 8806.0, 8887.0, 8692.0, 8660.0, 8739.0, 8706.0, 8610.0, 8730.0, 8716.0, 8671.0, 8755.0, 8665.0, 8614.0, 8691.0, 8642.0, 8614.0, 8611.0, 8592.0, 8597.0, 8611.0, 8593.0, 8668.0, 8617.0, 8627.0, 8660.0, 8679.0, 8630.0, 8648.0, 8671.0, 8798.0, 8982.0, 8943.0, 8888.0, 8834.0, 8789.0, 8767.0, 8777.0, 8744.0, 8720.0, 8745.0, 8835.0, 8779.0, 8787.0, 8826.0, 8841.0, 8797.0, 8799.0, 8844.0, 8751.0, 8769.0, 8846.0, 8804.0, 8773.0, 8847.0, 8785.0, 8743.0, 8800.0, 8756.0, 8754.0, 8781.0, 8761.0, 8740.0, 8799.0, 8761.0, 8762.0, 8841.0, 8773.0, 8742.0, 8811.0, 8783.0, 8793.0, 8786.0, 8754.0, 8753.0, 8826.0, 8835.0, 8790.0, 8790.0, 8816.0, 8768.0, 8838.0, 8809.0, 8782.0, 8797.0, 8800.0, 8754.0, 8797.0, 8819.0, 8746.0, 8837.0, 8824.0, 8774.0, 8816.0, 8833.0, 8760.0, 8757.0, 8813.0, 8767.0, 8732.0, 8840.0, 8754.0, 8761.0, 8803.0, 8785.0, 8753.0, 8815.0, 8767.0, 8751.0, 8758.0, 8742.0, 8726.0, 8798.0, 8760.0, 8738.0, 8805.0, 8770.0, 8810.0, 8779.0, 8733.0, 8717.0, 8707.0, 8738.0, 8737.0, 8750.0, 8737.0, 8770.0, 8754.0, 8758.0, 8787.0, 8781.0, 8736.0, 8822.0, 8776.0, 8757.0, 8770.0, 8769.0, 8751.0, 8825.0, 8797.0, 8742.0, 8760.0, 8836.0, 8785.0, 8787.0, 8726.0, 8682.0, 8695.0, 8698.0, 8810.0, 8856.0, 8793.0, 8752.0, 8787.0, 8752.0, 8715.0, 8737.0, 8760.0, 8737.0, 8739.0, 8765.0, 8741.0, 8757.0, 8787.0, 8761.0, 8813.0, 8783.0, 8722.0, 8849.0, 8818.0, 8753.0, 8829.0, 8782.0, 8752.0, 8827.0, 8778.0, 8739.0, 8810.0, 8749.0, 8819.0, 8783.0, 8750.0, 8808.0, 8764.0, 8755.0, 8796.0, 8772.0, 8729.0, 8776.0, 8778.0, 8756.0, 8801.0, 8781.0, 8732.0, 8845.0, 8762.0, 8739.0, 8827.0, 8782.0, 8785.0, 8821.0, 8746.0, 8761.0, 8770.0, 8766.0, 8751.0, 8773.0, 8752.0, 8734.0, 8750.0, 8738.0, 8780.0, 8777.0, 8748.0, 8782.0, 8793.0, 8755.0, 8778.0, 8775.0, 8747.0, 8806.0, 8767.0, 8738.0, 8735.0, 8761.0, 8739.0, 8812.0, 8773.0, 8745.0, 8817.0, 8801.0, 8747.0, 8792.0, 8764.0, 8756.0, 8740.0, 8771.0, 8817.0, 8825.0, 8809.0, 8802.0, 8786.0, 8851.0, 8778.0, 8832.0, 8817.0, 8804.0, 8827.0, 8795.0, 8768.0, 8884.0, 8811.0, 8776.0, 8803.0, 8733.0, 8773.0, 8786.0, 8754.0, 8735.0, 8816.0, 8774.0, 8760.0, 8777.0, 8783.0, 8754.0, 8802.0, 8757.0, 8775.0, 8799.0, 8796.0, 8748.0, 8822.0, 8735.0, 8727.0, 8765.0, 8745.0, 8778.0, 8770.0, 8756.0, 8780.0, 8792.0, 8767.0, 8782.0, 8854.0, 8791.0, 8781.0, 8816.0, 8780.0, 8743.0, 8767.0, 8786.0, 8773.0, 8839.0, 8791.0, 8787.0, 8759.0, 8747.0, 8795.0, 8766.0, 8736.0, 8773.0, 8736.0, 8728.0, 8757.0, 8762.0, 8764.0, 8786.0, 8758.0, 8744.0, 8808.0, 8763.0, 8836.0, 8785.0, 8767.0, 8830.0, 8737.0, 8756.0, 8833.0, 8779.0, 8791.0, 8814.0, 8756.0, 8743.0, 8750.0, 8794.0, 8740.0, 8747.0, 8808.0, 8750.0, 8782.0, 8796.0, 8766.0, 8807.0, 8792.0, 8780.0, 8821.0, 8781.0, 8816.0, 8832.0, 8790.0, 8758.0, 8797.0, 8766.0, 8754.0, 8726.0, 8785.0, 8774.0, 8824.0, 8773.0, 8750.0, 8764.0, 8767.0, 8782.0, 8779.0, 8758.0, 8765.0, 8772.0, 8777.0, 8734.0, 8805.0, 8768.0, 8776.0, 8822.0, 8766.0, 8817.0, 8797.0, 8798.0, 8827.0, 8789.0, 8862.0, 8813.0, 8785.0, 8844.0, 8785.0, 8865.0, 8824.0, 8735.0, 8727.0, 8720.0, 8738.0, 8793.0, 8763.0, 8811.0, 8768.0, 8756.0, 8856.0, 8854.0, 8744.0, 8759.0, 8734.0, 8801.0, 8761.0, 8758.0, 8796.0, 8787.0, 8883.0, 8810.0, 8770.0, 8746.0, 8743.0, 8789.0, 8767.0, 8776.0, 8820.0, 8794.0, 8821.0, 8788.0, 8762.0, 8849.0, 8815.0, 8823.0, 8786.0, 8754.0, 8828.0, 8766.0, 8752.0, 8822.0, 8768.0, 8821.0, 8783.0, 8758.0, 8800.0, 8766.0, 8784.0, 8844.0, 8789.0, 8756.0, 8850.0, 8836.0, 8806.0, 8839.0, 8790.0, 8780.0, 8849.0, 8805.0, 8775.0, 8779.0, 8811.0, 8797.0, 8863.0, 8806.0, 8774.0, 8763.0, 8799.0, 8799.0, 8788.0, 8808.0, 8792.0, 8791.0, 8774.0, 8779.0, 8845.0, 8788.0, 8815.0, 8815.0, 8771.0, 8814.0, 8784.0, 8802.0, 8853.0, 8788.0, 8813.0, 8787.0, 8790.0, 8766.0, 8781.0, 8772.0, 8820.0, 8786.0, 8798.0, 8794.0, 8804.0, 8770.0, 8758.0, 8789.0, 8775.0, 8778.0, 8777.0, 8806.0, 8774.0, 8818.0, 8787.0, 8774.0, 8818.0, 8788.0, 8772.0, 8799.0, 8786.0, 8773.0, 8791.0, 8818.0, 8808.0, 8835.0, 8735.0, 8771.0, 8741.0, 8750.0, 8755.0, 8695.0, 8817.0, 8749.0, 8737.0, 8722.0, 8754.0, 8814.0, 8847.0, 8983.0, 8920.0, 8795.0, 8810.0, 8785.0, 8760.0, 8775.0, 8795.0, 8787.0, 8886.0, 8823.0, 8818.0, 8843.0, 8775.0, 8794.0, 8816.0, 8771.0, 8808.0, 8782.0, 8766.0, 8790.0, 8810.0, 8784.0, 8864.0, 8792.0, 8749.0, 8869.0, 8807.0, 8774.0, 8846.0, 8788.0, 8787.0, 8866.0, 8782.0, 8834.0, 8779.0, 8788.0, 8842.0, 8814.0, 8789.0, 8742.0, 8756.0, 8782.0, 8797.0, 8791.0, 8763.0, 8772.0, 8786.0, 8779.0, 8784.0, 8817.0, 8846.0, 8819.0, 8780.0, 8794.0, 8793.0, 8766.0, 8830.0, 8832.0, 8906.0, 8839.0, 8772.0, 8759.0, 8740.0, 8738.0, 8764.0, 8762.0, 8835.0, 8779.0, 8798.0, 8765.0, 8753.0, 8820.0, 8751.0, 8840.0, 8795.0, 8762.0, 8746.0, 8750.0, 8757.0, 8770.0, 8755.0, 8808.0, 8767.0, 8752.0, 8767.0, 8755.0, 8826.0, 8773.0, 8781.0, 8810.0, 8758.0, 8759.0, 8786.0, 8761.0, 8842.0, 8783.0, 8795.0, 8815.0, 8776.0, 8784.0, 8782.0, 8768.0, 8859.0, 8813.0, 8757.0, 8803.0, 8778.0, 8812.0, 8784.0, 8756.0, 8791.0, 8762.0, 8770.0, 8807.0, 8789.0, 8762.0, 8831.0, 8792.0, 8769.0, 8824.0, 8796.0, 8812.0, 8821.0, 8763.0, 8794.0, 8766.0, 8784.0, 8797.0, 8795.0, 8776.0, 8852.0, 8792.0, 8779.0, 8834.0, 8778.0, 8832.0, 8830.0, 8774.0, 8791.0, 8787.0, 8765.0, 8831.0, 8787.0, 8750.0, 8782.0, 8799.0, 8769.0, 8834.0, 8803.0, 8773.0, 8832.0, 8791.0, 8762.0, 8834.0, 8788.0, 8755.0, 8831.0, 8773.0, 8762.0, 8829.0, 8797.0, 8786.0, 8848.0, 8791.0, 8760.0, 8798.0, 8794.0, 8799.0, 8833.0, 8812.0, 8768.0, 8811.0, 8799.0, 8772.0, 8808.0, 8823.0, 8797.0, 8812.0, 8822.0, 8765.0, 8807.0, 8793.0, 8757.0, 8790.0, 8784.0, 8744.0, 8765.0, 8751.0, 8791.0, 8764.0, 8818.0, 8772.0, 8759.0, 8779.0, 8796.0, 8789.0, 8842.0, 8812.0, 8879.0, 8840.0, 8888.0, 8848.0, 8821.0, 8793.0, 8762.0, 8776.0, 8750.0, 8840.0, 8785.0, 8807.0, 8763.0, 8722.0, 8765.0, 8756.0, 8801.0, 8783.0, 8749.0, 8836.0, 8756.0, 8754.0, 8737.0, 8761.0, 8748.0, 8792.0, 8769.0, 8769.0, 8758.0, 8804.0, 8790.0, 8769.0, 8785.0, 8804.0, 8778.0, 8794.0, 8858.0, 8792.0, 8772.0, 8834.0, 8757.0, 8775.0, 8815.0, 8824.0, 8773.0, 8833.0, 8850.0, 8778.0, 8770.0, 8835.0, 8771.0, 8803.0, 8884.0, 8797.0, 8749.0, 8850.0, 8779.0, 8757.0, 8847.0, 8781.0, 8811.0, 8785.0, 8811.0, 8799.0, 8780.0, 8819.0, 8779.0, 8761.0, 8836.0, 8788.0, 8796.0, 8848.0, 8784.0, 8757.0, 8816.0, 8775.0, 8796.0, 8811.0, 8784.0, 8788.0, 8760.0, 8791.0, 8816.0, 8769.0, 8766.0, 8800.0, 8750.0, 8791.0, 8815.0, 8790.0, 8772.0, 8848.0, 8790.0, 8792.0, 8840.0, 8803.0, 8829.0, 8828.0, 8787.0, 8803.0, 8746.0, 8792.0, 8790.0, 8788.0, 8767.0, 8849.0, 8791.0, 8761.0, 8818.0, 8788.0, 8825.0, 8830.0, 8784.0, 8800.0, 8786.0, 8788.0, 8851.0, 8804.0, 8820.0, 8827.0, 8782.0, 8782.0, 8767.0, 8779.0, 8780.0, 8780.0, 8803.0, 8794.0, 8764.0, 8742.0, 8761.0, 8788.0, 8792.0, 8811.0, 8784.0, 8773.0, 8758.0, 8788.0, 8784.0, 8814.0, 8768.0, 8824.0, 8768.0, 8759.0, 8773.0, 8788.0, 8791.0, 8801.0, 8785.0, 8814.0, 8792.0, 8798.0, 8807.0, 8810.0, 8795.0, 8788.0, 8813.0, 8784.0, 8842.0, 8799.0, 8838.0, 8801.0, 8776.0, 8778.0, 8810.0, 8785.0, 8809.0, 8789.0, 8777.0, 8830.0, 8790.0, 8790.0, 8828.0, 8832.0, 8801.0, 8820.0, 8851.0, 8776.0, 8767.0, 8780.0, 8810.0, 8808.0, 8850.0, 8808.0, 8766.0, 8797.0, 8784.0, 8820.0, 8787.0, 8777.0, 8807.0, 8789.0, 8767.0, 8794.0, 8791.0, 8762.0, 8805.0, 8794.0, 8789.0, 8808.0, 8782.0, 8850.0, 8786.0, 8865.0, 8801.0, 8770.0, 8769.0, 8767.0, 8830.0, 8769.0, 8804.0, 8747.0, 8765.0, 8737.0, 8757.0, 8739.0, 8772.0, 8800.0, 8779.0, 8757.0, 8749.0, 8786.0, 8765.0, 8793.0, 8806.0, 8815.0, 8789.0, 8778.0, 8806.0, 8792.0, 8808.0, 8819.0, 8789.0, 8788.0, 8791.0, 8786.0, 8811.0, 8811.0, 8824.0, 8788.0, 8780.0, 8793.0, 8796.0, 8792.0, 8813.0, 8794.0, 8830.0, 8789.0, 8781.0, 8840.0, 8794.0, 8800.0, 8821.0, 8775.0, 8803.0, 8780.0, 8785.0, 8793.0, 8792.0, 8778.0, 8867.0, 8820.0, 8763.0, 8820.0, 8781.0, 8822.0, 8789.0, 8784.0, 8851.0, 8785.0, 8734.0, 8777.0, 8790.0, 8787.0, 8770.0, 8760.0, 8804.0, 8787.0, 8787.0, 8791.0, 8789.0, 8812.0, 8790.0, 8748.0, 8801.0, 8776.0, 8820.0, 8804.0, 8770.0, 8814.0, 8773.0, 8799.0, 8773.0, 8753.0, 8791.0, 8773.0, 8805.0, 8794.0, 8748.0, 8805.0, 8810.0, 8829.0, 8809.0, 8805.0, 8790.0, 8781.0, 8820.0, 8788.0, 8805.0, 8809.0, 8786.0, 8765.0, 8794.0, 8808.0, 8815.0, 8789.0, 8747.0, 8778.0, 8764.0, 8822.0, 8793.0, 8816.0, 8786.0, 8747.0, 8784.0, 8787.0, 8807.0, 8805.0, 8775.0, 8798.0, 8801.0, 8790.0, 8801.0, 8806.0, 8772.0, 8833.0, 8786.0, 8811.0, 8784.0, 8771.0, 8788.0, 8802.0, 8814.0, 8785.0, 8756.0, 8841.0, 8765.0, 8745.0, 8791.0, 8802.0, 8822.0, 8790.0, 8813.0, 8798.0, 8754.0, 8797.0, 8772.0, 8800.0, 8789.0, 8766.0, 8811.0, 8770.0, 8787.0, 8761.0, 8791.0, 8819.0, 8790.0, 8775.0, 8805.0, 8778.0, 8778.0, 8821.0, 8789.0, 8772.0, 8851.0, 8790.0, 8781.0, 8832.0, 8807.0, 8804.0, 8831.0, 8793.0, 8805.0, 8790.0, 8780.0, 8823.0, 8788.0, 8770.0, 8848.0, 8776.0, 8785.0, 8787.0, 8783.0, 8811.0, 8816.0, 8786.0, 8750.0, 8796.0, 8792.0, 8778.0, 8834.0, 8781.0, 8766.0, 8838.0, 8811.0, 8821.0, 8831.0, 8774.0, 8777.0, 8790.0, 8776.0, 8856.0, 8802.0, 8796.0, 8853.0, 8771.0, 8783.0, 8753.0, 8757.0, 8796.0, 8782.0, 8751.0, 8768.0, 8753.0, 8758.0, 8818.0, 8774.0, 8781.0, 8839.0, 8786.0, 8761.0, 8775.0, 8768.0, 8776.0, 8813.0, 8770.0, 8758.0, 8787.0, 8788.0, 8766.0, 8819.0, 8814.0, 8775.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.00879528899445764</td></tr>
<tr><td colspan=3>aqi</td><td>0.05395385708630245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.81131084530909</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2597967793819331</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.154157090657685</td></tr>
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
<tr><td colspan=3>fber</td><td>3229.5361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20484198632864412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>441</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.91686460807601</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6361067007680146</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6531248458354835</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.867510113451413</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387685143017148</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112526</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003667195327579975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019826635718345642</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1263</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.747685605626383</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>20.2133</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.0024</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.3018</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299481.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.5763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9495</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.7113</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3107.4105</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.9392</td></tr>
<tr><td colspan=3>tsnr</td><td>25.37176805594936</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>