<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-04/func/sub-0095_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>1fa5591c89077943789b130838cb4f92</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>18:46:20.830000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998399, 0.0556153, 0.0102783, -0.0542462, 0.993077, -0.104192]</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.259</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.0970984</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>[4226, -7816, -7188, 130, -156, -211, -142, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa88186c-2dd8-410e-8a3f-9df2fdf3b84e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6786324977874756, -0.1455385386943817, 0.04320482909679413, 117.78035736083984], [-0.1492117941379547, 2.6643521785736084, -0.27936241030693054, -79.53954315185547], [0.027575884014368057, 0.27953922748565674, 2.6851611137390137, -84.90812683105469], [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': ['184620.830000', '184621.290000', '184621.750000', '184622.210000', '184622.670000', '184623.130000', '184623.590000', '184624.050000', '184624.510000', '184624.970000', '184625.430000', '184625.890000', '184626.350000', '184626.810000', '184627.270000', '184627.730000', '184628.190000', '184628.650000', '184629.110000', '184629.570000', '184630.030000', '184630.490000', '184630.950000', '184631.410000', '184631.870000', '184632.330000', '184632.790000', '184633.250000', '184633.710000', '184634.170000', '184634.630000', '184635.090000', '184635.550000', '184636.010000', '184636.470000', '184636.930000', '184637.390000', '184637.850000', '184638.310000', '184638.770000', '184639.230000', '184639.690000', '184640.150000', '184640.610000', '184641.070000', '184641.530000', '184641.990000', '184642.450000', '184642.910000', '184643.370000', '184643.830000', '184644.290000', '184644.750000', '184645.210000', '184645.670000', '184646.130000', '184646.590000', '184647.050000', '184647.510000', '184647.970000', '184648.430000', '184648.890000', '184649.350000', '184649.810000', '184650.270000', '184650.730000', '184651.190000', '184651.650000', '184652.110000', '184652.570000', '184653.030000', '184653.490000', '184653.950000', '184654.410000', '184654.870000', '184655.330000', '184655.790000', '184656.250000', '184656.710000', '184657.170000', '184657.630000', '184658.090000', '184658.550000', '184659.010000', '184659.470000', '184659.930000', '184700.390000', '184700.850000', '184701.310000', '184701.770000', '184702.230000', '184702.690000', '184703.150000', '184703.610000', '184704.070000', '184704.530000', '184704.990000', '184705.450000', '184705.910000', '184706.370000', '184706.830000', '184707.290000', '184707.750000', '184708.210000', '184708.670000', '184709.130000', '184709.590000', '184710.050000', '184710.510000', '184710.970000', '184711.430000', '184711.890000', '184712.350000', '184712.810000', '184713.270000', '184713.730000', '184714.190000', '184714.650000', '184715.110000', '184715.570000', '184716.030000', '184716.490000', '184716.950000', '184717.410000', '184717.870000', '184718.330000', '184718.790000', '184719.250000', '184719.710000', '184720.170000', '184720.630000', '184721.090000', '184721.550000', '184722.010000', '184722.470000', '184722.930000', '184723.390000', '184723.850000', '184724.310000', '184724.770000', '184725.230000', '184725.690000', '184726.150000', '184726.610000', '184727.070000', '184727.530000', '184727.990000', '184728.450000', '184728.910000', '184729.370000', '184729.830000', '184730.290000', '184730.750000', '184731.210000', '184731.670000', '184732.130000', '184732.590000', '184733.050000', '184733.510000', '184733.970000', '184734.430000', '184734.890000', '184735.350000', '184735.810000', '184736.270000', '184736.730000', '184737.190000', '184737.650000', '184738.110000', '184738.570000', '184739.030000', '184739.490000', '184739.950000', '184740.410000', '184740.870000', '184741.330000', '184741.790000', '184742.250000', '184742.710000', '184743.170000', '184743.630000', '184744.090000', '184744.550000', '184745.010000', '184745.470000', '184745.930000', '184746.390000', '184746.850000', '184747.310000', '184747.770000', '184748.230000', '184748.690000', '184749.150000', '184749.610000', '184750.070000', '184750.530000', '184750.990000', '184751.450000', '184751.910000', '184752.370000', '184752.830000', '184753.290000', '184753.750000', '184754.210000', '184754.670000', '184755.130000', '184755.590000', '184756.050000', '184756.510000', '184756.970000', '184757.430000', '184757.890000', '184758.350000', '184758.810000', '184759.270000', '184759.730000', '184800.190000', '184800.650000', '184801.110000', '184801.570000', '184802.030000', '184802.490000', '184802.950000', '184803.410000', '184803.870000', '184804.330000', '184804.790000', '184805.250000', '184805.710000', '184806.170000', '184806.630000', '184807.090000', '184807.550000', '184808.010000', '184808.470000', '184808.930000', '184809.390000', '184809.850000', '184810.310000', '184810.770000', '184811.230000', '184811.690000', '184812.150000', '184812.610000', '184813.070000', '184813.530000', '184813.990000', '184814.450000', '184814.910000', '184815.370000', '184815.830000', '184816.290000', '184816.750000', '184817.210000', '184817.670000', '184818.130000', '184818.590000', '184819.050000', '184819.510000', '184819.970000', '184820.430000', '184820.890000', '184821.350000', '184821.810000', '184822.270000', '184822.730000', '184823.190000', '184823.650000', '184824.110000', '184824.570000', '184825.030000', '184825.490000', '184825.950000', '184826.410000', '184826.870000', '184827.330000', '184827.790000', '184828.250000', '184828.710000', '184829.170000', '184829.630000', '184830.090000', '184830.550000', '184831.010000', '184831.470000', '184831.930000', '184832.390000', '184832.850000', '184833.310000', '184833.770000', '184834.230000', '184834.690000', '184835.150000', '184835.610000', '184836.070000', '184836.530000', '184836.990000', '184837.450000', '184837.910000', '184838.370000', '184838.830000', '184839.290000', '184839.750000', '184840.210000', '184840.670000', '184841.130000', '184841.590000', '184842.050000', '184842.510000', '184842.970000', '184843.430000', '184843.890000', '184844.350000', '184844.810000', '184845.270000', '184845.730000', '184846.190000', '184846.650000', '184847.110000', '184847.570000', '184848.030000', '184848.490000', '184848.950000', '184849.410000', '184849.870000', '184850.330000', '184850.790000', '184851.250000', '184851.710000', '184852.170000', '184852.630000', '184853.090000', '184853.550000', '184854.010000', '184854.470000', '184854.930000', '184855.390000', '184855.850000', '184856.310000', '184856.770000', '184857.230000', '184857.690000', '184858.150000', '184858.610000', '184859.070000', '184859.530000', '184859.990000', '184900.450000', '184900.910000', '184901.370000', '184901.830000', '184902.290000', '184902.750000', '184903.210000', '184903.670000', '184904.130000', '184904.590000', '184905.050000', '184905.510000', '184905.970000', '184906.430000', '184906.890000', '184907.350000', '184907.810000', '184908.270000', '184908.730000', '184909.190000', '184909.650000', '184910.110000', '184910.570000', '184911.030000', '184911.490000', '184911.950000', '184912.410000', '184912.870000', '184913.330000', '184913.790000', '184914.250000', '184914.710000', '184915.170000', '184915.630000', '184916.090000', '184916.550000', '184917.010000', '184917.470000', '184917.930000', '184918.390000', '184918.850000', '184919.310000', '184919.770000', '184920.230000', '184920.690000', '184921.150000', '184921.610000', '184922.070000', '184922.530000', '184922.990000', '184923.450000', '184923.910000', '184924.370000', '184924.830000', '184925.290000', '184925.750000', '184926.210000', '184926.670000', '184927.130000', '184927.590000', '184928.050000', '184928.510000', '184928.970000', '184929.430000', '184929.890000', '184930.350000', '184930.810000', '184931.270000', '184931.730000', '184932.190000', '184932.650000', '184933.110000', '184933.570000', '184934.030000', '184934.490000', '184934.950000', '184935.410000', '184935.870000', '184936.330000', '184936.790000', '184937.250000', '184937.710000', '184938.170000', '184938.630000', '184939.090000', '184939.550000', '184940.010000', '184940.470000', '184940.930000', '184941.390000', '184941.850000', '184942.310000', '184942.770000', '184943.230000', '184943.690000', '184944.150000', '184944.610000', '184945.070000', '184945.530000', '184945.990000', '184946.450000', '184946.910000', '184947.370000', '184947.830000', '184948.290000', '184948.750000', '184949.210000', '184949.670000', '184950.130000', '184950.590000', '184951.050000', '184951.510000', '184951.970000', '184952.430000', '184952.890000', '184953.350000', '184953.810000', '184954.270000', '184954.730000', '184955.190000', '184955.650000', '184956.110000', '184956.570000', '184957.030000', '184957.490000', '184957.950000', '184958.410000', '184958.870000', '184959.330000', '184959.790000', '185000.250000', '185000.710000', '185001.170000', '185001.630000', '185002.090000', '185002.550000', '185003.010000', '185003.470000', '185003.930000', '185004.390000', '185004.850000', '185005.310000', '185005.770000', '185006.230000', '185006.690000', '185007.150000', '185007.610000', '185008.070000', '185008.530000', '185008.990000', '185009.450000', '185009.910000', '185010.370000', '185010.830000', '185011.290000', '185011.750000', '185012.210000', '185012.670000', '185013.130000', '185013.590000', '185014.050000', '185014.510000', '185014.970000', '185015.430000', '185015.890000', '185016.350000', '185016.810000', '185017.270000', '185017.730000', '185018.190000', '185018.650000', '185019.110000', '185019.570000', '185020.030000', '185020.490000', '185020.950000', '185021.410000', '185021.870000', '185022.330000', '185022.790000', '185023.250000', '185023.710000', '185024.170000', '185024.630000', '185025.090000', '185025.550000', '185026.010000', '185026.470000', '185026.930000', '185027.390000', '185027.850000', '185028.310000', '185028.770000', '185029.230000', '185029.690000', '185030.150000', '185030.610000', '185031.070000', '185031.530000', '185031.990000', '185032.450000', '185032.910000', '185033.370000', '185033.830000', '185034.290000', '185034.750000', '185035.210000', '185035.670000', '185036.130000', '185036.590000', '185037.050000', '185037.510000', '185037.970000', '185038.430000', '185038.890000', '185039.350000', '185039.810000', '185040.270000', '185040.730000', '185041.190000', '185041.650000', '185042.110000', '185042.570000', '185043.030000', '185043.490000', '185043.950000', '185044.410000', '185044.870000', '185045.330000', '185045.790000', '185046.250000', '185046.710000', '185047.170000', '185047.630000', '185048.090000', '185048.550000', '185049.010000', '185049.470000', '185049.930000', '185050.390000', '185050.850000', '185051.310000', '185051.770000', '185052.230000', '185052.690000', '185053.150000', '185053.610000', '185054.070000', '185054.530000', '185054.990000', '185055.450000', '185055.910000', '185056.370000', '185056.830000', '185057.290000', '185057.750000', '185058.210000', '185058.670000', '185059.130000', '185059.590000', '185100.050000', '185100.510000', '185100.970000', '185101.430000', '185101.890000', '185102.350000', '185102.810000', '185103.270000', '185103.730000', '185104.190000', '185104.650000', '185105.110000', '185105.570000', '185106.030000', '185106.490000', '185106.950000', '185107.410000', '185107.870000', '185108.330000', '185108.790000', '185109.250000', '185109.710000', '185110.170000', '185110.630000', '185111.090000', '185111.550000', '185112.010000', '185112.470000', '185112.930000', '185113.390000', '185113.850000', '185114.310000', '185114.770000', '185115.230000', '185115.690000', '185116.150000', '185116.610000', '185117.070000', '185117.530000', '185117.990000', '185118.450000', '185118.910000', '185119.370000', '185119.830000', '185120.290000', '185120.750000', '185121.210000', '185121.670000', '185122.130000', '185122.590000', '185123.050000', '185123.510000', '185123.970000', '185124.430000', '185124.890000', '185125.350000', '185125.810000', '185126.270000', '185126.730000', '185127.190000', '185127.650000', '185128.110000', '185128.570000', '185129.030000', '185129.490000', '185129.950000', '185130.410000', '185130.870000', '185131.330000', '185131.790000', '185132.250000', '185132.710000', '185133.170000', '185133.630000', '185134.090000', '185134.550000', '185135.010000', '185135.470000', '185135.930000', '185136.390000', '185136.850000', '185137.310000', '185137.770000', '185138.230000', '185138.690000', '185139.150000', '185139.610000', '185140.070000', '185140.530000', '185140.990000', '185141.450000', '185141.910000', '185142.370000', '185142.830000', '185143.290000', '185143.750000', '185144.210000', '185144.670000', '185145.130000', '185145.590000', '185146.050000', '185146.510000', '185146.970000', '185147.430000', '185147.890000', '185148.350000', '185148.810000', '185149.270000', '185149.730000', '185150.190000', '185150.650000', '185151.110000', '185151.570000', '185152.030000', '185152.490000', '185152.950000', '185153.410000', '185153.870000', '185154.330000', '185154.790000', '185155.250000', '185155.710000', '185156.170000', '185156.630000', '185157.090000', '185157.550000', '185158.010000', '185158.470000', '185158.930000', '185159.390000', '185159.850000', '185200.310000', '185200.770000', '185201.230000', '185201.690000', '185202.150000', '185202.610000', '185203.070000', '185203.530000', '185203.990000', '185204.450000', '185204.910000', '185205.370000', '185205.830000', '185206.290000', '185206.750000', '185207.210000', '185207.670000', '185208.130000', '185208.590000', '185209.050000', '185209.510000', '185209.970000', '185210.430000', '185210.890000', '185211.350000', '185211.810000', '185212.270000', '185212.730000', '185213.190000', '185213.650000', '185214.110000', '185214.570000', '185215.030000', '185215.490000', '185215.950000', '185216.410000', '185216.870000', '185217.330000', '185217.790000', '185218.250000', '185218.710000', '185219.170000', '185219.630000', '185220.090000', '185220.550000', '185221.010000', '185221.470000', '185221.930000', '185222.390000', '185222.850000', '185223.310000', '185223.770000', '185224.230000', '185224.690000', '185225.150000', '185225.610000', '185226.070000', '185226.530000', '185226.990000', '185227.450000', '185227.910000', '185228.370000', '185228.830000', '185229.290000', '185229.750000', '185230.210000', '185230.670000', '185231.130000', '185231.590000', '185232.050000', '185232.510000', '185232.970000', '185233.430000', '185233.890000', '185234.350000', '185234.810000', '185235.270000', '185235.730000', '185236.190000', '185236.650000', '185237.110000', '185237.570000', '185238.030000', '185238.490000', '185238.950000', '185239.410000', '185239.870000', '185240.330000', '185240.790000', '185241.250000', '185241.710000', '185242.170000', '185242.630000', '185243.090000', '185243.550000', '185244.010000', '185244.470000', '185244.930000', '185245.390000', '185245.850000', '185246.310000', '185246.770000', '185247.230000', '185247.690000', '185248.150000', '185248.610000', '185249.070000', '185249.530000', '185249.990000', '185250.450000', '185250.910000', '185251.370000', '185251.830000', '185252.290000', '185252.750000', '185253.210000', '185253.670000', '185254.130000', '185254.590000', '185255.050000', '185255.510000', '185255.970000', '185256.430000', '185256.890000', '185257.350000', '185257.810000', '185258.270000', '185258.730000', '185259.190000', '185259.650000', '185300.110000', '185300.570000', '185301.030000', '185301.490000', '185301.950000', '185302.410000', '185302.870000', '185303.330000', '185303.790000', '185304.250000', '185304.710000', '185305.170000', '185305.630000', '185306.090000', '185306.550000', '185307.010000', '185307.470000', '185307.930000', '185308.390000', '185308.850000', '185309.310000', '185309.770000', '185310.230000', '185310.690000', '185311.150000', '185311.610000', '185312.070000', '185312.530000', '185312.990000', '185313.450000', '185313.910000', '185314.370000', '185314.830000', '185315.290000', '185315.750000', '185316.210000', '185316.670000', '185317.130000', '185317.590000', '185318.050000', '185318.510000', '185318.970000', '185319.430000', '185319.890000', '185320.350000', '185320.810000', '185321.270000', '185321.730000', '185322.190000', '185322.650000', '185323.110000', '185323.570000', '185324.030000', '185324.490000', '185324.950000', '185325.410000', '185325.870000', '185326.330000', '185326.790000', '185327.250000', '185327.710000', '185328.170000', '185328.630000', '185329.090000', '185329.550000', '185330.010000', '185330.470000', '185330.930000', '185331.390000', '185331.850000', '185332.310000', '185332.770000', '185333.230000', '185333.690000', '185334.150000', '185334.610000', '185335.070000', '185335.530000', '185335.990000', '185336.450000', '185336.910000', '185337.370000', '185337.830000', '185338.290000', '185338.750000', '185339.210000', '185339.670000', '185340.130000', '185340.590000', '185341.050000', '185341.510000', '185341.970000', '185342.430000', '185342.890000', '185343.350000', '185343.810000', '185344.270000', '185344.730000', '185345.190000', '185345.650000', '185346.110000', '185346.570000', '185347.030000', '185347.490000', '185347.950000', '185348.410000', '185348.870000', '185349.330000', '185349.790000', '185350.250000', '185350.710000', '185351.170000', '185351.630000', '185352.090000', '185352.550000', '185353.010000', '185353.470000', '185353.930000', '185354.390000', '185354.850000', '185355.310000', '185355.770000', '185356.230000', '185356.690000', '185357.150000', '185357.610000', '185358.070000', '185358.530000', '185358.990000', '185359.450000', '185359.910000', '185400.370000', '185400.830000', '185401.290000', '185401.750000', '185402.210000', '185402.670000', '185403.130000', '185403.590000', '185404.050000', '185404.510000', '185404.970000', '185405.430000', '185405.890000', '185406.350000', '185406.810000', '185407.270000', '185407.730000', '185408.190000', '185408.650000', '185409.110000', '185409.570000', '185410.030000', '185410.490000', '185410.950000', '185411.410000', '185411.870000', '185412.330000', '185412.790000', '185413.250000', '185413.710000', '185414.170000', '185414.630000', '185415.090000', '185415.550000', '185416.010000', '185416.470000', '185416.930000', '185417.390000', '185417.850000', '185418.310000', '185418.770000', '185419.230000', '185419.690000', '185420.150000', '185420.610000', '185421.070000', '185421.530000', '185421.990000', '185422.450000', '185422.910000', '185423.370000', '185423.830000', '185424.290000', '185424.750000', '185425.210000', '185425.670000', '185426.130000', '185426.590000', '185427.050000', '185427.510000', '185427.970000', '185428.430000', '185428.890000', '185429.350000', '185429.810000', '185430.270000', '185430.730000', '185431.190000', '185431.650000', '185432.110000', '185432.570000', '185433.030000', '185433.490000', '185433.950000', '185434.410000', '185434.870000', '185435.330000', '185435.790000', '185436.250000', '185436.710000', '185437.170000', '185437.630000', '185438.090000', '185438.550000', '185439.010000', '185439.470000', '185439.930000', '185440.390000', '185440.850000', '185441.310000', '185441.770000', '185442.230000', '185442.690000', '185443.150000', '185443.610000', '185444.070000', '185444.530000', '185444.990000', '185445.450000', '185445.910000', '185446.370000', '185446.830000', '185447.290000', '185447.750000', '185448.210000', '185448.670000', '185449.130000', '185449.590000', '185450.050000', '185450.510000', '185450.970000', '185451.430000', '185451.890000', '185452.350000', '185452.810000', '185453.270000', '185453.730000', '185454.190000', '185454.650000', '185455.110000', '185455.570000', '185456.030000', '185456.490000', '185456.950000', '185457.410000', '185457.870000', '185458.330000', '185458.790000', '185459.250000', '185459.710000', '185500.170000', '185500.630000', '185501.090000', '185501.550000', '185502.010000', '185502.470000', '185502.930000', '185503.390000', '185503.850000', '185504.310000', '185504.770000', '185505.230000', '185505.690000', '185506.150000', '185506.610000', '185507.070000', '185507.530000', '185507.990000', '185508.450000', '185508.910000', '185509.370000', '185509.830000', '185510.290000', '185510.750000', '185511.210000', '185511.670000', '185512.130000', '185512.590000', '185513.050000', '185513.510000', '185513.970000', '185514.430000', '185514.890000', '185515.350000', '185515.810000', '185516.270000', '185516.730000', '185517.190000', '185517.650000', '185518.110000', '185518.570000', '185519.030000', '185519.490000', '185519.950000', '185520.410000', '185520.870000', '185521.330000', '185521.790000', '185522.250000', '185522.710000', '185523.170000', '185523.630000', '185524.090000', '185524.550000', '185525.010000', '185525.470000', '185525.930000', '185526.390000', '185526.850000', '185527.310000', '185527.770000', '185528.230000', '185528.690000', '185529.150000', '185529.610000', '185530.070000', '185530.530000', '185530.990000', '185531.450000', '185531.910000', '185532.370000', '185532.830000', '185533.290000', '185533.750000', '185534.210000', '185534.670000', '185535.130000', '185535.590000', '185536.050000', '185536.510000', '185536.970000', '185537.430000', '185537.890000', '185538.350000', '185538.810000', '185539.270000', '185539.730000', '185540.190000', '185540.650000', '185541.110000', '185541.570000', '185542.030000', '185542.490000', '185542.950000', '185543.410000', '185543.870000', '185544.330000', '185544.790000', '185545.250000', '185545.710000', '185546.170000', '185546.630000', '185547.090000', '185547.550000', '185548.010000', '185548.470000', '185548.930000', '185549.390000', '185549.850000', '185550.310000', '185550.770000', '185551.230000', '185551.690000', '185552.150000', '185552.610000', '185553.070000', '185553.530000', '185553.990000', '185554.450000', '185554.910000', '185555.370000', '185555.830000', '185556.290000', '185556.750000', '185557.210000', '185557.670000', '185558.130000', '185558.590000', '185559.050000', '185559.510000', '185559.970000', '185600.430000', '185600.890000', '185601.350000', '185601.810000', '185602.270000', '185602.730000', '185603.190000', '185603.650000'], 'ContentTime': ['184649.053000', '184649.056000', '184649.059000', '184649.062000', '184649.064000', '184649.067000', '184649.070000', '184649.072000', '184649.075000', '184649.078000', '184649.080000', '184649.083000', '184649.086000', '184649.088000', '184649.091000', '184649.093000', '184649.096000', '184649.099000', '184649.101000', '184649.104000', '184649.107000', '184649.109000', '184649.112000', '184649.115000', '184649.117000', '184649.120000', '184649.123000', '184649.139000', '184649.142000', '184649.145000', '184649.147000', '184649.150000', '184649.152000', '184649.155000', '184649.157000', '184649.160000', '184649.163000', '184649.165000', '184649.168000', '184649.170000', '184649.173000', '184649.176000', '184649.178000', '184649.181000', '184649.184000', '184649.186000', '184649.189000', '184649.191000', '184649.194000', '184649.198000', '184649.201000', '184649.203000', '184649.206000', '184649.209000', '184649.211000', '184649.214000', '184649.217000', '184649.219000', '184708.560000', '184708.563000', '184708.566000', '184708.569000', '184708.578000', '184708.580000', '184708.583000', '184708.586000', '184708.588000', '184708.591000', '184708.593000', '184708.597000', '184708.599000', '184708.602000', '184708.605000', '184708.607000', '184708.610000', '184708.612000', '184708.615000', '184708.618000', '184708.620000', '184708.623000', '184708.626000', '184708.629000', '184708.631000', '184708.634000', '184708.636000', '184708.639000', '184708.642000', '184708.644000', '184708.647000', '184708.650000', '184708.652000', '184708.655000', '184708.657000', '184708.660000', '184708.663000', '184708.665000', '184708.668000', '184708.671000', '184708.674000', '184708.676000', '184708.679000', '184708.681000', '184728.560000', '184728.563000', '184728.566000', '184728.569000', '184728.571000', '184728.574000', '184728.576000', '184728.579000', '184728.582000', '184728.584000', '184728.587000', '184728.589000', '184728.592000', '184728.595000', '184728.597000', '184728.600000', '184728.603000', '184728.605000', '184728.608000', '184728.610000', '184728.613000', '184728.616000', '184728.618000', '184728.621000', '184728.623000', '184728.626000', '184728.629000', '184728.632000', '184728.634000', '184728.637000', '184728.639000', '184728.642000', '184728.644000', '184728.647000', '184728.650000', '184728.652000', '184728.655000', '184728.657000', '184728.660000', '184728.663000', '184728.665000', '184728.668000', '184728.671000', '184748.561000', '184748.563000', '184748.566000', '184748.569000', '184748.571000', '184748.574000', '184748.577000', '184748.579000', '184748.582000', '184748.584000', '184748.587000', '184748.590000', '184748.592000', '184748.595000', '184748.597000', '184748.600000', '184748.603000', '184748.605000', '184748.608000', '184748.611000', '184748.613000', '184748.616000', '184748.619000', '184748.621000', '184748.624000', '184748.627000', '184748.629000', '184748.632000', '184748.635000', '184748.637000', '184748.640000', '184748.642000', '184748.645000', '184748.648000', '184748.650000', '184748.653000', '184748.655000', '184748.658000', '184748.661000', '184748.663000', '184748.666000', '184748.668000', '184748.671000', '184748.674000', '184808.560000', '184808.563000', '184808.571000', '184808.573000', '184808.576000', '184808.579000', '184808.581000', '184808.584000', '184808.587000', '184808.589000', '184808.592000', '184808.594000', '184808.597000', '184808.600000', '184808.602000', '184808.605000', '184808.608000', '184808.610000', '184808.613000', '184808.616000', '184808.618000', '184808.621000', '184808.624000', '184808.626000', '184808.629000', '184808.631000', '184808.634000', '184808.637000', '184808.639000', '184808.642000', '184808.645000', '184808.647000', '184808.650000', '184808.652000', '184808.655000', '184808.658000', '184808.660000', '184808.663000', '184808.665000', '184808.668000', '184808.671000', '184808.673000', '184808.676000', '184828.561000', '184828.563000', '184828.566000', '184828.569000', '184828.572000', '184828.574000', '184828.577000', '184828.579000', '184828.588000', '184828.590000', '184828.593000', '184828.596000', '184828.598000', '184828.601000', '184828.604000', '184828.607000', '184828.610000', '184828.613000', '184828.615000', '184828.618000', '184828.620000', '184828.623000', '184828.626000', '184828.628000', '184828.631000', '184828.634000', '184828.636000', '184828.639000', '184828.641000', '184828.644000', '184828.647000', '184828.649000', '184828.652000', '184828.655000', '184828.657000', '184828.660000', '184828.663000', '184828.666000', '184828.668000', '184828.671000', '184828.673000', '184828.676000', '184828.679000', '184848.562000', '184848.564000', '184848.567000', '184848.570000', '184848.572000', '184848.575000', '184848.577000', '184848.580000', '184848.583000', '184848.585000', '184848.588000', '184848.591000', '184848.593000', '184848.596000', '184848.599000', '184848.602000', '184848.604000', '184848.607000', '184848.610000', '184848.612000', '184848.615000', '184848.618000', '184848.620000', '184848.623000', '184848.626000', '184848.628000', '184848.631000', '184848.633000', '184848.636000', '184848.639000', '184848.641000', '184848.644000', '184848.647000', '184848.649000', '184848.652000', '184848.655000', '184848.657000', '184848.660000', '184848.662000', '184848.665000', '184848.668000', '184848.670000', '184848.673000', '184848.675000', '184908.560000', '184908.563000', '184908.566000', '184908.568000', '184908.571000', '184908.574000', '184908.576000', '184908.579000', '184908.581000', '184908.584000', '184908.587000', '184908.598000', '184908.600000', '184908.603000', '184908.606000', '184908.608000', '184908.611000', '184908.614000', '184908.617000', '184908.619000', '184908.622000', '184908.625000', '184908.627000', '184908.630000', '184908.632000', '184908.635000', '184908.638000', '184908.640000', '184908.643000', '184908.646000', '184908.648000', '184908.651000', '184908.653000', '184908.656000', '184908.659000', '184908.661000', '184908.664000', '184908.666000', '184908.669000', '184908.672000', '184908.674000', '184908.682000', '184908.685000', '184928.560000', '184928.564000', '184928.567000', '184928.570000', '184928.572000', '184928.575000', '184928.577000', '184928.580000', '184928.583000', '184928.585000', '184928.588000', '184928.591000', '184928.593000', '184928.596000', '184928.599000', '184928.601000', '184928.604000', '184928.607000', '184928.609000', '184928.612000', '184928.615000', '184928.617000', '184928.620000', '184928.623000', '184928.625000', '184928.628000', '184928.631000', '184928.633000', '184928.636000', '184928.638000', '184928.641000', '184928.644000', '184928.646000', '184928.649000', '184928.652000', '184928.654000', '184928.657000', '184928.660000', '184928.662000', '184928.665000', '184928.668000', '184928.670000', '184928.673000', '184928.675000', '184948.560000', '184948.563000', '184948.566000', '184948.569000', '184948.571000', '184948.574000', '184948.577000', '184948.580000', '184948.582000', '184948.585000', '184948.588000', '184948.590000', '184948.593000', '184948.596000', '184948.599000', '184948.602000', '184948.605000', '184948.607000', '184948.610000', '184948.613000', '184948.615000', '184948.618000', '184948.621000', '184948.623000', '184948.626000', '184948.629000', '184948.631000', '184948.634000', '184948.637000', '184948.639000', '184948.642000', '184948.645000', '184948.649000', '184948.652000', '184948.654000', '184948.657000', '184948.660000', '184948.662000', '184948.665000', '184948.668000', '184948.682000', '184948.685000', '184948.688000', '185008.561000', '185008.563000', '185008.566000', '185008.569000', '185008.572000', '185008.574000', '185008.577000', '185008.580000', '185008.582000', '185008.585000', '185008.587000', '185008.590000', '185008.593000', '185008.595000', '185008.598000', '185008.601000', '185008.603000', '185008.606000', '185008.609000', '185008.611000', '185008.614000', '185008.617000', '185008.619000', '185008.622000', '185008.624000', '185008.627000', '185008.630000', '185008.632000', '185008.635000', '185008.637000', '185008.640000', '185008.643000', '185008.645000', '185008.648000', '185008.651000', '185008.653000', '185008.656000', '185008.658000', '185008.661000', '185008.664000', '185008.667000', '185008.669000', '185008.672000', '185008.675000', '185028.561000', '185028.563000', '185028.566000', '185028.569000', '185028.571000', '185028.574000', '185028.584000', '185028.587000', '185028.589000', '185028.592000', '185028.595000', '185028.597000', '185028.600000', '185028.603000', '185028.605000', '185028.609000', '185028.612000', '185028.615000', '185028.618000', '185028.620000', '185028.623000', '185028.626000', '185028.628000', '185028.631000', '185028.633000', '185028.636000', '185028.639000', '185028.641000', '185028.644000', '185028.647000', '185028.650000', '185028.652000', '185028.655000', '185028.658000', '185028.660000', '185028.663000', '185028.665000', '185028.668000', '185028.671000', '185028.673000', '185028.676000', '185028.678000', '185028.681000', '185048.561000', '185048.563000', '185048.566000', '185048.569000', '185048.571000', '185048.574000', '185048.576000', '185048.579000', '185048.582000', '185048.584000', '185048.587000', '185048.590000', '185048.592000', '185048.595000', '185048.598000', '185048.600000', '185048.603000', '185048.606000', '185048.609000', '185048.611000', '185048.614000', '185048.616000', '185048.619000', '185048.622000', '185048.624000', '185048.627000', '185048.630000', '185048.632000', '185048.635000', '185048.637000', '185048.640000', '185048.643000', '185048.645000', '185048.648000', '185048.651000', '185048.653000', '185048.657000', '185048.660000', '185048.662000', '185048.665000', '185048.668000', '185048.670000', '185048.673000', '185048.676000', '185108.562000', '185108.564000', '185108.567000', '185108.570000', '185108.573000', '185108.575000', '185108.578000', '185108.581000', '185108.583000', '185108.586000', '185108.588000', '185108.591000', '185108.593000', '185108.596000', '185108.599000', '185108.602000', '185108.604000', '185108.607000', '185108.609000', '185108.612000', '185108.615000', '185108.617000', '185108.620000', '185108.623000', '185108.626000', '185108.628000', '185108.631000', '185108.634000', '185108.637000', '185108.639000', '185108.642000', '185108.644000', '185108.647000', '185108.650000', '185108.652000', '185108.655000', '185108.657000', '185108.660000', '185108.663000', '185108.665000', '185108.668000', '185108.670000', '185108.673000', '185128.560000', '185128.563000', '185128.566000', '185128.569000', '185128.572000', '185128.575000', '185128.577000', '185128.580000', '185128.583000', '185128.585000', '185128.588000', '185128.591000', '185128.593000', '185128.596000', '185128.599000', '185128.612000', '185128.615000', '185128.618000', '185128.620000', '185128.623000', '185128.626000', '185128.628000', '185128.631000', '185128.634000', '185128.636000', '185128.639000', '185128.642000', '185128.644000', '185128.647000', '185128.650000', '185128.652000', '185128.655000', '185128.658000', '185128.660000', '185128.663000', '185128.665000', '185128.668000', '185128.671000', '185128.673000', '185128.676000', '185128.679000', '185128.681000', '185128.684000', '185128.687000', '185148.561000', '185148.563000', '185148.566000', '185148.569000', '185148.571000', '185148.574000', '185148.577000', '185148.579000', '185148.582000', '185148.584000', '185148.587000', '185148.590000', '185148.593000', '185148.596000', '185148.599000', '185148.601000', '185148.604000', '185148.607000', '185148.609000', '185148.612000', '185148.615000', '185148.617000', '185148.620000', '185148.623000', '185148.625000', '185148.628000', '185148.631000', '185148.634000', '185148.637000', '185148.640000', '185148.643000', '185148.645000', '185148.648000', '185148.651000', '185148.653000', '185148.658000', '185148.661000', '185148.663000', '185148.666000', '185148.668000', '185148.671000', '185148.674000', '185148.676000', '185208.561000', '185208.563000', '185208.566000', '185208.569000', '185208.572000', '185208.574000', '185208.577000', '185208.580000', '185208.582000', '185208.585000', '185208.587000', '185208.590000', '185208.593000', '185208.595000', '185208.598000', '185208.601000', '185208.603000', '185208.606000', '185208.609000', '185208.611000', '185208.614000', '185208.616000', '185208.619000', '185208.627000', '185208.629000', '185208.632000', '185208.634000', '185208.637000', '185208.640000', '185208.643000', '185208.645000', '185208.648000', '185208.651000', '185208.653000', '185208.656000', '185208.659000', '185208.661000', '185208.664000', '185208.666000', '185208.669000', '185208.672000', '185208.674000', '185208.677000', '185208.680000', '185228.561000', '185228.564000', '185228.566000', '185228.569000', '185228.572000', '185228.574000', '185228.577000', '185228.579000', '185228.582000', '185228.585000', '185228.587000', '185228.590000', '185228.592000', '185228.595000', '185228.598000', '185228.600000', '185228.603000', '185228.605000', '185228.608000', '185228.611000', '185228.613000', '185228.616000', '185228.619000', '185228.621000', '185228.624000', '185228.627000', '185228.629000', '185228.632000', '185228.634000', '185228.637000', '185228.640000', '185228.642000', '185228.645000', '185228.648000', '185228.650000', '185228.653000', '185228.655000', '185228.658000', '185228.661000', '185228.663000', '185228.666000', '185228.669000', '185228.672000', '185248.561000', '185248.563000', '185248.566000', '185248.569000', '185248.571000', '185248.574000', '185248.577000', '185248.579000', '185248.582000', '185248.584000', '185248.587000', '185248.590000', '185248.592000', '185248.595000', '185248.597000', '185248.600000', '185248.603000', '185248.605000', '185248.608000', '185248.610000', '185248.613000', '185248.616000', '185248.618000', '185248.621000', '185248.623000', '185248.653000', '185248.656000', '185248.659000', '185248.661000', '185248.664000', '185248.667000', '185248.669000', '185248.672000', '185248.675000', '185248.677000', '185248.680000', '185248.683000', '185248.685000', '185248.688000', '185248.690000', '185248.693000', '185248.696000', '185248.698000', '185248.701000', '185308.562000', '185308.564000', '185308.567000', '185308.570000', '185308.572000', '185308.575000', '185308.578000', '185308.580000', '185308.583000', '185308.585000', '185308.588000', '185308.591000', '185308.593000', '185308.596000', '185308.599000', '185308.601000', '185308.604000', '185308.606000', '185308.609000', '185308.612000', '185308.614000', '185308.617000', '185308.619000', '185308.622000', '185308.625000', '185308.627000', '185308.630000', '185308.632000', '185308.635000', '185308.638000', '185308.640000', '185308.643000', '185308.645000', '185308.648000', '185308.650000', '185308.654000', '185308.656000', '185308.659000', '185308.661000', '185308.664000', '185308.666000', '185308.670000', '185308.673000', '185328.562000', '185328.564000', '185328.567000', '185328.570000', '185328.572000', '185328.581000', '185328.583000', '185328.586000', '185328.589000', '185328.591000', '185328.594000', '185328.597000', '185328.599000', '185328.602000', '185328.605000', '185328.607000', '185328.610000', '185328.613000', '185328.615000', '185328.618000', '185328.620000', '185328.623000', '185328.626000', '185328.629000', '185328.631000', '185328.634000', '185328.637000', '185328.639000', '185328.642000', '185328.644000', '185328.647000', '185328.650000', '185328.652000', '185328.655000', '185328.658000', '185328.660000', '185328.663000', '185328.665000', '185328.668000', '185328.671000', '185328.673000', '185328.676000', '185328.679000', '185328.681000', '185348.561000', '185348.563000', '185348.566000', '185348.569000', '185348.571000', '185348.574000', '185348.576000', '185348.579000', '185348.582000', '185348.584000', '185348.587000', '185348.590000', '185348.592000', '185348.595000', '185348.598000', '185348.600000', '185348.603000', '185348.605000', '185348.608000', '185348.611000', '185348.613000', '185348.616000', '185348.619000', '185348.621000', '185348.624000', '185348.627000', '185348.629000', '185348.632000', '185348.635000', '185348.637000', '185348.640000', '185348.643000', '185348.645000', '185348.648000', '185348.651000', '185348.653000', '185348.656000', '185348.659000', '185348.661000', '185348.664000', '185348.666000', '185348.669000', '185348.672000', '185408.561000', '185408.564000', '185408.566000', '185408.569000', '185408.571000', '185408.574000', '185408.577000', '185408.579000', '185408.582000', '185408.585000', '185408.587000', '185408.590000', '185408.593000', '185408.595000', '185408.598000', '185408.601000', '185408.603000', '185408.606000', '185408.609000', '185408.611000', '185408.614000', '185408.616000', '185408.619000', '185408.622000', '185408.624000', '185408.627000', '185408.630000', '185408.632000', '185408.635000', '185408.637000', '185408.640000', '185408.643000', '185408.645000', '185408.648000', '185408.651000', '185408.653000', '185408.670000', '185408.672000', '185408.675000', '185408.678000', '185408.681000', '185408.683000', '185408.686000', '185408.688000', '185428.561000', '185428.564000', '185428.566000', '185428.569000', '185428.571000', '185428.574000', '185428.577000', '185428.579000', '185428.582000', '185428.584000', '185428.587000', '185428.590000', '185428.592000', '185428.595000', '185428.597000', '185428.600000', '185428.603000', '185428.605000', '185428.608000', '185428.610000', '185428.613000', '185428.616000', '185428.618000', '185428.621000', '185428.623000', '185428.626000', '185428.629000', '185428.631000', '185428.634000', '185428.637000', '185428.640000', '185428.642000', '185428.645000', '185428.648000', '185428.650000', '185428.653000', '185428.656000', '185428.658000', '185428.661000', '185428.663000', '185428.666000', '185428.669000', '185428.671000', '185448.561000', '185448.563000', '185448.567000', '185448.570000', '185448.572000', '185448.575000', '185448.578000', '185448.580000', '185448.583000', '185448.585000', '185448.588000', '185448.591000', '185448.593000', '185448.596000', '185448.599000', '185448.601000', '185448.604000', '185448.607000', '185448.609000', '185448.612000', '185448.615000', '185448.617000', '185448.620000', '185448.623000', '185448.626000', '185448.628000', '185448.631000', '185448.634000', '185448.636000', '185448.639000', '185448.641000', '185448.644000', '185448.647000', '185448.649000', '185448.652000', '185448.655000', '185448.657000', '185448.660000', '185448.662000', '185448.665000', '185448.667000', '185448.670000', '185448.673000', '185448.675000', '185508.561000', '185508.563000', '185508.566000', '185508.569000', '185508.571000', '185508.574000', '185508.577000', '185508.579000', '185508.582000', '185508.585000', '185508.587000', '185508.590000', '185508.593000', '185508.595000', '185508.598000', '185508.601000', '185508.603000', '185508.606000', '185508.608000', '185508.611000', '185508.614000', '185508.616000', '185508.619000', '185508.622000', '185508.624000', '185508.627000', '185508.629000', '185508.632000', '185508.635000', '185508.637000', '185508.640000', '185508.643000', '185508.645000', '185508.648000', '185508.651000', '185508.653000', '185508.656000', '185508.658000', '185508.661000', '185508.664000', '185508.666000', '185508.669000', '185508.671000', '185528.562000', '185528.564000', '185528.567000', '185528.570000', '185528.572000', '185528.575000', '185528.578000', '185528.580000', '185528.583000', '185528.585000', '185528.588000', '185528.590000', '185528.593000', '185528.596000', '185528.598000', '185528.601000', '185528.604000', '185528.612000', '185528.615000', '185528.617000', '185528.620000', '185528.623000', '185528.625000', '185528.628000', '185528.630000', '185528.633000', '185528.636000', '185528.638000', '185528.641000', '185528.644000', '185528.646000', '185528.649000', '185528.651000', '185528.666000', '185528.668000', '185528.671000', '185528.673000', '185528.676000', '185528.679000', '185528.681000', '185528.684000', '185528.686000', '185528.689000', '185548.562000', '185548.565000', '185548.567000', '185548.570000', '185548.573000', '185548.575000', '185548.578000', '185548.581000', '185548.583000', '185548.586000', '185548.589000', '185548.591000', '185548.594000', '185548.596000', '185548.599000', '185548.602000', '185548.605000', '185548.607000', '185548.610000', '185548.612000', '185548.615000', '185548.618000', '185548.620000', '185548.623000', '185548.625000', '185548.628000', '185548.631000', '185548.633000', '185548.636000', '185548.639000', '185548.641000', '185548.644000', '185548.647000', '185548.649000', '185548.652000', '185548.654000', '185548.657000', '185548.660000', '185548.662000', '185548.665000', '185548.667000', '185548.670000', '185548.672000', '185548.675000', '185604.909000', '185604.912000', '185604.915000', '185604.918000', '185604.920000', '185604.923000', '185604.926000', '185604.929000', '185604.931000', '185604.934000', '185604.937000', '185604.940000', '185604.943000', '185604.945000', '185604.948000', '185604.951000', '185604.955000', '185604.957000', '185604.960000', '185604.963000', '185604.966000', '185604.969000', '185604.972000', '185604.978000', '185604.981000', '185604.983000', '185604.987000', '185604.989000', '185604.992000', '185604.995000', '185604.998000', '185605.002000', '185605.005000', '185605.008000', '185605.017000', '185605.020000'], 'InstanceCreationTime': ['184649.053000', '184649.056000', '184649.059000', '184649.062000', '184649.064000', '184649.067000', '184649.070000', '184649.072000', '184649.075000', '184649.078000', '184649.080000', '184649.083000', '184649.086000', '184649.088000', '184649.091000', '184649.093000', '184649.096000', '184649.099000', '184649.101000', '184649.104000', '184649.107000', '184649.109000', '184649.112000', '184649.115000', '184649.117000', '184649.120000', '184649.123000', '184649.139000', '184649.142000', '184649.145000', '184649.147000', '184649.150000', '184649.152000', '184649.155000', '184649.157000', '184649.160000', '184649.163000', '184649.165000', '184649.168000', '184649.170000', '184649.173000', '184649.176000', '184649.178000', '184649.181000', '184649.184000', '184649.186000', '184649.189000', '184649.191000', '184649.194000', '184649.198000', '184649.201000', '184649.203000', '184649.206000', '184649.209000', '184649.211000', '184649.214000', '184649.217000', '184649.219000', '184708.560000', '184708.563000', '184708.566000', '184708.569000', '184708.578000', '184708.580000', '184708.583000', '184708.586000', '184708.588000', '184708.591000', '184708.593000', '184708.597000', '184708.599000', '184708.602000', '184708.605000', '184708.607000', '184708.610000', '184708.612000', '184708.615000', '184708.618000', '184708.620000', '184708.623000', '184708.626000', '184708.629000', '184708.631000', '184708.634000', '184708.636000', '184708.639000', '184708.642000', '184708.644000', '184708.647000', '184708.650000', '184708.652000', '184708.655000', '184708.657000', '184708.660000', '184708.663000', '184708.665000', '184708.668000', '184708.671000', '184708.674000', '184708.676000', '184708.679000', '184708.681000', '184728.560000', '184728.563000', '184728.566000', '184728.569000', '184728.571000', '184728.574000', '184728.576000', '184728.579000', '184728.582000', '184728.584000', '184728.587000', '184728.589000', '184728.592000', '184728.595000', '184728.597000', '184728.600000', '184728.603000', '184728.605000', '184728.608000', '184728.610000', '184728.613000', '184728.616000', '184728.618000', '184728.621000', '184728.623000', '184728.626000', '184728.629000', '184728.632000', '184728.634000', '184728.637000', '184728.639000', '184728.642000', '184728.644000', '184728.647000', '184728.650000', '184728.652000', '184728.655000', '184728.657000', '184728.660000', '184728.663000', '184728.665000', '184728.668000', '184728.671000', '184748.561000', '184748.563000', '184748.566000', '184748.569000', '184748.571000', '184748.574000', '184748.577000', '184748.579000', '184748.582000', '184748.584000', '184748.587000', '184748.590000', '184748.592000', '184748.595000', '184748.597000', '184748.600000', '184748.603000', '184748.605000', '184748.608000', '184748.611000', '184748.613000', '184748.616000', '184748.619000', '184748.621000', '184748.624000', '184748.627000', '184748.629000', '184748.632000', '184748.635000', '184748.637000', '184748.640000', '184748.642000', '184748.645000', '184748.648000', '184748.650000', '184748.653000', '184748.655000', '184748.658000', '184748.661000', '184748.663000', '184748.666000', '184748.668000', '184748.671000', '184748.674000', '184808.560000', '184808.563000', '184808.571000', '184808.573000', '184808.576000', '184808.579000', '184808.581000', '184808.584000', '184808.587000', '184808.589000', '184808.592000', '184808.594000', '184808.597000', '184808.600000', '184808.602000', '184808.605000', '184808.608000', '184808.610000', '184808.613000', '184808.616000', '184808.618000', '184808.621000', '184808.624000', '184808.626000', '184808.629000', '184808.631000', '184808.634000', '184808.637000', '184808.639000', '184808.642000', '184808.645000', '184808.647000', '184808.650000', '184808.652000', '184808.655000', '184808.658000', '184808.660000', '184808.663000', '184808.665000', '184808.668000', '184808.671000', '184808.673000', '184808.676000', '184828.561000', '184828.563000', '184828.566000', '184828.569000', '184828.572000', '184828.574000', '184828.577000', '184828.579000', '184828.588000', '184828.590000', '184828.593000', '184828.596000', '184828.598000', '184828.601000', '184828.604000', '184828.607000', '184828.610000', '184828.613000', '184828.615000', '184828.618000', '184828.620000', '184828.623000', '184828.626000', '184828.628000', '184828.631000', '184828.634000', '184828.636000', '184828.639000', '184828.641000', '184828.644000', '184828.647000', '184828.649000', '184828.652000', '184828.655000', '184828.657000', '184828.660000', '184828.663000', '184828.666000', '184828.668000', '184828.671000', '184828.673000', '184828.676000', '184828.679000', '184848.562000', '184848.564000', '184848.567000', '184848.570000', '184848.572000', '184848.575000', '184848.577000', '184848.580000', '184848.583000', '184848.585000', '184848.588000', '184848.591000', '184848.593000', '184848.596000', '184848.599000', '184848.602000', '184848.604000', '184848.607000', '184848.610000', '184848.612000', '184848.615000', '184848.618000', '184848.620000', '184848.623000', '184848.626000', '184848.628000', '184848.631000', '184848.633000', '184848.636000', '184848.639000', '184848.641000', '184848.644000', '184848.647000', '184848.649000', '184848.652000', '184848.655000', '184848.657000', '184848.660000', '184848.662000', '184848.665000', '184848.668000', '184848.670000', '184848.673000', '184848.675000', '184908.560000', '184908.563000', '184908.566000', '184908.568000', '184908.571000', '184908.574000', '184908.576000', '184908.579000', '184908.581000', '184908.584000', '184908.587000', '184908.598000', '184908.600000', '184908.603000', '184908.606000', '184908.608000', '184908.611000', '184908.614000', '184908.617000', '184908.619000', '184908.622000', '184908.625000', '184908.627000', '184908.630000', '184908.632000', '184908.635000', '184908.638000', '184908.640000', '184908.643000', '184908.646000', '184908.648000', '184908.651000', '184908.653000', '184908.656000', '184908.659000', '184908.661000', '184908.664000', '184908.666000', '184908.669000', '184908.672000', '184908.674000', '184908.682000', '184908.685000', '184928.560000', '184928.564000', '184928.567000', '184928.570000', '184928.572000', '184928.575000', '184928.577000', '184928.580000', '184928.583000', '184928.585000', '184928.588000', '184928.591000', '184928.593000', '184928.596000', '184928.599000', '184928.601000', '184928.604000', '184928.607000', '184928.609000', '184928.612000', '184928.615000', '184928.617000', '184928.620000', '184928.623000', '184928.625000', '184928.628000', '184928.631000', '184928.633000', '184928.636000', '184928.638000', '184928.641000', '184928.644000', '184928.646000', '184928.649000', '184928.652000', '184928.654000', '184928.657000', '184928.660000', '184928.662000', '184928.665000', '184928.668000', '184928.670000', '184928.673000', '184928.675000', '184948.560000', '184948.563000', '184948.566000', '184948.569000', '184948.571000', '184948.574000', '184948.577000', '184948.580000', '184948.582000', '184948.585000', '184948.588000', '184948.590000', '184948.593000', '184948.596000', '184948.599000', '184948.602000', '184948.605000', '184948.607000', '184948.610000', '184948.613000', '184948.615000', '184948.618000', '184948.621000', '184948.623000', '184948.626000', '184948.629000', '184948.631000', '184948.634000', '184948.637000', '184948.639000', '184948.642000', '184948.645000', '184948.649000', '184948.652000', '184948.654000', '184948.657000', '184948.660000', '184948.662000', '184948.665000', '184948.668000', '184948.682000', '184948.685000', '184948.688000', '185008.561000', '185008.563000', '185008.566000', '185008.569000', '185008.572000', '185008.574000', '185008.577000', '185008.580000', '185008.582000', '185008.585000', '185008.587000', '185008.590000', '185008.593000', '185008.595000', '185008.598000', '185008.601000', '185008.603000', '185008.606000', '185008.609000', '185008.611000', '185008.614000', '185008.617000', '185008.619000', '185008.622000', '185008.624000', '185008.627000', '185008.630000', '185008.632000', '185008.635000', '185008.637000', '185008.640000', '185008.643000', '185008.645000', '185008.648000', '185008.651000', '185008.653000', '185008.656000', '185008.658000', '185008.661000', '185008.664000', '185008.667000', '185008.669000', '185008.672000', '185008.675000', '185028.561000', '185028.563000', '185028.566000', '185028.569000', '185028.571000', '185028.574000', '185028.584000', '185028.587000', '185028.589000', '185028.592000', '185028.595000', '185028.597000', '185028.600000', '185028.603000', '185028.605000', '185028.609000', '185028.612000', '185028.615000', '185028.618000', '185028.620000', '185028.623000', '185028.626000', '185028.628000', '185028.631000', '185028.633000', '185028.636000', '185028.639000', '185028.641000', '185028.644000', '185028.647000', '185028.650000', '185028.652000', '185028.655000', '185028.658000', '185028.660000', '185028.663000', '185028.665000', '185028.668000', '185028.671000', '185028.673000', '185028.676000', '185028.678000', '185028.681000', '185048.561000', '185048.563000', '185048.566000', '185048.569000', '185048.571000', '185048.574000', '185048.576000', '185048.579000', '185048.582000', '185048.584000', '185048.587000', '185048.590000', '185048.592000', '185048.595000', '185048.598000', '185048.600000', '185048.603000', '185048.606000', '185048.609000', '185048.611000', '185048.614000', '185048.616000', '185048.619000', '185048.622000', '185048.624000', '185048.627000', '185048.630000', '185048.632000', '185048.635000', '185048.637000', '185048.640000', '185048.643000', '185048.645000', '185048.648000', '185048.651000', '185048.653000', '185048.657000', '185048.660000', '185048.662000', '185048.665000', '185048.668000', '185048.670000', '185048.673000', '185048.676000', '185108.562000', '185108.564000', '185108.567000', '185108.570000', '185108.573000', '185108.575000', '185108.578000', '185108.581000', '185108.583000', '185108.586000', '185108.588000', '185108.591000', '185108.593000', '185108.596000', '185108.599000', '185108.602000', '185108.604000', '185108.607000', '185108.609000', '185108.612000', '185108.615000', '185108.617000', '185108.620000', '185108.623000', '185108.626000', '185108.628000', '185108.631000', '185108.634000', '185108.637000', '185108.639000', '185108.642000', '185108.644000', '185108.647000', '185108.650000', '185108.652000', '185108.655000', '185108.657000', '185108.660000', '185108.663000', '185108.665000', '185108.668000', '185108.670000', '185108.673000', '185128.560000', '185128.563000', '185128.566000', '185128.569000', '185128.572000', '185128.575000', '185128.577000', '185128.580000', '185128.583000', '185128.585000', '185128.588000', '185128.591000', '185128.593000', '185128.596000', '185128.599000', '185128.612000', '185128.615000', '185128.618000', '185128.620000', '185128.623000', '185128.626000', '185128.628000', '185128.631000', '185128.634000', '185128.636000', '185128.639000', '185128.642000', '185128.644000', '185128.647000', '185128.650000', '185128.652000', '185128.655000', '185128.658000', '185128.660000', '185128.663000', '185128.665000', '185128.668000', '185128.671000', '185128.673000', '185128.676000', '185128.679000', '185128.681000', '185128.684000', '185128.687000', '185148.561000', '185148.563000', '185148.566000', '185148.569000', '185148.571000', '185148.574000', '185148.577000', '185148.579000', '185148.582000', '185148.584000', '185148.587000', '185148.590000', '185148.593000', '185148.596000', '185148.599000', '185148.601000', '185148.604000', '185148.607000', '185148.609000', '185148.612000', '185148.615000', '185148.617000', '185148.620000', '185148.623000', '185148.625000', '185148.628000', '185148.631000', '185148.634000', '185148.637000', '185148.640000', '185148.643000', '185148.645000', '185148.648000', '185148.651000', '185148.653000', '185148.658000', '185148.661000', '185148.663000', '185148.666000', '185148.668000', '185148.671000', '185148.674000', '185148.676000', '185208.561000', '185208.563000', '185208.566000', '185208.569000', '185208.572000', '185208.574000', '185208.577000', '185208.580000', '185208.582000', '185208.585000', '185208.587000', '185208.590000', '185208.593000', '185208.595000', '185208.598000', '185208.601000', '185208.603000', '185208.606000', '185208.609000', '185208.611000', '185208.614000', '185208.616000', '185208.619000', '185208.627000', '185208.629000', '185208.632000', '185208.634000', '185208.637000', '185208.640000', '185208.643000', '185208.645000', '185208.648000', '185208.651000', '185208.653000', '185208.656000', '185208.659000', '185208.661000', '185208.664000', '185208.666000', '185208.669000', '185208.672000', '185208.674000', '185208.677000', '185208.680000', '185228.561000', '185228.564000', '185228.566000', '185228.569000', '185228.572000', '185228.574000', '185228.577000', '185228.579000', '185228.582000', '185228.585000', '185228.587000', '185228.590000', '185228.592000', '185228.595000', '185228.598000', '185228.600000', '185228.603000', '185228.605000', '185228.608000', '185228.611000', '185228.613000', '185228.616000', '185228.619000', '185228.621000', '185228.624000', '185228.627000', '185228.629000', '185228.632000', '185228.634000', '185228.637000', '185228.640000', '185228.642000', '185228.645000', '185228.648000', '185228.650000', '185228.653000', '185228.655000', '185228.658000', '185228.661000', '185228.663000', '185228.666000', '185228.669000', '185228.672000', '185248.561000', '185248.563000', '185248.566000', '185248.569000', '185248.571000', '185248.574000', '185248.577000', '185248.579000', '185248.582000', '185248.584000', '185248.587000', '185248.590000', '185248.592000', '185248.595000', '185248.597000', '185248.600000', '185248.603000', '185248.605000', '185248.608000', '185248.610000', '185248.613000', '185248.616000', '185248.618000', '185248.621000', '185248.623000', '185248.653000', '185248.656000', '185248.659000', '185248.661000', '185248.664000', '185248.667000', '185248.669000', '185248.672000', '185248.675000', '185248.677000', '185248.680000', '185248.683000', '185248.685000', '185248.688000', '185248.690000', '185248.693000', '185248.696000', '185248.698000', '185248.701000', '185308.562000', '185308.564000', '185308.567000', '185308.570000', '185308.572000', '185308.575000', '185308.578000', '185308.580000', '185308.583000', '185308.585000', '185308.588000', '185308.591000', '185308.593000', '185308.596000', '185308.599000', '185308.601000', '185308.604000', '185308.606000', '185308.609000', '185308.612000', '185308.614000', '185308.617000', '185308.619000', '185308.622000', '185308.625000', '185308.627000', '185308.630000', '185308.632000', '185308.635000', '185308.638000', '185308.640000', '185308.643000', '185308.645000', '185308.648000', '185308.650000', '185308.654000', '185308.656000', '185308.659000', '185308.661000', '185308.664000', '185308.666000', '185308.670000', '185308.673000', '185328.562000', '185328.564000', '185328.567000', '185328.570000', '185328.572000', '185328.581000', '185328.583000', '185328.586000', '185328.589000', '185328.591000', '185328.594000', '185328.597000', '185328.599000', '185328.602000', '185328.605000', '185328.607000', '185328.610000', '185328.613000', '185328.615000', '185328.618000', '185328.620000', '185328.623000', '185328.626000', '185328.629000', '185328.631000', '185328.634000', '185328.637000', '185328.639000', '185328.642000', '185328.644000', '185328.647000', '185328.650000', '185328.652000', '185328.655000', '185328.658000', '185328.660000', '185328.663000', '185328.665000', '185328.668000', '185328.671000', '185328.673000', '185328.676000', '185328.679000', '185328.681000', '185348.561000', '185348.563000', '185348.566000', '185348.569000', '185348.571000', '185348.574000', '185348.576000', '185348.579000', '185348.582000', '185348.584000', '185348.587000', '185348.590000', '185348.592000', '185348.595000', '185348.598000', '185348.600000', '185348.603000', '185348.605000', '185348.608000', '185348.611000', '185348.613000', '185348.616000', '185348.619000', '185348.621000', '185348.624000', '185348.627000', '185348.629000', '185348.632000', '185348.635000', '185348.637000', '185348.640000', '185348.643000', '185348.645000', '185348.648000', '185348.651000', '185348.653000', '185348.656000', '185348.659000', '185348.661000', '185348.664000', '185348.666000', '185348.669000', '185348.672000', '185408.561000', '185408.564000', '185408.566000', '185408.569000', '185408.571000', '185408.574000', '185408.577000', '185408.579000', '185408.582000', '185408.585000', '185408.587000', '185408.590000', '185408.593000', '185408.595000', '185408.598000', '185408.601000', '185408.603000', '185408.606000', '185408.609000', '185408.611000', '185408.614000', '185408.616000', '185408.619000', '185408.622000', '185408.624000', '185408.627000', '185408.630000', '185408.632000', '185408.635000', '185408.637000', '185408.640000', '185408.643000', '185408.645000', '185408.648000', '185408.651000', '185408.653000', '185408.670000', '185408.672000', '185408.675000', '185408.678000', '185408.681000', '185408.683000', '185408.686000', '185408.688000', '185428.561000', '185428.564000', '185428.566000', '185428.569000', '185428.571000', '185428.574000', '185428.577000', '185428.579000', '185428.582000', '185428.584000', '185428.587000', '185428.590000', '185428.592000', '185428.595000', '185428.597000', '185428.600000', '185428.603000', '185428.605000', '185428.608000', '185428.610000', '185428.613000', '185428.616000', '185428.618000', '185428.621000', '185428.623000', '185428.626000', '185428.629000', '185428.631000', '185428.634000', '185428.637000', '185428.640000', '185428.642000', '185428.645000', '185428.648000', '185428.650000', '185428.653000', '185428.656000', '185428.658000', '185428.661000', '185428.663000', '185428.666000', '185428.669000', '185428.671000', '185448.561000', '185448.563000', '185448.567000', '185448.570000', '185448.572000', '185448.575000', '185448.578000', '185448.580000', '185448.583000', '185448.585000', '185448.588000', '185448.591000', '185448.593000', '185448.596000', '185448.599000', '185448.601000', '185448.604000', '185448.607000', '185448.609000', '185448.612000', '185448.615000', '185448.617000', '185448.620000', '185448.623000', '185448.626000', '185448.628000', '185448.631000', '185448.634000', '185448.636000', '185448.639000', '185448.641000', '185448.644000', '185448.647000', '185448.649000', '185448.652000', '185448.655000', '185448.657000', '185448.660000', '185448.662000', '185448.665000', '185448.667000', '185448.670000', '185448.673000', '185448.675000', '185508.561000', '185508.563000', '185508.566000', '185508.569000', '185508.571000', '185508.574000', '185508.577000', '185508.579000', '185508.582000', '185508.585000', '185508.587000', '185508.590000', '185508.593000', '185508.595000', '185508.598000', '185508.601000', '185508.603000', '185508.606000', '185508.608000', '185508.611000', '185508.614000', '185508.616000', '185508.619000', '185508.622000', '185508.624000', '185508.627000', '185508.629000', '185508.632000', '185508.635000', '185508.637000', '185508.640000', '185508.643000', '185508.645000', '185508.648000', '185508.651000', '185508.653000', '185508.656000', '185508.658000', '185508.661000', '185508.664000', '185508.666000', '185508.669000', '185508.671000', '185528.562000', '185528.564000', '185528.567000', '185528.570000', '185528.572000', '185528.575000', '185528.578000', '185528.580000', '185528.583000', '185528.585000', '185528.588000', '185528.590000', '185528.593000', '185528.596000', '185528.598000', '185528.601000', '185528.604000', '185528.612000', '185528.615000', '185528.617000', '185528.620000', '185528.623000', '185528.625000', '185528.628000', '185528.630000', '185528.633000', '185528.636000', '185528.638000', '185528.641000', '185528.644000', '185528.646000', '185528.649000', '185528.651000', '185528.666000', '185528.668000', '185528.671000', '185528.673000', '185528.676000', '185528.679000', '185528.681000', '185528.684000', '185528.686000', '185528.689000', '185548.562000', '185548.565000', '185548.567000', '185548.570000', '185548.573000', '185548.575000', '185548.578000', '185548.581000', '185548.583000', '185548.586000', '185548.589000', '185548.591000', '185548.594000', '185548.596000', '185548.599000', '185548.602000', '185548.605000', '185548.607000', '185548.610000', '185548.612000', '185548.615000', '185548.618000', '185548.620000', '185548.623000', '185548.625000', '185548.628000', '185548.631000', '185548.633000', '185548.636000', '185548.639000', '185548.641000', '185548.644000', '185548.647000', '185548.649000', '185548.652000', '185548.654000', '185548.657000', '185548.660000', '185548.662000', '185548.665000', '185548.667000', '185548.670000', '185548.672000', '185548.675000', '185604.909000', '185604.912000', '185604.915000', '185604.918000', '185604.920000', '185604.923000', '185604.926000', '185604.929000', '185604.931000', '185604.934000', '185604.937000', '185604.940000', '185604.943000', '185604.945000', '185604.948000', '185604.951000', '185604.955000', '185604.957000', '185604.960000', '185604.963000', '185604.966000', '185604.969000', '185604.972000', '185604.978000', '185604.981000', '185604.983000', '185604.987000', '185604.989000', '185604.992000', '185604.995000', '185604.998000', '185605.002000', '185605.005000', '185605.008000', '185605.017000', '185605.020000'], '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': [6211, 7355, 10139, 6663, 5872, 10006, 7988, 6616, 9642, 6376, 5773, 9497, 6388, 6851, 7212, 5842, 10876, 7753, 6033, 7592, 5669, 10990, 8962, 6124, 10094, 6858, 6270, 10219, 6584, 6028, 9032, 6660, 11761, 8229, 6601, 9243, 7099, 12896, 8763, 6089, 9549, 6982, 10920, 9018, 5853, 10731, 8779, 7156, 10468, 6010, 12484, 9544, 7654, 9992, 5866, 9282, 9323, 6841, 10684, 6524, 6790, 10129, 6635, 6300, 7357, 5726, 12369, 8253, 5981, 8824, 7098, 11908, 8392, 5887, 9888, 7374, 8950, 8363, 6113, 10246, 8904, 7050, 10610, 6111, 9513, 9473, 7052, 10426, 6306, 6239, 9986, 7134, 11401, 6250, 6440, 10078, 6885, 6972, 7690, 6277, 10865, 7439, 5971, 8663, 6185, 11933, 8288, 5763, 8668, 6968, 8362, 9376, 5884, 10793, 9223, 7534, 10628, 6006, 12523, 9767, 7348, 9163, 5726, 10549, 8825, 5923, 9553, 6207, 6990, 11005, 7602, 7512, 9275, 6744, 13628, 8439, 5696, 10169, 8785, 7661, 10921, 6387, 10140, 9315, 6991, 11265, 6392, 6090, 11502, 8458, 6312, 9627, 6392, 11711, 10107, 5957, 9649, 6313, 6961, 10640, 6728, 5936, 9114, 7144, 8442, 9542, 6121, 10429, 8011, 10748, 7746, 5746, 10148, 8970, 7739, 10506, 6071, 8811, 9199, 6691, 11394, 6756, 7041, 11377, 7051, 7924, 8459, 7034, 13309, 8700, 5841, 9451, 8062, 7273, 10363, 6101, 9887, 8276, 6978, 10699, 6355, 6007, 9071, 7267, 11608, 8471, 5838, 10046, 7981, 7938, 9955, 5719, 10301, 8764, 6854, 10401, 5921, 6871, 9337, 6972, 10292, 6449, 6816, 10893, 6966, 7173, 7723, 7000, 11502, 7323, 5967, 8905, 6853, 10962, 7476, 6007, 10603, 9259, 7042, 9955, 6009, 8125, 9238, 6516, 10206, 6523, 9796, 10162, 7152, 11293, 7155, 7056, 11772, 7850, 5748, 9558, 8479, 6891, 10262, 5892, 12085, 10037, 7622, 9968, 5855, 9979, 7771, 6562, 7219, 5669, 9825, 8052, 5962, 9230, 5828, 10498, 9352, 6795, 9756, 6041, 7221, 9496, 6818, 10906, 6581, 9375, 9960, 7085, 10611, 6553, 11987, 9044, 6776, 9658, 5827, 11747, 8818, 6555, 8694, 5720, 9395, 7524, 10795, 5978, 5883, 8668, 6877, 10752, 6279, 5816, 9351, 7395, 11022, 6866, 8350, 8872, 9733, 11387, 6217, 10072, 7879, 11321, 10638, 6009, 9775, 6117, 10852, 8365, 11151, 6274, 6229, 8270, 6355, 10508, 6701, 9722, 6547, 11661, 8908, 5961, 9840, 5923, 11619, 9362, 7055, 7628, 5743, 9845, 7885, 11249, 6522, 5670, 8768, 9267, 7712, 9270, 5852, 8679, 8260, 6103, 6835, 9205, 10020, 11676, 6789, 10746, 8302, 9665, 10284, 6444, 10580, 6685, 12121, 9780, 6345, 8180, 5883, 8493, 9204, 5813, 10171, 5971, 11723, 8215, 9582, 6061, 10387, 9008, 12059, 6786, 5752, 9010, 7535, 11029, 6217, 10072, 6830, 10130, 9928, 5889, 9889, 5990, 10643, 7343, 8047, 6883, 5805, 10390, 7342, 10395, 6283, 12144, 8934, 10908, 6170, 9986, 7669, 12493, 8356, 5854, 7396, 5742, 10374, 7364, 5696, 8711, 6911, 11457, 7004, 10892, 7002, 12894, 9620, 6645, 7623, 5733, 9996, 6814, 11850, 7764, 5700, 9899, 7800, 11572, 7099, 5901, 7822, 8167, 10612, 6848, 10558, 6275, 11657, 10376, 6796, 9651, 5630, 9870, 7946, 6503, 8439, 5722, 9519, 6927, 10340, 7443, 5888, 9141, 6972, 11013, 6530, 10448, 6520, 6877, 10071, 6368, 7674, 7319, 6785, 11341, 7631, 5981, 8677, 6799, 12295, 8321, 5858, 9381, 7916, 12907, 7846, 5655, 9243, 8058, 8040, 10335, 5954, 11902, 10252, 8075, 10436, 5597, 11707, 8945, 6892, 8138, 5896, 10748, 9792, 6363, 9702, 5945, 11979, 10232, 7103, 10052, 6053, 9502, 10158, 6942, 10312, 6045, 9091, 10137, 6839, 10859, 5933, 6283, 10652, 6981, 7420, 7902, 7367, 10484, 7082, 8151, 6688, 5840, 10647, 7077, 5751, 8809, 5786, 10026, 7281, 6503, 8246, 5593, 11627, 10024, 7419, 10593, 6063, 12521, 10079, 7126, 9460, 6120, 5770, 11436, 8185, 5847, 9504, 8702, 8027, 12224, 7180, 6146, 9692, 7975, 10367, 8500, 5748, 11516, 9787, 7065, 10125, 6458, 6297, 11820, 7732, 6048, 9245, 6690, 7993, 11341, 6583, 6832, 7716, 6793, 11429, 6911, 5786, 8661, 8147, 9196, 10187, 5955, 9934, 9737, 6941, 10969, 6635, 5968, 11674, 8730, 5935, 9153, 6501, 7862, 10089, 6175, 5734, 9094, 7394, 8952, 10668, 6855, 8771, 12871, 8186, 6600, 9193, 8573, 6922, 11132, 7061, 6320, 12481, 9923, 6073, 9586, 6913, 6657, 12637, 7846, 5689, 9950, 9639, 7942, 10568, 8743, 5907, 12630, 10314, 6113, 9643, 7637, 6658, 13383, 7510, 5984, 10103, 8793, 6898, 10748, 6267, 7405, 12175, 7620, 6262, 9040, 8057, 8339, 10769, 6114, 8752, 9337, 7019, 8504, 7405, 6252, 12261, 8069, 5757, 8548, 6620, 12376, 7796, 5656, 9293, 7545, 6756, 8488, 5632, 10588, 9949, 7398, 9787, 6881, 7013, 11742, 7270, 7324, 9648, 7742, 14243, 8367, 8098, 8749, 7255, 11853, 6943, 6949, 8303, 7087, 12043, 7230, 5634, 8789, 7214, 13375, 8069, 6332, 9304, 7522, 11670, 6354, 9224, 7704, 6618, 11476, 7100, 5909, 8518, 6809, 13229, 8354, 5855, 9293, 6874, 11430, 7463, 5809, 8533, 6911, 12557, 7325, 6934, 7546, 6562, 10127, 6354, 9633, 6981, 6550, 9908, 6555, 9201, 6986, 7436, 9336, 6433, 9640, 7016, 7536, 9466, 6586, 9645, 7065, 6424, 9499, 6607, 9610, 6944, 7639, 9749, 6351, 9554, 7183, 6986, 10288, 6713, 8562, 6985, 6260, 10200, 6859, 7203, 7511, 6403, 9650, 6611, 9107, 7814, 6901, 10900, 7071, 5964, 8451, 6786, 11020, 7931, 5963, 8874, 7755, 9476, 10914, 6280, 9791, 9377, 7772, 10658, 6629, 5883, 11644, 10131, 6001, 8736, 7528, 9760, 11563, 7077, 5679, 6985, 6714, 6391, 12118, 7948, 5921, 9333, 7048, 8478, 9417, 7155, 14127, 13321, 10781, 13817, 7893, 10347, 12902, 6236, 8422, 9910, 7226, 6411, 8646, 9222, 8646, 9171, 10753, 6144, 7200, 10906, 7209, 5536, 8836, 8073, 6819, 9946, 7042, 5513, 10330, 9910, 5985, 6082, 8091, 6939, 8534, 10529, 6885, 6120, 10404, 8991, 6710, 9636, 6796, 5895, 12960, 9257, 5700, 9716, 9391, 7591, 11617, 7021, 5929, 12162, 8703, 5695, 9134, 6952, 6013, 12362, 7688, 5971, 9007, 7332, 6490, 11992, 7673, 5957, 8543, 8742, 7209, 8842, 8382, 5918, 9394, 8764, 7443, 6500, 8443, 6335, 9547, 9679, 6522, 5818, 8716, 6595, 10274, 10661, 6341, 7089, 8371, 7146, 13440, 8087, 5787, 9285, 8037, 6772, 10187, 6552, 5905, 8890, 7646, 6436, 10083, 6624, 5984, 9845, 8748, 8960, 11206, 6457, 7808, 9333, 8202, 10984, 7682, 5792, 10828, 9928, 5964, 8887, 6342, 5985, 11223, 7334, 6045, 8616, 6405, 8291, 9796, 6405, 5612, 8850, 7804, 8665, 10434, 6330, 5687, 8634, 7228, 7614, 9470, 6177, 6639, 8561, 7195, 8588, 8432, 5574, 9994, 8597, 6762, 9766, 6095, 6439, 8734, 6609, 7188, 7386, 5616, 11051, 9968, 6440, 9663, 7117, 6863, 12129, 7706, 8019, 7893, 6125, 12247, 8716, 6086, 8907, 7370, 8678, 10506, 6154, 5888, 8182, 7578, 8606, 8788, 6161, 7838, 10285, 6952, 5800, 8397, 6691, 8771, 10137, 6432, 5720, 8810, 7769, 7786, 10028, 6325, 5781, 10337, 9131, 5706, 7386, 7480, 6428, 12963, 9544, 5791, 9208, 7821, 8320, 9807, 5966, 8976, 9160, 7146, 10038, 6189, 5717, 10123, 7499, 5725, 8352, 5820, 10642, 9469, 6568, 8776, 6664, 5919, 10544, 7285, 5734, 8141, 6585, 8490, 9664, 6310, 5780, 7957, 6817, 9793, 8283, 5742, 10091, 9263, 6858, 10064, 6318, 6044, 8764, 6853, 8340, 7141, 5767, 10740, 9819, 5761, 8459, 7261, 6293, 11554, 8381, 5601, 8607, 9319, 7314, 10234, 7442, 5703, 10627, 8978, 6918, 9169, 6571, 6341, 10836, 7555, 5953, 8496, 7695, 6909, 9530, 6532, 5759, 9670, 7698, 5902, 8563, 5857, 10334, 9264, 6863, 9668, 6982, 6030, 10724, 7692, 6178, 8817, 5953, 10539, 8300, 7208, 8053, 7770, 6022, 10394, 8259, 6431, 5961, 7922, 6731, 9165, 9310, 6046, 5723, 8290, 7620, 8673, 9347, 6039, 6949, 8477, 7170, 7352, 8579, 5748, 8267, 10028, 6849, 6734, 8148, 6841, 10886, 11119, 6130, 8435, 7785, 6738, 10650, 7569, 5753, 9760, 8448, 6913, 9032, 6976, 5965, 10949, 10190, 6038, 7973, 7804, 6625, 11701, 8261, 5750, 8641, 7864, 6502, 8926, 6809, 5856, 10122, 9246, 7209, 10374, 7292, 5958, 10178, 8539, 7479, 9730, 6581, 5914, 9857, 8164, 5904, 8138, 6064, 8035, 9116, 6891, 5811, 8132, 6533, 7025, 12297, 10017, 6251, 8515, 6779, 7536, 10388, 6667, 6434, 8333, 7153, 9364, 10498, 6110, 5964, 8568, 7258, 6706, 8662, 6044, 9388, 9578, 7041, 6490, 8578, 6872, 10255, 10413, 6295, 6085, 8272, 7561, 6538, 9197, 6009, 8777, 9984, 6849, 6290, 7979, 7010, 7576, 9110, 6340, 5727, 9400, 7968, 6545, 9307, 6345, 7560, 9707], 'WindowCenter': [3591.0, 3597.0, 3628.0, 3584.0, 3551.0, 3614.0, 3593.0, 3570.0, 3603.0, 3571.0, 3550.0, 3613.0, 3572.0, 3571.0, 3581.0, 3560.0, 3624.0, 3594.0, 3562.0, 3593.0, 3562.0, 3625.0, 3615.0, 3573.0, 3627.0, 3585.0, 3575.0, 3628.0, 3586.0, 3574.0, 3617.0, 3585.0, 3639.0, 3607.0, 3584.0, 3615.0, 3583.0, 3636.0, 3606.0, 3563.0, 3615.0, 3584.0, 3624.0, 3605.0, 3563.0, 3625.0, 3604.0, 3583.0, 3625.0, 3561.0, 3624.0, 3614.0, 3592.0, 3614.0, 3560.0, 3601.0, 3613.0, 3572.0, 3625.0, 3572.0, 3570.0, 3615.0, 3583.0, 3573.0, 3593.0, 3563.0, 3636.0, 3605.0, 3572.0, 3615.0, 3584.0, 3637.0, 3606.0, 3563.0, 3614.0, 3595.0, 3614.0, 3604.0, 3574.0, 3615.0, 3615.0, 3582.0, 3624.0, 3574.0, 3615.0, 3615.0, 3584.0, 3626.0, 3574.0, 3573.0, 3616.0, 3583.0, 3626.0, 3574.0, 3571.0, 3614.0, 3583.0, 3583.0, 3594.0, 3573.0, 3626.0, 3595.0, 3574.0, 3605.0, 3573.0, 3638.0, 3606.0, 3564.0, 3606.0, 3584.0, 3605.0, 3616.0, 3564.0, 3625.0, 3617.0, 3595.0, 3625.0, 3574.0, 3624.0, 3616.0, 3583.0, 3602.0, 3551.0, 3613.0, 3605.0, 3562.0, 3614.0, 3574.0, 3584.0, 3627.0, 3595.0, 3595.0, 3604.0, 3571.0, 3636.0, 3604.0, 3562.0, 3614.0, 3604.0, 3593.0, 3624.0, 3572.0, 3612.0, 3603.0, 3582.0, 3623.0, 3570.0, 3560.0, 3625.0, 3605.0, 3571.0, 3614.0, 3571.0, 3623.0, 3613.0, 3561.0, 3613.0, 3561.0, 3582.0, 3625.0, 3583.0, 3575.0, 3603.0, 3584.0, 3604.0, 3615.0, 3574.0, 3625.0, 3594.0, 3626.0, 3593.0, 3563.0, 3614.0, 3605.0, 3593.0, 3614.0, 3561.0, 3602.0, 3604.0, 3573.0, 3625.0, 3572.0, 3581.0, 3624.0, 3582.0, 3591.0, 3592.0, 3582.0, 3635.0, 3603.0, 3551.0, 3602.0, 3593.0, 3582.0, 3614.0, 3563.0, 3613.0, 3593.0, 3582.0, 3615.0, 3572.0, 3562.0, 3604.0, 3583.0, 3624.0, 3592.0, 3561.0, 3614.0, 3592.0, 3593.0, 3614.0, 3561.0, 3613.0, 3603.0, 3572.0, 3614.0, 3562.0, 3571.0, 3603.0, 3582.0, 3614.0, 3572.0, 3570.0, 3625.0, 3583.0, 3581.0, 3581.0, 3571.0, 3625.0, 3583.0, 3561.0, 3602.0, 3570.0, 3624.0, 3581.0, 3561.0, 3613.0, 3615.0, 3584.0, 3616.0, 3574.0, 3593.0, 3615.0, 3574.0, 3625.0, 3572.0, 3614.0, 3615.0, 3583.0, 3624.0, 3583.0, 3582.0, 3625.0, 3594.0, 3562.0, 3613.0, 3604.0, 3583.0, 3614.0, 3562.0, 3624.0, 3614.0, 3593.0, 3614.0, 3550.0, 3601.0, 3581.0, 3570.0, 3580.0, 3550.0, 3613.0, 3593.0, 3561.0, 3603.0, 3561.0, 3614.0, 3614.0, 3584.0, 3614.0, 3574.0, 3583.0, 3616.0, 3584.0, 3626.0, 3584.0, 3604.0, 3615.0, 3583.0, 3615.0, 3572.0, 3624.0, 3603.0, 3571.0, 3614.0, 3551.0, 3624.0, 3603.0, 3571.0, 3603.0, 3561.0, 3603.0, 3581.0, 3613.0, 3562.0, 3550.0, 3604.0, 3572.0, 3625.0, 3574.0, 3563.0, 3616.0, 3594.0, 3626.0, 3586.0, 3604.0, 3606.0, 3615.0, 3626.0, 3563.0, 3615.0, 3594.0, 3624.0, 3614.0, 3562.0, 3613.0, 3560.0, 3613.0, 3591.0, 3612.0, 3560.0, 3560.0, 3591.0, 3571.0, 3624.0, 3584.0, 3615.0, 3573.0, 3623.0, 3604.0, 3561.0, 3614.0, 3561.0, 3625.0, 3604.0, 3582.0, 3593.0, 3561.0, 3614.0, 3593.0, 3624.0, 3572.0, 3562.0, 3605.0, 3618.0, 3606.0, 3617.0, 3566.0, 3605.0, 3607.0, 3575.0, 3585.0, 3618.0, 3617.0, 3627.0, 3585.0, 3625.0, 3592.0, 3602.0, 3602.0, 3559.0, 3601.0, 3559.0, 3610.0, 3601.0, 3559.0, 3591.0, 3549.0, 3591.0, 3603.0, 3561.0, 3625.0, 3573.0, 3625.0, 3605.0, 3613.0, 3562.0, 3613.0, 3604.0, 3624.0, 3572.0, 3549.0, 3602.0, 3581.0, 3613.0, 3561.0, 3613.0, 3571.0, 3613.0, 3613.0, 3551.0, 3614.0, 3548.0, 3611.0, 3570.0, 3591.0, 3569.0, 3549.0, 3613.0, 3581.0, 3613.0, 3572.0, 3624.0, 3603.0, 3611.0, 3560.0, 3600.0, 3580.0, 3622.0, 3592.0, 3548.0, 3580.0, 3549.0, 3613.0, 3583.0, 3551.0, 3604.0, 3582.0, 3626.0, 3584.0, 3625.0, 3583.0, 3623.0, 3602.0, 3570.0, 3581.0, 3548.0, 3600.0, 3558.0, 3623.0, 3581.0, 3561.0, 3613.0, 3581.0, 3623.0, 3569.0, 3548.0, 3593.0, 3591.0, 3613.0, 3571.0, 3613.0, 3571.0, 3611.0, 3612.0, 3570.0, 3602.0, 3550.0, 3602.0, 3593.0, 3571.0, 3592.0, 3551.0, 3613.0, 3583.0, 3613.0, 3584.0, 3550.0, 3603.0, 3582.0, 3625.0, 3573.0, 3614.0, 3572.0, 3571.0, 3615.0, 3572.0, 3593.0, 3583.0, 3572.0, 3626.0, 3595.0, 3563.0, 3605.0, 3573.0, 3637.0, 3605.0, 3561.0, 3604.0, 3593.0, 3636.0, 3594.0, 3551.0, 3602.0, 3593.0, 3594.0, 3613.0, 3561.0, 3624.0, 3614.0, 3592.0, 3614.0, 3539.0, 3612.0, 3602.0, 3570.0, 3579.0, 3549.0, 3611.0, 3613.0, 3560.0, 3613.0, 3561.0, 3623.0, 3613.0, 3571.0, 3612.0, 3561.0, 3601.0, 3613.0, 3580.0, 3613.0, 3561.0, 3589.0, 3613.0, 3571.0, 3612.0, 3561.0, 3560.0, 3613.0, 3583.0, 3581.0, 3593.0, 3581.0, 3612.0, 3571.0, 3592.0, 3571.0, 3550.0, 3614.0, 3583.0, 3551.0, 3604.0, 3549.0, 3602.0, 3583.0, 3571.0, 3604.0, 3552.0, 3625.0, 3616.0, 3594.0, 3625.0, 3562.0, 3624.0, 3614.0, 3582.0, 3614.0, 3561.0, 3561.0, 3636.0, 3606.0, 3564.0, 3616.0, 3606.0, 3606.0, 3638.0, 3596.0, 3562.0, 3614.0, 3594.0, 3614.0, 3603.0, 3550.0, 3624.0, 3614.0, 3583.0, 3613.0, 3571.0, 3560.0, 3624.0, 3593.0, 3561.0, 3603.0, 3572.0, 3592.0, 3624.0, 3572.0, 3569.0, 3580.0, 3569.0, 3624.0, 3581.0, 3550.0, 3591.0, 3593.0, 3602.0, 3613.0, 3560.0, 3601.0, 3601.0, 3570.0, 3612.0, 3570.0, 3558.0, 3623.0, 3591.0, 3560.0, 3601.0, 3560.0, 3591.0, 3612.0, 3559.0, 3549.0, 3602.0, 3583.0, 3616.0, 3627.0, 3573.0, 3593.0, 3624.0, 3593.0, 3572.0, 3603.0, 3604.0, 3583.0, 3625.0, 3583.0, 3561.0, 3625.0, 3614.0, 3562.0, 3613.0, 3583.0, 3572.0, 3625.0, 3593.0, 3562.0, 3614.0, 3615.0, 3594.0, 3615.0, 3604.0, 3551.0, 3625.0, 3614.0, 3561.0, 3614.0, 3582.0, 3572.0, 3637.0, 3583.0, 3561.0, 3614.0, 3604.0, 3583.0, 3625.0, 3573.0, 3583.0, 3626.0, 3594.0, 3573.0, 3604.0, 3594.0, 3593.0, 3614.0, 3562.0, 3593.0, 3604.0, 3584.0, 3604.0, 3584.0, 3572.0, 3625.0, 3595.0, 3551.0, 3603.0, 3572.0, 3626.0, 3594.0, 3562.0, 3604.0, 3595.0, 3573.0, 3605.0, 3564.0, 3626.0, 3616.0, 3584.0, 3616.0, 3585.0, 3584.0, 3638.0, 3596.0, 3594.0, 3616.0, 3593.0, 3637.0, 3594.0, 3593.0, 3593.0, 3581.0, 3625.0, 3572.0, 3570.0, 3592.0, 3571.0, 3624.0, 3582.0, 3549.0, 3592.0, 3582.0, 3635.0, 3593.0, 3560.0, 3602.0, 3580.0, 3613.0, 3560.0, 3601.0, 3581.0, 3570.0, 3624.0, 3583.0, 3550.0, 3592.0, 3571.0, 3635.0, 3593.0, 3550.0, 3603.0, 3571.0, 3625.0, 3583.0, 3551.0, 3603.0, 3571.0, 3625.0, 3583.0, 3582.0, 3593.0, 3571.0, 3614.0, 3573.0, 3614.0, 3583.0, 3572.0, 3615.0, 3573.0, 3614.0, 3584.0, 3582.0, 3604.0, 3573.0, 3614.0, 3583.0, 3582.0, 3615.0, 3573.0, 3615.0, 3584.0, 3572.0, 3615.0, 3573.0, 3615.0, 3583.0, 3593.0, 3615.0, 3573.0, 3615.0, 3584.0, 3582.0, 3615.0, 3573.0, 3604.0, 3584.0, 3572.0, 3626.0, 3585.0, 3595.0, 3595.0, 3572.0, 3617.0, 3585.0, 3616.0, 3595.0, 3584.0, 3628.0, 3586.0, 3573.0, 3606.0, 3585.0, 3628.0, 3607.0, 3575.0, 3617.0, 3596.0, 3617.0, 3627.0, 3574.0, 3615.0, 3615.0, 3594.0, 3626.0, 3573.0, 3562.0, 3638.0, 3627.0, 3574.0, 3604.0, 3594.0, 3615.0, 3637.0, 3584.0, 3564.0, 3595.0, 3585.0, 3585.0, 3625.0, 3592.0, 3559.0, 3603.0, 3584.0, 3605.0, 3617.0, 3585.0, 3637.0, 3638.0, 3612.0, 3622.0, 3567.0, 3588.0, 3611.0, 3546.0, 3577.0, 3587.0, 3567.0, 3546.0, 3588.0, 3588.0, 3577.0, 3588.0, 3598.0, 3545.0, 3566.0, 3599.0, 3568.0, 3536.0, 3588.0, 3578.0, 3569.0, 3601.0, 3570.0, 3550.0, 3613.0, 3613.0, 3561.0, 3561.0, 3593.0, 3583.0, 3605.0, 3626.0, 3586.0, 3563.0, 3615.0, 3605.0, 3572.0, 3602.0, 3572.0, 3551.0, 3637.0, 3615.0, 3563.0, 3615.0, 3604.0, 3593.0, 3625.0, 3571.0, 3560.0, 3624.0, 3603.0, 3551.0, 3604.0, 3582.0, 3561.0, 3636.0, 3592.0, 3560.0, 3602.0, 3582.0, 3571.0, 3626.0, 3594.0, 3563.0, 3604.0, 3605.0, 3595.0, 3616.0, 3604.0, 3563.0, 3615.0, 3606.0, 3595.0, 3574.0, 3605.0, 3574.0, 3616.0, 3616.0, 3574.0, 3563.0, 3605.0, 3584.0, 3627.0, 3627.0, 3575.0, 3584.0, 3605.0, 3584.0, 3638.0, 3595.0, 3563.0, 3615.0, 3594.0, 3584.0, 3615.0, 3574.0, 3562.0, 3615.0, 3596.0, 3575.0, 3627.0, 3585.0, 3575.0, 3616.0, 3605.0, 3616.0, 3627.0, 3573.0, 3592.0, 3604.0, 3605.0, 3625.0, 3593.0, 3550.0, 3614.0, 3615.0, 3562.0, 3604.0, 3572.0, 3561.0, 3625.0, 3583.0, 3562.0, 3603.0, 3572.0, 3605.0, 3616.0, 3574.0, 3562.0, 3605.0, 3595.0, 3606.0, 3626.0, 3573.0, 3563.0, 3605.0, 3594.0, 3595.0, 3615.0, 3563.0, 3573.0, 3605.0, 3585.0, 3605.0, 3605.0, 3553.0, 3615.0, 3606.0, 3584.0, 3615.0, 3574.0, 3573.0, 3605.0, 3584.0, 3585.0, 3595.0, 3564.0, 3627.0, 3628.0, 3575.0, 3616.0, 3585.0, 3573.0, 3637.0, 3595.0, 3594.0, 3594.0, 3562.0, 3637.0, 3604.0, 3562.0, 3604.0, 3582.0, 3605.0, 3625.0, 3563.0, 3551.0, 3604.0, 3595.0, 3605.0, 3605.0, 3563.0, 3593.0, 3627.0, 3585.0, 3563.0, 3604.0, 3584.0, 3605.0, 3626.0, 3574.0, 3562.0, 3604.0, 3594.0, 3594.0, 3615.0, 3573.0, 3562.0, 3626.0, 3617.0, 3564.0, 3595.0, 3595.0, 3574.0, 3638.0, 3617.0, 3563.0, 3615.0, 3593.0, 3593.0, 3614.0, 3561.0, 3603.0, 3604.0, 3583.0, 3614.0, 3562.0, 3551.0, 3615.0, 3583.0, 3552.0, 3593.0, 3551.0, 3614.0, 3614.0, 3572.0, 3605.0, 3583.0, 3561.0, 3626.0, 3594.0, 3563.0, 3605.0, 3584.0, 3606.0, 3616.0, 3574.0, 3563.0, 3594.0, 3585.0, 3616.0, 3606.0, 3564.0, 3626.0, 3616.0, 3585.0, 3627.0, 3575.0, 3562.0, 3605.0, 3574.0, 3605.0, 3584.0, 3563.0, 3626.0, 3627.0, 3563.0, 3606.0, 3594.0, 3573.0, 3627.0, 3606.0, 3564.0, 3606.0, 3617.0, 3596.0, 3628.0, 3595.0, 3564.0, 3626.0, 3617.0, 3585.0, 3616.0, 3583.0, 3573.0, 3627.0, 3595.0, 3574.0, 3605.0, 3594.0, 3585.0, 3617.0, 3574.0, 3563.0, 3616.0, 3596.0, 3563.0, 3605.0, 3562.0, 3615.0, 3616.0, 3574.0, 3615.0, 3584.0, 3562.0, 3626.0, 3595.0, 3561.0, 3604.0, 3562.0, 3614.0, 3604.0, 3584.0, 3594.0, 3593.0, 3563.0, 3615.0, 3605.0, 3573.0, 3574.0, 3605.0, 3585.0, 3618.0, 3618.0, 3577.0, 3565.0, 3607.0, 3597.0, 3617.0, 3618.0, 3575.0, 3585.0, 3606.0, 3586.0, 3595.0, 3606.0, 3564.0, 3606.0, 3628.0, 3586.0, 3585.0, 3606.0, 3584.0, 3627.0, 3627.0, 3564.0, 3604.0, 3594.0, 3573.0, 3626.0, 3594.0, 3563.0, 3615.0, 3605.0, 3585.0, 3605.0, 3584.0, 3562.0, 3627.0, 3626.0, 3575.0, 3595.0, 3595.0, 3573.0, 3637.0, 3605.0, 3562.0, 3603.0, 3594.0, 3574.0, 3616.0, 3585.0, 3564.0, 3626.0, 3616.0, 3585.0, 3627.0, 3585.0, 3562.0, 3615.0, 3604.0, 3584.0, 3615.0, 3572.0, 3550.0, 3613.0, 3594.0, 3551.0, 3593.0, 3563.0, 3593.0, 3604.0, 3582.0, 3562.0, 3594.0, 3573.0, 3583.0, 3637.0, 3616.0, 3574.0, 3604.0, 3573.0, 3593.0, 3614.0, 3573.0, 3572.0, 3604.0, 3583.0, 3614.0, 3625.0, 3563.0, 3561.0, 3604.0, 3595.0, 3573.0, 3605.0, 3563.0, 3615.0, 3615.0, 3584.0, 3573.0, 3604.0, 3571.0, 3615.0, 3625.0, 3573.0, 3561.0, 3604.0, 3595.0, 3574.0, 3615.0, 3563.0, 3604.0, 3616.0, 3573.0, 3572.0, 3593.0, 3583.0, 3594.0, 3615.0, 3574.0, 3563.0, 3616.0, 3605.0, 3573.0, 3616.0, 3574.0, 3594.0, 3616.0], 'WindowWidth': [8152.0, 8152.0, 8191.0, 8128.0, 8081.0, 8164.0, 8135.0, 8103.0, 8148.0, 8105.0, 8075.0, 8161.0, 8107.0, 8106.0, 8118.0, 8091.0, 8179.0, 8138.0, 8095.0, 8137.0, 8096.0, 8183.0, 8171.0, 8114.0, 8188.0, 8130.0, 8116.0, 8191.0, 8135.0, 8116.0, 8176.0, 8131.0, 8206.0, 8161.0, 8126.0, 8169.0, 8123.0, 8199.0, 8157.0, 8098.0, 8166.0, 8127.0, 8179.0, 8154.0, 8097.0, 8180.0, 8153.0, 8123.0, 8181.0, 8094.0, 8178.0, 8165.0, 8133.0, 8165.0, 8092.0, 8143.0, 8163.0, 8109.0, 8181.0, 8108.0, 8103.0, 8167.0, 8124.0, 8111.0, 8138.0, 8097.0, 8201.0, 8157.0, 8112.0, 8169.0, 8128.0, 8202.0, 8157.0, 8098.0, 8165.0, 8141.0, 8167.0, 8153.0, 8113.0, 8168.0, 8169.0, 8123.0, 8181.0, 8115.0, 8167.0, 8169.0, 8128.0, 8186.0, 8115.0, 8111.0, 8172.0, 8126.0, 8185.0, 8113.0, 8106.0, 8168.0, 8125.0, 8124.0, 8141.0, 8110.0, 8186.0, 8145.0, 8114.0, 8155.0, 8112.0, 8204.0, 8159.0, 8102.0, 8158.0, 8127.0, 8156.0, 8171.0, 8102.0, 8182.0, 8174.0, 8143.0, 8183.0, 8114.0, 8180.0, 8170.0, 8122.0, 8147.0, 8079.0, 8162.0, 8154.0, 8097.0, 8168.0, 8115.0, 8125.0, 8188.0, 8144.0, 8142.0, 8152.0, 8105.0, 8199.0, 8153.0, 8094.0, 8164.0, 8152.0, 8135.0, 8177.0, 8109.0, 8159.0, 8148.0, 8120.0, 8176.0, 8104.0, 8089.0, 8181.0, 8154.0, 8107.0, 8165.0, 8105.0, 8175.0, 8161.0, 8091.0, 8162.0, 8090.0, 8118.0, 8180.0, 8125.0, 8117.0, 8151.0, 8125.0, 8153.0, 8168.0, 8115.0, 8181.0, 8140.0, 8183.0, 8138.0, 8097.0, 8165.0, 8153.0, 8137.0, 8165.0, 8091.0, 8145.0, 8151.0, 8110.0, 8181.0, 8109.0, 8117.0, 8179.0, 8122.0, 8132.0, 8133.0, 8119.0, 8195.0, 8150.0, 8078.0, 8145.0, 8135.0, 8121.0, 8166.0, 8098.0, 8163.0, 8136.0, 8121.0, 8167.0, 8110.0, 8096.0, 8151.0, 8124.0, 8180.0, 8135.0, 8092.0, 8163.0, 8133.0, 8135.0, 8163.0, 8092.0, 8162.0, 8149.0, 8107.0, 8165.0, 8095.0, 8105.0, 8151.0, 8123.0, 8167.0, 8109.0, 8102.0, 8180.0, 8123.0, 8118.0, 8118.0, 8104.0, 8180.0, 8125.0, 8093.0, 8144.0, 8103.0, 8179.0, 8118.0, 8094.0, 8162.0, 8167.0, 8126.0, 8170.0, 8115.0, 8138.0, 8169.0, 8113.0, 8184.0, 8111.0, 8165.0, 8169.0, 8124.0, 8179.0, 8122.0, 8119.0, 8183.0, 8138.0, 8095.0, 8162.0, 8152.0, 8123.0, 8166.0, 8096.0, 8178.0, 8166.0, 8135.0, 8163.0, 8077.0, 8142.0, 8117.0, 8103.0, 8116.0, 8077.0, 8160.0, 8136.0, 8092.0, 8150.0, 8094.0, 8166.0, 8166.0, 8126.0, 8166.0, 8115.0, 8123.0, 8171.0, 8128.0, 8185.0, 8127.0, 8150.0, 8166.0, 8124.0, 8167.0, 8107.0, 8176.0, 8150.0, 8105.0, 8165.0, 8080.0, 8177.0, 8151.0, 8107.0, 8150.0, 8093.0, 8149.0, 8117.0, 8162.0, 8095.0, 8078.0, 8152.0, 8108.0, 8183.0, 8114.0, 8099.0, 8172.0, 8140.0, 8187.0, 8133.0, 8153.0, 8157.0, 8169.0, 8183.0, 8099.0, 8167.0, 8139.0, 8177.0, 8164.0, 8094.0, 8164.0, 8089.0, 8161.0, 8127.0, 8157.0, 8089.0, 8088.0, 8130.0, 8105.0, 8180.0, 8127.0, 8167.0, 8110.0, 8176.0, 8151.0, 8093.0, 8166.0, 8094.0, 8180.0, 8152.0, 8120.0, 8136.0, 8092.0, 8165.0, 8135.0, 8178.0, 8109.0, 8097.0, 8155.0, 8177.0, 8161.0, 8176.0, 8107.0, 8154.0, 8161.0, 8119.0, 8130.0, 8180.0, 8175.0, 8188.0, 8130.0, 8182.0, 8132.0, 8144.0, 8144.0, 8084.0, 8141.0, 8084.0, 8150.0, 8140.0, 8083.0, 8128.0, 8073.0, 8130.0, 8150.0, 8094.0, 8182.0, 8112.0, 8182.0, 8154.0, 8163.0, 8095.0, 8160.0, 8149.0, 8176.0, 8105.0, 8072.0, 8146.0, 8115.0, 8161.0, 8091.0, 8161.0, 8105.0, 8160.0, 8161.0, 8077.0, 8163.0, 8067.0, 8155.0, 8099.0, 8129.0, 8100.0, 8072.0, 8162.0, 8119.0, 8162.0, 8107.0, 8176.0, 8146.0, 8154.0, 8089.0, 8138.0, 8114.0, 8171.0, 8130.0, 8069.0, 8114.0, 8070.0, 8162.0, 8123.0, 8078.0, 8150.0, 8119.0, 8182.0, 8128.0, 8182.0, 8124.0, 8174.0, 8145.0, 8100.0, 8117.0, 8069.0, 8140.0, 8082.0, 8175.0, 8117.0, 8092.0, 8162.0, 8114.0, 8173.0, 8100.0, 8071.0, 8134.0, 8127.0, 8161.0, 8102.0, 8160.0, 8105.0, 8157.0, 8159.0, 8102.0, 8146.0, 8075.0, 8145.0, 8134.0, 8105.0, 8134.0, 8079.0, 8162.0, 8123.0, 8163.0, 8126.0, 8078.0, 8148.0, 8120.0, 8181.0, 8110.0, 8165.0, 8109.0, 8105.0, 8169.0, 8110.0, 8137.0, 8124.0, 8108.0, 8185.0, 8143.0, 8098.0, 8154.0, 8109.0, 8201.0, 8155.0, 8094.0, 8153.0, 8135.0, 8198.0, 8138.0, 8080.0, 8147.0, 8136.0, 8138.0, 8164.0, 8095.0, 8179.0, 8166.0, 8135.0, 8165.0, 8061.0, 8157.0, 8146.0, 8099.0, 8111.0, 8072.0, 8156.0, 8160.0, 8089.0, 8161.0, 8093.0, 8173.0, 8160.0, 8102.0, 8158.0, 8091.0, 8141.0, 8161.0, 8116.0, 8161.0, 8091.0, 8124.0, 8160.0, 8103.0, 8159.0, 8092.0, 8088.0, 8163.0, 8124.0, 8118.0, 8137.0, 8116.0, 8159.0, 8104.0, 8133.0, 8106.0, 8077.0, 8167.0, 8124.0, 8079.0, 8152.0, 8074.0, 8146.0, 8121.0, 8106.0, 8151.0, 8082.0, 8181.0, 8172.0, 8139.0, 8182.0, 8096.0, 8179.0, 8166.0, 8120.0, 8165.0, 8094.0, 8093.0, 8200.0, 8158.0, 8103.0, 8171.0, 8157.0, 8158.0, 8205.0, 8146.0, 8096.0, 8164.0, 8138.0, 8164.0, 8149.0, 8076.0, 8176.0, 8165.0, 8122.0, 8162.0, 8105.0, 8087.0, 8178.0, 8135.0, 8093.0, 8148.0, 8106.0, 8132.0, 8177.0, 8107.0, 8098.0, 8113.0, 8099.0, 8177.0, 8116.0, 8075.0, 8130.0, 8134.0, 8146.0, 8160.0, 8090.0, 8143.0, 8143.0, 8102.0, 8158.0, 8102.0, 8084.0, 8176.0, 8131.0, 8088.0, 8143.0, 8086.0, 8130.0, 8158.0, 8087.0, 8074.0, 8144.0, 8124.0, 8170.0, 8187.0, 8110.0, 8133.0, 8178.0, 8135.0, 8106.0, 8148.0, 8150.0, 8121.0, 8180.0, 8122.0, 8091.0, 8180.0, 8165.0, 8094.0, 8162.0, 8124.0, 8107.0, 8182.0, 8137.0, 8094.0, 8165.0, 8166.0, 8138.0, 8167.0, 8150.0, 8079.0, 8179.0, 8163.0, 8092.0, 8164.0, 8120.0, 8107.0, 8200.0, 8124.0, 8092.0, 8165.0, 8150.0, 8123.0, 8180.0, 8112.0, 8123.0, 8184.0, 8139.0, 8109.0, 8150.0, 8137.0, 8137.0, 8165.0, 8094.0, 8133.0, 8152.0, 8124.0, 8152.0, 8125.0, 8108.0, 8182.0, 8140.0, 8079.0, 8149.0, 8108.0, 8184.0, 8138.0, 8096.0, 8153.0, 8140.0, 8111.0, 8154.0, 8100.0, 8183.0, 8171.0, 8127.0, 8170.0, 8130.0, 8126.0, 8205.0, 8145.0, 8140.0, 8169.0, 8137.0, 8200.0, 8140.0, 8134.0, 8133.0, 8117.0, 8178.0, 8106.0, 8102.0, 8134.0, 8102.0, 8178.0, 8119.0, 8073.0, 8130.0, 8119.0, 8195.0, 8135.0, 8087.0, 8145.0, 8113.0, 8159.0, 8086.0, 8143.0, 8115.0, 8100.0, 8177.0, 8122.0, 8075.0, 8132.0, 8103.0, 8193.0, 8136.0, 8076.0, 8147.0, 8102.0, 8180.0, 8122.0, 8078.0, 8149.0, 8105.0, 8181.0, 8123.0, 8121.0, 8135.0, 8105.0, 8166.0, 8109.0, 8166.0, 8125.0, 8108.0, 8169.0, 8112.0, 8166.0, 8125.0, 8120.0, 8153.0, 8110.0, 8166.0, 8124.0, 8120.0, 8167.0, 8110.0, 8169.0, 8127.0, 8107.0, 8169.0, 8112.0, 8169.0, 8124.0, 8135.0, 8168.0, 8111.0, 8168.0, 8126.0, 8120.0, 8168.0, 8111.0, 8153.0, 8125.0, 8109.0, 8186.0, 8130.0, 8142.0, 8144.0, 8110.0, 8173.0, 8130.0, 8172.0, 8141.0, 8128.0, 8191.0, 8134.0, 8114.0, 8158.0, 8129.0, 8192.0, 8162.0, 8119.0, 8174.0, 8147.0, 8175.0, 8187.0, 8115.0, 8169.0, 8167.0, 8140.0, 8186.0, 8112.0, 8097.0, 8203.0, 8188.0, 8114.0, 8154.0, 8140.0, 8168.0, 8201.0, 8127.0, 8103.0, 8144.0, 8133.0, 8132.0, 8181.0, 8133.0, 8087.0, 8148.0, 8126.0, 8156.0, 8174.0, 8130.0, 8201.0, 8204.0, 8158.0, 8171.0, 8089.0, 8116.0, 8153.0, 8061.0, 8100.0, 8116.0, 8090.0, 8063.0, 8120.0, 8118.0, 8104.0, 8118.0, 8131.0, 8060.0, 8086.0, 8136.0, 8092.0, 8050.0, 8120.0, 8108.0, 8098.0, 8143.0, 8100.0, 8075.0, 8159.0, 8161.0, 8092.0, 8092.0, 8134.0, 8124.0, 8155.0, 8185.0, 8132.0, 8099.0, 8166.0, 8153.0, 8106.0, 8147.0, 8107.0, 8078.0, 8201.0, 8168.0, 8097.0, 8167.0, 8152.0, 8136.0, 8180.0, 8104.0, 8088.0, 8178.0, 8149.0, 8079.0, 8150.0, 8120.0, 8091.0, 8198.0, 8134.0, 8091.0, 8147.0, 8120.0, 8105.0, 8183.0, 8138.0, 8097.0, 8151.0, 8154.0, 8144.0, 8171.0, 8153.0, 8098.0, 8167.0, 8157.0, 8144.0, 8114.0, 8155.0, 8113.0, 8173.0, 8172.0, 8115.0, 8099.0, 8153.0, 8127.0, 8187.0, 8185.0, 8116.0, 8127.0, 8155.0, 8127.0, 8203.0, 8142.0, 8099.0, 8167.0, 8139.0, 8126.0, 8169.0, 8114.0, 8097.0, 8168.0, 8145.0, 8116.0, 8188.0, 8132.0, 8116.0, 8172.0, 8157.0, 8172.0, 8185.0, 8111.0, 8134.0, 8152.0, 8154.0, 8181.0, 8135.0, 8076.0, 8164.0, 8168.0, 8095.0, 8152.0, 8109.0, 8091.0, 8183.0, 8124.0, 8095.0, 8150.0, 8108.0, 8153.0, 8170.0, 8114.0, 8098.0, 8154.0, 8141.0, 8157.0, 8184.0, 8112.0, 8098.0, 8156.0, 8141.0, 8142.0, 8167.0, 8100.0, 8111.0, 8154.0, 8129.0, 8155.0, 8156.0, 8085.0, 8168.0, 8157.0, 8127.0, 8168.0, 8115.0, 8110.0, 8156.0, 8129.0, 8130.0, 8143.0, 8100.0, 8187.0, 8189.0, 8116.0, 8172.0, 8129.0, 8109.0, 8199.0, 8143.0, 8139.0, 8137.0, 8093.0, 8201.0, 8153.0, 8096.0, 8150.0, 8121.0, 8154.0, 8180.0, 8098.0, 8079.0, 8151.0, 8142.0, 8154.0, 8154.0, 8099.0, 8137.0, 8185.0, 8129.0, 8097.0, 8153.0, 8125.0, 8157.0, 8185.0, 8114.0, 8096.0, 8151.0, 8140.0, 8140.0, 8169.0, 8110.0, 8096.0, 8185.0, 8173.0, 8103.0, 8145.0, 8143.0, 8114.0, 8204.0, 8173.0, 8099.0, 8167.0, 8138.0, 8137.0, 8164.0, 8092.0, 8149.0, 8151.0, 8123.0, 8166.0, 8096.0, 8078.0, 8168.0, 8124.0, 8081.0, 8136.0, 8079.0, 8164.0, 8165.0, 8108.0, 8154.0, 8124.0, 8093.0, 8185.0, 8142.0, 8099.0, 8155.0, 8126.0, 8157.0, 8171.0, 8114.0, 8098.0, 8138.0, 8129.0, 8172.0, 8160.0, 8103.0, 8184.0, 8172.0, 8131.0, 8187.0, 8116.0, 8095.0, 8156.0, 8113.0, 8155.0, 8125.0, 8096.0, 8184.0, 8188.0, 8099.0, 8157.0, 8140.0, 8111.0, 8189.0, 8158.0, 8103.0, 8157.0, 8172.0, 8146.0, 8189.0, 8143.0, 8101.0, 8185.0, 8173.0, 8128.0, 8170.0, 8125.0, 8110.0, 8187.0, 8143.0, 8114.0, 8156.0, 8141.0, 8129.0, 8173.0, 8114.0, 8099.0, 8171.0, 8145.0, 8098.0, 8156.0, 8097.0, 8169.0, 8170.0, 8113.0, 8168.0, 8127.0, 8094.0, 8184.0, 8141.0, 8093.0, 8152.0, 8096.0, 8165.0, 8153.0, 8127.0, 8139.0, 8138.0, 8099.0, 8168.0, 8156.0, 8113.0, 8113.0, 8156.0, 8130.0, 8177.0, 8177.0, 8124.0, 8106.0, 8161.0, 8148.0, 8177.0, 8176.0, 8119.0, 8129.0, 8160.0, 8134.0, 8144.0, 8159.0, 8103.0, 8157.0, 8190.0, 8133.0, 8131.0, 8157.0, 8128.0, 8189.0, 8187.0, 8100.0, 8152.0, 8138.0, 8112.0, 8186.0, 8141.0, 8099.0, 8168.0, 8156.0, 8129.0, 8157.0, 8127.0, 8097.0, 8187.0, 8184.0, 8117.0, 8142.0, 8140.0, 8111.0, 8201.0, 8154.0, 8096.0, 8150.0, 8140.0, 8113.0, 8171.0, 8128.0, 8101.0, 8185.0, 8171.0, 8128.0, 8187.0, 8128.0, 8094.0, 8166.0, 8152.0, 8125.0, 8167.0, 8108.0, 8077.0, 8162.0, 8137.0, 8078.0, 8135.0, 8097.0, 8133.0, 8153.0, 8121.0, 8096.0, 8141.0, 8112.0, 8125.0, 8202.0, 8171.0, 8114.0, 8153.0, 8111.0, 8136.0, 8166.0, 8111.0, 8109.0, 8151.0, 8123.0, 8166.0, 8181.0, 8097.0, 8093.0, 8152.0, 8141.0, 8111.0, 8155.0, 8098.0, 8166.0, 8170.0, 8127.0, 8110.0, 8150.0, 8106.0, 8167.0, 8181.0, 8111.0, 8092.0, 8152.0, 8142.0, 8113.0, 8168.0, 8098.0, 8151.0, 8169.0, 8110.0, 8108.0, 8135.0, 8124.0, 8140.0, 8169.0, 8116.0, 8100.0, 8169.0, 8158.0, 8113.0, 8170.0, 8115.0, 8138.0, 8171.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.000552770323599053</td></tr>
<tr><td colspan=3>aqi</td><td>0.04153867561168114</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.39051497938382</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1087027317298572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.939003117235386</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>5775.1162</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1175959898203876</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.971586424625099</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.608431804717503</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6105370286690377</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8101362057284045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.404622179755066</td></tr>
<tr><td colspan=3>gcor</td><td>0.00265616</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008503586985170841</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019238319247961044</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8513612918978875</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>26.5632</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2948</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.1817</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302362.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.2068</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2224</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.489</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2806.8457</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.67</td></tr>
<tr><td colspan=3>tsnr</td><td>29.832023684866726</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>