<?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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-04/func/sub-0115_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>4a0c6e703de1d26803522a9d0e035d92</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:12:43.365000</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.998671, -0.037316, -0.0355388, 0.0350488, 0.997435, -0.0624095]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969417</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7711, -7283, 232, -124, -42, -83, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f729b77d-4efa-4d25-ae99-3e5c3da8b65e||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.6793622970581055, 0.09403350204229355, -0.10199669748544693, 107.02001190185547], [0.10011599212884903, 2.6760451793670654, -0.16491857171058655, -106.95887756347656], [-0.09534811228513718, 0.1674400269985199, 2.6930277347564697, -72.97172546386719], [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': ['201243.365000', '201243.825000', '201244.285000', '201244.745000', '201245.205000', '201245.665000', '201246.125000', '201246.585000', '201247.045000', '201247.505000', '201247.965000', '201248.425000', '201248.885000', '201249.345000', '201249.805000', '201250.265000', '201250.725000', '201251.185000', '201251.645000', '201252.105000', '201252.565000', '201253.025000', '201253.485000', '201253.945000', '201254.405000', '201254.865000', '201255.325000', '201255.785000', '201256.245000', '201256.705000', '201257.165000', '201257.625000', '201258.085000', '201258.545000', '201259.005000', '201259.465000', '201259.925000', '201300.385000', '201300.845000', '201301.305000', '201301.765000', '201302.225000', '201302.685000', '201303.145000', '201303.605000', '201304.065000', '201304.525000', '201304.985000', '201305.445000', '201305.905000', '201306.365000', '201306.825000', '201307.285000', '201307.745000', '201308.205000', '201308.665000', '201309.125000', '201309.585000', '201310.045000', '201310.505000', '201310.965000', '201311.425000', '201311.885000', '201312.345000', '201312.805000', '201313.265000', '201313.725000', '201314.185000', '201314.645000', '201315.105000', '201315.565000', '201316.025000', '201316.485000', '201316.945000', '201317.405000', '201317.865000', '201318.325000', '201318.785000', '201319.245000', '201319.705000', '201320.165000', '201320.625000', '201321.085000', '201321.545000', '201322.005000', '201322.465000', '201322.925000', '201323.385000', '201323.845000', '201324.305000', '201324.765000', '201325.225000', '201325.685000', '201326.145000', '201326.605000', '201327.065000', '201327.525000', '201327.985000', '201328.445000', '201328.905000', '201329.365000', '201329.825000', '201330.285000', '201330.745000', '201331.205000', '201331.665000', '201332.125000', '201332.585000', '201333.045000', '201333.505000', '201333.965000', '201334.425000', '201334.885000', '201335.345000', '201335.805000', '201336.265000', '201336.725000', '201337.185000', '201337.645000', '201338.105000', '201338.565000', '201339.025000', '201339.485000', '201339.945000', '201340.405000', '201340.865000', '201341.325000', '201341.785000', '201342.245000', '201342.705000', '201343.165000', '201343.625000', '201344.085000', '201344.545000', '201345.005000', '201345.465000', '201345.925000', '201346.385000', '201346.845000', '201347.305000', '201347.765000', '201348.225000', '201348.685000', '201349.145000', '201349.605000', '201350.065000', '201350.525000', '201350.985000', '201351.445000', '201351.905000', '201352.365000', '201352.825000', '201353.285000', '201353.745000', '201354.205000', '201354.665000', '201355.125000', '201355.585000', '201356.045000', '201356.505000', '201356.965000', '201357.425000', '201357.885000', '201358.345000', '201358.805000', '201359.265000', '201359.725000', '201400.185000', '201400.645000', '201401.105000', '201401.565000', '201402.025000', '201402.485000', '201402.945000', '201403.405000', '201403.865000', '201404.325000', '201404.785000', '201405.245000', '201405.705000', '201406.165000', '201406.625000', '201407.085000', '201407.545000', '201408.005000', '201408.465000', '201408.925000', '201409.385000', '201409.845000', '201410.305000', '201410.765000', '201411.225000', '201411.685000', '201412.145000', '201412.605000', '201413.065000', '201413.525000', '201413.985000', '201414.445000', '201414.905000', '201415.365000', '201415.825000', '201416.285000', '201416.745000', '201417.205000', '201417.665000', '201418.125000', '201418.585000', '201419.045000', '201419.505000', '201419.965000', '201420.425000', '201420.885000', '201421.345000', '201421.805000', '201422.265000', '201422.725000', '201423.185000', '201423.645000', '201424.105000', '201424.565000', '201425.025000', '201425.485000', '201425.945000', '201426.405000', '201426.865000', '201427.325000', '201427.785000', '201428.245000', '201428.705000', '201429.165000', '201429.625000', '201430.085000', '201430.545000', '201431.005000', '201431.465000', '201431.925000', '201432.385000', '201432.845000', '201433.305000', '201433.765000', '201434.225000', '201434.685000', '201435.145000', '201435.605000', '201436.065000', '201436.525000', '201436.985000', '201437.445000', '201437.905000', '201438.365000', '201438.825000', '201439.285000', '201439.745000', '201440.205000', '201440.665000', '201441.125000', '201441.585000', '201442.045000', '201442.505000', '201442.965000', '201443.425000', '201443.885000', '201444.345000', '201444.805000', '201445.265000', '201445.725000', '201446.185000', '201446.645000', '201447.105000', '201447.565000', '201448.025000', '201448.485000', '201448.945000', '201449.405000', '201449.865000', '201450.325000', '201450.785000', '201451.245000', '201451.705000', '201452.165000', '201452.625000', '201453.085000', '201453.545000', '201454.005000', '201454.465000', '201454.925000', '201455.385000', '201455.845000', '201456.305000', '201456.765000', '201457.225000', '201457.685000', '201458.145000', '201458.605000', '201459.065000', '201459.525000', '201459.985000', '201500.445000', '201500.905000', '201501.365000', '201501.825000', '201502.285000', '201502.745000', '201503.205000', '201503.665000', '201504.125000', '201504.585000', '201505.045000', '201505.505000', '201505.965000', '201506.425000', '201506.885000', '201507.345000', '201507.805000', '201508.265000', '201508.725000', '201509.185000', '201509.645000', '201510.105000', '201510.565000', '201511.025000', '201511.485000', '201511.945000', '201512.405000', '201512.865000', '201513.325000', '201513.785000', '201514.245000', '201514.705000', '201515.165000', '201515.625000', '201516.085000', '201516.545000', '201517.005000', '201517.465000', '201517.925000', '201518.385000', '201518.845000', '201519.305000', '201519.765000', '201520.225000', '201520.685000', '201521.145000', '201521.605000', '201522.065000', '201522.525000', '201522.985000', '201523.445000', '201523.905000', '201524.365000', '201524.825000', '201525.285000', '201525.745000', '201526.205000', '201526.665000', '201527.125000', '201527.585000', '201528.045000', '201528.505000', '201528.965000', '201529.425000', '201529.885000', '201530.345000', '201530.805000', '201531.265000', '201531.725000', '201532.185000', '201532.645000', '201533.105000', '201533.565000', '201534.025000', '201534.485000', '201534.945000', '201535.405000', '201535.865000', '201536.325000', '201536.785000', '201537.245000', '201537.705000', '201538.165000', '201538.625000', '201539.085000', '201539.545000', '201540.005000', '201540.465000', '201540.925000', '201541.385000', '201541.845000', '201542.305000', '201542.765000', '201543.225000', '201543.685000', '201544.145000', '201544.605000', '201545.065000', '201545.525000', '201545.985000', '201546.445000', '201546.905000', '201547.365000', '201547.825000', '201548.285000', '201548.745000', '201549.205000', '201549.665000', '201550.125000', '201550.585000', '201551.045000', '201551.505000', '201551.965000', '201552.425000', '201552.885000', '201553.345000', '201553.805000', '201554.265000', '201554.725000', '201555.185000', '201555.645000', '201556.105000', '201556.565000', '201557.025000', '201557.485000', '201557.945000', '201558.405000', '201558.865000', '201559.325000', '201559.785000', '201600.245000', '201600.705000', '201601.165000', '201601.625000', '201602.085000', '201602.545000', '201603.005000', '201603.465000', '201603.925000', '201604.385000', '201604.845000', '201605.305000', '201605.765000', '201606.225000', '201606.685000', '201607.145000', '201607.605000', '201608.065000', '201608.525000', '201608.985000', '201609.445000', '201609.905000', '201610.365000', '201610.825000', '201611.285000', '201611.745000', '201612.205000', '201612.665000', '201613.125000', '201613.585000', '201614.045000', '201614.505000', '201614.965000', '201615.425000', '201615.885000', '201616.345000', '201616.805000', '201617.265000', '201617.725000', '201618.185000', '201618.645000', '201619.105000', '201619.565000', '201620.025000', '201620.485000', '201620.945000', '201621.405000', '201621.865000', '201622.325000', '201622.785000', '201623.245000', '201623.705000', '201624.165000', '201624.625000', '201625.085000', '201625.545000', '201626.005000', '201626.465000', '201626.925000', '201627.385000', '201627.845000', '201628.305000', '201628.765000', '201629.225000', '201629.685000', '201630.145000', '201630.605000', '201631.065000', '201631.525000', '201631.985000', '201632.445000', '201632.905000', '201633.365000', '201633.825000', '201634.285000', '201634.745000', '201635.205000', '201635.665000', '201636.125000', '201636.585000', '201637.045000', '201637.505000', '201637.965000', '201638.425000', '201638.885000', '201639.345000', '201639.805000', '201640.265000', '201640.725000', '201641.185000', '201641.645000', '201642.105000', '201642.565000', '201643.025000', '201643.485000', '201643.945000', '201644.405000', '201644.865000', '201645.325000', '201645.785000', '201646.245000', '201646.705000', '201647.165000', '201647.625000', '201648.085000', '201648.545000', '201649.005000', '201649.465000', '201649.925000', '201650.385000', '201650.845000', '201651.305000', '201651.765000', '201652.225000', '201652.685000', '201653.145000', '201653.605000', '201654.065000', '201654.525000', '201654.985000', '201655.445000', '201655.905000', '201656.365000', '201656.825000', '201657.285000', '201657.745000', '201658.205000', '201658.665000', '201659.125000', '201659.585000', '201700.045000', '201700.505000', '201700.965000', '201701.425000', '201701.885000', '201702.345000', '201702.805000', '201703.265000', '201703.725000', '201704.185000', '201704.645000', '201705.105000', '201705.565000', '201706.025000', '201706.485000', '201706.945000', '201707.405000', '201707.865000', '201708.325000', '201708.785000', '201709.245000', '201709.705000', '201710.165000', '201710.625000', '201711.085000', '201711.545000', '201712.005000', '201712.465000', '201712.925000', '201713.385000', '201713.845000', '201714.305000', '201714.765000', '201715.225000', '201715.685000', '201716.145000', '201716.605000', '201717.065000', '201717.525000', '201717.985000', '201718.445000', '201718.905000', '201719.365000', '201719.825000', '201720.285000', '201720.745000', '201721.205000', '201721.665000', '201722.125000', '201722.585000', '201723.045000', '201723.505000', '201723.965000', '201724.425000', '201724.885000', '201725.345000', '201725.805000', '201726.265000', '201726.725000', '201727.185000', '201727.645000', '201728.105000', '201728.565000', '201729.025000', '201729.485000', '201729.945000', '201730.405000', '201730.865000', '201731.325000', '201731.785000', '201732.245000', '201732.705000', '201733.165000', '201733.625000', '201734.085000', '201734.545000', '201735.005000', '201735.465000', '201735.925000', '201736.385000', '201736.845000', '201737.305000', '201737.765000', '201738.225000', '201738.685000', '201739.145000', '201739.605000', '201740.065000', '201740.525000', '201740.985000', '201741.445000', '201741.905000', '201742.365000', '201742.825000', '201743.285000', '201743.745000', '201744.205000', '201744.665000', '201745.125000', '201745.585000', '201746.045000', '201746.505000', '201746.965000', '201747.425000', '201747.885000', '201748.345000', '201748.805000', '201749.265000', '201749.725000', '201750.185000', '201750.645000', '201751.105000', '201751.565000', '201752.025000', '201752.485000', '201752.945000', '201753.405000', '201753.865000', '201754.325000', '201754.785000', '201755.245000', '201755.705000', '201756.165000', '201756.625000', '201757.085000', '201757.545000', '201758.005000', '201758.465000', '201758.925000', '201759.385000', '201759.845000', '201800.305000', '201800.765000', '201801.225000', '201801.685000', '201802.145000', '201802.605000', '201803.065000', '201803.525000', '201803.985000', '201804.445000', '201804.905000', '201805.365000', '201805.825000', '201806.285000', '201806.745000', '201807.205000', '201807.665000', '201808.125000', '201808.585000', '201809.045000', '201809.505000', '201809.965000', '201810.425000', '201810.885000', '201811.345000', '201811.805000', '201812.265000', '201812.725000', '201813.185000', '201813.645000', '201814.105000', '201814.565000', '201815.025000', '201815.485000', '201815.945000', '201816.405000', '201816.865000', '201817.325000', '201817.785000', '201818.245000', '201818.705000', '201819.165000', '201819.625000', '201820.085000', '201820.545000', '201821.005000', '201821.465000', '201821.925000', '201822.385000', '201822.845000', '201823.305000', '201823.765000', '201824.225000', '201824.685000', '201825.145000', '201825.605000', '201826.065000', '201826.525000', '201826.985000', '201827.445000', '201827.905000', '201828.365000', '201828.825000', '201829.285000', '201829.745000', '201830.205000', '201830.665000', '201831.125000', '201831.585000', '201832.045000', '201832.505000', '201832.965000', '201833.425000', '201833.885000', '201834.345000', '201834.805000', '201835.265000', '201835.725000', '201836.185000', '201836.645000', '201837.105000', '201837.565000', '201838.025000', '201838.485000', '201838.945000', '201839.405000', '201839.865000', '201840.325000', '201840.785000', '201841.245000', '201841.705000', '201842.165000', '201842.625000', '201843.085000', '201843.545000', '201844.005000', '201844.465000', '201844.925000', '201845.385000', '201845.845000', '201846.305000', '201846.765000', '201847.225000', '201847.685000', '201848.145000', '201848.605000', '201849.065000', '201849.525000', '201849.985000', '201850.445000', '201850.905000', '201851.365000', '201851.825000', '201852.285000', '201852.745000', '201853.205000', '201853.665000', '201854.125000', '201854.585000', '201855.045000', '201855.505000', '201855.965000', '201856.425000', '201856.885000', '201857.345000', '201857.805000', '201858.265000', '201858.725000', '201859.185000', '201859.645000', '201900.105000', '201900.565000', '201901.025000', '201901.485000', '201901.945000', '201902.405000', '201902.865000', '201903.325000', '201903.785000', '201904.245000', '201904.705000', '201905.165000', '201905.625000', '201906.085000', '201906.545000', '201907.005000', '201907.465000', '201907.925000', '201908.385000', '201908.845000', '201909.305000', '201909.765000', '201910.225000', '201910.685000', '201911.145000', '201911.605000', '201912.065000', '201912.525000', '201912.985000', '201913.445000', '201913.905000', '201914.365000', '201914.825000', '201915.285000', '201915.745000', '201916.205000', '201916.665000', '201917.125000', '201917.585000', '201918.045000', '201918.505000', '201918.965000', '201919.425000', '201919.885000', '201920.345000', '201920.805000', '201921.265000', '201921.725000', '201922.185000', '201922.645000', '201923.105000', '201923.565000', '201924.025000', '201924.485000', '201924.945000', '201925.405000', '201925.865000', '201926.325000', '201926.785000', '201927.245000', '201927.705000', '201928.165000', '201928.625000', '201929.085000', '201929.545000', '201930.005000', '201930.465000', '201930.925000', '201931.385000', '201931.845000', '201932.305000', '201932.765000', '201933.225000', '201933.685000', '201934.145000', '201934.605000', '201935.065000', '201935.525000', '201935.985000', '201936.445000', '201936.905000', '201937.365000', '201937.825000', '201938.285000', '201938.745000', '201939.205000', '201939.665000', '201940.125000', '201940.585000', '201941.045000', '201941.505000', '201941.965000', '201942.425000', '201942.885000', '201943.345000', '201943.805000', '201944.265000', '201944.725000', '201945.185000', '201945.645000', '201946.105000', '201946.565000', '201947.025000', '201947.485000', '201947.945000', '201948.405000', '201948.865000', '201949.325000', '201949.785000', '201950.245000', '201950.705000', '201951.165000', '201951.625000', '201952.085000', '201952.545000', '201953.005000', '201953.465000', '201953.925000', '201954.385000', '201954.845000', '201955.305000', '201955.765000', '201956.225000', '201956.685000', '201957.145000', '201957.605000', '201958.065000', '201958.525000', '201958.985000', '201959.445000', '201959.905000', '202000.365000', '202000.825000', '202001.285000', '202001.745000', '202002.205000', '202002.665000', '202003.125000', '202003.585000', '202004.045000', '202004.505000', '202004.965000', '202005.425000', '202005.885000', '202006.345000', '202006.805000', '202007.265000', '202007.725000', '202008.185000', '202008.645000', '202009.105000', '202009.565000', '202010.025000', '202010.485000', '202010.945000', '202011.405000', '202011.865000', '202012.325000', '202012.785000', '202013.245000', '202013.705000', '202014.165000', '202014.625000', '202015.085000', '202015.545000', '202016.005000', '202016.465000', '202016.925000', '202017.385000', '202017.845000', '202018.305000', '202018.765000', '202019.225000', '202019.685000', '202020.145000', '202020.605000', '202021.065000', '202021.525000', '202021.985000', '202022.445000', '202022.905000', '202023.365000', '202023.825000', '202024.285000', '202024.745000', '202025.205000', '202025.665000', '202026.125000', '202026.585000', '202027.045000', '202027.505000', '202027.965000', '202028.425000', '202028.885000', '202029.345000', '202029.805000', '202030.265000', '202030.725000', '202031.185000', '202031.645000', '202032.105000', '202032.565000', '202033.025000', '202033.485000', '202033.945000', '202034.405000', '202034.865000', '202035.325000', '202035.785000', '202036.245000', '202036.705000', '202037.165000', '202037.625000', '202038.085000', '202038.545000', '202039.005000', '202039.465000', '202039.925000', '202040.385000', '202040.845000', '202041.305000', '202041.765000', '202042.225000', '202042.685000', '202043.145000', '202043.605000', '202044.065000', '202044.525000', '202044.985000', '202045.445000', '202045.905000', '202046.365000', '202046.825000', '202047.285000', '202047.745000', '202048.205000', '202048.665000', '202049.125000', '202049.585000', '202050.045000', '202050.505000', '202050.965000', '202051.425000', '202051.885000', '202052.345000', '202052.805000', '202053.265000', '202053.725000', '202054.185000', '202054.645000', '202055.105000', '202055.565000', '202056.025000', '202056.485000', '202056.945000', '202057.405000', '202057.865000', '202058.325000', '202058.785000', '202059.245000', '202059.705000', '202100.165000', '202100.625000', '202101.085000', '202101.545000', '202102.005000', '202102.465000', '202102.925000', '202103.385000', '202103.845000', '202104.305000', '202104.765000', '202105.225000', '202105.685000', '202106.145000', '202106.605000', '202107.065000', '202107.525000', '202107.985000', '202108.445000', '202108.905000', '202109.365000', '202109.825000', '202110.285000', '202110.745000', '202111.205000', '202111.665000', '202112.125000', '202112.585000', '202113.045000', '202113.505000', '202113.965000', '202114.425000', '202114.885000', '202115.345000', '202115.805000', '202116.265000', '202116.725000', '202117.185000', '202117.645000', '202118.105000', '202118.565000', '202119.025000', '202119.485000', '202119.945000', '202120.405000', '202120.865000', '202121.325000', '202121.785000', '202122.245000', '202122.705000', '202123.165000', '202123.625000', '202124.085000', '202124.545000', '202125.005000', '202125.465000', '202125.925000', '202126.385000', '202126.845000', '202127.305000', '202127.765000', '202128.225000', '202128.685000', '202129.145000', '202129.605000', '202130.065000', '202130.525000', '202130.985000', '202131.445000', '202131.905000', '202132.365000', '202132.825000', '202133.285000', '202133.745000', '202134.205000', '202134.665000', '202135.125000', '202135.585000', '202136.045000', '202136.505000', '202136.965000', '202137.425000', '202137.885000', '202138.345000', '202138.805000', '202139.265000', '202139.725000', '202140.185000', '202140.645000', '202141.105000', '202141.565000', '202142.025000', '202142.485000', '202142.945000', '202143.405000', '202143.865000', '202144.325000', '202144.785000', '202145.245000', '202145.705000', '202146.165000', '202146.625000', '202147.085000', '202147.545000', '202148.005000', '202148.465000', '202148.925000', '202149.385000', '202149.845000', '202150.305000', '202150.765000', '202151.225000', '202151.685000', '202152.145000', '202152.605000', '202153.065000', '202153.525000', '202153.985000', '202154.445000', '202154.905000', '202155.365000', '202155.825000', '202156.285000', '202156.745000', '202157.205000', '202157.665000', '202158.125000', '202158.585000', '202159.045000', '202159.505000', '202159.965000', '202200.425000', '202200.885000', '202201.345000', '202201.805000', '202202.265000', '202202.725000', '202203.185000', '202203.645000', '202204.105000', '202204.565000', '202205.025000', '202205.485000', '202205.945000', '202206.405000', '202206.865000', '202207.325000', '202207.785000', '202208.245000', '202208.705000', '202209.165000', '202209.625000', '202210.085000', '202210.545000', '202211.005000', '202211.465000', '202211.925000', '202212.385000', '202212.845000', '202213.305000', '202213.765000', '202214.225000', '202214.685000', '202215.145000', '202215.605000', '202216.065000', '202216.525000', '202216.985000', '202217.445000', '202217.905000', '202218.365000', '202218.825000', '202219.285000', '202219.745000', '202220.205000', '202220.665000', '202221.125000', '202221.585000', '202222.045000', '202222.505000', '202222.965000', '202223.425000', '202223.885000', '202224.345000', '202224.805000', '202225.265000', '202225.725000', '202226.185000'], 'ContentTime': ['201256.873000', '201256.876000', '201256.879000', '201256.882000', '201256.884000', '201256.893000', '201256.895000', '201256.898000', '201256.901000', '201256.912000', '201256.914000', '201256.923000', '201256.925000', '201256.928000', '201256.931000', '201256.933000', '201256.936000', '201256.939000', '201256.941000', '201256.944000', '201256.946000', '201256.949000', '201256.951000', '201256.954000', '201256.956000', '201256.959000', '201316.825000', '201316.828000', '201316.831000', '201316.833000', '201316.836000', '201316.839000', '201316.841000', '201316.844000', '201316.846000', '201316.849000', '201316.851000', '201316.854000', '201316.856000', '201316.859000', '201316.861000', '201316.864000', '201316.867000', '201316.869000', '201316.872000', '201316.874000', '201316.877000', '201316.896000', '201316.899000', '201316.901000', '201316.904000', '201316.923000', '201316.925000', '201316.928000', '201316.930000', '201316.933000', '201316.936000', '201316.938000', '201316.941000', '201316.943000', '201316.946000', '201316.948000', '201316.951000', '201316.953000', '201316.956000', '201316.959000', '201316.961000', '201316.964000', '201316.966000', '201316.969000', '201336.826000', '201336.828000', '201336.831000', '201336.834000', '201336.836000', '201336.839000', '201336.841000', '201336.844000', '201336.846000', '201336.849000', '201336.851000', '201336.854000', '201336.857000', '201336.860000', '201336.862000', '201336.865000', '201336.868000', '201336.870000', '201336.873000', '201336.875000', '201336.878000', '201336.881000', '201336.883000', '201336.886000', '201336.888000', '201336.891000', '201336.893000', '201336.896000', '201336.904000', '201336.906000', '201336.909000', '201336.912000', '201336.914000', '201336.917000', '201336.919000', '201336.922000', '201336.924000', '201336.927000', '201336.930000', '201336.932000', '201336.935000', '201336.937000', '201336.978000', '201356.825000', '201356.828000', '201356.831000', '201356.834000', '201356.836000', '201356.839000', '201356.841000', '201356.844000', '201356.846000', '201356.849000', '201356.852000', '201356.854000', '201356.857000', '201356.859000', '201356.862000', '201356.865000', '201356.867000', '201356.870000', '201356.873000', '201356.875000', '201356.878000', '201356.880000', '201356.883000', '201356.886000', '201356.888000', '201356.891000', '201356.893000', '201356.896000', '201356.898000', '201356.901000', '201356.904000', '201356.906000', '201356.909000', '201356.911000', '201356.914000', '201356.916000', '201356.919000', '201356.922000', '201356.924000', '201356.927000', '201356.930000', '201356.932000', '201356.935000', '201356.938000', '201416.825000', '201416.828000', '201416.831000', '201416.833000', '201416.836000', '201416.838000', '201416.841000', '201416.844000', '201416.846000', '201416.849000', '201416.851000', '201416.854000', '201416.857000', '201416.859000', '201416.862000', '201416.864000', '201416.867000', '201416.869000', '201416.872000', '201416.875000', '201416.877000', '201416.880000', '201416.882000', '201416.885000', '201416.887000', '201416.890000', '201416.893000', '201416.895000', '201416.898000', '201416.900000', '201416.903000', '201416.905000', '201416.908000', '201416.911000', '201416.913000', '201416.916000', '201416.919000', '201416.922000', '201416.925000', '201416.928000', '201416.930000', '201416.933000', '201416.936000', '201436.825000', '201436.828000', '201436.831000', '201436.834000', '201436.836000', '201436.839000', '201436.841000', '201436.844000', '201436.847000', '201436.849000', '201436.859000', '201436.861000', '201436.864000', '201436.867000', '201436.870000', '201436.872000', '201436.875000', '201436.877000', '201436.880000', '201436.883000', '201436.885000', '201436.888000', '201436.891000', '201436.893000', '201436.896000', '201436.898000', '201436.901000', '201436.904000', '201436.906000', '201436.909000', '201436.911000', '201436.914000', '201436.917000', '201436.919000', '201436.922000', '201436.924000', '201436.927000', '201436.930000', '201436.932000', '201436.935000', '201436.938000', '201436.941000', '201436.943000', '201436.946000', '201456.825000', '201456.828000', '201456.831000', '201456.833000', '201456.836000', '201456.839000', '201456.841000', '201456.844000', '201456.847000', '201456.849000', '201456.852000', '201456.854000', '201456.857000', '201456.860000', '201456.862000', '201456.865000', '201456.868000', '201456.870000', '201456.873000', '201456.875000', '201456.878000', '201456.881000', '201456.883000', '201456.886000', '201456.889000', '201456.891000', '201456.894000', '201456.896000', '201456.899000', '201456.901000', '201456.904000', '201456.907000', '201456.909000', '201456.912000', '201456.914000', '201456.917000', '201456.919000', '201456.922000', '201456.925000', '201456.927000', '201456.930000', '201456.933000', '201456.935000', '201516.825000', '201516.828000', '201516.831000', '201516.834000', '201516.836000', '201516.839000', '201516.841000', '201516.844000', '201516.846000', '201516.849000', '201516.852000', '201516.854000', '201516.857000', '201516.859000', '201516.862000', '201516.865000', '201516.867000', '201516.870000', '201516.872000', '201516.875000', '201516.877000', '201516.880000', '201516.883000', '201516.885000', '201516.888000', '201516.891000', '201516.893000', '201516.896000', '201516.898000', '201516.901000', '201516.903000', '201516.906000', '201516.909000', '201516.911000', '201516.914000', '201516.916000', '201516.919000', '201516.922000', '201516.937000', '201516.939000', '201516.942000', '201516.945000', '201516.947000', '201516.950000', '201536.826000', '201536.828000', '201536.831000', '201536.834000', '201536.836000', '201536.839000', '201536.841000', '201536.844000', '201536.847000', '201536.849000', '201536.852000', '201536.855000', '201536.857000', '201536.860000', '201536.862000', '201536.865000', '201536.867000', '201536.870000', '201536.873000', '201536.875000', '201536.878000', '201536.880000', '201536.883000', '201536.886000', '201536.888000', '201536.891000', '201536.894000', '201536.896000', '201536.899000', '201536.902000', '201536.904000', '201536.907000', '201536.909000', '201536.912000', '201536.915000', '201536.917000', '201536.920000', '201536.923000', '201536.925000', '201536.928000', '201536.930000', '201536.933000', '201536.935000', '201556.826000', '201556.829000', '201556.831000', '201556.834000', '201556.836000', '201556.839000', '201556.842000', '201556.844000', '201556.847000', '201556.850000', '201556.852000', '201556.855000', '201556.857000', '201556.860000', '201556.863000', '201556.865000', '201556.868000', '201556.871000', '201556.873000', '201556.876000', '201556.878000', '201556.881000', '201556.884000', '201556.886000', '201556.889000', '201556.891000', '201556.894000', '201556.896000', '201556.899000', '201556.902000', '201556.904000', '201556.907000', '201556.910000', '201556.912000', '201556.915000', '201556.917000', '201556.920000', '201556.923000', '201556.925000', '201556.928000', '201556.931000', '201556.934000', '201556.936000', '201556.939000', '201616.826000', '201616.829000', '201616.831000', '201616.834000', '201616.836000', '201616.839000', '201616.842000', '201616.844000', '201616.847000', '201616.850000', '201616.852000', '201616.855000', '201616.857000', '201616.860000', '201616.863000', '201616.865000', '201616.868000', '201616.871000', '201616.873000', '201616.876000', '201616.878000', '201616.881000', '201616.884000', '201616.886000', '201616.889000', '201616.892000', '201616.894000', '201616.897000', '201616.899000', '201616.902000', '201616.905000', '201616.907000', '201616.910000', '201616.913000', '201616.915000', '201616.918000', '201616.921000', '201616.923000', '201616.926000', '201616.928000', '201616.931000', '201616.934000', '201616.936000', '201636.825000', '201636.836000', '201636.839000', '201636.842000', '201636.844000', '201636.847000', '201636.850000', '201636.852000', '201636.855000', '201636.857000', '201636.860000', '201636.863000', '201636.865000', '201636.868000', '201636.870000', '201636.873000', '201636.876000', '201636.878000', '201636.881000', '201636.883000', '201636.886000', '201636.889000', '201636.891000', '201636.894000', '201636.896000', '201636.899000', '201636.902000', '201636.904000', '201636.907000', '201636.909000', '201636.912000', '201636.914000', '201636.917000', '201636.920000', '201636.922000', '201636.925000', '201636.927000', '201636.930000', '201636.933000', '201636.935000', '201636.938000', '201636.940000', '201636.943000', '201636.946000', '201656.825000', '201656.828000', '201656.831000', '201656.834000', '201656.836000', '201656.839000', '201656.842000', '201656.844000', '201656.847000', '201656.849000', '201656.852000', '201656.854000', '201656.857000', '201656.860000', '201656.862000', '201656.865000', '201656.867000', '201656.870000', '201656.873000', '201656.884000', '201656.886000', '201656.889000', '201656.891000', '201656.894000', '201656.897000', '201656.899000', '201656.902000', '201656.905000', '201656.907000', '201656.910000', '201656.912000', '201656.915000', '201656.918000', '201656.920000', '201656.923000', '201656.925000', '201656.928000', '201656.931000', '201656.933000', '201656.936000', '201656.938000', '201656.941000', '201656.944000', '201716.826000', '201716.829000', '201716.831000', '201716.834000', '201716.837000', '201716.839000', '201716.842000', '201716.844000', '201716.847000', '201716.850000', '201716.852000', '201716.855000', '201716.858000', '201716.860000', '201716.863000', '201716.865000', '201716.868000', '201716.871000', '201716.873000', '201716.876000', '201716.879000', '201716.881000', '201716.884000', '201716.886000', '201716.889000', '201716.892000', '201716.894000', '201716.897000', '201716.900000', '201716.902000', '201716.905000', '201716.907000', '201716.910000', '201716.913000', '201716.915000', '201716.918000', '201716.921000', '201716.923000', '201716.926000', '201716.928000', '201716.931000', '201716.934000', '201716.936000', '201716.939000', '201736.825000', '201736.828000', '201736.831000', '201736.834000', '201736.836000', '201736.839000', '201736.841000', '201736.844000', '201736.847000', '201736.849000', '201736.852000', '201736.854000', '201736.857000', '201736.860000', '201736.862000', '201736.865000', '201736.867000', '201736.870000', '201736.873000', '201736.875000', '201736.878000', '201736.880000', '201736.883000', '201736.886000', '201736.888000', '201736.891000', '201736.893000', '201736.896000', '201736.898000', '201736.901000', '201736.904000', '201736.906000', '201736.909000', '201736.911000', '201736.914000', '201736.917000', '201736.919000', '201736.922000', '201736.924000', '201736.927000', '201736.930000', '201736.932000', '201736.935000', '201756.825000', '201756.828000', '201756.831000', '201756.834000', '201756.836000', '201756.839000', '201756.842000', '201756.844000', '201756.847000', '201756.849000', '201756.852000', '201756.854000', '201756.857000', '201756.860000', '201756.862000', '201756.865000', '201756.867000', '201756.870000', '201756.873000', '201756.875000', '201756.878000', '201756.880000', '201756.883000', '201756.886000', '201756.888000', '201756.891000', '201756.893000', '201756.896000', '201756.899000', '201756.901000', '201756.904000', '201756.906000', '201756.909000', '201756.912000', '201756.914000', '201756.917000', '201756.919000', '201756.922000', '201756.925000', '201756.927000', '201756.930000', '201756.933000', '201756.935000', '201756.938000', '201816.826000', '201816.829000', '201816.831000', '201816.834000', '201816.836000', '201816.839000', '201816.842000', '201816.844000', '201816.847000', '201816.850000', '201816.852000', '201816.855000', '201816.857000', '201816.860000', '201816.863000', '201816.865000', '201816.868000', '201816.871000', '201816.873000', '201816.876000', '201816.879000', '201816.883000', '201816.896000', '201816.899000', '201816.901000', '201816.904000', '201816.907000', '201816.909000', '201816.912000', '201816.914000', '201816.917000', '201816.920000', '201816.922000', '201816.925000', '201816.928000', '201816.930000', '201816.933000', '201816.935000', '201816.938000', '201816.940000', '201816.943000', '201816.945000', '201816.948000', '201836.825000', '201836.845000', '201836.848000', '201836.850000', '201836.853000', '201836.855000', '201836.858000', '201836.861000', '201836.863000', '201836.866000', '201836.868000', '201836.871000', '201836.873000', '201836.876000', '201836.879000', '201836.881000', '201836.884000', '201836.887000', '201836.889000', '201836.892000', '201836.895000', '201836.897000', '201836.900000', '201836.902000', '201836.911000', '201836.913000', '201836.916000', '201836.919000', '201836.922000', '201836.928000', '201836.930000', '201836.933000', '201836.936000', '201836.938000', '201836.941000', '201836.943000', '201836.946000', '201836.949000', '201836.951000', '201836.954000', '201836.956000', '201836.959000', '201836.962000', '201836.964000', '201856.825000', '201856.828000', '201856.831000', '201856.834000', '201856.836000', '201856.839000', '201856.841000', '201856.844000', '201856.847000', '201856.849000', '201856.852000', '201856.854000', '201856.857000', '201856.860000', '201856.862000', '201856.865000', '201856.867000', '201856.870000', '201856.873000', '201856.875000', '201856.878000', '201856.880000', '201856.883000', '201856.886000', '201856.888000', '201856.891000', '201856.894000', '201856.896000', '201856.899000', '201856.902000', '201856.904000', '201856.907000', '201856.910000', '201856.912000', '201856.915000', '201856.918000', '201856.920000', '201856.923000', '201856.925000', '201856.928000', '201856.930000', '201856.933000', '201856.936000', '201916.825000', '201916.837000', '201916.840000', '201916.843000', '201916.845000', '201916.848000', '201916.851000', '201916.853000', '201916.856000', '201916.858000', '201916.861000', '201916.864000', '201916.866000', '201916.869000', '201916.871000', '201916.874000', '201916.877000', '201916.879000', '201916.882000', '201916.884000', '201916.887000', '201916.889000', '201916.892000', '201916.895000', '201916.897000', '201916.900000', '201916.902000', '201916.905000', '201916.908000', '201916.910000', '201916.913000', '201916.915000', '201916.918000', '201916.921000', '201916.923000', '201916.926000', '201916.928000', '201916.931000', '201916.933000', '201916.936000', '201916.939000', '201916.941000', '201916.944000', '201936.826000', '201936.828000', '201936.831000', '201936.834000', '201936.836000', '201936.839000', '201936.857000', '201936.859000', '201936.862000', '201936.865000', '201936.867000', '201936.870000', '201936.872000', '201936.875000', '201936.878000', '201936.880000', '201936.883000', '201936.885000', '201936.888000', '201936.891000', '201936.893000', '201936.896000', '201936.898000', '201936.901000', '201936.903000', '201936.906000', '201936.909000', '201936.911000', '201936.914000', '201936.916000', '201936.919000', '201936.922000', '201936.924000', '201936.927000', '201936.933000', '201936.936000', '201936.939000', '201936.941000', '201936.944000', '201936.947000', '201936.949000', '201936.952000', '201936.955000', '201936.957000', '201956.826000', '201956.881000', '201956.883000', '201956.886000', '201956.889000', '201956.891000', '201956.894000', '201956.897000', '201956.899000', '201956.902000', '201956.904000', '201956.907000', '201956.910000', '201956.913000', '201956.916000', '201956.918000', '201956.921000', '201956.924000', '201956.926000', '201956.929000', '201956.932000', '201956.934000', '201956.937000', '201956.939000', '201956.942000', '201956.944000', '201956.947000', '201956.950000', '201956.952000', '201956.955000', '201956.957000', '201956.960000', '201956.963000', '201956.965000', '201956.968000', '201956.970000', '201956.973000', '201956.975000', '201956.978000', '201956.980000', '201956.983000', '201956.986000', '201956.988000', '202016.826000', '202016.829000', '202016.831000', '202016.834000', '202016.837000', '202016.839000', '202016.842000', '202016.844000', '202016.847000', '202016.849000', '202016.852000', '202016.855000', '202016.857000', '202016.860000', '202016.863000', '202016.865000', '202016.868000', '202016.871000', '202016.873000', '202016.876000', '202016.878000', '202016.881000', '202016.884000', '202016.886000', '202016.889000', '202016.892000', '202016.894000', '202016.897000', '202016.899000', '202016.902000', '202016.904000', '202016.907000', '202016.910000', '202016.912000', '202016.915000', '202016.917000', '202016.920000', '202016.923000', '202016.925000', '202016.928000', '202016.931000', '202016.933000', '202016.936000', '202016.938000', '202036.826000', '202036.868000', '202036.870000', '202036.873000', '202036.876000', '202036.878000', '202036.881000', '202036.883000', '202036.886000', '202036.889000', '202036.891000', '202036.894000', '202036.896000', '202036.899000', '202036.902000', '202036.905000', '202036.907000', '202036.910000', '202036.912000', '202036.915000', '202036.917000', '202036.920000', '202036.923000', '202036.925000', '202036.928000', '202036.931000', '202036.933000', '202036.936000', '202036.938000', '202036.941000', '202036.944000', '202036.946000', '202036.949000', '202036.951000', '202036.954000', '202036.956000', '202036.959000', '202036.962000', '202036.964000', '202036.967000', '202036.969000', '202036.972000', '202036.975000', '202056.826000', '202056.901000', '202056.904000', '202056.906000', '202056.909000', '202056.912000', '202056.914000', '202056.917000', '202056.919000', '202056.922000', '202056.925000', '202056.927000', '202056.930000', '202056.933000', '202056.935000', '202056.938000', '202056.940000', '202056.943000', '202056.946000', '202056.948000', '202056.951000', '202056.953000', '202056.956000', '202056.958000', '202056.961000', '202056.964000', '202056.967000', '202056.969000', '202056.972000', '202056.974000', '202056.977000', '202056.979000', '202056.982000', '202056.985000', '202056.987000', '202056.990000', '202056.992000', '202056.995000', '202056.998000', '202057.001000', '202057.004000', '202057.007000', '202057.009000', '202057.012000', '202116.826000', '202116.829000', '202116.831000', '202116.834000', '202116.836000', '202116.839000', '202116.842000', '202116.845000', '202116.848000', '202116.850000', '202116.853000', '202116.856000', '202116.859000', '202116.861000', '202116.864000', '202116.867000', '202116.869000', '202116.872000', '202116.875000', '202116.877000', '202116.880000', '202116.882000', '202116.885000', '202116.888000', '202116.890000', '202116.893000', '202116.895000', '202116.898000', '202116.902000', '202116.905000', '202116.907000', '202116.910000', '202116.912000', '202116.915000', '202116.918000', '202116.920000', '202116.923000', '202116.926000', '202116.928000', '202116.931000', '202116.933000', '202116.936000', '202116.938000', '202136.826000', '202136.848000', '202136.851000', '202136.853000', '202136.856000', '202136.859000', '202136.861000', '202136.864000', '202136.866000', '202136.869000', '202136.872000', '202136.874000', '202136.877000', '202136.879000', '202136.882000', '202136.885000', '202136.887000', '202136.890000', '202136.893000', '202136.895000', '202136.898000', '202136.901000', '202136.903000', '202136.906000', '202136.908000', '202136.911000', '202136.914000', '202136.916000', '202136.919000', '202136.921000', '202136.924000', '202136.927000', '202136.929000', '202136.932000', '202136.934000', '202136.937000', '202136.940000', '202136.942000', '202136.945000', '202136.948000', '202136.950000', '202136.953000', '202136.955000', '202136.958000', '202156.825000', '202156.863000', '202156.865000', '202156.868000', '202156.870000', '202156.873000', '202156.876000', '202156.878000', '202156.881000', '202156.883000', '202156.886000', '202156.889000', '202156.891000', '202156.894000', '202156.896000', '202156.899000', '202156.901000', '202156.904000', '202156.906000', '202156.909000', '202156.912000', '202156.914000', '202156.917000', '202156.920000', '202156.922000', '202156.925000', '202156.927000', '202156.930000', '202156.933000', '202156.935000', '202156.938000', '202156.940000', '202156.943000', '202156.945000', '202156.948000', '202156.951000', '202156.953000', '202156.956000', '202156.958000', '202156.961000', '202156.964000', '202156.966000', '202156.969000', '202216.826000', '202216.829000', '202216.831000', '202216.834000', '202216.836000', '202216.839000', '202216.842000', '202216.844000', '202216.847000', '202216.849000', '202216.852000', '202216.855000', '202216.857000', '202216.860000', '202216.862000', '202216.865000', '202216.868000', '202216.870000', '202216.873000', '202216.876000', '202216.879000', '202216.881000', '202216.884000', '202216.886000', '202216.889000', '202216.892000', '202216.894000', '202216.897000', '202216.899000', '202216.902000', '202216.905000', '202216.907000', '202216.910000', '202216.912000', '202216.926000', '202216.929000', '202216.931000', '202216.934000', '202216.937000', '202216.939000', '202216.942000', '202216.944000', '202216.947000', '202216.950000', '202227.708000', '202227.711000', '202227.714000', '202227.717000', '202227.719000', '202227.722000', '202227.725000', '202227.728000', '202227.731000', '202227.735000', '202227.738000', '202227.741000', '202227.743000', '202227.746000', '202227.749000', '202227.751000', '202227.755000', '202227.758000', '202227.761000', '202227.763000', '202227.766000', '202227.769000', '202227.772000', '202227.775000'], 'InstanceCreationTime': ['201256.873000', '201256.876000', '201256.879000', '201256.882000', '201256.884000', '201256.893000', '201256.895000', '201256.898000', '201256.901000', '201256.912000', '201256.914000', '201256.923000', '201256.925000', '201256.928000', '201256.931000', '201256.933000', '201256.936000', '201256.939000', '201256.941000', '201256.944000', '201256.946000', '201256.949000', '201256.951000', '201256.954000', '201256.956000', '201256.959000', '201316.825000', '201316.828000', '201316.831000', '201316.833000', '201316.836000', '201316.839000', '201316.841000', '201316.844000', '201316.846000', '201316.849000', '201316.851000', '201316.854000', '201316.856000', '201316.859000', '201316.861000', '201316.864000', '201316.867000', '201316.869000', '201316.872000', '201316.874000', '201316.877000', '201316.896000', '201316.899000', '201316.901000', '201316.904000', '201316.923000', '201316.925000', '201316.928000', '201316.930000', '201316.933000', '201316.936000', '201316.938000', '201316.941000', '201316.943000', '201316.946000', '201316.948000', '201316.951000', '201316.953000', '201316.956000', '201316.959000', '201316.961000', '201316.964000', '201316.966000', '201316.969000', '201336.826000', '201336.828000', '201336.831000', '201336.834000', '201336.836000', '201336.839000', '201336.841000', '201336.844000', '201336.846000', '201336.849000', '201336.851000', '201336.854000', '201336.857000', '201336.860000', '201336.862000', '201336.865000', '201336.868000', '201336.870000', '201336.873000', '201336.875000', '201336.878000', '201336.881000', '201336.883000', '201336.886000', '201336.888000', '201336.891000', '201336.893000', '201336.896000', '201336.904000', '201336.906000', '201336.909000', '201336.912000', '201336.914000', '201336.917000', '201336.919000', '201336.922000', '201336.924000', '201336.927000', '201336.930000', '201336.932000', '201336.935000', '201336.937000', '201336.978000', '201356.825000', '201356.828000', '201356.831000', '201356.834000', '201356.836000', '201356.839000', '201356.841000', '201356.844000', '201356.846000', '201356.849000', '201356.852000', '201356.854000', '201356.857000', '201356.859000', '201356.862000', '201356.865000', '201356.867000', '201356.870000', '201356.873000', '201356.875000', '201356.878000', '201356.880000', '201356.883000', '201356.886000', '201356.888000', '201356.891000', '201356.893000', '201356.896000', '201356.898000', '201356.901000', '201356.904000', '201356.906000', '201356.909000', '201356.911000', '201356.914000', '201356.916000', '201356.919000', '201356.922000', '201356.924000', '201356.927000', '201356.930000', '201356.932000', '201356.935000', '201356.938000', '201416.825000', '201416.828000', '201416.831000', '201416.833000', '201416.836000', '201416.838000', '201416.841000', '201416.844000', '201416.846000', '201416.849000', '201416.851000', '201416.854000', '201416.857000', '201416.859000', '201416.862000', '201416.864000', '201416.867000', '201416.869000', '201416.872000', '201416.875000', '201416.877000', '201416.880000', '201416.882000', '201416.885000', '201416.887000', '201416.890000', '201416.893000', '201416.895000', '201416.898000', '201416.900000', '201416.903000', '201416.905000', '201416.908000', '201416.911000', '201416.913000', '201416.916000', '201416.919000', '201416.922000', '201416.925000', '201416.928000', '201416.930000', '201416.933000', '201416.936000', '201436.825000', '201436.828000', '201436.831000', '201436.834000', '201436.836000', '201436.839000', '201436.841000', '201436.844000', '201436.847000', '201436.849000', '201436.859000', '201436.861000', '201436.864000', '201436.867000', '201436.870000', '201436.872000', '201436.875000', '201436.877000', '201436.880000', '201436.883000', '201436.885000', '201436.888000', '201436.891000', '201436.893000', '201436.896000', '201436.898000', '201436.901000', '201436.904000', '201436.906000', '201436.909000', '201436.911000', '201436.914000', '201436.917000', '201436.919000', '201436.922000', '201436.924000', '201436.927000', '201436.930000', '201436.932000', '201436.935000', '201436.938000', '201436.941000', '201436.943000', '201436.946000', '201456.825000', '201456.828000', '201456.831000', '201456.833000', '201456.836000', '201456.839000', '201456.841000', '201456.844000', '201456.847000', '201456.849000', '201456.852000', '201456.854000', '201456.857000', '201456.860000', '201456.862000', '201456.865000', '201456.868000', '201456.870000', '201456.873000', '201456.875000', '201456.878000', '201456.881000', '201456.883000', '201456.886000', '201456.889000', '201456.891000', '201456.894000', '201456.896000', '201456.899000', '201456.901000', '201456.904000', '201456.907000', '201456.909000', '201456.912000', '201456.914000', '201456.917000', '201456.919000', '201456.922000', '201456.925000', '201456.927000', '201456.930000', '201456.933000', '201456.935000', '201516.825000', '201516.828000', '201516.831000', '201516.834000', '201516.836000', '201516.839000', '201516.841000', '201516.844000', '201516.846000', '201516.849000', '201516.852000', '201516.854000', '201516.857000', '201516.859000', '201516.862000', '201516.865000', '201516.867000', '201516.870000', '201516.872000', '201516.875000', '201516.877000', '201516.880000', '201516.883000', '201516.885000', '201516.888000', '201516.891000', '201516.893000', '201516.896000', '201516.898000', '201516.901000', '201516.903000', '201516.906000', '201516.909000', '201516.911000', '201516.914000', '201516.916000', '201516.919000', '201516.922000', '201516.937000', '201516.939000', '201516.942000', '201516.945000', '201516.947000', '201516.950000', '201536.826000', '201536.828000', '201536.831000', '201536.834000', '201536.836000', '201536.839000', '201536.841000', '201536.844000', '201536.847000', '201536.849000', '201536.852000', '201536.855000', '201536.857000', '201536.860000', '201536.862000', '201536.865000', '201536.867000', '201536.870000', '201536.873000', '201536.875000', '201536.878000', '201536.880000', '201536.883000', '201536.886000', '201536.888000', '201536.891000', '201536.894000', '201536.896000', '201536.899000', '201536.902000', '201536.904000', '201536.907000', '201536.909000', '201536.912000', '201536.915000', '201536.917000', '201536.920000', '201536.923000', '201536.925000', '201536.928000', '201536.930000', '201536.933000', '201536.935000', '201556.826000', '201556.829000', '201556.831000', '201556.834000', '201556.836000', '201556.839000', '201556.842000', '201556.844000', '201556.847000', '201556.850000', '201556.852000', '201556.855000', '201556.857000', '201556.860000', '201556.863000', '201556.865000', '201556.868000', '201556.871000', '201556.873000', '201556.876000', '201556.878000', '201556.881000', '201556.884000', '201556.886000', '201556.889000', '201556.891000', '201556.894000', '201556.896000', '201556.899000', '201556.902000', '201556.904000', '201556.907000', '201556.910000', '201556.912000', '201556.915000', '201556.917000', '201556.920000', '201556.923000', '201556.925000', '201556.928000', '201556.931000', '201556.934000', '201556.936000', '201556.939000', '201616.826000', '201616.829000', '201616.831000', '201616.834000', '201616.836000', '201616.839000', '201616.842000', '201616.844000', '201616.847000', '201616.850000', '201616.852000', '201616.855000', '201616.857000', '201616.860000', '201616.863000', '201616.865000', '201616.868000', '201616.871000', '201616.873000', '201616.876000', '201616.878000', '201616.881000', '201616.884000', '201616.886000', '201616.889000', '201616.892000', '201616.894000', '201616.897000', '201616.899000', '201616.902000', '201616.905000', '201616.907000', '201616.910000', '201616.913000', '201616.915000', '201616.918000', '201616.921000', '201616.923000', '201616.926000', '201616.928000', '201616.931000', '201616.934000', '201616.936000', '201636.825000', '201636.836000', '201636.839000', '201636.842000', '201636.844000', '201636.847000', '201636.850000', '201636.852000', '201636.855000', '201636.857000', '201636.860000', '201636.863000', '201636.865000', '201636.868000', '201636.870000', '201636.873000', '201636.876000', '201636.878000', '201636.881000', '201636.883000', '201636.886000', '201636.889000', '201636.891000', '201636.894000', '201636.896000', '201636.899000', '201636.902000', '201636.904000', '201636.907000', '201636.909000', '201636.912000', '201636.914000', '201636.917000', '201636.920000', '201636.922000', '201636.925000', '201636.927000', '201636.930000', '201636.933000', '201636.935000', '201636.938000', '201636.940000', '201636.943000', '201636.946000', '201656.825000', '201656.828000', '201656.831000', '201656.834000', '201656.836000', '201656.839000', '201656.842000', '201656.844000', '201656.847000', '201656.849000', '201656.852000', '201656.854000', '201656.857000', '201656.860000', '201656.862000', '201656.865000', '201656.867000', '201656.870000', '201656.873000', '201656.884000', '201656.886000', '201656.889000', '201656.891000', '201656.894000', '201656.897000', '201656.899000', '201656.902000', '201656.905000', '201656.907000', '201656.910000', '201656.912000', '201656.915000', '201656.918000', '201656.920000', '201656.923000', '201656.925000', '201656.928000', '201656.931000', '201656.933000', '201656.936000', '201656.938000', '201656.941000', '201656.944000', '201716.826000', '201716.829000', '201716.831000', '201716.834000', '201716.837000', '201716.839000', '201716.842000', '201716.844000', '201716.847000', '201716.850000', '201716.852000', '201716.855000', '201716.858000', '201716.860000', '201716.863000', '201716.865000', '201716.868000', '201716.871000', '201716.873000', '201716.876000', '201716.879000', '201716.881000', '201716.884000', '201716.886000', '201716.889000', '201716.892000', '201716.894000', '201716.897000', '201716.900000', '201716.902000', '201716.905000', '201716.907000', '201716.910000', '201716.913000', '201716.915000', '201716.918000', '201716.921000', '201716.923000', '201716.926000', '201716.928000', '201716.931000', '201716.934000', '201716.936000', '201716.939000', '201736.825000', '201736.828000', '201736.831000', '201736.834000', '201736.836000', '201736.839000', '201736.841000', '201736.844000', '201736.847000', '201736.849000', '201736.852000', '201736.854000', '201736.857000', '201736.860000', '201736.862000', '201736.865000', '201736.867000', '201736.870000', '201736.873000', '201736.875000', '201736.878000', '201736.880000', '201736.883000', '201736.886000', '201736.888000', '201736.891000', '201736.893000', '201736.896000', '201736.898000', '201736.901000', '201736.904000', '201736.906000', '201736.909000', '201736.911000', '201736.914000', '201736.917000', '201736.919000', '201736.922000', '201736.924000', '201736.927000', '201736.930000', '201736.932000', '201736.935000', '201756.825000', '201756.828000', '201756.831000', '201756.834000', '201756.836000', '201756.839000', '201756.842000', '201756.844000', '201756.847000', '201756.849000', '201756.852000', '201756.854000', '201756.857000', '201756.860000', '201756.862000', '201756.865000', '201756.867000', '201756.870000', '201756.873000', '201756.875000', '201756.878000', '201756.880000', '201756.883000', '201756.886000', '201756.888000', '201756.891000', '201756.893000', '201756.896000', '201756.899000', '201756.901000', '201756.904000', '201756.906000', '201756.909000', '201756.912000', '201756.914000', '201756.917000', '201756.919000', '201756.922000', '201756.925000', '201756.927000', '201756.930000', '201756.933000', '201756.935000', '201756.938000', '201816.826000', '201816.829000', '201816.831000', '201816.834000', '201816.836000', '201816.839000', '201816.842000', '201816.844000', '201816.847000', '201816.850000', '201816.852000', '201816.855000', '201816.857000', '201816.860000', '201816.863000', '201816.865000', '201816.868000', '201816.871000', '201816.873000', '201816.876000', '201816.879000', '201816.883000', '201816.896000', '201816.899000', '201816.901000', '201816.904000', '201816.907000', '201816.909000', '201816.912000', '201816.914000', '201816.917000', '201816.920000', '201816.922000', '201816.925000', '201816.928000', '201816.930000', '201816.933000', '201816.935000', '201816.938000', '201816.940000', '201816.943000', '201816.945000', '201816.948000', '201836.825000', '201836.845000', '201836.848000', '201836.850000', '201836.853000', '201836.855000', '201836.858000', '201836.861000', '201836.863000', '201836.866000', '201836.868000', '201836.871000', '201836.873000', '201836.876000', '201836.879000', '201836.881000', '201836.884000', '201836.887000', '201836.889000', '201836.892000', '201836.895000', '201836.897000', '201836.900000', '201836.902000', '201836.911000', '201836.913000', '201836.916000', '201836.919000', '201836.922000', '201836.928000', '201836.930000', '201836.933000', '201836.936000', '201836.938000', '201836.941000', '201836.943000', '201836.946000', '201836.949000', '201836.951000', '201836.954000', '201836.956000', '201836.959000', '201836.962000', '201836.964000', '201856.825000', '201856.828000', '201856.831000', '201856.834000', '201856.836000', '201856.839000', '201856.841000', '201856.844000', '201856.847000', '201856.849000', '201856.852000', '201856.854000', '201856.857000', '201856.860000', '201856.862000', '201856.865000', '201856.867000', '201856.870000', '201856.873000', '201856.875000', '201856.878000', '201856.880000', '201856.883000', '201856.886000', '201856.888000', '201856.891000', '201856.894000', '201856.896000', '201856.899000', '201856.902000', '201856.904000', '201856.907000', '201856.910000', '201856.912000', '201856.915000', '201856.918000', '201856.920000', '201856.923000', '201856.925000', '201856.928000', '201856.930000', '201856.933000', '201856.936000', '201916.825000', '201916.837000', '201916.840000', '201916.843000', '201916.845000', '201916.848000', '201916.851000', '201916.853000', '201916.856000', '201916.858000', '201916.861000', '201916.864000', '201916.866000', '201916.869000', '201916.871000', '201916.874000', '201916.877000', '201916.879000', '201916.882000', '201916.884000', '201916.887000', '201916.889000', '201916.892000', '201916.895000', '201916.897000', '201916.900000', '201916.902000', '201916.905000', '201916.908000', '201916.910000', '201916.913000', '201916.915000', '201916.918000', '201916.921000', '201916.923000', '201916.926000', '201916.928000', '201916.931000', '201916.933000', '201916.936000', '201916.939000', '201916.941000', '201916.944000', '201936.826000', '201936.828000', '201936.831000', '201936.834000', '201936.836000', '201936.839000', '201936.857000', '201936.859000', '201936.862000', '201936.865000', '201936.867000', '201936.870000', '201936.872000', '201936.875000', '201936.878000', '201936.880000', '201936.883000', '201936.885000', '201936.888000', '201936.891000', '201936.893000', '201936.896000', '201936.898000', '201936.901000', '201936.903000', '201936.906000', '201936.909000', '201936.911000', '201936.914000', '201936.916000', '201936.919000', '201936.922000', '201936.924000', '201936.927000', '201936.933000', '201936.936000', '201936.939000', '201936.941000', '201936.944000', '201936.947000', '201936.949000', '201936.952000', '201936.955000', '201936.957000', '201956.826000', '201956.881000', '201956.883000', '201956.886000', '201956.889000', '201956.891000', '201956.894000', '201956.897000', '201956.899000', '201956.902000', '201956.904000', '201956.907000', '201956.910000', '201956.913000', '201956.916000', '201956.918000', '201956.921000', '201956.924000', '201956.926000', '201956.929000', '201956.932000', '201956.934000', '201956.937000', '201956.939000', '201956.942000', '201956.944000', '201956.947000', '201956.950000', '201956.952000', '201956.955000', '201956.957000', '201956.960000', '201956.963000', '201956.965000', '201956.968000', '201956.970000', '201956.973000', '201956.975000', '201956.978000', '201956.980000', '201956.983000', '201956.986000', '201956.988000', '202016.826000', '202016.829000', '202016.831000', '202016.834000', '202016.837000', '202016.839000', '202016.842000', '202016.844000', '202016.847000', '202016.849000', '202016.852000', '202016.855000', '202016.857000', '202016.860000', '202016.863000', '202016.865000', '202016.868000', '202016.871000', '202016.873000', '202016.876000', '202016.878000', '202016.881000', '202016.884000', '202016.886000', '202016.889000', '202016.892000', '202016.894000', '202016.897000', '202016.899000', '202016.902000', '202016.904000', '202016.907000', '202016.910000', '202016.912000', '202016.915000', '202016.917000', '202016.920000', '202016.923000', '202016.925000', '202016.928000', '202016.931000', '202016.933000', '202016.936000', '202016.938000', '202036.826000', '202036.868000', '202036.870000', '202036.873000', '202036.876000', '202036.878000', '202036.881000', '202036.883000', '202036.886000', '202036.889000', '202036.891000', '202036.894000', '202036.896000', '202036.899000', '202036.902000', '202036.905000', '202036.907000', '202036.910000', '202036.912000', '202036.915000', '202036.917000', '202036.920000', '202036.923000', '202036.925000', '202036.928000', '202036.931000', '202036.933000', '202036.936000', '202036.938000', '202036.941000', '202036.944000', '202036.946000', '202036.949000', '202036.951000', '202036.954000', '202036.956000', '202036.959000', '202036.962000', '202036.964000', '202036.967000', '202036.969000', '202036.972000', '202036.975000', '202056.826000', '202056.901000', '202056.904000', '202056.906000', '202056.909000', '202056.912000', '202056.914000', '202056.917000', '202056.919000', '202056.922000', '202056.925000', '202056.927000', '202056.930000', '202056.933000', '202056.935000', '202056.938000', '202056.940000', '202056.943000', '202056.946000', '202056.948000', '202056.951000', '202056.953000', '202056.956000', '202056.958000', '202056.961000', '202056.964000', '202056.967000', '202056.969000', '202056.972000', '202056.974000', '202056.977000', '202056.979000', '202056.982000', '202056.985000', '202056.987000', '202056.990000', '202056.992000', '202056.995000', '202056.998000', '202057.001000', '202057.004000', '202057.007000', '202057.009000', '202057.012000', '202116.826000', '202116.829000', '202116.831000', '202116.834000', '202116.836000', '202116.839000', '202116.842000', '202116.845000', '202116.848000', '202116.850000', '202116.853000', '202116.856000', '202116.859000', '202116.861000', '202116.864000', '202116.867000', '202116.869000', '202116.872000', '202116.875000', '202116.877000', '202116.880000', '202116.882000', '202116.885000', '202116.888000', '202116.890000', '202116.893000', '202116.895000', '202116.898000', '202116.902000', '202116.905000', '202116.907000', '202116.910000', '202116.912000', '202116.915000', '202116.918000', '202116.920000', '202116.923000', '202116.926000', '202116.928000', '202116.931000', '202116.933000', '202116.936000', '202116.938000', '202136.826000', '202136.848000', '202136.851000', '202136.853000', '202136.856000', '202136.859000', '202136.861000', '202136.864000', '202136.866000', '202136.869000', '202136.872000', '202136.874000', '202136.877000', '202136.879000', '202136.882000', '202136.885000', '202136.887000', '202136.890000', '202136.893000', '202136.895000', '202136.898000', '202136.901000', '202136.903000', '202136.906000', '202136.908000', '202136.911000', '202136.914000', '202136.916000', '202136.919000', '202136.921000', '202136.924000', '202136.927000', '202136.929000', '202136.932000', '202136.934000', '202136.937000', '202136.940000', '202136.942000', '202136.945000', '202136.948000', '202136.950000', '202136.953000', '202136.955000', '202136.958000', '202156.825000', '202156.863000', '202156.865000', '202156.868000', '202156.870000', '202156.873000', '202156.876000', '202156.878000', '202156.881000', '202156.883000', '202156.886000', '202156.889000', '202156.891000', '202156.894000', '202156.896000', '202156.899000', '202156.901000', '202156.904000', '202156.906000', '202156.909000', '202156.912000', '202156.914000', '202156.917000', '202156.920000', '202156.922000', '202156.925000', '202156.927000', '202156.930000', '202156.933000', '202156.935000', '202156.938000', '202156.940000', '202156.943000', '202156.945000', '202156.948000', '202156.951000', '202156.953000', '202156.956000', '202156.958000', '202156.961000', '202156.964000', '202156.966000', '202156.969000', '202216.826000', '202216.829000', '202216.831000', '202216.834000', '202216.836000', '202216.839000', '202216.842000', '202216.844000', '202216.847000', '202216.849000', '202216.852000', '202216.855000', '202216.857000', '202216.860000', '202216.862000', '202216.865000', '202216.868000', '202216.870000', '202216.873000', '202216.876000', '202216.879000', '202216.881000', '202216.884000', '202216.886000', '202216.889000', '202216.892000', '202216.894000', '202216.897000', '202216.899000', '202216.902000', '202216.905000', '202216.907000', '202216.910000', '202216.912000', '202216.926000', '202216.929000', '202216.931000', '202216.934000', '202216.937000', '202216.939000', '202216.942000', '202216.944000', '202216.947000', '202216.950000', '202227.708000', '202227.711000', '202227.714000', '202227.717000', '202227.719000', '202227.722000', '202227.725000', '202227.728000', '202227.731000', '202227.735000', '202227.738000', '202227.741000', '202227.743000', '202227.746000', '202227.749000', '202227.751000', '202227.755000', '202227.758000', '202227.761000', '202227.763000', '202227.766000', '202227.769000', '202227.772000', '202227.775000'], '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': [11134, 9796, 15236, 11554, 15661, 9961, 14518, 9481, 12310, 9261, 12062, 9869, 10402, 8714, 9327, 13281, 9187, 11665, 9213, 10549, 9043, 9407, 8689, 9265, 8888, 9076, 8631, 9862, 13509, 9486, 11471, 9906, 9122, 12937, 9411, 12044, 9766, 10516, 9773, 13027, 9717, 14528, 9445, 11658, 10050, 9530, 8722, 9690, 13873, 9563, 14371, 9271, 11126, 9656, 10593, 8751, 9777, 8665, 9294, 12850, 9089, 11830, 9262, 11680, 8914, 9108, 8822, 9465, 12928, 9845, 12367, 9638, 9375, 9657, 9712, 14310, 9560, 13701, 10146, 11451, 9170, 9420, 8274, 8986, 12600, 9084, 12141, 9275, 11731, 8950, 10992, 9153, 12747, 9292, 12290, 9790, 8792, 9384, 8794, 9637, 15869, 9465, 14246, 9457, 12018, 9909, 9358, 8281, 9345, 14107, 9222, 13702, 9226, 10456, 9673, 10100, 8666, 9086, 9100, 9271, 14248, 8988, 12629, 9591, 12174, 8798, 9003, 9145, 9166, 9743, 9370, 9629, 9650, 8813, 9067, 8674, 9426, 11276, 9732, 12729, 9785, 11781, 10576, 10436, 15096, 9658, 10029, 9887, 8515, 9537, 16112, 9263, 14299, 9676, 12916, 9276, 13772, 9583, 15035, 9330, 10154, 9813, 9460, 8915, 9482, 9606, 13794, 9460, 9329, 11370, 9714, 12784, 9295, 14256, 10353, 13825, 9752, 11403, 9831, 10483, 9575, 11113, 9644, 8920, 9184, 9730, 9371, 10059, 9011, 10644, 9227, 9414, 13167, 8987, 8629, 9403, 8510, 9318, 15543, 9796, 14538, 9289, 15363, 11059, 11633, 8704, 8856, 9732, 8574, 10461, 8743, 12865, 8501, 11367, 8180, 10113, 8454, 11441, 8669, 12386, 8262, 12233, 8218, 12080, 8443, 13656, 9403, 14212, 8390, 9882, 8765, 10334, 9038, 12620, 9179, 12057, 8916, 10708, 8666, 10820, 8959, 12938, 8766, 11307, 8897, 11373, 8974, 12452, 9397, 13873, 8564, 10512, 8431, 10270, 8829, 11860, 8952, 11549, 8405, 9830, 8786, 11249, 9202, 11065, 9663, 9649, 8640, 10193, 8403, 10936, 8550, 9336, 8103, 9262, 9972, 9351, 12244, 9364, 11741, 9102, 11813, 9073, 11722, 9741, 11828, 8766, 10599, 8551, 11240, 9049, 11405, 9182, 10036, 8674, 10548, 8205, 10955, 8486, 9370, 9066, 9299, 12456, 9078, 11785, 9235, 10680, 9297, 9084, 11361, 8747, 11242, 9285, 11884, 9333, 14628, 10549, 15456, 9371, 13038, 8871, 11136, 9426, 12483, 9216, 11951, 8959, 9874, 9288, 9563, 9182, 10539, 9077, 8967, 8855, 8990, 8802, 9360, 12981, 9437, 12920, 9301, 12486, 9462, 11670, 9745, 13843, 9590, 12142, 9480, 9868, 9349, 9672, 9394, 10192, 10648, 9126, 12029, 9349, 11646, 9135, 11316, 9313, 11711, 9155, 10231, 9470, 9533, 9254, 11447, 11192, 10833, 11215, 9308, 13110, 9123, 13441, 10165, 13698, 9796, 13164, 8296, 11827, 8569, 12167, 8703, 12939, 8593, 10770, 8603, 10673, 10019, 11632, 10759, 9744, 9434, 9040, 9805, 8896, 10947, 10268, 8766, 11781, 8728, 15131, 11072, 14603, 9079, 13281, 8857, 13464, 9668, 13719, 10603, 15061, 9319, 11951, 8196, 10377, 8393, 10692, 8941, 11423, 8742, 9556, 8469, 9028, 10721, 8880, 13778, 10220, 13370, 8609, 12126, 8362, 11572, 8633, 12550, 8622, 10756, 9743, 9046, 13989, 9106, 13440, 10474, 14100, 8953, 12213, 8590, 11722, 8688, 12096, 9284, 9865, 11450, 9252, 13766, 9095, 13811, 10765, 12338, 8739, 11650, 8654, 11843, 8267, 12643, 7972, 10957, 8185, 10186, 12977, 8951, 14280, 9667, 11025, 10378, 9850, 13525, 9224, 13024, 9175, 12958, 9529, 13600, 10814, 14895, 9703, 13272, 8263, 10839, 14377, 10679, 15545, 12153, 14247, 9689, 12626, 8858, 12446, 8399, 13249, 7988, 10948, 7747, 10913, 9547, 11614, 12000, 10696, 14014, 9405, 14158, 10125, 14652, 11274, 13467, 9458, 12359, 9448, 12699, 9628, 13569, 10787, 10202, 14344, 9605, 13461, 10795, 12878, 9101, 11391, 8624, 11510, 8019, 12553, 8659, 11672, 7758, 9612, 8072, 9788, 8737, 9288, 10496, 10406, 8033, 14586, 11005, 14115, 9159, 13458, 9457, 14655, 10956, 14815, 10440, 12784, 8687, 11418, 9293, 11181, 14784, 9262, 13725, 8866, 11617, 8362, 11396, 8325, 10991, 8828, 11056, 10829, 11281, 8162, 9422, 8572, 9179, 14114, 10359, 15579, 10676, 13695, 9246, 12567, 8132, 12065, 9239, 11637, 8806, 9001, 13694, 9098, 12107, 9723, 11349, 10082, 8607, 14230, 10248, 11605, 9250, 8213, 9721, 13954, 12100, 15243, 12273, 14120, 10087, 13465, 10396, 14048, 9705, 12163, 8272, 10460, 9832, 10804, 14128, 11216, 12692, 9690, 13663, 9337, 13504, 11556, 14251, 9852, 11785, 9279, 11612, 8418, 12041, 8994, 12501, 9553, 15027, 12114, 10172, 10044, 8828, 10886, 8870, 13085, 9508, 15316, 9761, 14455, 8806, 10987, 8485, 9976, 12916, 9442, 13069, 9352, 13773, 10506, 15328, 11119, 12420, 8878, 11807, 9532, 12487, 9471, 12632, 9616, 12813, 9847, 10034, 11397, 8713, 10861, 9318, 11168, 9773, 12560, 9104, 13942, 8822, 10292, 10667, 9445, 14025, 9979, 13813, 10323, 12421, 8758, 11140, 8702, 11142, 9448, 11585, 12655, 10291, 13899, 9207, 12560, 9384, 12696, 10333, 12999, 9364, 11512, 8456, 10999, 13625, 11266, 15229, 9694, 12854, 9060, 12266, 8815, 12889, 10599, 9821, 15199, 9539, 13259, 10093, 12880, 9258, 11032, 8994, 9633, 13888, 9733, 12865, 9431, 11528, 8701, 9631, 11682, 9441, 12828, 9795, 11198, 10119, 10021, 8806, 9634, 14216, 9870, 12493, 9754, 11036, 9605, 10924, 10381, 10129, 15801, 9814, 11975, 9638, 10951, 9083, 10983, 14787, 9627, 12845, 9348, 10797, 9377, 10129, 14988, 9857, 11644, 9276, 9667, 8732, 9569, 12887, 9620, 11050, 9588, 9886, 8739, 9523, 14061, 10182, 13185, 9281, 10181, 9514, 9669, 8370, 9532, 8935, 9875, 9498, 9947, 11669, 10627, 9449, 10039, 8972, 10000, 8587, 9546, 13565, 10975, 14394, 9487, 14069, 9419, 12048, 9377, 12626, 10784, 14772, 9902, 12958, 9313, 10947, 10052, 9316, 14323, 9605, 12692, 9881, 11083, 10079, 9540, 11252, 9684, 11088, 10138, 11923, 9890, 13980, 11131, 16054, 11960, 15448, 9538, 11074, 9721, 10782, 9567, 12423, 9684, 10341, 9571, 9353, 9458, 9656, 9272, 12405, 9844, 11094, 9872, 10373, 9301, 11208, 9689, 12327, 10151, 9674, 9410, 9188, 11324, 9160, 12479, 9710, 10030, 10882, 9427, 12852, 9584, 13245, 9453, 13351, 10243, 14460, 10803, 13590, 9698, 11318, 9680, 10687, 9073, 11619, 8917, 10022, 8512, 9358, 9227, 9310, 12265, 10311, 10719, 9667, 12352, 9514, 11824, 9780, 12587, 9797, 12255, 9397, 10547, 9023, 10242, 8921, 11129, 13056, 10375, 13074, 9331, 12323, 9351, 12127, 10149, 12232, 9108, 10995, 9508, 11081, 8452, 11281, 8736, 9797, 10354, 9642, 14525, 9977, 13541, 10895, 12435, 9126, 11030, 9175, 10649, 10756, 10518, 14970, 9343, 12971, 9035, 11670, 9383, 12411, 9021, 11647, 8706, 9560, 9173, 9360, 13832, 10389, 13874, 9770, 12520, 9447, 11623, 9434, 12010, 9722, 13382, 9432, 11483, 9148, 10322, 9317, 10387, 14767, 10583, 14078, 9282, 12005, 9095, 11315, 9212, 11777, 9418, 10804, 9119, 9851, 8715, 9203, 9533, 9771, 9360, 12749, 10656, 11671, 9764, 9290, 9692, 9311, 10621, 8912, 11476, 10850, 9616, 15085, 9786, 14378, 11079, 15193, 11095, 12396, 9498, 10157, 9180, 10696, 9806, 11500, 9554, 10245, 9394, 9635, 8800, 10104, 9734, 9585, 12404, 9878, 12016, 9587, 12434, 10233, 12387, 9743, 10746, 9089, 10254, 14208, 11515, 15888, 9852, 13060, 9512, 11771, 9855, 12295, 9532, 11015, 9337, 10272, 9916, 9756, 15262, 10682, 13720, 9479, 11945, 9716, 11003, 9648, 11115, 9207, 10397, 8977, 9318, 10922, 9695, 12226, 9471, 12106, 10105, 11898, 9498, 11111, 9681, 10432, 9331, 11141, 9220, 11749, 9224, 9503, 9214, 9622, 14597, 10296, 13916, 9807, 12063, 9640, 11112, 9342, 10556, 9999, 9663, 9664, 12785, 9919, 12307, 9820, 9685, 9680, 9522, 9683, 10757, 11161, 15218, 10942, 14489, 9763, 12623, 9776, 11545, 9977, 12708, 9355, 10531, 9646, 9555, 9420, 10256, 9634, 9455, 9338, 9632, 11777, 9824, 11981, 9617, 13128, 9827, 11462, 9844, 10653, 9536, 11730, 9908, 11570, 9546, 10126, 9445, 9748, 13801, 10089, 16095, 9779, 12762, 9829, 11162, 9998, 10385, 9558, 10538, 10193, 11359, 9811, 10560, 9684, 9891, 10083, 9902, 10524, 9611, 9850, 15872, 12139, 16899, 11984, 14068, 9621, 11080, 9947, 10756, 9639, 12024, 9698, 10857, 9801, 9704, 10954, 9988, 12578, 9873, 12075, 9894, 10327, 9843, 10263, 9284, 11040, 9702, 9694, 9757, 9566, 9624, 9878, 9651, 10349, 9620, 9696, 12668, 9723, 12874, 10125, 9530, 10144, 9943, 9559, 12175, 11111, 11888, 10579, 10018, 9705, 10229, 9734, 9988, 10374, 9568, 13143, 9930, 10079, 10362, 10106, 12576, 10097, 9809, 9436, 9425, 9735, 9499, 15654, 11669, 13304, 10804, 14901, 11005, 11215, 8639, 8991, 8640, 9059, 9377, 9570, 9870, 14159, 9303, 9148, 9271, 9071, 10531, 9411, 11014, 8908, 9594, 9443, 12080, 9446, 8889, 10350, 8848, 8970, 9140, 12088, 9420, 15353, 10991, 14764, 9052, 9560, 9449, 9715, 9842], 'WindowCenter': [4246.0, 4209.0, 4245.0, 4202.0, 4219.0, 4165.0, 4194.0, 4151.0, 4171.0, 4140.0, 4170.0, 4148.0, 4157.0, 4127.0, 4136.0, 4176.0, 4136.0, 4156.0, 4137.0, 4156.0, 4137.0, 4135.0, 4137.0, 4148.0, 4137.0, 4136.0, 4136.0, 4159.0, 4189.0, 4148.0, 4169.0, 4160.0, 4149.0, 4180.0, 4150.0, 4180.0, 4160.0, 4159.0, 4161.0, 4190.0, 4162.0, 4202.0, 4150.0, 4170.0, 4160.0, 4149.0, 4138.0, 4149.0, 4190.0, 4149.0, 4189.0, 4147.0, 4168.0, 4148.0, 4159.0, 4138.0, 4159.0, 4138.0, 4149.0, 4178.0, 4137.0, 4167.0, 4149.0, 4168.0, 4137.0, 4137.0, 4137.0, 4149.0, 4178.0, 4158.0, 4180.0, 4149.0, 4147.0, 4146.0, 4148.0, 4188.0, 4148.0, 4190.0, 4160.0, 4169.0, 4147.0, 4147.0, 4127.0, 4137.0, 4177.0, 4138.0, 4178.0, 4149.0, 4169.0, 4150.0, 4169.0, 4149.0, 4180.0, 4161.0, 4179.0, 4162.0, 4140.0, 4151.0, 4140.0, 4162.0, 4211.0, 4162.0, 4202.0, 4160.0, 4180.0, 4160.0, 4149.0, 4137.0, 4150.0, 4190.0, 4150.0, 4190.0, 4150.0, 4159.0, 4149.0, 4160.0, 4139.0, 4150.0, 4149.0, 4150.0, 4201.0, 4152.0, 4207.0, 4175.0, 4207.0, 4164.0, 4165.0, 4163.0, 4149.0, 4149.0, 4149.0, 4159.0, 4159.0, 4151.0, 4152.0, 4152.0, 4161.0, 4182.0, 4161.0, 4192.0, 4161.0, 4181.0, 4172.0, 4170.0, 4217.0, 4162.0, 4162.0, 4171.0, 4140.0, 4160.0, 4200.0, 4150.0, 4202.0, 4149.0, 4179.0, 4138.0, 4178.0, 4148.0, 4201.0, 4137.0, 4145.0, 4145.0, 4147.0, 4136.0, 4147.0, 4147.0, 4190.0, 4148.0, 4137.0, 4156.0, 4134.0, 4164.0, 4135.0, 4176.0, 4148.0, 4175.0, 4136.0, 4154.0, 4145.0, 4157.0, 4146.0, 4156.0, 4135.0, 4135.0, 4135.0, 4146.0, 4148.0, 4158.0, 4138.0, 4158.0, 4150.0, 4151.0, 4191.0, 4153.0, 4140.0, 4149.0, 4138.0, 4162.0, 4215.0, 4175.0, 4201.0, 4152.0, 4215.0, 4159.0, 4158.0, 4125.0, 4137.0, 4146.0, 4135.0, 4153.0, 4121.0, 4161.0, 4135.0, 4176.0, 4134.0, 4153.0, 4124.0, 4163.0, 4134.0, 4174.0, 4124.0, 4173.0, 4125.0, 4176.0, 4135.0, 4186.0, 4145.0, 4186.0, 4136.0, 4156.0, 4135.0, 4152.0, 4135.0, 4176.0, 4147.0, 4175.0, 4135.0, 4154.0, 4135.0, 4154.0, 4147.0, 4176.0, 4135.0, 4165.0, 4145.0, 4165.0, 4134.0, 4175.0, 4146.0, 4185.0, 4136.0, 4155.0, 4137.0, 4156.0, 4145.0, 4165.0, 4135.0, 4164.0, 4124.0, 4145.0, 4150.0, 4166.0, 4146.0, 4166.0, 4145.0, 4144.0, 4135.0, 4155.0, 4124.0, 4166.0, 4136.0, 4145.0, 4125.0, 4145.0, 4155.0, 4145.0, 4176.0, 4147.0, 4177.0, 4147.0, 4177.0, 4147.0, 4176.0, 4157.0, 4177.0, 4136.0, 4156.0, 4137.0, 4167.0, 4146.0, 4166.0, 4145.0, 4155.0, 4135.0, 4157.0, 4126.0, 4167.0, 4135.0, 4146.0, 4135.0, 4146.0, 4176.0, 4147.0, 4190.0, 4160.0, 4168.0, 4159.0, 4148.0, 4190.0, 4150.0, 4179.0, 4159.0, 4190.0, 4160.0, 4211.0, 4172.0, 4211.0, 4160.0, 4188.0, 4148.0, 4180.0, 4160.0, 4189.0, 4159.0, 4179.0, 4147.0, 4157.0, 4147.0, 4158.0, 4159.0, 4168.0, 4147.0, 4147.0, 4136.0, 4147.0, 4146.0, 4148.0, 4188.0, 4147.0, 4177.0, 4147.0, 4177.0, 4147.0, 4167.0, 4146.0, 4186.0, 4146.0, 4165.0, 4145.0, 4144.0, 4134.0, 4145.0, 4133.0, 4144.0, 4143.0, 4134.0, 4162.0, 4132.0, 4152.0, 4134.0, 4152.0, 4133.0, 4163.0, 4132.0, 4142.0, 4144.0, 4146.0, 4146.0, 4168.0, 4157.0, 4156.0, 4156.0, 4136.0, 4177.0, 4135.0, 4173.0, 4158.0, 4176.0, 4144.0, 4174.0, 4125.0, 4164.0, 4136.0, 4176.0, 4124.0, 4176.0, 4124.0, 4156.0, 4135.0, 4156.0, 4146.0, 4167.0, 4158.0, 4146.0, 4147.0, 4137.0, 4158.0, 4150.0, 4168.0, 4158.0, 4137.0, 4179.0, 4138.0, 4199.0, 4169.0, 4189.0, 4137.0, 4188.0, 4139.0, 4187.0, 4148.0, 4189.0, 4159.0, 4187.0, 4135.0, 4165.0, 4125.0, 4144.0, 4125.0, 4156.0, 4136.0, 4167.0, 4137.0, 4147.0, 4138.0, 4148.0, 4169.0, 4148.0, 4188.0, 4170.0, 4189.0, 4138.0, 4178.0, 4139.0, 4179.0, 4138.0, 4188.0, 4137.0, 4168.0, 4147.0, 4137.0, 4187.0, 4147.0, 4188.0, 4159.0, 4188.0, 4136.0, 4176.0, 4136.0, 4177.0, 4135.0, 4178.0, 4147.0, 4146.0, 4166.0, 4146.0, 4187.0, 4148.0, 4202.0, 4171.0, 4190.0, 4149.0, 4178.0, 4137.0, 4177.0, 4138.0, 4190.0, 4126.0, 4169.0, 4137.0, 4158.0, 4189.0, 4150.0, 4199.0, 4148.0, 4168.0, 4171.0, 4159.0, 4192.0, 4160.0, 4192.0, 4150.0, 4190.0, 4161.0, 4214.0, 4183.0, 4213.0, 4160.0, 4189.0, 4137.0, 4170.0, 4200.0, 4158.0, 4197.0, 4179.0, 4186.0, 4146.0, 4166.0, 4135.0, 4177.0, 4125.0, 4178.0, 4126.0, 4157.0, 4115.0, 4167.0, 4145.0, 4168.0, 4178.0, 4157.0, 4188.0, 4148.0, 4187.0, 4157.0, 4198.0, 4167.0, 4186.0, 4146.0, 4176.0, 4147.0, 4176.0, 4144.0, 4177.0, 4154.0, 4144.0, 4185.0, 4145.0, 4175.0, 4155.0, 4174.0, 4134.0, 4164.0, 4136.0, 4167.0, 4126.0, 4177.0, 4135.0, 4168.0, 4117.0, 4147.0, 4124.0, 4156.0, 4137.0, 4150.0, 4167.0, 4167.0, 4126.0, 4200.0, 4170.0, 4200.0, 4159.0, 4188.0, 4161.0, 4199.0, 4170.0, 4199.0, 4158.0, 4177.0, 4135.0, 4166.0, 4135.0, 4155.0, 4187.0, 4135.0, 4176.0, 4134.0, 4164.0, 4123.0, 4166.0, 4123.0, 4156.0, 4136.0, 4168.0, 4156.0, 4166.0, 4125.0, 4145.0, 4135.0, 4146.0, 4188.0, 4157.0, 4198.0, 4157.0, 4188.0, 4148.0, 4176.0, 4127.0, 4167.0, 4136.0, 4167.0, 4136.0, 4136.0, 4185.0, 4137.0, 4178.0, 4158.0, 4179.0, 4169.0, 4150.0, 4202.0, 4183.0, 4181.0, 4161.0, 4139.0, 4162.0, 4202.0, 4192.0, 4213.0, 4191.0, 4200.0, 4159.0, 4188.0, 4159.0, 4190.0, 4146.0, 4166.0, 4125.0, 4155.0, 4145.0, 4158.0, 4187.0, 4166.0, 4175.0, 4146.0, 4175.0, 4136.0, 4175.0, 4156.0, 4187.0, 4145.0, 4164.0, 4134.0, 4154.0, 4123.0, 4164.0, 4135.0, 4164.0, 4144.0, 4197.0, 4178.0, 4156.0, 4147.0, 4148.0, 4168.0, 4136.0, 4176.0, 4146.0, 4198.0, 4145.0, 4188.0, 4136.0, 4155.0, 4125.0, 4144.0, 4164.0, 4134.0, 4163.0, 4133.0, 4174.0, 4156.0, 4186.0, 4156.0, 4164.0, 4123.0, 4153.0, 4134.0, 4163.0, 4134.0, 4177.0, 4147.0, 4175.0, 4146.0, 4146.0, 4167.0, 4136.0, 4157.0, 4147.0, 4166.0, 4146.0, 4178.0, 4138.0, 4200.0, 4138.0, 4157.0, 4157.0, 4146.0, 4186.0, 4146.0, 4176.0, 4156.0, 4175.0, 4135.0, 4166.0, 4126.0, 4167.0, 4147.0, 4167.0, 4176.0, 4147.0, 4176.0, 4135.0, 4165.0, 4135.0, 4175.0, 4156.0, 4176.0, 4135.0, 4166.0, 4126.0, 4156.0, 4176.0, 4157.0, 4187.0, 4144.0, 4165.0, 4123.0, 4165.0, 4135.0, 4176.0, 4144.0, 4144.0, 4184.0, 4133.0, 4174.0, 4146.0, 4176.0, 4134.0, 4155.0, 4133.0, 4144.0, 4185.0, 4146.0, 4175.0, 4135.0, 4166.0, 4135.0, 4146.0, 4179.0, 4158.0, 4188.0, 4158.0, 4167.0, 4157.0, 4158.0, 4147.0, 4148.0, 4199.0, 4160.0, 4179.0, 4158.0, 4168.0, 4158.0, 4169.0, 4159.0, 4159.0, 4199.0, 4158.0, 4177.0, 4148.0, 4168.0, 4147.0, 4168.0, 4198.0, 4147.0, 4179.0, 4147.0, 4168.0, 4147.0, 4158.0, 4198.0, 4159.0, 4167.0, 4147.0, 4158.0, 4138.0, 4159.0, 4190.0, 4159.0, 4179.0, 4159.0, 4170.0, 4149.0, 4171.0, 4202.0, 4172.0, 4202.0, 4162.0, 4171.0, 4160.0, 4161.0, 4151.0, 4160.0, 4150.0, 4171.0, 4173.0, 4184.0, 4207.0, 4197.0, 4175.0, 4173.0, 4163.0, 4173.0, 4151.0, 4173.0, 4203.0, 4185.0, 4213.0, 4175.0, 4204.0, 4162.0, 4191.0, 4161.0, 4193.0, 4181.0, 4202.0, 4160.0, 4190.0, 4148.0, 4168.0, 4158.0, 4148.0, 4188.0, 4147.0, 4177.0, 4158.0, 4167.0, 4159.0, 4160.0, 4181.0, 4160.0, 4182.0, 4171.0, 4179.0, 4160.0, 4200.0, 4170.0, 4211.0, 4179.0, 4199.0, 4147.0, 4166.0, 4145.0, 4155.0, 4145.0, 4176.0, 4147.0, 4146.0, 4149.0, 4147.0, 4146.0, 4146.0, 4146.0, 4178.0, 4157.0, 4167.0, 4158.0, 4156.0, 4135.0, 4168.0, 4147.0, 4178.0, 4146.0, 4135.0, 4147.0, 4148.0, 4165.0, 4146.0, 4175.0, 4144.0, 4145.0, 4167.0, 4147.0, 4188.0, 4147.0, 4187.0, 4146.0, 4187.0, 4158.0, 4187.0, 4157.0, 4176.0, 4145.0, 4155.0, 4144.0, 4144.0, 4136.0, 4165.0, 4133.0, 4143.0, 4123.0, 4134.0, 4133.0, 4134.0, 4164.0, 4146.0, 4145.0, 4145.0, 4164.0, 4145.0, 4165.0, 4145.0, 4165.0, 4146.0, 4165.0, 4135.0, 4155.0, 4135.0, 4156.0, 4135.0, 4156.0, 4176.0, 4146.0, 4175.0, 4135.0, 4166.0, 4146.0, 4165.0, 4156.0, 4165.0, 4135.0, 4155.0, 4145.0, 4166.0, 4126.0, 4166.0, 4135.0, 4146.0, 4156.0, 4146.0, 4188.0, 4146.0, 4176.0, 4156.0, 4165.0, 4135.0, 4155.0, 4134.0, 4156.0, 4155.0, 4155.0, 4186.0, 4134.0, 4174.0, 4134.0, 4165.0, 4135.0, 4165.0, 4134.0, 4166.0, 4124.0, 4145.0, 4134.0, 4146.0, 4187.0, 4156.0, 4186.0, 4146.0, 4176.0, 4147.0, 4167.0, 4146.0, 4178.0, 4147.0, 4188.0, 4136.0, 4166.0, 4146.0, 4156.0, 4146.0, 4156.0, 4187.0, 4157.0, 4186.0, 4146.0, 4176.0, 4136.0, 4167.0, 4148.0, 4178.0, 4146.0, 4167.0, 4137.0, 4157.0, 4136.0, 4148.0, 4159.0, 4158.0, 4149.0, 4190.0, 4171.0, 4180.0, 4170.0, 4161.0, 4159.0, 4160.0, 4181.0, 4150.0, 4181.0, 4171.0, 4160.0, 4200.0, 4159.0, 4200.0, 4169.0, 4199.0, 4169.0, 4176.0, 4145.0, 4144.0, 4146.0, 4156.0, 4157.0, 4167.0, 4147.0, 4157.0, 4147.0, 4158.0, 4136.0, 4158.0, 4148.0, 4148.0, 4177.0, 4158.0, 4178.0, 4159.0, 4178.0, 4160.0, 4179.0, 4149.0, 4168.0, 4136.0, 4158.0, 4189.0, 4168.0, 4197.0, 4147.0, 4177.0, 4145.0, 4165.0, 4145.0, 4165.0, 4145.0, 4155.0, 4146.0, 4156.0, 4147.0, 4147.0, 4197.0, 4158.0, 4186.0, 4146.0, 4165.0, 4146.0, 4155.0, 4146.0, 4166.0, 4135.0, 4157.0, 4135.0, 4136.0, 4166.0, 4147.0, 4178.0, 4148.0, 4177.0, 4158.0, 4167.0, 4158.0, 4167.0, 4148.0, 4168.0, 4148.0, 4169.0, 4148.0, 4180.0, 4147.0, 4158.0, 4148.0, 4158.0, 4198.0, 4158.0, 4189.0, 4158.0, 4177.0, 4147.0, 4168.0, 4160.0, 4169.0, 4158.0, 4146.0, 4158.0, 4189.0, 4160.0, 4180.0, 4160.0, 4158.0, 4159.0, 4159.0, 4160.0, 4170.0, 4180.0, 4210.0, 4170.0, 4188.0, 4158.0, 4177.0, 4159.0, 4167.0, 4157.0, 4177.0, 4146.0, 4156.0, 4146.0, 4157.0, 4147.0, 4157.0, 4146.0, 4147.0, 4146.0, 4147.0, 4177.0, 4158.0, 4177.0, 4149.0, 4187.0, 4158.0, 4178.0, 4158.0, 4168.0, 4160.0, 4179.0, 4158.0, 4167.0, 4147.0, 4157.0, 4146.0, 4147.0, 4188.0, 4158.0, 4198.0, 4158.0, 4176.0, 4157.0, 4166.0, 4157.0, 4157.0, 4158.0, 4168.0, 4169.0, 4178.0, 4170.0, 4169.0, 4159.0, 4159.0, 4169.0, 4159.0, 4169.0, 4158.0, 4159.0, 4211.0, 4179.0, 4209.0, 4179.0, 4188.0, 4146.0, 4166.0, 4156.0, 4156.0, 4146.0, 4177.0, 4146.0, 4156.0, 4146.0, 4146.0, 4155.0, 4146.0, 4175.0, 4157.0, 4165.0, 4145.0, 4155.0, 4146.0, 4155.0, 4148.0, 4169.0, 4148.0, 4146.0, 4146.0, 4159.0, 4157.0, 4157.0, 4192.0, 4201.0, 4177.0, 4164.0, 4206.0, 4166.0, 4196.0, 4176.0, 4162.0, 4174.0, 4146.0, 4132.0, 4163.0, 4156.0, 4168.0, 4157.0, 4148.0, 4146.0, 4157.0, 4145.0, 4143.0, 4170.0, 4159.0, 4178.0, 4147.0, 4158.0, 4159.0, 4159.0, 4192.0, 4172.0, 4148.0, 4136.0, 4150.0, 4150.0, 4164.0, 4217.0, 4198.0, 4204.0, 4171.0, 4189.0, 4157.0, 4156.0, 4138.0, 4135.0, 4124.0, 4136.0, 4137.0, 4160.0, 4159.0, 4202.0, 4148.0, 4136.0, 4135.0, 4137.0, 4145.0, 4135.0, 4155.0, 4126.0, 4134.0, 4149.0, 4179.0, 4137.0, 4139.0, 4157.0, 4137.0, 4135.0, 4136.0, 4166.0, 4136.0, 4189.0, 4145.0, 4173.0, 4137.0, 4146.0, 4134.0, 4131.0, 4133.0], 'WindowWidth': [9409.0, 9344.0, 9384.0, 9317.0, 9336.0, 9254.0, 9288.0, 9227.0, 9251.0, 9209.0, 9248.0, 9217.0, 9228.0, 9187.0, 9198.0, 9251.0, 9198.0, 9223.0, 9202.0, 9224.0, 9201.0, 9198.0, 9200.0, 9217.0, 9201.0, 9202.0, 9201.0, 9233.0, 9273.0, 9218.0, 9248.0, 9237.0, 9222.0, 9264.0, 9224.0, 9263.0, 9238.0, 9235.0, 9241.0, 9276.0, 9244.0, 9295.0, 9225.0, 9249.0, 9235.0, 9221.0, 9206.0, 9221.0, 9276.0, 9219.0, 9274.0, 9217.0, 9244.0, 9219.0, 9233.0, 9204.0, 9233.0, 9205.0, 9220.0, 9256.0, 9203.0, 9242.0, 9222.0, 9244.0, 9203.0, 9204.0, 9203.0, 9221.0, 9258.0, 9233.0, 9262.0, 9222.0, 9218.0, 9211.0, 9218.0, 9270.0, 9219.0, 9275.0, 9235.0, 9246.0, 9217.0, 9217.0, 9189.0, 9202.0, 9255.0, 9204.0, 9257.0, 9220.0, 9245.0, 9225.0, 9248.0, 9223.0, 9265.0, 9243.0, 9264.0, 9243.0, 9212.0, 9227.0, 9212.0, 9243.0, 9310.0, 9242.0, 9296.0, 9239.0, 9264.0, 9236.0, 9222.0, 9205.0, 9223.0, 9279.0, 9223.0, 9278.0, 9223.0, 9235.0, 9223.0, 9238.0, 9209.0, 9224.0, 9223.0, 9226.0, 9294.0, 9230.0, 9312.0, 9268.0, 9312.0, 9253.0, 9253.0, 9248.0, 9223.0, 9221.0, 9221.0, 9236.0, 9237.0, 9229.0, 9233.0, 9234.0, 9241.0, 9270.0, 9241.0, 9285.0, 9241.0, 9271.0, 9258.0, 9253.0, 9328.0, 9246.0, 9246.0, 9255.0, 9213.0, 9239.0, 9294.0, 9224.0, 9297.0, 9221.0, 9259.0, 9206.0, 9259.0, 9217.0, 9297.0, 9202.0, 9208.0, 9209.0, 9215.0, 9199.0, 9215.0, 9214.0, 9278.0, 9218.0, 9202.0, 9226.0, 9193.0, 9233.0, 9196.0, 9250.0, 9218.0, 9250.0, 9197.0, 9219.0, 9210.0, 9229.0, 9213.0, 9224.0, 9195.0, 9194.0, 9197.0, 9212.0, 9219.0, 9233.0, 9206.0, 9231.0, 9227.0, 9228.0, 9282.0, 9234.0, 9213.0, 9224.0, 9209.0, 9246.0, 9319.0, 9269.0, 9295.0, 9230.0, 9324.0, 9235.0, 9231.0, 9186.0, 9204.0, 9216.0, 9201.0, 9219.0, 9174.0, 9228.0, 9203.0, 9257.0, 9199.0, 9221.0, 9186.0, 9234.0, 9197.0, 9249.0, 9184.0, 9248.0, 9187.0, 9254.0, 9203.0, 9270.0, 9216.0, 9270.0, 9206.0, 9230.0, 9202.0, 9220.0, 9201.0, 9258.0, 9222.0, 9253.0, 9201.0, 9225.0, 9201.0, 9224.0, 9221.0, 9256.0, 9202.0, 9239.0, 9214.0, 9239.0, 9200.0, 9254.0, 9217.0, 9266.0, 9202.0, 9227.0, 9207.0, 9230.0, 9216.0, 9241.0, 9202.0, 9238.0, 9186.0, 9213.0, 9231.0, 9246.0, 9219.0, 9245.0, 9214.0, 9212.0, 9201.0, 9228.0, 9185.0, 9244.0, 9204.0, 9214.0, 9188.0, 9215.0, 9227.0, 9214.0, 9256.0, 9220.0, 9257.0, 9219.0, 9259.0, 9220.0, 9257.0, 9234.0, 9257.0, 9203.0, 9229.0, 9208.0, 9245.0, 9218.0, 9244.0, 9215.0, 9227.0, 9202.0, 9232.0, 9190.0, 9246.0, 9202.0, 9216.0, 9201.0, 9216.0, 9255.0, 9219.0, 9282.0, 9243.0, 9252.0, 9242.0, 9225.0, 9284.0, 9228.0, 9266.0, 9241.0, 9283.0, 9244.0, 9313.0, 9261.0, 9314.0, 9244.0, 9279.0, 9225.0, 9269.0, 9243.0, 9280.0, 9240.0, 9266.0, 9222.0, 9234.0, 9221.0, 9236.0, 9238.0, 9251.0, 9220.0, 9221.0, 9203.0, 9220.0, 9219.0, 9222.0, 9274.0, 9219.0, 9259.0, 9219.0, 9257.0, 9218.0, 9245.0, 9217.0, 9269.0, 9216.0, 9238.0, 9213.0, 9209.0, 9197.0, 9211.0, 9193.0, 9210.0, 9207.0, 9195.0, 9231.0, 9191.0, 9218.0, 9196.0, 9218.0, 9193.0, 9232.0, 9192.0, 9205.0, 9208.0, 9214.0, 9216.0, 9245.0, 9228.0, 9225.0, 9226.0, 9199.0, 9254.0, 9198.0, 9244.0, 9233.0, 9251.0, 9208.0, 9246.0, 9185.0, 9235.0, 9201.0, 9253.0, 9183.0, 9254.0, 9182.0, 9225.0, 9197.0, 9228.0, 9213.0, 9241.0, 9232.0, 9215.0, 9216.0, 9204.0, 9232.0, 9226.0, 9246.0, 9233.0, 9205.0, 9263.0, 9208.0, 9291.0, 9249.0, 9275.0, 9205.0, 9272.0, 9209.0, 9270.0, 9221.0, 9276.0, 9235.0, 9272.0, 9198.0, 9236.0, 9186.0, 9208.0, 9187.0, 9228.0, 9201.0, 9244.0, 9204.0, 9219.0, 9207.0, 9221.0, 9249.0, 9223.0, 9275.0, 9253.0, 9276.0, 9209.0, 9261.0, 9210.0, 9263.0, 9208.0, 9275.0, 9206.0, 9246.0, 9217.0, 9204.0, 9271.0, 9219.0, 9271.0, 9235.0, 9272.0, 9203.0, 9254.0, 9201.0, 9257.0, 9200.0, 9258.0, 9218.0, 9215.0, 9240.0, 9215.0, 9269.0, 9220.0, 9299.0, 9256.0, 9281.0, 9226.0, 9260.0, 9207.0, 9256.0, 9205.0, 9278.0, 9190.0, 9248.0, 9204.0, 9234.0, 9274.0, 9226.0, 9289.0, 9220.0, 9248.0, 9255.0, 9236.0, 9284.0, 9242.0, 9283.0, 9227.0, 9280.0, 9245.0, 9319.0, 9276.0, 9315.0, 9238.0, 9276.0, 9206.0, 9250.0, 9292.0, 9233.0, 9285.0, 9261.0, 9269.0, 9214.0, 9237.0, 9200.0, 9255.0, 9185.0, 9258.0, 9186.0, 9228.0, 9172.0, 9242.0, 9213.0, 9246.0, 9260.0, 9230.0, 9274.0, 9219.0, 9269.0, 9231.0, 9285.0, 9244.0, 9268.0, 9216.0, 9253.0, 9217.0, 9254.0, 9208.0, 9256.0, 9223.0, 9208.0, 9264.0, 9211.0, 9249.0, 9224.0, 9248.0, 9197.0, 9234.0, 9200.0, 9242.0, 9188.0, 9255.0, 9200.0, 9244.0, 9177.0, 9217.0, 9184.0, 9228.0, 9203.0, 9225.0, 9245.0, 9245.0, 9191.0, 9294.0, 9253.0, 9295.0, 9240.0, 9277.0, 9242.0, 9291.0, 9251.0, 9293.0, 9234.0, 9258.0, 9200.0, 9240.0, 9199.0, 9225.0, 9271.0, 9197.0, 9252.0, 9196.0, 9234.0, 9180.0, 9239.0, 9181.0, 9228.0, 9202.0, 9244.0, 9227.0, 9241.0, 9186.0, 9213.0, 9199.0, 9214.0, 9271.0, 9232.0, 9286.0, 9232.0, 9273.0, 9221.0, 9255.0, 9190.0, 9243.0, 9201.0, 9243.0, 9199.0, 9201.0, 9266.0, 9203.0, 9261.0, 9234.0, 9263.0, 9253.0, 9229.0, 9301.0, 9278.0, 9271.0, 9244.0, 9213.0, 9246.0, 9299.0, 9285.0, 9315.0, 9282.0, 9293.0, 9237.0, 9275.0, 9236.0, 9278.0, 9216.0, 9239.0, 9185.0, 9223.0, 9212.0, 9233.0, 9270.0, 9241.0, 9251.0, 9214.0, 9251.0, 9201.0, 9249.0, 9225.0, 9267.0, 9212.0, 9233.0, 9196.0, 9219.0, 9178.0, 9235.0, 9199.0, 9235.0, 9210.0, 9282.0, 9259.0, 9227.0, 9217.0, 9222.0, 9247.0, 9200.0, 9254.0, 9215.0, 9286.0, 9211.0, 9272.0, 9198.0, 9224.0, 9183.0, 9207.0, 9232.0, 9193.0, 9231.0, 9192.0, 9248.0, 9226.0, 9265.0, 9227.0, 9233.0, 9178.0, 9216.0, 9194.0, 9230.0, 9194.0, 9255.0, 9216.0, 9250.0, 9216.0, 9215.0, 9244.0, 9201.0, 9229.0, 9219.0, 9240.0, 9216.0, 9260.0, 9205.0, 9291.0, 9205.0, 9230.0, 9230.0, 9214.0, 9267.0, 9213.0, 9253.0, 9227.0, 9250.0, 9199.0, 9239.0, 9187.0, 9244.0, 9218.0, 9243.0, 9255.0, 9216.0, 9252.0, 9198.0, 9236.0, 9199.0, 9250.0, 9227.0, 9253.0, 9198.0, 9239.0, 9188.0, 9227.0, 9252.0, 9227.0, 9267.0, 9208.0, 9236.0, 9179.0, 9236.0, 9196.0, 9252.0, 9208.0, 9206.0, 9262.0, 9193.0, 9247.0, 9212.0, 9254.0, 9197.0, 9226.0, 9195.0, 9209.0, 9263.0, 9214.0, 9250.0, 9198.0, 9241.0, 9200.0, 9215.0, 9264.0, 9236.0, 9273.0, 9234.0, 9246.0, 9233.0, 9235.0, 9219.0, 9221.0, 9290.0, 9240.0, 9263.0, 9236.0, 9247.0, 9237.0, 9250.0, 9238.0, 9237.0, 9293.0, 9233.0, 9258.0, 9221.0, 9246.0, 9218.0, 9247.0, 9288.0, 9219.0, 9262.0, 9217.0, 9246.0, 9218.0, 9233.0, 9289.0, 9235.0, 9246.0, 9220.0, 9234.0, 9210.0, 9236.0, 9277.0, 9238.0, 9263.0, 9239.0, 9255.0, 9227.0, 9259.0, 9299.0, 9261.0, 9300.0, 9249.0, 9257.0, 9241.0, 9242.0, 9230.0, 9242.0, 9228.0, 9258.0, 9263.0, 9281.0, 9315.0, 9304.0, 9269.0, 9263.0, 9253.0, 9265.0, 9234.0, 9264.0, 9304.0, 9283.0, 9319.0, 9269.0, 9306.0, 9246.0, 9285.0, 9245.0, 9288.0, 9270.0, 9301.0, 9240.0, 9281.0, 9222.0, 9248.0, 9234.0, 9221.0, 9276.0, 9218.0, 9259.0, 9232.0, 9246.0, 9237.0, 9241.0, 9270.0, 9240.0, 9273.0, 9257.0, 9262.0, 9240.0, 9292.0, 9254.0, 9311.0, 9265.0, 9291.0, 9220.0, 9241.0, 9212.0, 9224.0, 9211.0, 9254.0, 9217.0, 9215.0, 9222.0, 9218.0, 9214.0, 9214.0, 9214.0, 9260.0, 9231.0, 9243.0, 9232.0, 9228.0, 9200.0, 9245.0, 9218.0, 9260.0, 9213.0, 9197.0, 9218.0, 9221.0, 9239.0, 9213.0, 9252.0, 9210.0, 9213.0, 9244.0, 9220.0, 9274.0, 9217.0, 9270.0, 9216.0, 9269.0, 9235.0, 9271.0, 9231.0, 9254.0, 9212.0, 9223.0, 9210.0, 9208.0, 9203.0, 9238.0, 9192.0, 9206.0, 9180.0, 9195.0, 9193.0, 9195.0, 9236.0, 9213.0, 9210.0, 9210.0, 9236.0, 9211.0, 9239.0, 9213.0, 9237.0, 9213.0, 9237.0, 9197.0, 9224.0, 9198.0, 9225.0, 9198.0, 9226.0, 9253.0, 9214.0, 9251.0, 9197.0, 9239.0, 9213.0, 9238.0, 9228.0, 9237.0, 9199.0, 9223.0, 9212.0, 9241.0, 9188.0, 9241.0, 9198.0, 9214.0, 9227.0, 9214.0, 9271.0, 9215.0, 9253.0, 9229.0, 9238.0, 9197.0, 9223.0, 9195.0, 9226.0, 9224.0, 9224.0, 9267.0, 9195.0, 9248.0, 9196.0, 9237.0, 9198.0, 9237.0, 9196.0, 9238.0, 9182.0, 9212.0, 9196.0, 9214.0, 9270.0, 9228.0, 9267.0, 9214.0, 9253.0, 9217.0, 9242.0, 9217.0, 9258.0, 9217.0, 9273.0, 9201.0, 9241.0, 9214.0, 9228.0, 9214.0, 9228.0, 9271.0, 9230.0, 9269.0, 9215.0, 9254.0, 9204.0, 9244.0, 9220.0, 9259.0, 9216.0, 9243.0, 9205.0, 9231.0, 9203.0, 9221.0, 9236.0, 9234.0, 9225.0, 9281.0, 9257.0, 9269.0, 9255.0, 9242.0, 9239.0, 9241.0, 9271.0, 9226.0, 9269.0, 9256.0, 9238.0, 9294.0, 9236.0, 9294.0, 9251.0, 9290.0, 9248.0, 9253.0, 9212.0, 9209.0, 9214.0, 9226.0, 9230.0, 9246.0, 9218.0, 9231.0, 9220.0, 9233.0, 9204.0, 9233.0, 9221.0, 9220.0, 9259.0, 9235.0, 9260.0, 9237.0, 9261.0, 9238.0, 9263.0, 9223.0, 9247.0, 9203.0, 9232.0, 9275.0, 9248.0, 9286.0, 9217.0, 9255.0, 9213.0, 9238.0, 9212.0, 9239.0, 9212.0, 9226.0, 9214.0, 9229.0, 9216.0, 9216.0, 9285.0, 9232.0, 9269.0, 9214.0, 9239.0, 9214.0, 9225.0, 9215.0, 9241.0, 9199.0, 9230.0, 9198.0, 9202.0, 9242.0, 9217.0, 9258.0, 9220.0, 9258.0, 9233.0, 9244.0, 9235.0, 9246.0, 9221.0, 9247.0, 9222.0, 9249.0, 9221.0, 9266.0, 9220.0, 9235.0, 9222.0, 9235.0, 9288.0, 9234.0, 9277.0, 9233.0, 9258.0, 9219.0, 9247.0, 9241.0, 9251.0, 9236.0, 9218.0, 9237.0, 9278.0, 9240.0, 9267.0, 9240.0, 9236.0, 9239.0, 9237.0, 9240.0, 9254.0, 9267.0, 9310.0, 9254.0, 9276.0, 9233.0, 9259.0, 9237.0, 9245.0, 9232.0, 9257.0, 9215.0, 9226.0, 9215.0, 9233.0, 9218.0, 9230.0, 9217.0, 9218.0, 9215.0, 9218.0, 9258.0, 9234.0, 9258.0, 9225.0, 9272.0, 9234.0, 9259.0, 9235.0, 9247.0, 9239.0, 9263.0, 9234.0, 9244.0, 9218.0, 9232.0, 9215.0, 9218.0, 9274.0, 9233.0, 9289.0, 9234.0, 9256.0, 9232.0, 9242.0, 9233.0, 9231.0, 9237.0, 9248.0, 9251.0, 9263.0, 9256.0, 9253.0, 9238.0, 9237.0, 9251.0, 9238.0, 9251.0, 9236.0, 9238.0, 9310.0, 9266.0, 9307.0, 9263.0, 9274.0, 9216.0, 9241.0, 9229.0, 9227.0, 9216.0, 9259.0, 9214.0, 9229.0, 9215.0, 9214.0, 9227.0, 9215.0, 9252.0, 9231.0, 9239.0, 9213.0, 9224.0, 9215.0, 9226.0, 9223.0, 9251.0, 9222.0, 9214.0, 9214.0, 9239.0, 9232.0, 9230.0, 9306.0, 9316.0, 9276.0, 9249.0, 9307.0, 9255.0, 9292.0, 9266.0, 9244.0, 9259.0, 9211.0, 9184.0, 9231.0, 9228.0, 9243.0, 9226.0, 9217.0, 9212.0, 9230.0, 9210.0, 9202.0, 9252.0, 9235.0, 9259.0, 9216.0, 9231.0, 9237.0, 9238.0, 9286.0, 9259.0, 9217.0, 9196.0, 9222.0, 9225.0, 9253.0, 9330.0, 9305.0, 9304.0, 9256.0, 9273.0, 9227.0, 9226.0, 9206.0, 9196.0, 9179.0, 9198.0, 9202.0, 9240.0, 9233.0, 9296.0, 9218.0, 9201.0, 9195.0, 9200.0, 9207.0, 9194.0, 9221.0, 9182.0, 9191.0, 9221.0, 9263.0, 9200.0, 9208.0, 9227.0, 9201.0, 9195.0, 9198.0, 9237.0, 9201.0, 9271.0, 9209.0, 9243.0, 9201.0, 9213.0, 9194.0, 9183.0, 9188.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.003008313539192399</td></tr>
<tr><td colspan=3>aqi</td><td>0.050667310926365804</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.17936636709989</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1712201705546736</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0071343054675128</td></tr>
<tr><td colspan=3>efc</td><td>0.4963</td></tr>
<tr><td colspan=3>fber</td><td>3556.9124</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08513715741358457</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.433887569279493</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5838848098817984</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6081180287267114</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695373481191834</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4481629197268497</td></tr>
<tr><td colspan=3>gcor</td><td>0.00372009</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004945081193000078</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021847257390618324</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1263</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.916098458863845</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>24.3192</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.2647</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.4136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296179.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>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.8339</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5535</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.7603</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.1365</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.293</td></tr>
<tr><td colspan=3>tsnr</td><td>27.82965340348892</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>