<?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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-04/func/sub-0087_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>b042df84835e5a55e202a4b9f38bf1c0</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>12:07:20.540000</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.999008, 0.0185474, -0.0404729, -0.0127289, 0.990133, 0.139553]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110706</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7770, -7244, 634, -48, -72, 102, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>55be1900-bd86-4b18-bd62-daeb38055435||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.6802666187286377, -0.034150779247283936, -0.11518701165914536, 117.1865463256836], [-0.049761366099119186, 2.656453847885132, 0.37502798438072205, -97.72846221923828], [-0.10858573764562607, -0.3744099736213684, 2.6713452339172363, -48.40052032470703], [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': ['120720.540000', '120721.000000', '120721.460000', '120721.920000', '120722.380000', '120722.840000', '120723.300000', '120723.760000', '120724.220000', '120724.680000', '120725.140000', '120725.600000', '120726.060000', '120726.520000', '120726.980000', '120727.440000', '120727.900000', '120728.360000', '120728.820000', '120729.280000', '120729.740000', '120730.200000', '120730.660000', '120731.120000', '120731.580000', '120732.040000', '120732.500000', '120732.960000', '120733.420000', '120733.880000', '120734.340000', '120734.800000', '120735.260000', '120735.720000', '120736.180000', '120736.640000', '120737.100000', '120737.560000', '120738.020000', '120738.480000', '120738.940000', '120739.400000', '120739.860000', '120740.320000', '120740.780000', '120741.240000', '120741.700000', '120742.160000', '120742.620000', '120743.080000', '120743.540000', '120744.000000', '120744.460000', '120744.920000', '120745.380000', '120745.840000', '120746.300000', '120746.760000', '120747.220000', '120747.680000', '120748.140000', '120748.600000', '120749.060000', '120749.520000', '120749.980000', '120750.440000', '120750.900000', '120751.360000', '120751.820000', '120752.280000', '120752.740000', '120753.200000', '120753.660000', '120754.120000', '120754.580000', '120755.040000', '120755.500000', '120755.960000', '120756.420000', '120756.880000', '120757.340000', '120757.800000', '120758.260000', '120758.720000', '120759.180000', '120759.640000', '120800.100000', '120800.560000', '120801.020000', '120801.480000', '120801.940000', '120802.400000', '120802.860000', '120803.320000', '120803.780000', '120804.240000', '120804.700000', '120805.160000', '120805.620000', '120806.080000', '120806.540000', '120807.000000', '120807.460000', '120807.920000', '120808.380000', '120808.840000', '120809.300000', '120809.760000', '120810.220000', '120810.680000', '120811.140000', '120811.600000', '120812.060000', '120812.520000', '120812.980000', '120813.440000', '120813.900000', '120814.360000', '120814.820000', '120815.280000', '120815.740000', '120816.200000', '120816.660000', '120817.120000', '120817.580000', '120818.040000', '120818.500000', '120818.960000', '120819.420000', '120819.880000', '120820.340000', '120820.800000', '120821.260000', '120821.720000', '120822.180000', '120822.640000', '120823.100000', '120823.560000', '120824.020000', '120824.480000', '120824.940000', '120825.400000', '120825.860000', '120826.320000', '120826.780000', '120827.240000', '120827.700000', '120828.160000', '120828.620000', '120829.080000', '120829.540000', '120830.000000', '120830.460000', '120830.920000', '120831.380000', '120831.840000', '120832.300000', '120832.760000', '120833.220000', '120833.680000', '120834.140000', '120834.600000', '120835.060000', '120835.520000', '120835.980000', '120836.440000', '120836.900000', '120837.360000', '120837.820000', '120838.280000', '120838.740000', '120839.200000', '120839.660000', '120840.120000', '120840.580000', '120841.040000', '120841.500000', '120841.960000', '120842.420000', '120842.880000', '120843.340000', '120843.800000', '120844.260000', '120844.720000', '120845.180000', '120845.640000', '120846.100000', '120846.560000', '120847.020000', '120847.480000', '120847.940000', '120848.400000', '120848.860000', '120849.320000', '120849.780000', '120850.240000', '120850.700000', '120851.160000', '120851.620000', '120852.080000', '120852.540000', '120853.000000', '120853.460000', '120853.920000', '120854.380000', '120854.840000', '120855.300000', '120855.760000', '120856.220000', '120856.680000', '120857.140000', '120857.600000', '120858.060000', '120858.520000', '120858.980000', '120859.440000', '120859.900000', '120900.360000', '120900.820000', '120901.280000', '120901.740000', '120902.200000', '120902.660000', '120903.120000', '120903.580000', '120904.040000', '120904.500000', '120904.960000', '120905.420000', '120905.880000', '120906.340000', '120906.800000', '120907.260000', '120907.720000', '120908.180000', '120908.640000', '120909.100000', '120909.560000', '120910.020000', '120910.480000', '120910.940000', '120911.400000', '120911.860000', '120912.320000', '120912.780000', '120913.240000', '120913.700000', '120914.160000', '120914.620000', '120915.080000', '120915.540000', '120916.000000', '120916.460000', '120916.920000', '120917.380000', '120917.840000', '120918.300000', '120918.760000', '120919.220000', '120919.680000', '120920.140000', '120920.600000', '120921.060000', '120921.520000', '120921.980000', '120922.440000', '120922.900000', '120923.360000', '120923.820000', '120924.280000', '120924.740000', '120925.200000', '120925.660000', '120926.120000', '120926.580000', '120927.040000', '120927.500000', '120927.960000', '120928.420000', '120928.880000', '120929.340000', '120929.800000', '120930.260000', '120930.720000', '120931.180000', '120931.640000', '120932.100000', '120932.560000', '120933.020000', '120933.480000', '120933.940000', '120934.400000', '120934.860000', '120935.320000', '120935.780000', '120936.240000', '120936.700000', '120937.160000', '120937.620000', '120938.080000', '120938.540000', '120939.000000', '120939.460000', '120939.920000', '120940.380000', '120940.840000', '120941.300000', '120941.760000', '120942.220000', '120942.680000', '120943.140000', '120943.600000', '120944.060000', '120944.520000', '120944.980000', '120945.440000', '120945.900000', '120946.360000', '120946.820000', '120947.280000', '120947.740000', '120948.200000', '120948.660000', '120949.120000', '120949.580000', '120950.040000', '120950.500000', '120950.960000', '120951.420000', '120951.880000', '120952.340000', '120952.800000', '120953.260000', '120953.720000', '120954.180000', '120954.640000', '120955.100000', '120955.560000', '120956.020000', '120956.480000', '120956.940000', '120957.400000', '120957.860000', '120958.320000', '120958.780000', '120959.240000', '120959.700000', '121000.160000', '121000.620000', '121001.080000', '121001.540000', '121002.000000', '121002.460000', '121002.920000', '121003.380000', '121003.840000', '121004.300000', '121004.760000', '121005.220000', '121005.680000', '121006.140000', '121006.600000', '121007.060000', '121007.520000', '121007.980000', '121008.440000', '121008.900000', '121009.360000', '121009.820000', '121010.280000', '121010.740000', '121011.200000', '121011.660000', '121012.120000', '121012.580000', '121013.040000', '121013.500000', '121013.960000', '121014.420000', '121014.880000', '121015.340000', '121015.800000', '121016.260000', '121016.720000', '121017.180000', '121017.640000', '121018.100000', '121018.560000', '121019.020000', '121019.480000', '121019.940000', '121020.400000', '121020.860000', '121021.320000', '121021.780000', '121022.240000', '121022.700000', '121023.160000', '121023.620000', '121024.080000', '121024.540000', '121025.000000', '121025.460000', '121025.920000', '121026.380000', '121026.840000', '121027.300000', '121027.760000', '121028.220000', '121028.680000', '121029.140000', '121029.600000', '121030.060000', '121030.520000', '121030.980000', '121031.440000', '121031.900000', '121032.360000', '121032.820000', '121033.280000', '121033.740000', '121034.200000', '121034.660000', '121035.120000', '121035.580000', '121036.040000', '121036.500000', '121036.960000', '121037.420000', '121037.880000', '121038.340000', '121038.800000', '121039.260000', '121039.720000', '121040.180000', '121040.640000', '121041.100000', '121041.560000', '121042.020000', '121042.480000', '121042.940000', '121043.400000', '121043.860000', '121044.320000', '121044.780000', '121045.240000', '121045.700000', '121046.160000', '121046.620000', '121047.080000', '121047.540000', '121048.000000', '121048.460000', '121048.920000', '121049.380000', '121049.840000', '121050.300000', '121050.760000', '121051.220000', '121051.680000', '121052.140000', '121052.600000', '121053.060000', '121053.520000', '121053.980000', '121054.440000', '121054.900000', '121055.360000', '121055.820000', '121056.280000', '121056.740000', '121057.200000', '121057.660000', '121058.120000', '121058.580000', '121059.040000', '121059.500000', '121059.960000', '121100.420000', '121100.880000', '121101.340000', '121101.800000', '121102.260000', '121102.720000', '121103.180000', '121103.640000', '121104.100000', '121104.560000', '121105.020000', '121105.480000', '121105.940000', '121106.400000', '121106.860000', '121107.320000', '121107.780000', '121108.240000', '121108.700000', '121109.160000', '121109.620000', '121110.080000', '121110.540000', '121111.000000', '121111.460000', '121111.920000', '121112.380000', '121112.840000', '121113.300000', '121113.760000', '121114.220000', '121114.680000', '121115.140000', '121115.600000', '121116.060000', '121116.520000', '121116.980000', '121117.440000', '121117.900000', '121118.360000', '121118.820000', '121119.280000', '121119.740000', '121120.200000', '121120.660000', '121121.120000', '121121.580000', '121122.040000', '121122.500000', '121122.960000', '121123.420000', '121123.880000', '121124.340000', '121124.800000', '121125.260000', '121125.720000', '121126.180000', '121126.640000', '121127.100000', '121127.560000', '121128.020000', '121128.480000', '121128.940000', '121129.400000', '121129.860000', '121130.320000', '121130.780000', '121131.240000', '121131.700000', '121132.160000', '121132.620000', '121133.080000', '121133.540000', '121134.000000', '121134.460000', '121134.920000', '121135.380000', '121135.840000', '121136.300000', '121136.760000', '121137.220000', '121137.680000', '121138.140000', '121138.600000', '121139.060000', '121139.520000', '121139.980000', '121140.440000', '121140.900000', '121141.360000', '121141.820000', '121142.280000', '121142.740000', '121143.200000', '121143.660000', '121144.120000', '121144.580000', '121145.040000', '121145.500000', '121145.960000', '121146.420000', '121146.880000', '121147.340000', '121147.800000', '121148.260000', '121148.720000', '121149.180000', '121149.640000', '121150.100000', '121150.560000', '121151.020000', '121151.480000', '121151.940000', '121152.400000', '121152.860000', '121153.320000', '121153.780000', '121154.240000', '121154.700000', '121155.160000', '121155.620000', '121156.080000', '121156.540000', '121157.000000', '121157.460000', '121157.920000', '121158.380000', '121158.840000', '121159.300000', '121159.760000', '121200.220000', '121200.680000', '121201.140000', '121201.600000', '121202.060000', '121202.520000', '121202.980000', '121203.440000', '121203.900000', '121204.360000', '121204.820000', '121205.280000', '121205.740000', '121206.200000', '121206.660000', '121207.120000', '121207.580000', '121208.040000', '121208.500000', '121208.960000', '121209.420000', '121209.880000', '121210.340000', '121210.800000', '121211.260000', '121211.720000', '121212.180000', '121212.640000', '121213.100000', '121213.560000', '121214.020000', '121214.480000', '121214.940000', '121215.400000', '121215.860000', '121216.320000', '121216.780000', '121217.240000', '121217.700000', '121218.160000', '121218.620000', '121219.080000', '121219.540000', '121220.000000', '121220.460000', '121220.920000', '121221.380000', '121221.840000', '121222.300000', '121222.760000', '121223.220000', '121223.680000', '121224.140000', '121224.600000', '121225.060000', '121225.520000', '121225.980000', '121226.440000', '121226.900000', '121227.360000', '121227.820000', '121228.280000', '121228.740000', '121229.200000', '121229.660000', '121230.120000', '121230.580000', '121231.040000', '121231.500000', '121231.960000', '121232.420000', '121232.880000', '121233.340000', '121233.800000', '121234.260000', '121234.720000', '121235.180000', '121235.640000', '121236.100000', '121236.560000', '121237.020000', '121237.480000', '121237.940000', '121238.400000', '121238.860000', '121239.320000', '121239.780000', '121240.240000', '121240.700000', '121241.160000', '121241.620000', '121242.080000', '121242.540000', '121243.000000', '121243.460000', '121243.920000', '121244.380000', '121244.840000', '121245.300000', '121245.760000', '121246.220000', '121246.680000', '121247.140000', '121247.600000', '121248.060000', '121248.520000', '121248.980000', '121249.440000', '121249.900000', '121250.360000', '121250.820000', '121251.280000', '121251.740000', '121252.200000', '121252.660000', '121253.120000', '121253.580000', '121254.040000', '121254.500000', '121254.960000', '121255.420000', '121255.880000', '121256.340000', '121256.800000', '121257.260000', '121257.720000', '121258.180000', '121258.640000', '121259.100000', '121259.560000', '121300.020000', '121300.480000', '121300.940000', '121301.400000', '121301.860000', '121302.320000', '121302.780000', '121303.240000', '121303.700000', '121304.160000', '121304.620000', '121305.080000', '121305.540000', '121306.000000', '121306.460000', '121306.920000', '121307.380000', '121307.840000', '121308.300000', '121308.760000', '121309.220000', '121309.680000', '121310.140000', '121310.600000', '121311.060000', '121311.520000', '121311.980000', '121312.440000', '121312.900000', '121313.360000', '121313.820000', '121314.280000', '121314.740000', '121315.200000', '121315.660000', '121316.120000', '121316.580000', '121317.040000', '121317.500000', '121317.960000', '121318.420000', '121318.880000', '121319.340000', '121319.800000', '121320.260000', '121320.720000', '121321.180000', '121321.640000', '121322.100000', '121322.560000', '121323.020000', '121323.480000', '121323.940000', '121324.400000', '121324.860000', '121325.320000', '121325.780000', '121326.240000', '121326.700000', '121327.160000', '121327.620000', '121328.080000', '121328.540000', '121329.000000', '121329.460000', '121329.920000', '121330.380000', '121330.840000', '121331.300000', '121331.760000', '121332.220000', '121332.680000', '121333.140000', '121333.600000', '121334.060000', '121334.520000', '121334.980000', '121335.440000', '121335.900000', '121336.360000', '121336.820000', '121337.280000', '121337.740000', '121338.200000', '121338.660000', '121339.120000', '121339.580000', '121340.040000', '121340.500000', '121340.960000', '121341.420000', '121341.880000', '121342.340000', '121342.800000', '121343.260000', '121343.720000', '121344.180000', '121344.640000', '121345.100000', '121345.560000', '121346.020000', '121346.480000', '121346.940000', '121347.400000', '121347.860000', '121348.320000', '121348.780000', '121349.240000', '121349.700000', '121350.160000', '121350.620000', '121351.080000', '121351.540000', '121352.000000', '121352.460000', '121352.920000', '121353.380000', '121353.840000', '121354.300000', '121354.760000', '121355.220000', '121355.680000', '121356.140000', '121356.600000', '121357.060000', '121357.520000', '121357.980000', '121358.440000', '121358.900000', '121359.360000', '121359.820000', '121400.280000', '121400.740000', '121401.200000', '121401.660000', '121402.120000', '121402.580000', '121403.040000', '121403.500000', '121403.960000', '121404.420000', '121404.880000', '121405.340000', '121405.800000', '121406.260000', '121406.720000', '121407.180000', '121407.640000', '121408.100000', '121408.560000', '121409.020000', '121409.480000', '121409.940000', '121410.400000', '121410.860000', '121411.320000', '121411.780000', '121412.240000', '121412.700000', '121413.160000', '121413.620000', '121414.080000', '121414.540000', '121415.000000', '121415.460000', '121415.920000', '121416.380000', '121416.840000', '121417.300000', '121417.760000', '121418.220000', '121418.680000', '121419.140000', '121419.600000', '121420.060000', '121420.520000', '121420.980000', '121421.440000', '121421.900000', '121422.360000', '121422.820000', '121423.280000', '121423.740000', '121424.200000', '121424.660000', '121425.120000', '121425.580000', '121426.040000', '121426.500000', '121426.960000', '121427.420000', '121427.880000', '121428.340000', '121428.800000', '121429.260000', '121429.720000', '121430.180000', '121430.640000', '121431.100000', '121431.560000', '121432.020000', '121432.480000', '121432.940000', '121433.400000', '121433.860000', '121434.320000', '121434.780000', '121435.240000', '121435.700000', '121436.160000', '121436.620000', '121437.080000', '121437.540000', '121438.000000', '121438.460000', '121438.920000', '121439.380000', '121439.840000', '121440.300000', '121440.760000', '121441.220000', '121441.680000', '121442.140000', '121442.600000', '121443.060000', '121443.520000', '121443.980000', '121444.440000', '121444.900000', '121445.360000', '121445.820000', '121446.280000', '121446.740000', '121447.200000', '121447.660000', '121448.120000', '121448.580000', '121449.040000', '121449.500000', '121449.960000', '121450.420000', '121450.880000', '121451.340000', '121451.800000', '121452.260000', '121452.720000', '121453.180000', '121453.640000', '121454.100000', '121454.560000', '121455.020000', '121455.480000', '121455.940000', '121456.400000', '121456.860000', '121457.320000', '121457.780000', '121458.240000', '121458.700000', '121459.160000', '121459.620000', '121500.080000', '121500.540000', '121501.000000', '121501.460000', '121501.920000', '121502.380000', '121502.840000', '121503.300000', '121503.760000', '121504.220000', '121504.680000', '121505.140000', '121505.600000', '121506.060000', '121506.520000', '121506.980000', '121507.440000', '121507.900000', '121508.360000', '121508.820000', '121509.280000', '121509.740000', '121510.200000', '121510.660000', '121511.120000', '121511.580000', '121512.040000', '121512.500000', '121512.960000', '121513.420000', '121513.880000', '121514.340000', '121514.800000', '121515.260000', '121515.720000', '121516.180000', '121516.640000', '121517.100000', '121517.560000', '121518.020000', '121518.480000', '121518.940000', '121519.400000', '121519.860000', '121520.320000', '121520.780000', '121521.240000', '121521.700000', '121522.160000', '121522.620000', '121523.080000', '121523.540000', '121524.000000', '121524.460000', '121524.920000', '121525.380000', '121525.840000', '121526.300000', '121526.760000', '121527.220000', '121527.680000', '121528.140000', '121528.600000', '121529.060000', '121529.520000', '121529.980000', '121530.440000', '121530.900000', '121531.360000', '121531.820000', '121532.280000', '121532.740000', '121533.200000', '121533.660000', '121534.120000', '121534.580000', '121535.040000', '121535.500000', '121535.960000', '121536.420000', '121536.880000', '121537.340000', '121537.800000', '121538.260000', '121538.720000', '121539.180000', '121539.640000', '121540.100000', '121540.560000', '121541.020000', '121541.480000', '121541.940000', '121542.400000', '121542.860000', '121543.320000', '121543.780000', '121544.240000', '121544.700000', '121545.160000', '121545.620000', '121546.080000', '121546.540000', '121547.000000', '121547.460000', '121547.920000', '121548.380000', '121548.840000', '121549.300000', '121549.760000', '121550.220000', '121550.680000', '121551.140000', '121551.600000', '121552.060000', '121552.520000', '121552.980000', '121553.440000', '121553.900000', '121554.360000', '121554.820000', '121555.280000', '121555.740000', '121556.200000', '121556.660000', '121557.120000', '121557.580000', '121558.040000', '121558.500000', '121558.960000', '121559.420000', '121559.880000', '121600.340000', '121600.800000', '121601.260000', '121601.720000', '121602.180000', '121602.640000', '121603.100000', '121603.560000', '121604.020000', '121604.480000', '121604.940000', '121605.400000', '121605.860000', '121606.320000', '121606.780000', '121607.240000', '121607.700000', '121608.160000', '121608.620000', '121609.080000', '121609.540000', '121610.000000', '121610.460000', '121610.920000', '121611.380000', '121611.840000', '121612.300000', '121612.760000', '121613.220000', '121613.680000', '121614.140000', '121614.600000', '121615.060000', '121615.520000', '121615.980000', '121616.440000', '121616.900000', '121617.360000', '121617.820000', '121618.280000', '121618.740000', '121619.200000', '121619.660000', '121620.120000', '121620.580000', '121621.040000', '121621.500000', '121621.960000', '121622.420000', '121622.880000', '121623.340000', '121623.800000', '121624.260000', '121624.720000', '121625.180000', '121625.640000', '121626.100000', '121626.560000', '121627.020000', '121627.480000', '121627.940000', '121628.400000', '121628.860000', '121629.320000', '121629.780000', '121630.240000', '121630.700000', '121631.160000', '121631.620000', '121632.080000', '121632.540000', '121633.000000', '121633.460000', '121633.920000', '121634.380000', '121634.840000', '121635.300000', '121635.760000', '121636.220000', '121636.680000', '121637.140000', '121637.600000', '121638.060000', '121638.520000', '121638.980000', '121639.440000', '121639.900000', '121640.360000', '121640.820000', '121641.280000', '121641.740000', '121642.200000', '121642.660000', '121643.120000', '121643.580000', '121644.040000', '121644.500000', '121644.960000', '121645.420000', '121645.880000', '121646.340000', '121646.800000', '121647.260000', '121647.720000', '121648.180000', '121648.640000', '121649.100000', '121649.560000', '121650.020000', '121650.480000', '121650.940000', '121651.400000', '121651.860000', '121652.320000', '121652.780000', '121653.240000', '121653.700000', '121654.160000', '121654.620000', '121655.080000', '121655.540000', '121656.000000', '121656.460000', '121656.920000', '121657.380000', '121657.840000', '121658.300000', '121658.760000', '121659.220000', '121659.680000', '121700.140000', '121700.600000', '121701.060000', '121701.520000', '121701.980000', '121702.440000', '121702.900000', '121703.360000'], 'ContentTime': ['120734.636000', '120734.639000', '120734.644000', '120734.647000', '120734.659000', '120734.662000', '120734.664000', '120734.667000', '120734.669000', '120734.672000', '120734.675000', '120734.677000', '120734.680000', '120734.682000', '120734.685000', '120734.687000', '120734.690000', '120734.693000', '120734.695000', '120734.698000', '120734.700000', '120734.703000', '120734.706000', '120734.708000', '120734.715000', '120734.718000', '120734.720000', '120734.723000', '120734.728000', '120754.603000', '120754.606000', '120754.609000', '120754.612000', '120754.614000', '120754.617000', '120754.619000', '120754.622000', '120754.624000', '120754.627000', '120754.630000', '120754.632000', '120754.635000', '120754.638000', '120754.640000', '120754.643000', '120754.645000', '120754.648000', '120754.650000', '120754.653000', '120754.662000', '120754.664000', '120754.667000', '120754.669000', '120754.672000', '120754.675000', '120754.677000', '120754.680000', '120754.682000', '120754.685000', '120754.688000', '120754.690000', '120754.693000', '120754.695000', '120754.698000', '120754.700000', '120754.703000', '120754.706000', '120754.708000', '120754.711000', '120754.713000', '120754.716000', '120754.719000', '120814.603000', '120814.606000', '120814.609000', '120814.611000', '120814.614000', '120814.617000', '120814.619000', '120814.622000', '120814.624000', '120814.627000', '120814.629000', '120814.632000', '120814.635000', '120814.637000', '120814.640000', '120814.642000', '120814.645000', '120814.648000', '120814.650000', '120814.653000', '120814.655000', '120814.658000', '120814.660000', '120814.663000', '120814.665000', '120814.668000', '120814.686000', '120814.689000', '120814.691000', '120814.694000', '120814.697000', '120814.699000', '120814.702000', '120814.704000', '120814.707000', '120814.710000', '120814.719000', '120814.722000', '120814.724000', '120814.727000', '120814.729000', '120814.732000', '120814.735000', '120814.737000', '120834.604000', '120834.610000', '120834.613000', '120834.615000', '120834.618000', '120834.621000', '120834.623000', '120834.626000', '120834.629000', '120834.631000', '120834.634000', '120834.637000', '120834.639000', '120834.642000', '120834.645000', '120834.647000', '120834.650000', '120834.652000', '120834.655000', '120834.658000', '120834.660000', '120834.663000', '120834.665000', '120834.668000', '120834.671000', '120834.673000', '120834.676000', '120834.678000', '120834.682000', '120834.685000', '120834.687000', '120834.690000', '120834.693000', '120834.695000', '120834.698000', '120834.701000', '120834.703000', '120834.706000', '120834.708000', '120834.711000', '120834.714000', '120834.716000', '120834.719000', '120854.602000', '120854.605000', '120854.608000', '120854.611000', '120854.613000', '120854.616000', '120854.618000', '120854.621000', '120854.623000', '120854.626000', '120854.629000', '120854.631000', '120854.634000', '120854.637000', '120854.639000', '120854.642000', '120854.645000', '120854.647000', '120854.650000', '120854.653000', '120854.655000', '120854.658000', '120854.661000', '120854.663000', '120854.666000', '120854.669000', '120854.671000', '120854.674000', '120854.676000', '120854.679000', '120854.682000', '120854.685000', '120854.687000', '120854.690000', '120854.693000', '120854.695000', '120854.698000', '120854.701000', '120854.703000', '120854.706000', '120854.709000', '120854.711000', '120854.714000', '120854.717000', '120914.602000', '120914.605000', '120914.608000', '120914.611000', '120914.613000', '120914.616000', '120914.619000', '120914.621000', '120914.624000', '120914.626000', '120914.629000', '120914.631000', '120914.634000', '120914.637000', '120914.639000', '120914.642000', '120914.644000', '120914.647000', '120914.650000', '120914.652000', '120914.655000', '120914.658000', '120914.660000', '120914.663000', '120914.666000', '120914.669000', '120914.671000', '120914.674000', '120914.676000', '120914.679000', '120914.681000', '120914.684000', '120914.687000', '120914.690000', '120914.692000', '120914.695000', '120914.697000', '120914.700000', '120914.703000', '120914.705000', '120914.708000', '120914.711000', '120914.713000', '120934.602000', '120934.606000', '120934.608000', '120934.611000', '120934.614000', '120934.616000', '120934.619000', '120934.622000', '120934.624000', '120934.627000', '120934.630000', '120934.632000', '120934.635000', '120934.638000', '120934.640000', '120934.643000', '120934.646000', '120934.648000', '120934.651000', '120934.654000', '120934.656000', '120934.659000', '120934.662000', '120934.664000', '120934.667000', '120934.670000', '120934.672000', '120934.683000', '120934.686000', '120934.689000', '120934.691000', '120934.694000', '120934.696000', '120934.699000', '120934.702000', '120934.704000', '120934.707000', '120934.710000', '120934.712000', '120934.715000', '120934.717000', '120934.720000', '120934.723000', '120934.725000', '120954.603000', '120954.606000', '120954.609000', '120954.612000', '120954.614000', '120954.617000', '120954.620000', '120954.622000', '120954.625000', '120954.627000', '120954.630000', '120954.633000', '120954.635000', '120954.638000', '120954.641000', '120954.643000', '120954.646000', '120954.649000', '120954.651000', '120954.654000', '120954.657000', '120954.688000', '120954.691000', '120954.694000', '120954.696000', '120954.699000', '120954.702000', '120954.704000', '120954.707000', '120954.710000', '120954.712000', '120954.715000', '120954.718000', '120954.720000', '120954.725000', '120954.728000', '120954.730000', '120954.733000', '120954.735000', '120954.738000', '120954.741000', '120954.743000', '120954.746000', '121014.603000', '121014.606000', '121014.609000', '121014.611000', '121014.614000', '121014.617000', '121014.619000', '121014.622000', '121014.624000', '121014.627000', '121014.630000', '121014.632000', '121014.635000', '121014.638000', '121014.640000', '121014.643000', '121014.646000', '121014.648000', '121014.651000', '121014.654000', '121014.656000', '121014.659000', '121014.662000', '121014.664000', '121014.667000', '121014.670000', '121014.672000', '121014.675000', '121014.678000', '121014.680000', '121014.683000', '121014.686000', '121014.688000', '121014.691000', '121014.694000', '121014.696000', '121014.699000', '121014.702000', '121014.705000', '121014.707000', '121014.710000', '121014.713000', '121014.715000', '121014.718000', '121034.604000', '121034.606000', '121034.609000', '121034.612000', '121034.615000', '121034.617000', '121034.620000', '121034.623000', '121034.625000', '121034.628000', '121034.631000', '121034.633000', '121034.636000', '121034.639000', '121034.641000', '121034.644000', '121034.647000', '121034.649000', '121034.652000', '121034.655000', '121034.657000', '121034.660000', '121034.663000', '121034.665000', '121034.668000', '121034.671000', '121034.673000', '121034.676000', '121034.678000', '121034.681000', '121034.684000', '121034.686000', '121034.689000', '121034.692000', '121034.695000', '121034.697000', '121034.700000', '121034.702000', '121034.705000', '121034.708000', '121034.711000', '121034.715000', '121034.718000', '121054.604000', '121054.607000', '121054.609000', '121054.612000', '121054.615000', '121054.618000', '121054.620000', '121054.623000', '121054.625000', '121054.628000', '121054.631000', '121054.633000', '121054.636000', '121054.639000', '121054.641000', '121054.644000', '121054.647000', '121054.649000', '121054.652000', '121054.655000', '121054.657000', '121054.660000', '121054.663000', '121054.665000', '121054.668000', '121054.671000', '121054.673000', '121054.676000', '121054.679000', '121054.681000', '121054.684000', '121054.687000', '121054.689000', '121054.692000', '121054.695000', '121054.697000', '121054.700000', '121054.702000', '121054.705000', '121054.708000', '121054.710000', '121054.713000', '121054.716000', '121054.718000', '121114.602000', '121114.605000', '121114.608000', '121114.611000', '121114.613000', '121114.616000', '121114.619000', '121114.622000', '121114.624000', '121114.627000', '121114.629000', '121114.632000', '121114.635000', '121114.637000', '121114.640000', '121114.642000', '121114.645000', '121114.648000', '121114.651000', '121114.653000', '121114.656000', '121114.658000', '121114.661000', '121114.664000', '121114.666000', '121114.669000', '121114.671000', '121114.674000', '121114.677000', '121114.679000', '121114.682000', '121114.685000', '121114.687000', '121114.690000', '121114.693000', '121114.695000', '121114.698000', '121114.701000', '121114.703000', '121114.706000', '121114.709000', '121114.711000', '121114.714000', '121134.603000', '121134.605000', '121134.608000', '121134.623000', '121134.626000', '121134.629000', '121134.631000', '121134.634000', '121134.637000', '121134.639000', '121134.642000', '121134.645000', '121134.647000', '121134.650000', '121134.653000', '121134.655000', '121134.658000', '121134.661000', '121134.663000', '121134.666000', '121134.669000', '121134.671000', '121134.674000', '121134.676000', '121134.679000', '121134.689000', '121134.692000', '121134.694000', '121134.697000', '121134.700000', '121134.702000', '121134.705000', '121134.708000', '121134.710000', '121134.713000', '121134.716000', '121134.718000', '121134.721000', '121134.724000', '121134.726000', '121134.729000', '121134.732000', '121134.734000', '121134.737000', '121154.603000', '121154.605000', '121154.608000', '121154.611000', '121154.614000', '121154.616000', '121154.619000', '121154.621000', '121154.624000', '121154.627000', '121154.629000', '121154.632000', '121154.635000', '121154.637000', '121154.640000', '121154.642000', '121154.645000', '121154.648000', '121154.651000', '121154.653000', '121154.656000', '121154.659000', '121154.661000', '121154.664000', '121154.666000', '121154.669000', '121154.671000', '121154.674000', '121154.677000', '121154.680000', '121154.682000', '121154.685000', '121154.687000', '121154.690000', '121154.693000', '121154.695000', '121154.698000', '121154.700000', '121154.703000', '121154.706000', '121154.708000', '121154.711000', '121154.714000', '121214.603000', '121214.607000', '121214.609000', '121214.612000', '121214.615000', '121214.617000', '121214.620000', '121214.623000', '121214.625000', '121214.628000', '121214.631000', '121214.633000', '121214.636000', '121214.639000', '121214.641000', '121214.644000', '121214.647000', '121214.649000', '121214.652000', '121214.655000', '121214.657000', '121214.660000', '121214.663000', '121214.665000', '121214.668000', '121214.671000', '121214.673000', '121214.676000', '121214.678000', '121214.681000', '121214.684000', '121214.687000', '121214.689000', '121214.692000', '121214.695000', '121214.697000', '121214.700000', '121214.703000', '121214.705000', '121214.708000', '121214.710000', '121214.713000', '121214.716000', '121214.718000', '121234.604000', '121234.606000', '121234.609000', '121234.612000', '121234.614000', '121234.617000', '121234.620000', '121234.622000', '121234.625000', '121234.627000', '121234.630000', '121234.633000', '121234.635000', '121234.638000', '121234.641000', '121234.643000', '121234.646000', '121234.648000', '121234.651000', '121234.654000', '121234.657000', '121234.659000', '121234.662000', '121234.664000', '121234.667000', '121234.670000', '121234.672000', '121234.675000', '121234.678000', '121234.680000', '121234.683000', '121234.686000', '121234.688000', '121234.691000', '121234.694000', '121234.696000', '121234.699000', '121234.701000', '121234.704000', '121234.707000', '121234.709000', '121234.712000', '121234.715000', '121254.604000', '121254.606000', '121254.609000', '121254.612000', '121254.615000', '121254.617000', '121254.620000', '121254.622000', '121254.625000', '121254.628000', '121254.630000', '121254.633000', '121254.636000', '121254.639000', '121254.641000', '121254.646000', '121254.648000', '121254.651000', '121254.654000', '121254.656000', '121254.659000', '121254.661000', '121254.664000', '121254.667000', '121254.669000', '121254.672000', '121254.674000', '121254.677000', '121254.691000', '121254.694000', '121254.696000', '121254.699000', '121254.701000', '121254.704000', '121254.707000', '121254.709000', '121254.712000', '121254.714000', '121254.717000', '121254.720000', '121254.722000', '121254.725000', '121254.727000', '121254.730000', '121314.604000', '121314.606000', '121314.609000', '121314.612000', '121314.614000', '121314.617000', '121314.619000', '121314.622000', '121314.625000', '121314.627000', '121314.630000', '121314.632000', '121314.635000', '121314.638000', '121314.640000', '121314.643000', '121314.645000', '121314.648000', '121314.650000', '121314.653000', '121314.656000', '121314.658000', '121314.661000', '121314.663000', '121314.666000', '121314.669000', '121314.671000', '121314.674000', '121314.676000', '121314.679000', '121314.682000', '121314.684000', '121314.687000', '121314.689000', '121314.692000', '121314.694000', '121314.697000', '121314.700000', '121314.702000', '121314.705000', '121314.708000', '121314.710000', '121314.713000', '121334.605000', '121334.608000', '121334.610000', '121334.613000', '121334.615000', '121334.618000', '121334.621000', '121334.623000', '121334.626000', '121334.628000', '121334.631000', '121334.634000', '121334.636000', '121334.639000', '121334.642000', '121334.644000', '121334.647000', '121334.649000', '121334.652000', '121334.655000', '121334.657000', '121334.660000', '121334.662000', '121334.665000', '121334.668000', '121334.670000', '121334.673000', '121334.675000', '121334.678000', '121334.681000', '121334.683000', '121334.686000', '121334.689000', '121334.691000', '121334.694000', '121334.696000', '121334.699000', '121334.701000', '121334.704000', '121334.707000', '121334.709000', '121334.712000', '121334.715000', '121334.717000', '121354.603000', '121354.605000', '121354.608000', '121354.611000', '121354.613000', '121354.616000', '121354.618000', '121354.621000', '121354.624000', '121354.626000', '121354.629000', '121354.632000', '121354.634000', '121354.637000', '121354.639000', '121354.642000', '121354.645000', '121354.647000', '121354.650000', '121354.652000', '121354.655000', '121354.658000', '121354.660000', '121354.663000', '121354.666000', '121354.668000', '121354.671000', '121354.674000', '121354.676000', '121354.679000', '121354.681000', '121354.684000', '121354.687000', '121354.689000', '121354.692000', '121354.694000', '121354.697000', '121354.700000', '121354.702000', '121354.705000', '121354.707000', '121354.710000', '121354.713000', '121414.602000', '121414.605000', '121414.608000', '121414.611000', '121414.613000', '121414.616000', '121414.619000', '121414.621000', '121414.624000', '121414.626000', '121414.629000', '121414.632000', '121414.634000', '121414.637000', '121414.640000', '121414.642000', '121414.645000', '121414.647000', '121414.650000', '121414.653000', '121414.655000', '121414.658000', '121414.661000', '121414.663000', '121414.666000', '121414.669000', '121414.671000', '121414.674000', '121414.676000', '121414.679000', '121414.682000', '121414.684000', '121414.687000', '121414.690000', '121414.692000', '121414.695000', '121414.697000', '121414.700000', '121414.722000', '121414.725000', '121414.727000', '121414.730000', '121414.732000', '121414.735000', '121434.604000', '121434.606000', '121434.609000', '121434.612000', '121434.614000', '121434.617000', '121434.619000', '121434.622000', '121434.625000', '121434.627000', '121434.630000', '121434.633000', '121434.635000', '121434.638000', '121434.640000', '121434.643000', '121434.646000', '121434.648000', '121434.651000', '121434.653000', '121434.656000', '121434.659000', '121434.661000', '121434.664000', '121434.667000', '121434.669000', '121434.672000', '121434.674000', '121434.677000', '121434.679000', '121434.682000', '121434.685000', '121434.687000', '121434.690000', '121434.692000', '121434.695000', '121434.698000', '121434.700000', '121434.703000', '121434.706000', '121434.708000', '121434.711000', '121434.713000', '121454.604000', '121454.607000', '121454.609000', '121454.612000', '121454.615000', '121454.617000', '121454.620000', '121454.622000', '121454.625000', '121454.628000', '121454.630000', '121454.633000', '121454.635000', '121454.638000', '121454.642000', '121454.645000', '121454.647000', '121454.650000', '121454.653000', '121454.655000', '121454.658000', '121454.660000', '121454.663000', '121454.666000', '121454.668000', '121454.671000', '121454.674000', '121454.676000', '121454.679000', '121454.682000', '121454.684000', '121454.687000', '121454.689000', '121454.692000', '121454.695000', '121454.698000', '121454.700000', '121454.703000', '121454.706000', '121454.709000', '121454.711000', '121454.714000', '121454.716000', '121454.719000', '121514.604000', '121514.606000', '121514.609000', '121514.612000', '121514.615000', '121514.617000', '121514.620000', '121514.623000', '121514.625000', '121514.628000', '121514.630000', '121514.633000', '121514.636000', '121514.639000', '121514.641000', '121514.644000', '121514.647000', '121514.649000', '121514.652000', '121514.654000', '121514.657000', '121514.660000', '121514.662000', '121514.665000', '121514.668000', '121514.670000', '121514.673000', '121514.675000', '121514.678000', '121514.681000', '121514.683000', '121514.686000', '121514.689000', '121514.691000', '121514.694000', '121514.696000', '121514.699000', '121514.702000', '121514.704000', '121514.707000', '121514.709000', '121514.712000', '121514.715000', '121534.604000', '121534.607000', '121534.609000', '121534.612000', '121534.614000', '121534.617000', '121534.620000', '121534.622000', '121534.625000', '121534.628000', '121534.630000', '121534.633000', '121534.635000', '121534.638000', '121534.641000', '121534.643000', '121534.646000', '121534.648000', '121534.651000', '121534.654000', '121534.656000', '121534.659000', '121534.662000', '121534.664000', '121534.667000', '121534.670000', '121534.673000', '121534.676000', '121534.678000', '121534.681000', '121534.684000', '121534.686000', '121534.689000', '121534.692000', '121534.694000', '121534.727000', '121534.730000', '121534.732000', '121534.735000', '121534.738000', '121534.740000', '121534.743000', '121534.745000', '121554.603000', '121554.606000', '121554.608000', '121554.611000', '121554.613000', '121554.616000', '121554.619000', '121554.621000', '121554.624000', '121554.627000', '121554.629000', '121554.632000', '121554.634000', '121554.637000', '121554.640000', '121554.642000', '121554.645000', '121554.648000', '121554.650000', '121554.653000', '121554.656000', '121554.658000', '121554.661000', '121554.663000', '121554.666000', '121554.669000', '121554.671000', '121554.674000', '121554.677000', '121554.679000', '121554.682000', '121554.684000', '121554.687000', '121554.690000', '121554.692000', '121554.695000', '121554.698000', '121554.700000', '121554.703000', '121554.705000', '121554.708000', '121554.711000', '121554.713000', '121554.716000', '121614.602000', '121614.605000', '121614.608000', '121614.611000', '121614.614000', '121614.617000', '121614.620000', '121614.623000', '121614.626000', '121614.628000', '121614.631000', '121614.633000', '121614.636000', '121614.639000', '121614.641000', '121614.644000', '121614.646000', '121614.649000', '121614.652000', '121614.654000', '121614.666000', '121614.669000', '121614.671000', '121614.674000', '121614.677000', '121614.680000', '121614.683000', '121614.686000', '121614.688000', '121614.691000', '121614.694000', '121614.696000', '121614.699000', '121614.702000', '121614.704000', '121614.707000', '121614.709000', '121614.712000', '121614.715000', '121614.717000', '121614.720000', '121614.722000', '121614.725000', '121634.603000', '121634.605000', '121634.608000', '121634.611000', '121634.613000', '121634.616000', '121634.627000', '121634.630000', '121634.632000', '121634.635000', '121634.638000', '121634.640000', '121634.643000', '121634.646000', '121634.649000', '121634.651000', '121634.654000', '121634.657000', '121634.659000', '121634.662000', '121634.665000', '121634.667000', '121634.670000', '121634.673000', '121634.675000', '121634.678000', '121634.681000', '121634.683000', '121634.686000', '121634.689000', '121634.691000', '121634.694000', '121634.697000', '121634.699000', '121634.702000', '121634.705000', '121634.707000', '121634.710000', '121634.713000', '121634.715000', '121634.718000', '121634.720000', '121634.723000', '121634.726000', '121654.604000', '121654.607000', '121654.609000', '121654.612000', '121654.615000', '121654.617000', '121654.620000', '121654.622000', '121654.625000', '121654.628000', '121654.630000', '121654.633000', '121654.635000', '121654.638000', '121654.641000', '121654.643000', '121654.646000', '121654.656000', '121654.659000', '121654.661000', '121654.664000', '121654.667000', '121654.669000', '121654.672000', '121654.675000', '121654.677000', '121654.680000', '121654.683000', '121654.685000', '121654.688000', '121654.691000', '121654.693000', '121654.696000', '121654.699000', '121654.701000', '121654.704000', '121654.706000', '121654.709000', '121654.712000', '121654.714000', '121654.717000', '121654.720000', '121654.722000', '121704.304000', '121704.307000', '121704.310000', '121704.313000', '121704.316000', '121704.318000', '121704.321000', '121704.324000', '121704.326000', '121704.329000', '121704.332000', '121704.335000', '121704.338000', '121704.341000', '121704.343000', '121704.346000', '121704.349000', '121704.360000', '121704.363000', '121704.366000', '121704.369000', '121704.377000'], 'InstanceCreationTime': ['120734.636000', '120734.639000', '120734.644000', '120734.647000', '120734.659000', '120734.662000', '120734.664000', '120734.667000', '120734.669000', '120734.672000', '120734.675000', '120734.677000', '120734.680000', '120734.682000', '120734.685000', '120734.687000', '120734.690000', '120734.693000', '120734.695000', '120734.698000', '120734.700000', '120734.703000', '120734.706000', '120734.708000', '120734.715000', '120734.718000', '120734.720000', '120734.723000', '120734.728000', '120754.603000', '120754.606000', '120754.609000', '120754.612000', '120754.614000', '120754.617000', '120754.619000', '120754.622000', '120754.624000', '120754.627000', '120754.630000', '120754.632000', '120754.635000', '120754.638000', '120754.640000', '120754.643000', '120754.645000', '120754.648000', '120754.650000', '120754.653000', '120754.662000', '120754.664000', '120754.667000', '120754.669000', '120754.672000', '120754.675000', '120754.677000', '120754.680000', '120754.682000', '120754.685000', '120754.688000', '120754.690000', '120754.693000', '120754.695000', '120754.698000', '120754.700000', '120754.703000', '120754.706000', '120754.708000', '120754.711000', '120754.713000', '120754.716000', '120754.719000', '120814.603000', '120814.606000', '120814.609000', '120814.611000', '120814.614000', '120814.617000', '120814.619000', '120814.622000', '120814.624000', '120814.627000', '120814.629000', '120814.632000', '120814.635000', '120814.637000', '120814.640000', '120814.642000', '120814.645000', '120814.648000', '120814.650000', '120814.653000', '120814.655000', '120814.658000', '120814.660000', '120814.663000', '120814.665000', '120814.668000', '120814.686000', '120814.689000', '120814.691000', '120814.694000', '120814.697000', '120814.699000', '120814.702000', '120814.704000', '120814.707000', '120814.710000', '120814.719000', '120814.722000', '120814.724000', '120814.727000', '120814.729000', '120814.732000', '120814.735000', '120814.737000', '120834.604000', '120834.610000', '120834.613000', '120834.615000', '120834.618000', '120834.621000', '120834.623000', '120834.626000', '120834.629000', '120834.631000', '120834.634000', '120834.637000', '120834.639000', '120834.642000', '120834.645000', '120834.647000', '120834.650000', '120834.652000', '120834.655000', '120834.658000', '120834.660000', '120834.663000', '120834.665000', '120834.668000', '120834.671000', '120834.673000', '120834.676000', '120834.678000', '120834.682000', '120834.685000', '120834.687000', '120834.690000', '120834.693000', '120834.695000', '120834.698000', '120834.701000', '120834.703000', '120834.706000', '120834.708000', '120834.711000', '120834.714000', '120834.716000', '120834.719000', '120854.602000', '120854.605000', '120854.608000', '120854.611000', '120854.613000', '120854.616000', '120854.618000', '120854.621000', '120854.623000', '120854.626000', '120854.629000', '120854.631000', '120854.634000', '120854.637000', '120854.639000', '120854.642000', '120854.645000', '120854.647000', '120854.650000', '120854.653000', '120854.655000', '120854.658000', '120854.661000', '120854.663000', '120854.666000', '120854.669000', '120854.671000', '120854.674000', '120854.676000', '120854.679000', '120854.682000', '120854.685000', '120854.687000', '120854.690000', '120854.693000', '120854.695000', '120854.698000', '120854.701000', '120854.703000', '120854.706000', '120854.709000', '120854.711000', '120854.714000', '120854.717000', '120914.602000', '120914.605000', '120914.608000', '120914.611000', '120914.613000', '120914.616000', '120914.619000', '120914.621000', '120914.624000', '120914.626000', '120914.629000', '120914.631000', '120914.634000', '120914.637000', '120914.639000', '120914.642000', '120914.644000', '120914.647000', '120914.650000', '120914.652000', '120914.655000', '120914.658000', '120914.660000', '120914.663000', '120914.666000', '120914.669000', '120914.671000', '120914.674000', '120914.676000', '120914.679000', '120914.681000', '120914.684000', '120914.687000', '120914.690000', '120914.692000', '120914.695000', '120914.697000', '120914.700000', '120914.703000', '120914.705000', '120914.708000', '120914.711000', '120914.713000', '120934.602000', '120934.606000', '120934.608000', '120934.611000', '120934.614000', '120934.616000', '120934.619000', '120934.622000', '120934.624000', '120934.627000', '120934.630000', '120934.632000', '120934.635000', '120934.638000', '120934.640000', '120934.643000', '120934.646000', '120934.648000', '120934.651000', '120934.654000', '120934.656000', '120934.659000', '120934.662000', '120934.664000', '120934.667000', '120934.670000', '120934.672000', '120934.683000', '120934.686000', '120934.689000', '120934.691000', '120934.694000', '120934.696000', '120934.699000', '120934.702000', '120934.704000', '120934.707000', '120934.710000', '120934.712000', '120934.715000', '120934.717000', '120934.720000', '120934.723000', '120934.725000', '120954.603000', '120954.606000', '120954.609000', '120954.612000', '120954.614000', '120954.617000', '120954.620000', '120954.622000', '120954.625000', '120954.627000', '120954.630000', '120954.633000', '120954.635000', '120954.638000', '120954.641000', '120954.643000', '120954.646000', '120954.649000', '120954.651000', '120954.654000', '120954.657000', '120954.688000', '120954.691000', '120954.694000', '120954.696000', '120954.699000', '120954.702000', '120954.704000', '120954.707000', '120954.710000', '120954.712000', '120954.715000', '120954.718000', '120954.720000', '120954.725000', '120954.728000', '120954.730000', '120954.733000', '120954.735000', '120954.738000', '120954.741000', '120954.743000', '120954.746000', '121014.603000', '121014.606000', '121014.609000', '121014.611000', '121014.614000', '121014.617000', '121014.619000', '121014.622000', '121014.624000', '121014.627000', '121014.630000', '121014.632000', '121014.635000', '121014.638000', '121014.640000', '121014.643000', '121014.646000', '121014.648000', '121014.651000', '121014.654000', '121014.656000', '121014.659000', '121014.662000', '121014.664000', '121014.667000', '121014.670000', '121014.672000', '121014.675000', '121014.678000', '121014.680000', '121014.683000', '121014.686000', '121014.688000', '121014.691000', '121014.694000', '121014.696000', '121014.699000', '121014.702000', '121014.705000', '121014.707000', '121014.710000', '121014.713000', '121014.715000', '121014.718000', '121034.604000', '121034.606000', '121034.609000', '121034.612000', '121034.615000', '121034.617000', '121034.620000', '121034.623000', '121034.625000', '121034.628000', '121034.631000', '121034.633000', '121034.636000', '121034.639000', '121034.641000', '121034.644000', '121034.647000', '121034.649000', '121034.652000', '121034.655000', '121034.657000', '121034.660000', '121034.663000', '121034.665000', '121034.668000', '121034.671000', '121034.673000', '121034.676000', '121034.678000', '121034.681000', '121034.684000', '121034.686000', '121034.689000', '121034.692000', '121034.695000', '121034.697000', '121034.700000', '121034.702000', '121034.705000', '121034.708000', '121034.711000', '121034.715000', '121034.718000', '121054.604000', '121054.607000', '121054.609000', '121054.612000', '121054.615000', '121054.618000', '121054.620000', '121054.623000', '121054.625000', '121054.628000', '121054.631000', '121054.633000', '121054.636000', '121054.639000', '121054.641000', '121054.644000', '121054.647000', '121054.649000', '121054.652000', '121054.655000', '121054.657000', '121054.660000', '121054.663000', '121054.665000', '121054.668000', '121054.671000', '121054.673000', '121054.676000', '121054.679000', '121054.681000', '121054.684000', '121054.687000', '121054.689000', '121054.692000', '121054.695000', '121054.697000', '121054.700000', '121054.702000', '121054.705000', '121054.708000', '121054.710000', '121054.713000', '121054.716000', '121054.718000', '121114.602000', '121114.605000', '121114.608000', '121114.611000', '121114.613000', '121114.616000', '121114.619000', '121114.622000', '121114.624000', '121114.627000', '121114.629000', '121114.632000', '121114.635000', '121114.637000', '121114.640000', '121114.642000', '121114.645000', '121114.648000', '121114.651000', '121114.653000', '121114.656000', '121114.658000', '121114.661000', '121114.664000', '121114.666000', '121114.669000', '121114.671000', '121114.674000', '121114.677000', '121114.679000', '121114.682000', '121114.685000', '121114.687000', '121114.690000', '121114.693000', '121114.695000', '121114.698000', '121114.701000', '121114.703000', '121114.706000', '121114.709000', '121114.711000', '121114.714000', '121134.603000', '121134.605000', '121134.608000', '121134.623000', '121134.626000', '121134.629000', '121134.631000', '121134.634000', '121134.637000', '121134.639000', '121134.642000', '121134.645000', '121134.647000', '121134.650000', '121134.653000', '121134.655000', '121134.658000', '121134.661000', '121134.663000', '121134.666000', '121134.669000', '121134.671000', '121134.674000', '121134.676000', '121134.679000', '121134.689000', '121134.692000', '121134.694000', '121134.697000', '121134.700000', '121134.702000', '121134.705000', '121134.708000', '121134.710000', '121134.713000', '121134.716000', '121134.718000', '121134.721000', '121134.724000', '121134.726000', '121134.729000', '121134.732000', '121134.734000', '121134.737000', '121154.603000', '121154.605000', '121154.608000', '121154.611000', '121154.614000', '121154.616000', '121154.619000', '121154.621000', '121154.624000', '121154.627000', '121154.629000', '121154.632000', '121154.635000', '121154.637000', '121154.640000', '121154.642000', '121154.645000', '121154.648000', '121154.651000', '121154.653000', '121154.656000', '121154.659000', '121154.661000', '121154.664000', '121154.666000', '121154.669000', '121154.671000', '121154.674000', '121154.677000', '121154.680000', '121154.682000', '121154.685000', '121154.687000', '121154.690000', '121154.693000', '121154.695000', '121154.698000', '121154.700000', '121154.703000', '121154.706000', '121154.708000', '121154.711000', '121154.714000', '121214.603000', '121214.607000', '121214.609000', '121214.612000', '121214.615000', '121214.617000', '121214.620000', '121214.623000', '121214.625000', '121214.628000', '121214.631000', '121214.633000', '121214.636000', '121214.639000', '121214.641000', '121214.644000', '121214.647000', '121214.649000', '121214.652000', '121214.655000', '121214.657000', '121214.660000', '121214.663000', '121214.665000', '121214.668000', '121214.671000', '121214.673000', '121214.676000', '121214.678000', '121214.681000', '121214.684000', '121214.687000', '121214.689000', '121214.692000', '121214.695000', '121214.697000', '121214.700000', '121214.703000', '121214.705000', '121214.708000', '121214.710000', '121214.713000', '121214.716000', '121214.718000', '121234.604000', '121234.606000', '121234.609000', '121234.612000', '121234.614000', '121234.617000', '121234.620000', '121234.622000', '121234.625000', '121234.627000', '121234.630000', '121234.633000', '121234.635000', '121234.638000', '121234.641000', '121234.643000', '121234.646000', '121234.648000', '121234.651000', '121234.654000', '121234.657000', '121234.659000', '121234.662000', '121234.664000', '121234.667000', '121234.670000', '121234.672000', '121234.675000', '121234.678000', '121234.680000', '121234.683000', '121234.686000', '121234.688000', '121234.691000', '121234.694000', '121234.696000', '121234.699000', '121234.701000', '121234.704000', '121234.707000', '121234.709000', '121234.712000', '121234.715000', '121254.604000', '121254.606000', '121254.609000', '121254.612000', '121254.615000', '121254.617000', '121254.620000', '121254.622000', '121254.625000', '121254.628000', '121254.630000', '121254.633000', '121254.636000', '121254.639000', '121254.641000', '121254.646000', '121254.648000', '121254.651000', '121254.654000', '121254.656000', '121254.659000', '121254.661000', '121254.664000', '121254.667000', '121254.669000', '121254.672000', '121254.674000', '121254.677000', '121254.691000', '121254.694000', '121254.696000', '121254.699000', '121254.701000', '121254.704000', '121254.707000', '121254.709000', '121254.712000', '121254.714000', '121254.717000', '121254.720000', '121254.722000', '121254.725000', '121254.727000', '121254.730000', '121314.604000', '121314.606000', '121314.609000', '121314.612000', '121314.614000', '121314.617000', '121314.619000', '121314.622000', '121314.625000', '121314.627000', '121314.630000', '121314.632000', '121314.635000', '121314.638000', '121314.640000', '121314.643000', '121314.645000', '121314.648000', '121314.650000', '121314.653000', '121314.656000', '121314.658000', '121314.661000', '121314.663000', '121314.666000', '121314.669000', '121314.671000', '121314.674000', '121314.676000', '121314.679000', '121314.682000', '121314.684000', '121314.687000', '121314.689000', '121314.692000', '121314.694000', '121314.697000', '121314.700000', '121314.702000', '121314.705000', '121314.708000', '121314.710000', '121314.713000', '121334.605000', '121334.608000', '121334.610000', '121334.613000', '121334.615000', '121334.618000', '121334.621000', '121334.623000', '121334.626000', '121334.628000', '121334.631000', '121334.634000', '121334.636000', '121334.639000', '121334.642000', '121334.644000', '121334.647000', '121334.649000', '121334.652000', '121334.655000', '121334.657000', '121334.660000', '121334.662000', '121334.665000', '121334.668000', '121334.670000', '121334.673000', '121334.675000', '121334.678000', '121334.681000', '121334.683000', '121334.686000', '121334.689000', '121334.691000', '121334.694000', '121334.696000', '121334.699000', '121334.701000', '121334.704000', '121334.707000', '121334.709000', '121334.712000', '121334.715000', '121334.717000', '121354.603000', '121354.605000', '121354.608000', '121354.611000', '121354.613000', '121354.616000', '121354.618000', '121354.621000', '121354.624000', '121354.626000', '121354.629000', '121354.632000', '121354.634000', '121354.637000', '121354.639000', '121354.642000', '121354.645000', '121354.647000', '121354.650000', '121354.652000', '121354.655000', '121354.658000', '121354.660000', '121354.663000', '121354.666000', '121354.668000', '121354.671000', '121354.674000', '121354.676000', '121354.679000', '121354.681000', '121354.684000', '121354.687000', '121354.689000', '121354.692000', '121354.694000', '121354.697000', '121354.700000', '121354.702000', '121354.705000', '121354.707000', '121354.710000', '121354.713000', '121414.602000', '121414.605000', '121414.608000', '121414.611000', '121414.613000', '121414.616000', '121414.619000', '121414.621000', '121414.624000', '121414.626000', '121414.629000', '121414.632000', '121414.634000', '121414.637000', '121414.640000', '121414.642000', '121414.645000', '121414.647000', '121414.650000', '121414.653000', '121414.655000', '121414.658000', '121414.661000', '121414.663000', '121414.666000', '121414.669000', '121414.671000', '121414.674000', '121414.676000', '121414.679000', '121414.682000', '121414.684000', '121414.687000', '121414.690000', '121414.692000', '121414.695000', '121414.697000', '121414.700000', '121414.722000', '121414.725000', '121414.727000', '121414.730000', '121414.732000', '121414.735000', '121434.604000', '121434.606000', '121434.609000', '121434.612000', '121434.614000', '121434.617000', '121434.619000', '121434.622000', '121434.625000', '121434.627000', '121434.630000', '121434.633000', '121434.635000', '121434.638000', '121434.640000', '121434.643000', '121434.646000', '121434.648000', '121434.651000', '121434.653000', '121434.656000', '121434.659000', '121434.661000', '121434.664000', '121434.667000', '121434.669000', '121434.672000', '121434.674000', '121434.677000', '121434.679000', '121434.682000', '121434.685000', '121434.687000', '121434.690000', '121434.692000', '121434.695000', '121434.698000', '121434.700000', '121434.703000', '121434.706000', '121434.708000', '121434.711000', '121434.713000', '121454.604000', '121454.607000', '121454.609000', '121454.612000', '121454.615000', '121454.617000', '121454.620000', '121454.622000', '121454.625000', '121454.628000', '121454.630000', '121454.633000', '121454.635000', '121454.638000', '121454.642000', '121454.645000', '121454.647000', '121454.650000', '121454.653000', '121454.655000', '121454.658000', '121454.660000', '121454.663000', '121454.666000', '121454.668000', '121454.671000', '121454.674000', '121454.676000', '121454.679000', '121454.682000', '121454.684000', '121454.687000', '121454.689000', '121454.692000', '121454.695000', '121454.698000', '121454.700000', '121454.703000', '121454.706000', '121454.709000', '121454.711000', '121454.714000', '121454.716000', '121454.719000', '121514.604000', '121514.606000', '121514.609000', '121514.612000', '121514.615000', '121514.617000', '121514.620000', '121514.623000', '121514.625000', '121514.628000', '121514.630000', '121514.633000', '121514.636000', '121514.639000', '121514.641000', '121514.644000', '121514.647000', '121514.649000', '121514.652000', '121514.654000', '121514.657000', '121514.660000', '121514.662000', '121514.665000', '121514.668000', '121514.670000', '121514.673000', '121514.675000', '121514.678000', '121514.681000', '121514.683000', '121514.686000', '121514.689000', '121514.691000', '121514.694000', '121514.696000', '121514.699000', '121514.702000', '121514.704000', '121514.707000', '121514.709000', '121514.712000', '121514.715000', '121534.604000', '121534.607000', '121534.609000', '121534.612000', '121534.614000', '121534.617000', '121534.620000', '121534.622000', '121534.625000', '121534.628000', '121534.630000', '121534.633000', '121534.635000', '121534.638000', '121534.641000', '121534.643000', '121534.646000', '121534.648000', '121534.651000', '121534.654000', '121534.656000', '121534.659000', '121534.662000', '121534.664000', '121534.667000', '121534.670000', '121534.673000', '121534.676000', '121534.678000', '121534.681000', '121534.684000', '121534.686000', '121534.689000', '121534.692000', '121534.694000', '121534.727000', '121534.730000', '121534.732000', '121534.735000', '121534.738000', '121534.740000', '121534.743000', '121534.745000', '121554.603000', '121554.606000', '121554.608000', '121554.611000', '121554.613000', '121554.616000', '121554.619000', '121554.621000', '121554.624000', '121554.627000', '121554.629000', '121554.632000', '121554.634000', '121554.637000', '121554.640000', '121554.642000', '121554.645000', '121554.648000', '121554.650000', '121554.653000', '121554.656000', '121554.658000', '121554.661000', '121554.663000', '121554.666000', '121554.669000', '121554.671000', '121554.674000', '121554.677000', '121554.679000', '121554.682000', '121554.684000', '121554.687000', '121554.690000', '121554.692000', '121554.695000', '121554.698000', '121554.700000', '121554.703000', '121554.705000', '121554.708000', '121554.711000', '121554.713000', '121554.716000', '121614.602000', '121614.605000', '121614.608000', '121614.611000', '121614.614000', '121614.617000', '121614.620000', '121614.623000', '121614.626000', '121614.628000', '121614.631000', '121614.633000', '121614.636000', '121614.639000', '121614.641000', '121614.644000', '121614.646000', '121614.649000', '121614.652000', '121614.654000', '121614.666000', '121614.669000', '121614.671000', '121614.674000', '121614.677000', '121614.680000', '121614.683000', '121614.686000', '121614.688000', '121614.691000', '121614.694000', '121614.696000', '121614.699000', '121614.702000', '121614.704000', '121614.707000', '121614.709000', '121614.712000', '121614.715000', '121614.717000', '121614.720000', '121614.722000', '121614.725000', '121634.603000', '121634.605000', '121634.608000', '121634.611000', '121634.613000', '121634.616000', '121634.627000', '121634.630000', '121634.632000', '121634.635000', '121634.638000', '121634.640000', '121634.643000', '121634.646000', '121634.649000', '121634.651000', '121634.654000', '121634.657000', '121634.659000', '121634.662000', '121634.665000', '121634.667000', '121634.670000', '121634.673000', '121634.675000', '121634.678000', '121634.681000', '121634.683000', '121634.686000', '121634.689000', '121634.691000', '121634.694000', '121634.697000', '121634.699000', '121634.702000', '121634.705000', '121634.707000', '121634.710000', '121634.713000', '121634.715000', '121634.718000', '121634.720000', '121634.723000', '121634.726000', '121654.604000', '121654.607000', '121654.609000', '121654.612000', '121654.615000', '121654.617000', '121654.620000', '121654.622000', '121654.625000', '121654.628000', '121654.630000', '121654.633000', '121654.635000', '121654.638000', '121654.641000', '121654.643000', '121654.646000', '121654.656000', '121654.659000', '121654.661000', '121654.664000', '121654.667000', '121654.669000', '121654.672000', '121654.675000', '121654.677000', '121654.680000', '121654.683000', '121654.685000', '121654.688000', '121654.691000', '121654.693000', '121654.696000', '121654.699000', '121654.701000', '121654.704000', '121654.706000', '121654.709000', '121654.712000', '121654.714000', '121654.717000', '121654.720000', '121654.722000', '121704.304000', '121704.307000', '121704.310000', '121704.313000', '121704.316000', '121704.318000', '121704.321000', '121704.324000', '121704.326000', '121704.329000', '121704.332000', '121704.335000', '121704.338000', '121704.341000', '121704.343000', '121704.346000', '121704.349000', '121704.360000', '121704.363000', '121704.366000', '121704.369000', '121704.377000'], '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': [9905, 15512, 11093, 16211, 11396, 9214, 14616, 9452, 17733, 10698, 15964, 10368, 13648, 16918, 12987, 20087, 12941, 17488, 11422, 15121, 11169, 14130, 10632, 13926, 10158, 12694, 9434, 12396, 8699, 12098, 8801, 12055, 9060, 11130, 11404, 10935, 12073, 10992, 13901, 11122, 16704, 11076, 15015, 10668, 13944, 10260, 12940, 9347, 12991, 9482, 12671, 8787, 12072, 9238, 11512, 9060, 11738, 9232, 10778, 14326, 11101, 13066, 11110, 19112, 11744, 16902, 11947, 16745, 11374, 16743, 11152, 17253, 11152, 17602, 9980, 16895, 9902, 16116, 10201, 16027, 9469, 14788, 10277, 13923, 15379, 12934, 18401, 12819, 19054, 12511, 17668, 12337, 17194, 11399, 16445, 11684, 16868, 11714, 17016, 11634, 15973, 11425, 16156, 11504, 17542, 11606, 17149, 11048, 17193, 11212, 17392, 10287, 16218, 9919, 17015, 10337, 16779, 9879, 15782, 9676, 14833, 9772, 12943, 10375, 11912, 10819, 12573, 8324, 11724, 9017, 11495, 17648, 12206, 15082, 11363, 13985, 11059, 13085, 11145, 13202, 10565, 12773, 10437, 11813, 10535, 12507, 10705, 10794, 9771, 13208, 10774, 10026, 11897, 11827, 11789, 11304, 12857, 15578, 13310, 19890, 14882, 19559, 13272, 18211, 12631, 17564, 12150, 17658, 11702, 17301, 11765, 18216, 12173, 18563, 12075, 18105, 12295, 18043, 11993, 17955, 10668, 16154, 10452, 15916, 9726, 14737, 9995, 12948, 12924, 12910, 10256, 11654, 9422, 12086, 10934, 12209, 15235, 12004, 18336, 12270, 17693, 12408, 16914, 11743, 16103, 11270, 15800, 11120, 15165, 10380, 13908, 9814, 12805, 10471, 11725, 8350, 11027, 15323, 11382, 16391, 11255, 14737, 12975, 13567, 12005, 13802, 10729, 13323, 11095, 9880, 11380, 8860, 11524, 8232, 12519, 8875, 12884, 9584, 14863, 10012, 15542, 10115, 14671, 10799, 14421, 11142, 16443, 11313, 14785, 11342, 15035, 10860, 14426, 10838, 12963, 11235, 13551, 10081, 12204, 9148, 11439, 9850, 11602, 12130, 11387, 17539, 11464, 15689, 12089, 15677, 11042, 13771, 11131, 13458, 10862, 12976, 10233, 12381, 8922, 11482, 12170, 11490, 12944, 11524, 17933, 11690, 16141, 12001, 15536, 11496, 14260, 11158, 14218, 11491, 13765, 10512, 13779, 11313, 13600, 10699, 13004, 10790, 12706, 9428, 11676, 14100, 11660, 11053, 11418, 12577, 11566, 16279, 11452, 11804, 11283, 15219, 11587, 15162, 12374, 15379, 12165, 15753, 11274, 15157, 11170, 14852, 11384, 14356, 11588, 13990, 11401, 14399, 11140, 14587, 10993, 14001, 11280, 13869, 10945, 13509, 10741, 13384, 9397, 12410, 9160, 12371, 12089, 11773, 15622, 11754, 9805, 11571, 10014, 11629, 11683, 11787, 9622, 11605, 11226, 11505, 18183, 11665, 16648, 12076, 16263, 12160, 14882, 11395, 14870, 11297, 13996, 11039, 13357, 11484, 13400, 11418, 13635, 11146, 13051, 11358, 12843, 10861, 12954, 10806, 12251, 9066, 12001, 9466, 11954, 9557, 11681, 12458, 11827, 13480, 11736, 13000, 11508, 16381, 12301, 16171, 11771, 14399, 11606, 15598, 11853, 14920, 11870, 12357, 11636, 13030, 11842, 10374, 11959, 9713, 11819, 11286, 12053, 9285, 12329, 9321, 12239, 11342, 11927, 10772, 11833, 13673, 12088, 15318, 11986, 10696, 11951, 11071, 12002, 14834, 12146, 13230, 11887, 14352, 12656, 14250, 12313, 13667, 11903, 13415, 11359, 13763, 11203, 14411, 11593, 13379, 11486, 13419, 11008, 12669, 9335, 12004, 12662, 11910, 17150, 12549, 14576, 11403, 12927, 11697, 12477, 11058, 12094, 10326, 11917, 8970, 11849, 13109, 12157, 14359, 11978, 12917, 11642, 12605, 11533, 12523, 11266, 12400, 11050, 11359, 10552, 11835, 10143, 11858, 11041, 11965, 17646, 12870, 14807, 12729, 13342, 12720, 13341, 11513, 12955, 11041, 13106, 11308, 12987, 9245, 12583, 10475, 11739, 20046, 12580, 17172, 12332, 15364, 11305, 13812, 11200, 12961, 9576, 12267, 9215, 11786, 10494, 12224, 16482, 12084, 14895, 12474, 13854, 12084, 14321, 11555, 13994, 11674, 12658, 9741, 11748, 16218, 12234, 16144, 12062, 14524, 12534, 13956, 12614, 13833, 12010, 13126, 11286, 13706, 11265, 13857, 11641, 12789, 8892, 12038, 11314, 12038, 12890, 12066, 14659, 12120, 13697, 12166, 9322, 12070, 8774, 12074, 8883, 12158, 10485, 11897, 9648, 11933, 11034, 12035, 10224, 11944, 12738, 12068, 16404, 12039, 11929, 12175, 12490, 12125, 12563, 12340, 9188, 11930, 9431, 12023, 12291, 12338, 13189, 12620, 8827, 12530, 11112, 14164, 11160, 10789, 13695, 11099, 15866, 11896, 18076, 11812, 17070, 12098, 16513, 10750, 14449, 11111, 13859, 10233, 13544, 10766, 13393, 10880, 12789, 10744, 11860, 9275, 11699, 10574, 12147, 9096, 11571, 9361, 11597, 9350, 11953, 13911, 11815, 17607, 12091, 15944, 12477, 14427, 11623, 14477, 11818, 14502, 11119, 13483, 11595, 13826, 12336, 12791, 12027, 9808, 12388, 11701, 14406, 12361, 16063, 12131, 15249, 11604, 13072, 10156, 12825, 10182, 12723, 16121, 12712, 14467, 13441, 12384, 13294, 11981, 12277, 12391, 11651, 12457, 11225, 12431, 10366, 12611, 11961, 12648, 11519, 12634, 12678, 12690, 12083, 12608, 11838, 11891, 12403, 11231, 12443, 9385, 12817, 12637, 12482, 16725, 13369, 14865, 12105, 14626, 11769, 13363, 11138, 12639, 10317, 12705, 16767, 12757, 15369, 12430, 14306, 11771, 13172, 9856, 12503, 14991, 12679, 15911, 13149, 14897, 12356, 12825, 12086, 12539, 9021, 12719, 15648, 12543, 13382, 12323, 12531, 11086, 12451, 13438, 12533, 13973, 12117, 12843, 11968, 12111, 9630, 12703, 14299, 12521, 13472, 11924, 11977, 11707, 12549, 8859, 12291, 13997, 12498, 12263, 13079, 12070, 11490, 11917, 10477, 12395, 11127, 12729, 15577, 13152, 13822, 11645, 12935, 11926, 12424, 9466, 12467, 15048, 12531, 14839, 12977, 13517, 12000, 12600, 11528, 12392, 9737, 12459, 14734, 12667, 14763, 12471, 13526, 12264, 12325, 11868, 12204, 11309, 12346, 11141, 12348, 11538, 12434, 12587, 12787, 11260, 9760, 8555, 10080, 10048, 11827, 18485, 12700, 16827, 12661, 15485, 12190, 18880, 15020, 18245, 12754, 18144, 14259, 12356, 17232, 13401, 18047, 13453, 14745, 17641, 12868, 16751, 11833, 15189, 11880, 15464, 11324, 15019, 11314, 13908, 11493, 11984, 11328, 11649, 11599, 11238, 11859, 12398, 12297, 11951, 11616, 11400, 11661, 11017, 11380, 14547, 12232, 14323, 11286, 14120, 11395, 13503, 11596, 13319, 10982, 13183, 11875, 13018, 11453, 10967, 11281, 10103, 12187, 11516, 12882, 11490, 12834, 11220, 14940, 11712, 16993, 12592, 15361, 11461, 13820, 11523, 13088, 11590, 12256, 9663, 11841, 9359, 12221, 9574, 12251, 8857, 11881, 12266, 12064, 11664, 12844, 11794, 11421, 11876, 9677, 12052, 11918, 12032, 14611, 12532, 12944, 11841, 12041, 11640, 12031, 10671, 12283, 13506, 12153, 14928, 13068, 13582, 12842, 13126, 11814, 12179, 9942, 12455, 16439, 12717, 14684, 11968, 12554, 10163, 12164, 10302, 12227, 10242, 12074, 11261, 12345, 9798, 12406, 12485, 11962, 16833, 11680, 15854, 11712, 13295, 14573, 11911, 16817, 11887, 14395, 11392, 12502, 9663, 12232, 9527, 12306, 13816, 12252, 12810, 12238, 11661, 12033, 11889, 9048, 12010, 14503, 12052, 12465, 12386, 11526, 12509, 11378, 11636, 11831, 9516, 12132, 16667, 11515, 14190, 11471, 13260, 11849, 12062, 11237, 11736, 10145, 11915, 12832, 12046, 14242, 12285, 13264, 11182, 13128, 11467, 13367, 11753, 10166, 11619, 10409, 12509, 11569, 14645, 11303, 13495, 12240, 17730, 12833, 16424, 11964, 15712, 12727, 15407, 12185, 14650, 11573, 14304, 12138, 14271, 12594, 14109, 11985, 13892, 11837, 13125, 10374, 12460, 13604, 12592, 13881, 13308, 12064, 11931, 12159, 12176, 11798, 12034, 12395, 10880, 12298, 11404, 12684, 12354, 13224, 11720, 12912, 12396, 12021, 12414, 11600, 12502, 11877, 11997, 10941, 12319, 13816, 12556, 15594, 13140, 14867, 12055, 13187, 12327, 12476, 16002, 13126, 13291, 12452, 13057, 12886, 12740, 11780, 13188, 11988, 13356, 10686, 12669, 18538, 12361, 15284, 12010, 13564, 11770, 12508, 10875, 12485, 9419, 12685, 9706, 12802, 10198, 12704, 15875, 12702, 14092, 12336, 13274, 11085, 12559, 16634, 12841, 14167, 12208, 12388, 12001, 12317, 9572, 12825, 10741, 12508, 9693, 12646, 10407, 12626, 12108, 12379, 12061, 11578, 12195, 10330, 12560, 16843, 12299, 15199, 12171, 13904, 11237, 12546, 16809, 12690, 14464, 11746, 12640, 10612, 12588, 10204, 12691, 10328, 12558, 13301, 12562, 12221, 12446, 13012, 12350, 13176, 12958, 13981, 12084, 14163, 11704, 13961, 11159, 13071, 16111, 12234, 16119, 13067, 14894, 11812, 13678, 10431, 12250, 8579, 12492, 8785, 12501, 8538, 12764, 11210, 12831, 9596, 12765, 12812, 12477, 14232, 12427, 13258, 11798, 12768, 11640, 13124, 11683, 12465, 10963, 12722, 11306, 12615, 9088, 12562, 9484, 12551, 11777, 12710, 13007, 12541, 15976, 13320, 15094, 12310, 14362, 11842, 13734, 12393, 14257, 12186, 14036, 13477, 11484, 11994, 11429, 12481, 12869, 12174, 12490, 10105, 13080, 11525, 13621, 13204, 12484, 13341, 12432, 14865, 12412, 11653, 12588, 9838, 12420, 10640, 12353, 9186, 12733, 11044, 12538, 9999, 12361, 8866, 12336, 10580, 12385, 9982, 12570, 10446, 12591, 9447, 12531, 10221, 12411, 10296, 12738, 10281, 12738, 9278, 12885, 11295, 14108, 11280, 14693, 11745, 14624, 11689, 14214, 11551, 14031, 11614, 13414, 11250, 13501], 'WindowCenter': [4536.0, 4570.0, 4543.0, 4569.0, 4526.0, 4506.0, 4555.0, 4492.0, 4567.0, 4504.0, 4542.0, 4490.0, 4521.0, 4539.0, 4521.0, 4549.0, 4507.0, 4525.0, 4494.0, 4515.0, 4487.0, 4516.0, 4486.0, 4515.0, 4476.0, 4505.0, 4469.0, 4508.0, 4468.0, 4507.0, 4466.0, 4508.0, 4468.0, 4499.0, 4497.0, 4487.0, 4496.0, 4487.0, 4515.0, 4499.0, 4537.0, 4499.0, 4526.0, 4488.0, 4515.0, 4487.0, 4507.0, 4478.0, 4508.0, 4477.0, 4505.0, 4467.0, 4511.0, 4481.0, 4509.0, 4469.0, 4509.0, 4479.0, 4501.0, 4531.0, 4500.0, 4519.0, 4499.0, 4547.0, 4510.0, 4539.0, 4510.0, 4536.0, 4509.0, 4537.0, 4498.0, 4550.0, 4499.0, 4548.0, 4477.0, 4538.0, 4477.0, 4539.0, 4478.0, 4537.0, 4466.0, 4517.0, 4476.0, 4519.0, 4526.0, 4506.0, 4535.0, 4506.0, 4525.0, 4506.0, 4537.0, 4496.0, 4524.0, 4486.0, 4525.0, 4496.0, 4526.0, 4496.0, 4526.0, 4496.0, 4525.0, 4500.0, 4527.0, 4499.0, 4536.0, 4497.0, 4536.0, 4497.0, 4536.0, 4486.0, 4527.0, 4474.0, 4525.0, 4475.0, 4537.0, 4476.0, 4525.0, 4474.0, 4514.0, 4464.0, 4516.0, 4477.0, 4507.0, 4475.0, 4496.0, 4486.0, 4505.0, 4446.0, 4496.0, 4455.0, 4496.0, 4535.0, 4508.0, 4515.0, 4498.0, 4516.0, 4497.0, 4507.0, 4496.0, 4504.0, 4475.0, 4495.0, 4487.0, 4497.0, 4486.0, 4506.0, 4487.0, 4487.0, 4479.0, 4506.0, 4489.0, 4478.0, 4512.0, 4512.0, 4510.0, 4509.0, 4522.0, 4528.0, 4521.0, 4560.0, 4530.0, 4546.0, 4508.0, 4536.0, 4508.0, 4550.0, 4509.0, 4537.0, 4497.0, 4535.0, 4511.0, 4548.0, 4509.0, 4547.0, 4509.0, 4537.0, 4508.0, 4537.0, 4499.0, 4537.0, 4476.0, 4526.0, 4487.0, 4526.0, 4463.0, 4515.0, 4464.0, 4496.0, 4495.0, 4496.0, 4475.0, 4487.0, 4456.0, 4496.0, 4487.0, 4510.0, 4528.0, 4511.0, 4535.0, 4486.0, 4514.0, 4496.0, 4525.0, 4497.0, 4524.0, 4485.0, 4525.0, 4487.0, 4514.0, 4475.0, 4505.0, 4474.0, 4507.0, 4476.0, 4496.0, 4446.0, 4486.0, 4525.0, 4487.0, 4524.0, 4510.0, 4556.0, 4564.0, 4521.0, 4499.0, 4506.0, 4489.0, 4523.0, 4562.0, 4510.0, 4501.0, 4445.0, 4474.0, 4422.0, 4483.0, 4400.0, 4356.0, 4394.0, 4514.0, 4477.0, 4536.0, 4486.0, 4513.0, 4471.0, 4515.0, 4484.0, 4526.0, 4488.0, 4529.0, 4500.0, 4528.0, 4500.0, 4528.0, 4498.0, 4506.0, 4485.0, 4507.0, 4474.0, 4487.0, 4477.0, 4500.0, 4475.0, 4498.0, 4505.0, 4495.0, 4535.0, 4496.0, 4525.0, 4496.0, 4525.0, 4498.0, 4516.0, 4498.0, 4517.0, 4488.0, 4508.0, 4485.0, 4506.0, 4466.0, 4498.0, 4496.0, 4499.0, 4505.0, 4496.0, 4535.0, 4509.0, 4525.0, 4507.0, 4527.0, 4497.0, 4514.0, 4497.0, 4518.0, 4497.0, 4516.0, 4487.0, 4516.0, 4498.0, 4519.0, 4487.0, 4508.0, 4487.0, 4506.0, 4466.0, 4499.0, 4516.0, 4498.0, 4485.0, 4497.0, 4496.0, 4498.0, 4528.0, 4499.0, 4495.0, 4498.0, 4525.0, 4499.0, 4528.0, 4510.0, 4526.0, 4507.0, 4524.0, 4497.0, 4528.0, 4498.0, 4516.0, 4496.0, 4516.0, 4497.0, 4517.0, 4500.0, 4516.0, 4498.0, 4527.0, 4499.0, 4519.0, 4499.0, 4516.0, 4486.0, 4518.0, 4486.0, 4519.0, 4465.0, 4507.0, 4464.0, 4496.0, 4495.0, 4497.0, 4526.0, 4495.0, 4473.0, 4484.0, 4463.0, 4497.0, 4497.0, 4497.0, 4466.0, 4495.0, 4485.0, 4497.0, 4538.0, 4498.0, 4525.0, 4507.0, 4525.0, 4496.0, 4515.0, 4497.0, 4516.0, 4485.0, 4506.0, 4486.0, 4506.0, 4498.0, 4507.0, 4496.0, 4516.0, 4496.0, 4506.0, 4498.0, 4507.0, 4487.0, 4508.0, 4487.0, 4498.0, 4467.0, 4487.0, 4465.0, 4497.0, 4466.0, 4497.0, 4506.0, 4497.0, 4505.0, 4497.0, 4505.0, 4497.0, 4526.0, 4496.0, 4525.0, 4497.0, 4516.0, 4498.0, 4527.0, 4500.0, 4526.0, 4498.0, 4505.0, 4497.0, 4518.0, 4498.0, 4476.0, 4499.0, 4477.0, 4497.0, 4486.0, 4496.0, 4467.0, 4509.0, 4465.0, 4498.0, 4497.0, 4497.0, 4485.0, 4498.0, 4504.0, 4497.0, 4526.0, 4495.0, 4474.0, 4496.0, 4485.0, 4495.0, 4515.0, 4497.0, 4505.0, 4499.0, 4514.0, 4507.0, 4515.0, 4496.0, 4505.0, 4497.0, 4505.0, 4486.0, 4506.0, 4496.0, 4515.0, 4484.0, 4505.0, 4487.0, 4508.0, 4487.0, 4506.0, 4465.0, 4496.0, 4494.0, 4498.0, 4526.0, 4497.0, 4515.0, 4486.0, 4493.0, 4495.0, 4495.0, 4484.0, 4495.0, 4474.0, 4496.0, 4456.0, 4497.0, 4506.0, 4497.0, 4516.0, 4497.0, 4505.0, 4498.0, 4495.0, 4498.0, 4507.0, 4495.0, 4496.0, 4487.0, 4487.0, 4486.0, 4498.0, 4476.0, 4498.0, 4486.0, 4498.0, 4536.0, 4507.0, 4516.0, 4508.0, 4506.0, 4508.0, 4518.0, 4500.0, 4507.0, 4498.0, 4509.0, 4498.0, 4521.0, 4470.0, 4510.0, 4488.0, 4498.0, 4548.0, 4509.0, 4538.0, 4498.0, 4515.0, 4484.0, 4506.0, 4486.0, 4506.0, 4464.0, 4496.0, 4453.0, 4485.0, 4474.0, 4499.0, 4528.0, 4496.0, 4515.0, 4507.0, 4506.0, 4509.0, 4517.0, 4497.0, 4518.0, 4498.0, 4507.0, 4477.0, 4499.0, 4527.0, 4497.0, 4524.0, 4497.0, 4514.0, 4508.0, 4504.0, 4508.0, 4505.0, 4507.0, 4504.0, 4499.0, 4516.0, 4486.0, 4517.0, 4486.0, 4506.0, 4465.0, 4495.0, 4486.0, 4495.0, 4494.0, 4496.0, 4515.0, 4497.0, 4504.0, 4496.0, 4464.0, 4497.0, 4457.0, 4508.0, 4469.0, 4510.0, 4488.0, 4510.0, 4478.0, 4510.0, 4500.0, 4510.0, 4478.0, 4488.0, 4506.0, 4508.0, 4528.0, 4499.0, 4495.0, 4497.0, 4496.0, 4498.0, 4495.0, 4506.0, 4465.0, 4497.0, 4467.0, 4508.0, 4494.0, 4508.0, 4508.0, 4508.0, 4470.0, 4508.0, 4499.0, 4518.0, 4500.0, 4500.0, 4521.0, 4502.0, 4540.0, 4500.0, 4536.0, 4499.0, 4525.0, 4499.0, 4529.0, 4475.0, 4503.0, 4472.0, 4505.0, 4466.0, 4495.0, 4473.0, 4505.0, 4473.0, 4495.0, 4486.0, 4496.0, 4454.0, 4485.0, 4475.0, 4497.0, 4465.0, 4499.0, 4467.0, 4499.0, 4467.0, 4498.0, 4519.0, 4498.0, 4526.0, 4496.0, 4513.0, 4494.0, 4505.0, 4498.0, 4505.0, 4486.0, 4505.0, 4484.0, 4505.0, 4484.0, 4505.0, 4496.0, 4506.0, 4511.0, 4491.0, 4508.0, 4509.0, 4530.0, 4523.0, 4542.0, 4511.0, 4530.0, 4487.0, 4519.0, 4477.0, 4497.0, 4464.0, 4495.0, 4513.0, 4495.0, 4503.0, 4505.0, 4482.0, 4503.0, 4482.0, 4495.0, 4494.0, 4486.0, 4496.0, 4486.0, 4508.0, 4477.0, 4509.0, 4498.0, 4508.0, 4496.0, 4509.0, 4507.0, 4521.0, 4509.0, 4510.0, 4508.0, 4509.0, 4508.0, 4499.0, 4520.0, 4478.0, 4519.0, 4508.0, 4510.0, 4537.0, 4518.0, 4517.0, 4507.0, 4516.0, 4497.0, 4506.0, 4498.0, 4509.0, 4476.0, 4508.0, 4526.0, 4507.0, 4528.0, 4507.0, 4516.0, 4495.0, 4507.0, 4464.0, 4497.0, 4517.0, 4506.0, 4513.0, 4506.0, 4513.0, 4494.0, 4506.0, 4495.0, 4496.0, 4454.0, 4505.0, 4514.0, 4508.0, 4507.0, 4496.0, 4495.0, 4484.0, 4507.0, 4505.0, 4508.0, 4515.0, 4495.0, 4506.0, 4495.0, 4496.0, 4475.0, 4507.0, 4514.0, 4507.0, 4505.0, 4496.0, 4497.0, 4496.0, 4505.0, 4453.0, 4506.0, 4516.0, 4508.0, 4496.0, 4505.0, 4497.0, 4496.0, 4496.0, 4488.0, 4509.0, 4496.0, 4508.0, 4526.0, 4508.0, 4517.0, 4498.0, 4507.0, 4497.0, 4508.0, 4476.0, 4510.0, 4527.0, 4508.0, 4517.0, 4505.0, 4507.0, 4508.0, 4509.0, 4497.0, 4507.0, 4467.0, 4509.0, 4515.0, 4520.0, 4518.0, 4497.0, 4505.0, 4495.0, 4495.0, 4498.0, 4507.0, 4499.0, 4521.0, 4510.0, 4522.0, 4512.0, 4521.0, 4537.0, 4534.0, 4516.0, 4505.0, 4456.0, 4487.0, 4489.0, 4512.0, 4550.0, 4511.0, 4529.0, 4509.0, 4531.0, 4509.0, 4550.0, 4517.0, 4536.0, 4495.0, 4526.0, 4505.0, 4483.0, 4515.0, 4493.0, 4515.0, 4481.0, 4493.0, 4497.0, 4466.0, 4472.0, 4443.0, 4460.0, 4440.0, 4472.0, 4442.0, 4472.0, 4446.0, 4461.0, 4441.0, 4441.0, 4443.0, 4441.0, 4467.0, 4467.0, 4468.0, 4478.0, 4482.0, 4483.0, 4496.0, 4497.0, 4488.0, 4485.0, 4498.0, 4515.0, 4508.0, 4530.0, 4498.0, 4505.0, 4498.0, 4505.0, 4497.0, 4519.0, 4486.0, 4507.0, 4507.0, 4506.0, 4499.0, 4487.0, 4498.0, 4502.0, 4519.0, 4508.0, 4518.0, 4500.0, 4506.0, 4499.0, 4516.0, 4509.0, 4539.0, 4508.0, 4515.0, 4484.0, 4501.0, 4484.0, 4502.0, 4483.0, 4482.0, 4450.0, 4481.0, 4452.0, 4494.0, 4450.0, 4493.0, 4452.0, 4494.0, 4494.0, 4507.0, 4493.0, 4507.0, 4497.0, 4496.0, 4497.0, 4479.0, 4509.0, 4497.0, 4507.0, 4517.0, 4508.0, 4505.0, 4496.0, 4508.0, 4498.0, 4507.0, 4487.0, 4508.0, 4516.0, 4507.0, 4528.0, 4518.0, 4506.0, 4509.0, 4518.0, 4496.0, 4508.0, 4477.0, 4520.0, 4538.0, 4507.0, 4527.0, 4496.0, 4506.0, 4475.0, 4507.0, 4477.0, 4497.0, 4487.0, 4508.0, 4498.0, 4520.0, 4490.0, 4520.0, 4519.0, 4510.0, 4540.0, 4511.0, 4540.0, 4497.0, 4519.0, 4516.0, 4496.0, 4524.0, 4484.0, 4504.0, 4484.0, 4496.0, 4464.0, 4493.0, 4462.0, 4495.0, 4503.0, 4496.0, 4506.0, 4496.0, 4486.0, 4493.0, 4496.0, 4454.0, 4495.0, 4517.0, 4507.0, 4505.0, 4506.0, 4497.0, 4508.0, 4498.0, 4500.0, 4510.0, 4479.0, 4507.0, 4536.0, 4509.0, 4519.0, 4498.0, 4507.0, 4496.0, 4496.0, 4486.0, 4497.0, 4475.0, 4509.0, 4507.0, 4509.0, 4516.0, 4507.0, 4532.0, 4540.0, 4548.0, 4502.0, 4494.0, 4486.0, 4405.0, 4469.0, 4488.0, 4533.0, 4526.0, 4543.0, 4501.0, 4507.0, 4508.0, 4539.0, 4507.0, 4527.0, 4497.0, 4528.0, 4509.0, 4529.0, 4507.0, 4504.0, 4483.0, 4499.0, 4481.0, 4501.0, 4494.0, 4503.0, 4483.0, 4504.0, 4483.0, 4493.0, 4461.0, 4484.0, 4492.0, 4494.0, 4493.0, 4492.0, 4481.0, 4482.0, 4482.0, 4493.0, 4494.0, 4496.0, 4506.0, 4499.0, 4509.0, 4496.0, 4508.0, 4506.0, 4519.0, 4497.0, 4518.0, 4507.0, 4508.0, 4509.0, 4510.0, 4521.0, 4511.0, 4511.0, 4499.0, 4523.0, 4532.0, 4522.0, 4540.0, 4520.0, 4530.0, 4498.0, 4521.0, 4508.0, 4498.0, 4538.0, 4518.0, 4517.0, 4508.0, 4507.0, 4508.0, 4505.0, 4510.0, 4521.0, 4511.0, 4521.0, 4488.0, 4520.0, 4550.0, 4510.0, 4530.0, 4497.0, 4506.0, 4484.0, 4495.0, 4472.0, 4496.0, 4467.0, 4507.0, 4466.0, 4508.0, 4477.0, 4517.0, 4539.0, 4521.0, 4518.0, 4507.0, 4509.0, 4487.0, 4509.0, 4528.0, 4507.0, 4505.0, 4485.0, 4495.0, 4495.0, 4497.0, 4465.0, 4505.0, 4487.0, 4508.0, 4466.0, 4519.0, 4488.0, 4510.0, 4510.0, 4522.0, 4509.0, 4510.0, 4524.0, 4491.0, 4524.0, 4553.0, 4511.0, 4530.0, 4499.0, 4518.0, 4486.0, 4509.0, 4527.0, 4496.0, 4505.0, 4484.0, 4493.0, 4475.0, 4507.0, 4474.0, 4505.0, 4475.0, 4506.0, 4506.0, 4508.0, 4498.0, 4509.0, 4507.0, 4509.0, 4519.0, 4521.0, 4520.0, 4509.0, 4519.0, 4499.0, 4520.0, 4487.0, 4509.0, 4526.0, 4498.0, 4528.0, 4507.0, 4513.0, 4499.0, 4507.0, 4473.0, 4497.0, 4442.0, 4495.0, 4456.0, 4507.0, 4455.0, 4507.0, 4497.0, 4507.0, 4479.0, 4520.0, 4508.0, 4509.0, 4517.0, 4509.0, 4507.0, 4499.0, 4507.0, 4486.0, 4507.0, 4496.0, 4497.0, 4486.0, 4509.0, 4486.0, 4505.0, 4466.0, 4508.0, 4479.0, 4510.0, 4496.0, 4507.0, 4506.0, 4507.0, 4528.0, 4508.0, 4515.0, 4497.0, 4516.0, 4495.0, 4505.0, 4496.0, 4516.0, 4496.0, 4505.0, 4519.0, 4486.0, 4496.0, 4496.0, 4509.0, 4522.0, 4512.0, 4511.0, 4489.0, 4520.0, 4498.0, 4521.0, 4509.0, 4508.0, 4507.0, 4497.0, 4515.0, 4497.0, 4484.0, 4494.0, 4463.0, 4494.0, 4475.0, 4496.0, 4454.0, 4497.0, 4485.0, 4496.0, 4477.0, 4508.0, 4455.0, 4497.0, 4476.0, 4498.0, 4476.0, 4497.0, 4476.0, 4498.0, 4467.0, 4508.0, 4489.0, 4510.0, 4478.0, 4509.0, 4478.0, 4508.0, 4469.0, 4508.0, 4489.0, 4520.0, 4500.0, 4530.0, 4510.0, 4530.0, 4499.0, 4520.0, 4499.0, 4519.0, 4499.0, 4519.0, 4487.0, 4517.0], 'WindowWidth': [9975.0, 10010.0, 9978.0, 10001.0, 9943.0, 9917.0, 9978.0, 9888.0, 9999.0, 9907.0, 9956.0, 9880.0, 9921.0, 9945.0, 9923.0, 9962.0, 9895.0, 9917.0, 9875.0, 9902.0, 9869.0, 9906.0, 9867.0, 9903.0, 9854.0, 9890.0, 9849.0, 9900.0, 9846.0, 9898.0, 9840.0, 9898.0, 9843.0, 9888.0, 9883.0, 9869.0, 9878.0, 9869.0, 9904.0, 9888.0, 9938.0, 9889.0, 9920.0, 9872.0, 9905.0, 9870.0, 9898.0, 9861.0, 9898.0, 9857.0, 9893.0, 9845.0, 9907.0, 9867.0, 9903.0, 9849.0, 9904.0, 9861.0, 9895.0, 9936.0, 9893.0, 9913.0, 9891.0, 9953.0, 9905.0, 9944.0, 9905.0, 9936.0, 9903.0, 9937.0, 9888.0, 9959.0, 9891.0, 9955.0, 9859.0, 9942.0, 9858.0, 9945.0, 9859.0, 9939.0, 9839.0, 9910.0, 9853.0, 9915.0, 9921.0, 9894.0, 9932.0, 9892.0, 9912.0, 9894.0, 9936.0, 9880.0, 9914.0, 9865.0, 9915.0, 9881.0, 9920.0, 9880.0, 9918.0, 9881.0, 9917.0, 9891.0, 9924.0, 9887.0, 9934.0, 9883.0, 9932.0, 9883.0, 9935.0, 9867.0, 9922.0, 9848.0, 9916.0, 9852.0, 9937.0, 9851.0, 9916.0, 9847.0, 9901.0, 9833.0, 9907.0, 9857.0, 9897.0, 9849.0, 9878.0, 9868.0, 9892.0, 9811.0, 9881.0, 9822.0, 9880.0, 9933.0, 9898.0, 9905.0, 9885.0, 9907.0, 9883.0, 9895.0, 9881.0, 9888.0, 9850.0, 9876.0, 9870.0, 9881.0, 9864.0, 9894.0, 9867.0, 9869.0, 9860.0, 9892.0, 9875.0, 9858.0, 9910.0, 9910.0, 9905.0, 9904.0, 9924.0, 9926.0, 9922.0, 9978.0, 9929.0, 9949.0, 9897.0, 9932.0, 9899.0, 9958.0, 9901.0, 9938.0, 9884.0, 9933.0, 9908.0, 9955.0, 9900.0, 9950.0, 9901.0, 9939.0, 9900.0, 9938.0, 9886.0, 9936.0, 9851.0, 9920.0, 9870.0, 9918.0, 9831.0, 9903.0, 9833.0, 9877.0, 9876.0, 9877.0, 9848.0, 9867.0, 9822.0, 9878.0, 9866.0, 9905.0, 9923.0, 9908.0, 9935.0, 9860.0, 9895.0, 9878.0, 9915.0, 9883.0, 9914.0, 9862.0, 9917.0, 9869.0, 9900.0, 9849.0, 9889.0, 9847.0, 9894.0, 9849.0, 9879.0, 9809.0, 9865.0, 9918.0, 9868.0, 9914.0, 9908.0, 9980.0, 10004.0, 9918.0, 9885.0, 9885.0, 9870.0, 9923.0, 10010.0, 9919.0, 9888.0, 9801.0, 9835.0, 9762.0, 9847.0, 9710.0, 9605.0, 9693.0, 9896.0, 9855.0, 9935.0, 9866.0, 9900.0, 9836.0, 9905.0, 9859.0, 9919.0, 9871.0, 9931.0, 9893.0, 9928.0, 9893.0, 9928.0, 9888.0, 9894.0, 9861.0, 9895.0, 9846.0, 9863.0, 9856.0, 9890.0, 9851.0, 9886.0, 9889.0, 9879.0, 9933.0, 9880.0, 9916.0, 9879.0, 9917.0, 9884.0, 9907.0, 9886.0, 9911.0, 9870.0, 9899.0, 9864.0, 9895.0, 9839.0, 9888.0, 9880.0, 9887.0, 9892.0, 9882.0, 9936.0, 9902.0, 9921.0, 9897.0, 9921.0, 9882.0, 9902.0, 9884.0, 9912.0, 9883.0, 9907.0, 9869.0, 9907.0, 9885.0, 9915.0, 9869.0, 9899.0, 9866.0, 9894.0, 9838.0, 9887.0, 9907.0, 9885.0, 9862.0, 9881.0, 9878.0, 9886.0, 9926.0, 9887.0, 9878.0, 9885.0, 9919.0, 9887.0, 9927.0, 9903.0, 9919.0, 9896.0, 9917.0, 9883.0, 9924.0, 9885.0, 9907.0, 9881.0, 9906.0, 9882.0, 9910.0, 9890.0, 9908.0, 9888.0, 9925.0, 9887.0, 9917.0, 9888.0, 9908.0, 9866.0, 9912.0, 9865.0, 9914.0, 9837.0, 9895.0, 9833.0, 9877.0, 9875.0, 9881.0, 9920.0, 9876.0, 9844.0, 9861.0, 9830.0, 9881.0, 9881.0, 9881.0, 9837.0, 9878.0, 9862.0, 9882.0, 9941.0, 9884.0, 9919.0, 9895.0, 9917.0, 9879.0, 9904.0, 9883.0, 9905.0, 9864.0, 9891.0, 9865.0, 9892.0, 9886.0, 9894.0, 9882.0, 9906.0, 9880.0, 9894.0, 9886.0, 9897.0, 9867.0, 9897.0, 9866.0, 9884.0, 9841.0, 9862.0, 9836.0, 9881.0, 9837.0, 9882.0, 9893.0, 9884.0, 9890.0, 9883.0, 9890.0, 9882.0, 9921.0, 9881.0, 9918.0, 9883.0, 9906.0, 9885.0, 9923.0, 9889.0, 9920.0, 9886.0, 9891.0, 9883.0, 9914.0, 9886.0, 9852.0, 9886.0, 9853.0, 9883.0, 9867.0, 9880.0, 9840.0, 9900.0, 9837.0, 9886.0, 9882.0, 9881.0, 9861.0, 9885.0, 9887.0, 9881.0, 9922.0, 9877.0, 9846.0, 9879.0, 9861.0, 9879.0, 9905.0, 9881.0, 9889.0, 9884.0, 9900.0, 9894.0, 9905.0, 9879.0, 9890.0, 9881.0, 9888.0, 9867.0, 9894.0, 9881.0, 9902.0, 9861.0, 9890.0, 9867.0, 9898.0, 9865.0, 9892.0, 9834.0, 9879.0, 9874.0, 9884.0, 9920.0, 9879.0, 9901.0, 9864.0, 9872.0, 9875.0, 9876.0, 9858.0, 9875.0, 9845.0, 9879.0, 9824.0, 9881.0, 9891.0, 9881.0, 9904.0, 9881.0, 9889.0, 9885.0, 9877.0, 9883.0, 9896.0, 9879.0, 9873.0, 9867.0, 9869.0, 9865.0, 9884.0, 9852.0, 9885.0, 9865.0, 9886.0, 9937.0, 9895.0, 9905.0, 9896.0, 9890.0, 9899.0, 9911.0, 9889.0, 9896.0, 9888.0, 9902.0, 9886.0, 9921.0, 9848.0, 9904.0, 9869.0, 9886.0, 9957.0, 9901.0, 9938.0, 9883.0, 9904.0, 9858.0, 9888.0, 9863.0, 9891.0, 9830.0, 9876.0, 9815.0, 9861.0, 9844.0, 9884.0, 9925.0, 9880.0, 9904.0, 9895.0, 9892.0, 9899.0, 9909.0, 9883.0, 9910.0, 9882.0, 9897.0, 9855.0, 9886.0, 9923.0, 9881.0, 9916.0, 9880.0, 9902.0, 9897.0, 9888.0, 9896.0, 9890.0, 9896.0, 9889.0, 9886.0, 9907.0, 9866.0, 9909.0, 9865.0, 9893.0, 9836.0, 9879.0, 9862.0, 9875.0, 9871.0, 9876.0, 9901.0, 9881.0, 9888.0, 9879.0, 9833.0, 9881.0, 9828.0, 9901.0, 9848.0, 9904.0, 9873.0, 9905.0, 9859.0, 9906.0, 9890.0, 9902.0, 9856.0, 9866.0, 9893.0, 9898.0, 9925.0, 9885.0, 9876.0, 9882.0, 9879.0, 9885.0, 9875.0, 9892.0, 9834.0, 9882.0, 9840.0, 9897.0, 9875.0, 9897.0, 9897.0, 9902.0, 9852.0, 9901.0, 9889.0, 9912.0, 9892.0, 9888.0, 9919.0, 9898.0, 9945.0, 9891.0, 9936.0, 9885.0, 9917.0, 9887.0, 9927.0, 9846.0, 9882.0, 9838.0, 9884.0, 9835.0, 9871.0, 9839.0, 9887.0, 9839.0, 9872.0, 9863.0, 9879.0, 9818.0, 9861.0, 9848.0, 9880.0, 9837.0, 9887.0, 9840.0, 9884.0, 9839.0, 9884.0, 9913.0, 9884.0, 9919.0, 9879.0, 9898.0, 9873.0, 9888.0, 9883.0, 9887.0, 9862.0, 9888.0, 9858.0, 9887.0, 9859.0, 9889.0, 9880.0, 9894.0, 9910.0, 9881.0, 9901.0, 9904.0, 9934.0, 9927.0, 9952.0, 9906.0, 9931.0, 9867.0, 9918.0, 9854.0, 9880.0, 9830.0, 9873.0, 9897.0, 9874.0, 9884.0, 9887.0, 9852.0, 9882.0, 9853.0, 9874.0, 9874.0, 9865.0, 9877.0, 9862.0, 9896.0, 9853.0, 9903.0, 9886.0, 9898.0, 9879.0, 9902.0, 9898.0, 9920.0, 9901.0, 9904.0, 9899.0, 9902.0, 9901.0, 9890.0, 9918.0, 9858.0, 9915.0, 9898.0, 9903.0, 9939.0, 9914.0, 9911.0, 9895.0, 9906.0, 9880.0, 9894.0, 9885.0, 9901.0, 9853.0, 9898.0, 9924.0, 9894.0, 9926.0, 9896.0, 9908.0, 9875.0, 9895.0, 9831.0, 9879.0, 9910.0, 9893.0, 9900.0, 9890.0, 9897.0, 9872.0, 9892.0, 9876.0, 9877.0, 9819.0, 9891.0, 9902.0, 9897.0, 9897.0, 9879.0, 9879.0, 9859.0, 9895.0, 9892.0, 9898.0, 9904.0, 9876.0, 9891.0, 9873.0, 9881.0, 9850.0, 9895.0, 9901.0, 9895.0, 9890.0, 9881.0, 9882.0, 9878.0, 9891.0, 9819.0, 9893.0, 9906.0, 9899.0, 9881.0, 9891.0, 9881.0, 9879.0, 9882.0, 9873.0, 9901.0, 9880.0, 9898.0, 9921.0, 9899.0, 9910.0, 9883.0, 9894.0, 9880.0, 9899.0, 9856.0, 9905.0, 9925.0, 9898.0, 9909.0, 9892.0, 9896.0, 9900.0, 9900.0, 9880.0, 9897.0, 9841.0, 9901.0, 9907.0, 9916.0, 9911.0, 9881.0, 9890.0, 9875.0, 9876.0, 9885.0, 9899.0, 9887.0, 9923.0, 9906.0, 9925.0, 9912.0, 9924.0, 9959.0, 9949.0, 9922.0, 9905.0, 9825.0, 9870.0, 9876.0, 9912.0, 9961.0, 9909.0, 9931.0, 9904.0, 9940.0, 9906.0, 9964.0, 9908.0, 9936.0, 9875.0, 9923.0, 9891.0, 9857.0, 9910.0, 9869.0, 9909.0, 9848.0, 9870.0, 9867.0, 9819.0, 9821.0, 9780.0, 9799.0, 9776.0, 9819.0, 9779.0, 9820.0, 9790.0, 9802.0, 9778.0, 9776.0, 9784.0, 9778.0, 9826.0, 9826.0, 9829.0, 9840.0, 9853.0, 9856.0, 9882.0, 9884.0, 9865.0, 9865.0, 9886.0, 9905.0, 9901.0, 9933.0, 9886.0, 9890.0, 9886.0, 9890.0, 9886.0, 9918.0, 9869.0, 9897.0, 9901.0, 9893.0, 9890.0, 9872.0, 9889.0, 9902.0, 9921.0, 9902.0, 9914.0, 9892.0, 9895.0, 9890.0, 9909.0, 9905.0, 9950.0, 9899.0, 9907.0, 9862.0, 9878.0, 9861.0, 9884.0, 9854.0, 9853.0, 9807.0, 9851.0, 9814.0, 9873.0, 9809.0, 9870.0, 9813.0, 9874.0, 9876.0, 9898.0, 9875.0, 9897.0, 9885.0, 9882.0, 9883.0, 9861.0, 9905.0, 9883.0, 9897.0, 9910.0, 9900.0, 9893.0, 9881.0, 9901.0, 9887.0, 9898.0, 9870.0, 9902.0, 9908.0, 9897.0, 9929.0, 9915.0, 9894.0, 9901.0, 9914.0, 9880.0, 9899.0, 9858.0, 9919.0, 9943.0, 9898.0, 9924.0, 9880.0, 9893.0, 9851.0, 9897.0, 9854.0, 9883.0, 9869.0, 9902.0, 9888.0, 9922.0, 9880.0, 9921.0, 9917.0, 9908.0, 9949.0, 9910.0, 9951.0, 9885.0, 9917.0, 9908.0, 9880.0, 9918.0, 9860.0, 9888.0, 9858.0, 9878.0, 9834.0, 9871.0, 9826.0, 9876.0, 9886.0, 9879.0, 9894.0, 9880.0, 9864.0, 9872.0, 9880.0, 9820.0, 9878.0, 9910.0, 9896.0, 9891.0, 9895.0, 9882.0, 9900.0, 9887.0, 9891.0, 9906.0, 9861.0, 9899.0, 9937.0, 9904.0, 9918.0, 9888.0, 9897.0, 9880.0, 9879.0, 9866.0, 9883.0, 9852.0, 9904.0, 9899.0, 9902.0, 9909.0, 9899.0, 9941.0, 9969.0, 9975.0, 9896.0, 9870.0, 9860.0, 9713.0, 9831.0, 9874.0, 9946.0, 9942.0, 9960.0, 9896.0, 9897.0, 9900.0, 9947.0, 9898.0, 9927.0, 9887.0, 9929.0, 9904.0, 9934.0, 9898.0, 9885.0, 9855.0, 9873.0, 9850.0, 9877.0, 9874.0, 9882.0, 9857.0, 9886.0, 9857.0, 9870.0, 9823.0, 9857.0, 9865.0, 9870.0, 9868.0, 9866.0, 9850.0, 9854.0, 9853.0, 9871.0, 9876.0, 9881.0, 9894.0, 9888.0, 9903.0, 9879.0, 9898.0, 9896.0, 9916.0, 9883.0, 9914.0, 9899.0, 9902.0, 9902.0, 9909.0, 9924.0, 9906.0, 9908.0, 9890.0, 9928.0, 9939.0, 9925.0, 9949.0, 9917.0, 9932.0, 9884.0, 9923.0, 9896.0, 9885.0, 9943.0, 9916.0, 9911.0, 9899.0, 9895.0, 9901.0, 9893.0, 9904.0, 9922.0, 9907.0, 9921.0, 9871.0, 9920.0, 9963.0, 9903.0, 9933.0, 9884.0, 9894.0, 9857.0, 9874.0, 9840.0, 9879.0, 9843.0, 9896.0, 9839.0, 9898.0, 9856.0, 9914.0, 9947.0, 9921.0, 9914.0, 9895.0, 9904.0, 9869.0, 9901.0, 9929.0, 9895.0, 9889.0, 9861.0, 9874.0, 9874.0, 9882.0, 9834.0, 9891.0, 9869.0, 9899.0, 9841.0, 9915.0, 9871.0, 9907.0, 9907.0, 9926.0, 9903.0, 9907.0, 9931.0, 9881.0, 9930.0, 9972.0, 9906.0, 9933.0, 9887.0, 9914.0, 9863.0, 9899.0, 9927.0, 9879.0, 9890.0, 9858.0, 9870.0, 9850.0, 9897.0, 9848.0, 9890.0, 9849.0, 9895.0, 9893.0, 9900.0, 9886.0, 9903.0, 9897.0, 9904.0, 9915.0, 9920.0, 9920.0, 9902.0, 9914.0, 9888.0, 9920.0, 9868.0, 9902.0, 9923.0, 9885.0, 9927.0, 9894.0, 9900.0, 9890.0, 9894.0, 9846.0, 9883.0, 9803.0, 9877.0, 9828.0, 9896.0, 9824.0, 9897.0, 9883.0, 9899.0, 9864.0, 9921.0, 9901.0, 9902.0, 9912.0, 9901.0, 9899.0, 9890.0, 9897.0, 9866.0, 9895.0, 9878.0, 9882.0, 9868.0, 9901.0, 9865.0, 9892.0, 9841.0, 9900.0, 9862.0, 9907.0, 9881.0, 9897.0, 9893.0, 9898.0, 9927.0, 9899.0, 9906.0, 9882.0, 9905.0, 9878.0, 9888.0, 9880.0, 9908.0, 9881.0, 9890.0, 9915.0, 9865.0, 9881.0, 9881.0, 9905.0, 9928.0, 9912.0, 9908.0, 9875.0, 9918.0, 9885.0, 9922.0, 9901.0, 9899.0, 9893.0, 9880.0, 9903.0, 9880.0, 9857.0, 9872.0, 9828.0, 9872.0, 9847.0, 9876.0, 9818.0, 9879.0, 9862.0, 9878.0, 9856.0, 9898.0, 9822.0, 9880.0, 9849.0, 9883.0, 9851.0, 9882.0, 9850.0, 9882.0, 9841.0, 9898.0, 9873.0, 9904.0, 9857.0, 9901.0, 9856.0, 9898.0, 9846.0, 9901.0, 9873.0, 9918.0, 9890.0, 9931.0, 9905.0, 9934.0, 9888.0, 9921.0, 9888.0, 9916.0, 9890.0, 9916.0, 9867.0, 9911.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.0013173217115689383</td></tr>
<tr><td colspan=3>aqi</td><td>0.0415057028526149</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.77963345779545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1808722171768435</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9678627567486119</td></tr>
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
<tr><td colspan=3>fber</td><td>4352.2129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12280882015546515</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.240887480190175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6966674927868297</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6415777552016966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.905520839817894</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.542903883340898</td></tr>
<tr><td colspan=3>gcor</td><td>0.0083229</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00370800425298512</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022209642454981804</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1262</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.854818026080802</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4685</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.5064</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.2226</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.8008</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2226</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.8497</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3658.1174</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.8985</td></tr>
<tr><td colspan=3>tsnr</td><td>31.110055773169734</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>