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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:27:48.222500</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_VE11C_LATEST_20160120</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.992125, -0.0802387, 0.0961708, 0.0815676, 0.996618, -0.00996053]</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.0882519</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7714, -7285, 587, -95, -101, -76, 79]</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>227.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b48ee242-0a60-4f39-9e29-99c18192b2fd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6618001461029053, 0.21883979439735413, 0.2566249966621399, 95.99652099609375], [0.21527457237243652, 2.6738533973693848, -0.047861579805612564, -108.94513702392578], [0.2580191195011139, 0.026723377406597137, 2.6873505115509033, -61.037391662597656], [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': ['132748.222500', '132748.682500', '132749.142500', '132749.602500', '132750.062500', '132750.522500', '132750.982500', '132751.442500', '132751.902500', '132752.362500', '132752.822500', '132753.282500', '132753.742500', '132754.202500', '132754.662500', '132755.122500', '132755.582500', '132756.042500', '132756.502500', '132756.962500', '132757.422500', '132757.882500', '132758.342500', '132758.802500', '132759.262500', '132759.722500', '132800.182500', '132800.642500', '132801.102500', '132801.562500', '132802.022500', '132802.482500', '132802.942500', '132803.402500', '132803.862500', '132804.322500', '132804.782500', '132805.242500', '132805.702500', '132806.162500', '132806.622500', '132807.082500', '132807.542500', '132808.002500', '132808.462500', '132808.922500', '132809.382500', '132809.842500', '132810.302500', '132810.762500', '132811.222500', '132811.682500', '132812.142500', '132812.602500', '132813.062500', '132813.522500', '132813.982500', '132814.442500', '132814.902500', '132815.362500', '132815.822500', '132816.282500', '132816.742500', '132817.202500', '132817.662500', '132818.122500', '132818.582500', '132819.042500', '132819.502500', '132819.962500', '132820.422500', '132820.882500', '132821.342500', '132821.802500', '132822.262500', '132822.722500', '132823.182500', '132823.642500', '132824.102500', '132824.562500', '132825.022500', '132825.482500', '132825.942500', '132826.402500', '132826.862500', '132827.322500', '132827.782500', '132828.242500', '132828.702500', '132829.162500', '132829.622500', '132830.082500', '132830.542500', '132831.002500', '132831.462500', '132831.922500', '132832.382500', '132832.842500', '132833.302500', '132833.762500', '132834.222500', '132834.682500', '132835.142500', '132835.602500', '132836.062500', '132836.522500', '132836.982500', '132837.442500', '132837.902500', '132838.362500', '132838.822500', '132839.282500', '132839.742500', '132840.202500', '132840.662500', '132841.122500', '132841.582500', '132842.042500', '132842.502500', '132842.962500', '132843.422500', '132843.882500', '132844.342500', '132844.802500', '132845.262500', '132845.722500', '132846.182500', '132846.642500', '132847.102500', '132847.562500', '132848.022500', '132848.482500', '132848.942500', '132849.402500', '132849.862500', '132850.322500', '132850.782500', '132851.242500', '132851.702500', '132852.162500', '132852.622500', '132853.082500', '132853.542500', '132854.002500', '132854.462500', '132854.922500', '132855.382500', '132855.842500', '132856.302500', '132856.762500', '132857.222500', '132857.682500', '132858.142500', '132858.602500', '132859.062500', '132859.522500', '132859.982500', '132900.442500', '132900.902500', '132901.362500', '132901.822500', '132902.282500', '132902.742500', '132903.202500', '132903.662500', '132904.122500', '132904.582500', '132905.042500', '132905.502500', '132905.962500', '132906.422500', '132906.882500', '132907.342500', '132907.802500', '132908.262500', '132908.722500', '132909.182500', '132909.642500', '132910.102500', '132910.562500', '132911.022500', '132911.482500', '132911.942500', '132912.402500', '132912.862500', '132913.322500', '132913.782500', '132914.242500', '132914.702500', '132915.162500', '132915.622500', '132916.082500', '132916.542500', '132917.002500', '132917.462500', '132917.922500', '132918.382500', '132918.842500', '132919.302500', '132919.762500', '132920.222500', '132920.682500', '132921.142500', '132921.602500', '132922.062500', '132922.522500', '132922.982500', '132923.442500', '132923.902500', '132924.362500', '132924.822500', '132925.282500', '132925.742500', '132926.202500', '132926.662500', '132927.122500', '132927.582500', '132928.042500', '132928.502500', '132928.962500', '132929.422500', '132929.882500', '132930.342500', '132930.802500', '132931.262500', '132931.722500', '132932.182500', '132932.642500', '132933.102500', '132933.562500', '132934.022500', '132934.482500', '132934.942500', '132935.402500', '132935.862500', '132936.322500', '132936.782500', '132937.242500', '132937.702500', '132938.162500', '132938.622500', '132939.082500', '132939.542500', '132940.002500', '132940.462500', '132940.922500', '132941.382500', '132941.842500', '132942.302500', '132942.762500', '132943.222500', '132943.682500', '132944.142500', '132944.602500', '132945.062500', '132945.522500', '132945.982500', '132946.442500', '132946.902500', '132947.362500', '132947.822500', '132948.282500', '132948.742500', '132949.202500', '132949.662500', '132950.122500', '132950.582500', '132951.042500', '132951.502500', '132951.962500', '132952.422500', '132952.882500', '132953.342500', '132953.802500', '132954.262500', '132954.722500', '132955.182500', '132955.642500', '132956.102500', '132956.562500', '132957.022500', '132957.482500', '132957.942500', '132958.402500', '132958.862500', '132959.322500', '132959.782500', '133000.242500', '133000.702500', '133001.162500', '133001.622500', '133002.082500', '133002.542500', '133003.002500', '133003.462500', '133003.922500', '133004.382500', '133004.842500', '133005.302500', '133005.762500', '133006.222500', '133006.682500', '133007.142500', '133007.602500', '133008.062500', '133008.522500', '133008.982500', '133009.442500', '133009.902500', '133010.362500', '133010.822500', '133011.282500', '133011.742500', '133012.202500', '133012.662500', '133013.122500', '133013.582500', '133014.042500', '133014.502500', '133014.962500', '133015.422500', '133015.882500', '133016.342500', '133016.802500', '133017.262500', '133017.722500', '133018.182500', '133018.642500', '133019.102500', '133019.562500', '133020.022500', '133020.482500', '133020.942500', '133021.402500', '133021.862500', '133022.322500', '133022.782500', '133023.242500', '133023.702500', '133024.162500', '133024.622500', '133025.082500', '133025.542500', '133026.002500', '133026.462500', '133026.922500', '133027.382500', '133027.842500', '133028.302500', '133028.762500', '133029.222500', '133029.682500', '133030.142500', '133030.602500', '133031.062500', '133031.522500', '133031.982500', '133032.442500', '133032.902500', '133033.362500', '133033.822500', '133034.282500', '133034.742500', '133035.202500', '133035.662500', '133036.122500', '133036.582500', '133037.042500', '133037.502500', '133037.962500', '133038.422500', '133038.882500', '133039.342500', '133039.802500', '133040.262500', '133040.722500', '133041.182500', '133041.642500', '133042.102500', '133042.562500', '133043.022500', '133043.482500', '133043.942500', '133044.402500', '133044.862500', '133045.322500', '133045.782500', '133046.242500', '133046.702500', '133047.162500', '133047.622500', '133048.082500', '133048.542500', '133049.002500', '133049.462500', '133049.922500', '133050.382500', '133050.842500', '133051.302500', '133051.762500', '133052.222500', '133052.682500', '133053.142500', '133053.602500', '133054.062500', '133054.522500', '133054.982500', '133055.442500', '133055.902500', '133056.362500', '133056.822500', '133057.282500', '133057.742500', '133058.202500', '133058.662500', '133059.122500', '133059.582500', '133100.042500', '133100.502500', '133100.962500', '133101.422500', '133101.882500', '133102.342500', '133102.802500', '133103.262500', '133103.722500', '133104.182500', '133104.642500', '133105.102500', '133105.562500', '133106.022500', '133106.482500', '133106.942500', '133107.402500', '133107.862500', '133108.322500', '133108.782500', '133109.242500', '133109.702500', '133110.162500', '133110.622500', '133111.082500', '133111.542500', '133112.002500', '133112.462500', '133112.922500', '133113.382500', '133113.842500', '133114.302500', '133114.762500', '133115.222500', '133115.682500', '133116.142500', '133116.602500', '133117.062500', '133117.522500', '133117.982500', '133118.442500', '133118.902500', '133119.362500', '133119.822500', '133120.282500', '133120.742500', '133121.202500', '133121.662500', '133122.122500', '133122.582500', '133123.042500', '133123.502500', '133123.962500', '133124.422500', '133124.882500', '133125.342500', '133125.802500', '133126.262500', '133126.722500', '133127.182500', '133127.642500', '133128.102500', '133128.562500', '133129.022500', '133129.482500', '133129.942500', '133130.402500', '133130.862500', '133131.322500', '133131.782500', '133132.242500', '133132.702500', '133133.162500', '133133.622500', '133134.082500', '133134.542500', '133135.002500', '133135.462500', '133135.922500', '133136.382500', '133136.842500', '133137.302500', '133137.762500', '133138.222500', '133138.682500', '133139.142500', '133139.602500', '133140.062500', '133140.522500', '133140.982500', '133141.442500', '133141.902500', '133142.362500', '133142.822500', '133143.282500', '133143.742500', '133144.202500', '133144.662500', '133145.122500', '133145.582500', '133146.042500', '133146.502500', '133146.962500', '133147.422500', '133147.882500', '133148.342500', '133148.802500', '133149.262500', '133149.722500', '133150.182500', '133150.642500', '133151.102500', '133151.562500', '133152.022500', '133152.482500', '133152.942500', '133153.402500', '133153.862500', '133154.322500', '133154.782500', '133155.242500', '133155.702500', '133156.162500', '133156.622500', '133157.082500', '133157.542500', '133158.002500', '133158.462500', '133158.922500', '133159.382500', '133159.842500', '133200.302500', '133200.762500', '133201.222500', '133201.682500', '133202.142500', '133202.602500', '133203.062500', '133203.522500', '133203.982500', '133204.442500', '133204.902500', '133205.362500', '133205.822500', '133206.282500', '133206.742500', '133207.202500', '133207.662500', '133208.122500', '133208.582500', '133209.042500', '133209.502500', '133209.962500', '133210.422500', '133210.882500', '133211.342500', '133211.802500', '133212.262500', '133212.722500', '133213.182500', '133213.642500', '133214.102500', '133214.562500', '133215.022500', '133215.482500', '133215.942500', '133216.402500', '133216.862500', '133217.322500', '133217.782500', '133218.242500', '133218.702500', '133219.162500', '133219.622500', '133220.082500', '133220.542500', '133221.002500', '133221.462500', '133221.922500', '133222.382500', '133222.842500', '133223.302500', '133223.762500', '133224.222500', '133224.682500', '133225.142500', '133225.602500', '133226.062500', '133226.522500', '133226.982500', '133227.442500', '133227.902500', '133228.362500', '133228.822500', '133229.282500', '133229.742500', '133230.202500', '133230.662500', '133231.122500', '133231.582500', '133232.042500', '133232.502500', '133232.962500', '133233.422500', '133233.882500', '133234.342500', '133234.802500', '133235.262500', '133235.722500', '133236.182500', '133236.642500', '133237.102500', '133237.562500', '133238.022500', '133238.482500', '133238.942500', '133239.402500', '133239.862500', '133240.322500', '133240.782500', '133241.242500', '133241.702500', '133242.162500', '133242.622500', '133243.082500', '133243.542500', '133244.002500', '133244.462500', '133244.922500', '133245.382500', '133245.842500', '133246.302500', '133246.762500', '133247.222500', '133247.682500', '133248.142500', '133248.602500', '133249.062500', '133249.522500', '133249.982500', '133250.442500', '133250.902500', '133251.362500', '133251.822500', '133252.282500', '133252.742500', '133253.202500', '133253.662500', '133254.122500', '133254.582500', '133255.042500', '133255.502500', '133255.962500', '133256.422500', '133256.882500', '133257.342500', '133257.802500', '133258.262500', '133258.722500', '133259.182500', '133259.642500', '133300.102500', '133300.562500', '133301.022500', '133301.482500', '133301.942500', '133302.402500', '133302.862500', '133303.322500', '133303.782500', '133304.242500', '133304.702500', '133305.162500', '133305.622500', '133306.082500', '133306.542500', '133307.002500', '133307.462500', '133307.922500', '133308.382500', '133308.842500', '133309.302500', '133309.762500', '133310.222500', '133310.682500', '133311.142500', '133311.602500', '133312.062500', '133312.522500', '133312.982500', '133313.442500', '133313.902500', '133314.362500', '133314.822500', '133315.282500', '133315.742500', '133316.202500', '133316.662500', '133317.122500', '133317.582500', '133318.042500', '133318.502500', '133318.962500', '133319.422500', '133319.882500', '133320.342500', '133320.802500', '133321.262500', '133321.722500', '133322.182500', '133322.642500', '133323.102500', '133323.562500', '133324.022500', '133324.482500', '133324.942500', '133325.402500', '133325.862500', '133326.322500', '133326.782500', '133327.242500', '133327.702500', '133328.162500', '133328.622500', '133329.082500', '133329.542500', '133330.002500', '133330.462500', '133330.922500', '133331.382500', '133331.842500', '133332.302500', '133332.762500', '133333.222500', '133333.682500', '133334.142500', '133334.602500', '133335.062500', '133335.522500', '133335.982500', '133336.442500', '133336.902500', '133337.362500', '133337.822500', '133338.282500', '133338.742500', '133339.202500', '133339.662500', '133340.122500', '133340.582500', '133341.042500', '133341.502500', '133341.962500', '133342.422500', '133342.882500', '133343.342500', '133343.802500', '133344.262500', '133344.722500', '133345.182500', '133345.642500', '133346.102500', '133346.562500', '133347.022500', '133347.482500', '133347.942500', '133348.402500', '133348.862500', '133349.322500', '133349.782500', '133350.242500', '133350.702500', '133351.162500', '133351.622500', '133352.082500', '133352.542500', '133353.002500', '133353.462500', '133353.922500', '133354.382500', '133354.842500', '133355.302500', '133355.762500', '133356.222500', '133356.682500', '133357.142500', '133357.602500', '133358.062500', '133358.522500', '133358.982500', '133359.442500', '133359.902500', '133400.362500', '133400.822500', '133401.282500', '133401.742500', '133402.202500', '133402.662500', '133403.122500', '133403.582500', '133404.042500', '133404.502500', '133404.962500', '133405.422500', '133405.882500', '133406.342500', '133406.802500', '133407.262500', '133407.722500', '133408.182500', '133408.642500', '133409.102500', '133409.562500', '133410.022500', '133410.482500', '133410.942500', '133411.402500', '133411.862500', '133412.322500', '133412.782500', '133413.242500', '133413.702500', '133414.162500', '133414.622500', '133415.082500', '133415.542500', '133416.002500', '133416.462500', '133416.922500', '133417.382500', '133417.842500', '133418.302500', '133418.762500', '133419.222500', '133419.682500', '133420.142500', '133420.602500', '133421.062500', '133421.522500', '133421.982500', '133422.442500', '133422.902500', '133423.362500', '133423.822500', '133424.282500', '133424.742500', '133425.202500', '133425.662500', '133426.122500', '133426.582500', '133427.042500', '133427.502500', '133427.962500', '133428.422500', '133428.882500', '133429.342500', '133429.802500', '133430.262500', '133430.722500', '133431.182500', '133431.642500', '133432.102500', '133432.562500', '133433.022500', '133433.482500', '133433.942500', '133434.402500', '133434.862500', '133435.322500', '133435.782500', '133436.242500', '133436.702500', '133437.162500', '133437.622500', '133438.082500', '133438.542500', '133439.002500', '133439.462500', '133439.922500', '133440.382500', '133440.842500', '133441.302500', '133441.762500', '133442.222500', '133442.682500', '133443.142500', '133443.602500', '133444.062500', '133444.522500', '133444.982500', '133445.442500', '133445.902500', '133446.362500', '133446.822500', '133447.282500', '133447.742500', '133448.202500', '133448.662500', '133449.122500', '133449.582500', '133450.042500', '133450.502500', '133450.962500', '133451.422500', '133451.882500', '133452.342500', '133452.802500', '133453.262500', '133453.722500', '133454.182500', '133454.642500', '133455.102500', '133455.562500', '133456.022500', '133456.482500', '133456.942500', '133457.402500', '133457.862500', '133458.322500', '133458.782500', '133459.242500', '133459.702500', '133500.162500', '133500.622500', '133501.082500', '133501.542500', '133502.002500', '133502.462500', '133502.922500', '133503.382500', '133503.842500', '133504.302500', '133504.762500', '133505.222500', '133505.682500', '133506.142500', '133506.602500', '133507.062500', '133507.522500', '133507.982500', '133508.442500', '133508.902500', '133509.362500', '133509.822500', '133510.282500', '133510.742500', '133511.202500', '133511.662500', '133512.122500', '133512.582500', '133513.042500', '133513.502500', '133513.962500', '133514.422500', '133514.882500', '133515.342500', '133515.802500', '133516.262500', '133516.722500', '133517.182500', '133517.642500', '133518.102500', '133518.562500', '133519.022500', '133519.482500', '133519.942500', '133520.402500', '133520.862500', '133521.322500', '133521.782500', '133522.242500', '133522.702500', '133523.162500', '133523.622500', '133524.082500', '133524.542500', '133525.002500', '133525.462500', '133525.922500', '133526.382500', '133526.842500', '133527.302500', '133527.762500', '133528.222500', '133528.682500', '133529.142500', '133529.602500', '133530.062500', '133530.522500', '133530.982500', '133531.442500', '133531.902500', '133532.362500', '133532.822500', '133533.282500', '133533.742500', '133534.202500', '133534.662500', '133535.122500', '133535.582500', '133536.042500', '133536.502500', '133536.962500', '133537.422500', '133537.882500', '133538.342500', '133538.802500', '133539.262500', '133539.722500', '133540.182500', '133540.642500', '133541.102500', '133541.562500', '133542.022500', '133542.482500', '133542.942500', '133543.402500', '133543.862500', '133544.322500', '133544.782500', '133545.242500', '133545.702500', '133546.162500', '133546.622500', '133547.082500', '133547.542500', '133548.002500', '133548.462500', '133548.922500', '133549.382500', '133549.842500', '133550.302500', '133550.762500', '133551.222500', '133551.682500', '133552.142500', '133552.602500', '133553.062500', '133553.522500', '133553.982500', '133554.442500', '133554.902500', '133555.362500', '133555.822500', '133556.282500', '133556.742500', '133557.202500', '133557.662500', '133558.122500', '133558.582500', '133559.042500', '133559.502500', '133559.962500', '133600.422500', '133600.882500', '133601.342500', '133601.802500', '133602.262500', '133602.722500', '133603.182500', '133603.642500', '133604.102500', '133604.562500', '133605.022500', '133605.482500', '133605.942500', '133606.402500', '133606.862500', '133607.322500', '133607.782500', '133608.242500', '133608.702500', '133609.162500', '133609.622500', '133610.082500', '133610.542500', '133611.002500', '133611.462500', '133611.922500', '133612.382500', '133612.842500', '133613.302500', '133613.762500', '133614.222500', '133614.682500', '133615.142500', '133615.602500', '133616.062500', '133616.522500', '133616.982500', '133617.442500', '133617.902500', '133618.362500', '133618.822500', '133619.282500', '133619.742500', '133620.202500', '133620.662500', '133621.122500', '133621.582500', '133622.042500', '133622.502500', '133622.962500', '133623.422500', '133623.882500', '133624.342500', '133624.802500', '133625.262500', '133625.722500', '133626.182500', '133626.642500', '133627.102500', '133627.562500', '133628.022500', '133628.482500', '133628.942500', '133629.402500', '133629.862500', '133630.322500', '133630.782500', '133631.242500', '133631.702500', '133632.162500', '133632.622500', '133633.082500', '133633.542500', '133634.002500', '133634.462500', '133634.922500', '133635.382500', '133635.842500', '133636.302500', '133636.762500', '133637.222500', '133637.682500', '133638.142500', '133638.602500', '133639.062500', '133639.522500', '133639.982500', '133640.442500', '133640.902500', '133641.362500', '133641.822500', '133642.282500', '133642.742500', '133643.202500', '133643.662500', '133644.122500', '133644.582500', '133645.042500', '133645.502500', '133645.962500', '133646.422500', '133646.882500', '133647.342500', '133647.802500', '133648.262500', '133648.722500', '133649.182500', '133649.642500', '133650.102500', '133650.562500', '133651.022500', '133651.482500', '133651.942500', '133652.402500', '133652.862500', '133653.322500', '133653.782500', '133654.242500', '133654.702500', '133655.162500', '133655.622500', '133656.082500', '133656.542500', '133657.002500', '133657.462500', '133657.922500', '133658.382500', '133658.842500', '133659.302500', '133659.762500', '133700.222500', '133700.682500', '133701.142500', '133701.602500', '133702.062500', '133702.522500', '133702.982500', '133703.442500', '133703.902500', '133704.362500', '133704.822500', '133705.282500', '133705.742500', '133706.202500', '133706.662500', '133707.122500', '133707.582500', '133708.042500', '133708.502500', '133708.962500', '133709.422500', '133709.882500', '133710.342500', '133710.802500', '133711.262500', '133711.722500', '133712.182500', '133712.642500', '133713.102500', '133713.562500', '133714.022500', '133714.482500', '133714.942500', '133715.402500', '133715.862500', '133716.322500', '133716.782500', '133717.242500', '133717.702500', '133718.162500', '133718.622500', '133719.082500', '133719.542500', '133720.002500', '133720.462500', '133720.922500', '133721.382500', '133721.842500', '133722.302500', '133722.762500', '133723.222500', '133723.682500', '133724.142500', '133724.602500', '133725.062500', '133725.522500', '133725.982500', '133726.442500', '133726.902500', '133727.362500', '133727.822500', '133728.282500', '133728.742500', '133729.202500', '133729.662500', '133730.122500', '133730.582500', '133731.042500'], 'ContentTime': ['132800.917000', '132800.920000', '132800.927000', '132800.929000', '132800.932000', '132800.935000', '132800.938000', '132800.941000', '132800.944000', '132800.947000', '132800.950000', '132800.953000', '132800.956000', '132800.959000', '132800.962000', '132800.964000', '132800.967000', '132800.972000', '132800.975000', '132800.978000', '132800.981000', '132800.983000', '132800.987000', '132800.989000', '132800.992000', '132800.995000', '132820.885000', '132820.888000', '132820.891000', '132820.896000', '132820.899000', '132820.902000', '132820.905000', '132820.908000', '132820.911000', '132820.914000', '132820.917000', '132820.920000', '132820.922000', '132820.925000', '132820.928000', '132820.931000', '132820.934000', '132820.937000', '132820.940000', '132820.943000', '132820.946000', '132820.949000', '132820.952000', '132820.954000', '132820.957000', '132820.960000', '132820.967000', '132820.969000', '132820.972000', '132820.975000', '132820.978000', '132820.981000', '132820.984000', '132820.987000', '132820.990000', '132820.993000', '132820.996000', '132821.000000', '132821.002000', '132821.005000', '132821.008000', '132821.011000', '132821.014000', '132821.017000', '132840.885000', '132840.888000', '132840.891000', '132840.894000', '132840.897000', '132840.900000', '132840.903000', '132840.906000', '132840.908000', '132840.911000', '132840.914000', '132840.917000', '132840.920000', '132840.923000', '132840.926000', '132840.929000', '132840.932000', '132840.935000', '132840.938000', '132840.941000', '132840.946000', '132840.949000', '132840.952000', '132840.955000', '132840.958000', '132840.961000', '132840.964000', '132840.967000', '132840.970000', '132840.973000', '132840.976000', '132840.979000', '132840.982000', '132840.985000', '132840.988000', '132840.994000', '132840.997000', '132841.001000', '132841.004000', '132841.006000', '132841.009000', '132841.012000', '132841.015000', '132900.885000', '132900.888000', '132900.891000', '132900.894000', '132900.897000', '132900.900000', '132900.903000', '132900.906000', '132900.909000', '132900.911000', '132900.914000', '132900.917000', '132900.920000', '132900.923000', '132900.926000', '132900.929000', '132900.932000', '132900.935000', '132900.938000', '132900.941000', '132900.944000', '132900.947000', '132900.950000', '132900.953000', '132900.956000', '132900.959000', '132900.961000', '132900.964000', '132900.967000', '132900.970000', '132900.973000', '132900.976000', '132900.979000', '132900.982000', '132900.985000', '132900.988000', '132900.991000', '132900.994000', '132900.997000', '132901.000000', '132901.003000', '132901.006000', '132901.009000', '132901.012000', '132920.885000', '132920.888000', '132920.892000', '132920.896000', '132920.899000', '132920.901000', '132920.904000', '132920.907000', '132920.910000', '132920.913000', '132920.916000', '132920.919000', '132920.935000', '132920.938000', '132920.941000', '132920.944000', '132920.947000', '132920.950000', '132920.953000', '132920.956000', '132920.960000', '132920.962000', '132920.966000', '132920.969000', '132920.972000', '132920.975000', '132920.977000', '132920.980000', '132920.983000', '132920.986000', '132920.989000', '132920.992000', '132920.995000', '132920.998000', '132921.002000', '132921.005000', '132921.008000', '132921.011000', '132921.013000', '132921.016000', '132921.020000', '132921.022000', '132921.025000', '132940.885000', '132940.888000', '132940.891000', '132940.894000', '132940.897000', '132940.900000', '132940.903000', '132940.906000', '132940.909000', '132940.912000', '132940.914000', '132940.917000', '132940.920000', '132940.923000', '132940.926000', '132940.929000', '132940.932000', '132940.935000', '132940.938000', '132940.941000', '132940.944000', '132940.947000', '132940.949000', '132940.953000', '132940.955000', '132940.958000', '132940.961000', '132940.964000', '132940.967000', '132940.970000', '132940.973000', '132940.976000', '132940.979000', '132940.982000', '132940.985000', '132940.988000', '132940.991000', '132940.994000', '132940.996000', '132941.000000', '132941.003000', '132941.006000', '132941.009000', '132941.012000', '133000.885000', '133000.888000', '133000.891000', '133000.894000', '133000.897000', '133000.900000', '133000.903000', '133000.906000', '133000.909000', '133000.912000', '133000.915000', '133000.918000', '133000.921000', '133000.924000', '133000.927000', '133000.929000', '133000.932000', '133000.935000', '133000.938000', '133000.941000', '133000.944000', '133000.947000', '133000.950000', '133000.953000', '133000.956000', '133000.959000', '133000.962000', '133000.965000', '133000.968000', '133000.971000', '133000.974000', '133000.979000', '133000.983000', '133000.986000', '133000.989000', '133000.992000', '133000.995000', '133000.998000', '133001.002000', '133001.005000', '133001.008000', '133001.011000', '133001.014000', '133020.884000', '133020.887000', '133020.890000', '133020.893000', '133020.896000', '133020.899000', '133020.902000', '133020.905000', '133020.907000', '133020.910000', '133020.913000', '133020.916000', '133020.919000', '133020.922000', '133020.925000', '133020.928000', '133020.931000', '133020.934000', '133020.937000', '133020.940000', '133020.943000', '133020.945000', '133020.949000', '133020.951000', '133020.954000', '133020.957000', '133020.960000', '133020.963000', '133020.966000', '133020.969000', '133020.972000', '133020.975000', '133020.978000', '133020.981000', '133020.984000', '133020.987000', '133020.989000', '133020.992000', '133020.995000', '133020.998000', '133021.002000', '133021.005000', '133021.008000', '133021.011000', '133040.885000', '133040.888000', '133040.891000', '133040.894000', '133040.897000', '133040.900000', '133040.903000', '133040.906000', '133040.909000', '133040.912000', '133040.915000', '133040.917000', '133040.920000', '133040.923000', '133040.926000', '133040.931000', '133040.934000', '133040.937000', '133040.940000', '133040.943000', '133040.946000', '133040.949000', '133040.952000', '133040.955000', '133040.958000', '133040.961000', '133040.964000', '133040.966000', '133040.970000', '133040.973000', '133040.975000', '133040.978000', '133040.981000', '133040.984000', '133040.987000', '133040.990000', '133040.994000', '133040.997000', '133041.001000', '133041.004000', '133041.007000', '133041.010000', '133041.013000', '133100.885000', '133100.888000', '133100.891000', '133100.894000', '133100.897000', '133100.900000', '133100.903000', '133100.906000', '133100.920000', '133100.923000', '133100.926000', '133100.929000', '133100.932000', '133100.935000', '133100.938000', '133100.941000', '133100.944000', '133100.947000', '133100.950000', '133100.953000', '133100.955000', '133100.959000', '133100.962000', '133100.964000', '133100.967000', '133100.970000', '133100.973000', '133100.976000', '133100.979000', '133100.982000', '133100.985000', '133100.988000', '133100.991000', '133100.994000', '133100.997000', '133101.001000', '133101.004000', '133101.007000', '133101.010000', '133101.012000', '133101.015000', '133101.018000', '133101.021000', '133101.024000', '133120.885000', '133120.888000', '133120.891000', '133120.894000', '133120.897000', '133120.900000', '133120.903000', '133120.906000', '133120.909000', '133120.912000', '133120.915000', '133120.918000', '133120.920000', '133120.923000', '133120.926000', '133120.929000', '133120.932000', '133120.935000', '133120.938000', '133120.941000', '133120.944000', '133120.947000', '133120.950000', '133120.953000', '133120.956000', '133120.959000', '133120.962000', '133120.965000', '133120.968000', '133120.971000', '133120.974000', '133120.977000', '133120.980000', '133120.982000', '133120.985000', '133120.988000', '133120.991000', '133120.994000', '133120.997000', '133121.001000', '133121.004000', '133121.007000', '133121.010000', '133140.885000', '133140.888000', '133140.891000', '133140.894000', '133140.897000', '133140.900000', '133140.903000', '133140.906000', '133140.909000', '133140.912000', '133140.915000', '133140.917000', '133140.920000', '133140.923000', '133140.926000', '133140.929000', '133140.932000', '133140.935000', '133140.938000', '133140.941000', '133140.944000', '133140.947000', '133140.950000', '133140.953000', '133140.956000', '133140.959000', '133140.962000', '133140.964000', '133140.967000', '133140.970000', '133140.973000', '133140.976000', '133140.979000', '133140.982000', '133140.985000', '133140.988000', '133140.991000', '133140.994000', '133140.997000', '133141.001000', '133141.004000', '133141.007000', '133141.010000', '133141.013000', '133200.885000', '133200.888000', '133200.891000', '133200.894000', '133200.897000', '133200.900000', '133200.904000', '133200.906000', '133200.909000', '133200.912000', '133200.915000', '133200.918000', '133200.921000', '133200.924000', '133200.927000', '133200.930000', '133200.933000', '133200.936000', '133200.939000', '133200.942000', '133200.945000', '133200.948000', '133200.951000', '133200.954000', '133200.956000', '133200.959000', '133200.962000', '133200.967000', '133200.970000', '133200.973000', '133200.976000', '133200.979000', '133200.982000', '133200.985000', '133200.988000', '133200.991000', '133200.994000', '133200.997000', '133201.001000', '133201.004000', '133201.007000', '133201.009000', '133201.012000', '133220.885000', '133220.888000', '133220.891000', '133220.894000', '133220.897000', '133220.900000', '133220.903000', '133220.906000', '133220.909000', '133220.912000', '133220.915000', '133220.918000', '133220.920000', '133220.923000', '133220.926000', '133220.929000', '133220.932000', '133220.935000', '133220.938000', '133220.941000', '133220.944000', '133220.947000', '133220.950000', '133220.953000', '133220.956000', '133220.959000', '133220.962000', '133220.965000', '133220.968000', '133220.971000', '133220.974000', '133220.977000', '133220.979000', '133220.991000', '133220.994000', '133220.997000', '133221.000000', '133221.003000', '133221.006000', '133221.009000', '133221.012000', '133221.015000', '133221.018000', '133221.021000', '133240.884000', '133240.887000', '133240.890000', '133240.893000', '133240.896000', '133240.899000', '133240.902000', '133240.905000', '133240.908000', '133240.911000', '133240.914000', '133240.917000', '133240.920000', '133240.923000', '133240.926000', '133240.929000', '133240.932000', '133240.935000', '133240.938000', '133240.940000', '133240.944000', '133240.946000', '133240.949000', '133240.952000', '133240.955000', '133240.958000', '133240.961000', '133240.964000', '133240.967000', '133240.970000', '133240.973000', '133240.976000', '133240.979000', '133240.982000', '133240.985000', '133240.988000', '133240.991000', '133240.994000', '133240.997000', '133241.000000', '133241.003000', '133241.006000', '133241.009000', '133300.885000', '133300.888000', '133300.891000', '133300.894000', '133300.897000', '133300.900000', '133300.903000', '133300.906000', '133300.909000', '133300.915000', '133300.918000', '133300.920000', '133300.923000', '133300.926000', '133300.929000', '133300.932000', '133300.935000', '133300.938000', '133300.941000', '133300.944000', '133300.947000', '133300.950000', '133300.953000', '133300.956000', '133300.959000', '133300.962000', '133300.965000', '133300.968000', '133300.971000', '133300.974000', '133300.976000', '133300.979000', '133300.982000', '133300.985000', '133300.988000', '133300.991000', '133300.994000', '133300.997000', '133301.001000', '133301.004000', '133301.007000', '133301.010000', '133301.013000', '133301.016000', '133320.885000', '133320.888000', '133320.891000', '133320.904000', '133320.907000', '133320.910000', '133320.913000', '133320.916000', '133320.919000', '133320.922000', '133320.925000', '133320.928000', '133320.931000', '133320.934000', '133320.936000', '133320.940000', '133320.943000', '133320.945000', '133320.948000', '133320.951000', '133320.954000', '133320.957000', '133320.960000', '133320.963000', '133320.966000', '133320.971000', '133320.974000', '133320.977000', '133320.980000', '133320.990000', '133320.993000', '133320.996000', '133321.000000', '133321.003000', '133321.007000', '133321.011000', '133321.014000', '133321.017000', '133321.019000', '133321.022000', '133321.025000', '133321.028000', '133321.031000', '133340.885000', '133340.888000', '133340.891000', '133340.894000', '133340.897000', '133340.900000', '133340.903000', '133340.906000', '133340.909000', '133340.912000', '133340.914000', '133340.917000', '133340.920000', '133340.923000', '133340.926000', '133340.929000', '133340.932000', '133340.935000', '133340.938000', '133340.941000', '133340.944000', '133340.947000', '133340.950000', '133340.953000', '133340.956000', '133340.959000', '133340.962000', '133340.964000', '133340.968000', '133340.971000', '133340.974000', '133340.977000', '133340.980000', '133340.983000', '133340.985000', '133340.988000', '133340.991000', '133340.994000', '133340.997000', '133341.001000', '133341.004000', '133341.007000', '133341.010000', '133341.013000', '133400.885000', '133400.888000', '133400.896000', '133400.899000', '133400.902000', '133400.905000', '133400.908000', '133400.911000', '133400.914000', '133400.917000', '133400.920000', '133400.923000', '133400.926000', '133400.929000', '133400.932000', '133400.935000', '133400.938000', '133400.941000', '133400.944000', '133400.947000', '133400.949000', '133400.952000', '133400.955000', '133400.958000', '133400.961000', '133400.964000', '133400.967000', '133400.970000', '133400.973000', '133400.976000', '133400.979000', '133400.982000', '133400.985000', '133400.987000', '133400.991000', '133400.993000', '133400.996000', '133401.000000', '133401.003000', '133401.006000', '133401.009000', '133401.012000', '133401.015000', '133420.885000', '133420.888000', '133420.891000', '133420.894000', '133420.897000', '133420.900000', '133420.903000', '133420.906000', '133420.909000', '133420.912000', '133420.914000', '133420.917000', '133420.920000', '133420.923000', '133420.926000', '133420.929000', '133420.932000', '133420.935000', '133420.938000', '133420.941000', '133420.944000', '133420.947000', '133420.950000', '133420.953000', '133420.955000', '133420.958000', '133420.961000', '133420.964000', '133420.967000', '133420.970000', '133420.973000', '133420.976000', '133420.979000', '133420.982000', '133420.985000', '133420.988000', '133420.991000', '133420.993000', '133420.996000', '133421.000000', '133421.003000', '133421.006000', '133421.009000', '133421.012000', '133440.885000', '133440.888000', '133440.891000', '133440.894000', '133440.897000', '133440.900000', '133440.903000', '133440.906000', '133440.909000', '133440.917000', '133440.920000', '133440.923000', '133440.926000', '133440.929000', '133440.932000', '133440.935000', '133440.938000', '133440.941000', '133440.944000', '133440.947000', '133440.950000', '133440.953000', '133440.956000', '133440.958000', '133440.961000', '133440.964000', '133440.967000', '133440.970000', '133440.973000', '133440.976000', '133440.979000', '133440.982000', '133440.985000', '133440.988000', '133440.991000', '133440.994000', '133440.997000', '133441.001000', '133441.004000', '133441.006000', '133441.009000', '133441.012000', '133441.015000', '133500.884000', '133500.887000', '133500.890000', '133500.894000', '133500.897000', '133500.900000', '133500.903000', '133500.906000', '133500.909000', '133500.912000', '133500.915000', '133500.918000', '133500.921000', '133500.924000', '133500.927000', '133500.930000', '133500.932000', '133500.935000', '133500.938000', '133500.941000', '133500.944000', '133500.947000', '133500.950000', '133500.953000', '133500.956000', '133500.959000', '133500.962000', '133500.965000', '133500.968000', '133500.971000', '133500.974000', '133500.977000', '133500.980000', '133500.982000', '133500.986000', '133500.989000', '133500.991000', '133500.994000', '133500.997000', '133501.001000', '133501.004000', '133501.007000', '133501.010000', '133520.885000', '133520.888000', '133520.891000', '133520.894000', '133520.897000', '133520.900000', '133520.903000', '133520.906000', '133520.909000', '133520.912000', '133520.915000', '133520.918000', '133520.921000', '133520.924000', '133520.927000', '133520.930000', '133520.933000', '133520.936000', '133520.939000', '133520.941000', '133520.944000', '133520.947000', '133520.950000', '133520.953000', '133520.956000', '133520.959000', '133520.962000', '133520.965000', '133520.968000', '133520.971000', '133520.974000', '133520.977000', '133520.980000', '133520.983000', '133520.986000', '133520.989000', '133520.991000', '133520.994000', '133520.997000', '133521.001000', '133521.004000', '133521.007000', '133521.010000', '133521.013000', '133540.885000', '133540.888000', '133540.891000', '133540.894000', '133540.897000', '133540.900000', '133540.903000', '133540.907000', '133540.910000', '133540.913000', '133540.916000', '133540.919000', '133540.922000', '133540.925000', '133540.928000', '133540.930000', '133540.933000', '133540.936000', '133540.939000', '133540.942000', '133540.945000', '133540.948000', '133540.951000', '133540.954000', '133540.957000', '133540.960000', '133540.963000', '133540.966000', '133540.969000', '133540.972000', '133540.975000', '133540.977000', '133540.980000', '133540.983000', '133540.986000', '133540.989000', '133540.992000', '133540.995000', '133540.998000', '133541.002000', '133541.005000', '133541.008000', '133541.011000', '133600.885000', '133600.888000', '133600.891000', '133600.894000', '133600.897000', '133600.900000', '133600.903000', '133600.906000', '133600.909000', '133600.912000', '133600.915000', '133600.918000', '133600.921000', '133600.924000', '133600.927000', '133600.930000', '133600.933000', '133600.936000', '133600.939000', '133600.941000', '133600.945000', '133600.947000', '133600.950000', '133600.953000', '133600.956000', '133600.959000', '133600.962000', '133600.965000', '133600.968000', '133600.971000', '133600.974000', '133600.977000', '133600.980000', '133600.983000', '133600.986000', '133600.989000', '133600.992000', '133600.995000', '133600.998000', '133601.002000', '133601.005000', '133601.008000', '133601.011000', '133601.014000', '133620.885000', '133620.888000', '133620.891000', '133620.894000', '133620.897000', '133620.900000', '133620.903000', '133620.906000', '133620.909000', '133620.912000', '133620.915000', '133620.918000', '133620.921000', '133620.926000', '133620.930000', '133620.933000', '133620.936000', '133620.939000', '133620.942000', '133620.945000', '133620.948000', '133620.951000', '133620.954000', '133620.957000', '133620.960000', '133620.963000', '133620.966000', '133620.969000', '133620.972000', '133620.975000', '133620.977000', '133620.980000', '133620.983000', '133620.986000', '133620.989000', '133620.992000', '133620.995000', '133620.998000', '133621.002000', '133621.005000', '133621.008000', '133621.011000', '133621.014000', '133640.885000', '133640.888000', '133640.891000', '133640.894000', '133640.897000', '133640.900000', '133640.903000', '133640.906000', '133640.909000', '133640.912000', '133640.915000', '133640.918000', '133640.921000', '133640.924000', '133640.927000', '133640.930000', '133640.933000', '133640.936000', '133640.938000', '133640.941000', '133640.944000', '133640.947000', '133640.950000', '133640.953000', '133640.956000', '133640.959000', '133640.962000', '133640.969000', '133640.972000', '133640.975000', '133640.978000', '133640.981000', '133640.984000', '133640.987000', '133640.989000', '133640.993000', '133640.995000', '133640.998000', '133641.002000', '133641.005000', '133641.008000', '133641.011000', '133641.014000', '133641.017000', '133700.885000', '133700.894000', '133700.897000', '133700.900000', '133700.903000', '133700.906000', '133700.909000', '133700.912000', '133700.915000', '133700.918000', '133700.921000', '133700.924000', '133700.927000', '133700.930000', '133700.933000', '133700.936000', '133700.939000', '133700.942000', '133700.947000', '133700.950000', '133700.954000', '133700.957000', '133700.960000', '133700.963000', '133700.965000', '133700.968000', '133700.971000', '133700.974000', '133700.977000', '133700.980000', '133700.983000', '133700.986000', '133700.989000', '133700.992000', '133700.995000', '133700.998000', '133701.002000', '133701.005000', '133701.008000', '133701.011000', '133701.014000', '133701.016000', '133701.019000', '133720.884000', '133720.887000', '133720.900000', '133720.902000', '133720.905000', '133720.908000', '133720.911000', '133720.914000', '133720.917000', '133720.920000', '133720.923000', '133720.926000', '133720.929000', '133720.932000', '133720.935000', '133720.938000', '133720.941000', '133720.944000', '133720.947000', '133720.950000', '133720.953000', '133720.956000', '133720.959000', '133720.962000', '133720.965000', '133720.968000', '133720.971000', '133720.973000', '133720.976000', '133720.979000', '133720.982000', '133720.985000', '133720.988000', '133720.991000', '133720.994000', '133720.997000', '133721.001000', '133721.004000', '133721.007000', '133721.010000', '133721.013000', '133721.016000', '133721.019000', '133721.022000', '133731.811000', '133731.815000', '133731.818000', '133731.822000', '133731.826000', '133731.829000', '133731.833000', '133731.836000', '133731.839000', '133731.842000', '133731.846000', '133731.849000', '133731.852000', '133731.855000', '133731.858000', '133731.861000', '133731.864000', '133731.867000', '133731.870000', '133731.873000', '133731.876000', '133731.880000', '133731.883000', '133731.886000'], 'InstanceCreationTime': ['132800.917000', '132800.920000', '132800.927000', '132800.929000', '132800.932000', '132800.935000', '132800.938000', '132800.941000', '132800.944000', '132800.947000', '132800.950000', '132800.953000', '132800.956000', '132800.959000', '132800.962000', '132800.964000', '132800.967000', '132800.972000', '132800.975000', '132800.978000', '132800.981000', '132800.983000', '132800.987000', '132800.989000', '132800.992000', '132800.995000', '132820.885000', '132820.888000', '132820.891000', '132820.896000', '132820.899000', '132820.902000', '132820.905000', '132820.908000', '132820.911000', '132820.914000', '132820.917000', '132820.920000', '132820.922000', '132820.925000', '132820.928000', '132820.931000', '132820.934000', '132820.937000', '132820.940000', '132820.943000', '132820.946000', '132820.949000', '132820.952000', '132820.954000', '132820.957000', '132820.960000', '132820.967000', '132820.969000', '132820.972000', '132820.975000', '132820.978000', '132820.981000', '132820.984000', '132820.987000', '132820.990000', '132820.993000', '132820.996000', '132821.000000', '132821.002000', '132821.005000', '132821.008000', '132821.011000', '132821.014000', '132821.017000', '132840.885000', '132840.888000', '132840.891000', '132840.894000', '132840.897000', '132840.900000', '132840.903000', '132840.906000', '132840.908000', '132840.911000', '132840.914000', '132840.917000', '132840.920000', '132840.923000', '132840.926000', '132840.929000', '132840.932000', '132840.935000', '132840.938000', '132840.941000', '132840.946000', '132840.949000', '132840.952000', '132840.955000', '132840.958000', '132840.961000', '132840.964000', '132840.967000', '132840.970000', '132840.973000', '132840.976000', '132840.979000', '132840.982000', '132840.985000', '132840.988000', '132840.994000', '132840.997000', '132841.001000', '132841.004000', '132841.006000', '132841.009000', '132841.012000', '132841.015000', '132900.885000', '132900.888000', '132900.891000', '132900.894000', '132900.897000', '132900.900000', '132900.903000', '132900.906000', '132900.909000', '132900.911000', '132900.914000', '132900.917000', '132900.920000', '132900.923000', '132900.926000', '132900.929000', '132900.932000', '132900.935000', '132900.938000', '132900.941000', '132900.944000', '132900.947000', '132900.950000', '132900.953000', '132900.956000', '132900.959000', '132900.961000', '132900.964000', '132900.967000', '132900.970000', '132900.973000', '132900.976000', '132900.979000', '132900.982000', '132900.985000', '132900.988000', '132900.991000', '132900.994000', '132900.997000', '132901.000000', '132901.003000', '132901.006000', '132901.009000', '132901.012000', '132920.885000', '132920.888000', '132920.892000', '132920.896000', '132920.899000', '132920.901000', '132920.904000', '132920.907000', '132920.910000', '132920.913000', '132920.916000', '132920.919000', '132920.935000', '132920.938000', '132920.941000', '132920.944000', '132920.947000', '132920.950000', '132920.953000', '132920.956000', '132920.960000', '132920.962000', '132920.966000', '132920.969000', '132920.972000', '132920.975000', '132920.977000', '132920.980000', '132920.983000', '132920.986000', '132920.989000', '132920.992000', '132920.995000', '132920.998000', '132921.002000', '132921.005000', '132921.008000', '132921.011000', '132921.013000', '132921.016000', '132921.020000', '132921.022000', '132921.025000', '132940.885000', '132940.888000', '132940.891000', '132940.894000', '132940.897000', '132940.900000', '132940.903000', '132940.906000', '132940.909000', '132940.912000', '132940.914000', '132940.917000', '132940.920000', '132940.923000', '132940.926000', '132940.929000', '132940.932000', '132940.935000', '132940.938000', '132940.941000', '132940.944000', '132940.947000', '132940.949000', '132940.953000', '132940.955000', '132940.958000', '132940.961000', '132940.964000', '132940.967000', '132940.970000', '132940.973000', '132940.976000', '132940.979000', '132940.982000', '132940.985000', '132940.988000', '132940.991000', '132940.994000', '132940.996000', '132941.000000', '132941.003000', '132941.006000', '132941.009000', '132941.012000', '133000.885000', '133000.888000', '133000.891000', '133000.894000', '133000.897000', '133000.900000', '133000.903000', '133000.906000', '133000.909000', '133000.912000', '133000.915000', '133000.918000', '133000.921000', '133000.924000', '133000.927000', '133000.929000', '133000.932000', '133000.935000', '133000.938000', '133000.941000', '133000.944000', '133000.947000', '133000.950000', '133000.953000', '133000.956000', '133000.959000', '133000.962000', '133000.965000', '133000.968000', '133000.971000', '133000.974000', '133000.979000', '133000.983000', '133000.986000', '133000.989000', '133000.992000', '133000.995000', '133000.998000', '133001.002000', '133001.005000', '133001.008000', '133001.011000', '133001.014000', '133020.884000', '133020.887000', '133020.890000', '133020.893000', '133020.896000', '133020.899000', '133020.902000', '133020.905000', '133020.907000', '133020.910000', '133020.913000', '133020.916000', '133020.919000', '133020.922000', '133020.925000', '133020.928000', '133020.931000', '133020.934000', '133020.937000', '133020.940000', '133020.943000', '133020.945000', '133020.949000', '133020.951000', '133020.954000', '133020.957000', '133020.960000', '133020.963000', '133020.966000', '133020.969000', '133020.972000', '133020.975000', '133020.978000', '133020.981000', '133020.984000', '133020.987000', '133020.989000', '133020.992000', '133020.995000', '133020.998000', '133021.002000', '133021.005000', '133021.008000', '133021.011000', '133040.885000', '133040.888000', '133040.891000', '133040.894000', '133040.897000', '133040.900000', '133040.903000', '133040.906000', '133040.909000', '133040.912000', '133040.915000', '133040.917000', '133040.920000', '133040.923000', '133040.926000', '133040.931000', '133040.934000', '133040.937000', '133040.940000', '133040.943000', '133040.946000', '133040.949000', '133040.952000', '133040.955000', '133040.958000', '133040.961000', '133040.964000', '133040.966000', '133040.970000', '133040.973000', '133040.975000', '133040.978000', '133040.981000', '133040.984000', '133040.987000', '133040.990000', '133040.994000', '133040.997000', '133041.001000', '133041.004000', '133041.007000', '133041.010000', '133041.013000', '133100.885000', '133100.888000', '133100.891000', '133100.894000', '133100.897000', '133100.900000', '133100.903000', '133100.906000', '133100.920000', '133100.923000', '133100.926000', '133100.929000', '133100.932000', '133100.935000', '133100.938000', '133100.941000', '133100.944000', '133100.947000', '133100.950000', '133100.953000', '133100.955000', '133100.959000', '133100.962000', '133100.964000', '133100.967000', '133100.970000', '133100.973000', '133100.976000', '133100.979000', '133100.982000', '133100.985000', '133100.988000', '133100.991000', '133100.994000', '133100.997000', '133101.001000', '133101.004000', '133101.007000', '133101.010000', '133101.012000', '133101.015000', '133101.018000', '133101.021000', '133101.024000', '133120.885000', '133120.888000', '133120.891000', '133120.894000', '133120.897000', '133120.900000', '133120.903000', '133120.906000', '133120.909000', '133120.912000', '133120.915000', '133120.918000', '133120.920000', '133120.923000', '133120.926000', '133120.929000', '133120.932000', '133120.935000', '133120.938000', '133120.941000', '133120.944000', '133120.947000', '133120.950000', '133120.953000', '133120.956000', '133120.959000', '133120.962000', '133120.965000', '133120.968000', '133120.971000', '133120.974000', '133120.977000', '133120.980000', '133120.982000', '133120.985000', '133120.988000', '133120.991000', '133120.994000', '133120.997000', '133121.001000', '133121.004000', '133121.007000', '133121.010000', '133140.885000', '133140.888000', '133140.891000', '133140.894000', '133140.897000', '133140.900000', '133140.903000', '133140.906000', '133140.909000', '133140.912000', '133140.915000', '133140.917000', '133140.920000', '133140.923000', '133140.926000', '133140.929000', '133140.932000', '133140.935000', '133140.938000', '133140.941000', '133140.944000', '133140.947000', '133140.950000', '133140.953000', '133140.956000', '133140.959000', '133140.962000', '133140.964000', '133140.967000', '133140.970000', '133140.973000', '133140.976000', '133140.979000', '133140.982000', '133140.985000', '133140.988000', '133140.991000', '133140.994000', '133140.997000', '133141.001000', '133141.004000', '133141.007000', '133141.010000', '133141.013000', '133200.885000', '133200.888000', '133200.891000', '133200.894000', '133200.897000', '133200.900000', '133200.904000', '133200.906000', '133200.909000', '133200.912000', '133200.915000', '133200.918000', '133200.921000', '133200.924000', '133200.927000', '133200.930000', '133200.933000', '133200.936000', '133200.939000', '133200.942000', '133200.945000', '133200.948000', '133200.951000', '133200.954000', '133200.956000', '133200.959000', '133200.962000', '133200.967000', '133200.970000', '133200.973000', '133200.976000', '133200.979000', '133200.982000', '133200.985000', '133200.988000', '133200.991000', '133200.994000', '133200.997000', '133201.001000', '133201.004000', '133201.007000', '133201.009000', '133201.012000', '133220.885000', '133220.888000', '133220.891000', '133220.894000', '133220.897000', '133220.900000', '133220.903000', '133220.906000', '133220.909000', '133220.912000', '133220.915000', '133220.918000', '133220.920000', '133220.923000', '133220.926000', '133220.929000', '133220.932000', '133220.935000', '133220.938000', '133220.941000', '133220.944000', '133220.947000', '133220.950000', '133220.953000', '133220.956000', '133220.959000', '133220.962000', '133220.965000', '133220.968000', '133220.971000', '133220.974000', '133220.977000', '133220.979000', '133220.991000', '133220.994000', '133220.997000', '133221.000000', '133221.003000', '133221.006000', '133221.009000', '133221.012000', '133221.015000', '133221.018000', '133221.021000', '133240.884000', '133240.887000', '133240.890000', '133240.893000', '133240.896000', '133240.899000', '133240.902000', '133240.905000', '133240.908000', '133240.911000', '133240.914000', '133240.917000', '133240.920000', '133240.923000', '133240.926000', '133240.929000', '133240.932000', '133240.935000', '133240.938000', '133240.940000', '133240.944000', '133240.946000', '133240.949000', '133240.952000', '133240.955000', '133240.958000', '133240.961000', '133240.964000', '133240.967000', '133240.970000', '133240.973000', '133240.976000', '133240.979000', '133240.982000', '133240.985000', '133240.988000', '133240.991000', '133240.994000', '133240.997000', '133241.000000', '133241.003000', '133241.006000', '133241.009000', '133300.885000', '133300.888000', '133300.891000', '133300.894000', '133300.897000', '133300.900000', '133300.903000', '133300.906000', '133300.909000', '133300.915000', '133300.918000', '133300.920000', '133300.923000', '133300.926000', '133300.929000', '133300.932000', '133300.935000', '133300.938000', '133300.941000', '133300.944000', '133300.947000', '133300.950000', '133300.953000', '133300.956000', '133300.959000', '133300.962000', '133300.965000', '133300.968000', '133300.971000', '133300.974000', '133300.976000', '133300.979000', '133300.982000', '133300.985000', '133300.988000', '133300.991000', '133300.994000', '133300.997000', '133301.001000', '133301.004000', '133301.007000', '133301.010000', '133301.013000', '133301.016000', '133320.885000', '133320.888000', '133320.891000', '133320.904000', '133320.907000', '133320.910000', '133320.913000', '133320.916000', '133320.919000', '133320.922000', '133320.925000', '133320.928000', '133320.931000', '133320.934000', '133320.936000', '133320.940000', '133320.943000', '133320.945000', '133320.948000', '133320.951000', '133320.954000', '133320.957000', '133320.960000', '133320.963000', '133320.966000', '133320.971000', '133320.974000', '133320.977000', '133320.980000', '133320.990000', '133320.993000', '133320.996000', '133321.000000', '133321.003000', '133321.007000', '133321.011000', '133321.014000', '133321.017000', '133321.019000', '133321.022000', '133321.025000', '133321.028000', '133321.031000', '133340.885000', '133340.888000', '133340.891000', '133340.894000', '133340.897000', '133340.900000', '133340.903000', '133340.906000', '133340.909000', '133340.912000', '133340.914000', '133340.917000', '133340.920000', '133340.923000', '133340.926000', '133340.929000', '133340.932000', '133340.935000', '133340.938000', '133340.941000', '133340.944000', '133340.947000', '133340.950000', '133340.953000', '133340.956000', '133340.959000', '133340.962000', '133340.964000', '133340.968000', '133340.971000', '133340.974000', '133340.977000', '133340.980000', '133340.983000', '133340.985000', '133340.988000', '133340.991000', '133340.994000', '133340.997000', '133341.001000', '133341.004000', '133341.007000', '133341.010000', '133341.013000', '133400.885000', '133400.888000', '133400.896000', '133400.899000', '133400.902000', '133400.905000', '133400.908000', '133400.911000', '133400.914000', '133400.917000', '133400.920000', '133400.923000', '133400.926000', '133400.929000', '133400.932000', '133400.935000', '133400.938000', '133400.941000', '133400.944000', '133400.947000', '133400.949000', '133400.952000', '133400.955000', '133400.958000', '133400.961000', '133400.964000', '133400.967000', '133400.970000', '133400.973000', '133400.976000', '133400.979000', '133400.982000', '133400.985000', '133400.987000', '133400.991000', '133400.993000', '133400.996000', '133401.000000', '133401.003000', '133401.006000', '133401.009000', '133401.012000', '133401.015000', '133420.885000', '133420.888000', '133420.891000', '133420.894000', '133420.897000', '133420.900000', '133420.903000', '133420.906000', '133420.909000', '133420.912000', '133420.914000', '133420.917000', '133420.920000', '133420.923000', '133420.926000', '133420.929000', '133420.932000', '133420.935000', '133420.938000', '133420.941000', '133420.944000', '133420.947000', '133420.950000', '133420.953000', '133420.955000', '133420.958000', '133420.961000', '133420.964000', '133420.967000', '133420.970000', '133420.973000', '133420.976000', '133420.979000', '133420.982000', '133420.985000', '133420.988000', '133420.991000', '133420.993000', '133420.996000', '133421.000000', '133421.003000', '133421.006000', '133421.009000', '133421.012000', '133440.885000', '133440.888000', '133440.891000', '133440.894000', '133440.897000', '133440.900000', '133440.903000', '133440.906000', '133440.909000', '133440.917000', '133440.920000', '133440.923000', '133440.926000', '133440.929000', '133440.932000', '133440.935000', '133440.938000', '133440.941000', '133440.944000', '133440.947000', '133440.950000', '133440.953000', '133440.956000', '133440.958000', '133440.961000', '133440.964000', '133440.967000', '133440.970000', '133440.973000', '133440.976000', '133440.979000', '133440.982000', '133440.985000', '133440.988000', '133440.991000', '133440.994000', '133440.997000', '133441.001000', '133441.004000', '133441.006000', '133441.009000', '133441.012000', '133441.015000', '133500.884000', '133500.887000', '133500.890000', '133500.894000', '133500.897000', '133500.900000', '133500.903000', '133500.906000', '133500.909000', '133500.912000', '133500.915000', '133500.918000', '133500.921000', '133500.924000', '133500.927000', '133500.930000', '133500.932000', '133500.935000', '133500.938000', '133500.941000', '133500.944000', '133500.947000', '133500.950000', '133500.953000', '133500.956000', '133500.959000', '133500.962000', '133500.965000', '133500.968000', '133500.971000', '133500.974000', '133500.977000', '133500.980000', '133500.982000', '133500.986000', '133500.989000', '133500.991000', '133500.994000', '133500.997000', '133501.001000', '133501.004000', '133501.007000', '133501.010000', '133520.885000', '133520.888000', '133520.891000', '133520.894000', '133520.897000', '133520.900000', '133520.903000', '133520.906000', '133520.909000', '133520.912000', '133520.915000', '133520.918000', '133520.921000', '133520.924000', '133520.927000', '133520.930000', '133520.933000', '133520.936000', '133520.939000', '133520.941000', '133520.944000', '133520.947000', '133520.950000', '133520.953000', '133520.956000', '133520.959000', '133520.962000', '133520.965000', '133520.968000', '133520.971000', '133520.974000', '133520.977000', '133520.980000', '133520.983000', '133520.986000', '133520.989000', '133520.991000', '133520.994000', '133520.997000', '133521.001000', '133521.004000', '133521.007000', '133521.010000', '133521.013000', '133540.885000', '133540.888000', '133540.891000', '133540.894000', '133540.897000', '133540.900000', '133540.903000', '133540.907000', '133540.910000', '133540.913000', '133540.916000', '133540.919000', '133540.922000', '133540.925000', '133540.928000', '133540.930000', '133540.933000', '133540.936000', '133540.939000', '133540.942000', '133540.945000', '133540.948000', '133540.951000', '133540.954000', '133540.957000', '133540.960000', '133540.963000', '133540.966000', '133540.969000', '133540.972000', '133540.975000', '133540.977000', '133540.980000', '133540.983000', '133540.986000', '133540.989000', '133540.992000', '133540.995000', '133540.998000', '133541.002000', '133541.005000', '133541.008000', '133541.011000', '133600.885000', '133600.888000', '133600.891000', '133600.894000', '133600.897000', '133600.900000', '133600.903000', '133600.906000', '133600.909000', '133600.912000', '133600.915000', '133600.918000', '133600.921000', '133600.924000', '133600.927000', '133600.930000', '133600.933000', '133600.936000', '133600.939000', '133600.941000', '133600.945000', '133600.947000', '133600.950000', '133600.953000', '133600.956000', '133600.959000', '133600.962000', '133600.965000', '133600.968000', '133600.971000', '133600.974000', '133600.977000', '133600.980000', '133600.983000', '133600.986000', '133600.989000', '133600.992000', '133600.995000', '133600.998000', '133601.002000', '133601.005000', '133601.008000', '133601.011000', '133601.014000', '133620.885000', '133620.888000', '133620.891000', '133620.894000', '133620.897000', '133620.900000', '133620.903000', '133620.906000', '133620.909000', '133620.912000', '133620.915000', '133620.918000', '133620.921000', '133620.926000', '133620.930000', '133620.933000', '133620.936000', '133620.939000', '133620.942000', '133620.945000', '133620.948000', '133620.951000', '133620.954000', '133620.957000', '133620.960000', '133620.963000', '133620.966000', '133620.969000', '133620.972000', '133620.975000', '133620.977000', '133620.980000', '133620.983000', '133620.986000', '133620.989000', '133620.992000', '133620.995000', '133620.998000', '133621.002000', '133621.005000', '133621.008000', '133621.011000', '133621.014000', '133640.885000', '133640.888000', '133640.891000', '133640.894000', '133640.897000', '133640.900000', '133640.903000', '133640.906000', '133640.909000', '133640.912000', '133640.915000', '133640.918000', '133640.921000', '133640.924000', '133640.927000', '133640.930000', '133640.933000', '133640.936000', '133640.938000', '133640.941000', '133640.944000', '133640.947000', '133640.950000', '133640.953000', '133640.956000', '133640.959000', '133640.962000', '133640.969000', '133640.972000', '133640.975000', '133640.978000', '133640.981000', '133640.984000', '133640.987000', '133640.989000', '133640.993000', '133640.995000', '133640.998000', '133641.002000', '133641.005000', '133641.008000', '133641.011000', '133641.014000', '133641.017000', '133700.885000', '133700.894000', '133700.897000', '133700.900000', '133700.903000', '133700.906000', '133700.909000', '133700.912000', '133700.915000', '133700.918000', '133700.921000', '133700.924000', '133700.927000', '133700.930000', '133700.933000', '133700.936000', '133700.939000', '133700.942000', '133700.947000', '133700.950000', '133700.954000', '133700.957000', '133700.960000', '133700.963000', '133700.965000', '133700.968000', '133700.971000', '133700.974000', '133700.977000', '133700.980000', '133700.983000', '133700.986000', '133700.989000', '133700.992000', '133700.995000', '133700.998000', '133701.002000', '133701.005000', '133701.008000', '133701.011000', '133701.014000', '133701.016000', '133701.019000', '133720.884000', '133720.887000', '133720.900000', '133720.902000', '133720.905000', '133720.908000', '133720.911000', '133720.914000', '133720.917000', '133720.920000', '133720.923000', '133720.926000', '133720.929000', '133720.932000', '133720.935000', '133720.938000', '133720.941000', '133720.944000', '133720.947000', '133720.950000', '133720.953000', '133720.956000', '133720.959000', '133720.962000', '133720.965000', '133720.968000', '133720.971000', '133720.973000', '133720.976000', '133720.979000', '133720.982000', '133720.985000', '133720.988000', '133720.991000', '133720.994000', '133720.997000', '133721.001000', '133721.004000', '133721.007000', '133721.010000', '133721.013000', '133721.016000', '133721.019000', '133721.022000', '133731.811000', '133731.815000', '133731.818000', '133731.822000', '133731.826000', '133731.829000', '133731.833000', '133731.836000', '133731.839000', '133731.842000', '133731.846000', '133731.849000', '133731.852000', '133731.855000', '133731.858000', '133731.861000', '133731.864000', '133731.867000', '133731.870000', '133731.873000', '133731.876000', '133731.880000', '133731.883000', '133731.886000'], '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': [12326, 9692, 11811, 9547, 9508, 9304, 9823, 8708, 8754, 8134, 9801, 7483, 9909, 9147, 9553, 10108, 9316, 8932, 9011, 8696, 8389, 9454, 8417, 9781, 7936, 9625, 10209, 9156, 8902, 8305, 9775, 7948, 9758, 7648, 9719, 9961, 8963, 9134, 8552, 8672, 8112, 8466, 8193, 10004, 7187, 9659, 11201, 9669, 11014, 9261, 11536, 8842, 8855, 8224, 10004, 7760, 9541, 10734, 9507, 10908, 9378, 9363, 8694, 8952, 7936, 8651, 7715, 9629, 10805, 9360, 11648, 9305, 9897, 8712, 8829, 7940, 8562, 7494, 8388, 7378, 9517, 7436, 9592, 9105, 9527, 10356, 9504, 9562, 9147, 9446, 8833, 9100, 8078, 9706, 10302, 9324, 13021, 9114, 10731, 8382, 9659, 8030, 8570, 7437, 8383, 7130, 8612, 7074, 8393, 6980, 9457, 8507, 9214, 13057, 8882, 11858, 9150, 11361, 8038, 8556, 7217, 8975, 7429, 9077, 6999, 9038, 9124, 9079, 9348, 8906, 8679, 8836, 8520, 8678, 8665, 8556, 8683, 8634, 8691, 8308, 8699, 8619, 9952, 9127, 9827, 10263, 9464, 10277, 9345, 9388, 9107, 9336, 7985, 8889, 7805, 9106, 7452, 9846, 7599, 9044, 7961, 9107, 8647, 10596, 8991, 12757, 9322, 10500, 9055, 9320, 9020, 8877, 8490, 9676, 8314, 8617, 8186, 8756, 8589, 9961, 8689, 9766, 7518, 9961, 7678, 9863, 9889, 9719, 10120, 9769, 9758, 10009, 9061, 9490, 8963, 9054, 8781, 8825, 8555, 8454, 8748, 8307, 8760, 8360, 9514, 9602, 8877, 8620, 8957, 10044, 8538, 8678, 8332, 8625, 8530, 9165, 8773, 8895, 8575, 8753, 8717, 9049, 8418, 9063, 7874, 9931, 11010, 9560, 12767, 9621, 10223, 8938, 9578, 8397, 9871, 13175, 9898, 11203, 9423, 9139, 9227, 9978, 8386, 9896, 8806, 9928, 9081, 9733, 9343, 9214, 9206, 8570, 9800, 7824, 9842, 9976, 9668, 8670, 9145, 9328, 8195, 8471, 8010, 9104, 7898, 9591, 8119, 9588, 11193, 9406, 10574, 8997, 9554, 8708, 9042, 7946, 8633, 7572, 8761, 7770, 9477, 7167, 9629, 10055, 9707, 10866, 9303, 9110, 9297, 8784, 8643, 8789, 8546, 10172, 11439, 9738, 11782, 9526, 9187, 9226, 9016, 8737, 10290, 8019, 10268, 10901, 9638, 10104, 9185, 9310, 8437, 8684, 8388, 8558, 8199, 8668, 7939, 8880, 7135, 9160, 9068, 9402, 12697, 8806, 10231, 8275, 9037, 8090, 8651, 7466, 8997, 7127, 8956, 7842, 9109, 10118, 9050, 10400, 9095, 9157, 9317, 9326, 8748, 9305, 8534, 9705, 8131, 9695, 11175, 9559, 9224, 9125, 9923, 8932, 9249, 8503, 9644, 7729, 9786, 9324, 9661, 10426, 9610, 8967, 9353, 9480, 8821, 9609, 8552, 9392, 12555, 9240, 12405, 8734, 10376, 8241, 9032, 7874, 8806, 7357, 8917, 10753, 9059, 10748, 8360, 9590, 8214, 8707, 8011, 8834, 7464, 9136, 8574, 9047, 10586, 8830, 9402, 8435, 9260, 7995, 9479, 11582, 8741, 9541, 8464, 8817, 7948, 8759, 7225, 9007, 7710, 8786, 11657, 8334, 9831, 7761, 9006, 7325, 9147, 10479, 8719, 11466, 8577, 9206, 8006, 8656, 7708, 8781, 7553, 8681, 7372, 9149, 7181, 9353, 10189, 9331, 9213, 8890, 9840, 8176, 9583, 8064, 9018, 13433, 8828, 11425, 8150, 9515, 7876, 8878, 7199, 8989, 8753, 8923, 10545, 8238, 8871, 7915, 8838, 7695, 8605, 7920, 8976, 7260, 8663, 11028, 8735, 9023, 8122, 8644, 7879, 9164, 9810, 8876, 9310, 8354, 9036, 7083, 9469, 7286, 8933, 9298, 8666, 9192, 8049, 8728, 7611, 9044, 7398, 9442, 8043, 9388, 12382, 9039, 10238, 8766, 9079, 8335, 8616, 7830, 8940, 7517, 9288, 9838, 9403, 11362, 8902, 10107, 8991, 9324, 8242, 8738, 7800, 9074, 7528, 9539, 7632, 9207, 8157, 9117, 10229, 8661, 10494, 8786, 9151, 8766, 8618, 8530, 8867, 8744, 10707, 8243, 8861, 8128, 9048, 7901, 9605, 9690, 9406, 10274, 9596, 10801, 9529, 9050, 8897, 9170, 8857, 8968, 8465, 8940, 8071, 9924, 7975, 9496, 10655, 9293, 10031, 9049, 10696, 9053, 9070, 8877, 9223, 8460, 8801, 7749, 9160, 8529, 9114, 9702, 8987, 9291, 8766, 8817, 8367, 8930, 8517, 9148, 7924, 9777, 7832, 9442, 8269, 9345, 11633, 9242, 9438, 8580, 8830, 8014, 8781, 7881, 8587, 7409, 9150, 8033, 8907, 7076, 8739, 8346, 8684, 11153, 8690, 10052, 8739, 9932, 8558, 9323, 8301, 8492, 7586, 8701, 7438, 9007, 7617, 9294, 11692, 9206, 12332, 8841, 11845, 8973, 9675, 8947, 8975, 8949, 9582, 8448, 8697, 8266, 9195, 7716, 9531, 7062, 9378, 10292, 9070, 8870, 8855, 8799, 8205, 8784, 7653, 9517, 7027, 9292, 9570, 9025, 10079, 8917, 8688, 8690, 8666, 8589, 8686, 8369, 8691, 8128, 9195, 8270, 10064, 7679, 9481, 11036, 9491, 12326, 8603, 9421, 8448, 8851, 8038, 8601, 7602, 8695, 7257, 8693, 7063, 8716, 7381, 9273, 8471, 9038, 7216, 9159, 7185, 9132, 7298, 9274, 7424, 9336, 7631, 9280, 11503, 9055, 13259, 9187, 10864, 8561, 9614, 8705, 9522, 8295, 9571, 8071, 9799, 11873, 9586, 11279, 9219, 9713, 8751, 9104, 8392, 9545, 7898, 9723, 11194, 9477, 9989, 9056, 9131, 8721, 8872, 8039, 8676, 7735, 9404, 9966, 9345, 10721, 9077, 8833, 9073, 8942, 8018, 8593, 8091, 9276, 7227, 9260, 10517, 8999, 8627, 8170, 8927, 7799, 8717, 7983, 8934, 7009, 8628, 10477, 8709, 9278, 8103, 8889, 7947, 8909, 7430, 8793, 7487, 8865, 9812, 8693, 10608, 8871, 9012, 8728, 8606, 8102, 8738, 8020, 9162, 7407, 9178, 8677, 9228, 8904, 8971, 10078, 8463, 8970, 7901, 8622, 7765, 9228, 7715, 9005, 7104, 8820, 7046, 9082, 6928, 8978, 12016, 8799, 12352, 8921, 10171, 8319, 9340, 8117, 8444, 7755, 8762, 7488, 9005, 7906, 9287, 6985, 9212, 8641, 9403, 11414, 9099, 10198, 8994, 9222, 8389, 9017, 7608, 8855, 7102, 8609, 7524, 9259, 8432, 9160, 11982, 8702, 12524, 8883, 10486, 8161, 9223, 8454, 9158, 8113, 8942, 7536, 8955, 7747, 9168, 7112, 9052, 9229, 9007, 10433, 9169, 9623, 8969, 9569, 8459, 8473, 7941, 9559, 7508, 9814, 10323, 9379, 11265, 9396, 9711, 9211, 9071, 8287, 8579, 7965, 8595, 7684, 9354, 7113, 9060, 10117, 8504, 9006, 8569, 8843, 8283, 8658, 7712, 8623, 7402, 9123, 9060, 9162, 11310, 8987, 10847, 8713, 9758, 8296, 8532, 7765, 8627, 8174, 9660, 7253, 9624, 12031, 9180, 9842, 8983, 10094, 8289, 8411, 7643, 8860, 7200, 8886, 7169, 8873, 7336, 9254, 11488, 8745, 10461, 8701, 9308, 8568, 9416, 8444, 8461, 7982, 8495, 8008, 9544, 7556, 9263, 9581, 9118, 9918, 9015, 8963, 9135, 9502, 8476, 8646, 7862, 9087, 8068, 9229, 12747, 8882, 12823, 8482, 9923, 8162, 8764, 7853, 8596, 7249, 8670, 7241, 8897, 7177, 8653, 11084, 8586, 9202, 8611, 9014, 8118, 8572, 8002, 8906, 7252, 8721, 12186, 8549, 9332, 8458, 8701, 7164, 8737, 7223, 8820, 9362, 8761, 8824, 8590, 8965, 7747, 8683, 6964, 9047, 7151, 8746, 7093, 8592, 9266, 8725, 8889, 8844, 9085, 8619, 8525, 7830, 8520, 8220, 9139, 10658, 8884, 8902, 9232, 8548, 9080, 10460, 8621, 9675, 8558, 9664, 8491, 8691, 7802, 8832, 7429, 10510, 10627, 8897, 12716, 8737, 11297, 8423, 8949, 7073, 8784, 7561, 8791, 7168, 8459, 9366, 8555, 9966, 8600, 8709, 8798, 9064, 8535, 8636, 8032, 9046, 7703, 8634, 6994, 8848, 7226, 9361, 6972, 8993, 10700, 8569, 11667, 8410, 9958, 8086, 9082, 7648, 8951, 7303, 8780, 11539, 8291, 10758, 8186, 8907, 7446, 8816, 6993, 8612, 7102, 8446, 6850, 8504, 6875, 8517, 10404, 8457, 10845, 8712, 10655, 8374, 8884, 7803, 10371, 8893, 8851, 9000, 8544, 13077, 8360, 9689, 8132, 8841, 7352, 8447, 6889, 8476, 7160, 8700, 8965, 8187, 11717, 8118, 9649, 7864, 9452, 7810, 8550, 7406, 8959, 7213, 8421, 7566, 8802, 9371, 8797, 13261, 8607, 10343, 8439, 9660, 8175, 8560, 7905, 9183, 7691, 8783, 8854, 8626, 10244, 8406, 8648, 8401, 8658, 7715, 8572, 7654, 8942, 7170, 8824, 8894, 8702, 11004, 8497, 8760, 8684, 8843, 8019, 8726, 7868, 8982, 11757, 8929, 10363, 8961, 10235, 8431, 8306, 8961, 8931, 7916, 8658, 7503, 8646, 9664, 8321, 12655, 8070, 9857, 7579, 8866, 7472, 8607, 9725, 8398, 11057, 8097, 8813, 7423, 8400, 6923, 8592, 6909, 8409, 7415, 8295, 9979, 8190, 8610, 8267, 8487, 8624, 8863, 7986, 9241, 7248, 9424, 7595, 8678, 7644, 8538, 13984, 8537, 13165, 8051, 10263, 8180, 9309, 7541, 9610, 7046, 8416, 6888, 8377, 8453, 8511, 11012, 7983, 11389, 7957, 9384, 8177, 8818, 7822, 9273, 7368, 8352, 7236, 8389, 7478, 8549, 12547, 8620, 10014, 8424, 9077, 7702, 8455, 7173, 8565, 6875, 8542, 6907, 8786, 9736, 8671, 10311, 8938, 9758, 8520, 8642, 7923, 8728, 7661, 8880, 7745, 8503, 7204, 8611, 7004, 8895, 11539, 8457, 12393, 8492, 10097, 8348], 'WindowCenter': [4433.0, 4388.0, 4418.0, 4376.0, 4372.0, 4359.0, 4368.0, 4346.0, 4349.0, 4337.0, 4368.0, 4338.0, 4368.0, 4358.0, 4368.0, 4367.0, 4359.0, 4357.0, 4358.0, 4350.0, 4347.0, 4368.0, 4348.0, 4370.0, 4337.0, 4370.0, 4368.0, 4356.0, 4360.0, 4348.0, 4368.0, 4339.0, 4370.0, 4338.0, 4373.0, 4369.0, 4360.0, 4359.0, 4358.0, 4361.0, 4350.0, 4350.0, 4350.0, 4380.0, 4329.0, 4372.0, 4380.0, 4371.0, 4391.0, 4370.0, 4390.0, 4359.0, 4359.0, 4347.0, 4369.0, 4339.0, 4369.0, 4377.0, 4369.0, 4379.0, 4358.0, 4359.0, 4348.0, 4358.0, 4338.0, 4349.0, 4337.0, 4370.0, 4379.0, 4358.0, 4377.0, 4358.0, 4351.0, 4349.0, 4349.0, 4337.0, 4359.0, 4339.0, 4349.0, 4338.0, 4371.0, 4338.0, 4369.0, 4357.0, 4368.0, 4381.0, 4369.0, 4369.0, 4359.0, 4370.0, 4358.0, 4359.0, 4349.0, 4369.0, 4370.0, 4360.0, 4389.0, 4358.0, 4366.0, 4336.0, 4356.0, 4335.0, 4347.0, 4328.0, 4350.0, 4339.0, 4361.0, 4330.0, 4350.0, 4328.0, 4369.0, 4348.0, 4360.0, 4389.0, 4359.0, 4388.0, 4358.0, 4377.0, 4350.0, 4348.0, 4324.0, 4344.0, 4323.0, 4357.0, 4340.0, 4369.0, 4359.0, 4362.0, 4369.0, 4360.0, 4358.0, 4357.0, 4358.0, 4361.0, 4361.0, 4359.0, 4360.0, 4361.0, 4359.0, 4348.0, 4358.0, 4347.0, 4381.0, 4369.0, 4370.0, 4367.0, 4358.0, 4367.0, 4358.0, 4357.0, 4357.0, 4357.0, 4336.0, 4358.0, 4338.0, 4361.0, 4340.0, 4369.0, 4337.0, 4346.0, 4338.0, 4355.0, 4347.0, 4378.0, 4358.0, 4387.0, 4359.0, 4366.0, 4357.0, 4357.0, 4358.0, 4357.0, 4348.0, 4356.0, 4334.0, 4345.0, 4337.0, 4346.0, 4347.0, 4369.0, 4348.0, 4369.0, 4325.0, 4356.0, 4325.0, 4367.0, 4369.0, 4368.0, 4366.0, 4368.0, 4357.0, 4368.0, 4356.0, 4366.0, 4359.0, 4359.0, 4349.0, 4348.0, 4347.0, 4348.0, 4349.0, 4347.0, 4350.0, 4346.0, 4358.0, 4357.0, 4348.0, 4346.0, 4347.0, 4354.0, 4345.0, 4360.0, 4347.0, 4358.0, 4359.0, 4358.0, 4348.0, 4347.0, 4358.0, 4359.0, 4360.0, 4359.0, 4347.0, 4358.0, 4337.0, 4368.0, 4367.0, 4359.0, 4388.0, 4356.0, 4356.0, 4334.0, 4345.0, 4322.0, 4344.0, 4371.0, 4340.0, 4351.0, 4330.0, 4331.0, 4330.0, 4341.0, 4319.0, 4341.0, 4329.0, 4340.0, 4331.0, 4342.0, 4341.0, 4340.0, 4342.0, 4331.0, 4354.0, 4322.0, 4355.0, 4355.0, 4354.0, 4333.0, 4346.0, 4343.0, 4335.0, 4334.0, 4335.0, 4356.0, 4336.0, 4370.0, 4349.0, 4369.0, 4381.0, 4358.0, 4367.0, 4358.0, 4358.0, 4349.0, 4360.0, 4339.0, 4349.0, 4339.0, 4359.0, 4339.0, 4369.0, 4329.0, 4370.0, 4369.0, 4369.0, 4378.0, 4358.0, 4359.0, 4358.0, 4348.0, 4348.0, 4347.0, 4347.0, 4367.0, 4377.0, 4356.0, 4377.0, 4356.0, 4345.0, 4357.0, 4345.0, 4347.0, 4368.0, 4337.0, 4368.0, 4377.0, 4357.0, 4366.0, 4357.0, 4356.0, 4348.0, 4349.0, 4349.0, 4349.0, 4351.0, 4361.0, 4340.0, 4361.0, 4329.0, 4359.0, 4361.0, 4359.0, 4388.0, 4357.0, 4368.0, 4348.0, 4347.0, 4338.0, 4346.0, 4327.0, 4345.0, 4317.0, 4358.0, 4337.0, 4360.0, 4368.0, 4358.0, 4367.0, 4359.0, 4357.0, 4357.0, 4357.0, 4348.0, 4356.0, 4346.0, 4355.0, 4335.0, 4356.0, 4365.0, 4358.0, 4345.0, 4345.0, 4355.0, 4344.0, 4345.0, 4336.0, 4355.0, 4326.0, 4367.0, 4356.0, 4359.0, 4366.0, 4357.0, 4346.0, 4357.0, 4357.0, 4346.0, 4356.0, 4335.0, 4346.0, 4375.0, 4345.0, 4374.0, 4335.0, 4353.0, 4334.0, 4344.0, 4335.0, 4344.0, 4315.0, 4346.0, 4364.0, 4347.0, 4365.0, 4335.0, 4356.0, 4335.0, 4345.0, 4336.0, 4347.0, 4327.0, 4358.0, 4345.0, 4348.0, 4367.0, 4347.0, 4358.0, 4337.0, 4358.0, 4334.0, 4358.0, 4376.0, 4346.0, 4356.0, 4348.0, 4346.0, 4337.0, 4347.0, 4328.0, 4358.0, 4337.0, 4349.0, 4377.0, 4348.0, 4357.0, 4337.0, 4347.0, 4325.0, 4357.0, 4367.0, 4347.0, 4375.0, 4347.0, 4356.0, 4338.0, 4346.0, 4337.0, 4347.0, 4339.0, 4348.0, 4329.0, 4360.0, 4326.0, 4360.0, 4369.0, 4360.0, 4359.0, 4359.0, 4360.0, 4348.0, 4372.0, 4352.0, 4359.0, 4401.0, 4358.0, 4375.0, 4337.0, 4357.0, 4326.0, 4346.0, 4315.0, 4346.0, 4345.0, 4348.0, 4367.0, 4348.0, 4345.0, 4336.0, 4347.0, 4336.0, 4348.0, 4337.0, 4358.0, 4325.0, 4347.0, 4367.0, 4350.0, 4347.0, 4336.0, 4348.0, 4336.0, 4358.0, 4356.0, 4346.0, 4346.0, 4336.0, 4346.0, 4315.0, 4357.0, 4326.0, 4348.0, 4357.0, 4348.0, 4357.0, 4339.0, 4349.0, 4338.0, 4359.0, 4328.0, 4360.0, 4337.0, 4359.0, 4377.0, 4348.0, 4368.0, 4347.0, 4348.0, 4338.0, 4348.0, 4327.0, 4347.0, 4326.0, 4358.0, 4358.0, 4358.0, 4380.0, 4348.0, 4367.0, 4348.0, 4346.0, 4334.0, 4335.0, 4325.0, 4346.0, 4326.0, 4358.0, 4325.0, 4355.0, 4338.0, 4347.0, 4366.0, 4348.0, 4367.0, 4349.0, 4359.0, 4350.0, 4348.0, 4348.0, 4357.0, 4349.0, 4368.0, 4349.0, 4346.0, 4336.0, 4347.0, 4334.0, 4357.0, 4358.0, 4357.0, 4356.0, 4356.0, 4379.0, 4357.0, 4347.0, 4348.0, 4357.0, 4348.0, 4347.0, 4347.0, 4358.0, 4338.0, 4368.0, 4336.0, 4359.0, 4367.0, 4357.0, 4357.0, 4347.0, 4365.0, 4347.0, 4346.0, 4346.0, 4347.0, 4336.0, 4346.0, 4324.0, 4356.0, 4348.0, 4346.0, 4355.0, 4346.0, 4346.0, 4346.0, 4347.0, 4336.0, 4344.0, 4346.0, 4357.0, 4337.0, 4368.0, 4337.0, 4369.0, 4347.0, 4358.0, 4379.0, 4360.0, 4358.0, 4348.0, 4360.0, 4349.0, 4348.0, 4349.0, 4360.0, 4328.0, 4360.0, 4338.0, 4359.0, 4316.0, 4346.0, 4335.0, 4347.0, 4378.0, 4349.0, 4357.0, 4348.0, 4357.0, 4347.0, 4357.0, 4337.0, 4347.0, 4336.0, 4346.0, 4328.0, 4358.0, 4338.0, 4357.0, 4377.0, 4359.0, 4376.0, 4342.0, 4376.0, 4345.0, 4356.0, 4346.0, 4346.0, 4346.0, 4355.0, 4335.0, 4335.0, 4334.0, 4347.0, 4338.0, 4370.0, 4317.0, 4357.0, 4366.0, 4346.0, 4345.0, 4346.0, 4345.0, 4335.0, 4335.0, 4324.0, 4359.0, 4327.0, 4357.0, 4356.0, 4348.0, 4356.0, 4356.0, 4347.0, 4349.0, 4348.0, 4348.0, 4349.0, 4350.0, 4348.0, 4337.0, 4361.0, 4347.0, 4369.0, 4338.0, 4369.0, 4368.0, 4353.0, 4388.0, 4348.0, 4357.0, 4349.0, 4346.0, 4339.0, 4349.0, 4338.0, 4347.0, 4329.0, 4359.0, 4341.0, 4362.0, 4329.0, 4360.0, 4349.0, 4360.0, 4329.0, 4361.0, 4328.0, 4359.0, 4339.0, 4357.0, 4325.0, 4358.0, 4327.0, 4358.0, 4378.0, 4347.0, 4386.0, 4346.0, 4366.0, 4335.0, 4345.0, 4335.0, 4344.0, 4334.0, 4344.0, 4324.0, 4356.0, 4363.0, 4345.0, 4352.0, 4332.0, 4344.0, 4321.0, 4332.0, 4323.0, 4343.0, 4324.0, 4344.0, 4363.0, 4345.0, 4342.0, 4333.0, 4345.0, 4336.0, 4344.0, 4324.0, 4345.0, 4325.0, 4357.0, 4357.0, 4357.0, 4367.0, 4347.0, 4346.0, 4346.0, 4347.0, 4338.0, 4348.0, 4336.0, 4359.0, 4327.0, 4371.0, 4368.0, 4360.0, 4348.0, 4348.0, 4358.0, 4337.0, 4349.0, 4337.0, 4358.0, 4326.0, 4348.0, 4367.0, 4348.0, 4358.0, 4336.0, 4359.0, 4337.0, 4348.0, 4327.0, 4346.0, 4326.0, 4360.0, 4357.0, 4350.0, 4367.0, 4357.0, 4360.0, 4348.0, 4350.0, 4340.0, 4348.0, 4338.0, 4359.0, 4328.0, 4360.0, 4347.0, 4359.0, 4359.0, 4360.0, 4368.0, 4350.0, 4359.0, 4352.0, 4360.0, 4351.0, 4371.0, 4352.0, 4361.0, 4331.0, 4360.0, 4342.0, 4372.0, 4328.0, 4372.0, 4391.0, 4362.0, 4388.0, 4359.0, 4368.0, 4347.0, 4370.0, 4339.0, 4349.0, 4337.0, 4348.0, 4339.0, 4359.0, 4338.0, 4360.0, 4327.0, 4359.0, 4348.0, 4370.0, 4379.0, 4359.0, 4368.0, 4358.0, 4361.0, 4348.0, 4357.0, 4338.0, 4358.0, 4329.0, 4360.0, 4340.0, 4359.0, 4349.0, 4361.0, 4377.0, 4350.0, 4377.0, 4349.0, 4368.0, 4347.0, 4346.0, 4337.0, 4357.0, 4336.0, 4348.0, 4337.0, 4345.0, 4325.0, 4358.0, 4313.0, 4359.0, 4357.0, 4347.0, 4367.0, 4358.0, 4358.0, 4347.0, 4357.0, 4334.0, 4347.0, 4337.0, 4358.0, 4326.0, 4368.0, 4369.0, 4356.0, 4366.0, 4346.0, 4354.0, 4345.0, 4345.0, 4336.0, 4345.0, 4325.0, 4337.0, 4324.0, 4345.0, 4316.0, 4346.0, 4355.0, 4346.0, 4346.0, 4346.0, 4346.0, 4336.0, 4346.0, 4326.0, 4346.0, 4327.0, 4358.0, 4346.0, 4357.0, 4365.0, 4348.0, 4366.0, 4345.0, 4358.0, 4336.0, 4347.0, 4326.0, 4348.0, 4337.0, 4359.0, 4327.0, 4360.0, 4378.0, 4347.0, 4355.0, 4347.0, 4355.0, 4335.0, 4336.0, 4337.0, 4349.0, 4327.0, 4359.0, 4327.0, 4360.0, 4327.0, 4361.0, 4378.0, 4350.0, 4368.0, 4350.0, 4358.0, 4348.0, 4358.0, 4348.0, 4349.0, 4337.0, 4346.0, 4336.0, 4358.0, 4326.0, 4357.0, 4356.0, 4347.0, 4356.0, 4348.0, 4358.0, 4358.0, 4357.0, 4348.0, 4347.0, 4338.0, 4348.0, 4337.0, 4359.0, 4387.0, 4347.0, 4387.0, 4347.0, 4355.0, 4335.0, 4346.0, 4336.0, 4348.0, 4325.0, 4346.0, 4326.0, 4348.0, 4328.0, 4349.0, 4379.0, 4347.0, 4357.0, 4348.0, 4347.0, 4338.0, 4348.0, 4338.0, 4359.0, 4325.0, 4348.0, 4388.0, 4347.0, 4358.0, 4348.0, 4348.0, 4316.0, 4347.0, 4324.0, 4347.0, 4359.0, 4350.0, 4374.0, 4363.0, 4361.0, 4352.0, 4349.0, 4344.0, 4360.0, 4328.0, 4350.0, 4329.0, 4373.0, 4372.0, 4362.0, 4358.0, 4363.0, 4360.0, 4350.0, 4349.0, 4341.0, 4351.0, 4348.0, 4359.0, 4369.0, 4350.0, 4348.0, 4359.0, 4348.0, 4359.0, 4369.0, 4361.0, 4369.0, 4350.0, 4359.0, 4349.0, 4361.0, 4349.0, 4360.0, 4329.0, 4368.0, 4368.0, 4347.0, 4375.0, 4350.0, 4392.0, 4350.0, 4347.0, 4316.0, 4344.0, 4328.0, 4348.0, 4315.0, 4347.0, 4356.0, 4360.0, 4368.0, 4350.0, 4348.0, 4347.0, 4347.0, 4349.0, 4347.0, 4339.0, 4359.0, 4339.0, 4348.0, 4327.0, 4359.0, 4342.0, 4372.0, 4331.0, 4361.0, 4381.0, 4362.0, 4380.0, 4351.0, 4370.0, 4351.0, 4358.0, 4339.0, 4350.0, 4328.0, 4348.0, 4379.0, 4348.0, 4367.0, 4349.0, 4346.0, 4327.0, 4361.0, 4328.0, 4349.0, 4319.0, 4349.0, 4318.0, 4361.0, 4318.0, 4360.0, 4380.0, 4351.0, 4382.0, 4350.0, 4369.0, 4347.0, 4349.0, 4339.0, 4370.0, 4349.0, 4349.0, 4347.0, 4347.0, 4387.0, 4337.0, 4356.0, 4337.0, 4348.0, 4326.0, 4340.0, 4318.0, 4336.0, 4316.0, 4348.0, 4360.0, 4348.0, 4377.0, 4338.0, 4358.0, 4338.0, 4358.0, 4338.0, 4349.0, 4329.0, 4347.0, 4328.0, 4348.0, 4327.0, 4347.0, 4356.0, 4349.0, 4387.0, 4347.0, 4356.0, 4337.0, 4359.0, 4348.0, 4348.0, 4337.0, 4358.0, 4325.0, 4348.0, 4346.0, 4347.0, 4367.0, 4338.0, 4344.0, 4347.0, 4347.0, 4327.0, 4347.0, 4339.0, 4349.0, 4316.0, 4346.0, 4348.0, 4347.0, 4366.0, 4348.0, 4348.0, 4349.0, 4348.0, 4338.0, 4349.0, 4337.0, 4347.0, 4376.0, 4348.0, 4367.0, 4348.0, 4366.0, 4349.0, 4348.0, 4360.0, 4358.0, 4339.0, 4348.0, 4328.0, 4349.0, 4359.0, 4350.0, 4388.0, 4338.0, 4358.0, 4326.0, 4348.0, 4327.0, 4349.0, 4356.0, 4338.0, 4366.0, 4338.0, 4347.0, 4328.0, 4348.0, 4326.0, 4349.0, 4318.0, 4348.0, 4330.0, 4350.0, 4383.0, 4361.0, 4360.0, 4362.0, 4362.0, 4362.0, 4363.0, 4352.0, 4372.0, 4341.0, 4363.0, 4339.0, 4351.0, 4340.0, 4364.0, 4399.0, 4350.0, 4389.0, 4337.0, 4369.0, 4350.0, 4359.0, 4338.0, 4359.0, 4317.0, 4339.0, 4318.0, 4348.0, 4350.0, 4349.0, 4367.0, 4339.0, 4379.0, 4338.0, 4359.0, 4348.0, 4348.0, 4338.0, 4359.0, 4328.0, 4339.0, 4315.0, 4337.0, 4327.0, 4349.0, 4377.0, 4349.0, 4356.0, 4337.0, 4348.0, 4337.0, 4349.0, 4317.0, 4349.0, 4317.0, 4348.0, 4319.0, 4348.0, 4359.0, 4349.0, 4369.0, 4348.0, 4357.0, 4348.0, 4348.0, 4337.0, 4348.0, 4338.0, 4350.0, 4328.0, 4350.0, 4326.0, 4348.0, 4318.0, 4359.0, 4379.0, 4349.0, 4378.0, 4349.0, 4367.0, 4337.0], 'WindowWidth': [9761.0, 9689.0, 9729.0, 9663.0, 9649.0, 9627.0, 9638.0, 9604.0, 9612.0, 9593.0, 9638.0, 9599.0, 9639.0, 9623.0, 9638.0, 9635.0, 9625.0, 9621.0, 9623.0, 9615.0, 9608.0, 9639.0, 9611.0, 9643.0, 9596.0, 9641.0, 9637.0, 9619.0, 9628.0, 9609.0, 9639.0, 9600.0, 9643.0, 9598.0, 9652.0, 9641.0, 9629.0, 9628.0, 9625.0, 9632.0, 9618.0, 9618.0, 9617.0, 9658.0, 9589.0, 9650.0, 9659.0, 9649.0, 9675.0, 9643.0, 9670.0, 9626.0, 9626.0, 9609.0, 9640.0, 9600.0, 9639.0, 9650.0, 9639.0, 9653.0, 9625.0, 9625.0, 9611.0, 9625.0, 9598.0, 9614.0, 9595.0, 9645.0, 9656.0, 9624.0, 9648.0, 9623.0, 9609.0, 9611.0, 9612.0, 9594.0, 9628.0, 9602.0, 9614.0, 9600.0, 9646.0, 9598.0, 9642.0, 9622.0, 9641.0, 9662.0, 9642.0, 9641.0, 9629.0, 9644.0, 9624.0, 9627.0, 9614.0, 9640.0, 9644.0, 9628.0, 9666.0, 9623.0, 9632.0, 9592.0, 9618.0, 9589.0, 9607.0, 9585.0, 9618.0, 9605.0, 9633.0, 9590.0, 9617.0, 9586.0, 9642.0, 9611.0, 9630.0, 9668.0, 9627.0, 9668.0, 9623.0, 9648.0, 9614.0, 9608.0, 9572.0, 9598.0, 9570.0, 9620.0, 9606.0, 9645.0, 9627.0, 9635.0, 9643.0, 9630.0, 9625.0, 9623.0, 9625.0, 9634.0, 9635.0, 9630.0, 9631.0, 9633.0, 9628.0, 9611.0, 9626.0, 9610.0, 9660.0, 9641.0, 9643.0, 9635.0, 9624.0, 9638.0, 9624.0, 9622.0, 9622.0, 9623.0, 9591.0, 9626.0, 9597.0, 9635.0, 9605.0, 9639.0, 9594.0, 9603.0, 9596.0, 9618.0, 9608.0, 9652.0, 9625.0, 9662.0, 9625.0, 9633.0, 9619.0, 9621.0, 9623.0, 9623.0, 9609.0, 9618.0, 9587.0, 9602.0, 9592.0, 9606.0, 9608.0, 9641.0, 9610.0, 9638.0, 9576.0, 9618.0, 9575.0, 9634.0, 9640.0, 9637.0, 9635.0, 9638.0, 9623.0, 9637.0, 9620.0, 9634.0, 9627.0, 9626.0, 9612.0, 9609.0, 9607.0, 9610.0, 9613.0, 9610.0, 9615.0, 9606.0, 9623.0, 9622.0, 9608.0, 9603.0, 9606.0, 9614.0, 9603.0, 9629.0, 9610.0, 9627.0, 9628.0, 9624.0, 9610.0, 9607.0, 9624.0, 9630.0, 9633.0, 9628.0, 9607.0, 9625.0, 9594.0, 9639.0, 9636.0, 9624.0, 9663.0, 9617.0, 9618.0, 9583.0, 9600.0, 9563.0, 9594.0, 9630.0, 9584.0, 9599.0, 9571.0, 9574.0, 9569.0, 9587.0, 9554.0, 9586.0, 9569.0, 9585.0, 9573.0, 9590.0, 9588.0, 9587.0, 9590.0, 9575.0, 9609.0, 9565.0, 9613.0, 9615.0, 9611.0, 9582.0, 9601.0, 9596.0, 9586.0, 9585.0, 9589.0, 9619.0, 9592.0, 9641.0, 9615.0, 9640.0, 9657.0, 9625.0, 9634.0, 9623.0, 9623.0, 9612.0, 9628.0, 9599.0, 9613.0, 9600.0, 9627.0, 9600.0, 9642.0, 9589.0, 9642.0, 9641.0, 9640.0, 9651.0, 9625.0, 9626.0, 9625.0, 9611.0, 9610.0, 9607.0, 9605.0, 9633.0, 9646.0, 9617.0, 9645.0, 9616.0, 9603.0, 9618.0, 9602.0, 9609.0, 9637.0, 9593.0, 9638.0, 9649.0, 9621.0, 9633.0, 9621.0, 9619.0, 9611.0, 9613.0, 9614.0, 9615.0, 9618.0, 9633.0, 9601.0, 9632.0, 9586.0, 9628.0, 9634.0, 9628.0, 9667.0, 9621.0, 9639.0, 9609.0, 9608.0, 9595.0, 9605.0, 9579.0, 9603.0, 9567.0, 9624.0, 9596.0, 9629.0, 9639.0, 9625.0, 9636.0, 9626.0, 9622.0, 9621.0, 9622.0, 9609.0, 9619.0, 9602.0, 9616.0, 9587.0, 9617.0, 9628.0, 9620.0, 9601.0, 9599.0, 9614.0, 9598.0, 9600.0, 9589.0, 9615.0, 9578.0, 9634.0, 9619.0, 9624.0, 9632.0, 9619.0, 9604.0, 9620.0, 9619.0, 9602.0, 9618.0, 9587.0, 9601.0, 9639.0, 9598.0, 9636.0, 9584.0, 9607.0, 9583.0, 9597.0, 9587.0, 9597.0, 9559.0, 9602.0, 9625.0, 9604.0, 9626.0, 9587.0, 9614.0, 9586.0, 9600.0, 9590.0, 9606.0, 9579.0, 9622.0, 9603.0, 9610.0, 9634.0, 9606.0, 9624.0, 9593.0, 9621.0, 9585.0, 9621.0, 9643.0, 9604.0, 9616.0, 9608.0, 9604.0, 9594.0, 9606.0, 9582.0, 9624.0, 9593.0, 9612.0, 9648.0, 9610.0, 9622.0, 9593.0, 9606.0, 9575.0, 9619.0, 9632.0, 9605.0, 9641.0, 9607.0, 9619.0, 9596.0, 9604.0, 9595.0, 9608.0, 9598.0, 9611.0, 9585.0, 9630.0, 9581.0, 9630.0, 9640.0, 9629.0, 9627.0, 9626.0, 9627.0, 9609.0, 9649.0, 9623.0, 9626.0, 9689.0, 9623.0, 9643.0, 9591.0, 9619.0, 9575.0, 9604.0, 9560.0, 9602.0, 9600.0, 9607.0, 9633.0, 9609.0, 9601.0, 9591.0, 9606.0, 9592.0, 9609.0, 9592.0, 9624.0, 9576.0, 9608.0, 9633.0, 9612.0, 9607.0, 9591.0, 9611.0, 9591.0, 9622.0, 9617.0, 9604.0, 9604.0, 9589.0, 9605.0, 9563.0, 9620.0, 9578.0, 9611.0, 9619.0, 9609.0, 9621.0, 9599.0, 9613.0, 9595.0, 9628.0, 9582.0, 9627.0, 9595.0, 9624.0, 9648.0, 9607.0, 9638.0, 9607.0, 9608.0, 9594.0, 9607.0, 9580.0, 9607.0, 9576.0, 9622.0, 9622.0, 9623.0, 9655.0, 9608.0, 9633.0, 9608.0, 9605.0, 9586.0, 9587.0, 9574.0, 9604.0, 9576.0, 9619.0, 9573.0, 9614.0, 9594.0, 9607.0, 9632.0, 9610.0, 9634.0, 9613.0, 9628.0, 9617.0, 9611.0, 9611.0, 9622.0, 9612.0, 9636.0, 9611.0, 9605.0, 9591.0, 9606.0, 9587.0, 9621.0, 9621.0, 9620.0, 9617.0, 9618.0, 9655.0, 9622.0, 9606.0, 9610.0, 9620.0, 9608.0, 9607.0, 9607.0, 9622.0, 9597.0, 9637.0, 9593.0, 9626.0, 9633.0, 9619.0, 9618.0, 9605.0, 9630.0, 9606.0, 9604.0, 9603.0, 9604.0, 9589.0, 9603.0, 9570.0, 9616.0, 9608.0, 9604.0, 9615.0, 9604.0, 9602.0, 9603.0, 9604.0, 9589.0, 9600.0, 9604.0, 9621.0, 9594.0, 9636.0, 9595.0, 9640.0, 9609.0, 9625.0, 9653.0, 9627.0, 9624.0, 9611.0, 9627.0, 9612.0, 9612.0, 9615.0, 9629.0, 9585.0, 9628.0, 9596.0, 9627.0, 9566.0, 9604.0, 9589.0, 9607.0, 9650.0, 9611.0, 9619.0, 9609.0, 9620.0, 9606.0, 9619.0, 9593.0, 9607.0, 9592.0, 9604.0, 9583.0, 9624.0, 9597.0, 9620.0, 9647.0, 9624.0, 9643.0, 9594.0, 9645.0, 9602.0, 9618.0, 9604.0, 9605.0, 9605.0, 9613.0, 9586.0, 9585.0, 9585.0, 9605.0, 9595.0, 9640.0, 9565.0, 9619.0, 9632.0, 9604.0, 9600.0, 9603.0, 9602.0, 9587.0, 9587.0, 9570.0, 9622.0, 9580.0, 9619.0, 9617.0, 9609.0, 9619.0, 9619.0, 9609.0, 9613.0, 9609.0, 9611.0, 9613.0, 9614.0, 9610.0, 9597.0, 9631.0, 9608.0, 9640.0, 9597.0, 9639.0, 9637.0, 9612.0, 9663.0, 9609.0, 9620.0, 9614.0, 9604.0, 9598.0, 9613.0, 9597.0, 9609.0, 9586.0, 9629.0, 9609.0, 9634.0, 9587.0, 9628.0, 9612.0, 9631.0, 9586.0, 9632.0, 9584.0, 9629.0, 9601.0, 9622.0, 9576.0, 9624.0, 9580.0, 9623.0, 9649.0, 9607.0, 9658.0, 9603.0, 9630.0, 9587.0, 9599.0, 9585.0, 9598.0, 9585.0, 9598.0, 9570.0, 9613.0, 9622.0, 9600.0, 9605.0, 9577.0, 9593.0, 9562.0, 9577.0, 9566.0, 9594.0, 9569.0, 9597.0, 9622.0, 9598.0, 9592.0, 9579.0, 9596.0, 9586.0, 9595.0, 9571.0, 9601.0, 9575.0, 9621.0, 9619.0, 9621.0, 9633.0, 9607.0, 9605.0, 9605.0, 9607.0, 9596.0, 9609.0, 9590.0, 9626.0, 9583.0, 9644.0, 9638.0, 9628.0, 9610.0, 9611.0, 9623.0, 9595.0, 9613.0, 9595.0, 9624.0, 9579.0, 9610.0, 9634.0, 9609.0, 9623.0, 9593.0, 9625.0, 9593.0, 9609.0, 9580.0, 9606.0, 9581.0, 9628.0, 9621.0, 9614.0, 9635.0, 9622.0, 9629.0, 9612.0, 9616.0, 9600.0, 9611.0, 9598.0, 9626.0, 9584.0, 9629.0, 9609.0, 9627.0, 9627.0, 9629.0, 9639.0, 9616.0, 9629.0, 9622.0, 9631.0, 9620.0, 9648.0, 9623.0, 9633.0, 9594.0, 9633.0, 9610.0, 9649.0, 9587.0, 9650.0, 9672.0, 9634.0, 9665.0, 9627.0, 9638.0, 9609.0, 9644.0, 9599.0, 9612.0, 9595.0, 9612.0, 9600.0, 9628.0, 9599.0, 9630.0, 9582.0, 9628.0, 9612.0, 9643.0, 9654.0, 9627.0, 9639.0, 9624.0, 9633.0, 9611.0, 9624.0, 9598.0, 9624.0, 9587.0, 9631.0, 9603.0, 9627.0, 9614.0, 9630.0, 9650.0, 9615.0, 9647.0, 9610.0, 9636.0, 9605.0, 9605.0, 9595.0, 9620.0, 9590.0, 9609.0, 9593.0, 9603.0, 9576.0, 9623.0, 9556.0, 9626.0, 9620.0, 9607.0, 9634.0, 9623.0, 9622.0, 9607.0, 9620.0, 9587.0, 9607.0, 9595.0, 9622.0, 9577.0, 9635.0, 9636.0, 9619.0, 9630.0, 9603.0, 9612.0, 9600.0, 9599.0, 9588.0, 9601.0, 9573.0, 9592.0, 9571.0, 9600.0, 9562.0, 9602.0, 9613.0, 9603.0, 9603.0, 9603.0, 9603.0, 9590.0, 9604.0, 9577.0, 9605.0, 9580.0, 9622.0, 9604.0, 9619.0, 9627.0, 9607.0, 9630.0, 9601.0, 9622.0, 9589.0, 9606.0, 9576.0, 9608.0, 9593.0, 9624.0, 9580.0, 9628.0, 9650.0, 9604.0, 9614.0, 9604.0, 9614.0, 9587.0, 9591.0, 9594.0, 9611.0, 9580.0, 9627.0, 9581.0, 9628.0, 9582.0, 9631.0, 9653.0, 9614.0, 9638.0, 9615.0, 9624.0, 9610.0, 9623.0, 9610.0, 9613.0, 9593.0, 9605.0, 9591.0, 9621.0, 9576.0, 9619.0, 9617.0, 9607.0, 9619.0, 9609.0, 9624.0, 9622.0, 9620.0, 9608.0, 9606.0, 9597.0, 9610.0, 9595.0, 9623.0, 9660.0, 9606.0, 9658.0, 9604.0, 9615.0, 9588.0, 9603.0, 9593.0, 9608.0, 9576.0, 9604.0, 9577.0, 9609.0, 9582.0, 9612.0, 9652.0, 9608.0, 9620.0, 9609.0, 9609.0, 9596.0, 9611.0, 9595.0, 9625.0, 9575.0, 9608.0, 9663.0, 9608.0, 9621.0, 9608.0, 9609.0, 9564.0, 9605.0, 9573.0, 9608.0, 9625.0, 9614.0, 9657.0, 9639.0, 9633.0, 9624.0, 9614.0, 9613.0, 9631.0, 9585.0, 9616.0, 9591.0, 9654.0, 9650.0, 9636.0, 9625.0, 9635.0, 9630.0, 9614.0, 9614.0, 9605.0, 9617.0, 9610.0, 9626.0, 9638.0, 9613.0, 9609.0, 9625.0, 9610.0, 9626.0, 9639.0, 9630.0, 9641.0, 9615.0, 9627.0, 9614.0, 9633.0, 9616.0, 9629.0, 9585.0, 9637.0, 9635.0, 9607.0, 9640.0, 9616.0, 9680.0, 9618.0, 9608.0, 9562.0, 9599.0, 9579.0, 9611.0, 9563.0, 9608.0, 9617.0, 9629.0, 9637.0, 9616.0, 9608.0, 9606.0, 9606.0, 9610.0, 9607.0, 9600.0, 9624.0, 9597.0, 9611.0, 9582.0, 9628.0, 9609.0, 9649.0, 9592.0, 9633.0, 9657.0, 9636.0, 9657.0, 9617.0, 9642.0, 9617.0, 9626.0, 9600.0, 9615.0, 9582.0, 9610.0, 9652.0, 9611.0, 9634.0, 9611.0, 9604.0, 9581.0, 9633.0, 9587.0, 9613.0, 9571.0, 9611.0, 9571.0, 9633.0, 9571.0, 9629.0, 9658.0, 9619.0, 9660.0, 9616.0, 9639.0, 9608.0, 9612.0, 9599.0, 9641.0, 9611.0, 9611.0, 9604.0, 9605.0, 9659.0, 9591.0, 9617.0, 9592.0, 9609.0, 9576.0, 9598.0, 9566.0, 9591.0, 9563.0, 9609.0, 9627.0, 9611.0, 9648.0, 9597.0, 9623.0, 9597.0, 9623.0, 9596.0, 9612.0, 9586.0, 9608.0, 9582.0, 9609.0, 9579.0, 9608.0, 9618.0, 9612.0, 9660.0, 9606.0, 9617.0, 9593.0, 9626.0, 9609.0, 9610.0, 9593.0, 9620.0, 9575.0, 9608.0, 9603.0, 9606.0, 9633.0, 9596.0, 9601.0, 9607.0, 9606.0, 9579.0, 9606.0, 9600.0, 9610.0, 9564.0, 9605.0, 9607.0, 9606.0, 9631.0, 9610.0, 9611.0, 9612.0, 9610.0, 9596.0, 9612.0, 9593.0, 9606.0, 9644.0, 9608.0, 9632.0, 9608.0, 9632.0, 9611.0, 9611.0, 9626.0, 9624.0, 9599.0, 9611.0, 9583.0, 9612.0, 9626.0, 9614.0, 9663.0, 9594.0, 9622.0, 9577.0, 9608.0, 9580.0, 9610.0, 9615.0, 9596.0, 9630.0, 9594.0, 9607.0, 9582.0, 9609.0, 9580.0, 9612.0, 9570.0, 9611.0, 9586.0, 9616.0, 9664.0, 9636.0, 9631.0, 9636.0, 9635.0, 9635.0, 9638.0, 9623.0, 9648.0, 9606.0, 9636.0, 9600.0, 9618.0, 9601.0, 9638.0, 9682.0, 9615.0, 9666.0, 9596.0, 9639.0, 9614.0, 9627.0, 9596.0, 9625.0, 9566.0, 9597.0, 9568.0, 9611.0, 9613.0, 9611.0, 9634.0, 9599.0, 9653.0, 9596.0, 9626.0, 9610.0, 9610.0, 9596.0, 9623.0, 9582.0, 9596.0, 9560.0, 9593.0, 9578.0, 9612.0, 9646.0, 9610.0, 9617.0, 9593.0, 9609.0, 9593.0, 9611.0, 9567.0, 9611.0, 9568.0, 9611.0, 9570.0, 9611.0, 9625.0, 9613.0, 9639.0, 9611.0, 9620.0, 9609.0, 9609.0, 9593.0, 9607.0, 9596.0, 9613.0, 9581.0, 9612.0, 9578.0, 9610.0, 9569.0, 9625.0, 9652.0, 9612.0, 9649.0, 9612.0, 9633.0, 9592.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.0005657312252964426</td></tr>
<tr><td colspan=3>aqi</td><td>0.017744859446640317</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.30003897143191</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1649810067721507</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0003944768750004</td></tr>
<tr><td colspan=3>efc</td><td>0.4727</td></tr>
<tr><td colspan=3>fber</td><td>5613.895</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06659636906582271</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7905138339920948</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559515273963417</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4849018498462323</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7568995706340287</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4367444014099897</td></tr>
<tr><td colspan=3>gcor</td><td>0.0060666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007406143005937338</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031215725466609</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7749947028688395</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.7071</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9993</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.9013</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9727</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.9238</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3542.1879</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.6703</td></tr>
<tr><td colspan=3>tsnr</td><td>43.466350845526904</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>