<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-04/func/sub-0032_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>a1ec06d0d0574d20ce383e0a602b4a0f</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:43:17.815000</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.996479, -0.0733198, 0.0406621, 0.0761501, 0.994414, -0.0730825]</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.0942857</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>[4139, -7789, -7217, 595, -50, -224, 101, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a22d8fa-e413-4527-afae-8c3aa4c96790||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.673480749130249, 0.20430518686771393, 0.09470673650503159, 102.58418273925781], [0.19671177864074707, 2.6679413318634033, -0.2049884796142578, -102.51298522949219], [0.10909342020750046, 0.19607512652873993, 2.6905407905578613, -76.15666961669922], [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': ['154317.815000', '154318.275000', '154318.735000', '154319.195000', '154319.655000', '154320.115000', '154320.575000', '154321.035000', '154321.495000', '154321.955000', '154322.415000', '154322.875000', '154323.335000', '154323.795000', '154324.255000', '154324.715000', '154325.175000', '154325.635000', '154326.095000', '154326.555000', '154327.015000', '154327.475000', '154327.935000', '154328.395000', '154328.855000', '154329.315000', '154329.775000', '154330.235000', '154330.695000', '154331.155000', '154331.615000', '154332.075000', '154332.535000', '154332.995000', '154333.455000', '154333.915000', '154334.375000', '154334.835000', '154335.295000', '154335.755000', '154336.215000', '154336.675000', '154337.135000', '154337.595000', '154338.055000', '154338.515000', '154338.975000', '154339.435000', '154339.895000', '154340.355000', '154340.815000', '154341.275000', '154341.735000', '154342.195000', '154342.655000', '154343.115000', '154343.575000', '154344.035000', '154344.495000', '154344.955000', '154345.415000', '154345.875000', '154346.335000', '154346.795000', '154347.255000', '154347.715000', '154348.175000', '154348.635000', '154349.095000', '154349.555000', '154350.015000', '154350.475000', '154350.935000', '154351.395000', '154351.855000', '154352.315000', '154352.775000', '154353.235000', '154353.695000', '154354.155000', '154354.615000', '154355.075000', '154355.535000', '154355.995000', '154356.455000', '154356.915000', '154357.375000', '154357.835000', '154358.295000', '154358.755000', '154359.215000', '154359.675000', '154400.135000', '154400.595000', '154401.055000', '154401.515000', '154401.975000', '154402.435000', '154402.895000', '154403.355000', '154403.815000', '154404.275000', '154404.735000', '154405.195000', '154405.655000', '154406.115000', '154406.575000', '154407.035000', '154407.495000', '154407.955000', '154408.415000', '154408.875000', '154409.335000', '154409.795000', '154410.255000', '154410.715000', '154411.175000', '154411.635000', '154412.095000', '154412.555000', '154413.015000', '154413.475000', '154413.935000', '154414.395000', '154414.855000', '154415.315000', '154415.775000', '154416.235000', '154416.695000', '154417.155000', '154417.615000', '154418.075000', '154418.535000', '154418.995000', '154419.455000', '154419.915000', '154420.375000', '154420.835000', '154421.295000', '154421.755000', '154422.215000', '154422.675000', '154423.135000', '154423.595000', '154424.055000', '154424.515000', '154424.975000', '154425.435000', '154425.895000', '154426.355000', '154426.815000', '154427.275000', '154427.735000', '154428.195000', '154428.655000', '154429.115000', '154429.575000', '154430.035000', '154430.495000', '154430.955000', '154431.415000', '154431.875000', '154432.335000', '154432.795000', '154433.255000', '154433.715000', '154434.175000', '154434.635000', '154435.095000', '154435.555000', '154436.015000', '154436.475000', '154436.935000', '154437.395000', '154437.855000', '154438.315000', '154438.775000', '154439.235000', '154439.695000', '154440.155000', '154440.615000', '154441.075000', '154441.535000', '154441.995000', '154442.455000', '154442.915000', '154443.375000', '154443.835000', '154444.295000', '154444.755000', '154445.215000', '154445.675000', '154446.135000', '154446.595000', '154447.055000', '154447.515000', '154447.975000', '154448.435000', '154448.895000', '154449.355000', '154449.815000', '154450.275000', '154450.735000', '154451.195000', '154451.655000', '154452.115000', '154452.575000', '154453.035000', '154453.495000', '154453.955000', '154454.415000', '154454.875000', '154455.335000', '154455.795000', '154456.255000', '154456.715000', '154457.175000', '154457.635000', '154458.095000', '154458.555000', '154459.015000', '154459.475000', '154459.935000', '154500.395000', '154500.855000', '154501.315000', '154501.775000', '154502.235000', '154502.695000', '154503.155000', '154503.615000', '154504.075000', '154504.535000', '154504.995000', '154505.455000', '154505.915000', '154506.375000', '154506.835000', '154507.295000', '154507.755000', '154508.215000', '154508.675000', '154509.135000', '154509.595000', '154510.055000', '154510.515000', '154510.975000', '154511.435000', '154511.895000', '154512.355000', '154512.815000', '154513.275000', '154513.735000', '154514.195000', '154514.655000', '154515.115000', '154515.575000', '154516.035000', '154516.495000', '154516.955000', '154517.415000', '154517.875000', '154518.335000', '154518.795000', '154519.255000', '154519.715000', '154520.175000', '154520.635000', '154521.095000', '154521.555000', '154522.015000', '154522.475000', '154522.935000', '154523.395000', '154523.855000', '154524.315000', '154524.775000', '154525.235000', '154525.695000', '154526.155000', '154526.615000', '154527.075000', '154527.535000', '154527.995000', '154528.455000', '154528.915000', '154529.375000', '154529.835000', '154530.295000', '154530.755000', '154531.215000', '154531.675000', '154532.135000', '154532.595000', '154533.055000', '154533.515000', '154533.975000', '154534.435000', '154534.895000', '154535.355000', '154535.815000', '154536.275000', '154536.735000', '154537.195000', '154537.655000', '154538.115000', '154538.575000', '154539.035000', '154539.495000', '154539.955000', '154540.415000', '154540.875000', '154541.335000', '154541.795000', '154542.255000', '154542.715000', '154543.175000', '154543.635000', '154544.095000', '154544.555000', '154545.015000', '154545.475000', '154545.935000', '154546.395000', '154546.855000', '154547.315000', '154547.775000', '154548.235000', '154548.695000', '154549.155000', '154549.615000', '154550.075000', '154550.535000', '154550.995000', '154551.455000', '154551.915000', '154552.375000', '154552.835000', '154553.295000', '154553.755000', '154554.215000', '154554.675000', '154555.135000', '154555.595000', '154556.055000', '154556.515000', '154556.975000', '154557.435000', '154557.895000', '154558.355000', '154558.815000', '154559.275000', '154559.735000', '154600.195000', '154600.655000', '154601.115000', '154601.575000', '154602.035000', '154602.495000', '154602.955000', '154603.415000', '154603.875000', '154604.335000', '154604.795000', '154605.255000', '154605.715000', '154606.175000', '154606.635000', '154607.095000', '154607.555000', '154608.015000', '154608.475000', '154608.935000', '154609.395000', '154609.855000', '154610.315000', '154610.775000', '154611.235000', '154611.695000', '154612.155000', '154612.615000', '154613.075000', '154613.535000', '154613.995000', '154614.455000', '154614.915000', '154615.375000', '154615.835000', '154616.295000', '154616.755000', '154617.215000', '154617.675000', '154618.135000', '154618.595000', '154619.055000', '154619.515000', '154619.975000', '154620.435000', '154620.895000', '154621.355000', '154621.815000', '154622.275000', '154622.735000', '154623.195000', '154623.655000', '154624.115000', '154624.575000', '154625.035000', '154625.495000', '154625.955000', '154626.415000', '154626.875000', '154627.335000', '154627.795000', '154628.255000', '154628.715000', '154629.175000', '154629.635000', '154630.095000', '154630.555000', '154631.015000', '154631.475000', '154631.935000', '154632.395000', '154632.855000', '154633.315000', '154633.775000', '154634.235000', '154634.695000', '154635.155000', '154635.615000', '154636.075000', '154636.535000', '154636.995000', '154637.455000', '154637.915000', '154638.375000', '154638.835000', '154639.295000', '154639.755000', '154640.215000', '154640.675000', '154641.135000', '154641.595000', '154642.055000', '154642.515000', '154642.975000', '154643.435000', '154643.895000', '154644.355000', '154644.815000', '154645.275000', '154645.735000', '154646.195000', '154646.655000', '154647.115000', '154647.575000', '154648.035000', '154648.495000', '154648.955000', '154649.415000', '154649.875000', '154650.335000', '154650.795000', '154651.255000', '154651.715000', '154652.175000', '154652.635000', '154653.095000', '154653.555000', '154654.015000', '154654.475000', '154654.935000', '154655.395000', '154655.855000', '154656.315000', '154656.775000', '154657.235000', '154657.695000', '154658.155000', '154658.615000', '154659.075000', '154659.535000', '154659.995000', '154700.455000', '154700.915000', '154701.375000', '154701.835000', '154702.295000', '154702.755000', '154703.215000', '154703.675000', '154704.135000', '154704.595000', '154705.055000', '154705.515000', '154705.975000', '154706.435000', '154706.895000', '154707.355000', '154707.815000', '154708.275000', '154708.735000', '154709.195000', '154709.655000', '154710.115000', '154710.575000', '154711.035000', '154711.495000', '154711.955000', '154712.415000', '154712.875000', '154713.335000', '154713.795000', '154714.255000', '154714.715000', '154715.175000', '154715.635000', '154716.095000', '154716.555000', '154717.015000', '154717.475000', '154717.935000', '154718.395000', '154718.855000', '154719.315000', '154719.775000', '154720.235000', '154720.695000', '154721.155000', '154721.615000', '154722.075000', '154722.535000', '154722.995000', '154723.455000', '154723.915000', '154724.375000', '154724.835000', '154725.295000', '154725.755000', '154726.215000', '154726.675000', '154727.135000', '154727.595000', '154728.055000', '154728.515000', '154728.975000', '154729.435000', '154729.895000', '154730.355000', '154730.815000', '154731.275000', '154731.735000', '154732.195000', '154732.655000', '154733.115000', '154733.575000', '154734.035000', '154734.495000', '154734.955000', '154735.415000', '154735.875000', '154736.335000', '154736.795000', '154737.255000', '154737.715000', '154738.175000', '154738.635000', '154739.095000', '154739.555000', '154740.015000', '154740.475000', '154740.935000', '154741.395000', '154741.855000', '154742.315000', '154742.775000', '154743.235000', '154743.695000', '154744.155000', '154744.615000', '154745.075000', '154745.535000', '154745.995000', '154746.455000', '154746.915000', '154747.375000', '154747.835000', '154748.295000', '154748.755000', '154749.215000', '154749.675000', '154750.135000', '154750.595000', '154751.055000', '154751.515000', '154751.975000', '154752.435000', '154752.895000', '154753.355000', '154753.815000', '154754.275000', '154754.735000', '154755.195000', '154755.655000', '154756.115000', '154756.575000', '154757.035000', '154757.495000', '154757.955000', '154758.415000', '154758.875000', '154759.335000', '154759.795000', '154800.255000', '154800.715000', '154801.175000', '154801.635000', '154802.095000', '154802.555000', '154803.015000', '154803.475000', '154803.935000', '154804.395000', '154804.855000', '154805.315000', '154805.775000', '154806.235000', '154806.695000', '154807.155000', '154807.615000', '154808.075000', '154808.535000', '154808.995000', '154809.455000', '154809.915000', '154810.375000', '154810.835000', '154811.295000', '154811.755000', '154812.215000', '154812.675000', '154813.135000', '154813.595000', '154814.055000', '154814.515000', '154814.975000', '154815.435000', '154815.895000', '154816.355000', '154816.815000', '154817.275000', '154817.735000', '154818.195000', '154818.655000', '154819.115000', '154819.575000', '154820.035000', '154820.495000', '154820.955000', '154821.415000', '154821.875000', '154822.335000', '154822.795000', '154823.255000', '154823.715000', '154824.175000', '154824.635000', '154825.095000', '154825.555000', '154826.015000', '154826.475000', '154826.935000', '154827.395000', '154827.855000', '154828.315000', '154828.775000', '154829.235000', '154829.695000', '154830.155000', '154830.615000', '154831.075000', '154831.535000', '154831.995000', '154832.455000', '154832.915000', '154833.375000', '154833.835000', '154834.295000', '154834.755000', '154835.215000', '154835.675000', '154836.135000', '154836.595000', '154837.055000', '154837.515000', '154837.975000', '154838.435000', '154838.895000', '154839.355000', '154839.815000', '154840.275000', '154840.735000', '154841.195000', '154841.655000', '154842.115000', '154842.575000', '154843.035000', '154843.495000', '154843.955000', '154844.415000', '154844.875000', '154845.335000', '154845.795000', '154846.255000', '154846.715000', '154847.175000', '154847.635000', '154848.095000', '154848.555000', '154849.015000', '154849.475000', '154849.935000', '154850.395000', '154850.855000', '154851.315000', '154851.775000', '154852.235000', '154852.695000', '154853.155000', '154853.615000', '154854.075000', '154854.535000', '154854.995000', '154855.455000', '154855.915000', '154856.375000', '154856.835000', '154857.295000', '154857.755000', '154858.215000', '154858.675000', '154859.135000', '154859.595000', '154900.055000', '154900.515000', '154900.975000', '154901.435000', '154901.895000', '154902.355000', '154902.815000', '154903.275000', '154903.735000', '154904.195000', '154904.655000', '154905.115000', '154905.575000', '154906.035000', '154906.495000', '154906.955000', '154907.415000', '154907.875000', '154908.335000', '154908.795000', '154909.255000', '154909.715000', '154910.175000', '154910.635000', '154911.095000', '154911.555000', '154912.015000', '154912.475000', '154912.935000', '154913.395000', '154913.855000', '154914.315000', '154914.775000', '154915.235000', '154915.695000', '154916.155000', '154916.615000', '154917.075000', '154917.535000', '154917.995000', '154918.455000', '154918.915000', '154919.375000', '154919.835000', '154920.295000', '154920.755000', '154921.215000', '154921.675000', '154922.135000', '154922.595000', '154923.055000', '154923.515000', '154923.975000', '154924.435000', '154924.895000', '154925.355000', '154925.815000', '154926.275000', '154926.735000', '154927.195000', '154927.655000', '154928.115000', '154928.575000', '154929.035000', '154929.495000', '154929.955000', '154930.415000', '154930.875000', '154931.335000', '154931.795000', '154932.255000', '154932.715000', '154933.175000', '154933.635000', '154934.095000', '154934.555000', '154935.015000', '154935.475000', '154935.935000', '154936.395000', '154936.855000', '154937.315000', '154937.775000', '154938.235000', '154938.695000', '154939.155000', '154939.615000', '154940.075000', '154940.535000', '154940.995000', '154941.455000', '154941.915000', '154942.375000', '154942.835000', '154943.295000', '154943.755000', '154944.215000', '154944.675000', '154945.135000', '154945.595000', '154946.055000', '154946.515000', '154946.975000', '154947.435000', '154947.895000', '154948.355000', '154948.815000', '154949.275000', '154949.735000', '154950.195000', '154950.655000', '154951.115000', '154951.575000', '154952.035000', '154952.495000', '154952.955000', '154953.415000', '154953.875000', '154954.335000', '154954.795000', '154955.255000', '154955.715000', '154956.175000', '154956.635000', '154957.095000', '154957.555000', '154958.015000', '154958.475000', '154958.935000', '154959.395000', '154959.855000', '155000.315000', '155000.775000', '155001.235000', '155001.695000', '155002.155000', '155002.615000', '155003.075000', '155003.535000', '155003.995000', '155004.455000', '155004.915000', '155005.375000', '155005.835000', '155006.295000', '155006.755000', '155007.215000', '155007.675000', '155008.135000', '155008.595000', '155009.055000', '155009.515000', '155009.975000', '155010.435000', '155010.895000', '155011.355000', '155011.815000', '155012.275000', '155012.735000', '155013.195000', '155013.655000', '155014.115000', '155014.575000', '155015.035000', '155015.495000', '155015.955000', '155016.415000', '155016.875000', '155017.335000', '155017.795000', '155018.255000', '155018.715000', '155019.175000', '155019.635000', '155020.095000', '155020.555000', '155021.015000', '155021.475000', '155021.935000', '155022.395000', '155022.855000', '155023.315000', '155023.775000', '155024.235000', '155024.695000', '155025.155000', '155025.615000', '155026.075000', '155026.535000', '155026.995000', '155027.455000', '155027.915000', '155028.375000', '155028.835000', '155029.295000', '155029.755000', '155030.215000', '155030.675000', '155031.135000', '155031.595000', '155032.055000', '155032.515000', '155032.975000', '155033.435000', '155033.895000', '155034.355000', '155034.815000', '155035.275000', '155035.735000', '155036.195000', '155036.655000', '155037.115000', '155037.575000', '155038.035000', '155038.495000', '155038.955000', '155039.415000', '155039.875000', '155040.335000', '155040.795000', '155041.255000', '155041.715000', '155042.175000', '155042.635000', '155043.095000', '155043.555000', '155044.015000', '155044.475000', '155044.935000', '155045.395000', '155045.855000', '155046.315000', '155046.775000', '155047.235000', '155047.695000', '155048.155000', '155048.615000', '155049.075000', '155049.535000', '155049.995000', '155050.455000', '155050.915000', '155051.375000', '155051.835000', '155052.295000', '155052.755000', '155053.215000', '155053.675000', '155054.135000', '155054.595000', '155055.055000', '155055.515000', '155055.975000', '155056.435000', '155056.895000', '155057.355000', '155057.815000', '155058.275000', '155058.735000', '155059.195000', '155059.655000', '155100.115000', '155100.575000', '155101.035000', '155101.495000', '155101.955000', '155102.415000', '155102.875000', '155103.335000', '155103.795000', '155104.255000', '155104.715000', '155105.175000', '155105.635000', '155106.095000', '155106.555000', '155107.015000', '155107.475000', '155107.935000', '155108.395000', '155108.855000', '155109.315000', '155109.775000', '155110.235000', '155110.695000', '155111.155000', '155111.615000', '155112.075000', '155112.535000', '155112.995000', '155113.455000', '155113.915000', '155114.375000', '155114.835000', '155115.295000', '155115.755000', '155116.215000', '155116.675000', '155117.135000', '155117.595000', '155118.055000', '155118.515000', '155118.975000', '155119.435000', '155119.895000', '155120.355000', '155120.815000', '155121.275000', '155121.735000', '155122.195000', '155122.655000', '155123.115000', '155123.575000', '155124.035000', '155124.495000', '155124.955000', '155125.415000', '155125.875000', '155126.335000', '155126.795000', '155127.255000', '155127.715000', '155128.175000', '155128.635000', '155129.095000', '155129.555000', '155130.015000', '155130.475000', '155130.935000', '155131.395000', '155131.855000', '155132.315000', '155132.775000', '155133.235000', '155133.695000', '155134.155000', '155134.615000', '155135.075000', '155135.535000', '155135.995000', '155136.455000', '155136.915000', '155137.375000', '155137.835000', '155138.295000', '155138.755000', '155139.215000', '155139.675000', '155140.135000', '155140.595000', '155141.055000', '155141.515000', '155141.975000', '155142.435000', '155142.895000', '155143.355000', '155143.815000', '155144.275000', '155144.735000', '155145.195000', '155145.655000', '155146.115000', '155146.575000', '155147.035000', '155147.495000', '155147.955000', '155148.415000', '155148.875000', '155149.335000', '155149.795000', '155150.255000', '155150.715000', '155151.175000', '155151.635000', '155152.095000', '155152.555000', '155153.015000', '155153.475000', '155153.935000', '155154.395000', '155154.855000', '155155.315000', '155155.775000', '155156.235000', '155156.695000', '155157.155000', '155157.615000', '155158.075000', '155158.535000', '155158.995000', '155159.455000', '155159.915000', '155200.375000', '155200.835000', '155201.295000', '155201.755000', '155202.215000', '155202.675000', '155203.135000', '155203.595000', '155204.055000', '155204.515000', '155204.975000', '155205.435000', '155205.895000', '155206.355000', '155206.815000', '155207.275000', '155207.735000', '155208.195000', '155208.655000', '155209.115000', '155209.575000', '155210.035000', '155210.495000', '155210.955000', '155211.415000', '155211.875000', '155212.335000', '155212.795000', '155213.255000', '155213.715000', '155214.175000', '155214.635000', '155215.095000', '155215.555000', '155216.015000', '155216.475000', '155216.935000', '155217.395000', '155217.855000', '155218.315000', '155218.775000', '155219.235000', '155219.695000', '155220.155000', '155220.615000', '155221.075000', '155221.535000', '155221.995000', '155222.455000', '155222.915000', '155223.375000', '155223.835000', '155224.295000', '155224.755000', '155225.215000', '155225.675000', '155226.135000', '155226.595000', '155227.055000', '155227.515000', '155227.975000', '155228.435000', '155228.895000', '155229.355000', '155229.815000', '155230.275000', '155230.735000', '155231.195000', '155231.655000', '155232.115000', '155232.575000', '155233.035000', '155233.495000', '155233.955000', '155234.415000', '155234.875000', '155235.335000', '155235.795000', '155236.255000', '155236.715000', '155237.175000', '155237.635000', '155238.095000', '155238.555000', '155239.015000', '155239.475000', '155239.935000', '155240.395000', '155240.855000', '155241.315000', '155241.775000', '155242.235000', '155242.695000', '155243.155000', '155243.615000', '155244.075000', '155244.535000', '155244.995000', '155245.455000', '155245.915000', '155246.375000', '155246.835000', '155247.295000', '155247.755000', '155248.215000', '155248.675000', '155249.135000', '155249.595000', '155250.055000', '155250.515000', '155250.975000', '155251.435000', '155251.895000', '155252.355000', '155252.815000', '155253.275000', '155253.735000', '155254.195000', '155254.655000', '155255.115000', '155255.575000', '155256.035000', '155256.495000', '155256.955000', '155257.415000', '155257.875000', '155258.335000', '155258.795000', '155259.255000', '155259.715000', '155300.175000', '155300.635000'], 'ContentTime': ['154341.646000', '154341.649000', '154341.652000', '154341.655000', '154341.657000', '154341.660000', '154341.662000', '154341.665000', '154341.668000', '154341.670000', '154341.673000', '154341.675000', '154341.678000', '154341.681000', '154341.683000', '154341.686000', '154341.688000', '154341.691000', '154341.693000', '154341.696000', '154341.698000', '154341.701000', '154341.704000', '154341.706000', '154341.709000', '154341.711000', '154341.714000', '154341.717000', '154341.719000', '154341.722000', '154341.724000', '154341.727000', '154341.729000', '154341.732000', '154341.734000', '154341.737000', '154341.739000', '154341.742000', '154341.745000', '154341.747000', '154341.750000', '154341.752000', '154341.755000', '154341.757000', '154341.760000', '154341.766000', '154341.769000', '154341.771000', '154341.774000', '154341.777000', '154401.612000', '154401.616000', '154401.619000', '154401.622000', '154401.624000', '154401.630000', '154401.632000', '154401.635000', '154401.637000', '154401.640000', '154401.643000', '154401.645000', '154401.648000', '154401.650000', '154401.653000', '154401.655000', '154401.658000', '154401.660000', '154401.663000', '154401.666000', '154401.668000', '154401.671000', '154401.674000', '154401.676000', '154401.679000', '154401.681000', '154401.684000', '154401.686000', '154401.689000', '154401.692000', '154401.694000', '154401.697000', '154401.700000', '154401.702000', '154401.705000', '154401.707000', '154401.710000', '154401.713000', '154401.715000', '154401.718000', '154401.720000', '154401.723000', '154401.725000', '154401.728000', '154421.612000', '154421.614000', '154421.617000', '154421.620000', '154421.622000', '154421.625000', '154421.627000', '154421.630000', '154421.633000', '154421.635000', '154421.638000', '154421.640000', '154421.643000', '154421.645000', '154421.648000', '154421.651000', '154421.653000', '154421.656000', '154421.658000', '154421.661000', '154421.663000', '154421.666000', '154421.669000', '154421.671000', '154421.674000', '154421.676000', '154421.679000', '154421.687000', '154421.689000', '154421.692000', '154421.694000', '154421.697000', '154421.700000', '154421.702000', '154421.705000', '154421.708000', '154421.710000', '154421.713000', '154421.715000', '154421.718000', '154421.720000', '154421.723000', '154421.725000', '154441.612000', '154441.614000', '154441.617000', '154441.620000', '154441.622000', '154441.625000', '154441.627000', '154441.630000', '154441.632000', '154441.635000', '154441.638000', '154441.640000', '154441.643000', '154441.645000', '154441.648000', '154441.659000', '154441.661000', '154441.664000', '154441.667000', '154441.669000', '154441.672000', '154441.674000', '154441.677000', '154441.679000', '154441.682000', '154441.684000', '154441.687000', '154441.690000', '154441.692000', '154441.695000', '154441.697000', '154441.700000', '154441.703000', '154441.705000', '154441.708000', '154441.710000', '154441.713000', '154441.716000', '154441.718000', '154441.721000', '154441.723000', '154441.726000', '154441.728000', '154501.611000', '154501.614000', '154501.617000', '154501.620000', '154501.622000', '154501.625000', '154501.627000', '154501.630000', '154501.632000', '154501.635000', '154501.638000', '154501.640000', '154501.643000', '154501.645000', '154501.648000', '154501.650000', '154501.653000', '154501.672000', '154501.675000', '154501.678000', '154501.680000', '154501.683000', '154501.685000', '154501.688000', '154501.691000', '154501.693000', '154501.696000', '154501.698000', '154501.701000', '154501.704000', '154501.706000', '154501.709000', '154501.715000', '154501.717000', '154501.720000', '154501.723000', '154501.725000', '154501.728000', '154501.730000', '154501.733000', '154501.736000', '154501.738000', '154501.741000', '154501.743000', '154521.610000', '154521.613000', '154521.616000', '154521.618000', '154521.621000', '154521.624000', '154521.627000', '154521.630000', '154521.633000', '154521.636000', '154521.638000', '154521.641000', '154521.643000', '154521.646000', '154521.648000', '154521.651000', '154521.656000', '154521.658000', '154521.661000', '154521.664000', '154521.666000', '154521.669000', '154521.671000', '154521.674000', '154521.677000', '154521.679000', '154521.682000', '154521.684000', '154521.687000', '154521.690000', '154521.692000', '154521.695000', '154521.697000', '154521.700000', '154521.703000', '154521.705000', '154521.708000', '154521.710000', '154521.713000', '154521.716000', '154521.718000', '154521.721000', '154521.723000', '154541.612000', '154541.614000', '154541.617000', '154541.620000', '154541.622000', '154541.625000', '154541.627000', '154541.630000', '154541.633000', '154541.635000', '154541.638000', '154541.641000', '154541.643000', '154541.646000', '154541.648000', '154541.651000', '154541.653000', '154541.656000', '154541.659000', '154541.661000', '154541.664000', '154541.666000', '154541.669000', '154541.671000', '154541.674000', '154541.676000', '154541.679000', '154541.682000', '154541.684000', '154541.687000', '154541.690000', '154541.692000', '154541.695000', '154541.697000', '154541.700000', '154541.703000', '154541.705000', '154541.708000', '154541.711000', '154541.713000', '154541.716000', '154541.719000', '154541.721000', '154541.724000', '154601.612000', '154601.614000', '154601.617000', '154601.620000', '154601.622000', '154601.625000', '154601.627000', '154601.630000', '154601.633000', '154601.635000', '154601.638000', '154601.640000', '154601.643000', '154601.645000', '154601.648000', '154601.651000', '154601.653000', '154601.656000', '154601.659000', '154601.661000', '154601.664000', '154601.673000', '154601.676000', '154601.678000', '154601.681000', '154601.684000', '154601.686000', '154601.689000', '154601.691000', '154601.694000', '154601.696000', '154601.699000', '154601.702000', '154601.704000', '154601.707000', '154601.709000', '154601.712000', '154601.715000', '154601.717000', '154601.720000', '154601.722000', '154601.725000', '154601.727000', '154621.611000', '154621.614000', '154621.617000', '154621.619000', '154621.622000', '154621.625000', '154621.627000', '154621.630000', '154621.632000', '154621.635000', '154621.638000', '154621.640000', '154621.643000', '154621.645000', '154621.648000', '154621.651000', '154621.653000', '154621.656000', '154621.658000', '154621.661000', '154621.664000', '154621.666000', '154621.669000', '154621.671000', '154621.674000', '154621.676000', '154621.679000', '154621.682000', '154621.684000', '154621.687000', '154621.690000', '154621.692000', '154621.695000', '154621.698000', '154621.700000', '154621.703000', '154621.705000', '154621.708000', '154621.711000', '154621.713000', '154621.716000', '154621.718000', '154621.721000', '154621.724000', '154641.612000', '154641.614000', '154641.617000', '154641.620000', '154641.622000', '154641.625000', '154641.627000', '154641.630000', '154641.632000', '154641.635000', '154641.638000', '154641.640000', '154641.643000', '154641.645000', '154641.648000', '154641.651000', '154641.653000', '154641.656000', '154641.658000', '154641.661000', '154641.664000', '154641.667000', '154641.670000', '154641.673000', '154641.675000', '154641.678000', '154641.681000', '154641.683000', '154641.686000', '154641.688000', '154641.691000', '154641.695000', '154641.697000', '154641.700000', '154641.702000', '154641.705000', '154641.708000', '154641.710000', '154641.713000', '154641.715000', '154641.718000', '154641.721000', '154641.723000', '154701.612000', '154701.615000', '154701.617000', '154701.620000', '154701.622000', '154701.625000', '154701.628000', '154701.630000', '154701.633000', '154701.636000', '154701.638000', '154701.641000', '154701.643000', '154701.646000', '154701.649000', '154701.651000', '154701.654000', '154701.656000', '154701.659000', '154701.661000', '154701.664000', '154701.667000', '154701.669000', '154701.672000', '154701.674000', '154701.677000', '154701.680000', '154701.683000', '154701.685000', '154701.688000', '154701.690000', '154701.693000', '154701.696000', '154701.698000', '154701.701000', '154701.703000', '154701.706000', '154701.709000', '154701.711000', '154701.714000', '154701.716000', '154701.719000', '154701.722000', '154701.724000', '154721.612000', '154721.614000', '154721.617000', '154721.620000', '154721.622000', '154721.625000', '154721.627000', '154721.630000', '154721.633000', '154721.635000', '154721.638000', '154721.641000', '154721.643000', '154721.646000', '154721.648000', '154721.651000', '154721.654000', '154721.656000', '154721.659000', '154721.661000', '154721.664000', '154721.667000', '154721.669000', '154721.672000', '154721.674000', '154721.678000', '154721.680000', '154721.683000', '154721.686000', '154721.688000', '154721.691000', '154721.693000', '154721.696000', '154721.698000', '154721.701000', '154721.704000', '154721.706000', '154721.709000', '154721.711000', '154721.714000', '154721.716000', '154721.719000', '154721.722000', '154741.611000', '154741.613000', '154741.616000', '154741.619000', '154741.621000', '154741.624000', '154741.626000', '154741.629000', '154741.632000', '154741.634000', '154741.637000', '154741.639000', '154741.642000', '154741.645000', '154741.647000', '154741.650000', '154741.652000', '154741.655000', '154741.658000', '154741.660000', '154741.663000', '154741.665000', '154741.668000', '154741.670000', '154741.673000', '154741.676000', '154741.678000', '154741.681000', '154741.683000', '154741.686000', '154741.689000', '154741.691000', '154741.694000', '154741.697000', '154741.699000', '154741.702000', '154741.704000', '154741.707000', '154741.709000', '154741.712000', '154741.715000', '154741.717000', '154741.720000', '154741.723000', '154801.612000', '154801.615000', '154801.617000', '154801.620000', '154801.622000', '154801.625000', '154801.628000', '154801.630000', '154801.633000', '154801.635000', '154801.638000', '154801.641000', '154801.643000', '154801.646000', '154801.649000', '154801.651000', '154801.654000', '154801.657000', '154801.659000', '154801.662000', '154801.664000', '154801.667000', '154801.669000', '154801.680000', '154801.683000', '154801.685000', '154801.688000', '154801.690000', '154801.693000', '154801.695000', '154801.698000', '154801.701000', '154801.703000', '154801.706000', '154801.708000', '154801.711000', '154801.713000', '154801.716000', '154801.719000', '154801.722000', '154801.724000', '154801.727000', '154801.730000', '154821.612000', '154821.614000', '154821.617000', '154821.620000', '154821.622000', '154821.625000', '154821.627000', '154821.630000', '154821.633000', '154821.635000', '154821.638000', '154821.640000', '154821.643000', '154821.646000', '154821.648000', '154821.651000', '154821.653000', '154821.656000', '154821.659000', '154821.661000', '154821.664000', '154821.666000', '154821.669000', '154821.672000', '154821.674000', '154821.677000', '154821.679000', '154821.682000', '154821.685000', '154821.687000', '154821.690000', '154821.692000', '154821.695000', '154821.698000', '154821.700000', '154821.703000', '154821.706000', '154821.708000', '154821.711000', '154821.714000', '154821.716000', '154821.719000', '154821.721000', '154821.724000', '154841.612000', '154841.614000', '154841.617000', '154841.620000', '154841.622000', '154841.625000', '154841.627000', '154841.630000', '154841.633000', '154841.635000', '154841.638000', '154841.641000', '154841.643000', '154841.646000', '154841.648000', '154841.651000', '154841.653000', '154841.656000', '154841.659000', '154841.661000', '154841.664000', '154841.666000', '154841.669000', '154841.672000', '154841.674000', '154841.677000', '154841.679000', '154841.682000', '154841.684000', '154841.687000', '154841.690000', '154841.697000', '154841.700000', '154841.703000', '154841.705000', '154841.708000', '154841.711000', '154841.713000', '154841.716000', '154841.718000', '154841.721000', '154841.724000', '154841.726000', '154901.612000', '154901.615000', '154901.617000', '154901.620000', '154901.622000', '154901.625000', '154901.628000', '154901.630000', '154901.633000', '154901.635000', '154901.638000', '154901.640000', '154901.643000', '154901.646000', '154901.648000', '154901.651000', '154901.654000', '154901.656000', '154901.659000', '154901.661000', '154901.664000', '154901.666000', '154901.669000', '154901.672000', '154901.674000', '154901.677000', '154901.680000', '154901.682000', '154901.685000', '154901.687000', '154901.690000', '154901.693000', '154901.695000', '154901.698000', '154901.700000', '154901.703000', '154901.706000', '154901.708000', '154901.711000', '154901.713000', '154901.716000', '154901.718000', '154901.721000', '154901.723000', '154921.612000', '154921.615000', '154921.617000', '154921.620000', '154921.622000', '154921.625000', '154921.628000', '154921.630000', '154921.633000', '154921.635000', '154921.638000', '154921.640000', '154921.643000', '154921.646000', '154921.648000', '154921.651000', '154921.653000', '154921.656000', '154921.658000', '154921.661000', '154921.663000', '154921.666000', '154921.669000', '154921.671000', '154921.674000', '154921.676000', '154921.679000', '154921.682000', '154921.684000', '154921.687000', '154921.689000', '154921.692000', '154921.694000', '154921.697000', '154921.699000', '154921.702000', '154921.705000', '154921.707000', '154921.710000', '154921.712000', '154921.715000', '154921.717000', '154921.720000', '154941.612000', '154941.614000', '154941.617000', '154941.620000', '154941.622000', '154941.625000', '154941.627000', '154941.630000', '154941.633000', '154941.635000', '154941.638000', '154941.641000', '154941.643000', '154941.646000', '154941.648000', '154941.651000', '154941.653000', '154941.656000', '154941.658000', '154941.661000', '154941.664000', '154941.666000', '154941.669000', '154941.671000', '154941.674000', '154941.677000', '154941.679000', '154941.682000', '154941.684000', '154941.687000', '154941.689000', '154941.692000', '154941.695000', '154941.697000', '154941.700000', '154941.702000', '154941.705000', '154941.708000', '154941.710000', '154941.713000', '154941.715000', '154941.718000', '154941.720000', '154941.723000', '155001.611000', '155001.613000', '155001.616000', '155001.619000', '155001.621000', '155001.624000', '155001.627000', '155001.629000', '155001.632000', '155001.634000', '155001.637000', '155001.640000', '155001.642000', '155001.645000', '155001.647000', '155001.650000', '155001.652000', '155001.655000', '155001.658000', '155001.660000', '155001.663000', '155001.665000', '155001.668000', '155001.671000', '155001.673000', '155001.676000', '155001.678000', '155001.681000', '155001.683000', '155001.686000', '155001.689000', '155001.691000', '155001.694000', '155001.697000', '155001.699000', '155001.702000', '155001.705000', '155001.707000', '155001.710000', '155001.712000', '155001.715000', '155001.717000', '155001.720000', '155021.612000', '155021.614000', '155021.617000', '155021.620000', '155021.622000', '155021.625000', '155021.628000', '155021.630000', '155021.633000', '155021.635000', '155021.638000', '155021.641000', '155021.643000', '155021.646000', '155021.648000', '155021.651000', '155021.654000', '155021.656000', '155021.659000', '155021.662000', '155021.664000', '155021.667000', '155021.669000', '155021.672000', '155021.674000', '155021.677000', '155021.680000', '155021.682000', '155021.685000', '155021.687000', '155021.690000', '155021.693000', '155021.695000', '155021.698000', '155021.700000', '155021.703000', '155021.706000', '155021.708000', '155021.711000', '155021.713000', '155021.716000', '155021.719000', '155021.721000', '155021.724000', '155041.612000', '155041.614000', '155041.617000', '155041.620000', '155041.622000', '155041.625000', '155041.628000', '155041.630000', '155041.633000', '155041.635000', '155041.638000', '155041.640000', '155041.643000', '155041.646000', '155041.648000', '155041.651000', '155041.653000', '155041.656000', '155041.659000', '155041.661000', '155041.664000', '155041.666000', '155041.669000', '155041.671000', '155041.674000', '155041.677000', '155041.679000', '155041.682000', '155041.684000', '155041.687000', '155041.689000', '155041.692000', '155041.695000', '155041.697000', '155041.700000', '155041.702000', '155041.705000', '155041.708000', '155041.710000', '155041.713000', '155041.715000', '155041.718000', '155041.720000', '155101.612000', '155101.615000', '155101.617000', '155101.620000', '155101.622000', '155101.625000', '155101.627000', '155101.630000', '155101.633000', '155101.635000', '155101.638000', '155101.640000', '155101.643000', '155101.645000', '155101.648000', '155101.651000', '155101.653000', '155101.656000', '155101.659000', '155101.661000', '155101.664000', '155101.666000', '155101.669000', '155101.671000', '155101.674000', '155101.677000', '155101.679000', '155101.682000', '155101.684000', '155101.687000', '155101.690000', '155101.692000', '155101.695000', '155101.697000', '155101.700000', '155101.702000', '155101.705000', '155101.708000', '155101.710000', '155101.713000', '155101.716000', '155101.718000', '155101.721000', '155101.723000', '155121.612000', '155121.615000', '155121.617000', '155121.620000', '155121.622000', '155121.625000', '155121.628000', '155121.630000', '155121.633000', '155121.635000', '155121.638000', '155121.640000', '155121.643000', '155121.646000', '155121.648000', '155121.651000', '155121.653000', '155121.656000', '155121.659000', '155121.661000', '155121.664000', '155121.666000', '155121.669000', '155121.671000', '155121.674000', '155121.677000', '155121.679000', '155121.682000', '155121.684000', '155121.687000', '155121.690000', '155121.692000', '155121.695000', '155121.697000', '155121.700000', '155121.703000', '155121.705000', '155121.708000', '155121.710000', '155121.713000', '155121.715000', '155121.718000', '155121.721000', '155141.613000', '155141.616000', '155141.619000', '155141.621000', '155141.624000', '155141.626000', '155141.629000', '155141.632000', '155141.634000', '155141.637000', '155141.639000', '155141.642000', '155141.644000', '155141.647000', '155141.650000', '155141.652000', '155141.655000', '155141.657000', '155141.660000', '155141.662000', '155141.665000', '155141.668000', '155141.670000', '155141.673000', '155141.675000', '155141.678000', '155141.681000', '155141.683000', '155141.686000', '155141.688000', '155141.691000', '155141.694000', '155141.696000', '155141.699000', '155141.701000', '155141.704000', '155141.707000', '155141.709000', '155141.712000', '155141.714000', '155141.717000', '155141.720000', '155141.722000', '155141.725000', '155201.612000', '155201.614000', '155201.617000', '155201.619000', '155201.622000', '155201.625000', '155201.627000', '155201.630000', '155201.632000', '155201.635000', '155201.637000', '155201.640000', '155201.643000', '155201.645000', '155201.648000', '155201.651000', '155201.653000', '155201.656000', '155201.658000', '155201.661000', '155201.663000', '155201.666000', '155201.668000', '155201.671000', '155201.674000', '155201.676000', '155201.679000', '155201.681000', '155201.684000', '155201.687000', '155201.689000', '155201.692000', '155201.694000', '155201.697000', '155201.700000', '155201.702000', '155201.705000', '155201.707000', '155201.710000', '155201.712000', '155201.715000', '155201.730000', '155201.733000', '155221.611000', '155221.613000', '155221.616000', '155221.619000', '155221.621000', '155221.624000', '155221.626000', '155221.629000', '155221.632000', '155221.634000', '155221.637000', '155221.639000', '155221.642000', '155221.645000', '155221.647000', '155221.650000', '155221.653000', '155221.655000', '155221.658000', '155221.660000', '155221.663000', '155221.666000', '155221.668000', '155221.671000', '155221.673000', '155221.676000', '155221.679000', '155221.681000', '155221.684000', '155221.686000', '155221.689000', '155221.691000', '155221.694000', '155221.697000', '155221.699000', '155221.702000', '155221.704000', '155221.707000', '155221.710000', '155221.712000', '155221.715000', '155221.718000', '155221.720000', '155241.612000', '155241.615000', '155241.617000', '155241.620000', '155241.622000', '155241.625000', '155241.627000', '155241.630000', '155241.632000', '155241.635000', '155241.638000', '155241.640000', '155241.643000', '155241.646000', '155241.648000', '155241.651000', '155241.653000', '155241.656000', '155241.659000', '155241.661000', '155241.664000', '155241.666000', '155241.669000', '155241.671000', '155241.674000', '155241.677000', '155241.679000', '155241.682000', '155241.684000', '155241.687000', '155241.689000', '155241.692000', '155241.695000', '155241.697000', '155241.700000', '155241.703000', '155241.705000', '155241.708000', '155241.711000', '155241.713000', '155241.716000', '155241.718000', '155241.721000', '155241.724000', '155301.601000', '155301.604000', '155301.606000', '155301.609000', '155301.611000', '155301.614000', '155301.617000', '155301.619000', '155301.622000', '155301.625000', '155301.627000', '155301.630000', '155301.633000', '155301.635000', '155301.638000', '155301.640000', '155301.643000', '155301.646000', '155301.648000', '155301.652000', '155301.654000', '155301.657000', '155301.660000', '155301.662000', '155301.665000', '155301.668000', '155301.671000', '155301.674000', '155301.677000', '155301.679000', '155301.682000', '155301.684000', '155301.687000', '155301.690000', '155301.692000', '155301.695000', '155301.699000', '155301.701000', '155301.704000', '155301.708000', '155301.710000', '155301.714000', '155301.719000', '155301.723000'], 'InstanceCreationTime': ['154341.646000', '154341.649000', '154341.652000', '154341.655000', '154341.657000', '154341.660000', '154341.662000', '154341.665000', '154341.668000', '154341.670000', '154341.673000', '154341.675000', '154341.678000', '154341.681000', '154341.683000', '154341.686000', '154341.688000', '154341.691000', '154341.693000', '154341.696000', '154341.698000', '154341.701000', '154341.704000', '154341.706000', '154341.709000', '154341.711000', '154341.714000', '154341.717000', '154341.719000', '154341.722000', '154341.724000', '154341.727000', '154341.729000', '154341.732000', '154341.734000', '154341.737000', '154341.739000', '154341.742000', '154341.745000', '154341.747000', '154341.750000', '154341.752000', '154341.755000', '154341.757000', '154341.760000', '154341.766000', '154341.769000', '154341.771000', '154341.774000', '154341.777000', '154401.612000', '154401.616000', '154401.619000', '154401.622000', '154401.624000', '154401.630000', '154401.632000', '154401.635000', '154401.637000', '154401.640000', '154401.643000', '154401.645000', '154401.648000', '154401.650000', '154401.653000', '154401.655000', '154401.658000', '154401.660000', '154401.663000', '154401.666000', '154401.668000', '154401.671000', '154401.674000', '154401.676000', '154401.679000', '154401.681000', '154401.684000', '154401.686000', '154401.689000', '154401.692000', '154401.694000', '154401.697000', '154401.700000', '154401.702000', '154401.705000', '154401.707000', '154401.710000', '154401.713000', '154401.715000', '154401.718000', '154401.720000', '154401.723000', '154401.725000', '154401.728000', '154421.612000', '154421.614000', '154421.617000', '154421.620000', '154421.622000', '154421.625000', '154421.627000', '154421.630000', '154421.633000', '154421.635000', '154421.638000', '154421.640000', '154421.643000', '154421.645000', '154421.648000', '154421.651000', '154421.653000', '154421.656000', '154421.658000', '154421.661000', '154421.663000', '154421.666000', '154421.669000', '154421.671000', '154421.674000', '154421.676000', '154421.679000', '154421.687000', '154421.689000', '154421.692000', '154421.694000', '154421.697000', '154421.700000', '154421.702000', '154421.705000', '154421.708000', '154421.710000', '154421.713000', '154421.715000', '154421.718000', '154421.720000', '154421.723000', '154421.725000', '154441.612000', '154441.614000', '154441.617000', '154441.620000', '154441.622000', '154441.625000', '154441.627000', '154441.630000', '154441.632000', '154441.635000', '154441.638000', '154441.640000', '154441.643000', '154441.645000', '154441.648000', '154441.659000', '154441.661000', '154441.664000', '154441.667000', '154441.669000', '154441.672000', '154441.674000', '154441.677000', '154441.679000', '154441.682000', '154441.684000', '154441.687000', '154441.690000', '154441.692000', '154441.695000', '154441.697000', '154441.700000', '154441.703000', '154441.705000', '154441.708000', '154441.710000', '154441.713000', '154441.716000', '154441.718000', '154441.721000', '154441.723000', '154441.726000', '154441.728000', '154501.611000', '154501.614000', '154501.617000', '154501.620000', '154501.622000', '154501.625000', '154501.627000', '154501.630000', '154501.632000', '154501.635000', '154501.638000', '154501.640000', '154501.643000', '154501.645000', '154501.648000', '154501.650000', '154501.653000', '154501.672000', '154501.675000', '154501.678000', '154501.680000', '154501.683000', '154501.685000', '154501.688000', '154501.691000', '154501.693000', '154501.696000', '154501.698000', '154501.701000', '154501.704000', '154501.706000', '154501.709000', '154501.715000', '154501.717000', '154501.720000', '154501.723000', '154501.725000', '154501.728000', '154501.730000', '154501.733000', '154501.736000', '154501.738000', '154501.741000', '154501.743000', '154521.610000', '154521.613000', '154521.616000', '154521.618000', '154521.621000', '154521.624000', '154521.627000', '154521.630000', '154521.633000', '154521.636000', '154521.638000', '154521.641000', '154521.643000', '154521.646000', '154521.648000', '154521.651000', '154521.656000', '154521.658000', '154521.661000', '154521.664000', '154521.666000', '154521.669000', '154521.671000', '154521.674000', '154521.677000', '154521.679000', '154521.682000', '154521.684000', '154521.687000', '154521.690000', '154521.692000', '154521.695000', '154521.697000', '154521.700000', '154521.703000', '154521.705000', '154521.708000', '154521.710000', '154521.713000', '154521.716000', '154521.718000', '154521.721000', '154521.723000', '154541.612000', '154541.614000', '154541.617000', '154541.620000', '154541.622000', '154541.625000', '154541.627000', '154541.630000', '154541.633000', '154541.635000', '154541.638000', '154541.641000', '154541.643000', '154541.646000', '154541.648000', '154541.651000', '154541.653000', '154541.656000', '154541.659000', '154541.661000', '154541.664000', '154541.666000', '154541.669000', '154541.671000', '154541.674000', '154541.676000', '154541.679000', '154541.682000', '154541.684000', '154541.687000', '154541.690000', '154541.692000', '154541.695000', '154541.697000', '154541.700000', '154541.703000', '154541.705000', '154541.708000', '154541.711000', '154541.713000', '154541.716000', '154541.719000', '154541.721000', '154541.724000', '154601.612000', '154601.614000', '154601.617000', '154601.620000', '154601.622000', '154601.625000', '154601.627000', '154601.630000', '154601.633000', '154601.635000', '154601.638000', '154601.640000', '154601.643000', '154601.645000', '154601.648000', '154601.651000', '154601.653000', '154601.656000', '154601.659000', '154601.661000', '154601.664000', '154601.673000', '154601.676000', '154601.678000', '154601.681000', '154601.684000', '154601.686000', '154601.689000', '154601.691000', '154601.694000', '154601.696000', '154601.699000', '154601.702000', '154601.704000', '154601.707000', '154601.709000', '154601.712000', '154601.715000', '154601.717000', '154601.720000', '154601.722000', '154601.725000', '154601.727000', '154621.611000', '154621.614000', '154621.617000', '154621.619000', '154621.622000', '154621.625000', '154621.627000', '154621.630000', '154621.632000', '154621.635000', '154621.638000', '154621.640000', '154621.643000', '154621.645000', '154621.648000', '154621.651000', '154621.653000', '154621.656000', '154621.658000', '154621.661000', '154621.664000', '154621.666000', '154621.669000', '154621.671000', '154621.674000', '154621.676000', '154621.679000', '154621.682000', '154621.684000', '154621.687000', '154621.690000', '154621.692000', '154621.695000', '154621.698000', '154621.700000', '154621.703000', '154621.705000', '154621.708000', '154621.711000', '154621.713000', '154621.716000', '154621.718000', '154621.721000', '154621.724000', '154641.612000', '154641.614000', '154641.617000', '154641.620000', '154641.622000', '154641.625000', '154641.627000', '154641.630000', '154641.632000', '154641.635000', '154641.638000', '154641.640000', '154641.643000', '154641.645000', '154641.648000', '154641.651000', '154641.653000', '154641.656000', '154641.658000', '154641.661000', '154641.664000', '154641.667000', '154641.670000', '154641.673000', '154641.675000', '154641.678000', '154641.681000', '154641.683000', '154641.686000', '154641.688000', '154641.691000', '154641.695000', '154641.697000', '154641.700000', '154641.702000', '154641.705000', '154641.708000', '154641.710000', '154641.713000', '154641.715000', '154641.718000', '154641.721000', '154641.723000', '154701.612000', '154701.615000', '154701.617000', '154701.620000', '154701.622000', '154701.625000', '154701.628000', '154701.630000', '154701.633000', '154701.636000', '154701.638000', '154701.641000', '154701.643000', '154701.646000', '154701.649000', '154701.651000', '154701.654000', '154701.656000', '154701.659000', '154701.661000', '154701.664000', '154701.667000', '154701.669000', '154701.672000', '154701.674000', '154701.677000', '154701.680000', '154701.683000', '154701.685000', '154701.688000', '154701.690000', '154701.693000', '154701.696000', '154701.698000', '154701.701000', '154701.703000', '154701.706000', '154701.709000', '154701.711000', '154701.714000', '154701.716000', '154701.719000', '154701.722000', '154701.724000', '154721.612000', '154721.614000', '154721.617000', '154721.620000', '154721.622000', '154721.625000', '154721.627000', '154721.630000', '154721.633000', '154721.635000', '154721.638000', '154721.641000', '154721.643000', '154721.646000', '154721.648000', '154721.651000', '154721.654000', '154721.656000', '154721.659000', '154721.661000', '154721.664000', '154721.667000', '154721.669000', '154721.672000', '154721.674000', '154721.678000', '154721.680000', '154721.683000', '154721.686000', '154721.688000', '154721.691000', '154721.693000', '154721.696000', '154721.698000', '154721.701000', '154721.704000', '154721.706000', '154721.709000', '154721.711000', '154721.714000', '154721.716000', '154721.719000', '154721.722000', '154741.611000', '154741.613000', '154741.616000', '154741.619000', '154741.621000', '154741.624000', '154741.626000', '154741.629000', '154741.632000', '154741.634000', '154741.637000', '154741.639000', '154741.642000', '154741.645000', '154741.647000', '154741.650000', '154741.652000', '154741.655000', '154741.658000', '154741.660000', '154741.663000', '154741.665000', '154741.668000', '154741.670000', '154741.673000', '154741.676000', '154741.678000', '154741.681000', '154741.683000', '154741.686000', '154741.689000', '154741.691000', '154741.694000', '154741.697000', '154741.699000', '154741.702000', '154741.704000', '154741.707000', '154741.709000', '154741.712000', '154741.715000', '154741.717000', '154741.720000', '154741.723000', '154801.612000', '154801.615000', '154801.617000', '154801.620000', '154801.622000', '154801.625000', '154801.628000', '154801.630000', '154801.633000', '154801.635000', '154801.638000', '154801.641000', '154801.643000', '154801.646000', '154801.649000', '154801.651000', '154801.654000', '154801.657000', '154801.659000', '154801.662000', '154801.664000', '154801.667000', '154801.669000', '154801.680000', '154801.683000', '154801.685000', '154801.688000', '154801.690000', '154801.693000', '154801.695000', '154801.698000', '154801.701000', '154801.703000', '154801.706000', '154801.708000', '154801.711000', '154801.713000', '154801.716000', '154801.719000', '154801.722000', '154801.724000', '154801.727000', '154801.730000', '154821.612000', '154821.614000', '154821.617000', '154821.620000', '154821.622000', '154821.625000', '154821.627000', '154821.630000', '154821.633000', '154821.635000', '154821.638000', '154821.640000', '154821.643000', '154821.646000', '154821.648000', '154821.651000', '154821.653000', '154821.656000', '154821.659000', '154821.661000', '154821.664000', '154821.666000', '154821.669000', '154821.672000', '154821.674000', '154821.677000', '154821.679000', '154821.682000', '154821.685000', '154821.687000', '154821.690000', '154821.692000', '154821.695000', '154821.698000', '154821.700000', '154821.703000', '154821.706000', '154821.708000', '154821.711000', '154821.714000', '154821.716000', '154821.719000', '154821.721000', '154821.724000', '154841.612000', '154841.614000', '154841.617000', '154841.620000', '154841.622000', '154841.625000', '154841.627000', '154841.630000', '154841.633000', '154841.635000', '154841.638000', '154841.641000', '154841.643000', '154841.646000', '154841.648000', '154841.651000', '154841.653000', '154841.656000', '154841.659000', '154841.661000', '154841.664000', '154841.666000', '154841.669000', '154841.672000', '154841.674000', '154841.677000', '154841.679000', '154841.682000', '154841.684000', '154841.687000', '154841.690000', '154841.697000', '154841.700000', '154841.703000', '154841.705000', '154841.708000', '154841.711000', '154841.713000', '154841.716000', '154841.718000', '154841.721000', '154841.724000', '154841.726000', '154901.612000', '154901.615000', '154901.617000', '154901.620000', '154901.622000', '154901.625000', '154901.628000', '154901.630000', '154901.633000', '154901.635000', '154901.638000', '154901.640000', '154901.643000', '154901.646000', '154901.648000', '154901.651000', '154901.654000', '154901.656000', '154901.659000', '154901.661000', '154901.664000', '154901.666000', '154901.669000', '154901.672000', '154901.674000', '154901.677000', '154901.680000', '154901.682000', '154901.685000', '154901.687000', '154901.690000', '154901.693000', '154901.695000', '154901.698000', '154901.700000', '154901.703000', '154901.706000', '154901.708000', '154901.711000', '154901.713000', '154901.716000', '154901.718000', '154901.721000', '154901.723000', '154921.612000', '154921.615000', '154921.617000', '154921.620000', '154921.622000', '154921.625000', '154921.628000', '154921.630000', '154921.633000', '154921.635000', '154921.638000', '154921.640000', '154921.643000', '154921.646000', '154921.648000', '154921.651000', '154921.653000', '154921.656000', '154921.658000', '154921.661000', '154921.663000', '154921.666000', '154921.669000', '154921.671000', '154921.674000', '154921.676000', '154921.679000', '154921.682000', '154921.684000', '154921.687000', '154921.689000', '154921.692000', '154921.694000', '154921.697000', '154921.699000', '154921.702000', '154921.705000', '154921.707000', '154921.710000', '154921.712000', '154921.715000', '154921.717000', '154921.720000', '154941.612000', '154941.614000', '154941.617000', '154941.620000', '154941.622000', '154941.625000', '154941.627000', '154941.630000', '154941.633000', '154941.635000', '154941.638000', '154941.641000', '154941.643000', '154941.646000', '154941.648000', '154941.651000', '154941.653000', '154941.656000', '154941.658000', '154941.661000', '154941.664000', '154941.666000', '154941.669000', '154941.671000', '154941.674000', '154941.677000', '154941.679000', '154941.682000', '154941.684000', '154941.687000', '154941.689000', '154941.692000', '154941.695000', '154941.697000', '154941.700000', '154941.702000', '154941.705000', '154941.708000', '154941.710000', '154941.713000', '154941.715000', '154941.718000', '154941.720000', '154941.723000', '155001.611000', '155001.613000', '155001.616000', '155001.619000', '155001.621000', '155001.624000', '155001.627000', '155001.629000', '155001.632000', '155001.634000', '155001.637000', '155001.640000', '155001.642000', '155001.645000', '155001.647000', '155001.650000', '155001.652000', '155001.655000', '155001.658000', '155001.660000', '155001.663000', '155001.665000', '155001.668000', '155001.671000', '155001.673000', '155001.676000', '155001.678000', '155001.681000', '155001.683000', '155001.686000', '155001.689000', '155001.691000', '155001.694000', '155001.697000', '155001.699000', '155001.702000', '155001.705000', '155001.707000', '155001.710000', '155001.712000', '155001.715000', '155001.717000', '155001.720000', '155021.612000', '155021.614000', '155021.617000', '155021.620000', '155021.622000', '155021.625000', '155021.628000', '155021.630000', '155021.633000', '155021.635000', '155021.638000', '155021.641000', '155021.643000', '155021.646000', '155021.648000', '155021.651000', '155021.654000', '155021.656000', '155021.659000', '155021.662000', '155021.664000', '155021.667000', '155021.669000', '155021.672000', '155021.674000', '155021.677000', '155021.680000', '155021.682000', '155021.685000', '155021.687000', '155021.690000', '155021.693000', '155021.695000', '155021.698000', '155021.700000', '155021.703000', '155021.706000', '155021.708000', '155021.711000', '155021.713000', '155021.716000', '155021.719000', '155021.721000', '155021.724000', '155041.612000', '155041.614000', '155041.617000', '155041.620000', '155041.622000', '155041.625000', '155041.628000', '155041.630000', '155041.633000', '155041.635000', '155041.638000', '155041.640000', '155041.643000', '155041.646000', '155041.648000', '155041.651000', '155041.653000', '155041.656000', '155041.659000', '155041.661000', '155041.664000', '155041.666000', '155041.669000', '155041.671000', '155041.674000', '155041.677000', '155041.679000', '155041.682000', '155041.684000', '155041.687000', '155041.689000', '155041.692000', '155041.695000', '155041.697000', '155041.700000', '155041.702000', '155041.705000', '155041.708000', '155041.710000', '155041.713000', '155041.715000', '155041.718000', '155041.720000', '155101.612000', '155101.615000', '155101.617000', '155101.620000', '155101.622000', '155101.625000', '155101.627000', '155101.630000', '155101.633000', '155101.635000', '155101.638000', '155101.640000', '155101.643000', '155101.645000', '155101.648000', '155101.651000', '155101.653000', '155101.656000', '155101.659000', '155101.661000', '155101.664000', '155101.666000', '155101.669000', '155101.671000', '155101.674000', '155101.677000', '155101.679000', '155101.682000', '155101.684000', '155101.687000', '155101.690000', '155101.692000', '155101.695000', '155101.697000', '155101.700000', '155101.702000', '155101.705000', '155101.708000', '155101.710000', '155101.713000', '155101.716000', '155101.718000', '155101.721000', '155101.723000', '155121.612000', '155121.615000', '155121.617000', '155121.620000', '155121.622000', '155121.625000', '155121.628000', '155121.630000', '155121.633000', '155121.635000', '155121.638000', '155121.640000', '155121.643000', '155121.646000', '155121.648000', '155121.651000', '155121.653000', '155121.656000', '155121.659000', '155121.661000', '155121.664000', '155121.666000', '155121.669000', '155121.671000', '155121.674000', '155121.677000', '155121.679000', '155121.682000', '155121.684000', '155121.687000', '155121.690000', '155121.692000', '155121.695000', '155121.697000', '155121.700000', '155121.703000', '155121.705000', '155121.708000', '155121.710000', '155121.713000', '155121.715000', '155121.718000', '155121.721000', '155141.613000', '155141.616000', '155141.619000', '155141.621000', '155141.624000', '155141.626000', '155141.629000', '155141.632000', '155141.634000', '155141.637000', '155141.639000', '155141.642000', '155141.644000', '155141.647000', '155141.650000', '155141.652000', '155141.655000', '155141.657000', '155141.660000', '155141.662000', '155141.665000', '155141.668000', '155141.670000', '155141.673000', '155141.675000', '155141.678000', '155141.681000', '155141.683000', '155141.686000', '155141.688000', '155141.691000', '155141.694000', '155141.696000', '155141.699000', '155141.701000', '155141.704000', '155141.707000', '155141.709000', '155141.712000', '155141.714000', '155141.717000', '155141.720000', '155141.722000', '155141.725000', '155201.612000', '155201.614000', '155201.617000', '155201.619000', '155201.622000', '155201.625000', '155201.627000', '155201.630000', '155201.632000', '155201.635000', '155201.637000', '155201.640000', '155201.643000', '155201.645000', '155201.648000', '155201.651000', '155201.653000', '155201.656000', '155201.658000', '155201.661000', '155201.663000', '155201.666000', '155201.668000', '155201.671000', '155201.674000', '155201.676000', '155201.679000', '155201.681000', '155201.684000', '155201.687000', '155201.689000', '155201.692000', '155201.694000', '155201.697000', '155201.700000', '155201.702000', '155201.705000', '155201.707000', '155201.710000', '155201.712000', '155201.715000', '155201.730000', '155201.733000', '155221.611000', '155221.613000', '155221.616000', '155221.619000', '155221.621000', '155221.624000', '155221.626000', '155221.629000', '155221.632000', '155221.634000', '155221.637000', '155221.639000', '155221.642000', '155221.645000', '155221.647000', '155221.650000', '155221.653000', '155221.655000', '155221.658000', '155221.660000', '155221.663000', '155221.666000', '155221.668000', '155221.671000', '155221.673000', '155221.676000', '155221.679000', '155221.681000', '155221.684000', '155221.686000', '155221.689000', '155221.691000', '155221.694000', '155221.697000', '155221.699000', '155221.702000', '155221.704000', '155221.707000', '155221.710000', '155221.712000', '155221.715000', '155221.718000', '155221.720000', '155241.612000', '155241.615000', '155241.617000', '155241.620000', '155241.622000', '155241.625000', '155241.627000', '155241.630000', '155241.632000', '155241.635000', '155241.638000', '155241.640000', '155241.643000', '155241.646000', '155241.648000', '155241.651000', '155241.653000', '155241.656000', '155241.659000', '155241.661000', '155241.664000', '155241.666000', '155241.669000', '155241.671000', '155241.674000', '155241.677000', '155241.679000', '155241.682000', '155241.684000', '155241.687000', '155241.689000', '155241.692000', '155241.695000', '155241.697000', '155241.700000', '155241.703000', '155241.705000', '155241.708000', '155241.711000', '155241.713000', '155241.716000', '155241.718000', '155241.721000', '155241.724000', '155301.601000', '155301.604000', '155301.606000', '155301.609000', '155301.611000', '155301.614000', '155301.617000', '155301.619000', '155301.622000', '155301.625000', '155301.627000', '155301.630000', '155301.633000', '155301.635000', '155301.638000', '155301.640000', '155301.643000', '155301.646000', '155301.648000', '155301.652000', '155301.654000', '155301.657000', '155301.660000', '155301.662000', '155301.665000', '155301.668000', '155301.671000', '155301.674000', '155301.677000', '155301.679000', '155301.682000', '155301.684000', '155301.687000', '155301.690000', '155301.692000', '155301.695000', '155301.699000', '155301.701000', '155301.704000', '155301.708000', '155301.710000', '155301.714000', '155301.719000', '155301.723000'], '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': [10003, 9333, 13164, 8374, 12842, 8464, 11242, 8547, 10700, 8416, 11186, 8486, 8374, 8425, 7984, 8687, 8526, 9166, 9329, 10450, 8892, 10272, 8874, 9142, 9235, 9459, 9593, 9857, 9908, 12470, 9070, 13067, 9508, 13749, 9773, 13800, 10051, 8710, 8314, 8862, 8535, 9453, 8649, 10179, 9211, 10021, 8916, 9168, 9032, 9201, 8485, 9396, 8450, 9776, 8214, 8045, 8977, 8142, 8652, 8495, 8520, 9649, 9058, 8803, 8613, 8059, 8603, 8789, 9014, 10432, 12917, 10101, 12418, 9636, 10650, 10485, 10651, 9602, 10077, 9212, 9381, 9373, 8547, 9324, 9091, 13165, 10466, 12751, 10352, 12753, 10014, 13242, 10529, 10419, 10175, 10599, 10041, 10939, 9955, 12988, 9285, 9858, 9243, 9491, 8988, 9986, 9147, 9588, 9481, 15328, 10989, 11049, 10726, 10673, 12394, 8583, 17500, 10376, 9973, 11420, 8516, 13937, 9972, 13143, 9764, 13714, 9394, 14510, 10728, 14117, 11291, 7288, 9185, 7682, 8558, 10513, 8938, 10604, 9754, 9848, 10357, 11215, 9760, 19148, 14176, 17878, 10760, 11595, 9347, 10092, 8848, 9855, 9874, 10441, 8740, 9677, 8300, 10157, 9189, 15349, 10057, 14419, 8759, 13963, 8530, 14153, 8643, 14430, 9020, 14088, 8667, 15530, 8853, 14724, 9286, 9678, 8704, 8665, 9423, 8645, 9541, 8989, 9176, 8695, 10058, 8393, 11851, 8927, 8903, 8513, 8335, 8981, 9418, 8532, 9662, 13767, 9092, 13383, 9365, 12845, 9573, 11022, 8956, 9070, 11496, 9105, 11487, 11190, 9444, 10891, 9259, 12344, 8767, 9063, 9171, 9277, 8868, 11374, 8863, 12159, 8603, 11174, 8486, 9409, 8555, 12646, 9518, 11559, 10302, 9855, 10014, 9843, 9076, 9109, 10476, 8871, 10239, 9553, 12843, 10760, 10123, 10402, 12809, 9054, 12839, 9096, 12695, 10379, 8866, 11340, 9558, 9956, 9516, 9330, 9410, 10810, 9327, 10876, 9251, 14485, 11044, 10960, 10815, 9754, 10217, 8754, 10408, 8882, 9799, 9404, 7230, 9164, 8777, 10021, 11927, 10921, 14015, 11745, 13294, 10153, 13531, 10727, 10135, 11374, 10633, 10789, 10990, 10236, 9666, 10323, 9431, 9573, 8901, 8232, 9493, 11365, 10502, 8702, 10133, 6859, 9910, 8902, 9984, 11495, 10876, 14658, 12368, 13840, 10653, 10641, 10193, 9943, 11708, 9858, 11854, 9194, 15248, 10214, 10289, 10870, 9743, 10051, 9028, 9965, 8861, 8651, 9596, 9718, 9888, 9868, 9384, 8519, 7187, 9222, 9117, 10084, 7237, 10076, 7589, 10279, 9565, 10307, 8909, 10118, 8906, 9371, 9645, 7745, 9409, 7022, 9915, 9545, 11064, 12395, 10510, 10847, 9536, 10734, 9561, 8766, 7292, 8969, 10262, 9887, 10071, 9441, 10131, 9320, 8832, 6890, 9413, 9766, 10229, 9298, 9673, 9611, 8476, 10817, 6980, 9503, 7252, 10190, 7138, 9797, 7009, 10269, 6727, 9325, 9108, 10156, 11918, 10800, 10095, 9110, 10084, 9016, 8913, 8072, 9539, 10942, 10107, 10108, 9752, 9401, 8586, 10656, 6978, 10855, 6949, 10391, 7021, 10765, 7627, 10774, 10424, 10588, 9976, 12181, 11095, 9832, 10902, 8967, 9036, 11903, 9788, 11984, 9955, 8595, 11606, 9180, 11064, 10038, 8570, 9916, 9238, 9729, 9081, 8767, 7564, 8307, 10019, 9074, 10594, 9362, 10524, 8444, 7874, 7770, 9215, 7709, 10527, 6890, 9103, 7386, 9668, 9906, 9715, 9656, 9061, 9438, 7848, 8761, 11484, 9838, 10466, 9580, 8776, 7113, 9195, 9349, 9487, 9836, 8496, 9572, 8319, 9991, 7866, 10595, 7935, 11988, 8563, 9692, 7852, 9084, 10961, 9438, 10125, 9647, 10094, 9210, 9229, 9974, 9524, 11889, 8900, 10688, 9500, 8582, 7338, 8623, 8650, 9275, 9302, 9838, 9170, 8428, 10723, 6905, 9206, 7511, 9411, 10150, 8800, 8819, 8198, 8934, 8048, 9476, 7538, 10899, 7975, 9716, 8063, 9177, 7658, 8700, 10338, 9410, 10184, 8884, 9967, 7858, 8474, 10458, 9886, 12392, 9687, 8670, 7108, 8833, 9276, 8326, 9925, 8375, 10673, 7451, 10159, 6758, 9403, 7862, 9441, 10014, 8993, 11267, 9473, 9786, 7892, 9026, 10379, 8832, 9006, 7681, 9027, 9289, 9006, 10701, 9509, 10368, 6720, 9021, 7554, 8875, 9800, 8511, 10289, 8355, 8406, 9112, 9213, 9563, 8936, 10417, 7278, 8259, 8776, 8313, 9211, 8229, 9136, 7321, 8747, 9570, 8751, 9282, 8267, 8306, 7202, 9083, 8981, 7625, 10085, 7049, 9223, 8236, 9384, 9804, 8197, 10525, 6715, 9711, 6962, 10386, 7172, 10516, 7247, 9749, 6927, 9666, 10133, 9216, 11376, 8674, 11551, 9200, 12323, 7647, 9391, 7352, 10146, 12992, 10455, 13230, 9865, 7971, 9782, 7177, 8933, 8915, 10624, 9111, 14427, 8186, 9966, 9853, 11363, 15074, 11574, 13120, 8977, 11761, 8735, 11576, 9526, 10532, 10921, 8843, 12235, 7962, 11159, 8519, 8490, 9477, 8394, 9411, 8197, 8692, 7203, 8624, 8985, 8050, 10382, 8537, 9202, 9006, 7178, 8638, 7073, 8935, 9556, 9395, 11118, 9430, 10476, 9072, 9024, 11829, 8505, 11210, 9103, 8931, 8441, 8529, 9556, 8649, 9324, 9001, 8278, 7430, 11396, 7164, 8538, 7731, 8555, 9745, 9325, 9992, 7840, 8706, 8594, 8852, 9477, 8988, 9260, 7204, 8123, 10351, 8088, 8813, 8061, 10175, 6949, 8580, 7552, 8876, 9491, 8099, 8747, 7766, 8750, 7291, 8824, 8739, 8933, 10273, 9058, 8114, 7480, 9053, 7805, 8507, 8376, 9170, 8035, 8806, 9788, 7778, 10407, 7006, 10002, 7481, 9890, 10249, 9333, 10040, 7942, 9255, 7539, 9515, 9235, 8391, 9557, 7859, 8986, 7394, 9665, 6956, 9754, 7110, 9367, 10563, 10286, 11211, 9357, 12779, 7767, 8590, 12527, 9209, 12966, 9308, 9063, 11701, 8617, 10859, 8406, 10121, 7342, 8732, 7076, 8527, 8852, 8952, 9791, 8464, 10430, 6926, 8278, 9132, 8605, 10625, 8853, 8756, 7645, 8222, 9782, 7790, 8984, 8070, 8982, 7061, 8232, 7770, 8720, 9612, 7552, 9120, 7366, 9962, 7741, 11432, 7982, 7295, 9176, 8029, 10307, 11682, 12228, 11770, 11380, 13442, 10537, 10815, 13012, 8624, 12675, 10449, 9823, 10563, 8400, 11836, 8878, 9225, 9599, 8204, 11690, 8595, 8977, 7212, 8357, 9544, 8364, 8497, 7178, 8081, 9535, 8705, 8851, 8362, 10180, 6924, 8083, 8411, 8214, 8637, 8587, 8868, 7918, 10822, 7150, 9597, 7765, 9036, 10125, 8677, 8886, 6977, 9613, 7141, 9908, 7938, 8482, 7325, 10252, 7009, 10643, 6696, 12223, 8491, 11532, 11999, 14545, 11330, 13876, 9838, 11937, 11200, 13454, 12734, 12353, 9375, 10739, 9116, 14691, 11946, 15987, 11886, 11086, 9722, 9049, 13253, 9020, 12587, 9098, 13881, 9882, 8997, 10209, 8542, 11162, 7930, 8881, 7378, 8705, 9754, 8112, 10803, 7699, 8769, 7418, 8149, 9290, 8919, 8595, 8277, 11078, 7047, 8955, 7191, 9420, 7324, 9690, 6967, 9896, 7443, 9782, 9977, 9372, 10552, 9136, 9825, 8601, 8583, 11948, 9682, 10020, 7931, 8571, 7181, 9163, 10546, 8840, 9550, 8139, 10933, 9036, 9145, 7054, 9424, 6792, 10104, 8234, 9145, 8039, 8658, 11965, 9116, 11504, 8193, 8538, 10300, 8828, 11711, 10092, 8742, 7716, 9271, 9766, 8324, 11111, 7369, 8454, 9572, 8553, 10900, 9584, 8546, 7018, 8229, 7568, 8228, 9329, 7184, 8387, 7825, 9075, 7790, 9773, 6759, 9976, 6943, 9541, 6949, 9946, 10791, 9132, 10866, 9671, 10434, 7160, 9041, 10741, 8490, 10430, 8141, 8654, 7280, 8844, 10111, 8523, 9659, 6893, 10324, 6689, 9740, 7616, 9393, 9218, 8905, 8943, 8632, 9762, 6787, 9079, 7327, 9495, 9945, 8946, 10438, 9143, 7638, 9507, 7107, 10225, 9261, 8007, 10249, 9125, 10471, 7931, 9099, 11818, 8407, 12721, 8240, 8887, 13114, 9592, 13286, 10805, 9068, 9006, 9183, 9653, 8902, 10139, 9370, 7608, 8874, 10459, 9265, 12162, 9130, 9376, 10761, 9040, 11439, 8747, 9492, 7162, 8499, 9979, 8954, 9245, 9861, 8513, 11952, 8313, 8655, 8960, 8059, 10893, 7694, 8370, 9576, 7930, 8417, 7880, 9143, 7465, 8398, 7313, 10572, 7284, 8655, 10648, 9010, 11260, 8765, 8563, 7516, 8074, 10878, 8908, 8627, 9330, 9222, 11233, 7466, 8210, 10091, 7570, 10680, 7220, 8615, 7895, 8529, 9737, 7880, 9266, 7689, 11007, 8278, 8296, 9117, 8963, 10496, 9564, 9872, 8161, 8558, 12342, 8406, 11547, 8530, 8580, 9525, 8828, 11216, 9279, 8416, 8970, 7830, 9236, 7798, 8441, 7366, 8503, 10464, 7911, 9052, 8629, 8756, 7441, 9643, 8817, 9212, 9296, 9898, 7794, 9693, 7021, 10792, 6856, 9824, 9321, 11082, 11535, 10629, 12858, 9891, 10796, 11414, 12049, 11938, 14474, 12151, 9217, 15183, 9339, 11173, 10648, 9009, 12883, 9133, 11287, 9319, 8706, 10691, 8625, 10762, 9449, 8542, 9454, 8992, 9988, 9174, 8179, 7011, 8682, 8623, 7859, 8239, 7299, 9981, 7018, 9302, 7713, 9572, 8988, 7999, 8631, 7445, 10421, 6976, 9676, 7645, 9884, 10498, 8782, 10285, 6561, 10014, 6845, 9433, 7500, 9932, 10311, 8945, 10074, 6665, 10701, 7196, 9998, 9345, 9582, 11647, 7790, 9540, 6609, 10495, 6887, 9674, 7940, 9712, 11906, 8976, 10695, 7543], 'WindowCenter': [4540.0, 4502.0, 4523.0, 4460.0, 4496.0, 4436.0, 4472.0, 4432.0, 4461.0, 4433.0, 4473.0, 4433.0, 4433.0, 4430.0, 4421.0, 4444.0, 4433.0, 4443.0, 4453.0, 4463.0, 4443.0, 4451.0, 4442.0, 4443.0, 4442.0, 4441.0, 4453.0, 4450.0, 4451.0, 4470.0, 4442.0, 4481.0, 4453.0, 4491.0, 4465.0, 4493.0, 4464.0, 4445.0, 4434.0, 4445.0, 4445.0, 4453.0, 4446.0, 4466.0, 4455.0, 4455.0, 4445.0, 4455.0, 4444.0, 4443.0, 4444.0, 4456.0, 4436.0, 4455.0, 4434.0, 4435.0, 4455.0, 4437.0, 4446.0, 4458.0, 4458.0, 4469.0, 4456.0, 4457.0, 4447.0, 4449.0, 4446.0, 4460.0, 4458.0, 4490.0, 4497.0, 4479.0, 4511.0, 4483.0, 4489.0, 4491.0, 4490.0, 4469.0, 4467.0, 4455.0, 4455.0, 4445.0, 4446.0, 4444.0, 4459.0, 4507.0, 4477.0, 4494.0, 4466.0, 4494.0, 4466.0, 4495.0, 4476.0, 4478.0, 4479.0, 4478.0, 4468.0, 4477.0, 4468.0, 4496.0, 4457.0, 4454.0, 4457.0, 4469.0, 4470.0, 4479.0, 4471.0, 4470.0, 4471.0, 4520.0, 4489.0, 4489.0, 4477.0, 4480.0, 4485.0, 4437.0, 4503.0, 4452.0, 4443.0, 4475.0, 4432.0, 4480.0, 4441.0, 4480.0, 4454.0, 4491.0, 4457.0, 4505.0, 4476.0, 4504.0, 4486.0, 4428.0, 4468.0, 4440.0, 4461.0, 4489.0, 4459.0, 4479.0, 4470.0, 4479.0, 4479.0, 4476.0, 4468.0, 4526.0, 4496.0, 4512.0, 4464.0, 4461.0, 4430.0, 4439.0, 4430.0, 4439.0, 4439.0, 4448.0, 4419.0, 4428.0, 4419.0, 4437.0, 4441.0, 4489.0, 4441.0, 4479.0, 4419.0, 4479.0, 4419.0, 4478.0, 4419.0, 4479.0, 4429.0, 4477.0, 4419.0, 4488.0, 4417.0, 4476.0, 4426.0, 4425.0, 4416.0, 4416.0, 4427.0, 4416.0, 4438.0, 4427.0, 4426.0, 4418.0, 4439.0, 4420.0, 4469.0, 4430.0, 4430.0, 4433.0, 4432.0, 4442.0, 4454.0, 4445.0, 4467.0, 4504.0, 4457.0, 4507.0, 4457.0, 4496.0, 4466.0, 4476.0, 4446.0, 4457.0, 4486.0, 4446.0, 4476.0, 4462.0, 4442.0, 4462.0, 4443.0, 4471.0, 4430.0, 4441.0, 4442.0, 4440.0, 4432.0, 4458.0, 4429.0, 4458.0, 4419.0, 4447.0, 4419.0, 4428.0, 4418.0, 4468.0, 4439.0, 4458.0, 4451.0, 4440.0, 4439.0, 4439.0, 4430.0, 4429.0, 4447.0, 4430.0, 4438.0, 4437.0, 4468.0, 4472.0, 4451.0, 4462.0, 4479.0, 4442.0, 4480.0, 4443.0, 4494.0, 4477.0, 4455.0, 4488.0, 4466.0, 4469.0, 4458.0, 4469.0, 4470.0, 4476.0, 4457.0, 4476.0, 4458.0, 4508.0, 4475.0, 4462.0, 4463.0, 4440.0, 4451.0, 4433.0, 4464.0, 4444.0, 4452.0, 4442.0, 4412.0, 4453.0, 4443.0, 4465.0, 4486.0, 4478.0, 4507.0, 4486.0, 4495.0, 4466.0, 4495.0, 4476.0, 4466.0, 4475.0, 4463.0, 4477.0, 4464.0, 4465.0, 4456.0, 4466.0, 4442.0, 4440.0, 4430.0, 4432.0, 4468.0, 4487.0, 4475.0, 4444.0, 4462.0, 4402.0, 4464.0, 4444.0, 4465.0, 4486.0, 4477.0, 4506.0, 4496.0, 4495.0, 4466.0, 4464.0, 4452.0, 4454.0, 4472.0, 4454.0, 4473.0, 4442.0, 4489.0, 4450.0, 4439.0, 4465.0, 4439.0, 4452.0, 4428.0, 4440.0, 4446.0, 4430.0, 4440.0, 4438.0, 4450.0, 4441.0, 4439.0, 4433.0, 4428.0, 4469.0, 4444.0, 4467.0, 4413.0, 4467.0, 4423.0, 4467.0, 4455.0, 4478.0, 4458.0, 4480.0, 4457.0, 4468.0, 4467.0, 4426.0, 4458.0, 4417.0, 4470.0, 4457.0, 4489.0, 4498.0, 4491.0, 4478.0, 4456.0, 4465.0, 4444.0, 4436.0, 4402.0, 4433.0, 4452.0, 4453.0, 4441.0, 4442.0, 4453.0, 4442.0, 4443.0, 4402.0, 4455.0, 4453.0, 4465.0, 4443.0, 4454.0, 4453.0, 4433.0, 4463.0, 4414.0, 4456.0, 4426.0, 4490.0, 4444.0, 4481.0, 4430.0, 4493.0, 4420.0, 4471.0, 4471.0, 4481.0, 4488.0, 4479.0, 4467.0, 4447.0, 4466.0, 4445.0, 4446.0, 4425.0, 4457.0, 4475.0, 4466.0, 4464.0, 4455.0, 4443.0, 4432.0, 4463.0, 4403.0, 4474.0, 4414.0, 4477.0, 4417.0, 4489.0, 4438.0, 4489.0, 4477.0, 4479.0, 4468.0, 4499.0, 4490.0, 4467.0, 4466.0, 4432.0, 4434.0, 4461.0, 4441.0, 4459.0, 4428.0, 4418.0, 4446.0, 4427.0, 4447.0, 4426.0, 4417.0, 4437.0, 4427.0, 4426.0, 4416.0, 4417.0, 4395.0, 4407.0, 4436.0, 4429.0, 4451.0, 4442.0, 4450.0, 4420.0, 4420.0, 4422.0, 4452.0, 4424.0, 4476.0, 4416.0, 4458.0, 4428.0, 4469.0, 4468.0, 4469.0, 4456.0, 4457.0, 4458.0, 4436.0, 4447.0, 4475.0, 4466.0, 4465.0, 4455.0, 4444.0, 4401.0, 4443.0, 4440.0, 4452.0, 4452.0, 4433.0, 4454.0, 4446.0, 4466.0, 4449.0, 4492.0, 4451.0, 4499.0, 4457.0, 4468.0, 4437.0, 4457.0, 4475.0, 4445.0, 4454.0, 4454.0, 4466.0, 4444.0, 4445.0, 4455.0, 4455.0, 4473.0, 4443.0, 4462.0, 4440.0, 4432.0, 4402.0, 4434.0, 4431.0, 4454.0, 4442.0, 4452.0, 4440.0, 4422.0, 4474.0, 4401.0, 4443.0, 4411.0, 4453.0, 4462.0, 4445.0, 4469.0, 4460.0, 4457.0, 4448.0, 4468.0, 4440.0, 4487.0, 4463.0, 4483.0, 4451.0, 4471.0, 4440.0, 4461.0, 4478.0, 4458.0, 4465.0, 4445.0, 4455.0, 4422.0, 4434.0, 4463.0, 4455.0, 4485.0, 4443.0, 4435.0, 4390.0, 4432.0, 4429.0, 4433.0, 4454.0, 4434.0, 4464.0, 4427.0, 4477.0, 4407.0, 4458.0, 4435.0, 4456.0, 4465.0, 4458.0, 4478.0, 4456.0, 4456.0, 4424.0, 4444.0, 4452.0, 4432.0, 4432.0, 4400.0, 4433.0, 4441.0, 4444.0, 4463.0, 4442.0, 4452.0, 4392.0, 4442.0, 4410.0, 4442.0, 4451.0, 4434.0, 4464.0, 4434.0, 4436.0, 4445.0, 4468.0, 4456.0, 4445.0, 4464.0, 4413.0, 4435.0, 4431.0, 4423.0, 4443.0, 4433.0, 4455.0, 4413.0, 4445.0, 4455.0, 4446.0, 4455.0, 4434.0, 4434.0, 4413.0, 4456.0, 4444.0, 4426.0, 4467.0, 4416.0, 4469.0, 4447.0, 4468.0, 4467.0, 4448.0, 4476.0, 4418.0, 4479.0, 4441.0, 4491.0, 4443.0, 4504.0, 4456.0, 4496.0, 4445.0, 4496.0, 4493.0, 4485.0, 4503.0, 4463.0, 4502.0, 4471.0, 4512.0, 4440.0, 4469.0, 4426.0, 4478.0, 4496.0, 4479.0, 4496.0, 4467.0, 4436.0, 4467.0, 4416.0, 4457.0, 4445.0, 4466.0, 4444.0, 4505.0, 4423.0, 4453.0, 4441.0, 4473.0, 4491.0, 4461.0, 4468.0, 4417.0, 4445.0, 4406.0, 4445.0, 4415.0, 4425.0, 4422.0, 4403.0, 4431.0, 4382.0, 4433.0, 4391.0, 4404.0, 4412.0, 4392.0, 4411.0, 4392.0, 4402.0, 4371.0, 4403.0, 4413.0, 4406.0, 4437.0, 4430.0, 4439.0, 4441.0, 4414.0, 4447.0, 4414.0, 4446.0, 4454.0, 4456.0, 4476.0, 4456.0, 4464.0, 4432.0, 4432.0, 4459.0, 4419.0, 4448.0, 4417.0, 4418.0, 4406.0, 4417.0, 4439.0, 4431.0, 4429.0, 4428.0, 4408.0, 4400.0, 4472.0, 4401.0, 4432.0, 4412.0, 4433.0, 4441.0, 4442.0, 4451.0, 4410.0, 4421.0, 4419.0, 4431.0, 4440.0, 4431.0, 4430.0, 4398.0, 4410.0, 4438.0, 4410.0, 4429.0, 4410.0, 4452.0, 4402.0, 4433.0, 4412.0, 4445.0, 4454.0, 4425.0, 4434.0, 4424.0, 4445.0, 4414.0, 4458.0, 4448.0, 4459.0, 4465.0, 4445.0, 4424.0, 4413.0, 4445.0, 4426.0, 4459.0, 4460.0, 4471.0, 4450.0, 4471.0, 4479.0, 4440.0, 4491.0, 4430.0, 4481.0, 4440.0, 4483.0, 4480.0, 4471.0, 4469.0, 4438.0, 4458.0, 4424.0, 4455.0, 4456.0, 4436.0, 4457.0, 4437.0, 4458.0, 4428.0, 4469.0, 4428.0, 4470.0, 4428.0, 4470.0, 4479.0, 4479.0, 4478.0, 4458.0, 4497.0, 4425.0, 4447.0, 4483.0, 4443.0, 4482.0, 4442.0, 4432.0, 4460.0, 4432.0, 4461.0, 4423.0, 4450.0, 4399.0, 4420.0, 4401.0, 4445.0, 4442.0, 4443.0, 4452.0, 4423.0, 4462.0, 4402.0, 4423.0, 4441.0, 4433.0, 4463.0, 4443.0, 4433.0, 4412.0, 4433.0, 4451.0, 4412.0, 4431.0, 4423.0, 4444.0, 4414.0, 4436.0, 4423.0, 4446.0, 4466.0, 4438.0, 4457.0, 4440.0, 4479.0, 4452.0, 4511.0, 4464.0, 4442.0, 4484.0, 4453.0, 4495.0, 4502.0, 4515.0, 4502.0, 4491.0, 4499.0, 4466.0, 4466.0, 4472.0, 4423.0, 4472.0, 4451.0, 4441.0, 4438.0, 4410.0, 4458.0, 4417.0, 4428.0, 4426.0, 4419.0, 4458.0, 4418.0, 4418.0, 4386.0, 4407.0, 4426.0, 4407.0, 4418.0, 4387.0, 4420.0, 4439.0, 4432.0, 4430.0, 4432.0, 4452.0, 4401.0, 4424.0, 4433.0, 4435.0, 4445.0, 4446.0, 4445.0, 4437.0, 4490.0, 4418.0, 4481.0, 4451.0, 4471.0, 4479.0, 4460.0, 4459.0, 4429.0, 4481.0, 4418.0, 4480.0, 4451.0, 4472.0, 4454.0, 4506.0, 4456.0, 4505.0, 4447.0, 4524.0, 4476.0, 4504.0, 4515.0, 4523.0, 4503.0, 4509.0, 4469.0, 4487.0, 4477.0, 4495.0, 4484.0, 4473.0, 4443.0, 4452.0, 4431.0, 4493.0, 4460.0, 4489.0, 4460.0, 4450.0, 4427.0, 4418.0, 4455.0, 4418.0, 4456.0, 4415.0, 4465.0, 4426.0, 4416.0, 4422.0, 4402.0, 4431.0, 4393.0, 4417.0, 4386.0, 4405.0, 4413.0, 4394.0, 4445.0, 4383.0, 4404.0, 4383.0, 4409.0, 4428.0, 4430.0, 4418.0, 4419.0, 4458.0, 4389.0, 4431.0, 4402.0, 4455.0, 4426.0, 4467.0, 4428.0, 4480.0, 4429.0, 4480.0, 4468.0, 4469.0, 4479.0, 4459.0, 4470.0, 4448.0, 4449.0, 4475.0, 4470.0, 4457.0, 4424.0, 4433.0, 4391.0, 4443.0, 4451.0, 4433.0, 4442.0, 4437.0, 4477.0, 4457.0, 4455.0, 4415.0, 4455.0, 4407.0, 4477.0, 4448.0, 4459.0, 4437.0, 4448.0, 4475.0, 4446.0, 4475.0, 4422.0, 4432.0, 4440.0, 4431.0, 4472.0, 4453.0, 4433.0, 4412.0, 4442.0, 4439.0, 4409.0, 4461.0, 4401.0, 4423.0, 4440.0, 4432.0, 4463.0, 4454.0, 4432.0, 4401.0, 4421.0, 4399.0, 4421.0, 4441.0, 4403.0, 4435.0, 4438.0, 4457.0, 4439.0, 4478.0, 4431.0, 4481.0, 4430.0, 4481.0, 4430.0, 4481.0, 4502.0, 4485.0, 4504.0, 4482.0, 4491.0, 4430.0, 4471.0, 4477.0, 4447.0, 4477.0, 4437.0, 4449.0, 4429.0, 4459.0, 4467.0, 4458.0, 4455.0, 4417.0, 4478.0, 4407.0, 4469.0, 4438.0, 4473.0, 4470.0, 4472.0, 4460.0, 4460.0, 4480.0, 4419.0, 4460.0, 4428.0, 4482.0, 4481.0, 4472.0, 4492.0, 4483.0, 4453.0, 4482.0, 4431.0, 4494.0, 4473.0, 4454.0, 4483.0, 4473.0, 4493.0, 4452.0, 4462.0, 4489.0, 4439.0, 4499.0, 4437.0, 4459.0, 4497.0, 4457.0, 4496.0, 4475.0, 4445.0, 4432.0, 4442.0, 4441.0, 4432.0, 4452.0, 4445.0, 4424.0, 4458.0, 4465.0, 4445.0, 4474.0, 4445.0, 4446.0, 4462.0, 4433.0, 4461.0, 4421.0, 4430.0, 4377.0, 4419.0, 4428.0, 4418.0, 4429.0, 4437.0, 4418.0, 4457.0, 4406.0, 4407.0, 4404.0, 4395.0, 4434.0, 4384.0, 4407.0, 4427.0, 4421.0, 4419.0, 4421.0, 4440.0, 4414.0, 4434.0, 4415.0, 4475.0, 4414.0, 4447.0, 4466.0, 4458.0, 4476.0, 4445.0, 4434.0, 4401.0, 4421.0, 4450.0, 4432.0, 4434.0, 4430.0, 4431.0, 4461.0, 4399.0, 4421.0, 4437.0, 4410.0, 4449.0, 4401.0, 4434.0, 4422.0, 4434.0, 4453.0, 4435.0, 4443.0, 4426.0, 4477.0, 4435.0, 4437.0, 4445.0, 4447.0, 4467.0, 4456.0, 4455.0, 4423.0, 4432.0, 4459.0, 4409.0, 4460.0, 4408.0, 4420.0, 4429.0, 4419.0, 4449.0, 4428.0, 4408.0, 4405.0, 4396.0, 4416.0, 4398.0, 4409.0, 4388.0, 4421.0, 4450.0, 4422.0, 4431.0, 4369.0, 4460.0, 4413.0, 4454.0, 4443.0, 4446.0, 4444.0, 4467.0, 4427.0, 4469.0, 4432.0, 4489.0, 4419.0, 4469.0, 4459.0, 4489.0, 4487.0, 4479.0, 4496.0, 4456.0, 4465.0, 4475.0, 4474.0, 4473.0, 4493.0, 4460.0, 4430.0, 4478.0, 4416.0, 4436.0, 4435.0, 4418.0, 4455.0, 4416.0, 4435.0, 4414.0, 4416.0, 4433.0, 4404.0, 4434.0, 4413.0, 4406.0, 4424.0, 4429.0, 4440.0, 4429.0, 4417.0, 4387.0, 4430.0, 4418.0, 4421.0, 4446.0, 4425.0, 4466.0, 4429.0, 4469.0, 4437.0, 4481.0, 4459.0, 4438.0, 4447.0, 4428.0, 4479.0, 4419.0, 4481.0, 4453.0, 4483.0, 4491.0, 4462.0, 4480.0, 4420.0, 4470.0, 4420.0, 4473.0, 4442.0, 4483.0, 4480.0, 4472.0, 4470.0, 4420.0, 4491.0, 4431.0, 4483.0, 4470.0, 4472.0, 4490.0, 4443.0, 4471.0, 4422.0, 4482.0, 4444.0, 4496.0, 4452.0, 4483.0, 4500.0, 4462.0, 4481.0, 4440.0], 'WindowWidth': [9990.0, 9920.0, 9928.0, 9834.0, 9873.0, 9790.0, 9831.0, 9778.0, 9815.0, 9780.0, 9833.0, 9778.0, 9780.0, 9772.0, 9761.0, 9795.0, 9779.0, 9792.0, 9807.0, 9816.0, 9791.0, 9799.0, 9790.0, 9789.0, 9787.0, 9784.0, 9804.0, 9795.0, 9799.0, 9822.0, 9787.0, 9838.0, 9805.0, 9853.0, 9824.0, 9859.0, 9821.0, 9796.0, 9783.0, 9796.0, 9797.0, 9806.0, 9801.0, 9826.0, 9811.0, 9809.0, 9797.0, 9809.0, 9795.0, 9791.0, 9795.0, 9814.0, 9788.0, 9810.0, 9782.0, 9784.0, 9812.0, 9791.0, 9801.0, 9820.0, 9822.0, 9838.0, 9815.0, 9819.0, 9803.0, 9810.0, 9803.0, 9828.0, 9823.0, 9866.0, 9872.0, 9851.0, 9895.0, 9865.0, 9865.0, 9869.0, 9869.0, 9837.0, 9830.0, 9811.0, 9812.0, 9795.0, 9799.0, 9792.0, 9822.0, 9886.0, 9845.0, 9860.0, 9825.0, 9861.0, 9825.0, 9863.0, 9841.0, 9843.0, 9847.0, 9844.0, 9833.0, 9843.0, 9832.0, 9864.0, 9814.0, 9809.0, 9816.0, 9837.0, 9842.0, 9852.0, 9842.0, 9840.0, 9842.0, 9905.0, 9864.0, 9862.0, 9843.0, 9850.0, 9849.0, 9786.0, 9869.0, 9798.0, 9788.0, 9834.0, 9775.0, 9833.0, 9782.0, 9833.0, 9803.0, 9853.0, 9816.0, 9877.0, 9838.0, 9875.0, 9854.0, 9781.0, 9835.0, 9800.0, 9832.0, 9864.0, 9827.0, 9851.0, 9841.0, 9849.0, 9849.0, 9841.0, 9834.0, 9907.0, 9865.0, 9883.0, 9817.0, 9810.0, 9768.0, 9778.0, 9767.0, 9779.0, 9778.0, 9788.0, 9752.0, 9762.0, 9751.0, 9773.0, 9785.0, 9845.0, 9783.0, 9831.0, 9751.0, 9830.0, 9752.0, 9826.0, 9752.0, 9831.0, 9765.0, 9824.0, 9750.0, 9840.0, 9745.0, 9820.0, 9754.0, 9753.0, 9744.0, 9745.0, 9759.0, 9743.0, 9775.0, 9758.0, 9758.0, 9749.0, 9780.0, 9756.0, 9820.0, 9769.0, 9769.0, 9778.0, 9776.0, 9789.0, 9808.0, 9800.0, 9831.0, 9876.0, 9819.0, 9886.0, 9818.0, 9867.0, 9828.0, 9842.0, 9801.0, 9819.0, 9855.0, 9801.0, 9841.0, 9815.0, 9789.0, 9813.0, 9790.0, 9826.0, 9770.0, 9786.0, 9786.0, 9781.0, 9773.0, 9801.0, 9765.0, 9801.0, 9751.0, 9786.0, 9750.0, 9762.0, 9750.0, 9814.0, 9777.0, 9801.0, 9795.0, 9779.0, 9779.0, 9779.0, 9766.0, 9766.0, 9784.0, 9767.0, 9773.0, 9772.0, 9816.0, 9830.0, 9801.0, 9814.0, 9834.0, 9787.0, 9836.0, 9792.0, 9860.0, 9844.0, 9813.0, 9860.0, 9829.0, 9835.0, 9818.0, 9838.0, 9839.0, 9839.0, 9816.0, 9839.0, 9819.0, 9886.0, 9837.0, 9813.0, 9814.0, 9782.0, 9796.0, 9780.0, 9823.0, 9794.0, 9801.0, 9789.0, 9750.0, 9806.0, 9792.0, 9823.0, 9852.0, 9846.0, 9882.0, 9853.0, 9864.0, 9827.0, 9862.0, 9841.0, 9828.0, 9836.0, 9820.0, 9841.0, 9820.0, 9824.0, 9815.0, 9826.0, 9789.0, 9780.0, 9767.0, 9777.0, 9836.0, 9857.0, 9838.0, 9793.0, 9817.0, 9737.0, 9823.0, 9796.0, 9826.0, 9852.0, 9845.0, 9880.0, 9868.0, 9863.0, 9826.0, 9818.0, 9801.0, 9807.0, 9826.0, 9807.0, 9832.0, 9787.0, 9844.0, 9793.0, 9777.0, 9818.0, 9780.0, 9799.0, 9763.0, 9781.0, 9801.0, 9767.0, 9782.0, 9777.0, 9795.0, 9782.0, 9779.0, 9777.0, 9785.0, 9838.0, 9796.0, 9830.0, 9754.0, 9831.0, 9766.0, 9829.0, 9811.0, 9846.0, 9821.0, 9853.0, 9817.0, 9834.0, 9831.0, 9776.0, 9819.0, 9765.0, 9837.0, 9816.0, 9862.0, 9876.0, 9870.0, 9846.0, 9814.0, 9822.0, 9792.0, 9784.0, 9734.0, 9778.0, 9802.0, 9805.0, 9785.0, 9787.0, 9803.0, 9787.0, 9792.0, 9735.0, 9809.0, 9804.0, 9824.0, 9791.0, 9807.0, 9804.0, 9777.0, 9818.0, 9755.0, 9813.0, 9774.0, 9869.0, 9816.0, 9858.0, 9789.0, 9879.0, 9775.0, 9842.0, 9844.0, 9855.0, 9861.0, 9848.0, 9829.0, 9804.0, 9828.0, 9797.0, 9801.0, 9771.0, 9816.0, 9836.0, 9826.0, 9821.0, 9810.0, 9792.0, 9775.0, 9817.0, 9739.0, 9835.0, 9758.0, 9845.0, 9768.0, 9865.0, 9797.0, 9864.0, 9846.0, 9851.0, 9835.0, 9876.0, 9867.0, 9830.0, 9828.0, 9774.0, 9780.0, 9812.0, 9783.0, 9805.0, 9761.0, 9748.0, 9782.0, 9758.0, 9786.0, 9756.0, 9748.0, 9773.0, 9760.0, 9757.0, 9742.0, 9745.0, 9713.0, 9733.0, 9769.0, 9767.0, 9798.0, 9789.0, 9795.0, 9758.0, 9757.0, 9764.0, 9805.0, 9771.0, 9843.0, 9761.0, 9821.0, 9781.0, 9838.0, 9835.0, 9836.0, 9816.0, 9817.0, 9821.0, 9787.0, 9802.0, 9837.0, 9827.0, 9825.0, 9811.0, 9795.0, 9734.0, 9790.0, 9782.0, 9801.0, 9801.0, 9779.0, 9809.0, 9802.0, 9828.0, 9813.0, 9875.0, 9818.0, 9878.0, 9820.0, 9835.0, 9789.0, 9818.0, 9838.0, 9797.0, 9807.0, 9808.0, 9826.0, 9796.0, 9799.0, 9810.0, 9810.0, 9830.0, 9792.0, 9814.0, 9783.0, 9775.0, 9735.0, 9781.0, 9772.0, 9808.0, 9789.0, 9803.0, 9783.0, 9761.0, 9836.0, 9733.0, 9791.0, 9746.0, 9805.0, 9816.0, 9799.0, 9840.0, 9831.0, 9819.0, 9809.0, 9837.0, 9801.0, 9861.0, 9839.0, 9865.0, 9819.0, 9846.0, 9802.0, 9831.0, 9847.0, 9821.0, 9826.0, 9796.0, 9810.0, 9763.0, 9782.0, 9818.0, 9810.0, 9850.0, 9792.0, 9782.0, 9717.0, 9773.0, 9767.0, 9779.0, 9808.0, 9784.0, 9823.0, 9779.0, 9845.0, 9752.0, 9820.0, 9786.0, 9815.0, 9825.0, 9820.0, 9847.0, 9814.0, 9815.0, 9767.0, 9794.0, 9801.0, 9773.0, 9776.0, 9728.0, 9775.0, 9786.0, 9796.0, 9817.0, 9790.0, 9801.0, 9723.0, 9788.0, 9744.0, 9790.0, 9800.0, 9781.0, 9823.0, 9782.0, 9787.0, 9797.0, 9836.0, 9813.0, 9799.0, 9820.0, 9751.0, 9783.0, 9773.0, 9763.0, 9790.0, 9777.0, 9811.0, 9751.0, 9800.0, 9812.0, 9803.0, 9811.0, 9783.0, 9784.0, 9754.0, 9815.0, 9795.0, 9776.0, 9831.0, 9764.0, 9838.0, 9806.0, 9836.0, 9831.0, 9809.0, 9843.0, 9770.0, 9852.0, 9808.0, 9874.0, 9814.0, 9896.0, 9834.0, 9888.0, 9819.0, 9889.0, 9878.0, 9870.0, 9890.0, 9836.0, 9887.0, 9844.0, 9900.0, 9802.0, 9839.0, 9776.0, 9848.0, 9870.0, 9851.0, 9871.0, 9831.0, 9789.0, 9831.0, 9763.0, 9820.0, 9801.0, 9829.0, 9797.0, 9878.0, 9764.0, 9803.0, 9784.0, 9832.0, 9851.0, 9810.0, 9817.0, 9746.0, 9780.0, 9729.0, 9778.0, 9738.0, 9751.0, 9743.0, 9718.0, 9754.0, 9691.0, 9759.0, 9699.0, 9723.0, 9730.0, 9705.0, 9728.0, 9703.0, 9718.0, 9675.0, 9722.0, 9735.0, 9733.0, 9774.0, 9770.0, 9780.0, 9788.0, 9757.0, 9807.0, 9756.0, 9801.0, 9809.0, 9813.0, 9841.0, 9815.0, 9823.0, 9774.0, 9774.0, 9804.0, 9750.0, 9789.0, 9745.0, 9747.0, 9729.0, 9746.0, 9778.0, 9774.0, 9765.0, 9764.0, 9736.0, 9729.0, 9831.0, 9734.0, 9775.0, 9750.0, 9779.0, 9787.0, 9788.0, 9799.0, 9743.0, 9759.0, 9752.0, 9770.0, 9783.0, 9770.0, 9768.0, 9723.0, 9741.0, 9777.0, 9740.0, 9765.0, 9743.0, 9802.0, 9738.0, 9780.0, 9750.0, 9796.0, 9809.0, 9771.0, 9782.0, 9770.0, 9799.0, 9756.0, 9819.0, 9809.0, 9823.0, 9825.0, 9796.0, 9769.0, 9751.0, 9798.0, 9775.0, 9825.0, 9831.0, 9843.0, 9814.0, 9845.0, 9852.0, 9802.0, 9870.0, 9786.0, 9856.0, 9802.0, 9863.0, 9853.0, 9842.0, 9839.0, 9796.0, 9820.0, 9768.0, 9811.0, 9814.0, 9786.0, 9816.0, 9790.0, 9822.0, 9783.0, 9838.0, 9782.0, 9841.0, 9783.0, 9841.0, 9850.0, 9850.0, 9847.0, 9821.0, 9871.0, 9772.0, 9803.0, 9844.0, 9789.0, 9841.0, 9789.0, 9775.0, 9809.0, 9773.0, 9812.0, 9765.0, 9796.0, 9725.0, 9754.0, 9734.0, 9800.0, 9788.0, 9791.0, 9802.0, 9764.0, 9816.0, 9735.0, 9764.0, 9785.0, 9777.0, 9818.0, 9790.0, 9776.0, 9749.0, 9779.0, 9799.0, 9749.0, 9771.0, 9766.0, 9797.0, 9755.0, 9787.0, 9767.0, 9800.0, 9830.0, 9795.0, 9818.0, 9802.0, 9851.0, 9822.0, 9900.0, 9841.0, 9808.0, 9868.0, 9825.0, 9881.0, 9887.0, 9911.0, 9886.0, 9870.0, 9877.0, 9825.0, 9826.0, 9827.0, 9763.0, 9829.0, 9797.0, 9784.0, 9776.0, 9739.0, 9801.0, 9744.0, 9762.0, 9755.0, 9751.0, 9801.0, 9749.0, 9750.0, 9703.0, 9734.0, 9756.0, 9732.0, 9748.0, 9707.0, 9757.0, 9778.0, 9774.0, 9770.0, 9775.0, 9801.0, 9733.0, 9767.0, 9781.0, 9785.0, 9798.0, 9802.0, 9800.0, 9791.0, 9869.0, 9770.0, 9858.0, 9818.0, 9846.0, 9851.0, 9828.0, 9824.0, 9786.0, 9857.0, 9770.0, 9853.0, 9817.0, 9849.0, 9829.0, 9902.0, 9836.0, 9898.0, 9824.0, 9923.0, 9860.0, 9893.0, 9908.0, 9916.0, 9890.0, 9892.0, 9836.0, 9857.0, 9843.0, 9867.0, 9848.0, 9832.0, 9791.0, 9801.0, 9773.0, 9856.0, 9808.0, 9849.0, 9807.0, 9794.0, 9758.0, 9749.0, 9794.0, 9748.0, 9795.0, 9739.0, 9807.0, 9755.0, 9743.0, 9741.0, 9717.0, 9754.0, 9708.0, 9747.0, 9704.0, 9726.0, 9735.0, 9710.0, 9781.0, 9695.0, 9724.0, 9695.0, 9740.0, 9765.0, 9771.0, 9750.0, 9752.0, 9803.0, 9715.0, 9772.0, 9737.0, 9812.0, 9774.0, 9833.0, 9783.0, 9855.0, 9786.0, 9853.0, 9834.0, 9836.0, 9848.0, 9821.0, 9837.0, 9806.0, 9808.0, 9838.0, 9839.0, 9816.0, 9765.0, 9777.0, 9718.0, 9790.0, 9798.0, 9775.0, 9788.0, 9792.0, 9845.0, 9820.0, 9812.0, 9759.0, 9810.0, 9753.0, 9846.0, 9806.0, 9825.0, 9791.0, 9805.0, 9836.0, 9799.0, 9836.0, 9760.0, 9775.0, 9780.0, 9770.0, 9828.0, 9802.0, 9777.0, 9750.0, 9789.0, 9777.0, 9738.0, 9812.0, 9732.0, 9764.0, 9780.0, 9775.0, 9818.0, 9807.0, 9775.0, 9731.0, 9758.0, 9725.0, 9759.0, 9786.0, 9740.0, 9786.0, 9795.0, 9817.0, 9798.0, 9848.0, 9793.0, 9858.0, 9788.0, 9857.0, 9787.0, 9859.0, 9885.0, 9871.0, 9892.0, 9858.0, 9871.0, 9786.0, 9843.0, 9842.0, 9804.0, 9844.0, 9790.0, 9811.0, 9783.0, 9824.0, 9830.0, 9820.0, 9813.0, 9765.0, 9848.0, 9752.0, 9835.0, 9793.0, 9847.0, 9844.0, 9848.0, 9828.0, 9829.0, 9854.0, 9771.0, 9828.0, 9782.0, 9858.0, 9857.0, 9846.0, 9873.0, 9864.0, 9824.0, 9861.0, 9790.0, 9880.0, 9851.0, 9826.0, 9865.0, 9848.0, 9877.0, 9819.0, 9833.0, 9863.0, 9796.0, 9877.0, 9790.0, 9823.0, 9869.0, 9816.0, 9865.0, 9837.0, 9797.0, 9772.0, 9787.0, 9783.0, 9775.0, 9801.0, 9797.0, 9770.0, 9819.0, 9826.0, 9798.0, 9833.0, 9797.0, 9798.0, 9813.0, 9776.0, 9811.0, 9756.0, 9767.0, 9690.0, 9750.0, 9760.0, 9747.0, 9764.0, 9773.0, 9746.0, 9797.0, 9729.0, 9731.0, 9722.0, 9711.0, 9761.0, 9696.0, 9731.0, 9758.0, 9760.0, 9752.0, 9760.0, 9785.0, 9756.0, 9782.0, 9759.0, 9840.0, 9755.0, 9803.0, 9829.0, 9821.0, 9840.0, 9797.0, 9780.0, 9731.0, 9758.0, 9795.0, 9774.0, 9782.0, 9769.0, 9770.0, 9810.0, 9726.0, 9757.0, 9773.0, 9740.0, 9793.0, 9731.0, 9780.0, 9761.0, 9780.0, 9805.0, 9786.0, 9793.0, 9775.0, 9844.0, 9785.0, 9790.0, 9796.0, 9804.0, 9831.0, 9813.0, 9808.0, 9762.0, 9773.0, 9804.0, 9737.0, 9808.0, 9733.0, 9754.0, 9763.0, 9752.0, 9791.0, 9762.0, 9736.0, 9726.0, 9716.0, 9743.0, 9721.0, 9740.0, 9710.0, 9758.0, 9796.0, 9762.0, 9773.0, 9659.0, 9833.0, 9752.0, 9807.0, 9791.0, 9797.0, 9794.0, 9830.0, 9779.0, 9837.0, 9791.0, 9865.0, 9770.0, 9837.0, 9821.0, 9862.0, 9858.0, 9848.0, 9867.0, 9812.0, 9823.0, 9837.0, 9835.0, 9831.0, 9857.0, 9805.0, 9767.0, 9827.0, 9740.0, 9766.0, 9762.0, 9746.0, 9791.0, 9741.0, 9763.0, 9735.0, 9743.0, 9760.0, 9721.0, 9763.0, 9733.0, 9727.0, 9749.0, 9766.0, 9781.0, 9766.0, 9747.0, 9706.0, 9767.0, 9748.0, 9759.0, 9802.0, 9772.0, 9829.0, 9786.0, 9837.0, 9791.0, 9858.0, 9825.0, 9795.0, 9803.0, 9781.0, 9850.0, 9769.0, 9856.0, 9824.0, 9863.0, 9868.0, 9833.0, 9852.0, 9773.0, 9839.0, 9771.0, 9848.0, 9806.0, 9861.0, 9853.0, 9844.0, 9839.0, 9774.0, 9868.0, 9789.0, 9863.0, 9840.0, 9844.0, 9867.0, 9808.0, 9842.0, 9778.0, 9857.0, 9813.0, 9886.0, 9819.0, 9860.0, 9881.0, 9830.0, 9855.0, 9797.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.010256063241106719</td></tr>
<tr><td colspan=3>aqi</td><td>0.03781266355731225</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.70844455016617</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250009064810125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0146589203797471</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>3495.0522</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09537941518218626</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.292490118577075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5879815058833002</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.567214938792826</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6263518464738014</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5703777323832733</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170461</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006240332033485174</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012453954666852951</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.937916807117152</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>30.3198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.0487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.7181</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299592.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.2318</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.8956</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3642.8325</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.0655</td></tr>
<tr><td colspan=3>tsnr</td><td>32.25830054352991</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>