<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-04/func/sub-0076_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>7218af3e5578652d0cd8ae32fc537640</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>11:52:48.960000</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.999566, 0.0127449, -0.026576, -0.0102933, 0.99585, 0.0904241]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0983306</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>[4156, -7733, -7313, 773, 4, -44, -27, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae2b4d0e-6670-408e-b9d0-7233ff7f74b1||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.6817612648010254, -0.02761627919971943, -0.07456903159618378, 113.71365356445312], [-0.03419354930520058, 2.671793222427368, 0.2433004081249237, -99.25140380859375], [-0.07130147516727448, -0.24260124564170837, 2.687981367111206, -60.59220886230469], [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': ['115248.960000', '115249.420000', '115249.880000', '115250.340000', '115250.800000', '115251.260000', '115251.720000', '115252.180000', '115252.640000', '115253.100000', '115253.560000', '115254.020000', '115254.480000', '115254.940000', '115255.400000', '115255.860000', '115256.320000', '115256.780000', '115257.240000', '115257.700000', '115258.160000', '115258.620000', '115259.080000', '115259.540000', '115300.000000', '115300.460000', '115300.920000', '115301.380000', '115301.840000', '115302.300000', '115302.760000', '115303.220000', '115303.680000', '115304.140000', '115304.600000', '115305.060000', '115305.520000', '115305.980000', '115306.440000', '115306.900000', '115307.360000', '115307.820000', '115308.280000', '115308.740000', '115309.200000', '115309.660000', '115310.120000', '115310.580000', '115311.040000', '115311.500000', '115311.960000', '115312.420000', '115312.880000', '115313.340000', '115313.800000', '115314.260000', '115314.720000', '115315.180000', '115315.640000', '115316.100000', '115316.560000', '115317.020000', '115317.480000', '115317.940000', '115318.400000', '115318.860000', '115319.320000', '115319.780000', '115320.240000', '115320.700000', '115321.160000', '115321.620000', '115322.080000', '115322.540000', '115323.000000', '115323.460000', '115323.920000', '115324.380000', '115324.840000', '115325.300000', '115325.760000', '115326.220000', '115326.680000', '115327.140000', '115327.600000', '115328.060000', '115328.520000', '115328.980000', '115329.440000', '115329.900000', '115330.360000', '115330.820000', '115331.280000', '115331.740000', '115332.200000', '115332.660000', '115333.120000', '115333.580000', '115334.040000', '115334.500000', '115334.960000', '115335.420000', '115335.880000', '115336.340000', '115336.800000', '115337.260000', '115337.720000', '115338.180000', '115338.640000', '115339.100000', '115339.560000', '115340.020000', '115340.480000', '115340.940000', '115341.400000', '115341.860000', '115342.320000', '115342.780000', '115343.240000', '115343.700000', '115344.160000', '115344.620000', '115345.080000', '115345.540000', '115346.000000', '115346.460000', '115346.920000', '115347.380000', '115347.840000', '115348.300000', '115348.760000', '115349.220000', '115349.680000', '115350.140000', '115350.600000', '115351.060000', '115351.520000', '115351.980000', '115352.440000', '115352.900000', '115353.360000', '115353.820000', '115354.280000', '115354.740000', '115355.200000', '115355.660000', '115356.120000', '115356.580000', '115357.040000', '115357.500000', '115357.960000', '115358.420000', '115358.880000', '115359.340000', '115359.800000', '115400.260000', '115400.720000', '115401.180000', '115401.640000', '115402.100000', '115402.560000', '115403.020000', '115403.480000', '115403.940000', '115404.400000', '115404.860000', '115405.320000', '115405.780000', '115406.240000', '115406.700000', '115407.160000', '115407.620000', '115408.080000', '115408.540000', '115409.000000', '115409.460000', '115409.920000', '115410.380000', '115410.840000', '115411.300000', '115411.760000', '115412.220000', '115412.680000', '115413.140000', '115413.600000', '115414.060000', '115414.520000', '115414.980000', '115415.440000', '115415.900000', '115416.360000', '115416.820000', '115417.280000', '115417.740000', '115418.200000', '115418.660000', '115419.120000', '115419.580000', '115420.040000', '115420.500000', '115420.960000', '115421.420000', '115421.880000', '115422.340000', '115422.800000', '115423.260000', '115423.720000', '115424.180000', '115424.640000', '115425.100000', '115425.560000', '115426.020000', '115426.480000', '115426.940000', '115427.400000', '115427.860000', '115428.320000', '115428.780000', '115429.240000', '115429.700000', '115430.160000', '115430.620000', '115431.080000', '115431.540000', '115432.000000', '115432.460000', '115432.920000', '115433.380000', '115433.840000', '115434.300000', '115434.760000', '115435.220000', '115435.680000', '115436.140000', '115436.600000', '115437.060000', '115437.520000', '115437.980000', '115438.440000', '115438.900000', '115439.360000', '115439.820000', '115440.280000', '115440.740000', '115441.200000', '115441.660000', '115442.120000', '115442.580000', '115443.040000', '115443.500000', '115443.960000', '115444.420000', '115444.880000', '115445.340000', '115445.800000', '115446.260000', '115446.720000', '115447.180000', '115447.640000', '115448.100000', '115448.560000', '115449.020000', '115449.480000', '115449.940000', '115450.400000', '115450.860000', '115451.320000', '115451.780000', '115452.240000', '115452.700000', '115453.160000', '115453.620000', '115454.080000', '115454.540000', '115455.000000', '115455.460000', '115455.920000', '115456.380000', '115456.840000', '115457.300000', '115457.760000', '115458.220000', '115458.680000', '115459.140000', '115459.600000', '115500.060000', '115500.520000', '115500.980000', '115501.440000', '115501.900000', '115502.360000', '115502.820000', '115503.280000', '115503.740000', '115504.200000', '115504.660000', '115505.120000', '115505.580000', '115506.040000', '115506.500000', '115506.960000', '115507.420000', '115507.880000', '115508.340000', '115508.800000', '115509.260000', '115509.720000', '115510.180000', '115510.640000', '115511.100000', '115511.560000', '115512.020000', '115512.480000', '115512.940000', '115513.400000', '115513.860000', '115514.320000', '115514.780000', '115515.240000', '115515.700000', '115516.160000', '115516.620000', '115517.080000', '115517.540000', '115518.000000', '115518.460000', '115518.920000', '115519.380000', '115519.840000', '115520.300000', '115520.760000', '115521.220000', '115521.680000', '115522.140000', '115522.600000', '115523.060000', '115523.520000', '115523.980000', '115524.440000', '115524.900000', '115525.360000', '115525.820000', '115526.280000', '115526.740000', '115527.200000', '115527.660000', '115528.120000', '115528.580000', '115529.040000', '115529.500000', '115529.960000', '115530.420000', '115530.880000', '115531.340000', '115531.800000', '115532.260000', '115532.720000', '115533.180000', '115533.640000', '115534.100000', '115534.560000', '115535.020000', '115535.480000', '115535.940000', '115536.400000', '115536.860000', '115537.320000', '115537.780000', '115538.240000', '115538.700000', '115539.160000', '115539.620000', '115540.080000', '115540.540000', '115541.000000', '115541.460000', '115541.920000', '115542.380000', '115542.840000', '115543.300000', '115543.760000', '115544.220000', '115544.680000', '115545.140000', '115545.600000', '115546.060000', '115546.520000', '115546.980000', '115547.440000', '115547.900000', '115548.360000', '115548.820000', '115549.280000', '115549.740000', '115550.200000', '115550.660000', '115551.120000', '115551.580000', '115552.040000', '115552.500000', '115552.960000', '115553.420000', '115553.880000', '115554.340000', '115554.800000', '115555.260000', '115555.720000', '115556.180000', '115556.640000', '115557.100000', '115557.560000', '115558.020000', '115558.480000', '115558.940000', '115559.400000', '115559.860000', '115600.320000', '115600.780000', '115601.240000', '115601.700000', '115602.160000', '115602.620000', '115603.080000', '115603.540000', '115604.000000', '115604.460000', '115604.920000', '115605.380000', '115605.840000', '115606.300000', '115606.760000', '115607.220000', '115607.680000', '115608.140000', '115608.600000', '115609.060000', '115609.520000', '115609.980000', '115610.440000', '115610.900000', '115611.360000', '115611.820000', '115612.280000', '115612.740000', '115613.200000', '115613.660000', '115614.120000', '115614.580000', '115615.040000', '115615.500000', '115615.960000', '115616.420000', '115616.880000', '115617.340000', '115617.800000', '115618.260000', '115618.720000', '115619.180000', '115619.640000', '115620.100000', '115620.560000', '115621.020000', '115621.480000', '115621.940000', '115622.400000', '115622.860000', '115623.320000', '115623.780000', '115624.240000', '115624.700000', '115625.160000', '115625.620000', '115626.080000', '115626.540000', '115627.000000', '115627.460000', '115627.920000', '115628.380000', '115628.840000', '115629.300000', '115629.760000', '115630.220000', '115630.680000', '115631.140000', '115631.600000', '115632.060000', '115632.520000', '115632.980000', '115633.440000', '115633.900000', '115634.360000', '115634.820000', '115635.280000', '115635.740000', '115636.200000', '115636.660000', '115637.120000', '115637.580000', '115638.040000', '115638.500000', '115638.960000', '115639.420000', '115639.880000', '115640.340000', '115640.800000', '115641.260000', '115641.720000', '115642.180000', '115642.640000', '115643.100000', '115643.560000', '115644.020000', '115644.480000', '115644.940000', '115645.400000', '115645.860000', '115646.320000', '115646.780000', '115647.240000', '115647.700000', '115648.160000', '115648.620000', '115649.080000', '115649.540000', '115650.000000', '115650.460000', '115650.920000', '115651.380000', '115651.840000', '115652.300000', '115652.760000', '115653.220000', '115653.680000', '115654.140000', '115654.600000', '115655.060000', '115655.520000', '115655.980000', '115656.440000', '115656.900000', '115657.360000', '115657.820000', '115658.280000', '115658.740000', '115659.200000', '115659.660000', '115700.120000', '115700.580000', '115701.040000', '115701.500000', '115701.960000', '115702.420000', '115702.880000', '115703.340000', '115703.800000', '115704.260000', '115704.720000', '115705.180000', '115705.640000', '115706.100000', '115706.560000', '115707.020000', '115707.480000', '115707.940000', '115708.400000', '115708.860000', '115709.320000', '115709.780000', '115710.240000', '115710.700000', '115711.160000', '115711.620000', '115712.080000', '115712.540000', '115713.000000', '115713.460000', '115713.920000', '115714.380000', '115714.840000', '115715.300000', '115715.760000', '115716.220000', '115716.680000', '115717.140000', '115717.600000', '115718.060000', '115718.520000', '115718.980000', '115719.440000', '115719.900000', '115720.360000', '115720.820000', '115721.280000', '115721.740000', '115722.200000', '115722.660000', '115723.120000', '115723.580000', '115724.040000', '115724.500000', '115724.960000', '115725.420000', '115725.880000', '115726.340000', '115726.800000', '115727.260000', '115727.720000', '115728.180000', '115728.640000', '115729.100000', '115729.560000', '115730.020000', '115730.480000', '115730.940000', '115731.400000', '115731.860000', '115732.320000', '115732.780000', '115733.240000', '115733.700000', '115734.160000', '115734.620000', '115735.080000', '115735.540000', '115736.000000', '115736.460000', '115736.920000', '115737.380000', '115737.840000', '115738.300000', '115738.760000', '115739.220000', '115739.680000', '115740.140000', '115740.600000', '115741.060000', '115741.520000', '115741.980000', '115742.440000', '115742.900000', '115743.360000', '115743.820000', '115744.280000', '115744.740000', '115745.200000', '115745.660000', '115746.120000', '115746.580000', '115747.040000', '115747.500000', '115747.960000', '115748.420000', '115748.880000', '115749.340000', '115749.800000', '115750.260000', '115750.720000', '115751.180000', '115751.640000', '115752.100000', '115752.560000', '115753.020000', '115753.480000', '115753.940000', '115754.400000', '115754.860000', '115755.320000', '115755.780000', '115756.240000', '115756.700000', '115757.160000', '115757.620000', '115758.080000', '115758.540000', '115759.000000', '115759.460000', '115759.920000', '115800.380000', '115800.840000', '115801.300000', '115801.760000', '115802.220000', '115802.680000', '115803.140000', '115803.600000', '115804.060000', '115804.520000', '115804.980000', '115805.440000', '115805.900000', '115806.360000', '115806.820000', '115807.280000', '115807.740000', '115808.200000', '115808.660000', '115809.120000', '115809.580000', '115810.040000', '115810.500000', '115810.960000', '115811.420000', '115811.880000', '115812.340000', '115812.800000', '115813.260000', '115813.720000', '115814.180000', '115814.640000', '115815.100000', '115815.560000', '115816.020000', '115816.480000', '115816.940000', '115817.400000', '115817.860000', '115818.320000', '115818.780000', '115819.240000', '115819.700000', '115820.160000', '115820.620000', '115821.080000', '115821.540000', '115822.000000', '115822.460000', '115822.920000', '115823.380000', '115823.840000', '115824.300000', '115824.760000', '115825.220000', '115825.680000', '115826.140000', '115826.600000', '115827.060000', '115827.520000', '115827.980000', '115828.440000', '115828.900000', '115829.360000', '115829.820000', '115830.280000', '115830.740000', '115831.200000', '115831.660000', '115832.120000', '115832.580000', '115833.040000', '115833.500000', '115833.960000', '115834.420000', '115834.880000', '115835.340000', '115835.800000', '115836.260000', '115836.720000', '115837.180000', '115837.640000', '115838.100000', '115838.560000', '115839.020000', '115839.480000', '115839.940000', '115840.400000', '115840.860000', '115841.320000', '115841.780000', '115842.240000', '115842.700000', '115843.160000', '115843.620000', '115844.080000', '115844.540000', '115845.000000', '115845.460000', '115845.920000', '115846.380000', '115846.840000', '115847.300000', '115847.760000', '115848.220000', '115848.680000', '115849.140000', '115849.600000', '115850.060000', '115850.520000', '115850.980000', '115851.440000', '115851.900000', '115852.360000', '115852.820000', '115853.280000', '115853.740000', '115854.200000', '115854.660000', '115855.120000', '115855.580000', '115856.040000', '115856.500000', '115856.960000', '115857.420000', '115857.880000', '115858.340000', '115858.800000', '115859.260000', '115859.720000', '115900.180000', '115900.640000', '115901.100000', '115901.560000', '115902.020000', '115902.480000', '115902.940000', '115903.400000', '115903.860000', '115904.320000', '115904.780000', '115905.240000', '115905.700000', '115906.160000', '115906.620000', '115907.080000', '115907.540000', '115908.000000', '115908.460000', '115908.920000', '115909.380000', '115909.840000', '115910.300000', '115910.760000', '115911.220000', '115911.680000', '115912.140000', '115912.600000', '115913.060000', '115913.520000', '115913.980000', '115914.440000', '115914.900000', '115915.360000', '115915.820000', '115916.280000', '115916.740000', '115917.200000', '115917.660000', '115918.120000', '115918.580000', '115919.040000', '115919.500000', '115919.960000', '115920.420000', '115920.880000', '115921.340000', '115921.800000', '115922.260000', '115922.720000', '115923.180000', '115923.640000', '115924.100000', '115924.560000', '115925.020000', '115925.480000', '115925.940000', '115926.400000', '115926.860000', '115927.320000', '115927.780000', '115928.240000', '115928.700000', '115929.160000', '115929.620000', '115930.080000', '115930.540000', '115931.000000', '115931.460000', '115931.920000', '115932.380000', '115932.840000', '115933.300000', '115933.760000', '115934.220000', '115934.680000', '115935.140000', '115935.600000', '115936.060000', '115936.520000', '115936.980000', '115937.440000', '115937.900000', '115938.360000', '115938.820000', '115939.280000', '115939.740000', '115940.200000', '115940.660000', '115941.120000', '115941.580000', '115942.040000', '115942.500000', '115942.960000', '115943.420000', '115943.880000', '115944.340000', '115944.800000', '115945.260000', '115945.720000', '115946.180000', '115946.640000', '115947.100000', '115947.560000', '115948.020000', '115948.480000', '115948.940000', '115949.400000', '115949.860000', '115950.320000', '115950.780000', '115951.240000', '115951.700000', '115952.160000', '115952.620000', '115953.080000', '115953.540000', '115954.000000', '115954.460000', '115954.920000', '115955.380000', '115955.840000', '115956.300000', '115956.760000', '115957.220000', '115957.680000', '115958.140000', '115958.600000', '115959.060000', '115959.520000', '115959.980000', '120000.440000', '120000.900000', '120001.360000', '120001.820000', '120002.280000', '120002.740000', '120003.200000', '120003.660000', '120004.120000', '120004.580000', '120005.040000', '120005.500000', '120005.960000', '120006.420000', '120006.880000', '120007.340000', '120007.800000', '120008.260000', '120008.720000', '120009.180000', '120009.640000', '120010.100000', '120010.560000', '120011.020000', '120011.480000', '120011.940000', '120012.400000', '120012.860000', '120013.320000', '120013.780000', '120014.240000', '120014.700000', '120015.160000', '120015.620000', '120016.080000', '120016.540000', '120017.000000', '120017.460000', '120017.920000', '120018.380000', '120018.840000', '120019.300000', '120019.760000', '120020.220000', '120020.680000', '120021.140000', '120021.600000', '120022.060000', '120022.520000', '120022.980000', '120023.440000', '120023.900000', '120024.360000', '120024.820000', '120025.280000', '120025.740000', '120026.200000', '120026.660000', '120027.120000', '120027.580000', '120028.040000', '120028.500000', '120028.960000', '120029.420000', '120029.880000', '120030.340000', '120030.800000', '120031.260000', '120031.720000', '120032.180000', '120032.640000', '120033.100000', '120033.560000', '120034.020000', '120034.480000', '120034.940000', '120035.400000', '120035.860000', '120036.320000', '120036.780000', '120037.240000', '120037.700000', '120038.160000', '120038.620000', '120039.080000', '120039.540000', '120040.000000', '120040.460000', '120040.920000', '120041.380000', '120041.840000', '120042.300000', '120042.760000', '120043.220000', '120043.680000', '120044.140000', '120044.600000', '120045.060000', '120045.520000', '120045.980000', '120046.440000', '120046.900000', '120047.360000', '120047.820000', '120048.280000', '120048.740000', '120049.200000', '120049.660000', '120050.120000', '120050.580000', '120051.040000', '120051.500000', '120051.960000', '120052.420000', '120052.880000', '120053.340000', '120053.800000', '120054.260000', '120054.720000', '120055.180000', '120055.640000', '120056.100000', '120056.560000', '120057.020000', '120057.480000', '120057.940000', '120058.400000', '120058.860000', '120059.320000', '120059.780000', '120100.240000', '120100.700000', '120101.160000', '120101.620000', '120102.080000', '120102.540000', '120103.000000', '120103.460000', '120103.920000', '120104.380000', '120104.840000', '120105.300000', '120105.760000', '120106.220000', '120106.680000', '120107.140000', '120107.600000', '120108.060000', '120108.520000', '120108.980000', '120109.440000', '120109.900000', '120110.360000', '120110.820000', '120111.280000', '120111.740000', '120112.200000', '120112.660000', '120113.120000', '120113.580000', '120114.040000', '120114.500000', '120114.960000', '120115.420000', '120115.880000', '120116.340000', '120116.800000', '120117.260000', '120117.720000', '120118.180000', '120118.640000', '120119.100000', '120119.560000', '120120.020000', '120120.480000', '120120.940000', '120121.400000', '120121.860000', '120122.320000', '120122.780000', '120123.240000', '120123.700000', '120124.160000', '120124.620000', '120125.080000', '120125.540000', '120126.000000', '120126.460000', '120126.920000', '120127.380000', '120127.840000', '120128.300000', '120128.760000', '120129.220000', '120129.680000', '120130.140000', '120130.600000', '120131.060000', '120131.520000', '120131.980000', '120132.440000', '120132.900000', '120133.360000', '120133.820000', '120134.280000', '120134.740000', '120135.200000', '120135.660000', '120136.120000', '120136.580000', '120137.040000', '120137.500000', '120137.960000', '120138.420000', '120138.880000', '120139.340000', '120139.800000', '120140.260000', '120140.720000', '120141.180000', '120141.640000', '120142.100000', '120142.560000', '120143.020000', '120143.480000', '120143.940000', '120144.400000', '120144.860000', '120145.320000', '120145.780000', '120146.240000', '120146.700000', '120147.160000', '120147.620000', '120148.080000', '120148.540000', '120149.000000', '120149.460000', '120149.920000', '120150.380000', '120150.840000', '120151.300000', '120151.760000', '120152.220000', '120152.680000', '120153.140000', '120153.600000', '120154.060000', '120154.520000', '120154.980000', '120155.440000', '120155.900000', '120156.360000', '120156.820000', '120157.280000', '120157.740000', '120158.200000', '120158.660000', '120159.120000', '120159.580000', '120200.040000', '120200.500000', '120200.960000', '120201.420000', '120201.880000', '120202.340000', '120202.800000', '120203.260000', '120203.720000', '120204.180000', '120204.640000', '120205.100000', '120205.560000', '120206.020000', '120206.480000', '120206.940000', '120207.400000', '120207.860000', '120208.320000', '120208.780000', '120209.240000', '120209.700000', '120210.160000', '120210.620000', '120211.080000', '120211.540000', '120212.000000', '120212.460000', '120212.920000', '120213.380000', '120213.840000', '120214.300000', '120214.760000', '120215.220000', '120215.680000', '120216.140000', '120216.600000', '120217.060000', '120217.520000', '120217.980000', '120218.440000', '120218.900000', '120219.360000', '120219.820000', '120220.280000', '120220.740000', '120221.200000', '120221.660000', '120222.120000', '120222.580000', '120223.040000', '120223.500000', '120223.960000', '120224.420000', '120224.880000', '120225.340000', '120225.800000', '120226.260000', '120226.720000', '120227.180000', '120227.640000', '120228.100000', '120228.560000', '120229.020000', '120229.480000', '120229.940000', '120230.400000', '120230.860000', '120231.320000', '120231.780000'], 'ContentTime': ['115317.598000', '115317.602000', '115317.604000', '115317.607000', '115317.609000', '115317.612000', '115317.615000', '115317.617000', '115317.620000', '115317.623000', '115317.625000', '115317.628000', '115317.630000', '115317.633000', '115317.636000', '115317.639000', '115317.641000', '115317.644000', '115317.646000', '115317.649000', '115317.652000', '115317.654000', '115317.657000', '115317.659000', '115317.662000', '115317.665000', '115317.667000', '115317.674000', '115317.676000', '115317.679000', '115317.681000', '115317.684000', '115317.687000', '115317.689000', '115317.692000', '115317.694000', '115317.697000', '115317.700000', '115317.702000', '115317.705000', '115317.708000', '115317.710000', '115317.713000', '115317.716000', '115317.718000', '115317.721000', '115317.723000', '115317.726000', '115317.729000', '115317.731000', '115317.734000', '115317.736000', '115317.739000', '115317.742000', '115317.744000', '115317.759000', '115317.761000', '115317.764000', '115317.767000', '115337.566000', '115337.569000', '115337.572000', '115337.575000', '115337.577000', '115337.588000', '115337.591000', '115337.594000', '115337.596000', '115337.599000', '115337.601000', '115337.604000', '115337.607000', '115337.609000', '115337.612000', '115337.615000', '115337.617000', '115337.620000', '115337.623000', '115337.625000', '115337.628000', '115337.630000', '115337.633000', '115337.636000', '115337.638000', '115337.641000', '115337.644000', '115337.646000', '115337.649000', '115337.652000', '115337.654000', '115337.657000', '115337.660000', '115337.662000', '115337.665000', '115337.668000', '115337.670000', '115337.673000', '115337.676000', '115337.678000', '115337.681000', '115337.683000', '115337.686000', '115357.566000', '115357.568000', '115357.571000', '115357.574000', '115357.577000', '115357.579000', '115357.582000', '115357.584000', '115357.587000', '115357.590000', '115357.592000', '115357.595000', '115357.598000', '115357.600000', '115357.603000', '115357.606000', '115357.609000', '115357.611000', '115357.614000', '115357.616000', '115357.619000', '115357.622000', '115357.624000', '115357.627000', '115357.632000', '115357.635000', '115357.637000', '115357.640000', '115357.643000', '115357.645000', '115357.648000', '115357.650000', '115357.653000', '115357.656000', '115357.658000', '115357.661000', '115357.664000', '115357.666000', '115357.669000', '115357.671000', '115357.674000', '115357.677000', '115357.679000', '115357.682000', '115417.566000', '115417.568000', '115417.571000', '115417.574000', '115417.576000', '115417.579000', '115417.582000', '115417.584000', '115417.587000', '115417.589000', '115417.592000', '115417.595000', '115417.597000', '115417.600000', '115417.603000', '115417.605000', '115417.608000', '115417.611000', '115417.613000', '115417.616000', '115417.619000', '115417.621000', '115417.624000', '115417.627000', '115417.629000', '115417.632000', '115417.634000', '115417.637000', '115417.640000', '115417.642000', '115417.645000', '115417.648000', '115417.650000', '115417.653000', '115417.656000', '115417.658000', '115417.661000', '115417.663000', '115417.666000', '115417.669000', '115417.671000', '115417.674000', '115417.677000', '115437.566000', '115437.569000', '115437.572000', '115437.575000', '115437.577000', '115437.580000', '115437.582000', '115437.585000', '115437.588000', '115437.590000', '115437.593000', '115437.596000', '115437.598000', '115437.601000', '115437.604000', '115437.606000', '115437.609000', '115437.611000', '115437.614000', '115437.617000', '115437.619000', '115437.622000', '115437.625000', '115437.627000', '115437.630000', '115437.633000', '115437.635000', '115437.638000', '115437.641000', '115437.643000', '115437.646000', '115437.648000', '115437.651000', '115437.654000', '115437.656000', '115437.659000', '115437.662000', '115437.664000', '115437.667000', '115437.669000', '115437.672000', '115437.675000', '115437.677000', '115437.680000', '115457.566000', '115457.569000', '115457.572000', '115457.575000', '115457.577000', '115457.580000', '115457.583000', '115457.585000', '115457.588000', '115457.591000', '115457.593000', '115457.596000', '115457.599000', '115457.602000', '115457.604000', '115457.607000', '115457.609000', '115457.612000', '115457.615000', '115457.622000', '115457.625000', '115457.628000', '115457.630000', '115457.633000', '115457.635000', '115457.638000', '115457.641000', '115457.643000', '115457.646000', '115457.649000', '115457.651000', '115457.654000', '115457.657000', '115457.659000', '115457.662000', '115457.673000', '115457.676000', '115457.678000', '115457.681000', '115457.683000', '115457.686000', '115457.689000', '115457.691000', '115517.566000', '115517.569000', '115517.572000', '115517.574000', '115517.577000', '115517.580000', '115517.582000', '115517.585000', '115517.588000', '115517.590000', '115517.594000', '115517.597000', '115517.600000', '115517.602000', '115517.605000', '115517.608000', '115517.610000', '115517.613000', '115517.616000', '115517.619000', '115517.621000', '115517.624000', '115517.627000', '115517.629000', '115517.632000', '115517.634000', '115517.637000', '115517.640000', '115517.642000', '115517.645000', '115517.648000', '115517.650000', '115517.653000', '115517.656000', '115517.658000', '115517.661000', '115517.664000', '115517.666000', '115517.669000', '115517.672000', '115517.674000', '115517.677000', '115517.679000', '115537.567000', '115537.570000', '115537.573000', '115537.575000', '115537.578000', '115537.581000', '115537.583000', '115537.586000', '115537.589000', '115537.591000', '115537.594000', '115537.597000', '115537.599000', '115537.602000', '115537.605000', '115537.607000', '115537.610000', '115537.613000', '115537.615000', '115537.618000', '115537.621000', '115537.624000', '115537.626000', '115537.629000', '115537.632000', '115537.634000', '115537.637000', '115537.640000', '115537.642000', '115537.645000', '115537.648000', '115537.651000', '115537.653000', '115537.656000', '115537.659000', '115537.662000', '115537.665000', '115537.668000', '115537.670000', '115537.673000', '115537.676000', '115537.679000', '115537.682000', '115537.684000', '115557.567000', '115557.570000', '115557.574000', '115557.577000', '115557.580000', '115557.582000', '115557.585000', '115557.588000', '115557.590000', '115557.593000', '115557.596000', '115557.598000', '115557.601000', '115557.604000', '115557.607000', '115557.609000', '115557.612000', '115557.615000', '115557.618000', '115557.620000', '115557.623000', '115557.626000', '115557.628000', '115557.631000', '115557.633000', '115557.636000', '115557.639000', '115557.641000', '115557.644000', '115557.647000', '115557.649000', '115557.652000', '115557.655000', '115557.657000', '115557.660000', '115557.663000', '115557.665000', '115557.668000', '115557.671000', '115557.673000', '115557.676000', '115557.679000', '115557.681000', '115617.566000', '115617.568000', '115617.571000', '115617.574000', '115617.577000', '115617.579000', '115617.582000', '115617.584000', '115617.587000', '115617.590000', '115617.592000', '115617.595000', '115617.598000', '115617.600000', '115617.611000', '115617.613000', '115617.616000', '115617.619000', '115617.622000', '115617.624000', '115617.627000', '115617.630000', '115617.632000', '115617.635000', '115617.638000', '115617.640000', '115617.643000', '115617.646000', '115617.648000', '115617.651000', '115617.654000', '115617.656000', '115617.659000', '115617.662000', '115617.664000', '115617.667000', '115617.670000', '115617.672000', '115617.675000', '115617.677000', '115617.680000', '115617.683000', '115617.685000', '115617.688000', '115637.566000', '115637.568000', '115637.571000', '115637.574000', '115637.577000', '115637.579000', '115637.582000', '115637.584000', '115637.587000', '115637.590000', '115637.593000', '115637.596000', '115637.599000', '115637.602000', '115637.604000', '115637.607000', '115637.610000', '115637.612000', '115637.615000', '115637.618000', '115637.620000', '115637.623000', '115637.626000', '115637.629000', '115637.634000', '115637.636000', '115637.639000', '115637.642000', '115637.644000', '115637.647000', '115637.650000', '115637.664000', '115637.667000', '115637.669000', '115637.672000', '115637.675000', '115637.677000', '115637.680000', '115637.683000', '115637.686000', '115637.689000', '115637.691000', '115637.694000', '115657.567000', '115657.570000', '115657.572000', '115657.575000', '115657.578000', '115657.580000', '115657.583000', '115657.585000', '115657.588000', '115657.591000', '115657.593000', '115657.596000', '115657.599000', '115657.601000', '115657.604000', '115657.607000', '115657.609000', '115657.612000', '115657.615000', '115657.617000', '115657.620000', '115657.623000', '115657.625000', '115657.628000', '115657.630000', '115657.633000', '115657.636000', '115657.639000', '115657.641000', '115657.644000', '115657.647000', '115657.649000', '115657.652000', '115657.655000', '115657.657000', '115657.660000', '115657.663000', '115657.665000', '115657.668000', '115657.671000', '115657.673000', '115657.676000', '115657.679000', '115657.681000', '115717.566000', '115717.569000', '115717.572000', '115717.575000', '115717.577000', '115717.580000', '115717.583000', '115717.585000', '115717.588000', '115717.591000', '115717.593000', '115717.596000', '115717.599000', '115717.601000', '115717.604000', '115717.607000', '115717.609000', '115717.612000', '115717.615000', '115717.618000', '115717.622000', '115717.625000', '115717.628000', '115717.630000', '115717.633000', '115717.636000', '115717.638000', '115717.641000', '115717.644000', '115717.646000', '115717.649000', '115717.652000', '115717.655000', '115717.657000', '115717.660000', '115717.663000', '115717.665000', '115717.668000', '115717.670000', '115717.673000', '115717.676000', '115717.678000', '115717.681000', '115737.566000', '115737.569000', '115737.572000', '115737.575000', '115737.578000', '115737.580000', '115737.583000', '115737.585000', '115737.588000', '115737.591000', '115737.594000', '115737.596000', '115737.599000', '115737.602000', '115737.604000', '115737.607000', '115737.610000', '115737.612000', '115737.615000', '115737.618000', '115737.620000', '115737.623000', '115737.626000', '115737.628000', '115737.631000', '115737.634000', '115737.636000', '115737.639000', '115737.642000', '115737.644000', '115737.647000', '115737.650000', '115737.652000', '115737.655000', '115737.658000', '115737.660000', '115737.663000', '115737.665000', '115737.668000', '115737.671000', '115737.673000', '115737.676000', '115737.679000', '115737.681000', '115757.567000', '115757.569000', '115757.572000', '115757.575000', '115757.578000', '115757.580000', '115757.583000', '115757.585000', '115757.588000', '115757.591000', '115757.593000', '115757.596000', '115757.599000', '115757.601000', '115757.604000', '115757.606000', '115757.609000', '115757.612000', '115757.614000', '115757.617000', '115757.620000', '115757.622000', '115757.626000', '115757.629000', '115757.631000', '115757.634000', '115757.637000', '115757.639000', '115757.642000', '115757.645000', '115757.647000', '115757.650000', '115757.653000', '115757.655000', '115757.658000', '115757.661000', '115757.663000', '115757.666000', '115757.669000', '115757.672000', '115757.675000', '115757.678000', '115757.691000', '115817.567000', '115817.570000', '115817.572000', '115817.575000', '115817.577000', '115817.580000', '115817.583000', '115817.586000', '115817.588000', '115817.591000', '115817.594000', '115817.596000', '115817.606000', '115817.609000', '115817.612000', '115817.614000', '115817.617000', '115817.620000', '115817.622000', '115817.625000', '115817.627000', '115817.630000', '115817.633000', '115817.635000', '115817.638000', '115817.641000', '115817.643000', '115817.646000', '115817.649000', '115817.652000', '115817.654000', '115817.657000', '115817.659000', '115817.662000', '115817.665000', '115817.669000', '115817.672000', '115817.675000', '115817.677000', '115817.680000', '115817.682000', '115817.685000', '115817.688000', '115817.690000', '115837.566000', '115837.569000', '115837.571000', '115837.574000', '115837.577000', '115837.580000', '115837.582000', '115837.585000', '115837.588000', '115837.590000', '115837.593000', '115837.596000', '115837.598000', '115837.601000', '115837.604000', '115837.606000', '115837.609000', '115837.612000', '115837.614000', '115837.617000', '115837.619000', '115837.622000', '115837.625000', '115837.628000', '115837.630000', '115837.633000', '115837.636000', '115837.638000', '115837.641000', '115837.644000', '115837.646000', '115837.649000', '115837.652000', '115837.654000', '115837.657000', '115837.660000', '115837.662000', '115837.665000', '115837.668000', '115837.671000', '115837.673000', '115837.676000', '115837.679000', '115857.567000', '115857.570000', '115857.572000', '115857.575000', '115857.578000', '115857.580000', '115857.583000', '115857.585000', '115857.588000', '115857.591000', '115857.594000', '115857.596000', '115857.599000', '115857.602000', '115857.604000', '115857.607000', '115857.610000', '115857.612000', '115857.615000', '115857.618000', '115857.620000', '115857.623000', '115857.626000', '115857.628000', '115857.631000', '115857.634000', '115857.636000', '115857.639000', '115857.642000', '115857.644000', '115857.647000', '115857.650000', '115857.652000', '115857.655000', '115857.658000', '115857.660000', '115857.663000', '115857.666000', '115857.668000', '115857.671000', '115857.674000', '115857.676000', '115857.679000', '115857.681000', '115917.567000', '115917.569000', '115917.572000', '115917.575000', '115917.577000', '115917.580000', '115917.583000', '115917.585000', '115917.588000', '115917.591000', '115917.593000', '115917.596000', '115917.599000', '115917.601000', '115917.604000', '115917.607000', '115917.610000', '115917.612000', '115917.615000', '115917.618000', '115917.620000', '115917.623000', '115917.626000', '115917.628000', '115917.631000', '115917.634000', '115917.636000', '115917.639000', '115917.642000', '115917.644000', '115917.647000', '115917.650000', '115917.653000', '115917.657000', '115917.660000', '115917.662000', '115917.665000', '115917.668000', '115917.670000', '115917.673000', '115917.676000', '115917.678000', '115917.681000', '115937.566000', '115937.569000', '115937.572000', '115937.575000', '115937.578000', '115937.580000', '115937.583000', '115937.586000', '115937.588000', '115937.591000', '115937.603000', '115937.606000', '115937.609000', '115937.612000', '115937.614000', '115937.617000', '115937.620000', '115937.623000', '115937.625000', '115937.628000', '115937.630000', '115937.633000', '115937.636000', '115937.638000', '115937.641000', '115937.644000', '115937.646000', '115937.649000', '115937.652000', '115937.654000', '115937.657000', '115937.659000', '115937.662000', '115937.665000', '115937.667000', '115937.670000', '115937.673000', '115937.675000', '115937.678000', '115937.681000', '115937.683000', '115937.686000', '115937.688000', '115937.691000', '115957.567000', '115957.570000', '115957.573000', '115957.575000', '115957.578000', '115957.581000', '115957.583000', '115957.586000', '115957.589000', '115957.591000', '115957.594000', '115957.597000', '115957.600000', '115957.602000', '115957.605000', '115957.608000', '115957.610000', '115957.613000', '115957.616000', '115957.618000', '115957.621000', '115957.624000', '115957.626000', '115957.629000', '115957.632000', '115957.634000', '115957.637000', '115957.640000', '115957.642000', '115957.645000', '115957.648000', '115957.650000', '115957.653000', '115957.656000', '115957.658000', '115957.661000', '115957.664000', '115957.666000', '115957.669000', '115957.672000', '115957.674000', '115957.677000', '115957.680000', '120017.567000', '120017.570000', '120017.572000', '120017.575000', '120017.578000', '120017.580000', '120017.583000', '120017.586000', '120017.588000', '120017.591000', '120017.594000', '120017.596000', '120017.599000', '120017.602000', '120017.604000', '120017.607000', '120017.609000', '120017.612000', '120017.615000', '120017.617000', '120017.620000', '120017.623000', '120017.625000', '120017.628000', '120017.631000', '120017.633000', '120017.636000', '120017.639000', '120017.641000', '120017.644000', '120017.647000', '120017.649000', '120017.652000', '120017.654000', '120017.657000', '120017.660000', '120017.662000', '120017.665000', '120017.668000', '120017.670000', '120017.673000', '120017.675000', '120017.678000', '120017.681000', '120037.567000', '120037.569000', '120037.572000', '120037.575000', '120037.577000', '120037.580000', '120037.583000', '120037.585000', '120037.588000', '120037.591000', '120037.593000', '120037.596000', '120037.599000', '120037.601000', '120037.604000', '120037.607000', '120037.609000', '120037.612000', '120037.615000', '120037.618000', '120037.620000', '120037.623000', '120037.626000', '120037.628000', '120037.631000', '120037.634000', '120037.636000', '120037.639000', '120037.641000', '120037.644000', '120037.647000', '120037.649000', '120037.652000', '120037.655000', '120037.657000', '120037.660000', '120037.663000', '120037.665000', '120037.668000', '120037.670000', '120037.673000', '120037.676000', '120037.678000', '120057.566000', '120057.569000', '120057.571000', '120057.574000', '120057.577000', '120057.580000', '120057.595000', '120057.598000', '120057.600000', '120057.603000', '120057.606000', '120057.609000', '120057.611000', '120057.614000', '120057.617000', '120057.620000', '120057.623000', '120057.625000', '120057.628000', '120057.631000', '120057.633000', '120057.636000', '120057.639000', '120057.641000', '120057.644000', '120057.647000', '120057.649000', '120057.652000', '120057.655000', '120057.658000', '120057.660000', '120057.663000', '120057.665000', '120057.668000', '120057.671000', '120057.674000', '120057.683000', '120057.693000', '120057.696000', '120057.699000', '120057.701000', '120057.704000', '120057.707000', '120057.710000', '120117.567000', '120117.570000', '120117.572000', '120117.575000', '120117.578000', '120117.581000', '120117.583000', '120117.586000', '120117.589000', '120117.591000', '120117.594000', '120117.597000', '120117.599000', '120117.602000', '120117.605000', '120117.608000', '120117.610000', '120117.613000', '120117.615000', '120117.618000', '120117.621000', '120117.624000', '120117.626000', '120117.629000', '120117.632000', '120117.634000', '120117.637000', '120117.639000', '120117.642000', '120117.645000', '120117.647000', '120117.650000', '120117.653000', '120117.655000', '120117.658000', '120117.660000', '120117.663000', '120117.666000', '120117.668000', '120117.671000', '120117.674000', '120117.676000', '120117.679000', '120137.567000', '120137.569000', '120137.572000', '120137.575000', '120137.578000', '120137.580000', '120137.583000', '120137.585000', '120137.588000', '120137.591000', '120137.593000', '120137.596000', '120137.599000', '120137.602000', '120137.604000', '120137.607000', '120137.610000', '120137.612000', '120137.615000', '120137.617000', '120137.620000', '120137.623000', '120137.625000', '120137.628000', '120137.631000', '120137.633000', '120137.636000', '120137.638000', '120137.641000', '120137.644000', '120137.646000', '120137.649000', '120137.652000', '120137.654000', '120137.657000', '120137.660000', '120137.662000', '120137.665000', '120137.668000', '120137.670000', '120137.673000', '120137.675000', '120137.678000', '120137.681000', '120157.567000', '120157.570000', '120157.572000', '120157.575000', '120157.578000', '120157.580000', '120157.583000', '120157.586000', '120157.588000', '120157.591000', '120157.594000', '120157.596000', '120157.599000', '120157.602000', '120157.605000', '120157.607000', '120157.610000', '120157.613000', '120157.615000', '120157.618000', '120157.621000', '120157.623000', '120157.626000', '120157.629000', '120157.631000', '120157.634000', '120157.637000', '120157.639000', '120157.642000', '120157.645000', '120157.648000', '120157.650000', '120157.653000', '120157.656000', '120157.658000', '120157.661000', '120157.664000', '120157.666000', '120157.669000', '120157.672000', '120157.674000', '120157.677000', '120157.680000', '120217.567000', '120217.569000', '120217.572000', '120217.601000', '120217.604000', '120217.607000', '120217.609000', '120217.612000', '120217.615000', '120217.618000', '120217.620000', '120217.623000', '120217.626000', '120217.628000', '120217.631000', '120217.634000', '120217.636000', '120217.639000', '120217.642000', '120217.644000', '120217.647000', '120217.650000', '120217.652000', '120217.655000', '120217.658000', '120217.660000', '120217.663000', '120217.665000', '120217.668000', '120217.671000', '120217.673000', '120217.676000', '120217.679000', '120217.681000', '120217.684000', '120217.687000', '120217.689000', '120217.692000', '120217.694000', '120217.697000', '120217.700000', '120217.703000', '120217.705000', '120217.708000', '120233.637000', '120233.641000', '120233.644000', '120233.647000', '120233.650000', '120233.653000', '120233.656000', '120233.659000', '120233.662000', '120233.664000', '120233.667000', '120233.670000', '120233.672000', '120233.676000', '120233.678000', '120233.681000', '120233.684000', '120233.687000', '120233.690000', '120233.693000', '120233.695000', '120233.698000', '120233.701000', '120233.703000', '120233.706000', '120233.709000', '120233.712000', '120233.714000', '120233.719000', '120233.724000', '120233.727000', '120233.730000', '120233.733000', '120233.736000', '120233.739000'], 'InstanceCreationTime': ['115317.598000', '115317.602000', '115317.604000', '115317.607000', '115317.609000', '115317.612000', '115317.615000', '115317.617000', '115317.620000', '115317.623000', '115317.625000', '115317.628000', '115317.630000', '115317.633000', '115317.636000', '115317.639000', '115317.641000', '115317.644000', '115317.646000', '115317.649000', '115317.652000', '115317.654000', '115317.657000', '115317.659000', '115317.662000', '115317.665000', '115317.667000', '115317.674000', '115317.676000', '115317.679000', '115317.681000', '115317.684000', '115317.687000', '115317.689000', '115317.692000', '115317.694000', '115317.697000', '115317.700000', '115317.702000', '115317.705000', '115317.708000', '115317.710000', '115317.713000', '115317.716000', '115317.718000', '115317.721000', '115317.723000', '115317.726000', '115317.729000', '115317.731000', '115317.734000', '115317.736000', '115317.739000', '115317.742000', '115317.744000', '115317.759000', '115317.761000', '115317.764000', '115317.767000', '115337.566000', '115337.569000', '115337.572000', '115337.575000', '115337.577000', '115337.588000', '115337.591000', '115337.594000', '115337.596000', '115337.599000', '115337.601000', '115337.604000', '115337.607000', '115337.609000', '115337.612000', '115337.615000', '115337.617000', '115337.620000', '115337.623000', '115337.625000', '115337.628000', '115337.630000', '115337.633000', '115337.636000', '115337.638000', '115337.641000', '115337.644000', '115337.646000', '115337.649000', '115337.652000', '115337.654000', '115337.657000', '115337.660000', '115337.662000', '115337.665000', '115337.668000', '115337.670000', '115337.673000', '115337.676000', '115337.678000', '115337.681000', '115337.683000', '115337.686000', '115357.566000', '115357.568000', '115357.571000', '115357.574000', '115357.577000', '115357.579000', '115357.582000', '115357.584000', '115357.587000', '115357.590000', '115357.592000', '115357.595000', '115357.598000', '115357.600000', '115357.603000', '115357.606000', '115357.609000', '115357.611000', '115357.614000', '115357.616000', '115357.619000', '115357.622000', '115357.624000', '115357.627000', '115357.632000', '115357.635000', '115357.637000', '115357.640000', '115357.643000', '115357.645000', '115357.648000', '115357.650000', '115357.653000', '115357.656000', '115357.658000', '115357.661000', '115357.664000', '115357.666000', '115357.669000', '115357.671000', '115357.674000', '115357.677000', '115357.679000', '115357.682000', '115417.566000', '115417.568000', '115417.571000', '115417.574000', '115417.576000', '115417.579000', '115417.582000', '115417.584000', '115417.587000', '115417.589000', '115417.592000', '115417.595000', '115417.597000', '115417.600000', '115417.603000', '115417.605000', '115417.608000', '115417.611000', '115417.613000', '115417.616000', '115417.619000', '115417.621000', '115417.624000', '115417.627000', '115417.629000', '115417.632000', '115417.634000', '115417.637000', '115417.640000', '115417.642000', '115417.645000', '115417.648000', '115417.650000', '115417.653000', '115417.656000', '115417.658000', '115417.661000', '115417.663000', '115417.666000', '115417.669000', '115417.671000', '115417.674000', '115417.677000', '115437.566000', '115437.569000', '115437.572000', '115437.575000', '115437.577000', '115437.580000', '115437.582000', '115437.585000', '115437.588000', '115437.590000', '115437.593000', '115437.596000', '115437.598000', '115437.601000', '115437.604000', '115437.606000', '115437.609000', '115437.611000', '115437.614000', '115437.617000', '115437.619000', '115437.622000', '115437.625000', '115437.627000', '115437.630000', '115437.633000', '115437.635000', '115437.638000', '115437.641000', '115437.643000', '115437.646000', '115437.648000', '115437.651000', '115437.654000', '115437.656000', '115437.659000', '115437.662000', '115437.664000', '115437.667000', '115437.669000', '115437.672000', '115437.675000', '115437.677000', '115437.680000', '115457.566000', '115457.569000', '115457.572000', '115457.575000', '115457.577000', '115457.580000', '115457.583000', '115457.585000', '115457.588000', '115457.591000', '115457.593000', '115457.596000', '115457.599000', '115457.602000', '115457.604000', '115457.607000', '115457.609000', '115457.612000', '115457.615000', '115457.622000', '115457.625000', '115457.628000', '115457.630000', '115457.633000', '115457.635000', '115457.638000', '115457.641000', '115457.643000', '115457.646000', '115457.649000', '115457.651000', '115457.654000', '115457.657000', '115457.659000', '115457.662000', '115457.673000', '115457.676000', '115457.678000', '115457.681000', '115457.683000', '115457.686000', '115457.689000', '115457.691000', '115517.566000', '115517.569000', '115517.572000', '115517.574000', '115517.577000', '115517.580000', '115517.582000', '115517.585000', '115517.588000', '115517.590000', '115517.594000', '115517.597000', '115517.600000', '115517.602000', '115517.605000', '115517.608000', '115517.610000', '115517.613000', '115517.616000', '115517.619000', '115517.621000', '115517.624000', '115517.627000', '115517.629000', '115517.632000', '115517.634000', '115517.637000', '115517.640000', '115517.642000', '115517.645000', '115517.648000', '115517.650000', '115517.653000', '115517.656000', '115517.658000', '115517.661000', '115517.664000', '115517.666000', '115517.669000', '115517.672000', '115517.674000', '115517.677000', '115517.679000', '115537.567000', '115537.570000', '115537.573000', '115537.575000', '115537.578000', '115537.581000', '115537.583000', '115537.586000', '115537.589000', '115537.591000', '115537.594000', '115537.597000', '115537.599000', '115537.602000', '115537.605000', '115537.607000', '115537.610000', '115537.613000', '115537.615000', '115537.618000', '115537.621000', '115537.624000', '115537.626000', '115537.629000', '115537.632000', '115537.634000', '115537.637000', '115537.640000', '115537.642000', '115537.645000', '115537.648000', '115537.651000', '115537.653000', '115537.656000', '115537.659000', '115537.662000', '115537.665000', '115537.668000', '115537.670000', '115537.673000', '115537.676000', '115537.679000', '115537.682000', '115537.684000', '115557.567000', '115557.570000', '115557.574000', '115557.577000', '115557.580000', '115557.582000', '115557.585000', '115557.588000', '115557.590000', '115557.593000', '115557.596000', '115557.598000', '115557.601000', '115557.604000', '115557.607000', '115557.609000', '115557.612000', '115557.615000', '115557.618000', '115557.620000', '115557.623000', '115557.626000', '115557.628000', '115557.631000', '115557.633000', '115557.636000', '115557.639000', '115557.641000', '115557.644000', '115557.647000', '115557.649000', '115557.652000', '115557.655000', '115557.657000', '115557.660000', '115557.663000', '115557.665000', '115557.668000', '115557.671000', '115557.673000', '115557.676000', '115557.679000', '115557.681000', '115617.566000', '115617.568000', '115617.571000', '115617.574000', '115617.577000', '115617.579000', '115617.582000', '115617.584000', '115617.587000', '115617.590000', '115617.592000', '115617.595000', '115617.598000', '115617.600000', '115617.611000', '115617.613000', '115617.616000', '115617.619000', '115617.622000', '115617.624000', '115617.627000', '115617.630000', '115617.632000', '115617.635000', '115617.638000', '115617.640000', '115617.643000', '115617.646000', '115617.648000', '115617.651000', '115617.654000', '115617.656000', '115617.659000', '115617.662000', '115617.664000', '115617.667000', '115617.670000', '115617.672000', '115617.675000', '115617.677000', '115617.680000', '115617.683000', '115617.685000', '115617.688000', '115637.566000', '115637.568000', '115637.571000', '115637.574000', '115637.577000', '115637.579000', '115637.582000', '115637.584000', '115637.587000', '115637.590000', '115637.593000', '115637.596000', '115637.599000', '115637.602000', '115637.604000', '115637.607000', '115637.610000', '115637.612000', '115637.615000', '115637.618000', '115637.620000', '115637.623000', '115637.626000', '115637.629000', '115637.634000', '115637.636000', '115637.639000', '115637.642000', '115637.644000', '115637.647000', '115637.650000', '115637.664000', '115637.667000', '115637.669000', '115637.672000', '115637.675000', '115637.677000', '115637.680000', '115637.683000', '115637.686000', '115637.689000', '115637.691000', '115637.694000', '115657.567000', '115657.570000', '115657.572000', '115657.575000', '115657.578000', '115657.580000', '115657.583000', '115657.585000', '115657.588000', '115657.591000', '115657.593000', '115657.596000', '115657.599000', '115657.601000', '115657.604000', '115657.607000', '115657.609000', '115657.612000', '115657.615000', '115657.617000', '115657.620000', '115657.623000', '115657.625000', '115657.628000', '115657.630000', '115657.633000', '115657.636000', '115657.639000', '115657.641000', '115657.644000', '115657.647000', '115657.649000', '115657.652000', '115657.655000', '115657.657000', '115657.660000', '115657.663000', '115657.665000', '115657.668000', '115657.671000', '115657.673000', '115657.676000', '115657.679000', '115657.681000', '115717.566000', '115717.569000', '115717.572000', '115717.575000', '115717.577000', '115717.580000', '115717.583000', '115717.585000', '115717.588000', '115717.591000', '115717.593000', '115717.596000', '115717.599000', '115717.601000', '115717.604000', '115717.607000', '115717.609000', '115717.612000', '115717.615000', '115717.618000', '115717.622000', '115717.625000', '115717.628000', '115717.630000', '115717.633000', '115717.636000', '115717.638000', '115717.641000', '115717.644000', '115717.646000', '115717.649000', '115717.652000', '115717.655000', '115717.657000', '115717.660000', '115717.663000', '115717.665000', '115717.668000', '115717.670000', '115717.673000', '115717.676000', '115717.678000', '115717.681000', '115737.566000', '115737.569000', '115737.572000', '115737.575000', '115737.578000', '115737.580000', '115737.583000', '115737.585000', '115737.588000', '115737.591000', '115737.594000', '115737.596000', '115737.599000', '115737.602000', '115737.604000', '115737.607000', '115737.610000', '115737.612000', '115737.615000', '115737.618000', '115737.620000', '115737.623000', '115737.626000', '115737.628000', '115737.631000', '115737.634000', '115737.636000', '115737.639000', '115737.642000', '115737.644000', '115737.647000', '115737.650000', '115737.652000', '115737.655000', '115737.658000', '115737.660000', '115737.663000', '115737.665000', '115737.668000', '115737.671000', '115737.673000', '115737.676000', '115737.679000', '115737.681000', '115757.567000', '115757.569000', '115757.572000', '115757.575000', '115757.578000', '115757.580000', '115757.583000', '115757.585000', '115757.588000', '115757.591000', '115757.593000', '115757.596000', '115757.599000', '115757.601000', '115757.604000', '115757.606000', '115757.609000', '115757.612000', '115757.614000', '115757.617000', '115757.620000', '115757.622000', '115757.626000', '115757.629000', '115757.631000', '115757.634000', '115757.637000', '115757.639000', '115757.642000', '115757.645000', '115757.647000', '115757.650000', '115757.653000', '115757.655000', '115757.658000', '115757.661000', '115757.663000', '115757.666000', '115757.669000', '115757.672000', '115757.675000', '115757.678000', '115757.691000', '115817.567000', '115817.570000', '115817.572000', '115817.575000', '115817.577000', '115817.580000', '115817.583000', '115817.586000', '115817.588000', '115817.591000', '115817.594000', '115817.596000', '115817.606000', '115817.609000', '115817.612000', '115817.614000', '115817.617000', '115817.620000', '115817.622000', '115817.625000', '115817.627000', '115817.630000', '115817.633000', '115817.635000', '115817.638000', '115817.641000', '115817.643000', '115817.646000', '115817.649000', '115817.652000', '115817.654000', '115817.657000', '115817.659000', '115817.662000', '115817.665000', '115817.669000', '115817.672000', '115817.675000', '115817.677000', '115817.680000', '115817.682000', '115817.685000', '115817.688000', '115817.690000', '115837.566000', '115837.569000', '115837.571000', '115837.574000', '115837.577000', '115837.580000', '115837.582000', '115837.585000', '115837.588000', '115837.590000', '115837.593000', '115837.596000', '115837.598000', '115837.601000', '115837.604000', '115837.606000', '115837.609000', '115837.612000', '115837.614000', '115837.617000', '115837.619000', '115837.622000', '115837.625000', '115837.628000', '115837.630000', '115837.633000', '115837.636000', '115837.638000', '115837.641000', '115837.644000', '115837.646000', '115837.649000', '115837.652000', '115837.654000', '115837.657000', '115837.660000', '115837.662000', '115837.665000', '115837.668000', '115837.671000', '115837.673000', '115837.676000', '115837.679000', '115857.567000', '115857.570000', '115857.572000', '115857.575000', '115857.578000', '115857.580000', '115857.583000', '115857.585000', '115857.588000', '115857.591000', '115857.594000', '115857.596000', '115857.599000', '115857.602000', '115857.604000', '115857.607000', '115857.610000', '115857.612000', '115857.615000', '115857.618000', '115857.620000', '115857.623000', '115857.626000', '115857.628000', '115857.631000', '115857.634000', '115857.636000', '115857.639000', '115857.642000', '115857.644000', '115857.647000', '115857.650000', '115857.652000', '115857.655000', '115857.658000', '115857.660000', '115857.663000', '115857.666000', '115857.668000', '115857.671000', '115857.674000', '115857.676000', '115857.679000', '115857.681000', '115917.567000', '115917.569000', '115917.572000', '115917.575000', '115917.577000', '115917.580000', '115917.583000', '115917.585000', '115917.588000', '115917.591000', '115917.593000', '115917.596000', '115917.599000', '115917.601000', '115917.604000', '115917.607000', '115917.610000', '115917.612000', '115917.615000', '115917.618000', '115917.620000', '115917.623000', '115917.626000', '115917.628000', '115917.631000', '115917.634000', '115917.636000', '115917.639000', '115917.642000', '115917.644000', '115917.647000', '115917.650000', '115917.653000', '115917.657000', '115917.660000', '115917.662000', '115917.665000', '115917.668000', '115917.670000', '115917.673000', '115917.676000', '115917.678000', '115917.681000', '115937.566000', '115937.569000', '115937.572000', '115937.575000', '115937.578000', '115937.580000', '115937.583000', '115937.586000', '115937.588000', '115937.591000', '115937.603000', '115937.606000', '115937.609000', '115937.612000', '115937.614000', '115937.617000', '115937.620000', '115937.623000', '115937.625000', '115937.628000', '115937.630000', '115937.633000', '115937.636000', '115937.638000', '115937.641000', '115937.644000', '115937.646000', '115937.649000', '115937.652000', '115937.654000', '115937.657000', '115937.659000', '115937.662000', '115937.665000', '115937.667000', '115937.670000', '115937.673000', '115937.675000', '115937.678000', '115937.681000', '115937.683000', '115937.686000', '115937.688000', '115937.691000', '115957.567000', '115957.570000', '115957.573000', '115957.575000', '115957.578000', '115957.581000', '115957.583000', '115957.586000', '115957.589000', '115957.591000', '115957.594000', '115957.597000', '115957.600000', '115957.602000', '115957.605000', '115957.608000', '115957.610000', '115957.613000', '115957.616000', '115957.618000', '115957.621000', '115957.624000', '115957.626000', '115957.629000', '115957.632000', '115957.634000', '115957.637000', '115957.640000', '115957.642000', '115957.645000', '115957.648000', '115957.650000', '115957.653000', '115957.656000', '115957.658000', '115957.661000', '115957.664000', '115957.666000', '115957.669000', '115957.672000', '115957.674000', '115957.677000', '115957.680000', '120017.567000', '120017.570000', '120017.572000', '120017.575000', '120017.578000', '120017.580000', '120017.583000', '120017.586000', '120017.588000', '120017.591000', '120017.594000', '120017.596000', '120017.599000', '120017.602000', '120017.604000', '120017.607000', '120017.609000', '120017.612000', '120017.615000', '120017.617000', '120017.620000', '120017.623000', '120017.625000', '120017.628000', '120017.631000', '120017.633000', '120017.636000', '120017.639000', '120017.641000', '120017.644000', '120017.647000', '120017.649000', '120017.652000', '120017.654000', '120017.657000', '120017.660000', '120017.662000', '120017.665000', '120017.668000', '120017.670000', '120017.673000', '120017.675000', '120017.678000', '120017.681000', '120037.567000', '120037.569000', '120037.572000', '120037.575000', '120037.577000', '120037.580000', '120037.583000', '120037.585000', '120037.588000', '120037.591000', '120037.593000', '120037.596000', '120037.599000', '120037.601000', '120037.604000', '120037.607000', '120037.609000', '120037.612000', '120037.615000', '120037.618000', '120037.620000', '120037.623000', '120037.626000', '120037.628000', '120037.631000', '120037.634000', '120037.636000', '120037.639000', '120037.641000', '120037.644000', '120037.647000', '120037.649000', '120037.652000', '120037.655000', '120037.657000', '120037.660000', '120037.663000', '120037.665000', '120037.668000', '120037.670000', '120037.673000', '120037.676000', '120037.678000', '120057.566000', '120057.569000', '120057.571000', '120057.574000', '120057.577000', '120057.580000', '120057.595000', '120057.598000', '120057.600000', '120057.603000', '120057.606000', '120057.609000', '120057.611000', '120057.614000', '120057.617000', '120057.620000', '120057.623000', '120057.625000', '120057.628000', '120057.631000', '120057.633000', '120057.636000', '120057.639000', '120057.641000', '120057.644000', '120057.647000', '120057.649000', '120057.652000', '120057.655000', '120057.658000', '120057.660000', '120057.663000', '120057.665000', '120057.668000', '120057.671000', '120057.674000', '120057.683000', '120057.693000', '120057.696000', '120057.699000', '120057.701000', '120057.704000', '120057.707000', '120057.710000', '120117.567000', '120117.570000', '120117.572000', '120117.575000', '120117.578000', '120117.581000', '120117.583000', '120117.586000', '120117.589000', '120117.591000', '120117.594000', '120117.597000', '120117.599000', '120117.602000', '120117.605000', '120117.608000', '120117.610000', '120117.613000', '120117.615000', '120117.618000', '120117.621000', '120117.624000', '120117.626000', '120117.629000', '120117.632000', '120117.634000', '120117.637000', '120117.639000', '120117.642000', '120117.645000', '120117.647000', '120117.650000', '120117.653000', '120117.655000', '120117.658000', '120117.660000', '120117.663000', '120117.666000', '120117.668000', '120117.671000', '120117.674000', '120117.676000', '120117.679000', '120137.567000', '120137.569000', '120137.572000', '120137.575000', '120137.578000', '120137.580000', '120137.583000', '120137.585000', '120137.588000', '120137.591000', '120137.593000', '120137.596000', '120137.599000', '120137.602000', '120137.604000', '120137.607000', '120137.610000', '120137.612000', '120137.615000', '120137.617000', '120137.620000', '120137.623000', '120137.625000', '120137.628000', '120137.631000', '120137.633000', '120137.636000', '120137.638000', '120137.641000', '120137.644000', '120137.646000', '120137.649000', '120137.652000', '120137.654000', '120137.657000', '120137.660000', '120137.662000', '120137.665000', '120137.668000', '120137.670000', '120137.673000', '120137.675000', '120137.678000', '120137.681000', '120157.567000', '120157.570000', '120157.572000', '120157.575000', '120157.578000', '120157.580000', '120157.583000', '120157.586000', '120157.588000', '120157.591000', '120157.594000', '120157.596000', '120157.599000', '120157.602000', '120157.605000', '120157.607000', '120157.610000', '120157.613000', '120157.615000', '120157.618000', '120157.621000', '120157.623000', '120157.626000', '120157.629000', '120157.631000', '120157.634000', '120157.637000', '120157.639000', '120157.642000', '120157.645000', '120157.648000', '120157.650000', '120157.653000', '120157.656000', '120157.658000', '120157.661000', '120157.664000', '120157.666000', '120157.669000', '120157.672000', '120157.674000', '120157.677000', '120157.680000', '120217.567000', '120217.569000', '120217.572000', '120217.601000', '120217.604000', '120217.607000', '120217.609000', '120217.612000', '120217.615000', '120217.618000', '120217.620000', '120217.623000', '120217.626000', '120217.628000', '120217.631000', '120217.634000', '120217.636000', '120217.639000', '120217.642000', '120217.644000', '120217.647000', '120217.650000', '120217.652000', '120217.655000', '120217.658000', '120217.660000', '120217.663000', '120217.665000', '120217.668000', '120217.671000', '120217.673000', '120217.676000', '120217.679000', '120217.681000', '120217.684000', '120217.687000', '120217.689000', '120217.692000', '120217.694000', '120217.697000', '120217.700000', '120217.703000', '120217.705000', '120217.708000', '120233.637000', '120233.641000', '120233.644000', '120233.647000', '120233.650000', '120233.653000', '120233.656000', '120233.659000', '120233.662000', '120233.664000', '120233.667000', '120233.670000', '120233.672000', '120233.676000', '120233.678000', '120233.681000', '120233.684000', '120233.687000', '120233.690000', '120233.693000', '120233.695000', '120233.698000', '120233.701000', '120233.703000', '120233.706000', '120233.709000', '120233.712000', '120233.714000', '120233.719000', '120233.724000', '120233.727000', '120233.730000', '120233.733000', '120233.736000', '120233.739000'], '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': [13324, 13667, 12743, 12993, 10738, 12616, 12374, 11038, 12248, 13561, 16595, 11452, 11531, 14782, 11628, 12057, 13970, 10331, 11809, 12868, 10514, 11458, 11523, 11218, 12374, 11887, 15629, 11046, 11566, 13643, 11095, 12169, 12971, 9968, 11792, 12371, 10997, 12495, 11789, 15220, 10858, 11599, 13810, 10584, 12074, 13004, 10362, 11898, 12071, 15970, 11984, 11729, 14022, 10562, 12084, 12795, 11819, 12576, 12190, 15890, 12099, 11568, 13961, 10754, 12242, 12733, 11499, 12606, 11754, 15319, 11822, 11838, 14175, 9916, 12413, 12169, 10272, 12801, 11965, 14825, 11373, 12578, 13402, 9948, 12516, 12474, 12478, 12943, 12313, 14738, 10962, 11934, 13319, 10573, 12356, 12167, 10151, 12539, 12215, 14370, 12899, 11914, 14726, 11491, 12188, 13026, 10412, 12567, 12897, 12073, 12307, 12457, 13796, 12754, 11736, 14999, 11548, 12008, 13702, 9942, 11902, 12494, 10051, 12140, 11832, 12036, 12706, 12046, 15996, 12654, 11734, 14562, 12406, 12253, 14662, 12029, 12181, 14660, 12195, 12181, 14627, 12178, 12297, 15022, 11756, 12042, 14508, 12165, 12474, 14773, 12441, 12440, 15241, 11516, 12344, 14131, 12851, 12465, 14984, 12153, 11909, 14221, 10950, 12551, 13032, 10550, 13144, 14768, 12043, 12822, 13408, 14186, 13191, 11850, 13597, 12982, 12152, 16087, 12167, 11921, 15549, 12362, 11886, 14612, 12151, 12321, 14597, 11924, 11950, 14322, 12333, 11985, 12936, 12129, 12074, 14382, 11927, 12006, 14291, 12027, 12326, 13032, 12274, 12672, 14855, 11611, 12863, 13913, 12004, 12409, 13321, 11633, 12548, 14082, 10575, 12144, 13111, 9788, 12539, 12289, 10550, 12813, 12938, 10160, 12326, 13156, 10254, 12528, 12577, 12258, 13063, 12309, 15979, 12213, 12027, 15144, 10768, 12341, 13252, 11973, 12647, 12429, 14433, 12524, 11860, 15614, 11352, 11821, 13836, 11316, 12042, 13352, 11010, 12161, 12848, 13772, 12531, 11993, 15047, 12357, 11836, 14650, 12016, 11922, 14958, 10663, 11956, 12754, 10665, 12611, 12216, 13750, 12834, 11648, 15181, 11679, 11739, 13670, 10911, 12351, 13142, 12058, 12257, 11669, 15692, 12231, 11886, 13491, 12182, 12299, 13795, 10094, 11993, 12015, 11654, 12443, 11767, 15279, 12667, 12035, 14398, 10340, 11936, 12979, 10844, 12373, 11958, 11738, 12732, 12353, 15510, 11686, 12035, 13613, 10171, 12210, 12128, 10857, 13035, 11980, 15573, 11954, 11698, 14254, 11207, 12010, 12915, 9904, 12243, 12473, 13394, 12744, 11957, 15345, 12118, 12061, 13575, 10530, 12547, 11944, 14556, 12806, 11780, 14771, 12231, 11869, 13059, 11639, 11950, 12588, 10942, 12219, 12143, 13977, 12695, 11823, 14271, 11731, 12159, 13392, 10617, 12191, 12280, 11803, 12555, 11975, 12152, 12846, 11733, 15245, 12074, 11996, 13707, 10413, 12239, 12741, 13010, 13043, 11813, 15739, 12243, 11898, 13924, 11724, 12352, 13656, 10778, 12306, 13018, 12471, 13244, 12229, 13028, 12800, 11939, 15189, 11826, 12024, 13843, 11974, 12135, 13853, 10964, 12125, 14141, 10259, 12518, 13025, 10302, 12843, 13450, 12748, 12896, 12275, 16306, 12298, 11646, 14300, 12044, 12465, 14042, 10182, 12196, 13189, 10560, 12632, 12109, 10969, 12684, 12357, 15560, 12808, 11621, 14821, 12495, 12281, 13458, 10487, 12235, 12735, 10428, 12256, 12017, 10657, 12631, 12154, 13372, 12802, 12069, 15563, 12074, 12060, 13905, 12360, 12329, 13942, 11761, 11927, 13985, 10773, 12309, 12631, 10375, 12090, 13022, 12071, 12983, 11960, 11132, 13189, 12148, 16012, 11713, 12119, 13647, 11485, 11797, 13310, 11014, 12573, 13510, 11387, 12374, 13143, 11481, 12899, 11802, 11562, 12805, 12058, 16065, 12392, 11821, 14990, 12039, 12353, 13994, 11098, 12029, 13415, 10429, 12710, 12622, 11292, 12444, 12826, 11977, 12811, 12484, 9766, 12594, 13493, 11440, 12375, 12548, 11620, 12940, 12623, 11512, 13782, 13043, 16129, 9849, 12016, 10976, 13350, 12909, 12556, 12589, 14519, 12851, 13901, 15898, 12123, 12059, 14456, 12254, 11958, 13974, 12279, 11901, 15322, 12411, 11845, 13999, 11973, 12167, 13684, 10642, 12245, 13272, 10985, 12485, 12332, 11778, 12034, 13354, 12205, 11557, 14078, 12664, 12196, 15321, 10641, 12212, 14118, 11790, 12969, 12602, 15694, 12661, 11444, 15172, 11647, 11923, 13972, 10450, 11942, 13083, 10454, 12104, 12557, 11491, 12629, 11481, 14174, 12974, 11973, 15516, 12570, 11903, 12546, 13050, 12125, 11325, 12839, 13232, 11041, 12330, 14997, 11740, 12647, 14985, 12780, 12305, 15725, 11852, 12131, 15371, 12168, 11989, 15047, 11945, 11918, 15669, 12415, 12263, 12572, 12647, 13795, 16553, 12566, 12376, 14662, 12998, 12630, 12266, 12805, 14070, 16372, 12636, 12423, 12121, 12858, 13296, 14502, 12384, 13221, 12281, 13456, 13579, 12623, 12636, 13912, 12372, 13071, 12588, 14888, 12952, 12155, 16091, 12187, 11933, 14105, 12936, 12048, 12760, 12770, 12635, 15619, 12518, 12002, 13257, 12792, 13106, 15867, 12495, 12609, 12087, 12661, 13636, 15133, 12640, 12536, 11805, 12888, 12162, 13178, 12207, 12110, 15870, 12310, 11910, 15582, 12247, 12206, 14726, 11422, 12263, 14680, 11757, 11814, 13923, 11135, 12057, 14794, 12345, 11901, 13308, 13669, 12534, 11968, 15488, 11803, 11877, 14536, 11105, 11659, 13306, 11035, 11259, 13316, 12647, 12038, 12192, 11438, 12442, 11961, 15424, 12008, 11817, 15095, 10673, 11814, 13102, 11342, 11734, 12656, 15596, 12232, 11693, 14577, 11760, 11551, 13323, 11362, 11439, 13719, 11897, 11943, 12279, 13328, 12777, 11939, 14300, 11221, 11384, 12757, 9925, 11647, 12097, 11248, 12283, 12327, 15142, 11822, 11675, 13763, 10883, 11542, 12405, 9797, 11839, 12634, 15195, 12412, 11552, 15622, 11535, 11782, 13643, 10582, 11853, 12815, 13553, 12255, 11276, 15064, 12086, 12048, 13894, 10856, 11356, 12724, 11635, 12040, 12051, 14773, 12502, 11851, 11124, 12307, 12359, 16196, 12625, 12620, 12153, 12800, 12607, 10127, 12816, 14725, 11240, 12500, 15603, 11282, 13043, 15584, 12566, 12877, 14270, 15530, 12668, 12111, 11384, 12806, 14249, 13606, 12626, 14240, 16321, 12417, 12008, 15026, 12309, 11925, 14925, 12168, 11918, 15257, 12484, 11930, 13128, 12291, 12204, 15947, 12292, 12540, 13252, 12290, 13352, 16441, 11977, 11920, 15555, 12037, 11972, 12761, 12471, 12351, 12820, 12259, 15159, 11891, 11906, 14972, 12086, 12143, 15440, 12831, 11927, 13231, 12107, 12506, 12058, 16271, 12030, 11853, 16389, 12182, 11909, 14319, 12274, 11965, 14610, 11883, 12190, 11885, 10476, 12882, 9982, 13146, 12451, 12419, 12185, 14655, 12230, 12182, 15077, 11926, 12430, 13360, 11257, 12789, 13147, 16332, 12386, 11713, 15667, 12287, 11985, 14565, 12111, 11674, 14201, 10635, 11886, 12765, 9963, 12349, 12579, 11421, 12454, 11790, 14927, 12841, 11444, 13515, 12488, 11610, 15008, 11592, 11661, 14951, 12013, 11957, 13781, 10783, 11776, 14339, 11941, 12479, 13597, 13093, 13033, 11838, 16057, 11756, 11803, 15155, 11142, 12173, 12699, 11064, 12186, 12782, 13559, 12676, 11735, 16688, 12533, 11656, 14122, 11044, 11872, 14254, 10748, 12042, 13284, 9846, 12161, 13338, 10873, 12167, 14165, 10339, 12292, 14027, 11352, 12509, 14446, 10590, 12153, 13919, 12047, 12685, 12587, 13654, 13038, 12255, 16101, 11917, 11754, 14764, 11881, 11879, 13956, 11154, 12087, 13927, 10026, 12213, 13093, 10928, 12235, 12289, 10238, 12160, 12954, 11335, 12590, 12645, 10940, 12310, 12095, 15999, 11676, 11851, 15768, 11757, 12152, 15447, 11888, 12104, 15091, 10793, 11846, 14458, 9637, 12024, 12966, 9646, 12303, 13263, 12362, 12359, 13508, 11149, 12533, 12859, 10643, 12151, 13684, 12180, 12600, 13564, 12198, 12982, 12877, 12091, 12588, 13011, 16257, 12458, 11710, 15493, 12084, 12424, 14838, 10212, 12321, 13245, 11896, 12845, 12404, 11249, 12945, 12191, 16301, 12256, 11816, 15047, 11609, 11877, 13306, 10302, 12539, 13179, 11849, 12365, 12723, 14078, 12999, 11707, 15495, 12243, 11763, 14912, 11132, 12017, 14051, 9984, 12497, 13169, 10512, 12380, 13406, 11290, 12497, 12814, 11087, 12613, 13283, 15493, 12699, 12647, 15912, 12472, 12123, 13833, 12595, 12141, 15719, 11129, 12311, 14461, 10947, 12723, 13434, 9800, 12269, 13191, 12522, 12491, 12414, 11901, 12527, 13131, 16104, 12838, 12038, 16095, 12247, 12202, 13554, 12732, 12451, 15785, 12353, 11998, 13410, 12904, 12447, 15680, 11026, 12004, 14623, 11757, 12362, 12929, 12881, 12878, 11979, 15724, 11745, 12003, 14864, 9992, 12216, 13561, 9937, 12454, 13016, 12093, 12772, 12457, 16219, 12383, 11930, 14796, 12284, 12443, 14029, 11284, 12376, 14229, 12029, 12974, 13043, 16177, 12517, 12218, 15078, 11541, 12289, 13610, 12748, 12996, 12433, 11992, 13035, 11967, 15703, 12052, 12158, 13997, 12603, 12036, 13751, 12600, 12188, 12249, 13189, 12736, 9990, 12524, 14356, 14246, 12992, 13635, 15857, 12244, 12071, 14743, 11817, 12265, 14001, 12031, 12103, 15091, 11940, 11980, 15537, 11559, 12304, 15384, 12646, 12361, 15420, 12316, 10885, 11908, 12937, 12351, 12284, 13091, 15261, 12451, 14759, 11588, 13154, 15539, 11013, 12651, 15221, 15507, 12828, 12594, 10452, 12969, 14098, 10438, 12769, 14006, 11200, 12762, 12693, 11286, 12521, 14264, 11350, 12075, 14011, 12251, 12023, 14902, 12465, 12323, 15821, 12451, 12226, 13412, 12772, 12824, 13387, 12902, 13978, 11676], 'WindowCenter': [4781.0, 4750.0, 4739.0, 4735.0, 4701.0, 4722.0, 4723.0, 4700.0, 4711.0, 4722.0, 4729.0, 4698.0, 4698.0, 4716.0, 4698.0, 4709.0, 4716.0, 4686.0, 4698.0, 4708.0, 4686.0, 4698.0, 4699.0, 4694.0, 4707.0, 4710.0, 4716.0, 4697.0, 4697.0, 4705.0, 4696.0, 4709.0, 4706.0, 4687.0, 4708.0, 4710.0, 4695.0, 4706.0, 4709.0, 4716.0, 4685.0, 4695.0, 4705.0, 4686.0, 4707.0, 4708.0, 4685.0, 4697.0, 4707.0, 4716.0, 4696.0, 4698.0, 4706.0, 4684.0, 4708.0, 4708.0, 4695.0, 4705.0, 4698.0, 4715.0, 4695.0, 4697.0, 4705.0, 4685.0, 4707.0, 4707.0, 4693.0, 4695.0, 4697.0, 4715.0, 4693.0, 4696.0, 4704.0, 4683.0, 4707.0, 4697.0, 4684.0, 4704.0, 4697.0, 4715.0, 4696.0, 4708.0, 4706.0, 4684.0, 4707.0, 4708.0, 4705.0, 4706.0, 4708.0, 4715.0, 4695.0, 4708.0, 4705.0, 4697.0, 4720.0, 4710.0, 4686.0, 4708.0, 4710.0, 4716.0, 4718.0, 4710.0, 4717.0, 4698.0, 4708.0, 4707.0, 4696.0, 4709.0, 4710.0, 4695.0, 4707.0, 4708.0, 4706.0, 4707.0, 4708.0, 4716.0, 4697.0, 4707.0, 4706.0, 4685.0, 4708.0, 4707.0, 4686.0, 4709.0, 4710.0, 4707.0, 4708.0, 4708.0, 4727.0, 4707.0, 4709.0, 4716.0, 4708.0, 4711.0, 4716.0, 4708.0, 4710.0, 4716.0, 4707.0, 4708.0, 4716.0, 4706.0, 4710.0, 4717.0, 4696.0, 4706.0, 4704.0, 4694.0, 4708.0, 4714.0, 4694.0, 4707.0, 4716.0, 4684.0, 4696.0, 4703.0, 4704.0, 4707.0, 4714.0, 4693.0, 4696.0, 4705.0, 4681.0, 4694.0, 4694.0, 4680.0, 4705.0, 4715.0, 4693.0, 4693.0, 4694.0, 4692.0, 4692.0, 4685.0, 4691.0, 4691.0, 4694.0, 4702.0, 4682.0, 4684.0, 4700.0, 4693.0, 4695.0, 4701.0, 4692.0, 4696.0, 4702.0, 4695.0, 4696.0, 4703.0, 4694.0, 4695.0, 4693.0, 4694.0, 4707.0, 4716.0, 4696.0, 4707.0, 4705.0, 4695.0, 4708.0, 4706.0, 4707.0, 4710.0, 4717.0, 4694.0, 4706.0, 4705.0, 4695.0, 4708.0, 4705.0, 4695.0, 4707.0, 4706.0, 4685.0, 4695.0, 4706.0, 4674.0, 4704.0, 4695.0, 4686.0, 4707.0, 4708.0, 4686.0, 4708.0, 4707.0, 4687.0, 4707.0, 4709.0, 4696.0, 4706.0, 4708.0, 4715.0, 4694.0, 4696.0, 4706.0, 4672.0, 4692.0, 4694.0, 4680.0, 4694.0, 4694.0, 4701.0, 4692.0, 4695.0, 4701.0, 4682.0, 4693.0, 4692.0, 4683.0, 4695.0, 4703.0, 4681.0, 4693.0, 4696.0, 4692.0, 4692.0, 4694.0, 4701.0, 4694.0, 4696.0, 4703.0, 4692.0, 4696.0, 4705.0, 4682.0, 4694.0, 4695.0, 4683.0, 4706.0, 4697.0, 4703.0, 4693.0, 4694.0, 4702.0, 4682.0, 4694.0, 4703.0, 4682.0, 4705.0, 4706.0, 4692.0, 4694.0, 4695.0, 4712.0, 4694.0, 4697.0, 4703.0, 4693.0, 4707.0, 4706.0, 4684.0, 4695.0, 4695.0, 4694.0, 4706.0, 4709.0, 4715.0, 4706.0, 4709.0, 4706.0, 4675.0, 4695.0, 4706.0, 4683.0, 4705.0, 4696.0, 4694.0, 4706.0, 4708.0, 4716.0, 4696.0, 4708.0, 4707.0, 4686.0, 4707.0, 4708.0, 4685.0, 4706.0, 4697.0, 4715.0, 4695.0, 4696.0, 4705.0, 4684.0, 4697.0, 4706.0, 4675.0, 4706.0, 4709.0, 4705.0, 4706.0, 4696.0, 4713.0, 4695.0, 4706.0, 4707.0, 4683.0, 4706.0, 4698.0, 4704.0, 4694.0, 4697.0, 4703.0, 4695.0, 4697.0, 4704.0, 4695.0, 4697.0, 4698.0, 4684.0, 4696.0, 4697.0, 4704.0, 4705.0, 4697.0, 4714.0, 4695.0, 4708.0, 4707.0, 4683.0, 4695.0, 4695.0, 4694.0, 4707.0, 4697.0, 4696.0, 4706.0, 4707.0, 4716.0, 4707.0, 4707.0, 4707.0, 4684.0, 4708.0, 4708.0, 4703.0, 4706.0, 4696.0, 4714.0, 4694.0, 4695.0, 4705.0, 4694.0, 4708.0, 4707.0, 4683.0, 4696.0, 4705.0, 4693.0, 4706.0, 4708.0, 4703.0, 4705.0, 4697.0, 4715.0, 4696.0, 4697.0, 4704.0, 4697.0, 4708.0, 4707.0, 4686.0, 4707.0, 4706.0, 4685.0, 4707.0, 4707.0, 4686.0, 4707.0, 4708.0, 4696.0, 4695.0, 4697.0, 4713.0, 4695.0, 4697.0, 4703.0, 4695.0, 4707.0, 4706.0, 4684.0, 4697.0, 4705.0, 4685.0, 4707.0, 4708.0, 4686.0, 4708.0, 4710.0, 4715.0, 4706.0, 4698.0, 4703.0, 4695.0, 4708.0, 4706.0, 4684.0, 4696.0, 4696.0, 4685.0, 4697.0, 4696.0, 4685.0, 4708.0, 4708.0, 4705.0, 4706.0, 4698.0, 4715.0, 4695.0, 4707.0, 4705.0, 4706.0, 4709.0, 4705.0, 4695.0, 4697.0, 4705.0, 4686.0, 4707.0, 4706.0, 4685.0, 4707.0, 4708.0, 4696.0, 4706.0, 4697.0, 4694.0, 4706.0, 4709.0, 4715.0, 4696.0, 4707.0, 4706.0, 4697.0, 4709.0, 4707.0, 4686.0, 4709.0, 4708.0, 4695.0, 4707.0, 4706.0, 4683.0, 4705.0, 4698.0, 4694.0, 4706.0, 4709.0, 4716.0, 4705.0, 4698.0, 4714.0, 4696.0, 4709.0, 4706.0, 4686.0, 4697.0, 4704.0, 4684.0, 4706.0, 4706.0, 4695.0, 4706.0, 4708.0, 4695.0, 4706.0, 4697.0, 4686.0, 4707.0, 4720.0, 4695.0, 4706.0, 4707.0, 4697.0, 4718.0, 4710.0, 4698.0, 4718.0, 4720.0, 4715.0, 4690.0, 4710.0, 4696.0, 4720.0, 4718.0, 4721.0, 4722.0, 4729.0, 4711.0, 4721.0, 4719.0, 4698.0, 4698.0, 4704.0, 4696.0, 4700.0, 4705.0, 4697.0, 4697.0, 4714.0, 4695.0, 4697.0, 4705.0, 4696.0, 4697.0, 4705.0, 4675.0, 4695.0, 4695.0, 4685.0, 4706.0, 4696.0, 4696.0, 4709.0, 4706.0, 4696.0, 4709.0, 4708.0, 4708.0, 4709.0, 4719.0, 4687.0, 4697.0, 4708.0, 4693.0, 4707.0, 4698.0, 4714.0, 4694.0, 4696.0, 4704.0, 4684.0, 4696.0, 4704.0, 4674.0, 4695.0, 4695.0, 4684.0, 4695.0, 4696.0, 4684.0, 4695.0, 4696.0, 4704.0, 4705.0, 4698.0, 4715.0, 4696.0, 4696.0, 4695.0, 4708.0, 4708.0, 4697.0, 4720.0, 4720.0, 4700.0, 4709.0, 4719.0, 4698.0, 4720.0, 4718.0, 4708.0, 4711.0, 4717.0, 4697.0, 4698.0, 4714.0, 4696.0, 4697.0, 4714.0, 4695.0, 4697.0, 4716.0, 4696.0, 4697.0, 4694.0, 4706.0, 4708.0, 4715.0, 4693.0, 4694.0, 4700.0, 4692.0, 4694.0, 4682.0, 4694.0, 4706.0, 4702.0, 4682.0, 4683.0, 4681.0, 4692.0, 4694.0, 4691.0, 4691.0, 4692.0, 4680.0, 4703.0, 4696.0, 4681.0, 4691.0, 4692.0, 4681.0, 4692.0, 4694.0, 4700.0, 4692.0, 4684.0, 4700.0, 4680.0, 4682.0, 4690.0, 4691.0, 4693.0, 4690.0, 4693.0, 4695.0, 4702.0, 4693.0, 4695.0, 4690.0, 4691.0, 4695.0, 4702.0, 4681.0, 4682.0, 4681.0, 4692.0, 4705.0, 4700.0, 4691.0, 4683.0, 4680.0, 4692.0, 4695.0, 4692.0, 4693.0, 4693.0, 4701.0, 4683.0, 4693.0, 4700.0, 4681.0, 4695.0, 4702.0, 4681.0, 4694.0, 4702.0, 4682.0, 4695.0, 4702.0, 4682.0, 4694.0, 4703.0, 4691.0, 4684.0, 4694.0, 4691.0, 4691.0, 4684.0, 4700.0, 4680.0, 4681.0, 4690.0, 4681.0, 4682.0, 4691.0, 4670.0, 4682.0, 4693.0, 4690.0, 4692.0, 4693.0, 4681.0, 4693.0, 4696.0, 4702.0, 4693.0, 4694.0, 4702.0, 4681.0, 4693.0, 4693.0, 4681.0, 4693.0, 4696.0, 4701.0, 4691.0, 4694.0, 4702.0, 4694.0, 4696.0, 4703.0, 4693.0, 4707.0, 4718.0, 4694.0, 4696.0, 4705.0, 4703.0, 4707.0, 4707.0, 4716.0, 4696.0, 4707.0, 4707.0, 4685.0, 4708.0, 4707.0, 4695.0, 4718.0, 4720.0, 4728.0, 4708.0, 4710.0, 4717.0, 4698.0, 4709.0, 4710.0, 4688.0, 4710.0, 4722.0, 4717.0, 4709.0, 4708.0, 4725.0, 4707.0, 4710.0, 4717.0, 4697.0, 4709.0, 4719.0, 4706.0, 4706.0, 4698.0, 4715.0, 4708.0, 4710.0, 4717.0, 4697.0, 4708.0, 4708.0, 4697.0, 4708.0, 4709.0, 4727.0, 4719.0, 4709.0, 4707.0, 4720.0, 4722.0, 4729.0, 4720.0, 4719.0, 4708.0, 4720.0, 4721.0, 4699.0, 4721.0, 4733.0, 4698.0, 4710.0, 4729.0, 4697.0, 4721.0, 4732.0, 4696.0, 4694.0, 4708.0, 4712.0, 4694.0, 4693.0, 4683.0, 4706.0, 4717.0, 4704.0, 4694.0, 4703.0, 4701.0, 4679.0, 4682.0, 4699.0, 4681.0, 4694.0, 4702.0, 4682.0, 4682.0, 4698.0, 4691.0, 4682.0, 4688.0, 4681.0, 4693.0, 4700.0, 4680.0, 4692.0, 4679.0, 4680.0, 4692.0, 4699.0, 4668.0, 4670.0, 4687.0, 4666.0, 4678.0, 4678.0, 4679.0, 4692.0, 4691.0, 4692.0, 4701.0, 4680.0, 4694.0, 4703.0, 4681.0, 4682.0, 4702.0, 4679.0, 4680.0, 4679.0, 4668.0, 4680.0, 4682.0, 4699.0, 4679.0, 4679.0, 4697.0, 4678.0, 4679.0, 4687.0, 4679.0, 4682.0, 4691.0, 4669.0, 4680.0, 4668.0, 4669.0, 4692.0, 4682.0, 4707.0, 4706.0, 4706.0, 4709.0, 4718.0, 4694.0, 4685.0, 4702.0, 4680.0, 4682.0, 4693.0, 4670.0, 4692.0, 4694.0, 4701.0, 4681.0, 4681.0, 4689.0, 4678.0, 4681.0, 4690.0, 4680.0, 4681.0, 4690.0, 4670.0, 4683.0, 4692.0, 4659.0, 4694.0, 4693.0, 4680.0, 4692.0, 4693.0, 4702.0, 4692.0, 4696.0, 4692.0, 4694.0, 4696.0, 4704.0, 4684.0, 4696.0, 4701.0, 4693.0, 4697.0, 4705.0, 4683.0, 4696.0, 4717.0, 4683.0, 4693.0, 4694.0, 4691.0, 4694.0, 4696.0, 4703.0, 4682.0, 4684.0, 4702.0, 4680.0, 4693.0, 4692.0, 4681.0, 4693.0, 4695.0, 4692.0, 4693.0, 4685.0, 4711.0, 4693.0, 4684.0, 4703.0, 4681.0, 4695.0, 4705.0, 4682.0, 4694.0, 4692.0, 4674.0, 4695.0, 4703.0, 4684.0, 4695.0, 4705.0, 4684.0, 4696.0, 4704.0, 4695.0, 4707.0, 4718.0, 4684.0, 4694.0, 4706.0, 4693.0, 4695.0, 4696.0, 4702.0, 4704.0, 4697.0, 4712.0, 4682.0, 4695.0, 4702.0, 4681.0, 4693.0, 4701.0, 4683.0, 4696.0, 4704.0, 4673.0, 4692.0, 4692.0, 4682.0, 4693.0, 4695.0, 4682.0, 4696.0, 4707.0, 4684.0, 4694.0, 4696.0, 4681.0, 4694.0, 4698.0, 4714.0, 4693.0, 4696.0, 4712.0, 4695.0, 4697.0, 4714.0, 4695.0, 4697.0, 4706.0, 4683.0, 4693.0, 4701.0, 4673.0, 4694.0, 4703.0, 4673.0, 4696.0, 4706.0, 4693.0, 4694.0, 4704.0, 4681.0, 4694.0, 4705.0, 4683.0, 4696.0, 4707.0, 4693.0, 4694.0, 4705.0, 4692.0, 4705.0, 4706.0, 4693.0, 4695.0, 4706.0, 4714.0, 4693.0, 4696.0, 4702.0, 4692.0, 4695.0, 4705.0, 4671.0, 4694.0, 4703.0, 4680.0, 4694.0, 4694.0, 4682.0, 4703.0, 4696.0, 4712.0, 4693.0, 4694.0, 4712.0, 4683.0, 4695.0, 4704.0, 4672.0, 4706.0, 4704.0, 4683.0, 4693.0, 4694.0, 4703.0, 4703.0, 4695.0, 4713.0, 4693.0, 4695.0, 4713.0, 4683.0, 4695.0, 4702.0, 4673.0, 4705.0, 4705.0, 4682.0, 4694.0, 4704.0, 4683.0, 4704.0, 4705.0, 4682.0, 4705.0, 4709.0, 4714.0, 4704.0, 4706.0, 4714.0, 4695.0, 4707.0, 4703.0, 4704.0, 4708.0, 4715.0, 4684.0, 4695.0, 4703.0, 4684.0, 4705.0, 4705.0, 4673.0, 4696.0, 4707.0, 4694.0, 4705.0, 4706.0, 4694.0, 4706.0, 4709.0, 4715.0, 4705.0, 4695.0, 4714.0, 4695.0, 4707.0, 4705.0, 4706.0, 4708.0, 4716.0, 4706.0, 4708.0, 4704.0, 4706.0, 4708.0, 4717.0, 4684.0, 4695.0, 4715.0, 4682.0, 4694.0, 4703.0, 4692.0, 4704.0, 4696.0, 4713.0, 4693.0, 4694.0, 4703.0, 4672.0, 4693.0, 4703.0, 4672.0, 4705.0, 4704.0, 4692.0, 4692.0, 4696.0, 4712.0, 4693.0, 4694.0, 4701.0, 4692.0, 4694.0, 4703.0, 4681.0, 4693.0, 4704.0, 4679.0, 4690.0, 4692.0, 4698.0, 4692.0, 4694.0, 4701.0, 4679.0, 4681.0, 4692.0, 4680.0, 4690.0, 4692.0, 4678.0, 4690.0, 4694.0, 4700.0, 4680.0, 4693.0, 4690.0, 4691.0, 4693.0, 4702.0, 4705.0, 4706.0, 4695.0, 4707.0, 4707.0, 4687.0, 4720.0, 4731.0, 4715.0, 4706.0, 4707.0, 4715.0, 4694.0, 4695.0, 4702.0, 4693.0, 4696.0, 4704.0, 4694.0, 4709.0, 4713.0, 4694.0, 4696.0, 4713.0, 4694.0, 4706.0, 4714.0, 4693.0, 4707.0, 4713.0, 4693.0, 4698.0, 4695.0, 4707.0, 4705.0, 4706.0, 4718.0, 4716.0, 4708.0, 4717.0, 4695.0, 4708.0, 4719.0, 4682.0, 4694.0, 4703.0, 4700.0, 4690.0, 4681.0, 4670.0, 4693.0, 4703.0, 4670.0, 4692.0, 4691.0, 4668.0, 4692.0, 4691.0, 4680.0, 4693.0, 4701.0, 4680.0, 4692.0, 4700.0, 4692.0, 4694.0, 4703.0, 4693.0, 4694.0, 4702.0, 4693.0, 4694.0, 4692.0, 4692.0, 4693.0, 4692.0, 4692.0, 4702.0, 4681.0], 'WindowWidth': [10437.0, 10371.0, 10349.0, 10339.0, 10284.0, 10314.0, 10315.0, 10277.0, 10295.0, 10314.0, 10318.0, 10270.0, 10275.0, 10294.0, 10271.0, 10290.0, 10297.0, 10253.0, 10273.0, 10288.0, 10252.0, 10272.0, 10275.0, 10261.0, 10283.0, 10292.0, 10295.0, 10269.0, 10272.0, 10279.0, 10267.0, 10290.0, 10283.0, 10254.0, 10288.0, 10292.0, 10265.0, 10282.0, 10291.0, 10296.0, 10250.0, 10268.0, 10278.0, 10252.0, 10286.0, 10288.0, 10250.0, 10270.0, 10286.0, 10294.0, 10266.0, 10272.0, 10280.0, 10248.0, 10287.0, 10287.0, 10261.0, 10277.0, 10272.0, 10293.0, 10263.0, 10271.0, 10277.0, 10248.0, 10284.0, 10287.0, 10258.0, 10264.0, 10270.0, 10292.0, 10259.0, 10268.0, 10276.0, 10246.0, 10285.0, 10271.0, 10248.0, 10277.0, 10272.0, 10292.0, 10266.0, 10285.0, 10283.0, 10250.0, 10287.0, 10288.0, 10278.0, 10283.0, 10290.0, 10296.0, 10266.0, 10288.0, 10281.0, 10269.0, 10306.0, 10295.0, 10255.0, 10287.0, 10295.0, 10296.0, 10300.0, 10293.0, 10299.0, 10272.0, 10290.0, 10287.0, 10267.0, 10291.0, 10296.0, 10265.0, 10284.0, 10288.0, 10280.0, 10285.0, 10289.0, 10297.0, 10270.0, 10286.0, 10285.0, 10250.0, 10287.0, 10286.0, 10255.0, 10290.0, 10293.0, 10283.0, 10287.0, 10291.0, 10311.0, 10285.0, 10291.0, 10296.0, 10289.0, 10296.0, 10298.0, 10288.0, 10293.0, 10297.0, 10284.0, 10290.0, 10296.0, 10282.0, 10294.0, 10298.0, 10266.0, 10283.0, 10276.0, 10262.0, 10286.0, 10291.0, 10262.0, 10286.0, 10295.0, 10245.0, 10265.0, 10273.0, 10274.0, 10283.0, 10290.0, 10259.0, 10266.0, 10278.0, 10240.0, 10263.0, 10262.0, 10239.0, 10278.0, 10295.0, 10257.0, 10259.0, 10262.0, 10255.0, 10254.0, 10249.0, 10251.0, 10254.0, 10262.0, 10271.0, 10242.0, 10247.0, 10265.0, 10256.0, 10263.0, 10267.0, 10257.0, 10268.0, 10271.0, 10263.0, 10269.0, 10272.0, 10261.0, 10266.0, 10260.0, 10264.0, 10286.0, 10294.0, 10268.0, 10285.0, 10280.0, 10265.0, 10286.0, 10281.0, 10285.0, 10293.0, 10300.0, 10262.0, 10283.0, 10278.0, 10264.0, 10287.0, 10279.0, 10263.0, 10284.0, 10284.0, 10249.0, 10266.0, 10281.0, 10235.0, 10278.0, 10266.0, 10252.0, 10287.0, 10289.0, 10253.0, 10287.0, 10286.0, 10255.0, 10284.0, 10291.0, 10265.0, 10282.0, 10291.0, 10296.0, 10261.0, 10268.0, 10283.0, 10227.0, 10255.0, 10262.0, 10236.0, 10260.0, 10263.0, 10266.0, 10255.0, 10265.0, 10270.0, 10241.0, 10260.0, 10256.0, 10243.0, 10265.0, 10276.0, 10238.0, 10258.0, 10268.0, 10254.0, 10255.0, 10262.0, 10267.0, 10260.0, 10267.0, 10272.0, 10255.0, 10265.0, 10277.0, 10242.0, 10262.0, 10264.0, 10243.0, 10279.0, 10270.0, 10272.0, 10258.0, 10264.0, 10273.0, 10242.0, 10263.0, 10273.0, 10243.0, 10278.0, 10281.0, 10255.0, 10261.0, 10266.0, 10285.0, 10261.0, 10269.0, 10273.0, 10259.0, 10285.0, 10283.0, 10247.0, 10266.0, 10267.0, 10260.0, 10280.0, 10289.0, 10291.0, 10281.0, 10289.0, 10284.0, 10235.0, 10265.0, 10281.0, 10246.0, 10278.0, 10268.0, 10260.0, 10281.0, 10289.0, 10295.0, 10266.0, 10285.0, 10285.0, 10251.0, 10283.0, 10287.0, 10249.0, 10280.0, 10274.0, 10293.0, 10264.0, 10267.0, 10278.0, 10248.0, 10270.0, 10282.0, 10236.0, 10283.0, 10291.0, 10276.0, 10279.0, 10269.0, 10288.0, 10265.0, 10282.0, 10285.0, 10243.0, 10281.0, 10275.0, 10275.0, 10262.0, 10270.0, 10274.0, 10264.0, 10271.0, 10277.0, 10262.0, 10271.0, 10274.0, 10247.0, 10267.0, 10270.0, 10275.0, 10278.0, 10272.0, 10292.0, 10264.0, 10285.0, 10285.0, 10246.0, 10266.0, 10266.0, 10260.0, 10283.0, 10274.0, 10266.0, 10281.0, 10286.0, 10297.0, 10282.0, 10286.0, 10285.0, 10248.0, 10287.0, 10291.0, 10273.0, 10278.0, 10268.0, 10291.0, 10262.0, 10265.0, 10277.0, 10260.0, 10286.0, 10285.0, 10245.0, 10267.0, 10278.0, 10258.0, 10281.0, 10286.0, 10274.0, 10277.0, 10272.0, 10293.0, 10265.0, 10270.0, 10276.0, 10268.0, 10288.0, 10283.0, 10254.0, 10284.0, 10282.0, 10250.0, 10283.0, 10286.0, 10252.0, 10285.0, 10291.0, 10265.0, 10264.0, 10271.0, 10290.0, 10263.0, 10270.0, 10274.0, 10263.0, 10284.0, 10283.0, 10246.0, 10269.0, 10278.0, 10250.0, 10283.0, 10286.0, 10252.0, 10285.0, 10293.0, 10292.0, 10280.0, 10272.0, 10275.0, 10264.0, 10285.0, 10282.0, 10246.0, 10266.0, 10268.0, 10250.0, 10270.0, 10268.0, 10248.0, 10285.0, 10288.0, 10277.0, 10280.0, 10274.0, 10293.0, 10265.0, 10285.0, 10279.0, 10281.0, 10290.0, 10280.0, 10266.0, 10272.0, 10278.0, 10253.0, 10284.0, 10284.0, 10251.0, 10284.0, 10289.0, 10264.0, 10280.0, 10270.0, 10260.0, 10282.0, 10291.0, 10294.0, 10266.0, 10284.0, 10281.0, 10269.0, 10290.0, 10284.0, 10253.0, 10290.0, 10289.0, 10263.0, 10282.0, 10282.0, 10246.0, 10279.0, 10271.0, 10261.0, 10281.0, 10291.0, 10297.0, 10279.0, 10273.0, 10290.0, 10266.0, 10291.0, 10283.0, 10250.0, 10268.0, 10278.0, 10247.0, 10281.0, 10284.0, 10263.0, 10280.0, 10286.0, 10263.0, 10280.0, 10270.0, 10252.0, 10285.0, 10308.0, 10263.0, 10282.0, 10284.0, 10268.0, 10301.0, 10294.0, 10272.0, 10300.0, 10307.0, 10293.0, 10263.0, 10291.0, 10266.0, 10306.0, 10301.0, 10308.0, 10313.0, 10317.0, 10293.0, 10312.0, 10305.0, 10270.0, 10273.0, 10276.0, 10266.0, 10278.0, 10278.0, 10268.0, 10271.0, 10290.0, 10262.0, 10268.0, 10277.0, 10264.0, 10269.0, 10280.0, 10234.0, 10264.0, 10262.0, 10248.0, 10280.0, 10265.0, 10266.0, 10288.0, 10281.0, 10268.0, 10291.0, 10285.0, 10286.0, 10292.0, 10304.0, 10254.0, 10268.0, 10287.0, 10257.0, 10280.0, 10273.0, 10288.0, 10260.0, 10267.0, 10275.0, 10244.0, 10264.0, 10272.0, 10231.0, 10263.0, 10264.0, 10244.0, 10262.0, 10267.0, 10245.0, 10262.0, 10267.0, 10272.0, 10276.0, 10273.0, 10290.0, 10266.0, 10269.0, 10264.0, 10285.0, 10287.0, 10269.0, 10306.0, 10308.0, 10278.0, 10289.0, 10304.0, 10270.0, 10305.0, 10300.0, 10286.0, 10295.0, 10300.0, 10269.0, 10272.0, 10291.0, 10266.0, 10269.0, 10290.0, 10264.0, 10272.0, 10294.0, 10267.0, 10271.0, 10260.0, 10278.0, 10289.0, 10293.0, 10258.0, 10261.0, 10263.0, 10253.0, 10261.0, 10240.0, 10260.0, 10282.0, 10268.0, 10238.0, 10242.0, 10235.0, 10254.0, 10263.0, 10252.0, 10252.0, 10257.0, 10236.0, 10271.0, 10266.0, 10238.0, 10251.0, 10256.0, 10239.0, 10256.0, 10262.0, 10263.0, 10255.0, 10248.0, 10265.0, 10235.0, 10241.0, 10247.0, 10250.0, 10258.0, 10248.0, 10255.0, 10263.0, 10271.0, 10256.0, 10261.0, 10248.0, 10252.0, 10263.0, 10269.0, 10236.0, 10240.0, 10234.0, 10253.0, 10279.0, 10264.0, 10250.0, 10242.0, 10233.0, 10255.0, 10263.0, 10253.0, 10256.0, 10259.0, 10267.0, 10241.0, 10260.0, 10263.0, 10239.0, 10265.0, 10270.0, 10239.0, 10260.0, 10267.0, 10241.0, 10263.0, 10270.0, 10241.0, 10261.0, 10275.0, 10253.0, 10246.0, 10261.0, 10251.0, 10251.0, 10248.0, 10265.0, 10235.0, 10239.0, 10250.0, 10237.0, 10242.0, 10254.0, 10222.0, 10243.0, 10262.0, 10250.0, 10254.0, 10259.0, 10236.0, 10259.0, 10267.0, 10271.0, 10258.0, 10261.0, 10269.0, 10240.0, 10260.0, 10262.0, 10239.0, 10259.0, 10269.0, 10267.0, 10254.0, 10261.0, 10269.0, 10260.0, 10268.0, 10274.0, 10261.0, 10285.0, 10302.0, 10260.0, 10267.0, 10281.0, 10273.0, 10284.0, 10288.0, 10296.0, 10268.0, 10285.0, 10287.0, 10253.0, 10289.0, 10288.0, 10266.0, 10302.0, 10309.0, 10314.0, 10288.0, 10293.0, 10299.0, 10274.0, 10291.0, 10294.0, 10260.0, 10294.0, 10315.0, 10300.0, 10288.0, 10291.0, 10309.0, 10286.0, 10294.0, 10301.0, 10269.0, 10290.0, 10308.0, 10282.0, 10282.0, 10275.0, 10293.0, 10287.0, 10295.0, 10301.0, 10272.0, 10288.0, 10292.0, 10269.0, 10288.0, 10294.0, 10314.0, 10304.0, 10292.0, 10286.0, 10308.0, 10315.0, 10320.0, 10306.0, 10307.0, 10288.0, 10308.0, 10312.0, 10278.0, 10310.0, 10332.0, 10274.0, 10291.0, 10316.0, 10271.0, 10311.0, 10329.0, 10266.0, 10262.0, 10286.0, 10284.0, 10260.0, 10261.0, 10243.0, 10280.0, 10303.0, 10273.0, 10259.0, 10274.0, 10269.0, 10233.0, 10242.0, 10260.0, 10239.0, 10262.0, 10269.0, 10239.0, 10243.0, 10260.0, 10253.0, 10242.0, 10246.0, 10239.0, 10259.0, 10265.0, 10236.0, 10255.0, 10233.0, 10237.0, 10259.0, 10265.0, 10214.0, 10222.0, 10239.0, 10210.0, 10230.0, 10231.0, 10235.0, 10257.0, 10252.0, 10255.0, 10267.0, 10237.0, 10262.0, 10272.0, 10239.0, 10243.0, 10272.0, 10230.0, 10234.0, 10233.0, 10213.0, 10234.0, 10242.0, 10260.0, 10231.0, 10234.0, 10255.0, 10229.0, 10234.0, 10241.0, 10231.0, 10242.0, 10255.0, 10216.0, 10237.0, 10218.0, 10216.0, 10254.0, 10244.0, 10283.0, 10279.0, 10282.0, 10291.0, 10303.0, 10259.0, 10246.0, 10269.0, 10235.0, 10239.0, 10256.0, 10220.0, 10253.0, 10262.0, 10266.0, 10237.0, 10238.0, 10245.0, 10230.0, 10237.0, 10247.0, 10233.0, 10239.0, 10251.0, 10220.0, 10242.0, 10254.0, 10206.0, 10259.0, 10261.0, 10235.0, 10253.0, 10260.0, 10267.0, 10256.0, 10265.0, 10254.0, 10259.0, 10268.0, 10275.0, 10246.0, 10265.0, 10268.0, 10258.0, 10268.0, 10278.0, 10243.0, 10267.0, 10300.0, 10243.0, 10258.0, 10261.0, 10251.0, 10259.0, 10266.0, 10273.0, 10240.0, 10247.0, 10271.0, 10236.0, 10256.0, 10258.0, 10237.0, 10259.0, 10265.0, 10254.0, 10256.0, 10250.0, 10281.0, 10256.0, 10247.0, 10271.0, 10240.0, 10265.0, 10279.0, 10240.0, 10261.0, 10257.0, 10233.0, 10264.0, 10275.0, 10248.0, 10267.0, 10281.0, 10248.0, 10267.0, 10275.0, 10264.0, 10286.0, 10301.0, 10248.0, 10262.0, 10282.0, 10256.0, 10261.0, 10266.0, 10269.0, 10274.0, 10269.0, 10286.0, 10240.0, 10262.0, 10270.0, 10240.0, 10259.0, 10267.0, 10242.0, 10266.0, 10276.0, 10229.0, 10257.0, 10259.0, 10241.0, 10258.0, 10263.0, 10241.0, 10266.0, 10285.0, 10245.0, 10260.0, 10266.0, 10240.0, 10262.0, 10273.0, 10291.0, 10260.0, 10266.0, 10285.0, 10262.0, 10271.0, 10288.0, 10264.0, 10271.0, 10283.0, 10243.0, 10259.0, 10269.0, 10229.0, 10260.0, 10273.0, 10230.0, 10265.0, 10284.0, 10255.0, 10261.0, 10274.0, 10240.0, 10260.0, 10279.0, 10244.0, 10265.0, 10286.0, 10258.0, 10260.0, 10278.0, 10254.0, 10278.0, 10282.0, 10257.0, 10262.0, 10282.0, 10289.0, 10258.0, 10266.0, 10270.0, 10257.0, 10265.0, 10281.0, 10226.0, 10260.0, 10276.0, 10237.0, 10259.0, 10262.0, 10239.0, 10273.0, 10269.0, 10284.0, 10258.0, 10264.0, 10285.0, 10244.0, 10265.0, 10275.0, 10227.0, 10280.0, 10279.0, 10242.0, 10259.0, 10264.0, 10271.0, 10273.0, 10265.0, 10286.0, 10258.0, 10267.0, 10289.0, 10243.0, 10264.0, 10272.0, 10230.0, 10279.0, 10279.0, 10242.0, 10261.0, 10276.0, 10244.0, 10276.0, 10280.0, 10244.0, 10279.0, 10291.0, 10289.0, 10274.0, 10283.0, 10289.0, 10263.0, 10284.0, 10274.0, 10276.0, 10289.0, 10296.0, 10245.0, 10262.0, 10272.0, 10246.0, 10279.0, 10280.0, 10231.0, 10266.0, 10285.0, 10259.0, 10278.0, 10280.0, 10260.0, 10282.0, 10292.0, 10294.0, 10278.0, 10268.0, 10291.0, 10265.0, 10284.0, 10277.0, 10281.0, 10289.0, 10296.0, 10280.0, 10287.0, 10276.0, 10282.0, 10290.0, 10301.0, 10248.0, 10265.0, 10296.0, 10242.0, 10260.0, 10275.0, 10256.0, 10275.0, 10268.0, 10288.0, 10258.0, 10264.0, 10275.0, 10227.0, 10259.0, 10274.0, 10230.0, 10278.0, 10278.0, 10255.0, 10257.0, 10267.0, 10286.0, 10258.0, 10263.0, 10270.0, 10256.0, 10264.0, 10273.0, 10241.0, 10261.0, 10281.0, 10234.0, 10250.0, 10257.0, 10259.0, 10254.0, 10263.0, 10269.0, 10234.0, 10240.0, 10257.0, 10234.0, 10251.0, 10257.0, 10231.0, 10251.0, 10263.0, 10266.0, 10235.0, 10257.0, 10250.0, 10252.0, 10259.0, 10270.0, 10277.0, 10283.0, 10264.0, 10282.0, 10286.0, 10257.0, 10306.0, 10326.0, 10294.0, 10280.0, 10284.0, 10294.0, 10259.0, 10265.0, 10270.0, 10259.0, 10268.0, 10276.0, 10262.0, 10291.0, 10290.0, 10260.0, 10265.0, 10284.0, 10261.0, 10283.0, 10290.0, 10260.0, 10283.0, 10287.0, 10258.0, 10270.0, 10264.0, 10283.0, 10277.0, 10280.0, 10302.0, 10296.0, 10285.0, 10299.0, 10264.0, 10287.0, 10306.0, 10242.0, 10258.0, 10275.0, 10263.0, 10249.0, 10239.0, 10223.0, 10257.0, 10275.0, 10222.0, 10254.0, 10252.0, 10216.0, 10252.0, 10252.0, 10236.0, 10258.0, 10267.0, 10234.0, 10255.0, 10265.0, 10254.0, 10261.0, 10272.0, 10256.0, 10260.0, 10268.0, 10256.0, 10261.0, 10255.0, 10256.0, 10260.0, 10252.0, 10255.0, 10269.0, 10239.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.00022102848101265824</td></tr>
<tr><td colspan=3>aqi</td><td>0.01716009841772152</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.197490260229664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.249820974212193</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954838570942223</td></tr>
<tr><td colspan=3>efc</td><td>0.5142</td></tr>
<tr><td colspan=3>fber</td><td>4708.9219</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0876019218899776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.870253164556962</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5270709636327338</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.54908921195225</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7009755719673607</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.331148106978591</td></tr>
<tr><td colspan=3>gcor</td><td>0.00938545</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0054858108051121235</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031283847987651825</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.102357818271181</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.0086</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.342</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.6729</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>288202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1191.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.7116</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8314</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.7973</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3818.121</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.2124</td></tr>
<tr><td colspan=3>tsnr</td><td>48.16114700399339</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>