<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-04/func/sub-0089_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>101679ddca4c383c1dabbee630a6a41c</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>17:10:46.880000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995657, 0.0688544, -0.0626549, -0.0534001, 0.973706, 0.221463]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0975144</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7827, -7236, 340, -97, -128, 114, 99]</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>230.222</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfe5f152-3d6b-4914-88e5-b3f66ca7bccc||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712756156921387, -0.14326845109462738, -0.2058914452791214, 122.80208587646484], [-0.18473125994205475, 2.6123809814453125, 0.5863197445869446, -111.78254699707031], [-0.16809843480587006, -0.5941689610481262, 2.6275155544281006, -28.24738311767578], [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': ['171046.880000', '171047.340000', '171047.800000', '171048.260000', '171048.720000', '171049.180000', '171049.640000', '171050.100000', '171050.560000', '171051.020000', '171051.480000', '171051.940000', '171052.400000', '171052.860000', '171053.320000', '171053.780000', '171054.240000', '171054.700000', '171055.160000', '171055.620000', '171056.080000', '171056.540000', '171057.000000', '171057.460000', '171057.920000', '171058.380000', '171058.840000', '171059.300000', '171059.760000', '171100.220000', '171100.680000', '171101.140000', '171101.600000', '171102.060000', '171102.520000', '171102.980000', '171103.440000', '171103.900000', '171104.360000', '171104.820000', '171105.280000', '171105.740000', '171106.200000', '171106.660000', '171107.120000', '171107.580000', '171108.040000', '171108.500000', '171108.960000', '171109.420000', '171109.880000', '171110.340000', '171110.800000', '171111.260000', '171111.720000', '171112.180000', '171112.640000', '171113.100000', '171113.560000', '171114.020000', '171114.480000', '171114.940000', '171115.400000', '171115.860000', '171116.320000', '171116.780000', '171117.240000', '171117.700000', '171118.160000', '171118.620000', '171119.080000', '171119.540000', '171120.000000', '171120.460000', '171120.920000', '171121.380000', '171121.840000', '171122.300000', '171122.760000', '171123.220000', '171123.680000', '171124.140000', '171124.600000', '171125.060000', '171125.520000', '171125.980000', '171126.440000', '171126.900000', '171127.360000', '171127.820000', '171128.280000', '171128.740000', '171129.200000', '171129.660000', '171130.120000', '171130.580000', '171131.040000', '171131.500000', '171131.960000', '171132.420000', '171132.880000', '171133.340000', '171133.800000', '171134.260000', '171134.720000', '171135.180000', '171135.640000', '171136.100000', '171136.560000', '171137.020000', '171137.480000', '171137.940000', '171138.400000', '171138.860000', '171139.320000', '171139.780000', '171140.240000', '171140.700000', '171141.160000', '171141.620000', '171142.080000', '171142.540000', '171143.000000', '171143.460000', '171143.920000', '171144.380000', '171144.840000', '171145.300000', '171145.760000', '171146.220000', '171146.680000', '171147.140000', '171147.600000', '171148.060000', '171148.520000', '171148.980000', '171149.440000', '171149.900000', '171150.360000', '171150.820000', '171151.280000', '171151.740000', '171152.200000', '171152.660000', '171153.120000', '171153.580000', '171154.040000', '171154.500000', '171154.960000', '171155.420000', '171155.880000', '171156.340000', '171156.800000', '171157.260000', '171157.720000', '171158.180000', '171158.640000', '171159.100000', '171159.560000', '171200.020000', '171200.480000', '171200.940000', '171201.400000', '171201.860000', '171202.320000', '171202.780000', '171203.240000', '171203.700000', '171204.160000', '171204.620000', '171205.080000', '171205.540000', '171206.000000', '171206.460000', '171206.920000', '171207.380000', '171207.840000', '171208.300000', '171208.760000', '171209.220000', '171209.680000', '171210.140000', '171210.600000', '171211.060000', '171211.520000', '171211.980000', '171212.440000', '171212.900000', '171213.360000', '171213.820000', '171214.280000', '171214.740000', '171215.200000', '171215.660000', '171216.120000', '171216.580000', '171217.040000', '171217.500000', '171217.960000', '171218.420000', '171218.880000', '171219.340000', '171219.800000', '171220.260000', '171220.720000', '171221.180000', '171221.640000', '171222.100000', '171222.560000', '171223.020000', '171223.480000', '171223.940000', '171224.400000', '171224.860000', '171225.320000', '171225.780000', '171226.240000', '171226.700000', '171227.160000', '171227.620000', '171228.080000', '171228.540000', '171229.000000', '171229.460000', '171229.920000', '171230.380000', '171230.840000', '171231.300000', '171231.760000', '171232.220000', '171232.680000', '171233.140000', '171233.600000', '171234.060000', '171234.520000', '171234.980000', '171235.440000', '171235.900000', '171236.360000', '171236.820000', '171237.280000', '171237.740000', '171238.200000', '171238.660000', '171239.120000', '171239.580000', '171240.040000', '171240.500000', '171240.960000', '171241.420000', '171241.880000', '171242.340000', '171242.800000', '171243.260000', '171243.720000', '171244.180000', '171244.640000', '171245.100000', '171245.560000', '171246.020000', '171246.480000', '171246.940000', '171247.400000', '171247.860000', '171248.320000', '171248.780000', '171249.240000', '171249.700000', '171250.160000', '171250.620000', '171251.080000', '171251.540000', '171252.000000', '171252.460000', '171252.920000', '171253.380000', '171253.840000', '171254.300000', '171254.760000', '171255.220000', '171255.680000', '171256.140000', '171256.600000', '171257.060000', '171257.520000', '171257.980000', '171258.440000', '171258.900000', '171259.360000', '171259.820000', '171300.280000', '171300.740000', '171301.200000', '171301.660000', '171302.120000', '171302.580000', '171303.040000', '171303.500000', '171303.960000', '171304.420000', '171304.880000', '171305.340000', '171305.800000', '171306.260000', '171306.720000', '171307.180000', '171307.640000', '171308.100000', '171308.560000', '171309.020000', '171309.480000', '171309.940000', '171310.400000', '171310.860000', '171311.320000', '171311.780000', '171312.240000', '171312.700000', '171313.160000', '171313.620000', '171314.080000', '171314.540000', '171315.000000', '171315.460000', '171315.920000', '171316.380000', '171316.840000', '171317.300000', '171317.760000', '171318.220000', '171318.680000', '171319.140000', '171319.600000', '171320.060000', '171320.520000', '171320.980000', '171321.440000', '171321.900000', '171322.360000', '171322.820000', '171323.280000', '171323.740000', '171324.200000', '171324.660000', '171325.120000', '171325.580000', '171326.040000', '171326.500000', '171326.960000', '171327.420000', '171327.880000', '171328.340000', '171328.800000', '171329.260000', '171329.720000', '171330.180000', '171330.640000', '171331.100000', '171331.560000', '171332.020000', '171332.480000', '171332.940000', '171333.400000', '171333.860000', '171334.320000', '171334.780000', '171335.240000', '171335.700000', '171336.160000', '171336.620000', '171337.080000', '171337.540000', '171338.000000', '171338.460000', '171338.920000', '171339.380000', '171339.840000', '171340.300000', '171340.760000', '171341.220000', '171341.680000', '171342.140000', '171342.600000', '171343.060000', '171343.520000', '171343.980000', '171344.440000', '171344.900000', '171345.360000', '171345.820000', '171346.280000', '171346.740000', '171347.200000', '171347.660000', '171348.120000', '171348.580000', '171349.040000', '171349.500000', '171349.960000', '171350.420000', '171350.880000', '171351.340000', '171351.800000', '171352.260000', '171352.720000', '171353.180000', '171353.640000', '171354.100000', '171354.560000', '171355.020000', '171355.480000', '171355.940000', '171356.400000', '171356.860000', '171357.320000', '171357.780000', '171358.240000', '171358.700000', '171359.160000', '171359.620000', '171400.080000', '171400.540000', '171401.000000', '171401.460000', '171401.920000', '171402.380000', '171402.840000', '171403.300000', '171403.760000', '171404.220000', '171404.680000', '171405.140000', '171405.600000', '171406.060000', '171406.520000', '171406.980000', '171407.440000', '171407.900000', '171408.360000', '171408.820000', '171409.280000', '171409.740000', '171410.200000', '171410.660000', '171411.120000', '171411.580000', '171412.040000', '171412.500000', '171412.960000', '171413.420000', '171413.880000', '171414.340000', '171414.800000', '171415.260000', '171415.720000', '171416.180000', '171416.640000', '171417.100000', '171417.560000', '171418.020000', '171418.480000', '171418.940000', '171419.400000', '171419.860000', '171420.320000', '171420.780000', '171421.240000', '171421.700000', '171422.160000', '171422.620000', '171423.080000', '171423.540000', '171424.000000', '171424.460000', '171424.920000', '171425.380000', '171425.840000', '171426.300000', '171426.760000', '171427.220000', '171427.680000', '171428.140000', '171428.600000', '171429.060000', '171429.520000', '171429.980000', '171430.440000', '171430.900000', '171431.360000', '171431.820000', '171432.280000', '171432.740000', '171433.200000', '171433.660000', '171434.120000', '171434.580000', '171435.040000', '171435.500000', '171435.960000', '171436.420000', '171436.880000', '171437.340000', '171437.800000', '171438.260000', '171438.720000', '171439.180000', '171439.640000', '171440.100000', '171440.560000', '171441.020000', '171441.480000', '171441.940000', '171442.400000', '171442.860000', '171443.320000', '171443.780000', '171444.240000', '171444.700000', '171445.160000', '171445.620000', '171446.080000', '171446.540000', '171447.000000', '171447.460000', '171447.920000', '171448.380000', '171448.840000', '171449.300000', '171449.760000', '171450.220000', '171450.680000', '171451.140000', '171451.600000', '171452.060000', '171452.520000', '171452.980000', '171453.440000', '171453.900000', '171454.360000', '171454.820000', '171455.280000', '171455.740000', '171456.200000', '171456.660000', '171457.120000', '171457.580000', '171458.040000', '171458.500000', '171458.960000', '171459.420000', '171459.880000', '171500.340000', '171500.800000', '171501.260000', '171501.720000', '171502.180000', '171502.640000', '171503.100000', '171503.560000', '171504.020000', '171504.480000', '171504.940000', '171505.400000', '171505.860000', '171506.320000', '171506.780000', '171507.240000', '171507.700000', '171508.160000', '171508.620000', '171509.080000', '171509.540000', '171510.000000', '171510.460000', '171510.920000', '171511.380000', '171511.840000', '171512.300000', '171512.760000', '171513.220000', '171513.680000', '171514.140000', '171514.600000', '171515.060000', '171515.520000', '171515.980000', '171516.440000', '171516.900000', '171517.360000', '171517.820000', '171518.280000', '171518.740000', '171519.200000', '171519.660000', '171520.120000', '171520.580000', '171521.040000', '171521.500000', '171521.960000', '171522.420000', '171522.880000', '171523.340000', '171523.800000', '171524.260000', '171524.720000', '171525.180000', '171525.640000', '171526.100000', '171526.560000', '171527.020000', '171527.480000', '171527.940000', '171528.400000', '171528.860000', '171529.320000', '171529.780000', '171530.240000', '171530.700000', '171531.160000', '171531.620000', '171532.080000', '171532.540000', '171533.000000', '171533.460000', '171533.920000', '171534.380000', '171534.840000', '171535.300000', '171535.760000', '171536.220000', '171536.680000', '171537.140000', '171537.600000', '171538.060000', '171538.520000', '171538.980000', '171539.440000', '171539.900000', '171540.360000', '171540.820000', '171541.280000', '171541.740000', '171542.200000', '171542.660000', '171543.120000', '171543.580000', '171544.040000', '171544.500000', '171544.960000', '171545.420000', '171545.880000', '171546.340000', '171546.800000', '171547.260000', '171547.720000', '171548.180000', '171548.640000', '171549.100000', '171549.560000', '171550.020000', '171550.480000', '171550.940000', '171551.400000', '171551.860000', '171552.320000', '171552.780000', '171553.240000', '171553.700000', '171554.160000', '171554.620000', '171555.080000', '171555.540000', '171556.000000', '171556.460000', '171556.920000', '171557.380000', '171557.840000', '171558.300000', '171558.760000', '171559.220000', '171559.680000', '171600.140000', '171600.600000', '171601.060000', '171601.520000', '171601.980000', '171602.440000', '171602.900000', '171603.360000', '171603.820000', '171604.280000', '171604.740000', '171605.200000', '171605.660000', '171606.120000', '171606.580000', '171607.040000', '171607.500000', '171607.960000', '171608.420000', '171608.880000', '171609.340000', '171609.800000', '171610.260000', '171610.720000', '171611.180000', '171611.640000', '171612.100000', '171612.560000', '171613.020000', '171613.480000', '171613.940000', '171614.400000', '171614.860000', '171615.320000', '171615.780000', '171616.240000', '171616.700000', '171617.160000', '171617.620000', '171618.080000', '171618.540000', '171619.000000', '171619.460000', '171619.920000', '171620.380000', '171620.840000', '171621.300000', '171621.760000', '171622.220000', '171622.680000', '171623.140000', '171623.600000', '171624.060000', '171624.520000', '171624.980000', '171625.440000', '171625.900000', '171626.360000', '171626.820000', '171627.280000', '171627.740000', '171628.200000', '171628.660000', '171629.120000', '171629.580000', '171630.040000', '171630.500000', '171630.960000', '171631.420000', '171631.880000', '171632.340000', '171632.800000', '171633.260000', '171633.720000', '171634.180000', '171634.640000', '171635.100000', '171635.560000', '171636.020000', '171636.480000', '171636.940000', '171637.400000', '171637.860000', '171638.320000', '171638.780000', '171639.240000', '171639.700000', '171640.160000', '171640.620000', '171641.080000', '171641.540000', '171642.000000', '171642.460000', '171642.920000', '171643.380000', '171643.840000', '171644.300000', '171644.760000', '171645.220000', '171645.680000', '171646.140000', '171646.600000', '171647.060000', '171647.520000', '171647.980000', '171648.440000', '171648.900000', '171649.360000', '171649.820000', '171650.280000', '171650.740000', '171651.200000', '171651.660000', '171652.120000', '171652.580000', '171653.040000', '171653.500000', '171653.960000', '171654.420000', '171654.880000', '171655.340000', '171655.800000', '171656.260000', '171656.720000', '171657.180000', '171657.640000', '171658.100000', '171658.560000', '171659.020000', '171659.480000', '171659.940000', '171700.400000', '171700.860000', '171701.320000', '171701.780000', '171702.240000', '171702.700000', '171703.160000', '171703.620000', '171704.080000', '171704.540000', '171705.000000', '171705.460000', '171705.920000', '171706.380000', '171706.840000', '171707.300000', '171707.760000', '171708.220000', '171708.680000', '171709.140000', '171709.600000', '171710.060000', '171710.520000', '171710.980000', '171711.440000', '171711.900000', '171712.360000', '171712.820000', '171713.280000', '171713.740000', '171714.200000', '171714.660000', '171715.120000', '171715.580000', '171716.040000', '171716.500000', '171716.960000', '171717.420000', '171717.880000', '171718.340000', '171718.800000', '171719.260000', '171719.720000', '171720.180000', '171720.640000', '171721.100000', '171721.560000', '171722.020000', '171722.480000', '171722.940000', '171723.400000', '171723.860000', '171724.320000', '171724.780000', '171725.240000', '171725.700000', '171726.160000', '171726.620000', '171727.080000', '171727.540000', '171728.000000', '171728.460000', '171728.920000', '171729.380000', '171729.840000', '171730.300000', '171730.760000', '171731.220000', '171731.680000', '171732.140000', '171732.600000', '171733.060000', '171733.520000', '171733.980000', '171734.440000', '171734.900000', '171735.360000', '171735.820000', '171736.280000', '171736.740000', '171737.200000', '171737.660000', '171738.120000', '171738.580000', '171739.040000', '171739.500000', '171739.960000', '171740.420000', '171740.880000', '171741.340000', '171741.800000', '171742.260000', '171742.720000', '171743.180000', '171743.640000', '171744.100000', '171744.560000', '171745.020000', '171745.480000', '171745.940000', '171746.400000', '171746.860000', '171747.320000', '171747.780000', '171748.240000', '171748.700000', '171749.160000', '171749.620000', '171750.080000', '171750.540000', '171751.000000', '171751.460000', '171751.920000', '171752.380000', '171752.840000', '171753.300000', '171753.760000', '171754.220000', '171754.680000', '171755.140000', '171755.600000', '171756.060000', '171756.520000', '171756.980000', '171757.440000', '171757.900000', '171758.360000', '171758.820000', '171759.280000', '171759.740000', '171800.200000', '171800.660000', '171801.120000', '171801.580000', '171802.040000', '171802.500000', '171802.960000', '171803.420000', '171803.880000', '171804.340000', '171804.800000', '171805.260000', '171805.720000', '171806.180000', '171806.640000', '171807.100000', '171807.560000', '171808.020000', '171808.480000', '171808.940000', '171809.400000', '171809.860000', '171810.320000', '171810.780000', '171811.240000', '171811.700000', '171812.160000', '171812.620000', '171813.080000', '171813.540000', '171814.000000', '171814.460000', '171814.920000', '171815.380000', '171815.840000', '171816.300000', '171816.760000', '171817.220000', '171817.680000', '171818.140000', '171818.600000', '171819.060000', '171819.520000', '171819.980000', '171820.440000', '171820.900000', '171821.360000', '171821.820000', '171822.280000', '171822.740000', '171823.200000', '171823.660000', '171824.120000', '171824.580000', '171825.040000', '171825.500000', '171825.960000', '171826.420000', '171826.880000', '171827.340000', '171827.800000', '171828.260000', '171828.720000', '171829.180000', '171829.640000', '171830.100000', '171830.560000', '171831.020000', '171831.480000', '171831.940000', '171832.400000', '171832.860000', '171833.320000', '171833.780000', '171834.240000', '171834.700000', '171835.160000', '171835.620000', '171836.080000', '171836.540000', '171837.000000', '171837.460000', '171837.920000', '171838.380000', '171838.840000', '171839.300000', '171839.760000', '171840.220000', '171840.680000', '171841.140000', '171841.600000', '171842.060000', '171842.520000', '171842.980000', '171843.440000', '171843.900000', '171844.360000', '171844.820000', '171845.280000', '171845.740000', '171846.200000', '171846.660000', '171847.120000', '171847.580000', '171848.040000', '171848.500000', '171848.960000', '171849.420000', '171849.880000', '171850.340000', '171850.800000', '171851.260000', '171851.720000', '171852.180000', '171852.640000', '171853.100000', '171853.560000', '171854.020000', '171854.480000', '171854.940000', '171855.400000', '171855.860000', '171856.320000', '171856.780000', '171857.240000', '171857.700000', '171858.160000', '171858.620000', '171859.080000', '171859.540000', '171900.000000', '171900.460000', '171900.920000', '171901.380000', '171901.840000', '171902.300000', '171902.760000', '171903.220000', '171903.680000', '171904.140000', '171904.600000', '171905.060000', '171905.520000', '171905.980000', '171906.440000', '171906.900000', '171907.360000', '171907.820000', '171908.280000', '171908.740000', '171909.200000', '171909.660000', '171910.120000', '171910.580000', '171911.040000', '171911.500000', '171911.960000', '171912.420000', '171912.880000', '171913.340000', '171913.800000', '171914.260000', '171914.720000', '171915.180000', '171915.640000', '171916.100000', '171916.560000', '171917.020000', '171917.480000', '171917.940000', '171918.400000', '171918.860000', '171919.320000', '171919.780000', '171920.240000', '171920.700000', '171921.160000', '171921.620000', '171922.080000', '171922.540000', '171923.000000', '171923.460000', '171923.920000', '171924.380000', '171924.840000', '171925.300000', '171925.760000', '171926.220000', '171926.680000', '171927.140000', '171927.600000', '171928.060000', '171928.520000', '171928.980000', '171929.440000', '171929.900000', '171930.360000', '171930.820000', '171931.280000', '171931.740000', '171932.200000', '171932.660000', '171933.120000', '171933.580000', '171934.040000', '171934.500000', '171934.960000', '171935.420000', '171935.880000', '171936.340000', '171936.800000', '171937.260000', '171937.720000', '171938.180000', '171938.640000', '171939.100000', '171939.560000', '171940.020000', '171940.480000', '171940.940000', '171941.400000', '171941.860000', '171942.320000', '171942.780000', '171943.240000', '171943.700000', '171944.160000', '171944.620000', '171945.080000', '171945.540000', '171946.000000', '171946.460000', '171946.920000', '171947.380000', '171947.840000', '171948.300000', '171948.760000', '171949.220000', '171949.680000', '171950.140000', '171950.600000', '171951.060000', '171951.520000', '171951.980000', '171952.440000', '171952.900000', '171953.360000', '171953.820000', '171954.280000', '171954.740000', '171955.200000', '171955.660000', '171956.120000', '171956.580000', '171957.040000', '171957.500000', '171957.960000', '171958.420000', '171958.880000', '171959.340000', '171959.800000', '172000.260000', '172000.720000', '172001.180000', '172001.640000', '172002.100000', '172002.560000', '172003.020000', '172003.480000', '172003.940000', '172004.400000', '172004.860000', '172005.320000', '172005.780000', '172006.240000', '172006.700000', '172007.160000', '172007.620000', '172008.080000', '172008.540000', '172009.000000', '172009.460000', '172009.920000', '172010.380000', '172010.840000', '172011.300000', '172011.760000', '172012.220000', '172012.680000', '172013.140000', '172013.600000', '172014.060000', '172014.520000', '172014.980000', '172015.440000', '172015.900000', '172016.360000', '172016.820000', '172017.280000', '172017.740000', '172018.200000', '172018.660000', '172019.120000', '172019.580000', '172020.040000', '172020.500000', '172020.960000', '172021.420000', '172021.880000', '172022.340000', '172022.800000', '172023.260000', '172023.720000', '172024.180000', '172024.640000', '172025.100000', '172025.560000', '172026.020000', '172026.480000', '172026.940000', '172027.400000', '172027.860000', '172028.320000', '172028.780000', '172029.240000', '172029.700000'], 'ContentTime': ['171058.152000', '171058.155000', '171058.158000', '171058.161000', '171058.164000', '171058.166000', '171058.169000', '171058.171000', '171058.174000', '171058.177000', '171058.179000', '171058.182000', '171058.184000', '171058.187000', '171058.197000', '171058.200000', '171058.203000', '171058.205000', '171058.208000', '171058.217000', '171058.220000', '171058.223000', '171118.123000', '171118.126000', '171118.129000', '171118.132000', '171118.134000', '171118.137000', '171118.139000', '171118.142000', '171118.145000', '171118.150000', '171118.153000', '171118.156000', '171118.158000', '171118.161000', '171118.163000', '171118.167000', '171118.169000', '171118.172000', '171118.175000', '171118.177000', '171118.180000', '171118.183000', '171118.185000', '171118.188000', '171118.193000', '171118.195000', '171118.198000', '171118.201000', '171118.203000', '171118.206000', '171118.208000', '171118.211000', '171118.214000', '171118.216000', '171118.219000', '171118.222000', '171118.224000', '171118.228000', '171118.231000', '171118.234000', '171118.236000', '171118.239000', '171118.241000', '171138.124000', '171138.127000', '171138.130000', '171138.132000', '171138.136000', '171138.138000', '171138.141000', '171138.144000', '171138.146000', '171138.149000', '171138.151000', '171138.154000', '171138.157000', '171138.159000', '171138.162000', '171138.164000', '171138.167000', '171138.170000', '171138.172000', '171138.175000', '171138.178000', '171138.180000', '171138.183000', '171138.185000', '171138.188000', '171138.191000', '171138.193000', '171138.196000', '171138.198000', '171138.201000', '171138.203000', '171138.206000', '171138.209000', '171138.211000', '171138.214000', '171138.217000', '171138.219000', '171138.222000', '171138.224000', '171138.227000', '171138.237000', '171138.239000', '171138.242000', '171138.244000', '171158.124000', '171158.127000', '171158.130000', '171158.165000', '171158.168000', '171158.170000', '171158.173000', '171158.176000', '171158.178000', '171158.181000', '171158.184000', '171158.186000', '171158.189000', '171158.192000', '171158.194000', '171158.197000', '171158.200000', '171158.202000', '171158.205000', '171158.207000', '171158.210000', '171158.213000', '171158.215000', '171158.218000', '171158.221000', '171158.223000', '171158.229000', '171158.231000', '171158.234000', '171158.236000', '171158.239000', '171158.242000', '171158.245000', '171158.247000', '171158.250000', '171158.253000', '171158.256000', '171158.259000', '171158.262000', '171158.264000', '171158.267000', '171158.270000', '171158.272000', '171218.125000', '171218.127000', '171218.130000', '171218.133000', '171218.135000', '171218.138000', '171218.141000', '171218.143000', '171218.146000', '171218.149000', '171218.151000', '171218.154000', '171218.157000', '171218.159000', '171218.162000', '171218.165000', '171218.167000', '171218.170000', '171218.173000', '171218.175000', '171218.178000', '171218.181000', '171218.183000', '171218.186000', '171218.188000', '171218.191000', '171218.194000', '171218.196000', '171218.199000', '171218.201000', '171218.204000', '171218.207000', '171218.210000', '171218.212000', '171218.215000', '171218.217000', '171218.220000', '171218.223000', '171218.225000', '171218.228000', '171218.230000', '171218.233000', '171218.236000', '171218.238000', '171238.125000', '171238.128000', '171238.131000', '171238.133000', '171238.136000', '171238.139000', '171238.141000', '171238.144000', '171238.146000', '171238.149000', '171238.152000', '171238.154000', '171238.157000', '171238.160000', '171238.162000', '171238.165000', '171238.167000', '171238.170000', '171238.173000', '171238.175000', '171238.178000', '171238.181000', '171238.183000', '171238.186000', '171238.189000', '171238.191000', '171238.194000', '171238.196000', '171238.199000', '171238.202000', '171238.205000', '171238.207000', '171238.210000', '171238.212000', '171238.215000', '171238.218000', '171238.220000', '171238.223000', '171238.226000', '171238.228000', '171238.231000', '171238.234000', '171238.236000', '171258.124000', '171258.127000', '171258.130000', '171258.133000', '171258.135000', '171258.138000', '171258.141000', '171258.143000', '171258.146000', '171258.148000', '171258.151000', '171258.154000', '171258.156000', '171258.159000', '171258.162000', '171258.164000', '171258.167000', '171258.170000', '171258.173000', '171258.175000', '171258.178000', '171258.181000', '171258.183000', '171258.186000', '171258.189000', '171258.191000', '171258.194000', '171258.197000', '171258.200000', '171258.202000', '171258.205000', '171258.208000', '171258.210000', '171258.213000', '171258.215000', '171258.218000', '171258.221000', '171258.223000', '171258.226000', '171258.229000', '171258.231000', '171258.234000', '171258.236000', '171258.239000', '171318.124000', '171318.127000', '171318.129000', '171318.132000', '171318.135000', '171318.137000', '171318.140000', '171318.142000', '171318.145000', '171318.148000', '171318.150000', '171318.153000', '171318.156000', '171318.158000', '171318.161000', '171318.164000', '171318.166000', '171318.169000', '171318.171000', '171318.174000', '171318.177000', '171318.179000', '171318.182000', '171318.185000', '171318.187000', '171318.190000', '171318.193000', '171318.195000', '171318.198000', '171318.201000', '171318.203000', '171318.206000', '171318.208000', '171318.211000', '171318.214000', '171318.216000', '171318.219000', '171318.222000', '171318.224000', '171318.227000', '171318.229000', '171318.232000', '171318.247000', '171338.125000', '171338.128000', '171338.130000', '171338.133000', '171338.135000', '171338.138000', '171338.141000', '171338.145000', '171338.147000', '171338.150000', '171338.153000', '171338.155000', '171338.158000', '171338.161000', '171338.163000', '171338.166000', '171338.168000', '171338.171000', '171338.174000', '171338.176000', '171338.179000', '171338.182000', '171338.184000', '171338.187000', '171338.189000', '171338.192000', '171338.195000', '171338.198000', '171338.200000', '171338.203000', '171338.205000', '171338.208000', '171338.211000', '171338.213000', '171338.216000', '171338.219000', '171338.221000', '171338.224000', '171338.226000', '171338.229000', '171338.232000', '171338.235000', '171338.237000', '171338.240000', '171358.124000', '171358.127000', '171358.130000', '171358.133000', '171358.135000', '171358.138000', '171358.141000', '171358.143000', '171358.146000', '171358.149000', '171358.151000', '171358.154000', '171358.156000', '171358.159000', '171358.162000', '171358.164000', '171358.167000', '171358.170000', '171358.172000', '171358.175000', '171358.178000', '171358.180000', '171358.183000', '171358.186000', '171358.188000', '171358.191000', '171358.193000', '171358.196000', '171358.199000', '171358.202000', '171358.204000', '171358.207000', '171358.209000', '171358.212000', '171358.215000', '171358.217000', '171358.220000', '171358.223000', '171358.225000', '171358.228000', '171358.231000', '171358.233000', '171358.236000', '171418.124000', '171418.127000', '171418.130000', '171418.132000', '171418.135000', '171418.138000', '171418.140000', '171418.143000', '171418.146000', '171418.148000', '171418.151000', '171418.154000', '171418.156000', '171418.159000', '171418.162000', '171418.164000', '171418.167000', '171418.170000', '171418.172000', '171418.175000', '171418.177000', '171418.180000', '171418.183000', '171418.185000', '171418.188000', '171418.190000', '171418.193000', '171418.196000', '171418.198000', '171418.201000', '171418.203000', '171418.206000', '171418.209000', '171418.211000', '171418.214000', '171418.216000', '171418.219000', '171418.221000', '171418.224000', '171418.227000', '171418.230000', '171418.232000', '171418.235000', '171418.237000', '171438.125000', '171438.127000', '171438.130000', '171438.133000', '171438.136000', '171438.138000', '171438.141000', '171438.144000', '171438.146000', '171438.149000', '171438.151000', '171438.154000', '171438.157000', '171438.159000', '171438.162000', '171438.165000', '171438.167000', '171438.170000', '171438.173000', '171438.175000', '171438.178000', '171438.180000', '171438.183000', '171438.186000', '171438.188000', '171438.191000', '171438.194000', '171438.196000', '171438.199000', '171438.202000', '171438.204000', '171438.207000', '171438.209000', '171438.212000', '171438.215000', '171438.217000', '171438.220000', '171438.223000', '171438.225000', '171438.228000', '171438.230000', '171438.233000', '171438.236000', '171458.124000', '171458.127000', '171458.130000', '171458.133000', '171458.135000', '171458.138000', '171458.141000', '171458.143000', '171458.146000', '171458.149000', '171458.151000', '171458.154000', '171458.157000', '171458.159000', '171458.162000', '171458.165000', '171458.167000', '171458.170000', '171458.172000', '171458.175000', '171458.178000', '171458.180000', '171458.184000', '171458.187000', '171458.204000', '171458.207000', '171458.210000', '171458.212000', '171458.215000', '171458.217000', '171458.220000', '171458.223000', '171458.225000', '171458.228000', '171458.231000', '171458.233000', '171458.236000', '171458.239000', '171458.241000', '171458.244000', '171458.247000', '171458.249000', '171458.252000', '171518.125000', '171518.128000', '171518.131000', '171518.133000', '171518.136000', '171518.138000', '171518.141000', '171518.144000', '171518.147000', '171518.150000', '171518.152000', '171518.155000', '171518.157000', '171518.160000', '171518.163000', '171518.165000', '171518.168000', '171518.171000', '171518.174000', '171518.176000', '171518.179000', '171518.181000', '171518.184000', '171518.187000', '171518.189000', '171518.192000', '171518.195000', '171518.197000', '171518.200000', '171518.202000', '171518.205000', '171518.208000', '171518.210000', '171518.213000', '171518.216000', '171518.218000', '171518.221000', '171518.224000', '171518.226000', '171518.229000', '171518.232000', '171518.234000', '171518.237000', '171518.239000', '171538.124000', '171538.127000', '171538.129000', '171538.132000', '171538.135000', '171538.137000', '171538.140000', '171538.143000', '171538.146000', '171538.149000', '171538.152000', '171538.154000', '171538.157000', '171538.160000', '171538.162000', '171538.165000', '171538.168000', '171538.170000', '171538.173000', '171538.176000', '171538.178000', '171538.181000', '171538.184000', '171538.186000', '171538.189000', '171538.191000', '171538.194000', '171538.197000', '171538.199000', '171538.202000', '171538.205000', '171538.207000', '171538.210000', '171538.213000', '171538.215000', '171538.218000', '171538.221000', '171538.223000', '171538.226000', '171538.229000', '171538.231000', '171538.234000', '171538.236000', '171558.124000', '171558.128000', '171558.131000', '171558.133000', '171558.136000', '171558.139000', '171558.141000', '171558.144000', '171558.146000', '171558.149000', '171558.152000', '171558.154000', '171558.157000', '171558.160000', '171558.162000', '171558.165000', '171558.168000', '171558.170000', '171558.173000', '171558.175000', '171558.178000', '171558.181000', '171558.183000', '171558.186000', '171558.189000', '171558.191000', '171558.194000', '171558.197000', '171558.199000', '171558.202000', '171558.204000', '171558.207000', '171558.210000', '171558.212000', '171558.215000', '171558.218000', '171558.220000', '171558.223000', '171558.225000', '171558.228000', '171558.231000', '171558.233000', '171558.236000', '171558.239000', '171618.125000', '171618.128000', '171618.130000', '171618.133000', '171618.136000', '171618.138000', '171618.141000', '171618.144000', '171618.146000', '171618.149000', '171618.152000', '171618.154000', '171618.157000', '171618.160000', '171618.164000', '171618.167000', '171618.170000', '171618.172000', '171618.175000', '171618.178000', '171618.180000', '171618.183000', '171618.186000', '171618.188000', '171618.191000', '171618.194000', '171618.196000', '171618.199000', '171618.202000', '171618.204000', '171618.207000', '171618.210000', '171618.212000', '171618.215000', '171618.218000', '171618.220000', '171618.224000', '171618.227000', '171618.229000', '171618.232000', '171618.235000', '171618.237000', '171618.240000', '171638.124000', '171638.127000', '171638.130000', '171638.132000', '171638.135000', '171638.138000', '171638.141000', '171638.143000', '171638.146000', '171638.149000', '171638.152000', '171638.154000', '171638.160000', '171638.163000', '171638.166000', '171638.168000', '171638.171000', '171638.174000', '171638.176000', '171638.179000', '171638.182000', '171638.184000', '171638.187000', '171638.190000', '171638.192000', '171638.195000', '171638.198000', '171638.200000', '171638.203000', '171638.205000', '171638.208000', '171638.211000', '171638.213000', '171638.216000', '171638.219000', '171638.221000', '171638.224000', '171638.226000', '171638.229000', '171638.232000', '171638.234000', '171638.237000', '171638.239000', '171638.242000', '171658.125000', '171658.127000', '171658.130000', '171658.133000', '171658.136000', '171658.138000', '171658.141000', '171658.144000', '171658.146000', '171658.149000', '171658.152000', '171658.154000', '171658.157000', '171658.159000', '171658.162000', '171658.165000', '171658.167000', '171658.170000', '171658.173000', '171658.175000', '171658.178000', '171658.181000', '171658.183000', '171658.186000', '171658.189000', '171658.191000', '171658.194000', '171658.197000', '171658.200000', '171658.202000', '171658.205000', '171658.207000', '171658.210000', '171658.213000', '171658.215000', '171658.218000', '171658.221000', '171658.223000', '171658.226000', '171658.229000', '171658.231000', '171658.234000', '171658.237000', '171718.125000', '171718.128000', '171718.130000', '171718.133000', '171718.136000', '171718.138000', '171718.141000', '171718.144000', '171718.146000', '171718.149000', '171718.152000', '171718.154000', '171718.157000', '171718.159000', '171718.162000', '171718.165000', '171718.167000', '171718.170000', '171718.173000', '171718.175000', '171718.178000', '171718.181000', '171718.183000', '171718.186000', '171718.189000', '171718.191000', '171718.194000', '171718.197000', '171718.199000', '171718.202000', '171718.204000', '171718.207000', '171718.210000', '171718.212000', '171718.215000', '171718.218000', '171718.220000', '171718.223000', '171718.225000', '171718.228000', '171718.231000', '171718.233000', '171718.236000', '171718.239000', '171738.125000', '171738.128000', '171738.130000', '171738.133000', '171738.136000', '171738.138000', '171738.141000', '171738.144000', '171738.146000', '171738.149000', '171738.152000', '171738.154000', '171738.157000', '171738.160000', '171738.162000', '171738.165000', '171738.167000', '171738.170000', '171738.173000', '171738.175000', '171738.178000', '171738.181000', '171738.183000', '171738.186000', '171738.188000', '171738.191000', '171738.194000', '171738.197000', '171738.202000', '171738.204000', '171738.207000', '171738.209000', '171738.212000', '171738.215000', '171738.217000', '171738.220000', '171738.223000', '171738.225000', '171738.228000', '171738.231000', '171738.233000', '171738.236000', '171738.239000', '171758.124000', '171758.126000', '171758.143000', '171758.145000', '171758.148000', '171758.151000', '171758.153000', '171758.156000', '171758.159000', '171758.161000', '171758.164000', '171758.167000', '171758.169000', '171758.172000', '171758.174000', '171758.177000', '171758.180000', '171758.182000', '171758.185000', '171758.188000', '171758.190000', '171758.193000', '171758.196000', '171758.198000', '171758.201000', '171758.204000', '171758.206000', '171758.209000', '171758.212000', '171758.214000', '171758.217000', '171758.220000', '171758.222000', '171758.225000', '171758.228000', '171758.230000', '171758.233000', '171758.235000', '171758.238000', '171758.241000', '171758.243000', '171758.246000', '171758.249000', '171758.251000', '171818.125000', '171818.128000', '171818.130000', '171818.133000', '171818.136000', '171818.138000', '171818.141000', '171818.144000', '171818.147000', '171818.149000', '171818.152000', '171818.155000', '171818.157000', '171818.160000', '171818.163000', '171818.165000', '171818.168000', '171818.171000', '171818.173000', '171818.176000', '171818.178000', '171818.181000', '171818.184000', '171818.186000', '171818.189000', '171818.192000', '171818.194000', '171818.197000', '171818.200000', '171818.202000', '171818.205000', '171818.208000', '171818.211000', '171818.214000', '171818.216000', '171818.220000', '171818.222000', '171818.225000', '171818.228000', '171818.230000', '171818.233000', '171818.235000', '171818.238000', '171838.125000', '171838.128000', '171838.131000', '171838.133000', '171838.136000', '171838.138000', '171838.141000', '171838.144000', '171838.146000', '171838.149000', '171838.152000', '171838.154000', '171838.157000', '171838.160000', '171838.162000', '171838.165000', '171838.167000', '171838.170000', '171838.173000', '171838.175000', '171838.178000', '171838.181000', '171838.183000', '171838.186000', '171838.188000', '171838.191000', '171838.194000', '171838.197000', '171838.199000', '171838.202000', '171838.205000', '171838.207000', '171838.210000', '171838.212000', '171838.215000', '171838.218000', '171838.220000', '171838.223000', '171838.226000', '171838.228000', '171838.231000', '171838.234000', '171838.236000', '171838.239000', '171858.124000', '171858.127000', '171858.130000', '171858.133000', '171858.136000', '171858.138000', '171858.141000', '171858.144000', '171858.146000', '171858.149000', '171858.151000', '171858.154000', '171858.157000', '171858.159000', '171858.162000', '171858.165000', '171858.167000', '171858.170000', '171858.173000', '171858.175000', '171858.178000', '171858.181000', '171858.183000', '171858.186000', '171858.188000', '171858.191000', '171858.194000', '171858.196000', '171858.199000', '171858.202000', '171858.204000', '171858.207000', '171858.210000', '171858.212000', '171858.215000', '171858.218000', '171858.220000', '171858.223000', '171858.225000', '171858.228000', '171858.231000', '171858.233000', '171858.236000', '171918.124000', '171918.127000', '171918.130000', '171918.132000', '171918.135000', '171918.138000', '171918.140000', '171918.143000', '171918.146000', '171918.148000', '171918.151000', '171918.154000', '171918.156000', '171918.159000', '171918.162000', '171918.164000', '171918.167000', '171918.170000', '171918.172000', '171918.175000', '171918.178000', '171918.180000', '171918.183000', '171918.186000', '171918.188000', '171918.191000', '171918.194000', '171918.196000', '171918.199000', '171918.202000', '171918.204000', '171918.207000', '171918.209000', '171918.212000', '171918.215000', '171918.217000', '171918.220000', '171918.223000', '171918.225000', '171918.228000', '171918.231000', '171918.233000', '171918.236000', '171918.238000', '171938.125000', '171938.128000', '171938.131000', '171938.133000', '171938.136000', '171938.139000', '171938.141000', '171938.144000', '171938.147000', '171938.149000', '171938.152000', '171938.155000', '171938.157000', '171938.160000', '171938.163000', '171938.165000', '171938.168000', '171938.171000', '171938.173000', '171938.176000', '171938.179000', '171938.181000', '171938.184000', '171938.187000', '171938.189000', '171938.192000', '171938.195000', '171938.197000', '171938.200000', '171938.202000', '171938.205000', '171938.208000', '171938.210000', '171938.213000', '171938.216000', '171938.218000', '171938.221000', '171938.224000', '171938.226000', '171938.229000', '171938.232000', '171938.235000', '171938.237000', '171958.125000', '171958.127000', '171958.130000', '171958.133000', '171958.135000', '171958.138000', '171958.141000', '171958.143000', '171958.146000', '171958.149000', '171958.151000', '171958.154000', '171958.157000', '171958.159000', '171958.162000', '171958.165000', '171958.168000', '171958.170000', '171958.173000', '171958.176000', '171958.178000', '171958.181000', '171958.183000', '171958.186000', '171958.189000', '171958.191000', '171958.194000', '171958.197000', '171958.200000', '171958.202000', '171958.205000', '171958.208000', '171958.210000', '171958.213000', '171958.215000', '171958.218000', '171958.221000', '171958.223000', '171958.226000', '171958.229000', '171958.231000', '171958.234000', '171958.237000', '171958.239000', '172018.123000', '172018.127000', '172018.129000', '172018.132000', '172018.134000', '172018.137000', '172018.140000', '172018.142000', '172018.145000', '172018.148000', '172018.150000', '172018.153000', '172018.156000', '172018.158000', '172018.161000', '172018.164000', '172018.166000', '172018.169000', '172018.172000', '172018.174000', '172018.177000', '172018.180000', '172018.182000', '172018.185000', '172018.187000', '172018.190000', '172018.193000', '172018.195000', '172018.198000', '172018.201000', '172018.203000', '172018.206000', '172018.208000', '172018.211000', '172018.214000', '172018.216000', '172018.219000', '172018.222000', '172018.225000', '172018.227000', '172018.230000', '172018.233000', '172018.235000', '172031.188000', '172031.191000', '172031.194000', '172031.197000', '172031.199000', '172031.202000', '172031.205000', '172031.208000', '172031.211000', '172031.213000', '172031.217000', '172031.220000', '172031.223000', '172031.226000', '172031.229000', '172031.232000', '172031.238000', '172031.245000', '172031.248000', '172031.251000', '172031.258000', '172031.262000', '172031.265000', '172031.269000', '172031.272000', '172031.275000', '172031.277000', '172031.280000', '172031.283000'], 'InstanceCreationTime': ['171058.152000', '171058.155000', '171058.158000', '171058.161000', '171058.164000', '171058.166000', '171058.169000', '171058.171000', '171058.174000', '171058.177000', '171058.179000', '171058.182000', '171058.184000', '171058.187000', '171058.197000', '171058.200000', '171058.203000', '171058.205000', '171058.208000', '171058.217000', '171058.220000', '171058.223000', '171118.123000', '171118.126000', '171118.129000', '171118.132000', '171118.134000', '171118.137000', '171118.139000', '171118.142000', '171118.145000', '171118.150000', '171118.153000', '171118.156000', '171118.158000', '171118.161000', '171118.163000', '171118.167000', '171118.169000', '171118.172000', '171118.175000', '171118.177000', '171118.180000', '171118.183000', '171118.185000', '171118.188000', '171118.193000', '171118.195000', '171118.198000', '171118.201000', '171118.203000', '171118.206000', '171118.208000', '171118.211000', '171118.214000', '171118.216000', '171118.219000', '171118.222000', '171118.224000', '171118.228000', '171118.231000', '171118.234000', '171118.236000', '171118.239000', '171118.241000', '171138.124000', '171138.127000', '171138.130000', '171138.132000', '171138.136000', '171138.138000', '171138.141000', '171138.144000', '171138.146000', '171138.149000', '171138.151000', '171138.154000', '171138.157000', '171138.159000', '171138.162000', '171138.164000', '171138.167000', '171138.170000', '171138.172000', '171138.175000', '171138.178000', '171138.180000', '171138.183000', '171138.185000', '171138.188000', '171138.191000', '171138.193000', '171138.196000', '171138.198000', '171138.201000', '171138.203000', '171138.206000', '171138.209000', '171138.211000', '171138.214000', '171138.217000', '171138.219000', '171138.222000', '171138.224000', '171138.227000', '171138.237000', '171138.239000', '171138.242000', '171138.244000', '171158.124000', '171158.127000', '171158.130000', '171158.165000', '171158.168000', '171158.170000', '171158.173000', '171158.176000', '171158.178000', '171158.181000', '171158.184000', '171158.186000', '171158.189000', '171158.192000', '171158.194000', '171158.197000', '171158.200000', '171158.202000', '171158.205000', '171158.207000', '171158.210000', '171158.213000', '171158.215000', '171158.218000', '171158.221000', '171158.223000', '171158.229000', '171158.231000', '171158.234000', '171158.236000', '171158.239000', '171158.242000', '171158.245000', '171158.247000', '171158.250000', '171158.253000', '171158.256000', '171158.259000', '171158.262000', '171158.264000', '171158.267000', '171158.270000', '171158.272000', '171218.125000', '171218.127000', '171218.130000', '171218.133000', '171218.135000', '171218.138000', '171218.141000', '171218.143000', '171218.146000', '171218.149000', '171218.151000', '171218.154000', '171218.157000', '171218.159000', '171218.162000', '171218.165000', '171218.167000', '171218.170000', '171218.173000', '171218.175000', '171218.178000', '171218.181000', '171218.183000', '171218.186000', '171218.188000', '171218.191000', '171218.194000', '171218.196000', '171218.199000', '171218.201000', '171218.204000', '171218.207000', '171218.210000', '171218.212000', '171218.215000', '171218.217000', '171218.220000', '171218.223000', '171218.225000', '171218.228000', '171218.230000', '171218.233000', '171218.236000', '171218.238000', '171238.125000', '171238.128000', '171238.131000', '171238.133000', '171238.136000', '171238.139000', '171238.141000', '171238.144000', '171238.146000', '171238.149000', '171238.152000', '171238.154000', '171238.157000', '171238.160000', '171238.162000', '171238.165000', '171238.167000', '171238.170000', '171238.173000', '171238.175000', '171238.178000', '171238.181000', '171238.183000', '171238.186000', '171238.189000', '171238.191000', '171238.194000', '171238.196000', '171238.199000', '171238.202000', '171238.205000', '171238.207000', '171238.210000', '171238.212000', '171238.215000', '171238.218000', '171238.220000', '171238.223000', '171238.226000', '171238.228000', '171238.231000', '171238.234000', '171238.236000', '171258.124000', '171258.127000', '171258.130000', '171258.133000', '171258.135000', '171258.138000', '171258.141000', '171258.143000', '171258.146000', '171258.148000', '171258.151000', '171258.154000', '171258.156000', '171258.159000', '171258.162000', '171258.164000', '171258.167000', '171258.170000', '171258.173000', '171258.175000', '171258.178000', '171258.181000', '171258.183000', '171258.186000', '171258.189000', '171258.191000', '171258.194000', '171258.197000', '171258.200000', '171258.202000', '171258.205000', '171258.208000', '171258.210000', '171258.213000', '171258.215000', '171258.218000', '171258.221000', '171258.223000', '171258.226000', '171258.229000', '171258.231000', '171258.234000', '171258.236000', '171258.239000', '171318.124000', '171318.127000', '171318.129000', '171318.132000', '171318.135000', '171318.137000', '171318.140000', '171318.142000', '171318.145000', '171318.148000', '171318.150000', '171318.153000', '171318.156000', '171318.158000', '171318.161000', '171318.164000', '171318.166000', '171318.169000', '171318.171000', '171318.174000', '171318.177000', '171318.179000', '171318.182000', '171318.185000', '171318.187000', '171318.190000', '171318.193000', '171318.195000', '171318.198000', '171318.201000', '171318.203000', '171318.206000', '171318.208000', '171318.211000', '171318.214000', '171318.216000', '171318.219000', '171318.222000', '171318.224000', '171318.227000', '171318.229000', '171318.232000', '171318.247000', '171338.125000', '171338.128000', '171338.130000', '171338.133000', '171338.135000', '171338.138000', '171338.141000', '171338.145000', '171338.147000', '171338.150000', '171338.153000', '171338.155000', '171338.158000', '171338.161000', '171338.163000', '171338.166000', '171338.168000', '171338.171000', '171338.174000', '171338.176000', '171338.179000', '171338.182000', '171338.184000', '171338.187000', '171338.189000', '171338.192000', '171338.195000', '171338.198000', '171338.200000', '171338.203000', '171338.205000', '171338.208000', '171338.211000', '171338.213000', '171338.216000', '171338.219000', '171338.221000', '171338.224000', '171338.226000', '171338.229000', '171338.232000', '171338.235000', '171338.237000', '171338.240000', '171358.124000', '171358.127000', '171358.130000', '171358.133000', '171358.135000', '171358.138000', '171358.141000', '171358.143000', '171358.146000', '171358.149000', '171358.151000', '171358.154000', '171358.156000', '171358.159000', '171358.162000', '171358.164000', '171358.167000', '171358.170000', '171358.172000', '171358.175000', '171358.178000', '171358.180000', '171358.183000', '171358.186000', '171358.188000', '171358.191000', '171358.193000', '171358.196000', '171358.199000', '171358.202000', '171358.204000', '171358.207000', '171358.209000', '171358.212000', '171358.215000', '171358.217000', '171358.220000', '171358.223000', '171358.225000', '171358.228000', '171358.231000', '171358.233000', '171358.236000', '171418.124000', '171418.127000', '171418.130000', '171418.132000', '171418.135000', '171418.138000', '171418.140000', '171418.143000', '171418.146000', '171418.148000', '171418.151000', '171418.154000', '171418.156000', '171418.159000', '171418.162000', '171418.164000', '171418.167000', '171418.170000', '171418.172000', '171418.175000', '171418.177000', '171418.180000', '171418.183000', '171418.185000', '171418.188000', '171418.190000', '171418.193000', '171418.196000', '171418.198000', '171418.201000', '171418.203000', '171418.206000', '171418.209000', '171418.211000', '171418.214000', '171418.216000', '171418.219000', '171418.221000', '171418.224000', '171418.227000', '171418.230000', '171418.232000', '171418.235000', '171418.237000', '171438.125000', '171438.127000', '171438.130000', '171438.133000', '171438.136000', '171438.138000', '171438.141000', '171438.144000', '171438.146000', '171438.149000', '171438.151000', '171438.154000', '171438.157000', '171438.159000', '171438.162000', '171438.165000', '171438.167000', '171438.170000', '171438.173000', '171438.175000', '171438.178000', '171438.180000', '171438.183000', '171438.186000', '171438.188000', '171438.191000', '171438.194000', '171438.196000', '171438.199000', '171438.202000', '171438.204000', '171438.207000', '171438.209000', '171438.212000', '171438.215000', '171438.217000', '171438.220000', '171438.223000', '171438.225000', '171438.228000', '171438.230000', '171438.233000', '171438.236000', '171458.124000', '171458.127000', '171458.130000', '171458.133000', '171458.135000', '171458.138000', '171458.141000', '171458.143000', '171458.146000', '171458.149000', '171458.151000', '171458.154000', '171458.157000', '171458.159000', '171458.162000', '171458.165000', '171458.167000', '171458.170000', '171458.172000', '171458.175000', '171458.178000', '171458.180000', '171458.184000', '171458.187000', '171458.204000', '171458.207000', '171458.210000', '171458.212000', '171458.215000', '171458.217000', '171458.220000', '171458.223000', '171458.225000', '171458.228000', '171458.231000', '171458.233000', '171458.236000', '171458.239000', '171458.241000', '171458.244000', '171458.247000', '171458.249000', '171458.252000', '171518.125000', '171518.128000', '171518.131000', '171518.133000', '171518.136000', '171518.138000', '171518.141000', '171518.144000', '171518.147000', '171518.150000', '171518.152000', '171518.155000', '171518.157000', '171518.160000', '171518.163000', '171518.165000', '171518.168000', '171518.171000', '171518.174000', '171518.176000', '171518.179000', '171518.181000', '171518.184000', '171518.187000', '171518.189000', '171518.192000', '171518.195000', '171518.197000', '171518.200000', '171518.202000', '171518.205000', '171518.208000', '171518.210000', '171518.213000', '171518.216000', '171518.218000', '171518.221000', '171518.224000', '171518.226000', '171518.229000', '171518.232000', '171518.234000', '171518.237000', '171518.239000', '171538.124000', '171538.127000', '171538.129000', '171538.132000', '171538.135000', '171538.137000', '171538.140000', '171538.143000', '171538.146000', '171538.149000', '171538.152000', '171538.154000', '171538.157000', '171538.160000', '171538.162000', '171538.165000', '171538.168000', '171538.170000', '171538.173000', '171538.176000', '171538.178000', '171538.181000', '171538.184000', '171538.186000', '171538.189000', '171538.191000', '171538.194000', '171538.197000', '171538.199000', '171538.202000', '171538.205000', '171538.207000', '171538.210000', '171538.213000', '171538.215000', '171538.218000', '171538.221000', '171538.223000', '171538.226000', '171538.229000', '171538.231000', '171538.234000', '171538.236000', '171558.124000', '171558.128000', '171558.131000', '171558.133000', '171558.136000', '171558.139000', '171558.141000', '171558.144000', '171558.146000', '171558.149000', '171558.152000', '171558.154000', '171558.157000', '171558.160000', '171558.162000', '171558.165000', '171558.168000', '171558.170000', '171558.173000', '171558.175000', '171558.178000', '171558.181000', '171558.183000', '171558.186000', '171558.189000', '171558.191000', '171558.194000', '171558.197000', '171558.199000', '171558.202000', '171558.204000', '171558.207000', '171558.210000', '171558.212000', '171558.215000', '171558.218000', '171558.220000', '171558.223000', '171558.225000', '171558.228000', '171558.231000', '171558.233000', '171558.236000', '171558.239000', '171618.125000', '171618.128000', '171618.130000', '171618.133000', '171618.136000', '171618.138000', '171618.141000', '171618.144000', '171618.146000', '171618.149000', '171618.152000', '171618.154000', '171618.157000', '171618.160000', '171618.164000', '171618.167000', '171618.170000', '171618.172000', '171618.175000', '171618.178000', '171618.180000', '171618.183000', '171618.186000', '171618.188000', '171618.191000', '171618.194000', '171618.196000', '171618.199000', '171618.202000', '171618.204000', '171618.207000', '171618.210000', '171618.212000', '171618.215000', '171618.218000', '171618.220000', '171618.224000', '171618.227000', '171618.229000', '171618.232000', '171618.235000', '171618.237000', '171618.240000', '171638.124000', '171638.127000', '171638.130000', '171638.132000', '171638.135000', '171638.138000', '171638.141000', '171638.143000', '171638.146000', '171638.149000', '171638.152000', '171638.154000', '171638.160000', '171638.163000', '171638.166000', '171638.168000', '171638.171000', '171638.174000', '171638.176000', '171638.179000', '171638.182000', '171638.184000', '171638.187000', '171638.190000', '171638.192000', '171638.195000', '171638.198000', '171638.200000', '171638.203000', '171638.205000', '171638.208000', '171638.211000', '171638.213000', '171638.216000', '171638.219000', '171638.221000', '171638.224000', '171638.226000', '171638.229000', '171638.232000', '171638.234000', '171638.237000', '171638.239000', '171638.242000', '171658.125000', '171658.127000', '171658.130000', '171658.133000', '171658.136000', '171658.138000', '171658.141000', '171658.144000', '171658.146000', '171658.149000', '171658.152000', '171658.154000', '171658.157000', '171658.159000', '171658.162000', '171658.165000', '171658.167000', '171658.170000', '171658.173000', '171658.175000', '171658.178000', '171658.181000', '171658.183000', '171658.186000', '171658.189000', '171658.191000', '171658.194000', '171658.197000', '171658.200000', '171658.202000', '171658.205000', '171658.207000', '171658.210000', '171658.213000', '171658.215000', '171658.218000', '171658.221000', '171658.223000', '171658.226000', '171658.229000', '171658.231000', '171658.234000', '171658.237000', '171718.125000', '171718.128000', '171718.130000', '171718.133000', '171718.136000', '171718.138000', '171718.141000', '171718.144000', '171718.146000', '171718.149000', '171718.152000', '171718.154000', '171718.157000', '171718.159000', '171718.162000', '171718.165000', '171718.167000', '171718.170000', '171718.173000', '171718.175000', '171718.178000', '171718.181000', '171718.183000', '171718.186000', '171718.189000', '171718.191000', '171718.194000', '171718.197000', '171718.199000', '171718.202000', '171718.204000', '171718.207000', '171718.210000', '171718.212000', '171718.215000', '171718.218000', '171718.220000', '171718.223000', '171718.225000', '171718.228000', '171718.231000', '171718.233000', '171718.236000', '171718.239000', '171738.125000', '171738.128000', '171738.130000', '171738.133000', '171738.136000', '171738.138000', '171738.141000', '171738.144000', '171738.146000', '171738.149000', '171738.152000', '171738.154000', '171738.157000', '171738.160000', '171738.162000', '171738.165000', '171738.167000', '171738.170000', '171738.173000', '171738.175000', '171738.178000', '171738.181000', '171738.183000', '171738.186000', '171738.188000', '171738.191000', '171738.194000', '171738.197000', '171738.202000', '171738.204000', '171738.207000', '171738.209000', '171738.212000', '171738.215000', '171738.217000', '171738.220000', '171738.223000', '171738.225000', '171738.228000', '171738.231000', '171738.233000', '171738.236000', '171738.239000', '171758.124000', '171758.126000', '171758.143000', '171758.145000', '171758.148000', '171758.151000', '171758.153000', '171758.156000', '171758.159000', '171758.161000', '171758.164000', '171758.167000', '171758.169000', '171758.172000', '171758.174000', '171758.177000', '171758.180000', '171758.182000', '171758.185000', '171758.188000', '171758.190000', '171758.193000', '171758.196000', '171758.198000', '171758.201000', '171758.204000', '171758.206000', '171758.209000', '171758.212000', '171758.214000', '171758.217000', '171758.220000', '171758.222000', '171758.225000', '171758.228000', '171758.230000', '171758.233000', '171758.235000', '171758.238000', '171758.241000', '171758.243000', '171758.246000', '171758.249000', '171758.251000', '171818.125000', '171818.128000', '171818.130000', '171818.133000', '171818.136000', '171818.138000', '171818.141000', '171818.144000', '171818.147000', '171818.149000', '171818.152000', '171818.155000', '171818.157000', '171818.160000', '171818.163000', '171818.165000', '171818.168000', '171818.171000', '171818.173000', '171818.176000', '171818.178000', '171818.181000', '171818.184000', '171818.186000', '171818.189000', '171818.192000', '171818.194000', '171818.197000', '171818.200000', '171818.202000', '171818.205000', '171818.208000', '171818.211000', '171818.214000', '171818.216000', '171818.220000', '171818.222000', '171818.225000', '171818.228000', '171818.230000', '171818.233000', '171818.235000', '171818.238000', '171838.125000', '171838.128000', '171838.131000', '171838.133000', '171838.136000', '171838.138000', '171838.141000', '171838.144000', '171838.146000', '171838.149000', '171838.152000', '171838.154000', '171838.157000', '171838.160000', '171838.162000', '171838.165000', '171838.167000', '171838.170000', '171838.173000', '171838.175000', '171838.178000', '171838.181000', '171838.183000', '171838.186000', '171838.188000', '171838.191000', '171838.194000', '171838.197000', '171838.199000', '171838.202000', '171838.205000', '171838.207000', '171838.210000', '171838.212000', '171838.215000', '171838.218000', '171838.220000', '171838.223000', '171838.226000', '171838.228000', '171838.231000', '171838.234000', '171838.236000', '171838.239000', '171858.124000', '171858.127000', '171858.130000', '171858.133000', '171858.136000', '171858.138000', '171858.141000', '171858.144000', '171858.146000', '171858.149000', '171858.151000', '171858.154000', '171858.157000', '171858.159000', '171858.162000', '171858.165000', '171858.167000', '171858.170000', '171858.173000', '171858.175000', '171858.178000', '171858.181000', '171858.183000', '171858.186000', '171858.188000', '171858.191000', '171858.194000', '171858.196000', '171858.199000', '171858.202000', '171858.204000', '171858.207000', '171858.210000', '171858.212000', '171858.215000', '171858.218000', '171858.220000', '171858.223000', '171858.225000', '171858.228000', '171858.231000', '171858.233000', '171858.236000', '171918.124000', '171918.127000', '171918.130000', '171918.132000', '171918.135000', '171918.138000', '171918.140000', '171918.143000', '171918.146000', '171918.148000', '171918.151000', '171918.154000', '171918.156000', '171918.159000', '171918.162000', '171918.164000', '171918.167000', '171918.170000', '171918.172000', '171918.175000', '171918.178000', '171918.180000', '171918.183000', '171918.186000', '171918.188000', '171918.191000', '171918.194000', '171918.196000', '171918.199000', '171918.202000', '171918.204000', '171918.207000', '171918.209000', '171918.212000', '171918.215000', '171918.217000', '171918.220000', '171918.223000', '171918.225000', '171918.228000', '171918.231000', '171918.233000', '171918.236000', '171918.238000', '171938.125000', '171938.128000', '171938.131000', '171938.133000', '171938.136000', '171938.139000', '171938.141000', '171938.144000', '171938.147000', '171938.149000', '171938.152000', '171938.155000', '171938.157000', '171938.160000', '171938.163000', '171938.165000', '171938.168000', '171938.171000', '171938.173000', '171938.176000', '171938.179000', '171938.181000', '171938.184000', '171938.187000', '171938.189000', '171938.192000', '171938.195000', '171938.197000', '171938.200000', '171938.202000', '171938.205000', '171938.208000', '171938.210000', '171938.213000', '171938.216000', '171938.218000', '171938.221000', '171938.224000', '171938.226000', '171938.229000', '171938.232000', '171938.235000', '171938.237000', '171958.125000', '171958.127000', '171958.130000', '171958.133000', '171958.135000', '171958.138000', '171958.141000', '171958.143000', '171958.146000', '171958.149000', '171958.151000', '171958.154000', '171958.157000', '171958.159000', '171958.162000', '171958.165000', '171958.168000', '171958.170000', '171958.173000', '171958.176000', '171958.178000', '171958.181000', '171958.183000', '171958.186000', '171958.189000', '171958.191000', '171958.194000', '171958.197000', '171958.200000', '171958.202000', '171958.205000', '171958.208000', '171958.210000', '171958.213000', '171958.215000', '171958.218000', '171958.221000', '171958.223000', '171958.226000', '171958.229000', '171958.231000', '171958.234000', '171958.237000', '171958.239000', '172018.123000', '172018.127000', '172018.129000', '172018.132000', '172018.134000', '172018.137000', '172018.140000', '172018.142000', '172018.145000', '172018.148000', '172018.150000', '172018.153000', '172018.156000', '172018.158000', '172018.161000', '172018.164000', '172018.166000', '172018.169000', '172018.172000', '172018.174000', '172018.177000', '172018.180000', '172018.182000', '172018.185000', '172018.187000', '172018.190000', '172018.193000', '172018.195000', '172018.198000', '172018.201000', '172018.203000', '172018.206000', '172018.208000', '172018.211000', '172018.214000', '172018.216000', '172018.219000', '172018.222000', '172018.225000', '172018.227000', '172018.230000', '172018.233000', '172018.235000', '172031.188000', '172031.191000', '172031.194000', '172031.197000', '172031.199000', '172031.202000', '172031.205000', '172031.208000', '172031.211000', '172031.213000', '172031.217000', '172031.220000', '172031.223000', '172031.226000', '172031.229000', '172031.232000', '172031.238000', '172031.245000', '172031.248000', '172031.251000', '172031.258000', '172031.262000', '172031.265000', '172031.269000', '172031.272000', '172031.275000', '172031.277000', '172031.280000', '172031.283000'], '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': [11595, 11332, 11284, 11061, 10610, 11046, 12039, 10886, 14196, 10299, 11359, 9950, 11226, 12007, 11040, 11710, 11168, 11079, 11353, 12322, 11131, 12863, 11053, 12737, 10912, 12821, 10691, 11489, 10264, 12226, 10343, 11698, 11133, 11559, 10928, 11554, 11303, 11503, 12405, 11470, 12308, 11535, 12446, 11517, 12968, 11157, 13405, 10892, 11619, 10331, 11213, 12477, 11655, 10857, 11341, 12180, 11266, 11976, 11493, 12907, 11665, 12121, 11392, 12388, 10666, 11966, 10436, 12003, 11703, 11641, 12497, 11542, 11602, 11839, 11608, 11061, 13015, 10501, 11771, 10789, 11833, 12128, 11855, 12188, 10944, 11584, 11572, 10401, 11676, 12564, 11616, 12279, 11567, 11943, 10974, 12117, 11065, 12098, 10487, 12317, 11834, 11056, 12396, 11898, 12529, 10882, 11513, 12842, 11848, 11804, 11817, 11543, 11809, 12547, 11426, 12842, 10987, 12248, 10918, 11972, 10788, 12159, 10866, 12073, 9848, 12003, 12361, 11406, 12868, 10496, 12461, 12343, 11484, 10389, 11697, 12039, 11631, 12626, 10885, 12113, 11770, 12000, 13346, 11693, 12765, 11519, 12044, 10768, 12072, 12244, 12038, 11217, 11906, 11853, 11520, 12844, 11561, 12236, 10948, 12085, 12160, 11858, 11589, 10829, 10167, 11633, 12389, 11215, 12991, 11112, 12054, 11128, 11977, 10258, 11752, 11726, 11929, 11509, 11659, 11701, 11638, 12719, 10488, 12172, 12260, 11080, 12633, 11627, 12563, 11076, 12312, 11917, 11898, 10451, 11634, 11856, 11249, 12660, 10763, 11544, 11408, 11713, 9733, 11572, 12836, 11155, 12597, 10386, 11861, 12161, 10987, 11724, 11625, 12561, 11277, 12332, 11162, 11823, 11864, 11653, 10655, 12016, 12202, 11448, 13044, 10657, 11915, 11106, 11753, 12978, 11773, 12266, 11875, 12213, 11513, 11709, 10955, 12364, 10731, 12284, 10872, 12233, 12187, 11063, 11230, 11560, 12019, 11740, 12384, 10839, 11608, 11207, 11853, 11436, 11790, 12638, 11091, 10383, 11931, 12255, 11478, 13190, 10821, 12120, 10832, 11841, 12517, 10928, 12264, 11737, 12120, 11323, 12265, 10934, 12075, 11902, 11652, 10615, 11832, 11779, 11722, 13283, 11385, 12473, 10783, 11391, 11708, 11754, 13241, 11097, 12396, 10918, 12279, 10785, 11740, 11424, 12166, 10538, 11486, 12854, 11425, 12284, 11973, 12095, 11389, 12615, 11338, 12380, 12088, 11936, 11267, 11556, 12489, 11870, 13356, 10715, 12053, 11843, 11268, 12604, 11738, 13132, 11172, 12746, 12503, 11305, 12306, 12079, 12327, 11619, 12305, 11162, 12906, 10888, 11578, 10598, 12228, 11780, 11782, 12044, 11534, 12373, 11244, 11627, 12509, 12049, 10908, 12128, 11926, 11394, 11015, 11758, 12574, 11762, 12163, 11206, 11872, 12514, 11886, 11188, 12040, 11325, 11896, 12896, 11125, 11873, 10565, 12077, 11816, 11717, 13137, 11717, 12955, 11817, 12206, 11002, 12299, 11673, 11773, 10315, 11834, 11838, 11875, 12402, 11954, 13359, 11197, 12350, 11499, 12070, 11743, 11857, 10091, 12015, 10560, 11859, 12504, 11606, 13393, 10851, 12212, 10768, 11674, 12267, 11155, 11889, 9812, 11827, 12552, 10883, 12040, 11056, 11822, 11920, 10921, 12184, 11111, 11728, 12253, 11218, 11928, 10493, 11576, 12783, 10733, 11804, 12529, 11442, 12704, 11499, 11328, 12615, 11351, 12788, 10638, 11954, 11992, 11382, 15149, 11049, 12574, 10564, 12763, 10554, 11511, 10179, 11739, 9679, 11615, 10507, 11311, 12371, 11311, 10597, 11567, 10107, 11604, 10236, 11396, 10161, 11340, 9434, 11627, 9778, 12355, 10204, 12430, 10311, 12006, 10349, 11520, 10416, 11611, 10126, 11899, 10142, 12193, 10190, 12200, 10275, 11704, 9955, 11740, 9914, 11999, 10120, 12315, 9978, 11873, 9844, 11915, 9899, 12501, 10470, 11570, 10090, 11176, 9948, 11169, 10004, 11813, 9876, 11940, 9773, 11814, 9670, 11746, 10333, 12127, 9186, 12011, 9572, 12069, 9774, 12135, 9722, 11502, 9299, 11575, 9385, 11865, 11364, 11808, 11559, 11872, 11887, 11685, 12084, 11268, 11806, 10599, 11150, 11205, 11590, 10331, 11916, 10505, 11691, 10421, 11953, 9534, 11915, 9463, 11575, 9794, 11806, 10694, 12183, 9530, 12150, 10278, 11621, 11459, 11713, 10616, 11697, 11070, 11546, 11364, 11040, 11590, 10750, 11516, 10979, 11981, 11294, 12050, 10150, 12168, 9937, 11909, 10000, 12086, 9447, 12293, 10147, 11781, 11889, 12078, 11360, 11783, 11394, 11576, 11781, 10934, 11694, 10261, 11796, 10339, 11794, 9638, 12090, 11653, 11363, 11729, 11569, 11138, 11557, 9934, 11815, 11410, 11832, 13600, 11247, 11419, 10144, 11451, 12222, 11500, 13179, 11487, 12153, 11783, 14495, 11644, 10807, 9670, 11132, 13676, 10180, 11473, 12074, 11256, 14875, 13111, 11110, 12189, 10163, 10970, 9383, 11115, 10862, 10977, 12826, 10877, 11534, 10638, 11280, 10244, 11754, 10208, 11020, 9908, 11095, 10700, 11479, 10940, 11587, 9934, 10948, 9661, 10631, 9671, 10617, 10297, 10639, 11960, 11026, 11098, 10713, 12983, 10374, 11050, 9290, 10855, 10586, 11514, 10822, 10134, 10636, 10608, 14022, 9951, 12440, 11549, 10899, 15161, 10214, 16166, 11848, 13468, 9975, 10397, 11015, 9971, 11328, 9402, 10906, 9362, 10465, 9351, 10391, 10559, 10095, 11608, 11167, 10553, 10858, 10476, 10481, 11835, 10486, 10963, 10060, 11184, 10477, 11704, 10666, 12041, 10412, 11723, 11263, 10355, 10498, 9335, 10479, 9753, 11199, 10507, 10994, 12382, 10487, 11655, 9713, 9136, 11136, 9239, 11220, 9150, 11461, 9545, 11023, 9802, 11224, 9806, 11287, 10198, 11798, 10188, 12135, 10691, 11042, 11323, 9428, 10434, 9421, 11464, 9661, 11665, 9678, 11413, 9797, 11583, 10081, 11683, 10002, 11572, 10433, 11462, 10480, 10810, 11385, 10068, 9581, 9524, 11256, 9393, 11540, 9529, 11541, 9685, 11450, 9677, 11529, 10413, 11028, 10676, 10600, 10773, 10771, 11380, 10035, 10855, 9058, 11843, 9414, 11852, 9478, 11542, 9820, 11677, 10216, 10972, 10506, 11186, 11242, 11916, 11148, 11354, 11722, 10526, 11287, 10028, 11053, 9321, 12019, 9203, 11941, 9170, 11904, 9487, 13275, 9992, 11524, 10004, 12003, 10826, 12171, 10774, 11739, 11262, 11605, 11759, 11141, 11602, 9921, 11773, 10067, 11043, 9744, 11246, 9351, 11817, 9366, 11647, 9517, 11594, 9972, 11599, 9949, 11435, 10224, 11523, 10547, 11393, 10863, 11019, 9988, 11553, 10749, 11462, 10847, 11563, 10650, 10724, 8987, 11512, 9004, 11325, 9101, 11350, 9355, 11116, 9437, 11283, 9117, 11476, 9491, 11042, 9027, 10929, 9137, 11289, 9173, 11221, 9835, 11384, 9499, 11020, 12802, 11411, 11567, 11118, 10023, 10917, 10181, 10793, 9456, 11326, 9436, 10997, 9013, 11500, 9153, 11277, 9336, 11246, 11155, 11161, 11080, 12195, 10976, 10723, 10866, 12381, 11085, 9438, 11893, 9984, 11783, 10157, 11283, 10436, 11411, 10881, 11291, 10762, 11076, 10923, 11819, 11185, 11794, 10756, 11429, 10945, 11739, 11204, 11745, 10766, 11227, 10670, 11440, 10830, 10880, 10995, 11238, 11015, 11234, 11265, 11765, 11434, 11261, 11330, 10595, 11659, 10155, 11447, 10129, 11204, 10352, 11616, 10594, 11604, 10905, 11732, 10200, 11479, 10222, 10935, 10000, 10958, 10631, 11454, 9611, 11249, 9915, 11580, 10376, 11623, 10243, 11166, 10460, 11677, 10888, 11638, 10620, 10953, 10603, 12580, 10669, 11603, 10706, 11136, 10099, 11457, 10571, 11522, 10219, 11233, 9933, 11323, 10111, 11518, 9833, 11447, 9682, 11325, 9762, 11285, 9531, 11094, 9796, 11682, 9997, 11257, 9523, 11636, 10304, 11574, 10079, 11287, 10925, 11325, 10992, 11078, 11508, 10588, 11275, 10729, 11518, 10624, 11110, 10534, 11517, 9867, 11601, 10359, 11446, 10752, 11457, 10352, 11570, 10688, 11225, 11039, 11083, 10753, 11078, 11000, 11118, 11208, 10985, 11519, 10912, 11995, 10735, 11480, 10557, 11613, 10575, 11755, 10401, 12125, 10545, 11520, 10464, 11407, 10566, 12443, 10586, 12229, 10750, 11565, 10432, 11676, 10689, 11432, 10425, 11499, 9994, 11493, 10388, 11675, 10066, 11524, 9963, 11763, 11678, 11440, 10212, 11601, 9741, 11347, 10223, 11600, 10702, 11642, 11320, 11540, 11302, 11251, 11345, 10978, 11436, 10762, 11733, 10962, 11070, 10332, 11675, 10229, 11479, 10133, 11260, 9774, 11400, 10607, 11409, 9962, 11507, 10043, 11364, 10211, 11234, 11646, 11302, 10772, 11789, 10481, 11781, 10987, 11675, 11327, 11503, 11359, 11463, 11354, 11364, 11911, 11231, 11389, 10957, 11567, 10959, 11710, 11000, 10844, 10726, 12201, 10549, 11574, 11215, 11436, 10130, 11369, 10307, 11411, 10026, 11949, 9957, 11790, 10771, 11928, 11663, 11397, 11889, 11307, 11619, 10862, 11621, 11424, 11701, 10655, 11414, 10395, 11547, 10681, 11648, 10602, 10905, 10196, 11666, 10685, 11522, 11798, 11393, 11335, 11194, 12273, 11080, 11349, 10511, 11562, 10442, 11558, 10635, 11487, 9826, 11678, 10369, 11263, 10590, 11712, 11760, 12032, 11824, 11251, 11956, 11121, 11493, 10508, 11540, 11520, 11437, 11761, 11824, 12030, 11599, 11367, 11194, 12046, 11010, 11624, 10588, 11341, 11544, 10870, 10992, 11496, 10242, 11560, 11379, 11443, 11889, 11084, 11506, 10627, 11928, 11583, 11287, 9969, 11280, 10296, 11584, 11372, 11572, 11070, 11436, 11190, 10992, 11023, 10290, 11934, 11016, 11455, 11892, 10284, 11665, 14293, 11463, 14080, 10980, 14642, 10491, 12425, 11033, 12491, 11011, 11536, 10031, 11425, 10473, 10796, 10964, 11381, 11303, 11666, 11338], 'WindowCenter': [4451.0, 4423.0, 4411.0, 4398.0, 4386.0, 4395.0, 4393.0, 4383.0, 4411.0, 4373.0, 4382.0, 4373.0, 4383.0, 4393.0, 4382.0, 4391.0, 4382.0, 4381.0, 4382.0, 4392.0, 4383.0, 4402.0, 4383.0, 4391.0, 4383.0, 4391.0, 4373.0, 4381.0, 4373.0, 4392.0, 4373.0, 4391.0, 4383.0, 4382.0, 4383.0, 4382.0, 4383.0, 4381.0, 4402.0, 4381.0, 4391.0, 4383.0, 4391.0, 4381.0, 4401.0, 4382.0, 4400.0, 4372.0, 4380.0, 4372.0, 4370.0, 4393.0, 4382.0, 4382.0, 4383.0, 4391.0, 4384.0, 4381.0, 4383.0, 4391.0, 4382.0, 4390.0, 4383.0, 4391.0, 4370.0, 4382.0, 4373.0, 4391.0, 4391.0, 4381.0, 4402.0, 4382.0, 4381.0, 4392.0, 4381.0, 4383.0, 4403.0, 4384.0, 4392.0, 4383.0, 4392.0, 4394.0, 4392.0, 4393.0, 4371.0, 4382.0, 4380.0, 4372.0, 4382.0, 4391.0, 4382.0, 4391.0, 4382.0, 4380.0, 4381.0, 4392.0, 4383.0, 4390.0, 4373.0, 4391.0, 4393.0, 4381.0, 4403.0, 4393.0, 4394.0, 4384.0, 4383.0, 4404.0, 4392.0, 4393.0, 4393.0, 4382.0, 4391.0, 4392.0, 4383.0, 4390.0, 4372.0, 4380.0, 4372.0, 4382.0, 4373.0, 4380.0, 4372.0, 4394.0, 4373.0, 4405.0, 4403.0, 4395.0, 4404.0, 4385.0, 4404.0, 4407.0, 4394.0, 4376.0, 4395.0, 4404.0, 4393.0, 4403.0, 4385.0, 4394.0, 4394.0, 4393.0, 4403.0, 4393.0, 4392.0, 4382.0, 4391.0, 4384.0, 4392.0, 4391.0, 4392.0, 4383.0, 4380.0, 4381.0, 4381.0, 4392.0, 4382.0, 4390.0, 4374.0, 4392.0, 4394.0, 4381.0, 4382.0, 4371.0, 4363.0, 4381.0, 4391.0, 4371.0, 4389.0, 4370.0, 4377.0, 4381.0, 4378.0, 4370.0, 4382.0, 4381.0, 4381.0, 4382.0, 4380.0, 4391.0, 4381.0, 4402.0, 4384.0, 4392.0, 4393.0, 4381.0, 4402.0, 4384.0, 4391.0, 4384.0, 4392.0, 4393.0, 4393.0, 4374.0, 4383.0, 4392.0, 4383.0, 4403.0, 4385.0, 4381.0, 4394.0, 4393.0, 4362.0, 4393.0, 4402.0, 4384.0, 4394.0, 4373.0, 4392.0, 4396.0, 4383.0, 4392.0, 4393.0, 4392.0, 4384.0, 4394.0, 4386.0, 4392.0, 4392.0, 4394.0, 4373.0, 4393.0, 4392.0, 4383.0, 4403.0, 4372.0, 4382.0, 4382.0, 4382.0, 4402.0, 4382.0, 4392.0, 4383.0, 4391.0, 4381.0, 4381.0, 4373.0, 4391.0, 4373.0, 4378.0, 4370.0, 4380.0, 4392.0, 4379.0, 4380.0, 4382.0, 4389.0, 4380.0, 4390.0, 4371.0, 4379.0, 4382.0, 4381.0, 4382.0, 4380.0, 4391.0, 4369.0, 4360.0, 4381.0, 4390.0, 4381.0, 4404.0, 4384.0, 4392.0, 4382.0, 4381.0, 4393.0, 4372.0, 4393.0, 4392.0, 4391.0, 4382.0, 4394.0, 4384.0, 4391.0, 4395.0, 4381.0, 4373.0, 4391.0, 4393.0, 4390.0, 4402.0, 4394.0, 4393.0, 4384.0, 4392.0, 4393.0, 4394.0, 4404.0, 4384.0, 4393.0, 4386.0, 4392.0, 4383.0, 4381.0, 4381.0, 4392.0, 4373.0, 4380.0, 4405.0, 4381.0, 4391.0, 4393.0, 4393.0, 4393.0, 4393.0, 4384.0, 4393.0, 4395.0, 4384.0, 4384.0, 4385.0, 4392.0, 4391.0, 4401.0, 4372.0, 4392.0, 4393.0, 4381.0, 4402.0, 4393.0, 4403.0, 4383.0, 4403.0, 4403.0, 4382.0, 4396.0, 4394.0, 4403.0, 4382.0, 4391.0, 4383.0, 4393.0, 4373.0, 4369.0, 4372.0, 4391.0, 4391.0, 4392.0, 4391.0, 4395.0, 4392.0, 4384.0, 4380.0, 4394.0, 4392.0, 4372.0, 4394.0, 4382.0, 4382.0, 4372.0, 4392.0, 4390.0, 4392.0, 4391.0, 4382.0, 4383.0, 4391.0, 4382.0, 4382.0, 4391.0, 4381.0, 4380.0, 4392.0, 4382.0, 4379.0, 4371.0, 4382.0, 4379.0, 4383.0, 4402.0, 4383.0, 4390.0, 4382.0, 4378.0, 4372.0, 4379.0, 4383.0, 4378.0, 4364.0, 4380.0, 4381.0, 4381.0, 4391.0, 4381.0, 4399.0, 4381.0, 4391.0, 4393.0, 4380.0, 4382.0, 4380.0, 4362.0, 4380.0, 4371.0, 4384.0, 4391.0, 4382.0, 4392.0, 4372.0, 4389.0, 4374.0, 4381.0, 4392.0, 4385.0, 4392.0, 4372.0, 4392.0, 4406.0, 4386.0, 4395.0, 4384.0, 4394.0, 4395.0, 4382.0, 4391.0, 4383.0, 4393.0, 4392.0, 4384.0, 4397.0, 4384.0, 4394.0, 4404.0, 4385.0, 4405.0, 4407.0, 4407.0, 4413.0, 4395.0, 4397.0, 4404.0, 4398.0, 4416.0, 4387.0, 4405.0, 4396.0, 4393.0, 4426.0, 4385.0, 4404.0, 4383.0, 4395.0, 4374.0, 4383.0, 4373.0, 4392.0, 4353.0, 4385.0, 4372.0, 4372.0, 4381.0, 4372.0, 4360.0, 4380.0, 4362.0, 4369.0, 4362.0, 4369.0, 4361.0, 4369.0, 4340.0, 4366.0, 4350.0, 4377.0, 4360.0, 4377.0, 4359.0, 4380.0, 4360.0, 4368.0, 4361.0, 4370.0, 4361.0, 4382.0, 4362.0, 4379.0, 4362.0, 4379.0, 4361.0, 4380.0, 4361.0, 4378.0, 4360.0, 4369.0, 4360.0, 4380.0, 4351.0, 4368.0, 4360.0, 4368.0, 4361.0, 4379.0, 4360.0, 4369.0, 4361.0, 4358.0, 4350.0, 4358.0, 4350.0, 4369.0, 4350.0, 4369.0, 4349.0, 4369.0, 4350.0, 4367.0, 4359.0, 4377.0, 4340.0, 4378.0, 4350.0, 4376.0, 4360.0, 4378.0, 4350.0, 4370.0, 4351.0, 4381.0, 4350.0, 4382.0, 4382.0, 4394.0, 4381.0, 4383.0, 4382.0, 4382.0, 4390.0, 4383.0, 4381.0, 4372.0, 4380.0, 4382.0, 4381.0, 4373.0, 4380.0, 4373.0, 4379.0, 4372.0, 4379.0, 4351.0, 4381.0, 4351.0, 4382.0, 4361.0, 4380.0, 4361.0, 4381.0, 4351.0, 4380.0, 4361.0, 4381.0, 4380.0, 4380.0, 4369.0, 4391.0, 4383.0, 4383.0, 4381.0, 4384.0, 4381.0, 4384.0, 4380.0, 4384.0, 4380.0, 4382.0, 4381.0, 4363.0, 4390.0, 4363.0, 4381.0, 4365.0, 4391.0, 4352.0, 4392.0, 4372.0, 4381.0, 4382.0, 4392.0, 4381.0, 4393.0, 4382.0, 4383.0, 4382.0, 4372.0, 4381.0, 4373.0, 4382.0, 4372.0, 4394.0, 4363.0, 4403.0, 4392.0, 4394.0, 4395.0, 4396.0, 4396.0, 4406.0, 4388.0, 4405.0, 4396.0, 4396.0, 4414.0, 4387.0, 4396.0, 4387.0, 4408.0, 4406.0, 4397.0, 4406.0, 4397.0, 4394.0, 4398.0, 4414.0, 4383.0, 4372.0, 4352.0, 4372.0, 4401.0, 4361.0, 4372.0, 4383.0, 4370.0, 4414.0, 4379.0, 4360.0, 4368.0, 4349.0, 4360.0, 4338.0, 4358.0, 4359.0, 4358.0, 4379.0, 4360.0, 4368.0, 4359.0, 4358.0, 4361.0, 4368.0, 4362.0, 4361.0, 4352.0, 4359.0, 4373.0, 4369.0, 4371.0, 4368.0, 4362.0, 4372.0, 4352.0, 4360.0, 4352.0, 4360.0, 4351.0, 4360.0, 4380.0, 4370.0, 4371.0, 4372.0, 4391.0, 4362.0, 4371.0, 4350.0, 4360.0, 4361.0, 4370.0, 4361.0, 4349.0, 4359.0, 4360.0, 4389.0, 4362.0, 4378.0, 4371.0, 4361.0, 4400.0, 4350.0, 4410.0, 4368.0, 4378.0, 4335.0, 4336.0, 4344.0, 4336.0, 4344.0, 4325.0, 4345.0, 4327.0, 4347.0, 4338.0, 4346.0, 4348.0, 4346.0, 4357.0, 4346.0, 4346.0, 4345.0, 4346.0, 4346.0, 4356.0, 4345.0, 4347.0, 4349.0, 4357.0, 4347.0, 4356.0, 4347.0, 4356.0, 4346.0, 4357.0, 4346.0, 4336.0, 4335.0, 4326.0, 4334.0, 4337.0, 4357.0, 4348.0, 4347.0, 4368.0, 4337.0, 4357.0, 4326.0, 4327.0, 4345.0, 4327.0, 4346.0, 4328.0, 4355.0, 4338.0, 4346.0, 4338.0, 4345.0, 4339.0, 4345.0, 4338.0, 4356.0, 4349.0, 4368.0, 4350.0, 4358.0, 4357.0, 4329.0, 4348.0, 4339.0, 4356.0, 4338.0, 4357.0, 4341.0, 4358.0, 4350.0, 4358.0, 4349.0, 4367.0, 4339.0, 4358.0, 4347.0, 4358.0, 4347.0, 4347.0, 4358.0, 4338.0, 4327.0, 4338.0, 4347.0, 4328.0, 4357.0, 4339.0, 4356.0, 4338.0, 4356.0, 4339.0, 4356.0, 4348.0, 4346.0, 4347.0, 4347.0, 4357.0, 4358.0, 4358.0, 4338.0, 4345.0, 4328.0, 4355.0, 4338.0, 4355.0, 4338.0, 4356.0, 4348.0, 4357.0, 4359.0, 4357.0, 4358.0, 4358.0, 4358.0, 4368.0, 4359.0, 4358.0, 4367.0, 4348.0, 4358.0, 4339.0, 4358.0, 4339.0, 4368.0, 4339.0, 4366.0, 4339.0, 4367.0, 4339.0, 4377.0, 4349.0, 4357.0, 4348.0, 4365.0, 4358.0, 4367.0, 4358.0, 4368.0, 4358.0, 4358.0, 4367.0, 4358.0, 4369.0, 4349.0, 4368.0, 4349.0, 4358.0, 4349.0, 4368.0, 4340.0, 4367.0, 4339.0, 4369.0, 4351.0, 4368.0, 4350.0, 4367.0, 4349.0, 4368.0, 4360.0, 4369.0, 4361.0, 4370.0, 4371.0, 4370.0, 4360.0, 4392.0, 4384.0, 4381.0, 4373.0, 4381.0, 4361.0, 4369.0, 4341.0, 4368.0, 4340.0, 4368.0, 4341.0, 4371.0, 4352.0, 4369.0, 4351.0, 4370.0, 4341.0, 4381.0, 4352.0, 4371.0, 4342.0, 4370.0, 4352.0, 4383.0, 4352.0, 4382.0, 4363.0, 4380.0, 4352.0, 4370.0, 4402.0, 4381.0, 4381.0, 4380.0, 4362.0, 4370.0, 4361.0, 4371.0, 4351.0, 4369.0, 4351.0, 4369.0, 4340.0, 4369.0, 4340.0, 4370.0, 4351.0, 4371.0, 4370.0, 4381.0, 4382.0, 4404.0, 4383.0, 4373.0, 4372.0, 4393.0, 4373.0, 4351.0, 4368.0, 4351.0, 4368.0, 4358.0, 4368.0, 4361.0, 4368.0, 4370.0, 4369.0, 4371.0, 4369.0, 4371.0, 4379.0, 4380.0, 4380.0, 4370.0, 4380.0, 4371.0, 4380.0, 4382.0, 4380.0, 4372.0, 4370.0, 4372.0, 4370.0, 4372.0, 4358.0, 4370.0, 4370.0, 4369.0, 4368.0, 4369.0, 4368.0, 4368.0, 4368.0, 4368.0, 4357.0, 4368.0, 4348.0, 4369.0, 4359.0, 4370.0, 4359.0, 4379.0, 4360.0, 4381.0, 4371.0, 4379.0, 4361.0, 4370.0, 4360.0, 4370.0, 4350.0, 4359.0, 4360.0, 4367.0, 4350.0, 4358.0, 4349.0, 4367.0, 4349.0, 4367.0, 4360.0, 4357.0, 4359.0, 4368.0, 4369.0, 4368.0, 4359.0, 4357.0, 4358.0, 4378.0, 4371.0, 4379.0, 4370.0, 4369.0, 4362.0, 4380.0, 4371.0, 4380.0, 4361.0, 4370.0, 4362.0, 4369.0, 4361.0, 4371.0, 4361.0, 4369.0, 4351.0, 4369.0, 4350.0, 4369.0, 4350.0, 4369.0, 4349.0, 4379.0, 4349.0, 4369.0, 4350.0, 4368.0, 4348.0, 4369.0, 4348.0, 4369.0, 4359.0, 4370.0, 4357.0, 4372.0, 4369.0, 4362.0, 4369.0, 4370.0, 4370.0, 4360.0, 4368.0, 4360.0, 4368.0, 4349.0, 4368.0, 4348.0, 4367.0, 4358.0, 4367.0, 4348.0, 4367.0, 4358.0, 4358.0, 4358.0, 4360.0, 4358.0, 4369.0, 4357.0, 4369.0, 4358.0, 4359.0, 4368.0, 4370.0, 4367.0, 4372.0, 4369.0, 4372.0, 4370.0, 4371.0, 4379.0, 4371.0, 4378.0, 4372.0, 4369.0, 4361.0, 4370.0, 4371.0, 4378.0, 4361.0, 4379.0, 4369.0, 4369.0, 4360.0, 4369.0, 4372.0, 4371.0, 4361.0, 4369.0, 4361.0, 4368.0, 4360.0, 4369.0, 4351.0, 4367.0, 4350.0, 4379.0, 4380.0, 4368.0, 4360.0, 4369.0, 4350.0, 4370.0, 4361.0, 4379.0, 4360.0, 4381.0, 4370.0, 4382.0, 4370.0, 4371.0, 4369.0, 4370.0, 4369.0, 4370.0, 4379.0, 4370.0, 4369.0, 4361.0, 4369.0, 4361.0, 4370.0, 4361.0, 4368.0, 4350.0, 4368.0, 4363.0, 4368.0, 4350.0, 4369.0, 4350.0, 4369.0, 4361.0, 4368.0, 4371.0, 4370.0, 4360.0, 4378.0, 4359.0, 4378.0, 4371.0, 4369.0, 4370.0, 4380.0, 4370.0, 4381.0, 4370.0, 4382.0, 4381.0, 4372.0, 4370.0, 4372.0, 4380.0, 4372.0, 4380.0, 4372.0, 4370.0, 4373.0, 4380.0, 4372.0, 4370.0, 4371.0, 4370.0, 4361.0, 4369.0, 4364.0, 4380.0, 4362.0, 4381.0, 4351.0, 4382.0, 4372.0, 4383.0, 4383.0, 4383.0, 4381.0, 4383.0, 4372.0, 4373.0, 4370.0, 4382.0, 4379.0, 4360.0, 4372.0, 4362.0, 4369.0, 4371.0, 4370.0, 4360.0, 4370.0, 4361.0, 4381.0, 4371.0, 4380.0, 4380.0, 4381.0, 4370.0, 4382.0, 4381.0, 4383.0, 4369.0, 4373.0, 4371.0, 4373.0, 4379.0, 4372.0, 4380.0, 4362.0, 4382.0, 4363.0, 4383.0, 4372.0, 4392.0, 4393.0, 4393.0, 4391.0, 4384.0, 4392.0, 4383.0, 4383.0, 4374.0, 4384.0, 4394.0, 4383.0, 4395.0, 4393.0, 4393.0, 4383.0, 4381.0, 4382.0, 4392.0, 4374.0, 4381.0, 4374.0, 4382.0, 4383.0, 4372.0, 4373.0, 4381.0, 4361.0, 4381.0, 4370.0, 4382.0, 4381.0, 4382.0, 4381.0, 4373.0, 4383.0, 4381.0, 4370.0, 4352.0, 4369.0, 4361.0, 4382.0, 4381.0, 4382.0, 4374.0, 4382.0, 4371.0, 4372.0, 4372.0, 4372.0, 4383.0, 4372.0, 4382.0, 4391.0, 4375.0, 4395.0, 4425.0, 4384.0, 4402.0, 4373.0, 4400.0, 4361.0, 4379.0, 4359.0, 4379.0, 4360.0, 4369.0, 4363.0, 4369.0, 4371.0, 4371.0, 4371.0, 4382.0, 4372.0, 4381.0, 4371.0], 'WindowWidth': [9789.0, 9734.0, 9710.0, 9684.0, 9666.0, 9673.0, 9667.0, 9654.0, 9688.0, 9639.0, 9650.0, 9640.0, 9652.0, 9664.0, 9648.0, 9660.0, 9650.0, 9646.0, 9649.0, 9661.0, 9652.0, 9676.0, 9653.0, 9660.0, 9652.0, 9660.0, 9638.0, 9646.0, 9639.0, 9660.0, 9640.0, 9660.0, 9653.0, 9648.0, 9651.0, 9648.0, 9651.0, 9647.0, 9677.0, 9648.0, 9660.0, 9651.0, 9659.0, 9647.0, 9672.0, 9649.0, 9670.0, 9635.0, 9642.0, 9636.0, 9629.0, 9664.0, 9646.0, 9648.0, 9649.0, 9660.0, 9651.0, 9646.0, 9649.0, 9657.0, 9647.0, 9655.0, 9651.0, 9657.0, 9632.0, 9647.0, 9639.0, 9659.0, 9661.0, 9645.0, 9677.0, 9649.0, 9647.0, 9663.0, 9647.0, 9653.0, 9678.0, 9655.0, 9662.0, 9652.0, 9661.0, 9669.0, 9660.0, 9665.0, 9631.0, 9648.0, 9643.0, 9634.0, 9648.0, 9658.0, 9648.0, 9658.0, 9648.0, 9643.0, 9648.0, 9662.0, 9652.0, 9655.0, 9639.0, 9659.0, 9666.0, 9647.0, 9679.0, 9666.0, 9669.0, 9656.0, 9653.0, 9683.0, 9663.0, 9666.0, 9664.0, 9650.0, 9659.0, 9661.0, 9651.0, 9656.0, 9634.0, 9643.0, 9635.0, 9647.0, 9637.0, 9642.0, 9635.0, 9664.0, 9639.0, 9684.0, 9680.0, 9674.0, 9683.0, 9660.0, 9681.0, 9690.0, 9668.0, 9646.0, 9670.0, 9681.0, 9667.0, 9682.0, 9659.0, 9667.0, 9669.0, 9665.0, 9680.0, 9664.0, 9663.0, 9648.0, 9659.0, 9653.0, 9661.0, 9661.0, 9660.0, 9650.0, 9643.0, 9645.0, 9644.0, 9660.0, 9648.0, 9656.0, 9639.0, 9661.0, 9668.0, 9644.0, 9648.0, 9630.0, 9623.0, 9644.0, 9658.0, 9631.0, 9653.0, 9629.0, 9635.0, 9644.0, 9639.0, 9631.0, 9646.0, 9646.0, 9645.0, 9649.0, 9645.0, 9659.0, 9647.0, 9677.0, 9653.0, 9663.0, 9666.0, 9648.0, 9678.0, 9653.0, 9661.0, 9654.0, 9662.0, 9667.0, 9664.0, 9640.0, 9651.0, 9663.0, 9652.0, 9678.0, 9657.0, 9647.0, 9668.0, 9663.0, 9622.0, 9666.0, 9676.0, 9655.0, 9667.0, 9640.0, 9661.0, 9672.0, 9652.0, 9664.0, 9666.0, 9662.0, 9654.0, 9667.0, 9660.0, 9662.0, 9664.0, 9666.0, 9638.0, 9664.0, 9662.0, 9651.0, 9678.0, 9637.0, 9649.0, 9649.0, 9648.0, 9677.0, 9648.0, 9663.0, 9650.0, 9659.0, 9646.0, 9643.0, 9637.0, 9657.0, 9637.0, 9638.0, 9630.0, 9643.0, 9660.0, 9640.0, 9645.0, 9647.0, 9655.0, 9644.0, 9657.0, 9634.0, 9641.0, 9649.0, 9644.0, 9649.0, 9641.0, 9659.0, 9627.0, 9616.0, 9645.0, 9655.0, 9646.0, 9679.0, 9654.0, 9660.0, 9648.0, 9646.0, 9664.0, 9633.0, 9664.0, 9660.0, 9658.0, 9650.0, 9665.0, 9654.0, 9659.0, 9669.0, 9646.0, 9637.0, 9660.0, 9665.0, 9660.0, 9676.0, 9670.0, 9665.0, 9656.0, 9664.0, 9665.0, 9668.0, 9684.0, 9657.0, 9666.0, 9659.0, 9663.0, 9652.0, 9646.0, 9648.0, 9660.0, 9637.0, 9643.0, 9682.0, 9646.0, 9660.0, 9664.0, 9663.0, 9666.0, 9665.0, 9657.0, 9663.0, 9669.0, 9652.0, 9653.0, 9655.0, 9663.0, 9661.0, 9675.0, 9638.0, 9663.0, 9668.0, 9647.0, 9677.0, 9666.0, 9680.0, 9655.0, 9680.0, 9680.0, 9650.0, 9673.0, 9668.0, 9678.0, 9651.0, 9660.0, 9652.0, 9665.0, 9637.0, 9626.0, 9634.0, 9658.0, 9659.0, 9661.0, 9660.0, 9669.0, 9662.0, 9656.0, 9645.0, 9669.0, 9661.0, 9635.0, 9663.0, 9648.0, 9647.0, 9634.0, 9660.0, 9656.0, 9662.0, 9659.0, 9649.0, 9649.0, 9662.0, 9648.0, 9648.0, 9658.0, 9645.0, 9644.0, 9661.0, 9648.0, 9640.0, 9632.0, 9647.0, 9643.0, 9649.0, 9676.0, 9647.0, 9657.0, 9645.0, 9638.0, 9635.0, 9640.0, 9650.0, 9637.0, 9624.0, 9641.0, 9644.0, 9644.0, 9657.0, 9646.0, 9669.0, 9645.0, 9658.0, 9666.0, 9643.0, 9649.0, 9643.0, 9621.0, 9641.0, 9630.0, 9651.0, 9659.0, 9648.0, 9662.0, 9634.0, 9654.0, 9639.0, 9646.0, 9662.0, 9657.0, 9662.0, 9636.0, 9664.0, 9685.0, 9661.0, 9669.0, 9655.0, 9668.0, 9670.0, 9653.0, 9662.0, 9652.0, 9666.0, 9663.0, 9655.0, 9674.0, 9655.0, 9670.0, 9685.0, 9660.0, 9687.0, 9691.0, 9693.0, 9696.0, 9673.0, 9676.0, 9686.0, 9680.0, 9701.0, 9665.0, 9689.0, 9676.0, 9668.0, 9717.0, 9658.0, 9682.0, 9653.0, 9668.0, 9640.0, 9651.0, 9639.0, 9661.0, 9609.0, 9652.0, 9633.0, 9632.0, 9643.0, 9633.0, 9615.0, 9641.0, 9618.0, 9626.0, 9617.0, 9624.0, 9615.0, 9623.0, 9586.0, 9616.0, 9601.0, 9632.0, 9614.0, 9632.0, 9612.0, 9639.0, 9613.0, 9620.0, 9618.0, 9627.0, 9618.0, 9644.0, 9619.0, 9639.0, 9619.0, 9637.0, 9618.0, 9639.0, 9617.0, 9635.0, 9615.0, 9624.0, 9616.0, 9640.0, 9602.0, 9620.0, 9614.0, 9621.0, 9616.0, 9638.0, 9615.0, 9623.0, 9615.0, 9608.0, 9601.0, 9608.0, 9601.0, 9622.0, 9600.0, 9621.0, 9599.0, 9621.0, 9601.0, 9618.0, 9611.0, 9631.0, 9586.0, 9633.0, 9601.0, 9631.0, 9614.0, 9633.0, 9601.0, 9627.0, 9604.0, 9642.0, 9603.0, 9647.0, 9647.0, 9665.0, 9646.0, 9650.0, 9646.0, 9647.0, 9657.0, 9650.0, 9646.0, 9637.0, 9643.0, 9650.0, 9645.0, 9638.0, 9642.0, 9636.0, 9639.0, 9632.0, 9638.0, 9603.0, 9642.0, 9605.0, 9644.0, 9619.0, 9642.0, 9619.0, 9643.0, 9602.0, 9642.0, 9617.0, 9644.0, 9641.0, 9643.0, 9626.0, 9660.0, 9648.0, 9652.0, 9645.0, 9653.0, 9644.0, 9652.0, 9644.0, 9654.0, 9643.0, 9648.0, 9645.0, 9622.0, 9655.0, 9624.0, 9643.0, 9627.0, 9657.0, 9608.0, 9661.0, 9635.0, 9646.0, 9647.0, 9661.0, 9644.0, 9663.0, 9646.0, 9651.0, 9646.0, 9635.0, 9645.0, 9639.0, 9648.0, 9636.0, 9667.0, 9625.0, 9680.0, 9665.0, 9671.0, 9670.0, 9674.0, 9677.0, 9692.0, 9669.0, 9688.0, 9675.0, 9673.0, 9695.0, 9662.0, 9673.0, 9665.0, 9695.0, 9690.0, 9677.0, 9689.0, 9677.0, 9669.0, 9678.0, 9694.0, 9650.0, 9633.0, 9606.0, 9632.0, 9674.0, 9617.0, 9631.0, 9649.0, 9627.0, 9696.0, 9636.0, 9613.0, 9620.0, 9594.0, 9609.0, 9579.0, 9606.0, 9607.0, 9607.0, 9634.0, 9611.0, 9619.0, 9609.0, 9607.0, 9616.0, 9622.0, 9618.0, 9613.0, 9604.0, 9610.0, 9635.0, 9623.0, 9630.0, 9622.0, 9619.0, 9633.0, 9607.0, 9613.0, 9605.0, 9611.0, 9601.0, 9612.0, 9640.0, 9626.0, 9628.0, 9632.0, 9657.0, 9619.0, 9629.0, 9601.0, 9611.0, 9616.0, 9624.0, 9614.0, 9596.0, 9609.0, 9613.0, 9652.0, 9618.0, 9637.0, 9631.0, 9614.0, 9670.0, 9601.0, 9685.0, 9620.0, 9631.0, 9568.0, 9572.0, 9577.0, 9570.0, 9576.0, 9555.0, 9582.0, 9563.0, 9588.0, 9579.0, 9587.0, 9593.0, 9586.0, 9601.0, 9584.0, 9585.0, 9582.0, 9583.0, 9584.0, 9597.0, 9583.0, 9587.0, 9594.0, 9600.0, 9589.0, 9599.0, 9589.0, 9597.0, 9584.0, 9600.0, 9583.0, 9571.0, 9568.0, 9559.0, 9567.0, 9574.0, 9602.0, 9592.0, 9588.0, 9617.0, 9572.0, 9600.0, 9558.0, 9561.0, 9581.0, 9561.0, 9583.0, 9565.0, 9594.0, 9578.0, 9583.0, 9578.0, 9584.0, 9582.0, 9583.0, 9578.0, 9599.0, 9593.0, 9617.0, 9596.0, 9604.0, 9600.0, 9567.0, 9589.0, 9581.0, 9598.0, 9579.0, 9600.0, 9586.0, 9604.0, 9599.0, 9605.0, 9594.0, 9616.0, 9581.0, 9602.0, 9587.0, 9602.0, 9589.0, 9589.0, 9602.0, 9578.0, 9561.0, 9577.0, 9585.0, 9564.0, 9598.0, 9579.0, 9598.0, 9579.0, 9599.0, 9580.0, 9599.0, 9590.0, 9585.0, 9588.0, 9588.0, 9602.0, 9605.0, 9604.0, 9577.0, 9584.0, 9563.0, 9596.0, 9579.0, 9595.0, 9579.0, 9598.0, 9591.0, 9601.0, 9609.0, 9603.0, 9606.0, 9603.0, 9605.0, 9617.0, 9607.0, 9604.0, 9615.0, 9592.0, 9604.0, 9580.0, 9605.0, 9581.0, 9616.0, 9581.0, 9612.0, 9581.0, 9615.0, 9581.0, 9627.0, 9594.0, 9603.0, 9593.0, 9612.0, 9606.0, 9615.0, 9604.0, 9617.0, 9606.0, 9604.0, 9616.0, 9605.0, 9621.0, 9595.0, 9619.0, 9597.0, 9605.0, 9596.0, 9619.0, 9586.0, 9617.0, 9585.0, 9622.0, 9602.0, 9619.0, 9599.0, 9617.0, 9597.0, 9619.0, 9614.0, 9621.0, 9615.0, 9625.0, 9629.0, 9626.0, 9616.0, 9663.0, 9653.0, 9646.0, 9635.0, 9643.0, 9618.0, 9625.0, 9590.0, 9621.0, 9587.0, 9621.0, 9588.0, 9629.0, 9605.0, 9625.0, 9603.0, 9626.0, 9590.0, 9642.0, 9605.0, 9630.0, 9593.0, 9628.0, 9607.0, 9648.0, 9608.0, 9645.0, 9622.0, 9642.0, 9607.0, 9628.0, 9676.0, 9644.0, 9646.0, 9642.0, 9621.0, 9628.0, 9619.0, 9629.0, 9604.0, 9625.0, 9603.0, 9624.0, 9587.0, 9624.0, 9587.0, 9627.0, 9602.0, 9628.0, 9627.0, 9645.0, 9649.0, 9683.0, 9650.0, 9637.0, 9632.0, 9663.0, 9631.0, 9602.0, 9621.0, 9601.0, 9620.0, 9608.0, 9620.0, 9615.0, 9622.0, 9628.0, 9625.0, 9631.0, 9624.0, 9631.0, 9639.0, 9642.0, 9641.0, 9629.0, 9640.0, 9631.0, 9642.0, 9647.0, 9642.0, 9634.0, 9629.0, 9633.0, 9628.0, 9632.0, 9609.0, 9628.0, 9624.0, 9624.0, 9622.0, 9624.0, 9622.0, 9622.0, 9622.0, 9621.0, 9605.0, 9622.0, 9594.0, 9625.0, 9611.0, 9626.0, 9612.0, 9640.0, 9614.0, 9643.0, 9631.0, 9638.0, 9616.0, 9625.0, 9613.0, 9626.0, 9602.0, 9611.0, 9613.0, 9617.0, 9600.0, 9605.0, 9598.0, 9617.0, 9597.0, 9618.0, 9612.0, 9605.0, 9612.0, 9621.0, 9624.0, 9622.0, 9611.0, 9605.0, 9609.0, 9635.0, 9632.0, 9639.0, 9629.0, 9624.0, 9620.0, 9640.0, 9632.0, 9641.0, 9619.0, 9626.0, 9620.0, 9624.0, 9617.0, 9629.0, 9616.0, 9625.0, 9603.0, 9623.0, 9599.0, 9624.0, 9600.0, 9623.0, 9598.0, 9635.0, 9597.0, 9623.0, 9599.0, 9621.0, 9594.0, 9623.0, 9593.0, 9624.0, 9609.0, 9627.0, 9606.0, 9632.0, 9622.0, 9618.0, 9624.0, 9628.0, 9626.0, 9615.0, 9620.0, 9612.0, 9620.0, 9595.0, 9621.0, 9594.0, 9618.0, 9606.0, 9617.0, 9592.0, 9617.0, 9605.0, 9607.0, 9605.0, 9611.0, 9606.0, 9622.0, 9603.0, 9625.0, 9607.0, 9611.0, 9619.0, 9626.0, 9619.0, 9632.0, 9625.0, 9634.0, 9626.0, 9630.0, 9639.0, 9630.0, 9636.0, 9634.0, 9624.0, 9616.0, 9625.0, 9632.0, 9637.0, 9616.0, 9635.0, 9625.0, 9622.0, 9614.0, 9625.0, 9632.0, 9628.0, 9617.0, 9623.0, 9617.0, 9621.0, 9614.0, 9621.0, 9603.0, 9619.0, 9599.0, 9636.0, 9640.0, 9621.0, 9612.0, 9621.0, 9599.0, 9626.0, 9616.0, 9639.0, 9615.0, 9643.0, 9627.0, 9645.0, 9627.0, 9632.0, 9624.0, 9628.0, 9625.0, 9629.0, 9638.0, 9629.0, 9624.0, 9617.0, 9623.0, 9616.0, 9625.0, 9616.0, 9621.0, 9601.0, 9621.0, 9621.0, 9620.0, 9601.0, 9622.0, 9598.0, 9623.0, 9615.0, 9621.0, 9629.0, 9627.0, 9612.0, 9635.0, 9608.0, 9636.0, 9628.0, 9625.0, 9627.0, 9641.0, 9626.0, 9644.0, 9626.0, 9646.0, 9644.0, 9633.0, 9628.0, 9633.0, 9642.0, 9635.0, 9641.0, 9633.0, 9625.0, 9634.0, 9640.0, 9633.0, 9628.0, 9631.0, 9627.0, 9617.0, 9625.0, 9624.0, 9641.0, 9620.0, 9643.0, 9604.0, 9645.0, 9632.0, 9649.0, 9648.0, 9649.0, 9644.0, 9650.0, 9631.0, 9635.0, 9628.0, 9647.0, 9637.0, 9614.0, 9630.0, 9618.0, 9624.0, 9630.0, 9627.0, 9614.0, 9627.0, 9615.0, 9642.0, 9629.0, 9641.0, 9640.0, 9644.0, 9628.0, 9645.0, 9644.0, 9650.0, 9626.0, 9635.0, 9628.0, 9635.0, 9639.0, 9634.0, 9640.0, 9619.0, 9645.0, 9623.0, 9649.0, 9635.0, 9661.0, 9663.0, 9665.0, 9660.0, 9655.0, 9662.0, 9654.0, 9651.0, 9641.0, 9654.0, 9667.0, 9651.0, 9668.0, 9664.0, 9663.0, 9651.0, 9645.0, 9649.0, 9660.0, 9639.0, 9645.0, 9639.0, 9645.0, 9651.0, 9633.0, 9635.0, 9643.0, 9617.0, 9643.0, 9626.0, 9646.0, 9644.0, 9646.0, 9643.0, 9637.0, 9646.0, 9645.0, 9626.0, 9605.0, 9624.0, 9617.0, 9646.0, 9645.0, 9646.0, 9636.0, 9648.0, 9630.0, 9634.0, 9633.0, 9635.0, 9648.0, 9632.0, 9647.0, 9661.0, 9644.0, 9671.0, 9712.0, 9652.0, 9673.0, 9634.0, 9669.0, 9617.0, 9636.0, 9608.0, 9635.0, 9613.0, 9622.0, 9619.0, 9622.0, 9630.0, 9629.0, 9630.0, 9644.0, 9632.0, 9644.0, 9629.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.0005285680379746835</td></tr>
<tr><td colspan=3>aqi</td><td>0.020316403243670886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.64334982353921</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2445619111005548</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9841663636342042</td></tr>
<tr><td colspan=3>efc</td><td>0.4484</td></tr>
<tr><td colspan=3>fber</td><td>7012.3262</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05883900706818062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5537974683544303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493258920546634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.454602850568617</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7528480252760796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272325885795207</td></tr>
<tr><td colspan=3>gcor</td><td>0.011275</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021090567111968994</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027745520696043968</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5220400155308176</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>33.6499</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4349</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8694</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311392.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.1426</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7339</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.4179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.0115</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1100.2062</td></tr>
<tr><td colspan=3>tsnr</td><td>41.19523305213079</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>