<?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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-04/func/sub-0107_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>7299008e054bf85bbecb3888c073b3b6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:45:13.432500</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.998441, 0.0260561, 0.0493565, -0.0184738, 0.988773, -0.148281]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102441</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>[4214, -7783, -7151, 453, -155, -112, 70, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>145a9a00-3299-4f40-98f2-84bb82188381||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.6787450313568115, -0.04956374689936638, 0.14219820499420166, 110.46066284179688], [-0.06990665197372437, 2.6528050899505615, -0.39727163314819336, -89.05139923095703], [0.13241994380950928, 0.3978259265422821, 2.6668248176574707, -73.25406646728516], [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': ['174513.432500', '174513.892500', '174514.352500', '174514.812500', '174515.272500', '174515.732500', '174516.192500', '174516.652500', '174517.112500', '174517.572500', '174518.032500', '174518.492500', '174518.952500', '174519.412500', '174519.872500', '174520.332500', '174520.792500', '174521.252500', '174521.712500', '174522.172500', '174522.632500', '174523.092500', '174523.552500', '174524.012500', '174524.472500', '174524.932500', '174525.392500', '174525.852500', '174526.312500', '174526.772500', '174527.232500', '174527.692500', '174528.152500', '174528.612500', '174529.072500', '174529.532500', '174529.992500', '174530.452500', '174530.912500', '174531.372500', '174531.832500', '174532.292500', '174532.752500', '174533.212500', '174533.672500', '174534.132500', '174534.592500', '174535.052500', '174535.512500', '174535.972500', '174536.432500', '174536.892500', '174537.352500', '174537.812500', '174538.272500', '174538.732500', '174539.192500', '174539.652500', '174540.112500', '174540.572500', '174541.032500', '174541.492500', '174541.952500', '174542.412500', '174542.872500', '174543.332500', '174543.792500', '174544.252500', '174544.712500', '174545.172500', '174545.632500', '174546.092500', '174546.552500', '174547.012500', '174547.472500', '174547.932500', '174548.392500', '174548.852500', '174549.312500', '174549.772500', '174550.232500', '174550.692500', '174551.152500', '174551.612500', '174552.072500', '174552.532500', '174552.992500', '174553.452500', '174553.912500', '174554.372500', '174554.832500', '174555.292500', '174555.752500', '174556.212500', '174556.672500', '174557.132500', '174557.592500', '174558.052500', '174558.512500', '174558.972500', '174559.432500', '174559.892500', '174600.352500', '174600.812500', '174601.272500', '174601.732500', '174602.192500', '174602.652500', '174603.112500', '174603.572500', '174604.032500', '174604.492500', '174604.952500', '174605.412500', '174605.872500', '174606.332500', '174606.792500', '174607.252500', '174607.712500', '174608.172500', '174608.632500', '174609.092500', '174609.552500', '174610.012500', '174610.472500', '174610.932500', '174611.392500', '174611.852500', '174612.312500', '174612.772500', '174613.232500', '174613.692500', '174614.152500', '174614.612500', '174615.072500', '174615.532500', '174615.992500', '174616.452500', '174616.912500', '174617.372500', '174617.832500', '174618.292500', '174618.752500', '174619.212500', '174619.672500', '174620.132500', '174620.592500', '174621.052500', '174621.512500', '174621.972500', '174622.432500', '174622.892500', '174623.352500', '174623.812500', '174624.272500', '174624.732500', '174625.192500', '174625.652500', '174626.112500', '174626.572500', '174627.032500', '174627.492500', '174627.952500', '174628.412500', '174628.872500', '174629.332500', '174629.792500', '174630.252500', '174630.712500', '174631.172500', '174631.632500', '174632.092500', '174632.552500', '174633.012500', '174633.472500', '174633.932500', '174634.392500', '174634.852500', '174635.312500', '174635.772500', '174636.232500', '174636.692500', '174637.152500', '174637.612500', '174638.072500', '174638.532500', '174638.992500', '174639.452500', '174639.912500', '174640.372500', '174640.832500', '174641.292500', '174641.752500', '174642.212500', '174642.672500', '174643.132500', '174643.592500', '174644.052500', '174644.512500', '174644.972500', '174645.432500', '174645.892500', '174646.352500', '174646.812500', '174647.272500', '174647.732500', '174648.192500', '174648.652500', '174649.112500', '174649.572500', '174650.032500', '174650.492500', '174650.952500', '174651.412500', '174651.872500', '174652.332500', '174652.792500', '174653.252500', '174653.712500', '174654.172500', '174654.632500', '174655.092500', '174655.552500', '174656.012500', '174656.472500', '174656.932500', '174657.392500', '174657.852500', '174658.312500', '174658.772500', '174659.232500', '174659.692500', '174700.152500', '174700.612500', '174701.072500', '174701.532500', '174701.992500', '174702.452500', '174702.912500', '174703.372500', '174703.832500', '174704.292500', '174704.752500', '174705.212500', '174705.672500', '174706.132500', '174706.592500', '174707.052500', '174707.512500', '174707.972500', '174708.432500', '174708.892500', '174709.352500', '174709.812500', '174710.272500', '174710.732500', '174711.192500', '174711.652500', '174712.112500', '174712.572500', '174713.032500', '174713.492500', '174713.952500', '174714.412500', '174714.872500', '174715.332500', '174715.792500', '174716.252500', '174716.712500', '174717.172500', '174717.632500', '174718.092500', '174718.552500', '174719.012500', '174719.472500', '174719.932500', '174720.392500', '174720.852500', '174721.312500', '174721.772500', '174722.232500', '174722.692500', '174723.152500', '174723.612500', '174724.072500', '174724.532500', '174724.992500', '174725.452500', '174725.912500', '174726.372500', '174726.832500', '174727.292500', '174727.752500', '174728.212500', '174728.672500', '174729.132500', '174729.592500', '174730.052500', '174730.512500', '174730.972500', '174731.432500', '174731.892500', '174732.352500', '174732.812500', '174733.272500', '174733.732500', '174734.192500', '174734.652500', '174735.112500', '174735.572500', '174736.032500', '174736.492500', '174736.952500', '174737.412500', '174737.872500', '174738.332500', '174738.792500', '174739.252500', '174739.712500', '174740.172500', '174740.632500', '174741.092500', '174741.552500', '174742.012500', '174742.472500', '174742.932500', '174743.392500', '174743.852500', '174744.312500', '174744.772500', '174745.232500', '174745.692500', '174746.152500', '174746.612500', '174747.072500', '174747.532500', '174747.992500', '174748.452500', '174748.912500', '174749.372500', '174749.832500', '174750.292500', '174750.752500', '174751.212500', '174751.672500', '174752.132500', '174752.592500', '174753.052500', '174753.512500', '174753.972500', '174754.432500', '174754.892500', '174755.352500', '174755.812500', '174756.272500', '174756.732500', '174757.192500', '174757.652500', '174758.112500', '174758.572500', '174759.032500', '174759.492500', '174759.952500', '174800.412500', '174800.872500', '174801.332500', '174801.792500', '174802.252500', '174802.712500', '174803.172500', '174803.632500', '174804.092500', '174804.552500', '174805.012500', '174805.472500', '174805.932500', '174806.392500', '174806.852500', '174807.312500', '174807.772500', '174808.232500', '174808.692500', '174809.152500', '174809.612500', '174810.072500', '174810.532500', '174810.992500', '174811.452500', '174811.912500', '174812.372500', '174812.832500', '174813.292500', '174813.752500', '174814.212500', '174814.672500', '174815.132500', '174815.592500', '174816.052500', '174816.512500', '174816.972500', '174817.432500', '174817.892500', '174818.352500', '174818.812500', '174819.272500', '174819.732500', '174820.192500', '174820.652500', '174821.112500', '174821.572500', '174822.032500', '174822.492500', '174822.952500', '174823.412500', '174823.872500', '174824.332500', '174824.792500', '174825.252500', '174825.712500', '174826.172500', '174826.632500', '174827.092500', '174827.552500', '174828.012500', '174828.472500', '174828.932500', '174829.392500', '174829.852500', '174830.312500', '174830.772500', '174831.232500', '174831.692500', '174832.152500', '174832.612500', '174833.072500', '174833.532500', '174833.992500', '174834.452500', '174834.912500', '174835.372500', '174835.832500', '174836.292500', '174836.752500', '174837.212500', '174837.672500', '174838.132500', '174838.592500', '174839.052500', '174839.512500', '174839.972500', '174840.432500', '174840.892500', '174841.352500', '174841.812500', '174842.272500', '174842.732500', '174843.192500', '174843.652500', '174844.112500', '174844.572500', '174845.032500', '174845.492500', '174845.952500', '174846.412500', '174846.872500', '174847.332500', '174847.792500', '174848.252500', '174848.712500', '174849.172500', '174849.632500', '174850.092500', '174850.552500', '174851.012500', '174851.472500', '174851.932500', '174852.392500', '174852.852500', '174853.312500', '174853.772500', '174854.232500', '174854.692500', '174855.152500', '174855.612500', '174856.072500', '174856.532500', '174856.992500', '174857.452500', '174857.912500', '174858.372500', '174858.832500', '174859.292500', '174859.752500', '174900.212500', '174900.672500', '174901.132500', '174901.592500', '174902.052500', '174902.512500', '174902.972500', '174903.432500', '174903.892500', '174904.352500', '174904.812500', '174905.272500', '174905.732500', '174906.192500', '174906.652500', '174907.112500', '174907.572500', '174908.032500', '174908.492500', '174908.952500', '174909.412500', '174909.872500', '174910.332500', '174910.792500', '174911.252500', '174911.712500', '174912.172500', '174912.632500', '174913.092500', '174913.552500', '174914.012500', '174914.472500', '174914.932500', '174915.392500', '174915.852500', '174916.312500', '174916.772500', '174917.232500', '174917.692500', '174918.152500', '174918.612500', '174919.072500', '174919.532500', '174919.992500', '174920.452500', '174920.912500', '174921.372500', '174921.832500', '174922.292500', '174922.752500', '174923.212500', '174923.672500', '174924.132500', '174924.592500', '174925.052500', '174925.512500', '174925.972500', '174926.432500', '174926.892500', '174927.352500', '174927.812500', '174928.272500', '174928.732500', '174929.192500', '174929.652500', '174930.112500', '174930.572500', '174931.032500', '174931.492500', '174931.952500', '174932.412500', '174932.872500', '174933.332500', '174933.792500', '174934.252500', '174934.712500', '174935.172500', '174935.632500', '174936.092500', '174936.552500', '174937.012500', '174937.472500', '174937.932500', '174938.392500', '174938.852500', '174939.312500', '174939.772500', '174940.232500', '174940.692500', '174941.152500', '174941.612500', '174942.072500', '174942.532500', '174942.992500', '174943.452500', '174943.912500', '174944.372500', '174944.832500', '174945.292500', '174945.752500', '174946.212500', '174946.672500', '174947.132500', '174947.592500', '174948.052500', '174948.512500', '174948.972500', '174949.432500', '174949.892500', '174950.352500', '174950.812500', '174951.272500', '174951.732500', '174952.192500', '174952.652500', '174953.112500', '174953.572500', '174954.032500', '174954.492500', '174954.952500', '174955.412500', '174955.872500', '174956.332500', '174956.792500', '174957.252500', '174957.712500', '174958.172500', '174958.632500', '174959.092500', '174959.552500', '175000.012500', '175000.472500', '175000.932500', '175001.392500', '175001.852500', '175002.312500', '175002.772500', '175003.232500', '175003.692500', '175004.152500', '175004.612500', '175005.072500', '175005.532500', '175005.992500', '175006.452500', '175006.912500', '175007.372500', '175007.832500', '175008.292500', '175008.752500', '175009.212500', '175009.672500', '175010.132500', '175010.592500', '175011.052500', '175011.512500', '175011.972500', '175012.432500', '175012.892500', '175013.352500', '175013.812500', '175014.272500', '175014.732500', '175015.192500', '175015.652500', '175016.112500', '175016.572500', '175017.032500', '175017.492500', '175017.952500', '175018.412500', '175018.872500', '175019.332500', '175019.792500', '175020.252500', '175020.712500', '175021.172500', '175021.632500', '175022.092500', '175022.552500', '175023.012500', '175023.472500', '175023.932500', '175024.392500', '175024.852500', '175025.312500', '175025.772500', '175026.232500', '175026.692500', '175027.152500', '175027.612500', '175028.072500', '175028.532500', '175028.992500', '175029.452500', '175029.912500', '175030.372500', '175030.832500', '175031.292500', '175031.752500', '175032.212500', '175032.672500', '175033.132500', '175033.592500', '175034.052500', '175034.512500', '175034.972500', '175035.432500', '175035.892500', '175036.352500', '175036.812500', '175037.272500', '175037.732500', '175038.192500', '175038.652500', '175039.112500', '175039.572500', '175040.032500', '175040.492500', '175040.952500', '175041.412500', '175041.872500', '175042.332500', '175042.792500', '175043.252500', '175043.712500', '175044.172500', '175044.632500', '175045.092500', '175045.552500', '175046.012500', '175046.472500', '175046.932500', '175047.392500', '175047.852500', '175048.312500', '175048.772500', '175049.232500', '175049.692500', '175050.152500', '175050.612500', '175051.072500', '175051.532500', '175051.992500', '175052.452500', '175052.912500', '175053.372500', '175053.832500', '175054.292500', '175054.752500', '175055.212500', '175055.672500', '175056.132500', '175056.592500', '175057.052500', '175057.512500', '175057.972500', '175058.432500', '175058.892500', '175059.352500', '175059.812500', '175100.272500', '175100.732500', '175101.192500', '175101.652500', '175102.112500', '175102.572500', '175103.032500', '175103.492500', '175103.952500', '175104.412500', '175104.872500', '175105.332500', '175105.792500', '175106.252500', '175106.712500', '175107.172500', '175107.632500', '175108.092500', '175108.552500', '175109.012500', '175109.472500', '175109.932500', '175110.392500', '175110.852500', '175111.312500', '175111.772500', '175112.232500', '175112.692500', '175113.152500', '175113.612500', '175114.072500', '175114.532500', '175114.992500', '175115.452500', '175115.912500', '175116.372500', '175116.832500', '175117.292500', '175117.752500', '175118.212500', '175118.672500', '175119.132500', '175119.592500', '175120.052500', '175120.512500', '175120.972500', '175121.432500', '175121.892500', '175122.352500', '175122.812500', '175123.272500', '175123.732500', '175124.192500', '175124.652500', '175125.112500', '175125.572500', '175126.032500', '175126.492500', '175126.952500', '175127.412500', '175127.872500', '175128.332500', '175128.792500', '175129.252500', '175129.712500', '175130.172500', '175130.632500', '175131.092500', '175131.552500', '175132.012500', '175132.472500', '175132.932500', '175133.392500', '175133.852500', '175134.312500', '175134.772500', '175135.232500', '175135.692500', '175136.152500', '175136.612500', '175137.072500', '175137.532500', '175137.992500', '175138.452500', '175138.912500', '175139.372500', '175139.832500', '175140.292500', '175140.752500', '175141.212500', '175141.672500', '175142.132500', '175142.592500', '175143.052500', '175143.512500', '175143.972500', '175144.432500', '175144.892500', '175145.352500', '175145.812500', '175146.272500', '175146.732500', '175147.192500', '175147.652500', '175148.112500', '175148.572500', '175149.032500', '175149.492500', '175149.952500', '175150.412500', '175150.872500', '175151.332500', '175151.792500', '175152.252500', '175152.712500', '175153.172500', '175153.632500', '175154.092500', '175154.552500', '175155.012500', '175155.472500', '175155.932500', '175156.392500', '175156.852500', '175157.312500', '175157.772500', '175158.232500', '175158.692500', '175159.152500', '175159.612500', '175200.072500', '175200.532500', '175200.992500', '175201.452500', '175201.912500', '175202.372500', '175202.832500', '175203.292500', '175203.752500', '175204.212500', '175204.672500', '175205.132500', '175205.592500', '175206.052500', '175206.512500', '175206.972500', '175207.432500', '175207.892500', '175208.352500', '175208.812500', '175209.272500', '175209.732500', '175210.192500', '175210.652500', '175211.112500', '175211.572500', '175212.032500', '175212.492500', '175212.952500', '175213.412500', '175213.872500', '175214.332500', '175214.792500', '175215.252500', '175215.712500', '175216.172500', '175216.632500', '175217.092500', '175217.552500', '175218.012500', '175218.472500', '175218.932500', '175219.392500', '175219.852500', '175220.312500', '175220.772500', '175221.232500', '175221.692500', '175222.152500', '175222.612500', '175223.072500', '175223.532500', '175223.992500', '175224.452500', '175224.912500', '175225.372500', '175225.832500', '175226.292500', '175226.752500', '175227.212500', '175227.672500', '175228.132500', '175228.592500', '175229.052500', '175229.512500', '175229.972500', '175230.432500', '175230.892500', '175231.352500', '175231.812500', '175232.272500', '175232.732500', '175233.192500', '175233.652500', '175234.112500', '175234.572500', '175235.032500', '175235.492500', '175235.952500', '175236.412500', '175236.872500', '175237.332500', '175237.792500', '175238.252500', '175238.712500', '175239.172500', '175239.632500', '175240.092500', '175240.552500', '175241.012500', '175241.472500', '175241.932500', '175242.392500', '175242.852500', '175243.312500', '175243.772500', '175244.232500', '175244.692500', '175245.152500', '175245.612500', '175246.072500', '175246.532500', '175246.992500', '175247.452500', '175247.912500', '175248.372500', '175248.832500', '175249.292500', '175249.752500', '175250.212500', '175250.672500', '175251.132500', '175251.592500', '175252.052500', '175252.512500', '175252.972500', '175253.432500', '175253.892500', '175254.352500', '175254.812500', '175255.272500', '175255.732500', '175256.192500', '175256.652500', '175257.112500', '175257.572500', '175258.032500', '175258.492500', '175258.952500', '175259.412500', '175259.872500', '175300.332500', '175300.792500', '175301.252500', '175301.712500', '175302.172500', '175302.632500', '175303.092500', '175303.552500', '175304.012500', '175304.472500', '175304.932500', '175305.392500', '175305.852500', '175306.312500', '175306.772500', '175307.232500', '175307.692500', '175308.152500', '175308.612500', '175309.072500', '175309.532500', '175309.992500', '175310.452500', '175310.912500', '175311.372500', '175311.832500', '175312.292500', '175312.752500', '175313.212500', '175313.672500', '175314.132500', '175314.592500', '175315.052500', '175315.512500', '175315.972500', '175316.432500', '175316.892500', '175317.352500', '175317.812500', '175318.272500', '175318.732500', '175319.192500', '175319.652500', '175320.112500', '175320.572500', '175321.032500', '175321.492500', '175321.952500', '175322.412500', '175322.872500', '175323.332500', '175323.792500', '175324.252500', '175324.712500', '175325.172500', '175325.632500', '175326.092500', '175326.552500', '175327.012500', '175327.472500', '175327.932500', '175328.392500', '175328.852500', '175329.312500', '175329.772500', '175330.232500', '175330.692500', '175331.152500', '175331.612500', '175332.072500', '175332.532500', '175332.992500', '175333.452500', '175333.912500', '175334.372500', '175334.832500', '175335.292500', '175335.752500', '175336.212500', '175336.672500', '175337.132500', '175337.592500', '175338.052500', '175338.512500', '175338.972500', '175339.432500', '175339.892500', '175340.352500', '175340.812500', '175341.272500', '175341.732500', '175342.192500', '175342.652500', '175343.112500', '175343.572500', '175344.032500', '175344.492500', '175344.952500', '175345.412500', '175345.872500', '175346.332500', '175346.792500', '175347.252500', '175347.712500', '175348.172500', '175348.632500', '175349.092500', '175349.552500', '175350.012500', '175350.472500', '175350.932500', '175351.392500', '175351.852500', '175352.312500', '175352.772500', '175353.232500', '175353.692500', '175354.152500', '175354.612500', '175355.072500', '175355.532500', '175355.992500', '175356.452500', '175356.912500', '175357.372500', '175357.832500', '175358.292500', '175358.752500', '175359.212500', '175359.672500', '175400.132500', '175400.592500', '175401.052500', '175401.512500', '175401.972500', '175402.432500', '175402.892500', '175403.352500', '175403.812500', '175404.272500', '175404.732500', '175405.192500', '175405.652500', '175406.112500', '175406.572500', '175407.032500', '175407.492500', '175407.952500', '175408.412500', '175408.872500', '175409.332500', '175409.792500', '175410.252500', '175410.712500', '175411.172500', '175411.632500', '175412.092500', '175412.552500', '175413.012500', '175413.472500', '175413.932500', '175414.392500', '175414.852500', '175415.312500', '175415.772500', '175416.232500', '175416.692500', '175417.152500', '175417.612500', '175418.072500', '175418.532500', '175418.992500', '175419.452500', '175419.912500', '175420.372500', '175420.832500', '175421.292500', '175421.752500', '175422.212500', '175422.672500', '175423.132500', '175423.592500', '175424.052500', '175424.512500', '175424.972500', '175425.432500', '175425.892500', '175426.352500', '175426.812500', '175427.272500', '175427.732500', '175428.192500', '175428.652500', '175429.112500', '175429.572500', '175430.032500', '175430.492500', '175430.952500', '175431.412500', '175431.872500', '175432.332500', '175432.792500', '175433.252500', '175433.712500', '175434.172500', '175434.632500', '175435.092500', '175435.552500', '175436.012500', '175436.472500', '175436.932500', '175437.392500', '175437.852500', '175438.312500', '175438.772500', '175439.232500', '175439.692500', '175440.152500', '175440.612500', '175441.072500', '175441.532500', '175441.992500', '175442.452500', '175442.912500', '175443.372500', '175443.832500', '175444.292500', '175444.752500', '175445.212500', '175445.672500', '175446.132500', '175446.592500', '175447.052500', '175447.512500', '175447.972500', '175448.432500', '175448.892500', '175449.352500', '175449.812500', '175450.272500', '175450.732500', '175451.192500', '175451.652500', '175452.112500', '175452.572500', '175453.032500', '175453.492500', '175453.952500', '175454.412500', '175454.872500', '175455.332500', '175455.792500', '175456.252500'], 'ContentTime': ['174538.842000', '174538.869000', '174538.872000', '174538.874000', '174538.877000', '174538.879000', '174538.882000', '174538.885000', '174538.887000', '174538.890000', '174538.892000', '174538.895000', '174538.898000', '174538.901000', '174538.904000', '174538.907000', '174538.910000', '174538.913000', '174538.916000', '174538.918000', '174538.921000', '174538.923000', '174538.926000', '174538.928000', '174538.931000', '174538.933000', '174538.936000', '174538.939000', '174538.941000', '174538.944000', '174538.946000', '174538.949000', '174538.951000', '174538.954000', '174538.956000', '174538.959000', '174538.962000', '174538.964000', '174538.967000', '174538.969000', '174538.972000', '174538.974000', '174538.977000', '174538.980000', '174538.982000', '174538.985000', '174538.987000', '174538.990000', '174538.992000', '174538.995000', '174538.998000', '174539.001000', '174558.801000', '174558.804000', '174558.807000', '174558.810000', '174558.812000', '174558.815000', '174558.817000', '174558.820000', '174558.822000', '174558.825000', '174558.828000', '174558.830000', '174558.833000', '174558.835000', '174558.838000', '174558.840000', '174558.843000', '174558.846000', '174558.848000', '174558.851000', '174558.853000', '174558.856000', '174558.858000', '174558.861000', '174558.863000', '174558.866000', '174558.869000', '174558.871000', '174558.874000', '174558.876000', '174558.879000', '174558.881000', '174558.884000', '174558.887000', '174558.900000', '174558.903000', '174558.905000', '174558.908000', '174558.911000', '174558.913000', '174558.916000', '174558.918000', '174558.921000', '174558.932000', '174618.801000', '174618.804000', '174618.807000', '174618.809000', '174618.812000', '174618.815000', '174618.817000', '174618.820000', '174618.822000', '174618.825000', '174618.827000', '174618.830000', '174618.833000', '174618.835000', '174618.838000', '174618.840000', '174618.843000', '174618.846000', '174618.848000', '174618.851000', '174618.854000', '174618.856000', '174618.859000', '174618.861000', '174618.864000', '174618.867000', '174618.869000', '174618.872000', '174618.874000', '174618.877000', '174618.879000', '174618.882000', '174618.885000', '174618.898000', '174618.900000', '174618.903000', '174618.905000', '174618.908000', '174618.910000', '174618.913000', '174618.916000', '174618.918000', '174618.921000', '174638.802000', '174638.804000', '174638.807000', '174638.810000', '174638.812000', '174638.815000', '174638.817000', '174638.820000', '174638.822000', '174638.825000', '174638.828000', '174638.830000', '174638.833000', '174638.835000', '174638.838000', '174638.841000', '174638.843000', '174638.846000', '174638.848000', '174638.851000', '174638.854000', '174638.856000', '174638.859000', '174638.861000', '174638.864000', '174638.866000', '174638.869000', '174638.872000', '174638.874000', '174638.877000', '174638.920000', '174638.923000', '174638.925000', '174638.928000', '174638.930000', '174638.933000', '174638.935000', '174638.938000', '174638.940000', '174638.943000', '174638.945000', '174638.948000', '174638.951000', '174638.953000', '174658.801000', '174658.804000', '174658.807000', '174658.810000', '174658.812000', '174658.815000', '174658.823000', '174658.825000', '174658.828000', '174658.830000', '174658.833000', '174658.836000', '174658.838000', '174658.841000', '174658.843000', '174658.846000', '174658.849000', '174658.851000', '174658.854000', '174658.856000', '174658.859000', '174658.862000', '174658.864000', '174658.867000', '174658.869000', '174658.872000', '174658.875000', '174658.877000', '174658.880000', '174658.883000', '174658.885000', '174658.888000', '174658.890000', '174658.893000', '174658.895000', '174658.898000', '174658.900000', '174658.903000', '174658.906000', '174658.908000', '174658.911000', '174658.913000', '174658.916000', '174718.802000', '174718.804000', '174718.807000', '174718.810000', '174718.812000', '174718.815000', '174718.818000', '174718.820000', '174718.823000', '174718.825000', '174718.828000', '174718.831000', '174718.833000', '174718.836000', '174718.839000', '174718.841000', '174718.844000', '174718.846000', '174718.849000', '174718.851000', '174718.854000', '174718.857000', '174718.859000', '174718.862000', '174718.864000', '174718.867000', '174718.870000', '174718.879000', '174718.882000', '174718.885000', '174718.887000', '174718.890000', '174718.892000', '174718.895000', '174718.898000', '174718.900000', '174718.903000', '174718.905000', '174718.908000', '174718.911000', '174718.913000', '174718.916000', '174718.918000', '174718.921000', '174738.801000', '174738.804000', '174738.807000', '174738.809000', '174738.812000', '174738.814000', '174738.817000', '174738.819000', '174738.822000', '174738.825000', '174738.827000', '174738.830000', '174738.833000', '174738.835000', '174738.838000', '174738.840000', '174738.843000', '174738.846000', '174738.848000', '174738.851000', '174738.853000', '174738.856000', '174738.858000', '174738.861000', '174738.864000', '174738.867000', '174738.869000', '174738.872000', '174738.874000', '174738.877000', '174738.879000', '174738.882000', '174738.885000', '174738.887000', '174738.890000', '174738.892000', '174738.895000', '174738.897000', '174738.900000', '174738.902000', '174738.905000', '174738.908000', '174738.910000', '174758.801000', '174758.804000', '174758.807000', '174758.810000', '174758.812000', '174758.815000', '174758.817000', '174758.820000', '174758.823000', '174758.825000', '174758.828000', '174758.830000', '174758.833000', '174758.836000', '174758.838000', '174758.841000', '174758.844000', '174758.846000', '174758.849000', '174758.851000', '174758.854000', '174758.856000', '174758.859000', '174758.862000', '174758.864000', '174758.867000', '174758.870000', '174758.872000', '174758.875000', '174758.877000', '174758.880000', '174758.883000', '174758.885000', '174758.888000', '174758.890000', '174758.893000', '174758.896000', '174758.898000', '174758.901000', '174758.903000', '174758.906000', '174758.909000', '174758.911000', '174758.914000', '174818.801000', '174818.804000', '174818.807000', '174818.809000', '174818.812000', '174818.815000', '174818.817000', '174818.820000', '174818.822000', '174818.825000', '174818.828000', '174818.866000', '174818.868000', '174818.871000', '174818.873000', '174818.876000', '174818.879000', '174818.881000', '174818.884000', '174818.886000', '174818.889000', '174818.892000', '174818.894000', '174818.897000', '174818.899000', '174818.902000', '174818.905000', '174818.907000', '174818.910000', '174818.912000', '174818.915000', '174818.918000', '174818.920000', '174818.923000', '174818.925000', '174818.928000', '174818.930000', '174818.933000', '174818.936000', '174818.938000', '174818.941000', '174818.944000', '174818.946000', '174838.802000', '174838.805000', '174838.807000', '174838.810000', '174838.812000', '174838.815000', '174838.819000', '174838.821000', '174838.824000', '174838.827000', '174838.829000', '174838.832000', '174838.835000', '174838.837000', '174838.840000', '174838.842000', '174838.845000', '174838.847000', '174838.850000', '174838.853000', '174838.855000', '174838.858000', '174838.860000', '174838.863000', '174838.866000', '174838.868000', '174838.871000', '174838.874000', '174838.876000', '174838.879000', '174838.881000', '174838.884000', '174838.886000', '174838.889000', '174838.892000', '174838.894000', '174838.897000', '174838.899000', '174838.902000', '174838.905000', '174838.907000', '174838.910000', '174838.912000', '174838.915000', '174858.801000', '174858.804000', '174858.807000', '174858.809000', '174858.813000', '174858.815000', '174858.818000', '174858.820000', '174858.823000', '174858.826000', '174858.828000', '174858.831000', '174858.834000', '174858.836000', '174858.839000', '174858.841000', '174858.844000', '174858.847000', '174858.849000', '174858.852000', '174858.855000', '174858.857000', '174858.860000', '174858.862000', '174858.865000', '174858.868000', '174858.870000', '174858.873000', '174858.875000', '174858.878000', '174858.880000', '174858.883000', '174858.886000', '174858.888000', '174858.891000', '174858.894000', '174858.896000', '174858.899000', '174858.901000', '174858.904000', '174858.907000', '174858.909000', '174858.912000', '174918.802000', '174918.804000', '174918.807000', '174918.810000', '174918.812000', '174918.815000', '174918.818000', '174918.820000', '174918.823000', '174918.825000', '174918.828000', '174918.831000', '174918.833000', '174918.836000', '174918.838000', '174918.841000', '174918.844000', '174918.846000', '174918.870000', '174918.873000', '174918.875000', '174918.878000', '174918.880000', '174918.883000', '174918.886000', '174918.888000', '174918.891000', '174918.894000', '174918.896000', '174918.899000', '174918.901000', '174918.904000', '174918.907000', '174918.909000', '174918.912000', '174918.915000', '174918.917000', '174918.920000', '174918.923000', '174918.925000', '174918.928000', '174918.930000', '174918.933000', '174918.936000', '174938.801000', '174938.804000', '174938.807000', '174938.810000', '174938.812000', '174938.815000', '174938.817000', '174938.820000', '174938.823000', '174938.825000', '174938.828000', '174938.830000', '174938.833000', '174938.835000', '174938.838000', '174938.840000', '174938.843000', '174938.846000', '174938.848000', '174938.851000', '174938.853000', '174938.856000', '174938.859000', '174938.861000', '174938.864000', '174938.866000', '174938.869000', '174938.872000', '174938.874000', '174938.877000', '174938.879000', '174938.882000', '174938.885000', '174938.887000', '174938.890000', '174938.893000', '174938.895000', '174938.898000', '174938.900000', '174938.903000', '174938.905000', '174938.908000', '174938.911000', '174958.801000', '174958.804000', '174958.807000', '174958.810000', '174958.812000', '174958.815000', '174958.817000', '174958.820000', '174958.822000', '174958.825000', '174958.828000', '174958.831000', '174958.834000', '174958.837000', '174958.840000', '174958.842000', '174958.845000', '174958.848000', '174958.851000', '174958.853000', '174958.856000', '174958.860000', '174958.863000', '174958.866000', '174958.868000', '174958.871000', '174958.873000', '174958.876000', '174958.878000', '174958.881000', '174958.884000', '174958.886000', '174958.889000', '174958.891000', '174958.894000', '174958.897000', '174958.899000', '174958.902000', '174958.904000', '174958.907000', '174958.909000', '174958.912000', '174958.915000', '175018.801000', '175018.804000', '175018.807000', '175018.810000', '175018.812000', '175018.815000', '175018.817000', '175018.820000', '175018.823000', '175018.825000', '175018.828000', '175018.830000', '175018.833000', '175018.836000', '175018.838000', '175018.841000', '175018.844000', '175018.846000', '175018.849000', '175018.851000', '175018.854000', '175018.857000', '175018.859000', '175018.862000', '175018.864000', '175018.867000', '175018.869000', '175018.872000', '175018.875000', '175018.877000', '175018.880000', '175018.882000', '175018.885000', '175018.888000', '175018.890000', '175018.893000', '175018.895000', '175018.898000', '175018.901000', '175018.903000', '175018.906000', '175018.908000', '175018.911000', '175018.913000', '175038.802000', '175038.805000', '175038.807000', '175038.810000', '175038.812000', '175038.815000', '175038.818000', '175038.820000', '175038.823000', '175038.825000', '175038.828000', '175038.831000', '175038.833000', '175038.836000', '175038.838000', '175038.841000', '175038.844000', '175038.846000', '175038.849000', '175038.851000', '175038.854000', '175038.858000', '175038.861000', '175038.864000', '175038.866000', '175038.869000', '175038.872000', '175038.874000', '175038.877000', '175038.879000', '175038.882000', '175038.884000', '175038.887000', '175038.890000', '175038.892000', '175038.895000', '175038.898000', '175038.900000', '175038.903000', '175038.905000', '175038.908000', '175038.911000', '175038.915000', '175058.802000', '175058.804000', '175058.807000', '175058.810000', '175058.812000', '175058.815000', '175058.817000', '175058.820000', '175058.822000', '175058.825000', '175058.828000', '175058.830000', '175058.833000', '175058.836000', '175058.838000', '175058.841000', '175058.843000', '175058.846000', '175058.848000', '175058.851000', '175058.854000', '175058.856000', '175058.859000', '175058.861000', '175058.864000', '175058.866000', '175058.869000', '175058.871000', '175058.874000', '175058.877000', '175058.879000', '175058.882000', '175058.884000', '175058.887000', '175058.890000', '175058.892000', '175058.895000', '175058.897000', '175058.900000', '175058.902000', '175058.905000', '175058.908000', '175058.910000', '175058.913000', '175118.802000', '175118.805000', '175118.807000', '175118.826000', '175118.829000', '175118.831000', '175118.834000', '175118.837000', '175118.839000', '175118.842000', '175118.844000', '175118.847000', '175118.849000', '175118.852000', '175118.855000', '175118.857000', '175118.860000', '175118.862000', '175118.865000', '175118.868000', '175118.870000', '175118.874000', '175118.877000', '175118.879000', '175118.882000', '175118.885000', '175118.888000', '175118.890000', '175118.893000', '175118.895000', '175118.898000', '175118.901000', '175118.904000', '175118.906000', '175118.909000', '175118.911000', '175118.914000', '175118.917000', '175118.919000', '175118.922000', '175118.924000', '175118.927000', '175118.929000', '175138.801000', '175138.804000', '175138.807000', '175138.810000', '175138.812000', '175138.815000', '175138.818000', '175138.820000', '175138.823000', '175138.826000', '175138.828000', '175138.831000', '175138.834000', '175138.836000', '175138.839000', '175138.841000', '175138.844000', '175138.847000', '175138.849000', '175138.852000', '175138.855000', '175138.857000', '175138.860000', '175138.863000', '175138.865000', '175138.868000', '175138.871000', '175138.873000', '175138.876000', '175138.878000', '175138.881000', '175138.884000', '175138.886000', '175138.889000', '175138.891000', '175138.894000', '175138.897000', '175138.900000', '175138.902000', '175138.905000', '175138.907000', '175138.910000', '175138.912000', '175138.915000', '175158.801000', '175158.804000', '175158.807000', '175158.809000', '175158.812000', '175158.815000', '175158.817000', '175158.820000', '175158.822000', '175158.825000', '175158.828000', '175158.830000', '175158.833000', '175158.835000', '175158.838000', '175158.841000', '175158.843000', '175158.846000', '175158.848000', '175158.851000', '175158.854000', '175158.856000', '175158.859000', '175158.862000', '175158.864000', '175158.867000', '175158.870000', '175158.873000', '175158.875000', '175158.878000', '175158.881000', '175158.884000', '175158.886000', '175158.889000', '175158.891000', '175158.894000', '175158.897000', '175158.899000', '175158.902000', '175158.904000', '175158.907000', '175158.909000', '175158.912000', '175218.802000', '175218.805000', '175218.807000', '175218.810000', '175218.812000', '175218.815000', '175218.818000', '175218.820000', '175218.823000', '175218.825000', '175218.828000', '175218.830000', '175218.833000', '175218.836000', '175218.838000', '175218.841000', '175218.843000', '175218.846000', '175218.849000', '175218.851000', '175218.854000', '175218.856000', '175218.859000', '175218.862000', '175218.864000', '175218.867000', '175218.869000', '175218.872000', '175218.875000', '175218.877000', '175218.880000', '175218.883000', '175218.885000', '175218.888000', '175218.890000', '175218.893000', '175218.896000', '175218.898000', '175218.901000', '175218.903000', '175218.906000', '175218.909000', '175218.911000', '175218.914000', '175238.813000', '175238.816000', '175238.819000', '175238.821000', '175238.824000', '175238.826000', '175238.829000', '175238.832000', '175238.834000', '175238.837000', '175238.839000', '175238.842000', '175238.844000', '175238.847000', '175238.850000', '175238.852000', '175238.855000', '175238.857000', '175238.860000', '175238.863000', '175238.865000', '175238.868000', '175238.870000', '175238.873000', '175238.875000', '175238.878000', '175238.880000', '175238.883000', '175238.886000', '175238.888000', '175238.891000', '175238.893000', '175238.896000', '175238.899000', '175238.901000', '175238.904000', '175238.906000', '175238.909000', '175238.911000', '175238.914000', '175238.916000', '175238.919000', '175238.922000', '175258.802000', '175258.804000', '175258.807000', '175258.810000', '175258.812000', '175258.815000', '175258.818000', '175258.820000', '175258.823000', '175258.825000', '175258.828000', '175258.831000', '175258.833000', '175258.836000', '175258.838000', '175258.841000', '175258.843000', '175258.846000', '175258.849000', '175258.851000', '175258.854000', '175258.856000', '175258.859000', '175258.862000', '175258.864000', '175258.867000', '175258.869000', '175258.872000', '175258.874000', '175258.877000', '175258.879000', '175258.882000', '175258.885000', '175258.887000', '175258.890000', '175258.892000', '175258.895000', '175258.897000', '175258.900000', '175258.902000', '175258.905000', '175258.908000', '175258.910000', '175258.913000', '175318.802000', '175318.805000', '175318.807000', '175318.810000', '175318.812000', '175318.815000', '175318.818000', '175318.820000', '175318.823000', '175318.825000', '175318.828000', '175318.830000', '175318.833000', '175318.836000', '175318.838000', '175318.841000', '175318.843000', '175318.846000', '175318.849000', '175318.851000', '175318.854000', '175318.856000', '175318.859000', '175318.861000', '175318.864000', '175318.867000', '175318.869000', '175318.872000', '175318.874000', '175318.877000', '175318.879000', '175318.882000', '175318.885000', '175318.887000', '175318.890000', '175318.893000', '175318.896000', '175318.899000', '175318.902000', '175318.905000', '175318.908000', '175318.910000', '175318.913000', '175338.802000', '175338.804000', '175338.807000', '175338.810000', '175338.812000', '175338.815000', '175338.818000', '175338.820000', '175338.823000', '175338.825000', '175338.828000', '175338.831000', '175338.834000', '175338.836000', '175338.839000', '175338.842000', '175338.844000', '175338.847000', '175338.849000', '175338.852000', '175338.854000', '175338.857000', '175338.860000', '175338.862000', '175338.865000', '175338.867000', '175338.870000', '175338.872000', '175338.875000', '175338.878000', '175338.880000', '175338.883000', '175338.885000', '175338.888000', '175338.890000', '175338.893000', '175338.896000', '175338.898000', '175338.901000', '175338.903000', '175338.906000', '175338.908000', '175338.911000', '175338.914000', '175358.802000', '175358.804000', '175358.807000', '175358.810000', '175358.812000', '175358.815000', '175358.817000', '175358.820000', '175358.823000', '175358.825000', '175358.828000', '175358.830000', '175358.833000', '175358.835000', '175358.838000', '175358.841000', '175358.843000', '175358.846000', '175358.848000', '175358.851000', '175358.854000', '175358.856000', '175358.859000', '175358.861000', '175358.864000', '175358.867000', '175358.869000', '175358.872000', '175358.874000', '175358.877000', '175358.880000', '175358.882000', '175358.885000', '175358.887000', '175358.890000', '175358.893000', '175358.895000', '175358.898000', '175358.900000', '175358.903000', '175358.905000', '175358.908000', '175358.911000', '175418.802000', '175418.805000', '175418.807000', '175418.810000', '175418.813000', '175418.821000', '175418.824000', '175418.826000', '175418.829000', '175418.832000', '175418.834000', '175418.837000', '175418.839000', '175418.842000', '175418.845000', '175418.847000', '175418.850000', '175418.853000', '175418.855000', '175418.858000', '175418.861000', '175418.863000', '175418.866000', '175418.869000', '175418.871000', '175418.874000', '175418.877000', '175418.879000', '175418.882000', '175418.884000', '175418.887000', '175418.890000', '175418.892000', '175418.895000', '175418.897000', '175418.900000', '175418.903000', '175418.905000', '175418.908000', '175418.910000', '175418.913000', '175418.916000', '175418.918000', '175418.921000', '175438.802000', '175438.804000', '175438.807000', '175438.810000', '175438.812000', '175438.815000', '175438.817000', '175438.820000', '175438.823000', '175438.825000', '175438.828000', '175438.830000', '175438.833000', '175438.836000', '175438.838000', '175438.841000', '175438.844000', '175438.846000', '175438.849000', '175438.851000', '175438.854000', '175438.857000', '175438.859000', '175438.862000', '175438.864000', '175438.867000', '175438.870000', '175438.872000', '175438.875000', '175438.877000', '175438.880000', '175438.882000', '175438.885000', '175438.888000', '175438.890000', '175438.893000', '175438.896000', '175438.898000', '175438.901000', '175438.903000', '175438.906000', '175438.909000', '175438.911000', '175457.796000', '175457.799000', '175457.802000', '175457.805000', '175457.807000', '175457.810000', '175457.813000', '175457.816000', '175457.824000', '175457.827000', '175457.829000', '175457.832000', '175457.839000', '175457.842000', '175457.844000', '175457.847000', '175457.850000', '175457.853000', '175457.856000', '175457.859000', '175457.862000', '175457.865000', '175457.868000', '175457.871000', '175457.874000', '175457.877000', '175457.880000', '175457.883000', '175457.886000', '175457.888000', '175457.891000', '175457.894000', '175457.897000', '175457.900000', '175457.903000', '175457.906000', '175457.910000', '175457.913000', '175457.916000', '175457.919000', '175457.922000', '175457.925000'], 'InstanceCreationTime': ['174538.842000', '174538.869000', '174538.872000', '174538.874000', '174538.877000', '174538.879000', '174538.882000', '174538.885000', '174538.887000', '174538.890000', '174538.892000', '174538.895000', '174538.898000', '174538.901000', '174538.904000', '174538.907000', '174538.910000', '174538.913000', '174538.916000', '174538.918000', '174538.921000', '174538.923000', '174538.926000', '174538.928000', '174538.931000', '174538.933000', '174538.936000', '174538.939000', '174538.941000', '174538.944000', '174538.946000', '174538.949000', '174538.951000', '174538.954000', '174538.956000', '174538.959000', '174538.962000', '174538.964000', '174538.967000', '174538.969000', '174538.972000', '174538.974000', '174538.977000', '174538.980000', '174538.982000', '174538.985000', '174538.987000', '174538.990000', '174538.992000', '174538.995000', '174538.998000', '174539.001000', '174558.801000', '174558.804000', '174558.807000', '174558.810000', '174558.812000', '174558.815000', '174558.817000', '174558.820000', '174558.822000', '174558.825000', '174558.828000', '174558.830000', '174558.833000', '174558.835000', '174558.838000', '174558.840000', '174558.843000', '174558.846000', '174558.848000', '174558.851000', '174558.853000', '174558.856000', '174558.858000', '174558.861000', '174558.863000', '174558.866000', '174558.869000', '174558.871000', '174558.874000', '174558.876000', '174558.879000', '174558.881000', '174558.884000', '174558.887000', '174558.900000', '174558.903000', '174558.905000', '174558.908000', '174558.911000', '174558.913000', '174558.916000', '174558.918000', '174558.921000', '174558.932000', '174618.801000', '174618.804000', '174618.807000', '174618.809000', '174618.812000', '174618.815000', '174618.817000', '174618.820000', '174618.822000', '174618.825000', '174618.827000', '174618.830000', '174618.833000', '174618.835000', '174618.838000', '174618.840000', '174618.843000', '174618.846000', '174618.848000', '174618.851000', '174618.854000', '174618.856000', '174618.859000', '174618.861000', '174618.864000', '174618.867000', '174618.869000', '174618.872000', '174618.874000', '174618.877000', '174618.879000', '174618.882000', '174618.885000', '174618.898000', '174618.900000', '174618.903000', '174618.905000', '174618.908000', '174618.910000', '174618.913000', '174618.916000', '174618.918000', '174618.921000', '174638.802000', '174638.804000', '174638.807000', '174638.810000', '174638.812000', '174638.815000', '174638.817000', '174638.820000', '174638.822000', '174638.825000', '174638.828000', '174638.830000', '174638.833000', '174638.835000', '174638.838000', '174638.841000', '174638.843000', '174638.846000', '174638.848000', '174638.851000', '174638.854000', '174638.856000', '174638.859000', '174638.861000', '174638.864000', '174638.866000', '174638.869000', '174638.872000', '174638.874000', '174638.877000', '174638.920000', '174638.923000', '174638.925000', '174638.928000', '174638.930000', '174638.933000', '174638.935000', '174638.938000', '174638.940000', '174638.943000', '174638.945000', '174638.948000', '174638.951000', '174638.953000', '174658.801000', '174658.804000', '174658.807000', '174658.810000', '174658.812000', '174658.815000', '174658.823000', '174658.825000', '174658.828000', '174658.830000', '174658.833000', '174658.836000', '174658.838000', '174658.841000', '174658.843000', '174658.846000', '174658.849000', '174658.851000', '174658.854000', '174658.856000', '174658.859000', '174658.862000', '174658.864000', '174658.867000', '174658.869000', '174658.872000', '174658.875000', '174658.877000', '174658.880000', '174658.883000', '174658.885000', '174658.888000', '174658.890000', '174658.893000', '174658.895000', '174658.898000', '174658.900000', '174658.903000', '174658.906000', '174658.908000', '174658.911000', '174658.913000', '174658.916000', '174718.802000', '174718.804000', '174718.807000', '174718.810000', '174718.812000', '174718.815000', '174718.818000', '174718.820000', '174718.823000', '174718.825000', '174718.828000', '174718.831000', '174718.833000', '174718.836000', '174718.839000', '174718.841000', '174718.844000', '174718.846000', '174718.849000', '174718.851000', '174718.854000', '174718.857000', '174718.859000', '174718.862000', '174718.864000', '174718.867000', '174718.870000', '174718.879000', '174718.882000', '174718.885000', '174718.887000', '174718.890000', '174718.892000', '174718.895000', '174718.898000', '174718.900000', '174718.903000', '174718.905000', '174718.908000', '174718.911000', '174718.913000', '174718.916000', '174718.918000', '174718.921000', '174738.801000', '174738.804000', '174738.807000', '174738.809000', '174738.812000', '174738.814000', '174738.817000', '174738.819000', '174738.822000', '174738.825000', '174738.827000', '174738.830000', '174738.833000', '174738.835000', '174738.838000', '174738.840000', '174738.843000', '174738.846000', '174738.848000', '174738.851000', '174738.853000', '174738.856000', '174738.858000', '174738.861000', '174738.864000', '174738.867000', '174738.869000', '174738.872000', '174738.874000', '174738.877000', '174738.879000', '174738.882000', '174738.885000', '174738.887000', '174738.890000', '174738.892000', '174738.895000', '174738.897000', '174738.900000', '174738.902000', '174738.905000', '174738.908000', '174738.910000', '174758.801000', '174758.804000', '174758.807000', '174758.810000', '174758.812000', '174758.815000', '174758.817000', '174758.820000', '174758.823000', '174758.825000', '174758.828000', '174758.830000', '174758.833000', '174758.836000', '174758.838000', '174758.841000', '174758.844000', '174758.846000', '174758.849000', '174758.851000', '174758.854000', '174758.856000', '174758.859000', '174758.862000', '174758.864000', '174758.867000', '174758.870000', '174758.872000', '174758.875000', '174758.877000', '174758.880000', '174758.883000', '174758.885000', '174758.888000', '174758.890000', '174758.893000', '174758.896000', '174758.898000', '174758.901000', '174758.903000', '174758.906000', '174758.909000', '174758.911000', '174758.914000', '174818.801000', '174818.804000', '174818.807000', '174818.809000', '174818.812000', '174818.815000', '174818.817000', '174818.820000', '174818.822000', '174818.825000', '174818.828000', '174818.866000', '174818.868000', '174818.871000', '174818.873000', '174818.876000', '174818.879000', '174818.881000', '174818.884000', '174818.886000', '174818.889000', '174818.892000', '174818.894000', '174818.897000', '174818.899000', '174818.902000', '174818.905000', '174818.907000', '174818.910000', '174818.912000', '174818.915000', '174818.918000', '174818.920000', '174818.923000', '174818.925000', '174818.928000', '174818.930000', '174818.933000', '174818.936000', '174818.938000', '174818.941000', '174818.944000', '174818.946000', '174838.802000', '174838.805000', '174838.807000', '174838.810000', '174838.812000', '174838.815000', '174838.819000', '174838.821000', '174838.824000', '174838.827000', '174838.829000', '174838.832000', '174838.835000', '174838.837000', '174838.840000', '174838.842000', '174838.845000', '174838.847000', '174838.850000', '174838.853000', '174838.855000', '174838.858000', '174838.860000', '174838.863000', '174838.866000', '174838.868000', '174838.871000', '174838.874000', '174838.876000', '174838.879000', '174838.881000', '174838.884000', '174838.886000', '174838.889000', '174838.892000', '174838.894000', '174838.897000', '174838.899000', '174838.902000', '174838.905000', '174838.907000', '174838.910000', '174838.912000', '174838.915000', '174858.801000', '174858.804000', '174858.807000', '174858.809000', '174858.813000', '174858.815000', '174858.818000', '174858.820000', '174858.823000', '174858.826000', '174858.828000', '174858.831000', '174858.834000', '174858.836000', '174858.839000', '174858.841000', '174858.844000', '174858.847000', '174858.849000', '174858.852000', '174858.855000', '174858.857000', '174858.860000', '174858.862000', '174858.865000', '174858.868000', '174858.870000', '174858.873000', '174858.875000', '174858.878000', '174858.880000', '174858.883000', '174858.886000', '174858.888000', '174858.891000', '174858.894000', '174858.896000', '174858.899000', '174858.901000', '174858.904000', '174858.907000', '174858.909000', '174858.912000', '174918.802000', '174918.804000', '174918.807000', '174918.810000', '174918.812000', '174918.815000', '174918.818000', '174918.820000', '174918.823000', '174918.825000', '174918.828000', '174918.831000', '174918.833000', '174918.836000', '174918.838000', '174918.841000', '174918.844000', '174918.846000', '174918.870000', '174918.873000', '174918.875000', '174918.878000', '174918.880000', '174918.883000', '174918.886000', '174918.888000', '174918.891000', '174918.894000', '174918.896000', '174918.899000', '174918.901000', '174918.904000', '174918.907000', '174918.909000', '174918.912000', '174918.915000', '174918.917000', '174918.920000', '174918.923000', '174918.925000', '174918.928000', '174918.930000', '174918.933000', '174918.936000', '174938.801000', '174938.804000', '174938.807000', '174938.810000', '174938.812000', '174938.815000', '174938.817000', '174938.820000', '174938.823000', '174938.825000', '174938.828000', '174938.830000', '174938.833000', '174938.835000', '174938.838000', '174938.840000', '174938.843000', '174938.846000', '174938.848000', '174938.851000', '174938.853000', '174938.856000', '174938.859000', '174938.861000', '174938.864000', '174938.866000', '174938.869000', '174938.872000', '174938.874000', '174938.877000', '174938.879000', '174938.882000', '174938.885000', '174938.887000', '174938.890000', '174938.893000', '174938.895000', '174938.898000', '174938.900000', '174938.903000', '174938.905000', '174938.908000', '174938.911000', '174958.801000', '174958.804000', '174958.807000', '174958.810000', '174958.812000', '174958.815000', '174958.817000', '174958.820000', '174958.822000', '174958.825000', '174958.828000', '174958.831000', '174958.834000', '174958.837000', '174958.840000', '174958.842000', '174958.845000', '174958.848000', '174958.851000', '174958.853000', '174958.856000', '174958.860000', '174958.863000', '174958.866000', '174958.868000', '174958.871000', '174958.873000', '174958.876000', '174958.878000', '174958.881000', '174958.884000', '174958.886000', '174958.889000', '174958.891000', '174958.894000', '174958.897000', '174958.899000', '174958.902000', '174958.904000', '174958.907000', '174958.909000', '174958.912000', '174958.915000', '175018.801000', '175018.804000', '175018.807000', '175018.810000', '175018.812000', '175018.815000', '175018.817000', '175018.820000', '175018.823000', '175018.825000', '175018.828000', '175018.830000', '175018.833000', '175018.836000', '175018.838000', '175018.841000', '175018.844000', '175018.846000', '175018.849000', '175018.851000', '175018.854000', '175018.857000', '175018.859000', '175018.862000', '175018.864000', '175018.867000', '175018.869000', '175018.872000', '175018.875000', '175018.877000', '175018.880000', '175018.882000', '175018.885000', '175018.888000', '175018.890000', '175018.893000', '175018.895000', '175018.898000', '175018.901000', '175018.903000', '175018.906000', '175018.908000', '175018.911000', '175018.913000', '175038.802000', '175038.805000', '175038.807000', '175038.810000', '175038.812000', '175038.815000', '175038.818000', '175038.820000', '175038.823000', '175038.825000', '175038.828000', '175038.831000', '175038.833000', '175038.836000', '175038.838000', '175038.841000', '175038.844000', '175038.846000', '175038.849000', '175038.851000', '175038.854000', '175038.858000', '175038.861000', '175038.864000', '175038.866000', '175038.869000', '175038.872000', '175038.874000', '175038.877000', '175038.879000', '175038.882000', '175038.884000', '175038.887000', '175038.890000', '175038.892000', '175038.895000', '175038.898000', '175038.900000', '175038.903000', '175038.905000', '175038.908000', '175038.911000', '175038.915000', '175058.802000', '175058.804000', '175058.807000', '175058.810000', '175058.812000', '175058.815000', '175058.817000', '175058.820000', '175058.822000', '175058.825000', '175058.828000', '175058.830000', '175058.833000', '175058.836000', '175058.838000', '175058.841000', '175058.843000', '175058.846000', '175058.848000', '175058.851000', '175058.854000', '175058.856000', '175058.859000', '175058.861000', '175058.864000', '175058.866000', '175058.869000', '175058.871000', '175058.874000', '175058.877000', '175058.879000', '175058.882000', '175058.884000', '175058.887000', '175058.890000', '175058.892000', '175058.895000', '175058.897000', '175058.900000', '175058.902000', '175058.905000', '175058.908000', '175058.910000', '175058.913000', '175118.802000', '175118.805000', '175118.807000', '175118.826000', '175118.829000', '175118.831000', '175118.834000', '175118.837000', '175118.839000', '175118.842000', '175118.844000', '175118.847000', '175118.849000', '175118.852000', '175118.855000', '175118.857000', '175118.860000', '175118.862000', '175118.865000', '175118.868000', '175118.870000', '175118.874000', '175118.877000', '175118.879000', '175118.882000', '175118.885000', '175118.888000', '175118.890000', '175118.893000', '175118.895000', '175118.898000', '175118.901000', '175118.904000', '175118.906000', '175118.909000', '175118.911000', '175118.914000', '175118.917000', '175118.919000', '175118.922000', '175118.924000', '175118.927000', '175118.929000', '175138.801000', '175138.804000', '175138.807000', '175138.810000', '175138.812000', '175138.815000', '175138.818000', '175138.820000', '175138.823000', '175138.826000', '175138.828000', '175138.831000', '175138.834000', '175138.836000', '175138.839000', '175138.841000', '175138.844000', '175138.847000', '175138.849000', '175138.852000', '175138.855000', '175138.857000', '175138.860000', '175138.863000', '175138.865000', '175138.868000', '175138.871000', '175138.873000', '175138.876000', '175138.878000', '175138.881000', '175138.884000', '175138.886000', '175138.889000', '175138.891000', '175138.894000', '175138.897000', '175138.900000', '175138.902000', '175138.905000', '175138.907000', '175138.910000', '175138.912000', '175138.915000', '175158.801000', '175158.804000', '175158.807000', '175158.809000', '175158.812000', '175158.815000', '175158.817000', '175158.820000', '175158.822000', '175158.825000', '175158.828000', '175158.830000', '175158.833000', '175158.835000', '175158.838000', '175158.841000', '175158.843000', '175158.846000', '175158.848000', '175158.851000', '175158.854000', '175158.856000', '175158.859000', '175158.862000', '175158.864000', '175158.867000', '175158.870000', '175158.873000', '175158.875000', '175158.878000', '175158.881000', '175158.884000', '175158.886000', '175158.889000', '175158.891000', '175158.894000', '175158.897000', '175158.899000', '175158.902000', '175158.904000', '175158.907000', '175158.909000', '175158.912000', '175218.802000', '175218.805000', '175218.807000', '175218.810000', '175218.812000', '175218.815000', '175218.818000', '175218.820000', '175218.823000', '175218.825000', '175218.828000', '175218.830000', '175218.833000', '175218.836000', '175218.838000', '175218.841000', '175218.843000', '175218.846000', '175218.849000', '175218.851000', '175218.854000', '175218.856000', '175218.859000', '175218.862000', '175218.864000', '175218.867000', '175218.869000', '175218.872000', '175218.875000', '175218.877000', '175218.880000', '175218.883000', '175218.885000', '175218.888000', '175218.890000', '175218.893000', '175218.896000', '175218.898000', '175218.901000', '175218.903000', '175218.906000', '175218.909000', '175218.911000', '175218.914000', '175238.813000', '175238.816000', '175238.819000', '175238.821000', '175238.824000', '175238.826000', '175238.829000', '175238.832000', '175238.834000', '175238.837000', '175238.839000', '175238.842000', '175238.844000', '175238.847000', '175238.850000', '175238.852000', '175238.855000', '175238.857000', '175238.860000', '175238.863000', '175238.865000', '175238.868000', '175238.870000', '175238.873000', '175238.875000', '175238.878000', '175238.880000', '175238.883000', '175238.886000', '175238.888000', '175238.891000', '175238.893000', '175238.896000', '175238.899000', '175238.901000', '175238.904000', '175238.906000', '175238.909000', '175238.911000', '175238.914000', '175238.916000', '175238.919000', '175238.922000', '175258.802000', '175258.804000', '175258.807000', '175258.810000', '175258.812000', '175258.815000', '175258.818000', '175258.820000', '175258.823000', '175258.825000', '175258.828000', '175258.831000', '175258.833000', '175258.836000', '175258.838000', '175258.841000', '175258.843000', '175258.846000', '175258.849000', '175258.851000', '175258.854000', '175258.856000', '175258.859000', '175258.862000', '175258.864000', '175258.867000', '175258.869000', '175258.872000', '175258.874000', '175258.877000', '175258.879000', '175258.882000', '175258.885000', '175258.887000', '175258.890000', '175258.892000', '175258.895000', '175258.897000', '175258.900000', '175258.902000', '175258.905000', '175258.908000', '175258.910000', '175258.913000', '175318.802000', '175318.805000', '175318.807000', '175318.810000', '175318.812000', '175318.815000', '175318.818000', '175318.820000', '175318.823000', '175318.825000', '175318.828000', '175318.830000', '175318.833000', '175318.836000', '175318.838000', '175318.841000', '175318.843000', '175318.846000', '175318.849000', '175318.851000', '175318.854000', '175318.856000', '175318.859000', '175318.861000', '175318.864000', '175318.867000', '175318.869000', '175318.872000', '175318.874000', '175318.877000', '175318.879000', '175318.882000', '175318.885000', '175318.887000', '175318.890000', '175318.893000', '175318.896000', '175318.899000', '175318.902000', '175318.905000', '175318.908000', '175318.910000', '175318.913000', '175338.802000', '175338.804000', '175338.807000', '175338.810000', '175338.812000', '175338.815000', '175338.818000', '175338.820000', '175338.823000', '175338.825000', '175338.828000', '175338.831000', '175338.834000', '175338.836000', '175338.839000', '175338.842000', '175338.844000', '175338.847000', '175338.849000', '175338.852000', '175338.854000', '175338.857000', '175338.860000', '175338.862000', '175338.865000', '175338.867000', '175338.870000', '175338.872000', '175338.875000', '175338.878000', '175338.880000', '175338.883000', '175338.885000', '175338.888000', '175338.890000', '175338.893000', '175338.896000', '175338.898000', '175338.901000', '175338.903000', '175338.906000', '175338.908000', '175338.911000', '175338.914000', '175358.802000', '175358.804000', '175358.807000', '175358.810000', '175358.812000', '175358.815000', '175358.817000', '175358.820000', '175358.823000', '175358.825000', '175358.828000', '175358.830000', '175358.833000', '175358.835000', '175358.838000', '175358.841000', '175358.843000', '175358.846000', '175358.848000', '175358.851000', '175358.854000', '175358.856000', '175358.859000', '175358.861000', '175358.864000', '175358.867000', '175358.869000', '175358.872000', '175358.874000', '175358.877000', '175358.880000', '175358.882000', '175358.885000', '175358.887000', '175358.890000', '175358.893000', '175358.895000', '175358.898000', '175358.900000', '175358.903000', '175358.905000', '175358.908000', '175358.911000', '175418.802000', '175418.805000', '175418.807000', '175418.810000', '175418.813000', '175418.821000', '175418.824000', '175418.826000', '175418.829000', '175418.832000', '175418.834000', '175418.837000', '175418.839000', '175418.842000', '175418.845000', '175418.847000', '175418.850000', '175418.853000', '175418.855000', '175418.858000', '175418.861000', '175418.863000', '175418.866000', '175418.869000', '175418.871000', '175418.874000', '175418.877000', '175418.879000', '175418.882000', '175418.884000', '175418.887000', '175418.890000', '175418.892000', '175418.895000', '175418.897000', '175418.900000', '175418.903000', '175418.905000', '175418.908000', '175418.910000', '175418.913000', '175418.916000', '175418.918000', '175418.921000', '175438.802000', '175438.804000', '175438.807000', '175438.810000', '175438.812000', '175438.815000', '175438.817000', '175438.820000', '175438.823000', '175438.825000', '175438.828000', '175438.830000', '175438.833000', '175438.836000', '175438.838000', '175438.841000', '175438.844000', '175438.846000', '175438.849000', '175438.851000', '175438.854000', '175438.857000', '175438.859000', '175438.862000', '175438.864000', '175438.867000', '175438.870000', '175438.872000', '175438.875000', '175438.877000', '175438.880000', '175438.882000', '175438.885000', '175438.888000', '175438.890000', '175438.893000', '175438.896000', '175438.898000', '175438.901000', '175438.903000', '175438.906000', '175438.909000', '175438.911000', '175457.796000', '175457.799000', '175457.802000', '175457.805000', '175457.807000', '175457.810000', '175457.813000', '175457.816000', '175457.824000', '175457.827000', '175457.829000', '175457.832000', '175457.839000', '175457.842000', '175457.844000', '175457.847000', '175457.850000', '175457.853000', '175457.856000', '175457.859000', '175457.862000', '175457.865000', '175457.868000', '175457.871000', '175457.874000', '175457.877000', '175457.880000', '175457.883000', '175457.886000', '175457.888000', '175457.891000', '175457.894000', '175457.897000', '175457.900000', '175457.903000', '175457.906000', '175457.910000', '175457.913000', '175457.916000', '175457.919000', '175457.922000', '175457.925000'], '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': [12670, 15756, 10451, 14229, 9265, 13754, 9265, 14370, 9575, 12634, 12413, 10240, 18506, 11516, 16463, 12485, 14731, 9444, 13167, 9611, 11976, 17093, 11828, 17371, 10539, 15033, 8933, 13891, 12581, 10414, 18131, 10780, 15696, 9422, 14132, 10780, 10708, 19111, 10228, 16383, 11696, 15038, 9588, 11945, 17031, 10904, 17972, 13444, 16130, 10097, 15100, 11404, 11129, 18561, 14538, 16248, 11353, 14077, 11339, 11402, 18603, 14293, 16988, 11598, 14589, 10134, 12668, 17902, 13327, 16707, 11013, 14699, 9242, 12757, 15589, 11443, 18189, 10987, 15538, 9487, 13858, 15991, 11958, 18411, 11593, 15957, 9307, 12588, 17600, 12082, 17511, 10628, 14630, 9338, 11258, 18335, 12668, 15950, 10121, 13564, 9616, 11110, 18896, 12866, 16231, 10547, 14103, 10288, 12131, 17594, 11569, 17497, 11324, 14934, 10834, 14304, 14564, 10108, 18498, 11342, 16073, 10360, 14631, 10790, 10294, 16703, 9833, 17483, 12822, 15503, 9460, 12364, 10824, 11895, 18364, 13063, 16831, 11160, 14990, 12047, 13159, 18256, 11221, 16974, 10993, 15260, 10150, 15472, 9444, 12973, 9373, 13194, 9188, 10867, 8777, 17135, 11386, 16258, 9406, 14223, 9302, 14498, 9482, 15714, 13829, 15932, 13419, 13047, 16205, 10968, 18723, 10590, 16723, 12434, 15592, 10294, 14231, 10712, 11600, 12921, 9992, 17856, 12438, 16526, 10952, 13787, 9389, 11636, 9163, 9918, 15328, 10289, 17309, 9501, 14545, 10425, 14428, 9634, 14308, 9596, 11646, 9502, 10166, 15499, 10878, 17992, 10896, 15762, 10898, 14192, 11614, 11401, 14782, 9580, 17004, 9912, 14483, 9412, 13492, 9242, 10158, 17305, 9602, 16981, 12200, 15144, 9487, 13354, 9351, 11720, 15716, 11773, 18180, 10196, 16134, 11049, 15091, 10107, 14882, 11046, 10328, 18860, 11753, 16270, 12757, 14804, 9357, 11743, 12619, 10145, 18535, 13955, 16067, 10652, 14067, 9667, 12806, 16114, 11747, 18409, 10303, 15260, 9728, 13367, 12850, 10666, 18774, 9842, 15366, 9407, 13460, 13773, 10543, 18343, 9919, 15101, 9190, 12412, 12727, 9304, 18181, 10577, 15579, 9844, 13736, 10193, 9990, 19347, 11233, 16400, 12358, 14889, 8915, 11296, 12291, 10363, 19032, 13208, 16588, 11155, 14197, 9879, 11404, 17940, 12463, 16909, 10876, 14682, 9186, 13859, 17585, 11472, 17434, 10649, 14789, 10191, 13377, 11987, 11235, 17102, 9552, 16928, 11857, 15029, 9655, 13243, 10094, 9926, 18923, 11766, 16110, 11479, 13975, 9054, 11414, 17359, 10845, 17302, 10555, 14582, 9399, 11391, 17631, 11613, 17158, 10525, 14519, 9460, 13073, 9721, 11750, 14589, 9512, 17574, 10276, 15459, 10422, 14691, 9224, 10258, 18955, 10955, 16464, 12858, 14720, 9410, 11350, 13059, 9535, 19033, 13314, 16246, 11133, 14504, 9580, 13195, 9920, 14195, 11121, 10647, 18359, 11485, 16841, 13135, 15050, 11925, 11164, 17432, 9588, 17751, 12602, 14103, 9163, 11107, 12775, 9280, 18488, 12333, 15125, 9487, 12215, 8972, 10399, 16948, 11469, 15522, 10380, 14928, 9154, 14328, 10443, 16926, 11441, 17293, 10445, 17370, 11077, 17499, 12933, 16639, 11847, 16975, 11003, 16029, 9793, 16188, 9394, 13419, 9786, 12259, 18353, 13312, 18966, 11855, 17002, 11592, 16109, 10472, 16447, 9198, 13827, 9477, 13001, 18176, 12988, 19031, 11524, 16688, 11440, 15866, 10805, 16427, 8986, 13418, 9603, 11653, 19063, 13954, 17804, 12302, 15175, 9918, 13877, 17956, 12187, 20365, 10496, 15999, 11268, 14389, 9079, 13440, 8769, 9580, 16018, 10008, 17759, 12854, 15802, 10267, 14585, 8650, 13088, 15896, 12111, 19811, 11202, 16703, 11844, 15409, 9762, 14478, 9783, 10431, 13491, 9669, 19206, 12237, 16616, 11377, 15782, 10445, 15310, 9554, 15517, 11136, 12161, 18933, 10601, 18500, 13064, 15802, 9894, 13274, 11130, 9498, 18817, 12645, 15869, 10800, 14642, 10127, 13098, 9663, 16928, 9613, 14392, 9011, 15229, 9731, 16905, 10987, 16893, 9729, 15166, 10047, 13326, 16730, 12609, 20072, 12342, 19747, 10738, 16475, 10598, 15697, 11369, 15615, 9499, 13815, 8839, 12741, 10404, 13688, 11573, 10749, 16144, 9734, 18570, 12480, 16481, 11173, 14874, 9908, 14582, 9259, 15054, 8855, 12318, 8946, 12487, 17479, 12307, 18732, 10500, 17519, 11280, 16949, 12461, 15823, 9539, 13930, 8806, 12127, 18103, 11935, 18623, 10421, 15827, 11456, 14548, 10203, 14200, 8913, 12554, 8771, 14313, 9398, 16201, 9196, 14190, 8776, 13693, 9204, 16277, 10159, 14458, 12684, 12161, 19814, 13056, 20336, 12469, 17358, 11349, 16951, 11144, 15905, 9941, 15506, 11042, 11505, 9640, 11488, 15772, 12253, 16817, 9740, 15148, 9086, 16480, 11053, 16542, 12329, 15615, 10014, 13565, 10753, 16885, 10208, 15064, 9984, 16113, 11745, 17054, 11794, 15121, 9110, 13486, 9396, 14902, 9677, 16585, 9652, 14586, 9162, 12244, 10348, 12143, 18527, 12190, 17676, 9768, 15444, 10134, 15694, 11638, 15380, 10319, 14056, 8806, 14313, 9705, 15599, 9055, 13270, 10390, 10390, 19741, 12788, 17880, 12670, 15051, 9706, 11462, 17459, 10525, 17966, 11217, 15188, 9930, 13972, 9131, 13233, 10470, 9507, 18525, 9988, 16271, 11289, 14664, 9156, 10596, 17860, 10034, 17290, 12876, 14848, 9140, 12052, 10930, 10055, 18608, 13836, 16291, 10928, 13635, 9030, 11345, 17322, 11124, 17398, 9944, 14601, 9328, 12713, 11635, 10407, 17309, 9358, 15467, 9566, 14403, 10526, 12327, 18026, 9285, 16966, 11300, 15257, 10011, 11815, 17854, 9373, 17484, 12221, 14575, 8819, 10532, 16700, 9923, 17751, 12491, 14779, 9183, 12235, 9698, 10475, 19549, 12381, 16605, 10976, 14556, 10404, 12863, 15293, 9614, 18114, 11578, 16218, 10589, 14862, 9134, 10640, 17279, 11656, 18287, 12103, 16197, 10334, 14967, 10318, 15177, 9968, 11202, 14952, 9905, 18115, 12680, 16221, 10985, 13923, 9295, 14125, 9640, 16058, 9450, 15671, 9172, 12328, 9331, 14140, 14569, 14306, 17074, 10567, 17926, 10677, 18293, 13909, 17495, 11501, 16376, 10093, 15492, 10549, 15781, 9450, 14683, 9178, 12408, 9129, 13554, 13923, 13498, 10287, 10380, 10896, 9511, 15729, 11695, 18998, 11732, 17264, 9451, 16621, 11249, 15218, 10740, 11787, 11049, 9062, 11549, 9413, 15705, 10731, 16698, 16997, 18894, 10138, 10273, 8595, 9644, 9024, 10036, 11119, 10847, 12368, 15005, 12943, 18918, 13451, 19791, 11572, 17923, 12262, 16801, 11251, 15293, 11556, 12383, 19870, 10858, 16752, 10152, 12474, 8882, 9225, 16887, 9430, 13508, 9125, 11700, 8692, 9180, 17094, 9374, 14684, 9720, 12459, 8490, 10472, 10407, 10017, 16099, 9634, 15808, 10683, 14514, 10152, 13934, 8532, 11033, 8573, 11254, 15252, 10452, 17928, 9449, 15351, 11197, 15314, 9986, 14810, 8770, 14057, 10846, 13298, 15828, 10697, 19296, 12071, 16561, 12089, 15725, 11412, 11878, 19376, 11267, 18204, 13136, 15884, 11121, 12812, 17418, 9850, 18487, 12298, 15239, 9624, 12484, 9566, 10395, 17796, 10763, 16418, 11228, 13866, 8990, 12620, 9553, 9928, 18732, 10671, 15629, 11697, 13822, 8767, 11711, 9855, 10304, 18489, 12812, 16651, 11487, 14005, 8805, 13036, 14993, 11071, 18699, 10180, 15345, 10247, 14202, 8665, 10692, 17487, 10010, 16598, 12547, 15099, 9186, 13132, 8511, 11898, 16046, 11646, 19102, 10524, 16042, 11560, 15184, 9583, 14833, 10019, 10434, 18591, 12805, 17027, 12030, 15706, 10697, 14673, 10743, 15097, 11280, 10607, 18765, 10748, 17045, 12843, 14554, 9626, 13543, 8744, 11820, 13976, 11931, 18101, 10064, 16571, 11355, 15404, 10962, 14787, 8616, 11951, 9792, 10867, 17956, 12786, 16688, 10778, 15026, 10729, 14268, 9653, 14260, 8283, 11549, 11322, 10079, 18232, 13138, 15617, 11069, 13724, 11166, 11339, 19127, 11988, 16409, 10521, 13925, 8966, 12979, 10244, 11509, 17655, 9946, 16057, 11552, 14672, 9165, 13398, 8288, 10731, 12565, 11066, 17590, 10989, 17002, 10744, 14915, 10702, 14709, 8732, 13361, 11973, 10206, 18079, 13816, 15555, 10872, 14020, 10661, 11549, 18675, 10984, 17197, 9826, 14791, 10155, 13935, 10100, 12330, 11992, 9343, 18070, 10327, 15867, 12113, 14625, 8927, 12093, 9684, 10410, 18385, 11783, 16357, 10243, 14106, 10525, 14086, 9005, 14227, 9300, 11054, 16920, 10633, 17047, 12634, 14940, 9549, 12546, 9361, 10572, 18051, 11140, 16863, 10772, 13695, 8792, 13360, 10059, 11199, 16216, 9573, 16715, 11874, 14729, 9303, 13094, 9012, 11026, 16266, 11975, 18079, 10500, 15348, 10189, 13890, 9015, 13942, 8627, 11387, 10877, 11686, 19022, 13075, 17393, 10788, 15215, 10693, 14492, 10223, 14836, 8385, 12272, 9198, 11758, 16997, 11435, 18772, 10733, 15881, 11547, 15152, 9662, 15036, 8757, 12099, 10580, 12835, 17251, 10747, 16633, 10438, 10777, 9374, 10768, 14767, 8639, 14094, 9435, 14675, 8995, 16081, 10183, 16639, 10173, 16327, 10351, 14811, 9855, 18389, 12689, 21376, 14813, 18027, 12908, 8954, 9713, 8829, 12265, 9856, 17644, 11253, 17524, 12083, 15523, 12112, 15652, 13929, 17441, 12500, 19890, 13576, 19410, 12591, 17318, 11669, 16115, 10382, 13463, 9666, 13571, 9060, 12677, 9272, 12854, 9520, 13338, 9456, 12940, 9902, 15762, 10094, 13842, 9529, 10265, 9603, 8638, 11027, 9537, 15994, 8400, 14733, 8913, 15602, 10247, 16264, 10741, 16102, 12268, 18597, 10827], 'WindowCenter': [4372.0, 4378.0, 4336.0, 4365.0, 4323.0, 4366.0, 4324.0, 4369.0, 4321.0, 4343.0, 4347.0, 4327.0, 4384.0, 4331.0, 4361.0, 4342.0, 4362.0, 4321.0, 4351.0, 4328.0, 4351.0, 4376.0, 4342.0, 4378.0, 4321.0, 4368.0, 4317.0, 4351.0, 4340.0, 4320.0, 4376.0, 4335.0, 4361.0, 4310.0, 4356.0, 4326.0, 4320.0, 4387.0, 4322.0, 4372.0, 4342.0, 4369.0, 4320.0, 4343.0, 4371.0, 4333.0, 4390.0, 4352.0, 4362.0, 4320.0, 4365.0, 4332.0, 4339.0, 4391.0, 4359.0, 4364.0, 4336.0, 4351.0, 4319.0, 4345.0, 4384.0, 4351.0, 4380.0, 4330.0, 4356.0, 4319.0, 4354.0, 4377.0, 4355.0, 4376.0, 4335.0, 4356.0, 4317.0, 4353.0, 4367.0, 4336.0, 4373.0, 4337.0, 4361.0, 4322.0, 4365.0, 4372.0, 4347.0, 4389.0, 4330.0, 4363.0, 4309.0, 4344.0, 4378.0, 4341.0, 4371.0, 4324.0, 4350.0, 4317.0, 4339.0, 4376.0, 4352.0, 4360.0, 4318.0, 4349.0, 4321.0, 4339.0, 4389.0, 4355.0, 4369.0, 4322.0, 4370.0, 4338.0, 4341.0, 4382.0, 4341.0, 4377.0, 4336.0, 4370.0, 4336.0, 4351.0, 4365.0, 4328.0, 4377.0, 4339.0, 4374.0, 4320.0, 4361.0, 4335.0, 4325.0, 4371.0, 4324.0, 4378.0, 4351.0, 4363.0, 4327.0, 4346.0, 4337.0, 4341.0, 4378.0, 4356.0, 4378.0, 4336.0, 4364.0, 4348.0, 4352.0, 4379.0, 4336.0, 4365.0, 4328.0, 4350.0, 4324.0, 4351.0, 4308.0, 4345.0, 4314.0, 4345.0, 4319.0, 4343.0, 4311.0, 4372.0, 4330.0, 4361.0, 4310.0, 4348.0, 4315.0, 4348.0, 4307.0, 4362.0, 4340.0, 4370.0, 4339.0, 4341.0, 4353.0, 4316.0, 4361.0, 4305.0, 4347.0, 4322.0, 4336.0, 4301.0, 4332.0, 4296.0, 4304.0, 4310.0, 4300.0, 4350.0, 4312.0, 4339.0, 4302.0, 4328.0, 4282.0, 4306.0, 4282.0, 4293.0, 4334.0, 4306.0, 4345.0, 4299.0, 4336.0, 4304.0, 4337.0, 4305.0, 4348.0, 4307.0, 4326.0, 4312.0, 4317.0, 4366.0, 4319.0, 4370.0, 4318.0, 4347.0, 4324.0, 4345.0, 4327.0, 4326.0, 4335.0, 4312.0, 4365.0, 4311.0, 4356.0, 4308.0, 4338.0, 4312.0, 4317.0, 4357.0, 4308.0, 4370.0, 4345.0, 4349.0, 4307.0, 4346.0, 4309.0, 4341.0, 4359.0, 4347.0, 4370.0, 4322.0, 4348.0, 4329.0, 4360.0, 4324.0, 4369.0, 4328.0, 4318.0, 4370.0, 4330.0, 4362.0, 4339.0, 4349.0, 4307.0, 4327.0, 4326.0, 4320.0, 4375.0, 4350.0, 4359.0, 4320.0, 4337.0, 4325.0, 4341.0, 4363.0, 4328.0, 4358.0, 4307.0, 4352.0, 4313.0, 4343.0, 4326.0, 4323.0, 4357.0, 4313.0, 4348.0, 4315.0, 4338.0, 4337.0, 4317.0, 4363.0, 4308.0, 4348.0, 4303.0, 4340.0, 4328.0, 4297.0, 4367.0, 4320.0, 4359.0, 4306.0, 4350.0, 4313.0, 4307.0, 4374.0, 4330.0, 4360.0, 4328.0, 4357.0, 4303.0, 4318.0, 4326.0, 4320.0, 4370.0, 4346.0, 4361.0, 4328.0, 4348.0, 4320.0, 4329.0, 4358.0, 4348.0, 4366.0, 4319.0, 4350.0, 4309.0, 4351.0, 4368.0, 4330.0, 4359.0, 4318.0, 4356.0, 4315.0, 4336.0, 4326.0, 4317.0, 4356.0, 4305.0, 4359.0, 4328.0, 4355.0, 4313.0, 4337.0, 4304.0, 4319.0, 4383.0, 4329.0, 4358.0, 4326.0, 4337.0, 4294.0, 4330.0, 4373.0, 4318.0, 4358.0, 4323.0, 4342.0, 4300.0, 4329.0, 4356.0, 4318.0, 4363.0, 4304.0, 4334.0, 4312.0, 4338.0, 4305.0, 4328.0, 4346.0, 4306.0, 4364.0, 4331.0, 4359.0, 4319.0, 4368.0, 4308.0, 4319.0, 4376.0, 4331.0, 4359.0, 4337.0, 4351.0, 4313.0, 4319.0, 4329.0, 4307.0, 4369.0, 4340.0, 4359.0, 4328.0, 4349.0, 4319.0, 4353.0, 4320.0, 4352.0, 4331.0, 4331.0, 4370.0, 4341.0, 4372.0, 4340.0, 4350.0, 4335.0, 4318.0, 4361.0, 4308.0, 4366.0, 4333.0, 4337.0, 4302.0, 4317.0, 4326.0, 4307.0, 4371.0, 4326.0, 4354.0, 4302.0, 4325.0, 4297.0, 4319.0, 4361.0, 4317.0, 4337.0, 4305.0, 4364.0, 4335.0, 4378.0, 4349.0, 4383.0, 4343.0, 4358.0, 4331.0, 4370.0, 4335.0, 4357.0, 4340.0, 4360.0, 4330.0, 4358.0, 4315.0, 4347.0, 4306.0, 4360.0, 4301.0, 4336.0, 4309.0, 4328.0, 4368.0, 4339.0, 4368.0, 4327.0, 4363.0, 4334.0, 4363.0, 4318.0, 4360.0, 4307.0, 4349.0, 4306.0, 4338.0, 4367.0, 4344.0, 4368.0, 4334.0, 4362.0, 4333.0, 4357.0, 4318.0, 4360.0, 4296.0, 4337.0, 4305.0, 4330.0, 4369.0, 4355.0, 4369.0, 4333.0, 4348.0, 4304.0, 4343.0, 4360.0, 4325.0, 4366.0, 4303.0, 4333.0, 4322.0, 4335.0, 4281.0, 4329.0, 4283.0, 4304.0, 4350.0, 4306.0, 4364.0, 4337.0, 4347.0, 4324.0, 4347.0, 4296.0, 4339.0, 4356.0, 4335.0, 4379.0, 4318.0, 4346.0, 4325.0, 4348.0, 4311.0, 4347.0, 4312.0, 4317.0, 4325.0, 4305.0, 4367.0, 4327.0, 4345.0, 4334.0, 4346.0, 4317.0, 4359.0, 4315.0, 4365.0, 4333.0, 4328.0, 4372.0, 4323.0, 4369.0, 4337.0, 4348.0, 4293.0, 4333.0, 4309.0, 4300.0, 4366.0, 4338.0, 4374.0, 4331.0, 4349.0, 4319.0, 4350.0, 4313.0, 4368.0, 4324.0, 4368.0, 4296.0, 4345.0, 4305.0, 4358.0, 4318.0, 4367.0, 4314.0, 4349.0, 4327.0, 4341.0, 4345.0, 4327.0, 4366.0, 4315.0, 4357.0, 4303.0, 4334.0, 4304.0, 4336.0, 4314.0, 4349.0, 4299.0, 4337.0, 4298.0, 4333.0, 4310.0, 4343.0, 4320.0, 4316.0, 4346.0, 4306.0, 4373.0, 4325.0, 4358.0, 4326.0, 4349.0, 4310.0, 4356.0, 4314.0, 4354.0, 4298.0, 4328.0, 4296.0, 4339.0, 4364.0, 4328.0, 4373.0, 4317.0, 4363.0, 4319.0, 4362.0, 4332.0, 4349.0, 4311.0, 4336.0, 4301.0, 4333.0, 4356.0, 4327.0, 4358.0, 4304.0, 4336.0, 4327.0, 4336.0, 4306.0, 4338.0, 4295.0, 4331.0, 4297.0, 4362.0, 4320.0, 4378.0, 4326.0, 4363.0, 4312.0, 4372.0, 4328.0, 4378.0, 4320.0, 4370.0, 4341.0, 4343.0, 4383.0, 4348.0, 4382.0, 4339.0, 4365.0, 4317.0, 4357.0, 4317.0, 4349.0, 4311.0, 4350.0, 4316.0, 4315.0, 4299.0, 4316.0, 4345.0, 4326.0, 4348.0, 4298.0, 4333.0, 4300.0, 4362.0, 4336.0, 4359.0, 4341.0, 4348.0, 4312.0, 4325.0, 4319.0, 4358.0, 4318.0, 4350.0, 4320.0, 4360.0, 4331.0, 4360.0, 4329.0, 4349.0, 4296.0, 4324.0, 4295.0, 4348.0, 4308.0, 4361.0, 4308.0, 4349.0, 4296.0, 4328.0, 4317.0, 4332.0, 4369.0, 4328.0, 4356.0, 4309.0, 4346.0, 4318.0, 4361.0, 4342.0, 4361.0, 4339.0, 4364.0, 4314.0, 4361.0, 4312.0, 4362.0, 4298.0, 4339.0, 4307.0, 4318.0, 4371.0, 4340.0, 4360.0, 4328.0, 4348.0, 4296.0, 4316.0, 4356.0, 4306.0, 4358.0, 4319.0, 4348.0, 4305.0, 4337.0, 4296.0, 4338.0, 4305.0, 4310.0, 4360.0, 4308.0, 4350.0, 4317.0, 4355.0, 4297.0, 4320.0, 4357.0, 4309.0, 4361.0, 4342.0, 4339.0, 4296.0, 4327.0, 4315.0, 4308.0, 4359.0, 4338.0, 4348.0, 4305.0, 4336.0, 4297.0, 4319.0, 4357.0, 4317.0, 4357.0, 4307.0, 4337.0, 4296.0, 4327.0, 4317.0, 4319.0, 4359.0, 4308.0, 4348.0, 4321.0, 4351.0, 4321.0, 4344.0, 4369.0, 4309.0, 4360.0, 4329.0, 4354.0, 4309.0, 4330.0, 4370.0, 4310.0, 4370.0, 4328.0, 4350.0, 4298.0, 4318.0, 4358.0, 4319.0, 4374.0, 4338.0, 4349.0, 4297.0, 4339.0, 4307.0, 4319.0, 4368.0, 4338.0, 4358.0, 4316.0, 4337.0, 4315.0, 4327.0, 4346.0, 4306.0, 4368.0, 4327.0, 4357.0, 4317.0, 4349.0, 4305.0, 4317.0, 4357.0, 4329.0, 4369.0, 4331.0, 4359.0, 4306.0, 4348.0, 4306.0, 4349.0, 4313.0, 4317.0, 4345.0, 4317.0, 4372.0, 4339.0, 4358.0, 4332.0, 4349.0, 4309.0, 4350.0, 4319.0, 4362.0, 4320.0, 4361.0, 4310.0, 4340.0, 4316.0, 4362.0, 4361.0, 4363.0, 4376.0, 4321.0, 4376.0, 4331.0, 4373.0, 4351.0, 4361.0, 4329.0, 4360.0, 4306.0, 4355.0, 4317.0, 4348.0, 4307.0, 4347.0, 4300.0, 4325.0, 4294.0, 4337.0, 4336.0, 4330.0, 4303.0, 4303.0, 4302.0, 4296.0, 4345.0, 4315.0, 4367.0, 4332.0, 4363.0, 4301.0, 4344.0, 4323.0, 4352.0, 4321.0, 4332.0, 4316.0, 4295.0, 4327.0, 4309.0, 4360.0, 4318.0, 4363.0, 4361.0, 4359.0, 4307.0, 4304.0, 4295.0, 4291.0, 4295.0, 4312.0, 4323.0, 4336.0, 4341.0, 4368.0, 4346.0, 4368.0, 4337.0, 4365.0, 4308.0, 4343.0, 4312.0, 4333.0, 4299.0, 4334.0, 4299.0, 4301.0, 4340.0, 4288.0, 4318.0, 4270.0, 4286.0, 4251.0, 4269.0, 4315.0, 4271.0, 4298.0, 4271.0, 4298.0, 4267.0, 4279.0, 4336.0, 4286.0, 4319.0, 4286.0, 4311.0, 4281.0, 4315.0, 4310.0, 4313.0, 4347.0, 4295.0, 4346.0, 4324.0, 4348.0, 4320.0, 4349.0, 4295.0, 4331.0, 4309.0, 4331.0, 4366.0, 4335.0, 4370.0, 4332.0, 4378.0, 4341.0, 4374.0, 4333.0, 4362.0, 4323.0, 4381.0, 4346.0, 4364.0, 4374.0, 4333.0, 4394.0, 4354.0, 4375.0, 4342.0, 4365.0, 4330.0, 4331.0, 4382.0, 4329.0, 4378.0, 4345.0, 4349.0, 4321.0, 4327.0, 4359.0, 4306.0, 4363.0, 4326.0, 4336.0, 4292.0, 4325.0, 4304.0, 4306.0, 4358.0, 4321.0, 4344.0, 4316.0, 4338.0, 4295.0, 4327.0, 4292.0, 4307.0, 4372.0, 4305.0, 4344.0, 4316.0, 4342.0, 4283.0, 4327.0, 4307.0, 4321.0, 4367.0, 4342.0, 4359.0, 4315.0, 4337.0, 4315.0, 4338.0, 4346.0, 4316.0, 4356.0, 4305.0, 4360.0, 4324.0, 4348.0, 4297.0, 4317.0, 4367.0, 4318.0, 4363.0, 4338.0, 4347.0, 4312.0, 4337.0, 4298.0, 4329.0, 4367.0, 4330.0, 4376.0, 4319.0, 4360.0, 4331.0, 4361.0, 4318.0, 4349.0, 4306.0, 4320.0, 4370.0, 4344.0, 4359.0, 4340.0, 4355.0, 4317.0, 4357.0, 4319.0, 4349.0, 4317.0, 4316.0, 4372.0, 4318.0, 4358.0, 4338.0, 4337.0, 4309.0, 4336.0, 4299.0, 4329.0, 4342.0, 4329.0, 4374.0, 4306.0, 4357.0, 4334.0, 4348.0, 4316.0, 4348.0, 4293.0, 4327.0, 4307.0, 4325.0, 4358.0, 4338.0, 4358.0, 4323.0, 4346.0, 4328.0, 4348.0, 4308.0, 4348.0, 4296.0, 4328.0, 4328.0, 4320.0, 4369.0, 4339.0, 4359.0, 4316.0, 4337.0, 4329.0, 4330.0, 4367.0, 4326.0, 4357.0, 4315.0, 4334.0, 4296.0, 4337.0, 4305.0, 4326.0, 4356.0, 4305.0, 4366.0, 4334.0, 4348.0, 4308.0, 4338.0, 4296.0, 4335.0, 4344.0, 4328.0, 4374.0, 4335.0, 4359.0, 4330.0, 4362.0, 4319.0, 4350.0, 4317.0, 4351.0, 4336.0, 4337.0, 4378.0, 4352.0, 4361.0, 4316.0, 4340.0, 4321.0, 4317.0, 4362.0, 4317.0, 4364.0, 4305.0, 4337.0, 4318.0, 4344.0, 4311.0, 4327.0, 4320.0, 4294.0, 4364.0, 4325.0, 4347.0, 4326.0, 4337.0, 4301.0, 4331.0, 4306.0, 4317.0, 4356.0, 4334.0, 4346.0, 4309.0, 4347.0, 4329.0, 4348.0, 4308.0, 4358.0, 4313.0, 4317.0, 4370.0, 4320.0, 4358.0, 4333.0, 4353.0, 4302.0, 4326.0, 4307.0, 4316.0, 4357.0, 4327.0, 4364.0, 4316.0, 4349.0, 4298.0, 4337.0, 4306.0, 4324.0, 4345.0, 4308.0, 4358.0, 4326.0, 4353.0, 4296.0, 4336.0, 4308.0, 4328.0, 4362.0, 4328.0, 4369.0, 4317.0, 4346.0, 4319.0, 4338.0, 4295.0, 4337.0, 4295.0, 4327.0, 4317.0, 4327.0, 4368.0, 4344.0, 4357.0, 4317.0, 4347.0, 4318.0, 4347.0, 4307.0, 4347.0, 4285.0, 4339.0, 4306.0, 4328.0, 4356.0, 4328.0, 4369.0, 4316.0, 4358.0, 4326.0, 4347.0, 4305.0, 4349.0, 4294.0, 4339.0, 4315.0, 4327.0, 4358.0, 4319.0, 4357.0, 4317.0, 4326.0, 4320.0, 4336.0, 4361.0, 4309.0, 4361.0, 4310.0, 4348.0, 4309.0, 4372.0, 4322.0, 4361.0, 4321.0, 4373.0, 4346.0, 4375.0, 4337.0, 4373.0, 4330.0, 4354.0, 4313.0, 4334.0, 4317.0, 4271.0, 4282.0, 4285.0, 4300.0, 4281.0, 4345.0, 4317.0, 4355.0, 4327.0, 4345.0, 4315.0, 4333.0, 4323.0, 4331.0, 4301.0, 4341.0, 4311.0, 4343.0, 4303.0, 4322.0, 4278.0, 4307.0, 4265.0, 4285.0, 4253.0, 4281.0, 4252.0, 4283.0, 4264.0, 4296.0, 4280.0, 4308.0, 4281.0, 4311.0, 4282.0, 4332.0, 4299.0, 4319.0, 4299.0, 4293.0, 4294.0, 4285.0, 4324.0, 4309.0, 4360.0, 4288.0, 4350.0, 4299.0, 4359.0, 4320.0, 4366.0, 4346.0, 4362.0, 4356.0, 4372.0, 4327.0], 'WindowWidth': [9634.0, 9636.0, 9572.0, 9609.0, 9549.0, 9614.0, 9553.0, 9616.0, 9544.0, 9575.0, 9581.0, 9555.0, 9641.0, 9558.0, 9601.0, 9574.0, 9600.0, 9544.0, 9584.0, 9558.0, 9589.0, 9625.0, 9572.0, 9629.0, 9543.0, 9613.0, 9543.0, 9583.0, 9566.0, 9539.0, 9625.0, 9563.0, 9598.0, 9527.0, 9591.0, 9551.0, 9542.0, 9639.0, 9544.0, 9616.0, 9572.0, 9613.0, 9542.0, 9577.0, 9612.0, 9563.0, 9650.0, 9589.0, 9605.0, 9542.0, 9608.0, 9557.0, 9574.0, 9654.0, 9601.0, 9611.0, 9566.0, 9585.0, 9536.0, 9579.0, 9642.0, 9584.0, 9633.0, 9554.0, 9595.0, 9537.0, 9590.0, 9630.0, 9591.0, 9625.0, 9564.0, 9593.0, 9543.0, 9590.0, 9610.0, 9566.0, 9622.0, 9570.0, 9598.0, 9545.0, 9610.0, 9617.0, 9583.0, 9650.0, 9555.0, 9604.0, 9526.0, 9578.0, 9629.0, 9571.0, 9617.0, 9547.0, 9582.0, 9543.0, 9573.0, 9627.0, 9587.0, 9599.0, 9537.0, 9581.0, 9546.0, 9574.0, 9649.0, 9597.0, 9616.0, 9546.0, 9621.0, 9572.0, 9571.0, 9634.0, 9571.0, 9627.0, 9567.0, 9620.0, 9567.0, 9585.0, 9608.0, 9558.0, 9632.0, 9574.0, 9624.0, 9542.0, 9599.0, 9562.0, 9551.0, 9614.0, 9551.0, 9630.0, 9587.0, 9607.0, 9555.0, 9582.0, 9570.0, 9572.0, 9634.0, 9598.0, 9630.0, 9567.0, 9606.0, 9586.0, 9585.0, 9632.0, 9565.0, 9610.0, 9550.0, 9584.0, 9547.0, 9584.0, 9523.0, 9577.0, 9530.0, 9581.0, 9541.0, 9581.0, 9534.0, 9619.0, 9556.0, 9602.0, 9526.0, 9577.0, 9535.0, 9577.0, 9520.0, 9602.0, 9567.0, 9620.0, 9566.0, 9570.0, 9586.0, 9529.0, 9600.0, 9509.0, 9580.0, 9538.0, 9558.0, 9508.0, 9553.0, 9496.0, 9507.0, 9508.0, 9502.0, 9582.0, 9514.0, 9561.0, 9502.0, 9541.0, 9475.0, 9510.0, 9475.0, 9493.0, 9551.0, 9512.0, 9568.0, 9507.0, 9556.0, 9510.0, 9559.0, 9513.0, 9577.0, 9516.0, 9544.0, 9527.0, 9532.0, 9608.0, 9538.0, 9612.0, 9535.0, 9575.0, 9545.0, 9576.0, 9546.0, 9549.0, 9556.0, 9526.0, 9604.0, 9526.0, 9593.0, 9520.0, 9563.0, 9529.0, 9533.0, 9588.0, 9523.0, 9612.0, 9577.0, 9579.0, 9521.0, 9578.0, 9524.0, 9572.0, 9596.0, 9580.0, 9613.0, 9544.0, 9577.0, 9551.0, 9597.0, 9548.0, 9615.0, 9547.0, 9536.0, 9617.0, 9553.0, 9603.0, 9564.0, 9581.0, 9517.0, 9546.0, 9544.0, 9540.0, 9626.0, 9580.0, 9595.0, 9537.0, 9561.0, 9549.0, 9569.0, 9600.0, 9548.0, 9596.0, 9516.0, 9583.0, 9532.0, 9572.0, 9543.0, 9545.0, 9592.0, 9528.0, 9577.0, 9536.0, 9561.0, 9561.0, 9532.0, 9602.0, 9520.0, 9578.0, 9515.0, 9566.0, 9546.0, 9504.0, 9603.0, 9541.0, 9593.0, 9517.0, 9579.0, 9529.0, 9519.0, 9621.0, 9552.0, 9595.0, 9547.0, 9594.0, 9516.0, 9534.0, 9546.0, 9541.0, 9615.0, 9579.0, 9600.0, 9549.0, 9579.0, 9540.0, 9553.0, 9597.0, 9585.0, 9613.0, 9539.0, 9581.0, 9524.0, 9582.0, 9606.0, 9553.0, 9601.0, 9534.0, 9593.0, 9534.0, 9556.0, 9543.0, 9532.0, 9586.0, 9513.0, 9593.0, 9548.0, 9589.0, 9530.0, 9559.0, 9511.0, 9538.0, 9636.0, 9550.0, 9593.0, 9543.0, 9561.0, 9498.0, 9554.0, 9615.0, 9535.0, 9596.0, 9544.0, 9571.0, 9510.0, 9550.0, 9587.0, 9532.0, 9602.0, 9512.0, 9551.0, 9527.0, 9563.0, 9513.0, 9548.0, 9570.0, 9517.0, 9603.0, 9558.0, 9596.0, 9538.0, 9612.0, 9522.0, 9538.0, 9627.0, 9559.0, 9597.0, 9561.0, 9586.0, 9529.0, 9537.0, 9549.0, 9520.0, 9613.0, 9565.0, 9596.0, 9550.0, 9578.0, 9539.0, 9592.0, 9542.0, 9587.0, 9558.0, 9558.0, 9617.0, 9572.0, 9619.0, 9566.0, 9587.0, 9560.0, 9535.0, 9596.0, 9522.0, 9612.0, 9556.0, 9560.0, 9513.0, 9532.0, 9542.0, 9518.0, 9613.0, 9542.0, 9587.0, 9513.0, 9541.0, 9506.0, 9537.0, 9595.0, 9531.0, 9556.0, 9513.0, 9605.0, 9573.0, 9634.0, 9592.0, 9636.0, 9578.0, 9593.0, 9557.0, 9614.0, 9564.0, 9590.0, 9567.0, 9595.0, 9553.0, 9590.0, 9527.0, 9572.0, 9514.0, 9596.0, 9510.0, 9553.0, 9520.0, 9547.0, 9604.0, 9563.0, 9608.0, 9545.0, 9602.0, 9560.0, 9600.0, 9535.0, 9597.0, 9518.0, 9577.0, 9516.0, 9561.0, 9605.0, 9570.0, 9610.0, 9561.0, 9598.0, 9557.0, 9588.0, 9533.0, 9598.0, 9502.0, 9559.0, 9515.0, 9555.0, 9616.0, 9589.0, 9611.0, 9556.0, 9578.0, 9511.0, 9570.0, 9591.0, 9541.0, 9607.0, 9506.0, 9552.0, 9540.0, 9554.0, 9474.0, 9544.0, 9480.0, 9510.0, 9578.0, 9516.0, 9601.0, 9558.0, 9572.0, 9547.0, 9576.0, 9503.0, 9567.0, 9586.0, 9562.0, 9628.0, 9533.0, 9573.0, 9541.0, 9578.0, 9525.0, 9573.0, 9526.0, 9530.0, 9540.0, 9512.0, 9605.0, 9546.0, 9569.0, 9558.0, 9572.0, 9534.0, 9594.0, 9536.0, 9605.0, 9559.0, 9549.0, 9613.0, 9543.0, 9616.0, 9558.0, 9578.0, 9494.0, 9555.0, 9517.0, 9510.0, 9605.0, 9561.0, 9622.0, 9557.0, 9578.0, 9537.0, 9584.0, 9533.0, 9606.0, 9549.0, 9611.0, 9505.0, 9567.0, 9514.0, 9591.0, 9534.0, 9611.0, 9531.0, 9580.0, 9553.0, 9568.0, 9566.0, 9542.0, 9603.0, 9525.0, 9591.0, 9506.0, 9552.0, 9507.0, 9555.0, 9520.0, 9573.0, 9504.0, 9557.0, 9505.0, 9555.0, 9522.0, 9568.0, 9536.0, 9528.0, 9570.0, 9517.0, 9615.0, 9538.0, 9589.0, 9549.0, 9577.0, 9524.0, 9593.0, 9532.0, 9585.0, 9505.0, 9548.0, 9502.0, 9565.0, 9602.0, 9549.0, 9615.0, 9533.0, 9602.0, 9537.0, 9599.0, 9553.0, 9579.0, 9524.0, 9557.0, 9512.0, 9557.0, 9586.0, 9546.0, 9594.0, 9510.0, 9557.0, 9546.0, 9556.0, 9516.0, 9558.0, 9502.0, 9554.0, 9507.0, 9602.0, 9543.0, 9629.0, 9554.0, 9605.0, 9536.0, 9623.0, 9560.0, 9628.0, 9543.0, 9617.0, 9571.0, 9575.0, 9639.0, 9585.0, 9638.0, 9566.0, 9610.0, 9531.0, 9590.0, 9534.0, 9582.0, 9525.0, 9582.0, 9525.0, 9524.0, 9504.0, 9528.0, 9567.0, 9541.0, 9573.0, 9505.0, 9550.0, 9509.0, 9597.0, 9566.0, 9591.0, 9568.0, 9578.0, 9529.0, 9539.0, 9536.0, 9590.0, 9536.0, 9583.0, 9543.0, 9598.0, 9557.0, 9599.0, 9551.0, 9577.0, 9501.0, 9538.0, 9500.0, 9575.0, 9521.0, 9598.0, 9521.0, 9579.0, 9503.0, 9548.0, 9533.0, 9555.0, 9611.0, 9547.0, 9584.0, 9521.0, 9570.0, 9535.0, 9600.0, 9576.0, 9597.0, 9575.0, 9606.0, 9537.0, 9599.0, 9530.0, 9599.0, 9509.0, 9566.0, 9518.0, 9535.0, 9616.0, 9565.0, 9598.0, 9547.0, 9576.0, 9499.0, 9527.0, 9583.0, 9513.0, 9593.0, 9534.0, 9572.0, 9512.0, 9558.0, 9501.0, 9560.0, 9512.0, 9522.0, 9596.0, 9520.0, 9579.0, 9532.0, 9590.0, 9504.0, 9538.0, 9588.0, 9522.0, 9599.0, 9570.0, 9564.0, 9501.0, 9544.0, 9527.0, 9521.0, 9596.0, 9560.0, 9575.0, 9512.0, 9555.0, 9505.0, 9536.0, 9586.0, 9530.0, 9590.0, 9516.0, 9557.0, 9501.0, 9545.0, 9531.0, 9537.0, 9591.0, 9521.0, 9575.0, 9545.0, 9584.0, 9543.0, 9578.0, 9607.0, 9523.0, 9597.0, 9552.0, 9590.0, 9523.0, 9552.0, 9610.0, 9528.0, 9611.0, 9550.0, 9582.0, 9507.0, 9536.0, 9592.0, 9537.0, 9619.0, 9561.0, 9577.0, 9506.0, 9566.0, 9522.0, 9537.0, 9610.0, 9563.0, 9592.0, 9531.0, 9560.0, 9527.0, 9547.0, 9570.0, 9517.0, 9606.0, 9545.0, 9589.0, 9533.0, 9578.0, 9515.0, 9534.0, 9589.0, 9549.0, 9611.0, 9555.0, 9593.0, 9518.0, 9580.0, 9516.0, 9578.0, 9530.0, 9533.0, 9570.0, 9533.0, 9617.0, 9565.0, 9591.0, 9558.0, 9580.0, 9525.0, 9583.0, 9540.0, 9604.0, 9542.0, 9602.0, 9530.0, 9571.0, 9540.0, 9601.0, 9600.0, 9607.0, 9624.0, 9544.0, 9624.0, 9557.0, 9630.0, 9586.0, 9606.0, 9553.0, 9597.0, 9518.0, 9592.0, 9532.0, 9578.0, 9518.0, 9575.0, 9507.0, 9539.0, 9499.0, 9559.0, 9554.0, 9550.0, 9507.0, 9508.0, 9505.0, 9501.0, 9569.0, 9526.0, 9604.0, 9554.0, 9598.0, 9508.0, 9566.0, 9542.0, 9584.0, 9539.0, 9555.0, 9529.0, 9501.0, 9547.0, 9522.0, 9595.0, 9535.0, 9608.0, 9601.0, 9599.0, 9518.0, 9513.0, 9500.0, 9489.0, 9501.0, 9527.0, 9543.0, 9567.0, 9573.0, 9615.0, 9580.0, 9608.0, 9560.0, 9600.0, 9516.0, 9569.0, 9517.0, 9553.0, 9495.0, 9552.0, 9492.0, 9499.0, 9557.0, 9474.0, 9522.0, 9449.0, 9469.0, 9417.0, 9446.0, 9510.0, 9454.0, 9488.0, 9453.0, 9489.0, 9446.0, 9466.0, 9549.0, 9483.0, 9522.0, 9483.0, 9513.0, 9475.0, 9527.0, 9523.0, 9529.0, 9569.0, 9499.0, 9571.0, 9550.0, 9576.0, 9540.0, 9578.0, 9502.0, 9558.0, 9527.0, 9556.0, 9611.0, 9568.0, 9614.0, 9565.0, 9630.0, 9574.0, 9621.0, 9566.0, 9605.0, 9553.0, 9637.0, 9584.0, 9609.0, 9622.0, 9566.0, 9658.0, 9596.0, 9630.0, 9575.0, 9613.0, 9553.0, 9555.0, 9634.0, 9551.0, 9633.0, 9577.0, 9583.0, 9536.0, 9544.0, 9588.0, 9515.0, 9604.0, 9542.0, 9557.0, 9490.0, 9541.0, 9512.0, 9514.0, 9592.0, 9536.0, 9566.0, 9528.0, 9561.0, 9498.0, 9544.0, 9491.0, 9514.0, 9613.0, 9512.0, 9567.0, 9527.0, 9567.0, 9481.0, 9543.0, 9519.0, 9540.0, 9606.0, 9570.0, 9594.0, 9527.0, 9559.0, 9537.0, 9561.0, 9570.0, 9530.0, 9591.0, 9512.0, 9595.0, 9545.0, 9577.0, 9504.0, 9532.0, 9605.0, 9537.0, 9600.0, 9564.0, 9574.0, 9528.0, 9561.0, 9509.0, 9552.0, 9609.0, 9554.0, 9625.0, 9537.0, 9598.0, 9558.0, 9599.0, 9537.0, 9581.0, 9516.0, 9541.0, 9616.0, 9573.0, 9598.0, 9566.0, 9591.0, 9534.0, 9600.0, 9538.0, 9581.0, 9532.0, 9530.0, 9617.0, 9537.0, 9594.0, 9561.0, 9562.0, 9522.0, 9557.0, 9511.0, 9552.0, 9569.0, 9552.0, 9619.0, 9517.0, 9590.0, 9561.0, 9577.0, 9531.0, 9577.0, 9502.0, 9544.0, 9521.0, 9547.0, 9593.0, 9562.0, 9593.0, 9544.0, 9573.0, 9550.0, 9577.0, 9521.0, 9579.0, 9503.0, 9550.0, 9550.0, 9542.0, 9614.0, 9566.0, 9596.0, 9531.0, 9561.0, 9551.0, 9554.0, 9607.0, 9544.0, 9591.0, 9527.0, 9552.0, 9505.0, 9559.0, 9514.0, 9545.0, 9588.0, 9515.0, 9606.0, 9560.0, 9577.0, 9522.0, 9562.0, 9503.0, 9564.0, 9576.0, 9549.0, 9619.0, 9565.0, 9596.0, 9556.0, 9602.0, 9540.0, 9584.0, 9542.0, 9586.0, 9566.0, 9570.0, 9636.0, 9585.0, 9601.0, 9530.0, 9566.0, 9541.0, 9531.0, 9599.0, 9531.0, 9606.0, 9513.0, 9558.0, 9534.0, 9573.0, 9525.0, 9545.0, 9535.0, 9497.0, 9607.0, 9548.0, 9576.0, 9542.0, 9561.0, 9510.0, 9552.0, 9515.0, 9529.0, 9590.0, 9558.0, 9572.0, 9522.0, 9576.0, 9554.0, 9577.0, 9523.0, 9597.0, 9529.0, 9532.0, 9613.0, 9539.0, 9595.0, 9559.0, 9587.0, 9512.0, 9543.0, 9520.0, 9529.0, 9592.0, 9547.0, 9603.0, 9528.0, 9579.0, 9508.0, 9559.0, 9517.0, 9545.0, 9570.0, 9523.0, 9592.0, 9545.0, 9586.0, 9503.0, 9557.0, 9523.0, 9551.0, 9599.0, 9549.0, 9610.0, 9534.0, 9573.0, 9540.0, 9562.0, 9502.0, 9560.0, 9500.0, 9545.0, 9535.0, 9547.0, 9609.0, 9573.0, 9594.0, 9534.0, 9575.0, 9535.0, 9574.0, 9518.0, 9576.0, 9488.0, 9565.0, 9520.0, 9548.0, 9587.0, 9549.0, 9613.0, 9532.0, 9595.0, 9546.0, 9575.0, 9515.0, 9582.0, 9499.0, 9564.0, 9526.0, 9545.0, 9590.0, 9538.0, 9591.0, 9537.0, 9548.0, 9544.0, 9569.0, 9599.0, 9527.0, 9599.0, 9528.0, 9578.0, 9527.0, 9617.0, 9544.0, 9599.0, 9543.0, 9620.0, 9587.0, 9625.0, 9577.0, 9618.0, 9552.0, 9582.0, 9517.0, 9547.0, 9527.0, 9456.0, 9473.0, 9481.0, 9495.0, 9471.0, 9568.0, 9528.0, 9584.0, 9542.0, 9566.0, 9524.0, 9545.0, 9531.0, 9540.0, 9499.0, 9561.0, 9512.0, 9568.0, 9503.0, 9533.0, 9458.0, 9502.0, 9438.0, 9463.0, 9416.0, 9453.0, 9417.0, 9459.0, 9437.0, 9482.0, 9467.0, 9502.0, 9470.0, 9510.0, 9470.0, 9541.0, 9502.0, 9521.0, 9502.0, 9490.0, 9493.0, 9485.0, 9546.0, 9524.0, 9593.0, 9493.0, 9578.0, 9509.0, 9591.0, 9540.0, 9608.0, 9584.0, 9602.0, 9598.0, 9615.0, 9549.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.0013665955766192731</td></tr>
<tr><td colspan=3>aqi</td><td>0.025289853159557663</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.828147809905126</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2555193611936764</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0114984958023736</td></tr>
<tr><td colspan=3>efc</td><td>0.5033</td></tr>
<tr><td colspan=3>fber</td><td>4217.5161</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11967130684173341</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.742496050552923</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5541006431500133</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.473686486477264</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8443451140037097</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3442703289690665</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117361</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012426504865288734</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026399454101920128</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.945259085501941</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>22.6849</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3641</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.2339</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297586.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1235.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.4399</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5602</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.9816</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.7729</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4546.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.28</td></tr>
<tr><td colspan=3>tsnr</td><td>37.44342170946766</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>