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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:32:39.265000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997768, 0.0221218, 0.0629994, -0.0214229, 0.999701, -0.0117476]</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.0876631</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>[4168, -7694, -7244, 524, -7, -11, 26, 27]</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>229.189</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>06492038-7e5e-4173-8a46-3c8a21b75f9b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6769394874572754, -0.05747615545988083, 0.17074938118457794, 109.48538208007812], [-0.05935120955109596, 2.682126045227051, -0.028003616258502007, -85.93998718261719], [0.16902288794517517, 0.031517840921878815, 2.6944499015808105, -85.49298095703125], [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': ['133239.265000', '133239.725000', '133240.185000', '133240.645000', '133241.105000', '133241.565000', '133242.025000', '133242.485000', '133242.945000', '133243.405000', '133243.865000', '133244.325000', '133244.785000', '133245.245000', '133245.705000', '133246.165000', '133246.625000', '133247.085000', '133247.545000', '133248.005000', '133248.465000', '133248.925000', '133249.385000', '133249.845000', '133250.305000', '133250.765000', '133251.225000', '133251.685000', '133252.145000', '133252.605000', '133253.065000', '133253.525000', '133253.985000', '133254.445000', '133254.905000', '133255.365000', '133255.825000', '133256.285000', '133256.745000', '133257.205000', '133257.665000', '133258.125000', '133258.585000', '133259.045000', '133259.505000', '133259.965000', '133300.425000', '133300.885000', '133301.345000', '133301.805000', '133302.265000', '133302.725000', '133303.185000', '133303.645000', '133304.105000', '133304.565000', '133305.025000', '133305.485000', '133305.945000', '133306.405000', '133306.865000', '133307.325000', '133307.785000', '133308.245000', '133308.705000', '133309.165000', '133309.625000', '133310.085000', '133310.545000', '133311.005000', '133311.465000', '133311.925000', '133312.385000', '133312.845000', '133313.305000', '133313.765000', '133314.225000', '133314.685000', '133315.145000', '133315.605000', '133316.065000', '133316.525000', '133316.985000', '133317.445000', '133317.905000', '133318.365000', '133318.825000', '133319.285000', '133319.745000', '133320.205000', '133320.665000', '133321.125000', '133321.585000', '133322.045000', '133322.505000', '133322.965000', '133323.425000', '133323.885000', '133324.345000', '133324.805000', '133325.265000', '133325.725000', '133326.185000', '133326.645000', '133327.105000', '133327.565000', '133328.025000', '133328.485000', '133328.945000', '133329.405000', '133329.865000', '133330.325000', '133330.785000', '133331.245000', '133331.705000', '133332.165000', '133332.625000', '133333.085000', '133333.545000', '133334.005000', '133334.465000', '133334.925000', '133335.385000', '133335.845000', '133336.305000', '133336.765000', '133337.225000', '133337.685000', '133338.145000', '133338.605000', '133339.065000', '133339.525000', '133339.985000', '133340.445000', '133340.905000', '133341.365000', '133341.825000', '133342.285000', '133342.745000', '133343.205000', '133343.665000', '133344.125000', '133344.585000', '133345.045000', '133345.505000', '133345.965000', '133346.425000', '133346.885000', '133347.345000', '133347.805000', '133348.265000', '133348.725000', '133349.185000', '133349.645000', '133350.105000', '133350.565000', '133351.025000', '133351.485000', '133351.945000', '133352.405000', '133352.865000', '133353.325000', '133353.785000', '133354.245000', '133354.705000', '133355.165000', '133355.625000', '133356.085000', '133356.545000', '133357.005000', '133357.465000', '133357.925000', '133358.385000', '133358.845000', '133359.305000', '133359.765000', '133400.225000', '133400.685000', '133401.145000', '133401.605000', '133402.065000', '133402.525000', '133402.985000', '133403.445000', '133403.905000', '133404.365000', '133404.825000', '133405.285000', '133405.745000', '133406.205000', '133406.665000', '133407.125000', '133407.585000', '133408.045000', '133408.505000', '133408.965000', '133409.425000', '133409.885000', '133410.345000', '133410.805000', '133411.265000', '133411.725000', '133412.185000', '133412.645000', '133413.105000', '133413.565000', '133414.025000', '133414.485000', '133414.945000', '133415.405000', '133415.865000', '133416.325000', '133416.785000', '133417.245000', '133417.705000', '133418.165000', '133418.625000', '133419.085000', '133419.545000', '133420.005000', '133420.465000', '133420.925000', '133421.385000', '133421.845000', '133422.305000', '133422.765000', '133423.225000', '133423.685000', '133424.145000', '133424.605000', '133425.065000', '133425.525000', '133425.985000', '133426.445000', '133426.905000', '133427.365000', '133427.825000', '133428.285000', '133428.745000', '133429.205000', '133429.665000', '133430.125000', '133430.585000', '133431.045000', '133431.505000', '133431.965000', '133432.425000', '133432.885000', '133433.345000', '133433.805000', '133434.265000', '133434.725000', '133435.185000', '133435.645000', '133436.105000', '133436.565000', '133437.025000', '133437.485000', '133437.945000', '133438.405000', '133438.865000', '133439.325000', '133439.785000', '133440.245000', '133440.705000', '133441.165000', '133441.625000', '133442.085000', '133442.545000', '133443.005000', '133443.465000', '133443.925000', '133444.385000', '133444.845000', '133445.305000', '133445.765000', '133446.225000', '133446.685000', '133447.145000', '133447.605000', '133448.065000', '133448.525000', '133448.985000', '133449.445000', '133449.905000', '133450.365000', '133450.825000', '133451.285000', '133451.745000', '133452.205000', '133452.665000', '133453.125000', '133453.585000', '133454.045000', '133454.505000', '133454.965000', '133455.425000', '133455.885000', '133456.345000', '133456.805000', '133457.265000', '133457.725000', '133458.185000', '133458.645000', '133459.105000', '133459.565000', '133500.025000', '133500.485000', '133500.945000', '133501.405000', '133501.865000', '133502.325000', '133502.785000', '133503.245000', '133503.705000', '133504.165000', '133504.625000', '133505.085000', '133505.545000', '133506.005000', '133506.465000', '133506.925000', '133507.385000', '133507.845000', '133508.305000', '133508.765000', '133509.225000', '133509.685000', '133510.145000', '133510.605000', '133511.065000', '133511.525000', '133511.985000', '133512.445000', '133512.905000', '133513.365000', '133513.825000', '133514.285000', '133514.745000', '133515.205000', '133515.665000', '133516.125000', '133516.585000', '133517.045000', '133517.505000', '133517.965000', '133518.425000', '133518.885000', '133519.345000', '133519.805000', '133520.265000', '133520.725000', '133521.185000', '133521.645000', '133522.105000', '133522.565000', '133523.025000', '133523.485000', '133523.945000', '133524.405000', '133524.865000', '133525.325000', '133525.785000', '133526.245000', '133526.705000', '133527.165000', '133527.625000', '133528.085000', '133528.545000', '133529.005000', '133529.465000', '133529.925000', '133530.385000', '133530.845000', '133531.305000', '133531.765000', '133532.225000', '133532.685000', '133533.145000', '133533.605000', '133534.065000', '133534.525000', '133534.985000', '133535.445000', '133535.905000', '133536.365000', '133536.825000', '133537.285000', '133537.745000', '133538.205000', '133538.665000', '133539.125000', '133539.585000', '133540.045000', '133540.505000', '133540.965000', '133541.425000', '133541.885000', '133542.345000', '133542.805000', '133543.265000', '133543.725000', '133544.185000', '133544.645000', '133545.105000', '133545.565000', '133546.025000', '133546.485000', '133546.945000', '133547.405000', '133547.865000', '133548.325000', '133548.785000', '133549.245000', '133549.705000', '133550.165000', '133550.625000', '133551.085000', '133551.545000', '133552.005000', '133552.465000', '133552.925000', '133553.385000', '133553.845000', '133554.305000', '133554.765000', '133555.225000', '133555.685000', '133556.145000', '133556.605000', '133557.065000', '133557.525000', '133557.985000', '133558.445000', '133558.905000', '133559.365000', '133559.825000', '133600.285000', '133600.745000', '133601.205000', '133601.665000', '133602.125000', '133602.585000', '133603.045000', '133603.505000', '133603.965000', '133604.425000', '133604.885000', '133605.345000', '133605.805000', '133606.265000', '133606.725000', '133607.185000', '133607.645000', '133608.105000', '133608.565000', '133609.025000', '133609.485000', '133609.945000', '133610.405000', '133610.865000', '133611.325000', '133611.785000', '133612.245000', '133612.705000', '133613.165000', '133613.625000', '133614.085000', '133614.545000', '133615.005000', '133615.465000', '133615.925000', '133616.385000', '133616.845000', '133617.305000', '133617.765000', '133618.225000', '133618.685000', '133619.145000', '133619.605000', '133620.065000', '133620.525000', '133620.985000', '133621.445000', '133621.905000', '133622.365000', '133622.825000', '133623.285000', '133623.745000', '133624.205000', '133624.665000', '133625.125000', '133625.585000', '133626.045000', '133626.505000', '133626.965000', '133627.425000', '133627.885000', '133628.345000', '133628.805000', '133629.265000', '133629.725000', '133630.185000', '133630.645000', '133631.105000', '133631.565000', '133632.025000', '133632.485000', '133632.945000', '133633.405000', '133633.865000', '133634.325000', '133634.785000', '133635.245000', '133635.705000', '133636.165000', '133636.625000', '133637.085000', '133637.545000', '133638.005000', '133638.465000', '133638.925000', '133639.385000', '133639.845000', '133640.305000', '133640.765000', '133641.225000', '133641.685000', '133642.145000', '133642.605000', '133643.065000', '133643.525000', '133643.985000', '133644.445000', '133644.905000', '133645.365000', '133645.825000', '133646.285000', '133646.745000', '133647.205000', '133647.665000', '133648.125000', '133648.585000', '133649.045000', '133649.505000', '133649.965000', '133650.425000', '133650.885000', '133651.345000', '133651.805000', '133652.265000', '133652.725000', '133653.185000', '133653.645000', '133654.105000', '133654.565000', '133655.025000', '133655.485000', '133655.945000', '133656.405000', '133656.865000', '133657.325000', '133657.785000', '133658.245000', '133658.705000', '133659.165000', '133659.625000', '133700.085000', '133700.545000', '133701.005000', '133701.465000', '133701.925000', '133702.385000', '133702.845000', '133703.305000', '133703.765000', '133704.225000', '133704.685000', '133705.145000', '133705.605000', '133706.065000', '133706.525000', '133706.985000', '133707.445000', '133707.905000', '133708.365000', '133708.825000', '133709.285000', '133709.745000', '133710.205000', '133710.665000', '133711.125000', '133711.585000', '133712.045000', '133712.505000', '133712.965000', '133713.425000', '133713.885000', '133714.345000', '133714.805000', '133715.265000', '133715.725000', '133716.185000', '133716.645000', '133717.105000', '133717.565000', '133718.025000', '133718.485000', '133718.945000', '133719.405000', '133719.865000', '133720.325000', '133720.785000', '133721.245000', '133721.705000', '133722.165000', '133722.625000', '133723.085000', '133723.545000', '133724.005000', '133724.465000', '133724.925000', '133725.385000', '133725.845000', '133726.305000', '133726.765000', '133727.225000', '133727.685000', '133728.145000', '133728.605000', '133729.065000', '133729.525000', '133729.985000', '133730.445000', '133730.905000', '133731.365000', '133731.825000', '133732.285000', '133732.745000', '133733.205000', '133733.665000', '133734.125000', '133734.585000', '133735.045000', '133735.505000', '133735.965000', '133736.425000', '133736.885000', '133737.345000', '133737.805000', '133738.265000', '133738.725000', '133739.185000', '133739.645000', '133740.105000', '133740.565000', '133741.025000', '133741.485000', '133741.945000', '133742.405000', '133742.865000', '133743.325000', '133743.785000', '133744.245000', '133744.705000', '133745.165000', '133745.625000', '133746.085000', '133746.545000', '133747.005000', '133747.465000', '133747.925000', '133748.385000', '133748.845000', '133749.305000', '133749.765000', '133750.225000', '133750.685000', '133751.145000', '133751.605000', '133752.065000', '133752.525000', '133752.985000', '133753.445000', '133753.905000', '133754.365000', '133754.825000', '133755.285000', '133755.745000', '133756.205000', '133756.665000', '133757.125000', '133757.585000', '133758.045000', '133758.505000', '133758.965000', '133759.425000', '133759.885000', '133800.345000', '133800.805000', '133801.265000', '133801.725000', '133802.185000', '133802.645000', '133803.105000', '133803.565000', '133804.025000', '133804.485000', '133804.945000', '133805.405000', '133805.865000', '133806.325000', '133806.785000', '133807.245000', '133807.705000', '133808.165000', '133808.625000', '133809.085000', '133809.545000', '133810.005000', '133810.465000', '133810.925000', '133811.385000', '133811.845000', '133812.305000', '133812.765000', '133813.225000', '133813.685000', '133814.145000', '133814.605000', '133815.065000', '133815.525000', '133815.985000', '133816.445000', '133816.905000', '133817.365000', '133817.825000', '133818.285000', '133818.745000', '133819.205000', '133819.665000', '133820.125000', '133820.585000', '133821.045000', '133821.505000', '133821.965000', '133822.425000', '133822.885000', '133823.345000', '133823.805000', '133824.265000', '133824.725000', '133825.185000', '133825.645000', '133826.105000', '133826.565000', '133827.025000', '133827.485000', '133827.945000', '133828.405000', '133828.865000', '133829.325000', '133829.785000', '133830.245000', '133830.705000', '133831.165000', '133831.625000', '133832.085000', '133832.545000', '133833.005000', '133833.465000', '133833.925000', '133834.385000', '133834.845000', '133835.305000', '133835.765000', '133836.225000', '133836.685000', '133837.145000', '133837.605000', '133838.065000', '133838.525000', '133838.985000', '133839.445000', '133839.905000', '133840.365000', '133840.825000', '133841.285000', '133841.745000', '133842.205000', '133842.665000', '133843.125000', '133843.585000', '133844.045000', '133844.505000', '133844.965000', '133845.425000', '133845.885000', '133846.345000', '133846.805000', '133847.265000', '133847.725000', '133848.185000', '133848.645000', '133849.105000', '133849.565000', '133850.025000', '133850.485000', '133850.945000', '133851.405000', '133851.865000', '133852.325000', '133852.785000', '133853.245000', '133853.705000', '133854.165000', '133854.625000', '133855.085000', '133855.545000', '133856.005000', '133856.465000', '133856.925000', '133857.385000', '133857.845000', '133858.305000', '133858.765000', '133859.225000', '133859.685000', '133900.145000', '133900.605000', '133901.065000', '133901.525000', '133901.985000', '133902.445000', '133902.905000', '133903.365000', '133903.825000', '133904.285000', '133904.745000', '133905.205000', '133905.665000', '133906.125000', '133906.585000', '133907.045000', '133907.505000', '133907.965000', '133908.425000', '133908.885000', '133909.345000', '133909.805000', '133910.265000', '133910.725000', '133911.185000', '133911.645000', '133912.105000', '133912.565000', '133913.025000', '133913.485000', '133913.945000', '133914.405000', '133914.865000', '133915.325000', '133915.785000', '133916.245000', '133916.705000', '133917.165000', '133917.625000', '133918.085000', '133918.545000', '133919.005000', '133919.465000', '133919.925000', '133920.385000', '133920.845000', '133921.305000', '133921.765000', '133922.225000', '133922.685000', '133923.145000', '133923.605000', '133924.065000', '133924.525000', '133924.985000', '133925.445000', '133925.905000', '133926.365000', '133926.825000', '133927.285000', '133927.745000', '133928.205000', '133928.665000', '133929.125000', '133929.585000', '133930.045000', '133930.505000', '133930.965000', '133931.425000', '133931.885000', '133932.345000', '133932.805000', '133933.265000', '133933.725000', '133934.185000', '133934.645000', '133935.105000', '133935.565000', '133936.025000', '133936.485000', '133936.945000', '133937.405000', '133937.865000', '133938.325000', '133938.785000', '133939.245000', '133939.705000', '133940.165000', '133940.625000', '133941.085000', '133941.545000', '133942.005000', '133942.465000', '133942.925000', '133943.385000', '133943.845000', '133944.305000', '133944.765000', '133945.225000', '133945.685000', '133946.145000', '133946.605000', '133947.065000', '133947.525000', '133947.985000', '133948.445000', '133948.905000', '133949.365000', '133949.825000', '133950.285000', '133950.745000', '133951.205000', '133951.665000', '133952.125000', '133952.585000', '133953.045000', '133953.505000', '133953.965000', '133954.425000', '133954.885000', '133955.345000', '133955.805000', '133956.265000', '133956.725000', '133957.185000', '133957.645000', '133958.105000', '133958.565000', '133959.025000', '133959.485000', '133959.945000', '134000.405000', '134000.865000', '134001.325000', '134001.785000', '134002.245000', '134002.705000', '134003.165000', '134003.625000', '134004.085000', '134004.545000', '134005.005000', '134005.465000', '134005.925000', '134006.385000', '134006.845000', '134007.305000', '134007.765000', '134008.225000', '134008.685000', '134009.145000', '134009.605000', '134010.065000', '134010.525000', '134010.985000', '134011.445000', '134011.905000', '134012.365000', '134012.825000', '134013.285000', '134013.745000', '134014.205000', '134014.665000', '134015.125000', '134015.585000', '134016.045000', '134016.505000', '134016.965000', '134017.425000', '134017.885000', '134018.345000', '134018.805000', '134019.265000', '134019.725000', '134020.185000', '134020.645000', '134021.105000', '134021.565000', '134022.025000', '134022.485000', '134022.945000', '134023.405000', '134023.865000', '134024.325000', '134024.785000', '134025.245000', '134025.705000', '134026.165000', '134026.625000', '134027.085000', '134027.545000', '134028.005000', '134028.465000', '134028.925000', '134029.385000', '134029.845000', '134030.305000', '134030.765000', '134031.225000', '134031.685000', '134032.145000', '134032.605000', '134033.065000', '134033.525000', '134033.985000', '134034.445000', '134034.905000', '134035.365000', '134035.825000', '134036.285000', '134036.745000', '134037.205000', '134037.665000', '134038.125000', '134038.585000', '134039.045000', '134039.505000', '134039.965000', '134040.425000', '134040.885000', '134041.345000', '134041.805000', '134042.265000', '134042.725000', '134043.185000', '134043.645000', '134044.105000', '134044.565000', '134045.025000', '134045.485000', '134045.945000', '134046.405000', '134046.865000', '134047.325000', '134047.785000', '134048.245000', '134048.705000', '134049.165000', '134049.625000', '134050.085000', '134050.545000', '134051.005000', '134051.465000', '134051.925000', '134052.385000', '134052.845000', '134053.305000', '134053.765000', '134054.225000', '134054.685000', '134055.145000', '134055.605000', '134056.065000', '134056.525000', '134056.985000', '134057.445000', '134057.905000', '134058.365000', '134058.825000', '134059.285000', '134059.745000', '134100.205000', '134100.665000', '134101.125000', '134101.585000', '134102.045000', '134102.505000', '134102.965000', '134103.425000', '134103.885000', '134104.345000', '134104.805000', '134105.265000', '134105.725000', '134106.185000', '134106.645000', '134107.105000', '134107.565000', '134108.025000', '134108.485000', '134108.945000', '134109.405000', '134109.865000', '134110.325000', '134110.785000', '134111.245000', '134111.705000', '134112.165000', '134112.625000', '134113.085000', '134113.545000', '134114.005000', '134114.465000', '134114.925000', '134115.385000', '134115.845000', '134116.305000', '134116.765000', '134117.225000', '134117.685000', '134118.145000', '134118.605000', '134119.065000', '134119.525000', '134119.985000', '134120.445000', '134120.905000', '134121.365000', '134121.825000', '134122.285000', '134122.745000', '134123.205000', '134123.665000', '134124.125000', '134124.585000', '134125.045000', '134125.505000', '134125.965000', '134126.425000', '134126.885000', '134127.345000', '134127.805000', '134128.265000', '134128.725000', '134129.185000', '134129.645000', '134130.105000', '134130.565000', '134131.025000', '134131.485000', '134131.945000', '134132.405000', '134132.865000', '134133.325000', '134133.785000', '134134.245000', '134134.705000', '134135.165000', '134135.625000', '134136.085000', '134136.545000', '134137.005000', '134137.465000', '134137.925000', '134138.385000', '134138.845000', '134139.305000', '134139.765000', '134140.225000', '134140.685000', '134141.145000', '134141.605000', '134142.065000', '134142.525000', '134142.985000', '134143.445000', '134143.905000', '134144.365000', '134144.825000', '134145.285000', '134145.745000', '134146.205000', '134146.665000', '134147.125000', '134147.585000', '134148.045000', '134148.505000', '134148.965000', '134149.425000', '134149.885000', '134150.345000', '134150.805000', '134151.265000', '134151.725000', '134152.185000', '134152.645000', '134153.105000', '134153.565000', '134154.025000', '134154.485000', '134154.945000', '134155.405000', '134155.865000', '134156.325000', '134156.785000', '134157.245000', '134157.705000', '134158.165000', '134158.625000', '134159.085000', '134159.545000', '134200.005000', '134200.465000', '134200.925000', '134201.385000', '134201.845000', '134202.305000', '134202.765000', '134203.225000', '134203.685000', '134204.145000', '134204.605000', '134205.065000', '134205.525000', '134205.985000', '134206.445000', '134206.905000', '134207.365000', '134207.825000', '134208.285000', '134208.745000', '134209.205000', '134209.665000', '134210.125000', '134210.585000', '134211.045000', '134211.505000', '134211.965000', '134212.425000', '134212.885000', '134213.345000', '134213.805000', '134214.265000', '134214.725000', '134215.185000', '134215.645000', '134216.105000', '134216.565000', '134217.025000', '134217.485000', '134217.945000', '134218.405000', '134218.865000', '134219.325000', '134219.785000', '134220.245000', '134220.705000', '134221.165000', '134221.625000', '134222.085000'], 'ContentTime': ['133257.777000', '133257.781000', '133257.783000', '133257.786000', '133257.789000', '133257.791000', '133257.794000', '133257.797000', '133257.799000', '133257.802000', '133257.805000', '133257.807000', '133257.810000', '133257.812000', '133257.815000', '133257.818000', '133257.820000', '133257.823000', '133257.826000', '133257.828000', '133257.831000', '133257.834000', '133257.836000', '133257.839000', '133257.841000', '133257.844000', '133257.855000', '133257.857000', '133257.860000', '133257.863000', '133257.865000', '133257.868000', '133257.871000', '133257.873000', '133257.876000', '133257.879000', '133257.881000', '133257.884000', '133317.744000', '133317.747000', '133317.750000', '133317.752000', '133317.755000', '133317.758000', '133317.760000', '133317.763000', '133317.766000', '133317.768000', '133317.771000', '133317.773000', '133317.776000', '133317.779000', '133317.781000', '133317.784000', '133317.787000', '133317.789000', '133317.792000', '133317.795000', '133317.797000', '133317.800000', '133317.803000', '133317.805000', '133317.808000', '133317.811000', '133317.813000', '133317.816000', '133317.819000', '133317.821000', '133317.824000', '133317.826000', '133317.829000', '133317.832000', '133317.834000', '133317.837000', '133317.840000', '133317.842000', '133317.845000', '133317.847000', '133317.850000', '133317.853000', '133317.855000', '133337.743000', '133337.747000', '133337.750000', '133337.752000', '133337.755000', '133337.758000', '133337.760000', '133337.763000', '133337.775000', '133337.777000', '133337.780000', '133337.782000', '133337.785000', '133337.788000', '133337.790000', '133337.793000', '133337.796000', '133337.799000', '133337.801000', '133337.804000', '133337.806000', '133337.809000', '133337.812000', '133337.814000', '133337.817000', '133337.820000', '133337.822000', '133337.825000', '133337.827000', '133337.830000', '133337.833000', '133337.835000', '133337.838000', '133337.841000', '133337.843000', '133337.846000', '133337.848000', '133337.851000', '133337.854000', '133337.856000', '133337.859000', '133337.862000', '133337.864000', '133337.867000', '133357.744000', '133357.747000', '133357.750000', '133357.753000', '133357.755000', '133357.758000', '133357.761000', '133357.763000', '133357.766000', '133357.769000', '133357.771000', '133357.774000', '133357.777000', '133357.779000', '133357.782000', '133357.785000', '133357.787000', '133357.790000', '133357.793000', '133357.795000', '133357.798000', '133357.801000', '133357.803000', '133357.806000', '133357.809000', '133357.811000', '133357.814000', '133357.817000', '133357.819000', '133357.822000', '133357.825000', '133357.828000', '133357.830000', '133357.833000', '133357.835000', '133357.838000', '133357.841000', '133357.843000', '133357.851000', '133357.854000', '133357.856000', '133357.859000', '133357.861000', '133417.745000', '133417.748000', '133417.750000', '133417.753000', '133417.756000', '133417.758000', '133417.761000', '133417.764000', '133417.766000', '133417.769000', '133417.771000', '133417.774000', '133417.777000', '133417.779000', '133417.782000', '133417.834000', '133417.837000', '133417.840000', '133417.842000', '133417.845000', '133417.848000', '133417.850000', '133417.853000', '133417.855000', '133417.858000', '133417.861000', '133417.863000', '133417.866000', '133417.869000', '133417.871000', '133417.874000', '133417.877000', '133417.879000', '133417.882000', '133417.885000', '133417.887000', '133417.890000', '133417.892000', '133417.895000', '133417.898000', '133417.900000', '133417.903000', '133417.906000', '133417.908000', '133437.744000', '133437.747000', '133437.750000', '133437.753000', '133437.755000', '133437.758000', '133437.761000', '133437.763000', '133437.766000', '133437.769000', '133437.771000', '133437.774000', '133437.776000', '133437.779000', '133437.782000', '133437.784000', '133437.787000', '133437.790000', '133437.792000', '133437.795000', '133437.797000', '133437.800000', '133437.803000', '133437.805000', '133437.808000', '133437.811000', '133437.813000', '133437.816000', '133437.819000', '133437.821000', '133437.824000', '133437.827000', '133437.829000', '133437.832000', '133437.835000', '133437.837000', '133437.840000', '133437.842000', '133437.845000', '133437.848000', '133437.850000', '133437.853000', '133437.856000', '133457.744000', '133457.747000', '133457.750000', '133457.753000', '133457.755000', '133457.758000', '133457.761000', '133457.763000', '133457.766000', '133457.768000', '133457.771000', '133457.774000', '133457.776000', '133457.779000', '133457.782000', '133457.785000', '133457.787000', '133457.790000', '133457.792000', '133457.795000', '133457.798000', '133457.800000', '133457.803000', '133457.806000', '133457.808000', '133457.811000', '133457.814000', '133457.816000', '133457.819000', '133457.821000', '133457.824000', '133457.827000', '133457.830000', '133457.832000', '133457.835000', '133457.838000', '133457.840000', '133457.843000', '133457.846000', '133457.848000', '133457.851000', '133457.854000', '133457.856000', '133457.859000', '133517.744000', '133517.747000', '133517.750000', '133517.753000', '133517.755000', '133517.758000', '133517.761000', '133517.763000', '133517.766000', '133517.769000', '133517.771000', '133517.774000', '133517.777000', '133517.779000', '133517.782000', '133517.785000', '133517.787000', '133517.790000', '133517.793000', '133517.795000', '133517.798000', '133517.801000', '133517.803000', '133517.806000', '133517.809000', '133517.811000', '133517.814000', '133517.817000', '133517.819000', '133517.822000', '133517.825000', '133517.827000', '133517.830000', '133517.833000', '133517.835000', '133517.838000', '133517.840000', '133517.843000', '133517.846000', '133517.848000', '133517.851000', '133517.854000', '133517.857000', '133537.744000', '133537.747000', '133537.750000', '133537.753000', '133537.755000', '133537.758000', '133537.761000', '133537.763000', '133537.766000', '133537.769000', '133537.771000', '133537.774000', '133537.776000', '133537.779000', '133537.782000', '133537.785000', '133537.787000', '133537.790000', '133537.793000', '133537.795000', '133537.798000', '133537.801000', '133537.803000', '133537.806000', '133537.808000', '133537.811000', '133537.814000', '133537.816000', '133537.819000', '133537.822000', '133537.825000', '133537.827000', '133537.830000', '133537.833000', '133537.835000', '133537.838000', '133537.840000', '133537.843000', '133537.846000', '133537.848000', '133537.851000', '133537.854000', '133537.856000', '133537.859000', '133557.744000', '133557.746000', '133557.749000', '133557.752000', '133557.755000', '133557.758000', '133557.760000', '133557.763000', '133557.766000', '133557.768000', '133557.778000', '133557.781000', '133557.783000', '133557.786000', '133557.789000', '133557.791000', '133557.794000', '133557.797000', '133557.799000', '133557.802000', '133557.805000', '133557.808000', '133557.810000', '133557.813000', '133557.816000', '133557.818000', '133557.821000', '133557.824000', '133557.826000', '133557.829000', '133557.832000', '133557.834000', '133557.837000', '133557.840000', '133557.842000', '133557.845000', '133557.848000', '133557.850000', '133557.853000', '133557.856000', '133557.858000', '133557.861000', '133557.864000', '133617.744000', '133617.747000', '133617.750000', '133617.753000', '133617.756000', '133617.758000', '133617.761000', '133617.764000', '133617.768000', '133617.771000', '133617.773000', '133617.776000', '133617.779000', '133617.782000', '133617.784000', '133617.787000', '133617.790000', '133617.792000', '133617.795000', '133617.798000', '133617.800000', '133617.803000', '133617.806000', '133617.809000', '133617.811000', '133617.814000', '133617.817000', '133617.819000', '133617.822000', '133617.825000', '133617.827000', '133617.830000', '133617.833000', '133617.836000', '133617.838000', '133617.841000', '133617.844000', '133617.846000', '133617.849000', '133617.852000', '133617.854000', '133617.857000', '133617.860000', '133637.744000', '133637.747000', '133637.750000', '133637.753000', '133637.755000', '133637.758000', '133637.760000', '133637.763000', '133637.766000', '133637.768000', '133637.771000', '133637.774000', '133637.777000', '133637.779000', '133637.782000', '133637.784000', '133637.787000', '133637.790000', '133637.792000', '133637.795000', '133637.798000', '133637.800000', '133637.803000', '133637.805000', '133637.808000', '133637.811000', '133637.813000', '133637.816000', '133637.819000', '133637.821000', '133637.824000', '133637.827000', '133637.829000', '133637.832000', '133637.835000', '133637.837000', '133637.840000', '133637.843000', '133637.845000', '133637.848000', '133637.851000', '133637.853000', '133637.856000', '133637.859000', '133657.745000', '133657.748000', '133657.750000', '133657.753000', '133657.756000', '133657.758000', '133657.761000', '133657.764000', '133657.766000', '133657.769000', '133657.773000', '133657.775000', '133657.778000', '133657.781000', '133657.783000', '133657.786000', '133657.788000', '133657.791000', '133657.794000', '133657.796000', '133657.799000', '133657.802000', '133657.805000', '133657.807000', '133657.810000', '133657.813000', '133657.815000', '133657.818000', '133657.821000', '133657.823000', '133657.826000', '133657.829000', '133657.831000', '133657.834000', '133657.837000', '133657.840000', '133657.842000', '133657.845000', '133657.848000', '133657.850000', '133657.853000', '133657.856000', '133657.858000', '133717.744000', '133717.747000', '133717.750000', '133717.753000', '133717.755000', '133717.758000', '133717.761000', '133717.763000', '133717.766000', '133717.769000', '133717.771000', '133717.774000', '133717.777000', '133717.779000', '133717.782000', '133717.784000', '133717.787000', '133717.790000', '133717.793000', '133717.795000', '133717.798000', '133717.801000', '133717.803000', '133717.806000', '133717.809000', '133717.811000', '133717.814000', '133717.817000', '133717.819000', '133717.822000', '133717.825000', '133717.827000', '133717.830000', '133717.832000', '133717.835000', '133717.838000', '133717.850000', '133717.853000', '133717.856000', '133717.858000', '133717.861000', '133717.864000', '133717.866000', '133717.869000', '133737.744000', '133737.747000', '133737.750000', '133737.752000', '133737.755000', '133737.758000', '133737.761000', '133737.763000', '133737.766000', '133737.769000', '133737.772000', '133737.774000', '133737.777000', '133737.780000', '133737.783000', '133737.786000', '133737.788000', '133737.791000', '133737.794000', '133737.796000', '133737.799000', '133737.802000', '133737.804000', '133737.807000', '133737.810000', '133737.812000', '133737.815000', '133737.818000', '133737.820000', '133737.823000', '133737.828000', '133737.831000', '133737.834000', '133737.836000', '133737.839000', '133737.842000', '133737.844000', '133737.847000', '133737.850000', '133737.852000', '133737.855000', '133737.858000', '133737.860000', '133757.745000', '133757.748000', '133757.750000', '133757.758000', '133757.761000', '133757.764000', '133757.766000', '133757.769000', '133757.772000', '133757.774000', '133757.777000', '133757.780000', '133757.782000', '133757.785000', '133757.788000', '133757.790000', '133757.793000', '133757.796000', '133757.798000', '133757.801000', '133757.804000', '133757.807000', '133757.809000', '133757.812000', '133757.815000', '133757.818000', '133757.820000', '133757.823000', '133757.826000', '133757.828000', '133757.831000', '133757.834000', '133757.836000', '133757.839000', '133757.842000', '133757.845000', '133757.847000', '133757.850000', '133757.853000', '133757.855000', '133757.858000', '133757.861000', '133757.863000', '133757.866000', '133817.743000', '133817.746000', '133817.749000', '133817.752000', '133817.754000', '133817.757000', '133817.760000', '133817.764000', '133817.767000', '133817.770000', '133817.772000', '133817.775000', '133817.778000', '133817.780000', '133817.783000', '133817.785000', '133817.788000', '133817.791000', '133817.793000', '133817.796000', '133817.799000', '133817.802000', '133817.805000', '133817.808000', '133817.811000', '133817.814000', '133817.817000', '133817.820000', '133817.823000', '133817.825000', '133817.828000', '133817.831000', '133817.834000', '133817.837000', '133817.839000', '133817.842000', '133817.845000', '133817.848000', '133817.850000', '133817.853000', '133817.855000', '133817.858000', '133817.861000', '133837.744000', '133837.747000', '133837.750000', '133837.752000', '133837.756000', '133837.758000', '133837.761000', '133837.763000', '133837.766000', '133837.769000', '133837.771000', '133837.774000', '133837.777000', '133837.779000', '133837.782000', '133837.785000', '133837.787000', '133837.790000', '133837.793000', '133837.801000', '133837.803000', '133837.806000', '133837.808000', '133837.811000', '133837.814000', '133837.816000', '133837.819000', '133837.822000', '133837.825000', '133837.827000', '133837.830000', '133837.832000', '133837.835000', '133837.838000', '133837.841000', '133837.843000', '133837.846000', '133837.849000', '133837.851000', '133837.854000', '133837.856000', '133837.859000', '133837.862000', '133837.864000', '133857.745000', '133857.747000', '133857.750000', '133857.753000', '133857.756000', '133857.758000', '133857.761000', '133857.764000', '133857.766000', '133857.769000', '133857.772000', '133857.775000', '133857.777000', '133857.780000', '133857.783000', '133857.785000', '133857.788000', '133857.791000', '133857.794000', '133857.796000', '133857.799000', '133857.802000', '133857.804000', '133857.807000', '133857.810000', '133857.813000', '133857.815000', '133857.818000', '133857.821000', '133857.823000', '133857.826000', '133857.829000', '133857.831000', '133857.834000', '133857.837000', '133857.839000', '133857.842000', '133857.845000', '133857.847000', '133857.850000', '133857.853000', '133857.856000', '133857.858000', '133917.745000', '133917.747000', '133917.750000', '133917.753000', '133917.756000', '133917.758000', '133917.761000', '133917.764000', '133917.766000', '133917.769000', '133917.771000', '133917.774000', '133917.777000', '133917.779000', '133917.782000', '133917.785000', '133917.787000', '133917.790000', '133917.792000', '133917.795000', '133917.798000', '133917.801000', '133917.803000', '133917.806000', '133917.809000', '133917.811000', '133917.814000', '133917.816000', '133917.819000', '133917.822000', '133917.824000', '133917.827000', '133917.830000', '133917.832000', '133917.835000', '133917.838000', '133917.840000', '133917.843000', '133917.845000', '133917.848000', '133917.851000', '133917.853000', '133917.856000', '133917.859000', '133937.744000', '133937.747000', '133937.750000', '133937.753000', '133937.755000', '133937.758000', '133937.761000', '133937.763000', '133937.766000', '133937.769000', '133937.771000', '133937.774000', '133937.776000', '133937.779000', '133937.782000', '133937.785000', '133937.788000', '133937.791000', '133937.794000', '133937.796000', '133937.799000', '133937.802000', '133937.804000', '133937.807000', '133937.810000', '133937.812000', '133937.815000', '133937.818000', '133937.821000', '133937.823000', '133937.826000', '133937.829000', '133937.831000', '133937.834000', '133937.836000', '133937.839000', '133937.842000', '133937.844000', '133937.847000', '133937.851000', '133937.854000', '133937.857000', '133937.860000', '133957.745000', '133957.747000', '133957.751000', '133957.753000', '133957.756000', '133957.758000', '133957.761000', '133957.764000', '133957.767000', '133957.769000', '133957.772000', '133957.775000', '133957.777000', '133957.780000', '133957.783000', '133957.785000', '133957.788000', '133957.791000', '133957.793000', '133957.796000', '133957.799000', '133957.801000', '133957.804000', '133957.807000', '133957.809000', '133957.812000', '133957.815000', '133957.817000', '133957.820000', '133957.823000', '133957.825000', '133957.828000', '133957.831000', '133957.833000', '133957.836000', '133957.839000', '133957.841000', '133957.844000', '133957.847000', '133957.849000', '133957.852000', '133957.854000', '133957.857000', '133957.860000', '134017.744000', '134017.747000', '134017.750000', '134017.753000', '134017.756000', '134017.758000', '134017.761000', '134017.763000', '134017.766000', '134017.769000', '134017.771000', '134017.774000', '134017.777000', '134017.779000', '134017.782000', '134017.784000', '134017.787000', '134017.790000', '134017.792000', '134017.795000', '134017.798000', '134017.801000', '134017.803000', '134017.806000', '134017.808000', '134017.811000', '134017.814000', '134017.817000', '134017.819000', '134017.822000', '134017.826000', '134017.829000', '134017.832000', '134017.834000', '134017.837000', '134017.840000', '134017.842000', '134017.845000', '134017.848000', '134017.850000', '134017.853000', '134017.855000', '134017.858000', '134037.744000', '134037.747000', '134037.750000', '134037.752000', '134037.755000', '134037.758000', '134037.760000', '134037.763000', '134037.765000', '134037.768000', '134037.771000', '134037.773000', '134037.776000', '134037.779000', '134037.781000', '134037.784000', '134037.787000', '134037.789000', '134037.792000', '134037.795000', '134037.797000', '134037.800000', '134037.803000', '134037.805000', '134037.808000', '134037.811000', '134037.813000', '134037.816000', '134037.819000', '134037.821000', '134037.824000', '134037.827000', '134037.829000', '134037.832000', '134037.835000', '134037.837000', '134037.840000', '134037.843000', '134037.845000', '134037.848000', '134037.851000', '134037.853000', '134037.856000', '134037.859000', '134057.745000', '134057.748000', '134057.750000', '134057.753000', '134057.756000', '134057.758000', '134057.761000', '134057.764000', '134057.766000', '134057.769000', '134057.771000', '134057.774000', '134057.777000', '134057.779000', '134057.782000', '134057.785000', '134057.787000', '134057.790000', '134057.793000', '134057.795000', '134057.798000', '134057.801000', '134057.803000', '134057.806000', '134057.809000', '134057.811000', '134057.814000', '134057.817000', '134057.820000', '134057.822000', '134057.825000', '134057.828000', '134057.830000', '134057.833000', '134057.836000', '134057.838000', '134057.841000', '134057.844000', '134057.846000', '134057.849000', '134057.852000', '134057.855000', '134057.858000', '134117.745000', '134117.747000', '134117.750000', '134117.753000', '134117.756000', '134117.758000', '134117.761000', '134117.764000', '134117.766000', '134117.769000', '134117.772000', '134117.775000', '134117.777000', '134117.780000', '134117.782000', '134117.785000', '134117.788000', '134117.790000', '134117.793000', '134117.796000', '134117.798000', '134117.801000', '134117.804000', '134117.806000', '134117.809000', '134117.812000', '134117.814000', '134117.817000', '134117.820000', '134117.822000', '134117.825000', '134117.828000', '134117.830000', '134117.833000', '134117.836000', '134117.838000', '134117.841000', '134117.843000', '134117.846000', '134117.849000', '134117.851000', '134117.854000', '134117.856000', '134117.859000', '134137.745000', '134137.748000', '134137.750000', '134137.753000', '134137.756000', '134137.758000', '134137.761000', '134137.764000', '134137.766000', '134137.769000', '134137.772000', '134137.774000', '134137.777000', '134137.780000', '134137.783000', '134137.785000', '134137.788000', '134137.791000', '134137.793000', '134137.796000', '134137.799000', '134137.802000', '134137.804000', '134137.807000', '134137.810000', '134137.812000', '134137.815000', '134137.818000', '134137.820000', '134137.823000', '134137.826000', '134137.828000', '134137.831000', '134137.834000', '134137.836000', '134137.839000', '134137.841000', '134137.844000', '134137.847000', '134137.850000', '134137.852000', '134137.855000', '134137.857000', '134157.745000', '134157.748000', '134157.751000', '134157.753000', '134157.756000', '134157.758000', '134157.761000', '134157.764000', '134157.766000', '134157.769000', '134157.772000', '134157.774000', '134157.777000', '134157.780000', '134157.782000', '134157.785000', '134157.788000', '134157.790000', '134157.793000', '134157.796000', '134157.798000', '134157.801000', '134157.804000', '134157.806000', '134157.809000', '134157.812000', '134157.814000', '134157.817000', '134157.820000', '134157.822000', '134157.825000', '134157.828000', '134157.830000', '134157.833000', '134157.836000', '134157.838000', '134157.841000', '134157.843000', '134157.846000', '134157.849000', '134157.852000', '134157.854000', '134157.857000', '134157.860000', '134217.745000', '134217.747000', '134217.750000', '134217.753000', '134217.756000', '134217.758000', '134217.761000', '134217.763000', '134217.766000', '134217.769000', '134217.772000', '134217.774000', '134217.777000', '134217.779000', '134217.782000', '134217.785000', '134217.795000', '134217.797000', '134217.800000', '134217.803000', '134217.806000', '134217.808000', '134217.821000', '134217.824000', '134217.827000', '134217.829000', '134217.832000', '134217.834000', '134217.838000', '134217.840000', '134217.843000', '134217.846000', '134217.848000', '134217.851000', '134217.854000', '134217.856000', '134217.859000', '134217.862000', '134217.864000', '134217.867000', '134217.870000', '134217.872000', '134217.875000', '134223.407000', '134223.410000', '134223.413000', '134223.416000', '134223.418000', '134223.421000', '134223.424000', '134223.428000', '134223.431000', '134223.434000', '134223.437000', '134223.442000', '134223.446000'], 'InstanceCreationTime': ['133257.777000', '133257.781000', '133257.783000', '133257.786000', '133257.789000', '133257.791000', '133257.794000', '133257.797000', '133257.799000', '133257.802000', '133257.805000', '133257.807000', '133257.810000', '133257.812000', '133257.815000', '133257.818000', '133257.820000', '133257.823000', '133257.826000', '133257.828000', '133257.831000', '133257.834000', '133257.836000', '133257.839000', '133257.841000', '133257.844000', '133257.855000', '133257.857000', '133257.860000', '133257.863000', '133257.865000', '133257.868000', '133257.871000', '133257.873000', '133257.876000', '133257.879000', '133257.881000', '133257.884000', '133317.744000', '133317.747000', '133317.750000', '133317.752000', '133317.755000', '133317.758000', '133317.760000', '133317.763000', '133317.766000', '133317.768000', '133317.771000', '133317.773000', '133317.776000', '133317.779000', '133317.781000', '133317.784000', '133317.787000', '133317.789000', '133317.792000', '133317.795000', '133317.797000', '133317.800000', '133317.803000', '133317.805000', '133317.808000', '133317.811000', '133317.813000', '133317.816000', '133317.819000', '133317.821000', '133317.824000', '133317.826000', '133317.829000', '133317.832000', '133317.834000', '133317.837000', '133317.840000', '133317.842000', '133317.845000', '133317.847000', '133317.850000', '133317.853000', '133317.855000', '133337.743000', '133337.747000', '133337.750000', '133337.752000', '133337.755000', '133337.758000', '133337.760000', '133337.763000', '133337.775000', '133337.777000', '133337.780000', '133337.782000', '133337.785000', '133337.788000', '133337.790000', '133337.793000', '133337.796000', '133337.799000', '133337.801000', '133337.804000', '133337.806000', '133337.809000', '133337.812000', '133337.814000', '133337.817000', '133337.820000', '133337.822000', '133337.825000', '133337.827000', '133337.830000', '133337.833000', '133337.835000', '133337.838000', '133337.841000', '133337.843000', '133337.846000', '133337.848000', '133337.851000', '133337.854000', '133337.856000', '133337.859000', '133337.862000', '133337.864000', '133337.867000', '133357.744000', '133357.747000', '133357.750000', '133357.753000', '133357.755000', '133357.758000', '133357.761000', '133357.763000', '133357.766000', '133357.769000', '133357.771000', '133357.774000', '133357.777000', '133357.779000', '133357.782000', '133357.785000', '133357.787000', '133357.790000', '133357.793000', '133357.795000', '133357.798000', '133357.801000', '133357.803000', '133357.806000', '133357.809000', '133357.811000', '133357.814000', '133357.817000', '133357.819000', '133357.822000', '133357.825000', '133357.828000', '133357.830000', '133357.833000', '133357.835000', '133357.838000', '133357.841000', '133357.843000', '133357.851000', '133357.854000', '133357.856000', '133357.859000', '133357.861000', '133417.745000', '133417.748000', '133417.750000', '133417.753000', '133417.756000', '133417.758000', '133417.761000', '133417.764000', '133417.766000', '133417.769000', '133417.771000', '133417.774000', '133417.777000', '133417.779000', '133417.782000', '133417.834000', '133417.837000', '133417.840000', '133417.842000', '133417.845000', '133417.848000', '133417.850000', '133417.853000', '133417.855000', '133417.858000', '133417.861000', '133417.863000', '133417.866000', '133417.869000', '133417.871000', '133417.874000', '133417.877000', '133417.879000', '133417.882000', '133417.885000', '133417.887000', '133417.890000', '133417.892000', '133417.895000', '133417.898000', '133417.900000', '133417.903000', '133417.906000', '133417.908000', '133437.744000', '133437.747000', '133437.750000', '133437.753000', '133437.755000', '133437.758000', '133437.761000', '133437.763000', '133437.766000', '133437.769000', '133437.771000', '133437.774000', '133437.776000', '133437.779000', '133437.782000', '133437.784000', '133437.787000', '133437.790000', '133437.792000', '133437.795000', '133437.797000', '133437.800000', '133437.803000', '133437.805000', '133437.808000', '133437.811000', '133437.813000', '133437.816000', '133437.819000', '133437.821000', '133437.824000', '133437.827000', '133437.829000', '133437.832000', '133437.835000', '133437.837000', '133437.840000', '133437.842000', '133437.845000', '133437.848000', '133437.850000', '133437.853000', '133437.856000', '133457.744000', '133457.747000', '133457.750000', '133457.753000', '133457.755000', '133457.758000', '133457.761000', '133457.763000', '133457.766000', '133457.768000', '133457.771000', '133457.774000', '133457.776000', '133457.779000', '133457.782000', '133457.785000', '133457.787000', '133457.790000', '133457.792000', '133457.795000', '133457.798000', '133457.800000', '133457.803000', '133457.806000', '133457.808000', '133457.811000', '133457.814000', '133457.816000', '133457.819000', '133457.821000', '133457.824000', '133457.827000', '133457.830000', '133457.832000', '133457.835000', '133457.838000', '133457.840000', '133457.843000', '133457.846000', '133457.848000', '133457.851000', '133457.854000', '133457.856000', '133457.859000', '133517.744000', '133517.747000', '133517.750000', '133517.753000', '133517.755000', '133517.758000', '133517.761000', '133517.763000', '133517.766000', '133517.769000', '133517.771000', '133517.774000', '133517.777000', '133517.779000', '133517.782000', '133517.785000', '133517.787000', '133517.790000', '133517.793000', '133517.795000', '133517.798000', '133517.801000', '133517.803000', '133517.806000', '133517.809000', '133517.811000', '133517.814000', '133517.817000', '133517.819000', '133517.822000', '133517.825000', '133517.827000', '133517.830000', '133517.833000', '133517.835000', '133517.838000', '133517.840000', '133517.843000', '133517.846000', '133517.848000', '133517.851000', '133517.854000', '133517.857000', '133537.744000', '133537.747000', '133537.750000', '133537.753000', '133537.755000', '133537.758000', '133537.761000', '133537.763000', '133537.766000', '133537.769000', '133537.771000', '133537.774000', '133537.776000', '133537.779000', '133537.782000', '133537.785000', '133537.787000', '133537.790000', '133537.793000', '133537.795000', '133537.798000', '133537.801000', '133537.803000', '133537.806000', '133537.808000', '133537.811000', '133537.814000', '133537.816000', '133537.819000', '133537.822000', '133537.825000', '133537.827000', '133537.830000', '133537.833000', '133537.835000', '133537.838000', '133537.840000', '133537.843000', '133537.846000', '133537.848000', '133537.851000', '133537.854000', '133537.856000', '133537.859000', '133557.744000', '133557.746000', '133557.749000', '133557.752000', '133557.755000', '133557.758000', '133557.760000', '133557.763000', '133557.766000', '133557.768000', '133557.778000', '133557.781000', '133557.783000', '133557.786000', '133557.789000', '133557.791000', '133557.794000', '133557.797000', '133557.799000', '133557.802000', '133557.805000', '133557.808000', '133557.810000', '133557.813000', '133557.816000', '133557.818000', '133557.821000', '133557.824000', '133557.826000', '133557.829000', '133557.832000', '133557.834000', '133557.837000', '133557.840000', '133557.842000', '133557.845000', '133557.848000', '133557.850000', '133557.853000', '133557.856000', '133557.858000', '133557.861000', '133557.864000', '133617.744000', '133617.747000', '133617.750000', '133617.753000', '133617.756000', '133617.758000', '133617.761000', '133617.764000', '133617.768000', '133617.771000', '133617.773000', '133617.776000', '133617.779000', '133617.782000', '133617.784000', '133617.787000', '133617.790000', '133617.792000', '133617.795000', '133617.798000', '133617.800000', '133617.803000', '133617.806000', '133617.809000', '133617.811000', '133617.814000', '133617.817000', '133617.819000', '133617.822000', '133617.825000', '133617.827000', '133617.830000', '133617.833000', '133617.836000', '133617.838000', '133617.841000', '133617.844000', '133617.846000', '133617.849000', '133617.852000', '133617.854000', '133617.857000', '133617.860000', '133637.744000', '133637.747000', '133637.750000', '133637.753000', '133637.755000', '133637.758000', '133637.760000', '133637.763000', '133637.766000', '133637.768000', '133637.771000', '133637.774000', '133637.777000', '133637.779000', '133637.782000', '133637.784000', '133637.787000', '133637.790000', '133637.792000', '133637.795000', '133637.798000', '133637.800000', '133637.803000', '133637.805000', '133637.808000', '133637.811000', '133637.813000', '133637.816000', '133637.819000', '133637.821000', '133637.824000', '133637.827000', '133637.829000', '133637.832000', '133637.835000', '133637.837000', '133637.840000', '133637.843000', '133637.845000', '133637.848000', '133637.851000', '133637.853000', '133637.856000', '133637.859000', '133657.745000', '133657.748000', '133657.750000', '133657.753000', '133657.756000', '133657.758000', '133657.761000', '133657.764000', '133657.766000', '133657.769000', '133657.773000', '133657.775000', '133657.778000', '133657.781000', '133657.783000', '133657.786000', '133657.788000', '133657.791000', '133657.794000', '133657.796000', '133657.799000', '133657.802000', '133657.805000', '133657.807000', '133657.810000', '133657.813000', '133657.815000', '133657.818000', '133657.821000', '133657.823000', '133657.826000', '133657.829000', '133657.831000', '133657.834000', '133657.837000', '133657.840000', '133657.842000', '133657.845000', '133657.848000', '133657.850000', '133657.853000', '133657.856000', '133657.858000', '133717.744000', '133717.747000', '133717.750000', '133717.753000', '133717.755000', '133717.758000', '133717.761000', '133717.763000', '133717.766000', '133717.769000', '133717.771000', '133717.774000', '133717.777000', '133717.779000', '133717.782000', '133717.784000', '133717.787000', '133717.790000', '133717.793000', '133717.795000', '133717.798000', '133717.801000', '133717.803000', '133717.806000', '133717.809000', '133717.811000', '133717.814000', '133717.817000', '133717.819000', '133717.822000', '133717.825000', '133717.827000', '133717.830000', '133717.832000', '133717.835000', '133717.838000', '133717.850000', '133717.853000', '133717.856000', '133717.858000', '133717.861000', '133717.864000', '133717.866000', '133717.869000', '133737.744000', '133737.747000', '133737.750000', '133737.752000', '133737.755000', '133737.758000', '133737.761000', '133737.763000', '133737.766000', '133737.769000', '133737.772000', '133737.774000', '133737.777000', '133737.780000', '133737.783000', '133737.786000', '133737.788000', '133737.791000', '133737.794000', '133737.796000', '133737.799000', '133737.802000', '133737.804000', '133737.807000', '133737.810000', '133737.812000', '133737.815000', '133737.818000', '133737.820000', '133737.823000', '133737.828000', '133737.831000', '133737.834000', '133737.836000', '133737.839000', '133737.842000', '133737.844000', '133737.847000', '133737.850000', '133737.852000', '133737.855000', '133737.858000', '133737.860000', '133757.745000', '133757.748000', '133757.750000', '133757.758000', '133757.761000', '133757.764000', '133757.766000', '133757.769000', '133757.772000', '133757.774000', '133757.777000', '133757.780000', '133757.782000', '133757.785000', '133757.788000', '133757.790000', '133757.793000', '133757.796000', '133757.798000', '133757.801000', '133757.804000', '133757.807000', '133757.809000', '133757.812000', '133757.815000', '133757.818000', '133757.820000', '133757.823000', '133757.826000', '133757.828000', '133757.831000', '133757.834000', '133757.836000', '133757.839000', '133757.842000', '133757.845000', '133757.847000', '133757.850000', '133757.853000', '133757.855000', '133757.858000', '133757.861000', '133757.863000', '133757.866000', '133817.743000', '133817.746000', '133817.749000', '133817.752000', '133817.754000', '133817.757000', '133817.760000', '133817.764000', '133817.767000', '133817.770000', '133817.772000', '133817.775000', '133817.778000', '133817.780000', '133817.783000', '133817.785000', '133817.788000', '133817.791000', '133817.793000', '133817.796000', '133817.799000', '133817.802000', '133817.805000', '133817.808000', '133817.811000', '133817.814000', '133817.817000', '133817.820000', '133817.823000', '133817.825000', '133817.828000', '133817.831000', '133817.834000', '133817.837000', '133817.839000', '133817.842000', '133817.845000', '133817.848000', '133817.850000', '133817.853000', '133817.855000', '133817.858000', '133817.861000', '133837.744000', '133837.747000', '133837.750000', '133837.752000', '133837.756000', '133837.758000', '133837.761000', '133837.763000', '133837.766000', '133837.769000', '133837.771000', '133837.774000', '133837.777000', '133837.779000', '133837.782000', '133837.785000', '133837.787000', '133837.790000', '133837.793000', '133837.801000', '133837.803000', '133837.806000', '133837.808000', '133837.811000', '133837.814000', '133837.816000', '133837.819000', '133837.822000', '133837.825000', '133837.827000', '133837.830000', '133837.832000', '133837.835000', '133837.838000', '133837.841000', '133837.843000', '133837.846000', '133837.849000', '133837.851000', '133837.854000', '133837.856000', '133837.859000', '133837.862000', '133837.864000', '133857.745000', '133857.747000', '133857.750000', '133857.753000', '133857.756000', '133857.758000', '133857.761000', '133857.764000', '133857.766000', '133857.769000', '133857.772000', '133857.775000', '133857.777000', '133857.780000', '133857.783000', '133857.785000', '133857.788000', '133857.791000', '133857.794000', '133857.796000', '133857.799000', '133857.802000', '133857.804000', '133857.807000', '133857.810000', '133857.813000', '133857.815000', '133857.818000', '133857.821000', '133857.823000', '133857.826000', '133857.829000', '133857.831000', '133857.834000', '133857.837000', '133857.839000', '133857.842000', '133857.845000', '133857.847000', '133857.850000', '133857.853000', '133857.856000', '133857.858000', '133917.745000', '133917.747000', '133917.750000', '133917.753000', '133917.756000', '133917.758000', '133917.761000', '133917.764000', '133917.766000', '133917.769000', '133917.771000', '133917.774000', '133917.777000', '133917.779000', '133917.782000', '133917.785000', '133917.787000', '133917.790000', '133917.792000', '133917.795000', '133917.798000', '133917.801000', '133917.803000', '133917.806000', '133917.809000', '133917.811000', '133917.814000', '133917.816000', '133917.819000', '133917.822000', '133917.824000', '133917.827000', '133917.830000', '133917.832000', '133917.835000', '133917.838000', '133917.840000', '133917.843000', '133917.845000', '133917.848000', '133917.851000', '133917.853000', '133917.856000', '133917.859000', '133937.744000', '133937.747000', '133937.750000', '133937.753000', '133937.755000', '133937.758000', '133937.761000', '133937.763000', '133937.766000', '133937.769000', '133937.771000', '133937.774000', '133937.776000', '133937.779000', '133937.782000', '133937.785000', '133937.788000', '133937.791000', '133937.794000', '133937.796000', '133937.799000', '133937.802000', '133937.804000', '133937.807000', '133937.810000', '133937.812000', '133937.815000', '133937.818000', '133937.821000', '133937.823000', '133937.826000', '133937.829000', '133937.831000', '133937.834000', '133937.836000', '133937.839000', '133937.842000', '133937.844000', '133937.847000', '133937.851000', '133937.854000', '133937.857000', '133937.860000', '133957.745000', '133957.747000', '133957.751000', '133957.753000', '133957.756000', '133957.758000', '133957.761000', '133957.764000', '133957.767000', '133957.769000', '133957.772000', '133957.775000', '133957.777000', '133957.780000', '133957.783000', '133957.785000', '133957.788000', '133957.791000', '133957.793000', '133957.796000', '133957.799000', '133957.801000', '133957.804000', '133957.807000', '133957.809000', '133957.812000', '133957.815000', '133957.817000', '133957.820000', '133957.823000', '133957.825000', '133957.828000', '133957.831000', '133957.833000', '133957.836000', '133957.839000', '133957.841000', '133957.844000', '133957.847000', '133957.849000', '133957.852000', '133957.854000', '133957.857000', '133957.860000', '134017.744000', '134017.747000', '134017.750000', '134017.753000', '134017.756000', '134017.758000', '134017.761000', '134017.763000', '134017.766000', '134017.769000', '134017.771000', '134017.774000', '134017.777000', '134017.779000', '134017.782000', '134017.784000', '134017.787000', '134017.790000', '134017.792000', '134017.795000', '134017.798000', '134017.801000', '134017.803000', '134017.806000', '134017.808000', '134017.811000', '134017.814000', '134017.817000', '134017.819000', '134017.822000', '134017.826000', '134017.829000', '134017.832000', '134017.834000', '134017.837000', '134017.840000', '134017.842000', '134017.845000', '134017.848000', '134017.850000', '134017.853000', '134017.855000', '134017.858000', '134037.744000', '134037.747000', '134037.750000', '134037.752000', '134037.755000', '134037.758000', '134037.760000', '134037.763000', '134037.765000', '134037.768000', '134037.771000', '134037.773000', '134037.776000', '134037.779000', '134037.781000', '134037.784000', '134037.787000', '134037.789000', '134037.792000', '134037.795000', '134037.797000', '134037.800000', '134037.803000', '134037.805000', '134037.808000', '134037.811000', '134037.813000', '134037.816000', '134037.819000', '134037.821000', '134037.824000', '134037.827000', '134037.829000', '134037.832000', '134037.835000', '134037.837000', '134037.840000', '134037.843000', '134037.845000', '134037.848000', '134037.851000', '134037.853000', '134037.856000', '134037.859000', '134057.745000', '134057.748000', '134057.750000', '134057.753000', '134057.756000', '134057.758000', '134057.761000', '134057.764000', '134057.766000', '134057.769000', '134057.771000', '134057.774000', '134057.777000', '134057.779000', '134057.782000', '134057.785000', '134057.787000', '134057.790000', '134057.793000', '134057.795000', '134057.798000', '134057.801000', '134057.803000', '134057.806000', '134057.809000', '134057.811000', '134057.814000', '134057.817000', '134057.820000', '134057.822000', '134057.825000', '134057.828000', '134057.830000', '134057.833000', '134057.836000', '134057.838000', '134057.841000', '134057.844000', '134057.846000', '134057.849000', '134057.852000', '134057.855000', '134057.858000', '134117.745000', '134117.747000', '134117.750000', '134117.753000', '134117.756000', '134117.758000', '134117.761000', '134117.764000', '134117.766000', '134117.769000', '134117.772000', '134117.775000', '134117.777000', '134117.780000', '134117.782000', '134117.785000', '134117.788000', '134117.790000', '134117.793000', '134117.796000', '134117.798000', '134117.801000', '134117.804000', '134117.806000', '134117.809000', '134117.812000', '134117.814000', '134117.817000', '134117.820000', '134117.822000', '134117.825000', '134117.828000', '134117.830000', '134117.833000', '134117.836000', '134117.838000', '134117.841000', '134117.843000', '134117.846000', '134117.849000', '134117.851000', '134117.854000', '134117.856000', '134117.859000', '134137.745000', '134137.748000', '134137.750000', '134137.753000', '134137.756000', '134137.758000', '134137.761000', '134137.764000', '134137.766000', '134137.769000', '134137.772000', '134137.774000', '134137.777000', '134137.780000', '134137.783000', '134137.785000', '134137.788000', '134137.791000', '134137.793000', '134137.796000', '134137.799000', '134137.802000', '134137.804000', '134137.807000', '134137.810000', '134137.812000', '134137.815000', '134137.818000', '134137.820000', '134137.823000', '134137.826000', '134137.828000', '134137.831000', '134137.834000', '134137.836000', '134137.839000', '134137.841000', '134137.844000', '134137.847000', '134137.850000', '134137.852000', '134137.855000', '134137.857000', '134157.745000', '134157.748000', '134157.751000', '134157.753000', '134157.756000', '134157.758000', '134157.761000', '134157.764000', '134157.766000', '134157.769000', '134157.772000', '134157.774000', '134157.777000', '134157.780000', '134157.782000', '134157.785000', '134157.788000', '134157.790000', '134157.793000', '134157.796000', '134157.798000', '134157.801000', '134157.804000', '134157.806000', '134157.809000', '134157.812000', '134157.814000', '134157.817000', '134157.820000', '134157.822000', '134157.825000', '134157.828000', '134157.830000', '134157.833000', '134157.836000', '134157.838000', '134157.841000', '134157.843000', '134157.846000', '134157.849000', '134157.852000', '134157.854000', '134157.857000', '134157.860000', '134217.745000', '134217.747000', '134217.750000', '134217.753000', '134217.756000', '134217.758000', '134217.761000', '134217.763000', '134217.766000', '134217.769000', '134217.772000', '134217.774000', '134217.777000', '134217.779000', '134217.782000', '134217.785000', '134217.795000', '134217.797000', '134217.800000', '134217.803000', '134217.806000', '134217.808000', '134217.821000', '134217.824000', '134217.827000', '134217.829000', '134217.832000', '134217.834000', '134217.838000', '134217.840000', '134217.843000', '134217.846000', '134217.848000', '134217.851000', '134217.854000', '134217.856000', '134217.859000', '134217.862000', '134217.864000', '134217.867000', '134217.870000', '134217.872000', '134217.875000', '134223.407000', '134223.410000', '134223.413000', '134223.416000', '134223.418000', '134223.421000', '134223.424000', '134223.428000', '134223.431000', '134223.434000', '134223.437000', '134223.442000', '134223.446000'], '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': [6946, 7291, 6685, 7438, 6956, 7739, 9730, 7695, 10144, 7564, 8365, 7533, 7999, 7542, 7645, 7758, 7157, 7454, 6857, 7394, 6822, 7293, 7530, 7380, 7002, 7408, 6836, 7543, 7957, 7616, 7219, 7483, 6795, 7434, 7842, 7491, 7319, 7257, 6581, 7633, 6649, 7725, 7746, 7611, 6427, 7680, 6549, 7478, 7422, 7296, 6470, 7021, 6609, 7163, 6611, 7111, 6493, 7244, 6710, 7449, 6706, 7498, 7415, 7292, 6517, 7395, 7462, 7863, 6878, 7584, 7427, 7315, 7524, 7183, 7779, 7291, 7716, 7035, 7479, 7029, 7500, 7261, 7502, 6673, 7483, 6628, 7591, 6549, 7753, 6898, 7562, 6852, 7536, 6962, 7996, 7168, 7769, 6627, 7646, 7995, 7829, 8380, 7611, 7486, 7733, 7564, 7583, 6819, 7606, 6588, 7707, 6467, 7499, 6803, 7824, 7315, 7829, 7182, 7507, 7204, 7806, 8022, 7893, 8150, 7553, 8817, 7857, 8238, 7583, 8285, 7581, 7051, 7574, 7196, 7429, 7126, 7654, 7929, 7536, 6986, 7532, 7116, 7405, 6744, 7802, 7038, 8094, 6902, 8064, 7766, 6550, 7967, 6608, 8072, 7309, 6715, 7290, 6654, 7729, 7488, 8148, 10344, 7815, 8708, 7895, 7889, 8159, 9322, 7718, 7838, 7865, 6674, 7885, 7072, 8172, 7876, 7699, 7027, 7974, 7093, 7940, 7113, 7086, 7045, 6743, 7814, 10188, 7625, 10346, 8225, 8106, 8182, 7802, 8543, 10812, 8278, 8987, 8215, 8013, 8405, 8190, 8055, 7745, 7805, 7756, 6971, 8093, 7070, 7858, 6667, 8184, 6979, 7958, 6964, 8044, 7067, 8258, 6888, 8213, 6741, 8245, 6926, 8321, 6757, 8512, 6871, 8329, 8350, 8446, 7727, 8458, 7650, 8580, 8894, 8298, 8176, 8485, 8409, 8613, 7969, 8390, 7899, 8323, 8037, 8577, 7705, 8727, 7726, 8291, 8090, 8469, 7795, 8401, 7892, 7011, 8037, 6782, 8345, 6440, 8794, 9403, 8569, 8087, 8636, 8349, 8675, 8618, 8607, 8077, 8505, 8443, 8907, 8149, 8757, 7933, 8506, 8148, 8618, 7952, 8664, 7490, 8427, 8217, 8646, 8111, 8645, 7754, 8621, 8020, 8556, 8321, 8533, 8184, 8407, 7736, 8466, 8124, 8555, 8332, 8499, 8140, 8357, 7985, 8571, 8631, 8732, 9700, 8334, 8021, 8640, 7975, 8664, 9239, 8414, 7844, 8684, 7819, 8760, 8319, 8508, 8063, 8618, 7915, 8676, 7052, 8578, 7481, 8713, 8263, 8472, 7882, 7335, 7902, 7005, 8187, 7025, 8511, 6573, 8272, 6531, 8479, 6549, 8599, 6810, 8332, 6537, 8487, 6406, 8626, 7524, 8398, 6693, 8619, 6953, 8657, 8425, 8651, 7959, 8394, 8139, 8435, 8088, 8636, 8769, 8513, 8190, 8787, 7691, 8892, 7663, 8434, 8058, 8671, 7964, 6295, 8407, 6479, 8654, 6969, 8747, 8837, 8736, 7832, 8559, 8021, 8659, 8176, 8770, 7784, 6926, 8410, 7214, 8410, 7177, 8523, 7648, 8510, 6671, 8681, 7084, 8693, 8579, 8597, 6781, 8582, 6631, 8616, 7982, 8647, 7714, 8481, 7679, 8540, 7582, 8743, 7596, 8665, 7763, 8956, 8467, 8645, 7984, 8563, 7642, 8803, 8193, 8682, 8148, 8393, 7907, 8783, 8076, 7090, 8318, 6745, 8187, 6917, 8298, 7022, 8657, 6686, 8382, 7032, 8528, 6402, 8490, 7789, 8479, 6757, 8645, 6433, 8796, 8664, 8617, 7361, 8584, 7469, 8697, 8539, 8670, 8069, 8571, 8173, 8719, 7978, 8737, 7801, 8682, 7845, 8546, 8308, 8739, 8493, 8525, 8223, 8718, 8235, 7948, 8786, 11088, 8500, 7343, 8788, 6855, 8908, 6943, 8387, 7729, 8589, 8105, 7572, 7992, 8499, 8257, 8774, 8842, 8505, 8408, 8487, 8878, 8683, 9776, 8822, 9478, 8606, 8758, 8795, 8528, 8879, 7807, 8629, 8122, 8561, 8024, 8610, 8195, 7024, 8207, 6975, 8705, 8814, 8532, 9503, 8546, 8477, 8895, 9446, 8744, 10215, 8629, 8064, 8706, 8270, 8037, 8116, 7088, 8491, 7336, 8857, 8866, 8836, 7873, 8692, 8364, 8803, 8194, 7711, 8436, 6584, 8587, 7358, 8844, 9726, 8747, 8125, 8750, 8248, 6726, 8904, 9899, 8606, 6908, 8805, 6873, 8859, 8212, 6813, 8334, 6765, 8607, 7406, 8997, 8585, 8575, 7636, 8712, 8914, 8614, 8665, 8316, 7682, 8557, 8888, 8402, 7376, 8077, 8616, 8088, 8567, 8224, 6765, 8435, 6805, 8653, 6591, 8660, 6523, 8305, 6617, 8492, 7166, 8427, 7716, 8554, 8754, 6738, 8474, 7276, 9039, 10299, 8695, 8369, 8427, 8244, 6458, 8616, 10666, 8591, 9176, 8306, 8482, 8681, 8138, 6941, 8419, 7003, 8475, 8472, 8744, 8438, 6942, 7950, 7329, 8821, 8413, 8614, 10382, 8551, 8337, 8552, 8712, 6669, 8274, 7056, 8607, 6925, 8637, 8781, 8631, 8291, 8228, 8427, 6924, 8613, 8440, 8536, 6785, 8786, 7823, 8800, 8574, 6665, 8637, 7040, 8927, 8199, 7212, 8801, 10607, 8530, 7260, 8672, 8189, 6810, 8677, 6555, 8303, 7484, 8282, 8211, 7180, 7445, 8832, 8040, 8121, 8078, 8087, 8353, 7770, 7751, 8274, 7897, 8201, 7994, 8015, 7904, 7053, 7787, 10459, 8068, 10078, 8178, 10141, 8211, 10705, 8100, 8124, 7996, 8141, 8113, 8136, 6948, 7697, 6831, 7912, 6666, 8422, 6878, 8128, 7755, 7975, 7303, 8331, 7641, 8344, 8023, 8215, 7935, 8051, 7992, 8447, 7865, 7048, 8178, 6853, 8371, 6662, 8566, 6839, 8412, 7370, 8393, 7448, 8403, 8359, 8511, 8033, 8235, 8125, 8108, 8320, 8436, 8334, 8203, 8000, 8148, 8014, 8176, 6475, 8059, 6871, 8434, 6790, 8344, 6524, 8261, 6517, 8199, 8202, 8195, 7980, 8271, 7617, 8207, 9257, 8182, 8221, 8022, 7372, 8276, 9106, 7952, 6502, 8057, 6655, 8122, 7474, 8054, 6514, 8032, 6381, 8001, 7267, 8202, 7112, 8303, 7557, 8338, 9413, 8245, 7829, 8464, 8305, 8617, 8220, 7152, 8606, 6864, 8532, 9533, 8368, 9759, 8247, 8665, 7005, 8251, 11529, 8102, 7434, 8578, 8024, 8030, 8339, 6728, 8531, 6940, 8617, 8931, 8032, 10496, 7796, 9507, 8361, 10109, 8298, 9006, 7499, 8572, 8592, 8927, 8308, 8652, 7706, 8493, 8643, 8313, 6866, 7797, 6520, 8107, 7837, 8629, 8951, 8507, 7940, 6817, 8601, 9358, 7912, 8519, 7963, 8266, 10276, 8598, 8471, 6968, 8730, 9454, 8307, 9408, 7882, 8511, 7034, 8271, 7895, 8646, 10272, 8158, 8639, 8450, 9045, 8278, 8507, 7191, 8373, 7598, 8662, 8194, 8632, 8765, 8127, 8813, 8455, 8564, 7136, 8519, 7450, 8332, 7803, 8290, 9041, 7096, 8383, 6756, 8403, 7984, 8509, 10363, 8518, 8991, 8308, 9134, 8445, 9039, 7816, 8202, 7293, 8548, 6657, 8754, 8378, 8645, 8598, 8362, 8524, 8665, 8445, 8522, 9012, 8370, 8221, 8648, 8045, 8803, 8885, 8585, 8804, 8630, 8967, 8869, 8976, 8359, 8939, 8283, 8718, 8499, 8475, 7477, 8244, 7149, 8427, 6670, 8439, 7178, 8528, 7991, 8549, 6759, 7179, 7440, 8586, 7241, 8778, 9127, 7106, 8456, 7116, 7944, 8211, 7026, 7794, 8363, 8244, 11272, 8022, 10894, 7960, 8752, 8069, 8532, 8314, 8556, 7012, 8288, 7054, 8456, 6725, 8647, 7710, 8497, 8470, 7986, 8329, 7120, 8296, 9136, 8287, 9365, 8145, 8646, 8416, 8987, 8517, 8579, 8155, 8280, 6868, 8314, 7284, 8485, 9560, 8401, 8118, 8352, 8605, 8278, 8164, 6960, 8276, 6751, 8529, 6740, 8764, 9592, 8389, 8300, 8304, 8315, 8423, 8316, 8194, 8295, 8273, 7902, 7118, 8138, 7000, 8276, 9941, 8378, 8177, 8287, 7569, 8379, 9003, 8452, 8264, 7928, 8747, 8072, 8530, 8234, 8133, 7493, 7692, 6765, 8081, 6926, 8509, 6530, 8532, 7466, 8134, 7248, 8683, 8579, 8408, 7919, 6759, 8186, 6813, 8567, 8739, 8294, 10599, 8196, 8843, 8656, 8371, 7122, 7963, 6782, 8008, 7260, 8368, 9269, 7789, 7467, 7723, 8526, 8637, 7336, 7848, 9737, 8355, 8212, 8566, 8220, 7684, 8525, 10491, 8339, 8291, 8182, 8129, 7211, 8404, 8771, 8204, 8237, 8649, 7942, 7286, 8255, 9625, 8248, 8284, 8591, 8420, 7104, 8014, 6834, 8330, 7188, 8529, 8179, 8242, 7806, 6752, 8216, 7179, 8378, 9188, 8204, 8326, 8238, 8168, 8552, 8201, 7612, 7815, 6677, 8122, 6633, 8501, 9478, 8321, 8538, 8232, 8267, 7171, 8297, 8797, 8238, 8436, 8527, 7959, 8310, 8295, 7484, 8065, 7210, 8151, 6992, 8483, 10608, 8472, 8044, 8166, 8214, 6833, 8080, 9032, 8372, 7348, 7987, 8409, 6853, 8233, 9579, 8123, 8036, 8405, 7991, 8228, 8009, 7362, 7657, 7018, 8409, 7786, 8374, 7272, 8528, 8263, 7282, 7759, 7396, 8062, 9536, 8137, 8245, 7120, 8137, 6618, 8093, 8027, 6645, 7789, 8515, 7905, 8635, 8414, 10178, 8140, 8894, 8122, 6920, 8324, 7399, 8132, 8297, 7617, 6647, 8253, 6589, 8088, 6946, 8042, 6797, 8202, 7592, 8222, 7810, 7897, 7663, 7765, 7633, 8848, 7658, 9747, 7586, 7107, 7776, 6950, 8031, 8717, 7827, 6994, 7743, 6602, 8163, 7088, 8082, 7609, 7722, 7122, 7647, 7957, 8358, 8062, 7769, 7802, 7026, 7825, 6827, 8103, 8206], 'WindowCenter': [3516.0, 3501.0, 3487.0, 3486.0, 3486.0, 3496.0, 3506.0, 3484.0, 3503.0, 3483.0, 3482.0, 3483.0, 3482.0, 3482.0, 3480.0, 3482.0, 3471.0, 3482.0, 3470.0, 3484.0, 3472.0, 3484.0, 3481.0, 3483.0, 3472.0, 3484.0, 3472.0, 3494.0, 3494.0, 3484.0, 3483.0, 3485.0, 3474.0, 3485.0, 3495.0, 3484.0, 3483.0, 3484.0, 3472.0, 3496.0, 3474.0, 3485.0, 3483.0, 3494.0, 3473.0, 3495.0, 3473.0, 3484.0, 3484.0, 3485.0, 3473.0, 3485.0, 3474.0, 3485.0, 3474.0, 3484.0, 3473.0, 3484.0, 3474.0, 3497.0, 3485.0, 3485.0, 3484.0, 3483.0, 3473.0, 3484.0, 3486.0, 3495.0, 3474.0, 3484.0, 3485.0, 3484.0, 3496.0, 3485.0, 3496.0, 3485.0, 3496.0, 3484.0, 3485.0, 3486.0, 3497.0, 3484.0, 3485.0, 3473.0, 3485.0, 3474.0, 3496.0, 3475.0, 3496.0, 3485.0, 3496.0, 3474.0, 3498.0, 3486.0, 3497.0, 3485.0, 3495.0, 3474.0, 3496.0, 3496.0, 3496.0, 3494.0, 3485.0, 3482.0, 3483.0, 3483.0, 3495.0, 3473.0, 3484.0, 3473.0, 3496.0, 3473.0, 3497.0, 3485.0, 3496.0, 3485.0, 3496.0, 3485.0, 3486.0, 3485.0, 3485.0, 3493.0, 3494.0, 3483.0, 3495.0, 3494.0, 3495.0, 3493.0, 3483.0, 3493.0, 3494.0, 3473.0, 3495.0, 3473.0, 3485.0, 3484.0, 3497.0, 3496.0, 3497.0, 3485.0, 3496.0, 3486.0, 3498.0, 3475.0, 3497.0, 3485.0, 3498.0, 3486.0, 3496.0, 3483.0, 3463.0, 3483.0, 3472.0, 3496.0, 3485.0, 3473.0, 3483.0, 3473.0, 3485.0, 3484.0, 3495.0, 3504.0, 3484.0, 3493.0, 3483.0, 3483.0, 3483.0, 3492.0, 3483.0, 3470.0, 3482.0, 3471.0, 3495.0, 3472.0, 3495.0, 3483.0, 3483.0, 3484.0, 3496.0, 3484.0, 3497.0, 3485.0, 3485.0, 3485.0, 3474.0, 3485.0, 3506.0, 3485.0, 3504.0, 3494.0, 3482.0, 3483.0, 3470.0, 3496.0, 3503.0, 3481.0, 3480.0, 3480.0, 3480.0, 3480.0, 3480.0, 3480.0, 3469.0, 3469.0, 3469.0, 3459.0, 3480.0, 3459.0, 3469.0, 3458.0, 3480.0, 3458.0, 3470.0, 3459.0, 3469.0, 3458.0, 3480.0, 3470.0, 3481.0, 3459.0, 3480.0, 3459.0, 3481.0, 3459.0, 3493.0, 3460.0, 3494.0, 3481.0, 3483.0, 3481.0, 3495.0, 3483.0, 3495.0, 3492.0, 3493.0, 3481.0, 3494.0, 3493.0, 3495.0, 3482.0, 3494.0, 3483.0, 3495.0, 3495.0, 3508.0, 3484.0, 3496.0, 3483.0, 3495.0, 3483.0, 3497.0, 3485.0, 3496.0, 3494.0, 3474.0, 3483.0, 3473.0, 3496.0, 3473.0, 3507.0, 3505.0, 3495.0, 3484.0, 3506.0, 3495.0, 3506.0, 3494.0, 3496.0, 3484.0, 3496.0, 3496.0, 3507.0, 3494.0, 3496.0, 3482.0, 3495.0, 3495.0, 3506.0, 3495.0, 3497.0, 3484.0, 3496.0, 3496.0, 3509.0, 3496.0, 3508.0, 3496.0, 3507.0, 3495.0, 3508.0, 3497.0, 3507.0, 3495.0, 3497.0, 3485.0, 3497.0, 3496.0, 3507.0, 3495.0, 3507.0, 3495.0, 3496.0, 3495.0, 3507.0, 3495.0, 3496.0, 3504.0, 3494.0, 3484.0, 3496.0, 3484.0, 3495.0, 3493.0, 3494.0, 3483.0, 3495.0, 3482.0, 3494.0, 3482.0, 3493.0, 3482.0, 3506.0, 3495.0, 3507.0, 3472.0, 3495.0, 3483.0, 3507.0, 3495.0, 3496.0, 3483.0, 3483.0, 3483.0, 3484.0, 3495.0, 3474.0, 3494.0, 3473.0, 3494.0, 3461.0, 3495.0, 3462.0, 3494.0, 3472.0, 3493.0, 3462.0, 3496.0, 3473.0, 3496.0, 3483.0, 3495.0, 3472.0, 3506.0, 3484.0, 3507.0, 3494.0, 3495.0, 3494.0, 3496.0, 3495.0, 3508.0, 3496.0, 3496.0, 3494.0, 3496.0, 3495.0, 3507.0, 3485.0, 3507.0, 3484.0, 3496.0, 3484.0, 3507.0, 3496.0, 3475.0, 3495.0, 3463.0, 3506.0, 3486.0, 3509.0, 3507.0, 3508.0, 3485.0, 3496.0, 3495.0, 3497.0, 3495.0, 3496.0, 3483.0, 3473.0, 3494.0, 3473.0, 3495.0, 3472.0, 3494.0, 3483.0, 3492.0, 3461.0, 3493.0, 3471.0, 3493.0, 3481.0, 3493.0, 3460.0, 3494.0, 3473.0, 3494.0, 3484.0, 3494.0, 3483.0, 3495.0, 3495.0, 3496.0, 3484.0, 3496.0, 3484.0, 3496.0, 3484.0, 3505.0, 3484.0, 3494.0, 3481.0, 3494.0, 3482.0, 3494.0, 3483.0, 3493.0, 3481.0, 3493.0, 3483.0, 3495.0, 3484.0, 3473.0, 3494.0, 3462.0, 3494.0, 3473.0, 3495.0, 3473.0, 3493.0, 3461.0, 3483.0, 3473.0, 3495.0, 3462.0, 3494.0, 3482.0, 3482.0, 3460.0, 3494.0, 3462.0, 3494.0, 3494.0, 3493.0, 3472.0, 3494.0, 3483.0, 3495.0, 3493.0, 3495.0, 3483.0, 3494.0, 3494.0, 3495.0, 3484.0, 3495.0, 3482.0, 3494.0, 3483.0, 3495.0, 3494.0, 3494.0, 3493.0, 3494.0, 3494.0, 3494.0, 3495.0, 3484.0, 3495.0, 3504.0, 3481.0, 3470.0, 3493.0, 3460.0, 3494.0, 3473.0, 3495.0, 3496.0, 3508.0, 3498.0, 3498.0, 3497.0, 3496.0, 3496.0, 3507.0, 3495.0, 3496.0, 3484.0, 3494.0, 3493.0, 3494.0, 3493.0, 3493.0, 3492.0, 3481.0, 3480.0, 3493.0, 3481.0, 3492.0, 3470.0, 3481.0, 3481.0, 3494.0, 3482.0, 3494.0, 3494.0, 3473.0, 3495.0, 3485.0, 3496.0, 3496.0, 3496.0, 3505.0, 3494.0, 3482.0, 3495.0, 3493.0, 3494.0, 3491.0, 3482.0, 3481.0, 3493.0, 3482.0, 3483.0, 3482.0, 3472.0, 3493.0, 3483.0, 3495.0, 3494.0, 3495.0, 3482.0, 3494.0, 3495.0, 3495.0, 3493.0, 3484.0, 3482.0, 3460.0, 3495.0, 3482.0, 3494.0, 3492.0, 3494.0, 3481.0, 3494.0, 3494.0, 3472.0, 3495.0, 3503.0, 3480.0, 3459.0, 3493.0, 3459.0, 3494.0, 3493.0, 3473.0, 3495.0, 3487.0, 3509.0, 3487.0, 3508.0, 3496.0, 3507.0, 3485.0, 3497.0, 3495.0, 3494.0, 3482.0, 3482.0, 3471.0, 3492.0, 3492.0, 3481.0, 3470.0, 3469.0, 3481.0, 3481.0, 3492.0, 3482.0, 3462.0, 3482.0, 3476.0, 3496.0, 3474.0, 3495.0, 3474.0, 3495.0, 3474.0, 3510.0, 3487.0, 3511.0, 3497.0, 3496.0, 3494.0, 3475.0, 3495.0, 3484.0, 3508.0, 3505.0, 3495.0, 3482.0, 3483.0, 3482.0, 3461.0, 3494.0, 3503.0, 3483.0, 3491.0, 3482.0, 3481.0, 3492.0, 3481.0, 3461.0, 3481.0, 3459.0, 3482.0, 3481.0, 3483.0, 3481.0, 3459.0, 3471.0, 3470.0, 3492.0, 3481.0, 3482.0, 3490.0, 3480.0, 3469.0, 3481.0, 3481.0, 3459.0, 3468.0, 3459.0, 3481.0, 3459.0, 3481.0, 3480.0, 3481.0, 3480.0, 3481.0, 3482.0, 3471.0, 3482.0, 3481.0, 3482.0, 3460.0, 3493.0, 3470.0, 3494.0, 3492.0, 3460.0, 3493.0, 3472.0, 3506.0, 3494.0, 3484.0, 3494.0, 3503.0, 3481.0, 3469.0, 3492.0, 3482.0, 3473.0, 3495.0, 3461.0, 3494.0, 3485.0, 3495.0, 3494.0, 3485.0, 3485.0, 3494.0, 3495.0, 3484.0, 3483.0, 3482.0, 3482.0, 3472.0, 3471.0, 3482.0, 3482.0, 3484.0, 3482.0, 3483.0, 3483.0, 3470.0, 3470.0, 3490.0, 3468.0, 3477.0, 3468.0, 3478.0, 3468.0, 3476.0, 3456.0, 3454.0, 3455.0, 3454.0, 3466.0, 3455.0, 3444.0, 3453.0, 3444.0, 3466.0, 3446.0, 3480.0, 3458.0, 3469.0, 3468.0, 3469.0, 3470.0, 3482.0, 3470.0, 3493.0, 3482.0, 3482.0, 3481.0, 3482.0, 3481.0, 3493.0, 3482.0, 3472.0, 3481.0, 3461.0, 3482.0, 3472.0, 3495.0, 3472.0, 3495.0, 3483.0, 3496.0, 3484.0, 3508.0, 3495.0, 3496.0, 3483.0, 3495.0, 3482.0, 3484.0, 3495.0, 3495.0, 3482.0, 3484.0, 3481.0, 3482.0, 3481.0, 3482.0, 3462.0, 3483.0, 3472.0, 3495.0, 3472.0, 3496.0, 3462.0, 3497.0, 3475.0, 3498.0, 3495.0, 3496.0, 3495.0, 3497.0, 3496.0, 3496.0, 3505.0, 3495.0, 3494.0, 3496.0, 3485.0, 3496.0, 3493.0, 3484.0, 3461.0, 3484.0, 3474.0, 3495.0, 3484.0, 3483.0, 3462.0, 3494.0, 3474.0, 3496.0, 3484.0, 3497.0, 3484.0, 3496.0, 3484.0, 3497.0, 3507.0, 3498.0, 3485.0, 3496.0, 3497.0, 3509.0, 3509.0, 3486.0, 3496.0, 3475.0, 3508.0, 3508.0, 3497.0, 3506.0, 3496.0, 3496.0, 3486.0, 3496.0, 3516.0, 3471.0, 3459.0, 3482.0, 3483.0, 3484.0, 3493.0, 3472.0, 3494.0, 3474.0, 3507.0, 3496.0, 3497.0, 3505.0, 3485.0, 3494.0, 3484.0, 3493.0, 3484.0, 3481.0, 3472.0, 3481.0, 3482.0, 3481.0, 3481.0, 3479.0, 3470.0, 3480.0, 3482.0, 3481.0, 3462.0, 3471.0, 3449.0, 3471.0, 3470.0, 3493.0, 3494.0, 3494.0, 3483.0, 3461.0, 3494.0, 3496.0, 3484.0, 3494.0, 3484.0, 3484.0, 3505.0, 3483.0, 3482.0, 3461.0, 3483.0, 3493.0, 3483.0, 3481.0, 3471.0, 3481.0, 3460.0, 3482.0, 3470.0, 3482.0, 3491.0, 3471.0, 3480.0, 3482.0, 3482.0, 3482.0, 3481.0, 3460.0, 3481.0, 3473.0, 3493.0, 3482.0, 3483.0, 3482.0, 3483.0, 3494.0, 3495.0, 3483.0, 3473.0, 3483.0, 3472.0, 3483.0, 3473.0, 3495.0, 3494.0, 3473.0, 3483.0, 3461.0, 3483.0, 3483.0, 3495.0, 3504.0, 3484.0, 3481.0, 3482.0, 3492.0, 3483.0, 3482.0, 3471.0, 3481.0, 3470.0, 3480.0, 3461.0, 3494.0, 3481.0, 3483.0, 3481.0, 3482.0, 3482.0, 3494.0, 3484.0, 3483.0, 3482.0, 3482.0, 3480.0, 3483.0, 3483.0, 3495.0, 3492.0, 3482.0, 3480.0, 3482.0, 3492.0, 3495.0, 3493.0, 3483.0, 3492.0, 3482.0, 3482.0, 3494.0, 3494.0, 3472.0, 3483.0, 3472.0, 3482.0, 3462.0, 3483.0, 3473.0, 3482.0, 3484.0, 3493.0, 3462.0, 3472.0, 3471.0, 3481.0, 3470.0, 3482.0, 3493.0, 3473.0, 3497.0, 3487.0, 3498.0, 3496.0, 3474.0, 3484.0, 3483.0, 3484.0, 3504.0, 3483.0, 3502.0, 3470.0, 3480.0, 3469.0, 3480.0, 3480.0, 3479.0, 3458.0, 3467.0, 3457.0, 3469.0, 3458.0, 3492.0, 3470.0, 3494.0, 3481.0, 3482.0, 3481.0, 3472.0, 3482.0, 3492.0, 3481.0, 3480.0, 3471.0, 3480.0, 3482.0, 3480.0, 3482.0, 3480.0, 3470.0, 3479.0, 3459.0, 3481.0, 3469.0, 3481.0, 3490.0, 3481.0, 3469.0, 3482.0, 3481.0, 3481.0, 3481.0, 3459.0, 3481.0, 3460.0, 3482.0, 3460.0, 3482.0, 3491.0, 3483.0, 3480.0, 3481.0, 3480.0, 3483.0, 3482.0, 3482.0, 3481.0, 3482.0, 3481.0, 3471.0, 3482.0, 3472.0, 3481.0, 3492.0, 3481.0, 3480.0, 3482.0, 3482.0, 3484.0, 3492.0, 3483.0, 3480.0, 3481.0, 3481.0, 3481.0, 3481.0, 3482.0, 3481.0, 3471.0, 3469.0, 3459.0, 3480.0, 3472.0, 3492.0, 3460.0, 3482.0, 3470.0, 3482.0, 3471.0, 3496.0, 3494.0, 3494.0, 3483.0, 3462.0, 3483.0, 3462.0, 3495.0, 3494.0, 3484.0, 3503.0, 3483.0, 3492.0, 3507.0, 3494.0, 3474.0, 3482.0, 3461.0, 3483.0, 3472.0, 3494.0, 3504.0, 3485.0, 3473.0, 3482.0, 3494.0, 3494.0, 3473.0, 3482.0, 3492.0, 3481.0, 3481.0, 3481.0, 3482.0, 3471.0, 3482.0, 3502.0, 3481.0, 3482.0, 3482.0, 3482.0, 3472.0, 3482.0, 3481.0, 3483.0, 3482.0, 3495.0, 3483.0, 3473.0, 3484.0, 3493.0, 3483.0, 3482.0, 3493.0, 3482.0, 3472.0, 3481.0, 3459.0, 3481.0, 3471.0, 3493.0, 3481.0, 3482.0, 3470.0, 3460.0, 3481.0, 3472.0, 3482.0, 3492.0, 3482.0, 3481.0, 3483.0, 3481.0, 3493.0, 3482.0, 3482.0, 3482.0, 3462.0, 3483.0, 3472.0, 3494.0, 3493.0, 3483.0, 3483.0, 3483.0, 3493.0, 3474.0, 3494.0, 3494.0, 3495.0, 3484.0, 3494.0, 3484.0, 3484.0, 3483.0, 3473.0, 3482.0, 3471.0, 3482.0, 3470.0, 3481.0, 3502.0, 3481.0, 3469.0, 3480.0, 3481.0, 3460.0, 3481.0, 3492.0, 3482.0, 3470.0, 3483.0, 3494.0, 3473.0, 3482.0, 3493.0, 3483.0, 3482.0, 3482.0, 3482.0, 3483.0, 3481.0, 3472.0, 3472.0, 3470.0, 3482.0, 3471.0, 3483.0, 3472.0, 3494.0, 3482.0, 3472.0, 3484.0, 3484.0, 3482.0, 3491.0, 3470.0, 3467.0, 3459.0, 3481.0, 3460.0, 3495.0, 3484.0, 3472.0, 3483.0, 3493.0, 3483.0, 3493.0, 3483.0, 3493.0, 3471.0, 3479.0, 3469.0, 3457.0, 3480.0, 3469.0, 3469.0, 3468.0, 3468.0, 3457.0, 3481.0, 3459.0, 3481.0, 3460.0, 3483.0, 3461.0, 3495.0, 3484.0, 3496.0, 3483.0, 3484.0, 3483.0, 3472.0, 3484.0, 3494.0, 3472.0, 3492.0, 3470.0, 3459.0, 3469.0, 3459.0, 3470.0, 3479.0, 3468.0, 3458.0, 3469.0, 3458.0, 3480.0, 3459.0, 3471.0, 3469.0, 3470.0, 3458.0, 3482.0, 3481.0, 3482.0, 3480.0, 3471.0, 3471.0, 3471.0, 3482.0, 3461.0, 3482.0, 3482.0], 'WindowWidth': [7994.0, 7964.0, 7938.0, 7933.0, 7932.0, 7945.0, 7955.0, 7926.0, 7947.0, 7921.0, 7917.0, 7919.0, 7916.0, 7919.0, 7913.0, 7920.0, 7900.0, 7917.0, 7900.0, 7924.0, 7905.0, 7924.0, 7917.0, 7923.0, 7905.0, 7924.0, 7908.0, 7940.0, 7937.0, 7925.0, 7922.0, 7927.0, 7912.0, 7928.0, 7939.0, 7925.0, 7921.0, 7925.0, 7906.0, 7943.0, 7911.0, 7928.0, 7922.0, 7939.0, 7908.0, 7942.0, 7911.0, 7927.0, 7924.0, 7927.0, 7908.0, 7928.0, 7912.0, 7928.0, 7913.0, 7925.0, 7909.0, 7926.0, 7913.0, 7948.0, 7930.0, 7928.0, 7925.0, 7922.0, 7908.0, 7926.0, 7931.0, 7940.0, 7914.0, 7924.0, 7926.0, 7925.0, 7943.0, 7929.0, 7945.0, 7929.0, 7942.0, 7926.0, 7928.0, 7931.0, 7947.0, 7927.0, 7929.0, 7909.0, 7928.0, 7911.0, 7947.0, 7916.0, 7944.0, 7929.0, 7944.0, 7912.0, 7950.0, 7933.0, 7947.0, 7928.0, 7942.0, 7911.0, 7944.0, 7944.0, 7943.0, 7937.0, 7926.0, 7919.0, 7923.0, 7921.0, 7942.0, 7908.0, 7925.0, 7908.0, 7943.0, 7912.0, 7949.0, 7929.0, 7945.0, 7927.0, 7943.0, 7927.0, 7931.0, 7928.0, 7928.0, 7936.0, 7937.0, 7921.0, 7942.0, 7937.0, 7938.0, 7932.0, 7921.0, 7934.0, 7940.0, 7908.0, 7941.0, 7908.0, 7927.0, 7926.0, 7948.0, 7944.0, 7949.0, 7928.0, 7944.0, 7931.0, 7951.0, 7915.0, 7948.0, 7927.0, 7949.0, 7931.0, 7940.0, 7921.0, 7895.0, 7921.0, 7906.0, 7943.0, 7927.0, 7910.0, 7922.0, 7909.0, 7928.0, 7925.0, 7941.0, 7950.0, 7922.0, 7931.0, 7921.0, 7920.0, 7921.0, 7930.0, 7920.0, 7899.0, 7917.0, 7902.0, 7939.0, 7906.0, 7941.0, 7921.0, 7923.0, 7924.0, 7944.0, 7926.0, 7946.0, 7926.0, 7926.0, 7927.0, 7913.0, 7929.0, 7955.0, 7926.0, 7946.0, 7934.0, 7914.0, 7918.0, 7898.0, 7942.0, 7945.0, 7911.0, 7907.0, 7908.0, 7908.0, 7910.0, 7909.0, 7910.0, 7894.0, 7894.0, 7894.0, 7881.0, 7908.0, 7881.0, 7894.0, 7877.0, 7908.0, 7879.0, 7895.0, 7881.0, 7894.0, 7878.0, 7909.0, 7895.0, 7913.0, 7881.0, 7909.0, 7881.0, 7912.0, 7883.0, 7933.0, 7886.0, 7935.0, 7913.0, 7920.0, 7913.0, 7939.0, 7919.0, 7939.0, 7929.0, 7933.0, 7915.0, 7937.0, 7934.0, 7939.0, 7917.0, 7936.0, 7919.0, 7938.0, 7940.0, 7960.0, 7924.0, 7942.0, 7920.0, 7939.0, 7921.0, 7944.0, 7927.0, 7941.0, 7936.0, 7908.0, 7921.0, 7908.0, 7943.0, 7909.0, 7959.0, 7951.0, 7939.0, 7923.0, 7956.0, 7938.0, 7957.0, 7935.0, 7941.0, 7921.0, 7941.0, 7941.0, 7958.0, 7936.0, 7940.0, 7918.0, 7938.0, 7940.0, 7957.0, 7938.0, 7944.0, 7923.0, 7943.0, 7941.0, 7964.0, 7943.0, 7961.0, 7942.0, 7959.0, 7939.0, 7962.0, 7945.0, 7960.0, 7940.0, 7944.0, 7925.0, 7945.0, 7942.0, 7960.0, 7940.0, 7959.0, 7938.0, 7942.0, 7940.0, 7959.0, 7938.0, 7941.0, 7947.0, 7936.0, 7921.0, 7942.0, 7921.0, 7940.0, 7932.0, 7935.0, 7918.0, 7939.0, 7917.0, 7937.0, 7916.0, 7934.0, 7918.0, 7956.0, 7938.0, 7959.0, 7906.0, 7938.0, 7922.0, 7959.0, 7940.0, 7942.0, 7920.0, 7921.0, 7920.0, 7924.0, 7940.0, 7910.0, 7935.0, 7905.0, 7934.0, 7888.0, 7937.0, 7892.0, 7935.0, 7903.0, 7933.0, 7891.0, 7941.0, 7909.0, 7942.0, 7921.0, 7940.0, 7905.0, 7955.0, 7925.0, 7958.0, 7937.0, 7940.0, 7936.0, 7943.0, 7939.0, 7962.0, 7940.0, 7943.0, 7935.0, 7941.0, 7939.0, 7959.0, 7927.0, 7958.0, 7922.0, 7940.0, 7922.0, 7957.0, 7942.0, 7914.0, 7940.0, 7894.0, 7956.0, 7929.0, 7965.0, 7958.0, 7962.0, 7926.0, 7941.0, 7938.0, 7944.0, 7938.0, 7940.0, 7918.0, 7906.0, 7933.0, 7906.0, 7938.0, 7904.0, 7934.0, 7917.0, 7929.0, 7885.0, 7934.0, 7902.0, 7933.0, 7913.0, 7931.0, 7885.0, 7936.0, 7905.0, 7937.0, 7921.0, 7937.0, 7919.0, 7940.0, 7940.0, 7943.0, 7922.0, 7940.0, 7920.0, 7940.0, 7923.0, 7952.0, 7921.0, 7935.0, 7913.0, 7932.0, 7916.0, 7934.0, 7917.0, 7932.0, 7914.0, 7931.0, 7918.0, 7938.0, 7922.0, 7908.0, 7933.0, 7891.0, 7934.0, 7908.0, 7938.0, 7906.0, 7933.0, 7887.0, 7919.0, 7905.0, 7938.0, 7890.0, 7934.0, 7916.0, 7916.0, 7886.0, 7935.0, 7890.0, 7935.0, 7933.0, 7933.0, 7903.0, 7936.0, 7921.0, 7938.0, 7933.0, 7937.0, 7918.0, 7935.0, 7935.0, 7940.0, 7921.0, 7939.0, 7916.0, 7934.0, 7919.0, 7938.0, 7935.0, 7936.0, 7932.0, 7934.0, 7934.0, 7937.0, 7938.0, 7923.0, 7937.0, 7948.0, 7911.0, 7896.0, 7932.0, 7884.0, 7935.0, 7906.0, 7940.0, 7945.0, 7963.0, 7948.0, 7949.0, 7943.0, 7942.0, 7941.0, 7958.0, 7940.0, 7940.0, 7919.0, 7932.0, 7931.0, 7935.0, 7932.0, 7931.0, 7926.0, 7912.0, 7909.0, 7930.0, 7913.0, 7929.0, 7896.0, 7914.0, 7911.0, 7936.0, 7918.0, 7936.0, 7934.0, 7907.0, 7937.0, 7927.0, 7943.0, 7941.0, 7940.0, 7948.0, 7934.0, 7917.0, 7937.0, 7930.0, 7934.0, 7925.0, 7916.0, 7911.0, 7932.0, 7917.0, 7920.0, 7916.0, 7903.0, 7933.0, 7921.0, 7938.0, 7934.0, 7938.0, 7916.0, 7935.0, 7937.0, 7938.0, 7933.0, 7920.0, 7915.0, 7885.0, 7936.0, 7918.0, 7935.0, 7929.0, 7933.0, 7913.0, 7934.0, 7936.0, 7903.0, 7935.0, 7943.0, 7909.0, 7880.0, 7932.0, 7883.0, 7935.0, 7933.0, 7910.0, 7940.0, 7933.0, 7966.0, 7932.0, 7961.0, 7941.0, 7956.0, 7926.0, 7945.0, 7939.0, 7934.0, 7916.0, 7915.0, 7900.0, 7930.0, 7928.0, 7911.0, 7897.0, 7892.0, 7911.0, 7913.0, 7929.0, 7915.0, 7889.0, 7915.0, 7917.0, 7941.0, 7909.0, 7940.0, 7911.0, 7939.0, 7911.0, 7969.0, 7933.0, 7971.0, 7944.0, 7939.0, 7934.0, 7912.0, 7938.0, 7924.0, 7959.0, 7951.0, 7936.0, 7916.0, 7918.0, 7916.0, 7887.0, 7932.0, 7944.0, 7915.0, 7925.0, 7913.0, 7912.0, 7928.0, 7911.0, 7884.0, 7911.0, 7880.0, 7916.0, 7913.0, 7916.0, 7911.0, 7880.0, 7897.0, 7895.0, 7927.0, 7909.0, 7914.0, 7920.0, 7908.0, 7891.0, 7912.0, 7909.0, 7880.0, 7890.0, 7878.0, 7910.0, 7881.0, 7912.0, 7908.0, 7912.0, 7908.0, 7910.0, 7916.0, 7901.0, 7913.0, 7912.0, 7914.0, 7882.0, 7931.0, 7897.0, 7934.0, 7929.0, 7885.0, 7932.0, 7905.0, 7955.0, 7934.0, 7922.0, 7934.0, 7942.0, 7910.0, 7893.0, 7929.0, 7915.0, 7906.0, 7936.0, 7888.0, 7936.0, 7925.0, 7939.0, 7935.0, 7929.0, 7929.0, 7933.0, 7938.0, 7921.0, 7920.0, 7917.0, 7915.0, 7901.0, 7897.0, 7916.0, 7914.0, 7920.0, 7915.0, 7919.0, 7919.0, 7897.0, 7895.0, 7919.0, 7886.0, 7897.0, 7886.0, 7898.0, 7886.0, 7892.0, 7866.0, 7863.0, 7863.0, 7863.0, 7881.0, 7864.0, 7850.0, 7861.0, 7850.0, 7882.0, 7856.0, 7908.0, 7877.0, 7893.0, 7889.0, 7895.0, 7894.0, 7913.0, 7898.0, 7932.0, 7915.0, 7915.0, 7911.0, 7914.0, 7913.0, 7933.0, 7917.0, 7903.0, 7913.0, 7885.0, 7915.0, 7902.0, 7937.0, 7904.0, 7937.0, 7919.0, 7941.0, 7923.0, 7960.0, 7939.0, 7942.0, 7919.0, 7938.0, 7917.0, 7922.0, 7935.0, 7937.0, 7916.0, 7920.0, 7911.0, 7916.0, 7912.0, 7917.0, 7889.0, 7920.0, 7903.0, 7937.0, 7904.0, 7940.0, 7892.0, 7945.0, 7914.0, 7947.0, 7940.0, 7944.0, 7937.0, 7945.0, 7943.0, 7944.0, 7952.0, 7939.0, 7934.0, 7941.0, 7926.0, 7940.0, 7933.0, 7921.0, 7887.0, 7922.0, 7911.0, 7938.0, 7922.0, 7921.0, 7891.0, 7937.0, 7912.0, 7943.0, 7922.0, 7945.0, 7924.0, 7942.0, 7924.0, 7946.0, 7957.0, 7948.0, 7925.0, 7943.0, 7944.0, 7963.0, 7962.0, 7930.0, 7941.0, 7912.0, 7960.0, 7959.0, 7945.0, 7951.0, 7939.0, 7941.0, 7928.0, 7942.0, 7967.0, 7899.0, 7879.0, 7915.0, 7917.0, 7921.0, 7932.0, 7904.0, 7936.0, 7909.0, 7959.0, 7940.0, 7944.0, 7950.0, 7923.0, 7933.0, 7922.0, 7929.0, 7920.0, 7910.0, 7900.0, 7908.0, 7914.0, 7908.0, 7910.0, 7904.0, 7892.0, 7906.0, 7915.0, 7912.0, 7888.0, 7897.0, 7866.0, 7897.0, 7895.0, 7932.0, 7932.0, 7933.0, 7917.0, 7884.0, 7931.0, 7940.0, 7921.0, 7934.0, 7920.0, 7920.0, 7947.0, 7916.0, 7914.0, 7883.0, 7915.0, 7928.0, 7916.0, 7911.0, 7896.0, 7909.0, 7880.0, 7912.0, 7895.0, 7913.0, 7922.0, 7896.0, 7907.0, 7915.0, 7912.0, 7914.0, 7909.0, 7881.0, 7911.0, 7902.0, 7931.0, 7913.0, 7916.0, 7913.0, 7917.0, 7931.0, 7935.0, 7917.0, 7904.0, 7916.0, 7899.0, 7917.0, 7905.0, 7937.0, 7934.0, 7905.0, 7917.0, 7886.0, 7918.0, 7918.0, 7936.0, 7944.0, 7918.0, 7911.0, 7914.0, 7926.0, 7916.0, 7914.0, 7899.0, 7909.0, 7894.0, 7909.0, 7885.0, 7932.0, 7912.0, 7916.0, 7911.0, 7914.0, 7913.0, 7934.0, 7918.0, 7917.0, 7912.0, 7912.0, 7908.0, 7917.0, 7918.0, 7935.0, 7926.0, 7913.0, 7908.0, 7913.0, 7927.0, 7935.0, 7932.0, 7917.0, 7928.0, 7915.0, 7915.0, 7935.0, 7934.0, 7903.0, 7918.0, 7902.0, 7914.0, 7888.0, 7918.0, 7903.0, 7915.0, 7919.0, 7931.0, 7888.0, 7903.0, 7897.0, 7912.0, 7895.0, 7913.0, 7931.0, 7906.0, 7944.0, 7934.0, 7950.0, 7940.0, 7909.0, 7921.0, 7917.0, 7920.0, 7946.0, 7916.0, 7940.0, 7895.0, 7907.0, 7891.0, 7908.0, 7908.0, 7904.0, 7874.0, 7884.0, 7872.0, 7891.0, 7878.0, 7927.0, 7896.0, 7931.0, 7911.0, 7913.0, 7912.0, 7901.0, 7915.0, 7927.0, 7912.0, 7907.0, 7897.0, 7908.0, 7916.0, 7909.0, 7914.0, 7906.0, 7894.0, 7906.0, 7879.0, 7912.0, 7894.0, 7911.0, 7921.0, 7912.0, 7892.0, 7915.0, 7911.0, 7913.0, 7910.0, 7879.0, 7910.0, 7880.0, 7915.0, 7884.0, 7915.0, 7925.0, 7916.0, 7909.0, 7912.0, 7910.0, 7918.0, 7915.0, 7916.0, 7912.0, 7915.0, 7911.0, 7898.0, 7914.0, 7901.0, 7913.0, 7926.0, 7911.0, 7909.0, 7914.0, 7914.0, 7920.0, 7926.0, 7917.0, 7909.0, 7911.0, 7911.0, 7911.0, 7913.0, 7914.0, 7911.0, 7898.0, 7892.0, 7879.0, 7910.0, 7901.0, 7929.0, 7883.0, 7915.0, 7897.0, 7916.0, 7900.0, 7939.0, 7934.0, 7935.0, 7918.0, 7890.0, 7919.0, 7891.0, 7938.0, 7933.0, 7920.0, 7944.0, 7916.0, 7929.0, 7959.0, 7936.0, 7907.0, 7914.0, 7885.0, 7918.0, 7902.0, 7933.0, 7948.0, 7925.0, 7905.0, 7917.0, 7933.0, 7934.0, 7904.0, 7914.0, 7927.0, 7912.0, 7911.0, 7911.0, 7914.0, 7898.0, 7913.0, 7940.0, 7912.0, 7914.0, 7917.0, 7916.0, 7902.0, 7915.0, 7913.0, 7918.0, 7915.0, 7935.0, 7919.0, 7906.0, 7920.0, 7929.0, 7918.0, 7913.0, 7931.0, 7914.0, 7901.0, 7912.0, 7881.0, 7913.0, 7900.0, 7932.0, 7912.0, 7914.0, 7896.0, 7883.0, 7913.0, 7900.0, 7914.0, 7926.0, 7914.0, 7911.0, 7916.0, 7914.0, 7931.0, 7914.0, 7916.0, 7914.0, 7888.0, 7917.0, 7902.0, 7935.0, 7930.0, 7919.0, 7916.0, 7918.0, 7933.0, 7908.0, 7935.0, 7935.0, 7938.0, 7920.0, 7936.0, 7922.0, 7921.0, 7918.0, 7904.0, 7913.0, 7898.0, 7914.0, 7897.0, 7913.0, 7938.0, 7910.0, 7893.0, 7907.0, 7913.0, 7884.0, 7913.0, 7926.0, 7915.0, 7898.0, 7918.0, 7936.0, 7906.0, 7915.0, 7930.0, 7916.0, 7914.0, 7914.0, 7914.0, 7918.0, 7912.0, 7903.0, 7900.0, 7898.0, 7914.0, 7899.0, 7918.0, 7900.0, 7932.0, 7916.0, 7904.0, 7921.0, 7923.0, 7916.0, 7924.0, 7892.0, 7885.0, 7879.0, 7911.0, 7884.0, 7939.0, 7922.0, 7904.0, 7919.0, 7930.0, 7920.0, 7932.0, 7919.0, 7928.0, 7899.0, 7903.0, 7891.0, 7873.0, 7908.0, 7892.0, 7890.0, 7890.0, 7890.0, 7872.0, 7911.0, 7880.0, 7913.0, 7882.0, 7917.0, 7888.0, 7938.0, 7921.0, 7940.0, 7920.0, 7920.0, 7918.0, 7902.0, 7920.0, 7934.0, 7900.0, 7925.0, 7895.0, 7877.0, 7892.0, 7878.0, 7893.0, 7905.0, 7890.0, 7875.0, 7892.0, 7876.0, 7910.0, 7879.0, 7899.0, 7892.0, 7894.0, 7878.0, 7914.0, 7912.0, 7915.0, 7909.0, 7899.0, 7900.0, 7899.0, 7915.0, 7885.0, 7915.0, 7914.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.0023386176935229065</td></tr>
<tr><td colspan=3>aqi</td><td>0.034356348815165874</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.44005033177071</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2019574127905113</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0537907452964443</td></tr>
<tr><td colspan=3>efc</td><td>0.4496</td></tr>
<tr><td colspan=3>fber</td><td>4978.6587</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08125926100593024</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5007898894154819</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.490848468421731</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4121007606728546</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7306483894417237</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329796255150614</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108113</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017114030197262764</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027588222175836563</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.813694400789653</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>34.8183</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4185</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.6761</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310473.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>592.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>256.6144</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3431</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>385.6521</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2765.3285</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>778.2421</td></tr>
<tr><td colspan=3>tsnr</td><td>36.14032541681081</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>