<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-04/func/sub-0106_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>bbb3bf8a8bda076a7d85f86432aedcb3</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>19:59:21.745000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991508, -0.116839, 0.0571029, 0.108062, 0.98451, 0.138066]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0952685</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7781, -7252, 344, -117, -83, -25, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>08c5775a-9e1e-4944-a0cd-8cee65eac6f6||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6601433753967285, 0.28992360830307007, 0.19534461200237274, 93.70413970947266], [0.3134693503379822, 2.6413686275482178, 0.3529529869556427, -121.78097534179688], [0.1532028615474701, -0.37042227387428284, 2.6696937084198, -65.59024810791016], [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': ['195921.745000', '195922.205000', '195922.665000', '195923.125000', '195923.585000', '195924.045000', '195924.505000', '195924.965000', '195925.425000', '195925.885000', '195926.345000', '195926.805000', '195927.265000', '195927.725000', '195928.185000', '195928.645000', '195929.105000', '195929.565000', '195930.025000', '195930.485000', '195930.945000', '195931.405000', '195931.865000', '195932.325000', '195932.785000', '195933.245000', '195933.705000', '195934.165000', '195934.625000', '195935.085000', '195935.545000', '195936.005000', '195936.465000', '195936.925000', '195937.385000', '195937.845000', '195938.305000', '195938.765000', '195939.225000', '195939.685000', '195940.145000', '195940.605000', '195941.065000', '195941.525000', '195941.985000', '195942.445000', '195942.905000', '195943.365000', '195943.825000', '195944.285000', '195944.745000', '195945.205000', '195945.665000', '195946.125000', '195946.585000', '195947.045000', '195947.505000', '195947.965000', '195948.425000', '195948.885000', '195949.345000', '195949.805000', '195950.265000', '195950.725000', '195951.185000', '195951.645000', '195952.105000', '195952.565000', '195953.025000', '195953.485000', '195953.945000', '195954.405000', '195954.865000', '195955.325000', '195955.785000', '195956.245000', '195956.705000', '195957.165000', '195957.625000', '195958.085000', '195958.545000', '195959.005000', '195959.465000', '195959.925000', '200000.385000', '200000.845000', '200001.305000', '200001.765000', '200002.225000', '200002.685000', '200003.145000', '200003.605000', '200004.065000', '200004.525000', '200004.985000', '200005.445000', '200005.905000', '200006.365000', '200006.825000', '200007.285000', '200007.745000', '200008.205000', '200008.665000', '200009.125000', '200009.585000', '200010.045000', '200010.505000', '200010.965000', '200011.425000', '200011.885000', '200012.345000', '200012.805000', '200013.265000', '200013.725000', '200014.185000', '200014.645000', '200015.105000', '200015.565000', '200016.025000', '200016.485000', '200016.945000', '200017.405000', '200017.865000', '200018.325000', '200018.785000', '200019.245000', '200019.705000', '200020.165000', '200020.625000', '200021.085000', '200021.545000', '200022.005000', '200022.465000', '200022.925000', '200023.385000', '200023.845000', '200024.305000', '200024.765000', '200025.225000', '200025.685000', '200026.145000', '200026.605000', '200027.065000', '200027.525000', '200027.985000', '200028.445000', '200028.905000', '200029.365000', '200029.825000', '200030.285000', '200030.745000', '200031.205000', '200031.665000', '200032.125000', '200032.585000', '200033.045000', '200033.505000', '200033.965000', '200034.425000', '200034.885000', '200035.345000', '200035.805000', '200036.265000', '200036.725000', '200037.185000', '200037.645000', '200038.105000', '200038.565000', '200039.025000', '200039.485000', '200039.945000', '200040.405000', '200040.865000', '200041.325000', '200041.785000', '200042.245000', '200042.705000', '200043.165000', '200043.625000', '200044.085000', '200044.545000', '200045.005000', '200045.465000', '200045.925000', '200046.385000', '200046.845000', '200047.305000', '200047.765000', '200048.225000', '200048.685000', '200049.145000', '200049.605000', '200050.065000', '200050.525000', '200050.985000', '200051.445000', '200051.905000', '200052.365000', '200052.825000', '200053.285000', '200053.745000', '200054.205000', '200054.665000', '200055.125000', '200055.585000', '200056.045000', '200056.505000', '200056.965000', '200057.425000', '200057.885000', '200058.345000', '200058.805000', '200059.265000', '200059.725000', '200100.185000', '200100.645000', '200101.105000', '200101.565000', '200102.025000', '200102.485000', '200102.945000', '200103.405000', '200103.865000', '200104.325000', '200104.785000', '200105.245000', '200105.705000', '200106.165000', '200106.625000', '200107.085000', '200107.545000', '200108.005000', '200108.465000', '200108.925000', '200109.385000', '200109.845000', '200110.305000', '200110.765000', '200111.225000', '200111.685000', '200112.145000', '200112.605000', '200113.065000', '200113.525000', '200113.985000', '200114.445000', '200114.905000', '200115.365000', '200115.825000', '200116.285000', '200116.745000', '200117.205000', '200117.665000', '200118.125000', '200118.585000', '200119.045000', '200119.505000', '200119.965000', '200120.425000', '200120.885000', '200121.345000', '200121.805000', '200122.265000', '200122.725000', '200123.185000', '200123.645000', '200124.105000', '200124.565000', '200125.025000', '200125.485000', '200125.945000', '200126.405000', '200126.865000', '200127.325000', '200127.785000', '200128.245000', '200128.705000', '200129.165000', '200129.625000', '200130.085000', '200130.545000', '200131.005000', '200131.465000', '200131.925000', '200132.385000', '200132.845000', '200133.305000', '200133.765000', '200134.225000', '200134.685000', '200135.145000', '200135.605000', '200136.065000', '200136.525000', '200136.985000', '200137.445000', '200137.905000', '200138.365000', '200138.825000', '200139.285000', '200139.745000', '200140.205000', '200140.665000', '200141.125000', '200141.585000', '200142.045000', '200142.505000', '200142.965000', '200143.425000', '200143.885000', '200144.345000', '200144.805000', '200145.265000', '200145.725000', '200146.185000', '200146.645000', '200147.105000', '200147.565000', '200148.025000', '200148.485000', '200148.945000', '200149.405000', '200149.865000', '200150.325000', '200150.785000', '200151.245000', '200151.705000', '200152.165000', '200152.625000', '200153.085000', '200153.545000', '200154.005000', '200154.465000', '200154.925000', '200155.385000', '200155.845000', '200156.305000', '200156.765000', '200157.225000', '200157.685000', '200158.145000', '200158.605000', '200159.065000', '200159.525000', '200159.985000', '200200.445000', '200200.905000', '200201.365000', '200201.825000', '200202.285000', '200202.745000', '200203.205000', '200203.665000', '200204.125000', '200204.585000', '200205.045000', '200205.505000', '200205.965000', '200206.425000', '200206.885000', '200207.345000', '200207.805000', '200208.265000', '200208.725000', '200209.185000', '200209.645000', '200210.105000', '200210.565000', '200211.025000', '200211.485000', '200211.945000', '200212.405000', '200212.865000', '200213.325000', '200213.785000', '200214.245000', '200214.705000', '200215.165000', '200215.625000', '200216.085000', '200216.545000', '200217.005000', '200217.465000', '200217.925000', '200218.385000', '200218.845000', '200219.305000', '200219.765000', '200220.225000', '200220.685000', '200221.145000', '200221.605000', '200222.065000', '200222.525000', '200222.985000', '200223.445000', '200223.905000', '200224.365000', '200224.825000', '200225.285000', '200225.745000', '200226.205000', '200226.665000', '200227.125000', '200227.585000', '200228.045000', '200228.505000', '200228.965000', '200229.425000', '200229.885000', '200230.345000', '200230.805000', '200231.265000', '200231.725000', '200232.185000', '200232.645000', '200233.105000', '200233.565000', '200234.025000', '200234.485000', '200234.945000', '200235.405000', '200235.865000', '200236.325000', '200236.785000', '200237.245000', '200237.705000', '200238.165000', '200238.625000', '200239.085000', '200239.545000', '200240.005000', '200240.465000', '200240.925000', '200241.385000', '200241.845000', '200242.305000', '200242.765000', '200243.225000', '200243.685000', '200244.145000', '200244.605000', '200245.065000', '200245.525000', '200245.985000', '200246.445000', '200246.905000', '200247.365000', '200247.825000', '200248.285000', '200248.745000', '200249.205000', '200249.665000', '200250.125000', '200250.585000', '200251.045000', '200251.505000', '200251.965000', '200252.425000', '200252.885000', '200253.345000', '200253.805000', '200254.265000', '200254.725000', '200255.185000', '200255.645000', '200256.105000', '200256.565000', '200257.025000', '200257.485000', '200257.945000', '200258.405000', '200258.865000', '200259.325000', '200259.785000', '200300.245000', '200300.705000', '200301.165000', '200301.625000', '200302.085000', '200302.545000', '200303.005000', '200303.465000', '200303.925000', '200304.385000', '200304.845000', '200305.305000', '200305.765000', '200306.225000', '200306.685000', '200307.145000', '200307.605000', '200308.065000', '200308.525000', '200308.985000', '200309.445000', '200309.905000', '200310.365000', '200310.825000', '200311.285000', '200311.745000', '200312.205000', '200312.665000', '200313.125000', '200313.585000', '200314.045000', '200314.505000', '200314.965000', '200315.425000', '200315.885000', '200316.345000', '200316.805000', '200317.265000', '200317.725000', '200318.185000', '200318.645000', '200319.105000', '200319.565000', '200320.025000', '200320.485000', '200320.945000', '200321.405000', '200321.865000', '200322.325000', '200322.785000', '200323.245000', '200323.705000', '200324.165000', '200324.625000', '200325.085000', '200325.545000', '200326.005000', '200326.465000', '200326.925000', '200327.385000', '200327.845000', '200328.305000', '200328.765000', '200329.225000', '200329.685000', '200330.145000', '200330.605000', '200331.065000', '200331.525000', '200331.985000', '200332.445000', '200332.905000', '200333.365000', '200333.825000', '200334.285000', '200334.745000', '200335.205000', '200335.665000', '200336.125000', '200336.585000', '200337.045000', '200337.505000', '200337.965000', '200338.425000', '200338.885000', '200339.345000', '200339.805000', '200340.265000', '200340.725000', '200341.185000', '200341.645000', '200342.105000', '200342.565000', '200343.025000', '200343.485000', '200343.945000', '200344.405000', '200344.865000', '200345.325000', '200345.785000', '200346.245000', '200346.705000', '200347.165000', '200347.625000', '200348.085000', '200348.545000', '200349.005000', '200349.465000', '200349.925000', '200350.385000', '200350.845000', '200351.305000', '200351.765000', '200352.225000', '200352.685000', '200353.145000', '200353.605000', '200354.065000', '200354.525000', '200354.985000', '200355.445000', '200355.905000', '200356.365000', '200356.825000', '200357.285000', '200357.745000', '200358.205000', '200358.665000', '200359.125000', '200359.585000', '200400.045000', '200400.505000', '200400.965000', '200401.425000', '200401.885000', '200402.345000', '200402.805000', '200403.265000', '200403.725000', '200404.185000', '200404.645000', '200405.105000', '200405.565000', '200406.025000', '200406.485000', '200406.945000', '200407.405000', '200407.865000', '200408.325000', '200408.785000', '200409.245000', '200409.705000', '200410.165000', '200410.625000', '200411.085000', '200411.545000', '200412.005000', '200412.465000', '200412.925000', '200413.385000', '200413.845000', '200414.305000', '200414.765000', '200415.225000', '200415.685000', '200416.145000', '200416.605000', '200417.065000', '200417.525000', '200417.985000', '200418.445000', '200418.905000', '200419.365000', '200419.825000', '200420.285000', '200420.745000', '200421.205000', '200421.665000', '200422.125000', '200422.585000', '200423.045000', '200423.505000', '200423.965000', '200424.425000', '200424.885000', '200425.345000', '200425.805000', '200426.265000', '200426.725000', '200427.185000', '200427.645000', '200428.105000', '200428.565000', '200429.025000', '200429.485000', '200429.945000', '200430.405000', '200430.865000', '200431.325000', '200431.785000', '200432.245000', '200432.705000', '200433.165000', '200433.625000', '200434.085000', '200434.545000', '200435.005000', '200435.465000', '200435.925000', '200436.385000', '200436.845000', '200437.305000', '200437.765000', '200438.225000', '200438.685000', '200439.145000', '200439.605000', '200440.065000', '200440.525000', '200440.985000', '200441.445000', '200441.905000', '200442.365000', '200442.825000', '200443.285000', '200443.745000', '200444.205000', '200444.665000', '200445.125000', '200445.585000', '200446.045000', '200446.505000', '200446.965000', '200447.425000', '200447.885000', '200448.345000', '200448.805000', '200449.265000', '200449.725000', '200450.185000', '200450.645000', '200451.105000', '200451.565000', '200452.025000', '200452.485000', '200452.945000', '200453.405000', '200453.865000', '200454.325000', '200454.785000', '200455.245000', '200455.705000', '200456.165000', '200456.625000', '200457.085000', '200457.545000', '200458.005000', '200458.465000', '200458.925000', '200459.385000', '200459.845000', '200500.305000', '200500.765000', '200501.225000', '200501.685000', '200502.145000', '200502.605000', '200503.065000', '200503.525000', '200503.985000', '200504.445000', '200504.905000', '200505.365000', '200505.825000', '200506.285000', '200506.745000', '200507.205000', '200507.665000', '200508.125000', '200508.585000', '200509.045000', '200509.505000', '200509.965000', '200510.425000', '200510.885000', '200511.345000', '200511.805000', '200512.265000', '200512.725000', '200513.185000', '200513.645000', '200514.105000', '200514.565000', '200515.025000', '200515.485000', '200515.945000', '200516.405000', '200516.865000', '200517.325000', '200517.785000', '200518.245000', '200518.705000', '200519.165000', '200519.625000', '200520.085000', '200520.545000', '200521.005000', '200521.465000', '200521.925000', '200522.385000', '200522.845000', '200523.305000', '200523.765000', '200524.225000', '200524.685000', '200525.145000', '200525.605000', '200526.065000', '200526.525000', '200526.985000', '200527.445000', '200527.905000', '200528.365000', '200528.825000', '200529.285000', '200529.745000', '200530.205000', '200530.665000', '200531.125000', '200531.585000', '200532.045000', '200532.505000', '200532.965000', '200533.425000', '200533.885000', '200534.345000', '200534.805000', '200535.265000', '200535.725000', '200536.185000', '200536.645000', '200537.105000', '200537.565000', '200538.025000', '200538.485000', '200538.945000', '200539.405000', '200539.865000', '200540.325000', '200540.785000', '200541.245000', '200541.705000', '200542.165000', '200542.625000', '200543.085000', '200543.545000', '200544.005000', '200544.465000', '200544.925000', '200545.385000', '200545.845000', '200546.305000', '200546.765000', '200547.225000', '200547.685000', '200548.145000', '200548.605000', '200549.065000', '200549.525000', '200549.985000', '200550.445000', '200550.905000', '200551.365000', '200551.825000', '200552.285000', '200552.745000', '200553.205000', '200553.665000', '200554.125000', '200554.585000', '200555.045000', '200555.505000', '200555.965000', '200556.425000', '200556.885000', '200557.345000', '200557.805000', '200558.265000', '200558.725000', '200559.185000', '200559.645000', '200600.105000', '200600.565000', '200601.025000', '200601.485000', '200601.945000', '200602.405000', '200602.865000', '200603.325000', '200603.785000', '200604.245000', '200604.705000', '200605.165000', '200605.625000', '200606.085000', '200606.545000', '200607.005000', '200607.465000', '200607.925000', '200608.385000', '200608.845000', '200609.305000', '200609.765000', '200610.225000', '200610.685000', '200611.145000', '200611.605000', '200612.065000', '200612.525000', '200612.985000', '200613.445000', '200613.905000', '200614.365000', '200614.825000', '200615.285000', '200615.745000', '200616.205000', '200616.665000', '200617.125000', '200617.585000', '200618.045000', '200618.505000', '200618.965000', '200619.425000', '200619.885000', '200620.345000', '200620.805000', '200621.265000', '200621.725000', '200622.185000', '200622.645000', '200623.105000', '200623.565000', '200624.025000', '200624.485000', '200624.945000', '200625.405000', '200625.865000', '200626.325000', '200626.785000', '200627.245000', '200627.705000', '200628.165000', '200628.625000', '200629.085000', '200629.545000', '200630.005000', '200630.465000', '200630.925000', '200631.385000', '200631.845000', '200632.305000', '200632.765000', '200633.225000', '200633.685000', '200634.145000', '200634.605000', '200635.065000', '200635.525000', '200635.985000', '200636.445000', '200636.905000', '200637.365000', '200637.825000', '200638.285000', '200638.745000', '200639.205000', '200639.665000', '200640.125000', '200640.585000', '200641.045000', '200641.505000', '200641.965000', '200642.425000', '200642.885000', '200643.345000', '200643.805000', '200644.265000', '200644.725000', '200645.185000', '200645.645000', '200646.105000', '200646.565000', '200647.025000', '200647.485000', '200647.945000', '200648.405000', '200648.865000', '200649.325000', '200649.785000', '200650.245000', '200650.705000', '200651.165000', '200651.625000', '200652.085000', '200652.545000', '200653.005000', '200653.465000', '200653.925000', '200654.385000', '200654.845000', '200655.305000', '200655.765000', '200656.225000', '200656.685000', '200657.145000', '200657.605000', '200658.065000', '200658.525000', '200658.985000', '200659.445000', '200659.905000', '200700.365000', '200700.825000', '200701.285000', '200701.745000', '200702.205000', '200702.665000', '200703.125000', '200703.585000', '200704.045000', '200704.505000', '200704.965000', '200705.425000', '200705.885000', '200706.345000', '200706.805000', '200707.265000', '200707.725000', '200708.185000', '200708.645000', '200709.105000', '200709.565000', '200710.025000', '200710.485000', '200710.945000', '200711.405000', '200711.865000', '200712.325000', '200712.785000', '200713.245000', '200713.705000', '200714.165000', '200714.625000', '200715.085000', '200715.545000', '200716.005000', '200716.465000', '200716.925000', '200717.385000', '200717.845000', '200718.305000', '200718.765000', '200719.225000', '200719.685000', '200720.145000', '200720.605000', '200721.065000', '200721.525000', '200721.985000', '200722.445000', '200722.905000', '200723.365000', '200723.825000', '200724.285000', '200724.745000', '200725.205000', '200725.665000', '200726.125000', '200726.585000', '200727.045000', '200727.505000', '200727.965000', '200728.425000', '200728.885000', '200729.345000', '200729.805000', '200730.265000', '200730.725000', '200731.185000', '200731.645000', '200732.105000', '200732.565000', '200733.025000', '200733.485000', '200733.945000', '200734.405000', '200734.865000', '200735.325000', '200735.785000', '200736.245000', '200736.705000', '200737.165000', '200737.625000', '200738.085000', '200738.545000', '200739.005000', '200739.465000', '200739.925000', '200740.385000', '200740.845000', '200741.305000', '200741.765000', '200742.225000', '200742.685000', '200743.145000', '200743.605000', '200744.065000', '200744.525000', '200744.985000', '200745.445000', '200745.905000', '200746.365000', '200746.825000', '200747.285000', '200747.745000', '200748.205000', '200748.665000', '200749.125000', '200749.585000', '200750.045000', '200750.505000', '200750.965000', '200751.425000', '200751.885000', '200752.345000', '200752.805000', '200753.265000', '200753.725000', '200754.185000', '200754.645000', '200755.105000', '200755.565000', '200756.025000', '200756.485000', '200756.945000', '200757.405000', '200757.865000', '200758.325000', '200758.785000', '200759.245000', '200759.705000', '200800.165000', '200800.625000', '200801.085000', '200801.545000', '200802.005000', '200802.465000', '200802.925000', '200803.385000', '200803.845000', '200804.305000', '200804.765000', '200805.225000', '200805.685000', '200806.145000', '200806.605000', '200807.065000', '200807.525000', '200807.985000', '200808.445000', '200808.905000', '200809.365000', '200809.825000', '200810.285000', '200810.745000', '200811.205000', '200811.665000', '200812.125000', '200812.585000', '200813.045000', '200813.505000', '200813.965000', '200814.425000', '200814.885000', '200815.345000', '200815.805000', '200816.265000', '200816.725000', '200817.185000', '200817.645000', '200818.105000', '200818.565000', '200819.025000', '200819.485000', '200819.945000', '200820.405000', '200820.865000', '200821.325000', '200821.785000', '200822.245000', '200822.705000', '200823.165000', '200823.625000', '200824.085000', '200824.545000', '200825.005000', '200825.465000', '200825.925000', '200826.385000', '200826.845000', '200827.305000', '200827.765000', '200828.225000', '200828.685000', '200829.145000', '200829.605000', '200830.065000', '200830.525000', '200830.985000', '200831.445000', '200831.905000', '200832.365000', '200832.825000', '200833.285000', '200833.745000', '200834.205000', '200834.665000', '200835.125000', '200835.585000', '200836.045000', '200836.505000', '200836.965000', '200837.425000', '200837.885000', '200838.345000', '200838.805000', '200839.265000', '200839.725000', '200840.185000', '200840.645000', '200841.105000', '200841.565000', '200842.025000', '200842.485000', '200842.945000', '200843.405000', '200843.865000', '200844.325000', '200844.785000', '200845.245000', '200845.705000', '200846.165000', '200846.625000', '200847.085000', '200847.545000', '200848.005000', '200848.465000', '200848.925000', '200849.385000', '200849.845000', '200850.305000', '200850.765000', '200851.225000', '200851.685000', '200852.145000', '200852.605000', '200853.065000', '200853.525000', '200853.985000', '200854.445000', '200854.905000', '200855.365000', '200855.825000', '200856.285000', '200856.745000', '200857.205000', '200857.665000', '200858.125000', '200858.585000', '200859.045000', '200859.505000', '200859.965000', '200900.425000', '200900.885000', '200901.345000', '200901.805000', '200902.265000', '200902.725000', '200903.185000', '200903.645000', '200904.105000', '200904.565000'], 'ContentTime': ['195933.822000', '195933.825000', '195933.828000', '195933.831000', '195933.839000', '195933.842000', '195933.844000', '195933.847000', '195933.849000', '195933.852000', '195933.855000', '195933.857000', '195933.860000', '195933.862000', '195933.872000', '195933.874000', '195933.877000', '195933.879000', '195933.882000', '195933.884000', '195933.887000', '195933.890000', '195933.892000', '195933.895000', '195933.897000', '195953.796000', '195953.798000', '195953.801000', '195953.804000', '195953.806000', '195953.809000', '195953.811000', '195953.814000', '195953.817000', '195953.819000', '195953.822000', '195953.825000', '195953.827000', '195953.830000', '195953.833000', '195953.835000', '195953.838000', '195953.841000', '195953.843000', '195953.846000', '195953.848000', '195953.851000', '195953.853000', '195953.856000', '195953.858000', '195953.861000', '195953.864000', '195953.866000', '195953.869000', '195953.871000', '195953.874000', '195953.876000', '195953.879000', '195953.882000', '195953.884000', '195953.887000', '195953.889000', '195953.892000', '195953.895000', '195953.897000', '195953.900000', '195953.902000', '195953.905000', '200013.795000', '200013.809000', '200013.812000', '200013.815000', '200013.818000', '200013.821000', '200013.823000', '200013.826000', '200013.828000', '200013.831000', '200013.854000', '200013.857000', '200013.859000', '200013.862000', '200013.864000', '200013.867000', '200013.870000', '200013.872000', '200013.875000', '200013.878000', '200013.880000', '200013.883000', '200013.886000', '200013.889000', '200013.891000', '200013.894000', '200013.897000', '200013.899000', '200013.902000', '200013.905000', '200013.908000', '200013.910000', '200013.913000', '200013.916000', '200013.918000', '200013.921000', '200013.923000', '200013.926000', '200013.928000', '200013.931000', '200013.934000', '200013.945000', '200013.948000', '200013.951000', '200033.795000', '200033.798000', '200033.801000', '200033.804000', '200033.806000', '200033.809000', '200033.811000', '200033.814000', '200033.817000', '200033.819000', '200033.822000', '200033.825000', '200033.828000', '200033.830000', '200033.833000', '200033.836000', '200033.838000', '200033.841000', '200033.843000', '200033.846000', '200033.848000', '200033.851000', '200033.853000', '200033.856000', '200033.859000', '200033.861000', '200033.864000', '200033.866000', '200033.869000', '200033.872000', '200033.874000', '200033.877000', '200033.879000', '200033.882000', '200033.885000', '200033.887000', '200033.890000', '200033.893000', '200033.895000', '200033.898000', '200033.900000', '200033.903000', '200033.906000', '200053.795000', '200053.798000', '200053.801000', '200053.803000', '200053.806000', '200053.809000', '200053.811000', '200053.814000', '200053.816000', '200053.819000', '200053.821000', '200053.824000', '200053.827000', '200053.829000', '200053.832000', '200053.835000', '200053.837000', '200053.840000', '200053.842000', '200053.845000', '200053.847000', '200053.850000', '200053.853000', '200053.855000', '200053.858000', '200053.861000', '200053.864000', '200053.866000', '200053.869000', '200053.871000', '200053.874000', '200053.876000', '200053.879000', '200053.882000', '200053.884000', '200053.887000', '200053.889000', '200053.892000', '200053.894000', '200053.897000', '200053.900000', '200053.902000', '200053.905000', '200053.908000', '200113.796000', '200113.800000', '200113.802000', '200113.805000', '200113.807000', '200113.810000', '200113.812000', '200113.815000', '200113.817000', '200113.820000', '200113.823000', '200113.825000', '200113.828000', '200113.830000', '200113.833000', '200113.836000', '200113.838000', '200113.841000', '200113.843000', '200113.846000', '200113.848000', '200113.851000', '200113.853000', '200113.856000', '200113.859000', '200113.861000', '200113.864000', '200113.866000', '200113.869000', '200113.871000', '200113.874000', '200113.877000', '200113.879000', '200113.882000', '200113.884000', '200113.887000', '200113.889000', '200113.892000', '200113.895000', '200113.897000', '200113.900000', '200113.903000', '200113.905000', '200133.796000', '200133.799000', '200133.861000', '200133.864000', '200133.867000', '200133.869000', '200133.872000', '200133.874000', '200133.877000', '200133.879000', '200133.882000', '200133.885000', '200133.887000', '200133.890000', '200133.892000', '200133.895000', '200133.897000', '200133.900000', '200133.903000', '200133.905000', '200133.908000', '200133.910000', '200133.913000', '200133.915000', '200133.918000', '200133.921000', '200133.923000', '200133.926000', '200133.928000', '200133.931000', '200133.934000', '200133.936000', '200133.939000', '200133.941000', '200133.944000', '200133.947000', '200133.949000', '200133.952000', '200133.954000', '200133.957000', '200133.986000', '200133.988000', '200133.991000', '200133.993000', '200153.795000', '200153.798000', '200153.801000', '200153.803000', '200153.806000', '200153.809000', '200153.811000', '200153.814000', '200153.816000', '200153.819000', '200153.821000', '200153.824000', '200153.827000', '200153.829000', '200153.832000', '200153.834000', '200153.837000', '200153.840000', '200153.842000', '200153.845000', '200153.848000', '200153.850000', '200153.853000', '200153.855000', '200153.858000', '200153.861000', '200153.863000', '200153.866000', '200153.868000', '200153.871000', '200153.874000', '200153.876000', '200153.879000', '200153.881000', '200153.884000', '200153.886000', '200153.889000', '200153.892000', '200153.894000', '200153.897000', '200153.899000', '200153.902000', '200153.904000', '200213.795000', '200213.798000', '200213.801000', '200213.804000', '200213.807000', '200213.809000', '200213.812000', '200213.814000', '200213.817000', '200213.820000', '200213.823000', '200213.825000', '200213.828000', '200213.830000', '200213.833000', '200213.836000', '200213.838000', '200213.841000', '200213.844000', '200213.846000', '200213.849000', '200213.851000', '200213.854000', '200213.857000', '200213.859000', '200213.862000', '200213.865000', '200213.867000', '200213.870000', '200213.872000', '200213.875000', '200213.878000', '200213.880000', '200213.883000', '200213.886000', '200213.889000', '200213.891000', '200213.894000', '200213.896000', '200213.899000', '200213.902000', '200213.904000', '200213.907000', '200213.909000', '200233.795000', '200233.798000', '200233.875000', '200233.878000', '200233.881000', '200233.883000', '200233.886000', '200233.888000', '200233.891000', '200233.894000', '200233.896000', '200233.899000', '200233.901000', '200233.904000', '200233.907000', '200233.910000', '200233.913000', '200233.915000', '200233.918000', '200233.921000', '200233.923000', '200233.926000', '200233.929000', '200233.931000', '200233.934000', '200233.936000', '200233.939000', '200233.942000', '200233.944000', '200233.947000', '200233.950000', '200233.953000', '200233.955000', '200233.958000', '200233.961000', '200233.963000', '200233.966000', '200233.968000', '200233.971000', '200233.974000', '200233.977000', '200233.980000', '200233.983000', '200253.795000', '200253.798000', '200253.900000', '200253.903000', '200253.905000', '200253.908000', '200253.911000', '200253.913000', '200253.916000', '200253.918000', '200253.921000', '200253.924000', '200253.926000', '200253.929000', '200253.931000', '200253.934000', '200253.937000', '200253.939000', '200253.942000', '200253.945000', '200253.947000', '200253.950000', '200253.952000', '200253.955000', '200253.958000', '200253.961000', '200253.963000', '200253.966000', '200253.969000', '200253.971000', '200253.974000', '200253.976000', '200253.979000', '200253.982000', '200253.984000', '200253.987000', '200253.990000', '200253.992000', '200253.995000', '200253.997000', '200254.001000', '200254.004000', '200254.007000', '200254.009000', '200313.795000', '200313.798000', '200313.817000', '200313.819000', '200313.822000', '200313.824000', '200313.827000', '200313.830000', '200313.832000', '200313.835000', '200313.838000', '200313.840000', '200313.843000', '200313.845000', '200313.848000', '200313.850000', '200313.853000', '200313.856000', '200313.858000', '200313.861000', '200313.863000', '200313.873000', '200313.876000', '200313.879000', '200313.881000', '200313.884000', '200313.886000', '200313.889000', '200313.892000', '200313.894000', '200313.897000', '200313.899000', '200313.902000', '200313.904000', '200313.907000', '200313.910000', '200313.912000', '200313.915000', '200313.917000', '200313.920000', '200313.923000', '200313.925000', '200313.928000', '200333.797000', '200333.821000', '200333.823000', '200333.826000', '200333.828000', '200333.831000', '200333.834000', '200333.836000', '200333.839000', '200333.842000', '200333.846000', '200333.849000', '200333.852000', '200333.854000', '200333.857000', '200333.860000', '200333.862000', '200333.865000', '200333.868000', '200333.870000', '200333.873000', '200333.876000', '200333.878000', '200333.881000', '200333.883000', '200333.886000', '200333.889000', '200333.892000', '200333.894000', '200333.897000', '200333.899000', '200333.902000', '200333.905000', '200333.907000', '200333.910000', '200333.913000', '200333.916000', '200333.918000', '200333.921000', '200333.924000', '200333.926000', '200333.929000', '200333.932000', '200353.796000', '200353.827000', '200353.830000', '200353.832000', '200353.835000', '200353.837000', '200353.840000', '200353.843000', '200353.846000', '200353.848000', '200353.851000', '200353.854000', '200353.856000', '200353.859000', '200353.862000', '200353.864000', '200353.867000', '200353.870000', '200353.872000', '200353.875000', '200353.877000', '200353.880000', '200353.891000', '200353.893000', '200353.896000', '200353.899000', '200353.901000', '200353.904000', '200353.907000', '200353.909000', '200353.912000', '200353.915000', '200353.917000', '200353.920000', '200353.923000', '200353.925000', '200353.928000', '200353.931000', '200353.933000', '200353.936000', '200353.938000', '200353.941000', '200353.944000', '200353.946000', '200413.795000', '200413.798000', '200413.854000', '200413.857000', '200413.859000', '200413.862000', '200413.865000', '200413.867000', '200413.870000', '200413.873000', '200413.875000', '200413.878000', '200413.881000', '200413.883000', '200413.886000', '200413.888000', '200413.891000', '200413.894000', '200413.896000', '200413.899000', '200413.901000', '200413.904000', '200413.907000', '200413.909000', '200413.912000', '200413.915000', '200413.917000', '200413.920000', '200413.923000', '200413.925000', '200413.928000', '200413.931000', '200413.933000', '200413.936000', '200413.939000', '200413.941000', '200413.944000', '200413.947000', '200413.950000', '200413.952000', '200413.955000', '200413.957000', '200413.960000', '200433.796000', '200433.799000', '200433.801000', '200433.804000', '200433.807000', '200433.809000', '200433.812000', '200433.815000', '200433.817000', '200433.820000', '200433.822000', '200433.825000', '200433.828000', '200433.831000', '200433.834000', '200433.836000', '200433.839000', '200433.842000', '200433.844000', '200433.847000', '200433.850000', '200433.852000', '200433.855000', '200433.857000', '200433.860000', '200433.862000', '200433.865000', '200433.868000', '200433.870000', '200433.873000', '200433.876000', '200433.879000', '200433.881000', '200433.884000', '200433.887000', '200433.889000', '200433.892000', '200433.895000', '200433.898000', '200433.900000', '200433.903000', '200433.905000', '200433.908000', '200433.911000', '200453.796000', '200453.799000', '200453.871000', '200453.883000', '200453.885000', '200453.888000', '200453.891000', '200453.893000', '200453.896000', '200453.899000', '200453.901000', '200453.904000', '200453.907000', '200453.909000', '200453.912000', '200453.914000', '200453.917000', '200453.920000', '200453.923000', '200453.925000', '200453.928000', '200453.931000', '200453.935000', '200453.938000', '200453.941000', '200453.943000', '200453.946000', '200453.949000', '200453.951000', '200453.954000', '200453.957000', '200453.959000', '200453.962000', '200453.965000', '200453.967000', '200453.970000', '200453.973000', '200453.975000', '200453.978000', '200453.981000', '200453.983000', '200453.986000', '200453.989000', '200513.796000', '200513.798000', '200513.859000', '200513.862000', '200513.864000', '200513.867000', '200513.870000', '200513.872000', '200513.875000', '200513.878000', '200513.881000', '200513.883000', '200513.886000', '200513.889000', '200513.891000', '200513.894000', '200513.896000', '200513.899000', '200513.901000', '200513.904000', '200513.907000', '200513.909000', '200513.912000', '200513.914000', '200513.917000', '200513.920000', '200513.922000', '200513.925000', '200513.927000', '200513.930000', '200513.933000', '200513.935000', '200513.938000', '200513.941000', '200513.943000', '200513.946000', '200513.949000', '200513.951000', '200513.954000', '200513.957000', '200513.960000', '200513.962000', '200513.965000', '200513.968000', '200533.796000', '200533.799000', '200533.864000', '200533.866000', '200533.869000', '200533.872000', '200533.874000', '200533.877000', '200533.879000', '200533.882000', '200533.885000', '200533.889000', '200533.892000', '200533.894000', '200533.905000', '200533.908000', '200533.910000', '200533.913000', '200533.916000', '200533.918000', '200533.921000', '200533.923000', '200533.926000', '200533.929000', '200533.931000', '200533.934000', '200533.936000', '200533.939000', '200533.942000', '200533.944000', '200533.947000', '200533.950000', '200533.952000', '200533.955000', '200533.958000', '200533.960000', '200533.963000', '200533.966000', '200533.968000', '200533.971000', '200533.973000', '200533.976000', '200533.979000', '200553.796000', '200553.853000', '200553.855000', '200553.858000', '200553.861000', '200553.863000', '200553.866000', '200553.868000', '200553.871000', '200553.874000', '200553.876000', '200553.879000', '200553.882000', '200553.884000', '200553.887000', '200553.890000', '200553.892000', '200553.895000', '200553.898000', '200553.900000', '200553.903000', '200553.905000', '200553.908000', '200553.910000', '200553.913000', '200553.916000', '200553.918000', '200553.921000', '200553.924000', '200553.927000', '200553.929000', '200553.932000', '200553.935000', '200553.938000', '200553.940000', '200553.943000', '200553.945000', '200553.948000', '200553.951000', '200553.953000', '200553.956000', '200553.959000', '200553.961000', '200553.964000', '200613.828000', '200613.831000', '200613.834000', '200613.837000', '200613.840000', '200613.843000', '200613.845000', '200613.848000', '200613.851000', '200613.853000', '200613.856000', '200613.859000', '200613.861000', '200613.864000', '200613.867000', '200613.869000', '200613.872000', '200613.875000', '200613.877000', '200613.880000', '200613.882000', '200613.885000', '200613.891000', '200613.894000', '200613.896000', '200613.899000', '200613.902000', '200613.905000', '200613.907000', '200613.910000', '200613.913000', '200613.915000', '200613.918000', '200613.921000', '200613.923000', '200613.926000', '200613.929000', '200613.931000', '200613.934000', '200613.936000', '200613.939000', '200613.942000', '200613.944000', '200633.795000', '200633.798000', '200633.801000', '200633.804000', '200633.807000', '200633.809000', '200633.812000', '200633.814000', '200633.817000', '200633.820000', '200633.822000', '200633.825000', '200633.828000', '200633.830000', '200633.833000', '200633.836000', '200633.838000', '200633.841000', '200633.844000', '200633.846000', '200633.849000', '200633.852000', '200633.855000', '200633.857000', '200633.860000', '200633.862000', '200633.865000', '200633.868000', '200633.870000', '200633.873000', '200633.876000', '200633.878000', '200633.881000', '200633.883000', '200633.886000', '200633.889000', '200633.891000', '200633.894000', '200633.897000', '200633.900000', '200633.903000', '200633.905000', '200633.908000', '200633.911000', '200653.796000', '200653.799000', '200653.801000', '200653.804000', '200653.807000', '200653.809000', '200653.812000', '200653.815000', '200653.817000', '200653.820000', '200653.823000', '200653.825000', '200653.828000', '200653.831000', '200653.833000', '200653.836000', '200653.839000', '200653.841000', '200653.844000', '200653.847000', '200653.849000', '200653.852000', '200653.855000', '200653.857000', '200653.860000', '200653.863000', '200653.865000', '200653.868000', '200653.871000', '200653.874000', '200653.876000', '200653.879000', '200653.882000', '200653.885000', '200653.888000', '200653.891000', '200653.894000', '200653.897000', '200653.899000', '200653.902000', '200653.904000', '200653.907000', '200653.910000', '200713.796000', '200713.798000', '200713.801000', '200713.803000', '200713.806000', '200713.809000', '200713.811000', '200713.814000', '200713.817000', '200713.820000', '200713.822000', '200713.825000', '200713.828000', '200713.830000', '200713.833000', '200713.835000', '200713.838000', '200713.841000', '200713.843000', '200713.846000', '200713.849000', '200713.851000', '200713.854000', '200713.857000', '200713.859000', '200713.862000', '200713.864000', '200713.867000', '200713.870000', '200713.873000', '200713.875000', '200713.878000', '200713.880000', '200713.883000', '200713.886000', '200713.888000', '200713.891000', '200713.894000', '200713.896000', '200713.899000', '200713.902000', '200713.904000', '200713.907000', '200713.910000', '200733.796000', '200733.799000', '200733.801000', '200733.804000', '200733.807000', '200733.809000', '200733.812000', '200733.815000', '200733.818000', '200733.821000', '200733.867000', '200733.870000', '200733.873000', '200733.876000', '200733.878000', '200733.881000', '200733.884000', '200733.887000', '200733.889000', '200733.892000', '200733.895000', '200733.897000', '200733.900000', '200733.904000', '200733.906000', '200733.909000', '200733.912000', '200733.915000', '200733.917000', '200733.920000', '200733.923000', '200733.925000', '200733.928000', '200733.930000', '200733.933000', '200733.936000', '200733.938000', '200733.941000', '200733.944000', '200733.947000', '200733.950000', '200733.952000', '200733.955000', '200753.796000', '200753.799000', '200753.801000', '200753.804000', '200753.807000', '200753.809000', '200753.812000', '200753.815000', '200753.817000', '200753.820000', '200753.823000', '200753.825000', '200753.828000', '200753.830000', '200753.833000', '200753.836000', '200753.838000', '200753.841000', '200753.843000', '200753.846000', '200753.849000', '200753.851000', '200753.854000', '200753.856000', '200753.859000', '200753.862000', '200753.864000', '200753.867000', '200753.869000', '200753.872000', '200753.875000', '200753.877000', '200753.880000', '200753.882000', '200753.885000', '200753.888000', '200753.890000', '200753.893000', '200753.896000', '200753.899000', '200753.901000', '200753.904000', '200753.906000', '200753.909000', '200813.797000', '200813.799000', '200813.802000', '200813.805000', '200813.807000', '200813.810000', '200813.813000', '200813.815000', '200813.818000', '200813.820000', '200813.823000', '200813.826000', '200813.828000', '200813.831000', '200813.833000', '200813.836000', '200813.839000', '200813.841000', '200813.844000', '200813.846000', '200813.849000', '200813.852000', '200813.854000', '200813.857000', '200813.860000', '200813.862000', '200813.865000', '200813.867000', '200813.870000', '200813.873000', '200813.875000', '200813.878000', '200813.880000', '200813.883000', '200813.886000', '200813.888000', '200813.891000', '200813.894000', '200813.896000', '200813.899000', '200813.902000', '200813.904000', '200813.907000', '200833.797000', '200833.799000', '200833.802000', '200833.804000', '200833.807000', '200833.810000', '200833.812000', '200833.815000', '200833.817000', '200833.820000', '200833.823000', '200833.825000', '200833.828000', '200833.830000', '200833.833000', '200833.836000', '200833.838000', '200833.841000', '200833.843000', '200833.846000', '200833.849000', '200833.851000', '200833.854000', '200833.857000', '200833.859000', '200833.862000', '200833.864000', '200833.867000', '200833.869000', '200833.872000', '200833.875000', '200833.877000', '200833.880000', '200833.882000', '200833.885000', '200833.887000', '200833.890000', '200833.893000', '200833.895000', '200833.898000', '200833.900000', '200833.903000', '200833.906000', '200833.908000', '200853.796000', '200853.799000', '200853.801000', '200853.804000', '200853.807000', '200853.809000', '200853.812000', '200853.815000', '200853.817000', '200853.820000', '200853.822000', '200853.825000', '200853.828000', '200853.831000', '200853.833000', '200853.836000', '200853.838000', '200853.841000', '200853.844000', '200853.846000', '200853.849000', '200853.852000', '200853.854000', '200853.857000', '200853.859000', '200853.862000', '200853.865000', '200853.867000', '200853.870000', '200853.872000', '200853.875000', '200853.877000', '200853.880000', '200853.883000', '200853.885000', '200853.888000', '200853.890000', '200853.893000', '200853.896000', '200853.898000', '200853.901000', '200853.903000', '200853.906000', '200905.428000', '200905.431000', '200905.434000', '200905.436000', '200905.439000', '200905.442000', '200905.445000', '200905.448000', '200905.450000', '200905.453000', '200905.456000', '200905.458000', '200905.461000', '200905.464000', '200905.467000', '200905.469000', '200905.472000', '200905.475000', '200905.478000', '200905.481000', '200905.484000', '200905.487000', '200905.489000', '200905.492000', '200905.495000', '200905.497000'], 'InstanceCreationTime': ['195933.822000', '195933.825000', '195933.828000', '195933.831000', '195933.839000', '195933.842000', '195933.844000', '195933.847000', '195933.849000', '195933.852000', '195933.855000', '195933.857000', '195933.860000', '195933.862000', '195933.872000', '195933.874000', '195933.877000', '195933.879000', '195933.882000', '195933.884000', '195933.887000', '195933.890000', '195933.892000', '195933.895000', '195933.897000', '195953.796000', '195953.798000', '195953.801000', '195953.804000', '195953.806000', '195953.809000', '195953.811000', '195953.814000', '195953.817000', '195953.819000', '195953.822000', '195953.825000', '195953.827000', '195953.830000', '195953.833000', '195953.835000', '195953.838000', '195953.841000', '195953.843000', '195953.846000', '195953.848000', '195953.851000', '195953.853000', '195953.856000', '195953.858000', '195953.861000', '195953.864000', '195953.866000', '195953.869000', '195953.871000', '195953.874000', '195953.876000', '195953.879000', '195953.882000', '195953.884000', '195953.887000', '195953.889000', '195953.892000', '195953.895000', '195953.897000', '195953.900000', '195953.902000', '195953.905000', '200013.795000', '200013.809000', '200013.812000', '200013.815000', '200013.818000', '200013.821000', '200013.823000', '200013.826000', '200013.828000', '200013.831000', '200013.854000', '200013.857000', '200013.859000', '200013.862000', '200013.864000', '200013.867000', '200013.870000', '200013.872000', '200013.875000', '200013.878000', '200013.880000', '200013.883000', '200013.886000', '200013.889000', '200013.891000', '200013.894000', '200013.897000', '200013.899000', '200013.902000', '200013.905000', '200013.908000', '200013.910000', '200013.913000', '200013.916000', '200013.918000', '200013.921000', '200013.923000', '200013.926000', '200013.928000', '200013.931000', '200013.934000', '200013.945000', '200013.948000', '200013.951000', '200033.795000', '200033.798000', '200033.801000', '200033.804000', '200033.806000', '200033.809000', '200033.811000', '200033.814000', '200033.817000', '200033.819000', '200033.822000', '200033.825000', '200033.828000', '200033.830000', '200033.833000', '200033.836000', '200033.838000', '200033.841000', '200033.843000', '200033.846000', '200033.848000', '200033.851000', '200033.853000', '200033.856000', '200033.859000', '200033.861000', '200033.864000', '200033.866000', '200033.869000', '200033.872000', '200033.874000', '200033.877000', '200033.879000', '200033.882000', '200033.885000', '200033.887000', '200033.890000', '200033.893000', '200033.895000', '200033.898000', '200033.900000', '200033.903000', '200033.906000', '200053.795000', '200053.798000', '200053.801000', '200053.803000', '200053.806000', '200053.809000', '200053.811000', '200053.814000', '200053.816000', '200053.819000', '200053.821000', '200053.824000', '200053.827000', '200053.829000', '200053.832000', '200053.835000', '200053.837000', '200053.840000', '200053.842000', '200053.845000', '200053.847000', '200053.850000', '200053.853000', '200053.855000', '200053.858000', '200053.861000', '200053.864000', '200053.866000', '200053.869000', '200053.871000', '200053.874000', '200053.876000', '200053.879000', '200053.882000', '200053.884000', '200053.887000', '200053.889000', '200053.892000', '200053.894000', '200053.897000', '200053.900000', '200053.902000', '200053.905000', '200053.908000', '200113.796000', '200113.800000', '200113.802000', '200113.805000', '200113.807000', '200113.810000', '200113.812000', '200113.815000', '200113.817000', '200113.820000', '200113.823000', '200113.825000', '200113.828000', '200113.830000', '200113.833000', '200113.836000', '200113.838000', '200113.841000', '200113.843000', '200113.846000', '200113.848000', '200113.851000', '200113.853000', '200113.856000', '200113.859000', '200113.861000', '200113.864000', '200113.866000', '200113.869000', '200113.871000', '200113.874000', '200113.877000', '200113.879000', '200113.882000', '200113.884000', '200113.887000', '200113.889000', '200113.892000', '200113.895000', '200113.897000', '200113.900000', '200113.903000', '200113.905000', '200133.796000', '200133.799000', '200133.861000', '200133.864000', '200133.867000', '200133.869000', '200133.872000', '200133.874000', '200133.877000', '200133.879000', '200133.882000', '200133.885000', '200133.887000', '200133.890000', '200133.892000', '200133.895000', '200133.897000', '200133.900000', '200133.903000', '200133.905000', '200133.908000', '200133.910000', '200133.913000', '200133.915000', '200133.918000', '200133.921000', '200133.923000', '200133.926000', '200133.928000', '200133.931000', '200133.934000', '200133.936000', '200133.939000', '200133.941000', '200133.944000', '200133.947000', '200133.949000', '200133.952000', '200133.954000', '200133.957000', '200133.986000', '200133.988000', '200133.991000', '200133.993000', '200153.795000', '200153.798000', '200153.801000', '200153.803000', '200153.806000', '200153.809000', '200153.811000', '200153.814000', '200153.816000', '200153.819000', '200153.821000', '200153.824000', '200153.827000', '200153.829000', '200153.832000', '200153.834000', '200153.837000', '200153.840000', '200153.842000', '200153.845000', '200153.848000', '200153.850000', '200153.853000', '200153.855000', '200153.858000', '200153.861000', '200153.863000', '200153.866000', '200153.868000', '200153.871000', '200153.874000', '200153.876000', '200153.879000', '200153.881000', '200153.884000', '200153.886000', '200153.889000', '200153.892000', '200153.894000', '200153.897000', '200153.899000', '200153.902000', '200153.904000', '200213.795000', '200213.798000', '200213.801000', '200213.804000', '200213.807000', '200213.809000', '200213.812000', '200213.814000', '200213.817000', '200213.820000', '200213.823000', '200213.825000', '200213.828000', '200213.830000', '200213.833000', '200213.836000', '200213.838000', '200213.841000', '200213.844000', '200213.846000', '200213.849000', '200213.851000', '200213.854000', '200213.857000', '200213.859000', '200213.862000', '200213.865000', '200213.867000', '200213.870000', '200213.872000', '200213.875000', '200213.878000', '200213.880000', '200213.883000', '200213.886000', '200213.889000', '200213.891000', '200213.894000', '200213.896000', '200213.899000', '200213.902000', '200213.904000', '200213.907000', '200213.909000', '200233.795000', '200233.798000', '200233.875000', '200233.878000', '200233.881000', '200233.883000', '200233.886000', '200233.888000', '200233.891000', '200233.894000', '200233.896000', '200233.899000', '200233.901000', '200233.904000', '200233.907000', '200233.910000', '200233.913000', '200233.915000', '200233.918000', '200233.921000', '200233.923000', '200233.926000', '200233.929000', '200233.931000', '200233.934000', '200233.936000', '200233.939000', '200233.942000', '200233.944000', '200233.947000', '200233.950000', '200233.953000', '200233.955000', '200233.958000', '200233.961000', '200233.963000', '200233.966000', '200233.968000', '200233.971000', '200233.974000', '200233.977000', '200233.980000', '200233.983000', '200253.795000', '200253.798000', '200253.900000', '200253.903000', '200253.905000', '200253.908000', '200253.911000', '200253.913000', '200253.916000', '200253.918000', '200253.921000', '200253.924000', '200253.926000', '200253.929000', '200253.931000', '200253.934000', '200253.937000', '200253.939000', '200253.942000', '200253.945000', '200253.947000', '200253.950000', '200253.952000', '200253.955000', '200253.958000', '200253.961000', '200253.963000', '200253.966000', '200253.969000', '200253.971000', '200253.974000', '200253.976000', '200253.979000', '200253.982000', '200253.984000', '200253.987000', '200253.990000', '200253.992000', '200253.995000', '200253.997000', '200254.001000', '200254.004000', '200254.007000', '200254.009000', '200313.795000', '200313.798000', '200313.817000', '200313.819000', '200313.822000', '200313.824000', '200313.827000', '200313.830000', '200313.832000', '200313.835000', '200313.838000', '200313.840000', '200313.843000', '200313.845000', '200313.848000', '200313.850000', '200313.853000', '200313.856000', '200313.858000', '200313.861000', '200313.863000', '200313.873000', '200313.876000', '200313.879000', '200313.881000', '200313.884000', '200313.886000', '200313.889000', '200313.892000', '200313.894000', '200313.897000', '200313.899000', '200313.902000', '200313.904000', '200313.907000', '200313.910000', '200313.912000', '200313.915000', '200313.917000', '200313.920000', '200313.923000', '200313.925000', '200313.928000', '200333.797000', '200333.821000', '200333.823000', '200333.826000', '200333.828000', '200333.831000', '200333.834000', '200333.836000', '200333.839000', '200333.842000', '200333.846000', '200333.849000', '200333.852000', '200333.854000', '200333.857000', '200333.860000', '200333.862000', '200333.865000', '200333.868000', '200333.870000', '200333.873000', '200333.876000', '200333.878000', '200333.881000', '200333.883000', '200333.886000', '200333.889000', '200333.892000', '200333.894000', '200333.897000', '200333.899000', '200333.902000', '200333.905000', '200333.907000', '200333.910000', '200333.913000', '200333.916000', '200333.918000', '200333.921000', '200333.924000', '200333.926000', '200333.929000', '200333.932000', '200353.796000', '200353.827000', '200353.830000', '200353.832000', '200353.835000', '200353.837000', '200353.840000', '200353.843000', '200353.846000', '200353.848000', '200353.851000', '200353.854000', '200353.856000', '200353.859000', '200353.862000', '200353.864000', '200353.867000', '200353.870000', '200353.872000', '200353.875000', '200353.877000', '200353.880000', '200353.891000', '200353.893000', '200353.896000', '200353.899000', '200353.901000', '200353.904000', '200353.907000', '200353.909000', '200353.912000', '200353.915000', '200353.917000', '200353.920000', '200353.923000', '200353.925000', '200353.928000', '200353.931000', '200353.933000', '200353.936000', '200353.938000', '200353.941000', '200353.944000', '200353.946000', '200413.795000', '200413.798000', '200413.854000', '200413.857000', '200413.859000', '200413.862000', '200413.865000', '200413.867000', '200413.870000', '200413.873000', '200413.875000', '200413.878000', '200413.881000', '200413.883000', '200413.886000', '200413.888000', '200413.891000', '200413.894000', '200413.896000', '200413.899000', '200413.901000', '200413.904000', '200413.907000', '200413.909000', '200413.912000', '200413.915000', '200413.917000', '200413.920000', '200413.923000', '200413.925000', '200413.928000', '200413.931000', '200413.933000', '200413.936000', '200413.939000', '200413.941000', '200413.944000', '200413.947000', '200413.950000', '200413.952000', '200413.955000', '200413.957000', '200413.960000', '200433.796000', '200433.799000', '200433.801000', '200433.804000', '200433.807000', '200433.809000', '200433.812000', '200433.815000', '200433.817000', '200433.820000', '200433.822000', '200433.825000', '200433.828000', '200433.831000', '200433.834000', '200433.836000', '200433.839000', '200433.842000', '200433.844000', '200433.847000', '200433.850000', '200433.852000', '200433.855000', '200433.857000', '200433.860000', '200433.862000', '200433.865000', '200433.868000', '200433.870000', '200433.873000', '200433.876000', '200433.879000', '200433.881000', '200433.884000', '200433.887000', '200433.889000', '200433.892000', '200433.895000', '200433.898000', '200433.900000', '200433.903000', '200433.905000', '200433.908000', '200433.911000', '200453.796000', '200453.799000', '200453.871000', '200453.883000', '200453.885000', '200453.888000', '200453.891000', '200453.893000', '200453.896000', '200453.899000', '200453.901000', '200453.904000', '200453.907000', '200453.909000', '200453.912000', '200453.914000', '200453.917000', '200453.920000', '200453.923000', '200453.925000', '200453.928000', '200453.931000', '200453.935000', '200453.938000', '200453.941000', '200453.943000', '200453.946000', '200453.949000', '200453.951000', '200453.954000', '200453.957000', '200453.959000', '200453.962000', '200453.965000', '200453.967000', '200453.970000', '200453.973000', '200453.975000', '200453.978000', '200453.981000', '200453.983000', '200453.986000', '200453.989000', '200513.796000', '200513.798000', '200513.859000', '200513.862000', '200513.864000', '200513.867000', '200513.870000', '200513.872000', '200513.875000', '200513.878000', '200513.881000', '200513.883000', '200513.886000', '200513.889000', '200513.891000', '200513.894000', '200513.896000', '200513.899000', '200513.901000', '200513.904000', '200513.907000', '200513.909000', '200513.912000', '200513.914000', '200513.917000', '200513.920000', '200513.922000', '200513.925000', '200513.927000', '200513.930000', '200513.933000', '200513.935000', '200513.938000', '200513.941000', '200513.943000', '200513.946000', '200513.949000', '200513.951000', '200513.954000', '200513.957000', '200513.960000', '200513.962000', '200513.965000', '200513.968000', '200533.796000', '200533.799000', '200533.864000', '200533.866000', '200533.869000', '200533.872000', '200533.874000', '200533.877000', '200533.879000', '200533.882000', '200533.885000', '200533.889000', '200533.892000', '200533.894000', '200533.905000', '200533.908000', '200533.910000', '200533.913000', '200533.916000', '200533.918000', '200533.921000', '200533.923000', '200533.926000', '200533.929000', '200533.931000', '200533.934000', '200533.936000', '200533.939000', '200533.942000', '200533.944000', '200533.947000', '200533.950000', '200533.952000', '200533.955000', '200533.958000', '200533.960000', '200533.963000', '200533.966000', '200533.968000', '200533.971000', '200533.973000', '200533.976000', '200533.979000', '200553.796000', '200553.853000', '200553.855000', '200553.858000', '200553.861000', '200553.863000', '200553.866000', '200553.868000', '200553.871000', '200553.874000', '200553.876000', '200553.879000', '200553.882000', '200553.884000', '200553.887000', '200553.890000', '200553.892000', '200553.895000', '200553.898000', '200553.900000', '200553.903000', '200553.905000', '200553.908000', '200553.910000', '200553.913000', '200553.916000', '200553.918000', '200553.921000', '200553.924000', '200553.927000', '200553.929000', '200553.932000', '200553.935000', '200553.938000', '200553.940000', '200553.943000', '200553.945000', '200553.948000', '200553.951000', '200553.953000', '200553.956000', '200553.959000', '200553.961000', '200553.964000', '200613.828000', '200613.831000', '200613.834000', '200613.837000', '200613.840000', '200613.843000', '200613.845000', '200613.848000', '200613.851000', '200613.853000', '200613.856000', '200613.859000', '200613.861000', '200613.864000', '200613.867000', '200613.869000', '200613.872000', '200613.875000', '200613.877000', '200613.880000', '200613.882000', '200613.885000', '200613.891000', '200613.894000', '200613.896000', '200613.899000', '200613.902000', '200613.905000', '200613.907000', '200613.910000', '200613.913000', '200613.915000', '200613.918000', '200613.921000', '200613.923000', '200613.926000', '200613.929000', '200613.931000', '200613.934000', '200613.936000', '200613.939000', '200613.942000', '200613.944000', '200633.795000', '200633.798000', '200633.801000', '200633.804000', '200633.807000', '200633.809000', '200633.812000', '200633.814000', '200633.817000', '200633.820000', '200633.822000', '200633.825000', '200633.828000', '200633.830000', '200633.833000', '200633.836000', '200633.838000', '200633.841000', '200633.844000', '200633.846000', '200633.849000', '200633.852000', '200633.855000', '200633.857000', '200633.860000', '200633.862000', '200633.865000', '200633.868000', '200633.870000', '200633.873000', '200633.876000', '200633.878000', '200633.881000', '200633.883000', '200633.886000', '200633.889000', '200633.891000', '200633.894000', '200633.897000', '200633.900000', '200633.903000', '200633.905000', '200633.908000', '200633.911000', '200653.796000', '200653.799000', '200653.801000', '200653.804000', '200653.807000', '200653.809000', '200653.812000', '200653.815000', '200653.817000', '200653.820000', '200653.823000', '200653.825000', '200653.828000', '200653.831000', '200653.833000', '200653.836000', '200653.839000', '200653.841000', '200653.844000', '200653.847000', '200653.849000', '200653.852000', '200653.855000', '200653.857000', '200653.860000', '200653.863000', '200653.865000', '200653.868000', '200653.871000', '200653.874000', '200653.876000', '200653.879000', '200653.882000', '200653.885000', '200653.888000', '200653.891000', '200653.894000', '200653.897000', '200653.899000', '200653.902000', '200653.904000', '200653.907000', '200653.910000', '200713.796000', '200713.798000', '200713.801000', '200713.803000', '200713.806000', '200713.809000', '200713.811000', '200713.814000', '200713.817000', '200713.820000', '200713.822000', '200713.825000', '200713.828000', '200713.830000', '200713.833000', '200713.835000', '200713.838000', '200713.841000', '200713.843000', '200713.846000', '200713.849000', '200713.851000', '200713.854000', '200713.857000', '200713.859000', '200713.862000', '200713.864000', '200713.867000', '200713.870000', '200713.873000', '200713.875000', '200713.878000', '200713.880000', '200713.883000', '200713.886000', '200713.888000', '200713.891000', '200713.894000', '200713.896000', '200713.899000', '200713.902000', '200713.904000', '200713.907000', '200713.910000', '200733.796000', '200733.799000', '200733.801000', '200733.804000', '200733.807000', '200733.809000', '200733.812000', '200733.815000', '200733.818000', '200733.821000', '200733.867000', '200733.870000', '200733.873000', '200733.876000', '200733.878000', '200733.881000', '200733.884000', '200733.887000', '200733.889000', '200733.892000', '200733.895000', '200733.897000', '200733.900000', '200733.904000', '200733.906000', '200733.909000', '200733.912000', '200733.915000', '200733.917000', '200733.920000', '200733.923000', '200733.925000', '200733.928000', '200733.930000', '200733.933000', '200733.936000', '200733.938000', '200733.941000', '200733.944000', '200733.947000', '200733.950000', '200733.952000', '200733.955000', '200753.796000', '200753.799000', '200753.801000', '200753.804000', '200753.807000', '200753.809000', '200753.812000', '200753.815000', '200753.817000', '200753.820000', '200753.823000', '200753.825000', '200753.828000', '200753.830000', '200753.833000', '200753.836000', '200753.838000', '200753.841000', '200753.843000', '200753.846000', '200753.849000', '200753.851000', '200753.854000', '200753.856000', '200753.859000', '200753.862000', '200753.864000', '200753.867000', '200753.869000', '200753.872000', '200753.875000', '200753.877000', '200753.880000', '200753.882000', '200753.885000', '200753.888000', '200753.890000', '200753.893000', '200753.896000', '200753.899000', '200753.901000', '200753.904000', '200753.906000', '200753.909000', '200813.797000', '200813.799000', '200813.802000', '200813.805000', '200813.807000', '200813.810000', '200813.813000', '200813.815000', '200813.818000', '200813.820000', '200813.823000', '200813.826000', '200813.828000', '200813.831000', '200813.833000', '200813.836000', '200813.839000', '200813.841000', '200813.844000', '200813.846000', '200813.849000', '200813.852000', '200813.854000', '200813.857000', '200813.860000', '200813.862000', '200813.865000', '200813.867000', '200813.870000', '200813.873000', '200813.875000', '200813.878000', '200813.880000', '200813.883000', '200813.886000', '200813.888000', '200813.891000', '200813.894000', '200813.896000', '200813.899000', '200813.902000', '200813.904000', '200813.907000', '200833.797000', '200833.799000', '200833.802000', '200833.804000', '200833.807000', '200833.810000', '200833.812000', '200833.815000', '200833.817000', '200833.820000', '200833.823000', '200833.825000', '200833.828000', '200833.830000', '200833.833000', '200833.836000', '200833.838000', '200833.841000', '200833.843000', '200833.846000', '200833.849000', '200833.851000', '200833.854000', '200833.857000', '200833.859000', '200833.862000', '200833.864000', '200833.867000', '200833.869000', '200833.872000', '200833.875000', '200833.877000', '200833.880000', '200833.882000', '200833.885000', '200833.887000', '200833.890000', '200833.893000', '200833.895000', '200833.898000', '200833.900000', '200833.903000', '200833.906000', '200833.908000', '200853.796000', '200853.799000', '200853.801000', '200853.804000', '200853.807000', '200853.809000', '200853.812000', '200853.815000', '200853.817000', '200853.820000', '200853.822000', '200853.825000', '200853.828000', '200853.831000', '200853.833000', '200853.836000', '200853.838000', '200853.841000', '200853.844000', '200853.846000', '200853.849000', '200853.852000', '200853.854000', '200853.857000', '200853.859000', '200853.862000', '200853.865000', '200853.867000', '200853.870000', '200853.872000', '200853.875000', '200853.877000', '200853.880000', '200853.883000', '200853.885000', '200853.888000', '200853.890000', '200853.893000', '200853.896000', '200853.898000', '200853.901000', '200853.903000', '200853.906000', '200905.428000', '200905.431000', '200905.434000', '200905.436000', '200905.439000', '200905.442000', '200905.445000', '200905.448000', '200905.450000', '200905.453000', '200905.456000', '200905.458000', '200905.461000', '200905.464000', '200905.467000', '200905.469000', '200905.472000', '200905.475000', '200905.478000', '200905.481000', '200905.484000', '200905.487000', '200905.489000', '200905.492000', '200905.495000', '200905.497000'], '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': [11588, 10887, 12356, 10789, 9072, 11326, 9047, 11145, 9406, 11005, 10576, 11239, 9572, 11174, 16042, 10765, 9380, 10384, 8813, 10205, 8039, 9504, 11045, 10710, 11258, 9724, 11131, 12337, 10870, 9208, 10276, 8613, 10645, 8662, 10470, 9147, 9631, 10785, 9896, 10147, 9400, 11308, 9821, 11093, 15989, 11078, 9998, 11163, 13302, 10939, 10689, 10696, 8501, 10482, 8380, 10345, 8874, 9862, 10508, 9975, 10299, 9901, 8803, 10415, 11025, 11096, 11423, 12684, 10652, 9892, 9230, 10092, 11611, 11782, 11835, 15823, 11770, 9890, 9863, 9887, 10223, 10347, 11528, 13363, 11305, 9990, 11493, 14183, 11622, 10082, 11289, 11013, 11015, 12501, 11270, 12606, 11104, 9066, 11036, 10458, 11211, 10722, 11324, 10850, 11091, 10277, 11085, 10553, 10622, 8721, 10741, 9050, 10936, 8907, 10735, 9060, 11217, 9597, 10533, 9766, 10504, 10437, 10362, 8570, 10758, 8662, 10943, 9556, 10881, 14247, 11408, 10321, 11473, 9683, 11421, 12457, 11205, 9898, 9755, 10618, 10381, 10749, 11890, 14169, 10977, 10048, 9737, 10422, 10789, 10816, 10734, 10705, 9299, 10837, 11137, 11480, 10488, 11491, 11205, 10463, 10483, 9501, 11070, 9504, 11112, 14358, 11380, 10217, 11504, 13143, 11819, 9877, 10207, 10370, 9582, 10788, 9258, 11134, 12134, 11292, 9776, 11331, 10174, 10876, 10095, 9249, 10374, 11074, 13881, 11547, 10822, 10782, 9043, 10121, 9816, 10236, 11515, 14173, 11510, 10160, 9350, 10244, 10625, 10415, 11642, 12761, 11262, 9832, 11139, 10018, 11136, 11193, 10925, 8942, 10618, 9502, 10531, 10521, 10541, 11631, 10078, 10184, 10053, 10405, 10650, 9890, 10281, 9862, 10784, 14733, 11078, 12403, 10742, 12581, 10814, 10174, 10660, 8621, 10530, 8593, 10382, 9477, 10428, 9017, 10389, 12335, 10509, 9247, 10590, 9745, 10457, 9431, 10585, 13470, 10589, 9839, 10035, 10098, 9656, 9496, 9813, 11142, 11392, 11006, 9825, 9247, 9910, 9345, 10093, 10467, 9593, 9354, 9875, 9351, 10111, 10788, 10048, 10472, 9887, 9289, 9897, 11062, 10229, 11260, 10690, 9925, 10281, 9104, 10160, 11043, 10767, 12195, 9903, 9495, 9657, 8899, 9919, 10061, 10111, 10382, 9766, 10770, 15524, 10772, 9442, 10516, 9169, 10257, 9080, 10411, 8629, 10506, 8993, 10144, 9785, 10495, 9621, 10411, 8743, 10606, 9342, 10556, 9644, 10451, 9929, 10439, 8740, 10268, 9716, 10463, 8834, 10566, 10322, 11046, 9817, 11071, 15826, 10963, 10130, 10790, 13872, 10870, 9837, 11088, 9882, 11378, 11271, 11234, 9755, 11479, 12940, 11379, 10532, 9747, 10493, 8689, 10282, 10351, 10368, 11209, 10183, 8720, 10381, 8706, 10538, 8693, 10784, 9566, 10622, 9548, 10870, 11498, 10878, 10149, 10381, 10599, 10352, 9768, 10568, 9245, 10226, 9491, 10366, 8804, 10453, 8835, 10667, 9630, 10793, 8761, 10554, 11337, 10968, 10127, 10616, 11238, 10645, 11988, 10207, 8559, 10386, 8750, 10704, 10291, 10363, 9306, 10443, 9970, 10264, 11407, 14215, 11495, 11885, 10955, 10877, 11202, 10476, 10839, 9887, 9472, 9936, 11051, 14138, 11249, 11222, 10664, 9525, 10618, 9374, 10553, 10051, 10947, 10239, 10243, 8763, 10602, 10047, 10255, 10812, 10297, 10239, 10153, 9585, 10622, 10849, 11048, 11755, 10263, 10914, 10754, 11180, 15021, 11415, 10355, 9812, 9935, 11200, 11696, 11288, 11852, 11209, 16166, 10635, 10364, 10954, 9981, 10936, 10196, 10553, 10753, 9336, 10543, 11607, 11185, 10345, 11278, 10899, 10105, 10063, 9208, 10254, 9327, 10773, 10802, 9761, 10187, 9904, 10385, 10827, 10370, 11581, 10641, 9628, 10219, 9592, 11213, 10338, 9205, 10395, 9619, 10477, 9956, 11014, 13115, 10753, 9791, 9996, 10636, 10440, 10449, 9505, 10741, 9951, 10668, 9686, 10578, 10306, 10816, 10290, 8947, 10624, 9896, 10784, 11408, 10506, 11348, 10664, 9247, 10289, 8828, 10527, 9394, 10191, 10042, 9811, 11003, 15214, 10912, 13596, 10700, 9101, 10455, 8838, 10423, 9082, 10321, 9034, 9949, 10896, 9612, 11155, 10573, 11055, 9696, 9601, 9833, 10916, 13050, 11030, 9976, 11008, 8786, 10091, 8946, 10106, 9035, 10172, 10876, 9422, 10476, 9769, 10836, 9380, 10717, 15399, 10608, 9406, 9876, 8915, 9718, 8950, 9679, 9920, 10251, 10536, 9794, 9914, 9831, 10548, 10003, 11082, 9878, 11085, 9592, 9583, 10008, 9984, 10626, 11229, 13426, 10748, 9828, 9652, 9981, 9040, 9763, 10983, 9813, 10746, 9990, 10946, 9495, 10949, 15617, 10832, 12141, 11830, 12307, 10432, 8851, 10433, 8983, 10701, 8888, 10572, 9632, 10693, 9186, 10857, 9584, 11062, 14141, 10820, 11158, 10288, 13460, 10854, 9854, 10426, 8899, 9765, 8761, 9989, 10289, 10329, 9772, 10150, 9061, 10533, 12961, 10854, 10451, 10868, 12381, 10287, 9636, 10775, 9670, 11131, 11196, 11568, 10946, 12018, 8943, 10088, 9190, 9851, 9239, 10079, 14357, 9893, 9674, 12253, 16425, 10785, 12859, 10657, 12381, 10475, 13851, 10237, 10414, 9306, 10146, 9965, 10125, 10493, 10040, 10833, 10349, 10595, 10483, 9283, 10320, 9022, 10373, 9511, 10397, 9260, 10738, 9324, 10330, 9167, 10293, 8451, 10543, 9193, 10567, 9329, 10454, 9254, 10172, 9364, 9875, 10521, 9471, 10751, 10269, 10913, 15147, 10795, 14151, 10365, 9857, 10402, 10091, 11351, 10559, 9139, 9963, 9302, 10266, 9213, 10612, 11799, 10375, 8984, 9884, 9144, 10481, 10320, 10515, 9196, 10067, 9041, 10602, 15509, 11217, 8967, 10165, 9299, 10778, 16419, 11233, 9368, 10077, 9030, 10233, 10645, 10678, 14997, 10603, 9317, 9669, 9462, 10649, 14420, 10951, 8787, 10104, 9129, 10450, 13727, 10483, 9086, 10143, 9109, 10563, 13967, 10424, 9020, 10174, 9354, 9980, 12219, 10515, 16630, 10641, 8921, 9982, 9856, 10478, 12165, 11022, 16214, 10392, 9421, 9467, 9426, 10401, 9152, 10393, 9184, 10682, 9224, 9319, 9823, 9938, 9506, 10637, 9055, 10785, 9573, 11313, 10519, 9171, 10568, 10285, 9866, 10399, 11285, 10443, 13097, 10681, 10312, 10417, 9244, 9751, 10457, 10605, 10327, 13373, 10416, 9745, 9642, 10063, 10907, 10076, 11084, 10133, 10108, 10298, 9182, 10643, 16495, 11114, 15586, 10393, 9046, 9782, 9948, 9488, 10333, 10181, 9928, 11776, 9789, 9623, 10161, 9972, 10352, 11956, 11403, 14236, 10206, 9513, 10347, 10704, 10665, 11414, 11563, 9741, 9514, 10368, 9647, 10367, 15470, 10390, 9412, 9319, 9895, 9528, 10388, 10087, 10392, 10055, 10166, 9528, 10054, 9925, 10868, 10324, 16111, 10194, 10017, 10260, 9257, 10740, 10661, 10782, 10013, 13086, 10415, 14139, 10749, 12356, 11427, 10101, 9832, 10075, 9380, 10362, 10214, 10361, 13069, 10542, 10322, 10625, 9844, 11007, 9864, 9488, 10288, 9145, 10415, 10616, 10244, 9959, 9836, 9274, 10034, 9813, 10578, 10536, 9897, 9255, 10110, 9040, 10677, 10034, 10165, 9049, 10466, 8804, 10435, 9461, 10808, 11167, 10483, 14512, 10537, 14076, 10413, 12371, 10695, 10079, 9512, 9876, 10497, 9480, 10972, 14874, 10758, 13408, 10211, 9795, 10111, 9155, 10363, 10875, 9703, 11000, 9559, 9002, 9728, 9337, 9868, 9628, 9885, 10154, 9603, 9242, 9768, 9483, 10070, 10951, 9391, 10661, 9502, 10443, 15113, 10527, 17055, 11360, 9716, 9948, 8963, 10335, 16293, 10441, 8801, 9832, 10827, 9485, 8666, 9702, 10354, 10619, 10747, 9630, 9853, 9488, 10266, 11608, 10823, 15691, 10213, 9542, 10520, 10279, 10340, 9638, 10260, 9368, 10158, 9727, 10209, 9011, 10313, 10910, 10397, 9072, 9980, 8780, 10007, 9541, 10220, 10536, 10006, 9070, 9886, 9079, 9527, 9275, 9790, 10257, 9687, 10618, 9560, 10544, 9606, 10202, 9926, 9862, 10254, 9739, 10752, 12068, 10044, 11736, 9918, 10436, 10535, 11261, 9947, 12747, 9839, 8905, 9944, 8978, 10685, 12723, 10992, 9099, 9913, 9782, 8591, 9867, 9460, 10023, 9365, 11798, 14459, 13782, 10280, 9667, 9632, 9283, 10112, 8882, 10415, 13782, 10138, 9187, 10300, 9131, 10761, 11775, 10859, 9372, 9451, 9585, 11962, 10619, 11966, 10206, 9194, 10369, 12499, 10674, 14087, 10509, 9239, 9209, 9431, 9516, 10026, 9808, 9971, 12899, 10119, 10728, 10611, 12867, 10327, 9911, 9985, 9552, 10805, 9677, 10979, 9828, 9179, 10014, 11979, 11082, 12288, 11166, 10031, 9284, 10096, 9199, 10277, 9737, 10362, 12741, 10469, 9279, 10861, 9632, 11261, 13915, 10913, 9365, 10805, 9533, 10804, 10188, 11285, 11111, 10965, 10084, 9122, 10273, 9044, 10292, 9248, 10600, 9045, 10074, 9135, 10394, 9269, 10347, 10026, 10162, 11223, 9857, 11785, 10210, 9411, 10278, 11249, 10655, 9438, 10791, 9496, 10529, 10850, 10931, 13227, 10894, 9499, 9344, 9684, 9049, 10071, 9201, 10173, 9094, 9788, 9264, 9676, 9377, 9791, 10690, 10130, 11141, 9810, 9833, 9720, 9314, 9999, 10125, 10094, 10973, 9939, 8417, 10275, 9963, 10063, 9211, 10038, 9479, 10118, 9358, 9947, 10197, 9995, 11215, 10132, 10422, 9746, 9260, 9700, 9452, 9933, 11029, 9618, 10561, 9750, 9127, 9578, 10724, 9860, 11096, 10071, 9930, 9414, 10255, 10016, 11002, 14088, 10747, 8983, 10213, 11228, 10142, 9437, 10321, 11054, 10146, 13076, 9754, 8992, 9676, 9073, 10009], 'WindowCenter': [4358.0, 4331.0, 4326.0, 4314.0, 4280.0, 4299.0, 4279.0, 4299.0, 4279.0, 4299.0, 4298.0, 4299.0, 4288.0, 4310.0, 4327.0, 4299.0, 4290.0, 4301.0, 4279.0, 4300.0, 4269.0, 4289.0, 4312.0, 4301.0, 4312.0, 4289.0, 4312.0, 4310.0, 4300.0, 4291.0, 4303.0, 4280.0, 4312.0, 4280.0, 4313.0, 4290.0, 4292.0, 4304.0, 4301.0, 4303.0, 4291.0, 4313.0, 4301.0, 4311.0, 4343.0, 4311.0, 4291.0, 4311.0, 4320.0, 4300.0, 4302.0, 4303.0, 4280.0, 4301.0, 4280.0, 4303.0, 4281.0, 4301.0, 4301.0, 4302.0, 4303.0, 4305.0, 4292.0, 4313.0, 4313.0, 4312.0, 4314.0, 4323.0, 4303.0, 4291.0, 4290.0, 4303.0, 4313.0, 4312.0, 4312.0, 4333.0, 4312.0, 4291.0, 4290.0, 4289.0, 4300.0, 4299.0, 4310.0, 4321.0, 4302.0, 4289.0, 4309.0, 4320.0, 4299.0, 4288.0, 4310.0, 4300.0, 4301.0, 4308.0, 4298.0, 4307.0, 4300.0, 4279.0, 4301.0, 4300.0, 4311.0, 4300.0, 4311.0, 4300.0, 4311.0, 4290.0, 4311.0, 4288.0, 4299.0, 4269.0, 4299.0, 4279.0, 4300.0, 4278.0, 4300.0, 4280.0, 4310.0, 4289.0, 4300.0, 4290.0, 4300.0, 4299.0, 4300.0, 4278.0, 4312.0, 4279.0, 4312.0, 4302.0, 4313.0, 4331.0, 4312.0, 4299.0, 4311.0, 4291.0, 4322.0, 4322.0, 4313.0, 4302.0, 4302.0, 4313.0, 4302.0, 4301.0, 4313.0, 4332.0, 4302.0, 4289.0, 4289.0, 4299.0, 4299.0, 4299.0, 4299.0, 4300.0, 4278.0, 4300.0, 4298.0, 4309.0, 4298.0, 4311.0, 4300.0, 4299.0, 4299.0, 4278.0, 4299.0, 4289.0, 4300.0, 4318.0, 4298.0, 4287.0, 4298.0, 4319.0, 4308.0, 4287.0, 4287.0, 4288.0, 4277.0, 4297.0, 4289.0, 4310.0, 4309.0, 4299.0, 4288.0, 4299.0, 4300.0, 4301.0, 4301.0, 4290.0, 4302.0, 4312.0, 4321.0, 4311.0, 4300.0, 4302.0, 4278.0, 4288.0, 4287.0, 4285.0, 4299.0, 4319.0, 4299.0, 4286.0, 4277.0, 4287.0, 4297.0, 4286.0, 4308.0, 4318.0, 4299.0, 4289.0, 4299.0, 4289.0, 4300.0, 4300.0, 4302.0, 4279.0, 4299.0, 4288.0, 4287.0, 4288.0, 4288.0, 4299.0, 4289.0, 4299.0, 4289.0, 4311.0, 4311.0, 4301.0, 4301.0, 4301.0, 4300.0, 4317.0, 4297.0, 4309.0, 4289.0, 4295.0, 4297.0, 4286.0, 4287.0, 4265.0, 4297.0, 4266.0, 4289.0, 4287.0, 4300.0, 4291.0, 4302.0, 4320.0, 4302.0, 4291.0, 4303.0, 4290.0, 4302.0, 4292.0, 4313.0, 4321.0, 4315.0, 4316.0, 4305.0, 4301.0, 4290.0, 4290.0, 4290.0, 4311.0, 4310.0, 4299.0, 4289.0, 4277.0, 4289.0, 4290.0, 4301.0, 4300.0, 4290.0, 4280.0, 4290.0, 4289.0, 4300.0, 4300.0, 4290.0, 4300.0, 4288.0, 4289.0, 4288.0, 4299.0, 4300.0, 4300.0, 4298.0, 4287.0, 4287.0, 4278.0, 4287.0, 4311.0, 4299.0, 4310.0, 4288.0, 4277.0, 4277.0, 4276.0, 4288.0, 4290.0, 4300.0, 4300.0, 4289.0, 4300.0, 4328.0, 4298.0, 4287.0, 4299.0, 4278.0, 4288.0, 4279.0, 4286.0, 4267.0, 4288.0, 4277.0, 4286.0, 4290.0, 4300.0, 4289.0, 4298.0, 4278.0, 4299.0, 4289.0, 4300.0, 4290.0, 4302.0, 4289.0, 4300.0, 4279.0, 4290.0, 4289.0, 4301.0, 4280.0, 4302.0, 4300.0, 4311.0, 4301.0, 4312.0, 4330.0, 4301.0, 4300.0, 4302.0, 4320.0, 4300.0, 4290.0, 4298.0, 4290.0, 4300.0, 4299.0, 4300.0, 4289.0, 4309.0, 4320.0, 4312.0, 4299.0, 4288.0, 4298.0, 4266.0, 4285.0, 4289.0, 4288.0, 4299.0, 4288.0, 4269.0, 4289.0, 4278.0, 4299.0, 4279.0, 4312.0, 4302.0, 4311.0, 4301.0, 4314.0, 4312.0, 4314.0, 4302.0, 4302.0, 4301.0, 4290.0, 4288.0, 4299.0, 4277.0, 4289.0, 4288.0, 4291.0, 4279.0, 4300.0, 4279.0, 4301.0, 4293.0, 4312.0, 4280.0, 4302.0, 4300.0, 4312.0, 4303.0, 4301.0, 4302.0, 4301.0, 4311.0, 4288.0, 4268.0, 4288.0, 4278.0, 4300.0, 4300.0, 4300.0, 4290.0, 4299.0, 4288.0, 4289.0, 4299.0, 4319.0, 4300.0, 4298.0, 4289.0, 4287.0, 4299.0, 4289.0, 4300.0, 4290.0, 4289.0, 4290.0, 4312.0, 4331.0, 4312.0, 4301.0, 4302.0, 4291.0, 4291.0, 4278.0, 4289.0, 4288.0, 4300.0, 4288.0, 4289.0, 4267.0, 4287.0, 4277.0, 4288.0, 4299.0, 4290.0, 4288.0, 4290.0, 4289.0, 4290.0, 4301.0, 4299.0, 4303.0, 4291.0, 4289.0, 4287.0, 4288.0, 4317.0, 4298.0, 4286.0, 4276.0, 4276.0, 4298.0, 4297.0, 4298.0, 4299.0, 4288.0, 4317.0, 4288.0, 4274.0, 4286.0, 4276.0, 4286.0, 4289.0, 4290.0, 4288.0, 4278.0, 4288.0, 4297.0, 4288.0, 4288.0, 4288.0, 4287.0, 4277.0, 4276.0, 4267.0, 4287.0, 4278.0, 4300.0, 4300.0, 4291.0, 4301.0, 4290.0, 4291.0, 4302.0, 4290.0, 4301.0, 4289.0, 4277.0, 4287.0, 4278.0, 4300.0, 4289.0, 4280.0, 4291.0, 4278.0, 4290.0, 4291.0, 4301.0, 4309.0, 4300.0, 4289.0, 4278.0, 4288.0, 4287.0, 4289.0, 4279.0, 4299.0, 4288.0, 4289.0, 4278.0, 4299.0, 4290.0, 4301.0, 4290.0, 4279.0, 4291.0, 4289.0, 4299.0, 4299.0, 4290.0, 4298.0, 4290.0, 4278.0, 4289.0, 4279.0, 4290.0, 4279.0, 4288.0, 4278.0, 4277.0, 4299.0, 4319.0, 4290.0, 4307.0, 4287.0, 4266.0, 4287.0, 4267.0, 4287.0, 4266.0, 4277.0, 4265.0, 4288.0, 4298.0, 4277.0, 4299.0, 4288.0, 4299.0, 4289.0, 4289.0, 4289.0, 4301.0, 4309.0, 4300.0, 4290.0, 4302.0, 4268.0, 4289.0, 4277.0, 4288.0, 4268.0, 4289.0, 4300.0, 4289.0, 4301.0, 4288.0, 4300.0, 4290.0, 4301.0, 4331.0, 4301.0, 4280.0, 4291.0, 4282.0, 4293.0, 4279.0, 4291.0, 4292.0, 4302.0, 4301.0, 4290.0, 4291.0, 4291.0, 4301.0, 4289.0, 4300.0, 4292.0, 4303.0, 4291.0, 4291.0, 4301.0, 4291.0, 4300.0, 4302.0, 4321.0, 4300.0, 4289.0, 4290.0, 4292.0, 4280.0, 4291.0, 4300.0, 4291.0, 4302.0, 4289.0, 4301.0, 4290.0, 4301.0, 4329.0, 4301.0, 4311.0, 4300.0, 4298.0, 4287.0, 4265.0, 4286.0, 4265.0, 4289.0, 4265.0, 4287.0, 4277.0, 4287.0, 4280.0, 4300.0, 4290.0, 4311.0, 4321.0, 4301.0, 4299.0, 4289.0, 4308.0, 4299.0, 4289.0, 4290.0, 4278.0, 4289.0, 4267.0, 4278.0, 4289.0, 4289.0, 4287.0, 4289.0, 4278.0, 4299.0, 4319.0, 4299.0, 4300.0, 4300.0, 4308.0, 4288.0, 4289.0, 4298.0, 4278.0, 4311.0, 4314.0, 4315.0, 4314.0, 4325.0, 4294.0, 4301.0, 4289.0, 4288.0, 4291.0, 4304.0, 4334.0, 4307.0, 4305.0, 4328.0, 4345.0, 4302.0, 4311.0, 4277.0, 4284.0, 4276.0, 4295.0, 4263.0, 4262.0, 4252.0, 4272.0, 4263.0, 4273.0, 4274.0, 4262.0, 4274.0, 4273.0, 4273.0, 4272.0, 4263.0, 4273.0, 4262.0, 4274.0, 4274.0, 4286.0, 4275.0, 4297.0, 4275.0, 4289.0, 4277.0, 4288.0, 4267.0, 4298.0, 4278.0, 4300.0, 4290.0, 4302.0, 4290.0, 4301.0, 4291.0, 4301.0, 4325.0, 4316.0, 4327.0, 4329.0, 4341.0, 4359.0, 4318.0, 4335.0, 4304.0, 4302.0, 4301.0, 4301.0, 4311.0, 4301.0, 4291.0, 4291.0, 4290.0, 4300.0, 4291.0, 4312.0, 4310.0, 4302.0, 4290.0, 4302.0, 4302.0, 4316.0, 4315.0, 4314.0, 4303.0, 4304.0, 4292.0, 4313.0, 4345.0, 4313.0, 4292.0, 4304.0, 4291.0, 4313.0, 4344.0, 4313.0, 4292.0, 4292.0, 4280.0, 4303.0, 4301.0, 4303.0, 4332.0, 4302.0, 4291.0, 4292.0, 4290.0, 4302.0, 4332.0, 4303.0, 4280.0, 4302.0, 4290.0, 4301.0, 4331.0, 4302.0, 4291.0, 4302.0, 4291.0, 4313.0, 4333.0, 4313.0, 4292.0, 4304.0, 4292.0, 4303.0, 4321.0, 4315.0, 4342.0, 4304.0, 4291.0, 4301.0, 4300.0, 4313.0, 4311.0, 4313.0, 4343.0, 4302.0, 4291.0, 4291.0, 4290.0, 4301.0, 4279.0, 4302.0, 4291.0, 4303.0, 4290.0, 4292.0, 4304.0, 4302.0, 4291.0, 4313.0, 4281.0, 4313.0, 4292.0, 4325.0, 4317.0, 4304.0, 4313.0, 4302.0, 4290.0, 4300.0, 4299.0, 4300.0, 4310.0, 4302.0, 4289.0, 4289.0, 4279.0, 4288.0, 4299.0, 4301.0, 4302.0, 4321.0, 4301.0, 4291.0, 4291.0, 4302.0, 4313.0, 4303.0, 4313.0, 4303.0, 4302.0, 4302.0, 4291.0, 4302.0, 4342.0, 4302.0, 4330.0, 4299.0, 4280.0, 4290.0, 4291.0, 4289.0, 4301.0, 4303.0, 4303.0, 4312.0, 4292.0, 4291.0, 4302.0, 4290.0, 4300.0, 4311.0, 4312.0, 4319.0, 4289.0, 4278.0, 4289.0, 4288.0, 4300.0, 4301.0, 4310.0, 4289.0, 4287.0, 4290.0, 4278.0, 4290.0, 4330.0, 4290.0, 4280.0, 4279.0, 4289.0, 4288.0, 4300.0, 4300.0, 4302.0, 4291.0, 4289.0, 4288.0, 4289.0, 4290.0, 4300.0, 4301.0, 4330.0, 4289.0, 4288.0, 4287.0, 4278.0, 4300.0, 4300.0, 4300.0, 4289.0, 4319.0, 4299.0, 4319.0, 4300.0, 4309.0, 4301.0, 4288.0, 4288.0, 4288.0, 4277.0, 4290.0, 4288.0, 4288.0, 4307.0, 4288.0, 4287.0, 4289.0, 4291.0, 4300.0, 4289.0, 4289.0, 4290.0, 4280.0, 4302.0, 4301.0, 4289.0, 4288.0, 4290.0, 4277.0, 4289.0, 4290.0, 4300.0, 4300.0, 4287.0, 4278.0, 4289.0, 4267.0, 4301.0, 4290.0, 4290.0, 4279.0, 4289.0, 4278.0, 4289.0, 4279.0, 4300.0, 4299.0, 4290.0, 4317.0, 4289.0, 4317.0, 4287.0, 4309.0, 4300.0, 4289.0, 4279.0, 4288.0, 4300.0, 4289.0, 4300.0, 4332.0, 4301.0, 4309.0, 4289.0, 4288.0, 4288.0, 4277.0, 4288.0, 4298.0, 4277.0, 4288.0, 4277.0, 4267.0, 4289.0, 4278.0, 4289.0, 4291.0, 4291.0, 4301.0, 4291.0, 4290.0, 4291.0, 4291.0, 4292.0, 4302.0, 4281.0, 4301.0, 4279.0, 4290.0, 4318.0, 4288.0, 4330.0, 4301.0, 4278.0, 4288.0, 4268.0, 4289.0, 4328.0, 4289.0, 4268.0, 4289.0, 4298.0, 4290.0, 4278.0, 4289.0, 4289.0, 4298.0, 4300.0, 4279.0, 4289.0, 4289.0, 4289.0, 4298.0, 4299.0, 4329.0, 4290.0, 4277.0, 4287.0, 4287.0, 4289.0, 4278.0, 4289.0, 4278.0, 4289.0, 4288.0, 4288.0, 4277.0, 4289.0, 4299.0, 4290.0, 4280.0, 4301.0, 4279.0, 4301.0, 4290.0, 4301.0, 4299.0, 4290.0, 4279.0, 4291.0, 4279.0, 4290.0, 4289.0, 4289.0, 4299.0, 4290.0, 4301.0, 4291.0, 4301.0, 4291.0, 4301.0, 4303.0, 4302.0, 4314.0, 4304.0, 4314.0, 4324.0, 4302.0, 4323.0, 4304.0, 4303.0, 4302.0, 4313.0, 4303.0, 4321.0, 4290.0, 4280.0, 4301.0, 4279.0, 4302.0, 4323.0, 4313.0, 4291.0, 4302.0, 4303.0, 4282.0, 4302.0, 4292.0, 4303.0, 4293.0, 4324.0, 4335.0, 4323.0, 4288.0, 4277.0, 4276.0, 4265.0, 4287.0, 4277.0, 4298.0, 4318.0, 4290.0, 4279.0, 4299.0, 4289.0, 4300.0, 4310.0, 4301.0, 4279.0, 4289.0, 4290.0, 4310.0, 4313.0, 4312.0, 4304.0, 4292.0, 4302.0, 4310.0, 4302.0, 4332.0, 4302.0, 4279.0, 4279.0, 4290.0, 4289.0, 4301.0, 4301.0, 4303.0, 4321.0, 4301.0, 4301.0, 4301.0, 4322.0, 4302.0, 4290.0, 4289.0, 4289.0, 4299.0, 4290.0, 4299.0, 4290.0, 4279.0, 4290.0, 4310.0, 4300.0, 4311.0, 4311.0, 4289.0, 4280.0, 4302.0, 4280.0, 4301.0, 4291.0, 4301.0, 4321.0, 4301.0, 4291.0, 4301.0, 4290.0, 4302.0, 4321.0, 4301.0, 4279.0, 4299.0, 4280.0, 4298.0, 4289.0, 4300.0, 4300.0, 4300.0, 4289.0, 4278.0, 4300.0, 4279.0, 4300.0, 4290.0, 4302.0, 4282.0, 4291.0, 4280.0, 4301.0, 4280.0, 4288.0, 4289.0, 4287.0, 4299.0, 4288.0, 4299.0, 4288.0, 4279.0, 4300.0, 4311.0, 4301.0, 4291.0, 4301.0, 4291.0, 4300.0, 4300.0, 4301.0, 4320.0, 4301.0, 4291.0, 4290.0, 4292.0, 4281.0, 4302.0, 4292.0, 4304.0, 4292.0, 4304.0, 4293.0, 4303.0, 4292.0, 4303.0, 4314.0, 4302.0, 4314.0, 4302.0, 4301.0, 4292.0, 4292.0, 4291.0, 4302.0, 4304.0, 4303.0, 4292.0, 4281.0, 4302.0, 4292.0, 4292.0, 4292.0, 4302.0, 4292.0, 4303.0, 4292.0, 4301.0, 4302.0, 4290.0, 4312.0, 4302.0, 4302.0, 4290.0, 4290.0, 4291.0, 4290.0, 4291.0, 4313.0, 4292.0, 4303.0, 4292.0, 4290.0, 4290.0, 4303.0, 4292.0, 4303.0, 4290.0, 4290.0, 4281.0, 4291.0, 4289.0, 4300.0, 4320.0, 4301.0, 4279.0, 4290.0, 4298.0, 4300.0, 4280.0, 4301.0, 4301.0, 4291.0, 4310.0, 4279.0, 4278.0, 4289.0, 4278.0, 4288.0], 'WindowWidth': [9622.0, 9570.0, 9551.0, 9530.0, 9476.0, 9501.0, 9472.0, 9501.0, 9474.0, 9502.0, 9499.0, 9500.0, 9486.0, 9517.0, 9537.0, 9502.0, 9491.0, 9506.0, 9473.0, 9504.0, 9461.0, 9488.0, 9522.0, 9508.0, 9523.0, 9487.0, 9521.0, 9516.0, 9503.0, 9492.0, 9511.0, 9479.0, 9525.0, 9479.0, 9526.0, 9493.0, 9497.0, 9515.0, 9507.0, 9513.0, 9493.0, 9524.0, 9505.0, 9521.0, 9565.0, 9521.0, 9493.0, 9519.0, 9530.0, 9504.0, 9511.0, 9512.0, 9478.0, 9508.0, 9478.0, 9511.0, 9481.0, 9509.0, 9510.0, 9511.0, 9513.0, 9516.0, 9496.0, 9528.0, 9526.0, 9522.0, 9531.0, 9539.0, 9513.0, 9493.0, 9491.0, 9512.0, 9525.0, 9521.0, 9522.0, 9552.0, 9523.0, 9491.0, 9491.0, 9488.0, 9504.0, 9502.0, 9520.0, 9533.0, 9511.0, 9487.0, 9514.0, 9529.0, 9500.0, 9487.0, 9519.0, 9503.0, 9505.0, 9511.0, 9498.0, 9509.0, 9503.0, 9477.0, 9508.0, 9504.0, 9520.0, 9505.0, 9521.0, 9506.0, 9520.0, 9493.0, 9520.0, 9485.0, 9500.0, 9459.0, 9501.0, 9476.0, 9506.0, 9473.0, 9504.0, 9477.0, 9518.0, 9489.0, 9505.0, 9491.0, 9506.0, 9502.0, 9503.0, 9474.0, 9523.0, 9477.0, 9523.0, 9512.0, 9528.0, 9548.0, 9523.0, 9505.0, 9522.0, 9493.0, 9538.0, 9539.0, 9528.0, 9511.0, 9511.0, 9527.0, 9512.0, 9508.0, 9527.0, 9550.0, 9511.0, 9488.0, 9489.0, 9501.0, 9500.0, 9501.0, 9502.0, 9504.0, 9473.0, 9505.0, 9499.0, 9514.0, 9501.0, 9521.0, 9504.0, 9504.0, 9501.0, 9471.0, 9500.0, 9489.0, 9504.0, 9524.0, 9498.0, 9483.0, 9499.0, 9528.0, 9513.0, 9484.0, 9483.0, 9484.0, 9468.0, 9497.0, 9487.0, 9518.0, 9514.0, 9501.0, 9485.0, 9501.0, 9504.0, 9507.0, 9507.0, 9492.0, 9510.0, 9523.0, 9533.0, 9522.0, 9506.0, 9510.0, 9471.0, 9485.0, 9482.0, 9477.0, 9500.0, 9528.0, 9501.0, 9479.0, 9469.0, 9483.0, 9495.0, 9480.0, 9512.0, 9527.0, 9503.0, 9488.0, 9503.0, 9487.0, 9502.0, 9505.0, 9509.0, 9474.0, 9502.0, 9485.0, 9481.0, 9483.0, 9483.0, 9500.0, 9486.0, 9501.0, 9489.0, 9524.0, 9523.0, 9509.0, 9508.0, 9506.0, 9504.0, 9524.0, 9496.0, 9513.0, 9487.0, 9490.0, 9494.0, 9477.0, 9480.0, 9450.0, 9495.0, 9453.0, 9488.0, 9482.0, 9505.0, 9495.0, 9511.0, 9533.0, 9511.0, 9496.0, 9512.0, 9492.0, 9510.0, 9497.0, 9527.0, 9535.0, 9535.0, 9539.0, 9521.0, 9509.0, 9492.0, 9491.0, 9490.0, 9521.0, 9518.0, 9503.0, 9486.0, 9470.0, 9488.0, 9491.0, 9506.0, 9505.0, 9491.0, 9476.0, 9490.0, 9489.0, 9504.0, 9506.0, 9489.0, 9504.0, 9486.0, 9488.0, 9485.0, 9501.0, 9503.0, 9507.0, 9497.0, 9484.0, 9483.0, 9471.0, 9484.0, 9520.0, 9504.0, 9520.0, 9483.0, 9468.0, 9468.0, 9467.0, 9486.0, 9490.0, 9503.0, 9506.0, 9488.0, 9502.0, 9539.0, 9499.0, 9485.0, 9502.0, 9471.0, 9485.0, 9471.0, 9480.0, 9453.0, 9483.0, 9469.0, 9480.0, 9490.0, 9503.0, 9488.0, 9501.0, 9473.0, 9502.0, 9489.0, 9504.0, 9490.0, 9508.0, 9487.0, 9505.0, 9474.0, 9490.0, 9487.0, 9507.0, 9477.0, 9511.0, 9505.0, 9520.0, 9507.0, 9522.0, 9547.0, 9508.0, 9505.0, 9509.0, 9530.0, 9504.0, 9489.0, 9499.0, 9488.0, 9502.0, 9501.0, 9503.0, 9486.0, 9515.0, 9531.0, 9523.0, 9499.0, 9485.0, 9498.0, 9454.0, 9478.0, 9487.0, 9484.0, 9501.0, 9484.0, 9460.0, 9487.0, 9471.0, 9502.0, 9478.0, 9524.0, 9511.0, 9523.0, 9507.0, 9529.0, 9524.0, 9528.0, 9509.0, 9509.0, 9503.0, 9488.0, 9484.0, 9500.0, 9469.0, 9487.0, 9485.0, 9490.0, 9473.0, 9505.0, 9474.0, 9508.0, 9498.0, 9525.0, 9478.0, 9509.0, 9505.0, 9523.0, 9511.0, 9505.0, 9507.0, 9505.0, 9518.0, 9485.0, 9456.0, 9484.0, 9471.0, 9503.0, 9505.0, 9505.0, 9489.0, 9500.0, 9485.0, 9485.0, 9501.0, 9528.0, 9502.0, 9495.0, 9485.0, 9480.0, 9497.0, 9485.0, 9502.0, 9487.0, 9486.0, 9491.0, 9522.0, 9546.0, 9521.0, 9507.0, 9508.0, 9489.0, 9490.0, 9469.0, 9485.0, 9482.0, 9500.0, 9482.0, 9484.0, 9452.0, 9479.0, 9466.0, 9482.0, 9500.0, 9487.0, 9484.0, 9489.0, 9485.0, 9488.0, 9505.0, 9501.0, 9510.0, 9491.0, 9486.0, 9480.0, 9480.0, 9521.0, 9493.0, 9477.0, 9465.0, 9465.0, 9497.0, 9494.0, 9496.0, 9501.0, 9484.0, 9521.0, 9481.0, 9458.0, 9476.0, 9462.0, 9476.0, 9484.0, 9488.0, 9483.0, 9468.0, 9482.0, 9491.0, 9481.0, 9484.0, 9483.0, 9479.0, 9465.0, 9462.0, 9451.0, 9479.0, 9471.0, 9504.0, 9503.0, 9491.0, 9504.0, 9489.0, 9491.0, 9509.0, 9489.0, 9506.0, 9482.0, 9465.0, 9477.0, 9469.0, 9501.0, 9487.0, 9474.0, 9489.0, 9470.0, 9488.0, 9491.0, 9506.0, 9514.0, 9501.0, 9484.0, 9469.0, 9481.0, 9480.0, 9486.0, 9472.0, 9499.0, 9484.0, 9484.0, 9471.0, 9502.0, 9489.0, 9506.0, 9489.0, 9472.0, 9489.0, 9486.0, 9499.0, 9497.0, 9486.0, 9495.0, 9486.0, 9467.0, 9486.0, 9472.0, 9488.0, 9471.0, 9482.0, 9470.0, 9465.0, 9499.0, 9526.0, 9487.0, 9507.0, 9479.0, 9451.0, 9478.0, 9452.0, 9479.0, 9449.0, 9465.0, 9449.0, 9482.0, 9495.0, 9466.0, 9499.0, 9485.0, 9500.0, 9485.0, 9487.0, 9487.0, 9505.0, 9514.0, 9503.0, 9490.0, 9506.0, 9456.0, 9485.0, 9466.0, 9483.0, 9455.0, 9485.0, 9502.0, 9487.0, 9506.0, 9485.0, 9503.0, 9488.0, 9505.0, 9544.0, 9504.0, 9476.0, 9492.0, 9479.0, 9496.0, 9475.0, 9492.0, 9495.0, 9508.0, 9508.0, 9491.0, 9492.0, 9493.0, 9504.0, 9485.0, 9503.0, 9495.0, 9510.0, 9492.0, 9493.0, 9507.0, 9493.0, 9502.0, 9507.0, 9530.0, 9503.0, 9485.0, 9487.0, 9494.0, 9475.0, 9491.0, 9503.0, 9493.0, 9508.0, 9488.0, 9506.0, 9489.0, 9505.0, 9540.0, 9504.0, 9518.0, 9502.0, 9493.0, 9478.0, 9446.0, 9475.0, 9445.0, 9483.0, 9447.0, 9480.0, 9466.0, 9482.0, 9474.0, 9502.0, 9488.0, 9520.0, 9535.0, 9507.0, 9499.0, 9487.0, 9511.0, 9500.0, 9488.0, 9489.0, 9470.0, 9485.0, 9455.0, 9468.0, 9486.0, 9485.0, 9482.0, 9486.0, 9471.0, 9500.0, 9527.0, 9502.0, 9505.0, 9504.0, 9511.0, 9484.0, 9486.0, 9497.0, 9471.0, 9521.0, 9530.0, 9534.0, 9529.0, 9545.0, 9504.0, 9509.0, 9487.0, 9485.0, 9490.0, 9516.0, 9557.0, 9523.0, 9520.0, 9556.0, 9574.0, 9511.0, 9517.0, 9467.0, 9471.0, 9461.0, 9483.0, 9439.0, 9434.0, 9423.0, 9450.0, 9440.0, 9452.0, 9456.0, 9437.0, 9454.0, 9456.0, 9455.0, 9451.0, 9440.0, 9456.0, 9441.0, 9460.0, 9457.0, 9476.0, 9461.0, 9496.0, 9463.0, 9485.0, 9466.0, 9484.0, 9455.0, 9497.0, 9471.0, 9503.0, 9492.0, 9510.0, 9490.0, 9509.0, 9494.0, 9510.0, 9550.0, 9538.0, 9554.0, 9561.0, 9580.0, 9602.0, 9542.0, 9558.0, 9515.0, 9509.0, 9505.0, 9506.0, 9521.0, 9507.0, 9492.0, 9493.0, 9490.0, 9505.0, 9494.0, 9525.0, 9520.0, 9511.0, 9492.0, 9511.0, 9512.0, 9536.0, 9534.0, 9532.0, 9514.0, 9516.0, 9498.0, 9530.0, 9573.0, 9529.0, 9498.0, 9516.0, 9495.0, 9528.0, 9569.0, 9529.0, 9496.0, 9496.0, 9478.0, 9512.0, 9508.0, 9513.0, 9552.0, 9512.0, 9493.0, 9497.0, 9491.0, 9510.0, 9549.0, 9513.0, 9477.0, 9507.0, 9489.0, 9507.0, 9549.0, 9509.0, 9493.0, 9509.0, 9494.0, 9526.0, 9554.0, 9528.0, 9498.0, 9516.0, 9498.0, 9513.0, 9535.0, 9530.0, 9566.0, 9516.0, 9495.0, 9508.0, 9506.0, 9525.0, 9521.0, 9527.0, 9566.0, 9510.0, 9492.0, 9492.0, 9490.0, 9507.0, 9472.0, 9507.0, 9493.0, 9511.0, 9493.0, 9496.0, 9517.0, 9511.0, 9495.0, 9528.0, 9480.0, 9525.0, 9499.0, 9548.0, 9538.0, 9516.0, 9528.0, 9511.0, 9492.0, 9505.0, 9502.0, 9505.0, 9518.0, 9508.0, 9487.0, 9488.0, 9475.0, 9487.0, 9502.0, 9506.0, 9509.0, 9533.0, 9507.0, 9492.0, 9495.0, 9508.0, 9525.0, 9515.0, 9529.0, 9514.0, 9509.0, 9509.0, 9492.0, 9508.0, 9563.0, 9511.0, 9546.0, 9503.0, 9477.0, 9491.0, 9494.0, 9490.0, 9509.0, 9514.0, 9514.0, 9523.0, 9495.0, 9493.0, 9509.0, 9491.0, 9505.0, 9522.0, 9522.0, 9527.0, 9485.0, 9470.0, 9485.0, 9483.0, 9502.0, 9505.0, 9518.0, 9488.0, 9483.0, 9489.0, 9471.0, 9490.0, 9545.0, 9492.0, 9476.0, 9473.0, 9486.0, 9485.0, 9505.0, 9505.0, 9509.0, 9491.0, 9488.0, 9485.0, 9486.0, 9489.0, 9504.0, 9506.0, 9542.0, 9486.0, 9485.0, 9481.0, 9472.0, 9503.0, 9503.0, 9506.0, 9488.0, 9527.0, 9501.0, 9526.0, 9503.0, 9513.0, 9504.0, 9483.0, 9482.0, 9484.0, 9467.0, 9489.0, 9485.0, 9486.0, 9509.0, 9483.0, 9481.0, 9487.0, 9492.0, 9505.0, 9488.0, 9487.0, 9489.0, 9474.0, 9507.0, 9507.0, 9487.0, 9484.0, 9486.0, 9467.0, 9484.0, 9489.0, 9502.0, 9503.0, 9482.0, 9469.0, 9485.0, 9455.0, 9503.0, 9491.0, 9487.0, 9472.0, 9486.0, 9470.0, 9487.0, 9472.0, 9502.0, 9498.0, 9490.0, 9521.0, 9485.0, 9519.0, 9482.0, 9515.0, 9503.0, 9485.0, 9473.0, 9485.0, 9501.0, 9487.0, 9506.0, 9549.0, 9507.0, 9514.0, 9486.0, 9484.0, 9484.0, 9467.0, 9482.0, 9499.0, 9467.0, 9484.0, 9467.0, 9454.0, 9487.0, 9471.0, 9488.0, 9493.0, 9494.0, 9508.0, 9492.0, 9491.0, 9494.0, 9493.0, 9496.0, 9510.0, 9479.0, 9506.0, 9474.0, 9490.0, 9524.0, 9483.0, 9544.0, 9504.0, 9469.0, 9482.0, 9456.0, 9485.0, 9538.0, 9487.0, 9458.0, 9488.0, 9498.0, 9490.0, 9471.0, 9485.0, 9486.0, 9499.0, 9504.0, 9472.0, 9486.0, 9487.0, 9487.0, 9498.0, 9501.0, 9541.0, 9489.0, 9469.0, 9483.0, 9482.0, 9485.0, 9471.0, 9488.0, 9472.0, 9489.0, 9484.0, 9485.0, 9470.0, 9489.0, 9500.0, 9490.0, 9477.0, 9509.0, 9476.0, 9506.0, 9493.0, 9507.0, 9502.0, 9492.0, 9475.0, 9493.0, 9474.0, 9490.0, 9488.0, 9488.0, 9501.0, 9491.0, 9509.0, 9493.0, 9507.0, 9494.0, 9507.0, 9513.0, 9512.0, 9529.0, 9517.0, 9532.0, 9543.0, 9513.0, 9540.0, 9515.0, 9512.0, 9511.0, 9526.0, 9514.0, 9534.0, 9493.0, 9478.0, 9506.0, 9477.0, 9512.0, 9541.0, 9528.0, 9496.0, 9512.0, 9514.0, 9482.0, 9511.0, 9497.0, 9514.0, 9501.0, 9546.0, 9562.0, 9541.0, 9483.0, 9469.0, 9465.0, 9449.0, 9481.0, 9469.0, 9500.0, 9525.0, 9491.0, 9475.0, 9502.0, 9488.0, 9505.0, 9518.0, 9506.0, 9474.0, 9489.0, 9491.0, 9518.0, 9527.0, 9524.0, 9514.0, 9495.0, 9510.0, 9517.0, 9510.0, 9551.0, 9509.0, 9473.0, 9475.0, 9489.0, 9488.0, 9506.0, 9507.0, 9512.0, 9533.0, 9506.0, 9506.0, 9507.0, 9538.0, 9510.0, 9489.0, 9488.0, 9486.0, 9502.0, 9489.0, 9503.0, 9488.0, 9474.0, 9490.0, 9516.0, 9505.0, 9520.0, 9521.0, 9487.0, 9477.0, 9508.0, 9475.0, 9506.0, 9495.0, 9509.0, 9534.0, 9508.0, 9494.0, 9507.0, 9491.0, 9510.0, 9533.0, 9508.0, 9473.0, 9500.0, 9474.0, 9498.0, 9485.0, 9503.0, 9502.0, 9503.0, 9485.0, 9472.0, 9505.0, 9474.0, 9505.0, 9491.0, 9509.0, 9483.0, 9495.0, 9477.0, 9506.0, 9476.0, 9484.0, 9487.0, 9481.0, 9501.0, 9483.0, 9500.0, 9483.0, 9472.0, 9505.0, 9520.0, 9508.0, 9495.0, 9508.0, 9492.0, 9504.0, 9502.0, 9505.0, 9532.0, 9508.0, 9492.0, 9491.0, 9495.0, 9479.0, 9509.0, 9497.0, 9516.0, 9497.0, 9517.0, 9499.0, 9513.0, 9496.0, 9512.0, 9527.0, 9511.0, 9530.0, 9509.0, 9507.0, 9496.0, 9494.0, 9494.0, 9509.0, 9513.0, 9510.0, 9495.0, 9479.0, 9509.0, 9494.0, 9497.0, 9497.0, 9511.0, 9496.0, 9512.0, 9495.0, 9508.0, 9509.0, 9489.0, 9524.0, 9510.0, 9510.0, 9489.0, 9491.0, 9493.0, 9490.0, 9494.0, 9526.0, 9497.0, 9512.0, 9494.0, 9490.0, 9491.0, 9511.0, 9496.0, 9513.0, 9490.0, 9490.0, 9479.0, 9492.0, 9486.0, 9503.0, 9532.0, 9504.0, 9475.0, 9491.0, 9500.0, 9502.0, 9477.0, 9506.0, 9507.0, 9491.0, 9517.0, 9472.0, 9470.0, 9487.0, 9470.0, 9486.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.0004904818325434439</td></tr>
<tr><td colspan=3>aqi</td><td>0.01998060734597156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.72511636187354</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2089053204110687</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0043356637154148</td></tr>
<tr><td colspan=3>efc</td><td>0.4656</td></tr>
<tr><td colspan=3>fber</td><td>6969.8564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07866575591306747</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1058451816745656</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473002749353135</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.378995125098518</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7479205708481045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2920925521127815</td></tr>
<tr><td colspan=3>gcor</td><td>0.0065187</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015314366668462753</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030079200863838196</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</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.9330549176834446</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>35.1811</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3729</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.9519</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.5955</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3558</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.9964</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3496.3398</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.467</td></tr>
<tr><td colspan=3>tsnr</td><td>42.111709269694984</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>