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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:29:10.957500</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_VE11C_LATEST_20160120</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.995965, 0.0886999, 0.0136412, -0.0894132, 0.993792, 0.0662069]</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.0935955</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7777, -7250, 593, -37, -201, -38, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>248c89c6-eb84-4e58-918b-1fc22b425145||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6721012592315674, -0.23988904058933258, 0.020746616646647453, 121.69859313964844], [-0.23797546327114105, 2.6662704944610596, 0.181330606341362, -79.85896301269531], [0.036598265171051025, -0.17762835323810577, 2.693824291229248, -69.6558837890625], [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': ['132910.957500', '132911.417500', '132911.877500', '132912.337500', '132912.797500', '132913.257500', '132913.717500', '132914.177500', '132914.637500', '132915.097500', '132915.557500', '132916.017500', '132916.477500', '132916.937500', '132917.397500', '132917.857500', '132918.317500', '132918.777500', '132919.237500', '132919.697500', '132920.157500', '132920.617500', '132921.077500', '132921.537500', '132921.997500', '132922.457500', '132922.917500', '132923.377500', '132923.837500', '132924.297500', '132924.757500', '132925.217500', '132925.677500', '132926.137500', '132926.597500', '132927.057500', '132927.517500', '132927.977500', '132928.437500', '132928.897500', '132929.357500', '132929.817500', '132930.277500', '132930.737500', '132931.197500', '132931.657500', '132932.117500', '132932.577500', '132933.037500', '132933.497500', '132933.957500', '132934.417500', '132934.877500', '132935.337500', '132935.797500', '132936.257500', '132936.717500', '132937.177500', '132937.637500', '132938.097500', '132938.557500', '132939.017500', '132939.477500', '132939.937500', '132940.397500', '132940.857500', '132941.317500', '132941.777500', '132942.237500', '132942.697500', '132943.157500', '132943.617500', '132944.077500', '132944.537500', '132944.997500', '132945.457500', '132945.917500', '132946.377500', '132946.837500', '132947.297500', '132947.757500', '132948.217500', '132948.677500', '132949.137500', '132949.597500', '132950.057500', '132950.517500', '132950.977500', '132951.437500', '132951.897500', '132952.357500', '132952.817500', '132953.277500', '132953.737500', '132954.197500', '132954.657500', '132955.117500', '132955.577500', '132956.037500', '132956.497500', '132956.957500', '132957.417500', '132957.877500', '132958.337500', '132958.797500', '132959.257500', '132959.717500', '133000.177500', '133000.637500', '133001.097500', '133001.557500', '133002.017500', '133002.477500', '133002.937500', '133003.397500', '133003.857500', '133004.317500', '133004.777500', '133005.237500', '133005.697500', '133006.157500', '133006.617500', '133007.077500', '133007.537500', '133007.997500', '133008.457500', '133008.917500', '133009.377500', '133009.837500', '133010.297500', '133010.757500', '133011.217500', '133011.677500', '133012.137500', '133012.597500', '133013.057500', '133013.517500', '133013.977500', '133014.437500', '133014.897500', '133015.357500', '133015.817500', '133016.277500', '133016.737500', '133017.197500', '133017.657500', '133018.117500', '133018.577500', '133019.037500', '133019.497500', '133019.957500', '133020.417500', '133020.877500', '133021.337500', '133021.797500', '133022.257500', '133022.717500', '133023.177500', '133023.637500', '133024.097500', '133024.557500', '133025.017500', '133025.477500', '133025.937500', '133026.397500', '133026.857500', '133027.317500', '133027.777500', '133028.237500', '133028.697500', '133029.157500', '133029.617500', '133030.077500', '133030.537500', '133030.997500', '133031.457500', '133031.917500', '133032.377500', '133032.837500', '133033.297500', '133033.757500', '133034.217500', '133034.677500', '133035.137500', '133035.597500', '133036.057500', '133036.517500', '133036.977500', '133037.437500', '133037.897500', '133038.357500', '133038.817500', '133039.277500', '133039.737500', '133040.197500', '133040.657500', '133041.117500', '133041.577500', '133042.037500', '133042.497500', '133042.957500', '133043.417500', '133043.877500', '133044.337500', '133044.797500', '133045.257500', '133045.717500', '133046.177500', '133046.637500', '133047.097500', '133047.557500', '133048.017500', '133048.477500', '133048.937500', '133049.397500', '133049.857500', '133050.317500', '133050.777500', '133051.237500', '133051.697500', '133052.157500', '133052.617500', '133053.077500', '133053.537500', '133053.997500', '133054.457500', '133054.917500', '133055.377500', '133055.837500', '133056.297500', '133056.757500', '133057.217500', '133057.677500', '133058.137500', '133058.597500', '133059.057500', '133059.517500', '133059.977500', '133100.437500', '133100.897500', '133101.357500', '133101.817500', '133102.277500', '133102.737500', '133103.197500', '133103.657500', '133104.117500', '133104.577500', '133105.037500', '133105.497500', '133105.957500', '133106.417500', '133106.877500', '133107.337500', '133107.797500', '133108.257500', '133108.717500', '133109.177500', '133109.637500', '133110.097500', '133110.557500', '133111.017500', '133111.477500', '133111.937500', '133112.397500', '133112.857500', '133113.317500', '133113.777500', '133114.237500', '133114.697500', '133115.157500', '133115.617500', '133116.077500', '133116.537500', '133116.997500', '133117.457500', '133117.917500', '133118.377500', '133118.837500', '133119.297500', '133119.757500', '133120.217500', '133120.677500', '133121.137500', '133121.597500', '133122.057500', '133122.517500', '133122.977500', '133123.437500', '133123.897500', '133124.357500', '133124.817500', '133125.277500', '133125.737500', '133126.197500', '133126.657500', '133127.117500', '133127.577500', '133128.037500', '133128.497500', '133128.957500', '133129.417500', '133129.877500', '133130.337500', '133130.797500', '133131.257500', '133131.717500', '133132.177500', '133132.637500', '133133.097500', '133133.557500', '133134.017500', '133134.477500', '133134.937500', '133135.397500', '133135.857500', '133136.317500', '133136.777500', '133137.237500', '133137.697500', '133138.157500', '133138.617500', '133139.077500', '133139.537500', '133139.997500', '133140.457500', '133140.917500', '133141.377500', '133141.837500', '133142.297500', '133142.757500', '133143.217500', '133143.677500', '133144.137500', '133144.597500', '133145.057500', '133145.517500', '133145.977500', '133146.437500', '133146.897500', '133147.357500', '133147.817500', '133148.277500', '133148.737500', '133149.197500', '133149.657500', '133150.117500', '133150.577500', '133151.037500', '133151.497500', '133151.957500', '133152.417500', '133152.877500', '133153.337500', '133153.797500', '133154.257500', '133154.717500', '133155.177500', '133155.637500', '133156.097500', '133156.557500', '133157.017500', '133157.477500', '133157.937500', '133158.397500', '133158.857500', '133159.317500', '133159.777500', '133200.237500', '133200.697500', '133201.157500', '133201.617500', '133202.077500', '133202.537500', '133202.997500', '133203.457500', '133203.917500', '133204.377500', '133204.837500', '133205.297500', '133205.757500', '133206.217500', '133206.677500', '133207.137500', '133207.597500', '133208.057500', '133208.517500', '133208.977500', '133209.437500', '133209.897500', '133210.357500', '133210.817500', '133211.277500', '133211.737500', '133212.197500', '133212.657500', '133213.117500', '133213.577500', '133214.037500', '133214.497500', '133214.957500', '133215.417500', '133215.877500', '133216.337500', '133216.797500', '133217.257500', '133217.717500', '133218.177500', '133218.637500', '133219.097500', '133219.557500', '133220.017500', '133220.477500', '133220.937500', '133221.397500', '133221.857500', '133222.317500', '133222.777500', '133223.237500', '133223.697500', '133224.157500', '133224.617500', '133225.077500', '133225.537500', '133225.997500', '133226.457500', '133226.917500', '133227.377500', '133227.837500', '133228.297500', '133228.757500', '133229.217500', '133229.677500', '133230.137500', '133230.597500', '133231.057500', '133231.517500', '133231.977500', '133232.437500', '133232.897500', '133233.357500', '133233.817500', '133234.277500', '133234.737500', '133235.197500', '133235.657500', '133236.117500', '133236.577500', '133237.037500', '133237.497500', '133237.957500', '133238.417500', '133238.877500', '133239.337500', '133239.797500', '133240.257500', '133240.717500', '133241.177500', '133241.637500', '133242.097500', '133242.557500', '133243.017500', '133243.477500', '133243.937500', '133244.397500', '133244.857500', '133245.317500', '133245.777500', '133246.237500', '133246.697500', '133247.157500', '133247.617500', '133248.077500', '133248.537500', '133248.997500', '133249.457500', '133249.917500', '133250.377500', '133250.837500', '133251.297500', '133251.757500', '133252.217500', '133252.677500', '133253.137500', '133253.597500', '133254.057500', '133254.517500', '133254.977500', '133255.437500', '133255.897500', '133256.357500', '133256.817500', '133257.277500', '133257.737500', '133258.197500', '133258.657500', '133259.117500', '133259.577500', '133300.037500', '133300.497500', '133300.957500', '133301.417500', '133301.877500', '133302.337500', '133302.797500', '133303.257500', '133303.717500', '133304.177500', '133304.637500', '133305.097500', '133305.557500', '133306.017500', '133306.477500', '133306.937500', '133307.397500', '133307.857500', '133308.317500', '133308.777500', '133309.237500', '133309.697500', '133310.157500', '133310.617500', '133311.077500', '133311.537500', '133311.997500', '133312.457500', '133312.917500', '133313.377500', '133313.837500', '133314.297500', '133314.757500', '133315.217500', '133315.677500', '133316.137500', '133316.597500', '133317.057500', '133317.517500', '133317.977500', '133318.437500', '133318.897500', '133319.357500', '133319.817500', '133320.277500', '133320.737500', '133321.197500', '133321.657500', '133322.117500', '133322.577500', '133323.037500', '133323.497500', '133323.957500', '133324.417500', '133324.877500', '133325.337500', '133325.797500', '133326.257500', '133326.717500', '133327.177500', '133327.637500', '133328.097500', '133328.557500', '133329.017500', '133329.477500', '133329.937500', '133330.397500', '133330.857500', '133331.317500', '133331.777500', '133332.237500', '133332.697500', '133333.157500', '133333.617500', '133334.077500', '133334.537500', '133334.997500', '133335.457500', '133335.917500', '133336.377500', '133336.837500', '133337.297500', '133337.757500', '133338.217500', '133338.677500', '133339.137500', '133339.597500', '133340.057500', '133340.517500', '133340.977500', '133341.437500', '133341.897500', '133342.357500', '133342.817500', '133343.277500', '133343.737500', '133344.197500', '133344.657500', '133345.117500', '133345.577500', '133346.037500', '133346.497500', '133346.957500', '133347.417500', '133347.877500', '133348.337500', '133348.797500', '133349.257500', '133349.717500', '133350.177500', '133350.637500', '133351.097500', '133351.557500', '133352.017500', '133352.477500', '133352.937500', '133353.397500', '133353.857500', '133354.317500', '133354.777500', '133355.237500', '133355.697500', '133356.157500', '133356.617500', '133357.077500', '133357.537500', '133357.997500', '133358.457500', '133358.917500', '133359.377500', '133359.837500', '133400.297500', '133400.757500', '133401.217500', '133401.677500', '133402.137500', '133402.597500', '133403.057500', '133403.517500', '133403.977500', '133404.437500', '133404.897500', '133405.357500', '133405.817500', '133406.277500', '133406.737500', '133407.197500', '133407.657500', '133408.117500', '133408.577500', '133409.037500', '133409.497500', '133409.957500', '133410.417500', '133410.877500', '133411.337500', '133411.797500', '133412.257500', '133412.717500', '133413.177500', '133413.637500', '133414.097500', '133414.557500', '133415.017500', '133415.477500', '133415.937500', '133416.397500', '133416.857500', '133417.317500', '133417.777500', '133418.237500', '133418.697500', '133419.157500', '133419.617500', '133420.077500', '133420.537500', '133420.997500', '133421.457500', '133421.917500', '133422.377500', '133422.837500', '133423.297500', '133423.757500', '133424.217500', '133424.677500', '133425.137500', '133425.597500', '133426.057500', '133426.517500', '133426.977500', '133427.437500', '133427.897500', '133428.357500', '133428.817500', '133429.277500', '133429.737500', '133430.197500', '133430.657500', '133431.117500', '133431.577500', '133432.037500', '133432.497500', '133432.957500', '133433.417500', '133433.877500', '133434.337500', '133434.797500', '133435.257500', '133435.717500', '133436.177500', '133436.637500', '133437.097500', '133437.557500', '133438.017500', '133438.477500', '133438.937500', '133439.397500', '133439.857500', '133440.317500', '133440.777500', '133441.237500', '133441.697500', '133442.157500', '133442.617500', '133443.077500', '133443.537500', '133443.997500', '133444.457500', '133444.917500', '133445.377500', '133445.837500', '133446.297500', '133446.757500', '133447.217500', '133447.677500', '133448.137500', '133448.597500', '133449.057500', '133449.517500', '133449.977500', '133450.437500', '133450.897500', '133451.357500', '133451.817500', '133452.277500', '133452.737500', '133453.197500', '133453.657500', '133454.117500', '133454.577500', '133455.037500', '133455.497500', '133455.957500', '133456.417500', '133456.877500', '133457.337500', '133457.797500', '133458.257500', '133458.717500', '133459.177500', '133459.637500', '133500.097500', '133500.557500', '133501.017500', '133501.477500', '133501.937500', '133502.397500', '133502.857500', '133503.317500', '133503.777500', '133504.237500', '133504.697500', '133505.157500', '133505.617500', '133506.077500', '133506.537500', '133506.997500', '133507.457500', '133507.917500', '133508.377500', '133508.837500', '133509.297500', '133509.757500', '133510.217500', '133510.677500', '133511.137500', '133511.597500', '133512.057500', '133512.517500', '133512.977500', '133513.437500', '133513.897500', '133514.357500', '133514.817500', '133515.277500', '133515.737500', '133516.197500', '133516.657500', '133517.117500', '133517.577500', '133518.037500', '133518.497500', '133518.957500', '133519.417500', '133519.877500', '133520.337500', '133520.797500', '133521.257500', '133521.717500', '133522.177500', '133522.637500', '133523.097500', '133523.557500', '133524.017500', '133524.477500', '133524.937500', '133525.397500', '133525.857500', '133526.317500', '133526.777500', '133527.237500', '133527.697500', '133528.157500', '133528.617500', '133529.077500', '133529.537500', '133529.997500', '133530.457500', '133530.917500', '133531.377500', '133531.837500', '133532.297500', '133532.757500', '133533.217500', '133533.677500', '133534.137500', '133534.597500', '133535.057500', '133535.517500', '133535.977500', '133536.437500', '133536.897500', '133537.357500', '133537.817500', '133538.277500', '133538.737500', '133539.197500', '133539.657500', '133540.117500', '133540.577500', '133541.037500', '133541.497500', '133541.957500', '133542.417500', '133542.877500', '133543.337500', '133543.797500', '133544.257500', '133544.717500', '133545.177500', '133545.637500', '133546.097500', '133546.557500', '133547.017500', '133547.477500', '133547.937500', '133548.397500', '133548.857500', '133549.317500', '133549.777500', '133550.237500', '133550.697500', '133551.157500', '133551.617500', '133552.077500', '133552.537500', '133552.997500', '133553.457500', '133553.917500', '133554.377500', '133554.837500', '133555.297500', '133555.757500', '133556.217500', '133556.677500', '133557.137500', '133557.597500', '133558.057500', '133558.517500', '133558.977500', '133559.437500', '133559.897500', '133600.357500', '133600.817500', '133601.277500', '133601.737500', '133602.197500', '133602.657500', '133603.117500', '133603.577500', '133604.037500', '133604.497500', '133604.957500', '133605.417500', '133605.877500', '133606.337500', '133606.797500', '133607.257500', '133607.717500', '133608.177500', '133608.637500', '133609.097500', '133609.557500', '133610.017500', '133610.477500', '133610.937500', '133611.397500', '133611.857500', '133612.317500', '133612.777500', '133613.237500', '133613.697500', '133614.157500', '133614.617500', '133615.077500', '133615.537500', '133615.997500', '133616.457500', '133616.917500', '133617.377500', '133617.837500', '133618.297500', '133618.757500', '133619.217500', '133619.677500', '133620.137500', '133620.597500', '133621.057500', '133621.517500', '133621.977500', '133622.437500', '133622.897500', '133623.357500', '133623.817500', '133624.277500', '133624.737500', '133625.197500', '133625.657500', '133626.117500', '133626.577500', '133627.037500', '133627.497500', '133627.957500', '133628.417500', '133628.877500', '133629.337500', '133629.797500', '133630.257500', '133630.717500', '133631.177500', '133631.637500', '133632.097500', '133632.557500', '133633.017500', '133633.477500', '133633.937500', '133634.397500', '133634.857500', '133635.317500', '133635.777500', '133636.237500', '133636.697500', '133637.157500', '133637.617500', '133638.077500', '133638.537500', '133638.997500', '133639.457500', '133639.917500', '133640.377500', '133640.837500', '133641.297500', '133641.757500', '133642.217500', '133642.677500', '133643.137500', '133643.597500', '133644.057500', '133644.517500', '133644.977500', '133645.437500', '133645.897500', '133646.357500', '133646.817500', '133647.277500', '133647.737500', '133648.197500', '133648.657500', '133649.117500', '133649.577500', '133650.037500', '133650.497500', '133650.957500', '133651.417500', '133651.877500', '133652.337500', '133652.797500', '133653.257500', '133653.717500', '133654.177500', '133654.637500', '133655.097500', '133655.557500', '133656.017500', '133656.477500', '133656.937500', '133657.397500', '133657.857500', '133658.317500', '133658.777500', '133659.237500', '133659.697500', '133700.157500', '133700.617500', '133701.077500', '133701.537500', '133701.997500', '133702.457500', '133702.917500', '133703.377500', '133703.837500', '133704.297500', '133704.757500', '133705.217500', '133705.677500', '133706.137500', '133706.597500', '133707.057500', '133707.517500', '133707.977500', '133708.437500', '133708.897500', '133709.357500', '133709.817500', '133710.277500', '133710.737500', '133711.197500', '133711.657500', '133712.117500', '133712.577500', '133713.037500', '133713.497500', '133713.957500', '133714.417500', '133714.877500', '133715.337500', '133715.797500', '133716.257500', '133716.717500', '133717.177500', '133717.637500', '133718.097500', '133718.557500', '133719.017500', '133719.477500', '133719.937500', '133720.397500', '133720.857500', '133721.317500', '133721.777500', '133722.237500', '133722.697500', '133723.157500', '133723.617500', '133724.077500', '133724.537500', '133724.997500', '133725.457500', '133725.917500', '133726.377500', '133726.837500', '133727.297500', '133727.757500', '133728.217500', '133728.677500', '133729.137500', '133729.597500', '133730.057500', '133730.517500', '133730.977500', '133731.437500', '133731.897500', '133732.357500', '133732.817500', '133733.277500', '133733.737500', '133734.197500', '133734.657500', '133735.117500', '133735.577500', '133736.037500', '133736.497500', '133736.957500', '133737.417500', '133737.877500', '133738.337500', '133738.797500', '133739.257500', '133739.717500', '133740.177500', '133740.637500', '133741.097500', '133741.557500', '133742.017500', '133742.477500', '133742.937500', '133743.397500', '133743.857500', '133744.317500', '133744.777500', '133745.237500', '133745.697500', '133746.157500', '133746.617500', '133747.077500', '133747.537500', '133747.997500', '133748.457500', '133748.917500', '133749.377500', '133749.837500', '133750.297500', '133750.757500', '133751.217500', '133751.677500', '133752.137500', '133752.597500', '133753.057500', '133753.517500', '133753.977500', '133754.437500', '133754.897500', '133755.357500', '133755.817500', '133756.277500', '133756.737500', '133757.197500', '133757.657500', '133758.117500', '133758.577500', '133759.037500', '133759.497500', '133759.957500', '133800.417500', '133800.877500', '133801.337500', '133801.797500', '133802.257500', '133802.717500', '133803.177500', '133803.637500', '133804.097500', '133804.557500', '133805.017500', '133805.477500', '133805.937500', '133806.397500', '133806.857500', '133807.317500', '133807.777500', '133808.237500', '133808.697500', '133809.157500', '133809.617500', '133810.077500', '133810.537500', '133810.997500', '133811.457500', '133811.917500', '133812.377500', '133812.837500', '133813.297500', '133813.757500', '133814.217500', '133814.677500', '133815.137500', '133815.597500', '133816.057500', '133816.517500', '133816.977500', '133817.437500', '133817.897500', '133818.357500', '133818.817500', '133819.277500', '133819.737500', '133820.197500', '133820.657500', '133821.117500', '133821.577500', '133822.037500', '133822.497500', '133822.957500', '133823.417500', '133823.877500', '133824.337500', '133824.797500', '133825.257500', '133825.717500', '133826.177500', '133826.637500', '133827.097500', '133827.557500', '133828.017500', '133828.477500', '133828.937500', '133829.397500', '133829.857500', '133830.317500', '133830.777500', '133831.237500', '133831.697500', '133832.157500', '133832.617500', '133833.077500', '133833.537500', '133833.997500', '133834.457500', '133834.917500', '133835.377500', '133835.837500', '133836.297500', '133836.757500', '133837.217500', '133837.677500', '133838.137500', '133838.597500', '133839.057500', '133839.517500', '133839.977500', '133840.437500', '133840.897500', '133841.357500', '133841.817500', '133842.277500', '133842.737500', '133843.197500', '133843.657500', '133844.117500', '133844.577500', '133845.037500', '133845.497500', '133845.957500', '133846.417500', '133846.877500', '133847.337500', '133847.797500', '133848.257500', '133848.717500', '133849.177500', '133849.637500', '133850.097500', '133850.557500', '133851.017500', '133851.477500', '133851.937500', '133852.397500', '133852.857500', '133853.317500', '133853.777500'], 'ContentTime': ['132925.539000', '132925.543000', '132925.546000', '132925.548000', '132925.551000', '132925.554000', '132925.557000', '132925.560000', '132925.563000', '132925.566000', '132925.572000', '132925.575000', '132925.578000', '132925.581000', '132925.584000', '132925.587000', '132925.590000', '132925.593000', '132925.596000', '132925.599000', '132925.608000', '132925.610000', '132925.613000', '132925.616000', '132925.619000', '132925.622000', '132925.625000', '132925.628000', '132925.631000', '132925.634000', '132945.501000', '132945.504000', '132945.507000', '132945.510000', '132945.512000', '132945.515000', '132945.518000', '132945.521000', '132945.524000', '132945.532000', '132945.535000', '132945.538000', '132945.541000', '132945.544000', '132945.547000', '132945.550000', '132945.552000', '132945.555000', '132945.558000', '132945.561000', '132945.564000', '132945.567000', '132945.570000', '132945.573000', '132945.576000', '132945.579000', '132945.582000', '132945.584000', '132945.587000', '132945.590000', '132945.593000', '132945.596000', '132945.599000', '132945.602000', '132945.605000', '132945.608000', '132945.610000', '132945.613000', '132945.616000', '132945.619000', '132945.622000', '132945.625000', '132945.628000', '133005.501000', '133005.504000', '133005.507000', '133005.510000', '133005.513000', '133005.515000', '133005.518000', '133005.522000', '133005.525000', '133005.528000', '133005.531000', '133005.534000', '133005.536000', '133005.539000', '133005.542000', '133005.545000', '133005.548000', '133005.551000', '133005.554000', '133005.557000', '133005.559000', '133005.562000', '133005.565000', '133005.568000', '133005.571000', '133005.574000', '133005.577000', '133005.580000', '133005.583000', '133005.586000', '133005.589000', '133005.591000', '133005.594000', '133005.597000', '133005.600000', '133005.603000', '133005.606000', '133005.609000', '133005.611000', '133005.628000', '133005.631000', '133005.634000', '133005.636000', '133025.501000', '133025.504000', '133025.507000', '133025.510000', '133025.512000', '133025.515000', '133025.518000', '133025.521000', '133025.524000', '133025.527000', '133025.530000', '133025.533000', '133025.536000', '133025.539000', '133025.542000', '133025.545000', '133025.547000', '133025.550000', '133025.553000', '133025.556000', '133025.559000', '133025.562000', '133025.565000', '133025.568000', '133025.571000', '133025.574000', '133025.577000', '133025.580000', '133025.583000', '133025.585000', '133025.588000', '133025.591000', '133025.594000', '133025.597000', '133025.600000', '133025.603000', '133025.606000', '133025.609000', '133025.611000', '133025.614000', '133025.617000', '133025.620000', '133025.623000', '133025.626000', '133045.500000', '133045.503000', '133045.506000', '133045.509000', '133045.512000', '133045.515000', '133045.518000', '133045.520000', '133045.523000', '133045.526000', '133045.529000', '133045.534000', '133045.538000', '133045.542000', '133045.544000', '133045.547000', '133045.550000', '133045.553000', '133045.556000', '133045.559000', '133045.562000', '133045.565000', '133045.568000', '133045.571000', '133045.574000', '133045.576000', '133045.579000', '133045.582000', '133045.585000', '133045.588000', '133045.591000', '133045.594000', '133045.597000', '133045.600000', '133045.602000', '133045.605000', '133045.608000', '133045.611000', '133045.614000', '133045.617000', '133045.620000', '133045.623000', '133045.626000', '133105.500000', '133105.503000', '133105.506000', '133105.509000', '133105.512000', '133105.514000', '133105.517000', '133105.520000', '133105.523000', '133105.526000', '133105.529000', '133105.532000', '133105.535000', '133105.538000', '133105.541000', '133105.544000', '133105.547000', '133105.549000', '133105.552000', '133105.555000', '133105.558000', '133105.561000', '133105.564000', '133105.567000', '133105.570000', '133105.573000', '133105.576000', '133105.579000', '133105.582000', '133105.585000', '133105.588000', '133105.590000', '133105.593000', '133105.596000', '133105.599000', '133105.602000', '133105.605000', '133105.608000', '133105.611000', '133105.614000', '133105.617000', '133105.619000', '133105.622000', '133105.625000', '133125.501000', '133125.504000', '133125.507000', '133125.510000', '133125.513000', '133125.516000', '133125.518000', '133125.521000', '133125.524000', '133125.527000', '133125.530000', '133125.533000', '133125.536000', '133125.539000', '133125.542000', '133125.545000', '133125.548000', '133125.551000', '133125.554000', '133125.557000', '133125.559000', '133125.562000', '133125.566000', '133125.570000', '133125.573000', '133125.576000', '133125.579000', '133125.582000', '133125.585000', '133125.588000', '133125.591000', '133125.594000', '133125.596000', '133125.599000', '133125.602000', '133125.605000', '133125.608000', '133125.611000', '133125.614000', '133125.617000', '133125.620000', '133125.622000', '133125.625000', '133145.501000', '133145.504000', '133145.507000', '133145.510000', '133145.513000', '133145.515000', '133145.518000', '133145.521000', '133145.524000', '133145.527000', '133145.530000', '133145.533000', '133145.536000', '133145.539000', '133145.542000', '133145.545000', '133145.547000', '133145.550000', '133145.553000', '133145.556000', '133145.559000', '133145.579000', '133145.582000', '133145.585000', '133145.588000', '133145.590000', '133145.593000', '133145.596000', '133145.599000', '133145.602000', '133145.605000', '133145.608000', '133145.611000', '133145.614000', '133145.617000', '133145.620000', '133145.622000', '133145.625000', '133145.628000', '133145.631000', '133145.634000', '133145.637000', '133145.640000', '133145.643000', '133205.501000', '133205.504000', '133205.507000', '133205.510000', '133205.513000', '133205.516000', '133205.519000', '133205.521000', '133205.524000', '133205.527000', '133205.530000', '133205.533000', '133205.536000', '133205.539000', '133205.542000', '133205.545000', '133205.548000', '133205.551000', '133205.554000', '133205.557000', '133205.560000', '133205.562000', '133205.565000', '133205.569000', '133205.572000', '133205.575000', '133205.578000', '133205.581000', '133205.583000', '133205.586000', '133205.589000', '133205.592000', '133205.595000', '133205.598000', '133205.601000', '133205.604000', '133205.607000', '133205.610000', '133205.613000', '133205.616000', '133205.619000', '133205.622000', '133205.624000', '133225.501000', '133225.504000', '133225.507000', '133225.510000', '133225.513000', '133225.516000', '133225.519000', '133225.521000', '133225.524000', '133225.527000', '133225.530000', '133225.533000', '133225.536000', '133225.539000', '133225.542000', '133225.545000', '133225.548000', '133225.551000', '133225.553000', '133225.557000', '133225.560000', '133225.562000', '133225.565000', '133225.568000', '133225.571000', '133225.574000', '133225.577000', '133225.580000', '133225.583000', '133225.586000', '133225.589000', '133225.592000', '133225.595000', '133225.598000', '133225.601000', '133225.603000', '133225.606000', '133225.609000', '133225.612000', '133225.615000', '133225.618000', '133225.621000', '133225.624000', '133225.626000', '133245.500000', '133245.503000', '133245.506000', '133245.509000', '133245.512000', '133245.515000', '133245.517000', '133245.520000', '133245.523000', '133245.526000', '133245.530000', '133245.533000', '133245.536000', '133245.539000', '133245.542000', '133245.545000', '133245.548000', '133245.550000', '133245.554000', '133245.556000', '133245.559000', '133245.562000', '133245.565000', '133245.568000', '133245.571000', '133245.574000', '133245.577000', '133245.580000', '133245.586000', '133245.589000', '133245.592000', '133245.595000', '133245.598000', '133245.601000', '133245.604000', '133245.607000', '133245.609000', '133245.612000', '133245.615000', '133245.618000', '133245.621000', '133245.624000', '133245.627000', '133305.500000', '133305.503000', '133305.506000', '133305.509000', '133305.512000', '133305.515000', '133305.518000', '133305.521000', '133305.523000', '133305.526000', '133305.529000', '133305.532000', '133305.535000', '133305.538000', '133305.541000', '133305.544000', '133305.546000', '133305.549000', '133305.552000', '133305.555000', '133305.558000', '133305.561000', '133305.564000', '133305.567000', '133305.570000', '133305.573000', '133305.576000', '133305.578000', '133305.581000', '133305.584000', '133305.587000', '133305.590000', '133305.593000', '133305.596000', '133305.599000', '133305.602000', '133305.604000', '133305.607000', '133305.610000', '133305.613000', '133305.616000', '133305.619000', '133305.622000', '133305.625000', '133325.500000', '133325.503000', '133325.506000', '133325.509000', '133325.512000', '133325.515000', '133325.518000', '133325.521000', '133325.524000', '133325.526000', '133325.529000', '133325.532000', '133325.535000', '133325.538000', '133325.541000', '133325.544000', '133325.547000', '133325.550000', '133325.553000', '133325.556000', '133325.558000', '133325.561000', '133325.564000', '133325.567000', '133325.570000', '133325.573000', '133325.576000', '133325.579000', '133325.582000', '133325.585000', '133325.588000', '133325.591000', '133325.594000', '133325.597000', '133325.600000', '133325.603000', '133325.606000', '133325.608000', '133325.612000', '133325.615000', '133325.618000', '133325.621000', '133325.624000', '133345.501000', '133345.504000', '133345.507000', '133345.510000', '133345.513000', '133345.516000', '133345.519000', '133345.522000', '133345.524000', '133345.527000', '133345.530000', '133345.533000', '133345.536000', '133345.539000', '133345.542000', '133345.545000', '133345.548000', '133345.551000', '133345.554000', '133345.557000', '133345.560000', '133345.563000', '133345.565000', '133345.568000', '133345.571000', '133345.574000', '133345.577000', '133345.580000', '133345.583000', '133345.586000', '133345.589000', '133345.592000', '133345.595000', '133345.598000', '133345.601000', '133345.603000', '133345.606000', '133345.609000', '133345.612000', '133345.615000', '133345.618000', '133345.621000', '133345.624000', '133345.626000', '133405.501000', '133405.504000', '133405.507000', '133405.510000', '133405.513000', '133405.516000', '133405.519000', '133405.522000', '133405.524000', '133405.528000', '133405.530000', '133405.533000', '133405.536000', '133405.539000', '133405.542000', '133405.545000', '133405.548000', '133405.551000', '133405.554000', '133405.557000', '133405.560000', '133405.563000', '133405.567000', '133405.570000', '133405.573000', '133405.576000', '133405.579000', '133405.582000', '133405.585000', '133405.588000', '133405.590000', '133405.593000', '133405.596000', '133405.599000', '133405.602000', '133405.605000', '133405.608000', '133405.611000', '133405.614000', '133405.617000', '133405.620000', '133405.623000', '133405.628000', '133425.501000', '133425.504000', '133425.507000', '133425.510000', '133425.513000', '133425.516000', '133425.519000', '133425.521000', '133425.524000', '133425.527000', '133425.530000', '133425.534000', '133425.537000', '133425.540000', '133425.543000', '133425.546000', '133425.549000', '133425.552000', '133425.555000', '133425.558000', '133425.561000', '133425.564000', '133425.566000', '133425.569000', '133425.572000', '133425.575000', '133425.578000', '133425.581000', '133425.584000', '133425.587000', '133425.590000', '133425.593000', '133425.596000', '133425.599000', '133425.602000', '133425.604000', '133425.607000', '133425.610000', '133425.613000', '133425.616000', '133425.619000', '133425.622000', '133425.625000', '133425.628000', '133445.501000', '133445.504000', '133445.507000', '133445.510000', '133445.513000', '133445.516000', '133445.519000', '133445.521000', '133445.524000', '133445.527000', '133445.530000', '133445.533000', '133445.548000', '133445.551000', '133445.554000', '133445.557000', '133445.560000', '133445.563000', '133445.565000', '133445.568000', '133445.573000', '133445.576000', '133445.579000', '133445.582000', '133445.585000', '133445.588000', '133445.591000', '133445.594000', '133445.597000', '133445.600000', '133445.602000', '133445.605000', '133445.608000', '133445.611000', '133445.614000', '133445.617000', '133445.620000', '133445.623000', '133445.626000', '133445.629000', '133445.632000', '133445.635000', '133445.638000', '133505.500000', '133505.503000', '133505.506000', '133505.509000', '133505.512000', '133505.514000', '133505.517000', '133505.520000', '133505.523000', '133505.526000', '133505.529000', '133505.532000', '133505.535000', '133505.538000', '133505.541000', '133505.544000', '133505.547000', '133505.549000', '133505.552000', '133505.555000', '133505.558000', '133505.561000', '133505.564000', '133505.567000', '133505.570000', '133505.573000', '133505.576000', '133505.579000', '133505.582000', '133505.585000', '133505.587000', '133505.590000', '133505.593000', '133505.596000', '133505.599000', '133505.602000', '133505.605000', '133505.608000', '133505.611000', '133505.613000', '133505.616000', '133505.619000', '133505.622000', '133505.625000', '133525.500000', '133525.503000', '133525.506000', '133525.509000', '133525.512000', '133525.515000', '133525.518000', '133525.520000', '133525.523000', '133525.526000', '133525.529000', '133525.532000', '133525.535000', '133525.538000', '133525.541000', '133525.544000', '133525.547000', '133525.550000', '133525.553000', '133525.555000', '133525.558000', '133525.561000', '133525.564000', '133525.567000', '133525.570000', '133525.573000', '133525.576000', '133525.579000', '133525.582000', '133525.585000', '133525.588000', '133525.590000', '133525.593000', '133525.596000', '133525.599000', '133525.602000', '133525.606000', '133525.609000', '133525.612000', '133525.615000', '133525.618000', '133525.621000', '133525.623000', '133545.500000', '133545.503000', '133545.506000', '133545.509000', '133545.511000', '133545.514000', '133545.517000', '133545.520000', '133545.523000', '133545.526000', '133545.529000', '133545.532000', '133545.535000', '133545.538000', '133545.541000', '133545.544000', '133545.546000', '133545.549000', '133545.552000', '133545.555000', '133545.558000', '133545.561000', '133545.564000', '133545.567000', '133545.570000', '133545.573000', '133545.576000', '133545.579000', '133545.582000', '133545.585000', '133545.587000', '133545.590000', '133545.593000', '133545.596000', '133545.599000', '133545.602000', '133545.605000', '133545.608000', '133545.610000', '133545.613000', '133545.616000', '133545.619000', '133545.622000', '133545.625000', '133605.501000', '133605.504000', '133605.507000', '133605.510000', '133605.513000', '133605.516000', '133605.519000', '133605.522000', '133605.524000', '133605.528000', '133605.530000', '133605.533000', '133605.536000', '133605.539000', '133605.542000', '133605.545000', '133605.548000', '133605.551000', '133605.554000', '133605.557000', '133605.559000', '133605.562000', '133605.565000', '133605.585000', '133605.588000', '133605.591000', '133605.594000', '133605.597000', '133605.600000', '133605.603000', '133605.606000', '133605.609000', '133605.611000', '133605.614000', '133605.617000', '133605.620000', '133605.623000', '133605.626000', '133605.629000', '133605.632000', '133605.635000', '133605.637000', '133605.640000', '133625.501000', '133625.504000', '133625.507000', '133625.510000', '133625.513000', '133625.516000', '133625.519000', '133625.522000', '133625.525000', '133625.528000', '133625.531000', '133625.533000', '133625.536000', '133625.539000', '133625.542000', '133625.545000', '133625.548000', '133625.551000', '133625.554000', '133625.556000', '133625.559000', '133625.562000', '133625.565000', '133625.568000', '133625.571000', '133625.574000', '133625.577000', '133625.580000', '133625.583000', '133625.586000', '133625.589000', '133625.592000', '133625.595000', '133625.598000', '133625.601000', '133625.603000', '133625.606000', '133625.609000', '133625.612000', '133625.615000', '133625.618000', '133625.621000', '133625.624000', '133625.627000', '133645.501000', '133645.504000', '133645.507000', '133645.510000', '133645.513000', '133645.516000', '133645.519000', '133645.522000', '133645.525000', '133645.527000', '133645.530000', '133645.533000', '133645.536000', '133645.539000', '133645.542000', '133645.545000', '133645.548000', '133645.551000', '133645.554000', '133645.557000', '133645.559000', '133645.562000', '133645.565000', '133645.568000', '133645.571000', '133645.574000', '133645.577000', '133645.580000', '133645.583000', '133645.586000', '133645.589000', '133645.591000', '133645.594000', '133645.597000', '133645.600000', '133645.603000', '133645.606000', '133645.609000', '133645.612000', '133645.615000', '133645.618000', '133645.621000', '133645.623000', '133705.501000', '133705.504000', '133705.507000', '133705.510000', '133705.513000', '133705.516000', '133705.519000', '133705.522000', '133705.525000', '133705.527000', '133705.530000', '133705.533000', '133705.536000', '133705.539000', '133705.542000', '133705.545000', '133705.548000', '133705.551000', '133705.553000', '133705.556000', '133705.559000', '133705.562000', '133705.565000', '133705.568000', '133705.571000', '133705.574000', '133705.577000', '133705.580000', '133705.583000', '133705.586000', '133705.589000', '133705.592000', '133705.595000', '133705.597000', '133705.600000', '133705.603000', '133705.606000', '133705.610000', '133705.613000', '133705.616000', '133705.619000', '133705.622000', '133705.624000', '133725.500000', '133725.503000', '133725.506000', '133725.509000', '133725.512000', '133725.515000', '133725.518000', '133725.521000', '133725.523000', '133725.526000', '133725.529000', '133725.532000', '133725.535000', '133725.538000', '133725.541000', '133725.544000', '133725.547000', '133725.550000', '133725.553000', '133725.556000', '133725.559000', '133725.582000', '133725.585000', '133725.588000', '133725.591000', '133725.594000', '133725.597000', '133725.600000', '133725.603000', '133725.606000', '133725.609000', '133725.611000', '133725.614000', '133725.617000', '133725.620000', '133725.623000', '133725.626000', '133725.629000', '133725.632000', '133725.635000', '133725.638000', '133725.641000', '133725.644000', '133725.647000', '133745.500000', '133745.503000', '133745.508000', '133745.513000', '133745.516000', '133745.519000', '133745.522000', '133745.525000', '133745.528000', '133745.531000', '133745.534000', '133745.536000', '133745.539000', '133745.542000', '133745.545000', '133745.548000', '133745.551000', '133745.554000', '133745.557000', '133745.560000', '133745.563000', '133745.566000', '133745.569000', '133745.572000', '133745.575000', '133745.578000', '133745.580000', '133745.583000', '133745.586000', '133745.589000', '133745.592000', '133745.595000', '133745.598000', '133745.601000', '133745.604000', '133745.607000', '133745.610000', '133745.613000', '133745.615000', '133745.618000', '133745.621000', '133745.624000', '133745.627000', '133805.500000', '133805.503000', '133805.506000', '133805.509000', '133805.512000', '133805.515000', '133805.518000', '133805.521000', '133805.524000', '133805.527000', '133805.529000', '133805.532000', '133805.535000', '133805.538000', '133805.541000', '133805.544000', '133805.547000', '133805.550000', '133805.553000', '133805.556000', '133805.559000', '133805.561000', '133805.564000', '133805.567000', '133805.570000', '133805.573000', '133805.576000', '133805.579000', '133805.582000', '133805.585000', '133805.588000', '133805.591000', '133805.594000', '133805.597000', '133805.600000', '133805.602000', '133805.605000', '133805.608000', '133805.611000', '133805.614000', '133805.617000', '133805.620000', '133805.623000', '133805.626000', '133825.501000', '133825.504000', '133825.507000', '133825.510000', '133825.513000', '133825.516000', '133825.519000', '133825.522000', '133825.527000', '133825.530000', '133825.533000', '133825.536000', '133825.539000', '133825.542000', '133825.545000', '133825.548000', '133825.551000', '133825.554000', '133825.557000', '133825.560000', '133825.562000', '133825.565000', '133825.568000', '133825.571000', '133825.574000', '133825.577000', '133825.580000', '133825.583000', '133825.586000', '133825.589000', '133825.592000', '133825.595000', '133825.597000', '133825.600000', '133825.603000', '133825.606000', '133825.609000', '133825.612000', '133825.615000', '133825.618000', '133825.621000', '133825.624000', '133825.627000', '133845.501000', '133845.504000', '133845.507000', '133845.510000', '133845.513000', '133845.516000', '133845.518000', '133845.521000', '133845.524000', '133845.527000', '133845.530000', '133845.533000', '133845.536000', '133845.539000', '133845.542000', '133845.545000', '133845.548000', '133845.567000', '133845.570000', '133845.573000', '133845.576000', '133845.579000', '133845.582000', '133845.585000', '133845.588000', '133845.591000', '133845.594000', '133845.597000', '133845.599000', '133845.602000', '133845.605000', '133845.608000', '133845.611000', '133845.614000', '133845.617000', '133845.620000', '133845.623000', '133845.626000', '133845.628000', '133845.631000', '133845.634000', '133845.637000', '133845.640000', '133845.643000', '133855.010000', '133855.015000', '133855.019000', '133855.025000', '133855.033000', '133855.036000', '133855.040000', '133855.044000', '133855.047000', '133855.050000', '133855.054000', '133855.057000', '133855.060000', '133855.063000', '133855.066000', '133855.069000', '133855.072000', '133855.076000', '133855.079000', '133855.083000', '133855.086000'], 'InstanceCreationTime': ['132925.539000', '132925.543000', '132925.546000', '132925.548000', '132925.551000', '132925.554000', '132925.557000', '132925.560000', '132925.563000', '132925.566000', '132925.572000', '132925.575000', '132925.578000', '132925.581000', '132925.584000', '132925.587000', '132925.590000', '132925.593000', '132925.596000', '132925.599000', '132925.608000', '132925.610000', '132925.613000', '132925.616000', '132925.619000', '132925.622000', '132925.625000', '132925.628000', '132925.631000', '132925.634000', '132945.501000', '132945.504000', '132945.507000', '132945.510000', '132945.512000', '132945.515000', '132945.518000', '132945.521000', '132945.524000', '132945.532000', '132945.535000', '132945.538000', '132945.541000', '132945.544000', '132945.547000', '132945.550000', '132945.552000', '132945.555000', '132945.558000', '132945.561000', '132945.564000', '132945.567000', '132945.570000', '132945.573000', '132945.576000', '132945.579000', '132945.582000', '132945.584000', '132945.587000', '132945.590000', '132945.593000', '132945.596000', '132945.599000', '132945.602000', '132945.605000', '132945.608000', '132945.610000', '132945.613000', '132945.616000', '132945.619000', '132945.622000', '132945.625000', '132945.628000', '133005.501000', '133005.504000', '133005.507000', '133005.510000', '133005.513000', '133005.515000', '133005.518000', '133005.522000', '133005.525000', '133005.528000', '133005.531000', '133005.534000', '133005.536000', '133005.539000', '133005.542000', '133005.545000', '133005.548000', '133005.551000', '133005.554000', '133005.557000', '133005.559000', '133005.562000', '133005.565000', '133005.568000', '133005.571000', '133005.574000', '133005.577000', '133005.580000', '133005.583000', '133005.586000', '133005.589000', '133005.591000', '133005.594000', '133005.597000', '133005.600000', '133005.603000', '133005.606000', '133005.609000', '133005.611000', '133005.628000', '133005.631000', '133005.634000', '133005.636000', '133025.501000', '133025.504000', '133025.507000', '133025.510000', '133025.512000', '133025.515000', '133025.518000', '133025.521000', '133025.524000', '133025.527000', '133025.530000', '133025.533000', '133025.536000', '133025.539000', '133025.542000', '133025.545000', '133025.547000', '133025.550000', '133025.553000', '133025.556000', '133025.559000', '133025.562000', '133025.565000', '133025.568000', '133025.571000', '133025.574000', '133025.577000', '133025.580000', '133025.583000', '133025.585000', '133025.588000', '133025.591000', '133025.594000', '133025.597000', '133025.600000', '133025.603000', '133025.606000', '133025.609000', '133025.611000', '133025.614000', '133025.617000', '133025.620000', '133025.623000', '133025.626000', '133045.500000', '133045.503000', '133045.506000', '133045.509000', '133045.512000', '133045.515000', '133045.518000', '133045.520000', '133045.523000', '133045.526000', '133045.529000', '133045.534000', '133045.538000', '133045.542000', '133045.544000', '133045.547000', '133045.550000', '133045.553000', '133045.556000', '133045.559000', '133045.562000', '133045.565000', '133045.568000', '133045.571000', '133045.574000', '133045.576000', '133045.579000', '133045.582000', '133045.585000', '133045.588000', '133045.591000', '133045.594000', '133045.597000', '133045.600000', '133045.602000', '133045.605000', '133045.608000', '133045.611000', '133045.614000', '133045.617000', '133045.620000', '133045.623000', '133045.626000', '133105.500000', '133105.503000', '133105.506000', '133105.509000', '133105.512000', '133105.514000', '133105.517000', '133105.520000', '133105.523000', '133105.526000', '133105.529000', '133105.532000', '133105.535000', '133105.538000', '133105.541000', '133105.544000', '133105.547000', '133105.549000', '133105.552000', '133105.555000', '133105.558000', '133105.561000', '133105.564000', '133105.567000', '133105.570000', '133105.573000', '133105.576000', '133105.579000', '133105.582000', '133105.585000', '133105.588000', '133105.590000', '133105.593000', '133105.596000', '133105.599000', '133105.602000', '133105.605000', '133105.608000', '133105.611000', '133105.614000', '133105.617000', '133105.619000', '133105.622000', '133105.625000', '133125.501000', '133125.504000', '133125.507000', '133125.510000', '133125.513000', '133125.516000', '133125.518000', '133125.521000', '133125.524000', '133125.527000', '133125.530000', '133125.533000', '133125.536000', '133125.539000', '133125.542000', '133125.545000', '133125.548000', '133125.551000', '133125.554000', '133125.557000', '133125.559000', '133125.562000', '133125.566000', '133125.570000', '133125.573000', '133125.576000', '133125.579000', '133125.582000', '133125.585000', '133125.588000', '133125.591000', '133125.594000', '133125.596000', '133125.599000', '133125.602000', '133125.605000', '133125.608000', '133125.611000', '133125.614000', '133125.617000', '133125.620000', '133125.622000', '133125.625000', '133145.501000', '133145.504000', '133145.507000', '133145.510000', '133145.513000', '133145.515000', '133145.518000', '133145.521000', '133145.524000', '133145.527000', '133145.530000', '133145.533000', '133145.536000', '133145.539000', '133145.542000', '133145.545000', '133145.547000', '133145.550000', '133145.553000', '133145.556000', '133145.559000', '133145.579000', '133145.582000', '133145.585000', '133145.588000', '133145.590000', '133145.593000', '133145.596000', '133145.599000', '133145.602000', '133145.605000', '133145.608000', '133145.611000', '133145.614000', '133145.617000', '133145.620000', '133145.622000', '133145.625000', '133145.628000', '133145.631000', '133145.634000', '133145.637000', '133145.640000', '133145.643000', '133205.501000', '133205.504000', '133205.507000', '133205.510000', '133205.513000', '133205.516000', '133205.519000', '133205.521000', '133205.524000', '133205.527000', '133205.530000', '133205.533000', '133205.536000', '133205.539000', '133205.542000', '133205.545000', '133205.548000', '133205.551000', '133205.554000', '133205.557000', '133205.560000', '133205.562000', '133205.565000', '133205.569000', '133205.572000', '133205.575000', '133205.578000', '133205.581000', '133205.583000', '133205.586000', '133205.589000', '133205.592000', '133205.595000', '133205.598000', '133205.601000', '133205.604000', '133205.607000', '133205.610000', '133205.613000', '133205.616000', '133205.619000', '133205.622000', '133205.624000', '133225.501000', '133225.504000', '133225.507000', '133225.510000', '133225.513000', '133225.516000', '133225.519000', '133225.521000', '133225.524000', '133225.527000', '133225.530000', '133225.533000', '133225.536000', '133225.539000', '133225.542000', '133225.545000', '133225.548000', '133225.551000', '133225.553000', '133225.557000', '133225.560000', '133225.562000', '133225.565000', '133225.568000', '133225.571000', '133225.574000', '133225.577000', '133225.580000', '133225.583000', '133225.586000', '133225.589000', '133225.592000', '133225.595000', '133225.598000', '133225.601000', '133225.603000', '133225.606000', '133225.609000', '133225.612000', '133225.615000', '133225.618000', '133225.621000', '133225.624000', '133225.626000', '133245.500000', '133245.503000', '133245.506000', '133245.509000', '133245.512000', '133245.515000', '133245.517000', '133245.520000', '133245.523000', '133245.526000', '133245.530000', '133245.533000', '133245.536000', '133245.539000', '133245.542000', '133245.545000', '133245.548000', '133245.550000', '133245.554000', '133245.556000', '133245.559000', '133245.562000', '133245.565000', '133245.568000', '133245.571000', '133245.574000', '133245.577000', '133245.580000', '133245.586000', '133245.589000', '133245.592000', '133245.595000', '133245.598000', '133245.601000', '133245.604000', '133245.607000', '133245.609000', '133245.612000', '133245.615000', '133245.618000', '133245.621000', '133245.624000', '133245.627000', '133305.500000', '133305.503000', '133305.506000', '133305.509000', '133305.512000', '133305.515000', '133305.518000', '133305.521000', '133305.523000', '133305.526000', '133305.529000', '133305.532000', '133305.535000', '133305.538000', '133305.541000', '133305.544000', '133305.546000', '133305.549000', '133305.552000', '133305.555000', '133305.558000', '133305.561000', '133305.564000', '133305.567000', '133305.570000', '133305.573000', '133305.576000', '133305.578000', '133305.581000', '133305.584000', '133305.587000', '133305.590000', '133305.593000', '133305.596000', '133305.599000', '133305.602000', '133305.604000', '133305.607000', '133305.610000', '133305.613000', '133305.616000', '133305.619000', '133305.622000', '133305.625000', '133325.500000', '133325.503000', '133325.506000', '133325.509000', '133325.512000', '133325.515000', '133325.518000', '133325.521000', '133325.524000', '133325.526000', '133325.529000', '133325.532000', '133325.535000', '133325.538000', '133325.541000', '133325.544000', '133325.547000', '133325.550000', '133325.553000', '133325.556000', '133325.558000', '133325.561000', '133325.564000', '133325.567000', '133325.570000', '133325.573000', '133325.576000', '133325.579000', '133325.582000', '133325.585000', '133325.588000', '133325.591000', '133325.594000', '133325.597000', '133325.600000', '133325.603000', '133325.606000', '133325.608000', '133325.612000', '133325.615000', '133325.618000', '133325.621000', '133325.624000', '133345.501000', '133345.504000', '133345.507000', '133345.510000', '133345.513000', '133345.516000', '133345.519000', '133345.522000', '133345.524000', '133345.527000', '133345.530000', '133345.533000', '133345.536000', '133345.539000', '133345.542000', '133345.545000', '133345.548000', '133345.551000', '133345.554000', '133345.557000', '133345.560000', '133345.563000', '133345.565000', '133345.568000', '133345.571000', '133345.574000', '133345.577000', '133345.580000', '133345.583000', '133345.586000', '133345.589000', '133345.592000', '133345.595000', '133345.598000', '133345.601000', '133345.603000', '133345.606000', '133345.609000', '133345.612000', '133345.615000', '133345.618000', '133345.621000', '133345.624000', '133345.626000', '133405.501000', '133405.504000', '133405.507000', '133405.510000', '133405.513000', '133405.516000', '133405.519000', '133405.522000', '133405.524000', '133405.528000', '133405.530000', '133405.533000', '133405.536000', '133405.539000', '133405.542000', '133405.545000', '133405.548000', '133405.551000', '133405.554000', '133405.557000', '133405.560000', '133405.563000', '133405.567000', '133405.570000', '133405.573000', '133405.576000', '133405.579000', '133405.582000', '133405.585000', '133405.588000', '133405.590000', '133405.593000', '133405.596000', '133405.599000', '133405.602000', '133405.605000', '133405.608000', '133405.611000', '133405.614000', '133405.617000', '133405.620000', '133405.623000', '133405.628000', '133425.501000', '133425.504000', '133425.507000', '133425.510000', '133425.513000', '133425.516000', '133425.519000', '133425.521000', '133425.524000', '133425.527000', '133425.530000', '133425.534000', '133425.537000', '133425.540000', '133425.543000', '133425.546000', '133425.549000', '133425.552000', '133425.555000', '133425.558000', '133425.561000', '133425.564000', '133425.566000', '133425.569000', '133425.572000', '133425.575000', '133425.578000', '133425.581000', '133425.584000', '133425.587000', '133425.590000', '133425.593000', '133425.596000', '133425.599000', '133425.602000', '133425.604000', '133425.607000', '133425.610000', '133425.613000', '133425.616000', '133425.619000', '133425.622000', '133425.625000', '133425.628000', '133445.501000', '133445.504000', '133445.507000', '133445.510000', '133445.513000', '133445.516000', '133445.519000', '133445.521000', '133445.524000', '133445.527000', '133445.530000', '133445.533000', '133445.548000', '133445.551000', '133445.554000', '133445.557000', '133445.560000', '133445.563000', '133445.565000', '133445.568000', '133445.573000', '133445.576000', '133445.579000', '133445.582000', '133445.585000', '133445.588000', '133445.591000', '133445.594000', '133445.597000', '133445.600000', '133445.602000', '133445.605000', '133445.608000', '133445.611000', '133445.614000', '133445.617000', '133445.620000', '133445.623000', '133445.626000', '133445.629000', '133445.632000', '133445.635000', '133445.638000', '133505.500000', '133505.503000', '133505.506000', '133505.509000', '133505.512000', '133505.514000', '133505.517000', '133505.520000', '133505.523000', '133505.526000', '133505.529000', '133505.532000', '133505.535000', '133505.538000', '133505.541000', '133505.544000', '133505.547000', '133505.549000', '133505.552000', '133505.555000', '133505.558000', '133505.561000', '133505.564000', '133505.567000', '133505.570000', '133505.573000', '133505.576000', '133505.579000', '133505.582000', '133505.585000', '133505.587000', '133505.590000', '133505.593000', '133505.596000', '133505.599000', '133505.602000', '133505.605000', '133505.608000', '133505.611000', '133505.613000', '133505.616000', '133505.619000', '133505.622000', '133505.625000', '133525.500000', '133525.503000', '133525.506000', '133525.509000', '133525.512000', '133525.515000', '133525.518000', '133525.520000', '133525.523000', '133525.526000', '133525.529000', '133525.532000', '133525.535000', '133525.538000', '133525.541000', '133525.544000', '133525.547000', '133525.550000', '133525.553000', '133525.555000', '133525.558000', '133525.561000', '133525.564000', '133525.567000', '133525.570000', '133525.573000', '133525.576000', '133525.579000', '133525.582000', '133525.585000', '133525.588000', '133525.590000', '133525.593000', '133525.596000', '133525.599000', '133525.602000', '133525.606000', '133525.609000', '133525.612000', '133525.615000', '133525.618000', '133525.621000', '133525.623000', '133545.500000', '133545.503000', '133545.506000', '133545.509000', '133545.511000', '133545.514000', '133545.517000', '133545.520000', '133545.523000', '133545.526000', '133545.529000', '133545.532000', '133545.535000', '133545.538000', '133545.541000', '133545.544000', '133545.546000', '133545.549000', '133545.552000', '133545.555000', '133545.558000', '133545.561000', '133545.564000', '133545.567000', '133545.570000', '133545.573000', '133545.576000', '133545.579000', '133545.582000', '133545.585000', '133545.587000', '133545.590000', '133545.593000', '133545.596000', '133545.599000', '133545.602000', '133545.605000', '133545.608000', '133545.610000', '133545.613000', '133545.616000', '133545.619000', '133545.622000', '133545.625000', '133605.501000', '133605.504000', '133605.507000', '133605.510000', '133605.513000', '133605.516000', '133605.519000', '133605.522000', '133605.524000', '133605.528000', '133605.530000', '133605.533000', '133605.536000', '133605.539000', '133605.542000', '133605.545000', '133605.548000', '133605.551000', '133605.554000', '133605.557000', '133605.559000', '133605.562000', '133605.565000', '133605.585000', '133605.588000', '133605.591000', '133605.594000', '133605.597000', '133605.600000', '133605.603000', '133605.606000', '133605.609000', '133605.611000', '133605.614000', '133605.617000', '133605.620000', '133605.623000', '133605.626000', '133605.629000', '133605.632000', '133605.635000', '133605.637000', '133605.640000', '133625.501000', '133625.504000', '133625.507000', '133625.510000', '133625.513000', '133625.516000', '133625.519000', '133625.522000', '133625.525000', '133625.528000', '133625.531000', '133625.533000', '133625.536000', '133625.539000', '133625.542000', '133625.545000', '133625.548000', '133625.551000', '133625.554000', '133625.556000', '133625.559000', '133625.562000', '133625.565000', '133625.568000', '133625.571000', '133625.574000', '133625.577000', '133625.580000', '133625.583000', '133625.586000', '133625.589000', '133625.592000', '133625.595000', '133625.598000', '133625.601000', '133625.603000', '133625.606000', '133625.609000', '133625.612000', '133625.615000', '133625.618000', '133625.621000', '133625.624000', '133625.627000', '133645.501000', '133645.504000', '133645.507000', '133645.510000', '133645.513000', '133645.516000', '133645.519000', '133645.522000', '133645.525000', '133645.527000', '133645.530000', '133645.533000', '133645.536000', '133645.539000', '133645.542000', '133645.545000', '133645.548000', '133645.551000', '133645.554000', '133645.557000', '133645.559000', '133645.562000', '133645.565000', '133645.568000', '133645.571000', '133645.574000', '133645.577000', '133645.580000', '133645.583000', '133645.586000', '133645.589000', '133645.591000', '133645.594000', '133645.597000', '133645.600000', '133645.603000', '133645.606000', '133645.609000', '133645.612000', '133645.615000', '133645.618000', '133645.621000', '133645.623000', '133705.501000', '133705.504000', '133705.507000', '133705.510000', '133705.513000', '133705.516000', '133705.519000', '133705.522000', '133705.525000', '133705.527000', '133705.530000', '133705.533000', '133705.536000', '133705.539000', '133705.542000', '133705.545000', '133705.548000', '133705.551000', '133705.553000', '133705.556000', '133705.559000', '133705.562000', '133705.565000', '133705.568000', '133705.571000', '133705.574000', '133705.577000', '133705.580000', '133705.583000', '133705.586000', '133705.589000', '133705.592000', '133705.595000', '133705.597000', '133705.600000', '133705.603000', '133705.606000', '133705.610000', '133705.613000', '133705.616000', '133705.619000', '133705.622000', '133705.624000', '133725.500000', '133725.503000', '133725.506000', '133725.509000', '133725.512000', '133725.515000', '133725.518000', '133725.521000', '133725.523000', '133725.526000', '133725.529000', '133725.532000', '133725.535000', '133725.538000', '133725.541000', '133725.544000', '133725.547000', '133725.550000', '133725.553000', '133725.556000', '133725.559000', '133725.582000', '133725.585000', '133725.588000', '133725.591000', '133725.594000', '133725.597000', '133725.600000', '133725.603000', '133725.606000', '133725.609000', '133725.611000', '133725.614000', '133725.617000', '133725.620000', '133725.623000', '133725.626000', '133725.629000', '133725.632000', '133725.635000', '133725.638000', '133725.641000', '133725.644000', '133725.647000', '133745.500000', '133745.503000', '133745.508000', '133745.513000', '133745.516000', '133745.519000', '133745.522000', '133745.525000', '133745.528000', '133745.531000', '133745.534000', '133745.536000', '133745.539000', '133745.542000', '133745.545000', '133745.548000', '133745.551000', '133745.554000', '133745.557000', '133745.560000', '133745.563000', '133745.566000', '133745.569000', '133745.572000', '133745.575000', '133745.578000', '133745.580000', '133745.583000', '133745.586000', '133745.589000', '133745.592000', '133745.595000', '133745.598000', '133745.601000', '133745.604000', '133745.607000', '133745.610000', '133745.613000', '133745.615000', '133745.618000', '133745.621000', '133745.624000', '133745.627000', '133805.500000', '133805.503000', '133805.506000', '133805.509000', '133805.512000', '133805.515000', '133805.518000', '133805.521000', '133805.524000', '133805.527000', '133805.529000', '133805.532000', '133805.535000', '133805.538000', '133805.541000', '133805.544000', '133805.547000', '133805.550000', '133805.553000', '133805.556000', '133805.559000', '133805.561000', '133805.564000', '133805.567000', '133805.570000', '133805.573000', '133805.576000', '133805.579000', '133805.582000', '133805.585000', '133805.588000', '133805.591000', '133805.594000', '133805.597000', '133805.600000', '133805.602000', '133805.605000', '133805.608000', '133805.611000', '133805.614000', '133805.617000', '133805.620000', '133805.623000', '133805.626000', '133825.501000', '133825.504000', '133825.507000', '133825.510000', '133825.513000', '133825.516000', '133825.519000', '133825.522000', '133825.527000', '133825.530000', '133825.533000', '133825.536000', '133825.539000', '133825.542000', '133825.545000', '133825.548000', '133825.551000', '133825.554000', '133825.557000', '133825.560000', '133825.562000', '133825.565000', '133825.568000', '133825.571000', '133825.574000', '133825.577000', '133825.580000', '133825.583000', '133825.586000', '133825.589000', '133825.592000', '133825.595000', '133825.597000', '133825.600000', '133825.603000', '133825.606000', '133825.609000', '133825.612000', '133825.615000', '133825.618000', '133825.621000', '133825.624000', '133825.627000', '133845.501000', '133845.504000', '133845.507000', '133845.510000', '133845.513000', '133845.516000', '133845.518000', '133845.521000', '133845.524000', '133845.527000', '133845.530000', '133845.533000', '133845.536000', '133845.539000', '133845.542000', '133845.545000', '133845.548000', '133845.567000', '133845.570000', '133845.573000', '133845.576000', '133845.579000', '133845.582000', '133845.585000', '133845.588000', '133845.591000', '133845.594000', '133845.597000', '133845.599000', '133845.602000', '133845.605000', '133845.608000', '133845.611000', '133845.614000', '133845.617000', '133845.620000', '133845.623000', '133845.626000', '133845.628000', '133845.631000', '133845.634000', '133845.637000', '133845.640000', '133845.643000', '133855.010000', '133855.015000', '133855.019000', '133855.025000', '133855.033000', '133855.036000', '133855.040000', '133855.044000', '133855.047000', '133855.050000', '133855.054000', '133855.057000', '133855.060000', '133855.063000', '133855.066000', '133855.069000', '133855.072000', '133855.076000', '133855.079000', '133855.083000', '133855.086000'], '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': [13003, 8265, 13441, 8049, 12961, 8145, 12121, 8095, 10965, 8197, 9797, 9890, 8023, 11594, 7889, 11674, 7941, 11190, 8100, 10911, 8208, 10874, 7841, 10364, 7870, 10297, 7773, 10361, 7957, 10983, 7983, 10691, 8052, 10505, 7938, 10468, 8002, 10085, 8011, 9675, 8312, 8699, 8188, 8931, 8285, 8656, 8054, 9147, 8187, 9239, 8389, 8467, 9112, 7940, 10620, 7937, 10843, 7940, 11026, 8090, 10480, 7908, 10416, 8196, 9973, 8026, 9480, 8733, 8926, 8332, 8736, 8362, 8694, 9474, 8321, 10626, 8240, 10372, 8160, 10587, 7959, 10854, 8035, 10499, 8158, 10322, 8444, 10189, 8464, 8877, 10181, 8070, 10881, 8091, 11408, 8059, 11142, 7934, 10856, 8102, 10751, 8380, 10808, 8100, 9963, 8308, 9855, 8581, 9370, 9152, 8945, 9900, 8450, 10276, 7959, 11203, 8193, 10840, 8189, 10521, 8221, 10309, 8031, 10111, 7890, 10119, 8057, 9623, 8065, 10144, 8185, 9804, 8326, 9927, 8356, 9734, 8419, 9157, 9623, 8148, 9717, 8155, 9089, 8056, 8762, 8337, 9735, 8067, 10542, 8277, 10533, 8165, 11140, 8159, 10666, 7710, 10521, 7947, 10176, 8108, 10015, 8239, 9353, 9575, 9137, 10132, 8492, 9830, 8211, 10413, 8122, 10834, 8133, 10926, 8102, 11064, 7889, 9922, 8211, 10472, 8352, 10546, 8129, 10814, 7973, 10898, 7940, 10533, 7841, 10243, 8322, 10177, 8244, 10359, 8099, 10448, 7922, 10243, 8067, 10282, 8014, 10234, 8314, 10442, 8301, 10353, 8290, 10294, 8300, 10005, 8301, 9631, 8400, 8829, 9022, 8737, 8913, 8806, 8172, 9181, 8185, 9394, 8170, 9205, 8528, 8836, 8836, 9016, 9062, 9011, 8908, 8900, 9316, 8449, 10188, 8115, 11806, 8203, 12016, 8078, 11038, 8348, 10742, 8105, 10973, 8219, 10923, 8221, 10714, 8148, 11373, 8118, 10723, 8090, 10635, 8040, 10432, 8035, 10395, 8069, 10355, 7950, 10372, 8109, 10320, 8104, 10097, 8114, 10123, 8200, 10295, 8363, 10046, 8386, 9637, 8203, 9567, 8298, 8931, 8835, 8632, 8888, 8688, 9277, 8372, 10442, 8231, 11091, 8250, 11623, 8222, 11158, 8047, 10445, 8177, 10333, 8055, 10172, 8137, 9951, 8157, 9530, 8145, 9595, 8133, 9342, 8350, 9247, 9277, 8760, 10287, 8253, 11674, 8217, 11446, 7995, 11128, 8125, 10806, 8628, 10481, 7917, 10951, 7798, 11207, 8285, 10421, 8194, 10226, 8252, 10183, 8154, 10579, 8100, 10304, 8209, 9742, 8368, 9212, 8598, 9005, 8695, 8304, 8199, 8572, 8057, 9248, 8302, 9657, 8173, 9160, 9133, 8400, 11274, 8432, 11359, 8086, 10454, 8229, 11018, 8277, 10807, 8259, 10574, 8028, 10740, 7946, 10607, 7882, 10372, 7943, 10240, 8374, 9954, 8194, 9336, 8874, 8946, 9488, 8867, 9154, 9081, 8920, 8625, 9634, 8113, 10190, 8301, 11166, 8387, 11389, 8247, 10961, 8108, 10681, 8261, 9884, 8223, 10110, 8097, 10896, 8173, 10831, 8095, 11519, 7870, 11520, 8176, 10902, 8133, 9027, 12100, 8211, 11127, 8107, 10601, 7877, 10171, 8090, 10058, 8695, 9293, 9866, 9027, 10360, 8278, 11040, 7398, 11069, 7460, 10624, 7534, 10002, 9666, 8983, 11071, 7476, 10709, 8010, 10924, 7692, 10936, 8247, 10624, 7883, 10462, 8151, 10078, 8076, 9437, 7944, 9692, 8267, 9733, 8042, 9740, 8134, 9579, 8034, 9319, 8179, 9148, 8244, 8779, 8157, 9028, 8190, 9243, 8279, 9389, 8300, 9617, 8488, 9832, 8242, 10059, 8238, 9868, 8179, 10310, 8027, 10423, 8119, 10190, 7859, 10360, 8049, 10037, 8148, 10495, 8172, 11214, 8073, 10196, 7732, 9061, 8077, 9401, 8427, 10089, 8445, 10999, 8055, 11529, 7915, 10978, 7836, 11509, 7776, 11468, 7692, 10680, 7783, 10210, 7863, 10448, 7955, 10283, 7800, 10925, 8167, 11310, 7906, 10923, 7754, 10693, 7969, 10623, 7845, 10267, 7981, 10031, 7938, 10093, 7962, 10467, 7945, 10466, 7722, 10184, 7846, 10345, 7946, 10260, 8112, 10019, 7782, 9910, 7960, 9706, 8631, 8402, 8167, 8655, 9170, 8590, 11210, 8565, 11066, 8691, 10857, 8563, 10524, 8405, 10412, 8492, 10747, 8475, 11046, 8435, 11087, 8484, 10649, 8146, 10159, 7729, 10143, 8034, 10359, 8215, 10958, 7940, 9821, 7846, 10143, 7855, 11111, 7685, 11011, 8155, 10807, 7822, 9367, 8469, 8487, 8582, 8575, 9058, 8522, 9049, 8418, 9220, 8578, 9908, 8567, 10098, 8376, 10222, 8348, 9956, 8461, 9235, 10714, 8172, 10657, 7615, 10067, 7749, 9609, 7896, 8728, 8861, 9087, 8073, 10332, 7557, 10444, 7432, 10446, 7942, 10822, 8102, 10799, 8210, 10575, 8377, 9424, 8273, 9029, 8542, 8506, 8605, 8596, 8562, 8991, 8731, 9665, 8528, 9462, 9675, 8723, 10181, 7924, 10502, 8092, 10126, 8085, 8840, 8396, 9137, 8550, 9915, 8111, 10206, 7997, 9844, 8643, 9009, 9043, 8689, 9698, 8568, 9702, 8522, 9313, 9415, 9035, 9840, 8930, 9574, 9599, 8724, 9487, 8527, 9230, 9699, 8501, 9852, 8052, 9838, 8116, 9521, 7979, 8917, 8164, 9492, 7740, 10113, 7912, 10687, 8055, 10972, 8005, 10342, 7995, 10147, 8004, 10122, 7950, 10090, 8343, 10253, 8456, 10332, 8577, 9922, 8737, 9256, 11133, 7917, 10856, 7971, 11081, 7782, 10737, 7892, 10231, 7834, 10040, 8171, 9830, 8291, 9971, 8347, 9832, 8508, 9576, 8462, 9183, 8408, 8704, 9490, 8357, 9842, 8283, 10037, 8202, 10707, 7782, 10555, 8008, 10877, 7976, 11341, 7908, 10223, 7947, 9804, 7953, 10239, 8091, 10172, 8348, 10813, 8302, 10639, 8442, 10312, 8401, 10211, 8615, 9841, 8395, 9487, 8594, 9550, 8568, 9524, 8468, 10103, 8473, 9691, 8547, 9092, 9500, 9246, 9291, 8909, 8672, 8649, 10004, 8031, 10708, 7935, 10778, 8025, 11351, 7963, 10695, 9305, 9043, 8358, 11308, 8030, 11390, 7911, 10629, 8149, 9645, 8323, 8573, 10517, 7993, 10751, 7419, 10397, 7537, 10206, 7562, 10765, 7776, 10586, 8439, 9726, 8214, 9048, 10719, 8858, 10803, 7903, 11251, 7722, 10879, 7658, 10728, 7595, 10579, 7880, 9361, 8097, 9092, 8098, 8927, 8301, 8605, 10215, 7873, 10199, 7894, 11036, 7981, 10975, 7960, 10289, 7922, 10424, 7872, 9901, 7903, 10151, 8191, 10496, 8444, 10643, 8249, 10835, 8163, 9532, 8929, 10797, 8771, 10030, 8022, 8819, 10056, 8265, 11902, 7869, 12170, 7756, 11289, 7677, 10729, 7637, 10408, 7598, 10250, 7786, 9734, 8306, 8489, 8829, 8657, 9629, 8610, 9405, 9740, 8539, 10780, 8330, 10311, 8340, 10134, 8088, 9316, 8458, 9657, 8798, 10399, 7837, 10797, 7787, 10915, 7976, 11184, 7929, 10558, 8167, 10257, 8034, 9956, 8006, 10015, 8342, 9980, 8594, 10365, 8547, 10568, 8553, 10258, 8584, 9737, 8595, 8920, 9659, 8342, 10702, 7930, 11109, 8133, 10858, 8046, 10238, 8124, 9797, 8507, 9918, 9000, 10194, 8857, 9710, 8869, 9592, 8989, 9010, 9378, 7862, 11035, 8347, 10324, 8362, 10434, 8369, 10217, 8421, 9953, 8582, 9782, 8634, 9163, 10249, 8488, 10992, 7921, 11856, 7938, 10194, 8074, 9575, 8420, 9593, 8506, 10230, 8750, 9814, 8704, 9586, 8622, 8765, 11530, 7646, 11171, 8094, 10643, 8482, 10348, 8246, 10243, 8298, 10041, 8555, 9631, 8693, 9172, 9434, 8259, 11542, 7678, 10865, 8274, 10503, 8423, 10291, 8324, 10026, 8297, 9646, 8697, 9167, 8594, 8179, 11180, 7963, 10526, 8288, 10118, 8272, 10166, 8410, 9701, 8662, 9343, 8862, 8906, 9309, 8277, 10435, 7963, 10360, 7989, 9475, 7964, 10603, 7996, 10509, 8048, 10695, 8281, 10057, 9087, 10280, 8871, 9987, 8871, 9426, 9272, 8506, 11201, 7870, 10753, 7967, 10045, 8409, 10313, 8778, 10618, 8440, 10562, 8755, 10000, 8760, 9383, 10664, 7789, 11454, 8009, 10837, 8183, 10304, 8169, 10057, 8262, 10067, 8605, 9831, 8493, 9062, 10260, 8572, 10579, 7828, 11611, 8019, 10415, 8089, 10222, 8172, 9722, 8642, 9187, 10142, 8497, 10972, 7817, 10464, 8206, 9660, 8173, 9995, 8394, 9826, 8855, 10277, 8665, 9760, 8617, 9077, 10776, 7827, 11072, 8168, 10412, 8642, 10646, 8563, 9894, 8572, 9721, 8702, 9044, 9034, 8281, 10425, 7940, 11023, 7967, 10275, 8184, 9972, 8691, 9989, 8757, 9305, 8587, 8305, 11412, 7899, 10857, 8263, 10475, 8546, 9989, 8545, 9203, 8684, 8630, 9571, 8088, 10391, 8221, 10761, 8358, 10007, 8338, 10042, 8355, 9563, 8654, 8941, 10635, 7989, 11075, 7780, 10869, 7890, 10005, 8370, 9936, 8727, 9065, 10313, 7978, 10854, 7866, 10803, 8087, 9674, 8396, 9360, 8799, 8453, 10720, 7780, 11380, 7711, 10293, 7967, 9815, 8448, 9835, 8851, 9483, 8837, 9051, 10444, 8035, 11590, 7923, 10455, 8027, 10147, 8675, 9839, 8729, 9256, 10198, 8234, 11174, 7752, 11026, 7871, 9871, 8598, 9141, 9445, 8750, 10840, 7701, 11442, 7702, 10224, 7845, 9985, 8447, 9359, 8526, 8638, 10644, 7656, 11122, 7594, 10237, 7858, 10091, 8401, 9679, 8622, 9541, 8434, 9222, 8570, 8918, 9500, 8252, 10979, 8038, 11202, 8119, 11257, 7780, 11150, 7746, 10386, 8063, 10111, 8228, 9684], 'WindowCenter': [4047.0, 3978.0, 4002.0, 3940.0, 3976.0, 3921.0, 3963.0, 3909.0, 3940.0, 3905.0, 3928.0, 3927.0, 3905.0, 3947.0, 3917.0, 3948.0, 3917.0, 3948.0, 3907.0, 3948.0, 3918.0, 3949.0, 3919.0, 3950.0, 3920.0, 3965.0, 3934.0, 3964.0, 3933.0, 3963.0, 3932.0, 3963.0, 3934.0, 3964.0, 3946.0, 3978.0, 3944.0, 3978.0, 3945.0, 3968.0, 3958.0, 3972.0, 3959.0, 3969.0, 3946.0, 3957.0, 3946.0, 3968.0, 3958.0, 3970.0, 3958.0, 3961.0, 3969.0, 3961.0, 3992.0, 3961.0, 3988.0, 3958.0, 3978.0, 3949.0, 3979.0, 3948.0, 3980.0, 3947.0, 3980.0, 3948.0, 3982.0, 3958.0, 3969.0, 3947.0, 3957.0, 3947.0, 3971.0, 3969.0, 3960.0, 3980.0, 3960.0, 3990.0, 3973.0, 3993.0, 3961.0, 3991.0, 3947.0, 3979.0, 3946.0, 3979.0, 3947.0, 3980.0, 3947.0, 3969.0, 3978.0, 3961.0, 3992.0, 3960.0, 3991.0, 3948.0, 3987.0, 3948.0, 3987.0, 3961.0, 3990.0, 3960.0, 3990.0, 3948.0, 3980.0, 3947.0, 3982.0, 3970.0, 3968.0, 3956.0, 3955.0, 3964.0, 3946.0, 3964.0, 3945.0, 3976.0, 3946.0, 3977.0, 3959.0, 3977.0, 3946.0, 3966.0, 3947.0, 3977.0, 3945.0, 3979.0, 3948.0, 3981.0, 3960.0, 3992.0, 3961.0, 3979.0, 3959.0, 3978.0, 3958.0, 3979.0, 3947.0, 3982.0, 3969.0, 3962.0, 3981.0, 3959.0, 3957.0, 3959.0, 3955.0, 3959.0, 3969.0, 3949.0, 3978.0, 3960.0, 3992.0, 3960.0, 3988.0, 3948.0, 3979.0, 3936.0, 3977.0, 3935.0, 3967.0, 3935.0, 3967.0, 3946.0, 3958.0, 3955.0, 3956.0, 3965.0, 3945.0, 3953.0, 3945.0, 3963.0, 3934.0, 3964.0, 3947.0, 3978.0, 3947.0, 3976.0, 3945.0, 3966.0, 3947.0, 3978.0, 3959.0, 3979.0, 3960.0, 3990.0, 3947.0, 3976.0, 3947.0, 3977.0, 3946.0, 3979.0, 3945.0, 3979.0, 3958.0, 3977.0, 3947.0, 3976.0, 3946.0, 3977.0, 3947.0, 3977.0, 3947.0, 3977.0, 3947.0, 3980.0, 3960.0, 3979.0, 3946.0, 3967.0, 3945.0, 3967.0, 3944.0, 3955.0, 3934.0, 3955.0, 3956.0, 3945.0, 3955.0, 3956.0, 3945.0, 3966.0, 3945.0, 3967.0, 3947.0, 3967.0, 3957.0, 3969.0, 3958.0, 3969.0, 3957.0, 3958.0, 3956.0, 3958.0, 3956.0, 3947.0, 3967.0, 3946.0, 3988.0, 3947.0, 3987.0, 3945.0, 3975.0, 3946.0, 3975.0, 3946.0, 3976.0, 3946.0, 3976.0, 3947.0, 3978.0, 3948.0, 3976.0, 3946.0, 3976.0, 3946.0, 3976.0, 3946.0, 3977.0, 3945.0, 3977.0, 3947.0, 3978.0, 3945.0, 3977.0, 3945.0, 3977.0, 3943.0, 3978.0, 3947.0, 3979.0, 3959.0, 3978.0, 3956.0, 3978.0, 3958.0, 3978.0, 3957.0, 3980.0, 3961.0, 3970.0, 3957.0, 3959.0, 3956.0, 3957.0, 3967.0, 3959.0, 3978.0, 3959.0, 3990.0, 3958.0, 3988.0, 3948.0, 3976.0, 3947.0, 3976.0, 3947.0, 3978.0, 3946.0, 3978.0, 3945.0, 3980.0, 3948.0, 3969.0, 3946.0, 3968.0, 3946.0, 3967.0, 3946.0, 3967.0, 3956.0, 3956.0, 3978.0, 3958.0, 3989.0, 3947.0, 3976.0, 3946.0, 3975.0, 3935.0, 3975.0, 3945.0, 3966.0, 3947.0, 3977.0, 3936.0, 3975.0, 3946.0, 3964.0, 3945.0, 3965.0, 3945.0, 3966.0, 3947.0, 3977.0, 3934.0, 3966.0, 3943.0, 3966.0, 3943.0, 3954.0, 3943.0, 3956.0, 3956.0, 3958.0, 3945.0, 3957.0, 3946.0, 3969.0, 3947.0, 3979.0, 3947.0, 3970.0, 3956.0, 3961.0, 3990.0, 3960.0, 3977.0, 3947.0, 3976.0, 3947.0, 3976.0, 3946.0, 3975.0, 3945.0, 3977.0, 3947.0, 3976.0, 3945.0, 3964.0, 3943.0, 3964.0, 3935.0, 3966.0, 3943.0, 3967.0, 3946.0, 3968.0, 3956.0, 3958.0, 3954.0, 3955.0, 3955.0, 3955.0, 3954.0, 3946.0, 3953.0, 3945.0, 3966.0, 3960.0, 3976.0, 3947.0, 3977.0, 3945.0, 3964.0, 3935.0, 3963.0, 3945.0, 3964.0, 3945.0, 3975.0, 3960.0, 3978.0, 3959.0, 3977.0, 3948.0, 3988.0, 3946.0, 3975.0, 3945.0, 3965.0, 3932.0, 3943.0, 3973.0, 3932.0, 3963.0, 3933.0, 3964.0, 3933.0, 3965.0, 3932.0, 3964.0, 3943.0, 3953.0, 3952.0, 3945.0, 3952.0, 3931.0, 3951.0, 3910.0, 3949.0, 3898.0, 3938.0, 3895.0, 3927.0, 3924.0, 3916.0, 3935.0, 3894.0, 3948.0, 3920.0, 3949.0, 3907.0, 3947.0, 3916.0, 3947.0, 3919.0, 3949.0, 3932.0, 3952.0, 3933.0, 3953.0, 3946.0, 3966.0, 3946.0, 3966.0, 3935.0, 3966.0, 3934.0, 3967.0, 3934.0, 3967.0, 3944.0, 3968.0, 3959.0, 3970.0, 3947.0, 3957.0, 3945.0, 3967.0, 3944.0, 3968.0, 3946.0, 3968.0, 3957.0, 3979.0, 3960.0, 3992.0, 3960.0, 3979.0, 3959.0, 3977.0, 3947.0, 3976.0, 3946.0, 3978.0, 3946.0, 3977.0, 3946.0, 3967.0, 3960.0, 3992.0, 3960.0, 3988.0, 3948.0, 3965.0, 3936.0, 3955.0, 3947.0, 3955.0, 3947.0, 3965.0, 3947.0, 3976.0, 3945.0, 3975.0, 3934.0, 3976.0, 3937.0, 3976.0, 3933.0, 3962.0, 3922.0, 3964.0, 3933.0, 3964.0, 3933.0, 3963.0, 3934.0, 3966.0, 3949.0, 3978.0, 3948.0, 3975.0, 3933.0, 3964.0, 3935.0, 3964.0, 3945.0, 3976.0, 3945.0, 3965.0, 3943.0, 3965.0, 3948.0, 3979.0, 3957.0, 3977.0, 3946.0, 3964.0, 3935.0, 3976.0, 3947.0, 3975.0, 3946.0, 3967.0, 3947.0, 3978.0, 3949.0, 3967.0, 3960.0, 3942.0, 3970.0, 3957.0, 3958.0, 3969.0, 3966.0, 3969.0, 3988.0, 3959.0, 3977.0, 3945.0, 3974.0, 3946.0, 3966.0, 3945.0, 3964.0, 3944.0, 3975.0, 3945.0, 3965.0, 3931.0, 3963.0, 3931.0, 3952.0, 3933.0, 3953.0, 3932.0, 3964.0, 3934.0, 3964.0, 3946.0, 3964.0, 3934.0, 3952.0, 3932.0, 3952.0, 3934.0, 3961.0, 3923.0, 3962.0, 3936.0, 3976.0, 3932.0, 3954.0, 3946.0, 3943.0, 3944.0, 3942.0, 3944.0, 3942.0, 3944.0, 3946.0, 3956.0, 3955.0, 3964.0, 3944.0, 3965.0, 3932.0, 3953.0, 3931.0, 3953.0, 3931.0, 3944.0, 3964.0, 3931.0, 3964.0, 3934.0, 3965.0, 3921.0, 3941.0, 3931.0, 3929.0, 3956.0, 3944.0, 3935.0, 3953.0, 3933.0, 3963.0, 3923.0, 3965.0, 3947.0, 3966.0, 3933.0, 3950.0, 3931.0, 3964.0, 3931.0, 3942.0, 3929.0, 3941.0, 3941.0, 3956.0, 3957.0, 3955.0, 3944.0, 3955.0, 3945.0, 3966.0, 3944.0, 3969.0, 3955.0, 3957.0, 3976.0, 3947.0, 3964.0, 3934.0, 3963.0, 3946.0, 3955.0, 3945.0, 3955.0, 3956.0, 3964.0, 3946.0, 3979.0, 3948.0, 3967.0, 3957.0, 3955.0, 3956.0, 3945.0, 3966.0, 3946.0, 3968.0, 3945.0, 3956.0, 3954.0, 3956.0, 3969.0, 3958.0, 3955.0, 3955.0, 3942.0, 3954.0, 3942.0, 3953.0, 3954.0, 3944.0, 3965.0, 3946.0, 3966.0, 3945.0, 3953.0, 3945.0, 3944.0, 3945.0, 3953.0, 3935.0, 3965.0, 3934.0, 3978.0, 3959.0, 3977.0, 3946.0, 3965.0, 3946.0, 3965.0, 3948.0, 3968.0, 3946.0, 3977.0, 3962.0, 3981.0, 3958.0, 3976.0, 3945.0, 3967.0, 3944.0, 3956.0, 3972.0, 3934.0, 3964.0, 3947.0, 3975.0, 3935.0, 3964.0, 3934.0, 3964.0, 3935.0, 3964.0, 3944.0, 3967.0, 3948.0, 3979.0, 3947.0, 3966.0, 3945.0, 3967.0, 3945.0, 3967.0, 3945.0, 3958.0, 3970.0, 3960.0, 3966.0, 3959.0, 3967.0, 3959.0, 3977.0, 3946.0, 3977.0, 3947.0, 3989.0, 3949.0, 3989.0, 3948.0, 3976.0, 3947.0, 3965.0, 3946.0, 3967.0, 3947.0, 3978.0, 3960.0, 3979.0, 3957.0, 3977.0, 3946.0, 3965.0, 3945.0, 3967.0, 3945.0, 3967.0, 3945.0, 3968.0, 3957.0, 3968.0, 3944.0, 3966.0, 3943.0, 3965.0, 3943.0, 3966.0, 3943.0, 3955.0, 3967.0, 3967.0, 3957.0, 3957.0, 3956.0, 3956.0, 3964.0, 3946.0, 3978.0, 3946.0, 3978.0, 3960.0, 3990.0, 3949.0, 3975.0, 3967.0, 3956.0, 3948.0, 3974.0, 3931.0, 3963.0, 3930.0, 3965.0, 3933.0, 3956.0, 3933.0, 3946.0, 3965.0, 3962.0, 3978.0, 3936.0, 3965.0, 3932.0, 3953.0, 3921.0, 3951.0, 3922.0, 3951.0, 3931.0, 3940.0, 3931.0, 3929.0, 3940.0, 3916.0, 3935.0, 3905.0, 3935.0, 3905.0, 3948.0, 3906.0, 3948.0, 3906.0, 3949.0, 3932.0, 3952.0, 3919.0, 3941.0, 3918.0, 3941.0, 3929.0, 3942.0, 3952.0, 3933.0, 3953.0, 3948.0, 3978.0, 3945.0, 3966.0, 3933.0, 3965.0, 3934.0, 3966.0, 3946.0, 3967.0, 3946.0, 3966.0, 3960.0, 3992.0, 3960.0, 3975.0, 3946.0, 3977.0, 3947.0, 3968.0, 3969.0, 3988.0, 3957.0, 3978.0, 3960.0, 3969.0, 3978.0, 3959.0, 3988.0, 3945.0, 3974.0, 3922.0, 3964.0, 3922.0, 3963.0, 3922.0, 3952.0, 3922.0, 3963.0, 3947.0, 3966.0, 3945.0, 3942.0, 3954.0, 3945.0, 3966.0, 3944.0, 3957.0, 3955.0, 3945.0, 3964.0, 3947.0, 3977.0, 3947.0, 3965.0, 3934.0, 3952.0, 3946.0, 3955.0, 3946.0, 3963.0, 3936.0, 3964.0, 3936.0, 3979.0, 3948.0, 3975.0, 3933.0, 3962.0, 3945.0, 3965.0, 3943.0, 3966.0, 3945.0, 3966.0, 3947.0, 3978.0, 3959.0, 3976.0, 3955.0, 3976.0, 3945.0, 3967.0, 3946.0, 3968.0, 3945.0, 3958.0, 3966.0, 3961.0, 3977.0, 3945.0, 3976.0, 3945.0, 3975.0, 3947.0, 3965.0, 3946.0, 3967.0, 3958.0, 3980.0, 3969.0, 3977.0, 3957.0, 3966.0, 3954.0, 3966.0, 3956.0, 3969.0, 3968.0, 3948.0, 3989.0, 3960.0, 3991.0, 3959.0, 3978.0, 3958.0, 3977.0, 3946.0, 3967.0, 3944.0, 3968.0, 3945.0, 3968.0, 3981.0, 3959.0, 3977.0, 3947.0, 3983.0, 3944.0, 3966.0, 3947.0, 3966.0, 3957.0, 3980.0, 3970.0, 3977.0, 3957.0, 3965.0, 3956.0, 3967.0, 3946.0, 3956.0, 3976.0, 3935.0, 3978.0, 3949.0, 3978.0, 3957.0, 3963.0, 3945.0, 3964.0, 3946.0, 3966.0, 3956.0, 3968.0, 3957.0, 3968.0, 3956.0, 3948.0, 3985.0, 3947.0, 3991.0, 3960.0, 3977.0, 3944.0, 3964.0, 3945.0, 3965.0, 3945.0, 3965.0, 3945.0, 3968.0, 3946.0, 3945.0, 3978.0, 3961.0, 3988.0, 3957.0, 3967.0, 3946.0, 3966.0, 3947.0, 3966.0, 3956.0, 3969.0, 3957.0, 3970.0, 3969.0, 3972.0, 3989.0, 3948.0, 3967.0, 3947.0, 3966.0, 3948.0, 3978.0, 3948.0, 3978.0, 3947.0, 3978.0, 3958.0, 3980.0, 3971.0, 3979.0, 3957.0, 3965.0, 3954.0, 3957.0, 3954.0, 3958.0, 3976.0, 3947.0, 3977.0, 3946.0, 3967.0, 3960.0, 3979.0, 3958.0, 3977.0, 3944.0, 3976.0, 3954.0, 3968.0, 3945.0, 3967.0, 3967.0, 3936.0, 3989.0, 3949.0, 3979.0, 3946.0, 3966.0, 3947.0, 3966.0, 3947.0, 3966.0, 3955.0, 3966.0, 3947.0, 3969.0, 3980.0, 3959.0, 3977.0, 3938.0, 3977.0, 3947.0, 3977.0, 3945.0, 3966.0, 3945.0, 3966.0, 3955.0, 3968.0, 3978.0, 3957.0, 3975.0, 3935.0, 3965.0, 3946.0, 3966.0, 3958.0, 3967.0, 3960.0, 3980.0, 3983.0, 3981.0, 3960.0, 3979.0, 3958.0, 3967.0, 3976.0, 3937.0, 3976.0, 3945.0, 3978.0, 3958.0, 3967.0, 3945.0, 3964.0, 3944.0, 3965.0, 3943.0, 3956.0, 3955.0, 3958.0, 3977.0, 3949.0, 3979.0, 3948.0, 3977.0, 3957.0, 3966.0, 3959.0, 3980.0, 3958.0, 3968.0, 3957.0, 3958.0, 3987.0, 3946.0, 3977.0, 3959.0, 3978.0, 3946.0, 3967.0, 3944.0, 3955.0, 3943.0, 3958.0, 3965.0, 3946.0, 3979.0, 3960.0, 3988.0, 3957.0, 3967.0, 3957.0, 3977.0, 3947.0, 3969.0, 3955.0, 3969.0, 3980.0, 3947.0, 3977.0, 3936.0, 3977.0, 3946.0, 3968.0, 3946.0, 3966.0, 3956.0, 3968.0, 3980.0, 3948.0, 3978.0, 3948.0, 3976.0, 3946.0, 3966.0, 3946.0, 3968.0, 3969.0, 3959.0, 3979.0, 3948.0, 3977.0, 3936.0, 3966.0, 3945.0, 3968.0, 3943.0, 3981.0, 3970.0, 3968.0, 3958.0, 3958.0, 3977.0, 3947.0, 3975.0, 3947.0, 3979.0, 3946.0, 3979.0, 3959.0, 3980.0, 3957.0, 3967.0, 3966.0, 3947.0, 3974.0, 3934.0, 3975.0, 3935.0, 3966.0, 3957.0, 3957.0, 3956.0, 3945.0, 3964.0, 3933.0, 3974.0, 3934.0, 3966.0, 3935.0, 3963.0, 3947.0, 3968.0, 3957.0, 3957.0, 3965.0, 3935.0, 3974.0, 3934.0, 3964.0, 3937.0, 3966.0, 3947.0, 3970.0, 3958.0, 3967.0, 3944.0, 3956.0, 3944.0, 3956.0, 3956.0, 3946.0, 3979.0, 3948.0, 3978.0, 3948.0, 3977.0, 3935.0, 3975.0, 3948.0, 3965.0, 3934.0, 3966.0, 3946.0, 3968.0], 'WindowWidth': [9014.0, 8903.0, 8920.0, 8829.0, 8871.0, 8789.0, 8845.0, 8767.0, 8808.0, 8755.0, 8789.0, 8785.0, 8755.0, 8812.0, 8773.0, 8814.0, 8773.0, 8815.0, 8761.0, 8815.0, 8776.0, 8818.0, 8779.0, 8822.0, 8783.0, 8851.0, 8813.0, 8849.0, 8806.0, 8844.0, 8805.0, 8846.0, 8811.0, 8851.0, 8830.0, 8874.0, 8825.0, 8876.0, 8827.0, 8863.0, 8850.0, 8875.0, 8854.0, 8867.0, 8831.0, 8846.0, 8830.0, 8864.0, 8849.0, 8869.0, 8849.0, 8859.0, 8867.0, 8860.0, 8905.0, 8862.0, 8891.0, 8852.0, 8877.0, 8840.0, 8878.0, 8837.0, 8881.0, 8834.0, 8882.0, 8836.0, 8887.0, 8852.0, 8866.0, 8832.0, 8848.0, 8833.0, 8871.0, 8865.0, 8858.0, 8882.0, 8856.0, 8898.0, 8879.0, 8907.0, 8861.0, 8897.0, 8835.0, 8877.0, 8832.0, 8882.0, 8833.0, 8883.0, 8834.0, 8867.0, 8878.0, 8863.0, 8903.0, 8857.0, 8896.0, 8837.0, 8887.0, 8837.0, 8888.0, 8860.0, 8895.0, 8857.0, 8897.0, 8836.0, 8882.0, 8834.0, 8889.0, 8871.0, 8864.0, 8842.0, 8840.0, 8849.0, 8830.0, 8852.0, 8828.0, 8869.0, 8829.0, 8873.0, 8852.0, 8873.0, 8832.0, 8856.0, 8832.0, 8872.0, 8830.0, 8878.0, 8836.0, 8886.0, 8858.0, 8901.0, 8859.0, 8882.0, 8852.0, 8877.0, 8848.0, 8880.0, 8834.0, 8891.0, 8867.0, 8863.0, 8888.0, 8855.0, 8847.0, 8852.0, 8842.0, 8854.0, 8867.0, 8839.0, 8876.0, 8854.0, 8904.0, 8859.0, 8889.0, 8838.0, 8879.0, 8817.0, 8871.0, 8812.0, 8859.0, 8812.0, 8859.0, 8829.0, 8849.0, 8840.0, 8842.0, 8852.0, 8825.0, 8834.0, 8825.0, 8848.0, 8809.0, 8851.0, 8832.0, 8874.0, 8834.0, 8869.0, 8828.0, 8856.0, 8833.0, 8875.0, 8854.0, 8878.0, 8856.0, 8895.0, 8836.0, 8869.0, 8832.0, 8872.0, 8831.0, 8880.0, 8828.0, 8877.0, 8851.0, 8875.0, 8832.0, 8869.0, 8831.0, 8873.0, 8832.0, 8873.0, 8832.0, 8873.0, 8832.0, 8881.0, 8855.0, 8879.0, 8831.0, 8860.0, 8826.0, 8858.0, 8822.0, 8840.0, 8808.0, 8841.0, 8842.0, 8827.0, 8839.0, 8842.0, 8826.0, 8857.0, 8826.0, 8859.0, 8830.0, 8860.0, 8846.0, 8867.0, 8852.0, 8866.0, 8847.0, 8850.0, 8843.0, 8848.0, 8844.0, 8833.0, 8857.0, 8830.0, 8889.0, 8834.0, 8884.0, 8829.0, 8867.0, 8829.0, 8866.0, 8830.0, 8868.0, 8830.0, 8869.0, 8834.0, 8876.0, 8837.0, 8869.0, 8831.0, 8869.0, 8830.0, 8870.0, 8831.0, 8872.0, 8829.0, 8875.0, 8836.0, 8877.0, 8830.0, 8873.0, 8830.0, 8874.0, 8825.0, 8876.0, 8835.0, 8880.0, 8852.0, 8878.0, 8844.0, 8878.0, 8849.0, 8879.0, 8848.0, 8884.0, 8859.0, 8869.0, 8846.0, 8853.0, 8844.0, 8851.0, 8860.0, 8852.0, 8876.0, 8852.0, 8895.0, 8852.0, 8889.0, 8836.0, 8870.0, 8834.0, 8871.0, 8833.0, 8874.0, 8831.0, 8876.0, 8828.0, 8882.0, 8839.0, 8865.0, 8831.0, 8863.0, 8830.0, 8861.0, 8829.0, 8862.0, 8843.0, 8846.0, 8877.0, 8851.0, 8892.0, 8833.0, 8869.0, 8830.0, 8866.0, 8813.0, 8865.0, 8828.0, 8855.0, 8834.0, 8873.0, 8817.0, 8867.0, 8828.0, 8851.0, 8827.0, 8852.0, 8827.0, 8857.0, 8835.0, 8873.0, 8812.0, 8856.0, 8821.0, 8856.0, 8821.0, 8838.0, 8820.0, 8843.0, 8845.0, 8850.0, 8830.0, 8848.0, 8831.0, 8866.0, 8833.0, 8881.0, 8833.0, 8868.0, 8845.0, 8858.0, 8896.0, 8855.0, 8873.0, 8834.0, 8871.0, 8833.0, 8869.0, 8830.0, 8868.0, 8826.0, 8872.0, 8834.0, 8870.0, 8828.0, 8851.0, 8824.0, 8852.0, 8813.0, 8857.0, 8821.0, 8860.0, 8830.0, 8864.0, 8847.0, 8850.0, 8839.0, 8842.0, 8838.0, 8842.0, 8837.0, 8830.0, 8836.0, 8828.0, 8858.0, 8855.0, 8871.0, 8833.0, 8870.0, 8828.0, 8849.0, 8813.0, 8848.0, 8827.0, 8851.0, 8828.0, 8870.0, 8858.0, 8878.0, 8852.0, 8871.0, 8837.0, 8888.0, 8830.0, 8866.0, 8826.0, 8854.0, 8804.0, 8820.0, 8858.0, 8803.0, 8848.0, 8807.0, 8850.0, 8808.0, 8854.0, 8806.0, 8851.0, 8819.0, 8834.0, 8831.0, 8824.0, 8830.0, 8802.0, 8827.0, 8771.0, 8819.0, 8749.0, 8801.0, 8740.0, 8786.0, 8777.0, 8769.0, 8794.0, 8740.0, 8819.0, 8784.0, 8820.0, 8763.0, 8811.0, 8772.0, 8815.0, 8780.0, 8822.0, 8803.0, 8830.0, 8806.0, 8834.0, 8830.0, 8858.0, 8831.0, 8856.0, 8814.0, 8857.0, 8812.0, 8859.0, 8811.0, 8861.0, 8826.0, 8862.0, 8854.0, 8870.0, 8835.0, 8848.0, 8828.0, 8861.0, 8827.0, 8863.0, 8831.0, 8865.0, 8847.0, 8880.0, 8856.0, 8905.0, 8860.0, 8882.0, 8853.0, 8873.0, 8833.0, 8870.0, 8833.0, 8875.0, 8831.0, 8873.0, 8831.0, 8859.0, 8858.0, 8901.0, 8858.0, 8892.0, 8838.0, 8855.0, 8818.0, 8842.0, 8835.0, 8842.0, 8834.0, 8854.0, 8832.0, 8869.0, 8827.0, 8866.0, 8811.0, 8872.0, 8821.0, 8869.0, 8808.0, 8844.0, 8793.0, 8847.0, 8808.0, 8848.0, 8808.0, 8846.0, 8810.0, 8857.0, 8840.0, 8877.0, 8835.0, 8867.0, 8810.0, 8849.0, 8814.0, 8852.0, 8828.0, 8868.0, 8828.0, 8853.0, 8823.0, 8853.0, 8838.0, 8880.0, 8850.0, 8872.0, 8830.0, 8850.0, 8816.0, 8870.0, 8835.0, 8869.0, 8832.0, 8859.0, 8832.0, 8880.0, 8844.0, 8862.0, 8856.0, 8814.0, 8871.0, 8852.0, 8851.0, 8866.0, 8859.0, 8866.0, 8889.0, 8851.0, 8873.0, 8827.0, 8863.0, 8827.0, 8854.0, 8824.0, 8849.0, 8824.0, 8866.0, 8828.0, 8849.0, 8801.0, 8842.0, 8800.0, 8829.0, 8806.0, 8831.0, 8805.0, 8847.0, 8810.0, 8852.0, 8831.0, 8849.0, 8808.0, 8830.0, 8806.0, 8830.0, 8807.0, 8840.0, 8792.0, 8843.0, 8815.0, 8867.0, 8806.0, 8834.0, 8829.0, 8818.0, 8823.0, 8817.0, 8823.0, 8816.0, 8823.0, 8827.0, 8843.0, 8841.0, 8851.0, 8824.0, 8850.0, 8805.0, 8834.0, 8799.0, 8831.0, 8798.0, 8820.0, 8848.0, 8802.0, 8851.0, 8813.0, 8853.0, 8790.0, 8811.0, 8800.0, 8796.0, 8844.0, 8823.0, 8812.0, 8834.0, 8808.0, 8847.0, 8795.0, 8852.0, 8831.0, 8853.0, 8805.0, 8823.0, 8801.0, 8851.0, 8798.0, 8815.0, 8795.0, 8813.0, 8813.0, 8844.0, 8845.0, 8842.0, 8823.0, 8840.0, 8826.0, 8859.0, 8824.0, 8863.0, 8838.0, 8847.0, 8873.0, 8832.0, 8851.0, 8809.0, 8847.0, 8829.0, 8838.0, 8828.0, 8840.0, 8843.0, 8850.0, 8832.0, 8880.0, 8839.0, 8861.0, 8847.0, 8840.0, 8843.0, 8825.0, 8858.0, 8828.0, 8862.0, 8826.0, 8842.0, 8837.0, 8844.0, 8864.0, 8849.0, 8838.0, 8840.0, 8818.0, 8836.0, 8817.0, 8834.0, 8835.0, 8823.0, 8851.0, 8831.0, 8857.0, 8827.0, 8833.0, 8827.0, 8823.0, 8827.0, 8834.0, 8815.0, 8852.0, 8812.0, 8876.0, 8853.0, 8873.0, 8832.0, 8852.0, 8831.0, 8853.0, 8835.0, 8861.0, 8832.0, 8875.0, 8862.0, 8884.0, 8849.0, 8872.0, 8827.0, 8860.0, 8823.0, 8843.0, 8858.0, 8810.0, 8850.0, 8834.0, 8870.0, 8815.0, 8850.0, 8811.0, 8849.0, 8813.0, 8849.0, 8823.0, 8859.0, 8835.0, 8880.0, 8834.0, 8858.0, 8827.0, 8859.0, 8827.0, 8859.0, 8828.0, 8850.0, 8869.0, 8855.0, 8858.0, 8852.0, 8861.0, 8852.0, 8873.0, 8831.0, 8872.0, 8835.0, 8892.0, 8840.0, 8891.0, 8836.0, 8869.0, 8833.0, 8855.0, 8832.0, 8859.0, 8834.0, 8877.0, 8855.0, 8879.0, 8847.0, 8872.0, 8830.0, 8856.0, 8826.0, 8859.0, 8827.0, 8859.0, 8826.0, 8864.0, 8849.0, 8864.0, 8825.0, 8857.0, 8822.0, 8853.0, 8821.0, 8857.0, 8821.0, 8842.0, 8861.0, 8860.0, 8844.0, 8846.0, 8843.0, 8844.0, 8852.0, 8830.0, 8876.0, 8834.0, 8878.0, 8855.0, 8895.0, 8839.0, 8867.0, 8862.0, 8840.0, 8835.0, 8861.0, 8801.0, 8845.0, 8799.0, 8851.0, 8805.0, 8841.0, 8807.0, 8828.0, 8852.0, 8862.0, 8875.0, 8818.0, 8852.0, 8805.0, 8831.0, 8787.0, 8827.0, 8786.0, 8824.0, 8800.0, 8810.0, 8799.0, 8795.0, 8808.0, 8770.0, 8792.0, 8755.0, 8793.0, 8755.0, 8816.0, 8758.0, 8814.0, 8757.0, 8818.0, 8803.0, 8831.0, 8782.0, 8813.0, 8777.0, 8812.0, 8795.0, 8816.0, 8831.0, 8806.0, 8832.0, 8836.0, 8875.0, 8827.0, 8853.0, 8807.0, 8850.0, 8811.0, 8854.0, 8830.0, 8858.0, 8829.0, 8856.0, 8855.0, 8901.0, 8856.0, 8867.0, 8830.0, 8872.0, 8833.0, 8861.0, 8867.0, 8889.0, 8850.0, 8879.0, 8860.0, 8868.0, 8878.0, 8852.0, 8890.0, 8827.0, 8864.0, 8791.0, 8847.0, 8789.0, 8845.0, 8790.0, 8828.0, 8790.0, 8848.0, 8833.0, 8857.0, 8826.0, 8817.0, 8838.0, 8825.0, 8856.0, 8823.0, 8843.0, 8836.0, 8825.0, 8847.0, 8830.0, 8874.0, 8832.0, 8853.0, 8810.0, 8832.0, 8828.0, 8838.0, 8830.0, 8848.0, 8814.0, 8850.0, 8815.0, 8880.0, 8836.0, 8866.0, 8808.0, 8846.0, 8826.0, 8851.0, 8823.0, 8854.0, 8826.0, 8855.0, 8834.0, 8878.0, 8854.0, 8871.0, 8841.0, 8869.0, 8826.0, 8859.0, 8828.0, 8861.0, 8827.0, 8850.0, 8857.0, 8859.0, 8876.0, 8830.0, 8868.0, 8829.0, 8867.0, 8832.0, 8854.0, 8830.0, 8859.0, 8849.0, 8883.0, 8868.0, 8874.0, 8846.0, 8858.0, 8839.0, 8859.0, 8843.0, 8867.0, 8862.0, 8838.0, 8892.0, 8857.0, 8902.0, 8855.0, 8877.0, 8850.0, 8872.0, 8831.0, 8859.0, 8826.0, 8862.0, 8826.0, 8864.0, 8883.0, 8854.0, 8871.0, 8832.0, 8876.0, 8827.0, 8856.0, 8832.0, 8858.0, 8845.0, 8883.0, 8872.0, 8874.0, 8847.0, 8856.0, 8843.0, 8861.0, 8828.0, 8846.0, 8868.0, 8813.0, 8876.0, 8841.0, 8878.0, 8845.0, 8848.0, 8827.0, 8850.0, 8830.0, 8858.0, 8843.0, 8863.0, 8846.0, 8864.0, 8843.0, 8836.0, 8882.0, 8834.0, 8898.0, 8855.0, 8874.0, 8824.0, 8849.0, 8825.0, 8854.0, 8828.0, 8856.0, 8828.0, 8862.0, 8828.0, 8830.0, 8875.0, 8858.0, 8891.0, 8849.0, 8858.0, 8830.0, 8857.0, 8832.0, 8857.0, 8843.0, 8866.0, 8846.0, 8868.0, 8867.0, 8877.0, 8895.0, 8839.0, 8859.0, 8835.0, 8856.0, 8838.0, 8877.0, 8838.0, 8877.0, 8834.0, 8875.0, 8850.0, 8883.0, 8875.0, 8881.0, 8845.0, 8855.0, 8838.0, 8846.0, 8838.0, 8849.0, 8871.0, 8834.0, 8873.0, 8830.0, 8861.0, 8858.0, 8881.0, 8851.0, 8871.0, 8826.0, 8870.0, 8840.0, 8863.0, 8827.0, 8862.0, 8857.0, 8818.0, 8892.0, 8841.0, 8879.0, 8832.0, 8856.0, 8832.0, 8857.0, 8832.0, 8857.0, 8842.0, 8858.0, 8833.0, 8868.0, 8884.0, 8855.0, 8872.0, 8822.0, 8871.0, 8831.0, 8871.0, 8826.0, 8857.0, 8826.0, 8858.0, 8841.0, 8866.0, 8878.0, 8848.0, 8866.0, 8814.0, 8852.0, 8831.0, 8857.0, 8850.0, 8861.0, 8855.0, 8885.0, 8893.0, 8887.0, 8855.0, 8879.0, 8847.0, 8862.0, 8870.0, 8821.0, 8871.0, 8828.0, 8876.0, 8849.0, 8859.0, 8826.0, 8849.0, 8823.0, 8854.0, 8822.0, 8845.0, 8843.0, 8850.0, 8873.0, 8838.0, 8877.0, 8837.0, 8874.0, 8847.0, 8858.0, 8854.0, 8882.0, 8849.0, 8863.0, 8846.0, 8851.0, 8886.0, 8832.0, 8874.0, 8853.0, 8875.0, 8829.0, 8858.0, 8824.0, 8842.0, 8823.0, 8848.0, 8854.0, 8830.0, 8882.0, 8857.0, 8889.0, 8848.0, 8860.0, 8846.0, 8873.0, 8834.0, 8866.0, 8841.0, 8866.0, 8883.0, 8835.0, 8873.0, 8817.0, 8871.0, 8831.0, 8861.0, 8830.0, 8857.0, 8842.0, 8864.0, 8883.0, 8838.0, 8876.0, 8836.0, 8870.0, 8829.0, 8858.0, 8831.0, 8863.0, 8869.0, 8853.0, 8877.0, 8836.0, 8872.0, 8818.0, 8857.0, 8829.0, 8863.0, 8824.0, 8886.0, 8870.0, 8864.0, 8847.0, 8848.0, 8871.0, 8834.0, 8868.0, 8833.0, 8880.0, 8831.0, 8879.0, 8854.0, 8883.0, 8847.0, 8860.0, 8855.0, 8832.0, 8865.0, 8809.0, 8866.0, 8811.0, 8856.0, 8847.0, 8846.0, 8842.0, 8826.0, 8849.0, 8806.0, 8861.0, 8811.0, 8858.0, 8813.0, 8849.0, 8830.0, 8863.0, 8847.0, 8845.0, 8850.0, 8814.0, 8863.0, 8810.0, 8851.0, 8817.0, 8856.0, 8833.0, 8869.0, 8851.0, 8858.0, 8824.0, 8843.0, 8823.0, 8844.0, 8842.0, 8829.0, 8875.0, 8836.0, 8876.0, 8836.0, 8872.0, 8816.0, 8866.0, 8836.0, 8855.0, 8812.0, 8855.0, 8828.0, 8862.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.0004322397476340694</td></tr>
<tr><td colspan=3>aqi</td><td>0.021904858044164036</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.052624582794046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1964558669692176</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9767573436543018</td></tr>
<tr><td colspan=3>efc</td><td>0.4663</td></tr>
<tr><td colspan=3>fber</td><td>4593.4985</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09194541181259068</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.548895899053628</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.581467766065109</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.553140757310199</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.793221842495311</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.398040698389818</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130912</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015180196613073349</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016674397513270378</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1268</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7676380453153215</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>37.5305</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.1243</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305075.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>756.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.037</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0709</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.4304</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3186.7302</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.7</td></tr>
<tr><td colspan=3>tsnr</td><td>40.12293930631131</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>