<?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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-04/func/sub-0041_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>e0da45e21708dd4a89f78ceaa06aef41</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>16:18:29.330000</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.999796, -0.0176126, -0.00992329, 0.0179752, 0.999127, 0.0377188]</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_brain_imaging_center</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.104179</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7763, -7245, 429, -57, -209, -20, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73d58f3a-60ac-43c1-9c8e-b044843c9bb3||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.6823785305023193, 0.04822621867060661, -0.02497580274939537, 111.1702651977539], [0.04725342616438866, 2.680583953857422, 0.1023014709353447, -97.56307220458984], [-0.02662346325814724, -0.10119669884443283, 2.6979455947875977, -46.19870376586914], [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': ['161829.330000', '161829.790000', '161830.250000', '161830.710000', '161831.170000', '161831.630000', '161832.090000', '161832.550000', '161833.010000', '161833.470000', '161833.930000', '161834.390000', '161834.850000', '161835.310000', '161835.770000', '161836.230000', '161836.690000', '161837.150000', '161837.610000', '161838.070000', '161838.530000', '161838.990000', '161839.450000', '161839.910000', '161840.370000', '161840.830000', '161841.290000', '161841.750000', '161842.210000', '161842.670000', '161843.130000', '161843.590000', '161844.050000', '161844.510000', '161844.970000', '161845.430000', '161845.890000', '161846.350000', '161846.810000', '161847.270000', '161847.730000', '161848.190000', '161848.650000', '161849.110000', '161849.570000', '161850.030000', '161850.490000', '161850.950000', '161851.410000', '161851.870000', '161852.330000', '161852.790000', '161853.250000', '161853.710000', '161854.170000', '161854.630000', '161855.090000', '161855.550000', '161856.010000', '161856.470000', '161856.930000', '161857.390000', '161857.850000', '161858.310000', '161858.770000', '161859.230000', '161859.690000', '161900.150000', '161900.610000', '161901.070000', '161901.530000', '161901.990000', '161902.450000', '161902.910000', '161903.370000', '161903.830000', '161904.290000', '161904.750000', '161905.210000', '161905.670000', '161906.130000', '161906.590000', '161907.050000', '161907.510000', '161907.970000', '161908.430000', '161908.890000', '161909.350000', '161909.810000', '161910.270000', '161910.730000', '161911.190000', '161911.650000', '161912.110000', '161912.570000', '161913.030000', '161913.490000', '161913.950000', '161914.410000', '161914.870000', '161915.330000', '161915.790000', '161916.250000', '161916.710000', '161917.170000', '161917.630000', '161918.090000', '161918.550000', '161919.010000', '161919.470000', '161919.930000', '161920.390000', '161920.850000', '161921.310000', '161921.770000', '161922.230000', '161922.690000', '161923.150000', '161923.610000', '161924.070000', '161924.530000', '161924.990000', '161925.450000', '161925.910000', '161926.370000', '161926.830000', '161927.290000', '161927.750000', '161928.210000', '161928.670000', '161929.130000', '161929.590000', '161930.050000', '161930.510000', '161930.970000', '161931.430000', '161931.890000', '161932.350000', '161932.810000', '161933.270000', '161933.730000', '161934.190000', '161934.650000', '161935.110000', '161935.570000', '161936.030000', '161936.490000', '161936.950000', '161937.410000', '161937.870000', '161938.330000', '161938.790000', '161939.250000', '161939.710000', '161940.170000', '161940.630000', '161941.090000', '161941.550000', '161942.010000', '161942.470000', '161942.930000', '161943.390000', '161943.850000', '161944.310000', '161944.770000', '161945.230000', '161945.690000', '161946.150000', '161946.610000', '161947.070000', '161947.530000', '161947.990000', '161948.450000', '161948.910000', '161949.370000', '161949.830000', '161950.290000', '161950.750000', '161951.210000', '161951.670000', '161952.130000', '161952.590000', '161953.050000', '161953.510000', '161953.970000', '161954.430000', '161954.890000', '161955.350000', '161955.810000', '161956.270000', '161956.730000', '161957.190000', '161957.650000', '161958.110000', '161958.570000', '161959.030000', '161959.490000', '161959.950000', '162000.410000', '162000.870000', '162001.330000', '162001.790000', '162002.250000', '162002.710000', '162003.170000', '162003.630000', '162004.090000', '162004.550000', '162005.010000', '162005.470000', '162005.930000', '162006.390000', '162006.850000', '162007.310000', '162007.770000', '162008.230000', '162008.690000', '162009.150000', '162009.610000', '162010.070000', '162010.530000', '162010.990000', '162011.450000', '162011.910000', '162012.370000', '162012.830000', '162013.290000', '162013.750000', '162014.210000', '162014.670000', '162015.130000', '162015.590000', '162016.050000', '162016.510000', '162016.970000', '162017.430000', '162017.890000', '162018.350000', '162018.810000', '162019.270000', '162019.730000', '162020.190000', '162020.650000', '162021.110000', '162021.570000', '162022.030000', '162022.490000', '162022.950000', '162023.410000', '162023.870000', '162024.330000', '162024.790000', '162025.250000', '162025.710000', '162026.170000', '162026.630000', '162027.090000', '162027.550000', '162028.010000', '162028.470000', '162028.930000', '162029.390000', '162029.850000', '162030.310000', '162030.770000', '162031.230000', '162031.690000', '162032.150000', '162032.610000', '162033.070000', '162033.530000', '162033.990000', '162034.450000', '162034.910000', '162035.370000', '162035.830000', '162036.290000', '162036.750000', '162037.210000', '162037.670000', '162038.130000', '162038.590000', '162039.050000', '162039.510000', '162039.970000', '162040.430000', '162040.890000', '162041.350000', '162041.810000', '162042.270000', '162042.730000', '162043.190000', '162043.650000', '162044.110000', '162044.570000', '162045.030000', '162045.490000', '162045.950000', '162046.410000', '162046.870000', '162047.330000', '162047.790000', '162048.250000', '162048.710000', '162049.170000', '162049.630000', '162050.090000', '162050.550000', '162051.010000', '162051.470000', '162051.930000', '162052.390000', '162052.850000', '162053.310000', '162053.770000', '162054.230000', '162054.690000', '162055.150000', '162055.610000', '162056.070000', '162056.530000', '162056.990000', '162057.450000', '162057.910000', '162058.370000', '162058.830000', '162059.290000', '162059.750000', '162100.210000', '162100.670000', '162101.130000', '162101.590000', '162102.050000', '162102.510000', '162102.970000', '162103.430000', '162103.890000', '162104.350000', '162104.810000', '162105.270000', '162105.730000', '162106.190000', '162106.650000', '162107.110000', '162107.570000', '162108.030000', '162108.490000', '162108.950000', '162109.410000', '162109.870000', '162110.330000', '162110.790000', '162111.250000', '162111.710000', '162112.170000', '162112.630000', '162113.090000', '162113.550000', '162114.010000', '162114.470000', '162114.930000', '162115.390000', '162115.850000', '162116.310000', '162116.770000', '162117.230000', '162117.690000', '162118.150000', '162118.610000', '162119.070000', '162119.530000', '162119.990000', '162120.450000', '162120.910000', '162121.370000', '162121.830000', '162122.290000', '162122.750000', '162123.210000', '162123.670000', '162124.130000', '162124.590000', '162125.050000', '162125.510000', '162125.970000', '162126.430000', '162126.890000', '162127.350000', '162127.810000', '162128.270000', '162128.730000', '162129.190000', '162129.650000', '162130.110000', '162130.570000', '162131.030000', '162131.490000', '162131.950000', '162132.410000', '162132.870000', '162133.330000', '162133.790000', '162134.250000', '162134.710000', '162135.170000', '162135.630000', '162136.090000', '162136.550000', '162137.010000', '162137.470000', '162137.930000', '162138.390000', '162138.850000', '162139.310000', '162139.770000', '162140.230000', '162140.690000', '162141.150000', '162141.610000', '162142.070000', '162142.530000', '162142.990000', '162143.450000', '162143.910000', '162144.370000', '162144.830000', '162145.290000', '162145.750000', '162146.210000', '162146.670000', '162147.130000', '162147.590000', '162148.050000', '162148.510000', '162148.970000', '162149.430000', '162149.890000', '162150.350000', '162150.810000', '162151.270000', '162151.730000', '162152.190000', '162152.650000', '162153.110000', '162153.570000', '162154.030000', '162154.490000', '162154.950000', '162155.410000', '162155.870000', '162156.330000', '162156.790000', '162157.250000', '162157.710000', '162158.170000', '162158.630000', '162159.090000', '162159.550000', '162200.010000', '162200.470000', '162200.930000', '162201.390000', '162201.850000', '162202.310000', '162202.770000', '162203.230000', '162203.690000', '162204.150000', '162204.610000', '162205.070000', '162205.530000', '162205.990000', '162206.450000', '162206.910000', '162207.370000', '162207.830000', '162208.290000', '162208.750000', '162209.210000', '162209.670000', '162210.130000', '162210.590000', '162211.050000', '162211.510000', '162211.970000', '162212.430000', '162212.890000', '162213.350000', '162213.810000', '162214.270000', '162214.730000', '162215.190000', '162215.650000', '162216.110000', '162216.570000', '162217.030000', '162217.490000', '162217.950000', '162218.410000', '162218.870000', '162219.330000', '162219.790000', '162220.250000', '162220.710000', '162221.170000', '162221.630000', '162222.090000', '162222.550000', '162223.010000', '162223.470000', '162223.930000', '162224.390000', '162224.850000', '162225.310000', '162225.770000', '162226.230000', '162226.690000', '162227.150000', '162227.610000', '162228.070000', '162228.530000', '162228.990000', '162229.450000', '162229.910000', '162230.370000', '162230.830000', '162231.290000', '162231.750000', '162232.210000', '162232.670000', '162233.130000', '162233.590000', '162234.050000', '162234.510000', '162234.970000', '162235.430000', '162235.890000', '162236.350000', '162236.810000', '162237.270000', '162237.730000', '162238.190000', '162238.650000', '162239.110000', '162239.570000', '162240.030000', '162240.490000', '162240.950000', '162241.410000', '162241.870000', '162242.330000', '162242.790000', '162243.250000', '162243.710000', '162244.170000', '162244.630000', '162245.090000', '162245.550000', '162246.010000', '162246.470000', '162246.930000', '162247.390000', '162247.850000', '162248.310000', '162248.770000', '162249.230000', '162249.690000', '162250.150000', '162250.610000', '162251.070000', '162251.530000', '162251.990000', '162252.450000', '162252.910000', '162253.370000', '162253.830000', '162254.290000', '162254.750000', '162255.210000', '162255.670000', '162256.130000', '162256.590000', '162257.050000', '162257.510000', '162257.970000', '162258.430000', '162258.890000', '162259.350000', '162259.810000', '162300.270000', '162300.730000', '162301.190000', '162301.650000', '162302.110000', '162302.570000', '162303.030000', '162303.490000', '162303.950000', '162304.410000', '162304.870000', '162305.330000', '162305.790000', '162306.250000', '162306.710000', '162307.170000', '162307.630000', '162308.090000', '162308.550000', '162309.010000', '162309.470000', '162309.930000', '162310.390000', '162310.850000', '162311.310000', '162311.770000', '162312.230000', '162312.690000', '162313.150000', '162313.610000', '162314.070000', '162314.530000', '162314.990000', '162315.450000', '162315.910000', '162316.370000', '162316.830000', '162317.290000', '162317.750000', '162318.210000', '162318.670000', '162319.130000', '162319.590000', '162320.050000', '162320.510000', '162320.970000', '162321.430000', '162321.890000', '162322.350000', '162322.810000', '162323.270000', '162323.730000', '162324.190000', '162324.650000', '162325.110000', '162325.570000', '162326.030000', '162326.490000', '162326.950000', '162327.410000', '162327.870000', '162328.330000', '162328.790000', '162329.250000', '162329.710000', '162330.170000', '162330.630000', '162331.090000', '162331.550000', '162332.010000', '162332.470000', '162332.930000', '162333.390000', '162333.850000', '162334.310000', '162334.770000', '162335.230000', '162335.690000', '162336.150000', '162336.610000', '162337.070000', '162337.530000', '162337.990000', '162338.450000', '162338.910000', '162339.370000', '162339.830000', '162340.290000', '162340.750000', '162341.210000', '162341.670000', '162342.130000', '162342.590000', '162343.050000', '162343.510000', '162343.970000', '162344.430000', '162344.890000', '162345.350000', '162345.810000', '162346.270000', '162346.730000', '162347.190000', '162347.650000', '162348.110000', '162348.570000', '162349.030000', '162349.490000', '162349.950000', '162350.410000', '162350.870000', '162351.330000', '162351.790000', '162352.250000', '162352.710000', '162353.170000', '162353.630000', '162354.090000', '162354.550000', '162355.010000', '162355.470000', '162355.930000', '162356.390000', '162356.850000', '162357.310000', '162357.770000', '162358.230000', '162358.690000', '162359.150000', '162359.610000', '162400.070000', '162400.530000', '162400.990000', '162401.450000', '162401.910000', '162402.370000', '162402.830000', '162403.290000', '162403.750000', '162404.210000', '162404.670000', '162405.130000', '162405.590000', '162406.050000', '162406.510000', '162406.970000', '162407.430000', '162407.890000', '162408.350000', '162408.810000', '162409.270000', '162409.730000', '162410.190000', '162410.650000', '162411.110000', '162411.570000', '162412.030000', '162412.490000', '162412.950000', '162413.410000', '162413.870000', '162414.330000', '162414.790000', '162415.250000', '162415.710000', '162416.170000', '162416.630000', '162417.090000', '162417.550000', '162418.010000', '162418.470000', '162418.930000', '162419.390000', '162419.850000', '162420.310000', '162420.770000', '162421.230000', '162421.690000', '162422.150000', '162422.610000', '162423.070000', '162423.530000', '162423.990000', '162424.450000', '162424.910000', '162425.370000', '162425.830000', '162426.290000', '162426.750000', '162427.210000', '162427.670000', '162428.130000', '162428.590000', '162429.050000', '162429.510000', '162429.970000', '162430.430000', '162430.890000', '162431.350000', '162431.810000', '162432.270000', '162432.730000', '162433.190000', '162433.650000', '162434.110000', '162434.570000', '162435.030000', '162435.490000', '162435.950000', '162436.410000', '162436.870000', '162437.330000', '162437.790000', '162438.250000', '162438.710000', '162439.170000', '162439.630000', '162440.090000', '162440.550000', '162441.010000', '162441.470000', '162441.930000', '162442.390000', '162442.850000', '162443.310000', '162443.770000', '162444.230000', '162444.690000', '162445.150000', '162445.610000', '162446.070000', '162446.530000', '162446.990000', '162447.450000', '162447.910000', '162448.370000', '162448.830000', '162449.290000', '162449.750000', '162450.210000', '162450.670000', '162451.130000', '162451.590000', '162452.050000', '162452.510000', '162452.970000', '162453.430000', '162453.890000', '162454.350000', '162454.810000', '162455.270000', '162455.730000', '162456.190000', '162456.650000', '162457.110000', '162457.570000', '162458.030000', '162458.490000', '162458.950000', '162459.410000', '162459.870000', '162500.330000', '162500.790000', '162501.250000', '162501.710000', '162502.170000', '162502.630000', '162503.090000', '162503.550000', '162504.010000', '162504.470000', '162504.930000', '162505.390000', '162505.850000', '162506.310000', '162506.770000', '162507.230000', '162507.690000', '162508.150000', '162508.610000', '162509.070000', '162509.530000', '162509.990000', '162510.450000', '162510.910000', '162511.370000', '162511.830000', '162512.290000', '162512.750000', '162513.210000', '162513.670000', '162514.130000', '162514.590000', '162515.050000', '162515.510000', '162515.970000', '162516.430000', '162516.890000', '162517.350000', '162517.810000', '162518.270000', '162518.730000', '162519.190000', '162519.650000', '162520.110000', '162520.570000', '162521.030000', '162521.490000', '162521.950000', '162522.410000', '162522.870000', '162523.330000', '162523.790000', '162524.250000', '162524.710000', '162525.170000', '162525.630000', '162526.090000', '162526.550000', '162527.010000', '162527.470000', '162527.930000', '162528.390000', '162528.850000', '162529.310000', '162529.770000', '162530.230000', '162530.690000', '162531.150000', '162531.610000', '162532.070000', '162532.530000', '162532.990000', '162533.450000', '162533.910000', '162534.370000', '162534.830000', '162535.290000', '162535.750000', '162536.210000', '162536.670000', '162537.130000', '162537.590000', '162538.050000', '162538.510000', '162538.970000', '162539.430000', '162539.890000', '162540.350000', '162540.810000', '162541.270000', '162541.730000', '162542.190000', '162542.650000', '162543.110000', '162543.570000', '162544.030000', '162544.490000', '162544.950000', '162545.410000', '162545.870000', '162546.330000', '162546.790000', '162547.250000', '162547.710000', '162548.170000', '162548.630000', '162549.090000', '162549.550000', '162550.010000', '162550.470000', '162550.930000', '162551.390000', '162551.850000', '162552.310000', '162552.770000', '162553.230000', '162553.690000', '162554.150000', '162554.610000', '162555.070000', '162555.530000', '162555.990000', '162556.450000', '162556.910000', '162557.370000', '162557.830000', '162558.290000', '162558.750000', '162559.210000', '162559.670000', '162600.130000', '162600.590000', '162601.050000', '162601.510000', '162601.970000', '162602.430000', '162602.890000', '162603.350000', '162603.810000', '162604.270000', '162604.730000', '162605.190000', '162605.650000', '162606.110000', '162606.570000', '162607.030000', '162607.490000', '162607.950000', '162608.410000', '162608.870000', '162609.330000', '162609.790000', '162610.250000', '162610.710000', '162611.170000', '162611.630000', '162612.090000', '162612.550000', '162613.010000', '162613.470000', '162613.930000', '162614.390000', '162614.850000', '162615.310000', '162615.770000', '162616.230000', '162616.690000', '162617.150000', '162617.610000', '162618.070000', '162618.530000', '162618.990000', '162619.450000', '162619.910000', '162620.370000', '162620.830000', '162621.290000', '162621.750000', '162622.210000', '162622.670000', '162623.130000', '162623.590000', '162624.050000', '162624.510000', '162624.970000', '162625.430000', '162625.890000', '162626.350000', '162626.810000', '162627.270000', '162627.730000', '162628.190000', '162628.650000', '162629.110000', '162629.570000', '162630.030000', '162630.490000', '162630.950000', '162631.410000', '162631.870000', '162632.330000', '162632.790000', '162633.250000', '162633.710000', '162634.170000', '162634.630000', '162635.090000', '162635.550000', '162636.010000', '162636.470000', '162636.930000', '162637.390000', '162637.850000', '162638.310000', '162638.770000', '162639.230000', '162639.690000', '162640.150000', '162640.610000', '162641.070000', '162641.530000', '162641.990000', '162642.450000', '162642.910000', '162643.370000', '162643.830000', '162644.290000', '162644.750000', '162645.210000', '162645.670000', '162646.130000', '162646.590000', '162647.050000', '162647.510000', '162647.970000', '162648.430000', '162648.890000', '162649.350000', '162649.810000', '162650.270000', '162650.730000', '162651.190000', '162651.650000', '162652.110000', '162652.570000', '162653.030000', '162653.490000', '162653.950000', '162654.410000', '162654.870000', '162655.330000', '162655.790000', '162656.250000', '162656.710000', '162657.170000', '162657.630000', '162658.090000', '162658.550000', '162659.010000', '162659.470000', '162659.930000', '162700.390000', '162700.850000', '162701.310000', '162701.770000', '162702.230000', '162702.690000', '162703.150000', '162703.610000', '162704.070000', '162704.530000', '162704.990000', '162705.450000', '162705.910000', '162706.370000', '162706.830000', '162707.290000', '162707.750000', '162708.210000', '162708.670000', '162709.130000', '162709.590000', '162710.050000', '162710.510000', '162710.970000', '162711.430000', '162711.890000', '162712.350000', '162712.810000', '162713.270000', '162713.730000', '162714.190000', '162714.650000', '162715.110000', '162715.570000', '162716.030000', '162716.490000', '162716.950000', '162717.410000', '162717.870000', '162718.330000', '162718.790000', '162719.250000', '162719.710000', '162720.170000', '162720.630000', '162721.090000', '162721.550000', '162722.010000', '162722.470000', '162722.930000', '162723.390000', '162723.850000', '162724.310000', '162724.770000', '162725.230000', '162725.690000', '162726.150000', '162726.610000', '162727.070000', '162727.530000', '162727.990000', '162728.450000', '162728.910000', '162729.370000', '162729.830000', '162730.290000', '162730.750000', '162731.210000', '162731.670000', '162732.130000', '162732.590000', '162733.050000', '162733.510000', '162733.970000', '162734.430000', '162734.890000', '162735.350000', '162735.810000', '162736.270000', '162736.730000', '162737.190000', '162737.650000', '162738.110000', '162738.570000', '162739.030000', '162739.490000', '162739.950000', '162740.410000', '162740.870000', '162741.330000', '162741.790000', '162742.250000', '162742.710000', '162743.170000', '162743.630000', '162744.090000', '162744.550000', '162745.010000', '162745.470000', '162745.930000', '162746.390000', '162746.850000', '162747.310000', '162747.770000', '162748.230000', '162748.690000', '162749.150000', '162749.610000', '162750.070000', '162750.530000', '162750.990000', '162751.450000', '162751.910000', '162752.370000', '162752.830000', '162753.290000', '162753.750000', '162754.210000', '162754.670000', '162755.130000', '162755.590000', '162756.050000', '162756.510000', '162756.970000', '162757.430000', '162757.890000', '162758.350000', '162758.810000', '162759.270000', '162759.730000', '162800.190000', '162800.650000', '162801.110000', '162801.570000', '162802.030000', '162802.490000', '162802.950000', '162803.410000', '162803.870000', '162804.330000', '162804.790000', '162805.250000', '162805.710000', '162806.170000', '162806.630000', '162807.090000', '162807.550000', '162808.010000', '162808.470000', '162808.930000', '162809.390000', '162809.850000', '162810.310000', '162810.770000', '162811.230000', '162811.690000', '162812.150000'], 'ContentTime': ['161852.746000', '161852.749000', '161852.752000', '161852.755000', '161852.757000', '161852.760000', '161852.762000', '161852.765000', '161852.767000', '161852.770000', '161852.773000', '161852.775000', '161852.778000', '161852.780000', '161852.783000', '161852.786000', '161852.789000', '161852.799000', '161852.802000', '161852.804000', '161852.807000', '161852.810000', '161852.812000', '161852.815000', '161852.817000', '161852.820000', '161852.822000', '161852.825000', '161852.828000', '161852.830000', '161852.833000', '161852.836000', '161852.839000', '161852.841000', '161852.844000', '161852.846000', '161852.849000', '161852.852000', '161852.854000', '161852.857000', '161852.867000', '161852.869000', '161852.872000', '161852.874000', '161852.877000', '161852.879000', '161852.882000', '161912.689000', '161912.691000', '161912.694000', '161912.697000', '161912.699000', '161912.702000', '161912.704000', '161912.707000', '161912.710000', '161912.712000', '161912.715000', '161912.717000', '161912.720000', '161912.722000', '161912.725000', '161912.728000', '161912.730000', '161912.733000', '161912.735000', '161912.738000', '161912.741000', '161912.743000', '161912.746000', '161912.749000', '161912.751000', '161912.754000', '161912.756000', '161912.759000', '161912.762000', '161912.764000', '161912.767000', '161912.769000', '161912.772000', '161912.775000', '161912.777000', '161912.780000', '161912.782000', '161912.785000', '161912.787000', '161912.790000', '161912.792000', '161912.795000', '161912.798000', '161912.800000', '161932.688000', '161932.691000', '161932.694000', '161932.696000', '161932.699000', '161932.702000', '161932.704000', '161932.707000', '161932.710000', '161932.712000', '161932.715000', '161932.717000', '161932.720000', '161932.723000', '161932.725000', '161932.728000', '161932.730000', '161932.733000', '161932.735000', '161932.738000', '161932.741000', '161932.743000', '161932.746000', '161932.749000', '161932.754000', '161932.757000', '161932.759000', '161932.762000', '161932.765000', '161932.767000', '161932.770000', '161932.772000', '161932.775000', '161932.777000', '161932.780000', '161932.783000', '161932.785000', '161932.788000', '161932.790000', '161932.793000', '161932.795000', '161932.799000', '161932.801000', '161952.688000', '161952.691000', '161952.693000', '161952.696000', '161952.703000', '161952.705000', '161952.708000', '161952.711000', '161952.713000', '161952.716000', '161952.718000', '161952.721000', '161952.724000', '161952.726000', '161952.729000', '161952.731000', '161952.734000', '161952.736000', '161952.739000', '161952.742000', '161952.744000', '161952.747000', '161952.749000', '161952.752000', '161952.755000', '161952.757000', '161952.760000', '161952.762000', '161952.765000', '161952.768000', '161952.770000', '161952.773000', '161952.776000', '161952.778000', '161952.781000', '161952.783000', '161952.786000', '161952.789000', '161952.791000', '161952.794000', '161952.797000', '161952.799000', '161952.802000', '161952.805000', '162012.687000', '162012.690000', '162012.693000', '162012.695000', '162012.698000', '162012.701000', '162012.703000', '162012.706000', '162012.709000', '162012.711000', '162012.714000', '162012.716000', '162012.719000', '162012.721000', '162012.724000', '162012.727000', '162012.729000', '162012.732000', '162012.734000', '162012.750000', '162012.753000', '162012.755000', '162012.758000', '162012.760000', '162012.763000', '162012.765000', '162012.768000', '162012.771000', '162012.773000', '162012.776000', '162012.778000', '162012.781000', '162012.784000', '162012.786000', '162012.789000', '162012.792000', '162012.794000', '162012.797000', '162012.800000', '162012.802000', '162012.805000', '162012.807000', '162012.810000', '162032.687000', '162032.690000', '162032.693000', '162032.696000', '162032.698000', '162032.701000', '162032.703000', '162032.706000', '162032.709000', '162032.711000', '162032.714000', '162032.717000', '162032.719000', '162032.722000', '162032.724000', '162032.727000', '162032.729000', '162032.732000', '162032.735000', '162032.737000', '162032.740000', '162032.743000', '162032.745000', '162032.748000', '162032.750000', '162032.753000', '162032.755000', '162032.758000', '162032.761000', '162032.763000', '162032.766000', '162032.768000', '162032.771000', '162032.774000', '162032.776000', '162032.781000', '162032.784000', '162032.786000', '162032.789000', '162032.792000', '162032.794000', '162032.797000', '162032.800000', '162032.802000', '162052.688000', '162052.691000', '162052.694000', '162052.697000', '162052.699000', '162052.702000', '162052.704000', '162052.707000', '162052.710000', '162052.712000', '162052.715000', '162052.718000', '162052.720000', '162052.723000', '162052.725000', '162052.728000', '162052.731000', '162052.733000', '162052.736000', '162052.739000', '162052.741000', '162052.744000', '162052.746000', '162052.749000', '162052.752000', '162052.754000', '162052.757000', '162052.759000', '162052.762000', '162052.764000', '162052.767000', '162052.770000', '162052.772000', '162052.775000', '162052.777000', '162052.780000', '162052.783000', '162052.785000', '162052.788000', '162052.790000', '162052.793000', '162052.795000', '162052.798000', '162112.688000', '162112.691000', '162112.694000', '162112.697000', '162112.699000', '162112.702000', '162112.704000', '162112.707000', '162112.709000', '162112.712000', '162112.715000', '162112.717000', '162112.720000', '162112.723000', '162112.725000', '162112.728000', '162112.731000', '162112.734000', '162112.736000', '162112.739000', '162112.741000', '162112.744000', '162112.747000', '162112.749000', '162112.752000', '162112.754000', '162112.757000', '162112.759000', '162112.762000', '162112.765000', '162112.767000', '162112.770000', '162112.772000', '162112.775000', '162112.778000', '162112.780000', '162112.783000', '162112.785000', '162112.788000', '162112.790000', '162112.793000', '162112.886000', '162112.889000', '162112.891000', '162132.688000', '162132.691000', '162132.694000', '162132.697000', '162132.699000', '162132.702000', '162132.704000', '162132.707000', '162132.710000', '162132.712000', '162132.715000', '162132.718000', '162132.720000', '162132.723000', '162132.725000', '162132.728000', '162132.731000', '162132.733000', '162132.736000', '162132.739000', '162132.741000', '162132.744000', '162132.746000', '162132.749000', '162132.752000', '162132.754000', '162132.757000', '162132.760000', '162132.762000', '162132.765000', '162132.768000', '162132.770000', '162132.773000', '162132.775000', '162132.778000', '162132.781000', '162132.783000', '162132.786000', '162132.788000', '162132.791000', '162132.794000', '162132.796000', '162132.799000', '162152.688000', '162152.702000', '162152.704000', '162152.707000', '162152.710000', '162152.712000', '162152.715000', '162152.717000', '162152.720000', '162152.723000', '162152.725000', '162152.728000', '162152.730000', '162152.733000', '162152.736000', '162152.738000', '162152.741000', '162152.743000', '162152.746000', '162152.749000', '162152.751000', '162152.754000', '162152.756000', '162152.759000', '162152.761000', '162152.764000', '162152.767000', '162152.769000', '162152.772000', '162152.774000', '162152.777000', '162152.780000', '162152.782000', '162152.785000', '162152.788000', '162152.790000', '162152.793000', '162152.795000', '162152.798000', '162152.856000', '162152.859000', '162152.861000', '162152.864000', '162152.866000', '162212.688000', '162212.691000', '162212.693000', '162212.696000', '162212.698000', '162212.701000', '162212.704000', '162212.706000', '162212.709000', '162212.711000', '162212.714000', '162212.716000', '162212.719000', '162212.722000', '162212.724000', '162212.727000', '162212.730000', '162212.732000', '162212.735000', '162212.737000', '162212.740000', '162212.743000', '162212.745000', '162212.748000', '162212.751000', '162212.753000', '162212.756000', '162212.759000', '162212.761000', '162212.764000', '162212.766000', '162212.769000', '162212.772000', '162212.774000', '162212.777000', '162212.779000', '162212.782000', '162212.784000', '162212.787000', '162212.790000', '162212.792000', '162212.795000', '162212.797000', '162232.687000', '162232.690000', '162232.693000', '162232.695000', '162232.698000', '162232.701000', '162232.703000', '162232.706000', '162232.708000', '162232.711000', '162232.715000', '162232.718000', '162232.720000', '162232.723000', '162232.726000', '162232.728000', '162232.731000', '162232.733000', '162232.736000', '162232.739000', '162232.741000', '162232.744000', '162232.746000', '162232.749000', '162232.751000', '162232.754000', '162232.757000', '162232.759000', '162232.762000', '162232.764000', '162232.767000', '162232.770000', '162232.772000', '162232.775000', '162232.777000', '162232.780000', '162232.783000', '162232.785000', '162232.788000', '162232.790000', '162232.793000', '162232.795000', '162232.798000', '162232.852000', '162252.688000', '162252.691000', '162252.693000', '162252.696000', '162252.698000', '162252.701000', '162252.704000', '162252.706000', '162252.709000', '162252.711000', '162252.714000', '162252.717000', '162252.719000', '162252.722000', '162252.724000', '162252.727000', '162252.729000', '162252.732000', '162252.735000', '162252.737000', '162252.740000', '162252.742000', '162252.745000', '162252.748000', '162252.750000', '162252.753000', '162252.756000', '162252.758000', '162252.761000', '162252.763000', '162252.766000', '162252.769000', '162252.771000', '162252.774000', '162252.776000', '162252.779000', '162252.782000', '162252.784000', '162252.787000', '162252.789000', '162252.792000', '162252.795000', '162252.797000', '162312.688000', '162312.691000', '162312.694000', '162312.696000', '162312.699000', '162312.702000', '162312.704000', '162312.707000', '162312.709000', '162312.712000', '162312.715000', '162312.717000', '162312.720000', '162312.722000', '162312.725000', '162312.728000', '162312.730000', '162312.733000', '162312.735000', '162312.738000', '162312.741000', '162312.743000', '162312.746000', '162312.748000', '162312.751000', '162312.754000', '162312.756000', '162312.759000', '162312.761000', '162312.764000', '162312.767000', '162312.769000', '162312.772000', '162312.774000', '162312.777000', '162312.780000', '162312.782000', '162312.785000', '162312.787000', '162312.790000', '162312.803000', '162312.845000', '162312.847000', '162312.850000', '162332.689000', '162332.691000', '162332.694000', '162332.697000', '162332.699000', '162332.702000', '162332.705000', '162332.707000', '162332.710000', '162332.712000', '162332.715000', '162332.718000', '162332.720000', '162332.723000', '162332.726000', '162332.728000', '162332.731000', '162332.733000', '162332.736000', '162332.739000', '162332.741000', '162332.744000', '162332.746000', '162332.749000', '162332.752000', '162332.754000', '162332.757000', '162332.760000', '162332.762000', '162332.765000', '162332.767000', '162332.770000', '162332.773000', '162332.775000', '162332.778000', '162332.781000', '162332.783000', '162332.786000', '162332.788000', '162332.791000', '162332.794000', '162332.796000', '162332.799000', '162352.689000', '162352.691000', '162352.694000', '162352.697000', '162352.699000', '162352.702000', '162352.705000', '162352.707000', '162352.710000', '162352.712000', '162352.715000', '162352.718000', '162352.720000', '162352.723000', '162352.725000', '162352.728000', '162352.730000', '162352.733000', '162352.736000', '162352.738000', '162352.741000', '162352.743000', '162352.746000', '162352.749000', '162352.751000', '162352.754000', '162352.757000', '162352.760000', '162352.762000', '162352.765000', '162352.767000', '162352.770000', '162352.772000', '162352.775000', '162352.778000', '162352.780000', '162352.783000', '162352.785000', '162352.788000', '162352.791000', '162352.793000', '162352.796000', '162352.798000', '162412.688000', '162412.691000', '162412.694000', '162412.696000', '162412.699000', '162412.702000', '162412.704000', '162412.707000', '162412.709000', '162412.712000', '162412.715000', '162412.717000', '162412.720000', '162412.723000', '162412.725000', '162412.728000', '162412.731000', '162412.733000', '162412.736000', '162412.738000', '162412.741000', '162412.744000', '162412.746000', '162412.749000', '162412.751000', '162412.754000', '162412.757000', '162412.759000', '162412.762000', '162412.764000', '162412.767000', '162412.769000', '162412.772000', '162412.775000', '162412.777000', '162412.780000', '162412.782000', '162412.785000', '162412.787000', '162412.790000', '162412.793000', '162412.795000', '162412.798000', '162412.843000', '162432.687000', '162432.690000', '162432.693000', '162432.695000', '162432.698000', '162432.701000', '162432.703000', '162432.706000', '162432.708000', '162432.711000', '162432.714000', '162432.716000', '162432.719000', '162432.721000', '162432.724000', '162432.726000', '162432.729000', '162432.732000', '162432.734000', '162432.738000', '162432.741000', '162432.743000', '162432.746000', '162432.749000', '162432.751000', '162432.754000', '162432.756000', '162432.759000', '162432.762000', '162432.765000', '162432.767000', '162432.770000', '162432.772000', '162432.775000', '162432.778000', '162432.780000', '162432.783000', '162432.786000', '162432.788000', '162432.791000', '162432.793000', '162432.796000', '162432.799000', '162452.688000', '162452.690000', '162452.693000', '162452.696000', '162452.698000', '162452.701000', '162452.703000', '162452.706000', '162452.720000', '162452.722000', '162452.725000', '162452.728000', '162452.730000', '162452.733000', '162452.735000', '162452.738000', '162452.740000', '162452.743000', '162452.746000', '162452.748000', '162452.751000', '162452.753000', '162452.756000', '162452.758000', '162452.761000', '162452.764000', '162452.766000', '162452.769000', '162452.771000', '162452.774000', '162452.777000', '162452.779000', '162452.782000', '162452.784000', '162452.787000', '162452.789000', '162452.792000', '162452.795000', '162452.797000', '162452.800000', '162452.803000', '162452.805000', '162452.808000', '162452.810000', '162512.687000', '162512.690000', '162512.693000', '162512.695000', '162512.698000', '162512.701000', '162512.703000', '162512.706000', '162512.708000', '162512.711000', '162512.714000', '162512.716000', '162512.719000', '162512.721000', '162512.724000', '162512.726000', '162512.729000', '162512.732000', '162512.734000', '162512.737000', '162512.739000', '162512.742000', '162512.745000', '162512.747000', '162512.750000', '162512.752000', '162512.755000', '162512.758000', '162512.760000', '162512.763000', '162512.765000', '162512.768000', '162512.771000', '162512.773000', '162512.776000', '162512.779000', '162512.781000', '162512.784000', '162512.786000', '162512.790000', '162512.793000', '162512.796000', '162512.798000', '162532.688000', '162532.691000', '162532.694000', '162532.697000', '162532.699000', '162532.702000', '162532.705000', '162532.707000', '162532.710000', '162532.713000', '162532.715000', '162532.718000', '162532.720000', '162532.723000', '162532.726000', '162532.728000', '162532.731000', '162532.733000', '162532.736000', '162532.738000', '162532.741000', '162532.744000', '162532.746000', '162532.749000', '162532.751000', '162532.754000', '162532.757000', '162532.759000', '162532.762000', '162532.765000', '162532.767000', '162532.770000', '162532.772000', '162532.775000', '162532.778000', '162532.780000', '162532.783000', '162532.785000', '162532.788000', '162532.791000', '162532.793000', '162532.796000', '162532.798000', '162532.860000', '162552.688000', '162552.691000', '162552.694000', '162552.696000', '162552.699000', '162552.702000', '162552.704000', '162552.707000', '162552.709000', '162552.712000', '162552.715000', '162552.717000', '162552.720000', '162552.722000', '162552.725000', '162552.727000', '162552.730000', '162552.733000', '162552.735000', '162552.738000', '162552.740000', '162552.743000', '162552.746000', '162552.748000', '162552.751000', '162552.753000', '162552.756000', '162552.758000', '162552.761000', '162552.764000', '162552.766000', '162552.769000', '162552.771000', '162552.774000', '162552.777000', '162552.779000', '162552.782000', '162552.785000', '162552.788000', '162552.791000', '162552.794000', '162552.797000', '162552.851000', '162612.689000', '162612.691000', '162612.694000', '162612.697000', '162612.712000', '162612.715000', '162612.718000', '162612.720000', '162612.723000', '162612.725000', '162612.728000', '162612.731000', '162612.733000', '162612.736000', '162612.738000', '162612.741000', '162612.744000', '162612.746000', '162612.749000', '162612.751000', '162612.754000', '162612.757000', '162612.759000', '162612.762000', '162612.765000', '162612.767000', '162612.770000', '162612.772000', '162612.775000', '162612.778000', '162612.780000', '162612.783000', '162612.785000', '162612.788000', '162612.791000', '162612.793000', '162612.796000', '162612.798000', '162612.880000', '162612.883000', '162612.885000', '162612.888000', '162612.890000', '162612.893000', '162632.688000', '162632.691000', '162632.694000', '162632.696000', '162632.699000', '162632.702000', '162632.704000', '162632.707000', '162632.709000', '162632.712000', '162632.715000', '162632.717000', '162632.720000', '162632.722000', '162632.725000', '162632.727000', '162632.730000', '162632.733000', '162632.735000', '162632.738000', '162632.741000', '162632.743000', '162632.746000', '162632.748000', '162632.751000', '162632.753000', '162632.756000', '162632.759000', '162632.761000', '162632.764000', '162632.766000', '162632.769000', '162632.772000', '162632.774000', '162632.777000', '162632.779000', '162632.782000', '162632.785000', '162632.788000', '162632.791000', '162632.794000', '162632.796000', '162632.799000', '162652.688000', '162652.690000', '162652.693000', '162652.696000', '162652.698000', '162652.701000', '162652.704000', '162652.706000', '162652.709000', '162652.712000', '162652.714000', '162652.717000', '162652.719000', '162652.722000', '162652.725000', '162652.727000', '162652.730000', '162652.732000', '162652.735000', '162652.738000', '162652.740000', '162652.743000', '162652.745000', '162652.748000', '162652.751000', '162652.753000', '162652.756000', '162652.759000', '162652.761000', '162652.764000', '162652.766000', '162652.769000', '162652.772000', '162652.774000', '162652.777000', '162652.779000', '162652.782000', '162652.784000', '162652.787000', '162652.790000', '162652.792000', '162652.795000', '162652.797000', '162652.881000', '162712.688000', '162712.690000', '162712.693000', '162712.696000', '162712.698000', '162712.701000', '162712.704000', '162712.706000', '162712.709000', '162712.712000', '162712.714000', '162712.717000', '162712.719000', '162712.722000', '162712.725000', '162712.727000', '162712.730000', '162712.732000', '162712.735000', '162712.738000', '162712.740000', '162712.743000', '162712.745000', '162712.748000', '162712.751000', '162712.753000', '162712.756000', '162712.758000', '162712.761000', '162712.764000', '162712.766000', '162712.769000', '162712.771000', '162712.774000', '162712.777000', '162712.779000', '162712.782000', '162712.784000', '162712.787000', '162712.789000', '162712.792000', '162712.795000', '162712.798000', '162732.689000', '162732.712000', '162732.714000', '162732.717000', '162732.720000', '162732.722000', '162732.725000', '162732.727000', '162732.730000', '162732.733000', '162732.735000', '162732.738000', '162732.740000', '162732.743000', '162732.745000', '162732.748000', '162732.751000', '162732.753000', '162732.756000', '162732.759000', '162732.761000', '162732.764000', '162732.766000', '162732.769000', '162732.772000', '162732.774000', '162732.777000', '162732.779000', '162732.782000', '162732.785000', '162732.787000', '162732.790000', '162732.792000', '162732.795000', '162732.798000', '162732.898000', '162732.901000', '162732.904000', '162732.906000', '162732.909000', '162732.912000', '162732.914000', '162732.917000', '162732.919000', '162752.689000', '162752.691000', '162752.694000', '162752.697000', '162752.699000', '162752.702000', '162752.704000', '162752.707000', '162752.710000', '162752.712000', '162752.715000', '162752.717000', '162752.720000', '162752.722000', '162752.725000', '162752.727000', '162752.730000', '162752.733000', '162752.735000', '162752.738000', '162752.740000', '162752.743000', '162752.746000', '162752.748000', '162752.751000', '162752.753000', '162752.756000', '162752.758000', '162752.761000', '162752.764000', '162752.766000', '162752.769000', '162752.771000', '162752.774000', '162752.776000', '162752.779000', '162752.782000', '162752.784000', '162752.787000', '162752.789000', '162752.792000', '162752.794000', '162752.797000', '162812.688000', '162812.691000', '162812.694000', '162812.697000', '162812.699000', '162812.702000', '162812.705000', '162812.707000', '162812.710000', '162812.712000', '162812.715000', '162812.718000', '162812.721000', '162812.724000', '162812.726000', '162812.729000', '162812.731000', '162812.734000', '162812.737000', '162812.739000', '162812.742000', '162812.744000', '162812.747000', '162812.749000', '162812.752000', '162812.755000', '162812.757000', '162812.760000', '162812.762000', '162812.765000', '162812.768000', '162812.770000', '162812.773000', '162812.776000', '162812.778000', '162812.781000', '162812.783000', '162812.786000', '162812.789000', '162812.791000', '162812.794000', '162812.796000', '162812.799000', '162812.893000', '162813.965000', '162813.969000', '162813.971000'], 'InstanceCreationTime': ['161852.746000', '161852.749000', '161852.752000', '161852.755000', '161852.757000', '161852.760000', '161852.762000', '161852.765000', '161852.767000', '161852.770000', '161852.773000', '161852.775000', '161852.778000', '161852.780000', '161852.783000', '161852.786000', '161852.789000', '161852.799000', '161852.802000', '161852.804000', '161852.807000', '161852.810000', '161852.812000', '161852.815000', '161852.817000', '161852.820000', '161852.822000', '161852.825000', '161852.828000', '161852.830000', '161852.833000', '161852.836000', '161852.839000', '161852.841000', '161852.844000', '161852.846000', '161852.849000', '161852.852000', '161852.854000', '161852.857000', '161852.867000', '161852.869000', '161852.872000', '161852.874000', '161852.877000', '161852.879000', '161852.882000', '161912.689000', '161912.691000', '161912.694000', '161912.697000', '161912.699000', '161912.702000', '161912.704000', '161912.707000', '161912.710000', '161912.712000', '161912.715000', '161912.717000', '161912.720000', '161912.722000', '161912.725000', '161912.728000', '161912.730000', '161912.733000', '161912.735000', '161912.738000', '161912.741000', '161912.743000', '161912.746000', '161912.749000', '161912.751000', '161912.754000', '161912.756000', '161912.759000', '161912.762000', '161912.764000', '161912.767000', '161912.769000', '161912.772000', '161912.775000', '161912.777000', '161912.780000', '161912.782000', '161912.785000', '161912.787000', '161912.790000', '161912.792000', '161912.795000', '161912.798000', '161912.800000', '161932.688000', '161932.691000', '161932.694000', '161932.696000', '161932.699000', '161932.702000', '161932.704000', '161932.707000', '161932.710000', '161932.712000', '161932.715000', '161932.717000', '161932.720000', '161932.723000', '161932.725000', '161932.728000', '161932.730000', '161932.733000', '161932.735000', '161932.738000', '161932.741000', '161932.743000', '161932.746000', '161932.749000', '161932.754000', '161932.757000', '161932.759000', '161932.762000', '161932.765000', '161932.767000', '161932.770000', '161932.772000', '161932.775000', '161932.777000', '161932.780000', '161932.783000', '161932.785000', '161932.788000', '161932.790000', '161932.793000', '161932.795000', '161932.799000', '161932.801000', '161952.688000', '161952.691000', '161952.693000', '161952.696000', '161952.703000', '161952.705000', '161952.708000', '161952.711000', '161952.713000', '161952.716000', '161952.718000', '161952.721000', '161952.724000', '161952.726000', '161952.729000', '161952.731000', '161952.734000', '161952.736000', '161952.739000', '161952.742000', '161952.744000', '161952.747000', '161952.749000', '161952.752000', '161952.755000', '161952.757000', '161952.760000', '161952.762000', '161952.765000', '161952.768000', '161952.770000', '161952.773000', '161952.776000', '161952.778000', '161952.781000', '161952.783000', '161952.786000', '161952.789000', '161952.791000', '161952.794000', '161952.797000', '161952.799000', '161952.802000', '161952.805000', '162012.687000', '162012.690000', '162012.693000', '162012.695000', '162012.698000', '162012.701000', '162012.703000', '162012.706000', '162012.709000', '162012.711000', '162012.714000', '162012.716000', '162012.719000', '162012.721000', '162012.724000', '162012.727000', '162012.729000', '162012.732000', '162012.734000', '162012.750000', '162012.753000', '162012.755000', '162012.758000', '162012.760000', '162012.763000', '162012.765000', '162012.768000', '162012.771000', '162012.773000', '162012.776000', '162012.778000', '162012.781000', '162012.784000', '162012.786000', '162012.789000', '162012.792000', '162012.794000', '162012.797000', '162012.800000', '162012.802000', '162012.805000', '162012.807000', '162012.810000', '162032.687000', '162032.690000', '162032.693000', '162032.696000', '162032.698000', '162032.701000', '162032.703000', '162032.706000', '162032.709000', '162032.711000', '162032.714000', '162032.717000', '162032.719000', '162032.722000', '162032.724000', '162032.727000', '162032.729000', '162032.732000', '162032.735000', '162032.737000', '162032.740000', '162032.743000', '162032.745000', '162032.748000', '162032.750000', '162032.753000', '162032.755000', '162032.758000', '162032.761000', '162032.763000', '162032.766000', '162032.768000', '162032.771000', '162032.774000', '162032.776000', '162032.781000', '162032.784000', '162032.786000', '162032.789000', '162032.792000', '162032.794000', '162032.797000', '162032.800000', '162032.802000', '162052.688000', '162052.691000', '162052.694000', '162052.697000', '162052.699000', '162052.702000', '162052.704000', '162052.707000', '162052.710000', '162052.712000', '162052.715000', '162052.718000', '162052.720000', '162052.723000', '162052.725000', '162052.728000', '162052.731000', '162052.733000', '162052.736000', '162052.739000', '162052.741000', '162052.744000', '162052.746000', '162052.749000', '162052.752000', '162052.754000', '162052.757000', '162052.759000', '162052.762000', '162052.764000', '162052.767000', '162052.770000', '162052.772000', '162052.775000', '162052.777000', '162052.780000', '162052.783000', '162052.785000', '162052.788000', '162052.790000', '162052.793000', '162052.795000', '162052.798000', '162112.688000', '162112.691000', '162112.694000', '162112.697000', '162112.699000', '162112.702000', '162112.704000', '162112.707000', '162112.709000', '162112.712000', '162112.715000', '162112.717000', '162112.720000', '162112.723000', '162112.725000', '162112.728000', '162112.731000', '162112.734000', '162112.736000', '162112.739000', '162112.741000', '162112.744000', '162112.747000', '162112.749000', '162112.752000', '162112.754000', '162112.757000', '162112.759000', '162112.762000', '162112.765000', '162112.767000', '162112.770000', '162112.772000', '162112.775000', '162112.778000', '162112.780000', '162112.783000', '162112.785000', '162112.788000', '162112.790000', '162112.793000', '162112.886000', '162112.889000', '162112.891000', '162132.688000', '162132.691000', '162132.694000', '162132.697000', '162132.699000', '162132.702000', '162132.704000', '162132.707000', '162132.710000', '162132.712000', '162132.715000', '162132.718000', '162132.720000', '162132.723000', '162132.725000', '162132.728000', '162132.731000', '162132.733000', '162132.736000', '162132.739000', '162132.741000', '162132.744000', '162132.746000', '162132.749000', '162132.752000', '162132.754000', '162132.757000', '162132.760000', '162132.762000', '162132.765000', '162132.768000', '162132.770000', '162132.773000', '162132.775000', '162132.778000', '162132.781000', '162132.783000', '162132.786000', '162132.788000', '162132.791000', '162132.794000', '162132.796000', '162132.799000', '162152.688000', '162152.702000', '162152.704000', '162152.707000', '162152.710000', '162152.712000', '162152.715000', '162152.717000', '162152.720000', '162152.723000', '162152.725000', '162152.728000', '162152.730000', '162152.733000', '162152.736000', '162152.738000', '162152.741000', '162152.743000', '162152.746000', '162152.749000', '162152.751000', '162152.754000', '162152.756000', '162152.759000', '162152.761000', '162152.764000', '162152.767000', '162152.769000', '162152.772000', '162152.774000', '162152.777000', '162152.780000', '162152.782000', '162152.785000', '162152.788000', '162152.790000', '162152.793000', '162152.795000', '162152.798000', '162152.856000', '162152.859000', '162152.861000', '162152.864000', '162152.866000', '162212.688000', '162212.691000', '162212.693000', '162212.696000', '162212.698000', '162212.701000', '162212.704000', '162212.706000', '162212.709000', '162212.711000', '162212.714000', '162212.716000', '162212.719000', '162212.722000', '162212.724000', '162212.727000', '162212.730000', '162212.732000', '162212.735000', '162212.737000', '162212.740000', '162212.743000', '162212.745000', '162212.748000', '162212.751000', '162212.753000', '162212.756000', '162212.759000', '162212.761000', '162212.764000', '162212.766000', '162212.769000', '162212.772000', '162212.774000', '162212.777000', '162212.779000', '162212.782000', '162212.784000', '162212.787000', '162212.790000', '162212.792000', '162212.795000', '162212.797000', '162232.687000', '162232.690000', '162232.693000', '162232.695000', '162232.698000', '162232.701000', '162232.703000', '162232.706000', '162232.708000', '162232.711000', '162232.715000', '162232.718000', '162232.720000', '162232.723000', '162232.726000', '162232.728000', '162232.731000', '162232.733000', '162232.736000', '162232.739000', '162232.741000', '162232.744000', '162232.746000', '162232.749000', '162232.751000', '162232.754000', '162232.757000', '162232.759000', '162232.762000', '162232.764000', '162232.767000', '162232.770000', '162232.772000', '162232.775000', '162232.777000', '162232.780000', '162232.783000', '162232.785000', '162232.788000', '162232.790000', '162232.793000', '162232.795000', '162232.798000', '162232.852000', '162252.688000', '162252.691000', '162252.693000', '162252.696000', '162252.698000', '162252.701000', '162252.704000', '162252.706000', '162252.709000', '162252.711000', '162252.714000', '162252.717000', '162252.719000', '162252.722000', '162252.724000', '162252.727000', '162252.729000', '162252.732000', '162252.735000', '162252.737000', '162252.740000', '162252.742000', '162252.745000', '162252.748000', '162252.750000', '162252.753000', '162252.756000', '162252.758000', '162252.761000', '162252.763000', '162252.766000', '162252.769000', '162252.771000', '162252.774000', '162252.776000', '162252.779000', '162252.782000', '162252.784000', '162252.787000', '162252.789000', '162252.792000', '162252.795000', '162252.797000', '162312.688000', '162312.691000', '162312.694000', '162312.696000', '162312.699000', '162312.702000', '162312.704000', '162312.707000', '162312.709000', '162312.712000', '162312.715000', '162312.717000', '162312.720000', '162312.722000', '162312.725000', '162312.728000', '162312.730000', '162312.733000', '162312.735000', '162312.738000', '162312.741000', '162312.743000', '162312.746000', '162312.748000', '162312.751000', '162312.754000', '162312.756000', '162312.759000', '162312.761000', '162312.764000', '162312.767000', '162312.769000', '162312.772000', '162312.774000', '162312.777000', '162312.780000', '162312.782000', '162312.785000', '162312.787000', '162312.790000', '162312.803000', '162312.845000', '162312.847000', '162312.850000', '162332.689000', '162332.691000', '162332.694000', '162332.697000', '162332.699000', '162332.702000', '162332.705000', '162332.707000', '162332.710000', '162332.712000', '162332.715000', '162332.718000', '162332.720000', '162332.723000', '162332.726000', '162332.728000', '162332.731000', '162332.733000', '162332.736000', '162332.739000', '162332.741000', '162332.744000', '162332.746000', '162332.749000', '162332.752000', '162332.754000', '162332.757000', '162332.760000', '162332.762000', '162332.765000', '162332.767000', '162332.770000', '162332.773000', '162332.775000', '162332.778000', '162332.781000', '162332.783000', '162332.786000', '162332.788000', '162332.791000', '162332.794000', '162332.796000', '162332.799000', '162352.689000', '162352.691000', '162352.694000', '162352.697000', '162352.699000', '162352.702000', '162352.705000', '162352.707000', '162352.710000', '162352.712000', '162352.715000', '162352.718000', '162352.720000', '162352.723000', '162352.725000', '162352.728000', '162352.730000', '162352.733000', '162352.736000', '162352.738000', '162352.741000', '162352.743000', '162352.746000', '162352.749000', '162352.751000', '162352.754000', '162352.757000', '162352.760000', '162352.762000', '162352.765000', '162352.767000', '162352.770000', '162352.772000', '162352.775000', '162352.778000', '162352.780000', '162352.783000', '162352.785000', '162352.788000', '162352.791000', '162352.793000', '162352.796000', '162352.798000', '162412.688000', '162412.691000', '162412.694000', '162412.696000', '162412.699000', '162412.702000', '162412.704000', '162412.707000', '162412.709000', '162412.712000', '162412.715000', '162412.717000', '162412.720000', '162412.723000', '162412.725000', '162412.728000', '162412.731000', '162412.733000', '162412.736000', '162412.738000', '162412.741000', '162412.744000', '162412.746000', '162412.749000', '162412.751000', '162412.754000', '162412.757000', '162412.759000', '162412.762000', '162412.764000', '162412.767000', '162412.769000', '162412.772000', '162412.775000', '162412.777000', '162412.780000', '162412.782000', '162412.785000', '162412.787000', '162412.790000', '162412.793000', '162412.795000', '162412.798000', '162412.843000', '162432.687000', '162432.690000', '162432.693000', '162432.695000', '162432.698000', '162432.701000', '162432.703000', '162432.706000', '162432.708000', '162432.711000', '162432.714000', '162432.716000', '162432.719000', '162432.721000', '162432.724000', '162432.726000', '162432.729000', '162432.732000', '162432.734000', '162432.738000', '162432.741000', '162432.743000', '162432.746000', '162432.749000', '162432.751000', '162432.754000', '162432.756000', '162432.759000', '162432.762000', '162432.765000', '162432.767000', '162432.770000', '162432.772000', '162432.775000', '162432.778000', '162432.780000', '162432.783000', '162432.786000', '162432.788000', '162432.791000', '162432.793000', '162432.796000', '162432.799000', '162452.688000', '162452.690000', '162452.693000', '162452.696000', '162452.698000', '162452.701000', '162452.703000', '162452.706000', '162452.720000', '162452.722000', '162452.725000', '162452.728000', '162452.730000', '162452.733000', '162452.735000', '162452.738000', '162452.740000', '162452.743000', '162452.746000', '162452.748000', '162452.751000', '162452.753000', '162452.756000', '162452.758000', '162452.761000', '162452.764000', '162452.766000', '162452.769000', '162452.771000', '162452.774000', '162452.777000', '162452.779000', '162452.782000', '162452.784000', '162452.787000', '162452.789000', '162452.792000', '162452.795000', '162452.797000', '162452.800000', '162452.803000', '162452.805000', '162452.808000', '162452.810000', '162512.687000', '162512.690000', '162512.693000', '162512.695000', '162512.698000', '162512.701000', '162512.703000', '162512.706000', '162512.708000', '162512.711000', '162512.714000', '162512.716000', '162512.719000', '162512.721000', '162512.724000', '162512.726000', '162512.729000', '162512.732000', '162512.734000', '162512.737000', '162512.739000', '162512.742000', '162512.745000', '162512.747000', '162512.750000', '162512.752000', '162512.755000', '162512.758000', '162512.760000', '162512.763000', '162512.765000', '162512.768000', '162512.771000', '162512.773000', '162512.776000', '162512.779000', '162512.781000', '162512.784000', '162512.786000', '162512.790000', '162512.793000', '162512.796000', '162512.798000', '162532.688000', '162532.691000', '162532.694000', '162532.697000', '162532.699000', '162532.702000', '162532.705000', '162532.707000', '162532.710000', '162532.713000', '162532.715000', '162532.718000', '162532.720000', '162532.723000', '162532.726000', '162532.728000', '162532.731000', '162532.733000', '162532.736000', '162532.738000', '162532.741000', '162532.744000', '162532.746000', '162532.749000', '162532.751000', '162532.754000', '162532.757000', '162532.759000', '162532.762000', '162532.765000', '162532.767000', '162532.770000', '162532.772000', '162532.775000', '162532.778000', '162532.780000', '162532.783000', '162532.785000', '162532.788000', '162532.791000', '162532.793000', '162532.796000', '162532.798000', '162532.860000', '162552.688000', '162552.691000', '162552.694000', '162552.696000', '162552.699000', '162552.702000', '162552.704000', '162552.707000', '162552.709000', '162552.712000', '162552.715000', '162552.717000', '162552.720000', '162552.722000', '162552.725000', '162552.727000', '162552.730000', '162552.733000', '162552.735000', '162552.738000', '162552.740000', '162552.743000', '162552.746000', '162552.748000', '162552.751000', '162552.753000', '162552.756000', '162552.758000', '162552.761000', '162552.764000', '162552.766000', '162552.769000', '162552.771000', '162552.774000', '162552.777000', '162552.779000', '162552.782000', '162552.785000', '162552.788000', '162552.791000', '162552.794000', '162552.797000', '162552.851000', '162612.689000', '162612.691000', '162612.694000', '162612.697000', '162612.712000', '162612.715000', '162612.718000', '162612.720000', '162612.723000', '162612.725000', '162612.728000', '162612.731000', '162612.733000', '162612.736000', '162612.738000', '162612.741000', '162612.744000', '162612.746000', '162612.749000', '162612.751000', '162612.754000', '162612.757000', '162612.759000', '162612.762000', '162612.765000', '162612.767000', '162612.770000', '162612.772000', '162612.775000', '162612.778000', '162612.780000', '162612.783000', '162612.785000', '162612.788000', '162612.791000', '162612.793000', '162612.796000', '162612.798000', '162612.880000', '162612.883000', '162612.885000', '162612.888000', '162612.890000', '162612.893000', '162632.688000', '162632.691000', '162632.694000', '162632.696000', '162632.699000', '162632.702000', '162632.704000', '162632.707000', '162632.709000', '162632.712000', '162632.715000', '162632.717000', '162632.720000', '162632.722000', '162632.725000', '162632.727000', '162632.730000', '162632.733000', '162632.735000', '162632.738000', '162632.741000', '162632.743000', '162632.746000', '162632.748000', '162632.751000', '162632.753000', '162632.756000', '162632.759000', '162632.761000', '162632.764000', '162632.766000', '162632.769000', '162632.772000', '162632.774000', '162632.777000', '162632.779000', '162632.782000', '162632.785000', '162632.788000', '162632.791000', '162632.794000', '162632.796000', '162632.799000', '162652.688000', '162652.690000', '162652.693000', '162652.696000', '162652.698000', '162652.701000', '162652.704000', '162652.706000', '162652.709000', '162652.712000', '162652.714000', '162652.717000', '162652.719000', '162652.722000', '162652.725000', '162652.727000', '162652.730000', '162652.732000', '162652.735000', '162652.738000', '162652.740000', '162652.743000', '162652.745000', '162652.748000', '162652.751000', '162652.753000', '162652.756000', '162652.759000', '162652.761000', '162652.764000', '162652.766000', '162652.769000', '162652.772000', '162652.774000', '162652.777000', '162652.779000', '162652.782000', '162652.784000', '162652.787000', '162652.790000', '162652.792000', '162652.795000', '162652.797000', '162652.881000', '162712.688000', '162712.690000', '162712.693000', '162712.696000', '162712.698000', '162712.701000', '162712.704000', '162712.706000', '162712.709000', '162712.712000', '162712.714000', '162712.717000', '162712.719000', '162712.722000', '162712.725000', '162712.727000', '162712.730000', '162712.732000', '162712.735000', '162712.738000', '162712.740000', '162712.743000', '162712.745000', '162712.748000', '162712.751000', '162712.753000', '162712.756000', '162712.758000', '162712.761000', '162712.764000', '162712.766000', '162712.769000', '162712.771000', '162712.774000', '162712.777000', '162712.779000', '162712.782000', '162712.784000', '162712.787000', '162712.789000', '162712.792000', '162712.795000', '162712.798000', '162732.689000', '162732.712000', '162732.714000', '162732.717000', '162732.720000', '162732.722000', '162732.725000', '162732.727000', '162732.730000', '162732.733000', '162732.735000', '162732.738000', '162732.740000', '162732.743000', '162732.745000', '162732.748000', '162732.751000', '162732.753000', '162732.756000', '162732.759000', '162732.761000', '162732.764000', '162732.766000', '162732.769000', '162732.772000', '162732.774000', '162732.777000', '162732.779000', '162732.782000', '162732.785000', '162732.787000', '162732.790000', '162732.792000', '162732.795000', '162732.798000', '162732.898000', '162732.901000', '162732.904000', '162732.906000', '162732.909000', '162732.912000', '162732.914000', '162732.917000', '162732.919000', '162752.689000', '162752.691000', '162752.694000', '162752.697000', '162752.699000', '162752.702000', '162752.704000', '162752.707000', '162752.710000', '162752.712000', '162752.715000', '162752.717000', '162752.720000', '162752.722000', '162752.725000', '162752.727000', '162752.730000', '162752.733000', '162752.735000', '162752.738000', '162752.740000', '162752.743000', '162752.746000', '162752.748000', '162752.751000', '162752.753000', '162752.756000', '162752.758000', '162752.761000', '162752.764000', '162752.766000', '162752.769000', '162752.771000', '162752.774000', '162752.776000', '162752.779000', '162752.782000', '162752.784000', '162752.787000', '162752.789000', '162752.792000', '162752.794000', '162752.797000', '162812.688000', '162812.691000', '162812.694000', '162812.697000', '162812.699000', '162812.702000', '162812.705000', '162812.707000', '162812.710000', '162812.712000', '162812.715000', '162812.718000', '162812.721000', '162812.724000', '162812.726000', '162812.729000', '162812.731000', '162812.734000', '162812.737000', '162812.739000', '162812.742000', '162812.744000', '162812.747000', '162812.749000', '162812.752000', '162812.755000', '162812.757000', '162812.760000', '162812.762000', '162812.765000', '162812.768000', '162812.770000', '162812.773000', '162812.776000', '162812.778000', '162812.781000', '162812.783000', '162812.786000', '162812.789000', '162812.791000', '162812.794000', '162812.796000', '162812.799000', '162812.893000', '162813.965000', '162813.969000', '162813.971000'], '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': [16206, 7509, 9787, 14988, 8309, 11763, 7954, 7922, 13939, 7132, 9403, 8522, 7685, 11796, 7626, 7872, 14632, 7194, 8930, 15418, 8031, 10130, 12484, 7875, 11748, 10005, 7958, 12315, 7898, 7850, 13536, 7346, 8473, 14794, 7756, 9602, 15007, 7980, 10406, 15031, 8162, 10879, 7433, 8448, 13400, 7597, 9450, 16047, 8537, 11386, 17100, 8871, 13754, 8207, 9481, 7574, 10162, 8208, 10097, 10745, 18421, 10687, 12374, 17755, 9266, 10030, 16731, 9992, 9478, 16794, 7938, 9458, 15857, 8414, 9808, 15016, 8112, 10566, 15064, 8022, 10906, 9943, 7663, 12138, 9128, 8060, 13557, 7986, 8270, 14056, 8256, 9379, 15194, 9032, 10429, 16169, 7596, 11363, 14932, 8182, 12214, 13311, 8724, 13828, 8838, 8771, 15373, 8165, 10139, 16296, 8184, 11182, 16988, 7914, 11658, 16840, 8494, 11922, 14348, 8667, 12397, 11012, 8264, 13329, 7881, 9062, 15823, 8002, 11828, 11581, 8874, 13515, 7426, 8965, 15674, 8617, 10837, 16794, 8423, 12094, 11182, 8725, 13605, 7605, 8944, 15164, 8187, 10869, 15215, 8336, 12114, 7972, 8107, 13694, 7601, 9239, 15072, 7765, 10662, 16598, 8381, 11635, 16596, 8357, 11907, 13226, 8540, 12162, 8415, 8070, 13269, 7390, 9174, 15451, 7798, 10140, 15732, 8190, 10937, 7761, 7932, 13785, 7493, 9361, 15155, 7602, 11593, 14397, 8284, 12172, 7962, 8460, 14740, 8025, 9991, 16296, 8179, 12785, 13087, 8654, 13123, 8859, 8135, 14276, 8067, 9168, 15796, 8127, 10845, 14561, 7900, 12785, 8904, 8387, 13822, 6990, 10265, 16818, 8524, 11717, 15942, 8422, 13179, 9820, 8791, 15474, 8622, 9740, 16763, 8427, 11151, 18836, 8660, 12787, 8022, 8664, 15213, 7812, 10648, 11668, 7922, 13297, 7924, 8672, 15788, 8065, 11009, 12243, 8559, 13781, 8174, 9181, 15827, 7628, 11854, 9113, 8181, 14314, 7745, 9512, 16481, 8159, 12166, 9175, 8421, 13820, 7928, 9249, 15503, 7697, 11402, 13679, 8284, 12816, 7724, 8345, 14728, 7947, 10063, 16460, 7887, 11362, 13683, 8650, 13067, 7455, 8642, 15878, 7524, 11508, 11348, 8292, 13208, 7674, 8679, 14483, 7445, 10793, 15700, 8248, 13019, 11464, 8840, 15046, 8520, 9107, 16290, 7843, 9310, 16773, 7924, 11501, 10225, 8229, 12762, 7152, 8922, 14120, 7387, 9959, 15991, 7713, 12352, 8962, 8868, 14680, 8032, 9411, 16443, 8196, 10539, 17045, 7974, 11825, 14584, 8384, 12261, 8454, 8195, 13679, 7756, 8498, 14626, 7392, 10281, 15955, 8434, 12294, 8619, 8268, 13943, 7677, 9225, 16139, 7907, 11854, 16119, 8272, 12862, 9157, 8414, 13780, 7407, 9110, 15746, 7671, 11101, 7122, 8301, 14663, 7472, 10879, 17111, 8041, 12746, 11718, 8618, 14605, 7735, 8861, 16473, 7882, 11048, 12710, 7838, 12961, 7584, 8610, 14365, 7067, 11245, 10227, 7657, 13921, 7967, 8608, 15730, 7374, 10498, 17347, 8219, 11746, 9743, 7881, 13664, 7445, 8765, 15769, 7430, 11147, 12568, 8242, 13452, 7833, 8619, 14752, 7417, 10003, 16591, 7762, 12063, 14961, 8442, 12889, 8399, 8200, 14131, 8008, 8845, 15312, 7032, 10218, 14726, 8110, 12114, 8685, 8057, 14456, 8426, 9069, 15476, 7180, 9752, 16964, 8506, 11055, 16003, 7926, 12268, 8870, 8642, 13863, 7194, 9241, 15616, 7857, 10619, 16705, 8094, 11897, 14502, 8522, 12780, 8169, 7920, 13452, 7970, 8844, 14278, 6901, 9241, 15467, 7769, 10523, 15048, 7837, 12182, 9098, 8241, 13247, 7183, 8845, 15519, 7870, 10857, 17122, 7897, 12137, 14805, 8400, 12966, 8836, 8104, 14387, 8261, 8840, 15671, 7240, 10776, 16723, 8289, 11884, 7625, 7681, 13638, 6880, 9806, 16668, 7372, 12521, 11895, 8433, 13754, 7804, 8512, 15543, 7969, 9876, 17087, 7444, 10485, 17195, 8152, 11069, 10227, 7510, 13090, 7774, 8280, 14042, 7102, 8837, 15643, 8101, 10058, 16679, 7420, 11179, 13476, 8092, 12681, 7151, 8292, 14675, 7026, 11098, 16463, 7940, 12248, 11592, 8096, 14264, 8757, 8762, 15773, 7086, 10211, 17419, 7933, 11126, 7044, 10496, 13022, 8073, 13184, 7319, 8131, 16048, 8483, 10499, 17682, 7490, 11943, 17452, 8274, 12294, 10032, 7700, 13743, 8530, 8334, 14330, 6870, 9033, 15747, 7691, 10613, 15671, 7667, 11999, 7947, 7837, 13778, 7027, 11010, 7174, 10890, 17319, 8116, 12964, 10158, 8633, 15315, 7999, 10205, 7212, 10922, 18603, 8872, 13111, 16360, 8157, 12852, 8648, 8640, 15381, 7290, 10161, 17367, 7939, 12701, 11168, 8010, 14446, 7886, 9325, 14664, 7398, 12754, 7446, 10450, 7856, 7472, 9756, 17114, 8893, 12615, 18579, 11718, 12592, 20580, 7884, 12419, 15362, 8175, 12152, 7703, 8394, 14094, 7238, 8820, 14561, 6932, 10130, 14094, 7393, 12135, 8110, 7839, 14139, 7201, 9637, 16383, 8047, 11267, 17182, 8114, 12383, 11984, 7956, 13505, 7532, 8292, 14561, 7323, 9523, 16596, 7379, 11641, 12933, 8149, 13510, 8161, 8084, 14905, 7087, 10364, 17744, 8390, 12062, 15658, 7985, 13650, 10776, 8625, 15921, 7670, 8747, 16056, 8209, 10182, 15807, 7518, 12248, 10768, 7831, 13002, 7329, 8415, 14723, 7418, 10592, 17251, 7723, 12636, 10892, 8143, 14109, 7938, 8589, 15378, 7079, 10284, 17261, 8388, 11705, 9434, 7790, 14046, 7947, 8338, 14859, 7091, 10370, 16423, 7688, 12144, 9387, 7630, 13897, 7841, 8777, 15485, 7417, 10846, 16723, 7758, 12199, 13451, 8050, 13342, 7550, 7965, 14479, 7248, 10106, 15984, 7468, 12545, 9905, 8491, 14772, 7078, 10299, 17345, 8339, 11951, 10116, 7848, 13911, 7694, 9664, 17247, 7893, 12277, 13001, 8390, 13988, 8165, 8865, 16345, 7691, 10877, 18171, 8046, 11707, 14211, 7941, 12796, 7677, 8161, 14513, 6717, 10341, 16153, 8185, 13144, 7192, 10030, 17068, 8672, 12283, 9484, 8580, 15700, 8302, 10924, 17793, 8331, 12735, 10817, 8427, 13594, 7068, 10524, 17677, 8825, 12582, 9412, 8121, 14083, 7846, 9437, 16382, 7559, 11588, 18132, 8832, 12209, 7744, 8109, 14233, 7590, 10138, 16409, 7686, 12262, 12966, 8322, 13404, 7687, 8777, 15304, 7728, 9493, 16431, 7347, 12204, 7368, 12187, 7722, 8199, 15922, 7783, 9921, 16545, 7621, 12187, 14889, 8393, 13966, 9458, 8362, 15459, 7646, 9265, 16724, 7624, 11208, 13063, 7617, 12752, 8203, 7959, 13811, 7076, 9405, 16686, 9033, 11505, 16640, 8010, 11902, 10153, 8131, 13240, 6930, 8314, 14744, 7667, 10848, 10651, 7941, 13566, 7500, 8717, 15723, 7836, 10809, 17576, 7884, 12051, 13151, 7959, 12826, 8654, 7892, 13648, 7173, 8632, 15629, 7620, 10552, 15922, 7524, 11107, 12080, 7276, 11878, 6982, 7569, 14379, 6942, 9819, 15698, 7422, 11527, 17221, 8442, 12684, 13696, 7947, 13321, 8990, 7926, 13914, 6984, 9343, 15844, 7901, 11068, 15602, 7213, 12365, 8929, 7872, 13792, 7044, 9347, 16501, 8128, 11562, 17701, 7705, 13035, 15282, 8471, 13500, 9255, 7930, 14409, 7412, 9205, 15182, 7409, 10537, 16802, 8071, 11350, 14525, 7252, 12284, 8947, 7811, 13468, 7262, 8676, 14836, 7431, 10803, 17048, 7846, 12217, 12623, 7907, 13475, 7555, 8220, 14801, 7363, 11248, 9745, 7501, 13359, 7014, 9590, 16903, 7562, 12501, 9966, 8268, 16167, 7657, 10707, 17821, 8110, 13162, 12471, 7975, 13866, 7154, 10022, 16174, 7773, 12520, 6921, 9033, 16604, 8419, 12521, 7360, 9002, 16994, 8473, 12969, 7224, 8965, 16947, 8476, 12304, 7608, 8367, 16806, 8126, 11837, 7371, 8059, 16288, 8270, 11784, 7849, 7849, 15883, 7937, 11615, 7858, 7963, 15691, 8217, 11576, 9872, 7438, 14016, 7713, 10167, 9387, 7447, 14029, 7477, 9818, 13275, 7672, 13661, 7528, 9483, 16961, 7347, 12795, 9594, 8382, 15898, 6999, 10799, 16866, 7701, 12306, 7639, 7665, 14523, 7096, 11122, 14650, 7135, 12756, 6921, 9203, 16414, 7417, 11892, 10705, 7738, 13511, 7460, 8058, 15115, 7165, 11240, 17490, 7919, 12338, 11387, 7255, 13529, 7717, 8245, 14264, 6851, 10915, 15970, 7746, 12569, 9327, 7561, 13788, 7711, 8357, 15788, 7186, 11410, 16072, 7646, 12444, 10565, 7625, 13249, 7308, 8042, 14951, 6972, 10294, 16352, 7407, 11495, 16387, 7622, 12002, 8354, 7273, 13850, 7786, 8057, 14310, 7073, 10603, 16518, 8172, 11774, 16545, 7587, 12241, 11829, 7935, 13754, 7592, 7915, 14466, 7389, 9235, 16407, 7192, 10986, 16388, 7775, 11353, 15240, 7415, 12069, 10361, 7405, 12953, 7227, 7664, 14360, 7163, 9074, 15020, 7020, 10217, 16011, 7614, 11454, 16830, 7676, 11305, 15600, 8041, 10920, 8829, 6967, 12661, 7057, 9458, 6643, 9937, 6860, 13506, 10111, 8794, 15866, 7620, 10668, 16954, 9053, 13120, 19851, 10343, 14246, 14175, 9012, 14636, 8227, 8295, 15379, 7162, 10936, 15587, 7601, 11794, 9031, 7499, 13539, 7344, 8647, 15912, 7330, 10762, 16994, 8860, 11514, 11863, 7151, 12532, 6646, 8038, 14483, 7259, 11974, 15888, 9042, 13287, 7688, 7811, 14108, 7074, 11100, 16298, 8517, 12408, 8181, 7937, 14065, 6983, 9370, 13690, 7288, 11382, 7072, 8805, 15010, 6880, 11583, 8255, 7654, 14244, 7367, 9787, 17426, 8556], 'WindowCenter': [4384.0, 4289.0, 4316.0, 4344.0, 4284.0, 4324.0, 4282.0, 4284.0, 4332.0, 4261.0, 4292.0, 4291.0, 4283.0, 4325.0, 4283.0, 4295.0, 4343.0, 4274.0, 4307.0, 4344.0, 4285.0, 4316.0, 4324.0, 4294.0, 4327.0, 4305.0, 4295.0, 4325.0, 4283.0, 4297.0, 4335.0, 4285.0, 4297.0, 4345.0, 4285.0, 4316.0, 4355.0, 4295.0, 4329.0, 4358.0, 4306.0, 4327.0, 4285.0, 4311.0, 4350.0, 4299.0, 4333.0, 4372.0, 4311.0, 4339.0, 4359.0, 4307.0, 4349.0, 4296.0, 4319.0, 4298.0, 4330.0, 4323.0, 4344.0, 4354.0, 4385.0, 4330.0, 4340.0, 4358.0, 4294.0, 4306.0, 4348.0, 4305.0, 4305.0, 4343.0, 4281.0, 4293.0, 4342.0, 4281.0, 4302.0, 4332.0, 4284.0, 4315.0, 4341.0, 4283.0, 4315.0, 4302.0, 4285.0, 4336.0, 4294.0, 4297.0, 4347.0, 4284.0, 4296.0, 4347.0, 4295.0, 4307.0, 4348.0, 4305.0, 4317.0, 4358.0, 4286.0, 4338.0, 4345.0, 4297.0, 4340.0, 4347.0, 4309.0, 4349.0, 4307.0, 4309.0, 4357.0, 4296.0, 4315.0, 4358.0, 4297.0, 4338.0, 4366.0, 4297.0, 4339.0, 4357.0, 4306.0, 4339.0, 4346.0, 4307.0, 4337.0, 4314.0, 4296.0, 4347.0, 4286.0, 4305.0, 4346.0, 4295.0, 4327.0, 4326.0, 4307.0, 4346.0, 4284.0, 4306.0, 4357.0, 4294.0, 4315.0, 4356.0, 4295.0, 4336.0, 4315.0, 4295.0, 4347.0, 4285.0, 4306.0, 4345.0, 4285.0, 4314.0, 4345.0, 4295.0, 4325.0, 4285.0, 4286.0, 4335.0, 4286.0, 4317.0, 4346.0, 4285.0, 4329.0, 4358.0, 4296.0, 4328.0, 4356.0, 4295.0, 4337.0, 4336.0, 4297.0, 4325.0, 4284.0, 4285.0, 4336.0, 4273.0, 4304.0, 4345.0, 4286.0, 4316.0, 4355.0, 4296.0, 4326.0, 4286.0, 4297.0, 4349.0, 4298.0, 4319.0, 4359.0, 4300.0, 4341.0, 4359.0, 4299.0, 4341.0, 4296.0, 4298.0, 4359.0, 4299.0, 4329.0, 4369.0, 4310.0, 4350.0, 4348.0, 4310.0, 4349.0, 4295.0, 4299.0, 4349.0, 4297.0, 4309.0, 4356.0, 4286.0, 4328.0, 4347.0, 4298.0, 4338.0, 4295.0, 4298.0, 4348.0, 4277.0, 4329.0, 4367.0, 4298.0, 4338.0, 4356.0, 4295.0, 4337.0, 4306.0, 4294.0, 4347.0, 4284.0, 4304.0, 4356.0, 4284.0, 4314.0, 4353.0, 4294.0, 4323.0, 4281.0, 4294.0, 4344.0, 4271.0, 4313.0, 4323.0, 4296.0, 4336.0, 4283.0, 4295.0, 4356.0, 4285.0, 4326.0, 4324.0, 4295.0, 4336.0, 4285.0, 4305.0, 4346.0, 4284.0, 4326.0, 4293.0, 4297.0, 4345.0, 4283.0, 4305.0, 4356.0, 4285.0, 4336.0, 4304.0, 4295.0, 4347.0, 4283.0, 4307.0, 4356.0, 4285.0, 4326.0, 4336.0, 4296.0, 4336.0, 4285.0, 4297.0, 4348.0, 4295.0, 4316.0, 4357.0, 4295.0, 4325.0, 4335.0, 4295.0, 4346.0, 4287.0, 4306.0, 4356.0, 4287.0, 4339.0, 4326.0, 4296.0, 4346.0, 4296.0, 4309.0, 4359.0, 4298.0, 4339.0, 4358.0, 4307.0, 4349.0, 4327.0, 4306.0, 4358.0, 4295.0, 4306.0, 4355.0, 4283.0, 4305.0, 4355.0, 4283.0, 4327.0, 4315.0, 4295.0, 4335.0, 4274.0, 4306.0, 4345.0, 4287.0, 4317.0, 4357.0, 4297.0, 4337.0, 4307.0, 4308.0, 4358.0, 4294.0, 4307.0, 4356.0, 4295.0, 4315.0, 4355.0, 4283.0, 4325.0, 4344.0, 4294.0, 4323.0, 4282.0, 4294.0, 4333.0, 4273.0, 4293.0, 4342.0, 4273.0, 4317.0, 4355.0, 4296.0, 4336.0, 4293.0, 4297.0, 4347.0, 4286.0, 4307.0, 4356.0, 4285.0, 4326.0, 4356.0, 4295.0, 4335.0, 4305.0, 4296.0, 4335.0, 4284.0, 4306.0, 4345.0, 4285.0, 4326.0, 4275.0, 4307.0, 4348.0, 4287.0, 4329.0, 4368.0, 4298.0, 4337.0, 4324.0, 4296.0, 4348.0, 4284.0, 4306.0, 4345.0, 4284.0, 4326.0, 4334.0, 4285.0, 4335.0, 4284.0, 4306.0, 4345.0, 4287.0, 4328.0, 4315.0, 4299.0, 4348.0, 4299.0, 4308.0, 4356.0, 4287.0, 4326.0, 4357.0, 4297.0, 4327.0, 4304.0, 4297.0, 4347.0, 4284.0, 4305.0, 4356.0, 4287.0, 4328.0, 4336.0, 4296.0, 4347.0, 4285.0, 4306.0, 4346.0, 4286.0, 4316.0, 4357.0, 4285.0, 4339.0, 4345.0, 4296.0, 4337.0, 4283.0, 4295.0, 4335.0, 4284.0, 4295.0, 4345.0, 4273.0, 4317.0, 4346.0, 4298.0, 4338.0, 4308.0, 4298.0, 4349.0, 4296.0, 4307.0, 4356.0, 4275.0, 4316.0, 4357.0, 4296.0, 4327.0, 4357.0, 4295.0, 4336.0, 4293.0, 4296.0, 4345.0, 4276.0, 4305.0, 4344.0, 4294.0, 4327.0, 4355.0, 4284.0, 4326.0, 4335.0, 4296.0, 4336.0, 4284.0, 4283.0, 4334.0, 4281.0, 4294.0, 4333.0, 4272.0, 4304.0, 4344.0, 4284.0, 4314.0, 4345.0, 4284.0, 4326.0, 4295.0, 4295.0, 4335.0, 4275.0, 4309.0, 4358.0, 4298.0, 4327.0, 4356.0, 4295.0, 4339.0, 4347.0, 4296.0, 4337.0, 4293.0, 4286.0, 4346.0, 4283.0, 4294.0, 4343.0, 4273.0, 4316.0, 4345.0, 4295.0, 4325.0, 4284.0, 4288.0, 4347.0, 4277.0, 4317.0, 4369.0, 4288.0, 4339.0, 4327.0, 4297.0, 4348.0, 4286.0, 4296.0, 4356.0, 4286.0, 4317.0, 4356.0, 4273.0, 4315.0, 4356.0, 4284.0, 4315.0, 4303.0, 4273.0, 4335.0, 4275.0, 4296.0, 4345.0, 4275.0, 4306.0, 4346.0, 4285.0, 4317.0, 4357.0, 4285.0, 4328.0, 4335.0, 4295.0, 4336.0, 4276.0, 4296.0, 4348.0, 4276.0, 4327.0, 4358.0, 4297.0, 4338.0, 4326.0, 4296.0, 4348.0, 4294.0, 4295.0, 4346.0, 4273.0, 4315.0, 4355.0, 4283.0, 4324.0, 4277.0, 4328.0, 4338.0, 4297.0, 4347.0, 4287.0, 4298.0, 4358.0, 4295.0, 4316.0, 4358.0, 4274.0, 4327.0, 4356.0, 4286.0, 4325.0, 4303.0, 4274.0, 4334.0, 4282.0, 4283.0, 4333.0, 4261.0, 4292.0, 4344.0, 4273.0, 4316.0, 4342.0, 4284.0, 4327.0, 4296.0, 4297.0, 4346.0, 4275.0, 4327.0, 4286.0, 4330.0, 4369.0, 4297.0, 4348.0, 4319.0, 4307.0, 4346.0, 4285.0, 4318.0, 4286.0, 4328.0, 4368.0, 4309.0, 4339.0, 4345.0, 4285.0, 4337.0, 4296.0, 4297.0, 4346.0, 4274.0, 4315.0, 4355.0, 4284.0, 4338.0, 4327.0, 4295.0, 4335.0, 4283.0, 4304.0, 4333.0, 4275.0, 4334.0, 4285.0, 4327.0, 4298.0, 4301.0, 4333.0, 4371.0, 4309.0, 4352.0, 4368.0, 4315.0, 4325.0, 4365.0, 4283.0, 4324.0, 4345.0, 4283.0, 4322.0, 4269.0, 4283.0, 4333.0, 4272.0, 4293.0, 4332.0, 4276.0, 4328.0, 4347.0, 4287.0, 4338.0, 4295.0, 4297.0, 4349.0, 4286.0, 4319.0, 4357.0, 4298.0, 4328.0, 4367.0, 4296.0, 4338.0, 4325.0, 4298.0, 4346.0, 4284.0, 4297.0, 4347.0, 4287.0, 4318.0, 4356.0, 4286.0, 4339.0, 4336.0, 4297.0, 4348.0, 4295.0, 4299.0, 4357.0, 4286.0, 4318.0, 4369.0, 4296.0, 4339.0, 4345.0, 4286.0, 4346.0, 4315.0, 4294.0, 4355.0, 4272.0, 4294.0, 4343.0, 4283.0, 4313.0, 4343.0, 4272.0, 4324.0, 4315.0, 4285.0, 4335.0, 4272.0, 4294.0, 4345.0, 4284.0, 4315.0, 4355.0, 4284.0, 4335.0, 4314.0, 4295.0, 4345.0, 4284.0, 4294.0, 4344.0, 4272.0, 4314.0, 4353.0, 4283.0, 4324.0, 4293.0, 4283.0, 4344.0, 4282.0, 4294.0, 4344.0, 4272.0, 4315.0, 4343.0, 4284.0, 4336.0, 4292.0, 4284.0, 4345.0, 4283.0, 4305.0, 4344.0, 4284.0, 4325.0, 4354.0, 4284.0, 4324.0, 4333.0, 4284.0, 4335.0, 4282.0, 4284.0, 4343.0, 4273.0, 4315.0, 4354.0, 4285.0, 4337.0, 4315.0, 4306.0, 4348.0, 4274.0, 4316.0, 4355.0, 4296.0, 4337.0, 4314.0, 4295.0, 4346.0, 4285.0, 4316.0, 4356.0, 4295.0, 4337.0, 4336.0, 4296.0, 4346.0, 4293.0, 4305.0, 4357.0, 4284.0, 4314.0, 4354.0, 4283.0, 4325.0, 4334.0, 4283.0, 4333.0, 4272.0, 4296.0, 4359.0, 4276.0, 4315.0, 4343.0, 4295.0, 4335.0, 4276.0, 4317.0, 4355.0, 4294.0, 4326.0, 4303.0, 4295.0, 4345.0, 4294.0, 4315.0, 4355.0, 4294.0, 4334.0, 4312.0, 4283.0, 4333.0, 4274.0, 4315.0, 4354.0, 4294.0, 4335.0, 4303.0, 4284.0, 4333.0, 4283.0, 4304.0, 4344.0, 4273.0, 4324.0, 4354.0, 4293.0, 4324.0, 4272.0, 4283.0, 4333.0, 4272.0, 4314.0, 4343.0, 4283.0, 4325.0, 4323.0, 4294.0, 4334.0, 4271.0, 4293.0, 4343.0, 4284.0, 4305.0, 4354.0, 4274.0, 4323.0, 4286.0, 4337.0, 4286.0, 4296.0, 4356.0, 4285.0, 4318.0, 4356.0, 4286.0, 4337.0, 4345.0, 4295.0, 4335.0, 4291.0, 4283.0, 4344.0, 4272.0, 4293.0, 4343.0, 4272.0, 4314.0, 4333.0, 4284.0, 4333.0, 4282.0, 4283.0, 4335.0, 4273.0, 4293.0, 4343.0, 4292.0, 4324.0, 4343.0, 4282.0, 4312.0, 4301.0, 4282.0, 4322.0, 4261.0, 4283.0, 4333.0, 4273.0, 4315.0, 4314.0, 4294.0, 4335.0, 4274.0, 4294.0, 4345.0, 4284.0, 4315.0, 4354.0, 4283.0, 4326.0, 4333.0, 4283.0, 4324.0, 4281.0, 4283.0, 4333.0, 4262.0, 4293.0, 4344.0, 4273.0, 4314.0, 4343.0, 4283.0, 4324.0, 4323.0, 4284.0, 4325.0, 4274.0, 4286.0, 4346.0, 4277.0, 4318.0, 4358.0, 4286.0, 4338.0, 4357.0, 4297.0, 4338.0, 4348.0, 4297.0, 4337.0, 4294.0, 4286.0, 4336.0, 4275.0, 4307.0, 4357.0, 4286.0, 4327.0, 4346.0, 4286.0, 4339.0, 4296.0, 4297.0, 4348.0, 4276.0, 4317.0, 4358.0, 4298.0, 4338.0, 4368.0, 4287.0, 4337.0, 4345.0, 4286.0, 4335.0, 4294.0, 4285.0, 4335.0, 4273.0, 4304.0, 4344.0, 4272.0, 4314.0, 4354.0, 4284.0, 4314.0, 4333.0, 4274.0, 4325.0, 4293.0, 4284.0, 4334.0, 4273.0, 4295.0, 4346.0, 4274.0, 4315.0, 4355.0, 4286.0, 4337.0, 4325.0, 4285.0, 4335.0, 4284.0, 4296.0, 4344.0, 4285.0, 4326.0, 4305.0, 4288.0, 4347.0, 4287.0, 4320.0, 4368.0, 4298.0, 4350.0, 4318.0, 4298.0, 4358.0, 4286.0, 4319.0, 4368.0, 4285.0, 4336.0, 4325.0, 4285.0, 4335.0, 4274.0, 4305.0, 4356.0, 4285.0, 4336.0, 4275.0, 4306.0, 4356.0, 4298.0, 4337.0, 4285.0, 4307.0, 4357.0, 4295.0, 4336.0, 4274.0, 4307.0, 4357.0, 4295.0, 4326.0, 4285.0, 4295.0, 4355.0, 4284.0, 4326.0, 4274.0, 4285.0, 4356.0, 4285.0, 4325.0, 4284.0, 4286.0, 4344.0, 4284.0, 4325.0, 4283.0, 4286.0, 4346.0, 4284.0, 4326.0, 4303.0, 4276.0, 4335.0, 4285.0, 4316.0, 4304.0, 4287.0, 4347.0, 4286.0, 4319.0, 4338.0, 4288.0, 4347.0, 4288.0, 4319.0, 4358.0, 4287.0, 4339.0, 4306.0, 4297.0, 4357.0, 4276.0, 4328.0, 4358.0, 4286.0, 4326.0, 4284.0, 4287.0, 4345.0, 4275.0, 4326.0, 4345.0, 4276.0, 4336.0, 4276.0, 4308.0, 4356.0, 4286.0, 4328.0, 4316.0, 4286.0, 4336.0, 4276.0, 4287.0, 4347.0, 4276.0, 4327.0, 4356.0, 4285.0, 4338.0, 4326.0, 4275.0, 4336.0, 4284.0, 4296.0, 4345.0, 4265.0, 4328.0, 4357.0, 4286.0, 4337.0, 4305.0, 4286.0, 4337.0, 4285.0, 4296.0, 4347.0, 4276.0, 4326.0, 4357.0, 4286.0, 4327.0, 4314.0, 4286.0, 4336.0, 4274.0, 4285.0, 4345.0, 4274.0, 4316.0, 4355.0, 4274.0, 4327.0, 4355.0, 4285.0, 4326.0, 4294.0, 4285.0, 4335.0, 4285.0, 4296.0, 4346.0, 4276.0, 4317.0, 4357.0, 4296.0, 4328.0, 4356.0, 4285.0, 4328.0, 4325.0, 4286.0, 4336.0, 4274.0, 4285.0, 4345.0, 4274.0, 4305.0, 4344.0, 4263.0, 4315.0, 4345.0, 4284.0, 4316.0, 4345.0, 4274.0, 4326.0, 4304.0, 4275.0, 4335.0, 4274.0, 4286.0, 4347.0, 4274.0, 4295.0, 4346.0, 4275.0, 4316.0, 4346.0, 4275.0, 4325.0, 4345.0, 4274.0, 4326.0, 4345.0, 4286.0, 4329.0, 4306.0, 4287.0, 4337.0, 4275.0, 4319.0, 4292.0, 4332.0, 4292.0, 4364.0, 4331.0, 4322.0, 4373.0, 4301.0, 4332.0, 4372.0, 4310.0, 4340.0, 4369.0, 4306.0, 4337.0, 4333.0, 4294.0, 4335.0, 4272.0, 4283.0, 4333.0, 4261.0, 4303.0, 4333.0, 4271.0, 4315.0, 4281.0, 4262.0, 4323.0, 4262.0, 4283.0, 4333.0, 4262.0, 4313.0, 4343.0, 4282.0, 4314.0, 4311.0, 4262.0, 4323.0, 4251.0, 4284.0, 4334.0, 4274.0, 4325.0, 4344.0, 4294.0, 4324.0, 4272.0, 4273.0, 4334.0, 4263.0, 4315.0, 4345.0, 4284.0, 4326.0, 4282.0, 4273.0, 4334.0, 4275.0, 4307.0, 4335.0, 4287.0, 4325.0, 4274.0, 4294.0, 4346.0, 4288.0, 4339.0, 4284.0, 4286.0, 4346.0, 4275.0, 4317.0, 4358.0, 4296.0], 'WindowWidth': [9663.0, 9522.0, 9552.0, 9585.0, 9504.0, 9558.0, 9498.0, 9503.0, 9566.0, 9469.0, 9513.0, 9508.0, 9502.0, 9561.0, 9500.0, 9521.0, 9585.0, 9493.0, 9537.0, 9586.0, 9506.0, 9551.0, 9558.0, 9519.0, 9567.0, 9533.0, 9522.0, 9562.0, 9502.0, 9527.0, 9576.0, 9509.0, 9527.0, 9590.0, 9508.0, 9552.0, 9603.0, 9525.0, 9572.0, 9611.0, 9541.0, 9570.0, 9510.0, 9551.0, 9604.0, 9537.0, 9586.0, 9638.0, 9550.0, 9587.0, 9615.0, 9540.0, 9599.0, 9523.0, 9559.0, 9532.0, 9578.0, 9574.0, 9601.0, 9616.0, 9665.0, 9575.0, 9586.0, 9616.0, 9516.0, 9536.0, 9597.0, 9530.0, 9531.0, 9586.0, 9495.0, 9512.0, 9579.0, 9493.0, 9525.0, 9566.0, 9501.0, 9545.0, 9578.0, 9503.0, 9546.0, 9526.0, 9507.0, 9577.0, 9515.0, 9526.0, 9595.0, 9506.0, 9525.0, 9596.0, 9520.0, 9540.0, 9598.0, 9533.0, 9553.0, 9612.0, 9512.0, 9582.0, 9589.0, 9527.0, 9589.0, 9593.0, 9545.0, 9601.0, 9538.0, 9545.0, 9609.0, 9523.0, 9548.0, 9611.0, 9527.0, 9584.0, 9622.0, 9526.0, 9586.0, 9611.0, 9539.0, 9587.0, 9594.0, 9540.0, 9581.0, 9542.0, 9523.0, 9595.0, 9508.0, 9534.0, 9592.0, 9521.0, 9568.0, 9563.0, 9541.0, 9593.0, 9507.0, 9536.0, 9607.0, 9518.0, 9548.0, 9608.0, 9520.0, 9578.0, 9546.0, 9521.0, 9593.0, 9509.0, 9537.0, 9589.0, 9505.0, 9546.0, 9590.0, 9523.0, 9563.0, 9507.0, 9510.0, 9577.0, 9510.0, 9553.0, 9593.0, 9507.0, 9571.0, 9610.0, 9524.0, 9569.0, 9605.0, 9520.0, 9582.0, 9578.0, 9528.0, 9562.0, 9501.0, 9507.0, 9577.0, 9491.0, 9532.0, 9589.0, 9509.0, 9550.0, 9604.0, 9524.0, 9564.0, 9511.0, 9526.0, 9600.0, 9534.0, 9561.0, 9614.0, 9537.0, 9592.0, 9614.0, 9532.0, 9592.0, 9524.0, 9530.0, 9616.0, 9535.0, 9575.0, 9629.0, 9547.0, 9603.0, 9596.0, 9547.0, 9601.0, 9520.0, 9531.0, 9602.0, 9526.0, 9544.0, 9607.0, 9510.0, 9569.0, 9595.0, 9529.0, 9583.0, 9521.0, 9530.0, 9597.0, 9501.0, 9573.0, 9625.0, 9529.0, 9585.0, 9605.0, 9521.0, 9581.0, 9534.0, 9519.0, 9595.0, 9502.0, 9532.0, 9608.0, 9504.0, 9545.0, 9599.0, 9517.0, 9557.0, 9497.0, 9517.0, 9584.0, 9484.0, 9542.0, 9557.0, 9524.0, 9577.0, 9502.0, 9522.0, 9605.0, 9507.0, 9564.0, 9558.0, 9520.0, 9577.0, 9506.0, 9535.0, 9592.0, 9506.0, 9564.0, 9518.0, 9525.0, 9589.0, 9502.0, 9535.0, 9606.0, 9507.0, 9577.0, 9530.0, 9523.0, 9594.0, 9504.0, 9539.0, 9607.0, 9509.0, 9564.0, 9577.0, 9523.0, 9580.0, 9508.0, 9527.0, 9597.0, 9522.0, 9552.0, 9610.0, 9522.0, 9563.0, 9575.0, 9523.0, 9593.0, 9513.0, 9538.0, 9608.0, 9514.0, 9585.0, 9566.0, 9528.0, 9594.0, 9526.0, 9547.0, 9615.0, 9534.0, 9588.0, 9613.0, 9542.0, 9602.0, 9567.0, 9539.0, 9612.0, 9519.0, 9536.0, 9606.0, 9504.0, 9534.0, 9604.0, 9504.0, 9565.0, 9546.0, 9522.0, 9576.0, 9492.0, 9539.0, 9590.0, 9515.0, 9556.0, 9609.0, 9529.0, 9583.0, 9540.0, 9543.0, 9611.0, 9519.0, 9539.0, 9606.0, 9521.0, 9548.0, 9606.0, 9502.0, 9562.0, 9584.0, 9517.0, 9557.0, 9498.0, 9518.0, 9572.0, 9488.0, 9516.0, 9582.0, 9489.0, 9552.0, 9603.0, 9524.0, 9579.0, 9517.0, 9526.0, 9594.0, 9510.0, 9539.0, 9606.0, 9507.0, 9564.0, 9606.0, 9521.0, 9575.0, 9531.0, 9523.0, 9577.0, 9506.0, 9536.0, 9589.0, 9508.0, 9565.0, 9496.0, 9541.0, 9597.0, 9514.0, 9575.0, 9628.0, 9530.0, 9581.0, 9560.0, 9524.0, 9597.0, 9506.0, 9536.0, 9590.0, 9505.0, 9563.0, 9573.0, 9508.0, 9576.0, 9506.0, 9538.0, 9590.0, 9513.0, 9570.0, 9547.0, 9531.0, 9597.0, 9529.0, 9543.0, 9608.0, 9513.0, 9565.0, 9609.0, 9526.0, 9565.0, 9530.0, 9524.0, 9594.0, 9505.0, 9535.0, 9604.0, 9511.0, 9568.0, 9578.0, 9525.0, 9593.0, 9507.0, 9538.0, 9593.0, 9511.0, 9552.0, 9609.0, 9508.0, 9584.0, 9590.0, 9523.0, 9580.0, 9501.0, 9519.0, 9575.0, 9504.0, 9520.0, 9588.0, 9488.0, 9553.0, 9592.0, 9528.0, 9583.0, 9541.0, 9530.0, 9599.0, 9522.0, 9540.0, 9607.0, 9495.0, 9551.0, 9607.0, 9522.0, 9566.0, 9608.0, 9521.0, 9578.0, 9515.0, 9522.0, 9589.0, 9498.0, 9535.0, 9588.0, 9519.0, 9566.0, 9604.0, 9505.0, 9564.0, 9574.0, 9522.0, 9575.0, 9503.0, 9502.0, 9572.0, 9496.0, 9518.0, 9570.0, 9486.0, 9531.0, 9586.0, 9503.0, 9546.0, 9588.0, 9505.0, 9565.0, 9519.0, 9522.0, 9578.0, 9496.0, 9545.0, 9610.0, 9529.0, 9567.0, 9608.0, 9522.0, 9585.0, 9594.0, 9524.0, 9579.0, 9513.0, 9509.0, 9590.0, 9500.0, 9518.0, 9585.0, 9487.0, 9548.0, 9588.0, 9520.0, 9561.0, 9504.0, 9514.0, 9593.0, 9500.0, 9556.0, 9628.0, 9516.0, 9586.0, 9566.0, 9527.0, 9597.0, 9509.0, 9523.0, 9608.0, 9509.0, 9551.0, 9608.0, 9488.0, 9547.0, 9606.0, 9504.0, 9548.0, 9527.0, 9490.0, 9574.0, 9490.0, 9523.0, 9589.0, 9493.0, 9536.0, 9591.0, 9507.0, 9552.0, 9607.0, 9509.0, 9567.0, 9574.0, 9522.0, 9578.0, 9497.0, 9525.0, 9596.0, 9498.0, 9569.0, 9612.0, 9528.0, 9584.0, 9565.0, 9525.0, 9597.0, 9518.0, 9522.0, 9593.0, 9487.0, 9546.0, 9605.0, 9502.0, 9558.0, 9500.0, 9570.0, 9582.0, 9527.0, 9595.0, 9514.0, 9529.0, 9610.0, 9521.0, 9551.0, 9612.0, 9491.0, 9565.0, 9605.0, 9506.0, 9561.0, 9526.0, 9488.0, 9571.0, 9496.0, 9500.0, 9568.0, 9469.0, 9510.0, 9583.0, 9486.0, 9548.0, 9580.0, 9506.0, 9565.0, 9524.0, 9527.0, 9592.0, 9495.0, 9566.0, 9513.0, 9576.0, 9628.0, 9526.0, 9597.0, 9557.0, 9540.0, 9593.0, 9507.0, 9553.0, 9512.0, 9572.0, 9628.0, 9544.0, 9585.0, 9587.0, 9507.0, 9580.0, 9523.0, 9524.0, 9591.0, 9491.0, 9545.0, 9604.0, 9505.0, 9582.0, 9567.0, 9521.0, 9573.0, 9502.0, 9531.0, 9570.0, 9493.0, 9570.0, 9508.0, 9566.0, 9533.0, 9542.0, 9584.0, 9636.0, 9547.0, 9610.0, 9627.0, 9543.0, 9559.0, 9618.0, 9498.0, 9557.0, 9589.0, 9501.0, 9550.0, 9474.0, 9497.0, 9565.0, 9483.0, 9512.0, 9563.0, 9497.0, 9569.0, 9593.0, 9513.0, 9584.0, 9523.0, 9528.0, 9598.0, 9511.0, 9558.0, 9608.0, 9527.0, 9571.0, 9623.0, 9522.0, 9582.0, 9561.0, 9527.0, 9592.0, 9505.0, 9527.0, 9593.0, 9513.0, 9555.0, 9607.0, 9511.0, 9585.0, 9579.0, 9527.0, 9598.0, 9522.0, 9532.0, 9610.0, 9511.0, 9555.0, 9628.0, 9523.0, 9585.0, 9591.0, 9508.0, 9590.0, 9545.0, 9519.0, 9604.0, 9486.0, 9516.0, 9585.0, 9500.0, 9541.0, 9584.0, 9487.0, 9558.0, 9545.0, 9506.0, 9574.0, 9486.0, 9518.0, 9588.0, 9505.0, 9548.0, 9604.0, 9506.0, 9576.0, 9545.0, 9521.0, 9589.0, 9503.0, 9518.0, 9587.0, 9486.0, 9544.0, 9598.0, 9501.0, 9558.0, 9514.0, 9500.0, 9585.0, 9498.0, 9517.0, 9585.0, 9487.0, 9546.0, 9586.0, 9504.0, 9576.0, 9512.0, 9505.0, 9590.0, 9503.0, 9535.0, 9585.0, 9505.0, 9560.0, 9601.0, 9504.0, 9559.0, 9569.0, 9504.0, 9575.0, 9500.0, 9504.0, 9584.0, 9489.0, 9547.0, 9601.0, 9510.0, 9581.0, 9548.0, 9539.0, 9597.0, 9490.0, 9551.0, 9605.0, 9523.0, 9580.0, 9546.0, 9522.0, 9591.0, 9508.0, 9552.0, 9606.0, 9521.0, 9579.0, 9576.0, 9523.0, 9591.0, 9515.0, 9534.0, 9607.0, 9505.0, 9545.0, 9602.0, 9501.0, 9561.0, 9571.0, 9502.0, 9569.0, 9485.0, 9525.0, 9614.0, 9499.0, 9548.0, 9585.0, 9520.0, 9576.0, 9498.0, 9555.0, 9604.0, 9518.0, 9564.0, 9528.0, 9520.0, 9589.0, 9518.0, 9548.0, 9606.0, 9518.0, 9572.0, 9537.0, 9500.0, 9568.0, 9491.0, 9546.0, 9601.0, 9517.0, 9575.0, 9527.0, 9504.0, 9570.0, 9499.0, 9529.0, 9587.0, 9486.0, 9557.0, 9601.0, 9513.0, 9557.0, 9486.0, 9500.0, 9567.0, 9483.0, 9542.0, 9584.0, 9501.0, 9559.0, 9555.0, 9515.0, 9571.0, 9482.0, 9512.0, 9580.0, 9504.0, 9535.0, 9601.0, 9491.0, 9553.0, 9510.0, 9583.0, 9513.0, 9524.0, 9606.0, 9506.0, 9555.0, 9608.0, 9510.0, 9581.0, 9590.0, 9519.0, 9573.0, 9508.0, 9499.0, 9586.0, 9482.0, 9513.0, 9583.0, 9486.0, 9543.0, 9569.0, 9503.0, 9568.0, 9496.0, 9500.0, 9572.0, 9487.0, 9514.0, 9583.0, 9510.0, 9555.0, 9584.0, 9498.0, 9538.0, 9519.0, 9495.0, 9552.0, 9470.0, 9501.0, 9567.0, 9487.0, 9546.0, 9544.0, 9519.0, 9573.0, 9489.0, 9518.0, 9587.0, 9502.0, 9546.0, 9599.0, 9500.0, 9561.0, 9569.0, 9501.0, 9556.0, 9495.0, 9501.0, 9569.0, 9470.0, 9513.0, 9582.0, 9486.0, 9543.0, 9583.0, 9502.0, 9558.0, 9555.0, 9504.0, 9561.0, 9491.0, 9510.0, 9592.0, 9498.0, 9556.0, 9611.0, 9511.0, 9583.0, 9608.0, 9525.0, 9583.0, 9595.0, 9525.0, 9579.0, 9517.0, 9509.0, 9578.0, 9493.0, 9538.0, 9606.0, 9510.0, 9566.0, 9591.0, 9510.0, 9584.0, 9522.0, 9527.0, 9598.0, 9499.0, 9554.0, 9612.0, 9528.0, 9584.0, 9627.0, 9511.0, 9581.0, 9588.0, 9508.0, 9575.0, 9514.0, 9504.0, 9573.0, 9487.0, 9530.0, 9584.0, 9484.0, 9542.0, 9600.0, 9502.0, 9545.0, 9567.0, 9490.0, 9559.0, 9513.0, 9504.0, 9573.0, 9488.0, 9520.0, 9588.0, 9493.0, 9548.0, 9603.0, 9508.0, 9579.0, 9559.0, 9506.0, 9574.0, 9501.0, 9521.0, 9587.0, 9508.0, 9566.0, 9534.0, 9516.0, 9595.0, 9515.0, 9561.0, 9626.0, 9531.0, 9602.0, 9556.0, 9530.0, 9611.0, 9510.0, 9558.0, 9629.0, 9508.0, 9579.0, 9559.0, 9505.0, 9573.0, 9490.0, 9533.0, 9604.0, 9506.0, 9576.0, 9495.0, 9536.0, 9606.0, 9527.0, 9579.0, 9508.0, 9538.0, 9608.0, 9521.0, 9577.0, 9490.0, 9536.0, 9607.0, 9520.0, 9563.0, 9506.0, 9519.0, 9602.0, 9504.0, 9562.0, 9490.0, 9505.0, 9603.0, 9505.0, 9561.0, 9501.0, 9507.0, 9586.0, 9504.0, 9559.0, 9501.0, 9507.0, 9589.0, 9503.0, 9561.0, 9527.0, 9494.0, 9573.0, 9505.0, 9548.0, 9530.0, 9512.0, 9591.0, 9508.0, 9559.0, 9581.0, 9514.0, 9594.0, 9513.0, 9556.0, 9611.0, 9511.0, 9586.0, 9535.0, 9524.0, 9607.0, 9495.0, 9566.0, 9611.0, 9508.0, 9563.0, 9501.0, 9509.0, 9588.0, 9492.0, 9561.0, 9586.0, 9495.0, 9577.0, 9495.0, 9539.0, 9604.0, 9509.0, 9567.0, 9548.0, 9511.0, 9577.0, 9494.0, 9512.0, 9592.0, 9496.0, 9565.0, 9604.0, 9506.0, 9580.0, 9561.0, 9493.0, 9574.0, 9501.0, 9521.0, 9588.0, 9479.0, 9565.0, 9605.0, 9508.0, 9579.0, 9532.0, 9509.0, 9580.0, 9504.0, 9523.0, 9592.0, 9493.0, 9563.0, 9607.0, 9508.0, 9565.0, 9543.0, 9509.0, 9577.0, 9490.0, 9507.0, 9589.0, 9491.0, 9547.0, 9603.0, 9491.0, 9564.0, 9603.0, 9506.0, 9564.0, 9518.0, 9507.0, 9575.0, 9505.0, 9522.0, 9590.0, 9495.0, 9551.0, 9606.0, 9523.0, 9567.0, 9604.0, 9506.0, 9566.0, 9558.0, 9508.0, 9576.0, 9489.0, 9506.0, 9588.0, 9488.0, 9531.0, 9587.0, 9473.0, 9545.0, 9587.0, 9502.0, 9549.0, 9587.0, 9488.0, 9562.0, 9528.0, 9492.0, 9574.0, 9488.0, 9508.0, 9591.0, 9488.0, 9520.0, 9589.0, 9491.0, 9547.0, 9588.0, 9492.0, 9559.0, 9588.0, 9488.0, 9562.0, 9588.0, 9509.0, 9569.0, 9536.0, 9514.0, 9581.0, 9494.0, 9558.0, 9528.0, 9584.0, 9532.0, 9629.0, 9579.0, 9568.0, 9638.0, 9536.0, 9578.0, 9637.0, 9546.0, 9588.0, 9631.0, 9534.0, 9580.0, 9564.0, 9513.0, 9573.0, 9479.0, 9498.0, 9569.0, 9466.0, 9524.0, 9567.0, 9481.0, 9543.0, 9492.0, 9469.0, 9553.0, 9467.0, 9498.0, 9568.0, 9467.0, 9538.0, 9581.0, 9494.0, 9541.0, 9533.0, 9467.0, 9550.0, 9453.0, 9500.0, 9569.0, 9487.0, 9558.0, 9585.0, 9512.0, 9556.0, 9481.0, 9486.0, 9570.0, 9471.0, 9542.0, 9589.0, 9500.0, 9559.0, 9495.0, 9484.0, 9570.0, 9492.0, 9539.0, 9576.0, 9513.0, 9561.0, 9489.0, 9516.0, 9589.0, 9515.0, 9585.0, 9502.0, 9508.0, 9591.0, 9492.0, 9552.0, 9609.0, 9522.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.00037299684542586756</td></tr>
<tr><td colspan=3>aqi</td><td>0.02719430520504732</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.6261156078058</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.277774361941595</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9791165058089969</td></tr>
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
<tr><td colspan=3>fber</td><td>7179.4971</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07890534178838196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2618296529968454</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5635828674366476</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5253017579739323</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.798939478722628</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3665073656133835</td></tr>
<tr><td colspan=3>gcor</td><td>0.00543118</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010215573012828827</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03142549470067024</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>3.8188120454324466</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>18.8943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9142</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.5519</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300215.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>817.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.1449</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.46</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.3144</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4630.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.9269</td></tr>
<tr><td colspan=3>tsnr</td><td>39.62992671644315</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>