<?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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-04/func/sub-0004_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>f5a7798632350b68c4e69b77a8cad14f</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>10:11:15.455000</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_VE11C_LATEST_20160120</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.999638, 0.0264566, -0.00483805, -0.0253035, 0.986098, 0.164225]</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.109449</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7782, -7222, 520, -51, -224, 64, 81]</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>237.188</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0f17074-8d2f-4f8a-9317-d645af65c1f0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819562911987305, -0.06788738071918488, -0.024612190201878548, 116.8218002319336], [-0.0709812343120575, 2.6456298828125, 0.442915678024292, -93.6070327758789], [-0.012980133295059204, -0.44060277938842773, 2.6633100509643555, -13.138154983520508], [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': ['101115.455000', '101115.915000', '101116.375000', '101116.835000', '101117.295000', '101117.755000', '101118.215000', '101118.675000', '101119.135000', '101119.595000', '101120.055000', '101120.515000', '101120.975000', '101121.435000', '101121.895000', '101122.355000', '101122.815000', '101123.275000', '101123.735000', '101124.195000', '101124.655000', '101125.115000', '101125.575000', '101126.035000', '101126.495000', '101126.955000', '101127.415000', '101127.875000', '101128.335000', '101128.795000', '101129.255000', '101129.715000', '101130.175000', '101130.635000', '101131.095000', '101131.555000', '101132.015000', '101132.475000', '101132.935000', '101133.395000', '101133.855000', '101134.315000', '101134.775000', '101135.235000', '101135.695000', '101136.155000', '101136.615000', '101137.075000', '101137.535000', '101137.995000', '101138.455000', '101138.915000', '101139.375000', '101139.835000', '101140.295000', '101140.755000', '101141.215000', '101141.675000', '101142.135000', '101142.595000', '101143.055000', '101143.515000', '101143.975000', '101144.435000', '101144.895000', '101145.355000', '101145.815000', '101146.275000', '101146.735000', '101147.195000', '101147.655000', '101148.115000', '101148.575000', '101149.035000', '101149.495000', '101149.955000', '101150.415000', '101150.875000', '101151.335000', '101151.795000', '101152.255000', '101152.715000', '101153.175000', '101153.635000', '101154.095000', '101154.555000', '101155.015000', '101155.475000', '101155.935000', '101156.395000', '101156.855000', '101157.315000', '101157.775000', '101158.235000', '101158.695000', '101159.155000', '101159.615000', '101200.075000', '101200.535000', '101200.995000', '101201.455000', '101201.915000', '101202.375000', '101202.835000', '101203.295000', '101203.755000', '101204.215000', '101204.675000', '101205.135000', '101205.595000', '101206.055000', '101206.515000', '101206.975000', '101207.435000', '101207.895000', '101208.355000', '101208.815000', '101209.275000', '101209.735000', '101210.195000', '101210.655000', '101211.115000', '101211.575000', '101212.035000', '101212.495000', '101212.955000', '101213.415000', '101213.875000', '101214.335000', '101214.795000', '101215.255000', '101215.715000', '101216.175000', '101216.635000', '101217.095000', '101217.555000', '101218.015000', '101218.475000', '101218.935000', '101219.395000', '101219.855000', '101220.315000', '101220.775000', '101221.235000', '101221.695000', '101222.155000', '101222.615000', '101223.075000', '101223.535000', '101223.995000', '101224.455000', '101224.915000', '101225.375000', '101225.835000', '101226.295000', '101226.755000', '101227.215000', '101227.675000', '101228.135000', '101228.595000', '101229.055000', '101229.515000', '101229.975000', '101230.435000', '101230.895000', '101231.355000', '101231.815000', '101232.275000', '101232.735000', '101233.195000', '101233.655000', '101234.115000', '101234.575000', '101235.035000', '101235.495000', '101235.955000', '101236.415000', '101236.875000', '101237.335000', '101237.795000', '101238.255000', '101238.715000', '101239.175000', '101239.635000', '101240.095000', '101240.555000', '101241.015000', '101241.475000', '101241.935000', '101242.395000', '101242.855000', '101243.315000', '101243.775000', '101244.235000', '101244.695000', '101245.155000', '101245.615000', '101246.075000', '101246.535000', '101246.995000', '101247.455000', '101247.915000', '101248.375000', '101248.835000', '101249.295000', '101249.755000', '101250.215000', '101250.675000', '101251.135000', '101251.595000', '101252.055000', '101252.515000', '101252.975000', '101253.435000', '101253.895000', '101254.355000', '101254.815000', '101255.275000', '101255.735000', '101256.195000', '101256.655000', '101257.115000', '101257.575000', '101258.035000', '101258.495000', '101258.955000', '101259.415000', '101259.875000', '101300.335000', '101300.795000', '101301.255000', '101301.715000', '101302.175000', '101302.635000', '101303.095000', '101303.555000', '101304.015000', '101304.475000', '101304.935000', '101305.395000', '101305.855000', '101306.315000', '101306.775000', '101307.235000', '101307.695000', '101308.155000', '101308.615000', '101309.075000', '101309.535000', '101309.995000', '101310.455000', '101310.915000', '101311.375000', '101311.835000', '101312.295000', '101312.755000', '101313.215000', '101313.675000', '101314.135000', '101314.595000', '101315.055000', '101315.515000', '101315.975000', '101316.435000', '101316.895000', '101317.355000', '101317.815000', '101318.275000', '101318.735000', '101319.195000', '101319.655000', '101320.115000', '101320.575000', '101321.035000', '101321.495000', '101321.955000', '101322.415000', '101322.875000', '101323.335000', '101323.795000', '101324.255000', '101324.715000', '101325.175000', '101325.635000', '101326.095000', '101326.555000', '101327.015000', '101327.475000', '101327.935000', '101328.395000', '101328.855000', '101329.315000', '101329.775000', '101330.235000', '101330.695000', '101331.155000', '101331.615000', '101332.075000', '101332.535000', '101332.995000', '101333.455000', '101333.915000', '101334.375000', '101334.835000', '101335.295000', '101335.755000', '101336.215000', '101336.675000', '101337.135000', '101337.595000', '101338.055000', '101338.515000', '101338.975000', '101339.435000', '101339.895000', '101340.355000', '101340.815000', '101341.275000', '101341.735000', '101342.195000', '101342.655000', '101343.115000', '101343.575000', '101344.035000', '101344.495000', '101344.955000', '101345.415000', '101345.875000', '101346.335000', '101346.795000', '101347.255000', '101347.715000', '101348.175000', '101348.635000', '101349.095000', '101349.555000', '101350.015000', '101350.475000', '101350.935000', '101351.395000', '101351.855000', '101352.315000', '101352.775000', '101353.235000', '101353.695000', '101354.155000', '101354.615000', '101355.075000', '101355.535000', '101355.995000', '101356.455000', '101356.915000', '101357.375000', '101357.835000', '101358.295000', '101358.755000', '101359.215000', '101359.675000', '101400.135000', '101400.595000', '101401.055000', '101401.515000', '101401.975000', '101402.435000', '101402.895000', '101403.355000', '101403.815000', '101404.275000', '101404.735000', '101405.195000', '101405.655000', '101406.115000', '101406.575000', '101407.035000', '101407.495000', '101407.955000', '101408.415000', '101408.875000', '101409.335000', '101409.795000', '101410.255000', '101410.715000', '101411.175000', '101411.635000', '101412.095000', '101412.555000', '101413.015000', '101413.475000', '101413.935000', '101414.395000', '101414.855000', '101415.315000', '101415.775000', '101416.235000', '101416.695000', '101417.155000', '101417.615000', '101418.075000', '101418.535000', '101418.995000', '101419.455000', '101419.915000', '101420.375000', '101420.835000', '101421.295000', '101421.755000', '101422.215000', '101422.675000', '101423.135000', '101423.595000', '101424.055000', '101424.515000', '101424.975000', '101425.435000', '101425.895000', '101426.355000', '101426.815000', '101427.275000', '101427.735000', '101428.195000', '101428.655000', '101429.115000', '101429.575000', '101430.035000', '101430.495000', '101430.955000', '101431.415000', '101431.875000', '101432.335000', '101432.795000', '101433.255000', '101433.715000', '101434.175000', '101434.635000', '101435.095000', '101435.555000', '101436.015000', '101436.475000', '101436.935000', '101437.395000', '101437.855000', '101438.315000', '101438.775000', '101439.235000', '101439.695000', '101440.155000', '101440.615000', '101441.075000', '101441.535000', '101441.995000', '101442.455000', '101442.915000', '101443.375000', '101443.835000', '101444.295000', '101444.755000', '101445.215000', '101445.675000', '101446.135000', '101446.595000', '101447.055000', '101447.515000', '101447.975000', '101448.435000', '101448.895000', '101449.355000', '101449.815000', '101450.275000', '101450.735000', '101451.195000', '101451.655000', '101452.115000', '101452.575000', '101453.035000', '101453.495000', '101453.955000', '101454.415000', '101454.875000', '101455.335000', '101455.795000', '101456.255000', '101456.715000', '101457.175000', '101457.635000', '101458.095000', '101458.555000', '101459.015000', '101459.475000', '101459.935000', '101500.395000', '101500.855000', '101501.315000', '101501.775000', '101502.235000', '101502.695000', '101503.155000', '101503.615000', '101504.075000', '101504.535000', '101504.995000', '101505.455000', '101505.915000', '101506.375000', '101506.835000', '101507.295000', '101507.755000', '101508.215000', '101508.675000', '101509.135000', '101509.595000', '101510.055000', '101510.515000', '101510.975000', '101511.435000', '101511.895000', '101512.355000', '101512.815000', '101513.275000', '101513.735000', '101514.195000', '101514.655000', '101515.115000', '101515.575000', '101516.035000', '101516.495000', '101516.955000', '101517.415000', '101517.875000', '101518.335000', '101518.795000', '101519.255000', '101519.715000', '101520.175000', '101520.635000', '101521.095000', '101521.555000', '101522.015000', '101522.475000', '101522.935000', '101523.395000', '101523.855000', '101524.315000', '101524.775000', '101525.235000', '101525.695000', '101526.155000', '101526.615000', '101527.075000', '101527.535000', '101527.995000', '101528.455000', '101528.915000', '101529.375000', '101529.835000', '101530.295000', '101530.755000', '101531.215000', '101531.675000', '101532.135000', '101532.595000', '101533.055000', '101533.515000', '101533.975000', '101534.435000', '101534.895000', '101535.355000', '101535.815000', '101536.275000', '101536.735000', '101537.195000', '101537.655000', '101538.115000', '101538.575000', '101539.035000', '101539.495000', '101539.955000', '101540.415000', '101540.875000', '101541.335000', '101541.795000', '101542.255000', '101542.715000', '101543.175000', '101543.635000', '101544.095000', '101544.555000', '101545.015000', '101545.475000', '101545.935000', '101546.395000', '101546.855000', '101547.315000', '101547.775000', '101548.235000', '101548.695000', '101549.155000', '101549.615000', '101550.075000', '101550.535000', '101550.995000', '101551.455000', '101551.915000', '101552.375000', '101552.835000', '101553.295000', '101553.755000', '101554.215000', '101554.675000', '101555.135000', '101555.595000', '101556.055000', '101556.515000', '101556.975000', '101557.435000', '101557.895000', '101558.355000', '101558.815000', '101559.275000', '101559.735000', '101600.195000', '101600.655000', '101601.115000', '101601.575000', '101602.035000', '101602.495000', '101602.955000', '101603.415000', '101603.875000', '101604.335000', '101604.795000', '101605.255000', '101605.715000', '101606.175000', '101606.635000', '101607.095000', '101607.555000', '101608.015000', '101608.475000', '101608.935000', '101609.395000', '101609.855000', '101610.315000', '101610.775000', '101611.235000', '101611.695000', '101612.155000', '101612.615000', '101613.075000', '101613.535000', '101613.995000', '101614.455000', '101614.915000', '101615.375000', '101615.835000', '101616.295000', '101616.755000', '101617.215000', '101617.675000', '101618.135000', '101618.595000', '101619.055000', '101619.515000', '101619.975000', '101620.435000', '101620.895000', '101621.355000', '101621.815000', '101622.275000', '101622.735000', '101623.195000', '101623.655000', '101624.115000', '101624.575000', '101625.035000', '101625.495000', '101625.955000', '101626.415000', '101626.875000', '101627.335000', '101627.795000', '101628.255000', '101628.715000', '101629.175000', '101629.635000', '101630.095000', '101630.555000', '101631.015000', '101631.475000', '101631.935000', '101632.395000', '101632.855000', '101633.315000', '101633.775000', '101634.235000', '101634.695000', '101635.155000', '101635.615000', '101636.075000', '101636.535000', '101636.995000', '101637.455000', '101637.915000', '101638.375000', '101638.835000', '101639.295000', '101639.755000', '101640.215000', '101640.675000', '101641.135000', '101641.595000', '101642.055000', '101642.515000', '101642.975000', '101643.435000', '101643.895000', '101644.355000', '101644.815000', '101645.275000', '101645.735000', '101646.195000', '101646.655000', '101647.115000', '101647.575000', '101648.035000', '101648.495000', '101648.955000', '101649.415000', '101649.875000', '101650.335000', '101650.795000', '101651.255000', '101651.715000', '101652.175000', '101652.635000', '101653.095000', '101653.555000', '101654.015000', '101654.475000', '101654.935000', '101655.395000', '101655.855000', '101656.315000', '101656.775000', '101657.235000', '101657.695000', '101658.155000', '101658.615000', '101659.075000', '101659.535000', '101659.995000', '101700.455000', '101700.915000', '101701.375000', '101701.835000', '101702.295000', '101702.755000', '101703.215000', '101703.675000', '101704.135000', '101704.595000', '101705.055000', '101705.515000', '101705.975000', '101706.435000', '101706.895000', '101707.355000', '101707.815000', '101708.275000', '101708.735000', '101709.195000', '101709.655000', '101710.115000', '101710.575000', '101711.035000', '101711.495000', '101711.955000', '101712.415000', '101712.875000', '101713.335000', '101713.795000', '101714.255000', '101714.715000', '101715.175000', '101715.635000', '101716.095000', '101716.555000', '101717.015000', '101717.475000', '101717.935000', '101718.395000', '101718.855000', '101719.315000', '101719.775000', '101720.235000', '101720.695000', '101721.155000', '101721.615000', '101722.075000', '101722.535000', '101722.995000', '101723.455000', '101723.915000', '101724.375000', '101724.835000', '101725.295000', '101725.755000', '101726.215000', '101726.675000', '101727.135000', '101727.595000', '101728.055000', '101728.515000', '101728.975000', '101729.435000', '101729.895000', '101730.355000', '101730.815000', '101731.275000', '101731.735000', '101732.195000', '101732.655000', '101733.115000', '101733.575000', '101734.035000', '101734.495000', '101734.955000', '101735.415000', '101735.875000', '101736.335000', '101736.795000', '101737.255000', '101737.715000', '101738.175000', '101738.635000', '101739.095000', '101739.555000', '101740.015000', '101740.475000', '101740.935000', '101741.395000', '101741.855000', '101742.315000', '101742.775000', '101743.235000', '101743.695000', '101744.155000', '101744.615000', '101745.075000', '101745.535000', '101745.995000', '101746.455000', '101746.915000', '101747.375000', '101747.835000', '101748.295000', '101748.755000', '101749.215000', '101749.675000', '101750.135000', '101750.595000', '101751.055000', '101751.515000', '101751.975000', '101752.435000', '101752.895000', '101753.355000', '101753.815000', '101754.275000', '101754.735000', '101755.195000', '101755.655000', '101756.115000', '101756.575000', '101757.035000', '101757.495000', '101757.955000', '101758.415000', '101758.875000', '101759.335000', '101759.795000', '101800.255000', '101800.715000', '101801.175000', '101801.635000', '101802.095000', '101802.555000', '101803.015000', '101803.475000', '101803.935000', '101804.395000', '101804.855000', '101805.315000', '101805.775000', '101806.235000', '101806.695000', '101807.155000', '101807.615000', '101808.075000', '101808.535000', '101808.995000', '101809.455000', '101809.915000', '101810.375000', '101810.835000', '101811.295000', '101811.755000', '101812.215000', '101812.675000', '101813.135000', '101813.595000', '101814.055000', '101814.515000', '101814.975000', '101815.435000', '101815.895000', '101816.355000', '101816.815000', '101817.275000', '101817.735000', '101818.195000', '101818.655000', '101819.115000', '101819.575000', '101820.035000', '101820.495000', '101820.955000', '101821.415000', '101821.875000', '101822.335000', '101822.795000', '101823.255000', '101823.715000', '101824.175000', '101824.635000', '101825.095000', '101825.555000', '101826.015000', '101826.475000', '101826.935000', '101827.395000', '101827.855000', '101828.315000', '101828.775000', '101829.235000', '101829.695000', '101830.155000', '101830.615000', '101831.075000', '101831.535000', '101831.995000', '101832.455000', '101832.915000', '101833.375000', '101833.835000', '101834.295000', '101834.755000', '101835.215000', '101835.675000', '101836.135000', '101836.595000', '101837.055000', '101837.515000', '101837.975000', '101838.435000', '101838.895000', '101839.355000', '101839.815000', '101840.275000', '101840.735000', '101841.195000', '101841.655000', '101842.115000', '101842.575000', '101843.035000', '101843.495000', '101843.955000', '101844.415000', '101844.875000', '101845.335000', '101845.795000', '101846.255000', '101846.715000', '101847.175000', '101847.635000', '101848.095000', '101848.555000', '101849.015000', '101849.475000', '101849.935000', '101850.395000', '101850.855000', '101851.315000', '101851.775000', '101852.235000', '101852.695000', '101853.155000', '101853.615000', '101854.075000', '101854.535000', '101854.995000', '101855.455000', '101855.915000', '101856.375000', '101856.835000', '101857.295000', '101857.755000', '101858.215000', '101858.675000', '101859.135000', '101859.595000', '101900.055000', '101900.515000', '101900.975000', '101901.435000', '101901.895000', '101902.355000', '101902.815000', '101903.275000', '101903.735000', '101904.195000', '101904.655000', '101905.115000', '101905.575000', '101906.035000', '101906.495000', '101906.955000', '101907.415000', '101907.875000', '101908.335000', '101908.795000', '101909.255000', '101909.715000', '101910.175000', '101910.635000', '101911.095000', '101911.555000', '101912.015000', '101912.475000', '101912.935000', '101913.395000', '101913.855000', '101914.315000', '101914.775000', '101915.235000', '101915.695000', '101916.155000', '101916.615000', '101917.075000', '101917.535000', '101917.995000', '101918.455000', '101918.915000', '101919.375000', '101919.835000', '101920.295000', '101920.755000', '101921.215000', '101921.675000', '101922.135000', '101922.595000', '101923.055000', '101923.515000', '101923.975000', '101924.435000', '101924.895000', '101925.355000', '101925.815000', '101926.275000', '101926.735000', '101927.195000', '101927.655000', '101928.115000', '101928.575000', '101929.035000', '101929.495000', '101929.955000', '101930.415000', '101930.875000', '101931.335000', '101931.795000', '101932.255000', '101932.715000', '101933.175000', '101933.635000', '101934.095000', '101934.555000', '101935.015000', '101935.475000', '101935.935000', '101936.395000', '101936.855000', '101937.315000', '101937.775000', '101938.235000', '101938.695000', '101939.155000', '101939.615000', '101940.075000', '101940.535000', '101940.995000', '101941.455000', '101941.915000', '101942.375000', '101942.835000', '101943.295000', '101943.755000', '101944.215000', '101944.675000', '101945.135000', '101945.595000', '101946.055000', '101946.515000', '101946.975000', '101947.435000', '101947.895000', '101948.355000', '101948.815000', '101949.275000', '101949.735000', '101950.195000', '101950.655000', '101951.115000', '101951.575000', '101952.035000', '101952.495000', '101952.955000', '101953.415000', '101953.875000', '101954.335000', '101954.795000', '101955.255000', '101955.715000', '101956.175000', '101956.635000', '101957.095000', '101957.555000', '101958.015000', '101958.475000', '101958.935000', '101959.395000', '101959.855000', '102000.315000', '102000.775000', '102001.235000', '102001.695000', '102002.155000', '102002.615000', '102003.075000', '102003.535000', '102003.995000', '102004.455000', '102004.915000', '102005.375000', '102005.835000', '102006.295000', '102006.755000', '102007.215000', '102007.675000', '102008.135000', '102008.595000', '102009.055000', '102009.515000', '102009.975000', '102010.435000', '102010.895000', '102011.355000', '102011.815000', '102012.275000', '102012.735000', '102013.195000', '102013.655000', '102014.115000', '102014.575000', '102015.035000', '102015.495000', '102015.955000', '102016.415000', '102016.875000', '102017.335000', '102017.795000', '102018.255000', '102018.715000', '102019.175000', '102019.635000', '102020.095000', '102020.555000', '102021.015000', '102021.475000', '102021.935000', '102022.395000', '102022.855000', '102023.315000', '102023.775000', '102024.235000', '102024.695000', '102025.155000', '102025.615000', '102026.075000', '102026.535000', '102026.995000', '102027.455000', '102027.915000', '102028.375000', '102028.835000', '102029.295000', '102029.755000', '102030.215000', '102030.675000', '102031.135000', '102031.595000', '102032.055000', '102032.515000', '102032.975000', '102033.435000', '102033.895000', '102034.355000', '102034.815000', '102035.275000', '102035.735000', '102036.195000', '102036.655000', '102037.115000', '102037.575000', '102038.035000', '102038.495000', '102038.955000', '102039.415000', '102039.875000', '102040.335000', '102040.795000', '102041.255000', '102041.715000', '102042.175000', '102042.635000', '102043.095000', '102043.555000', '102044.015000', '102044.475000', '102044.935000', '102045.395000', '102045.855000', '102046.315000', '102046.775000', '102047.235000', '102047.695000', '102048.155000', '102048.615000', '102049.075000', '102049.535000', '102049.995000', '102050.455000', '102050.915000', '102051.375000', '102051.835000', '102052.295000', '102052.755000', '102053.215000', '102053.675000', '102054.135000', '102054.595000', '102055.055000', '102055.515000', '102055.975000', '102056.435000', '102056.895000', '102057.355000', '102057.815000', '102058.275000'], 'ContentTime': ['101127.982000', '101127.985000', '101127.988000', '101127.991000', '101127.994000', '101127.997000', '101128.001000', '101128.004000', '101128.007000', '101128.010000', '101128.013000', '101128.016000', '101128.019000', '101128.022000', '101128.025000', '101128.027000', '101128.030000', '101128.033000', '101128.036000', '101128.041000', '101128.044000', '101128.047000', '101128.050000', '101128.053000', '101147.951000', '101147.954000', '101147.957000', '101147.960000', '101147.962000', '101147.965000', '101147.968000', '101147.971000', '101147.974000', '101147.977000', '101147.980000', '101147.982000', '101147.985000', '101147.988000', '101147.991000', '101147.994000', '101147.997000', '101148.001000', '101148.003000', '101148.006000', '101148.009000', '101148.012000', '101148.015000', '101148.018000', '101148.020000', '101148.023000', '101148.026000', '101148.029000', '101148.032000', '101148.035000', '101148.050000', '101148.053000', '101148.056000', '101148.059000', '101148.062000', '101148.065000', '101148.068000', '101148.070000', '101148.073000', '101148.076000', '101148.079000', '101148.087000', '101148.090000', '101148.093000', '101207.952000', '101207.955000', '101207.958000', '101207.961000', '101207.963000', '101207.966000', '101207.969000', '101207.972000', '101207.975000', '101207.978000', '101207.981000', '101207.983000', '101207.986000', '101207.989000', '101207.992000', '101207.995000', '101207.998000', '101208.001000', '101208.004000', '101208.007000', '101208.010000', '101208.012000', '101208.018000', '101208.022000', '101208.025000', '101208.027000', '101208.030000', '101208.033000', '101208.036000', '101208.039000', '101208.042000', '101208.045000', '101208.048000', '101208.050000', '101208.053000', '101208.056000', '101208.062000', '101208.065000', '101208.068000', '101208.071000', '101208.074000', '101208.077000', '101208.079000', '101227.952000', '101227.955000', '101227.958000', '101227.961000', '101227.963000', '101227.966000', '101227.969000', '101227.972000', '101227.975000', '101227.978000', '101227.981000', '101227.984000', '101227.986000', '101227.989000', '101227.992000', '101227.995000', '101227.998000', '101228.002000', '101228.005000', '101228.008000', '101228.010000', '101228.013000', '101228.016000', '101228.019000', '101228.022000', '101228.025000', '101228.028000', '101228.031000', '101228.034000', '101228.036000', '101228.039000', '101228.042000', '101228.045000', '101228.048000', '101228.051000', '101228.054000', '101228.057000', '101228.059000', '101228.062000', '101228.065000', '101228.068000', '101228.071000', '101228.074000', '101228.077000', '101247.952000', '101247.955000', '101247.958000', '101247.962000', '101247.965000', '101247.968000', '101247.970000', '101247.973000', '101247.976000', '101247.979000', '101247.982000', '101247.985000', '101247.988000', '101247.991000', '101247.994000', '101247.997000', '101248.000000', '101248.003000', '101248.006000', '101248.009000', '101248.012000', '101248.015000', '101248.018000', '101248.021000', '101248.024000', '101248.027000', '101248.030000', '101248.033000', '101248.035000', '101248.038000', '101248.041000', '101248.044000', '101248.047000', '101248.050000', '101248.053000', '101248.056000', '101248.059000', '101248.062000', '101248.065000', '101248.068000', '101248.071000', '101248.074000', '101248.076000', '101307.951000', '101307.954000', '101307.957000', '101307.960000', '101307.962000', '101307.965000', '101307.968000', '101307.971000', '101307.974000', '101307.977000', '101307.980000', '101307.983000', '101307.986000', '101307.989000', '101307.992000', '101307.994000', '101307.997000', '101308.001000', '101308.004000', '101308.007000', '101308.010000', '101308.013000', '101308.016000', '101308.018000', '101308.021000', '101308.024000', '101308.027000', '101308.030000', '101308.033000', '101308.036000', '101308.038000', '101308.041000', '101308.044000', '101308.047000', '101308.050000', '101308.053000', '101308.056000', '101308.058000', '101308.061000', '101308.064000', '101308.067000', '101308.070000', '101308.073000', '101308.076000', '101327.951000', '101327.954000', '101327.957000', '101327.960000', '101327.963000', '101327.966000', '101327.968000', '101327.971000', '101327.974000', '101327.977000', '101327.980000', '101327.983000', '101327.986000', '101327.989000', '101327.991000', '101327.994000', '101327.997000', '101328.001000', '101328.004000', '101328.007000', '101328.010000', '101328.013000', '101328.016000', '101328.019000', '101328.022000', '101328.024000', '101328.027000', '101328.030000', '101328.033000', '101328.036000', '101328.039000', '101328.042000', '101328.045000', '101328.062000', '101328.065000', '101328.068000', '101328.070000', '101328.073000', '101328.076000', '101328.079000', '101328.082000', '101328.085000', '101328.088000', '101347.951000', '101347.954000', '101347.957000', '101347.960000', '101347.963000', '101347.965000', '101347.968000', '101347.971000', '101347.974000', '101347.977000', '101347.980000', '101347.983000', '101347.986000', '101347.988000', '101347.991000', '101347.994000', '101347.997000', '101348.001000', '101348.004000', '101348.007000', '101348.010000', '101348.013000', '101348.016000', '101348.018000', '101348.021000', '101348.024000', '101348.027000', '101348.030000', '101348.033000', '101348.036000', '101348.039000', '101348.041000', '101348.044000', '101348.047000', '101348.050000', '101348.053000', '101348.056000', '101348.059000', '101348.062000', '101348.065000', '101348.067000', '101348.070000', '101348.073000', '101348.076000', '101407.951000', '101407.954000', '101407.957000', '101407.960000', '101407.963000', '101407.966000', '101407.968000', '101407.971000', '101407.974000', '101407.977000', '101407.980000', '101407.983000', '101407.986000', '101407.989000', '101407.992000', '101407.994000', '101407.998000', '101408.002000', '101408.005000', '101408.008000', '101408.011000', '101408.014000', '101408.017000', '101408.020000', '101408.023000', '101408.026000', '101408.029000', '101408.031000', '101408.034000', '101408.037000', '101408.040000', '101408.043000', '101408.046000', '101408.049000', '101408.052000', '101408.055000', '101408.058000', '101408.061000', '101408.064000', '101408.067000', '101408.071000', '101408.074000', '101408.077000', '101427.952000', '101427.955000', '101427.958000', '101427.961000', '101427.964000', '101427.966000', '101427.969000', '101427.972000', '101427.975000', '101427.978000', '101427.981000', '101427.984000', '101427.987000', '101427.990000', '101427.993000', '101427.995000', '101427.998000', '101428.001000', '101428.004000', '101428.007000', '101428.010000', '101428.013000', '101428.016000', '101428.019000', '101428.021000', '101428.024000', '101428.027000', '101428.030000', '101428.033000', '101428.036000', '101428.039000', '101428.042000', '101428.044000', '101428.047000', '101428.050000', '101428.053000', '101428.056000', '101428.059000', '101428.062000', '101428.064000', '101428.067000', '101428.070000', '101428.073000', '101428.076000', '101447.952000', '101447.955000', '101447.958000', '101447.961000', '101447.964000', '101447.966000', '101447.969000', '101447.972000', '101447.975000', '101447.978000', '101447.981000', '101447.984000', '101447.987000', '101447.990000', '101447.993000', '101447.995000', '101447.998000', '101448.002000', '101448.005000', '101448.008000', '101448.011000', '101448.014000', '101448.017000', '101448.020000', '101448.022000', '101448.025000', '101448.028000', '101448.031000', '101448.034000', '101448.037000', '101448.040000', '101448.043000', '101448.046000', '101448.049000', '101448.052000', '101448.055000', '101448.058000', '101448.061000', '101448.064000', '101448.067000', '101448.070000', '101448.075000', '101448.079000', '101507.951000', '101507.954000', '101507.957000', '101507.960000', '101507.963000', '101507.966000', '101507.968000', '101507.971000', '101507.974000', '101507.989000', '101507.992000', '101507.995000', '101507.998000', '101508.002000', '101508.005000', '101508.007000', '101508.010000', '101508.013000', '101508.016000', '101508.019000', '101508.022000', '101508.025000', '101508.028000', '101508.031000', '101508.033000', '101508.036000', '101508.039000', '101508.042000', '101508.045000', '101508.048000', '101508.051000', '101508.053000', '101508.056000', '101508.059000', '101508.062000', '101508.065000', '101508.068000', '101508.071000', '101508.073000', '101508.076000', '101508.079000', '101508.082000', '101508.085000', '101508.088000', '101527.951000', '101527.954000', '101527.957000', '101527.960000', '101527.963000', '101527.966000', '101527.968000', '101527.971000', '101527.974000', '101527.977000', '101527.980000', '101527.983000', '101527.986000', '101527.989000', '101527.992000', '101527.995000', '101527.997000', '101528.001000', '101528.004000', '101528.007000', '101528.010000', '101528.017000', '101528.021000', '101528.023000', '101528.026000', '101528.029000', '101528.032000', '101528.037000', '101528.040000', '101528.043000', '101528.046000', '101528.049000', '101528.052000', '101528.055000', '101528.058000', '101528.061000', '101528.064000', '101528.066000', '101528.070000', '101528.072000', '101528.075000', '101528.078000', '101528.081000', '101547.951000', '101547.954000', '101547.957000', '101547.960000', '101547.963000', '101547.966000', '101547.968000', '101547.971000', '101547.974000', '101547.977000', '101547.980000', '101547.983000', '101547.986000', '101547.989000', '101547.992000', '101547.995000', '101547.997000', '101548.001000', '101548.004000', '101548.007000', '101548.010000', '101548.013000', '101548.016000', '101548.019000', '101548.022000', '101548.024000', '101548.027000', '101548.030000', '101548.033000', '101548.036000', '101548.039000', '101548.042000', '101548.045000', '101548.048000', '101548.050000', '101548.053000', '101548.056000', '101548.059000', '101548.062000', '101548.065000', '101548.068000', '101548.070000', '101548.073000', '101548.076000', '101607.951000', '101607.954000', '101607.957000', '101607.960000', '101607.963000', '101607.966000', '101607.969000', '101607.972000', '101607.974000', '101607.977000', '101607.980000', '101607.983000', '101607.986000', '101607.989000', '101607.992000', '101607.995000', '101607.998000', '101608.002000', '101608.004000', '101608.007000', '101608.010000', '101608.013000', '101608.016000', '101608.019000', '101608.022000', '101608.025000', '101608.028000', '101608.030000', '101608.033000', '101608.036000', '101608.039000', '101608.042000', '101608.045000', '101608.048000', '101608.051000', '101608.054000', '101608.057000', '101608.060000', '101608.062000', '101608.065000', '101608.068000', '101608.071000', '101608.074000', '101627.951000', '101627.954000', '101627.957000', '101627.960000', '101627.963000', '101627.966000', '101627.968000', '101627.971000', '101627.974000', '101627.977000', '101627.980000', '101627.983000', '101627.986000', '101627.989000', '101627.992000', '101627.995000', '101627.998000', '101628.001000', '101628.004000', '101628.007000', '101628.010000', '101628.013000', '101628.016000', '101628.019000', '101628.022000', '101628.025000', '101628.027000', '101628.030000', '101628.033000', '101628.049000', '101628.051000', '101628.054000', '101628.057000', '101628.060000', '101628.063000', '101628.066000', '101628.069000', '101628.071000', '101628.074000', '101628.077000', '101628.080000', '101628.083000', '101628.086000', '101628.089000', '101647.952000', '101647.955000', '101647.958000', '101647.961000', '101647.964000', '101647.967000', '101647.970000', '101647.973000', '101647.976000', '101647.978000', '101647.981000', '101647.984000', '101647.987000', '101647.990000', '101647.993000', '101647.996000', '101647.999000', '101648.002000', '101648.005000', '101648.008000', '101648.011000', '101648.013000', '101648.016000', '101648.019000', '101648.022000', '101648.025000', '101648.028000', '101648.031000', '101648.034000', '101648.037000', '101648.040000', '101648.042000', '101648.045000', '101648.048000', '101648.051000', '101648.054000', '101648.057000', '101648.060000', '101648.062000', '101648.065000', '101648.068000', '101648.071000', '101648.074000', '101707.952000', '101707.955000', '101707.958000', '101707.961000', '101707.964000', '101707.967000', '101707.969000', '101707.972000', '101707.975000', '101707.978000', '101707.981000', '101707.984000', '101707.987000', '101707.990000', '101707.992000', '101707.995000', '101707.998000', '101708.002000', '101708.005000', '101708.008000', '101708.011000', '101708.019000', '101708.022000', '101708.025000', '101708.028000', '101708.031000', '101708.034000', '101708.037000', '101708.040000', '101708.043000', '101708.046000', '101708.048000', '101708.051000', '101708.054000', '101708.057000', '101708.060000', '101708.063000', '101708.066000', '101708.069000', '101708.072000', '101708.075000', '101708.078000', '101708.081000', '101708.084000', '101727.951000', '101727.954000', '101727.957000', '101727.960000', '101727.963000', '101727.966000', '101727.969000', '101727.971000', '101727.974000', '101727.977000', '101727.980000', '101727.983000', '101727.986000', '101727.989000', '101727.992000', '101727.995000', '101727.998000', '101728.002000', '101728.004000', '101728.007000', '101728.010000', '101728.013000', '101728.016000', '101728.019000', '101728.022000', '101728.025000', '101728.027000', '101728.030000', '101728.033000', '101728.036000', '101728.039000', '101728.042000', '101728.045000', '101728.048000', '101728.051000', '101728.054000', '101728.057000', '101728.059000', '101728.062000', '101728.065000', '101728.068000', '101728.071000', '101728.074000', '101747.951000', '101747.954000', '101747.957000', '101747.960000', '101747.963000', '101747.965000', '101747.968000', '101747.971000', '101747.974000', '101747.977000', '101747.980000', '101747.983000', '101747.986000', '101747.989000', '101747.992000', '101747.994000', '101747.998000', '101748.001000', '101748.004000', '101748.007000', '101748.010000', '101748.013000', '101748.016000', '101748.019000', '101748.022000', '101748.025000', '101748.028000', '101748.031000', '101748.034000', '101748.037000', '101748.040000', '101748.042000', '101748.045000', '101748.048000', '101748.051000', '101748.064000', '101748.067000', '101748.070000', '101748.073000', '101748.076000', '101748.079000', '101748.082000', '101748.084000', '101807.951000', '101807.954000', '101807.957000', '101807.960000', '101807.963000', '101807.966000', '101807.969000', '101807.972000', '101807.975000', '101807.978000', '101807.981000', '101807.984000', '101807.986000', '101807.989000', '101807.992000', '101807.995000', '101807.998000', '101808.002000', '101808.005000', '101808.008000', '101808.011000', '101808.014000', '101808.017000', '101808.020000', '101808.023000', '101808.026000', '101808.029000', '101808.032000', '101808.035000', '101808.037000', '101808.040000', '101808.043000', '101808.046000', '101808.049000', '101808.052000', '101808.055000', '101808.058000', '101808.061000', '101808.064000', '101808.067000', '101808.070000', '101808.073000', '101808.076000', '101808.079000', '101827.951000', '101827.954000', '101827.957000', '101827.961000', '101827.966000', '101827.970000', '101827.973000', '101827.976000', '101827.978000', '101827.981000', '101827.984000', '101827.987000', '101827.990000', '101827.993000', '101827.996000', '101828.000000', '101828.002000', '101828.005000', '101828.008000', '101828.011000', '101828.014000', '101828.017000', '101828.020000', '101828.023000', '101828.026000', '101828.028000', '101828.031000', '101828.034000', '101828.037000', '101828.040000', '101828.043000', '101828.046000', '101828.049000', '101828.052000', '101828.055000', '101828.057000', '101828.060000', '101828.063000', '101828.066000', '101828.069000', '101828.072000', '101828.075000', '101828.078000', '101847.951000', '101847.954000', '101847.966000', '101847.969000', '101847.972000', '101847.975000', '101847.978000', '101847.981000', '101847.983000', '101847.986000', '101847.989000', '101847.992000', '101847.995000', '101847.998000', '101848.002000', '101848.005000', '101848.008000', '101848.011000', '101848.014000', '101848.017000', '101848.020000', '101848.023000', '101848.026000', '101848.029000', '101848.032000', '101848.034000', '101848.037000', '101848.040000', '101848.043000', '101848.046000', '101848.049000', '101848.052000', '101848.055000', '101848.058000', '101848.061000', '101848.064000', '101848.067000', '101848.069000', '101848.072000', '101848.075000', '101848.078000', '101848.081000', '101848.084000', '101848.087000', '101907.952000', '101907.955000', '101907.958000', '101907.961000', '101907.964000', '101907.967000', '101907.970000', '101907.973000', '101907.976000', '101907.979000', '101907.983000', '101907.987000', '101907.990000', '101907.993000', '101907.996000', '101907.998000', '101908.002000', '101908.005000', '101908.008000', '101908.011000', '101908.014000', '101908.017000', '101908.020000', '101908.023000', '101908.026000', '101908.029000', '101908.043000', '101908.046000', '101908.049000', '101908.051000', '101908.054000', '101908.057000', '101908.060000', '101908.063000', '101908.066000', '101908.069000', '101908.072000', '101908.075000', '101908.078000', '101908.081000', '101908.084000', '101908.087000', '101908.090000', '101927.952000', '101927.955000', '101927.958000', '101927.961000', '101927.964000', '101927.967000', '101927.970000', '101927.973000', '101927.976000', '101927.979000', '101927.982000', '101927.985000', '101927.988000', '101927.991000', '101927.994000', '101927.997000', '101928.000000', '101928.003000', '101928.006000', '101928.009000', '101928.012000', '101928.015000', '101928.018000', '101928.021000', '101928.024000', '101928.027000', '101928.030000', '101928.033000', '101928.036000', '101928.039000', '101928.042000', '101928.045000', '101928.048000', '101928.051000', '101928.054000', '101928.056000', '101928.059000', '101928.062000', '101928.065000', '101928.068000', '101928.071000', '101928.074000', '101928.077000', '101928.080000', '101947.951000', '101947.954000', '101947.957000', '101947.960000', '101947.963000', '101947.966000', '101947.969000', '101947.972000', '101947.975000', '101947.978000', '101947.981000', '101947.984000', '101947.987000', '101947.990000', '101947.992000', '101947.995000', '101947.998000', '101948.003000', '101948.005000', '101948.009000', '101948.012000', '101948.015000', '101948.018000', '101948.020000', '101948.023000', '101948.027000', '101948.029000', '101948.032000', '101948.035000', '101948.038000', '101948.041000', '101948.044000', '101948.047000', '101948.050000', '101948.053000', '101948.055000', '101948.058000', '101948.061000', '101948.064000', '101948.067000', '101948.070000', '101948.073000', '101948.076000', '102007.951000', '102007.954000', '102007.957000', '102007.960000', '102007.963000', '102007.966000', '102007.968000', '102007.971000', '102007.974000', '102007.977000', '102007.980000', '102007.983000', '102007.986000', '102007.989000', '102007.992000', '102007.995000', '102007.998000', '102008.002000', '102008.004000', '102008.007000', '102008.010000', '102008.013000', '102008.016000', '102008.019000', '102008.022000', '102008.025000', '102008.028000', '102008.030000', '102008.033000', '102008.036000', '102008.039000', '102008.042000', '102008.045000', '102008.048000', '102008.051000', '102008.054000', '102008.056000', '102008.059000', '102008.062000', '102008.065000', '102008.068000', '102008.071000', '102008.074000', '102008.077000', '102027.952000', '102027.955000', '102027.958000', '102027.961000', '102027.964000', '102027.967000', '102027.970000', '102027.973000', '102027.976000', '102027.979000', '102027.982000', '102027.984000', '102027.987000', '102027.990000', '102027.993000', '102027.996000', '102028.000000', '102028.004000', '102028.022000', '102028.025000', '102028.028000', '102028.031000', '102028.034000', '102028.037000', '102028.040000', '102028.042000', '102028.045000', '102028.048000', '102028.051000', '102028.054000', '102028.057000', '102028.060000', '102028.063000', '102028.065000', '102028.068000', '102028.071000', '102028.074000', '102028.077000', '102028.080000', '102028.083000', '102028.086000', '102028.088000', '102028.091000', '102047.951000', '102047.954000', '102047.957000', '102047.960000', '102047.963000', '102047.966000', '102047.969000', '102047.972000', '102047.975000', '102047.978000', '102047.981000', '102047.984000', '102047.987000', '102047.990000', '102047.993000', '102047.996000', '102047.998000', '102048.002000', '102048.005000', '102048.008000', '102048.011000', '102048.014000', '102048.017000', '102048.020000', '102048.023000', '102048.026000', '102048.029000', '102048.032000', '102048.034000', '102048.037000', '102048.040000', '102048.043000', '102048.046000', '102048.049000', '102048.052000', '102048.055000', '102048.058000', '102048.060000', '102048.063000', '102048.066000', '102048.069000', '102048.072000', '102048.075000', '102048.078000', '102059.810000', '102059.814000', '102059.817000', '102059.821000', '102059.824000', '102059.827000', '102059.833000', '102059.837000', '102059.840000', '102059.843000', '102059.846000', '102059.849000', '102059.852000', '102059.855000', '102059.858000', '102059.861000', '102059.864000', '102059.867000', '102059.870000', '102059.873000', '102059.876000', '102059.878000', '102059.881000', '102059.884000', '102059.887000', '102059.890000'], 'InstanceCreationTime': ['101127.982000', '101127.985000', '101127.988000', '101127.991000', '101127.994000', '101127.997000', '101128.001000', '101128.004000', '101128.007000', '101128.010000', '101128.013000', '101128.016000', '101128.019000', '101128.022000', '101128.025000', '101128.027000', '101128.030000', '101128.033000', '101128.036000', '101128.041000', '101128.044000', '101128.047000', '101128.050000', '101128.053000', '101147.951000', '101147.954000', '101147.957000', '101147.960000', '101147.962000', '101147.965000', '101147.968000', '101147.971000', '101147.974000', '101147.977000', '101147.980000', '101147.982000', '101147.985000', '101147.988000', '101147.991000', '101147.994000', '101147.997000', '101148.001000', '101148.003000', '101148.006000', '101148.009000', '101148.012000', '101148.015000', '101148.018000', '101148.020000', '101148.023000', '101148.026000', '101148.029000', '101148.032000', '101148.035000', '101148.050000', '101148.053000', '101148.056000', '101148.059000', '101148.062000', '101148.065000', '101148.068000', '101148.070000', '101148.073000', '101148.076000', '101148.079000', '101148.087000', '101148.090000', '101148.093000', '101207.952000', '101207.955000', '101207.958000', '101207.961000', '101207.963000', '101207.966000', '101207.969000', '101207.972000', '101207.975000', '101207.978000', '101207.981000', '101207.983000', '101207.986000', '101207.989000', '101207.992000', '101207.995000', '101207.998000', '101208.001000', '101208.004000', '101208.007000', '101208.010000', '101208.012000', '101208.018000', '101208.022000', '101208.025000', '101208.027000', '101208.030000', '101208.033000', '101208.036000', '101208.039000', '101208.042000', '101208.045000', '101208.048000', '101208.050000', '101208.053000', '101208.056000', '101208.062000', '101208.065000', '101208.068000', '101208.071000', '101208.074000', '101208.077000', '101208.079000', '101227.952000', '101227.955000', '101227.958000', '101227.961000', '101227.963000', '101227.966000', '101227.969000', '101227.972000', '101227.975000', '101227.978000', '101227.981000', '101227.984000', '101227.986000', '101227.989000', '101227.992000', '101227.995000', '101227.998000', '101228.002000', '101228.005000', '101228.008000', '101228.010000', '101228.013000', '101228.016000', '101228.019000', '101228.022000', '101228.025000', '101228.028000', '101228.031000', '101228.034000', '101228.036000', '101228.039000', '101228.042000', '101228.045000', '101228.048000', '101228.051000', '101228.054000', '101228.057000', '101228.059000', '101228.062000', '101228.065000', '101228.068000', '101228.071000', '101228.074000', '101228.077000', '101247.952000', '101247.955000', '101247.958000', '101247.962000', '101247.965000', '101247.968000', '101247.970000', '101247.973000', '101247.976000', '101247.979000', '101247.982000', '101247.985000', '101247.988000', '101247.991000', '101247.994000', '101247.997000', '101248.000000', '101248.003000', '101248.006000', '101248.009000', '101248.012000', '101248.015000', '101248.018000', '101248.021000', '101248.024000', '101248.027000', '101248.030000', '101248.033000', '101248.035000', '101248.038000', '101248.041000', '101248.044000', '101248.047000', '101248.050000', '101248.053000', '101248.056000', '101248.059000', '101248.062000', '101248.065000', '101248.068000', '101248.071000', '101248.074000', '101248.076000', '101307.951000', '101307.954000', '101307.957000', '101307.960000', '101307.962000', '101307.965000', '101307.968000', '101307.971000', '101307.974000', '101307.977000', '101307.980000', '101307.983000', '101307.986000', '101307.989000', '101307.992000', '101307.994000', '101307.997000', '101308.001000', '101308.004000', '101308.007000', '101308.010000', '101308.013000', '101308.016000', '101308.018000', '101308.021000', '101308.024000', '101308.027000', '101308.030000', '101308.033000', '101308.036000', '101308.038000', '101308.041000', '101308.044000', '101308.047000', '101308.050000', '101308.053000', '101308.056000', '101308.058000', '101308.061000', '101308.064000', '101308.067000', '101308.070000', '101308.073000', '101308.076000', '101327.951000', '101327.954000', '101327.957000', '101327.960000', '101327.963000', '101327.966000', '101327.968000', '101327.971000', '101327.974000', '101327.977000', '101327.980000', '101327.983000', '101327.986000', '101327.989000', '101327.991000', '101327.994000', '101327.997000', '101328.001000', '101328.004000', '101328.007000', '101328.010000', '101328.013000', '101328.016000', '101328.019000', '101328.022000', '101328.024000', '101328.027000', '101328.030000', '101328.033000', '101328.036000', '101328.039000', '101328.042000', '101328.045000', '101328.062000', '101328.065000', '101328.068000', '101328.070000', '101328.073000', '101328.076000', '101328.079000', '101328.082000', '101328.085000', '101328.088000', '101347.951000', '101347.954000', '101347.957000', '101347.960000', '101347.963000', '101347.965000', '101347.968000', '101347.971000', '101347.974000', '101347.977000', '101347.980000', '101347.983000', '101347.986000', '101347.988000', '101347.991000', '101347.994000', '101347.997000', '101348.001000', '101348.004000', '101348.007000', '101348.010000', '101348.013000', '101348.016000', '101348.018000', '101348.021000', '101348.024000', '101348.027000', '101348.030000', '101348.033000', '101348.036000', '101348.039000', '101348.041000', '101348.044000', '101348.047000', '101348.050000', '101348.053000', '101348.056000', '101348.059000', '101348.062000', '101348.065000', '101348.067000', '101348.070000', '101348.073000', '101348.076000', '101407.951000', '101407.954000', '101407.957000', '101407.960000', '101407.963000', '101407.966000', '101407.968000', '101407.971000', '101407.974000', '101407.977000', '101407.980000', '101407.983000', '101407.986000', '101407.989000', '101407.992000', '101407.994000', '101407.998000', '101408.002000', '101408.005000', '101408.008000', '101408.011000', '101408.014000', '101408.017000', '101408.020000', '101408.023000', '101408.026000', '101408.029000', '101408.031000', '101408.034000', '101408.037000', '101408.040000', '101408.043000', '101408.046000', '101408.049000', '101408.052000', '101408.055000', '101408.058000', '101408.061000', '101408.064000', '101408.067000', '101408.071000', '101408.074000', '101408.077000', '101427.952000', '101427.955000', '101427.958000', '101427.961000', '101427.964000', '101427.966000', '101427.969000', '101427.972000', '101427.975000', '101427.978000', '101427.981000', '101427.984000', '101427.987000', '101427.990000', '101427.993000', '101427.995000', '101427.998000', '101428.001000', '101428.004000', '101428.007000', '101428.010000', '101428.013000', '101428.016000', '101428.019000', '101428.021000', '101428.024000', '101428.027000', '101428.030000', '101428.033000', '101428.036000', '101428.039000', '101428.042000', '101428.044000', '101428.047000', '101428.050000', '101428.053000', '101428.056000', '101428.059000', '101428.062000', '101428.064000', '101428.067000', '101428.070000', '101428.073000', '101428.076000', '101447.952000', '101447.955000', '101447.958000', '101447.961000', '101447.964000', '101447.966000', '101447.969000', '101447.972000', '101447.975000', '101447.978000', '101447.981000', '101447.984000', '101447.987000', '101447.990000', '101447.993000', '101447.995000', '101447.998000', '101448.002000', '101448.005000', '101448.008000', '101448.011000', '101448.014000', '101448.017000', '101448.020000', '101448.022000', '101448.025000', '101448.028000', '101448.031000', '101448.034000', '101448.037000', '101448.040000', '101448.043000', '101448.046000', '101448.049000', '101448.052000', '101448.055000', '101448.058000', '101448.061000', '101448.064000', '101448.067000', '101448.070000', '101448.075000', '101448.079000', '101507.951000', '101507.954000', '101507.957000', '101507.960000', '101507.963000', '101507.966000', '101507.968000', '101507.971000', '101507.974000', '101507.989000', '101507.992000', '101507.995000', '101507.998000', '101508.002000', '101508.005000', '101508.007000', '101508.010000', '101508.013000', '101508.016000', '101508.019000', '101508.022000', '101508.025000', '101508.028000', '101508.031000', '101508.033000', '101508.036000', '101508.039000', '101508.042000', '101508.045000', '101508.048000', '101508.051000', '101508.053000', '101508.056000', '101508.059000', '101508.062000', '101508.065000', '101508.068000', '101508.071000', '101508.073000', '101508.076000', '101508.079000', '101508.082000', '101508.085000', '101508.088000', '101527.951000', '101527.954000', '101527.957000', '101527.960000', '101527.963000', '101527.966000', '101527.968000', '101527.971000', '101527.974000', '101527.977000', '101527.980000', '101527.983000', '101527.986000', '101527.989000', '101527.992000', '101527.995000', '101527.997000', '101528.001000', '101528.004000', '101528.007000', '101528.010000', '101528.017000', '101528.021000', '101528.023000', '101528.026000', '101528.029000', '101528.032000', '101528.037000', '101528.040000', '101528.043000', '101528.046000', '101528.049000', '101528.052000', '101528.055000', '101528.058000', '101528.061000', '101528.064000', '101528.066000', '101528.070000', '101528.072000', '101528.075000', '101528.078000', '101528.081000', '101547.951000', '101547.954000', '101547.957000', '101547.960000', '101547.963000', '101547.966000', '101547.968000', '101547.971000', '101547.974000', '101547.977000', '101547.980000', '101547.983000', '101547.986000', '101547.989000', '101547.992000', '101547.995000', '101547.997000', '101548.001000', '101548.004000', '101548.007000', '101548.010000', '101548.013000', '101548.016000', '101548.019000', '101548.022000', '101548.024000', '101548.027000', '101548.030000', '101548.033000', '101548.036000', '101548.039000', '101548.042000', '101548.045000', '101548.048000', '101548.050000', '101548.053000', '101548.056000', '101548.059000', '101548.062000', '101548.065000', '101548.068000', '101548.070000', '101548.073000', '101548.076000', '101607.951000', '101607.954000', '101607.957000', '101607.960000', '101607.963000', '101607.966000', '101607.969000', '101607.972000', '101607.974000', '101607.977000', '101607.980000', '101607.983000', '101607.986000', '101607.989000', '101607.992000', '101607.995000', '101607.998000', '101608.002000', '101608.004000', '101608.007000', '101608.010000', '101608.013000', '101608.016000', '101608.019000', '101608.022000', '101608.025000', '101608.028000', '101608.030000', '101608.033000', '101608.036000', '101608.039000', '101608.042000', '101608.045000', '101608.048000', '101608.051000', '101608.054000', '101608.057000', '101608.060000', '101608.062000', '101608.065000', '101608.068000', '101608.071000', '101608.074000', '101627.951000', '101627.954000', '101627.957000', '101627.960000', '101627.963000', '101627.966000', '101627.968000', '101627.971000', '101627.974000', '101627.977000', '101627.980000', '101627.983000', '101627.986000', '101627.989000', '101627.992000', '101627.995000', '101627.998000', '101628.001000', '101628.004000', '101628.007000', '101628.010000', '101628.013000', '101628.016000', '101628.019000', '101628.022000', '101628.025000', '101628.027000', '101628.030000', '101628.033000', '101628.049000', '101628.051000', '101628.054000', '101628.057000', '101628.060000', '101628.063000', '101628.066000', '101628.069000', '101628.071000', '101628.074000', '101628.077000', '101628.080000', '101628.083000', '101628.086000', '101628.089000', '101647.952000', '101647.955000', '101647.958000', '101647.961000', '101647.964000', '101647.967000', '101647.970000', '101647.973000', '101647.976000', '101647.978000', '101647.981000', '101647.984000', '101647.987000', '101647.990000', '101647.993000', '101647.996000', '101647.999000', '101648.002000', '101648.005000', '101648.008000', '101648.011000', '101648.013000', '101648.016000', '101648.019000', '101648.022000', '101648.025000', '101648.028000', '101648.031000', '101648.034000', '101648.037000', '101648.040000', '101648.042000', '101648.045000', '101648.048000', '101648.051000', '101648.054000', '101648.057000', '101648.060000', '101648.062000', '101648.065000', '101648.068000', '101648.071000', '101648.074000', '101707.952000', '101707.955000', '101707.958000', '101707.961000', '101707.964000', '101707.967000', '101707.969000', '101707.972000', '101707.975000', '101707.978000', '101707.981000', '101707.984000', '101707.987000', '101707.990000', '101707.992000', '101707.995000', '101707.998000', '101708.002000', '101708.005000', '101708.008000', '101708.011000', '101708.019000', '101708.022000', '101708.025000', '101708.028000', '101708.031000', '101708.034000', '101708.037000', '101708.040000', '101708.043000', '101708.046000', '101708.048000', '101708.051000', '101708.054000', '101708.057000', '101708.060000', '101708.063000', '101708.066000', '101708.069000', '101708.072000', '101708.075000', '101708.078000', '101708.081000', '101708.084000', '101727.951000', '101727.954000', '101727.957000', '101727.960000', '101727.963000', '101727.966000', '101727.969000', '101727.971000', '101727.974000', '101727.977000', '101727.980000', '101727.983000', '101727.986000', '101727.989000', '101727.992000', '101727.995000', '101727.998000', '101728.002000', '101728.004000', '101728.007000', '101728.010000', '101728.013000', '101728.016000', '101728.019000', '101728.022000', '101728.025000', '101728.027000', '101728.030000', '101728.033000', '101728.036000', '101728.039000', '101728.042000', '101728.045000', '101728.048000', '101728.051000', '101728.054000', '101728.057000', '101728.059000', '101728.062000', '101728.065000', '101728.068000', '101728.071000', '101728.074000', '101747.951000', '101747.954000', '101747.957000', '101747.960000', '101747.963000', '101747.965000', '101747.968000', '101747.971000', '101747.974000', '101747.977000', '101747.980000', '101747.983000', '101747.986000', '101747.989000', '101747.992000', '101747.994000', '101747.998000', '101748.001000', '101748.004000', '101748.007000', '101748.010000', '101748.013000', '101748.016000', '101748.019000', '101748.022000', '101748.025000', '101748.028000', '101748.031000', '101748.034000', '101748.037000', '101748.040000', '101748.042000', '101748.045000', '101748.048000', '101748.051000', '101748.064000', '101748.067000', '101748.070000', '101748.073000', '101748.076000', '101748.079000', '101748.082000', '101748.084000', '101807.951000', '101807.954000', '101807.957000', '101807.960000', '101807.963000', '101807.966000', '101807.969000', '101807.972000', '101807.975000', '101807.978000', '101807.981000', '101807.984000', '101807.986000', '101807.989000', '101807.992000', '101807.995000', '101807.998000', '101808.002000', '101808.005000', '101808.008000', '101808.011000', '101808.014000', '101808.017000', '101808.020000', '101808.023000', '101808.026000', '101808.029000', '101808.032000', '101808.035000', '101808.037000', '101808.040000', '101808.043000', '101808.046000', '101808.049000', '101808.052000', '101808.055000', '101808.058000', '101808.061000', '101808.064000', '101808.067000', '101808.070000', '101808.073000', '101808.076000', '101808.079000', '101827.951000', '101827.954000', '101827.957000', '101827.961000', '101827.966000', '101827.970000', '101827.973000', '101827.976000', '101827.978000', '101827.981000', '101827.984000', '101827.987000', '101827.990000', '101827.993000', '101827.996000', '101828.000000', '101828.002000', '101828.005000', '101828.008000', '101828.011000', '101828.014000', '101828.017000', '101828.020000', '101828.023000', '101828.026000', '101828.028000', '101828.031000', '101828.034000', '101828.037000', '101828.040000', '101828.043000', '101828.046000', '101828.049000', '101828.052000', '101828.055000', '101828.057000', '101828.060000', '101828.063000', '101828.066000', '101828.069000', '101828.072000', '101828.075000', '101828.078000', '101847.951000', '101847.954000', '101847.966000', '101847.969000', '101847.972000', '101847.975000', '101847.978000', '101847.981000', '101847.983000', '101847.986000', '101847.989000', '101847.992000', '101847.995000', '101847.998000', '101848.002000', '101848.005000', '101848.008000', '101848.011000', '101848.014000', '101848.017000', '101848.020000', '101848.023000', '101848.026000', '101848.029000', '101848.032000', '101848.034000', '101848.037000', '101848.040000', '101848.043000', '101848.046000', '101848.049000', '101848.052000', '101848.055000', '101848.058000', '101848.061000', '101848.064000', '101848.067000', '101848.069000', '101848.072000', '101848.075000', '101848.078000', '101848.081000', '101848.084000', '101848.087000', '101907.952000', '101907.955000', '101907.958000', '101907.961000', '101907.964000', '101907.967000', '101907.970000', '101907.973000', '101907.976000', '101907.979000', '101907.983000', '101907.987000', '101907.990000', '101907.993000', '101907.996000', '101907.998000', '101908.002000', '101908.005000', '101908.008000', '101908.011000', '101908.014000', '101908.017000', '101908.020000', '101908.023000', '101908.026000', '101908.029000', '101908.043000', '101908.046000', '101908.049000', '101908.051000', '101908.054000', '101908.057000', '101908.060000', '101908.063000', '101908.066000', '101908.069000', '101908.072000', '101908.075000', '101908.078000', '101908.081000', '101908.084000', '101908.087000', '101908.090000', '101927.952000', '101927.955000', '101927.958000', '101927.961000', '101927.964000', '101927.967000', '101927.970000', '101927.973000', '101927.976000', '101927.979000', '101927.982000', '101927.985000', '101927.988000', '101927.991000', '101927.994000', '101927.997000', '101928.000000', '101928.003000', '101928.006000', '101928.009000', '101928.012000', '101928.015000', '101928.018000', '101928.021000', '101928.024000', '101928.027000', '101928.030000', '101928.033000', '101928.036000', '101928.039000', '101928.042000', '101928.045000', '101928.048000', '101928.051000', '101928.054000', '101928.056000', '101928.059000', '101928.062000', '101928.065000', '101928.068000', '101928.071000', '101928.074000', '101928.077000', '101928.080000', '101947.951000', '101947.954000', '101947.957000', '101947.960000', '101947.963000', '101947.966000', '101947.969000', '101947.972000', '101947.975000', '101947.978000', '101947.981000', '101947.984000', '101947.987000', '101947.990000', '101947.992000', '101947.995000', '101947.998000', '101948.003000', '101948.005000', '101948.009000', '101948.012000', '101948.015000', '101948.018000', '101948.020000', '101948.023000', '101948.027000', '101948.029000', '101948.032000', '101948.035000', '101948.038000', '101948.041000', '101948.044000', '101948.047000', '101948.050000', '101948.053000', '101948.055000', '101948.058000', '101948.061000', '101948.064000', '101948.067000', '101948.070000', '101948.073000', '101948.076000', '102007.951000', '102007.954000', '102007.957000', '102007.960000', '102007.963000', '102007.966000', '102007.968000', '102007.971000', '102007.974000', '102007.977000', '102007.980000', '102007.983000', '102007.986000', '102007.989000', '102007.992000', '102007.995000', '102007.998000', '102008.002000', '102008.004000', '102008.007000', '102008.010000', '102008.013000', '102008.016000', '102008.019000', '102008.022000', '102008.025000', '102008.028000', '102008.030000', '102008.033000', '102008.036000', '102008.039000', '102008.042000', '102008.045000', '102008.048000', '102008.051000', '102008.054000', '102008.056000', '102008.059000', '102008.062000', '102008.065000', '102008.068000', '102008.071000', '102008.074000', '102008.077000', '102027.952000', '102027.955000', '102027.958000', '102027.961000', '102027.964000', '102027.967000', '102027.970000', '102027.973000', '102027.976000', '102027.979000', '102027.982000', '102027.984000', '102027.987000', '102027.990000', '102027.993000', '102027.996000', '102028.000000', '102028.004000', '102028.022000', '102028.025000', '102028.028000', '102028.031000', '102028.034000', '102028.037000', '102028.040000', '102028.042000', '102028.045000', '102028.048000', '102028.051000', '102028.054000', '102028.057000', '102028.060000', '102028.063000', '102028.065000', '102028.068000', '102028.071000', '102028.074000', '102028.077000', '102028.080000', '102028.083000', '102028.086000', '102028.088000', '102028.091000', '102047.951000', '102047.954000', '102047.957000', '102047.960000', '102047.963000', '102047.966000', '102047.969000', '102047.972000', '102047.975000', '102047.978000', '102047.981000', '102047.984000', '102047.987000', '102047.990000', '102047.993000', '102047.996000', '102047.998000', '102048.002000', '102048.005000', '102048.008000', '102048.011000', '102048.014000', '102048.017000', '102048.020000', '102048.023000', '102048.026000', '102048.029000', '102048.032000', '102048.034000', '102048.037000', '102048.040000', '102048.043000', '102048.046000', '102048.049000', '102048.052000', '102048.055000', '102048.058000', '102048.060000', '102048.063000', '102048.066000', '102048.069000', '102048.072000', '102048.075000', '102048.078000', '102059.810000', '102059.814000', '102059.817000', '102059.821000', '102059.824000', '102059.827000', '102059.833000', '102059.837000', '102059.840000', '102059.843000', '102059.846000', '102059.849000', '102059.852000', '102059.855000', '102059.858000', '102059.861000', '102059.864000', '102059.867000', '102059.870000', '102059.873000', '102059.876000', '102059.878000', '102059.881000', '102059.884000', '102059.887000', '102059.890000'], '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': [8096, 7873, 8265, 10038, 8267, 9324, 7544, 7632, 11922, 7498, 7432, 10868, 7675, 7551, 7424, 7607, 8378, 7334, 12149, 8908, 8011, 8415, 7490, 9621, 7560, 11158, 7781, 11768, 7409, 10516, 7665, 9180, 8021, 7661, 7844, 7545, 8786, 7672, 10483, 7714, 11383, 7325, 10560, 8306, 8827, 8005, 7593, 8474, 7711, 10024, 7531, 10914, 7510, 7570, 7580, 7967, 10354, 7522, 10861, 7388, 7614, 7666, 7698, 11047, 8251, 11988, 7499, 10743, 7548, 11092, 8139, 9161, 7343, 7418, 7590, 7428, 7836, 7831, 8189, 8065, 9597, 7413, 11055, 8977, 8313, 7883, 7614, 8806, 7759, 11688, 8258, 11708, 7619, 9181, 7776, 10734, 7786, 12692, 7636, 10823, 7372, 8875, 9259, 7587, 8793, 7724, 9359, 7846, 8642, 10501, 7719, 9971, 7423, 10554, 10323, 11873, 10214, 7459, 9710, 7495, 12035, 9433, 10147, 7373, 7681, 8052, 7572, 11795, 8720, 7420, 9361, 7631, 8212, 8588, 7434, 7905, 8680, 7954, 7619, 9558, 7635, 8176, 11504, 9425, 8668, 11519, 10793, 14922, 11772, 11544, 11401, 7889, 12543, 8104, 9960, 7756, 7899, 9904, 7499, 7727, 7513, 7430, 8428, 7331, 7665, 11019, 7424, 8285, 7707, 7660, 7381, 11321, 8696, 7977, 11033, 7810, 7305, 7387, 7419, 7987, 8847, 7676, 7817, 9892, 7230, 7773, 9002, 7502, 10113, 7505, 11304, 9345, 8024, 10507, 7411, 10093, 7789, 7200, 8112, 7688, 11233, 8470, 11893, 7460, 7376, 7168, 7428, 8270, 7695, 11133, 8949, 11490, 7791, 8830, 7627, 7389, 7848, 7690, 9726, 7760, 10406, 7682, 7502, 7410, 7741, 10266, 8016, 10729, 8334, 11004, 7666, 10179, 7812, 7459, 7947, 7944, 8469, 7877, 10049, 7864, 11907, 7685, 9399, 7659, 7528, 8691, 7821, 11121, 7753, 10258, 8662, 7534, 9739, 7804, 9384, 8083, 10189, 8398, 7817, 8602, 7624, 11558, 7969, 9146, 8065, 7705, 8664, 7687, 10257, 8604, 7926, 9337, 7685, 9665, 7485, 11925, 8274, 7730, 8076, 7393, 11895, 7753, 7643, 7491, 7565, 11942, 7642, 8467, 7756, 7883, 10284, 7275, 11265, 7402, 9362, 7744, 8926, 8110, 8151, 8238, 8059, 9247, 7944, 11220, 7733, 9069, 8017, 7994, 8135, 7859, 10767, 7624, 9030, 7975, 7693, 8971, 7668, 11623, 9119, 12825, 8346, 13384, 8758, 13816, 10501, 14802, 10449, 11725, 9169, 9277, 10412, 8120, 9757, 7533, 9251, 7424, 9555, 7483, 11964, 7456, 10412, 8033, 8856, 9980, 7424, 9026, 7294, 9985, 8245, 11003, 9315, 7599, 8608, 7189, 9844, 7573, 13254, 8441, 10726, 7549, 10532, 9474, 8887, 8764, 7555, 9054, 7381, 10404, 8139, 9159, 7685, 7588, 9240, 7555, 12749, 8387, 10913, 7988, 9461, 11124, 8690, 9044, 7513, 9221, 7266, 12696, 8405, 10628, 7360, 8993, 9518, 7916, 8604, 7648, 8724, 7421, 9845, 7667, 11477, 7787, 10551, 7421, 9114, 8480, 7744, 8466, 7262, 9995, 8421, 10891, 8298, 7685, 8403, 7304, 12117, 7958, 10500, 7801, 10349, 9256, 9973, 8538, 7713, 8682, 7306, 10257, 7767, 7562, 8265, 7748, 10342, 7895, 12464, 8127, 10772, 8501, 12472, 10190, 12866, 8742, 10659, 10188, 11387, 10789, 8524, 8613, 7633, 9453, 7447, 10939, 7364, 9520, 7475, 10381, 8125, 10786, 7586, 8972, 8312, 7620, 9597, 7747, 8882, 7609, 10035, 7547, 11822, 9086, 10109, 7658, 7985, 7881, 7758, 10231, 7585, 10173, 7785, 9853, 8726, 8638, 8993, 7800, 9338, 7545, 9793, 7564, 9964, 8893, 7514, 9941, 7376, 9074, 10055, 8605, 10211, 7729, 10617, 7715, 10474, 10539, 7857, 9748, 7403, 10587, 8454, 9626, 10152, 7802, 10607, 7597, 7586, 7929, 7365, 10428, 8071, 7678, 8176, 7401, 10243, 7837, 11416, 12481, 10621, 10066, 7618, 9574, 7431, 11833, 8515, 9376, 7956, 7629, 8972, 7603, 12756, 8591, 9749, 7612, 7689, 9087, 7452, 9340, 7734, 7921, 7654, 7440, 11226, 8411, 10122, 7701, 7582, 8669, 7706, 13555, 8660, 10399, 7402, 7561, 9974, 8053, 10772, 7576, 7951, 7891, 7649, 11101, 8465, 7842, 7853, 7549, 10491, 7926, 8643, 8938, 7430, 9680, 7726, 8087, 9146, 8383, 12728, 8231, 10752, 8051, 8451, 9940, 7964, 9777, 7567, 9466, 7511, 9221, 7847, 7284, 8995, 7333, 7438, 7728, 8313, 7783, 8559, 7973, 7265, 7292, 8455, 7296, 7485, 11979, 8005, 13554, 12200, 9287, 14595, 10475, 13527, 11889, 7448, 10350, 8197, 11848, 10314, 7345, 9354, 7614, 7515, 9874, 8009, 11960, 9641, 7345, 9158, 7492, 9181, 7632, 8109, 7716, 8168, 7349, 7460, 12985, 11695, 9530, 14084, 7737, 7584, 10317, 8165, 9148, 8753, 7344, 8018, 7785, 7472, 12894, 10239, 8295, 9688, 7273, 7490, 8013, 7746, 9419, 9714, 8685, 14607, 8240, 7280, 8034, 7736, 13783, 9327, 10508, 8451, 7612, 10809, 7955, 13047, 8679, 8445, 7808, 7403, 10558, 7649, 12814, 7678, 10513, 8356, 9267, 8953, 7701, 8350, 7608, 11608, 8046, 10587, 7679, 7516, 8293, 7559, 12433, 7631, 11739, 7713, 12729, 8342, 11187, 7780, 8762, 8699, 8945, 10602, 8232, 9432, 7544, 10470, 7728, 11472, 8078, 8332, 8387, 8048, 9308, 8409, 9734, 7770, 8840, 7733, 10751, 8052, 10802, 7598, 8882, 7384, 11021, 8237, 7727, 7802, 7758, 10871, 7626, 12092, 7900, 11871, 8158, 12382, 8578, 11634, 8300, 13366, 9020, 12248, 8253, 11032, 8593, 10602, 8204, 7442, 7908, 7641, 10601, 7649, 8773, 7626, 11461, 8596, 12490, 8403, 8987, 8528, 8253, 9074, 7790, 8470, 7843, 11463, 8427, 7675, 7826, 8013, 12370, 7762, 8676, 7895, 7580, 12654, 8236, 12685, 8501, 10336, 12752, 8938, 10908, 7411, 13530, 11192, 13738, 10877, 8392, 8842, 7678, 13725, 8928, 7671, 7941, 7641, 12614, 11775, 9386, 11431, 7645, 9771, 8760, 9067, 13814, 7806, 7760, 10236, 7075, 7709, 7443, 10014, 8119, 7396, 11724, 8092, 7704, 7963, 10776, 11043, 9508, 13035, 13194, 15052, 14917, 12785, 8475, 10162, 8584, 7544, 10146, 8336, 11259, 8357, 7860, 9309, 7526, 7451, 12535, 8151, 7905, 7794, 7899, 7368, 7684, 7622, 10503, 7902, 7595, 7996, 7628, 7351, 8187, 7514, 11247, 9102, 7922, 10683, 7865, 7540, 10528, 8274, 11602, 11115, 7492, 11494, 7407, 8458, 8175, 7660, 11927, 7839, 7580, 7877, 7870, 9913, 9254, 7523, 9185, 7625, 9661, 8064, 7748, 12684, 8145, 11869, 8263, 7321, 8111, 7831, 12971, 9246, 7549, 7812, 7560, 9851, 8533, 7436, 8961, 7403, 10047, 7861, 9094, 11587, 7614, 12060, 7642, 9543, 9072, 7605, 13778, 8187, 8794, 7735, 7884, 9248, 8562, 7962, 13134, 8671, 9395, 8159, 7908, 13668, 13215, 12788, 8728, 7441, 11410, 7705, 10404, 9636, 7617, 10008, 7794, 8787, 7571, 7614, 12718, 8826, 7996, 9378, 7429, 9347, 7833, 7259, 13680, 8720, 9592, 7691, 7263, 11598, 8085, 12101, 8510, 7360, 9364, 7541, 8685, 9946, 7644, 10770, 7368, 7716, 7940, 7698, 11560, 9389, 7419, 8062, 7385, 10800, 7713, 12832, 9095, 8318, 8324, 7625, 11257, 7931, 12899, 8133, 10630, 7507, 8471, 8249, 7330, 11884, 7709, 9276, 7773, 7570, 11249, 8194, 13175, 8769, 8927, 7836, 7471, 11727, 8703, 8033, 7755, 7704, 7781, 7917, 7750, 7799, 7798, 7497, 7824, 12390, 9415, 7719, 10541, 7750, 12882, 12437, 9281, 9927, 7531, 10337, 7544, 11307, 8800, 7807, 7973, 7862, 10640, 7287, 8960, 7923, 7635, 8056, 7712, 11249, 7890, 11883, 7722, 10601, 8388, 9035, 7900, 7704, 7923, 7853, 9758, 7511, 11362, 7806, 11106, 7921, 12623, 8507, 10074, 7531, 7502, 7888, 8042, 9959, 7669, 7744, 7440, 7726, 7611, 8846, 7906, 7344, 11239, 8388, 11881, 10267, 8586, 13831, 11280, 9952, 12471, 12063, 15061, 13047, 8754, 13728, 8153, 10053, 8770, 8081, 14990, 9553, 8468, 8960, 7462, 8745, 8482, 8530, 14501, 11082, 7567, 8709, 7327, 9387, 8283, 7614, 12941, 8417, 8200, 8700, 7510, 8584, 7713, 7432, 11340, 8402, 7569, 10113, 7531, 7259, 10977, 7954, 7893, 9622, 7576, 9544, 7834, 7460, 11046, 8081, 7595, 9293, 7442, 8657, 7931, 7447, 11557, 8164, 7501, 9314, 7450, 8724, 7754, 7672, 10909, 8275, 7328, 8913, 7373, 7747, 7692, 7410, 12062, 8745, 7569, 9741, 7393, 12748, 8504, 11001, 9572, 7397, 11557, 7773, 7570, 8382, 7434, 10759, 7502, 7295, 8737, 7506, 9538, 8523, 7318, 10484, 7541, 8024, 9110, 7541, 11565, 8087, 10131, 7845, 8020, 10283, 7477, 10275, 7717, 7607, 8078, 7505, 12094, 8270, 7738, 7849, 8055, 9597, 7903, 7552, 9680, 8704, 8628, 13277, 8767, 7701, 8243, 7482, 10833, 7774, 7581, 10977, 9334, 12679, 8770, 7796, 9043, 7542, 8551, 7729, 7461, 10583, 8564, 13218, 10026, 7722, 9596, 7736, 8405, 10627, 7906, 11801, 8235, 7480, 9987, 8471, 10351, 8198, 7648, 8693, 7727, 7672, 9495, 7489, 7421, 12739, 9292, 7804, 8423, 7431, 8133, 8598, 8939, 10898, 8104, 7308, 7232, 7761, 7982, 8812, 9826, 7711, 8689], 'WindowCenter': [4509.0, 4492.0, 4490.0, 4494.0, 4475.0, 4482.0, 4452.0, 4462.0, 4502.0, 4452.0, 4452.0, 4503.0, 4450.0, 4461.0, 4451.0, 4462.0, 4470.0, 4455.0, 4512.0, 4482.0, 4462.0, 4472.0, 4452.0, 4481.0, 4452.0, 4498.0, 4451.0, 4499.0, 4451.0, 4488.0, 4450.0, 4479.0, 4460.0, 4451.0, 4458.0, 4449.0, 4470.0, 4450.0, 4491.0, 4461.0, 4501.0, 4451.0, 4491.0, 4473.0, 4470.0, 4461.0, 4462.0, 4459.0, 4462.0, 4494.0, 4461.0, 4502.0, 4452.0, 4463.0, 4462.0, 4475.0, 4503.0, 4465.0, 4501.0, 4453.0, 4464.0, 4463.0, 4463.0, 4504.0, 4473.0, 4513.0, 4454.0, 4504.0, 4464.0, 4501.0, 4463.0, 4482.0, 4454.0, 4453.0, 4462.0, 4453.0, 4465.0, 4465.0, 4477.0, 4478.0, 4496.0, 4466.0, 4517.0, 4498.0, 4488.0, 4477.0, 4465.0, 4486.0, 4466.0, 4517.0, 4478.0, 4516.0, 4467.0, 4484.0, 4465.0, 4505.0, 4464.0, 4524.0, 4465.0, 4502.0, 4454.0, 4482.0, 4485.0, 4465.0, 4485.0, 4477.0, 4495.0, 4478.0, 4486.0, 4518.0, 4479.0, 4509.0, 4468.0, 4507.0, 4507.0, 4517.0, 4505.0, 4456.0, 4483.0, 4454.0, 4512.0, 4485.0, 4491.0, 4453.0, 4464.0, 4463.0, 4463.0, 4525.0, 4497.0, 4478.0, 4508.0, 4488.0, 4488.0, 4497.0, 4465.0, 4476.0, 4485.0, 4475.0, 4465.0, 4496.0, 4475.0, 4488.0, 4517.0, 4485.0, 4472.0, 4490.0, 4491.0, 4508.0, 4486.0, 4473.0, 4474.0, 4423.0, 4472.0, 4420.0, 4450.0, 4423.0, 4419.0, 4466.0, 4427.0, 4409.0, 4410.0, 4438.0, 4446.0, 4439.0, 4452.0, 4501.0, 4439.0, 4459.0, 4437.0, 4447.0, 4441.0, 4501.0, 4473.0, 4466.0, 4505.0, 4467.0, 4454.0, 4466.0, 4454.0, 4464.0, 4474.0, 4465.0, 4465.0, 4494.0, 4455.0, 4454.0, 4474.0, 4442.0, 4481.0, 4452.0, 4502.0, 4472.0, 4451.0, 4481.0, 4440.0, 4477.0, 4449.0, 4438.0, 4448.0, 4439.0, 4488.0, 4460.0, 4499.0, 4439.0, 4436.0, 4428.0, 4436.0, 4458.0, 4450.0, 4499.0, 4472.0, 4498.0, 4449.0, 4471.0, 4450.0, 4440.0, 4459.0, 4449.0, 4480.0, 4450.0, 4500.0, 4461.0, 4451.0, 4453.0, 4463.0, 4492.0, 4464.0, 4516.0, 4493.0, 4522.0, 4456.0, 4469.0, 4439.0, 4441.0, 4463.0, 4450.0, 4471.0, 4500.0, 4517.0, 4476.0, 4523.0, 4463.0, 4491.0, 4462.0, 4463.0, 4470.0, 4477.0, 4516.0, 4477.0, 4532.0, 4524.0, 4503.0, 4522.0, 4492.0, 4496.0, 4475.0, 4506.0, 4485.0, 4477.0, 4497.0, 4477.0, 4525.0, 4476.0, 4494.0, 4474.0, 4475.0, 4483.0, 4475.0, 4504.0, 4486.0, 4476.0, 4506.0, 4477.0, 4495.0, 4467.0, 4524.0, 4487.0, 4465.0, 4461.0, 4468.0, 4528.0, 4467.0, 4467.0, 4454.0, 4465.0, 4540.0, 4481.0, 4476.0, 4463.0, 4476.0, 4519.0, 4480.0, 4519.0, 4466.0, 4483.0, 4467.0, 4487.0, 4478.0, 4504.0, 4501.0, 4488.0, 4495.0, 4477.0, 4515.0, 4478.0, 4499.0, 4501.0, 4502.0, 4502.0, 4491.0, 4528.0, 4493.0, 4522.0, 4501.0, 4492.0, 4513.0, 4493.0, 4542.0, 4513.0, 4550.0, 4501.0, 4547.0, 4498.0, 4545.0, 4518.0, 4545.0, 4517.0, 4513.0, 4483.0, 4482.0, 4503.0, 4460.0, 4481.0, 4450.0, 4480.0, 4450.0, 4492.0, 4453.0, 4512.0, 4462.0, 4502.0, 4476.0, 4484.0, 4506.0, 4463.0, 4484.0, 4464.0, 4493.0, 4475.0, 4504.0, 4494.0, 4464.0, 4484.0, 4452.0, 4494.0, 4463.0, 4524.0, 4474.0, 4502.0, 4462.0, 4503.0, 4494.0, 4483.0, 4473.0, 4463.0, 4483.0, 4463.0, 4504.0, 4476.0, 4495.0, 4476.0, 4476.0, 4495.0, 4476.0, 4535.0, 4487.0, 4514.0, 4476.0, 4495.0, 4516.0, 4485.0, 4484.0, 4453.0, 4483.0, 4464.0, 4522.0, 4474.0, 4503.0, 4463.0, 4483.0, 4494.0, 4462.0, 4472.0, 4463.0, 4472.0, 4452.0, 4491.0, 4463.0, 4512.0, 4462.0, 4502.0, 4464.0, 4484.0, 4485.0, 4474.0, 4485.0, 4466.0, 4506.0, 4486.0, 4516.0, 4487.0, 4475.0, 4486.0, 4466.0, 4525.0, 4474.0, 4504.0, 4464.0, 4503.0, 4494.0, 4494.0, 4485.0, 4464.0, 4485.0, 4467.0, 4515.0, 4477.0, 4478.0, 4498.0, 4489.0, 4518.0, 4489.0, 4538.0, 4488.0, 4516.0, 4488.0, 4526.0, 4504.0, 4524.0, 4485.0, 4502.0, 4504.0, 4502.0, 4502.0, 4470.0, 4470.0, 4450.0, 4479.0, 4438.0, 4488.0, 4439.0, 4479.0, 4448.0, 4490.0, 4461.0, 4499.0, 4461.0, 4470.0, 4472.0, 4461.0, 4493.0, 4462.0, 4482.0, 4463.0, 4492.0, 4464.0, 4513.0, 4482.0, 4503.0, 4463.0, 4473.0, 4474.0, 4465.0, 4503.0, 4476.0, 4505.0, 4476.0, 4505.0, 4496.0, 4487.0, 4495.0, 4476.0, 4496.0, 4477.0, 4506.0, 4476.0, 4506.0, 4498.0, 4467.0, 4516.0, 4479.0, 4497.0, 4509.0, 4497.0, 4518.0, 4478.0, 4517.0, 4477.0, 4517.0, 4517.0, 4476.0, 4494.0, 4465.0, 4503.0, 4476.0, 4495.0, 4504.0, 4465.0, 4503.0, 4464.0, 4464.0, 4474.0, 4465.0, 4515.0, 4476.0, 4476.0, 4486.0, 4467.0, 4506.0, 4477.0, 4515.0, 4524.0, 4505.0, 4493.0, 4463.0, 4481.0, 4453.0, 4512.0, 4473.0, 4482.0, 4472.0, 4462.0, 4482.0, 4464.0, 4521.0, 4483.0, 4491.0, 4463.0, 4464.0, 4484.0, 4464.0, 4494.0, 4464.0, 4474.0, 4475.0, 4465.0, 4516.0, 4486.0, 4505.0, 4476.0, 4475.0, 4486.0, 4477.0, 4535.0, 4485.0, 4505.0, 4463.0, 4476.0, 4505.0, 4475.0, 4513.0, 4475.0, 4475.0, 4474.0, 4465.0, 4515.0, 4485.0, 4475.0, 4475.0, 4463.0, 4504.0, 4475.0, 4472.0, 4484.0, 4464.0, 4493.0, 4464.0, 4474.0, 4494.0, 4474.0, 4523.0, 4473.0, 4500.0, 4462.0, 4462.0, 4490.0, 4461.0, 4480.0, 4450.0, 4480.0, 4451.0, 4483.0, 4474.0, 4466.0, 4495.0, 4464.0, 4464.0, 4474.0, 4485.0, 4464.0, 4484.0, 4475.0, 4465.0, 4465.0, 4486.0, 4467.0, 4478.0, 4527.0, 4475.0, 4523.0, 4499.0, 4468.0, 4508.0, 4477.0, 4495.0, 4485.0, 4424.0, 4464.0, 4446.0, 4485.0, 4487.0, 4435.0, 4464.0, 4435.0, 4435.0, 4479.0, 4457.0, 4501.0, 4493.0, 4464.0, 4493.0, 4464.0, 4494.0, 4461.0, 4460.0, 4449.0, 4471.0, 4450.0, 4452.0, 4522.0, 4514.0, 4494.0, 4535.0, 4464.0, 4463.0, 4493.0, 4473.0, 4481.0, 4481.0, 4452.0, 4464.0, 4462.0, 4463.0, 4524.0, 4505.0, 4474.0, 4492.0, 4463.0, 4452.0, 4462.0, 4464.0, 4483.0, 4496.0, 4484.0, 4546.0, 4486.0, 4465.0, 4474.0, 4476.0, 4535.0, 4495.0, 4503.0, 4474.0, 4464.0, 4503.0, 4475.0, 4523.0, 4483.0, 4473.0, 4461.0, 4452.0, 4501.0, 4462.0, 4522.0, 4462.0, 4499.0, 4472.0, 4480.0, 4482.0, 4461.0, 4471.0, 4461.0, 4512.0, 4462.0, 4502.0, 4463.0, 4451.0, 4471.0, 4462.0, 4521.0, 4463.0, 4511.0, 4463.0, 4520.0, 4473.0, 4500.0, 4461.0, 4472.0, 4483.0, 4484.0, 4503.0, 4473.0, 4493.0, 4463.0, 4502.0, 4474.0, 4512.0, 4473.0, 4474.0, 4484.0, 4471.0, 4494.0, 4472.0, 4493.0, 4462.0, 4480.0, 4463.0, 4503.0, 4472.0, 4501.0, 4463.0, 4482.0, 4464.0, 4512.0, 4484.0, 4473.0, 4474.0, 4486.0, 4525.0, 4488.0, 4540.0, 4501.0, 4538.0, 4499.0, 4537.0, 4498.0, 4527.0, 4486.0, 4535.0, 4496.0, 4525.0, 4484.0, 4514.0, 4485.0, 4502.0, 4483.0, 4462.0, 4473.0, 4473.0, 4514.0, 4475.0, 4484.0, 4474.0, 4524.0, 4497.0, 4534.0, 4486.0, 4496.0, 4496.0, 4485.0, 4497.0, 4477.0, 4485.0, 4487.0, 4536.0, 4498.0, 4489.0, 4490.0, 4501.0, 4550.0, 4503.0, 4512.0, 4501.0, 4503.0, 4562.0, 4512.0, 4551.0, 4514.0, 4533.0, 4562.0, 4511.0, 4541.0, 4479.0, 4547.0, 4529.0, 4548.0, 4529.0, 4487.0, 4498.0, 4477.0, 4547.0, 4495.0, 4475.0, 4485.0, 4475.0, 4535.0, 4526.0, 4496.0, 4515.0, 4463.0, 4518.0, 4497.0, 4507.0, 4536.0, 4474.0, 4463.0, 4501.0, 4451.0, 4461.0, 4462.0, 4502.0, 4460.0, 4450.0, 4513.0, 4471.0, 4462.0, 4471.0, 4500.0, 4501.0, 4480.0, 4508.0, 4497.0, 4503.0, 4504.0, 4481.0, 4429.0, 4449.0, 4430.0, 4420.0, 4448.0, 4429.0, 4468.0, 4430.0, 4430.0, 4448.0, 4430.0, 4421.0, 4491.0, 4442.0, 4442.0, 4432.0, 4443.0, 4433.0, 4445.0, 4446.0, 4486.0, 4446.0, 4448.0, 4458.0, 4449.0, 4448.0, 4468.0, 4451.0, 4501.0, 4482.0, 4471.0, 4490.0, 4460.0, 4449.0, 4489.0, 4470.0, 4498.0, 4501.0, 4448.0, 4499.0, 4448.0, 4458.0, 4471.0, 4461.0, 4510.0, 4458.0, 4460.0, 4460.0, 4472.0, 4490.0, 4482.0, 4461.0, 4481.0, 4462.0, 4492.0, 4470.0, 4462.0, 4520.0, 4472.0, 4510.0, 4469.0, 4450.0, 4461.0, 4460.0, 4520.0, 4480.0, 4461.0, 4459.0, 4460.0, 4490.0, 4481.0, 4462.0, 4482.0, 4463.0, 4501.0, 4473.0, 4482.0, 4514.0, 4464.0, 4523.0, 4462.0, 4491.0, 4482.0, 4462.0, 4531.0, 4472.0, 4481.0, 4461.0, 4472.0, 4493.0, 4495.0, 4485.0, 4535.0, 4496.0, 4495.0, 4474.0, 4473.0, 4532.0, 4525.0, 4523.0, 4473.0, 4451.0, 4500.0, 4460.0, 4490.0, 4480.0, 4451.0, 4489.0, 4458.0, 4470.0, 4448.0, 4459.0, 4510.0, 4479.0, 4460.0, 4481.0, 4450.0, 4481.0, 4460.0, 4450.0, 4522.0, 4471.0, 4481.0, 4449.0, 4448.0, 4499.0, 4460.0, 4509.0, 4470.0, 4451.0, 4480.0, 4450.0, 4469.0, 4491.0, 4462.0, 4501.0, 4451.0, 4462.0, 4471.0, 4465.0, 4513.0, 4495.0, 4464.0, 4475.0, 4463.0, 4502.0, 4463.0, 4523.0, 4483.0, 4471.0, 4471.0, 4450.0, 4501.0, 4459.0, 4511.0, 4459.0, 4489.0, 4449.0, 4457.0, 4470.0, 4449.0, 4510.0, 4461.0, 4481.0, 4461.0, 4461.0, 4510.0, 4471.0, 4521.0, 4471.0, 4480.0, 4450.0, 4464.0, 4514.0, 4472.0, 4461.0, 4473.0, 4474.0, 4473.0, 4474.0, 4474.0, 4475.0, 4475.0, 4464.0, 4476.0, 4535.0, 4496.0, 4476.0, 4505.0, 4464.0, 4523.0, 4512.0, 4471.0, 4480.0, 4449.0, 4478.0, 4449.0, 4488.0, 4468.0, 4448.0, 4448.0, 4459.0, 4489.0, 4451.0, 4470.0, 4462.0, 4450.0, 4463.0, 4462.0, 4501.0, 4461.0, 4500.0, 4449.0, 4490.0, 4472.0, 4470.0, 4461.0, 4450.0, 4461.0, 4462.0, 4491.0, 4452.0, 4501.0, 4462.0, 4501.0, 4473.0, 4511.0, 4472.0, 4490.0, 4464.0, 4450.0, 4462.0, 4475.0, 4506.0, 4488.0, 4490.0, 4478.0, 4490.0, 4502.0, 4523.0, 4503.0, 4493.0, 4543.0, 4503.0, 4541.0, 4522.0, 4500.0, 4551.0, 4530.0, 4508.0, 4538.0, 4527.0, 4535.0, 4526.0, 4474.0, 4524.0, 4463.0, 4491.0, 4471.0, 4461.0, 4519.0, 4480.0, 4460.0, 4470.0, 4449.0, 4470.0, 4471.0, 4470.0, 4520.0, 4488.0, 4449.0, 4458.0, 4439.0, 4468.0, 4458.0, 4450.0, 4508.0, 4457.0, 4458.0, 4469.0, 4449.0, 4469.0, 4447.0, 4448.0, 4488.0, 4458.0, 4449.0, 4489.0, 4450.0, 4450.0, 4500.0, 4460.0, 4450.0, 4480.0, 4450.0, 4479.0, 4448.0, 4439.0, 4487.0, 4460.0, 4450.0, 4482.0, 4451.0, 4470.0, 4460.0, 4450.0, 4498.0, 4459.0, 4439.0, 4480.0, 4451.0, 4470.0, 4450.0, 4461.0, 4500.0, 4460.0, 4452.0, 4481.0, 4451.0, 4463.0, 4462.0, 4463.0, 4511.0, 4472.0, 4462.0, 4492.0, 4453.0, 4521.0, 4472.0, 4500.0, 4481.0, 4451.0, 4500.0, 4450.0, 4450.0, 4459.0, 4450.0, 4499.0, 4451.0, 4450.0, 4470.0, 4452.0, 4481.0, 4471.0, 4452.0, 4501.0, 4461.0, 4460.0, 4481.0, 4461.0, 4500.0, 4461.0, 4490.0, 4461.0, 4460.0, 4490.0, 4451.0, 4490.0, 4461.0, 4450.0, 4461.0, 4450.0, 4523.0, 4473.0, 4463.0, 4486.0, 4476.0, 4492.0, 4473.0, 4463.0, 4494.0, 4487.0, 4485.0, 4536.0, 4486.0, 4463.0, 4471.0, 4452.0, 4490.0, 4450.0, 4450.0, 4502.0, 4482.0, 4511.0, 4470.0, 4450.0, 4469.0, 4449.0, 4458.0, 4449.0, 4439.0, 4488.0, 4470.0, 4519.0, 4481.0, 4451.0, 4479.0, 4449.0, 4460.0, 4500.0, 4461.0, 4509.0, 4470.0, 4450.0, 4491.0, 4472.0, 4492.0, 4472.0, 4461.0, 4471.0, 4451.0, 4452.0, 4481.0, 4463.0, 4477.0, 4537.0, 4497.0, 4466.0, 4464.0, 4443.0, 4466.0, 4477.0, 4466.0, 4491.0, 4450.0, 4442.0, 4439.0, 4442.0, 4451.0, 4473.0, 4481.0, 4461.0, 4471.0], 'WindowWidth': [9949.0, 9911.0, 9900.0, 9898.0, 9873.0, 9877.0, 9835.0, 9849.0, 9902.0, 9834.0, 9835.0, 9903.0, 9831.0, 9849.0, 9835.0, 9850.0, 9859.0, 9844.0, 9915.0, 9878.0, 9850.0, 9863.0, 9835.0, 9872.0, 9834.0, 9892.0, 9831.0, 9893.0, 9829.0, 9877.0, 9830.0, 9867.0, 9842.0, 9830.0, 9840.0, 9828.0, 9858.0, 9830.0, 9885.0, 9845.0, 9897.0, 9834.0, 9886.0, 9865.0, 9856.0, 9848.0, 9849.0, 9843.0, 9849.0, 9892.0, 9847.0, 9901.0, 9837.0, 9851.0, 9851.0, 9871.0, 9905.0, 9857.0, 9903.0, 9840.0, 9855.0, 9853.0, 9853.0, 9909.0, 9866.0, 9920.0, 9842.0, 9905.0, 9854.0, 9901.0, 9854.0, 9878.0, 9842.0, 9838.0, 9849.0, 9837.0, 9857.0, 9857.0, 9874.0, 9881.0, 9900.0, 9864.0, 9931.0, 9907.0, 9892.0, 9878.0, 9859.0, 9887.0, 9859.0, 9931.0, 9877.0, 9927.0, 9861.0, 9880.0, 9854.0, 9907.0, 9854.0, 9933.0, 9855.0, 9901.0, 9840.0, 9874.0, 9883.0, 9856.0, 9885.0, 9877.0, 9897.0, 9877.0, 9886.0, 9933.0, 9882.0, 9922.0, 9867.0, 9916.0, 9918.0, 9928.0, 9912.0, 9846.0, 9878.0, 9842.0, 9914.0, 9882.0, 9887.0, 9837.0, 9853.0, 9851.0, 9853.0, 9940.0, 9912.0, 9887.0, 9926.0, 9900.0, 9897.0, 9906.0, 9858.0, 9872.0, 9882.0, 9868.0, 9859.0, 9901.0, 9874.0, 9894.0, 9930.0, 9883.0, 9862.0, 9883.0, 9880.0, 9901.0, 9868.0, 9845.0, 9846.0, 9776.0, 9840.0, 9770.0, 9806.0, 9776.0, 9766.0, 9841.0, 9787.0, 9751.0, 9755.0, 9810.0, 9818.0, 9814.0, 9837.0, 9899.0, 9812.0, 9837.0, 9806.0, 9819.0, 9816.0, 9897.0, 9866.0, 9858.0, 9909.0, 9858.0, 9839.0, 9861.0, 9845.0, 9854.0, 9867.0, 9858.0, 9858.0, 9894.0, 9843.0, 9839.0, 9865.0, 9820.0, 9869.0, 9834.0, 9901.0, 9859.0, 9830.0, 9870.0, 9813.0, 9858.0, 9825.0, 9808.0, 9822.0, 9811.0, 9877.0, 9841.0, 9891.0, 9811.0, 9805.0, 9795.0, 9804.0, 9834.0, 9828.0, 9895.0, 9860.0, 9891.0, 9828.0, 9857.0, 9830.0, 9815.0, 9839.0, 9827.0, 9870.0, 9832.0, 9897.0, 9848.0, 9835.0, 9839.0, 9851.0, 9888.0, 9853.0, 9929.0, 9907.0, 9942.0, 9839.0, 9846.0, 9810.0, 9816.0, 9849.0, 9829.0, 9862.0, 9919.0, 9936.0, 9876.0, 9938.0, 9854.0, 9889.0, 9854.0, 9854.0, 9860.0, 9883.0, 9931.0, 9880.0, 9965.0, 9961.0, 9929.0, 9952.0, 9908.0, 9901.0, 9874.0, 9916.0, 9888.0, 9879.0, 9907.0, 9878.0, 9939.0, 9875.0, 9897.0, 9871.0, 9872.0, 9882.0, 9874.0, 9910.0, 9890.0, 9877.0, 9919.0, 9880.0, 9900.0, 9867.0, 9936.0, 9891.0, 9858.0, 9849.0, 9868.0, 9949.0, 9866.0, 9862.0, 9843.0, 9860.0, 9968.0, 9889.0, 9873.0, 9853.0, 9875.0, 9938.0, 9888.0, 9935.0, 9861.0, 9881.0, 9863.0, 9889.0, 9880.0, 9929.0, 9921.0, 9897.0, 9902.0, 9880.0, 9929.0, 9882.0, 9914.0, 9922.0, 9924.0, 9924.0, 9907.0, 9953.0, 9912.0, 9950.0, 9921.0, 9909.0, 9941.0, 9913.0, 9976.0, 9939.0, 9984.0, 9919.0, 9975.0, 9910.0, 9971.0, 9934.0, 9966.0, 9930.0, 9920.0, 9881.0, 9875.0, 9906.0, 9845.0, 9873.0, 9831.0, 9871.0, 9832.0, 9889.0, 9841.0, 9917.0, 9850.0, 9903.0, 9876.0, 9884.0, 9917.0, 9855.0, 9881.0, 9857.0, 9894.0, 9873.0, 9909.0, 9896.0, 9856.0, 9882.0, 9839.0, 9895.0, 9855.0, 9938.0, 9869.0, 9904.0, 9850.0, 9906.0, 9896.0, 9879.0, 9868.0, 9854.0, 9879.0, 9856.0, 9911.0, 9876.0, 9901.0, 9877.0, 9877.0, 9903.0, 9877.0, 9955.0, 9892.0, 9925.0, 9876.0, 9900.0, 9930.0, 9885.0, 9885.0, 9840.0, 9881.0, 9858.0, 9932.0, 9870.0, 9906.0, 9855.0, 9880.0, 9897.0, 9850.0, 9865.0, 9853.0, 9863.0, 9839.0, 9889.0, 9853.0, 9919.0, 9853.0, 9905.0, 9858.0, 9884.0, 9888.0, 9872.0, 9888.0, 9864.0, 9917.0, 9893.0, 9931.0, 9893.0, 9875.0, 9891.0, 9862.0, 9942.0, 9871.0, 9911.0, 9856.0, 9907.0, 9897.0, 9897.0, 9887.0, 9858.0, 9886.0, 9867.0, 9928.0, 9882.0, 9884.0, 9913.0, 9902.0, 9940.0, 9900.0, 9965.0, 9897.0, 9932.0, 9896.0, 9943.0, 9912.0, 9936.0, 9884.0, 9905.0, 9909.0, 9902.0, 9905.0, 9857.0, 9858.0, 9829.0, 9869.0, 9812.0, 9881.0, 9815.0, 9866.0, 9828.0, 9884.0, 9849.0, 9895.0, 9848.0, 9858.0, 9865.0, 9849.0, 9896.0, 9852.0, 9878.0, 9854.0, 9893.0, 9857.0, 9921.0, 9880.0, 9908.0, 9855.0, 9868.0, 9870.0, 9859.0, 9910.0, 9876.0, 9913.0, 9878.0, 9915.0, 9905.0, 9892.0, 9903.0, 9878.0, 9903.0, 9879.0, 9917.0, 9879.0, 9919.0, 9909.0, 9867.0, 9932.0, 9886.0, 9907.0, 9926.0, 9908.0, 9936.0, 9885.0, 9933.0, 9880.0, 9932.0, 9934.0, 9877.0, 9899.0, 9861.0, 9909.0, 9876.0, 9899.0, 9911.0, 9859.0, 9909.0, 9858.0, 9857.0, 9871.0, 9862.0, 9929.0, 9879.0, 9878.0, 9891.0, 9867.0, 9916.0, 9878.0, 9927.0, 9939.0, 9911.0, 9895.0, 9854.0, 9873.0, 9839.0, 9915.0, 9867.0, 9877.0, 9865.0, 9851.0, 9879.0, 9857.0, 9929.0, 9881.0, 9889.0, 9853.0, 9857.0, 9885.0, 9858.0, 9898.0, 9860.0, 9873.0, 9875.0, 9864.0, 9930.0, 9892.0, 9916.0, 9877.0, 9875.0, 9891.0, 9881.0, 9954.0, 9887.0, 9912.0, 9857.0, 9878.0, 9918.0, 9875.0, 9924.0, 9875.0, 9874.0, 9871.0, 9860.0, 9927.0, 9887.0, 9872.0, 9873.0, 9856.0, 9910.0, 9875.0, 9866.0, 9885.0, 9857.0, 9896.0, 9858.0, 9870.0, 9899.0, 9870.0, 9935.0, 9866.0, 9900.0, 9849.0, 9849.0, 9887.0, 9845.0, 9871.0, 9831.0, 9870.0, 9834.0, 9880.0, 9872.0, 9864.0, 9903.0, 9858.0, 9859.0, 9872.0, 9887.0, 9855.0, 9881.0, 9872.0, 9860.0, 9863.0, 9890.0, 9869.0, 9883.0, 9946.0, 9873.0, 9932.0, 9896.0, 9849.0, 9902.0, 9859.0, 9880.0, 9865.0, 9784.0, 9839.0, 9818.0, 9871.0, 9877.0, 9806.0, 9839.0, 9802.0, 9805.0, 9868.0, 9837.0, 9900.0, 9898.0, 9861.0, 9898.0, 9858.0, 9897.0, 9848.0, 9842.0, 9826.0, 9859.0, 9834.0, 9837.0, 9931.0, 9925.0, 9898.0, 9954.0, 9857.0, 9854.0, 9892.0, 9867.0, 9877.0, 9876.0, 9838.0, 9854.0, 9851.0, 9855.0, 9936.0, 9913.0, 9869.0, 9892.0, 9855.0, 9838.0, 9851.0, 9855.0, 9881.0, 9902.0, 9884.0, 9970.0, 9890.0, 9860.0, 9871.0, 9876.0, 9953.0, 9901.0, 9909.0, 9869.0, 9856.0, 9906.0, 9873.0, 9937.0, 9882.0, 9866.0, 9850.0, 9837.0, 9902.0, 9851.0, 9931.0, 9850.0, 9898.0, 9865.0, 9872.0, 9878.0, 9848.0, 9861.0, 9849.0, 9917.0, 9852.0, 9905.0, 9853.0, 9837.0, 9863.0, 9852.0, 9930.0, 9854.0, 9915.0, 9853.0, 9926.0, 9867.0, 9901.0, 9851.0, 9864.0, 9883.0, 9885.0, 9911.0, 9868.0, 9895.0, 9856.0, 9905.0, 9872.0, 9921.0, 9871.0, 9870.0, 9886.0, 9865.0, 9899.0, 9867.0, 9895.0, 9852.0, 9875.0, 9854.0, 9909.0, 9865.0, 9904.0, 9855.0, 9879.0, 9860.0, 9921.0, 9887.0, 9872.0, 9875.0, 9895.0, 9946.0, 9901.0, 9971.0, 9920.0, 9967.0, 9917.0, 9963.0, 9912.0, 9948.0, 9894.0, 9956.0, 9905.0, 9941.0, 9886.0, 9925.0, 9888.0, 9907.0, 9883.0, 9854.0, 9870.0, 9870.0, 9928.0, 9876.0, 9887.0, 9875.0, 9940.0, 9907.0, 9955.0, 9892.0, 9906.0, 9905.0, 9889.0, 9908.0, 9882.0, 9892.0, 9898.0, 9962.0, 9915.0, 9903.0, 9906.0, 9922.0, 9986.0, 9930.0, 9940.0, 9924.0, 9928.0, 10006.0, 9941.0, 9990.0, 9943.0, 9967.0, 10009.0, 9936.0, 9977.0, 9890.0, 9980.0, 9956.0, 9981.0, 9954.0, 9895.0, 9909.0, 9884.0, 9975.0, 9905.0, 9877.0, 9890.0, 9877.0, 9958.0, 9946.0, 9904.0, 9929.0, 9856.0, 9939.0, 9912.0, 9925.0, 9958.0, 9873.0, 9855.0, 9902.0, 9834.0, 9850.0, 9852.0, 9908.0, 9844.0, 9832.0, 9921.0, 9863.0, 9854.0, 9863.0, 9901.0, 9901.0, 9871.0, 9907.0, 9889.0, 9893.0, 9896.0, 9858.0, 9785.0, 9810.0, 9786.0, 9771.0, 9808.0, 9785.0, 9837.0, 9787.0, 9787.0, 9810.0, 9788.0, 9779.0, 9873.0, 9808.0, 9808.0, 9795.0, 9811.0, 9797.0, 9815.0, 9820.0, 9874.0, 9821.0, 9827.0, 9839.0, 9829.0, 9827.0, 9854.0, 9836.0, 9902.0, 9878.0, 9863.0, 9885.0, 9845.0, 9829.0, 9882.0, 9859.0, 9894.0, 9900.0, 9828.0, 9895.0, 9827.0, 9840.0, 9861.0, 9847.0, 9914.0, 9841.0, 9846.0, 9846.0, 9864.0, 9887.0, 9880.0, 9850.0, 9876.0, 9852.0, 9890.0, 9863.0, 9852.0, 9929.0, 9865.0, 9914.0, 9858.0, 9831.0, 9847.0, 9846.0, 9926.0, 9872.0, 9847.0, 9845.0, 9847.0, 9888.0, 9879.0, 9853.0, 9881.0, 9857.0, 9904.0, 9869.0, 9881.0, 9926.0, 9857.0, 9934.0, 9853.0, 9888.0, 9879.0, 9852.0, 9945.0, 9865.0, 9878.0, 9851.0, 9868.0, 9897.0, 9903.0, 9890.0, 9958.0, 9906.0, 9903.0, 9872.0, 9868.0, 9947.0, 9940.0, 9934.0, 9867.0, 9837.0, 9900.0, 9846.0, 9886.0, 9873.0, 9833.0, 9883.0, 9843.0, 9857.0, 9828.0, 9843.0, 9913.0, 9870.0, 9845.0, 9873.0, 9834.0, 9873.0, 9848.0, 9834.0, 9930.0, 9861.0, 9873.0, 9831.0, 9827.0, 9895.0, 9845.0, 9910.0, 9859.0, 9833.0, 9871.0, 9833.0, 9856.0, 9888.0, 9852.0, 9903.0, 9838.0, 9851.0, 9864.0, 9860.0, 9922.0, 9901.0, 9859.0, 9873.0, 9856.0, 9905.0, 9857.0, 9935.0, 9881.0, 9861.0, 9861.0, 9831.0, 9901.0, 9842.0, 9914.0, 9843.0, 9882.0, 9829.0, 9838.0, 9859.0, 9830.0, 9913.0, 9849.0, 9874.0, 9850.0, 9848.0, 9913.0, 9863.0, 9929.0, 9862.0, 9872.0, 9832.0, 9858.0, 9922.0, 9862.0, 9848.0, 9871.0, 9873.0, 9869.0, 9872.0, 9871.0, 9871.0, 9874.0, 9859.0, 9879.0, 9955.0, 9906.0, 9875.0, 9912.0, 9857.0, 9935.0, 9917.0, 9859.0, 9870.0, 9826.0, 9863.0, 9827.0, 9879.0, 9850.0, 9825.0, 9824.0, 9841.0, 9883.0, 9835.0, 9857.0, 9850.0, 9832.0, 9851.0, 9850.0, 9900.0, 9846.0, 9898.0, 9830.0, 9884.0, 9862.0, 9857.0, 9848.0, 9832.0, 9847.0, 9850.0, 9888.0, 9836.0, 9901.0, 9850.0, 9903.0, 9867.0, 9915.0, 9865.0, 9886.0, 9854.0, 9833.0, 9850.0, 9875.0, 9919.0, 9902.0, 9907.0, 9887.0, 9904.0, 9926.0, 9954.0, 9928.0, 9911.0, 9977.0, 9924.0, 9973.0, 9948.0, 9918.0, 9986.0, 9956.0, 9922.0, 9962.0, 9946.0, 9955.0, 9941.0, 9870.0, 9936.0, 9852.0, 9886.0, 9858.0, 9846.0, 9923.0, 9868.0, 9843.0, 9858.0, 9829.0, 9858.0, 9860.0, 9855.0, 9922.0, 9879.0, 9828.0, 9839.0, 9813.0, 9851.0, 9840.0, 9832.0, 9906.0, 9836.0, 9839.0, 9856.0, 9829.0, 9853.0, 9822.0, 9826.0, 9879.0, 9839.0, 9827.0, 9882.0, 9831.0, 9831.0, 9898.0, 9845.0, 9830.0, 9870.0, 9830.0, 9867.0, 9824.0, 9813.0, 9877.0, 9843.0, 9831.0, 9875.0, 9835.0, 9859.0, 9844.0, 9831.0, 9893.0, 9841.0, 9815.0, 9870.0, 9834.0, 9859.0, 9831.0, 9846.0, 9896.0, 9846.0, 9837.0, 9875.0, 9836.0, 9852.0, 9853.0, 9856.0, 9916.0, 9866.0, 9851.0, 9891.0, 9839.0, 9929.0, 9864.0, 9898.0, 9873.0, 9833.0, 9897.0, 9830.0, 9832.0, 9842.0, 9832.0, 9896.0, 9834.0, 9832.0, 9860.0, 9837.0, 9873.0, 9861.0, 9837.0, 9902.0, 9848.0, 9845.0, 9876.0, 9848.0, 9900.0, 9847.0, 9885.0, 9849.0, 9846.0, 9884.0, 9834.0, 9886.0, 9847.0, 9831.0, 9847.0, 9834.0, 9934.0, 9869.0, 9855.0, 9891.0, 9875.0, 9891.0, 9867.0, 9854.0, 9897.0, 9890.0, 9887.0, 9955.0, 9888.0, 9854.0, 9861.0, 9835.0, 9882.0, 9830.0, 9831.0, 9901.0, 9874.0, 9912.0, 9856.0, 9830.0, 9853.0, 9829.0, 9838.0, 9828.0, 9813.0, 9878.0, 9857.0, 9922.0, 9872.0, 9832.0, 9867.0, 9830.0, 9844.0, 9898.0, 9846.0, 9909.0, 9858.0, 9832.0, 9890.0, 9865.0, 9888.0, 9864.0, 9849.0, 9860.0, 9834.0, 9835.0, 9874.0, 9854.0, 9883.0, 9963.0, 9905.0, 9860.0, 9848.0, 9817.0, 9855.0, 9868.0, 9849.0, 9880.0, 9825.0, 9817.0, 9809.0, 9817.0, 9827.0, 9860.0, 9870.0, 9847.0, 9861.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.00510099604743083</td></tr>
<tr><td colspan=3>aqi</td><td>0.0686006471146245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.31946473166931</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1543927429272156</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0381553532357588</td></tr>
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
<tr><td colspan=3>fber</td><td>7477.5078</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11585664883803776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.118577075098814</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5914917108437354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5255738488765362</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8450346594418154</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4038666242128546</td></tr>
<tr><td colspan=3>gcor</td><td>0.00679149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>9.259534999728203e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03107292391359806</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8727464463031036</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>18.4552</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2743</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.8919</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299168.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.4199</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1543</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.2856</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.5469</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3880.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.8665</td></tr>
<tr><td colspan=3>tsnr</td><td>24.876874715206213</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>