<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-04/func/sub-0025_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>49afb1eba4e992926ef044cff70088c9</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>12:40:29.900000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998906, -0.00608097, 0.0463662, 0.00435854, 0.9993, 0.0371593]</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.104414</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>[4136, -7757, -7226, 547, -52, -129, -37, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>301.387</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ffcaefd3-1d38-4d49-8ec6-fd348835dba7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6799917221069336, 0.011693645268678665, 0.12571129202842712, 110.46870422363281], [0.016314789652824402, 2.6810483932495117, 0.09967471659183502, -85.54662322998047], [0.12439722567796707, -0.09969569742679596, 2.6952292919158936, -64.4351577758789], [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': ['124029.900000', '124030.360000', '124030.820000', '124031.280000', '124031.740000', '124032.200000', '124032.660000', '124033.120000', '124033.580000', '124034.040000', '124034.500000', '124034.960000', '124035.420000', '124035.880000', '124036.340000', '124036.800000', '124037.260000', '124037.720000', '124038.180000', '124038.640000', '124039.100000', '124039.560000', '124040.020000', '124040.480000', '124040.940000', '124041.400000', '124041.860000', '124042.320000', '124042.780000', '124043.240000', '124043.700000', '124044.160000', '124044.620000', '124045.080000', '124045.540000', '124046.000000', '124046.460000', '124046.920000', '124047.380000', '124047.840000', '124048.300000', '124048.760000', '124049.220000', '124049.680000', '124050.140000', '124050.600000', '124051.060000', '124051.520000', '124051.980000', '124052.440000', '124052.900000', '124053.360000', '124053.820000', '124054.280000', '124054.740000', '124055.200000', '124055.660000', '124056.120000', '124056.580000', '124057.040000', '124057.500000', '124057.960000', '124058.420000', '124058.880000', '124059.340000', '124059.800000', '124100.260000', '124100.720000', '124101.180000', '124101.640000', '124102.100000', '124102.560000', '124103.020000', '124103.480000', '124103.940000', '124104.400000', '124104.860000', '124105.320000', '124105.780000', '124106.240000', '124106.700000', '124107.160000', '124107.620000', '124108.080000', '124108.540000', '124109.000000', '124109.460000', '124109.920000', '124110.380000', '124110.840000', '124111.300000', '124111.760000', '124112.220000', '124112.680000', '124113.140000', '124113.600000', '124114.060000', '124114.520000', '124114.980000', '124115.440000', '124115.900000', '124116.360000', '124116.820000', '124117.280000', '124117.740000', '124118.200000', '124118.660000', '124119.120000', '124119.580000', '124120.040000', '124120.500000', '124120.960000', '124121.420000', '124121.880000', '124122.340000', '124122.800000', '124123.260000', '124123.720000', '124124.180000', '124124.640000', '124125.100000', '124125.560000', '124126.020000', '124126.480000', '124126.940000', '124127.400000', '124127.860000', '124128.320000', '124128.780000', '124129.240000', '124129.700000', '124130.160000', '124130.620000', '124131.080000', '124131.540000', '124132.000000', '124132.460000', '124132.920000', '124133.380000', '124133.840000', '124134.300000', '124134.760000', '124135.220000', '124135.680000', '124136.140000', '124136.600000', '124137.060000', '124137.520000', '124137.980000', '124138.440000', '124138.900000', '124139.360000', '124139.820000', '124140.280000', '124140.740000', '124141.200000', '124141.660000', '124142.120000', '124142.580000', '124143.040000', '124143.500000', '124143.960000', '124144.420000', '124144.880000', '124145.340000', '124145.800000', '124146.260000', '124146.720000', '124147.180000', '124147.640000', '124148.100000', '124148.560000', '124149.020000', '124149.480000', '124149.940000', '124150.400000', '124150.860000', '124151.320000', '124151.780000', '124152.240000', '124152.700000', '124153.160000', '124153.620000', '124154.080000', '124154.540000', '124155.000000', '124155.460000', '124155.920000', '124156.380000', '124156.840000', '124157.300000', '124157.760000', '124158.220000', '124158.680000', '124159.140000', '124159.600000', '124200.060000', '124200.520000', '124200.980000', '124201.440000', '124201.900000', '124202.360000', '124202.820000', '124203.280000', '124203.740000', '124204.200000', '124204.660000', '124205.120000', '124205.580000', '124206.040000', '124206.500000', '124206.960000', '124207.420000', '124207.880000', '124208.340000', '124208.800000', '124209.260000', '124209.720000', '124210.180000', '124210.640000', '124211.100000', '124211.560000', '124212.020000', '124212.480000', '124212.940000', '124213.400000', '124213.860000', '124214.320000', '124214.780000', '124215.240000', '124215.700000', '124216.160000', '124216.620000', '124217.080000', '124217.540000', '124218.000000', '124218.460000', '124218.920000', '124219.380000', '124219.840000', '124220.300000', '124220.760000', '124221.220000', '124221.680000', '124222.140000', '124222.600000', '124223.060000', '124223.520000', '124223.980000', '124224.440000', '124224.900000', '124225.360000', '124225.820000', '124226.280000', '124226.740000', '124227.200000', '124227.660000', '124228.120000', '124228.580000', '124229.040000', '124229.500000', '124229.960000', '124230.420000', '124230.880000', '124231.340000', '124231.800000', '124232.260000', '124232.720000', '124233.180000', '124233.640000', '124234.100000', '124234.560000', '124235.020000', '124235.480000', '124235.940000', '124236.400000', '124236.860000', '124237.320000', '124237.780000', '124238.240000', '124238.700000', '124239.160000', '124239.620000', '124240.080000', '124240.540000', '124241.000000', '124241.460000', '124241.920000', '124242.380000', '124242.840000', '124243.300000', '124243.760000', '124244.220000', '124244.680000', '124245.140000', '124245.600000', '124246.060000', '124246.520000', '124246.980000', '124247.440000', '124247.900000', '124248.360000', '124248.820000', '124249.280000', '124249.740000', '124250.200000', '124250.660000', '124251.120000', '124251.580000', '124252.040000', '124252.500000', '124252.960000', '124253.420000', '124253.880000', '124254.340000', '124254.800000', '124255.260000', '124255.720000', '124256.180000', '124256.640000', '124257.100000', '124257.560000', '124258.020000', '124258.480000', '124258.940000', '124259.400000', '124259.860000', '124300.320000', '124300.780000', '124301.240000', '124301.700000', '124302.160000', '124302.620000', '124303.080000', '124303.540000', '124304.000000', '124304.460000', '124304.920000', '124305.380000', '124305.840000', '124306.300000', '124306.760000', '124307.220000', '124307.680000', '124308.140000', '124308.600000', '124309.060000', '124309.520000', '124309.980000', '124310.440000', '124310.900000', '124311.360000', '124311.820000', '124312.280000', '124312.740000', '124313.200000', '124313.660000', '124314.120000', '124314.580000', '124315.040000', '124315.500000', '124315.960000', '124316.420000', '124316.880000', '124317.340000', '124317.800000', '124318.260000', '124318.720000', '124319.180000', '124319.640000', '124320.100000', '124320.560000', '124321.020000', '124321.480000', '124321.940000', '124322.400000', '124322.860000', '124323.320000', '124323.780000', '124324.240000', '124324.700000', '124325.160000', '124325.620000', '124326.080000', '124326.540000', '124327.000000', '124327.460000', '124327.920000', '124328.380000', '124328.840000', '124329.300000', '124329.760000', '124330.220000', '124330.680000', '124331.140000', '124331.600000', '124332.060000', '124332.520000', '124332.980000', '124333.440000', '124333.900000', '124334.360000', '124334.820000', '124335.280000', '124335.740000', '124336.200000', '124336.660000', '124337.120000', '124337.580000', '124338.040000', '124338.500000', '124338.960000', '124339.420000', '124339.880000', '124340.340000', '124340.800000', '124341.260000', '124341.720000', '124342.180000', '124342.640000', '124343.100000', '124343.560000', '124344.020000', '124344.480000', '124344.940000', '124345.400000', '124345.860000', '124346.320000', '124346.780000', '124347.240000', '124347.700000', '124348.160000', '124348.620000', '124349.080000', '124349.540000', '124350.000000', '124350.460000', '124350.920000', '124351.380000', '124351.840000', '124352.300000', '124352.760000', '124353.220000', '124353.680000', '124354.140000', '124354.600000', '124355.060000', '124355.520000', '124355.980000', '124356.440000', '124356.900000', '124357.360000', '124357.820000', '124358.280000', '124358.740000', '124359.200000', '124359.660000', '124400.120000', '124400.580000', '124401.040000', '124401.500000', '124401.960000', '124402.420000', '124402.880000', '124403.340000', '124403.800000', '124404.260000', '124404.720000', '124405.180000', '124405.640000', '124406.100000', '124406.560000', '124407.020000', '124407.480000', '124407.940000', '124408.400000', '124408.860000', '124409.320000', '124409.780000', '124410.240000', '124410.700000', '124411.160000', '124411.620000', '124412.080000', '124412.540000', '124413.000000', '124413.460000', '124413.920000', '124414.380000', '124414.840000', '124415.300000', '124415.760000', '124416.220000', '124416.680000', '124417.140000', '124417.600000', '124418.060000', '124418.520000', '124418.980000', '124419.440000', '124419.900000', '124420.360000', '124420.820000', '124421.280000', '124421.740000', '124422.200000', '124422.660000', '124423.120000', '124423.580000', '124424.040000', '124424.500000', '124424.960000', '124425.420000', '124425.880000', '124426.340000', '124426.800000', '124427.260000', '124427.720000', '124428.180000', '124428.640000', '124429.100000', '124429.560000', '124430.020000', '124430.480000', '124430.940000', '124431.400000', '124431.860000', '124432.320000', '124432.780000', '124433.240000', '124433.700000', '124434.160000', '124434.620000', '124435.080000', '124435.540000', '124436.000000', '124436.460000', '124436.920000', '124437.380000', '124437.840000', '124438.300000', '124438.760000', '124439.220000', '124439.680000', '124440.140000', '124440.600000', '124441.060000', '124441.520000', '124441.980000', '124442.440000', '124442.900000', '124443.360000', '124443.820000', '124444.280000', '124444.740000', '124445.200000', '124445.660000', '124446.120000', '124446.580000', '124447.040000', '124447.500000', '124447.960000', '124448.420000', '124448.880000', '124449.340000', '124449.800000', '124450.260000', '124450.720000', '124451.180000', '124451.640000', '124452.100000', '124452.560000', '124453.020000', '124453.480000', '124453.940000', '124454.400000', '124454.860000', '124455.320000', '124455.780000', '124456.240000', '124456.700000', '124457.160000', '124457.620000', '124458.080000', '124458.540000', '124459.000000', '124459.460000', '124459.920000', '124500.380000', '124500.840000', '124501.300000', '124501.760000', '124502.220000', '124502.680000', '124503.140000', '124503.600000', '124504.060000', '124504.520000', '124504.980000', '124505.440000', '124505.900000', '124506.360000', '124506.820000', '124507.280000', '124507.740000', '124508.200000', '124508.660000', '124509.120000', '124509.580000', '124510.040000', '124510.500000', '124510.960000', '124511.420000', '124511.880000', '124512.340000', '124512.800000', '124513.260000', '124513.720000', '124514.180000', '124514.640000', '124515.100000', '124515.560000', '124516.020000', '124516.480000', '124516.940000', '124517.400000', '124517.860000', '124518.320000', '124518.780000', '124519.240000', '124519.700000', '124520.160000', '124520.620000', '124521.080000', '124521.540000', '124522.000000', '124522.460000', '124522.920000', '124523.380000', '124523.840000', '124524.300000', '124524.760000', '124525.220000', '124525.680000', '124526.140000', '124526.600000', '124527.060000', '124527.520000', '124527.980000', '124528.440000', '124528.900000', '124529.360000', '124529.820000', '124530.280000', '124530.740000', '124531.200000', '124531.660000', '124532.120000', '124532.580000', '124533.040000', '124533.500000', '124533.960000', '124534.420000', '124534.880000', '124535.340000', '124535.800000', '124536.260000', '124536.720000', '124537.180000', '124537.640000', '124538.100000', '124538.560000', '124539.020000', '124539.480000', '124539.940000', '124540.400000', '124540.860000', '124541.320000', '124541.780000', '124542.240000', '124542.700000', '124543.160000', '124543.620000', '124544.080000', '124544.540000', '124545.000000', '124545.460000', '124545.920000', '124546.380000', '124546.840000', '124547.300000', '124547.760000', '124548.220000', '124548.680000', '124549.140000', '124549.600000', '124550.060000', '124550.520000', '124550.980000', '124551.440000', '124551.900000', '124552.360000', '124552.820000', '124553.280000', '124553.740000', '124554.200000', '124554.660000', '124555.120000', '124555.580000', '124556.040000', '124556.500000', '124556.960000', '124557.420000', '124557.880000', '124558.340000', '124558.800000', '124559.260000', '124559.720000', '124600.180000', '124600.640000', '124601.100000', '124601.560000', '124602.020000', '124602.480000', '124602.940000', '124603.400000', '124603.860000', '124604.320000', '124604.780000', '124605.240000', '124605.700000', '124606.160000', '124606.620000', '124607.080000', '124607.540000', '124608.000000', '124608.460000', '124608.920000', '124609.380000', '124609.840000', '124610.300000', '124610.760000', '124611.220000', '124611.680000', '124612.140000', '124612.600000', '124613.060000', '124613.520000', '124613.980000', '124614.440000', '124614.900000', '124615.360000', '124615.820000', '124616.280000', '124616.740000', '124617.200000', '124617.660000', '124618.120000', '124618.580000', '124619.040000', '124619.500000', '124619.960000', '124620.420000', '124620.880000', '124621.340000', '124621.800000', '124622.260000', '124622.720000', '124623.180000', '124623.640000', '124624.100000', '124624.560000', '124625.020000', '124625.480000', '124625.940000', '124626.400000', '124626.860000', '124627.320000', '124627.780000', '124628.240000', '124628.700000', '124629.160000', '124629.620000', '124630.080000', '124630.540000', '124631.000000', '124631.460000', '124631.920000', '124632.380000', '124632.840000', '124633.300000', '124633.760000', '124634.220000', '124634.680000', '124635.140000', '124635.600000', '124636.060000', '124636.520000', '124636.980000', '124637.440000', '124637.900000', '124638.360000', '124638.820000', '124639.280000', '124639.740000', '124640.200000', '124640.660000', '124641.120000', '124641.580000', '124642.040000', '124642.500000', '124642.960000', '124643.420000', '124643.880000', '124644.340000', '124644.800000', '124645.260000', '124645.720000', '124646.180000', '124646.640000', '124647.100000', '124647.560000', '124648.020000', '124648.480000', '124648.940000', '124649.400000', '124649.860000', '124650.320000', '124650.780000', '124651.240000', '124651.700000', '124652.160000', '124652.620000', '124653.080000', '124653.540000', '124654.000000', '124654.460000', '124654.920000', '124655.380000', '124655.840000', '124656.300000', '124656.760000', '124657.220000', '124657.680000', '124658.140000', '124658.600000', '124659.060000', '124659.520000', '124659.980000', '124700.440000', '124700.900000', '124701.360000', '124701.820000', '124702.280000', '124702.740000', '124703.200000', '124703.660000', '124704.120000', '124704.580000', '124705.040000', '124705.500000', '124705.960000', '124706.420000', '124706.880000', '124707.340000', '124707.800000', '124708.260000', '124708.720000', '124709.180000', '124709.640000', '124710.100000', '124710.560000', '124711.020000', '124711.480000', '124711.940000', '124712.400000', '124712.860000', '124713.320000', '124713.780000', '124714.240000', '124714.700000', '124715.160000', '124715.620000', '124716.080000', '124716.540000', '124717.000000', '124717.460000', '124717.920000', '124718.380000', '124718.840000', '124719.300000', '124719.760000', '124720.220000', '124720.680000', '124721.140000', '124721.600000', '124722.060000', '124722.520000', '124722.980000', '124723.440000', '124723.900000', '124724.360000', '124724.820000', '124725.280000', '124725.740000', '124726.200000', '124726.660000', '124727.120000', '124727.580000', '124728.040000', '124728.500000', '124728.960000', '124729.420000', '124729.880000', '124730.340000', '124730.800000', '124731.260000', '124731.720000', '124732.180000', '124732.640000', '124733.100000', '124733.560000', '124734.020000', '124734.480000', '124734.940000', '124735.400000', '124735.860000', '124736.320000', '124736.780000', '124737.240000', '124737.700000', '124738.160000', '124738.620000', '124739.080000', '124739.540000', '124740.000000', '124740.460000', '124740.920000', '124741.380000', '124741.840000', '124742.300000', '124742.760000', '124743.220000', '124743.680000', '124744.140000', '124744.600000', '124745.060000', '124745.520000', '124745.980000', '124746.440000', '124746.900000', '124747.360000', '124747.820000', '124748.280000', '124748.740000', '124749.200000', '124749.660000', '124750.120000', '124750.580000', '124751.040000', '124751.500000', '124751.960000', '124752.420000', '124752.880000', '124753.340000', '124753.800000', '124754.260000', '124754.720000', '124755.180000', '124755.640000', '124756.100000', '124756.560000', '124757.020000', '124757.480000', '124757.940000', '124758.400000', '124758.860000', '124759.320000', '124759.780000', '124800.240000', '124800.700000', '124801.160000', '124801.620000', '124802.080000', '124802.540000', '124803.000000', '124803.460000', '124803.920000', '124804.380000', '124804.840000', '124805.300000', '124805.760000', '124806.220000', '124806.680000', '124807.140000', '124807.600000', '124808.060000', '124808.520000', '124808.980000', '124809.440000', '124809.900000', '124810.360000', '124810.820000', '124811.280000', '124811.740000', '124812.200000', '124812.660000', '124813.120000', '124813.580000', '124814.040000', '124814.500000', '124814.960000', '124815.420000', '124815.880000', '124816.340000', '124816.800000', '124817.260000', '124817.720000', '124818.180000', '124818.640000', '124819.100000', '124819.560000', '124820.020000', '124820.480000', '124820.940000', '124821.400000', '124821.860000', '124822.320000', '124822.780000', '124823.240000', '124823.700000', '124824.160000', '124824.620000', '124825.080000', '124825.540000', '124826.000000', '124826.460000', '124826.920000', '124827.380000', '124827.840000', '124828.300000', '124828.760000', '124829.220000', '124829.680000', '124830.140000', '124830.600000', '124831.060000', '124831.520000', '124831.980000', '124832.440000', '124832.900000', '124833.360000', '124833.820000', '124834.280000', '124834.740000', '124835.200000', '124835.660000', '124836.120000', '124836.580000', '124837.040000', '124837.500000', '124837.960000', '124838.420000', '124838.880000', '124839.340000', '124839.800000', '124840.260000', '124840.720000', '124841.180000', '124841.640000', '124842.100000', '124842.560000', '124843.020000', '124843.480000', '124843.940000', '124844.400000', '124844.860000', '124845.320000', '124845.780000', '124846.240000', '124846.700000', '124847.160000', '124847.620000', '124848.080000', '124848.540000', '124849.000000', '124849.460000', '124849.920000', '124850.380000', '124850.840000', '124851.300000', '124851.760000', '124852.220000', '124852.680000', '124853.140000', '124853.600000', '124854.060000', '124854.520000', '124854.980000', '124855.440000', '124855.900000', '124856.360000', '124856.820000', '124857.280000', '124857.740000', '124858.200000', '124858.660000', '124859.120000', '124859.580000', '124900.040000', '124900.500000', '124900.960000', '124901.420000', '124901.880000', '124902.340000', '124902.800000', '124903.260000', '124903.720000', '124904.180000', '124904.640000', '124905.100000', '124905.560000', '124906.020000', '124906.480000', '124906.940000', '124907.400000', '124907.860000', '124908.320000', '124908.780000', '124909.240000', '124909.700000', '124910.160000', '124910.620000', '124911.080000', '124911.540000', '124912.000000', '124912.460000', '124912.920000', '124913.380000', '124913.840000', '124914.300000', '124914.760000', '124915.220000', '124915.680000', '124916.140000', '124916.600000', '124917.060000', '124917.520000', '124917.980000', '124918.440000', '124918.900000', '124919.360000', '124919.820000', '124920.280000', '124920.740000', '124921.200000', '124921.660000', '124922.120000', '124922.580000', '124923.040000', '124923.500000', '124923.960000', '124924.420000', '124924.880000', '124925.340000', '124925.800000', '124926.260000', '124926.720000', '124927.180000', '124927.640000', '124928.100000', '124928.560000', '124929.020000', '124929.480000', '124929.940000', '124930.400000', '124930.860000', '124931.320000', '124931.780000', '124932.240000', '124932.700000', '124933.160000', '124933.620000', '124934.080000', '124934.540000', '124935.000000', '124935.460000', '124935.920000', '124936.380000', '124936.840000', '124937.300000', '124937.760000', '124938.220000', '124938.680000', '124939.140000', '124939.600000', '124940.060000', '124940.520000', '124940.980000', '124941.440000', '124941.900000', '124942.360000', '124942.820000', '124943.280000', '124943.740000', '124944.200000', '124944.660000', '124945.120000', '124945.580000', '124946.040000', '124946.500000', '124946.960000', '124947.420000', '124947.880000', '124948.340000', '124948.800000', '124949.260000', '124949.720000', '124950.180000', '124950.640000', '124951.100000', '124951.560000', '124952.020000', '124952.480000', '124952.940000', '124953.400000', '124953.860000', '124954.320000', '124954.780000', '124955.240000', '124955.700000', '124956.160000', '124956.620000', '124957.080000', '124957.540000', '124958.000000', '124958.460000', '124958.920000', '124959.380000', '124959.840000', '125000.300000', '125000.760000', '125001.220000', '125001.680000', '125002.140000', '125002.600000', '125003.060000', '125003.520000', '125003.980000', '125004.440000', '125004.900000', '125005.360000', '125005.820000', '125006.280000', '125006.740000', '125007.200000', '125007.660000', '125008.120000', '125008.580000', '125009.040000', '125009.500000', '125009.960000', '125010.420000', '125010.880000', '125011.340000', '125011.800000', '125012.260000', '125012.720000'], 'ContentTime': ['124057.819000', '124057.822000', '124057.825000', '124057.828000', '124057.831000', '124057.834000', '124057.837000', '124057.840000', '124057.843000', '124057.845000', '124057.848000', '124057.851000', '124057.854000', '124057.857000', '124057.860000', '124057.864000', '124057.867000', '124057.870000', '124057.873000', '124057.876000', '124057.879000', '124057.882000', '124057.884000', '124057.887000', '124057.909000', '124057.911000', '124057.914000', '124057.917000', '124057.920000', '124057.923000', '124057.925000', '124057.928000', '124057.931000', '124057.934000', '124057.937000', '124057.939000', '124057.948000', '124057.950000', '124057.953000', '124057.956000', '124057.959000', '124057.962000', '124057.965000', '124057.967000', '124057.970000', '124057.973000', '124057.976000', '124057.979000', '124057.981000', '124057.984000', '124057.987000', '124057.990000', '124057.993000', '124057.995000', '124057.998000', '124058.002000', '124058.010000', '124058.013000', '124117.785000', '124117.788000', '124117.791000', '124117.793000', '124117.796000', '124117.799000', '124117.802000', '124117.805000', '124117.807000', '124117.810000', '124117.813000', '124117.816000', '124117.819000', '124117.825000', '124117.836000', '124117.839000', '124117.841000', '124117.844000', '124117.847000', '124117.850000', '124117.853000', '124117.856000', '124117.859000', '124117.862000', '124117.864000', '124117.867000', '124117.870000', '124117.873000', '124117.876000', '124117.878000', '124117.881000', '124117.884000', '124117.887000', '124117.890000', '124117.893000', '124117.895000', '124117.898000', '124117.901000', '124117.904000', '124117.907000', '124117.910000', '124117.912000', '124117.915000', '124117.918000', '124137.785000', '124137.788000', '124137.791000', '124137.794000', '124137.796000', '124137.799000', '124137.802000', '124137.805000', '124137.808000', '124137.811000', '124137.814000', '124137.816000', '124137.819000', '124137.822000', '124137.825000', '124137.828000', '124137.831000', '124137.834000', '124137.836000', '124137.839000', '124137.842000', '124137.845000', '124137.848000', '124137.851000', '124137.867000', '124137.870000', '124137.873000', '124137.876000', '124137.888000', '124137.892000', '124137.894000', '124137.897000', '124137.900000', '124137.903000', '124137.906000', '124137.909000', '124137.912000', '124137.915000', '124137.917000', '124137.920000', '124137.923000', '124137.926000', '124137.929000', '124157.785000', '124157.788000', '124157.791000', '124157.794000', '124157.796000', '124157.799000', '124157.802000', '124157.805000', '124157.808000', '124157.810000', '124157.813000', '124157.816000', '124157.819000', '124157.822000', '124157.825000', '124157.827000', '124157.830000', '124157.833000', '124157.836000', '124157.839000', '124157.842000', '124157.845000', '124157.848000', '124157.850000', '124157.853000', '124157.856000', '124157.859000', '124157.862000', '124157.865000', '124157.867000', '124157.870000', '124157.873000', '124157.876000', '124157.879000', '124157.882000', '124157.885000', '124157.893000', '124157.896000', '124157.899000', '124157.902000', '124157.904000', '124157.907000', '124157.910000', '124157.913000', '124217.785000', '124217.788000', '124217.791000', '124217.794000', '124217.797000', '124217.799000', '124217.802000', '124217.805000', '124217.808000', '124217.814000', '124217.817000', '124217.820000', '124217.823000', '124217.826000', '124217.829000', '124217.831000', '124217.843000', '124217.846000', '124217.849000', '124217.852000', '124217.854000', '124217.857000', '124217.860000', '124217.863000', '124217.866000', '124217.869000', '124217.871000', '124217.874000', '124217.877000', '124217.880000', '124217.883000', '124217.886000', '124217.888000', '124217.891000', '124217.894000', '124217.897000', '124217.902000', '124217.907000', '124217.910000', '124217.913000', '124217.915000', '124217.918000', '124217.921000', '124237.785000', '124237.788000', '124237.791000', '124237.793000', '124237.796000', '124237.799000', '124237.802000', '124237.805000', '124237.808000', '124237.815000', '124237.818000', '124237.821000', '124237.824000', '124237.827000', '124237.830000', '124237.832000', '124237.835000', '124237.838000', '124237.841000', '124237.844000', '124237.847000', '124237.850000', '124237.853000', '124237.855000', '124237.858000', '124237.861000', '124237.864000', '124237.867000', '124237.870000', '124237.872000', '124237.875000', '124237.878000', '124237.881000', '124237.884000', '124237.887000', '124237.889000', '124237.892000', '124237.895000', '124237.898000', '124237.901000', '124237.904000', '124237.906000', '124237.909000', '124237.912000', '124257.785000', '124257.788000', '124257.791000', '124257.794000', '124257.797000', '124257.799000', '124257.802000', '124257.805000', '124257.808000', '124257.811000', '124257.821000', '124257.824000', '124257.826000', '124257.829000', '124257.832000', '124257.835000', '124257.838000', '124257.841000', '124257.844000', '124257.847000', '124257.849000', '124257.852000', '124257.855000', '124257.858000', '124257.861000', '124257.864000', '124257.867000', '124257.869000', '124257.872000', '124257.875000', '124257.878000', '124257.881000', '124257.883000', '124257.890000', '124257.893000', '124257.896000', '124257.899000', '124257.902000', '124257.905000', '124257.908000', '124257.910000', '124257.916000', '124257.920000', '124317.785000', '124317.788000', '124317.791000', '124317.803000', '124317.806000', '124317.809000', '124317.812000', '124317.815000', '124317.818000', '124317.820000', '124317.823000', '124317.826000', '124317.829000', '124317.832000', '124317.834000', '124317.837000', '124317.840000', '124317.843000', '124317.846000', '124317.849000', '124317.869000', '124317.872000', '124317.875000', '124317.883000', '124317.886000', '124317.889000', '124317.892000', '124317.895000', '124317.897000', '124317.900000', '124317.903000', '124317.906000', '124317.909000', '124317.912000', '124317.914000', '124317.917000', '124317.920000', '124317.923000', '124317.931000', '124317.934000', '124317.937000', '124317.939000', '124317.942000', '124317.945000', '124337.785000', '124337.788000', '124337.791000', '124337.794000', '124337.796000', '124337.800000', '124337.802000', '124337.805000', '124337.808000', '124337.811000', '124337.814000', '124337.817000', '124337.819000', '124337.822000', '124337.825000', '124337.828000', '124337.831000', '124337.834000', '124337.837000', '124337.840000', '124337.842000', '124337.845000', '124337.848000', '124337.851000', '124337.854000', '124337.857000', '124337.859000', '124337.862000', '124337.865000', '124337.868000', '124337.871000', '124337.874000', '124337.878000', '124337.881000', '124337.884000', '124337.887000', '124337.889000', '124337.892000', '124337.895000', '124337.898000', '124337.901000', '124337.904000', '124337.906000', '124357.785000', '124357.788000', '124357.791000', '124357.794000', '124357.804000', '124357.807000', '124357.810000', '124357.813000', '124357.815000', '124357.818000', '124357.821000', '124357.824000', '124357.827000', '124357.830000', '124357.832000', '124357.835000', '124357.838000', '124357.841000', '124357.844000', '124357.847000', '124357.849000', '124357.852000', '124357.855000', '124357.858000', '124357.861000', '124357.873000', '124357.876000', '124357.879000', '124357.882000', '124357.884000', '124357.887000', '124357.890000', '124357.893000', '124357.896000', '124357.899000', '124357.902000', '124357.904000', '124357.907000', '124357.910000', '124357.913000', '124357.916000', '124357.918000', '124357.921000', '124357.924000', '124417.784000', '124417.787000', '124417.790000', '124417.793000', '124417.796000', '124417.798000', '124417.801000', '124417.804000', '124417.807000', '124417.810000', '124417.813000', '124417.816000', '124417.819000', '124417.821000', '124417.824000', '124417.827000', '124417.830000', '124417.833000', '124417.836000', '124417.839000', '124417.842000', '124417.844000', '124417.847000', '124417.850000', '124417.853000', '124417.856000', '124417.859000', '124417.861000', '124417.864000', '124417.867000', '124417.870000', '124417.873000', '124417.876000', '124417.879000', '124417.881000', '124417.884000', '124417.887000', '124417.890000', '124417.893000', '124417.896000', '124417.898000', '124417.901000', '124417.904000', '124437.785000', '124437.788000', '124437.791000', '124437.794000', '124437.797000', '124437.800000', '124437.802000', '124437.805000', '124437.808000', '124437.811000', '124437.814000', '124437.817000', '124437.819000', '124437.822000', '124437.825000', '124437.828000', '124437.831000', '124437.834000', '124437.837000', '124437.846000', '124437.849000', '124437.852000', '124437.855000', '124437.857000', '124437.860000', '124437.863000', '124437.866000', '124437.869000', '124437.872000', '124437.875000', '124437.877000', '124437.880000', '124437.883000', '124437.886000', '124437.889000', '124437.892000', '124437.894000', '124437.897000', '124437.900000', '124437.903000', '124437.906000', '124437.909000', '124437.912000', '124437.914000', '124457.785000', '124457.797000', '124457.800000', '124457.803000', '124457.806000', '124457.808000', '124457.811000', '124457.814000', '124457.817000', '124457.820000', '124457.823000', '124457.826000', '124457.828000', '124457.831000', '124457.834000', '124457.845000', '124457.848000', '124457.851000', '124457.854000', '124457.857000', '124457.859000', '124457.862000', '124457.865000', '124457.868000', '124457.871000', '124457.874000', '124457.876000', '124457.879000', '124457.882000', '124457.885000', '124457.888000', '124457.891000', '124457.894000', '124457.896000', '124457.899000', '124457.902000', '124457.905000', '124457.908000', '124457.911000', '124457.915000', '124457.918000', '124457.921000', '124457.924000', '124517.785000', '124517.788000', '124517.791000', '124517.794000', '124517.796000', '124517.799000', '124517.802000', '124517.805000', '124517.808000', '124517.811000', '124517.814000', '124517.817000', '124517.819000', '124517.822000', '124517.825000', '124517.828000', '124517.831000', '124517.834000', '124517.837000', '124517.840000', '124517.843000', '124517.845000', '124517.848000', '124517.851000', '124517.854000', '124517.857000', '124517.860000', '124517.868000', '124517.871000', '124517.874000', '124517.877000', '124517.879000', '124517.882000', '124517.885000', '124517.888000', '124517.891000', '124517.894000', '124517.897000', '124517.900000', '124517.902000', '124517.906000', '124517.908000', '124517.911000', '124517.914000', '124537.785000', '124537.788000', '124537.791000', '124537.794000', '124537.796000', '124537.799000', '124537.802000', '124537.805000', '124537.808000', '124537.811000', '124537.814000', '124537.817000', '124537.819000', '124537.822000', '124537.825000', '124537.828000', '124537.831000', '124537.834000', '124537.837000', '124537.839000', '124537.842000', '124537.845000', '124537.848000', '124537.851000', '124537.854000', '124537.856000', '124537.859000', '124537.862000', '124537.865000', '124537.868000', '124537.871000', '124537.873000', '124537.876000', '124537.879000', '124537.882000', '124537.885000', '124537.888000', '124537.890000', '124537.893000', '124537.896000', '124537.899000', '124537.902000', '124537.905000', '124557.785000', '124557.788000', '124557.791000', '124557.794000', '124557.797000', '124557.800000', '124557.802000', '124557.805000', '124557.808000', '124557.811000', '124557.814000', '124557.817000', '124557.820000', '124557.822000', '124557.825000', '124557.828000', '124557.831000', '124557.834000', '124557.837000', '124557.840000', '124557.843000', '124557.845000', '124557.848000', '124557.851000', '124557.854000', '124557.857000', '124557.860000', '124557.862000', '124557.865000', '124557.868000', '124557.871000', '124557.874000', '124557.877000', '124557.880000', '124557.882000', '124557.887000', '124557.890000', '124557.893000', '124557.896000', '124557.899000', '124557.901000', '124557.904000', '124557.907000', '124557.910000', '124617.785000', '124617.788000', '124617.791000', '124617.794000', '124617.797000', '124617.800000', '124617.803000', '124617.805000', '124617.820000', '124617.823000', '124617.826000', '124617.829000', '124617.832000', '124617.835000', '124617.837000', '124617.840000', '124617.843000', '124617.846000', '124617.849000', '124617.852000', '124617.855000', '124617.857000', '124617.860000', '124617.863000', '124617.866000', '124617.869000', '124617.879000', '124617.882000', '124617.885000', '124617.887000', '124617.890000', '124617.893000', '124617.896000', '124617.899000', '124617.902000', '124617.904000', '124617.907000', '124617.910000', '124617.913000', '124617.916000', '124617.919000', '124617.922000', '124617.924000', '124637.784000', '124637.787000', '124637.790000', '124637.793000', '124637.796000', '124637.798000', '124637.801000', '124637.804000', '124637.807000', '124637.810000', '124637.813000', '124637.815000', '124637.819000', '124637.821000', '124637.824000', '124637.827000', '124637.833000', '124637.836000', '124637.839000', '124637.842000', '124637.845000', '124637.848000', '124637.851000', '124637.854000', '124637.856000', '124637.859000', '124637.862000', '124637.865000', '124637.868000', '124637.871000', '124637.874000', '124637.876000', '124637.879000', '124637.882000', '124637.885000', '124637.888000', '124637.891000', '124637.893000', '124637.896000', '124637.899000', '124637.902000', '124637.905000', '124637.908000', '124657.785000', '124657.790000', '124657.793000', '124657.795000', '124657.798000', '124657.807000', '124657.810000', '124657.813000', '124657.815000', '124657.819000', '124657.821000', '124657.824000', '124657.827000', '124657.830000', '124657.833000', '124657.836000', '124657.839000', '124657.842000', '124657.844000', '124657.847000', '124657.850000', '124657.853000', '124657.856000', '124657.859000', '124657.861000', '124657.865000', '124657.867000', '124657.870000', '124657.873000', '124657.876000', '124657.879000', '124657.882000', '124657.884000', '124657.887000', '124657.890000', '124657.893000', '124657.896000', '124657.899000', '124657.901000', '124657.904000', '124657.907000', '124657.910000', '124657.913000', '124657.916000', '124717.785000', '124717.788000', '124717.791000', '124717.794000', '124717.797000', '124717.799000', '124717.802000', '124717.805000', '124717.808000', '124717.811000', '124717.814000', '124717.816000', '124717.819000', '124717.822000', '124717.825000', '124717.828000', '124717.830000', '124717.833000', '124717.836000', '124717.841000', '124717.845000', '124717.848000', '124717.851000', '124717.854000', '124717.857000', '124717.860000', '124717.862000', '124717.865000', '124717.868000', '124717.871000', '124717.874000', '124717.876000', '124717.879000', '124717.882000', '124717.885000', '124717.888000', '124717.890000', '124717.893000', '124717.896000', '124717.899000', '124717.902000', '124717.905000', '124717.907000', '124737.785000', '124737.788000', '124737.791000', '124737.794000', '124737.796000', '124737.799000', '124737.802000', '124737.805000', '124737.808000', '124737.811000', '124737.813000', '124737.816000', '124737.819000', '124737.822000', '124737.824000', '124737.827000', '124737.830000', '124737.833000', '124737.836000', '124737.838000', '124737.841000', '124737.844000', '124737.847000', '124737.850000', '124737.866000', '124737.869000', '124737.872000', '124737.875000', '124737.878000', '124737.880000', '124737.883000', '124737.886000', '124737.889000', '124737.892000', '124737.894000', '124737.897000', '124737.900000', '124737.903000', '124737.906000', '124737.908000', '124737.911000', '124737.914000', '124737.917000', '124737.920000', '124757.785000', '124757.788000', '124757.791000', '124757.794000', '124757.796000', '124757.799000', '124757.802000', '124757.805000', '124757.808000', '124757.811000', '124757.813000', '124757.816000', '124757.819000', '124757.822000', '124757.827000', '124757.831000', '124757.834000', '124757.837000', '124757.840000', '124757.842000', '124757.845000', '124757.848000', '124757.851000', '124757.854000', '124757.857000', '124757.859000', '124757.862000', '124757.865000', '124757.868000', '124757.871000', '124757.873000', '124757.876000', '124757.879000', '124757.882000', '124757.885000', '124757.887000', '124757.890000', '124757.893000', '124757.896000', '124757.899000', '124757.902000', '124757.904000', '124757.907000', '124817.785000', '124817.788000', '124817.791000', '124817.794000', '124817.797000', '124817.799000', '124817.802000', '124817.805000', '124817.808000', '124817.811000', '124817.814000', '124817.816000', '124817.819000', '124817.822000', '124817.825000', '124817.828000', '124817.831000', '124817.833000', '124817.836000', '124817.839000', '124817.842000', '124817.845000', '124817.848000', '124817.850000', '124817.853000', '124817.856000', '124817.859000', '124817.862000', '124817.865000', '124817.867000', '124817.870000', '124817.873000', '124817.876000', '124817.879000', '124817.881000', '124817.884000', '124817.887000', '124817.890000', '124817.893000', '124817.895000', '124817.898000', '124817.901000', '124817.904000', '124817.907000', '124837.785000', '124837.789000', '124837.792000', '124837.795000', '124837.798000', '124837.801000', '124837.804000', '124837.806000', '124837.809000', '124837.812000', '124837.815000', '124837.818000', '124837.821000', '124837.823000', '124837.826000', '124837.829000', '124837.832000', '124837.834000', '124837.837000', '124837.840000', '124837.843000', '124837.846000', '124837.849000', '124837.852000', '124837.854000', '124837.857000', '124837.860000', '124837.863000', '124837.866000', '124837.868000', '124837.873000', '124837.877000', '124837.880000', '124837.883000', '124837.886000', '124837.889000', '124837.892000', '124837.894000', '124837.897000', '124837.900000', '124837.903000', '124837.906000', '124837.908000', '124857.784000', '124857.787000', '124857.790000', '124857.793000', '124857.795000', '124857.798000', '124857.801000', '124857.804000', '124857.807000', '124857.810000', '124857.812000', '124857.815000', '124857.818000', '124857.821000', '124857.824000', '124857.827000', '124857.829000', '124857.832000', '124857.835000', '124857.838000', '124857.841000', '124857.844000', '124857.846000', '124857.849000', '124857.852000', '124857.855000', '124857.858000', '124857.861000', '124857.863000', '124857.866000', '124857.869000', '124857.872000', '124857.874000', '124857.877000', '124857.895000', '124857.898000', '124857.901000', '124857.904000', '124857.906000', '124857.916000', '124857.919000', '124857.922000', '124857.924000', '124857.927000', '124917.785000', '124917.788000', '124917.791000', '124917.794000', '124917.797000', '124917.799000', '124917.802000', '124917.805000', '124917.808000', '124917.811000', '124917.813000', '124917.816000', '124917.819000', '124917.822000', '124917.825000', '124917.828000', '124917.830000', '124917.833000', '124917.836000', '124917.845000', '124917.848000', '124917.850000', '124917.853000', '124917.856000', '124917.859000', '124917.862000', '124917.864000', '124917.867000', '124917.870000', '124917.873000', '124917.876000', '124917.879000', '124917.881000', '124917.885000', '124917.888000', '124917.891000', '124917.893000', '124917.896000', '124917.899000', '124917.902000', '124917.905000', '124917.907000', '124917.910000', '124937.785000', '124937.788000', '124937.791000', '124937.794000', '124937.797000', '124937.799000', '124937.802000', '124937.805000', '124937.808000', '124937.811000', '124937.813000', '124937.816000', '124937.819000', '124937.822000', '124937.825000', '124937.828000', '124937.830000', '124937.833000', '124937.836000', '124937.839000', '124937.842000', '124937.845000', '124937.847000', '124937.850000', '124937.853000', '124937.856000', '124937.858000', '124937.861000', '124937.864000', '124937.867000', '124937.870000', '124937.872000', '124937.875000', '124937.878000', '124937.881000', '124937.884000', '124937.886000', '124937.889000', '124937.892000', '124937.895000', '124937.898000', '124937.900000', '124937.903000', '124937.906000', '124957.785000', '124957.788000', '124957.791000', '124957.794000', '124957.797000', '124957.799000', '124957.802000', '124957.805000', '124957.808000', '124957.810000', '124957.813000', '124957.816000', '124957.819000', '124957.822000', '124957.825000', '124957.829000', '124957.832000', '124957.835000', '124957.838000', '124957.841000', '124957.844000', '124957.846000', '124957.849000', '124957.852000', '124957.855000', '124957.858000', '124957.860000', '124957.863000', '124957.866000', '124957.869000', '124957.872000', '124957.875000', '124957.878000', '124957.880000', '124957.883000', '124957.886000', '124957.889000', '124957.892000', '124957.894000', '124957.897000', '124957.900000', '124957.903000', '124957.906000', '125014.046000', '125014.050000', '125014.053000', '125014.056000', '125014.059000', '125014.063000', '125014.066000', '125014.069000', '125014.072000', '125014.075000', '125014.077000', '125014.080000', '125014.083000', '125014.086000', '125014.089000', '125014.092000', '125014.095000', '125014.112000', '125014.115000', '125014.118000', '125014.121000', '125014.124000', '125014.127000', '125014.129000', '125014.132000', '125014.135000', '125014.138000', '125014.141000', '125014.144000', '125014.147000', '125014.149000', '125014.152000', '125014.156000', '125014.159000', '125014.161000', '125014.164000'], 'InstanceCreationTime': ['124057.819000', '124057.822000', '124057.825000', '124057.828000', '124057.831000', '124057.834000', '124057.837000', '124057.840000', '124057.843000', '124057.845000', '124057.848000', '124057.851000', '124057.854000', '124057.857000', '124057.860000', '124057.864000', '124057.867000', '124057.870000', '124057.873000', '124057.876000', '124057.879000', '124057.882000', '124057.884000', '124057.887000', '124057.909000', '124057.911000', '124057.914000', '124057.917000', '124057.920000', '124057.923000', '124057.925000', '124057.928000', '124057.931000', '124057.934000', '124057.937000', '124057.939000', '124057.948000', '124057.950000', '124057.953000', '124057.956000', '124057.959000', '124057.962000', '124057.965000', '124057.967000', '124057.970000', '124057.973000', '124057.976000', '124057.979000', '124057.981000', '124057.984000', '124057.987000', '124057.990000', '124057.993000', '124057.995000', '124057.998000', '124058.002000', '124058.010000', '124058.013000', '124117.785000', '124117.788000', '124117.791000', '124117.793000', '124117.796000', '124117.799000', '124117.802000', '124117.805000', '124117.807000', '124117.810000', '124117.813000', '124117.816000', '124117.819000', '124117.825000', '124117.836000', '124117.839000', '124117.841000', '124117.844000', '124117.847000', '124117.850000', '124117.853000', '124117.856000', '124117.859000', '124117.862000', '124117.864000', '124117.867000', '124117.870000', '124117.873000', '124117.876000', '124117.878000', '124117.881000', '124117.884000', '124117.887000', '124117.890000', '124117.893000', '124117.895000', '124117.898000', '124117.901000', '124117.904000', '124117.907000', '124117.910000', '124117.912000', '124117.915000', '124117.918000', '124137.785000', '124137.788000', '124137.791000', '124137.794000', '124137.796000', '124137.799000', '124137.802000', '124137.805000', '124137.808000', '124137.811000', '124137.814000', '124137.816000', '124137.819000', '124137.822000', '124137.825000', '124137.828000', '124137.831000', '124137.834000', '124137.836000', '124137.839000', '124137.842000', '124137.845000', '124137.848000', '124137.851000', '124137.867000', '124137.870000', '124137.873000', '124137.876000', '124137.888000', '124137.892000', '124137.894000', '124137.897000', '124137.900000', '124137.903000', '124137.906000', '124137.909000', '124137.912000', '124137.915000', '124137.917000', '124137.920000', '124137.923000', '124137.926000', '124137.929000', '124157.785000', '124157.788000', '124157.791000', '124157.794000', '124157.796000', '124157.799000', '124157.802000', '124157.805000', '124157.808000', '124157.810000', '124157.813000', '124157.816000', '124157.819000', '124157.822000', '124157.825000', '124157.827000', '124157.830000', '124157.833000', '124157.836000', '124157.839000', '124157.842000', '124157.845000', '124157.848000', '124157.850000', '124157.853000', '124157.856000', '124157.859000', '124157.862000', '124157.865000', '124157.867000', '124157.870000', '124157.873000', '124157.876000', '124157.879000', '124157.882000', '124157.885000', '124157.893000', '124157.896000', '124157.899000', '124157.902000', '124157.904000', '124157.907000', '124157.910000', '124157.913000', '124217.785000', '124217.788000', '124217.791000', '124217.794000', '124217.797000', '124217.799000', '124217.802000', '124217.805000', '124217.808000', '124217.814000', '124217.817000', '124217.820000', '124217.823000', '124217.826000', '124217.829000', '124217.831000', '124217.843000', '124217.846000', '124217.849000', '124217.852000', '124217.854000', '124217.857000', '124217.860000', '124217.863000', '124217.866000', '124217.869000', '124217.871000', '124217.874000', '124217.877000', '124217.880000', '124217.883000', '124217.886000', '124217.888000', '124217.891000', '124217.894000', '124217.897000', '124217.902000', '124217.907000', '124217.910000', '124217.913000', '124217.915000', '124217.918000', '124217.921000', '124237.785000', '124237.788000', '124237.791000', '124237.793000', '124237.796000', '124237.799000', '124237.802000', '124237.805000', '124237.808000', '124237.815000', '124237.818000', '124237.821000', '124237.824000', '124237.827000', '124237.830000', '124237.832000', '124237.835000', '124237.838000', '124237.841000', '124237.844000', '124237.847000', '124237.850000', '124237.853000', '124237.855000', '124237.858000', '124237.861000', '124237.864000', '124237.867000', '124237.870000', '124237.872000', '124237.875000', '124237.878000', '124237.881000', '124237.884000', '124237.887000', '124237.889000', '124237.892000', '124237.895000', '124237.898000', '124237.901000', '124237.904000', '124237.906000', '124237.909000', '124237.912000', '124257.785000', '124257.788000', '124257.791000', '124257.794000', '124257.797000', '124257.799000', '124257.802000', '124257.805000', '124257.808000', '124257.811000', '124257.821000', '124257.824000', '124257.826000', '124257.829000', '124257.832000', '124257.835000', '124257.838000', '124257.841000', '124257.844000', '124257.847000', '124257.849000', '124257.852000', '124257.855000', '124257.858000', '124257.861000', '124257.864000', '124257.867000', '124257.869000', '124257.872000', '124257.875000', '124257.878000', '124257.881000', '124257.883000', '124257.890000', '124257.893000', '124257.896000', '124257.899000', '124257.902000', '124257.905000', '124257.908000', '124257.910000', '124257.916000', '124257.920000', '124317.785000', '124317.788000', '124317.791000', '124317.803000', '124317.806000', '124317.809000', '124317.812000', '124317.815000', '124317.818000', '124317.820000', '124317.823000', '124317.826000', '124317.829000', '124317.832000', '124317.834000', '124317.837000', '124317.840000', '124317.843000', '124317.846000', '124317.849000', '124317.869000', '124317.872000', '124317.875000', '124317.883000', '124317.886000', '124317.889000', '124317.892000', '124317.895000', '124317.897000', '124317.900000', '124317.903000', '124317.906000', '124317.909000', '124317.912000', '124317.914000', '124317.917000', '124317.920000', '124317.923000', '124317.931000', '124317.934000', '124317.937000', '124317.939000', '124317.942000', '124317.945000', '124337.785000', '124337.788000', '124337.791000', '124337.794000', '124337.796000', '124337.800000', '124337.802000', '124337.805000', '124337.808000', '124337.811000', '124337.814000', '124337.817000', '124337.819000', '124337.822000', '124337.825000', '124337.828000', '124337.831000', '124337.834000', '124337.837000', '124337.840000', '124337.842000', '124337.845000', '124337.848000', '124337.851000', '124337.854000', '124337.857000', '124337.859000', '124337.862000', '124337.865000', '124337.868000', '124337.871000', '124337.874000', '124337.878000', '124337.881000', '124337.884000', '124337.887000', '124337.889000', '124337.892000', '124337.895000', '124337.898000', '124337.901000', '124337.904000', '124337.906000', '124357.785000', '124357.788000', '124357.791000', '124357.794000', '124357.804000', '124357.807000', '124357.810000', '124357.813000', '124357.815000', '124357.818000', '124357.821000', '124357.824000', '124357.827000', '124357.830000', '124357.832000', '124357.835000', '124357.838000', '124357.841000', '124357.844000', '124357.847000', '124357.849000', '124357.852000', '124357.855000', '124357.858000', '124357.861000', '124357.873000', '124357.876000', '124357.879000', '124357.882000', '124357.884000', '124357.887000', '124357.890000', '124357.893000', '124357.896000', '124357.899000', '124357.902000', '124357.904000', '124357.907000', '124357.910000', '124357.913000', '124357.916000', '124357.918000', '124357.921000', '124357.924000', '124417.784000', '124417.787000', '124417.790000', '124417.793000', '124417.796000', '124417.798000', '124417.801000', '124417.804000', '124417.807000', '124417.810000', '124417.813000', '124417.816000', '124417.819000', '124417.821000', '124417.824000', '124417.827000', '124417.830000', '124417.833000', '124417.836000', '124417.839000', '124417.842000', '124417.844000', '124417.847000', '124417.850000', '124417.853000', '124417.856000', '124417.859000', '124417.861000', '124417.864000', '124417.867000', '124417.870000', '124417.873000', '124417.876000', '124417.879000', '124417.881000', '124417.884000', '124417.887000', '124417.890000', '124417.893000', '124417.896000', '124417.898000', '124417.901000', '124417.904000', '124437.785000', '124437.788000', '124437.791000', '124437.794000', '124437.797000', '124437.800000', '124437.802000', '124437.805000', '124437.808000', '124437.811000', '124437.814000', '124437.817000', '124437.819000', '124437.822000', '124437.825000', '124437.828000', '124437.831000', '124437.834000', '124437.837000', '124437.846000', '124437.849000', '124437.852000', '124437.855000', '124437.857000', '124437.860000', '124437.863000', '124437.866000', '124437.869000', '124437.872000', '124437.875000', '124437.877000', '124437.880000', '124437.883000', '124437.886000', '124437.889000', '124437.892000', '124437.894000', '124437.897000', '124437.900000', '124437.903000', '124437.906000', '124437.909000', '124437.912000', '124437.914000', '124457.785000', '124457.797000', '124457.800000', '124457.803000', '124457.806000', '124457.808000', '124457.811000', '124457.814000', '124457.817000', '124457.820000', '124457.823000', '124457.826000', '124457.828000', '124457.831000', '124457.834000', '124457.845000', '124457.848000', '124457.851000', '124457.854000', '124457.857000', '124457.859000', '124457.862000', '124457.865000', '124457.868000', '124457.871000', '124457.874000', '124457.876000', '124457.879000', '124457.882000', '124457.885000', '124457.888000', '124457.891000', '124457.894000', '124457.896000', '124457.899000', '124457.902000', '124457.905000', '124457.908000', '124457.911000', '124457.915000', '124457.918000', '124457.921000', '124457.924000', '124517.785000', '124517.788000', '124517.791000', '124517.794000', '124517.796000', '124517.799000', '124517.802000', '124517.805000', '124517.808000', '124517.811000', '124517.814000', '124517.817000', '124517.819000', '124517.822000', '124517.825000', '124517.828000', '124517.831000', '124517.834000', '124517.837000', '124517.840000', '124517.843000', '124517.845000', '124517.848000', '124517.851000', '124517.854000', '124517.857000', '124517.860000', '124517.868000', '124517.871000', '124517.874000', '124517.877000', '124517.879000', '124517.882000', '124517.885000', '124517.888000', '124517.891000', '124517.894000', '124517.897000', '124517.900000', '124517.902000', '124517.906000', '124517.908000', '124517.911000', '124517.914000', '124537.785000', '124537.788000', '124537.791000', '124537.794000', '124537.796000', '124537.799000', '124537.802000', '124537.805000', '124537.808000', '124537.811000', '124537.814000', '124537.817000', '124537.819000', '124537.822000', '124537.825000', '124537.828000', '124537.831000', '124537.834000', '124537.837000', '124537.839000', '124537.842000', '124537.845000', '124537.848000', '124537.851000', '124537.854000', '124537.856000', '124537.859000', '124537.862000', '124537.865000', '124537.868000', '124537.871000', '124537.873000', '124537.876000', '124537.879000', '124537.882000', '124537.885000', '124537.888000', '124537.890000', '124537.893000', '124537.896000', '124537.899000', '124537.902000', '124537.905000', '124557.785000', '124557.788000', '124557.791000', '124557.794000', '124557.797000', '124557.800000', '124557.802000', '124557.805000', '124557.808000', '124557.811000', '124557.814000', '124557.817000', '124557.820000', '124557.822000', '124557.825000', '124557.828000', '124557.831000', '124557.834000', '124557.837000', '124557.840000', '124557.843000', '124557.845000', '124557.848000', '124557.851000', '124557.854000', '124557.857000', '124557.860000', '124557.862000', '124557.865000', '124557.868000', '124557.871000', '124557.874000', '124557.877000', '124557.880000', '124557.882000', '124557.887000', '124557.890000', '124557.893000', '124557.896000', '124557.899000', '124557.901000', '124557.904000', '124557.907000', '124557.910000', '124617.785000', '124617.788000', '124617.791000', '124617.794000', '124617.797000', '124617.800000', '124617.803000', '124617.805000', '124617.820000', '124617.823000', '124617.826000', '124617.829000', '124617.832000', '124617.835000', '124617.837000', '124617.840000', '124617.843000', '124617.846000', '124617.849000', '124617.852000', '124617.855000', '124617.857000', '124617.860000', '124617.863000', '124617.866000', '124617.869000', '124617.879000', '124617.882000', '124617.885000', '124617.887000', '124617.890000', '124617.893000', '124617.896000', '124617.899000', '124617.902000', '124617.904000', '124617.907000', '124617.910000', '124617.913000', '124617.916000', '124617.919000', '124617.922000', '124617.924000', '124637.784000', '124637.787000', '124637.790000', '124637.793000', '124637.796000', '124637.798000', '124637.801000', '124637.804000', '124637.807000', '124637.810000', '124637.813000', '124637.815000', '124637.819000', '124637.821000', '124637.824000', '124637.827000', '124637.833000', '124637.836000', '124637.839000', '124637.842000', '124637.845000', '124637.848000', '124637.851000', '124637.854000', '124637.856000', '124637.859000', '124637.862000', '124637.865000', '124637.868000', '124637.871000', '124637.874000', '124637.876000', '124637.879000', '124637.882000', '124637.885000', '124637.888000', '124637.891000', '124637.893000', '124637.896000', '124637.899000', '124637.902000', '124637.905000', '124637.908000', '124657.785000', '124657.790000', '124657.793000', '124657.795000', '124657.798000', '124657.807000', '124657.810000', '124657.813000', '124657.815000', '124657.819000', '124657.821000', '124657.824000', '124657.827000', '124657.830000', '124657.833000', '124657.836000', '124657.839000', '124657.842000', '124657.844000', '124657.847000', '124657.850000', '124657.853000', '124657.856000', '124657.859000', '124657.861000', '124657.865000', '124657.867000', '124657.870000', '124657.873000', '124657.876000', '124657.879000', '124657.882000', '124657.884000', '124657.887000', '124657.890000', '124657.893000', '124657.896000', '124657.899000', '124657.901000', '124657.904000', '124657.907000', '124657.910000', '124657.913000', '124657.916000', '124717.785000', '124717.788000', '124717.791000', '124717.794000', '124717.797000', '124717.799000', '124717.802000', '124717.805000', '124717.808000', '124717.811000', '124717.814000', '124717.816000', '124717.819000', '124717.822000', '124717.825000', '124717.828000', '124717.830000', '124717.833000', '124717.836000', '124717.841000', '124717.845000', '124717.848000', '124717.851000', '124717.854000', '124717.857000', '124717.860000', '124717.862000', '124717.865000', '124717.868000', '124717.871000', '124717.874000', '124717.876000', '124717.879000', '124717.882000', '124717.885000', '124717.888000', '124717.890000', '124717.893000', '124717.896000', '124717.899000', '124717.902000', '124717.905000', '124717.907000', '124737.785000', '124737.788000', '124737.791000', '124737.794000', '124737.796000', '124737.799000', '124737.802000', '124737.805000', '124737.808000', '124737.811000', '124737.813000', '124737.816000', '124737.819000', '124737.822000', '124737.824000', '124737.827000', '124737.830000', '124737.833000', '124737.836000', '124737.838000', '124737.841000', '124737.844000', '124737.847000', '124737.850000', '124737.866000', '124737.869000', '124737.872000', '124737.875000', '124737.878000', '124737.880000', '124737.883000', '124737.886000', '124737.889000', '124737.892000', '124737.894000', '124737.897000', '124737.900000', '124737.903000', '124737.906000', '124737.908000', '124737.911000', '124737.914000', '124737.917000', '124737.920000', '124757.785000', '124757.788000', '124757.791000', '124757.794000', '124757.796000', '124757.799000', '124757.802000', '124757.805000', '124757.808000', '124757.811000', '124757.813000', '124757.816000', '124757.819000', '124757.822000', '124757.827000', '124757.831000', '124757.834000', '124757.837000', '124757.840000', '124757.842000', '124757.845000', '124757.848000', '124757.851000', '124757.854000', '124757.857000', '124757.859000', '124757.862000', '124757.865000', '124757.868000', '124757.871000', '124757.873000', '124757.876000', '124757.879000', '124757.882000', '124757.885000', '124757.887000', '124757.890000', '124757.893000', '124757.896000', '124757.899000', '124757.902000', '124757.904000', '124757.907000', '124817.785000', '124817.788000', '124817.791000', '124817.794000', '124817.797000', '124817.799000', '124817.802000', '124817.805000', '124817.808000', '124817.811000', '124817.814000', '124817.816000', '124817.819000', '124817.822000', '124817.825000', '124817.828000', '124817.831000', '124817.833000', '124817.836000', '124817.839000', '124817.842000', '124817.845000', '124817.848000', '124817.850000', '124817.853000', '124817.856000', '124817.859000', '124817.862000', '124817.865000', '124817.867000', '124817.870000', '124817.873000', '124817.876000', '124817.879000', '124817.881000', '124817.884000', '124817.887000', '124817.890000', '124817.893000', '124817.895000', '124817.898000', '124817.901000', '124817.904000', '124817.907000', '124837.785000', '124837.789000', '124837.792000', '124837.795000', '124837.798000', '124837.801000', '124837.804000', '124837.806000', '124837.809000', '124837.812000', '124837.815000', '124837.818000', '124837.821000', '124837.823000', '124837.826000', '124837.829000', '124837.832000', '124837.834000', '124837.837000', '124837.840000', '124837.843000', '124837.846000', '124837.849000', '124837.852000', '124837.854000', '124837.857000', '124837.860000', '124837.863000', '124837.866000', '124837.868000', '124837.873000', '124837.877000', '124837.880000', '124837.883000', '124837.886000', '124837.889000', '124837.892000', '124837.894000', '124837.897000', '124837.900000', '124837.903000', '124837.906000', '124837.908000', '124857.784000', '124857.787000', '124857.790000', '124857.793000', '124857.795000', '124857.798000', '124857.801000', '124857.804000', '124857.807000', '124857.810000', '124857.812000', '124857.815000', '124857.818000', '124857.821000', '124857.824000', '124857.827000', '124857.829000', '124857.832000', '124857.835000', '124857.838000', '124857.841000', '124857.844000', '124857.846000', '124857.849000', '124857.852000', '124857.855000', '124857.858000', '124857.861000', '124857.863000', '124857.866000', '124857.869000', '124857.872000', '124857.874000', '124857.877000', '124857.895000', '124857.898000', '124857.901000', '124857.904000', '124857.906000', '124857.916000', '124857.919000', '124857.922000', '124857.924000', '124857.927000', '124917.785000', '124917.788000', '124917.791000', '124917.794000', '124917.797000', '124917.799000', '124917.802000', '124917.805000', '124917.808000', '124917.811000', '124917.813000', '124917.816000', '124917.819000', '124917.822000', '124917.825000', '124917.828000', '124917.830000', '124917.833000', '124917.836000', '124917.845000', '124917.848000', '124917.850000', '124917.853000', '124917.856000', '124917.859000', '124917.862000', '124917.864000', '124917.867000', '124917.870000', '124917.873000', '124917.876000', '124917.879000', '124917.881000', '124917.885000', '124917.888000', '124917.891000', '124917.893000', '124917.896000', '124917.899000', '124917.902000', '124917.905000', '124917.907000', '124917.910000', '124937.785000', '124937.788000', '124937.791000', '124937.794000', '124937.797000', '124937.799000', '124937.802000', '124937.805000', '124937.808000', '124937.811000', '124937.813000', '124937.816000', '124937.819000', '124937.822000', '124937.825000', '124937.828000', '124937.830000', '124937.833000', '124937.836000', '124937.839000', '124937.842000', '124937.845000', '124937.847000', '124937.850000', '124937.853000', '124937.856000', '124937.858000', '124937.861000', '124937.864000', '124937.867000', '124937.870000', '124937.872000', '124937.875000', '124937.878000', '124937.881000', '124937.884000', '124937.886000', '124937.889000', '124937.892000', '124937.895000', '124937.898000', '124937.900000', '124937.903000', '124937.906000', '124957.785000', '124957.788000', '124957.791000', '124957.794000', '124957.797000', '124957.799000', '124957.802000', '124957.805000', '124957.808000', '124957.810000', '124957.813000', '124957.816000', '124957.819000', '124957.822000', '124957.825000', '124957.829000', '124957.832000', '124957.835000', '124957.838000', '124957.841000', '124957.844000', '124957.846000', '124957.849000', '124957.852000', '124957.855000', '124957.858000', '124957.860000', '124957.863000', '124957.866000', '124957.869000', '124957.872000', '124957.875000', '124957.878000', '124957.880000', '124957.883000', '124957.886000', '124957.889000', '124957.892000', '124957.894000', '124957.897000', '124957.900000', '124957.903000', '124957.906000', '125014.046000', '125014.050000', '125014.053000', '125014.056000', '125014.059000', '125014.063000', '125014.066000', '125014.069000', '125014.072000', '125014.075000', '125014.077000', '125014.080000', '125014.083000', '125014.086000', '125014.089000', '125014.092000', '125014.095000', '125014.112000', '125014.115000', '125014.118000', '125014.121000', '125014.124000', '125014.127000', '125014.129000', '125014.132000', '125014.135000', '125014.138000', '125014.141000', '125014.144000', '125014.147000', '125014.149000', '125014.152000', '125014.156000', '125014.159000', '125014.161000', '125014.164000'], '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': [12678, 13426, 13628, 10345, 11733, 10915, 13027, 13020, 16877, 13715, 13058, 16043, 13440, 13213, 15627, 13726, 12850, 15704, 13576, 12689, 15456, 13103, 11928, 11622, 12987, 14286, 12509, 12486, 15026, 13199, 12507, 15308, 13144, 12514, 12658, 12878, 12308, 12429, 13082, 14915, 13378, 13163, 15417, 13883, 12715, 12745, 13535, 14574, 13269, 13331, 15183, 14019, 12803, 15476, 13710, 11979, 12063, 13200, 14409, 13161, 12975, 15420, 13089, 12860, 14512, 13088, 13117, 12685, 12885, 15349, 12986, 12871, 16289, 13025, 12773, 12519, 13292, 15315, 13031, 13184, 15475, 13700, 12260, 12013, 13519, 15345, 13292, 13198, 15591, 13768, 11788, 12216, 13793, 15140, 13430, 13452, 16107, 12913, 10475, 11159, 13271, 14688, 11802, 13124, 16013, 12769, 11075, 11103, 13223, 15614, 12393, 13050, 16191, 12822, 10860, 11306, 13373, 14518, 11678, 13260, 14846, 12328, 10135, 11398, 13263, 13660, 13905, 11286, 12649, 10504, 11801, 13790, 16518, 14002, 14531, 13155, 13301, 16318, 12666, 13046, 17421, 13285, 13091, 13400, 12811, 16210, 12966, 12129, 14574, 12969, 13984, 13233, 12589, 15933, 13773, 12527, 16940, 13274, 14011, 13319, 12686, 15077, 13774, 12884, 15833, 13709, 12949, 13660, 13054, 15770, 13986, 13195, 16225, 13831, 12761, 12805, 13167, 13648, 13384, 12906, 16020, 13405, 12294, 12790, 12762, 15324, 13137, 12694, 15777, 13456, 12291, 12903, 12904, 15652, 13244, 12843, 13567, 13234, 15420, 13482, 13149, 11622, 13755, 15362, 12992, 13491, 16599, 13772, 12856, 12653, 13600, 14377, 13382, 13523, 15862, 14012, 13264, 12856, 13821, 14499, 12691, 13181, 16018, 13197, 12402, 16070, 13307, 13509, 11413, 13183, 15233, 12796, 12926, 15979, 13254, 12817, 15386, 13239, 14043, 13071, 12984, 15979, 13544, 12374, 11559, 13594, 15412, 13773, 13526, 16492, 13551, 13971, 12600, 13384, 15970, 14089, 13002, 12192, 13669, 15334, 11687, 13228, 16008, 13243, 12728, 11498, 13203, 14417, 11659, 12885, 15852, 13169, 12722, 14260, 13089, 14384, 11417, 13325, 16096, 13652, 12770, 12272, 13355, 14904, 11446, 13381, 15774, 13325, 13271, 16687, 14115, 13842, 11938, 13617, 15578, 13821, 13191, 16156, 14048, 13552, 12233, 13612, 15533, 13474, 12580, 17040, 13480, 13814, 11935, 12889, 15903, 13228, 12524, 15922, 13239, 13232, 11652, 13316, 15701, 13349, 12920, 13136, 13239, 14454, 12362, 13409, 15749, 13415, 12751, 12795, 13419, 14890, 12712, 13145, 15588, 13933, 11577, 12647, 13589, 15472, 13311, 10978, 12465, 13388, 15420, 13199, 13099, 16202, 12682, 11390, 12144, 13021, 15743, 12929, 12953, 16577, 13169, 13714, 12083, 13152, 15374, 12836, 12824, 16396, 13281, 14120, 13273, 13064, 15888, 13511, 13018, 16871, 13392, 12689, 12206, 13404, 13944, 12689, 13342, 16061, 13503, 10651, 12371, 13634, 14713, 12410, 12930, 16052, 12983, 11275, 11114, 13122, 14128, 11545, 13011, 15694, 12397, 13010, 12557, 13138, 13854, 12045, 12949, 15728, 12937, 13058, 17084, 13473, 12910, 12602, 13010, 15574, 12866, 13239, 16881, 13827, 12586, 11569, 13554, 14386, 13140, 13342, 16090, 13765, 12762, 12497, 13420, 15519, 11913, 13183, 16303, 13312, 11656, 11092, 12873, 15163, 11154, 12956, 15856, 13046, 12767, 13412, 12904, 14499, 11825, 13081, 15524, 13167, 12788, 15984, 13476, 11859, 11414, 13631, 14119, 13590, 13182, 15747, 13504, 12843, 15432, 13498, 14448, 13488, 13539, 15506, 12888, 13217, 15796, 13498, 11364, 12112, 12981, 15002, 12730, 12812, 16060, 12435, 13125, 11553, 13002, 14942, 12767, 12546, 16545, 12735, 14418, 12241, 12910, 15260, 12921, 12713, 16037, 13019, 13708, 12528, 13025, 15838, 13424, 12902, 16481, 13180, 14189, 13443, 13163, 13275, 13714, 13757, 12315, 13198, 16525, 13727, 12100, 12097, 13037, 15844, 12311, 12506, 12555, 12885, 14537, 11891, 12725, 15859, 12510, 10922, 11533, 13022, 14990, 12525, 12922, 15672, 12332, 10294, 11342, 13281, 14707, 12265, 13329, 15838, 12905, 11116, 11469, 13494, 14671, 12628, 13559, 15793, 12981, 13122, 13442, 13476, 14257, 12389, 12975, 15947, 12367, 12681, 16120, 13186, 12520, 13456, 12753, 14441, 11585, 12938, 15962, 12809, 12447, 13611, 12752, 14839, 11529, 12941, 15780, 12788, 12832, 15782, 13324, 12987, 16636, 13148, 14727, 13301, 13334, 16089, 13658, 13156, 16349, 13235, 11309, 12943, 12320, 11838, 13367, 14624, 11822, 13111, 15671, 12029, 10953, 11627, 13125, 14002, 12519, 12635, 15251, 12418, 12600, 16378, 13285, 14500, 13148, 12636, 15509, 13071, 12248, 13601, 12874, 15578, 13180, 12484, 12755, 12858, 14818, 13567, 12749, 16184, 13489, 12416, 15872, 13406, 12133, 12291, 13148, 13980, 13012, 10391, 12461, 12879, 11782, 12846, 14465, 11850, 12684, 15777, 12303, 12628, 16386, 13227, 10846, 11921, 12856, 14716, 12055, 12790, 15821, 12922, 12669, 15325, 13161, 13272, 12353, 13592, 16023, 12301, 11323, 13595, 13311, 15400, 13888, 14941, 13399, 12511, 13719, 15422, 15088, 13274, 15796, 12492, 12927, 15534, 12572, 10817, 11987, 12875, 14746, 13207, 12448, 16180, 12897, 13809, 12748, 13097, 15820, 13075, 12355, 12479, 12872, 15536, 12938, 10528, 12165, 13194, 14534, 13456, 13314, 16086, 13595, 15746, 12941, 11873, 15246, 13396, 12782, 16312, 13075, 14657, 12066, 12658, 15211, 12595, 12222, 16370, 13112, 12499, 12859, 12393, 13071, 12570, 14778, 14931, 12987, 12936, 13431, 12574, 12252, 11958, 12365, 15807, 13027, 12913, 15122, 12762, 12778, 15657, 12650, 12805, 15721, 13498, 11967, 10921, 13177, 14100, 11282, 12448, 15844, 12263, 12739, 15910, 12542, 13105, 15728, 12091, 11963, 16833, 12628, 12470, 16241, 13154, 12508, 15677, 12423, 12102, 16872, 12868, 13037, 11095, 13038, 14467, 11425, 12569, 15737, 12128, 12843, 15186, 13499, 12925, 16067, 13190, 12777, 16117, 13093, 15389, 13367, 13028, 16237, 13066, 12179, 16682, 12107, 14731, 12657, 12727, 16681, 13033, 12335, 16363, 12728, 13187, 14751, 12704, 14840, 12639, 12576, 15642, 12965, 12194, 15437, 12837, 14471, 13161, 12644, 16072, 13500, 12328, 16514, 13230, 12400, 15808, 13512, 12486, 15369, 13371, 11376, 11665, 12748, 14797, 13398, 12251, 16072, 13267, 12357, 15666, 12960, 12166, 13342, 12697, 12729, 11862, 12616, 14877, 12202, 12243, 15297, 11835, 13527, 11478, 10010, 10492, 12584, 14269, 13077, 11779, 15446, 11285, 11630, 11141, 13172, 14680, 14058, 12950, 14641, 14821, 12976, 12870, 11603, 12959, 13055, 11328, 12608, 14949, 12670, 12886, 14986, 12673, 12715, 16086, 12233, 12238, 17017, 13091, 13496, 12035, 12683, 15706, 11767, 12266, 15211, 11113, 12116, 16469, 13032, 12420, 16847, 12713, 12607, 13489, 12135, 14446, 12309, 12707, 16329, 13253, 12592, 16679, 12699, 13077, 12643, 13271, 14167, 13035, 13187, 15016, 11949, 12840, 15751, 13192, 13094, 15252, 13364, 13044, 17031, 13150, 14411, 12360, 13097, 14646, 12292, 12813, 14879, 11874, 12104, 10095, 12405, 14123, 10762, 12389, 15285, 11106, 12397, 15773, 11626, 12282, 15605, 11567, 11065, 10201, 12320, 14840, 11024, 12663, 16050, 11179, 12713, 16794, 12808, 13008, 16616, 12569, 13179, 16579, 12671, 13136, 11910, 13089, 12664, 10524, 12745, 13924, 11136, 12169, 14966, 12233, 12878, 10670, 12531, 16145, 11086, 11828, 16560, 11224, 12395, 17086, 12959, 12957, 16201, 12455, 14786, 16322, 11969, 15483, 12205, 12980, 16352, 12445, 12947, 16294, 12540, 13028, 16947, 13652, 12737, 16973, 13442, 12999, 16608, 12995, 11333, 11270, 13037, 13753, 11920, 12945, 15532, 11590, 12779, 16395, 12560, 12801, 16479, 12392, 12365, 16086, 12755, 12843, 16597, 13038, 12979, 16694, 12655, 12815, 15977, 13067, 12865, 12290, 12759, 13697, 11044, 12511, 14745, 12922, 13324, 16306, 13119, 13173, 16263, 12630, 16439, 12917, 13236, 16551, 13104, 12747, 16607, 12066, 15275, 11224, 12559, 14613, 12415, 12955, 16715, 11248, 11943, 17501, 12302, 12452, 11187, 12903, 15771, 10630, 12321, 16115, 10924, 12327, 16825, 13024, 12439, 17644, 12965, 15430, 16230, 12991, 13843, 12459, 13119, 15111, 13241, 13173, 17046, 13169, 13809, 11089, 13080, 13639, 11195, 12517, 16091, 11337, 12410, 14487, 12329, 13827, 10839, 12102, 16690, 11539, 12669, 17395, 12966, 12969, 17383, 12852, 12850, 14936, 12364, 12806, 11162, 13266, 14965, 11822, 12938, 16413, 12480, 12916, 16231, 13315, 13371, 14702, 12400, 14355, 11179, 12739, 15593, 13094, 12800, 17792, 12663, 13165, 17193, 12227, 13336, 10188, 12340, 13550, 10643, 11753, 15693, 11070, 11912, 16408, 12307, 13250, 11975, 11913, 15671, 11005, 11580, 17121, 12415, 12755, 16384, 12948, 12661, 17961, 12342, 12540, 15279, 12878, 15855, 13176, 13247, 16742, 12789, 12333, 17355, 12410, 15125, 12996, 10021, 12719, 13020, 16896, 13090, 15820, 12267, 15741, 18893, 15012, 16119, 12761, 13195, 15859, 12262, 11943, 16253, 11320, 12704, 11420, 11304, 11170, 11959, 12541, 11990, 15498, 12179, 13539, 12357, 13196, 12951, 12987, 13285, 15491, 13546, 12786, 15950, 13445, 13288, 12436, 12809, 16203, 13343, 12151, 16576, 13252, 14369, 12875, 12197, 14834, 13269, 12211, 14247, 12362, 12669, 13403, 9716, 13149, 12839, 11666, 13158, 13210, 13221, 13284, 15149, 13727, 13113, 13704, 13610, 13364, 13078, 11111, 12758, 11669, 12788, 14569, 12838, 12419], 'WindowCenter': [4434.0, 4430.0, 4415.0, 4396.0, 4405.0, 4399.0, 4415.0, 4415.0, 4425.0, 4399.0, 4388.0, 4398.0, 4373.0, 4374.0, 4393.0, 4382.0, 4375.0, 4394.0, 4374.0, 4371.0, 4383.0, 4372.0, 4360.0, 4351.0, 4374.0, 4382.0, 4373.0, 4372.0, 4385.0, 4371.0, 4363.0, 4383.0, 4369.0, 4364.0, 4360.0, 4370.0, 4364.0, 4358.0, 4372.0, 4381.0, 4369.0, 4371.0, 4382.0, 4381.0, 4372.0, 4373.0, 4371.0, 4382.0, 4370.0, 4373.0, 4383.0, 4383.0, 4373.0, 4384.0, 4385.0, 4364.0, 4360.0, 4373.0, 4382.0, 4373.0, 4386.0, 4393.0, 4375.0, 4378.0, 4382.0, 4376.0, 4375.0, 4383.0, 4384.0, 4394.0, 4384.0, 4374.0, 4404.0, 4389.0, 4385.0, 4386.0, 4397.0, 4396.0, 4385.0, 4387.0, 4398.0, 4386.0, 4379.0, 4377.0, 4397.0, 4397.0, 4384.0, 4389.0, 4398.0, 4399.0, 4377.0, 4387.0, 4402.0, 4397.0, 4390.0, 4387.0, 4408.0, 4385.0, 4367.0, 4376.0, 4386.0, 4398.0, 4380.0, 4386.0, 4408.0, 4388.0, 4377.0, 4377.0, 4399.0, 4409.0, 4385.0, 4386.0, 4411.0, 4389.0, 4367.0, 4377.0, 4397.0, 4398.0, 4379.0, 4416.0, 4409.0, 4386.0, 4367.0, 4376.0, 4387.0, 4387.0, 4400.0, 4376.0, 4388.0, 4378.0, 4395.0, 4401.0, 4423.0, 4412.0, 4402.0, 4387.0, 4389.0, 4401.0, 4374.0, 4385.0, 4408.0, 4386.0, 4375.0, 4383.0, 4376.0, 4396.0, 4372.0, 4374.0, 4384.0, 4384.0, 4384.0, 4372.0, 4374.0, 4394.0, 4370.0, 4362.0, 4392.0, 4373.0, 4382.0, 4371.0, 4370.0, 4380.0, 4371.0, 4364.0, 4384.0, 4371.0, 4372.0, 4369.0, 4375.0, 4382.0, 4372.0, 4369.0, 4381.0, 4373.0, 4361.0, 4361.0, 4359.0, 4371.0, 4368.0, 4361.0, 4384.0, 4369.0, 4361.0, 4373.0, 4375.0, 4382.0, 4368.0, 4359.0, 4381.0, 4372.0, 4362.0, 4376.0, 4373.0, 4394.0, 4375.0, 4373.0, 4372.0, 4383.0, 4397.0, 4386.0, 4386.0, 4364.0, 4384.0, 4395.0, 4377.0, 4384.0, 4396.0, 4384.0, 4378.0, 4373.0, 4384.0, 4386.0, 4374.0, 4384.0, 4394.0, 4387.0, 4375.0, 4372.0, 4383.0, 4385.0, 4374.0, 4376.0, 4398.0, 4385.0, 4377.0, 4393.0, 4371.0, 4374.0, 4351.0, 4374.0, 4384.0, 4374.0, 4373.0, 4393.0, 4374.0, 4374.0, 4383.0, 4371.0, 4372.0, 4375.0, 4375.0, 4393.0, 4373.0, 4376.0, 4366.0, 4384.0, 4396.0, 4387.0, 4385.0, 4405.0, 4384.0, 4385.0, 4372.0, 4383.0, 4396.0, 4386.0, 4385.0, 4377.0, 4387.0, 4396.0, 4363.0, 4384.0, 4400.0, 4386.0, 4385.0, 4364.0, 4389.0, 4395.0, 4363.0, 4385.0, 4398.0, 4389.0, 4389.0, 4398.0, 4385.0, 4397.0, 4367.0, 4386.0, 4411.0, 4397.0, 4388.0, 4376.0, 4389.0, 4397.0, 4363.0, 4386.0, 4399.0, 4390.0, 4389.0, 4409.0, 4388.0, 4385.0, 4364.0, 4386.0, 4396.0, 4388.0, 4386.0, 4396.0, 4382.0, 4374.0, 4364.0, 4384.0, 4397.0, 4386.0, 4374.0, 4395.0, 4376.0, 4387.0, 4361.0, 4373.0, 4398.0, 4374.0, 4375.0, 4394.0, 4372.0, 4374.0, 4365.0, 4376.0, 4398.0, 4384.0, 4376.0, 4376.0, 4374.0, 4384.0, 4376.0, 4387.0, 4397.0, 4384.0, 4379.0, 4374.0, 4383.0, 4383.0, 4372.0, 4375.0, 4397.0, 4386.0, 4365.0, 4374.0, 4386.0, 4397.0, 4385.0, 4368.0, 4385.0, 4397.0, 4398.0, 4385.0, 4377.0, 4395.0, 4374.0, 4368.0, 4377.0, 4387.0, 4395.0, 4373.0, 4374.0, 4395.0, 4374.0, 4386.0, 4374.0, 4387.0, 4395.0, 4374.0, 4377.0, 4399.0, 4384.0, 4385.0, 4384.0, 4388.0, 4396.0, 4383.0, 4375.0, 4396.0, 4372.0, 4377.0, 4373.0, 4383.0, 4387.0, 4376.0, 4372.0, 4395.0, 4372.0, 4357.0, 4373.0, 4386.0, 4400.0, 4373.0, 4373.0, 4395.0, 4377.0, 4365.0, 4368.0, 4385.0, 4385.0, 4368.0, 4384.0, 4398.0, 4374.0, 4386.0, 4376.0, 4389.0, 4387.0, 4376.0, 4379.0, 4395.0, 4373.0, 4376.0, 4409.0, 4384.0, 4374.0, 4374.0, 4372.0, 4385.0, 4372.0, 4373.0, 4405.0, 4384.0, 4377.0, 4361.0, 4384.0, 4386.0, 4373.0, 4388.0, 4411.0, 4386.0, 4388.0, 4375.0, 4387.0, 4395.0, 4366.0, 4384.0, 4408.0, 4386.0, 4378.0, 4364.0, 4387.0, 4397.0, 4364.0, 4386.0, 4413.0, 4387.0, 4387.0, 4388.0, 4387.0, 4387.0, 4363.0, 4389.0, 4396.0, 4385.0, 4374.0, 4399.0, 4373.0, 4366.0, 4363.0, 4386.0, 4385.0, 4384.0, 4386.0, 4395.0, 4386.0, 4375.0, 4395.0, 4388.0, 4387.0, 4390.0, 4386.0, 4395.0, 4373.0, 4374.0, 4397.0, 4388.0, 4366.0, 4377.0, 4386.0, 4395.0, 4385.0, 4391.0, 4400.0, 4378.0, 4388.0, 4378.0, 4386.0, 4398.0, 4391.0, 4388.0, 4399.0, 4390.0, 4387.0, 4378.0, 4390.0, 4397.0, 4386.0, 4386.0, 4394.0, 4385.0, 4387.0, 4374.0, 4391.0, 4396.0, 4384.0, 4379.0, 4394.0, 4378.0, 4384.0, 4384.0, 4387.0, 4384.0, 4384.0, 4387.0, 4374.0, 4385.0, 4407.0, 4388.0, 4377.0, 4373.0, 4386.0, 4396.0, 4363.0, 4376.0, 4376.0, 4387.0, 4386.0, 4363.0, 4375.0, 4396.0, 4379.0, 4365.0, 4368.0, 4385.0, 4396.0, 4378.0, 4374.0, 4396.0, 4373.0, 4354.0, 4366.0, 4389.0, 4397.0, 4378.0, 4389.0, 4398.0, 4377.0, 4366.0, 4377.0, 4389.0, 4397.0, 4378.0, 4386.0, 4396.0, 4374.0, 4387.0, 4388.0, 4387.0, 4398.0, 4378.0, 4385.0, 4396.0, 4375.0, 4376.0, 4396.0, 4385.0, 4377.0, 4384.0, 4376.0, 4385.0, 4363.0, 4386.0, 4402.0, 4387.0, 4381.0, 4385.0, 4375.0, 4386.0, 4363.0, 4374.0, 4395.0, 4374.0, 4376.0, 4395.0, 4383.0, 4377.0, 4394.0, 4373.0, 4385.0, 4388.0, 4388.0, 4397.0, 4387.0, 4374.0, 4397.0, 4377.0, 4365.0, 4377.0, 4375.0, 4379.0, 4391.0, 4401.0, 4365.0, 4376.0, 4395.0, 4365.0, 4364.0, 4365.0, 4386.0, 4397.0, 4373.0, 4364.0, 4382.0, 4359.0, 4364.0, 4397.0, 4372.0, 4385.0, 4374.0, 4377.0, 4382.0, 4373.0, 4363.0, 4370.0, 4362.0, 4385.0, 4371.0, 4374.0, 4361.0, 4361.0, 4372.0, 4358.0, 4360.0, 4382.0, 4361.0, 4358.0, 4384.0, 4357.0, 4348.0, 4347.0, 4357.0, 4361.0, 4362.0, 4338.0, 4365.0, 4373.0, 4373.0, 4387.0, 4397.0, 4362.0, 4375.0, 4396.0, 4363.0, 4376.0, 4396.0, 4384.0, 4366.0, 4362.0, 4373.0, 4387.0, 4361.0, 4373.0, 4395.0, 4375.0, 4386.0, 4394.0, 4377.0, 4375.0, 4373.0, 4386.0, 4407.0, 4387.0, 4379.0, 4399.0, 4387.0, 4398.0, 4386.0, 4395.0, 4399.0, 4388.0, 4404.0, 4413.0, 4410.0, 4389.0, 4398.0, 4362.0, 4373.0, 4385.0, 4373.0, 4366.0, 4376.0, 4386.0, 4397.0, 4384.0, 4375.0, 4394.0, 4373.0, 4385.0, 4373.0, 4389.0, 4396.0, 4375.0, 4375.0, 4377.0, 4374.0, 4396.0, 4372.0, 4355.0, 4376.0, 4386.0, 4397.0, 4386.0, 4389.0, 4396.0, 4398.0, 4411.0, 4390.0, 4390.0, 4400.0, 4390.0, 4377.0, 4395.0, 4375.0, 4384.0, 4364.0, 4375.0, 4385.0, 4364.0, 4365.0, 4396.0, 4363.0, 4362.0, 4375.0, 4374.0, 4378.0, 4376.0, 4400.0, 4396.0, 4375.0, 4365.0, 4375.0, 4363.0, 4363.0, 4366.0, 4377.0, 4396.0, 4376.0, 4387.0, 4385.0, 4375.0, 4375.0, 4383.0, 4374.0, 4378.0, 4397.0, 4388.0, 4377.0, 4354.0, 4374.0, 4388.0, 4366.0, 4376.0, 4398.0, 4375.0, 4380.0, 4397.0, 4375.0, 4378.0, 4387.0, 4368.0, 4366.0, 4397.0, 4377.0, 4377.0, 4397.0, 4376.0, 4375.0, 4384.0, 4373.0, 4375.0, 4396.0, 4374.0, 4385.0, 4363.0, 4374.0, 4385.0, 4362.0, 4375.0, 4386.0, 4364.0, 4374.0, 4386.0, 4386.0, 4375.0, 4394.0, 4375.0, 4374.0, 4395.0, 4385.0, 4397.0, 4386.0, 4388.0, 4397.0, 4375.0, 4366.0, 4395.0, 4365.0, 4385.0, 4375.0, 4388.0, 4406.0, 4375.0, 4375.0, 4384.0, 4363.0, 4376.0, 4382.0, 4372.0, 4384.0, 4362.0, 4363.0, 4382.0, 4371.0, 4363.0, 4382.0, 4360.0, 4372.0, 4372.0, 4372.0, 4383.0, 4371.0, 4361.0, 4380.0, 4360.0, 4360.0, 4382.0, 4359.0, 4360.0, 4369.0, 4369.0, 4351.0, 4350.0, 4360.0, 4383.0, 4373.0, 4364.0, 4382.0, 4361.0, 4361.0, 4383.0, 4361.0, 4362.0, 4370.0, 4362.0, 4363.0, 4362.0, 4362.0, 4382.0, 4361.0, 4362.0, 4381.0, 4376.0, 4385.0, 4366.0, 4358.0, 4367.0, 4388.0, 4399.0, 4375.0, 4377.0, 4398.0, 4367.0, 4377.0, 4378.0, 4400.0, 4401.0, 4386.0, 4374.0, 4386.0, 4385.0, 4377.0, 4376.0, 4363.0, 4376.0, 4384.0, 4364.0, 4375.0, 4397.0, 4374.0, 4375.0, 4394.0, 4373.0, 4374.0, 4396.0, 4374.0, 4375.0, 4407.0, 4385.0, 4386.0, 4375.0, 4375.0, 4384.0, 4352.0, 4364.0, 4383.0, 4353.0, 4365.0, 4396.0, 4375.0, 4376.0, 4393.0, 4372.0, 4375.0, 4371.0, 4372.0, 4386.0, 4374.0, 4386.0, 4398.0, 4374.0, 4377.0, 4396.0, 4375.0, 4376.0, 4374.0, 4375.0, 4388.0, 4375.0, 4374.0, 4395.0, 4362.0, 4375.0, 4394.0, 4374.0, 4385.0, 4395.0, 4374.0, 4375.0, 4395.0, 4374.0, 4387.0, 4375.0, 4376.0, 4385.0, 4363.0, 4376.0, 4384.0, 4364.0, 4375.0, 4355.0, 4377.0, 4398.0, 4364.0, 4377.0, 4397.0, 4354.0, 4377.0, 4398.0, 4365.0, 4377.0, 4397.0, 4365.0, 4365.0, 4368.0, 4388.0, 4400.0, 4366.0, 4387.0, 4400.0, 4366.0, 4387.0, 4410.0, 4376.0, 4387.0, 4409.0, 4376.0, 4386.0, 4396.0, 4376.0, 4387.0, 4377.0, 4388.0, 4388.0, 4366.0, 4388.0, 4400.0, 4377.0, 4390.0, 4412.0, 4390.0, 4402.0, 4381.0, 4391.0, 4412.0, 4369.0, 4379.0, 4411.0, 4368.0, 4391.0, 4414.0, 4390.0, 4389.0, 4395.0, 4375.0, 4387.0, 4395.0, 4375.0, 4397.0, 4377.0, 4386.0, 4396.0, 4373.0, 4373.0, 4393.0, 4362.0, 4374.0, 4393.0, 4373.0, 4376.0, 4395.0, 4372.0, 4373.0, 4394.0, 4373.0, 4363.0, 4364.0, 4389.0, 4385.0, 4363.0, 4374.0, 4396.0, 4363.0, 4376.0, 4398.0, 4375.0, 4387.0, 4398.0, 4363.0, 4376.0, 4393.0, 4362.0, 4374.0, 4394.0, 4374.0, 4374.0, 4395.0, 4374.0, 4375.0, 4397.0, 4376.0, 4376.0, 4373.0, 4376.0, 4388.0, 4365.0, 4376.0, 4397.0, 4389.0, 4389.0, 4409.0, 4387.0, 4386.0, 4407.0, 4389.0, 4410.0, 4389.0, 4389.0, 4409.0, 4387.0, 4388.0, 4408.0, 4377.0, 4399.0, 4367.0, 4389.0, 4399.0, 4388.0, 4387.0, 4408.0, 4364.0, 4377.0, 4407.0, 4377.0, 4388.0, 4368.0, 4389.0, 4397.0, 4355.0, 4375.0, 4396.0, 4366.0, 4377.0, 4409.0, 4389.0, 4389.0, 4408.0, 4377.0, 4397.0, 4395.0, 4374.0, 4387.0, 4374.0, 4376.0, 4396.0, 4375.0, 4389.0, 4407.0, 4386.0, 4389.0, 4366.0, 4387.0, 4388.0, 4365.0, 4388.0, 4409.0, 4367.0, 4388.0, 4399.0, 4393.0, 4401.0, 4367.0, 4389.0, 4410.0, 4379.0, 4391.0, 4412.0, 4389.0, 4401.0, 4409.0, 4389.0, 4388.0, 4396.0, 4375.0, 4387.0, 4366.0, 4402.0, 4413.0, 4382.0, 4390.0, 4411.0, 4389.0, 4390.0, 4410.0, 4389.0, 4390.0, 4400.0, 4389.0, 4412.0, 4380.0, 4390.0, 4411.0, 4401.0, 4403.0, 4421.0, 4389.0, 4390.0, 4408.0, 4378.0, 4389.0, 4357.0, 4389.0, 4388.0, 4368.0, 4378.0, 4410.0, 4378.0, 4381.0, 4413.0, 4392.0, 4402.0, 4378.0, 4378.0, 4400.0, 4368.0, 4379.0, 4412.0, 4389.0, 4401.0, 4410.0, 4390.0, 4387.0, 4406.0, 4377.0, 4377.0, 4397.0, 4387.0, 4407.0, 4389.0, 4389.0, 4409.0, 4388.0, 4377.0, 4408.0, 4389.0, 4398.0, 4401.0, 4370.0, 4403.0, 4391.0, 4422.0, 4400.0, 4410.0, 4389.0, 4415.0, 4422.0, 4400.0, 4411.0, 4389.0, 4387.0, 4339.0, 4332.0, 4347.0, 4380.0, 4352.0, 4374.0, 4367.0, 4354.0, 4354.0, 4363.0, 4374.0, 4379.0, 4395.0, 4366.0, 4378.0, 4374.0, 4375.0, 4374.0, 4373.0, 4374.0, 4385.0, 4374.0, 4361.0, 4381.0, 4359.0, 4360.0, 4350.0, 4361.0, 4385.0, 4360.0, 4353.0, 4380.0, 4347.0, 4357.0, 4332.0, 4322.0, 4340.0, 4335.0, 4337.0, 4358.0, 4357.0, 4346.0, 4355.0, 4315.0, 4345.0, 4349.0, 4333.0, 4359.0, 4360.0, 4358.0, 4357.0, 4367.0, 4355.0, 4357.0, 4359.0, 4369.0, 4357.0, 4374.0, 4364.0, 4403.0, 4381.0, 4361.0, 4345.0, 4328.0, 4360.0], 'WindowWidth': [9758.0, 9745.0, 9719.0, 9691.0, 9699.0, 9699.0, 9716.0, 9716.0, 9741.0, 9684.0, 9664.0, 9684.0, 9633.0, 9637.0, 9670.0, 9647.0, 9642.0, 9671.0, 9636.0, 9633.0, 9654.0, 9630.0, 9616.0, 9602.0, 9636.0, 9652.0, 9637.0, 9635.0, 9655.0, 9629.0, 9620.0, 9652.0, 9627.0, 9625.0, 9615.0, 9627.0, 9625.0, 9608.0, 9631.0, 9650.0, 9626.0, 9632.0, 9653.0, 9646.0, 9638.0, 9635.0, 9630.0, 9654.0, 9628.0, 9636.0, 9658.0, 9649.0, 9638.0, 9659.0, 9652.0, 9628.0, 9617.0, 9636.0, 9654.0, 9637.0, 9657.0, 9672.0, 9640.0, 9649.0, 9650.0, 9642.0, 9645.0, 9651.0, 9655.0, 9673.0, 9652.0, 9642.0, 9683.0, 9663.0, 9661.0, 9660.0, 9676.0, 9680.0, 9657.0, 9664.0, 9683.0, 9659.0, 9655.0, 9649.0, 9677.0, 9682.0, 9655.0, 9667.0, 9684.0, 9678.0, 9652.0, 9662.0, 9686.0, 9682.0, 9665.0, 9663.0, 9698.0, 9659.0, 9638.0, 9646.0, 9661.0, 9684.0, 9654.0, 9662.0, 9700.0, 9665.0, 9653.0, 9649.0, 9683.0, 9702.0, 9658.0, 9662.0, 9704.0, 9665.0, 9638.0, 9648.0, 9675.0, 9682.0, 9651.0, 9716.0, 9701.0, 9662.0, 9638.0, 9646.0, 9663.0, 9667.0, 9680.0, 9650.0, 9665.0, 9655.0, 9682.0, 9688.0, 9731.0, 9705.0, 9696.0, 9663.0, 9666.0, 9697.0, 9643.0, 9658.0, 9694.0, 9656.0, 9645.0, 9650.0, 9644.0, 9679.0, 9634.0, 9641.0, 9654.0, 9652.0, 9657.0, 9634.0, 9638.0, 9673.0, 9629.0, 9622.0, 9664.0, 9634.0, 9650.0, 9628.0, 9627.0, 9645.0, 9628.0, 9622.0, 9656.0, 9628.0, 9635.0, 9625.0, 9637.0, 9652.0, 9630.0, 9625.0, 9651.0, 9632.0, 9619.0, 9615.0, 9611.0, 9632.0, 9621.0, 9616.0, 9656.0, 9625.0, 9620.0, 9634.0, 9639.0, 9652.0, 9622.0, 9613.0, 9650.0, 9630.0, 9621.0, 9640.0, 9639.0, 9672.0, 9640.0, 9638.0, 9634.0, 9651.0, 9681.0, 9656.0, 9659.0, 9626.0, 9653.0, 9676.0, 9643.0, 9653.0, 9681.0, 9654.0, 9651.0, 9638.0, 9651.0, 9661.0, 9635.0, 9651.0, 9674.0, 9657.0, 9643.0, 9636.0, 9649.0, 9660.0, 9638.0, 9642.0, 9681.0, 9653.0, 9647.0, 9669.0, 9632.0, 9640.0, 9603.0, 9637.0, 9658.0, 9637.0, 9636.0, 9670.0, 9636.0, 9637.0, 9649.0, 9630.0, 9637.0, 9638.0, 9642.0, 9671.0, 9635.0, 9645.0, 9628.0, 9653.0, 9678.0, 9658.0, 9657.0, 9686.0, 9654.0, 9661.0, 9635.0, 9651.0, 9680.0, 9658.0, 9660.0, 9646.0, 9659.0, 9679.0, 9623.0, 9653.0, 9687.0, 9657.0, 9657.0, 9626.0, 9663.0, 9673.0, 9623.0, 9656.0, 9685.0, 9665.0, 9668.0, 9676.0, 9657.0, 9679.0, 9631.0, 9658.0, 9705.0, 9676.0, 9667.0, 9646.0, 9663.0, 9680.0, 9625.0, 9657.0, 9686.0, 9666.0, 9666.0, 9697.0, 9662.0, 9661.0, 9625.0, 9657.0, 9680.0, 9662.0, 9661.0, 9680.0, 9648.0, 9644.0, 9624.0, 9652.0, 9680.0, 9658.0, 9643.0, 9674.0, 9641.0, 9661.0, 9618.0, 9637.0, 9683.0, 9639.0, 9642.0, 9672.0, 9634.0, 9641.0, 9624.0, 9642.0, 9681.0, 9652.0, 9645.0, 9642.0, 9637.0, 9656.0, 9640.0, 9658.0, 9684.0, 9655.0, 9654.0, 9639.0, 9649.0, 9656.0, 9634.0, 9642.0, 9681.0, 9657.0, 9631.0, 9639.0, 9657.0, 9681.0, 9655.0, 9637.0, 9657.0, 9675.0, 9684.0, 9654.0, 9646.0, 9677.0, 9640.0, 9636.0, 9645.0, 9659.0, 9675.0, 9638.0, 9642.0, 9678.0, 9639.0, 9662.0, 9638.0, 9660.0, 9675.0, 9639.0, 9646.0, 9686.0, 9655.0, 9660.0, 9654.0, 9662.0, 9679.0, 9650.0, 9643.0, 9677.0, 9634.0, 9646.0, 9636.0, 9649.0, 9662.0, 9640.0, 9635.0, 9674.0, 9636.0, 9620.0, 9637.0, 9657.0, 9685.0, 9637.0, 9639.0, 9676.0, 9645.0, 9632.0, 9635.0, 9655.0, 9660.0, 9631.0, 9653.0, 9680.0, 9639.0, 9658.0, 9646.0, 9663.0, 9666.0, 9641.0, 9649.0, 9677.0, 9638.0, 9646.0, 9694.0, 9651.0, 9643.0, 9637.0, 9634.0, 9662.0, 9632.0, 9638.0, 9691.0, 9652.0, 9648.0, 9619.0, 9650.0, 9662.0, 9637.0, 9662.0, 9702.0, 9659.0, 9667.0, 9641.0, 9660.0, 9676.0, 9630.0, 9656.0, 9697.0, 9659.0, 9652.0, 9627.0, 9660.0, 9681.0, 9625.0, 9659.0, 9709.0, 9661.0, 9665.0, 9663.0, 9659.0, 9665.0, 9623.0, 9662.0, 9680.0, 9655.0, 9642.0, 9684.0, 9636.0, 9632.0, 9624.0, 9654.0, 9660.0, 9652.0, 9659.0, 9676.0, 9657.0, 9645.0, 9669.0, 9659.0, 9664.0, 9665.0, 9660.0, 9676.0, 9637.0, 9640.0, 9680.0, 9662.0, 9635.0, 9645.0, 9658.0, 9675.0, 9656.0, 9670.0, 9687.0, 9650.0, 9668.0, 9648.0, 9659.0, 9682.0, 9667.0, 9665.0, 9685.0, 9665.0, 9667.0, 9650.0, 9668.0, 9683.0, 9658.0, 9661.0, 9676.0, 9655.0, 9665.0, 9641.0, 9667.0, 9681.0, 9653.0, 9652.0, 9672.0, 9647.0, 9659.0, 9654.0, 9662.0, 9657.0, 9654.0, 9665.0, 9639.0, 9657.0, 9699.0, 9662.0, 9650.0, 9637.0, 9659.0, 9678.0, 9624.0, 9644.0, 9644.0, 9660.0, 9664.0, 9622.0, 9641.0, 9678.0, 9647.0, 9632.0, 9635.0, 9654.0, 9677.0, 9645.0, 9641.0, 9676.0, 9637.0, 9616.0, 9630.0, 9664.0, 9680.0, 9647.0, 9664.0, 9681.0, 9645.0, 9634.0, 9646.0, 9664.0, 9681.0, 9647.0, 9658.0, 9679.0, 9640.0, 9662.0, 9664.0, 9659.0, 9680.0, 9646.0, 9656.0, 9679.0, 9639.0, 9644.0, 9681.0, 9656.0, 9648.0, 9654.0, 9643.0, 9661.0, 9624.0, 9658.0, 9694.0, 9662.0, 9658.0, 9656.0, 9641.0, 9666.0, 9623.0, 9637.0, 9675.0, 9638.0, 9644.0, 9675.0, 9649.0, 9646.0, 9670.0, 9636.0, 9661.0, 9660.0, 9661.0, 9681.0, 9655.0, 9639.0, 9679.0, 9645.0, 9632.0, 9643.0, 9642.0, 9652.0, 9670.0, 9689.0, 9628.0, 9642.0, 9677.0, 9625.0, 9626.0, 9629.0, 9657.0, 9681.0, 9636.0, 9622.0, 9651.0, 9611.0, 9622.0, 9679.0, 9634.0, 9658.0, 9638.0, 9645.0, 9654.0, 9632.0, 9625.0, 9630.0, 9618.0, 9659.0, 9630.0, 9639.0, 9617.0, 9615.0, 9636.0, 9607.0, 9613.0, 9656.0, 9612.0, 9608.0, 9654.0, 9605.0, 9594.0, 9588.0, 9605.0, 9615.0, 9615.0, 9583.0, 9622.0, 9635.0, 9638.0, 9661.0, 9682.0, 9622.0, 9639.0, 9676.0, 9622.0, 9645.0, 9680.0, 9653.0, 9631.0, 9620.0, 9635.0, 9661.0, 9616.0, 9637.0, 9673.0, 9639.0, 9659.0, 9671.0, 9644.0, 9642.0, 9634.0, 9658.0, 9694.0, 9665.0, 9655.0, 9680.0, 9662.0, 9684.0, 9656.0, 9674.0, 9679.0, 9666.0, 9691.0, 9714.0, 9701.0, 9665.0, 9680.0, 9616.0, 9633.0, 9657.0, 9635.0, 9632.0, 9643.0, 9656.0, 9675.0, 9651.0, 9642.0, 9674.0, 9635.0, 9658.0, 9636.0, 9662.0, 9676.0, 9640.0, 9643.0, 9645.0, 9637.0, 9676.0, 9634.0, 9615.0, 9642.0, 9657.0, 9679.0, 9656.0, 9663.0, 9675.0, 9677.0, 9709.0, 9671.0, 9669.0, 9686.0, 9667.0, 9649.0, 9674.0, 9638.0, 9655.0, 9621.0, 9638.0, 9655.0, 9622.0, 9626.0, 9675.0, 9616.0, 9617.0, 9638.0, 9637.0, 9646.0, 9644.0, 9688.0, 9674.0, 9637.0, 9627.0, 9636.0, 9616.0, 9622.0, 9623.0, 9641.0, 9676.0, 9641.0, 9658.0, 9658.0, 9636.0, 9638.0, 9653.0, 9637.0, 9648.0, 9674.0, 9659.0, 9649.0, 9610.0, 9637.0, 9664.0, 9627.0, 9642.0, 9682.0, 9640.0, 9651.0, 9677.0, 9640.0, 9646.0, 9661.0, 9629.0, 9630.0, 9678.0, 9643.0, 9648.0, 9678.0, 9640.0, 9640.0, 9658.0, 9634.0, 9641.0, 9673.0, 9637.0, 9655.0, 9621.0, 9636.0, 9656.0, 9619.0, 9637.0, 9662.0, 9621.0, 9637.0, 9662.0, 9655.0, 9639.0, 9668.0, 9638.0, 9638.0, 9671.0, 9655.0, 9677.0, 9657.0, 9664.0, 9680.0, 9639.0, 9631.0, 9673.0, 9627.0, 9658.0, 9640.0, 9661.0, 9690.0, 9638.0, 9641.0, 9655.0, 9619.0, 9643.0, 9646.0, 9631.0, 9653.0, 9617.0, 9619.0, 9648.0, 9627.0, 9623.0, 9645.0, 9613.0, 9637.0, 9630.0, 9633.0, 9654.0, 9627.0, 9617.0, 9645.0, 9611.0, 9611.0, 9646.0, 9607.0, 9610.0, 9623.0, 9622.0, 9600.0, 9596.0, 9614.0, 9652.0, 9634.0, 9625.0, 9652.0, 9614.0, 9618.0, 9653.0, 9613.0, 9618.0, 9627.0, 9615.0, 9622.0, 9618.0, 9618.0, 9646.0, 9615.0, 9620.0, 9650.0, 9641.0, 9657.0, 9630.0, 9624.0, 9636.0, 9663.0, 9683.0, 9643.0, 9644.0, 9683.0, 9631.0, 9648.0, 9650.0, 9681.0, 9691.0, 9659.0, 9638.0, 9662.0, 9653.0, 9641.0, 9646.0, 9622.0, 9641.0, 9656.0, 9624.0, 9639.0, 9676.0, 9637.0, 9641.0, 9671.0, 9634.0, 9640.0, 9675.0, 9639.0, 9643.0, 9694.0, 9654.0, 9662.0, 9640.0, 9640.0, 9657.0, 9601.0, 9621.0, 9654.0, 9606.0, 9626.0, 9676.0, 9641.0, 9644.0, 9666.0, 9632.0, 9641.0, 9631.0, 9634.0, 9661.0, 9637.0, 9657.0, 9681.0, 9637.0, 9645.0, 9676.0, 9639.0, 9646.0, 9639.0, 9639.0, 9664.0, 9638.0, 9637.0, 9673.0, 9618.0, 9638.0, 9671.0, 9638.0, 9653.0, 9672.0, 9637.0, 9644.0, 9672.0, 9637.0, 9661.0, 9637.0, 9640.0, 9658.0, 9622.0, 9642.0, 9657.0, 9624.0, 9642.0, 9614.0, 9646.0, 9679.0, 9626.0, 9644.0, 9678.0, 9609.0, 9644.0, 9680.0, 9628.0, 9647.0, 9677.0, 9629.0, 9632.0, 9635.0, 9661.0, 9687.0, 9631.0, 9659.0, 9687.0, 9629.0, 9661.0, 9700.0, 9643.0, 9660.0, 9694.0, 9643.0, 9657.0, 9675.0, 9643.0, 9662.0, 9646.0, 9662.0, 9665.0, 9632.0, 9663.0, 9685.0, 9648.0, 9669.0, 9704.0, 9670.0, 9692.0, 9656.0, 9671.0, 9709.0, 9638.0, 9653.0, 9707.0, 9636.0, 9670.0, 9710.0, 9667.0, 9667.0, 9670.0, 9640.0, 9661.0, 9670.0, 9642.0, 9678.0, 9645.0, 9656.0, 9678.0, 9633.0, 9635.0, 9669.0, 9618.0, 9635.0, 9667.0, 9633.0, 9642.0, 9672.0, 9632.0, 9635.0, 9668.0, 9634.0, 9624.0, 9624.0, 9662.0, 9657.0, 9620.0, 9638.0, 9675.0, 9622.0, 9643.0, 9683.0, 9640.0, 9660.0, 9681.0, 9620.0, 9642.0, 9666.0, 9616.0, 9637.0, 9667.0, 9634.0, 9637.0, 9670.0, 9637.0, 9641.0, 9676.0, 9640.0, 9643.0, 9636.0, 9641.0, 9666.0, 9626.0, 9642.0, 9676.0, 9661.0, 9664.0, 9697.0, 9659.0, 9661.0, 9690.0, 9666.0, 9702.0, 9665.0, 9667.0, 9697.0, 9658.0, 9665.0, 9695.0, 9648.0, 9683.0, 9633.0, 9665.0, 9683.0, 9663.0, 9660.0, 9694.0, 9626.0, 9647.0, 9695.0, 9647.0, 9664.0, 9635.0, 9663.0, 9679.0, 9613.0, 9640.0, 9676.0, 9629.0, 9648.0, 9701.0, 9664.0, 9667.0, 9697.0, 9644.0, 9677.0, 9669.0, 9636.0, 9659.0, 9636.0, 9642.0, 9672.0, 9639.0, 9664.0, 9692.0, 9656.0, 9665.0, 9628.0, 9657.0, 9666.0, 9626.0, 9661.0, 9696.0, 9633.0, 9665.0, 9681.0, 9673.0, 9686.0, 9633.0, 9666.0, 9703.0, 9652.0, 9672.0, 9706.0, 9664.0, 9686.0, 9698.0, 9664.0, 9665.0, 9671.0, 9640.0, 9660.0, 9631.0, 9685.0, 9710.0, 9657.0, 9669.0, 9703.0, 9664.0, 9668.0, 9700.0, 9664.0, 9669.0, 9683.0, 9666.0, 9705.0, 9653.0, 9667.0, 9703.0, 9682.0, 9693.0, 9719.0, 9665.0, 9669.0, 9693.0, 9646.0, 9665.0, 9618.0, 9663.0, 9665.0, 9635.0, 9650.0, 9698.0, 9650.0, 9659.0, 9709.0, 9674.0, 9690.0, 9650.0, 9649.0, 9685.0, 9635.0, 9652.0, 9706.0, 9666.0, 9684.0, 9702.0, 9665.0, 9662.0, 9690.0, 9644.0, 9649.0, 9677.0, 9661.0, 9694.0, 9665.0, 9665.0, 9697.0, 9661.0, 9647.0, 9698.0, 9665.0, 9680.0, 9686.0, 9644.0, 9689.0, 9670.0, 9722.0, 9684.0, 9698.0, 9665.0, 9717.0, 9725.0, 9685.0, 9703.0, 9665.0, 9659.0, 9564.0, 9558.0, 9588.0, 9643.0, 9603.0, 9641.0, 9633.0, 9608.0, 9610.0, 9619.0, 9639.0, 9651.0, 9673.0, 9629.0, 9653.0, 9640.0, 9639.0, 9640.0, 9634.0, 9638.0, 9660.0, 9636.0, 9617.0, 9649.0, 9608.0, 9615.0, 9597.0, 9613.0, 9658.0, 9610.0, 9605.0, 9646.0, 9590.0, 9603.0, 9560.0, 9545.0, 9573.0, 9562.0, 9568.0, 9603.0, 9604.0, 9589.0, 9599.0, 9544.0, 9583.0, 9593.0, 9569.0, 9606.0, 9612.0, 9602.0, 9604.0, 9622.0, 9598.0, 9602.0, 9607.0, 9622.0, 9604.0, 9635.0, 9623.0, 9691.0, 9658.0, 9612.0, 9584.0, 9547.0, 9613.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.0009035186656076249</td></tr>
<tr><td colspan=3>aqi</td><td>0.03204418983320095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>9</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.01001862627187</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3267764615023856</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998606525715421</td></tr>
<tr><td colspan=3>efc</td><td>0.5202</td></tr>
<tr><td colspan=3>fber</td><td>3261.271</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09791250633148522</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.494837172359015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.289406470609619</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.173831129990009</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.544262393885512</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1501258879533363</td></tr>
<tr><td colspan=3>gcor</td><td>0.00942152</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037510462570935488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03029773011803627</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1259</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.141809872866381</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>23.2382</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.2586</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.1681</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290452.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1132.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.3892</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9686</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.7111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3508.3503</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.7025</td></tr>
<tr><td colspan=3>tsnr</td><td>35.321542277233675</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>