<?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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-04/func/sub-0092_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>ec50d9e192c641c8e82d6b2d9feab13f</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>20:46:15.937500</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.999719, -0.0234604, 0.00340649, 0.022163, 0.975935, 0.216934]</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.0908959</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7745, -7214, 667, -49, -73, 90, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66af7a11-7a13-4f37-8887-6b2fe0d97b49||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.6821727752685547, 0.05946183204650879, 0.022717401385307312, 106.1999740600586], [0.06294248253107071, 2.618361473083496, 0.5853521823883057, -112.78080749511719], [0.009139354340732098, -0.5820169448852539, 2.6356871128082275, -18.627227783203125], [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': ['204615.937500', '204616.397500', '204616.857500', '204617.317500', '204617.777500', '204618.237500', '204618.697500', '204619.157500', '204619.617500', '204620.077500', '204620.537500', '204620.997500', '204621.457500', '204621.917500', '204622.377500', '204622.837500', '204623.297500', '204623.757500', '204624.217500', '204624.677500', '204625.137500', '204625.597500', '204626.057500', '204626.517500', '204626.977500', '204627.437500', '204627.897500', '204628.357500', '204628.817500', '204629.277500', '204629.737500', '204630.197500', '204630.657500', '204631.117500', '204631.577500', '204632.037500', '204632.497500', '204632.957500', '204633.417500', '204633.877500', '204634.337500', '204634.797500', '204635.257500', '204635.717500', '204636.177500', '204636.637500', '204637.097500', '204637.557500', '204638.017500', '204638.477500', '204638.937500', '204639.397500', '204639.857500', '204640.317500', '204640.777500', '204641.237500', '204641.697500', '204642.157500', '204642.617500', '204643.077500', '204643.537500', '204643.997500', '204644.457500', '204644.917500', '204645.377500', '204645.837500', '204646.297500', '204646.757500', '204647.217500', '204647.677500', '204648.137500', '204648.597500', '204649.057500', '204649.517500', '204649.977500', '204650.437500', '204650.897500', '204651.357500', '204651.817500', '204652.277500', '204652.737500', '204653.197500', '204653.657500', '204654.117500', '204654.577500', '204655.037500', '204655.497500', '204655.957500', '204656.417500', '204656.877500', '204657.337500', '204657.797500', '204658.257500', '204658.717500', '204659.177500', '204659.637500', '204700.097500', '204700.557500', '204701.017500', '204701.477500', '204701.937500', '204702.397500', '204702.857500', '204703.317500', '204703.777500', '204704.237500', '204704.697500', '204705.157500', '204705.617500', '204706.077500', '204706.537500', '204706.997500', '204707.457500', '204707.917500', '204708.377500', '204708.837500', '204709.297500', '204709.757500', '204710.217500', '204710.677500', '204711.137500', '204711.597500', '204712.057500', '204712.517500', '204712.977500', '204713.437500', '204713.897500', '204714.357500', '204714.817500', '204715.277500', '204715.737500', '204716.197500', '204716.657500', '204717.117500', '204717.577500', '204718.037500', '204718.497500', '204718.957500', '204719.417500', '204719.877500', '204720.337500', '204720.797500', '204721.257500', '204721.717500', '204722.177500', '204722.637500', '204723.097500', '204723.557500', '204724.017500', '204724.477500', '204724.937500', '204725.397500', '204725.857500', '204726.317500', '204726.777500', '204727.237500', '204727.697500', '204728.157500', '204728.617500', '204729.077500', '204729.537500', '204729.997500', '204730.457500', '204730.917500', '204731.377500', '204731.837500', '204732.297500', '204732.757500', '204733.217500', '204733.677500', '204734.137500', '204734.597500', '204735.057500', '204735.517500', '204735.977500', '204736.437500', '204736.897500', '204737.357500', '204737.817500', '204738.277500', '204738.737500', '204739.197500', '204739.657500', '204740.117500', '204740.577500', '204741.037500', '204741.497500', '204741.957500', '204742.417500', '204742.877500', '204743.337500', '204743.797500', '204744.257500', '204744.717500', '204745.177500', '204745.637500', '204746.097500', '204746.557500', '204747.017500', '204747.477500', '204747.937500', '204748.397500', '204748.857500', '204749.317500', '204749.777500', '204750.237500', '204750.697500', '204751.157500', '204751.617500', '204752.077500', '204752.537500', '204752.997500', '204753.457500', '204753.917500', '204754.377500', '204754.837500', '204755.297500', '204755.757500', '204756.217500', '204756.677500', '204757.137500', '204757.597500', '204758.057500', '204758.517500', '204758.977500', '204759.437500', '204759.897500', '204800.357500', '204800.817500', '204801.277500', '204801.737500', '204802.197500', '204802.657500', '204803.117500', '204803.577500', '204804.037500', '204804.497500', '204804.957500', '204805.417500', '204805.877500', '204806.337500', '204806.797500', '204807.257500', '204807.717500', '204808.177500', '204808.637500', '204809.097500', '204809.557500', '204810.017500', '204810.477500', '204810.937500', '204811.397500', '204811.857500', '204812.317500', '204812.777500', '204813.237500', '204813.697500', '204814.157500', '204814.617500', '204815.077500', '204815.537500', '204815.997500', '204816.457500', '204816.917500', '204817.377500', '204817.837500', '204818.297500', '204818.757500', '204819.217500', '204819.677500', '204820.137500', '204820.597500', '204821.057500', '204821.517500', '204821.977500', '204822.437500', '204822.897500', '204823.357500', '204823.817500', '204824.277500', '204824.737500', '204825.197500', '204825.657500', '204826.117500', '204826.577500', '204827.037500', '204827.497500', '204827.957500', '204828.417500', '204828.877500', '204829.337500', '204829.797500', '204830.257500', '204830.717500', '204831.177500', '204831.637500', '204832.097500', '204832.557500', '204833.017500', '204833.477500', '204833.937500', '204834.397500', '204834.857500', '204835.317500', '204835.777500', '204836.237500', '204836.697500', '204837.157500', '204837.617500', '204838.077500', '204838.537500', '204838.997500', '204839.457500', '204839.917500', '204840.377500', '204840.837500', '204841.297500', '204841.757500', '204842.217500', '204842.677500', '204843.137500', '204843.597500', '204844.057500', '204844.517500', '204844.977500', '204845.437500', '204845.897500', '204846.357500', '204846.817500', '204847.277500', '204847.737500', '204848.197500', '204848.657500', '204849.117500', '204849.577500', '204850.037500', '204850.497500', '204850.957500', '204851.417500', '204851.877500', '204852.337500', '204852.797500', '204853.257500', '204853.717500', '204854.177500', '204854.637500', '204855.097500', '204855.557500', '204856.017500', '204856.477500', '204856.937500', '204857.397500', '204857.857500', '204858.317500', '204858.777500', '204859.237500', '204859.697500', '204900.157500', '204900.617500', '204901.077500', '204901.537500', '204901.997500', '204902.457500', '204902.917500', '204903.377500', '204903.837500', '204904.297500', '204904.757500', '204905.217500', '204905.677500', '204906.137500', '204906.597500', '204907.057500', '204907.517500', '204907.977500', '204908.437500', '204908.897500', '204909.357500', '204909.817500', '204910.277500', '204910.737500', '204911.197500', '204911.657500', '204912.117500', '204912.577500', '204913.037500', '204913.497500', '204913.957500', '204914.417500', '204914.877500', '204915.337500', '204915.797500', '204916.257500', '204916.717500', '204917.177500', '204917.637500', '204918.097500', '204918.557500', '204919.017500', '204919.477500', '204919.937500', '204920.397500', '204920.857500', '204921.317500', '204921.777500', '204922.237500', '204922.697500', '204923.157500', '204923.617500', '204924.077500', '204924.537500', '204924.997500', '204925.457500', '204925.917500', '204926.377500', '204926.837500', '204927.297500', '204927.757500', '204928.217500', '204928.677500', '204929.137500', '204929.597500', '204930.057500', '204930.517500', '204930.977500', '204931.437500', '204931.897500', '204932.357500', '204932.817500', '204933.277500', '204933.737500', '204934.197500', '204934.657500', '204935.117500', '204935.577500', '204936.037500', '204936.497500', '204936.957500', '204937.417500', '204937.877500', '204938.337500', '204938.797500', '204939.257500', '204939.717500', '204940.177500', '204940.637500', '204941.097500', '204941.557500', '204942.017500', '204942.477500', '204942.937500', '204943.397500', '204943.857500', '204944.317500', '204944.777500', '204945.237500', '204945.697500', '204946.157500', '204946.617500', '204947.077500', '204947.537500', '204947.997500', '204948.457500', '204948.917500', '204949.377500', '204949.837500', '204950.297500', '204950.757500', '204951.217500', '204951.677500', '204952.137500', '204952.597500', '204953.057500', '204953.517500', '204953.977500', '204954.437500', '204954.897500', '204955.357500', '204955.817500', '204956.277500', '204956.737500', '204957.197500', '204957.657500', '204958.117500', '204958.577500', '204959.037500', '204959.497500', '204959.957500', '205000.417500', '205000.877500', '205001.337500', '205001.797500', '205002.257500', '205002.717500', '205003.177500', '205003.637500', '205004.097500', '205004.557500', '205005.017500', '205005.477500', '205005.937500', '205006.397500', '205006.857500', '205007.317500', '205007.777500', '205008.237500', '205008.697500', '205009.157500', '205009.617500', '205010.077500', '205010.537500', '205010.997500', '205011.457500', '205011.917500', '205012.377500', '205012.837500', '205013.297500', '205013.757500', '205014.217500', '205014.677500', '205015.137500', '205015.597500', '205016.057500', '205016.517500', '205016.977500', '205017.437500', '205017.897500', '205018.357500', '205018.817500', '205019.277500', '205019.737500', '205020.197500', '205020.657500', '205021.117500', '205021.577500', '205022.037500', '205022.497500', '205022.957500', '205023.417500', '205023.877500', '205024.337500', '205024.797500', '205025.257500', '205025.717500', '205026.177500', '205026.637500', '205027.097500', '205027.557500', '205028.017500', '205028.477500', '205028.937500', '205029.397500', '205029.857500', '205030.317500', '205030.777500', '205031.237500', '205031.697500', '205032.157500', '205032.617500', '205033.077500', '205033.537500', '205033.997500', '205034.457500', '205034.917500', '205035.377500', '205035.837500', '205036.297500', '205036.757500', '205037.217500', '205037.677500', '205038.137500', '205038.597500', '205039.057500', '205039.517500', '205039.977500', '205040.437500', '205040.897500', '205041.357500', '205041.817500', '205042.277500', '205042.737500', '205043.197500', '205043.657500', '205044.117500', '205044.577500', '205045.037500', '205045.497500', '205045.957500', '205046.417500', '205046.877500', '205047.337500', '205047.797500', '205048.257500', '205048.717500', '205049.177500', '205049.637500', '205050.097500', '205050.557500', '205051.017500', '205051.477500', '205051.937500', '205052.397500', '205052.857500', '205053.317500', '205053.777500', '205054.237500', '205054.697500', '205055.157500', '205055.617500', '205056.077500', '205056.537500', '205056.997500', '205057.457500', '205057.917500', '205058.377500', '205058.837500', '205059.297500', '205059.757500', '205100.217500', '205100.677500', '205101.137500', '205101.597500', '205102.057500', '205102.517500', '205102.977500', '205103.437500', '205103.897500', '205104.357500', '205104.817500', '205105.277500', '205105.737500', '205106.197500', '205106.657500', '205107.117500', '205107.577500', '205108.037500', '205108.497500', '205108.957500', '205109.417500', '205109.877500', '205110.337500', '205110.797500', '205111.257500', '205111.717500', '205112.177500', '205112.637500', '205113.097500', '205113.557500', '205114.017500', '205114.477500', '205114.937500', '205115.397500', '205115.857500', '205116.317500', '205116.777500', '205117.237500', '205117.697500', '205118.157500', '205118.617500', '205119.077500', '205119.537500', '205119.997500', '205120.457500', '205120.917500', '205121.377500', '205121.837500', '205122.297500', '205122.757500', '205123.217500', '205123.677500', '205124.137500', '205124.597500', '205125.057500', '205125.517500', '205125.977500', '205126.437500', '205126.897500', '205127.357500', '205127.817500', '205128.277500', '205128.737500', '205129.197500', '205129.657500', '205130.117500', '205130.577500', '205131.037500', '205131.497500', '205131.957500', '205132.417500', '205132.877500', '205133.337500', '205133.797500', '205134.257500', '205134.717500', '205135.177500', '205135.637500', '205136.097500', '205136.557500', '205137.017500', '205137.477500', '205137.937500', '205138.397500', '205138.857500', '205139.317500', '205139.777500', '205140.237500', '205140.697500', '205141.157500', '205141.617500', '205142.077500', '205142.537500', '205142.997500', '205143.457500', '205143.917500', '205144.377500', '205144.837500', '205145.297500', '205145.757500', '205146.217500', '205146.677500', '205147.137500', '205147.597500', '205148.057500', '205148.517500', '205148.977500', '205149.437500', '205149.897500', '205150.357500', '205150.817500', '205151.277500', '205151.737500', '205152.197500', '205152.657500', '205153.117500', '205153.577500', '205154.037500', '205154.497500', '205154.957500', '205155.417500', '205155.877500', '205156.337500', '205156.797500', '205157.257500', '205157.717500', '205158.177500', '205158.637500', '205159.097500', '205159.557500', '205200.017500', '205200.477500', '205200.937500', '205201.397500', '205201.857500', '205202.317500', '205202.777500', '205203.237500', '205203.697500', '205204.157500', '205204.617500', '205205.077500', '205205.537500', '205205.997500', '205206.457500', '205206.917500', '205207.377500', '205207.837500', '205208.297500', '205208.757500', '205209.217500', '205209.677500', '205210.137500', '205210.597500', '205211.057500', '205211.517500', '205211.977500', '205212.437500', '205212.897500', '205213.357500', '205213.817500', '205214.277500', '205214.737500', '205215.197500', '205215.657500', '205216.117500', '205216.577500', '205217.037500', '205217.497500', '205217.957500', '205218.417500', '205218.877500', '205219.337500', '205219.797500', '205220.257500', '205220.717500', '205221.177500', '205221.637500', '205222.097500', '205222.557500', '205223.017500', '205223.477500', '205223.937500', '205224.397500', '205224.857500', '205225.317500', '205225.777500', '205226.237500', '205226.697500', '205227.157500', '205227.617500', '205228.077500', '205228.537500', '205228.997500', '205229.457500', '205229.917500', '205230.377500', '205230.837500', '205231.297500', '205231.757500', '205232.217500', '205232.677500', '205233.137500', '205233.597500', '205234.057500', '205234.517500', '205234.977500', '205235.437500', '205235.897500', '205236.357500', '205236.817500', '205237.277500', '205237.737500', '205238.197500', '205238.657500', '205239.117500', '205239.577500', '205240.037500', '205240.497500', '205240.957500', '205241.417500', '205241.877500', '205242.337500', '205242.797500', '205243.257500', '205243.717500', '205244.177500', '205244.637500', '205245.097500', '205245.557500', '205246.017500', '205246.477500', '205246.937500', '205247.397500', '205247.857500', '205248.317500', '205248.777500', '205249.237500', '205249.697500', '205250.157500', '205250.617500', '205251.077500', '205251.537500', '205251.997500', '205252.457500', '205252.917500', '205253.377500', '205253.837500', '205254.297500', '205254.757500', '205255.217500', '205255.677500', '205256.137500', '205256.597500', '205257.057500', '205257.517500', '205257.977500', '205258.437500', '205258.897500', '205259.357500', '205259.817500', '205300.277500', '205300.737500', '205301.197500', '205301.657500', '205302.117500', '205302.577500', '205303.037500', '205303.497500', '205303.957500', '205304.417500', '205304.877500', '205305.337500', '205305.797500', '205306.257500', '205306.717500', '205307.177500', '205307.637500', '205308.097500', '205308.557500', '205309.017500', '205309.477500', '205309.937500', '205310.397500', '205310.857500', '205311.317500', '205311.777500', '205312.237500', '205312.697500', '205313.157500', '205313.617500', '205314.077500', '205314.537500', '205314.997500', '205315.457500', '205315.917500', '205316.377500', '205316.837500', '205317.297500', '205317.757500', '205318.217500', '205318.677500', '205319.137500', '205319.597500', '205320.057500', '205320.517500', '205320.977500', '205321.437500', '205321.897500', '205322.357500', '205322.817500', '205323.277500', '205323.737500', '205324.197500', '205324.657500', '205325.117500', '205325.577500', '205326.037500', '205326.497500', '205326.957500', '205327.417500', '205327.877500', '205328.337500', '205328.797500', '205329.257500', '205329.717500', '205330.177500', '205330.637500', '205331.097500', '205331.557500', '205332.017500', '205332.477500', '205332.937500', '205333.397500', '205333.857500', '205334.317500', '205334.777500', '205335.237500', '205335.697500', '205336.157500', '205336.617500', '205337.077500', '205337.537500', '205337.997500', '205338.457500', '205338.917500', '205339.377500', '205339.837500', '205340.297500', '205340.757500', '205341.217500', '205341.677500', '205342.137500', '205342.597500', '205343.057500', '205343.517500', '205343.977500', '205344.437500', '205344.897500', '205345.357500', '205345.817500', '205346.277500', '205346.737500', '205347.197500', '205347.657500', '205348.117500', '205348.577500', '205349.037500', '205349.497500', '205349.957500', '205350.417500', '205350.877500', '205351.337500', '205351.797500', '205352.257500', '205352.717500', '205353.177500', '205353.637500', '205354.097500', '205354.557500', '205355.017500', '205355.477500', '205355.937500', '205356.397500', '205356.857500', '205357.317500', '205357.777500', '205358.237500', '205358.697500', '205359.157500', '205359.617500', '205400.077500', '205400.537500', '205400.997500', '205401.457500', '205401.917500', '205402.377500', '205402.837500', '205403.297500', '205403.757500', '205404.217500', '205404.677500', '205405.137500', '205405.597500', '205406.057500', '205406.517500', '205406.977500', '205407.437500', '205407.897500', '205408.357500', '205408.817500', '205409.277500', '205409.737500', '205410.197500', '205410.657500', '205411.117500', '205411.577500', '205412.037500', '205412.497500', '205412.957500', '205413.417500', '205413.877500', '205414.337500', '205414.797500', '205415.257500', '205415.717500', '205416.177500', '205416.637500', '205417.097500', '205417.557500', '205418.017500', '205418.477500', '205418.937500', '205419.397500', '205419.857500', '205420.317500', '205420.777500', '205421.237500', '205421.697500', '205422.157500', '205422.617500', '205423.077500', '205423.537500', '205423.997500', '205424.457500', '205424.917500', '205425.377500', '205425.837500', '205426.297500', '205426.757500', '205427.217500', '205427.677500', '205428.137500', '205428.597500', '205429.057500', '205429.517500', '205429.977500', '205430.437500', '205430.897500', '205431.357500', '205431.817500', '205432.277500', '205432.737500', '205433.197500', '205433.657500', '205434.117500', '205434.577500', '205435.037500', '205435.497500', '205435.957500', '205436.417500', '205436.877500', '205437.337500', '205437.797500', '205438.257500', '205438.717500', '205439.177500', '205439.637500', '205440.097500', '205440.557500', '205441.017500', '205441.477500', '205441.937500', '205442.397500', '205442.857500', '205443.317500', '205443.777500', '205444.237500', '205444.697500', '205445.157500', '205445.617500', '205446.077500', '205446.537500', '205446.997500', '205447.457500', '205447.917500', '205448.377500', '205448.837500', '205449.297500', '205449.757500', '205450.217500', '205450.677500', '205451.137500', '205451.597500', '205452.057500', '205452.517500', '205452.977500', '205453.437500', '205453.897500', '205454.357500', '205454.817500', '205455.277500', '205455.737500', '205456.197500', '205456.657500', '205457.117500', '205457.577500', '205458.037500', '205458.497500', '205458.957500', '205459.417500', '205459.877500', '205500.337500', '205500.797500', '205501.257500', '205501.717500', '205502.177500', '205502.637500', '205503.097500', '205503.557500', '205504.017500', '205504.477500', '205504.937500', '205505.397500', '205505.857500', '205506.317500', '205506.777500', '205507.237500', '205507.697500', '205508.157500', '205508.617500', '205509.077500', '205509.537500', '205509.997500', '205510.457500', '205510.917500', '205511.377500', '205511.837500', '205512.297500', '205512.757500', '205513.217500', '205513.677500', '205514.137500', '205514.597500', '205515.057500', '205515.517500', '205515.977500', '205516.437500', '205516.897500', '205517.357500', '205517.817500', '205518.277500', '205518.737500', '205519.197500', '205519.657500', '205520.117500', '205520.577500', '205521.037500', '205521.497500', '205521.957500', '205522.417500', '205522.877500', '205523.337500', '205523.797500', '205524.257500', '205524.717500', '205525.177500', '205525.637500', '205526.097500', '205526.557500', '205527.017500', '205527.477500', '205527.937500', '205528.397500', '205528.857500', '205529.317500', '205529.777500', '205530.237500', '205530.697500', '205531.157500', '205531.617500', '205532.077500', '205532.537500', '205532.997500', '205533.457500', '205533.917500', '205534.377500', '205534.837500', '205535.297500', '205535.757500', '205536.217500', '205536.677500', '205537.137500', '205537.597500', '205538.057500', '205538.517500', '205538.977500', '205539.437500', '205539.897500', '205540.357500', '205540.817500', '205541.277500', '205541.737500', '205542.197500', '205542.657500', '205543.117500', '205543.577500', '205544.037500', '205544.497500', '205544.957500', '205545.417500', '205545.877500', '205546.337500', '205546.797500', '205547.257500', '205547.717500', '205548.177500', '205548.637500', '205549.097500', '205549.557500', '205550.017500', '205550.477500', '205550.937500', '205551.397500', '205551.857500', '205552.317500', '205552.777500', '205553.237500', '205553.697500', '205554.157500', '205554.617500', '205555.077500', '205555.537500', '205555.997500', '205556.457500', '205556.917500', '205557.377500', '205557.837500', '205558.297500', '205558.757500'], 'ContentTime': ['204628.571000', '204628.574000', '204628.577000', '204628.580000', '204628.588000', '204628.591000', '204628.593000', '204628.596000', '204628.599000', '204628.601000', '204628.604000', '204628.606000', '204628.612000', '204628.615000', '204628.618000', '204628.620000', '204628.623000', '204628.625000', '204628.628000', '204628.631000', '204628.633000', '204628.636000', '204628.638000', '204628.641000', '204628.643000', '204628.646000', '204648.532000', '204648.535000', '204648.537000', '204648.540000', '204648.543000', '204648.545000', '204648.548000', '204648.551000', '204648.553000', '204648.565000', '204648.568000', '204648.570000', '204648.573000', '204648.576000', '204648.578000', '204648.581000', '204648.584000', '204648.586000', '204648.589000', '204648.592000', '204648.595000', '204648.597000', '204648.600000', '204648.603000', '204648.605000', '204648.608000', '204648.610000', '204648.613000', '204648.615000', '204648.618000', '204648.621000', '204648.623000', '204648.626000', '204648.628000', '204648.631000', '204648.634000', '204648.636000', '204648.639000', '204648.649000', '204648.651000', '204648.654000', '204648.656000', '204648.659000', '204708.531000', '204708.534000', '204708.536000', '204708.539000', '204708.541000', '204708.544000', '204708.546000', '204708.549000', '204708.552000', '204708.554000', '204708.557000', '204708.559000', '204708.562000', '204708.565000', '204708.567000', '204708.570000', '204708.573000', '204708.575000', '204708.578000', '204708.580000', '204708.583000', '204708.586000', '204708.588000', '204708.591000', '204708.593000', '204708.596000', '204708.599000', '204708.626000', '204708.629000', '204708.642000', '204708.645000', '204708.647000', '204708.650000', '204708.652000', '204708.655000', '204708.657000', '204708.660000', '204708.663000', '204708.665000', '204708.668000', '204708.671000', '204708.673000', '204708.676000', '204708.678000', '204728.532000', '204728.535000', '204728.538000', '204728.541000', '204728.544000', '204728.547000', '204728.549000', '204728.552000', '204728.554000', '204728.557000', '204728.560000', '204728.562000', '204728.565000', '204728.567000', '204728.570000', '204728.573000', '204728.575000', '204728.578000', '204728.580000', '204728.583000', '204728.586000', '204728.588000', '204728.591000', '204728.593000', '204728.596000', '204728.599000', '204728.601000', '204728.604000', '204728.606000', '204728.609000', '204728.612000', '204728.614000', '204728.617000', '204728.619000', '204728.622000', '204728.625000', '204728.627000', '204728.630000', '204728.632000', '204728.635000', '204728.638000', '204728.640000', '204728.643000', '204748.532000', '204748.535000', '204748.537000', '204748.540000', '204748.542000', '204748.545000', '204748.547000', '204748.550000', '204748.553000', '204748.555000', '204748.558000', '204748.561000', '204748.563000', '204748.566000', '204748.569000', '204748.571000', '204748.574000', '204748.576000', '204748.579000', '204748.581000', '204748.584000', '204748.587000', '204748.589000', '204748.592000', '204748.595000', '204748.597000', '204748.600000', '204748.602000', '204748.605000', '204748.608000', '204748.610000', '204748.613000', '204748.615000', '204748.618000', '204748.621000', '204748.623000', '204748.626000', '204748.628000', '204748.631000', '204748.634000', '204748.636000', '204748.639000', '204748.641000', '204748.644000', '204808.532000', '204808.534000', '204808.537000', '204808.540000', '204808.542000', '204808.545000', '204808.548000', '204808.550000', '204808.553000', '204808.555000', '204808.558000', '204808.561000', '204808.563000', '204808.566000', '204808.568000', '204808.571000', '204808.574000', '204808.576000', '204808.579000', '204808.582000', '204808.585000', '204808.588000', '204808.591000', '204808.594000', '204808.597000', '204808.599000', '204808.602000', '204808.605000', '204808.607000', '204808.610000', '204808.613000', '204808.615000', '204808.618000', '204808.620000', '204808.623000', '204808.626000', '204808.628000', '204808.631000', '204808.634000', '204808.637000', '204808.640000', '204808.642000', '204808.645000', '204828.531000', '204828.534000', '204828.537000', '204828.539000', '204828.542000', '204828.545000', '204828.547000', '204828.550000', '204828.552000', '204828.555000', '204828.558000', '204828.560000', '204828.563000', '204828.565000', '204828.568000', '204828.571000', '204828.573000', '204828.576000', '204828.578000', '204828.581000', '204828.584000', '204828.586000', '204828.589000', '204828.591000', '204828.594000', '204828.597000', '204828.599000', '204828.602000', '204828.605000', '204828.607000', '204828.610000', '204828.613000', '204828.615000', '204828.618000', '204828.620000', '204828.623000', '204828.625000', '204828.628000', '204828.631000', '204828.633000', '204828.636000', '204828.639000', '204828.641000', '204828.644000', '204848.532000', '204848.534000', '204848.537000', '204848.540000', '204848.542000', '204848.545000', '204848.547000', '204848.550000', '204848.553000', '204848.555000', '204848.558000', '204848.561000', '204848.563000', '204848.566000', '204848.569000', '204848.571000', '204848.574000', '204848.576000', '204848.579000', '204848.582000', '204848.584000', '204848.587000', '204848.589000', '204848.592000', '204848.605000', '204848.608000', '204848.611000', '204848.613000', '204848.616000', '204848.619000', '204848.621000', '204848.624000', '204848.626000', '204848.629000', '204848.632000', '204848.634000', '204848.637000', '204848.639000', '204848.642000', '204848.645000', '204848.647000', '204848.650000', '204848.652000', '204908.532000', '204908.535000', '204908.537000', '204908.540000', '204908.542000', '204908.545000', '204908.548000', '204908.550000', '204908.553000', '204908.556000', '204908.558000', '204908.561000', '204908.564000', '204908.566000', '204908.569000', '204908.571000', '204908.574000', '204908.577000', '204908.579000', '204908.582000', '204908.584000', '204908.587000', '204908.590000', '204908.592000', '204908.595000', '204908.598000', '204908.600000', '204908.603000', '204908.605000', '204908.608000', '204908.611000', '204908.613000', '204908.616000', '204908.618000', '204908.621000', '204908.624000', '204908.626000', '204908.629000', '204908.631000', '204908.634000', '204908.637000', '204908.639000', '204908.642000', '204908.644000', '204928.531000', '204928.533000', '204928.536000', '204928.539000', '204928.541000', '204928.544000', '204928.547000', '204928.549000', '204928.552000', '204928.555000', '204928.557000', '204928.560000', '204928.563000', '204928.565000', '204928.568000', '204928.571000', '204928.573000', '204928.576000', '204928.578000', '204928.581000', '204928.584000', '204928.586000', '204928.589000', '204928.592000', '204928.594000', '204928.597000', '204928.600000', '204928.602000', '204928.605000', '204928.608000', '204928.611000', '204928.613000', '204928.616000', '204928.618000', '204928.621000', '204928.624000', '204928.627000', '204928.630000', '204928.633000', '204928.636000', '204928.638000', '204928.641000', '204928.644000', '204948.531000', '204948.534000', '204948.537000', '204948.540000', '204948.542000', '204948.545000', '204948.547000', '204948.550000', '204948.553000', '204948.555000', '204948.558000', '204948.561000', '204948.563000', '204948.566000', '204948.568000', '204948.571000', '204948.574000', '204948.576000', '204948.579000', '204948.586000', '204948.589000', '204948.591000', '204948.594000', '204948.597000', '204948.599000', '204948.602000', '204948.604000', '204948.607000', '204948.610000', '204948.612000', '204948.615000', '204948.617000', '204948.620000', '204948.623000', '204948.625000', '204948.628000', '204948.630000', '204948.633000', '204948.636000', '204948.638000', '204948.641000', '204948.644000', '204948.646000', '204948.649000', '205008.532000', '205008.534000', '205008.537000', '205008.540000', '205008.542000', '205008.545000', '205008.548000', '205008.550000', '205008.553000', '205008.556000', '205008.558000', '205008.561000', '205008.564000', '205008.566000', '205008.569000', '205008.571000', '205008.574000', '205008.577000', '205008.579000', '205008.582000', '205008.585000', '205008.587000', '205008.590000', '205008.593000', '205008.595000', '205008.598000', '205008.600000', '205008.603000', '205008.606000', '205008.608000', '205008.611000', '205008.614000', '205008.616000', '205008.619000', '205008.622000', '205008.625000', '205008.627000', '205008.630000', '205008.632000', '205008.635000', '205008.638000', '205008.641000', '205008.644000', '205028.532000', '205028.535000', '205028.537000', '205028.540000', '205028.543000', '205028.545000', '205028.557000', '205028.560000', '205028.563000', '205028.565000', '205028.568000', '205028.571000', '205028.573000', '205028.576000', '205028.578000', '205028.581000', '205028.584000', '205028.586000', '205028.589000', '205028.591000', '205028.594000', '205028.597000', '205028.599000', '205028.602000', '205028.605000', '205028.607000', '205028.610000', '205028.613000', '205028.615000', '205028.618000', '205028.620000', '205028.623000', '205028.626000', '205028.628000', '205028.631000', '205028.633000', '205028.636000', '205028.639000', '205028.641000', '205028.644000', '205028.646000', '205028.649000', '205028.651000', '205028.654000', '205048.532000', '205048.534000', '205048.537000', '205048.540000', '205048.542000', '205048.545000', '205048.548000', '205048.550000', '205048.553000', '205048.555000', '205048.558000', '205048.561000', '205048.563000', '205048.566000', '205048.568000', '205048.571000', '205048.574000', '205048.576000', '205048.579000', '205048.582000', '205048.585000', '205048.587000', '205048.590000', '205048.592000', '205048.595000', '205048.598000', '205048.601000', '205048.603000', '205048.606000', '205048.608000', '205048.611000', '205048.614000', '205048.616000', '205048.619000', '205048.622000', '205048.624000', '205048.627000', '205048.630000', '205048.632000', '205048.635000', '205048.637000', '205048.640000', '205048.643000', '205108.532000', '205108.534000', '205108.537000', '205108.540000', '205108.542000', '205108.545000', '205108.548000', '205108.550000', '205108.553000', '205108.556000', '205108.558000', '205108.561000', '205108.563000', '205108.566000', '205108.568000', '205108.571000', '205108.574000', '205108.576000', '205108.579000', '205108.582000', '205108.584000', '205108.587000', '205108.589000', '205108.592000', '205108.595000', '205108.597000', '205108.600000', '205108.602000', '205108.605000', '205108.608000', '205108.610000', '205108.613000', '205108.615000', '205108.618000', '205108.621000', '205108.623000', '205108.626000', '205108.629000', '205108.631000', '205108.634000', '205108.636000', '205108.639000', '205108.641000', '205108.644000', '205128.532000', '205128.535000', '205128.537000', '205128.540000', '205128.543000', '205128.545000', '205128.548000', '205128.551000', '205128.553000', '205128.556000', '205128.558000', '205128.561000', '205128.564000', '205128.566000', '205128.569000', '205128.572000', '205128.574000', '205128.577000', '205128.580000', '205128.582000', '205128.585000', '205128.587000', '205128.590000', '205128.593000', '205128.595000', '205128.598000', '205128.601000', '205128.603000', '205128.606000', '205128.609000', '205128.611000', '205128.614000', '205128.617000', '205128.619000', '205128.622000', '205128.625000', '205128.627000', '205128.630000', '205128.632000', '205128.635000', '205128.638000', '205128.640000', '205128.643000', '205148.531000', '205148.534000', '205148.536000', '205148.539000', '205148.542000', '205148.544000', '205148.547000', '205148.550000', '205148.552000', '205148.555000', '205148.557000', '205148.560000', '205148.563000', '205148.565000', '205148.568000', '205148.571000', '205148.578000', '205148.580000', '205148.583000', '205148.585000', '205148.588000', '205148.593000', '205148.595000', '205148.598000', '205148.600000', '205148.603000', '205148.606000', '205148.608000', '205148.611000', '205148.614000', '205148.616000', '205148.619000', '205148.621000', '205148.624000', '205148.627000', '205148.629000', '205148.632000', '205148.634000', '205148.637000', '205148.639000', '205148.642000', '205148.645000', '205148.647000', '205148.650000', '205208.532000', '205208.535000', '205208.537000', '205208.540000', '205208.543000', '205208.545000', '205208.548000', '205208.551000', '205208.553000', '205208.556000', '205208.558000', '205208.561000', '205208.564000', '205208.566000', '205208.569000', '205208.572000', '205208.574000', '205208.577000', '205208.580000', '205208.582000', '205208.585000', '205208.587000', '205208.590000', '205208.593000', '205208.595000', '205208.598000', '205208.601000', '205208.603000', '205208.606000', '205208.609000', '205208.611000', '205208.614000', '205208.616000', '205208.619000', '205208.622000', '205208.624000', '205208.627000', '205208.630000', '205208.632000', '205208.635000', '205208.637000', '205208.640000', '205208.643000', '205228.532000', '205228.534000', '205228.537000', '205228.540000', '205228.542000', '205228.545000', '205228.547000', '205228.550000', '205228.553000', '205228.555000', '205228.558000', '205228.560000', '205228.563000', '205228.566000', '205228.568000', '205228.571000', '205228.573000', '205228.576000', '205228.579000', '205228.581000', '205228.584000', '205228.587000', '205228.589000', '205228.592000', '205228.594000', '205228.597000', '205228.600000', '205228.602000', '205228.605000', '205228.607000', '205228.610000', '205228.613000', '205228.615000', '205228.618000', '205228.621000', '205228.623000', '205228.626000', '205228.628000', '205228.631000', '205228.634000', '205228.636000', '205228.639000', '205228.641000', '205228.644000', '205248.532000', '205248.535000', '205248.537000', '205248.540000', '205248.542000', '205248.545000', '205248.548000', '205248.550000', '205248.553000', '205248.555000', '205248.558000', '205248.560000', '205248.563000', '205248.566000', '205248.568000', '205248.571000', '205248.574000', '205248.576000', '205248.579000', '205248.581000', '205248.584000', '205248.587000', '205248.589000', '205248.592000', '205248.595000', '205248.597000', '205248.600000', '205248.602000', '205248.605000', '205248.608000', '205248.610000', '205248.613000', '205248.616000', '205248.618000', '205248.621000', '205248.623000', '205248.626000', '205248.629000', '205248.631000', '205248.634000', '205248.637000', '205248.639000', '205248.642000', '205308.532000', '205308.534000', '205308.537000', '205308.540000', '205308.542000', '205308.545000', '205308.547000', '205308.551000', '205308.554000', '205308.556000', '205308.559000', '205308.562000', '205308.564000', '205308.567000', '205308.570000', '205308.572000', '205308.575000', '205308.577000', '205308.580000', '205308.583000', '205308.585000', '205308.588000', '205308.590000', '205308.593000', '205308.596000', '205308.598000', '205308.601000', '205308.631000', '205308.634000', '205308.637000', '205308.640000', '205308.642000', '205308.645000', '205308.647000', '205308.650000', '205308.653000', '205308.655000', '205308.658000', '205308.660000', '205308.663000', '205308.666000', '205308.668000', '205308.671000', '205308.674000', '205328.532000', '205328.534000', '205328.537000', '205328.540000', '205328.542000', '205328.545000', '205328.548000', '205328.551000', '205328.553000', '205328.556000', '205328.558000', '205328.561000', '205328.564000', '205328.566000', '205328.569000', '205328.572000', '205328.574000', '205328.577000', '205328.579000', '205328.582000', '205328.585000', '205328.587000', '205328.590000', '205328.592000', '205328.595000', '205328.598000', '205328.600000', '205328.603000', '205328.606000', '205328.608000', '205328.611000', '205328.614000', '205328.616000', '205328.619000', '205328.621000', '205328.624000', '205328.627000', '205328.629000', '205328.632000', '205328.634000', '205328.637000', '205328.640000', '205328.642000', '205348.532000', '205348.534000', '205348.537000', '205348.540000', '205348.542000', '205348.545000', '205348.547000', '205348.550000', '205348.553000', '205348.555000', '205348.558000', '205348.560000', '205348.563000', '205348.566000', '205348.568000', '205348.571000', '205348.573000', '205348.576000', '205348.579000', '205348.581000', '205348.584000', '205348.586000', '205348.589000', '205348.592000', '205348.594000', '205348.597000', '205348.599000', '205348.602000', '205348.605000', '205348.607000', '205348.610000', '205348.612000', '205348.615000', '205348.618000', '205348.620000', '205348.623000', '205348.625000', '205348.628000', '205348.630000', '205348.633000', '205348.636000', '205348.638000', '205348.641000', '205348.644000', '205408.531000', '205408.533000', '205408.536000', '205408.539000', '205408.541000', '205408.544000', '205408.547000', '205408.549000', '205408.552000', '205408.555000', '205408.557000', '205408.560000', '205408.563000', '205408.565000', '205408.568000', '205408.571000', '205408.573000', '205408.576000', '205408.578000', '205408.581000', '205408.584000', '205408.586000', '205408.589000', '205408.592000', '205408.594000', '205408.597000', '205408.600000', '205408.602000', '205408.605000', '205408.608000', '205408.610000', '205408.613000', '205408.615000', '205408.618000', '205408.621000', '205408.623000', '205408.626000', '205408.628000', '205408.631000', '205408.634000', '205408.636000', '205408.639000', '205408.641000', '205428.532000', '205428.535000', '205428.538000', '205428.540000', '205428.543000', '205428.546000', '205428.548000', '205428.551000', '205428.553000', '205428.556000', '205428.559000', '205428.561000', '205428.564000', '205428.567000', '205428.569000', '205428.572000', '205428.575000', '205428.577000', '205428.580000', '205428.582000', '205428.585000', '205428.588000', '205428.592000', '205428.595000', '205428.618000', '205428.620000', '205428.623000', '205428.625000', '205428.628000', '205428.631000', '205428.633000', '205428.636000', '205428.638000', '205428.641000', '205428.644000', '205428.647000', '205428.649000', '205428.652000', '205428.655000', '205428.657000', '205428.660000', '205428.663000', '205428.665000', '205448.532000', '205448.535000', '205448.537000', '205448.540000', '205448.542000', '205448.545000', '205448.548000', '205448.550000', '205448.553000', '205448.556000', '205448.558000', '205448.561000', '205448.564000', '205448.566000', '205448.569000', '205448.571000', '205448.574000', '205448.577000', '205448.579000', '205448.582000', '205448.584000', '205448.587000', '205448.590000', '205448.593000', '205448.595000', '205448.598000', '205448.601000', '205448.603000', '205448.606000', '205448.608000', '205448.611000', '205448.614000', '205448.616000', '205448.619000', '205448.621000', '205448.624000', '205448.627000', '205448.629000', '205448.632000', '205448.635000', '205448.637000', '205448.640000', '205448.642000', '205448.645000', '205508.532000', '205508.535000', '205508.537000', '205508.540000', '205508.543000', '205508.545000', '205508.548000', '205508.551000', '205508.554000', '205508.556000', '205508.559000', '205508.562000', '205508.564000', '205508.567000', '205508.570000', '205508.572000', '205508.575000', '205508.578000', '205508.580000', '205508.583000', '205508.585000', '205508.588000', '205508.591000', '205508.594000', '205508.596000', '205508.599000', '205508.602000', '205508.604000', '205508.607000', '205508.609000', '205508.612000', '205508.615000', '205508.617000', '205508.620000', '205508.622000', '205508.625000', '205508.628000', '205508.630000', '205508.633000', '205508.636000', '205508.638000', '205508.641000', '205508.644000', '205528.532000', '205528.535000', '205528.538000', '205528.540000', '205528.543000', '205528.545000', '205528.548000', '205528.551000', '205528.553000', '205528.556000', '205528.559000', '205528.561000', '205528.564000', '205528.566000', '205528.569000', '205528.572000', '205528.574000', '205528.577000', '205528.579000', '205528.582000', '205528.585000', '205528.587000', '205528.590000', '205528.593000', '205528.596000', '205528.598000', '205528.601000', '205528.604000', '205528.606000', '205528.609000', '205528.611000', '205528.614000', '205528.617000', '205528.619000', '205528.622000', '205528.625000', '205528.627000', '205528.630000', '205528.633000', '205528.635000', '205528.638000', '205528.640000', '205528.643000', '205528.646000', '205548.532000', '205548.535000', '205548.537000', '205548.540000', '205548.542000', '205548.545000', '205548.548000', '205548.551000', '205548.553000', '205548.556000', '205548.558000', '205548.561000', '205548.564000', '205548.566000', '205548.569000', '205548.571000', '205548.574000', '205548.577000', '205548.579000', '205548.582000', '205548.595000', '205548.598000', '205548.601000', '205548.604000', '205548.607000', '205548.609000', '205548.612000', '205548.614000', '205548.617000', '205548.620000', '205548.622000', '205548.625000', '205548.627000', '205548.631000', '205548.634000', '205548.637000', '205548.640000', '205548.642000', '205548.645000', '205548.648000', '205548.650000', '205548.653000', '205548.655000', '205559.621000', '205559.624000', '205559.627000', '205559.630000', '205559.633000', '205559.635000', '205559.638000', '205559.641000', '205559.644000', '205559.647000', '205559.649000', '205559.652000', '205559.656000', '205559.659000', '205559.662000', '205559.665000', '205559.668000', '205559.671000', '205559.674000', '205559.678000', '205559.681000', '205559.685000', '205559.688000', '205559.690000', '205559.693000'], 'InstanceCreationTime': ['204628.571000', '204628.574000', '204628.577000', '204628.580000', '204628.588000', '204628.591000', '204628.593000', '204628.596000', '204628.599000', '204628.601000', '204628.604000', '204628.606000', '204628.612000', '204628.615000', '204628.618000', '204628.620000', '204628.623000', '204628.625000', '204628.628000', '204628.631000', '204628.633000', '204628.636000', '204628.638000', '204628.641000', '204628.643000', '204628.646000', '204648.532000', '204648.535000', '204648.537000', '204648.540000', '204648.543000', '204648.545000', '204648.548000', '204648.551000', '204648.553000', '204648.565000', '204648.568000', '204648.570000', '204648.573000', '204648.576000', '204648.578000', '204648.581000', '204648.584000', '204648.586000', '204648.589000', '204648.592000', '204648.595000', '204648.597000', '204648.600000', '204648.603000', '204648.605000', '204648.608000', '204648.610000', '204648.613000', '204648.615000', '204648.618000', '204648.621000', '204648.623000', '204648.626000', '204648.628000', '204648.631000', '204648.634000', '204648.636000', '204648.639000', '204648.649000', '204648.651000', '204648.654000', '204648.656000', '204648.659000', '204708.531000', '204708.534000', '204708.536000', '204708.539000', '204708.541000', '204708.544000', '204708.546000', '204708.549000', '204708.552000', '204708.554000', '204708.557000', '204708.559000', '204708.562000', '204708.565000', '204708.567000', '204708.570000', '204708.573000', '204708.575000', '204708.578000', '204708.580000', '204708.583000', '204708.586000', '204708.588000', '204708.591000', '204708.593000', '204708.596000', '204708.599000', '204708.626000', '204708.629000', '204708.642000', '204708.645000', '204708.647000', '204708.650000', '204708.652000', '204708.655000', '204708.657000', '204708.660000', '204708.663000', '204708.665000', '204708.668000', '204708.671000', '204708.673000', '204708.676000', '204708.678000', '204728.532000', '204728.535000', '204728.538000', '204728.541000', '204728.544000', '204728.547000', '204728.549000', '204728.552000', '204728.554000', '204728.557000', '204728.560000', '204728.562000', '204728.565000', '204728.567000', '204728.570000', '204728.573000', '204728.575000', '204728.578000', '204728.580000', '204728.583000', '204728.586000', '204728.588000', '204728.591000', '204728.593000', '204728.596000', '204728.599000', '204728.601000', '204728.604000', '204728.606000', '204728.609000', '204728.612000', '204728.614000', '204728.617000', '204728.619000', '204728.622000', '204728.625000', '204728.627000', '204728.630000', '204728.632000', '204728.635000', '204728.638000', '204728.640000', '204728.643000', '204748.532000', '204748.535000', '204748.537000', '204748.540000', '204748.542000', '204748.545000', '204748.547000', '204748.550000', '204748.553000', '204748.555000', '204748.558000', '204748.561000', '204748.563000', '204748.566000', '204748.569000', '204748.571000', '204748.574000', '204748.576000', '204748.579000', '204748.581000', '204748.584000', '204748.587000', '204748.589000', '204748.592000', '204748.595000', '204748.597000', '204748.600000', '204748.602000', '204748.605000', '204748.608000', '204748.610000', '204748.613000', '204748.615000', '204748.618000', '204748.621000', '204748.623000', '204748.626000', '204748.628000', '204748.631000', '204748.634000', '204748.636000', '204748.639000', '204748.641000', '204748.644000', '204808.532000', '204808.534000', '204808.537000', '204808.540000', '204808.542000', '204808.545000', '204808.548000', '204808.550000', '204808.553000', '204808.555000', '204808.558000', '204808.561000', '204808.563000', '204808.566000', '204808.568000', '204808.571000', '204808.574000', '204808.576000', '204808.579000', '204808.582000', '204808.585000', '204808.588000', '204808.591000', '204808.594000', '204808.597000', '204808.599000', '204808.602000', '204808.605000', '204808.607000', '204808.610000', '204808.613000', '204808.615000', '204808.618000', '204808.620000', '204808.623000', '204808.626000', '204808.628000', '204808.631000', '204808.634000', '204808.637000', '204808.640000', '204808.642000', '204808.645000', '204828.531000', '204828.534000', '204828.537000', '204828.539000', '204828.542000', '204828.545000', '204828.547000', '204828.550000', '204828.552000', '204828.555000', '204828.558000', '204828.560000', '204828.563000', '204828.565000', '204828.568000', '204828.571000', '204828.573000', '204828.576000', '204828.578000', '204828.581000', '204828.584000', '204828.586000', '204828.589000', '204828.591000', '204828.594000', '204828.597000', '204828.599000', '204828.602000', '204828.605000', '204828.607000', '204828.610000', '204828.613000', '204828.615000', '204828.618000', '204828.620000', '204828.623000', '204828.625000', '204828.628000', '204828.631000', '204828.633000', '204828.636000', '204828.639000', '204828.641000', '204828.644000', '204848.532000', '204848.534000', '204848.537000', '204848.540000', '204848.542000', '204848.545000', '204848.547000', '204848.550000', '204848.553000', '204848.555000', '204848.558000', '204848.561000', '204848.563000', '204848.566000', '204848.569000', '204848.571000', '204848.574000', '204848.576000', '204848.579000', '204848.582000', '204848.584000', '204848.587000', '204848.589000', '204848.592000', '204848.605000', '204848.608000', '204848.611000', '204848.613000', '204848.616000', '204848.619000', '204848.621000', '204848.624000', '204848.626000', '204848.629000', '204848.632000', '204848.634000', '204848.637000', '204848.639000', '204848.642000', '204848.645000', '204848.647000', '204848.650000', '204848.652000', '204908.532000', '204908.535000', '204908.537000', '204908.540000', '204908.542000', '204908.545000', '204908.548000', '204908.550000', '204908.553000', '204908.556000', '204908.558000', '204908.561000', '204908.564000', '204908.566000', '204908.569000', '204908.571000', '204908.574000', '204908.577000', '204908.579000', '204908.582000', '204908.584000', '204908.587000', '204908.590000', '204908.592000', '204908.595000', '204908.598000', '204908.600000', '204908.603000', '204908.605000', '204908.608000', '204908.611000', '204908.613000', '204908.616000', '204908.618000', '204908.621000', '204908.624000', '204908.626000', '204908.629000', '204908.631000', '204908.634000', '204908.637000', '204908.639000', '204908.642000', '204908.644000', '204928.531000', '204928.533000', '204928.536000', '204928.539000', '204928.541000', '204928.544000', '204928.547000', '204928.549000', '204928.552000', '204928.555000', '204928.557000', '204928.560000', '204928.563000', '204928.565000', '204928.568000', '204928.571000', '204928.573000', '204928.576000', '204928.578000', '204928.581000', '204928.584000', '204928.586000', '204928.589000', '204928.592000', '204928.594000', '204928.597000', '204928.600000', '204928.602000', '204928.605000', '204928.608000', '204928.611000', '204928.613000', '204928.616000', '204928.618000', '204928.621000', '204928.624000', '204928.627000', '204928.630000', '204928.633000', '204928.636000', '204928.638000', '204928.641000', '204928.644000', '204948.531000', '204948.534000', '204948.537000', '204948.540000', '204948.542000', '204948.545000', '204948.547000', '204948.550000', '204948.553000', '204948.555000', '204948.558000', '204948.561000', '204948.563000', '204948.566000', '204948.568000', '204948.571000', '204948.574000', '204948.576000', '204948.579000', '204948.586000', '204948.589000', '204948.591000', '204948.594000', '204948.597000', '204948.599000', '204948.602000', '204948.604000', '204948.607000', '204948.610000', '204948.612000', '204948.615000', '204948.617000', '204948.620000', '204948.623000', '204948.625000', '204948.628000', '204948.630000', '204948.633000', '204948.636000', '204948.638000', '204948.641000', '204948.644000', '204948.646000', '204948.649000', '205008.532000', '205008.534000', '205008.537000', '205008.540000', '205008.542000', '205008.545000', '205008.548000', '205008.550000', '205008.553000', '205008.556000', '205008.558000', '205008.561000', '205008.564000', '205008.566000', '205008.569000', '205008.571000', '205008.574000', '205008.577000', '205008.579000', '205008.582000', '205008.585000', '205008.587000', '205008.590000', '205008.593000', '205008.595000', '205008.598000', '205008.600000', '205008.603000', '205008.606000', '205008.608000', '205008.611000', '205008.614000', '205008.616000', '205008.619000', '205008.622000', '205008.625000', '205008.627000', '205008.630000', '205008.632000', '205008.635000', '205008.638000', '205008.641000', '205008.644000', '205028.532000', '205028.535000', '205028.537000', '205028.540000', '205028.543000', '205028.545000', '205028.557000', '205028.560000', '205028.563000', '205028.565000', '205028.568000', '205028.571000', '205028.573000', '205028.576000', '205028.578000', '205028.581000', '205028.584000', '205028.586000', '205028.589000', '205028.591000', '205028.594000', '205028.597000', '205028.599000', '205028.602000', '205028.605000', '205028.607000', '205028.610000', '205028.613000', '205028.615000', '205028.618000', '205028.620000', '205028.623000', '205028.626000', '205028.628000', '205028.631000', '205028.633000', '205028.636000', '205028.639000', '205028.641000', '205028.644000', '205028.646000', '205028.649000', '205028.651000', '205028.654000', '205048.532000', '205048.534000', '205048.537000', '205048.540000', '205048.542000', '205048.545000', '205048.548000', '205048.550000', '205048.553000', '205048.555000', '205048.558000', '205048.561000', '205048.563000', '205048.566000', '205048.568000', '205048.571000', '205048.574000', '205048.576000', '205048.579000', '205048.582000', '205048.585000', '205048.587000', '205048.590000', '205048.592000', '205048.595000', '205048.598000', '205048.601000', '205048.603000', '205048.606000', '205048.608000', '205048.611000', '205048.614000', '205048.616000', '205048.619000', '205048.622000', '205048.624000', '205048.627000', '205048.630000', '205048.632000', '205048.635000', '205048.637000', '205048.640000', '205048.643000', '205108.532000', '205108.534000', '205108.537000', '205108.540000', '205108.542000', '205108.545000', '205108.548000', '205108.550000', '205108.553000', '205108.556000', '205108.558000', '205108.561000', '205108.563000', '205108.566000', '205108.568000', '205108.571000', '205108.574000', '205108.576000', '205108.579000', '205108.582000', '205108.584000', '205108.587000', '205108.589000', '205108.592000', '205108.595000', '205108.597000', '205108.600000', '205108.602000', '205108.605000', '205108.608000', '205108.610000', '205108.613000', '205108.615000', '205108.618000', '205108.621000', '205108.623000', '205108.626000', '205108.629000', '205108.631000', '205108.634000', '205108.636000', '205108.639000', '205108.641000', '205108.644000', '205128.532000', '205128.535000', '205128.537000', '205128.540000', '205128.543000', '205128.545000', '205128.548000', '205128.551000', '205128.553000', '205128.556000', '205128.558000', '205128.561000', '205128.564000', '205128.566000', '205128.569000', '205128.572000', '205128.574000', '205128.577000', '205128.580000', '205128.582000', '205128.585000', '205128.587000', '205128.590000', '205128.593000', '205128.595000', '205128.598000', '205128.601000', '205128.603000', '205128.606000', '205128.609000', '205128.611000', '205128.614000', '205128.617000', '205128.619000', '205128.622000', '205128.625000', '205128.627000', '205128.630000', '205128.632000', '205128.635000', '205128.638000', '205128.640000', '205128.643000', '205148.531000', '205148.534000', '205148.536000', '205148.539000', '205148.542000', '205148.544000', '205148.547000', '205148.550000', '205148.552000', '205148.555000', '205148.557000', '205148.560000', '205148.563000', '205148.565000', '205148.568000', '205148.571000', '205148.578000', '205148.580000', '205148.583000', '205148.585000', '205148.588000', '205148.593000', '205148.595000', '205148.598000', '205148.600000', '205148.603000', '205148.606000', '205148.608000', '205148.611000', '205148.614000', '205148.616000', '205148.619000', '205148.621000', '205148.624000', '205148.627000', '205148.629000', '205148.632000', '205148.634000', '205148.637000', '205148.639000', '205148.642000', '205148.645000', '205148.647000', '205148.650000', '205208.532000', '205208.535000', '205208.537000', '205208.540000', '205208.543000', '205208.545000', '205208.548000', '205208.551000', '205208.553000', '205208.556000', '205208.558000', '205208.561000', '205208.564000', '205208.566000', '205208.569000', '205208.572000', '205208.574000', '205208.577000', '205208.580000', '205208.582000', '205208.585000', '205208.587000', '205208.590000', '205208.593000', '205208.595000', '205208.598000', '205208.601000', '205208.603000', '205208.606000', '205208.609000', '205208.611000', '205208.614000', '205208.616000', '205208.619000', '205208.622000', '205208.624000', '205208.627000', '205208.630000', '205208.632000', '205208.635000', '205208.637000', '205208.640000', '205208.643000', '205228.532000', '205228.534000', '205228.537000', '205228.540000', '205228.542000', '205228.545000', '205228.547000', '205228.550000', '205228.553000', '205228.555000', '205228.558000', '205228.560000', '205228.563000', '205228.566000', '205228.568000', '205228.571000', '205228.573000', '205228.576000', '205228.579000', '205228.581000', '205228.584000', '205228.587000', '205228.589000', '205228.592000', '205228.594000', '205228.597000', '205228.600000', '205228.602000', '205228.605000', '205228.607000', '205228.610000', '205228.613000', '205228.615000', '205228.618000', '205228.621000', '205228.623000', '205228.626000', '205228.628000', '205228.631000', '205228.634000', '205228.636000', '205228.639000', '205228.641000', '205228.644000', '205248.532000', '205248.535000', '205248.537000', '205248.540000', '205248.542000', '205248.545000', '205248.548000', '205248.550000', '205248.553000', '205248.555000', '205248.558000', '205248.560000', '205248.563000', '205248.566000', '205248.568000', '205248.571000', '205248.574000', '205248.576000', '205248.579000', '205248.581000', '205248.584000', '205248.587000', '205248.589000', '205248.592000', '205248.595000', '205248.597000', '205248.600000', '205248.602000', '205248.605000', '205248.608000', '205248.610000', '205248.613000', '205248.616000', '205248.618000', '205248.621000', '205248.623000', '205248.626000', '205248.629000', '205248.631000', '205248.634000', '205248.637000', '205248.639000', '205248.642000', '205308.532000', '205308.534000', '205308.537000', '205308.540000', '205308.542000', '205308.545000', '205308.547000', '205308.551000', '205308.554000', '205308.556000', '205308.559000', '205308.562000', '205308.564000', '205308.567000', '205308.570000', '205308.572000', '205308.575000', '205308.577000', '205308.580000', '205308.583000', '205308.585000', '205308.588000', '205308.590000', '205308.593000', '205308.596000', '205308.598000', '205308.601000', '205308.631000', '205308.634000', '205308.637000', '205308.640000', '205308.642000', '205308.645000', '205308.647000', '205308.650000', '205308.653000', '205308.655000', '205308.658000', '205308.660000', '205308.663000', '205308.666000', '205308.668000', '205308.671000', '205308.674000', '205328.532000', '205328.534000', '205328.537000', '205328.540000', '205328.542000', '205328.545000', '205328.548000', '205328.551000', '205328.553000', '205328.556000', '205328.558000', '205328.561000', '205328.564000', '205328.566000', '205328.569000', '205328.572000', '205328.574000', '205328.577000', '205328.579000', '205328.582000', '205328.585000', '205328.587000', '205328.590000', '205328.592000', '205328.595000', '205328.598000', '205328.600000', '205328.603000', '205328.606000', '205328.608000', '205328.611000', '205328.614000', '205328.616000', '205328.619000', '205328.621000', '205328.624000', '205328.627000', '205328.629000', '205328.632000', '205328.634000', '205328.637000', '205328.640000', '205328.642000', '205348.532000', '205348.534000', '205348.537000', '205348.540000', '205348.542000', '205348.545000', '205348.547000', '205348.550000', '205348.553000', '205348.555000', '205348.558000', '205348.560000', '205348.563000', '205348.566000', '205348.568000', '205348.571000', '205348.573000', '205348.576000', '205348.579000', '205348.581000', '205348.584000', '205348.586000', '205348.589000', '205348.592000', '205348.594000', '205348.597000', '205348.599000', '205348.602000', '205348.605000', '205348.607000', '205348.610000', '205348.612000', '205348.615000', '205348.618000', '205348.620000', '205348.623000', '205348.625000', '205348.628000', '205348.630000', '205348.633000', '205348.636000', '205348.638000', '205348.641000', '205348.644000', '205408.531000', '205408.533000', '205408.536000', '205408.539000', '205408.541000', '205408.544000', '205408.547000', '205408.549000', '205408.552000', '205408.555000', '205408.557000', '205408.560000', '205408.563000', '205408.565000', '205408.568000', '205408.571000', '205408.573000', '205408.576000', '205408.578000', '205408.581000', '205408.584000', '205408.586000', '205408.589000', '205408.592000', '205408.594000', '205408.597000', '205408.600000', '205408.602000', '205408.605000', '205408.608000', '205408.610000', '205408.613000', '205408.615000', '205408.618000', '205408.621000', '205408.623000', '205408.626000', '205408.628000', '205408.631000', '205408.634000', '205408.636000', '205408.639000', '205408.641000', '205428.532000', '205428.535000', '205428.538000', '205428.540000', '205428.543000', '205428.546000', '205428.548000', '205428.551000', '205428.553000', '205428.556000', '205428.559000', '205428.561000', '205428.564000', '205428.567000', '205428.569000', '205428.572000', '205428.575000', '205428.577000', '205428.580000', '205428.582000', '205428.585000', '205428.588000', '205428.592000', '205428.595000', '205428.618000', '205428.620000', '205428.623000', '205428.625000', '205428.628000', '205428.631000', '205428.633000', '205428.636000', '205428.638000', '205428.641000', '205428.644000', '205428.647000', '205428.649000', '205428.652000', '205428.655000', '205428.657000', '205428.660000', '205428.663000', '205428.665000', '205448.532000', '205448.535000', '205448.537000', '205448.540000', '205448.542000', '205448.545000', '205448.548000', '205448.550000', '205448.553000', '205448.556000', '205448.558000', '205448.561000', '205448.564000', '205448.566000', '205448.569000', '205448.571000', '205448.574000', '205448.577000', '205448.579000', '205448.582000', '205448.584000', '205448.587000', '205448.590000', '205448.593000', '205448.595000', '205448.598000', '205448.601000', '205448.603000', '205448.606000', '205448.608000', '205448.611000', '205448.614000', '205448.616000', '205448.619000', '205448.621000', '205448.624000', '205448.627000', '205448.629000', '205448.632000', '205448.635000', '205448.637000', '205448.640000', '205448.642000', '205448.645000', '205508.532000', '205508.535000', '205508.537000', '205508.540000', '205508.543000', '205508.545000', '205508.548000', '205508.551000', '205508.554000', '205508.556000', '205508.559000', '205508.562000', '205508.564000', '205508.567000', '205508.570000', '205508.572000', '205508.575000', '205508.578000', '205508.580000', '205508.583000', '205508.585000', '205508.588000', '205508.591000', '205508.594000', '205508.596000', '205508.599000', '205508.602000', '205508.604000', '205508.607000', '205508.609000', '205508.612000', '205508.615000', '205508.617000', '205508.620000', '205508.622000', '205508.625000', '205508.628000', '205508.630000', '205508.633000', '205508.636000', '205508.638000', '205508.641000', '205508.644000', '205528.532000', '205528.535000', '205528.538000', '205528.540000', '205528.543000', '205528.545000', '205528.548000', '205528.551000', '205528.553000', '205528.556000', '205528.559000', '205528.561000', '205528.564000', '205528.566000', '205528.569000', '205528.572000', '205528.574000', '205528.577000', '205528.579000', '205528.582000', '205528.585000', '205528.587000', '205528.590000', '205528.593000', '205528.596000', '205528.598000', '205528.601000', '205528.604000', '205528.606000', '205528.609000', '205528.611000', '205528.614000', '205528.617000', '205528.619000', '205528.622000', '205528.625000', '205528.627000', '205528.630000', '205528.633000', '205528.635000', '205528.638000', '205528.640000', '205528.643000', '205528.646000', '205548.532000', '205548.535000', '205548.537000', '205548.540000', '205548.542000', '205548.545000', '205548.548000', '205548.551000', '205548.553000', '205548.556000', '205548.558000', '205548.561000', '205548.564000', '205548.566000', '205548.569000', '205548.571000', '205548.574000', '205548.577000', '205548.579000', '205548.582000', '205548.595000', '205548.598000', '205548.601000', '205548.604000', '205548.607000', '205548.609000', '205548.612000', '205548.614000', '205548.617000', '205548.620000', '205548.622000', '205548.625000', '205548.627000', '205548.631000', '205548.634000', '205548.637000', '205548.640000', '205548.642000', '205548.645000', '205548.648000', '205548.650000', '205548.653000', '205548.655000', '205559.621000', '205559.624000', '205559.627000', '205559.630000', '205559.633000', '205559.635000', '205559.638000', '205559.641000', '205559.644000', '205559.647000', '205559.649000', '205559.652000', '205559.656000', '205559.659000', '205559.662000', '205559.665000', '205559.668000', '205559.671000', '205559.674000', '205559.678000', '205559.681000', '205559.685000', '205559.688000', '205559.690000', '205559.693000'], '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': [19614, 10703, 9953, 9772, 9636, 18099, 8932, 17175, 8975, 18368, 11517, 14571, 10377, 9427, 9656, 8893, 10916, 9132, 16681, 8976, 15817, 9008, 15266, 10956, 17372, 10560, 9586, 8857, 9302, 9220, 9362, 9438, 9611, 10127, 9584, 16862, 11446, 21422, 9549, 12633, 9767, 10670, 12242, 13171, 15316, 9485, 10963, 9025, 11552, 8796, 17460, 9497, 16444, 9511, 12313, 9047, 16357, 10867, 17333, 10310, 9703, 8965, 9432, 10303, 9153, 17200, 9341, 15546, 9414, 15346, 10405, 18115, 12188, 11296, 9983, 9233, 9352, 9578, 14440, 9440, 17608, 8987, 14233, 9162, 15597, 10120, 20685, 10586, 13778, 10492, 9377, 11614, 9964, 16906, 9506, 15249, 9896, 15699, 11872, 15661, 14793, 10946, 11649, 10270, 10188, 9912, 11243, 9720, 16851, 10039, 14515, 9894, 13603, 9987, 15678, 11504, 15462, 11707, 10051, 9724, 10187, 9783, 10218, 9798, 9979, 12874, 10032, 12490, 10104, 12326, 10731, 9741, 9932, 9974, 9878, 9865, 11921, 10753, 16944, 12924, 10651, 13472, 9829, 13696, 10544, 18219, 14163, 10544, 11452, 10013, 12334, 9943, 17831, 14354, 9766, 10729, 10329, 10379, 9911, 15616, 12025, 12591, 9721, 10031, 9626, 9912, 12742, 9824, 17381, 10958, 9880, 9832, 9907, 9682, 9759, 15236, 10883, 17347, 10117, 9120, 9803, 10053, 11739, 9868, 16622, 10709, 13560, 10496, 9989, 9809, 10040, 16213, 9783, 12824, 9812, 9512, 9766, 9821, 15445, 10122, 12143, 10114, 9504, 11959, 10124, 15744, 10590, 16264, 9683, 14157, 9838, 16145, 12470, 16762, 9957, 16241, 9945, 14097, 10071, 16526, 10533, 12250, 9964, 10402, 10387, 14151, 11648, 14306, 10671, 8877, 10260, 8499, 11814, 8958, 11134, 9818, 11101, 9827, 12383, 9662, 13063, 9957, 9846, 9932, 9557, 10135, 12890, 9890, 13506, 10166, 9977, 10106, 9618, 10190, 11551, 9737, 14872, 9793, 10159, 9736, 10449, 9870, 12928, 9888, 15550, 10066, 12455, 9908, 12753, 10150, 14494, 10027, 16183, 9849, 13054, 9741, 15419, 10980, 16503, 12529, 10511, 10455, 9405, 11351, 9080, 12521, 9848, 12700, 10213, 9674, 9968, 9647, 9761, 11746, 9908, 16131, 9904, 14356, 10256, 12585, 10136, 15969, 11467, 15840, 10680, 9821, 10128, 10059, 12505, 9944, 14615, 10717, 14051, 10060, 10309, 10022, 12012, 9629, 15846, 13152, 18216, 9990, 15168, 9978, 13398, 10861, 14914, 11719, 9828, 9678, 10028, 9752, 9830, 10888, 9820, 12391, 9684, 10440, 9807, 9483, 9865, 10028, 9838, 12901, 9838, 13767, 9980, 13308, 10078, 13767, 11538, 12845, 9952, 9882, 9790, 10116, 9985, 10092, 15740, 11701, 17206, 10255, 16052, 9992, 15745, 11580, 15308, 14663, 10312, 10968, 10253, 10431, 10224, 12237, 9563, 17744, 12095, 15439, 10086, 9984, 10017, 9140, 10187, 10428, 10250, 10074, 10652, 10456, 13677, 11078, 16437, 13929, 9476, 10689, 10031, 12041, 11246, 12576, 15990, 15565, 10584, 11591, 10097, 9659, 9720, 13123, 9740, 17320, 9928, 15309, 10042, 14044, 9841, 15357, 10570, 16991, 11652, 12702, 9790, 8807, 9832, 12754, 11040, 15606, 10833, 9859, 9987, 9783, 10206, 9852, 12075, 9665, 13465, 10016, 9460, 10030, 9790, 9924, 12133, 9465, 16454, 9713, 10765, 9800, 12419, 10023, 17082, 12378, 11275, 9842, 9903, 10185, 9947, 12273, 9576, 17498, 12149, 16079, 9999, 14112, 9870, 14878, 10852, 16536, 12246, 13606, 9921, 10589, 9863, 13254, 10203, 14879, 11200, 12379, 10201, 8983, 9734, 8824, 10382, 9934, 11206, 9888, 9754, 9688, 9883, 9695, 11057, 9718, 16541, 9673, 16337, 9875, 13656, 9841, 16244, 11933, 16937, 14615, 10428, 11574, 10446, 10439, 9735, 12427, 9870, 15775, 9847, 15128, 9942, 13849, 10035, 13125, 11065, 10068, 12865, 10098, 9964, 9890, 10905, 10310, 14726, 10770, 16954, 13383, 10186, 10119, 10500, 11218, 10317, 15942, 11595, 16640, 9779, 14846, 10202, 11965, 9845, 14376, 10240, 18138, 10033, 15018, 9833, 13906, 9948, 16364, 10721, 16745, 10228, 11209, 9860, 9481, 10148, 10867, 10978, 9316, 9777, 9764, 9581, 10136, 9670, 9854, 13531, 9883, 17646, 10066, 10765, 9863, 9699, 11841, 10167, 15436, 10250, 14066, 9691, 11732, 10140, 13712, 9592, 16652, 14454, 15108, 10352, 12134, 9731, 15333, 10482, 17590, 13192, 9793, 9589, 10657, 8754, 9420, 14901, 10084, 10222, 13238, 11383, 12551, 10764, 10263, 13218, 9785, 17326, 14169, 11000, 13680, 9756, 14560, 11479, 12981, 14604, 10775, 16653, 9612, 14061, 11463, 10539, 14342, 11748, 17438, 9729, 15159, 9838, 9644, 9644, 9865, 10675, 9540, 14231, 10118, 13308, 12062, 9935, 9933, 9854, 12271, 11294, 12749, 15769, 10597, 15029, 9735, 10283, 10497, 9521, 13800, 9501, 15574, 9878, 13210, 9707, 14931, 11170, 13025, 13357, 10071, 9600, 9674, 10051, 9885, 14504, 12234, 10002, 9465, 9834, 9394, 9472, 12858, 11548, 10424, 9765, 9552, 11313, 9697, 11532, 11559, 9874, 15864, 9432, 15726, 9109, 13906, 9262, 16049, 11049, 20011, 9751, 16382, 10044, 16361, 10886, 18367, 11989, 14676, 10664, 8320, 10754, 8783, 11442, 11541, 12914, 9488, 9195, 9460, 9064, 9537, 9391, 9772, 16083, 9518, 14584, 9010, 12031, 8989, 16038, 10148, 18144, 9977, 16030, 9002, 13796, 9700, 15630, 10330, 16666, 10306, 18217, 9991, 14936, 10978, 16657, 11718, 10323, 10570, 8312, 10355, 8521, 11620, 9594, 12699, 8861, 8946, 8954, 9404, 9323, 12665, 9230, 17038, 8823, 13570, 9053, 11440, 8975, 15934, 9936, 15589, 8994, 11913, 9158, 12393, 9044, 15929, 9800, 15707, 9314, 11939, 9156, 13577, 8843, 16040, 9895, 15443, 9374, 11161, 9323, 11282, 9159, 16025, 9116, 14960, 9410, 11697, 8990, 14412, 9252, 16645, 9145, 12566, 9180, 10803, 9507, 15609, 10033, 15707, 9773, 9128, 11685, 10298, 15309, 10092, 17288, 9607, 15854, 11279, 13177, 15892, 12172, 18737, 9487, 18211, 11150, 16007, 13930, 15978, 18541, 10897, 14501, 9367, 13459, 10534, 16977, 11455, 9868, 9367, 9501, 9678, 9905, 14745, 10802, 9544, 9346, 9334, 10687, 9301, 9673, 12173, 10551, 14898, 17018, 11139, 14789, 9648, 16264, 11562, 13388, 15077, 9646, 12096, 9139, 11855, 10216, 16858, 11634, 14288, 12430, 9596, 15185, 9286, 14173, 10297, 10188, 10872, 9815, 16118, 9330, 16136, 9980, 10739, 11415, 9451, 16046, 9753, 13900, 9283, 13119, 9318, 15256, 10015, 16540, 9702, 15771, 9464, 11791, 9834, 13568, 10626, 13072, 10001, 9809, 9210, 9658, 9452, 9381, 11453, 9378, 14513, 9022, 12541, 9716, 14397, 10152, 16858, 11835, 10444, 9183, 9677, 9084, 9103, 10327, 9461, 15543, 9591, 16268, 10012, 11298, 11910, 12659, 16655, 11018, 11992, 9315, 12624, 9558, 14730, 11976, 16972, 10431, 8785, 10192, 9223, 12189, 9562, 15345, 9730, 14701, 9299, 11328, 9414, 13470, 9630, 17247, 13609, 11287, 10094, 8879, 10763, 9227, 10647, 9966, 16759, 9712, 11915, 9213, 11280, 9279, 13729, 10360, 15360, 10314, 9237, 10342, 8876, 11499, 9336, 12219, 9280, 10882, 9269, 9758, 9464, 11646, 9560, 17024, 10530, 9053, 9353, 9877, 9495, 9770, 10114, 9839, 16187, 9279, 11125, 9395, 11173, 10132, 16890, 12043, 9804, 9379, 9854, 9483, 9572, 13968, 9585, 17335, 9345, 16426, 9848, 17174, 11499, 16328, 12468, 10011, 10019, 9213, 9336, 9569, 11590, 9689, 17795, 10552, 9102, 9160, 10048, 9473, 10048, 15790, 10937, 17219, 9398, 15876, 9369, 15503, 10611, 14873, 11298, 13820, 12016, 9691, 9487, 9324, 9388, 9080, 11836, 9033, 13784, 9842, 17948, 10203, 9122, 9283, 9622, 11394, 9787, 11741, 9786, 15399, 9217, 9265, 9289, 9168, 9310, 11002, 9486, 15274, 9461, 14625, 9678, 10523, 11403, 10831, 14691, 9559, 15291, 9274, 13247, 9545, 17135, 13510, 18254, 9666, 17706, 10298, 18498, 13381, 16612, 12041, 9623, 9462, 9960, 9483, 9906, 11081, 9833, 16350, 9356, 9932, 9226, 10978, 9355, 14371, 10708, 18126, 10200, 8882, 10168, 9109, 10089, 9967, 12285, 9268, 11767, 9089, 9926, 9485, 12172, 10427, 18534, 10177, 10290, 9627, 9516, 10462, 9958, 18181, 10521, 16940, 9544, 15764, 10184, 17750, 13637, 18913, 13158, 9386, 9013, 9432, 9399, 9932, 16261, 9386, 14054, 9425, 13042, 9990, 13602, 11786, 10243, 10773, 9162, 10987, 9227, 16127, 9898, 17626, 15247, 14749, 9936, 8826, 10192, 9177, 9858, 9732, 18074, 9117, 12890, 9277, 13516, 9791, 12923, 11056, 9663, 9164, 9793, 9341, 9764, 15863, 10767, 18601, 11997, 16179, 9104, 13099, 9105, 13787, 9622, 17611, 9306, 14903, 9105, 12348, 9631, 14084, 10482, 15672, 9983, 9244, 8803, 9707, 9475, 9267, 16029, 9427, 12016, 9176, 8973, 11445, 11180, 17503, 13860, 10835, 18941, 9469, 18682, 10573, 18592, 13000, 12184, 16089, 9267, 13110, 9316, 14777, 11009, 19205, 14570, 10356, 10606, 9607, 9758, 9232, 14110, 9826, 20100, 14007, 10022, 9223, 9510, 9477, 9239, 15771, 11120, 16255, 9932, 9240, 9370, 9159, 16170, 11903, 13805, 9648, 9854, 9436, 9252, 15592, 11830, 14703, 11828, 9742, 11198, 9133, 14243, 10985, 13876, 15521, 9276, 10421, 9228, 13316, 10548, 19173, 12715, 9354, 9320], 'WindowCenter': [4539.0, 4474.0, 4453.0, 4452.0, 4440.0, 4500.0, 4428.0, 4488.0, 4428.0, 4498.0, 4458.0, 4478.0, 4438.0, 4437.0, 4437.0, 4438.0, 4459.0, 4440.0, 4489.0, 4438.0, 4490.0, 4439.0, 4487.0, 4458.0, 4499.0, 4447.0, 4438.0, 4429.0, 4428.0, 4439.0, 4441.0, 4439.0, 4439.0, 4447.0, 4448.0, 4499.0, 4460.0, 4510.0, 4437.0, 4467.0, 4438.0, 4449.0, 4468.0, 4469.0, 4491.0, 4438.0, 4448.0, 4426.0, 4447.0, 4426.0, 4487.0, 4437.0, 4486.0, 4437.0, 4456.0, 4428.0, 4501.0, 4461.0, 4500.0, 4450.0, 4479.0, 4482.0, 4477.0, 4465.0, 4451.0, 4499.0, 4439.0, 4489.0, 4440.0, 4477.0, 4448.0, 4497.0, 4457.0, 4444.0, 4435.0, 4425.0, 4424.0, 4437.0, 4476.0, 4436.0, 4485.0, 4426.0, 4477.0, 4426.0, 4477.0, 4438.0, 4494.0, 4445.0, 4462.0, 4433.0, 4422.0, 4457.0, 4435.0, 4487.0, 4435.0, 4474.0, 4435.0, 4474.0, 4458.0, 4487.0, 4475.0, 4443.0, 4445.0, 4432.0, 4434.0, 4422.0, 4444.0, 4422.0, 4476.0, 4425.0, 4464.0, 4424.0, 4453.0, 4422.0, 4474.0, 4444.0, 4464.0, 4444.0, 4422.0, 4421.0, 4422.0, 4422.0, 4432.0, 4435.0, 4435.0, 4454.0, 4435.0, 4455.0, 4446.0, 4466.0, 4456.0, 4448.0, 4449.0, 4446.0, 4447.0, 4449.0, 4457.0, 4458.0, 4497.0, 4468.0, 4446.0, 4466.0, 4435.0, 4476.0, 4448.0, 4496.0, 4477.0, 4446.0, 4443.0, 4433.0, 4454.0, 4434.0, 4486.0, 4466.0, 4423.0, 4432.0, 4433.0, 4432.0, 4432.0, 4472.0, 4454.0, 4454.0, 4424.0, 4421.0, 4423.0, 4424.0, 4453.0, 4424.0, 4474.0, 4431.0, 4422.0, 4422.0, 4423.0, 4421.0, 4421.0, 4464.0, 4444.0, 4472.0, 4434.0, 4424.0, 4422.0, 4433.0, 4444.0, 4433.0, 4476.0, 4433.0, 4452.0, 4432.0, 4432.0, 4423.0, 4435.0, 4475.0, 4434.0, 4453.0, 4435.0, 4423.0, 4434.0, 4437.0, 4477.0, 4435.0, 4455.0, 4447.0, 4434.0, 4455.0, 4437.0, 4476.0, 4434.0, 4476.0, 4422.0, 4452.0, 4422.0, 4464.0, 4443.0, 4473.0, 4422.0, 4461.0, 4422.0, 4452.0, 4421.0, 4471.0, 4433.0, 4441.0, 4421.0, 4420.0, 4422.0, 4450.0, 4442.0, 4462.0, 4422.0, 4401.0, 4422.0, 4402.0, 4440.0, 4412.0, 4444.0, 4422.0, 4430.0, 4420.0, 4441.0, 4422.0, 4451.0, 4423.0, 4423.0, 4422.0, 4421.0, 4433.0, 4455.0, 4423.0, 4466.0, 4423.0, 4423.0, 4432.0, 4423.0, 4432.0, 4445.0, 4425.0, 4464.0, 4423.0, 4432.0, 4425.0, 4435.0, 4433.0, 4454.0, 4436.0, 4474.0, 4433.0, 4452.0, 4434.0, 4466.0, 4444.0, 4465.0, 4436.0, 4475.0, 4433.0, 4455.0, 4433.0, 4476.0, 4447.0, 4473.0, 4457.0, 4432.0, 4434.0, 4422.0, 4444.0, 4424.0, 4453.0, 4433.0, 4457.0, 4432.0, 4423.0, 4435.0, 4423.0, 4434.0, 4455.0, 4436.0, 4477.0, 4433.0, 4465.0, 4435.0, 4454.0, 4446.0, 4474.0, 4445.0, 4476.0, 4434.0, 4432.0, 4433.0, 4434.0, 4454.0, 4436.0, 4477.0, 4434.0, 4464.0, 4433.0, 4433.0, 4432.0, 4454.0, 4436.0, 4475.0, 4454.0, 4484.0, 4422.0, 4464.0, 4434.0, 4462.0, 4445.0, 4472.0, 4445.0, 4421.0, 4422.0, 4421.0, 4424.0, 4421.0, 4432.0, 4432.0, 4452.0, 4421.0, 4434.0, 4421.0, 4421.0, 4433.0, 4432.0, 4434.0, 4453.0, 4434.0, 4465.0, 4436.0, 4463.0, 4435.0, 4475.0, 4455.0, 4466.0, 4437.0, 4435.0, 4435.0, 4445.0, 4436.0, 4449.0, 4486.0, 4457.0, 4486.0, 4437.0, 4474.0, 4437.0, 4487.0, 4456.0, 4475.0, 4478.0, 4435.0, 4432.0, 4435.0, 4434.0, 4434.0, 4444.0, 4424.0, 4484.0, 4444.0, 4463.0, 4434.0, 4432.0, 4435.0, 4424.0, 4436.0, 4444.0, 4435.0, 4435.0, 4444.0, 4447.0, 4478.0, 4456.0, 4485.0, 4477.0, 4434.0, 4444.0, 4433.0, 4454.0, 4454.0, 4454.0, 4473.0, 4475.0, 4431.0, 4441.0, 4431.0, 4423.0, 4422.0, 4453.0, 4422.0, 4474.0, 4421.0, 4461.0, 4433.0, 4463.0, 4434.0, 4473.0, 4435.0, 4472.0, 4444.0, 4452.0, 4421.0, 4411.0, 4432.0, 4463.0, 4443.0, 4473.0, 4444.0, 4432.0, 4435.0, 4432.0, 4433.0, 4436.0, 4453.0, 4434.0, 4467.0, 4433.0, 4423.0, 4433.0, 4435.0, 4435.0, 4454.0, 4437.0, 4487.0, 4425.0, 4445.0, 4436.0, 4464.0, 4436.0, 4484.0, 4467.0, 4443.0, 4433.0, 4434.0, 4435.0, 4434.0, 4454.0, 4436.0, 4487.0, 4454.0, 4473.0, 4433.0, 4463.0, 4434.0, 4476.0, 4447.0, 4485.0, 4455.0, 4462.0, 4424.0, 4431.0, 4422.0, 4452.0, 4433.0, 4475.0, 4445.0, 4455.0, 4433.0, 4414.0, 4422.0, 4423.0, 4444.0, 4433.0, 4445.0, 4434.0, 4433.0, 4423.0, 4434.0, 4437.0, 4446.0, 4435.0, 4486.0, 4434.0, 4474.0, 4433.0, 4465.0, 4433.0, 4486.0, 4444.0, 4485.0, 4476.0, 4432.0, 4442.0, 4431.0, 4433.0, 4422.0, 4453.0, 4434.0, 4463.0, 4422.0, 4463.0, 4432.0, 4463.0, 4435.0, 4463.0, 4446.0, 4433.0, 4468.0, 4436.0, 4434.0, 4434.0, 4445.0, 4445.0, 4476.0, 4448.0, 4488.0, 4468.0, 4436.0, 4434.0, 4435.0, 4443.0, 4434.0, 4475.0, 4445.0, 4476.0, 4421.0, 4462.0, 4432.0, 4441.0, 4432.0, 4463.0, 4435.0, 4484.0, 4423.0, 4461.0, 4422.0, 4449.0, 4421.0, 4473.0, 4432.0, 4471.0, 4422.0, 4429.0, 4420.0, 4421.0, 4431.0, 4444.0, 4432.0, 4422.0, 4425.0, 4434.0, 4422.0, 4433.0, 4435.0, 4435.0, 4465.0, 4437.0, 4496.0, 4435.0, 4445.0, 4435.0, 4435.0, 4456.0, 4446.0, 4478.0, 4448.0, 4466.0, 4435.0, 4454.0, 4445.0, 4490.0, 4452.0, 4487.0, 4478.0, 4488.0, 4437.0, 4453.0, 4437.0, 4485.0, 4449.0, 4487.0, 4467.0, 4436.0, 4425.0, 4447.0, 4426.0, 4436.0, 4486.0, 4448.0, 4449.0, 4478.0, 4458.0, 4457.0, 4447.0, 4435.0, 4466.0, 4436.0, 4485.0, 4466.0, 4436.0, 4455.0, 4423.0, 4463.0, 4446.0, 4453.0, 4462.0, 4445.0, 4499.0, 4434.0, 4475.0, 4445.0, 4431.0, 4451.0, 4440.0, 4476.0, 4421.0, 4461.0, 4423.0, 4423.0, 4411.0, 4421.0, 4421.0, 4413.0, 4451.0, 4421.0, 4453.0, 4443.0, 4422.0, 4422.0, 4422.0, 4442.0, 4435.0, 4452.0, 4475.0, 4435.0, 4463.0, 4422.0, 4421.0, 4432.0, 4424.0, 4453.0, 4422.0, 4463.0, 4422.0, 4442.0, 4413.0, 4463.0, 4433.0, 4441.0, 4455.0, 4421.0, 4412.0, 4421.0, 4422.0, 4424.0, 4465.0, 4455.0, 4424.0, 4424.0, 4425.0, 4413.0, 4423.0, 4454.0, 4443.0, 4445.0, 4434.0, 4435.0, 4447.0, 4435.0, 4444.0, 4456.0, 4436.0, 4490.0, 4426.0, 4476.0, 4414.0, 4454.0, 4426.0, 4475.0, 4447.0, 4485.0, 4424.0, 4471.0, 4423.0, 4472.0, 4434.0, 4482.0, 4446.0, 4463.0, 4423.0, 4400.0, 4432.0, 4400.0, 4442.0, 4432.0, 4453.0, 4423.0, 4413.0, 4423.0, 4412.0, 4424.0, 4423.0, 4434.0, 4485.0, 4424.0, 4464.0, 4413.0, 4443.0, 4413.0, 4474.0, 4433.0, 4484.0, 4422.0, 4463.0, 4411.0, 4451.0, 4421.0, 4462.0, 4422.0, 4475.0, 4421.0, 4472.0, 4420.0, 4462.0, 4434.0, 4473.0, 4444.0, 4422.0, 4432.0, 4401.0, 4432.0, 4414.0, 4446.0, 4434.0, 4465.0, 4423.0, 4423.0, 4424.0, 4423.0, 4425.0, 4464.0, 4425.0, 4487.0, 4424.0, 4465.0, 4424.0, 4446.0, 4426.0, 4475.0, 4436.0, 4476.0, 4424.0, 4442.0, 4424.0, 4455.0, 4425.0, 4474.0, 4436.0, 4474.0, 4423.0, 4442.0, 4424.0, 4465.0, 4425.0, 4473.0, 4435.0, 4475.0, 4423.0, 4444.0, 4425.0, 4446.0, 4426.0, 4486.0, 4425.0, 4475.0, 4424.0, 4454.0, 4425.0, 4475.0, 4436.0, 4486.0, 4424.0, 4455.0, 4424.0, 4444.0, 4435.0, 4488.0, 4451.0, 4486.0, 4436.0, 4436.0, 4457.0, 4448.0, 4488.0, 4448.0, 4487.0, 4436.0, 4485.0, 4446.0, 4465.0, 4486.0, 4456.0, 4485.0, 4423.0, 4485.0, 4434.0, 4472.0, 4453.0, 4463.0, 4484.0, 4420.0, 4451.0, 4398.0, 4440.0, 4419.0, 4461.0, 4432.0, 4409.0, 4411.0, 4409.0, 4410.0, 4420.0, 4452.0, 4436.0, 4421.0, 4425.0, 4427.0, 4444.0, 4422.0, 4423.0, 4442.0, 4433.0, 4477.0, 4490.0, 4444.0, 4465.0, 4422.0, 4463.0, 4432.0, 4441.0, 4464.0, 4412.0, 4432.0, 4410.0, 4430.0, 4423.0, 4460.0, 4432.0, 4451.0, 4440.0, 4410.0, 4452.0, 4413.0, 4450.0, 4419.0, 4420.0, 4420.0, 4422.0, 4464.0, 4414.0, 4463.0, 4421.0, 4432.0, 4431.0, 4421.0, 4473.0, 4411.0, 4453.0, 4411.0, 4441.0, 4412.0, 4463.0, 4412.0, 4463.0, 4411.0, 4448.0, 4409.0, 4429.0, 4409.0, 4439.0, 4421.0, 4442.0, 4424.0, 4419.0, 4412.0, 4411.0, 4412.0, 4412.0, 4432.0, 4415.0, 4452.0, 4412.0, 4443.0, 4422.0, 4462.0, 4435.0, 4473.0, 4457.0, 4435.0, 4423.0, 4424.0, 4413.0, 4425.0, 4436.0, 4435.0, 4479.0, 4435.0, 4475.0, 4435.0, 4444.0, 4455.0, 4454.0, 4489.0, 4434.0, 4443.0, 4423.0, 4454.0, 4436.0, 4465.0, 4457.0, 4485.0, 4432.0, 4403.0, 4423.0, 4411.0, 4445.0, 4425.0, 4464.0, 4412.0, 4452.0, 4412.0, 4431.0, 4412.0, 4452.0, 4422.0, 4472.0, 4454.0, 4429.0, 4422.0, 4399.0, 4419.0, 4410.0, 4423.0, 4420.0, 4474.0, 4409.0, 4431.0, 4410.0, 4430.0, 4412.0, 4453.0, 4423.0, 4460.0, 4422.0, 4410.0, 4420.0, 4399.0, 4430.0, 4410.0, 4441.0, 4412.0, 4430.0, 4413.0, 4413.0, 4422.0, 4444.0, 4425.0, 4474.0, 4435.0, 4412.0, 4423.0, 4422.0, 4423.0, 4434.0, 4433.0, 4434.0, 4477.0, 4413.0, 4432.0, 4423.0, 4444.0, 4435.0, 4486.0, 4456.0, 4423.0, 4412.0, 4422.0, 4421.0, 4424.0, 4464.0, 4422.0, 4474.0, 4411.0, 4462.0, 4421.0, 4470.0, 4444.0, 4472.0, 4442.0, 4411.0, 4409.0, 4409.0, 4410.0, 4421.0, 4442.0, 4424.0, 4484.0, 4434.0, 4413.0, 4424.0, 4422.0, 4423.0, 4434.0, 4463.0, 4434.0, 4474.0, 4412.0, 4463.0, 4412.0, 4462.0, 4422.0, 4463.0, 4434.0, 4452.0, 4445.0, 4411.0, 4412.0, 4411.0, 4411.0, 4411.0, 4442.0, 4413.0, 4463.0, 4424.0, 4483.0, 4435.0, 4412.0, 4414.0, 4422.0, 4443.0, 4425.0, 4444.0, 4423.0, 4478.0, 4423.0, 4413.0, 4423.0, 4424.0, 4424.0, 4446.0, 4425.0, 4478.0, 4424.0, 4473.0, 4425.0, 4434.0, 4456.0, 4446.0, 4476.0, 4426.0, 4475.0, 4423.0, 4454.0, 4423.0, 4474.0, 4454.0, 4474.0, 4414.0, 4473.0, 4422.0, 4484.0, 4454.0, 4472.0, 4443.0, 4410.0, 4410.0, 4410.0, 4409.0, 4421.0, 4430.0, 4420.0, 4464.0, 4411.0, 4420.0, 4410.0, 4432.0, 4423.0, 4463.0, 4436.0, 4483.0, 4422.0, 4411.0, 4421.0, 4411.0, 4422.0, 4422.0, 4442.0, 4413.0, 4442.0, 4413.0, 4424.0, 4435.0, 4455.0, 4446.0, 4498.0, 4437.0, 4434.0, 4424.0, 4425.0, 4446.0, 4424.0, 4499.0, 4435.0, 4477.0, 4425.0, 4463.0, 4434.0, 4474.0, 4455.0, 4484.0, 4454.0, 4410.0, 4401.0, 4411.0, 4412.0, 4424.0, 4474.0, 4413.0, 4452.0, 4412.0, 4452.0, 4424.0, 4463.0, 4443.0, 4433.0, 4433.0, 4413.0, 4433.0, 4412.0, 4472.0, 4423.0, 4474.0, 4465.0, 4451.0, 4421.0, 4402.0, 4421.0, 4413.0, 4422.0, 4413.0, 4475.0, 4412.0, 4442.0, 4414.0, 4453.0, 4435.0, 4454.0, 4445.0, 4423.0, 4412.0, 4424.0, 4413.0, 4423.0, 4474.0, 4432.0, 4476.0, 4431.0, 4461.0, 4399.0, 4441.0, 4401.0, 4451.0, 4411.0, 4471.0, 4411.0, 4450.0, 4400.0, 4440.0, 4422.0, 4452.0, 4421.0, 4464.0, 4421.0, 4411.0, 4412.0, 4424.0, 4424.0, 4424.0, 4487.0, 4442.0, 4456.0, 4427.0, 4427.0, 4457.0, 4461.0, 4500.0, 4470.0, 4448.0, 4489.0, 4426.0, 4486.0, 4436.0, 4474.0, 4444.0, 4443.0, 4463.0, 4413.0, 4442.0, 4413.0, 4452.0, 4433.0, 4473.0, 4463.0, 4411.0, 4421.0, 4411.0, 4412.0, 4411.0, 4452.0, 4424.0, 4483.0, 4455.0, 4412.0, 4412.0, 4412.0, 4412.0, 4413.0, 4462.0, 4435.0, 4474.0, 4423.0, 4413.0, 4412.0, 4425.0, 4477.0, 4447.0, 4465.0, 4424.0, 4422.0, 4413.0, 4413.0, 4476.0, 4446.0, 4466.0, 4444.0, 4424.0, 4434.0, 4425.0, 4467.0, 4433.0, 4454.0, 4464.0, 4413.0, 4422.0, 4412.0, 4452.0, 4434.0, 4483.0, 4444.0, 4410.0, 4411.0], 'WindowWidth': [9943.0, 9844.0, 9810.0, 9806.0, 9786.0, 9871.0, 9767.0, 9849.0, 9765.0, 9861.0, 9807.0, 9834.0, 9780.0, 9779.0, 9778.0, 9784.0, 9811.0, 9787.0, 9853.0, 9781.0, 9854.0, 9784.0, 9846.0, 9810.0, 9863.0, 9793.0, 9779.0, 9768.0, 9767.0, 9783.0, 9789.0, 9784.0, 9783.0, 9794.0, 9796.0, 9867.0, 9813.0, 9884.0, 9777.0, 9818.0, 9780.0, 9796.0, 9822.0, 9823.0, 9859.0, 9780.0, 9793.0, 9762.0, 9791.0, 9762.0, 9848.0, 9776.0, 9843.0, 9775.0, 9801.0, 9767.0, 9872.0, 9818.0, 9868.0, 9799.0, 9859.0, 9870.0, 9854.0, 9829.0, 9803.0, 9866.0, 9782.0, 9850.0, 9787.0, 9831.0, 9791.0, 9861.0, 9805.0, 9782.0, 9771.0, 9760.0, 9758.0, 9780.0, 9832.0, 9775.0, 9843.0, 9759.0, 9831.0, 9761.0, 9831.0, 9779.0, 9853.0, 9784.0, 9805.0, 9765.0, 9751.0, 9803.0, 9772.0, 9847.0, 9771.0, 9827.0, 9773.0, 9827.0, 9807.0, 9846.0, 9829.0, 9780.0, 9784.0, 9763.0, 9768.0, 9749.0, 9781.0, 9751.0, 9828.0, 9755.0, 9807.0, 9753.0, 9792.0, 9749.0, 9822.0, 9781.0, 9808.0, 9783.0, 9748.0, 9745.0, 9747.0, 9749.0, 9765.0, 9769.0, 9771.0, 9797.0, 9773.0, 9799.0, 9790.0, 9816.0, 9804.0, 9796.0, 9799.0, 9790.0, 9793.0, 9798.0, 9806.0, 9809.0, 9862.0, 9825.0, 9789.0, 9817.0, 9774.0, 9832.0, 9794.0, 9860.0, 9836.0, 9787.0, 9782.0, 9768.0, 9797.0, 9770.0, 9844.0, 9816.0, 9751.0, 9762.0, 9763.0, 9763.0, 9763.0, 9819.0, 9798.0, 9795.0, 9753.0, 9748.0, 9752.0, 9755.0, 9792.0, 9753.0, 9824.0, 9762.0, 9749.0, 9748.0, 9751.0, 9747.0, 9748.0, 9809.0, 9783.0, 9819.0, 9767.0, 9754.0, 9749.0, 9766.0, 9782.0, 9766.0, 9828.0, 9766.0, 9791.0, 9763.0, 9764.0, 9753.0, 9769.0, 9829.0, 9769.0, 9794.0, 9770.0, 9753.0, 9769.0, 9775.0, 9832.0, 9771.0, 9799.0, 9790.0, 9769.0, 9799.0, 9776.0, 9834.0, 9769.0, 9828.0, 9750.0, 9791.0, 9749.0, 9810.0, 9780.0, 9820.0, 9747.0, 9800.0, 9747.0, 9788.0, 9747.0, 9813.0, 9763.0, 9770.0, 9745.0, 9741.0, 9747.0, 9785.0, 9774.0, 9800.0, 9745.0, 9718.0, 9747.0, 9720.0, 9771.0, 9734.0, 9781.0, 9747.0, 9758.0, 9743.0, 9773.0, 9749.0, 9788.0, 9750.0, 9752.0, 9750.0, 9747.0, 9765.0, 9796.0, 9752.0, 9816.0, 9750.0, 9752.0, 9763.0, 9752.0, 9763.0, 9783.0, 9757.0, 9812.0, 9753.0, 9762.0, 9759.0, 9770.0, 9768.0, 9797.0, 9774.0, 9824.0, 9766.0, 9793.0, 9769.0, 9814.0, 9784.0, 9813.0, 9776.0, 9825.0, 9767.0, 9797.0, 9768.0, 9829.0, 9789.0, 9823.0, 9806.0, 9763.0, 9767.0, 9750.0, 9782.0, 9756.0, 9794.0, 9766.0, 9804.0, 9765.0, 9754.0, 9770.0, 9753.0, 9769.0, 9799.0, 9773.0, 9831.0, 9767.0, 9813.0, 9771.0, 9798.0, 9788.0, 9825.0, 9786.0, 9828.0, 9769.0, 9764.0, 9766.0, 9768.0, 9797.0, 9775.0, 9830.0, 9769.0, 9811.0, 9765.0, 9767.0, 9765.0, 9795.0, 9773.0, 9827.0, 9798.0, 9838.0, 9749.0, 9807.0, 9767.0, 9805.0, 9784.0, 9819.0, 9787.0, 9747.0, 9749.0, 9746.0, 9752.0, 9747.0, 9763.0, 9764.0, 9790.0, 9748.0, 9767.0, 9747.0, 9746.0, 9765.0, 9765.0, 9770.0, 9793.0, 9772.0, 9813.0, 9774.0, 9808.0, 9773.0, 9830.0, 9802.0, 9816.0, 9778.0, 9772.0, 9772.0, 9785.0, 9778.0, 9797.0, 9844.0, 9807.0, 9845.0, 9775.0, 9825.0, 9775.0, 9845.0, 9802.0, 9826.0, 9836.0, 9769.0, 9765.0, 9770.0, 9767.0, 9767.0, 9781.0, 9753.0, 9839.0, 9779.0, 9807.0, 9766.0, 9764.0, 9772.0, 9757.0, 9775.0, 9784.0, 9774.0, 9774.0, 9786.0, 9792.0, 9837.0, 9806.0, 9844.0, 9833.0, 9769.0, 9784.0, 9768.0, 9796.0, 9798.0, 9798.0, 9820.0, 9829.0, 9760.0, 9772.0, 9759.0, 9750.0, 9752.0, 9793.0, 9751.0, 9824.0, 9748.0, 9803.0, 9765.0, 9807.0, 9769.0, 9823.0, 9771.0, 9819.0, 9784.0, 9791.0, 9748.0, 9734.0, 9765.0, 9807.0, 9781.0, 9822.0, 9785.0, 9762.0, 9770.0, 9763.0, 9767.0, 9774.0, 9796.0, 9770.0, 9819.0, 9765.0, 9753.0, 9768.0, 9772.0, 9775.0, 9798.0, 9777.0, 9844.0, 9757.0, 9784.0, 9773.0, 9811.0, 9777.0, 9837.0, 9819.0, 9781.0, 9767.0, 9767.0, 9772.0, 9770.0, 9801.0, 9775.0, 9849.0, 9797.0, 9821.0, 9766.0, 9809.0, 9770.0, 9829.0, 9789.0, 9841.0, 9801.0, 9804.0, 9754.0, 9760.0, 9749.0, 9791.0, 9767.0, 9827.0, 9786.0, 9796.0, 9766.0, 9741.0, 9752.0, 9755.0, 9785.0, 9769.0, 9786.0, 9768.0, 9769.0, 9754.0, 9769.0, 9776.0, 9788.0, 9774.0, 9844.0, 9770.0, 9824.0, 9766.0, 9810.0, 9766.0, 9843.0, 9783.0, 9841.0, 9832.0, 9762.0, 9776.0, 9760.0, 9765.0, 9751.0, 9794.0, 9768.0, 9807.0, 9751.0, 9807.0, 9763.0, 9806.0, 9770.0, 9806.0, 9786.0, 9767.0, 9822.0, 9774.0, 9769.0, 9770.0, 9786.0, 9788.0, 9831.0, 9795.0, 9847.0, 9820.0, 9771.0, 9769.0, 9769.0, 9780.0, 9769.0, 9828.0, 9783.0, 9829.0, 9746.0, 9803.0, 9762.0, 9774.0, 9764.0, 9807.0, 9770.0, 9837.0, 9750.0, 9799.0, 9748.0, 9781.0, 9745.0, 9821.0, 9762.0, 9814.0, 9747.0, 9753.0, 9742.0, 9744.0, 9761.0, 9781.0, 9762.0, 9748.0, 9756.0, 9767.0, 9751.0, 9768.0, 9773.0, 9774.0, 9815.0, 9779.0, 9860.0, 9772.0, 9786.0, 9774.0, 9773.0, 9804.0, 9790.0, 9837.0, 9793.0, 9816.0, 9772.0, 9798.0, 9788.0, 9858.0, 9809.0, 9849.0, 9838.0, 9850.0, 9777.0, 9794.0, 9779.0, 9845.0, 9798.0, 9847.0, 9821.0, 9774.0, 9756.0, 9791.0, 9762.0, 9775.0, 9844.0, 9793.0, 9796.0, 9839.0, 9811.0, 9804.0, 9788.0, 9771.0, 9815.0, 9775.0, 9842.0, 9818.0, 9772.0, 9796.0, 9750.0, 9804.0, 9784.0, 9791.0, 9804.0, 9786.0, 9871.0, 9771.0, 9827.0, 9783.0, 9760.0, 9788.0, 9770.0, 9829.0, 9745.0, 9798.0, 9749.0, 9748.0, 9732.0, 9743.0, 9744.0, 9735.0, 9784.0, 9745.0, 9790.0, 9779.0, 9748.0, 9747.0, 9747.0, 9774.0, 9768.0, 9788.0, 9826.0, 9768.0, 9804.0, 9746.0, 9744.0, 9762.0, 9753.0, 9791.0, 9748.0, 9804.0, 9746.0, 9774.0, 9736.0, 9804.0, 9763.0, 9772.0, 9796.0, 9743.0, 9732.0, 9744.0, 9746.0, 9751.0, 9808.0, 9797.0, 9753.0, 9752.0, 9753.0, 9737.0, 9749.0, 9793.0, 9779.0, 9784.0, 9769.0, 9770.0, 9789.0, 9771.0, 9783.0, 9800.0, 9775.0, 9856.0, 9760.0, 9827.0, 9741.0, 9794.0, 9759.0, 9823.0, 9790.0, 9840.0, 9751.0, 9814.0, 9750.0, 9816.0, 9766.0, 9832.0, 9785.0, 9803.0, 9750.0, 9715.0, 9758.0, 9715.0, 9775.0, 9762.0, 9793.0, 9751.0, 9739.0, 9753.0, 9736.0, 9754.0, 9753.0, 9768.0, 9844.0, 9754.0, 9807.0, 9738.0, 9778.0, 9739.0, 9823.0, 9765.0, 9839.0, 9747.0, 9804.0, 9732.0, 9784.0, 9746.0, 9804.0, 9749.0, 9825.0, 9747.0, 9816.0, 9743.0, 9802.0, 9766.0, 9818.0, 9783.0, 9748.0, 9762.0, 9721.0, 9766.0, 9743.0, 9787.0, 9771.0, 9814.0, 9754.0, 9753.0, 9756.0, 9754.0, 9759.0, 9811.0, 9761.0, 9848.0, 9756.0, 9811.0, 9757.0, 9788.0, 9761.0, 9826.0, 9778.0, 9828.0, 9756.0, 9778.0, 9757.0, 9800.0, 9761.0, 9825.0, 9776.0, 9824.0, 9754.0, 9778.0, 9755.0, 9814.0, 9760.0, 9823.0, 9775.0, 9825.0, 9755.0, 9783.0, 9760.0, 9789.0, 9764.0, 9843.0, 9761.0, 9826.0, 9758.0, 9796.0, 9761.0, 9829.0, 9776.0, 9844.0, 9758.0, 9798.0, 9759.0, 9786.0, 9775.0, 9849.0, 9804.0, 9845.0, 9777.0, 9776.0, 9807.0, 9795.0, 9851.0, 9795.0, 9848.0, 9775.0, 9841.0, 9788.0, 9814.0, 9846.0, 9802.0, 9841.0, 9752.0, 9839.0, 9766.0, 9817.0, 9792.0, 9805.0, 9840.0, 9742.0, 9783.0, 9710.0, 9765.0, 9739.0, 9798.0, 9762.0, 9724.0, 9729.0, 9724.0, 9727.0, 9742.0, 9787.0, 9772.0, 9744.0, 9754.0, 9762.0, 9783.0, 9751.0, 9751.0, 9777.0, 9764.0, 9830.0, 9856.0, 9780.0, 9809.0, 9748.0, 9803.0, 9760.0, 9770.0, 9809.0, 9732.0, 9757.0, 9728.0, 9753.0, 9745.0, 9795.0, 9758.0, 9782.0, 9769.0, 9727.0, 9785.0, 9732.0, 9780.0, 9739.0, 9739.0, 9742.0, 9746.0, 9807.0, 9737.0, 9803.0, 9744.0, 9761.0, 9758.0, 9745.0, 9822.0, 9730.0, 9789.0, 9729.0, 9769.0, 9732.0, 9801.0, 9733.0, 9804.0, 9728.0, 9778.0, 9724.0, 9751.0, 9725.0, 9766.0, 9744.0, 9773.0, 9753.0, 9738.0, 9730.0, 9731.0, 9732.0, 9733.0, 9759.0, 9740.0, 9788.0, 9735.0, 9778.0, 9749.0, 9802.0, 9768.0, 9819.0, 9802.0, 9771.0, 9753.0, 9754.0, 9739.0, 9758.0, 9773.0, 9771.0, 9836.0, 9772.0, 9826.0, 9770.0, 9782.0, 9797.0, 9795.0, 9853.0, 9767.0, 9777.0, 9752.0, 9794.0, 9773.0, 9813.0, 9805.0, 9838.0, 9762.0, 9722.0, 9749.0, 9730.0, 9780.0, 9754.0, 9811.0, 9734.0, 9787.0, 9731.0, 9757.0, 9732.0, 9787.0, 9749.0, 9816.0, 9794.0, 9752.0, 9744.0, 9711.0, 9737.0, 9727.0, 9748.0, 9742.0, 9823.0, 9725.0, 9756.0, 9727.0, 9753.0, 9733.0, 9789.0, 9749.0, 9795.0, 9745.0, 9728.0, 9740.0, 9713.0, 9755.0, 9730.0, 9770.0, 9733.0, 9755.0, 9734.0, 9734.0, 9748.0, 9782.0, 9757.0, 9821.0, 9771.0, 9734.0, 9750.0, 9749.0, 9751.0, 9768.0, 9766.0, 9766.0, 9832.0, 9737.0, 9762.0, 9751.0, 9782.0, 9770.0, 9840.0, 9800.0, 9751.0, 9736.0, 9748.0, 9746.0, 9754.0, 9807.0, 9748.0, 9824.0, 9732.0, 9802.0, 9744.0, 9811.0, 9778.0, 9815.0, 9774.0, 9730.0, 9727.0, 9726.0, 9728.0, 9745.0, 9775.0, 9752.0, 9836.0, 9767.0, 9737.0, 9751.0, 9750.0, 9751.0, 9769.0, 9809.0, 9768.0, 9821.0, 9733.0, 9803.0, 9732.0, 9800.0, 9746.0, 9804.0, 9765.0, 9788.0, 9782.0, 9731.0, 9732.0, 9730.0, 9732.0, 9732.0, 9774.0, 9737.0, 9806.0, 9755.0, 9833.0, 9770.0, 9734.0, 9738.0, 9749.0, 9777.0, 9756.0, 9780.0, 9752.0, 9835.0, 9752.0, 9737.0, 9751.0, 9753.0, 9756.0, 9787.0, 9759.0, 9834.0, 9755.0, 9820.0, 9756.0, 9768.0, 9801.0, 9789.0, 9833.0, 9760.0, 9825.0, 9751.0, 9795.0, 9753.0, 9823.0, 9797.0, 9821.0, 9736.0, 9817.0, 9747.0, 9836.0, 9793.0, 9815.0, 9776.0, 9726.0, 9726.0, 9725.0, 9725.0, 9745.0, 9756.0, 9742.0, 9807.0, 9729.0, 9742.0, 9729.0, 9760.0, 9750.0, 9806.0, 9772.0, 9833.0, 9747.0, 9730.0, 9746.0, 9732.0, 9748.0, 9750.0, 9777.0, 9737.0, 9776.0, 9738.0, 9752.0, 9771.0, 9800.0, 9789.0, 9861.0, 9776.0, 9767.0, 9754.0, 9757.0, 9787.0, 9756.0, 9869.0, 9773.0, 9829.0, 9755.0, 9806.0, 9768.0, 9824.0, 9797.0, 9835.0, 9792.0, 9729.0, 9717.0, 9730.0, 9734.0, 9753.0, 9823.0, 9738.0, 9789.0, 9733.0, 9788.0, 9753.0, 9806.0, 9779.0, 9765.0, 9763.0, 9737.0, 9763.0, 9735.0, 9819.0, 9752.0, 9822.0, 9812.0, 9783.0, 9742.0, 9718.0, 9743.0, 9736.0, 9747.0, 9736.0, 9825.0, 9732.0, 9774.0, 9739.0, 9792.0, 9770.0, 9793.0, 9784.0, 9751.0, 9736.0, 9751.0, 9737.0, 9750.0, 9823.0, 9761.0, 9829.0, 9757.0, 9796.0, 9711.0, 9768.0, 9718.0, 9783.0, 9730.0, 9813.0, 9728.0, 9780.0, 9713.0, 9766.0, 9746.0, 9787.0, 9745.0, 9805.0, 9746.0, 9733.0, 9733.0, 9753.0, 9753.0, 9756.0, 9847.0, 9789.0, 9800.0, 9764.0, 9763.0, 9805.0, 9814.0, 9866.0, 9828.0, 9793.0, 9850.0, 9759.0, 9841.0, 9770.0, 9821.0, 9779.0, 9776.0, 9803.0, 9733.0, 9772.0, 9733.0, 9787.0, 9761.0, 9817.0, 9805.0, 9727.0, 9744.0, 9729.0, 9730.0, 9729.0, 9783.0, 9749.0, 9833.0, 9797.0, 9731.0, 9731.0, 9732.0, 9733.0, 9736.0, 9801.0, 9768.0, 9819.0, 9747.0, 9736.0, 9734.0, 9755.0, 9829.0, 9788.0, 9809.0, 9749.0, 9747.0, 9736.0, 9734.0, 9825.0, 9786.0, 9810.0, 9778.0, 9752.0, 9764.0, 9755.0, 9817.0, 9763.0, 9792.0, 9809.0, 9735.0, 9746.0, 9732.0, 9787.0, 9764.0, 9830.0, 9778.0, 9728.0, 9729.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.000557604743083004</td></tr>
<tr><td colspan=3>aqi</td><td>0.025970985454545455</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.33739695069618</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.176671372650317</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9756418419699356</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>6877.5347</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0886169443052227</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.08300395256917</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.423586197142349</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3407570351010945</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675805299840194</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.254196256485758</td></tr>
<tr><td colspan=3>gcor</td><td>0.00800476</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018242178484797478</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02404448390007019</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8670902310130533</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.4979</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6335</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.0619</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301224.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.5142</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.81</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3628.594</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.4709</td></tr>
<tr><td colspan=3>tsnr</td><td>39.061025265138596</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>