<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-04/func/sub-0080_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>5d7b2c8527f6d012b6f64532a42b3fb7</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>21:48:27.647500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989583, 0.0972624, 0.106138, -0.103835, 0.992887, 0.05825]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0845884</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4250, -7766, -7219, 267, -123, -46, 42, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8bedbac2-da98-45ed-a5bf-aded7d16d730||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6549792289733887, -0.27858102321624756, 0.26923668384552, 114.45268249511719], [-0.2609478533267975, 2.663844108581543, 0.18539278209209442, -85.84812927246094], [0.2847598195075989, -0.15628047287464142, 2.680138111114502, -69.65721893310547], [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': ['214827.647500', '214828.107500', '214828.567500', '214829.027500', '214829.487500', '214829.947500', '214830.407500', '214830.867500', '214831.327500', '214831.787500', '214832.247500', '214832.707500', '214833.167500', '214833.627500', '214834.087500', '214834.547500', '214835.007500', '214835.467500', '214835.927500', '214836.387500', '214836.847500', '214837.307500', '214837.767500', '214838.227500', '214838.687500', '214839.147500', '214839.607500', '214840.067500', '214840.527500', '214840.987500', '214841.447500', '214841.907500', '214842.367500', '214842.827500', '214843.287500', '214843.747500', '214844.207500', '214844.667500', '214845.127500', '214845.587500', '214846.047500', '214846.507500', '214846.967500', '214847.427500', '214847.887500', '214848.347500', '214848.807500', '214849.267500', '214849.727500', '214850.187500', '214850.647500', '214851.107500', '214851.567500', '214852.027500', '214852.487500', '214852.947500', '214853.407500', '214853.867500', '214854.327500', '214854.787500', '214855.247500', '214855.707500', '214856.167500', '214856.627500', '214857.087500', '214857.547500', '214858.007500', '214858.467500', '214858.927500', '214859.387500', '214859.847500', '214900.307500', '214900.767500', '214901.227500', '214901.687500', '214902.147500', '214902.607500', '214903.067500', '214903.527500', '214903.987500', '214904.447500', '214904.907500', '214905.367500', '214905.827500', '214906.287500', '214906.747500', '214907.207500', '214907.667500', '214908.127500', '214908.587500', '214909.047500', '214909.507500', '214909.967500', '214910.427500', '214910.887500', '214911.347500', '214911.807500', '214912.267500', '214912.727500', '214913.187500', '214913.647500', '214914.107500', '214914.567500', '214915.027500', '214915.487500', '214915.947500', '214916.407500', '214916.867500', '214917.327500', '214917.787500', '214918.247500', '214918.707500', '214919.167500', '214919.627500', '214920.087500', '214920.547500', '214921.007500', '214921.467500', '214921.927500', '214922.387500', '214922.847500', '214923.307500', '214923.767500', '214924.227500', '214924.687500', '214925.147500', '214925.607500', '214926.067500', '214926.527500', '214926.987500', '214927.447500', '214927.907500', '214928.367500', '214928.827500', '214929.287500', '214929.747500', '214930.207500', '214930.667500', '214931.127500', '214931.587500', '214932.047500', '214932.507500', '214932.967500', '214933.427500', '214933.887500', '214934.347500', '214934.807500', '214935.267500', '214935.727500', '214936.187500', '214936.647500', '214937.107500', '214937.567500', '214938.027500', '214938.487500', '214938.947500', '214939.407500', '214939.867500', '214940.327500', '214940.787500', '214941.247500', '214941.707500', '214942.167500', '214942.627500', '214943.087500', '214943.547500', '214944.007500', '214944.467500', '214944.927500', '214945.387500', '214945.847500', '214946.307500', '214946.767500', '214947.227500', '214947.687500', '214948.147500', '214948.607500', '214949.067500', '214949.527500', '214949.987500', '214950.447500', '214950.907500', '214951.367500', '214951.827500', '214952.287500', '214952.747500', '214953.207500', '214953.667500', '214954.127500', '214954.587500', '214955.047500', '214955.507500', '214955.967500', '214956.427500', '214956.887500', '214957.347500', '214957.807500', '214958.267500', '214958.727500', '214959.187500', '214959.647500', '215000.107500', '215000.567500', '215001.027500', '215001.487500', '215001.947500', '215002.407500', '215002.867500', '215003.327500', '215003.787500', '215004.247500', '215004.707500', '215005.167500', '215005.627500', '215006.087500', '215006.547500', '215007.007500', '215007.467500', '215007.927500', '215008.387500', '215008.847500', '215009.307500', '215009.767500', '215010.227500', '215010.687500', '215011.147500', '215011.607500', '215012.067500', '215012.527500', '215012.987500', '215013.447500', '215013.907500', '215014.367500', '215014.827500', '215015.287500', '215015.747500', '215016.207500', '215016.667500', '215017.127500', '215017.587500', '215018.047500', '215018.507500', '215018.967500', '215019.427500', '215019.887500', '215020.347500', '215020.807500', '215021.267500', '215021.727500', '215022.187500', '215022.647500', '215023.107500', '215023.567500', '215024.027500', '215024.487500', '215024.947500', '215025.407500', '215025.867500', '215026.327500', '215026.787500', '215027.247500', '215027.707500', '215028.167500', '215028.627500', '215029.087500', '215029.547500', '215030.007500', '215030.467500', '215030.927500', '215031.387500', '215031.847500', '215032.307500', '215032.767500', '215033.227500', '215033.687500', '215034.147500', '215034.607500', '215035.067500', '215035.527500', '215035.987500', '215036.447500', '215036.907500', '215037.367500', '215037.827500', '215038.287500', '215038.747500', '215039.207500', '215039.667500', '215040.127500', '215040.587500', '215041.047500', '215041.507500', '215041.967500', '215042.427500', '215042.887500', '215043.347500', '215043.807500', '215044.267500', '215044.727500', '215045.187500', '215045.647500', '215046.107500', '215046.567500', '215047.027500', '215047.487500', '215047.947500', '215048.407500', '215048.867500', '215049.327500', '215049.787500', '215050.247500', '215050.707500', '215051.167500', '215051.627500', '215052.087500', '215052.547500', '215053.007500', '215053.467500', '215053.927500', '215054.387500', '215054.847500', '215055.307500', '215055.767500', '215056.227500', '215056.687500', '215057.147500', '215057.607500', '215058.067500', '215058.527500', '215058.987500', '215059.447500', '215059.907500', '215100.367500', '215100.827500', '215101.287500', '215101.747500', '215102.207500', '215102.667500', '215103.127500', '215103.587500', '215104.047500', '215104.507500', '215104.967500', '215105.427500', '215105.887500', '215106.347500', '215106.807500', '215107.267500', '215107.727500', '215108.187500', '215108.647500', '215109.107500', '215109.567500', '215110.027500', '215110.487500', '215110.947500', '215111.407500', '215111.867500', '215112.327500', '215112.787500', '215113.247500', '215113.707500', '215114.167500', '215114.627500', '215115.087500', '215115.547500', '215116.007500', '215116.467500', '215116.927500', '215117.387500', '215117.847500', '215118.307500', '215118.767500', '215119.227500', '215119.687500', '215120.147500', '215120.607500', '215121.067500', '215121.527500', '215121.987500', '215122.447500', '215122.907500', '215123.367500', '215123.827500', '215124.287500', '215124.747500', '215125.207500', '215125.667500', '215126.127500', '215126.587500', '215127.047500', '215127.507500', '215127.967500', '215128.427500', '215128.887500', '215129.347500', '215129.807500', '215130.267500', '215130.727500', '215131.187500', '215131.647500', '215132.107500', '215132.567500', '215133.027500', '215133.487500', '215133.947500', '215134.407500', '215134.867500', '215135.327500', '215135.787500', '215136.247500', '215136.707500', '215137.167500', '215137.627500', '215138.087500', '215138.547500', '215139.007500', '215139.467500', '215139.927500', '215140.387500', '215140.847500', '215141.307500', '215141.767500', '215142.227500', '215142.687500', '215143.147500', '215143.607500', '215144.067500', '215144.527500', '215144.987500', '215145.447500', '215145.907500', '215146.367500', '215146.827500', '215147.287500', '215147.747500', '215148.207500', '215148.667500', '215149.127500', '215149.587500', '215150.047500', '215150.507500', '215150.967500', '215151.427500', '215151.887500', '215152.347500', '215152.807500', '215153.267500', '215153.727500', '215154.187500', '215154.647500', '215155.107500', '215155.567500', '215156.027500', '215156.487500', '215156.947500', '215157.407500', '215157.867500', '215158.327500', '215158.787500', '215159.247500', '215159.707500', '215200.167500', '215200.627500', '215201.087500', '215201.547500', '215202.007500', '215202.467500', '215202.927500', '215203.387500', '215203.847500', '215204.307500', '215204.767500', '215205.227500', '215205.687500', '215206.147500', '215206.607500', '215207.067500', '215207.527500', '215207.987500', '215208.447500', '215208.907500', '215209.367500', '215209.827500', '215210.287500', '215210.747500', '215211.207500', '215211.667500', '215212.127500', '215212.587500', '215213.047500', '215213.507500', '215213.967500', '215214.427500', '215214.887500', '215215.347500', '215215.807500', '215216.267500', '215216.727500', '215217.187500', '215217.647500', '215218.107500', '215218.567500', '215219.027500', '215219.487500', '215219.947500', '215220.407500', '215220.867500', '215221.327500', '215221.787500', '215222.247500', '215222.707500', '215223.167500', '215223.627500', '215224.087500', '215224.547500', '215225.007500', '215225.467500', '215225.927500', '215226.387500', '215226.847500', '215227.307500', '215227.767500', '215228.227500', '215228.687500', '215229.147500', '215229.607500', '215230.067500', '215230.527500', '215230.987500', '215231.447500', '215231.907500', '215232.367500', '215232.827500', '215233.287500', '215233.747500', '215234.207500', '215234.667500', '215235.127500', '215235.587500', '215236.047500', '215236.507500', '215236.967500', '215237.427500', '215237.887500', '215238.347500', '215238.807500', '215239.267500', '215239.727500', '215240.187500', '215240.647500', '215241.107500', '215241.567500', '215242.027500', '215242.487500', '215242.947500', '215243.407500', '215243.867500', '215244.327500', '215244.787500', '215245.247500', '215245.707500', '215246.167500', '215246.627500', '215247.087500', '215247.547500', '215248.007500', '215248.467500', '215248.927500', '215249.387500', '215249.847500', '215250.307500', '215250.767500', '215251.227500', '215251.687500', '215252.147500', '215252.607500', '215253.067500', '215253.527500', '215253.987500', '215254.447500', '215254.907500', '215255.367500', '215255.827500', '215256.287500', '215256.747500', '215257.207500', '215257.667500', '215258.127500', '215258.587500', '215259.047500', '215259.507500', '215259.967500', '215300.427500', '215300.887500', '215301.347500', '215301.807500', '215302.267500', '215302.727500', '215303.187500', '215303.647500', '215304.107500', '215304.567500', '215305.027500', '215305.487500', '215305.947500', '215306.407500', '215306.867500', '215307.327500', '215307.787500', '215308.247500', '215308.707500', '215309.167500', '215309.627500', '215310.087500', '215310.547500', '215311.007500', '215311.467500', '215311.927500', '215312.387500', '215312.847500', '215313.307500', '215313.767500', '215314.227500', '215314.687500', '215315.147500', '215315.607500', '215316.067500', '215316.527500', '215316.987500', '215317.447500', '215317.907500', '215318.367500', '215318.827500', '215319.287500', '215319.747500', '215320.207500', '215320.667500', '215321.127500', '215321.587500', '215322.047500', '215322.507500', '215322.967500', '215323.427500', '215323.887500', '215324.347500', '215324.807500', '215325.267500', '215325.727500', '215326.187500', '215326.647500', '215327.107500', '215327.567500', '215328.027500', '215328.487500', '215328.947500', '215329.407500', '215329.867500', '215330.327500', '215330.787500', '215331.247500', '215331.707500', '215332.167500', '215332.627500', '215333.087500', '215333.547500', '215334.007500', '215334.467500', '215334.927500', '215335.387500', '215335.847500', '215336.307500', '215336.767500', '215337.227500', '215337.687500', '215338.147500', '215338.607500', '215339.067500', '215339.527500', '215339.987500', '215340.447500', '215340.907500', '215341.367500', '215341.827500', '215342.287500', '215342.747500', '215343.207500', '215343.667500', '215344.127500', '215344.587500', '215345.047500', '215345.507500', '215345.967500', '215346.427500', '215346.887500', '215347.347500', '215347.807500', '215348.267500', '215348.727500', '215349.187500', '215349.647500', '215350.107500', '215350.567500', '215351.027500', '215351.487500', '215351.947500', '215352.407500', '215352.867500', '215353.327500', '215353.787500', '215354.247500', '215354.707500', '215355.167500', '215355.627500', '215356.087500', '215356.547500', '215357.007500', '215357.467500', '215357.927500', '215358.387500', '215358.847500', '215359.307500', '215359.767500', '215400.227500', '215400.687500', '215401.147500', '215401.607500', '215402.067500', '215402.527500', '215402.987500', '215403.447500', '215403.907500', '215404.367500', '215404.827500', '215405.287500', '215405.747500', '215406.207500', '215406.667500', '215407.127500', '215407.587500', '215408.047500', '215408.507500', '215408.967500', '215409.427500', '215409.887500', '215410.347500', '215410.807500', '215411.267500', '215411.727500', '215412.187500', '215412.647500', '215413.107500', '215413.567500', '215414.027500', '215414.487500', '215414.947500', '215415.407500', '215415.867500', '215416.327500', '215416.787500', '215417.247500', '215417.707500', '215418.167500', '215418.627500', '215419.087500', '215419.547500', '215420.007500', '215420.467500', '215420.927500', '215421.387500', '215421.847500', '215422.307500', '215422.767500', '215423.227500', '215423.687500', '215424.147500', '215424.607500', '215425.067500', '215425.527500', '215425.987500', '215426.447500', '215426.907500', '215427.367500', '215427.827500', '215428.287500', '215428.747500', '215429.207500', '215429.667500', '215430.127500', '215430.587500', '215431.047500', '215431.507500', '215431.967500', '215432.427500', '215432.887500', '215433.347500', '215433.807500', '215434.267500', '215434.727500', '215435.187500', '215435.647500', '215436.107500', '215436.567500', '215437.027500', '215437.487500', '215437.947500', '215438.407500', '215438.867500', '215439.327500', '215439.787500', '215440.247500', '215440.707500', '215441.167500', '215441.627500', '215442.087500', '215442.547500', '215443.007500', '215443.467500', '215443.927500', '215444.387500', '215444.847500', '215445.307500', '215445.767500', '215446.227500', '215446.687500', '215447.147500', '215447.607500', '215448.067500', '215448.527500', '215448.987500', '215449.447500', '215449.907500', '215450.367500', '215450.827500', '215451.287500', '215451.747500', '215452.207500', '215452.667500', '215453.127500', '215453.587500', '215454.047500', '215454.507500', '215454.967500', '215455.427500', '215455.887500', '215456.347500', '215456.807500', '215457.267500', '215457.727500', '215458.187500', '215458.647500', '215459.107500', '215459.567500', '215500.027500', '215500.487500', '215500.947500', '215501.407500', '215501.867500', '215502.327500', '215502.787500', '215503.247500', '215503.707500', '215504.167500', '215504.627500', '215505.087500', '215505.547500', '215506.007500', '215506.467500', '215506.927500', '215507.387500', '215507.847500', '215508.307500', '215508.767500', '215509.227500', '215509.687500', '215510.147500', '215510.607500', '215511.067500', '215511.527500', '215511.987500', '215512.447500', '215512.907500', '215513.367500', '215513.827500', '215514.287500', '215514.747500', '215515.207500', '215515.667500', '215516.127500', '215516.587500', '215517.047500', '215517.507500', '215517.967500', '215518.427500', '215518.887500', '215519.347500', '215519.807500', '215520.267500', '215520.727500', '215521.187500', '215521.647500', '215522.107500', '215522.567500', '215523.027500', '215523.487500', '215523.947500', '215524.407500', '215524.867500', '215525.327500', '215525.787500', '215526.247500', '215526.707500', '215527.167500', '215527.627500', '215528.087500', '215528.547500', '215529.007500', '215529.467500', '215529.927500', '215530.387500', '215530.847500', '215531.307500', '215531.767500', '215532.227500', '215532.687500', '215533.147500', '215533.607500', '215534.067500', '215534.527500', '215534.987500', '215535.447500', '215535.907500', '215536.367500', '215536.827500', '215537.287500', '215537.747500', '215538.207500', '215538.667500', '215539.127500', '215539.587500', '215540.047500', '215540.507500', '215540.967500', '215541.427500', '215541.887500', '215542.347500', '215542.807500', '215543.267500', '215543.727500', '215544.187500', '215544.647500', '215545.107500', '215545.567500', '215546.027500', '215546.487500', '215546.947500', '215547.407500', '215547.867500', '215548.327500', '215548.787500', '215549.247500', '215549.707500', '215550.167500', '215550.627500', '215551.087500', '215551.547500', '215552.007500', '215552.467500', '215552.927500', '215553.387500', '215553.847500', '215554.307500', '215554.767500', '215555.227500', '215555.687500', '215556.147500', '215556.607500', '215557.067500', '215557.527500', '215557.987500', '215558.447500', '215558.907500', '215559.367500', '215559.827500', '215600.287500', '215600.747500', '215601.207500', '215601.667500', '215602.127500', '215602.587500', '215603.047500', '215603.507500', '215603.967500', '215604.427500', '215604.887500', '215605.347500', '215605.807500', '215606.267500', '215606.727500', '215607.187500', '215607.647500', '215608.107500', '215608.567500', '215609.027500', '215609.487500', '215609.947500', '215610.407500', '215610.867500', '215611.327500', '215611.787500', '215612.247500', '215612.707500', '215613.167500', '215613.627500', '215614.087500', '215614.547500', '215615.007500', '215615.467500', '215615.927500', '215616.387500', '215616.847500', '215617.307500', '215617.767500', '215618.227500', '215618.687500', '215619.147500', '215619.607500', '215620.067500', '215620.527500', '215620.987500', '215621.447500', '215621.907500', '215622.367500', '215622.827500', '215623.287500', '215623.747500', '215624.207500', '215624.667500', '215625.127500', '215625.587500', '215626.047500', '215626.507500', '215626.967500', '215627.427500', '215627.887500', '215628.347500', '215628.807500', '215629.267500', '215629.727500', '215630.187500', '215630.647500', '215631.107500', '215631.567500', '215632.027500', '215632.487500', '215632.947500', '215633.407500', '215633.867500', '215634.327500', '215634.787500', '215635.247500', '215635.707500', '215636.167500', '215636.627500', '215637.087500', '215637.547500', '215638.007500', '215638.467500', '215638.927500', '215639.387500', '215639.847500', '215640.307500', '215640.767500', '215641.227500', '215641.687500', '215642.147500', '215642.607500', '215643.067500', '215643.527500', '215643.987500', '215644.447500', '215644.907500', '215645.367500', '215645.827500', '215646.287500', '215646.747500', '215647.207500', '215647.667500', '215648.127500', '215648.587500', '215649.047500', '215649.507500', '215649.967500', '215650.427500', '215650.887500', '215651.347500', '215651.807500', '215652.267500', '215652.727500', '215653.187500', '215653.647500', '215654.107500', '215654.567500', '215655.027500', '215655.487500', '215655.947500', '215656.407500', '215656.867500', '215657.327500', '215657.787500', '215658.247500', '215658.707500', '215659.167500', '215659.627500', '215700.087500', '215700.547500', '215701.007500', '215701.467500', '215701.927500', '215702.387500', '215702.847500', '215703.307500', '215703.767500', '215704.227500', '215704.687500', '215705.147500', '215705.607500', '215706.067500', '215706.527500', '215706.987500', '215707.447500', '215707.907500', '215708.367500', '215708.827500', '215709.287500', '215709.747500', '215710.207500', '215710.667500', '215711.127500', '215711.587500', '215712.047500', '215712.507500', '215712.967500', '215713.427500', '215713.887500', '215714.347500', '215714.807500', '215715.267500', '215715.727500', '215716.187500', '215716.647500', '215717.107500', '215717.567500', '215718.027500', '215718.487500', '215718.947500', '215719.407500', '215719.867500', '215720.327500', '215720.787500', '215721.247500', '215721.707500', '215722.167500', '215722.627500', '215723.087500', '215723.547500', '215724.007500', '215724.467500', '215724.927500', '215725.387500', '215725.847500', '215726.307500', '215726.767500', '215727.227500', '215727.687500', '215728.147500', '215728.607500', '215729.067500', '215729.527500', '215729.987500', '215730.447500', '215730.907500', '215731.367500', '215731.827500', '215732.287500', '215732.747500', '215733.207500', '215733.667500', '215734.127500', '215734.587500', '215735.047500', '215735.507500', '215735.967500', '215736.427500', '215736.887500', '215737.347500', '215737.807500', '215738.267500', '215738.727500', '215739.187500', '215739.647500', '215740.107500', '215740.567500', '215741.027500', '215741.487500', '215741.947500', '215742.407500', '215742.867500', '215743.327500', '215743.787500', '215744.247500', '215744.707500', '215745.167500', '215745.627500', '215746.087500', '215746.547500', '215747.007500', '215747.467500', '215747.927500', '215748.387500', '215748.847500', '215749.307500', '215749.767500', '215750.227500', '215750.687500', '215751.147500', '215751.607500', '215752.067500', '215752.527500', '215752.987500', '215753.447500', '215753.907500', '215754.367500', '215754.827500', '215755.287500', '215755.747500', '215756.207500', '215756.667500', '215757.127500', '215757.587500', '215758.047500', '215758.507500', '215758.967500', '215759.427500', '215759.887500', '215800.347500', '215800.807500', '215801.267500', '215801.727500', '215802.187500', '215802.647500', '215803.107500', '215803.567500', '215804.027500', '215804.487500', '215804.947500', '215805.407500', '215805.867500', '215806.327500', '215806.787500', '215807.247500', '215807.707500', '215808.167500', '215808.627500', '215809.087500', '215809.547500', '215810.007500', '215810.467500'], 'ContentTime': ['214857.342000', '214857.345000', '214857.348000', '214857.351000', '214857.353000', '214857.356000', '214857.358000', '214857.361000', '214857.367000', '214857.370000', '214857.372000', '214857.375000', '214857.378000', '214857.380000', '214857.383000', '214857.385000', '214857.388000', '214857.391000', '214857.393000', '214857.396000', '214857.398000', '214857.401000', '214857.404000', '214857.406000', '214857.409000', '214857.411000', '214857.414000', '214857.416000', '214857.419000', '214857.421000', '214857.424000', '214857.427000', '214857.429000', '214857.432000', '214857.434000', '214857.437000', '214857.439000', '214857.447000', '214857.450000', '214857.452000', '214857.455000', '214857.457000', '214857.460000', '214857.462000', '214857.465000', '214857.468000', '214857.470000', '214857.473000', '214857.475000', '214857.478000', '214857.481000', '214857.483000', '214857.486000', '214857.488000', '214857.491000', '214857.494000', '214857.496000', '214857.499000', '214857.501000', '214857.504000', '214857.506000', '214857.509000', '214917.311000', '214917.314000', '214917.317000', '214917.319000', '214917.322000', '214917.325000', '214917.327000', '214917.336000', '214917.339000', '214917.342000', '214917.344000', '214917.347000', '214917.349000', '214917.352000', '214917.354000', '214917.357000', '214917.359000', '214917.363000', '214917.365000', '214917.368000', '214917.370000', '214917.373000', '214917.376000', '214917.378000', '214917.381000', '214917.383000', '214917.386000', '214917.388000', '214917.391000', '214917.394000', '214917.396000', '214917.399000', '214917.401000', '214917.404000', '214917.406000', '214917.417000', '214917.419000', '214917.422000', '214917.424000', '214917.427000', '214917.430000', '214917.432000', '214917.435000', '214917.437000', '214937.310000', '214937.314000', '214937.316000', '214937.319000', '214937.321000', '214937.324000', '214937.327000', '214937.329000', '214937.332000', '214937.335000', '214937.337000', '214937.340000', '214937.342000', '214937.345000', '214937.348000', '214937.350000', '214937.353000', '214937.355000', '214937.358000', '214937.361000', '214937.363000', '214937.366000', '214937.368000', '214937.371000', '214937.373000', '214937.376000', '214937.379000', '214937.381000', '214937.384000', '214937.386000', '214937.389000', '214937.391000', '214937.394000', '214937.397000', '214937.399000', '214937.402000', '214937.404000', '214937.407000', '214937.409000', '214937.412000', '214937.415000', '214937.417000', '214937.420000', '214957.310000', '214957.315000', '214957.318000', '214957.320000', '214957.323000', '214957.326000', '214957.328000', '214957.331000', '214957.333000', '214957.336000', '214957.339000', '214957.341000', '214957.344000', '214957.351000', '214957.353000', '214957.356000', '214957.358000', '214957.361000', '214957.363000', '214957.366000', '214957.369000', '214957.371000', '214957.374000', '214957.376000', '214957.379000', '214957.382000', '214957.384000', '214957.387000', '214957.389000', '214957.392000', '214957.395000', '214957.397000', '214957.400000', '214957.402000', '214957.405000', '214957.408000', '214957.410000', '214957.413000', '214957.415000', '214957.418000', '214957.421000', '214957.423000', '214957.426000', '214957.428000', '215017.310000', '215017.313000', '215017.316000', '215017.319000', '215017.321000', '215017.324000', '215017.326000', '215017.329000', '215017.332000', '215017.334000', '215017.337000', '215017.339000', '215017.342000', '215017.344000', '215017.347000', '215017.350000', '215017.352000', '215017.355000', '215017.357000', '215017.360000', '215017.362000', '215017.365000', '215017.368000', '215017.370000', '215017.373000', '215017.375000', '215017.378000', '215017.380000', '215017.383000', '215017.386000', '215017.388000', '215017.391000', '215017.393000', '215017.396000', '215017.398000', '215017.401000', '215017.404000', '215017.406000', '215017.409000', '215017.411000', '215017.414000', '215017.416000', '215017.419000', '215037.312000', '215037.314000', '215037.317000', '215037.320000', '215037.323000', '215037.329000', '215037.331000', '215037.334000', '215037.337000', '215037.339000', '215037.342000', '215037.344000', '215037.348000', '215037.351000', '215037.354000', '215037.356000', '215037.359000', '215037.361000', '215037.364000', '215037.367000', '215037.369000', '215037.372000', '215037.374000', '215037.377000', '215037.380000', '215037.382000', '215037.385000', '215037.387000', '215037.390000', '215037.392000', '215037.395000', '215037.398000', '215037.400000', '215037.403000', '215037.406000', '215037.409000', '215037.411000', '215037.414000', '215037.417000', '215037.419000', '215037.422000', '215037.424000', '215037.427000', '215057.311000', '215057.314000', '215057.317000', '215057.331000', '215057.334000', '215057.336000', '215057.339000', '215057.341000', '215057.344000', '215057.347000', '215057.349000', '215057.352000', '215057.354000', '215057.357000', '215057.360000', '215057.362000', '215057.365000', '215057.367000', '215057.370000', '215057.372000', '215057.375000', '215057.378000', '215057.380000', '215057.383000', '215057.385000', '215057.388000', '215057.391000', '215057.393000', '215057.396000', '215057.398000', '215057.401000', '215057.404000', '215057.406000', '215057.409000', '215057.411000', '215057.414000', '215057.417000', '215057.419000', '215057.422000', '215057.425000', '215057.427000', '215057.430000', '215057.432000', '215057.435000', '215117.311000', '215117.313000', '215117.316000', '215117.319000', '215117.321000', '215117.324000', '215117.327000', '215117.329000', '215117.332000', '215117.335000', '215117.337000', '215117.340000', '215117.342000', '215117.345000', '215117.348000', '215117.350000', '215117.353000', '215117.355000', '215117.358000', '215117.361000', '215117.363000', '215117.366000', '215117.368000', '215117.371000', '215117.373000', '215117.376000', '215117.379000', '215117.381000', '215117.384000', '215117.386000', '215117.389000', '215117.392000', '215117.394000', '215117.397000', '215117.399000', '215117.402000', '215117.404000', '215117.407000', '215117.410000', '215117.412000', '215117.415000', '215117.417000', '215117.420000', '215137.311000', '215137.313000', '215137.316000', '215137.319000', '215137.321000', '215137.324000', '215137.327000', '215137.329000', '215137.332000', '215137.334000', '215137.337000', '215137.339000', '215137.342000', '215137.345000', '215137.347000', '215137.350000', '215137.352000', '215137.355000', '215137.358000', '215137.361000', '215137.363000', '215137.366000', '215137.368000', '215137.371000', '215137.374000', '215137.377000', '215137.379000', '215137.382000', '215137.385000', '215137.387000', '215137.390000', '215137.393000', '215137.395000', '215137.398000', '215137.400000', '215137.403000', '215137.406000', '215137.408000', '215137.411000', '215137.414000', '215137.416000', '215137.419000', '215137.422000', '215137.424000', '215157.310000', '215157.313000', '215157.316000', '215157.319000', '215157.321000', '215157.324000', '215157.326000', '215157.329000', '215157.332000', '215157.334000', '215157.337000', '215157.339000', '215157.342000', '215157.344000', '215157.347000', '215157.350000', '215157.352000', '215157.355000', '215157.358000', '215157.360000', '215157.363000', '215157.366000', '215157.368000', '215157.371000', '215157.373000', '215157.376000', '215157.379000', '215157.381000', '215157.384000', '215157.387000', '215157.390000', '215157.393000', '215157.396000', '215157.398000', '215157.401000', '215157.404000', '215157.406000', '215157.409000', '215157.411000', '215157.414000', '215157.417000', '215157.419000', '215157.422000', '215217.310000', '215217.313000', '215217.316000', '215217.319000', '215217.321000', '215217.324000', '215217.327000', '215217.330000', '215217.332000', '215217.335000', '215217.338000', '215217.340000', '215217.343000', '215217.345000', '215217.348000', '215217.351000', '215217.353000', '215217.356000', '215217.359000', '215217.361000', '215217.364000', '215217.366000', '215217.369000', '215217.372000', '215217.374000', '215217.377000', '215217.380000', '215217.382000', '215217.385000', '215217.387000', '215217.390000', '215217.393000', '215217.395000', '215217.398000', '215217.401000', '215217.403000', '215217.406000', '215217.408000', '215217.411000', '215217.414000', '215217.416000', '215217.419000', '215217.422000', '215217.436000', '215237.310000', '215237.313000', '215237.316000', '215237.318000', '215237.321000', '215237.324000', '215237.326000', '215237.329000', '215237.332000', '215237.334000', '215237.337000', '215237.339000', '215237.342000', '215237.345000', '215237.348000', '215237.351000', '215237.353000', '215237.356000', '215237.359000', '215237.361000', '215237.364000', '215237.367000', '215237.369000', '215237.372000', '215237.374000', '215237.377000', '215237.380000', '215237.382000', '215237.385000', '215237.387000', '215237.390000', '215237.393000', '215237.395000', '215237.398000', '215237.401000', '215237.403000', '215237.406000', '215237.408000', '215237.411000', '215237.414000', '215237.416000', '215237.419000', '215237.422000', '215257.312000', '215257.315000', '215257.317000', '215257.320000', '215257.323000', '215257.325000', '215257.328000', '215257.331000', '215257.333000', '215257.336000', '215257.338000', '215257.341000', '215257.344000', '215257.346000', '215257.349000', '215257.351000', '215257.354000', '215257.357000', '215257.360000', '215257.362000', '215257.365000', '215257.367000', '215257.370000', '215257.373000', '215257.375000', '215257.378000', '215257.380000', '215257.383000', '215257.386000', '215257.388000', '215257.391000', '215257.394000', '215257.396000', '215257.399000', '215257.402000', '215257.404000', '215257.407000', '215257.410000', '215257.412000', '215257.415000', '215257.418000', '215257.420000', '215257.423000', '215257.426000', '215317.311000', '215317.314000', '215317.317000', '215317.320000', '215317.322000', '215317.325000', '215317.328000', '215317.330000', '215317.333000', '215317.336000', '215317.338000', '215317.341000', '215317.343000', '215317.346000', '215317.349000', '215317.351000', '215317.354000', '215317.357000', '215317.359000', '215317.362000', '215317.365000', '215317.367000', '215317.370000', '215317.372000', '215317.375000', '215317.378000', '215317.380000', '215317.383000', '215317.386000', '215317.389000', '215317.391000', '215317.394000', '215317.396000', '215317.399000', '215317.402000', '215317.404000', '215317.407000', '215317.409000', '215317.412000', '215317.415000', '215317.417000', '215317.420000', '215317.423000', '215337.310000', '215337.313000', '215337.316000', '215337.319000', '215337.322000', '215337.325000', '215337.327000', '215337.330000', '215337.333000', '215337.335000', '215337.338000', '215337.340000', '215337.343000', '215337.346000', '215337.348000', '215337.351000', '215337.354000', '215337.356000', '215337.359000', '215337.361000', '215337.364000', '215337.367000', '215337.369000', '215337.372000', '215337.374000', '215337.377000', '215337.380000', '215337.382000', '215337.385000', '215337.388000', '215337.390000', '215337.393000', '215337.396000', '215337.398000', '215337.401000', '215337.403000', '215337.406000', '215337.409000', '215337.411000', '215337.414000', '215337.417000', '215337.419000', '215337.422000', '215337.424000', '215357.311000', '215357.314000', '215357.316000', '215357.319000', '215357.322000', '215357.324000', '215357.327000', '215357.329000', '215357.332000', '215357.357000', '215357.360000', '215357.363000', '215357.365000', '215357.368000', '215357.371000', '215357.373000', '215357.376000', '215357.379000', '215357.389000', '215357.392000', '215357.394000', '215357.397000', '215357.400000', '215357.402000', '215357.405000', '215357.408000', '215357.410000', '215357.413000', '215357.415000', '215357.418000', '215357.423000', '215357.426000', '215357.428000', '215357.431000', '215357.434000', '215357.436000', '215357.439000', '215357.441000', '215357.444000', '215357.447000', '215357.449000', '215357.452000', '215357.455000', '215417.311000', '215417.313000', '215417.316000', '215417.319000', '215417.322000', '215417.324000', '215417.327000', '215417.330000', '215417.332000', '215417.335000', '215417.337000', '215417.340000', '215417.343000', '215417.345000', '215417.348000', '215417.350000', '215417.353000', '215417.356000', '215417.358000', '215417.361000', '215417.363000', '215417.366000', '215417.369000', '215417.371000', '215417.374000', '215417.376000', '215417.379000', '215417.382000', '215417.384000', '215417.387000', '215417.389000', '215417.392000', '215417.395000', '215417.397000', '215417.400000', '215417.403000', '215417.405000', '215417.408000', '215417.410000', '215417.413000', '215417.416000', '215417.418000', '215417.421000', '215417.423000', '215437.311000', '215437.313000', '215437.316000', '215437.319000', '215437.321000', '215437.324000', '215437.327000', '215437.329000', '215437.332000', '215437.335000', '215437.338000', '215437.340000', '215437.343000', '215437.346000', '215437.348000', '215437.351000', '215437.353000', '215437.356000', '215437.358000', '215437.361000', '215437.364000', '215437.366000', '215437.369000', '215437.372000', '215437.374000', '215437.377000', '215437.379000', '215437.382000', '215437.385000', '215437.387000', '215437.390000', '215437.392000', '215437.395000', '215437.398000', '215437.400000', '215437.403000', '215437.405000', '215437.408000', '215437.411000', '215437.413000', '215437.416000', '215437.419000', '215437.421000', '215457.311000', '215457.313000', '215457.316000', '215457.319000', '215457.321000', '215457.324000', '215457.327000', '215457.329000', '215457.332000', '215457.334000', '215457.337000', '215457.340000', '215457.342000', '215457.345000', '215457.348000', '215457.350000', '215457.353000', '215457.355000', '215457.358000', '215457.361000', '215457.363000', '215457.366000', '215457.368000', '215457.371000', '215457.374000', '215457.376000', '215457.379000', '215457.381000', '215457.384000', '215457.387000', '215457.389000', '215457.392000', '215457.394000', '215457.397000', '215457.400000', '215457.402000', '215457.405000', '215457.408000', '215457.410000', '215457.413000', '215457.415000', '215457.418000', '215457.421000', '215457.423000', '215517.311000', '215517.314000', '215517.317000', '215517.320000', '215517.323000', '215517.325000', '215517.328000', '215517.331000', '215517.333000', '215517.336000', '215517.339000', '215517.341000', '215517.344000', '215517.346000', '215517.349000', '215517.351000', '215517.354000', '215517.357000', '215517.359000', '215517.362000', '215517.374000', '215517.377000', '215517.379000', '215517.382000', '215517.384000', '215517.387000', '215517.390000', '215517.392000', '215517.395000', '215517.397000', '215517.400000', '215517.403000', '215517.405000', '215517.408000', '215517.410000', '215517.413000', '215517.416000', '215517.418000', '215517.421000', '215517.423000', '215517.426000', '215517.429000', '215517.431000', '215537.312000', '215537.314000', '215537.317000', '215537.320000', '215537.322000', '215537.326000', '215537.328000', '215537.331000', '215537.333000', '215537.336000', '215537.339000', '215537.341000', '215537.344000', '215537.346000', '215537.349000', '215537.352000', '215537.354000', '215537.357000', '215537.359000', '215537.362000', '215537.365000', '215537.367000', '215537.370000', '215537.372000', '215537.375000', '215537.378000', '215537.380000', '215537.383000', '215537.385000', '215537.388000', '215537.391000', '215537.393000', '215537.396000', '215537.399000', '215537.401000', '215537.404000', '215537.406000', '215537.409000', '215537.412000', '215537.414000', '215537.417000', '215537.419000', '215537.422000', '215537.425000', '215557.311000', '215557.314000', '215557.316000', '215557.319000', '215557.322000', '215557.324000', '215557.327000', '215557.330000', '215557.332000', '215557.335000', '215557.337000', '215557.340000', '215557.343000', '215557.345000', '215557.348000', '215557.351000', '215557.353000', '215557.356000', '215557.359000', '215557.361000', '215557.364000', '215557.366000', '215557.369000', '215557.372000', '215557.374000', '215557.377000', '215557.379000', '215557.382000', '215557.385000', '215557.387000', '215557.390000', '215557.393000', '215557.395000', '215557.398000', '215557.401000', '215557.403000', '215557.406000', '215557.408000', '215557.411000', '215557.414000', '215557.416000', '215557.419000', '215557.422000', '215617.311000', '215617.313000', '215617.316000', '215617.319000', '215617.321000', '215617.324000', '215617.327000', '215617.329000', '215617.332000', '215617.335000', '215617.337000', '215617.340000', '215617.342000', '215617.345000', '215617.348000', '215617.350000', '215617.353000', '215617.355000', '215617.358000', '215617.361000', '215617.363000', '215617.366000', '215617.368000', '215617.371000', '215617.374000', '215617.376000', '215617.379000', '215617.382000', '215617.384000', '215617.387000', '215617.389000', '215617.392000', '215617.395000', '215617.397000', '215617.400000', '215617.403000', '215617.405000', '215617.408000', '215617.410000', '215617.413000', '215617.416000', '215617.418000', '215617.421000', '215617.423000', '215637.311000', '215637.313000', '215637.316000', '215637.319000', '215637.322000', '215637.324000', '215637.327000', '215637.329000', '215637.332000', '215637.335000', '215637.337000', '215637.340000', '215637.343000', '215637.345000', '215637.348000', '215637.351000', '215637.353000', '215637.376000', '215637.378000', '215637.381000', '215637.384000', '215637.386000', '215637.389000', '215637.391000', '215637.394000', '215637.397000', '215637.399000', '215637.402000', '215637.405000', '215637.407000', '215637.410000', '215637.412000', '215637.415000', '215637.418000', '215637.420000', '215637.423000', '215637.425000', '215637.428000', '215637.431000', '215637.433000', '215637.436000', '215637.439000', '215637.441000', '215657.311000', '215657.314000', '215657.316000', '215657.319000', '215657.322000', '215657.324000', '215657.327000', '215657.330000', '215657.332000', '215657.335000', '215657.338000', '215657.341000', '215657.343000', '215657.346000', '215657.348000', '215657.351000', '215657.354000', '215657.356000', '215657.359000', '215657.362000', '215657.364000', '215657.367000', '215657.370000', '215657.372000', '215657.375000', '215657.378000', '215657.380000', '215657.383000', '215657.386000', '215657.388000', '215657.391000', '215657.394000', '215657.396000', '215657.399000', '215657.402000', '215657.404000', '215657.407000', '215657.410000', '215657.412000', '215657.415000', '215657.418000', '215657.420000', '215657.423000', '215657.425000', '215717.311000', '215717.314000', '215717.316000', '215717.319000', '215717.321000', '215717.324000', '215717.327000', '215717.329000', '215717.332000', '215717.335000', '215717.337000', '215717.340000', '215717.342000', '215717.345000', '215717.348000', '215717.350000', '215717.353000', '215717.356000', '215717.358000', '215717.361000', '215717.363000', '215717.366000', '215717.369000', '215717.371000', '215717.374000', '215717.376000', '215717.379000', '215717.382000', '215717.384000', '215717.387000', '215717.390000', '215717.392000', '215717.395000', '215717.398000', '215717.400000', '215717.403000', '215717.405000', '215717.408000', '215717.411000', '215717.413000', '215717.416000', '215717.419000', '215717.421000', '215737.312000', '215737.315000', '215737.317000', '215737.320000', '215737.323000', '215737.325000', '215737.328000', '215737.331000', '215737.333000', '215737.336000', '215737.339000', '215737.341000', '215737.344000', '215737.346000', '215737.349000', '215737.352000', '215737.355000', '215737.357000', '215737.360000', '215737.363000', '215737.365000', '215737.368000', '215737.371000', '215737.373000', '215737.376000', '215737.378000', '215737.381000', '215737.384000', '215737.386000', '215737.389000', '215737.392000', '215737.395000', '215737.397000', '215737.400000', '215737.402000', '215737.405000', '215737.408000', '215737.410000', '215737.413000', '215737.415000', '215737.418000', '215737.421000', '215737.423000', '215737.426000', '215757.311000', '215757.314000', '215757.317000', '215757.320000', '215757.323000', '215757.326000', '215757.328000', '215757.331000', '215757.334000', '215757.336000', '215757.339000', '215757.341000', '215757.344000', '215757.375000', '215757.378000', '215757.380000', '215757.383000', '215757.386000', '215757.388000', '215757.391000', '215757.394000', '215757.396000', '215757.399000', '215757.401000', '215757.404000', '215757.407000', '215757.409000', '215757.412000', '215757.415000', '215757.417000', '215757.420000', '215757.422000', '215757.425000', '215757.428000', '215757.430000', '215757.433000', '215757.435000', '215757.438000', '215757.441000', '215757.443000', '215757.446000', '215757.449000', '215757.451000', '215811.782000', '215811.785000', '215811.788000', '215811.791000', '215811.793000', '215811.796000', '215811.799000', '215811.802000', '215811.804000', '215811.807000', '215811.810000', '215811.813000', '215811.816000', '215811.819000', '215811.822000', '215811.825000', '215811.828000', '215811.831000', '215811.833000', '215811.836000', '215811.839000', '215811.842000', '215811.846000', '215811.849000', '215811.852000', '215811.854000', '215811.857000', '215811.861000', '215811.864000', '215811.867000', '215811.870000', '215811.873000'], 'InstanceCreationTime': ['214857.342000', '214857.345000', '214857.348000', '214857.351000', '214857.353000', '214857.356000', '214857.358000', '214857.361000', '214857.367000', '214857.370000', '214857.372000', '214857.375000', '214857.378000', '214857.380000', '214857.383000', '214857.385000', '214857.388000', '214857.391000', '214857.393000', '214857.396000', '214857.398000', '214857.401000', '214857.404000', '214857.406000', '214857.409000', '214857.411000', '214857.414000', '214857.416000', '214857.419000', '214857.421000', '214857.424000', '214857.427000', '214857.429000', '214857.432000', '214857.434000', '214857.437000', '214857.439000', '214857.447000', '214857.450000', '214857.452000', '214857.455000', '214857.457000', '214857.460000', '214857.462000', '214857.465000', '214857.468000', '214857.470000', '214857.473000', '214857.475000', '214857.478000', '214857.481000', '214857.483000', '214857.486000', '214857.488000', '214857.491000', '214857.494000', '214857.496000', '214857.499000', '214857.501000', '214857.504000', '214857.506000', '214857.509000', '214917.311000', '214917.314000', '214917.317000', '214917.319000', '214917.322000', '214917.325000', '214917.327000', '214917.336000', '214917.339000', '214917.342000', '214917.344000', '214917.347000', '214917.349000', '214917.352000', '214917.354000', '214917.357000', '214917.359000', '214917.363000', '214917.365000', '214917.368000', '214917.370000', '214917.373000', '214917.376000', '214917.378000', '214917.381000', '214917.383000', '214917.386000', '214917.388000', '214917.391000', '214917.394000', '214917.396000', '214917.399000', '214917.401000', '214917.404000', '214917.406000', '214917.417000', '214917.419000', '214917.422000', '214917.424000', '214917.427000', '214917.430000', '214917.432000', '214917.435000', '214917.437000', '214937.310000', '214937.314000', '214937.316000', '214937.319000', '214937.321000', '214937.324000', '214937.327000', '214937.329000', '214937.332000', '214937.335000', '214937.337000', '214937.340000', '214937.342000', '214937.345000', '214937.348000', '214937.350000', '214937.353000', '214937.355000', '214937.358000', '214937.361000', '214937.363000', '214937.366000', '214937.368000', '214937.371000', '214937.373000', '214937.376000', '214937.379000', '214937.381000', '214937.384000', '214937.386000', '214937.389000', '214937.391000', '214937.394000', '214937.397000', '214937.399000', '214937.402000', '214937.404000', '214937.407000', '214937.409000', '214937.412000', '214937.415000', '214937.417000', '214937.420000', '214957.310000', '214957.315000', '214957.318000', '214957.320000', '214957.323000', '214957.326000', '214957.328000', '214957.331000', '214957.333000', '214957.336000', '214957.339000', '214957.341000', '214957.344000', '214957.351000', '214957.353000', '214957.356000', '214957.358000', '214957.361000', '214957.363000', '214957.366000', '214957.369000', '214957.371000', '214957.374000', '214957.376000', '214957.379000', '214957.382000', '214957.384000', '214957.387000', '214957.389000', '214957.392000', '214957.395000', '214957.397000', '214957.400000', '214957.402000', '214957.405000', '214957.408000', '214957.410000', '214957.413000', '214957.415000', '214957.418000', '214957.421000', '214957.423000', '214957.426000', '214957.428000', '215017.310000', '215017.313000', '215017.316000', '215017.319000', '215017.321000', '215017.324000', '215017.326000', '215017.329000', '215017.332000', '215017.334000', '215017.337000', '215017.339000', '215017.342000', '215017.344000', '215017.347000', '215017.350000', '215017.352000', '215017.355000', '215017.357000', '215017.360000', '215017.362000', '215017.365000', '215017.368000', '215017.370000', '215017.373000', '215017.375000', '215017.378000', '215017.380000', '215017.383000', '215017.386000', '215017.388000', '215017.391000', '215017.393000', '215017.396000', '215017.398000', '215017.401000', '215017.404000', '215017.406000', '215017.409000', '215017.411000', '215017.414000', '215017.416000', '215017.419000', '215037.312000', '215037.314000', '215037.317000', '215037.320000', '215037.323000', '215037.329000', '215037.331000', '215037.334000', '215037.337000', '215037.339000', '215037.342000', '215037.344000', '215037.348000', '215037.351000', '215037.354000', '215037.356000', '215037.359000', '215037.361000', '215037.364000', '215037.367000', '215037.369000', '215037.372000', '215037.374000', '215037.377000', '215037.380000', '215037.382000', '215037.385000', '215037.387000', '215037.390000', '215037.392000', '215037.395000', '215037.398000', '215037.400000', '215037.403000', '215037.406000', '215037.409000', '215037.411000', '215037.414000', '215037.417000', '215037.419000', '215037.422000', '215037.424000', '215037.427000', '215057.311000', '215057.314000', '215057.317000', '215057.331000', '215057.334000', '215057.336000', '215057.339000', '215057.341000', '215057.344000', '215057.347000', '215057.349000', '215057.352000', '215057.354000', '215057.357000', '215057.360000', '215057.362000', '215057.365000', '215057.367000', '215057.370000', '215057.372000', '215057.375000', '215057.378000', '215057.380000', '215057.383000', '215057.385000', '215057.388000', '215057.391000', '215057.393000', '215057.396000', '215057.398000', '215057.401000', '215057.404000', '215057.406000', '215057.409000', '215057.411000', '215057.414000', '215057.417000', '215057.419000', '215057.422000', '215057.425000', '215057.427000', '215057.430000', '215057.432000', '215057.435000', '215117.311000', '215117.313000', '215117.316000', '215117.319000', '215117.321000', '215117.324000', '215117.327000', '215117.329000', '215117.332000', '215117.335000', '215117.337000', '215117.340000', '215117.342000', '215117.345000', '215117.348000', '215117.350000', '215117.353000', '215117.355000', '215117.358000', '215117.361000', '215117.363000', '215117.366000', '215117.368000', '215117.371000', '215117.373000', '215117.376000', '215117.379000', '215117.381000', '215117.384000', '215117.386000', '215117.389000', '215117.392000', '215117.394000', '215117.397000', '215117.399000', '215117.402000', '215117.404000', '215117.407000', '215117.410000', '215117.412000', '215117.415000', '215117.417000', '215117.420000', '215137.311000', '215137.313000', '215137.316000', '215137.319000', '215137.321000', '215137.324000', '215137.327000', '215137.329000', '215137.332000', '215137.334000', '215137.337000', '215137.339000', '215137.342000', '215137.345000', '215137.347000', '215137.350000', '215137.352000', '215137.355000', '215137.358000', '215137.361000', '215137.363000', '215137.366000', '215137.368000', '215137.371000', '215137.374000', '215137.377000', '215137.379000', '215137.382000', '215137.385000', '215137.387000', '215137.390000', '215137.393000', '215137.395000', '215137.398000', '215137.400000', '215137.403000', '215137.406000', '215137.408000', '215137.411000', '215137.414000', '215137.416000', '215137.419000', '215137.422000', '215137.424000', '215157.310000', '215157.313000', '215157.316000', '215157.319000', '215157.321000', '215157.324000', '215157.326000', '215157.329000', '215157.332000', '215157.334000', '215157.337000', '215157.339000', '215157.342000', '215157.344000', '215157.347000', '215157.350000', '215157.352000', '215157.355000', '215157.358000', '215157.360000', '215157.363000', '215157.366000', '215157.368000', '215157.371000', '215157.373000', '215157.376000', '215157.379000', '215157.381000', '215157.384000', '215157.387000', '215157.390000', '215157.393000', '215157.396000', '215157.398000', '215157.401000', '215157.404000', '215157.406000', '215157.409000', '215157.411000', '215157.414000', '215157.417000', '215157.419000', '215157.422000', '215217.310000', '215217.313000', '215217.316000', '215217.319000', '215217.321000', '215217.324000', '215217.327000', '215217.330000', '215217.332000', '215217.335000', '215217.338000', '215217.340000', '215217.343000', '215217.345000', '215217.348000', '215217.351000', '215217.353000', '215217.356000', '215217.359000', '215217.361000', '215217.364000', '215217.366000', '215217.369000', '215217.372000', '215217.374000', '215217.377000', '215217.380000', '215217.382000', '215217.385000', '215217.387000', '215217.390000', '215217.393000', '215217.395000', '215217.398000', '215217.401000', '215217.403000', '215217.406000', '215217.408000', '215217.411000', '215217.414000', '215217.416000', '215217.419000', '215217.422000', '215217.436000', '215237.310000', '215237.313000', '215237.316000', '215237.318000', '215237.321000', '215237.324000', '215237.326000', '215237.329000', '215237.332000', '215237.334000', '215237.337000', '215237.339000', '215237.342000', '215237.345000', '215237.348000', '215237.351000', '215237.353000', '215237.356000', '215237.359000', '215237.361000', '215237.364000', '215237.367000', '215237.369000', '215237.372000', '215237.374000', '215237.377000', '215237.380000', '215237.382000', '215237.385000', '215237.387000', '215237.390000', '215237.393000', '215237.395000', '215237.398000', '215237.401000', '215237.403000', '215237.406000', '215237.408000', '215237.411000', '215237.414000', '215237.416000', '215237.419000', '215237.422000', '215257.312000', '215257.315000', '215257.317000', '215257.320000', '215257.323000', '215257.325000', '215257.328000', '215257.331000', '215257.333000', '215257.336000', '215257.338000', '215257.341000', '215257.344000', '215257.346000', '215257.349000', '215257.351000', '215257.354000', '215257.357000', '215257.360000', '215257.362000', '215257.365000', '215257.367000', '215257.370000', '215257.373000', '215257.375000', '215257.378000', '215257.380000', '215257.383000', '215257.386000', '215257.388000', '215257.391000', '215257.394000', '215257.396000', '215257.399000', '215257.402000', '215257.404000', '215257.407000', '215257.410000', '215257.412000', '215257.415000', '215257.418000', '215257.420000', '215257.423000', '215257.426000', '215317.311000', '215317.314000', '215317.317000', '215317.320000', '215317.322000', '215317.325000', '215317.328000', '215317.330000', '215317.333000', '215317.336000', '215317.338000', '215317.341000', '215317.343000', '215317.346000', '215317.349000', '215317.351000', '215317.354000', '215317.357000', '215317.359000', '215317.362000', '215317.365000', '215317.367000', '215317.370000', '215317.372000', '215317.375000', '215317.378000', '215317.380000', '215317.383000', '215317.386000', '215317.389000', '215317.391000', '215317.394000', '215317.396000', '215317.399000', '215317.402000', '215317.404000', '215317.407000', '215317.409000', '215317.412000', '215317.415000', '215317.417000', '215317.420000', '215317.423000', '215337.310000', '215337.313000', '215337.316000', '215337.319000', '215337.322000', '215337.325000', '215337.327000', '215337.330000', '215337.333000', '215337.335000', '215337.338000', '215337.340000', '215337.343000', '215337.346000', '215337.348000', '215337.351000', '215337.354000', '215337.356000', '215337.359000', '215337.361000', '215337.364000', '215337.367000', '215337.369000', '215337.372000', '215337.374000', '215337.377000', '215337.380000', '215337.382000', '215337.385000', '215337.388000', '215337.390000', '215337.393000', '215337.396000', '215337.398000', '215337.401000', '215337.403000', '215337.406000', '215337.409000', '215337.411000', '215337.414000', '215337.417000', '215337.419000', '215337.422000', '215337.424000', '215357.311000', '215357.314000', '215357.316000', '215357.319000', '215357.322000', '215357.324000', '215357.327000', '215357.329000', '215357.332000', '215357.357000', '215357.360000', '215357.363000', '215357.365000', '215357.368000', '215357.371000', '215357.373000', '215357.376000', '215357.379000', '215357.389000', '215357.392000', '215357.394000', '215357.397000', '215357.400000', '215357.402000', '215357.405000', '215357.408000', '215357.410000', '215357.413000', '215357.415000', '215357.418000', '215357.423000', '215357.426000', '215357.428000', '215357.431000', '215357.434000', '215357.436000', '215357.439000', '215357.441000', '215357.444000', '215357.447000', '215357.449000', '215357.452000', '215357.455000', '215417.311000', '215417.313000', '215417.316000', '215417.319000', '215417.322000', '215417.324000', '215417.327000', '215417.330000', '215417.332000', '215417.335000', '215417.337000', '215417.340000', '215417.343000', '215417.345000', '215417.348000', '215417.350000', '215417.353000', '215417.356000', '215417.358000', '215417.361000', '215417.363000', '215417.366000', '215417.369000', '215417.371000', '215417.374000', '215417.376000', '215417.379000', '215417.382000', '215417.384000', '215417.387000', '215417.389000', '215417.392000', '215417.395000', '215417.397000', '215417.400000', '215417.403000', '215417.405000', '215417.408000', '215417.410000', '215417.413000', '215417.416000', '215417.418000', '215417.421000', '215417.423000', '215437.311000', '215437.313000', '215437.316000', '215437.319000', '215437.321000', '215437.324000', '215437.327000', '215437.329000', '215437.332000', '215437.335000', '215437.338000', '215437.340000', '215437.343000', '215437.346000', '215437.348000', '215437.351000', '215437.353000', '215437.356000', '215437.358000', '215437.361000', '215437.364000', '215437.366000', '215437.369000', '215437.372000', '215437.374000', '215437.377000', '215437.379000', '215437.382000', '215437.385000', '215437.387000', '215437.390000', '215437.392000', '215437.395000', '215437.398000', '215437.400000', '215437.403000', '215437.405000', '215437.408000', '215437.411000', '215437.413000', '215437.416000', '215437.419000', '215437.421000', '215457.311000', '215457.313000', '215457.316000', '215457.319000', '215457.321000', '215457.324000', '215457.327000', '215457.329000', '215457.332000', '215457.334000', '215457.337000', '215457.340000', '215457.342000', '215457.345000', '215457.348000', '215457.350000', '215457.353000', '215457.355000', '215457.358000', '215457.361000', '215457.363000', '215457.366000', '215457.368000', '215457.371000', '215457.374000', '215457.376000', '215457.379000', '215457.381000', '215457.384000', '215457.387000', '215457.389000', '215457.392000', '215457.394000', '215457.397000', '215457.400000', '215457.402000', '215457.405000', '215457.408000', '215457.410000', '215457.413000', '215457.415000', '215457.418000', '215457.421000', '215457.423000', '215517.311000', '215517.314000', '215517.317000', '215517.320000', '215517.323000', '215517.325000', '215517.328000', '215517.331000', '215517.333000', '215517.336000', '215517.339000', '215517.341000', '215517.344000', '215517.346000', '215517.349000', '215517.351000', '215517.354000', '215517.357000', '215517.359000', '215517.362000', '215517.374000', '215517.377000', '215517.379000', '215517.382000', '215517.384000', '215517.387000', '215517.390000', '215517.392000', '215517.395000', '215517.397000', '215517.400000', '215517.403000', '215517.405000', '215517.408000', '215517.410000', '215517.413000', '215517.416000', '215517.418000', '215517.421000', '215517.423000', '215517.426000', '215517.429000', '215517.431000', '215537.312000', '215537.314000', '215537.317000', '215537.320000', '215537.322000', '215537.326000', '215537.328000', '215537.331000', '215537.333000', '215537.336000', '215537.339000', '215537.341000', '215537.344000', '215537.346000', '215537.349000', '215537.352000', '215537.354000', '215537.357000', '215537.359000', '215537.362000', '215537.365000', '215537.367000', '215537.370000', '215537.372000', '215537.375000', '215537.378000', '215537.380000', '215537.383000', '215537.385000', '215537.388000', '215537.391000', '215537.393000', '215537.396000', '215537.399000', '215537.401000', '215537.404000', '215537.406000', '215537.409000', '215537.412000', '215537.414000', '215537.417000', '215537.419000', '215537.422000', '215537.425000', '215557.311000', '215557.314000', '215557.316000', '215557.319000', '215557.322000', '215557.324000', '215557.327000', '215557.330000', '215557.332000', '215557.335000', '215557.337000', '215557.340000', '215557.343000', '215557.345000', '215557.348000', '215557.351000', '215557.353000', '215557.356000', '215557.359000', '215557.361000', '215557.364000', '215557.366000', '215557.369000', '215557.372000', '215557.374000', '215557.377000', '215557.379000', '215557.382000', '215557.385000', '215557.387000', '215557.390000', '215557.393000', '215557.395000', '215557.398000', '215557.401000', '215557.403000', '215557.406000', '215557.408000', '215557.411000', '215557.414000', '215557.416000', '215557.419000', '215557.422000', '215617.311000', '215617.313000', '215617.316000', '215617.319000', '215617.321000', '215617.324000', '215617.327000', '215617.329000', '215617.332000', '215617.335000', '215617.337000', '215617.340000', '215617.342000', '215617.345000', '215617.348000', '215617.350000', '215617.353000', '215617.355000', '215617.358000', '215617.361000', '215617.363000', '215617.366000', '215617.368000', '215617.371000', '215617.374000', '215617.376000', '215617.379000', '215617.382000', '215617.384000', '215617.387000', '215617.389000', '215617.392000', '215617.395000', '215617.397000', '215617.400000', '215617.403000', '215617.405000', '215617.408000', '215617.410000', '215617.413000', '215617.416000', '215617.418000', '215617.421000', '215617.423000', '215637.311000', '215637.313000', '215637.316000', '215637.319000', '215637.322000', '215637.324000', '215637.327000', '215637.329000', '215637.332000', '215637.335000', '215637.337000', '215637.340000', '215637.343000', '215637.345000', '215637.348000', '215637.351000', '215637.353000', '215637.376000', '215637.378000', '215637.381000', '215637.384000', '215637.386000', '215637.389000', '215637.391000', '215637.394000', '215637.397000', '215637.399000', '215637.402000', '215637.405000', '215637.407000', '215637.410000', '215637.412000', '215637.415000', '215637.418000', '215637.420000', '215637.423000', '215637.425000', '215637.428000', '215637.431000', '215637.433000', '215637.436000', '215637.439000', '215637.441000', '215657.311000', '215657.314000', '215657.316000', '215657.319000', '215657.322000', '215657.324000', '215657.327000', '215657.330000', '215657.332000', '215657.335000', '215657.338000', '215657.341000', '215657.343000', '215657.346000', '215657.348000', '215657.351000', '215657.354000', '215657.356000', '215657.359000', '215657.362000', '215657.364000', '215657.367000', '215657.370000', '215657.372000', '215657.375000', '215657.378000', '215657.380000', '215657.383000', '215657.386000', '215657.388000', '215657.391000', '215657.394000', '215657.396000', '215657.399000', '215657.402000', '215657.404000', '215657.407000', '215657.410000', '215657.412000', '215657.415000', '215657.418000', '215657.420000', '215657.423000', '215657.425000', '215717.311000', '215717.314000', '215717.316000', '215717.319000', '215717.321000', '215717.324000', '215717.327000', '215717.329000', '215717.332000', '215717.335000', '215717.337000', '215717.340000', '215717.342000', '215717.345000', '215717.348000', '215717.350000', '215717.353000', '215717.356000', '215717.358000', '215717.361000', '215717.363000', '215717.366000', '215717.369000', '215717.371000', '215717.374000', '215717.376000', '215717.379000', '215717.382000', '215717.384000', '215717.387000', '215717.390000', '215717.392000', '215717.395000', '215717.398000', '215717.400000', '215717.403000', '215717.405000', '215717.408000', '215717.411000', '215717.413000', '215717.416000', '215717.419000', '215717.421000', '215737.312000', '215737.315000', '215737.317000', '215737.320000', '215737.323000', '215737.325000', '215737.328000', '215737.331000', '215737.333000', '215737.336000', '215737.339000', '215737.341000', '215737.344000', '215737.346000', '215737.349000', '215737.352000', '215737.355000', '215737.357000', '215737.360000', '215737.363000', '215737.365000', '215737.368000', '215737.371000', '215737.373000', '215737.376000', '215737.378000', '215737.381000', '215737.384000', '215737.386000', '215737.389000', '215737.392000', '215737.395000', '215737.397000', '215737.400000', '215737.402000', '215737.405000', '215737.408000', '215737.410000', '215737.413000', '215737.415000', '215737.418000', '215737.421000', '215737.423000', '215737.426000', '215757.311000', '215757.314000', '215757.317000', '215757.320000', '215757.323000', '215757.326000', '215757.328000', '215757.331000', '215757.334000', '215757.336000', '215757.339000', '215757.341000', '215757.344000', '215757.375000', '215757.378000', '215757.380000', '215757.383000', '215757.386000', '215757.388000', '215757.391000', '215757.394000', '215757.396000', '215757.399000', '215757.401000', '215757.404000', '215757.407000', '215757.409000', '215757.412000', '215757.415000', '215757.417000', '215757.420000', '215757.422000', '215757.425000', '215757.428000', '215757.430000', '215757.433000', '215757.435000', '215757.438000', '215757.441000', '215757.443000', '215757.446000', '215757.449000', '215757.451000', '215811.782000', '215811.785000', '215811.788000', '215811.791000', '215811.793000', '215811.796000', '215811.799000', '215811.802000', '215811.804000', '215811.807000', '215811.810000', '215811.813000', '215811.816000', '215811.819000', '215811.822000', '215811.825000', '215811.828000', '215811.831000', '215811.833000', '215811.836000', '215811.839000', '215811.842000', '215811.846000', '215811.849000', '215811.852000', '215811.854000', '215811.857000', '215811.861000', '215811.864000', '215811.867000', '215811.870000', '215811.873000'], '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': [11029, 14271, 10987, 12770, 10075, 8473, 9009, 7922, 10442, 12870, 10595, 11205, 9110, 10404, 8581, 10380, 8213, 10336, 8187, 10342, 8551, 10890, 8975, 11188, 8906, 11103, 8630, 10515, 9026, 10176, 8494, 10296, 8885, 11335, 8933, 10894, 9414, 9698, 13081, 10277, 9302, 9049, 7188, 10447, 8006, 10634, 9996, 9799, 9944, 9042, 8372, 8807, 12310, 9406, 10877, 8828, 10649, 8908, 10176, 8112, 10490, 8079, 10150, 8404, 8996, 11467, 9490, 8859, 8259, 8836, 8556, 11750, 9732, 11614, 9505, 7721, 8081, 7172, 9572, 11641, 9890, 10316, 8455, 10337, 8481, 10120, 7956, 10588, 8778, 10241, 7681, 10133, 8316, 10179, 8157, 10708, 8648, 9523, 11500, 9919, 11023, 9541, 10049, 8004, 11212, 9209, 11017, 8714, 10442, 8481, 10295, 8083, 10453, 8582, 10664, 7924, 10321, 7929, 9641, 7191, 9629, 7207, 9419, 9385, 9687, 10559, 9230, 8186, 8458, 7481, 9261, 8918, 9606, 7918, 9875, 8855, 10838, 7843, 10008, 9404, 10099, 7537, 10337, 8394, 10785, 8527, 9800, 11105, 10493, 8956, 9123, 7063, 10101, 8553, 9566, 11908, 10274, 10597, 9215, 10367, 9047, 9990, 7990, 10221, 8708, 10379, 11540, 9279, 10723, 9356, 9629, 7888, 9779, 7441, 9422, 8200, 9193, 9252, 8914, 7739, 8687, 11419, 9877, 10756, 8305, 9968, 7823, 9466, 7777, 9972, 7041, 9109, 11404, 9958, 10835, 9175, 9518, 7945, 10708, 8047, 9050, 11803, 10268, 9844, 8035, 10662, 8846, 10462, 7542, 9783, 7437, 9549, 7489, 10120, 7886, 10113, 8427, 9421, 7872, 9452, 7307, 9619, 10655, 9262, 11246, 10190, 11044, 9593, 10458, 8150, 10672, 9179, 10511, 7877, 9791, 7404, 9162, 6923, 9417, 7263, 9110, 9443, 9570, 9706, 9391, 6868, 9084, 7212, 9655, 9421, 9203, 11524, 10000, 10470, 9687, 9985, 8145, 10601, 9112, 11296, 8677, 9726, 7608, 9340, 7422, 9241, 6907, 9106, 7442, 9277, 10050, 9687, 10963, 9581, 8251, 8225, 9323, 9021, 11060, 10388, 10786, 9686, 8999, 8277, 11103, 9937, 10818, 9696, 10411, 9181, 9779, 8247, 10067, 8943, 10265, 7642, 9750, 7797, 9215, 7356, 9319, 7906, 10262, 7700, 9334, 8518, 9398, 7503, 9210, 7188, 9643, 9087, 9707, 11450, 10605, 9847, 9053, 6979, 8462, 7092, 9898, 11143, 9682, 11146, 9384, 10171, 8223, 9985, 7848, 10613, 8201, 9425, 9348, 9263, 9987, 9342, 7402, 8808, 9720, 9731, 9959, 8954, 8056, 8933, 7146, 9097, 7746, 10602, 10491, 9313, 11105, 9340, 10133, 7694, 9658, 7324, 9848, 7884, 9251, 11319, 10308, 10659, 9909, 10608, 8070, 9342, 8130, 10576, 8919, 9667, 8160, 9340, 7688, 9519, 7090, 9627, 7530, 10223, 8903, 9671, 9896, 9515, 6974, 9542, 8054, 10493, 9034, 9336, 11140, 10178, 10830, 9253, 10153, 7902, 10381, 9369, 10041, 7952, 9489, 8764, 9781, 8900, 9607, 7317, 8059, 7173, 10763, 9606, 9720, 11274, 10373, 10795, 8522, 10751, 9168, 9728, 9895, 9180, 11148, 10164, 10374, 9679, 10039, 8205, 10390, 8715, 9700, 8095, 9183, 7962, 9231, 7759, 9149, 11079, 10049, 9976, 7986, 9917, 7983, 9749, 7738, 10188, 9500, 10332, 7783, 9151, 11164, 10194, 9911, 8554, 8934, 8727, 10963, 10080, 9880, 7956, 9680, 7721, 9279, 7653, 9603, 7432, 9609, 10908, 9765, 10275, 9619, 10043, 9404, 9952, 7901, 9824, 9209, 9910, 8680, 9653, 8217, 9459, 8326, 9716, 7656, 9130, 8649, 9904, 10801, 10332, 10491, 10420, 9457, 8323, 7513, 9210, 11308, 10532, 10410, 9606, 9943, 9519, 9553, 8046, 8116, 9091, 10650, 10413, 10080, 8440, 10123, 8558, 10549, 8070, 8448, 8613, 10949, 10025, 9918, 8095, 9826, 8022, 9598, 8232, 10234, 9912, 9680, 11323, 10301, 10234, 8971, 10581, 9141, 8274, 7745, 10705, 10111, 10117, 8078, 9410, 8833, 9678, 7774, 9492, 7744, 10138, 7908, 9389, 11558, 10041, 10554, 10551, 10836, 9022, 7334, 8402, 9067, 9683, 10622, 10284, 10507, 9989, 10947, 8114, 10919, 9271, 10390, 8081, 9617, 8857, 9891, 10020, 10254, 7963, 8954, 7730, 9286, 9555, 9812, 9467, 9422, 7282, 9833, 8579, 10300, 8641, 9481, 12086, 10767, 11216, 10839, 10462, 8735, 8794, 9208, 11187, 10448, 10653, 10067, 10903, 10173, 8783, 8367, 8479, 9226, 10465, 10408, 10921, 9789, 10434, 8708, 10172, 9293, 10632, 10133, 10409, 9901, 7557, 7871, 7372, 9156, 11307, 9539, 8476, 10370, 13847, 11724, 12038, 9636, 10418, 8276, 9997, 8219, 10883, 8755, 9041, 8576, 10698, 10145, 10621, 9966, 11212, 10105, 8000, 8438, 7089, 9976, 11346, 10163, 10563, 8546, 9601, 8277, 9990, 7739, 10300, 8061, 10240, 8309, 9012, 11179, 10266, 9096, 8519, 7847, 9689, 11332, 9791, 10502, 8294, 10768, 8815, 8676, 8059, 9219, 9248, 10984, 9427, 10473, 8751, 10590, 8205, 10664, 8085, 10773, 9931, 10232, 7659, 9339, 9261, 9621, 7769, 10231, 8364, 10794, 8162, 9956, 12445, 9501, 10305, 9434, 7347, 10455, 7493, 10478, 11367, 9181, 12817, 8936, 8229, 8125, 9266, 9146, 11795, 9967, 10850, 9329, 10954, 7458, 10763, 8009, 10801, 7821, 10034, 11390, 9648, 8906, 9174, 6959, 10394, 8483, 10396, 9028, 9271, 11700, 9285, 8133, 9670, 8344, 9463, 11909, 11170, 12161, 10096, 11272, 8015, 11198, 9646, 10655, 8034, 10805, 8545, 10500, 7469, 10196, 8490, 10096, 8046, 10435, 7847, 10196, 7226, 10562, 10838, 9457, 11485, 9544, 11294, 9219, 10871, 8135, 10716, 9805, 9483, 12347, 10919, 11346, 8224, 11338, 8704, 10671, 8229, 10267, 8440, 9600, 7306, 9290, 8019, 10545, 10795, 10197, 10919, 9848, 10775, 8350, 10712, 8219, 10390, 9400, 10328, 8210, 10155, 8713, 10103, 7341, 10462, 8092, 10521, 10388, 9616, 10297, 9240, 6760, 10211, 12170, 9520, 10839, 10235, 9010, 11730, 10407, 11571, 8386, 10168, 8022, 11117, 8284, 9735, 11469, 9120, 9898, 9111, 7916, 9714, 10516, 8658, 11107, 8282, 10495, 8374, 10274, 7204, 10695, 7552, 10833, 10649, 9167, 11219, 10107, 10763, 8413, 10967, 8414, 10150, 12076, 9663, 10763, 9560, 10749, 8611, 10385, 8076, 10364, 8467, 9499, 11013, 9627, 9910, 8864, 7237, 10022, 10566, 9618, 11254, 8064, 10403, 8414, 10543, 7323, 10373, 7815, 10378, 10940, 10343, 11062, 10105, 11253, 8354, 7661, 9740, 10791, 9763, 10525, 8146, 10750, 8192, 10798, 8260, 10959, 10353, 9386, 11756, 10355, 11519, 8568, 9924, 8100, 11304, 9152, 10576, 8605, 10483, 7656, 10759, 7780, 10800, 8002, 10593, 10429, 9024, 11462, 10189, 8685, 9291, 7063, 10823, 11251, 9929, 11598, 9808, 10962, 7297, 8471, 7573, 9946, 8959, 10742, 9557, 10714, 8522, 10553, 8336, 9414, 8109, 11430, 8585, 10855, 11657, 9185, 11965, 10207, 9921, 8656, 6549, 9998, 11684, 9430, 10382, 7736, 10165, 7808, 10603, 7515, 10393, 7604, 10360, 11240, 9613, 10966, 9849, 10768, 7922, 10633, 8322, 10339, 8581, 9954, 11146, 9964, 11268, 9492, 8419, 9544, 9758, 8904, 11429, 9302, 11292, 8684, 10431, 7692, 10827, 7842, 10583, 10306, 9637, 8658, 9388, 8018, 10404, 10795, 9304, 11746, 10545, 11525, 9358, 7653, 9930, 7737, 11203, 11378, 9978, 12165, 10250, 11388, 9758, 8490, 7870, 8362, 9925, 11655, 9708, 10857, 8598, 10730, 8522, 10657, 7741, 9596, 8255, 10985, 9099, 10626, 7961, 11112, 7894, 10499, 8273, 10665, 7845, 10125, 8643, 10235, 7315, 10423, 8091, 10380, 8117, 10084, 9447, 9805, 7595, 10258, 8072, 10626, 9161, 10590, 8120, 10366, 8705, 10794, 8026, 11170, 8145, 10727, 10042, 9845, 11377, 9853, 8109, 10202, 7732, 10834, 8551, 10650, 11028, 9495, 7950, 10371, 7932, 10732, 8947, 11104, 9300, 10476, 8954, 11370, 8653, 8269, 8819, 11113, 9947, 11562, 10078, 11273, 9852, 8685, 8844, 7450, 11050, 8515, 10890, 8427, 11329, 9187, 11469, 8417, 11221, 9351, 11209, 8436, 10933, 8623, 11477, 8071, 10730, 8212, 11077, 9016, 10586, 7944, 11223, 8524, 9897, 7882, 10162, 8970, 11192, 9270, 10905, 9070, 10389, 7610, 10526, 8895, 10523, 8801, 10438, 8357, 10198, 7962, 10481, 8723, 10608, 9302, 10348, 9275, 11543, 8733, 9255, 7267, 11076, 9331, 11258, 10041, 11265, 9463, 8560, 8217, 8066, 10150, 11049, 9336, 11785, 10326, 7697, 9367, 7329, 11269, 11529, 9741, 11770, 10561, 11121, 8606, 8864, 7848, 7593, 11184, 8833, 10951, 8775, 8211, 9109, 7622, 10694, 9505, 10940, 11760, 9327, 12378, 9743, 8096, 9450, 7302, 10936, 7646, 10535, 9793, 9197, 8980, 9335, 7216, 10365, 7915, 10661, 12387, 10240, 10949, 9188, 8854, 10233, 9223, 8678, 9350, 7031, 10431, 11847, 9739, 11011, 9641, 10908, 8895, 10681, 8249, 10672, 10718, 9000, 11743, 9957, 10739, 9093, 10552, 7798, 10612, 7474, 10361, 11477, 9389, 12416, 10254, 10340, 8624, 7649, 9735, 8950, 9337, 11206, 10111, 11286, 10134, 8960, 8057, 8364, 8619, 10969, 10076, 10855, 9693, 10972, 8516, 10860, 9455, 10723, 8368, 9914, 7971, 12941, 10642, 11867, 8437, 11034], 'WindowCenter': [4115.0, 4130.0, 4084.0, 4089.0, 4058.0, 4035.0, 4045.0, 4036.0, 4069.0, 4086.0, 4068.0, 4079.0, 4048.0, 4066.0, 4046.0, 4066.0, 4036.0, 4068.0, 4035.0, 4054.0, 4047.0, 4065.0, 4046.0, 4066.0, 4048.0, 4079.0, 4049.0, 4070.0, 4048.0, 4057.0, 4036.0, 4056.0, 4047.0, 4067.0, 4046.0, 4067.0, 4047.0, 4058.0, 4076.0, 4055.0, 4043.0, 4033.0, 4003.0, 4055.0, 4036.0, 4069.0, 4056.0, 4055.0, 4043.0, 4033.0, 4022.0, 4034.0, 4075.0, 4057.0, 4066.0, 4045.0, 4054.0, 4045.0, 4054.0, 4036.0, 4066.0, 4036.0, 4069.0, 4047.0, 4047.0, 4066.0, 4055.0, 4044.0, 4035.0, 4045.0, 4047.0, 4079.0, 4069.0, 4078.0, 4058.0, 4026.0, 4026.0, 4016.0, 4058.0, 4078.0, 4069.0, 4057.0, 4034.0, 4054.0, 4035.0, 4055.0, 4034.0, 4065.0, 4046.0, 4068.0, 4026.0, 4067.0, 4037.0, 4067.0, 4037.0, 4068.0, 4036.0, 4058.0, 4079.0, 4056.0, 4064.0, 4055.0, 4055.0, 4026.0, 4065.0, 4058.0, 4079.0, 4048.0, 4067.0, 4045.0, 4056.0, 4036.0, 4065.0, 4046.0, 4069.0, 4037.0, 4068.0, 4036.0, 4056.0, 4031.0, 4072.0, 4042.0, 4074.0, 4059.0, 4070.0, 4079.0, 4057.0, 4048.0, 4051.0, 4027.0, 4070.0, 4062.0, 4072.0, 4052.0, 4072.0, 4059.0, 4083.0, 4053.0, 4071.0, 4057.0, 4069.0, 4027.0, 4068.0, 4038.0, 4068.0, 4048.0, 4070.0, 4067.0, 4067.0, 4044.0, 4045.0, 4015.0, 4067.0, 4034.0, 4055.0, 4066.0, 4057.0, 4066.0, 4044.0, 4042.0, 4032.0, 4041.0, 4023.0, 4054.0, 4035.0, 4068.0, 4077.0, 4057.0, 4066.0, 4044.0, 4043.0, 4024.0, 4053.0, 4013.0, 4046.0, 4035.0, 4046.0, 4045.0, 4045.0, 4025.0, 4046.0, 4077.0, 4068.0, 4067.0, 4036.0, 4056.0, 4025.0, 4045.0, 4026.0, 4056.0, 4015.0, 4048.0, 4078.0, 4058.0, 4067.0, 4058.0, 4057.0, 4038.0, 4069.0, 4039.0, 4049.0, 4078.0, 4056.0, 4055.0, 4025.0, 4055.0, 4047.0, 4068.0, 4027.0, 4055.0, 4015.0, 4057.0, 4025.0, 4067.0, 4038.0, 4069.0, 4037.0, 4047.0, 4025.0, 4044.0, 4013.0, 4045.0, 4053.0, 4046.0, 4064.0, 4054.0, 4052.0, 4043.0, 4050.0, 4023.0, 4053.0, 4044.0, 4054.0, 4022.0, 4042.0, 4001.0, 4032.0, 4002.0, 4042.0, 4012.0, 4046.0, 4044.0, 4043.0, 4044.0, 4044.0, 4003.0, 4045.0, 4013.0, 4058.0, 4045.0, 4046.0, 4065.0, 4043.0, 4052.0, 4044.0, 4042.0, 4024.0, 4053.0, 4043.0, 4065.0, 4035.0, 4045.0, 4012.0, 4044.0, 4012.0, 4043.0, 4003.0, 4045.0, 4025.0, 4059.0, 4057.0, 4055.0, 4066.0, 4056.0, 4035.0, 4035.0, 4045.0, 4059.0, 4079.0, 4069.0, 4067.0, 4058.0, 4046.0, 4036.0, 4067.0, 4068.0, 4078.0, 4057.0, 4056.0, 4046.0, 4055.0, 4035.0, 4055.0, 4044.0, 4067.0, 4026.0, 4057.0, 4024.0, 4045.0, 4015.0, 4046.0, 4036.0, 4066.0, 4038.0, 4060.0, 4048.0, 4047.0, 4015.0, 4046.0, 4014.0, 4057.0, 4047.0, 4059.0, 4078.0, 4067.0, 4056.0, 4045.0, 4003.0, 4037.0, 4017.0, 4070.0, 4080.0, 4060.0, 4069.0, 4047.0, 4056.0, 4035.0, 4055.0, 4037.0, 4068.0, 4037.0, 4060.0, 4048.0, 4046.0, 4057.0, 4045.0, 4015.0, 4046.0, 4059.0, 4059.0, 4058.0, 4048.0, 4038.0, 4049.0, 4030.0, 4060.0, 4041.0, 4083.0, 4070.0, 4060.0, 4079.0, 4048.0, 4057.0, 4026.0, 4046.0, 4016.0, 4058.0, 4026.0, 4059.0, 4069.0, 4055.0, 4056.0, 4046.0, 4054.0, 4024.0, 4045.0, 4025.0, 4056.0, 4047.0, 4045.0, 4024.0, 4034.0, 4013.0, 4043.0, 4002.0, 4044.0, 4014.0, 4068.0, 4046.0, 4044.0, 4055.0, 4044.0, 4004.0, 4044.0, 4026.0, 4067.0, 4046.0, 4046.0, 4067.0, 4057.0, 4053.0, 4045.0, 4054.0, 4024.0, 4054.0, 4045.0, 4055.0, 4023.0, 4055.0, 4035.0, 4058.0, 4048.0, 4058.0, 4028.0, 4038.0, 4031.0, 4083.0, 4061.0, 4060.0, 4069.0, 4058.0, 4068.0, 4047.0, 4068.0, 4047.0, 4058.0, 4056.0, 4048.0, 4067.0, 4055.0, 4056.0, 4046.0, 4055.0, 4037.0, 4055.0, 4047.0, 4059.0, 4037.0, 4046.0, 4025.0, 4046.0, 4025.0, 4048.0, 4067.0, 4056.0, 4057.0, 4025.0, 4056.0, 4025.0, 4045.0, 4027.0, 4057.0, 4059.0, 4069.0, 4027.0, 4048.0, 4066.0, 4056.0, 4044.0, 4035.0, 4034.0, 4036.0, 4066.0, 4056.0, 4056.0, 4025.0, 4046.0, 4025.0, 4045.0, 4025.0, 4058.0, 4015.0, 4058.0, 4066.0, 4057.0, 4057.0, 4046.0, 4057.0, 4046.0, 4056.0, 4038.0, 4057.0, 4060.0, 4070.0, 4050.0, 4058.0, 4038.0, 4059.0, 4036.0, 4057.0, 4028.0, 4060.0, 4047.0, 4071.0, 4081.0, 4070.0, 4068.0, 4069.0, 4058.0, 4038.0, 4028.0, 4060.0, 4080.0, 4069.0, 4069.0, 4057.0, 4057.0, 4059.0, 4057.0, 4038.0, 4039.0, 4061.0, 4070.0, 4071.0, 4070.0, 4038.0, 4058.0, 4037.0, 4068.0, 4039.0, 4049.0, 4050.0, 4081.0, 4070.0, 4059.0, 4028.0, 4058.0, 4027.0, 4058.0, 4037.0, 4069.0, 4056.0, 4057.0, 4068.0, 4058.0, 4055.0, 4035.0, 4056.0, 4047.0, 4036.0, 4029.0, 4068.0, 4069.0, 4069.0, 4037.0, 4058.0, 4047.0, 4058.0, 4027.0, 4057.0, 4039.0, 4069.0, 4038.0, 4048.0, 4078.0, 4059.0, 4058.0, 4068.0, 4066.0, 4047.0, 4026.0, 4046.0, 4049.0, 4070.0, 4070.0, 4070.0, 4069.0, 4059.0, 4067.0, 4037.0, 4068.0, 4059.0, 4057.0, 4037.0, 4058.0, 4047.0, 4056.0, 4057.0, 4057.0, 4025.0, 4048.0, 4028.0, 4060.0, 4059.0, 4071.0, 4059.0, 4060.0, 4029.0, 4070.0, 4051.0, 4071.0, 4050.0, 4061.0, 4079.0, 4069.0, 4067.0, 4068.0, 4067.0, 4037.0, 4047.0, 4060.0, 4080.0, 4081.0, 4069.0, 4069.0, 4080.0, 4069.0, 4048.0, 4038.0, 4040.0, 4062.0, 4082.0, 4071.0, 4068.0, 4058.0, 4057.0, 4037.0, 4056.0, 4059.0, 4068.0, 4083.0, 4082.0, 4070.0, 4039.0, 4039.0, 4029.0, 4073.0, 4094.0, 4085.0, 4064.0, 4086.0, 4105.0, 4082.0, 4078.0, 4046.0, 4054.0, 4036.0, 4055.0, 4024.0, 4054.0, 4035.0, 4034.0, 4036.0, 4054.0, 4055.0, 4055.0, 4056.0, 4065.0, 4055.0, 4025.0, 4035.0, 4014.0, 4057.0, 4065.0, 4056.0, 4056.0, 4034.0, 4044.0, 4023.0, 4042.0, 4025.0, 4055.0, 4036.0, 4067.0, 4037.0, 4047.0, 4067.0, 4055.0, 4045.0, 4034.0, 4036.0, 4058.0, 4067.0, 4058.0, 4067.0, 4036.0, 4066.0, 4045.0, 4045.0, 4037.0, 4056.0, 4058.0, 4068.0, 4058.0, 4068.0, 4036.0, 4065.0, 4035.0, 4065.0, 4038.0, 4068.0, 4057.0, 4058.0, 4027.0, 4048.0, 4046.0, 4055.0, 4026.0, 4066.0, 4038.0, 4068.0, 4037.0, 4058.0, 4075.0, 4045.0, 4054.0, 4044.0, 4014.0, 4055.0, 4014.0, 4066.0, 4076.0, 4045.0, 4075.0, 4033.0, 4022.0, 4022.0, 4043.0, 4044.0, 4075.0, 4054.0, 4052.0, 4031.0, 4052.0, 4000.0, 4051.0, 4021.0, 4053.0, 4022.0, 4054.0, 4064.0, 4043.0, 4032.0, 4043.0, 4013.0, 4064.0, 4047.0, 4069.0, 4046.0, 4047.0, 4074.0, 4045.0, 4024.0, 4056.0, 4035.0, 4059.0, 4076.0, 4067.0, 4075.0, 4056.0, 4065.0, 4024.0, 4065.0, 4056.0, 4064.0, 4025.0, 4066.0, 4036.0, 4066.0, 4027.0, 4066.0, 4049.0, 4069.0, 4036.0, 4067.0, 4026.0, 4067.0, 4015.0, 4067.0, 4065.0, 4059.0, 4079.0, 4056.0, 4066.0, 4046.0, 4065.0, 4026.0, 4068.0, 4057.0, 4057.0, 4076.0, 4065.0, 4053.0, 4023.0, 4062.0, 4034.0, 4065.0, 4036.0, 4055.0, 4023.0, 4041.0, 4002.0, 4043.0, 4022.0, 4064.0, 4064.0, 4055.0, 4054.0, 4054.0, 4053.0, 4035.0, 4064.0, 4036.0, 4055.0, 4056.0, 4067.0, 4036.0, 4056.0, 4035.0, 4055.0, 4014.0, 4065.0, 4024.0, 4068.0, 4056.0, 4056.0, 4056.0, 4045.0, 4005.0, 4068.0, 4076.0, 4044.0, 4053.0, 4053.0, 4034.0, 4064.0, 4054.0, 4063.0, 4022.0, 4053.0, 4023.0, 4063.0, 4023.0, 4044.0, 4063.0, 4043.0, 4054.0, 4034.0, 4024.0, 4056.0, 4064.0, 4046.0, 4078.0, 4035.0, 4055.0, 4033.0, 4054.0, 4013.0, 4065.0, 4024.0, 4067.0, 4078.0, 4057.0, 4066.0, 4056.0, 4054.0, 4034.0, 4064.0, 4022.0, 4053.0, 4061.0, 4043.0, 4064.0, 4043.0, 4053.0, 4034.0, 4054.0, 4025.0, 4066.0, 4034.0, 4057.0, 4065.0, 4056.0, 4056.0, 4046.0, 4026.0, 4069.0, 4067.0, 4058.0, 4079.0, 4037.0, 4067.0, 4035.0, 4066.0, 4014.0, 4056.0, 4025.0, 4068.0, 4076.0, 4067.0, 4067.0, 4056.0, 4063.0, 4033.0, 4025.0, 4057.0, 4067.0, 4069.0, 4067.0, 4024.0, 4065.0, 4034.0, 4065.0, 4034.0, 4066.0, 4067.0, 4046.0, 4064.0, 4054.0, 4063.0, 4033.0, 4043.0, 4023.0, 4065.0, 4045.0, 4055.0, 4033.0, 4053.0, 4012.0, 4053.0, 4012.0, 4064.0, 4023.0, 4054.0, 4065.0, 4046.0, 4064.0, 4054.0, 4033.0, 4043.0, 4003.0, 4066.0, 4064.0, 4055.0, 4065.0, 4043.0, 4051.0, 4000.0, 4021.0, 4012.0, 4053.0, 4044.0, 4064.0, 4057.0, 4055.0, 4034.0, 4053.0, 4034.0, 4044.0, 4024.0, 4076.0, 4035.0, 4065.0, 4064.0, 4045.0, 4064.0, 4054.0, 4043.0, 4033.0, 3993.0, 4057.0, 4065.0, 4045.0, 4056.0, 4024.0, 4055.0, 4024.0, 4054.0, 4014.0, 4054.0, 4024.0, 4068.0, 4068.0, 4056.0, 4064.0, 4054.0, 4052.0, 4024.0, 4054.0, 4035.0, 4055.0, 4034.0, 4056.0, 4066.0, 4053.0, 4065.0, 4043.0, 4023.0, 4044.0, 4044.0, 4047.0, 4066.0, 4043.0, 4054.0, 4032.0, 4053.0, 4012.0, 4063.0, 4036.0, 4065.0, 4054.0, 4043.0, 4022.0, 4043.0, 4021.0, 4055.0, 4064.0, 4044.0, 4063.0, 4053.0, 4063.0, 4032.0, 4013.0, 4042.0, 4012.0, 4066.0, 4063.0, 4054.0, 4065.0, 4042.0, 4051.0, 4031.0, 4020.0, 4009.0, 4021.0, 4054.0, 4062.0, 4043.0, 4052.0, 4022.0, 4051.0, 4031.0, 4050.0, 4011.0, 4043.0, 4033.0, 4066.0, 4033.0, 4052.0, 4022.0, 4064.0, 4024.0, 4053.0, 4034.0, 4064.0, 4036.0, 4056.0, 4034.0, 4055.0, 4013.0, 4054.0, 4023.0, 4054.0, 4036.0, 4068.0, 4056.0, 4055.0, 4025.0, 4054.0, 4037.0, 4066.0, 4059.0, 4068.0, 4036.0, 4066.0, 4036.0, 4065.0, 4024.0, 4066.0, 4024.0, 4068.0, 4058.0, 4056.0, 4065.0, 4053.0, 4022.0, 4053.0, 4023.0, 4065.0, 4036.0, 4068.0, 4067.0, 4046.0, 4024.0, 4054.0, 4025.0, 4066.0, 4047.0, 4079.0, 4060.0, 4068.0, 4046.0, 4066.0, 4035.0, 4036.0, 4047.0, 4066.0, 4058.0, 4079.0, 4057.0, 4065.0, 4055.0, 4034.0, 4045.0, 4025.0, 4077.0, 4048.0, 4078.0, 4038.0, 4068.0, 4047.0, 4066.0, 4036.0, 4065.0, 4046.0, 4078.0, 4036.0, 4065.0, 4034.0, 4063.0, 4024.0, 4065.0, 4034.0, 4065.0, 4046.0, 4054.0, 4023.0, 4063.0, 4035.0, 4053.0, 4026.0, 4068.0, 4048.0, 4078.0, 4046.0, 4066.0, 4048.0, 4054.0, 4026.0, 4054.0, 4046.0, 4067.0, 4046.0, 4064.0, 4037.0, 4055.0, 4036.0, 4066.0, 4047.0, 4068.0, 4058.0, 4057.0, 4047.0, 4066.0, 4035.0, 4046.0, 4015.0, 4064.0, 4047.0, 4068.0, 4056.0, 4065.0, 4045.0, 4031.0, 4034.0, 4025.0, 4069.0, 4066.0, 4046.0, 4076.0, 4056.0, 4025.0, 4044.0, 4016.0, 4068.0, 4065.0, 4045.0, 4065.0, 4054.0, 4064.0, 4033.0, 4046.0, 4035.0, 4026.0, 4079.0, 4059.0, 4079.0, 4060.0, 4049.0, 4061.0, 4038.0, 4068.0, 4057.0, 4080.0, 4088.0, 4047.0, 4073.0, 4055.0, 4024.0, 4044.0, 4014.0, 4065.0, 4025.0, 4068.0, 4056.0, 4047.0, 4046.0, 4046.0, 4015.0, 4067.0, 4038.0, 4079.0, 4078.0, 4056.0, 4056.0, 4046.0, 4047.0, 4056.0, 4045.0, 4034.0, 4046.0, 4016.0, 4079.0, 4077.0, 4057.0, 4066.0, 4056.0, 4067.0, 4048.0, 4067.0, 4035.0, 4066.0, 4056.0, 4045.0, 4076.0, 4055.0, 4065.0, 4043.0, 4054.0, 4025.0, 4054.0, 4013.0, 4069.0, 4076.0, 4044.0, 4074.0, 4056.0, 4054.0, 4033.0, 4025.0, 4055.0, 4046.0, 4057.0, 4077.0, 4067.0, 4066.0, 4054.0, 4045.0, 4036.0, 4036.0, 4047.0, 4078.0, 4069.0, 4068.0, 4057.0, 4067.0, 4046.0, 4067.0, 4055.0, 4067.0, 4035.0, 4056.0, 4023.0, 4089.0, 4078.0, 4088.0, 4051.0, 4082.0], 'WindowWidth': [9148.0, 9158.0, 9083.0, 9083.0, 9035.0, 9001.0, 9016.0, 9005.0, 9051.0, 9072.0, 9051.0, 9066.0, 9023.0, 9043.0, 9018.0, 9044.0, 9005.0, 9049.0, 9001.0, 9024.0, 9020.0, 9041.0, 9016.0, 9044.0, 9024.0, 9064.0, 9025.0, 9056.0, 9023.0, 9033.0, 9002.0, 9029.0, 9019.0, 9045.0, 9017.0, 9047.0, 9021.0, 9034.0, 9056.0, 9025.0, 9007.0, 8992.0, 8954.0, 9026.0, 9006.0, 9054.0, 9031.0, 9027.0, 9008.0, 8994.0, 8978.0, 8996.0, 9053.0, 9032.0, 9044.0, 9012.0, 9023.0, 9012.0, 9023.0, 9003.0, 9045.0, 9003.0, 9054.0, 9023.0, 9020.0, 9043.0, 9028.0, 9011.0, 9000.0, 9012.0, 9022.0, 9067.0, 9053.0, 9061.0, 9035.0, 8989.0, 8990.0, 8976.0, 9037.0, 9065.0, 9053.0, 9034.0, 8998.0, 9025.0, 9000.0, 9027.0, 9000.0, 9040.0, 9020.0, 9052.0, 8994.0, 9048.0, 9008.0, 9046.0, 9008.0, 9049.0, 9002.0, 9037.0, 9065.0, 9030.0, 9039.0, 9028.0, 9026.0, 8990.0, 9040.0, 9036.0, 9067.0, 9022.0, 9046.0, 9016.0, 9028.0, 9004.0, 9041.0, 9019.0, 9053.0, 9010.0, 9050.0, 9004.0, 9030.0, 9006.0, 9065.0, 9025.0, 9071.0, 9043.0, 9055.0, 9067.0, 9036.0, 9023.0, 9035.0, 8998.0, 9059.0, 9049.0, 9065.0, 9037.0, 9062.0, 9043.0, 9080.0, 9039.0, 9060.0, 9036.0, 9052.0, 8994.0, 9049.0, 9009.0, 9050.0, 9024.0, 9055.0, 9048.0, 9045.0, 9012.0, 9013.0, 8976.0, 9047.0, 8999.0, 9029.0, 9045.0, 9032.0, 9044.0, 9011.0, 9005.0, 8992.0, 9003.0, 8982.0, 9026.0, 9001.0, 9052.0, 9064.0, 9035.0, 9042.0, 9011.0, 9008.0, 8985.0, 9022.0, 8969.0, 9018.0, 9002.0, 9018.0, 9015.0, 9017.0, 8989.0, 9020.0, 9062.0, 9053.0, 9049.0, 9005.0, 9031.0, 8988.0, 9013.0, 8991.0, 9031.0, 8976.0, 9024.0, 9064.0, 9037.0, 9048.0, 9037.0, 9035.0, 9012.0, 9055.0, 9015.0, 9026.0, 9064.0, 9031.0, 9027.0, 8989.0, 9028.0, 9019.0, 9050.0, 8993.0, 9029.0, 8976.0, 9031.0, 8990.0, 9046.0, 9012.0, 9054.0, 9008.0, 9019.0, 8987.0, 9010.0, 8968.0, 9014.0, 9023.0, 9017.0, 9040.0, 9024.0, 9017.0, 9006.0, 9014.0, 8979.0, 9020.0, 9011.0, 9024.0, 8979.0, 9004.0, 8948.0, 8990.0, 8951.0, 9005.0, 8966.0, 9017.0, 9013.0, 9010.0, 9009.0, 9009.0, 8954.0, 9012.0, 8970.0, 9036.0, 9014.0, 9015.0, 9041.0, 9007.0, 9019.0, 9009.0, 9006.0, 8983.0, 9022.0, 9010.0, 9040.0, 9002.0, 9014.0, 8966.0, 9010.0, 8966.0, 9008.0, 8956.0, 9014.0, 8989.0, 9040.0, 9034.0, 9029.0, 9044.0, 9030.0, 8999.0, 9002.0, 9014.0, 9042.0, 9066.0, 9052.0, 9048.0, 9036.0, 9016.0, 9005.0, 9046.0, 9050.0, 9066.0, 9034.0, 9030.0, 9015.0, 9026.0, 9002.0, 9026.0, 9012.0, 9047.0, 8992.0, 9034.0, 8987.0, 9017.0, 8976.0, 9016.0, 9005.0, 9045.0, 9011.0, 9042.0, 9022.0, 9019.0, 8974.0, 9015.0, 8973.0, 9033.0, 9019.0, 9039.0, 9063.0, 9045.0, 9029.0, 9014.0, 8958.0, 9006.0, 8981.0, 9055.0, 9070.0, 9044.0, 9052.0, 9019.0, 9029.0, 9002.0, 9029.0, 9007.0, 9050.0, 9007.0, 9043.0, 9022.0, 9018.0, 9031.0, 9013.0, 8973.0, 9018.0, 9041.0, 9042.0, 9037.0, 9022.0, 9009.0, 9026.0, 9004.0, 9045.0, 9023.0, 9080.0, 9056.0, 9042.0, 9068.0, 9021.0, 9031.0, 8990.0, 9016.0, 8976.0, 9034.0, 8989.0, 9039.0, 9052.0, 9028.0, 9027.0, 9013.0, 9025.0, 8984.0, 9012.0, 8987.0, 9031.0, 9018.0, 9016.0, 8983.0, 8997.0, 8965.0, 9006.0, 8952.0, 9010.0, 8970.0, 9048.0, 9017.0, 9012.0, 9025.0, 9010.0, 8957.0, 9010.0, 8990.0, 9047.0, 9015.0, 9016.0, 9047.0, 9032.0, 9024.0, 9015.0, 9024.0, 8987.0, 9026.0, 9015.0, 9027.0, 8982.0, 9027.0, 8998.0, 9035.0, 9023.0, 9035.0, 8996.0, 9012.0, 9008.0, 9079.0, 9044.0, 9041.0, 9052.0, 9034.0, 9047.0, 9020.0, 9048.0, 9019.0, 9036.0, 9030.0, 9021.0, 9045.0, 9027.0, 9027.0, 9015.0, 9026.0, 9005.0, 9029.0, 9019.0, 9038.0, 9006.0, 9017.0, 8988.0, 9016.0, 8988.0, 9021.0, 9046.0, 9031.0, 9032.0, 8987.0, 9029.0, 8988.0, 9013.0, 8993.0, 9032.0, 9037.0, 9051.0, 8994.0, 9021.0, 9044.0, 9028.0, 9009.0, 8999.0, 8997.0, 9004.0, 9044.0, 9030.0, 9031.0, 8987.0, 9017.0, 8986.0, 9014.0, 8989.0, 9034.0, 8974.0, 9035.0, 9044.0, 9033.0, 9032.0, 9016.0, 9030.0, 9016.0, 9030.0, 9009.0, 9033.0, 9041.0, 9054.0, 9027.0, 9039.0, 9009.0, 9036.0, 9005.0, 9033.0, 8996.0, 9042.0, 9022.0, 9058.0, 9073.0, 9056.0, 9050.0, 9052.0, 9034.0, 9009.0, 8997.0, 9043.0, 9069.0, 9053.0, 9052.0, 9033.0, 9033.0, 9037.0, 9034.0, 9010.0, 9012.0, 9046.0, 9058.0, 9056.0, 9055.0, 9008.0, 9034.0, 9007.0, 9049.0, 9011.0, 9028.0, 9031.0, 9073.0, 9055.0, 9039.0, 8996.0, 9037.0, 8993.0, 9034.0, 9006.0, 9052.0, 9031.0, 9033.0, 9049.0, 9034.0, 9029.0, 9000.0, 9029.0, 9019.0, 9005.0, 9000.0, 9051.0, 9052.0, 9052.0, 9009.0, 9037.0, 9021.0, 9036.0, 8993.0, 9034.0, 9014.0, 9054.0, 9010.0, 9023.0, 9064.0, 9039.0, 9034.0, 9049.0, 9044.0, 9018.0, 8992.0, 9019.0, 9024.0, 9056.0, 9059.0, 9055.0, 9050.0, 9037.0, 9046.0, 9007.0, 9048.0, 9038.0, 9035.0, 9007.0, 9036.0, 9020.0, 9030.0, 9032.0, 9032.0, 8989.0, 9022.0, 8997.0, 9045.0, 9040.0, 9057.0, 9039.0, 9041.0, 8999.0, 9056.0, 9032.0, 9060.0, 9027.0, 9044.0, 9066.0, 9050.0, 9045.0, 9048.0, 9045.0, 9007.0, 9020.0, 9041.0, 9068.0, 9071.0, 9055.0, 9053.0, 9069.0, 9053.0, 9024.0, 9012.0, 9014.0, 9050.0, 9077.0, 9058.0, 9049.0, 9034.0, 9032.0, 9007.0, 9029.0, 9037.0, 9050.0, 9079.0, 9078.0, 9057.0, 9015.0, 9012.0, 9001.0, 9066.0, 9095.0, 9084.0, 9055.0, 9089.0, 9112.0, 9075.0, 9064.0, 9015.0, 9024.0, 9003.0, 9026.0, 8983.0, 9023.0, 8999.0, 8997.0, 9002.0, 9023.0, 9026.0, 9027.0, 9027.0, 9037.0, 9024.0, 8985.0, 9000.0, 8974.0, 9034.0, 9043.0, 9029.0, 9028.0, 8997.0, 9008.0, 8980.0, 9005.0, 8986.0, 9028.0, 9006.0, 9050.0, 9007.0, 9022.0, 9045.0, 9028.0, 9012.0, 9000.0, 9003.0, 9037.0, 9048.0, 9035.0, 9047.0, 9003.0, 9042.0, 9015.0, 9015.0, 9008.0, 9033.0, 9037.0, 9049.0, 9036.0, 9050.0, 9004.0, 9041.0, 9000.0, 9042.0, 9010.0, 9049.0, 9033.0, 9035.0, 8994.0, 9021.0, 9017.0, 9029.0, 8989.0, 9043.0, 9009.0, 9050.0, 9006.0, 9038.0, 9055.0, 9012.0, 9023.0, 9011.0, 8970.0, 9025.0, 8971.0, 9046.0, 9057.0, 9015.0, 9053.0, 8994.0, 8979.0, 8981.0, 9008.0, 9011.0, 9054.0, 9024.0, 9020.0, 8987.0, 9016.0, 8947.0, 9014.0, 8975.0, 9020.0, 8980.0, 9026.0, 9037.0, 9008.0, 8991.0, 9008.0, 8969.0, 9038.0, 9020.0, 9054.0, 9020.0, 9020.0, 9052.0, 9012.0, 8985.0, 9030.0, 9002.0, 9039.0, 9060.0, 9045.0, 9055.0, 9029.0, 9039.0, 8987.0, 9042.0, 9032.0, 9041.0, 8987.0, 9044.0, 9003.0, 9042.0, 8995.0, 9047.0, 9027.0, 9054.0, 9006.0, 9049.0, 8991.0, 9046.0, 8976.0, 9048.0, 9044.0, 9041.0, 9065.0, 9032.0, 9044.0, 9017.0, 9041.0, 8991.0, 9049.0, 9033.0, 9032.0, 9057.0, 9039.0, 9020.0, 8981.0, 9033.0, 8999.0, 9044.0, 9006.0, 9028.0, 8982.0, 9003.0, 8950.0, 9006.0, 8978.0, 9040.0, 9039.0, 9026.0, 9025.0, 9024.0, 9021.0, 8999.0, 9038.0, 9004.0, 9029.0, 9032.0, 9048.0, 9006.0, 9030.0, 9000.0, 9026.0, 8972.0, 9042.0, 8986.0, 9050.0, 9031.0, 9031.0, 9031.0, 9015.0, 8962.0, 9049.0, 9059.0, 9011.0, 9022.0, 9021.0, 8998.0, 9038.0, 9023.0, 9033.0, 8979.0, 9020.0, 8982.0, 9038.0, 8981.0, 9012.0, 9035.0, 9007.0, 9022.0, 8997.0, 8984.0, 9030.0, 9038.0, 9019.0, 9063.0, 9003.0, 9029.0, 8996.0, 9025.0, 8970.0, 9041.0, 8986.0, 9048.0, 9065.0, 9037.0, 9046.0, 9030.0, 9024.0, 8997.0, 9039.0, 8979.0, 9022.0, 9031.0, 9009.0, 9037.0, 9008.0, 9021.0, 8998.0, 9024.0, 8988.0, 9045.0, 8999.0, 9035.0, 9043.0, 9031.0, 9030.0, 9017.0, 8991.0, 9051.0, 9048.0, 9036.0, 9068.0, 9009.0, 9045.0, 9000.0, 9043.0, 8973.0, 9029.0, 8987.0, 9048.0, 9061.0, 9050.0, 9046.0, 9030.0, 9037.0, 8996.0, 8988.0, 9033.0, 9048.0, 9054.0, 9049.0, 8985.0, 9040.0, 8998.0, 9039.0, 9000.0, 9043.0, 9046.0, 9018.0, 9040.0, 9024.0, 9034.0, 8994.0, 9006.0, 8982.0, 9040.0, 9015.0, 9027.0, 8994.0, 9019.0, 8964.0, 9019.0, 8967.0, 9037.0, 8983.0, 9026.0, 9042.0, 9018.0, 9039.0, 9024.0, 8993.0, 9007.0, 8956.0, 9043.0, 9038.0, 9028.0, 9040.0, 9007.0, 9013.0, 8946.0, 8974.0, 8966.0, 9021.0, 9011.0, 9040.0, 9033.0, 9028.0, 8996.0, 9020.0, 8997.0, 9010.0, 8987.0, 9058.0, 8999.0, 9040.0, 9038.0, 9015.0, 9038.0, 9023.0, 9007.0, 8994.0, 8943.0, 9032.0, 9042.0, 9014.0, 9032.0, 8985.0, 9027.0, 8986.0, 9025.0, 8973.0, 9026.0, 8986.0, 9048.0, 9051.0, 9031.0, 9039.0, 9023.0, 9018.0, 8983.0, 9023.0, 9001.0, 9029.0, 8998.0, 9032.0, 9043.0, 9022.0, 9039.0, 9008.0, 8982.0, 9011.0, 9011.0, 9019.0, 9046.0, 9009.0, 9023.0, 8992.0, 9019.0, 8967.0, 9035.0, 9003.0, 9041.0, 9022.0, 9008.0, 8978.0, 9006.0, 8977.0, 9025.0, 9037.0, 9013.0, 9038.0, 9022.0, 9033.0, 8991.0, 8967.0, 9006.0, 8966.0, 9043.0, 9033.0, 9025.0, 9040.0, 9004.0, 9014.0, 8987.0, 8971.0, 8959.0, 8976.0, 9023.0, 9032.0, 9009.0, 9020.0, 8977.0, 9014.0, 8988.0, 9013.0, 8965.0, 9007.0, 8997.0, 9046.0, 8997.0, 9019.0, 8978.0, 9034.0, 8983.0, 9020.0, 8999.0, 9040.0, 9007.0, 9029.0, 8997.0, 9025.0, 8968.0, 9023.0, 8984.0, 9026.0, 9007.0, 9049.0, 9029.0, 9027.0, 8986.0, 9026.0, 9007.0, 9044.0, 9039.0, 9054.0, 9007.0, 9045.0, 9003.0, 9040.0, 8986.0, 9042.0, 8986.0, 9050.0, 9036.0, 9030.0, 9039.0, 9021.0, 8980.0, 9023.0, 8984.0, 9043.0, 9006.0, 9050.0, 9045.0, 9016.0, 8984.0, 9024.0, 8989.0, 9044.0, 9022.0, 9066.0, 9043.0, 9049.0, 9016.0, 9044.0, 9003.0, 9004.0, 9021.0, 9043.0, 9038.0, 9066.0, 9034.0, 9041.0, 9027.0, 8997.0, 9013.0, 8989.0, 9061.0, 9023.0, 9065.0, 9010.0, 9048.0, 9018.0, 9043.0, 9004.0, 9042.0, 9017.0, 9064.0, 9005.0, 9041.0, 8997.0, 9034.0, 8985.0, 9038.0, 9000.0, 9041.0, 9016.0, 9027.0, 8982.0, 9036.0, 8999.0, 9021.0, 8991.0, 9051.0, 9026.0, 9062.0, 9018.0, 9043.0, 9021.0, 9025.0, 8992.0, 9026.0, 9019.0, 9047.0, 9017.0, 9041.0, 9007.0, 9028.0, 9006.0, 9045.0, 9023.0, 9052.0, 9038.0, 9035.0, 9021.0, 9044.0, 9003.0, 9016.0, 8974.0, 9040.0, 9022.0, 9049.0, 9030.0, 9040.0, 9015.0, 8994.0, 9001.0, 8989.0, 9052.0, 9044.0, 9017.0, 9057.0, 9030.0, 8989.0, 9013.0, 8977.0, 9049.0, 9042.0, 9014.0, 9041.0, 9023.0, 9036.0, 8996.0, 9017.0, 9002.0, 8991.0, 9068.0, 9042.0, 9068.0, 9046.0, 9028.0, 9046.0, 9012.0, 9052.0, 9034.0, 9070.0, 9078.0, 9019.0, 9049.0, 9027.0, 8983.0, 9012.0, 8972.0, 9041.0, 8989.0, 9049.0, 9031.0, 9020.0, 9016.0, 9016.0, 8977.0, 9046.0, 9011.0, 9068.0, 9064.0, 9030.0, 9029.0, 9016.0, 9020.0, 9028.0, 9014.0, 8999.0, 9017.0, 8980.0, 9067.0, 9064.0, 9036.0, 9046.0, 9029.0, 9044.0, 9020.0, 9044.0, 9003.0, 9044.0, 9028.0, 9015.0, 9058.0, 9027.0, 9039.0, 9009.0, 9024.0, 8987.0, 9025.0, 8970.0, 9053.0, 9057.0, 9013.0, 9052.0, 9028.0, 9024.0, 8996.0, 8987.0, 9030.0, 9016.0, 9037.0, 9063.0, 9048.0, 9042.0, 9026.0, 9013.0, 9004.0, 9004.0, 9024.0, 9065.0, 9052.0, 9049.0, 9034.0, 9045.0, 9019.0, 9046.0, 9028.0, 9049.0, 9003.0, 9029.0, 8983.0, 9088.0, 9067.0, 9079.0, 9035.0, 9078.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.001981517786561265</td></tr>
<tr><td colspan=3>aqi</td><td>0.0360231018972332</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.2333739015111</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1507529366693057</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9891696359177207</td></tr>
<tr><td colspan=3>efc</td><td>0.4933</td></tr>
<tr><td colspan=3>fber</td><td>3474.9792</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09802958216464938</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1620553359683794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4792241115856792</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3522109439189207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7303352985400973</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3551260922980197</td></tr>
<tr><td colspan=3>gcor</td><td>0.00417005</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013872705399990082</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03166770190000534</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>4.066378073369112</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.6589</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.6961</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.7951</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299160.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>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.1294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7292</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.7857</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3261.8378</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.6613</td></tr>
<tr><td colspan=3>tsnr</td><td>33.074676275253296</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>