<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-04/func/sub-0111_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>c792fb7243ce251cf0127916db65b03a</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>18:08:10.862500</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.99976, 0.0172054, 0.0135555, -0.0179746, 0.998106, 0.0588284]</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.0770189</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7757, -7234, 286, -105, 91, 150, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.646</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09475e9b-d369-4a87-90ef-187f5149a23f||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.6822831630706787, -0.04822440817952156, 0.03379780799150467, 114.7147216796875], [-0.046160753816366196, 2.6778461933135986, 0.15945632755756378, -102.19373321533203], [0.03636852279305458, -0.15783219039440155, 2.695075511932373, -60.551578521728516], [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': ['180810.862500', '180811.322500', '180811.782500', '180812.242500', '180812.702500', '180813.162500', '180813.622500', '180814.082500', '180814.542500', '180815.002500', '180815.462500', '180815.922500', '180816.382500', '180816.842500', '180817.302500', '180817.762500', '180818.222500', '180818.682500', '180819.142500', '180819.602500', '180820.062500', '180820.522500', '180820.982500', '180821.442500', '180821.902500', '180822.362500', '180822.822500', '180823.282500', '180823.742500', '180824.202500', '180824.662500', '180825.122500', '180825.582500', '180826.042500', '180826.502500', '180826.962500', '180827.422500', '180827.882500', '180828.342500', '180828.802500', '180829.262500', '180829.722500', '180830.182500', '180830.642500', '180831.102500', '180831.562500', '180832.022500', '180832.482500', '180832.942500', '180833.402500', '180833.862500', '180834.322500', '180834.782500', '180835.242500', '180835.702500', '180836.162500', '180836.622500', '180837.082500', '180837.542500', '180838.002500', '180838.462500', '180838.922500', '180839.382500', '180839.842500', '180840.302500', '180840.762500', '180841.222500', '180841.682500', '180842.142500', '180842.602500', '180843.062500', '180843.522500', '180843.982500', '180844.442500', '180844.902500', '180845.362500', '180845.822500', '180846.282500', '180846.742500', '180847.202500', '180847.662500', '180848.122500', '180848.582500', '180849.042500', '180849.502500', '180849.962500', '180850.422500', '180850.882500', '180851.342500', '180851.802500', '180852.262500', '180852.722500', '180853.182500', '180853.642500', '180854.102500', '180854.562500', '180855.022500', '180855.482500', '180855.942500', '180856.402500', '180856.862500', '180857.322500', '180857.782500', '180858.242500', '180858.702500', '180859.162500', '180859.622500', '180900.082500', '180900.542500', '180901.002500', '180901.462500', '180901.922500', '180902.382500', '180902.842500', '180903.302500', '180903.762500', '180904.222500', '180904.682500', '180905.142500', '180905.602500', '180906.062500', '180906.522500', '180906.982500', '180907.442500', '180907.902500', '180908.362500', '180908.822500', '180909.282500', '180909.742500', '180910.202500', '180910.662500', '180911.122500', '180911.582500', '180912.042500', '180912.502500', '180912.962500', '180913.422500', '180913.882500', '180914.342500', '180914.802500', '180915.262500', '180915.722500', '180916.182500', '180916.642500', '180917.102500', '180917.562500', '180918.022500', '180918.482500', '180918.942500', '180919.402500', '180919.862500', '180920.322500', '180920.782500', '180921.242500', '180921.702500', '180922.162500', '180922.622500', '180923.082500', '180923.542500', '180924.002500', '180924.462500', '180924.922500', '180925.382500', '180925.842500', '180926.302500', '180926.762500', '180927.222500', '180927.682500', '180928.142500', '180928.602500', '180929.062500', '180929.522500', '180929.982500', '180930.442500', '180930.902500', '180931.362500', '180931.822500', '180932.282500', '180932.742500', '180933.202500', '180933.662500', '180934.122500', '180934.582500', '180935.042500', '180935.502500', '180935.962500', '180936.422500', '180936.882500', '180937.342500', '180937.802500', '180938.262500', '180938.722500', '180939.182500', '180939.642500', '180940.102500', '180940.562500', '180941.022500', '180941.482500', '180941.942500', '180942.402500', '180942.862500', '180943.322500', '180943.782500', '180944.242500', '180944.702500', '180945.162500', '180945.622500', '180946.082500', '180946.542500', '180947.002500', '180947.462500', '180947.922500', '180948.382500', '180948.842500', '180949.302500', '180949.762500', '180950.222500', '180950.682500', '180951.142500', '180951.602500', '180952.062500', '180952.522500', '180952.982500', '180953.442500', '180953.902500', '180954.362500', '180954.822500', '180955.282500', '180955.742500', '180956.202500', '180956.662500', '180957.122500', '180957.582500', '180958.042500', '180958.502500', '180958.962500', '180959.422500', '180959.882500', '181000.342500', '181000.802500', '181001.262500', '181001.722500', '181002.182500', '181002.642500', '181003.102500', '181003.562500', '181004.022500', '181004.482500', '181004.942500', '181005.402500', '181005.862500', '181006.322500', '181006.782500', '181007.242500', '181007.702500', '181008.162500', '181008.622500', '181009.082500', '181009.542500', '181010.002500', '181010.462500', '181010.922500', '181011.382500', '181011.842500', '181012.302500', '181012.762500', '181013.222500', '181013.682500', '181014.142500', '181014.602500', '181015.062500', '181015.522500', '181015.982500', '181016.442500', '181016.902500', '181017.362500', '181017.822500', '181018.282500', '181018.742500', '181019.202500', '181019.662500', '181020.122500', '181020.582500', '181021.042500', '181021.502500', '181021.962500', '181022.422500', '181022.882500', '181023.342500', '181023.802500', '181024.262500', '181024.722500', '181025.182500', '181025.642500', '181026.102500', '181026.562500', '181027.022500', '181027.482500', '181027.942500', '181028.402500', '181028.862500', '181029.322500', '181029.782500', '181030.242500', '181030.702500', '181031.162500', '181031.622500', '181032.082500', '181032.542500', '181033.002500', '181033.462500', '181033.922500', '181034.382500', '181034.842500', '181035.302500', '181035.762500', '181036.222500', '181036.682500', '181037.142500', '181037.602500', '181038.062500', '181038.522500', '181038.982500', '181039.442500', '181039.902500', '181040.362500', '181040.822500', '181041.282500', '181041.742500', '181042.202500', '181042.662500', '181043.122500', '181043.582500', '181044.042500', '181044.502500', '181044.962500', '181045.422500', '181045.882500', '181046.342500', '181046.802500', '181047.262500', '181047.722500', '181048.182500', '181048.642500', '181049.102500', '181049.562500', '181050.022500', '181050.482500', '181050.942500', '181051.402500', '181051.862500', '181052.322500', '181052.782500', '181053.242500', '181053.702500', '181054.162500', '181054.622500', '181055.082500', '181055.542500', '181056.002500', '181056.462500', '181056.922500', '181057.382500', '181057.842500', '181058.302500', '181058.762500', '181059.222500', '181059.682500', '181100.142500', '181100.602500', '181101.062500', '181101.522500', '181101.982500', '181102.442500', '181102.902500', '181103.362500', '181103.822500', '181104.282500', '181104.742500', '181105.202500', '181105.662500', '181106.122500', '181106.582500', '181107.042500', '181107.502500', '181107.962500', '181108.422500', '181108.882500', '181109.342500', '181109.802500', '181110.262500', '181110.722500', '181111.182500', '181111.642500', '181112.102500', '181112.562500', '181113.022500', '181113.482500', '181113.942500', '181114.402500', '181114.862500', '181115.322500', '181115.782500', '181116.242500', '181116.702500', '181117.162500', '181117.622500', '181118.082500', '181118.542500', '181119.002500', '181119.462500', '181119.922500', '181120.382500', '181120.842500', '181121.302500', '181121.762500', '181122.222500', '181122.682500', '181123.142500', '181123.602500', '181124.062500', '181124.522500', '181124.982500', '181125.442500', '181125.902500', '181126.362500', '181126.822500', '181127.282500', '181127.742500', '181128.202500', '181128.662500', '181129.122500', '181129.582500', '181130.042500', '181130.502500', '181130.962500', '181131.422500', '181131.882500', '181132.342500', '181132.802500', '181133.262500', '181133.722500', '181134.182500', '181134.642500', '181135.102500', '181135.562500', '181136.022500', '181136.482500', '181136.942500', '181137.402500', '181137.862500', '181138.322500', '181138.782500', '181139.242500', '181139.702500', '181140.162500', '181140.622500', '181141.082500', '181141.542500', '181142.002500', '181142.462500', '181142.922500', '181143.382500', '181143.842500', '181144.302500', '181144.762500', '181145.222500', '181145.682500', '181146.142500', '181146.602500', '181147.062500', '181147.522500', '181147.982500', '181148.442500', '181148.902500', '181149.362500', '181149.822500', '181150.282500', '181150.742500', '181151.202500', '181151.662500', '181152.122500', '181152.582500', '181153.042500', '181153.502500', '181153.962500', '181154.422500', '181154.882500', '181155.342500', '181155.802500', '181156.262500', '181156.722500', '181157.182500', '181157.642500', '181158.102500', '181158.562500', '181159.022500', '181159.482500', '181159.942500', '181200.402500', '181200.862500', '181201.322500', '181201.782500', '181202.242500', '181202.702500', '181203.162500', '181203.622500', '181204.082500', '181204.542500', '181205.002500', '181205.462500', '181205.922500', '181206.382500', '181206.842500', '181207.302500', '181207.762500', '181208.222500', '181208.682500', '181209.142500', '181209.602500', '181210.062500', '181210.522500', '181210.982500', '181211.442500', '181211.902500', '181212.362500', '181212.822500', '181213.282500', '181213.742500', '181214.202500', '181214.662500', '181215.122500', '181215.582500', '181216.042500', '181216.502500', '181216.962500', '181217.422500', '181217.882500', '181218.342500', '181218.802500', '181219.262500', '181219.722500', '181220.182500', '181220.642500', '181221.102500', '181221.562500', '181222.022500', '181222.482500', '181222.942500', '181223.402500', '181223.862500', '181224.322500', '181224.782500', '181225.242500', '181225.702500', '181226.162500', '181226.622500', '181227.082500', '181227.542500', '181228.002500', '181228.462500', '181228.922500', '181229.382500', '181229.842500', '181230.302500', '181230.762500', '181231.222500', '181231.682500', '181232.142500', '181232.602500', '181233.062500', '181233.522500', '181233.982500', '181234.442500', '181234.902500', '181235.362500', '181235.822500', '181236.282500', '181236.742500', '181237.202500', '181237.662500', '181238.122500', '181238.582500', '181239.042500', '181239.502500', '181239.962500', '181240.422500', '181240.882500', '181241.342500', '181241.802500', '181242.262500', '181242.722500', '181243.182500', '181243.642500', '181244.102500', '181244.562500', '181245.022500', '181245.482500', '181245.942500', '181246.402500', '181246.862500', '181247.322500', '181247.782500', '181248.242500', '181248.702500', '181249.162500', '181249.622500', '181250.082500', '181250.542500', '181251.002500', '181251.462500', '181251.922500', '181252.382500', '181252.842500', '181253.302500', '181253.762500', '181254.222500', '181254.682500', '181255.142500', '181255.602500', '181256.062500', '181256.522500', '181256.982500', '181257.442500', '181257.902500', '181258.362500', '181258.822500', '181259.282500', '181259.742500', '181300.202500', '181300.662500', '181301.122500', '181301.582500', '181302.042500', '181302.502500', '181302.962500', '181303.422500', '181303.882500', '181304.342500', '181304.802500', '181305.262500', '181305.722500', '181306.182500', '181306.642500', '181307.102500', '181307.562500', '181308.022500', '181308.482500', '181308.942500', '181309.402500', '181309.862500', '181310.322500', '181310.782500', '181311.242500', '181311.702500', '181312.162500', '181312.622500', '181313.082500', '181313.542500', '181314.002500', '181314.462500', '181314.922500', '181315.382500', '181315.842500', '181316.302500', '181316.762500', '181317.222500', '181317.682500', '181318.142500', '181318.602500', '181319.062500', '181319.522500', '181319.982500', '181320.442500', '181320.902500', '181321.362500', '181321.822500', '181322.282500', '181322.742500', '181323.202500', '181323.662500', '181324.122500', '181324.582500', '181325.042500', '181325.502500', '181325.962500', '181326.422500', '181326.882500', '181327.342500', '181327.802500', '181328.262500', '181328.722500', '181329.182500', '181329.642500', '181330.102500', '181330.562500', '181331.022500', '181331.482500', '181331.942500', '181332.402500', '181332.862500', '181333.322500', '181333.782500', '181334.242500', '181334.702500', '181335.162500', '181335.622500', '181336.082500', '181336.542500', '181337.002500', '181337.462500', '181337.922500', '181338.382500', '181338.842500', '181339.302500', '181339.762500', '181340.222500', '181340.682500', '181341.142500', '181341.602500', '181342.062500', '181342.522500', '181342.982500', '181343.442500', '181343.902500', '181344.362500', '181344.822500', '181345.282500', '181345.742500', '181346.202500', '181346.662500', '181347.122500', '181347.582500', '181348.042500', '181348.502500', '181348.962500', '181349.422500', '181349.882500', '181350.342500', '181350.802500', '181351.262500', '181351.722500', '181352.182500', '181352.642500', '181353.102500', '181353.562500', '181354.022500', '181354.482500', '181354.942500', '181355.402500', '181355.862500', '181356.322500', '181356.782500', '181357.242500', '181357.702500', '181358.162500', '181358.622500', '181359.082500', '181359.542500', '181400.002500', '181400.462500', '181400.922500', '181401.382500', '181401.842500', '181402.302500', '181402.762500', '181403.222500', '181403.682500', '181404.142500', '181404.602500', '181405.062500', '181405.522500', '181405.982500', '181406.442500', '181406.902500', '181407.362500', '181407.822500', '181408.282500', '181408.742500', '181409.202500', '181409.662500', '181410.122500', '181410.582500', '181411.042500', '181411.502500', '181411.962500', '181412.422500', '181412.882500', '181413.342500', '181413.802500', '181414.262500', '181414.722500', '181415.182500', '181415.642500', '181416.102500', '181416.562500', '181417.022500', '181417.482500', '181417.942500', '181418.402500', '181418.862500', '181419.322500', '181419.782500', '181420.242500', '181420.702500', '181421.162500', '181421.622500', '181422.082500', '181422.542500', '181423.002500', '181423.462500', '181423.922500', '181424.382500', '181424.842500', '181425.302500', '181425.762500', '181426.222500', '181426.682500', '181427.142500', '181427.602500', '181428.062500', '181428.522500', '181428.982500', '181429.442500', '181429.902500', '181430.362500', '181430.822500', '181431.282500', '181431.742500', '181432.202500', '181432.662500', '181433.122500', '181433.582500', '181434.042500', '181434.502500', '181434.962500', '181435.422500', '181435.882500', '181436.342500', '181436.802500', '181437.262500', '181437.722500', '181438.182500', '181438.642500', '181439.102500', '181439.562500', '181440.022500', '181440.482500', '181440.942500', '181441.402500', '181441.862500', '181442.322500', '181442.782500', '181443.242500', '181443.702500', '181444.162500', '181444.622500', '181445.082500', '181445.542500', '181446.002500', '181446.462500', '181446.922500', '181447.382500', '181447.842500', '181448.302500', '181448.762500', '181449.222500', '181449.682500', '181450.142500', '181450.602500', '181451.062500', '181451.522500', '181451.982500', '181452.442500', '181452.902500', '181453.362500', '181453.822500', '181454.282500', '181454.742500', '181455.202500', '181455.662500', '181456.122500', '181456.582500', '181457.042500', '181457.502500', '181457.962500', '181458.422500', '181458.882500', '181459.342500', '181459.802500', '181500.262500', '181500.722500', '181501.182500', '181501.642500', '181502.102500', '181502.562500', '181503.022500', '181503.482500', '181503.942500', '181504.402500', '181504.862500', '181505.322500', '181505.782500', '181506.242500', '181506.702500', '181507.162500', '181507.622500', '181508.082500', '181508.542500', '181509.002500', '181509.462500', '181509.922500', '181510.382500', '181510.842500', '181511.302500', '181511.762500', '181512.222500', '181512.682500', '181513.142500', '181513.602500', '181514.062500', '181514.522500', '181514.982500', '181515.442500', '181515.902500', '181516.362500', '181516.822500', '181517.282500', '181517.742500', '181518.202500', '181518.662500', '181519.122500', '181519.582500', '181520.042500', '181520.502500', '181520.962500', '181521.422500', '181521.882500', '181522.342500', '181522.802500', '181523.262500', '181523.722500', '181524.182500', '181524.642500', '181525.102500', '181525.562500', '181526.022500', '181526.482500', '181526.942500', '181527.402500', '181527.862500', '181528.322500', '181528.782500', '181529.242500', '181529.702500', '181530.162500', '181530.622500', '181531.082500', '181531.542500', '181532.002500', '181532.462500', '181532.922500', '181533.382500', '181533.842500', '181534.302500', '181534.762500', '181535.222500', '181535.682500', '181536.142500', '181536.602500', '181537.062500', '181537.522500', '181537.982500', '181538.442500', '181538.902500', '181539.362500', '181539.822500', '181540.282500', '181540.742500', '181541.202500', '181541.662500', '181542.122500', '181542.582500', '181543.042500', '181543.502500', '181543.962500', '181544.422500', '181544.882500', '181545.342500', '181545.802500', '181546.262500', '181546.722500', '181547.182500', '181547.642500', '181548.102500', '181548.562500', '181549.022500', '181549.482500', '181549.942500', '181550.402500', '181550.862500', '181551.322500', '181551.782500', '181552.242500', '181552.702500', '181553.162500', '181553.622500', '181554.082500', '181554.542500', '181555.002500', '181555.462500', '181555.922500', '181556.382500', '181556.842500', '181557.302500', '181557.762500', '181558.222500', '181558.682500', '181559.142500', '181559.602500', '181600.062500', '181600.522500', '181600.982500', '181601.442500', '181601.902500', '181602.362500', '181602.822500', '181603.282500', '181603.742500', '181604.202500', '181604.662500', '181605.122500', '181605.582500', '181606.042500', '181606.502500', '181606.962500', '181607.422500', '181607.882500', '181608.342500', '181608.802500', '181609.262500', '181609.722500', '181610.182500', '181610.642500', '181611.102500', '181611.562500', '181612.022500', '181612.482500', '181612.942500', '181613.402500', '181613.862500', '181614.322500', '181614.782500', '181615.242500', '181615.702500', '181616.162500', '181616.622500', '181617.082500', '181617.542500', '181618.002500', '181618.462500', '181618.922500', '181619.382500', '181619.842500', '181620.302500', '181620.762500', '181621.222500', '181621.682500', '181622.142500', '181622.602500', '181623.062500', '181623.522500', '181623.982500', '181624.442500', '181624.902500', '181625.362500', '181625.822500', '181626.282500', '181626.742500', '181627.202500', '181627.662500', '181628.122500', '181628.582500', '181629.042500', '181629.502500', '181629.962500', '181630.422500', '181630.882500', '181631.342500', '181631.802500', '181632.262500', '181632.722500', '181633.182500', '181633.642500', '181634.102500', '181634.562500', '181635.022500', '181635.482500', '181635.942500', '181636.402500', '181636.862500', '181637.322500', '181637.782500', '181638.242500', '181638.702500', '181639.162500', '181639.622500', '181640.082500', '181640.542500', '181641.002500', '181641.462500', '181641.922500', '181642.382500', '181642.842500', '181643.302500', '181643.762500', '181644.222500', '181644.682500', '181645.142500', '181645.602500', '181646.062500', '181646.522500', '181646.982500', '181647.442500', '181647.902500', '181648.362500', '181648.822500', '181649.282500', '181649.742500', '181650.202500', '181650.662500', '181651.122500', '181651.582500', '181652.042500', '181652.502500', '181652.962500', '181653.422500', '181653.882500', '181654.342500', '181654.802500', '181655.262500', '181655.722500', '181656.182500', '181656.642500', '181657.102500', '181657.562500', '181658.022500', '181658.482500', '181658.942500', '181659.402500', '181659.862500', '181700.322500', '181700.782500', '181701.242500', '181701.702500', '181702.162500', '181702.622500', '181703.082500', '181703.542500', '181704.002500', '181704.462500', '181704.922500', '181705.382500', '181705.842500', '181706.302500', '181706.762500', '181707.222500', '181707.682500', '181708.142500', '181708.602500', '181709.062500', '181709.522500', '181709.982500', '181710.442500', '181710.902500', '181711.362500', '181711.822500', '181712.282500', '181712.742500', '181713.202500', '181713.662500', '181714.122500', '181714.582500', '181715.042500', '181715.502500', '181715.962500', '181716.422500', '181716.882500', '181717.342500', '181717.802500', '181718.262500', '181718.722500', '181719.182500', '181719.642500', '181720.102500', '181720.562500', '181721.022500', '181721.482500', '181721.942500', '181722.402500', '181722.862500', '181723.322500', '181723.782500', '181724.242500', '181724.702500', '181725.162500', '181725.622500', '181726.082500', '181726.542500', '181727.002500', '181727.462500', '181727.922500', '181728.382500', '181728.842500', '181729.302500', '181729.762500', '181730.222500', '181730.682500', '181731.142500', '181731.602500', '181732.062500', '181732.522500', '181732.982500', '181733.442500', '181733.902500', '181734.362500', '181734.822500', '181735.282500', '181735.742500', '181736.202500', '181736.662500', '181737.122500', '181737.582500', '181738.042500', '181738.502500', '181738.962500', '181739.422500', '181739.882500', '181740.342500', '181740.802500', '181741.262500', '181741.722500', '181742.182500', '181742.642500', '181743.102500', '181743.562500', '181744.022500', '181744.482500', '181744.942500', '181745.402500', '181745.862500', '181746.322500', '181746.782500', '181747.242500', '181747.702500', '181748.162500', '181748.622500', '181749.082500', '181749.542500', '181750.002500', '181750.462500', '181750.922500', '181751.382500', '181751.842500', '181752.302500', '181752.762500', '181753.222500', '181753.682500'], 'ContentTime': ['180824.743000', '180824.746000', '180824.748000', '180824.751000', '180824.754000', '180824.761000', '180824.763000', '180824.766000', '180824.769000', '180824.771000', '180824.774000', '180824.776000', '180824.786000', '180824.789000', '180824.791000', '180824.794000', '180824.796000', '180824.799000', '180824.802000', '180824.809000', '180824.812000', '180824.815000', '180824.817000', '180824.820000', '180824.822000', '180824.825000', '180824.828000', '180844.711000', '180844.713000', '180844.716000', '180844.719000', '180844.721000', '180844.730000', '180844.732000', '180844.735000', '180844.738000', '180844.740000', '180844.743000', '180844.745000', '180844.748000', '180844.751000', '180844.754000', '180844.769000', '180844.772000', '180844.775000', '180844.777000', '180844.780000', '180844.782000', '180844.785000', '180844.787000', '180844.790000', '180844.793000', '180844.795000', '180844.798000', '180844.801000', '180844.807000', '180844.809000', '180844.812000', '180844.815000', '180844.817000', '180844.820000', '180844.822000', '180844.825000', '180844.827000', '180844.830000', '180844.833000', '180844.835000', '180844.838000', '180844.840000', '180844.843000', '180904.710000', '180904.713000', '180904.716000', '180904.718000', '180904.721000', '180904.724000', '180904.726000', '180904.729000', '180904.731000', '180904.734000', '180904.737000', '180904.739000', '180904.742000', '180904.754000', '180904.756000', '180904.759000', '180904.762000', '180904.764000', '180904.767000', '180904.769000', '180904.772000', '180904.775000', '180904.777000', '180904.780000', '180904.782000', '180904.785000', '180904.787000', '180904.790000', '180904.793000', '180904.795000', '180904.798000', '180904.800000', '180904.803000', '180904.809000', '180904.812000', '180904.814000', '180904.817000', '180904.820000', '180904.822000', '180904.825000', '180904.827000', '180904.830000', '180904.833000', '180904.835000', '180924.711000', '180924.713000', '180924.716000', '180924.719000', '180924.721000', '180924.724000', '180924.727000', '180924.729000', '180924.732000', '180924.734000', '180924.737000', '180924.740000', '180924.742000', '180924.745000', '180924.748000', '180924.750000', '180924.753000', '180924.755000', '180924.758000', '180924.761000', '180924.763000', '180924.766000', '180924.768000', '180924.771000', '180924.774000', '180924.776000', '180924.779000', '180924.782000', '180924.784000', '180924.787000', '180924.789000', '180924.792000', '180924.795000', '180924.797000', '180924.800000', '180924.802000', '180924.805000', '180924.808000', '180924.810000', '180924.813000', '180924.815000', '180924.818000', '180924.821000', '180944.710000', '180944.713000', '180944.716000', '180944.718000', '180944.721000', '180944.723000', '180944.726000', '180944.729000', '180944.731000', '180944.734000', '180944.736000', '180944.739000', '180944.742000', '180944.744000', '180944.747000', '180944.750000', '180944.752000', '180944.755000', '180944.757000', '180944.760000', '180944.762000', '180944.765000', '180944.768000', '180944.770000', '180944.773000', '180944.775000', '180944.778000', '180944.781000', '180944.783000', '180944.786000', '180944.789000', '180944.792000', '180944.795000', '180944.797000', '180944.805000', '180944.808000', '180944.810000', '180944.813000', '180944.816000', '180944.818000', '180944.821000', '180944.823000', '180944.830000', '180944.833000', '181004.709000', '181004.712000', '181004.715000', '181004.718000', '181004.720000', '181004.723000', '181004.725000', '181004.728000', '181004.731000', '181004.733000', '181004.736000', '181004.739000', '181004.741000', '181004.744000', '181004.747000', '181004.749000', '181004.752000', '181004.755000', '181004.757000', '181004.760000', '181004.762000', '181004.765000', '181004.768000', '181004.770000', '181004.773000', '181004.776000', '181004.778000', '181004.781000', '181004.784000', '181004.786000', '181004.789000', '181004.791000', '181004.794000', '181004.797000', '181004.799000', '181004.803000', '181004.806000', '181004.808000', '181004.811000', '181004.814000', '181004.816000', '181004.819000', '181004.822000', '181024.710000', '181024.713000', '181024.716000', '181024.719000', '181024.721000', '181024.724000', '181024.727000', '181024.729000', '181024.732000', '181024.734000', '181024.737000', '181024.740000', '181024.742000', '181024.745000', '181024.748000', '181024.750000', '181024.753000', '181024.755000', '181024.758000', '181024.761000', '181024.763000', '181024.766000', '181024.768000', '181024.771000', '181024.774000', '181024.776000', '181024.779000', '181024.782000', '181024.784000', '181024.787000', '181024.789000', '181024.792000', '181024.795000', '181024.797000', '181024.800000', '181024.802000', '181024.805000', '181024.808000', '181024.810000', '181024.813000', '181024.816000', '181024.818000', '181024.821000', '181024.823000', '181044.711000', '181044.713000', '181044.716000', '181044.719000', '181044.721000', '181044.724000', '181044.726000', '181044.729000', '181044.731000', '181044.742000', '181044.745000', '181044.747000', '181044.750000', '181044.752000', '181044.755000', '181044.758000', '181044.760000', '181044.763000', '181044.766000', '181044.768000', '181044.771000', '181044.773000', '181044.776000', '181044.779000', '181044.781000', '181044.784000', '181044.787000', '181044.789000', '181044.792000', '181044.794000', '181044.797000', '181044.800000', '181044.802000', '181044.805000', '181044.807000', '181044.810000', '181044.813000', '181044.816000', '181044.818000', '181044.821000', '181044.824000', '181044.826000', '181044.829000', '181104.710000', '181104.713000', '181104.716000', '181104.719000', '181104.721000', '181104.724000', '181104.726000', '181104.729000', '181104.732000', '181104.734000', '181104.737000', '181104.739000', '181104.742000', '181104.745000', '181104.747000', '181104.750000', '181104.752000', '181104.755000', '181104.757000', '181104.760000', '181104.763000', '181104.765000', '181104.768000', '181104.770000', '181104.773000', '181104.776000', '181104.778000', '181104.781000', '181104.784000', '181104.786000', '181104.789000', '181104.791000', '181104.794000', '181104.797000', '181104.799000', '181104.802000', '181104.804000', '181104.807000', '181104.810000', '181104.812000', '181104.815000', '181104.818000', '181104.820000', '181104.823000', '181124.710000', '181124.713000', '181124.716000', '181124.719000', '181124.721000', '181124.724000', '181124.727000', '181124.729000', '181124.732000', '181124.735000', '181124.737000', '181124.740000', '181124.742000', '181124.745000', '181124.748000', '181124.750000', '181124.753000', '181124.756000', '181124.758000', '181124.761000', '181124.764000', '181124.766000', '181124.769000', '181124.771000', '181124.774000', '181124.777000', '181124.779000', '181124.782000', '181124.785000', '181124.787000', '181124.790000', '181124.793000', '181124.795000', '181124.798000', '181124.800000', '181124.803000', '181124.806000', '181124.808000', '181124.811000', '181124.814000', '181124.816000', '181124.819000', '181124.822000', '181144.711000', '181144.713000', '181144.716000', '181144.719000', '181144.721000', '181144.724000', '181144.727000', '181144.729000', '181144.732000', '181144.735000', '181144.737000', '181144.740000', '181144.742000', '181144.745000', '181144.748000', '181144.750000', '181144.753000', '181144.755000', '181144.758000', '181144.761000', '181144.763000', '181144.766000', '181144.769000', '181144.771000', '181144.774000', '181144.776000', '181144.779000', '181144.782000', '181144.784000', '181144.787000', '181144.789000', '181144.792000', '181144.795000', '181144.797000', '181144.800000', '181144.803000', '181144.805000', '181144.808000', '181144.811000', '181144.813000', '181144.816000', '181144.818000', '181144.821000', '181144.824000', '181204.711000', '181204.713000', '181204.716000', '181204.719000', '181204.721000', '181204.724000', '181204.727000', '181204.729000', '181204.732000', '181204.735000', '181204.737000', '181204.740000', '181204.742000', '181204.745000', '181204.748000', '181204.750000', '181204.753000', '181204.755000', '181204.758000', '181204.761000', '181204.763000', '181204.766000', '181204.769000', '181204.771000', '181204.774000', '181204.776000', '181204.779000', '181204.782000', '181204.784000', '181204.787000', '181204.789000', '181204.792000', '181204.795000', '181204.797000', '181204.809000', '181204.811000', '181204.814000', '181204.817000', '181204.819000', '181204.822000', '181204.825000', '181204.827000', '181204.830000', '181224.710000', '181224.712000', '181224.715000', '181224.718000', '181224.720000', '181224.723000', '181224.726000', '181224.728000', '181224.731000', '181224.734000', '181224.736000', '181224.739000', '181224.741000', '181224.744000', '181224.746000', '181224.749000', '181224.752000', '181224.754000', '181224.757000', '181224.760000', '181224.762000', '181224.765000', '181224.767000', '181224.770000', '181224.773000', '181224.775000', '181224.778000', '181224.780000', '181224.783000', '181224.786000', '181224.788000', '181224.791000', '181224.794000', '181224.796000', '181224.799000', '181224.801000', '181224.804000', '181224.807000', '181224.809000', '181224.812000', '181224.815000', '181224.817000', '181224.820000', '181224.823000', '181244.711000', '181244.714000', '181244.716000', '181244.719000', '181244.721000', '181244.724000', '181244.727000', '181244.729000', '181244.732000', '181244.734000', '181244.737000', '181244.740000', '181244.742000', '181244.745000', '181244.747000', '181244.750000', '181244.753000', '181244.755000', '181244.758000', '181244.761000', '181244.763000', '181244.766000', '181244.768000', '181244.771000', '181244.774000', '181244.776000', '181244.779000', '181244.781000', '181244.784000', '181244.787000', '181244.789000', '181244.792000', '181244.794000', '181244.797000', '181244.800000', '181244.802000', '181244.805000', '181244.808000', '181244.810000', '181244.813000', '181244.815000', '181244.818000', '181244.821000', '181304.711000', '181304.713000', '181304.716000', '181304.719000', '181304.721000', '181304.724000', '181304.727000', '181304.729000', '181304.732000', '181304.735000', '181304.737000', '181304.740000', '181304.742000', '181304.745000', '181304.748000', '181304.750000', '181304.753000', '181304.755000', '181304.758000', '181304.761000', '181304.763000', '181304.766000', '181304.769000', '181304.771000', '181304.774000', '181304.776000', '181304.779000', '181304.782000', '181304.784000', '181304.787000', '181304.789000', '181304.792000', '181304.795000', '181304.797000', '181304.800000', '181304.803000', '181304.805000', '181304.808000', '181304.810000', '181304.813000', '181304.816000', '181304.818000', '181304.821000', '181304.823000', '181324.711000', '181324.714000', '181324.716000', '181324.719000', '181324.722000', '181324.724000', '181324.727000', '181324.729000', '181324.732000', '181324.735000', '181324.738000', '181324.740000', '181324.743000', '181324.745000', '181324.748000', '181324.751000', '181324.753000', '181324.756000', '181324.759000', '181324.761000', '181324.764000', '181324.766000', '181324.769000', '181324.772000', '181324.774000', '181324.777000', '181324.779000', '181324.782000', '181324.785000', '181324.787000', '181324.790000', '181324.793000', '181324.795000', '181324.798000', '181324.800000', '181324.803000', '181324.806000', '181324.808000', '181324.811000', '181324.814000', '181324.816000', '181324.819000', '181324.821000', '181344.711000', '181344.723000', '181344.726000', '181344.728000', '181344.731000', '181344.734000', '181344.736000', '181344.739000', '181344.741000', '181344.744000', '181344.747000', '181344.749000', '181344.752000', '181344.755000', '181344.757000', '181344.760000', '181344.763000', '181344.765000', '181344.768000', '181344.770000', '181344.773000', '181344.776000', '181344.778000', '181344.781000', '181344.783000', '181344.786000', '181344.789000', '181344.791000', '181344.794000', '181344.797000', '181344.801000', '181344.804000', '181344.806000', '181344.809000', '181344.811000', '181344.814000', '181344.817000', '181344.819000', '181344.822000', '181344.825000', '181344.827000', '181344.830000', '181344.832000', '181344.835000', '181404.711000', '181404.713000', '181404.716000', '181404.719000', '181404.721000', '181404.724000', '181404.727000', '181404.729000', '181404.732000', '181404.735000', '181404.737000', '181404.740000', '181404.742000', '181404.745000', '181404.748000', '181404.750000', '181404.753000', '181404.756000', '181404.758000', '181404.761000', '181404.764000', '181404.766000', '181404.769000', '181404.771000', '181404.774000', '181404.777000', '181404.779000', '181404.782000', '181404.784000', '181404.787000', '181404.790000', '181404.792000', '181404.795000', '181404.798000', '181404.800000', '181404.803000', '181404.806000', '181404.808000', '181404.811000', '181404.813000', '181404.816000', '181404.819000', '181404.821000', '181424.710000', '181424.713000', '181424.716000', '181424.719000', '181424.721000', '181424.724000', '181424.726000', '181424.729000', '181424.732000', '181424.734000', '181424.737000', '181424.740000', '181424.744000', '181424.746000', '181424.749000', '181424.752000', '181424.754000', '181424.757000', '181424.760000', '181424.762000', '181424.765000', '181424.767000', '181424.770000', '181424.773000', '181424.775000', '181424.778000', '181424.780000', '181424.783000', '181424.786000', '181424.788000', '181424.791000', '181424.794000', '181424.796000', '181424.799000', '181424.802000', '181424.804000', '181424.807000', '181424.810000', '181424.812000', '181424.815000', '181424.817000', '181424.820000', '181424.823000', '181424.825000', '181444.709000', '181444.712000', '181444.715000', '181444.718000', '181444.720000', '181444.723000', '181444.726000', '181444.728000', '181444.731000', '181444.733000', '181444.736000', '181444.739000', '181444.741000', '181444.744000', '181444.747000', '181444.749000', '181444.752000', '181444.754000', '181444.757000', '181444.760000', '181444.762000', '181444.765000', '181444.768000', '181444.770000', '181444.773000', '181444.775000', '181444.778000', '181444.781000', '181444.783000', '181444.786000', '181444.789000', '181444.791000', '181444.794000', '181444.796000', '181444.799000', '181444.802000', '181444.804000', '181444.807000', '181444.809000', '181444.812000', '181444.815000', '181444.817000', '181444.820000', '181504.711000', '181504.713000', '181504.716000', '181504.719000', '181504.721000', '181504.724000', '181504.726000', '181504.729000', '181504.732000', '181504.734000', '181504.737000', '181504.740000', '181504.784000', '181504.787000', '181504.790000', '181504.792000', '181504.795000', '181504.797000', '181504.800000', '181504.803000', '181504.805000', '181504.808000', '181504.811000', '181504.813000', '181504.816000', '181504.819000', '181504.821000', '181504.824000', '181504.827000', '181504.829000', '181504.832000', '181504.834000', '181504.837000', '181504.840000', '181504.842000', '181504.845000', '181504.848000', '181504.850000', '181504.853000', '181504.856000', '181504.858000', '181504.861000', '181504.864000', '181524.711000', '181524.713000', '181524.716000', '181524.719000', '181524.721000', '181524.724000', '181524.727000', '181524.729000', '181524.732000', '181524.734000', '181524.737000', '181524.740000', '181524.743000', '181524.745000', '181524.748000', '181524.750000', '181524.753000', '181524.756000', '181524.758000', '181524.761000', '181524.764000', '181524.766000', '181524.769000', '181524.772000', '181524.774000', '181524.777000', '181524.779000', '181524.782000', '181524.785000', '181524.787000', '181524.790000', '181524.793000', '181524.795000', '181524.798000', '181524.800000', '181524.803000', '181524.806000', '181524.808000', '181524.811000', '181524.813000', '181524.816000', '181524.819000', '181524.821000', '181524.824000', '181544.710000', '181544.713000', '181544.716000', '181544.719000', '181544.721000', '181544.724000', '181544.726000', '181544.729000', '181544.732000', '181544.734000', '181544.737000', '181544.740000', '181544.743000', '181544.746000', '181544.749000', '181544.751000', '181544.754000', '181544.757000', '181544.759000', '181544.762000', '181544.764000', '181544.767000', '181544.770000', '181544.772000', '181544.775000', '181544.778000', '181544.781000', '181544.784000', '181544.787000', '181544.789000', '181544.792000', '181544.795000', '181544.797000', '181544.800000', '181544.802000', '181544.805000', '181544.808000', '181544.810000', '181544.813000', '181544.816000', '181544.818000', '181544.821000', '181544.823000', '181604.711000', '181604.713000', '181604.716000', '181604.719000', '181604.721000', '181604.724000', '181604.727000', '181604.729000', '181604.732000', '181604.734000', '181604.737000', '181604.740000', '181604.742000', '181604.745000', '181604.748000', '181604.750000', '181604.753000', '181604.756000', '181604.758000', '181604.761000', '181604.763000', '181604.766000', '181604.769000', '181604.771000', '181604.774000', '181604.777000', '181604.779000', '181604.782000', '181604.784000', '181604.787000', '181604.790000', '181604.792000', '181604.795000', '181604.798000', '181604.800000', '181604.803000', '181604.805000', '181604.808000', '181604.811000', '181604.813000', '181604.816000', '181604.819000', '181604.821000', '181604.824000', '181624.711000', '181624.713000', '181624.716000', '181624.719000', '181624.721000', '181624.724000', '181624.727000', '181624.729000', '181624.743000', '181624.746000', '181624.748000', '181624.751000', '181624.754000', '181624.757000', '181624.760000', '181624.763000', '181624.766000', '181624.768000', '181624.771000', '181624.774000', '181624.776000', '181624.779000', '181624.781000', '181624.784000', '181624.787000', '181624.793000', '181624.796000', '181624.798000', '181624.801000', '181624.804000', '181624.806000', '181624.809000', '181624.812000', '181624.814000', '181624.817000', '181624.820000', '181624.822000', '181624.825000', '181624.827000', '181624.830000', '181624.833000', '181624.835000', '181624.838000', '181644.711000', '181644.713000', '181644.716000', '181644.719000', '181644.721000', '181644.724000', '181644.727000', '181644.729000', '181644.732000', '181644.734000', '181644.737000', '181644.740000', '181644.742000', '181644.745000', '181644.747000', '181644.750000', '181644.753000', '181644.755000', '181644.758000', '181644.760000', '181644.763000', '181644.766000', '181644.768000', '181644.771000', '181644.773000', '181644.776000', '181644.779000', '181644.781000', '181644.784000', '181644.787000', '181644.789000', '181644.792000', '181644.794000', '181644.797000', '181644.800000', '181644.802000', '181644.805000', '181644.808000', '181644.810000', '181644.813000', '181644.815000', '181644.818000', '181644.820000', '181704.710000', '181704.712000', '181704.715000', '181704.718000', '181704.720000', '181704.723000', '181704.726000', '181704.728000', '181704.731000', '181704.734000', '181704.736000', '181704.739000', '181704.741000', '181704.744000', '181704.747000', '181704.749000', '181704.752000', '181704.754000', '181704.757000', '181704.760000', '181704.762000', '181704.765000', '181704.768000', '181704.770000', '181704.773000', '181704.775000', '181704.778000', '181704.781000', '181704.783000', '181704.787000', '181704.790000', '181704.793000', '181704.796000', '181704.798000', '181704.801000', '181704.803000', '181704.806000', '181704.809000', '181704.811000', '181704.814000', '181704.816000', '181704.820000', '181704.822000', '181704.825000', '181724.711000', '181724.713000', '181724.716000', '181724.719000', '181724.721000', '181724.724000', '181724.727000', '181724.729000', '181724.732000', '181724.735000', '181724.737000', '181724.740000', '181724.742000', '181724.745000', '181724.748000', '181724.751000', '181724.753000', '181724.756000', '181724.758000', '181724.761000', '181724.764000', '181724.766000', '181724.769000', '181724.771000', '181724.774000', '181724.777000', '181724.779000', '181724.782000', '181724.784000', '181724.787000', '181724.790000', '181724.793000', '181724.795000', '181724.798000', '181724.801000', '181724.803000', '181724.806000', '181724.809000', '181724.811000', '181724.814000', '181724.816000', '181724.819000', '181724.822000', '181724.824000', '181744.711000', '181744.713000', '181744.716000', '181744.719000', '181744.721000', '181744.745000', '181744.747000', '181744.750000', '181744.752000', '181744.755000', '181744.758000', '181744.760000', '181744.763000', '181744.765000', '181744.768000', '181744.771000', '181744.774000', '181744.778000', '181744.780000', '181744.783000', '181744.786000', '181744.788000', '181744.791000', '181744.793000', '181744.796000', '181744.799000', '181744.801000', '181744.804000', '181744.806000', '181744.809000', '181744.812000', '181744.814000', '181744.817000', '181744.820000', '181744.822000', '181744.825000', '181744.828000', '181744.830000', '181744.833000', '181744.836000', '181744.838000', '181744.841000', '181744.843000', '181755.388000', '181755.391000', '181755.393000', '181755.396000', '181755.399000', '181755.402000', '181755.404000', '181755.407000', '181755.410000', '181755.412000', '181755.415000', '181755.418000', '181755.420000', '181755.423000', '181755.426000', '181755.428000', '181755.431000', '181755.434000', '181755.436000', '181755.442000', '181755.445000', '181755.448000', '181755.450000', '181755.453000'], 'InstanceCreationTime': ['180824.743000', '180824.746000', '180824.748000', '180824.751000', '180824.754000', '180824.761000', '180824.763000', '180824.766000', '180824.769000', '180824.771000', '180824.774000', '180824.776000', '180824.786000', '180824.789000', '180824.791000', '180824.794000', '180824.796000', '180824.799000', '180824.802000', '180824.809000', '180824.812000', '180824.815000', '180824.817000', '180824.820000', '180824.822000', '180824.825000', '180824.828000', '180844.711000', '180844.713000', '180844.716000', '180844.719000', '180844.721000', '180844.730000', '180844.732000', '180844.735000', '180844.738000', '180844.740000', '180844.743000', '180844.745000', '180844.748000', '180844.751000', '180844.754000', '180844.769000', '180844.772000', '180844.775000', '180844.777000', '180844.780000', '180844.782000', '180844.785000', '180844.787000', '180844.790000', '180844.793000', '180844.795000', '180844.798000', '180844.801000', '180844.807000', '180844.809000', '180844.812000', '180844.815000', '180844.817000', '180844.820000', '180844.822000', '180844.825000', '180844.827000', '180844.830000', '180844.833000', '180844.835000', '180844.838000', '180844.840000', '180844.843000', '180904.710000', '180904.713000', '180904.716000', '180904.718000', '180904.721000', '180904.724000', '180904.726000', '180904.729000', '180904.731000', '180904.734000', '180904.737000', '180904.739000', '180904.742000', '180904.754000', '180904.756000', '180904.759000', '180904.762000', '180904.764000', '180904.767000', '180904.769000', '180904.772000', '180904.775000', '180904.777000', '180904.780000', '180904.782000', '180904.785000', '180904.787000', '180904.790000', '180904.793000', '180904.795000', '180904.798000', '180904.800000', '180904.803000', '180904.809000', '180904.812000', '180904.814000', '180904.817000', '180904.820000', '180904.822000', '180904.825000', '180904.827000', '180904.830000', '180904.833000', '180904.835000', '180924.711000', '180924.713000', '180924.716000', '180924.719000', '180924.721000', '180924.724000', '180924.727000', '180924.729000', '180924.732000', '180924.734000', '180924.737000', '180924.740000', '180924.742000', '180924.745000', '180924.748000', '180924.750000', '180924.753000', '180924.755000', '180924.758000', '180924.761000', '180924.763000', '180924.766000', '180924.768000', '180924.771000', '180924.774000', '180924.776000', '180924.779000', '180924.782000', '180924.784000', '180924.787000', '180924.789000', '180924.792000', '180924.795000', '180924.797000', '180924.800000', '180924.802000', '180924.805000', '180924.808000', '180924.810000', '180924.813000', '180924.815000', '180924.818000', '180924.821000', '180944.710000', '180944.713000', '180944.716000', '180944.718000', '180944.721000', '180944.723000', '180944.726000', '180944.729000', '180944.731000', '180944.734000', '180944.736000', '180944.739000', '180944.742000', '180944.744000', '180944.747000', '180944.750000', '180944.752000', '180944.755000', '180944.757000', '180944.760000', '180944.762000', '180944.765000', '180944.768000', '180944.770000', '180944.773000', '180944.775000', '180944.778000', '180944.781000', '180944.783000', '180944.786000', '180944.789000', '180944.792000', '180944.795000', '180944.797000', '180944.805000', '180944.808000', '180944.810000', '180944.813000', '180944.816000', '180944.818000', '180944.821000', '180944.823000', '180944.830000', '180944.833000', '181004.709000', '181004.712000', '181004.715000', '181004.718000', '181004.720000', '181004.723000', '181004.725000', '181004.728000', '181004.731000', '181004.733000', '181004.736000', '181004.739000', '181004.741000', '181004.744000', '181004.747000', '181004.749000', '181004.752000', '181004.755000', '181004.757000', '181004.760000', '181004.762000', '181004.765000', '181004.768000', '181004.770000', '181004.773000', '181004.776000', '181004.778000', '181004.781000', '181004.784000', '181004.786000', '181004.789000', '181004.791000', '181004.794000', '181004.797000', '181004.799000', '181004.803000', '181004.806000', '181004.808000', '181004.811000', '181004.814000', '181004.816000', '181004.819000', '181004.822000', '181024.710000', '181024.713000', '181024.716000', '181024.719000', '181024.721000', '181024.724000', '181024.727000', '181024.729000', '181024.732000', '181024.734000', '181024.737000', '181024.740000', '181024.742000', '181024.745000', '181024.748000', '181024.750000', '181024.753000', '181024.755000', '181024.758000', '181024.761000', '181024.763000', '181024.766000', '181024.768000', '181024.771000', '181024.774000', '181024.776000', '181024.779000', '181024.782000', '181024.784000', '181024.787000', '181024.789000', '181024.792000', '181024.795000', '181024.797000', '181024.800000', '181024.802000', '181024.805000', '181024.808000', '181024.810000', '181024.813000', '181024.816000', '181024.818000', '181024.821000', '181024.823000', '181044.711000', '181044.713000', '181044.716000', '181044.719000', '181044.721000', '181044.724000', '181044.726000', '181044.729000', '181044.731000', '181044.742000', '181044.745000', '181044.747000', '181044.750000', '181044.752000', '181044.755000', '181044.758000', '181044.760000', '181044.763000', '181044.766000', '181044.768000', '181044.771000', '181044.773000', '181044.776000', '181044.779000', '181044.781000', '181044.784000', '181044.787000', '181044.789000', '181044.792000', '181044.794000', '181044.797000', '181044.800000', '181044.802000', '181044.805000', '181044.807000', '181044.810000', '181044.813000', '181044.816000', '181044.818000', '181044.821000', '181044.824000', '181044.826000', '181044.829000', '181104.710000', '181104.713000', '181104.716000', '181104.719000', '181104.721000', '181104.724000', '181104.726000', '181104.729000', '181104.732000', '181104.734000', '181104.737000', '181104.739000', '181104.742000', '181104.745000', '181104.747000', '181104.750000', '181104.752000', '181104.755000', '181104.757000', '181104.760000', '181104.763000', '181104.765000', '181104.768000', '181104.770000', '181104.773000', '181104.776000', '181104.778000', '181104.781000', '181104.784000', '181104.786000', '181104.789000', '181104.791000', '181104.794000', '181104.797000', '181104.799000', '181104.802000', '181104.804000', '181104.807000', '181104.810000', '181104.812000', '181104.815000', '181104.818000', '181104.820000', '181104.823000', '181124.710000', '181124.713000', '181124.716000', '181124.719000', '181124.721000', '181124.724000', '181124.727000', '181124.729000', '181124.732000', '181124.735000', '181124.737000', '181124.740000', '181124.742000', '181124.745000', '181124.748000', '181124.750000', '181124.753000', '181124.756000', '181124.758000', '181124.761000', '181124.764000', '181124.766000', '181124.769000', '181124.771000', '181124.774000', '181124.777000', '181124.779000', '181124.782000', '181124.785000', '181124.787000', '181124.790000', '181124.793000', '181124.795000', '181124.798000', '181124.800000', '181124.803000', '181124.806000', '181124.808000', '181124.811000', '181124.814000', '181124.816000', '181124.819000', '181124.822000', '181144.711000', '181144.713000', '181144.716000', '181144.719000', '181144.721000', '181144.724000', '181144.727000', '181144.729000', '181144.732000', '181144.735000', '181144.737000', '181144.740000', '181144.742000', '181144.745000', '181144.748000', '181144.750000', '181144.753000', '181144.755000', '181144.758000', '181144.761000', '181144.763000', '181144.766000', '181144.769000', '181144.771000', '181144.774000', '181144.776000', '181144.779000', '181144.782000', '181144.784000', '181144.787000', '181144.789000', '181144.792000', '181144.795000', '181144.797000', '181144.800000', '181144.803000', '181144.805000', '181144.808000', '181144.811000', '181144.813000', '181144.816000', '181144.818000', '181144.821000', '181144.824000', '181204.711000', '181204.713000', '181204.716000', '181204.719000', '181204.721000', '181204.724000', '181204.727000', '181204.729000', '181204.732000', '181204.735000', '181204.737000', '181204.740000', '181204.742000', '181204.745000', '181204.748000', '181204.750000', '181204.753000', '181204.755000', '181204.758000', '181204.761000', '181204.763000', '181204.766000', '181204.769000', '181204.771000', '181204.774000', '181204.776000', '181204.779000', '181204.782000', '181204.784000', '181204.787000', '181204.789000', '181204.792000', '181204.795000', '181204.797000', '181204.809000', '181204.811000', '181204.814000', '181204.817000', '181204.819000', '181204.822000', '181204.825000', '181204.827000', '181204.830000', '181224.710000', '181224.712000', '181224.715000', '181224.718000', '181224.720000', '181224.723000', '181224.726000', '181224.728000', '181224.731000', '181224.734000', '181224.736000', '181224.739000', '181224.741000', '181224.744000', '181224.746000', '181224.749000', '181224.752000', '181224.754000', '181224.757000', '181224.760000', '181224.762000', '181224.765000', '181224.767000', '181224.770000', '181224.773000', '181224.775000', '181224.778000', '181224.780000', '181224.783000', '181224.786000', '181224.788000', '181224.791000', '181224.794000', '181224.796000', '181224.799000', '181224.801000', '181224.804000', '181224.807000', '181224.809000', '181224.812000', '181224.815000', '181224.817000', '181224.820000', '181224.823000', '181244.711000', '181244.714000', '181244.716000', '181244.719000', '181244.721000', '181244.724000', '181244.727000', '181244.729000', '181244.732000', '181244.734000', '181244.737000', '181244.740000', '181244.742000', '181244.745000', '181244.747000', '181244.750000', '181244.753000', '181244.755000', '181244.758000', '181244.761000', '181244.763000', '181244.766000', '181244.768000', '181244.771000', '181244.774000', '181244.776000', '181244.779000', '181244.781000', '181244.784000', '181244.787000', '181244.789000', '181244.792000', '181244.794000', '181244.797000', '181244.800000', '181244.802000', '181244.805000', '181244.808000', '181244.810000', '181244.813000', '181244.815000', '181244.818000', '181244.821000', '181304.711000', '181304.713000', '181304.716000', '181304.719000', '181304.721000', '181304.724000', '181304.727000', '181304.729000', '181304.732000', '181304.735000', '181304.737000', '181304.740000', '181304.742000', '181304.745000', '181304.748000', '181304.750000', '181304.753000', '181304.755000', '181304.758000', '181304.761000', '181304.763000', '181304.766000', '181304.769000', '181304.771000', '181304.774000', '181304.776000', '181304.779000', '181304.782000', '181304.784000', '181304.787000', '181304.789000', '181304.792000', '181304.795000', '181304.797000', '181304.800000', '181304.803000', '181304.805000', '181304.808000', '181304.810000', '181304.813000', '181304.816000', '181304.818000', '181304.821000', '181304.823000', '181324.711000', '181324.714000', '181324.716000', '181324.719000', '181324.722000', '181324.724000', '181324.727000', '181324.729000', '181324.732000', '181324.735000', '181324.738000', '181324.740000', '181324.743000', '181324.745000', '181324.748000', '181324.751000', '181324.753000', '181324.756000', '181324.759000', '181324.761000', '181324.764000', '181324.766000', '181324.769000', '181324.772000', '181324.774000', '181324.777000', '181324.779000', '181324.782000', '181324.785000', '181324.787000', '181324.790000', '181324.793000', '181324.795000', '181324.798000', '181324.800000', '181324.803000', '181324.806000', '181324.808000', '181324.811000', '181324.814000', '181324.816000', '181324.819000', '181324.821000', '181344.711000', '181344.723000', '181344.726000', '181344.728000', '181344.731000', '181344.734000', '181344.736000', '181344.739000', '181344.741000', '181344.744000', '181344.747000', '181344.749000', '181344.752000', '181344.755000', '181344.757000', '181344.760000', '181344.763000', '181344.765000', '181344.768000', '181344.770000', '181344.773000', '181344.776000', '181344.778000', '181344.781000', '181344.783000', '181344.786000', '181344.789000', '181344.791000', '181344.794000', '181344.797000', '181344.801000', '181344.804000', '181344.806000', '181344.809000', '181344.811000', '181344.814000', '181344.817000', '181344.819000', '181344.822000', '181344.825000', '181344.827000', '181344.830000', '181344.832000', '181344.835000', '181404.711000', '181404.713000', '181404.716000', '181404.719000', '181404.721000', '181404.724000', '181404.727000', '181404.729000', '181404.732000', '181404.735000', '181404.737000', '181404.740000', '181404.742000', '181404.745000', '181404.748000', '181404.750000', '181404.753000', '181404.756000', '181404.758000', '181404.761000', '181404.764000', '181404.766000', '181404.769000', '181404.771000', '181404.774000', '181404.777000', '181404.779000', '181404.782000', '181404.784000', '181404.787000', '181404.790000', '181404.792000', '181404.795000', '181404.798000', '181404.800000', '181404.803000', '181404.806000', '181404.808000', '181404.811000', '181404.813000', '181404.816000', '181404.819000', '181404.821000', '181424.710000', '181424.713000', '181424.716000', '181424.719000', '181424.721000', '181424.724000', '181424.726000', '181424.729000', '181424.732000', '181424.734000', '181424.737000', '181424.740000', '181424.744000', '181424.746000', '181424.749000', '181424.752000', '181424.754000', '181424.757000', '181424.760000', '181424.762000', '181424.765000', '181424.767000', '181424.770000', '181424.773000', '181424.775000', '181424.778000', '181424.780000', '181424.783000', '181424.786000', '181424.788000', '181424.791000', '181424.794000', '181424.796000', '181424.799000', '181424.802000', '181424.804000', '181424.807000', '181424.810000', '181424.812000', '181424.815000', '181424.817000', '181424.820000', '181424.823000', '181424.825000', '181444.709000', '181444.712000', '181444.715000', '181444.718000', '181444.720000', '181444.723000', '181444.726000', '181444.728000', '181444.731000', '181444.733000', '181444.736000', '181444.739000', '181444.741000', '181444.744000', '181444.747000', '181444.749000', '181444.752000', '181444.754000', '181444.757000', '181444.760000', '181444.762000', '181444.765000', '181444.768000', '181444.770000', '181444.773000', '181444.775000', '181444.778000', '181444.781000', '181444.783000', '181444.786000', '181444.789000', '181444.791000', '181444.794000', '181444.796000', '181444.799000', '181444.802000', '181444.804000', '181444.807000', '181444.809000', '181444.812000', '181444.815000', '181444.817000', '181444.820000', '181504.711000', '181504.713000', '181504.716000', '181504.719000', '181504.721000', '181504.724000', '181504.726000', '181504.729000', '181504.732000', '181504.734000', '181504.737000', '181504.740000', '181504.784000', '181504.787000', '181504.790000', '181504.792000', '181504.795000', '181504.797000', '181504.800000', '181504.803000', '181504.805000', '181504.808000', '181504.811000', '181504.813000', '181504.816000', '181504.819000', '181504.821000', '181504.824000', '181504.827000', '181504.829000', '181504.832000', '181504.834000', '181504.837000', '181504.840000', '181504.842000', '181504.845000', '181504.848000', '181504.850000', '181504.853000', '181504.856000', '181504.858000', '181504.861000', '181504.864000', '181524.711000', '181524.713000', '181524.716000', '181524.719000', '181524.721000', '181524.724000', '181524.727000', '181524.729000', '181524.732000', '181524.734000', '181524.737000', '181524.740000', '181524.743000', '181524.745000', '181524.748000', '181524.750000', '181524.753000', '181524.756000', '181524.758000', '181524.761000', '181524.764000', '181524.766000', '181524.769000', '181524.772000', '181524.774000', '181524.777000', '181524.779000', '181524.782000', '181524.785000', '181524.787000', '181524.790000', '181524.793000', '181524.795000', '181524.798000', '181524.800000', '181524.803000', '181524.806000', '181524.808000', '181524.811000', '181524.813000', '181524.816000', '181524.819000', '181524.821000', '181524.824000', '181544.710000', '181544.713000', '181544.716000', '181544.719000', '181544.721000', '181544.724000', '181544.726000', '181544.729000', '181544.732000', '181544.734000', '181544.737000', '181544.740000', '181544.743000', '181544.746000', '181544.749000', '181544.751000', '181544.754000', '181544.757000', '181544.759000', '181544.762000', '181544.764000', '181544.767000', '181544.770000', '181544.772000', '181544.775000', '181544.778000', '181544.781000', '181544.784000', '181544.787000', '181544.789000', '181544.792000', '181544.795000', '181544.797000', '181544.800000', '181544.802000', '181544.805000', '181544.808000', '181544.810000', '181544.813000', '181544.816000', '181544.818000', '181544.821000', '181544.823000', '181604.711000', '181604.713000', '181604.716000', '181604.719000', '181604.721000', '181604.724000', '181604.727000', '181604.729000', '181604.732000', '181604.734000', '181604.737000', '181604.740000', '181604.742000', '181604.745000', '181604.748000', '181604.750000', '181604.753000', '181604.756000', '181604.758000', '181604.761000', '181604.763000', '181604.766000', '181604.769000', '181604.771000', '181604.774000', '181604.777000', '181604.779000', '181604.782000', '181604.784000', '181604.787000', '181604.790000', '181604.792000', '181604.795000', '181604.798000', '181604.800000', '181604.803000', '181604.805000', '181604.808000', '181604.811000', '181604.813000', '181604.816000', '181604.819000', '181604.821000', '181604.824000', '181624.711000', '181624.713000', '181624.716000', '181624.719000', '181624.721000', '181624.724000', '181624.727000', '181624.729000', '181624.743000', '181624.746000', '181624.748000', '181624.751000', '181624.754000', '181624.757000', '181624.760000', '181624.763000', '181624.766000', '181624.768000', '181624.771000', '181624.774000', '181624.776000', '181624.779000', '181624.781000', '181624.784000', '181624.787000', '181624.793000', '181624.796000', '181624.798000', '181624.801000', '181624.804000', '181624.806000', '181624.809000', '181624.812000', '181624.814000', '181624.817000', '181624.820000', '181624.822000', '181624.825000', '181624.827000', '181624.830000', '181624.833000', '181624.835000', '181624.838000', '181644.711000', '181644.713000', '181644.716000', '181644.719000', '181644.721000', '181644.724000', '181644.727000', '181644.729000', '181644.732000', '181644.734000', '181644.737000', '181644.740000', '181644.742000', '181644.745000', '181644.747000', '181644.750000', '181644.753000', '181644.755000', '181644.758000', '181644.760000', '181644.763000', '181644.766000', '181644.768000', '181644.771000', '181644.773000', '181644.776000', '181644.779000', '181644.781000', '181644.784000', '181644.787000', '181644.789000', '181644.792000', '181644.794000', '181644.797000', '181644.800000', '181644.802000', '181644.805000', '181644.808000', '181644.810000', '181644.813000', '181644.815000', '181644.818000', '181644.820000', '181704.710000', '181704.712000', '181704.715000', '181704.718000', '181704.720000', '181704.723000', '181704.726000', '181704.728000', '181704.731000', '181704.734000', '181704.736000', '181704.739000', '181704.741000', '181704.744000', '181704.747000', '181704.749000', '181704.752000', '181704.754000', '181704.757000', '181704.760000', '181704.762000', '181704.765000', '181704.768000', '181704.770000', '181704.773000', '181704.775000', '181704.778000', '181704.781000', '181704.783000', '181704.787000', '181704.790000', '181704.793000', '181704.796000', '181704.798000', '181704.801000', '181704.803000', '181704.806000', '181704.809000', '181704.811000', '181704.814000', '181704.816000', '181704.820000', '181704.822000', '181704.825000', '181724.711000', '181724.713000', '181724.716000', '181724.719000', '181724.721000', '181724.724000', '181724.727000', '181724.729000', '181724.732000', '181724.735000', '181724.737000', '181724.740000', '181724.742000', '181724.745000', '181724.748000', '181724.751000', '181724.753000', '181724.756000', '181724.758000', '181724.761000', '181724.764000', '181724.766000', '181724.769000', '181724.771000', '181724.774000', '181724.777000', '181724.779000', '181724.782000', '181724.784000', '181724.787000', '181724.790000', '181724.793000', '181724.795000', '181724.798000', '181724.801000', '181724.803000', '181724.806000', '181724.809000', '181724.811000', '181724.814000', '181724.816000', '181724.819000', '181724.822000', '181724.824000', '181744.711000', '181744.713000', '181744.716000', '181744.719000', '181744.721000', '181744.745000', '181744.747000', '181744.750000', '181744.752000', '181744.755000', '181744.758000', '181744.760000', '181744.763000', '181744.765000', '181744.768000', '181744.771000', '181744.774000', '181744.778000', '181744.780000', '181744.783000', '181744.786000', '181744.788000', '181744.791000', '181744.793000', '181744.796000', '181744.799000', '181744.801000', '181744.804000', '181744.806000', '181744.809000', '181744.812000', '181744.814000', '181744.817000', '181744.820000', '181744.822000', '181744.825000', '181744.828000', '181744.830000', '181744.833000', '181744.836000', '181744.838000', '181744.841000', '181744.843000', '181755.388000', '181755.391000', '181755.393000', '181755.396000', '181755.399000', '181755.402000', '181755.404000', '181755.407000', '181755.410000', '181755.412000', '181755.415000', '181755.418000', '181755.420000', '181755.423000', '181755.426000', '181755.428000', '181755.431000', '181755.434000', '181755.436000', '181755.442000', '181755.445000', '181755.448000', '181755.450000', '181755.453000'], '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': [12067, 11267, 12268, 11025, 11953, 11328, 11874, 10830, 11687, 10562, 11562, 10072, 10880, 9823, 10849, 11528, 10985, 13020, 10718, 11705, 10517, 11968, 10469, 12036, 10471, 11251, 9609, 11048, 10557, 10593, 10611, 10549, 12554, 10643, 12088, 11097, 12112, 10851, 11928, 10516, 11825, 10997, 12092, 10622, 11911, 10111, 11231, 10174, 10761, 10635, 10856, 11096, 10722, 10724, 10408, 11861, 10506, 12454, 10611, 13355, 10394, 12514, 10339, 11887, 10795, 11979, 10686, 12231, 11384, 12047, 10878, 12067, 10465, 11116, 10036, 10665, 12807, 11065, 12250, 11049, 11860, 11141, 12267, 10444, 12170, 11274, 12166, 12006, 11957, 10516, 11823, 9968, 11559, 10628, 11045, 11546, 11011, 12199, 11075, 12299, 11236, 12016, 11087, 12077, 10588, 11867, 10444, 11427, 10112, 11227, 9485, 11020, 9721, 10590, 9511, 10531, 10686, 10388, 12589, 10459, 12232, 10813, 12080, 10388, 12016, 10212, 11614, 10525, 11877, 10606, 9996, 10630, 11162, 10657, 11197, 10513, 9722, 10430, 9867, 10759, 11009, 11080, 10609, 10875, 9757, 10881, 10046, 11532, 10574, 12090, 10676, 12727, 9948, 13004, 10730, 13107, 11002, 11648, 10813, 12631, 11205, 14449, 11377, 13985, 11316, 11954, 11441, 11836, 11351, 11870, 11572, 10241, 11210, 9763, 11154, 9535, 11342, 10276, 11666, 10022, 11556, 10197, 11878, 10239, 11824, 10371, 11977, 11499, 11980, 11493, 12061, 10918, 12269, 10929, 13353, 10341, 12672, 10313, 12968, 10938, 12342, 10787, 11140, 10218, 11077, 10584, 12083, 10922, 11706, 10623, 11874, 10626, 12743, 10703, 11882, 10819, 11099, 10318, 12478, 10732, 12192, 10937, 11817, 10896, 12962, 10478, 12723, 10742, 13464, 10141, 12191, 10430, 11991, 10711, 11881, 10377, 12027, 10028, 11683, 10295, 11834, 11025, 11902, 10266, 11789, 11773, 12035, 10275, 11767, 10164, 11570, 9669, 11615, 9772, 10899, 9918, 10606, 10457, 10397, 12234, 10926, 14186, 11857, 11981, 11668, 10893, 11064, 11075, 10420, 10652, 10088, 10543, 10117, 11162, 9911, 10946, 9829, 11103, 9483, 10332, 9004, 10278, 9289, 10301, 8834, 9936, 8628, 10303, 11111, 11467, 10492, 10478, 10905, 10236, 12260, 11258, 13362, 10659, 11052, 11016, 11226, 10884, 10675, 10388, 10871, 10031, 10934, 9841, 10798, 9380, 10504, 9415, 10245, 11484, 10855, 13892, 11272, 11160, 10652, 11253, 10474, 11006, 9903, 10985, 9926, 10895, 9600, 11596, 9635, 10659, 9351, 10308, 9337, 10139, 9764, 10111, 10060, 10215, 13204, 11068, 11517, 11528, 11270, 10025, 11300, 10341, 11594, 10109, 12052, 9683, 10927, 9245, 10583, 9979, 10229, 10372, 10512, 10417, 10251, 11936, 11157, 11104, 10655, 11312, 10566, 11294, 10417, 11869, 9959, 12185, 9739, 10758, 9668, 10576, 10585, 10813, 10283, 10224, 9830, 10408, 11662, 11081, 11512, 10520, 11326, 10350, 11275, 10583, 11272, 10141, 11129, 10280, 11466, 10321, 11593, 10140, 11408, 9946, 10847, 9760, 11109, 9569, 10482, 9842, 10660, 10665, 10499, 14357, 11250, 13596, 10336, 11229, 10731, 11333, 10455, 11302, 9980, 11308, 10079, 11390, 9600, 11032, 9480, 10938, 9670, 10355, 10028, 10339, 10982, 10430, 12440, 10323, 11484, 10722, 11254, 10374, 12281, 9783, 11055, 9588, 10688, 10540, 10753, 11310, 10170, 11109, 10701, 11259, 10302, 11259, 10674, 11480, 10283, 11475, 10167, 11332, 9833, 10964, 9907, 10733, 11259, 10322, 11564, 11259, 11469, 10424, 11349, 10030, 11249, 9595, 10960, 9584, 10375, 9544, 10317, 11301, 11214, 11464, 10864, 11290, 10171, 11448, 9611, 11355, 10566, 11433, 10238, 11387, 10010, 11346, 9739, 11052, 9786, 10709, 10436, 10892, 13215, 10701, 13056, 10592, 11589, 10516, 11692, 10574, 11644, 10397, 11522, 9853, 11514, 10259, 11547, 10571, 11471, 10101, 11174, 10135, 11260, 9695, 10802, 9440, 10821, 9401, 10525, 10277, 10725, 11599, 10821, 11663, 10408, 11543, 9856, 11591, 9941, 11561, 10400, 11384, 10119, 11293, 9730, 11504, 9836, 11561, 10306, 11461, 10198, 11930, 10275, 11444, 9669, 11241, 9734, 11712, 9695, 11159, 9206, 11248, 9751, 11256, 9933, 10702, 11933, 10509, 11819, 10722, 11992, 10210, 11581, 10009, 11129, 11116, 10722, 13998, 10302, 11679, 10144, 11726, 10684, 11589, 9880, 11702, 9045, 11249, 9141, 11103, 10253, 10723, 10800, 10359, 13299, 10639, 11839, 11145, 11416, 10292, 12565, 9833, 11586, 10228, 11766, 10319, 11084, 10731, 11686, 10891, 11329, 10586, 13392, 10766, 11109, 10857, 12806, 10627, 13099, 10640, 11507, 11089, 12142, 10806, 12234, 10691, 12063, 10474, 12104, 10165, 12077, 10776, 12038, 11865, 12156, 10982, 11880, 11073, 12147, 10643, 12082, 10421, 12244, 9858, 11671, 9720, 11545, 10789, 11107, 13467, 10799, 13124, 10423, 11218, 10351, 11885, 10439, 12120, 9927, 11944, 10254, 11831, 11716, 11770, 11146, 11846, 11073, 11861, 10626, 11813, 10227, 11837, 9810, 11432, 9307, 11123, 9522, 11402, 9350, 10960, 9541, 10863, 10233, 10769, 9532, 10394, 9655, 10569, 11314, 10838, 9662, 10319, 9627, 10471, 11138, 11156, 9937, 10483, 9286, 10615, 9679, 10572, 10451, 10716, 10417, 11048, 11603, 10717, 12051, 10627, 12197, 10686, 12246, 11126, 11930, 11021, 12137, 10484, 12008, 9464, 11303, 9650, 10879, 10497, 10759, 10760, 10443, 11561, 10752, 11683, 10461, 11800, 10312, 11865, 10722, 11505, 9947, 11280, 9035, 10778, 9484, 10511, 10444, 10308, 12123, 10107, 11764, 10788, 11782, 10376, 11794, 10212, 11500, 10404, 11484, 10452, 10290, 10441, 11004, 10686, 11191, 10695, 9724, 11345, 9839, 11186, 10681, 11168, 9915, 11171, 9780, 10940, 9935, 10937, 9752, 10782, 9463, 11153, 10335, 10992, 9706, 10576, 9212, 10741, 9743, 10510, 9983, 10640, 10125, 11206, 9543, 11112, 9637, 10636, 9750, 11494, 9877, 11506, 10238, 11293, 10442, 11546, 10880, 11623, 11700, 11647, 12006, 11880, 12017, 12086, 10345, 11909, 10590, 12060, 10579, 12940, 10994, 13139, 10770, 13318, 10808, 13309, 11131, 11944, 11155, 10999, 11100, 11692, 11251, 9673, 11645, 10079, 11159, 10352, 11419, 10464, 12020, 10707, 11413, 10798, 11748, 10566, 12152, 10976, 11842, 10764, 11557, 10417, 12077, 10864, 11685, 10264, 11432, 10636, 11713, 10008, 11675, 10045, 11023, 10342, 11192, 10476, 11353, 10041, 11391, 10019, 11230, 10112, 11204, 10467, 11607, 10652, 11899, 10890, 11464, 10803, 11762, 10740, 11742, 10941, 11727, 10815, 11372, 10310, 11310, 10630, 11753, 9899, 11358, 10001, 11139, 10678, 11193, 10210, 11272, 9693, 10803, 10320, 10843, 11759, 11074, 13254, 10996, 11873, 10600, 12733, 10483, 11967, 10540, 12014, 11124, 11590, 10104, 11600, 10339, 11730, 11088, 12009, 11923, 11806, 11952, 11623, 11229, 11515, 10364, 11307, 10059, 11223, 10442, 11025, 9678, 10854, 9395, 10923, 10002, 10597, 11153, 10827, 10401, 10603, 11070, 10832, 13587, 10794, 12824, 10491, 13226, 10340, 12300, 10758, 12768, 10527, 12914, 10212, 12468, 10300, 11672, 10819, 11619, 10388, 11725, 10151, 11789, 11415, 11808, 12232, 11801, 11085, 11413, 10414, 11566, 11342, 11786, 11850, 11265, 10302, 11661, 11190, 11631, 10440, 11740, 10542, 12014, 10281, 11019, 9974, 11249, 10260, 10822, 9470, 10794, 9452, 10572, 12283, 11152, 14014, 10789, 12814, 10656, 12314, 10777, 11513, 10915, 11926, 12161, 11653, 11386, 11464, 10530, 11281, 10005, 10867, 10997, 11206, 11441, 10806, 10929, 10723, 13029, 10404, 11902, 11212, 11827, 10822, 11639, 10656, 11793, 10650, 11657, 10603, 11523, 10325, 11131, 9486, 10764, 9681, 10743, 10141, 10741, 11174, 10514, 10171, 10618, 10642, 10684, 11800, 10911, 10340, 10641, 10020, 10693, 11160, 10937, 10101, 10359, 9790, 10544, 10320, 10974, 10342, 10444, 9084, 10739, 9738, 10515, 9649, 10783, 9075, 10796, 9782, 10745, 9959, 10860, 9656, 10907, 9450, 11276, 9971, 11183, 9878, 11034, 9890, 10947, 9920, 11214, 9944, 12202, 10324, 11074, 10073, 11311, 10343, 11632, 10170, 11710, 10558, 11068, 9842, 11199, 10446, 11607, 10014, 10936, 9702, 11009, 9969, 11006, 10008, 11203, 9797, 11042, 9438, 11044, 9962, 10788, 11009, 10843, 9580, 10812, 9646, 10592, 12791, 11101, 12393, 10798, 10197, 10666, 11071, 10569, 12961, 10679, 13164, 10938, 11090, 10531, 11529, 10553, 12857, 11056, 13099, 10791, 13706, 10871, 14334, 10519, 11494, 10661, 11625, 10423, 11746, 10221, 11489, 11126, 11691, 10282, 11916, 10521, 10955, 9941, 11251, 10156, 10956, 9672, 11093, 10741, 10856, 13177, 10564, 13451, 10480, 13095, 10441, 11851, 10153, 11933, 12038, 11370, 11286, 11672, 11075, 11425, 11264, 11388, 10092, 11241, 10512, 11232, 9674, 11438, 9657, 11145, 10909, 10970, 11763, 10987, 9230, 11037, 9153, 11078, 10632, 10873, 9640, 11319, 8853, 11326, 10045, 11315, 10210, 11363, 10167, 11466, 9695, 11240, 10635, 11292, 10432, 11229, 9925, 11369, 10173, 11404, 10296, 11610, 10640, 11513, 11278, 11486, 11190, 11555, 10665, 12027, 11321, 11347, 11264, 11339, 10969, 11709, 11768, 11566, 10485, 11682, 10356, 11538, 10636, 11799, 11464, 11552, 10272, 11476, 11014, 11476, 10919, 11578, 11178, 11465, 11082, 11273, 10975, 11485, 10357, 10984, 10988, 11032, 10516, 10909, 10041, 10971, 9782, 11475, 9807, 10985, 9586, 11001, 10307], 'WindowCenter': [4760.0, 4725.0, 4733.0, 4710.0, 4706.0, 4708.0, 4717.0, 4708.0, 4708.0, 4695.0, 4706.0, 4695.0, 4708.0, 4697.0, 4710.0, 4708.0, 4708.0, 4714.0, 4707.0, 4706.0, 4708.0, 4708.0, 4696.0, 4703.0, 4693.0, 4693.0, 4684.0, 4708.0, 4696.0, 4696.0, 4695.0, 4697.0, 4712.0, 4708.0, 4706.0, 4706.0, 4705.0, 4696.0, 4704.0, 4697.0, 4705.0, 4706.0, 4715.0, 4695.0, 4707.0, 4684.0, 4694.0, 4683.0, 4705.0, 4695.0, 4704.0, 4693.0, 4705.0, 4694.0, 4696.0, 4716.0, 4707.0, 4716.0, 4697.0, 4714.0, 4694.0, 4716.0, 4696.0, 4708.0, 4705.0, 4705.0, 4694.0, 4705.0, 4706.0, 4706.0, 4696.0, 4707.0, 4681.0, 4695.0, 4679.0, 4682.0, 4701.0, 4695.0, 4701.0, 4692.0, 4692.0, 4692.0, 4702.0, 4693.0, 4716.0, 4707.0, 4716.0, 4705.0, 4705.0, 4696.0, 4706.0, 4697.0, 4719.0, 4694.0, 4703.0, 4691.0, 4693.0, 4703.0, 4705.0, 4705.0, 4707.0, 4703.0, 4696.0, 4703.0, 4697.0, 4717.0, 4694.0, 4704.0, 4696.0, 4703.0, 4684.0, 4708.0, 4697.0, 4706.0, 4684.0, 4709.0, 4693.0, 4695.0, 4716.0, 4708.0, 4715.0, 4708.0, 4715.0, 4707.0, 4717.0, 4709.0, 4719.0, 4710.0, 4716.0, 4709.0, 4707.0, 4719.0, 4720.0, 4713.0, 4709.0, 4711.0, 4698.0, 4708.0, 4696.0, 4712.0, 4708.0, 4705.0, 4696.0, 4694.0, 4685.0, 4704.0, 4696.0, 4704.0, 4692.0, 4703.0, 4695.0, 4713.0, 4695.0, 4717.0, 4706.0, 4714.0, 4693.0, 4693.0, 4691.0, 4691.0, 4691.0, 4712.0, 4689.0, 4698.0, 4679.0, 4678.0, 4679.0, 4679.0, 4679.0, 4688.0, 4688.0, 4668.0, 4678.0, 4668.0, 4681.0, 4669.0, 4691.0, 4668.0, 4692.0, 4673.0, 4689.0, 4681.0, 4689.0, 4680.0, 4691.0, 4682.0, 4705.0, 4689.0, 4690.0, 4691.0, 4690.0, 4692.0, 4702.0, 4693.0, 4702.0, 4682.0, 4700.0, 4684.0, 4704.0, 4690.0, 4687.0, 4683.0, 4689.0, 4681.0, 4690.0, 4693.0, 4691.0, 4695.0, 4690.0, 4682.0, 4691.0, 4683.0, 4701.0, 4694.0, 4692.0, 4693.0, 4692.0, 4685.0, 4702.0, 4695.0, 4702.0, 4692.0, 4692.0, 4692.0, 4713.0, 4695.0, 4702.0, 4695.0, 4701.0, 4683.0, 4690.0, 4683.0, 4694.0, 4692.0, 4693.0, 4682.0, 4691.0, 4684.0, 4703.0, 4695.0, 4705.0, 4693.0, 4703.0, 4694.0, 4704.0, 4704.0, 4706.0, 4683.0, 4707.0, 4684.0, 4692.0, 4682.0, 4694.0, 4681.0, 4695.0, 4669.0, 4683.0, 4679.0, 4683.0, 4702.0, 4720.0, 4726.0, 4707.0, 4693.0, 4693.0, 4693.0, 4705.0, 4706.0, 4697.0, 4695.0, 4693.0, 4692.0, 4694.0, 4693.0, 4685.0, 4692.0, 4684.0, 4695.0, 4685.0, 4686.0, 4674.0, 4697.0, 4675.0, 4695.0, 4674.0, 4683.0, 4674.0, 4698.0, 4695.0, 4696.0, 4684.0, 4695.0, 4694.0, 4696.0, 4705.0, 4706.0, 4715.0, 4696.0, 4694.0, 4696.0, 4695.0, 4696.0, 4695.0, 4685.0, 4695.0, 4685.0, 4694.0, 4684.0, 4685.0, 4673.0, 4683.0, 4673.0, 4684.0, 4695.0, 4693.0, 4703.0, 4692.0, 4693.0, 4684.0, 4694.0, 4683.0, 4692.0, 4684.0, 4692.0, 4685.0, 4696.0, 4686.0, 4706.0, 4684.0, 4696.0, 4686.0, 4697.0, 4686.0, 4696.0, 4685.0, 4696.0, 4685.0, 4697.0, 4716.0, 4696.0, 4697.0, 4697.0, 4694.0, 4684.0, 4692.0, 4685.0, 4693.0, 4680.0, 4702.0, 4672.0, 4694.0, 4673.0, 4696.0, 4684.0, 4685.0, 4681.0, 4684.0, 4683.0, 4695.0, 4705.0, 4695.0, 4692.0, 4694.0, 4693.0, 4695.0, 4693.0, 4695.0, 4693.0, 4683.0, 4693.0, 4672.0, 4683.0, 4672.0, 4683.0, 4679.0, 4692.0, 4679.0, 4683.0, 4682.0, 4695.0, 4693.0, 4695.0, 4695.0, 4694.0, 4693.0, 4685.0, 4696.0, 4693.0, 4694.0, 4684.0, 4694.0, 4695.0, 4704.0, 4695.0, 4704.0, 4684.0, 4695.0, 4685.0, 4696.0, 4685.0, 4696.0, 4674.0, 4683.0, 4681.0, 4684.0, 4681.0, 4685.0, 4712.0, 4693.0, 4701.0, 4683.0, 4692.0, 4694.0, 4691.0, 4684.0, 4693.0, 4683.0, 4693.0, 4683.0, 4695.0, 4684.0, 4696.0, 4673.0, 4694.0, 4681.0, 4694.0, 4684.0, 4694.0, 4693.0, 4695.0, 4704.0, 4685.0, 4704.0, 4696.0, 4693.0, 4684.0, 4705.0, 4683.0, 4694.0, 4673.0, 4694.0, 4682.0, 4684.0, 4682.0, 4682.0, 4692.0, 4683.0, 4694.0, 4684.0, 4692.0, 4683.0, 4692.0, 4682.0, 4692.0, 4684.0, 4694.0, 4684.0, 4695.0, 4683.0, 4693.0, 4693.0, 4694.0, 4693.0, 4691.0, 4692.0, 4682.0, 4691.0, 4682.0, 4694.0, 4672.0, 4683.0, 4671.0, 4684.0, 4671.0, 4687.0, 4693.0, 4694.0, 4691.0, 4694.0, 4693.0, 4685.0, 4704.0, 4696.0, 4696.0, 4696.0, 4705.0, 4695.0, 4695.0, 4685.0, 4707.0, 4684.0, 4694.0, 4672.0, 4682.0, 4680.0, 4693.0, 4703.0, 4683.0, 4702.0, 4682.0, 4681.0, 4683.0, 4691.0, 4685.0, 4691.0, 4681.0, 4692.0, 4686.0, 4693.0, 4695.0, 4693.0, 4694.0, 4695.0, 4684.0, 4693.0, 4684.0, 4696.0, 4686.0, 4695.0, 4675.0, 4695.0, 4673.0, 4686.0, 4685.0, 4695.0, 4694.0, 4694.0, 4693.0, 4695.0, 4694.0, 4686.0, 4705.0, 4698.0, 4708.0, 4698.0, 4706.0, 4695.0, 4706.0, 4697.0, 4708.0, 4698.0, 4718.0, 4698.0, 4708.0, 4697.0, 4706.0, 4697.0, 4708.0, 4699.0, 4697.0, 4686.0, 4705.0, 4685.0, 4698.0, 4700.0, 4709.0, 4686.0, 4706.0, 4686.0, 4696.0, 4705.0, 4697.0, 4705.0, 4684.0, 4692.0, 4672.0, 4691.0, 4670.0, 4695.0, 4681.0, 4682.0, 4700.0, 4671.0, 4680.0, 4682.0, 4691.0, 4693.0, 4692.0, 4672.0, 4693.0, 4674.0, 4694.0, 4673.0, 4697.0, 4683.0, 4693.0, 4682.0, 4684.0, 4703.0, 4695.0, 4706.0, 4707.0, 4704.0, 4695.0, 4705.0, 4686.0, 4706.0, 4697.0, 4704.0, 4697.0, 4693.0, 4708.0, 4704.0, 4707.0, 4706.0, 4695.0, 4704.0, 4693.0, 4691.0, 4694.0, 4714.0, 4682.0, 4701.0, 4681.0, 4690.0, 4693.0, 4690.0, 4694.0, 4692.0, 4681.0, 4679.0, 4671.0, 4689.0, 4681.0, 4692.0, 4693.0, 4702.0, 4691.0, 4692.0, 4682.0, 4693.0, 4692.0, 4691.0, 4682.0, 4691.0, 4681.0, 4694.0, 4671.0, 4691.0, 4670.0, 4690.0, 4692.0, 4692.0, 4699.0, 4681.0, 4690.0, 4681.0, 4691.0, 4695.0, 4702.0, 4684.0, 4702.0, 4684.0, 4691.0, 4684.0, 4704.0, 4704.0, 4702.0, 4693.0, 4694.0, 4695.0, 4705.0, 4697.0, 4706.0, 4683.0, 4693.0, 4683.0, 4694.0, 4685.0, 4694.0, 4673.0, 4697.0, 4674.0, 4695.0, 4682.0, 4697.0, 4682.0, 4694.0, 4671.0, 4683.0, 4683.0, 4695.0, 4693.0, 4695.0, 4683.0, 4695.0, 4682.0, 4695.0, 4703.0, 4705.0, 4686.0, 4696.0, 4686.0, 4698.0, 4686.0, 4697.0, 4693.0, 4698.0, 4695.0, 4696.0, 4694.0, 4696.0, 4706.0, 4687.0, 4693.0, 4683.0, 4690.0, 4692.0, 4693.0, 4684.0, 4695.0, 4681.0, 4692.0, 4671.0, 4695.0, 4674.0, 4694.0, 4681.0, 4684.0, 4682.0, 4683.0, 4695.0, 4696.0, 4704.0, 4696.0, 4693.0, 4698.0, 4705.0, 4697.0, 4705.0, 4685.0, 4695.0, 4676.0, 4706.0, 4687.0, 4707.0, 4694.0, 4698.0, 4717.0, 4707.0, 4717.0, 4708.0, 4717.0, 4708.0, 4717.0, 4711.0, 4720.0, 4712.0, 4719.0, 4710.0, 4697.0, 4711.0, 4708.0, 4710.0, 4706.0, 4709.0, 4687.0, 4708.0, 4686.0, 4708.0, 4694.0, 4694.0, 4682.0, 4694.0, 4685.0, 4707.0, 4685.0, 4693.0, 4671.0, 4694.0, 4683.0, 4708.0, 4693.0, 4694.0, 4682.0, 4694.0, 4683.0, 4695.0, 4685.0, 4707.0, 4684.0, 4698.0, 4695.0, 4704.0, 4685.0, 4706.0, 4685.0, 4696.0, 4685.0, 4707.0, 4685.0, 4708.0, 4695.0, 4709.0, 4696.0, 4705.0, 4697.0, 4703.0, 4706.0, 4705.0, 4717.0, 4705.0, 4707.0, 4705.0, 4697.0, 4706.0, 4695.0, 4707.0, 4697.0, 4714.0, 4695.0, 4702.0, 4692.0, 4712.0, 4694.0, 4701.0, 4694.0, 4689.0, 4692.0, 4680.0, 4695.0, 4692.0, 4692.0, 4670.0, 4691.0, 4670.0, 4692.0, 4685.0, 4694.0, 4681.0, 4702.0, 4683.0, 4693.0, 4693.0, 4694.0, 4683.0, 4693.0, 4682.0, 4689.0, 4681.0, 4693.0, 4681.0, 4694.0, 4680.0, 4693.0, 4682.0, 4693.0, 4681.0, 4692.0, 4673.0, 4693.0, 4679.0, 4679.0, 4682.0, 4692.0, 4682.0, 4693.0, 4683.0, 4691.0, 4684.0, 4695.0, 4695.0, 4696.0, 4683.0, 4692.0, 4683.0, 4696.0, 4694.0, 4692.0, 4695.0, 4707.0, 4683.0, 4692.0, 4683.0, 4694.0, 4694.0, 4695.0, 4694.0, 4697.0, 4684.0, 4702.0, 4673.0, 4693.0, 4680.0, 4694.0, 4682.0, 4683.0, 4669.0, 4694.0, 4672.0, 4679.0, 4680.0, 4682.0, 4692.0, 4692.0, 4702.0, 4681.0, 4688.0, 4684.0, 4700.0, 4684.0, 4704.0, 4695.0, 4693.0, 4693.0, 4692.0, 4681.0, 4692.0, 4683.0, 4694.0, 4693.0, 4704.0, 4705.0, 4704.0, 4704.0, 4692.0, 4704.0, 4705.0, 4694.0, 4695.0, 4698.0, 4709.0, 4695.0, 4708.0, 4685.0, 4705.0, 4684.0, 4706.0, 4696.0, 4707.0, 4694.0, 4699.0, 4684.0, 4698.0, 4695.0, 4697.0, 4714.0, 4694.0, 4704.0, 4694.0, 4704.0, 4686.0, 4707.0, 4696.0, 4703.0, 4697.0, 4703.0, 4695.0, 4704.0, 4697.0, 4706.0, 4707.0, 4695.0, 4697.0, 4703.0, 4695.0, 4702.0, 4707.0, 4705.0, 4704.0, 4704.0, 4693.0, 4694.0, 4694.0, 4705.0, 4710.0, 4708.0, 4704.0, 4709.0, 4695.0, 4707.0, 4708.0, 4706.0, 4695.0, 4703.0, 4696.0, 4703.0, 4695.0, 4696.0, 4697.0, 4707.0, 4685.0, 4698.0, 4685.0, 4696.0, 4685.0, 4696.0, 4705.0, 4697.0, 4713.0, 4694.0, 4701.0, 4693.0, 4704.0, 4695.0, 4695.0, 4696.0, 4706.0, 4693.0, 4694.0, 4694.0, 4694.0, 4681.0, 4693.0, 4681.0, 4695.0, 4685.0, 4692.0, 4678.0, 4683.0, 4679.0, 4685.0, 4700.0, 4684.0, 4694.0, 4693.0, 4690.0, 4682.0, 4681.0, 4682.0, 4692.0, 4681.0, 4695.0, 4683.0, 4692.0, 4682.0, 4694.0, 4670.0, 4691.0, 4672.0, 4694.0, 4694.0, 4694.0, 4695.0, 4694.0, 4684.0, 4695.0, 4694.0, 4695.0, 4705.0, 4695.0, 4683.0, 4695.0, 4684.0, 4696.0, 4705.0, 4700.0, 4694.0, 4697.0, 4686.0, 4697.0, 4695.0, 4696.0, 4696.0, 4697.0, 4676.0, 4707.0, 4699.0, 4697.0, 4685.0, 4706.0, 4676.0, 4696.0, 4696.0, 4708.0, 4697.0, 4697.0, 4687.0, 4696.0, 4687.0, 4709.0, 4686.0, 4696.0, 4687.0, 4693.0, 4685.0, 4697.0, 4696.0, 4697.0, 4685.0, 4707.0, 4693.0, 4696.0, 4698.0, 4706.0, 4698.0, 4707.0, 4693.0, 4705.0, 4695.0, 4707.0, 4697.0, 4707.0, 4695.0, 4707.0, 4686.0, 4697.0, 4687.0, 4705.0, 4697.0, 4699.0, 4685.0, 4706.0, 4685.0, 4706.0, 4687.0, 4705.0, 4698.0, 4709.0, 4694.0, 4695.0, 4685.0, 4708.0, 4686.0, 4708.0, 4713.0, 4696.0, 4705.0, 4695.0, 4684.0, 4697.0, 4704.0, 4697.0, 4717.0, 4697.0, 4717.0, 4708.0, 4705.0, 4697.0, 4706.0, 4708.0, 4729.0, 4719.0, 4718.0, 4711.0, 4716.0, 4700.0, 4727.0, 4697.0, 4708.0, 4695.0, 4695.0, 4684.0, 4695.0, 4684.0, 4694.0, 4695.0, 4693.0, 4670.0, 4693.0, 4681.0, 4680.0, 4682.0, 4694.0, 4679.0, 4694.0, 4671.0, 4694.0, 4682.0, 4682.0, 4703.0, 4682.0, 4701.0, 4682.0, 4700.0, 4682.0, 4691.0, 4685.0, 4703.0, 4702.0, 4694.0, 4693.0, 4692.0, 4694.0, 4694.0, 4694.0, 4692.0, 4684.0, 4695.0, 4683.0, 4695.0, 4672.0, 4696.0, 4673.0, 4693.0, 4693.0, 4697.0, 4690.0, 4691.0, 4672.0, 4695.0, 4683.0, 4710.0, 4696.0, 4706.0, 4686.0, 4706.0, 4687.0, 4707.0, 4696.0, 4707.0, 4696.0, 4709.0, 4686.0, 4706.0, 4683.0, 4696.0, 4695.0, 4694.0, 4683.0, 4694.0, 4683.0, 4691.0, 4681.0, 4692.0, 4682.0, 4690.0, 4680.0, 4691.0, 4680.0, 4678.0, 4680.0, 4692.0, 4681.0, 4691.0, 4679.0, 4678.0, 4680.0, 4681.0, 4682.0, 4691.0, 4691.0, 4679.0, 4682.0, 4690.0, 4679.0, 4690.0, 4682.0, 4692.0, 4690.0, 4690.0, 4679.0, 4689.0, 4680.0, 4691.0, 4681.0, 4691.0, 4683.0, 4692.0, 4680.0, 4680.0, 4690.0, 4693.0, 4683.0, 4681.0, 4690.0, 4693.0, 4683.0, 4694.0, 4684.0, 4692.0, 4681.0, 4694.0, 4683.0, 4692.0, 4684.0, 4695.0, 4681.0], 'WindowWidth': [10395.0, 10337.0, 10340.0, 10304.0, 10295.0, 10297.0, 10310.0, 10297.0, 10297.0, 10276.0, 10294.0, 10276.0, 10297.0, 10282.0, 10305.0, 10298.0, 10298.0, 10303.0, 10296.0, 10293.0, 10299.0, 10299.0, 10279.0, 10288.0, 10270.0, 10272.0, 10260.0, 10299.0, 10277.0, 10280.0, 10274.0, 10281.0, 10298.0, 10298.0, 10293.0, 10293.0, 10289.0, 10278.0, 10288.0, 10280.0, 10290.0, 10295.0, 10306.0, 10276.0, 10293.0, 10258.0, 10273.0, 10257.0, 10291.0, 10278.0, 10289.0, 10270.0, 10291.0, 10273.0, 10281.0, 10308.0, 10299.0, 10306.0, 10282.0, 10301.0, 10276.0, 10305.0, 10282.0, 10298.0, 10294.0, 10291.0, 10274.0, 10288.0, 10290.0, 10291.0, 10279.0, 10294.0, 10250.0, 10275.0, 10245.0, 10254.0, 10279.0, 10274.0, 10278.0, 10268.0, 10266.0, 10269.0, 10281.0, 10272.0, 10307.0, 10297.0, 10307.0, 10291.0, 10290.0, 10277.0, 10292.0, 10282.0, 10313.0, 10272.0, 10288.0, 10266.0, 10270.0, 10284.0, 10291.0, 10290.0, 10293.0, 10286.0, 10277.0, 10286.0, 10282.0, 10310.0, 10275.0, 10289.0, 10278.0, 10287.0, 10262.0, 10299.0, 10281.0, 10295.0, 10260.0, 10301.0, 10273.0, 10280.0, 10310.0, 10299.0, 10305.0, 10298.0, 10305.0, 10296.0, 10311.0, 10306.0, 10318.0, 10305.0, 10309.0, 10303.0, 10298.0, 10320.0, 10320.0, 10313.0, 10301.0, 10310.0, 10284.0, 10301.0, 10282.0, 10310.0, 10296.0, 10293.0, 10275.0, 10273.0, 10261.0, 10290.0, 10279.0, 10288.0, 10268.0, 10285.0, 10275.0, 10298.0, 10278.0, 10309.0, 10294.0, 10303.0, 10272.0, 10270.0, 10266.0, 10263.0, 10263.0, 10293.0, 10260.0, 10270.0, 10243.0, 10237.0, 10243.0, 10241.0, 10245.0, 10255.0, 10255.0, 10226.0, 10241.0, 10228.0, 10247.0, 10231.0, 10262.0, 10228.0, 10265.0, 10237.0, 10260.0, 10248.0, 10260.0, 10248.0, 10265.0, 10252.0, 10288.0, 10258.0, 10262.0, 10263.0, 10262.0, 10268.0, 10279.0, 10270.0, 10279.0, 10252.0, 10272.0, 10256.0, 10284.0, 10261.0, 10254.0, 10252.0, 10259.0, 10251.0, 10261.0, 10270.0, 10263.0, 10275.0, 10260.0, 10252.0, 10261.0, 10255.0, 10277.0, 10271.0, 10265.0, 10267.0, 10266.0, 10261.0, 10282.0, 10276.0, 10279.0, 10270.0, 10266.0, 10269.0, 10298.0, 10276.0, 10281.0, 10276.0, 10278.0, 10256.0, 10261.0, 10256.0, 10271.0, 10267.0, 10268.0, 10251.0, 10263.0, 10258.0, 10282.0, 10276.0, 10287.0, 10272.0, 10284.0, 10273.0, 10286.0, 10287.0, 10290.0, 10257.0, 10291.0, 10256.0, 10267.0, 10252.0, 10271.0, 10249.0, 10270.0, 10230.0, 10254.0, 10244.0, 10255.0, 10281.0, 10318.0, 10320.0, 10293.0, 10268.0, 10267.0, 10267.0, 10287.0, 10293.0, 10279.0, 10273.0, 10270.0, 10267.0, 10271.0, 10270.0, 10260.0, 10267.0, 10256.0, 10274.0, 10259.0, 10262.0, 10246.0, 10280.0, 10245.0, 10275.0, 10244.0, 10258.0, 10242.0, 10281.0, 10273.0, 10277.0, 10259.0, 10274.0, 10271.0, 10278.0, 10289.0, 10292.0, 10301.0, 10277.0, 10273.0, 10277.0, 10275.0, 10275.0, 10274.0, 10261.0, 10272.0, 10259.0, 10273.0, 10257.0, 10258.0, 10240.0, 10255.0, 10239.0, 10258.0, 10273.0, 10269.0, 10282.0, 10266.0, 10267.0, 10257.0, 10269.0, 10254.0, 10266.0, 10256.0, 10266.0, 10260.0, 10277.0, 10265.0, 10289.0, 10257.0, 10276.0, 10263.0, 10280.0, 10264.0, 10278.0, 10261.0, 10277.0, 10261.0, 10278.0, 10304.0, 10278.0, 10279.0, 10276.0, 10270.0, 10258.0, 10266.0, 10260.0, 10269.0, 10249.0, 10280.0, 10237.0, 10269.0, 10242.0, 10277.0, 10258.0, 10261.0, 10250.0, 10258.0, 10254.0, 10275.0, 10288.0, 10275.0, 10268.0, 10272.0, 10269.0, 10272.0, 10270.0, 10276.0, 10269.0, 10254.0, 10269.0, 10237.0, 10252.0, 10239.0, 10256.0, 10243.0, 10266.0, 10244.0, 10253.0, 10251.0, 10273.0, 10269.0, 10271.0, 10271.0, 10271.0, 10269.0, 10260.0, 10276.0, 10271.0, 10271.0, 10258.0, 10270.0, 10276.0, 10288.0, 10275.0, 10287.0, 10258.0, 10273.0, 10260.0, 10277.0, 10261.0, 10277.0, 10242.0, 10257.0, 10249.0, 10257.0, 10250.0, 10259.0, 10291.0, 10267.0, 10277.0, 10252.0, 10265.0, 10273.0, 10263.0, 10257.0, 10266.0, 10254.0, 10267.0, 10256.0, 10274.0, 10259.0, 10275.0, 10240.0, 10270.0, 10251.0, 10274.0, 10257.0, 10272.0, 10268.0, 10274.0, 10285.0, 10261.0, 10287.0, 10277.0, 10270.0, 10256.0, 10287.0, 10253.0, 10269.0, 10242.0, 10271.0, 10251.0, 10255.0, 10250.0, 10252.0, 10266.0, 10255.0, 10270.0, 10259.0, 10267.0, 10256.0, 10265.0, 10252.0, 10266.0, 10257.0, 10274.0, 10260.0, 10274.0, 10254.0, 10269.0, 10269.0, 10272.0, 10268.0, 10263.0, 10264.0, 10251.0, 10263.0, 10253.0, 10269.0, 10236.0, 10253.0, 10233.0, 10256.0, 10235.0, 10262.0, 10270.0, 10272.0, 10264.0, 10271.0, 10269.0, 10260.0, 10286.0, 10279.0, 10278.0, 10276.0, 10289.0, 10273.0, 10274.0, 10260.0, 10292.0, 10257.0, 10271.0, 10237.0, 10253.0, 10247.0, 10270.0, 10282.0, 10254.0, 10277.0, 10251.0, 10249.0, 10254.0, 10262.0, 10257.0, 10261.0, 10250.0, 10263.0, 10259.0, 10267.0, 10276.0, 10270.0, 10272.0, 10273.0, 10256.0, 10269.0, 10258.0, 10278.0, 10260.0, 10272.0, 10244.0, 10274.0, 10240.0, 10263.0, 10260.0, 10274.0, 10272.0, 10272.0, 10269.0, 10275.0, 10272.0, 10262.0, 10287.0, 10283.0, 10296.0, 10283.0, 10291.0, 10276.0, 10291.0, 10281.0, 10297.0, 10287.0, 10312.0, 10285.0, 10297.0, 10281.0, 10293.0, 10279.0, 10298.0, 10286.0, 10280.0, 10262.0, 10289.0, 10262.0, 10282.0, 10289.0, 10299.0, 10265.0, 10293.0, 10263.0, 10277.0, 10288.0, 10281.0, 10289.0, 10257.0, 10267.0, 10235.0, 10263.0, 10231.0, 10272.0, 10249.0, 10249.0, 10273.0, 10234.0, 10245.0, 10251.0, 10265.0, 10269.0, 10267.0, 10237.0, 10268.0, 10241.0, 10271.0, 10243.0, 10280.0, 10255.0, 10271.0, 10253.0, 10257.0, 10282.0, 10275.0, 10293.0, 10295.0, 10286.0, 10274.0, 10289.0, 10263.0, 10292.0, 10280.0, 10284.0, 10279.0, 10267.0, 10294.0, 10286.0, 10293.0, 10292.0, 10274.0, 10282.0, 10269.0, 10263.0, 10270.0, 10300.0, 10253.0, 10277.0, 10249.0, 10258.0, 10265.0, 10260.0, 10268.0, 10264.0, 10247.0, 10241.0, 10232.0, 10254.0, 10247.0, 10263.0, 10268.0, 10278.0, 10263.0, 10263.0, 10251.0, 10265.0, 10264.0, 10263.0, 10252.0, 10266.0, 10249.0, 10268.0, 10232.0, 10262.0, 10232.0, 10261.0, 10265.0, 10264.0, 10272.0, 10248.0, 10258.0, 10247.0, 10263.0, 10274.0, 10280.0, 10257.0, 10277.0, 10256.0, 10264.0, 10257.0, 10286.0, 10286.0, 10280.0, 10269.0, 10271.0, 10273.0, 10289.0, 10280.0, 10289.0, 10254.0, 10270.0, 10254.0, 10273.0, 10263.0, 10272.0, 10241.0, 10276.0, 10242.0, 10273.0, 10253.0, 10279.0, 10251.0, 10272.0, 10237.0, 10257.0, 10256.0, 10277.0, 10270.0, 10276.0, 10254.0, 10274.0, 10253.0, 10277.0, 10286.0, 10290.0, 10261.0, 10278.0, 10261.0, 10283.0, 10265.0, 10281.0, 10270.0, 10284.0, 10272.0, 10276.0, 10270.0, 10277.0, 10290.0, 10265.0, 10269.0, 10254.0, 10261.0, 10266.0, 10268.0, 10255.0, 10272.0, 10248.0, 10264.0, 10234.0, 10271.0, 10242.0, 10270.0, 10248.0, 10256.0, 10250.0, 10253.0, 10273.0, 10278.0, 10284.0, 10275.0, 10270.0, 10280.0, 10291.0, 10280.0, 10289.0, 10260.0, 10275.0, 10249.0, 10293.0, 10266.0, 10296.0, 10273.0, 10282.0, 10309.0, 10297.0, 10310.0, 10299.0, 10309.0, 10298.0, 10310.0, 10308.0, 10319.0, 10311.0, 10314.0, 10304.0, 10283.0, 10305.0, 10300.0, 10306.0, 10292.0, 10300.0, 10265.0, 10296.0, 10264.0, 10297.0, 10273.0, 10273.0, 10252.0, 10270.0, 10260.0, 10295.0, 10262.0, 10270.0, 10238.0, 10272.0, 10257.0, 10297.0, 10271.0, 10274.0, 10253.0, 10272.0, 10256.0, 10275.0, 10262.0, 10295.0, 10261.0, 10283.0, 10274.0, 10288.0, 10261.0, 10292.0, 10264.0, 10280.0, 10261.0, 10297.0, 10261.0, 10296.0, 10276.0, 10300.0, 10279.0, 10290.0, 10278.0, 10286.0, 10292.0, 10290.0, 10308.0, 10290.0, 10292.0, 10290.0, 10279.0, 10290.0, 10276.0, 10293.0, 10280.0, 10299.0, 10273.0, 10280.0, 10266.0, 10294.0, 10272.0, 10275.0, 10272.0, 10255.0, 10264.0, 10245.0, 10271.0, 10265.0, 10265.0, 10231.0, 10261.0, 10231.0, 10264.0, 10260.0, 10271.0, 10248.0, 10281.0, 10251.0, 10266.0, 10268.0, 10271.0, 10253.0, 10267.0, 10248.0, 10257.0, 10248.0, 10267.0, 10246.0, 10268.0, 10245.0, 10264.0, 10248.0, 10267.0, 10248.0, 10262.0, 10235.0, 10265.0, 10244.0, 10245.0, 10251.0, 10266.0, 10250.0, 10267.0, 10252.0, 10264.0, 10257.0, 10274.0, 10274.0, 10275.0, 10254.0, 10267.0, 10252.0, 10273.0, 10270.0, 10267.0, 10275.0, 10291.0, 10255.0, 10266.0, 10252.0, 10269.0, 10270.0, 10273.0, 10273.0, 10278.0, 10256.0, 10282.0, 10239.0, 10266.0, 10247.0, 10271.0, 10252.0, 10253.0, 10228.0, 10268.0, 10234.0, 10243.0, 10245.0, 10251.0, 10266.0, 10267.0, 10275.0, 10249.0, 10255.0, 10255.0, 10274.0, 10255.0, 10285.0, 10274.0, 10268.0, 10267.0, 10265.0, 10251.0, 10266.0, 10256.0, 10269.0, 10271.0, 10286.0, 10287.0, 10284.0, 10284.0, 10268.0, 10285.0, 10288.0, 10273.0, 10275.0, 10284.0, 10298.0, 10276.0, 10297.0, 10262.0, 10289.0, 10261.0, 10292.0, 10279.0, 10295.0, 10269.0, 10284.0, 10256.0, 10279.0, 10272.0, 10280.0, 10300.0, 10272.0, 10282.0, 10272.0, 10284.0, 10263.0, 10294.0, 10279.0, 10283.0, 10279.0, 10283.0, 10275.0, 10287.0, 10279.0, 10293.0, 10295.0, 10274.0, 10278.0, 10284.0, 10274.0, 10281.0, 10293.0, 10288.0, 10286.0, 10283.0, 10270.0, 10272.0, 10272.0, 10291.0, 10301.0, 10297.0, 10289.0, 10297.0, 10276.0, 10293.0, 10295.0, 10294.0, 10277.0, 10286.0, 10276.0, 10285.0, 10275.0, 10277.0, 10282.0, 10295.0, 10259.0, 10282.0, 10260.0, 10277.0, 10260.0, 10278.0, 10289.0, 10278.0, 10296.0, 10272.0, 10277.0, 10270.0, 10284.0, 10272.0, 10275.0, 10278.0, 10289.0, 10267.0, 10268.0, 10269.0, 10270.0, 10250.0, 10267.0, 10249.0, 10274.0, 10256.0, 10266.0, 10241.0, 10253.0, 10242.0, 10257.0, 10272.0, 10255.0, 10270.0, 10267.0, 10258.0, 10251.0, 10248.0, 10251.0, 10263.0, 10249.0, 10273.0, 10254.0, 10266.0, 10249.0, 10269.0, 10234.0, 10265.0, 10238.0, 10273.0, 10271.0, 10273.0, 10271.0, 10272.0, 10256.0, 10273.0, 10271.0, 10278.0, 10286.0, 10275.0, 10255.0, 10275.0, 10257.0, 10280.0, 10288.0, 10286.0, 10271.0, 10280.0, 10261.0, 10282.0, 10277.0, 10279.0, 10275.0, 10280.0, 10249.0, 10294.0, 10285.0, 10283.0, 10262.0, 10292.0, 10250.0, 10277.0, 10279.0, 10297.0, 10278.0, 10283.0, 10264.0, 10276.0, 10265.0, 10298.0, 10263.0, 10278.0, 10264.0, 10272.0, 10260.0, 10280.0, 10279.0, 10281.0, 10261.0, 10295.0, 10271.0, 10277.0, 10282.0, 10295.0, 10283.0, 10295.0, 10271.0, 10291.0, 10275.0, 10294.0, 10283.0, 10294.0, 10275.0, 10295.0, 10263.0, 10280.0, 10265.0, 10292.0, 10282.0, 10283.0, 10261.0, 10291.0, 10261.0, 10292.0, 10265.0, 10291.0, 10285.0, 10300.0, 10273.0, 10277.0, 10261.0, 10300.0, 10263.0, 10299.0, 10299.0, 10277.0, 10288.0, 10274.0, 10258.0, 10279.0, 10285.0, 10280.0, 10307.0, 10281.0, 10306.0, 10296.0, 10288.0, 10282.0, 10291.0, 10299.0, 10329.0, 10318.0, 10312.0, 10307.0, 10306.0, 10286.0, 10319.0, 10282.0, 10295.0, 10275.0, 10272.0, 10257.0, 10271.0, 10255.0, 10269.0, 10272.0, 10268.0, 10232.0, 10265.0, 10245.0, 10246.0, 10251.0, 10270.0, 10244.0, 10269.0, 10233.0, 10268.0, 10249.0, 10252.0, 10282.0, 10254.0, 10277.0, 10251.0, 10275.0, 10252.0, 10263.0, 10259.0, 10281.0, 10281.0, 10270.0, 10267.0, 10267.0, 10271.0, 10271.0, 10270.0, 10268.0, 10258.0, 10274.0, 10252.0, 10273.0, 10237.0, 10274.0, 10238.0, 10268.0, 10267.0, 10276.0, 10260.0, 10267.0, 10238.0, 10275.0, 10257.0, 10303.0, 10279.0, 10293.0, 10264.0, 10293.0, 10267.0, 10294.0, 10279.0, 10296.0, 10278.0, 10296.0, 10261.0, 10289.0, 10256.0, 10274.0, 10273.0, 10272.0, 10254.0, 10269.0, 10253.0, 10263.0, 10249.0, 10265.0, 10252.0, 10262.0, 10243.0, 10262.0, 10244.0, 10240.0, 10244.0, 10264.0, 10247.0, 10258.0, 10240.0, 10241.0, 10246.0, 10247.0, 10252.0, 10262.0, 10261.0, 10243.0, 10249.0, 10259.0, 10246.0, 10261.0, 10254.0, 10264.0, 10260.0, 10259.0, 10243.0, 10256.0, 10247.0, 10264.0, 10249.0, 10261.0, 10249.0, 10262.0, 10245.0, 10245.0, 10261.0, 10267.0, 10252.0, 10248.0, 10259.0, 10267.0, 10254.0, 10272.0, 10257.0, 10268.0, 10248.0, 10269.0, 10254.0, 10267.0, 10256.0, 10273.0, 10250.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.0028978909952606636</td></tr>
<tr><td colspan=3>aqi</td><td>0.03588781737756715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.030267210276676</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233083963992095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0037145817944662</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>6563.7178</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08404699272671479</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5797788309636651</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6410672193690634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5470280301832107</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8910329310724037</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.485140696851577</td></tr>
<tr><td colspan=3>gcor</td><td>0.00591459</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013791769742965698</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03313968703150749</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.045145029363604</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.5054</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.2924</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292516.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>887.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.1601</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6638</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.5206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3841.3823</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.8912</td></tr>
<tr><td colspan=3>tsnr</td><td>36.75449178542476</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>