<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-04/func/sub-0066_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>cc18a72b91bac1963a3b8cde41382d29</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>15:28:57.367500</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.999774, -7.64447e-05, 0.0212409, 0.00157038, 0.997523, -0.0703255]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122146</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7734, -7272, 502, -121, -83, 31, 84]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c892d3fb-c58d-4b4a-9a34-22954df5e7f3||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.682321548461914, 0.004213223699480295, 0.05719372630119324, 108.98605346679688], [0.0002050956682069227, 2.676280975341797, -0.18992605805397034, -91.0748519897461], [0.056987661868333817, 0.18867816030979156, 2.692704439163208, -77.80326080322266], [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': ['152857.367500', '152857.827500', '152858.287500', '152858.747500', '152859.207500', '152859.667500', '152900.127500', '152900.587500', '152901.047500', '152901.507500', '152901.967500', '152902.427500', '152902.887500', '152903.347500', '152903.807500', '152904.267500', '152904.727500', '152905.187500', '152905.647500', '152906.107500', '152906.567500', '152907.027500', '152907.487500', '152907.947500', '152908.407500', '152908.867500', '152909.327500', '152909.787500', '152910.247500', '152910.707500', '152911.167500', '152911.627500', '152912.087500', '152912.547500', '152913.007500', '152913.467500', '152913.927500', '152914.387500', '152914.847500', '152915.307500', '152915.767500', '152916.227500', '152916.687500', '152917.147500', '152917.607500', '152918.067500', '152918.527500', '152918.987500', '152919.447500', '152919.907500', '152920.367500', '152920.827500', '152921.287500', '152921.747500', '152922.207500', '152922.667500', '152923.127500', '152923.587500', '152924.047500', '152924.507500', '152924.967500', '152925.427500', '152925.887500', '152926.347500', '152926.807500', '152927.267500', '152927.727500', '152928.187500', '152928.647500', '152929.107500', '152929.567500', '152930.027500', '152930.487500', '152930.947500', '152931.407500', '152931.867500', '152932.327500', '152932.787500', '152933.247500', '152933.707500', '152934.167500', '152934.627500', '152935.087500', '152935.547500', '152936.007500', '152936.467500', '152936.927500', '152937.387500', '152937.847500', '152938.307500', '152938.767500', '152939.227500', '152939.687500', '152940.147500', '152940.607500', '152941.067500', '152941.527500', '152941.987500', '152942.447500', '152942.907500', '152943.367500', '152943.827500', '152944.287500', '152944.747500', '152945.207500', '152945.667500', '152946.127500', '152946.587500', '152947.047500', '152947.507500', '152947.967500', '152948.427500', '152948.887500', '152949.347500', '152949.807500', '152950.267500', '152950.727500', '152951.187500', '152951.647500', '152952.107500', '152952.567500', '152953.027500', '152953.487500', '152953.947500', '152954.407500', '152954.867500', '152955.327500', '152955.787500', '152956.247500', '152956.707500', '152957.167500', '152957.627500', '152958.087500', '152958.547500', '152959.007500', '152959.467500', '152959.927500', '153000.387500', '153000.847500', '153001.307500', '153001.767500', '153002.227500', '153002.687500', '153003.147500', '153003.607500', '153004.067500', '153004.527500', '153004.987500', '153005.447500', '153005.907500', '153006.367500', '153006.827500', '153007.287500', '153007.747500', '153008.207500', '153008.667500', '153009.127500', '153009.587500', '153010.047500', '153010.507500', '153010.967500', '153011.427500', '153011.887500', '153012.347500', '153012.807500', '153013.267500', '153013.727500', '153014.187500', '153014.647500', '153015.107500', '153015.567500', '153016.027500', '153016.487500', '153016.947500', '153017.407500', '153017.867500', '153018.327500', '153018.787500', '153019.247500', '153019.707500', '153020.167500', '153020.627500', '153021.087500', '153021.547500', '153022.007500', '153022.467500', '153022.927500', '153023.387500', '153023.847500', '153024.307500', '153024.767500', '153025.227500', '153025.687500', '153026.147500', '153026.607500', '153027.067500', '153027.527500', '153027.987500', '153028.447500', '153028.907500', '153029.367500', '153029.827500', '153030.287500', '153030.747500', '153031.207500', '153031.667500', '153032.127500', '153032.587500', '153033.047500', '153033.507500', '153033.967500', '153034.427500', '153034.887500', '153035.347500', '153035.807500', '153036.267500', '153036.727500', '153037.187500', '153037.647500', '153038.107500', '153038.567500', '153039.027500', '153039.487500', '153039.947500', '153040.407500', '153040.867500', '153041.327500', '153041.787500', '153042.247500', '153042.707500', '153043.167500', '153043.627500', '153044.087500', '153044.547500', '153045.007500', '153045.467500', '153045.927500', '153046.387500', '153046.847500', '153047.307500', '153047.767500', '153048.227500', '153048.687500', '153049.147500', '153049.607500', '153050.067500', '153050.527500', '153050.987500', '153051.447500', '153051.907500', '153052.367500', '153052.827500', '153053.287500', '153053.747500', '153054.207500', '153054.667500', '153055.127500', '153055.587500', '153056.047500', '153056.507500', '153056.967500', '153057.427500', '153057.887500', '153058.347500', '153058.807500', '153059.267500', '153059.727500', '153100.187500', '153100.647500', '153101.107500', '153101.567500', '153102.027500', '153102.487500', '153102.947500', '153103.407500', '153103.867500', '153104.327500', '153104.787500', '153105.247500', '153105.707500', '153106.167500', '153106.627500', '153107.087500', '153107.547500', '153108.007500', '153108.467500', '153108.927500', '153109.387500', '153109.847500', '153110.307500', '153110.767500', '153111.227500', '153111.687500', '153112.147500', '153112.607500', '153113.067500', '153113.527500', '153113.987500', '153114.447500', '153114.907500', '153115.367500', '153115.827500', '153116.287500', '153116.747500', '153117.207500', '153117.667500', '153118.127500', '153118.587500', '153119.047500', '153119.507500', '153119.967500', '153120.427500', '153120.887500', '153121.347500', '153121.807500', '153122.267500', '153122.727500', '153123.187500', '153123.647500', '153124.107500', '153124.567500', '153125.027500', '153125.487500', '153125.947500', '153126.407500', '153126.867500', '153127.327500', '153127.787500', '153128.247500', '153128.707500', '153129.167500', '153129.627500', '153130.087500', '153130.547500', '153131.007500', '153131.467500', '153131.927500', '153132.387500', '153132.847500', '153133.307500', '153133.767500', '153134.227500', '153134.687500', '153135.147500', '153135.607500', '153136.067500', '153136.527500', '153136.987500', '153137.447500', '153137.907500', '153138.367500', '153138.827500', '153139.287500', '153139.747500', '153140.207500', '153140.667500', '153141.127500', '153141.587500', '153142.047500', '153142.507500', '153142.967500', '153143.427500', '153143.887500', '153144.347500', '153144.807500', '153145.267500', '153145.727500', '153146.187500', '153146.647500', '153147.107500', '153147.567500', '153148.027500', '153148.487500', '153148.947500', '153149.407500', '153149.867500', '153150.327500', '153150.787500', '153151.247500', '153151.707500', '153152.167500', '153152.627500', '153153.087500', '153153.547500', '153154.007500', '153154.467500', '153154.927500', '153155.387500', '153155.847500', '153156.307500', '153156.767500', '153157.227500', '153157.687500', '153158.147500', '153158.607500', '153159.067500', '153159.527500', '153159.987500', '153200.447500', '153200.907500', '153201.367500', '153201.827500', '153202.287500', '153202.747500', '153203.207500', '153203.667500', '153204.127500', '153204.587500', '153205.047500', '153205.507500', '153205.967500', '153206.427500', '153206.887500', '153207.347500', '153207.807500', '153208.267500', '153208.727500', '153209.187500', '153209.647500', '153210.107500', '153210.567500', '153211.027500', '153211.487500', '153211.947500', '153212.407500', '153212.867500', '153213.327500', '153213.787500', '153214.247500', '153214.707500', '153215.167500', '153215.627500', '153216.087500', '153216.547500', '153217.007500', '153217.467500', '153217.927500', '153218.387500', '153218.847500', '153219.307500', '153219.767500', '153220.227500', '153220.687500', '153221.147500', '153221.607500', '153222.067500', '153222.527500', '153222.987500', '153223.447500', '153223.907500', '153224.367500', '153224.827500', '153225.287500', '153225.747500', '153226.207500', '153226.667500', '153227.127500', '153227.587500', '153228.047500', '153228.507500', '153228.967500', '153229.427500', '153229.887500', '153230.347500', '153230.807500', '153231.267500', '153231.727500', '153232.187500', '153232.647500', '153233.107500', '153233.567500', '153234.027500', '153234.487500', '153234.947500', '153235.407500', '153235.867500', '153236.327500', '153236.787500', '153237.247500', '153237.707500', '153238.167500', '153238.627500', '153239.087500', '153239.547500', '153240.007500', '153240.467500', '153240.927500', '153241.387500', '153241.847500', '153242.307500', '153242.767500', '153243.227500', '153243.687500', '153244.147500', '153244.607500', '153245.067500', '153245.527500', '153245.987500', '153246.447500', '153246.907500', '153247.367500', '153247.827500', '153248.287500', '153248.747500', '153249.207500', '153249.667500', '153250.127500', '153250.587500', '153251.047500', '153251.507500', '153251.967500', '153252.427500', '153252.887500', '153253.347500', '153253.807500', '153254.267500', '153254.727500', '153255.187500', '153255.647500', '153256.107500', '153256.567500', '153257.027500', '153257.487500', '153257.947500', '153258.407500', '153258.867500', '153259.327500', '153259.787500', '153300.247500', '153300.707500', '153301.167500', '153301.627500', '153302.087500', '153302.547500', '153303.007500', '153303.467500', '153303.927500', '153304.387500', '153304.847500', '153305.307500', '153305.767500', '153306.227500', '153306.687500', '153307.147500', '153307.607500', '153308.067500', '153308.527500', '153308.987500', '153309.447500', '153309.907500', '153310.367500', '153310.827500', '153311.287500', '153311.747500', '153312.207500', '153312.667500', '153313.127500', '153313.587500', '153314.047500', '153314.507500', '153314.967500', '153315.427500', '153315.887500', '153316.347500', '153316.807500', '153317.267500', '153317.727500', '153318.187500', '153318.647500', '153319.107500', '153319.567500', '153320.027500', '153320.487500', '153320.947500', '153321.407500', '153321.867500', '153322.327500', '153322.787500', '153323.247500', '153323.707500', '153324.167500', '153324.627500', '153325.087500', '153325.547500', '153326.007500', '153326.467500', '153326.927500', '153327.387500', '153327.847500', '153328.307500', '153328.767500', '153329.227500', '153329.687500', '153330.147500', '153330.607500', '153331.067500', '153331.527500', '153331.987500', '153332.447500', '153332.907500', '153333.367500', '153333.827500', '153334.287500', '153334.747500', '153335.207500', '153335.667500', '153336.127500', '153336.587500', '153337.047500', '153337.507500', '153337.967500', '153338.427500', '153338.887500', '153339.347500', '153339.807500', '153340.267500', '153340.727500', '153341.187500', '153341.647500', '153342.107500', '153342.567500', '153343.027500', '153343.487500', '153343.947500', '153344.407500', '153344.867500', '153345.327500', '153345.787500', '153346.247500', '153346.707500', '153347.167500', '153347.627500', '153348.087500', '153348.547500', '153349.007500', '153349.467500', '153349.927500', '153350.387500', '153350.847500', '153351.307500', '153351.767500', '153352.227500', '153352.687500', '153353.147500', '153353.607500', '153354.067500', '153354.527500', '153354.987500', '153355.447500', '153355.907500', '153356.367500', '153356.827500', '153357.287500', '153357.747500', '153358.207500', '153358.667500', '153359.127500', '153359.587500', '153400.047500', '153400.507500', '153400.967500', '153401.427500', '153401.887500', '153402.347500', '153402.807500', '153403.267500', '153403.727500', '153404.187500', '153404.647500', '153405.107500', '153405.567500', '153406.027500', '153406.487500', '153406.947500', '153407.407500', '153407.867500', '153408.327500', '153408.787500', '153409.247500', '153409.707500', '153410.167500', '153410.627500', '153411.087500', '153411.547500', '153412.007500', '153412.467500', '153412.927500', '153413.387500', '153413.847500', '153414.307500', '153414.767500', '153415.227500', '153415.687500', '153416.147500', '153416.607500', '153417.067500', '153417.527500', '153417.987500', '153418.447500', '153418.907500', '153419.367500', '153419.827500', '153420.287500', '153420.747500', '153421.207500', '153421.667500', '153422.127500', '153422.587500', '153423.047500', '153423.507500', '153423.967500', '153424.427500', '153424.887500', '153425.347500', '153425.807500', '153426.267500', '153426.727500', '153427.187500', '153427.647500', '153428.107500', '153428.567500', '153429.027500', '153429.487500', '153429.947500', '153430.407500', '153430.867500', '153431.327500', '153431.787500', '153432.247500', '153432.707500', '153433.167500', '153433.627500', '153434.087500', '153434.547500', '153435.007500', '153435.467500', '153435.927500', '153436.387500', '153436.847500', '153437.307500', '153437.767500', '153438.227500', '153438.687500', '153439.147500', '153439.607500', '153440.067500', '153440.527500', '153440.987500', '153441.447500', '153441.907500', '153442.367500', '153442.827500', '153443.287500', '153443.747500', '153444.207500', '153444.667500', '153445.127500', '153445.587500', '153446.047500', '153446.507500', '153446.967500', '153447.427500', '153447.887500', '153448.347500', '153448.807500', '153449.267500', '153449.727500', '153450.187500', '153450.647500', '153451.107500', '153451.567500', '153452.027500', '153452.487500', '153452.947500', '153453.407500', '153453.867500', '153454.327500', '153454.787500', '153455.247500', '153455.707500', '153456.167500', '153456.627500', '153457.087500', '153457.547500', '153458.007500', '153458.467500', '153458.927500', '153459.387500', '153459.847500', '153500.307500', '153500.767500', '153501.227500', '153501.687500', '153502.147500', '153502.607500', '153503.067500', '153503.527500', '153503.987500', '153504.447500', '153504.907500', '153505.367500', '153505.827500', '153506.287500', '153506.747500', '153507.207500', '153507.667500', '153508.127500', '153508.587500', '153509.047500', '153509.507500', '153509.967500', '153510.427500', '153510.887500', '153511.347500', '153511.807500', '153512.267500', '153512.727500', '153513.187500', '153513.647500', '153514.107500', '153514.567500', '153515.027500', '153515.487500', '153515.947500', '153516.407500', '153516.867500', '153517.327500', '153517.787500', '153518.247500', '153518.707500', '153519.167500', '153519.627500', '153520.087500', '153520.547500', '153521.007500', '153521.467500', '153521.927500', '153522.387500', '153522.847500', '153523.307500', '153523.767500', '153524.227500', '153524.687500', '153525.147500', '153525.607500', '153526.067500', '153526.527500', '153526.987500', '153527.447500', '153527.907500', '153528.367500', '153528.827500', '153529.287500', '153529.747500', '153530.207500', '153530.667500', '153531.127500', '153531.587500', '153532.047500', '153532.507500', '153532.967500', '153533.427500', '153533.887500', '153534.347500', '153534.807500', '153535.267500', '153535.727500', '153536.187500', '153536.647500', '153537.107500', '153537.567500', '153538.027500', '153538.487500', '153538.947500', '153539.407500', '153539.867500', '153540.327500', '153540.787500', '153541.247500', '153541.707500', '153542.167500', '153542.627500', '153543.087500', '153543.547500', '153544.007500', '153544.467500', '153544.927500', '153545.387500', '153545.847500', '153546.307500', '153546.767500', '153547.227500', '153547.687500', '153548.147500', '153548.607500', '153549.067500', '153549.527500', '153549.987500', '153550.447500', '153550.907500', '153551.367500', '153551.827500', '153552.287500', '153552.747500', '153553.207500', '153553.667500', '153554.127500', '153554.587500', '153555.047500', '153555.507500', '153555.967500', '153556.427500', '153556.887500', '153557.347500', '153557.807500', '153558.267500', '153558.727500', '153559.187500', '153559.647500', '153600.107500', '153600.567500', '153601.027500', '153601.487500', '153601.947500', '153602.407500', '153602.867500', '153603.327500', '153603.787500', '153604.247500', '153604.707500', '153605.167500', '153605.627500', '153606.087500', '153606.547500', '153607.007500', '153607.467500', '153607.927500', '153608.387500', '153608.847500', '153609.307500', '153609.767500', '153610.227500', '153610.687500', '153611.147500', '153611.607500', '153612.067500', '153612.527500', '153612.987500', '153613.447500', '153613.907500', '153614.367500', '153614.827500', '153615.287500', '153615.747500', '153616.207500', '153616.667500', '153617.127500', '153617.587500', '153618.047500', '153618.507500', '153618.967500', '153619.427500', '153619.887500', '153620.347500', '153620.807500', '153621.267500', '153621.727500', '153622.187500', '153622.647500', '153623.107500', '153623.567500', '153624.027500', '153624.487500', '153624.947500', '153625.407500', '153625.867500', '153626.327500', '153626.787500', '153627.247500', '153627.707500', '153628.167500', '153628.627500', '153629.087500', '153629.547500', '153630.007500', '153630.467500', '153630.927500', '153631.387500', '153631.847500', '153632.307500', '153632.767500', '153633.227500', '153633.687500', '153634.147500', '153634.607500', '153635.067500', '153635.527500', '153635.987500', '153636.447500', '153636.907500', '153637.367500', '153637.827500', '153638.287500', '153638.747500', '153639.207500', '153639.667500', '153640.127500', '153640.587500', '153641.047500', '153641.507500', '153641.967500', '153642.427500', '153642.887500', '153643.347500', '153643.807500', '153644.267500', '153644.727500', '153645.187500', '153645.647500', '153646.107500', '153646.567500', '153647.027500', '153647.487500', '153647.947500', '153648.407500', '153648.867500', '153649.327500', '153649.787500', '153650.247500', '153650.707500', '153651.167500', '153651.627500', '153652.087500', '153652.547500', '153653.007500', '153653.467500', '153653.927500', '153654.387500', '153654.847500', '153655.307500', '153655.767500', '153656.227500', '153656.687500', '153657.147500', '153657.607500', '153658.067500', '153658.527500', '153658.987500', '153659.447500', '153659.907500', '153700.367500', '153700.827500', '153701.287500', '153701.747500', '153702.207500', '153702.667500', '153703.127500', '153703.587500', '153704.047500', '153704.507500', '153704.967500', '153705.427500', '153705.887500', '153706.347500', '153706.807500', '153707.267500', '153707.727500', '153708.187500', '153708.647500', '153709.107500', '153709.567500', '153710.027500', '153710.487500', '153710.947500', '153711.407500', '153711.867500', '153712.327500', '153712.787500', '153713.247500', '153713.707500', '153714.167500', '153714.627500', '153715.087500', '153715.547500', '153716.007500', '153716.467500', '153716.927500', '153717.387500', '153717.847500', '153718.307500', '153718.767500', '153719.227500', '153719.687500', '153720.147500', '153720.607500', '153721.067500', '153721.527500', '153721.987500', '153722.447500', '153722.907500', '153723.367500', '153723.827500', '153724.287500', '153724.747500', '153725.207500', '153725.667500', '153726.127500', '153726.587500', '153727.047500', '153727.507500', '153727.967500', '153728.427500', '153728.887500', '153729.347500', '153729.807500', '153730.267500', '153730.727500', '153731.187500', '153731.647500', '153732.107500', '153732.567500', '153733.027500', '153733.487500', '153733.947500', '153734.407500', '153734.867500', '153735.327500', '153735.787500', '153736.247500', '153736.707500', '153737.167500', '153737.627500', '153738.087500', '153738.547500', '153739.007500', '153739.467500', '153739.927500', '153740.387500', '153740.847500', '153741.307500', '153741.767500', '153742.227500', '153742.687500', '153743.147500', '153743.607500', '153744.067500', '153744.527500', '153744.987500', '153745.447500', '153745.907500', '153746.367500', '153746.827500', '153747.287500', '153747.747500', '153748.207500', '153748.667500', '153749.127500', '153749.587500', '153750.047500', '153750.507500', '153750.967500', '153751.427500', '153751.887500', '153752.347500', '153752.807500', '153753.267500', '153753.727500', '153754.187500', '153754.647500', '153755.107500', '153755.567500', '153756.027500', '153756.487500', '153756.947500', '153757.407500', '153757.867500', '153758.327500', '153758.787500', '153759.247500', '153759.707500', '153800.167500', '153800.627500', '153801.087500', '153801.547500', '153802.007500', '153802.467500', '153802.927500', '153803.387500', '153803.847500', '153804.307500', '153804.767500', '153805.227500', '153805.687500', '153806.147500', '153806.607500', '153807.067500', '153807.527500', '153807.987500', '153808.447500', '153808.907500', '153809.367500', '153809.827500', '153810.287500', '153810.747500', '153811.207500', '153811.667500', '153812.127500', '153812.587500', '153813.047500', '153813.507500', '153813.967500', '153814.427500', '153814.887500', '153815.347500', '153815.807500', '153816.267500', '153816.727500', '153817.187500', '153817.647500', '153818.107500', '153818.567500', '153819.027500', '153819.487500', '153819.947500', '153820.407500', '153820.867500', '153821.327500', '153821.787500', '153822.247500', '153822.707500', '153823.167500', '153823.627500', '153824.087500', '153824.547500', '153825.007500', '153825.467500', '153825.927500', '153826.387500', '153826.847500', '153827.307500', '153827.767500', '153828.227500', '153828.687500', '153829.147500', '153829.607500', '153830.067500', '153830.527500', '153830.987500', '153831.447500', '153831.907500', '153832.367500', '153832.827500', '153833.287500', '153833.747500', '153834.207500', '153834.667500', '153835.127500', '153835.587500', '153836.047500', '153836.507500', '153836.967500', '153837.427500', '153837.887500', '153838.347500', '153838.807500', '153839.267500', '153839.727500', '153840.187500'], 'ContentTime': ['152918.702000', '152918.707000', '152918.710000', '152918.712000', '152918.715000', '152918.718000', '152918.720000', '152918.723000', '152918.726000', '152918.728000', '152918.731000', '152918.733000', '152918.736000', '152918.739000', '152918.741000', '152918.744000', '152918.746000', '152918.749000', '152918.752000', '152918.754000', '152918.757000', '152918.760000', '152918.762000', '152918.765000', '152918.767000', '152918.770000', '152918.773000', '152918.775000', '152918.778000', '152918.781000', '152918.783000', '152918.786000', '152918.788000', '152918.791000', '152918.793000', '152918.796000', '152918.799000', '152918.805000', '152918.807000', '152918.810000', '152918.812000', '152918.815000', '152918.818000', '152918.820000', '152938.667000', '152938.670000', '152938.673000', '152938.675000', '152938.678000', '152938.681000', '152938.683000', '152938.686000', '152938.688000', '152938.691000', '152938.694000', '152938.696000', '152938.699000', '152938.701000', '152938.704000', '152938.706000', '152938.709000', '152938.712000', '152938.714000', '152938.717000', '152938.719000', '152938.722000', '152938.724000', '152938.727000', '152938.730000', '152938.732000', '152938.735000', '152938.737000', '152938.740000', '152938.743000', '152938.745000', '152938.757000', '152938.760000', '152938.763000', '152938.765000', '152938.769000', '152938.772000', '152938.774000', '152938.777000', '152938.779000', '152938.782000', '152938.785000', '152938.787000', '152958.667000', '152958.671000', '152958.674000', '152958.676000', '152958.679000', '152958.682000', '152958.684000', '152958.687000', '152958.690000', '152958.692000', '152958.695000', '152958.707000', '152958.709000', '152958.712000', '152958.715000', '152958.717000', '152958.720000', '152958.722000', '152958.725000', '152958.727000', '152958.730000', '152958.733000', '152958.735000', '152958.738000', '152958.740000', '152958.743000', '152958.746000', '152958.748000', '152958.751000', '152958.754000', '152958.756000', '152958.771000', '152958.774000', '152958.776000', '152958.779000', '152958.782000', '152958.788000', '152958.791000', '152958.794000', '152958.796000', '152958.799000', '152958.802000', '152958.804000', '152958.807000', '153018.668000', '153018.672000', '153018.674000', '153018.677000', '153018.679000', '153018.682000', '153018.685000', '153018.687000', '153018.690000', '153018.693000', '153018.695000', '153018.698000', '153018.701000', '153018.703000', '153018.706000', '153018.709000', '153018.711000', '153018.714000', '153018.716000', '153018.719000', '153018.721000', '153018.724000', '153018.727000', '153018.729000', '153018.732000', '153018.735000', '153018.737000', '153018.740000', '153018.742000', '153018.745000', '153018.748000', '153018.750000', '153018.753000', '153018.756000', '153018.758000', '153018.761000', '153018.764000', '153018.766000', '153018.775000', '153018.777000', '153018.780000', '153018.782000', '153018.785000', '153018.788000', '153038.669000', '153038.671000', '153038.674000', '153038.677000', '153038.679000', '153038.682000', '153038.685000', '153038.687000', '153038.690000', '153038.693000', '153038.695000', '153038.698000', '153038.700000', '153038.703000', '153038.706000', '153038.708000', '153038.720000', '153038.722000', '153038.725000', '153038.728000', '153038.730000', '153038.733000', '153038.736000', '153038.738000', '153038.741000', '153038.743000', '153038.746000', '153038.749000', '153038.751000', '153038.754000', '153038.757000', '153038.759000', '153038.762000', '153038.764000', '153038.767000', '153038.770000', '153038.772000', '153038.775000', '153038.777000', '153038.780000', '153038.783000', '153038.785000', '153038.788000', '153058.668000', '153058.671000', '153058.674000', '153058.677000', '153058.680000', '153058.682000', '153058.685000', '153058.688000', '153058.690000', '153058.693000', '153058.696000', '153058.698000', '153058.701000', '153058.703000', '153058.706000', '153058.709000', '153058.711000', '153058.714000', '153058.716000', '153058.719000', '153058.722000', '153058.724000', '153058.727000', '153058.729000', '153058.732000', '153058.735000', '153058.737000', '153058.740000', '153058.743000', '153058.745000', '153058.752000', '153058.754000', '153058.757000', '153058.760000', '153058.762000', '153058.765000', '153058.768000', '153058.770000', '153058.773000', '153058.776000', '153058.778000', '153058.781000', '153058.783000', '153058.786000', '153118.669000', '153118.671000', '153118.674000', '153118.677000', '153118.679000', '153118.682000', '153118.685000', '153118.688000', '153118.690000', '153118.693000', '153118.696000', '153118.698000', '153118.701000', '153118.703000', '153118.706000', '153118.709000', '153118.711000', '153118.714000', '153118.717000', '153118.719000', '153118.722000', '153118.724000', '153118.727000', '153118.730000', '153118.732000', '153118.735000', '153118.737000', '153118.740000', '153118.742000', '153118.745000', '153118.748000', '153118.750000', '153118.753000', '153118.756000', '153118.758000', '153118.780000', '153118.783000', '153118.785000', '153118.788000', '153118.791000', '153118.793000', '153118.796000', '153118.799000', '153138.669000', '153138.671000', '153138.674000', '153138.677000', '153138.679000', '153138.682000', '153138.685000', '153138.687000', '153138.690000', '153138.693000', '153138.695000', '153138.698000', '153138.700000', '153138.703000', '153138.706000', '153138.708000', '153138.711000', '153138.714000', '153138.716000', '153138.719000', '153138.722000', '153138.724000', '153138.727000', '153138.729000', '153138.732000', '153138.735000', '153138.737000', '153138.740000', '153138.742000', '153138.745000', '153138.748000', '153138.751000', '153138.753000', '153138.756000', '153138.758000', '153138.761000', '153138.764000', '153138.766000', '153138.769000', '153138.771000', '153138.780000', '153138.783000', '153138.785000', '153138.788000', '153158.667000', '153158.671000', '153158.673000', '153158.676000', '153158.678000', '153158.681000', '153158.684000', '153158.687000', '153158.689000', '153158.692000', '153158.695000', '153158.697000', '153158.700000', '153158.703000', '153158.705000', '153158.708000', '153158.710000', '153158.713000', '153158.716000', '153158.719000', '153158.721000', '153158.724000', '153158.726000', '153158.729000', '153158.732000', '153158.734000', '153158.737000', '153158.740000', '153158.742000', '153158.745000', '153158.748000', '153158.750000', '153158.753000', '153158.756000', '153158.758000', '153158.761000', '153158.763000', '153158.766000', '153158.769000', '153158.771000', '153158.774000', '153158.776000', '153158.779000', '153218.668000', '153218.670000', '153218.673000', '153218.676000', '153218.679000', '153218.681000', '153218.684000', '153218.687000', '153218.689000', '153218.692000', '153218.694000', '153218.697000', '153218.700000', '153218.702000', '153218.705000', '153218.708000', '153218.710000', '153218.713000', '153218.716000', '153218.718000', '153218.721000', '153218.724000', '153218.726000', '153218.729000', '153218.731000', '153218.734000', '153218.737000', '153218.739000', '153218.742000', '153218.745000', '153218.747000', '153218.750000', '153218.752000', '153218.755000', '153218.758000', '153218.760000', '153218.763000', '153218.766000', '153218.768000', '153218.771000', '153218.773000', '153218.776000', '153218.779000', '153218.781000', '153238.669000', '153238.671000', '153238.674000', '153238.677000', '153238.679000', '153238.682000', '153238.685000', '153238.687000', '153238.690000', '153238.693000', '153238.695000', '153238.698000', '153238.700000', '153238.703000', '153238.706000', '153238.708000', '153238.711000', '153238.714000', '153238.716000', '153238.719000', '153238.722000', '153238.724000', '153238.727000', '153238.730000', '153238.732000', '153238.735000', '153238.738000', '153238.740000', '153238.743000', '153238.746000', '153238.748000', '153238.751000', '153238.753000', '153238.756000', '153238.759000', '153238.761000', '153238.764000', '153238.766000', '153238.769000', '153238.772000', '153238.774000', '153238.777000', '153238.779000', '153258.669000', '153258.672000', '153258.674000', '153258.677000', '153258.680000', '153258.682000', '153258.685000', '153258.688000', '153258.691000', '153258.693000', '153258.696000', '153258.699000', '153258.701000', '153258.704000', '153258.707000', '153258.709000', '153258.712000', '153258.722000', '153258.725000', '153258.727000', '153258.730000', '153258.732000', '153258.735000', '153258.738000', '153258.740000', '153258.743000', '153258.746000', '153258.748000', '153258.751000', '153258.754000', '153258.756000', '153258.759000', '153258.762000', '153258.765000', '153258.767000', '153258.770000', '153258.772000', '153258.775000', '153258.778000', '153258.780000', '153258.783000', '153258.786000', '153258.788000', '153258.791000', '153318.668000', '153318.671000', '153318.674000', '153318.677000', '153318.679000', '153318.682000', '153318.685000', '153318.687000', '153318.690000', '153318.692000', '153318.695000', '153318.698000', '153318.700000', '153318.703000', '153318.706000', '153318.708000', '153318.711000', '153318.714000', '153318.716000', '153318.719000', '153318.721000', '153318.724000', '153318.727000', '153318.729000', '153318.732000', '153318.735000', '153318.737000', '153318.740000', '153318.742000', '153318.745000', '153318.748000', '153318.751000', '153318.753000', '153318.756000', '153318.759000', '153318.761000', '153318.764000', '153318.766000', '153318.769000', '153318.772000', '153318.774000', '153318.777000', '153318.779000', '153338.669000', '153338.672000', '153338.674000', '153338.677000', '153338.680000', '153338.682000', '153338.685000', '153338.687000', '153338.690000', '153338.693000', '153338.695000', '153338.698000', '153338.700000', '153338.703000', '153338.706000', '153338.708000', '153338.711000', '153338.714000', '153338.716000', '153338.719000', '153338.722000', '153338.725000', '153338.728000', '153338.730000', '153338.733000', '153338.735000', '153338.738000', '153338.741000', '153338.743000', '153338.746000', '153338.749000', '153338.751000', '153338.754000', '153338.757000', '153338.759000', '153338.762000', '153338.764000', '153338.767000', '153338.770000', '153338.772000', '153338.775000', '153338.778000', '153338.780000', '153338.783000', '153358.668000', '153358.671000', '153358.674000', '153358.677000', '153358.680000', '153358.682000', '153358.685000', '153358.688000', '153358.690000', '153358.693000', '153358.696000', '153358.698000', '153358.701000', '153358.703000', '153358.706000', '153358.709000', '153358.711000', '153358.714000', '153358.717000', '153358.719000', '153358.722000', '153358.725000', '153358.727000', '153358.730000', '153358.732000', '153358.735000', '153358.738000', '153358.740000', '153358.743000', '153358.746000', '153358.749000', '153358.751000', '153358.754000', '153358.756000', '153358.759000', '153358.762000', '153358.764000', '153358.767000', '153358.770000', '153358.772000', '153358.775000', '153358.777000', '153358.780000', '153418.668000', '153418.670000', '153418.673000', '153418.676000', '153418.678000', '153418.681000', '153418.684000', '153418.686000', '153418.689000', '153418.692000', '153418.694000', '153418.697000', '153418.699000', '153418.702000', '153418.705000', '153418.707000', '153418.710000', '153418.713000', '153418.715000', '153418.718000', '153418.721000', '153418.723000', '153418.726000', '153418.729000', '153418.731000', '153418.734000', '153418.737000', '153418.739000', '153418.742000', '153418.745000', '153418.747000', '153418.750000', '153418.753000', '153418.755000', '153418.758000', '153418.761000', '153418.763000', '153418.766000', '153418.768000', '153418.771000', '153418.774000', '153418.776000', '153418.788000', '153418.793000', '153438.668000', '153438.672000', '153438.674000', '153438.677000', '153438.680000', '153438.682000', '153438.685000', '153438.688000', '153438.691000', '153438.693000', '153438.696000', '153438.699000', '153438.701000', '153438.704000', '153438.707000', '153438.709000', '153438.712000', '153438.715000', '153438.717000', '153438.720000', '153438.723000', '153438.725000', '153438.728000', '153438.730000', '153438.733000', '153438.736000', '153438.738000', '153438.741000', '153438.744000', '153438.746000', '153438.749000', '153438.752000', '153438.754000', '153438.757000', '153438.760000', '153438.762000', '153438.765000', '153438.767000', '153438.770000', '153438.773000', '153438.775000', '153438.778000', '153438.781000', '153458.669000', '153458.671000', '153458.674000', '153458.677000', '153458.679000', '153458.682000', '153458.685000', '153458.687000', '153458.690000', '153458.693000', '153458.695000', '153458.698000', '153458.701000', '153458.704000', '153458.707000', '153458.709000', '153458.712000', '153458.715000', '153458.717000', '153458.720000', '153458.723000', '153458.725000', '153458.728000', '153458.730000', '153458.733000', '153458.736000', '153458.739000', '153458.742000', '153458.744000', '153458.747000', '153458.750000', '153458.752000', '153458.755000', '153458.757000', '153458.761000', '153458.764000', '153458.766000', '153458.769000', '153458.771000', '153458.774000', '153458.777000', '153458.779000', '153458.782000', '153518.668000', '153518.671000', '153518.674000', '153518.677000', '153518.679000', '153518.690000', '153518.693000', '153518.695000', '153518.698000', '153518.701000', '153518.703000', '153518.706000', '153518.709000', '153518.711000', '153518.714000', '153518.717000', '153518.719000', '153518.722000', '153518.725000', '153518.727000', '153518.730000', '153518.733000', '153518.735000', '153518.738000', '153518.741000', '153518.743000', '153518.746000', '153518.748000', '153518.751000', '153518.754000', '153518.756000', '153518.759000', '153518.761000', '153518.764000', '153518.767000', '153518.769000', '153518.772000', '153518.775000', '153518.777000', '153518.780000', '153518.782000', '153518.785000', '153518.788000', '153518.790000', '153538.669000', '153538.671000', '153538.675000', '153538.678000', '153538.680000', '153538.683000', '153538.686000', '153538.689000', '153538.692000', '153538.694000', '153538.697000', '153538.700000', '153538.702000', '153538.705000', '153538.708000', '153538.710000', '153538.713000', '153538.715000', '153538.718000', '153538.721000', '153538.723000', '153538.726000', '153538.729000', '153538.731000', '153538.734000', '153538.737000', '153538.739000', '153538.742000', '153538.744000', '153538.747000', '153538.749000', '153538.752000', '153538.755000', '153538.757000', '153538.760000', '153538.762000', '153538.765000', '153538.768000', '153538.770000', '153538.773000', '153538.776000', '153538.778000', '153538.781000', '153558.669000', '153558.671000', '153558.674000', '153558.677000', '153558.680000', '153558.682000', '153558.685000', '153558.687000', '153558.690000', '153558.693000', '153558.695000', '153558.698000', '153558.701000', '153558.703000', '153558.706000', '153558.709000', '153558.711000', '153558.714000', '153558.716000', '153558.719000', '153558.722000', '153558.724000', '153558.727000', '153558.730000', '153558.732000', '153558.735000', '153558.738000', '153558.740000', '153558.743000', '153558.746000', '153558.748000', '153558.751000', '153558.753000', '153558.756000', '153558.759000', '153558.761000', '153558.764000', '153558.766000', '153558.769000', '153558.772000', '153558.774000', '153558.777000', '153558.779000', '153558.782000', '153618.669000', '153618.672000', '153618.674000', '153618.677000', '153618.680000', '153618.682000', '153618.685000', '153618.688000', '153618.690000', '153618.693000', '153618.695000', '153618.698000', '153618.701000', '153618.703000', '153618.706000', '153618.708000', '153618.711000', '153618.714000', '153618.716000', '153618.719000', '153618.722000', '153618.724000', '153618.727000', '153618.730000', '153618.732000', '153618.735000', '153618.738000', '153618.740000', '153618.743000', '153618.746000', '153618.749000', '153618.752000', '153618.755000', '153618.757000', '153618.760000', '153618.762000', '153618.767000', '153618.769000', '153618.772000', '153618.775000', '153618.777000', '153618.780000', '153618.782000', '153638.668000', '153638.671000', '153638.673000', '153638.677000', '153638.679000', '153638.682000', '153638.684000', '153638.687000', '153638.690000', '153638.692000', '153638.695000', '153638.698000', '153638.700000', '153638.703000', '153638.705000', '153638.708000', '153638.711000', '153638.713000', '153638.716000', '153638.719000', '153638.721000', '153638.724000', '153638.727000', '153638.729000', '153638.732000', '153638.734000', '153638.737000', '153638.740000', '153638.742000', '153638.745000', '153638.748000', '153638.750000', '153638.753000', '153638.755000', '153638.758000', '153638.761000', '153638.763000', '153638.766000', '153638.768000', '153638.771000', '153638.774000', '153638.776000', '153638.779000', '153638.781000', '153658.668000', '153658.670000', '153658.673000', '153658.676000', '153658.678000', '153658.681000', '153658.684000', '153658.686000', '153658.689000', '153658.691000', '153658.694000', '153658.697000', '153658.699000', '153658.702000', '153658.704000', '153658.707000', '153658.710000', '153658.712000', '153658.715000', '153658.717000', '153658.720000', '153658.723000', '153658.725000', '153658.728000', '153658.731000', '153658.733000', '153658.736000', '153658.738000', '153658.741000', '153658.744000', '153658.746000', '153658.749000', '153658.751000', '153658.754000', '153658.757000', '153658.760000', '153658.762000', '153658.765000', '153658.767000', '153658.770000', '153658.773000', '153658.776000', '153658.778000', '153718.669000', '153718.671000', '153718.674000', '153718.677000', '153718.680000', '153718.682000', '153718.685000', '153718.688000', '153718.690000', '153718.693000', '153718.695000', '153718.698000', '153718.701000', '153718.703000', '153718.706000', '153718.709000', '153718.711000', '153718.714000', '153718.717000', '153718.720000', '153718.722000', '153718.725000', '153718.728000', '153718.730000', '153718.733000', '153718.735000', '153718.738000', '153718.741000', '153718.743000', '153718.746000', '153718.749000', '153718.751000', '153718.754000', '153718.756000', '153718.759000', '153718.762000', '153718.764000', '153718.767000', '153718.770000', '153718.772000', '153718.775000', '153718.778000', '153718.780000', '153718.783000', '153738.669000', '153738.672000', '153738.674000', '153738.677000', '153738.680000', '153738.682000', '153738.685000', '153738.687000', '153738.690000', '153738.693000', '153738.695000', '153738.698000', '153738.701000', '153738.703000', '153738.706000', '153738.709000', '153738.711000', '153738.714000', '153738.716000', '153738.719000', '153738.722000', '153738.724000', '153738.727000', '153738.730000', '153738.732000', '153738.735000', '153738.738000', '153738.741000', '153738.744000', '153738.747000', '153738.749000', '153738.752000', '153738.755000', '153738.757000', '153738.760000', '153738.763000', '153738.765000', '153738.768000', '153738.771000', '153738.773000', '153738.776000', '153738.779000', '153738.781000', '153758.669000', '153758.672000', '153758.674000', '153758.677000', '153758.680000', '153758.682000', '153758.685000', '153758.687000', '153758.690000', '153758.693000', '153758.696000', '153758.698000', '153758.701000', '153758.704000', '153758.706000', '153758.709000', '153758.711000', '153758.714000', '153758.717000', '153758.719000', '153758.730000', '153758.733000', '153758.736000', '153758.738000', '153758.741000', '153758.744000', '153758.746000', '153758.749000', '153758.751000', '153758.754000', '153758.757000', '153758.759000', '153758.762000', '153758.765000', '153758.767000', '153758.770000', '153758.772000', '153758.775000', '153758.778000', '153758.780000', '153758.783000', '153758.786000', '153758.788000', '153758.791000', '153818.668000', '153818.671000', '153818.674000', '153818.677000', '153818.679000', '153818.682000', '153818.684000', '153818.687000', '153818.690000', '153818.692000', '153818.695000', '153818.698000', '153818.701000', '153818.703000', '153818.706000', '153818.709000', '153818.711000', '153818.714000', '153818.717000', '153818.719000', '153818.722000', '153818.725000', '153818.727000', '153818.730000', '153818.732000', '153818.735000', '153818.738000', '153818.740000', '153818.743000', '153818.746000', '153818.748000', '153818.751000', '153818.754000', '153818.756000', '153818.759000', '153818.762000', '153818.764000', '153818.767000', '153818.770000', '153818.772000', '153818.775000', '153818.778000', '153818.780000', '153838.669000', '153838.672000', '153838.674000', '153838.677000', '153838.680000', '153838.683000', '153838.686000', '153838.688000', '153838.691000', '153838.694000', '153838.696000', '153838.699000', '153838.701000', '153838.704000', '153838.706000', '153838.709000', '153838.712000', '153838.714000', '153838.717000', '153838.720000', '153838.722000', '153838.725000', '153838.728000', '153838.730000', '153838.733000', '153838.735000', '153838.738000', '153838.741000', '153838.743000', '153838.746000', '153838.749000', '153838.751000', '153838.754000', '153838.756000', '153838.759000', '153838.762000', '153838.764000', '153838.767000', '153838.769000', '153838.772000', '153838.775000', '153838.777000', '153838.780000', '153838.783000', '153841.341000', '153841.344000', '153841.346000', '153841.349000', '153841.352000', '153841.355000'], 'InstanceCreationTime': ['152918.702000', '152918.707000', '152918.710000', '152918.712000', '152918.715000', '152918.718000', '152918.720000', '152918.723000', '152918.726000', '152918.728000', '152918.731000', '152918.733000', '152918.736000', '152918.739000', '152918.741000', '152918.744000', '152918.746000', '152918.749000', '152918.752000', '152918.754000', '152918.757000', '152918.760000', '152918.762000', '152918.765000', '152918.767000', '152918.770000', '152918.773000', '152918.775000', '152918.778000', '152918.781000', '152918.783000', '152918.786000', '152918.788000', '152918.791000', '152918.793000', '152918.796000', '152918.799000', '152918.805000', '152918.807000', '152918.810000', '152918.812000', '152918.815000', '152918.818000', '152918.820000', '152938.667000', '152938.670000', '152938.673000', '152938.675000', '152938.678000', '152938.681000', '152938.683000', '152938.686000', '152938.688000', '152938.691000', '152938.694000', '152938.696000', '152938.699000', '152938.701000', '152938.704000', '152938.706000', '152938.709000', '152938.712000', '152938.714000', '152938.717000', '152938.719000', '152938.722000', '152938.724000', '152938.727000', '152938.730000', '152938.732000', '152938.735000', '152938.737000', '152938.740000', '152938.743000', '152938.745000', '152938.757000', '152938.760000', '152938.763000', '152938.765000', '152938.769000', '152938.772000', '152938.774000', '152938.777000', '152938.779000', '152938.782000', '152938.785000', '152938.787000', '152958.667000', '152958.671000', '152958.674000', '152958.676000', '152958.679000', '152958.682000', '152958.684000', '152958.687000', '152958.690000', '152958.692000', '152958.695000', '152958.707000', '152958.709000', '152958.712000', '152958.715000', '152958.717000', '152958.720000', '152958.722000', '152958.725000', '152958.727000', '152958.730000', '152958.733000', '152958.735000', '152958.738000', '152958.740000', '152958.743000', '152958.746000', '152958.748000', '152958.751000', '152958.754000', '152958.756000', '152958.771000', '152958.774000', '152958.776000', '152958.779000', '152958.782000', '152958.788000', '152958.791000', '152958.794000', '152958.796000', '152958.799000', '152958.802000', '152958.804000', '152958.807000', '153018.668000', '153018.672000', '153018.674000', '153018.677000', '153018.679000', '153018.682000', '153018.685000', '153018.687000', '153018.690000', '153018.693000', '153018.695000', '153018.698000', '153018.701000', '153018.703000', '153018.706000', '153018.709000', '153018.711000', '153018.714000', '153018.716000', '153018.719000', '153018.721000', '153018.724000', '153018.727000', '153018.729000', '153018.732000', '153018.735000', '153018.737000', '153018.740000', '153018.742000', '153018.745000', '153018.748000', '153018.750000', '153018.753000', '153018.756000', '153018.758000', '153018.761000', '153018.764000', '153018.766000', '153018.775000', '153018.777000', '153018.780000', '153018.782000', '153018.785000', '153018.788000', '153038.669000', '153038.671000', '153038.674000', '153038.677000', '153038.679000', '153038.682000', '153038.685000', '153038.687000', '153038.690000', '153038.693000', '153038.695000', '153038.698000', '153038.700000', '153038.703000', '153038.706000', '153038.708000', '153038.720000', '153038.722000', '153038.725000', '153038.728000', '153038.730000', '153038.733000', '153038.736000', '153038.738000', '153038.741000', '153038.743000', '153038.746000', '153038.749000', '153038.751000', '153038.754000', '153038.757000', '153038.759000', '153038.762000', '153038.764000', '153038.767000', '153038.770000', '153038.772000', '153038.775000', '153038.777000', '153038.780000', '153038.783000', '153038.785000', '153038.788000', '153058.668000', '153058.671000', '153058.674000', '153058.677000', '153058.680000', '153058.682000', '153058.685000', '153058.688000', '153058.690000', '153058.693000', '153058.696000', '153058.698000', '153058.701000', '153058.703000', '153058.706000', '153058.709000', '153058.711000', '153058.714000', '153058.716000', '153058.719000', '153058.722000', '153058.724000', '153058.727000', '153058.729000', '153058.732000', '153058.735000', '153058.737000', '153058.740000', '153058.743000', '153058.745000', '153058.752000', '153058.754000', '153058.757000', '153058.760000', '153058.762000', '153058.765000', '153058.768000', '153058.770000', '153058.773000', '153058.776000', '153058.778000', '153058.781000', '153058.783000', '153058.786000', '153118.669000', '153118.671000', '153118.674000', '153118.677000', '153118.679000', '153118.682000', '153118.685000', '153118.688000', '153118.690000', '153118.693000', '153118.696000', '153118.698000', '153118.701000', '153118.703000', '153118.706000', '153118.709000', '153118.711000', '153118.714000', '153118.717000', '153118.719000', '153118.722000', '153118.724000', '153118.727000', '153118.730000', '153118.732000', '153118.735000', '153118.737000', '153118.740000', '153118.742000', '153118.745000', '153118.748000', '153118.750000', '153118.753000', '153118.756000', '153118.758000', '153118.780000', '153118.783000', '153118.785000', '153118.788000', '153118.791000', '153118.793000', '153118.796000', '153118.799000', '153138.669000', '153138.671000', '153138.674000', '153138.677000', '153138.679000', '153138.682000', '153138.685000', '153138.687000', '153138.690000', '153138.693000', '153138.695000', '153138.698000', '153138.700000', '153138.703000', '153138.706000', '153138.708000', '153138.711000', '153138.714000', '153138.716000', '153138.719000', '153138.722000', '153138.724000', '153138.727000', '153138.729000', '153138.732000', '153138.735000', '153138.737000', '153138.740000', '153138.742000', '153138.745000', '153138.748000', '153138.751000', '153138.753000', '153138.756000', '153138.758000', '153138.761000', '153138.764000', '153138.766000', '153138.769000', '153138.771000', '153138.780000', '153138.783000', '153138.785000', '153138.788000', '153158.667000', '153158.671000', '153158.673000', '153158.676000', '153158.678000', '153158.681000', '153158.684000', '153158.687000', '153158.689000', '153158.692000', '153158.695000', '153158.697000', '153158.700000', '153158.703000', '153158.705000', '153158.708000', '153158.710000', '153158.713000', '153158.716000', '153158.719000', '153158.721000', '153158.724000', '153158.726000', '153158.729000', '153158.732000', '153158.734000', '153158.737000', '153158.740000', '153158.742000', '153158.745000', '153158.748000', '153158.750000', '153158.753000', '153158.756000', '153158.758000', '153158.761000', '153158.763000', '153158.766000', '153158.769000', '153158.771000', '153158.774000', '153158.776000', '153158.779000', '153218.668000', '153218.670000', '153218.673000', '153218.676000', '153218.679000', '153218.681000', '153218.684000', '153218.687000', '153218.689000', '153218.692000', '153218.694000', '153218.697000', '153218.700000', '153218.702000', '153218.705000', '153218.708000', '153218.710000', '153218.713000', '153218.716000', '153218.718000', '153218.721000', '153218.724000', '153218.726000', '153218.729000', '153218.731000', '153218.734000', '153218.737000', '153218.739000', '153218.742000', '153218.745000', '153218.747000', '153218.750000', '153218.752000', '153218.755000', '153218.758000', '153218.760000', '153218.763000', '153218.766000', '153218.768000', '153218.771000', '153218.773000', '153218.776000', '153218.779000', '153218.781000', '153238.669000', '153238.671000', '153238.674000', '153238.677000', '153238.679000', '153238.682000', '153238.685000', '153238.687000', '153238.690000', '153238.693000', '153238.695000', '153238.698000', '153238.700000', '153238.703000', '153238.706000', '153238.708000', '153238.711000', '153238.714000', '153238.716000', '153238.719000', '153238.722000', '153238.724000', '153238.727000', '153238.730000', '153238.732000', '153238.735000', '153238.738000', '153238.740000', '153238.743000', '153238.746000', '153238.748000', '153238.751000', '153238.753000', '153238.756000', '153238.759000', '153238.761000', '153238.764000', '153238.766000', '153238.769000', '153238.772000', '153238.774000', '153238.777000', '153238.779000', '153258.669000', '153258.672000', '153258.674000', '153258.677000', '153258.680000', '153258.682000', '153258.685000', '153258.688000', '153258.691000', '153258.693000', '153258.696000', '153258.699000', '153258.701000', '153258.704000', '153258.707000', '153258.709000', '153258.712000', '153258.722000', '153258.725000', '153258.727000', '153258.730000', '153258.732000', '153258.735000', '153258.738000', '153258.740000', '153258.743000', '153258.746000', '153258.748000', '153258.751000', '153258.754000', '153258.756000', '153258.759000', '153258.762000', '153258.765000', '153258.767000', '153258.770000', '153258.772000', '153258.775000', '153258.778000', '153258.780000', '153258.783000', '153258.786000', '153258.788000', '153258.791000', '153318.668000', '153318.671000', '153318.674000', '153318.677000', '153318.679000', '153318.682000', '153318.685000', '153318.687000', '153318.690000', '153318.692000', '153318.695000', '153318.698000', '153318.700000', '153318.703000', '153318.706000', '153318.708000', '153318.711000', '153318.714000', '153318.716000', '153318.719000', '153318.721000', '153318.724000', '153318.727000', '153318.729000', '153318.732000', '153318.735000', '153318.737000', '153318.740000', '153318.742000', '153318.745000', '153318.748000', '153318.751000', '153318.753000', '153318.756000', '153318.759000', '153318.761000', '153318.764000', '153318.766000', '153318.769000', '153318.772000', '153318.774000', '153318.777000', '153318.779000', '153338.669000', '153338.672000', '153338.674000', '153338.677000', '153338.680000', '153338.682000', '153338.685000', '153338.687000', '153338.690000', '153338.693000', '153338.695000', '153338.698000', '153338.700000', '153338.703000', '153338.706000', '153338.708000', '153338.711000', '153338.714000', '153338.716000', '153338.719000', '153338.722000', '153338.725000', '153338.728000', '153338.730000', '153338.733000', '153338.735000', '153338.738000', '153338.741000', '153338.743000', '153338.746000', '153338.749000', '153338.751000', '153338.754000', '153338.757000', '153338.759000', '153338.762000', '153338.764000', '153338.767000', '153338.770000', '153338.772000', '153338.775000', '153338.778000', '153338.780000', '153338.783000', '153358.668000', '153358.671000', '153358.674000', '153358.677000', '153358.680000', '153358.682000', '153358.685000', '153358.688000', '153358.690000', '153358.693000', '153358.696000', '153358.698000', '153358.701000', '153358.703000', '153358.706000', '153358.709000', '153358.711000', '153358.714000', '153358.717000', '153358.719000', '153358.722000', '153358.725000', '153358.727000', '153358.730000', '153358.732000', '153358.735000', '153358.738000', '153358.740000', '153358.743000', '153358.746000', '153358.749000', '153358.751000', '153358.754000', '153358.756000', '153358.759000', '153358.762000', '153358.764000', '153358.767000', '153358.770000', '153358.772000', '153358.775000', '153358.777000', '153358.780000', '153418.668000', '153418.670000', '153418.673000', '153418.676000', '153418.678000', '153418.681000', '153418.684000', '153418.686000', '153418.689000', '153418.692000', '153418.694000', '153418.697000', '153418.699000', '153418.702000', '153418.705000', '153418.707000', '153418.710000', '153418.713000', '153418.715000', '153418.718000', '153418.721000', '153418.723000', '153418.726000', '153418.729000', '153418.731000', '153418.734000', '153418.737000', '153418.739000', '153418.742000', '153418.745000', '153418.747000', '153418.750000', '153418.753000', '153418.755000', '153418.758000', '153418.761000', '153418.763000', '153418.766000', '153418.768000', '153418.771000', '153418.774000', '153418.776000', '153418.788000', '153418.793000', '153438.668000', '153438.672000', '153438.674000', '153438.677000', '153438.680000', '153438.682000', '153438.685000', '153438.688000', '153438.691000', '153438.693000', '153438.696000', '153438.699000', '153438.701000', '153438.704000', '153438.707000', '153438.709000', '153438.712000', '153438.715000', '153438.717000', '153438.720000', '153438.723000', '153438.725000', '153438.728000', '153438.730000', '153438.733000', '153438.736000', '153438.738000', '153438.741000', '153438.744000', '153438.746000', '153438.749000', '153438.752000', '153438.754000', '153438.757000', '153438.760000', '153438.762000', '153438.765000', '153438.767000', '153438.770000', '153438.773000', '153438.775000', '153438.778000', '153438.781000', '153458.669000', '153458.671000', '153458.674000', '153458.677000', '153458.679000', '153458.682000', '153458.685000', '153458.687000', '153458.690000', '153458.693000', '153458.695000', '153458.698000', '153458.701000', '153458.704000', '153458.707000', '153458.709000', '153458.712000', '153458.715000', '153458.717000', '153458.720000', '153458.723000', '153458.725000', '153458.728000', '153458.730000', '153458.733000', '153458.736000', '153458.739000', '153458.742000', '153458.744000', '153458.747000', '153458.750000', '153458.752000', '153458.755000', '153458.757000', '153458.761000', '153458.764000', '153458.766000', '153458.769000', '153458.771000', '153458.774000', '153458.777000', '153458.779000', '153458.782000', '153518.668000', '153518.671000', '153518.674000', '153518.677000', '153518.679000', '153518.690000', '153518.693000', '153518.695000', '153518.698000', '153518.701000', '153518.703000', '153518.706000', '153518.709000', '153518.711000', '153518.714000', '153518.717000', '153518.719000', '153518.722000', '153518.725000', '153518.727000', '153518.730000', '153518.733000', '153518.735000', '153518.738000', '153518.741000', '153518.743000', '153518.746000', '153518.748000', '153518.751000', '153518.754000', '153518.756000', '153518.759000', '153518.761000', '153518.764000', '153518.767000', '153518.769000', '153518.772000', '153518.775000', '153518.777000', '153518.780000', '153518.782000', '153518.785000', '153518.788000', '153518.790000', '153538.669000', '153538.671000', '153538.675000', '153538.678000', '153538.680000', '153538.683000', '153538.686000', '153538.689000', '153538.692000', '153538.694000', '153538.697000', '153538.700000', '153538.702000', '153538.705000', '153538.708000', '153538.710000', '153538.713000', '153538.715000', '153538.718000', '153538.721000', '153538.723000', '153538.726000', '153538.729000', '153538.731000', '153538.734000', '153538.737000', '153538.739000', '153538.742000', '153538.744000', '153538.747000', '153538.749000', '153538.752000', '153538.755000', '153538.757000', '153538.760000', '153538.762000', '153538.765000', '153538.768000', '153538.770000', '153538.773000', '153538.776000', '153538.778000', '153538.781000', '153558.669000', '153558.671000', '153558.674000', '153558.677000', '153558.680000', '153558.682000', '153558.685000', '153558.687000', '153558.690000', '153558.693000', '153558.695000', '153558.698000', '153558.701000', '153558.703000', '153558.706000', '153558.709000', '153558.711000', '153558.714000', '153558.716000', '153558.719000', '153558.722000', '153558.724000', '153558.727000', '153558.730000', '153558.732000', '153558.735000', '153558.738000', '153558.740000', '153558.743000', '153558.746000', '153558.748000', '153558.751000', '153558.753000', '153558.756000', '153558.759000', '153558.761000', '153558.764000', '153558.766000', '153558.769000', '153558.772000', '153558.774000', '153558.777000', '153558.779000', '153558.782000', '153618.669000', '153618.672000', '153618.674000', '153618.677000', '153618.680000', '153618.682000', '153618.685000', '153618.688000', '153618.690000', '153618.693000', '153618.695000', '153618.698000', '153618.701000', '153618.703000', '153618.706000', '153618.708000', '153618.711000', '153618.714000', '153618.716000', '153618.719000', '153618.722000', '153618.724000', '153618.727000', '153618.730000', '153618.732000', '153618.735000', '153618.738000', '153618.740000', '153618.743000', '153618.746000', '153618.749000', '153618.752000', '153618.755000', '153618.757000', '153618.760000', '153618.762000', '153618.767000', '153618.769000', '153618.772000', '153618.775000', '153618.777000', '153618.780000', '153618.782000', '153638.668000', '153638.671000', '153638.673000', '153638.677000', '153638.679000', '153638.682000', '153638.684000', '153638.687000', '153638.690000', '153638.692000', '153638.695000', '153638.698000', '153638.700000', '153638.703000', '153638.705000', '153638.708000', '153638.711000', '153638.713000', '153638.716000', '153638.719000', '153638.721000', '153638.724000', '153638.727000', '153638.729000', '153638.732000', '153638.734000', '153638.737000', '153638.740000', '153638.742000', '153638.745000', '153638.748000', '153638.750000', '153638.753000', '153638.755000', '153638.758000', '153638.761000', '153638.763000', '153638.766000', '153638.768000', '153638.771000', '153638.774000', '153638.776000', '153638.779000', '153638.781000', '153658.668000', '153658.670000', '153658.673000', '153658.676000', '153658.678000', '153658.681000', '153658.684000', '153658.686000', '153658.689000', '153658.691000', '153658.694000', '153658.697000', '153658.699000', '153658.702000', '153658.704000', '153658.707000', '153658.710000', '153658.712000', '153658.715000', '153658.717000', '153658.720000', '153658.723000', '153658.725000', '153658.728000', '153658.731000', '153658.733000', '153658.736000', '153658.738000', '153658.741000', '153658.744000', '153658.746000', '153658.749000', '153658.751000', '153658.754000', '153658.757000', '153658.760000', '153658.762000', '153658.765000', '153658.767000', '153658.770000', '153658.773000', '153658.776000', '153658.778000', '153718.669000', '153718.671000', '153718.674000', '153718.677000', '153718.680000', '153718.682000', '153718.685000', '153718.688000', '153718.690000', '153718.693000', '153718.695000', '153718.698000', '153718.701000', '153718.703000', '153718.706000', '153718.709000', '153718.711000', '153718.714000', '153718.717000', '153718.720000', '153718.722000', '153718.725000', '153718.728000', '153718.730000', '153718.733000', '153718.735000', '153718.738000', '153718.741000', '153718.743000', '153718.746000', '153718.749000', '153718.751000', '153718.754000', '153718.756000', '153718.759000', '153718.762000', '153718.764000', '153718.767000', '153718.770000', '153718.772000', '153718.775000', '153718.778000', '153718.780000', '153718.783000', '153738.669000', '153738.672000', '153738.674000', '153738.677000', '153738.680000', '153738.682000', '153738.685000', '153738.687000', '153738.690000', '153738.693000', '153738.695000', '153738.698000', '153738.701000', '153738.703000', '153738.706000', '153738.709000', '153738.711000', '153738.714000', '153738.716000', '153738.719000', '153738.722000', '153738.724000', '153738.727000', '153738.730000', '153738.732000', '153738.735000', '153738.738000', '153738.741000', '153738.744000', '153738.747000', '153738.749000', '153738.752000', '153738.755000', '153738.757000', '153738.760000', '153738.763000', '153738.765000', '153738.768000', '153738.771000', '153738.773000', '153738.776000', '153738.779000', '153738.781000', '153758.669000', '153758.672000', '153758.674000', '153758.677000', '153758.680000', '153758.682000', '153758.685000', '153758.687000', '153758.690000', '153758.693000', '153758.696000', '153758.698000', '153758.701000', '153758.704000', '153758.706000', '153758.709000', '153758.711000', '153758.714000', '153758.717000', '153758.719000', '153758.730000', '153758.733000', '153758.736000', '153758.738000', '153758.741000', '153758.744000', '153758.746000', '153758.749000', '153758.751000', '153758.754000', '153758.757000', '153758.759000', '153758.762000', '153758.765000', '153758.767000', '153758.770000', '153758.772000', '153758.775000', '153758.778000', '153758.780000', '153758.783000', '153758.786000', '153758.788000', '153758.791000', '153818.668000', '153818.671000', '153818.674000', '153818.677000', '153818.679000', '153818.682000', '153818.684000', '153818.687000', '153818.690000', '153818.692000', '153818.695000', '153818.698000', '153818.701000', '153818.703000', '153818.706000', '153818.709000', '153818.711000', '153818.714000', '153818.717000', '153818.719000', '153818.722000', '153818.725000', '153818.727000', '153818.730000', '153818.732000', '153818.735000', '153818.738000', '153818.740000', '153818.743000', '153818.746000', '153818.748000', '153818.751000', '153818.754000', '153818.756000', '153818.759000', '153818.762000', '153818.764000', '153818.767000', '153818.770000', '153818.772000', '153818.775000', '153818.778000', '153818.780000', '153838.669000', '153838.672000', '153838.674000', '153838.677000', '153838.680000', '153838.683000', '153838.686000', '153838.688000', '153838.691000', '153838.694000', '153838.696000', '153838.699000', '153838.701000', '153838.704000', '153838.706000', '153838.709000', '153838.712000', '153838.714000', '153838.717000', '153838.720000', '153838.722000', '153838.725000', '153838.728000', '153838.730000', '153838.733000', '153838.735000', '153838.738000', '153838.741000', '153838.743000', '153838.746000', '153838.749000', '153838.751000', '153838.754000', '153838.756000', '153838.759000', '153838.762000', '153838.764000', '153838.767000', '153838.769000', '153838.772000', '153838.775000', '153838.777000', '153838.780000', '153838.783000', '153841.341000', '153841.344000', '153841.346000', '153841.349000', '153841.352000', '153841.355000'], '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': [9181, 11332, 14123, 9628, 19750, 12178, 16603, 10044, 13794, 8514, 11808, 7492, 10466, 7419, 10342, 9539, 10516, 8352, 9141, 11270, 8979, 16294, 9168, 14272, 9028, 13986, 8517, 11519, 7463, 9781, 7694, 9696, 11697, 9938, 14228, 10093, 15426, 9052, 15000, 8904, 14348, 8758, 14639, 9143, 13669, 7494, 11048, 7695, 10367, 13642, 9930, 19055, 9652, 15040, 9534, 13341, 8175, 12729, 8962, 12922, 7799, 9529, 9160, 8519, 14727, 9519, 18704, 9316, 14102, 8948, 13056, 7861, 12389, 8062, 12403, 8004, 9866, 11568, 9243, 16607, 9288, 14326, 9884, 14345, 8253, 11201, 7443, 10481, 7366, 11088, 8100, 11739, 7479, 10051, 9091, 9482, 13152, 9004, 18364, 10429, 15298, 8805, 12752, 8492, 12197, 7341, 12009, 7303, 11451, 7159, 10574, 7489, 10628, 7563, 11031, 8329, 10646, 8180, 9855, 9004, 9362, 12916, 8868, 14611, 9399, 10374, 8436, 10465, 8108, 12318, 9976, 8326, 9320, 8373, 10015, 7955, 12921, 10138, 11894, 9295, 14785, 8578, 13418, 8481, 14068, 8459, 15283, 10157, 18005, 10723, 14690, 8251, 10477, 7950, 10022, 9093, 11422, 11023, 8393, 10122, 7905, 10821, 7583, 11556, 7699, 11678, 8858, 11879, 9682, 11107, 7614, 9428, 9071, 9120, 12512, 8487, 19461, 10035, 16514, 8532, 12502, 8558, 11744, 7589, 9919, 7231, 10032, 7404, 9576, 7627, 8795, 8251, 9045, 10491, 9082, 13755, 9196, 15823, 8573, 13934, 8782, 12952, 8571, 15290, 7574, 10021, 7298, 9453, 9147, 9364, 13206, 9574, 12204, 8440, 14197, 8306, 14743, 9133, 14195, 8448, 12913, 7971, 11974, 7587, 12723, 8269, 11650, 8229, 9852, 12460, 8981, 17197, 10208, 15562, 10353, 13477, 8330, 12125, 7454, 11220, 8206, 11464, 10363, 10292, 12605, 9179, 16319, 9057, 15371, 10322, 16425, 8705, 12773, 7880, 11944, 7262, 12254, 7973, 11400, 7417, 9482, 9019, 8640, 15469, 9315, 16553, 8789, 13021, 7950, 11642, 7451, 11232, 7546, 10706, 7524, 9356, 8587, 8813, 13489, 8996, 16574, 9413, 13925, 8216, 12706, 7581, 12232, 7348, 12498, 7293, 10807, 8252, 9751, 11739, 8996, 16505, 9627, 16092, 8684, 13937, 8252, 12696, 7660, 12431, 7631, 12005, 7235, 10272, 7467, 10247, 10463, 10184, 12790, 9515, 14654, 8687, 15195, 9317, 14869, 9853, 14175, 8303, 13011, 7757, 12741, 8162, 14001, 8047, 12633, 7351, 11454, 7378, 11624, 9229, 11293, 8103, 9750, 10645, 8952, 15611, 10001, 16964, 10010, 14164, 8645, 12985, 8701, 13712, 8879, 13922, 7767, 11699, 7260, 11219, 7728, 11859, 9934, 10927, 8584, 9533, 12142, 8592, 17044, 10675, 16438, 9162, 13621, 8134, 12279, 7713, 13305, 8339, 13762, 7419, 10771, 8029, 10078, 11849, 10134, 17278, 9438, 15800, 8716, 14530, 8594, 14149, 10064, 14022, 8410, 12669, 8263, 12220, 7743, 12502, 7953, 12300, 7218, 11243, 7557, 10483, 9766, 9978, 12862, 10120, 10537, 8730, 12427, 8364, 14339, 8599, 13457, 8546, 13248, 8096, 14282, 8037, 14714, 9494, 14465, 9037, 13392, 8356, 12690, 7510, 12596, 7929, 12373, 7541, 10519, 7226, 10172, 8658, 10351, 12655, 9993, 11660, 8875, 14243, 8193, 15810, 9798, 14780, 8564, 13192, 8156, 12609, 8450, 13795, 8562, 13174, 7644, 11603, 7634, 11651, 7440, 13508, 7797, 11717, 7373, 10611, 7640, 10226, 10966, 10878, 11764, 9272, 14399, 8677, 15638, 8540, 13971, 10350, 13995, 8119, 12358, 7602, 11724, 7624, 12297, 7560, 12668, 7351, 11542, 7458, 10837, 10113, 10659, 14561, 10081, 15520, 9348, 15594, 8850, 14564, 10199, 14964, 10111, 13153, 7972, 11962, 7805, 12595, 7587, 12484, 7448, 11049, 7122, 10486, 7440, 10889, 9240, 11762, 7850, 10797, 8315, 10057, 9754, 10478, 12172, 9728, 14077, 8939, 15953, 8839, 14933, 11068, 16790, 9355, 12922, 7987, 11558, 7556, 12062, 8663, 13779, 8044, 12201, 7876, 12406, 7741, 12521, 7998, 13561, 7337, 11230, 7271, 10354, 9031, 9662, 12920, 10313, 9976, 9179, 11527, 8892, 14749, 8661, 15735, 9425, 14549, 8337, 13623, 8673, 13413, 9593, 14285, 9131, 13472, 7759, 11874, 7619, 11798, 7980, 13787, 8036, 11728, 7569, 10297, 9251, 10179, 16313, 10474, 15931, 8901, 13875, 8370, 15271, 10282, 15936, 9175, 13480, 7931, 12733, 8878, 14152, 9774, 14800, 8491, 8042, 8440, 8592, 8654, 13055, 9258, 16312, 11158, 13904, 8814, 12026, 8133, 14638, 9277, 16312, 9889, 11868, 8527, 9248, 8485, 12731, 8768, 17491, 10112, 17269, 8735, 13312, 8374, 12994, 8166, 13533, 9341, 15294, 10156, 15395, 8135, 12019, 8240, 12173, 8647, 13174, 9046, 13512, 7553, 10276, 7408, 9848, 7522, 11274, 8400, 15334, 7734, 10725, 7608, 11052, 7703, 11815, 7621, 12375, 7882, 15249, 7833, 11624, 7195, 10499, 7451, 10829, 8863, 11098, 10785, 10276, 7726, 8832, 8648, 8650, 10852, 9005, 11879, 9378, 9822, 8455, 12365, 8448, 15233, 9293, 15307, 8645, 13899, 8031, 13029, 9148, 13986, 8501, 13115, 7438, 11226, 7369, 10902, 11622, 10450, 14563, 9055, 16542, 8188, 14309, 9686, 14381, 9310, 12673, 7937, 11189, 7447, 10454, 10865, 10093, 12390, 8876, 13967, 8185, 15476, 10009, 16138, 8572, 12663, 8156, 11867, 7473, 10992, 7507, 11581, 7223, 9975, 8318, 9091, 13351, 8776, 15914, 9093, 13128, 7904, 12808, 7533, 12903, 9235, 13448, 7806, 11942, 7814, 11572, 7437, 12130, 8028, 10489, 8928, 9446, 11860, 9157, 14608, 9188, 14753, 8382, 14421, 8781, 14172, 10544, 14045, 8336, 12964, 7835, 12303, 7988, 13356, 7580, 11765, 7354, 11499, 7258, 11753, 8544, 11666, 7230, 10987, 7308, 10680, 8820, 10081, 12521, 9911, 11557, 8801, 13437, 8669, 14442, 8500, 15074, 9917, 9269, 8452, 7419, 9920, 7999, 11200, 9522, 12420, 10514, 13343, 7679, 11625, 7392, 11991, 7589, 12119, 8674, 12537, 10951, 14563, 8022, 10838, 7372, 10827, 7214, 11171, 9097, 11718, 9463, 10344, 7778, 10579, 8127, 10580, 10049, 11236, 8517, 10176, 8965, 9489, 10217, 8726, 13183, 9311, 14823, 8158, 13598, 8316, 14068, 8051, 12525, 8477, 13354, 8709, 11907, 7629, 12298, 7370, 12592, 8153, 13383, 8497, 13091, 7233, 10754, 7578, 10741, 7642, 12237, 8637, 12251, 7477, 11133, 7666, 11292, 7234, 11399, 9246, 11083, 8097, 10001, 9958, 8734, 14847, 9172, 15451, 8867, 14160, 8021, 13598, 7812, 13324, 8739, 13909, 7681, 12397, 7771, 12512, 7391, 12402, 8530, 14011, 8172, 10826, 7814, 10233, 10227, 9237, 18934, 11417, 19285, 8922, 14903, 7795, 12661, 7951, 11872, 7668, 12010, 7153, 9498, 7618, 9364, 11344, 8339, 16178, 9677, 13833, 7846, 12333, 7711, 12330, 7752, 11774, 7327, 12902, 7192, 11159, 7395, 10231, 8300, 9309, 12063, 9033, 15050, 8218, 15004, 7971, 13081, 8610, 13536, 8524, 12298, 7986, 11426, 7810, 11319, 7385, 12086, 7253, 10226, 7186, 9838, 8620, 9481, 11649, 9458, 12202, 9165, 14231, 8432, 14944, 8317, 14076, 9885, 13598, 7810, 12865, 7595, 12806, 7518, 12261, 7870, 13268, 7271, 11357, 7370, 10411, 8224, 10737, 9470, 10354, 8429, 9880, 9907, 9367, 12954, 9268, 14550, 8758, 14543, 8357, 14199, 8639, 13913, 10407, 15014, 8406, 12853, 7928, 12648, 7503, 11755, 7721, 12894, 7247, 10764, 7299, 10116, 8574, 9151, 12380, 9637, 14979, 8301, 15652, 8021, 13870, 8716, 12682, 7554, 11521, 8071, 11474, 7072, 9400, 7557, 9195, 10585, 8502, 14184, 10073, 13767, 8505, 12587, 8468, 14728, 8279, 13897, 9653, 13889, 7794, 11711, 7326, 10066, 8574, 8945, 15450, 9875, 16957, 8147, 13192, 7935, 12036, 7972, 12664, 7310, 10697, 7300, 9707, 8712, 9229, 13314, 9987, 14911, 8810, 14835, 8331, 13521, 8936, 13143, 10004, 14290, 8060, 12125, 7923, 11745, 7568, 11305, 8048, 11809, 7535, 10396, 7156, 10259, 8458, 9714, 11098, 9561, 9175, 9016, 10475, 9060, 13426, 8276, 15567, 10063, 14333, 7865, 12791, 7867, 12190, 8074, 13013, 7475, 11254, 7526, 10446, 7456, 10343, 9121, 10628, 7703, 9643, 8219, 9112, 11783, 8981, 15407, 9869, 15032, 8477, 14191, 8020, 13378, 9883, 13563, 7898, 11752, 7752, 10754, 7507, 10960, 8427, 10685, 8010, 9538, 10349, 8761, 15345, 10177, 16269, 9233, 14362, 8322, 12690, 8766, 13723, 8723, 13657, 7932, 11509, 7570, 11143, 7957, 11603, 9985, 10300, 9497, 9200, 12273, 8402, 16079, 10307, 17610, 9050, 13798, 8023, 12875, 8094, 12985, 8316, 14161, 7443, 11802, 7833, 10895, 7209, 10391, 9400, 10429, 8969, 8907, 10360, 8386, 9984, 8090, 11403, 10279, 14351, 17986, 9103, 11568, 7630, 13148, 7922, 14814, 9060, 14263, 9461, 13456, 8645, 12962, 7705, 13247, 7955, 15147, 9088, 16143, 9015, 16888, 12203, 18837, 13618, 17980, 11009, 14825, 8735, 10375, 7660, 7972, 8003, 7258, 8664, 7029, 8789, 7181, 9072, 7276, 9386, 7536, 11103, 7576, 12621, 7605, 11574, 7935, 10692, 7833, 11014, 7609, 10873, 7447, 12781, 8289, 13310, 7730, 11340, 7730, 11957, 7826, 12656, 8048, 13597, 8404, 12849, 7992, 11913, 7829, 11889, 7757, 12045, 7695, 13958], 'WindowCenter': [4511.0, 4516.0, 4533.0, 4504.0, 4562.0, 4507.0, 4529.0, 4475.0, 4503.0, 4451.0, 4481.0, 4442.0, 4484.0, 4455.0, 4483.0, 4473.0, 4485.0, 4453.0, 4462.0, 4482.0, 4463.0, 4522.0, 4474.0, 4515.0, 4477.0, 4516.0, 4466.0, 4493.0, 4441.0, 4472.0, 4454.0, 4486.0, 4493.0, 4484.0, 4516.0, 4484.0, 4525.0, 4464.0, 4511.0, 4473.0, 4526.0, 4475.0, 4526.0, 4476.0, 4515.0, 4443.0, 4482.0, 4453.0, 4485.0, 4514.0, 4475.0, 4535.0, 4473.0, 4512.0, 4461.0, 4504.0, 4462.0, 4492.0, 4461.0, 4491.0, 4440.0, 4460.0, 4459.0, 4463.0, 4512.0, 4471.0, 4532.0, 4461.0, 4500.0, 4459.0, 4502.0, 4453.0, 4491.0, 4450.0, 4491.0, 4440.0, 4457.0, 4477.0, 4459.0, 4511.0, 4461.0, 4499.0, 4470.0, 4500.0, 4446.0, 4467.0, 4428.0, 4481.0, 4440.0, 4479.0, 4449.0, 4490.0, 4439.0, 4470.0, 4457.0, 4470.0, 4503.0, 4460.0, 4532.0, 4484.0, 4511.0, 4458.0, 4488.0, 4449.0, 4491.0, 4440.0, 4491.0, 4438.0, 4481.0, 4427.0, 4468.0, 4440.0, 4482.0, 4449.0, 4480.0, 4451.0, 4470.0, 4449.0, 4469.0, 4460.0, 4471.0, 4502.0, 4461.0, 4514.0, 4472.0, 4471.0, 4461.0, 4483.0, 4454.0, 4492.0, 4485.0, 4464.0, 4474.0, 4462.0, 4485.0, 4464.0, 4505.0, 4498.0, 4505.0, 4474.0, 4515.0, 4464.0, 4503.0, 4462.0, 4501.0, 4462.0, 4513.0, 4485.0, 4536.0, 4483.0, 4513.0, 4452.0, 4470.0, 4450.0, 4471.0, 4462.0, 4480.0, 4481.0, 4449.0, 4468.0, 4436.0, 4467.0, 4439.0, 4477.0, 4438.0, 4493.0, 4458.0, 4480.0, 4459.0, 4480.0, 4439.0, 4457.0, 4447.0, 4448.0, 4490.0, 4451.0, 4530.0, 4470.0, 4508.0, 4447.0, 4476.0, 4437.0, 4466.0, 4438.0, 4470.0, 4439.0, 4470.0, 4440.0, 4471.0, 4440.0, 4449.0, 4451.0, 4475.0, 4485.0, 4462.0, 4514.0, 4473.0, 4513.0, 4462.0, 4514.0, 4464.0, 4501.0, 4462.0, 4524.0, 4442.0, 4470.0, 4440.0, 4474.0, 4470.0, 4462.0, 4503.0, 4471.0, 4490.0, 4450.0, 4511.0, 4462.0, 4510.0, 4473.0, 4513.0, 4451.0, 4492.0, 4449.0, 4495.0, 4452.0, 4502.0, 4463.0, 4493.0, 4451.0, 4473.0, 4491.0, 4473.0, 4535.0, 4472.0, 4513.0, 4472.0, 4491.0, 4449.0, 4479.0, 4439.0, 4482.0, 4449.0, 4482.0, 4470.0, 4471.0, 4479.0, 4448.0, 4511.0, 4459.0, 4497.0, 4469.0, 4509.0, 4448.0, 4476.0, 4437.0, 4490.0, 4438.0, 4479.0, 4437.0, 4468.0, 4426.0, 4448.0, 4448.0, 4449.0, 4497.0, 4457.0, 4510.0, 4447.0, 4486.0, 4436.0, 4481.0, 4441.0, 4479.0, 4439.0, 4471.0, 4436.0, 4457.0, 4447.0, 4472.0, 4501.0, 4460.0, 4522.0, 4460.0, 4501.0, 4450.0, 4491.0, 4453.0, 4493.0, 4440.0, 4494.0, 4440.0, 4480.0, 4448.0, 4461.0, 4493.0, 4461.0, 4522.0, 4473.0, 4512.0, 4451.0, 4501.0, 4449.0, 4502.0, 4452.0, 4491.0, 4452.0, 4494.0, 4441.0, 4471.0, 4442.0, 4483.0, 4481.0, 4482.0, 4493.0, 4471.0, 4510.0, 4463.0, 4524.0, 4463.0, 4512.0, 4473.0, 4500.0, 4450.0, 4501.0, 4453.0, 4503.0, 4452.0, 4516.0, 4454.0, 4492.0, 4441.0, 4496.0, 4455.0, 4494.0, 4474.0, 4495.0, 4452.0, 4471.0, 4481.0, 4475.0, 4524.0, 4483.0, 4535.0, 4473.0, 4503.0, 4461.0, 4514.0, 4463.0, 4503.0, 4463.0, 4512.0, 4452.0, 4493.0, 4442.0, 4496.0, 4451.0, 4492.0, 4473.0, 4482.0, 4462.0, 4471.0, 4504.0, 4465.0, 4521.0, 4485.0, 4524.0, 4461.0, 4501.0, 4450.0, 4505.0, 4451.0, 4503.0, 4451.0, 4501.0, 4428.0, 4471.0, 4448.0, 4484.0, 4479.0, 4471.0, 4522.0, 4458.0, 4498.0, 4449.0, 4511.0, 4461.0, 4500.0, 4469.0, 4499.0, 4448.0, 4487.0, 4449.0, 4492.0, 4452.0, 4489.0, 4451.0, 4492.0, 4429.0, 4479.0, 4437.0, 4482.0, 4468.0, 4460.0, 4491.0, 4470.0, 4468.0, 4448.0, 4490.0, 4461.0, 4499.0, 4450.0, 4500.0, 4449.0, 4489.0, 4439.0, 4510.0, 4453.0, 4512.0, 4472.0, 4513.0, 4462.0, 4501.0, 4451.0, 4504.0, 4453.0, 4491.0, 4452.0, 4493.0, 4439.0, 4471.0, 4439.0, 4484.0, 4464.0, 4471.0, 4502.0, 4471.0, 4480.0, 4459.0, 4513.0, 4463.0, 4512.0, 4484.0, 4513.0, 4452.0, 4489.0, 4451.0, 4505.0, 4452.0, 4501.0, 4461.0, 4502.0, 4439.0, 4482.0, 4455.0, 4494.0, 4440.0, 4505.0, 4451.0, 4491.0, 4429.0, 4471.0, 4453.0, 4483.0, 4481.0, 4481.0, 4492.0, 4462.0, 4502.0, 4451.0, 4512.0, 4464.0, 4501.0, 4471.0, 4502.0, 4449.0, 4489.0, 4440.0, 4492.0, 4453.0, 4492.0, 4452.0, 4506.0, 4442.0, 4482.0, 4441.0, 4497.0, 4483.0, 4482.0, 4514.0, 4471.0, 4510.0, 4461.0, 4510.0, 4462.0, 4512.0, 4470.0, 4512.0, 4471.0, 4490.0, 4438.0, 4478.0, 4441.0, 4489.0, 4439.0, 4493.0, 4428.0, 4470.0, 4427.0, 4471.0, 4441.0, 4481.0, 4461.0, 4494.0, 4449.0, 4481.0, 4450.0, 4483.0, 4471.0, 4480.0, 4492.0, 4462.0, 4500.0, 4459.0, 4512.0, 4464.0, 4512.0, 4479.0, 4512.0, 4458.0, 4478.0, 4436.0, 4478.0, 4451.0, 4489.0, 4451.0, 4500.0, 4451.0, 4489.0, 4451.0, 4503.0, 4453.0, 4491.0, 4451.0, 4505.0, 4440.0, 4481.0, 4439.0, 4484.0, 4474.0, 4472.0, 4491.0, 4472.0, 4470.0, 4461.0, 4479.0, 4473.0, 4513.0, 4463.0, 4524.0, 4473.0, 4511.0, 4452.0, 4501.0, 4464.0, 4504.0, 4472.0, 4514.0, 4472.0, 4502.0, 4441.0, 4491.0, 4456.0, 4495.0, 4451.0, 4516.0, 4451.0, 4493.0, 4440.0, 4482.0, 4472.0, 4471.0, 4511.0, 4483.0, 4510.0, 4449.0, 4501.0, 4451.0, 4511.0, 4470.0, 4513.0, 4459.0, 4488.0, 4438.0, 4491.0, 4460.0, 4501.0, 4471.0, 4513.0, 4462.0, 4450.0, 4451.0, 4450.0, 4463.0, 4504.0, 4461.0, 4525.0, 4483.0, 4501.0, 4450.0, 4479.0, 4451.0, 4501.0, 4458.0, 4511.0, 4459.0, 4477.0, 4447.0, 4448.0, 4447.0, 4490.0, 4449.0, 4520.0, 4468.0, 4508.0, 4437.0, 4485.0, 4435.0, 4474.0, 4437.0, 4490.0, 4447.0, 4498.0, 4459.0, 4497.0, 4425.0, 4464.0, 4434.0, 4477.0, 4448.0, 4477.0, 4445.0, 4485.0, 4424.0, 4455.0, 4425.0, 4457.0, 4425.0, 4466.0, 4437.0, 4510.0, 4437.0, 4466.0, 4437.0, 4467.0, 4437.0, 4479.0, 4440.0, 4492.0, 4451.0, 4513.0, 4441.0, 4482.0, 4430.0, 4469.0, 4429.0, 4481.0, 4461.0, 4481.0, 4484.0, 4471.0, 4440.0, 4450.0, 4449.0, 4462.0, 4480.0, 4462.0, 4491.0, 4461.0, 4473.0, 4452.0, 4492.0, 4462.0, 4513.0, 4476.0, 4525.0, 4462.0, 4501.0, 4453.0, 4515.0, 4474.0, 4514.0, 4462.0, 4503.0, 4440.0, 4482.0, 4454.0, 4485.0, 4481.0, 4483.0, 4511.0, 4459.0, 4510.0, 4462.0, 4512.0, 4472.0, 4511.0, 4461.0, 4490.0, 4438.0, 4493.0, 4441.0, 4470.0, 4481.0, 4471.0, 4490.0, 4448.0, 4512.0, 4462.0, 4509.0, 4471.0, 4511.0, 4449.0, 4487.0, 4440.0, 4478.0, 4451.0, 4479.0, 4441.0, 4492.0, 4438.0, 4469.0, 4447.0, 4463.0, 4501.0, 4461.0, 4511.0, 4461.0, 4501.0, 4450.0, 4489.0, 4451.0, 4500.0, 4473.0, 4501.0, 4450.0, 4490.0, 4465.0, 4504.0, 4451.0, 4503.0, 4451.0, 4481.0, 4471.0, 4486.0, 4502.0, 4471.0, 4512.0, 4471.0, 4512.0, 4460.0, 4525.0, 4473.0, 4513.0, 4482.0, 4512.0, 4450.0, 4502.0, 4452.0, 4501.0, 4450.0, 4500.0, 4439.0, 4489.0, 4440.0, 4492.0, 4451.0, 4492.0, 4461.0, 4491.0, 4438.0, 4479.0, 4439.0, 4481.0, 4474.0, 4483.0, 4502.0, 4473.0, 4490.0, 4462.0, 4499.0, 4461.0, 4524.0, 4462.0, 4522.0, 4484.0, 4474.0, 4461.0, 4442.0, 4483.0, 4452.0, 4494.0, 4472.0, 4506.0, 4483.0, 4514.0, 4453.0, 4495.0, 4441.0, 4491.0, 4451.0, 4491.0, 4461.0, 4491.0, 4481.0, 4514.0, 4450.0, 4480.0, 4439.0, 4469.0, 4438.0, 4483.0, 4458.0, 4481.0, 4458.0, 4469.0, 4436.0, 4469.0, 4451.0, 4471.0, 4467.0, 4478.0, 4450.0, 4468.0, 4446.0, 4460.0, 4469.0, 4448.0, 4488.0, 4459.0, 4499.0, 4438.0, 4488.0, 4448.0, 4499.0, 4437.0, 4489.0, 4447.0, 4489.0, 4451.0, 4479.0, 4438.0, 4488.0, 4439.0, 4502.0, 4450.0, 4501.0, 4464.0, 4502.0, 4441.0, 4480.0, 4438.0, 4481.0, 4439.0, 4493.0, 4461.0, 4490.0, 4441.0, 4481.0, 4451.0, 4494.0, 4442.0, 4483.0, 4471.0, 4481.0, 4451.0, 4470.0, 4471.0, 4464.0, 4510.0, 4471.0, 4512.0, 4461.0, 4501.0, 4450.0, 4512.0, 4452.0, 4501.0, 4460.0, 4502.0, 4442.0, 4490.0, 4439.0, 4492.0, 4454.0, 4491.0, 4449.0, 4502.0, 4448.0, 4469.0, 4436.0, 4468.0, 4471.0, 4461.0, 4519.0, 4479.0, 4520.0, 4447.0, 4497.0, 4426.0, 4489.0, 4448.0, 4479.0, 4437.0, 4478.0, 4424.0, 4455.0, 4425.0, 4457.0, 4478.0, 4447.0, 4507.0, 4456.0, 4486.0, 4436.0, 4475.0, 4437.0, 4475.0, 4451.0, 4490.0, 4438.0, 4491.0, 4428.0, 4479.0, 4427.0, 4467.0, 4449.0, 4471.0, 4488.0, 4459.0, 4510.0, 4450.0, 4498.0, 4452.0, 4500.0, 4450.0, 4498.0, 4449.0, 4477.0, 4438.0, 4477.0, 4451.0, 4491.0, 4440.0, 4493.0, 4440.0, 4471.0, 4429.0, 4469.0, 4462.0, 4471.0, 4491.0, 4472.0, 4492.0, 4461.0, 4500.0, 4450.0, 4524.0, 4463.0, 4500.0, 4483.0, 4501.0, 4450.0, 4489.0, 4449.0, 4503.0, 4453.0, 4501.0, 4453.0, 4502.0, 4440.0, 4483.0, 4452.0, 4495.0, 4462.0, 4493.0, 4473.0, 4482.0, 4451.0, 4470.0, 4482.0, 4486.0, 4514.0, 4474.0, 4514.0, 4462.0, 4511.0, 4450.0, 4513.0, 4473.0, 4512.0, 4483.0, 4511.0, 4453.0, 4490.0, 4450.0, 4490.0, 4453.0, 4493.0, 4449.0, 4502.0, 4439.0, 4481.0, 4439.0, 4481.0, 4460.0, 4473.0, 4489.0, 4470.0, 4512.0, 4449.0, 4510.0, 4449.0, 4499.0, 4459.0, 4503.0, 4453.0, 4481.0, 4450.0, 4481.0, 4427.0, 4460.0, 4436.0, 4460.0, 4481.0, 4461.0, 4511.0, 4472.0, 4503.0, 4460.0, 4489.0, 4450.0, 4512.0, 4462.0, 4501.0, 4470.0, 4501.0, 4450.0, 4492.0, 4438.0, 4473.0, 4462.0, 4471.0, 4510.0, 4471.0, 4520.0, 4451.0, 4488.0, 4450.0, 4501.0, 4451.0, 4501.0, 4438.0, 4480.0, 4440.0, 4458.0, 4460.0, 4471.0, 4500.0, 4470.0, 4511.0, 4461.0, 4499.0, 4449.0, 4502.0, 4460.0, 4489.0, 4471.0, 4499.0, 4437.0, 4477.0, 4436.0, 4489.0, 4451.0, 4478.0, 4449.0, 4490.0, 4437.0, 4468.0, 4426.0, 4479.0, 4460.0, 4469.0, 4478.0, 4469.0, 4458.0, 4459.0, 4469.0, 4460.0, 4513.0, 4461.0, 4510.0, 4471.0, 4511.0, 4451.0, 4488.0, 4463.0, 4490.0, 4450.0, 4500.0, 4438.0, 4479.0, 4437.0, 4482.0, 4453.0, 4482.0, 4469.0, 4481.0, 4440.0, 4472.0, 4449.0, 4474.0, 4491.0, 4460.0, 4523.0, 4472.0, 4511.0, 4450.0, 4511.0, 4462.0, 4501.0, 4469.0, 4502.0, 4450.0, 4490.0, 4440.0, 4494.0, 4452.0, 4481.0, 4462.0, 4482.0, 4450.0, 4470.0, 4483.0, 4474.0, 4523.0, 4483.0, 4524.0, 4473.0, 4510.0, 4451.0, 4513.0, 4462.0, 4502.0, 4463.0, 4500.0, 4448.0, 4481.0, 4439.0, 4494.0, 4450.0, 4491.0, 4470.0, 4469.0, 4458.0, 4458.0, 4491.0, 4460.0, 4511.0, 4467.0, 4520.0, 4460.0, 4497.0, 4436.0, 4498.0, 4450.0, 4488.0, 4447.0, 4500.0, 4426.0, 4478.0, 4435.0, 4468.0, 4442.0, 4469.0, 4459.0, 4470.0, 4457.0, 4458.0, 4469.0, 4449.0, 4469.0, 4451.0, 4492.0, 4494.0, 4513.0, 4533.0, 4460.0, 4477.0, 4438.0, 4499.0, 4462.0, 4511.0, 4475.0, 4514.0, 4474.0, 4502.0, 4461.0, 4503.0, 4440.0, 4490.0, 4438.0, 4498.0, 4446.0, 4498.0, 4445.0, 4510.0, 4476.0, 4507.0, 4475.0, 4492.0, 4439.0, 4468.0, 4416.0, 4426.0, 4397.0, 4407.0, 4405.0, 4395.0, 4417.0, 4398.0, 4418.0, 4398.0, 4418.0, 4408.0, 4430.0, 4410.0, 4451.0, 4423.0, 4473.0, 4423.0, 4463.0, 4434.0, 4465.0, 4438.0, 4467.0, 4436.0, 4480.0, 4439.0, 4489.0, 4451.0, 4501.0, 4452.0, 4480.0, 4440.0, 4479.0, 4440.0, 4491.0, 4464.0, 4502.0, 4452.0, 4492.0, 4450.0, 4481.0, 4439.0, 4489.0, 4452.0, 4491.0, 4450.0, 4515.0], 'WindowWidth': [9926.0, 9919.0, 9940.0, 9898.0, 9981.0, 9888.0, 9925.0, 9841.0, 9877.0, 9804.0, 9844.0, 9793.0, 9854.0, 9817.0, 9851.0, 9837.0, 9853.0, 9808.0, 9819.0, 9846.0, 9820.0, 9903.0, 9840.0, 9899.0, 9847.0, 9899.0, 9830.0, 9864.0, 9791.0, 9831.0, 9811.0, 9861.0, 9865.0, 9854.0, 9901.0, 9854.0, 9911.0, 9827.0, 9888.0, 9840.0, 9917.0, 9845.0, 9916.0, 9846.0, 9897.0, 9796.0, 9847.0, 9813.0, 9858.0, 9895.0, 9842.0, 9930.0, 9836.0, 9892.0, 9817.0, 9883.0, 9825.0, 9865.0, 9817.0, 9861.0, 9788.0, 9813.0, 9813.0, 9824.0, 9890.0, 9831.0, 9922.0, 9818.0, 9870.0, 9812.0, 9875.0, 9812.0, 9859.0, 9801.0, 9861.0, 9787.0, 9807.0, 9834.0, 9809.0, 9890.0, 9818.0, 9867.0, 9826.0, 9871.0, 9791.0, 9821.0, 9768.0, 9845.0, 9792.0, 9841.0, 9801.0, 9858.0, 9787.0, 9830.0, 9810.0, 9831.0, 9881.0, 9818.0, 9921.0, 9851.0, 9888.0, 9810.0, 9850.0, 9798.0, 9863.0, 9791.0, 9858.0, 9785.0, 9842.0, 9766.0, 9823.0, 9789.0, 9850.0, 9801.0, 9843.0, 9804.0, 9829.0, 9799.0, 9826.0, 9816.0, 9834.0, 9879.0, 9820.0, 9897.0, 9837.0, 9833.0, 9818.0, 9852.0, 9813.0, 9864.0, 9859.0, 9829.0, 9842.0, 9822.0, 9856.0, 9828.0, 9886.0, 9880.0, 9885.0, 9842.0, 9902.0, 9829.0, 9880.0, 9822.0, 9874.0, 9823.0, 9893.0, 9857.0, 9934.0, 9850.0, 9893.0, 9807.0, 9827.0, 9801.0, 9833.0, 9821.0, 9842.0, 9845.0, 9798.0, 9824.0, 9778.0, 9820.0, 9782.0, 9834.0, 9782.0, 9863.0, 9811.0, 9842.0, 9813.0, 9841.0, 9783.0, 9805.0, 9790.0, 9794.0, 9855.0, 9804.0, 9914.0, 9827.0, 9880.0, 9791.0, 9830.0, 9777.0, 9816.0, 9782.0, 9830.0, 9787.0, 9830.0, 9791.0, 9829.0, 9787.0, 9798.0, 9805.0, 9844.0, 9858.0, 9823.0, 9894.0, 9837.0, 9893.0, 9820.0, 9894.0, 9827.0, 9875.0, 9822.0, 9912.0, 9793.0, 9829.0, 9789.0, 9842.0, 9832.0, 9820.0, 9880.0, 9830.0, 9855.0, 9802.0, 9889.0, 9824.0, 9885.0, 9838.0, 9893.0, 9806.0, 9860.0, 9802.0, 9872.0, 9811.0, 9877.0, 9826.0, 9866.0, 9806.0, 9835.0, 9859.0, 9840.0, 9929.0, 9835.0, 9895.0, 9834.0, 9859.0, 9798.0, 9839.0, 9786.0, 9849.0, 9799.0, 9845.0, 9829.0, 9828.0, 9838.0, 9795.0, 9887.0, 9812.0, 9864.0, 9826.0, 9884.0, 9795.0, 9832.0, 9779.0, 9856.0, 9784.0, 9839.0, 9780.0, 9823.0, 9763.0, 9793.0, 9795.0, 9801.0, 9864.0, 9807.0, 9884.0, 9791.0, 9845.0, 9775.0, 9845.0, 9791.0, 9838.0, 9787.0, 9830.0, 9778.0, 9808.0, 9795.0, 9838.0, 9876.0, 9815.0, 9906.0, 9816.0, 9872.0, 9802.0, 9858.0, 9813.0, 9865.0, 9791.0, 9867.0, 9789.0, 9843.0, 9797.0, 9818.0, 9865.0, 9820.0, 9904.0, 9837.0, 9891.0, 9803.0, 9871.0, 9800.0, 9876.0, 9810.0, 9860.0, 9808.0, 9865.0, 9789.0, 9832.0, 9796.0, 9854.0, 9845.0, 9848.0, 9863.0, 9830.0, 9885.0, 9824.0, 9912.0, 9823.0, 9890.0, 9838.0, 9872.0, 9803.0, 9872.0, 9816.0, 9879.0, 9809.0, 9901.0, 9812.0, 9862.0, 9793.0, 9874.0, 9822.0, 9868.0, 9841.0, 9871.0, 9808.0, 9834.0, 9847.0, 9847.0, 9913.0, 9853.0, 9931.0, 9839.0, 9879.0, 9820.0, 9898.0, 9826.0, 9879.0, 9826.0, 9892.0, 9807.0, 9862.0, 9797.0, 9875.0, 9807.0, 9863.0, 9838.0, 9849.0, 9820.0, 9832.0, 9885.0, 9830.0, 9905.0, 9857.0, 9912.0, 9818.0, 9874.0, 9801.0, 9885.0, 9808.0, 9877.0, 9807.0, 9875.0, 9769.0, 9828.0, 9797.0, 9853.0, 9842.0, 9831.0, 9904.0, 9810.0, 9866.0, 9797.0, 9889.0, 9818.0, 9868.0, 9827.0, 9867.0, 9796.0, 9849.0, 9796.0, 9863.0, 9809.0, 9856.0, 9805.0, 9861.0, 9773.0, 9839.0, 9781.0, 9849.0, 9826.0, 9813.0, 9859.0, 9828.0, 9822.0, 9795.0, 9855.0, 9820.0, 9870.0, 9802.0, 9872.0, 9800.0, 9854.0, 9785.0, 9887.0, 9813.0, 9891.0, 9835.0, 9893.0, 9821.0, 9872.0, 9805.0, 9882.0, 9813.0, 9860.0, 9808.0, 9865.0, 9786.0, 9829.0, 9786.0, 9857.0, 9829.0, 9832.0, 9878.0, 9833.0, 9843.0, 9813.0, 9894.0, 9825.0, 9890.0, 9854.0, 9892.0, 9806.0, 9855.0, 9806.0, 9885.0, 9809.0, 9875.0, 9819.0, 9874.0, 9786.0, 9844.0, 9816.0, 9867.0, 9791.0, 9884.0, 9805.0, 9858.0, 9772.0, 9830.0, 9815.0, 9854.0, 9845.0, 9847.0, 9862.0, 9819.0, 9875.0, 9802.0, 9891.0, 9828.0, 9873.0, 9833.0, 9878.0, 9801.0, 9854.0, 9788.0, 9862.0, 9813.0, 9863.0, 9810.0, 9885.0, 9794.0, 9848.0, 9794.0, 9879.0, 9854.0, 9849.0, 9896.0, 9832.0, 9885.0, 9816.0, 9886.0, 9824.0, 9891.0, 9828.0, 9890.0, 9831.0, 9855.0, 9783.0, 9836.0, 9793.0, 9855.0, 9786.0, 9861.0, 9770.0, 9826.0, 9768.0, 9832.0, 9795.0, 9846.0, 9816.0, 9867.0, 9800.0, 9843.0, 9802.0, 9853.0, 9834.0, 9844.0, 9863.0, 9820.0, 9870.0, 9812.0, 9892.0, 9826.0, 9890.0, 9839.0, 9891.0, 9809.0, 9835.0, 9777.0, 9836.0, 9807.0, 9853.0, 9803.0, 9872.0, 9805.0, 9855.0, 9803.0, 9880.0, 9815.0, 9861.0, 9807.0, 9884.0, 9790.0, 9845.0, 9785.0, 9853.0, 9841.0, 9834.0, 9861.0, 9834.0, 9830.0, 9816.0, 9840.0, 9840.0, 9895.0, 9824.0, 9910.0, 9838.0, 9890.0, 9808.0, 9873.0, 9829.0, 9883.0, 9834.0, 9897.0, 9836.0, 9877.0, 9791.0, 9858.0, 9820.0, 9872.0, 9806.0, 9900.0, 9806.0, 9863.0, 9788.0, 9849.0, 9838.0, 9832.0, 9889.0, 9851.0, 9884.0, 9798.0, 9875.0, 9806.0, 9887.0, 9830.0, 9892.0, 9813.0, 9850.0, 9783.0, 9858.0, 9817.0, 9871.0, 9830.0, 9893.0, 9819.0, 9804.0, 9803.0, 9800.0, 9824.0, 9881.0, 9818.0, 9915.0, 9852.0, 9872.0, 9799.0, 9839.0, 9804.0, 9874.0, 9809.0, 9888.0, 9813.0, 9834.0, 9792.0, 9793.0, 9791.0, 9854.0, 9798.0, 9898.0, 9823.0, 9879.0, 9777.0, 9842.0, 9772.0, 9826.0, 9776.0, 9858.0, 9793.0, 9863.0, 9809.0, 9858.0, 9758.0, 9810.0, 9770.0, 9835.0, 9794.0, 9831.0, 9787.0, 9841.0, 9755.0, 9797.0, 9757.0, 9806.0, 9760.0, 9816.0, 9778.0, 9883.0, 9779.0, 9818.0, 9779.0, 9818.0, 9779.0, 9837.0, 9787.0, 9859.0, 9803.0, 9893.0, 9789.0, 9843.0, 9774.0, 9824.0, 9769.0, 9846.0, 9817.0, 9844.0, 9851.0, 9830.0, 9786.0, 9799.0, 9799.0, 9822.0, 9843.0, 9819.0, 9859.0, 9818.0, 9838.0, 9806.0, 9863.0, 9822.0, 9892.0, 9846.0, 9913.0, 9822.0, 9875.0, 9812.0, 9899.0, 9841.0, 9897.0, 9823.0, 9878.0, 9790.0, 9847.0, 9815.0, 9855.0, 9845.0, 9851.0, 9889.0, 9814.0, 9886.0, 9825.0, 9892.0, 9834.0, 9890.0, 9817.0, 9858.0, 9783.0, 9866.0, 9794.0, 9830.0, 9846.0, 9831.0, 9854.0, 9795.0, 9890.0, 9823.0, 9884.0, 9832.0, 9890.0, 9800.0, 9850.0, 9785.0, 9838.0, 9809.0, 9843.0, 9791.0, 9863.0, 9784.0, 9826.0, 9794.0, 9824.0, 9876.0, 9818.0, 9890.0, 9822.0, 9878.0, 9803.0, 9855.0, 9808.0, 9871.0, 9840.0, 9876.0, 9805.0, 9860.0, 9835.0, 9884.0, 9810.0, 9881.0, 9809.0, 9850.0, 9836.0, 9862.0, 9881.0, 9836.0, 9895.0, 9835.0, 9893.0, 9819.0, 9917.0, 9842.0, 9895.0, 9852.0, 9894.0, 9805.0, 9877.0, 9814.0, 9877.0, 9804.0, 9875.0, 9789.0, 9854.0, 9790.0, 9864.0, 9811.0, 9862.0, 9819.0, 9861.0, 9786.0, 9842.0, 9788.0, 9850.0, 9842.0, 9853.0, 9878.0, 9839.0, 9860.0, 9821.0, 9871.0, 9821.0, 9913.0, 9824.0, 9907.0, 9860.0, 9844.0, 9824.0, 9797.0, 9853.0, 9810.0, 9870.0, 9838.0, 9889.0, 9855.0, 9899.0, 9813.0, 9870.0, 9794.0, 9861.0, 9807.0, 9861.0, 9820.0, 9861.0, 9846.0, 9896.0, 9803.0, 9844.0, 9785.0, 9826.0, 9786.0, 9850.0, 9811.0, 9845.0, 9810.0, 9825.0, 9779.0, 9825.0, 9807.0, 9830.0, 9821.0, 9838.0, 9799.0, 9823.0, 9793.0, 9813.0, 9827.0, 9796.0, 9852.0, 9812.0, 9867.0, 9781.0, 9850.0, 9796.0, 9866.0, 9782.0, 9852.0, 9795.0, 9854.0, 9802.0, 9840.0, 9784.0, 9850.0, 9789.0, 9878.0, 9806.0, 9876.0, 9827.0, 9876.0, 9792.0, 9843.0, 9783.0, 9845.0, 9786.0, 9864.0, 9821.0, 9858.0, 9791.0, 9844.0, 9806.0, 9868.0, 9795.0, 9850.0, 9835.0, 9846.0, 9804.0, 9829.0, 9835.0, 9826.0, 9885.0, 9833.0, 9892.0, 9819.0, 9873.0, 9802.0, 9893.0, 9811.0, 9874.0, 9819.0, 9876.0, 9792.0, 9857.0, 9787.0, 9859.0, 9815.0, 9860.0, 9799.0, 9876.0, 9796.0, 9826.0, 9778.0, 9821.0, 9833.0, 9818.0, 9898.0, 9840.0, 9901.0, 9792.0, 9861.0, 9762.0, 9855.0, 9797.0, 9837.0, 9780.0, 9837.0, 9759.0, 9801.0, 9759.0, 9805.0, 9840.0, 9794.0, 9876.0, 9805.0, 9845.0, 9778.0, 9829.0, 9779.0, 9831.0, 9808.0, 9857.0, 9784.0, 9859.0, 9770.0, 9840.0, 9767.0, 9821.0, 9802.0, 9832.0, 9851.0, 9814.0, 9883.0, 9801.0, 9867.0, 9807.0, 9874.0, 9802.0, 9867.0, 9799.0, 9837.0, 9784.0, 9835.0, 9807.0, 9861.0, 9790.0, 9864.0, 9790.0, 9831.0, 9775.0, 9829.0, 9825.0, 9835.0, 9860.0, 9836.0, 9863.0, 9819.0, 9872.0, 9802.0, 9914.0, 9825.0, 9872.0, 9852.0, 9875.0, 9803.0, 9856.0, 9802.0, 9883.0, 9817.0, 9877.0, 9812.0, 9878.0, 9792.0, 9849.0, 9811.0, 9874.0, 9825.0, 9866.0, 9839.0, 9848.0, 9805.0, 9831.0, 9851.0, 9864.0, 9899.0, 9842.0, 9899.0, 9824.0, 9889.0, 9804.0, 9897.0, 9841.0, 9892.0, 9851.0, 9891.0, 9809.0, 9858.0, 9803.0, 9858.0, 9817.0, 9866.0, 9803.0, 9878.0, 9788.0, 9845.0, 9787.0, 9848.0, 9818.0, 9836.0, 9857.0, 9830.0, 9891.0, 9802.0, 9886.0, 9800.0, 9870.0, 9814.0, 9881.0, 9814.0, 9847.0, 9803.0, 9847.0, 9770.0, 9814.0, 9781.0, 9816.0, 9850.0, 9820.0, 9889.0, 9838.0, 9880.0, 9816.0, 9856.0, 9802.0, 9894.0, 9826.0, 9876.0, 9832.0, 9877.0, 9803.0, 9862.0, 9785.0, 9838.0, 9826.0, 9835.0, 9887.0, 9833.0, 9902.0, 9803.0, 9854.0, 9807.0, 9877.0, 9806.0, 9874.0, 9786.0, 9843.0, 9789.0, 9812.0, 9821.0, 9834.0, 9871.0, 9831.0, 9890.0, 9818.0, 9870.0, 9799.0, 9879.0, 9818.0, 9855.0, 9832.0, 9870.0, 9782.0, 9835.0, 9779.0, 9854.0, 9807.0, 9839.0, 9800.0, 9857.0, 9781.0, 9823.0, 9766.0, 9844.0, 9821.0, 9827.0, 9838.0, 9826.0, 9812.0, 9814.0, 9827.0, 9817.0, 9896.0, 9819.0, 9887.0, 9833.0, 9889.0, 9804.0, 9854.0, 9828.0, 9860.0, 9802.0, 9874.0, 9787.0, 9841.0, 9783.0, 9849.0, 9813.0, 9849.0, 9828.0, 9848.0, 9790.0, 9833.0, 9802.0, 9846.0, 9865.0, 9819.0, 9909.0, 9837.0, 9891.0, 9805.0, 9893.0, 9825.0, 9874.0, 9830.0, 9877.0, 9804.0, 9857.0, 9790.0, 9873.0, 9812.0, 9849.0, 9822.0, 9852.0, 9805.0, 9831.0, 9856.0, 9845.0, 9909.0, 9852.0, 9915.0, 9838.0, 9886.0, 9807.0, 9899.0, 9826.0, 9878.0, 9825.0, 9874.0, 9799.0, 9845.0, 9788.0, 9870.0, 9805.0, 9860.0, 9831.0, 9828.0, 9811.0, 9811.0, 9864.0, 9819.0, 9888.0, 9824.0, 9902.0, 9815.0, 9865.0, 9781.0, 9870.0, 9807.0, 9854.0, 9796.0, 9871.0, 9767.0, 9838.0, 9778.0, 9824.0, 9795.0, 9827.0, 9812.0, 9829.0, 9809.0, 9812.0, 9829.0, 9800.0, 9830.0, 9805.0, 9866.0, 9873.0, 9897.0, 9930.0, 9818.0, 9837.0, 9787.0, 9871.0, 9827.0, 9893.0, 9845.0, 9899.0, 9842.0, 9879.0, 9821.0, 9878.0, 9791.0, 9857.0, 9782.0, 9867.0, 9788.0, 9863.0, 9785.0, 9885.0, 9829.0, 9882.0, 9823.0, 9848.0, 9766.0, 9804.0, 9732.0, 9744.0, 9706.0, 9720.0, 9716.0, 9704.0, 9734.0, 9711.0, 9739.0, 9711.0, 9739.0, 9724.0, 9758.0, 9732.0, 9789.0, 9754.0, 9823.0, 9756.0, 9809.0, 9771.0, 9814.0, 9783.0, 9819.0, 9777.0, 9841.0, 9787.0, 9853.0, 9806.0, 9872.0, 9807.0, 9842.0, 9787.0, 9839.0, 9787.0, 9859.0, 9829.0, 9877.0, 9808.0, 9861.0, 9801.0, 9844.0, 9786.0, 9855.0, 9810.0, 9861.0, 9805.0, 9898.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.0004820806962025317</td></tr>
<tr><td colspan=3>aqi</td><td>0.020467967721518984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.347184514172554</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1802414137371342</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9889591549722879</td></tr>
<tr><td colspan=3>efc</td><td>0.5226</td></tr>
<tr><td colspan=3>fber</td><td>3485.5957</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08300683528381322</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2658227848101267</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7025654469585323</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6602998456644182</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.913978021434441</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5334184737767385</td></tr>
<tr><td colspan=3>gcor</td><td>0.00956491</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013009599409997463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030287006869912148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</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.932661758283635</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>12.3604</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.4774</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.4363</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1292.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.4944</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2505</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.8975</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3598.2884</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.8894</td></tr>
<tr><td colspan=3>tsnr</td><td>39.69093242974486</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>