<?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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-04/func/sub-0014_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>ca4552d567029ef9aa4635c8f7ccbab6</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>16:43:42.142500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997939, 0.0512406, 0.0386288, -0.0550946, 0.992798, 0.106384]</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.0939315</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>[4152, -7754, -7270, 522, -81, -53, 63, 45]</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>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5381cb0b-0cc9-4a89-b198-eaff145d0d56||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773972511291504, -0.1478147953748703, 0.08882832527160645, 116.4656982421875], [-0.13747482001781464, 2.6636033058166504, 0.29239174723625183, -94.77925872802734], [0.10363823175430298, -0.2854211926460266, 2.6826510429382324, -64.08662414550781], [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': ['164342.142500', '164342.602500', '164343.062500', '164343.522500', '164343.982500', '164344.442500', '164344.902500', '164345.362500', '164345.822500', '164346.282500', '164346.742500', '164347.202500', '164347.662500', '164348.122500', '164348.582500', '164349.042500', '164349.502500', '164349.962500', '164350.422500', '164350.882500', '164351.342500', '164351.802500', '164352.262500', '164352.722500', '164353.182500', '164353.642500', '164354.102500', '164354.562500', '164355.022500', '164355.482500', '164355.942500', '164356.402500', '164356.862500', '164357.322500', '164357.782500', '164358.242500', '164358.702500', '164359.162500', '164359.622500', '164400.082500', '164400.542500', '164401.002500', '164401.462500', '164401.922500', '164402.382500', '164402.842500', '164403.302500', '164403.762500', '164404.222500', '164404.682500', '164405.142500', '164405.602500', '164406.062500', '164406.522500', '164406.982500', '164407.442500', '164407.902500', '164408.362500', '164408.822500', '164409.282500', '164409.742500', '164410.202500', '164410.662500', '164411.122500', '164411.582500', '164412.042500', '164412.502500', '164412.962500', '164413.422500', '164413.882500', '164414.342500', '164414.802500', '164415.262500', '164415.722500', '164416.182500', '164416.642500', '164417.102500', '164417.562500', '164418.022500', '164418.482500', '164418.942500', '164419.402500', '164419.862500', '164420.322500', '164420.782500', '164421.242500', '164421.702500', '164422.162500', '164422.622500', '164423.082500', '164423.542500', '164424.002500', '164424.462500', '164424.922500', '164425.382500', '164425.842500', '164426.302500', '164426.762500', '164427.222500', '164427.682500', '164428.142500', '164428.602500', '164429.062500', '164429.522500', '164429.982500', '164430.442500', '164430.902500', '164431.362500', '164431.822500', '164432.282500', '164432.742500', '164433.202500', '164433.662500', '164434.122500', '164434.582500', '164435.042500', '164435.502500', '164435.962500', '164436.422500', '164436.882500', '164437.342500', '164437.802500', '164438.262500', '164438.722500', '164439.182500', '164439.642500', '164440.102500', '164440.562500', '164441.022500', '164441.482500', '164441.942500', '164442.402500', '164442.862500', '164443.322500', '164443.782500', '164444.242500', '164444.702500', '164445.162500', '164445.622500', '164446.082500', '164446.542500', '164447.002500', '164447.462500', '164447.922500', '164448.382500', '164448.842500', '164449.302500', '164449.762500', '164450.222500', '164450.682500', '164451.142500', '164451.602500', '164452.062500', '164452.522500', '164452.982500', '164453.442500', '164453.902500', '164454.362500', '164454.822500', '164455.282500', '164455.742500', '164456.202500', '164456.662500', '164457.122500', '164457.582500', '164458.042500', '164458.502500', '164458.962500', '164459.422500', '164459.882500', '164500.342500', '164500.802500', '164501.262500', '164501.722500', '164502.182500', '164502.642500', '164503.102500', '164503.562500', '164504.022500', '164504.482500', '164504.942500', '164505.402500', '164505.862500', '164506.322500', '164506.782500', '164507.242500', '164507.702500', '164508.162500', '164508.622500', '164509.082500', '164509.542500', '164510.002500', '164510.462500', '164510.922500', '164511.382500', '164511.842500', '164512.302500', '164512.762500', '164513.222500', '164513.682500', '164514.142500', '164514.602500', '164515.062500', '164515.522500', '164515.982500', '164516.442500', '164516.902500', '164517.362500', '164517.822500', '164518.282500', '164518.742500', '164519.202500', '164519.662500', '164520.122500', '164520.582500', '164521.042500', '164521.502500', '164521.962500', '164522.422500', '164522.882500', '164523.342500', '164523.802500', '164524.262500', '164524.722500', '164525.182500', '164525.642500', '164526.102500', '164526.562500', '164527.022500', '164527.482500', '164527.942500', '164528.402500', '164528.862500', '164529.322500', '164529.782500', '164530.242500', '164530.702500', '164531.162500', '164531.622500', '164532.082500', '164532.542500', '164533.002500', '164533.462500', '164533.922500', '164534.382500', '164534.842500', '164535.302500', '164535.762500', '164536.222500', '164536.682500', '164537.142500', '164537.602500', '164538.062500', '164538.522500', '164538.982500', '164539.442500', '164539.902500', '164540.362500', '164540.822500', '164541.282500', '164541.742500', '164542.202500', '164542.662500', '164543.122500', '164543.582500', '164544.042500', '164544.502500', '164544.962500', '164545.422500', '164545.882500', '164546.342500', '164546.802500', '164547.262500', '164547.722500', '164548.182500', '164548.642500', '164549.102500', '164549.562500', '164550.022500', '164550.482500', '164550.942500', '164551.402500', '164551.862500', '164552.322500', '164552.782500', '164553.242500', '164553.702500', '164554.162500', '164554.622500', '164555.082500', '164555.542500', '164556.002500', '164556.462500', '164556.922500', '164557.382500', '164557.842500', '164558.302500', '164558.762500', '164559.222500', '164559.682500', '164600.142500', '164600.602500', '164601.062500', '164601.522500', '164601.982500', '164602.442500', '164602.902500', '164603.362500', '164603.822500', '164604.282500', '164604.742500', '164605.202500', '164605.662500', '164606.122500', '164606.582500', '164607.042500', '164607.502500', '164607.962500', '164608.422500', '164608.882500', '164609.342500', '164609.802500', '164610.262500', '164610.722500', '164611.182500', '164611.642500', '164612.102500', '164612.562500', '164613.022500', '164613.482500', '164613.942500', '164614.402500', '164614.862500', '164615.322500', '164615.782500', '164616.242500', '164616.702500', '164617.162500', '164617.622500', '164618.082500', '164618.542500', '164619.002500', '164619.462500', '164619.922500', '164620.382500', '164620.842500', '164621.302500', '164621.762500', '164622.222500', '164622.682500', '164623.142500', '164623.602500', '164624.062500', '164624.522500', '164624.982500', '164625.442500', '164625.902500', '164626.362500', '164626.822500', '164627.282500', '164627.742500', '164628.202500', '164628.662500', '164629.122500', '164629.582500', '164630.042500', '164630.502500', '164630.962500', '164631.422500', '164631.882500', '164632.342500', '164632.802500', '164633.262500', '164633.722500', '164634.182500', '164634.642500', '164635.102500', '164635.562500', '164636.022500', '164636.482500', '164636.942500', '164637.402500', '164637.862500', '164638.322500', '164638.782500', '164639.242500', '164639.702500', '164640.162500', '164640.622500', '164641.082500', '164641.542500', '164642.002500', '164642.462500', '164642.922500', '164643.382500', '164643.842500', '164644.302500', '164644.762500', '164645.222500', '164645.682500', '164646.142500', '164646.602500', '164647.062500', '164647.522500', '164647.982500', '164648.442500', '164648.902500', '164649.362500', '164649.822500', '164650.282500', '164650.742500', '164651.202500', '164651.662500', '164652.122500', '164652.582500', '164653.042500', '164653.502500', '164653.962500', '164654.422500', '164654.882500', '164655.342500', '164655.802500', '164656.262500', '164656.722500', '164657.182500', '164657.642500', '164658.102500', '164658.562500', '164659.022500', '164659.482500', '164659.942500', '164700.402500', '164700.862500', '164701.322500', '164701.782500', '164702.242500', '164702.702500', '164703.162500', '164703.622500', '164704.082500', '164704.542500', '164705.002500', '164705.462500', '164705.922500', '164706.382500', '164706.842500', '164707.302500', '164707.762500', '164708.222500', '164708.682500', '164709.142500', '164709.602500', '164710.062500', '164710.522500', '164710.982500', '164711.442500', '164711.902500', '164712.362500', '164712.822500', '164713.282500', '164713.742500', '164714.202500', '164714.662500', '164715.122500', '164715.582500', '164716.042500', '164716.502500', '164716.962500', '164717.422500', '164717.882500', '164718.342500', '164718.802500', '164719.262500', '164719.722500', '164720.182500', '164720.642500', '164721.102500', '164721.562500', '164722.022500', '164722.482500', '164722.942500', '164723.402500', '164723.862500', '164724.322500', '164724.782500', '164725.242500', '164725.702500', '164726.162500', '164726.622500', '164727.082500', '164727.542500', '164728.002500', '164728.462500', '164728.922500', '164729.382500', '164729.842500', '164730.302500', '164730.762500', '164731.222500', '164731.682500', '164732.142500', '164732.602500', '164733.062500', '164733.522500', '164733.982500', '164734.442500', '164734.902500', '164735.362500', '164735.822500', '164736.282500', '164736.742500', '164737.202500', '164737.662500', '164738.122500', '164738.582500', '164739.042500', '164739.502500', '164739.962500', '164740.422500', '164740.882500', '164741.342500', '164741.802500', '164742.262500', '164742.722500', '164743.182500', '164743.642500', '164744.102500', '164744.562500', '164745.022500', '164745.482500', '164745.942500', '164746.402500', '164746.862500', '164747.322500', '164747.782500', '164748.242500', '164748.702500', '164749.162500', '164749.622500', '164750.082500', '164750.542500', '164751.002500', '164751.462500', '164751.922500', '164752.382500', '164752.842500', '164753.302500', '164753.762500', '164754.222500', '164754.682500', '164755.142500', '164755.602500', '164756.062500', '164756.522500', '164756.982500', '164757.442500', '164757.902500', '164758.362500', '164758.822500', '164759.282500', '164759.742500', '164800.202500', '164800.662500', '164801.122500', '164801.582500', '164802.042500', '164802.502500', '164802.962500', '164803.422500', '164803.882500', '164804.342500', '164804.802500', '164805.262500', '164805.722500', '164806.182500', '164806.642500', '164807.102500', '164807.562500', '164808.022500', '164808.482500', '164808.942500', '164809.402500', '164809.862500', '164810.322500', '164810.782500', '164811.242500', '164811.702500', '164812.162500', '164812.622500', '164813.082500', '164813.542500', '164814.002500', '164814.462500', '164814.922500', '164815.382500', '164815.842500', '164816.302500', '164816.762500', '164817.222500', '164817.682500', '164818.142500', '164818.602500', '164819.062500', '164819.522500', '164819.982500', '164820.442500', '164820.902500', '164821.362500', '164821.822500', '164822.282500', '164822.742500', '164823.202500', '164823.662500', '164824.122500', '164824.582500', '164825.042500', '164825.502500', '164825.962500', '164826.422500', '164826.882500', '164827.342500', '164827.802500', '164828.262500', '164828.722500', '164829.182500', '164829.642500', '164830.102500', '164830.562500', '164831.022500', '164831.482500', '164831.942500', '164832.402500', '164832.862500', '164833.322500', '164833.782500', '164834.242500', '164834.702500', '164835.162500', '164835.622500', '164836.082500', '164836.542500', '164837.002500', '164837.462500', '164837.922500', '164838.382500', '164838.842500', '164839.302500', '164839.762500', '164840.222500', '164840.682500', '164841.142500', '164841.602500', '164842.062500', '164842.522500', '164842.982500', '164843.442500', '164843.902500', '164844.362500', '164844.822500', '164845.282500', '164845.742500', '164846.202500', '164846.662500', '164847.122500', '164847.582500', '164848.042500', '164848.502500', '164848.962500', '164849.422500', '164849.882500', '164850.342500', '164850.802500', '164851.262500', '164851.722500', '164852.182500', '164852.642500', '164853.102500', '164853.562500', '164854.022500', '164854.482500', '164854.942500', '164855.402500', '164855.862500', '164856.322500', '164856.782500', '164857.242500', '164857.702500', '164858.162500', '164858.622500', '164859.082500', '164859.542500', '164900.002500', '164900.462500', '164900.922500', '164901.382500', '164901.842500', '164902.302500', '164902.762500', '164903.222500', '164903.682500', '164904.142500', '164904.602500', '164905.062500', '164905.522500', '164905.982500', '164906.442500', '164906.902500', '164907.362500', '164907.822500', '164908.282500', '164908.742500', '164909.202500', '164909.662500', '164910.122500', '164910.582500', '164911.042500', '164911.502500', '164911.962500', '164912.422500', '164912.882500', '164913.342500', '164913.802500', '164914.262500', '164914.722500', '164915.182500', '164915.642500', '164916.102500', '164916.562500', '164917.022500', '164917.482500', '164917.942500', '164918.402500', '164918.862500', '164919.322500', '164919.782500', '164920.242500', '164920.702500', '164921.162500', '164921.622500', '164922.082500', '164922.542500', '164923.002500', '164923.462500', '164923.922500', '164924.382500', '164924.842500', '164925.302500', '164925.762500', '164926.222500', '164926.682500', '164927.142500', '164927.602500', '164928.062500', '164928.522500', '164928.982500', '164929.442500', '164929.902500', '164930.362500', '164930.822500', '164931.282500', '164931.742500', '164932.202500', '164932.662500', '164933.122500', '164933.582500', '164934.042500', '164934.502500', '164934.962500', '164935.422500', '164935.882500', '164936.342500', '164936.802500', '164937.262500', '164937.722500', '164938.182500', '164938.642500', '164939.102500', '164939.562500', '164940.022500', '164940.482500', '164940.942500', '164941.402500', '164941.862500', '164942.322500', '164942.782500', '164943.242500', '164943.702500', '164944.162500', '164944.622500', '164945.082500', '164945.542500', '164946.002500', '164946.462500', '164946.922500', '164947.382500', '164947.842500', '164948.302500', '164948.762500', '164949.222500', '164949.682500', '164950.142500', '164950.602500', '164951.062500', '164951.522500', '164951.982500', '164952.442500', '164952.902500', '164953.362500', '164953.822500', '164954.282500', '164954.742500', '164955.202500', '164955.662500', '164956.122500', '164956.582500', '164957.042500', '164957.502500', '164957.962500', '164958.422500', '164958.882500', '164959.342500', '164959.802500', '165000.262500', '165000.722500', '165001.182500', '165001.642500', '165002.102500', '165002.562500', '165003.022500', '165003.482500', '165003.942500', '165004.402500', '165004.862500', '165005.322500', '165005.782500', '165006.242500', '165006.702500', '165007.162500', '165007.622500', '165008.082500', '165008.542500', '165009.002500', '165009.462500', '165009.922500', '165010.382500', '165010.842500', '165011.302500', '165011.762500', '165012.222500', '165012.682500', '165013.142500', '165013.602500', '165014.062500', '165014.522500', '165014.982500', '165015.442500', '165015.902500', '165016.362500', '165016.822500', '165017.282500', '165017.742500', '165018.202500', '165018.662500', '165019.122500', '165019.582500', '165020.042500', '165020.502500', '165020.962500', '165021.422500', '165021.882500', '165022.342500', '165022.802500', '165023.262500', '165023.722500', '165024.182500', '165024.642500', '165025.102500', '165025.562500', '165026.022500', '165026.482500', '165026.942500', '165027.402500', '165027.862500', '165028.322500', '165028.782500', '165029.242500', '165029.702500', '165030.162500', '165030.622500', '165031.082500', '165031.542500', '165032.002500', '165032.462500', '165032.922500', '165033.382500', '165033.842500', '165034.302500', '165034.762500', '165035.222500', '165035.682500', '165036.142500', '165036.602500', '165037.062500', '165037.522500', '165037.982500', '165038.442500', '165038.902500', '165039.362500', '165039.822500', '165040.282500', '165040.742500', '165041.202500', '165041.662500', '165042.122500', '165042.582500', '165043.042500', '165043.502500', '165043.962500', '165044.422500', '165044.882500', '165045.342500', '165045.802500', '165046.262500', '165046.722500', '165047.182500', '165047.642500', '165048.102500', '165048.562500', '165049.022500', '165049.482500', '165049.942500', '165050.402500', '165050.862500', '165051.322500', '165051.782500', '165052.242500', '165052.702500', '165053.162500', '165053.622500', '165054.082500', '165054.542500', '165055.002500', '165055.462500', '165055.922500', '165056.382500', '165056.842500', '165057.302500', '165057.762500', '165058.222500', '165058.682500', '165059.142500', '165059.602500', '165100.062500', '165100.522500', '165100.982500', '165101.442500', '165101.902500', '165102.362500', '165102.822500', '165103.282500', '165103.742500', '165104.202500', '165104.662500', '165105.122500', '165105.582500', '165106.042500', '165106.502500', '165106.962500', '165107.422500', '165107.882500', '165108.342500', '165108.802500', '165109.262500', '165109.722500', '165110.182500', '165110.642500', '165111.102500', '165111.562500', '165112.022500', '165112.482500', '165112.942500', '165113.402500', '165113.862500', '165114.322500', '165114.782500', '165115.242500', '165115.702500', '165116.162500', '165116.622500', '165117.082500', '165117.542500', '165118.002500', '165118.462500', '165118.922500', '165119.382500', '165119.842500', '165120.302500', '165120.762500', '165121.222500', '165121.682500', '165122.142500', '165122.602500', '165123.062500', '165123.522500', '165123.982500', '165124.442500', '165124.902500', '165125.362500', '165125.822500', '165126.282500', '165126.742500', '165127.202500', '165127.662500', '165128.122500', '165128.582500', '165129.042500', '165129.502500', '165129.962500', '165130.422500', '165130.882500', '165131.342500', '165131.802500', '165132.262500', '165132.722500', '165133.182500', '165133.642500', '165134.102500', '165134.562500', '165135.022500', '165135.482500', '165135.942500', '165136.402500', '165136.862500', '165137.322500', '165137.782500', '165138.242500', '165138.702500', '165139.162500', '165139.622500', '165140.082500', '165140.542500', '165141.002500', '165141.462500', '165141.922500', '165142.382500', '165142.842500', '165143.302500', '165143.762500', '165144.222500', '165144.682500', '165145.142500', '165145.602500', '165146.062500', '165146.522500', '165146.982500', '165147.442500', '165147.902500', '165148.362500', '165148.822500', '165149.282500', '165149.742500', '165150.202500', '165150.662500', '165151.122500', '165151.582500', '165152.042500', '165152.502500', '165152.962500', '165153.422500', '165153.882500', '165154.342500', '165154.802500', '165155.262500', '165155.722500', '165156.182500', '165156.642500', '165157.102500', '165157.562500', '165158.022500', '165158.482500', '165158.942500', '165159.402500', '165159.862500', '165200.322500', '165200.782500', '165201.242500', '165201.702500', '165202.162500', '165202.622500', '165203.082500', '165203.542500', '165204.002500', '165204.462500', '165204.922500', '165205.382500', '165205.842500', '165206.302500', '165206.762500', '165207.222500', '165207.682500', '165208.142500', '165208.602500', '165209.062500', '165209.522500', '165209.982500', '165210.442500', '165210.902500', '165211.362500', '165211.822500', '165212.282500', '165212.742500', '165213.202500', '165213.662500', '165214.122500', '165214.582500', '165215.042500', '165215.502500', '165215.962500', '165216.422500', '165216.882500', '165217.342500', '165217.802500', '165218.262500', '165218.722500', '165219.182500', '165219.642500', '165220.102500', '165220.562500', '165221.022500', '165221.482500', '165221.942500', '165222.402500', '165222.862500', '165223.322500', '165223.782500', '165224.242500', '165224.702500', '165225.162500', '165225.622500', '165226.082500', '165226.542500', '165227.002500', '165227.462500', '165227.922500', '165228.382500', '165228.842500', '165229.302500', '165229.762500', '165230.222500', '165230.682500', '165231.142500', '165231.602500', '165232.062500', '165232.522500', '165232.982500', '165233.442500', '165233.902500', '165234.362500', '165234.822500', '165235.282500', '165235.742500', '165236.202500', '165236.662500', '165237.122500', '165237.582500', '165238.042500', '165238.502500', '165238.962500', '165239.422500', '165239.882500', '165240.342500', '165240.802500', '165241.262500', '165241.722500', '165242.182500', '165242.642500', '165243.102500', '165243.562500', '165244.022500', '165244.482500', '165244.942500', '165245.402500', '165245.862500', '165246.322500', '165246.782500', '165247.242500', '165247.702500', '165248.162500', '165248.622500', '165249.082500', '165249.542500', '165250.002500', '165250.462500', '165250.922500', '165251.382500', '165251.842500', '165252.302500', '165252.762500', '165253.222500', '165253.682500', '165254.142500', '165254.602500', '165255.062500', '165255.522500', '165255.982500', '165256.442500', '165256.902500', '165257.362500', '165257.822500', '165258.282500', '165258.742500', '165259.202500', '165259.662500', '165300.122500', '165300.582500', '165301.042500', '165301.502500', '165301.962500', '165302.422500', '165302.882500', '165303.342500', '165303.802500', '165304.262500', '165304.722500', '165305.182500', '165305.642500', '165306.102500', '165306.562500', '165307.022500', '165307.482500', '165307.942500', '165308.402500', '165308.862500', '165309.322500', '165309.782500', '165310.242500', '165310.702500', '165311.162500', '165311.622500', '165312.082500', '165312.542500', '165313.002500', '165313.462500', '165313.922500', '165314.382500', '165314.842500', '165315.302500', '165315.762500', '165316.222500', '165316.682500', '165317.142500', '165317.602500', '165318.062500', '165318.522500', '165318.982500', '165319.442500', '165319.902500', '165320.362500', '165320.822500', '165321.282500', '165321.742500', '165322.202500', '165322.662500', '165323.122500', '165323.582500', '165324.042500', '165324.502500', '165324.962500'], 'ContentTime': ['164346.374000', '164346.377000', '164406.343000', '164406.346000', '164406.349000', '164406.351000', '164406.354000', '164406.357000', '164406.360000', '164406.363000', '164406.365000', '164406.368000', '164406.371000', '164406.374000', '164406.377000', '164406.379000', '164406.382000', '164406.385000', '164406.388000', '164406.391000', '164406.396000', '164406.399000', '164406.402000', '164406.404000', '164406.407000', '164406.410000', '164406.413000', '164406.416000', '164406.419000', '164406.421000', '164406.424000', '164406.427000', '164406.430000', '164406.435000', '164406.438000', '164406.441000', '164406.444000', '164406.447000', '164406.450000', '164406.453000', '164406.456000', '164406.480000', '164406.483000', '164406.486000', '164406.489000', '164406.491000', '164406.494000', '164406.497000', '164406.500000', '164406.503000', '164426.343000', '164426.346000', '164426.349000', '164426.351000', '164426.354000', '164426.357000', '164426.360000', '164426.363000', '164426.366000', '164426.368000', '164426.371000', '164426.374000', '164426.377000', '164426.380000', '164426.383000', '164426.385000', '164426.388000', '164426.391000', '164426.394000', '164426.397000', '164426.399000', '164426.402000', '164426.405000', '164426.408000', '164426.411000', '164426.414000', '164426.416000', '164426.419000', '164426.422000', '164426.425000', '164426.428000', '164426.430000', '164426.433000', '164426.436000', '164426.439000', '164426.442000', '164426.445000', '164426.447000', '164426.450000', '164426.453000', '164426.456000', '164426.459000', '164426.461000', '164426.464000', '164446.343000', '164446.346000', '164446.349000', '164446.351000', '164446.354000', '164446.357000', '164446.360000', '164446.363000', '164446.368000', '164446.371000', '164446.379000', '164446.382000', '164446.385000', '164446.387000', '164446.390000', '164446.393000', '164446.396000', '164446.399000', '164446.401000', '164446.404000', '164446.407000', '164446.410000', '164446.413000', '164446.416000', '164446.418000', '164446.421000', '164446.424000', '164446.427000', '164446.430000', '164446.433000', '164446.435000', '164446.438000', '164446.441000', '164446.444000', '164446.447000', '164446.449000', '164446.452000', '164446.455000', '164446.458000', '164446.461000', '164446.464000', '164446.466000', '164446.469000', '164506.343000', '164506.346000', '164506.349000', '164506.351000', '164506.354000', '164506.357000', '164506.360000', '164506.363000', '164506.366000', '164506.368000', '164506.371000', '164506.374000', '164506.377000', '164506.380000', '164506.382000', '164506.385000', '164506.388000', '164506.391000', '164506.394000', '164506.396000', '164506.403000', '164506.405000', '164506.408000', '164506.411000', '164506.414000', '164506.417000', '164506.419000', '164506.422000', '164506.425000', '164506.428000', '164506.431000', '164506.433000', '164506.436000', '164506.439000', '164506.442000', '164506.445000', '164506.447000', '164506.450000', '164506.453000', '164506.456000', '164506.459000', '164506.461000', '164506.464000', '164506.467000', '164526.343000', '164526.346000', '164526.349000', '164526.352000', '164526.354000', '164526.357000', '164526.360000', '164526.363000', '164526.366000', '164526.369000', '164526.371000', '164526.374000', '164526.377000', '164526.380000', '164526.383000', '164526.386000', '164526.388000', '164526.391000', '164526.394000', '164526.397000', '164526.400000', '164526.403000', '164526.405000', '164526.408000', '164526.411000', '164526.414000', '164526.417000', '164526.419000', '164526.422000', '164526.425000', '164526.428000', '164526.431000', '164526.435000', '164526.437000', '164526.440000', '164526.443000', '164526.446000', '164526.449000', '164526.451000', '164526.454000', '164526.457000', '164526.464000', '164526.467000', '164546.343000', '164546.346000', '164546.349000', '164546.352000', '164546.354000', '164546.357000', '164546.360000', '164546.363000', '164546.366000', '164546.369000', '164546.371000', '164546.374000', '164546.377000', '164546.380000', '164546.383000', '164546.385000', '164546.388000', '164546.391000', '164546.394000', '164546.397000', '164546.400000', '164546.403000', '164546.406000', '164546.409000', '164546.412000', '164546.414000', '164546.417000', '164546.420000', '164546.423000', '164546.426000', '164546.448000', '164546.451000', '164546.453000', '164546.463000', '164546.466000', '164546.468000', '164546.471000', '164546.474000', '164546.477000', '164546.480000', '164546.482000', '164546.485000', '164546.488000', '164546.491000', '164606.343000', '164606.346000', '164606.349000', '164606.352000', '164606.354000', '164606.357000', '164606.360000', '164606.363000', '164606.366000', '164606.369000', '164606.371000', '164606.374000', '164606.377000', '164606.380000', '164606.383000', '164606.386000', '164606.388000', '164606.391000', '164606.394000', '164606.397000', '164606.400000', '164606.403000', '164606.405000', '164606.408000', '164606.411000', '164606.414000', '164606.417000', '164606.420000', '164606.422000', '164606.425000', '164606.428000', '164606.434000', '164606.437000', '164606.440000', '164606.443000', '164606.445000', '164606.448000', '164606.451000', '164606.454000', '164606.457000', '164606.459000', '164606.462000', '164606.465000', '164626.343000', '164626.346000', '164626.349000', '164626.352000', '164626.354000', '164626.357000', '164626.360000', '164626.363000', '164626.366000', '164626.369000', '164626.371000', '164626.374000', '164626.377000', '164626.380000', '164626.383000', '164626.385000', '164626.388000', '164626.391000', '164626.394000', '164626.397000', '164626.400000', '164626.402000', '164626.405000', '164626.408000', '164626.411000', '164626.414000', '164626.417000', '164626.419000', '164626.422000', '164626.425000', '164626.428000', '164626.431000', '164626.433000', '164626.436000', '164626.439000', '164626.442000', '164626.445000', '164626.448000', '164626.450000', '164626.453000', '164626.456000', '164626.459000', '164626.462000', '164626.464000', '164646.343000', '164646.346000', '164646.349000', '164646.352000', '164646.354000', '164646.357000', '164646.360000', '164646.363000', '164646.366000', '164646.368000', '164646.371000', '164646.374000', '164646.377000', '164646.380000', '164646.383000', '164646.389000', '164646.392000', '164646.395000', '164646.398000', '164646.400000', '164646.403000', '164646.406000', '164646.409000', '164646.413000', '164646.415000', '164646.418000', '164646.421000', '164646.424000', '164646.427000', '164646.430000', '164646.432000', '164646.435000', '164646.438000', '164646.441000', '164646.444000', '164646.447000', '164646.449000', '164646.452000', '164646.455000', '164646.458000', '164646.461000', '164646.464000', '164646.466000', '164706.343000', '164706.346000', '164706.349000', '164706.351000', '164706.354000', '164706.357000', '164706.360000', '164706.363000', '164706.366000', '164706.368000', '164706.371000', '164706.374000', '164706.377000', '164706.380000', '164706.383000', '164706.386000', '164706.388000', '164706.391000', '164706.394000', '164706.397000', '164706.400000', '164706.402000', '164706.405000', '164706.408000', '164706.411000', '164706.414000', '164706.420000', '164706.423000', '164706.425000', '164706.428000', '164706.431000', '164706.434000', '164706.437000', '164706.440000', '164706.443000', '164706.445000', '164706.448000', '164706.451000', '164706.454000', '164706.457000', '164706.460000', '164706.463000', '164706.465000', '164706.468000', '164726.343000', '164726.346000', '164726.349000', '164726.352000', '164726.354000', '164726.357000', '164726.360000', '164726.363000', '164726.366000', '164726.368000', '164726.371000', '164726.386000', '164726.389000', '164726.392000', '164726.395000', '164726.398000', '164726.400000', '164726.403000', '164726.406000', '164726.409000', '164726.412000', '164726.415000', '164726.417000', '164726.420000', '164726.423000', '164726.426000', '164726.429000', '164726.432000', '164726.435000', '164726.437000', '164726.440000', '164726.443000', '164726.446000', '164726.449000', '164726.451000', '164726.454000', '164726.457000', '164726.460000', '164726.463000', '164726.466000', '164726.469000', '164726.471000', '164726.474000', '164746.343000', '164746.346000', '164746.349000', '164746.352000', '164746.354000', '164746.357000', '164746.360000', '164746.363000', '164746.366000', '164746.368000', '164746.371000', '164746.374000', '164746.377000', '164746.380000', '164746.383000', '164746.385000', '164746.388000', '164746.391000', '164746.394000', '164746.397000', '164746.400000', '164746.402000', '164746.405000', '164746.408000', '164746.411000', '164746.414000', '164746.417000', '164746.420000', '164746.422000', '164746.425000', '164746.428000', '164746.431000', '164746.434000', '164746.437000', '164746.439000', '164746.442000', '164746.445000', '164746.448000', '164746.451000', '164746.454000', '164746.457000', '164746.459000', '164746.462000', '164746.465000', '164806.343000', '164806.346000', '164806.349000', '164806.352000', '164806.355000', '164806.357000', '164806.360000', '164806.363000', '164806.366000', '164806.369000', '164806.372000', '164806.374000', '164806.377000', '164806.380000', '164806.383000', '164806.386000', '164806.389000', '164806.391000', '164806.394000', '164806.397000', '164806.400000', '164806.403000', '164806.405000', '164806.408000', '164806.411000', '164806.414000', '164806.417000', '164806.420000', '164806.423000', '164806.426000', '164806.428000', '164806.431000', '164806.434000', '164806.437000', '164806.440000', '164806.443000', '164806.446000', '164806.448000', '164806.451000', '164806.454000', '164806.457000', '164806.460000', '164806.463000', '164826.343000', '164826.346000', '164826.349000', '164826.352000', '164826.355000', '164826.357000', '164826.360000', '164826.363000', '164826.366000', '164826.369000', '164826.372000', '164826.374000', '164826.377000', '164826.380000', '164826.383000', '164826.386000', '164826.388000', '164826.391000', '164826.394000', '164826.397000', '164826.400000', '164826.403000', '164826.405000', '164826.408000', '164826.411000', '164826.414000', '164826.417000', '164826.419000', '164826.422000', '164826.425000', '164826.428000', '164826.431000', '164826.434000', '164826.436000', '164826.439000', '164826.442000', '164826.445000', '164826.448000', '164826.451000', '164826.453000', '164826.456000', '164826.459000', '164826.462000', '164846.343000', '164846.346000', '164846.349000', '164846.352000', '164846.354000', '164846.357000', '164846.360000', '164846.363000', '164846.366000', '164846.369000', '164846.371000', '164846.374000', '164846.377000', '164846.380000', '164846.383000', '164846.385000', '164846.388000', '164846.391000', '164846.394000', '164846.397000', '164846.400000', '164846.402000', '164846.405000', '164846.408000', '164846.411000', '164846.414000', '164846.417000', '164846.419000', '164846.422000', '164846.425000', '164846.428000', '164846.431000', '164846.433000', '164846.436000', '164846.439000', '164846.442000', '164846.445000', '164846.457000', '164846.460000', '164846.463000', '164846.466000', '164846.469000', '164846.472000', '164846.474000', '164906.343000', '164906.346000', '164906.349000', '164906.352000', '164906.354000', '164906.357000', '164906.360000', '164906.363000', '164906.366000', '164906.369000', '164906.390000', '164906.393000', '164906.396000', '164906.399000', '164906.401000', '164906.404000', '164906.407000', '164906.410000', '164906.413000', '164906.416000', '164906.419000', '164906.421000', '164906.424000', '164906.427000', '164906.430000', '164906.433000', '164906.436000', '164906.439000', '164906.442000', '164906.445000', '164906.448000', '164906.451000', '164906.453000', '164906.456000', '164906.459000', '164906.462000', '164906.465000', '164906.468000', '164906.471000', '164906.473000', '164906.476000', '164906.479000', '164906.482000', '164926.343000', '164926.346000', '164926.349000', '164926.352000', '164926.354000', '164926.357000', '164926.360000', '164926.363000', '164926.366000', '164926.369000', '164926.371000', '164926.380000', '164926.382000', '164926.385000', '164926.388000', '164926.391000', '164926.394000', '164926.396000', '164926.399000', '164926.402000', '164926.405000', '164926.408000', '164926.410000', '164926.413000', '164926.416000', '164926.419000', '164926.422000', '164926.425000', '164926.427000', '164926.430000', '164926.433000', '164926.436000', '164926.439000', '164926.441000', '164926.444000', '164926.447000', '164926.450000', '164926.453000', '164926.456000', '164926.458000', '164926.461000', '164926.464000', '164926.467000', '164926.470000', '164946.343000', '164946.346000', '164946.349000', '164946.352000', '164946.354000', '164946.357000', '164946.360000', '164946.363000', '164946.366000', '164946.369000', '164946.372000', '164946.374000', '164946.377000', '164946.380000', '164946.383000', '164946.386000', '164946.389000', '164946.392000', '164946.395000', '164946.398000', '164946.400000', '164946.403000', '164946.406000', '164946.409000', '164946.411000', '164946.414000', '164946.417000', '164946.420000', '164946.423000', '164946.426000', '164946.428000', '164946.431000', '164946.434000', '164946.437000', '164946.440000', '164946.443000', '164946.446000', '164946.448000', '164946.451000', '164946.454000', '164946.457000', '164946.460000', '164946.463000', '165006.343000', '165006.346000', '165006.349000', '165006.352000', '165006.355000', '165006.357000', '165006.360000', '165006.363000', '165006.366000', '165006.369000', '165006.372000', '165006.374000', '165006.377000', '165006.380000', '165006.383000', '165006.386000', '165006.388000', '165006.391000', '165006.394000', '165006.397000', '165006.400000', '165006.403000', '165006.405000', '165006.408000', '165006.411000', '165006.414000', '165006.417000', '165006.420000', '165006.422000', '165006.425000', '165006.428000', '165006.431000', '165006.434000', '165006.437000', '165006.439000', '165006.442000', '165006.445000', '165006.448000', '165006.451000', '165006.454000', '165006.457000', '165006.459000', '165006.462000', '165006.465000', '165026.344000', '165026.348000', '165026.350000', '165026.353000', '165026.365000', '165026.367000', '165026.370000', '165026.373000', '165026.376000', '165026.379000', '165026.382000', '165026.384000', '165026.387000', '165026.390000', '165026.393000', '165026.396000', '165026.399000', '165026.402000', '165026.405000', '165026.407000', '165026.411000', '165026.416000', '165026.418000', '165026.421000', '165026.424000', '165026.427000', '165026.430000', '165026.433000', '165026.435000', '165026.438000', '165026.441000', '165026.444000', '165026.447000', '165026.450000', '165026.452000', '165026.455000', '165026.458000', '165026.461000', '165026.464000', '165026.467000', '165026.469000', '165026.472000', '165026.475000', '165046.343000', '165046.346000', '165046.349000', '165046.352000', '165046.355000', '165046.357000', '165046.360000', '165046.363000', '165046.366000', '165046.369000', '165046.372000', '165046.374000', '165046.377000', '165046.380000', '165046.383000', '165046.386000', '165046.388000', '165046.391000', '165046.394000', '165046.397000', '165046.400000', '165046.403000', '165046.406000', '165046.408000', '165046.411000', '165046.414000', '165046.417000', '165046.420000', '165046.422000', '165046.425000', '165046.428000', '165046.431000', '165046.434000', '165046.437000', '165046.439000', '165046.442000', '165046.445000', '165046.448000', '165046.451000', '165046.454000', '165046.457000', '165046.459000', '165046.462000', '165046.465000', '165106.343000', '165106.346000', '165106.349000', '165106.352000', '165106.355000', '165106.357000', '165106.360000', '165106.363000', '165106.366000', '165106.369000', '165106.372000', '165106.374000', '165106.377000', '165106.380000', '165106.383000', '165106.386000', '165106.389000', '165106.392000', '165106.395000', '165106.397000', '165106.400000', '165106.403000', '165106.406000', '165106.409000', '165106.412000', '165106.414000', '165106.417000', '165106.420000', '165106.423000', '165106.426000', '165106.429000', '165106.432000', '165106.436000', '165106.439000', '165106.442000', '165106.445000', '165106.448000', '165106.450000', '165106.453000', '165106.456000', '165106.459000', '165106.462000', '165106.465000', '165126.343000', '165126.346000', '165126.349000', '165126.352000', '165126.355000', '165126.357000', '165126.360000', '165126.363000', '165126.366000', '165126.369000', '165126.372000', '165126.375000', '165126.378000', '165126.380000', '165126.383000', '165126.386000', '165126.389000', '165126.392000', '165126.395000', '165126.397000', '165126.400000', '165126.403000', '165126.406000', '165126.409000', '165126.412000', '165126.414000', '165126.417000', '165126.420000', '165126.423000', '165126.426000', '165126.429000', '165126.431000', '165126.434000', '165126.437000', '165126.440000', '165126.443000', '165126.446000', '165126.448000', '165126.451000', '165126.454000', '165126.457000', '165126.460000', '165126.462000', '165126.465000', '165146.358000', '165146.362000', '165146.365000', '165146.367000', '165146.370000', '165146.373000', '165146.376000', '165146.379000', '165146.382000', '165146.386000', '165146.388000', '165146.391000', '165146.394000', '165146.397000', '165146.400000', '165146.403000', '165146.406000', '165146.409000', '165146.411000', '165146.414000', '165146.417000', '165146.420000', '165146.423000', '165146.426000', '165146.428000', '165146.431000', '165146.434000', '165146.437000', '165146.440000', '165146.443000', '165146.446000', '165146.449000', '165146.452000', '165146.455000', '165146.457000', '165146.460000', '165146.463000', '165146.466000', '165146.469000', '165146.472000', '165146.475000', '165146.478000', '165146.480000', '165206.343000', '165206.346000', '165206.349000', '165206.352000', '165206.355000', '165206.358000', '165206.360000', '165206.363000', '165206.366000', '165206.369000', '165206.372000', '165206.375000', '165206.378000', '165206.380000', '165206.383000', '165206.386000', '165206.389000', '165206.392000', '165206.395000', '165206.397000', '165206.400000', '165206.403000', '165206.406000', '165206.409000', '165206.412000', '165206.414000', '165206.417000', '165206.420000', '165206.423000', '165206.426000', '165206.429000', '165206.432000', '165206.435000', '165206.437000', '165206.440000', '165206.443000', '165206.446000', '165206.449000', '165206.452000', '165206.455000', '165206.457000', '165206.460000', '165206.463000', '165206.466000', '165226.343000', '165226.346000', '165226.349000', '165226.352000', '165226.354000', '165226.357000', '165226.360000', '165226.363000', '165226.366000', '165226.368000', '165226.371000', '165226.374000', '165226.377000', '165226.380000', '165226.383000', '165226.386000', '165226.389000', '165226.391000', '165226.394000', '165226.397000', '165226.400000', '165226.403000', '165226.406000', '165226.408000', '165226.411000', '165226.414000', '165226.417000', '165226.420000', '165226.423000', '165226.426000', '165226.428000', '165226.431000', '165226.434000', '165226.437000', '165226.440000', '165226.442000', '165226.445000', '165226.456000', '165226.459000', '165226.463000', '165226.466000', '165226.469000', '165226.472000', '165246.343000', '165246.346000', '165246.349000', '165246.352000', '165246.355000', '165246.357000', '165246.360000', '165246.363000', '165246.366000', '165246.369000', '165246.372000', '165246.375000', '165246.377000', '165246.380000', '165246.383000', '165246.386000', '165246.389000', '165246.392000', '165246.395000', '165246.397000', '165246.400000', '165246.403000', '165246.406000', '165246.409000', '165246.412000', '165246.414000', '165246.417000', '165246.420000', '165246.423000', '165246.426000', '165246.429000', '165246.432000', '165246.434000', '165246.437000', '165246.440000', '165246.443000', '165246.446000', '165246.449000', '165246.451000', '165246.454000', '165246.457000', '165246.460000', '165246.463000', '165246.466000', '165306.343000', '165306.346000', '165306.349000', '165306.352000', '165306.355000', '165306.357000', '165306.360000', '165306.363000', '165306.366000', '165306.369000', '165306.372000', '165306.374000', '165306.377000', '165306.380000', '165306.383000', '165306.386000', '165306.389000', '165306.391000', '165306.394000', '165306.397000', '165306.400000', '165306.403000', '165306.406000', '165306.408000', '165306.411000', '165306.414000', '165306.417000', '165306.421000', '165306.424000', '165306.427000', '165306.430000', '165306.433000', '165306.435000', '165306.438000', '165306.441000', '165306.444000', '165306.447000', '165306.450000', '165306.452000', '165306.455000', '165306.458000', '165306.461000', '165306.464000', '165326.320000', '165326.324000', '165326.327000', '165326.330000', '165326.333000', '165326.336000', '165326.339000', '165326.342000', '165326.345000', '165326.348000', '165326.350000', '165326.353000', '165326.356000', '165326.359000', '165326.362000', '165326.365000', '165326.368000', '165326.371000', '165326.374000', '165326.377000', '165326.380000', '165326.383000', '165326.386000', '165326.389000', '165326.392000', '165326.395000', '165326.397000', '165326.400000', '165326.403000', '165326.406000', '165326.409000', '165326.422000', '165326.425000', '165326.428000', '165326.431000', '165326.434000', '165326.437000', '165326.440000', '165326.443000', '165326.446000', '165326.449000', '165326.452000', '165326.455000', '165326.458000'], 'InstanceCreationTime': ['164346.374000', '164346.377000', '164406.343000', '164406.346000', '164406.349000', '164406.351000', '164406.354000', '164406.357000', '164406.360000', '164406.363000', '164406.365000', '164406.368000', '164406.371000', '164406.374000', '164406.377000', '164406.379000', '164406.382000', '164406.385000', '164406.388000', '164406.391000', '164406.396000', '164406.399000', '164406.402000', '164406.404000', '164406.407000', '164406.410000', '164406.413000', '164406.416000', '164406.419000', '164406.421000', '164406.424000', '164406.427000', '164406.430000', '164406.435000', '164406.438000', '164406.441000', '164406.444000', '164406.447000', '164406.450000', '164406.453000', '164406.456000', '164406.480000', '164406.483000', '164406.486000', '164406.489000', '164406.491000', '164406.494000', '164406.497000', '164406.500000', '164406.503000', '164426.343000', '164426.346000', '164426.349000', '164426.351000', '164426.354000', '164426.357000', '164426.360000', '164426.363000', '164426.366000', '164426.368000', '164426.371000', '164426.374000', '164426.377000', '164426.380000', '164426.383000', '164426.385000', '164426.388000', '164426.391000', '164426.394000', '164426.397000', '164426.399000', '164426.402000', '164426.405000', '164426.408000', '164426.411000', '164426.414000', '164426.416000', '164426.419000', '164426.422000', '164426.425000', '164426.428000', '164426.430000', '164426.433000', '164426.436000', '164426.439000', '164426.442000', '164426.445000', '164426.447000', '164426.450000', '164426.453000', '164426.456000', '164426.459000', '164426.461000', '164426.464000', '164446.343000', '164446.346000', '164446.349000', '164446.351000', '164446.354000', '164446.357000', '164446.360000', '164446.363000', '164446.368000', '164446.371000', '164446.379000', '164446.382000', '164446.385000', '164446.387000', '164446.390000', '164446.393000', '164446.396000', '164446.399000', '164446.401000', '164446.404000', '164446.407000', '164446.410000', '164446.413000', '164446.416000', '164446.418000', '164446.421000', '164446.424000', '164446.427000', '164446.430000', '164446.433000', '164446.435000', '164446.438000', '164446.441000', '164446.444000', '164446.447000', '164446.449000', '164446.452000', '164446.455000', '164446.458000', '164446.461000', '164446.464000', '164446.466000', '164446.469000', '164506.343000', '164506.346000', '164506.349000', '164506.351000', '164506.354000', '164506.357000', '164506.360000', '164506.363000', '164506.366000', '164506.368000', '164506.371000', '164506.374000', '164506.377000', '164506.380000', '164506.382000', '164506.385000', '164506.388000', '164506.391000', '164506.394000', '164506.396000', '164506.403000', '164506.405000', '164506.408000', '164506.411000', '164506.414000', '164506.417000', '164506.419000', '164506.422000', '164506.425000', '164506.428000', '164506.431000', '164506.433000', '164506.436000', '164506.439000', '164506.442000', '164506.445000', '164506.447000', '164506.450000', '164506.453000', '164506.456000', '164506.459000', '164506.461000', '164506.464000', '164506.467000', '164526.343000', '164526.346000', '164526.349000', '164526.352000', '164526.354000', '164526.357000', '164526.360000', '164526.363000', '164526.366000', '164526.369000', '164526.371000', '164526.374000', '164526.377000', '164526.380000', '164526.383000', '164526.386000', '164526.388000', '164526.391000', '164526.394000', '164526.397000', '164526.400000', '164526.403000', '164526.405000', '164526.408000', '164526.411000', '164526.414000', '164526.417000', '164526.419000', '164526.422000', '164526.425000', '164526.428000', '164526.431000', '164526.435000', '164526.437000', '164526.440000', '164526.443000', '164526.446000', '164526.449000', '164526.451000', '164526.454000', '164526.457000', '164526.464000', '164526.467000', '164546.343000', '164546.346000', '164546.349000', '164546.352000', '164546.354000', '164546.357000', '164546.360000', '164546.363000', '164546.366000', '164546.369000', '164546.371000', '164546.374000', '164546.377000', '164546.380000', '164546.383000', '164546.385000', '164546.388000', '164546.391000', '164546.394000', '164546.397000', '164546.400000', '164546.403000', '164546.406000', '164546.409000', '164546.412000', '164546.414000', '164546.417000', '164546.420000', '164546.423000', '164546.426000', '164546.448000', '164546.451000', '164546.453000', '164546.463000', '164546.466000', '164546.468000', '164546.471000', '164546.474000', '164546.477000', '164546.480000', '164546.482000', '164546.485000', '164546.488000', '164546.491000', '164606.343000', '164606.346000', '164606.349000', '164606.352000', '164606.354000', '164606.357000', '164606.360000', '164606.363000', '164606.366000', '164606.369000', '164606.371000', '164606.374000', '164606.377000', '164606.380000', '164606.383000', '164606.386000', '164606.388000', '164606.391000', '164606.394000', '164606.397000', '164606.400000', '164606.403000', '164606.405000', '164606.408000', '164606.411000', '164606.414000', '164606.417000', '164606.420000', '164606.422000', '164606.425000', '164606.428000', '164606.434000', '164606.437000', '164606.440000', '164606.443000', '164606.445000', '164606.448000', '164606.451000', '164606.454000', '164606.457000', '164606.459000', '164606.462000', '164606.465000', '164626.343000', '164626.346000', '164626.349000', '164626.352000', '164626.354000', '164626.357000', '164626.360000', '164626.363000', '164626.366000', '164626.369000', '164626.371000', '164626.374000', '164626.377000', '164626.380000', '164626.383000', '164626.385000', '164626.388000', '164626.391000', '164626.394000', '164626.397000', '164626.400000', '164626.402000', '164626.405000', '164626.408000', '164626.411000', '164626.414000', '164626.417000', '164626.419000', '164626.422000', '164626.425000', '164626.428000', '164626.431000', '164626.433000', '164626.436000', '164626.439000', '164626.442000', '164626.445000', '164626.448000', '164626.450000', '164626.453000', '164626.456000', '164626.459000', '164626.462000', '164626.464000', '164646.343000', '164646.346000', '164646.349000', '164646.352000', '164646.354000', '164646.357000', '164646.360000', '164646.363000', '164646.366000', '164646.368000', '164646.371000', '164646.374000', '164646.377000', '164646.380000', '164646.383000', '164646.389000', '164646.392000', '164646.395000', '164646.398000', '164646.400000', '164646.403000', '164646.406000', '164646.409000', '164646.413000', '164646.415000', '164646.418000', '164646.421000', '164646.424000', '164646.427000', '164646.430000', '164646.432000', '164646.435000', '164646.438000', '164646.441000', '164646.444000', '164646.447000', '164646.449000', '164646.452000', '164646.455000', '164646.458000', '164646.461000', '164646.464000', '164646.466000', '164706.343000', '164706.346000', '164706.349000', '164706.351000', '164706.354000', '164706.357000', '164706.360000', '164706.363000', '164706.366000', '164706.368000', '164706.371000', '164706.374000', '164706.377000', '164706.380000', '164706.383000', '164706.386000', '164706.388000', '164706.391000', '164706.394000', '164706.397000', '164706.400000', '164706.402000', '164706.405000', '164706.408000', '164706.411000', '164706.414000', '164706.420000', '164706.423000', '164706.425000', '164706.428000', '164706.431000', '164706.434000', '164706.437000', '164706.440000', '164706.443000', '164706.445000', '164706.448000', '164706.451000', '164706.454000', '164706.457000', '164706.460000', '164706.463000', '164706.465000', '164706.468000', '164726.343000', '164726.346000', '164726.349000', '164726.352000', '164726.354000', '164726.357000', '164726.360000', '164726.363000', '164726.366000', '164726.368000', '164726.371000', '164726.386000', '164726.389000', '164726.392000', '164726.395000', '164726.398000', '164726.400000', '164726.403000', '164726.406000', '164726.409000', '164726.412000', '164726.415000', '164726.417000', '164726.420000', '164726.423000', '164726.426000', '164726.429000', '164726.432000', '164726.435000', '164726.437000', '164726.440000', '164726.443000', '164726.446000', '164726.449000', '164726.451000', '164726.454000', '164726.457000', '164726.460000', '164726.463000', '164726.466000', '164726.469000', '164726.471000', '164726.474000', '164746.343000', '164746.346000', '164746.349000', '164746.352000', '164746.354000', '164746.357000', '164746.360000', '164746.363000', '164746.366000', '164746.368000', '164746.371000', '164746.374000', '164746.377000', '164746.380000', '164746.383000', '164746.385000', '164746.388000', '164746.391000', '164746.394000', '164746.397000', '164746.400000', '164746.402000', '164746.405000', '164746.408000', '164746.411000', '164746.414000', '164746.417000', '164746.420000', '164746.422000', '164746.425000', '164746.428000', '164746.431000', '164746.434000', '164746.437000', '164746.439000', '164746.442000', '164746.445000', '164746.448000', '164746.451000', '164746.454000', '164746.457000', '164746.459000', '164746.462000', '164746.465000', '164806.343000', '164806.346000', '164806.349000', '164806.352000', '164806.355000', '164806.357000', '164806.360000', '164806.363000', '164806.366000', '164806.369000', '164806.372000', '164806.374000', '164806.377000', '164806.380000', '164806.383000', '164806.386000', '164806.389000', '164806.391000', '164806.394000', '164806.397000', '164806.400000', '164806.403000', '164806.405000', '164806.408000', '164806.411000', '164806.414000', '164806.417000', '164806.420000', '164806.423000', '164806.426000', '164806.428000', '164806.431000', '164806.434000', '164806.437000', '164806.440000', '164806.443000', '164806.446000', '164806.448000', '164806.451000', '164806.454000', '164806.457000', '164806.460000', '164806.463000', '164826.343000', '164826.346000', '164826.349000', '164826.352000', '164826.355000', '164826.357000', '164826.360000', '164826.363000', '164826.366000', '164826.369000', '164826.372000', '164826.374000', '164826.377000', '164826.380000', '164826.383000', '164826.386000', '164826.388000', '164826.391000', '164826.394000', '164826.397000', '164826.400000', '164826.403000', '164826.405000', '164826.408000', '164826.411000', '164826.414000', '164826.417000', '164826.419000', '164826.422000', '164826.425000', '164826.428000', '164826.431000', '164826.434000', '164826.436000', '164826.439000', '164826.442000', '164826.445000', '164826.448000', '164826.451000', '164826.453000', '164826.456000', '164826.459000', '164826.462000', '164846.343000', '164846.346000', '164846.349000', '164846.352000', '164846.354000', '164846.357000', '164846.360000', '164846.363000', '164846.366000', '164846.369000', '164846.371000', '164846.374000', '164846.377000', '164846.380000', '164846.383000', '164846.385000', '164846.388000', '164846.391000', '164846.394000', '164846.397000', '164846.400000', '164846.402000', '164846.405000', '164846.408000', '164846.411000', '164846.414000', '164846.417000', '164846.419000', '164846.422000', '164846.425000', '164846.428000', '164846.431000', '164846.433000', '164846.436000', '164846.439000', '164846.442000', '164846.445000', '164846.457000', '164846.460000', '164846.463000', '164846.466000', '164846.469000', '164846.472000', '164846.474000', '164906.343000', '164906.346000', '164906.349000', '164906.352000', '164906.354000', '164906.357000', '164906.360000', '164906.363000', '164906.366000', '164906.369000', '164906.390000', '164906.393000', '164906.396000', '164906.399000', '164906.401000', '164906.404000', '164906.407000', '164906.410000', '164906.413000', '164906.416000', '164906.419000', '164906.421000', '164906.424000', '164906.427000', '164906.430000', '164906.433000', '164906.436000', '164906.439000', '164906.442000', '164906.445000', '164906.448000', '164906.451000', '164906.453000', '164906.456000', '164906.459000', '164906.462000', '164906.465000', '164906.468000', '164906.471000', '164906.473000', '164906.476000', '164906.479000', '164906.482000', '164926.343000', '164926.346000', '164926.349000', '164926.352000', '164926.354000', '164926.357000', '164926.360000', '164926.363000', '164926.366000', '164926.369000', '164926.371000', '164926.380000', '164926.382000', '164926.385000', '164926.388000', '164926.391000', '164926.394000', '164926.396000', '164926.399000', '164926.402000', '164926.405000', '164926.408000', '164926.410000', '164926.413000', '164926.416000', '164926.419000', '164926.422000', '164926.425000', '164926.427000', '164926.430000', '164926.433000', '164926.436000', '164926.439000', '164926.441000', '164926.444000', '164926.447000', '164926.450000', '164926.453000', '164926.456000', '164926.458000', '164926.461000', '164926.464000', '164926.467000', '164926.470000', '164946.343000', '164946.346000', '164946.349000', '164946.352000', '164946.354000', '164946.357000', '164946.360000', '164946.363000', '164946.366000', '164946.369000', '164946.372000', '164946.374000', '164946.377000', '164946.380000', '164946.383000', '164946.386000', '164946.389000', '164946.392000', '164946.395000', '164946.398000', '164946.400000', '164946.403000', '164946.406000', '164946.409000', '164946.411000', '164946.414000', '164946.417000', '164946.420000', '164946.423000', '164946.426000', '164946.428000', '164946.431000', '164946.434000', '164946.437000', '164946.440000', '164946.443000', '164946.446000', '164946.448000', '164946.451000', '164946.454000', '164946.457000', '164946.460000', '164946.463000', '165006.343000', '165006.346000', '165006.349000', '165006.352000', '165006.355000', '165006.357000', '165006.360000', '165006.363000', '165006.366000', '165006.369000', '165006.372000', '165006.374000', '165006.377000', '165006.380000', '165006.383000', '165006.386000', '165006.388000', '165006.391000', '165006.394000', '165006.397000', '165006.400000', '165006.403000', '165006.405000', '165006.408000', '165006.411000', '165006.414000', '165006.417000', '165006.420000', '165006.422000', '165006.425000', '165006.428000', '165006.431000', '165006.434000', '165006.437000', '165006.439000', '165006.442000', '165006.445000', '165006.448000', '165006.451000', '165006.454000', '165006.457000', '165006.459000', '165006.462000', '165006.465000', '165026.344000', '165026.348000', '165026.350000', '165026.353000', '165026.365000', '165026.367000', '165026.370000', '165026.373000', '165026.376000', '165026.379000', '165026.382000', '165026.384000', '165026.387000', '165026.390000', '165026.393000', '165026.396000', '165026.399000', '165026.402000', '165026.405000', '165026.407000', '165026.411000', '165026.416000', '165026.418000', '165026.421000', '165026.424000', '165026.427000', '165026.430000', '165026.433000', '165026.435000', '165026.438000', '165026.441000', '165026.444000', '165026.447000', '165026.450000', '165026.452000', '165026.455000', '165026.458000', '165026.461000', '165026.464000', '165026.467000', '165026.469000', '165026.472000', '165026.475000', '165046.343000', '165046.346000', '165046.349000', '165046.352000', '165046.355000', '165046.357000', '165046.360000', '165046.363000', '165046.366000', '165046.369000', '165046.372000', '165046.374000', '165046.377000', '165046.380000', '165046.383000', '165046.386000', '165046.388000', '165046.391000', '165046.394000', '165046.397000', '165046.400000', '165046.403000', '165046.406000', '165046.408000', '165046.411000', '165046.414000', '165046.417000', '165046.420000', '165046.422000', '165046.425000', '165046.428000', '165046.431000', '165046.434000', '165046.437000', '165046.439000', '165046.442000', '165046.445000', '165046.448000', '165046.451000', '165046.454000', '165046.457000', '165046.459000', '165046.462000', '165046.465000', '165106.343000', '165106.346000', '165106.349000', '165106.352000', '165106.355000', '165106.357000', '165106.360000', '165106.363000', '165106.366000', '165106.369000', '165106.372000', '165106.374000', '165106.377000', '165106.380000', '165106.383000', '165106.386000', '165106.389000', '165106.392000', '165106.395000', '165106.397000', '165106.400000', '165106.403000', '165106.406000', '165106.409000', '165106.412000', '165106.414000', '165106.417000', '165106.420000', '165106.423000', '165106.426000', '165106.429000', '165106.432000', '165106.436000', '165106.439000', '165106.442000', '165106.445000', '165106.448000', '165106.450000', '165106.453000', '165106.456000', '165106.459000', '165106.462000', '165106.465000', '165126.343000', '165126.346000', '165126.349000', '165126.352000', '165126.355000', '165126.357000', '165126.360000', '165126.363000', '165126.366000', '165126.369000', '165126.372000', '165126.375000', '165126.378000', '165126.380000', '165126.383000', '165126.386000', '165126.389000', '165126.392000', '165126.395000', '165126.397000', '165126.400000', '165126.403000', '165126.406000', '165126.409000', '165126.412000', '165126.414000', '165126.417000', '165126.420000', '165126.423000', '165126.426000', '165126.429000', '165126.431000', '165126.434000', '165126.437000', '165126.440000', '165126.443000', '165126.446000', '165126.448000', '165126.451000', '165126.454000', '165126.457000', '165126.460000', '165126.462000', '165126.465000', '165146.358000', '165146.362000', '165146.365000', '165146.367000', '165146.370000', '165146.373000', '165146.376000', '165146.379000', '165146.382000', '165146.386000', '165146.388000', '165146.391000', '165146.394000', '165146.397000', '165146.400000', '165146.403000', '165146.406000', '165146.409000', '165146.411000', '165146.414000', '165146.417000', '165146.420000', '165146.423000', '165146.426000', '165146.428000', '165146.431000', '165146.434000', '165146.437000', '165146.440000', '165146.443000', '165146.446000', '165146.449000', '165146.452000', '165146.455000', '165146.457000', '165146.460000', '165146.463000', '165146.466000', '165146.469000', '165146.472000', '165146.475000', '165146.478000', '165146.480000', '165206.343000', '165206.346000', '165206.349000', '165206.352000', '165206.355000', '165206.358000', '165206.360000', '165206.363000', '165206.366000', '165206.369000', '165206.372000', '165206.375000', '165206.378000', '165206.380000', '165206.383000', '165206.386000', '165206.389000', '165206.392000', '165206.395000', '165206.397000', '165206.400000', '165206.403000', '165206.406000', '165206.409000', '165206.412000', '165206.414000', '165206.417000', '165206.420000', '165206.423000', '165206.426000', '165206.429000', '165206.432000', '165206.435000', '165206.437000', '165206.440000', '165206.443000', '165206.446000', '165206.449000', '165206.452000', '165206.455000', '165206.457000', '165206.460000', '165206.463000', '165206.466000', '165226.343000', '165226.346000', '165226.349000', '165226.352000', '165226.354000', '165226.357000', '165226.360000', '165226.363000', '165226.366000', '165226.368000', '165226.371000', '165226.374000', '165226.377000', '165226.380000', '165226.383000', '165226.386000', '165226.389000', '165226.391000', '165226.394000', '165226.397000', '165226.400000', '165226.403000', '165226.406000', '165226.408000', '165226.411000', '165226.414000', '165226.417000', '165226.420000', '165226.423000', '165226.426000', '165226.428000', '165226.431000', '165226.434000', '165226.437000', '165226.440000', '165226.442000', '165226.445000', '165226.456000', '165226.459000', '165226.463000', '165226.466000', '165226.469000', '165226.472000', '165246.343000', '165246.346000', '165246.349000', '165246.352000', '165246.355000', '165246.357000', '165246.360000', '165246.363000', '165246.366000', '165246.369000', '165246.372000', '165246.375000', '165246.377000', '165246.380000', '165246.383000', '165246.386000', '165246.389000', '165246.392000', '165246.395000', '165246.397000', '165246.400000', '165246.403000', '165246.406000', '165246.409000', '165246.412000', '165246.414000', '165246.417000', '165246.420000', '165246.423000', '165246.426000', '165246.429000', '165246.432000', '165246.434000', '165246.437000', '165246.440000', '165246.443000', '165246.446000', '165246.449000', '165246.451000', '165246.454000', '165246.457000', '165246.460000', '165246.463000', '165246.466000', '165306.343000', '165306.346000', '165306.349000', '165306.352000', '165306.355000', '165306.357000', '165306.360000', '165306.363000', '165306.366000', '165306.369000', '165306.372000', '165306.374000', '165306.377000', '165306.380000', '165306.383000', '165306.386000', '165306.389000', '165306.391000', '165306.394000', '165306.397000', '165306.400000', '165306.403000', '165306.406000', '165306.408000', '165306.411000', '165306.414000', '165306.417000', '165306.421000', '165306.424000', '165306.427000', '165306.430000', '165306.433000', '165306.435000', '165306.438000', '165306.441000', '165306.444000', '165306.447000', '165306.450000', '165306.452000', '165306.455000', '165306.458000', '165306.461000', '165306.464000', '165326.320000', '165326.324000', '165326.327000', '165326.330000', '165326.333000', '165326.336000', '165326.339000', '165326.342000', '165326.345000', '165326.348000', '165326.350000', '165326.353000', '165326.356000', '165326.359000', '165326.362000', '165326.365000', '165326.368000', '165326.371000', '165326.374000', '165326.377000', '165326.380000', '165326.383000', '165326.386000', '165326.389000', '165326.392000', '165326.395000', '165326.397000', '165326.400000', '165326.403000', '165326.406000', '165326.409000', '165326.422000', '165326.425000', '165326.428000', '165326.431000', '165326.434000', '165326.437000', '165326.440000', '165326.443000', '165326.446000', '165326.449000', '165326.452000', '165326.455000', '165326.458000'], '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': [16185, 13921, 14568, 10695, 16130, 10054, 16385, 10950, 10870, 9735, 8098, 11230, 7960, 13113, 8328, 15576, 12173, 15677, 10286, 14360, 9595, 12182, 11111, 9142, 11404, 7994, 12415, 8119, 13459, 8927, 14983, 8372, 13709, 8502, 13554, 9248, 13509, 9137, 14192, 11329, 14342, 10400, 13877, 8670, 10934, 8822, 11051, 10495, 9661, 11992, 8409, 11207, 14595, 10021, 16763, 13562, 16037, 13172, 15617, 10781, 12322, 8860, 11316, 10520, 12069, 11858, 8445, 10608, 11065, 10271, 12477, 10524, 12673, 14125, 9252, 11558, 7923, 12571, 8280, 14051, 9074, 15149, 11839, 13599, 10015, 13980, 10180, 15165, 11534, 15251, 10398, 12596, 9425, 14693, 9688, 14411, 10420, 16391, 10941, 9406, 10213, 8139, 11983, 8428, 13970, 8885, 14325, 10262, 12648, 9291, 12843, 8871, 14409, 10892, 13591, 8987, 12344, 8187, 12253, 8170, 11760, 8031, 11733, 10275, 13599, 7795, 11690, 8847, 13343, 9904, 15407, 10530, 10627, 9357, 10098, 10232, 14030, 11016, 16129, 12070, 10318, 11028, 8832, 12429, 10749, 15175, 9755, 14857, 8265, 13542, 8776, 13569, 8742, 15593, 12463, 14807, 11234, 14033, 9761, 15612, 10044, 16260, 11002, 11335, 9092, 7951, 10335, 8223, 13128, 8458, 14857, 11067, 13555, 9439, 12707, 8161, 12235, 10727, 9406, 16384, 11730, 15898, 11538, 10142, 8412, 6959, 10866, 8518, 7562, 10272, 14930, 11937, 12189, 7802, 12252, 7847, 13675, 13203, 13994, 13241, 13749, 8395, 12140, 16654, 10486, 16882, 12529, 11801, 8798, 11759, 8698, 16845, 12125, 15320, 9182, 13061, 8207, 12816, 8155, 13582, 8402, 14776, 9363, 13016, 8266, 12079, 8487, 12163, 11208, 13124, 12399, 12644, 11624, 9875, 18020, 11226, 14019, 9901, 13255, 9634, 13572, 9115, 11014, 7915, 7339, 11547, 9120, 14200, 10860, 14744, 10136, 14844, 11036, 14695, 9626, 13988, 9243, 10284, 11112, 10086, 14202, 11927, 12114, 12178, 9222, 10170, 10499, 10753, 13646, 11489, 12170, 11026, 12173, 9838, 15649, 9969, 16982, 10381, 15876, 10522, 9483, 9511, 8104, 11091, 8454, 12421, 9654, 13459, 10162, 12897, 8909, 11087, 8641, 11277, 8129, 13998, 8671, 14293, 10212, 13153, 9705, 13822, 9991, 14425, 10580, 15750, 11588, 15190, 10739, 14858, 10749, 13852, 10219, 14281, 10983, 13993, 10058, 13171, 9519, 11632, 8457, 9761, 11829, 7788, 13702, 10477, 14141, 10449, 14147, 10612, 14926, 12449, 15099, 11395, 15642, 10635, 15552, 10742, 15768, 10944, 10687, 8878, 10269, 9367, 13600, 11196, 15865, 11099, 13622, 9722, 18299, 10720, 15442, 10841, 13346, 9832, 14648, 11172, 12425, 9463, 14193, 9433, 13555, 9179, 12880, 9310, 10507, 8749, 16153, 9772, 16336, 10891, 13988, 10977, 14034, 9496, 13146, 7719, 11656, 7503, 12021, 9131, 13245, 10466, 16675, 10797, 14728, 10951, 16586, 11694, 15008, 11580, 14748, 10654, 13334, 8524, 13305, 19829, 13864, 14862, 10569, 10817, 10124, 12586, 8681, 11211, 8115, 10346, 8056, 12859, 10033, 14850, 10740, 14058, 10129, 13531, 8297, 11915, 16249, 11594, 15829, 12852, 15022, 11798, 14756, 10072, 11503, 8821, 11597, 10053, 12918, 12091, 9881, 11061, 9294, 11776, 11355, 10513, 14032, 12584, 14656, 10938, 10013, 10157, 11306, 10601, 15270, 10573, 17319, 12932, 17855, 10968, 15053, 10435, 14237, 9680, 13327, 9487, 12575, 9085, 14510, 9533, 8129, 9622, 7644, 11860, 8676, 11091, 12805, 10760, 14600, 11480, 9821, 9693, 9410, 10984, 10881, 11870, 12598, 13466, 8917, 11058, 9264, 12090, 18305, 12625, 15563, 12038, 12631, 8559, 12792, 7630, 11295, 7677, 11416, 8868, 12812, 9882, 13247, 7730, 11432, 14630, 9440, 14141, 7991, 11495, 14164, 10276, 16356, 14488, 14474, 11185, 13044, 9723, 12163, 8202, 12362, 9098, 13129, 9949, 12359, 8029, 12406, 8981, 11088, 16565, 12534, 15113, 12312, 13007, 10243, 13105, 9876, 12347, 9232, 13742, 9228, 11545, 8517, 11346, 8628, 13712, 9062, 16491, 12475, 15030, 12460, 13059, 9452, 10267, 10457, 9425, 11028, 12581, 8250, 12364, 8573, 12840, 9763, 13817, 9856, 16570, 10130, 16080, 10451, 14288, 10282, 12293, 12450, 9978, 15911, 14180, 14112, 10752, 13436, 9622, 12182, 8870, 13400, 9174, 10301, 8525, 15210, 7912, 11097, 16337, 10658, 13693, 11922, 12210, 10590, 13420, 9253, 9308, 8360, 7422, 12802, 8051, 14368, 10125, 13613, 10423, 14516, 9281, 14624, 11796, 14491, 10726, 14224, 10279, 14267, 11138, 16043, 13264, 14278, 11030, 12495, 9222, 13434, 9416, 15642, 12467, 14055, 10052, 12685, 9130, 12206, 8367, 11893, 8055, 11804, 8208, 13434, 9919, 10621, 8210, 7869, 12373, 9289, 14903, 11653, 15836, 10852, 13164, 9306, 13866, 11384, 14900, 12662, 8566, 12747, 8307, 12952, 16547, 11386, 16535, 10924, 14434, 8914, 15724, 10188, 14203, 9946, 13970, 10992, 14735, 11588, 12521, 9579, 13042, 9088, 12524, 10063, 7778, 12419, 8614, 13901, 9205, 14040, 10281, 15071, 11291, 14084, 9928, 12218, 8456, 12273, 9401, 10571, 15693, 10187, 16319, 11652, 14759, 11325, 13164, 9228, 12486, 9308, 14296, 9389, 13337, 9916, 14954, 10211, 15167, 9389, 13235, 10786, 9338, 16551, 11498, 13520, 11992, 13302, 11393, 12285, 9140, 12620, 8304, 10263, 9053, 9652, 10752, 10589, 10439, 12767, 7712, 12756, 7939, 12895, 12248, 10397, 16790, 13626, 13909, 11769, 13931, 11040, 12608, 7920, 11987, 8217, 12821, 8172, 13796, 8360, 13644, 10160, 13036, 8205, 12539, 8094, 11472, 11152, 12744, 12831, 11224, 10689, 10826, 17129, 11193, 13942, 10648, 12599, 9484, 14490, 9453, 9442, 9370, 7447, 12247, 7695, 13892, 9169, 12971, 14098, 9623, 16524, 11161, 12339, 17496, 10976, 15653, 14089, 14761, 10248, 11319, 8329, 7980, 13051, 10217, 10840, 8891, 9704, 10951, 10183, 14963, 11039, 13569, 8984, 13161, 8563, 14845, 10405, 15532, 12775, 14185, 10496, 14440, 9470, 15470, 11173, 8646, 10891, 8478, 13629, 9212, 15803, 11997, 15988, 11285, 12671, 9752, 12701, 9292, 12778, 9380, 13426, 8871, 9926, 7785, 7994, 11950, 9527, 11535, 9627, 8108, 12328, 7995, 13648, 11801, 14368, 11906, 12191, 12422, 10992, 12442, 15006, 10532, 15118, 10151, 13772, 9777, 15654, 10719, 12981, 10206, 9554, 9618, 8301, 12621, 9398, 14950, 8821, 15154, 8771, 13382, 9102, 13905, 8497, 12473, 8323, 14399, 8259, 11694, 7999, 11028, 7774, 14408, 10574, 13166, 9147, 7393, 14350, 10266, 8610, 12969, 9173, 16229, 12723, 13048, 9833, 8004, 13704, 8231, 14960, 9933, 16882, 13087, 15131, 11385, 14771, 10393, 14624, 10089, 13325, 8828, 14201, 9840, 11630, 8095, 11080, 7934, 11143, 8007, 10424, 9837, 11863, 7438, 11457, 7975, 12349, 9120, 13927, 10261, 14114, 10267, 15569, 9960, 14927, 10363, 12781, 13992, 9561, 16440, 13700, 14706, 13427, 13030, 9716, 13160, 8706, 15468, 10031, 14264, 8421, 9887, 15597, 11866, 16941, 10514, 14365, 9454, 11939, 13392, 8993, 16526, 11680, 13239, 11278, 12611, 10000, 11672, 8782, 12167, 7882, 9574, 11384, 8842, 17236, 10624, 15233, 11806, 15664, 10166, 13035, 7749, 11055, 7394, 11669, 8544, 13970, 10640, 12158, 8738, 7183, 11334, 8728, 13261, 12437, 11324, 13559, 9847, 16573, 11655, 16778, 13027, 17583, 13240, 13489, 9903, 11022, 9354, 10909, 14175, 8401, 14812, 9014, 13178, 9582, 13965, 10532, 16142, 12681, 14484, 10416, 13639, 10082, 15526, 10509, 14912, 10407, 8096, 10822, 8431, 13194, 8500, 14334, 8582, 15576, 8497, 11931, 8227, 11724, 8328, 11277, 9401, 9900, 9719, 10529, 7998, 11009, 7595, 11416, 8579, 11849, 8399, 10106, 10391, 7971, 12660, 7851, 13516, 11929, 10510, 17260, 12943, 13641, 9656, 12177, 12837, 9971, 12597, 8456, 14544, 9710, 11442, 8634, 8773, 12866, 9833, 12152, 9333, 7559, 12734, 7861, 15283, 11349, 15279, 12250, 14894, 11075, 14979, 10924, 14372, 14202, 14607, 16523, 10206, 9315, 9371, 8099, 14364, 11574, 15604, 9901, 7851, 11564, 8004, 15001, 12405, 16499, 10769, 8687, 11451, 10680, 13317, 10581, 15475, 10444, 14047, 10544, 14606, 10424, 15562, 11280, 12028, 9054, 7948, 11637, 8768, 12275, 8450, 14585, 8384, 14485, 8279, 12644, 9062, 13663, 9721, 10905, 10930, 7574, 13368, 9756, 10182, 9678, 11284, 12145, 10010, 14252, 8389, 13883, 10025, 14470, 10453, 16393, 12757, 14991, 9915, 8370, 11485, 8913, 13967, 8992, 15776, 12676, 15403, 10241, 16925, 10968, 17510, 11955, 16846, 11149, 9776, 8915, 10464, 10294, 12754, 9679, 15162, 9200, 12937, 9814, 8344, 10160, 7335, 11806, 9143, 13140, 9874, 14826, 10476, 12364, 8951, 9601, 10478, 9565, 14899, 10897, 15805, 12755, 12419, 9393, 12263, 12510, 13383, 15112, 10445, 14831, 10100, 17136, 11113, 17170, 11856, 9094, 11805, 8464, 14274, 9930, 16897, 12759, 9775, 11027, 8494, 14400, 9227, 15453, 12072, 16659, 14012, 13800, 10914, 12727, 9556, 12662, 8789, 13366, 9954, 12662, 9038, 12013, 8653, 12260, 8848, 11964, 8675, 11891, 9457, 14987, 10126, 8275, 10769, 8354, 14363, 10037, 15125, 10815, 10052, 12523, 7950, 14986, 10473, 16654, 12612, 15893, 10855, 8263, 12517, 8501, 15643, 12553, 16653, 13268, 12877], 'WindowCenter': [4243.0, 4205.0, 4189.0, 4156.0, 4184.0, 4145.0, 4184.0, 4142.0, 4141.0, 4119.0, 4096.0, 4137.0, 4108.0, 4161.0, 4121.0, 4171.0, 4151.0, 4170.0, 4140.0, 4170.0, 4142.0, 4162.0, 4152.0, 4131.0, 4151.0, 4109.0, 4150.0, 4110.0, 4173.0, 4132.0, 4173.0, 4110.0, 4160.0, 4118.0, 4149.0, 4117.0, 4162.0, 4144.0, 4161.0, 4139.0, 4160.0, 4141.0, 4159.0, 4119.0, 4151.0, 4144.0, 4166.0, 4156.0, 4145.0, 4166.0, 4124.0, 4154.0, 4173.0, 4144.0, 4197.0, 4175.0, 4184.0, 4163.0, 4172.0, 4141.0, 4150.0, 4134.0, 4165.0, 4156.0, 4152.0, 4164.0, 4121.0, 4141.0, 4140.0, 4140.0, 4162.0, 4153.0, 4162.0, 4173.0, 4131.0, 4151.0, 4109.0, 4150.0, 4134.0, 4174.0, 4131.0, 4184.0, 4152.0, 4161.0, 4130.0, 4171.0, 4144.0, 4182.0, 4153.0, 4171.0, 4131.0, 4146.0, 4118.0, 4158.0, 4132.0, 4174.0, 4155.0, 4181.0, 4140.0, 4117.0, 4126.0, 4095.0, 4148.0, 4121.0, 4171.0, 4120.0, 4172.0, 4140.0, 4149.0, 4129.0, 4163.0, 4144.0, 4173.0, 4142.0, 4162.0, 4120.0, 4148.0, 4109.0, 4149.0, 4108.0, 4149.0, 4108.0, 4151.0, 4141.0, 4160.0, 4110.0, 4151.0, 4132.0, 4171.0, 4156.0, 4196.0, 4168.0, 4157.0, 4146.0, 4154.0, 4156.0, 4186.0, 4167.0, 4184.0, 4164.0, 4142.0, 4140.0, 4120.0, 4163.0, 4153.0, 4173.0, 4131.0, 4161.0, 4108.0, 4148.0, 4105.0, 4148.0, 4119.0, 4169.0, 4149.0, 4158.0, 4137.0, 4147.0, 4127.0, 4170.0, 4142.0, 4170.0, 4140.0, 4138.0, 4105.0, 4095.0, 4126.0, 4119.0, 4161.0, 4121.0, 4173.0, 4140.0, 4160.0, 4120.0, 4150.0, 4109.0, 4151.0, 4128.0, 4132.0, 4183.0, 4151.0, 4170.0, 4139.0, 4141.0, 4121.0, 4102.0, 4165.0, 4147.0, 4140.0, 4184.0, 4215.0, 4193.0, 4182.0, 4128.0, 4168.0, 4124.0, 4176.0, 4165.0, 4177.0, 4165.0, 4164.0, 4110.0, 4152.0, 4180.0, 4142.0, 4182.0, 4151.0, 4139.0, 4108.0, 4138.0, 4108.0, 4183.0, 4151.0, 4159.0, 4118.0, 4148.0, 4096.0, 4137.0, 4095.0, 4149.0, 4109.0, 4160.0, 4118.0, 4148.0, 4095.0, 4136.0, 4105.0, 4138.0, 4140.0, 4149.0, 4137.0, 4137.0, 4125.0, 4115.0, 4165.0, 4125.0, 4146.0, 4128.0, 4146.0, 4116.0, 4147.0, 4118.0, 4127.0, 4107.0, 4111.0, 4153.0, 4143.0, 4186.0, 4167.0, 4186.0, 4156.0, 4186.0, 4158.0, 4187.0, 4134.0, 4176.0, 4121.0, 4130.0, 4139.0, 4131.0, 4162.0, 4139.0, 4150.0, 4150.0, 4117.0, 4128.0, 4127.0, 4141.0, 4162.0, 4140.0, 4150.0, 4139.0, 4137.0, 4117.0, 4157.0, 4117.0, 4181.0, 4141.0, 4169.0, 4128.0, 4117.0, 4116.0, 4096.0, 4138.0, 4109.0, 4161.0, 4132.0, 4162.0, 4128.0, 4150.0, 4117.0, 4138.0, 4107.0, 4139.0, 4122.0, 4172.0, 4121.0, 4173.0, 4142.0, 4160.0, 4131.0, 4162.0, 4146.0, 4186.0, 4144.0, 4184.0, 4153.0, 4171.0, 4140.0, 4159.0, 4140.0, 4163.0, 4143.0, 4160.0, 4128.0, 4159.0, 4130.0, 4148.0, 4129.0, 4149.0, 4133.0, 4144.0, 4164.0, 4124.0, 4186.0, 4157.0, 4186.0, 4156.0, 4187.0, 4158.0, 4186.0, 4165.0, 4186.0, 4154.0, 4181.0, 4142.0, 4185.0, 4154.0, 4183.0, 4153.0, 4141.0, 4120.0, 4129.0, 4133.0, 4174.0, 4153.0, 4172.0, 4142.0, 4149.0, 4117.0, 4179.0, 4128.0, 4158.0, 4142.0, 4161.0, 4129.0, 4158.0, 4139.0, 4147.0, 4118.0, 4158.0, 4131.0, 4175.0, 4145.0, 4164.0, 4147.0, 4144.0, 4123.0, 4183.0, 4133.0, 4183.0, 4156.0, 4176.0, 4153.0, 4162.0, 4130.0, 4163.0, 4111.0, 4140.0, 4110.0, 4163.0, 4159.0, 4177.0, 4157.0, 4209.0, 4168.0, 4185.0, 4155.0, 4195.0, 4167.0, 4186.0, 4153.0, 4174.0, 4142.0, 4150.0, 4108.0, 4150.0, 4180.0, 4147.0, 4146.0, 4113.0, 4127.0, 4115.0, 4134.0, 4093.0, 4124.0, 4081.0, 4113.0, 4107.0, 4159.0, 4130.0, 4171.0, 4142.0, 4160.0, 4130.0, 4160.0, 4108.0, 4138.0, 4168.0, 4140.0, 4170.0, 4148.0, 4157.0, 4138.0, 4156.0, 4116.0, 4135.0, 4119.0, 4150.0, 4143.0, 4161.0, 4151.0, 4131.0, 4140.0, 4118.0, 4149.0, 4138.0, 4142.0, 4171.0, 4150.0, 4171.0, 4138.0, 4128.0, 4128.0, 4137.0, 4140.0, 4183.0, 4141.0, 4180.0, 4150.0, 4180.0, 4127.0, 4156.0, 4127.0, 4146.0, 4116.0, 4146.0, 4128.0, 4160.0, 4131.0, 4171.0, 4130.0, 4111.0, 4131.0, 4111.0, 4152.0, 4121.0, 4154.0, 4175.0, 4156.0, 4185.0, 4153.0, 4142.0, 4131.0, 4130.0, 4141.0, 4154.0, 4164.0, 4163.0, 4175.0, 4121.0, 4141.0, 4132.0, 4152.0, 4182.0, 4150.0, 4171.0, 4164.0, 4150.0, 4106.0, 4148.0, 4098.0, 4139.0, 4097.0, 4150.0, 4133.0, 4177.0, 4159.0, 4178.0, 4125.0, 4169.0, 4187.0, 4144.0, 4174.0, 4112.0, 4179.0, 4188.0, 4156.0, 4182.0, 4174.0, 4173.0, 4141.0, 4161.0, 4130.0, 4176.0, 4137.0, 4164.0, 4132.0, 4164.0, 4143.0, 4162.0, 4111.0, 4151.0, 4121.0, 4166.0, 4196.0, 4164.0, 4172.0, 4150.0, 4161.0, 4141.0, 4159.0, 4130.0, 4162.0, 4147.0, 4184.0, 4147.0, 4163.0, 4135.0, 4163.0, 4134.0, 4185.0, 4159.0, 4210.0, 4178.0, 4187.0, 4165.0, 4161.0, 4117.0, 4117.0, 4127.0, 4129.0, 4138.0, 4147.0, 4106.0, 4147.0, 4107.0, 4146.0, 4143.0, 4172.0, 4142.0, 4183.0, 4142.0, 4169.0, 4127.0, 4159.0, 4129.0, 4164.0, 4161.0, 4126.0, 4157.0, 4157.0, 4145.0, 4124.0, 4145.0, 4118.0, 4162.0, 4133.0, 4173.0, 4131.0, 4154.0, 4134.0, 4184.0, 4110.0, 4150.0, 4180.0, 4139.0, 4160.0, 4151.0, 4162.0, 4152.0, 4173.0, 4144.0, 4142.0, 4133.0, 4123.0, 4176.0, 4136.0, 4200.0, 4168.0, 4186.0, 4156.0, 4187.0, 4147.0, 4187.0, 4165.0, 4175.0, 4142.0, 4160.0, 4130.0, 4172.0, 4152.0, 4172.0, 4149.0, 4147.0, 4125.0, 4134.0, 4116.0, 4159.0, 4118.0, 4159.0, 4137.0, 4145.0, 4104.0, 4133.0, 4104.0, 4123.0, 4093.0, 4124.0, 4094.0, 4136.0, 4108.0, 4159.0, 4128.0, 4138.0, 4119.0, 4120.0, 4163.0, 4146.0, 4186.0, 4166.0, 4185.0, 4156.0, 4164.0, 4134.0, 4175.0, 4153.0, 4173.0, 4152.0, 4108.0, 4148.0, 4097.0, 4150.0, 4183.0, 4153.0, 4169.0, 4128.0, 4145.0, 4103.0, 4154.0, 4114.0, 4156.0, 4126.0, 4157.0, 4138.0, 4160.0, 4138.0, 4136.0, 4117.0, 4147.0, 4120.0, 4162.0, 4141.0, 4112.0, 4161.0, 4122.0, 4162.0, 4133.0, 4176.0, 4158.0, 4186.0, 4141.0, 4162.0, 4119.0, 4137.0, 4095.0, 4137.0, 4105.0, 4127.0, 4172.0, 4143.0, 4170.0, 4138.0, 4158.0, 4139.0, 4149.0, 4119.0, 4149.0, 4130.0, 4173.0, 4158.0, 4187.0, 4157.0, 4186.0, 4158.0, 4186.0, 4134.0, 4164.0, 4142.0, 4133.0, 4184.0, 4167.0, 4175.0, 4167.0, 4164.0, 4153.0, 4164.0, 4134.0, 4164.0, 4121.0, 4143.0, 4134.0, 4159.0, 4167.0, 4156.0, 4155.0, 4177.0, 4125.0, 4175.0, 4124.0, 4178.0, 4165.0, 4156.0, 4211.0, 4189.0, 4176.0, 4154.0, 4163.0, 4151.0, 4162.0, 4109.0, 4140.0, 4134.0, 4175.0, 4122.0, 4173.0, 4121.0, 4172.0, 4143.0, 4162.0, 4121.0, 4152.0, 4123.0, 4167.0, 4155.0, 4162.0, 4162.0, 4153.0, 4142.0, 4140.0, 4180.0, 4139.0, 4159.0, 4138.0, 4160.0, 4143.0, 4183.0, 4143.0, 4144.0, 4144.0, 4123.0, 4190.0, 4151.0, 4200.0, 4147.0, 4190.0, 4176.0, 4134.0, 4185.0, 4153.0, 4177.0, 4193.0, 4128.0, 4158.0, 4172.0, 4158.0, 4125.0, 4137.0, 4107.0, 4120.0, 4173.0, 4156.0, 4165.0, 4144.0, 4144.0, 4154.0, 4157.0, 4188.0, 4155.0, 4164.0, 4121.0, 4160.0, 4119.0, 4172.0, 4139.0, 4171.0, 4148.0, 4147.0, 4126.0, 4170.0, 4131.0, 4169.0, 4140.0, 4106.0, 4125.0, 4095.0, 4147.0, 4131.0, 4171.0, 4139.0, 4169.0, 4125.0, 4123.0, 4104.0, 4147.0, 4130.0, 4145.0, 4115.0, 4146.0, 4117.0, 4126.0, 4094.0, 4108.0, 4162.0, 4143.0, 4166.0, 4145.0, 4135.0, 4177.0, 4125.0, 4188.0, 4166.0, 4189.0, 4154.0, 4152.0, 4150.0, 4140.0, 4150.0, 4172.0, 4128.0, 4160.0, 4127.0, 4146.0, 4118.0, 4169.0, 4140.0, 4148.0, 4128.0, 4115.0, 4116.0, 4095.0, 4135.0, 4119.0, 4159.0, 4106.0, 4156.0, 4095.0, 4134.0, 4103.0, 4134.0, 4107.0, 4136.0, 4094.0, 4147.0, 4094.0, 4124.0, 4093.0, 4124.0, 4095.0, 4158.0, 4130.0, 4160.0, 4132.0, 4101.0, 4174.0, 4144.0, 4134.0, 4175.0, 4145.0, 4198.0, 4168.0, 4165.0, 4134.0, 4113.0, 4164.0, 4111.0, 4174.0, 4134.0, 4185.0, 4151.0, 4161.0, 4140.0, 4148.0, 4119.0, 4149.0, 4132.0, 4151.0, 4121.0, 4149.0, 4130.0, 4128.0, 4097.0, 4127.0, 4098.0, 4139.0, 4097.0, 4130.0, 4132.0, 4152.0, 4100.0, 4151.0, 4112.0, 4162.0, 4135.0, 4186.0, 4171.0, 4202.0, 4171.0, 4199.0, 4159.0, 4188.0, 4147.0, 4167.0, 4164.0, 4147.0, 4174.0, 4162.0, 4160.0, 4152.0, 4152.0, 4131.0, 4161.0, 4122.0, 4172.0, 4144.0, 4187.0, 4126.0, 4146.0, 4186.0, 4154.0, 4186.0, 4145.0, 4173.0, 4120.0, 4140.0, 4150.0, 4120.0, 4171.0, 4151.0, 4164.0, 4156.0, 4152.0, 4130.0, 4141.0, 4121.0, 4151.0, 4108.0, 4131.0, 4152.0, 4136.0, 4207.0, 4158.0, 4185.0, 4154.0, 4184.0, 4142.0, 4162.0, 4099.0, 4140.0, 4100.0, 4152.0, 4135.0, 4173.0, 4155.0, 4165.0, 4134.0, 4113.0, 4166.0, 4147.0, 4189.0, 4176.0, 4170.0, 4177.0, 4145.0, 4185.0, 4154.0, 4196.0, 4165.0, 4184.0, 4163.0, 4150.0, 4129.0, 4128.0, 4119.0, 4141.0, 4162.0, 4110.0, 4160.0, 4118.0, 4148.0, 4117.0, 4159.0, 4140.0, 4170.0, 4150.0, 4146.0, 4127.0, 4146.0, 4129.0, 4170.0, 4140.0, 4158.0, 4128.0, 4096.0, 4127.0, 4096.0, 4147.0, 4122.0, 4173.0, 4109.0, 4170.0, 4107.0, 4126.0, 4094.0, 4125.0, 4093.0, 4125.0, 4118.0, 4142.0, 4131.0, 4140.0, 4106.0, 4140.0, 4110.0, 4150.0, 4122.0, 4163.0, 4149.0, 4170.0, 4170.0, 4138.0, 4191.0, 4138.0, 4179.0, 4166.0, 4146.0, 4186.0, 4167.0, 4179.0, 4146.0, 4153.0, 4151.0, 4133.0, 4150.0, 4109.0, 4159.0, 4129.0, 4150.0, 4133.0, 4134.0, 4175.0, 4155.0, 4177.0, 4145.0, 4125.0, 4177.0, 4137.0, 4198.0, 4167.0, 4189.0, 4166.0, 4174.0, 4153.0, 4173.0, 4140.0, 4161.0, 4148.0, 4160.0, 4169.0, 4116.0, 4116.0, 4117.0, 4096.0, 4159.0, 4140.0, 4171.0, 4130.0, 4109.0, 4140.0, 4109.0, 4173.0, 4153.0, 4182.0, 4141.0, 4110.0, 4140.0, 4130.0, 4162.0, 4129.0, 4172.0, 4128.0, 4148.0, 4128.0, 4158.0, 4141.0, 4171.0, 4141.0, 4138.0, 4107.0, 4096.0, 4138.0, 4107.0, 4151.0, 4112.0, 4172.0, 4109.0, 4160.0, 4096.0, 4136.0, 4106.0, 4147.0, 4119.0, 4140.0, 4141.0, 4112.0, 4163.0, 4133.0, 4143.0, 4142.0, 4154.0, 4166.0, 4144.0, 4186.0, 4123.0, 4164.0, 4143.0, 4174.0, 4154.0, 4185.0, 4166.0, 4173.0, 4131.0, 4110.0, 4140.0, 4122.0, 4174.0, 4120.0, 4174.0, 4151.0, 4171.0, 4130.0, 4170.0, 4141.0, 4183.0, 4141.0, 4170.0, 4128.0, 4116.0, 4107.0, 4114.0, 4117.0, 4137.0, 4132.0, 4173.0, 4130.0, 4148.0, 4130.0, 4109.0, 4129.0, 4097.0, 4151.0, 4145.0, 4176.0, 4156.0, 4184.0, 4169.0, 4177.0, 4135.0, 4145.0, 4156.0, 4146.0, 4188.0, 4158.0, 4198.0, 4166.0, 4165.0, 4132.0, 4152.0, 4165.0, 4165.0, 4175.0, 4140.0, 4171.0, 4131.0, 4183.0, 4143.0, 4182.0, 4140.0, 4106.0, 4137.0, 4096.0, 4159.0, 4129.0, 4169.0, 4150.0, 4116.0, 4126.0, 4105.0, 4147.0, 4118.0, 4172.0, 4140.0, 4168.0, 4148.0, 4134.0, 4114.0, 4123.0, 4106.0, 4149.0, 4119.0, 4146.0, 4118.0, 4136.0, 4106.0, 4135.0, 4106.0, 4137.0, 4107.0, 4137.0, 4119.0, 4150.0, 4143.0, 4186.0, 4143.0, 4125.0, 4155.0, 4135.0, 4185.0, 4158.0, 4197.0, 4169.0, 4160.0, 4167.0, 4126.0, 4186.0, 4143.0, 4186.0, 4164.0, 4183.0, 4140.0, 4107.0, 4150.0, 4120.0, 4172.0, 4151.0, 4172.0, 4150.0, 4148.0], 'WindowWidth': [9381.0, 9307.0, 9275.0, 9223.0, 9259.0, 9207.0, 9258.0, 9198.0, 9193.0, 9159.0, 9126.0, 9181.0, 9143.0, 9218.0, 9168.0, 9235.0, 9206.0, 9230.0, 9189.0, 9229.0, 9198.0, 9224.0, 9210.0, 9181.0, 9205.0, 9148.0, 9203.0, 9153.0, 9241.0, 9184.0, 9239.0, 9149.0, 9216.0, 9158.0, 9198.0, 9156.0, 9224.0, 9204.0, 9222.0, 9189.0, 9219.0, 9192.0, 9214.0, 9163.0, 9205.0, 9204.0, 9237.0, 9223.0, 9205.0, 9236.0, 9175.0, 9216.0, 9240.0, 9204.0, 9280.0, 9245.0, 9259.0, 9227.0, 9235.0, 9191.0, 9201.0, 9190.0, 9234.0, 9222.0, 9210.0, 9228.0, 9166.0, 9193.0, 9189.0, 9190.0, 9222.0, 9215.0, 9225.0, 9241.0, 9180.0, 9205.0, 9149.0, 9204.0, 9192.0, 9243.0, 9182.0, 9259.0, 9208.0, 9218.0, 9177.0, 9234.0, 9203.0, 9253.0, 9211.0, 9236.0, 9178.0, 9194.0, 9158.0, 9212.0, 9182.0, 9243.0, 9220.0, 9246.0, 9189.0, 9153.0, 9163.0, 9122.0, 9196.0, 9169.0, 9236.0, 9165.0, 9238.0, 9191.0, 9201.0, 9174.0, 9227.0, 9205.0, 9241.0, 9198.0, 9223.0, 9162.0, 9197.0, 9147.0, 9198.0, 9143.0, 9198.0, 9146.0, 9208.0, 9195.0, 9218.0, 9152.0, 9207.0, 9185.0, 9237.0, 9225.0, 9278.0, 9242.0, 9225.0, 9208.0, 9217.0, 9221.0, 9264.0, 9239.0, 9257.0, 9230.0, 9194.0, 9189.0, 9162.0, 9225.0, 9213.0, 9242.0, 9178.0, 9220.0, 9142.0, 9195.0, 9135.0, 9195.0, 9163.0, 9229.0, 9201.0, 9212.0, 9180.0, 9192.0, 9167.0, 9232.0, 9196.0, 9230.0, 9189.0, 9182.0, 9135.0, 9122.0, 9163.0, 9163.0, 9222.0, 9167.0, 9239.0, 9190.0, 9217.0, 9163.0, 9200.0, 9146.0, 9204.0, 9169.0, 9181.0, 9254.0, 9205.0, 9230.0, 9187.0, 9192.0, 9165.0, 9144.0, 9233.0, 9214.0, 9210.0, 9276.0, 9319.0, 9283.0, 9267.0, 9188.0, 9239.0, 9177.0, 9249.0, 9232.0, 9250.0, 9230.0, 9226.0, 9149.0, 9206.0, 9244.0, 9196.0, 9253.0, 9204.0, 9185.0, 9143.0, 9182.0, 9145.0, 9252.0, 9206.0, 9216.0, 9156.0, 9195.0, 9124.0, 9177.0, 9121.0, 9199.0, 9148.0, 9217.0, 9156.0, 9194.0, 9121.0, 9176.0, 9133.0, 9182.0, 9188.0, 9201.0, 9180.0, 9179.0, 9158.0, 9145.0, 9215.0, 9158.0, 9191.0, 9170.0, 9192.0, 9151.0, 9195.0, 9155.0, 9167.0, 9142.0, 9154.0, 9213.0, 9202.0, 9263.0, 9239.0, 9261.0, 9223.0, 9260.0, 9227.0, 9265.0, 9189.0, 9247.0, 9163.0, 9175.0, 9185.0, 9180.0, 9222.0, 9188.0, 9203.0, 9202.0, 9154.0, 9167.0, 9167.0, 9193.0, 9222.0, 9190.0, 9204.0, 9186.0, 9179.0, 9153.0, 9206.0, 9154.0, 9246.0, 9191.0, 9227.0, 9169.0, 9153.0, 9151.0, 9124.0, 9182.0, 9146.0, 9221.0, 9182.0, 9222.0, 9171.0, 9204.0, 9155.0, 9181.0, 9140.0, 9187.0, 9171.0, 9236.0, 9166.0, 9241.0, 9194.0, 9217.0, 9179.0, 9223.0, 9210.0, 9260.0, 9201.0, 9255.0, 9212.0, 9231.0, 9188.0, 9213.0, 9188.0, 9225.0, 9197.0, 9217.0, 9172.0, 9213.0, 9176.0, 9198.0, 9175.0, 9201.0, 9189.0, 9205.0, 9231.0, 9177.0, 9264.0, 9224.0, 9260.0, 9221.0, 9265.0, 9229.0, 9263.0, 9233.0, 9262.0, 9214.0, 9249.0, 9197.0, 9259.0, 9217.0, 9253.0, 9213.0, 9191.0, 9162.0, 9172.0, 9186.0, 9242.0, 9211.0, 9235.0, 9193.0, 9197.0, 9152.0, 9239.0, 9166.0, 9208.0, 9195.0, 9219.0, 9172.0, 9211.0, 9186.0, 9193.0, 9156.0, 9209.0, 9181.0, 9245.0, 9206.0, 9227.0, 9211.0, 9200.0, 9172.0, 9251.0, 9184.0, 9250.0, 9221.0, 9248.0, 9213.0, 9221.0, 9177.0, 9227.0, 9152.0, 9189.0, 9151.0, 9227.0, 9232.0, 9254.0, 9226.0, 9299.0, 9241.0, 9259.0, 9219.0, 9274.0, 9239.0, 9265.0, 9213.0, 9243.0, 9193.0, 9203.0, 9141.0, 9202.0, 9246.0, 9191.0, 9192.0, 9143.0, 9167.0, 9149.0, 9172.0, 9115.0, 9156.0, 9097.0, 9140.0, 9141.0, 9216.0, 9179.0, 9233.0, 9195.0, 9216.0, 9174.0, 9214.0, 9142.0, 9185.0, 9224.0, 9188.0, 9232.0, 9198.0, 9208.0, 9182.0, 9203.0, 9151.0, 9176.0, 9159.0, 9201.0, 9199.0, 9221.0, 9207.0, 9179.0, 9188.0, 9157.0, 9199.0, 9185.0, 9196.0, 9235.0, 9205.0, 9234.0, 9184.0, 9168.0, 9170.0, 9179.0, 9189.0, 9253.0, 9195.0, 9244.0, 9202.0, 9244.0, 9166.0, 9204.0, 9164.0, 9189.0, 9152.0, 9192.0, 9173.0, 9219.0, 9183.0, 9232.0, 9177.0, 9153.0, 9180.0, 9154.0, 9210.0, 9169.0, 9216.0, 9245.0, 9222.0, 9260.0, 9214.0, 9197.0, 9179.0, 9177.0, 9194.0, 9215.0, 9231.0, 9226.0, 9247.0, 9166.0, 9191.0, 9180.0, 9207.0, 9250.0, 9200.0, 9234.0, 9228.0, 9204.0, 9138.0, 9196.0, 9133.0, 9187.0, 9130.0, 9202.0, 9185.0, 9253.0, 9235.0, 9256.0, 9181.0, 9243.0, 9265.0, 9202.0, 9242.0, 9156.0, 9259.0, 9269.0, 9220.0, 9255.0, 9242.0, 9238.0, 9192.0, 9217.0, 9176.0, 9250.0, 9201.0, 9229.0, 9185.0, 9230.0, 9199.0, 9222.0, 9151.0, 9206.0, 9165.0, 9235.0, 9280.0, 9230.0, 9238.0, 9202.0, 9219.0, 9195.0, 9215.0, 9176.0, 9224.0, 9214.0, 9259.0, 9214.0, 9229.0, 9194.0, 9228.0, 9190.0, 9259.0, 9235.0, 9305.0, 9256.0, 9268.0, 9232.0, 9224.0, 9154.0, 9152.0, 9170.0, 9175.0, 9183.0, 9195.0, 9140.0, 9195.0, 9142.0, 9193.0, 9201.0, 9239.0, 9198.0, 9253.0, 9195.0, 9229.0, 9169.0, 9213.0, 9171.0, 9233.0, 9220.0, 9166.0, 9213.0, 9209.0, 9189.0, 9159.0, 9187.0, 9157.0, 9227.0, 9189.0, 9244.0, 9184.0, 9218.0, 9191.0, 9257.0, 9151.0, 9204.0, 9245.0, 9187.0, 9216.0, 9209.0, 9224.0, 9213.0, 9240.0, 9205.0, 9198.0, 9188.0, 9177.0, 9251.0, 9199.0, 9291.0, 9242.0, 9264.0, 9222.0, 9265.0, 9214.0, 9269.0, 9231.0, 9247.0, 9194.0, 9217.0, 9175.0, 9237.0, 9211.0, 9239.0, 9202.0, 9196.0, 9161.0, 9171.0, 9153.0, 9214.0, 9159.0, 9216.0, 9180.0, 9186.0, 9128.0, 9166.0, 9128.0, 9155.0, 9114.0, 9157.0, 9118.0, 9176.0, 9145.0, 9212.0, 9173.0, 9186.0, 9163.0, 9167.0, 9226.0, 9209.0, 9262.0, 9237.0, 9260.0, 9219.0, 9227.0, 9188.0, 9245.0, 9214.0, 9239.0, 9207.0, 9143.0, 9197.0, 9127.0, 9203.0, 9253.0, 9212.0, 9226.0, 9170.0, 9187.0, 9128.0, 9198.0, 9144.0, 9204.0, 9165.0, 9209.0, 9185.0, 9216.0, 9183.0, 9178.0, 9154.0, 9193.0, 9164.0, 9224.0, 9194.0, 9156.0, 9221.0, 9169.0, 9221.0, 9184.0, 9248.0, 9229.0, 9262.0, 9192.0, 9222.0, 9157.0, 9178.0, 9119.0, 9177.0, 9133.0, 9165.0, 9234.0, 9198.0, 9233.0, 9181.0, 9209.0, 9186.0, 9197.0, 9159.0, 9197.0, 9176.0, 9236.0, 9230.0, 9267.0, 9227.0, 9262.0, 9230.0, 9262.0, 9189.0, 9230.0, 9194.0, 9183.0, 9257.0, 9237.0, 9247.0, 9236.0, 9228.0, 9210.0, 9227.0, 9189.0, 9228.0, 9167.0, 9198.0, 9190.0, 9233.0, 9239.0, 9222.0, 9219.0, 9249.0, 9179.0, 9244.0, 9175.0, 9253.0, 9231.0, 9220.0, 9310.0, 9270.0, 9251.0, 9215.0, 9225.0, 9207.0, 9221.0, 9147.0, 9187.0, 9191.0, 9247.0, 9172.0, 9239.0, 9166.0, 9238.0, 9202.0, 9225.0, 9165.0, 9208.0, 9174.0, 9240.0, 9220.0, 9225.0, 9221.0, 9212.0, 9195.0, 9191.0, 9246.0, 9186.0, 9213.0, 9185.0, 9220.0, 9203.0, 9255.0, 9203.0, 9206.0, 9204.0, 9176.0, 9276.0, 9229.0, 9291.0, 9214.0, 9277.0, 9250.0, 9187.0, 9261.0, 9210.0, 9253.0, 9266.0, 9170.0, 9216.0, 9236.0, 9212.0, 9164.0, 9180.0, 9143.0, 9169.0, 9243.0, 9227.0, 9234.0, 9206.0, 9204.0, 9218.0, 9227.0, 9271.0, 9221.0, 9232.0, 9167.0, 9217.0, 9163.0, 9240.0, 9191.0, 9239.0, 9198.0, 9194.0, 9165.0, 9234.0, 9181.0, 9229.0, 9191.0, 9138.0, 9161.0, 9121.0, 9193.0, 9181.0, 9236.0, 9186.0, 9229.0, 9160.0, 9152.0, 9129.0, 9192.0, 9178.0, 9190.0, 9149.0, 9190.0, 9155.0, 9163.0, 9122.0, 9147.0, 9225.0, 9205.0, 9237.0, 9209.0, 9195.0, 9251.0, 9180.0, 9270.0, 9236.0, 9273.0, 9216.0, 9208.0, 9202.0, 9187.0, 9204.0, 9237.0, 9170.0, 9218.0, 9166.0, 9191.0, 9155.0, 9228.0, 9190.0, 9197.0, 9168.0, 9148.0, 9148.0, 9121.0, 9177.0, 9159.0, 9215.0, 9138.0, 9204.0, 9119.0, 9170.0, 9128.0, 9170.0, 9140.0, 9176.0, 9120.0, 9192.0, 9117.0, 9156.0, 9115.0, 9157.0, 9120.0, 9209.0, 9175.0, 9216.0, 9180.0, 9139.0, 9240.0, 9202.0, 9190.0, 9245.0, 9205.0, 9280.0, 9237.0, 9229.0, 9185.0, 9157.0, 9223.0, 9150.0, 9240.0, 9183.0, 9259.0, 9202.0, 9215.0, 9184.0, 9193.0, 9154.0, 9194.0, 9177.0, 9201.0, 9163.0, 9197.0, 9173.0, 9164.0, 9124.0, 9164.0, 9128.0, 9182.0, 9125.0, 9173.0, 9179.0, 9206.0, 9135.0, 9203.0, 9154.0, 9220.0, 9190.0, 9262.0, 9250.0, 9293.0, 9250.0, 9283.0, 9228.0, 9262.0, 9206.0, 9232.0, 9225.0, 9206.0, 9243.0, 9220.0, 9215.0, 9205.0, 9204.0, 9177.0, 9218.0, 9167.0, 9234.0, 9202.0, 9263.0, 9182.0, 9207.0, 9260.0, 9214.0, 9261.0, 9202.0, 9237.0, 9159.0, 9186.0, 9198.0, 9159.0, 9230.0, 9204.0, 9228.0, 9221.0, 9206.0, 9177.0, 9189.0, 9165.0, 9203.0, 9143.0, 9178.0, 9207.0, 9193.0, 9293.0, 9226.0, 9259.0, 9213.0, 9254.0, 9196.0, 9220.0, 9132.0, 9188.0, 9136.0, 9208.0, 9193.0, 9242.0, 9218.0, 9233.0, 9191.0, 9162.0, 9237.0, 9212.0, 9273.0, 9251.0, 9247.0, 9253.0, 9206.0, 9260.0, 9215.0, 9279.0, 9231.0, 9259.0, 9226.0, 9203.0, 9172.0, 9169.0, 9162.0, 9194.0, 9223.0, 9149.0, 9216.0, 9155.0, 9194.0, 9155.0, 9215.0, 9191.0, 9231.0, 9203.0, 9193.0, 9166.0, 9190.0, 9173.0, 9232.0, 9191.0, 9211.0, 9170.0, 9124.0, 9166.0, 9123.0, 9193.0, 9170.0, 9239.0, 9148.0, 9230.0, 9138.0, 9160.0, 9114.0, 9156.0, 9112.0, 9159.0, 9157.0, 9194.0, 9180.0, 9189.0, 9139.0, 9188.0, 9149.0, 9203.0, 9168.0, 9224.0, 9219.0, 9247.0, 9246.0, 9201.0, 9276.0, 9202.0, 9256.0, 9233.0, 9205.0, 9261.0, 9237.0, 9256.0, 9208.0, 9211.0, 9204.0, 9184.0, 9200.0, 9145.0, 9211.0, 9173.0, 9202.0, 9188.0, 9192.0, 9246.0, 9220.0, 9251.0, 9207.0, 9181.0, 9251.0, 9199.0, 9282.0, 9238.0, 9272.0, 9234.0, 9244.0, 9211.0, 9237.0, 9188.0, 9220.0, 9195.0, 9215.0, 9226.0, 9150.0, 9151.0, 9151.0, 9124.0, 9213.0, 9189.0, 9233.0, 9174.0, 9146.0, 9190.0, 9149.0, 9238.0, 9210.0, 9249.0, 9189.0, 9148.0, 9189.0, 9174.0, 9223.0, 9173.0, 9236.0, 9169.0, 9196.0, 9170.0, 9209.0, 9193.0, 9231.0, 9191.0, 9182.0, 9137.0, 9124.0, 9179.0, 9138.0, 9204.0, 9155.0, 9233.0, 9144.0, 9212.0, 9121.0, 9172.0, 9136.0, 9192.0, 9159.0, 9191.0, 9194.0, 9155.0, 9224.0, 9184.0, 9198.0, 9197.0, 9217.0, 9235.0, 9202.0, 9263.0, 9172.0, 9227.0, 9199.0, 9242.0, 9218.0, 9259.0, 9234.0, 9238.0, 9177.0, 9147.0, 9188.0, 9170.0, 9240.0, 9164.0, 9241.0, 9203.0, 9229.0, 9173.0, 9228.0, 9193.0, 9254.0, 9192.0, 9230.0, 9168.0, 9148.0, 9137.0, 9144.0, 9153.0, 9176.0, 9182.0, 9239.0, 9176.0, 9194.0, 9175.0, 9147.0, 9172.0, 9129.0, 9205.0, 9210.0, 9250.0, 9223.0, 9257.0, 9246.0, 9251.0, 9193.0, 9204.0, 9222.0, 9208.0, 9268.0, 9226.0, 9284.0, 9233.0, 9230.0, 9184.0, 9210.0, 9233.0, 9230.0, 9247.0, 9190.0, 9233.0, 9177.0, 9253.0, 9200.0, 9250.0, 9190.0, 9137.0, 9178.0, 9124.0, 9210.0, 9174.0, 9228.0, 9201.0, 9151.0, 9163.0, 9135.0, 9190.0, 9156.0, 9235.0, 9188.0, 9227.0, 9192.0, 9168.0, 9143.0, 9152.0, 9135.0, 9200.0, 9161.0, 9190.0, 9155.0, 9175.0, 9134.0, 9170.0, 9136.0, 9177.0, 9139.0, 9179.0, 9159.0, 9203.0, 9200.0, 9261.0, 9201.0, 9178.0, 9217.0, 9192.0, 9259.0, 9230.0, 9281.0, 9245.0, 9233.0, 9235.0, 9180.0, 9259.0, 9200.0, 9263.0, 9230.0, 9253.0, 9189.0, 9142.0, 9199.0, 9163.0, 9236.0, 9206.0, 9238.0, 9201.0, 9196.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.0003377962085308057</td></tr>
<tr><td colspan=3>aqi</td><td>0.01847244399684044</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.641402788363635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1845718984743094</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0067432331857709</td></tr>
<tr><td colspan=3>efc</td><td>0.5043</td></tr>
<tr><td colspan=3>fber</td><td>3713.626</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0830336438029037</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7898894154818326</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.755114712717775</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7378047529074663</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.044346836508024</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.483192548737834</td></tr>
<tr><td colspan=3>gcor</td><td>0.0198807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009702268056571484</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030572272837162018</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4594989545269765</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>16.4231</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.9275</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296224.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1184.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.8473</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.7683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3238.7681</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4352.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.6775</td></tr>
<tr><td colspan=3>tsnr</td><td>39.215644339099526</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>