<?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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-04/func/sub-0099_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>d9bd585f866d4618b4535a45c4227ed7</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>14:26:31.025000</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.997432, 0.0368968, 0.06139, -0.0365741, 0.999311, -0.0063723]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0845142</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4250, -7796, -7252, 248, -72, -240, -125, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d35a687c-852a-440e-9b89-934a5e5d9c41||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.6760361194610596, -0.09812572598457336, 0.16627350449562073, 109.7168960571289], [-0.09899149090051651, 2.681077241897583, -0.011098760180175304, -94.71246337890625], [0.1647048443555832, 0.017096424475312233, 2.694852590560913, -97.3656997680664], [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': ['142631.025000', '142631.485000', '142631.945000', '142632.405000', '142632.865000', '142633.325000', '142633.785000', '142634.245000', '142634.705000', '142635.165000', '142635.625000', '142636.085000', '142636.545000', '142637.005000', '142637.465000', '142637.925000', '142638.385000', '142638.845000', '142639.305000', '142639.765000', '142640.225000', '142640.685000', '142641.145000', '142641.605000', '142642.065000', '142642.525000', '142642.985000', '142643.445000', '142643.905000', '142644.365000', '142644.825000', '142645.285000', '142645.745000', '142646.205000', '142646.665000', '142647.125000', '142647.585000', '142648.045000', '142648.505000', '142648.965000', '142649.425000', '142649.885000', '142650.345000', '142650.805000', '142651.265000', '142651.725000', '142652.185000', '142652.645000', '142653.105000', '142653.565000', '142654.025000', '142654.485000', '142654.945000', '142655.405000', '142655.865000', '142656.325000', '142656.785000', '142657.245000', '142657.705000', '142658.165000', '142658.625000', '142659.085000', '142659.545000', '142700.005000', '142700.465000', '142700.925000', '142701.385000', '142701.845000', '142702.305000', '142702.765000', '142703.225000', '142703.685000', '142704.145000', '142704.605000', '142705.065000', '142705.525000', '142705.985000', '142706.445000', '142706.905000', '142707.365000', '142707.825000', '142708.285000', '142708.745000', '142709.205000', '142709.665000', '142710.125000', '142710.585000', '142711.045000', '142711.505000', '142711.965000', '142712.425000', '142712.885000', '142713.345000', '142713.805000', '142714.265000', '142714.725000', '142715.185000', '142715.645000', '142716.105000', '142716.565000', '142717.025000', '142717.485000', '142717.945000', '142718.405000', '142718.865000', '142719.325000', '142719.785000', '142720.245000', '142720.705000', '142721.165000', '142721.625000', '142722.085000', '142722.545000', '142723.005000', '142723.465000', '142723.925000', '142724.385000', '142724.845000', '142725.305000', '142725.765000', '142726.225000', '142726.685000', '142727.145000', '142727.605000', '142728.065000', '142728.525000', '142728.985000', '142729.445000', '142729.905000', '142730.365000', '142730.825000', '142731.285000', '142731.745000', '142732.205000', '142732.665000', '142733.125000', '142733.585000', '142734.045000', '142734.505000', '142734.965000', '142735.425000', '142735.885000', '142736.345000', '142736.805000', '142737.265000', '142737.725000', '142738.185000', '142738.645000', '142739.105000', '142739.565000', '142740.025000', '142740.485000', '142740.945000', '142741.405000', '142741.865000', '142742.325000', '142742.785000', '142743.245000', '142743.705000', '142744.165000', '142744.625000', '142745.085000', '142745.545000', '142746.005000', '142746.465000', '142746.925000', '142747.385000', '142747.845000', '142748.305000', '142748.765000', '142749.225000', '142749.685000', '142750.145000', '142750.605000', '142751.065000', '142751.525000', '142751.985000', '142752.445000', '142752.905000', '142753.365000', '142753.825000', '142754.285000', '142754.745000', '142755.205000', '142755.665000', '142756.125000', '142756.585000', '142757.045000', '142757.505000', '142757.965000', '142758.425000', '142758.885000', '142759.345000', '142759.805000', '142800.265000', '142800.725000', '142801.185000', '142801.645000', '142802.105000', '142802.565000', '142803.025000', '142803.485000', '142803.945000', '142804.405000', '142804.865000', '142805.325000', '142805.785000', '142806.245000', '142806.705000', '142807.165000', '142807.625000', '142808.085000', '142808.545000', '142809.005000', '142809.465000', '142809.925000', '142810.385000', '142810.845000', '142811.305000', '142811.765000', '142812.225000', '142812.685000', '142813.145000', '142813.605000', '142814.065000', '142814.525000', '142814.985000', '142815.445000', '142815.905000', '142816.365000', '142816.825000', '142817.285000', '142817.745000', '142818.205000', '142818.665000', '142819.125000', '142819.585000', '142820.045000', '142820.505000', '142820.965000', '142821.425000', '142821.885000', '142822.345000', '142822.805000', '142823.265000', '142823.725000', '142824.185000', '142824.645000', '142825.105000', '142825.565000', '142826.025000', '142826.485000', '142826.945000', '142827.405000', '142827.865000', '142828.325000', '142828.785000', '142829.245000', '142829.705000', '142830.165000', '142830.625000', '142831.085000', '142831.545000', '142832.005000', '142832.465000', '142832.925000', '142833.385000', '142833.845000', '142834.305000', '142834.765000', '142835.225000', '142835.685000', '142836.145000', '142836.605000', '142837.065000', '142837.525000', '142837.985000', '142838.445000', '142838.905000', '142839.365000', '142839.825000', '142840.285000', '142840.745000', '142841.205000', '142841.665000', '142842.125000', '142842.585000', '142843.045000', '142843.505000', '142843.965000', '142844.425000', '142844.885000', '142845.345000', '142845.805000', '142846.265000', '142846.725000', '142847.185000', '142847.645000', '142848.105000', '142848.565000', '142849.025000', '142849.485000', '142849.945000', '142850.405000', '142850.865000', '142851.325000', '142851.785000', '142852.245000', '142852.705000', '142853.165000', '142853.625000', '142854.085000', '142854.545000', '142855.005000', '142855.465000', '142855.925000', '142856.385000', '142856.845000', '142857.305000', '142857.765000', '142858.225000', '142858.685000', '142859.145000', '142859.605000', '142900.065000', '142900.525000', '142900.985000', '142901.445000', '142901.905000', '142902.365000', '142902.825000', '142903.285000', '142903.745000', '142904.205000', '142904.665000', '142905.125000', '142905.585000', '142906.045000', '142906.505000', '142906.965000', '142907.425000', '142907.885000', '142908.345000', '142908.805000', '142909.265000', '142909.725000', '142910.185000', '142910.645000', '142911.105000', '142911.565000', '142912.025000', '142912.485000', '142912.945000', '142913.405000', '142913.865000', '142914.325000', '142914.785000', '142915.245000', '142915.705000', '142916.165000', '142916.625000', '142917.085000', '142917.545000', '142918.005000', '142918.465000', '142918.925000', '142919.385000', '142919.845000', '142920.305000', '142920.765000', '142921.225000', '142921.685000', '142922.145000', '142922.605000', '142923.065000', '142923.525000', '142923.985000', '142924.445000', '142924.905000', '142925.365000', '142925.825000', '142926.285000', '142926.745000', '142927.205000', '142927.665000', '142928.125000', '142928.585000', '142929.045000', '142929.505000', '142929.965000', '142930.425000', '142930.885000', '142931.345000', '142931.805000', '142932.265000', '142932.725000', '142933.185000', '142933.645000', '142934.105000', '142934.565000', '142935.025000', '142935.485000', '142935.945000', '142936.405000', '142936.865000', '142937.325000', '142937.785000', '142938.245000', '142938.705000', '142939.165000', '142939.625000', '142940.085000', '142940.545000', '142941.005000', '142941.465000', '142941.925000', '142942.385000', '142942.845000', '142943.305000', '142943.765000', '142944.225000', '142944.685000', '142945.145000', '142945.605000', '142946.065000', '142946.525000', '142946.985000', '142947.445000', '142947.905000', '142948.365000', '142948.825000', '142949.285000', '142949.745000', '142950.205000', '142950.665000', '142951.125000', '142951.585000', '142952.045000', '142952.505000', '142952.965000', '142953.425000', '142953.885000', '142954.345000', '142954.805000', '142955.265000', '142955.725000', '142956.185000', '142956.645000', '142957.105000', '142957.565000', '142958.025000', '142958.485000', '142958.945000', '142959.405000', '142959.865000', '143000.325000', '143000.785000', '143001.245000', '143001.705000', '143002.165000', '143002.625000', '143003.085000', '143003.545000', '143004.005000', '143004.465000', '143004.925000', '143005.385000', '143005.845000', '143006.305000', '143006.765000', '143007.225000', '143007.685000', '143008.145000', '143008.605000', '143009.065000', '143009.525000', '143009.985000', '143010.445000', '143010.905000', '143011.365000', '143011.825000', '143012.285000', '143012.745000', '143013.205000', '143013.665000', '143014.125000', '143014.585000', '143015.045000', '143015.505000', '143015.965000', '143016.425000', '143016.885000', '143017.345000', '143017.805000', '143018.265000', '143018.725000', '143019.185000', '143019.645000', '143020.105000', '143020.565000', '143021.025000', '143021.485000', '143021.945000', '143022.405000', '143022.865000', '143023.325000', '143023.785000', '143024.245000', '143024.705000', '143025.165000', '143025.625000', '143026.085000', '143026.545000', '143027.005000', '143027.465000', '143027.925000', '143028.385000', '143028.845000', '143029.305000', '143029.765000', '143030.225000', '143030.685000', '143031.145000', '143031.605000', '143032.065000', '143032.525000', '143032.985000', '143033.445000', '143033.905000', '143034.365000', '143034.825000', '143035.285000', '143035.745000', '143036.205000', '143036.665000', '143037.125000', '143037.585000', '143038.045000', '143038.505000', '143038.965000', '143039.425000', '143039.885000', '143040.345000', '143040.805000', '143041.265000', '143041.725000', '143042.185000', '143042.645000', '143043.105000', '143043.565000', '143044.025000', '143044.485000', '143044.945000', '143045.405000', '143045.865000', '143046.325000', '143046.785000', '143047.245000', '143047.705000', '143048.165000', '143048.625000', '143049.085000', '143049.545000', '143050.005000', '143050.465000', '143050.925000', '143051.385000', '143051.845000', '143052.305000', '143052.765000', '143053.225000', '143053.685000', '143054.145000', '143054.605000', '143055.065000', '143055.525000', '143055.985000', '143056.445000', '143056.905000', '143057.365000', '143057.825000', '143058.285000', '143058.745000', '143059.205000', '143059.665000', '143100.125000', '143100.585000', '143101.045000', '143101.505000', '143101.965000', '143102.425000', '143102.885000', '143103.345000', '143103.805000', '143104.265000', '143104.725000', '143105.185000', '143105.645000', '143106.105000', '143106.565000', '143107.025000', '143107.485000', '143107.945000', '143108.405000', '143108.865000', '143109.325000', '143109.785000', '143110.245000', '143110.705000', '143111.165000', '143111.625000', '143112.085000', '143112.545000', '143113.005000', '143113.465000', '143113.925000', '143114.385000', '143114.845000', '143115.305000', '143115.765000', '143116.225000', '143116.685000', '143117.145000', '143117.605000', '143118.065000', '143118.525000', '143118.985000', '143119.445000', '143119.905000', '143120.365000', '143120.825000', '143121.285000', '143121.745000', '143122.205000', '143122.665000', '143123.125000', '143123.585000', '143124.045000', '143124.505000', '143124.965000', '143125.425000', '143125.885000', '143126.345000', '143126.805000', '143127.265000', '143127.725000', '143128.185000', '143128.645000', '143129.105000', '143129.565000', '143130.025000', '143130.485000', '143130.945000', '143131.405000', '143131.865000', '143132.325000', '143132.785000', '143133.245000', '143133.705000', '143134.165000', '143134.625000', '143135.085000', '143135.545000', '143136.005000', '143136.465000', '143136.925000', '143137.385000', '143137.845000', '143138.305000', '143138.765000', '143139.225000', '143139.685000', '143140.145000', '143140.605000', '143141.065000', '143141.525000', '143141.985000', '143142.445000', '143142.905000', '143143.365000', '143143.825000', '143144.285000', '143144.745000', '143145.205000', '143145.665000', '143146.125000', '143146.585000', '143147.045000', '143147.505000', '143147.965000', '143148.425000', '143148.885000', '143149.345000', '143149.805000', '143150.265000', '143150.725000', '143151.185000', '143151.645000', '143152.105000', '143152.565000', '143153.025000', '143153.485000', '143153.945000', '143154.405000', '143154.865000', '143155.325000', '143155.785000', '143156.245000', '143156.705000', '143157.165000', '143157.625000', '143158.085000', '143158.545000', '143159.005000', '143159.465000', '143159.925000', '143200.385000', '143200.845000', '143201.305000', '143201.765000', '143202.225000', '143202.685000', '143203.145000', '143203.605000', '143204.065000', '143204.525000', '143204.985000', '143205.445000', '143205.905000', '143206.365000', '143206.825000', '143207.285000', '143207.745000', '143208.205000', '143208.665000', '143209.125000', '143209.585000', '143210.045000', '143210.505000', '143210.965000', '143211.425000', '143211.885000', '143212.345000', '143212.805000', '143213.265000', '143213.725000', '143214.185000', '143214.645000', '143215.105000', '143215.565000', '143216.025000', '143216.485000', '143216.945000', '143217.405000', '143217.865000', '143218.325000', '143218.785000', '143219.245000', '143219.705000', '143220.165000', '143220.625000', '143221.085000', '143221.545000', '143222.005000', '143222.465000', '143222.925000', '143223.385000', '143223.845000', '143224.305000', '143224.765000', '143225.225000', '143225.685000', '143226.145000', '143226.605000', '143227.065000', '143227.525000', '143227.985000', '143228.445000', '143228.905000', '143229.365000', '143229.825000', '143230.285000', '143230.745000', '143231.205000', '143231.665000', '143232.125000', '143232.585000', '143233.045000', '143233.505000', '143233.965000', '143234.425000', '143234.885000', '143235.345000', '143235.805000', '143236.265000', '143236.725000', '143237.185000', '143237.645000', '143238.105000', '143238.565000', '143239.025000', '143239.485000', '143239.945000', '143240.405000', '143240.865000', '143241.325000', '143241.785000', '143242.245000', '143242.705000', '143243.165000', '143243.625000', '143244.085000', '143244.545000', '143245.005000', '143245.465000', '143245.925000', '143246.385000', '143246.845000', '143247.305000', '143247.765000', '143248.225000', '143248.685000', '143249.145000', '143249.605000', '143250.065000', '143250.525000', '143250.985000', '143251.445000', '143251.905000', '143252.365000', '143252.825000', '143253.285000', '143253.745000', '143254.205000', '143254.665000', '143255.125000', '143255.585000', '143256.045000', '143256.505000', '143256.965000', '143257.425000', '143257.885000', '143258.345000', '143258.805000', '143259.265000', '143259.725000', '143300.185000', '143300.645000', '143301.105000', '143301.565000', '143302.025000', '143302.485000', '143302.945000', '143303.405000', '143303.865000', '143304.325000', '143304.785000', '143305.245000', '143305.705000', '143306.165000', '143306.625000', '143307.085000', '143307.545000', '143308.005000', '143308.465000', '143308.925000', '143309.385000', '143309.845000', '143310.305000', '143310.765000', '143311.225000', '143311.685000', '143312.145000', '143312.605000', '143313.065000', '143313.525000', '143313.985000', '143314.445000', '143314.905000', '143315.365000', '143315.825000', '143316.285000', '143316.745000', '143317.205000', '143317.665000', '143318.125000', '143318.585000', '143319.045000', '143319.505000', '143319.965000', '143320.425000', '143320.885000', '143321.345000', '143321.805000', '143322.265000', '143322.725000', '143323.185000', '143323.645000', '143324.105000', '143324.565000', '143325.025000', '143325.485000', '143325.945000', '143326.405000', '143326.865000', '143327.325000', '143327.785000', '143328.245000', '143328.705000', '143329.165000', '143329.625000', '143330.085000', '143330.545000', '143331.005000', '143331.465000', '143331.925000', '143332.385000', '143332.845000', '143333.305000', '143333.765000', '143334.225000', '143334.685000', '143335.145000', '143335.605000', '143336.065000', '143336.525000', '143336.985000', '143337.445000', '143337.905000', '143338.365000', '143338.825000', '143339.285000', '143339.745000', '143340.205000', '143340.665000', '143341.125000', '143341.585000', '143342.045000', '143342.505000', '143342.965000', '143343.425000', '143343.885000', '143344.345000', '143344.805000', '143345.265000', '143345.725000', '143346.185000', '143346.645000', '143347.105000', '143347.565000', '143348.025000', '143348.485000', '143348.945000', '143349.405000', '143349.865000', '143350.325000', '143350.785000', '143351.245000', '143351.705000', '143352.165000', '143352.625000', '143353.085000', '143353.545000', '143354.005000', '143354.465000', '143354.925000', '143355.385000', '143355.845000', '143356.305000', '143356.765000', '143357.225000', '143357.685000', '143358.145000', '143358.605000', '143359.065000', '143359.525000', '143359.985000', '143400.445000', '143400.905000', '143401.365000', '143401.825000', '143402.285000', '143402.745000', '143403.205000', '143403.665000', '143404.125000', '143404.585000', '143405.045000', '143405.505000', '143405.965000', '143406.425000', '143406.885000', '143407.345000', '143407.805000', '143408.265000', '143408.725000', '143409.185000', '143409.645000', '143410.105000', '143410.565000', '143411.025000', '143411.485000', '143411.945000', '143412.405000', '143412.865000', '143413.325000', '143413.785000', '143414.245000', '143414.705000', '143415.165000', '143415.625000', '143416.085000', '143416.545000', '143417.005000', '143417.465000', '143417.925000', '143418.385000', '143418.845000', '143419.305000', '143419.765000', '143420.225000', '143420.685000', '143421.145000', '143421.605000', '143422.065000', '143422.525000', '143422.985000', '143423.445000', '143423.905000', '143424.365000', '143424.825000', '143425.285000', '143425.745000', '143426.205000', '143426.665000', '143427.125000', '143427.585000', '143428.045000', '143428.505000', '143428.965000', '143429.425000', '143429.885000', '143430.345000', '143430.805000', '143431.265000', '143431.725000', '143432.185000', '143432.645000', '143433.105000', '143433.565000', '143434.025000', '143434.485000', '143434.945000', '143435.405000', '143435.865000', '143436.325000', '143436.785000', '143437.245000', '143437.705000', '143438.165000', '143438.625000', '143439.085000', '143439.545000', '143440.005000', '143440.465000', '143440.925000', '143441.385000', '143441.845000', '143442.305000', '143442.765000', '143443.225000', '143443.685000', '143444.145000', '143444.605000', '143445.065000', '143445.525000', '143445.985000', '143446.445000', '143446.905000', '143447.365000', '143447.825000', '143448.285000', '143448.745000', '143449.205000', '143449.665000', '143450.125000', '143450.585000', '143451.045000', '143451.505000', '143451.965000', '143452.425000', '143452.885000', '143453.345000', '143453.805000', '143454.265000', '143454.725000', '143455.185000', '143455.645000', '143456.105000', '143456.565000', '143457.025000', '143457.485000', '143457.945000', '143458.405000', '143458.865000', '143459.325000', '143459.785000', '143500.245000', '143500.705000', '143501.165000', '143501.625000', '143502.085000', '143502.545000', '143503.005000', '143503.465000', '143503.925000', '143504.385000', '143504.845000', '143505.305000', '143505.765000', '143506.225000', '143506.685000', '143507.145000', '143507.605000', '143508.065000', '143508.525000', '143508.985000', '143509.445000', '143509.905000', '143510.365000', '143510.825000', '143511.285000', '143511.745000', '143512.205000', '143512.665000', '143513.125000', '143513.585000', '143514.045000', '143514.505000', '143514.965000', '143515.425000', '143515.885000', '143516.345000', '143516.805000', '143517.265000', '143517.725000', '143518.185000', '143518.645000', '143519.105000', '143519.565000', '143520.025000', '143520.485000', '143520.945000', '143521.405000', '143521.865000', '143522.325000', '143522.785000', '143523.245000', '143523.705000', '143524.165000', '143524.625000', '143525.085000', '143525.545000', '143526.005000', '143526.465000', '143526.925000', '143527.385000', '143527.845000', '143528.305000', '143528.765000', '143529.225000', '143529.685000', '143530.145000', '143530.605000', '143531.065000', '143531.525000', '143531.985000', '143532.445000', '143532.905000', '143533.365000', '143533.825000', '143534.285000', '143534.745000', '143535.205000', '143535.665000', '143536.125000', '143536.585000', '143537.045000', '143537.505000', '143537.965000', '143538.425000', '143538.885000', '143539.345000', '143539.805000', '143540.265000', '143540.725000', '143541.185000', '143541.645000', '143542.105000', '143542.565000', '143543.025000', '143543.485000', '143543.945000', '143544.405000', '143544.865000', '143545.325000', '143545.785000', '143546.245000', '143546.705000', '143547.165000', '143547.625000', '143548.085000', '143548.545000', '143549.005000', '143549.465000', '143549.925000', '143550.385000', '143550.845000', '143551.305000', '143551.765000', '143552.225000', '143552.685000', '143553.145000', '143553.605000', '143554.065000', '143554.525000', '143554.985000', '143555.445000', '143555.905000', '143556.365000', '143556.825000', '143557.285000', '143557.745000', '143558.205000', '143558.665000', '143559.125000', '143559.585000', '143600.045000', '143600.505000', '143600.965000', '143601.425000', '143601.885000', '143602.345000', '143602.805000', '143603.265000', '143603.725000', '143604.185000', '143604.645000', '143605.105000', '143605.565000', '143606.025000', '143606.485000', '143606.945000', '143607.405000', '143607.865000', '143608.325000', '143608.785000', '143609.245000', '143609.705000', '143610.165000', '143610.625000', '143611.085000', '143611.545000', '143612.005000', '143612.465000', '143612.925000', '143613.385000', '143613.845000'], 'ContentTime': ['142651.807000', '142651.810000', '142651.813000', '142651.816000', '142651.820000', '142651.823000', '142651.826000', '142651.828000', '142651.839000', '142651.842000', '142651.845000', '142651.847000', '142651.850000', '142651.852000', '142651.855000', '142651.858000', '142651.860000', '142651.863000', '142651.865000', '142651.868000', '142651.870000', '142651.873000', '142651.876000', '142651.878000', '142651.881000', '142651.884000', '142651.886000', '142651.889000', '142651.892000', '142651.894000', '142651.897000', '142651.899000', '142651.902000', '142651.905000', '142651.907000', '142651.910000', '142651.912000', '142651.915000', '142651.918000', '142651.920000', '142651.923000', '142651.944000', '142651.946000', '142651.949000', '142711.771000', '142711.774000', '142711.777000', '142711.780000', '142711.782000', '142711.785000', '142711.787000', '142711.790000', '142711.793000', '142711.795000', '142711.798000', '142711.801000', '142711.803000', '142711.806000', '142711.809000', '142711.811000', '142711.814000', '142711.816000', '142711.819000', '142711.822000', '142711.824000', '142711.827000', '142711.830000', '142711.832000', '142711.835000', '142711.837000', '142711.855000', '142711.857000', '142711.860000', '142711.862000', '142711.865000', '142711.868000', '142711.870000', '142711.873000', '142711.876000', '142711.878000', '142711.881000', '142711.883000', '142711.886000', '142711.889000', '142711.891000', '142711.894000', '142711.897000', '142731.771000', '142731.774000', '142731.777000', '142731.780000', '142731.782000', '142731.785000', '142731.788000', '142731.790000', '142731.793000', '142731.796000', '142731.798000', '142731.801000', '142731.804000', '142731.806000', '142731.809000', '142731.812000', '142731.814000', '142731.817000', '142731.819000', '142731.822000', '142731.825000', '142731.827000', '142731.830000', '142731.833000', '142731.836000', '142731.838000', '142731.848000', '142731.851000', '142731.853000', '142731.856000', '142731.858000', '142731.861000', '142731.864000', '142731.867000', '142731.869000', '142731.872000', '142731.875000', '142731.877000', '142731.880000', '142731.883000', '142731.885000', '142731.888000', '142731.890000', '142731.893000', '142751.771000', '142751.774000', '142751.776000', '142751.779000', '142751.781000', '142751.784000', '142751.786000', '142751.789000', '142751.792000', '142751.794000', '142751.797000', '142751.800000', '142751.802000', '142751.805000', '142751.808000', '142751.810000', '142751.813000', '142751.816000', '142751.818000', '142751.821000', '142751.824000', '142751.826000', '142751.839000', '142751.841000', '142751.844000', '142751.847000', '142751.850000', '142751.852000', '142751.855000', '142751.857000', '142751.860000', '142751.863000', '142751.865000', '142751.868000', '142751.870000', '142751.873000', '142751.876000', '142751.878000', '142751.881000', '142751.883000', '142751.886000', '142751.889000', '142751.891000', '142811.770000', '142811.773000', '142811.778000', '142811.782000', '142811.784000', '142811.787000', '142811.790000', '142811.792000', '142811.795000', '142811.798000', '142811.800000', '142811.803000', '142811.806000', '142811.808000', '142811.811000', '142811.814000', '142811.816000', '142811.819000', '142811.821000', '142811.824000', '142811.827000', '142811.829000', '142811.832000', '142811.835000', '142811.838000', '142811.840000', '142811.843000', '142811.846000', '142811.848000', '142811.851000', '142811.854000', '142811.856000', '142811.859000', '142811.862000', '142811.864000', '142811.867000', '142811.869000', '142811.881000', '142811.884000', '142811.887000', '142811.889000', '142811.892000', '142811.895000', '142831.772000', '142831.774000', '142831.777000', '142831.780000', '142831.783000', '142831.785000', '142831.788000', '142831.791000', '142831.793000', '142831.796000', '142831.799000', '142831.801000', '142831.804000', '142831.807000', '142831.809000', '142831.812000', '142831.815000', '142831.817000', '142831.820000', '142831.823000', '142831.825000', '142831.828000', '142831.831000', '142831.833000', '142831.836000', '142831.839000', '142831.841000', '142831.856000', '142831.858000', '142831.861000', '142831.864000', '142831.866000', '142831.869000', '142831.871000', '142831.874000', '142831.877000', '142831.879000', '142831.882000', '142831.885000', '142831.887000', '142831.890000', '142831.892000', '142831.895000', '142831.898000', '142851.771000', '142851.774000', '142851.777000', '142851.780000', '142851.783000', '142851.786000', '142851.789000', '142851.792000', '142851.794000', '142851.797000', '142851.800000', '142851.802000', '142851.805000', '142851.808000', '142851.810000', '142851.813000', '142851.816000', '142851.818000', '142851.821000', '142851.823000', '142851.826000', '142851.829000', '142851.832000', '142851.834000', '142851.837000', '142851.840000', '142851.842000', '142851.845000', '142851.848000', '142851.850000', '142851.853000', '142851.855000', '142851.858000', '142851.861000', '142851.863000', '142851.866000', '142851.869000', '142851.871000', '142851.874000', '142851.877000', '142851.879000', '142851.882000', '142851.884000', '142911.771000', '142911.774000', '142911.777000', '142911.780000', '142911.783000', '142911.785000', '142911.788000', '142911.791000', '142911.793000', '142911.796000', '142911.799000', '142911.801000', '142911.804000', '142911.807000', '142911.809000', '142911.812000', '142911.815000', '142911.817000', '142911.820000', '142911.822000', '142911.825000', '142911.828000', '142911.830000', '142911.833000', '142911.836000', '142911.838000', '142911.841000', '142911.844000', '142911.846000', '142911.849000', '142911.852000', '142911.854000', '142911.857000', '142911.859000', '142911.862000', '142911.865000', '142911.867000', '142911.870000', '142911.873000', '142911.875000', '142911.878000', '142911.881000', '142911.883000', '142911.886000', '142931.771000', '142931.774000', '142931.777000', '142931.780000', '142931.783000', '142931.785000', '142931.788000', '142931.791000', '142931.793000', '142931.796000', '142931.799000', '142931.801000', '142931.804000', '142931.806000', '142931.809000', '142931.812000', '142931.814000', '142931.817000', '142931.821000', '142931.824000', '142931.827000', '142931.830000', '142931.832000', '142931.835000', '142931.838000', '142931.840000', '142931.843000', '142931.846000', '142931.848000', '142931.855000', '142931.858000', '142931.860000', '142931.863000', '142931.866000', '142931.868000', '142931.871000', '142931.874000', '142931.876000', '142931.879000', '142931.882000', '142931.884000', '142931.887000', '142931.889000', '142951.771000', '142951.774000', '142951.777000', '142951.780000', '142951.782000', '142951.785000', '142951.788000', '142951.790000', '142951.793000', '142951.796000', '142951.798000', '142951.801000', '142951.804000', '142951.806000', '142951.809000', '142951.812000', '142951.814000', '142951.817000', '142951.819000', '142951.822000', '142951.825000', '142951.827000', '142951.830000', '142951.833000', '142951.835000', '142951.838000', '142951.841000', '142951.844000', '142951.846000', '142951.849000', '142951.852000', '142951.854000', '142951.857000', '142951.859000', '142951.862000', '142951.865000', '142951.868000', '142951.870000', '142951.873000', '142951.875000', '142951.878000', '142951.881000', '142951.883000', '142951.886000', '143011.770000', '143011.773000', '143011.776000', '143011.779000', '143011.781000', '143011.784000', '143011.787000', '143011.790000', '143011.793000', '143011.796000', '143011.798000', '143011.801000', '143011.804000', '143011.806000', '143011.809000', '143011.812000', '143011.814000', '143011.817000', '143011.820000', '143011.823000', '143011.825000', '143011.828000', '143011.831000', '143011.833000', '143011.836000', '143011.838000', '143011.841000', '143011.844000', '143011.847000', '143011.849000', '143011.852000', '143011.855000', '143011.865000', '143011.868000', '143011.870000', '143011.873000', '143011.876000', '143011.878000', '143011.881000', '143011.884000', '143011.886000', '143011.889000', '143011.892000', '143031.771000', '143031.774000', '143031.776000', '143031.779000', '143031.782000', '143031.784000', '143031.787000', '143031.790000', '143031.792000', '143031.795000', '143031.798000', '143031.800000', '143031.803000', '143031.806000', '143031.808000', '143031.811000', '143031.813000', '143031.816000', '143031.819000', '143031.821000', '143031.824000', '143031.827000', '143031.829000', '143031.832000', '143031.835000', '143031.837000', '143031.840000', '143031.842000', '143031.845000', '143031.848000', '143031.850000', '143031.853000', '143031.856000', '143031.859000', '143031.861000', '143031.864000', '143031.866000', '143031.869000', '143031.872000', '143031.874000', '143031.877000', '143031.880000', '143031.882000', '143031.885000', '143051.772000', '143051.775000', '143051.777000', '143051.780000', '143051.783000', '143051.785000', '143051.788000', '143051.791000', '143051.793000', '143051.796000', '143051.799000', '143051.804000', '143051.807000', '143051.810000', '143051.812000', '143051.815000', '143051.818000', '143051.820000', '143051.823000', '143051.826000', '143051.828000', '143051.831000', '143051.833000', '143051.836000', '143051.839000', '143051.841000', '143051.844000', '143051.847000', '143051.849000', '143051.852000', '143051.855000', '143051.858000', '143051.861000', '143051.863000', '143051.866000', '143051.869000', '143051.871000', '143051.874000', '143051.877000', '143051.879000', '143051.882000', '143051.885000', '143051.887000', '143111.771000', '143111.774000', '143111.777000', '143111.780000', '143111.783000', '143111.785000', '143111.788000', '143111.791000', '143111.793000', '143111.796000', '143111.799000', '143111.801000', '143111.804000', '143111.807000', '143111.809000', '143111.812000', '143111.815000', '143111.817000', '143111.820000', '143111.822000', '143111.825000', '143111.828000', '143111.830000', '143111.833000', '143111.836000', '143111.839000', '143111.842000', '143111.844000', '143111.847000', '143111.850000', '143111.853000', '143111.855000', '143111.858000', '143111.861000', '143111.863000', '143111.866000', '143111.869000', '143111.871000', '143111.874000', '143111.877000', '143111.879000', '143111.882000', '143111.884000', '143111.887000', '143131.772000', '143131.774000', '143131.777000', '143131.780000', '143131.783000', '143131.785000', '143131.788000', '143131.792000', '143131.795000', '143131.797000', '143131.800000', '143131.803000', '143131.805000', '143131.808000', '143131.811000', '143131.813000', '143131.816000', '143131.819000', '143131.821000', '143131.824000', '143131.827000', '143131.829000', '143131.832000', '143131.835000', '143131.837000', '143131.840000', '143131.843000', '143131.845000', '143131.848000', '143131.851000', '143131.853000', '143131.856000', '143131.859000', '143131.861000', '143131.864000', '143131.867000', '143131.869000', '143131.872000', '143131.875000', '143131.877000', '143131.880000', '143131.883000', '143131.885000', '143151.786000', '143151.789000', '143151.791000', '143151.795000', '143151.797000', '143151.800000', '143151.803000', '143151.805000', '143151.808000', '143151.811000', '143151.813000', '143151.816000', '143151.819000', '143151.821000', '143151.824000', '143151.827000', '143151.829000', '143151.832000', '143151.835000', '143151.837000', '143151.840000', '143151.843000', '143151.845000', '143151.848000', '143151.850000', '143151.853000', '143151.856000', '143151.859000', '143151.861000', '143151.864000', '143151.866000', '143151.869000', '143151.872000', '143151.874000', '143151.877000', '143151.880000', '143151.882000', '143151.885000', '143151.888000', '143151.890000', '143151.893000', '143151.896000', '143151.898000', '143151.901000', '143211.771000', '143211.774000', '143211.777000', '143211.779000', '143211.782000', '143211.785000', '143211.787000', '143211.790000', '143211.792000', '143211.795000', '143211.798000', '143211.806000', '143211.809000', '143211.812000', '143211.814000', '143211.817000', '143211.820000', '143211.823000', '143211.825000', '143211.828000', '143211.830000', '143211.833000', '143211.836000', '143211.838000', '143211.841000', '143211.844000', '143211.846000', '143211.849000', '143211.852000', '143211.854000', '143211.857000', '143211.859000', '143211.862000', '143211.865000', '143211.868000', '143211.870000', '143211.873000', '143211.876000', '143211.878000', '143211.881000', '143211.883000', '143211.886000', '143211.889000', '143231.770000', '143231.773000', '143231.776000', '143231.779000', '143231.781000', '143231.784000', '143231.786000', '143231.789000', '143231.792000', '143231.794000', '143231.797000', '143231.800000', '143231.802000', '143231.805000', '143231.808000', '143231.810000', '143231.813000', '143231.816000', '143231.818000', '143231.821000', '143231.823000', '143231.826000', '143231.829000', '143231.831000', '143231.834000', '143231.836000', '143231.839000', '143231.842000', '143231.844000', '143231.847000', '143231.850000', '143231.852000', '143231.855000', '143231.858000', '143231.860000', '143231.863000', '143231.866000', '143231.868000', '143231.871000', '143231.874000', '143231.876000', '143231.879000', '143231.882000', '143231.884000', '143251.770000', '143251.773000', '143251.776000', '143251.779000', '143251.781000', '143251.784000', '143251.787000', '143251.789000', '143251.792000', '143251.794000', '143251.797000', '143251.800000', '143251.802000', '143251.805000', '143251.808000', '143251.810000', '143251.813000', '143251.816000', '143251.818000', '143251.821000', '143251.824000', '143251.826000', '143251.829000', '143251.831000', '143251.834000', '143251.837000', '143251.839000', '143251.842000', '143251.845000', '143251.847000', '143251.850000', '143251.853000', '143251.855000', '143251.858000', '143251.861000', '143251.863000', '143251.866000', '143251.869000', '143251.871000', '143251.874000', '143251.877000', '143251.880000', '143251.883000', '143311.771000', '143311.774000', '143311.777000', '143311.780000', '143311.782000', '143311.785000', '143311.788000', '143311.790000', '143311.793000', '143311.796000', '143311.798000', '143311.809000', '143311.812000', '143311.815000', '143311.817000', '143311.820000', '143311.823000', '143311.825000', '143311.828000', '143311.831000', '143311.833000', '143311.836000', '143311.839000', '143311.841000', '143311.844000', '143311.847000', '143311.849000', '143311.861000', '143311.863000', '143311.866000', '143311.869000', '143311.871000', '143311.874000', '143311.877000', '143311.879000', '143311.882000', '143311.885000', '143311.888000', '143311.891000', '143311.893000', '143311.896000', '143311.899000', '143311.901000', '143311.904000', '143331.772000', '143331.774000', '143331.777000', '143331.780000', '143331.782000', '143331.785000', '143331.788000', '143331.790000', '143331.793000', '143331.796000', '143331.798000', '143331.801000', '143331.804000', '143331.806000', '143331.809000', '143331.812000', '143331.814000', '143331.817000', '143331.820000', '143331.822000', '143331.825000', '143331.828000', '143331.830000', '143331.833000', '143331.836000', '143331.838000', '143331.841000', '143331.844000', '143331.846000', '143331.849000', '143331.852000', '143331.854000', '143331.857000', '143331.860000', '143331.862000', '143331.865000', '143331.868000', '143331.871000', '143331.873000', '143331.876000', '143331.879000', '143331.881000', '143331.884000', '143351.772000', '143351.775000', '143351.777000', '143351.780000', '143351.783000', '143351.785000', '143351.788000', '143351.790000', '143351.793000', '143351.796000', '143351.799000', '143351.801000', '143351.804000', '143351.807000', '143351.809000', '143351.812000', '143351.815000', '143351.817000', '143351.820000', '143351.823000', '143351.825000', '143351.828000', '143351.831000', '143351.833000', '143351.836000', '143351.839000', '143351.841000', '143351.844000', '143351.846000', '143351.849000', '143351.852000', '143351.854000', '143351.857000', '143351.860000', '143351.862000', '143351.865000', '143351.868000', '143351.870000', '143351.873000', '143351.875000', '143351.878000', '143351.881000', '143351.883000', '143351.886000', '143411.772000', '143411.775000', '143411.777000', '143411.780000', '143411.783000', '143411.785000', '143411.788000', '143411.791000', '143411.793000', '143411.796000', '143411.799000', '143411.801000', '143411.804000', '143411.807000', '143411.809000', '143411.812000', '143411.815000', '143411.817000', '143411.820000', '143411.822000', '143411.825000', '143411.828000', '143411.830000', '143411.833000', '143411.836000', '143411.838000', '143411.841000', '143411.843000', '143411.846000', '143411.849000', '143411.851000', '143411.854000', '143411.857000', '143411.859000', '143411.862000', '143411.865000', '143411.867000', '143411.870000', '143411.873000', '143411.875000', '143411.878000', '143411.881000', '143411.883000', '143431.772000', '143431.774000', '143431.777000', '143431.780000', '143431.783000', '143431.785000', '143431.788000', '143431.790000', '143431.793000', '143431.796000', '143431.798000', '143431.801000', '143431.804000', '143431.806000', '143431.809000', '143431.812000', '143431.815000', '143431.817000', '143431.820000', '143431.823000', '143431.825000', '143431.839000', '143431.842000', '143431.844000', '143431.847000', '143431.850000', '143431.852000', '143431.855000', '143431.857000', '143431.860000', '143431.863000', '143431.865000', '143431.868000', '143431.871000', '143431.873000', '143431.876000', '143431.878000', '143431.881000', '143431.884000', '143431.886000', '143431.889000', '143431.891000', '143431.894000', '143431.897000', '143451.771000', '143451.773000', '143451.776000', '143451.779000', '143451.781000', '143451.784000', '143451.786000', '143451.789000', '143451.792000', '143451.794000', '143451.797000', '143451.800000', '143451.802000', '143451.805000', '143451.807000', '143451.810000', '143451.812000', '143451.815000', '143451.818000', '143451.820000', '143451.823000', '143451.826000', '143451.828000', '143451.831000', '143451.833000', '143451.836000', '143451.849000', '143451.851000', '143451.854000', '143451.857000', '143451.859000', '143451.862000', '143451.864000', '143451.867000', '143451.870000', '143451.872000', '143451.875000', '143451.878000', '143451.880000', '143451.883000', '143451.885000', '143451.888000', '143451.891000', '143511.771000', '143511.773000', '143511.776000', '143511.779000', '143511.781000', '143511.784000', '143511.786000', '143511.789000', '143511.792000', '143511.794000', '143511.797000', '143511.800000', '143511.802000', '143511.805000', '143511.807000', '143511.810000', '143511.813000', '143511.815000', '143511.818000', '143511.821000', '143511.823000', '143511.826000', '143511.828000', '143511.831000', '143511.834000', '143511.836000', '143511.839000', '143511.841000', '143511.844000', '143511.847000', '143511.849000', '143511.852000', '143511.854000', '143511.857000', '143511.860000', '143511.862000', '143511.865000', '143511.868000', '143511.870000', '143511.873000', '143511.875000', '143511.878000', '143511.881000', '143511.883000', '143531.772000', '143531.774000', '143531.777000', '143531.780000', '143531.782000', '143531.785000', '143531.788000', '143531.790000', '143531.793000', '143531.795000', '143531.798000', '143531.801000', '143531.803000', '143531.806000', '143531.808000', '143531.811000', '143531.814000', '143531.816000', '143531.819000', '143531.821000', '143531.824000', '143531.827000', '143531.829000', '143531.832000', '143531.835000', '143531.837000', '143531.840000', '143531.842000', '143531.845000', '143531.847000', '143531.850000', '143531.853000', '143531.855000', '143531.858000', '143531.861000', '143531.863000', '143531.866000', '143531.869000', '143531.871000', '143531.874000', '143531.876000', '143531.879000', '143531.881000', '143551.772000', '143551.775000', '143551.784000', '143551.786000', '143551.799000', '143551.802000', '143551.805000', '143551.807000', '143551.810000', '143551.812000', '143551.815000', '143551.818000', '143551.820000', '143551.823000', '143551.826000', '143551.828000', '143551.831000', '143551.834000', '143551.836000', '143551.839000', '143551.841000', '143551.844000', '143551.847000', '143551.849000', '143551.852000', '143551.855000', '143551.857000', '143551.860000', '143551.863000', '143551.865000', '143551.868000', '143551.871000', '143551.873000', '143551.876000', '143551.879000', '143551.881000', '143551.884000', '143551.886000', '143551.889000', '143551.892000', '143551.894000', '143551.897000', '143551.900000', '143551.902000', '143611.772000', '143611.775000', '143611.777000', '143611.780000', '143611.783000', '143611.786000', '143611.788000', '143611.791000', '143611.794000', '143611.796000', '143611.799000', '143611.802000', '143611.805000', '143611.807000', '143611.810000', '143611.812000', '143611.815000', '143611.818000', '143611.820000', '143611.823000', '143611.826000', '143611.828000', '143611.831000', '143611.834000', '143611.836000', '143611.839000', '143611.841000', '143611.844000', '143611.847000', '143611.849000', '143611.852000', '143611.855000', '143611.857000', '143611.860000', '143611.862000', '143611.865000', '143611.868000', '143611.870000', '143611.873000', '143611.876000', '143611.878000', '143611.881000', '143611.883000', '143614.754000', '143614.757000', '143614.760000', '143614.763000', '143614.765000', '143614.768000', '143614.772000'], 'InstanceCreationTime': ['142651.807000', '142651.810000', '142651.813000', '142651.816000', '142651.820000', '142651.823000', '142651.826000', '142651.828000', '142651.839000', '142651.842000', '142651.845000', '142651.847000', '142651.850000', '142651.852000', '142651.855000', '142651.858000', '142651.860000', '142651.863000', '142651.865000', '142651.868000', '142651.870000', '142651.873000', '142651.876000', '142651.878000', '142651.881000', '142651.884000', '142651.886000', '142651.889000', '142651.892000', '142651.894000', '142651.897000', '142651.899000', '142651.902000', '142651.905000', '142651.907000', '142651.910000', '142651.912000', '142651.915000', '142651.918000', '142651.920000', '142651.923000', '142651.944000', '142651.946000', '142651.949000', '142711.771000', '142711.774000', '142711.777000', '142711.780000', '142711.782000', '142711.785000', '142711.787000', '142711.790000', '142711.793000', '142711.795000', '142711.798000', '142711.801000', '142711.803000', '142711.806000', '142711.809000', '142711.811000', '142711.814000', '142711.816000', '142711.819000', '142711.822000', '142711.824000', '142711.827000', '142711.830000', '142711.832000', '142711.835000', '142711.837000', '142711.855000', '142711.857000', '142711.860000', '142711.862000', '142711.865000', '142711.868000', '142711.870000', '142711.873000', '142711.876000', '142711.878000', '142711.881000', '142711.883000', '142711.886000', '142711.889000', '142711.891000', '142711.894000', '142711.897000', '142731.771000', '142731.774000', '142731.777000', '142731.780000', '142731.782000', '142731.785000', '142731.788000', '142731.790000', '142731.793000', '142731.796000', '142731.798000', '142731.801000', '142731.804000', '142731.806000', '142731.809000', '142731.812000', '142731.814000', '142731.817000', '142731.819000', '142731.822000', '142731.825000', '142731.827000', '142731.830000', '142731.833000', '142731.836000', '142731.838000', '142731.848000', '142731.851000', '142731.853000', '142731.856000', '142731.858000', '142731.861000', '142731.864000', '142731.867000', '142731.869000', '142731.872000', '142731.875000', '142731.877000', '142731.880000', '142731.883000', '142731.885000', '142731.888000', '142731.890000', '142731.893000', '142751.771000', '142751.774000', '142751.776000', '142751.779000', '142751.781000', '142751.784000', '142751.786000', '142751.789000', '142751.792000', '142751.794000', '142751.797000', '142751.800000', '142751.802000', '142751.805000', '142751.808000', '142751.810000', '142751.813000', '142751.816000', '142751.818000', '142751.821000', '142751.824000', '142751.826000', '142751.839000', '142751.841000', '142751.844000', '142751.847000', '142751.850000', '142751.852000', '142751.855000', '142751.857000', '142751.860000', '142751.863000', '142751.865000', '142751.868000', '142751.870000', '142751.873000', '142751.876000', '142751.878000', '142751.881000', '142751.883000', '142751.886000', '142751.889000', '142751.891000', '142811.770000', '142811.773000', '142811.778000', '142811.782000', '142811.784000', '142811.787000', '142811.790000', '142811.792000', '142811.795000', '142811.798000', '142811.800000', '142811.803000', '142811.806000', '142811.808000', '142811.811000', '142811.814000', '142811.816000', '142811.819000', '142811.821000', '142811.824000', '142811.827000', '142811.829000', '142811.832000', '142811.835000', '142811.838000', '142811.840000', '142811.843000', '142811.846000', '142811.848000', '142811.851000', '142811.854000', '142811.856000', '142811.859000', '142811.862000', '142811.864000', '142811.867000', '142811.869000', '142811.881000', '142811.884000', '142811.887000', '142811.889000', '142811.892000', '142811.895000', '142831.772000', '142831.774000', '142831.777000', '142831.780000', '142831.783000', '142831.785000', '142831.788000', '142831.791000', '142831.793000', '142831.796000', '142831.799000', '142831.801000', '142831.804000', '142831.807000', '142831.809000', '142831.812000', '142831.815000', '142831.817000', '142831.820000', '142831.823000', '142831.825000', '142831.828000', '142831.831000', '142831.833000', '142831.836000', '142831.839000', '142831.841000', '142831.856000', '142831.858000', '142831.861000', '142831.864000', '142831.866000', '142831.869000', '142831.871000', '142831.874000', '142831.877000', '142831.879000', '142831.882000', '142831.885000', '142831.887000', '142831.890000', '142831.892000', '142831.895000', '142831.898000', '142851.771000', '142851.774000', '142851.777000', '142851.780000', '142851.783000', '142851.786000', '142851.789000', '142851.792000', '142851.794000', '142851.797000', '142851.800000', '142851.802000', '142851.805000', '142851.808000', '142851.810000', '142851.813000', '142851.816000', '142851.818000', '142851.821000', '142851.823000', '142851.826000', '142851.829000', '142851.832000', '142851.834000', '142851.837000', '142851.840000', '142851.842000', '142851.845000', '142851.848000', '142851.850000', '142851.853000', '142851.855000', '142851.858000', '142851.861000', '142851.863000', '142851.866000', '142851.869000', '142851.871000', '142851.874000', '142851.877000', '142851.879000', '142851.882000', '142851.884000', '142911.771000', '142911.774000', '142911.777000', '142911.780000', '142911.783000', '142911.785000', '142911.788000', '142911.791000', '142911.793000', '142911.796000', '142911.799000', '142911.801000', '142911.804000', '142911.807000', '142911.809000', '142911.812000', '142911.815000', '142911.817000', '142911.820000', '142911.822000', '142911.825000', '142911.828000', '142911.830000', '142911.833000', '142911.836000', '142911.838000', '142911.841000', '142911.844000', '142911.846000', '142911.849000', '142911.852000', '142911.854000', '142911.857000', '142911.859000', '142911.862000', '142911.865000', '142911.867000', '142911.870000', '142911.873000', '142911.875000', '142911.878000', '142911.881000', '142911.883000', '142911.886000', '142931.771000', '142931.774000', '142931.777000', '142931.780000', '142931.783000', '142931.785000', '142931.788000', '142931.791000', '142931.793000', '142931.796000', '142931.799000', '142931.801000', '142931.804000', '142931.806000', '142931.809000', '142931.812000', '142931.814000', '142931.817000', '142931.821000', '142931.824000', '142931.827000', '142931.830000', '142931.832000', '142931.835000', '142931.838000', '142931.840000', '142931.843000', '142931.846000', '142931.848000', '142931.855000', '142931.858000', '142931.860000', '142931.863000', '142931.866000', '142931.868000', '142931.871000', '142931.874000', '142931.876000', '142931.879000', '142931.882000', '142931.884000', '142931.887000', '142931.889000', '142951.771000', '142951.774000', '142951.777000', '142951.780000', '142951.782000', '142951.785000', '142951.788000', '142951.790000', '142951.793000', '142951.796000', '142951.798000', '142951.801000', '142951.804000', '142951.806000', '142951.809000', '142951.812000', '142951.814000', '142951.817000', '142951.819000', '142951.822000', '142951.825000', '142951.827000', '142951.830000', '142951.833000', '142951.835000', '142951.838000', '142951.841000', '142951.844000', '142951.846000', '142951.849000', '142951.852000', '142951.854000', '142951.857000', '142951.859000', '142951.862000', '142951.865000', '142951.868000', '142951.870000', '142951.873000', '142951.875000', '142951.878000', '142951.881000', '142951.883000', '142951.886000', '143011.770000', '143011.773000', '143011.776000', '143011.779000', '143011.781000', '143011.784000', '143011.787000', '143011.790000', '143011.793000', '143011.796000', '143011.798000', '143011.801000', '143011.804000', '143011.806000', '143011.809000', '143011.812000', '143011.814000', '143011.817000', '143011.820000', '143011.823000', '143011.825000', '143011.828000', '143011.831000', '143011.833000', '143011.836000', '143011.838000', '143011.841000', '143011.844000', '143011.847000', '143011.849000', '143011.852000', '143011.855000', '143011.865000', '143011.868000', '143011.870000', '143011.873000', '143011.876000', '143011.878000', '143011.881000', '143011.884000', '143011.886000', '143011.889000', '143011.892000', '143031.771000', '143031.774000', '143031.776000', '143031.779000', '143031.782000', '143031.784000', '143031.787000', '143031.790000', '143031.792000', '143031.795000', '143031.798000', '143031.800000', '143031.803000', '143031.806000', '143031.808000', '143031.811000', '143031.813000', '143031.816000', '143031.819000', '143031.821000', '143031.824000', '143031.827000', '143031.829000', '143031.832000', '143031.835000', '143031.837000', '143031.840000', '143031.842000', '143031.845000', '143031.848000', '143031.850000', '143031.853000', '143031.856000', '143031.859000', '143031.861000', '143031.864000', '143031.866000', '143031.869000', '143031.872000', '143031.874000', '143031.877000', '143031.880000', '143031.882000', '143031.885000', '143051.772000', '143051.775000', '143051.777000', '143051.780000', '143051.783000', '143051.785000', '143051.788000', '143051.791000', '143051.793000', '143051.796000', '143051.799000', '143051.804000', '143051.807000', '143051.810000', '143051.812000', '143051.815000', '143051.818000', '143051.820000', '143051.823000', '143051.826000', '143051.828000', '143051.831000', '143051.833000', '143051.836000', '143051.839000', '143051.841000', '143051.844000', '143051.847000', '143051.849000', '143051.852000', '143051.855000', '143051.858000', '143051.861000', '143051.863000', '143051.866000', '143051.869000', '143051.871000', '143051.874000', '143051.877000', '143051.879000', '143051.882000', '143051.885000', '143051.887000', '143111.771000', '143111.774000', '143111.777000', '143111.780000', '143111.783000', '143111.785000', '143111.788000', '143111.791000', '143111.793000', '143111.796000', '143111.799000', '143111.801000', '143111.804000', '143111.807000', '143111.809000', '143111.812000', '143111.815000', '143111.817000', '143111.820000', '143111.822000', '143111.825000', '143111.828000', '143111.830000', '143111.833000', '143111.836000', '143111.839000', '143111.842000', '143111.844000', '143111.847000', '143111.850000', '143111.853000', '143111.855000', '143111.858000', '143111.861000', '143111.863000', '143111.866000', '143111.869000', '143111.871000', '143111.874000', '143111.877000', '143111.879000', '143111.882000', '143111.884000', '143111.887000', '143131.772000', '143131.774000', '143131.777000', '143131.780000', '143131.783000', '143131.785000', '143131.788000', '143131.792000', '143131.795000', '143131.797000', '143131.800000', '143131.803000', '143131.805000', '143131.808000', '143131.811000', '143131.813000', '143131.816000', '143131.819000', '143131.821000', '143131.824000', '143131.827000', '143131.829000', '143131.832000', '143131.835000', '143131.837000', '143131.840000', '143131.843000', '143131.845000', '143131.848000', '143131.851000', '143131.853000', '143131.856000', '143131.859000', '143131.861000', '143131.864000', '143131.867000', '143131.869000', '143131.872000', '143131.875000', '143131.877000', '143131.880000', '143131.883000', '143131.885000', '143151.786000', '143151.789000', '143151.791000', '143151.795000', '143151.797000', '143151.800000', '143151.803000', '143151.805000', '143151.808000', '143151.811000', '143151.813000', '143151.816000', '143151.819000', '143151.821000', '143151.824000', '143151.827000', '143151.829000', '143151.832000', '143151.835000', '143151.837000', '143151.840000', '143151.843000', '143151.845000', '143151.848000', '143151.850000', '143151.853000', '143151.856000', '143151.859000', '143151.861000', '143151.864000', '143151.866000', '143151.869000', '143151.872000', '143151.874000', '143151.877000', '143151.880000', '143151.882000', '143151.885000', '143151.888000', '143151.890000', '143151.893000', '143151.896000', '143151.898000', '143151.901000', '143211.771000', '143211.774000', '143211.777000', '143211.779000', '143211.782000', '143211.785000', '143211.787000', '143211.790000', '143211.792000', '143211.795000', '143211.798000', '143211.806000', '143211.809000', '143211.812000', '143211.814000', '143211.817000', '143211.820000', '143211.823000', '143211.825000', '143211.828000', '143211.830000', '143211.833000', '143211.836000', '143211.838000', '143211.841000', '143211.844000', '143211.846000', '143211.849000', '143211.852000', '143211.854000', '143211.857000', '143211.859000', '143211.862000', '143211.865000', '143211.868000', '143211.870000', '143211.873000', '143211.876000', '143211.878000', '143211.881000', '143211.883000', '143211.886000', '143211.889000', '143231.770000', '143231.773000', '143231.776000', '143231.779000', '143231.781000', '143231.784000', '143231.786000', '143231.789000', '143231.792000', '143231.794000', '143231.797000', '143231.800000', '143231.802000', '143231.805000', '143231.808000', '143231.810000', '143231.813000', '143231.816000', '143231.818000', '143231.821000', '143231.823000', '143231.826000', '143231.829000', '143231.831000', '143231.834000', '143231.836000', '143231.839000', '143231.842000', '143231.844000', '143231.847000', '143231.850000', '143231.852000', '143231.855000', '143231.858000', '143231.860000', '143231.863000', '143231.866000', '143231.868000', '143231.871000', '143231.874000', '143231.876000', '143231.879000', '143231.882000', '143231.884000', '143251.770000', '143251.773000', '143251.776000', '143251.779000', '143251.781000', '143251.784000', '143251.787000', '143251.789000', '143251.792000', '143251.794000', '143251.797000', '143251.800000', '143251.802000', '143251.805000', '143251.808000', '143251.810000', '143251.813000', '143251.816000', '143251.818000', '143251.821000', '143251.824000', '143251.826000', '143251.829000', '143251.831000', '143251.834000', '143251.837000', '143251.839000', '143251.842000', '143251.845000', '143251.847000', '143251.850000', '143251.853000', '143251.855000', '143251.858000', '143251.861000', '143251.863000', '143251.866000', '143251.869000', '143251.871000', '143251.874000', '143251.877000', '143251.880000', '143251.883000', '143311.771000', '143311.774000', '143311.777000', '143311.780000', '143311.782000', '143311.785000', '143311.788000', '143311.790000', '143311.793000', '143311.796000', '143311.798000', '143311.809000', '143311.812000', '143311.815000', '143311.817000', '143311.820000', '143311.823000', '143311.825000', '143311.828000', '143311.831000', '143311.833000', '143311.836000', '143311.839000', '143311.841000', '143311.844000', '143311.847000', '143311.849000', '143311.861000', '143311.863000', '143311.866000', '143311.869000', '143311.871000', '143311.874000', '143311.877000', '143311.879000', '143311.882000', '143311.885000', '143311.888000', '143311.891000', '143311.893000', '143311.896000', '143311.899000', '143311.901000', '143311.904000', '143331.772000', '143331.774000', '143331.777000', '143331.780000', '143331.782000', '143331.785000', '143331.788000', '143331.790000', '143331.793000', '143331.796000', '143331.798000', '143331.801000', '143331.804000', '143331.806000', '143331.809000', '143331.812000', '143331.814000', '143331.817000', '143331.820000', '143331.822000', '143331.825000', '143331.828000', '143331.830000', '143331.833000', '143331.836000', '143331.838000', '143331.841000', '143331.844000', '143331.846000', '143331.849000', '143331.852000', '143331.854000', '143331.857000', '143331.860000', '143331.862000', '143331.865000', '143331.868000', '143331.871000', '143331.873000', '143331.876000', '143331.879000', '143331.881000', '143331.884000', '143351.772000', '143351.775000', '143351.777000', '143351.780000', '143351.783000', '143351.785000', '143351.788000', '143351.790000', '143351.793000', '143351.796000', '143351.799000', '143351.801000', '143351.804000', '143351.807000', '143351.809000', '143351.812000', '143351.815000', '143351.817000', '143351.820000', '143351.823000', '143351.825000', '143351.828000', '143351.831000', '143351.833000', '143351.836000', '143351.839000', '143351.841000', '143351.844000', '143351.846000', '143351.849000', '143351.852000', '143351.854000', '143351.857000', '143351.860000', '143351.862000', '143351.865000', '143351.868000', '143351.870000', '143351.873000', '143351.875000', '143351.878000', '143351.881000', '143351.883000', '143351.886000', '143411.772000', '143411.775000', '143411.777000', '143411.780000', '143411.783000', '143411.785000', '143411.788000', '143411.791000', '143411.793000', '143411.796000', '143411.799000', '143411.801000', '143411.804000', '143411.807000', '143411.809000', '143411.812000', '143411.815000', '143411.817000', '143411.820000', '143411.822000', '143411.825000', '143411.828000', '143411.830000', '143411.833000', '143411.836000', '143411.838000', '143411.841000', '143411.843000', '143411.846000', '143411.849000', '143411.851000', '143411.854000', '143411.857000', '143411.859000', '143411.862000', '143411.865000', '143411.867000', '143411.870000', '143411.873000', '143411.875000', '143411.878000', '143411.881000', '143411.883000', '143431.772000', '143431.774000', '143431.777000', '143431.780000', '143431.783000', '143431.785000', '143431.788000', '143431.790000', '143431.793000', '143431.796000', '143431.798000', '143431.801000', '143431.804000', '143431.806000', '143431.809000', '143431.812000', '143431.815000', '143431.817000', '143431.820000', '143431.823000', '143431.825000', '143431.839000', '143431.842000', '143431.844000', '143431.847000', '143431.850000', '143431.852000', '143431.855000', '143431.857000', '143431.860000', '143431.863000', '143431.865000', '143431.868000', '143431.871000', '143431.873000', '143431.876000', '143431.878000', '143431.881000', '143431.884000', '143431.886000', '143431.889000', '143431.891000', '143431.894000', '143431.897000', '143451.771000', '143451.773000', '143451.776000', '143451.779000', '143451.781000', '143451.784000', '143451.786000', '143451.789000', '143451.792000', '143451.794000', '143451.797000', '143451.800000', '143451.802000', '143451.805000', '143451.807000', '143451.810000', '143451.812000', '143451.815000', '143451.818000', '143451.820000', '143451.823000', '143451.826000', '143451.828000', '143451.831000', '143451.833000', '143451.836000', '143451.849000', '143451.851000', '143451.854000', '143451.857000', '143451.859000', '143451.862000', '143451.864000', '143451.867000', '143451.870000', '143451.872000', '143451.875000', '143451.878000', '143451.880000', '143451.883000', '143451.885000', '143451.888000', '143451.891000', '143511.771000', '143511.773000', '143511.776000', '143511.779000', '143511.781000', '143511.784000', '143511.786000', '143511.789000', '143511.792000', '143511.794000', '143511.797000', '143511.800000', '143511.802000', '143511.805000', '143511.807000', '143511.810000', '143511.813000', '143511.815000', '143511.818000', '143511.821000', '143511.823000', '143511.826000', '143511.828000', '143511.831000', '143511.834000', '143511.836000', '143511.839000', '143511.841000', '143511.844000', '143511.847000', '143511.849000', '143511.852000', '143511.854000', '143511.857000', '143511.860000', '143511.862000', '143511.865000', '143511.868000', '143511.870000', '143511.873000', '143511.875000', '143511.878000', '143511.881000', '143511.883000', '143531.772000', '143531.774000', '143531.777000', '143531.780000', '143531.782000', '143531.785000', '143531.788000', '143531.790000', '143531.793000', '143531.795000', '143531.798000', '143531.801000', '143531.803000', '143531.806000', '143531.808000', '143531.811000', '143531.814000', '143531.816000', '143531.819000', '143531.821000', '143531.824000', '143531.827000', '143531.829000', '143531.832000', '143531.835000', '143531.837000', '143531.840000', '143531.842000', '143531.845000', '143531.847000', '143531.850000', '143531.853000', '143531.855000', '143531.858000', '143531.861000', '143531.863000', '143531.866000', '143531.869000', '143531.871000', '143531.874000', '143531.876000', '143531.879000', '143531.881000', '143551.772000', '143551.775000', '143551.784000', '143551.786000', '143551.799000', '143551.802000', '143551.805000', '143551.807000', '143551.810000', '143551.812000', '143551.815000', '143551.818000', '143551.820000', '143551.823000', '143551.826000', '143551.828000', '143551.831000', '143551.834000', '143551.836000', '143551.839000', '143551.841000', '143551.844000', '143551.847000', '143551.849000', '143551.852000', '143551.855000', '143551.857000', '143551.860000', '143551.863000', '143551.865000', '143551.868000', '143551.871000', '143551.873000', '143551.876000', '143551.879000', '143551.881000', '143551.884000', '143551.886000', '143551.889000', '143551.892000', '143551.894000', '143551.897000', '143551.900000', '143551.902000', '143611.772000', '143611.775000', '143611.777000', '143611.780000', '143611.783000', '143611.786000', '143611.788000', '143611.791000', '143611.794000', '143611.796000', '143611.799000', '143611.802000', '143611.805000', '143611.807000', '143611.810000', '143611.812000', '143611.815000', '143611.818000', '143611.820000', '143611.823000', '143611.826000', '143611.828000', '143611.831000', '143611.834000', '143611.836000', '143611.839000', '143611.841000', '143611.844000', '143611.847000', '143611.849000', '143611.852000', '143611.855000', '143611.857000', '143611.860000', '143611.862000', '143611.865000', '143611.868000', '143611.870000', '143611.873000', '143611.876000', '143611.878000', '143611.881000', '143611.883000', '143614.754000', '143614.757000', '143614.760000', '143614.763000', '143614.765000', '143614.768000', '143614.772000'], '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': [9656, 7765, 6472, 6556, 6834, 6308, 6615, 8063, 6458, 6174, 7363, 6401, 6283, 7832, 6366, 6702, 6411, 6429, 6422, 7381, 6361, 6052, 9272, 7730, 5971, 6789, 6607, 7368, 6360, 5928, 9167, 6953, 6221, 6409, 6322, 7852, 6389, 5952, 8881, 6644, 5948, 6552, 6551, 7032, 6391, 6105, 11426, 7362, 6295, 6784, 6406, 9717, 6610, 7007, 9598, 6857, 6707, 5957, 5843, 8197, 6537, 7038, 6141, 5910, 8086, 6520, 10461, 6288, 6266, 7414, 6558, 6217, 6008, 6155, 6764, 6246, 6005, 7117, 6499, 6172, 6033, 5948, 7098, 6265, 9461, 7059, 5721, 6960, 6415, 5799, 6653, 6644, 8971, 7403, 6111, 8380, 6613, 6361, 7832, 7302, 7359, 7127, 6481, 9553, 6744, 6962, 10313, 7482, 10734, 7014, 6226, 9564, 6751, 12384, 8732, 7660, 6783, 6235, 8104, 6391, 9699, 6667, 6192, 6605, 6014, 6551, 6199, 6395, 6265, 6381, 7046, 6503, 7394, 6024, 6235, 7629, 6309, 6264, 8556, 6938, 7063, 6525, 6376, 9444, 7553, 11045, 8207, 6200, 8914, 6652, 6367, 7361, 7188, 9916, 6316, 6104, 7505, 6483, 8923, 8173, 6447, 10216, 6284, 7103, 6754, 6513, 11871, 6987, 6034, 6925, 6574, 6474, 6509, 6610, 9823, 7157, 6866, 6550, 6353, 7831, 6630, 7025, 8891, 6520, 7753, 6689, 6369, 9478, 7198, 6536, 7425, 6663, 6648, 6676, 6314, 10755, 7256, 6147, 7027, 6272, 7352, 6395, 6047, 10231, 6194, 6063, 6983, 6240, 7508, 6448, 6471, 8470, 6241, 5912, 7513, 6247, 6286, 8527, 6323, 5693, 6868, 6125, 6075, 7077, 6753, 8096, 6632, 6190, 8662, 6354, 6114, 7747, 6943, 5979, 6676, 6054, 7867, 6508, 6158, 8897, 6927, 6529, 6659, 6129, 8240, 6288, 6046, 9838, 6384, 5691, 6950, 6299, 7468, 6370, 6437, 10592, 6269, 5854, 6951, 6320, 9435, 6134, 6224, 8574, 6182, 6363, 6400, 5736, 7054, 6449, 9842, 6153, 6044, 6773, 6136, 7519, 6181, 5938, 6474, 6341, 6084, 6164, 5978, 7073, 6382, 9956, 6700, 5942, 7152, 6306, 9610, 6497, 6871, 8594, 6427, 6522, 6218, 5820, 7403, 6618, 10842, 6756, 5947, 7173, 6239, 8550, 6374, 6431, 9488, 6617, 6177, 6816, 6465, 6331, 6538, 6607, 7738, 6620, 6188, 9149, 6451, 6585, 10979, 6741, 6830, 6790, 6077, 9147, 6135, 5860, 8639, 6527, 6008, 7436, 5927, 6496, 8007, 6486, 7050, 6799, 6048, 8668, 6427, 8820, 7202, 6231, 8497, 6376, 6158, 7725, 6531, 6116, 6591, 6056, 7315, 5900, 6242, 7930, 6318, 6097, 6774, 6011, 9314, 6319, 6022, 8882, 6252, 6390, 6793, 6105, 11136, 6874, 6404, 6751, 6125, 8766, 6064, 6239, 7386, 6153, 5984, 6535, 6140, 8125, 6389, 5907, 6967, 6300, 7197, 6363, 6004, 9020, 6380, 6371, 6481, 6172, 7430, 6071, 5828, 7209, 6043, 5772, 6713, 5873, 7586, 6460, 6336, 7120, 6220, 6055, 7890, 6371, 6834, 8438, 6543, 7053, 6427, 6147, 9895, 6546, 5972, 7208, 6311, 7339, 6245, 6455, 10591, 6338, 5937, 6399, 6105, 9177, 6224, 6263, 9481, 6086, 6233, 6365, 6350, 8526, 6277, 6078, 7224, 6084, 6017, 6429, 6222, 10993, 7088, 6330, 7996, 6263, 6084, 7371, 6344, 6241, 6333, 6332, 8374, 6169, 6206, 9494, 6190, 6004, 6248, 6224, 7823, 6315, 6154, 6576, 6044, 6213, 6155, 6250, 9730, 6408, 6109, 7435, 6193, 6236, 7623, 6693, 6149, 6756, 6116, 6186, 6669, 6406, 9221, 7683, 6091, 9758, 6367, 6335, 10717, 6761, 6105, 6502, 6248, 7077, 6172, 6387, 10258, 6081, 6234, 7496, 6146, 6349, 9546, 6025, 5946, 6419, 6174, 7594, 6031, 6164, 7557, 6306, 6043, 8327, 6112, 7095, 8894, 6157, 7339, 5927, 6183, 9734, 6232, 5857, 7158, 6067, 6142, 7373, 6385, 5911, 6686, 5935, 6037, 6142, 6861, 9701, 6884, 6471, 7981, 6112, 5827, 7819, 6328, 5866, 7437, 6130, 5836, 6520, 6653, 10103, 7262, 6285, 8004, 6139, 5992, 7885, 6528, 6030, 7082, 6263, 7177, 5889, 7051, 6547, 6489, 10003, 7169, 5858, 8204, 6386, 5955, 9314, 6770, 6078, 8888, 6073, 5915, 7451, 6578, 6367, 7388, 5915, 6007, 7410, 6329, 6859, 9056, 6238, 7153, 6207, 5851, 10477, 7031, 10979, 8639, 6203, 8783, 6047, 6281, 8439, 6880, 8557, 6385, 6083, 8412, 5955, 6221, 11572, 6449, 6014, 6656, 6058, 9249, 6074, 6578, 12610, 6476, 5850, 6536, 6186, 7553, 6189, 6205, 8677, 6024, 6291, 6325, 6958, 8504, 6086, 6210, 7496, 5915, 5956, 6605, 7082, 11687, 6758, 5928, 6655, 6070, 6111, 6722, 6499, 6785, 6115, 6507, 7920, 6241, 6240, 10308, 6503, 6079, 6280, 6552, 8961, 6399, 6876, 9469, 6402, 6014, 6505, 7090, 6416, 6610, 6140, 6601, 6245, 5929, 6370, 10055, 6302, 5918, 7306, 6099, 7084, 9820, 6847, 5958, 6231, 6174, 6424, 6277, 7008, 8282, 6387, 6856, 7480, 6332, 6063, 8696, 7216, 7111, 10645, 6331, 6383, 6622, 6979, 11530, 8804, 6692, 8728, 6167, 7113, 6347, 6025, 10752, 6578, 6377, 6279, 6579, 7445, 6521, 6459, 7953, 6575, 5926, 6228, 6189, 6720, 6695, 6341, 8779, 6177, 6173, 6663, 6777, 10335, 6945, 10043, 7915, 5967, 8502, 6026, 9804, 6723, 6828, 11485, 6076, 6633, 6299, 5917, 7255, 6708, 8405, 6439, 6005, 6413, 6108, 8389, 6917, 5896, 6587, 6527, 7582, 6363, 9558, 6699, 6323, 6627, 6878, 6910, 6347, 7086, 6697, 6143, 6969, 6247, 6703, 6477, 6099, 7270, 6512, 6689, 6518, 6009, 6476, 6918, 7842, 6907, 6039, 6123, 6427, 7046, 6218, 6462, 6820, 7054, 7251, 6142, 5966, 6028, 6386, 7880, 6637, 6624, 9966, 6325, 5909, 8166, 6917, 12735, 9805, 6474, 8474, 6511, 8147, 6885, 6647, 12635, 6753, 6514, 6585, 6111, 7506, 6775, 8673, 6654, 7601, 7682, 6304, 6772, 6380, 6989, 6682, 6288, 6677, 6780, 7958, 6449, 9183, 7142, 6146, 6447, 6379, 7219, 6689, 7055, 6995, 6582, 7198, 6669, 6241, 6725, 6380, 10243, 6543, 11970, 6731, 8942, 7331, 6406, 11241, 7084, 6409, 6928, 7205, 7142, 6943, 6270, 7562, 6932, 5805, 7171, 6349, 7886, 6662, 6310, 9711, 6520, 6317, 9507, 6566, 6232, 11801, 6661, 6047, 8368, 6934, 6442, 11733, 8243, 6807, 7582, 6497, 6715, 8650, 6979, 6313, 10253, 6716, 5968, 7792, 6452, 8096, 6730, 7016, 12521, 7208, 6889, 12531, 6571, 5894, 6790, 6509, 8169, 6994, 6585, 10095, 6722, 5722, 6533, 6329, 7198, 6844, 7227, 7060, 6649, 6435, 7505, 6770, 7291, 8611, 6653, 7435, 6838, 6853, 8180, 6771, 7646, 10522, 7162, 9621, 6622, 6761, 6787, 6460, 9507, 6717, 6113, 6715, 7182, 7724, 6664, 8183, 7014, 6847, 11368, 6561, 6294, 6679, 7354, 10083, 6890, 7262, 11043, 6582, 7382, 6884, 6322, 7817, 7319, 11681, 6864, 6580, 6732, 7051, 7268, 6298, 7953, 6675, 6205, 8255, 6422, 5884, 6756, 6488, 7294, 7015, 7470, 8277, 6861, 6033, 7512, 6334, 11099, 7707, 8065, 10656, 6728, 9498, 6999, 7680, 7205, 6824, 11038, 6557, 7985, 7682, 6841, 6739, 6688, 7130, 7775, 7121, 6514, 8569, 6961, 6695, 6679, 7325, 8591, 7006, 7485, 10065, 6605, 7591, 6938, 6557, 8926, 6929, 7054, 6765, 7262, 7525, 7120, 5988, 7464, 6621, 6695, 6692, 7231, 8203, 6828, 7855, 8426, 7312, 9227, 6849, 7304, 7624, 7149, 11115, 7975, 6845, 7998, 6977, 7109, 7250, 6957, 7013, 6886, 7424, 7948, 7075, 6312, 7567, 6977, 6611, 6936, 6673, 8005, 7115, 6887, 7883, 6685, 6769, 6828, 7537, 8078, 7127, 7288, 9650, 6684, 6904, 6753, 7438, 7679, 6957, 6676, 8438, 6705, 6760, 6795, 7414, 9247, 7126, 6762, 9472, 6707, 7486, 6937, 7126, 11638, 7437, 6722, 7357, 6586, 7586, 6994, 6602, 9559, 7037, 6714, 6874, 6566, 7824, 7206, 6863, 9363, 6679, 7210, 7182, 6381, 7463, 6636, 8433, 7435, 7319, 8187, 7056, 7347, 7131, 6497, 13202, 7787, 7454, 6814, 7191, 7590, 6841, 8513, 7750, 7177, 8076, 6946, 7294, 7195, 7205, 12672, 7101, 6411, 7060, 7067, 8498, 7372, 6700, 8342, 7259, 6741, 7517, 7511, 9270, 7354, 7031, 7765, 6686, 7802, 7233, 7067, 7733, 7224, 7546, 7155, 6214, 7512, 7178, 11017, 7719, 6981, 7805, 6772, 8202, 7224, 7171, 8356, 7107, 7038, 7305, 6502, 7175, 6496, 7344, 6881, 7629, 7201, 6143, 7239, 7597, 7519, 7116, 8028, 7330, 6564, 7218, 7231, 9274, 7367, 8664, 9636, 6762, 11007, 6984, 8995, 7424, 7765, 7806, 7358, 10437, 7085, 7414, 7339, 6917, 7617, 7871, 10307, 7425, 7016, 7332, 6880, 8147, 7422, 7616, 8079, 7155, 7085, 7247, 7881, 9090, 7483, 7023, 11557, 7099, 7301, 7423, 7613, 9238, 7287, 7301, 10017, 6962, 7247, 7474, 6517, 8196, 7094, 7353, 7508, 7285, 7738, 7456, 6405, 7800, 7355, 9270, 7326, 6566, 7794, 7201, 6352, 7551, 6515], 'WindowCenter': [3603.0, 3555.0, 3530.0, 3517.0, 3526.0, 3515.0, 3526.0, 3546.0, 3516.0, 3514.0, 3535.0, 3514.0, 3525.0, 3547.0, 3526.0, 3527.0, 3526.0, 3526.0, 3527.0, 3536.0, 3527.0, 3528.0, 3569.0, 3549.0, 3515.0, 3526.0, 3527.0, 3536.0, 3526.0, 3516.0, 3558.0, 3537.0, 3515.0, 3525.0, 3526.0, 3546.0, 3527.0, 3527.0, 3558.0, 3527.0, 3515.0, 3525.0, 3526.0, 3536.0, 3527.0, 3527.0, 3580.0, 3537.0, 3526.0, 3525.0, 3526.0, 3568.0, 3538.0, 3536.0, 3569.0, 3526.0, 3525.0, 3514.0, 3515.0, 3546.0, 3526.0, 3535.0, 3515.0, 3503.0, 3546.0, 3525.0, 3567.0, 3525.0, 3526.0, 3547.0, 3526.0, 3514.0, 3514.0, 3515.0, 3525.0, 3527.0, 3527.0, 3538.0, 3539.0, 3526.0, 3516.0, 3527.0, 3551.0, 3528.0, 3568.0, 3537.0, 3518.0, 3535.0, 3529.0, 3515.0, 3537.0, 3538.0, 3570.0, 3551.0, 3527.0, 3559.0, 3538.0, 3539.0, 3560.0, 3550.0, 3549.0, 3538.0, 3529.0, 3570.0, 3538.0, 3538.0, 3580.0, 3549.0, 3579.0, 3536.0, 3514.0, 3567.0, 3525.0, 3577.0, 3557.0, 3534.0, 3522.0, 3501.0, 3533.0, 3513.0, 3556.0, 3524.0, 3514.0, 3523.0, 3512.0, 3512.0, 3515.0, 3523.0, 3524.0, 3527.0, 3537.0, 3526.0, 3535.0, 3516.0, 3515.0, 3547.0, 3527.0, 3528.0, 3558.0, 3537.0, 3535.0, 3525.0, 3525.0, 3568.0, 3546.0, 3577.0, 3546.0, 3513.0, 3554.0, 3524.0, 3525.0, 3535.0, 3538.0, 3568.0, 3513.0, 3512.0, 3534.0, 3526.0, 3556.0, 3547.0, 3515.0, 3554.0, 3512.0, 3522.0, 3524.0, 3513.0, 3565.0, 3524.0, 3511.0, 3521.0, 3522.0, 3511.0, 3524.0, 3523.0, 3566.0, 3535.0, 3523.0, 3512.0, 3513.0, 3545.0, 3524.0, 3534.0, 3555.0, 3524.0, 3534.0, 3525.0, 3524.0, 3555.0, 3523.0, 3525.0, 3534.0, 3523.0, 3523.0, 3525.0, 3525.0, 3567.0, 3534.0, 3515.0, 3523.0, 3511.0, 3521.0, 3512.0, 3511.0, 3565.0, 3502.0, 3511.0, 3523.0, 3512.0, 3535.0, 3515.0, 3512.0, 3544.0, 3512.0, 3503.0, 3534.0, 3526.0, 3524.0, 3557.0, 3524.0, 3501.0, 3521.0, 3513.0, 3515.0, 3534.0, 3523.0, 3547.0, 3524.0, 3512.0, 3543.0, 3513.0, 3514.0, 3533.0, 3525.0, 3500.0, 3510.0, 3511.0, 3531.0, 3512.0, 3512.0, 3556.0, 3523.0, 3512.0, 3521.0, 3511.0, 3543.0, 3514.0, 3512.0, 3567.0, 3512.0, 3502.0, 3523.0, 3513.0, 3533.0, 3512.0, 3513.0, 3567.0, 3512.0, 3502.0, 3523.0, 3513.0, 3555.0, 3513.0, 3513.0, 3545.0, 3513.0, 3512.0, 3511.0, 3503.0, 3535.0, 3512.0, 3556.0, 3512.0, 3512.0, 3523.0, 3512.0, 3534.0, 3515.0, 3524.0, 3524.0, 3525.0, 3515.0, 3515.0, 3514.0, 3538.0, 3527.0, 3569.0, 3525.0, 3513.0, 3534.0, 3523.0, 3568.0, 3524.0, 3525.0, 3557.0, 3523.0, 3513.0, 3512.0, 3502.0, 3535.0, 3524.0, 3577.0, 3526.0, 3512.0, 3523.0, 3514.0, 3545.0, 3526.0, 3527.0, 3567.0, 3536.0, 3513.0, 3525.0, 3524.0, 3524.0, 3526.0, 3527.0, 3545.0, 3525.0, 3513.0, 3557.0, 3526.0, 3526.0, 3568.0, 3524.0, 3524.0, 3523.0, 3512.0, 3555.0, 3514.0, 3503.0, 3544.0, 3512.0, 3514.0, 3535.0, 3516.0, 3515.0, 3547.0, 3513.0, 3524.0, 3523.0, 3512.0, 3557.0, 3512.0, 3554.0, 3521.0, 3500.0, 3542.0, 3512.0, 3514.0, 3534.0, 3524.0, 3513.0, 3523.0, 3512.0, 3534.0, 3503.0, 3525.0, 3545.0, 3514.0, 3511.0, 3522.0, 3513.0, 3557.0, 3514.0, 3514.0, 3544.0, 3512.0, 3511.0, 3525.0, 3513.0, 3566.0, 3524.0, 3511.0, 3521.0, 3513.0, 3543.0, 3513.0, 3512.0, 3535.0, 3512.0, 3513.0, 3512.0, 3515.0, 3545.0, 3514.0, 3503.0, 3522.0, 3512.0, 3521.0, 3525.0, 3512.0, 3556.0, 3513.0, 3513.0, 3511.0, 3512.0, 3534.0, 3514.0, 3502.0, 3533.0, 3514.0, 3502.0, 3524.0, 3516.0, 3545.0, 3525.0, 3524.0, 3535.0, 3515.0, 3513.0, 3546.0, 3524.0, 3524.0, 3545.0, 3512.0, 3522.0, 3512.0, 3513.0, 3567.0, 3525.0, 3512.0, 3534.0, 3515.0, 3532.0, 3524.0, 3523.0, 3567.0, 3523.0, 3511.0, 3512.0, 3511.0, 3555.0, 3514.0, 3522.0, 3555.0, 3511.0, 3510.0, 3511.0, 3525.0, 3543.0, 3524.0, 3512.0, 3534.0, 3512.0, 3514.0, 3524.0, 3512.0, 3565.0, 3536.0, 3513.0, 3531.0, 3513.0, 3512.0, 3533.0, 3513.0, 3513.0, 3511.0, 3511.0, 3543.0, 3513.0, 3512.0, 3566.0, 3514.0, 3511.0, 3512.0, 3512.0, 3535.0, 3512.0, 3512.0, 3522.0, 3501.0, 3511.0, 3516.0, 3525.0, 3555.0, 3513.0, 3512.0, 3532.0, 3512.0, 3513.0, 3534.0, 3525.0, 3512.0, 3522.0, 3512.0, 3512.0, 3524.0, 3512.0, 3557.0, 3533.0, 3501.0, 3553.0, 3512.0, 3511.0, 3564.0, 3523.0, 3500.0, 3510.0, 3510.0, 3521.0, 3512.0, 3512.0, 3553.0, 3501.0, 3500.0, 3532.0, 3513.0, 3511.0, 3554.0, 3500.0, 3500.0, 3510.0, 3513.0, 3544.0, 3513.0, 3514.0, 3533.0, 3513.0, 3514.0, 3544.0, 3514.0, 3535.0, 3557.0, 3513.0, 3532.0, 3513.0, 3527.0, 3566.0, 3514.0, 3513.0, 3534.0, 3513.0, 3513.0, 3534.0, 3514.0, 3502.0, 3522.0, 3512.0, 3512.0, 3514.0, 3523.0, 3555.0, 3523.0, 3512.0, 3532.0, 3503.0, 3502.0, 3533.0, 3513.0, 3502.0, 3532.0, 3512.0, 3500.0, 3513.0, 3524.0, 3565.0, 3536.0, 3512.0, 3543.0, 3513.0, 3515.0, 3546.0, 3526.0, 3514.0, 3537.0, 3527.0, 3549.0, 3516.0, 3536.0, 3526.0, 3525.0, 3569.0, 3537.0, 3504.0, 3544.0, 3514.0, 3514.0, 3558.0, 3525.0, 3514.0, 3544.0, 3501.0, 3501.0, 3535.0, 3526.0, 3527.0, 3535.0, 3505.0, 3516.0, 3548.0, 3528.0, 3539.0, 3559.0, 3515.0, 3526.0, 3514.0, 3504.0, 3568.0, 3536.0, 3567.0, 3547.0, 3503.0, 3545.0, 3503.0, 3514.0, 3545.0, 3524.0, 3545.0, 3512.0, 3500.0, 3532.0, 3514.0, 3512.0, 3567.0, 3515.0, 3501.0, 3511.0, 3500.0, 3542.0, 3503.0, 3511.0, 3577.0, 3512.0, 3489.0, 3511.0, 3500.0, 3522.0, 3502.0, 3500.0, 3532.0, 3502.0, 3511.0, 3512.0, 3523.0, 3543.0, 3502.0, 3501.0, 3522.0, 3502.0, 3501.0, 3524.0, 3523.0, 3566.0, 3513.0, 3501.0, 3511.0, 3515.0, 3513.0, 3524.0, 3514.0, 3523.0, 3502.0, 3513.0, 3533.0, 3525.0, 3524.0, 3566.0, 3515.0, 3512.0, 3513.0, 3512.0, 3544.0, 3526.0, 3525.0, 3558.0, 3513.0, 3512.0, 3512.0, 3534.0, 3525.0, 3524.0, 3513.0, 3523.0, 3514.0, 3528.0, 3527.0, 3569.0, 3526.0, 3504.0, 3534.0, 3517.0, 3535.0, 3556.0, 3525.0, 3501.0, 3512.0, 3513.0, 3524.0, 3526.0, 3536.0, 3546.0, 3515.0, 3524.0, 3534.0, 3514.0, 3513.0, 3557.0, 3538.0, 3536.0, 3566.0, 3514.0, 3511.0, 3512.0, 3536.0, 3567.0, 3556.0, 3522.0, 3543.0, 3513.0, 3521.0, 3513.0, 3512.0, 3565.0, 3524.0, 3511.0, 3512.0, 3510.0, 3520.0, 3513.0, 3514.0, 3545.0, 3525.0, 3512.0, 3512.0, 3513.0, 3525.0, 3538.0, 3526.0, 3558.0, 3516.0, 3515.0, 3525.0, 3525.0, 3568.0, 3536.0, 3566.0, 3534.0, 3501.0, 3542.0, 3502.0, 3566.0, 3524.0, 3524.0, 3564.0, 3501.0, 3510.0, 3511.0, 3501.0, 3534.0, 3522.0, 3543.0, 3512.0, 3511.0, 3511.0, 3513.0, 3544.0, 3525.0, 3501.0, 3512.0, 3511.0, 3531.0, 3513.0, 3554.0, 3522.0, 3512.0, 3511.0, 3510.0, 3520.0, 3513.0, 3533.0, 3524.0, 3513.0, 3521.0, 3512.0, 3510.0, 3512.0, 3514.0, 3534.0, 3524.0, 3510.0, 3512.0, 3510.0, 3511.0, 3534.0, 3544.0, 3537.0, 3526.0, 3514.0, 3524.0, 3534.0, 3515.0, 3525.0, 3537.0, 3536.0, 3534.0, 3525.0, 3514.0, 3513.0, 3524.0, 3545.0, 3525.0, 3525.0, 3565.0, 3524.0, 3501.0, 3546.0, 3535.0, 3587.0, 3567.0, 3511.0, 3531.0, 3511.0, 3531.0, 3524.0, 3522.0, 3574.0, 3522.0, 3510.0, 3510.0, 3498.0, 3520.0, 3509.0, 3542.0, 3523.0, 3531.0, 3533.0, 3509.0, 3509.0, 3510.0, 3520.0, 3511.0, 3509.0, 3523.0, 3510.0, 3532.0, 3523.0, 3553.0, 3523.0, 3511.0, 3510.0, 3511.0, 3521.0, 3524.0, 3522.0, 3524.0, 3524.0, 3522.0, 3523.0, 3511.0, 3524.0, 3511.0, 3553.0, 3512.0, 3564.0, 3523.0, 3543.0, 3535.0, 3524.0, 3567.0, 3522.0, 3509.0, 3522.0, 3531.0, 3522.0, 3536.0, 3526.0, 3547.0, 3538.0, 3517.0, 3537.0, 3525.0, 3546.0, 3525.0, 3525.0, 3567.0, 3525.0, 3525.0, 3568.0, 3538.0, 3516.0, 3578.0, 3525.0, 3512.0, 3542.0, 3524.0, 3524.0, 3578.0, 3546.0, 3524.0, 3534.0, 3512.0, 3523.0, 3544.0, 3523.0, 3513.0, 3553.0, 3512.0, 3501.0, 3533.0, 3512.0, 3532.0, 3511.0, 3523.0, 3577.0, 3535.0, 3523.0, 3576.0, 3512.0, 3490.0, 3510.0, 3510.0, 3543.0, 3523.0, 3512.0, 3554.0, 3512.0, 3501.0, 3512.0, 3512.0, 3524.0, 3524.0, 3535.0, 3525.0, 3523.0, 3513.0, 3534.0, 3537.0, 3536.0, 3557.0, 3526.0, 3532.0, 3524.0, 3523.0, 3544.0, 3525.0, 3534.0, 3567.0, 3524.0, 3553.0, 3512.0, 3511.0, 3512.0, 3513.0, 3555.0, 3523.0, 3501.0, 3522.0, 3525.0, 3532.0, 3524.0, 3547.0, 3524.0, 3523.0, 3564.0, 3512.0, 3512.0, 3513.0, 3522.0, 3567.0, 3523.0, 3523.0, 3565.0, 3511.0, 3522.0, 3524.0, 3511.0, 3533.0, 3522.0, 3563.0, 3511.0, 3511.0, 3510.0, 3521.0, 3521.0, 3514.0, 3545.0, 3523.0, 3500.0, 3544.0, 3514.0, 3489.0, 3521.0, 3513.0, 3534.0, 3536.0, 3536.0, 3559.0, 3527.0, 3515.0, 3537.0, 3525.0, 3578.0, 3537.0, 3547.0, 3566.0, 3523.0, 3553.0, 3522.0, 3532.0, 3523.0, 3511.0, 3553.0, 3512.0, 3533.0, 3533.0, 3524.0, 3510.0, 3512.0, 3522.0, 3533.0, 3524.0, 3525.0, 3546.0, 3537.0, 3524.0, 3524.0, 3534.0, 3555.0, 3536.0, 3534.0, 3568.0, 3523.0, 3533.0, 3522.0, 3515.0, 3558.0, 3525.0, 3524.0, 3511.0, 3522.0, 3532.0, 3534.0, 3514.0, 3535.0, 3537.0, 3523.0, 3524.0, 3535.0, 3556.0, 3527.0, 3548.0, 3546.0, 3535.0, 3554.0, 3523.0, 3535.0, 3535.0, 3524.0, 3565.0, 3533.0, 3523.0, 3532.0, 3523.0, 3523.0, 3533.0, 3524.0, 3522.0, 3523.0, 3523.0, 3531.0, 3522.0, 3514.0, 3536.0, 3524.0, 3522.0, 3522.0, 3523.0, 3534.0, 3525.0, 3524.0, 3544.0, 3524.0, 3524.0, 3522.0, 3533.0, 3535.0, 3535.0, 3534.0, 3557.0, 3523.0, 3521.0, 3522.0, 3533.0, 3534.0, 3535.0, 3524.0, 3546.0, 3525.0, 3524.0, 3522.0, 3537.0, 3556.0, 3524.0, 3523.0, 3553.0, 3522.0, 3523.0, 3522.0, 3524.0, 3564.0, 3536.0, 3522.0, 3521.0, 3512.0, 3532.0, 3524.0, 3523.0, 3554.0, 3524.0, 3522.0, 3522.0, 3523.0, 3533.0, 3535.0, 3525.0, 3557.0, 3524.0, 3532.0, 3523.0, 3511.0, 3535.0, 3524.0, 3544.0, 3536.0, 3534.0, 3543.0, 3524.0, 3522.0, 3523.0, 3514.0, 3588.0, 3535.0, 3522.0, 3513.0, 3525.0, 3535.0, 3524.0, 3543.0, 3534.0, 3523.0, 3531.0, 3523.0, 3534.0, 3535.0, 3534.0, 3576.0, 3523.0, 3512.0, 3523.0, 3522.0, 3557.0, 3536.0, 3524.0, 3544.0, 3536.0, 3523.0, 3533.0, 3534.0, 3553.0, 3536.0, 3523.0, 3533.0, 3524.0, 3532.0, 3535.0, 3522.0, 3535.0, 3534.0, 3532.0, 3522.0, 3500.0, 3522.0, 3525.0, 3564.0, 3533.0, 3522.0, 3531.0, 3513.0, 3530.0, 3533.0, 3522.0, 3543.0, 3523.0, 3521.0, 3533.0, 3510.0, 3523.0, 3525.0, 3536.0, 3536.0, 3545.0, 3536.0, 3514.0, 3535.0, 3535.0, 3546.0, 3537.0, 3545.0, 3538.0, 3524.0, 3536.0, 3535.0, 3553.0, 3537.0, 3544.0, 3557.0, 3524.0, 3565.0, 3523.0, 3542.0, 3533.0, 3535.0, 3534.0, 3534.0, 3552.0, 3523.0, 3521.0, 3534.0, 3523.0, 3535.0, 3533.0, 3553.0, 3535.0, 3521.0, 3521.0, 3521.0, 3534.0, 3533.0, 3533.0, 3533.0, 3522.0, 3521.0, 3523.0, 3534.0, 3554.0, 3535.0, 3522.0, 3564.0, 3522.0, 3522.0, 3521.0, 3531.0, 3553.0, 3524.0, 3523.0, 3555.0, 3523.0, 3520.0, 3521.0, 3510.0, 3534.0, 3522.0, 3524.0, 3523.0, 3522.0, 3531.0, 3522.0, 3512.0, 3534.0, 3535.0, 3553.0, 3524.0, 3511.0, 3533.0, 3535.0, 3523.0, 3545.0, 3524.0], 'WindowWidth': [8158.0, 8075.0, 8033.0, 8008.0, 8017.0, 8001.0, 8016.0, 8041.0, 8001.0, 7997.0, 8024.0, 7996.0, 8014.0, 8043.0, 8016.0, 8017.0, 8014.0, 8014.0, 8018.0, 8030.0, 8018.0, 8023.0, 8076.0, 8050.0, 8001.0, 8014.0, 8017.0, 8026.0, 8016.0, 8002.0, 8060.0, 8031.0, 7999.0, 8012.0, 8014.0, 8040.0, 8020.0, 8019.0, 8061.0, 8017.0, 8001.0, 8014.0, 8016.0, 8028.0, 8019.0, 8020.0, 8093.0, 8033.0, 8015.0, 8013.0, 8015.0, 8072.0, 8036.0, 8030.0, 8076.0, 8015.0, 8011.0, 7998.0, 7999.0, 8041.0, 8015.0, 8027.0, 7999.0, 7983.0, 8041.0, 8012.0, 8069.0, 8013.0, 8019.0, 8045.0, 8016.0, 7999.0, 7997.0, 8001.0, 8013.0, 8021.0, 8022.0, 8035.0, 8038.0, 8017.0, 8003.0, 8019.0, 8060.0, 8022.0, 8074.0, 8031.0, 8007.0, 8026.0, 8022.0, 8001.0, 8034.0, 8038.0, 8080.0, 8056.0, 8022.0, 8063.0, 8037.0, 8041.0, 8070.0, 8054.0, 8053.0, 8035.0, 8025.0, 8079.0, 8036.0, 8036.0, 8095.0, 8051.0, 8089.0, 8029.0, 7997.0, 8070.0, 8015.0, 8085.0, 8057.0, 8022.0, 8004.0, 7974.0, 8017.0, 7994.0, 8054.0, 8009.0, 7998.0, 8005.0, 7992.0, 7991.0, 8000.0, 8008.0, 8010.0, 8019.0, 8032.0, 8018.0, 8027.0, 8002.0, 8001.0, 8045.0, 8022.0, 8022.0, 8064.0, 8032.0, 8027.0, 8012.0, 8014.0, 8074.0, 8043.0, 8085.0, 8040.0, 7994.0, 8050.0, 8009.0, 8013.0, 8026.0, 8037.0, 8071.0, 7994.0, 7992.0, 8024.0, 8016.0, 8054.0, 8044.0, 7998.0, 8049.0, 7992.0, 8003.0, 8010.0, 7994.0, 8063.0, 8009.0, 7988.0, 8002.0, 8005.0, 7989.0, 8011.0, 8008.0, 8068.0, 8028.0, 8007.0, 7992.0, 7994.0, 8040.0, 8011.0, 8025.0, 8052.0, 8011.0, 8025.0, 8014.0, 8011.0, 8050.0, 8008.0, 8013.0, 8021.0, 8008.0, 8008.0, 8015.0, 8017.0, 8071.0, 8022.0, 8000.0, 8005.0, 7987.0, 7999.0, 7992.0, 7990.0, 8064.0, 7978.0, 7990.0, 8006.0, 7991.0, 8027.0, 7998.0, 7993.0, 8033.0, 7989.0, 7980.0, 8024.0, 8017.0, 8011.0, 8058.0, 8010.0, 7976.0, 8003.0, 7995.0, 7999.0, 8026.0, 8010.0, 8044.0, 8009.0, 7991.0, 8032.0, 7995.0, 7999.0, 8021.0, 8011.0, 7974.0, 7985.0, 7988.0, 8014.0, 7993.0, 7992.0, 8054.0, 8009.0, 7991.0, 8001.0, 7989.0, 8032.0, 7997.0, 7991.0, 8070.0, 7992.0, 7979.0, 8006.0, 7994.0, 8022.0, 7993.0, 7994.0, 8068.0, 7991.0, 7978.0, 8007.0, 7993.0, 8052.0, 7995.0, 7994.0, 8038.0, 7993.0, 7992.0, 7990.0, 7980.0, 8027.0, 7992.0, 8053.0, 7991.0, 7992.0, 8005.0, 7993.0, 8027.0, 8003.0, 8014.0, 8013.0, 8014.0, 8001.0, 8002.0, 7999.0, 8035.0, 8019.0, 8077.0, 8014.0, 7995.0, 8023.0, 8009.0, 8073.0, 8012.0, 8013.0, 8059.0, 8009.0, 7995.0, 7993.0, 7980.0, 8028.0, 8012.0, 8085.0, 8016.0, 7994.0, 8007.0, 7997.0, 8039.0, 8017.0, 8020.0, 8072.0, 8031.0, 7997.0, 8012.0, 8011.0, 8013.0, 8016.0, 8019.0, 8040.0, 8013.0, 7997.0, 8057.0, 8018.0, 8016.0, 8075.0, 8009.0, 8008.0, 8006.0, 7990.0, 8053.0, 7998.0, 7983.0, 8035.0, 7993.0, 7996.0, 8027.0, 8004.0, 8000.0, 8044.0, 7995.0, 8008.0, 8007.0, 7993.0, 8059.0, 7993.0, 8050.0, 8002.0, 7974.0, 8029.0, 7993.0, 7996.0, 8023.0, 8010.0, 7994.0, 8007.0, 7991.0, 8024.0, 7982.0, 8013.0, 8038.0, 7996.0, 7990.0, 8004.0, 7995.0, 8057.0, 7998.0, 7998.0, 8034.0, 7993.0, 7989.0, 8012.0, 7995.0, 8067.0, 8011.0, 7988.0, 8001.0, 7992.0, 8034.0, 7996.0, 7991.0, 8024.0, 7991.0, 7992.0, 7991.0, 8000.0, 8039.0, 7999.0, 7983.0, 8005.0, 7992.0, 8002.0, 8014.0, 7994.0, 8054.0, 7994.0, 7992.0, 7989.0, 7992.0, 8024.0, 7998.0, 7980.0, 8022.0, 7996.0, 7978.0, 8011.0, 8006.0, 8039.0, 8015.0, 8013.0, 8026.0, 7999.0, 7997.0, 8045.0, 8012.0, 8012.0, 8038.0, 7993.0, 8004.0, 7992.0, 7996.0, 8071.0, 8012.0, 7992.0, 8023.0, 7998.0, 8019.0, 8012.0, 8009.0, 8070.0, 8008.0, 7988.0, 7991.0, 7990.0, 8053.0, 7998.0, 8006.0, 8051.0, 7990.0, 7987.0, 7987.0, 8015.0, 8035.0, 8011.0, 7991.0, 8021.0, 7993.0, 8000.0, 8012.0, 7991.0, 8065.0, 8028.0, 7992.0, 8015.0, 7993.0, 7995.0, 8020.0, 7994.0, 7992.0, 7988.0, 7990.0, 8035.0, 7998.0, 7992.0, 8069.0, 7996.0, 7989.0, 7990.0, 7993.0, 8025.0, 7992.0, 7992.0, 8003.0, 7976.0, 7988.0, 8003.0, 8013.0, 8053.0, 7995.0, 7991.0, 8018.0, 7992.0, 7996.0, 8024.0, 8013.0, 7993.0, 8005.0, 7993.0, 7993.0, 8011.0, 7993.0, 8056.0, 8019.0, 7975.0, 8044.0, 7990.0, 7990.0, 8061.0, 8007.0, 7971.0, 7983.0, 7986.0, 8003.0, 7991.0, 7992.0, 8044.0, 7973.0, 7971.0, 8018.0, 7996.0, 7988.0, 8049.0, 7974.0, 7971.0, 7986.0, 7995.0, 8038.0, 7996.0, 8000.0, 8021.0, 7995.0, 7998.0, 8035.0, 7999.0, 8026.0, 8057.0, 7995.0, 8019.0, 7995.0, 8022.0, 8070.0, 7997.0, 7998.0, 8025.0, 7995.0, 7998.0, 8024.0, 7997.0, 7979.0, 8005.0, 7993.0, 7992.0, 8001.0, 8010.0, 8054.0, 8009.0, 7991.0, 8016.0, 7980.0, 7981.0, 8022.0, 7997.0, 7978.0, 8018.0, 7993.0, 7974.0, 7995.0, 8009.0, 8067.0, 8029.0, 7992.0, 8034.0, 7994.0, 8001.0, 8044.0, 8020.0, 8000.0, 8033.0, 8019.0, 8055.0, 8005.0, 8029.0, 8015.0, 8013.0, 8075.0, 8032.0, 7982.0, 8034.0, 7995.0, 7998.0, 8059.0, 8013.0, 7993.0, 8033.0, 7974.0, 7975.0, 8025.0, 8015.0, 8017.0, 8024.0, 7986.0, 8002.0, 8048.0, 8022.0, 8037.0, 8063.0, 7999.0, 8013.0, 7997.0, 7984.0, 8071.0, 8026.0, 8069.0, 8040.0, 7980.0, 8035.0, 7978.0, 7996.0, 8038.0, 8008.0, 8035.0, 7988.0, 7971.0, 8013.0, 7994.0, 7990.0, 8068.0, 7996.0, 7973.0, 7986.0, 7972.0, 8028.0, 7979.0, 7986.0, 8081.0, 7989.0, 7956.0, 7986.0, 7970.0, 7999.0, 7977.0, 7971.0, 8014.0, 7976.0, 7985.0, 7991.0, 8006.0, 8032.0, 7978.0, 7975.0, 8002.0, 7976.0, 7973.0, 8009.0, 8004.0, 8067.0, 7992.0, 7973.0, 7987.0, 7997.0, 7993.0, 8011.0, 7995.0, 8008.0, 7978.0, 7994.0, 8020.0, 8013.0, 8010.0, 8067.0, 7999.0, 7992.0, 7992.0, 7991.0, 8036.0, 8016.0, 8011.0, 8057.0, 7992.0, 7991.0, 7993.0, 8022.0, 8013.0, 8010.0, 7995.0, 8006.0, 7996.0, 8023.0, 8019.0, 8077.0, 8016.0, 7983.0, 8021.0, 8004.0, 8026.0, 8052.0, 8013.0, 7975.0, 7990.0, 7994.0, 8010.0, 8018.0, 8029.0, 8044.0, 7999.0, 8010.0, 8021.0, 7997.0, 7995.0, 8057.0, 8032.0, 8028.0, 8065.0, 7995.0, 7988.0, 7990.0, 8028.0, 8070.0, 8054.0, 8004.0, 8031.0, 7992.0, 7999.0, 7992.0, 7993.0, 8064.0, 8009.0, 7987.0, 7989.0, 7986.0, 7999.0, 7993.0, 7995.0, 8038.0, 8013.0, 7992.0, 7992.0, 7995.0, 8014.0, 8035.0, 8017.0, 8061.0, 8002.0, 8001.0, 8013.0, 8013.0, 8076.0, 8029.0, 8069.0, 8022.0, 7974.0, 8030.0, 7976.0, 8068.0, 8009.0, 8008.0, 8061.0, 7974.0, 7985.0, 7986.0, 7976.0, 8023.0, 8005.0, 8033.0, 7989.0, 7987.0, 7987.0, 7995.0, 8039.0, 8012.0, 7976.0, 7989.0, 7988.0, 8012.0, 7993.0, 8049.0, 8005.0, 7990.0, 7986.0, 7984.0, 7996.0, 7993.0, 8021.0, 8010.0, 7993.0, 8000.0, 7990.0, 7984.0, 7992.0, 7999.0, 8023.0, 8012.0, 7986.0, 7990.0, 7986.0, 7989.0, 8025.0, 8039.0, 8032.0, 8019.0, 8000.0, 8012.0, 8024.0, 8002.0, 8016.0, 8033.0, 8032.0, 8026.0, 8016.0, 7999.0, 7998.0, 8012.0, 8040.0, 8015.0, 8014.0, 8066.0, 8011.0, 7977.0, 8042.0, 8027.0, 8100.0, 8070.0, 7988.0, 8014.0, 7988.0, 8015.0, 8010.0, 8004.0, 8075.0, 8002.0, 7983.0, 7984.0, 7967.0, 7998.0, 7983.0, 8032.0, 8007.0, 8013.0, 8019.0, 7982.0, 7982.0, 7986.0, 7997.0, 7987.0, 7982.0, 8005.0, 7985.0, 8017.0, 8008.0, 8047.0, 8008.0, 7988.0, 7986.0, 7990.0, 8001.0, 8010.0, 8007.0, 8009.0, 8011.0, 8003.0, 8008.0, 7990.0, 8009.0, 7988.0, 8044.0, 7992.0, 8059.0, 8006.0, 8033.0, 8028.0, 8013.0, 8069.0, 8004.0, 7984.0, 8003.0, 8015.0, 8005.0, 8032.0, 8018.0, 8045.0, 8036.0, 8009.0, 8033.0, 8015.0, 8041.0, 8015.0, 8013.0, 8070.0, 8015.0, 8012.0, 8075.0, 8035.0, 8004.0, 8088.0, 8010.0, 7991.0, 8030.0, 8008.0, 8010.0, 8085.0, 8042.0, 8008.0, 8022.0, 7991.0, 8008.0, 8038.0, 8008.0, 7994.0, 8046.0, 7990.0, 7974.0, 8018.0, 7990.0, 8016.0, 7988.0, 8004.0, 8082.0, 8025.0, 8005.0, 8078.0, 7988.0, 7956.0, 7982.0, 7984.0, 8030.0, 8005.0, 7989.0, 8047.0, 7989.0, 7974.0, 7990.0, 7992.0, 8010.0, 8009.0, 8026.0, 8010.0, 8007.0, 7993.0, 8022.0, 8033.0, 8030.0, 8056.0, 8016.0, 8018.0, 8008.0, 8005.0, 8035.0, 8014.0, 8023.0, 8071.0, 8007.0, 8045.0, 7988.0, 7986.0, 7989.0, 7994.0, 8050.0, 8007.0, 7975.0, 8003.0, 8010.0, 8017.0, 8009.0, 8045.0, 8010.0, 8007.0, 8060.0, 7988.0, 7989.0, 7990.0, 8003.0, 8069.0, 8007.0, 8005.0, 8061.0, 7987.0, 8000.0, 8005.0, 7985.0, 8018.0, 8003.0, 8057.0, 7987.0, 7984.0, 7982.0, 7999.0, 7998.0, 7997.0, 8039.0, 8006.0, 7971.0, 8032.0, 7993.0, 7956.0, 8000.0, 7993.0, 8025.0, 8032.0, 8030.0, 8065.0, 8020.0, 8000.0, 8030.0, 8013.0, 8087.0, 8031.0, 8044.0, 8065.0, 8005.0, 8044.0, 8003.0, 8016.0, 8003.0, 7986.0, 8044.0, 7989.0, 8021.0, 8018.0, 8009.0, 7986.0, 7989.0, 8003.0, 8019.0, 8010.0, 8015.0, 8042.0, 8033.0, 8009.0, 8009.0, 8023.0, 8054.0, 8029.0, 8024.0, 8071.0, 8006.0, 8018.0, 8004.0, 7999.0, 8059.0, 8012.0, 8009.0, 7989.0, 8004.0, 8017.0, 8023.0, 8000.0, 8027.0, 8033.0, 8010.0, 8011.0, 8028.0, 8057.0, 8018.0, 8047.0, 8040.0, 8024.0, 8049.0, 8006.0, 8024.0, 8027.0, 8009.0, 8065.0, 8020.0, 8006.0, 8016.0, 8005.0, 8007.0, 8021.0, 8009.0, 8004.0, 8004.0, 8006.0, 8014.0, 8004.0, 7998.0, 8026.0, 8008.0, 8003.0, 8003.0, 8006.0, 8020.0, 8012.0, 8009.0, 8035.0, 8011.0, 8008.0, 8004.0, 8019.0, 8023.0, 8026.0, 8021.0, 8056.0, 8007.0, 8001.0, 8002.0, 8019.0, 8024.0, 8026.0, 8009.0, 8040.0, 8011.0, 8008.0, 8004.0, 8031.0, 8054.0, 8009.0, 8008.0, 8045.0, 8004.0, 8004.0, 8003.0, 8011.0, 8063.0, 8026.0, 8003.0, 7999.0, 7989.0, 8014.0, 8009.0, 8008.0, 8048.0, 8011.0, 8005.0, 8003.0, 8006.0, 8020.0, 8026.0, 8011.0, 8056.0, 8008.0, 8016.0, 8005.0, 7989.0, 8026.0, 8012.0, 8036.0, 8029.0, 8021.0, 8031.0, 8008.0, 8003.0, 8008.0, 7994.0, 8099.0, 8024.0, 8003.0, 7991.0, 8012.0, 8027.0, 8012.0, 8033.0, 8021.0, 8005.0, 8013.0, 8004.0, 8022.0, 8026.0, 8022.0, 8079.0, 8005.0, 7989.0, 8003.0, 8002.0, 8057.0, 8028.0, 8009.0, 8035.0, 8030.0, 8008.0, 8020.0, 8023.0, 8046.0, 8027.0, 8007.0, 8018.0, 8009.0, 8016.0, 8025.0, 8007.0, 8023.0, 8022.0, 8016.0, 8001.0, 7972.0, 8002.0, 8010.0, 8060.0, 8020.0, 8001.0, 8013.0, 7991.0, 8009.0, 8019.0, 8005.0, 8032.0, 8007.0, 8002.0, 8019.0, 7985.0, 8006.0, 8013.0, 8030.0, 8029.0, 8039.0, 8028.0, 7996.0, 8024.0, 8026.0, 8042.0, 8035.0, 8038.0, 8033.0, 8010.0, 8026.0, 8024.0, 8046.0, 8032.0, 8037.0, 8057.0, 8011.0, 8062.0, 8005.0, 8029.0, 8020.0, 8025.0, 8022.0, 8020.0, 8042.0, 8005.0, 7999.0, 8022.0, 8007.0, 8025.0, 8020.0, 8045.0, 8022.0, 8000.0, 7999.0, 7998.0, 8021.0, 8019.0, 8018.0, 8020.0, 8003.0, 7999.0, 8006.0, 8022.0, 8049.0, 8026.0, 8005.0, 8062.0, 8002.0, 8001.0, 7999.0, 8012.0, 8044.0, 8007.0, 8006.0, 8050.0, 8005.0, 7997.0, 8001.0, 7985.0, 8019.0, 8002.0, 8006.0, 8005.0, 8003.0, 8013.0, 8002.0, 7990.0, 8023.0, 8022.0, 8044.0, 8007.0, 7987.0, 8018.0, 8025.0, 8011.0, 8039.0, 8013.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.0005872648221343874</td></tr>
<tr><td colspan=3>aqi</td><td>0.04723107391304348</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.341704537666146</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0850717449287972</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9492763932594922</td></tr>
<tr><td colspan=3>efc</td><td>0.4418</td></tr>
<tr><td colspan=3>fber</td><td>6668.3359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1315448394559435</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>252</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.92094861660079</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4857303025402326</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3317407625887863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746161298162776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.379288846869136</td></tr>
<tr><td colspan=3>gcor</td><td>0.00316892</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015873534604907036</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0286211296916008</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.035349554973147</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>25.0871</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.8961</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.4348</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312373.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>592.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.2689</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5482</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>414.2671</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2856.7161</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>745.6545</td></tr>
<tr><td colspan=3>tsnr</td><td>31.28538738109637</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>