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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:11:6.845000</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.999668, 0.0236609, 0.0101988, -0.0230348, 0.99807, -0.0576638]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100575</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>[4165, -7705, -7240, 520, -14, -100, -28, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d51ab83-046f-4577-a2a4-435c1da7fc7b||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.6820361614227295, -0.061800673604011536, 0.03116740845143795, 115.89987182617188], [-0.06348048895597458, 2.6777496337890625, -0.15500639379024506, -81.59963989257812], [0.027362598106265068, 0.1547078788280487, 2.695366621017456, -65.21788787841797], [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': ['151106.845000', '151107.305000', '151107.765000', '151108.225000', '151108.685000', '151109.145000', '151109.605000', '151110.065000', '151110.525000', '151110.985000', '151111.445000', '151111.905000', '151112.365000', '151112.825000', '151113.285000', '151113.745000', '151114.205000', '151114.665000', '151115.125000', '151115.585000', '151116.045000', '151116.505000', '151116.965000', '151117.425000', '151117.885000', '151118.345000', '151118.805000', '151119.265000', '151119.725000', '151120.185000', '151120.645000', '151121.105000', '151121.565000', '151122.025000', '151122.485000', '151122.945000', '151123.405000', '151123.865000', '151124.325000', '151124.785000', '151125.245000', '151125.705000', '151126.165000', '151126.625000', '151127.085000', '151127.545000', '151128.005000', '151128.465000', '151128.925000', '151129.385000', '151129.845000', '151130.305000', '151130.765000', '151131.225000', '151131.685000', '151132.145000', '151132.605000', '151133.065000', '151133.525000', '151133.985000', '151134.445000', '151134.905000', '151135.365000', '151135.825000', '151136.285000', '151136.745000', '151137.205000', '151137.665000', '151138.125000', '151138.585000', '151139.045000', '151139.505000', '151139.965000', '151140.425000', '151140.885000', '151141.345000', '151141.805000', '151142.265000', '151142.725000', '151143.185000', '151143.645000', '151144.105000', '151144.565000', '151145.025000', '151145.485000', '151145.945000', '151146.405000', '151146.865000', '151147.325000', '151147.785000', '151148.245000', '151148.705000', '151149.165000', '151149.625000', '151150.085000', '151150.545000', '151151.005000', '151151.465000', '151151.925000', '151152.385000', '151152.845000', '151153.305000', '151153.765000', '151154.225000', '151154.685000', '151155.145000', '151155.605000', '151156.065000', '151156.525000', '151156.985000', '151157.445000', '151157.905000', '151158.365000', '151158.825000', '151159.285000', '151159.745000', '151200.205000', '151200.665000', '151201.125000', '151201.585000', '151202.045000', '151202.505000', '151202.965000', '151203.425000', '151203.885000', '151204.345000', '151204.805000', '151205.265000', '151205.725000', '151206.185000', '151206.645000', '151207.105000', '151207.565000', '151208.025000', '151208.485000', '151208.945000', '151209.405000', '151209.865000', '151210.325000', '151210.785000', '151211.245000', '151211.705000', '151212.165000', '151212.625000', '151213.085000', '151213.545000', '151214.005000', '151214.465000', '151214.925000', '151215.385000', '151215.845000', '151216.305000', '151216.765000', '151217.225000', '151217.685000', '151218.145000', '151218.605000', '151219.065000', '151219.525000', '151219.985000', '151220.445000', '151220.905000', '151221.365000', '151221.825000', '151222.285000', '151222.745000', '151223.205000', '151223.665000', '151224.125000', '151224.585000', '151225.045000', '151225.505000', '151225.965000', '151226.425000', '151226.885000', '151227.345000', '151227.805000', '151228.265000', '151228.725000', '151229.185000', '151229.645000', '151230.105000', '151230.565000', '151231.025000', '151231.485000', '151231.945000', '151232.405000', '151232.865000', '151233.325000', '151233.785000', '151234.245000', '151234.705000', '151235.165000', '151235.625000', '151236.085000', '151236.545000', '151237.005000', '151237.465000', '151237.925000', '151238.385000', '151238.845000', '151239.305000', '151239.765000', '151240.225000', '151240.685000', '151241.145000', '151241.605000', '151242.065000', '151242.525000', '151242.985000', '151243.445000', '151243.905000', '151244.365000', '151244.825000', '151245.285000', '151245.745000', '151246.205000', '151246.665000', '151247.125000', '151247.585000', '151248.045000', '151248.505000', '151248.965000', '151249.425000', '151249.885000', '151250.345000', '151250.805000', '151251.265000', '151251.725000', '151252.185000', '151252.645000', '151253.105000', '151253.565000', '151254.025000', '151254.485000', '151254.945000', '151255.405000', '151255.865000', '151256.325000', '151256.785000', '151257.245000', '151257.705000', '151258.165000', '151258.625000', '151259.085000', '151259.545000', '151300.005000', '151300.465000', '151300.925000', '151301.385000', '151301.845000', '151302.305000', '151302.765000', '151303.225000', '151303.685000', '151304.145000', '151304.605000', '151305.065000', '151305.525000', '151305.985000', '151306.445000', '151306.905000', '151307.365000', '151307.825000', '151308.285000', '151308.745000', '151309.205000', '151309.665000', '151310.125000', '151310.585000', '151311.045000', '151311.505000', '151311.965000', '151312.425000', '151312.885000', '151313.345000', '151313.805000', '151314.265000', '151314.725000', '151315.185000', '151315.645000', '151316.105000', '151316.565000', '151317.025000', '151317.485000', '151317.945000', '151318.405000', '151318.865000', '151319.325000', '151319.785000', '151320.245000', '151320.705000', '151321.165000', '151321.625000', '151322.085000', '151322.545000', '151323.005000', '151323.465000', '151323.925000', '151324.385000', '151324.845000', '151325.305000', '151325.765000', '151326.225000', '151326.685000', '151327.145000', '151327.605000', '151328.065000', '151328.525000', '151328.985000', '151329.445000', '151329.905000', '151330.365000', '151330.825000', '151331.285000', '151331.745000', '151332.205000', '151332.665000', '151333.125000', '151333.585000', '151334.045000', '151334.505000', '151334.965000', '151335.425000', '151335.885000', '151336.345000', '151336.805000', '151337.265000', '151337.725000', '151338.185000', '151338.645000', '151339.105000', '151339.565000', '151340.025000', '151340.485000', '151340.945000', '151341.405000', '151341.865000', '151342.325000', '151342.785000', '151343.245000', '151343.705000', '151344.165000', '151344.625000', '151345.085000', '151345.545000', '151346.005000', '151346.465000', '151346.925000', '151347.385000', '151347.845000', '151348.305000', '151348.765000', '151349.225000', '151349.685000', '151350.145000', '151350.605000', '151351.065000', '151351.525000', '151351.985000', '151352.445000', '151352.905000', '151353.365000', '151353.825000', '151354.285000', '151354.745000', '151355.205000', '151355.665000', '151356.125000', '151356.585000', '151357.045000', '151357.505000', '151357.965000', '151358.425000', '151358.885000', '151359.345000', '151359.805000', '151400.265000', '151400.725000', '151401.185000', '151401.645000', '151402.105000', '151402.565000', '151403.025000', '151403.485000', '151403.945000', '151404.405000', '151404.865000', '151405.325000', '151405.785000', '151406.245000', '151406.705000', '151407.165000', '151407.625000', '151408.085000', '151408.545000', '151409.005000', '151409.465000', '151409.925000', '151410.385000', '151410.845000', '151411.305000', '151411.765000', '151412.225000', '151412.685000', '151413.145000', '151413.605000', '151414.065000', '151414.525000', '151414.985000', '151415.445000', '151415.905000', '151416.365000', '151416.825000', '151417.285000', '151417.745000', '151418.205000', '151418.665000', '151419.125000', '151419.585000', '151420.045000', '151420.505000', '151420.965000', '151421.425000', '151421.885000', '151422.345000', '151422.805000', '151423.265000', '151423.725000', '151424.185000', '151424.645000', '151425.105000', '151425.565000', '151426.025000', '151426.485000', '151426.945000', '151427.405000', '151427.865000', '151428.325000', '151428.785000', '151429.245000', '151429.705000', '151430.165000', '151430.625000', '151431.085000', '151431.545000', '151432.005000', '151432.465000', '151432.925000', '151433.385000', '151433.845000', '151434.305000', '151434.765000', '151435.225000', '151435.685000', '151436.145000', '151436.605000', '151437.065000', '151437.525000', '151437.985000', '151438.445000', '151438.905000', '151439.365000', '151439.825000', '151440.285000', '151440.745000', '151441.205000', '151441.665000', '151442.125000', '151442.585000', '151443.045000', '151443.505000', '151443.965000', '151444.425000', '151444.885000', '151445.345000', '151445.805000', '151446.265000', '151446.725000', '151447.185000', '151447.645000', '151448.105000', '151448.565000', '151449.025000', '151449.485000', '151449.945000', '151450.405000', '151450.865000', '151451.325000', '151451.785000', '151452.245000', '151452.705000', '151453.165000', '151453.625000', '151454.085000', '151454.545000', '151455.005000', '151455.465000', '151455.925000', '151456.385000', '151456.845000', '151457.305000', '151457.765000', '151458.225000', '151458.685000', '151459.145000', '151459.605000', '151500.065000', '151500.525000', '151500.985000', '151501.445000', '151501.905000', '151502.365000', '151502.825000', '151503.285000', '151503.745000', '151504.205000', '151504.665000', '151505.125000', '151505.585000', '151506.045000', '151506.505000', '151506.965000', '151507.425000', '151507.885000', '151508.345000', '151508.805000', '151509.265000', '151509.725000', '151510.185000', '151510.645000', '151511.105000', '151511.565000', '151512.025000', '151512.485000', '151512.945000', '151513.405000', '151513.865000', '151514.325000', '151514.785000', '151515.245000', '151515.705000', '151516.165000', '151516.625000', '151517.085000', '151517.545000', '151518.005000', '151518.465000', '151518.925000', '151519.385000', '151519.845000', '151520.305000', '151520.765000', '151521.225000', '151521.685000', '151522.145000', '151522.605000', '151523.065000', '151523.525000', '151523.985000', '151524.445000', '151524.905000', '151525.365000', '151525.825000', '151526.285000', '151526.745000', '151527.205000', '151527.665000', '151528.125000', '151528.585000', '151529.045000', '151529.505000', '151529.965000', '151530.425000', '151530.885000', '151531.345000', '151531.805000', '151532.265000', '151532.725000', '151533.185000', '151533.645000', '151534.105000', '151534.565000', '151535.025000', '151535.485000', '151535.945000', '151536.405000', '151536.865000', '151537.325000', '151537.785000', '151538.245000', '151538.705000', '151539.165000', '151539.625000', '151540.085000', '151540.545000', '151541.005000', '151541.465000', '151541.925000', '151542.385000', '151542.845000', '151543.305000', '151543.765000', '151544.225000', '151544.685000', '151545.145000', '151545.605000', '151546.065000', '151546.525000', '151546.985000', '151547.445000', '151547.905000', '151548.365000', '151548.825000', '151549.285000', '151549.745000', '151550.205000', '151550.665000', '151551.125000', '151551.585000', '151552.045000', '151552.505000', '151552.965000', '151553.425000', '151553.885000', '151554.345000', '151554.805000', '151555.265000', '151555.725000', '151556.185000', '151556.645000', '151557.105000', '151557.565000', '151558.025000', '151558.485000', '151558.945000', '151559.405000', '151559.865000', '151600.325000', '151600.785000', '151601.245000', '151601.705000', '151602.165000', '151602.625000', '151603.085000', '151603.545000', '151604.005000', '151604.465000', '151604.925000', '151605.385000', '151605.845000', '151606.305000', '151606.765000', '151607.225000', '151607.685000', '151608.145000', '151608.605000', '151609.065000', '151609.525000', '151609.985000', '151610.445000', '151610.905000', '151611.365000', '151611.825000', '151612.285000', '151612.745000', '151613.205000', '151613.665000', '151614.125000', '151614.585000', '151615.045000', '151615.505000', '151615.965000', '151616.425000', '151616.885000', '151617.345000', '151617.805000', '151618.265000', '151618.725000', '151619.185000', '151619.645000', '151620.105000', '151620.565000', '151621.025000', '151621.485000', '151621.945000', '151622.405000', '151622.865000', '151623.325000', '151623.785000', '151624.245000', '151624.705000', '151625.165000', '151625.625000', '151626.085000', '151626.545000', '151627.005000', '151627.465000', '151627.925000', '151628.385000', '151628.845000', '151629.305000', '151629.765000', '151630.225000', '151630.685000', '151631.145000', '151631.605000', '151632.065000', '151632.525000', '151632.985000', '151633.445000', '151633.905000', '151634.365000', '151634.825000', '151635.285000', '151635.745000', '151636.205000', '151636.665000', '151637.125000', '151637.585000', '151638.045000', '151638.505000', '151638.965000', '151639.425000', '151639.885000', '151640.345000', '151640.805000', '151641.265000', '151641.725000', '151642.185000', '151642.645000', '151643.105000', '151643.565000', '151644.025000', '151644.485000', '151644.945000', '151645.405000', '151645.865000', '151646.325000', '151646.785000', '151647.245000', '151647.705000', '151648.165000', '151648.625000', '151649.085000', '151649.545000', '151650.005000', '151650.465000', '151650.925000', '151651.385000', '151651.845000', '151652.305000', '151652.765000', '151653.225000', '151653.685000', '151654.145000', '151654.605000', '151655.065000', '151655.525000', '151655.985000', '151656.445000', '151656.905000', '151657.365000', '151657.825000', '151658.285000', '151658.745000', '151659.205000', '151659.665000', '151700.125000', '151700.585000', '151701.045000', '151701.505000', '151701.965000', '151702.425000', '151702.885000', '151703.345000', '151703.805000', '151704.265000', '151704.725000', '151705.185000', '151705.645000', '151706.105000', '151706.565000', '151707.025000', '151707.485000', '151707.945000', '151708.405000', '151708.865000', '151709.325000', '151709.785000', '151710.245000', '151710.705000', '151711.165000', '151711.625000', '151712.085000', '151712.545000', '151713.005000', '151713.465000', '151713.925000', '151714.385000', '151714.845000', '151715.305000', '151715.765000', '151716.225000', '151716.685000', '151717.145000', '151717.605000', '151718.065000', '151718.525000', '151718.985000', '151719.445000', '151719.905000', '151720.365000', '151720.825000', '151721.285000', '151721.745000', '151722.205000', '151722.665000', '151723.125000', '151723.585000', '151724.045000', '151724.505000', '151724.965000', '151725.425000', '151725.885000', '151726.345000', '151726.805000', '151727.265000', '151727.725000', '151728.185000', '151728.645000', '151729.105000', '151729.565000', '151730.025000', '151730.485000', '151730.945000', '151731.405000', '151731.865000', '151732.325000', '151732.785000', '151733.245000', '151733.705000', '151734.165000', '151734.625000', '151735.085000', '151735.545000', '151736.005000', '151736.465000', '151736.925000', '151737.385000', '151737.845000', '151738.305000', '151738.765000', '151739.225000', '151739.685000', '151740.145000', '151740.605000', '151741.065000', '151741.525000', '151741.985000', '151742.445000', '151742.905000', '151743.365000', '151743.825000', '151744.285000', '151744.745000', '151745.205000', '151745.665000', '151746.125000', '151746.585000', '151747.045000', '151747.505000', '151747.965000', '151748.425000', '151748.885000', '151749.345000', '151749.805000', '151750.265000', '151750.725000', '151751.185000', '151751.645000', '151752.105000', '151752.565000', '151753.025000', '151753.485000', '151753.945000', '151754.405000', '151754.865000', '151755.325000', '151755.785000', '151756.245000', '151756.705000', '151757.165000', '151757.625000', '151758.085000', '151758.545000', '151759.005000', '151759.465000', '151759.925000', '151800.385000', '151800.845000', '151801.305000', '151801.765000', '151802.225000', '151802.685000', '151803.145000', '151803.605000', '151804.065000', '151804.525000', '151804.985000', '151805.445000', '151805.905000', '151806.365000', '151806.825000', '151807.285000', '151807.745000', '151808.205000', '151808.665000', '151809.125000', '151809.585000', '151810.045000', '151810.505000', '151810.965000', '151811.425000', '151811.885000', '151812.345000', '151812.805000', '151813.265000', '151813.725000', '151814.185000', '151814.645000', '151815.105000', '151815.565000', '151816.025000', '151816.485000', '151816.945000', '151817.405000', '151817.865000', '151818.325000', '151818.785000', '151819.245000', '151819.705000', '151820.165000', '151820.625000', '151821.085000', '151821.545000', '151822.005000', '151822.465000', '151822.925000', '151823.385000', '151823.845000', '151824.305000', '151824.765000', '151825.225000', '151825.685000', '151826.145000', '151826.605000', '151827.065000', '151827.525000', '151827.985000', '151828.445000', '151828.905000', '151829.365000', '151829.825000', '151830.285000', '151830.745000', '151831.205000', '151831.665000', '151832.125000', '151832.585000', '151833.045000', '151833.505000', '151833.965000', '151834.425000', '151834.885000', '151835.345000', '151835.805000', '151836.265000', '151836.725000', '151837.185000', '151837.645000', '151838.105000', '151838.565000', '151839.025000', '151839.485000', '151839.945000', '151840.405000', '151840.865000', '151841.325000', '151841.785000', '151842.245000', '151842.705000', '151843.165000', '151843.625000', '151844.085000', '151844.545000', '151845.005000', '151845.465000', '151845.925000', '151846.385000', '151846.845000', '151847.305000', '151847.765000', '151848.225000', '151848.685000', '151849.145000', '151849.605000', '151850.065000', '151850.525000', '151850.985000', '151851.445000', '151851.905000', '151852.365000', '151852.825000', '151853.285000', '151853.745000', '151854.205000', '151854.665000', '151855.125000', '151855.585000', '151856.045000', '151856.505000', '151856.965000', '151857.425000', '151857.885000', '151858.345000', '151858.805000', '151859.265000', '151859.725000', '151900.185000', '151900.645000', '151901.105000', '151901.565000', '151902.025000', '151902.485000', '151902.945000', '151903.405000', '151903.865000', '151904.325000', '151904.785000', '151905.245000', '151905.705000', '151906.165000', '151906.625000', '151907.085000', '151907.545000', '151908.005000', '151908.465000', '151908.925000', '151909.385000', '151909.845000', '151910.305000', '151910.765000', '151911.225000', '151911.685000', '151912.145000', '151912.605000', '151913.065000', '151913.525000', '151913.985000', '151914.445000', '151914.905000', '151915.365000', '151915.825000', '151916.285000', '151916.745000', '151917.205000', '151917.665000', '151918.125000', '151918.585000', '151919.045000', '151919.505000', '151919.965000', '151920.425000', '151920.885000', '151921.345000', '151921.805000', '151922.265000', '151922.725000', '151923.185000', '151923.645000', '151924.105000', '151924.565000', '151925.025000', '151925.485000', '151925.945000', '151926.405000', '151926.865000', '151927.325000', '151927.785000', '151928.245000', '151928.705000', '151929.165000', '151929.625000', '151930.085000', '151930.545000', '151931.005000', '151931.465000', '151931.925000', '151932.385000', '151932.845000', '151933.305000', '151933.765000', '151934.225000', '151934.685000', '151935.145000', '151935.605000', '151936.065000', '151936.525000', '151936.985000', '151937.445000', '151937.905000', '151938.365000', '151938.825000', '151939.285000', '151939.745000', '151940.205000', '151940.665000', '151941.125000', '151941.585000', '151942.045000', '151942.505000', '151942.965000', '151943.425000', '151943.885000', '151944.345000', '151944.805000', '151945.265000', '151945.725000', '151946.185000', '151946.645000', '151947.105000', '151947.565000', '151948.025000', '151948.485000', '151948.945000', '151949.405000', '151949.865000', '151950.325000', '151950.785000', '151951.245000', '151951.705000', '151952.165000', '151952.625000', '151953.085000', '151953.545000', '151954.005000', '151954.465000', '151954.925000', '151955.385000', '151955.845000', '151956.305000', '151956.765000', '151957.225000', '151957.685000', '151958.145000', '151958.605000', '151959.065000', '151959.525000', '151959.985000', '152000.445000', '152000.905000', '152001.365000', '152001.825000', '152002.285000', '152002.745000', '152003.205000', '152003.665000', '152004.125000', '152004.585000', '152005.045000', '152005.505000', '152005.965000', '152006.425000', '152006.885000', '152007.345000', '152007.805000', '152008.265000', '152008.725000', '152009.185000', '152009.645000', '152010.105000', '152010.565000', '152011.025000', '152011.485000', '152011.945000', '152012.405000', '152012.865000', '152013.325000', '152013.785000', '152014.245000', '152014.705000', '152015.165000', '152015.625000', '152016.085000', '152016.545000', '152017.005000', '152017.465000', '152017.925000', '152018.385000', '152018.845000', '152019.305000', '152019.765000', '152020.225000', '152020.685000', '152021.145000', '152021.605000', '152022.065000', '152022.525000', '152022.985000', '152023.445000', '152023.905000', '152024.365000', '152024.825000', '152025.285000', '152025.745000', '152026.205000', '152026.665000', '152027.125000', '152027.585000', '152028.045000', '152028.505000', '152028.965000', '152029.425000', '152029.885000', '152030.345000', '152030.805000', '152031.265000', '152031.725000', '152032.185000', '152032.645000', '152033.105000', '152033.565000', '152034.025000', '152034.485000', '152034.945000', '152035.405000', '152035.865000', '152036.325000', '152036.785000', '152037.245000', '152037.705000', '152038.165000', '152038.625000', '152039.085000', '152039.545000', '152040.005000', '152040.465000', '152040.925000', '152041.385000', '152041.845000', '152042.305000', '152042.765000', '152043.225000', '152043.685000', '152044.145000', '152044.605000', '152045.065000', '152045.525000', '152045.985000', '152046.445000', '152046.905000', '152047.365000', '152047.825000', '152048.285000', '152048.745000', '152049.205000', '152049.665000'], 'ContentTime': ['151118.493000', '151118.496000', '151118.499000', '151118.501000', '151118.504000', '151118.506000', '151118.509000', '151118.511000', '151118.514000', '151118.528000', '151118.531000', '151118.533000', '151118.536000', '151118.538000', '151118.541000', '151118.543000', '151118.546000', '151118.548000', '151118.551000', '151118.553000', '151118.556000', '151118.559000', '151118.561000', '151138.444000', '151138.446000', '151138.449000', '151138.452000', '151138.454000', '151138.457000', '151138.459000', '151138.462000', '151138.464000', '151138.467000', '151138.470000', '151138.472000', '151138.475000', '151138.481000', '151138.484000', '151138.487000', '151138.489000', '151138.492000', '151138.494000', '151138.497000', '151138.499000', '151138.502000', '151138.505000', '151138.507000', '151138.510000', '151138.512000', '151138.515000', '151138.517000', '151138.520000', '151138.522000', '151138.525000', '151138.528000', '151138.530000', '151138.533000', '151138.535000', '151138.538000', '151138.541000', '151138.543000', '151138.546000', '151138.548000', '151138.551000', '151138.553000', '151138.556000', '151138.559000', '151158.442000', '151158.445000', '151158.448000', '151158.451000', '151158.453000', '151158.456000', '151158.458000', '151158.461000', '151158.463000', '151158.466000', '151158.469000', '151158.471000', '151158.474000', '151158.476000', '151158.479000', '151158.481000', '151158.484000', '151158.487000', '151158.489000', '151158.492000', '151158.494000', '151158.497000', '151158.499000', '151158.502000', '151158.504000', '151158.507000', '151158.510000', '151158.512000', '151158.515000', '151158.517000', '151158.520000', '151158.522000', '151158.525000', '151158.528000', '151158.530000', '151158.533000', '151158.535000', '151158.538000', '151158.540000', '151158.543000', '151158.545000', '151158.552000', '151158.555000', '151218.443000', '151218.445000', '151218.460000', '151218.463000', '151218.465000', '151218.468000', '151218.470000', '151218.473000', '151218.475000', '151218.478000', '151218.481000', '151218.483000', '151218.486000', '151218.488000', '151218.491000', '151218.493000', '151218.496000', '151218.499000', '151218.501000', '151218.504000', '151218.506000', '151218.509000', '151218.511000', '151218.514000', '151218.516000', '151218.519000', '151218.522000', '151218.524000', '151218.527000', '151218.529000', '151218.532000', '151218.535000', '151218.537000', '151218.540000', '151218.542000', '151218.545000', '151218.547000', '151218.550000', '151218.553000', '151218.555000', '151218.558000', '151218.560000', '151218.563000', '151238.443000', '151238.445000', '151238.448000', '151238.451000', '151238.453000', '151238.456000', '151238.458000', '151238.461000', '151238.464000', '151238.466000', '151238.469000', '151238.471000', '151238.474000', '151238.476000', '151238.479000', '151238.482000', '151238.484000', '151238.487000', '151238.489000', '151238.492000', '151238.495000', '151238.497000', '151238.500000', '151238.502000', '151238.505000', '151238.508000', '151238.510000', '151238.513000', '151238.515000', '151238.518000', '151238.521000', '151238.523000', '151238.526000', '151238.528000', '151238.531000', '151238.534000', '151238.536000', '151238.539000', '151238.541000', '151238.544000', '151238.546000', '151238.549000', '151238.552000', '151238.554000', '151258.443000', '151258.445000', '151258.448000', '151258.450000', '151258.453000', '151258.456000', '151258.458000', '151258.461000', '151258.463000', '151258.466000', '151258.469000', '151258.471000', '151258.474000', '151258.476000', '151258.479000', '151258.481000', '151258.484000', '151258.486000', '151258.489000', '151258.492000', '151258.494000', '151258.497000', '151258.499000', '151258.502000', '151258.504000', '151258.507000', '151258.509000', '151258.512000', '151258.515000', '151258.517000', '151258.520000', '151258.522000', '151258.525000', '151258.527000', '151258.530000', '151258.533000', '151258.535000', '151258.538000', '151258.540000', '151258.543000', '151258.545000', '151258.548000', '151258.550000', '151258.553000', '151318.444000', '151318.446000', '151318.449000', '151318.452000', '151318.454000', '151318.457000', '151318.459000', '151318.462000', '151318.464000', '151318.467000', '151318.470000', '151318.472000', '151318.475000', '151318.477000', '151318.480000', '151318.483000', '151318.485000', '151318.488000', '151318.490000', '151318.493000', '151318.495000', '151318.498000', '151318.501000', '151318.503000', '151318.506000', '151318.508000', '151318.511000', '151318.513000', '151318.516000', '151318.519000', '151318.521000', '151318.524000', '151318.526000', '151318.529000', '151318.531000', '151318.534000', '151318.537000', '151318.539000', '151318.542000', '151318.545000', '151318.547000', '151318.550000', '151318.552000', '151338.443000', '151338.446000', '151338.449000', '151338.451000', '151338.454000', '151338.456000', '151338.459000', '151338.461000', '151338.464000', '151338.467000', '151338.469000', '151338.472000', '151338.474000', '151338.477000', '151338.481000', '151338.484000', '151338.486000', '151338.489000', '151338.491000', '151338.494000', '151338.497000', '151338.499000', '151338.502000', '151338.504000', '151338.507000', '151338.509000', '151338.512000', '151338.515000', '151338.517000', '151338.520000', '151338.522000', '151338.525000', '151338.528000', '151338.530000', '151338.533000', '151338.535000', '151338.538000', '151338.541000', '151338.543000', '151338.546000', '151338.548000', '151338.561000', '151338.563000', '151338.566000', '151358.444000', '151358.446000', '151358.450000', '151358.453000', '151358.455000', '151358.458000', '151358.461000', '151358.463000', '151358.466000', '151358.468000', '151358.471000', '151358.474000', '151358.476000', '151358.479000', '151358.481000', '151358.484000', '151358.487000', '151358.489000', '151358.492000', '151358.494000', '151358.497000', '151358.499000', '151358.502000', '151358.505000', '151358.507000', '151358.510000', '151358.512000', '151358.515000', '151358.518000', '151358.520000', '151358.523000', '151358.525000', '151358.528000', '151358.531000', '151358.533000', '151358.536000', '151358.538000', '151358.541000', '151358.543000', '151358.546000', '151358.549000', '151358.551000', '151418.442000', '151418.445000', '151418.448000', '151418.450000', '151418.453000', '151418.455000', '151418.458000', '151418.461000', '151418.464000', '151418.467000', '151418.470000', '151418.473000', '151418.475000', '151418.478000', '151418.481000', '151418.484000', '151418.486000', '151418.489000', '151418.492000', '151418.494000', '151418.497000', '151418.500000', '151418.502000', '151418.505000', '151418.507000', '151418.510000', '151418.513000', '151418.515000', '151418.518000', '151418.521000', '151418.523000', '151418.526000', '151418.528000', '151418.531000', '151418.534000', '151418.536000', '151418.539000', '151418.541000', '151418.544000', '151418.547000', '151418.549000', '151418.552000', '151418.554000', '151418.557000', '151438.442000', '151438.445000', '151438.448000', '151438.451000', '151438.453000', '151438.456000', '151438.458000', '151438.461000', '151438.464000', '151438.466000', '151438.469000', '151438.471000', '151438.474000', '151438.477000', '151438.479000', '151438.482000', '151438.484000', '151438.487000', '151438.490000', '151438.492000', '151438.495000', '151438.498000', '151438.500000', '151438.503000', '151438.505000', '151438.508000', '151438.510000', '151438.513000', '151438.516000', '151438.518000', '151438.521000', '151438.524000', '151438.526000', '151438.529000', '151438.531000', '151438.534000', '151438.536000', '151438.539000', '151438.547000', '151438.550000', '151438.552000', '151438.555000', '151438.558000', '151438.560000', '151458.443000', '151458.445000', '151458.448000', '151458.451000', '151458.453000', '151458.456000', '151458.458000', '151458.461000', '151458.463000', '151458.466000', '151458.469000', '151458.471000', '151458.474000', '151458.476000', '151458.479000', '151458.482000', '151458.484000', '151458.487000', '151458.490000', '151458.493000', '151458.496000', '151458.499000', '151458.502000', '151458.504000', '151458.507000', '151458.509000', '151458.512000', '151458.515000', '151458.518000', '151458.522000', '151458.524000', '151458.527000', '151458.530000', '151458.532000', '151458.535000', '151458.537000', '151458.540000', '151458.542000', '151458.545000', '151458.548000', '151458.550000', '151458.553000', '151458.555000', '151518.442000', '151518.445000', '151518.448000', '151518.450000', '151518.453000', '151518.456000', '151518.458000', '151518.461000', '151518.463000', '151518.466000', '151518.468000', '151518.471000', '151518.474000', '151518.476000', '151518.479000', '151518.481000', '151518.484000', '151518.487000', '151518.489000', '151518.492000', '151518.494000', '151518.497000', '151518.499000', '151518.532000', '151518.534000', '151518.537000', '151518.540000', '151518.542000', '151518.545000', '151518.547000', '151518.550000', '151518.552000', '151518.555000', '151518.558000', '151518.560000', '151518.563000', '151518.565000', '151518.568000', '151518.571000', '151518.573000', '151518.576000', '151518.578000', '151518.581000', '151518.583000', '151538.444000', '151538.446000', '151538.449000', '151538.452000', '151538.454000', '151538.457000', '151538.459000', '151538.462000', '151538.465000', '151538.467000', '151538.470000', '151538.472000', '151538.475000', '151538.477000', '151538.480000', '151538.483000', '151538.485000', '151538.488000', '151538.490000', '151538.493000', '151538.495000', '151538.498000', '151538.501000', '151538.503000', '151538.506000', '151538.508000', '151538.511000', '151538.514000', '151538.516000', '151538.519000', '151538.521000', '151538.524000', '151538.527000', '151538.529000', '151538.532000', '151538.534000', '151538.537000', '151538.540000', '151538.542000', '151538.545000', '151538.547000', '151538.550000', '151538.553000', '151558.444000', '151558.446000', '151558.449000', '151558.452000', '151558.454000', '151558.457000', '151558.467000', '151558.470000', '151558.472000', '151558.475000', '151558.477000', '151558.480000', '151558.482000', '151558.485000', '151558.487000', '151558.490000', '151558.493000', '151558.495000', '151558.498000', '151558.500000', '151558.503000', '151558.506000', '151558.508000', '151558.511000', '151558.513000', '151558.516000', '151558.518000', '151558.521000', '151558.524000', '151558.526000', '151558.529000', '151558.531000', '151558.534000', '151558.537000', '151558.539000', '151558.542000', '151558.544000', '151558.547000', '151558.550000', '151558.552000', '151558.555000', '151558.558000', '151558.560000', '151558.563000', '151618.444000', '151618.446000', '151618.449000', '151618.452000', '151618.454000', '151618.457000', '151618.459000', '151618.462000', '151618.464000', '151618.467000', '151618.470000', '151618.472000', '151618.475000', '151618.477000', '151618.480000', '151618.483000', '151618.485000', '151618.488000', '151618.490000', '151618.493000', '151618.496000', '151618.498000', '151618.501000', '151618.504000', '151618.506000', '151618.509000', '151618.512000', '151618.514000', '151618.517000', '151618.520000', '151618.522000', '151618.525000', '151618.527000', '151618.530000', '151618.533000', '151618.535000', '151618.538000', '151618.540000', '151618.543000', '151618.546000', '151618.548000', '151618.551000', '151618.553000', '151638.442000', '151638.445000', '151638.448000', '151638.451000', '151638.453000', '151638.456000', '151638.458000', '151638.461000', '151638.464000', '151638.466000', '151638.469000', '151638.471000', '151638.474000', '151638.477000', '151638.479000', '151638.482000', '151638.484000', '151638.487000', '151638.490000', '151638.492000', '151638.495000', '151638.497000', '151638.500000', '151638.503000', '151638.505000', '151638.510000', '151638.512000', '151638.515000', '151638.517000', '151638.520000', '151638.523000', '151638.526000', '151638.528000', '151638.531000', '151638.540000', '151638.543000', '151638.545000', '151638.548000', '151638.550000', '151638.553000', '151638.555000', '151638.558000', '151638.561000', '151638.563000', '151658.442000', '151658.445000', '151658.448000', '151658.451000', '151658.453000', '151658.456000', '151658.458000', '151658.461000', '151658.464000', '151658.466000', '151658.469000', '151658.472000', '151658.474000', '151658.477000', '151658.479000', '151658.482000', '151658.484000', '151658.487000', '151658.489000', '151658.492000', '151658.495000', '151658.497000', '151658.500000', '151658.502000', '151658.505000', '151658.507000', '151658.510000', '151658.513000', '151658.516000', '151658.519000', '151658.522000', '151658.524000', '151658.527000', '151658.530000', '151658.532000', '151658.535000', '151658.537000', '151658.540000', '151658.542000', '151658.545000', '151658.547000', '151658.550000', '151658.553000', '151718.443000', '151718.445000', '151718.448000', '151718.451000', '151718.453000', '151718.456000', '151718.458000', '151718.461000', '151718.463000', '151718.466000', '151718.468000', '151718.471000', '151718.474000', '151718.476000', '151718.479000', '151718.481000', '151718.484000', '151718.486000', '151718.489000', '151718.492000', '151718.494000', '151718.497000', '151718.499000', '151718.502000', '151718.504000', '151718.507000', '151718.510000', '151718.512000', '151718.515000', '151718.517000', '151718.520000', '151718.522000', '151718.525000', '151718.528000', '151718.538000', '151718.541000', '151718.543000', '151718.546000', '151718.548000', '151718.551000', '151718.554000', '151718.556000', '151718.559000', '151718.561000', '151738.443000', '151738.445000', '151738.448000', '151738.451000', '151738.453000', '151738.456000', '151738.458000', '151738.461000', '151738.463000', '151738.466000', '151738.469000', '151738.471000', '151738.474000', '151738.476000', '151738.479000', '151738.481000', '151738.484000', '151738.487000', '151738.489000', '151738.492000', '151738.494000', '151738.497000', '151738.499000', '151738.502000', '151738.505000', '151738.507000', '151738.510000', '151738.512000', '151738.515000', '151738.517000', '151738.520000', '151738.523000', '151738.526000', '151738.528000', '151738.531000', '151738.534000', '151738.536000', '151738.539000', '151738.541000', '151738.544000', '151738.546000', '151738.549000', '151738.552000', '151758.443000', '151758.446000', '151758.449000', '151758.452000', '151758.454000', '151758.457000', '151758.459000', '151758.462000', '151758.464000', '151758.467000', '151758.470000', '151758.494000', '151758.496000', '151758.499000', '151758.502000', '151758.504000', '151758.507000', '151758.509000', '151758.512000', '151758.514000', '151758.517000', '151758.520000', '151758.522000', '151758.525000', '151758.527000', '151758.530000', '151758.532000', '151758.535000', '151758.538000', '151758.540000', '151758.543000', '151758.545000', '151758.548000', '151758.551000', '151758.553000', '151758.556000', '151758.558000', '151758.561000', '151758.563000', '151758.566000', '151758.568000', '151758.571000', '151758.574000', '151758.576000', '151818.451000', '151818.454000', '151818.456000', '151818.459000', '151818.462000', '151818.464000', '151818.467000', '151818.469000', '151818.472000', '151818.475000', '151818.477000', '151818.480000', '151818.482000', '151818.485000', '151818.487000', '151818.490000', '151818.493000', '151818.495000', '151818.498000', '151818.500000', '151818.503000', '151818.506000', '151818.508000', '151818.511000', '151818.513000', '151818.516000', '151818.519000', '151818.521000', '151818.524000', '151818.526000', '151818.529000', '151818.532000', '151818.534000', '151818.537000', '151818.539000', '151818.542000', '151818.544000', '151818.547000', '151818.549000', '151818.552000', '151818.555000', '151818.557000', '151818.560000', '151838.443000', '151838.446000', '151838.449000', '151838.452000', '151838.455000', '151838.457000', '151838.460000', '151838.462000', '151838.465000', '151838.468000', '151838.470000', '151838.473000', '151838.475000', '151838.478000', '151838.481000', '151838.483000', '151838.486000', '151838.488000', '151838.491000', '151838.494000', '151838.496000', '151838.499000', '151838.501000', '151838.504000', '151838.506000', '151838.509000', '151838.512000', '151838.514000', '151838.517000', '151838.520000', '151838.522000', '151838.525000', '151838.527000', '151838.530000', '151838.532000', '151838.535000', '151838.538000', '151838.540000', '151838.543000', '151838.545000', '151838.548000', '151838.550000', '151838.553000', '151838.556000', '151858.443000', '151858.446000', '151858.448000', '151858.451000', '151858.453000', '151858.456000', '151858.459000', '151858.461000', '151858.464000', '151858.466000', '151858.469000', '151858.471000', '151858.474000', '151858.477000', '151858.480000', '151858.482000', '151858.485000', '151858.487000', '151858.490000', '151858.492000', '151858.495000', '151858.497000', '151858.500000', '151858.503000', '151858.505000', '151858.508000', '151858.535000', '151858.538000', '151858.540000', '151858.543000', '151858.545000', '151858.548000', '151858.551000', '151858.553000', '151858.556000', '151858.558000', '151858.561000', '151858.563000', '151858.566000', '151858.569000', '151858.571000', '151858.574000', '151858.576000', '151918.443000', '151918.445000', '151918.448000', '151918.450000', '151918.453000', '151918.456000', '151918.458000', '151918.461000', '151918.463000', '151918.466000', '151918.468000', '151918.471000', '151918.474000', '151918.476000', '151918.479000', '151918.481000', '151918.484000', '151918.487000', '151918.489000', '151918.492000', '151918.494000', '151918.497000', '151918.500000', '151918.502000', '151918.505000', '151918.508000', '151918.510000', '151918.513000', '151918.515000', '151918.518000', '151918.521000', '151918.523000', '151918.526000', '151918.528000', '151918.531000', '151918.533000', '151918.536000', '151918.539000', '151918.541000', '151918.544000', '151918.546000', '151918.549000', '151918.552000', '151918.554000', '151938.443000', '151938.445000', '151938.448000', '151938.451000', '151938.453000', '151938.456000', '151938.458000', '151938.461000', '151938.464000', '151938.466000', '151938.469000', '151938.472000', '151938.474000', '151938.477000', '151938.479000', '151938.482000', '151938.484000', '151938.487000', '151938.490000', '151938.492000', '151938.495000', '151938.497000', '151938.500000', '151938.503000', '151938.505000', '151938.508000', '151938.511000', '151938.513000', '151938.516000', '151938.518000', '151938.521000', '151938.523000', '151938.526000', '151938.529000', '151938.531000', '151938.534000', '151938.536000', '151938.539000', '151938.541000', '151938.544000', '151938.547000', '151938.549000', '151938.552000', '151958.442000', '151958.445000', '151958.448000', '151958.450000', '151958.453000', '151958.456000', '151958.458000', '151958.461000', '151958.463000', '151958.466000', '151958.468000', '151958.471000', '151958.474000', '151958.476000', '151958.479000', '151958.481000', '151958.484000', '151958.487000', '151958.489000', '151958.492000', '151958.495000', '151958.497000', '151958.500000', '151958.502000', '151958.506000', '151958.509000', '151958.512000', '151958.515000', '151958.517000', '151958.520000', '151958.522000', '151958.525000', '151958.528000', '151958.530000', '151958.533000', '151958.535000', '151958.538000', '151958.541000', '151958.543000', '151958.546000', '151958.549000', '151958.551000', '151958.554000', '152018.444000', '152018.446000', '152018.449000', '152018.452000', '152018.454000', '152018.457000', '152018.459000', '152018.462000', '152018.464000', '152018.467000', '152018.470000', '152018.472000', '152018.475000', '152018.477000', '152018.480000', '152018.483000', '152018.485000', '152018.488000', '152018.490000', '152018.493000', '152018.496000', '152018.498000', '152018.501000', '152018.503000', '152018.506000', '152018.509000', '152018.511000', '152018.514000', '152018.516000', '152018.519000', '152018.522000', '152018.524000', '152018.527000', '152018.529000', '152018.532000', '152018.535000', '152018.537000', '152018.540000', '152018.542000', '152018.545000', '152018.547000', '152018.550000', '152018.553000', '152018.555000', '152038.444000', '152038.447000', '152038.449000', '152038.452000', '152038.454000', '152038.457000', '152038.460000', '152038.462000', '152038.465000', '152038.468000', '152038.470000', '152038.473000', '152038.475000', '152038.478000', '152038.480000', '152038.483000', '152038.486000', '152038.488000', '152038.491000', '152038.494000', '152038.496000', '152038.499000', '152038.501000', '152038.504000', '152038.507000', '152038.509000', '152038.512000', '152038.514000', '152038.517000', '152038.520000', '152038.522000', '152038.525000', '152038.528000', '152038.530000', '152038.533000', '152038.535000', '152038.538000', '152038.541000', '152038.543000', '152038.546000', '152038.548000', '152038.551000', '152038.553000', '152038.556000', '152050.850000', '152050.854000', '152050.857000', '152050.859000', '152050.862000', '152050.865000', '152050.867000', '152050.870000', '152050.877000', '152050.880000', '152050.882000', '152050.885000', '152050.888000', '152050.890000', '152050.893000', '152050.895000', '152050.898000', '152050.901000', '152050.903000', '152050.907000', '152050.910000', '152050.912000', '152050.916000', '152050.918000', '152050.921000', '152050.924000', '152050.929000'], 'InstanceCreationTime': ['151118.493000', '151118.496000', '151118.499000', '151118.501000', '151118.504000', '151118.506000', '151118.509000', '151118.511000', '151118.514000', '151118.528000', '151118.531000', '151118.533000', '151118.536000', '151118.538000', '151118.541000', '151118.543000', '151118.546000', '151118.548000', '151118.551000', '151118.553000', '151118.556000', '151118.559000', '151118.561000', '151138.444000', '151138.446000', '151138.449000', '151138.452000', '151138.454000', '151138.457000', '151138.459000', '151138.462000', '151138.464000', '151138.467000', '151138.470000', '151138.472000', '151138.475000', '151138.481000', '151138.484000', '151138.487000', '151138.489000', '151138.492000', '151138.494000', '151138.497000', '151138.499000', '151138.502000', '151138.505000', '151138.507000', '151138.510000', '151138.512000', '151138.515000', '151138.517000', '151138.520000', '151138.522000', '151138.525000', '151138.528000', '151138.530000', '151138.533000', '151138.535000', '151138.538000', '151138.541000', '151138.543000', '151138.546000', '151138.548000', '151138.551000', '151138.553000', '151138.556000', '151138.559000', '151158.442000', '151158.445000', '151158.448000', '151158.451000', '151158.453000', '151158.456000', '151158.458000', '151158.461000', '151158.463000', '151158.466000', '151158.469000', '151158.471000', '151158.474000', '151158.476000', '151158.479000', '151158.481000', '151158.484000', '151158.487000', '151158.489000', '151158.492000', '151158.494000', '151158.497000', '151158.499000', '151158.502000', '151158.504000', '151158.507000', '151158.510000', '151158.512000', '151158.515000', '151158.517000', '151158.520000', '151158.522000', '151158.525000', '151158.528000', '151158.530000', '151158.533000', '151158.535000', '151158.538000', '151158.540000', '151158.543000', '151158.545000', '151158.552000', '151158.555000', '151218.443000', '151218.445000', '151218.460000', '151218.463000', '151218.465000', '151218.468000', '151218.470000', '151218.473000', '151218.475000', '151218.478000', '151218.481000', '151218.483000', '151218.486000', '151218.488000', '151218.491000', '151218.493000', '151218.496000', '151218.499000', '151218.501000', '151218.504000', '151218.506000', '151218.509000', '151218.511000', '151218.514000', '151218.516000', '151218.519000', '151218.522000', '151218.524000', '151218.527000', '151218.529000', '151218.532000', '151218.535000', '151218.537000', '151218.540000', '151218.542000', '151218.545000', '151218.547000', '151218.550000', '151218.553000', '151218.555000', '151218.558000', '151218.560000', '151218.563000', '151238.443000', '151238.445000', '151238.448000', '151238.451000', '151238.453000', '151238.456000', '151238.458000', '151238.461000', '151238.464000', '151238.466000', '151238.469000', '151238.471000', '151238.474000', '151238.476000', '151238.479000', '151238.482000', '151238.484000', '151238.487000', '151238.489000', '151238.492000', '151238.495000', '151238.497000', '151238.500000', '151238.502000', '151238.505000', '151238.508000', '151238.510000', '151238.513000', '151238.515000', '151238.518000', '151238.521000', '151238.523000', '151238.526000', '151238.528000', '151238.531000', '151238.534000', '151238.536000', '151238.539000', '151238.541000', '151238.544000', '151238.546000', '151238.549000', '151238.552000', '151238.554000', '151258.443000', '151258.445000', '151258.448000', '151258.450000', '151258.453000', '151258.456000', '151258.458000', '151258.461000', '151258.463000', '151258.466000', '151258.469000', '151258.471000', '151258.474000', '151258.476000', '151258.479000', '151258.481000', '151258.484000', '151258.486000', '151258.489000', '151258.492000', '151258.494000', '151258.497000', '151258.499000', '151258.502000', '151258.504000', '151258.507000', '151258.509000', '151258.512000', '151258.515000', '151258.517000', '151258.520000', '151258.522000', '151258.525000', '151258.527000', '151258.530000', '151258.533000', '151258.535000', '151258.538000', '151258.540000', '151258.543000', '151258.545000', '151258.548000', '151258.550000', '151258.553000', '151318.444000', '151318.446000', '151318.449000', '151318.452000', '151318.454000', '151318.457000', '151318.459000', '151318.462000', '151318.464000', '151318.467000', '151318.470000', '151318.472000', '151318.475000', '151318.477000', '151318.480000', '151318.483000', '151318.485000', '151318.488000', '151318.490000', '151318.493000', '151318.495000', '151318.498000', '151318.501000', '151318.503000', '151318.506000', '151318.508000', '151318.511000', '151318.513000', '151318.516000', '151318.519000', '151318.521000', '151318.524000', '151318.526000', '151318.529000', '151318.531000', '151318.534000', '151318.537000', '151318.539000', '151318.542000', '151318.545000', '151318.547000', '151318.550000', '151318.552000', '151338.443000', '151338.446000', '151338.449000', '151338.451000', '151338.454000', '151338.456000', '151338.459000', '151338.461000', '151338.464000', '151338.467000', '151338.469000', '151338.472000', '151338.474000', '151338.477000', '151338.481000', '151338.484000', '151338.486000', '151338.489000', '151338.491000', '151338.494000', '151338.497000', '151338.499000', '151338.502000', '151338.504000', '151338.507000', '151338.509000', '151338.512000', '151338.515000', '151338.517000', '151338.520000', '151338.522000', '151338.525000', '151338.528000', '151338.530000', '151338.533000', '151338.535000', '151338.538000', '151338.541000', '151338.543000', '151338.546000', '151338.548000', '151338.561000', '151338.563000', '151338.566000', '151358.444000', '151358.446000', '151358.450000', '151358.453000', '151358.455000', '151358.458000', '151358.461000', '151358.463000', '151358.466000', '151358.468000', '151358.471000', '151358.474000', '151358.476000', '151358.479000', '151358.481000', '151358.484000', '151358.487000', '151358.489000', '151358.492000', '151358.494000', '151358.497000', '151358.499000', '151358.502000', '151358.505000', '151358.507000', '151358.510000', '151358.512000', '151358.515000', '151358.518000', '151358.520000', '151358.523000', '151358.525000', '151358.528000', '151358.531000', '151358.533000', '151358.536000', '151358.538000', '151358.541000', '151358.543000', '151358.546000', '151358.549000', '151358.551000', '151418.442000', '151418.445000', '151418.448000', '151418.450000', '151418.453000', '151418.455000', '151418.458000', '151418.461000', '151418.464000', '151418.467000', '151418.470000', '151418.473000', '151418.475000', '151418.478000', '151418.481000', '151418.484000', '151418.486000', '151418.489000', '151418.492000', '151418.494000', '151418.497000', '151418.500000', '151418.502000', '151418.505000', '151418.507000', '151418.510000', '151418.513000', '151418.515000', '151418.518000', '151418.521000', '151418.523000', '151418.526000', '151418.528000', '151418.531000', '151418.534000', '151418.536000', '151418.539000', '151418.541000', '151418.544000', '151418.547000', '151418.549000', '151418.552000', '151418.554000', '151418.557000', '151438.442000', '151438.445000', '151438.448000', '151438.451000', '151438.453000', '151438.456000', '151438.458000', '151438.461000', '151438.464000', '151438.466000', '151438.469000', '151438.471000', '151438.474000', '151438.477000', '151438.479000', '151438.482000', '151438.484000', '151438.487000', '151438.490000', '151438.492000', '151438.495000', '151438.498000', '151438.500000', '151438.503000', '151438.505000', '151438.508000', '151438.510000', '151438.513000', '151438.516000', '151438.518000', '151438.521000', '151438.524000', '151438.526000', '151438.529000', '151438.531000', '151438.534000', '151438.536000', '151438.539000', '151438.547000', '151438.550000', '151438.552000', '151438.555000', '151438.558000', '151438.560000', '151458.443000', '151458.445000', '151458.448000', '151458.451000', '151458.453000', '151458.456000', '151458.458000', '151458.461000', '151458.463000', '151458.466000', '151458.469000', '151458.471000', '151458.474000', '151458.476000', '151458.479000', '151458.482000', '151458.484000', '151458.487000', '151458.490000', '151458.493000', '151458.496000', '151458.499000', '151458.502000', '151458.504000', '151458.507000', '151458.509000', '151458.512000', '151458.515000', '151458.518000', '151458.522000', '151458.524000', '151458.527000', '151458.530000', '151458.532000', '151458.535000', '151458.537000', '151458.540000', '151458.542000', '151458.545000', '151458.548000', '151458.550000', '151458.553000', '151458.555000', '151518.442000', '151518.445000', '151518.448000', '151518.450000', '151518.453000', '151518.456000', '151518.458000', '151518.461000', '151518.463000', '151518.466000', '151518.468000', '151518.471000', '151518.474000', '151518.476000', '151518.479000', '151518.481000', '151518.484000', '151518.487000', '151518.489000', '151518.492000', '151518.494000', '151518.497000', '151518.499000', '151518.532000', '151518.534000', '151518.537000', '151518.540000', '151518.542000', '151518.545000', '151518.547000', '151518.550000', '151518.552000', '151518.555000', '151518.558000', '151518.560000', '151518.563000', '151518.565000', '151518.568000', '151518.571000', '151518.573000', '151518.576000', '151518.578000', '151518.581000', '151518.583000', '151538.444000', '151538.446000', '151538.449000', '151538.452000', '151538.454000', '151538.457000', '151538.459000', '151538.462000', '151538.465000', '151538.467000', '151538.470000', '151538.472000', '151538.475000', '151538.477000', '151538.480000', '151538.483000', '151538.485000', '151538.488000', '151538.490000', '151538.493000', '151538.495000', '151538.498000', '151538.501000', '151538.503000', '151538.506000', '151538.508000', '151538.511000', '151538.514000', '151538.516000', '151538.519000', '151538.521000', '151538.524000', '151538.527000', '151538.529000', '151538.532000', '151538.534000', '151538.537000', '151538.540000', '151538.542000', '151538.545000', '151538.547000', '151538.550000', '151538.553000', '151558.444000', '151558.446000', '151558.449000', '151558.452000', '151558.454000', '151558.457000', '151558.467000', '151558.470000', '151558.472000', '151558.475000', '151558.477000', '151558.480000', '151558.482000', '151558.485000', '151558.487000', '151558.490000', '151558.493000', '151558.495000', '151558.498000', '151558.500000', '151558.503000', '151558.506000', '151558.508000', '151558.511000', '151558.513000', '151558.516000', '151558.518000', '151558.521000', '151558.524000', '151558.526000', '151558.529000', '151558.531000', '151558.534000', '151558.537000', '151558.539000', '151558.542000', '151558.544000', '151558.547000', '151558.550000', '151558.552000', '151558.555000', '151558.558000', '151558.560000', '151558.563000', '151618.444000', '151618.446000', '151618.449000', '151618.452000', '151618.454000', '151618.457000', '151618.459000', '151618.462000', '151618.464000', '151618.467000', '151618.470000', '151618.472000', '151618.475000', '151618.477000', '151618.480000', '151618.483000', '151618.485000', '151618.488000', '151618.490000', '151618.493000', '151618.496000', '151618.498000', '151618.501000', '151618.504000', '151618.506000', '151618.509000', '151618.512000', '151618.514000', '151618.517000', '151618.520000', '151618.522000', '151618.525000', '151618.527000', '151618.530000', '151618.533000', '151618.535000', '151618.538000', '151618.540000', '151618.543000', '151618.546000', '151618.548000', '151618.551000', '151618.553000', '151638.442000', '151638.445000', '151638.448000', '151638.451000', '151638.453000', '151638.456000', '151638.458000', '151638.461000', '151638.464000', '151638.466000', '151638.469000', '151638.471000', '151638.474000', '151638.477000', '151638.479000', '151638.482000', '151638.484000', '151638.487000', '151638.490000', '151638.492000', '151638.495000', '151638.497000', '151638.500000', '151638.503000', '151638.505000', '151638.510000', '151638.512000', '151638.515000', '151638.517000', '151638.520000', '151638.523000', '151638.526000', '151638.528000', '151638.531000', '151638.540000', '151638.543000', '151638.545000', '151638.548000', '151638.550000', '151638.553000', '151638.555000', '151638.558000', '151638.561000', '151638.563000', '151658.442000', '151658.445000', '151658.448000', '151658.451000', '151658.453000', '151658.456000', '151658.458000', '151658.461000', '151658.464000', '151658.466000', '151658.469000', '151658.472000', '151658.474000', '151658.477000', '151658.479000', '151658.482000', '151658.484000', '151658.487000', '151658.489000', '151658.492000', '151658.495000', '151658.497000', '151658.500000', '151658.502000', '151658.505000', '151658.507000', '151658.510000', '151658.513000', '151658.516000', '151658.519000', '151658.522000', '151658.524000', '151658.527000', '151658.530000', '151658.532000', '151658.535000', '151658.537000', '151658.540000', '151658.542000', '151658.545000', '151658.547000', '151658.550000', '151658.553000', '151718.443000', '151718.445000', '151718.448000', '151718.451000', '151718.453000', '151718.456000', '151718.458000', '151718.461000', '151718.463000', '151718.466000', '151718.468000', '151718.471000', '151718.474000', '151718.476000', '151718.479000', '151718.481000', '151718.484000', '151718.486000', '151718.489000', '151718.492000', '151718.494000', '151718.497000', '151718.499000', '151718.502000', '151718.504000', '151718.507000', '151718.510000', '151718.512000', '151718.515000', '151718.517000', '151718.520000', '151718.522000', '151718.525000', '151718.528000', '151718.538000', '151718.541000', '151718.543000', '151718.546000', '151718.548000', '151718.551000', '151718.554000', '151718.556000', '151718.559000', '151718.561000', '151738.443000', '151738.445000', '151738.448000', '151738.451000', '151738.453000', '151738.456000', '151738.458000', '151738.461000', '151738.463000', '151738.466000', '151738.469000', '151738.471000', '151738.474000', '151738.476000', '151738.479000', '151738.481000', '151738.484000', '151738.487000', '151738.489000', '151738.492000', '151738.494000', '151738.497000', '151738.499000', '151738.502000', '151738.505000', '151738.507000', '151738.510000', '151738.512000', '151738.515000', '151738.517000', '151738.520000', '151738.523000', '151738.526000', '151738.528000', '151738.531000', '151738.534000', '151738.536000', '151738.539000', '151738.541000', '151738.544000', '151738.546000', '151738.549000', '151738.552000', '151758.443000', '151758.446000', '151758.449000', '151758.452000', '151758.454000', '151758.457000', '151758.459000', '151758.462000', '151758.464000', '151758.467000', '151758.470000', '151758.494000', '151758.496000', '151758.499000', '151758.502000', '151758.504000', '151758.507000', '151758.509000', '151758.512000', '151758.514000', '151758.517000', '151758.520000', '151758.522000', '151758.525000', '151758.527000', '151758.530000', '151758.532000', '151758.535000', '151758.538000', '151758.540000', '151758.543000', '151758.545000', '151758.548000', '151758.551000', '151758.553000', '151758.556000', '151758.558000', '151758.561000', '151758.563000', '151758.566000', '151758.568000', '151758.571000', '151758.574000', '151758.576000', '151818.451000', '151818.454000', '151818.456000', '151818.459000', '151818.462000', '151818.464000', '151818.467000', '151818.469000', '151818.472000', '151818.475000', '151818.477000', '151818.480000', '151818.482000', '151818.485000', '151818.487000', '151818.490000', '151818.493000', '151818.495000', '151818.498000', '151818.500000', '151818.503000', '151818.506000', '151818.508000', '151818.511000', '151818.513000', '151818.516000', '151818.519000', '151818.521000', '151818.524000', '151818.526000', '151818.529000', '151818.532000', '151818.534000', '151818.537000', '151818.539000', '151818.542000', '151818.544000', '151818.547000', '151818.549000', '151818.552000', '151818.555000', '151818.557000', '151818.560000', '151838.443000', '151838.446000', '151838.449000', '151838.452000', '151838.455000', '151838.457000', '151838.460000', '151838.462000', '151838.465000', '151838.468000', '151838.470000', '151838.473000', '151838.475000', '151838.478000', '151838.481000', '151838.483000', '151838.486000', '151838.488000', '151838.491000', '151838.494000', '151838.496000', '151838.499000', '151838.501000', '151838.504000', '151838.506000', '151838.509000', '151838.512000', '151838.514000', '151838.517000', '151838.520000', '151838.522000', '151838.525000', '151838.527000', '151838.530000', '151838.532000', '151838.535000', '151838.538000', '151838.540000', '151838.543000', '151838.545000', '151838.548000', '151838.550000', '151838.553000', '151838.556000', '151858.443000', '151858.446000', '151858.448000', '151858.451000', '151858.453000', '151858.456000', '151858.459000', '151858.461000', '151858.464000', '151858.466000', '151858.469000', '151858.471000', '151858.474000', '151858.477000', '151858.480000', '151858.482000', '151858.485000', '151858.487000', '151858.490000', '151858.492000', '151858.495000', '151858.497000', '151858.500000', '151858.503000', '151858.505000', '151858.508000', '151858.535000', '151858.538000', '151858.540000', '151858.543000', '151858.545000', '151858.548000', '151858.551000', '151858.553000', '151858.556000', '151858.558000', '151858.561000', '151858.563000', '151858.566000', '151858.569000', '151858.571000', '151858.574000', '151858.576000', '151918.443000', '151918.445000', '151918.448000', '151918.450000', '151918.453000', '151918.456000', '151918.458000', '151918.461000', '151918.463000', '151918.466000', '151918.468000', '151918.471000', '151918.474000', '151918.476000', '151918.479000', '151918.481000', '151918.484000', '151918.487000', '151918.489000', '151918.492000', '151918.494000', '151918.497000', '151918.500000', '151918.502000', '151918.505000', '151918.508000', '151918.510000', '151918.513000', '151918.515000', '151918.518000', '151918.521000', '151918.523000', '151918.526000', '151918.528000', '151918.531000', '151918.533000', '151918.536000', '151918.539000', '151918.541000', '151918.544000', '151918.546000', '151918.549000', '151918.552000', '151918.554000', '151938.443000', '151938.445000', '151938.448000', '151938.451000', '151938.453000', '151938.456000', '151938.458000', '151938.461000', '151938.464000', '151938.466000', '151938.469000', '151938.472000', '151938.474000', '151938.477000', '151938.479000', '151938.482000', '151938.484000', '151938.487000', '151938.490000', '151938.492000', '151938.495000', '151938.497000', '151938.500000', '151938.503000', '151938.505000', '151938.508000', '151938.511000', '151938.513000', '151938.516000', '151938.518000', '151938.521000', '151938.523000', '151938.526000', '151938.529000', '151938.531000', '151938.534000', '151938.536000', '151938.539000', '151938.541000', '151938.544000', '151938.547000', '151938.549000', '151938.552000', '151958.442000', '151958.445000', '151958.448000', '151958.450000', '151958.453000', '151958.456000', '151958.458000', '151958.461000', '151958.463000', '151958.466000', '151958.468000', '151958.471000', '151958.474000', '151958.476000', '151958.479000', '151958.481000', '151958.484000', '151958.487000', '151958.489000', '151958.492000', '151958.495000', '151958.497000', '151958.500000', '151958.502000', '151958.506000', '151958.509000', '151958.512000', '151958.515000', '151958.517000', '151958.520000', '151958.522000', '151958.525000', '151958.528000', '151958.530000', '151958.533000', '151958.535000', '151958.538000', '151958.541000', '151958.543000', '151958.546000', '151958.549000', '151958.551000', '151958.554000', '152018.444000', '152018.446000', '152018.449000', '152018.452000', '152018.454000', '152018.457000', '152018.459000', '152018.462000', '152018.464000', '152018.467000', '152018.470000', '152018.472000', '152018.475000', '152018.477000', '152018.480000', '152018.483000', '152018.485000', '152018.488000', '152018.490000', '152018.493000', '152018.496000', '152018.498000', '152018.501000', '152018.503000', '152018.506000', '152018.509000', '152018.511000', '152018.514000', '152018.516000', '152018.519000', '152018.522000', '152018.524000', '152018.527000', '152018.529000', '152018.532000', '152018.535000', '152018.537000', '152018.540000', '152018.542000', '152018.545000', '152018.547000', '152018.550000', '152018.553000', '152018.555000', '152038.444000', '152038.447000', '152038.449000', '152038.452000', '152038.454000', '152038.457000', '152038.460000', '152038.462000', '152038.465000', '152038.468000', '152038.470000', '152038.473000', '152038.475000', '152038.478000', '152038.480000', '152038.483000', '152038.486000', '152038.488000', '152038.491000', '152038.494000', '152038.496000', '152038.499000', '152038.501000', '152038.504000', '152038.507000', '152038.509000', '152038.512000', '152038.514000', '152038.517000', '152038.520000', '152038.522000', '152038.525000', '152038.528000', '152038.530000', '152038.533000', '152038.535000', '152038.538000', '152038.541000', '152038.543000', '152038.546000', '152038.548000', '152038.551000', '152038.553000', '152038.556000', '152050.850000', '152050.854000', '152050.857000', '152050.859000', '152050.862000', '152050.865000', '152050.867000', '152050.870000', '152050.877000', '152050.880000', '152050.882000', '152050.885000', '152050.888000', '152050.890000', '152050.893000', '152050.895000', '152050.898000', '152050.901000', '152050.903000', '152050.907000', '152050.910000', '152050.912000', '152050.916000', '152050.918000', '152050.921000', '152050.924000', '152050.929000'], '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': [15432, 9511, 15849, 9609, 14865, 9831, 12922, 9349, 12727, 9738, 12944, 9749, 13026, 9921, 12587, 9928, 12691, 9792, 12750, 9748, 12322, 10049, 12372, 10130, 12007, 9855, 11647, 10032, 11119, 9342, 10154, 9171, 10045, 11989, 10035, 11806, 9665, 14450, 9930, 13244, 9830, 12321, 10339, 11724, 9964, 11564, 9755, 9949, 10121, 10508, 10113, 9495, 13264, 9662, 15320, 9835, 13976, 9429, 13143, 9795, 13109, 9835, 12918, 9749, 12514, 10149, 12480, 9872, 12318, 9374, 11472, 9086, 11313, 9425, 11745, 9465, 11286, 9057, 11165, 10505, 12067, 10251, 10785, 10478, 10640, 14070, 10517, 14250, 9758, 14268, 9931, 13278, 9603, 12546, 9515, 11835, 9384, 11641, 10044, 11206, 9852, 9965, 12300, 9739, 15917, 9657, 13547, 9791, 12816, 9931, 12489, 9843, 12742, 9921, 11555, 9709, 11110, 9331, 10975, 8587, 9932, 13766, 10134, 14612, 9678, 12007, 9576, 11303, 9558, 12244, 9408, 13462, 8952, 9165, 9834, 8799, 10589, 11633, 9749, 12409, 9603, 16981, 10858, 14556, 9959, 9602, 10143, 21198, 15352, 20176, 16279, 18482, 12088, 14833, 10537, 11333, 9878, 11538, 9466, 10147, 9235, 10228, 11216, 10295, 11244, 10272, 11892, 10232, 12536, 10102, 10274, 10005, 9004, 9997, 9871, 10704, 11791, 10048, 14508, 9455, 15610, 9866, 13793, 9439, 13938, 9562, 11221, 9561, 8065, 9775, 8506, 11669, 9419, 13632, 9830, 13022, 9834, 12236, 10043, 10615, 10342, 9189, 11612, 9099, 12323, 9657, 11220, 8300, 10877, 10624, 10904, 9764, 10356, 8185, 10565, 8851, 12762, 9890, 13597, 10000, 13494, 9872, 14342, 10276, 10312, 10348, 13537, 10778, 12996, 10232, 11331, 10294, 14731, 10811, 9979, 9935, 8373, 10438, 8886, 12274, 9482, 11663, 9625, 12573, 9378, 12964, 9339, 12192, 9034, 13228, 8964, 14878, 9342, 13791, 9289, 14859, 10196, 14185, 9507, 13439, 9328, 13261, 10123, 12926, 9667, 12243, 9102, 13703, 9672, 13690, 9764, 13787, 9829, 14571, 9877, 13548, 9735, 12780, 9554, 13341, 9570, 13565, 9644, 13273, 9917, 14369, 9734, 13689, 9708, 13153, 9799, 13624, 10602, 13585, 10350, 12058, 10051, 12762, 10107, 12740, 9674, 11799, 9215, 12094, 9044, 12432, 8930, 11204, 9601, 11518, 13968, 11254, 12431, 10381, 15266, 9936, 15508, 9740, 13711, 9519, 13218, 9084, 13404, 9510, 13363, 9003, 12219, 8999, 11341, 9178, 13357, 9426, 16703, 10758, 9222, 12383, 9856, 9414, 11527, 17423, 12407, 17687, 9776, 13880, 9700, 12883, 9675, 13267, 10174, 12481, 9761, 13071, 9613, 13541, 9734, 8543, 9207, 8240, 11171, 9405, 13060, 9385, 14695, 10229, 14869, 10269, 15080, 10337, 16593, 11290, 17380, 10248, 11923, 10239, 13351, 10257, 15544, 10131, 12528, 10369, 16276, 10471, 16183, 10139, 13221, 10340, 11605, 10059, 10010, 9978, 8461, 10475, 10626, 11467, 11147, 10686, 8402, 11219, 8937, 12705, 9994, 13546, 10153, 14064, 9832, 15617, 10628, 11919, 10186, 12607, 10276, 17440, 10442, 17659, 9696, 13533, 9886, 13812, 9319, 13045, 9602, 12195, 9653, 14068, 9408, 13804, 9776, 13004, 9732, 14040, 9807, 13382, 9591, 12250, 9692, 13052, 9026, 12050, 8689, 11163, 10403, 11645, 9896, 10442, 10688, 9873, 13987, 10297, 12624, 9988, 14788, 9889, 15388, 9987, 14792, 10203, 14088, 9857, 13840, 10277, 13897, 10073, 14108, 9978, 14299, 10236, 9997, 10351, 8704, 10973, 12281, 11593, 10549, 10360, 10963, 10214, 14142, 10422, 8791, 10082, 8902, 10450, 8769, 12704, 9769, 12861, 9852, 13273, 11160, 12242, 10000, 10502, 12320, 10311, 15970, 10079, 12300, 10094, 8903, 9909, 15928, 9545, 14359, 9449, 13064, 9341, 13102, 9291, 13009, 9472, 12673, 9561, 12579, 11108, 10840, 9385, 10128, 11080, 10062, 15712, 10030, 13637, 9903, 13065, 10090, 14170, 9526, 14088, 10135, 12830, 10241, 13816, 10007, 13931, 10001, 13377, 9716, 13427, 9687, 11334, 10800, 11144, 8974, 10180, 8574, 10628, 8589, 12572, 8815, 11824, 9840, 10346, 16427, 10717, 14884, 9618, 13253, 9688, 12661, 9944, 11775, 9320, 10242, 10223, 10897, 10303, 10100, 10700, 9578, 8835, 11081, 8801, 12901, 9077, 13671, 9603, 14999, 9241, 13779, 9246, 13136, 9849, 13650, 9786, 13054, 9645, 13416, 10071, 13813, 9272, 12491, 9319, 11001, 10021, 8934, 10514, 9120, 11441, 9336, 16089, 10425, 10887, 11410, 9752, 13909, 20696, 14365, 17098, 12904, 11670, 9243, 10054, 8239, 10502, 10238, 10500, 9686, 9522, 13006, 9665, 11657, 9541, 10954, 9289, 14399, 9952, 13008, 9538, 11208, 10052, 8761, 13201, 9496, 14351, 9734, 15048, 10588, 11911, 11000, 9908, 15492, 9622, 16899, 9822, 13220, 9717, 11660, 9597, 12679, 9390, 11847, 8681, 11551, 8839, 11884, 8563, 10445, 8739, 12996, 9175, 9290, 9720, 8782, 8243, 9472, 9050, 13373, 9538, 12148, 12215, 9910, 11592, 9952, 19639, 12172, 19043, 10217, 15443, 11085, 14591, 13864, 12187, 11243, 10075, 10963, 10152, 14470, 10100, 12561, 9971, 13606, 9770, 13634, 9891, 13016, 10003, 13160, 10047, 12320, 11449, 10635, 11079, 10298, 14231, 10035, 14339, 9774, 13609, 9312, 12938, 9251, 12222, 9437, 10780, 9255, 10899, 9193, 10399, 13101, 9813, 15585, 9622, 13434, 9811, 12982, 9184, 12404, 9376, 12254, 8756, 10907, 9687, 11104, 8436, 10070, 15196, 9563, 15559, 9747, 13857, 8645, 13321, 8749, 12781, 8708, 11698, 8411, 11804, 8627, 10916, 11333, 10175, 13513, 10632, 12268, 9589, 13892, 9594, 13405, 9481, 15051, 8979, 14248, 9553, 13003, 9221, 11442, 12495, 11094, 11128, 9628, 18067, 10140, 15162, 9231, 12885, 9454, 11859, 8931, 12180, 8375, 11235, 12071, 10333, 12669, 10768, 10883, 9947, 14155, 10632, 10980, 9403, 8985, 13690, 10286, 8969, 12123, 9653, 15861, 16734, 12578, 19141, 9012, 14239, 8796, 14533, 9738, 13125, 8581, 12444, 9698, 13216, 8772, 12134, 8527, 13522, 8890, 10433, 9878, 7983, 14674, 9296, 11351, 9854, 8819, 15139, 10714, 14540, 15097, 10310, 20232, 10783, 15519, 9198, 13806, 9000, 12898, 9215, 13483, 9379, 12428, 9016, 8991, 9235, 10790, 9195, 12582, 10071, 8486, 10800, 9024, 13141, 15722, 12405, 15185, 10019, 14793, 9723, 16041, 10613, 14973, 9742, 13997, 10030, 15925, 10784, 13894, 9999, 15190, 9828, 15202, 10962, 13939, 9635, 12397, 9108, 11944, 9370, 12066, 9128, 10808, 8577, 11642, 9513, 11385, 13085, 10271, 15315, 10546, 13715, 9723, 15206, 9337, 15330, 10450, 14630, 9282, 14014, 9376, 13377, 9067, 13522, 9300, 11764, 9697, 12884, 10589, 13279, 9248, 11761, 9121, 13195, 9523, 14316, 9572, 14282, 8888, 13478, 9758, 12410, 8885, 11463, 10123, 10890, 16635, 10678, 16475, 9934, 14700, 9403, 13330, 9495, 12165, 9024, 10618, 8588, 10808, 12156, 10925, 13825, 10266, 15105, 10133, 15594, 10007, 14602, 10000, 13896, 9562, 13278, 9789, 13200, 9679, 13298, 9709, 14333, 9370, 13789, 9388, 12858, 9526, 13614, 9081, 13822, 8855, 11785, 8586, 10749, 10732, 10749, 8476, 10308, 8809, 10349, 15048, 10366, 13718, 9295, 14520, 9129, 13492, 8917, 12119, 8807, 10964, 8372, 10920, 13508, 10581, 8969, 9729, 8009, 9437, 15334, 9610, 11755, 9516, 8498, 9585, 16688, 10246, 13673, 8761, 11147, 12846, 9779, 16678, 9517, 14639, 9235, 13027, 8838, 11678, 11419, 9809, 17073, 9444, 13801, 9560, 11615, 8477, 10061, 12733, 9746, 15475, 9767, 14204, 9423, 13356, 10278, 12162, 8883, 10596, 8670, 10750, 14061, 10494, 14069, 10097, 15978, 9821, 15028, 10020, 13386, 9979, 11900, 9125, 11892, 9604, 10450, 15272, 10287, 15743, 10566, 14020, 9522, 12758, 9212, 12804, 9146, 12726, 8964, 11696, 8902, 11895, 11576, 11728, 13167, 10261, 15138, 9851, 14500, 9260, 14631, 9057, 14357, 9882, 13142, 8948, 12040, 9002, 11343, 10203, 11467, 8435, 10012, 11051, 9493, 13440, 9578, 12478, 9377, 15341, 9133, 14095, 9019, 11931, 8309, 10477, 12926, 9180, 15323, 8668, 13985, 8881, 11448, 8327, 10788, 7986, 10831, 8217, 9863, 8321, 9490, 15005, 9197, 14908, 9379, 15229, 8954, 13774, 9083, 12747, 8990, 11819, 10590, 11164, 16635, 10938, 18131, 10173, 14887, 9854, 13482, 9236, 12907, 9467, 11352, 8796, 11057, 8782, 12197, 9102, 12339, 9805, 10795, 14216, 10439, 12181, 9609, 11233, 8991, 13497, 9433, 12340, 9158, 16345, 9002, 12818, 8875, 11054, 8692, 10601, 8391, 9988, 11694, 10239, 8262, 9494, 9575, 9769, 17086, 10260, 14922, 8932, 13968, 9190, 11985, 10539, 10750, 13191, 10023, 17113, 9700, 15025, 9213, 12287, 8841, 11489, 8645, 11580, 8731, 10963, 8720, 11519, 8974, 12008, 9291, 11773, 8971, 12495, 9400, 12974, 9793, 12971, 9725, 13544, 9647, 13628, 9850, 12203, 9572, 13158, 9397, 13728, 9130, 12149, 8652, 12292, 9331, 12256, 8621, 11069, 8171, 11784, 9332, 13529, 9535, 12234, 9699, 15617, 10724, 12900, 9964, 10345, 9692, 9489, 14661, 12052, 14464, 10204, 10142, 16171, 10618, 9490, 11452, 10990, 16474, 9918, 15167, 10326, 15593, 10368, 19336, 10127, 10298, 9673, 9814, 13058, 9989, 8757, 9797, 9477, 8578, 9814, 16040, 10027, 12885], 'WindowCenter': [4515.0, 4448.0, 4481.0, 4430.0, 4457.0, 4415.0, 4433.0, 4401.0, 4432.0, 4413.0, 4431.0, 4403.0, 4443.0, 4414.0, 4443.0, 4427.0, 4433.0, 4426.0, 4445.0, 4426.0, 4448.0, 4427.0, 4445.0, 4426.0, 4436.0, 4429.0, 4436.0, 4413.0, 4435.0, 4414.0, 4425.0, 4428.0, 4413.0, 4435.0, 4428.0, 4434.0, 4416.0, 4456.0, 4414.0, 4432.0, 4415.0, 4432.0, 4426.0, 4421.0, 4414.0, 4423.0, 4402.0, 4424.0, 4412.0, 4424.0, 4412.0, 4414.0, 4444.0, 4427.0, 4454.0, 4426.0, 4445.0, 4414.0, 4446.0, 4429.0, 4443.0, 4428.0, 4447.0, 4416.0, 4444.0, 4439.0, 4434.0, 4415.0, 4436.0, 4404.0, 4424.0, 4417.0, 4436.0, 4416.0, 4437.0, 4416.0, 4424.0, 4430.0, 4438.0, 4425.0, 4450.0, 4426.0, 4426.0, 4428.0, 4438.0, 4445.0, 4427.0, 4454.0, 4415.0, 4456.0, 4426.0, 4432.0, 4417.0, 4447.0, 4415.0, 4433.0, 4417.0, 4434.0, 4413.0, 4424.0, 4413.0, 4413.0, 4434.0, 4426.0, 4456.0, 4414.0, 4444.0, 4413.0, 4433.0, 4413.0, 4435.0, 4415.0, 4435.0, 4415.0, 4423.0, 4426.0, 4438.0, 4413.0, 4425.0, 4406.0, 4429.0, 4459.0, 4426.0, 4456.0, 4417.0, 4435.0, 4429.0, 4426.0, 4430.0, 4447.0, 4415.0, 4432.0, 4389.0, 4389.0, 4414.0, 4417.0, 4425.0, 4436.0, 4429.0, 4446.0, 4427.0, 4468.0, 4413.0, 4440.0, 4401.0, 4401.0, 4413.0, 4474.0, 4441.0, 4451.0, 4427.0, 4423.0, 4379.0, 4399.0, 4356.0, 4366.0, 4355.0, 4377.0, 4357.0, 4366.0, 4355.0, 4368.0, 4378.0, 4379.0, 4379.0, 4379.0, 4389.0, 4396.0, 4416.0, 4395.0, 4396.0, 4396.0, 4386.0, 4397.0, 4398.0, 4412.0, 4420.0, 4412.0, 4441.0, 4402.0, 4444.0, 4414.0, 4430.0, 4401.0, 4431.0, 4400.0, 4424.0, 4402.0, 4392.0, 4412.0, 4406.0, 4436.0, 4417.0, 4447.0, 4415.0, 4433.0, 4414.0, 4436.0, 4416.0, 4415.0, 4414.0, 4402.0, 4424.0, 4405.0, 4433.0, 4414.0, 4422.0, 4391.0, 4423.0, 4413.0, 4411.0, 4412.0, 4412.0, 4390.0, 4411.0, 4404.0, 4443.0, 4415.0, 4444.0, 4414.0, 4446.0, 4427.0, 4456.0, 4425.0, 4414.0, 4427.0, 4446.0, 4427.0, 4446.0, 4415.0, 4422.0, 4425.0, 4444.0, 4427.0, 4413.0, 4413.0, 4393.0, 4424.0, 4403.0, 4436.0, 4416.0, 4436.0, 4416.0, 4446.0, 4414.0, 4446.0, 4414.0, 4435.0, 4417.0, 4447.0, 4417.0, 4458.0, 4417.0, 4457.0, 4417.0, 4456.0, 4430.0, 4446.0, 4415.0, 4446.0, 4415.0, 4434.0, 4426.0, 4433.0, 4414.0, 4432.0, 4416.0, 4442.0, 4429.0, 4444.0, 4416.0, 4455.0, 4427.0, 4454.0, 4427.0, 4445.0, 4413.0, 4432.0, 4416.0, 4444.0, 4415.0, 4445.0, 4416.0, 4445.0, 4428.0, 4456.0, 4418.0, 4446.0, 4415.0, 4434.0, 4428.0, 4444.0, 4427.0, 4444.0, 4413.0, 4422.0, 4425.0, 4431.0, 4425.0, 4434.0, 4412.0, 4422.0, 4416.0, 4432.0, 4405.0, 4434.0, 4403.0, 4424.0, 4416.0, 4421.0, 4443.0, 4424.0, 4433.0, 4413.0, 4454.0, 4412.0, 4442.0, 4413.0, 4430.0, 4402.0, 4431.0, 4414.0, 4443.0, 4414.0, 4442.0, 4402.0, 4422.0, 4404.0, 4424.0, 4403.0, 4443.0, 4417.0, 4479.0, 4437.0, 4429.0, 4447.0, 4428.0, 4428.0, 4452.0, 4483.0, 4448.0, 4468.0, 4403.0, 4431.0, 4403.0, 4432.0, 4403.0, 4432.0, 4412.0, 4420.0, 4414.0, 4431.0, 4414.0, 4432.0, 4413.0, 4404.0, 4417.0, 4407.0, 4450.0, 4428.0, 4459.0, 4442.0, 4470.0, 4443.0, 4460.0, 4431.0, 4458.0, 4429.0, 4469.0, 4438.0, 4467.0, 4415.0, 4424.0, 4425.0, 4447.0, 4414.0, 4456.0, 4414.0, 4432.0, 4425.0, 4466.0, 4412.0, 4456.0, 4413.0, 4430.0, 4413.0, 4434.0, 4412.0, 4414.0, 4414.0, 4392.0, 4437.0, 4426.0, 4435.0, 4425.0, 4414.0, 4393.0, 4436.0, 4415.0, 4433.0, 4416.0, 4445.0, 4413.0, 4457.0, 4428.0, 4455.0, 4428.0, 4435.0, 4415.0, 4434.0, 4427.0, 4464.0, 4425.0, 4463.0, 4401.0, 4430.0, 4415.0, 4442.0, 4403.0, 4433.0, 4402.0, 4432.0, 4413.0, 4444.0, 4416.0, 4443.0, 4415.0, 4445.0, 4427.0, 4443.0, 4427.0, 4444.0, 4415.0, 4436.0, 4416.0, 4445.0, 4403.0, 4433.0, 4392.0, 4434.0, 4411.0, 4425.0, 4412.0, 4413.0, 4412.0, 4426.0, 4445.0, 4415.0, 4432.0, 4415.0, 4444.0, 4426.0, 4453.0, 4416.0, 4443.0, 4413.0, 4442.0, 4425.0, 4443.0, 4415.0, 4443.0, 4413.0, 4444.0, 4426.0, 4443.0, 4425.0, 4415.0, 4414.0, 4405.0, 4437.0, 4433.0, 4437.0, 4413.0, 4414.0, 4425.0, 4426.0, 4443.0, 4414.0, 4391.0, 4413.0, 4415.0, 4426.0, 4404.0, 4447.0, 4415.0, 4444.0, 4428.0, 4457.0, 4425.0, 4448.0, 4413.0, 4413.0, 4434.0, 4425.0, 4453.0, 4414.0, 4434.0, 4412.0, 4402.0, 4429.0, 4466.0, 4417.0, 4456.0, 4414.0, 4445.0, 4417.0, 4446.0, 4405.0, 4444.0, 4414.0, 4434.0, 4417.0, 4446.0, 4424.0, 4425.0, 4404.0, 4412.0, 4422.0, 4413.0, 4442.0, 4414.0, 4432.0, 4413.0, 4431.0, 4426.0, 4457.0, 4402.0, 4443.0, 4414.0, 4433.0, 4413.0, 4458.0, 4427.0, 4443.0, 4427.0, 4445.0, 4417.0, 4445.0, 4416.0, 4423.0, 4410.0, 4424.0, 4403.0, 4411.0, 4405.0, 4426.0, 4405.0, 4448.0, 4417.0, 4436.0, 4428.0, 4428.0, 4455.0, 4427.0, 4456.0, 4414.0, 4445.0, 4415.0, 4433.0, 4413.0, 4424.0, 4402.0, 4425.0, 4413.0, 4411.0, 4411.0, 4411.0, 4412.0, 4414.0, 4401.0, 4435.0, 4404.0, 4434.0, 4415.0, 4458.0, 4415.0, 4457.0, 4415.0, 4435.0, 4416.0, 4445.0, 4412.0, 4443.0, 4411.0, 4429.0, 4403.0, 4429.0, 4401.0, 4446.0, 4414.0, 4432.0, 4414.0, 4423.0, 4413.0, 4405.0, 4427.0, 4415.0, 4436.0, 4431.0, 4482.0, 4440.0, 4440.0, 4439.0, 4430.0, 4460.0, 4495.0, 4446.0, 4453.0, 4420.0, 4408.0, 4389.0, 4398.0, 4390.0, 4397.0, 4410.0, 4409.0, 4385.0, 4401.0, 4427.0, 4400.0, 4409.0, 4400.0, 4409.0, 4412.0, 4441.0, 4426.0, 4444.0, 4402.0, 4424.0, 4413.0, 4403.0, 4449.0, 4416.0, 4457.0, 4430.0, 4455.0, 4428.0, 4436.0, 4422.0, 4411.0, 4453.0, 4400.0, 4451.0, 4402.0, 4429.0, 4399.0, 4421.0, 4399.0, 4432.0, 4400.0, 4419.0, 4390.0, 4421.0, 4390.0, 4433.0, 4391.0, 4436.0, 4430.0, 4473.0, 4429.0, 4431.0, 4416.0, 4415.0, 4416.0, 4426.0, 4429.0, 4456.0, 4426.0, 4446.0, 4435.0, 4429.0, 4436.0, 4424.0, 4476.0, 4432.0, 4460.0, 4399.0, 4439.0, 4395.0, 4426.0, 4415.0, 4404.0, 4393.0, 4381.0, 4393.0, 4393.0, 4410.0, 4381.0, 4400.0, 4383.0, 4424.0, 4407.0, 4425.0, 4398.0, 4427.0, 4399.0, 4427.0, 4409.0, 4416.0, 4407.0, 4406.0, 4406.0, 4410.0, 4439.0, 4409.0, 4438.0, 4410.0, 4439.0, 4412.0, 4431.0, 4401.0, 4430.0, 4400.0, 4423.0, 4411.0, 4421.0, 4401.0, 4423.0, 4431.0, 4424.0, 4451.0, 4413.0, 4441.0, 4414.0, 4443.0, 4425.0, 4443.0, 4414.0, 4434.0, 4403.0, 4435.0, 4415.0, 4437.0, 4403.0, 4425.0, 4467.0, 4424.0, 4465.0, 4414.0, 4443.0, 4418.0, 4456.0, 4415.0, 4445.0, 4403.0, 4446.0, 4417.0, 4447.0, 4416.0, 4436.0, 4436.0, 4436.0, 4445.0, 4438.0, 4435.0, 4427.0, 4455.0, 4426.0, 4455.0, 4425.0, 4467.0, 4429.0, 4457.0, 4428.0, 4446.0, 4416.0, 4446.0, 4444.0, 4436.0, 4433.0, 4425.0, 4477.0, 4424.0, 4454.0, 4412.0, 4432.0, 4414.0, 4431.0, 4401.0, 4432.0, 4402.0, 4421.0, 4431.0, 4412.0, 4430.0, 4423.0, 4422.0, 4367.0, 4410.0, 4410.0, 4410.0, 4400.0, 4400.0, 4441.0, 4411.0, 4401.0, 4431.0, 4413.0, 4455.0, 4452.0, 4433.0, 4449.0, 4387.0, 4427.0, 4377.0, 4428.0, 4398.0, 4416.0, 4376.0, 4417.0, 4387.0, 4428.0, 4388.0, 4419.0, 4389.0, 4429.0, 4401.0, 4423.0, 4411.0, 4394.0, 4457.0, 4416.0, 4435.0, 4424.0, 4418.0, 4467.0, 4427.0, 4447.0, 4455.0, 4400.0, 4449.0, 4408.0, 4439.0, 4388.0, 4417.0, 4388.0, 4430.0, 4401.0, 4441.0, 4399.0, 4417.0, 4399.0, 4399.0, 4401.0, 4422.0, 4415.0, 4446.0, 4426.0, 4404.0, 4436.0, 4413.0, 4447.0, 4466.0, 4437.0, 4442.0, 4412.0, 4441.0, 4412.0, 4467.0, 4427.0, 4466.0, 4415.0, 4443.0, 4411.0, 4451.0, 4425.0, 4432.0, 4412.0, 4442.0, 4413.0, 4452.0, 4424.0, 4441.0, 4402.0, 4431.0, 4404.0, 4420.0, 4402.0, 4431.0, 4400.0, 4423.0, 4403.0, 4423.0, 4412.0, 4423.0, 4443.0, 4423.0, 4453.0, 4421.0, 4431.0, 4401.0, 4452.0, 4413.0, 4451.0, 4423.0, 4441.0, 4402.0, 4442.0, 4413.0, 4432.0, 4391.0, 4431.0, 4401.0, 4418.0, 4399.0, 4417.0, 4411.0, 4430.0, 4401.0, 4420.0, 4413.0, 4430.0, 4417.0, 4454.0, 4414.0, 4453.0, 4416.0, 4443.0, 4414.0, 4431.0, 4391.0, 4422.0, 4413.0, 4423.0, 4451.0, 4411.0, 4438.0, 4399.0, 4440.0, 4400.0, 4427.0, 4398.0, 4417.0, 4387.0, 4396.0, 4389.0, 4408.0, 4417.0, 4409.0, 4428.0, 4399.0, 4441.0, 4422.0, 4450.0, 4412.0, 4441.0, 4411.0, 4430.0, 4415.0, 4442.0, 4412.0, 4430.0, 4413.0, 4442.0, 4413.0, 4454.0, 4403.0, 4444.0, 4404.0, 4432.0, 4426.0, 4457.0, 4405.0, 4457.0, 4404.0, 4423.0, 4405.0, 4424.0, 4423.0, 4422.0, 4393.0, 4425.0, 4416.0, 4427.0, 4454.0, 4425.0, 4443.0, 4403.0, 4455.0, 4416.0, 4443.0, 4403.0, 4433.0, 4402.0, 4425.0, 4404.0, 4421.0, 4431.0, 4412.0, 4401.0, 4402.0, 4391.0, 4414.0, 4453.0, 4412.0, 4434.0, 4415.0, 4405.0, 4429.0, 4468.0, 4426.0, 4457.0, 4407.0, 4438.0, 4449.0, 4416.0, 4455.0, 4415.0, 4455.0, 4415.0, 4446.0, 4402.0, 4424.0, 4424.0, 4414.0, 4464.0, 4402.0, 4429.0, 4399.0, 4420.0, 4377.0, 4410.0, 4429.0, 4399.0, 4440.0, 4410.0, 4440.0, 4402.0, 4429.0, 4410.0, 4421.0, 4389.0, 4410.0, 4391.0, 4409.0, 4441.0, 4411.0, 4429.0, 4411.0, 4452.0, 4399.0, 4440.0, 4400.0, 4429.0, 4411.0, 4418.0, 4389.0, 4421.0, 4399.0, 4411.0, 4451.0, 4412.0, 4439.0, 4410.0, 4429.0, 4400.0, 4443.0, 4414.0, 4431.0, 4403.0, 4432.0, 4402.0, 4435.0, 4415.0, 4431.0, 4423.0, 4433.0, 4432.0, 4425.0, 4454.0, 4413.0, 4443.0, 4403.0, 4453.0, 4416.0, 4443.0, 4414.0, 4444.0, 4402.0, 4432.0, 4415.0, 4422.0, 4411.0, 4424.0, 4391.0, 4411.0, 4422.0, 4413.0, 4431.0, 4413.0, 4434.0, 4414.0, 4455.0, 4418.0, 4444.0, 4404.0, 4435.0, 4393.0, 4425.0, 4432.0, 4417.0, 4455.0, 4404.0, 4443.0, 4415.0, 4434.0, 4404.0, 4436.0, 4406.0, 4435.0, 4406.0, 4427.0, 4406.0, 4441.0, 4480.0, 4429.0, 4468.0, 4430.0, 4470.0, 4431.0, 4460.0, 4418.0, 4450.0, 4419.0, 4438.0, 4440.0, 4438.0, 4466.0, 4437.0, 4466.0, 4414.0, 4455.0, 4415.0, 4431.0, 4402.0, 4432.0, 4401.0, 4410.0, 4416.0, 4421.0, 4403.0, 4432.0, 4402.0, 4434.0, 4426.0, 4435.0, 4442.0, 4424.0, 4433.0, 4414.0, 4434.0, 4417.0, 4444.0, 4418.0, 4447.0, 4419.0, 4467.0, 4431.0, 4448.0, 4405.0, 4437.0, 4405.0, 4425.0, 4405.0, 4414.0, 4423.0, 4426.0, 4406.0, 4417.0, 4428.0, 4429.0, 4478.0, 4428.0, 4467.0, 4419.0, 4459.0, 4417.0, 4434.0, 4425.0, 4426.0, 4434.0, 4416.0, 4466.0, 4402.0, 4454.0, 4404.0, 4422.0, 4401.0, 4420.0, 4391.0, 4422.0, 4391.0, 4422.0, 4392.0, 4421.0, 4391.0, 4433.0, 4401.0, 4421.0, 4405.0, 4432.0, 4403.0, 4433.0, 4412.0, 4432.0, 4413.0, 4429.0, 4402.0, 4432.0, 4400.0, 4418.0, 4414.0, 4431.0, 4401.0, 4443.0, 4399.0, 4419.0, 4390.0, 4420.0, 4389.0, 4421.0, 4391.0, 4437.0, 4393.0, 4424.0, 4390.0, 4430.0, 4399.0, 4421.0, 4403.0, 4441.0, 4425.0, 4437.0, 4416.0, 4413.0, 4402.0, 4404.0, 4459.0, 4438.0, 4447.0, 4412.0, 4416.0, 4456.0, 4413.0, 4404.0, 4424.0, 4414.0, 4454.0, 4402.0, 4432.0, 4400.0, 4440.0, 4400.0, 4452.0, 4400.0, 4400.0, 4397.0, 4400.0, 4445.0, 4413.0, 4380.0, 4400.0, 4402.0, 4403.0, 4417.0, 4456.0, 4403.0, 4435.0], 'WindowWidth': [9917.0, 9810.0, 9844.0, 9771.0, 9803.0, 9739.0, 9760.0, 9715.0, 9757.0, 9733.0, 9752.0, 9720.0, 9774.0, 9736.0, 9775.0, 9755.0, 9759.0, 9756.0, 9778.0, 9755.0, 9788.0, 9757.0, 9781.0, 9756.0, 9767.0, 9764.0, 9768.0, 9734.0, 9767.0, 9734.0, 9752.0, 9762.0, 9734.0, 9767.0, 9758.0, 9762.0, 9742.0, 9798.0, 9735.0, 9760.0, 9737.0, 9759.0, 9755.0, 9742.0, 9736.0, 9747.0, 9716.0, 9751.0, 9733.0, 9748.0, 9731.0, 9736.0, 9777.0, 9757.0, 9790.0, 9755.0, 9779.0, 9737.0, 9784.0, 9764.0, 9775.0, 9763.0, 9784.0, 9743.0, 9778.0, 9778.0, 9763.0, 9740.0, 9767.0, 9722.0, 9747.0, 9748.0, 9769.0, 9740.0, 9770.0, 9740.0, 9750.0, 9769.0, 9773.0, 9753.0, 9793.0, 9755.0, 9754.0, 9760.0, 9775.0, 9781.0, 9758.0, 9792.0, 9736.0, 9800.0, 9756.0, 9759.0, 9745.0, 9785.0, 9739.0, 9759.0, 9746.0, 9763.0, 9730.0, 9749.0, 9730.0, 9732.0, 9764.0, 9757.0, 9795.0, 9737.0, 9775.0, 9734.0, 9761.0, 9735.0, 9764.0, 9739.0, 9765.0, 9737.0, 9745.0, 9756.0, 9774.0, 9735.0, 9751.0, 9726.0, 9763.0, 9807.0, 9754.0, 9795.0, 9745.0, 9766.0, 9762.0, 9753.0, 9767.0, 9785.0, 9738.0, 9754.0, 9692.0, 9685.0, 9730.0, 9744.0, 9752.0, 9769.0, 9766.0, 9782.0, 9758.0, 9818.0, 9734.0, 9766.0, 9712.0, 9713.0, 9730.0, 9828.0, 9770.0, 9788.0, 9741.0, 9736.0, 9664.0, 9689.0, 9626.0, 9640.0, 9623.0, 9656.0, 9628.0, 9641.0, 9627.0, 9646.0, 9662.0, 9665.0, 9665.0, 9666.0, 9679.0, 9700.0, 9728.0, 9697.0, 9698.0, 9700.0, 9687.0, 9703.0, 9704.0, 9728.0, 9737.0, 9727.0, 9767.0, 9712.0, 9775.0, 9732.0, 9750.0, 9713.0, 9753.0, 9711.0, 9745.0, 9715.0, 9702.0, 9728.0, 9726.0, 9765.0, 9744.0, 9783.0, 9737.0, 9758.0, 9735.0, 9768.0, 9738.0, 9737.0, 9731.0, 9716.0, 9747.0, 9724.0, 9757.0, 9733.0, 9741.0, 9698.0, 9743.0, 9732.0, 9726.0, 9729.0, 9728.0, 9697.0, 9727.0, 9720.0, 9774.0, 9737.0, 9774.0, 9736.0, 9780.0, 9757.0, 9795.0, 9753.0, 9736.0, 9756.0, 9782.0, 9757.0, 9779.0, 9735.0, 9743.0, 9750.0, 9776.0, 9756.0, 9731.0, 9731.0, 9705.0, 9746.0, 9718.0, 9768.0, 9739.0, 9766.0, 9740.0, 9781.0, 9736.0, 9781.0, 9736.0, 9763.0, 9744.0, 9782.0, 9744.0, 9802.0, 9744.0, 9798.0, 9745.0, 9794.0, 9765.0, 9782.0, 9737.0, 9780.0, 9738.0, 9761.0, 9753.0, 9757.0, 9732.0, 9758.0, 9740.0, 9769.0, 9763.0, 9777.0, 9741.0, 9793.0, 9760.0, 9791.0, 9759.0, 9776.0, 9733.0, 9754.0, 9742.0, 9776.0, 9739.0, 9776.0, 9739.0, 9778.0, 9761.0, 9795.0, 9746.0, 9780.0, 9738.0, 9760.0, 9759.0, 9777.0, 9755.0, 9776.0, 9733.0, 9742.0, 9753.0, 9753.0, 9751.0, 9762.0, 9731.0, 9742.0, 9742.0, 9757.0, 9723.0, 9762.0, 9719.0, 9747.0, 9740.0, 9742.0, 9773.0, 9748.0, 9757.0, 9730.0, 9793.0, 9728.0, 9771.0, 9734.0, 9752.0, 9715.0, 9756.0, 9738.0, 9771.0, 9735.0, 9769.0, 9717.0, 9740.0, 9719.0, 9746.0, 9719.0, 9772.0, 9741.0, 9832.0, 9773.0, 9763.0, 9785.0, 9760.0, 9760.0, 9797.0, 9850.0, 9786.0, 9816.0, 9718.0, 9753.0, 9715.0, 9755.0, 9717.0, 9753.0, 9726.0, 9736.0, 9735.0, 9750.0, 9737.0, 9756.0, 9732.0, 9721.0, 9743.0, 9729.0, 9794.0, 9761.0, 9804.0, 9788.0, 9820.0, 9787.0, 9807.0, 9766.0, 9800.0, 9764.0, 9820.0, 9777.0, 9817.0, 9737.0, 9747.0, 9751.0, 9783.0, 9734.0, 9794.0, 9733.0, 9754.0, 9750.0, 9811.0, 9730.0, 9796.0, 9732.0, 9751.0, 9733.0, 9763.0, 9729.0, 9737.0, 9736.0, 9704.0, 9771.0, 9755.0, 9764.0, 9751.0, 9734.0, 9704.0, 9768.0, 9741.0, 9759.0, 9740.0, 9778.0, 9733.0, 9799.0, 9761.0, 9792.0, 9760.0, 9763.0, 9736.0, 9763.0, 9756.0, 9806.0, 9751.0, 9801.0, 9713.0, 9753.0, 9737.0, 9770.0, 9719.0, 9757.0, 9715.0, 9755.0, 9736.0, 9777.0, 9740.0, 9775.0, 9738.0, 9782.0, 9758.0, 9774.0, 9758.0, 9775.0, 9737.0, 9768.0, 9741.0, 9778.0, 9720.0, 9758.0, 9703.0, 9762.0, 9728.0, 9748.0, 9729.0, 9730.0, 9729.0, 9752.0, 9777.0, 9736.0, 9757.0, 9735.0, 9775.0, 9754.0, 9789.0, 9741.0, 9775.0, 9731.0, 9770.0, 9753.0, 9773.0, 9737.0, 9772.0, 9731.0, 9775.0, 9756.0, 9773.0, 9751.0, 9736.0, 9735.0, 9724.0, 9770.0, 9761.0, 9770.0, 9733.0, 9732.0, 9749.0, 9752.0, 9772.0, 9735.0, 9701.0, 9731.0, 9739.0, 9755.0, 9724.0, 9785.0, 9738.0, 9776.0, 9762.0, 9801.0, 9751.0, 9785.0, 9730.0, 9731.0, 9763.0, 9752.0, 9789.0, 9735.0, 9759.0, 9728.0, 9717.0, 9763.0, 9810.0, 9742.0, 9795.0, 9736.0, 9778.0, 9747.0, 9781.0, 9725.0, 9777.0, 9735.0, 9760.0, 9744.0, 9782.0, 9745.0, 9749.0, 9716.0, 9727.0, 9744.0, 9733.0, 9769.0, 9732.0, 9754.0, 9730.0, 9752.0, 9753.0, 9797.0, 9717.0, 9771.0, 9733.0, 9757.0, 9733.0, 9803.0, 9758.0, 9774.0, 9757.0, 9779.0, 9742.0, 9779.0, 9740.0, 9744.0, 9722.0, 9749.0, 9717.0, 9727.0, 9723.0, 9752.0, 9724.0, 9787.0, 9743.0, 9769.0, 9759.0, 9758.0, 9795.0, 9757.0, 9796.0, 9735.0, 9782.0, 9739.0, 9759.0, 9732.0, 9746.0, 9713.0, 9750.0, 9730.0, 9727.0, 9725.0, 9726.0, 9727.0, 9736.0, 9714.0, 9765.0, 9721.0, 9759.0, 9739.0, 9800.0, 9738.0, 9796.0, 9737.0, 9761.0, 9739.0, 9778.0, 9730.0, 9772.0, 9726.0, 9747.0, 9718.0, 9751.0, 9710.0, 9780.0, 9735.0, 9756.0, 9735.0, 9745.0, 9735.0, 9723.0, 9755.0, 9738.0, 9766.0, 9768.0, 9841.0, 9780.0, 9779.0, 9776.0, 9764.0, 9809.0, 9873.0, 9782.0, 9789.0, 9736.0, 9717.0, 9690.0, 9705.0, 9696.0, 9701.0, 9723.0, 9718.0, 9684.0, 9710.0, 9743.0, 9710.0, 9719.0, 9709.0, 9720.0, 9732.0, 9770.0, 9759.0, 9776.0, 9716.0, 9748.0, 9733.0, 9719.0, 9789.0, 9740.0, 9799.0, 9767.0, 9796.0, 9760.0, 9767.0, 9740.0, 9727.0, 9789.0, 9709.0, 9784.0, 9716.0, 9747.0, 9708.0, 9741.0, 9708.0, 9754.0, 9710.0, 9733.0, 9698.0, 9737.0, 9697.0, 9758.0, 9701.0, 9772.0, 9770.0, 9832.0, 9764.0, 9773.0, 9739.0, 9741.0, 9743.0, 9755.0, 9767.0, 9799.0, 9755.0, 9785.0, 9766.0, 9764.0, 9769.0, 9749.0, 9832.0, 9760.0, 9798.0, 9707.0, 9764.0, 9695.0, 9740.0, 9723.0, 9707.0, 9688.0, 9671.0, 9690.0, 9690.0, 9711.0, 9672.0, 9696.0, 9677.0, 9736.0, 9718.0, 9740.0, 9708.0, 9743.0, 9709.0, 9744.0, 9724.0, 9729.0, 9717.0, 9714.0, 9715.0, 9726.0, 9766.0, 9724.0, 9760.0, 9725.0, 9766.0, 9735.0, 9754.0, 9716.0, 9751.0, 9709.0, 9747.0, 9730.0, 9741.0, 9712.0, 9746.0, 9757.0, 9752.0, 9785.0, 9735.0, 9769.0, 9735.0, 9775.0, 9757.0, 9776.0, 9737.0, 9762.0, 9722.0, 9767.0, 9737.0, 9770.0, 9719.0, 9752.0, 9817.0, 9752.0, 9810.0, 9739.0, 9776.0, 9748.0, 9795.0, 9742.0, 9779.0, 9723.0, 9784.0, 9745.0, 9785.0, 9741.0, 9770.0, 9772.0, 9771.0, 9780.0, 9775.0, 9766.0, 9760.0, 9797.0, 9759.0, 9796.0, 9756.0, 9817.0, 9765.0, 9799.0, 9763.0, 9783.0, 9744.0, 9784.0, 9777.0, 9770.0, 9761.0, 9752.0, 9832.0, 9751.0, 9792.0, 9731.0, 9759.0, 9739.0, 9755.0, 9718.0, 9761.0, 9717.0, 9742.0, 9756.0, 9729.0, 9752.0, 9749.0, 9747.0, 9645.0, 9707.0, 9726.0, 9724.0, 9712.0, 9712.0, 9767.0, 9730.0, 9715.0, 9754.0, 9732.0, 9798.0, 9790.0, 9761.0, 9779.0, 9688.0, 9742.0, 9674.0, 9745.0, 9704.0, 9725.0, 9674.0, 9728.0, 9688.0, 9745.0, 9692.0, 9732.0, 9695.0, 9747.0, 9714.0, 9747.0, 9727.0, 9707.0, 9797.0, 9742.0, 9764.0, 9749.0, 9746.0, 9812.0, 9756.0, 9788.0, 9793.0, 9707.0, 9780.0, 9717.0, 9762.0, 9688.0, 9726.0, 9687.0, 9748.0, 9714.0, 9766.0, 9706.0, 9728.0, 9708.0, 9707.0, 9714.0, 9744.0, 9739.0, 9778.0, 9753.0, 9722.0, 9766.0, 9735.0, 9785.0, 9811.0, 9771.0, 9772.0, 9728.0, 9767.0, 9729.0, 9816.0, 9760.0, 9809.0, 9738.0, 9769.0, 9724.0, 9781.0, 9751.0, 9754.0, 9727.0, 9771.0, 9731.0, 9784.0, 9749.0, 9766.0, 9714.0, 9754.0, 9723.0, 9737.0, 9715.0, 9752.0, 9710.0, 9745.0, 9721.0, 9745.0, 9729.0, 9744.0, 9772.0, 9746.0, 9786.0, 9741.0, 9751.0, 9712.0, 9785.0, 9733.0, 9780.0, 9744.0, 9767.0, 9715.0, 9768.0, 9735.0, 9756.0, 9698.0, 9751.0, 9712.0, 9732.0, 9705.0, 9727.0, 9724.0, 9751.0, 9712.0, 9736.0, 9735.0, 9752.0, 9744.0, 9788.0, 9736.0, 9786.0, 9744.0, 9773.0, 9734.0, 9755.0, 9698.0, 9742.0, 9731.0, 9745.0, 9783.0, 9724.0, 9761.0, 9705.0, 9765.0, 9711.0, 9742.0, 9704.0, 9728.0, 9685.0, 9699.0, 9695.0, 9716.0, 9728.0, 9721.0, 9743.0, 9707.0, 9768.0, 9744.0, 9777.0, 9731.0, 9766.0, 9726.0, 9750.0, 9739.0, 9769.0, 9730.0, 9752.0, 9731.0, 9768.0, 9733.0, 9788.0, 9719.0, 9774.0, 9722.0, 9755.0, 9755.0, 9799.0, 9725.0, 9797.0, 9720.0, 9743.0, 9725.0, 9747.0, 9742.0, 9744.0, 9704.0, 9750.0, 9740.0, 9756.0, 9791.0, 9751.0, 9774.0, 9719.0, 9793.0, 9743.0, 9773.0, 9719.0, 9757.0, 9715.0, 9749.0, 9721.0, 9740.0, 9752.0, 9729.0, 9711.0, 9715.0, 9699.0, 9735.0, 9786.0, 9730.0, 9761.0, 9738.0, 9725.0, 9762.0, 9818.0, 9754.0, 9796.0, 9730.0, 9773.0, 9791.0, 9740.0, 9794.0, 9738.0, 9791.0, 9738.0, 9782.0, 9717.0, 9748.0, 9746.0, 9733.0, 9805.0, 9715.0, 9748.0, 9706.0, 9734.0, 9675.0, 9723.0, 9749.0, 9707.0, 9767.0, 9724.0, 9766.0, 9716.0, 9746.0, 9724.0, 9738.0, 9693.0, 9723.0, 9701.0, 9720.0, 9765.0, 9726.0, 9748.0, 9727.0, 9783.0, 9707.0, 9764.0, 9710.0, 9746.0, 9727.0, 9733.0, 9693.0, 9740.0, 9706.0, 9724.0, 9782.0, 9730.0, 9761.0, 9726.0, 9748.0, 9710.0, 9772.0, 9737.0, 9754.0, 9720.0, 9755.0, 9715.0, 9764.0, 9739.0, 9754.0, 9744.0, 9758.0, 9754.0, 9751.0, 9791.0, 9732.0, 9771.0, 9719.0, 9787.0, 9742.0, 9773.0, 9736.0, 9774.0, 9717.0, 9755.0, 9739.0, 9742.0, 9724.0, 9747.0, 9697.0, 9726.0, 9743.0, 9730.0, 9753.0, 9732.0, 9760.0, 9738.0, 9792.0, 9747.0, 9777.0, 9720.0, 9763.0, 9705.0, 9749.0, 9758.0, 9744.0, 9793.0, 9721.0, 9773.0, 9739.0, 9763.0, 9720.0, 9767.0, 9728.0, 9764.0, 9726.0, 9758.0, 9728.0, 9781.0, 9836.0, 9761.0, 9817.0, 9766.0, 9818.0, 9770.0, 9806.0, 9747.0, 9790.0, 9748.0, 9773.0, 9780.0, 9771.0, 9810.0, 9771.0, 9812.0, 9734.0, 9794.0, 9739.0, 9753.0, 9716.0, 9754.0, 9711.0, 9721.0, 9741.0, 9739.0, 9717.0, 9758.0, 9716.0, 9761.0, 9754.0, 9765.0, 9770.0, 9748.0, 9756.0, 9733.0, 9764.0, 9742.0, 9777.0, 9747.0, 9782.0, 9749.0, 9815.0, 9770.0, 9785.0, 9723.0, 9769.0, 9723.0, 9751.0, 9724.0, 9735.0, 9745.0, 9752.0, 9726.0, 9744.0, 9761.0, 9761.0, 9830.0, 9760.0, 9811.0, 9748.0, 9802.0, 9745.0, 9762.0, 9750.0, 9753.0, 9762.0, 9739.0, 9810.0, 9716.0, 9789.0, 9720.0, 9740.0, 9714.0, 9734.0, 9698.0, 9742.0, 9700.0, 9742.0, 9702.0, 9738.0, 9700.0, 9759.0, 9713.0, 9739.0, 9725.0, 9754.0, 9717.0, 9758.0, 9727.0, 9753.0, 9732.0, 9748.0, 9714.0, 9754.0, 9709.0, 9731.0, 9734.0, 9751.0, 9711.0, 9770.0, 9707.0, 9731.0, 9697.0, 9734.0, 9692.0, 9738.0, 9696.0, 9768.0, 9703.0, 9746.0, 9693.0, 9749.0, 9705.0, 9736.0, 9715.0, 9765.0, 9749.0, 9765.0, 9736.0, 9728.0, 9715.0, 9716.0, 9799.0, 9770.0, 9781.0, 9728.0, 9734.0, 9789.0, 9727.0, 9718.0, 9745.0, 9728.0, 9786.0, 9709.0, 9752.0, 9705.0, 9760.0, 9706.0, 9782.0, 9704.0, 9704.0, 9701.0, 9706.0, 9775.0, 9727.0, 9678.0, 9702.0, 9710.0, 9717.0, 9742.0, 9795.0, 9716.0, 9760.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.002601595576619273</td></tr>
<tr><td colspan=3>aqi</td><td>0.0328832808056872</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.85723395364424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3114445086956514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0105108739288533</td></tr>
<tr><td colspan=3>efc</td><td>0.5282</td></tr>
<tr><td colspan=3>fber</td><td>4355.6777</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09689770590463423</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.660347551342812</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4705913612939443</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3344691261601005</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6827864814919313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3945184762298006</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017307519912719727</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05090949684381485</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.304468661279093</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.2975</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.651</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.9591</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1090.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.8906</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.7306</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.8545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.3453</td></tr>
<tr><td colspan=3>tsnr</td><td>34.68904443830252</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>