<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-04/func/sub-0046_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>8a2fe2e873c10b736e2163d79eb27727</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>16:57:29.902500</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.998484, -0.0484906, -0.0260561, 0.0498821, 0.9972, 0.0557143]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.113411</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>[4131, -7757, -7277, 551, -81, -41, -26, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.932</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff53148e-5c91-437a-be5d-7a7a7f967927||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.678858757019043, 0.13383008539676666, -0.06286010891199112, 108.96863555908203], [0.1300966441631317, 2.675414562225342, 0.15370972454547882, -104.6334457397461], [-0.06990659981966019, -0.14947731792926788, 2.694888114929199, -61.196720123291016], [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': ['165729.902500', '165730.362500', '165730.822500', '165731.282500', '165731.742500', '165732.202500', '165732.662500', '165733.122500', '165733.582500', '165734.042500', '165734.502500', '165734.962500', '165735.422500', '165735.882500', '165736.342500', '165736.802500', '165737.262500', '165737.722500', '165738.182500', '165738.642500', '165739.102500', '165739.562500', '165740.022500', '165740.482500', '165740.942500', '165741.402500', '165741.862500', '165742.322500', '165742.782500', '165743.242500', '165743.702500', '165744.162500', '165744.622500', '165745.082500', '165745.542500', '165746.002500', '165746.462500', '165746.922500', '165747.382500', '165747.842500', '165748.302500', '165748.762500', '165749.222500', '165749.682500', '165750.142500', '165750.602500', '165751.062500', '165751.522500', '165751.982500', '165752.442500', '165752.902500', '165753.362500', '165753.822500', '165754.282500', '165754.742500', '165755.202500', '165755.662500', '165756.122500', '165756.582500', '165757.042500', '165757.502500', '165757.962500', '165758.422500', '165758.882500', '165759.342500', '165759.802500', '165800.262500', '165800.722500', '165801.182500', '165801.642500', '165802.102500', '165802.562500', '165803.022500', '165803.482500', '165803.942500', '165804.402500', '165804.862500', '165805.322500', '165805.782500', '165806.242500', '165806.702500', '165807.162500', '165807.622500', '165808.082500', '165808.542500', '165809.002500', '165809.462500', '165809.922500', '165810.382500', '165810.842500', '165811.302500', '165811.762500', '165812.222500', '165812.682500', '165813.142500', '165813.602500', '165814.062500', '165814.522500', '165814.982500', '165815.442500', '165815.902500', '165816.362500', '165816.822500', '165817.282500', '165817.742500', '165818.202500', '165818.662500', '165819.122500', '165819.582500', '165820.042500', '165820.502500', '165820.962500', '165821.422500', '165821.882500', '165822.342500', '165822.802500', '165823.262500', '165823.722500', '165824.182500', '165824.642500', '165825.102500', '165825.562500', '165826.022500', '165826.482500', '165826.942500', '165827.402500', '165827.862500', '165828.322500', '165828.782500', '165829.242500', '165829.702500', '165830.162500', '165830.622500', '165831.082500', '165831.542500', '165832.002500', '165832.462500', '165832.922500', '165833.382500', '165833.842500', '165834.302500', '165834.762500', '165835.222500', '165835.682500', '165836.142500', '165836.602500', '165837.062500', '165837.522500', '165837.982500', '165838.442500', '165838.902500', '165839.362500', '165839.822500', '165840.282500', '165840.742500', '165841.202500', '165841.662500', '165842.122500', '165842.582500', '165843.042500', '165843.502500', '165843.962500', '165844.422500', '165844.882500', '165845.342500', '165845.802500', '165846.262500', '165846.722500', '165847.182500', '165847.642500', '165848.102500', '165848.562500', '165849.022500', '165849.482500', '165849.942500', '165850.402500', '165850.862500', '165851.322500', '165851.782500', '165852.242500', '165852.702500', '165853.162500', '165853.622500', '165854.082500', '165854.542500', '165855.002500', '165855.462500', '165855.922500', '165856.382500', '165856.842500', '165857.302500', '165857.762500', '165858.222500', '165858.682500', '165859.142500', '165859.602500', '165900.062500', '165900.522500', '165900.982500', '165901.442500', '165901.902500', '165902.362500', '165902.822500', '165903.282500', '165903.742500', '165904.202500', '165904.662500', '165905.122500', '165905.582500', '165906.042500', '165906.502500', '165906.962500', '165907.422500', '165907.882500', '165908.342500', '165908.802500', '165909.262500', '165909.722500', '165910.182500', '165910.642500', '165911.102500', '165911.562500', '165912.022500', '165912.482500', '165912.942500', '165913.402500', '165913.862500', '165914.322500', '165914.782500', '165915.242500', '165915.702500', '165916.162500', '165916.622500', '165917.082500', '165917.542500', '165918.002500', '165918.462500', '165918.922500', '165919.382500', '165919.842500', '165920.302500', '165920.762500', '165921.222500', '165921.682500', '165922.142500', '165922.602500', '165923.062500', '165923.522500', '165923.982500', '165924.442500', '165924.902500', '165925.362500', '165925.822500', '165926.282500', '165926.742500', '165927.202500', '165927.662500', '165928.122500', '165928.582500', '165929.042500', '165929.502500', '165929.962500', '165930.422500', '165930.882500', '165931.342500', '165931.802500', '165932.262500', '165932.722500', '165933.182500', '165933.642500', '165934.102500', '165934.562500', '165935.022500', '165935.482500', '165935.942500', '165936.402500', '165936.862500', '165937.322500', '165937.782500', '165938.242500', '165938.702500', '165939.162500', '165939.622500', '165940.082500', '165940.542500', '165941.002500', '165941.462500', '165941.922500', '165942.382500', '165942.842500', '165943.302500', '165943.762500', '165944.222500', '165944.682500', '165945.142500', '165945.602500', '165946.062500', '165946.522500', '165946.982500', '165947.442500', '165947.902500', '165948.362500', '165948.822500', '165949.282500', '165949.742500', '165950.202500', '165950.662500', '165951.122500', '165951.582500', '165952.042500', '165952.502500', '165952.962500', '165953.422500', '165953.882500', '165954.342500', '165954.802500', '165955.262500', '165955.722500', '165956.182500', '165956.642500', '165957.102500', '165957.562500', '165958.022500', '165958.482500', '165958.942500', '165959.402500', '165959.862500', '170000.322500', '170000.782500', '170001.242500', '170001.702500', '170002.162500', '170002.622500', '170003.082500', '170003.542500', '170004.002500', '170004.462500', '170004.922500', '170005.382500', '170005.842500', '170006.302500', '170006.762500', '170007.222500', '170007.682500', '170008.142500', '170008.602500', '170009.062500', '170009.522500', '170009.982500', '170010.442500', '170010.902500', '170011.362500', '170011.822500', '170012.282500', '170012.742500', '170013.202500', '170013.662500', '170014.122500', '170014.582500', '170015.042500', '170015.502500', '170015.962500', '170016.422500', '170016.882500', '170017.342500', '170017.802500', '170018.262500', '170018.722500', '170019.182500', '170019.642500', '170020.102500', '170020.562500', '170021.022500', '170021.482500', '170021.942500', '170022.402500', '170022.862500', '170023.322500', '170023.782500', '170024.242500', '170024.702500', '170025.162500', '170025.622500', '170026.082500', '170026.542500', '170027.002500', '170027.462500', '170027.922500', '170028.382500', '170028.842500', '170029.302500', '170029.762500', '170030.222500', '170030.682500', '170031.142500', '170031.602500', '170032.062500', '170032.522500', '170032.982500', '170033.442500', '170033.902500', '170034.362500', '170034.822500', '170035.282500', '170035.742500', '170036.202500', '170036.662500', '170037.122500', '170037.582500', '170038.042500', '170038.502500', '170038.962500', '170039.422500', '170039.882500', '170040.342500', '170040.802500', '170041.262500', '170041.722500', '170042.182500', '170042.642500', '170043.102500', '170043.562500', '170044.022500', '170044.482500', '170044.942500', '170045.402500', '170045.862500', '170046.322500', '170046.782500', '170047.242500', '170047.702500', '170048.162500', '170048.622500', '170049.082500', '170049.542500', '170050.002500', '170050.462500', '170050.922500', '170051.382500', '170051.842500', '170052.302500', '170052.762500', '170053.222500', '170053.682500', '170054.142500', '170054.602500', '170055.062500', '170055.522500', '170055.982500', '170056.442500', '170056.902500', '170057.362500', '170057.822500', '170058.282500', '170058.742500', '170059.202500', '170059.662500', '170100.122500', '170100.582500', '170101.042500', '170101.502500', '170101.962500', '170102.422500', '170102.882500', '170103.342500', '170103.802500', '170104.262500', '170104.722500', '170105.182500', '170105.642500', '170106.102500', '170106.562500', '170107.022500', '170107.482500', '170107.942500', '170108.402500', '170108.862500', '170109.322500', '170109.782500', '170110.242500', '170110.702500', '170111.162500', '170111.622500', '170112.082500', '170112.542500', '170113.002500', '170113.462500', '170113.922500', '170114.382500', '170114.842500', '170115.302500', '170115.762500', '170116.222500', '170116.682500', '170117.142500', '170117.602500', '170118.062500', '170118.522500', '170118.982500', '170119.442500', '170119.902500', '170120.362500', '170120.822500', '170121.282500', '170121.742500', '170122.202500', '170122.662500', '170123.122500', '170123.582500', '170124.042500', '170124.502500', '170124.962500', '170125.422500', '170125.882500', '170126.342500', '170126.802500', '170127.262500', '170127.722500', '170128.182500', '170128.642500', '170129.102500', '170129.562500', '170130.022500', '170130.482500', '170130.942500', '170131.402500', '170131.862500', '170132.322500', '170132.782500', '170133.242500', '170133.702500', '170134.162500', '170134.622500', '170135.082500', '170135.542500', '170136.002500', '170136.462500', '170136.922500', '170137.382500', '170137.842500', '170138.302500', '170138.762500', '170139.222500', '170139.682500', '170140.142500', '170140.602500', '170141.062500', '170141.522500', '170141.982500', '170142.442500', '170142.902500', '170143.362500', '170143.822500', '170144.282500', '170144.742500', '170145.202500', '170145.662500', '170146.122500', '170146.582500', '170147.042500', '170147.502500', '170147.962500', '170148.422500', '170148.882500', '170149.342500', '170149.802500', '170150.262500', '170150.722500', '170151.182500', '170151.642500', '170152.102500', '170152.562500', '170153.022500', '170153.482500', '170153.942500', '170154.402500', '170154.862500', '170155.322500', '170155.782500', '170156.242500', '170156.702500', '170157.162500', '170157.622500', '170158.082500', '170158.542500', '170159.002500', '170159.462500', '170159.922500', '170200.382500', '170200.842500', '170201.302500', '170201.762500', '170202.222500', '170202.682500', '170203.142500', '170203.602500', '170204.062500', '170204.522500', '170204.982500', '170205.442500', '170205.902500', '170206.362500', '170206.822500', '170207.282500', '170207.742500', '170208.202500', '170208.662500', '170209.122500', '170209.582500', '170210.042500', '170210.502500', '170210.962500', '170211.422500', '170211.882500', '170212.342500', '170212.802500', '170213.262500', '170213.722500', '170214.182500', '170214.642500', '170215.102500', '170215.562500', '170216.022500', '170216.482500', '170216.942500', '170217.402500', '170217.862500', '170218.322500', '170218.782500', '170219.242500', '170219.702500', '170220.162500', '170220.622500', '170221.082500', '170221.542500', '170222.002500', '170222.462500', '170222.922500', '170223.382500', '170223.842500', '170224.302500', '170224.762500', '170225.222500', '170225.682500', '170226.142500', '170226.602500', '170227.062500', '170227.522500', '170227.982500', '170228.442500', '170228.902500', '170229.362500', '170229.822500', '170230.282500', '170230.742500', '170231.202500', '170231.662500', '170232.122500', '170232.582500', '170233.042500', '170233.502500', '170233.962500', '170234.422500', '170234.882500', '170235.342500', '170235.802500', '170236.262500', '170236.722500', '170237.182500', '170237.642500', '170238.102500', '170238.562500', '170239.022500', '170239.482500', '170239.942500', '170240.402500', '170240.862500', '170241.322500', '170241.782500', '170242.242500', '170242.702500', '170243.162500', '170243.622500', '170244.082500', '170244.542500', '170245.002500', '170245.462500', '170245.922500', '170246.382500', '170246.842500', '170247.302500', '170247.762500', '170248.222500', '170248.682500', '170249.142500', '170249.602500', '170250.062500', '170250.522500', '170250.982500', '170251.442500', '170251.902500', '170252.362500', '170252.822500', '170253.282500', '170253.742500', '170254.202500', '170254.662500', '170255.122500', '170255.582500', '170256.042500', '170256.502500', '170256.962500', '170257.422500', '170257.882500', '170258.342500', '170258.802500', '170259.262500', '170259.722500', '170300.182500', '170300.642500', '170301.102500', '170301.562500', '170302.022500', '170302.482500', '170302.942500', '170303.402500', '170303.862500', '170304.322500', '170304.782500', '170305.242500', '170305.702500', '170306.162500', '170306.622500', '170307.082500', '170307.542500', '170308.002500', '170308.462500', '170308.922500', '170309.382500', '170309.842500', '170310.302500', '170310.762500', '170311.222500', '170311.682500', '170312.142500', '170312.602500', '170313.062500', '170313.522500', '170313.982500', '170314.442500', '170314.902500', '170315.362500', '170315.822500', '170316.282500', '170316.742500', '170317.202500', '170317.662500', '170318.122500', '170318.582500', '170319.042500', '170319.502500', '170319.962500', '170320.422500', '170320.882500', '170321.342500', '170321.802500', '170322.262500', '170322.722500', '170323.182500', '170323.642500', '170324.102500', '170324.562500', '170325.022500', '170325.482500', '170325.942500', '170326.402500', '170326.862500', '170327.322500', '170327.782500', '170328.242500', '170328.702500', '170329.162500', '170329.622500', '170330.082500', '170330.542500', '170331.002500', '170331.462500', '170331.922500', '170332.382500', '170332.842500', '170333.302500', '170333.762500', '170334.222500', '170334.682500', '170335.142500', '170335.602500', '170336.062500', '170336.522500', '170336.982500', '170337.442500', '170337.902500', '170338.362500', '170338.822500', '170339.282500', '170339.742500', '170340.202500', '170340.662500', '170341.122500', '170341.582500', '170342.042500', '170342.502500', '170342.962500', '170343.422500', '170343.882500', '170344.342500', '170344.802500', '170345.262500', '170345.722500', '170346.182500', '170346.642500', '170347.102500', '170347.562500', '170348.022500', '170348.482500', '170348.942500', '170349.402500', '170349.862500', '170350.322500', '170350.782500', '170351.242500', '170351.702500', '170352.162500', '170352.622500', '170353.082500', '170353.542500', '170354.002500', '170354.462500', '170354.922500', '170355.382500', '170355.842500', '170356.302500', '170356.762500', '170357.222500', '170357.682500', '170358.142500', '170358.602500', '170359.062500', '170359.522500', '170359.982500', '170400.442500', '170400.902500', '170401.362500', '170401.822500', '170402.282500', '170402.742500', '170403.202500', '170403.662500', '170404.122500', '170404.582500', '170405.042500', '170405.502500', '170405.962500', '170406.422500', '170406.882500', '170407.342500', '170407.802500', '170408.262500', '170408.722500', '170409.182500', '170409.642500', '170410.102500', '170410.562500', '170411.022500', '170411.482500', '170411.942500', '170412.402500', '170412.862500', '170413.322500', '170413.782500', '170414.242500', '170414.702500', '170415.162500', '170415.622500', '170416.082500', '170416.542500', '170417.002500', '170417.462500', '170417.922500', '170418.382500', '170418.842500', '170419.302500', '170419.762500', '170420.222500', '170420.682500', '170421.142500', '170421.602500', '170422.062500', '170422.522500', '170422.982500', '170423.442500', '170423.902500', '170424.362500', '170424.822500', '170425.282500', '170425.742500', '170426.202500', '170426.662500', '170427.122500', '170427.582500', '170428.042500', '170428.502500', '170428.962500', '170429.422500', '170429.882500', '170430.342500', '170430.802500', '170431.262500', '170431.722500', '170432.182500', '170432.642500', '170433.102500', '170433.562500', '170434.022500', '170434.482500', '170434.942500', '170435.402500', '170435.862500', '170436.322500', '170436.782500', '170437.242500', '170437.702500', '170438.162500', '170438.622500', '170439.082500', '170439.542500', '170440.002500', '170440.462500', '170440.922500', '170441.382500', '170441.842500', '170442.302500', '170442.762500', '170443.222500', '170443.682500', '170444.142500', '170444.602500', '170445.062500', '170445.522500', '170445.982500', '170446.442500', '170446.902500', '170447.362500', '170447.822500', '170448.282500', '170448.742500', '170449.202500', '170449.662500', '170450.122500', '170450.582500', '170451.042500', '170451.502500', '170451.962500', '170452.422500', '170452.882500', '170453.342500', '170453.802500', '170454.262500', '170454.722500', '170455.182500', '170455.642500', '170456.102500', '170456.562500', '170457.022500', '170457.482500', '170457.942500', '170458.402500', '170458.862500', '170459.322500', '170459.782500', '170500.242500', '170500.702500', '170501.162500', '170501.622500', '170502.082500', '170502.542500', '170503.002500', '170503.462500', '170503.922500', '170504.382500', '170504.842500', '170505.302500', '170505.762500', '170506.222500', '170506.682500', '170507.142500', '170507.602500', '170508.062500', '170508.522500', '170508.982500', '170509.442500', '170509.902500', '170510.362500', '170510.822500', '170511.282500', '170511.742500', '170512.202500', '170512.662500', '170513.122500', '170513.582500', '170514.042500', '170514.502500', '170514.962500', '170515.422500', '170515.882500', '170516.342500', '170516.802500', '170517.262500', '170517.722500', '170518.182500', '170518.642500', '170519.102500', '170519.562500', '170520.022500', '170520.482500', '170520.942500', '170521.402500', '170521.862500', '170522.322500', '170522.782500', '170523.242500', '170523.702500', '170524.162500', '170524.622500', '170525.082500', '170525.542500', '170526.002500', '170526.462500', '170526.922500', '170527.382500', '170527.842500', '170528.302500', '170528.762500', '170529.222500', '170529.682500', '170530.142500', '170530.602500', '170531.062500', '170531.522500', '170531.982500', '170532.442500', '170532.902500', '170533.362500', '170533.822500', '170534.282500', '170534.742500', '170535.202500', '170535.662500', '170536.122500', '170536.582500', '170537.042500', '170537.502500', '170537.962500', '170538.422500', '170538.882500', '170539.342500', '170539.802500', '170540.262500', '170540.722500', '170541.182500', '170541.642500', '170542.102500', '170542.562500', '170543.022500', '170543.482500', '170543.942500', '170544.402500', '170544.862500', '170545.322500', '170545.782500', '170546.242500', '170546.702500', '170547.162500', '170547.622500', '170548.082500', '170548.542500', '170549.002500', '170549.462500', '170549.922500', '170550.382500', '170550.842500', '170551.302500', '170551.762500', '170552.222500', '170552.682500', '170553.142500', '170553.602500', '170554.062500', '170554.522500', '170554.982500', '170555.442500', '170555.902500', '170556.362500', '170556.822500', '170557.282500', '170557.742500', '170558.202500', '170558.662500', '170559.122500', '170559.582500', '170600.042500', '170600.502500', '170600.962500', '170601.422500', '170601.882500', '170602.342500', '170602.802500', '170603.262500', '170603.722500', '170604.182500', '170604.642500', '170605.102500', '170605.562500', '170606.022500', '170606.482500', '170606.942500', '170607.402500', '170607.862500', '170608.322500', '170608.782500', '170609.242500', '170609.702500', '170610.162500', '170610.622500', '170611.082500', '170611.542500', '170612.002500', '170612.462500', '170612.922500', '170613.382500', '170613.842500', '170614.302500', '170614.762500', '170615.222500', '170615.682500', '170616.142500', '170616.602500', '170617.062500', '170617.522500', '170617.982500', '170618.442500', '170618.902500', '170619.362500', '170619.822500', '170620.282500', '170620.742500', '170621.202500', '170621.662500', '170622.122500', '170622.582500', '170623.042500', '170623.502500', '170623.962500', '170624.422500', '170624.882500', '170625.342500', '170625.802500', '170626.262500', '170626.722500', '170627.182500', '170627.642500', '170628.102500', '170628.562500', '170629.022500', '170629.482500', '170629.942500', '170630.402500', '170630.862500', '170631.322500', '170631.782500', '170632.242500', '170632.702500', '170633.162500', '170633.622500', '170634.082500', '170634.542500', '170635.002500', '170635.462500', '170635.922500', '170636.382500', '170636.842500', '170637.302500', '170637.762500', '170638.222500', '170638.682500', '170639.142500', '170639.602500', '170640.062500', '170640.522500', '170640.982500', '170641.442500', '170641.902500', '170642.362500', '170642.822500', '170643.282500', '170643.742500', '170644.202500', '170644.662500', '170645.122500', '170645.582500', '170646.042500', '170646.502500', '170646.962500', '170647.422500', '170647.882500', '170648.342500', '170648.802500', '170649.262500', '170649.722500', '170650.182500', '170650.642500', '170651.102500', '170651.562500', '170652.022500', '170652.482500', '170652.942500', '170653.402500', '170653.862500', '170654.322500', '170654.782500', '170655.242500', '170655.702500', '170656.162500', '170656.622500', '170657.082500', '170657.542500', '170658.002500', '170658.462500', '170658.922500', '170659.382500', '170659.842500', '170700.302500', '170700.762500', '170701.222500', '170701.682500', '170702.142500', '170702.602500', '170703.062500', '170703.522500', '170703.982500', '170704.442500', '170704.902500', '170705.362500', '170705.822500', '170706.282500', '170706.742500', '170707.202500', '170707.662500', '170708.122500', '170708.582500', '170709.042500', '170709.502500', '170709.962500', '170710.422500', '170710.882500', '170711.342500', '170711.802500', '170712.262500', '170712.722500'], 'ContentTime': ['165753.581000', '165753.584000', '165753.587000', '165753.590000', '165753.592000', '165753.595000', '165753.597000', '165753.600000', '165753.603000', '165753.605000', '165753.608000', '165753.611000', '165753.613000', '165753.616000', '165753.618000', '165753.621000', '165753.623000', '165753.626000', '165753.628000', '165753.631000', '165753.634000', '165753.636000', '165753.639000', '165753.641000', '165753.644000', '165753.646000', '165753.649000', '165753.651000', '165753.654000', '165753.657000', '165753.659000', '165753.662000', '165753.664000', '165753.667000', '165753.669000', '165753.672000', '165753.674000', '165753.677000', '165753.679000', '165753.682000', '165753.685000', '165753.687000', '165753.690000', '165753.692000', '165753.695000', '165753.698000', '165753.700000', '165753.703000', '165813.550000', '165813.553000', '165813.556000', '165813.559000', '165813.561000', '165813.564000', '165813.566000', '165813.569000', '165813.571000', '165813.574000', '165813.576000', '165813.579000', '165813.581000', '165813.584000', '165813.586000', '165813.589000', '165813.592000', '165813.594000', '165813.597000', '165813.599000', '165813.602000', '165813.605000', '165813.607000', '165813.610000', '165813.612000', '165813.615000', '165813.617000', '165813.620000', '165813.622000', '165813.625000', '165813.627000', '165813.630000', '165813.632000', '165813.635000', '165813.637000', '165813.640000', '165813.643000', '165813.648000', '165813.651000', '165813.653000', '165813.656000', '165813.659000', '165813.661000', '165813.664000', '165833.550000', '165833.553000', '165833.556000', '165833.558000', '165833.561000', '165833.564000', '165833.567000', '165833.570000', '165833.573000', '165833.576000', '165833.578000', '165833.581000', '165833.583000', '165833.586000', '165833.589000', '165833.591000', '165833.594000', '165833.596000', '165833.599000', '165833.603000', '165833.605000', '165833.608000', '165833.611000', '165833.613000', '165833.616000', '165833.618000', '165833.621000', '165833.623000', '165833.626000', '165833.628000', '165833.631000', '165833.634000', '165833.636000', '165833.639000', '165833.641000', '165833.644000', '165833.647000', '165833.649000', '165833.652000', '165833.654000', '165833.657000', '165833.660000', '165833.662000', '165853.551000', '165853.554000', '165853.556000', '165853.559000', '165853.562000', '165853.565000', '165853.567000', '165853.570000', '165853.573000', '165853.575000', '165853.578000', '165853.581000', '165853.583000', '165853.586000', '165853.589000', '165853.591000', '165853.594000', '165853.596000', '165853.599000', '165853.601000', '165853.604000', '165853.607000', '165853.609000', '165853.612000', '165853.614000', '165853.620000', '165853.623000', '165853.625000', '165853.628000', '165853.631000', '165853.633000', '165853.636000', '165853.638000', '165853.641000', '165853.644000', '165853.646000', '165853.649000', '165853.652000', '165853.654000', '165853.657000', '165853.659000', '165853.662000', '165853.665000', '165853.667000', '165913.551000', '165913.554000', '165913.557000', '165913.560000', '165913.562000', '165913.565000', '165913.568000', '165913.570000', '165913.573000', '165913.575000', '165913.578000', '165913.581000', '165913.583000', '165913.586000', '165913.589000', '165913.591000', '165913.594000', '165913.597000', '165913.600000', '165913.603000', '165913.606000', '165913.608000', '165913.611000', '165913.614000', '165913.616000', '165913.619000', '165913.621000', '165913.624000', '165913.627000', '165913.629000', '165913.632000', '165913.634000', '165913.637000', '165913.640000', '165913.642000', '165913.645000', '165913.648000', '165913.650000', '165913.653000', '165913.655000', '165913.658000', '165913.661000', '165913.663000', '165933.550000', '165933.553000', '165933.556000', '165933.559000', '165933.561000', '165933.564000', '165933.567000', '165933.569000', '165933.572000', '165933.575000', '165933.577000', '165933.580000', '165933.582000', '165933.585000', '165933.588000', '165933.590000', '165933.593000', '165933.596000', '165933.598000', '165933.603000', '165933.606000', '165933.609000', '165933.611000', '165933.614000', '165933.616000', '165933.619000', '165933.622000', '165933.624000', '165933.627000', '165933.629000', '165933.632000', '165933.635000', '165933.638000', '165933.640000', '165933.643000', '165933.645000', '165933.648000', '165933.651000', '165933.653000', '165933.656000', '165933.658000', '165933.661000', '165933.664000', '165933.666000', '165953.550000', '165953.553000', '165953.556000', '165953.559000', '165953.561000', '165953.564000', '165953.566000', '165953.569000', '165953.572000', '165953.574000', '165953.577000', '165953.580000', '165953.582000', '165953.585000', '165953.588000', '165953.590000', '165953.593000', '165953.596000', '165953.598000', '165953.601000', '165953.603000', '165953.606000', '165953.609000', '165953.611000', '165953.614000', '165953.617000', '165953.619000', '165953.622000', '165953.625000', '165953.627000', '165953.630000', '165953.644000', '165953.646000', '165953.649000', '165953.652000', '165953.654000', '165953.657000', '165953.660000', '165953.662000', '165953.665000', '165953.667000', '165953.670000', '165953.673000', '170013.550000', '170013.553000', '170013.556000', '170013.559000', '170013.561000', '170013.564000', '170013.567000', '170013.569000', '170013.572000', '170013.574000', '170013.577000', '170013.580000', '170013.582000', '170013.585000', '170013.588000', '170013.590000', '170013.593000', '170013.596000', '170013.598000', '170013.601000', '170013.603000', '170013.606000', '170013.609000', '170013.611000', '170013.614000', '170013.617000', '170013.619000', '170013.622000', '170013.625000', '170013.627000', '170013.630000', '170013.633000', '170013.635000', '170013.638000', '170013.640000', '170013.643000', '170013.646000', '170013.648000', '170013.651000', '170013.653000', '170013.656000', '170013.659000', '170013.661000', '170013.664000', '170033.550000', '170033.553000', '170033.556000', '170033.560000', '170033.563000', '170033.566000', '170033.568000', '170033.571000', '170033.574000', '170033.576000', '170033.579000', '170033.581000', '170033.584000', '170033.587000', '170033.589000', '170033.592000', '170033.595000', '170033.597000', '170033.600000', '170033.603000', '170033.605000', '170033.608000', '170033.610000', '170033.613000', '170033.616000', '170033.618000', '170033.621000', '170033.624000', '170033.626000', '170033.629000', '170033.631000', '170033.634000', '170033.637000', '170033.639000', '170033.642000', '170033.645000', '170033.647000', '170033.650000', '170033.652000', '170033.655000', '170033.658000', '170033.660000', '170033.663000', '170053.550000', '170053.553000', '170053.556000', '170053.559000', '170053.561000', '170053.564000', '170053.566000', '170053.569000', '170053.572000', '170053.574000', '170053.577000', '170053.579000', '170053.582000', '170053.585000', '170053.587000', '170053.590000', '170053.593000', '170053.595000', '170053.598000', '170053.600000', '170053.603000', '170053.607000', '170053.610000', '170053.613000', '170053.615000', '170053.618000', '170053.621000', '170053.623000', '170053.626000', '170053.628000', '170053.631000', '170053.634000', '170053.636000', '170053.639000', '170053.641000', '170053.644000', '170053.647000', '170053.649000', '170053.652000', '170053.655000', '170053.657000', '170053.660000', '170053.662000', '170053.665000', '170113.550000', '170113.554000', '170113.557000', '170113.559000', '170113.562000', '170113.565000', '170113.567000', '170113.570000', '170113.573000', '170113.575000', '170113.578000', '170113.580000', '170113.583000', '170113.586000', '170113.588000', '170113.591000', '170113.594000', '170113.596000', '170113.599000', '170113.602000', '170113.604000', '170113.607000', '170113.609000', '170113.612000', '170113.615000', '170113.617000', '170113.620000', '170113.622000', '170113.625000', '170113.628000', '170113.630000', '170113.633000', '170113.636000', '170113.638000', '170113.641000', '170113.643000', '170113.646000', '170113.649000', '170113.651000', '170113.654000', '170113.656000', '170113.659000', '170113.662000', '170133.551000', '170133.554000', '170133.557000', '170133.560000', '170133.562000', '170133.568000', '170133.571000', '170133.574000', '170133.576000', '170133.579000', '170133.581000', '170133.584000', '170133.586000', '170133.589000', '170133.592000', '170133.595000', '170133.597000', '170133.600000', '170133.602000', '170133.605000', '170133.607000', '170133.610000', '170133.613000', '170133.615000', '170133.618000', '170133.621000', '170133.623000', '170133.639000', '170133.642000', '170133.645000', '170133.647000', '170133.650000', '170133.653000', '170133.655000', '170133.658000', '170133.660000', '170133.663000', '170133.666000', '170133.668000', '170133.671000', '170133.674000', '170133.676000', '170133.679000', '170133.682000', '170153.550000', '170153.553000', '170153.556000', '170153.559000', '170153.562000', '170153.564000', '170153.567000', '170153.570000', '170153.572000', '170153.575000', '170153.578000', '170153.580000', '170153.583000', '170153.586000', '170153.588000', '170153.591000', '170153.594000', '170153.596000', '170153.599000', '170153.601000', '170153.604000', '170153.607000', '170153.609000', '170153.612000', '170153.614000', '170153.617000', '170153.620000', '170153.622000', '170153.625000', '170153.628000', '170153.630000', '170153.633000', '170153.635000', '170153.638000', '170153.641000', '170153.643000', '170153.646000', '170153.648000', '170153.651000', '170153.654000', '170153.656000', '170153.659000', '170153.662000', '170213.551000', '170213.553000', '170213.556000', '170213.559000', '170213.561000', '170213.564000', '170213.567000', '170213.569000', '170213.572000', '170213.574000', '170213.577000', '170213.580000', '170213.582000', '170213.585000', '170213.588000', '170213.590000', '170213.593000', '170213.596000', '170213.598000', '170213.601000', '170213.604000', '170213.606000', '170213.609000', '170213.611000', '170213.614000', '170213.617000', '170213.619000', '170213.622000', '170213.625000', '170213.627000', '170213.630000', '170213.632000', '170213.635000', '170213.638000', '170213.640000', '170213.643000', '170213.645000', '170213.648000', '170213.651000', '170213.653000', '170213.656000', '170213.659000', '170213.661000', '170213.664000', '170233.551000', '170233.554000', '170233.556000', '170233.559000', '170233.562000', '170233.564000', '170233.567000', '170233.570000', '170233.572000', '170233.575000', '170233.578000', '170233.580000', '170233.583000', '170233.585000', '170233.588000', '170233.591000', '170233.593000', '170233.596000', '170233.599000', '170233.601000', '170233.604000', '170233.607000', '170233.609000', '170233.612000', '170233.615000', '170233.617000', '170233.628000', '170233.631000', '170233.633000', '170233.636000', '170233.639000', '170233.642000', '170233.644000', '170233.647000', '170233.649000', '170233.652000', '170233.654000', '170233.657000', '170233.660000', '170233.662000', '170233.665000', '170233.668000', '170233.670000', '170253.550000', '170253.553000', '170253.556000', '170253.559000', '170253.561000', '170253.564000', '170253.566000', '170253.569000', '170253.572000', '170253.574000', '170253.577000', '170253.580000', '170253.582000', '170253.585000', '170253.587000', '170253.590000', '170253.593000', '170253.596000', '170253.598000', '170253.601000', '170253.603000', '170253.606000', '170253.609000', '170253.611000', '170253.614000', '170253.617000', '170253.619000', '170253.622000', '170253.625000', '170253.627000', '170253.630000', '170253.633000', '170253.635000', '170253.638000', '170253.640000', '170253.643000', '170253.646000', '170253.648000', '170253.662000', '170253.665000', '170253.667000', '170253.670000', '170253.672000', '170253.675000', '170313.551000', '170313.554000', '170313.556000', '170313.559000', '170313.561000', '170313.564000', '170313.567000', '170313.569000', '170313.572000', '170313.575000', '170313.577000', '170313.580000', '170313.582000', '170313.585000', '170313.587000', '170313.590000', '170313.593000', '170313.595000', '170313.598000', '170313.600000', '170313.603000', '170313.606000', '170313.608000', '170313.611000', '170313.613000', '170313.616000', '170313.619000', '170313.621000', '170313.624000', '170313.627000', '170313.629000', '170313.632000', '170313.634000', '170313.637000', '170313.640000', '170313.642000', '170313.645000', '170313.648000', '170313.650000', '170313.653000', '170313.655000', '170313.658000', '170313.661000', '170333.551000', '170333.554000', '170333.557000', '170333.560000', '170333.562000', '170333.565000', '170333.568000', '170333.570000', '170333.573000', '170333.576000', '170333.578000', '170333.581000', '170333.583000', '170333.586000', '170333.589000', '170333.592000', '170333.594000', '170333.597000', '170333.599000', '170333.602000', '170333.604000', '170333.607000', '170333.610000', '170333.612000', '170333.615000', '170333.617000', '170333.620000', '170333.623000', '170333.625000', '170333.628000', '170333.631000', '170333.633000', '170333.636000', '170333.638000', '170333.641000', '170333.644000', '170333.646000', '170333.649000', '170333.652000', '170333.654000', '170333.657000', '170333.659000', '170333.662000', '170333.665000', '170353.551000', '170353.554000', '170353.557000', '170353.560000', '170353.562000', '170353.565000', '170353.568000', '170353.570000', '170353.573000', '170353.575000', '170353.578000', '170353.581000', '170353.583000', '170353.586000', '170353.589000', '170353.591000', '170353.594000', '170353.597000', '170353.599000', '170353.602000', '170353.604000', '170353.607000', '170353.610000', '170353.612000', '170353.615000', '170353.617000', '170353.620000', '170353.623000', '170353.625000', '170353.628000', '170353.630000', '170353.633000', '170353.636000', '170353.638000', '170353.641000', '170353.644000', '170353.646000', '170353.649000', '170353.652000', '170353.654000', '170353.657000', '170353.659000', '170353.662000', '170413.550000', '170413.553000', '170413.556000', '170413.559000', '170413.561000', '170413.564000', '170413.567000', '170413.569000', '170413.572000', '170413.574000', '170413.577000', '170413.580000', '170413.582000', '170413.585000', '170413.587000', '170413.590000', '170413.593000', '170413.595000', '170413.598000', '170413.601000', '170413.603000', '170413.606000', '170413.609000', '170413.611000', '170413.614000', '170413.616000', '170413.619000', '170413.622000', '170413.624000', '170413.627000', '170413.629000', '170413.632000', '170413.635000', '170413.637000', '170413.640000', '170413.643000', '170413.645000', '170413.648000', '170413.651000', '170413.653000', '170413.656000', '170413.659000', '170413.661000', '170413.664000', '170433.550000', '170433.553000', '170433.556000', '170433.559000', '170433.561000', '170433.564000', '170433.567000', '170433.569000', '170433.572000', '170433.575000', '170433.577000', '170433.580000', '170433.582000', '170433.585000', '170433.588000', '170433.590000', '170433.593000', '170433.596000', '170433.598000', '170433.601000', '170433.604000', '170433.606000', '170433.609000', '170433.611000', '170433.614000', '170433.616000', '170433.619000', '170433.622000', '170433.624000', '170433.627000', '170433.630000', '170433.632000', '170433.635000', '170433.638000', '170433.640000', '170433.643000', '170433.646000', '170433.648000', '170433.651000', '170433.653000', '170433.656000', '170433.659000', '170433.661000', '170453.550000', '170453.553000', '170453.556000', '170453.559000', '170453.562000', '170453.565000', '170453.568000', '170453.571000', '170453.573000', '170453.576000', '170453.579000', '170453.581000', '170453.584000', '170453.587000', '170453.589000', '170453.592000', '170453.595000', '170453.597000', '170453.600000', '170453.602000', '170453.605000', '170453.608000', '170453.610000', '170453.613000', '170453.616000', '170453.618000', '170453.621000', '170453.623000', '170453.626000', '170453.629000', '170453.632000', '170453.634000', '170453.637000', '170453.639000', '170453.642000', '170453.645000', '170453.647000', '170453.650000', '170453.653000', '170453.655000', '170453.658000', '170453.660000', '170453.663000', '170513.551000', '170513.553000', '170513.556000', '170513.559000', '170513.561000', '170513.564000', '170513.567000', '170513.569000', '170513.572000', '170513.575000', '170513.577000', '170513.580000', '170513.582000', '170513.585000', '170513.588000', '170513.590000', '170513.593000', '170513.596000', '170513.598000', '170513.601000', '170513.604000', '170513.606000', '170513.609000', '170513.612000', '170513.614000', '170513.617000', '170513.620000', '170513.622000', '170513.625000', '170513.627000', '170513.630000', '170513.633000', '170513.636000', '170513.638000', '170513.641000', '170513.644000', '170513.646000', '170513.649000', '170513.651000', '170513.654000', '170513.657000', '170513.659000', '170513.662000', '170513.665000', '170533.551000', '170533.554000', '170533.556000', '170533.559000', '170533.561000', '170533.564000', '170533.567000', '170533.569000', '170533.572000', '170533.575000', '170533.578000', '170533.580000', '170533.585000', '170533.587000', '170533.590000', '170533.594000', '170533.596000', '170533.599000', '170533.601000', '170533.604000', '170533.607000', '170533.609000', '170533.612000', '170533.615000', '170533.617000', '170533.620000', '170533.623000', '170533.625000', '170533.628000', '170533.631000', '170533.633000', '170533.636000', '170533.639000', '170533.641000', '170533.644000', '170533.647000', '170533.649000', '170533.652000', '170533.654000', '170533.657000', '170533.660000', '170533.662000', '170533.665000', '170553.552000', '170553.555000', '170553.558000', '170553.560000', '170553.563000', '170553.565000', '170553.568000', '170553.571000', '170553.573000', '170553.576000', '170553.579000', '170553.581000', '170553.584000', '170553.586000', '170553.589000', '170553.592000', '170553.595000', '170553.597000', '170553.600000', '170553.602000', '170553.605000', '170553.608000', '170553.610000', '170553.613000', '170553.615000', '170553.618000', '170553.621000', '170553.623000', '170553.626000', '170553.628000', '170553.631000', '170553.634000', '170553.636000', '170553.639000', '170553.642000', '170553.644000', '170553.647000', '170553.649000', '170553.652000', '170553.655000', '170553.657000', '170553.660000', '170553.663000', '170553.665000', '170613.552000', '170613.554000', '170613.557000', '170613.560000', '170613.562000', '170613.565000', '170613.568000', '170613.570000', '170613.573000', '170613.575000', '170613.578000', '170613.581000', '170613.583000', '170613.586000', '170613.589000', '170613.591000', '170613.594000', '170613.597000', '170613.599000', '170613.603000', '170613.605000', '170613.608000', '170613.611000', '170613.613000', '170613.616000', '170613.619000', '170613.621000', '170613.624000', '170613.627000', '170613.629000', '170613.632000', '170613.635000', '170613.637000', '170613.640000', '170613.642000', '170613.645000', '170613.648000', '170613.650000', '170613.653000', '170613.656000', '170613.659000', '170613.661000', '170613.664000', '170633.551000', '170633.554000', '170633.556000', '170633.559000', '170633.562000', '170633.564000', '170633.567000', '170633.570000', '170633.572000', '170633.575000', '170633.578000', '170633.580000', '170633.583000', '170633.586000', '170633.588000', '170633.591000', '170633.594000', '170633.596000', '170633.599000', '170633.602000', '170633.604000', '170633.607000', '170633.609000', '170633.612000', '170633.615000', '170633.617000', '170633.620000', '170633.622000', '170633.625000', '170633.628000', '170633.630000', '170633.633000', '170633.636000', '170633.638000', '170633.641000', '170633.644000', '170633.646000', '170633.649000', '170633.651000', '170633.654000', '170633.657000', '170633.659000', '170633.662000', '170633.665000', '170653.551000', '170653.554000', '170653.556000', '170653.559000', '170653.562000', '170653.564000', '170653.567000', '170653.570000', '170653.572000', '170653.575000', '170653.578000', '170653.580000', '170653.583000', '170653.587000', '170653.590000', '170653.593000', '170653.595000', '170653.598000', '170653.601000', '170653.603000', '170653.606000', '170653.608000', '170653.611000', '170653.614000', '170653.616000', '170653.619000', '170653.622000', '170653.624000', '170653.627000', '170653.629000', '170653.632000', '170653.635000', '170653.637000', '170653.640000', '170653.643000', '170653.645000', '170653.648000', '170653.650000', '170653.653000', '170653.656000', '170653.658000', '170653.668000', '170653.671000', '170713.551000', '170713.554000', '170713.556000', '170713.559000', '170713.562000', '170713.564000', '170713.567000', '170713.569000', '170713.572000', '170713.575000', '170713.578000', '170713.580000', '170713.583000', '170713.586000', '170713.588000', '170713.591000', '170713.600000', '170713.603000', '170713.605000', '170713.608000', '170713.611000', '170713.614000', '170713.616000', '170713.619000', '170713.621000', '170713.624000', '170713.627000', '170713.629000', '170713.632000', '170713.635000', '170713.637000', '170713.640000', '170713.642000', '170713.645000', '170713.648000', '170713.650000', '170713.653000', '170713.655000', '170713.658000', '170713.661000', '170713.663000', '170713.666000', '170713.669000', '170713.671000', '170714.296000', '170714.299000'], 'InstanceCreationTime': ['165753.581000', '165753.584000', '165753.587000', '165753.590000', '165753.592000', '165753.595000', '165753.597000', '165753.600000', '165753.603000', '165753.605000', '165753.608000', '165753.611000', '165753.613000', '165753.616000', '165753.618000', '165753.621000', '165753.623000', '165753.626000', '165753.628000', '165753.631000', '165753.634000', '165753.636000', '165753.639000', '165753.641000', '165753.644000', '165753.646000', '165753.649000', '165753.651000', '165753.654000', '165753.657000', '165753.659000', '165753.662000', '165753.664000', '165753.667000', '165753.669000', '165753.672000', '165753.674000', '165753.677000', '165753.679000', '165753.682000', '165753.685000', '165753.687000', '165753.690000', '165753.692000', '165753.695000', '165753.698000', '165753.700000', '165753.703000', '165813.550000', '165813.553000', '165813.556000', '165813.559000', '165813.561000', '165813.564000', '165813.566000', '165813.569000', '165813.571000', '165813.574000', '165813.576000', '165813.579000', '165813.581000', '165813.584000', '165813.586000', '165813.589000', '165813.592000', '165813.594000', '165813.597000', '165813.599000', '165813.602000', '165813.605000', '165813.607000', '165813.610000', '165813.612000', '165813.615000', '165813.617000', '165813.620000', '165813.622000', '165813.625000', '165813.627000', '165813.630000', '165813.632000', '165813.635000', '165813.637000', '165813.640000', '165813.643000', '165813.648000', '165813.651000', '165813.653000', '165813.656000', '165813.659000', '165813.661000', '165813.664000', '165833.550000', '165833.553000', '165833.556000', '165833.558000', '165833.561000', '165833.564000', '165833.567000', '165833.570000', '165833.573000', '165833.576000', '165833.578000', '165833.581000', '165833.583000', '165833.586000', '165833.589000', '165833.591000', '165833.594000', '165833.596000', '165833.599000', '165833.603000', '165833.605000', '165833.608000', '165833.611000', '165833.613000', '165833.616000', '165833.618000', '165833.621000', '165833.623000', '165833.626000', '165833.628000', '165833.631000', '165833.634000', '165833.636000', '165833.639000', '165833.641000', '165833.644000', '165833.647000', '165833.649000', '165833.652000', '165833.654000', '165833.657000', '165833.660000', '165833.662000', '165853.551000', '165853.554000', '165853.556000', '165853.559000', '165853.562000', '165853.565000', '165853.567000', '165853.570000', '165853.573000', '165853.575000', '165853.578000', '165853.581000', '165853.583000', '165853.586000', '165853.589000', '165853.591000', '165853.594000', '165853.596000', '165853.599000', '165853.601000', '165853.604000', '165853.607000', '165853.609000', '165853.612000', '165853.614000', '165853.620000', '165853.623000', '165853.625000', '165853.628000', '165853.631000', '165853.633000', '165853.636000', '165853.638000', '165853.641000', '165853.644000', '165853.646000', '165853.649000', '165853.652000', '165853.654000', '165853.657000', '165853.659000', '165853.662000', '165853.665000', '165853.667000', '165913.551000', '165913.554000', '165913.557000', '165913.560000', '165913.562000', '165913.565000', '165913.568000', '165913.570000', '165913.573000', '165913.575000', '165913.578000', '165913.581000', '165913.583000', '165913.586000', '165913.589000', '165913.591000', '165913.594000', '165913.597000', '165913.600000', '165913.603000', '165913.606000', '165913.608000', '165913.611000', '165913.614000', '165913.616000', '165913.619000', '165913.621000', '165913.624000', '165913.627000', '165913.629000', '165913.632000', '165913.634000', '165913.637000', '165913.640000', '165913.642000', '165913.645000', '165913.648000', '165913.650000', '165913.653000', '165913.655000', '165913.658000', '165913.661000', '165913.663000', '165933.550000', '165933.553000', '165933.556000', '165933.559000', '165933.561000', '165933.564000', '165933.567000', '165933.569000', '165933.572000', '165933.575000', '165933.577000', '165933.580000', '165933.582000', '165933.585000', '165933.588000', '165933.590000', '165933.593000', '165933.596000', '165933.598000', '165933.603000', '165933.606000', '165933.609000', '165933.611000', '165933.614000', '165933.616000', '165933.619000', '165933.622000', '165933.624000', '165933.627000', '165933.629000', '165933.632000', '165933.635000', '165933.638000', '165933.640000', '165933.643000', '165933.645000', '165933.648000', '165933.651000', '165933.653000', '165933.656000', '165933.658000', '165933.661000', '165933.664000', '165933.666000', '165953.550000', '165953.553000', '165953.556000', '165953.559000', '165953.561000', '165953.564000', '165953.566000', '165953.569000', '165953.572000', '165953.574000', '165953.577000', '165953.580000', '165953.582000', '165953.585000', '165953.588000', '165953.590000', '165953.593000', '165953.596000', '165953.598000', '165953.601000', '165953.603000', '165953.606000', '165953.609000', '165953.611000', '165953.614000', '165953.617000', '165953.619000', '165953.622000', '165953.625000', '165953.627000', '165953.630000', '165953.644000', '165953.646000', '165953.649000', '165953.652000', '165953.654000', '165953.657000', '165953.660000', '165953.662000', '165953.665000', '165953.667000', '165953.670000', '165953.673000', '170013.550000', '170013.553000', '170013.556000', '170013.559000', '170013.561000', '170013.564000', '170013.567000', '170013.569000', '170013.572000', '170013.574000', '170013.577000', '170013.580000', '170013.582000', '170013.585000', '170013.588000', '170013.590000', '170013.593000', '170013.596000', '170013.598000', '170013.601000', '170013.603000', '170013.606000', '170013.609000', '170013.611000', '170013.614000', '170013.617000', '170013.619000', '170013.622000', '170013.625000', '170013.627000', '170013.630000', '170013.633000', '170013.635000', '170013.638000', '170013.640000', '170013.643000', '170013.646000', '170013.648000', '170013.651000', '170013.653000', '170013.656000', '170013.659000', '170013.661000', '170013.664000', '170033.550000', '170033.553000', '170033.556000', '170033.560000', '170033.563000', '170033.566000', '170033.568000', '170033.571000', '170033.574000', '170033.576000', '170033.579000', '170033.581000', '170033.584000', '170033.587000', '170033.589000', '170033.592000', '170033.595000', '170033.597000', '170033.600000', '170033.603000', '170033.605000', '170033.608000', '170033.610000', '170033.613000', '170033.616000', '170033.618000', '170033.621000', '170033.624000', '170033.626000', '170033.629000', '170033.631000', '170033.634000', '170033.637000', '170033.639000', '170033.642000', '170033.645000', '170033.647000', '170033.650000', '170033.652000', '170033.655000', '170033.658000', '170033.660000', '170033.663000', '170053.550000', '170053.553000', '170053.556000', '170053.559000', '170053.561000', '170053.564000', '170053.566000', '170053.569000', '170053.572000', '170053.574000', '170053.577000', '170053.579000', '170053.582000', '170053.585000', '170053.587000', '170053.590000', '170053.593000', '170053.595000', '170053.598000', '170053.600000', '170053.603000', '170053.607000', '170053.610000', '170053.613000', '170053.615000', '170053.618000', '170053.621000', '170053.623000', '170053.626000', '170053.628000', '170053.631000', '170053.634000', '170053.636000', '170053.639000', '170053.641000', '170053.644000', '170053.647000', '170053.649000', '170053.652000', '170053.655000', '170053.657000', '170053.660000', '170053.662000', '170053.665000', '170113.550000', '170113.554000', '170113.557000', '170113.559000', '170113.562000', '170113.565000', '170113.567000', '170113.570000', '170113.573000', '170113.575000', '170113.578000', '170113.580000', '170113.583000', '170113.586000', '170113.588000', '170113.591000', '170113.594000', '170113.596000', '170113.599000', '170113.602000', '170113.604000', '170113.607000', '170113.609000', '170113.612000', '170113.615000', '170113.617000', '170113.620000', '170113.622000', '170113.625000', '170113.628000', '170113.630000', '170113.633000', '170113.636000', '170113.638000', '170113.641000', '170113.643000', '170113.646000', '170113.649000', '170113.651000', '170113.654000', '170113.656000', '170113.659000', '170113.662000', '170133.551000', '170133.554000', '170133.557000', '170133.560000', '170133.562000', '170133.568000', '170133.571000', '170133.574000', '170133.576000', '170133.579000', '170133.581000', '170133.584000', '170133.586000', '170133.589000', '170133.592000', '170133.595000', '170133.597000', '170133.600000', '170133.602000', '170133.605000', '170133.607000', '170133.610000', '170133.613000', '170133.615000', '170133.618000', '170133.621000', '170133.623000', '170133.639000', '170133.642000', '170133.645000', '170133.647000', '170133.650000', '170133.653000', '170133.655000', '170133.658000', '170133.660000', '170133.663000', '170133.666000', '170133.668000', '170133.671000', '170133.674000', '170133.676000', '170133.679000', '170133.682000', '170153.550000', '170153.553000', '170153.556000', '170153.559000', '170153.562000', '170153.564000', '170153.567000', '170153.570000', '170153.572000', '170153.575000', '170153.578000', '170153.580000', '170153.583000', '170153.586000', '170153.588000', '170153.591000', '170153.594000', '170153.596000', '170153.599000', '170153.601000', '170153.604000', '170153.607000', '170153.609000', '170153.612000', '170153.614000', '170153.617000', '170153.620000', '170153.622000', '170153.625000', '170153.628000', '170153.630000', '170153.633000', '170153.635000', '170153.638000', '170153.641000', '170153.643000', '170153.646000', '170153.648000', '170153.651000', '170153.654000', '170153.656000', '170153.659000', '170153.662000', '170213.551000', '170213.553000', '170213.556000', '170213.559000', '170213.561000', '170213.564000', '170213.567000', '170213.569000', '170213.572000', '170213.574000', '170213.577000', '170213.580000', '170213.582000', '170213.585000', '170213.588000', '170213.590000', '170213.593000', '170213.596000', '170213.598000', '170213.601000', '170213.604000', '170213.606000', '170213.609000', '170213.611000', '170213.614000', '170213.617000', '170213.619000', '170213.622000', '170213.625000', '170213.627000', '170213.630000', '170213.632000', '170213.635000', '170213.638000', '170213.640000', '170213.643000', '170213.645000', '170213.648000', '170213.651000', '170213.653000', '170213.656000', '170213.659000', '170213.661000', '170213.664000', '170233.551000', '170233.554000', '170233.556000', '170233.559000', '170233.562000', '170233.564000', '170233.567000', '170233.570000', '170233.572000', '170233.575000', '170233.578000', '170233.580000', '170233.583000', '170233.585000', '170233.588000', '170233.591000', '170233.593000', '170233.596000', '170233.599000', '170233.601000', '170233.604000', '170233.607000', '170233.609000', '170233.612000', '170233.615000', '170233.617000', '170233.628000', '170233.631000', '170233.633000', '170233.636000', '170233.639000', '170233.642000', '170233.644000', '170233.647000', '170233.649000', '170233.652000', '170233.654000', '170233.657000', '170233.660000', '170233.662000', '170233.665000', '170233.668000', '170233.670000', '170253.550000', '170253.553000', '170253.556000', '170253.559000', '170253.561000', '170253.564000', '170253.566000', '170253.569000', '170253.572000', '170253.574000', '170253.577000', '170253.580000', '170253.582000', '170253.585000', '170253.587000', '170253.590000', '170253.593000', '170253.596000', '170253.598000', '170253.601000', '170253.603000', '170253.606000', '170253.609000', '170253.611000', '170253.614000', '170253.617000', '170253.619000', '170253.622000', '170253.625000', '170253.627000', '170253.630000', '170253.633000', '170253.635000', '170253.638000', '170253.640000', '170253.643000', '170253.646000', '170253.648000', '170253.662000', '170253.665000', '170253.667000', '170253.670000', '170253.672000', '170253.675000', '170313.551000', '170313.554000', '170313.556000', '170313.559000', '170313.561000', '170313.564000', '170313.567000', '170313.569000', '170313.572000', '170313.575000', '170313.577000', '170313.580000', '170313.582000', '170313.585000', '170313.587000', '170313.590000', '170313.593000', '170313.595000', '170313.598000', '170313.600000', '170313.603000', '170313.606000', '170313.608000', '170313.611000', '170313.613000', '170313.616000', '170313.619000', '170313.621000', '170313.624000', '170313.627000', '170313.629000', '170313.632000', '170313.634000', '170313.637000', '170313.640000', '170313.642000', '170313.645000', '170313.648000', '170313.650000', '170313.653000', '170313.655000', '170313.658000', '170313.661000', '170333.551000', '170333.554000', '170333.557000', '170333.560000', '170333.562000', '170333.565000', '170333.568000', '170333.570000', '170333.573000', '170333.576000', '170333.578000', '170333.581000', '170333.583000', '170333.586000', '170333.589000', '170333.592000', '170333.594000', '170333.597000', '170333.599000', '170333.602000', '170333.604000', '170333.607000', '170333.610000', '170333.612000', '170333.615000', '170333.617000', '170333.620000', '170333.623000', '170333.625000', '170333.628000', '170333.631000', '170333.633000', '170333.636000', '170333.638000', '170333.641000', '170333.644000', '170333.646000', '170333.649000', '170333.652000', '170333.654000', '170333.657000', '170333.659000', '170333.662000', '170333.665000', '170353.551000', '170353.554000', '170353.557000', '170353.560000', '170353.562000', '170353.565000', '170353.568000', '170353.570000', '170353.573000', '170353.575000', '170353.578000', '170353.581000', '170353.583000', '170353.586000', '170353.589000', '170353.591000', '170353.594000', '170353.597000', '170353.599000', '170353.602000', '170353.604000', '170353.607000', '170353.610000', '170353.612000', '170353.615000', '170353.617000', '170353.620000', '170353.623000', '170353.625000', '170353.628000', '170353.630000', '170353.633000', '170353.636000', '170353.638000', '170353.641000', '170353.644000', '170353.646000', '170353.649000', '170353.652000', '170353.654000', '170353.657000', '170353.659000', '170353.662000', '170413.550000', '170413.553000', '170413.556000', '170413.559000', '170413.561000', '170413.564000', '170413.567000', '170413.569000', '170413.572000', '170413.574000', '170413.577000', '170413.580000', '170413.582000', '170413.585000', '170413.587000', '170413.590000', '170413.593000', '170413.595000', '170413.598000', '170413.601000', '170413.603000', '170413.606000', '170413.609000', '170413.611000', '170413.614000', '170413.616000', '170413.619000', '170413.622000', '170413.624000', '170413.627000', '170413.629000', '170413.632000', '170413.635000', '170413.637000', '170413.640000', '170413.643000', '170413.645000', '170413.648000', '170413.651000', '170413.653000', '170413.656000', '170413.659000', '170413.661000', '170413.664000', '170433.550000', '170433.553000', '170433.556000', '170433.559000', '170433.561000', '170433.564000', '170433.567000', '170433.569000', '170433.572000', '170433.575000', '170433.577000', '170433.580000', '170433.582000', '170433.585000', '170433.588000', '170433.590000', '170433.593000', '170433.596000', '170433.598000', '170433.601000', '170433.604000', '170433.606000', '170433.609000', '170433.611000', '170433.614000', '170433.616000', '170433.619000', '170433.622000', '170433.624000', '170433.627000', '170433.630000', '170433.632000', '170433.635000', '170433.638000', '170433.640000', '170433.643000', '170433.646000', '170433.648000', '170433.651000', '170433.653000', '170433.656000', '170433.659000', '170433.661000', '170453.550000', '170453.553000', '170453.556000', '170453.559000', '170453.562000', '170453.565000', '170453.568000', '170453.571000', '170453.573000', '170453.576000', '170453.579000', '170453.581000', '170453.584000', '170453.587000', '170453.589000', '170453.592000', '170453.595000', '170453.597000', '170453.600000', '170453.602000', '170453.605000', '170453.608000', '170453.610000', '170453.613000', '170453.616000', '170453.618000', '170453.621000', '170453.623000', '170453.626000', '170453.629000', '170453.632000', '170453.634000', '170453.637000', '170453.639000', '170453.642000', '170453.645000', '170453.647000', '170453.650000', '170453.653000', '170453.655000', '170453.658000', '170453.660000', '170453.663000', '170513.551000', '170513.553000', '170513.556000', '170513.559000', '170513.561000', '170513.564000', '170513.567000', '170513.569000', '170513.572000', '170513.575000', '170513.577000', '170513.580000', '170513.582000', '170513.585000', '170513.588000', '170513.590000', '170513.593000', '170513.596000', '170513.598000', '170513.601000', '170513.604000', '170513.606000', '170513.609000', '170513.612000', '170513.614000', '170513.617000', '170513.620000', '170513.622000', '170513.625000', '170513.627000', '170513.630000', '170513.633000', '170513.636000', '170513.638000', '170513.641000', '170513.644000', '170513.646000', '170513.649000', '170513.651000', '170513.654000', '170513.657000', '170513.659000', '170513.662000', '170513.665000', '170533.551000', '170533.554000', '170533.556000', '170533.559000', '170533.561000', '170533.564000', '170533.567000', '170533.569000', '170533.572000', '170533.575000', '170533.578000', '170533.580000', '170533.585000', '170533.587000', '170533.590000', '170533.594000', '170533.596000', '170533.599000', '170533.601000', '170533.604000', '170533.607000', '170533.609000', '170533.612000', '170533.615000', '170533.617000', '170533.620000', '170533.623000', '170533.625000', '170533.628000', '170533.631000', '170533.633000', '170533.636000', '170533.639000', '170533.641000', '170533.644000', '170533.647000', '170533.649000', '170533.652000', '170533.654000', '170533.657000', '170533.660000', '170533.662000', '170533.665000', '170553.552000', '170553.555000', '170553.558000', '170553.560000', '170553.563000', '170553.565000', '170553.568000', '170553.571000', '170553.573000', '170553.576000', '170553.579000', '170553.581000', '170553.584000', '170553.586000', '170553.589000', '170553.592000', '170553.595000', '170553.597000', '170553.600000', '170553.602000', '170553.605000', '170553.608000', '170553.610000', '170553.613000', '170553.615000', '170553.618000', '170553.621000', '170553.623000', '170553.626000', '170553.628000', '170553.631000', '170553.634000', '170553.636000', '170553.639000', '170553.642000', '170553.644000', '170553.647000', '170553.649000', '170553.652000', '170553.655000', '170553.657000', '170553.660000', '170553.663000', '170553.665000', '170613.552000', '170613.554000', '170613.557000', '170613.560000', '170613.562000', '170613.565000', '170613.568000', '170613.570000', '170613.573000', '170613.575000', '170613.578000', '170613.581000', '170613.583000', '170613.586000', '170613.589000', '170613.591000', '170613.594000', '170613.597000', '170613.599000', '170613.603000', '170613.605000', '170613.608000', '170613.611000', '170613.613000', '170613.616000', '170613.619000', '170613.621000', '170613.624000', '170613.627000', '170613.629000', '170613.632000', '170613.635000', '170613.637000', '170613.640000', '170613.642000', '170613.645000', '170613.648000', '170613.650000', '170613.653000', '170613.656000', '170613.659000', '170613.661000', '170613.664000', '170633.551000', '170633.554000', '170633.556000', '170633.559000', '170633.562000', '170633.564000', '170633.567000', '170633.570000', '170633.572000', '170633.575000', '170633.578000', '170633.580000', '170633.583000', '170633.586000', '170633.588000', '170633.591000', '170633.594000', '170633.596000', '170633.599000', '170633.602000', '170633.604000', '170633.607000', '170633.609000', '170633.612000', '170633.615000', '170633.617000', '170633.620000', '170633.622000', '170633.625000', '170633.628000', '170633.630000', '170633.633000', '170633.636000', '170633.638000', '170633.641000', '170633.644000', '170633.646000', '170633.649000', '170633.651000', '170633.654000', '170633.657000', '170633.659000', '170633.662000', '170633.665000', '170653.551000', '170653.554000', '170653.556000', '170653.559000', '170653.562000', '170653.564000', '170653.567000', '170653.570000', '170653.572000', '170653.575000', '170653.578000', '170653.580000', '170653.583000', '170653.587000', '170653.590000', '170653.593000', '170653.595000', '170653.598000', '170653.601000', '170653.603000', '170653.606000', '170653.608000', '170653.611000', '170653.614000', '170653.616000', '170653.619000', '170653.622000', '170653.624000', '170653.627000', '170653.629000', '170653.632000', '170653.635000', '170653.637000', '170653.640000', '170653.643000', '170653.645000', '170653.648000', '170653.650000', '170653.653000', '170653.656000', '170653.658000', '170653.668000', '170653.671000', '170713.551000', '170713.554000', '170713.556000', '170713.559000', '170713.562000', '170713.564000', '170713.567000', '170713.569000', '170713.572000', '170713.575000', '170713.578000', '170713.580000', '170713.583000', '170713.586000', '170713.588000', '170713.591000', '170713.600000', '170713.603000', '170713.605000', '170713.608000', '170713.611000', '170713.614000', '170713.616000', '170713.619000', '170713.621000', '170713.624000', '170713.627000', '170713.629000', '170713.632000', '170713.635000', '170713.637000', '170713.640000', '170713.642000', '170713.645000', '170713.648000', '170713.650000', '170713.653000', '170713.655000', '170713.658000', '170713.661000', '170713.663000', '170713.666000', '170713.669000', '170713.671000', '170714.296000', '170714.299000'], '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': [13083, 9848, 8166, 12682, 9056, 13899, 9800, 11009, 11081, 8161, 14249, 10363, 14517, 9776, 7660, 12107, 7637, 13418, 9909, 13384, 9452, 7567, 11159, 7448, 13012, 9234, 12907, 9690, 7772, 12145, 7912, 12528, 8994, 7715, 11058, 7594, 13641, 9705, 12204, 9067, 7479, 11608, 7754, 13665, 10153, 16351, 9451, 7623, 12359, 7939, 13622, 9861, 11479, 11924, 7954, 13680, 9434, 14618, 9639, 9349, 12342, 7932, 14740, 10195, 16246, 9888, 10057, 11916, 8036, 14334, 10203, 13427, 10082, 7971, 12920, 9638, 16266, 10374, 7856, 12163, 8313, 13808, 9706, 11356, 11408, 7348, 13611, 9799, 16188, 9759, 10004, 12808, 8216, 13780, 9828, 15178, 9781, 8952, 12859, 9324, 13706, 9591, 8104, 11716, 7996, 13801, 9938, 7586, 12234, 8228, 13063, 9620, 8228, 12406, 8753, 14585, 9192, 7660, 11533, 7687, 14272, 10468, 13868, 10783, 7826, 13200, 9877, 8470, 11145, 7700, 10678, 9988, 7792, 15084, 10727, 10907, 12972, 9267, 16801, 11263, 7917, 17457, 12697, 10728, 17019, 14504, 20955, 15472, 11852, 18628, 14216, 18785, 13304, 10388, 18894, 15061, 17444, 16697, 10965, 18498, 10876, 12768, 10811, 7705, 13422, 9482, 16723, 11995, 12844, 10120, 7643, 12366, 9712, 13885, 10444, 8000, 11012, 8019, 12441, 9654, 8358, 11054, 7342, 13235, 9395, 13076, 9351, 7865, 11935, 8998, 15885, 9356, 8216, 10770, 7689, 12803, 9694, 12853, 10127, 7453, 13019, 9376, 7814, 11049, 7739, 13684, 10342, 13577, 10130, 7813, 12123, 8053, 13530, 10117, 15173, 9581, 15272, 9521, 11242, 11371, 8221, 13173, 8803, 12968, 9456, 13068, 9756, 11133, 9769, 8205, 12220, 8495, 12648, 9562, 12041, 9544, 8566, 11593, 7353, 12645, 8936, 12780, 9136, 13934, 9749, 7878, 11897, 7934, 12698, 9147, 13749, 9915, 13533, 10898, 8002, 12452, 8853, 13973, 10093, 17913, 10339, 9220, 11628, 7922, 13504, 10131, 15995, 10744, 12982, 10352, 8064, 12809, 8628, 14978, 11453, 17448, 9684, 12343, 10262, 8233, 12702, 9296, 14458, 9340, 8392, 10218, 7833, 13079, 9552, 14144, 9941, 15466, 9454, 12240, 11404, 8735, 14868, 9525, 14161, 10259, 16119, 10058, 14710, 11009, 8103, 12096, 8223, 13508, 9924, 15192, 11583, 15797, 9846, 8587, 12172, 7670, 14926, 9846, 15611, 9790, 15338, 9905, 10423, 12005, 7411, 13084, 9437, 12918, 9901, 12156, 10468, 7866, 12020, 8246, 13431, 9899, 16019, 9760, 8164, 11044, 7647, 12773, 9587, 14000, 10111, 10857, 10178, 7861, 12690, 9438, 14421, 9803, 11078, 9999, 8115, 13241, 9414, 15448, 9697, 12670, 10390, 8739, 13710, 9059, 15707, 11751, 15977, 9718, 11278, 12147, 8997, 16260, 11955, 16011, 9710, 10598, 12431, 8410, 15254, 10410, 16273, 9836, 12223, 11596, 8806, 15019, 9864, 14134, 9987, 13823, 10732, 9468, 12557, 7946, 12827, 9826, 14387, 10926, 15270, 10340, 7967, 12162, 8643, 14898, 11936, 16455, 9991, 7878, 11626, 7663, 13710, 11035, 17017, 9992, 8259, 11504, 7763, 13189, 10116, 15717, 10208, 12060, 10177, 8125, 12292, 7706, 12938, 9188, 12659, 9484, 13070, 10286, 9359, 11743, 7502, 12290, 8754, 13579, 10604, 17684, 9977, 9793, 10896, 7579, 12547, 8536, 15184, 11055, 15836, 9362, 7970, 10608, 7485, 13239, 10002, 15098, 9652, 9281, 11056, 7867, 13948, 8971, 14043, 10242, 14330, 10062, 15322, 10866, 8743, 12651, 7578, 13003, 9861, 14530, 10933, 16008, 9840, 8844, 11505, 7983, 12975, 8845, 14580, 10031, 14998, 9757, 12532, 11851, 7799, 13383, 9996, 16205, 10455, 7466, 12118, 9192, 9717, 9720, 7955, 13712, 9201, 14027, 10227, 14604, 10508, 14989, 11550, 9153, 12406, 7597, 12926, 9245, 16410, 12046, 16408, 10017, 12996, 9973, 8536, 12723, 7773, 13121, 9890, 10624, 10153, 7271, 11792, 9219, 12874, 10926, 7620, 13594, 9851, 16764, 10297, 13816, 12398, 8414, 13111, 8622, 13667, 10371, 15710, 12088, 13666, 10441, 7959, 12211, 8860, 14147, 10557, 9829, 10279, 8137, 12125, 8124, 14440, 10733, 12765, 9883, 8070, 12679, 8658, 14521, 11757, 15301, 10240, 8046, 12741, 7906, 15394, 12192, 15003, 11035, 16908, 11135, 12351, 11626, 7691, 12673, 9828, 14056, 10530, 8351, 12007, 7978, 13708, 10584, 15028, 10700, 7506, 12519, 9255, 15424, 10333, 9854, 13514, 9193, 16406, 9890, 12050, 14512, 11220, 17744, 10317, 12224, 11595, 9409, 16302, 13159, 18124, 10470, 10419, 11377, 8473, 15968, 13034, 15820, 9997, 8072, 12279, 8823, 15926, 12554, 10284, 11209, 8639, 13735, 12502, 8433, 14280, 11613, 7756, 14501, 11537, 10837, 16436, 12862, 11612, 11887, 8525, 14341, 11219, 17083, 11986, 7618, 13403, 10464, 8110, 11965, 9969, 15678, 11020, 8168, 13117, 9958, 12621, 10096, 8101, 15453, 12485, 18490, 11407, 9314, 12779, 9024, 13755, 10362, 11041, 11858, 7740, 12914, 9665, 12520, 9903, 12289, 10872, 7869, 11714, 8637, 12491, 9909, 11901, 9749, 8427, 11698, 7495, 11780, 9315, 12170, 10275, 8002, 12061, 8861, 13000, 9986, 14752, 11221, 18430, 11784, 14943, 11364, 9814, 13139, 9540, 16762, 10887, 15033, 9760, 9928, 11586, 7565, 12889, 9982, 12731, 10310, 7597, 11908, 9439, 14601, 10964, 17130, 10160, 16734, 11660, 17251, 10692, 13864, 10029, 13540, 10236, 9249, 10434, 7522, 10892, 7985, 12152, 7834, 11246, 7446, 12017, 8774, 12575, 9431, 12299, 9550, 12801, 9547, 12734, 9304, 8164, 10027, 8033, 12071, 7791, 14319, 9920, 13485, 9894, 13116, 10360, 9055, 12285, 7996, 13330, 9963, 15971, 12447, 15479, 10120, 10292, 12428, 10721, 15768, 9683, 14637, 10677, 14914, 12659, 18979, 11941, 9235, 11702, 7557, 13639, 9997, 15503, 10991, 14660, 10680, 7515, 13659, 10619, 7720, 13536, 11227, 16067, 11208, 7595, 12612, 10222, 12883, 11199, 12278, 16147, 14407, 15554, 11331, 7722, 14829, 11269, 17669, 10807, 8220, 13936, 11145, 13961, 13887, 11305, 19468, 14414, 13923, 10541, 7704, 14228, 11740, 18766, 10636, 8445, 11286, 8171, 13138, 10028, 15798, 12291, 8125, 10849, 8685, 12344, 10083, 13593, 10188, 13311, 10683, 7967, 11479, 8617, 13247, 10359, 17591, 12865, 19393, 13124, 12062, 11119, 8092, 12164, 7747, 14851, 10824, 17923, 13808, 13922, 9672, 7889, 12336, 10141, 13499, 10569, 8228, 14444, 10248, 10590, 9911, 7567, 11779, 7740, 12654, 8517, 14446, 9457, 11912, 9682, 12479, 10009, 13049, 10255, 17028, 9694, 7681, 10068, 8061, 11699, 8873, 13362, 10112, 14173, 9187, 9661, 10012, 8729, 12656, 7752, 12867, 9101, 12929, 9611, 14258, 11222, 17132, 10168, 8920, 11200, 7722, 13035, 9880, 16649, 14099, 17173, 9523, 12272, 9890, 8124, 12046, 7463, 12088, 8483, 12040, 9956, 14956, 10606, 12804, 9705, 8160, 11512, 7744, 14212, 10371, 16837, 9203, 8135, 10441, 7818, 12286, 9528, 14709, 9838, 16194, 9385, 14933, 9442, 12918, 10643, 7832, 11192, 8128, 12211, 9396, 12691, 9780, 16604, 10061, 9820, 10344, 7990, 11610, 8217, 15277, 12812, 18491, 9881, 10631, 9782, 8207, 12550, 9946, 17517, 9720, 8790, 11241, 7512, 14060, 11239, 17196, 9682, 8235, 11519, 8575, 15739, 11002, 12199, 16196, 13123, 19025, 10741, 8434, 12452, 8709, 14807, 11867, 20111, 13663, 11103, 12083, 7703, 12420, 9022, 13010, 10816, 18531, 10480, 7695, 11338, 7649, 12466, 10258, 12682, 11181, 8625, 12847, 9468, 9149, 9702, 8302, 11975, 7865, 13151, 7938, 14047, 9894, 12940, 9712, 13076, 9792, 15079, 11616, 17639, 12122, 13823, 10343, 12534, 10087, 14169, 10204, 8236, 11317, 7487, 11978, 9125, 12695, 10069, 9017, 11811, 7529, 12492, 7823, 12729, 9792, 12920, 10293, 10527, 10904, 7278, 13785, 10736, 17612, 11586, 11601, 11125, 9733, 11637, 10631, 12609, 7723, 12459, 7657, 11918, 7833, 12544, 9597, 13865, 10236, 12408, 9574, 10659, 9808, 8971, 11584, 7837, 11997, 7606, 12410, 7963, 13791, 10607, 14762, 9992, 12663, 10050, 8272, 11999, 7789, 14764, 9137, 13927, 10280, 14169, 10338, 17887, 11579, 12528, 12074, 7799, 13160, 9343, 14705, 12017, 19095, 12533, 11696, 11538, 7853, 13230, 9174, 16168, 13204, 17960, 10455, 13189, 11133, 12007, 12463, 9061, 14298, 8852, 13217, 9769, 13791, 10796, 14292, 10719, 13776, 9968, 8121, 11124, 7851, 13243, 8126, 13269, 9778, 12574, 9960, 9094, 12300, 7233, 13309, 10582, 11781, 10834, 7586, 15025, 12660, 16412, 10784, 8164, 12809, 7946, 14694, 10061, 17440, 12332, 14698, 10274, 13417, 10031, 13563, 9992, 15502, 9875, 7693, 10760, 8031, 11750, 7681, 13158, 9294, 13071, 9582, 8892, 8674, 7692, 14272, 10702, 7872, 11185, 7998, 13525, 10022, 7911, 12282, 9279, 16847, 12611, 9159, 16420, 12077, 14765, 11224, 10224, 14928, 12367, 19295, 16236, 13404, 11586, 7563, 13393, 9728, 15012, 12024, 20144, 12779, 9388, 11489, 7329, 12570, 9702, 14471, 11500, 12450, 10399, 7835, 12136, 9728, 15999, 10932, 9034, 11882, 7323, 12903, 10562, 17250, 11266, 10192, 11281, 7448, 12514, 9613, 14872, 11681, 17801, 10395, 8815, 11185, 7486, 14278, 11531, 15660, 10665, 7649, 12129, 7802, 13675, 10885, 17959, 10620, 8093, 11703], 'WindowCenter': [4696.0, 4641.0, 4606.0, 4655.0, 4600.0, 4637.0, 4609.0, 4619.0, 4618.0, 4577.0, 4649.0, 4605.0, 4648.0, 4597.0, 4566.0, 4615.0, 4566.0, 4625.0, 4596.0, 4625.0, 4593.0, 4564.0, 4617.0, 4564.0, 4625.0, 4598.0, 4622.0, 4596.0, 4566.0, 4627.0, 4576.0, 4627.0, 4588.0, 4567.0, 4617.0, 4576.0, 4637.0, 4595.0, 4628.0, 4595.0, 4568.0, 4616.0, 4576.0, 4635.0, 4607.0, 4659.0, 4601.0, 4577.0, 4640.0, 4590.0, 4645.0, 4608.0, 4627.0, 4628.0, 4578.0, 4639.0, 4598.0, 4656.0, 4608.0, 4598.0, 4638.0, 4578.0, 4650.0, 4606.0, 4657.0, 4608.0, 4609.0, 4625.0, 4575.0, 4648.0, 4608.0, 4648.0, 4608.0, 4580.0, 4637.0, 4598.0, 4660.0, 4609.0, 4577.0, 4626.0, 4588.0, 4647.0, 4600.0, 4630.0, 4630.0, 4570.0, 4648.0, 4605.0, 4659.0, 4608.0, 4610.0, 4640.0, 4587.0, 4638.0, 4608.0, 4647.0, 4609.0, 4588.0, 4627.0, 4597.0, 4639.0, 4598.0, 4574.0, 4625.0, 4578.0, 4638.0, 4609.0, 4568.0, 4629.0, 4589.0, 4637.0, 4609.0, 4590.0, 4638.0, 4600.0, 4647.0, 4609.0, 4580.0, 4672.0, 4635.0, 4676.0, 4633.0, 4639.0, 4616.0, 4581.0, 4652.0, 4571.0, 4566.0, 4605.0, 4557.0, 4596.0, 4584.0, 4569.0, 4679.0, 4648.0, 4688.0, 4682.0, 4626.0, 4684.0, 4646.0, 4596.0, 4685.0, 4644.0, 4623.0, 4685.0, 4677.0, 4708.0, 4678.0, 4650.0, 4688.0, 4651.0, 4681.0, 4653.0, 4612.0, 4671.0, 4648.0, 4672.0, 4660.0, 4620.0, 4671.0, 4619.0, 4627.0, 4606.0, 4567.0, 4626.0, 4582.0, 4644.0, 4619.0, 4626.0, 4594.0, 4564.0, 4616.0, 4594.0, 4623.0, 4605.0, 4568.0, 4606.0, 4575.0, 4625.0, 4599.0, 4589.0, 4617.0, 4566.0, 4636.0, 4597.0, 4640.0, 4600.0, 4576.0, 4628.0, 4602.0, 4661.0, 4601.0, 4577.0, 4619.0, 4578.0, 4645.0, 4614.0, 4624.0, 4582.0, 4568.0, 4630.0, 4600.0, 4580.0, 4618.0, 4583.0, 4649.0, 4622.0, 4649.0, 4612.0, 4581.0, 4630.0, 4582.0, 4638.0, 4607.0, 4648.0, 4600.0, 4651.0, 4601.0, 4617.0, 4615.0, 4575.0, 4629.0, 4588.0, 4626.0, 4599.0, 4626.0, 4598.0, 4614.0, 4596.0, 4579.0, 4626.0, 4585.0, 4628.0, 4599.0, 4630.0, 4596.0, 4588.0, 4619.0, 4566.0, 4640.0, 4600.0, 4636.0, 4599.0, 4648.0, 4601.0, 4579.0, 4627.0, 4578.0, 4640.0, 4598.0, 4650.0, 4608.0, 4637.0, 4621.0, 4580.0, 4638.0, 4598.0, 4649.0, 4619.0, 4667.0, 4611.0, 4600.0, 4630.0, 4578.0, 4641.0, 4611.0, 4659.0, 4618.0, 4639.0, 4609.0, 4580.0, 4639.0, 4590.0, 4651.0, 4630.0, 4667.0, 4609.0, 4641.0, 4627.0, 4594.0, 4624.0, 4587.0, 4635.0, 4600.0, 4589.0, 4611.0, 4578.0, 4638.0, 4612.0, 4649.0, 4612.0, 4660.0, 4613.0, 4642.0, 4629.0, 4588.0, 4651.0, 4609.0, 4649.0, 4609.0, 4657.0, 4610.0, 4649.0, 4621.0, 4579.0, 4627.0, 4587.0, 4639.0, 4607.0, 4648.0, 4630.0, 4648.0, 4609.0, 4586.0, 4625.0, 4565.0, 4648.0, 4596.0, 4649.0, 4598.0, 4644.0, 4594.0, 4604.0, 4625.0, 4565.0, 4627.0, 4597.0, 4628.0, 4608.0, 4629.0, 4608.0, 4577.0, 4627.0, 4588.0, 4638.0, 4609.0, 4656.0, 4611.0, 4590.0, 4618.0, 4577.0, 4628.0, 4599.0, 4636.0, 4610.0, 4618.0, 4609.0, 4580.0, 4640.0, 4599.0, 4652.0, 4609.0, 4629.0, 4611.0, 4590.0, 4639.0, 4610.0, 4659.0, 4613.0, 4644.0, 4622.0, 4599.0, 4650.0, 4602.0, 4662.0, 4632.0, 4662.0, 4612.0, 4628.0, 4629.0, 4601.0, 4664.0, 4631.0, 4661.0, 4612.0, 4617.0, 4638.0, 4588.0, 4659.0, 4622.0, 4658.0, 4611.0, 4631.0, 4631.0, 4597.0, 4648.0, 4607.0, 4647.0, 4610.0, 4637.0, 4618.0, 4600.0, 4628.0, 4579.0, 4638.0, 4607.0, 4650.0, 4618.0, 4649.0, 4609.0, 4578.0, 4626.0, 4590.0, 4648.0, 4629.0, 4656.0, 4609.0, 4580.0, 4618.0, 4577.0, 4636.0, 4621.0, 4659.0, 4610.0, 4592.0, 4618.0, 4578.0, 4639.0, 4609.0, 4648.0, 4610.0, 4630.0, 4610.0, 4580.0, 4628.0, 4569.0, 4639.0, 4600.0, 4638.0, 4608.0, 4640.0, 4610.0, 4599.0, 4627.0, 4567.0, 4629.0, 4587.0, 4636.0, 4610.0, 4669.0, 4609.0, 4611.0, 4619.0, 4568.0, 4628.0, 4587.0, 4647.0, 4620.0, 4659.0, 4598.0, 4577.0, 4609.0, 4570.0, 4640.0, 4610.0, 4658.0, 4610.0, 4612.0, 4629.0, 4579.0, 4649.0, 4600.0, 4652.0, 4621.0, 4651.0, 4611.0, 4661.0, 4620.0, 4589.0, 4630.0, 4578.0, 4637.0, 4609.0, 4649.0, 4621.0, 4660.0, 4611.0, 4590.0, 4629.0, 4579.0, 4635.0, 4589.0, 4650.0, 4610.0, 4662.0, 4626.0, 4654.0, 4645.0, 4593.0, 4655.0, 4625.0, 4673.0, 4623.0, 4580.0, 4642.0, 4615.0, 4609.0, 4612.0, 4594.0, 4655.0, 4603.0, 4655.0, 4624.0, 4652.0, 4620.0, 4647.0, 4622.0, 4601.0, 4632.0, 4578.0, 4629.0, 4601.0, 4647.0, 4617.0, 4650.0, 4600.0, 4639.0, 4623.0, 4603.0, 4642.0, 4571.0, 4628.0, 4599.0, 4606.0, 4613.0, 4585.0, 4643.0, 4627.0, 4644.0, 4635.0, 4598.0, 4652.0, 4611.0, 4659.0, 4608.0, 4640.0, 4632.0, 4588.0, 4640.0, 4588.0, 4638.0, 4608.0, 4648.0, 4629.0, 4637.0, 4609.0, 4579.0, 4628.0, 4587.0, 4639.0, 4620.0, 4611.0, 4610.0, 4582.0, 4631.0, 4582.0, 4651.0, 4625.0, 4640.0, 4612.0, 4593.0, 4642.0, 4589.0, 4650.0, 4630.0, 4659.0, 4611.0, 4581.0, 4638.0, 4582.0, 4660.0, 4631.0, 4651.0, 4621.0, 4657.0, 4617.0, 4628.0, 4619.0, 4569.0, 4641.0, 4610.0, 4663.0, 4621.0, 4579.0, 4630.0, 4594.0, 4652.0, 4625.0, 4663.0, 4622.0, 4568.0, 4640.0, 4610.0, 4661.0, 4622.0, 4610.0, 4642.0, 4612.0, 4662.0, 4610.0, 4631.0, 4650.0, 4619.0, 4672.0, 4610.0, 4631.0, 4631.0, 4598.0, 4660.0, 4637.0, 4671.0, 4609.0, 4608.0, 4619.0, 4577.0, 4660.0, 4629.0, 4647.0, 4598.0, 4568.0, 4627.0, 4588.0, 4651.0, 4646.0, 4615.0, 4621.0, 4601.0, 4653.0, 4643.0, 4579.0, 4640.0, 4632.0, 4582.0, 4654.0, 4633.0, 4621.0, 4661.0, 4642.0, 4623.0, 4630.0, 4593.0, 4649.0, 4621.0, 4660.0, 4633.0, 4582.0, 4641.0, 4623.0, 4593.0, 4630.0, 4612.0, 4651.0, 4636.0, 4593.0, 4643.0, 4613.0, 4630.0, 4612.0, 4584.0, 4652.0, 4627.0, 4670.0, 4635.0, 4590.0, 4626.0, 4587.0, 4628.0, 4595.0, 4608.0, 4620.0, 4566.0, 4626.0, 4600.0, 4626.0, 4600.0, 4630.0, 4608.0, 4579.0, 4619.0, 4589.0, 4626.0, 4600.0, 4619.0, 4598.0, 4578.0, 4620.0, 4573.0, 4644.0, 4614.0, 4629.0, 4610.0, 4577.0, 4631.0, 4604.0, 4641.0, 4612.0, 4650.0, 4620.0, 4670.0, 4632.0, 4663.0, 4617.0, 4596.0, 4626.0, 4596.0, 4649.0, 4608.0, 4648.0, 4596.0, 4595.0, 4616.0, 4570.0, 4639.0, 4614.0, 4643.0, 4612.0, 4583.0, 4628.0, 4600.0, 4651.0, 4621.0, 4659.0, 4612.0, 4649.0, 4619.0, 4658.0, 4606.0, 4626.0, 4597.0, 4627.0, 4596.0, 4585.0, 4605.0, 4569.0, 4605.0, 4566.0, 4616.0, 4569.0, 4617.0, 4570.0, 4629.0, 4593.0, 4630.0, 4601.0, 4631.0, 4613.0, 4639.0, 4613.0, 4641.0, 4603.0, 4590.0, 4612.0, 4590.0, 4642.0, 4583.0, 4662.0, 4623.0, 4655.0, 4613.0, 4651.0, 4624.0, 4604.0, 4642.0, 4592.0, 4652.0, 4625.0, 4675.0, 4644.0, 4660.0, 4621.0, 4622.0, 4641.0, 4620.0, 4662.0, 4613.0, 4652.0, 4621.0, 4651.0, 4642.0, 4681.0, 4629.0, 4599.0, 4628.0, 4581.0, 4653.0, 4641.0, 4667.0, 4624.0, 4665.0, 4625.0, 4583.0, 4664.0, 4635.0, 4585.0, 4655.0, 4633.0, 4676.0, 4647.0, 4597.0, 4658.0, 4639.0, 4658.0, 4646.0, 4643.0, 4664.0, 4650.0, 4663.0, 4621.0, 4580.0, 4654.0, 4638.0, 4675.0, 4623.0, 4609.0, 4655.0, 4631.0, 4653.0, 4651.0, 4620.0, 4673.0, 4638.0, 4638.0, 4610.0, 4569.0, 4651.0, 4632.0, 4671.0, 4619.0, 4592.0, 4621.0, 4580.0, 4630.0, 4600.0, 4647.0, 4629.0, 4580.0, 4619.0, 4607.0, 4641.0, 4623.0, 4639.0, 4611.0, 4643.0, 4622.0, 4578.0, 4629.0, 4591.0, 4640.0, 4611.0, 4668.0, 4628.0, 4671.0, 4629.0, 4618.0, 4606.0, 4565.0, 4613.0, 4554.0, 4634.0, 4606.0, 4655.0, 4625.0, 4634.0, 4594.0, 4582.0, 4643.0, 4624.0, 4637.0, 4595.0, 4577.0, 4639.0, 4609.0, 4625.0, 4613.0, 4583.0, 4629.0, 4569.0, 4628.0, 4576.0, 4638.0, 4598.0, 4619.0, 4597.0, 4617.0, 4596.0, 4624.0, 4597.0, 4644.0, 4597.0, 4565.0, 4599.0, 4577.0, 4618.0, 4588.0, 4638.0, 4609.0, 4648.0, 4598.0, 4600.0, 4610.0, 4590.0, 4640.0, 4570.0, 4630.0, 4591.0, 4628.0, 4600.0, 4636.0, 4621.0, 4659.0, 4609.0, 4598.0, 4618.0, 4567.0, 4629.0, 4598.0, 4661.0, 4639.0, 4658.0, 4599.0, 4628.0, 4606.0, 4576.0, 4628.0, 4569.0, 4627.0, 4590.0, 4629.0, 4610.0, 4647.0, 4608.0, 4638.0, 4598.0, 4581.0, 4620.0, 4569.0, 4640.0, 4610.0, 4658.0, 4598.0, 4580.0, 4609.0, 4579.0, 4628.0, 4598.0, 4647.0, 4610.0, 4659.0, 4598.0, 4646.0, 4597.0, 4627.0, 4607.0, 4566.0, 4619.0, 4578.0, 4627.0, 4598.0, 4626.0, 4609.0, 4658.0, 4608.0, 4612.0, 4609.0, 4578.0, 4628.0, 4591.0, 4658.0, 4640.0, 4668.0, 4627.0, 4636.0, 4641.0, 4598.0, 4633.0, 4600.0, 4658.0, 4604.0, 4594.0, 4621.0, 4575.0, 4665.0, 4636.0, 4659.0, 4597.0, 4590.0, 4631.0, 4621.0, 4664.0, 4625.0, 4630.0, 4658.0, 4639.0, 4659.0, 4609.0, 4582.0, 4640.0, 4594.0, 4651.0, 4629.0, 4669.0, 4641.0, 4609.0, 4619.0, 4569.0, 4616.0, 4589.0, 4629.0, 4606.0, 4656.0, 4607.0, 4566.0, 4617.0, 4567.0, 4628.0, 4610.0, 4639.0, 4633.0, 4591.0, 4630.0, 4600.0, 4602.0, 4611.0, 4591.0, 4632.0, 4579.0, 4641.0, 4578.0, 4651.0, 4609.0, 4629.0, 4601.0, 4628.0, 4601.0, 4637.0, 4606.0, 4656.0, 4616.0, 4624.0, 4597.0, 4614.0, 4595.0, 4628.0, 4607.0, 4580.0, 4621.0, 4572.0, 4619.0, 4601.0, 4644.0, 4613.0, 4602.0, 4634.0, 4569.0, 4628.0, 4570.0, 4629.0, 4599.0, 4642.0, 4612.0, 4622.0, 4621.0, 4571.0, 4654.0, 4624.0, 4669.0, 4621.0, 4620.0, 4619.0, 4600.0, 4621.0, 4609.0, 4632.0, 4570.0, 4627.0, 4570.0, 4617.0, 4571.0, 4631.0, 4599.0, 4638.0, 4614.0, 4631.0, 4610.0, 4622.0, 4613.0, 4603.0, 4633.0, 4580.0, 4633.0, 4584.0, 4642.0, 4592.0, 4653.0, 4624.0, 4665.0, 4624.0, 4643.0, 4625.0, 4592.0, 4647.0, 4584.0, 4666.0, 4604.0, 4652.0, 4623.0, 4654.0, 4622.0, 4675.0, 4636.0, 4644.0, 4643.0, 4582.0, 4654.0, 4613.0, 4651.0, 4643.0, 4686.0, 4644.0, 4634.0, 4633.0, 4583.0, 4640.0, 4603.0, 4664.0, 4642.0, 4673.0, 4622.0, 4642.0, 4619.0, 4629.0, 4630.0, 4588.0, 4652.0, 4592.0, 4639.0, 4611.0, 4637.0, 4618.0, 4638.0, 4611.0, 4639.0, 4613.0, 4578.0, 4622.0, 4582.0, 4640.0, 4581.0, 4642.0, 4610.0, 4630.0, 4612.0, 4602.0, 4632.0, 4582.0, 4656.0, 4626.0, 4646.0, 4624.0, 4584.0, 4665.0, 4644.0, 4662.0, 4624.0, 4592.0, 4644.0, 4582.0, 4650.0, 4598.0, 4663.0, 4632.0, 4639.0, 4608.0, 4639.0, 4608.0, 4639.0, 4598.0, 4647.0, 4603.0, 4572.0, 4624.0, 4582.0, 4659.0, 4598.0, 4653.0, 4614.0, 4654.0, 4639.0, 4614.0, 4615.0, 4594.0, 4661.0, 4626.0, 4592.0, 4631.0, 4594.0, 4653.0, 4637.0, 4608.0, 4658.0, 4632.0, 4688.0, 4659.0, 4615.0, 4676.0, 4644.0, 4667.0, 4633.0, 4623.0, 4663.0, 4643.0, 4684.0, 4664.0, 4642.0, 4619.0, 4580.0, 4641.0, 4601.0, 4648.0, 4630.0, 4680.0, 4630.0, 4599.0, 4618.0, 4572.0, 4630.0, 4600.0, 4650.0, 4632.0, 4630.0, 4609.0, 4581.0, 4628.0, 4612.0, 4659.0, 4623.0, 4600.0, 4630.0, 4571.0, 4642.0, 4624.0, 4670.0, 4622.0, 4611.0, 4623.0, 4570.0, 4631.0, 4611.0, 4649.0, 4631.0, 4661.0, 4609.0, 4591.0, 4618.0, 4569.0, 4649.0, 4622.0, 4661.0, 4609.0, 4579.0, 4627.0, 4568.0, 4639.0, 4620.0, 4673.0, 4610.0, 4581.0, 4629.0], 'WindowWidth': [10257.0, 10168.0, 10114.0, 10174.0, 10094.0, 10142.0, 10102.0, 10114.0, 10111.0, 10056.0, 10156.0, 10094.0, 10150.0, 10080.0, 10039.0, 10103.0, 10037.0, 10116.0, 10078.0, 10117.0, 10073.0, 10035.0, 10105.0, 10035.0, 10116.0, 10082.0, 10112.0, 10077.0, 10039.0, 10120.0, 10052.0, 10121.0, 10070.0, 10042.0, 10109.0, 10054.0, 10140.0, 10080.0, 10126.0, 10081.0, 10045.0, 10107.0, 10055.0, 10134.0, 10096.0, 10170.0, 10091.0, 10058.0, 10142.0, 10077.0, 10149.0, 10100.0, 10123.0, 10127.0, 10058.0, 10142.0, 10086.0, 10165.0, 10101.0, 10086.0, 10138.0, 10059.0, 10158.0, 10094.0, 10166.0, 10098.0, 10102.0, 10120.0, 10053.0, 10154.0, 10097.0, 10154.0, 10099.0, 10063.0, 10137.0, 10085.0, 10172.0, 10101.0, 10057.0, 10123.0, 10073.0, 10152.0, 10089.0, 10131.0, 10130.0, 10048.0, 10153.0, 10093.0, 10169.0, 10099.0, 10104.0, 10143.0, 10070.0, 10141.0, 10097.0, 10151.0, 10099.0, 10071.0, 10124.0, 10081.0, 10142.0, 10084.0, 10050.0, 10117.0, 10059.0, 10140.0, 10101.0, 10043.0, 10128.0, 10075.0, 10140.0, 10104.0, 10078.0, 10142.0, 10092.0, 10156.0, 10104.0, 10066.0, 10210.0, 10166.0, 10208.0, 10142.0, 10140.0, 10108.0, 10068.0, 10164.0, 10031.0, 10034.0, 10084.0, 10020.0, 10071.0, 10051.0, 10041.0, 10211.0, 10170.0, 10243.0, 10224.0, 10138.0, 10214.0, 10163.0, 10090.0, 10217.0, 10156.0, 10124.0, 10220.0, 10210.0, 10254.0, 10210.0, 10171.0, 10224.0, 10161.0, 10207.0, 10166.0, 10105.0, 10193.0, 10154.0, 10192.0, 10176.0, 10114.0, 10192.0, 10112.0, 10121.0, 10092.0, 10038.0, 10116.0, 10054.0, 10145.0, 10110.0, 10116.0, 10073.0, 10033.0, 10103.0, 10072.0, 10114.0, 10089.0, 10039.0, 10088.0, 10048.0, 10117.0, 10085.0, 10074.0, 10110.0, 10040.0, 10134.0, 10083.0, 10143.0, 10088.0, 10054.0, 10125.0, 10091.0, 10174.0, 10092.0, 10055.0, 10112.0, 10060.0, 10158.0, 10116.0, 10112.0, 10052.0, 10041.0, 10127.0, 10086.0, 10062.0, 10111.0, 10069.0, 10156.0, 10126.0, 10158.0, 10109.0, 10065.0, 10130.0, 10067.0, 10142.0, 10098.0, 10156.0, 10089.0, 10158.0, 10089.0, 10108.0, 10104.0, 10049.0, 10125.0, 10068.0, 10120.0, 10084.0, 10119.0, 10082.0, 10102.0, 10079.0, 10057.0, 10120.0, 10065.0, 10124.0, 10086.0, 10128.0, 10079.0, 10070.0, 10113.0, 10039.0, 10141.0, 10089.0, 10135.0, 10088.0, 10153.0, 10090.0, 10060.0, 10122.0, 10060.0, 10144.0, 10087.0, 10157.0, 10101.0, 10138.0, 10119.0, 10065.0, 10140.0, 10087.0, 10157.0, 10116.0, 10182.0, 10106.0, 10090.0, 10131.0, 10061.0, 10147.0, 10107.0, 10172.0, 10113.0, 10142.0, 10101.0, 10062.0, 10142.0, 10076.0, 10160.0, 10131.0, 10180.0, 10101.0, 10146.0, 10135.0, 10087.0, 10114.0, 10066.0, 10134.0, 10088.0, 10076.0, 10105.0, 10062.0, 10143.0, 10110.0, 10160.0, 10110.0, 10174.0, 10111.0, 10148.0, 10130.0, 10074.0, 10164.0, 10102.0, 10158.0, 10103.0, 10169.0, 10103.0, 10154.0, 10119.0, 10060.0, 10123.0, 10072.0, 10142.0, 10099.0, 10155.0, 10130.0, 10153.0, 10099.0, 10067.0, 10117.0, 10037.0, 10154.0, 10080.0, 10155.0, 10082.0, 10144.0, 10076.0, 10088.0, 10118.0, 10036.0, 10121.0, 10084.0, 10125.0, 10098.0, 10125.0, 10097.0, 10055.0, 10122.0, 10071.0, 10137.0, 10101.0, 10162.0, 10103.0, 10075.0, 10112.0, 10055.0, 10125.0, 10085.0, 10135.0, 10101.0, 10113.0, 10101.0, 10062.0, 10144.0, 10090.0, 10164.0, 10103.0, 10130.0, 10106.0, 10077.0, 10143.0, 10106.0, 10174.0, 10111.0, 10153.0, 10122.0, 10090.0, 10160.0, 10095.0, 10180.0, 10135.0, 10178.0, 10109.0, 10127.0, 10131.0, 10093.0, 10185.0, 10133.0, 10176.0, 10108.0, 10112.0, 10141.0, 10072.0, 10172.0, 10121.0, 10171.0, 10106.0, 10131.0, 10131.0, 10083.0, 10157.0, 10098.0, 10154.0, 10103.0, 10138.0, 10114.0, 10087.0, 10126.0, 10061.0, 10138.0, 10096.0, 10158.0, 10112.0, 10154.0, 10099.0, 10060.0, 10121.0, 10075.0, 10152.0, 10127.0, 10161.0, 10099.0, 10062.0, 10111.0, 10057.0, 10136.0, 10119.0, 10168.0, 10102.0, 10081.0, 10112.0, 10059.0, 10140.0, 10101.0, 10155.0, 10101.0, 10130.0, 10102.0, 10061.0, 10124.0, 10047.0, 10142.0, 10089.0, 10140.0, 10098.0, 10143.0, 10103.0, 10087.0, 10123.0, 10043.0, 10127.0, 10069.0, 10134.0, 10102.0, 10182.0, 10100.0, 10102.0, 10113.0, 10044.0, 10124.0, 10069.0, 10150.0, 10114.0, 10168.0, 10084.0, 10057.0, 10100.0, 10050.0, 10145.0, 10104.0, 10169.0, 10105.0, 10109.0, 10128.0, 10061.0, 10159.0, 10091.0, 10164.0, 10119.0, 10161.0, 10106.0, 10172.0, 10117.0, 10072.0, 10130.0, 10059.0, 10136.0, 10101.0, 10154.0, 10118.0, 10170.0, 10103.0, 10075.0, 10126.0, 10060.0, 10134.0, 10073.0, 10158.0, 10102.0, 10175.0, 10134.0, 10173.0, 10156.0, 10088.0, 10171.0, 10131.0, 10193.0, 10123.0, 10065.0, 10150.0, 10115.0, 10104.0, 10108.0, 10084.0, 10171.0, 10097.0, 10171.0, 10126.0, 10165.0, 10118.0, 10150.0, 10120.0, 10089.0, 10133.0, 10059.0, 10127.0, 10089.0, 10153.0, 10107.0, 10158.0, 10089.0, 10143.0, 10127.0, 10097.0, 10147.0, 10050.0, 10120.0, 10082.0, 10093.0, 10109.0, 10077.0, 10151.0, 10136.0, 10152.0, 10144.0, 10101.0, 10162.0, 10103.0, 10168.0, 10097.0, 10139.0, 10134.0, 10071.0, 10142.0, 10072.0, 10138.0, 10096.0, 10152.0, 10128.0, 10135.0, 10098.0, 10057.0, 10121.0, 10067.0, 10139.0, 10116.0, 10103.0, 10101.0, 10066.0, 10131.0, 10067.0, 10161.0, 10127.0, 10144.0, 10107.0, 10083.0, 10147.0, 10075.0, 10161.0, 10130.0, 10169.0, 10105.0, 10066.0, 10138.0, 10067.0, 10173.0, 10132.0, 10159.0, 10117.0, 10164.0, 10109.0, 10121.0, 10112.0, 10046.0, 10144.0, 10105.0, 10182.0, 10119.0, 10058.0, 10127.0, 10085.0, 10161.0, 10127.0, 10180.0, 10123.0, 10045.0, 10142.0, 10107.0, 10176.0, 10121.0, 10103.0, 10149.0, 10109.0, 10177.0, 10104.0, 10132.0, 10162.0, 10115.0, 10194.0, 10103.0, 10131.0, 10130.0, 10082.0, 10176.0, 10136.0, 10189.0, 10099.0, 10096.0, 10113.0, 10055.0, 10174.0, 10127.0, 10149.0, 10081.0, 10042.0, 10122.0, 10068.0, 10160.0, 10156.0, 10112.0, 10118.0, 10095.0, 10169.0, 10149.0, 10056.0, 10141.0, 10134.0, 10066.0, 10168.0, 10137.0, 10115.0, 10175.0, 10146.0, 10119.0, 10129.0, 10082.0, 10154.0, 10117.0, 10170.0, 10134.0, 10063.0, 10144.0, 10121.0, 10083.0, 10128.0, 10105.0, 10159.0, 10146.0, 10082.0, 10147.0, 10108.0, 10128.0, 10103.0, 10068.0, 10160.0, 10120.0, 10185.0, 10140.0, 10071.0, 10118.0, 10065.0, 10120.0, 10073.0, 10092.0, 10109.0, 10037.0, 10115.0, 10086.0, 10118.0, 10086.0, 10125.0, 10095.0, 10057.0, 10110.0, 10071.0, 10117.0, 10085.0, 10111.0, 10083.0, 10056.0, 10113.0, 10055.0, 10156.0, 10115.0, 10126.0, 10100.0, 10053.0, 10129.0, 10096.0, 10144.0, 10103.0, 10154.0, 10115.0, 10183.0, 10136.0, 10181.0, 10106.0, 10077.0, 10117.0, 10076.0, 10153.0, 10094.0, 10149.0, 10077.0, 10075.0, 10106.0, 10045.0, 10140.0, 10112.0, 10148.0, 10106.0, 10068.0, 10125.0, 10089.0, 10159.0, 10116.0, 10168.0, 10102.0, 10151.0, 10111.0, 10161.0, 10089.0, 10117.0, 10078.0, 10117.0, 10077.0, 10060.0, 10087.0, 10040.0, 10088.0, 10037.0, 10103.0, 10042.0, 10107.0, 10046.0, 10123.0, 10081.0, 10127.0, 10089.0, 10130.0, 10108.0, 10140.0, 10110.0, 10144.0, 10096.0, 10077.0, 10107.0, 10078.0, 10148.0, 10071.0, 10177.0, 10124.0, 10169.0, 10112.0, 10161.0, 10127.0, 10098.0, 10148.0, 10082.0, 10162.0, 10130.0, 10198.0, 10154.0, 10173.0, 10120.0, 10120.0, 10148.0, 10116.0, 10179.0, 10109.0, 10163.0, 10118.0, 10162.0, 10149.0, 10203.0, 10127.0, 10087.0, 10125.0, 10064.0, 10163.0, 10165.0, 10192.0, 10127.0, 10184.0, 10128.0, 10072.0, 10183.0, 10144.0, 10075.0, 10172.0, 10140.0, 10198.0, 10164.0, 10096.0, 10182.0, 10155.0, 10178.0, 10160.0, 10154.0, 10187.0, 10159.0, 10176.0, 10119.0, 10063.0, 10168.0, 10151.0, 10198.0, 10123.0, 10110.0, 10172.0, 10132.0, 10162.0, 10162.0, 10117.0, 10197.0, 10136.0, 10138.0, 10098.0, 10044.0, 10160.0, 10132.0, 10188.0, 10115.0, 10079.0, 10115.0, 10060.0, 10127.0, 10086.0, 10150.0, 10128.0, 10060.0, 10114.0, 10107.0, 10148.0, 10125.0, 10141.0, 10105.0, 10147.0, 10120.0, 10058.0, 10126.0, 10076.0, 10141.0, 10103.0, 10180.0, 10125.0, 10186.0, 10124.0, 10105.0, 10087.0, 10032.0, 10095.0, 10016.0, 10127.0, 10089.0, 10161.0, 10113.0, 10126.0, 10073.0, 10065.0, 10149.0, 10125.0, 10134.0, 10070.0, 10050.0, 10137.0, 10099.0, 10130.0, 10109.0, 10070.0, 10125.0, 10045.0, 10120.0, 10051.0, 10136.0, 10079.0, 10108.0, 10080.0, 10103.0, 10075.0, 10111.0, 10080.0, 10139.0, 10078.0, 10036.0, 10081.0, 10051.0, 10108.0, 10070.0, 10137.0, 10099.0, 10152.0, 10085.0, 10087.0, 10099.0, 10072.0, 10143.0, 10046.0, 10128.0, 10077.0, 10123.0, 10087.0, 10134.0, 10116.0, 10167.0, 10098.0, 10083.0, 10109.0, 10040.0, 10125.0, 10082.0, 10173.0, 10138.0, 10166.0, 10085.0, 10122.0, 10093.0, 10053.0, 10125.0, 10045.0, 10121.0, 10074.0, 10124.0, 10103.0, 10150.0, 10097.0, 10138.0, 10084.0, 10062.0, 10114.0, 10044.0, 10143.0, 10102.0, 10166.0, 10085.0, 10063.0, 10098.0, 10059.0, 10124.0, 10085.0, 10151.0, 10101.0, 10168.0, 10083.0, 10147.0, 10082.0, 10120.0, 10095.0, 10038.0, 10111.0, 10059.0, 10122.0, 10085.0, 10121.0, 10100.0, 10164.0, 10098.0, 10105.0, 10100.0, 10059.0, 10125.0, 10077.0, 10166.0, 10143.0, 10181.0, 10136.0, 10150.0, 10161.0, 10094.0, 10135.0, 10083.0, 10160.0, 10092.0, 10080.0, 10117.0, 10059.0, 10183.0, 10143.0, 10164.0, 10079.0, 10076.0, 10133.0, 10137.0, 10184.0, 10129.0, 10128.0, 10167.0, 10138.0, 10167.0, 10096.0, 10064.0, 10143.0, 10082.0, 10158.0, 10126.0, 10187.0, 10145.0, 10095.0, 10109.0, 10041.0, 10102.0, 10073.0, 10122.0, 10087.0, 10158.0, 10091.0, 10036.0, 10104.0, 10041.0, 10123.0, 10101.0, 10141.0, 10139.0, 10076.0, 10127.0, 10087.0, 10093.0, 10104.0, 10077.0, 10132.0, 10058.0, 10143.0, 10058.0, 10159.0, 10099.0, 10126.0, 10090.0, 10123.0, 10088.0, 10135.0, 10090.0, 10162.0, 10102.0, 10114.0, 10077.0, 10100.0, 10074.0, 10119.0, 10095.0, 10058.0, 10117.0, 10052.0, 10110.0, 10088.0, 10150.0, 10109.0, 10092.0, 10135.0, 10045.0, 10122.0, 10047.0, 10122.0, 10083.0, 10149.0, 10106.0, 10119.0, 10118.0, 10053.0, 10165.0, 10125.0, 10182.0, 10116.0, 10113.0, 10111.0, 10085.0, 10114.0, 10097.0, 10130.0, 10044.0, 10119.0, 10047.0, 10106.0, 10048.0, 10126.0, 10085.0, 10137.0, 10108.0, 10131.0, 10104.0, 10121.0, 10110.0, 10095.0, 10137.0, 10064.0, 10136.0, 10074.0, 10148.0, 10083.0, 10164.0, 10127.0, 10183.0, 10125.0, 10152.0, 10128.0, 10082.0, 10159.0, 10073.0, 10188.0, 10099.0, 10164.0, 10124.0, 10168.0, 10124.0, 10198.0, 10146.0, 10153.0, 10151.0, 10071.0, 10167.0, 10112.0, 10163.0, 10154.0, 10216.0, 10151.0, 10140.0, 10137.0, 10070.0, 10145.0, 10097.0, 10184.0, 10148.0, 10194.0, 10120.0, 10147.0, 10114.0, 10126.0, 10128.0, 10071.0, 10160.0, 10079.0, 10140.0, 10103.0, 10135.0, 10111.0, 10137.0, 10104.0, 10140.0, 10106.0, 10058.0, 10118.0, 10065.0, 10143.0, 10063.0, 10146.0, 10102.0, 10130.0, 10106.0, 10094.0, 10136.0, 10068.0, 10173.0, 10130.0, 10157.0, 10127.0, 10073.0, 10185.0, 10154.0, 10177.0, 10124.0, 10081.0, 10150.0, 10066.0, 10158.0, 10084.0, 10181.0, 10130.0, 10142.0, 10095.0, 10140.0, 10098.0, 10139.0, 10084.0, 10149.0, 10093.0, 10050.0, 10121.0, 10066.0, 10183.0, 10100.0, 10165.0, 10113.0, 10169.0, 10158.0, 10119.0, 10121.0, 10089.0, 10176.0, 10131.0, 10081.0, 10133.0, 10088.0, 10168.0, 10152.0, 10114.0, 10180.0, 10148.0, 10223.0, 10185.0, 10118.0, 10205.0, 10154.0, 10188.0, 10138.0, 10123.0, 10179.0, 10151.0, 10216.0, 10180.0, 10146.0, 10114.0, 10064.0, 10144.0, 10090.0, 10152.0, 10128.0, 10202.0, 10128.0, 10086.0, 10110.0, 10053.0, 10127.0, 10086.0, 10156.0, 10133.0, 10128.0, 10098.0, 10063.0, 10124.0, 10107.0, 10170.0, 10125.0, 10089.0, 10129.0, 10051.0, 10145.0, 10123.0, 10186.0, 10120.0, 10102.0, 10121.0, 10051.0, 10129.0, 10104.0, 10157.0, 10134.0, 10172.0, 10098.0, 10072.0, 10108.0, 10045.0, 10153.0, 10120.0, 10169.0, 10100.0, 10059.0, 10122.0, 10042.0, 10138.0, 10116.0, 10188.0, 10100.0, 10063.0, 10126.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.0018883465189873418</td></tr>
<tr><td colspan=3>aqi</td><td>0.022699159651898733</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.71427542952491</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2258209136342046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0316429651781465</td></tr>
<tr><td colspan=3>efc</td><td>0.5205</td></tr>
<tr><td colspan=3>fber</td><td>2736.228</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10063334389031733</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.594936708860759</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5460395560417113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.496478758661126</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6801140270101933</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4615258824538144</td></tr>
<tr><td colspan=3>gcor</td><td>0.00649694</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0028661289252340794</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02352982759475708</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0161410637067725</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>13.095</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>76.5077</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.6138</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1232.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.6624</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6348</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.5392</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3754.0749</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1388.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.5214</td></tr>
<tr><td colspan=3>tsnr</td><td>37.31750225182623</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>