<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-04/func/sub-0011_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>71d2637d2f676dbe05aa38f97e093daf</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>16:00:15.800000</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.99555, -0.0215615, -0.0917362, 0.0165084, 0.998323, -0.0554895]</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.0778997</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7757, -7286, 597, -49, -206, -5, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e47303c1-70d0-4531-8144-2243ca050dcb||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.670987606048584, 0.04429074749350548, -0.25050270557403564, 112.3147964477539], [0.057847827672958374, 2.67842698097229, -0.14506596326828003, -89.92342376708984], [-0.24612154066562653, 0.1488742232322693, 2.6844375133514404, -66.73439025878906], [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': ['160015.800000', '160016.260000', '160016.720000', '160017.180000', '160017.640000', '160018.100000', '160018.560000', '160019.020000', '160019.480000', '160019.940000', '160020.400000', '160020.860000', '160021.320000', '160021.780000', '160022.240000', '160022.700000', '160023.160000', '160023.620000', '160024.080000', '160024.540000', '160025.000000', '160025.460000', '160025.920000', '160026.380000', '160026.840000', '160027.300000', '160027.760000', '160028.220000', '160028.680000', '160029.140000', '160029.600000', '160030.060000', '160030.520000', '160030.980000', '160031.440000', '160031.900000', '160032.360000', '160032.820000', '160033.280000', '160033.740000', '160034.200000', '160034.660000', '160035.120000', '160035.580000', '160036.040000', '160036.500000', '160036.960000', '160037.420000', '160037.880000', '160038.340000', '160038.800000', '160039.260000', '160039.720000', '160040.180000', '160040.640000', '160041.100000', '160041.560000', '160042.020000', '160042.480000', '160042.940000', '160043.400000', '160043.860000', '160044.320000', '160044.780000', '160045.240000', '160045.700000', '160046.160000', '160046.620000', '160047.080000', '160047.540000', '160048.000000', '160048.460000', '160048.920000', '160049.380000', '160049.840000', '160050.300000', '160050.760000', '160051.220000', '160051.680000', '160052.140000', '160052.600000', '160053.060000', '160053.520000', '160053.980000', '160054.440000', '160054.900000', '160055.360000', '160055.820000', '160056.280000', '160056.740000', '160057.200000', '160057.660000', '160058.120000', '160058.580000', '160059.040000', '160059.500000', '160059.960000', '160100.420000', '160100.880000', '160101.340000', '160101.800000', '160102.260000', '160102.720000', '160103.180000', '160103.640000', '160104.100000', '160104.560000', '160105.020000', '160105.480000', '160105.940000', '160106.400000', '160106.860000', '160107.320000', '160107.780000', '160108.240000', '160108.700000', '160109.160000', '160109.620000', '160110.080000', '160110.540000', '160111.000000', '160111.460000', '160111.920000', '160112.380000', '160112.840000', '160113.300000', '160113.760000', '160114.220000', '160114.680000', '160115.140000', '160115.600000', '160116.060000', '160116.520000', '160116.980000', '160117.440000', '160117.900000', '160118.360000', '160118.820000', '160119.280000', '160119.740000', '160120.200000', '160120.660000', '160121.120000', '160121.580000', '160122.040000', '160122.500000', '160122.960000', '160123.420000', '160123.880000', '160124.340000', '160124.800000', '160125.260000', '160125.720000', '160126.180000', '160126.640000', '160127.100000', '160127.560000', '160128.020000', '160128.480000', '160128.940000', '160129.400000', '160129.860000', '160130.320000', '160130.780000', '160131.240000', '160131.700000', '160132.160000', '160132.620000', '160133.080000', '160133.540000', '160134.000000', '160134.460000', '160134.920000', '160135.380000', '160135.840000', '160136.300000', '160136.760000', '160137.220000', '160137.680000', '160138.140000', '160138.600000', '160139.060000', '160139.520000', '160139.980000', '160140.440000', '160140.900000', '160141.360000', '160141.820000', '160142.280000', '160142.740000', '160143.200000', '160143.660000', '160144.120000', '160144.580000', '160145.040000', '160145.500000', '160145.960000', '160146.420000', '160146.880000', '160147.340000', '160147.800000', '160148.260000', '160148.720000', '160149.180000', '160149.640000', '160150.100000', '160150.560000', '160151.020000', '160151.480000', '160151.940000', '160152.400000', '160152.860000', '160153.320000', '160153.780000', '160154.240000', '160154.700000', '160155.160000', '160155.620000', '160156.080000', '160156.540000', '160157.000000', '160157.460000', '160157.920000', '160158.380000', '160158.840000', '160159.300000', '160159.760000', '160200.220000', '160200.680000', '160201.140000', '160201.600000', '160202.060000', '160202.520000', '160202.980000', '160203.440000', '160203.900000', '160204.360000', '160204.820000', '160205.280000', '160205.740000', '160206.200000', '160206.660000', '160207.120000', '160207.580000', '160208.040000', '160208.500000', '160208.960000', '160209.420000', '160209.880000', '160210.340000', '160210.800000', '160211.260000', '160211.720000', '160212.180000', '160212.640000', '160213.100000', '160213.560000', '160214.020000', '160214.480000', '160214.940000', '160215.400000', '160215.860000', '160216.320000', '160216.780000', '160217.240000', '160217.700000', '160218.160000', '160218.620000', '160219.080000', '160219.540000', '160220.000000', '160220.460000', '160220.920000', '160221.380000', '160221.840000', '160222.300000', '160222.760000', '160223.220000', '160223.680000', '160224.140000', '160224.600000', '160225.060000', '160225.520000', '160225.980000', '160226.440000', '160226.900000', '160227.360000', '160227.820000', '160228.280000', '160228.740000', '160229.200000', '160229.660000', '160230.120000', '160230.580000', '160231.040000', '160231.500000', '160231.960000', '160232.420000', '160232.880000', '160233.340000', '160233.800000', '160234.260000', '160234.720000', '160235.180000', '160235.640000', '160236.100000', '160236.560000', '160237.020000', '160237.480000', '160237.940000', '160238.400000', '160238.860000', '160239.320000', '160239.780000', '160240.240000', '160240.700000', '160241.160000', '160241.620000', '160242.080000', '160242.540000', '160243.000000', '160243.460000', '160243.920000', '160244.380000', '160244.840000', '160245.300000', '160245.760000', '160246.220000', '160246.680000', '160247.140000', '160247.600000', '160248.060000', '160248.520000', '160248.980000', '160249.440000', '160249.900000', '160250.360000', '160250.820000', '160251.280000', '160251.740000', '160252.200000', '160252.660000', '160253.120000', '160253.580000', '160254.040000', '160254.500000', '160254.960000', '160255.420000', '160255.880000', '160256.340000', '160256.800000', '160257.260000', '160257.720000', '160258.180000', '160258.640000', '160259.100000', '160259.560000', '160300.020000', '160300.480000', '160300.940000', '160301.400000', '160301.860000', '160302.320000', '160302.780000', '160303.240000', '160303.700000', '160304.160000', '160304.620000', '160305.080000', '160305.540000', '160306.000000', '160306.460000', '160306.920000', '160307.380000', '160307.840000', '160308.300000', '160308.760000', '160309.220000', '160309.680000', '160310.140000', '160310.600000', '160311.060000', '160311.520000', '160311.980000', '160312.440000', '160312.900000', '160313.360000', '160313.820000', '160314.280000', '160314.740000', '160315.200000', '160315.660000', '160316.120000', '160316.580000', '160317.040000', '160317.500000', '160317.960000', '160318.420000', '160318.880000', '160319.340000', '160319.800000', '160320.260000', '160320.720000', '160321.180000', '160321.640000', '160322.100000', '160322.560000', '160323.020000', '160323.480000', '160323.940000', '160324.400000', '160324.860000', '160325.320000', '160325.780000', '160326.240000', '160326.700000', '160327.160000', '160327.620000', '160328.080000', '160328.540000', '160329.000000', '160329.460000', '160329.920000', '160330.380000', '160330.840000', '160331.300000', '160331.760000', '160332.220000', '160332.680000', '160333.140000', '160333.600000', '160334.060000', '160334.520000', '160334.980000', '160335.440000', '160335.900000', '160336.360000', '160336.820000', '160337.280000', '160337.740000', '160338.200000', '160338.660000', '160339.120000', '160339.580000', '160340.040000', '160340.500000', '160340.960000', '160341.420000', '160341.880000', '160342.340000', '160342.800000', '160343.260000', '160343.720000', '160344.180000', '160344.640000', '160345.100000', '160345.560000', '160346.020000', '160346.480000', '160346.940000', '160347.400000', '160347.860000', '160348.320000', '160348.780000', '160349.240000', '160349.700000', '160350.160000', '160350.620000', '160351.080000', '160351.540000', '160352.000000', '160352.460000', '160352.920000', '160353.380000', '160353.840000', '160354.300000', '160354.760000', '160355.220000', '160355.680000', '160356.140000', '160356.600000', '160357.060000', '160357.520000', '160357.980000', '160358.440000', '160358.900000', '160359.360000', '160359.820000', '160400.280000', '160400.740000', '160401.200000', '160401.660000', '160402.120000', '160402.580000', '160403.040000', '160403.500000', '160403.960000', '160404.420000', '160404.880000', '160405.340000', '160405.800000', '160406.260000', '160406.720000', '160407.180000', '160407.640000', '160408.100000', '160408.560000', '160409.020000', '160409.480000', '160409.940000', '160410.400000', '160410.860000', '160411.320000', '160411.780000', '160412.240000', '160412.700000', '160413.160000', '160413.620000', '160414.080000', '160414.540000', '160415.000000', '160415.460000', '160415.920000', '160416.380000', '160416.840000', '160417.300000', '160417.760000', '160418.220000', '160418.680000', '160419.140000', '160419.600000', '160420.060000', '160420.520000', '160420.980000', '160421.440000', '160421.900000', '160422.360000', '160422.820000', '160423.280000', '160423.740000', '160424.200000', '160424.660000', '160425.120000', '160425.580000', '160426.040000', '160426.500000', '160426.960000', '160427.420000', '160427.880000', '160428.340000', '160428.800000', '160429.260000', '160429.720000', '160430.180000', '160430.640000', '160431.100000', '160431.560000', '160432.020000', '160432.480000', '160432.940000', '160433.400000', '160433.860000', '160434.320000', '160434.780000', '160435.240000', '160435.700000', '160436.160000', '160436.620000', '160437.080000', '160437.540000', '160438.000000', '160438.460000', '160438.920000', '160439.380000', '160439.840000', '160440.300000', '160440.760000', '160441.220000', '160441.680000', '160442.140000', '160442.600000', '160443.060000', '160443.520000', '160443.980000', '160444.440000', '160444.900000', '160445.360000', '160445.820000', '160446.280000', '160446.740000', '160447.200000', '160447.660000', '160448.120000', '160448.580000', '160449.040000', '160449.500000', '160449.960000', '160450.420000', '160450.880000', '160451.340000', '160451.800000', '160452.260000', '160452.720000', '160453.180000', '160453.640000', '160454.100000', '160454.560000', '160455.020000', '160455.480000', '160455.940000', '160456.400000', '160456.860000', '160457.320000', '160457.780000', '160458.240000', '160458.700000', '160459.160000', '160459.620000', '160500.080000', '160500.540000', '160501.000000', '160501.460000', '160501.920000', '160502.380000', '160502.840000', '160503.300000', '160503.760000', '160504.220000', '160504.680000', '160505.140000', '160505.600000', '160506.060000', '160506.520000', '160506.980000', '160507.440000', '160507.900000', '160508.360000', '160508.820000', '160509.280000', '160509.740000', '160510.200000', '160510.660000', '160511.120000', '160511.580000', '160512.040000', '160512.500000', '160512.960000', '160513.420000', '160513.880000', '160514.340000', '160514.800000', '160515.260000', '160515.720000', '160516.180000', '160516.640000', '160517.100000', '160517.560000', '160518.020000', '160518.480000', '160518.940000', '160519.400000', '160519.860000', '160520.320000', '160520.780000', '160521.240000', '160521.700000', '160522.160000', '160522.620000', '160523.080000', '160523.540000', '160524.000000', '160524.460000', '160524.920000', '160525.380000', '160525.840000', '160526.300000', '160526.760000', '160527.220000', '160527.680000', '160528.140000', '160528.600000', '160529.060000', '160529.520000', '160529.980000', '160530.440000', '160530.900000', '160531.360000', '160531.820000', '160532.280000', '160532.740000', '160533.200000', '160533.660000', '160534.120000', '160534.580000', '160535.040000', '160535.500000', '160535.960000', '160536.420000', '160536.880000', '160537.340000', '160537.800000', '160538.260000', '160538.720000', '160539.180000', '160539.640000', '160540.100000', '160540.560000', '160541.020000', '160541.480000', '160541.940000', '160542.400000', '160542.860000', '160543.320000', '160543.780000', '160544.240000', '160544.700000', '160545.160000', '160545.620000', '160546.080000', '160546.540000', '160547.000000', '160547.460000', '160547.920000', '160548.380000', '160548.840000', '160549.300000', '160549.760000', '160550.220000', '160550.680000', '160551.140000', '160551.600000', '160552.060000', '160552.520000', '160552.980000', '160553.440000', '160553.900000', '160554.360000', '160554.820000', '160555.280000', '160555.740000', '160556.200000', '160556.660000', '160557.120000', '160557.580000', '160558.040000', '160558.500000', '160558.960000', '160559.420000', '160559.880000', '160600.340000', '160600.800000', '160601.260000', '160601.720000', '160602.180000', '160602.640000', '160603.100000', '160603.560000', '160604.020000', '160604.480000', '160604.940000', '160605.400000', '160605.860000', '160606.320000', '160606.780000', '160607.240000', '160607.700000', '160608.160000', '160608.620000', '160609.080000', '160609.540000', '160610.000000', '160610.460000', '160610.920000', '160611.380000', '160611.840000', '160612.300000', '160612.760000', '160613.220000', '160613.680000', '160614.140000', '160614.600000', '160615.060000', '160615.520000', '160615.980000', '160616.440000', '160616.900000', '160617.360000', '160617.820000', '160618.280000', '160618.740000', '160619.200000', '160619.660000', '160620.120000', '160620.580000', '160621.040000', '160621.500000', '160621.960000', '160622.420000', '160622.880000', '160623.340000', '160623.800000', '160624.260000', '160624.720000', '160625.180000', '160625.640000', '160626.100000', '160626.560000', '160627.020000', '160627.480000', '160627.940000', '160628.400000', '160628.860000', '160629.320000', '160629.780000', '160630.240000', '160630.700000', '160631.160000', '160631.620000', '160632.080000', '160632.540000', '160633.000000', '160633.460000', '160633.920000', '160634.380000', '160634.840000', '160635.300000', '160635.760000', '160636.220000', '160636.680000', '160637.140000', '160637.600000', '160638.060000', '160638.520000', '160638.980000', '160639.440000', '160639.900000', '160640.360000', '160640.820000', '160641.280000', '160641.740000', '160642.200000', '160642.660000', '160643.120000', '160643.580000', '160644.040000', '160644.500000', '160644.960000', '160645.420000', '160645.880000', '160646.340000', '160646.800000', '160647.260000', '160647.720000', '160648.180000', '160648.640000', '160649.100000', '160649.560000', '160650.020000', '160650.480000', '160650.940000', '160651.400000', '160651.860000', '160652.320000', '160652.780000', '160653.240000', '160653.700000', '160654.160000', '160654.620000', '160655.080000', '160655.540000', '160656.000000', '160656.460000', '160656.920000', '160657.380000', '160657.840000', '160658.300000', '160658.760000', '160659.220000', '160659.680000', '160700.140000', '160700.600000', '160701.060000', '160701.520000', '160701.980000', '160702.440000', '160702.900000', '160703.360000', '160703.820000', '160704.280000', '160704.740000', '160705.200000', '160705.660000', '160706.120000', '160706.580000', '160707.040000', '160707.500000', '160707.960000', '160708.420000', '160708.880000', '160709.340000', '160709.800000', '160710.260000', '160710.720000', '160711.180000', '160711.640000', '160712.100000', '160712.560000', '160713.020000', '160713.480000', '160713.940000', '160714.400000', '160714.860000', '160715.320000', '160715.780000', '160716.240000', '160716.700000', '160717.160000', '160717.620000', '160718.080000', '160718.540000', '160719.000000', '160719.460000', '160719.920000', '160720.380000', '160720.840000', '160721.300000', '160721.760000', '160722.220000', '160722.680000', '160723.140000', '160723.600000', '160724.060000', '160724.520000', '160724.980000', '160725.440000', '160725.900000', '160726.360000', '160726.820000', '160727.280000', '160727.740000', '160728.200000', '160728.660000', '160729.120000', '160729.580000', '160730.040000', '160730.500000', '160730.960000', '160731.420000', '160731.880000', '160732.340000', '160732.800000', '160733.260000', '160733.720000', '160734.180000', '160734.640000', '160735.100000', '160735.560000', '160736.020000', '160736.480000', '160736.940000', '160737.400000', '160737.860000', '160738.320000', '160738.780000', '160739.240000', '160739.700000', '160740.160000', '160740.620000', '160741.080000', '160741.540000', '160742.000000', '160742.460000', '160742.920000', '160743.380000', '160743.840000', '160744.300000', '160744.760000', '160745.220000', '160745.680000', '160746.140000', '160746.600000', '160747.060000', '160747.520000', '160747.980000', '160748.440000', '160748.900000', '160749.360000', '160749.820000', '160750.280000', '160750.740000', '160751.200000', '160751.660000', '160752.120000', '160752.580000', '160753.040000', '160753.500000', '160753.960000', '160754.420000', '160754.880000', '160755.340000', '160755.800000', '160756.260000', '160756.720000', '160757.180000', '160757.640000', '160758.100000', '160758.560000', '160759.020000', '160759.480000', '160759.940000', '160800.400000', '160800.860000', '160801.320000', '160801.780000', '160802.240000', '160802.700000', '160803.160000', '160803.620000', '160804.080000', '160804.540000', '160805.000000', '160805.460000', '160805.920000', '160806.380000', '160806.840000', '160807.300000', '160807.760000', '160808.220000', '160808.680000', '160809.140000', '160809.600000', '160810.060000', '160810.520000', '160810.980000', '160811.440000', '160811.900000', '160812.360000', '160812.820000', '160813.280000', '160813.740000', '160814.200000', '160814.660000', '160815.120000', '160815.580000', '160816.040000', '160816.500000', '160816.960000', '160817.420000', '160817.880000', '160818.340000', '160818.800000', '160819.260000', '160819.720000', '160820.180000', '160820.640000', '160821.100000', '160821.560000', '160822.020000', '160822.480000', '160822.940000', '160823.400000', '160823.860000', '160824.320000', '160824.780000', '160825.240000', '160825.700000', '160826.160000', '160826.620000', '160827.080000', '160827.540000', '160828.000000', '160828.460000', '160828.920000', '160829.380000', '160829.840000', '160830.300000', '160830.760000', '160831.220000', '160831.680000', '160832.140000', '160832.600000', '160833.060000', '160833.520000', '160833.980000', '160834.440000', '160834.900000', '160835.360000', '160835.820000', '160836.280000', '160836.740000', '160837.200000', '160837.660000', '160838.120000', '160838.580000', '160839.040000', '160839.500000', '160839.960000', '160840.420000', '160840.880000', '160841.340000', '160841.800000', '160842.260000', '160842.720000', '160843.180000', '160843.640000', '160844.100000', '160844.560000', '160845.020000', '160845.480000', '160845.940000', '160846.400000', '160846.860000', '160847.320000', '160847.780000', '160848.240000', '160848.700000', '160849.160000', '160849.620000', '160850.080000', '160850.540000', '160851.000000', '160851.460000', '160851.920000', '160852.380000', '160852.840000', '160853.300000', '160853.760000', '160854.220000', '160854.680000', '160855.140000', '160855.600000', '160856.060000', '160856.520000', '160856.980000', '160857.440000', '160857.900000', '160858.360000', '160858.820000', '160859.280000', '160859.740000', '160900.200000', '160900.660000', '160901.120000', '160901.580000', '160902.040000', '160902.500000', '160902.960000', '160903.420000', '160903.880000', '160904.340000', '160904.800000', '160905.260000', '160905.720000', '160906.180000', '160906.640000', '160907.100000', '160907.560000', '160908.020000', '160908.480000', '160908.940000', '160909.400000', '160909.860000', '160910.320000', '160910.780000', '160911.240000', '160911.700000', '160912.160000', '160912.620000', '160913.080000', '160913.540000', '160914.000000', '160914.460000', '160914.920000', '160915.380000', '160915.840000', '160916.300000', '160916.760000', '160917.220000', '160917.680000', '160918.140000', '160918.600000', '160919.060000', '160919.520000', '160919.980000', '160920.440000', '160920.900000', '160921.360000', '160921.820000', '160922.280000', '160922.740000', '160923.200000', '160923.660000', '160924.120000', '160924.580000', '160925.040000', '160925.500000', '160925.960000', '160926.420000', '160926.880000', '160927.340000', '160927.800000', '160928.260000', '160928.720000', '160929.180000', '160929.640000', '160930.100000', '160930.560000', '160931.020000', '160931.480000', '160931.940000', '160932.400000', '160932.860000', '160933.320000', '160933.780000', '160934.240000', '160934.700000', '160935.160000', '160935.620000', '160936.080000', '160936.540000', '160937.000000', '160937.460000', '160937.920000', '160938.380000', '160938.840000', '160939.300000', '160939.760000', '160940.220000', '160940.680000', '160941.140000', '160941.600000', '160942.060000', '160942.520000', '160942.980000', '160943.440000', '160943.900000', '160944.360000', '160944.820000', '160945.280000', '160945.740000', '160946.200000', '160946.660000', '160947.120000', '160947.580000', '160948.040000', '160948.500000', '160948.960000', '160949.420000', '160949.880000', '160950.340000', '160950.800000', '160951.260000', '160951.720000', '160952.180000', '160952.640000', '160953.100000', '160953.560000', '160954.020000', '160954.480000', '160954.940000', '160955.400000', '160955.860000', '160956.320000', '160956.780000', '160957.240000', '160957.700000', '160958.160000', '160958.620000'], 'ContentTime': ['160025.690000', '160025.694000', '160025.697000', '160025.700000', '160025.702000', '160025.705000', '160025.708000', '160025.711000', '160025.714000', '160025.717000', '160025.720000', '160025.722000', '160025.725000', '160025.728000', '160025.731000', '160025.734000', '160025.737000', '160025.740000', '160025.742000', '160025.746000', '160045.645000', '160045.648000', '160045.651000', '160045.654000', '160045.657000', '160045.660000', '160045.662000', '160045.665000', '160045.668000', '160045.671000', '160045.674000', '160045.677000', '160045.680000', '160045.682000', '160045.685000', '160045.688000', '160045.691000', '160045.694000', '160045.697000', '160045.700000', '160045.702000', '160045.705000', '160045.708000', '160045.711000', '160045.714000', '160045.717000', '160045.720000', '160045.723000', '160045.726000', '160045.728000', '160045.731000', '160045.734000', '160045.737000', '160045.740000', '160045.749000', '160045.752000', '160045.755000', '160045.758000', '160045.761000', '160045.764000', '160045.766000', '160045.770000', '160045.772000', '160045.775000', '160105.644000', '160105.647000', '160105.650000', '160105.653000', '160105.656000', '160105.659000', '160105.662000', '160105.664000', '160105.667000', '160105.670000', '160105.673000', '160105.676000', '160105.679000', '160105.682000', '160105.685000', '160105.688000', '160105.691000', '160105.695000', '160105.698000', '160105.701000', '160105.704000', '160105.707000', '160105.710000', '160105.713000', '160105.716000', '160105.719000', '160105.721000', '160105.724000', '160105.727000', '160105.730000', '160105.733000', '160105.736000', '160105.739000', '160105.742000', '160105.745000', '160105.747000', '160105.750000', '160105.753000', '160105.756000', '160105.759000', '160105.762000', '160105.765000', '160105.768000', '160125.644000', '160125.647000', '160125.650000', '160125.653000', '160125.656000', '160125.659000', '160125.662000', '160125.664000', '160125.667000', '160125.670000', '160125.673000', '160125.676000', '160125.679000', '160125.682000', '160125.685000', '160125.688000', '160125.691000', '160125.694000', '160125.696000', '160125.699000', '160125.702000', '160125.705000', '160125.708000', '160125.711000', '160125.714000', '160125.717000', '160125.720000', '160125.723000', '160125.725000', '160125.728000', '160125.731000', '160125.734000', '160125.737000', '160125.740000', '160125.743000', '160125.746000', '160125.749000', '160125.752000', '160125.754000', '160125.757000', '160125.760000', '160125.763000', '160125.766000', '160125.769000', '160145.644000', '160145.648000', '160145.651000', '160145.654000', '160145.657000', '160145.660000', '160145.668000', '160145.671000', '160145.674000', '160145.677000', '160145.680000', '160145.683000', '160145.686000', '160145.689000', '160145.692000', '160145.695000', '160145.697000', '160145.700000', '160145.704000', '160145.707000', '160145.709000', '160145.712000', '160145.715000', '160145.718000', '160145.721000', '160145.725000', '160145.729000', '160145.732000', '160145.735000', '160145.738000', '160145.741000', '160145.744000', '160145.747000', '160145.750000', '160145.753000', '160145.755000', '160145.758000', '160145.761000', '160145.764000', '160145.767000', '160145.823000', '160145.826000', '160145.828000', '160205.645000', '160205.648000', '160205.651000', '160205.654000', '160205.657000', '160205.660000', '160205.663000', '160205.665000', '160205.668000', '160205.671000', '160205.674000', '160205.677000', '160205.680000', '160205.683000', '160205.686000', '160205.689000', '160205.692000', '160205.708000', '160205.711000', '160205.714000', '160205.717000', '160205.720000', '160205.723000', '160205.725000', '160205.728000', '160205.731000', '160205.734000', '160205.737000', '160205.740000', '160205.743000', '160205.746000', '160205.749000', '160205.752000', '160205.755000', '160205.758000', '160205.761000', '160205.763000', '160205.766000', '160205.769000', '160205.772000', '160205.775000', '160205.778000', '160205.781000', '160205.784000', '160225.645000', '160225.648000', '160225.651000', '160225.654000', '160225.657000', '160225.660000', '160225.663000', '160225.665000', '160225.668000', '160225.671000', '160225.674000', '160225.677000', '160225.680000', '160225.683000', '160225.686000', '160225.689000', '160225.692000', '160225.695000', '160225.698000', '160225.700000', '160225.703000', '160225.706000', '160225.709000', '160225.712000', '160225.715000', '160225.718000', '160225.721000', '160225.724000', '160225.727000', '160225.729000', '160225.733000', '160225.738000', '160225.741000', '160225.744000', '160225.747000', '160225.750000', '160225.752000', '160225.755000', '160225.758000', '160225.761000', '160225.764000', '160225.767000', '160225.770000', '160245.645000', '160245.648000', '160245.651000', '160245.654000', '160245.657000', '160245.660000', '160245.662000', '160245.665000', '160245.668000', '160245.671000', '160245.674000', '160245.677000', '160245.680000', '160245.683000', '160245.686000', '160245.689000', '160245.692000', '160245.695000', '160245.697000', '160245.700000', '160245.703000', '160245.706000', '160245.709000', '160245.712000', '160245.715000', '160245.718000', '160245.721000', '160245.723000', '160245.726000', '160245.729000', '160245.732000', '160245.735000', '160245.738000', '160245.741000', '160245.744000', '160245.747000', '160245.750000', '160245.752000', '160245.755000', '160245.758000', '160245.761000', '160245.764000', '160245.767000', '160245.810000', '160305.645000', '160305.648000', '160305.651000', '160305.654000', '160305.657000', '160305.660000', '160305.663000', '160305.666000', '160305.668000', '160305.671000', '160305.674000', '160305.677000', '160305.680000', '160305.683000', '160305.687000', '160305.691000', '160305.694000', '160305.697000', '160305.699000', '160305.702000', '160305.705000', '160305.708000', '160305.711000', '160305.714000', '160305.717000', '160305.720000', '160305.723000', '160305.725000', '160305.728000', '160305.731000', '160305.734000', '160305.737000', '160305.740000', '160305.743000', '160305.746000', '160305.749000', '160305.752000', '160305.755000', '160305.758000', '160305.761000', '160305.764000', '160305.767000', '160305.827000', '160325.644000', '160325.647000', '160325.650000', '160325.654000', '160325.657000', '160325.660000', '160325.663000', '160325.666000', '160325.669000', '160325.672000', '160325.674000', '160325.677000', '160325.680000', '160325.683000', '160325.686000', '160325.689000', '160325.692000', '160325.695000', '160325.698000', '160325.701000', '160325.703000', '160325.706000', '160325.709000', '160325.712000', '160325.715000', '160325.718000', '160325.721000', '160325.724000', '160325.727000', '160325.730000', '160325.733000', '160325.735000', '160325.738000', '160325.741000', '160325.744000', '160325.747000', '160325.750000', '160325.753000', '160325.756000', '160325.758000', '160325.761000', '160325.764000', '160325.767000', '160325.770000', '160345.644000', '160345.647000', '160345.650000', '160345.653000', '160345.656000', '160345.659000', '160345.662000', '160345.664000', '160345.667000', '160345.670000', '160345.673000', '160345.676000', '160345.692000', '160345.695000', '160345.698000', '160345.700000', '160345.703000', '160345.706000', '160345.709000', '160345.712000', '160345.715000', '160345.718000', '160345.721000', '160345.724000', '160345.726000', '160345.729000', '160345.732000', '160345.735000', '160345.738000', '160345.741000', '160345.744000', '160345.747000', '160345.750000', '160345.753000', '160345.756000', '160345.760000', '160345.765000', '160345.824000', '160345.827000', '160345.830000', '160345.833000', '160345.836000', '160345.839000', '160405.644000', '160405.647000', '160405.650000', '160405.653000', '160405.656000', '160405.659000', '160405.662000', '160405.664000', '160405.667000', '160405.670000', '160405.673000', '160405.676000', '160405.679000', '160405.682000', '160405.685000', '160405.688000', '160405.691000', '160405.694000', '160405.697000', '160405.700000', '160405.702000', '160405.705000', '160405.708000', '160405.711000', '160405.714000', '160405.717000', '160405.720000', '160405.723000', '160405.726000', '160405.729000', '160405.732000', '160405.735000', '160405.738000', '160405.741000', '160405.744000', '160405.746000', '160405.749000', '160405.752000', '160405.755000', '160405.758000', '160405.761000', '160405.764000', '160405.767000', '160405.810000', '160425.645000', '160425.648000', '160425.651000', '160425.654000', '160425.657000', '160425.660000', '160425.663000', '160425.666000', '160425.668000', '160425.671000', '160425.674000', '160425.677000', '160425.680000', '160425.683000', '160425.686000', '160425.689000', '160425.692000', '160425.695000', '160425.698000', '160425.701000', '160425.704000', '160425.706000', '160425.709000', '160425.712000', '160425.715000', '160425.718000', '160425.721000', '160425.725000', '160425.728000', '160425.731000', '160425.734000', '160425.737000', '160425.740000', '160425.743000', '160425.746000', '160425.749000', '160425.752000', '160425.755000', '160425.758000', '160425.761000', '160425.764000', '160425.766000', '160425.824000', '160445.645000', '160445.648000', '160445.651000', '160445.654000', '160445.657000', '160445.659000', '160445.662000', '160445.665000', '160445.668000', '160445.671000', '160445.674000', '160445.677000', '160445.680000', '160445.683000', '160445.686000', '160445.689000', '160445.693000', '160445.696000', '160445.699000', '160445.701000', '160445.704000', '160445.707000', '160445.710000', '160445.713000', '160445.716000', '160445.719000', '160445.722000', '160445.725000', '160445.728000', '160445.731000', '160445.733000', '160445.736000', '160445.739000', '160445.742000', '160445.745000', '160445.748000', '160445.751000', '160445.754000', '160445.757000', '160445.760000', '160445.763000', '160445.765000', '160445.768000', '160445.813000', '160505.645000', '160505.648000', '160505.651000', '160505.654000', '160505.657000', '160505.660000', '160505.663000', '160505.666000', '160505.668000', '160505.671000', '160505.674000', '160505.677000', '160505.680000', '160505.683000', '160505.686000', '160505.689000', '160505.692000', '160505.695000', '160505.698000', '160505.701000', '160505.703000', '160505.706000', '160505.709000', '160505.712000', '160505.715000', '160505.718000', '160505.721000', '160505.724000', '160505.727000', '160505.730000', '160505.733000', '160505.736000', '160505.739000', '160505.742000', '160505.744000', '160505.747000', '160505.750000', '160505.763000', '160505.766000', '160505.822000', '160505.825000', '160505.828000', '160505.830000', '160525.645000', '160525.648000', '160525.651000', '160525.654000', '160525.657000', '160525.660000', '160525.662000', '160525.665000', '160525.668000', '160525.671000', '160525.674000', '160525.677000', '160525.680000', '160525.683000', '160525.686000', '160525.689000', '160525.692000', '160525.695000', '160525.698000', '160525.700000', '160525.703000', '160525.706000', '160525.709000', '160525.712000', '160525.715000', '160525.718000', '160525.721000', '160525.724000', '160525.727000', '160525.730000', '160525.733000', '160525.736000', '160525.739000', '160525.742000', '160525.745000', '160525.748000', '160525.750000', '160525.754000', '160525.757000', '160525.759000', '160525.762000', '160525.765000', '160525.768000', '160525.824000', '160545.644000', '160545.647000', '160545.650000', '160545.653000', '160545.656000', '160545.659000', '160545.662000', '160545.665000', '160545.668000', '160545.670000', '160545.673000', '160545.676000', '160545.679000', '160545.682000', '160545.685000', '160545.688000', '160545.691000', '160545.694000', '160545.697000', '160545.700000', '160545.702000', '160545.705000', '160545.708000', '160545.711000', '160545.714000', '160545.717000', '160545.720000', '160545.725000', '160545.728000', '160545.731000', '160545.734000', '160545.737000', '160545.740000', '160545.743000', '160545.746000', '160545.748000', '160545.751000', '160545.754000', '160545.757000', '160545.760000', '160545.765000', '160545.768000', '160545.847000', '160605.644000', '160605.647000', '160605.650000', '160605.653000', '160605.656000', '160605.658000', '160605.661000', '160605.664000', '160605.667000', '160605.670000', '160605.673000', '160605.676000', '160605.679000', '160605.682000', '160605.685000', '160605.688000', '160605.691000', '160605.694000', '160605.696000', '160605.699000', '160605.702000', '160605.705000', '160605.708000', '160605.711000', '160605.714000', '160605.717000', '160605.720000', '160605.723000', '160605.726000', '160605.728000', '160605.731000', '160605.734000', '160605.737000', '160605.740000', '160605.743000', '160605.746000', '160605.749000', '160605.752000', '160605.755000', '160605.758000', '160605.761000', '160605.763000', '160605.766000', '160605.805000', '160625.644000', '160625.647000', '160625.650000', '160625.653000', '160625.656000', '160625.659000', '160625.662000', '160625.665000', '160625.667000', '160625.670000', '160625.673000', '160625.676000', '160625.679000', '160625.682000', '160625.685000', '160625.688000', '160625.691000', '160625.694000', '160625.696000', '160625.699000', '160625.702000', '160625.705000', '160625.708000', '160625.711000', '160625.714000', '160625.717000', '160625.720000', '160625.723000', '160625.725000', '160625.728000', '160625.731000', '160625.734000', '160625.737000', '160625.740000', '160625.743000', '160625.746000', '160625.749000', '160625.752000', '160625.754000', '160625.757000', '160625.760000', '160625.763000', '160625.766000', '160645.645000', '160645.648000', '160645.651000', '160645.654000', '160645.657000', '160645.660000', '160645.662000', '160645.665000', '160645.668000', '160645.671000', '160645.674000', '160645.677000', '160645.680000', '160645.683000', '160645.686000', '160645.689000', '160645.691000', '160645.694000', '160645.697000', '160645.700000', '160645.703000', '160645.706000', '160645.709000', '160645.712000', '160645.715000', '160645.718000', '160645.720000', '160645.723000', '160645.726000', '160645.729000', '160645.732000', '160645.735000', '160645.738000', '160645.741000', '160645.744000', '160645.747000', '160645.750000', '160645.752000', '160645.755000', '160645.758000', '160645.761000', '160645.764000', '160645.767000', '160645.846000', '160705.645000', '160705.648000', '160705.651000', '160705.654000', '160705.657000', '160705.660000', '160705.663000', '160705.666000', '160705.669000', '160705.671000', '160705.674000', '160705.677000', '160705.680000', '160705.683000', '160705.686000', '160705.689000', '160705.692000', '160705.695000', '160705.698000', '160705.701000', '160705.703000', '160705.706000', '160705.709000', '160705.712000', '160705.715000', '160705.718000', '160705.721000', '160705.724000', '160705.727000', '160705.730000', '160705.733000', '160705.735000', '160705.738000', '160705.741000', '160705.744000', '160705.747000', '160705.750000', '160705.753000', '160705.756000', '160705.759000', '160705.762000', '160705.765000', '160705.768000', '160725.645000', '160725.649000', '160725.652000', '160725.655000', '160725.658000', '160725.661000', '160725.663000', '160725.666000', '160725.669000', '160725.672000', '160725.675000', '160725.678000', '160725.681000', '160725.684000', '160725.687000', '160725.690000', '160725.693000', '160725.696000', '160725.699000', '160725.701000', '160725.704000', '160725.707000', '160725.710000', '160725.713000', '160725.716000', '160725.719000', '160725.722000', '160725.724000', '160725.727000', '160725.730000', '160725.733000', '160725.736000', '160725.739000', '160725.742000', '160725.745000', '160725.748000', '160725.751000', '160725.753000', '160725.756000', '160725.759000', '160725.762000', '160725.765000', '160725.768000', '160745.645000', '160745.648000', '160745.651000', '160745.654000', '160745.657000', '160745.660000', '160745.663000', '160745.666000', '160745.669000', '160745.671000', '160745.674000', '160745.677000', '160745.680000', '160745.683000', '160745.686000', '160745.689000', '160745.692000', '160745.695000', '160745.698000', '160745.701000', '160745.704000', '160745.706000', '160745.709000', '160745.712000', '160745.715000', '160745.718000', '160745.721000', '160745.724000', '160745.727000', '160745.730000', '160745.733000', '160745.736000', '160745.738000', '160745.741000', '160745.744000', '160745.747000', '160745.750000', '160745.753000', '160745.756000', '160745.759000', '160745.762000', '160745.764000', '160745.767000', '160745.832000', '160805.644000', '160805.647000', '160805.667000', '160805.670000', '160805.673000', '160805.676000', '160805.679000', '160805.682000', '160805.685000', '160805.688000', '160805.690000', '160805.693000', '160805.696000', '160805.699000', '160805.702000', '160805.705000', '160805.708000', '160805.711000', '160805.714000', '160805.717000', '160805.720000', '160805.723000', '160805.726000', '160805.728000', '160805.731000', '160805.734000', '160805.737000', '160805.740000', '160805.743000', '160805.746000', '160805.749000', '160805.752000', '160805.755000', '160805.758000', '160805.761000', '160805.764000', '160805.766000', '160805.825000', '160805.828000', '160805.831000', '160805.834000', '160805.837000', '160805.840000', '160825.644000', '160825.647000', '160825.650000', '160825.653000', '160825.656000', '160825.659000', '160825.662000', '160825.665000', '160825.668000', '160825.671000', '160825.673000', '160825.676000', '160825.679000', '160825.682000', '160825.685000', '160825.688000', '160825.691000', '160825.694000', '160825.697000', '160825.700000', '160825.703000', '160825.705000', '160825.708000', '160825.711000', '160825.714000', '160825.717000', '160825.720000', '160825.723000', '160825.726000', '160825.729000', '160825.732000', '160825.735000', '160825.737000', '160825.740000', '160825.743000', '160825.746000', '160825.749000', '160825.752000', '160825.755000', '160825.758000', '160825.761000', '160825.763000', '160825.766000', '160825.848000', '160845.644000', '160845.647000', '160845.650000', '160845.653000', '160845.656000', '160845.659000', '160845.662000', '160845.665000', '160845.668000', '160845.671000', '160845.673000', '160845.676000', '160845.679000', '160845.682000', '160845.685000', '160845.688000', '160845.692000', '160845.695000', '160845.698000', '160845.701000', '160845.704000', '160845.706000', '160845.709000', '160845.712000', '160845.715000', '160845.718000', '160845.721000', '160845.724000', '160845.727000', '160845.730000', '160845.733000', '160845.736000', '160845.739000', '160845.742000', '160845.744000', '160845.747000', '160845.750000', '160845.753000', '160845.756000', '160845.759000', '160845.762000', '160845.765000', '160845.822000', '160905.645000', '160905.648000', '160905.651000', '160905.654000', '160905.657000', '160905.660000', '160905.663000', '160905.665000', '160905.668000', '160905.671000', '160905.674000', '160905.677000', '160905.680000', '160905.683000', '160905.686000', '160905.689000', '160905.692000', '160905.695000', '160905.698000', '160905.701000', '160905.703000', '160905.706000', '160905.709000', '160905.712000', '160905.715000', '160905.718000', '160905.721000', '160905.724000', '160905.727000', '160905.730000', '160905.733000', '160905.735000', '160905.738000', '160905.741000', '160905.744000', '160905.747000', '160905.750000', '160905.753000', '160905.756000', '160905.759000', '160905.762000', '160905.765000', '160905.768000', '160905.843000', '160925.645000', '160925.648000', '160925.651000', '160925.654000', '160925.657000', '160925.660000', '160925.663000', '160925.666000', '160925.669000', '160925.671000', '160925.674000', '160925.677000', '160925.680000', '160925.683000', '160925.686000', '160925.689000', '160925.692000', '160925.695000', '160925.698000', '160925.701000', '160925.704000', '160925.707000', '160925.710000', '160925.713000', '160925.716000', '160925.719000', '160925.722000', '160925.725000', '160925.728000', '160925.731000', '160925.733000', '160925.736000', '160925.739000', '160925.742000', '160925.745000', '160925.748000', '160925.751000', '160925.754000', '160925.757000', '160925.760000', '160925.763000', '160925.766000', '160925.768000', '160945.645000', '160945.648000', '160945.651000', '160945.654000', '160945.657000', '160945.660000', '160945.663000', '160945.666000', '160945.669000', '160945.672000', '160945.674000', '160945.677000', '160945.680000', '160945.683000', '160945.686000', '160945.689000', '160945.692000', '160945.695000', '160945.698000', '160945.701000', '160945.704000', '160945.707000', '160945.710000', '160945.713000', '160945.715000', '160945.718000', '160945.721000', '160945.724000', '160945.727000', '160945.730000', '160945.733000', '160945.736000', '160945.739000', '160945.742000', '160945.744000', '160945.747000', '160945.750000', '160945.753000', '160945.756000', '160945.759000', '160945.762000', '160945.765000', '160945.768000', '160945.830000', '160959.344000', '160959.348000', '160959.351000', '160959.354000', '160959.357000', '160959.360000', '160959.363000', '160959.366000', '160959.369000', '160959.372000', '160959.376000', '160959.379000', '160959.382000', '160959.385000', '160959.388000', '160959.391000', '160959.394000', '160959.397000', '160959.400000', '160959.403000', '160959.406000', '160959.409000', '160959.412000', '160959.415000', '160959.418000', '160959.421000', '160959.424000', '160959.427000', '160959.430000', '160959.432000'], 'InstanceCreationTime': ['160025.690000', '160025.694000', '160025.697000', '160025.700000', '160025.702000', '160025.705000', '160025.708000', '160025.711000', '160025.714000', '160025.717000', '160025.720000', '160025.722000', '160025.725000', '160025.728000', '160025.731000', '160025.734000', '160025.737000', '160025.740000', '160025.742000', '160025.746000', '160045.645000', '160045.648000', '160045.651000', '160045.654000', '160045.657000', '160045.660000', '160045.662000', '160045.665000', '160045.668000', '160045.671000', '160045.674000', '160045.677000', '160045.680000', '160045.682000', '160045.685000', '160045.688000', '160045.691000', '160045.694000', '160045.697000', '160045.700000', '160045.702000', '160045.705000', '160045.708000', '160045.711000', '160045.714000', '160045.717000', '160045.720000', '160045.723000', '160045.726000', '160045.728000', '160045.731000', '160045.734000', '160045.737000', '160045.740000', '160045.749000', '160045.752000', '160045.755000', '160045.758000', '160045.761000', '160045.764000', '160045.766000', '160045.770000', '160045.772000', '160045.775000', '160105.644000', '160105.647000', '160105.650000', '160105.653000', '160105.656000', '160105.659000', '160105.662000', '160105.664000', '160105.667000', '160105.670000', '160105.673000', '160105.676000', '160105.679000', '160105.682000', '160105.685000', '160105.688000', '160105.691000', '160105.695000', '160105.698000', '160105.701000', '160105.704000', '160105.707000', '160105.710000', '160105.713000', '160105.716000', '160105.719000', '160105.721000', '160105.724000', '160105.727000', '160105.730000', '160105.733000', '160105.736000', '160105.739000', '160105.742000', '160105.745000', '160105.747000', '160105.750000', '160105.753000', '160105.756000', '160105.759000', '160105.762000', '160105.765000', '160105.768000', '160125.644000', '160125.647000', '160125.650000', '160125.653000', '160125.656000', '160125.659000', '160125.662000', '160125.664000', '160125.667000', '160125.670000', '160125.673000', '160125.676000', '160125.679000', '160125.682000', '160125.685000', '160125.688000', '160125.691000', '160125.694000', '160125.696000', '160125.699000', '160125.702000', '160125.705000', '160125.708000', '160125.711000', '160125.714000', '160125.717000', '160125.720000', '160125.723000', '160125.725000', '160125.728000', '160125.731000', '160125.734000', '160125.737000', '160125.740000', '160125.743000', '160125.746000', '160125.749000', '160125.752000', '160125.754000', '160125.757000', '160125.760000', '160125.763000', '160125.766000', '160125.769000', '160145.644000', '160145.648000', '160145.651000', '160145.654000', '160145.657000', '160145.660000', '160145.668000', '160145.671000', '160145.674000', '160145.677000', '160145.680000', '160145.683000', '160145.686000', '160145.689000', '160145.692000', '160145.695000', '160145.697000', '160145.700000', '160145.704000', '160145.707000', '160145.709000', '160145.712000', '160145.715000', '160145.718000', '160145.721000', '160145.725000', '160145.729000', '160145.732000', '160145.735000', '160145.738000', '160145.741000', '160145.744000', '160145.747000', '160145.750000', '160145.753000', '160145.755000', '160145.758000', '160145.761000', '160145.764000', '160145.767000', '160145.823000', '160145.826000', '160145.828000', '160205.645000', '160205.648000', '160205.651000', '160205.654000', '160205.657000', '160205.660000', '160205.663000', '160205.665000', '160205.668000', '160205.671000', '160205.674000', '160205.677000', '160205.680000', '160205.683000', '160205.686000', '160205.689000', '160205.692000', '160205.708000', '160205.711000', '160205.714000', '160205.717000', '160205.720000', '160205.723000', '160205.725000', '160205.728000', '160205.731000', '160205.734000', '160205.737000', '160205.740000', '160205.743000', '160205.746000', '160205.749000', '160205.752000', '160205.755000', '160205.758000', '160205.761000', '160205.763000', '160205.766000', '160205.769000', '160205.772000', '160205.775000', '160205.778000', '160205.781000', '160205.784000', '160225.645000', '160225.648000', '160225.651000', '160225.654000', '160225.657000', '160225.660000', '160225.663000', '160225.665000', '160225.668000', '160225.671000', '160225.674000', '160225.677000', '160225.680000', '160225.683000', '160225.686000', '160225.689000', '160225.692000', '160225.695000', '160225.698000', '160225.700000', '160225.703000', '160225.706000', '160225.709000', '160225.712000', '160225.715000', '160225.718000', '160225.721000', '160225.724000', '160225.727000', '160225.729000', '160225.733000', '160225.738000', '160225.741000', '160225.744000', '160225.747000', '160225.750000', '160225.752000', '160225.755000', '160225.758000', '160225.761000', '160225.764000', '160225.767000', '160225.770000', '160245.645000', '160245.648000', '160245.651000', '160245.654000', '160245.657000', '160245.660000', '160245.662000', '160245.665000', '160245.668000', '160245.671000', '160245.674000', '160245.677000', '160245.680000', '160245.683000', '160245.686000', '160245.689000', '160245.692000', '160245.695000', '160245.697000', '160245.700000', '160245.703000', '160245.706000', '160245.709000', '160245.712000', '160245.715000', '160245.718000', '160245.721000', '160245.723000', '160245.726000', '160245.729000', '160245.732000', '160245.735000', '160245.738000', '160245.741000', '160245.744000', '160245.747000', '160245.750000', '160245.752000', '160245.755000', '160245.758000', '160245.761000', '160245.764000', '160245.767000', '160245.810000', '160305.645000', '160305.648000', '160305.651000', '160305.654000', '160305.657000', '160305.660000', '160305.663000', '160305.666000', '160305.668000', '160305.671000', '160305.674000', '160305.677000', '160305.680000', '160305.683000', '160305.687000', '160305.691000', '160305.694000', '160305.697000', '160305.699000', '160305.702000', '160305.705000', '160305.708000', '160305.711000', '160305.714000', '160305.717000', '160305.720000', '160305.723000', '160305.725000', '160305.728000', '160305.731000', '160305.734000', '160305.737000', '160305.740000', '160305.743000', '160305.746000', '160305.749000', '160305.752000', '160305.755000', '160305.758000', '160305.761000', '160305.764000', '160305.767000', '160305.827000', '160325.644000', '160325.647000', '160325.650000', '160325.654000', '160325.657000', '160325.660000', '160325.663000', '160325.666000', '160325.669000', '160325.672000', '160325.674000', '160325.677000', '160325.680000', '160325.683000', '160325.686000', '160325.689000', '160325.692000', '160325.695000', '160325.698000', '160325.701000', '160325.703000', '160325.706000', '160325.709000', '160325.712000', '160325.715000', '160325.718000', '160325.721000', '160325.724000', '160325.727000', '160325.730000', '160325.733000', '160325.735000', '160325.738000', '160325.741000', '160325.744000', '160325.747000', '160325.750000', '160325.753000', '160325.756000', '160325.758000', '160325.761000', '160325.764000', '160325.767000', '160325.770000', '160345.644000', '160345.647000', '160345.650000', '160345.653000', '160345.656000', '160345.659000', '160345.662000', '160345.664000', '160345.667000', '160345.670000', '160345.673000', '160345.676000', '160345.692000', '160345.695000', '160345.698000', '160345.700000', '160345.703000', '160345.706000', '160345.709000', '160345.712000', '160345.715000', '160345.718000', '160345.721000', '160345.724000', '160345.726000', '160345.729000', '160345.732000', '160345.735000', '160345.738000', '160345.741000', '160345.744000', '160345.747000', '160345.750000', '160345.753000', '160345.756000', '160345.760000', '160345.765000', '160345.824000', '160345.827000', '160345.830000', '160345.833000', '160345.836000', '160345.839000', '160405.644000', '160405.647000', '160405.650000', '160405.653000', '160405.656000', '160405.659000', '160405.662000', '160405.664000', '160405.667000', '160405.670000', '160405.673000', '160405.676000', '160405.679000', '160405.682000', '160405.685000', '160405.688000', '160405.691000', '160405.694000', '160405.697000', '160405.700000', '160405.702000', '160405.705000', '160405.708000', '160405.711000', '160405.714000', '160405.717000', '160405.720000', '160405.723000', '160405.726000', '160405.729000', '160405.732000', '160405.735000', '160405.738000', '160405.741000', '160405.744000', '160405.746000', '160405.749000', '160405.752000', '160405.755000', '160405.758000', '160405.761000', '160405.764000', '160405.767000', '160405.810000', '160425.645000', '160425.648000', '160425.651000', '160425.654000', '160425.657000', '160425.660000', '160425.663000', '160425.666000', '160425.668000', '160425.671000', '160425.674000', '160425.677000', '160425.680000', '160425.683000', '160425.686000', '160425.689000', '160425.692000', '160425.695000', '160425.698000', '160425.701000', '160425.704000', '160425.706000', '160425.709000', '160425.712000', '160425.715000', '160425.718000', '160425.721000', '160425.725000', '160425.728000', '160425.731000', '160425.734000', '160425.737000', '160425.740000', '160425.743000', '160425.746000', '160425.749000', '160425.752000', '160425.755000', '160425.758000', '160425.761000', '160425.764000', '160425.766000', '160425.824000', '160445.645000', '160445.648000', '160445.651000', '160445.654000', '160445.657000', '160445.659000', '160445.662000', '160445.665000', '160445.668000', '160445.671000', '160445.674000', '160445.677000', '160445.680000', '160445.683000', '160445.686000', '160445.689000', '160445.693000', '160445.696000', '160445.699000', '160445.701000', '160445.704000', '160445.707000', '160445.710000', '160445.713000', '160445.716000', '160445.719000', '160445.722000', '160445.725000', '160445.728000', '160445.731000', '160445.733000', '160445.736000', '160445.739000', '160445.742000', '160445.745000', '160445.748000', '160445.751000', '160445.754000', '160445.757000', '160445.760000', '160445.763000', '160445.765000', '160445.768000', '160445.813000', '160505.645000', '160505.648000', '160505.651000', '160505.654000', '160505.657000', '160505.660000', '160505.663000', '160505.666000', '160505.668000', '160505.671000', '160505.674000', '160505.677000', '160505.680000', '160505.683000', '160505.686000', '160505.689000', '160505.692000', '160505.695000', '160505.698000', '160505.701000', '160505.703000', '160505.706000', '160505.709000', '160505.712000', '160505.715000', '160505.718000', '160505.721000', '160505.724000', '160505.727000', '160505.730000', '160505.733000', '160505.736000', '160505.739000', '160505.742000', '160505.744000', '160505.747000', '160505.750000', '160505.763000', '160505.766000', '160505.822000', '160505.825000', '160505.828000', '160505.830000', '160525.645000', '160525.648000', '160525.651000', '160525.654000', '160525.657000', '160525.660000', '160525.662000', '160525.665000', '160525.668000', '160525.671000', '160525.674000', '160525.677000', '160525.680000', '160525.683000', '160525.686000', '160525.689000', '160525.692000', '160525.695000', '160525.698000', '160525.700000', '160525.703000', '160525.706000', '160525.709000', '160525.712000', '160525.715000', '160525.718000', '160525.721000', '160525.724000', '160525.727000', '160525.730000', '160525.733000', '160525.736000', '160525.739000', '160525.742000', '160525.745000', '160525.748000', '160525.750000', '160525.754000', '160525.757000', '160525.759000', '160525.762000', '160525.765000', '160525.768000', '160525.824000', '160545.644000', '160545.647000', '160545.650000', '160545.653000', '160545.656000', '160545.659000', '160545.662000', '160545.665000', '160545.668000', '160545.670000', '160545.673000', '160545.676000', '160545.679000', '160545.682000', '160545.685000', '160545.688000', '160545.691000', '160545.694000', '160545.697000', '160545.700000', '160545.702000', '160545.705000', '160545.708000', '160545.711000', '160545.714000', '160545.717000', '160545.720000', '160545.725000', '160545.728000', '160545.731000', '160545.734000', '160545.737000', '160545.740000', '160545.743000', '160545.746000', '160545.748000', '160545.751000', '160545.754000', '160545.757000', '160545.760000', '160545.765000', '160545.768000', '160545.847000', '160605.644000', '160605.647000', '160605.650000', '160605.653000', '160605.656000', '160605.658000', '160605.661000', '160605.664000', '160605.667000', '160605.670000', '160605.673000', '160605.676000', '160605.679000', '160605.682000', '160605.685000', '160605.688000', '160605.691000', '160605.694000', '160605.696000', '160605.699000', '160605.702000', '160605.705000', '160605.708000', '160605.711000', '160605.714000', '160605.717000', '160605.720000', '160605.723000', '160605.726000', '160605.728000', '160605.731000', '160605.734000', '160605.737000', '160605.740000', '160605.743000', '160605.746000', '160605.749000', '160605.752000', '160605.755000', '160605.758000', '160605.761000', '160605.763000', '160605.766000', '160605.805000', '160625.644000', '160625.647000', '160625.650000', '160625.653000', '160625.656000', '160625.659000', '160625.662000', '160625.665000', '160625.667000', '160625.670000', '160625.673000', '160625.676000', '160625.679000', '160625.682000', '160625.685000', '160625.688000', '160625.691000', '160625.694000', '160625.696000', '160625.699000', '160625.702000', '160625.705000', '160625.708000', '160625.711000', '160625.714000', '160625.717000', '160625.720000', '160625.723000', '160625.725000', '160625.728000', '160625.731000', '160625.734000', '160625.737000', '160625.740000', '160625.743000', '160625.746000', '160625.749000', '160625.752000', '160625.754000', '160625.757000', '160625.760000', '160625.763000', '160625.766000', '160645.645000', '160645.648000', '160645.651000', '160645.654000', '160645.657000', '160645.660000', '160645.662000', '160645.665000', '160645.668000', '160645.671000', '160645.674000', '160645.677000', '160645.680000', '160645.683000', '160645.686000', '160645.689000', '160645.691000', '160645.694000', '160645.697000', '160645.700000', '160645.703000', '160645.706000', '160645.709000', '160645.712000', '160645.715000', '160645.718000', '160645.720000', '160645.723000', '160645.726000', '160645.729000', '160645.732000', '160645.735000', '160645.738000', '160645.741000', '160645.744000', '160645.747000', '160645.750000', '160645.752000', '160645.755000', '160645.758000', '160645.761000', '160645.764000', '160645.767000', '160645.846000', '160705.645000', '160705.648000', '160705.651000', '160705.654000', '160705.657000', '160705.660000', '160705.663000', '160705.666000', '160705.669000', '160705.671000', '160705.674000', '160705.677000', '160705.680000', '160705.683000', '160705.686000', '160705.689000', '160705.692000', '160705.695000', '160705.698000', '160705.701000', '160705.703000', '160705.706000', '160705.709000', '160705.712000', '160705.715000', '160705.718000', '160705.721000', '160705.724000', '160705.727000', '160705.730000', '160705.733000', '160705.735000', '160705.738000', '160705.741000', '160705.744000', '160705.747000', '160705.750000', '160705.753000', '160705.756000', '160705.759000', '160705.762000', '160705.765000', '160705.768000', '160725.645000', '160725.649000', '160725.652000', '160725.655000', '160725.658000', '160725.661000', '160725.663000', '160725.666000', '160725.669000', '160725.672000', '160725.675000', '160725.678000', '160725.681000', '160725.684000', '160725.687000', '160725.690000', '160725.693000', '160725.696000', '160725.699000', '160725.701000', '160725.704000', '160725.707000', '160725.710000', '160725.713000', '160725.716000', '160725.719000', '160725.722000', '160725.724000', '160725.727000', '160725.730000', '160725.733000', '160725.736000', '160725.739000', '160725.742000', '160725.745000', '160725.748000', '160725.751000', '160725.753000', '160725.756000', '160725.759000', '160725.762000', '160725.765000', '160725.768000', '160745.645000', '160745.648000', '160745.651000', '160745.654000', '160745.657000', '160745.660000', '160745.663000', '160745.666000', '160745.669000', '160745.671000', '160745.674000', '160745.677000', '160745.680000', '160745.683000', '160745.686000', '160745.689000', '160745.692000', '160745.695000', '160745.698000', '160745.701000', '160745.704000', '160745.706000', '160745.709000', '160745.712000', '160745.715000', '160745.718000', '160745.721000', '160745.724000', '160745.727000', '160745.730000', '160745.733000', '160745.736000', '160745.738000', '160745.741000', '160745.744000', '160745.747000', '160745.750000', '160745.753000', '160745.756000', '160745.759000', '160745.762000', '160745.764000', '160745.767000', '160745.832000', '160805.644000', '160805.647000', '160805.667000', '160805.670000', '160805.673000', '160805.676000', '160805.679000', '160805.682000', '160805.685000', '160805.688000', '160805.690000', '160805.693000', '160805.696000', '160805.699000', '160805.702000', '160805.705000', '160805.708000', '160805.711000', '160805.714000', '160805.717000', '160805.720000', '160805.723000', '160805.726000', '160805.728000', '160805.731000', '160805.734000', '160805.737000', '160805.740000', '160805.743000', '160805.746000', '160805.749000', '160805.752000', '160805.755000', '160805.758000', '160805.761000', '160805.764000', '160805.766000', '160805.825000', '160805.828000', '160805.831000', '160805.834000', '160805.837000', '160805.840000', '160825.644000', '160825.647000', '160825.650000', '160825.653000', '160825.656000', '160825.659000', '160825.662000', '160825.665000', '160825.668000', '160825.671000', '160825.673000', '160825.676000', '160825.679000', '160825.682000', '160825.685000', '160825.688000', '160825.691000', '160825.694000', '160825.697000', '160825.700000', '160825.703000', '160825.705000', '160825.708000', '160825.711000', '160825.714000', '160825.717000', '160825.720000', '160825.723000', '160825.726000', '160825.729000', '160825.732000', '160825.735000', '160825.737000', '160825.740000', '160825.743000', '160825.746000', '160825.749000', '160825.752000', '160825.755000', '160825.758000', '160825.761000', '160825.763000', '160825.766000', '160825.848000', '160845.644000', '160845.647000', '160845.650000', '160845.653000', '160845.656000', '160845.659000', '160845.662000', '160845.665000', '160845.668000', '160845.671000', '160845.673000', '160845.676000', '160845.679000', '160845.682000', '160845.685000', '160845.688000', '160845.692000', '160845.695000', '160845.698000', '160845.701000', '160845.704000', '160845.706000', '160845.709000', '160845.712000', '160845.715000', '160845.718000', '160845.721000', '160845.724000', '160845.727000', '160845.730000', '160845.733000', '160845.736000', '160845.739000', '160845.742000', '160845.744000', '160845.747000', '160845.750000', '160845.753000', '160845.756000', '160845.759000', '160845.762000', '160845.765000', '160845.822000', '160905.645000', '160905.648000', '160905.651000', '160905.654000', '160905.657000', '160905.660000', '160905.663000', '160905.665000', '160905.668000', '160905.671000', '160905.674000', '160905.677000', '160905.680000', '160905.683000', '160905.686000', '160905.689000', '160905.692000', '160905.695000', '160905.698000', '160905.701000', '160905.703000', '160905.706000', '160905.709000', '160905.712000', '160905.715000', '160905.718000', '160905.721000', '160905.724000', '160905.727000', '160905.730000', '160905.733000', '160905.735000', '160905.738000', '160905.741000', '160905.744000', '160905.747000', '160905.750000', '160905.753000', '160905.756000', '160905.759000', '160905.762000', '160905.765000', '160905.768000', '160905.843000', '160925.645000', '160925.648000', '160925.651000', '160925.654000', '160925.657000', '160925.660000', '160925.663000', '160925.666000', '160925.669000', '160925.671000', '160925.674000', '160925.677000', '160925.680000', '160925.683000', '160925.686000', '160925.689000', '160925.692000', '160925.695000', '160925.698000', '160925.701000', '160925.704000', '160925.707000', '160925.710000', '160925.713000', '160925.716000', '160925.719000', '160925.722000', '160925.725000', '160925.728000', '160925.731000', '160925.733000', '160925.736000', '160925.739000', '160925.742000', '160925.745000', '160925.748000', '160925.751000', '160925.754000', '160925.757000', '160925.760000', '160925.763000', '160925.766000', '160925.768000', '160945.645000', '160945.648000', '160945.651000', '160945.654000', '160945.657000', '160945.660000', '160945.663000', '160945.666000', '160945.669000', '160945.672000', '160945.674000', '160945.677000', '160945.680000', '160945.683000', '160945.686000', '160945.689000', '160945.692000', '160945.695000', '160945.698000', '160945.701000', '160945.704000', '160945.707000', '160945.710000', '160945.713000', '160945.715000', '160945.718000', '160945.721000', '160945.724000', '160945.727000', '160945.730000', '160945.733000', '160945.736000', '160945.739000', '160945.742000', '160945.744000', '160945.747000', '160945.750000', '160945.753000', '160945.756000', '160945.759000', '160945.762000', '160945.765000', '160945.768000', '160945.830000', '160959.344000', '160959.348000', '160959.351000', '160959.354000', '160959.357000', '160959.360000', '160959.363000', '160959.366000', '160959.369000', '160959.372000', '160959.376000', '160959.379000', '160959.382000', '160959.385000', '160959.388000', '160959.391000', '160959.394000', '160959.397000', '160959.400000', '160959.403000', '160959.406000', '160959.409000', '160959.412000', '160959.415000', '160959.418000', '160959.421000', '160959.424000', '160959.427000', '160959.430000', '160959.432000'], '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': [12865, 7977, 14407, 7388, 13897, 7342, 12575, 7559, 9873, 7224, 10361, 7074, 11741, 7216, 10652, 7102, 13301, 7875, 10673, 10534, 9423, 8707, 8959, 10987, 7856, 13807, 7320, 12544, 7184, 13293, 7707, 9756, 11403, 8095, 13466, 7169, 12089, 7321, 11453, 7054, 9760, 7967, 8500, 9243, 7541, 12872, 7346, 12666, 7355, 12971, 7041, 9634, 11535, 7873, 13371, 7449, 11627, 7123, 9437, 8388, 7789, 13542, 7213, 11356, 7471, 12363, 7444, 8633, 12461, 7417, 11813, 7078, 11696, 7043, 9006, 10621, 7926, 12756, 7213, 10998, 7350, 12713, 7624, 9237, 8195, 7349, 13022, 7207, 11574, 7708, 12619, 7824, 10039, 10444, 8060, 13168, 8671, 11793, 7451, 9856, 7383, 7353, 10235, 6914, 12391, 10291, 10246, 8644, 8293, 12729, 8009, 11743, 9009, 11394, 7728, 10242, 7502, 8701, 9974, 7387, 9460, 7570, 10921, 6960, 10486, 7297, 10972, 6923, 10189, 7301, 10885, 7504, 11719, 10325, 12503, 9220, 11942, 8123, 11812, 9666, 11490, 8059, 12672, 7594, 11302, 8071, 9863, 8496, 10155, 8300, 8233, 12215, 7845, 12805, 9325, 11392, 7877, 13274, 7670, 11479, 8940, 9515, 12235, 7779, 12359, 7620, 11925, 8142, 10856, 7761, 8934, 11110, 6874, 11558, 7551, 10722, 7222, 9846, 7318, 8523, 11972, 8029, 12293, 7501, 11425, 7310, 11180, 8192, 10765, 7225, 13050, 7588, 11804, 8629, 10614, 7687, 9516, 11106, 9189, 13164, 9181, 11563, 7870, 12887, 7569, 11186, 10242, 7797, 12384, 7459, 10784, 7157, 12397, 7793, 9215, 7408, 7629, 12049, 7229, 10650, 7842, 10340, 7244, 8914, 11911, 7277, 12059, 8864, 12277, 7703, 9545, 13668, 8160, 12397, 8956, 10944, 7648, 8273, 13109, 7886, 12306, 8726, 9231, 13299, 7684, 11874, 8301, 10406, 10191, 7823, 12595, 7549, 10715, 7996, 8835, 11424, 7265, 12391, 7797, 11885, 8672, 9869, 11739, 8265, 12646, 7842, 11906, 8768, 8624, 13501, 7747, 10795, 7359, 10479, 8486, 7861, 12106, 7520, 10144, 7368, 10011, 11499, 8122, 12208, 7626, 10410, 7583, 8247, 12638, 7957, 10849, 7263, 9926, 9449, 7670, 11939, 7877, 12231, 7828, 10154, 13051, 8829, 12267, 8790, 11260, 8033, 8530, 12738, 8246, 13110, 8165, 10455, 7596, 8776, 11440, 8059, 11554, 7756, 11662, 7824, 12119, 9206, 10183, 12320, 8282, 12956, 8692, 12641, 9323, 9461, 13937, 8504, 11272, 8170, 10995, 10338, 8096, 12266, 7370, 10658, 7986, 9696, 11734, 7964, 11960, 7326, 10647, 8178, 8704, 12894, 8499, 11457, 7760, 10614, 8107, 8805, 13039, 9205, 12003, 8070, 11016, 10029, 9013, 13553, 9366, 12014, 7940, 10383, 11519, 7822, 12131, 8496, 11496, 7558, 10050, 10110, 8409, 12904, 8883, 11793, 7872, 11088, 8694, 9159, 13839, 9319, 11919, 8144, 10630, 11874, 7986, 12755, 9135, 11571, 7714, 9003, 12677, 7696, 12485, 8244, 10166, 7828, 8033, 12947, 7740, 11578, 8644, 10883, 7596, 9048, 13254, 8013, 11933, 8743, 11050, 7720, 8803, 13490, 7974, 12157, 9076, 10569, 7920, 8779, 13114, 8006, 11332, 8126, 12748, 7523, 9457, 13237, 8366, 12345, 8809, 10802, 8425, 8493, 13129, 8244, 13943, 9029, 9803, 7651, 8129, 12154, 7793, 13560, 8622, 10066, 7754, 8711, 13443, 7976, 11913, 8948, 10649, 7642, 8743, 13193, 8059, 12154, 8817, 11118, 8367, 8604, 12750, 7937, 13009, 8583, 10285, 7580, 8037, 12664, 7492, 13598, 8827, 10108, 8733, 7973, 12391, 7308, 11447, 8588, 8929, 10290, 7615, 11428, 7535, 11297, 9002, 8605, 13176, 8079, 11492, 7753, 10931, 8658, 8835, 8228, 7928, 12844, 8253, 12055, 8929, 11406, 7761, 10734, 8445, 10743, 12142, 9264, 13298, 8444, 12579, 8398, 12096, 9488, 13507, 8048, 9871, 8242, 8153, 13652, 8356, 11394, 7820, 10488, 7301, 10761, 8166, 11278, 7395, 12702, 7555, 9986, 13157, 9045, 12524, 8658, 11330, 7760, 10952, 7856, 11343, 9072, 9338, 7882, 8323, 12966, 8029, 11773, 8762, 10898, 7363, 8041, 7899, 8389, 7138, 10157, 7925, 12329, 8734, 12159, 8162, 11495, 12868, 9550, 12592, 9414, 12457, 7636, 9852, 11031, 7844, 12488, 8412, 10614, 6924, 9517, 7598, 8536, 8568, 7588, 9513, 7495, 11554, 7431, 11681, 8799, 10900, 7304, 11137, 8642, 11835, 13753, 9346, 13016, 8417, 11139, 8185, 14056, 8966, 10495, 8138, 8706, 13045, 8342, 12936, 9026, 11764, 7560, 10033, 7187, 10859, 10133, 14012, 7626, 7992, 9983, 7289, 13155, 10673, 14153, 9820, 13195, 9555, 13103, 8028, 13673, 8888, 11824, 9578, 10381, 14408, 9177, 12936, 7788, 10735, 7775, 12653, 7390, 10092, 7937, 8262, 8619, 7710, 12472, 7925, 10908, 7777, 12512, 7296, 9206, 7411, 8401, 12685, 7994, 11856, 7703, 11116, 7606, 11766, 7540, 13320, 9103, 12021, 8003, 11388, 7945, 13595, 9211, 11427, 9176, 8507, 9479, 7747, 12358, 7350, 11700, 8264, 13044, 8906, 9974, 8035, 8220, 12579, 7421, 11977, 8499, 10540, 7652, 8767, 11380, 7480, 11843, 7692, 11067, 7540, 10235, 7556, 9399, 12952, 9069, 12553, 7805, 14143, 8582, 11195, 13676, 9450, 12235, 7649, 11227, 8174, 8322, 12860, 8571, 11057, 7387, 10087, 7688, 7954, 12766, 8733, 11248, 7420, 10738, 8132, 8946, 13449, 9318, 12042, 7710, 10907, 8402, 9589, 13664, 9086, 11855, 7702, 10535, 11325, 7844, 12629, 8701, 10834, 9021, 7893, 11161, 7733, 10498, 10327, 7659, 12010, 7202, 12846, 7832, 9641, 10679, 7779, 12645, 7600, 13646, 8368, 10236, 12343, 8787, 12579, 7655, 10753, 8894, 8759, 13485, 8308, 13779, 7620, 9576, 11628, 7911, 11759, 7446, 10802, 7245, 9734, 10765, 7869, 12364, 7358, 10507, 7524, 11124, 8682, 12570, 7069, 9660, 6739, 11042, 7260, 12631, 9511, 14010, 11490, 14163, 9126, 12316, 9706, 10928, 13818, 9601, 12919, 8056, 11479, 7741, 10769, 8602, 8870, 7634, 7994, 13364, 7434, 12125, 8521, 11281, 7280, 10221, 7839, 10108, 14003, 9047, 12660, 7557, 11171, 7115, 11577, 8921, 9792, 9235, 7935, 13154, 7785, 12963, 8739, 10458, 7568, 8992, 9792, 8425, 14393, 9038, 12705, 8133, 12101, 7542, 11671, 8896, 10811, 6968, 10933, 7516, 11912, 10328, 9502, 10850, 9063, 10831, 11785, 10876, 9589, 10548, 8420, 10355, 14101, 9188, 13270, 9209, 11507, 7496, 10368, 7864, 8919, 12968, 8390, 10718, 8057, 10619, 7368, 10742, 8116, 10914, 7389, 9998, 7766, 8643, 13608, 8812, 11954, 7938, 11058, 7383, 10684, 8348, 9700, 8675, 8971, 12045, 8090, 12967, 9004, 11881, 7877, 11429, 8274, 9633, 11659, 8432, 12558, 7687, 11646, 7860, 11667, 8930, 9826, 11268, 8153, 12954, 7972, 13837, 9155, 10161, 9492, 7910, 12539, 7606, 14508, 8464, 10594, 8493, 8144, 13225, 7815, 11179, 8314, 14028, 8067, 10413, 8483, 8331, 13067, 7880, 12013, 8864, 14058, 7950, 10083, 11858, 8556, 12874, 9393, 11949, 7630, 10199, 7851, 8653, 13345, 9019, 12029, 7723, 14002, 8018, 10751, 11903, 9208, 12581, 7983, 10980, 7713, 10605, 8811, 8931, 8892, 7696, 11687, 7235, 14067, 8090, 10053, 8160, 8184, 12721, 8068, 12089, 9095, 11147, 8518, 8849, 13796, 8359, 12673, 9158, 11446, 8070, 9199, 11888, 7946, 12319, 9346, 12034, 7084, 10947, 7389, 10016, 7375, 9036, 11673, 13929, 9886, 12268, 7770, 11215, 9292, 10001, 13852, 9174, 12843, 7724, 10160, 7373, 10878, 7985, 11270, 7256, 11194, 7114, 11124, 7682, 11122, 7951, 12102, 8426, 12436, 9226, 12999, 10019, 11618, 8317, 12423, 7946, 13131, 9264, 12268, 8768, 12285, 7561, 10702, 8001, 8965, 12505, 8457, 11796, 7542, 10340, 7116, 11178, 8048, 13000, 8664, 7827, 9789, 7374, 12648, 11746, 9044, 13185, 8267, 12445, 8903, 12615, 9540, 11736, 13099, 9715, 13611, 9750, 13295, 8700, 10963, 8710, 9346, 14085, 8542, 11733, 7996, 11298, 9044, 8962, 12307, 7510, 11516, 8002, 10910, 8113, 8175, 12714, 7914, 10902, 7312, 9828, 7618, 7798, 12217, 7803, 10436, 7346, 9792, 7849, 7772, 12451, 7842, 10869, 7513, 9997, 8725, 7874, 12802, 8040, 11551, 7743, 10447, 7751, 8448, 12798, 7488, 11179, 7733, 10708, 7035, 12695, 7677, 10717, 13428, 9221, 12067, 7555, 12497, 7691, 11635, 9429, 9100, 13726, 8466, 11848, 7659, 10793, 8431, 8985, 10404, 8267, 9199, 8170, 8498, 9247, 8184, 9985, 8963, 10233, 13398, 9667, 12407, 9505, 10796, 12019, 8831, 12879, 8925, 15014, 10078, 11068, 8575, 8805, 12756, 7893, 12355, 8907, 12447, 7961, 10658, 7932, 8420, 11968, 8204, 11294, 7737, 9233, 8622, 10638, 10524, 8376, 12621, 8839, 14298, 9764, 14882, 8912, 11486, 12231, 9460, 10469, 8376, 11615, 7778, 12868, 8490, 9526, 8608, 8247, 9157, 13191, 8937, 12911, 9503, 12083, 7741, 11503, 7590, 12399, 9506, 11916, 7816, 11089, 7533, 11137, 8636, 9450, 9777, 8450, 12888, 7886, 12057, 8637, 13159, 7856, 9731, 8380, 8090, 13537, 9005, 11991, 7594, 11007, 7566, 14027, 9143, 10618, 7403, 9204, 7622, 9118, 9316, 11028, 7281, 10528, 8336, 10854, 13947, 9832, 12357, 7813], 'WindowCenter': [4204.0, 4152.0, 4188.0, 4128.0, 4186.0, 4111.0, 4163.0, 4111.0, 4143.0, 4113.0, 4152.0, 4103.0, 4163.0, 4124.0, 4164.0, 4102.0, 4184.0, 4122.0, 4164.0, 4154.0, 4145.0, 4134.0, 4133.0, 4164.0, 4124.0, 4183.0, 4102.0, 4174.0, 4088.0, 4163.0, 4100.0, 4143.0, 4153.0, 4122.0, 4161.0, 4091.0, 4162.0, 4112.0, 4162.0, 4103.0, 4143.0, 4112.0, 4123.0, 4120.0, 4113.0, 4163.0, 4125.0, 4164.0, 4102.0, 4174.0, 4091.0, 4143.0, 4141.0, 4123.0, 4158.0, 4101.0, 4142.0, 4090.0, 4122.0, 4100.0, 4112.0, 4160.0, 4112.0, 4138.0, 4114.0, 4174.0, 4112.0, 4124.0, 4173.0, 4113.0, 4164.0, 4104.0, 4154.0, 4093.0, 4124.0, 4152.0, 4125.0, 4173.0, 4113.0, 4144.0, 4114.0, 4177.0, 4112.0, 4145.0, 4125.0, 4114.0, 4164.0, 4105.0, 4166.0, 4125.0, 4177.0, 4115.0, 4156.0, 4154.0, 4115.0, 4187.0, 4136.0, 4161.0, 4115.0, 4154.0, 4126.0, 4126.0, 4167.0, 4117.0, 4179.0, 4157.0, 4157.0, 4134.0, 4136.0, 4173.0, 4114.0, 4164.0, 4120.0, 4151.0, 4110.0, 4130.0, 4099.0, 4122.0, 4131.0, 4112.0, 4132.0, 4113.0, 4152.0, 4103.0, 4154.0, 4100.0, 4164.0, 4115.0, 4167.0, 4128.0, 4156.0, 4128.0, 4169.0, 4170.0, 4167.0, 4146.0, 4163.0, 4115.0, 4164.0, 4123.0, 4154.0, 4101.0, 4152.0, 4112.0, 4142.0, 4100.0, 4132.0, 4121.0, 4132.0, 4099.0, 4112.0, 4142.0, 4113.0, 4162.0, 4109.0, 4130.0, 4099.0, 4151.0, 4097.0, 4138.0, 4094.0, 4120.0, 4133.0, 4089.0, 4134.0, 4086.0, 4148.0, 4095.0, 4130.0, 4090.0, 4120.0, 4139.0, 4090.0, 4151.0, 4101.0, 4141.0, 4086.0, 4131.0, 4085.0, 4123.0, 4146.0, 4112.0, 4136.0, 4102.0, 4137.0, 4114.0, 4152.0, 4124.0, 4155.0, 4101.0, 4173.0, 4103.0, 4155.0, 4122.0, 4132.0, 4088.0, 4119.0, 4140.0, 4123.0, 4153.0, 4118.0, 4152.0, 4110.0, 4161.0, 4089.0, 4152.0, 4141.0, 4111.0, 4139.0, 4089.0, 4140.0, 4091.0, 4151.0, 4100.0, 4132.0, 4100.0, 4101.0, 4149.0, 4102.0, 4140.0, 4098.0, 4131.0, 4101.0, 4133.0, 4140.0, 4104.0, 4163.0, 4122.0, 4153.0, 4091.0, 4132.0, 4147.0, 4102.0, 4152.0, 4121.0, 4142.0, 4087.0, 4112.0, 4161.0, 4097.0, 4152.0, 4099.0, 4121.0, 4149.0, 4101.0, 4149.0, 4100.0, 4143.0, 4129.0, 4100.0, 4151.0, 4100.0, 4131.0, 4112.0, 4122.0, 4135.0, 4088.0, 4162.0, 4112.0, 4153.0, 4109.0, 4143.0, 4139.0, 4123.0, 4148.0, 4112.0, 4163.0, 4122.0, 4123.0, 4162.0, 4112.0, 4127.0, 4100.0, 4127.0, 4122.0, 4102.0, 4140.0, 4099.0, 4129.0, 4114.0, 4156.0, 4154.0, 4125.0, 4161.0, 4113.0, 4154.0, 4113.0, 4110.0, 4162.0, 4121.0, 4153.0, 4111.0, 4140.0, 4143.0, 4109.0, 4151.0, 4126.0, 4155.0, 4114.0, 4157.0, 4172.0, 4122.0, 4149.0, 4135.0, 4155.0, 4113.0, 4120.0, 4157.0, 4111.0, 4172.0, 4123.0, 4155.0, 4113.0, 4136.0, 4165.0, 4137.0, 4149.0, 4114.0, 4161.0, 4113.0, 4179.0, 4148.0, 4159.0, 4161.0, 4138.0, 4166.0, 4136.0, 4174.0, 4134.0, 4145.0, 4163.0, 4123.0, 4153.0, 4123.0, 4145.0, 4143.0, 4112.0, 4149.0, 4087.0, 4140.0, 4113.0, 4133.0, 4141.0, 4123.0, 4138.0, 4102.0, 4155.0, 4124.0, 4124.0, 4163.0, 4110.0, 4141.0, 4113.0, 4154.0, 4114.0, 4124.0, 4160.0, 4133.0, 4161.0, 4113.0, 4155.0, 4140.0, 4135.0, 4173.0, 4132.0, 4153.0, 4112.0, 4128.0, 4141.0, 4113.0, 4150.0, 4108.0, 4153.0, 4112.0, 4144.0, 4143.0, 4125.0, 4164.0, 4119.0, 4151.0, 4098.0, 4154.0, 4107.0, 4135.0, 4172.0, 4119.0, 4150.0, 4096.0, 4128.0, 4149.0, 4112.0, 4159.0, 4110.0, 4151.0, 4088.0, 4119.0, 4150.0, 4113.0, 4150.0, 4122.0, 4140.0, 4101.0, 4112.0, 4147.0, 4103.0, 4154.0, 4121.0, 4139.0, 4112.0, 4121.0, 4160.0, 4122.0, 4165.0, 4110.0, 4153.0, 4102.0, 4131.0, 4163.0, 4122.0, 4148.0, 4113.0, 4153.0, 4095.0, 4134.0, 4148.0, 4125.0, 4162.0, 4125.0, 4175.0, 4112.0, 4146.0, 4160.0, 4134.0, 4162.0, 4133.0, 4140.0, 4111.0, 4114.0, 4163.0, 4123.0, 4172.0, 4121.0, 4141.0, 4089.0, 4112.0, 4153.0, 4111.0, 4164.0, 4111.0, 4143.0, 4112.0, 4134.0, 4162.0, 4125.0, 4152.0, 4117.0, 4140.0, 4098.0, 4123.0, 4152.0, 4113.0, 4164.0, 4119.0, 4154.0, 4112.0, 4124.0, 4148.0, 4102.0, 4148.0, 4123.0, 4142.0, 4100.0, 4113.0, 4162.0, 4100.0, 4162.0, 4134.0, 4144.0, 4105.0, 4111.0, 4160.0, 4103.0, 4153.0, 4123.0, 4119.0, 4141.0, 4113.0, 4151.0, 4099.0, 4156.0, 4111.0, 4122.0, 4147.0, 4113.0, 4150.0, 4112.0, 4154.0, 4123.0, 4121.0, 4112.0, 4125.0, 4162.0, 4125.0, 4154.0, 4123.0, 4144.0, 4113.0, 4140.0, 4112.0, 4140.0, 4150.0, 4132.0, 4160.0, 4101.0, 4149.0, 4098.0, 4152.0, 4117.0, 4150.0, 4084.0, 4120.0, 4085.0, 4099.0, 4146.0, 4095.0, 4137.0, 4099.0, 4128.0, 4099.0, 4127.0, 4112.0, 4141.0, 4102.0, 4163.0, 4088.0, 4134.0, 4149.0, 4122.0, 4150.0, 4120.0, 4124.0, 4101.0, 4142.0, 4113.0, 4154.0, 4110.0, 4130.0, 4096.0, 4108.0, 4160.0, 4098.0, 4151.0, 4110.0, 4142.0, 4076.0, 4112.0, 4111.0, 4108.0, 4104.0, 4147.0, 4124.0, 4175.0, 4123.0, 4165.0, 4110.0, 4152.0, 4148.0, 4124.0, 4153.0, 4121.0, 4136.0, 4090.0, 4115.0, 4128.0, 4086.0, 4150.0, 4109.0, 4130.0, 4090.0, 4131.0, 4098.0, 4135.0, 4121.0, 4115.0, 4128.0, 4103.0, 4151.0, 4105.0, 4167.0, 4126.0, 4147.0, 4115.0, 4156.0, 4125.0, 4167.0, 4164.0, 4133.0, 4161.0, 4099.0, 4130.0, 4098.0, 4160.0, 4121.0, 4141.0, 4100.0, 4112.0, 4148.0, 4113.0, 4151.0, 4106.0, 4127.0, 4100.0, 4120.0, 4092.0, 4131.0, 4129.0, 4172.0, 4098.0, 4096.0, 4141.0, 4087.0, 4148.0, 4128.0, 4162.0, 4117.0, 4139.0, 4130.0, 4150.0, 4099.0, 4147.0, 4085.0, 4124.0, 4079.0, 4104.0, 4122.0, 4093.0, 4110.0, 4060.0, 4101.0, 4068.0, 4112.0, 4049.0, 4100.0, 4073.0, 4083.0, 4082.0, 4084.0, 4133.0, 4086.0, 4127.0, 4075.0, 4138.0, 4062.0, 4105.0, 4076.0, 4087.0, 4135.0, 4097.0, 4126.0, 4090.0, 4138.0, 4088.0, 4138.0, 4112.0, 4161.0, 4135.0, 4153.0, 4102.0, 4135.0, 4110.0, 4148.0, 4119.0, 4141.0, 4108.0, 4108.0, 4118.0, 4086.0, 4149.0, 4090.0, 4150.0, 4123.0, 4160.0, 4119.0, 4129.0, 4098.0, 4121.0, 4139.0, 4088.0, 4140.0, 4120.0, 4141.0, 4099.0, 4107.0, 4126.0, 4087.0, 4147.0, 4111.0, 4141.0, 4112.0, 4133.0, 4112.0, 4146.0, 4160.0, 4120.0, 4163.0, 4097.0, 4158.0, 4123.0, 4154.0, 4162.0, 4132.0, 4149.0, 4085.0, 4153.0, 4099.0, 4121.0, 4162.0, 4120.0, 4152.0, 4101.0, 4127.0, 4101.0, 4114.0, 4173.0, 4111.0, 4141.0, 4098.0, 4138.0, 4114.0, 4134.0, 4164.0, 4132.0, 4163.0, 4110.0, 4153.0, 4111.0, 4144.0, 4159.0, 4132.0, 4152.0, 4101.0, 4152.0, 4150.0, 4112.0, 4151.0, 4120.0, 4142.0, 4119.0, 4110.0, 4139.0, 4096.0, 4153.0, 4130.0, 4091.0, 4151.0, 4090.0, 4151.0, 4103.0, 4134.0, 4141.0, 4104.0, 4147.0, 4114.0, 4161.0, 4112.0, 4155.0, 4161.0, 4123.0, 4160.0, 4096.0, 4152.0, 4111.0, 4108.0, 4162.0, 4111.0, 4160.0, 4101.0, 4132.0, 4140.0, 4123.0, 4136.0, 4101.0, 4138.0, 4102.0, 4134.0, 4153.0, 4125.0, 4164.0, 4116.0, 4138.0, 4109.0, 4164.0, 4124.0, 4165.0, 4116.0, 4157.0, 4102.0, 4164.0, 4114.0, 4174.0, 4159.0, 4200.0, 4169.0, 4173.0, 4135.0, 4155.0, 4107.0, 4142.0, 4146.0, 4121.0, 4147.0, 4087.0, 4128.0, 4083.0, 4125.0, 4095.0, 4106.0, 4083.0, 4098.0, 4158.0, 4101.0, 4142.0, 4121.0, 4151.0, 4089.0, 4139.0, 4090.0, 4142.0, 4157.0, 4121.0, 4135.0, 4100.0, 4141.0, 4090.0, 4142.0, 4106.0, 4117.0, 4105.0, 4110.0, 4149.0, 4101.0, 4162.0, 4110.0, 4126.0, 4099.0, 4120.0, 4115.0, 4111.0, 4159.0, 4122.0, 4144.0, 4100.0, 4150.0, 4101.0, 4142.0, 4122.0, 4141.0, 4074.0, 4140.0, 4101.0, 4163.0, 4154.0, 4143.0, 4151.0, 4110.0, 4153.0, 4163.0, 4153.0, 4120.0, 4141.0, 4109.0, 4141.0, 4145.0, 4121.0, 4158.0, 4103.0, 4123.0, 4085.0, 4118.0, 4096.0, 4110.0, 4149.0, 4107.0, 4116.0, 4098.0, 4128.0, 4100.0, 4139.0, 4112.0, 4141.0, 4100.0, 4142.0, 4085.0, 4107.0, 4171.0, 4121.0, 4151.0, 4111.0, 4136.0, 4100.0, 4152.0, 4110.0, 4143.0, 4121.0, 4119.0, 4161.0, 4113.0, 4172.0, 4122.0, 4149.0, 4097.0, 4147.0, 4111.0, 4141.0, 4149.0, 4124.0, 4147.0, 4113.0, 4162.0, 4112.0, 4153.0, 4134.0, 4128.0, 4152.0, 4110.0, 4147.0, 4111.0, 4160.0, 4118.0, 4143.0, 4131.0, 4100.0, 4145.0, 4098.0, 4171.0, 4123.0, 4153.0, 4119.0, 4111.0, 4146.0, 4096.0, 4138.0, 4112.0, 4182.0, 4111.0, 4153.0, 4121.0, 4123.0, 4173.0, 4126.0, 4173.0, 4132.0, 4182.0, 4111.0, 4143.0, 4150.0, 4121.0, 4172.0, 4133.0, 4151.0, 4111.0, 4142.0, 4110.0, 4134.0, 4164.0, 4133.0, 4161.0, 4101.0, 4182.0, 4111.0, 4153.0, 4163.0, 4123.0, 4161.0, 4120.0, 4152.0, 4110.0, 4155.0, 4118.0, 4132.0, 4131.0, 4124.0, 4163.0, 4114.0, 4174.0, 4121.0, 4144.0, 4121.0, 4115.0, 4172.0, 4125.0, 4174.0, 4120.0, 4140.0, 4110.0, 4135.0, 4171.0, 4124.0, 4163.0, 4117.0, 4152.0, 4109.0, 4119.0, 4139.0, 4112.0, 4148.0, 4121.0, 4150.0, 4080.0, 4137.0, 4113.0, 4141.0, 4115.0, 4146.0, 4178.0, 4186.0, 4144.0, 4162.0, 4112.0, 4157.0, 4146.0, 4133.0, 4147.0, 4110.0, 4149.0, 4085.0, 4113.0, 4101.0, 4140.0, 4087.0, 4137.0, 4114.0, 4153.0, 4090.0, 4141.0, 4102.0, 4153.0, 4124.0, 4151.0, 4123.0, 4162.0, 4134.0, 4147.0, 4117.0, 4151.0, 4110.0, 4149.0, 4112.0, 4162.0, 4118.0, 4150.0, 4109.0, 4135.0, 4087.0, 4129.0, 4098.0, 4121.0, 4133.0, 4108.0, 4123.0, 4097.0, 4129.0, 4091.0, 4150.0, 4123.0, 4151.0, 4109.0, 4112.0, 4155.0, 4115.0, 4164.0, 4141.0, 4133.0, 4163.0, 4121.0, 4163.0, 4121.0, 4160.0, 4108.0, 4150.0, 4132.0, 4118.0, 4148.0, 4092.0, 4135.0, 4081.0, 4101.0, 4081.0, 4093.0, 4129.0, 4081.0, 4109.0, 4072.0, 4098.0, 4090.0, 4078.0, 4098.0, 4048.0, 4111.0, 4072.0, 4101.0, 4060.0, 4095.0, 4120.0, 4082.0, 4103.0, 4072.0, 4115.0, 4082.0, 4084.0, 4137.0, 4096.0, 4126.0, 4086.0, 4129.0, 4083.0, 4091.0, 4139.0, 4109.0, 4139.0, 4098.0, 4133.0, 4109.0, 4112.0, 4160.0, 4114.0, 4149.0, 4100.0, 4143.0, 4100.0, 4110.0, 4163.0, 4099.0, 4163.0, 4114.0, 4154.0, 4103.0, 4186.0, 4124.0, 4168.0, 4178.0, 4145.0, 4176.0, 4126.0, 4162.0, 4114.0, 4160.0, 4156.0, 4129.0, 4173.0, 4120.0, 4162.0, 4098.0, 4166.0, 4136.0, 4137.0, 4165.0, 4137.0, 4144.0, 4135.0, 4146.0, 4170.0, 4146.0, 4170.0, 4144.0, 4178.0, 4190.0, 4160.0, 4174.0, 4146.0, 4150.0, 4149.0, 4134.0, 4148.0, 4135.0, 4172.0, 4143.0, 4153.0, 4095.0, 4122.0, 4160.0, 4098.0, 4149.0, 4132.0, 4161.0, 4100.0, 4142.0, 4110.0, 4111.0, 4138.0, 4124.0, 4138.0, 4124.0, 4132.0, 4146.0, 4154.0, 4165.0, 4121.0, 4178.0, 4135.0, 4187.0, 4143.0, 4174.0, 4123.0, 4152.0, 4149.0, 4119.0, 4139.0, 4100.0, 4127.0, 4090.0, 4151.0, 4121.0, 4116.0, 4106.0, 4097.0, 4133.0, 4163.0, 4124.0, 4163.0, 4115.0, 4150.0, 4101.0, 4150.0, 4098.0, 4149.0, 4133.0, 4151.0, 4101.0, 4140.0, 4085.0, 4137.0, 4111.0, 4133.0, 4130.0, 4096.0, 4150.0, 4099.0, 4142.0, 4111.0, 4150.0, 4096.0, 4132.0, 4096.0, 4110.0, 4162.0, 4122.0, 4140.0, 4089.0, 4130.0, 4112.0, 4184.0, 4133.0, 4133.0, 4100.0, 4122.0, 4113.0, 4121.0, 4132.0, 4154.0, 4113.0, 4155.0, 4124.0, 4166.0, 4165.0, 4129.0, 4147.0, 4113.0], 'WindowWidth': [9294.0, 9226.0, 9256.0, 9184.0, 9257.0, 9146.0, 9214.0, 9147.0, 9191.0, 9145.0, 9205.0, 9135.0, 9216.0, 9173.0, 9222.0, 9132.0, 9251.0, 9163.0, 9222.0, 9209.0, 9197.0, 9181.0, 9172.0, 9221.0, 9161.0, 9246.0, 9129.0, 9234.0, 9105.0, 9209.0, 9122.0, 9191.0, 9195.0, 9163.0, 9202.0, 9111.0, 9214.0, 9149.0, 9213.0, 9138.0, 9191.0, 9141.0, 9158.0, 9149.0, 9144.0, 9209.0, 9171.0, 9212.0, 9128.0, 9233.0, 9111.0, 9190.0, 9175.0, 9164.0, 9198.0, 9132.0, 9178.0, 9107.0, 9152.0, 9120.0, 9148.0, 9202.0, 9149.0, 9171.0, 9155.0, 9234.0, 9150.0, 9159.0, 9231.0, 9153.0, 9220.0, 9139.0, 9200.0, 9115.0, 9159.0, 9202.0, 9170.0, 9231.0, 9152.0, 9185.0, 9156.0, 9242.0, 9144.0, 9199.0, 9163.0, 9149.0, 9212.0, 9138.0, 9228.0, 9172.0, 9243.0, 9149.0, 9213.0, 9205.0, 9149.0, 9257.0, 9187.0, 9209.0, 9159.0, 9208.0, 9176.0, 9175.0, 9231.0, 9156.0, 9243.0, 9216.0, 9215.0, 9181.0, 9185.0, 9231.0, 9143.0, 9220.0, 9148.0, 9197.0, 9140.0, 9160.0, 9124.0, 9158.0, 9168.0, 9148.0, 9165.0, 9152.0, 9202.0, 9133.0, 9201.0, 9126.0, 9222.0, 9158.0, 9229.0, 9180.0, 9209.0, 9182.0, 9229.0, 9239.0, 9223.0, 9200.0, 9218.0, 9145.0, 9219.0, 9155.0, 9202.0, 9122.0, 9188.0, 9145.0, 9177.0, 9119.0, 9163.0, 9156.0, 9164.0, 9116.0, 9137.0, 9175.0, 9149.0, 9213.0, 9128.0, 9156.0, 9123.0, 9186.0, 9117.0, 9175.0, 9103.0, 9143.0, 9153.0, 9101.0, 9155.0, 9094.0, 9187.0, 9105.0, 9157.0, 9105.0, 9153.0, 9174.0, 9111.0, 9195.0, 9129.0, 9180.0, 9095.0, 9161.0, 9094.0, 9161.0, 9178.0, 9146.0, 9163.0, 9133.0, 9165.0, 9151.0, 9200.0, 9164.0, 9205.0, 9131.0, 9228.0, 9128.0, 9200.0, 9160.0, 9165.0, 9101.0, 9145.0, 9173.0, 9153.0, 9194.0, 9144.0, 9198.0, 9140.0, 9209.0, 9102.0, 9199.0, 9181.0, 9141.0, 9166.0, 9103.0, 9177.0, 9116.0, 9187.0, 9126.0, 9171.0, 9125.0, 9121.0, 9191.0, 9134.0, 9181.0, 9114.0, 9161.0, 9129.0, 9174.0, 9170.0, 9138.0, 9214.0, 9158.0, 9202.0, 9106.0, 9173.0, 9177.0, 9125.0, 9198.0, 9155.0, 9185.0, 9096.0, 9145.0, 9207.0, 9112.0, 9199.0, 9116.0, 9155.0, 9182.0, 9128.0, 9189.0, 9118.0, 9186.0, 9162.0, 9127.0, 9194.0, 9126.0, 9162.0, 9146.0, 9151.0, 9160.0, 9103.0, 9212.0, 9146.0, 9194.0, 9131.0, 9189.0, 9170.0, 9159.0, 9181.0, 9143.0, 9214.0, 9158.0, 9161.0, 9210.0, 9145.0, 9151.0, 9127.0, 9153.0, 9159.0, 9125.0, 9172.0, 9119.0, 9158.0, 9151.0, 9211.0, 9206.0, 9167.0, 9209.0, 9150.0, 9206.0, 9149.0, 9135.0, 9212.0, 9158.0, 9203.0, 9145.0, 9177.0, 9191.0, 9137.0, 9191.0, 9171.0, 9201.0, 9153.0, 9214.0, 9229.0, 9155.0, 9187.0, 9181.0, 9207.0, 9148.0, 9150.0, 9195.0, 9138.0, 9228.0, 9162.0, 9208.0, 9150.0, 9187.0, 9222.0, 9189.0, 9190.0, 9149.0, 9208.0, 9148.0, 9241.0, 9204.0, 9220.0, 9205.0, 9191.0, 9218.0, 9183.0, 9235.0, 9178.0, 9195.0, 9205.0, 9162.0, 9200.0, 9163.0, 9185.0, 9186.0, 9146.0, 9190.0, 9101.0, 9182.0, 9149.0, 9169.0, 9176.0, 9163.0, 9169.0, 9126.0, 9209.0, 9165.0, 9159.0, 9215.0, 9134.0, 9175.0, 9150.0, 9206.0, 9151.0, 9159.0, 9202.0, 9176.0, 9210.0, 9149.0, 9207.0, 9183.0, 9182.0, 9230.0, 9173.0, 9200.0, 9144.0, 9155.0, 9175.0, 9149.0, 9194.0, 9128.0, 9200.0, 9145.0, 9192.0, 9187.0, 9167.0, 9217.0, 9144.0, 9198.0, 9116.0, 9205.0, 9126.0, 9181.0, 9226.0, 9143.0, 9192.0, 9109.0, 9154.0, 9189.0, 9145.0, 9204.0, 9130.0, 9193.0, 9098.0, 9151.0, 9191.0, 9146.0, 9186.0, 9158.0, 9180.0, 9128.0, 9147.0, 9179.0, 9127.0, 9205.0, 9158.0, 9171.0, 9146.0, 9151.0, 9207.0, 9161.0, 9220.0, 9135.0, 9202.0, 9131.0, 9171.0, 9214.0, 9161.0, 9182.0, 9139.0, 9203.0, 9108.0, 9179.0, 9181.0, 9168.0, 9216.0, 9168.0, 9234.0, 9148.0, 9199.0, 9202.0, 9180.0, 9208.0, 9177.0, 9175.0, 9144.0, 9144.0, 9214.0, 9161.0, 9226.0, 9156.0, 9183.0, 9102.0, 9146.0, 9200.0, 9145.0, 9210.0, 9137.0, 9187.0, 9145.0, 9179.0, 9205.0, 9168.0, 9192.0, 9140.0, 9175.0, 9116.0, 9155.0, 9191.0, 9142.0, 9219.0, 9144.0, 9203.0, 9145.0, 9164.0, 9180.0, 9125.0, 9182.0, 9160.0, 9186.0, 9127.0, 9150.0, 9212.0, 9121.0, 9205.0, 9177.0, 9191.0, 9122.0, 9144.0, 9208.0, 9135.0, 9195.0, 9162.0, 9146.0, 9184.0, 9151.0, 9198.0, 9119.0, 9209.0, 9136.0, 9160.0, 9180.0, 9149.0, 9194.0, 9147.0, 9204.0, 9161.0, 9157.0, 9145.0, 9167.0, 9213.0, 9167.0, 9196.0, 9162.0, 9182.0, 9147.0, 9175.0, 9136.0, 9175.0, 9193.0, 9171.0, 9204.0, 9120.0, 9190.0, 9113.0, 9198.0, 9135.0, 9183.0, 9087.0, 9142.0, 9090.0, 9123.0, 9173.0, 9104.0, 9170.0, 9122.0, 9159.0, 9125.0, 9151.0, 9145.0, 9182.0, 9130.0, 9215.0, 9101.0, 9167.0, 9182.0, 9158.0, 9192.0, 9153.0, 9143.0, 9128.0, 9184.0, 9147.0, 9203.0, 9131.0, 9168.0, 9110.0, 9128.0, 9207.0, 9115.0, 9193.0, 9137.0, 9183.0, 9082.0, 9145.0, 9144.0, 9131.0, 9141.0, 9193.0, 9165.0, 9237.0, 9159.0, 9223.0, 9134.0, 9193.0, 9181.0, 9154.0, 9198.0, 9152.0, 9160.0, 9108.0, 9132.0, 9158.0, 9095.0, 9190.0, 9134.0, 9162.0, 9112.0, 9170.0, 9115.0, 9180.0, 9159.0, 9155.0, 9157.0, 9134.0, 9193.0, 9137.0, 9229.0, 9163.0, 9192.0, 9154.0, 9211.0, 9167.0, 9227.0, 9208.0, 9174.0, 9208.0, 9116.0, 9159.0, 9116.0, 9199.0, 9154.0, 9181.0, 9123.0, 9143.0, 9177.0, 9145.0, 9192.0, 9121.0, 9149.0, 9124.0, 9142.0, 9110.0, 9160.0, 9156.0, 9223.0, 9123.0, 9111.0, 9184.0, 9098.0, 9180.0, 9155.0, 9212.0, 9137.0, 9166.0, 9167.0, 9192.0, 9119.0, 9182.0, 9085.0, 9145.0, 9067.0, 9118.0, 9128.0, 9097.0, 9108.0, 9052.0, 9105.0, 9062.0, 9115.0, 9030.0, 9101.0, 9073.0, 9087.0, 9084.0, 9091.0, 9154.0, 9096.0, 9153.0, 9074.0, 9168.0, 9055.0, 9122.0, 9085.0, 9093.0, 9153.0, 9115.0, 9143.0, 9103.0, 9173.0, 9101.0, 9165.0, 9146.0, 9209.0, 9183.0, 9193.0, 9123.0, 9162.0, 9141.0, 9181.0, 9143.0, 9174.0, 9123.0, 9133.0, 9145.0, 9095.0, 9188.0, 9104.0, 9192.0, 9161.0, 9209.0, 9149.0, 9162.0, 9120.0, 9155.0, 9169.0, 9101.0, 9171.0, 9154.0, 9182.0, 9122.0, 9125.0, 9148.0, 9100.0, 9181.0, 9145.0, 9176.0, 9147.0, 9168.0, 9147.0, 9197.0, 9202.0, 9149.0, 9217.0, 9116.0, 9197.0, 9160.0, 9198.0, 9204.0, 9172.0, 9190.0, 9093.0, 9201.0, 9115.0, 9156.0, 9213.0, 9153.0, 9196.0, 9130.0, 9154.0, 9129.0, 9144.0, 9229.0, 9137.0, 9176.0, 9118.0, 9173.0, 9151.0, 9171.0, 9211.0, 9174.0, 9216.0, 9142.0, 9202.0, 9142.0, 9192.0, 9199.0, 9173.0, 9200.0, 9120.0, 9200.0, 9192.0, 9139.0, 9188.0, 9154.0, 9184.0, 9148.0, 9140.0, 9176.0, 9111.0, 9202.0, 9164.0, 9107.0, 9193.0, 9105.0, 9189.0, 9129.0, 9171.0, 9183.0, 9131.0, 9179.0, 9152.0, 9204.0, 9138.0, 9207.0, 9210.0, 9161.0, 9207.0, 9111.0, 9199.0, 9135.0, 9131.0, 9211.0, 9135.0, 9207.0, 9129.0, 9171.0, 9173.0, 9163.0, 9165.0, 9132.0, 9168.0, 9134.0, 9170.0, 9203.0, 9164.0, 9213.0, 9159.0, 9171.0, 9135.0, 9220.0, 9158.0, 9214.0, 9159.0, 9218.0, 9133.0, 9216.0, 9150.0, 9228.0, 9223.0, 9279.0, 9227.0, 9226.0, 9182.0, 9201.0, 9125.0, 9185.0, 9175.0, 9153.0, 9183.0, 9094.0, 9148.0, 9086.0, 9145.0, 9104.0, 9128.0, 9085.0, 9113.0, 9199.0, 9128.0, 9175.0, 9155.0, 9193.0, 9102.0, 9178.0, 9103.0, 9186.0, 9190.0, 9154.0, 9159.0, 9126.0, 9180.0, 9112.0, 9177.0, 9120.0, 9137.0, 9119.0, 9140.0, 9179.0, 9127.0, 9211.0, 9139.0, 9149.0, 9121.0, 9153.0, 9130.0, 9143.0, 9197.0, 9157.0, 9171.0, 9119.0, 9191.0, 9130.0, 9175.0, 9157.0, 9181.0, 9076.0, 9178.0, 9131.0, 9216.0, 9209.0, 9191.0, 9198.0, 9132.0, 9202.0, 9217.0, 9201.0, 9145.0, 9182.0, 9135.0, 9182.0, 9173.0, 9154.0, 9201.0, 9112.0, 9139.0, 9099.0, 9136.0, 9113.0, 9131.0, 9180.0, 9131.0, 9131.0, 9121.0, 9160.0, 9125.0, 9172.0, 9147.0, 9182.0, 9126.0, 9185.0, 9094.0, 9127.0, 9225.0, 9150.0, 9195.0, 9142.0, 9163.0, 9128.0, 9201.0, 9134.0, 9189.0, 9157.0, 9147.0, 9209.0, 9141.0, 9228.0, 9155.0, 9184.0, 9114.0, 9181.0, 9143.0, 9185.0, 9186.0, 9167.0, 9181.0, 9151.0, 9214.0, 9147.0, 9197.0, 9180.0, 9157.0, 9199.0, 9142.0, 9179.0, 9144.0, 9203.0, 9144.0, 9189.0, 9168.0, 9121.0, 9175.0, 9116.0, 9224.0, 9163.0, 9203.0, 9151.0, 9144.0, 9178.0, 9112.0, 9172.0, 9140.0, 9241.0, 9144.0, 9204.0, 9156.0, 9165.0, 9229.0, 9172.0, 9232.0, 9174.0, 9242.0, 9145.0, 9183.0, 9187.0, 9151.0, 9229.0, 9174.0, 9197.0, 9144.0, 9188.0, 9142.0, 9179.0, 9210.0, 9175.0, 9210.0, 9124.0, 9242.0, 9145.0, 9206.0, 9216.0, 9155.0, 9210.0, 9155.0, 9200.0, 9143.0, 9210.0, 9145.0, 9174.0, 9171.0, 9167.0, 9217.0, 9157.0, 9228.0, 9162.0, 9194.0, 9157.0, 9147.0, 9228.0, 9170.0, 9234.0, 9149.0, 9176.0, 9134.0, 9181.0, 9222.0, 9167.0, 9217.0, 9137.0, 9198.0, 9135.0, 9145.0, 9167.0, 9147.0, 9185.0, 9147.0, 9192.0, 9094.0, 9166.0, 9151.0, 9180.0, 9159.0, 9199.0, 9248.0, 9253.0, 9194.0, 9213.0, 9146.0, 9209.0, 9200.0, 9168.0, 9179.0, 9131.0, 9189.0, 9094.0, 9128.0, 9127.0, 9176.0, 9094.0, 9170.0, 9153.0, 9202.0, 9107.0, 9176.0, 9127.0, 9202.0, 9165.0, 9196.0, 9163.0, 9212.0, 9178.0, 9181.0, 9139.0, 9194.0, 9141.0, 9190.0, 9145.0, 9213.0, 9141.0, 9192.0, 9135.0, 9156.0, 9103.0, 9163.0, 9121.0, 9155.0, 9153.0, 9132.0, 9138.0, 9117.0, 9161.0, 9116.0, 9197.0, 9163.0, 9185.0, 9132.0, 9147.0, 9207.0, 9158.0, 9213.0, 9175.0, 9174.0, 9213.0, 9158.0, 9214.0, 9156.0, 9208.0, 9124.0, 9193.0, 9149.0, 9144.0, 9186.0, 9093.0, 9161.0, 9083.0, 9102.0, 9082.0, 9100.0, 9144.0, 9080.0, 9116.0, 9070.0, 9096.0, 9093.0, 9067.0, 9091.0, 9028.0, 9120.0, 9070.0, 9101.0, 9044.0, 9108.0, 9134.0, 9087.0, 9105.0, 9073.0, 9135.0, 9088.0, 9095.0, 9169.0, 9115.0, 9155.0, 9101.0, 9162.0, 9086.0, 9106.0, 9169.0, 9138.0, 9177.0, 9121.0, 9173.0, 9137.0, 9145.0, 9209.0, 9151.0, 9193.0, 9128.0, 9187.0, 9127.0, 9135.0, 9214.0, 9123.0, 9216.0, 9152.0, 9207.0, 9140.0, 9255.0, 9169.0, 9233.0, 9238.0, 9200.0, 9240.0, 9172.0, 9209.0, 9154.0, 9206.0, 9216.0, 9164.0, 9222.0, 9150.0, 9215.0, 9118.0, 9226.0, 9187.0, 9182.0, 9227.0, 9190.0, 9194.0, 9188.0, 9199.0, 9242.0, 9206.0, 9240.0, 9191.0, 9249.0, 9266.0, 9225.0, 9230.0, 9198.0, 9191.0, 9187.0, 9180.0, 9185.0, 9182.0, 9220.0, 9187.0, 9199.0, 9105.0, 9158.0, 9204.0, 9115.0, 9186.0, 9173.0, 9209.0, 9119.0, 9186.0, 9142.0, 9136.0, 9168.0, 9164.0, 9169.0, 9167.0, 9167.0, 9199.0, 9209.0, 9223.0, 9153.0, 9245.0, 9177.0, 9256.0, 9191.0, 9224.0, 9160.0, 9199.0, 9186.0, 9143.0, 9176.0, 9118.0, 9149.0, 9105.0, 9188.0, 9155.0, 9134.0, 9124.0, 9111.0, 9176.0, 9214.0, 9157.0, 9215.0, 9133.0, 9192.0, 9129.0, 9192.0, 9117.0, 9186.0, 9173.0, 9194.0, 9127.0, 9179.0, 9092.0, 9165.0, 9134.0, 9173.0, 9164.0, 9110.0, 9191.0, 9114.0, 9175.0, 9133.0, 9184.0, 9107.0, 9172.0, 9108.0, 9142.0, 9210.0, 9157.0, 9170.0, 9104.0, 9157.0, 9146.0, 9244.0, 9174.0, 9167.0, 9127.0, 9150.0, 9148.0, 9150.0, 9172.0, 9205.0, 9151.0, 9210.0, 9166.0, 9226.0, 9215.0, 9158.0, 9180.0, 9147.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.007493309636650869</td></tr>
<tr><td colspan=3>aqi</td><td>0.03059130576619273</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.260911629509884</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2905342660474302</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1040935245533599</td></tr>
<tr><td colspan=3>efc</td><td>0.4391</td></tr>
<tr><td colspan=3>fber</td><td>6995.2471</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.088693496948903</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.843601895734597</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.412320636339537</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.331647580772826</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6046106651739698</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3007036630718147</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105404</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019138062372803688</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02537091076374054</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1266</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.869660818136979</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>39.6914</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.778</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.524</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310741.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.7897</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2664</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.1725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3403.9181</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.3407</td></tr>
<tr><td colspan=3>tsnr</td><td>35.57858950062655</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>