<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-04/func/sub-0052_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>019293caa596789c8e0fc6b59cc9b07f</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>13:43:23.162500</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.997838, -0.063723, 0.0160933, 0.0598069, 0.981901, 0.179706]</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.093471</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>[4133, -7718, -7308, 781, -24, -20, 58, 84]</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>238.843</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>524a6ca6-45e9-4c93-807a-515b7759c40a||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.677125930786133, 0.16045747697353363, 0.07358423620462418, 105.23997497558594], [0.1709640771150589, 2.6343674659729004, 0.48155906796455383, -111.94258117675781], [0.043177101761102676, -0.4821387231349945, 2.6556894779205322, -43.32648849487305], [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': ['134323.162500', '134323.622500', '134324.082500', '134324.542500', '134325.002500', '134325.462500', '134325.922500', '134326.382500', '134326.842500', '134327.302500', '134327.762500', '134328.222500', '134328.682500', '134329.142500', '134329.602500', '134330.062500', '134330.522500', '134330.982500', '134331.442500', '134331.902500', '134332.362500', '134332.822500', '134333.282500', '134333.742500', '134334.202500', '134334.662500', '134335.122500', '134335.582500', '134336.042500', '134336.502500', '134336.962500', '134337.422500', '134337.882500', '134338.342500', '134338.802500', '134339.262500', '134339.722500', '134340.182500', '134340.642500', '134341.102500', '134341.562500', '134342.022500', '134342.482500', '134342.942500', '134343.402500', '134343.862500', '134344.322500', '134344.782500', '134345.242500', '134345.702500', '134346.162500', '134346.622500', '134347.082500', '134347.542500', '134348.002500', '134348.462500', '134348.922500', '134349.382500', '134349.842500', '134350.302500', '134350.762500', '134351.222500', '134351.682500', '134352.142500', '134352.602500', '134353.062500', '134353.522500', '134353.982500', '134354.442500', '134354.902500', '134355.362500', '134355.822500', '134356.282500', '134356.742500', '134357.202500', '134357.662500', '134358.122500', '134358.582500', '134359.042500', '134359.502500', '134359.962500', '134400.422500', '134400.882500', '134401.342500', '134401.802500', '134402.262500', '134402.722500', '134403.182500', '134403.642500', '134404.102500', '134404.562500', '134405.022500', '134405.482500', '134405.942500', '134406.402500', '134406.862500', '134407.322500', '134407.782500', '134408.242500', '134408.702500', '134409.162500', '134409.622500', '134410.082500', '134410.542500', '134411.002500', '134411.462500', '134411.922500', '134412.382500', '134412.842500', '134413.302500', '134413.762500', '134414.222500', '134414.682500', '134415.142500', '134415.602500', '134416.062500', '134416.522500', '134416.982500', '134417.442500', '134417.902500', '134418.362500', '134418.822500', '134419.282500', '134419.742500', '134420.202500', '134420.662500', '134421.122500', '134421.582500', '134422.042500', '134422.502500', '134422.962500', '134423.422500', '134423.882500', '134424.342500', '134424.802500', '134425.262500', '134425.722500', '134426.182500', '134426.642500', '134427.102500', '134427.562500', '134428.022500', '134428.482500', '134428.942500', '134429.402500', '134429.862500', '134430.322500', '134430.782500', '134431.242500', '134431.702500', '134432.162500', '134432.622500', '134433.082500', '134433.542500', '134434.002500', '134434.462500', '134434.922500', '134435.382500', '134435.842500', '134436.302500', '134436.762500', '134437.222500', '134437.682500', '134438.142500', '134438.602500', '134439.062500', '134439.522500', '134439.982500', '134440.442500', '134440.902500', '134441.362500', '134441.822500', '134442.282500', '134442.742500', '134443.202500', '134443.662500', '134444.122500', '134444.582500', '134445.042500', '134445.502500', '134445.962500', '134446.422500', '134446.882500', '134447.342500', '134447.802500', '134448.262500', '134448.722500', '134449.182500', '134449.642500', '134450.102500', '134450.562500', '134451.022500', '134451.482500', '134451.942500', '134452.402500', '134452.862500', '134453.322500', '134453.782500', '134454.242500', '134454.702500', '134455.162500', '134455.622500', '134456.082500', '134456.542500', '134457.002500', '134457.462500', '134457.922500', '134458.382500', '134458.842500', '134459.302500', '134459.762500', '134500.222500', '134500.682500', '134501.142500', '134501.602500', '134502.062500', '134502.522500', '134502.982500', '134503.442500', '134503.902500', '134504.362500', '134504.822500', '134505.282500', '134505.742500', '134506.202500', '134506.662500', '134507.122500', '134507.582500', '134508.042500', '134508.502500', '134508.962500', '134509.422500', '134509.882500', '134510.342500', '134510.802500', '134511.262500', '134511.722500', '134512.182500', '134512.642500', '134513.102500', '134513.562500', '134514.022500', '134514.482500', '134514.942500', '134515.402500', '134515.862500', '134516.322500', '134516.782500', '134517.242500', '134517.702500', '134518.162500', '134518.622500', '134519.082500', '134519.542500', '134520.002500', '134520.462500', '134520.922500', '134521.382500', '134521.842500', '134522.302500', '134522.762500', '134523.222500', '134523.682500', '134524.142500', '134524.602500', '134525.062500', '134525.522500', '134525.982500', '134526.442500', '134526.902500', '134527.362500', '134527.822500', '134528.282500', '134528.742500', '134529.202500', '134529.662500', '134530.122500', '134530.582500', '134531.042500', '134531.502500', '134531.962500', '134532.422500', '134532.882500', '134533.342500', '134533.802500', '134534.262500', '134534.722500', '134535.182500', '134535.642500', '134536.102500', '134536.562500', '134537.022500', '134537.482500', '134537.942500', '134538.402500', '134538.862500', '134539.322500', '134539.782500', '134540.242500', '134540.702500', '134541.162500', '134541.622500', '134542.082500', '134542.542500', '134543.002500', '134543.462500', '134543.922500', '134544.382500', '134544.842500', '134545.302500', '134545.762500', '134546.222500', '134546.682500', '134547.142500', '134547.602500', '134548.062500', '134548.522500', '134548.982500', '134549.442500', '134549.902500', '134550.362500', '134550.822500', '134551.282500', '134551.742500', '134552.202500', '134552.662500', '134553.122500', '134553.582500', '134554.042500', '134554.502500', '134554.962500', '134555.422500', '134555.882500', '134556.342500', '134556.802500', '134557.262500', '134557.722500', '134558.182500', '134558.642500', '134559.102500', '134559.562500', '134600.022500', '134600.482500', '134600.942500', '134601.402500', '134601.862500', '134602.322500', '134602.782500', '134603.242500', '134603.702500', '134604.162500', '134604.622500', '134605.082500', '134605.542500', '134606.002500', '134606.462500', '134606.922500', '134607.382500', '134607.842500', '134608.302500', '134608.762500', '134609.222500', '134609.682500', '134610.142500', '134610.602500', '134611.062500', '134611.522500', '134611.982500', '134612.442500', '134612.902500', '134613.362500', '134613.822500', '134614.282500', '134614.742500', '134615.202500', '134615.662500', '134616.122500', '134616.582500', '134617.042500', '134617.502500', '134617.962500', '134618.422500', '134618.882500', '134619.342500', '134619.802500', '134620.262500', '134620.722500', '134621.182500', '134621.642500', '134622.102500', '134622.562500', '134623.022500', '134623.482500', '134623.942500', '134624.402500', '134624.862500', '134625.322500', '134625.782500', '134626.242500', '134626.702500', '134627.162500', '134627.622500', '134628.082500', '134628.542500', '134629.002500', '134629.462500', '134629.922500', '134630.382500', '134630.842500', '134631.302500', '134631.762500', '134632.222500', '134632.682500', '134633.142500', '134633.602500', '134634.062500', '134634.522500', '134634.982500', '134635.442500', '134635.902500', '134636.362500', '134636.822500', '134637.282500', '134637.742500', '134638.202500', '134638.662500', '134639.122500', '134639.582500', '134640.042500', '134640.502500', '134640.962500', '134641.422500', '134641.882500', '134642.342500', '134642.802500', '134643.262500', '134643.722500', '134644.182500', '134644.642500', '134645.102500', '134645.562500', '134646.022500', '134646.482500', '134646.942500', '134647.402500', '134647.862500', '134648.322500', '134648.782500', '134649.242500', '134649.702500', '134650.162500', '134650.622500', '134651.082500', '134651.542500', '134652.002500', '134652.462500', '134652.922500', '134653.382500', '134653.842500', '134654.302500', '134654.762500', '134655.222500', '134655.682500', '134656.142500', '134656.602500', '134657.062500', '134657.522500', '134657.982500', '134658.442500', '134658.902500', '134659.362500', '134659.822500', '134700.282500', '134700.742500', '134701.202500', '134701.662500', '134702.122500', '134702.582500', '134703.042500', '134703.502500', '134703.962500', '134704.422500', '134704.882500', '134705.342500', '134705.802500', '134706.262500', '134706.722500', '134707.182500', '134707.642500', '134708.102500', '134708.562500', '134709.022500', '134709.482500', '134709.942500', '134710.402500', '134710.862500', '134711.322500', '134711.782500', '134712.242500', '134712.702500', '134713.162500', '134713.622500', '134714.082500', '134714.542500', '134715.002500', '134715.462500', '134715.922500', '134716.382500', '134716.842500', '134717.302500', '134717.762500', '134718.222500', '134718.682500', '134719.142500', '134719.602500', '134720.062500', '134720.522500', '134720.982500', '134721.442500', '134721.902500', '134722.362500', '134722.822500', '134723.282500', '134723.742500', '134724.202500', '134724.662500', '134725.122500', '134725.582500', '134726.042500', '134726.502500', '134726.962500', '134727.422500', '134727.882500', '134728.342500', '134728.802500', '134729.262500', '134729.722500', '134730.182500', '134730.642500', '134731.102500', '134731.562500', '134732.022500', '134732.482500', '134732.942500', '134733.402500', '134733.862500', '134734.322500', '134734.782500', '134735.242500', '134735.702500', '134736.162500', '134736.622500', '134737.082500', '134737.542500', '134738.002500', '134738.462500', '134738.922500', '134739.382500', '134739.842500', '134740.302500', '134740.762500', '134741.222500', '134741.682500', '134742.142500', '134742.602500', '134743.062500', '134743.522500', '134743.982500', '134744.442500', '134744.902500', '134745.362500', '134745.822500', '134746.282500', '134746.742500', '134747.202500', '134747.662500', '134748.122500', '134748.582500', '134749.042500', '134749.502500', '134749.962500', '134750.422500', '134750.882500', '134751.342500', '134751.802500', '134752.262500', '134752.722500', '134753.182500', '134753.642500', '134754.102500', '134754.562500', '134755.022500', '134755.482500', '134755.942500', '134756.402500', '134756.862500', '134757.322500', '134757.782500', '134758.242500', '134758.702500', '134759.162500', '134759.622500', '134800.082500', '134800.542500', '134801.002500', '134801.462500', '134801.922500', '134802.382500', '134802.842500', '134803.302500', '134803.762500', '134804.222500', '134804.682500', '134805.142500', '134805.602500', '134806.062500', '134806.522500', '134806.982500', '134807.442500', '134807.902500', '134808.362500', '134808.822500', '134809.282500', '134809.742500', '134810.202500', '134810.662500', '134811.122500', '134811.582500', '134812.042500', '134812.502500', '134812.962500', '134813.422500', '134813.882500', '134814.342500', '134814.802500', '134815.262500', '134815.722500', '134816.182500', '134816.642500', '134817.102500', '134817.562500', '134818.022500', '134818.482500', '134818.942500', '134819.402500', '134819.862500', '134820.322500', '134820.782500', '134821.242500', '134821.702500', '134822.162500', '134822.622500', '134823.082500', '134823.542500', '134824.002500', '134824.462500', '134824.922500', '134825.382500', '134825.842500', '134826.302500', '134826.762500', '134827.222500', '134827.682500', '134828.142500', '134828.602500', '134829.062500', '134829.522500', '134829.982500', '134830.442500', '134830.902500', '134831.362500', '134831.822500', '134832.282500', '134832.742500', '134833.202500', '134833.662500', '134834.122500', '134834.582500', '134835.042500', '134835.502500', '134835.962500', '134836.422500', '134836.882500', '134837.342500', '134837.802500', '134838.262500', '134838.722500', '134839.182500', '134839.642500', '134840.102500', '134840.562500', '134841.022500', '134841.482500', '134841.942500', '134842.402500', '134842.862500', '134843.322500', '134843.782500', '134844.242500', '134844.702500', '134845.162500', '134845.622500', '134846.082500', '134846.542500', '134847.002500', '134847.462500', '134847.922500', '134848.382500', '134848.842500', '134849.302500', '134849.762500', '134850.222500', '134850.682500', '134851.142500', '134851.602500', '134852.062500', '134852.522500', '134852.982500', '134853.442500', '134853.902500', '134854.362500', '134854.822500', '134855.282500', '134855.742500', '134856.202500', '134856.662500', '134857.122500', '134857.582500', '134858.042500', '134858.502500', '134858.962500', '134859.422500', '134859.882500', '134900.342500', '134900.802500', '134901.262500', '134901.722500', '134902.182500', '134902.642500', '134903.102500', '134903.562500', '134904.022500', '134904.482500', '134904.942500', '134905.402500', '134905.862500', '134906.322500', '134906.782500', '134907.242500', '134907.702500', '134908.162500', '134908.622500', '134909.082500', '134909.542500', '134910.002500', '134910.462500', '134910.922500', '134911.382500', '134911.842500', '134912.302500', '134912.762500', '134913.222500', '134913.682500', '134914.142500', '134914.602500', '134915.062500', '134915.522500', '134915.982500', '134916.442500', '134916.902500', '134917.362500', '134917.822500', '134918.282500', '134918.742500', '134919.202500', '134919.662500', '134920.122500', '134920.582500', '134921.042500', '134921.502500', '134921.962500', '134922.422500', '134922.882500', '134923.342500', '134923.802500', '134924.262500', '134924.722500', '134925.182500', '134925.642500', '134926.102500', '134926.562500', '134927.022500', '134927.482500', '134927.942500', '134928.402500', '134928.862500', '134929.322500', '134929.782500', '134930.242500', '134930.702500', '134931.162500', '134931.622500', '134932.082500', '134932.542500', '134933.002500', '134933.462500', '134933.922500', '134934.382500', '134934.842500', '134935.302500', '134935.762500', '134936.222500', '134936.682500', '134937.142500', '134937.602500', '134938.062500', '134938.522500', '134938.982500', '134939.442500', '134939.902500', '134940.362500', '134940.822500', '134941.282500', '134941.742500', '134942.202500', '134942.662500', '134943.122500', '134943.582500', '134944.042500', '134944.502500', '134944.962500', '134945.422500', '134945.882500', '134946.342500', '134946.802500', '134947.262500', '134947.722500', '134948.182500', '134948.642500', '134949.102500', '134949.562500', '134950.022500', '134950.482500', '134950.942500', '134951.402500', '134951.862500', '134952.322500', '134952.782500', '134953.242500', '134953.702500', '134954.162500', '134954.622500', '134955.082500', '134955.542500', '134956.002500', '134956.462500', '134956.922500', '134957.382500', '134957.842500', '134958.302500', '134958.762500', '134959.222500', '134959.682500', '135000.142500', '135000.602500', '135001.062500', '135001.522500', '135001.982500', '135002.442500', '135002.902500', '135003.362500', '135003.822500', '135004.282500', '135004.742500', '135005.202500', '135005.662500', '135006.122500', '135006.582500', '135007.042500', '135007.502500', '135007.962500', '135008.422500', '135008.882500', '135009.342500', '135009.802500', '135010.262500', '135010.722500', '135011.182500', '135011.642500', '135012.102500', '135012.562500', '135013.022500', '135013.482500', '135013.942500', '135014.402500', '135014.862500', '135015.322500', '135015.782500', '135016.242500', '135016.702500', '135017.162500', '135017.622500', '135018.082500', '135018.542500', '135019.002500', '135019.462500', '135019.922500', '135020.382500', '135020.842500', '135021.302500', '135021.762500', '135022.222500', '135022.682500', '135023.142500', '135023.602500', '135024.062500', '135024.522500', '135024.982500', '135025.442500', '135025.902500', '135026.362500', '135026.822500', '135027.282500', '135027.742500', '135028.202500', '135028.662500', '135029.122500', '135029.582500', '135030.042500', '135030.502500', '135030.962500', '135031.422500', '135031.882500', '135032.342500', '135032.802500', '135033.262500', '135033.722500', '135034.182500', '135034.642500', '135035.102500', '135035.562500', '135036.022500', '135036.482500', '135036.942500', '135037.402500', '135037.862500', '135038.322500', '135038.782500', '135039.242500', '135039.702500', '135040.162500', '135040.622500', '135041.082500', '135041.542500', '135042.002500', '135042.462500', '135042.922500', '135043.382500', '135043.842500', '135044.302500', '135044.762500', '135045.222500', '135045.682500', '135046.142500', '135046.602500', '135047.062500', '135047.522500', '135047.982500', '135048.442500', '135048.902500', '135049.362500', '135049.822500', '135050.282500', '135050.742500', '135051.202500', '135051.662500', '135052.122500', '135052.582500', '135053.042500', '135053.502500', '135053.962500', '135054.422500', '135054.882500', '135055.342500', '135055.802500', '135056.262500', '135056.722500', '135057.182500', '135057.642500', '135058.102500', '135058.562500', '135059.022500', '135059.482500', '135059.942500', '135100.402500', '135100.862500', '135101.322500', '135101.782500', '135102.242500', '135102.702500', '135103.162500', '135103.622500', '135104.082500', '135104.542500', '135105.002500', '135105.462500', '135105.922500', '135106.382500', '135106.842500', '135107.302500', '135107.762500', '135108.222500', '135108.682500', '135109.142500', '135109.602500', '135110.062500', '135110.522500', '135110.982500', '135111.442500', '135111.902500', '135112.362500', '135112.822500', '135113.282500', '135113.742500', '135114.202500', '135114.662500', '135115.122500', '135115.582500', '135116.042500', '135116.502500', '135116.962500', '135117.422500', '135117.882500', '135118.342500', '135118.802500', '135119.262500', '135119.722500', '135120.182500', '135120.642500', '135121.102500', '135121.562500', '135122.022500', '135122.482500', '135122.942500', '135123.402500', '135123.862500', '135124.322500', '135124.782500', '135125.242500', '135125.702500', '135126.162500', '135126.622500', '135127.082500', '135127.542500', '135128.002500', '135128.462500', '135128.922500', '135129.382500', '135129.842500', '135130.302500', '135130.762500', '135131.222500', '135131.682500', '135132.142500', '135132.602500', '135133.062500', '135133.522500', '135133.982500', '135134.442500', '135134.902500', '135135.362500', '135135.822500', '135136.282500', '135136.742500', '135137.202500', '135137.662500', '135138.122500', '135138.582500', '135139.042500', '135139.502500', '135139.962500', '135140.422500', '135140.882500', '135141.342500', '135141.802500', '135142.262500', '135142.722500', '135143.182500', '135143.642500', '135144.102500', '135144.562500', '135145.022500', '135145.482500', '135145.942500', '135146.402500', '135146.862500', '135147.322500', '135147.782500', '135148.242500', '135148.702500', '135149.162500', '135149.622500', '135150.082500', '135150.542500', '135151.002500', '135151.462500', '135151.922500', '135152.382500', '135152.842500', '135153.302500', '135153.762500', '135154.222500', '135154.682500', '135155.142500', '135155.602500', '135156.062500', '135156.522500', '135156.982500', '135157.442500', '135157.902500', '135158.362500', '135158.822500', '135159.282500', '135159.742500', '135200.202500', '135200.662500', '135201.122500', '135201.582500', '135202.042500', '135202.502500', '135202.962500', '135203.422500', '135203.882500', '135204.342500', '135204.802500', '135205.262500', '135205.722500', '135206.182500', '135206.642500', '135207.102500', '135207.562500', '135208.022500', '135208.482500', '135208.942500', '135209.402500', '135209.862500', '135210.322500', '135210.782500', '135211.242500', '135211.702500', '135212.162500', '135212.622500', '135213.082500', '135213.542500', '135214.002500', '135214.462500', '135214.922500', '135215.382500', '135215.842500', '135216.302500', '135216.762500', '135217.222500', '135217.682500', '135218.142500', '135218.602500', '135219.062500', '135219.522500', '135219.982500', '135220.442500', '135220.902500', '135221.362500', '135221.822500', '135222.282500', '135222.742500', '135223.202500', '135223.662500', '135224.122500', '135224.582500', '135225.042500', '135225.502500', '135225.962500', '135226.422500', '135226.882500', '135227.342500', '135227.802500', '135228.262500', '135228.722500', '135229.182500', '135229.642500', '135230.102500', '135230.562500', '135231.022500', '135231.482500', '135231.942500', '135232.402500', '135232.862500', '135233.322500', '135233.782500', '135234.242500', '135234.702500', '135235.162500', '135235.622500', '135236.082500', '135236.542500', '135237.002500', '135237.462500', '135237.922500', '135238.382500', '135238.842500', '135239.302500', '135239.762500', '135240.222500', '135240.682500', '135241.142500', '135241.602500', '135242.062500', '135242.522500', '135242.982500', '135243.442500', '135243.902500', '135244.362500', '135244.822500', '135245.282500', '135245.742500', '135246.202500', '135246.662500', '135247.122500', '135247.582500', '135248.042500', '135248.502500', '135248.962500', '135249.422500', '135249.882500', '135250.342500', '135250.802500', '135251.262500', '135251.722500', '135252.182500', '135252.642500', '135253.102500', '135253.562500', '135254.022500', '135254.482500', '135254.942500', '135255.402500', '135255.862500', '135256.322500', '135256.782500', '135257.242500', '135257.702500', '135258.162500', '135258.622500', '135259.082500', '135259.542500', '135300.002500', '135300.462500', '135300.922500', '135301.382500', '135301.842500', '135302.302500', '135302.762500', '135303.222500', '135303.682500', '135304.142500', '135304.602500', '135305.062500', '135305.522500', '135305.982500'], 'ContentTime': ['134350.731000', '134350.734000', '134350.736000', '134350.739000', '134350.742000', '134350.745000', '134350.747000', '134350.750000', '134350.753000', '134350.755000', '134350.758000', '134350.761000', '134350.763000', '134350.766000', '134350.768000', '134350.771000', '134350.774000', '134350.777000', '134350.779000', '134350.782000', '134350.784000', '134350.787000', '134350.790000', '134350.792000', '134350.795000', '134350.797000', '134350.807000', '134350.817000', '134350.819000', '134350.822000', '134350.825000', '134350.828000', '134350.830000', '134350.833000', '134350.835000', '134350.838000', '134350.841000', '134350.843000', '134350.847000', '134350.850000', '134350.853000', '134350.855000', '134350.858000', '134350.861000', '134350.863000', '134350.866000', '134350.869000', '134350.871000', '134350.874000', '134350.877000', '134350.879000', '134350.882000', '134350.884000', '134350.887000', '134350.890000', '134350.892000', '134350.895000', '134410.696000', '134410.700000', '134410.702000', '134410.705000', '134410.707000', '134410.710000', '134410.713000', '134410.715000', '134410.718000', '134410.720000', '134410.723000', '134410.726000', '134410.728000', '134410.731000', '134410.734000', '134410.736000', '134410.739000', '134410.742000', '134410.744000', '134410.747000', '134410.749000', '134410.752000', '134410.755000', '134410.757000', '134410.760000', '134410.763000', '134410.765000', '134410.768000', '134410.770000', '134410.773000', '134410.776000', '134410.778000', '134410.781000', '134410.783000', '134410.786000', '134410.789000', '134410.791000', '134410.794000', '134410.797000', '134410.799000', '134410.802000', '134410.805000', '134410.807000', '134410.810000', '134430.697000', '134430.699000', '134430.702000', '134430.705000', '134430.708000', '134430.710000', '134430.713000', '134430.716000', '134430.718000', '134430.721000', '134430.723000', '134430.734000', '134430.741000', '134430.744000', '134430.747000', '134430.749000', '134430.752000', '134430.755000', '134430.757000', '134430.760000', '134430.763000', '134430.765000', '134430.768000', '134430.771000', '134430.773000', '134430.776000', '134430.779000', '134430.781000', '134430.784000', '134430.787000', '134430.789000', '134430.792000', '134430.795000', '134430.797000', '134430.800000', '134430.803000', '134430.805000', '134430.808000', '134430.811000', '134430.814000', '134430.816000', '134430.819000', '134430.821000', '134450.697000', '134450.700000', '134450.703000', '134450.706000', '134450.709000', '134450.711000', '134450.714000', '134450.716000', '134450.719000', '134450.722000', '134450.724000', '134450.738000', '134450.741000', '134450.743000', '134450.746000', '134450.748000', '134450.751000', '134450.754000', '134450.756000', '134450.759000', '134450.762000', '134450.764000', '134450.767000', '134450.770000', '134450.772000', '134450.775000', '134450.778000', '134450.780000', '134450.783000', '134450.786000', '134450.788000', '134450.791000', '134450.794000', '134450.796000', '134450.799000', '134450.802000', '134450.804000', '134450.807000', '134450.810000', '134450.812000', '134450.815000', '134450.870000', '134450.872000', '134450.875000', '134510.697000', '134510.699000', '134510.702000', '134510.705000', '134510.708000', '134510.710000', '134510.713000', '134510.715000', '134510.718000', '134510.721000', '134510.723000', '134510.726000', '134510.729000', '134510.731000', '134510.734000', '134510.737000', '134510.740000', '134510.742000', '134510.745000', '134510.748000', '134510.750000', '134510.753000', '134510.756000', '134510.758000', '134510.761000', '134510.764000', '134510.766000', '134510.769000', '134510.772000', '134510.774000', '134510.777000', '134510.780000', '134510.783000', '134510.785000', '134510.788000', '134510.790000', '134510.793000', '134510.796000', '134510.799000', '134510.801000', '134510.804000', '134510.806000', '134510.809000', '134530.696000', '134530.700000', '134530.702000', '134530.705000', '134530.708000', '134530.710000', '134530.713000', '134530.716000', '134530.719000', '134530.722000', '134530.724000', '134530.727000', '134530.730000', '134530.732000', '134530.735000', '134530.738000', '134530.740000', '134530.743000', '134530.746000', '134530.748000', '134530.751000', '134530.754000', '134530.756000', '134530.759000', '134530.762000', '134530.764000', '134530.767000', '134530.770000', '134530.772000', '134530.775000', '134530.777000', '134530.780000', '134530.783000', '134530.786000', '134530.788000', '134530.791000', '134530.794000', '134530.796000', '134530.799000', '134530.802000', '134530.805000', '134530.807000', '134530.810000', '134550.697000', '134550.699000', '134550.702000', '134550.705000', '134550.707000', '134550.710000', '134550.713000', '134550.715000', '134550.718000', '134550.721000', '134550.723000', '134550.726000', '134550.729000', '134550.731000', '134550.734000', '134550.737000', '134550.739000', '134550.742000', '134550.745000', '134550.747000', '134550.750000', '134550.752000', '134550.755000', '134550.758000', '134550.760000', '134550.763000', '134550.766000', '134550.768000', '134550.771000', '134550.774000', '134550.776000', '134550.779000', '134550.782000', '134550.784000', '134550.787000', '134550.790000', '134550.792000', '134550.795000', '134550.798000', '134550.800000', '134550.803000', '134550.806000', '134550.808000', '134550.811000', '134610.696000', '134610.699000', '134610.702000', '134610.705000', '134610.707000', '134610.710000', '134610.713000', '134610.715000', '134610.718000', '134610.720000', '134610.723000', '134610.726000', '134610.729000', '134610.731000', '134610.738000', '134610.741000', '134610.743000', '134610.746000', '134610.749000', '134610.752000', '134610.754000', '134610.757000', '134610.760000', '134610.762000', '134610.765000', '134610.768000', '134610.770000', '134610.773000', '134610.776000', '134610.778000', '134610.781000', '134610.784000', '134610.786000', '134610.789000', '134610.792000', '134610.794000', '134610.797000', '134610.800000', '134610.802000', '134610.805000', '134610.808000', '134610.810000', '134610.813000', '134610.816000', '134630.697000', '134630.700000', '134630.702000', '134630.705000', '134630.708000', '134630.710000', '134630.713000', '134630.716000', '134630.718000', '134630.721000', '134630.724000', '134630.726000', '134630.729000', '134630.732000', '134630.735000', '134630.737000', '134630.740000', '134630.742000', '134630.745000', '134630.748000', '134630.751000', '134630.753000', '134630.756000', '134630.758000', '134630.761000', '134630.764000', '134630.767000', '134630.769000', '134630.772000', '134630.774000', '134630.777000', '134630.780000', '134630.782000', '134630.785000', '134630.788000', '134630.790000', '134630.793000', '134630.796000', '134630.798000', '134630.801000', '134630.804000', '134630.806000', '134630.809000', '134650.697000', '134650.700000', '134650.702000', '134650.705000', '134650.707000', '134650.710000', '134650.713000', '134650.716000', '134650.718000', '134650.721000', '134650.724000', '134650.726000', '134650.729000', '134650.732000', '134650.734000', '134650.737000', '134650.739000', '134650.742000', '134650.745000', '134650.748000', '134650.750000', '134650.753000', '134650.756000', '134650.759000', '134650.761000', '134650.764000', '134650.767000', '134650.769000', '134650.772000', '134650.775000', '134650.777000', '134650.780000', '134650.782000', '134650.785000', '134650.788000', '134650.790000', '134650.793000', '134650.796000', '134650.798000', '134650.801000', '134650.804000', '134650.806000', '134650.809000', '134710.696000', '134710.699000', '134710.702000', '134710.704000', '134710.707000', '134710.710000', '134710.713000', '134710.715000', '134710.718000', '134710.721000', '134710.723000', '134710.726000', '134710.729000', '134710.731000', '134710.734000', '134710.737000', '134710.739000', '134710.742000', '134710.745000', '134710.747000', '134710.750000', '134710.753000', '134710.755000', '134710.758000', '134710.760000', '134710.763000', '134710.766000', '134710.768000', '134710.771000', '134710.774000', '134710.776000', '134710.779000', '134710.781000', '134710.784000', '134710.787000', '134710.789000', '134710.792000', '134710.795000', '134710.797000', '134710.800000', '134710.803000', '134710.805000', '134710.808000', '134710.811000', '134730.696000', '134730.699000', '134730.702000', '134730.705000', '134730.707000', '134730.710000', '134730.713000', '134730.715000', '134730.718000', '134730.721000', '134730.723000', '134730.728000', '134730.730000', '134730.733000', '134730.736000', '134730.739000', '134730.742000', '134730.744000', '134730.747000', '134730.750000', '134730.752000', '134730.755000', '134730.758000', '134730.760000', '134730.763000', '134730.766000', '134730.768000', '134730.771000', '134730.774000', '134730.776000', '134730.779000', '134730.789000', '134730.806000', '134730.808000', '134730.811000', '134730.814000', '134730.869000', '134730.871000', '134730.874000', '134730.877000', '134730.879000', '134730.882000', '134730.885000', '134750.696000', '134750.699000', '134750.702000', '134750.705000', '134750.708000', '134750.710000', '134750.713000', '134750.716000', '134750.718000', '134750.721000', '134750.723000', '134750.726000', '134750.729000', '134750.731000', '134750.734000', '134750.737000', '134750.739000', '134750.742000', '134750.745000', '134750.748000', '134750.750000', '134750.753000', '134750.756000', '134750.758000', '134750.761000', '134750.764000', '134750.766000', '134750.769000', '134750.772000', '134750.774000', '134750.777000', '134750.780000', '134750.782000', '134750.785000', '134750.788000', '134750.790000', '134750.793000', '134750.796000', '134750.798000', '134750.801000', '134750.804000', '134750.806000', '134750.809000', '134750.812000', '134810.697000', '134810.700000', '134810.703000', '134810.705000', '134810.708000', '134810.711000', '134810.713000', '134810.716000', '134810.719000', '134810.721000', '134810.724000', '134810.727000', '134810.730000', '134810.733000', '134810.736000', '134810.740000', '134810.743000', '134810.745000', '134810.748000', '134810.751000', '134810.753000', '134810.756000', '134810.759000', '134810.761000', '134810.764000', '134810.767000', '134810.769000', '134810.772000', '134810.775000', '134810.777000', '134810.780000', '134810.783000', '134810.785000', '134810.788000', '134810.791000', '134810.794000', '134810.796000', '134810.799000', '134810.801000', '134810.804000', '134810.807000', '134810.810000', '134810.812000', '134830.697000', '134830.700000', '134830.702000', '134830.705000', '134830.708000', '134830.711000', '134830.713000', '134830.716000', '134830.719000', '134830.721000', '134830.724000', '134830.727000', '134830.729000', '134830.732000', '134830.735000', '134830.737000', '134830.740000', '134830.743000', '134830.745000', '134830.748000', '134830.751000', '134830.753000', '134830.756000', '134830.759000', '134830.761000', '134830.764000', '134830.767000', '134830.769000', '134830.772000', '134830.775000', '134830.777000', '134830.780000', '134830.783000', '134830.785000', '134830.788000', '134830.791000', '134830.793000', '134830.796000', '134830.799000', '134830.801000', '134830.804000', '134830.806000', '134830.809000', '134830.812000', '134850.697000', '134850.699000', '134850.702000', '134850.705000', '134850.707000', '134850.710000', '134850.713000', '134850.715000', '134850.718000', '134850.721000', '134850.723000', '134850.726000', '134850.729000', '134850.731000', '134850.734000', '134850.737000', '134850.739000', '134850.742000', '134850.744000', '134850.747000', '134850.750000', '134850.752000', '134850.755000', '134850.758000', '134850.760000', '134850.764000', '134850.767000', '134850.770000', '134850.773000', '134850.776000', '134850.778000', '134850.781000', '134850.784000', '134850.786000', '134850.789000', '134850.791000', '134850.796000', '134850.799000', '134850.801000', '134850.804000', '134850.807000', '134850.810000', '134850.813000', '134910.696000', '134910.700000', '134910.702000', '134910.705000', '134910.708000', '134910.710000', '134910.713000', '134910.716000', '134910.718000', '134910.721000', '134910.724000', '134910.726000', '134910.729000', '134910.732000', '134910.735000', '134910.737000', '134910.740000', '134910.743000', '134910.745000', '134910.748000', '134910.750000', '134910.753000', '134910.756000', '134910.758000', '134910.761000', '134910.764000', '134910.766000', '134910.769000', '134910.772000', '134910.774000', '134910.777000', '134910.779000', '134910.782000', '134910.785000', '134910.787000', '134910.790000', '134910.793000', '134910.795000', '134910.798000', '134910.801000', '134910.803000', '134910.806000', '134910.809000', '134910.811000', '134930.697000', '134930.700000', '134930.702000', '134930.705000', '134930.708000', '134930.710000', '134930.713000', '134930.716000', '134930.719000', '134930.721000', '134930.724000', '134930.727000', '134930.729000', '134930.732000', '134930.735000', '134930.737000', '134930.740000', '134930.742000', '134930.745000', '134930.748000', '134930.751000', '134930.753000', '134930.756000', '134930.759000', '134930.762000', '134930.765000', '134930.768000', '134930.771000', '134930.773000', '134930.776000', '134930.779000', '134930.781000', '134930.784000', '134930.787000', '134930.789000', '134930.792000', '134930.795000', '134930.797000', '134930.800000', '134930.803000', '134930.805000', '134930.808000', '134930.811000', '134950.696000', '134950.699000', '134950.702000', '134950.704000', '134950.707000', '134950.710000', '134950.712000', '134950.715000', '134950.718000', '134950.720000', '134950.723000', '134950.726000', '134950.729000', '134950.731000', '134950.734000', '134950.737000', '134950.739000', '134950.742000', '134950.745000', '134950.747000', '134950.750000', '134950.753000', '134950.755000', '134950.758000', '134950.760000', '134950.763000', '134950.766000', '134950.768000', '134950.771000', '134950.774000', '134950.776000', '134950.779000', '134950.782000', '134950.784000', '134950.787000', '134950.789000', '134950.792000', '134950.795000', '134950.797000', '134950.800000', '134950.803000', '134950.805000', '134950.808000', '134950.811000', '135010.697000', '135010.699000', '135010.702000', '135010.705000', '135010.708000', '135010.710000', '135010.713000', '135010.716000', '135010.718000', '135010.721000', '135010.724000', '135010.726000', '135010.729000', '135010.731000', '135010.734000', '135010.737000', '135010.740000', '135010.742000', '135010.745000', '135010.748000', '135010.750000', '135010.753000', '135010.755000', '135010.758000', '135010.762000', '135010.765000', '135010.768000', '135010.770000', '135010.773000', '135010.776000', '135010.778000', '135010.781000', '135010.784000', '135010.786000', '135010.789000', '135010.791000', '135010.794000', '135010.797000', '135010.799000', '135010.802000', '135010.806000', '135010.809000', '135010.811000', '135030.697000', '135030.700000', '135030.702000', '135030.705000', '135030.708000', '135030.710000', '135030.713000', '135030.716000', '135030.719000', '135030.721000', '135030.724000', '135030.727000', '135030.729000', '135030.732000', '135030.735000', '135030.738000', '135030.740000', '135030.743000', '135030.745000', '135030.748000', '135030.751000', '135030.754000', '135030.756000', '135030.759000', '135030.762000', '135030.764000', '135030.767000', '135030.770000', '135030.772000', '135030.775000', '135030.778000', '135030.781000', '135030.783000', '135030.786000', '135030.789000', '135030.791000', '135030.794000', '135030.797000', '135030.799000', '135030.802000', '135030.805000', '135030.807000', '135030.810000', '135030.813000', '135050.697000', '135050.700000', '135050.702000', '135050.705000', '135050.708000', '135050.710000', '135050.713000', '135050.716000', '135050.718000', '135050.722000', '135050.724000', '135050.727000', '135050.729000', '135050.732000', '135050.735000', '135050.737000', '135050.740000', '135050.743000', '135050.745000', '135050.748000', '135050.750000', '135050.753000', '135050.756000', '135050.758000', '135050.761000', '135050.764000', '135050.766000', '135050.769000', '135050.772000', '135050.774000', '135050.777000', '135050.780000', '135050.782000', '135050.785000', '135050.788000', '135050.790000', '135050.793000', '135050.796000', '135050.799000', '135050.802000', '135050.805000', '135050.808000', '135050.810000', '135110.697000', '135110.700000', '135110.702000', '135110.705000', '135110.708000', '135110.710000', '135110.713000', '135110.716000', '135110.718000', '135110.721000', '135110.724000', '135110.726000', '135110.729000', '135110.732000', '135110.734000', '135110.737000', '135110.740000', '135110.742000', '135110.745000', '135110.748000', '135110.750000', '135110.753000', '135110.755000', '135110.758000', '135110.761000', '135110.763000', '135110.766000', '135110.769000', '135110.771000', '135110.774000', '135110.777000', '135110.779000', '135110.782000', '135110.785000', '135110.787000', '135110.790000', '135110.793000', '135110.795000', '135110.798000', '135110.801000', '135110.803000', '135110.806000', '135110.809000', '135110.811000', '135130.697000', '135130.699000', '135130.702000', '135130.705000', '135130.707000', '135130.710000', '135130.713000', '135130.715000', '135130.718000', '135130.721000', '135130.723000', '135130.726000', '135130.729000', '135130.731000', '135130.734000', '135130.737000', '135130.740000', '135130.742000', '135130.745000', '135130.747000', '135130.750000', '135130.753000', '135130.756000', '135130.758000', '135130.761000', '135130.764000', '135130.766000', '135130.769000', '135130.772000', '135130.774000', '135130.777000', '135130.780000', '135130.783000', '135130.786000', '135130.789000', '135130.792000', '135130.795000', '135130.797000', '135130.800000', '135130.803000', '135130.805000', '135130.808000', '135130.811000', '135150.697000', '135150.700000', '135150.702000', '135150.705000', '135150.707000', '135150.710000', '135150.713000', '135150.715000', '135150.718000', '135150.721000', '135150.723000', '135150.726000', '135150.729000', '135150.731000', '135150.734000', '135150.737000', '135150.739000', '135150.742000', '135150.745000', '135150.747000', '135150.750000', '135150.753000', '135150.755000', '135150.758000', '135150.761000', '135150.764000', '135150.766000', '135150.769000', '135150.772000', '135150.775000', '135150.777000', '135150.780000', '135150.783000', '135150.786000', '135150.788000', '135150.791000', '135150.793000', '135150.796000', '135150.799000', '135150.801000', '135150.804000', '135150.807000', '135150.809000', '135150.812000', '135210.697000', '135210.700000', '135210.702000', '135210.705000', '135210.708000', '135210.710000', '135210.713000', '135210.716000', '135210.718000', '135210.721000', '135210.723000', '135210.726000', '135210.729000', '135210.731000', '135210.734000', '135210.737000', '135210.739000', '135210.742000', '135210.745000', '135210.747000', '135210.750000', '135210.753000', '135210.755000', '135210.758000', '135210.761000', '135210.764000', '135210.766000', '135210.769000', '135210.772000', '135210.774000', '135210.777000', '135210.780000', '135210.782000', '135210.785000', '135210.787000', '135210.790000', '135210.793000', '135210.795000', '135210.798000', '135210.801000', '135210.803000', '135210.806000', '135210.808000', '135230.697000', '135230.700000', '135230.703000', '135230.705000', '135230.708000', '135230.711000', '135230.713000', '135230.716000', '135230.719000', '135230.721000', '135230.724000', '135230.727000', '135230.729000', '135230.732000', '135230.735000', '135230.737000', '135230.740000', '135230.743000', '135230.745000', '135230.748000', '135230.751000', '135230.753000', '135230.756000', '135230.759000', '135230.761000', '135230.764000', '135230.767000', '135230.769000', '135230.772000', '135230.775000', '135230.777000', '135230.780000', '135230.783000', '135230.785000', '135230.788000', '135230.791000', '135230.793000', '135230.796000', '135230.799000', '135230.801000', '135230.804000', '135230.807000', '135230.809000', '135230.812000', '135250.697000', '135250.700000', '135250.703000', '135250.705000', '135250.708000', '135250.711000', '135250.713000', '135250.716000', '135250.719000', '135250.721000', '135250.724000', '135250.727000', '135250.729000', '135250.732000', '135250.735000', '135250.737000', '135250.740000', '135250.743000', '135250.745000', '135250.748000', '135250.751000', '135250.753000', '135250.756000', '135250.758000', '135250.761000', '135250.764000', '135250.767000', '135250.769000', '135250.772000', '135250.774000', '135250.777000', '135250.780000', '135250.782000', '135250.785000', '135250.788000', '135250.791000', '135250.793000', '135250.796000', '135250.799000', '135250.801000', '135250.804000', '135250.806000', '135250.809000', '135307.410000', '135307.413000', '135307.416000', '135307.419000', '135307.422000', '135307.425000', '135307.427000', '135307.430000', '135307.433000', '135307.436000', '135307.439000', '135307.442000', '135307.445000', '135307.448000', '135307.451000', '135307.454000', '135307.457000', '135307.460000', '135307.462000', '135307.465000', '135307.468000', '135307.470000', '135307.473000', '135307.476000', '135307.480000', '135307.485000', '135307.489000', '135307.492000', '135307.495000', '135307.499000', '135307.503000', '135307.506000', '135307.510000', '135307.513000', '135307.516000', '135307.519000', '135307.523000'], 'InstanceCreationTime': ['134350.731000', '134350.734000', '134350.736000', '134350.739000', '134350.742000', '134350.745000', '134350.747000', '134350.750000', '134350.753000', '134350.755000', '134350.758000', '134350.761000', '134350.763000', '134350.766000', '134350.768000', '134350.771000', '134350.774000', '134350.777000', '134350.779000', '134350.782000', '134350.784000', '134350.787000', '134350.790000', '134350.792000', '134350.795000', '134350.797000', '134350.807000', '134350.817000', '134350.819000', '134350.822000', '134350.825000', '134350.828000', '134350.830000', '134350.833000', '134350.835000', '134350.838000', '134350.841000', '134350.843000', '134350.847000', '134350.850000', '134350.853000', '134350.855000', '134350.858000', '134350.861000', '134350.863000', '134350.866000', '134350.869000', '134350.871000', '134350.874000', '134350.877000', '134350.879000', '134350.882000', '134350.884000', '134350.887000', '134350.890000', '134350.892000', '134350.895000', '134410.696000', '134410.700000', '134410.702000', '134410.705000', '134410.707000', '134410.710000', '134410.713000', '134410.715000', '134410.718000', '134410.720000', '134410.723000', '134410.726000', '134410.728000', '134410.731000', '134410.734000', '134410.736000', '134410.739000', '134410.742000', '134410.744000', '134410.747000', '134410.749000', '134410.752000', '134410.755000', '134410.757000', '134410.760000', '134410.763000', '134410.765000', '134410.768000', '134410.770000', '134410.773000', '134410.776000', '134410.778000', '134410.781000', '134410.783000', '134410.786000', '134410.789000', '134410.791000', '134410.794000', '134410.797000', '134410.799000', '134410.802000', '134410.805000', '134410.807000', '134410.810000', '134430.697000', '134430.699000', '134430.702000', '134430.705000', '134430.708000', '134430.710000', '134430.713000', '134430.716000', '134430.718000', '134430.721000', '134430.723000', '134430.734000', '134430.741000', '134430.744000', '134430.747000', '134430.749000', '134430.752000', '134430.755000', '134430.757000', '134430.760000', '134430.763000', '134430.765000', '134430.768000', '134430.771000', '134430.773000', '134430.776000', '134430.779000', '134430.781000', '134430.784000', '134430.787000', '134430.789000', '134430.792000', '134430.795000', '134430.797000', '134430.800000', '134430.803000', '134430.805000', '134430.808000', '134430.811000', '134430.814000', '134430.816000', '134430.819000', '134430.821000', '134450.697000', '134450.700000', '134450.703000', '134450.706000', '134450.709000', '134450.711000', '134450.714000', '134450.716000', '134450.719000', '134450.722000', '134450.724000', '134450.738000', '134450.741000', '134450.743000', '134450.746000', '134450.748000', '134450.751000', '134450.754000', '134450.756000', '134450.759000', '134450.762000', '134450.764000', '134450.767000', '134450.770000', '134450.772000', '134450.775000', '134450.778000', '134450.780000', '134450.783000', '134450.786000', '134450.788000', '134450.791000', '134450.794000', '134450.796000', '134450.799000', '134450.802000', '134450.804000', '134450.807000', '134450.810000', '134450.812000', '134450.815000', '134450.870000', '134450.872000', '134450.875000', '134510.697000', '134510.699000', '134510.702000', '134510.705000', '134510.708000', '134510.710000', '134510.713000', '134510.715000', '134510.718000', '134510.721000', '134510.723000', '134510.726000', '134510.729000', '134510.731000', '134510.734000', '134510.737000', '134510.740000', '134510.742000', '134510.745000', '134510.748000', '134510.750000', '134510.753000', '134510.756000', '134510.758000', '134510.761000', '134510.764000', '134510.766000', '134510.769000', '134510.772000', '134510.774000', '134510.777000', '134510.780000', '134510.783000', '134510.785000', '134510.788000', '134510.790000', '134510.793000', '134510.796000', '134510.799000', '134510.801000', '134510.804000', '134510.806000', '134510.809000', '134530.696000', '134530.700000', '134530.702000', '134530.705000', '134530.708000', '134530.710000', '134530.713000', '134530.716000', '134530.719000', '134530.722000', '134530.724000', '134530.727000', '134530.730000', '134530.732000', '134530.735000', '134530.738000', '134530.740000', '134530.743000', '134530.746000', '134530.748000', '134530.751000', '134530.754000', '134530.756000', '134530.759000', '134530.762000', '134530.764000', '134530.767000', '134530.770000', '134530.772000', '134530.775000', '134530.777000', '134530.780000', '134530.783000', '134530.786000', '134530.788000', '134530.791000', '134530.794000', '134530.796000', '134530.799000', '134530.802000', '134530.805000', '134530.807000', '134530.810000', '134550.697000', '134550.699000', '134550.702000', '134550.705000', '134550.707000', '134550.710000', '134550.713000', '134550.715000', '134550.718000', '134550.721000', '134550.723000', '134550.726000', '134550.729000', '134550.731000', '134550.734000', '134550.737000', '134550.739000', '134550.742000', '134550.745000', '134550.747000', '134550.750000', '134550.752000', '134550.755000', '134550.758000', '134550.760000', '134550.763000', '134550.766000', '134550.768000', '134550.771000', '134550.774000', '134550.776000', '134550.779000', '134550.782000', '134550.784000', '134550.787000', '134550.790000', '134550.792000', '134550.795000', '134550.798000', '134550.800000', '134550.803000', '134550.806000', '134550.808000', '134550.811000', '134610.696000', '134610.699000', '134610.702000', '134610.705000', '134610.707000', '134610.710000', '134610.713000', '134610.715000', '134610.718000', '134610.720000', '134610.723000', '134610.726000', '134610.729000', '134610.731000', '134610.738000', '134610.741000', '134610.743000', '134610.746000', '134610.749000', '134610.752000', '134610.754000', '134610.757000', '134610.760000', '134610.762000', '134610.765000', '134610.768000', '134610.770000', '134610.773000', '134610.776000', '134610.778000', '134610.781000', '134610.784000', '134610.786000', '134610.789000', '134610.792000', '134610.794000', '134610.797000', '134610.800000', '134610.802000', '134610.805000', '134610.808000', '134610.810000', '134610.813000', '134610.816000', '134630.697000', '134630.700000', '134630.702000', '134630.705000', '134630.708000', '134630.710000', '134630.713000', '134630.716000', '134630.718000', '134630.721000', '134630.724000', '134630.726000', '134630.729000', '134630.732000', '134630.735000', '134630.737000', '134630.740000', '134630.742000', '134630.745000', '134630.748000', '134630.751000', '134630.753000', '134630.756000', '134630.758000', '134630.761000', '134630.764000', '134630.767000', '134630.769000', '134630.772000', '134630.774000', '134630.777000', '134630.780000', '134630.782000', '134630.785000', '134630.788000', '134630.790000', '134630.793000', '134630.796000', '134630.798000', '134630.801000', '134630.804000', '134630.806000', '134630.809000', '134650.697000', '134650.700000', '134650.702000', '134650.705000', '134650.707000', '134650.710000', '134650.713000', '134650.716000', '134650.718000', '134650.721000', '134650.724000', '134650.726000', '134650.729000', '134650.732000', '134650.734000', '134650.737000', '134650.739000', '134650.742000', '134650.745000', '134650.748000', '134650.750000', '134650.753000', '134650.756000', '134650.759000', '134650.761000', '134650.764000', '134650.767000', '134650.769000', '134650.772000', '134650.775000', '134650.777000', '134650.780000', '134650.782000', '134650.785000', '134650.788000', '134650.790000', '134650.793000', '134650.796000', '134650.798000', '134650.801000', '134650.804000', '134650.806000', '134650.809000', '134710.696000', '134710.699000', '134710.702000', '134710.704000', '134710.707000', '134710.710000', '134710.713000', '134710.715000', '134710.718000', '134710.721000', '134710.723000', '134710.726000', '134710.729000', '134710.731000', '134710.734000', '134710.737000', '134710.739000', '134710.742000', '134710.745000', '134710.747000', '134710.750000', '134710.753000', '134710.755000', '134710.758000', '134710.760000', '134710.763000', '134710.766000', '134710.768000', '134710.771000', '134710.774000', '134710.776000', '134710.779000', '134710.781000', '134710.784000', '134710.787000', '134710.789000', '134710.792000', '134710.795000', '134710.797000', '134710.800000', '134710.803000', '134710.805000', '134710.808000', '134710.811000', '134730.696000', '134730.699000', '134730.702000', '134730.705000', '134730.707000', '134730.710000', '134730.713000', '134730.715000', '134730.718000', '134730.721000', '134730.723000', '134730.728000', '134730.730000', '134730.733000', '134730.736000', '134730.739000', '134730.742000', '134730.744000', '134730.747000', '134730.750000', '134730.752000', '134730.755000', '134730.758000', '134730.760000', '134730.763000', '134730.766000', '134730.768000', '134730.771000', '134730.774000', '134730.776000', '134730.779000', '134730.789000', '134730.806000', '134730.808000', '134730.811000', '134730.814000', '134730.869000', '134730.871000', '134730.874000', '134730.877000', '134730.879000', '134730.882000', '134730.885000', '134750.696000', '134750.699000', '134750.702000', '134750.705000', '134750.708000', '134750.710000', '134750.713000', '134750.716000', '134750.718000', '134750.721000', '134750.723000', '134750.726000', '134750.729000', '134750.731000', '134750.734000', '134750.737000', '134750.739000', '134750.742000', '134750.745000', '134750.748000', '134750.750000', '134750.753000', '134750.756000', '134750.758000', '134750.761000', '134750.764000', '134750.766000', '134750.769000', '134750.772000', '134750.774000', '134750.777000', '134750.780000', '134750.782000', '134750.785000', '134750.788000', '134750.790000', '134750.793000', '134750.796000', '134750.798000', '134750.801000', '134750.804000', '134750.806000', '134750.809000', '134750.812000', '134810.697000', '134810.700000', '134810.703000', '134810.705000', '134810.708000', '134810.711000', '134810.713000', '134810.716000', '134810.719000', '134810.721000', '134810.724000', '134810.727000', '134810.730000', '134810.733000', '134810.736000', '134810.740000', '134810.743000', '134810.745000', '134810.748000', '134810.751000', '134810.753000', '134810.756000', '134810.759000', '134810.761000', '134810.764000', '134810.767000', '134810.769000', '134810.772000', '134810.775000', '134810.777000', '134810.780000', '134810.783000', '134810.785000', '134810.788000', '134810.791000', '134810.794000', '134810.796000', '134810.799000', '134810.801000', '134810.804000', '134810.807000', '134810.810000', '134810.812000', '134830.697000', '134830.700000', '134830.702000', '134830.705000', '134830.708000', '134830.711000', '134830.713000', '134830.716000', '134830.719000', '134830.721000', '134830.724000', '134830.727000', '134830.729000', '134830.732000', '134830.735000', '134830.737000', '134830.740000', '134830.743000', '134830.745000', '134830.748000', '134830.751000', '134830.753000', '134830.756000', '134830.759000', '134830.761000', '134830.764000', '134830.767000', '134830.769000', '134830.772000', '134830.775000', '134830.777000', '134830.780000', '134830.783000', '134830.785000', '134830.788000', '134830.791000', '134830.793000', '134830.796000', '134830.799000', '134830.801000', '134830.804000', '134830.806000', '134830.809000', '134830.812000', '134850.697000', '134850.699000', '134850.702000', '134850.705000', '134850.707000', '134850.710000', '134850.713000', '134850.715000', '134850.718000', '134850.721000', '134850.723000', '134850.726000', '134850.729000', '134850.731000', '134850.734000', '134850.737000', '134850.739000', '134850.742000', '134850.744000', '134850.747000', '134850.750000', '134850.752000', '134850.755000', '134850.758000', '134850.760000', '134850.764000', '134850.767000', '134850.770000', '134850.773000', '134850.776000', '134850.778000', '134850.781000', '134850.784000', '134850.786000', '134850.789000', '134850.791000', '134850.796000', '134850.799000', '134850.801000', '134850.804000', '134850.807000', '134850.810000', '134850.813000', '134910.696000', '134910.700000', '134910.702000', '134910.705000', '134910.708000', '134910.710000', '134910.713000', '134910.716000', '134910.718000', '134910.721000', '134910.724000', '134910.726000', '134910.729000', '134910.732000', '134910.735000', '134910.737000', '134910.740000', '134910.743000', '134910.745000', '134910.748000', '134910.750000', '134910.753000', '134910.756000', '134910.758000', '134910.761000', '134910.764000', '134910.766000', '134910.769000', '134910.772000', '134910.774000', '134910.777000', '134910.779000', '134910.782000', '134910.785000', '134910.787000', '134910.790000', '134910.793000', '134910.795000', '134910.798000', '134910.801000', '134910.803000', '134910.806000', '134910.809000', '134910.811000', '134930.697000', '134930.700000', '134930.702000', '134930.705000', '134930.708000', '134930.710000', '134930.713000', '134930.716000', '134930.719000', '134930.721000', '134930.724000', '134930.727000', '134930.729000', '134930.732000', '134930.735000', '134930.737000', '134930.740000', '134930.742000', '134930.745000', '134930.748000', '134930.751000', '134930.753000', '134930.756000', '134930.759000', '134930.762000', '134930.765000', '134930.768000', '134930.771000', '134930.773000', '134930.776000', '134930.779000', '134930.781000', '134930.784000', '134930.787000', '134930.789000', '134930.792000', '134930.795000', '134930.797000', '134930.800000', '134930.803000', '134930.805000', '134930.808000', '134930.811000', '134950.696000', '134950.699000', '134950.702000', '134950.704000', '134950.707000', '134950.710000', '134950.712000', '134950.715000', '134950.718000', '134950.720000', '134950.723000', '134950.726000', '134950.729000', '134950.731000', '134950.734000', '134950.737000', '134950.739000', '134950.742000', '134950.745000', '134950.747000', '134950.750000', '134950.753000', '134950.755000', '134950.758000', '134950.760000', '134950.763000', '134950.766000', '134950.768000', '134950.771000', '134950.774000', '134950.776000', '134950.779000', '134950.782000', '134950.784000', '134950.787000', '134950.789000', '134950.792000', '134950.795000', '134950.797000', '134950.800000', '134950.803000', '134950.805000', '134950.808000', '134950.811000', '135010.697000', '135010.699000', '135010.702000', '135010.705000', '135010.708000', '135010.710000', '135010.713000', '135010.716000', '135010.718000', '135010.721000', '135010.724000', '135010.726000', '135010.729000', '135010.731000', '135010.734000', '135010.737000', '135010.740000', '135010.742000', '135010.745000', '135010.748000', '135010.750000', '135010.753000', '135010.755000', '135010.758000', '135010.762000', '135010.765000', '135010.768000', '135010.770000', '135010.773000', '135010.776000', '135010.778000', '135010.781000', '135010.784000', '135010.786000', '135010.789000', '135010.791000', '135010.794000', '135010.797000', '135010.799000', '135010.802000', '135010.806000', '135010.809000', '135010.811000', '135030.697000', '135030.700000', '135030.702000', '135030.705000', '135030.708000', '135030.710000', '135030.713000', '135030.716000', '135030.719000', '135030.721000', '135030.724000', '135030.727000', '135030.729000', '135030.732000', '135030.735000', '135030.738000', '135030.740000', '135030.743000', '135030.745000', '135030.748000', '135030.751000', '135030.754000', '135030.756000', '135030.759000', '135030.762000', '135030.764000', '135030.767000', '135030.770000', '135030.772000', '135030.775000', '135030.778000', '135030.781000', '135030.783000', '135030.786000', '135030.789000', '135030.791000', '135030.794000', '135030.797000', '135030.799000', '135030.802000', '135030.805000', '135030.807000', '135030.810000', '135030.813000', '135050.697000', '135050.700000', '135050.702000', '135050.705000', '135050.708000', '135050.710000', '135050.713000', '135050.716000', '135050.718000', '135050.722000', '135050.724000', '135050.727000', '135050.729000', '135050.732000', '135050.735000', '135050.737000', '135050.740000', '135050.743000', '135050.745000', '135050.748000', '135050.750000', '135050.753000', '135050.756000', '135050.758000', '135050.761000', '135050.764000', '135050.766000', '135050.769000', '135050.772000', '135050.774000', '135050.777000', '135050.780000', '135050.782000', '135050.785000', '135050.788000', '135050.790000', '135050.793000', '135050.796000', '135050.799000', '135050.802000', '135050.805000', '135050.808000', '135050.810000', '135110.697000', '135110.700000', '135110.702000', '135110.705000', '135110.708000', '135110.710000', '135110.713000', '135110.716000', '135110.718000', '135110.721000', '135110.724000', '135110.726000', '135110.729000', '135110.732000', '135110.734000', '135110.737000', '135110.740000', '135110.742000', '135110.745000', '135110.748000', '135110.750000', '135110.753000', '135110.755000', '135110.758000', '135110.761000', '135110.763000', '135110.766000', '135110.769000', '135110.771000', '135110.774000', '135110.777000', '135110.779000', '135110.782000', '135110.785000', '135110.787000', '135110.790000', '135110.793000', '135110.795000', '135110.798000', '135110.801000', '135110.803000', '135110.806000', '135110.809000', '135110.811000', '135130.697000', '135130.699000', '135130.702000', '135130.705000', '135130.707000', '135130.710000', '135130.713000', '135130.715000', '135130.718000', '135130.721000', '135130.723000', '135130.726000', '135130.729000', '135130.731000', '135130.734000', '135130.737000', '135130.740000', '135130.742000', '135130.745000', '135130.747000', '135130.750000', '135130.753000', '135130.756000', '135130.758000', '135130.761000', '135130.764000', '135130.766000', '135130.769000', '135130.772000', '135130.774000', '135130.777000', '135130.780000', '135130.783000', '135130.786000', '135130.789000', '135130.792000', '135130.795000', '135130.797000', '135130.800000', '135130.803000', '135130.805000', '135130.808000', '135130.811000', '135150.697000', '135150.700000', '135150.702000', '135150.705000', '135150.707000', '135150.710000', '135150.713000', '135150.715000', '135150.718000', '135150.721000', '135150.723000', '135150.726000', '135150.729000', '135150.731000', '135150.734000', '135150.737000', '135150.739000', '135150.742000', '135150.745000', '135150.747000', '135150.750000', '135150.753000', '135150.755000', '135150.758000', '135150.761000', '135150.764000', '135150.766000', '135150.769000', '135150.772000', '135150.775000', '135150.777000', '135150.780000', '135150.783000', '135150.786000', '135150.788000', '135150.791000', '135150.793000', '135150.796000', '135150.799000', '135150.801000', '135150.804000', '135150.807000', '135150.809000', '135150.812000', '135210.697000', '135210.700000', '135210.702000', '135210.705000', '135210.708000', '135210.710000', '135210.713000', '135210.716000', '135210.718000', '135210.721000', '135210.723000', '135210.726000', '135210.729000', '135210.731000', '135210.734000', '135210.737000', '135210.739000', '135210.742000', '135210.745000', '135210.747000', '135210.750000', '135210.753000', '135210.755000', '135210.758000', '135210.761000', '135210.764000', '135210.766000', '135210.769000', '135210.772000', '135210.774000', '135210.777000', '135210.780000', '135210.782000', '135210.785000', '135210.787000', '135210.790000', '135210.793000', '135210.795000', '135210.798000', '135210.801000', '135210.803000', '135210.806000', '135210.808000', '135230.697000', '135230.700000', '135230.703000', '135230.705000', '135230.708000', '135230.711000', '135230.713000', '135230.716000', '135230.719000', '135230.721000', '135230.724000', '135230.727000', '135230.729000', '135230.732000', '135230.735000', '135230.737000', '135230.740000', '135230.743000', '135230.745000', '135230.748000', '135230.751000', '135230.753000', '135230.756000', '135230.759000', '135230.761000', '135230.764000', '135230.767000', '135230.769000', '135230.772000', '135230.775000', '135230.777000', '135230.780000', '135230.783000', '135230.785000', '135230.788000', '135230.791000', '135230.793000', '135230.796000', '135230.799000', '135230.801000', '135230.804000', '135230.807000', '135230.809000', '135230.812000', '135250.697000', '135250.700000', '135250.703000', '135250.705000', '135250.708000', '135250.711000', '135250.713000', '135250.716000', '135250.719000', '135250.721000', '135250.724000', '135250.727000', '135250.729000', '135250.732000', '135250.735000', '135250.737000', '135250.740000', '135250.743000', '135250.745000', '135250.748000', '135250.751000', '135250.753000', '135250.756000', '135250.758000', '135250.761000', '135250.764000', '135250.767000', '135250.769000', '135250.772000', '135250.774000', '135250.777000', '135250.780000', '135250.782000', '135250.785000', '135250.788000', '135250.791000', '135250.793000', '135250.796000', '135250.799000', '135250.801000', '135250.804000', '135250.806000', '135250.809000', '135307.410000', '135307.413000', '135307.416000', '135307.419000', '135307.422000', '135307.425000', '135307.427000', '135307.430000', '135307.433000', '135307.436000', '135307.439000', '135307.442000', '135307.445000', '135307.448000', '135307.451000', '135307.454000', '135307.457000', '135307.460000', '135307.462000', '135307.465000', '135307.468000', '135307.470000', '135307.473000', '135307.476000', '135307.480000', '135307.485000', '135307.489000', '135307.492000', '135307.495000', '135307.499000', '135307.503000', '135307.506000', '135307.510000', '135307.513000', '135307.516000', '135307.519000', '135307.523000'], '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': [13428, 8436, 10849, 8221, 10836, 7887, 8303, 7806, 8624, 7645, 8359, 9425, 7968, 9827, 7914, 8602, 7772, 8362, 8690, 7920, 9376, 7814, 8608, 8888, 8860, 11874, 7689, 10698, 12241, 7833, 10750, 9957, 10352, 11581, 7967, 10986, 13560, 7635, 10294, 13786, 8107, 10459, 8905, 8215, 11324, 7763, 8409, 10397, 7774, 8468, 9109, 7803, 10547, 8141, 9441, 7565, 8951, 9948, 7733, 10063, 11716, 7889, 10620, 7880, 10821, 12374, 7827, 11929, 8781, 10386, 11471, 7758, 11192, 7434, 8960, 9727, 8036, 9213, 7981, 10323, 11800, 7918, 9021, 8401, 8287, 10269, 7866, 10417, 7679, 9036, 10566, 8062, 9758, 7714, 10600, 12874, 7907, 9501, 7995, 7930, 11298, 7950, 10654, 7847, 8174, 10640, 7914, 10020, 7599, 10052, 11455, 8059, 8961, 7630, 8265, 11422, 7789, 11701, 8129, 8625, 9956, 7779, 8700, 7871, 10457, 11749, 7915, 10314, 7915, 9176, 7746, 8443, 10237, 8118, 9759, 9968, 8596, 13280, 8098, 9714, 8084, 9497, 12051, 9744, 11368, 8420, 9662, 14968, 8494, 13921, 7885, 11932, 8944, 8403, 13201, 7994, 12946, 7984, 11681, 7654, 9557, 11259, 9117, 10355, 7897, 12338, 8347, 9961, 12410, 7993, 11509, 8660, 13129, 10951, 9731, 14856, 7930, 11690, 8265, 11205, 10378, 10847, 12147, 7904, 10573, 8031, 8799, 11834, 7836, 10751, 7749, 10436, 7910, 11151, 7634, 9079, 7514, 10310, 8002, 8432, 7795, 10731, 11287, 7505, 10911, 8069, 10028, 8795, 8569, 10065, 8189, 11268, 7818, 11431, 7952, 8992, 12305, 8423, 10756, 8303, 11413, 8160, 9891, 9862, 8663, 10874, 9468, 10852, 8085, 11006, 8114, 9992, 10473, 11040, 11360, 8006, 10512, 8063, 9469, 9488, 10696, 11759, 7906, 10360, 8076, 10667, 11209, 10257, 10896, 8010, 10503, 8052, 10450, 10376, 9442, 11041, 7785, 10989, 7967, 11655, 9290, 10069, 11344, 7855, 10364, 7991, 11767, 10530, 9791, 11016, 7939, 10320, 7832, 10541, 8394, 9254, 11015, 8053, 9940, 8285, 10218, 11123, 8566, 10800, 7946, 10285, 8104, 9502, 11924, 9310, 12284, 7801, 10139, 8001, 8892, 9897, 8466, 11708, 7936, 10073, 8279, 8792, 10227, 8830, 10811, 8146, 9993, 7769, 8116, 11075, 7998, 11272, 8030, 10149, 10555, 8162, 9854, 8198, 11334, 8040, 9041, 10617, 8141, 9999, 8010, 10559, 8080, 8414, 9503, 8098, 8835, 7860, 8215, 11080, 7970, 10362, 8287, 8202, 11858, 8059, 10661, 7936, 9428, 11320, 8077, 9957, 8106, 9830, 7655, 8076, 9838, 7971, 8732, 7960, 9048, 11392, 8047, 9472, 8343, 8200, 9839, 8105, 10198, 7986, 8282, 10911, 7960, 10873, 8029, 9816, 11610, 8316, 10085, 10146, 8200, 11923, 7741, 10098, 9388, 7776, 9703, 8083, 9257, 7864, 8248, 11202, 7709, 8532, 8674, 7824, 11007, 7866, 10029, 8507, 7917, 10444, 8222, 11300, 8023, 9678, 11680, 7985, 10819, 10045, 8132, 12008, 8060, 10004, 8024, 8321, 11184, 7674, 11504, 7853, 9166, 11138, 7904, 9368, 8041, 9824, 9299, 8156, 9252, 7958, 8830, 11482, 7894, 10900, 7528, 9483, 10230, 7917, 9974, 8133, 9789, 10110, 7891, 8946, 8304, 8130, 11917, 8138, 10915, 7874, 9903, 10386, 7872, 9592, 8342, 10302, 7882, 7811, 11390, 8050, 10376, 10143, 7893, 11409, 7939, 10501, 7527, 8082, 10840, 7716, 10923, 8074, 8620, 10814, 8099, 9283, 9871, 7862, 10436, 7820, 10028, 7195, 8867, 11255, 7713, 10500, 7764, 9724, 9354, 8143, 9764, 7432, 11138, 7347, 9737, 7552, 8345, 12961, 10796, 11556, 9146, 11238, 7885, 9318, 8215, 9003, 10324, 9775, 11916, 7970, 11902, 8366, 10696, 10738, 11232, 13267, 8075, 11889, 8427, 12264, 9817, 10468, 12423, 8218, 10885, 8074, 12669, 8903, 9920, 10699, 8540, 11951, 8061, 12571, 8273, 12710, 8297, 10206, 7921, 8416, 8843, 9678, 8486, 10306, 11901, 9089, 10252, 8251, 11829, 8422, 8808, 12775, 8184, 11419, 14041, 8508, 12658, 7926, 10611, 12413, 8155, 11376, 8388, 10427, 7899, 11088, 8032, 9029, 12481, 8120, 10345, 8290, 10670, 8487, 8993, 12147, 8437, 11579, 8130, 10750, 9081, 9118, 11374, 8167, 11855, 8278, 9977, 7967, 8292, 11850, 8591, 10913, 8195, 10497, 8873, 8097, 11364, 8070, 11787, 8420, 10627, 10467, 9039, 11433, 8666, 11526, 8233, 9927, 8878, 8451, 11095, 8378, 11607, 8373, 9495, 8665, 11674, 8758, 8883, 8241, 8698, 12419, 8685, 11232, 7922, 12308, 8613, 10996, 8511, 8568, 12816, 8139, 11860, 8425, 11373, 8880, 8490, 12678, 7965, 11284, 8710, 11452, 7971, 8626, 12190, 7968, 10827, 8289, 9056, 8994, 8230, 10230, 8098, 9180, 8078, 9815, 8072, 8191, 12266, 8056, 11416, 7734, 9086, 11917, 8093, 11271, 8468, 11412, 10094, 9536, 12581, 7930, 10868, 8081, 8620, 12337, 7990, 11525, 7834, 9330, 9552, 8319, 9756, 8165, 8844, 7848, 9011, 10459, 8188, 9726, 8141, 9505, 8129, 10681, 12302, 7977, 11685, 8052, 9867, 11736, 8084, 10584, 8247, 8687, 12262, 8129, 10889, 8339, 8803, 12255, 8031, 8882, 8129, 8472, 10231, 8214, 9233, 8339, 9181, 8075, 8202, 9915, 8113, 10167, 8043, 10822, 12027, 8126, 10619, 8007, 10349, 8031, 9077, 10302, 8046, 8844, 9892, 8656, 12801, 7923, 10591, 7991, 9359, 11638, 8282, 10687, 7999, 8797, 11849, 8192, 9631, 8013, 9514, 10153, 8355, 9802, 7906, 11536, 8065, 9683, 11211, 7875, 10982, 7853, 11028, 11638, 8481, 11344, 8306, 9677, 11821, 8083, 10966, 7771, 9185, 8025, 8248, 11454, 8209, 10071, 8280, 8560, 11475, 8042, 11012, 8003, 8988, 8457, 8267, 11884, 7783, 10678, 7943, 9161, 7764, 8124, 10663, 8085, 10002, 7846, 9632, 8177, 8134, 11527, 7987, 11143, 8354, 10219, 8237, 8261, 12721, 9465, 10976, 8453, 8709, 12910, 8111, 10988, 7855, 11308, 8138, 8731, 12408, 8105, 10647, 9216, 8416, 10952, 8378, 9544, 7965, 8885, 10477, 8638, 11953, 8168, 8870, 10393, 8545, 10472, 8793, 10247, 10019, 8334, 10614, 8060, 9106, 9351, 8170, 10138, 7996, 9256, 8195, 8445, 10909, 8049, 10116, 7910, 10155, 7537, 9359, 9395, 8092, 9367, 8148, 9655, 7839, 8861, 12784, 8566, 10341, 7963, 10953, 9645, 9142, 12548, 8301, 12297, 7955, 9651, 14273, 7820, 12176, 8773, 8809, 9006, 8010, 11818, 7931, 10477, 9063, 7975, 12783, 7780, 9738, 8058, 8679, 12256, 7802, 11308, 7988, 9372, 9021, 8316, 9802, 8041, 9236, 8032, 9879, 10999, 8008, 9528, 7918, 8478, 11417, 7918, 10614, 7734, 10075, 11223, 7853, 10200, 8027, 7882, 7971, 8205, 9217, 7417, 9508, 7398, 7806, 8573, 7836, 9307, 7321, 9525, 13152, 8377, 11345, 9467, 8201, 14310, 11300, 8875, 14266, 9331, 9319, 15670, 8510, 9673, 15307, 7723, 11686, 8008, 10041, 8485, 8419, 10194, 8181, 9617, 8132, 10437, 12950, 8009, 10917, 8340, 10537, 8243, 8212, 12798, 8070, 10660, 9632, 7958, 12336, 7853, 10336, 8303, 9260, 12951, 7975, 11328, 7811, 10098, 10077, 8768, 10252, 7907, 10174, 7621, 9104, 11229, 7968, 9435, 8027, 9445, 8109, 9434, 11020, 8325, 9414, 7968, 9347, 8009, 10673, 11848, 9678, 10643, 8113, 11877, 8054, 9813, 10493, 9797, 12907, 8280, 11601, 8143, 8926, 12443, 8916, 11677, 8042, 12236, 7986, 9416, 12935, 8239, 10733, 8182, 10381, 8133, 9781, 12071, 7937, 11091, 8218, 9305, 7867, 9610, 12007, 8163, 9808, 7790, 9884, 9085, 9000, 10622, 7914, 9871, 7641, 10209, 10575, 8863, 10469, 7939, 11028, 7744, 10185, 12767, 8189, 10521, 7867, 9056, 9173, 8095, 12556, 8114, 9879, 11389, 8566, 11420, 7825, 10510, 7908, 8839, 11503, 8044, 10252, 8193, 9279, 7816, 8096, 10323, 7949, 9527, 8038, 8831, 8485, 7987, 11682, 7868, 10085, 7578, 10231, 11094, 8723, 10214, 8080, 10295, 8225, 8413, 12553, 8277, 10463, 7912, 11980, 7684, 8208, 12731, 8074, 10494, 8245, 10132, 10310, 8150, 10760, 8025, 9644, 8558, 8109, 12392, 7957, 11124, 8025, 8792, 11999, 7863, 10493, 7993, 10125, 8080, 8196, 10916, 8046, 9995, 8056, 9034, 7849, 8021, 9813, 9702, 9541, 7713, 9827, 7568, 10000, 9583, 8735, 11006, 7904, 10005, 7760, 9588, 8127, 9403, 13101, 8638, 10824, 7802, 11075, 8334, 8926, 13461, 8807, 10813, 7819, 11210, 8887, 9376, 10135, 8986, 13753, 8108, 11662, 8051, 8866, 9251, 8344, 12290, 7976, 10321, 8071, 9346, 9890, 8179, 12207, 7829, 11543, 8106, 9039, 12206, 8265, 11138, 8256, 10205, 7437, 9459, 7951, 11130, 7734, 7660, 8097, 8407, 10398, 9457, 10977, 10610, 12605, 7814, 8269, 8534, 7737, 11121, 8230, 11248, 8147, 14597, 10143, 13565, 14463, 11914, 10839, 14049, 14193, 10549, 14141, 13560, 16084, 13860, 14607, 11051, 14122, 10825, 14125, 10882, 9817, 14234, 9380, 12529, 8975, 8391, 11912, 9053, 10630, 8622, 9693, 8750, 9930, 8407, 9878, 8233, 9144, 8130, 10381, 8332, 10374, 9813, 8743, 10942, 8684, 9972, 8248, 10262, 8302, 9903, 7741, 9782, 11962, 8277, 12033, 8145, 10570, 7800], 'WindowCenter': [4281.0, 4236.0, 4239.0, 4208.0, 4228.0, 4196.0, 4207.0, 4195.0, 4218.0, 4196.0, 4220.0, 4231.0, 4236.0, 4257.0, 4236.0, 4233.0, 4224.0, 4239.0, 4234.0, 4236.0, 4247.0, 4226.0, 4249.0, 4248.0, 4248.0, 4270.0, 4226.0, 4259.0, 4266.0, 4224.0, 4258.0, 4243.0, 4246.0, 4255.0, 4223.0, 4256.0, 4262.0, 4211.0, 4245.0, 4250.0, 4210.0, 4242.0, 4217.0, 4219.0, 4242.0, 4209.0, 4222.0, 4242.0, 4211.0, 4223.0, 4231.0, 4223.0, 4256.0, 4236.0, 4261.0, 4226.0, 4248.0, 4257.0, 4240.0, 4260.0, 4268.0, 4238.0, 4258.0, 4238.0, 4271.0, 4268.0, 4237.0, 4270.0, 4236.0, 4258.0, 4266.0, 4225.0, 4258.0, 4214.0, 4249.0, 4259.0, 4251.0, 4259.0, 4236.0, 4257.0, 4266.0, 4237.0, 4248.0, 4235.0, 4236.0, 4255.0, 4236.0, 4269.0, 4238.0, 4261.0, 4258.0, 4240.0, 4260.0, 4225.0, 4258.0, 4267.0, 4237.0, 4249.0, 4225.0, 4237.0, 4267.0, 4236.0, 4258.0, 4236.0, 4239.0, 4257.0, 4236.0, 4257.0, 4225.0, 4258.0, 4256.0, 4226.0, 4248.0, 4225.0, 4237.0, 4256.0, 4225.0, 4266.0, 4224.0, 4248.0, 4246.0, 4227.0, 4236.0, 4236.0, 4269.0, 4267.0, 4239.0, 4258.0, 4237.0, 4249.0, 4225.0, 4251.0, 4259.0, 4238.0, 4260.0, 4257.0, 4249.0, 4277.0, 4238.0, 4260.0, 4235.0, 4259.0, 4266.0, 4259.0, 4267.0, 4236.0, 4248.0, 4275.0, 4237.0, 4277.0, 4236.0, 4266.0, 4233.0, 4235.0, 4268.0, 4240.0, 4280.0, 4201.0, 4228.0, 4185.0, 4219.0, 4229.0, 4234.0, 4246.0, 4225.0, 4268.0, 4209.0, 4219.0, 4225.0, 4186.0, 4217.0, 4195.0, 4228.0, 4216.0, 4220.0, 4237.0, 4198.0, 4226.0, 4183.0, 4215.0, 4202.0, 4214.0, 4213.0, 4183.0, 4215.0, 4185.0, 4236.0, 4223.0, 4225.0, 4268.0, 4279.0, 4296.0, 4249.0, 4240.0, 4196.0, 4217.0, 4196.0, 4241.0, 4222.0, 4235.0, 4238.0, 4282.0, 4269.0, 4226.0, 4255.0, 4223.0, 4245.0, 4231.0, 4235.0, 4244.0, 4236.0, 4267.0, 4238.0, 4268.0, 4234.0, 4247.0, 4265.0, 4236.0, 4255.0, 4235.0, 4266.0, 4235.0, 4257.0, 4245.0, 4248.0, 4254.0, 4257.0, 4256.0, 4236.0, 4257.0, 4225.0, 4257.0, 4255.0, 4267.0, 4254.0, 4235.0, 4256.0, 4224.0, 4246.0, 4244.0, 4256.0, 4264.0, 4226.0, 4245.0, 4223.0, 4256.0, 4254.0, 4257.0, 4253.0, 4223.0, 4255.0, 4224.0, 4256.0, 4255.0, 4245.0, 4255.0, 4237.0, 4255.0, 4235.0, 4267.0, 4244.0, 4256.0, 4253.0, 4236.0, 4255.0, 4236.0, 4267.0, 4243.0, 4244.0, 4255.0, 4234.0, 4256.0, 4226.0, 4257.0, 4234.0, 4246.0, 4254.0, 4236.0, 4245.0, 4234.0, 4258.0, 4253.0, 4237.0, 4254.0, 4225.0, 4255.0, 4224.0, 4246.0, 4253.0, 4234.0, 4252.0, 4224.0, 4244.0, 4223.0, 4235.0, 4241.0, 4235.0, 4252.0, 4223.0, 4245.0, 4234.0, 4236.0, 4243.0, 4235.0, 4255.0, 4225.0, 4245.0, 4223.0, 4236.0, 4254.0, 4225.0, 4254.0, 4223.0, 4245.0, 4242.0, 4234.0, 4243.0, 4223.0, 4254.0, 4221.0, 4234.0, 4242.0, 4223.0, 4243.0, 4223.0, 4254.0, 4221.0, 4234.0, 4243.0, 4225.0, 4235.0, 4222.0, 4234.0, 4254.0, 4223.0, 4244.0, 4223.0, 4235.0, 4254.0, 4224.0, 4244.0, 4222.0, 4245.0, 4253.0, 4223.0, 4244.0, 4223.0, 4244.0, 4211.0, 4224.0, 4243.0, 4224.0, 4235.0, 4223.0, 4235.0, 4253.0, 4223.0, 4248.0, 4223.0, 4234.0, 4243.0, 4234.0, 4255.0, 4223.0, 4237.0, 4255.0, 4224.0, 4254.0, 4224.0, 4257.0, 4254.0, 4234.0, 4256.0, 4244.0, 4225.0, 4252.0, 4223.0, 4245.0, 4232.0, 4224.0, 4244.0, 4223.0, 4234.0, 4223.0, 4235.0, 4253.0, 4224.0, 4235.0, 4232.0, 4224.0, 4253.0, 4224.0, 4246.0, 4233.0, 4236.0, 4256.0, 4224.0, 4255.0, 4223.0, 4246.0, 4255.0, 4224.0, 4256.0, 4232.0, 4223.0, 4252.0, 4223.0, 4244.0, 4222.0, 4234.0, 4253.0, 4212.0, 4252.0, 4222.0, 4245.0, 4252.0, 4224.0, 4235.0, 4223.0, 4245.0, 4232.0, 4224.0, 4233.0, 4223.0, 4235.0, 4252.0, 4224.0, 4253.0, 4223.0, 4246.0, 4244.0, 4236.0, 4245.0, 4223.0, 4245.0, 4243.0, 4224.0, 4233.0, 4233.0, 4237.0, 4254.0, 4224.0, 4253.0, 4223.0, 4246.0, 4242.0, 4225.0, 4245.0, 4223.0, 4244.0, 4222.0, 4224.0, 4253.0, 4223.0, 4246.0, 4244.0, 4224.0, 4253.0, 4232.0, 4256.0, 4224.0, 4236.0, 4256.0, 4224.0, 4255.0, 4223.0, 4235.0, 4254.0, 4224.0, 4246.0, 4243.0, 4224.0, 4243.0, 4224.0, 4286.0, 4230.0, 4255.0, 4244.0, 4203.0, 4234.0, 4213.0, 4234.0, 4248.0, 4241.0, 4250.0, 4218.0, 4245.0, 4177.0, 4220.0, 4209.0, 4237.0, 4290.0, 4350.0, 4322.0, 4286.0, 4269.0, 4235.0, 4245.0, 4222.0, 4247.0, 4255.0, 4259.0, 4278.0, 4250.0, 4281.0, 4247.0, 4270.0, 4255.0, 4255.0, 4263.0, 4235.0, 4265.0, 4234.0, 4267.0, 4245.0, 4256.0, 4264.0, 4235.0, 4254.0, 4223.0, 4267.0, 4233.0, 4243.0, 4241.0, 4234.0, 4252.0, 4223.0, 4264.0, 4233.0, 4263.0, 4234.0, 4255.0, 4234.0, 4247.0, 4247.0, 4258.0, 4247.0, 4270.0, 4266.0, 4259.0, 4258.0, 4237.0, 4268.0, 4236.0, 4249.0, 4277.0, 4238.0, 4269.0, 4274.0, 4235.0, 4264.0, 4234.0, 4257.0, 4264.0, 4235.0, 4265.0, 4235.0, 4255.0, 4236.0, 4268.0, 4235.0, 4259.0, 4277.0, 4236.0, 4255.0, 4248.0, 4270.0, 4247.0, 4250.0, 4267.0, 4238.0, 4266.0, 4236.0, 4269.0, 4246.0, 4248.0, 4266.0, 4237.0, 4266.0, 4236.0, 4257.0, 4235.0, 4248.0, 4265.0, 4249.0, 4265.0, 4246.0, 4269.0, 4245.0, 4238.0, 4266.0, 4236.0, 4266.0, 4236.0, 4269.0, 4254.0, 4247.0, 4267.0, 4249.0, 4267.0, 4235.0, 4257.0, 4244.0, 4249.0, 4268.0, 4247.0, 4264.0, 4235.0, 4255.0, 4248.0, 4267.0, 4236.0, 4246.0, 4233.0, 4236.0, 4264.0, 4246.0, 4253.0, 4225.0, 4266.0, 4234.0, 4254.0, 4232.0, 4234.0, 4263.0, 4223.0, 4252.0, 4222.0, 4253.0, 4231.0, 4233.0, 4262.0, 4223.0, 4252.0, 4221.0, 4252.0, 4222.0, 4233.0, 4251.0, 4223.0, 4255.0, 4221.0, 4234.0, 4230.0, 4233.0, 4241.0, 4234.0, 4244.0, 4223.0, 4245.0, 4222.0, 4235.0, 4264.0, 4234.0, 4266.0, 4223.0, 4235.0, 4252.0, 4233.0, 4253.0, 4234.0, 4255.0, 4241.0, 4243.0, 4251.0, 4223.0, 4253.0, 4222.0, 4235.0, 4262.0, 4221.0, 4251.0, 4222.0, 4245.0, 4242.0, 4235.0, 4245.0, 4233.0, 4245.0, 4236.0, 4247.0, 4254.0, 4235.0, 4246.0, 4236.0, 4246.0, 4234.0, 4268.0, 4265.0, 4235.0, 4267.0, 4235.0, 4258.0, 4267.0, 4236.0, 4255.0, 4233.0, 4235.0, 4264.0, 4225.0, 4254.0, 4233.0, 4245.0, 4254.0, 4224.0, 4236.0, 4223.0, 4236.0, 4244.0, 4235.0, 4244.0, 4235.0, 4247.0, 4225.0, 4248.0, 4258.0, 4236.0, 4257.0, 4236.0, 4269.0, 4266.0, 4239.0, 4269.0, 4237.0, 4259.0, 4236.0, 4258.0, 4258.0, 4240.0, 4261.0, 4257.0, 4249.0, 4277.0, 4237.0, 4269.0, 4237.0, 4259.0, 4267.0, 4247.0, 4257.0, 4236.0, 4250.0, 4267.0, 4238.0, 4256.0, 4237.0, 4259.0, 4257.0, 4249.0, 4257.0, 4237.0, 4268.0, 4236.0, 4260.0, 4267.0, 4238.0, 4268.0, 4236.0, 4268.0, 4266.0, 4247.0, 4266.0, 4235.0, 4247.0, 4253.0, 4224.0, 4254.0, 4224.0, 4246.0, 4233.0, 4236.0, 4265.0, 4236.0, 4245.0, 4234.0, 4248.0, 4254.0, 4236.0, 4254.0, 4235.0, 4247.0, 4235.0, 4248.0, 4265.0, 4236.0, 4255.0, 4235.0, 4246.0, 4225.0, 4238.0, 4256.0, 4237.0, 4257.0, 4236.0, 4259.0, 4236.0, 4250.0, 4267.0, 4239.0, 4268.0, 4235.0, 4258.0, 4236.0, 4249.0, 4278.0, 4257.0, 4256.0, 4234.0, 4247.0, 4266.0, 4237.0, 4256.0, 4235.0, 4266.0, 4235.0, 4247.0, 4266.0, 4236.0, 4257.0, 4234.0, 4234.0, 4252.0, 4236.0, 4245.0, 4235.0, 4246.0, 4254.0, 4235.0, 4264.0, 4234.0, 4247.0, 4244.0, 4235.0, 4254.0, 4234.0, 4245.0, 4242.0, 4235.0, 4244.0, 4223.0, 4235.0, 4232.0, 4234.0, 4241.0, 4224.0, 4245.0, 4231.0, 4236.0, 4254.0, 4234.0, 4255.0, 4237.0, 4269.0, 4236.0, 4260.0, 4258.0, 4249.0, 4257.0, 4250.0, 4260.0, 4240.0, 4262.0, 4280.0, 4250.0, 4258.0, 4249.0, 4270.0, 4257.0, 4260.0, 4278.0, 4248.0, 4268.0, 4238.0, 4259.0, 4276.0, 4237.0, 4269.0, 4235.0, 4247.0, 4244.0, 4237.0, 4266.0, 4236.0, 4257.0, 4234.0, 4236.0, 4264.0, 4236.0, 4246.0, 4235.0, 4248.0, 4265.0, 4225.0, 4254.0, 4236.0, 4247.0, 4244.0, 4237.0, 4255.0, 4235.0, 4246.0, 4235.0, 4259.0, 4256.0, 4238.0, 4258.0, 4236.0, 4250.0, 4267.0, 4237.0, 4257.0, 4236.0, 4259.0, 4266.0, 4238.0, 4258.0, 4237.0, 4239.0, 4235.0, 4250.0, 4259.0, 4240.0, 4272.0, 4240.0, 4253.0, 4261.0, 4265.0, 4274.0, 4254.0, 4275.0, 4293.0, 4252.0, 4281.0, 4259.0, 4251.0, 4291.0, 4257.0, 4247.0, 4277.0, 4244.0, 4246.0, 4274.0, 4232.0, 4244.0, 4272.0, 4223.0, 4251.0, 4225.0, 4257.0, 4233.0, 4236.0, 4256.0, 4235.0, 4246.0, 4235.0, 4268.0, 4276.0, 4237.0, 4258.0, 4235.0, 4257.0, 4234.0, 4237.0, 4265.0, 4235.0, 4257.0, 4243.0, 4236.0, 4264.0, 4235.0, 4257.0, 4235.0, 4258.0, 4266.0, 4236.0, 4255.0, 4225.0, 4259.0, 4255.0, 4248.0, 4256.0, 4236.0, 4255.0, 4225.0, 4259.0, 4267.0, 4249.0, 4259.0, 4237.0, 4258.0, 4246.0, 4261.0, 4267.0, 4250.0, 4260.0, 4250.0, 4260.0, 4249.0, 4272.0, 4279.0, 4272.0, 4270.0, 4249.0, 4279.0, 4238.0, 4271.0, 4268.0, 4270.0, 4280.0, 4250.0, 4269.0, 4238.0, 4260.0, 4277.0, 4249.0, 4268.0, 4236.0, 4267.0, 4235.0, 4258.0, 4275.0, 4247.0, 4268.0, 4236.0, 4256.0, 4235.0, 4258.0, 4265.0, 4239.0, 4269.0, 4236.0, 4247.0, 4235.0, 4259.0, 4267.0, 4248.0, 4258.0, 4236.0, 4259.0, 4247.0, 4248.0, 4257.0, 4237.0, 4256.0, 4237.0, 4269.0, 4256.0, 4248.0, 4257.0, 4237.0, 4269.0, 4226.0, 4269.0, 4266.0, 4236.0, 4257.0, 4224.0, 4246.0, 4233.0, 4235.0, 4264.0, 4224.0, 4245.0, 4253.0, 4235.0, 4253.0, 4223.0, 4253.0, 4223.0, 4245.0, 4253.0, 4233.0, 4245.0, 4234.0, 4245.0, 4223.0, 4236.0, 4255.0, 4236.0, 4246.0, 4236.0, 4247.0, 4246.0, 4249.0, 4267.0, 4236.0, 4256.0, 4236.0, 4268.0, 4266.0, 4248.0, 4257.0, 4237.0, 4257.0, 4236.0, 4238.0, 4266.0, 4237.0, 4256.0, 4236.0, 4266.0, 4224.0, 4237.0, 4265.0, 4237.0, 4257.0, 4234.0, 4255.0, 4243.0, 4235.0, 4255.0, 4224.0, 4245.0, 4232.0, 4224.0, 4263.0, 4223.0, 4254.0, 4221.0, 4235.0, 4253.0, 4225.0, 4255.0, 4225.0, 4254.0, 4233.0, 4237.0, 4254.0, 4237.0, 4256.0, 4236.0, 4246.0, 4236.0, 4238.0, 4256.0, 4260.0, 4258.0, 4239.0, 4258.0, 4238.0, 4270.0, 4258.0, 4249.0, 4267.0, 4249.0, 4259.0, 4239.0, 4260.0, 4238.0, 4261.0, 4277.0, 4249.0, 4267.0, 4238.0, 4268.0, 4238.0, 4250.0, 4276.0, 4247.0, 4257.0, 4237.0, 4267.0, 4247.0, 4248.0, 4255.0, 4247.0, 4275.0, 4234.0, 4266.0, 4236.0, 4246.0, 4244.0, 4237.0, 4264.0, 4235.0, 4255.0, 4236.0, 4246.0, 4245.0, 4236.0, 4264.0, 4225.0, 4255.0, 4224.0, 4247.0, 4263.0, 4235.0, 4267.0, 4249.0, 4257.0, 4197.0, 4219.0, 4226.0, 4242.0, 4211.0, 4184.0, 4237.0, 4290.0, 4312.0, 4285.0, 4296.0, 4273.0, 4293.0, 4256.0, 4263.0, 4264.0, 4253.0, 4298.0, 4266.0, 4285.0, 4253.0, 4294.0, 4273.0, 4282.0, 4294.0, 4282.0, 4260.0, 4279.0, 4269.0, 4258.0, 4264.0, 4265.0, 4264.0, 4253.0, 4252.0, 4230.0, 4250.0, 4218.0, 4238.0, 4214.0, 4217.0, 4235.0, 4205.0, 4237.0, 4203.0, 4196.0, 4226.0, 4219.0, 4227.0, 4219.0, 4231.0, 4223.0, 4245.0, 4236.0, 4259.0, 4237.0, 4250.0, 4237.0, 4273.0, 4250.0, 4274.0, 4261.0, 4265.0, 4283.0, 4266.0, 4274.0, 4266.0, 4285.0, 4280.0, 4290.0, 4257.0, 4291.0, 4296.0, 4268.0, 4296.0, 4266.0, 4288.0, 4256.0], 'WindowWidth': [9475.0, 9405.0, 9395.0, 9353.0, 9377.0, 9331.0, 9348.0, 9328.0, 9366.0, 9334.0, 9373.0, 9388.0, 9406.0, 9432.0, 9402.0, 9394.0, 9384.0, 9412.0, 9397.0, 9405.0, 9420.0, 9390.0, 9426.0, 9419.0, 9425.0, 9455.0, 9388.0, 9437.0, 9441.0, 9384.0, 9435.0, 9405.0, 9414.0, 9424.0, 9380.0, 9428.0, 9432.0, 9361.0, 9410.0, 9409.0, 9356.0, 9403.0, 9360.0, 9369.0, 9403.0, 9352.0, 9377.0, 9402.0, 9359.0, 9382.0, 9387.0, 9382.0, 9428.0, 9405.0, 9445.0, 9391.0, 9425.0, 9434.0, 9413.0, 9442.0, 9452.0, 9411.0, 9436.0, 9408.0, 9460.0, 9448.0, 9407.0, 9455.0, 9402.0, 9435.0, 9442.0, 9387.0, 9437.0, 9371.0, 9424.0, 9438.0, 9432.0, 9439.0, 9403.0, 9434.0, 9442.0, 9404.0, 9423.0, 9399.0, 9405.0, 9428.0, 9403.0, 9452.0, 9409.0, 9446.0, 9438.0, 9416.0, 9443.0, 9388.0, 9436.0, 9446.0, 9406.0, 9425.0, 9385.0, 9407.0, 9445.0, 9405.0, 9435.0, 9403.0, 9412.0, 9432.0, 9403.0, 9433.0, 9386.0, 9435.0, 9429.0, 9389.0, 9421.0, 9386.0, 9406.0, 9428.0, 9387.0, 9444.0, 9384.0, 9423.0, 9419.0, 9393.0, 9405.0, 9403.0, 9453.0, 9446.0, 9412.0, 9436.0, 9406.0, 9425.0, 9390.0, 9432.0, 9440.0, 9410.0, 9442.0, 9432.0, 9427.0, 9460.0, 9409.0, 9443.0, 9403.0, 9438.0, 9444.0, 9440.0, 9448.0, 9403.0, 9421.0, 9454.0, 9406.0, 9461.0, 9403.0, 9445.0, 9393.0, 9401.0, 9449.0, 9418.0, 9463.0, 9338.0, 9369.0, 9309.0, 9360.0, 9374.0, 9392.0, 9410.0, 9380.0, 9442.0, 9347.0, 9358.0, 9358.0, 9311.0, 9352.0, 9318.0, 9369.0, 9347.0, 9361.0, 9380.0, 9328.0, 9363.0, 9303.0, 9349.0, 9325.0, 9344.0, 9340.0, 9302.0, 9347.0, 9309.0, 9403.0, 9361.0, 9388.0, 9454.0, 9490.0, 9506.0, 9428.0, 9397.0, 9331.0, 9363.0, 9332.0, 9401.0, 9380.0, 9403.0, 9412.0, 9480.0, 9455.0, 9391.0, 9425.0, 9381.0, 9412.0, 9388.0, 9399.0, 9411.0, 9402.0, 9446.0, 9409.0, 9451.0, 9399.0, 9422.0, 9442.0, 9404.0, 9428.0, 9402.0, 9443.0, 9402.0, 9434.0, 9412.0, 9422.0, 9427.0, 9435.0, 9431.0, 9402.0, 9433.0, 9385.0, 9432.0, 9425.0, 9445.0, 9425.0, 9400.0, 9429.0, 9386.0, 9418.0, 9411.0, 9430.0, 9438.0, 9388.0, 9413.0, 9381.0, 9430.0, 9423.0, 9431.0, 9422.0, 9383.0, 9427.0, 9383.0, 9431.0, 9425.0, 9414.0, 9426.0, 9409.0, 9429.0, 9402.0, 9447.0, 9410.0, 9431.0, 9422.0, 9403.0, 9428.0, 9405.0, 9447.0, 9408.0, 9412.0, 9425.0, 9399.0, 9429.0, 9391.0, 9432.0, 9395.0, 9418.0, 9423.0, 9404.0, 9416.0, 9399.0, 9435.0, 9422.0, 9404.0, 9425.0, 9388.0, 9428.0, 9384.0, 9417.0, 9421.0, 9397.0, 9419.0, 9384.0, 9410.0, 9380.0, 9400.0, 9402.0, 9399.0, 9419.0, 9382.0, 9414.0, 9397.0, 9404.0, 9406.0, 9400.0, 9425.0, 9385.0, 9415.0, 9381.0, 9405.0, 9423.0, 9385.0, 9422.0, 9381.0, 9415.0, 9404.0, 9397.0, 9406.0, 9380.0, 9423.0, 9372.0, 9395.0, 9404.0, 9382.0, 9406.0, 9382.0, 9425.0, 9376.0, 9398.0, 9408.0, 9388.0, 9401.0, 9377.0, 9398.0, 9422.0, 9383.0, 9413.0, 9379.0, 9401.0, 9423.0, 9384.0, 9410.0, 9377.0, 9414.0, 9420.0, 9381.0, 9408.0, 9381.0, 9411.0, 9361.0, 9384.0, 9408.0, 9383.0, 9399.0, 9379.0, 9400.0, 9421.0, 9381.0, 9421.0, 9380.0, 9398.0, 9407.0, 9398.0, 9429.0, 9379.0, 9406.0, 9427.0, 9384.0, 9425.0, 9382.0, 9433.0, 9423.0, 9398.0, 9431.0, 9407.0, 9384.0, 9418.0, 9380.0, 9414.0, 9390.0, 9384.0, 9410.0, 9380.0, 9396.0, 9378.0, 9400.0, 9421.0, 9383.0, 9400.0, 9390.0, 9384.0, 9420.0, 9385.0, 9417.0, 9392.0, 9404.0, 9429.0, 9382.0, 9426.0, 9380.0, 9416.0, 9425.0, 9382.0, 9429.0, 9389.0, 9381.0, 9417.0, 9379.0, 9410.0, 9376.0, 9398.0, 9420.0, 9365.0, 9418.0, 9377.0, 9413.0, 9418.0, 9384.0, 9401.0, 9379.0, 9412.0, 9390.0, 9385.0, 9395.0, 9381.0, 9401.0, 9417.0, 9383.0, 9420.0, 9382.0, 9417.0, 9409.0, 9403.0, 9415.0, 9379.0, 9413.0, 9406.0, 9385.0, 9397.0, 9394.0, 9406.0, 9425.0, 9382.0, 9421.0, 9380.0, 9415.0, 9405.0, 9385.0, 9412.0, 9381.0, 9409.0, 9376.0, 9386.0, 9421.0, 9382.0, 9416.0, 9408.0, 9384.0, 9419.0, 9395.0, 9431.0, 9384.0, 9405.0, 9428.0, 9384.0, 9427.0, 9381.0, 9401.0, 9424.0, 9385.0, 9418.0, 9405.0, 9383.0, 9406.0, 9387.0, 9488.0, 9398.0, 9435.0, 9400.0, 9345.0, 9386.0, 9360.0, 9390.0, 9417.0, 9414.0, 9420.0, 9374.0, 9406.0, 9293.0, 9361.0, 9354.0, 9410.0, 9486.0, 9605.0, 9555.0, 9490.0, 9455.0, 9401.0, 9414.0, 9379.0, 9421.0, 9428.0, 9441.0, 9467.0, 9431.0, 9474.0, 9421.0, 9457.0, 9427.0, 9427.0, 9435.0, 9400.0, 9441.0, 9398.0, 9446.0, 9412.0, 9430.0, 9437.0, 9403.0, 9426.0, 9381.0, 9446.0, 9396.0, 9407.0, 9402.0, 9398.0, 9420.0, 9382.0, 9436.0, 9394.0, 9435.0, 9398.0, 9428.0, 9400.0, 9422.0, 9420.0, 9438.0, 9421.0, 9458.0, 9446.0, 9442.0, 9438.0, 9406.0, 9449.0, 9404.0, 9427.0, 9461.0, 9408.0, 9454.0, 9452.0, 9400.0, 9438.0, 9398.0, 9434.0, 9438.0, 9403.0, 9440.0, 9400.0, 9428.0, 9405.0, 9451.0, 9404.0, 9443.0, 9462.0, 9407.0, 9430.0, 9424.0, 9456.0, 9422.0, 9430.0, 9447.0, 9409.0, 9444.0, 9406.0, 9454.0, 9417.0, 9425.0, 9445.0, 9407.0, 9444.0, 9405.0, 9434.0, 9400.0, 9423.0, 9443.0, 9425.0, 9444.0, 9418.0, 9454.0, 9415.0, 9411.0, 9444.0, 9405.0, 9444.0, 9406.0, 9454.0, 9427.0, 9421.0, 9446.0, 9426.0, 9447.0, 9403.0, 9436.0, 9414.0, 9427.0, 9450.0, 9424.0, 9439.0, 9402.0, 9429.0, 9425.0, 9450.0, 9403.0, 9418.0, 9394.0, 9403.0, 9436.0, 9416.0, 9424.0, 9388.0, 9443.0, 9397.0, 9423.0, 9389.0, 9398.0, 9435.0, 9383.0, 9421.0, 9377.0, 9420.0, 9388.0, 9394.0, 9431.0, 9380.0, 9419.0, 9375.0, 9418.0, 9375.0, 9396.0, 9416.0, 9381.0, 9427.0, 9376.0, 9397.0, 9387.0, 9395.0, 9403.0, 9399.0, 9413.0, 9383.0, 9413.0, 9380.0, 9403.0, 9437.0, 9398.0, 9443.0, 9379.0, 9401.0, 9418.0, 9397.0, 9421.0, 9396.0, 9428.0, 9403.0, 9408.0, 9416.0, 9380.0, 9422.0, 9377.0, 9401.0, 9432.0, 9377.0, 9416.0, 9378.0, 9414.0, 9404.0, 9402.0, 9414.0, 9397.0, 9414.0, 9403.0, 9422.0, 9425.0, 9404.0, 9419.0, 9403.0, 9418.0, 9399.0, 9451.0, 9441.0, 9403.0, 9448.0, 9400.0, 9435.0, 9448.0, 9403.0, 9427.0, 9396.0, 9403.0, 9437.0, 9387.0, 9425.0, 9395.0, 9415.0, 9421.0, 9385.0, 9402.0, 9381.0, 9406.0, 9411.0, 9401.0, 9413.0, 9401.0, 9422.0, 9388.0, 9424.0, 9436.0, 9404.0, 9433.0, 9404.0, 9455.0, 9446.0, 9413.0, 9453.0, 9406.0, 9440.0, 9404.0, 9440.0, 9439.0, 9417.0, 9446.0, 9433.0, 9425.0, 9460.0, 9409.0, 9453.0, 9408.0, 9442.0, 9447.0, 9422.0, 9434.0, 9404.0, 9430.0, 9449.0, 9410.0, 9432.0, 9409.0, 9442.0, 9434.0, 9427.0, 9436.0, 9407.0, 9450.0, 9404.0, 9443.0, 9447.0, 9411.0, 9453.0, 9403.0, 9449.0, 9442.0, 9420.0, 9444.0, 9402.0, 9422.0, 9422.0, 9386.0, 9423.0, 9387.0, 9420.0, 9397.0, 9406.0, 9440.0, 9404.0, 9415.0, 9399.0, 9424.0, 9425.0, 9403.0, 9426.0, 9403.0, 9420.0, 9402.0, 9424.0, 9442.0, 9405.0, 9429.0, 9403.0, 9419.0, 9387.0, 9411.0, 9431.0, 9407.0, 9434.0, 9407.0, 9441.0, 9405.0, 9430.0, 9448.0, 9415.0, 9448.0, 9403.0, 9437.0, 9403.0, 9426.0, 9464.0, 9435.0, 9431.0, 9399.0, 9421.0, 9442.0, 9407.0, 9430.0, 9400.0, 9444.0, 9401.0, 9421.0, 9446.0, 9403.0, 9432.0, 9395.0, 9397.0, 9419.0, 9403.0, 9413.0, 9400.0, 9419.0, 9423.0, 9402.0, 9439.0, 9398.0, 9422.0, 9410.0, 9401.0, 9425.0, 9397.0, 9414.0, 9403.0, 9401.0, 9410.0, 9382.0, 9402.0, 9392.0, 9397.0, 9403.0, 9384.0, 9415.0, 9391.0, 9404.0, 9426.0, 9399.0, 9428.0, 9408.0, 9455.0, 9406.0, 9443.0, 9438.0, 9426.0, 9435.0, 9430.0, 9444.0, 9417.0, 9451.0, 9468.0, 9430.0, 9438.0, 9427.0, 9459.0, 9435.0, 9444.0, 9465.0, 9424.0, 9450.0, 9410.0, 9441.0, 9459.0, 9408.0, 9452.0, 9401.0, 9419.0, 9412.0, 9409.0, 9445.0, 9406.0, 9435.0, 9397.0, 9403.0, 9437.0, 9404.0, 9418.0, 9400.0, 9425.0, 9440.0, 9388.0, 9426.0, 9404.0, 9422.0, 9411.0, 9408.0, 9429.0, 9402.0, 9417.0, 9401.0, 9441.0, 9433.0, 9409.0, 9438.0, 9405.0, 9429.0, 9446.0, 9408.0, 9433.0, 9405.0, 9441.0, 9445.0, 9412.0, 9439.0, 9407.0, 9413.0, 9404.0, 9430.0, 9441.0, 9420.0, 9464.0, 9418.0, 9441.0, 9449.0, 9460.0, 9472.0, 9445.0, 9474.0, 9493.0, 9436.0, 9475.0, 9441.0, 9433.0, 9490.0, 9433.0, 9421.0, 9461.0, 9411.0, 9417.0, 9454.0, 9392.0, 9412.0, 9444.0, 9381.0, 9417.0, 9387.0, 9433.0, 9396.0, 9407.0, 9431.0, 9402.0, 9418.0, 9403.0, 9452.0, 9458.0, 9409.0, 9436.0, 9401.0, 9433.0, 9398.0, 9408.0, 9443.0, 9402.0, 9434.0, 9409.0, 9404.0, 9440.0, 9405.0, 9435.0, 9403.0, 9439.0, 9445.0, 9403.0, 9428.0, 9389.0, 9438.0, 9428.0, 9425.0, 9433.0, 9404.0, 9430.0, 9390.0, 9441.0, 9447.0, 9428.0, 9440.0, 9408.0, 9439.0, 9420.0, 9447.0, 9450.0, 9433.0, 9444.0, 9429.0, 9444.0, 9428.0, 9464.0, 9469.0, 9463.0, 9458.0, 9429.0, 9468.0, 9412.0, 9460.0, 9451.0, 9458.0, 9471.0, 9430.0, 9453.0, 9412.0, 9444.0, 9462.0, 9427.0, 9450.0, 9405.0, 9446.0, 9402.0, 9439.0, 9456.0, 9422.0, 9451.0, 9405.0, 9431.0, 9402.0, 9439.0, 9444.0, 9414.0, 9453.0, 9404.0, 9420.0, 9402.0, 9440.0, 9448.0, 9425.0, 9437.0, 9405.0, 9441.0, 9422.0, 9426.0, 9434.0, 9406.0, 9430.0, 9407.0, 9455.0, 9432.0, 9426.0, 9436.0, 9407.0, 9451.0, 9391.0, 9453.0, 9444.0, 9404.0, 9434.0, 9384.0, 9416.0, 9394.0, 9402.0, 9439.0, 9385.0, 9416.0, 9421.0, 9400.0, 9422.0, 9383.0, 9422.0, 9381.0, 9415.0, 9421.0, 9398.0, 9412.0, 9399.0, 9414.0, 9381.0, 9405.0, 9428.0, 9404.0, 9417.0, 9404.0, 9422.0, 9417.0, 9429.0, 9447.0, 9405.0, 9432.0, 9404.0, 9452.0, 9445.0, 9425.0, 9433.0, 9408.0, 9434.0, 9404.0, 9410.0, 9444.0, 9410.0, 9431.0, 9404.0, 9446.0, 9386.0, 9407.0, 9441.0, 9408.0, 9434.0, 9398.0, 9428.0, 9407.0, 9402.0, 9428.0, 9384.0, 9416.0, 9392.0, 9385.0, 9435.0, 9383.0, 9424.0, 9378.0, 9401.0, 9420.0, 9388.0, 9426.0, 9386.0, 9426.0, 9396.0, 9408.0, 9426.0, 9407.0, 9432.0, 9404.0, 9419.0, 9404.0, 9412.0, 9432.0, 9443.0, 9439.0, 9413.0, 9438.0, 9412.0, 9458.0, 9436.0, 9429.0, 9450.0, 9429.0, 9440.0, 9415.0, 9446.0, 9412.0, 9449.0, 9464.0, 9426.0, 9448.0, 9411.0, 9452.0, 9408.0, 9430.0, 9459.0, 9421.0, 9432.0, 9408.0, 9448.0, 9422.0, 9425.0, 9428.0, 9419.0, 9454.0, 9401.0, 9446.0, 9403.0, 9419.0, 9411.0, 9406.0, 9439.0, 9402.0, 9429.0, 9403.0, 9418.0, 9412.0, 9404.0, 9439.0, 9388.0, 9428.0, 9385.0, 9420.0, 9435.0, 9402.0, 9447.0, 9427.0, 9435.0, 9331.0, 9359.0, 9387.0, 9402.0, 9357.0, 9308.0, 9407.0, 9505.0, 9537.0, 9490.0, 9503.0, 9464.0, 9494.0, 9449.0, 9455.0, 9458.0, 9441.0, 9509.0, 9461.0, 9486.0, 9438.0, 9496.0, 9464.0, 9474.0, 9496.0, 9475.0, 9436.0, 9461.0, 9452.0, 9434.0, 9435.0, 9437.0, 9436.0, 9418.0, 9420.0, 9382.0, 9410.0, 9358.0, 9389.0, 9347.0, 9357.0, 9380.0, 9337.0, 9385.0, 9333.0, 9331.0, 9367.0, 9365.0, 9373.0, 9368.0, 9386.0, 9378.0, 9412.0, 9401.0, 9437.0, 9406.0, 9427.0, 9407.0, 9465.0, 9429.0, 9467.0, 9446.0, 9456.0, 9477.0, 9460.0, 9469.0, 9463.0, 9487.0, 9486.0, 9498.0, 9453.0, 9501.0, 9499.0, 9466.0, 9501.0, 9461.0, 9493.0, 9449.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.0063632097791798126</td></tr>
<tr><td colspan=3>aqi</td><td>0.026776269400630916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.99744320450667</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.38518833949487</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0948036780031556</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>8375.0195</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09220039233086696</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.097791798107256</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.354721293073405</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2617015824404687</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5419104848506766</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26055181192907</td></tr>
<tr><td colspan=3>gcor</td><td>0.0195484</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0021039198618382215</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029854008927941322</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1268</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.092320639894112</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>24.1157</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9525</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.1868</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296945.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.0629</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6471</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.6043</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3443.5971</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.954</td></tr>
<tr><td colspan=3>tsnr</td><td>38.594777623191476</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>