<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-04/func/sub-0056_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>d1690738866c87d25a8d924910aa13b0</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>18:57:38.560000</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.997546, 0.0661873, -0.0228363, -0.0645083, 0.995615, 0.0677446]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0863507</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7785, -7283, 833, -22, -377, 101, 37]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8ae9ae7-2069-41ee-a024-2517ee698f30||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.676342725753784, -0.17307117581367493, -0.0734940692782402, 120.73371124267578], [-0.17757567763328552, 2.6711623668670654, 0.17848393321037292, -96.44584655761719], [-0.061268214136362076, -0.18175368010997772, 2.693091630935669, -63.71479034423828], [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': ['185738.560000', '185739.020000', '185739.480000', '185739.940000', '185740.400000', '185740.860000', '185741.320000', '185741.780000', '185742.240000', '185742.700000', '185743.160000', '185743.620000', '185744.080000', '185744.540000', '185745.000000', '185745.460000', '185745.920000', '185746.380000', '185746.840000', '185747.300000', '185747.760000', '185748.220000', '185748.680000', '185749.140000', '185749.600000', '185750.060000', '185750.520000', '185750.980000', '185751.440000', '185751.900000', '185752.360000', '185752.820000', '185753.280000', '185753.740000', '185754.200000', '185754.660000', '185755.120000', '185755.580000', '185756.040000', '185756.500000', '185756.960000', '185757.420000', '185757.880000', '185758.340000', '185758.800000', '185759.260000', '185759.720000', '185800.180000', '185800.640000', '185801.100000', '185801.560000', '185802.020000', '185802.480000', '185802.940000', '185803.400000', '185803.860000', '185804.320000', '185804.780000', '185805.240000', '185805.700000', '185806.160000', '185806.620000', '185807.080000', '185807.540000', '185808.000000', '185808.460000', '185808.920000', '185809.380000', '185809.840000', '185810.300000', '185810.760000', '185811.220000', '185811.680000', '185812.140000', '185812.600000', '185813.060000', '185813.520000', '185813.980000', '185814.440000', '185814.900000', '185815.360000', '185815.820000', '185816.280000', '185816.740000', '185817.200000', '185817.660000', '185818.120000', '185818.580000', '185819.040000', '185819.500000', '185819.960000', '185820.420000', '185820.880000', '185821.340000', '185821.800000', '185822.260000', '185822.720000', '185823.180000', '185823.640000', '185824.100000', '185824.560000', '185825.020000', '185825.480000', '185825.940000', '185826.400000', '185826.860000', '185827.320000', '185827.780000', '185828.240000', '185828.700000', '185829.160000', '185829.620000', '185830.080000', '185830.540000', '185831.000000', '185831.460000', '185831.920000', '185832.380000', '185832.840000', '185833.300000', '185833.760000', '185834.220000', '185834.680000', '185835.140000', '185835.600000', '185836.060000', '185836.520000', '185836.980000', '185837.440000', '185837.900000', '185838.360000', '185838.820000', '185839.280000', '185839.740000', '185840.200000', '185840.660000', '185841.120000', '185841.580000', '185842.040000', '185842.500000', '185842.960000', '185843.420000', '185843.880000', '185844.340000', '185844.800000', '185845.260000', '185845.720000', '185846.180000', '185846.640000', '185847.100000', '185847.560000', '185848.020000', '185848.480000', '185848.940000', '185849.400000', '185849.860000', '185850.320000', '185850.780000', '185851.240000', '185851.700000', '185852.160000', '185852.620000', '185853.080000', '185853.540000', '185854.000000', '185854.460000', '185854.920000', '185855.380000', '185855.840000', '185856.300000', '185856.760000', '185857.220000', '185857.680000', '185858.140000', '185858.600000', '185859.060000', '185859.520000', '185859.980000', '185900.440000', '185900.900000', '185901.360000', '185901.820000', '185902.280000', '185902.740000', '185903.200000', '185903.660000', '185904.120000', '185904.580000', '185905.040000', '185905.500000', '185905.960000', '185906.420000', '185906.880000', '185907.340000', '185907.800000', '185908.260000', '185908.720000', '185909.180000', '185909.640000', '185910.100000', '185910.560000', '185911.020000', '185911.480000', '185911.940000', '185912.400000', '185912.860000', '185913.320000', '185913.780000', '185914.240000', '185914.700000', '185915.160000', '185915.620000', '185916.080000', '185916.540000', '185917.000000', '185917.460000', '185917.920000', '185918.380000', '185918.840000', '185919.300000', '185919.760000', '185920.220000', '185920.680000', '185921.140000', '185921.600000', '185922.060000', '185922.520000', '185922.980000', '185923.440000', '185923.900000', '185924.360000', '185924.820000', '185925.280000', '185925.740000', '185926.200000', '185926.660000', '185927.120000', '185927.580000', '185928.040000', '185928.500000', '185928.960000', '185929.420000', '185929.880000', '185930.340000', '185930.800000', '185931.260000', '185931.720000', '185932.180000', '185932.640000', '185933.100000', '185933.560000', '185934.020000', '185934.480000', '185934.940000', '185935.400000', '185935.860000', '185936.320000', '185936.780000', '185937.240000', '185937.700000', '185938.160000', '185938.620000', '185939.080000', '185939.540000', '185940.000000', '185940.460000', '185940.920000', '185941.380000', '185941.840000', '185942.300000', '185942.760000', '185943.220000', '185943.680000', '185944.140000', '185944.600000', '185945.060000', '185945.520000', '185945.980000', '185946.440000', '185946.900000', '185947.360000', '185947.820000', '185948.280000', '185948.740000', '185949.200000', '185949.660000', '185950.120000', '185950.580000', '185951.040000', '185951.500000', '185951.960000', '185952.420000', '185952.880000', '185953.340000', '185953.800000', '185954.260000', '185954.720000', '185955.180000', '185955.640000', '185956.100000', '185956.560000', '185957.020000', '185957.480000', '185957.940000', '185958.400000', '185958.860000', '185959.320000', '185959.780000', '190000.240000', '190000.700000', '190001.160000', '190001.620000', '190002.080000', '190002.540000', '190003.000000', '190003.460000', '190003.920000', '190004.380000', '190004.840000', '190005.300000', '190005.760000', '190006.220000', '190006.680000', '190007.140000', '190007.600000', '190008.060000', '190008.520000', '190008.980000', '190009.440000', '190009.900000', '190010.360000', '190010.820000', '190011.280000', '190011.740000', '190012.200000', '190012.660000', '190013.120000', '190013.580000', '190014.040000', '190014.500000', '190014.960000', '190015.420000', '190015.880000', '190016.340000', '190016.800000', '190017.260000', '190017.720000', '190018.180000', '190018.640000', '190019.100000', '190019.560000', '190020.020000', '190020.480000', '190020.940000', '190021.400000', '190021.860000', '190022.320000', '190022.780000', '190023.240000', '190023.700000', '190024.160000', '190024.620000', '190025.080000', '190025.540000', '190026.000000', '190026.460000', '190026.920000', '190027.380000', '190027.840000', '190028.300000', '190028.760000', '190029.220000', '190029.680000', '190030.140000', '190030.600000', '190031.060000', '190031.520000', '190031.980000', '190032.440000', '190032.900000', '190033.360000', '190033.820000', '190034.280000', '190034.740000', '190035.200000', '190035.660000', '190036.120000', '190036.580000', '190037.040000', '190037.500000', '190037.960000', '190038.420000', '190038.880000', '190039.340000', '190039.800000', '190040.260000', '190040.720000', '190041.180000', '190041.640000', '190042.100000', '190042.560000', '190043.020000', '190043.480000', '190043.940000', '190044.400000', '190044.860000', '190045.320000', '190045.780000', '190046.240000', '190046.700000', '190047.160000', '190047.620000', '190048.080000', '190048.540000', '190049.000000', '190049.460000', '190049.920000', '190050.380000', '190050.840000', '190051.300000', '190051.760000', '190052.220000', '190052.680000', '190053.140000', '190053.600000', '190054.060000', '190054.520000', '190054.980000', '190055.440000', '190055.900000', '190056.360000', '190056.820000', '190057.280000', '190057.740000', '190058.200000', '190058.660000', '190059.120000', '190059.580000', '190100.040000', '190100.500000', '190100.960000', '190101.420000', '190101.880000', '190102.340000', '190102.800000', '190103.260000', '190103.720000', '190104.180000', '190104.640000', '190105.100000', '190105.560000', '190106.020000', '190106.480000', '190106.940000', '190107.400000', '190107.860000', '190108.320000', '190108.780000', '190109.240000', '190109.700000', '190110.160000', '190110.620000', '190111.080000', '190111.540000', '190112.000000', '190112.460000', '190112.920000', '190113.380000', '190113.840000', '190114.300000', '190114.760000', '190115.220000', '190115.680000', '190116.140000', '190116.600000', '190117.060000', '190117.520000', '190117.980000', '190118.440000', '190118.900000', '190119.360000', '190119.820000', '190120.280000', '190120.740000', '190121.200000', '190121.660000', '190122.120000', '190122.580000', '190123.040000', '190123.500000', '190123.960000', '190124.420000', '190124.880000', '190125.340000', '190125.800000', '190126.260000', '190126.720000', '190127.180000', '190127.640000', '190128.100000', '190128.560000', '190129.020000', '190129.480000', '190129.940000', '190130.400000', '190130.860000', '190131.320000', '190131.780000', '190132.240000', '190132.700000', '190133.160000', '190133.620000', '190134.080000', '190134.540000', '190135.000000', '190135.460000', '190135.920000', '190136.380000', '190136.840000', '190137.300000', '190137.760000', '190138.220000', '190138.680000', '190139.140000', '190139.600000', '190140.060000', '190140.520000', '190140.980000', '190141.440000', '190141.900000', '190142.360000', '190142.820000', '190143.280000', '190143.740000', '190144.200000', '190144.660000', '190145.120000', '190145.580000', '190146.040000', '190146.500000', '190146.960000', '190147.420000', '190147.880000', '190148.340000', '190148.800000', '190149.260000', '190149.720000', '190150.180000', '190150.640000', '190151.100000', '190151.560000', '190152.020000', '190152.480000', '190152.940000', '190153.400000', '190153.860000', '190154.320000', '190154.780000', '190155.240000', '190155.700000', '190156.160000', '190156.620000', '190157.080000', '190157.540000', '190158.000000', '190158.460000', '190158.920000', '190159.380000', '190159.840000', '190200.300000', '190200.760000', '190201.220000', '190201.680000', '190202.140000', '190202.600000', '190203.060000', '190203.520000', '190203.980000', '190204.440000', '190204.900000', '190205.360000', '190205.820000', '190206.280000', '190206.740000', '190207.200000', '190207.660000', '190208.120000', '190208.580000', '190209.040000', '190209.500000', '190209.960000', '190210.420000', '190210.880000', '190211.340000', '190211.800000', '190212.260000', '190212.720000', '190213.180000', '190213.640000', '190214.100000', '190214.560000', '190215.020000', '190215.480000', '190215.940000', '190216.400000', '190216.860000', '190217.320000', '190217.780000', '190218.240000', '190218.700000', '190219.160000', '190219.620000', '190220.080000', '190220.540000', '190221.000000', '190221.460000', '190221.920000', '190222.380000', '190222.840000', '190223.300000', '190223.760000', '190224.220000', '190224.680000', '190225.140000', '190225.600000', '190226.060000', '190226.520000', '190226.980000', '190227.440000', '190227.900000', '190228.360000', '190228.820000', '190229.280000', '190229.740000', '190230.200000', '190230.660000', '190231.120000', '190231.580000', '190232.040000', '190232.500000', '190232.960000', '190233.420000', '190233.880000', '190234.340000', '190234.800000', '190235.260000', '190235.720000', '190236.180000', '190236.640000', '190237.100000', '190237.560000', '190238.020000', '190238.480000', '190238.940000', '190239.400000', '190239.860000', '190240.320000', '190240.780000', '190241.240000', '190241.700000', '190242.160000', '190242.620000', '190243.080000', '190243.540000', '190244.000000', '190244.460000', '190244.920000', '190245.380000', '190245.840000', '190246.300000', '190246.760000', '190247.220000', '190247.680000', '190248.140000', '190248.600000', '190249.060000', '190249.520000', '190249.980000', '190250.440000', '190250.900000', '190251.360000', '190251.820000', '190252.280000', '190252.740000', '190253.200000', '190253.660000', '190254.120000', '190254.580000', '190255.040000', '190255.500000', '190255.960000', '190256.420000', '190256.880000', '190257.340000', '190257.800000', '190258.260000', '190258.720000', '190259.180000', '190259.640000', '190300.100000', '190300.560000', '190301.020000', '190301.480000', '190301.940000', '190302.400000', '190302.860000', '190303.320000', '190303.780000', '190304.240000', '190304.700000', '190305.160000', '190305.620000', '190306.080000', '190306.540000', '190307.000000', '190307.460000', '190307.920000', '190308.380000', '190308.840000', '190309.300000', '190309.760000', '190310.220000', '190310.680000', '190311.140000', '190311.600000', '190312.060000', '190312.520000', '190312.980000', '190313.440000', '190313.900000', '190314.360000', '190314.820000', '190315.280000', '190315.740000', '190316.200000', '190316.660000', '190317.120000', '190317.580000', '190318.040000', '190318.500000', '190318.960000', '190319.420000', '190319.880000', '190320.340000', '190320.800000', '190321.260000', '190321.720000', '190322.180000', '190322.640000', '190323.100000', '190323.560000', '190324.020000', '190324.480000', '190324.940000', '190325.400000', '190325.860000', '190326.320000', '190326.780000', '190327.240000', '190327.700000', '190328.160000', '190328.620000', '190329.080000', '190329.540000', '190330.000000', '190330.460000', '190330.920000', '190331.380000', '190331.840000', '190332.300000', '190332.760000', '190333.220000', '190333.680000', '190334.140000', '190334.600000', '190335.060000', '190335.520000', '190335.980000', '190336.440000', '190336.900000', '190337.360000', '190337.820000', '190338.280000', '190338.740000', '190339.200000', '190339.660000', '190340.120000', '190340.580000', '190341.040000', '190341.500000', '190341.960000', '190342.420000', '190342.880000', '190343.340000', '190343.800000', '190344.260000', '190344.720000', '190345.180000', '190345.640000', '190346.100000', '190346.560000', '190347.020000', '190347.480000', '190347.940000', '190348.400000', '190348.860000', '190349.320000', '190349.780000', '190350.240000', '190350.700000', '190351.160000', '190351.620000', '190352.080000', '190352.540000', '190353.000000', '190353.460000', '190353.920000', '190354.380000', '190354.840000', '190355.300000', '190355.760000', '190356.220000', '190356.680000', '190357.140000', '190357.600000', '190358.060000', '190358.520000', '190358.980000', '190359.440000', '190359.900000', '190400.360000', '190400.820000', '190401.280000', '190401.740000', '190402.200000', '190402.660000', '190403.120000', '190403.580000', '190404.040000', '190404.500000', '190404.960000', '190405.420000', '190405.880000', '190406.340000', '190406.800000', '190407.260000', '190407.720000', '190408.180000', '190408.640000', '190409.100000', '190409.560000', '190410.020000', '190410.480000', '190410.940000', '190411.400000', '190411.860000', '190412.320000', '190412.780000', '190413.240000', '190413.700000', '190414.160000', '190414.620000', '190415.080000', '190415.540000', '190416.000000', '190416.460000', '190416.920000', '190417.380000', '190417.840000', '190418.300000', '190418.760000', '190419.220000', '190419.680000', '190420.140000', '190420.600000', '190421.060000', '190421.520000', '190421.980000', '190422.440000', '190422.900000', '190423.360000', '190423.820000', '190424.280000', '190424.740000', '190425.200000', '190425.660000', '190426.120000', '190426.580000', '190427.040000', '190427.500000', '190427.960000', '190428.420000', '190428.880000', '190429.340000', '190429.800000', '190430.260000', '190430.720000', '190431.180000', '190431.640000', '190432.100000', '190432.560000', '190433.020000', '190433.480000', '190433.940000', '190434.400000', '190434.860000', '190435.320000', '190435.780000', '190436.240000', '190436.700000', '190437.160000', '190437.620000', '190438.080000', '190438.540000', '190439.000000', '190439.460000', '190439.920000', '190440.380000', '190440.840000', '190441.300000', '190441.760000', '190442.220000', '190442.680000', '190443.140000', '190443.600000', '190444.060000', '190444.520000', '190444.980000', '190445.440000', '190445.900000', '190446.360000', '190446.820000', '190447.280000', '190447.740000', '190448.200000', '190448.660000', '190449.120000', '190449.580000', '190450.040000', '190450.500000', '190450.960000', '190451.420000', '190451.880000', '190452.340000', '190452.800000', '190453.260000', '190453.720000', '190454.180000', '190454.640000', '190455.100000', '190455.560000', '190456.020000', '190456.480000', '190456.940000', '190457.400000', '190457.860000', '190458.320000', '190458.780000', '190459.240000', '190459.700000', '190500.160000', '190500.620000', '190501.080000', '190501.540000', '190502.000000', '190502.460000', '190502.920000', '190503.380000', '190503.840000', '190504.300000', '190504.760000', '190505.220000', '190505.680000', '190506.140000', '190506.600000', '190507.060000', '190507.520000', '190507.980000', '190508.440000', '190508.900000', '190509.360000', '190509.820000', '190510.280000', '190510.740000', '190511.200000', '190511.660000', '190512.120000', '190512.580000', '190513.040000', '190513.500000', '190513.960000', '190514.420000', '190514.880000', '190515.340000', '190515.800000', '190516.260000', '190516.720000', '190517.180000', '190517.640000', '190518.100000', '190518.560000', '190519.020000', '190519.480000', '190519.940000', '190520.400000', '190520.860000', '190521.320000', '190521.780000', '190522.240000', '190522.700000', '190523.160000', '190523.620000', '190524.080000', '190524.540000', '190525.000000', '190525.460000', '190525.920000', '190526.380000', '190526.840000', '190527.300000', '190527.760000', '190528.220000', '190528.680000', '190529.140000', '190529.600000', '190530.060000', '190530.520000', '190530.980000', '190531.440000', '190531.900000', '190532.360000', '190532.820000', '190533.280000', '190533.740000', '190534.200000', '190534.660000', '190535.120000', '190535.580000', '190536.040000', '190536.500000', '190536.960000', '190537.420000', '190537.880000', '190538.340000', '190538.800000', '190539.260000', '190539.720000', '190540.180000', '190540.640000', '190541.100000', '190541.560000', '190542.020000', '190542.480000', '190542.940000', '190543.400000', '190543.860000', '190544.320000', '190544.780000', '190545.240000', '190545.700000', '190546.160000', '190546.620000', '190547.080000', '190547.540000', '190548.000000', '190548.460000', '190548.920000', '190549.380000', '190549.840000', '190550.300000', '190550.760000', '190551.220000', '190551.680000', '190552.140000', '190552.600000', '190553.060000', '190553.520000', '190553.980000', '190554.440000', '190554.900000', '190555.360000', '190555.820000', '190556.280000', '190556.740000', '190557.200000', '190557.660000', '190558.120000', '190558.580000', '190559.040000', '190559.500000', '190559.960000', '190600.420000', '190600.880000', '190601.340000', '190601.800000', '190602.260000', '190602.720000', '190603.180000', '190603.640000', '190604.100000', '190604.560000', '190605.020000', '190605.480000', '190605.940000', '190606.400000', '190606.860000', '190607.320000', '190607.780000', '190608.240000', '190608.700000', '190609.160000', '190609.620000', '190610.080000', '190610.540000', '190611.000000', '190611.460000', '190611.920000', '190612.380000', '190612.840000', '190613.300000', '190613.760000', '190614.220000', '190614.680000', '190615.140000', '190615.600000', '190616.060000', '190616.520000', '190616.980000', '190617.440000', '190617.900000', '190618.360000', '190618.820000', '190619.280000', '190619.740000', '190620.200000', '190620.660000', '190621.120000', '190621.580000', '190622.040000', '190622.500000', '190622.960000', '190623.420000', '190623.880000', '190624.340000', '190624.800000', '190625.260000', '190625.720000', '190626.180000', '190626.640000', '190627.100000', '190627.560000', '190628.020000', '190628.480000', '190628.940000', '190629.400000', '190629.860000', '190630.320000', '190630.780000', '190631.240000', '190631.700000', '190632.160000', '190632.620000', '190633.080000', '190633.540000', '190634.000000', '190634.460000', '190634.920000', '190635.380000', '190635.840000', '190636.300000', '190636.760000', '190637.220000', '190637.680000', '190638.140000', '190638.600000', '190639.060000', '190639.520000', '190639.980000', '190640.440000', '190640.900000', '190641.360000', '190641.820000', '190642.280000', '190642.740000', '190643.200000', '190643.660000', '190644.120000', '190644.580000', '190645.040000', '190645.500000', '190645.960000', '190646.420000', '190646.880000', '190647.340000', '190647.800000', '190648.260000', '190648.720000', '190649.180000', '190649.640000', '190650.100000', '190650.560000', '190651.020000', '190651.480000', '190651.940000', '190652.400000', '190652.860000', '190653.320000', '190653.780000', '190654.240000', '190654.700000', '190655.160000', '190655.620000', '190656.080000', '190656.540000', '190657.000000', '190657.460000', '190657.920000', '190658.380000', '190658.840000', '190659.300000', '190659.760000', '190700.220000', '190700.680000', '190701.140000', '190701.600000', '190702.060000', '190702.520000', '190702.980000', '190703.440000', '190703.900000', '190704.360000', '190704.820000', '190705.280000', '190705.740000', '190706.200000', '190706.660000', '190707.120000', '190707.580000', '190708.040000', '190708.500000', '190708.960000', '190709.420000', '190709.880000', '190710.340000', '190710.800000', '190711.260000', '190711.720000', '190712.180000', '190712.640000', '190713.100000', '190713.560000', '190714.020000', '190714.480000', '190714.940000', '190715.400000', '190715.860000', '190716.320000', '190716.780000', '190717.240000', '190717.700000', '190718.160000', '190718.620000', '190719.080000', '190719.540000', '190720.000000', '190720.460000', '190720.920000', '190721.380000'], 'ContentTime': ['185758.563000', '185758.566000', '185758.569000', '185758.571000', '185758.574000', '185758.576000', '185758.583000', '185758.586000', '185758.588000', '185758.591000', '185758.593000', '185758.596000', '185758.598000', '185758.601000', '185758.604000', '185758.606000', '185758.609000', '185758.611000', '185758.614000', '185758.616000', '185758.619000', '185758.622000', '185758.630000', '185758.633000', '185758.636000', '185758.638000', '185758.641000', '185758.643000', '185758.646000', '185758.649000', '185758.651000', '185758.654000', '185758.656000', '185758.659000', '185758.661000', '185758.664000', '185758.666000', '185758.669000', '185758.672000', '185758.674000', '185758.677000', '185818.529000', '185818.532000', '185818.535000', '185818.538000', '185818.540000', '185818.543000', '185818.545000', '185818.548000', '185818.550000', '185818.553000', '185818.555000', '185818.558000', '185818.560000', '185818.563000', '185818.594000', '185818.596000', '185818.599000', '185818.602000', '185818.604000', '185818.607000', '185818.609000', '185818.612000', '185818.614000', '185818.617000', '185818.619000', '185818.622000', '185818.625000', '185818.627000', '185818.630000', '185818.632000', '185818.635000', '185818.637000', '185818.640000', '185818.643000', '185818.645000', '185818.648000', '185818.650000', '185818.653000', '185818.655000', '185818.658000', '185818.661000', '185818.663000', '185818.666000', '185838.529000', '185838.532000', '185838.535000', '185838.537000', '185838.540000', '185838.542000', '185838.546000', '185838.548000', '185838.551000', '185838.554000', '185838.556000', '185838.559000', '185838.561000', '185838.564000', '185838.567000', '185838.569000', '185838.572000', '185838.574000', '185838.577000', '185838.579000', '185838.582000', '185838.584000', '185838.587000', '185838.589000', '185838.592000', '185838.595000', '185838.597000', '185838.600000', '185838.603000', '185838.605000', '185838.608000', '185838.611000', '185838.613000', '185838.616000', '185838.619000', '185838.621000', '185838.624000', '185838.626000', '185838.633000', '185838.636000', '185838.638000', '185838.641000', '185838.644000', '185838.646000', '185858.528000', '185858.531000', '185858.534000', '185858.536000', '185858.539000', '185858.542000', '185858.544000', '185858.547000', '185858.549000', '185858.552000', '185858.554000', '185858.557000', '185858.560000', '185858.562000', '185858.565000', '185858.567000', '185858.570000', '185858.572000', '185858.575000', '185858.578000', '185858.580000', '185858.583000', '185858.585000', '185858.588000', '185858.590000', '185858.593000', '185858.595000', '185858.598000', '185858.601000', '185858.603000', '185858.606000', '185858.608000', '185858.611000', '185858.613000', '185858.616000', '185858.619000', '185858.627000', '185858.630000', '185858.632000', '185858.635000', '185858.637000', '185858.640000', '185858.643000', '185918.528000', '185918.531000', '185918.534000', '185918.536000', '185918.539000', '185918.541000', '185918.544000', '185918.547000', '185918.549000', '185918.552000', '185918.554000', '185918.557000', '185918.559000', '185918.562000', '185918.565000', '185918.567000', '185918.570000', '185918.572000', '185918.575000', '185918.577000', '185918.580000', '185918.583000', '185918.585000', '185918.588000', '185918.590000', '185918.593000', '185918.595000', '185918.598000', '185918.601000', '185918.603000', '185918.606000', '185918.608000', '185918.611000', '185918.614000', '185918.616000', '185918.619000', '185918.621000', '185918.632000', '185918.635000', '185918.638000', '185918.640000', '185918.643000', '185918.645000', '185918.648000', '185938.528000', '185938.531000', '185938.534000', '185938.536000', '185938.539000', '185938.541000', '185938.544000', '185938.547000', '185938.549000', '185938.552000', '185938.554000', '185938.557000', '185938.560000', '185938.562000', '185938.565000', '185938.567000', '185938.570000', '185938.573000', '185938.575000', '185938.578000', '185938.580000', '185938.583000', '185938.586000', '185938.588000', '185938.591000', '185938.593000', '185938.596000', '185938.599000', '185938.601000', '185938.604000', '185938.610000', '185938.613000', '185938.616000', '185938.618000', '185938.621000', '185938.623000', '185938.626000', '185938.628000', '185938.631000', '185938.634000', '185938.636000', '185938.639000', '185938.642000', '185958.529000', '185958.531000', '185958.534000', '185958.537000', '185958.539000', '185958.542000', '185958.545000', '185958.548000', '185958.551000', '185958.554000', '185958.556000', '185958.559000', '185958.562000', '185958.564000', '185958.567000', '185958.569000', '185958.572000', '185958.574000', '185958.577000', '185958.580000', '185958.583000', '185958.586000', '185958.588000', '185958.591000', '185958.607000', '185958.609000', '185958.612000', '185958.615000', '185958.617000', '185958.620000', '185958.623000', '185958.625000', '185958.628000', '185958.631000', '185958.634000', '185958.636000', '185958.639000', '185958.641000', '185958.644000', '185958.647000', '185958.649000', '185958.652000', '185958.654000', '190018.530000', '190018.532000', '190018.535000', '190018.538000', '190018.540000', '190018.543000', '190018.545000', '190018.548000', '190018.551000', '190018.553000', '190018.556000', '190018.558000', '190018.561000', '190018.564000', '190018.566000', '190018.569000', '190018.571000', '190018.574000', '190018.576000', '190018.579000', '190018.582000', '190018.584000', '190018.587000', '190018.589000', '190018.592000', '190018.594000', '190018.597000', '190018.600000', '190018.602000', '190018.605000', '190018.607000', '190018.610000', '190018.613000', '190018.615000', '190018.618000', '190018.620000', '190018.623000', '190018.626000', '190018.628000', '190018.631000', '190018.633000', '190018.636000', '190018.638000', '190018.641000', '190038.530000', '190038.532000', '190038.535000', '190038.538000', '190038.540000', '190038.543000', '190038.546000', '190038.549000', '190038.552000', '190038.554000', '190038.557000', '190038.559000', '190038.562000', '190038.565000', '190038.567000', '190038.570000', '190038.572000', '190038.575000', '190038.577000', '190038.580000', '190038.583000', '190038.585000', '190038.588000', '190038.591000', '190038.593000', '190038.596000', '190038.599000', '190038.601000', '190038.604000', '190038.606000', '190038.609000', '190038.612000', '190038.614000', '190038.617000', '190038.619000', '190038.622000', '190038.625000', '190038.627000', '190038.630000', '190038.632000', '190038.635000', '190038.638000', '190038.640000', '190058.530000', '190058.560000', '190058.563000', '190058.565000', '190058.568000', '190058.570000', '190058.573000', '190058.576000', '190058.578000', '190058.581000', '190058.583000', '190058.586000', '190058.589000', '190058.591000', '190058.594000', '190058.596000', '190058.599000', '190058.602000', '190058.604000', '190058.607000', '190058.609000', '190058.612000', '190058.615000', '190058.617000', '190058.620000', '190058.622000', '190058.625000', '190058.628000', '190058.630000', '190058.633000', '190058.635000', '190058.638000', '190058.640000', '190058.643000', '190058.646000', '190058.648000', '190058.651000', '190058.653000', '190058.656000', '190058.659000', '190058.661000', '190058.664000', '190058.666000', '190058.669000', '190118.529000', '190118.531000', '190118.534000', '190118.537000', '190118.539000', '190118.542000', '190118.544000', '190118.547000', '190118.550000', '190118.552000', '190118.555000', '190118.557000', '190118.560000', '190118.562000', '190118.565000', '190118.568000', '190118.571000', '190118.574000', '190118.577000', '190118.580000', '190118.582000', '190118.585000', '190118.588000', '190118.590000', '190118.593000', '190118.595000', '190118.598000', '190118.601000', '190118.603000', '190118.606000', '190118.608000', '190118.611000', '190118.613000', '190118.616000', '190118.619000', '190118.621000', '190118.625000', '190118.628000', '190118.630000', '190118.633000', '190118.636000', '190118.638000', '190118.641000', '190138.529000', '190138.532000', '190138.534000', '190138.537000', '190138.539000', '190138.542000', '190138.544000', '190138.547000', '190138.550000', '190138.552000', '190138.555000', '190138.557000', '190138.560000', '190138.562000', '190138.565000', '190138.568000', '190138.570000', '190138.573000', '190138.575000', '190138.578000', '190138.580000', '190138.613000', '190138.616000', '190138.618000', '190138.621000', '190138.623000', '190138.626000', '190138.629000', '190138.631000', '190138.634000', '190138.636000', '190138.639000', '190138.641000', '190138.644000', '190138.646000', '190138.649000', '190138.652000', '190138.654000', '190138.657000', '190138.659000', '190138.662000', '190138.665000', '190138.667000', '190138.670000', '190158.528000', '190158.531000', '190158.534000', '190158.537000', '190158.539000', '190158.542000', '190158.544000', '190158.547000', '190158.550000', '190158.552000', '190158.555000', '190158.557000', '190158.560000', '190158.562000', '190158.565000', '190158.568000', '190158.570000', '190158.573000', '190158.575000', '190158.578000', '190158.581000', '190158.583000', '190158.586000', '190158.588000', '190158.591000', '190158.594000', '190158.597000', '190158.600000', '190158.603000', '190158.606000', '190158.608000', '190158.611000', '190158.614000', '190158.616000', '190158.619000', '190158.622000', '190158.624000', '190158.627000', '190158.629000', '190158.632000', '190158.634000', '190158.637000', '190158.639000', '190218.529000', '190218.532000', '190218.534000', '190218.537000', '190218.540000', '190218.542000', '190218.545000', '190218.548000', '190218.550000', '190218.553000', '190218.555000', '190218.558000', '190218.560000', '190218.563000', '190218.566000', '190218.568000', '190218.571000', '190218.573000', '190218.576000', '190218.578000', '190218.581000', '190218.584000', '190218.586000', '190218.589000', '190218.591000', '190218.594000', '190218.597000', '190218.599000', '190218.602000', '190218.604000', '190218.607000', '190218.609000', '190218.612000', '190218.615000', '190218.617000', '190218.620000', '190218.623000', '190218.625000', '190218.628000', '190218.630000', '190218.633000', '190218.635000', '190218.638000', '190218.641000', '190238.529000', '190238.532000', '190238.535000', '190238.538000', '190238.540000', '190238.543000', '190238.546000', '190238.548000', '190238.551000', '190238.553000', '190238.556000', '190238.558000', '190238.561000', '190238.564000', '190238.566000', '190238.569000', '190238.571000', '190238.574000', '190238.577000', '190238.579000', '190238.582000', '190238.585000', '190238.587000', '190238.590000', '190238.592000', '190238.595000', '190238.597000', '190238.600000', '190238.603000', '190238.605000', '190238.608000', '190238.610000', '190238.613000', '190238.616000', '190238.618000', '190238.621000', '190238.623000', '190238.626000', '190238.629000', '190238.631000', '190238.634000', '190238.637000', '190238.639000', '190258.530000', '190258.533000', '190258.535000', '190258.538000', '190258.541000', '190258.543000', '190258.546000', '190258.548000', '190258.551000', '190258.553000', '190258.556000', '190258.559000', '190258.561000', '190258.564000', '190258.566000', '190258.569000', '190258.572000', '190258.574000', '190258.577000', '190258.579000', '190258.582000', '190258.585000', '190258.587000', '190258.590000', '190258.592000', '190258.595000', '190258.597000', '190258.600000', '190258.603000', '190258.605000', '190258.608000', '190258.635000', '190258.637000', '190258.640000', '190258.643000', '190258.645000', '190258.648000', '190258.650000', '190258.653000', '190258.656000', '190258.658000', '190258.661000', '190258.663000', '190258.666000', '190318.530000', '190318.532000', '190318.535000', '190318.540000', '190318.542000', '190318.545000', '190318.547000', '190318.550000', '190318.553000', '190318.555000', '190318.558000', '190318.560000', '190318.563000', '190318.566000', '190318.568000', '190318.571000', '190318.573000', '190318.576000', '190318.578000', '190318.581000', '190318.584000', '190318.586000', '190318.589000', '190318.591000', '190318.594000', '190318.596000', '190318.599000', '190318.602000', '190318.604000', '190318.607000', '190318.610000', '190318.612000', '190318.615000', '190318.618000', '190318.620000', '190318.623000', '190318.625000', '190318.628000', '190318.631000', '190318.633000', '190318.636000', '190318.638000', '190318.641000', '190338.529000', '190338.532000', '190338.534000', '190338.537000', '190338.539000', '190338.542000', '190338.545000', '190338.547000', '190338.550000', '190338.552000', '190338.555000', '190338.557000', '190338.560000', '190338.563000', '190338.565000', '190338.568000', '190338.570000', '190338.573000', '190338.576000', '190338.578000', '190338.581000', '190338.583000', '190338.586000', '190338.588000', '190338.591000', '190338.594000', '190338.596000', '190338.599000', '190338.601000', '190338.604000', '190338.607000', '190338.609000', '190338.612000', '190338.614000', '190338.617000', '190338.619000', '190338.622000', '190338.625000', '190338.627000', '190338.630000', '190338.632000', '190338.635000', '190338.637000', '190338.640000', '190358.529000', '190358.532000', '190358.534000', '190358.537000', '190358.539000', '190358.542000', '190358.545000', '190358.547000', '190358.550000', '190358.552000', '190358.555000', '190358.557000', '190358.560000', '190358.563000', '190358.565000', '190358.568000', '190358.570000', '190358.573000', '190358.576000', '190358.578000', '190358.581000', '190358.583000', '190358.586000', '190358.588000', '190358.591000', '190358.594000', '190358.596000', '190358.599000', '190358.601000', '190358.604000', '190358.607000', '190358.609000', '190358.612000', '190358.614000', '190358.617000', '190358.620000', '190358.622000', '190358.625000', '190358.627000', '190358.630000', '190358.632000', '190358.635000', '190358.638000', '190418.529000', '190418.531000', '190418.534000', '190418.537000', '190418.540000', '190418.543000', '190418.546000', '190418.548000', '190418.551000', '190418.554000', '190418.556000', '190418.559000', '190418.561000', '190418.564000', '190418.567000', '190418.569000', '190418.572000', '190418.575000', '190418.577000', '190418.580000', '190418.582000', '190418.585000', '190418.587000', '190418.590000', '190418.592000', '190418.595000', '190418.598000', '190418.600000', '190418.603000', '190418.605000', '190418.608000', '190418.611000', '190418.613000', '190418.616000', '190418.618000', '190418.621000', '190418.624000', '190418.626000', '190418.629000', '190418.631000', '190418.634000', '190418.636000', '190418.651000', '190438.528000', '190438.531000', '190438.534000', '190438.536000', '190438.539000', '190438.542000', '190438.544000', '190438.547000', '190438.549000', '190438.552000', '190438.555000', '190438.557000', '190438.560000', '190438.562000', '190438.565000', '190438.568000', '190438.570000', '190438.573000', '190438.575000', '190438.578000', '190438.580000', '190438.588000', '190438.591000', '190438.593000', '190438.596000', '190438.599000', '190438.601000', '190438.604000', '190438.606000', '190438.609000', '190438.612000', '190438.615000', '190438.618000', '190438.620000', '190438.623000', '190438.625000', '190438.628000', '190438.631000', '190438.633000', '190438.636000', '190438.638000', '190438.641000', '190438.644000', '190438.646000', '190458.530000', '190458.532000', '190458.535000', '190458.538000', '190458.540000', '190458.543000', '190458.546000', '190458.549000', '190458.551000', '190458.554000', '190458.556000', '190458.559000', '190458.562000', '190458.564000', '190458.567000', '190458.569000', '190458.572000', '190458.575000', '190458.577000', '190458.580000', '190458.583000', '190458.585000', '190458.588000', '190458.590000', '190458.593000', '190458.596000', '190458.598000', '190458.601000', '190458.603000', '190458.606000', '190458.609000', '190458.611000', '190458.614000', '190458.617000', '190458.619000', '190458.622000', '190458.624000', '190458.627000', '190458.629000', '190458.632000', '190458.635000', '190458.637000', '190458.640000', '190458.642000', '190518.529000', '190518.532000', '190518.535000', '190518.538000', '190518.540000', '190518.543000', '190518.545000', '190518.548000', '190518.551000', '190518.553000', '190518.556000', '190518.559000', '190518.561000', '190518.564000', '190518.566000', '190518.569000', '190518.571000', '190518.574000', '190518.577000', '190518.579000', '190518.582000', '190518.584000', '190518.587000', '190518.589000', '190518.592000', '190518.595000', '190518.597000', '190518.600000', '190518.602000', '190518.605000', '190518.607000', '190518.610000', '190518.613000', '190518.615000', '190518.618000', '190518.620000', '190518.623000', '190518.626000', '190518.628000', '190518.631000', '190518.633000', '190518.636000', '190518.639000', '190538.530000', '190538.532000', '190538.535000', '190538.538000', '190538.540000', '190538.543000', '190538.545000', '190538.548000', '190538.550000', '190538.553000', '190538.556000', '190538.558000', '190538.561000', '190538.564000', '190538.566000', '190538.569000', '190538.571000', '190538.574000', '190538.576000', '190538.579000', '190538.582000', '190538.584000', '190538.587000', '190538.589000', '190538.592000', '190538.595000', '190538.597000', '190538.600000', '190538.602000', '190538.605000', '190538.608000', '190538.610000', '190538.613000', '190538.616000', '190538.618000', '190538.621000', '190538.624000', '190538.626000', '190538.629000', '190538.645000', '190538.648000', '190538.651000', '190538.653000', '190538.656000', '190558.529000', '190558.532000', '190558.534000', '190558.537000', '190558.539000', '190558.542000', '190558.545000', '190558.547000', '190558.550000', '190558.552000', '190558.555000', '190558.558000', '190558.560000', '190558.563000', '190558.565000', '190558.568000', '190558.570000', '190558.573000', '190558.576000', '190558.578000', '190558.581000', '190558.583000', '190558.586000', '190558.589000', '190558.591000', '190558.594000', '190558.597000', '190558.599000', '190558.602000', '190558.604000', '190558.607000', '190558.609000', '190558.612000', '190558.615000', '190558.617000', '190558.620000', '190558.622000', '190558.625000', '190558.628000', '190558.630000', '190558.633000', '190558.635000', '190558.638000', '190618.529000', '190618.531000', '190618.534000', '190618.537000', '190618.539000', '190618.542000', '190618.545000', '190618.548000', '190618.550000', '190618.553000', '190618.556000', '190618.558000', '190618.561000', '190618.563000', '190618.566000', '190618.568000', '190618.578000', '190618.581000', '190618.583000', '190618.586000', '190618.588000', '190618.591000', '190618.594000', '190618.597000', '190618.599000', '190618.602000', '190618.604000', '190618.607000', '190618.610000', '190618.612000', '190618.615000', '190618.618000', '190618.620000', '190618.623000', '190618.625000', '190618.628000', '190618.630000', '190618.633000', '190618.636000', '190618.638000', '190618.641000', '190618.644000', '190618.646000', '190618.649000', '190638.528000', '190638.531000', '190638.534000', '190638.536000', '190638.539000', '190638.542000', '190638.544000', '190638.547000', '190638.549000', '190638.552000', '190638.555000', '190638.557000', '190638.560000', '190638.563000', '190638.565000', '190638.568000', '190638.570000', '190638.573000', '190638.575000', '190638.578000', '190638.581000', '190638.583000', '190638.586000', '190638.588000', '190638.591000', '190638.594000', '190638.596000', '190638.599000', '190638.601000', '190638.604000', '190638.607000', '190638.609000', '190638.612000', '190638.614000', '190638.617000', '190638.620000', '190638.622000', '190638.625000', '190638.627000', '190638.630000', '190638.633000', '190638.635000', '190638.638000', '190658.530000', '190658.532000', '190658.535000', '190658.538000', '190658.540000', '190658.543000', '190658.545000', '190658.548000', '190658.551000', '190658.553000', '190658.556000', '190658.558000', '190658.561000', '190658.563000', '190658.566000', '190658.569000', '190658.571000', '190658.574000', '190658.576000', '190658.579000', '190658.582000', '190658.584000', '190658.587000', '190658.589000', '190658.592000', '190658.595000', '190658.597000', '190658.600000', '190658.603000', '190658.605000', '190658.608000', '190658.611000', '190658.613000', '190658.616000', '190658.619000', '190658.630000', '190658.633000', '190658.635000', '190658.638000', '190658.641000', '190658.643000', '190658.646000', '190658.649000', '190658.651000', '190718.530000', '190718.533000', '190718.535000', '190718.538000', '190718.541000', '190718.543000', '190718.546000', '190718.549000', '190718.551000', '190718.554000', '190718.556000', '190718.559000', '190718.561000', '190718.564000', '190718.567000', '190718.569000', '190718.572000', '190718.574000', '190718.577000', '190718.580000', '190718.582000', '190718.585000', '190718.587000', '190718.590000', '190718.593000', '190718.595000', '190718.598000', '190718.600000', '190718.603000', '190718.605000', '190718.608000', '190718.611000', '190718.613000', '190718.616000', '190718.619000', '190718.621000', '190718.624000', '190718.626000', '190718.629000', '190718.632000', '190718.634000', '190718.637000', '190718.639000', '190722.904000', '190722.907000', '190722.910000', '190722.913000', '190722.915000', '190722.919000', '190722.922000', '190722.924000', '190722.927000', '190722.930000'], 'InstanceCreationTime': ['185758.563000', '185758.566000', '185758.569000', '185758.571000', '185758.574000', '185758.576000', '185758.583000', '185758.586000', '185758.588000', '185758.591000', '185758.593000', '185758.596000', '185758.598000', '185758.601000', '185758.604000', '185758.606000', '185758.609000', '185758.611000', '185758.614000', '185758.616000', '185758.619000', '185758.622000', '185758.630000', '185758.633000', '185758.636000', '185758.638000', '185758.641000', '185758.643000', '185758.646000', '185758.649000', '185758.651000', '185758.654000', '185758.656000', '185758.659000', '185758.661000', '185758.664000', '185758.666000', '185758.669000', '185758.672000', '185758.674000', '185758.677000', '185818.529000', '185818.532000', '185818.535000', '185818.538000', '185818.540000', '185818.543000', '185818.545000', '185818.548000', '185818.550000', '185818.553000', '185818.555000', '185818.558000', '185818.560000', '185818.563000', '185818.594000', '185818.596000', '185818.599000', '185818.602000', '185818.604000', '185818.607000', '185818.609000', '185818.612000', '185818.614000', '185818.617000', '185818.619000', '185818.622000', '185818.625000', '185818.627000', '185818.630000', '185818.632000', '185818.635000', '185818.637000', '185818.640000', '185818.643000', '185818.645000', '185818.648000', '185818.650000', '185818.653000', '185818.655000', '185818.658000', '185818.661000', '185818.663000', '185818.666000', '185838.529000', '185838.532000', '185838.535000', '185838.537000', '185838.540000', '185838.542000', '185838.546000', '185838.548000', '185838.551000', '185838.554000', '185838.556000', '185838.559000', '185838.561000', '185838.564000', '185838.567000', '185838.569000', '185838.572000', '185838.574000', '185838.577000', '185838.579000', '185838.582000', '185838.584000', '185838.587000', '185838.589000', '185838.592000', '185838.595000', '185838.597000', '185838.600000', '185838.603000', '185838.605000', '185838.608000', '185838.611000', '185838.613000', '185838.616000', '185838.619000', '185838.621000', '185838.624000', '185838.626000', '185838.633000', '185838.636000', '185838.638000', '185838.641000', '185838.644000', '185838.646000', '185858.528000', '185858.531000', '185858.534000', '185858.536000', '185858.539000', '185858.542000', '185858.544000', '185858.547000', '185858.549000', '185858.552000', '185858.554000', '185858.557000', '185858.560000', '185858.562000', '185858.565000', '185858.567000', '185858.570000', '185858.572000', '185858.575000', '185858.578000', '185858.580000', '185858.583000', '185858.585000', '185858.588000', '185858.590000', '185858.593000', '185858.595000', '185858.598000', '185858.601000', '185858.603000', '185858.606000', '185858.608000', '185858.611000', '185858.613000', '185858.616000', '185858.619000', '185858.627000', '185858.630000', '185858.632000', '185858.635000', '185858.637000', '185858.640000', '185858.643000', '185918.528000', '185918.531000', '185918.534000', '185918.536000', '185918.539000', '185918.541000', '185918.544000', '185918.547000', '185918.549000', '185918.552000', '185918.554000', '185918.557000', '185918.559000', '185918.562000', '185918.565000', '185918.567000', '185918.570000', '185918.572000', '185918.575000', '185918.577000', '185918.580000', '185918.583000', '185918.585000', '185918.588000', '185918.590000', '185918.593000', '185918.595000', '185918.598000', '185918.601000', '185918.603000', '185918.606000', '185918.608000', '185918.611000', '185918.614000', '185918.616000', '185918.619000', '185918.621000', '185918.632000', '185918.635000', '185918.638000', '185918.640000', '185918.643000', '185918.645000', '185918.648000', '185938.528000', '185938.531000', '185938.534000', '185938.536000', '185938.539000', '185938.541000', '185938.544000', '185938.547000', '185938.549000', '185938.552000', '185938.554000', '185938.557000', '185938.560000', '185938.562000', '185938.565000', '185938.567000', '185938.570000', '185938.573000', '185938.575000', '185938.578000', '185938.580000', '185938.583000', '185938.586000', '185938.588000', '185938.591000', '185938.593000', '185938.596000', '185938.599000', '185938.601000', '185938.604000', '185938.610000', '185938.613000', '185938.616000', '185938.618000', '185938.621000', '185938.623000', '185938.626000', '185938.628000', '185938.631000', '185938.634000', '185938.636000', '185938.639000', '185938.642000', '185958.529000', '185958.531000', '185958.534000', '185958.537000', '185958.539000', '185958.542000', '185958.545000', '185958.548000', '185958.551000', '185958.554000', '185958.556000', '185958.559000', '185958.562000', '185958.564000', '185958.567000', '185958.569000', '185958.572000', '185958.574000', '185958.577000', '185958.580000', '185958.583000', '185958.586000', '185958.588000', '185958.591000', '185958.607000', '185958.609000', '185958.612000', '185958.615000', '185958.617000', '185958.620000', '185958.623000', '185958.625000', '185958.628000', '185958.631000', '185958.634000', '185958.636000', '185958.639000', '185958.641000', '185958.644000', '185958.647000', '185958.649000', '185958.652000', '185958.654000', '190018.530000', '190018.532000', '190018.535000', '190018.538000', '190018.540000', '190018.543000', '190018.545000', '190018.548000', '190018.551000', '190018.553000', '190018.556000', '190018.558000', '190018.561000', '190018.564000', '190018.566000', '190018.569000', '190018.571000', '190018.574000', '190018.576000', '190018.579000', '190018.582000', '190018.584000', '190018.587000', '190018.589000', '190018.592000', '190018.594000', '190018.597000', '190018.600000', '190018.602000', '190018.605000', '190018.607000', '190018.610000', '190018.613000', '190018.615000', '190018.618000', '190018.620000', '190018.623000', '190018.626000', '190018.628000', '190018.631000', '190018.633000', '190018.636000', '190018.638000', '190018.641000', '190038.530000', '190038.532000', '190038.535000', '190038.538000', '190038.540000', '190038.543000', '190038.546000', '190038.549000', '190038.552000', '190038.554000', '190038.557000', '190038.559000', '190038.562000', '190038.565000', '190038.567000', '190038.570000', '190038.572000', '190038.575000', '190038.577000', '190038.580000', '190038.583000', '190038.585000', '190038.588000', '190038.591000', '190038.593000', '190038.596000', '190038.599000', '190038.601000', '190038.604000', '190038.606000', '190038.609000', '190038.612000', '190038.614000', '190038.617000', '190038.619000', '190038.622000', '190038.625000', '190038.627000', '190038.630000', '190038.632000', '190038.635000', '190038.638000', '190038.640000', '190058.530000', '190058.560000', '190058.563000', '190058.565000', '190058.568000', '190058.570000', '190058.573000', '190058.576000', '190058.578000', '190058.581000', '190058.583000', '190058.586000', '190058.589000', '190058.591000', '190058.594000', '190058.596000', '190058.599000', '190058.602000', '190058.604000', '190058.607000', '190058.609000', '190058.612000', '190058.615000', '190058.617000', '190058.620000', '190058.622000', '190058.625000', '190058.628000', '190058.630000', '190058.633000', '190058.635000', '190058.638000', '190058.640000', '190058.643000', '190058.646000', '190058.648000', '190058.651000', '190058.653000', '190058.656000', '190058.659000', '190058.661000', '190058.664000', '190058.666000', '190058.669000', '190118.529000', '190118.531000', '190118.534000', '190118.537000', '190118.539000', '190118.542000', '190118.544000', '190118.547000', '190118.550000', '190118.552000', '190118.555000', '190118.557000', '190118.560000', '190118.562000', '190118.565000', '190118.568000', '190118.571000', '190118.574000', '190118.577000', '190118.580000', '190118.582000', '190118.585000', '190118.588000', '190118.590000', '190118.593000', '190118.595000', '190118.598000', '190118.601000', '190118.603000', '190118.606000', '190118.608000', '190118.611000', '190118.613000', '190118.616000', '190118.619000', '190118.621000', '190118.625000', '190118.628000', '190118.630000', '190118.633000', '190118.636000', '190118.638000', '190118.641000', '190138.529000', '190138.532000', '190138.534000', '190138.537000', '190138.539000', '190138.542000', '190138.544000', '190138.547000', '190138.550000', '190138.552000', '190138.555000', '190138.557000', '190138.560000', '190138.562000', '190138.565000', '190138.568000', '190138.570000', '190138.573000', '190138.575000', '190138.578000', '190138.580000', '190138.613000', '190138.616000', '190138.618000', '190138.621000', '190138.623000', '190138.626000', '190138.629000', '190138.631000', '190138.634000', '190138.636000', '190138.639000', '190138.641000', '190138.644000', '190138.646000', '190138.649000', '190138.652000', '190138.654000', '190138.657000', '190138.659000', '190138.662000', '190138.665000', '190138.667000', '190138.670000', '190158.528000', '190158.531000', '190158.534000', '190158.537000', '190158.539000', '190158.542000', '190158.544000', '190158.547000', '190158.550000', '190158.552000', '190158.555000', '190158.557000', '190158.560000', '190158.562000', '190158.565000', '190158.568000', '190158.570000', '190158.573000', '190158.575000', '190158.578000', '190158.581000', '190158.583000', '190158.586000', '190158.588000', '190158.591000', '190158.594000', '190158.597000', '190158.600000', '190158.603000', '190158.606000', '190158.608000', '190158.611000', '190158.614000', '190158.616000', '190158.619000', '190158.622000', '190158.624000', '190158.627000', '190158.629000', '190158.632000', '190158.634000', '190158.637000', '190158.639000', '190218.529000', '190218.532000', '190218.534000', '190218.537000', '190218.540000', '190218.542000', '190218.545000', '190218.548000', '190218.550000', '190218.553000', '190218.555000', '190218.558000', '190218.560000', '190218.563000', '190218.566000', '190218.568000', '190218.571000', '190218.573000', '190218.576000', '190218.578000', '190218.581000', '190218.584000', '190218.586000', '190218.589000', '190218.591000', '190218.594000', '190218.597000', '190218.599000', '190218.602000', '190218.604000', '190218.607000', '190218.609000', '190218.612000', '190218.615000', '190218.617000', '190218.620000', '190218.623000', '190218.625000', '190218.628000', '190218.630000', '190218.633000', '190218.635000', '190218.638000', '190218.641000', '190238.529000', '190238.532000', '190238.535000', '190238.538000', '190238.540000', '190238.543000', '190238.546000', '190238.548000', '190238.551000', '190238.553000', '190238.556000', '190238.558000', '190238.561000', '190238.564000', '190238.566000', '190238.569000', '190238.571000', '190238.574000', '190238.577000', '190238.579000', '190238.582000', '190238.585000', '190238.587000', '190238.590000', '190238.592000', '190238.595000', '190238.597000', '190238.600000', '190238.603000', '190238.605000', '190238.608000', '190238.610000', '190238.613000', '190238.616000', '190238.618000', '190238.621000', '190238.623000', '190238.626000', '190238.629000', '190238.631000', '190238.634000', '190238.637000', '190238.639000', '190258.530000', '190258.533000', '190258.535000', '190258.538000', '190258.541000', '190258.543000', '190258.546000', '190258.548000', '190258.551000', '190258.553000', '190258.556000', '190258.559000', '190258.561000', '190258.564000', '190258.566000', '190258.569000', '190258.572000', '190258.574000', '190258.577000', '190258.579000', '190258.582000', '190258.585000', '190258.587000', '190258.590000', '190258.592000', '190258.595000', '190258.597000', '190258.600000', '190258.603000', '190258.605000', '190258.608000', '190258.635000', '190258.637000', '190258.640000', '190258.643000', '190258.645000', '190258.648000', '190258.650000', '190258.653000', '190258.656000', '190258.658000', '190258.661000', '190258.663000', '190258.666000', '190318.530000', '190318.532000', '190318.535000', '190318.540000', '190318.542000', '190318.545000', '190318.547000', '190318.550000', '190318.553000', '190318.555000', '190318.558000', '190318.560000', '190318.563000', '190318.566000', '190318.568000', '190318.571000', '190318.573000', '190318.576000', '190318.578000', '190318.581000', '190318.584000', '190318.586000', '190318.589000', '190318.591000', '190318.594000', '190318.596000', '190318.599000', '190318.602000', '190318.604000', '190318.607000', '190318.610000', '190318.612000', '190318.615000', '190318.618000', '190318.620000', '190318.623000', '190318.625000', '190318.628000', '190318.631000', '190318.633000', '190318.636000', '190318.638000', '190318.641000', '190338.529000', '190338.532000', '190338.534000', '190338.537000', '190338.539000', '190338.542000', '190338.545000', '190338.547000', '190338.550000', '190338.552000', '190338.555000', '190338.557000', '190338.560000', '190338.563000', '190338.565000', '190338.568000', '190338.570000', '190338.573000', '190338.576000', '190338.578000', '190338.581000', '190338.583000', '190338.586000', '190338.588000', '190338.591000', '190338.594000', '190338.596000', '190338.599000', '190338.601000', '190338.604000', '190338.607000', '190338.609000', '190338.612000', '190338.614000', '190338.617000', '190338.619000', '190338.622000', '190338.625000', '190338.627000', '190338.630000', '190338.632000', '190338.635000', '190338.637000', '190338.640000', '190358.529000', '190358.532000', '190358.534000', '190358.537000', '190358.539000', '190358.542000', '190358.545000', '190358.547000', '190358.550000', '190358.552000', '190358.555000', '190358.557000', '190358.560000', '190358.563000', '190358.565000', '190358.568000', '190358.570000', '190358.573000', '190358.576000', '190358.578000', '190358.581000', '190358.583000', '190358.586000', '190358.588000', '190358.591000', '190358.594000', '190358.596000', '190358.599000', '190358.601000', '190358.604000', '190358.607000', '190358.609000', '190358.612000', '190358.614000', '190358.617000', '190358.620000', '190358.622000', '190358.625000', '190358.627000', '190358.630000', '190358.632000', '190358.635000', '190358.638000', '190418.529000', '190418.531000', '190418.534000', '190418.537000', '190418.540000', '190418.543000', '190418.546000', '190418.548000', '190418.551000', '190418.554000', '190418.556000', '190418.559000', '190418.561000', '190418.564000', '190418.567000', '190418.569000', '190418.572000', '190418.575000', '190418.577000', '190418.580000', '190418.582000', '190418.585000', '190418.587000', '190418.590000', '190418.592000', '190418.595000', '190418.598000', '190418.600000', '190418.603000', '190418.605000', '190418.608000', '190418.611000', '190418.613000', '190418.616000', '190418.618000', '190418.621000', '190418.624000', '190418.626000', '190418.629000', '190418.631000', '190418.634000', '190418.636000', '190418.651000', '190438.528000', '190438.531000', '190438.534000', '190438.536000', '190438.539000', '190438.542000', '190438.544000', '190438.547000', '190438.549000', '190438.552000', '190438.555000', '190438.557000', '190438.560000', '190438.562000', '190438.565000', '190438.568000', '190438.570000', '190438.573000', '190438.575000', '190438.578000', '190438.580000', '190438.588000', '190438.591000', '190438.593000', '190438.596000', '190438.599000', '190438.601000', '190438.604000', '190438.606000', '190438.609000', '190438.612000', '190438.615000', '190438.618000', '190438.620000', '190438.623000', '190438.625000', '190438.628000', '190438.631000', '190438.633000', '190438.636000', '190438.638000', '190438.641000', '190438.644000', '190438.646000', '190458.530000', '190458.532000', '190458.535000', '190458.538000', '190458.540000', '190458.543000', '190458.546000', '190458.549000', '190458.551000', '190458.554000', '190458.556000', '190458.559000', '190458.562000', '190458.564000', '190458.567000', '190458.569000', '190458.572000', '190458.575000', '190458.577000', '190458.580000', '190458.583000', '190458.585000', '190458.588000', '190458.590000', '190458.593000', '190458.596000', '190458.598000', '190458.601000', '190458.603000', '190458.606000', '190458.609000', '190458.611000', '190458.614000', '190458.617000', '190458.619000', '190458.622000', '190458.624000', '190458.627000', '190458.629000', '190458.632000', '190458.635000', '190458.637000', '190458.640000', '190458.642000', '190518.529000', '190518.532000', '190518.535000', '190518.538000', '190518.540000', '190518.543000', '190518.545000', '190518.548000', '190518.551000', '190518.553000', '190518.556000', '190518.559000', '190518.561000', '190518.564000', '190518.566000', '190518.569000', '190518.571000', '190518.574000', '190518.577000', '190518.579000', '190518.582000', '190518.584000', '190518.587000', '190518.589000', '190518.592000', '190518.595000', '190518.597000', '190518.600000', '190518.602000', '190518.605000', '190518.607000', '190518.610000', '190518.613000', '190518.615000', '190518.618000', '190518.620000', '190518.623000', '190518.626000', '190518.628000', '190518.631000', '190518.633000', '190518.636000', '190518.639000', '190538.530000', '190538.532000', '190538.535000', '190538.538000', '190538.540000', '190538.543000', '190538.545000', '190538.548000', '190538.550000', '190538.553000', '190538.556000', '190538.558000', '190538.561000', '190538.564000', '190538.566000', '190538.569000', '190538.571000', '190538.574000', '190538.576000', '190538.579000', '190538.582000', '190538.584000', '190538.587000', '190538.589000', '190538.592000', '190538.595000', '190538.597000', '190538.600000', '190538.602000', '190538.605000', '190538.608000', '190538.610000', '190538.613000', '190538.616000', '190538.618000', '190538.621000', '190538.624000', '190538.626000', '190538.629000', '190538.645000', '190538.648000', '190538.651000', '190538.653000', '190538.656000', '190558.529000', '190558.532000', '190558.534000', '190558.537000', '190558.539000', '190558.542000', '190558.545000', '190558.547000', '190558.550000', '190558.552000', '190558.555000', '190558.558000', '190558.560000', '190558.563000', '190558.565000', '190558.568000', '190558.570000', '190558.573000', '190558.576000', '190558.578000', '190558.581000', '190558.583000', '190558.586000', '190558.589000', '190558.591000', '190558.594000', '190558.597000', '190558.599000', '190558.602000', '190558.604000', '190558.607000', '190558.609000', '190558.612000', '190558.615000', '190558.617000', '190558.620000', '190558.622000', '190558.625000', '190558.628000', '190558.630000', '190558.633000', '190558.635000', '190558.638000', '190618.529000', '190618.531000', '190618.534000', '190618.537000', '190618.539000', '190618.542000', '190618.545000', '190618.548000', '190618.550000', '190618.553000', '190618.556000', '190618.558000', '190618.561000', '190618.563000', '190618.566000', '190618.568000', '190618.578000', '190618.581000', '190618.583000', '190618.586000', '190618.588000', '190618.591000', '190618.594000', '190618.597000', '190618.599000', '190618.602000', '190618.604000', '190618.607000', '190618.610000', '190618.612000', '190618.615000', '190618.618000', '190618.620000', '190618.623000', '190618.625000', '190618.628000', '190618.630000', '190618.633000', '190618.636000', '190618.638000', '190618.641000', '190618.644000', '190618.646000', '190618.649000', '190638.528000', '190638.531000', '190638.534000', '190638.536000', '190638.539000', '190638.542000', '190638.544000', '190638.547000', '190638.549000', '190638.552000', '190638.555000', '190638.557000', '190638.560000', '190638.563000', '190638.565000', '190638.568000', '190638.570000', '190638.573000', '190638.575000', '190638.578000', '190638.581000', '190638.583000', '190638.586000', '190638.588000', '190638.591000', '190638.594000', '190638.596000', '190638.599000', '190638.601000', '190638.604000', '190638.607000', '190638.609000', '190638.612000', '190638.614000', '190638.617000', '190638.620000', '190638.622000', '190638.625000', '190638.627000', '190638.630000', '190638.633000', '190638.635000', '190638.638000', '190658.530000', '190658.532000', '190658.535000', '190658.538000', '190658.540000', '190658.543000', '190658.545000', '190658.548000', '190658.551000', '190658.553000', '190658.556000', '190658.558000', '190658.561000', '190658.563000', '190658.566000', '190658.569000', '190658.571000', '190658.574000', '190658.576000', '190658.579000', '190658.582000', '190658.584000', '190658.587000', '190658.589000', '190658.592000', '190658.595000', '190658.597000', '190658.600000', '190658.603000', '190658.605000', '190658.608000', '190658.611000', '190658.613000', '190658.616000', '190658.619000', '190658.630000', '190658.633000', '190658.635000', '190658.638000', '190658.641000', '190658.643000', '190658.646000', '190658.649000', '190658.651000', '190718.530000', '190718.533000', '190718.535000', '190718.538000', '190718.541000', '190718.543000', '190718.546000', '190718.549000', '190718.551000', '190718.554000', '190718.556000', '190718.559000', '190718.561000', '190718.564000', '190718.567000', '190718.569000', '190718.572000', '190718.574000', '190718.577000', '190718.580000', '190718.582000', '190718.585000', '190718.587000', '190718.590000', '190718.593000', '190718.595000', '190718.598000', '190718.600000', '190718.603000', '190718.605000', '190718.608000', '190718.611000', '190718.613000', '190718.616000', '190718.619000', '190718.621000', '190718.624000', '190718.626000', '190718.629000', '190718.632000', '190718.634000', '190718.637000', '190718.639000', '190722.904000', '190722.907000', '190722.910000', '190722.913000', '190722.915000', '190722.919000', '190722.922000', '190722.924000', '190722.927000', '190722.930000'], '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': [7520, 7668, 7552, 7765, 9152, 7392, 9370, 7720, 7026, 6677, 7374, 7169, 7670, 8556, 7873, 6590, 7502, 6594, 6567, 7022, 6581, 7405, 6929, 7398, 7878, 7764, 8213, 7426, 7844, 7626, 8354, 7575, 7316, 7757, 6519, 6522, 6541, 6565, 7426, 6535, 7487, 7018, 7589, 7781, 7685, 7225, 7866, 6547, 7787, 6778, 7772, 7098, 7273, 6880, 6619, 6624, 6596, 7346, 6495, 7254, 6668, 7537, 6848, 7344, 7601, 7717, 8378, 7762, 7356, 7698, 7016, 6647, 6968, 6471, 6880, 6616, 7326, 7145, 7542, 8669, 7602, 8113, 7642, 8386, 7619, 8110, 7550, 7216, 7717, 7229, 7538, 6650, 6520, 6662, 6561, 7004, 6560, 7506, 6915, 7202, 6548, 6555, 7039, 6791, 7223, 7515, 7393, 8582, 7719, 8906, 7388, 7243, 7371, 6627, 6568, 6975, 6949, 7126, 6927, 7138, 7101, 7574, 8076, 7458, 7090, 7124, 7572, 6934, 6667, 6558, 6695, 6527, 7409, 7792, 7407, 7200, 7395, 6698, 7495, 6592, 6624, 6938, 6726, 7058, 6621, 7130, 6572, 7361, 7859, 7545, 6566, 7391, 6587, 6507, 6868, 6613, 7069, 6636, 7142, 6923, 7807, 7689, 7939, 7966, 7788, 9309, 7900, 9343, 8103, 8712, 7799, 7227, 7499, 6997, 6561, 7106, 6593, 7263, 6550, 7411, 6611, 7493, 6637, 7692, 6981, 7815, 6659, 7626, 7232, 7562, 7735, 7777, 6573, 7882, 6676, 6572, 7040, 6510, 7498, 6853, 7649, 6686, 6542, 6572, 6527, 6982, 7078, 7297, 9001, 7557, 7199, 7165, 6550, 6538, 7140, 7662, 7356, 6606, 6583, 6540, 7401, 7381, 8967, 7553, 9829, 7720, 8728, 6993, 6620, 6630, 6854, 6861, 7392, 8123, 7452, 6587, 6583, 6743, 6564, 6862, 6556, 7312, 7640, 7402, 9054, 7403, 6974, 7466, 6639, 6613, 6577, 6635, 6830, 6960, 7350, 7636, 7465, 7898, 7392, 6608, 6796, 6581, 6581, 6557, 6621, 6675, 6594, 7162, 7044, 7385, 8130, 7454, 6628, 7611, 6572, 6586, 6860, 6623, 7203, 6794, 7428, 8020, 7665, 6620, 6538, 6598, 6595, 6954, 6654, 7263, 7704, 7293, 8844, 7492, 8548, 7506, 8624, 7345, 9657, 7476, 8021, 7349, 7037, 7396, 7777, 7383, 6918, 7191, 6561, 6558, 6711, 6524, 6554, 6712, 7207, 7277, 7267, 7546, 7385, 7068, 6640, 6783, 6580, 7094, 7316, 7423, 8242, 7210, 6736, 6623, 6782, 6601, 6938, 7602, 7104, 8146, 7412, 7743, 7318, 6774, 6630, 6658, 6569, 7033, 7376, 7054, 9100, 7338, 9804, 7299, 9577, 7228, 9727, 7221, 8917, 7223, 6631, 7399, 6658, 6616, 6608, 6533, 6922, 6590, 7201, 7448, 7212, 6656, 6643, 6594, 6572, 6765, 6581, 7233, 8002, 7063, 8406, 7125, 8181, 7188, 8025, 7088, 8208, 6914, 7935, 6814, 6830, 6694, 6736, 6586, 7084, 6674, 6897, 7708, 7086, 8041, 6963, 7962, 6936, 7494, 7435, 6535, 6704, 6690, 6669, 6925, 6927, 7316, 7338, 7161, 7962, 7439, 6878, 7297, 6801, 7176, 6853, 7084, 6681, 6874, 6493, 6572, 6557, 6608, 6745, 6547, 6971, 6563, 7103, 7812, 7061, 7538, 6959, 7682, 7128, 8052, 7211, 7221, 7050, 7035, 7288, 6483, 6516, 6691, 6571, 6723, 6540, 6876, 6668, 6943, 7126, 6958, 8498, 7491, 8461, 7284, 8072, 7038, 7252, 7178, 6859, 7396, 6566, 6547, 6576, 6704, 6696, 6576, 7053, 6702, 6923, 7735, 7046, 6601, 7040, 6639, 6567, 6730, 6591, 7025, 6699, 7029, 7570, 6976, 7648, 6911, 8455, 6981, 8694, 7328, 6577, 6687, 6736, 6640, 7076, 7520, 6952, 7621, 7106, 6606, 6603, 6613, 6687, 6818, 7459, 7031, 7570, 7136, 8590, 7184, 8972, 7176, 6805, 6684, 6604, 6667, 7160, 7367, 6818, 7834, 6929, 9298, 6904, 7189, 6516, 6852, 7074, 7137, 6811, 6554, 6835, 6582, 6963, 7651, 6926, 9195, 7115, 8096, 6990, 6666, 6502, 6613, 6571, 6893, 6893, 6769, 8161, 7123, 8055, 6858, 6653, 6739, 6585, 6528, 6988, 7042, 6837, 6803, 7083, 6750, 7523, 6663, 7307, 6462, 6692, 9023, 6754, 7122, 9936, 7537, 10769, 6644, 6904, 7132, 7170, 10638, 7602, 8853, 6556, 6705, 6833, 7210, 8884, 7511, 8952, 7219, 6693, 6502, 6610, 6568, 7040, 6833, 7274, 8275, 7385, 6754, 6505, 6756, 6493, 6944, 7811, 7426, 8625, 7176, 9495, 7555, 9927, 7328, 9211, 7116, 9225, 7220, 9159, 7359, 6567, 7487, 6952, 6955, 6699, 7024, 7509, 6511, 6578, 6600, 7050, 7141, 7363, 7105, 8891, 7376, 9979, 7437, 10544, 7630, 11021, 7721, 11432, 7592, 10650, 7536, 10719, 7580, 8525, 7513, 7790, 7663, 8038, 7692, 7780, 7577, 6678, 7105, 6717, 6994, 7132, 6610, 7943, 7429, 7434, 7643, 6595, 7701, 7323, 7840, 8909, 7973, 7029, 7741, 7347, 6692, 7107, 6555, 7487, 6501, 7778, 6729, 7723, 7294, 7002, 6973, 6500, 7526, 6641, 6589, 6578, 6471, 7354, 6489, 7259, 6475, 6576, 6824, 7167, 7004, 7531, 7232, 9761, 7573, 9852, 7537, 9156, 7711, 6505, 7422, 6535, 6517, 6578, 6569, 6917, 6575, 6947, 6670, 7145, 7206, 7740, 8775, 7188, 8058, 7325, 8067, 7494, 8095, 7520, 6558, 6490, 6495, 6528, 6798, 6923, 7196, 6497, 7354, 6488, 6495, 6520, 6520, 6916, 6984, 7011, 7941, 7544, 9377, 7397, 8347, 7652, 6682, 6570, 6544, 6524, 6762, 6814, 7004, 7783, 7584, 8433, 7567, 6930, 6859, 6714, 6434, 6848, 6633, 6868, 6808, 7359, 8002, 7522, 7519, 7690, 7806, 7301, 8570, 7898, 8470, 7779, 7420, 7549, 6691, 6685, 6668, 6531, 6993, 6626, 7378, 7799, 7724, 8468, 7560, 9240, 7834, 7498, 7651, 6555, 7317, 6702, 6566, 6634, 6798, 7066, 6753, 7341, 6905, 7304, 7102, 7542, 7535, 7578, 8398, 7631, 7061, 7606, 6567, 7708, 6571, 6467, 6520, 6518, 6776, 6752, 7496, 8325, 7685, 7677, 7485, 8032, 7577, 9371, 7240, 8617, 7298, 7622, 6728, 6614, 6541, 7203, 6785, 7252, 8103, 7597, 8955, 7125, 7602, 6508, 7072, 7063, 7214, 9519, 7758, 7891, 6468, 6814, 6950, 7284, 8766, 7418, 7383, 7480, 6659, 6580, 7208, 6929, 7425, 8402, 7192, 9132, 6499, 6965, 6593, 6968, 6690, 7153, 9354, 7269, 7059, 7424, 7220, 7283, 7310, 6587, 6655, 6576, 6857, 6715, 6594, 6753, 6962, 6895, 7403, 6761, 7119, 6724, 7267, 7388, 7210, 6582, 7568, 6799, 6539, 6917, 6756, 6865, 6834, 6972, 7121, 7337, 7367, 7633, 7133, 7129, 7582, 7327, 8393, 7261, 6891, 7224, 7062, 7228, 7885, 7250, 7024, 7086, 7060, 6977, 7030, 7016, 6704, 6547, 6575, 6550, 6618, 6506, 6704, 6751, 7175, 6517, 6752, 7061, 7026, 8298, 7395, 8148, 6838, 8239, 6757, 8568, 6952, 7322, 7158, 6699, 7211, 6475, 6718, 6898, 6484, 6572, 6475, 6544, 6524, 6689, 6684, 6959, 6673, 6784, 6949, 6739, 7364, 6904, 7645, 6998, 6947, 6792, 7251, 6616, 8170, 6925, 6486, 6847, 6487, 7004, 7029, 7020, 6489, 6629, 6678, 6648, 6867, 6675, 6903, 6820, 6798, 6741, 6892, 7232, 6634, 7012, 6570, 6875, 6833, 6819, 7079, 7319, 6828, 8478, 6581, 8430, 7032, 7338, 7112, 6734, 6680, 6601, 7121, 6753, 7119, 6877, 7129, 6900, 7265, 6719, 8359, 6996, 9571, 7192, 7888, 7037, 7566, 6874, 8061, 6881, 8513, 7017, 8511, 7190, 7298, 7258, 8275, 7190, 7733, 7220, 6928, 7071, 6738, 6697, 6635, 6833, 6706, 7001, 6820, 6723, 6858, 6914, 6756, 7914, 6888, 7163, 6859, 8075, 6916, 8378, 7034, 6997, 6873, 6956, 7066, 6732, 6976, 6532, 6954, 6456, 7236, 6784, 7009, 6825, 7001, 7147, 7270, 7540, 7345, 6806, 6984, 6988, 7254, 7930, 7028, 7316, 7001, 6668, 6994, 6575, 6673, 6561, 6481, 6505, 6467, 6770, 6646, 6750, 6576, 6881, 6615, 6700, 6545, 6694, 6698, 6781, 6577, 6797, 6618, 6850, 6748, 6927, 6693, 6920, 6617, 6878, 6906, 6802, 6522, 6852, 6832, 6872, 7020, 6764, 7094, 6912, 8007, 6985, 6722, 7041, 6844, 6661, 6946, 6960, 7677, 7211, 7348, 6939, 7817, 7025, 8659, 7197, 7711, 7142, 7377, 6967, 6450, 6966, 6575, 7089, 6407, 7035, 6695, 7397, 6905, 7129, 9896, 7151, 9520, 7081, 9857, 6940, 9436, 7173, 9215, 7036, 8075, 7037, 7822, 7049, 7740, 7017, 7868, 7082, 7654, 7089, 7407, 7096, 8425, 7096, 8130, 7114, 7087, 7067, 6833, 7114, 6942, 7223, 6446, 6737, 6576, 6490, 6533, 6452, 6872, 6979, 6617, 8055, 7099, 8315, 7550, 8618, 7281, 6652, 6565, 6479, 6540, 6936, 7531, 7410, 7300, 7098, 8504, 7414, 6738, 7176, 6568, 7191, 6476, 6598, 6487, 6734, 6754, 6570, 6744, 6904, 7285, 7308, 6957, 7092, 7271, 8276, 7665, 8074, 7528, 7612, 7537, 8657, 7649, 8181, 7544, 8487, 7654, 8494, 7544, 8467, 7462, 7861, 7461, 6419, 7484, 6817, 7381, 6747, 6726, 7007, 6729, 7282, 7048, 7558, 7993, 7405, 8642, 7288, 8739, 7271, 7536, 7428, 6614], 'WindowCenter': [3902.0, 3888.0, 3874.0, 3872.0, 3891.0, 3860.0, 3877.0, 3858.0, 3856.0, 3845.0, 3856.0, 3846.0, 3857.0, 3867.0, 3867.0, 3846.0, 3856.0, 3847.0, 3846.0, 3847.0, 3846.0, 3856.0, 3845.0, 3858.0, 3867.0, 3858.0, 3868.0, 3858.0, 3866.0, 3866.0, 3866.0, 3857.0, 3857.0, 3855.0, 3835.0, 3835.0, 3835.0, 3846.0, 3858.0, 3846.0, 3859.0, 3857.0, 3869.0, 3869.0, 3869.0, 3859.0, 3870.0, 3846.0, 3867.0, 3849.0, 3867.0, 3859.0, 3858.0, 3857.0, 3846.0, 3847.0, 3849.0, 3871.0, 3848.0, 3857.0, 3845.0, 3869.0, 3846.0, 3869.0, 3867.0, 3869.0, 3879.0, 3870.0, 3858.0, 3869.0, 3859.0, 3849.0, 3859.0, 3847.0, 3857.0, 3847.0, 3858.0, 3856.0, 3857.0, 3877.0, 3868.0, 3865.0, 3868.0, 3867.0, 3858.0, 3866.0, 3858.0, 3857.0, 3856.0, 3856.0, 3855.0, 3846.0, 3834.0, 3845.0, 3834.0, 3846.0, 3844.0, 3857.0, 3858.0, 3868.0, 3849.0, 3848.0, 3871.0, 3861.0, 3870.0, 3870.0, 3869.0, 3879.0, 3869.0, 3878.0, 3859.0, 3857.0, 3858.0, 3847.0, 3848.0, 3846.0, 3845.0, 3856.0, 3845.0, 3846.0, 3844.0, 3855.0, 3855.0, 3855.0, 3845.0, 3857.0, 3857.0, 3858.0, 3847.0, 3847.0, 3848.0, 3847.0, 3870.0, 3867.0, 3869.0, 3869.0, 3858.0, 3847.0, 3858.0, 3846.0, 3847.0, 3847.0, 3846.0, 3846.0, 3845.0, 3845.0, 3846.0, 3857.0, 3855.0, 3856.0, 3846.0, 3857.0, 3847.0, 3847.0, 3858.0, 3858.0, 3858.0, 3858.0, 3858.0, 3858.0, 3867.0, 3868.0, 3867.0, 3868.0, 3857.0, 3877.0, 3868.0, 3875.0, 3867.0, 3866.0, 3855.0, 3855.0, 3856.0, 3845.0, 3845.0, 3844.0, 3846.0, 3845.0, 3834.0, 3844.0, 3845.0, 3854.0, 3834.0, 3855.0, 3844.0, 3855.0, 3834.0, 3856.0, 3845.0, 3856.0, 3853.0, 3855.0, 3845.0, 3866.0, 3844.0, 3846.0, 3844.0, 3835.0, 3857.0, 3846.0, 3868.0, 3846.0, 3846.0, 3847.0, 3848.0, 3859.0, 3858.0, 3859.0, 3878.0, 3867.0, 3857.0, 3858.0, 3845.0, 3848.0, 3858.0, 3867.0, 3859.0, 3846.0, 3847.0, 3847.0, 3858.0, 3856.0, 3877.0, 3866.0, 3887.0, 3857.0, 3866.0, 3845.0, 3834.0, 3835.0, 3844.0, 3843.0, 3855.0, 3856.0, 3856.0, 3845.0, 3844.0, 3845.0, 3844.0, 3846.0, 3835.0, 3857.0, 3855.0, 3856.0, 3877.0, 3856.0, 3844.0, 3856.0, 3846.0, 3845.0, 3846.0, 3844.0, 3846.0, 3846.0, 3857.0, 3855.0, 3855.0, 3865.0, 3857.0, 3847.0, 3847.0, 3847.0, 3846.0, 3846.0, 3847.0, 3847.0, 3846.0, 3846.0, 3846.0, 3856.0, 3865.0, 3856.0, 3844.0, 3868.0, 3846.0, 3846.0, 3846.0, 3846.0, 3858.0, 3846.0, 3858.0, 3867.0, 3857.0, 3847.0, 3847.0, 3848.0, 3859.0, 3857.0, 3859.0, 3870.0, 3871.0, 3871.0, 3890.0, 3871.0, 3890.0, 3870.0, 3880.0, 3860.0, 3889.0, 3858.0, 3865.0, 3857.0, 3846.0, 3856.0, 3856.0, 3855.0, 3846.0, 3844.0, 3846.0, 3836.0, 3846.0, 3835.0, 3835.0, 3846.0, 3858.0, 3855.0, 3857.0, 3856.0, 3858.0, 3846.0, 3848.0, 3847.0, 3846.0, 3859.0, 3858.0, 3858.0, 3868.0, 3858.0, 3848.0, 3847.0, 3845.0, 3834.0, 3844.0, 3855.0, 3844.0, 3855.0, 3844.0, 3854.0, 3844.0, 3833.0, 3845.0, 3845.0, 3845.0, 3847.0, 3857.0, 3857.0, 3878.0, 3857.0, 3887.0, 3855.0, 3876.0, 3845.0, 3875.0, 3843.0, 3865.0, 3844.0, 3833.0, 3844.0, 3833.0, 3834.0, 3833.0, 3832.0, 3843.0, 3845.0, 3855.0, 3844.0, 3856.0, 3846.0, 3846.0, 3847.0, 3847.0, 3846.0, 3846.0, 3858.0, 3868.0, 3859.0, 3868.0, 3859.0, 3867.0, 3861.0, 3868.0, 3848.0, 3866.0, 3847.0, 3855.0, 3835.0, 3835.0, 3833.0, 3843.0, 3845.0, 3844.0, 3845.0, 3846.0, 3855.0, 3845.0, 3856.0, 3846.0, 3854.0, 3846.0, 3856.0, 3856.0, 3834.0, 3834.0, 3845.0, 3846.0, 3844.0, 3844.0, 3857.0, 3856.0, 3857.0, 3867.0, 3858.0, 3846.0, 3856.0, 3846.0, 3846.0, 3846.0, 3846.0, 3844.0, 3844.0, 3834.0, 3845.0, 3835.0, 3835.0, 3845.0, 3834.0, 3846.0, 3845.0, 3845.0, 3855.0, 3847.0, 3856.0, 3846.0, 3856.0, 3846.0, 3856.0, 3856.0, 3855.0, 3846.0, 3846.0, 3856.0, 3836.0, 3836.0, 3846.0, 3845.0, 3844.0, 3836.0, 3847.0, 3846.0, 3847.0, 3846.0, 3846.0, 3866.0, 3858.0, 3868.0, 3858.0, 3867.0, 3846.0, 3856.0, 3845.0, 3846.0, 3845.0, 3844.0, 3835.0, 3844.0, 3844.0, 3834.0, 3835.0, 3846.0, 3834.0, 3846.0, 3855.0, 3847.0, 3846.0, 3858.0, 3846.0, 3848.0, 3846.0, 3848.0, 3858.0, 3846.0, 3847.0, 3856.0, 3847.0, 3856.0, 3847.0, 3866.0, 3846.0, 3867.0, 3858.0, 3847.0, 3847.0, 3846.0, 3847.0, 3858.0, 3858.0, 3858.0, 3858.0, 3857.0, 3848.0, 3847.0, 3847.0, 3847.0, 3846.0, 3856.0, 3847.0, 3856.0, 3845.0, 3866.0, 3846.0, 3865.0, 3845.0, 3845.0, 3844.0, 3845.0, 3847.0, 3846.0, 3856.0, 3846.0, 3856.0, 3847.0, 3876.0, 3847.0, 3845.0, 3835.0, 3846.0, 3846.0, 3857.0, 3846.0, 3836.0, 3847.0, 3845.0, 3846.0, 3857.0, 3846.0, 3876.0, 3845.0, 3856.0, 3846.0, 3835.0, 3835.0, 3846.0, 3835.0, 3845.0, 3846.0, 3846.0, 3865.0, 3845.0, 3856.0, 3845.0, 3845.0, 3846.0, 3845.0, 3835.0, 3847.0, 3847.0, 3859.0, 3850.0, 3845.0, 3834.0, 3842.0, 3822.0, 3835.0, 3826.0, 3837.0, 3879.0, 3891.0, 3901.0, 3918.0, 3885.0, 3901.0, 3847.0, 3844.0, 3845.0, 3845.0, 3888.0, 3858.0, 3879.0, 3838.0, 3848.0, 3847.0, 3845.0, 3865.0, 3844.0, 3853.0, 3843.0, 3833.0, 3834.0, 3833.0, 3834.0, 3846.0, 3845.0, 3857.0, 3865.0, 3855.0, 3847.0, 3835.0, 3846.0, 3847.0, 3860.0, 3869.0, 3871.0, 3879.0, 3860.0, 3888.0, 3858.0, 3887.0, 3857.0, 3875.0, 3847.0, 3877.0, 3858.0, 3876.0, 3846.0, 3835.0, 3859.0, 3860.0, 3857.0, 3847.0, 3846.0, 3856.0, 3837.0, 3846.0, 3846.0, 3857.0, 3848.0, 3859.0, 3857.0, 3878.0, 3859.0, 3888.0, 3857.0, 3886.0, 3857.0, 3876.0, 3843.0, 3872.0, 3829.0, 3860.0, 3829.0, 3858.0, 3829.0, 3837.0, 3817.0, 3829.0, 3828.0, 3839.0, 3855.0, 3843.0, 3831.0, 3796.0, 3805.0, 3793.0, 3789.0, 3815.0, 3843.0, 3868.0, 3856.0, 3856.0, 3844.0, 3820.0, 3829.0, 3830.0, 3842.0, 3863.0, 3855.0, 3844.0, 3856.0, 3856.0, 3835.0, 3845.0, 3821.0, 3843.0, 3821.0, 3842.0, 3831.0, 3856.0, 3846.0, 3847.0, 3847.0, 3835.0, 3870.0, 3847.0, 3848.0, 3847.0, 3849.0, 3870.0, 3851.0, 3872.0, 3850.0, 3862.0, 3861.0, 3861.0, 3860.0, 3869.0, 3860.0, 3889.0, 3859.0, 3888.0, 3857.0, 3878.0, 3859.0, 3837.0, 3859.0, 3838.0, 3838.0, 3847.0, 3847.0, 3848.0, 3848.0, 3847.0, 3847.0, 3848.0, 3858.0, 3857.0, 3868.0, 3858.0, 3871.0, 3870.0, 3868.0, 3858.0, 3856.0, 3856.0, 3837.0, 3837.0, 3836.0, 3836.0, 3848.0, 3846.0, 3859.0, 3848.0, 3860.0, 3850.0, 3850.0, 3849.0, 3849.0, 3860.0, 3860.0, 3860.0, 3869.0, 3858.0, 3879.0, 3857.0, 3868.0, 3858.0, 3847.0, 3847.0, 3848.0, 3849.0, 3847.0, 3846.0, 3858.0, 3857.0, 3868.0, 3867.0, 3870.0, 3858.0, 3848.0, 3848.0, 3847.0, 3849.0, 3847.0, 3847.0, 3846.0, 3857.0, 3858.0, 3858.0, 3856.0, 3858.0, 3857.0, 3856.0, 3866.0, 3857.0, 3865.0, 3857.0, 3857.0, 3857.0, 3847.0, 3848.0, 3847.0, 3837.0, 3847.0, 3847.0, 3859.0, 3857.0, 3870.0, 3869.0, 3869.0, 3877.0, 3870.0, 3859.0, 3858.0, 3837.0, 3859.0, 3848.0, 3847.0, 3847.0, 3846.0, 3847.0, 3847.0, 3858.0, 3846.0, 3857.0, 3844.0, 3857.0, 3857.0, 3857.0, 3866.0, 3857.0, 3846.0, 3858.0, 3847.0, 3856.0, 3846.0, 3835.0, 3836.0, 3836.0, 3847.0, 3835.0, 3846.0, 3867.0, 3857.0, 3844.0, 3845.0, 3855.0, 3844.0, 3866.0, 3857.0, 3866.0, 3871.0, 3869.0, 3846.0, 3846.0, 3836.0, 3843.0, 3833.0, 3845.0, 3856.0, 3857.0, 3867.0, 3846.0, 3854.0, 3834.0, 3845.0, 3846.0, 3846.0, 3877.0, 3857.0, 3855.0, 3824.0, 3833.0, 3844.0, 3845.0, 3855.0, 3843.0, 3843.0, 3845.0, 3834.0, 3834.0, 3844.0, 3844.0, 3844.0, 3853.0, 3844.0, 3865.0, 3835.0, 3846.0, 3834.0, 3845.0, 3835.0, 3846.0, 3866.0, 3856.0, 3845.0, 3845.0, 3844.0, 3845.0, 3842.0, 3833.0, 3834.0, 3831.0, 3833.0, 3832.0, 3833.0, 3832.0, 3832.0, 3832.0, 3844.0, 3833.0, 3832.0, 3831.0, 3842.0, 3843.0, 3845.0, 3834.0, 3856.0, 3834.0, 3835.0, 3846.0, 3834.0, 3833.0, 3834.0, 3845.0, 3846.0, 3845.0, 3845.0, 3855.0, 3833.0, 3843.0, 3844.0, 3844.0, 3854.0, 3844.0, 3833.0, 3842.0, 3833.0, 3845.0, 3855.0, 3845.0, 3844.0, 3845.0, 3844.0, 3846.0, 3843.0, 3845.0, 3834.0, 3833.0, 3834.0, 3834.0, 3834.0, 3834.0, 3834.0, 3834.0, 3844.0, 3833.0, 3835.0, 3844.0, 3845.0, 3856.0, 3846.0, 3856.0, 3846.0, 3856.0, 3846.0, 3865.0, 3845.0, 3846.0, 3845.0, 3833.0, 3844.0, 3833.0, 3833.0, 3845.0, 3835.0, 3847.0, 3835.0, 3834.0, 3837.0, 3846.0, 3847.0, 3846.0, 3835.0, 3835.0, 3845.0, 3835.0, 3845.0, 3844.0, 3856.0, 3846.0, 3844.0, 3834.0, 3846.0, 3834.0, 3855.0, 3845.0, 3835.0, 3845.0, 3834.0, 3847.0, 3846.0, 3848.0, 3837.0, 3847.0, 3848.0, 3846.0, 3847.0, 3846.0, 3847.0, 3846.0, 3835.0, 3835.0, 3845.0, 3845.0, 3834.0, 3844.0, 3834.0, 3834.0, 3834.0, 3834.0, 3846.0, 3844.0, 3833.0, 3855.0, 3835.0, 3855.0, 3846.0, 3844.0, 3845.0, 3836.0, 3835.0, 3835.0, 3846.0, 3834.0, 3833.0, 3835.0, 3833.0, 3834.0, 3842.0, 3835.0, 3854.0, 3833.0, 3863.0, 3833.0, 3843.0, 3833.0, 3841.0, 3833.0, 3853.0, 3834.0, 3854.0, 3834.0, 3855.0, 3833.0, 3844.0, 3845.0, 3854.0, 3833.0, 3844.0, 3833.0, 3833.0, 3833.0, 3833.0, 3833.0, 3833.0, 3833.0, 3834.0, 3845.0, 3835.0, 3835.0, 3835.0, 3845.0, 3836.0, 3855.0, 3845.0, 3834.0, 3835.0, 3844.0, 3832.0, 3853.0, 3834.0, 3832.0, 3832.0, 3833.0, 3832.0, 3832.0, 3834.0, 3821.0, 3833.0, 3823.0, 3845.0, 3834.0, 3846.0, 3834.0, 3845.0, 3846.0, 3847.0, 3845.0, 3844.0, 3834.0, 3844.0, 3845.0, 3845.0, 3856.0, 3846.0, 3847.0, 3847.0, 3846.0, 3858.0, 3847.0, 3848.0, 3848.0, 3837.0, 3838.0, 3849.0, 3847.0, 3848.0, 3847.0, 3847.0, 3847.0, 3845.0, 3836.0, 3835.0, 3836.0, 3834.0, 3834.0, 3833.0, 3834.0, 3834.0, 3834.0, 3833.0, 3844.0, 3833.0, 3846.0, 3833.0, 3835.0, 3845.0, 3834.0, 3834.0, 3833.0, 3834.0, 3834.0, 3845.0, 3834.0, 3835.0, 3844.0, 3855.0, 3835.0, 3832.0, 3833.0, 3833.0, 3834.0, 3845.0, 3846.0, 3854.0, 3846.0, 3845.0, 3845.0, 3844.0, 3833.0, 3854.0, 3845.0, 3843.0, 3845.0, 3845.0, 3846.0, 3834.0, 3846.0, 3847.0, 3847.0, 3838.0, 3857.0, 3848.0, 3859.0, 3858.0, 3848.0, 3877.0, 3847.0, 3877.0, 3846.0, 3875.0, 3846.0, 3863.0, 3835.0, 3864.0, 3832.0, 3854.0, 3833.0, 3844.0, 3843.0, 3842.0, 3844.0, 3855.0, 3846.0, 3855.0, 3844.0, 3845.0, 3846.0, 3855.0, 3844.0, 3854.0, 3834.0, 3835.0, 3835.0, 3832.0, 3845.0, 3844.0, 3845.0, 3824.0, 3834.0, 3834.0, 3836.0, 3836.0, 3836.0, 3846.0, 3847.0, 3847.0, 3857.0, 3847.0, 3868.0, 3858.0, 3867.0, 3858.0, 3847.0, 3836.0, 3835.0, 3834.0, 3845.0, 3855.0, 3846.0, 3845.0, 3846.0, 3867.0, 3856.0, 3847.0, 3847.0, 3834.0, 3846.0, 3836.0, 3835.0, 3835.0, 3835.0, 3834.0, 3835.0, 3834.0, 3845.0, 3845.0, 3844.0, 3845.0, 3835.0, 3844.0, 3856.0, 3844.0, 3854.0, 3844.0, 3844.0, 3845.0, 3854.0, 3845.0, 3854.0, 3845.0, 3853.0, 3845.0, 3854.0, 3844.0, 3853.0, 3843.0, 3843.0, 3843.0, 3822.0, 3844.0, 3834.0, 3843.0, 3832.0, 3833.0, 3835.0, 3832.0, 3844.0, 3845.0, 3854.0, 3855.0, 3846.0, 3865.0, 3845.0, 3865.0, 3846.0, 3854.0, 3845.0, 3835.0], 'WindowWidth': [8756.0, 8727.0, 8700.0, 8692.0, 8713.0, 8671.0, 8689.0, 8663.0, 8659.0, 8642.0, 8656.0, 8643.0, 8658.0, 8671.0, 8672.0, 8643.0, 8656.0, 8646.0, 8644.0, 8646.0, 8644.0, 8658.0, 8641.0, 8663.0, 8672.0, 8664.0, 8675.0, 8662.0, 8671.0, 8672.0, 8670.0, 8659.0, 8658.0, 8655.0, 8629.0, 8627.0, 8629.0, 8645.0, 8662.0, 8644.0, 8665.0, 8662.0, 8680.0, 8680.0, 8680.0, 8666.0, 8681.0, 8647.0, 8675.0, 8651.0, 8675.0, 8664.0, 8663.0, 8661.0, 8645.0, 8648.0, 8652.0, 8685.0, 8651.0, 8661.0, 8644.0, 8678.0, 8646.0, 8679.0, 8673.0, 8680.0, 8692.0, 8681.0, 8663.0, 8681.0, 8666.0, 8652.0, 8664.0, 8647.0, 8661.0, 8647.0, 8664.0, 8658.0, 8661.0, 8687.0, 8676.0, 8669.0, 8676.0, 8673.0, 8662.0, 8672.0, 8661.0, 8658.0, 8657.0, 8658.0, 8654.0, 8643.0, 8625.0, 8640.0, 8625.0, 8644.0, 8641.0, 8661.0, 8663.0, 8678.0, 8653.0, 8653.0, 8687.0, 8674.0, 8685.0, 8682.0, 8681.0, 8692.0, 8680.0, 8689.0, 8666.0, 8662.0, 8664.0, 8646.0, 8649.0, 8645.0, 8643.0, 8658.0, 8641.0, 8645.0, 8638.0, 8655.0, 8653.0, 8655.0, 8642.0, 8661.0, 8659.0, 8662.0, 8647.0, 8646.0, 8650.0, 8649.0, 8682.0, 8675.0, 8681.0, 8680.0, 8664.0, 8648.0, 8662.0, 8645.0, 8648.0, 8645.0, 8644.0, 8643.0, 8640.0, 8640.0, 8642.0, 8658.0, 8654.0, 8656.0, 8644.0, 8661.0, 8648.0, 8649.0, 8664.0, 8666.0, 8665.0, 8664.0, 8665.0, 8664.0, 8675.0, 8677.0, 8674.0, 8674.0, 8660.0, 8685.0, 8675.0, 8681.0, 8672.0, 8670.0, 8656.0, 8654.0, 8657.0, 8640.0, 8640.0, 8637.0, 8642.0, 8641.0, 8625.0, 8637.0, 8639.0, 8651.0, 8623.0, 8652.0, 8636.0, 8654.0, 8623.0, 8654.0, 8640.0, 8657.0, 8650.0, 8655.0, 8642.0, 8668.0, 8641.0, 8644.0, 8639.0, 8628.0, 8659.0, 8643.0, 8675.0, 8646.0, 8645.0, 8648.0, 8650.0, 8665.0, 8664.0, 8664.0, 8688.0, 8673.0, 8660.0, 8662.0, 8643.0, 8648.0, 8663.0, 8675.0, 8665.0, 8646.0, 8649.0, 8648.0, 8663.0, 8660.0, 8687.0, 8672.0, 8699.0, 8660.0, 8669.0, 8641.0, 8624.0, 8626.0, 8638.0, 8635.0, 8653.0, 8654.0, 8656.0, 8641.0, 8640.0, 8641.0, 8640.0, 8645.0, 8627.0, 8660.0, 8655.0, 8656.0, 8684.0, 8656.0, 8639.0, 8657.0, 8644.0, 8642.0, 8643.0, 8639.0, 8646.0, 8645.0, 8658.0, 8654.0, 8654.0, 8667.0, 8659.0, 8645.0, 8647.0, 8646.0, 8645.0, 8643.0, 8646.0, 8646.0, 8642.0, 8643.0, 8644.0, 8658.0, 8668.0, 8657.0, 8640.0, 8675.0, 8644.0, 8645.0, 8644.0, 8644.0, 8661.0, 8643.0, 8661.0, 8672.0, 8660.0, 8645.0, 8647.0, 8650.0, 8666.0, 8663.0, 8669.0, 8685.0, 8685.0, 8685.0, 8710.0, 8687.0, 8710.0, 8683.0, 8693.0, 8668.0, 8704.0, 8662.0, 8668.0, 8660.0, 8642.0, 8655.0, 8655.0, 8655.0, 8641.0, 8638.0, 8642.0, 8629.0, 8642.0, 8629.0, 8628.0, 8643.0, 8661.0, 8654.0, 8659.0, 8657.0, 8663.0, 8645.0, 8650.0, 8647.0, 8645.0, 8665.0, 8663.0, 8664.0, 8676.0, 8661.0, 8648.0, 8646.0, 8639.0, 8625.0, 8637.0, 8652.0, 8637.0, 8651.0, 8638.0, 8649.0, 8636.0, 8622.0, 8640.0, 8640.0, 8641.0, 8645.0, 8659.0, 8658.0, 8687.0, 8659.0, 8696.0, 8654.0, 8682.0, 8638.0, 8677.0, 8634.0, 8662.0, 8637.0, 8620.0, 8635.0, 8621.0, 8622.0, 8620.0, 8619.0, 8636.0, 8638.0, 8654.0, 8637.0, 8656.0, 8642.0, 8644.0, 8644.0, 8644.0, 8645.0, 8646.0, 8664.0, 8676.0, 8666.0, 8675.0, 8667.0, 8673.0, 8673.0, 8675.0, 8649.0, 8669.0, 8646.0, 8653.0, 8625.0, 8624.0, 8620.0, 8636.0, 8639.0, 8636.0, 8639.0, 8641.0, 8651.0, 8641.0, 8655.0, 8644.0, 8651.0, 8643.0, 8655.0, 8655.0, 8624.0, 8624.0, 8640.0, 8643.0, 8639.0, 8639.0, 8658.0, 8656.0, 8661.0, 8672.0, 8663.0, 8645.0, 8657.0, 8643.0, 8644.0, 8642.0, 8642.0, 8639.0, 8638.0, 8625.0, 8639.0, 8625.0, 8625.0, 8638.0, 8623.0, 8642.0, 8639.0, 8640.0, 8653.0, 8645.0, 8656.0, 8643.0, 8656.0, 8643.0, 8656.0, 8657.0, 8654.0, 8642.0, 8641.0, 8655.0, 8628.0, 8630.0, 8643.0, 8641.0, 8637.0, 8631.0, 8645.0, 8644.0, 8646.0, 8644.0, 8644.0, 8669.0, 8661.0, 8673.0, 8661.0, 8671.0, 8645.0, 8655.0, 8641.0, 8643.0, 8640.0, 8638.0, 8627.0, 8637.0, 8638.0, 8624.0, 8625.0, 8641.0, 8625.0, 8642.0, 8654.0, 8646.0, 8643.0, 8662.0, 8645.0, 8648.0, 8643.0, 8648.0, 8662.0, 8644.0, 8646.0, 8657.0, 8645.0, 8655.0, 8645.0, 8669.0, 8643.0, 8671.0, 8660.0, 8646.0, 8645.0, 8642.0, 8645.0, 8662.0, 8661.0, 8662.0, 8662.0, 8660.0, 8650.0, 8647.0, 8645.0, 8646.0, 8642.0, 8657.0, 8644.0, 8655.0, 8641.0, 8668.0, 8642.0, 8666.0, 8640.0, 8639.0, 8638.0, 8641.0, 8645.0, 8643.0, 8656.0, 8643.0, 8654.0, 8646.0, 8682.0, 8644.0, 8639.0, 8627.0, 8643.0, 8644.0, 8660.0, 8644.0, 8630.0, 8646.0, 8641.0, 8645.0, 8659.0, 8643.0, 8682.0, 8640.0, 8655.0, 8643.0, 8627.0, 8626.0, 8641.0, 8627.0, 8640.0, 8640.0, 8642.0, 8665.0, 8640.0, 8654.0, 8641.0, 8639.0, 8643.0, 8640.0, 8627.0, 8646.0, 8646.0, 8666.0, 8654.0, 8642.0, 8618.0, 8626.0, 8598.0, 8619.0, 8612.0, 8630.0, 8688.0, 8732.0, 8745.0, 8761.0, 8711.0, 8724.0, 8646.0, 8636.0, 8638.0, 8639.0, 8699.0, 8661.0, 8689.0, 8637.0, 8648.0, 8645.0, 8640.0, 8664.0, 8633.0, 8643.0, 8631.0, 8618.0, 8622.0, 8621.0, 8623.0, 8643.0, 8640.0, 8656.0, 8666.0, 8653.0, 8644.0, 8626.0, 8644.0, 8648.0, 8666.0, 8679.0, 8685.0, 8692.0, 8668.0, 8701.0, 8661.0, 8697.0, 8658.0, 8679.0, 8644.0, 8684.0, 8659.0, 8681.0, 8642.0, 8626.0, 8666.0, 8666.0, 8659.0, 8645.0, 8646.0, 8658.0, 8632.0, 8643.0, 8644.0, 8660.0, 8648.0, 8664.0, 8662.0, 8688.0, 8663.0, 8700.0, 8658.0, 8693.0, 8656.0, 8678.0, 8631.0, 8667.0, 8607.0, 8648.0, 8603.0, 8641.0, 8602.0, 8612.0, 8586.0, 8603.0, 8604.0, 8620.0, 8652.0, 8628.0, 8605.0, 8551.0, 8560.0, 8541.0, 8531.0, 8579.0, 8635.0, 8676.0, 8657.0, 8656.0, 8634.0, 8595.0, 8606.0, 8609.0, 8627.0, 8658.0, 8651.0, 8637.0, 8655.0, 8656.0, 8627.0, 8638.0, 8601.0, 8630.0, 8599.0, 8628.0, 8615.0, 8653.0, 8639.0, 8644.0, 8645.0, 8628.0, 8679.0, 8648.0, 8649.0, 8649.0, 8652.0, 8681.0, 8658.0, 8687.0, 8656.0, 8676.0, 8671.0, 8671.0, 8668.0, 8678.0, 8667.0, 8702.0, 8663.0, 8700.0, 8659.0, 8685.0, 8663.0, 8633.0, 8662.0, 8635.0, 8634.0, 8645.0, 8646.0, 8646.0, 8647.0, 8645.0, 8644.0, 8647.0, 8659.0, 8657.0, 8671.0, 8662.0, 8683.0, 8682.0, 8675.0, 8661.0, 8656.0, 8656.0, 8632.0, 8631.0, 8630.0, 8629.0, 8648.0, 8643.0, 8665.0, 8649.0, 8669.0, 8654.0, 8655.0, 8652.0, 8653.0, 8668.0, 8667.0, 8667.0, 8677.0, 8663.0, 8691.0, 8660.0, 8674.0, 8663.0, 8647.0, 8647.0, 8649.0, 8650.0, 8647.0, 8645.0, 8662.0, 8660.0, 8675.0, 8674.0, 8679.0, 8663.0, 8649.0, 8649.0, 8647.0, 8650.0, 8647.0, 8646.0, 8643.0, 8658.0, 8659.0, 8660.0, 8656.0, 8660.0, 8656.0, 8655.0, 8668.0, 8656.0, 8666.0, 8658.0, 8657.0, 8659.0, 8645.0, 8647.0, 8645.0, 8633.0, 8645.0, 8647.0, 8664.0, 8659.0, 8679.0, 8676.0, 8678.0, 8687.0, 8681.0, 8664.0, 8662.0, 8633.0, 8663.0, 8647.0, 8645.0, 8645.0, 8643.0, 8644.0, 8644.0, 8659.0, 8641.0, 8656.0, 8637.0, 8657.0, 8656.0, 8658.0, 8668.0, 8658.0, 8642.0, 8661.0, 8643.0, 8655.0, 8643.0, 8626.0, 8629.0, 8629.0, 8643.0, 8627.0, 8641.0, 8670.0, 8658.0, 8637.0, 8638.0, 8652.0, 8636.0, 8666.0, 8657.0, 8666.0, 8684.0, 8680.0, 8641.0, 8643.0, 8627.0, 8633.0, 8619.0, 8638.0, 8654.0, 8656.0, 8671.0, 8642.0, 8650.0, 8622.0, 8638.0, 8641.0, 8642.0, 8680.0, 8655.0, 8651.0, 8609.0, 8620.0, 8634.0, 8638.0, 8650.0, 8634.0, 8632.0, 8637.0, 8621.0, 8621.0, 8634.0, 8634.0, 8637.0, 8646.0, 8635.0, 8663.0, 8624.0, 8639.0, 8623.0, 8638.0, 8626.0, 8641.0, 8667.0, 8654.0, 8638.0, 8639.0, 8635.0, 8638.0, 8631.0, 8620.0, 8620.0, 8615.0, 8618.0, 8616.0, 8617.0, 8615.0, 8616.0, 8614.0, 8633.0, 8616.0, 8617.0, 8613.0, 8631.0, 8632.0, 8638.0, 8623.0, 8655.0, 8624.0, 8625.0, 8640.0, 8624.0, 8622.0, 8624.0, 8637.0, 8640.0, 8637.0, 8638.0, 8650.0, 8619.0, 8632.0, 8634.0, 8634.0, 8647.0, 8634.0, 8618.0, 8631.0, 8618.0, 8637.0, 8650.0, 8638.0, 8636.0, 8639.0, 8636.0, 8642.0, 8634.0, 8638.0, 8624.0, 8621.0, 8623.0, 8622.0, 8622.0, 8624.0, 8623.0, 8622.0, 8637.0, 8621.0, 8626.0, 8637.0, 8638.0, 8653.0, 8643.0, 8654.0, 8641.0, 8653.0, 8642.0, 8665.0, 8640.0, 8640.0, 8639.0, 8620.0, 8635.0, 8621.0, 8623.0, 8638.0, 8625.0, 8643.0, 8627.0, 8624.0, 8631.0, 8641.0, 8645.0, 8642.0, 8626.0, 8628.0, 8639.0, 8626.0, 8638.0, 8637.0, 8652.0, 8641.0, 8635.0, 8624.0, 8640.0, 8624.0, 8652.0, 8640.0, 8627.0, 8642.0, 8626.0, 8646.0, 8644.0, 8648.0, 8633.0, 8646.0, 8647.0, 8644.0, 8646.0, 8644.0, 8645.0, 8642.0, 8626.0, 8627.0, 8639.0, 8639.0, 8623.0, 8635.0, 8621.0, 8623.0, 8622.0, 8623.0, 8642.0, 8635.0, 8622.0, 8650.0, 8624.0, 8650.0, 8641.0, 8635.0, 8639.0, 8627.0, 8627.0, 8626.0, 8641.0, 8623.0, 8619.0, 8623.0, 8618.0, 8621.0, 8629.0, 8622.0, 8647.0, 8618.0, 8656.0, 8618.0, 8630.0, 8618.0, 8627.0, 8619.0, 8646.0, 8622.0, 8647.0, 8622.0, 8648.0, 8619.0, 8634.0, 8636.0, 8645.0, 8620.0, 8632.0, 8618.0, 8617.0, 8619.0, 8617.0, 8620.0, 8619.0, 8620.0, 8621.0, 8639.0, 8625.0, 8626.0, 8626.0, 8639.0, 8627.0, 8651.0, 8638.0, 8620.0, 8625.0, 8634.0, 8617.0, 8644.0, 8620.0, 8614.0, 8616.0, 8617.0, 8616.0, 8615.0, 8620.0, 8601.0, 8619.0, 8605.0, 8638.0, 8622.0, 8642.0, 8624.0, 8640.0, 8641.0, 8643.0, 8637.0, 8637.0, 8622.0, 8638.0, 8638.0, 8639.0, 8655.0, 8642.0, 8644.0, 8646.0, 8644.0, 8664.0, 8647.0, 8648.0, 8648.0, 8635.0, 8636.0, 8652.0, 8647.0, 8649.0, 8645.0, 8645.0, 8645.0, 8641.0, 8628.0, 8625.0, 8626.0, 8624.0, 8624.0, 8621.0, 8622.0, 8624.0, 8623.0, 8621.0, 8636.0, 8621.0, 8639.0, 8622.0, 8625.0, 8637.0, 8624.0, 8623.0, 8621.0, 8622.0, 8624.0, 8637.0, 8623.0, 8624.0, 8637.0, 8650.0, 8623.0, 8617.0, 8620.0, 8620.0, 8624.0, 8637.0, 8640.0, 8650.0, 8641.0, 8637.0, 8639.0, 8635.0, 8620.0, 8648.0, 8638.0, 8633.0, 8637.0, 8637.0, 8640.0, 8624.0, 8641.0, 8644.0, 8646.0, 8634.0, 8660.0, 8650.0, 8664.0, 8661.0, 8649.0, 8685.0, 8644.0, 8683.0, 8640.0, 8678.0, 8639.0, 8659.0, 8624.0, 8660.0, 8618.0, 8648.0, 8621.0, 8634.0, 8634.0, 8632.0, 8637.0, 8652.0, 8642.0, 8650.0, 8638.0, 8638.0, 8640.0, 8650.0, 8637.0, 8648.0, 8623.0, 8624.0, 8625.0, 8617.0, 8639.0, 8634.0, 8638.0, 8608.0, 8623.0, 8624.0, 8629.0, 8630.0, 8629.0, 8644.0, 8645.0, 8646.0, 8659.0, 8645.0, 8673.0, 8663.0, 8671.0, 8661.0, 8644.0, 8628.0, 8626.0, 8623.0, 8639.0, 8653.0, 8641.0, 8639.0, 8643.0, 8669.0, 8656.0, 8643.0, 8643.0, 8624.0, 8641.0, 8627.0, 8627.0, 8626.0, 8625.0, 8622.0, 8626.0, 8622.0, 8639.0, 8638.0, 8636.0, 8639.0, 8623.0, 8636.0, 8652.0, 8636.0, 8648.0, 8636.0, 8634.0, 8637.0, 8647.0, 8636.0, 8647.0, 8636.0, 8644.0, 8637.0, 8647.0, 8635.0, 8645.0, 8634.0, 8630.0, 8633.0, 8604.0, 8635.0, 8620.0, 8633.0, 8617.0, 8621.0, 8623.0, 8619.0, 8636.0, 8638.0, 8650.0, 8652.0, 8641.0, 8665.0, 8640.0, 8664.0, 8642.0, 8649.0, 8638.0, 8625.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.0009595015822784812</td></tr>
<tr><td colspan=3>aqi</td><td>0.017932734493670884</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.58236615063343</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1601392055898667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9936513429295318</td></tr>
<tr><td colspan=3>efc</td><td>0.4499</td></tr>
<tr><td colspan=3>fber</td><td>6514.8027</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07638025460105911</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3227848101265822</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3651726227844665</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.289667309046441</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5482543028812468</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2575962564257117</td></tr>
<tr><td colspan=3>gcor</td><td>0.00864946</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011896285228431225</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023855378851294518</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</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.857678212201537</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>27.5079</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8067</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.22</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307192.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>641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.5785</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.201</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.5401</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3124.0531</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1060.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>855.9491</td></tr>
<tr><td colspan=3>tsnr</td><td>41.62122378498316</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>