<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-04/func/sub-0088_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>21a5436411b436cd58f00e3ef782d385</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>11:47:18.370000</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.9971, -0.0419354, 0.0635028, 0.0440575, 0.998504, -0.0323933]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0869534</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>[4148, -7740, -7196, 552, -68, -60, -8, 100]</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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c967862-43d4-4bc6-bed3-7d1dcd4076e8||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.67514705657959, 0.11820297688245773, 0.167533278465271, 106.00003051757812], [0.11250961571931839, 2.678912401199341, -0.0947621688246727, -103.25582885742188], [0.17037338018417358, 0.0869087502360344, 2.6931307315826416, -66.87921142578125], [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': ['114718.370000', '114718.830000', '114719.290000', '114719.750000', '114720.210000', '114720.670000', '114721.130000', '114721.590000', '114722.050000', '114722.510000', '114722.970000', '114723.430000', '114723.890000', '114724.350000', '114724.810000', '114725.270000', '114725.730000', '114726.190000', '114726.650000', '114727.110000', '114727.570000', '114728.030000', '114728.490000', '114728.950000', '114729.410000', '114729.870000', '114730.330000', '114730.790000', '114731.250000', '114731.710000', '114732.170000', '114732.630000', '114733.090000', '114733.550000', '114734.010000', '114734.470000', '114734.930000', '114735.390000', '114735.850000', '114736.310000', '114736.770000', '114737.230000', '114737.690000', '114738.150000', '114738.610000', '114739.070000', '114739.530000', '114739.990000', '114740.450000', '114740.910000', '114741.370000', '114741.830000', '114742.290000', '114742.750000', '114743.210000', '114743.670000', '114744.130000', '114744.590000', '114745.050000', '114745.510000', '114745.970000', '114746.430000', '114746.890000', '114747.350000', '114747.810000', '114748.270000', '114748.730000', '114749.190000', '114749.650000', '114750.110000', '114750.570000', '114751.030000', '114751.490000', '114751.950000', '114752.410000', '114752.870000', '114753.330000', '114753.790000', '114754.250000', '114754.710000', '114755.170000', '114755.630000', '114756.090000', '114756.550000', '114757.010000', '114757.470000', '114757.930000', '114758.390000', '114758.850000', '114759.310000', '114759.770000', '114800.230000', '114800.690000', '114801.150000', '114801.610000', '114802.070000', '114802.530000', '114802.990000', '114803.450000', '114803.910000', '114804.370000', '114804.830000', '114805.290000', '114805.750000', '114806.210000', '114806.670000', '114807.130000', '114807.590000', '114808.050000', '114808.510000', '114808.970000', '114809.430000', '114809.890000', '114810.350000', '114810.810000', '114811.270000', '114811.730000', '114812.190000', '114812.650000', '114813.110000', '114813.570000', '114814.030000', '114814.490000', '114814.950000', '114815.410000', '114815.870000', '114816.330000', '114816.790000', '114817.250000', '114817.710000', '114818.170000', '114818.630000', '114819.090000', '114819.550000', '114820.010000', '114820.470000', '114820.930000', '114821.390000', '114821.850000', '114822.310000', '114822.770000', '114823.230000', '114823.690000', '114824.150000', '114824.610000', '114825.070000', '114825.530000', '114825.990000', '114826.450000', '114826.910000', '114827.370000', '114827.830000', '114828.290000', '114828.750000', '114829.210000', '114829.670000', '114830.130000', '114830.590000', '114831.050000', '114831.510000', '114831.970000', '114832.430000', '114832.890000', '114833.350000', '114833.810000', '114834.270000', '114834.730000', '114835.190000', '114835.650000', '114836.110000', '114836.570000', '114837.030000', '114837.490000', '114837.950000', '114838.410000', '114838.870000', '114839.330000', '114839.790000', '114840.250000', '114840.710000', '114841.170000', '114841.630000', '114842.090000', '114842.550000', '114843.010000', '114843.470000', '114843.930000', '114844.390000', '114844.850000', '114845.310000', '114845.770000', '114846.230000', '114846.690000', '114847.150000', '114847.610000', '114848.070000', '114848.530000', '114848.990000', '114849.450000', '114849.910000', '114850.370000', '114850.830000', '114851.290000', '114851.750000', '114852.210000', '114852.670000', '114853.130000', '114853.590000', '114854.050000', '114854.510000', '114854.970000', '114855.430000', '114855.890000', '114856.350000', '114856.810000', '114857.270000', '114857.730000', '114858.190000', '114858.650000', '114859.110000', '114859.570000', '114900.030000', '114900.490000', '114900.950000', '114901.410000', '114901.870000', '114902.330000', '114902.790000', '114903.250000', '114903.710000', '114904.170000', '114904.630000', '114905.090000', '114905.550000', '114906.010000', '114906.470000', '114906.930000', '114907.390000', '114907.850000', '114908.310000', '114908.770000', '114909.230000', '114909.690000', '114910.150000', '114910.610000', '114911.070000', '114911.530000', '114911.990000', '114912.450000', '114912.910000', '114913.370000', '114913.830000', '114914.290000', '114914.750000', '114915.210000', '114915.670000', '114916.130000', '114916.590000', '114917.050000', '114917.510000', '114917.970000', '114918.430000', '114918.890000', '114919.350000', '114919.810000', '114920.270000', '114920.730000', '114921.190000', '114921.650000', '114922.110000', '114922.570000', '114923.030000', '114923.490000', '114923.950000', '114924.410000', '114924.870000', '114925.330000', '114925.790000', '114926.250000', '114926.710000', '114927.170000', '114927.630000', '114928.090000', '114928.550000', '114929.010000', '114929.470000', '114929.930000', '114930.390000', '114930.850000', '114931.310000', '114931.770000', '114932.230000', '114932.690000', '114933.150000', '114933.610000', '114934.070000', '114934.530000', '114934.990000', '114935.450000', '114935.910000', '114936.370000', '114936.830000', '114937.290000', '114937.750000', '114938.210000', '114938.670000', '114939.130000', '114939.590000', '114940.050000', '114940.510000', '114940.970000', '114941.430000', '114941.890000', '114942.350000', '114942.810000', '114943.270000', '114943.730000', '114944.190000', '114944.650000', '114945.110000', '114945.570000', '114946.030000', '114946.490000', '114946.950000', '114947.410000', '114947.870000', '114948.330000', '114948.790000', '114949.250000', '114949.710000', '114950.170000', '114950.630000', '114951.090000', '114951.550000', '114952.010000', '114952.470000', '114952.930000', '114953.390000', '114953.850000', '114954.310000', '114954.770000', '114955.230000', '114955.690000', '114956.150000', '114956.610000', '114957.070000', '114957.530000', '114957.990000', '114958.450000', '114958.910000', '114959.370000', '114959.830000', '115000.290000', '115000.750000', '115001.210000', '115001.670000', '115002.130000', '115002.590000', '115003.050000', '115003.510000', '115003.970000', '115004.430000', '115004.890000', '115005.350000', '115005.810000', '115006.270000', '115006.730000', '115007.190000', '115007.650000', '115008.110000', '115008.570000', '115009.030000', '115009.490000', '115009.950000', '115010.410000', '115010.870000', '115011.330000', '115011.790000', '115012.250000', '115012.710000', '115013.170000', '115013.630000', '115014.090000', '115014.550000', '115015.010000', '115015.470000', '115015.930000', '115016.390000', '115016.850000', '115017.310000', '115017.770000', '115018.230000', '115018.690000', '115019.150000', '115019.610000', '115020.070000', '115020.530000', '115020.990000', '115021.450000', '115021.910000', '115022.370000', '115022.830000', '115023.290000', '115023.750000', '115024.210000', '115024.670000', '115025.130000', '115025.590000', '115026.050000', '115026.510000', '115026.970000', '115027.430000', '115027.890000', '115028.350000', '115028.810000', '115029.270000', '115029.730000', '115030.190000', '115030.650000', '115031.110000', '115031.570000', '115032.030000', '115032.490000', '115032.950000', '115033.410000', '115033.870000', '115034.330000', '115034.790000', '115035.250000', '115035.710000', '115036.170000', '115036.630000', '115037.090000', '115037.550000', '115038.010000', '115038.470000', '115038.930000', '115039.390000', '115039.850000', '115040.310000', '115040.770000', '115041.230000', '115041.690000', '115042.150000', '115042.610000', '115043.070000', '115043.530000', '115043.990000', '115044.450000', '115044.910000', '115045.370000', '115045.830000', '115046.290000', '115046.750000', '115047.210000', '115047.670000', '115048.130000', '115048.590000', '115049.050000', '115049.510000', '115049.970000', '115050.430000', '115050.890000', '115051.350000', '115051.810000', '115052.270000', '115052.730000', '115053.190000', '115053.650000', '115054.110000', '115054.570000', '115055.030000', '115055.490000', '115055.950000', '115056.410000', '115056.870000', '115057.330000', '115057.790000', '115058.250000', '115058.710000', '115059.170000', '115059.630000', '115100.090000', '115100.550000', '115101.010000', '115101.470000', '115101.930000', '115102.390000', '115102.850000', '115103.310000', '115103.770000', '115104.230000', '115104.690000', '115105.150000', '115105.610000', '115106.070000', '115106.530000', '115106.990000', '115107.450000', '115107.910000', '115108.370000', '115108.830000', '115109.290000', '115109.750000', '115110.210000', '115110.670000', '115111.130000', '115111.590000', '115112.050000', '115112.510000', '115112.970000', '115113.430000', '115113.890000', '115114.350000', '115114.810000', '115115.270000', '115115.730000', '115116.190000', '115116.650000', '115117.110000', '115117.570000', '115118.030000', '115118.490000', '115118.950000', '115119.410000', '115119.870000', '115120.330000', '115120.790000', '115121.250000', '115121.710000', '115122.170000', '115122.630000', '115123.090000', '115123.550000', '115124.010000', '115124.470000', '115124.930000', '115125.390000', '115125.850000', '115126.310000', '115126.770000', '115127.230000', '115127.690000', '115128.150000', '115128.610000', '115129.070000', '115129.530000', '115129.990000', '115130.450000', '115130.910000', '115131.370000', '115131.830000', '115132.290000', '115132.750000', '115133.210000', '115133.670000', '115134.130000', '115134.590000', '115135.050000', '115135.510000', '115135.970000', '115136.430000', '115136.890000', '115137.350000', '115137.810000', '115138.270000', '115138.730000', '115139.190000', '115139.650000', '115140.110000', '115140.570000', '115141.030000', '115141.490000', '115141.950000', '115142.410000', '115142.870000', '115143.330000', '115143.790000', '115144.250000', '115144.710000', '115145.170000', '115145.630000', '115146.090000', '115146.550000', '115147.010000', '115147.470000', '115147.930000', '115148.390000', '115148.850000', '115149.310000', '115149.770000', '115150.230000', '115150.690000', '115151.150000', '115151.610000', '115152.070000', '115152.530000', '115152.990000', '115153.450000', '115153.910000', '115154.370000', '115154.830000', '115155.290000', '115155.750000', '115156.210000', '115156.670000', '115157.130000', '115157.590000', '115158.050000', '115158.510000', '115158.970000', '115159.430000', '115159.890000', '115200.350000', '115200.810000', '115201.270000', '115201.730000', '115202.190000', '115202.650000', '115203.110000', '115203.570000', '115204.030000', '115204.490000', '115204.950000', '115205.410000', '115205.870000', '115206.330000', '115206.790000', '115207.250000', '115207.710000', '115208.170000', '115208.630000', '115209.090000', '115209.550000', '115210.010000', '115210.470000', '115210.930000', '115211.390000', '115211.850000', '115212.310000', '115212.770000', '115213.230000', '115213.690000', '115214.150000', '115214.610000', '115215.070000', '115215.530000', '115215.990000', '115216.450000', '115216.910000', '115217.370000', '115217.830000', '115218.290000', '115218.750000', '115219.210000', '115219.670000', '115220.130000', '115220.590000', '115221.050000', '115221.510000', '115221.970000', '115222.430000', '115222.890000', '115223.350000', '115223.810000', '115224.270000', '115224.730000', '115225.190000', '115225.650000', '115226.110000', '115226.570000', '115227.030000', '115227.490000', '115227.950000', '115228.410000', '115228.870000', '115229.330000', '115229.790000', '115230.250000', '115230.710000', '115231.170000', '115231.630000', '115232.090000', '115232.550000', '115233.010000', '115233.470000', '115233.930000', '115234.390000', '115234.850000', '115235.310000', '115235.770000', '115236.230000', '115236.690000', '115237.150000', '115237.610000', '115238.070000', '115238.530000', '115238.990000', '115239.450000', '115239.910000', '115240.370000', '115240.830000', '115241.290000', '115241.750000', '115242.210000', '115242.670000', '115243.130000', '115243.590000', '115244.050000', '115244.510000', '115244.970000', '115245.430000', '115245.890000', '115246.350000', '115246.810000', '115247.270000', '115247.730000', '115248.190000', '115248.650000', '115249.110000', '115249.570000', '115250.030000', '115250.490000', '115250.950000', '115251.410000', '115251.870000', '115252.330000', '115252.790000', '115253.250000', '115253.710000', '115254.170000', '115254.630000', '115255.090000', '115255.550000', '115256.010000', '115256.470000', '115256.930000', '115257.390000', '115257.850000', '115258.310000', '115258.770000', '115259.230000', '115259.690000', '115300.150000', '115300.610000', '115301.070000', '115301.530000', '115301.990000', '115302.450000', '115302.910000', '115303.370000', '115303.830000', '115304.290000', '115304.750000', '115305.210000', '115305.670000', '115306.130000', '115306.590000', '115307.050000', '115307.510000', '115307.970000', '115308.430000', '115308.890000', '115309.350000', '115309.810000', '115310.270000', '115310.730000', '115311.190000', '115311.650000', '115312.110000', '115312.570000', '115313.030000', '115313.490000', '115313.950000', '115314.410000', '115314.870000', '115315.330000', '115315.790000', '115316.250000', '115316.710000', '115317.170000', '115317.630000', '115318.090000', '115318.550000', '115319.010000', '115319.470000', '115319.930000', '115320.390000', '115320.850000', '115321.310000', '115321.770000', '115322.230000', '115322.690000', '115323.150000', '115323.610000', '115324.070000', '115324.530000', '115324.990000', '115325.450000', '115325.910000', '115326.370000', '115326.830000', '115327.290000', '115327.750000', '115328.210000', '115328.670000', '115329.130000', '115329.590000', '115330.050000', '115330.510000', '115330.970000', '115331.430000', '115331.890000', '115332.350000', '115332.810000', '115333.270000', '115333.730000', '115334.190000', '115334.650000', '115335.110000', '115335.570000', '115336.030000', '115336.490000', '115336.950000', '115337.410000', '115337.870000', '115338.330000', '115338.790000', '115339.250000', '115339.710000', '115340.170000', '115340.630000', '115341.090000', '115341.550000', '115342.010000', '115342.470000', '115342.930000', '115343.390000', '115343.850000', '115344.310000', '115344.770000', '115345.230000', '115345.690000', '115346.150000', '115346.610000', '115347.070000', '115347.530000', '115347.990000', '115348.450000', '115348.910000', '115349.370000', '115349.830000', '115350.290000', '115350.750000', '115351.210000', '115351.670000', '115352.130000', '115352.590000', '115353.050000', '115353.510000', '115353.970000', '115354.430000', '115354.890000', '115355.350000', '115355.810000', '115356.270000', '115356.730000', '115357.190000', '115357.650000', '115358.110000', '115358.570000', '115359.030000', '115359.490000', '115359.950000', '115400.410000', '115400.870000', '115401.330000', '115401.790000', '115402.250000', '115402.710000', '115403.170000', '115403.630000', '115404.090000', '115404.550000', '115405.010000', '115405.470000', '115405.930000', '115406.390000', '115406.850000', '115407.310000', '115407.770000', '115408.230000', '115408.690000', '115409.150000', '115409.610000', '115410.070000', '115410.530000', '115410.990000', '115411.450000', '115411.910000', '115412.370000', '115412.830000', '115413.290000', '115413.750000', '115414.210000', '115414.670000', '115415.130000', '115415.590000', '115416.050000', '115416.510000', '115416.970000', '115417.430000', '115417.890000', '115418.350000', '115418.810000', '115419.270000', '115419.730000', '115420.190000', '115420.650000', '115421.110000', '115421.570000', '115422.030000', '115422.490000', '115422.950000', '115423.410000', '115423.870000', '115424.330000', '115424.790000', '115425.250000', '115425.710000', '115426.170000', '115426.630000', '115427.090000', '115427.550000', '115428.010000', '115428.470000', '115428.930000', '115429.390000', '115429.850000', '115430.310000', '115430.770000', '115431.230000', '115431.690000', '115432.150000', '115432.610000', '115433.070000', '115433.530000', '115433.990000', '115434.450000', '115434.910000', '115435.370000', '115435.830000', '115436.290000', '115436.750000', '115437.210000', '115437.670000', '115438.130000', '115438.590000', '115439.050000', '115439.510000', '115439.970000', '115440.430000', '115440.890000', '115441.350000', '115441.810000', '115442.270000', '115442.730000', '115443.190000', '115443.650000', '115444.110000', '115444.570000', '115445.030000', '115445.490000', '115445.950000', '115446.410000', '115446.870000', '115447.330000', '115447.790000', '115448.250000', '115448.710000', '115449.170000', '115449.630000', '115450.090000', '115450.550000', '115451.010000', '115451.470000', '115451.930000', '115452.390000', '115452.850000', '115453.310000', '115453.770000', '115454.230000', '115454.690000', '115455.150000', '115455.610000', '115456.070000', '115456.530000', '115456.990000', '115457.450000', '115457.910000', '115458.370000', '115458.830000', '115459.290000', '115459.750000', '115500.210000', '115500.670000', '115501.130000', '115501.590000', '115502.050000', '115502.510000', '115502.970000', '115503.430000', '115503.890000', '115504.350000', '115504.810000', '115505.270000', '115505.730000', '115506.190000', '115506.650000', '115507.110000', '115507.570000', '115508.030000', '115508.490000', '115508.950000', '115509.410000', '115509.870000', '115510.330000', '115510.790000', '115511.250000', '115511.710000', '115512.170000', '115512.630000', '115513.090000', '115513.550000', '115514.010000', '115514.470000', '115514.930000', '115515.390000', '115515.850000', '115516.310000', '115516.770000', '115517.230000', '115517.690000', '115518.150000', '115518.610000', '115519.070000', '115519.530000', '115519.990000', '115520.450000', '115520.910000', '115521.370000', '115521.830000', '115522.290000', '115522.750000', '115523.210000', '115523.670000', '115524.130000', '115524.590000', '115525.050000', '115525.510000', '115525.970000', '115526.430000', '115526.890000', '115527.350000', '115527.810000', '115528.270000', '115528.730000', '115529.190000', '115529.650000', '115530.110000', '115530.570000', '115531.030000', '115531.490000', '115531.950000', '115532.410000', '115532.870000', '115533.330000', '115533.790000', '115534.250000', '115534.710000', '115535.170000', '115535.630000', '115536.090000', '115536.550000', '115537.010000', '115537.470000', '115537.930000', '115538.390000', '115538.850000', '115539.310000', '115539.770000', '115540.230000', '115540.690000', '115541.150000', '115541.610000', '115542.070000', '115542.530000', '115542.990000', '115543.450000', '115543.910000', '115544.370000', '115544.830000', '115545.290000', '115545.750000', '115546.210000', '115546.670000', '115547.130000', '115547.590000', '115548.050000', '115548.510000', '115548.970000', '115549.430000', '115549.890000', '115550.350000', '115550.810000', '115551.270000', '115551.730000', '115552.190000', '115552.650000', '115553.110000', '115553.570000', '115554.030000', '115554.490000', '115554.950000', '115555.410000', '115555.870000', '115556.330000', '115556.790000', '115557.250000', '115557.710000', '115558.170000', '115558.630000', '115559.090000', '115559.550000', '115600.010000', '115600.470000', '115600.930000', '115601.390000', '115601.850000', '115602.310000', '115602.770000', '115603.230000', '115603.690000', '115604.150000', '115604.610000', '115605.070000', '115605.530000', '115605.990000', '115606.450000', '115606.910000', '115607.370000', '115607.830000', '115608.290000', '115608.750000', '115609.210000', '115609.670000', '115610.130000', '115610.590000', '115611.050000', '115611.510000', '115611.970000', '115612.430000', '115612.890000', '115613.350000', '115613.810000', '115614.270000', '115614.730000', '115615.190000', '115615.650000', '115616.110000', '115616.570000', '115617.030000', '115617.490000', '115617.950000', '115618.410000', '115618.870000', '115619.330000', '115619.790000', '115620.250000', '115620.710000', '115621.170000', '115621.630000', '115622.090000', '115622.550000', '115623.010000', '115623.470000', '115623.930000', '115624.390000', '115624.850000', '115625.310000', '115625.770000', '115626.230000', '115626.690000', '115627.150000', '115627.610000', '115628.070000', '115628.530000', '115628.990000', '115629.450000', '115629.910000', '115630.370000', '115630.830000', '115631.290000', '115631.750000', '115632.210000', '115632.670000', '115633.130000', '115633.590000', '115634.050000', '115634.510000', '115634.970000', '115635.430000', '115635.890000', '115636.350000', '115636.810000', '115637.270000', '115637.730000', '115638.190000', '115638.650000', '115639.110000', '115639.570000', '115640.030000', '115640.490000', '115640.950000', '115641.410000', '115641.870000', '115642.330000', '115642.790000', '115643.250000', '115643.710000', '115644.170000', '115644.630000', '115645.090000', '115645.550000', '115646.010000', '115646.470000', '115646.930000', '115647.390000', '115647.850000', '115648.310000', '115648.770000', '115649.230000', '115649.690000', '115650.150000', '115650.610000', '115651.070000', '115651.530000', '115651.990000', '115652.450000', '115652.910000', '115653.370000', '115653.830000', '115654.290000', '115654.750000', '115655.210000', '115655.670000', '115656.130000', '115656.590000', '115657.050000', '115657.510000', '115657.970000', '115658.430000', '115658.890000', '115659.350000', '115659.810000', '115700.270000', '115700.730000', '115701.190000'], 'ContentTime': ['114747.577000', '114747.580000', '114747.583000', '114747.585000', '114747.588000', '114747.591000', '114747.593000', '114747.596000', '114747.599000', '114747.601000', '114747.604000', '114747.606000', '114747.609000', '114747.617000', '114747.620000', '114747.622000', '114747.625000', '114747.627000', '114747.630000', '114747.633000', '114747.635000', '114747.638000', '114747.641000', '114747.643000', '114747.646000', '114747.648000', '114747.651000', '114747.654000', '114747.656000', '114747.659000', '114747.661000', '114747.664000', '114747.667000', '114747.669000', '114747.672000', '114747.675000', '114747.677000', '114747.680000', '114747.689000', '114747.692000', '114747.694000', '114747.702000', '114747.705000', '114747.708000', '114747.710000', '114747.713000', '114747.716000', '114747.718000', '114747.721000', '114747.724000', '114747.726000', '114747.729000', '114747.731000', '114747.734000', '114747.737000', '114747.739000', '114747.742000', '114747.745000', '114747.747000', '114747.750000', '114747.752000', '114747.755000', '114807.546000', '114807.549000', '114807.552000', '114807.555000', '114807.557000', '114807.560000', '114807.563000', '114807.565000', '114807.568000', '114807.571000', '114807.573000', '114807.576000', '114807.578000', '114807.581000', '114807.584000', '114807.586000', '114807.589000', '114807.592000', '114807.594000', '114807.597000', '114807.600000', '114807.602000', '114807.605000', '114807.608000', '114807.610000', '114807.613000', '114807.615000', '114807.618000', '114807.621000', '114807.623000', '114807.626000', '114807.628000', '114807.631000', '114807.634000', '114807.636000', '114807.639000', '114807.642000', '114807.644000', '114807.647000', '114807.650000', '114807.652000', '114807.655000', '114807.658000', '114827.547000', '114827.550000', '114827.553000', '114827.556000', '114827.558000', '114827.561000', '114827.563000', '114827.566000', '114827.569000', '114827.571000', '114827.574000', '114827.577000', '114827.579000', '114827.582000', '114827.584000', '114827.587000', '114827.590000', '114827.593000', '114827.595000', '114827.598000', '114827.601000', '114827.603000', '114827.606000', '114827.609000', '114827.611000', '114827.614000', '114827.616000', '114827.619000', '114827.622000', '114827.624000', '114827.627000', '114827.630000', '114827.632000', '114827.635000', '114827.638000', '114827.640000', '114827.643000', '114827.646000', '114827.648000', '114827.651000', '114827.653000', '114827.656000', '114827.659000', '114827.661000', '114847.547000', '114847.550000', '114847.553000', '114847.556000', '114847.558000', '114847.561000', '114847.564000', '114847.566000', '114847.569000', '114847.572000', '114847.574000', '114847.577000', '114847.579000', '114847.582000', '114847.585000', '114847.587000', '114847.590000', '114847.593000', '114847.595000', '114847.598000', '114847.601000', '114847.603000', '114847.606000', '114847.609000', '114847.611000', '114847.614000', '114847.616000', '114847.619000', '114847.622000', '114847.624000', '114847.627000', '114847.630000', '114847.632000', '114847.635000', '114847.638000', '114847.640000', '114847.643000', '114847.646000', '114847.648000', '114847.651000', '114847.653000', '114847.656000', '114847.659000', '114907.548000', '114907.551000', '114907.553000', '114907.556000', '114907.559000', '114907.561000', '114907.564000', '114907.567000', '114907.569000', '114907.572000', '114907.575000', '114907.577000', '114907.580000', '114907.583000', '114907.585000', '114907.588000', '114907.591000', '114907.593000', '114907.596000', '114907.599000', '114907.601000', '114907.604000', '114907.607000', '114907.609000', '114907.612000', '114907.615000', '114907.617000', '114907.620000', '114907.623000', '114907.625000', '114907.628000', '114907.631000', '114907.633000', '114907.636000', '114907.639000', '114907.641000', '114907.644000', '114907.646000', '114907.657000', '114907.659000', '114907.662000', '114907.665000', '114907.667000', '114907.670000', '114927.547000', '114927.559000', '114927.562000', '114927.564000', '114927.567000', '114927.570000', '114927.572000', '114927.575000', '114927.578000', '114927.580000', '114927.583000', '114927.586000', '114927.588000', '114927.591000', '114927.594000', '114927.596000', '114927.599000', '114927.601000', '114927.604000', '114927.607000', '114927.610000', '114927.612000', '114927.615000', '114927.617000', '114927.620000', '114927.623000', '114927.625000', '114927.628000', '114927.630000', '114927.633000', '114927.636000', '114927.638000', '114927.653000', '114927.656000', '114927.659000', '114927.661000', '114927.664000', '114927.667000', '114927.669000', '114927.672000', '114927.675000', '114927.677000', '114927.680000', '114947.547000', '114947.550000', '114947.553000', '114947.556000', '114947.558000', '114947.561000', '114947.564000', '114947.566000', '114947.569000', '114947.572000', '114947.574000', '114947.577000', '114947.580000', '114947.582000', '114947.585000', '114947.588000', '114947.590000', '114947.593000', '114947.596000', '114947.599000', '114947.601000', '114947.604000', '114947.607000', '114947.609000', '114947.612000', '114947.615000', '114947.617000', '114947.620000', '114947.622000', '114947.625000', '114947.628000', '114947.630000', '114947.633000', '114947.636000', '114947.638000', '114947.641000', '114947.643000', '114947.646000', '114947.649000', '114947.651000', '114947.654000', '114947.657000', '114947.659000', '114947.662000', '115007.548000', '115007.550000', '115007.553000', '115007.556000', '115007.559000', '115007.561000', '115007.564000', '115007.567000', '115007.569000', '115007.572000', '115007.574000', '115007.577000', '115007.580000', '115007.582000', '115007.585000', '115007.588000', '115007.591000', '115007.593000', '115007.596000', '115007.599000', '115007.601000', '115007.604000', '115007.607000', '115007.609000', '115007.612000', '115007.615000', '115007.617000', '115007.620000', '115007.622000', '115007.625000', '115007.628000', '115007.630000', '115007.633000', '115007.636000', '115007.638000', '115007.641000', '115007.644000', '115007.646000', '115007.649000', '115007.652000', '115007.654000', '115007.657000', '115007.660000', '115027.547000', '115027.550000', '115027.552000', '115027.555000', '115027.557000', '115027.560000', '115027.563000', '115027.565000', '115027.568000', '115027.570000', '115027.573000', '115027.576000', '115027.578000', '115027.581000', '115027.583000', '115027.586000', '115027.590000', '115027.593000', '115027.595000', '115027.598000', '115027.601000', '115027.603000', '115027.606000', '115027.608000', '115027.611000', '115027.614000', '115027.616000', '115027.619000', '115027.622000', '115027.624000', '115027.627000', '115027.630000', '115027.632000', '115027.635000', '115027.637000', '115027.640000', '115027.643000', '115027.645000', '115027.648000', '115027.651000', '115027.653000', '115027.656000', '115027.658000', '115027.661000', '115047.548000', '115047.550000', '115047.553000', '115047.556000', '115047.558000', '115047.561000', '115047.563000', '115047.566000', '115047.569000', '115047.571000', '115047.574000', '115047.576000', '115047.579000', '115047.581000', '115047.584000', '115047.587000', '115047.590000', '115047.592000', '115047.595000', '115047.597000', '115047.600000', '115047.603000', '115047.605000', '115047.608000', '115047.610000', '115047.613000', '115047.615000', '115047.618000', '115047.621000', '115047.623000', '115047.626000', '115047.628000', '115047.631000', '115047.636000', '115047.639000', '115047.642000', '115047.644000', '115047.647000', '115047.650000', '115047.652000', '115047.655000', '115047.658000', '115047.660000', '115107.561000', '115107.564000', '115107.567000', '115107.569000', '115107.572000', '115107.574000', '115107.577000', '115107.579000', '115107.582000', '115107.585000', '115107.587000', '115107.590000', '115107.593000', '115107.595000', '115107.598000', '115107.601000', '115107.603000', '115107.606000', '115107.609000', '115107.611000', '115107.614000', '115107.617000', '115107.619000', '115107.622000', '115107.625000', '115107.627000', '115107.630000', '115107.633000', '115107.635000', '115107.638000', '115107.641000', '115107.643000', '115107.646000', '115107.648000', '115107.651000', '115107.654000', '115107.656000', '115107.659000', '115107.662000', '115107.664000', '115107.667000', '115107.669000', '115107.672000', '115107.675000', '115127.548000', '115127.550000', '115127.553000', '115127.556000', '115127.558000', '115127.561000', '115127.563000', '115127.566000', '115127.569000', '115127.571000', '115127.574000', '115127.577000', '115127.580000', '115127.582000', '115127.585000', '115127.588000', '115127.591000', '115127.593000', '115127.596000', '115127.598000', '115127.601000', '115127.604000', '115127.606000', '115127.609000', '115127.612000', '115127.614000', '115127.617000', '115127.619000', '115127.622000', '115127.625000', '115127.627000', '115127.630000', '115127.633000', '115127.635000', '115127.638000', '115127.640000', '115127.643000', '115127.646000', '115127.648000', '115127.651000', '115127.654000', '115127.656000', '115127.659000', '115147.548000', '115147.550000', '115147.553000', '115147.556000', '115147.558000', '115147.561000', '115147.564000', '115147.566000', '115147.569000', '115147.571000', '115147.575000', '115147.578000', '115147.580000', '115147.583000', '115147.586000', '115147.588000', '115147.591000', '115147.594000', '115147.596000', '115147.599000', '115147.601000', '115147.604000', '115147.607000', '115147.609000', '115147.612000', '115147.614000', '115147.617000', '115147.620000', '115147.622000', '115147.625000', '115147.627000', '115147.630000', '115147.633000', '115147.635000', '115147.638000', '115147.641000', '115147.643000', '115147.646000', '115147.648000', '115147.651000', '115147.653000', '115147.656000', '115147.659000', '115147.661000', '115207.548000', '115207.550000', '115207.553000', '115207.556000', '115207.558000', '115207.561000', '115207.564000', '115207.566000', '115207.569000', '115207.572000', '115207.574000', '115207.577000', '115207.579000', '115207.582000', '115207.585000', '115207.587000', '115207.590000', '115207.593000', '115207.595000', '115207.598000', '115207.601000', '115207.603000', '115207.606000', '115207.608000', '115207.611000', '115207.614000', '115207.616000', '115207.619000', '115207.621000', '115207.624000', '115207.627000', '115207.629000', '115207.632000', '115207.634000', '115207.637000', '115207.640000', '115207.642000', '115207.645000', '115207.647000', '115207.650000', '115207.653000', '115207.655000', '115207.658000', '115227.547000', '115227.550000', '115227.553000', '115227.556000', '115227.559000', '115227.561000', '115227.564000', '115227.567000', '115227.569000', '115227.572000', '115227.575000', '115227.578000', '115227.580000', '115227.583000', '115227.585000', '115227.588000', '115227.591000', '115227.593000', '115227.596000', '115227.599000', '115227.601000', '115227.604000', '115227.607000', '115227.609000', '115227.612000', '115227.627000', '115227.630000', '115227.633000', '115227.635000', '115227.638000', '115227.641000', '115227.643000', '115227.646000', '115227.648000', '115227.651000', '115227.654000', '115227.656000', '115227.659000', '115227.662000', '115227.664000', '115227.667000', '115227.670000', '115227.672000', '115227.675000', '115247.546000', '115247.549000', '115247.552000', '115247.555000', '115247.557000', '115247.560000', '115247.562000', '115247.565000', '115247.567000', '115247.570000', '115247.573000', '115247.575000', '115247.578000', '115247.581000', '115247.583000', '115247.586000', '115247.589000', '115247.591000', '115247.594000', '115247.596000', '115247.599000', '115247.602000', '115247.604000', '115247.607000', '115247.609000', '115247.612000', '115247.615000', '115247.617000', '115247.620000', '115247.622000', '115247.627000', '115247.630000', '115247.632000', '115247.635000', '115247.637000', '115247.640000', '115247.642000', '115247.645000', '115247.648000', '115247.650000', '115247.653000', '115247.656000', '115247.658000', '115307.548000', '115307.550000', '115307.553000', '115307.556000', '115307.558000', '115307.561000', '115307.564000', '115307.566000', '115307.569000', '115307.572000', '115307.575000', '115307.578000', '115307.580000', '115307.583000', '115307.586000', '115307.588000', '115307.591000', '115307.593000', '115307.596000', '115307.599000', '115307.601000', '115307.604000', '115307.607000', '115307.609000', '115307.612000', '115307.616000', '115307.619000', '115307.621000', '115307.624000', '115307.626000', '115307.629000', '115307.632000', '115307.634000', '115307.637000', '115307.639000', '115307.642000', '115307.645000', '115307.647000', '115307.650000', '115307.652000', '115307.655000', '115307.658000', '115307.660000', '115327.547000', '115327.550000', '115327.553000', '115327.555000', '115327.558000', '115327.561000', '115327.563000', '115327.566000', '115327.568000', '115327.571000', '115327.574000', '115327.576000', '115327.579000', '115327.581000', '115327.584000', '115327.587000', '115327.589000', '115327.592000', '115327.595000', '115327.597000', '115327.600000', '115327.602000', '115327.605000', '115327.608000', '115327.610000', '115327.613000', '115327.615000', '115327.618000', '115327.620000', '115327.623000', '115327.625000', '115327.628000', '115327.631000', '115327.633000', '115327.636000', '115327.638000', '115327.641000', '115327.644000', '115327.646000', '115327.649000', '115327.651000', '115327.654000', '115327.656000', '115327.659000', '115347.548000', '115347.551000', '115347.553000', '115347.556000', '115347.559000', '115347.562000', '115347.564000', '115347.567000', '115347.569000', '115347.572000', '115347.575000', '115347.577000', '115347.580000', '115347.582000', '115347.585000', '115347.588000', '115347.590000', '115347.593000', '115347.596000', '115347.598000', '115347.601000', '115347.603000', '115347.606000', '115347.609000', '115347.611000', '115347.614000', '115347.617000', '115347.619000', '115347.622000', '115347.624000', '115347.627000', '115347.630000', '115347.632000', '115347.635000', '115347.637000', '115347.640000', '115347.655000', '115347.658000', '115347.660000', '115347.663000', '115347.666000', '115347.668000', '115347.671000', '115407.548000', '115407.550000', '115407.553000', '115407.556000', '115407.559000', '115407.562000', '115407.564000', '115407.567000', '115407.570000', '115407.572000', '115407.575000', '115407.577000', '115407.580000', '115407.583000', '115407.585000', '115407.596000', '115407.599000', '115407.602000', '115407.604000', '115407.607000', '115407.609000', '115407.612000', '115407.615000', '115407.617000', '115407.620000', '115407.623000', '115407.625000', '115407.628000', '115407.630000', '115407.633000', '115407.636000', '115407.638000', '115407.641000', '115407.643000', '115407.646000', '115407.649000', '115407.651000', '115407.654000', '115407.657000', '115407.659000', '115407.662000', '115407.664000', '115407.667000', '115407.670000', '115427.548000', '115427.550000', '115427.553000', '115427.556000', '115427.558000', '115427.561000', '115427.564000', '115427.566000', '115427.569000', '115427.571000', '115427.574000', '115427.576000', '115427.579000', '115427.582000', '115427.584000', '115427.587000', '115427.589000', '115427.592000', '115427.594000', '115427.597000', '115427.600000', '115427.602000', '115427.605000', '115427.608000', '115427.610000', '115427.613000', '115427.616000', '115427.618000', '115427.621000', '115427.623000', '115427.626000', '115427.629000', '115427.631000', '115427.634000', '115427.636000', '115427.639000', '115427.642000', '115427.644000', '115427.647000', '115427.649000', '115427.652000', '115427.655000', '115427.658000', '115447.547000', '115447.549000', '115447.552000', '115447.555000', '115447.557000', '115447.560000', '115447.563000', '115447.565000', '115447.568000', '115447.570000', '115447.573000', '115447.576000', '115447.578000', '115447.581000', '115447.583000', '115447.586000', '115447.589000', '115447.592000', '115447.594000', '115447.597000', '115447.599000', '115447.602000', '115447.605000', '115447.607000', '115447.610000', '115447.613000', '115447.615000', '115447.618000', '115447.620000', '115447.623000', '115447.626000', '115447.628000', '115447.631000', '115447.634000', '115447.636000', '115447.639000', '115447.642000', '115447.644000', '115447.647000', '115447.649000', '115447.652000', '115447.655000', '115447.657000', '115447.660000', '115507.547000', '115507.549000', '115507.552000', '115507.555000', '115507.557000', '115507.560000', '115507.562000', '115507.565000', '115507.568000', '115507.570000', '115507.573000', '115507.575000', '115507.578000', '115507.581000', '115507.583000', '115507.586000', '115507.588000', '115507.591000', '115507.594000', '115507.596000', '115507.599000', '115507.602000', '115507.604000', '115507.607000', '115507.609000', '115507.612000', '115507.614000', '115507.617000', '115507.620000', '115507.622000', '115507.625000', '115507.627000', '115507.630000', '115507.633000', '115507.635000', '115507.638000', '115507.640000', '115507.643000', '115507.646000', '115507.648000', '115507.651000', '115507.653000', '115507.656000', '115527.548000', '115527.550000', '115527.553000', '115527.556000', '115527.558000', '115527.561000', '115527.564000', '115527.566000', '115527.569000', '115527.571000', '115527.574000', '115527.577000', '115527.579000', '115527.582000', '115527.584000', '115527.587000', '115527.590000', '115527.592000', '115527.595000', '115527.598000', '115527.600000', '115527.603000', '115527.605000', '115527.608000', '115527.611000', '115527.613000', '115527.616000', '115527.618000', '115527.621000', '115527.624000', '115527.626000', '115527.629000', '115527.632000', '115527.634000', '115527.637000', '115527.640000', '115527.642000', '115527.645000', '115527.647000', '115527.650000', '115527.653000', '115527.655000', '115527.658000', '115527.661000', '115547.548000', '115547.551000', '115547.553000', '115547.556000', '115547.559000', '115547.561000', '115547.564000', '115547.566000', '115547.569000', '115547.572000', '115547.574000', '115547.577000', '115547.580000', '115547.582000', '115547.585000', '115547.587000', '115547.590000', '115547.593000', '115547.595000', '115547.598000', '115547.600000', '115547.603000', '115547.606000', '115547.608000', '115547.611000', '115547.613000', '115547.616000', '115547.619000', '115547.621000', '115547.624000', '115547.626000', '115547.629000', '115547.632000', '115547.634000', '115547.637000', '115547.639000', '115547.642000', '115547.645000', '115547.647000', '115547.650000', '115547.653000', '115547.655000', '115547.658000', '115607.548000', '115607.550000', '115607.553000', '115607.556000', '115607.558000', '115607.561000', '115607.563000', '115607.566000', '115607.569000', '115607.571000', '115607.574000', '115607.576000', '115607.579000', '115607.582000', '115607.584000', '115607.587000', '115607.590000', '115607.592000', '115607.595000', '115607.597000', '115607.600000', '115607.603000', '115607.605000', '115607.608000', '115607.610000', '115607.613000', '115607.616000', '115607.618000', '115607.621000', '115607.624000', '115607.626000', '115607.629000', '115607.632000', '115607.634000', '115607.637000', '115607.639000', '115607.642000', '115607.645000', '115607.647000', '115607.650000', '115607.652000', '115607.655000', '115607.658000', '115607.660000', '115627.548000', '115627.551000', '115627.553000', '115627.556000', '115627.558000', '115627.561000', '115627.564000', '115627.567000', '115627.569000', '115627.572000', '115627.575000', '115627.577000', '115627.580000', '115627.583000', '115627.585000', '115627.588000', '115627.591000', '115627.593000', '115627.596000', '115627.599000', '115627.601000', '115627.604000', '115627.606000', '115627.609000', '115627.612000', '115627.614000', '115627.617000', '115627.619000', '115627.622000', '115627.625000', '115627.627000', '115627.630000', '115627.633000', '115627.635000', '115627.638000', '115627.640000', '115627.643000', '115627.646000', '115627.648000', '115627.651000', '115627.654000', '115627.656000', '115627.659000', '115647.548000', '115647.551000', '115647.554000', '115647.556000', '115647.559000', '115647.561000', '115647.564000', '115647.567000', '115647.569000', '115647.572000', '115647.575000', '115647.577000', '115647.580000', '115647.582000', '115647.585000', '115647.588000', '115647.590000', '115647.593000', '115647.595000', '115647.598000', '115647.601000', '115647.603000', '115647.606000', '115647.608000', '115647.611000', '115647.614000', '115647.616000', '115647.619000', '115647.622000', '115647.624000', '115647.627000', '115647.630000', '115647.632000', '115647.635000', '115647.637000', '115647.640000', '115647.643000', '115647.645000', '115647.648000', '115647.651000', '115647.653000', '115647.656000', '115647.658000', '115647.661000', '115702.177000', '115702.180000', '115702.183000', '115702.186000', '115702.188000', '115702.232000', '115702.235000', '115702.238000', '115702.241000', '115702.244000', '115702.247000', '115702.250000', '115702.253000', '115702.256000', '115702.259000', '115702.270000', '115702.276000', '115702.279000', '115702.282000', '115702.295000', '115702.304000', '115702.307000', '115702.310000', '115702.315000', '115702.320000', '115702.327000', '115702.331000', '115702.334000', '115702.354000', '115702.357000', '115702.360000', '115702.363000'], 'InstanceCreationTime': ['114747.577000', '114747.580000', '114747.583000', '114747.585000', '114747.588000', '114747.591000', '114747.593000', '114747.596000', '114747.599000', '114747.601000', '114747.604000', '114747.606000', '114747.609000', '114747.617000', '114747.620000', '114747.622000', '114747.625000', '114747.627000', '114747.630000', '114747.633000', '114747.635000', '114747.638000', '114747.641000', '114747.643000', '114747.646000', '114747.648000', '114747.651000', '114747.654000', '114747.656000', '114747.659000', '114747.661000', '114747.664000', '114747.667000', '114747.669000', '114747.672000', '114747.675000', '114747.677000', '114747.680000', '114747.689000', '114747.692000', '114747.694000', '114747.702000', '114747.705000', '114747.708000', '114747.710000', '114747.713000', '114747.716000', '114747.718000', '114747.721000', '114747.724000', '114747.726000', '114747.729000', '114747.731000', '114747.734000', '114747.737000', '114747.739000', '114747.742000', '114747.745000', '114747.747000', '114747.750000', '114747.752000', '114747.755000', '114807.546000', '114807.549000', '114807.552000', '114807.555000', '114807.557000', '114807.560000', '114807.563000', '114807.565000', '114807.568000', '114807.571000', '114807.573000', '114807.576000', '114807.578000', '114807.581000', '114807.584000', '114807.586000', '114807.589000', '114807.592000', '114807.594000', '114807.597000', '114807.600000', '114807.602000', '114807.605000', '114807.608000', '114807.610000', '114807.613000', '114807.615000', '114807.618000', '114807.621000', '114807.623000', '114807.626000', '114807.628000', '114807.631000', '114807.634000', '114807.636000', '114807.639000', '114807.642000', '114807.644000', '114807.647000', '114807.650000', '114807.652000', '114807.655000', '114807.658000', '114827.547000', '114827.550000', '114827.553000', '114827.556000', '114827.558000', '114827.561000', '114827.563000', '114827.566000', '114827.569000', '114827.571000', '114827.574000', '114827.577000', '114827.579000', '114827.582000', '114827.584000', '114827.587000', '114827.590000', '114827.593000', '114827.595000', '114827.598000', '114827.601000', '114827.603000', '114827.606000', '114827.609000', '114827.611000', '114827.614000', '114827.616000', '114827.619000', '114827.622000', '114827.624000', '114827.627000', '114827.630000', '114827.632000', '114827.635000', '114827.638000', '114827.640000', '114827.643000', '114827.646000', '114827.648000', '114827.651000', '114827.653000', '114827.656000', '114827.659000', '114827.661000', '114847.547000', '114847.550000', '114847.553000', '114847.556000', '114847.558000', '114847.561000', '114847.564000', '114847.566000', '114847.569000', '114847.572000', '114847.574000', '114847.577000', '114847.579000', '114847.582000', '114847.585000', '114847.587000', '114847.590000', '114847.593000', '114847.595000', '114847.598000', '114847.601000', '114847.603000', '114847.606000', '114847.609000', '114847.611000', '114847.614000', '114847.616000', '114847.619000', '114847.622000', '114847.624000', '114847.627000', '114847.630000', '114847.632000', '114847.635000', '114847.638000', '114847.640000', '114847.643000', '114847.646000', '114847.648000', '114847.651000', '114847.653000', '114847.656000', '114847.659000', '114907.548000', '114907.551000', '114907.553000', '114907.556000', '114907.559000', '114907.561000', '114907.564000', '114907.567000', '114907.569000', '114907.572000', '114907.575000', '114907.577000', '114907.580000', '114907.583000', '114907.585000', '114907.588000', '114907.591000', '114907.593000', '114907.596000', '114907.599000', '114907.601000', '114907.604000', '114907.607000', '114907.609000', '114907.612000', '114907.615000', '114907.617000', '114907.620000', '114907.623000', '114907.625000', '114907.628000', '114907.631000', '114907.633000', '114907.636000', '114907.639000', '114907.641000', '114907.644000', '114907.646000', '114907.657000', '114907.659000', '114907.662000', '114907.665000', '114907.667000', '114907.670000', '114927.547000', '114927.559000', '114927.562000', '114927.564000', '114927.567000', '114927.570000', '114927.572000', '114927.575000', '114927.578000', '114927.580000', '114927.583000', '114927.586000', '114927.588000', '114927.591000', '114927.594000', '114927.596000', '114927.599000', '114927.601000', '114927.604000', '114927.607000', '114927.610000', '114927.612000', '114927.615000', '114927.617000', '114927.620000', '114927.623000', '114927.625000', '114927.628000', '114927.630000', '114927.633000', '114927.636000', '114927.638000', '114927.653000', '114927.656000', '114927.659000', '114927.661000', '114927.664000', '114927.667000', '114927.669000', '114927.672000', '114927.675000', '114927.677000', '114927.680000', '114947.547000', '114947.550000', '114947.553000', '114947.556000', '114947.558000', '114947.561000', '114947.564000', '114947.566000', '114947.569000', '114947.572000', '114947.574000', '114947.577000', '114947.580000', '114947.582000', '114947.585000', '114947.588000', '114947.590000', '114947.593000', '114947.596000', '114947.599000', '114947.601000', '114947.604000', '114947.607000', '114947.609000', '114947.612000', '114947.615000', '114947.617000', '114947.620000', '114947.622000', '114947.625000', '114947.628000', '114947.630000', '114947.633000', '114947.636000', '114947.638000', '114947.641000', '114947.643000', '114947.646000', '114947.649000', '114947.651000', '114947.654000', '114947.657000', '114947.659000', '114947.662000', '115007.548000', '115007.550000', '115007.553000', '115007.556000', '115007.559000', '115007.561000', '115007.564000', '115007.567000', '115007.569000', '115007.572000', '115007.574000', '115007.577000', '115007.580000', '115007.582000', '115007.585000', '115007.588000', '115007.591000', '115007.593000', '115007.596000', '115007.599000', '115007.601000', '115007.604000', '115007.607000', '115007.609000', '115007.612000', '115007.615000', '115007.617000', '115007.620000', '115007.622000', '115007.625000', '115007.628000', '115007.630000', '115007.633000', '115007.636000', '115007.638000', '115007.641000', '115007.644000', '115007.646000', '115007.649000', '115007.652000', '115007.654000', '115007.657000', '115007.660000', '115027.547000', '115027.550000', '115027.552000', '115027.555000', '115027.557000', '115027.560000', '115027.563000', '115027.565000', '115027.568000', '115027.570000', '115027.573000', '115027.576000', '115027.578000', '115027.581000', '115027.583000', '115027.586000', '115027.590000', '115027.593000', '115027.595000', '115027.598000', '115027.601000', '115027.603000', '115027.606000', '115027.608000', '115027.611000', '115027.614000', '115027.616000', '115027.619000', '115027.622000', '115027.624000', '115027.627000', '115027.630000', '115027.632000', '115027.635000', '115027.637000', '115027.640000', '115027.643000', '115027.645000', '115027.648000', '115027.651000', '115027.653000', '115027.656000', '115027.658000', '115027.661000', '115047.548000', '115047.550000', '115047.553000', '115047.556000', '115047.558000', '115047.561000', '115047.563000', '115047.566000', '115047.569000', '115047.571000', '115047.574000', '115047.576000', '115047.579000', '115047.581000', '115047.584000', '115047.587000', '115047.590000', '115047.592000', '115047.595000', '115047.597000', '115047.600000', '115047.603000', '115047.605000', '115047.608000', '115047.610000', '115047.613000', '115047.615000', '115047.618000', '115047.621000', '115047.623000', '115047.626000', '115047.628000', '115047.631000', '115047.636000', '115047.639000', '115047.642000', '115047.644000', '115047.647000', '115047.650000', '115047.652000', '115047.655000', '115047.658000', '115047.660000', '115107.561000', '115107.564000', '115107.567000', '115107.569000', '115107.572000', '115107.574000', '115107.577000', '115107.579000', '115107.582000', '115107.585000', '115107.587000', '115107.590000', '115107.593000', '115107.595000', '115107.598000', '115107.601000', '115107.603000', '115107.606000', '115107.609000', '115107.611000', '115107.614000', '115107.617000', '115107.619000', '115107.622000', '115107.625000', '115107.627000', '115107.630000', '115107.633000', '115107.635000', '115107.638000', '115107.641000', '115107.643000', '115107.646000', '115107.648000', '115107.651000', '115107.654000', '115107.656000', '115107.659000', '115107.662000', '115107.664000', '115107.667000', '115107.669000', '115107.672000', '115107.675000', '115127.548000', '115127.550000', '115127.553000', '115127.556000', '115127.558000', '115127.561000', '115127.563000', '115127.566000', '115127.569000', '115127.571000', '115127.574000', '115127.577000', '115127.580000', '115127.582000', '115127.585000', '115127.588000', '115127.591000', '115127.593000', '115127.596000', '115127.598000', '115127.601000', '115127.604000', '115127.606000', '115127.609000', '115127.612000', '115127.614000', '115127.617000', '115127.619000', '115127.622000', '115127.625000', '115127.627000', '115127.630000', '115127.633000', '115127.635000', '115127.638000', '115127.640000', '115127.643000', '115127.646000', '115127.648000', '115127.651000', '115127.654000', '115127.656000', '115127.659000', '115147.548000', '115147.550000', '115147.553000', '115147.556000', '115147.558000', '115147.561000', '115147.564000', '115147.566000', '115147.569000', '115147.571000', '115147.575000', '115147.578000', '115147.580000', '115147.583000', '115147.586000', '115147.588000', '115147.591000', '115147.594000', '115147.596000', '115147.599000', '115147.601000', '115147.604000', '115147.607000', '115147.609000', '115147.612000', '115147.614000', '115147.617000', '115147.620000', '115147.622000', '115147.625000', '115147.627000', '115147.630000', '115147.633000', '115147.635000', '115147.638000', '115147.641000', '115147.643000', '115147.646000', '115147.648000', '115147.651000', '115147.653000', '115147.656000', '115147.659000', '115147.661000', '115207.548000', '115207.550000', '115207.553000', '115207.556000', '115207.558000', '115207.561000', '115207.564000', '115207.566000', '115207.569000', '115207.572000', '115207.574000', '115207.577000', '115207.579000', '115207.582000', '115207.585000', '115207.587000', '115207.590000', '115207.593000', '115207.595000', '115207.598000', '115207.601000', '115207.603000', '115207.606000', '115207.608000', '115207.611000', '115207.614000', '115207.616000', '115207.619000', '115207.621000', '115207.624000', '115207.627000', '115207.629000', '115207.632000', '115207.634000', '115207.637000', '115207.640000', '115207.642000', '115207.645000', '115207.647000', '115207.650000', '115207.653000', '115207.655000', '115207.658000', '115227.547000', '115227.550000', '115227.553000', '115227.556000', '115227.559000', '115227.561000', '115227.564000', '115227.567000', '115227.569000', '115227.572000', '115227.575000', '115227.578000', '115227.580000', '115227.583000', '115227.585000', '115227.588000', '115227.591000', '115227.593000', '115227.596000', '115227.599000', '115227.601000', '115227.604000', '115227.607000', '115227.609000', '115227.612000', '115227.627000', '115227.630000', '115227.633000', '115227.635000', '115227.638000', '115227.641000', '115227.643000', '115227.646000', '115227.648000', '115227.651000', '115227.654000', '115227.656000', '115227.659000', '115227.662000', '115227.664000', '115227.667000', '115227.670000', '115227.672000', '115227.675000', '115247.546000', '115247.549000', '115247.552000', '115247.555000', '115247.557000', '115247.560000', '115247.562000', '115247.565000', '115247.567000', '115247.570000', '115247.573000', '115247.575000', '115247.578000', '115247.581000', '115247.583000', '115247.586000', '115247.589000', '115247.591000', '115247.594000', '115247.596000', '115247.599000', '115247.602000', '115247.604000', '115247.607000', '115247.609000', '115247.612000', '115247.615000', '115247.617000', '115247.620000', '115247.622000', '115247.627000', '115247.630000', '115247.632000', '115247.635000', '115247.637000', '115247.640000', '115247.642000', '115247.645000', '115247.648000', '115247.650000', '115247.653000', '115247.656000', '115247.658000', '115307.548000', '115307.550000', '115307.553000', '115307.556000', '115307.558000', '115307.561000', '115307.564000', '115307.566000', '115307.569000', '115307.572000', '115307.575000', '115307.578000', '115307.580000', '115307.583000', '115307.586000', '115307.588000', '115307.591000', '115307.593000', '115307.596000', '115307.599000', '115307.601000', '115307.604000', '115307.607000', '115307.609000', '115307.612000', '115307.616000', '115307.619000', '115307.621000', '115307.624000', '115307.626000', '115307.629000', '115307.632000', '115307.634000', '115307.637000', '115307.639000', '115307.642000', '115307.645000', '115307.647000', '115307.650000', '115307.652000', '115307.655000', '115307.658000', '115307.660000', '115327.547000', '115327.550000', '115327.553000', '115327.555000', '115327.558000', '115327.561000', '115327.563000', '115327.566000', '115327.568000', '115327.571000', '115327.574000', '115327.576000', '115327.579000', '115327.581000', '115327.584000', '115327.587000', '115327.589000', '115327.592000', '115327.595000', '115327.597000', '115327.600000', '115327.602000', '115327.605000', '115327.608000', '115327.610000', '115327.613000', '115327.615000', '115327.618000', '115327.620000', '115327.623000', '115327.625000', '115327.628000', '115327.631000', '115327.633000', '115327.636000', '115327.638000', '115327.641000', '115327.644000', '115327.646000', '115327.649000', '115327.651000', '115327.654000', '115327.656000', '115327.659000', '115347.548000', '115347.551000', '115347.553000', '115347.556000', '115347.559000', '115347.562000', '115347.564000', '115347.567000', '115347.569000', '115347.572000', '115347.575000', '115347.577000', '115347.580000', '115347.582000', '115347.585000', '115347.588000', '115347.590000', '115347.593000', '115347.596000', '115347.598000', '115347.601000', '115347.603000', '115347.606000', '115347.609000', '115347.611000', '115347.614000', '115347.617000', '115347.619000', '115347.622000', '115347.624000', '115347.627000', '115347.630000', '115347.632000', '115347.635000', '115347.637000', '115347.640000', '115347.655000', '115347.658000', '115347.660000', '115347.663000', '115347.666000', '115347.668000', '115347.671000', '115407.548000', '115407.550000', '115407.553000', '115407.556000', '115407.559000', '115407.562000', '115407.564000', '115407.567000', '115407.570000', '115407.572000', '115407.575000', '115407.577000', '115407.580000', '115407.583000', '115407.585000', '115407.596000', '115407.599000', '115407.602000', '115407.604000', '115407.607000', '115407.609000', '115407.612000', '115407.615000', '115407.617000', '115407.620000', '115407.623000', '115407.625000', '115407.628000', '115407.630000', '115407.633000', '115407.636000', '115407.638000', '115407.641000', '115407.643000', '115407.646000', '115407.649000', '115407.651000', '115407.654000', '115407.657000', '115407.659000', '115407.662000', '115407.664000', '115407.667000', '115407.670000', '115427.548000', '115427.550000', '115427.553000', '115427.556000', '115427.558000', '115427.561000', '115427.564000', '115427.566000', '115427.569000', '115427.571000', '115427.574000', '115427.576000', '115427.579000', '115427.582000', '115427.584000', '115427.587000', '115427.589000', '115427.592000', '115427.594000', '115427.597000', '115427.600000', '115427.602000', '115427.605000', '115427.608000', '115427.610000', '115427.613000', '115427.616000', '115427.618000', '115427.621000', '115427.623000', '115427.626000', '115427.629000', '115427.631000', '115427.634000', '115427.636000', '115427.639000', '115427.642000', '115427.644000', '115427.647000', '115427.649000', '115427.652000', '115427.655000', '115427.658000', '115447.547000', '115447.549000', '115447.552000', '115447.555000', '115447.557000', '115447.560000', '115447.563000', '115447.565000', '115447.568000', '115447.570000', '115447.573000', '115447.576000', '115447.578000', '115447.581000', '115447.583000', '115447.586000', '115447.589000', '115447.592000', '115447.594000', '115447.597000', '115447.599000', '115447.602000', '115447.605000', '115447.607000', '115447.610000', '115447.613000', '115447.615000', '115447.618000', '115447.620000', '115447.623000', '115447.626000', '115447.628000', '115447.631000', '115447.634000', '115447.636000', '115447.639000', '115447.642000', '115447.644000', '115447.647000', '115447.649000', '115447.652000', '115447.655000', '115447.657000', '115447.660000', '115507.547000', '115507.549000', '115507.552000', '115507.555000', '115507.557000', '115507.560000', '115507.562000', '115507.565000', '115507.568000', '115507.570000', '115507.573000', '115507.575000', '115507.578000', '115507.581000', '115507.583000', '115507.586000', '115507.588000', '115507.591000', '115507.594000', '115507.596000', '115507.599000', '115507.602000', '115507.604000', '115507.607000', '115507.609000', '115507.612000', '115507.614000', '115507.617000', '115507.620000', '115507.622000', '115507.625000', '115507.627000', '115507.630000', '115507.633000', '115507.635000', '115507.638000', '115507.640000', '115507.643000', '115507.646000', '115507.648000', '115507.651000', '115507.653000', '115507.656000', '115527.548000', '115527.550000', '115527.553000', '115527.556000', '115527.558000', '115527.561000', '115527.564000', '115527.566000', '115527.569000', '115527.571000', '115527.574000', '115527.577000', '115527.579000', '115527.582000', '115527.584000', '115527.587000', '115527.590000', '115527.592000', '115527.595000', '115527.598000', '115527.600000', '115527.603000', '115527.605000', '115527.608000', '115527.611000', '115527.613000', '115527.616000', '115527.618000', '115527.621000', '115527.624000', '115527.626000', '115527.629000', '115527.632000', '115527.634000', '115527.637000', '115527.640000', '115527.642000', '115527.645000', '115527.647000', '115527.650000', '115527.653000', '115527.655000', '115527.658000', '115527.661000', '115547.548000', '115547.551000', '115547.553000', '115547.556000', '115547.559000', '115547.561000', '115547.564000', '115547.566000', '115547.569000', '115547.572000', '115547.574000', '115547.577000', '115547.580000', '115547.582000', '115547.585000', '115547.587000', '115547.590000', '115547.593000', '115547.595000', '115547.598000', '115547.600000', '115547.603000', '115547.606000', '115547.608000', '115547.611000', '115547.613000', '115547.616000', '115547.619000', '115547.621000', '115547.624000', '115547.626000', '115547.629000', '115547.632000', '115547.634000', '115547.637000', '115547.639000', '115547.642000', '115547.645000', '115547.647000', '115547.650000', '115547.653000', '115547.655000', '115547.658000', '115607.548000', '115607.550000', '115607.553000', '115607.556000', '115607.558000', '115607.561000', '115607.563000', '115607.566000', '115607.569000', '115607.571000', '115607.574000', '115607.576000', '115607.579000', '115607.582000', '115607.584000', '115607.587000', '115607.590000', '115607.592000', '115607.595000', '115607.597000', '115607.600000', '115607.603000', '115607.605000', '115607.608000', '115607.610000', '115607.613000', '115607.616000', '115607.618000', '115607.621000', '115607.624000', '115607.626000', '115607.629000', '115607.632000', '115607.634000', '115607.637000', '115607.639000', '115607.642000', '115607.645000', '115607.647000', '115607.650000', '115607.652000', '115607.655000', '115607.658000', '115607.660000', '115627.548000', '115627.551000', '115627.553000', '115627.556000', '115627.558000', '115627.561000', '115627.564000', '115627.567000', '115627.569000', '115627.572000', '115627.575000', '115627.577000', '115627.580000', '115627.583000', '115627.585000', '115627.588000', '115627.591000', '115627.593000', '115627.596000', '115627.599000', '115627.601000', '115627.604000', '115627.606000', '115627.609000', '115627.612000', '115627.614000', '115627.617000', '115627.619000', '115627.622000', '115627.625000', '115627.627000', '115627.630000', '115627.633000', '115627.635000', '115627.638000', '115627.640000', '115627.643000', '115627.646000', '115627.648000', '115627.651000', '115627.654000', '115627.656000', '115627.659000', '115647.548000', '115647.551000', '115647.554000', '115647.556000', '115647.559000', '115647.561000', '115647.564000', '115647.567000', '115647.569000', '115647.572000', '115647.575000', '115647.577000', '115647.580000', '115647.582000', '115647.585000', '115647.588000', '115647.590000', '115647.593000', '115647.595000', '115647.598000', '115647.601000', '115647.603000', '115647.606000', '115647.608000', '115647.611000', '115647.614000', '115647.616000', '115647.619000', '115647.622000', '115647.624000', '115647.627000', '115647.630000', '115647.632000', '115647.635000', '115647.637000', '115647.640000', '115647.643000', '115647.645000', '115647.648000', '115647.651000', '115647.653000', '115647.656000', '115647.658000', '115647.661000', '115702.177000', '115702.180000', '115702.183000', '115702.186000', '115702.188000', '115702.232000', '115702.235000', '115702.238000', '115702.241000', '115702.244000', '115702.247000', '115702.250000', '115702.253000', '115702.256000', '115702.259000', '115702.270000', '115702.276000', '115702.279000', '115702.282000', '115702.295000', '115702.304000', '115702.307000', '115702.310000', '115702.315000', '115702.320000', '115702.327000', '115702.331000', '115702.334000', '115702.354000', '115702.357000', '115702.360000', '115702.363000'], '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': [7810, 12738, 7252, 13889, 9981, 8556, 7885, 7309, 11479, 11306, 13777, 8183, 7968, 6988, 10313, 6940, 12697, 7390, 7075, 7721, 8438, 10145, 7129, 8641, 7088, 11449, 10022, 12499, 7590, 7738, 7247, 11735, 6894, 13022, 7681, 9438, 8355, 10010, 11341, 7737, 11246, 8154, 14181, 7868, 15561, 9228, 9504, 8847, 9404, 11145, 10391, 9741, 7588, 10907, 7900, 12502, 8522, 7508, 8478, 7274, 14134, 8306, 9754, 7190, 7420, 12414, 7236, 14026, 8151, 7936, 8957, 8904, 11721, 7455, 8592, 7561, 13783, 7779, 11279, 7399, 7409, 11618, 7121, 14899, 7743, 11147, 8949, 7126, 9307, 7964, 13228, 8195, 9367, 8887, 7603, 12438, 7164, 12294, 8437, 10023, 8619, 10133, 8806, 7361, 9143, 7334, 14852, 8336, 10580, 7514, 7279, 11293, 7102, 13867, 8028, 10681, 7999, 11505, 9357, 8207, 7657, 7132, 12533, 7412, 7118, 7683, 7005, 14254, 9309, 10640, 7875, 6998, 13028, 7175, 13345, 9293, 7598, 11161, 7540, 15528, 10681, 15859, 8636, 11685, 8025, 12701, 8349, 7320, 8965, 7702, 9818, 7569, 12555, 7661, 10288, 8216, 7562, 11499, 7142, 12606, 8475, 12828, 10099, 10649, 8161, 7136, 12525, 7494, 15047, 8776, 10023, 7521, 7660, 13576, 7451, 11675, 8015, 7386, 11125, 7191, 15169, 8947, 9150, 7613, 8132, 14072, 7951, 11646, 8953, 7207, 9902, 7569, 14901, 7800, 10639, 9255, 7711, 10480, 7292, 14038, 8812, 8129, 9032, 7477, 12816, 7424, 10516, 7842, 12518, 9289, 7731, 9919, 7406, 14432, 9211, 10714, 7812, 7552, 13122, 7393, 14129, 8516, 8134, 8505, 8519, 13471, 7936, 10185, 8630, 8942, 10686, 7204, 11377, 8408, 11134, 8966, 7496, 11310, 7802, 12643, 8854, 13435, 9824, 7576, 8478, 7476, 13819, 7791, 7758, 7470, 6877, 12246, 7868, 11556, 8712, 7163, 11068, 7545, 13497, 10024, 7130, 10730, 7504, 14319, 9856, 7379, 8755, 7334, 14283, 9130, 7776, 8931, 7609, 14176, 9119, 9138, 8768, 7924, 13762, 8670, 10292, 9090, 7522, 12592, 8160, 9085, 11246, 7989, 12069, 8252, 8951, 10612, 7306, 11761, 8236, 9664, 10090, 7353, 11462, 7772, 11638, 9440, 7612, 10044, 7624, 10530, 9291, 7374, 11508, 7628, 12361, 9825, 7831, 11470, 8247, 12031, 9269, 9705, 11831, 8038, 10673, 8405, 7427, 10940, 7614, 9691, 8604, 7792, 14440, 8083, 7391, 7699, 7534, 14929, 8177, 7531, 8530, 7359, 15123, 8483, 8401, 7420, 7402, 14282, 8099, 8294, 7448, 7218, 13553, 7754, 12703, 7849, 7108, 10266, 7374, 12874, 9476, 7278, 11764, 7434, 13110, 9760, 7357, 9866, 7341, 11796, 9932, 7368, 12673, 7779, 12292, 8928, 7960, 10083, 7811, 13206, 7801, 10139, 8252, 7286, 10974, 7495, 9559, 8935, 7334, 11825, 7560, 10785, 10247, 7086, 10829, 7486, 10147, 9417, 7452, 11255, 8009, 8274, 10875, 7548, 13932, 8050, 7335, 13156, 7576, 12438, 7714, 7268, 13042, 8240, 10703, 7833, 7302, 11993, 7740, 8276, 9041, 7297, 11647, 8117, 7830, 10433, 7340, 9342, 8151, 7798, 14112, 7192, 9679, 7664, 8277, 14675, 7390, 9562, 7329, 7969, 13910, 7611, 8996, 7564, 7239, 14570, 9376, 7475, 8770, 7357, 15134, 10200, 10100, 8326, 7527, 14053, 8907, 8178, 7879, 7180, 13488, 8123, 8521, 8039, 7000, 11201, 8245, 7471, 10489, 7137, 9048, 9035, 7394, 14814, 7134, 8605, 7588, 6991, 15043, 8927, 7773, 8091, 6978, 13451, 7524, 13632, 8219, 7124, 10243, 7397, 12748, 9942, 7219, 12104, 8184, 13261, 11516, 8584, 9080, 7203, 13004, 9528, 7200, 9490, 7489, 10658, 9206, 7432, 11737, 8333, 7056, 11819, 7156, 12394, 7663, 7385, 11925, 7299, 10385, 7149, 7035, 12920, 8181, 9874, 7823, 7210, 12938, 8518, 12356, 9386, 6960, 10260, 7797, 7213, 12242, 7210, 7383, 7541, 7489, 14873, 8082, 6973, 9762, 7738, 14438, 9039, 7460, 11307, 7552, 15486, 9782, 6723, 8038, 7488, 13766, 9960, 7250, 10837, 8151, 8482, 10711, 7516, 10178, 8637, 8221, 15158, 7769, 7290, 7746, 7711, 14089, 7641, 7007, 9182, 7705, 13628, 7622, 7238, 10966, 7936, 13288, 7984, 7213, 11031, 8389, 10907, 7832, 7297, 12782, 8953, 13832, 10484, 7148, 8841, 7798, 12838, 8612, 7134, 9327, 8230, 11053, 9181, 7417, 10348, 8039, 7117, 10158, 7347, 12774, 7568, 7066, 10641, 7813, 14843, 7896, 7548, 7896, 7306, 13602, 8405, 7864, 7603, 7564, 13598, 8650, 12039, 9400, 7798, 12349, 8889, 12522, 9156, 7757, 11386, 8522, 12160, 8877, 7909, 9739, 8539, 9065, 9966, 7801, 11354, 8317, 9800, 8640, 7193, 8999, 8208, 7952, 9958, 7579, 12423, 7929, 7032, 10708, 7822, 11293, 7619, 7204, 12414, 8197, 11076, 7289, 7704, 12126, 8483, 10595, 7172, 7434, 11202, 8373, 11016, 8158, 7168, 9958, 8503, 10876, 8239, 7827, 11040, 8828, 12982, 10153, 8052, 7880, 7998, 12040, 7675, 7122, 11843, 7156, 8511, 10477, 10093, 10156, 16287, 8892, 13231, 9372, 7607, 10059, 8362, 9101, 7584, 7746, 11231, 9146, 10257, 7155, 8155, 11015, 8248, 15323, 10035, 7555, 8601, 8784, 13528, 9489, 7437, 8337, 8839, 11770, 7899, 7647, 9444, 9044, 13115, 8903, 8004, 10099, 9160, 13472, 9845, 8134, 8759, 9075, 11515, 7951, 7989, 9633, 8139, 7455, 9314, 9023, 8082, 11080, 7923, 10467, 7050, 6933, 13059, 9013, 7161, 8054, 7852, 13161, 7808, 7488, 11146, 9487, 12297, 10424, 8341, 9588, 8897, 7005, 12174, 9009, 7183, 9079, 7860, 13942, 9566, 8065, 10997, 9427, 9660, 8870, 8950, 9567, 9884, 7707, 13325, 9097, 7417, 10864, 8041, 12214, 9549, 6989, 11805, 8171, 8001, 7265, 6943, 13190, 8734, 11015, 7284, 8206, 12173, 8798, 16171, 9567, 8098, 9087, 7680, 14513, 8854, 10211, 9963, 7553, 10218, 7929, 10773, 9218, 8816, 9839, 8202, 11621, 8786, 10376, 9826, 7783, 11234, 8877, 9657, 9582, 7069, 13358, 8647, 9920, 9300, 11398, 9545, 12106, 8844, 7431, 9969, 7400, 13073, 8801, 9103, 9231, 7286, 10196, 7144, 9709, 8993, 10983, 8695, 7644, 9822, 8576, 14131, 9527, 8674, 7193, 6968, 12576, 8899, 7787, 7551, 7765, 13048, 8882, 13972, 9333, 7328, 9768, 7867, 15074, 9029, 8399, 9369, 7443, 11076, 7839, 9078, 9130, 12663, 8590, 7234, 9273, 7875, 13913, 9033, 8530, 6881, 7585, 12784, 8310, 13182, 9101, 6784, 10675, 8011, 15775, 9005, 8689, 9663, 9708, 10577, 7996, 9921, 9068, 10720, 8778, 7653, 10002, 8820, 12701, 8512, 7606, 9296, 8249, 14021, 9817, 12600, 6985, 7617, 12052, 8418, 14978, 8911, 6842, 9483, 8125, 11544, 9072, 6770, 10499, 7466, 12734, 8696, 10044, 9452, 12362, 9653, 7643, 8229, 8600, 12666, 8906, 8136, 8650, 9102, 11235, 9501, 10569, 7326, 8241, 11456, 9451, 12465, 9323, 8385, 11239, 8645, 14449, 9333, 6869, 9253, 8089, 13045, 9175, 6819, 9398, 7562, 13496, 8702, 6912, 9298, 8004, 13494, 9592, 7032, 9478, 7622, 13505, 10569, 7324, 9099, 8972, 9078, 8108, 7948, 11043, 9382, 9713, 13175, 8982, 7882, 7820, 7863, 14295, 9390, 6894, 8632, 8040, 14992, 10497, 7762, 9140, 8553, 14819, 10341, 8515, 9126, 9679, 8058, 9879, 8493, 9387, 7922, 7307, 12755, 8963, 8148, 9589, 8302, 14028, 9300, 7009, 10312, 8247, 12998, 7766, 7576, 9987, 9057, 11929, 9368, 8271, 10459, 7544, 7660, 14096, 9395, 7058, 9017, 8357, 13387, 10292, 8410, 10284, 9740, 9988, 10382, 8481, 9009, 6836, 7703, 12616, 9167, 6782, 8747, 7825, 12909, 8765, 7876, 10178, 9642, 8161, 10610, 8774, 8494, 7192, 7708, 14433, 8386, 7168, 10496, 8865, 11308, 9402, 8384, 11824, 9962, 8364, 14788, 8663, 7238, 12095, 9087, 9431, 7520, 7864, 13142, 8438, 7931, 10172, 9652, 8125, 10496, 8408, 7565, 6923, 7059, 13331, 8914, 7109, 9134, 7139, 13311, 7146, 6866, 10713, 8290, 7241, 7506, 7808, 13489, 8920, 7126, 9388, 8618, 13139, 9460, 7101, 9578, 9006, 7365, 11622, 8360, 8810, 8068, 6774, 14116, 9040, 9395, 10035, 7733, 16304, 9634, 7114, 9183, 7689, 14390, 8921, 7320, 9908, 7838, 14420, 10559, 7057, 9018, 8721, 13614, 9595, 7993, 9743, 9709, 13135, 10529, 8409, 9843, 9514, 10327, 10479, 8469, 10833, 9952, 7207, 12198, 8669, 10239, 9888, 7120, 11951, 8694, 8605, 6988, 7539, 13237, 9425, 7563, 7546, 8487, 13890, 9717, 10776, 7571, 8165, 12194, 9482, 9330, 7054, 7461, 11888, 9584, 6879, 7954, 8124, 12545, 8165, 15066, 9611, 6946, 7104, 6766, 12610, 9240, 6811, 9312, 7530, 14623, 10285, 7045, 9135, 7050, 14132, 9328, 9898, 10817, 7091, 7228, 9241, 7196, 9451, 10359, 11450, 8981, 14609, 11475, 9008, 13351, 10472, 14562, 10574, 14813, 12195, 8417, 8967, 9619, 11154, 10030, 12170, 9725, 11053, 6855, 7158, 8061, 8317, 10767, 7727, 7785, 11584, 8896, 14425, 9273, 12959, 9664, 7159, 8003, 6989, 11228, 9342, 6948, 10450, 7138, 13718, 8883, 10011, 9447, 6933, 13389, 9545, 9494], 'WindowCenter': [4330.0, 4375.0, 4303.0, 4360.0, 4332.0, 4306.0, 4297.0, 4284.0, 4337.0, 4325.0, 4346.0, 4284.0, 4283.0, 4271.0, 4312.0, 4274.0, 4334.0, 4285.0, 4286.0, 4300.0, 4308.0, 4328.0, 4286.0, 4309.0, 4275.0, 4338.0, 4315.0, 4338.0, 4284.0, 4285.0, 4284.0, 4323.0, 4273.0, 4334.0, 4284.0, 4300.0, 4295.0, 4313.0, 4326.0, 4285.0, 4325.0, 4283.0, 4343.0, 4285.0, 4345.0, 4303.0, 4301.0, 4292.0, 4290.0, 4323.0, 4298.0, 4302.0, 4271.0, 4311.0, 4282.0, 4318.0, 4292.0, 4271.0, 4282.0, 4271.0, 4341.0, 4292.0, 4302.0, 4272.0, 4270.0, 4321.0, 4272.0, 4332.0, 4281.0, 4280.0, 4301.0, 4290.0, 4324.0, 4272.0, 4291.0, 4281.0, 4331.0, 4284.0, 4322.0, 4272.0, 4270.0, 4321.0, 4270.0, 4342.0, 4284.0, 4312.0, 4291.0, 4259.0, 4292.0, 4281.0, 4333.0, 4292.0, 4300.0, 4304.0, 4280.0, 4334.0, 4273.0, 4331.0, 4294.0, 4311.0, 4292.0, 4311.0, 4292.0, 4273.0, 4291.0, 4273.0, 4342.0, 4293.0, 4312.0, 4272.0, 4271.0, 4322.0, 4271.0, 4332.0, 4282.0, 4313.0, 4295.0, 4323.0, 4304.0, 4292.0, 4283.0, 4274.0, 4332.0, 4284.0, 4282.0, 4283.0, 4287.0, 4354.0, 4316.0, 4327.0, 4296.0, 4274.0, 4344.0, 4274.0, 4345.0, 4305.0, 4283.0, 4324.0, 4279.0, 4344.0, 4312.0, 4341.0, 4281.0, 4308.0, 4270.0, 4317.0, 4279.0, 4259.0, 4289.0, 4267.0, 4298.0, 4270.0, 4321.0, 4271.0, 4301.0, 4292.0, 4282.0, 4323.0, 4274.0, 4334.0, 4295.0, 4332.0, 4315.0, 4313.0, 4282.0, 4271.0, 4334.0, 4271.0, 4342.0, 4292.0, 4301.0, 4270.0, 4272.0, 4331.0, 4271.0, 4318.0, 4281.0, 4269.0, 4322.0, 4259.0, 4342.0, 4293.0, 4291.0, 4282.0, 4281.0, 4332.0, 4282.0, 4311.0, 4289.0, 4271.0, 4301.0, 4269.0, 4342.0, 4280.0, 4309.0, 4300.0, 4271.0, 4310.0, 4271.0, 4341.0, 4291.0, 4281.0, 4302.0, 4272.0, 4334.0, 4272.0, 4312.0, 4282.0, 4330.0, 4303.0, 4282.0, 4312.0, 4284.0, 4342.0, 4303.0, 4313.0, 4282.0, 4281.0, 4331.0, 4272.0, 4331.0, 4292.0, 4282.0, 4290.0, 4290.0, 4331.0, 4282.0, 4311.0, 4292.0, 4291.0, 4312.0, 4272.0, 4321.0, 4293.0, 4311.0, 4292.0, 4271.0, 4322.0, 4283.0, 4332.0, 4293.0, 4332.0, 4314.0, 4271.0, 4280.0, 4271.0, 4330.0, 4281.0, 4281.0, 4270.0, 4261.0, 4331.0, 4283.0, 4322.0, 4294.0, 4272.0, 4323.0, 4284.0, 4343.0, 4314.0, 4273.0, 4322.0, 4273.0, 4342.0, 4313.0, 4271.0, 4291.0, 4283.0, 4342.0, 4304.0, 4283.0, 4302.0, 4285.0, 4343.0, 4304.0, 4303.0, 4293.0, 4294.0, 4343.0, 4303.0, 4312.0, 4303.0, 4283.0, 4345.0, 4294.0, 4303.0, 4322.0, 4283.0, 4322.0, 4283.0, 4291.0, 4312.0, 4271.0, 4322.0, 4292.0, 4300.0, 4311.0, 4271.0, 4321.0, 4281.0, 4321.0, 4303.0, 4283.0, 4301.0, 4283.0, 4322.0, 4303.0, 4283.0, 4323.0, 4283.0, 4332.0, 4313.0, 4283.0, 4322.0, 4292.0, 4333.0, 4303.0, 4301.0, 4323.0, 4281.0, 4311.0, 4292.0, 4269.0, 4311.0, 4283.0, 4300.0, 4292.0, 4283.0, 4343.0, 4281.0, 4282.0, 4284.0, 4283.0, 4342.0, 4292.0, 4282.0, 4305.0, 4273.0, 4343.0, 4294.0, 4293.0, 4272.0, 4270.0, 4342.0, 4293.0, 4292.0, 4272.0, 4283.0, 4343.0, 4283.0, 4333.0, 4282.0, 4273.0, 4314.0, 4284.0, 4333.0, 4313.0, 4283.0, 4333.0, 4284.0, 4332.0, 4314.0, 4283.0, 4312.0, 4285.0, 4334.0, 4314.0, 4283.0, 4333.0, 4283.0, 4333.0, 4302.0, 4281.0, 4311.0, 4283.0, 4332.0, 4282.0, 4312.0, 4292.0, 4270.0, 4322.0, 4283.0, 4312.0, 4303.0, 4283.0, 4333.0, 4294.0, 4322.0, 4314.0, 4273.0, 4323.0, 4282.0, 4312.0, 4303.0, 4284.0, 4322.0, 4293.0, 4292.0, 4323.0, 4284.0, 4343.0, 4293.0, 4283.0, 4334.0, 4282.0, 4333.0, 4281.0, 4271.0, 4332.0, 4293.0, 4313.0, 4281.0, 4282.0, 4333.0, 4282.0, 4292.0, 4303.0, 4282.0, 4333.0, 4294.0, 4283.0, 4325.0, 4283.0, 4303.0, 4295.0, 4282.0, 4344.0, 4273.0, 4302.0, 4284.0, 4293.0, 4354.0, 4283.0, 4301.0, 4283.0, 4293.0, 4342.0, 4282.0, 4292.0, 4282.0, 4283.0, 4343.0, 4304.0, 4272.0, 4290.0, 4284.0, 4343.0, 4313.0, 4312.0, 4281.0, 4282.0, 4342.0, 4302.0, 4292.0, 4281.0, 4272.0, 4331.0, 4282.0, 4292.0, 4292.0, 4282.0, 4334.0, 4304.0, 4284.0, 4324.0, 4284.0, 4304.0, 4304.0, 4283.0, 4356.0, 4274.0, 4293.0, 4284.0, 4273.0, 4343.0, 4304.0, 4282.0, 4292.0, 4271.0, 4331.0, 4283.0, 4345.0, 4292.0, 4273.0, 4312.0, 4281.0, 4332.0, 4312.0, 4283.0, 4333.0, 4296.0, 4331.0, 4323.0, 4289.0, 4291.0, 4273.0, 4330.0, 4300.0, 4270.0, 4298.0, 4282.0, 4310.0, 4300.0, 4270.0, 4320.0, 4291.0, 4272.0, 4321.0, 4271.0, 4331.0, 4281.0, 4281.0, 4323.0, 4282.0, 4311.0, 4271.0, 4271.0, 4333.0, 4292.0, 4313.0, 4282.0, 4282.0, 4343.0, 4303.0, 4332.0, 4302.0, 4271.0, 4311.0, 4281.0, 4271.0, 4333.0, 4284.0, 4283.0, 4294.0, 4284.0, 4354.0, 4293.0, 4272.0, 4314.0, 4283.0, 4344.0, 4304.0, 4282.0, 4324.0, 4283.0, 4343.0, 4313.0, 4262.0, 4292.0, 4284.0, 4341.0, 4312.0, 4281.0, 4322.0, 4293.0, 4292.0, 4323.0, 4282.0, 4312.0, 4292.0, 4291.0, 4343.0, 4280.0, 4271.0, 4281.0, 4283.0, 4341.0, 4280.0, 4270.0, 4301.0, 4281.0, 4341.0, 4281.0, 4282.0, 4322.0, 4292.0, 4341.0, 4292.0, 4282.0, 4323.0, 4293.0, 4323.0, 4283.0, 4282.0, 4343.0, 4304.0, 4343.0, 4323.0, 4271.0, 4301.0, 4280.0, 4331.0, 4304.0, 4272.0, 4312.0, 4304.0, 4333.0, 4314.0, 4282.0, 4311.0, 4291.0, 4273.0, 4312.0, 4282.0, 4332.0, 4282.0, 4272.0, 4322.0, 4281.0, 4343.0, 4292.0, 4280.0, 4281.0, 4271.0, 4341.0, 4293.0, 4291.0, 4281.0, 4283.0, 4342.0, 4293.0, 4331.0, 4301.0, 4281.0, 4333.0, 4301.0, 4330.0, 4300.0, 4281.0, 4320.0, 4291.0, 4320.0, 4290.0, 4278.0, 4299.0, 4290.0, 4290.0, 4312.0, 4280.0, 4320.0, 4291.0, 4311.0, 4302.0, 4271.0, 4300.0, 4292.0, 4293.0, 4313.0, 4294.0, 4333.0, 4293.0, 4274.0, 4323.0, 4293.0, 4321.0, 4281.0, 4271.0, 4333.0, 4304.0, 4324.0, 4282.0, 4293.0, 4332.0, 4302.0, 4322.0, 4273.0, 4282.0, 4322.0, 4304.0, 4332.0, 4294.0, 4283.0, 4323.0, 4305.0, 4324.0, 4305.0, 4293.0, 4334.0, 4313.0, 4344.0, 4324.0, 4291.0, 4292.0, 4305.0, 4345.0, 4295.0, 4283.0, 4335.0, 4283.0, 4315.0, 4323.0, 4325.0, 4325.0, 4365.0, 4303.0, 4331.0, 4301.0, 4281.0, 4299.0, 4289.0, 4288.0, 4280.0, 4279.0, 4321.0, 4301.0, 4310.0, 4271.0, 4279.0, 4320.0, 4290.0, 4352.0, 4312.0, 4280.0, 4291.0, 4289.0, 4330.0, 4313.0, 4268.0, 4288.0, 4301.0, 4319.0, 4292.0, 4280.0, 4311.0, 4302.0, 4341.0, 4303.0, 4291.0, 4311.0, 4302.0, 4330.0, 4311.0, 4292.0, 4301.0, 4301.0, 4331.0, 4292.0, 4291.0, 4312.0, 4293.0, 4294.0, 4313.0, 4314.0, 4303.0, 4335.0, 4294.0, 4324.0, 4283.0, 4283.0, 4345.0, 4314.0, 4282.0, 4291.0, 4292.0, 4343.0, 4293.0, 4283.0, 4334.0, 4314.0, 4334.0, 4326.0, 4293.0, 4300.0, 4302.0, 4270.0, 4334.0, 4302.0, 4270.0, 4302.0, 4292.0, 4354.0, 4313.0, 4294.0, 4323.0, 4313.0, 4313.0, 4302.0, 4303.0, 4311.0, 4312.0, 4293.0, 4344.0, 4304.0, 4284.0, 4324.0, 4294.0, 4334.0, 4312.0, 4271.0, 4332.0, 4304.0, 4292.0, 4283.0, 4283.0, 4344.0, 4304.0, 4323.0, 4283.0, 4291.0, 4320.0, 4291.0, 4353.0, 4300.0, 4279.0, 4300.0, 4279.0, 4341.0, 4301.0, 4308.0, 4310.0, 4278.0, 4310.0, 4279.0, 4309.0, 4300.0, 4300.0, 4311.0, 4289.0, 4321.0, 4290.0, 4310.0, 4309.0, 4268.0, 4320.0, 4300.0, 4299.0, 4310.0, 4270.0, 4331.0, 4290.0, 4298.0, 4299.0, 4318.0, 4300.0, 4319.0, 4288.0, 4268.0, 4298.0, 4268.0, 4327.0, 4299.0, 4287.0, 4300.0, 4278.0, 4323.0, 4271.0, 4310.0, 4302.0, 4321.0, 4303.0, 4292.0, 4312.0, 4301.0, 4342.0, 4313.0, 4302.0, 4270.0, 4272.0, 4330.0, 4303.0, 4292.0, 4292.0, 4294.0, 4343.0, 4304.0, 4343.0, 4302.0, 4270.0, 4312.0, 4291.0, 4341.0, 4301.0, 4289.0, 4301.0, 4269.0, 4322.0, 4281.0, 4299.0, 4313.0, 4330.0, 4303.0, 4280.0, 4302.0, 4291.0, 4341.0, 4304.0, 4290.0, 4270.0, 4280.0, 4332.0, 4291.0, 4341.0, 4300.0, 4269.0, 4310.0, 4279.0, 4351.0, 4300.0, 4289.0, 4311.0, 4299.0, 4309.0, 4278.0, 4308.0, 4299.0, 4309.0, 4290.0, 4280.0, 4310.0, 4300.0, 4330.0, 4301.0, 4280.0, 4300.0, 4301.0, 4340.0, 4312.0, 4330.0, 4269.0, 4280.0, 4330.0, 4289.0, 4338.0, 4288.0, 4258.0, 4298.0, 4290.0, 4319.0, 4300.0, 4269.0, 4320.0, 4280.0, 4331.0, 4300.0, 4310.0, 4311.0, 4329.0, 4299.0, 4278.0, 4277.0, 4289.0, 4329.0, 4300.0, 4279.0, 4288.0, 4299.0, 4319.0, 4311.0, 4320.0, 4280.0, 4289.0, 4331.0, 4310.0, 4331.0, 4301.0, 4291.0, 4320.0, 4289.0, 4339.0, 4298.0, 4257.0, 4299.0, 4278.0, 4329.0, 4300.0, 4259.0, 4300.0, 4280.0, 4341.0, 4301.0, 4269.0, 4310.0, 4291.0, 4341.0, 4311.0, 4268.0, 4310.0, 4280.0, 4343.0, 4323.0, 4281.0, 4301.0, 4313.0, 4301.0, 4291.0, 4293.0, 4332.0, 4313.0, 4312.0, 4345.0, 4303.0, 4290.0, 4291.0, 4290.0, 4341.0, 4312.0, 4270.0, 4302.0, 4290.0, 4341.0, 4322.0, 4279.0, 4301.0, 4301.0, 4339.0, 4310.0, 4288.0, 4300.0, 4310.0, 4278.0, 4309.0, 4300.0, 4310.0, 4291.0, 4280.0, 4343.0, 4312.0, 4291.0, 4311.0, 4291.0, 4342.0, 4300.0, 4270.0, 4311.0, 4292.0, 4343.0, 4279.0, 4278.0, 4311.0, 4314.0, 4331.0, 4313.0, 4290.0, 4309.0, 4281.0, 4280.0, 4341.0, 4301.0, 4269.0, 4300.0, 4302.0, 4340.0, 4311.0, 4290.0, 4308.0, 4311.0, 4310.0, 4311.0, 4302.0, 4300.0, 4270.0, 4281.0, 4330.0, 4301.0, 4269.0, 4301.0, 4293.0, 4342.0, 4303.0, 4291.0, 4323.0, 4325.0, 4302.0, 4323.0, 4302.0, 4291.0, 4281.0, 4292.0, 4352.0, 4303.0, 4282.0, 4335.0, 4313.0, 4333.0, 4311.0, 4290.0, 4332.0, 4311.0, 4291.0, 4341.0, 4289.0, 4282.0, 4330.0, 4300.0, 4299.0, 4280.0, 4291.0, 4329.0, 4290.0, 4289.0, 4310.0, 4312.0, 4289.0, 4311.0, 4290.0, 4279.0, 4271.0, 4270.0, 4341.0, 4301.0, 4271.0, 4301.0, 4271.0, 4341.0, 4271.0, 4271.0, 4321.0, 4304.0, 4282.0, 4282.0, 4295.0, 4353.0, 4314.0, 4283.0, 4313.0, 4304.0, 4343.0, 4313.0, 4282.0, 4311.0, 4304.0, 4282.0, 4335.0, 4305.0, 4312.0, 4294.0, 4274.0, 4356.0, 4314.0, 4313.0, 4326.0, 4293.0, 4366.0, 4314.0, 4273.0, 4311.0, 4281.0, 4341.0, 4301.0, 4280.0, 4314.0, 4282.0, 4342.0, 4322.0, 4271.0, 4302.0, 4304.0, 4341.0, 4313.0, 4292.0, 4311.0, 4312.0, 4342.0, 4322.0, 4291.0, 4310.0, 4311.0, 4310.0, 4321.0, 4292.0, 4320.0, 4311.0, 4280.0, 4332.0, 4290.0, 4309.0, 4310.0, 4282.0, 4332.0, 4303.0, 4301.0, 4270.0, 4281.0, 4341.0, 4313.0, 4281.0, 4280.0, 4300.0, 4339.0, 4313.0, 4321.0, 4280.0, 4303.0, 4344.0, 4313.0, 4313.0, 4270.0, 4294.0, 4331.0, 4313.0, 4270.0, 4290.0, 4292.0, 4343.0, 4292.0, 4353.0, 4302.0, 4268.0, 4268.0, 4269.0, 4330.0, 4311.0, 4270.0, 4311.0, 4292.0, 4353.0, 4324.0, 4271.0, 4300.0, 4283.0, 4342.0, 4302.0, 4325.0, 4336.0, 4284.0, 4295.0, 4313.0, 4285.0, 4324.0, 4324.0, 4334.0, 4302.0, 4356.0, 4336.0, 4302.0, 4342.0, 4311.0, 4340.0, 4309.0, 4325.0, 4307.0, 4264.0, 4273.0, 4284.0, 4292.0, 4297.0, 4316.0, 4298.0, 4306.0, 4257.0, 4256.0, 4277.0, 4288.0, 4319.0, 4280.0, 4281.0, 4332.0, 4304.0, 4353.0, 4303.0, 4331.0, 4311.0, 4269.0, 4280.0, 4282.0, 4332.0, 4312.0, 4272.0, 4324.0, 4284.0, 4345.0, 4304.0, 4311.0, 4313.0, 4272.0, 4344.0, 4313.0, 4312.0], 'WindowWidth': [9600.0, 9649.0, 9548.0, 9619.0, 9580.0, 9538.0, 9526.0, 9503.0, 9578.0, 9556.0, 9588.0, 9499.0, 9496.0, 9481.0, 9535.0, 9489.0, 9569.0, 9507.0, 9511.0, 9535.0, 9542.0, 9569.0, 9510.0, 9543.0, 9493.0, 9580.0, 9545.0, 9581.0, 9501.0, 9504.0, 9502.0, 9552.0, 9486.0, 9569.0, 9503.0, 9520.0, 9520.0, 9540.0, 9562.0, 9505.0, 9558.0, 9500.0, 9581.0, 9505.0, 9587.0, 9528.0, 9520.0, 9510.0, 9505.0, 9553.0, 9515.0, 9522.0, 9480.0, 9531.0, 9496.0, 9541.0, 9510.0, 9482.0, 9494.0, 9483.0, 9574.0, 9512.0, 9524.0, 9484.0, 9480.0, 9548.0, 9483.0, 9563.0, 9496.0, 9491.0, 9521.0, 9504.0, 9555.0, 9483.0, 9506.0, 9494.0, 9559.0, 9501.0, 9551.0, 9485.0, 9479.0, 9549.0, 9479.0, 9577.0, 9501.0, 9535.0, 9507.0, 9462.0, 9508.0, 9493.0, 9565.0, 9510.0, 9518.0, 9530.0, 9493.0, 9571.0, 9488.0, 9563.0, 9515.0, 9535.0, 9511.0, 9533.0, 9510.0, 9485.0, 9507.0, 9487.0, 9575.0, 9513.0, 9536.0, 9484.0, 9483.0, 9549.0, 9481.0, 9563.0, 9498.0, 9538.0, 9519.0, 9552.0, 9530.0, 9510.0, 9500.0, 9490.0, 9564.0, 9505.0, 9502.0, 9504.0, 9513.0, 9599.0, 9552.0, 9566.0, 9523.0, 9490.0, 9582.0, 9491.0, 9586.0, 9533.0, 9501.0, 9555.0, 9492.0, 9586.0, 9536.0, 9575.0, 9491.0, 9524.0, 9474.0, 9534.0, 9488.0, 9459.0, 9501.0, 9470.0, 9513.0, 9476.0, 9545.0, 9481.0, 9518.0, 9509.0, 9496.0, 9554.0, 9491.0, 9571.0, 9521.0, 9564.0, 9546.0, 9540.0, 9497.0, 9481.0, 9568.0, 9482.0, 9578.0, 9510.0, 9519.0, 9477.0, 9482.0, 9560.0, 9482.0, 9541.0, 9493.0, 9475.0, 9549.0, 9464.0, 9579.0, 9513.0, 9507.0, 9497.0, 9495.0, 9562.0, 9497.0, 9533.0, 9502.0, 9478.0, 9520.0, 9476.0, 9577.0, 9492.0, 9530.0, 9517.0, 9479.0, 9531.0, 9480.0, 9575.0, 9507.0, 9495.0, 9525.0, 9483.0, 9569.0, 9485.0, 9535.0, 9499.0, 9559.0, 9525.0, 9496.0, 9536.0, 9504.0, 9578.0, 9528.0, 9540.0, 9498.0, 9495.0, 9561.0, 9484.0, 9562.0, 9509.0, 9497.0, 9506.0, 9504.0, 9560.0, 9497.0, 9533.0, 9510.0, 9507.0, 9537.0, 9485.0, 9548.0, 9512.0, 9534.0, 9511.0, 9482.0, 9550.0, 9499.0, 9564.0, 9513.0, 9565.0, 9542.0, 9480.0, 9493.0, 9481.0, 9558.0, 9496.0, 9495.0, 9481.0, 9470.0, 9563.0, 9502.0, 9551.0, 9516.0, 9487.0, 9555.0, 9505.0, 9580.0, 9543.0, 9486.0, 9552.0, 9487.0, 9577.0, 9542.0, 9482.0, 9508.0, 9503.0, 9578.0, 9529.0, 9501.0, 9524.0, 9506.0, 9581.0, 9530.0, 9528.0, 9514.0, 9516.0, 9581.0, 9528.0, 9538.0, 9527.0, 9500.0, 9586.0, 9517.0, 9526.0, 9553.0, 9499.0, 9552.0, 9500.0, 9508.0, 9536.0, 9483.0, 9550.0, 9513.0, 9520.0, 9535.0, 9482.0, 9547.0, 9496.0, 9547.0, 9527.0, 9501.0, 9523.0, 9502.0, 9552.0, 9529.0, 9502.0, 9553.0, 9502.0, 9564.0, 9541.0, 9500.0, 9551.0, 9510.0, 9567.0, 9526.0, 9522.0, 9552.0, 9495.0, 9536.0, 9511.0, 9478.0, 9536.0, 9498.0, 9521.0, 9512.0, 9499.0, 9581.0, 9497.0, 9498.0, 9504.0, 9500.0, 9578.0, 9514.0, 9498.0, 9531.0, 9486.0, 9580.0, 9516.0, 9511.0, 9485.0, 9481.0, 9577.0, 9514.0, 9511.0, 9484.0, 9501.0, 9581.0, 9502.0, 9567.0, 9498.0, 9486.0, 9545.0, 9506.0, 9568.0, 9542.0, 9501.0, 9567.0, 9505.0, 9565.0, 9545.0, 9501.0, 9539.0, 9508.0, 9570.0, 9543.0, 9501.0, 9567.0, 9503.0, 9567.0, 9526.0, 9497.0, 9535.0, 9499.0, 9564.0, 9499.0, 9538.0, 9511.0, 9482.0, 9552.0, 9503.0, 9539.0, 9528.0, 9502.0, 9567.0, 9520.0, 9554.0, 9544.0, 9490.0, 9554.0, 9501.0, 9537.0, 9529.0, 9503.0, 9552.0, 9515.0, 9513.0, 9555.0, 9504.0, 9583.0, 9515.0, 9504.0, 9569.0, 9499.0, 9568.0, 9496.0, 9483.0, 9565.0, 9515.0, 9542.0, 9497.0, 9499.0, 9568.0, 9499.0, 9512.0, 9528.0, 9500.0, 9570.0, 9520.0, 9501.0, 9559.0, 9503.0, 9528.0, 9520.0, 9500.0, 9584.0, 9490.0, 9526.0, 9505.0, 9515.0, 9598.0, 9502.0, 9523.0, 9501.0, 9515.0, 9579.0, 9500.0, 9511.0, 9497.0, 9501.0, 9580.0, 9532.0, 9486.0, 9508.0, 9504.0, 9581.0, 9542.0, 9538.0, 9495.0, 9499.0, 9579.0, 9525.0, 9511.0, 9494.0, 9487.0, 9562.0, 9499.0, 9512.0, 9512.0, 9503.0, 9573.0, 9533.0, 9505.0, 9558.0, 9505.0, 9533.0, 9531.0, 9503.0, 9605.0, 9493.0, 9514.0, 9504.0, 9488.0, 9581.0, 9531.0, 9499.0, 9513.0, 9482.0, 9561.0, 9502.0, 9588.0, 9515.0, 9486.0, 9537.0, 9498.0, 9564.0, 9538.0, 9502.0, 9569.0, 9523.0, 9562.0, 9553.0, 9503.0, 9508.0, 9487.0, 9559.0, 9519.0, 9480.0, 9515.0, 9499.0, 9534.0, 9521.0, 9480.0, 9545.0, 9510.0, 9487.0, 9550.0, 9484.0, 9563.0, 9497.0, 9498.0, 9553.0, 9498.0, 9536.0, 9482.0, 9485.0, 9568.0, 9514.0, 9542.0, 9499.0, 9499.0, 9582.0, 9530.0, 9566.0, 9524.0, 9484.0, 9537.0, 9497.0, 9484.0, 9570.0, 9507.0, 9502.0, 9520.0, 9506.0, 9601.0, 9518.0, 9487.0, 9545.0, 9504.0, 9586.0, 9533.0, 9501.0, 9558.0, 9502.0, 9582.0, 9543.0, 9472.0, 9513.0, 9505.0, 9577.0, 9540.0, 9498.0, 9553.0, 9516.0, 9512.0, 9556.0, 9502.0, 9540.0, 9514.0, 9509.0, 9583.0, 9496.0, 9485.0, 9499.0, 9501.0, 9578.0, 9494.0, 9481.0, 9523.0, 9497.0, 9578.0, 9498.0, 9500.0, 9554.0, 9514.0, 9579.0, 9514.0, 9502.0, 9557.0, 9517.0, 9557.0, 9504.0, 9500.0, 9584.0, 9532.0, 9584.0, 9555.0, 9483.0, 9522.0, 9496.0, 9563.0, 9532.0, 9489.0, 9541.0, 9535.0, 9570.0, 9545.0, 9501.0, 9538.0, 9511.0, 9490.0, 9540.0, 9499.0, 9569.0, 9501.0, 9488.0, 9554.0, 9498.0, 9583.0, 9514.0, 9494.0, 9495.0, 9483.0, 9576.0, 9517.0, 9512.0, 9499.0, 9504.0, 9579.0, 9516.0, 9565.0, 9524.0, 9497.0, 9567.0, 9523.0, 9562.0, 9522.0, 9495.0, 9545.0, 9509.0, 9546.0, 9508.0, 9490.0, 9517.0, 9507.0, 9507.0, 9538.0, 9495.0, 9549.0, 9513.0, 9534.0, 9526.0, 9484.0, 9521.0, 9514.0, 9517.0, 9542.0, 9519.0, 9569.0, 9517.0, 9492.0, 9557.0, 9517.0, 9552.0, 9499.0, 9483.0, 9569.0, 9534.0, 9559.0, 9501.0, 9516.0, 9567.0, 9528.0, 9554.0, 9489.0, 9501.0, 9553.0, 9535.0, 9570.0, 9520.0, 9507.0, 9560.0, 9538.0, 9560.0, 9537.0, 9519.0, 9573.0, 9548.0, 9588.0, 9562.0, 9515.0, 9514.0, 9537.0, 9591.0, 9524.0, 9504.0, 9576.0, 9506.0, 9551.0, 9559.0, 9565.0, 9564.0, 9621.0, 9530.0, 9564.0, 9523.0, 9495.0, 9519.0, 9506.0, 9502.0, 9494.0, 9492.0, 9551.0, 9525.0, 9534.0, 9483.0, 9492.0, 9549.0, 9509.0, 9596.0, 9541.0, 9494.0, 9510.0, 9504.0, 9561.0, 9543.0, 9479.0, 9502.0, 9525.0, 9546.0, 9512.0, 9495.0, 9537.0, 9528.0, 9577.0, 9529.0, 9510.0, 9537.0, 9527.0, 9562.0, 9539.0, 9512.0, 9524.0, 9526.0, 9563.0, 9515.0, 9513.0, 9543.0, 9519.0, 9521.0, 9544.0, 9547.0, 9533.0, 9576.0, 9520.0, 9562.0, 9505.0, 9505.0, 9592.0, 9549.0, 9503.0, 9513.0, 9515.0, 9585.0, 9520.0, 9506.0, 9573.0, 9548.0, 9573.0, 9567.0, 9518.0, 9520.0, 9526.0, 9481.0, 9573.0, 9527.0, 9483.0, 9527.0, 9515.0, 9600.0, 9545.0, 9520.0, 9559.0, 9544.0, 9543.0, 9528.0, 9529.0, 9538.0, 9541.0, 9517.0, 9586.0, 9532.0, 9507.0, 9560.0, 9519.0, 9573.0, 9541.0, 9484.0, 9567.0, 9533.0, 9515.0, 9504.0, 9505.0, 9587.0, 9535.0, 9559.0, 9505.0, 9512.0, 9548.0, 9511.0, 9596.0, 9521.0, 9490.0, 9521.0, 9490.0, 9578.0, 9523.0, 9529.0, 9533.0, 9488.0, 9533.0, 9490.0, 9530.0, 9520.0, 9522.0, 9537.0, 9505.0, 9551.0, 9506.0, 9534.0, 9531.0, 9475.0, 9547.0, 9521.0, 9518.0, 9534.0, 9481.0, 9565.0, 9509.0, 9515.0, 9519.0, 9543.0, 9520.0, 9546.0, 9503.0, 9474.0, 9515.0, 9475.0, 9555.0, 9518.0, 9500.0, 9522.0, 9490.0, 9557.0, 9487.0, 9534.0, 9528.0, 9552.0, 9532.0, 9516.0, 9540.0, 9526.0, 9580.0, 9546.0, 9527.0, 9482.0, 9488.0, 9562.0, 9531.0, 9515.0, 9514.0, 9520.0, 9587.0, 9533.0, 9583.0, 9526.0, 9481.0, 9540.0, 9511.0, 9577.0, 9526.0, 9504.0, 9527.0, 9480.0, 9554.0, 9496.0, 9520.0, 9546.0, 9562.0, 9531.0, 9496.0, 9527.0, 9513.0, 9578.0, 9534.0, 9509.0, 9482.0, 9495.0, 9567.0, 9512.0, 9580.0, 9522.0, 9480.0, 9537.0, 9493.0, 9591.0, 9521.0, 9506.0, 9537.0, 9519.0, 9534.0, 9491.0, 9529.0, 9518.0, 9531.0, 9509.0, 9496.0, 9535.0, 9524.0, 9563.0, 9527.0, 9496.0, 9524.0, 9526.0, 9577.0, 9544.0, 9560.0, 9479.0, 9496.0, 9563.0, 9505.0, 9571.0, 9502.0, 9463.0, 9517.0, 9508.0, 9547.0, 9522.0, 9480.0, 9550.0, 9495.0, 9566.0, 9522.0, 9535.0, 9538.0, 9559.0, 9520.0, 9489.0, 9487.0, 9506.0, 9561.0, 9523.0, 9493.0, 9504.0, 9521.0, 9548.0, 9537.0, 9551.0, 9497.0, 9506.0, 9565.0, 9537.0, 9566.0, 9523.0, 9510.0, 9548.0, 9507.0, 9575.0, 9517.0, 9462.0, 9520.0, 9489.0, 9559.0, 9520.0, 9467.0, 9523.0, 9497.0, 9579.0, 9524.0, 9479.0, 9537.0, 9511.0, 9580.0, 9538.0, 9477.0, 9536.0, 9497.0, 9585.0, 9558.0, 9499.0, 9529.0, 9545.0, 9526.0, 9514.0, 9517.0, 9569.0, 9547.0, 9544.0, 9591.0, 9531.0, 9509.0, 9513.0, 9510.0, 9581.0, 9543.0, 9482.0, 9528.0, 9513.0, 9581.0, 9556.0, 9494.0, 9526.0, 9526.0, 9574.0, 9535.0, 9504.0, 9522.0, 9535.0, 9491.0, 9534.0, 9521.0, 9536.0, 9513.0, 9498.0, 9586.0, 9544.0, 9514.0, 9540.0, 9513.0, 9582.0, 9523.0, 9483.0, 9538.0, 9514.0, 9586.0, 9494.0, 9491.0, 9541.0, 9546.0, 9565.0, 9546.0, 9511.0, 9532.0, 9501.0, 9497.0, 9582.0, 9525.0, 9479.0, 9524.0, 9529.0, 9575.0, 9538.0, 9508.0, 9529.0, 9540.0, 9535.0, 9540.0, 9527.0, 9521.0, 9483.0, 9497.0, 9562.0, 9525.0, 9482.0, 9525.0, 9520.0, 9581.0, 9532.0, 9514.0, 9557.0, 9565.0, 9529.0, 9559.0, 9528.0, 9510.0, 9502.0, 9515.0, 9597.0, 9534.0, 9501.0, 9576.0, 9547.0, 9570.0, 9540.0, 9510.0, 9569.0, 9538.0, 9513.0, 9579.0, 9507.0, 9501.0, 9564.0, 9523.0, 9520.0, 9494.0, 9512.0, 9560.0, 9510.0, 9508.0, 9535.0, 9541.0, 9508.0, 9536.0, 9510.0, 9493.0, 9484.0, 9482.0, 9577.0, 9527.0, 9486.0, 9525.0, 9486.0, 9580.0, 9485.0, 9486.0, 9553.0, 9532.0, 9503.0, 9502.0, 9526.0, 9600.0, 9550.0, 9507.0, 9543.0, 9533.0, 9584.0, 9546.0, 9502.0, 9538.0, 9534.0, 9502.0, 9576.0, 9536.0, 9543.0, 9521.0, 9495.0, 9609.0, 9548.0, 9544.0, 9565.0, 9519.0, 9623.0, 9547.0, 9490.0, 9540.0, 9499.0, 9581.0, 9525.0, 9496.0, 9544.0, 9501.0, 9583.0, 9557.0, 9486.0, 9528.0, 9535.0, 9580.0, 9544.0, 9515.0, 9539.0, 9542.0, 9581.0, 9554.0, 9511.0, 9535.0, 9539.0, 9537.0, 9551.0, 9515.0, 9550.0, 9536.0, 9497.0, 9566.0, 9509.0, 9532.0, 9536.0, 9502.0, 9567.0, 9534.0, 9524.0, 9483.0, 9499.0, 9578.0, 9544.0, 9498.0, 9495.0, 9522.0, 9574.0, 9544.0, 9552.0, 9496.0, 9533.0, 9588.0, 9544.0, 9544.0, 9484.0, 9524.0, 9567.0, 9545.0, 9485.0, 9511.0, 9515.0, 9587.0, 9516.0, 9598.0, 9525.0, 9476.0, 9476.0, 9481.0, 9563.0, 9539.0, 9483.0, 9539.0, 9514.0, 9598.0, 9560.0, 9485.0, 9523.0, 9507.0, 9583.0, 9528.0, 9563.0, 9579.0, 9507.0, 9524.0, 9545.0, 9511.0, 9563.0, 9561.0, 9573.0, 9527.0, 9609.0, 9580.0, 9529.0, 9580.0, 9537.0, 9573.0, 9530.0, 9548.0, 9524.0, 9460.0, 9470.0, 9486.0, 9496.0, 9510.0, 9535.0, 9515.0, 9520.0, 9457.0, 9455.0, 9485.0, 9503.0, 9544.0, 9496.0, 9500.0, 9568.0, 9534.0, 9598.0, 9531.0, 9565.0, 9538.0, 9479.0, 9494.0, 9500.0, 9568.0, 9542.0, 9489.0, 9562.0, 9508.0, 9590.0, 9532.0, 9537.0, 9541.0, 9486.0, 9586.0, 9543.0, 9540.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.00044966798418972327</td></tr>
<tr><td colspan=3>aqi</td><td>0.05417679944664032</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.877713957871904</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1384355285601269</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9157517594224678</td></tr>
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
<tr><td colspan=3>fber</td><td>7345.8081</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11688348436326147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.011857707509881</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.569139794601448</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4001101245950975</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8199389327674167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.48737032644183</td></tr>
<tr><td colspan=3>gcor</td><td>0.00365468</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007526462431997061</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0369168259203434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</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.038755827391296</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>21.9626</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5629</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.6761</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.1361</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6542</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.5769</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.6398</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.0697</td></tr>
<tr><td colspan=3>tsnr</td><td>31.674084203550592</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>