<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-04/func/sub-0061_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>fc03d9d221891dd325b5668ca56620c9</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>17:37:34.562500</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.998935, 0.0450311, -0.0100162, -0.0427411, 0.985138, 0.16636]</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.0853986</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>[4155, -7781, -7252, 554, -30, -188, 3, 104]</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.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>969c869a-008a-4ccc-914d-9af3cc2a9115||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.680070638656616, -0.11467123031616211, -0.04686857759952545, 117.45088195800781], [-0.1208152174949646, 2.643054246902466, 0.4475376605987549, -93.95742797851562], [-0.026872774586081505, -0.4463314414024353, 2.662238597869873, -48.94621276855469], [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': ['173734.562500', '173735.022500', '173735.482500', '173735.942500', '173736.402500', '173736.862500', '173737.322500', '173737.782500', '173738.242500', '173738.702500', '173739.162500', '173739.622500', '173740.082500', '173740.542500', '173741.002500', '173741.462500', '173741.922500', '173742.382500', '173742.842500', '173743.302500', '173743.762500', '173744.222500', '173744.682500', '173745.142500', '173745.602500', '173746.062500', '173746.522500', '173746.982500', '173747.442500', '173747.902500', '173748.362500', '173748.822500', '173749.282500', '173749.742500', '173750.202500', '173750.662500', '173751.122500', '173751.582500', '173752.042500', '173752.502500', '173752.962500', '173753.422500', '173753.882500', '173754.342500', '173754.802500', '173755.262500', '173755.722500', '173756.182500', '173756.642500', '173757.102500', '173757.562500', '173758.022500', '173758.482500', '173758.942500', '173759.402500', '173759.862500', '173800.322500', '173800.782500', '173801.242500', '173801.702500', '173802.162500', '173802.622500', '173803.082500', '173803.542500', '173804.002500', '173804.462500', '173804.922500', '173805.382500', '173805.842500', '173806.302500', '173806.762500', '173807.222500', '173807.682500', '173808.142500', '173808.602500', '173809.062500', '173809.522500', '173809.982500', '173810.442500', '173810.902500', '173811.362500', '173811.822500', '173812.282500', '173812.742500', '173813.202500', '173813.662500', '173814.122500', '173814.582500', '173815.042500', '173815.502500', '173815.962500', '173816.422500', '173816.882500', '173817.342500', '173817.802500', '173818.262500', '173818.722500', '173819.182500', '173819.642500', '173820.102500', '173820.562500', '173821.022500', '173821.482500', '173821.942500', '173822.402500', '173822.862500', '173823.322500', '173823.782500', '173824.242500', '173824.702500', '173825.162500', '173825.622500', '173826.082500', '173826.542500', '173827.002500', '173827.462500', '173827.922500', '173828.382500', '173828.842500', '173829.302500', '173829.762500', '173830.222500', '173830.682500', '173831.142500', '173831.602500', '173832.062500', '173832.522500', '173832.982500', '173833.442500', '173833.902500', '173834.362500', '173834.822500', '173835.282500', '173835.742500', '173836.202500', '173836.662500', '173837.122500', '173837.582500', '173838.042500', '173838.502500', '173838.962500', '173839.422500', '173839.882500', '173840.342500', '173840.802500', '173841.262500', '173841.722500', '173842.182500', '173842.642500', '173843.102500', '173843.562500', '173844.022500', '173844.482500', '173844.942500', '173845.402500', '173845.862500', '173846.322500', '173846.782500', '173847.242500', '173847.702500', '173848.162500', '173848.622500', '173849.082500', '173849.542500', '173850.002500', '173850.462500', '173850.922500', '173851.382500', '173851.842500', '173852.302500', '173852.762500', '173853.222500', '173853.682500', '173854.142500', '173854.602500', '173855.062500', '173855.522500', '173855.982500', '173856.442500', '173856.902500', '173857.362500', '173857.822500', '173858.282500', '173858.742500', '173859.202500', '173859.662500', '173900.122500', '173900.582500', '173901.042500', '173901.502500', '173901.962500', '173902.422500', '173902.882500', '173903.342500', '173903.802500', '173904.262500', '173904.722500', '173905.182500', '173905.642500', '173906.102500', '173906.562500', '173907.022500', '173907.482500', '173907.942500', '173908.402500', '173908.862500', '173909.322500', '173909.782500', '173910.242500', '173910.702500', '173911.162500', '173911.622500', '173912.082500', '173912.542500', '173913.002500', '173913.462500', '173913.922500', '173914.382500', '173914.842500', '173915.302500', '173915.762500', '173916.222500', '173916.682500', '173917.142500', '173917.602500', '173918.062500', '173918.522500', '173918.982500', '173919.442500', '173919.902500', '173920.362500', '173920.822500', '173921.282500', '173921.742500', '173922.202500', '173922.662500', '173923.122500', '173923.582500', '173924.042500', '173924.502500', '173924.962500', '173925.422500', '173925.882500', '173926.342500', '173926.802500', '173927.262500', '173927.722500', '173928.182500', '173928.642500', '173929.102500', '173929.562500', '173930.022500', '173930.482500', '173930.942500', '173931.402500', '173931.862500', '173932.322500', '173932.782500', '173933.242500', '173933.702500', '173934.162500', '173934.622500', '173935.082500', '173935.542500', '173936.002500', '173936.462500', '173936.922500', '173937.382500', '173937.842500', '173938.302500', '173938.762500', '173939.222500', '173939.682500', '173940.142500', '173940.602500', '173941.062500', '173941.522500', '173941.982500', '173942.442500', '173942.902500', '173943.362500', '173943.822500', '173944.282500', '173944.742500', '173945.202500', '173945.662500', '173946.122500', '173946.582500', '173947.042500', '173947.502500', '173947.962500', '173948.422500', '173948.882500', '173949.342500', '173949.802500', '173950.262500', '173950.722500', '173951.182500', '173951.642500', '173952.102500', '173952.562500', '173953.022500', '173953.482500', '173953.942500', '173954.402500', '173954.862500', '173955.322500', '173955.782500', '173956.242500', '173956.702500', '173957.162500', '173957.622500', '173958.082500', '173958.542500', '173959.002500', '173959.462500', '173959.922500', '174000.382500', '174000.842500', '174001.302500', '174001.762500', '174002.222500', '174002.682500', '174003.142500', '174003.602500', '174004.062500', '174004.522500', '174004.982500', '174005.442500', '174005.902500', '174006.362500', '174006.822500', '174007.282500', '174007.742500', '174008.202500', '174008.662500', '174009.122500', '174009.582500', '174010.042500', '174010.502500', '174010.962500', '174011.422500', '174011.882500', '174012.342500', '174012.802500', '174013.262500', '174013.722500', '174014.182500', '174014.642500', '174015.102500', '174015.562500', '174016.022500', '174016.482500', '174016.942500', '174017.402500', '174017.862500', '174018.322500', '174018.782500', '174019.242500', '174019.702500', '174020.162500', '174020.622500', '174021.082500', '174021.542500', '174022.002500', '174022.462500', '174022.922500', '174023.382500', '174023.842500', '174024.302500', '174024.762500', '174025.222500', '174025.682500', '174026.142500', '174026.602500', '174027.062500', '174027.522500', '174027.982500', '174028.442500', '174028.902500', '174029.362500', '174029.822500', '174030.282500', '174030.742500', '174031.202500', '174031.662500', '174032.122500', '174032.582500', '174033.042500', '174033.502500', '174033.962500', '174034.422500', '174034.882500', '174035.342500', '174035.802500', '174036.262500', '174036.722500', '174037.182500', '174037.642500', '174038.102500', '174038.562500', '174039.022500', '174039.482500', '174039.942500', '174040.402500', '174040.862500', '174041.322500', '174041.782500', '174042.242500', '174042.702500', '174043.162500', '174043.622500', '174044.082500', '174044.542500', '174045.002500', '174045.462500', '174045.922500', '174046.382500', '174046.842500', '174047.302500', '174047.762500', '174048.222500', '174048.682500', '174049.142500', '174049.602500', '174050.062500', '174050.522500', '174050.982500', '174051.442500', '174051.902500', '174052.362500', '174052.822500', '174053.282500', '174053.742500', '174054.202500', '174054.662500', '174055.122500', '174055.582500', '174056.042500', '174056.502500', '174056.962500', '174057.422500', '174057.882500', '174058.342500', '174058.802500', '174059.262500', '174059.722500', '174100.182500', '174100.642500', '174101.102500', '174101.562500', '174102.022500', '174102.482500', '174102.942500', '174103.402500', '174103.862500', '174104.322500', '174104.782500', '174105.242500', '174105.702500', '174106.162500', '174106.622500', '174107.082500', '174107.542500', '174108.002500', '174108.462500', '174108.922500', '174109.382500', '174109.842500', '174110.302500', '174110.762500', '174111.222500', '174111.682500', '174112.142500', '174112.602500', '174113.062500', '174113.522500', '174113.982500', '174114.442500', '174114.902500', '174115.362500', '174115.822500', '174116.282500', '174116.742500', '174117.202500', '174117.662500', '174118.122500', '174118.582500', '174119.042500', '174119.502500', '174119.962500', '174120.422500', '174120.882500', '174121.342500', '174121.802500', '174122.262500', '174122.722500', '174123.182500', '174123.642500', '174124.102500', '174124.562500', '174125.022500', '174125.482500', '174125.942500', '174126.402500', '174126.862500', '174127.322500', '174127.782500', '174128.242500', '174128.702500', '174129.162500', '174129.622500', '174130.082500', '174130.542500', '174131.002500', '174131.462500', '174131.922500', '174132.382500', '174132.842500', '174133.302500', '174133.762500', '174134.222500', '174134.682500', '174135.142500', '174135.602500', '174136.062500', '174136.522500', '174136.982500', '174137.442500', '174137.902500', '174138.362500', '174138.822500', '174139.282500', '174139.742500', '174140.202500', '174140.662500', '174141.122500', '174141.582500', '174142.042500', '174142.502500', '174142.962500', '174143.422500', '174143.882500', '174144.342500', '174144.802500', '174145.262500', '174145.722500', '174146.182500', '174146.642500', '174147.102500', '174147.562500', '174148.022500', '174148.482500', '174148.942500', '174149.402500', '174149.862500', '174150.322500', '174150.782500', '174151.242500', '174151.702500', '174152.162500', '174152.622500', '174153.082500', '174153.542500', '174154.002500', '174154.462500', '174154.922500', '174155.382500', '174155.842500', '174156.302500', '174156.762500', '174157.222500', '174157.682500', '174158.142500', '174158.602500', '174159.062500', '174159.522500', '174159.982500', '174200.442500', '174200.902500', '174201.362500', '174201.822500', '174202.282500', '174202.742500', '174203.202500', '174203.662500', '174204.122500', '174204.582500', '174205.042500', '174205.502500', '174205.962500', '174206.422500', '174206.882500', '174207.342500', '174207.802500', '174208.262500', '174208.722500', '174209.182500', '174209.642500', '174210.102500', '174210.562500', '174211.022500', '174211.482500', '174211.942500', '174212.402500', '174212.862500', '174213.322500', '174213.782500', '174214.242500', '174214.702500', '174215.162500', '174215.622500', '174216.082500', '174216.542500', '174217.002500', '174217.462500', '174217.922500', '174218.382500', '174218.842500', '174219.302500', '174219.762500', '174220.222500', '174220.682500', '174221.142500', '174221.602500', '174222.062500', '174222.522500', '174222.982500', '174223.442500', '174223.902500', '174224.362500', '174224.822500', '174225.282500', '174225.742500', '174226.202500', '174226.662500', '174227.122500', '174227.582500', '174228.042500', '174228.502500', '174228.962500', '174229.422500', '174229.882500', '174230.342500', '174230.802500', '174231.262500', '174231.722500', '174232.182500', '174232.642500', '174233.102500', '174233.562500', '174234.022500', '174234.482500', '174234.942500', '174235.402500', '174235.862500', '174236.322500', '174236.782500', '174237.242500', '174237.702500', '174238.162500', '174238.622500', '174239.082500', '174239.542500', '174240.002500', '174240.462500', '174240.922500', '174241.382500', '174241.842500', '174242.302500', '174242.762500', '174243.222500', '174243.682500', '174244.142500', '174244.602500', '174245.062500', '174245.522500', '174245.982500', '174246.442500', '174246.902500', '174247.362500', '174247.822500', '174248.282500', '174248.742500', '174249.202500', '174249.662500', '174250.122500', '174250.582500', '174251.042500', '174251.502500', '174251.962500', '174252.422500', '174252.882500', '174253.342500', '174253.802500', '174254.262500', '174254.722500', '174255.182500', '174255.642500', '174256.102500', '174256.562500', '174257.022500', '174257.482500', '174257.942500', '174258.402500', '174258.862500', '174259.322500', '174259.782500', '174300.242500', '174300.702500', '174301.162500', '174301.622500', '174302.082500', '174302.542500', '174303.002500', '174303.462500', '174303.922500', '174304.382500', '174304.842500', '174305.302500', '174305.762500', '174306.222500', '174306.682500', '174307.142500', '174307.602500', '174308.062500', '174308.522500', '174308.982500', '174309.442500', '174309.902500', '174310.362500', '174310.822500', '174311.282500', '174311.742500', '174312.202500', '174312.662500', '174313.122500', '174313.582500', '174314.042500', '174314.502500', '174314.962500', '174315.422500', '174315.882500', '174316.342500', '174316.802500', '174317.262500', '174317.722500', '174318.182500', '174318.642500', '174319.102500', '174319.562500', '174320.022500', '174320.482500', '174320.942500', '174321.402500', '174321.862500', '174322.322500', '174322.782500', '174323.242500', '174323.702500', '174324.162500', '174324.622500', '174325.082500', '174325.542500', '174326.002500', '174326.462500', '174326.922500', '174327.382500', '174327.842500', '174328.302500', '174328.762500', '174329.222500', '174329.682500', '174330.142500', '174330.602500', '174331.062500', '174331.522500', '174331.982500', '174332.442500', '174332.902500', '174333.362500', '174333.822500', '174334.282500', '174334.742500', '174335.202500', '174335.662500', '174336.122500', '174336.582500', '174337.042500', '174337.502500', '174337.962500', '174338.422500', '174338.882500', '174339.342500', '174339.802500', '174340.262500', '174340.722500', '174341.182500', '174341.642500', '174342.102500', '174342.562500', '174343.022500', '174343.482500', '174343.942500', '174344.402500', '174344.862500', '174345.322500', '174345.782500', '174346.242500', '174346.702500', '174347.162500', '174347.622500', '174348.082500', '174348.542500', '174349.002500', '174349.462500', '174349.922500', '174350.382500', '174350.842500', '174351.302500', '174351.762500', '174352.222500', '174352.682500', '174353.142500', '174353.602500', '174354.062500', '174354.522500', '174354.982500', '174355.442500', '174355.902500', '174356.362500', '174356.822500', '174357.282500', '174357.742500', '174358.202500', '174358.662500', '174359.122500', '174359.582500', '174400.042500', '174400.502500', '174400.962500', '174401.422500', '174401.882500', '174402.342500', '174402.802500', '174403.262500', '174403.722500', '174404.182500', '174404.642500', '174405.102500', '174405.562500', '174406.022500', '174406.482500', '174406.942500', '174407.402500', '174407.862500', '174408.322500', '174408.782500', '174409.242500', '174409.702500', '174410.162500', '174410.622500', '174411.082500', '174411.542500', '174412.002500', '174412.462500', '174412.922500', '174413.382500', '174413.842500', '174414.302500', '174414.762500', '174415.222500', '174415.682500', '174416.142500', '174416.602500', '174417.062500', '174417.522500', '174417.982500', '174418.442500', '174418.902500', '174419.362500', '174419.822500', '174420.282500', '174420.742500', '174421.202500', '174421.662500', '174422.122500', '174422.582500', '174423.042500', '174423.502500', '174423.962500', '174424.422500', '174424.882500', '174425.342500', '174425.802500', '174426.262500', '174426.722500', '174427.182500', '174427.642500', '174428.102500', '174428.562500', '174429.022500', '174429.482500', '174429.942500', '174430.402500', '174430.862500', '174431.322500', '174431.782500', '174432.242500', '174432.702500', '174433.162500', '174433.622500', '174434.082500', '174434.542500', '174435.002500', '174435.462500', '174435.922500', '174436.382500', '174436.842500', '174437.302500', '174437.762500', '174438.222500', '174438.682500', '174439.142500', '174439.602500', '174440.062500', '174440.522500', '174440.982500', '174441.442500', '174441.902500', '174442.362500', '174442.822500', '174443.282500', '174443.742500', '174444.202500', '174444.662500', '174445.122500', '174445.582500', '174446.042500', '174446.502500', '174446.962500', '174447.422500', '174447.882500', '174448.342500', '174448.802500', '174449.262500', '174449.722500', '174450.182500', '174450.642500', '174451.102500', '174451.562500', '174452.022500', '174452.482500', '174452.942500', '174453.402500', '174453.862500', '174454.322500', '174454.782500', '174455.242500', '174455.702500', '174456.162500', '174456.622500', '174457.082500', '174457.542500', '174458.002500', '174458.462500', '174458.922500', '174459.382500', '174459.842500', '174500.302500', '174500.762500', '174501.222500', '174501.682500', '174502.142500', '174502.602500', '174503.062500', '174503.522500', '174503.982500', '174504.442500', '174504.902500', '174505.362500', '174505.822500', '174506.282500', '174506.742500', '174507.202500', '174507.662500', '174508.122500', '174508.582500', '174509.042500', '174509.502500', '174509.962500', '174510.422500', '174510.882500', '174511.342500', '174511.802500', '174512.262500', '174512.722500', '174513.182500', '174513.642500', '174514.102500', '174514.562500', '174515.022500', '174515.482500', '174515.942500', '174516.402500', '174516.862500', '174517.322500', '174517.782500', '174518.242500', '174518.702500', '174519.162500', '174519.622500', '174520.082500', '174520.542500', '174521.002500', '174521.462500', '174521.922500', '174522.382500', '174522.842500', '174523.302500', '174523.762500', '174524.222500', '174524.682500', '174525.142500', '174525.602500', '174526.062500', '174526.522500', '174526.982500', '174527.442500', '174527.902500', '174528.362500', '174528.822500', '174529.282500', '174529.742500', '174530.202500', '174530.662500', '174531.122500', '174531.582500', '174532.042500', '174532.502500', '174532.962500', '174533.422500', '174533.882500', '174534.342500', '174534.802500', '174535.262500', '174535.722500', '174536.182500', '174536.642500', '174537.102500', '174537.562500', '174538.022500', '174538.482500', '174538.942500', '174539.402500', '174539.862500', '174540.322500', '174540.782500', '174541.242500', '174541.702500', '174542.162500', '174542.622500', '174543.082500', '174543.542500', '174544.002500', '174544.462500', '174544.922500', '174545.382500', '174545.842500', '174546.302500', '174546.762500', '174547.222500', '174547.682500', '174548.142500', '174548.602500', '174549.062500', '174549.522500', '174549.982500', '174550.442500', '174550.902500', '174551.362500', '174551.822500', '174552.282500', '174552.742500', '174553.202500', '174553.662500', '174554.122500', '174554.582500', '174555.042500', '174555.502500', '174555.962500', '174556.422500', '174556.882500', '174557.342500', '174557.802500', '174558.262500', '174558.722500', '174559.182500', '174559.642500', '174600.102500', '174600.562500', '174601.022500', '174601.482500', '174601.942500', '174602.402500', '174602.862500', '174603.322500', '174603.782500', '174604.242500', '174604.702500', '174605.162500', '174605.622500', '174606.082500', '174606.542500', '174607.002500', '174607.462500', '174607.922500', '174608.382500', '174608.842500', '174609.302500', '174609.762500', '174610.222500', '174610.682500', '174611.142500', '174611.602500', '174612.062500', '174612.522500', '174612.982500', '174613.442500', '174613.902500', '174614.362500', '174614.822500', '174615.282500', '174615.742500', '174616.202500', '174616.662500', '174617.122500', '174617.582500', '174618.042500', '174618.502500', '174618.962500', '174619.422500', '174619.882500', '174620.342500', '174620.802500', '174621.262500', '174621.722500', '174622.182500', '174622.642500', '174623.102500', '174623.562500', '174624.022500', '174624.482500', '174624.942500', '174625.402500', '174625.862500', '174626.322500', '174626.782500', '174627.242500', '174627.702500', '174628.162500', '174628.622500', '174629.082500', '174629.542500', '174630.002500', '174630.462500', '174630.922500', '174631.382500', '174631.842500', '174632.302500', '174632.762500', '174633.222500', '174633.682500', '174634.142500', '174634.602500', '174635.062500', '174635.522500', '174635.982500', '174636.442500', '174636.902500', '174637.362500', '174637.822500', '174638.282500', '174638.742500', '174639.202500', '174639.662500', '174640.122500', '174640.582500', '174641.042500', '174641.502500', '174641.962500', '174642.422500', '174642.882500', '174643.342500', '174643.802500', '174644.262500', '174644.722500', '174645.182500', '174645.642500', '174646.102500', '174646.562500', '174647.022500', '174647.482500', '174647.942500', '174648.402500', '174648.862500', '174649.322500', '174649.782500', '174650.242500', '174650.702500', '174651.162500', '174651.622500', '174652.082500', '174652.542500', '174653.002500', '174653.462500', '174653.922500', '174654.382500', '174654.842500', '174655.302500', '174655.762500', '174656.222500', '174656.682500', '174657.142500', '174657.602500', '174658.062500', '174658.522500', '174658.982500', '174659.442500', '174659.902500', '174700.362500', '174700.822500', '174701.282500', '174701.742500', '174702.202500', '174702.662500', '174703.122500', '174703.582500', '174704.042500', '174704.502500', '174704.962500', '174705.422500', '174705.882500', '174706.342500', '174706.802500', '174707.262500', '174707.722500', '174708.182500', '174708.642500', '174709.102500', '174709.562500', '174710.022500', '174710.482500', '174710.942500', '174711.402500', '174711.862500', '174712.322500', '174712.782500', '174713.242500', '174713.702500', '174714.162500', '174714.622500', '174715.082500', '174715.542500', '174716.002500', '174716.462500', '174716.922500', '174717.382500'], 'ContentTime': ['173749.652000', '173749.663000', '173749.666000', '173749.668000', '173749.671000', '173749.673000', '173749.676000', '173749.679000', '173749.681000', '173749.684000', '173749.687000', '173749.689000', '173749.692000', '173749.695000', '173749.697000', '173749.704000', '173749.707000', '173749.709000', '173749.712000', '173749.715000', '173749.717000', '173749.720000', '173749.723000', '173749.725000', '173749.728000', '173749.730000', '173749.733000', '173749.736000', '173749.738000', '173749.746000', '173809.611000', '173809.615000', '173809.617000', '173809.620000', '173809.622000', '173809.625000', '173809.628000', '173809.630000', '173809.633000', '173809.635000', '173809.638000', '173809.641000', '173809.643000', '173809.646000', '173809.653000', '173809.655000', '173809.658000', '173809.661000', '173809.663000', '173809.666000', '173809.668000', '173809.671000', '173809.674000', '173809.676000', '173809.679000', '173809.682000', '173809.684000', '173809.687000', '173809.689000', '173809.692000', '173809.695000', '173809.697000', '173809.700000', '173809.703000', '173809.705000', '173809.708000', '173809.710000', '173809.713000', '173809.716000', '173809.718000', '173809.721000', '173809.724000', '173809.726000', '173809.729000', '173829.612000', '173829.615000', '173829.618000', '173829.620000', '173829.623000', '173829.626000', '173829.628000', '173829.631000', '173829.633000', '173829.636000', '173829.640000', '173829.643000', '173829.645000', '173829.648000', '173829.651000', '173829.654000', '173829.656000', '173829.659000', '173829.662000', '173829.664000', '173829.667000', '173829.670000', '173829.672000', '173829.675000', '173829.678000', '173829.680000', '173829.683000', '173829.685000', '173829.688000', '173829.691000', '173829.693000', '173829.696000', '173829.699000', '173829.701000', '173829.704000', '173829.706000', '173829.709000', '173829.712000', '173829.725000', '173829.728000', '173829.730000', '173829.733000', '173829.736000', '173849.612000', '173849.614000', '173849.617000', '173849.620000', '173849.623000', '173849.626000', '173849.628000', '173849.631000', '173849.634000', '173849.636000', '173849.639000', '173849.642000', '173849.644000', '173849.647000', '173849.650000', '173849.652000', '173849.655000', '173849.658000', '173849.660000', '173849.663000', '173849.666000', '173849.668000', '173849.671000', '173849.674000', '173849.677000', '173849.679000', '173849.682000', '173849.684000', '173849.687000', '173849.690000', '173849.692000', '173849.695000', '173849.698000', '173849.701000', '173849.703000', '173849.706000', '173849.709000', '173849.711000', '173849.714000', '173849.716000', '173849.719000', '173849.722000', '173849.724000', '173849.727000', '173909.611000', '173909.614000', '173909.617000', '173909.619000', '173909.622000', '173909.625000', '173909.628000', '173909.630000', '173909.633000', '173909.636000', '173909.638000', '173909.641000', '173909.644000', '173909.646000', '173909.649000', '173909.651000', '173909.654000', '173909.657000', '173909.660000', '173909.662000', '173909.665000', '173909.668000', '173909.670000', '173909.673000', '173909.675000', '173909.678000', '173909.681000', '173909.683000', '173909.686000', '173909.689000', '173909.692000', '173909.694000', '173909.697000', '173909.700000', '173909.702000', '173909.705000', '173909.708000', '173909.710000', '173909.713000', '173909.716000', '173909.718000', '173909.721000', '173909.724000', '173909.726000', '173929.610000', '173929.613000', '173929.616000', '173929.619000', '173929.621000', '173929.624000', '173929.627000', '173929.629000', '173929.632000', '173929.635000', '173929.637000', '173929.640000', '173929.643000', '173929.645000', '173929.648000', '173929.651000', '173929.654000', '173929.656000', '173929.659000', '173929.662000', '173929.664000', '173929.667000', '173929.670000', '173929.672000', '173929.675000', '173929.677000', '173929.680000', '173929.683000', '173929.685000', '173929.688000', '173929.691000', '173929.694000', '173929.696000', '173929.699000', '173929.702000', '173929.704000', '173929.707000', '173929.710000', '173929.712000', '173929.715000', '173929.717000', '173929.720000', '173929.723000', '173949.612000', '173949.615000', '173949.618000', '173949.620000', '173949.623000', '173949.626000', '173949.628000', '173949.631000', '173949.634000', '173949.637000', '173949.641000', '173949.643000', '173949.646000', '173949.649000', '173949.651000', '173949.654000', '173949.657000', '173949.659000', '173949.662000', '173949.665000', '173949.667000', '173949.670000', '173949.673000', '173949.675000', '173949.678000', '173949.681000', '173949.683000', '173949.686000', '173949.689000', '173949.691000', '173949.694000', '173949.697000', '173949.699000', '173949.702000', '173949.705000', '173949.708000', '173949.710000', '173949.713000', '173949.716000', '173949.718000', '173949.721000', '173949.724000', '173949.726000', '174009.611000', '174009.614000', '174009.617000', '174009.620000', '174009.622000', '174009.625000', '174009.628000', '174009.630000', '174009.633000', '174009.636000', '174009.638000', '174009.641000', '174009.644000', '174009.646000', '174009.649000', '174009.652000', '174009.654000', '174009.657000', '174009.659000', '174009.662000', '174009.665000', '174009.667000', '174009.670000', '174009.673000', '174009.675000', '174009.678000', '174009.680000', '174009.683000', '174009.686000', '174009.688000', '174009.691000', '174009.694000', '174009.696000', '174009.699000', '174009.719000', '174009.721000', '174009.724000', '174009.726000', '174009.729000', '174009.732000', '174009.734000', '174009.737000', '174009.740000', '174009.742000', '174029.611000', '174029.614000', '174029.617000', '174029.620000', '174029.622000', '174029.625000', '174029.628000', '174029.630000', '174029.639000', '174029.642000', '174029.644000', '174029.647000', '174029.650000', '174029.652000', '174029.655000', '174029.658000', '174029.660000', '174029.663000', '174029.666000', '174029.668000', '174029.671000', '174029.674000', '174029.676000', '174029.679000', '174029.681000', '174029.684000', '174029.687000', '174029.689000', '174029.692000', '174029.695000', '174029.697000', '174029.700000', '174029.703000', '174029.706000', '174029.708000', '174029.711000', '174029.713000', '174029.716000', '174029.719000', '174029.721000', '174029.724000', '174029.727000', '174029.729000', '174049.611000', '174049.615000', '174049.617000', '174049.620000', '174049.623000', '174049.625000', '174049.628000', '174049.631000', '174049.633000', '174049.636000', '174049.639000', '174049.641000', '174049.644000', '174049.646000', '174049.649000', '174049.652000', '174049.654000', '174049.657000', '174049.660000', '174049.663000', '174049.665000', '174049.668000', '174049.671000', '174049.673000', '174049.676000', '174049.679000', '174049.681000', '174049.684000', '174049.687000', '174049.689000', '174049.692000', '174049.695000', '174049.697000', '174049.700000', '174049.703000', '174049.705000', '174049.708000', '174049.711000', '174049.713000', '174049.716000', '174049.719000', '174049.722000', '174049.724000', '174049.727000', '174109.612000', '174109.615000', '174109.617000', '174109.620000', '174109.623000', '174109.625000', '174109.628000', '174109.631000', '174109.634000', '174109.636000', '174109.639000', '174109.642000', '174109.645000', '174109.647000', '174109.650000', '174109.653000', '174109.655000', '174109.658000', '174109.661000', '174109.663000', '174109.666000', '174109.669000', '174109.671000', '174109.674000', '174109.679000', '174109.682000', '174109.684000', '174109.687000', '174109.689000', '174109.692000', '174109.695000', '174109.698000', '174109.700000', '174109.703000', '174109.706000', '174109.708000', '174109.711000', '174109.713000', '174109.716000', '174109.719000', '174109.721000', '174109.724000', '174109.727000', '174129.610000', '174129.613000', '174129.616000', '174129.619000', '174129.622000', '174129.624000', '174129.627000', '174129.629000', '174129.632000', '174129.635000', '174129.637000', '174129.640000', '174129.643000', '174129.645000', '174129.648000', '174129.651000', '174129.654000', '174129.656000', '174129.659000', '174129.661000', '174129.664000', '174129.667000', '174129.670000', '174129.672000', '174129.675000', '174129.678000', '174129.680000', '174129.683000', '174129.686000', '174129.688000', '174129.691000', '174129.694000', '174129.696000', '174129.699000', '174129.702000', '174129.704000', '174129.707000', '174129.710000', '174129.712000', '174129.715000', '174129.718000', '174129.720000', '174129.723000', '174129.725000', '174149.610000', '174149.622000', '174149.625000', '174149.628000', '174149.631000', '174149.633000', '174149.636000', '174149.639000', '174149.641000', '174149.644000', '174149.647000', '174149.649000', '174149.652000', '174149.655000', '174149.657000', '174149.660000', '174149.663000', '174149.665000', '174149.668000', '174149.671000', '174149.673000', '174149.676000', '174149.679000', '174149.681000', '174149.684000', '174149.687000', '174149.689000', '174149.692000', '174149.695000', '174149.697000', '174149.700000', '174149.703000', '174149.705000', '174149.708000', '174149.711000', '174149.713000', '174149.716000', '174149.719000', '174149.721000', '174149.724000', '174149.727000', '174149.729000', '174149.732000', '174209.612000', '174209.615000', '174209.617000', '174209.621000', '174209.623000', '174209.626000', '174209.629000', '174209.631000', '174209.634000', '174209.637000', '174209.639000', '174209.642000', '174209.645000', '174209.647000', '174209.650000', '174209.653000', '174209.655000', '174209.658000', '174209.660000', '174209.663000', '174209.666000', '174209.668000', '174209.671000', '174209.674000', '174209.677000', '174209.679000', '174209.682000', '174209.684000', '174209.687000', '174209.690000', '174209.693000', '174209.695000', '174209.698000', '174209.701000', '174209.703000', '174209.706000', '174209.709000', '174209.711000', '174209.714000', '174209.717000', '174209.720000', '174209.722000', '174209.725000', '174209.728000', '174229.612000', '174229.615000', '174229.618000', '174229.620000', '174229.623000', '174229.626000', '174229.628000', '174229.631000', '174229.634000', '174229.636000', '174229.639000', '174229.642000', '174229.644000', '174229.647000', '174229.650000', '174229.652000', '174229.655000', '174229.658000', '174229.660000', '174229.663000', '174229.666000', '174229.668000', '174229.671000', '174229.674000', '174229.676000', '174229.679000', '174229.682000', '174229.684000', '174229.687000', '174229.690000', '174229.692000', '174229.695000', '174229.698000', '174229.701000', '174229.703000', '174229.707000', '174229.710000', '174229.713000', '174229.716000', '174229.719000', '174229.722000', '174229.724000', '174229.727000', '174249.611000', '174249.614000', '174249.617000', '174249.620000', '174249.623000', '174249.625000', '174249.628000', '174249.631000', '174249.633000', '174249.636000', '174249.639000', '174249.641000', '174249.644000', '174249.647000', '174249.649000', '174249.652000', '174249.655000', '174249.657000', '174249.660000', '174249.663000', '174249.665000', '174249.668000', '174249.671000', '174249.673000', '174249.676000', '174249.679000', '174249.681000', '174249.684000', '174249.687000', '174249.690000', '174249.692000', '174249.695000', '174249.698000', '174249.700000', '174249.703000', '174249.706000', '174249.708000', '174249.711000', '174249.714000', '174249.716000', '174249.719000', '174249.722000', '174249.724000', '174249.727000', '174309.612000', '174309.615000', '174309.617000', '174309.620000', '174309.623000', '174309.625000', '174309.628000', '174309.631000', '174309.634000', '174309.636000', '174309.639000', '174309.642000', '174309.644000', '174309.647000', '174309.650000', '174309.654000', '174309.657000', '174309.660000', '174309.662000', '174309.665000', '174309.668000', '174309.670000', '174309.673000', '174309.676000', '174309.678000', '174309.681000', '174309.684000', '174309.686000', '174309.689000', '174309.692000', '174309.694000', '174309.698000', '174309.701000', '174309.703000', '174309.708000', '174309.710000', '174309.713000', '174309.715000', '174309.718000', '174309.721000', '174309.729000', '174309.732000', '174309.735000', '174329.612000', '174329.615000', '174329.617000', '174329.620000', '174329.623000', '174329.625000', '174329.628000', '174329.631000', '174329.633000', '174329.636000', '174329.638000', '174329.641000', '174329.644000', '174329.646000', '174329.649000', '174329.652000', '174329.654000', '174329.657000', '174329.660000', '174329.662000', '174329.665000', '174329.668000', '174329.670000', '174329.673000', '174329.675000', '174329.678000', '174329.681000', '174329.683000', '174329.686000', '174329.689000', '174329.691000', '174329.694000', '174329.697000', '174329.699000', '174329.702000', '174329.705000', '174329.707000', '174329.710000', '174329.713000', '174329.715000', '174329.718000', '174329.721000', '174329.723000', '174329.726000', '174349.611000', '174349.614000', '174349.616000', '174349.619000', '174349.622000', '174349.625000', '174349.627000', '174349.630000', '174349.633000', '174349.635000', '174349.638000', '174349.641000', '174349.644000', '174349.646000', '174349.649000', '174349.652000', '174349.654000', '174349.657000', '174349.659000', '174349.662000', '174349.665000', '174349.667000', '174349.670000', '174349.673000', '174349.676000', '174349.678000', '174349.681000', '174349.684000', '174349.686000', '174349.689000', '174349.692000', '174349.694000', '174349.697000', '174349.700000', '174349.702000', '174349.705000', '174349.708000', '174349.711000', '174349.713000', '174349.716000', '174349.719000', '174349.722000', '174349.725000', '174409.611000', '174409.613000', '174409.616000', '174409.619000', '174409.622000', '174409.624000', '174409.627000', '174409.629000', '174409.632000', '174409.636000', '174409.639000', '174409.641000', '174409.644000', '174409.647000', '174409.649000', '174409.652000', '174409.655000', '174409.658000', '174409.660000', '174409.663000', '174409.666000', '174409.668000', '174409.671000', '174409.673000', '174409.676000', '174409.679000', '174409.681000', '174409.684000', '174409.687000', '174409.690000', '174409.692000', '174409.695000', '174409.698000', '174409.700000', '174409.703000', '174409.706000', '174409.708000', '174409.711000', '174409.714000', '174409.716000', '174409.719000', '174409.722000', '174409.724000', '174409.727000', '174429.612000', '174429.615000', '174429.618000', '174429.620000', '174429.623000', '174429.626000', '174429.629000', '174429.631000', '174429.634000', '174429.636000', '174429.639000', '174429.642000', '174429.645000', '174429.647000', '174429.650000', '174429.653000', '174429.655000', '174429.658000', '174429.661000', '174429.663000', '174429.666000', '174429.669000', '174429.671000', '174429.674000', '174429.677000', '174429.679000', '174429.682000', '174429.685000', '174429.687000', '174429.690000', '174429.693000', '174429.695000', '174429.698000', '174429.701000', '174429.703000', '174429.706000', '174429.722000', '174429.724000', '174429.727000', '174429.730000', '174429.732000', '174429.735000', '174429.738000', '174449.612000', '174449.615000', '174449.617000', '174449.620000', '174449.623000', '174449.626000', '174449.628000', '174449.631000', '174449.634000', '174449.636000', '174449.639000', '174449.642000', '174449.644000', '174449.647000', '174449.650000', '174449.653000', '174449.655000', '174449.658000', '174449.660000', '174449.663000', '174449.666000', '174449.669000', '174449.671000', '174449.674000', '174449.677000', '174449.679000', '174449.682000', '174449.685000', '174449.687000', '174449.690000', '174449.693000', '174449.696000', '174449.698000', '174449.701000', '174449.703000', '174449.706000', '174449.709000', '174449.712000', '174449.714000', '174449.717000', '174449.720000', '174449.722000', '174449.725000', '174449.728000', '174509.612000', '174509.615000', '174509.618000', '174509.621000', '174509.623000', '174509.626000', '174509.629000', '174509.631000', '174509.634000', '174509.637000', '174509.639000', '174509.642000', '174509.644000', '174509.647000', '174509.650000', '174509.653000', '174509.655000', '174509.658000', '174509.661000', '174509.663000', '174509.666000', '174509.669000', '174509.671000', '174509.674000', '174509.677000', '174509.679000', '174509.682000', '174509.685000', '174509.687000', '174509.690000', '174509.693000', '174509.695000', '174509.698000', '174509.701000', '174509.703000', '174509.706000', '174509.709000', '174509.712000', '174509.714000', '174509.717000', '174509.719000', '174509.722000', '174509.725000', '174529.612000', '174529.614000', '174529.617000', '174529.620000', '174529.623000', '174529.625000', '174529.628000', '174529.631000', '174529.634000', '174529.636000', '174529.639000', '174529.642000', '174529.644000', '174529.647000', '174529.650000', '174529.652000', '174529.655000', '174529.658000', '174529.660000', '174529.663000', '174529.666000', '174529.668000', '174529.671000', '174529.674000', '174529.676000', '174529.679000', '174529.682000', '174529.685000', '174529.687000', '174529.690000', '174529.693000', '174529.695000', '174529.698000', '174529.701000', '174529.703000', '174529.706000', '174529.709000', '174529.711000', '174529.714000', '174529.717000', '174529.719000', '174529.722000', '174529.725000', '174529.727000', '174549.612000', '174549.614000', '174549.617000', '174549.620000', '174549.623000', '174549.626000', '174549.628000', '174549.631000', '174549.634000', '174549.636000', '174549.639000', '174549.641000', '174549.644000', '174549.647000', '174549.650000', '174549.652000', '174549.655000', '174549.658000', '174549.660000', '174549.663000', '174549.666000', '174549.668000', '174549.671000', '174549.674000', '174549.677000', '174549.679000', '174549.682000', '174549.684000', '174549.687000', '174549.690000', '174549.692000', '174549.695000', '174549.698000', '174549.714000', '174549.716000', '174549.719000', '174549.722000', '174549.725000', '174549.727000', '174549.730000', '174549.733000', '174549.735000', '174549.738000', '174609.611000', '174609.614000', '174609.616000', '174609.619000', '174609.622000', '174609.625000', '174609.627000', '174609.630000', '174609.632000', '174609.635000', '174609.638000', '174609.641000', '174609.643000', '174609.646000', '174609.649000', '174609.652000', '174609.654000', '174609.657000', '174609.660000', '174609.663000', '174609.665000', '174609.668000', '174609.671000', '174609.674000', '174609.676000', '174609.679000', '174609.682000', '174609.684000', '174609.687000', '174609.690000', '174609.692000', '174609.695000', '174609.698000', '174609.700000', '174609.703000', '174609.706000', '174609.708000', '174609.711000', '174609.714000', '174609.717000', '174609.719000', '174609.722000', '174609.725000', '174609.727000', '174629.612000', '174629.615000', '174629.617000', '174629.621000', '174629.623000', '174629.626000', '174629.629000', '174629.632000', '174629.634000', '174629.637000', '174629.639000', '174629.642000', '174629.645000', '174629.648000', '174629.650000', '174629.653000', '174629.656000', '174629.659000', '174629.661000', '174629.664000', '174629.667000', '174629.669000', '174629.672000', '174629.675000', '174629.677000', '174629.680000', '174629.683000', '174629.685000', '174629.688000', '174629.691000', '174629.693000', '174629.696000', '174629.699000', '174629.701000', '174629.704000', '174629.707000', '174629.710000', '174629.712000', '174629.715000', '174629.718000', '174629.720000', '174629.723000', '174629.725000', '174649.612000', '174649.615000', '174649.617000', '174649.620000', '174649.623000', '174649.625000', '174649.628000', '174649.631000', '174649.633000', '174649.636000', '174649.639000', '174649.641000', '174649.644000', '174649.647000', '174649.649000', '174649.652000', '174649.654000', '174649.657000', '174649.660000', '174649.662000', '174649.665000', '174649.668000', '174649.671000', '174649.673000', '174649.676000', '174649.679000', '174649.681000', '174649.684000', '174649.687000', '174649.689000', '174649.692000', '174649.695000', '174649.697000', '174649.700000', '174649.703000', '174649.705000', '174649.708000', '174649.711000', '174649.713000', '174649.716000', '174649.719000', '174649.721000', '174649.724000', '174649.726000', '174709.612000', '174709.615000', '174709.618000', '174709.620000', '174709.623000', '174709.625000', '174709.628000', '174709.631000', '174709.634000', '174709.636000', '174709.639000', '174709.642000', '174709.644000', '174709.647000', '174709.650000', '174709.652000', '174709.655000', '174709.657000', '174709.660000', '174709.663000', '174709.665000', '174709.668000', '174709.671000', '174709.673000', '174709.676000', '174709.679000', '174709.681000', '174709.684000', '174709.687000', '174709.708000', '174709.711000', '174709.713000', '174709.716000', '174709.719000', '174709.721000', '174709.724000', '174709.727000', '174709.729000', '174709.732000', '174709.735000', '174709.737000', '174709.740000', '174709.743000', '174718.537000', '174718.541000', '174718.543000', '174718.547000', '174718.550000', '174718.553000', '174718.555000', '174718.558000', '174718.561000', '174718.564000', '174718.566000', '174718.569000', '174718.572000', '174718.575000', '174718.579000', '174718.582000', '174718.585000', '174718.587000', '174718.590000', '174718.594000'], 'InstanceCreationTime': ['173749.652000', '173749.663000', '173749.666000', '173749.668000', '173749.671000', '173749.673000', '173749.676000', '173749.679000', '173749.681000', '173749.684000', '173749.687000', '173749.689000', '173749.692000', '173749.695000', '173749.697000', '173749.704000', '173749.707000', '173749.709000', '173749.712000', '173749.715000', '173749.717000', '173749.720000', '173749.723000', '173749.725000', '173749.728000', '173749.730000', '173749.733000', '173749.736000', '173749.738000', '173749.746000', '173809.611000', '173809.615000', '173809.617000', '173809.620000', '173809.622000', '173809.625000', '173809.628000', '173809.630000', '173809.633000', '173809.635000', '173809.638000', '173809.641000', '173809.643000', '173809.646000', '173809.653000', '173809.655000', '173809.658000', '173809.661000', '173809.663000', '173809.666000', '173809.668000', '173809.671000', '173809.674000', '173809.676000', '173809.679000', '173809.682000', '173809.684000', '173809.687000', '173809.689000', '173809.692000', '173809.695000', '173809.697000', '173809.700000', '173809.703000', '173809.705000', '173809.708000', '173809.710000', '173809.713000', '173809.716000', '173809.718000', '173809.721000', '173809.724000', '173809.726000', '173809.729000', '173829.612000', '173829.615000', '173829.618000', '173829.620000', '173829.623000', '173829.626000', '173829.628000', '173829.631000', '173829.633000', '173829.636000', '173829.640000', '173829.643000', '173829.645000', '173829.648000', '173829.651000', '173829.654000', '173829.656000', '173829.659000', '173829.662000', '173829.664000', '173829.667000', '173829.670000', '173829.672000', '173829.675000', '173829.678000', '173829.680000', '173829.683000', '173829.685000', '173829.688000', '173829.691000', '173829.693000', '173829.696000', '173829.699000', '173829.701000', '173829.704000', '173829.706000', '173829.709000', '173829.712000', '173829.725000', '173829.728000', '173829.730000', '173829.733000', '173829.736000', '173849.612000', '173849.614000', '173849.617000', '173849.620000', '173849.623000', '173849.626000', '173849.628000', '173849.631000', '173849.634000', '173849.636000', '173849.639000', '173849.642000', '173849.644000', '173849.647000', '173849.650000', '173849.652000', '173849.655000', '173849.658000', '173849.660000', '173849.663000', '173849.666000', '173849.668000', '173849.671000', '173849.674000', '173849.677000', '173849.679000', '173849.682000', '173849.684000', '173849.687000', '173849.690000', '173849.692000', '173849.695000', '173849.698000', '173849.701000', '173849.703000', '173849.706000', '173849.709000', '173849.711000', '173849.714000', '173849.716000', '173849.719000', '173849.722000', '173849.724000', '173849.727000', '173909.611000', '173909.614000', '173909.617000', '173909.619000', '173909.622000', '173909.625000', '173909.628000', '173909.630000', '173909.633000', '173909.636000', '173909.638000', '173909.641000', '173909.644000', '173909.646000', '173909.649000', '173909.651000', '173909.654000', '173909.657000', '173909.660000', '173909.662000', '173909.665000', '173909.668000', '173909.670000', '173909.673000', '173909.675000', '173909.678000', '173909.681000', '173909.683000', '173909.686000', '173909.689000', '173909.692000', '173909.694000', '173909.697000', '173909.700000', '173909.702000', '173909.705000', '173909.708000', '173909.710000', '173909.713000', '173909.716000', '173909.718000', '173909.721000', '173909.724000', '173909.726000', '173929.610000', '173929.613000', '173929.616000', '173929.619000', '173929.621000', '173929.624000', '173929.627000', '173929.629000', '173929.632000', '173929.635000', '173929.637000', '173929.640000', '173929.643000', '173929.645000', '173929.648000', '173929.651000', '173929.654000', '173929.656000', '173929.659000', '173929.662000', '173929.664000', '173929.667000', '173929.670000', '173929.672000', '173929.675000', '173929.677000', '173929.680000', '173929.683000', '173929.685000', '173929.688000', '173929.691000', '173929.694000', '173929.696000', '173929.699000', '173929.702000', '173929.704000', '173929.707000', '173929.710000', '173929.712000', '173929.715000', '173929.717000', '173929.720000', '173929.723000', '173949.612000', '173949.615000', '173949.618000', '173949.620000', '173949.623000', '173949.626000', '173949.628000', '173949.631000', '173949.634000', '173949.637000', '173949.641000', '173949.643000', '173949.646000', '173949.649000', '173949.651000', '173949.654000', '173949.657000', '173949.659000', '173949.662000', '173949.665000', '173949.667000', '173949.670000', '173949.673000', '173949.675000', '173949.678000', '173949.681000', '173949.683000', '173949.686000', '173949.689000', '173949.691000', '173949.694000', '173949.697000', '173949.699000', '173949.702000', '173949.705000', '173949.708000', '173949.710000', '173949.713000', '173949.716000', '173949.718000', '173949.721000', '173949.724000', '173949.726000', '174009.611000', '174009.614000', '174009.617000', '174009.620000', '174009.622000', '174009.625000', '174009.628000', '174009.630000', '174009.633000', '174009.636000', '174009.638000', '174009.641000', '174009.644000', '174009.646000', '174009.649000', '174009.652000', '174009.654000', '174009.657000', '174009.659000', '174009.662000', '174009.665000', '174009.667000', '174009.670000', '174009.673000', '174009.675000', '174009.678000', '174009.680000', '174009.683000', '174009.686000', '174009.688000', '174009.691000', '174009.694000', '174009.696000', '174009.699000', '174009.719000', '174009.721000', '174009.724000', '174009.726000', '174009.729000', '174009.732000', '174009.734000', '174009.737000', '174009.740000', '174009.742000', '174029.611000', '174029.614000', '174029.617000', '174029.620000', '174029.622000', '174029.625000', '174029.628000', '174029.630000', '174029.639000', '174029.642000', '174029.644000', '174029.647000', '174029.650000', '174029.652000', '174029.655000', '174029.658000', '174029.660000', '174029.663000', '174029.666000', '174029.668000', '174029.671000', '174029.674000', '174029.676000', '174029.679000', '174029.681000', '174029.684000', '174029.687000', '174029.689000', '174029.692000', '174029.695000', '174029.697000', '174029.700000', '174029.703000', '174029.706000', '174029.708000', '174029.711000', '174029.713000', '174029.716000', '174029.719000', '174029.721000', '174029.724000', '174029.727000', '174029.729000', '174049.611000', '174049.615000', '174049.617000', '174049.620000', '174049.623000', '174049.625000', '174049.628000', '174049.631000', '174049.633000', '174049.636000', '174049.639000', '174049.641000', '174049.644000', '174049.646000', '174049.649000', '174049.652000', '174049.654000', '174049.657000', '174049.660000', '174049.663000', '174049.665000', '174049.668000', '174049.671000', '174049.673000', '174049.676000', '174049.679000', '174049.681000', '174049.684000', '174049.687000', '174049.689000', '174049.692000', '174049.695000', '174049.697000', '174049.700000', '174049.703000', '174049.705000', '174049.708000', '174049.711000', '174049.713000', '174049.716000', '174049.719000', '174049.722000', '174049.724000', '174049.727000', '174109.612000', '174109.615000', '174109.617000', '174109.620000', '174109.623000', '174109.625000', '174109.628000', '174109.631000', '174109.634000', '174109.636000', '174109.639000', '174109.642000', '174109.645000', '174109.647000', '174109.650000', '174109.653000', '174109.655000', '174109.658000', '174109.661000', '174109.663000', '174109.666000', '174109.669000', '174109.671000', '174109.674000', '174109.679000', '174109.682000', '174109.684000', '174109.687000', '174109.689000', '174109.692000', '174109.695000', '174109.698000', '174109.700000', '174109.703000', '174109.706000', '174109.708000', '174109.711000', '174109.713000', '174109.716000', '174109.719000', '174109.721000', '174109.724000', '174109.727000', '174129.610000', '174129.613000', '174129.616000', '174129.619000', '174129.622000', '174129.624000', '174129.627000', '174129.629000', '174129.632000', '174129.635000', '174129.637000', '174129.640000', '174129.643000', '174129.645000', '174129.648000', '174129.651000', '174129.654000', '174129.656000', '174129.659000', '174129.661000', '174129.664000', '174129.667000', '174129.670000', '174129.672000', '174129.675000', '174129.678000', '174129.680000', '174129.683000', '174129.686000', '174129.688000', '174129.691000', '174129.694000', '174129.696000', '174129.699000', '174129.702000', '174129.704000', '174129.707000', '174129.710000', '174129.712000', '174129.715000', '174129.718000', '174129.720000', '174129.723000', '174129.725000', '174149.610000', '174149.622000', '174149.625000', '174149.628000', '174149.631000', '174149.633000', '174149.636000', '174149.639000', '174149.641000', '174149.644000', '174149.647000', '174149.649000', '174149.652000', '174149.655000', '174149.657000', '174149.660000', '174149.663000', '174149.665000', '174149.668000', '174149.671000', '174149.673000', '174149.676000', '174149.679000', '174149.681000', '174149.684000', '174149.687000', '174149.689000', '174149.692000', '174149.695000', '174149.697000', '174149.700000', '174149.703000', '174149.705000', '174149.708000', '174149.711000', '174149.713000', '174149.716000', '174149.719000', '174149.721000', '174149.724000', '174149.727000', '174149.729000', '174149.732000', '174209.612000', '174209.615000', '174209.617000', '174209.621000', '174209.623000', '174209.626000', '174209.629000', '174209.631000', '174209.634000', '174209.637000', '174209.639000', '174209.642000', '174209.645000', '174209.647000', '174209.650000', '174209.653000', '174209.655000', '174209.658000', '174209.660000', '174209.663000', '174209.666000', '174209.668000', '174209.671000', '174209.674000', '174209.677000', '174209.679000', '174209.682000', '174209.684000', '174209.687000', '174209.690000', '174209.693000', '174209.695000', '174209.698000', '174209.701000', '174209.703000', '174209.706000', '174209.709000', '174209.711000', '174209.714000', '174209.717000', '174209.720000', '174209.722000', '174209.725000', '174209.728000', '174229.612000', '174229.615000', '174229.618000', '174229.620000', '174229.623000', '174229.626000', '174229.628000', '174229.631000', '174229.634000', '174229.636000', '174229.639000', '174229.642000', '174229.644000', '174229.647000', '174229.650000', '174229.652000', '174229.655000', '174229.658000', '174229.660000', '174229.663000', '174229.666000', '174229.668000', '174229.671000', '174229.674000', '174229.676000', '174229.679000', '174229.682000', '174229.684000', '174229.687000', '174229.690000', '174229.692000', '174229.695000', '174229.698000', '174229.701000', '174229.703000', '174229.707000', '174229.710000', '174229.713000', '174229.716000', '174229.719000', '174229.722000', '174229.724000', '174229.727000', '174249.611000', '174249.614000', '174249.617000', '174249.620000', '174249.623000', '174249.625000', '174249.628000', '174249.631000', '174249.633000', '174249.636000', '174249.639000', '174249.641000', '174249.644000', '174249.647000', '174249.649000', '174249.652000', '174249.655000', '174249.657000', '174249.660000', '174249.663000', '174249.665000', '174249.668000', '174249.671000', '174249.673000', '174249.676000', '174249.679000', '174249.681000', '174249.684000', '174249.687000', '174249.690000', '174249.692000', '174249.695000', '174249.698000', '174249.700000', '174249.703000', '174249.706000', '174249.708000', '174249.711000', '174249.714000', '174249.716000', '174249.719000', '174249.722000', '174249.724000', '174249.727000', '174309.612000', '174309.615000', '174309.617000', '174309.620000', '174309.623000', '174309.625000', '174309.628000', '174309.631000', '174309.634000', '174309.636000', '174309.639000', '174309.642000', '174309.644000', '174309.647000', '174309.650000', '174309.654000', '174309.657000', '174309.660000', '174309.662000', '174309.665000', '174309.668000', '174309.670000', '174309.673000', '174309.676000', '174309.678000', '174309.681000', '174309.684000', '174309.686000', '174309.689000', '174309.692000', '174309.694000', '174309.698000', '174309.701000', '174309.703000', '174309.708000', '174309.710000', '174309.713000', '174309.715000', '174309.718000', '174309.721000', '174309.729000', '174309.732000', '174309.735000', '174329.612000', '174329.615000', '174329.617000', '174329.620000', '174329.623000', '174329.625000', '174329.628000', '174329.631000', '174329.633000', '174329.636000', '174329.638000', '174329.641000', '174329.644000', '174329.646000', '174329.649000', '174329.652000', '174329.654000', '174329.657000', '174329.660000', '174329.662000', '174329.665000', '174329.668000', '174329.670000', '174329.673000', '174329.675000', '174329.678000', '174329.681000', '174329.683000', '174329.686000', '174329.689000', '174329.691000', '174329.694000', '174329.697000', '174329.699000', '174329.702000', '174329.705000', '174329.707000', '174329.710000', '174329.713000', '174329.715000', '174329.718000', '174329.721000', '174329.723000', '174329.726000', '174349.611000', '174349.614000', '174349.616000', '174349.619000', '174349.622000', '174349.625000', '174349.627000', '174349.630000', '174349.633000', '174349.635000', '174349.638000', '174349.641000', '174349.644000', '174349.646000', '174349.649000', '174349.652000', '174349.654000', '174349.657000', '174349.659000', '174349.662000', '174349.665000', '174349.667000', '174349.670000', '174349.673000', '174349.676000', '174349.678000', '174349.681000', '174349.684000', '174349.686000', '174349.689000', '174349.692000', '174349.694000', '174349.697000', '174349.700000', '174349.702000', '174349.705000', '174349.708000', '174349.711000', '174349.713000', '174349.716000', '174349.719000', '174349.722000', '174349.725000', '174409.611000', '174409.613000', '174409.616000', '174409.619000', '174409.622000', '174409.624000', '174409.627000', '174409.629000', '174409.632000', '174409.636000', '174409.639000', '174409.641000', '174409.644000', '174409.647000', '174409.649000', '174409.652000', '174409.655000', '174409.658000', '174409.660000', '174409.663000', '174409.666000', '174409.668000', '174409.671000', '174409.673000', '174409.676000', '174409.679000', '174409.681000', '174409.684000', '174409.687000', '174409.690000', '174409.692000', '174409.695000', '174409.698000', '174409.700000', '174409.703000', '174409.706000', '174409.708000', '174409.711000', '174409.714000', '174409.716000', '174409.719000', '174409.722000', '174409.724000', '174409.727000', '174429.612000', '174429.615000', '174429.618000', '174429.620000', '174429.623000', '174429.626000', '174429.629000', '174429.631000', '174429.634000', '174429.636000', '174429.639000', '174429.642000', '174429.645000', '174429.647000', '174429.650000', '174429.653000', '174429.655000', '174429.658000', '174429.661000', '174429.663000', '174429.666000', '174429.669000', '174429.671000', '174429.674000', '174429.677000', '174429.679000', '174429.682000', '174429.685000', '174429.687000', '174429.690000', '174429.693000', '174429.695000', '174429.698000', '174429.701000', '174429.703000', '174429.706000', '174429.722000', '174429.724000', '174429.727000', '174429.730000', '174429.732000', '174429.735000', '174429.738000', '174449.612000', '174449.615000', '174449.617000', '174449.620000', '174449.623000', '174449.626000', '174449.628000', '174449.631000', '174449.634000', '174449.636000', '174449.639000', '174449.642000', '174449.644000', '174449.647000', '174449.650000', '174449.653000', '174449.655000', '174449.658000', '174449.660000', '174449.663000', '174449.666000', '174449.669000', '174449.671000', '174449.674000', '174449.677000', '174449.679000', '174449.682000', '174449.685000', '174449.687000', '174449.690000', '174449.693000', '174449.696000', '174449.698000', '174449.701000', '174449.703000', '174449.706000', '174449.709000', '174449.712000', '174449.714000', '174449.717000', '174449.720000', '174449.722000', '174449.725000', '174449.728000', '174509.612000', '174509.615000', '174509.618000', '174509.621000', '174509.623000', '174509.626000', '174509.629000', '174509.631000', '174509.634000', '174509.637000', '174509.639000', '174509.642000', '174509.644000', '174509.647000', '174509.650000', '174509.653000', '174509.655000', '174509.658000', '174509.661000', '174509.663000', '174509.666000', '174509.669000', '174509.671000', '174509.674000', '174509.677000', '174509.679000', '174509.682000', '174509.685000', '174509.687000', '174509.690000', '174509.693000', '174509.695000', '174509.698000', '174509.701000', '174509.703000', '174509.706000', '174509.709000', '174509.712000', '174509.714000', '174509.717000', '174509.719000', '174509.722000', '174509.725000', '174529.612000', '174529.614000', '174529.617000', '174529.620000', '174529.623000', '174529.625000', '174529.628000', '174529.631000', '174529.634000', '174529.636000', '174529.639000', '174529.642000', '174529.644000', '174529.647000', '174529.650000', '174529.652000', '174529.655000', '174529.658000', '174529.660000', '174529.663000', '174529.666000', '174529.668000', '174529.671000', '174529.674000', '174529.676000', '174529.679000', '174529.682000', '174529.685000', '174529.687000', '174529.690000', '174529.693000', '174529.695000', '174529.698000', '174529.701000', '174529.703000', '174529.706000', '174529.709000', '174529.711000', '174529.714000', '174529.717000', '174529.719000', '174529.722000', '174529.725000', '174529.727000', '174549.612000', '174549.614000', '174549.617000', '174549.620000', '174549.623000', '174549.626000', '174549.628000', '174549.631000', '174549.634000', '174549.636000', '174549.639000', '174549.641000', '174549.644000', '174549.647000', '174549.650000', '174549.652000', '174549.655000', '174549.658000', '174549.660000', '174549.663000', '174549.666000', '174549.668000', '174549.671000', '174549.674000', '174549.677000', '174549.679000', '174549.682000', '174549.684000', '174549.687000', '174549.690000', '174549.692000', '174549.695000', '174549.698000', '174549.714000', '174549.716000', '174549.719000', '174549.722000', '174549.725000', '174549.727000', '174549.730000', '174549.733000', '174549.735000', '174549.738000', '174609.611000', '174609.614000', '174609.616000', '174609.619000', '174609.622000', '174609.625000', '174609.627000', '174609.630000', '174609.632000', '174609.635000', '174609.638000', '174609.641000', '174609.643000', '174609.646000', '174609.649000', '174609.652000', '174609.654000', '174609.657000', '174609.660000', '174609.663000', '174609.665000', '174609.668000', '174609.671000', '174609.674000', '174609.676000', '174609.679000', '174609.682000', '174609.684000', '174609.687000', '174609.690000', '174609.692000', '174609.695000', '174609.698000', '174609.700000', '174609.703000', '174609.706000', '174609.708000', '174609.711000', '174609.714000', '174609.717000', '174609.719000', '174609.722000', '174609.725000', '174609.727000', '174629.612000', '174629.615000', '174629.617000', '174629.621000', '174629.623000', '174629.626000', '174629.629000', '174629.632000', '174629.634000', '174629.637000', '174629.639000', '174629.642000', '174629.645000', '174629.648000', '174629.650000', '174629.653000', '174629.656000', '174629.659000', '174629.661000', '174629.664000', '174629.667000', '174629.669000', '174629.672000', '174629.675000', '174629.677000', '174629.680000', '174629.683000', '174629.685000', '174629.688000', '174629.691000', '174629.693000', '174629.696000', '174629.699000', '174629.701000', '174629.704000', '174629.707000', '174629.710000', '174629.712000', '174629.715000', '174629.718000', '174629.720000', '174629.723000', '174629.725000', '174649.612000', '174649.615000', '174649.617000', '174649.620000', '174649.623000', '174649.625000', '174649.628000', '174649.631000', '174649.633000', '174649.636000', '174649.639000', '174649.641000', '174649.644000', '174649.647000', '174649.649000', '174649.652000', '174649.654000', '174649.657000', '174649.660000', '174649.662000', '174649.665000', '174649.668000', '174649.671000', '174649.673000', '174649.676000', '174649.679000', '174649.681000', '174649.684000', '174649.687000', '174649.689000', '174649.692000', '174649.695000', '174649.697000', '174649.700000', '174649.703000', '174649.705000', '174649.708000', '174649.711000', '174649.713000', '174649.716000', '174649.719000', '174649.721000', '174649.724000', '174649.726000', '174709.612000', '174709.615000', '174709.618000', '174709.620000', '174709.623000', '174709.625000', '174709.628000', '174709.631000', '174709.634000', '174709.636000', '174709.639000', '174709.642000', '174709.644000', '174709.647000', '174709.650000', '174709.652000', '174709.655000', '174709.657000', '174709.660000', '174709.663000', '174709.665000', '174709.668000', '174709.671000', '174709.673000', '174709.676000', '174709.679000', '174709.681000', '174709.684000', '174709.687000', '174709.708000', '174709.711000', '174709.713000', '174709.716000', '174709.719000', '174709.721000', '174709.724000', '174709.727000', '174709.729000', '174709.732000', '174709.735000', '174709.737000', '174709.740000', '174709.743000', '174718.537000', '174718.541000', '174718.543000', '174718.547000', '174718.550000', '174718.553000', '174718.555000', '174718.558000', '174718.561000', '174718.564000', '174718.566000', '174718.569000', '174718.572000', '174718.575000', '174718.579000', '174718.582000', '174718.585000', '174718.587000', '174718.590000', '174718.594000'], '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': [9327, 8191, 10187, 8358, 12443, 8274, 11257, 8031, 9043, 9517, 8825, 10225, 8684, 10252, 8773, 11252, 8649, 11982, 8114, 9297, 8229, 7877, 9614, 7910, 10938, 8383, 9967, 8458, 9225, 10650, 9249, 12294, 9558, 12308, 9811, 8879, 10604, 8594, 12896, 9406, 14241, 10801, 9878, 10729, 8843, 12504, 8925, 14108, 9021, 13146, 9484, 13251, 8760, 11692, 9856, 9294, 10230, 8653, 11069, 8155, 12899, 9134, 14636, 8130, 9211, 8799, 9561, 10697, 9083, 11896, 8408, 11943, 9016, 12029, 9315, 11189, 8331, 9783, 10656, 8528, 10429, 8914, 12556, 9498, 14044, 9164, 13623, 9232, 12880, 9176, 13517, 8828, 14663, 9253, 11368, 8764, 9154, 10064, 9412, 11557, 8251, 12318, 8832, 12113, 9115, 14263, 8434, 10527, 9108, 9756, 9278, 9455, 9878, 9302, 10596, 8810, 10814, 8375, 11365, 7810, 12450, 9167, 12125, 8981, 9884, 8402, 9082, 10109, 8365, 9935, 7907, 12351, 9222, 13299, 9125, 9505, 9315, 9735, 11347, 8873, 11678, 8701, 14423, 9203, 12544, 8177, 11076, 10986, 10566, 11648, 8598, 11755, 8763, 14593, 9059, 14933, 8179, 11468, 10106, 10597, 11547, 8871, 10723, 8233, 12646, 8730, 13836, 8312, 13994, 8992, 12945, 10802, 10907, 10439, 8684, 9972, 8964, 10997, 8802, 11673, 8843, 10182, 9579, 9082, 11062, 8416, 11955, 8757, 13938, 10356, 11975, 9605, 9593, 10191, 9209, 11846, 8132, 11811, 8503, 12547, 9041, 11286, 10032, 8783, 10210, 8729, 11389, 8421, 12178, 8675, 12290, 9407, 13909, 9076, 9535, 9037, 8094, 10130, 8967, 11162, 8276, 11376, 8415, 12169, 9623, 14299, 8722, 9810, 8816, 8168, 10904, 8362, 12598, 8753, 10002, 9296, 8230, 10775, 8368, 11779, 8697, 12642, 9129, 15453, 8959, 11448, 9824, 8924, 10162, 8584, 11660, 8070, 12249, 8881, 12603, 9361, 13633, 9225, 13682, 9101, 13144, 9095, 13320, 8655, 12432, 8695, 12016, 8884, 12827, 9055, 12912, 9078, 11454, 8967, 10925, 8833, 9595, 9029, 8591, 9633, 9672, 10246, 9768, 10459, 9302, 9784, 9719, 10734, 9909, 10597, 8599, 10208, 8361, 11389, 8202, 12018, 8752, 12583, 9133, 13568, 9163, 13003, 8119, 11108, 8463, 11400, 9577, 10946, 10538, 9049, 9737, 8638, 11216, 8303, 12226, 8600, 13222, 8961, 12536, 9385, 12504, 10548, 11442, 9832, 10892, 10848, 10557, 10851, 8782, 9924, 8131, 11003, 8396, 12744, 8999, 12335, 8781, 10134, 9620, 9914, 10341, 8955, 10349, 8880, 10653, 8886, 11875, 8841, 11722, 8101, 11739, 8561, 13159, 9024, 10770, 8718, 8422, 10015, 8903, 11196, 8931, 11923, 7880, 11866, 9229, 13863, 9242, 11009, 8544, 9014, 9510, 8836, 11156, 8793, 11684, 7882, 12281, 8806, 14005, 9126, 14619, 8651, 11563, 7972, 11713, 10405, 10084, 10145, 8339, 10322, 8525, 12442, 8641, 13376, 9163, 10551, 9251, 11570, 11413, 9750, 10563, 8910, 10841, 9017, 11543, 8750, 11529, 8170, 11803, 8588, 13293, 8637, 13666, 8159, 8774, 9437, 9143, 11087, 8127, 11491, 8506, 12011, 9074, 14235, 8433, 10808, 8976, 9995, 10016, 10432, 11646, 9034, 10397, 8302, 10855, 7942, 11451, 8776, 12390, 8979, 13352, 8450, 11708, 9763, 9860, 9962, 8884, 10603, 8405, 12800, 8093, 12661, 8524, 10283, 9421, 8806, 10579, 8238, 11040, 8381, 12969, 9497, 14437, 8686, 13618, 8419, 10827, 10287, 9014, 11200, 8213, 11292, 8166, 13271, 8242, 13653, 7955, 8628, 9340, 9055, 11979, 8343, 12795, 8552, 12999, 8449, 11560, 10380, 8787, 10383, 8054, 11727, 7809, 14519, 8515, 14235, 8141, 11731, 9833, 10519, 11543, 8540, 10424, 8297, 12425, 8151, 14364, 8179, 10739, 8750, 8982, 10799, 9043, 11589, 8400, 10804, 8338, 9125, 10412, 7941, 10335, 8913, 9184, 8393, 9620, 10085, 7512, 8592, 9381, 8661, 11971, 10657, 9550, 14969, 10826, 14553, 10510, 9623, 14113, 10629, 15778, 8841, 10094, 12007, 9548, 14546, 10009, 14512, 9213, 10673, 11882, 9470, 13837, 10514, 14405, 9229, 9269, 13174, 9090, 14497, 8774, 14780, 10642, 12688, 13534, 9587, 13240, 8988, 13458, 10404, 14588, 10640, 10947, 10784, 9461, 12502, 9046, 13618, 9022, 13482, 9394, 11448, 12327, 9675, 12749, 8917, 13585, 9317, 16501, 11926, 9025, 12382, 9177, 14463, 10750, 9446, 12886, 8614, 13897, 9539, 16230, 12501, 9809, 12035, 9389, 13263, 8624, 15308, 9823, 14897, 10029, 11368, 13902, 9090, 12334, 8300, 14397, 10513, 15886, 10580, 10146, 12044, 9339, 13424, 9206, 13291, 9290, 14202, 11846, 10612, 13009, 8831, 12849, 9826, 14153, 11537, 15085, 10598, 9151, 11222, 8143, 13619, 10493, 9590, 10803, 9402, 13350, 9019, 13272, 9412, 14262, 10636, 11956, 13176, 8958, 11807, 8570, 13086, 10101, 13852, 10388, 10930, 10763, 8971, 12507, 8544, 13134, 8837, 13464, 9737, 14678, 12496, 8701, 11358, 8879, 12126, 8717, 14193, 9104, 14727, 9083, 9207, 11661, 9621, 13156, 9043, 13794, 9409, 14871, 11760, 13871, 12394, 8968, 11905, 8911, 14634, 10930, 14891, 9794, 12650, 12087, 10184, 13772, 9320, 11930, 8474, 13045, 10217, 14150, 11777, 10536, 10396, 9214, 12130, 8914, 14975, 9665, 14257, 9170, 10155, 12380, 9102, 12735, 8629, 13858, 9529, 14958, 12380, 10208, 11747, 9120, 11812, 8631, 14040, 10386, 14763, 9747, 8722, 12331, 9421, 14693, 8943, 14040, 8882, 14510, 10264, 10936, 12939, 9112, 12306, 8756, 14980, 11068, 14874, 9474, 14961, 11159, 11801, 13690, 8999, 11849, 8655, 13600, 10431, 14641, 9826, 12222, 10406, 9325, 13279, 8963, 12755, 9124, 13231, 9808, 14972, 12823, 9490, 11710, 9430, 12801, 8593, 14473, 9098, 14353, 9268, 10730, 12234, 8949, 12266, 8261, 13304, 9707, 15627, 12051, 9913, 11270, 9155, 14276, 10246, 14846, 9349, 11562, 12152, 10135, 13331, 8147, 13488, 10085, 14883, 12018, 15573, 9904, 9974, 11206, 8781, 13419, 9915, 13444, 9316, 14390, 12096, 10033, 12397, 7907, 12359, 9406, 13573, 13214, 8768, 12209, 9128, 13555, 10255, 15491, 11295, 9776, 10986, 8322, 14104, 9754, 13996, 9807, 9699, 12359, 8747, 12699, 8743, 12780, 9842, 9191, 12461, 9341, 12993, 9222, 9669, 11813, 9587, 12033, 7866, 12871, 9058, 14010, 11609, 15471, 10312, 9482, 11466, 8556, 13399, 9465, 12889, 8773, 8942, 11645, 7910, 12783, 8545, 14084, 10248, 8607, 11957, 8047, 12483, 8228, 14275, 11067, 10010, 10495, 8559, 11736, 8173, 14559, 11168, 11335, 10929, 7875, 12874, 8847, 15662, 12932, 10398, 13232, 8607, 11821, 7215, 13321, 12177, 8892, 13016, 9918, 13050, 13546, 8257, 11883, 8200, 12849, 9782, 14101, 10453, 9928, 9345, 9162, 11597, 7768, 14107, 9187, 8933, 10400, 8228, 13180, 8460, 15987, 10581, 15273, 8826, 11828, 10978, 11006, 13325, 8262, 11500, 7703, 12365, 8651, 14138, 10896, 9185, 10154, 8258, 11834, 8392, 14086, 9419, 12957, 9134, 9312, 11279, 8972, 12747, 7881, 12622, 8176, 13203, 9736, 11622, 11131, 8527, 10812, 8441, 13214, 8875, 13760, 8053, 13747, 9002, 10752, 12277, 8621, 11424, 7821, 12537, 8135, 14599, 10178, 14253, 8053, 11740, 9957, 9786, 12626, 8559, 12313, 8155, 13302, 9600, 12525, 12324, 8837, 11448, 8016, 13773, 9058, 15158, 10770, 14327, 8425, 10679, 9736, 9238, 11964, 8434, 11862, 7588, 12734, 8589, 13592, 10693, 14467, 10903, 8871, 10697, 7889, 12534, 9306, 13541, 8852, 14030, 8778, 9496, 11458, 8703, 10989, 7907, 12104, 8871, 13730, 9307, 13071, 8837, 8990, 11319, 8425, 12798, 7738, 13517, 8434, 9523, 11952, 8796, 12223, 7788, 13362, 8613, 15195, 11026, 10034, 9861, 8561, 11762, 8517, 13974, 8260, 14283, 8785, 9294, 12404, 8454, 13106, 8171, 13599, 8924, 15534, 11767, 15526, 9548, 10324, 10332, 9681, 12459, 8553, 11825, 7976, 11893, 7835, 13883, 8294, 13525, 8425, 13667, 8590, 11329, 10877, 8857, 10899, 8440, 13017, 8387, 13967, 8307, 13750, 8740, 14376, 10567, 11271, 10563, 8575, 10271, 8321, 12508, 7459, 13105, 7585, 13140, 8777, 14159, 10526, 10357, 9963, 9453, 10856, 9172, 12122, 8440, 11869, 8036, 12937, 8280, 14272, 9955, 14920, 8523, 11097, 10527, 9811, 12503, 8428, 10980, 7628, 12901, 9232, 14137, 8153, 12201, 9246, 9496, 12180, 7931, 12400, 8170, 13895, 10058, 15670, 9943, 11126, 10588, 10655, 13006, 8443, 11889, 8266, 13356, 9137, 15466, 9831, 8901, 10328, 8324, 13094, 8013, 13858, 8300, 14340, 9423, 11322, 12726, 8612, 11039, 8171, 11832, 7832, 13747, 10400, 11872, 9285, 8916, 10654, 8028, 13298, 8787, 13855, 8319, 9839, 10065, 8752, 12014, 8119, 12392, 8245, 14185, 10873, 10793, 10883, 8728, 11296, 7675, 13826, 9192, 14416, 8921, 10302, 11327, 8944, 12022, 7955, 11829, 6342, 9860, 11728, 9387, 11841, 12190, 8571, 13958, 8979, 13109, 11390, 11700, 13455, 7856, 12077, 8520, 12701, 10110, 11230, 11370, 8354, 11322, 8103, 12270, 11662, 8872, 12146, 8283, 14470, 11429, 12151, 10942, 8526, 11143, 7739, 13871, 9179, 14134, 8658, 11193, 12182, 8839, 11726, 8502, 12537, 9963, 13497, 10906, 8749, 10589, 7940, 13591], 'WindowCenter': [4068.0, 4043.0, 4051.0, 4029.0, 4058.0, 4027.0, 4044.0, 4015.0, 4023.0, 4035.0, 4025.0, 4035.0, 4024.0, 4032.0, 4025.0, 4046.0, 4028.0, 4046.0, 4016.0, 4037.0, 4029.0, 4020.0, 4024.0, 3989.0, 4009.0, 3991.0, 4010.0, 4001.0, 4009.0, 4044.0, 4049.0, 4068.0, 4047.0, 4055.0, 4035.0, 4010.0, 4031.0, 4013.0, 4055.0, 4025.0, 4068.0, 4048.0, 4036.0, 4045.0, 4024.0, 4043.0, 4010.0, 4042.0, 4011.0, 4041.0, 4022.0, 4042.0, 4013.0, 4044.0, 4023.0, 4022.0, 4031.0, 4011.0, 4032.0, 4001.0, 4043.0, 4023.0, 4054.0, 4014.0, 4023.0, 4013.0, 4021.0, 4033.0, 4013.0, 4045.0, 4012.0, 4044.0, 4023.0, 4043.0, 4024.0, 4044.0, 4026.0, 4035.0, 4045.0, 4024.0, 4034.0, 4024.0, 4055.0, 4035.0, 4066.0, 4036.0, 4054.0, 4024.0, 4054.0, 4023.0, 4054.0, 4024.0, 4054.0, 4023.0, 4042.0, 4012.0, 4022.0, 4032.0, 4022.0, 4044.0, 4013.0, 4044.0, 4023.0, 4043.0, 4024.0, 4053.0, 4013.0, 4032.0, 4023.0, 4021.0, 4021.0, 4022.0, 4033.0, 4022.0, 4033.0, 4011.0, 4033.0, 4011.0, 4033.0, 4002.0, 4042.0, 4023.0, 4043.0, 4023.0, 4033.0, 4023.0, 4024.0, 4034.0, 4013.0, 4034.0, 4015.0, 4057.0, 4037.0, 4056.0, 4037.0, 4035.0, 4037.0, 4037.0, 4046.0, 4025.0, 4045.0, 4025.0, 4068.0, 4037.0, 4056.0, 4014.0, 4044.0, 4047.0, 4035.0, 4045.0, 4012.0, 4042.0, 4013.0, 4055.0, 4024.0, 4053.0, 4013.0, 4032.0, 4034.0, 4032.0, 4042.0, 4011.0, 4032.0, 4012.0, 4043.0, 4012.0, 4053.0, 4011.0, 4040.0, 4010.0, 4043.0, 4031.0, 4031.0, 4020.0, 4009.0, 4020.0, 4023.0, 4032.0, 4023.0, 4031.0, 4023.0, 4032.0, 4024.0, 4024.0, 4044.0, 4013.0, 4044.0, 4013.0, 4055.0, 4035.0, 4044.0, 4023.0, 4022.0, 4033.0, 4023.0, 4043.0, 4002.0, 4041.0, 4013.0, 4042.0, 4024.0, 4032.0, 4022.0, 4011.0, 4022.0, 4011.0, 4033.0, 4011.0, 4042.0, 4011.0, 4042.0, 4022.0, 4041.0, 4022.0, 4022.0, 4023.0, 4001.0, 4032.0, 4012.0, 4033.0, 4011.0, 4032.0, 4012.0, 4042.0, 4024.0, 4054.0, 4013.0, 4022.0, 4022.0, 4011.0, 4034.0, 4014.0, 4043.0, 4014.0, 4023.0, 4023.0, 4014.0, 4047.0, 4025.0, 4046.0, 4025.0, 4054.0, 4026.0, 4066.0, 4026.0, 4044.0, 4035.0, 4024.0, 4035.0, 4025.0, 4045.0, 4014.0, 4045.0, 4025.0, 4042.0, 4023.0, 4056.0, 4025.0, 4055.0, 4024.0, 4044.0, 4023.0, 4054.0, 4012.0, 4043.0, 4013.0, 4043.0, 4023.0, 4055.0, 4022.0, 4044.0, 4024.0, 4043.0, 4025.0, 4045.0, 4025.0, 4024.0, 4022.0, 4012.0, 4024.0, 4023.0, 4035.0, 4023.0, 4034.0, 4022.0, 4023.0, 4022.0, 4034.0, 4022.0, 4033.0, 4010.0, 4022.0, 4012.0, 4043.0, 4013.0, 4043.0, 4013.0, 4043.0, 4023.0, 4053.0, 4024.0, 4044.0, 4013.0, 4033.0, 4013.0, 4044.0, 4025.0, 4033.0, 4034.0, 4012.0, 4022.0, 4012.0, 4034.0, 4014.0, 4044.0, 4012.0, 4041.0, 4024.0, 4044.0, 4024.0, 4044.0, 4033.0, 4032.0, 4034.0, 4032.0, 4033.0, 4032.0, 4033.0, 4011.0, 4022.0, 4000.0, 4032.0, 4013.0, 4043.0, 4013.0, 4042.0, 4012.0, 4022.0, 4024.0, 4023.0, 4033.0, 4011.0, 4033.0, 4012.0, 4032.0, 4012.0, 4043.0, 4012.0, 4031.0, 4000.0, 4031.0, 4012.0, 4044.0, 4024.0, 4033.0, 4013.0, 4012.0, 4023.0, 4024.0, 4045.0, 4024.0, 4044.0, 4013.0, 4042.0, 4024.0, 4054.0, 4025.0, 4035.0, 4025.0, 4023.0, 4025.0, 4025.0, 4045.0, 4014.0, 4045.0, 4014.0, 4043.0, 4024.0, 4056.0, 4025.0, 4054.0, 4015.0, 4034.0, 4014.0, 4045.0, 4036.0, 4033.0, 4034.0, 4010.0, 4034.0, 4024.0, 4055.0, 4025.0, 4054.0, 4024.0, 4033.0, 4037.0, 4047.0, 4047.0, 4024.0, 4035.0, 4013.0, 4034.0, 4024.0, 4045.0, 4012.0, 4033.0, 4012.0, 4032.0, 4012.0, 4055.0, 4014.0, 4053.0, 4004.0, 4012.0, 4024.0, 4025.0, 4045.0, 4013.0, 4044.0, 4013.0, 4044.0, 4027.0, 4056.0, 4015.0, 4034.0, 4025.0, 4022.0, 4036.0, 4035.0, 4044.0, 4013.0, 4033.0, 4012.0, 4034.0, 4014.0, 4044.0, 4014.0, 4043.0, 4024.0, 4054.0, 4015.0, 4044.0, 4035.0, 4023.0, 4024.0, 4010.0, 4033.0, 4014.0, 4043.0, 4003.0, 4043.0, 4013.0, 4034.0, 4025.0, 4023.0, 4035.0, 4012.0, 4043.0, 4014.0, 4057.0, 4025.0, 4055.0, 4014.0, 4043.0, 4012.0, 4035.0, 4036.0, 4024.0, 4035.0, 4012.0, 4033.0, 4013.0, 4056.0, 4014.0, 4054.0, 4004.0, 4012.0, 4023.0, 4025.0, 4045.0, 4014.0, 4043.0, 4013.0, 4044.0, 4015.0, 4044.0, 4033.0, 4012.0, 4033.0, 4002.0, 4044.0, 4005.0, 4054.0, 4014.0, 4053.0, 4003.0, 4032.0, 4024.0, 4034.0, 4032.0, 4000.0, 4021.0, 4000.0, 4042.0, 4002.0, 4042.0, 4002.0, 4021.0, 4011.0, 4024.0, 4033.0, 4012.0, 4033.0, 4013.0, 4033.0, 4015.0, 4024.0, 4035.0, 4013.0, 4035.0, 4025.0, 4026.0, 4003.0, 3986.0, 3988.0, 3954.0, 3950.0, 3974.0, 3972.0, 4057.0, 4059.0, 4037.0, 4080.0, 4048.0, 4054.0, 4020.0, 4008.0, 4040.0, 4033.0, 4066.0, 4027.0, 4035.0, 4056.0, 4038.0, 4067.0, 4034.0, 4053.0, 4010.0, 4019.0, 4043.0, 4024.0, 4056.0, 4033.0, 4053.0, 4024.0, 4024.0, 4056.0, 4024.0, 4054.0, 4012.0, 4052.0, 4033.0, 4044.0, 4054.0, 4022.0, 4044.0, 4011.0, 4043.0, 4033.0, 4052.0, 4021.0, 4019.0, 4021.0, 4023.0, 4044.0, 4013.0, 4054.0, 4011.0, 4042.0, 4024.0, 4045.0, 4044.0, 4023.0, 4044.0, 4013.0, 4054.0, 4038.0, 4079.0, 4057.0, 4024.0, 4044.0, 4024.0, 4065.0, 4048.0, 4035.0, 4055.0, 4013.0, 4055.0, 4037.0, 4066.0, 4056.0, 4023.0, 4045.0, 4023.0, 4054.0, 4014.0, 4055.0, 4022.0, 4052.0, 4035.0, 4045.0, 4054.0, 4011.0, 4043.0, 4012.0, 4054.0, 4033.0, 4053.0, 4033.0, 4021.0, 4042.0, 4013.0, 4043.0, 4010.0, 4041.0, 4010.0, 4042.0, 4043.0, 4020.0, 4042.0, 4010.0, 4041.0, 4021.0, 4053.0, 4032.0, 4051.0, 4021.0, 4010.0, 4032.0, 4015.0, 4054.0, 4032.0, 4021.0, 4032.0, 4023.0, 4055.0, 4013.0, 4043.0, 4012.0, 4041.0, 4032.0, 4032.0, 4043.0, 4010.0, 4030.0, 4009.0, 4043.0, 4022.0, 4042.0, 4022.0, 4020.0, 4030.0, 4011.0, 4042.0, 4011.0, 4041.0, 4011.0, 4040.0, 4023.0, 4054.0, 4043.0, 4011.0, 4032.0, 4010.0, 4043.0, 4013.0, 4054.0, 4012.0, 4052.0, 4012.0, 4023.0, 4046.0, 4025.0, 4054.0, 4011.0, 4053.0, 4022.0, 4054.0, 4045.0, 4053.0, 4043.0, 4011.0, 4032.0, 4012.0, 4054.0, 4033.0, 4051.0, 4020.0, 4041.0, 4043.0, 4022.0, 4042.0, 4009.0, 4031.0, 3999.0, 4043.0, 4033.0, 4043.0, 4031.0, 4020.0, 4021.0, 4009.0, 4043.0, 4023.0, 4053.0, 4022.0, 4052.0, 4024.0, 4034.0, 4055.0, 4023.0, 4044.0, 4012.0, 4053.0, 4024.0, 4065.0, 4045.0, 4023.0, 4043.0, 4012.0, 4043.0, 4025.0, 4055.0, 4034.0, 4054.0, 4023.0, 4011.0, 4045.0, 4024.0, 4055.0, 4013.0, 4053.0, 4023.0, 4064.0, 4035.0, 4033.0, 4044.0, 4012.0, 4043.0, 4014.0, 4055.0, 4033.0, 4053.0, 4022.0, 4052.0, 4034.0, 4044.0, 4054.0, 4011.0, 4033.0, 4011.0, 4053.0, 4033.0, 4053.0, 4022.0, 4043.0, 4032.0, 4023.0, 4043.0, 4011.0, 4042.0, 4022.0, 4041.0, 4035.0, 4053.0, 4055.0, 4022.0, 4043.0, 4022.0, 4044.0, 4014.0, 4053.0, 4012.0, 4052.0, 4024.0, 4034.0, 4044.0, 4023.0, 4045.0, 4012.0, 4055.0, 4035.0, 4065.0, 4045.0, 4022.0, 4033.0, 4024.0, 4066.0, 4034.0, 4054.0, 4024.0, 4044.0, 4045.0, 4033.0, 4055.0, 4002.0, 4042.0, 4032.0, 4055.0, 4042.0, 4052.0, 4022.0, 4020.0, 4032.0, 4011.0, 4042.0, 4021.0, 4041.0, 4010.0, 4051.0, 4044.0, 4035.0, 4044.0, 4001.0, 4030.0, 4022.0, 4042.0, 4042.0, 4011.0, 4031.0, 4010.0, 4053.0, 4024.0, 4052.0, 4033.0, 4020.0, 4020.0, 4000.0, 4041.0, 4011.0, 4040.0, 4020.0, 4010.0, 4042.0, 4010.0, 4042.0, 4010.0, 4041.0, 4020.0, 4009.0, 4041.0, 4010.0, 4040.0, 4010.0, 4020.0, 4043.0, 4021.0, 4032.0, 3999.0, 4040.0, 4010.0, 4041.0, 4032.0, 4051.0, 4020.0, 4010.0, 4032.0, 4011.0, 4042.0, 4009.0, 4029.0, 3999.0, 4010.0, 4031.0, 4000.0, 4041.0, 4011.0, 4054.0, 4034.0, 4012.0, 4043.0, 4001.0, 4041.0, 4012.0, 4054.0, 4034.0, 4022.0, 4033.0, 4011.0, 4032.0, 4014.0, 4055.0, 4045.0, 4035.0, 4032.0, 4002.0, 4042.0, 4012.0, 4064.0, 4045.0, 4023.0, 4044.0, 4011.0, 4032.0, 3991.0, 4053.0, 4042.0, 4011.0, 4041.0, 4023.0, 4055.0, 4042.0, 4000.0, 4030.0, 3998.0, 4030.0, 4021.0, 4041.0, 4021.0, 4019.0, 4010.0, 4009.0, 4032.0, 4003.0, 4052.0, 4022.0, 4011.0, 4033.0, 4012.0, 4054.0, 4015.0, 4066.0, 4033.0, 4054.0, 4012.0, 4031.0, 4032.0, 4031.0, 4043.0, 4001.0, 4031.0, 4000.0, 4041.0, 4013.0, 4053.0, 4032.0, 4021.0, 4020.0, 4011.0, 4042.0, 4013.0, 4054.0, 4024.0, 4042.0, 4023.0, 4021.0, 4044.0, 4023.0, 4054.0, 4001.0, 4042.0, 4000.0, 4043.0, 4023.0, 4032.0, 4033.0, 4011.0, 4031.0, 4013.0, 4043.0, 4012.0, 4042.0, 4001.0, 4041.0, 4023.0, 4033.0, 4043.0, 4012.0, 4032.0, 4000.0, 4042.0, 4002.0, 4054.0, 4023.0, 4052.0, 4000.0, 4032.0, 4022.0, 4022.0, 4042.0, 4012.0, 4031.0, 3999.0, 4042.0, 4024.0, 4043.0, 4043.0, 4010.0, 4031.0, 4000.0, 4041.0, 4012.0, 4052.0, 4031.0, 4041.0, 4001.0, 4020.0, 4020.0, 4010.0, 4032.0, 4000.0, 4030.0, 3989.0, 4040.0, 3999.0, 4041.0, 4021.0, 4041.0, 4030.0, 4009.0, 4020.0, 3999.0, 4042.0, 4021.0, 4041.0, 4009.0, 4040.0, 4011.0, 4022.0, 4032.0, 4012.0, 4032.0, 4000.0, 4042.0, 4012.0, 4054.0, 4022.0, 4041.0, 4011.0, 4011.0, 4044.0, 4013.0, 4044.0, 4002.0, 4042.0, 4013.0, 4034.0, 4046.0, 4012.0, 4044.0, 4003.0, 4055.0, 4025.0, 4065.0, 4035.0, 4022.0, 4023.0, 4012.0, 4044.0, 4024.0, 4054.0, 4013.0, 4054.0, 4013.0, 4023.0, 4055.0, 4012.0, 4054.0, 4013.0, 4054.0, 4024.0, 4064.0, 4044.0, 4052.0, 4022.0, 4020.0, 4022.0, 4021.0, 4043.0, 4011.0, 4032.0, 4000.0, 4031.0, 4001.0, 4041.0, 4011.0, 4041.0, 3999.0, 4052.0, 4013.0, 4032.0, 4033.0, 4012.0, 4032.0, 4014.0, 4055.0, 4013.0, 4052.0, 4012.0, 4041.0, 4012.0, 4053.0, 4033.0, 4031.0, 4032.0, 4010.0, 4021.0, 4011.0, 4043.0, 3990.0, 4041.0, 4000.0, 4041.0, 4012.0, 4052.0, 4033.0, 4021.0, 4023.0, 4021.0, 4033.0, 4022.0, 4043.0, 4012.0, 4042.0, 4001.0, 4043.0, 4013.0, 4054.0, 4022.0, 4052.0, 4012.0, 4031.0, 4032.0, 4021.0, 4044.0, 4000.0, 4032.0, 4001.0, 4043.0, 4022.0, 4053.0, 4003.0, 4042.0, 4023.0, 4022.0, 4044.0, 4012.0, 4041.0, 4013.0, 4054.0, 4033.0, 4053.0, 4022.0, 4030.0, 4033.0, 4032.0, 4042.0, 4001.0, 4031.0, 4000.0, 4042.0, 4022.0, 4052.0, 4020.0, 4009.0, 4020.0, 4011.0, 4042.0, 4000.0, 4042.0, 4001.0, 4040.0, 4021.0, 4031.0, 4042.0, 4009.0, 4020.0, 3999.0, 4030.0, 4000.0, 4041.0, 4031.0, 4031.0, 4021.0, 4009.0, 4031.0, 4001.0, 4054.0, 4011.0, 4051.0, 4011.0, 4022.0, 4033.0, 4012.0, 4044.0, 4012.0, 4042.0, 4012.0, 4055.0, 4034.0, 4032.0, 4032.0, 4011.0, 4032.0, 4003.0, 4052.0, 4022.0, 4051.0, 4011.0, 4033.0, 4044.0, 4011.0, 4044.0, 4001.0, 4032.0, 3970.0, 4022.0, 4043.0, 4023.0, 4045.0, 4059.0, 4025.0, 4054.0, 4012.0, 4043.0, 4032.0, 4032.0, 4042.0, 4001.0, 4032.0, 4000.0, 4041.0, 4034.0, 4031.0, 4044.0, 4011.0, 4031.0, 4014.0, 4043.0, 4044.0, 4012.0, 4043.0, 4013.0, 4055.0, 4045.0, 4043.0, 4032.0, 4010.0, 4034.0, 4004.0, 4053.0, 4012.0, 4041.0, 4010.0, 4033.0, 4042.0, 4010.0, 4031.0, 3999.0, 4042.0, 4022.0, 4041.0, 4021.0, 3999.0, 4021.0, 4001.0, 4042.0], 'WindowWidth': [9066.0, 9022.0, 9026.0, 8995.0, 9030.0, 8985.0, 9004.0, 8965.0, 8974.0, 8992.0, 8979.0, 8991.0, 8975.0, 8985.0, 8978.0, 9010.0, 8988.0, 9007.0, 8969.0, 8998.0, 8989.0, 8978.0, 8971.0, 8916.0, 8940.0, 8919.0, 8945.0, 8934.0, 8945.0, 9003.0, 9019.0, 9042.0, 9012.0, 9019.0, 8989.0, 8950.0, 8979.0, 8959.0, 9018.0, 8980.0, 9040.0, 9013.0, 8995.0, 9005.0, 8974.0, 8997.0, 8950.0, 8994.0, 8951.0, 8990.0, 8966.0, 8995.0, 8958.0, 9000.0, 8971.0, 8968.0, 8979.0, 8951.0, 8980.0, 8939.0, 8997.0, 8973.0, 9014.0, 8960.0, 8970.0, 8958.0, 8966.0, 8985.0, 8957.0, 9003.0, 8958.0, 8999.0, 8972.0, 8999.0, 8975.0, 9002.0, 8981.0, 8993.0, 9005.0, 8975.0, 8989.0, 8976.0, 9017.0, 8992.0, 9035.0, 8996.0, 9016.0, 8974.0, 9014.0, 8973.0, 9014.0, 8976.0, 9015.0, 8973.0, 8996.0, 8956.0, 8969.0, 8982.0, 8970.0, 9001.0, 8959.0, 9000.0, 8972.0, 8997.0, 8973.0, 9013.0, 8961.0, 8984.0, 8971.0, 8967.0, 8968.0, 8969.0, 8986.0, 8969.0, 8984.0, 8954.0, 8983.0, 8954.0, 8983.0, 8943.0, 8996.0, 8973.0, 8998.0, 8972.0, 8985.0, 8976.0, 8976.0, 8990.0, 8961.0, 8989.0, 8966.0, 9026.0, 8998.0, 9022.0, 8996.0, 8993.0, 8999.0, 8998.0, 9009.0, 8979.0, 9005.0, 8980.0, 9039.0, 8997.0, 9022.0, 8963.0, 9001.0, 9009.0, 8989.0, 9004.0, 8955.0, 8996.0, 8959.0, 9017.0, 8974.0, 9013.0, 8957.0, 8982.0, 8988.0, 8983.0, 8996.0, 8952.0, 8980.0, 8954.0, 8999.0, 8956.0, 9012.0, 8954.0, 8990.0, 8951.0, 8999.0, 8979.0, 8977.0, 8962.0, 8946.0, 8963.0, 8972.0, 8982.0, 8971.0, 8979.0, 8971.0, 8983.0, 8975.0, 8974.0, 9002.0, 8959.0, 8999.0, 8959.0, 9018.0, 8990.0, 9002.0, 8971.0, 8967.0, 8983.0, 8971.0, 8997.0, 8943.0, 8993.0, 8957.0, 8995.0, 8974.0, 8982.0, 8968.0, 8952.0, 8967.0, 8952.0, 8983.0, 8953.0, 8994.0, 8951.0, 8992.0, 8968.0, 8993.0, 8969.0, 8967.0, 8970.0, 8940.0, 8982.0, 8956.0, 8985.0, 8953.0, 8981.0, 8956.0, 8994.0, 8974.0, 9014.0, 8960.0, 8970.0, 8971.0, 8954.0, 8988.0, 8961.0, 8999.0, 8962.0, 8972.0, 8973.0, 8963.0, 9010.0, 8978.0, 9007.0, 8979.0, 9016.0, 8980.0, 9036.0, 8982.0, 9002.0, 8991.0, 8974.0, 8990.0, 8976.0, 9004.0, 8963.0, 9002.0, 8977.0, 8997.0, 8974.0, 9020.0, 8979.0, 9015.0, 8974.0, 8998.0, 8972.0, 9013.0, 8957.0, 8998.0, 8958.0, 8996.0, 8973.0, 9015.0, 8971.0, 8999.0, 8974.0, 8997.0, 8976.0, 9006.0, 8978.0, 8974.0, 8971.0, 8957.0, 8974.0, 8972.0, 8989.0, 8972.0, 8987.0, 8968.0, 8970.0, 8970.0, 8987.0, 8968.0, 8982.0, 8950.0, 8967.0, 8955.0, 8998.0, 8960.0, 8998.0, 8959.0, 8996.0, 8971.0, 9013.0, 8975.0, 9001.0, 8959.0, 8985.0, 8958.0, 9002.0, 8977.0, 8985.0, 8986.0, 8954.0, 8968.0, 8955.0, 8987.0, 8961.0, 9000.0, 8956.0, 8994.0, 8974.0, 9000.0, 8975.0, 9000.0, 8985.0, 8982.0, 8987.0, 8979.0, 8983.0, 8981.0, 8982.0, 8951.0, 8966.0, 8936.0, 8981.0, 8957.0, 8996.0, 8957.0, 8995.0, 8955.0, 8968.0, 8974.0, 8970.0, 8983.0, 8953.0, 8984.0, 8954.0, 8982.0, 8956.0, 8998.0, 8953.0, 8978.0, 8936.0, 8978.0, 8954.0, 9000.0, 8974.0, 8985.0, 8958.0, 8955.0, 8972.0, 8974.0, 9004.0, 8973.0, 8999.0, 8958.0, 8996.0, 8975.0, 9014.0, 8978.0, 8991.0, 8977.0, 8973.0, 8977.0, 8977.0, 9005.0, 8962.0, 9003.0, 8961.0, 8999.0, 8976.0, 9019.0, 8978.0, 9015.0, 8963.0, 8986.0, 8961.0, 9003.0, 8992.0, 8985.0, 8987.0, 8951.0, 8986.0, 8979.0, 9018.0, 8979.0, 9015.0, 8976.0, 8987.0, 8995.0, 9010.0, 9008.0, 8976.0, 8989.0, 8956.0, 8985.0, 8975.0, 9003.0, 8956.0, 8983.0, 8955.0, 8980.0, 8957.0, 9017.0, 8963.0, 9012.0, 8946.0, 8954.0, 8974.0, 8977.0, 9003.0, 8959.0, 9000.0, 8959.0, 9001.0, 8984.0, 9021.0, 8964.0, 8987.0, 8976.0, 8968.0, 8991.0, 8989.0, 8999.0, 8957.0, 8983.0, 8955.0, 8987.0, 8963.0, 8999.0, 8960.0, 8997.0, 8972.0, 9012.0, 8963.0, 9001.0, 8989.0, 8970.0, 8971.0, 8949.0, 8984.0, 8961.0, 8998.0, 8946.0, 8996.0, 8956.0, 8989.0, 8978.0, 8971.0, 8991.0, 8957.0, 8999.0, 8962.0, 9022.0, 8979.0, 9017.0, 8960.0, 8997.0, 8956.0, 8991.0, 8994.0, 8973.0, 8990.0, 8954.0, 8983.0, 8960.0, 9019.0, 8962.0, 9015.0, 8946.0, 8954.0, 8973.0, 8979.0, 9003.0, 8962.0, 8998.0, 8958.0, 9002.0, 8966.0, 9002.0, 8985.0, 8955.0, 8983.0, 8942.0, 9000.0, 8952.0, 9014.0, 8962.0, 9011.0, 8944.0, 8981.0, 8974.0, 8986.0, 8982.0, 8935.0, 8964.0, 8935.0, 8994.0, 8942.0, 8994.0, 8940.0, 8964.0, 8952.0, 8974.0, 8984.0, 8954.0, 8982.0, 8957.0, 8986.0, 8964.0, 8975.0, 8990.0, 8960.0, 8988.0, 8975.0, 8979.0, 8942.0, 8900.0, 8900.0, 8848.0, 8835.0, 8872.0, 8876.0, 9025.0, 9030.0, 8998.0, 9059.0, 9013.0, 9013.0, 8961.0, 8940.0, 8985.0, 8984.0, 9032.0, 8983.0, 8990.0, 9020.0, 9000.0, 9036.0, 8987.0, 9011.0, 8949.0, 8959.0, 8998.0, 8973.0, 9017.0, 8984.0, 9009.0, 8973.0, 8976.0, 9020.0, 8972.0, 9011.0, 8953.0, 9005.0, 8983.0, 9001.0, 9012.0, 8967.0, 8997.0, 8951.0, 8997.0, 8984.0, 9006.0, 8963.0, 8959.0, 8963.0, 8969.0, 8999.0, 8957.0, 9010.0, 8953.0, 8993.0, 8973.0, 9002.0, 9000.0, 8970.0, 8998.0, 8956.0, 9013.0, 9000.0, 9057.0, 9022.0, 8974.0, 9000.0, 8973.0, 9030.0, 9011.0, 8991.0, 9017.0, 8959.0, 9016.0, 8996.0, 9036.0, 9021.0, 8972.0, 9000.0, 8969.0, 9014.0, 8960.0, 9016.0, 8968.0, 9006.0, 8988.0, 9002.0, 9012.0, 8951.0, 8994.0, 8953.0, 9013.0, 8983.0, 9010.0, 8981.0, 8964.0, 8992.0, 8956.0, 8996.0, 8948.0, 8990.0, 8947.0, 8991.0, 8996.0, 8963.0, 8992.0, 8948.0, 8988.0, 8964.0, 9010.0, 8980.0, 9004.0, 8962.0, 8946.0, 8978.0, 8964.0, 9011.0, 8981.0, 8963.0, 8980.0, 8970.0, 9016.0, 8956.0, 8995.0, 8953.0, 8990.0, 8979.0, 8982.0, 8995.0, 8948.0, 8975.0, 8946.0, 8995.0, 8967.0, 8993.0, 8965.0, 8960.0, 8975.0, 8953.0, 8995.0, 8949.0, 8989.0, 8949.0, 8987.0, 8971.0, 9013.0, 8997.0, 8951.0, 8978.0, 8948.0, 8995.0, 8957.0, 9010.0, 8955.0, 9007.0, 8954.0, 8970.0, 9006.0, 8977.0, 9014.0, 8953.0, 9010.0, 8968.0, 9013.0, 9002.0, 9010.0, 8996.0, 8950.0, 8979.0, 8955.0, 9013.0, 8982.0, 9004.0, 8962.0, 8989.0, 8995.0, 8968.0, 8992.0, 8945.0, 8975.0, 8932.0, 8994.0, 8983.0, 8994.0, 8979.0, 8961.0, 8963.0, 8945.0, 8994.0, 8970.0, 9009.0, 8968.0, 9008.0, 8971.0, 8988.0, 9017.0, 8971.0, 8999.0, 8954.0, 9009.0, 8974.0, 9030.0, 9002.0, 8970.0, 8996.0, 8952.0, 8996.0, 8976.0, 9015.0, 8986.0, 9011.0, 8970.0, 8951.0, 9002.0, 8975.0, 9014.0, 8957.0, 9010.0, 8970.0, 9029.0, 8991.0, 8984.0, 9001.0, 8954.0, 8996.0, 8962.0, 9016.0, 8984.0, 9010.0, 8968.0, 9007.0, 8985.0, 8999.0, 9011.0, 8951.0, 8981.0, 8951.0, 9011.0, 8984.0, 9009.0, 8967.0, 8995.0, 8981.0, 8971.0, 8998.0, 8951.0, 8994.0, 8965.0, 8992.0, 8990.0, 9012.0, 9016.0, 8968.0, 8994.0, 8966.0, 8999.0, 8959.0, 9010.0, 8955.0, 9006.0, 8973.0, 8989.0, 9001.0, 8972.0, 9002.0, 8956.0, 9015.0, 8991.0, 9030.0, 9002.0, 8969.0, 8983.0, 8975.0, 9032.0, 8987.0, 9012.0, 8973.0, 9000.0, 9004.0, 8985.0, 9016.0, 8941.0, 8993.0, 8982.0, 9016.0, 8993.0, 9006.0, 8967.0, 8962.0, 8981.0, 8953.0, 8994.0, 8964.0, 8990.0, 8948.0, 9005.0, 8998.0, 8992.0, 8998.0, 8938.0, 8975.0, 8968.0, 8996.0, 8995.0, 8950.0, 8977.0, 8948.0, 9011.0, 8971.0, 9006.0, 8982.0, 8960.0, 8961.0, 8934.0, 8989.0, 8950.0, 8986.0, 8960.0, 8948.0, 8993.0, 8948.0, 8992.0, 8947.0, 8990.0, 8961.0, 8948.0, 8991.0, 8948.0, 8988.0, 8948.0, 8962.0, 8997.0, 8965.0, 8978.0, 8933.0, 8986.0, 8947.0, 8990.0, 8980.0, 9002.0, 8959.0, 8944.0, 8977.0, 8950.0, 8990.0, 8944.0, 8970.0, 8932.0, 8950.0, 8978.0, 8936.0, 8990.0, 8951.0, 9013.0, 8987.0, 8954.0, 8995.0, 8937.0, 8991.0, 8955.0, 9015.0, 8986.0, 8967.0, 8982.0, 8951.0, 8980.0, 8963.0, 9015.0, 9001.0, 8988.0, 8981.0, 8941.0, 8993.0, 8955.0, 9028.0, 9002.0, 8970.0, 8999.0, 8952.0, 8978.0, 8924.0, 9012.0, 8996.0, 8953.0, 8992.0, 8971.0, 9017.0, 8995.0, 8935.0, 8973.0, 8929.0, 8972.0, 8965.0, 8989.0, 8962.0, 8959.0, 8946.0, 8946.0, 8979.0, 8946.0, 9008.0, 8969.0, 8953.0, 8983.0, 8954.0, 9013.0, 8962.0, 9031.0, 8984.0, 9011.0, 8953.0, 8979.0, 8982.0, 8981.0, 8996.0, 8937.0, 8975.0, 8935.0, 8990.0, 8957.0, 9010.0, 8982.0, 8965.0, 8964.0, 8950.0, 8994.0, 8957.0, 9012.0, 8973.0, 8995.0, 8969.0, 8966.0, 9001.0, 8973.0, 9013.0, 8940.0, 8992.0, 8936.0, 8997.0, 8972.0, 8982.0, 8982.0, 8951.0, 8978.0, 8958.0, 8997.0, 8955.0, 8994.0, 8939.0, 8991.0, 8970.0, 8986.0, 8998.0, 8954.0, 8981.0, 8937.0, 8993.0, 8942.0, 9013.0, 8969.0, 9005.0, 8936.0, 8979.0, 8968.0, 8969.0, 8994.0, 8952.0, 8977.0, 8934.0, 8993.0, 8974.0, 8998.0, 8998.0, 8950.0, 8978.0, 8936.0, 8991.0, 8955.0, 9008.0, 8978.0, 8989.0, 8936.0, 8961.0, 8963.0, 8950.0, 8980.0, 8934.0, 8975.0, 8919.0, 8986.0, 8931.0, 8991.0, 8964.0, 8990.0, 8975.0, 8944.0, 8960.0, 8933.0, 8994.0, 8966.0, 8991.0, 8948.0, 8989.0, 8952.0, 8968.0, 8980.0, 8953.0, 8979.0, 8936.0, 8992.0, 8956.0, 9011.0, 8968.0, 8992.0, 8953.0, 8952.0, 9000.0, 8958.0, 8999.0, 8943.0, 8995.0, 8960.0, 8990.0, 9006.0, 8957.0, 9001.0, 8946.0, 9015.0, 8978.0, 9031.0, 8990.0, 8970.0, 8971.0, 8954.0, 9002.0, 8975.0, 9014.0, 8958.0, 9014.0, 8957.0, 8973.0, 9016.0, 8957.0, 9013.0, 8958.0, 9012.0, 8975.0, 9029.0, 9000.0, 9009.0, 8968.0, 8963.0, 8966.0, 8966.0, 8997.0, 8950.0, 8980.0, 8934.0, 8979.0, 8941.0, 8992.0, 8952.0, 8990.0, 8935.0, 9009.0, 8959.0, 8982.0, 8984.0, 8954.0, 8982.0, 8962.0, 9019.0, 8958.0, 9007.0, 8954.0, 8992.0, 8956.0, 9012.0, 8985.0, 8979.0, 8980.0, 8949.0, 8966.0, 8954.0, 8996.0, 8924.0, 8992.0, 8936.0, 8992.0, 8956.0, 9009.0, 8983.0, 8965.0, 8970.0, 8966.0, 8983.0, 8968.0, 8996.0, 8954.0, 8993.0, 8938.0, 8996.0, 8958.0, 9012.0, 8968.0, 9008.0, 8954.0, 8980.0, 8983.0, 8966.0, 8998.0, 8937.0, 8980.0, 8941.0, 8998.0, 8969.0, 9010.0, 8945.0, 8995.0, 8973.0, 8971.0, 9000.0, 8957.0, 8995.0, 8959.0, 9013.0, 8985.0, 9012.0, 8970.0, 8978.0, 8984.0, 8982.0, 8994.0, 8936.0, 8977.0, 8935.0, 8993.0, 8967.0, 9008.0, 8963.0, 8947.0, 8963.0, 8952.0, 8994.0, 8936.0, 8994.0, 8939.0, 8988.0, 8965.0, 8981.0, 8994.0, 8947.0, 8961.0, 8933.0, 8973.0, 8937.0, 8992.0, 8979.0, 8977.0, 8964.0, 8946.0, 8979.0, 8941.0, 9013.0, 8953.0, 9006.0, 8953.0, 8969.0, 8986.0, 8956.0, 8999.0, 8956.0, 8994.0, 8957.0, 9018.0, 8987.0, 8982.0, 8981.0, 8950.0, 8982.0, 8945.0, 9009.0, 8967.0, 9005.0, 8951.0, 8984.0, 9001.0, 8954.0, 9000.0, 8938.0, 8980.0, 8894.0, 8966.0, 8995.0, 8969.0, 9005.0, 9029.0, 8977.0, 9013.0, 8954.0, 8994.0, 8979.0, 8981.0, 8993.0, 8936.0, 8978.0, 8934.0, 8991.0, 8985.0, 8979.0, 9000.0, 8952.0, 8978.0, 8961.0, 8999.0, 9001.0, 8954.0, 8998.0, 8957.0, 9017.0, 9003.0, 8997.0, 8980.0, 8948.0, 8986.0, 8948.0, 9010.0, 8953.0, 8988.0, 8949.0, 8983.0, 8992.0, 8950.0, 8977.0, 8933.0, 8992.0, 8967.0, 8992.0, 8962.0, 8932.0, 8964.0, 8938.0, 8994.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.0010412154696132598</td></tr>
<tr><td colspan=3>aqi</td><td>0.03899645651144436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.87581420282777</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1367735765639808</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9628840691074266</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>5296.8687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10599957483238365</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.682715074980268</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.514098006772547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440174578185341</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6827342996749937</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.419385142457306</td></tr>
<tr><td colspan=3>gcor</td><td>0.00404087</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012689356692135334</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021555954590439796</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.056376378291386</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>29.6653</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.6351</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303001.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>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.0144</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7241</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.3678</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3256.9026</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.4792</td></tr>
<tr><td colspan=3>tsnr</td><td>35.09868222172372</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>