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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:37:41.457500</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.999952, -0.00334601, -0.00916788, 0.00541033, 0.971883, 0.235403]</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.103031</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7854, -7181, 374, -75, -265, 19, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a887231a-2909-44a7-b52c-fe7ddebf058a||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.6827991008758545, 0.0145155293866992, -0.021930603310465813, 113.03199005126953], [0.008977105841040611, 2.6074905395507812, 0.6356909871101379, -104.07601165771484], [-0.02459675259888172, -0.6315683126449585, 2.6240077018737793, -22.23416519165039], [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': ['163741.457500', '163741.917500', '163742.377500', '163742.837500', '163743.297500', '163743.757500', '163744.217500', '163744.677500', '163745.137500', '163745.597500', '163746.057500', '163746.517500', '163746.977500', '163747.437500', '163747.897500', '163748.357500', '163748.817500', '163749.277500', '163749.737500', '163750.197500', '163750.657500', '163751.117500', '163751.577500', '163752.037500', '163752.497500', '163752.957500', '163753.417500', '163753.877500', '163754.337500', '163754.797500', '163755.257500', '163755.717500', '163756.177500', '163756.637500', '163757.097500', '163757.557500', '163758.017500', '163758.477500', '163758.937500', '163759.397500', '163759.857500', '163800.317500', '163800.777500', '163801.237500', '163801.697500', '163802.157500', '163802.617500', '163803.077500', '163803.537500', '163803.997500', '163804.457500', '163804.917500', '163805.377500', '163805.837500', '163806.297500', '163806.757500', '163807.217500', '163807.677500', '163808.137500', '163808.597500', '163809.057500', '163809.517500', '163809.977500', '163810.437500', '163810.897500', '163811.357500', '163811.817500', '163812.277500', '163812.737500', '163813.197500', '163813.657500', '163814.117500', '163814.577500', '163815.037500', '163815.497500', '163815.957500', '163816.417500', '163816.877500', '163817.337500', '163817.797500', '163818.257500', '163818.717500', '163819.177500', '163819.637500', '163820.097500', '163820.557500', '163821.017500', '163821.477500', '163821.937500', '163822.397500', '163822.857500', '163823.317500', '163823.777500', '163824.237500', '163824.697500', '163825.157500', '163825.617500', '163826.077500', '163826.537500', '163826.997500', '163827.457500', '163827.917500', '163828.377500', '163828.837500', '163829.297500', '163829.757500', '163830.217500', '163830.677500', '163831.137500', '163831.597500', '163832.057500', '163832.517500', '163832.977500', '163833.437500', '163833.897500', '163834.357500', '163834.817500', '163835.277500', '163835.737500', '163836.197500', '163836.657500', '163837.117500', '163837.577500', '163838.037500', '163838.497500', '163838.957500', '163839.417500', '163839.877500', '163840.337500', '163840.797500', '163841.257500', '163841.717500', '163842.177500', '163842.637500', '163843.097500', '163843.557500', '163844.017500', '163844.477500', '163844.937500', '163845.397500', '163845.857500', '163846.317500', '163846.777500', '163847.237500', '163847.697500', '163848.157500', '163848.617500', '163849.077500', '163849.537500', '163849.997500', '163850.457500', '163850.917500', '163851.377500', '163851.837500', '163852.297500', '163852.757500', '163853.217500', '163853.677500', '163854.137500', '163854.597500', '163855.057500', '163855.517500', '163855.977500', '163856.437500', '163856.897500', '163857.357500', '163857.817500', '163858.277500', '163858.737500', '163859.197500', '163859.657500', '163900.117500', '163900.577500', '163901.037500', '163901.497500', '163901.957500', '163902.417500', '163902.877500', '163903.337500', '163903.797500', '163904.257500', '163904.717500', '163905.177500', '163905.637500', '163906.097500', '163906.557500', '163907.017500', '163907.477500', '163907.937500', '163908.397500', '163908.857500', '163909.317500', '163909.777500', '163910.237500', '163910.697500', '163911.157500', '163911.617500', '163912.077500', '163912.537500', '163912.997500', '163913.457500', '163913.917500', '163914.377500', '163914.837500', '163915.297500', '163915.757500', '163916.217500', '163916.677500', '163917.137500', '163917.597500', '163918.057500', '163918.517500', '163918.977500', '163919.437500', '163919.897500', '163920.357500', '163920.817500', '163921.277500', '163921.737500', '163922.197500', '163922.657500', '163923.117500', '163923.577500', '163924.037500', '163924.497500', '163924.957500', '163925.417500', '163925.877500', '163926.337500', '163926.797500', '163927.257500', '163927.717500', '163928.177500', '163928.637500', '163929.097500', '163929.557500', '163930.017500', '163930.477500', '163930.937500', '163931.397500', '163931.857500', '163932.317500', '163932.777500', '163933.237500', '163933.697500', '163934.157500', '163934.617500', '163935.077500', '163935.537500', '163935.997500', '163936.457500', '163936.917500', '163937.377500', '163937.837500', '163938.297500', '163938.757500', '163939.217500', '163939.677500', '163940.137500', '163940.597500', '163941.057500', '163941.517500', '163941.977500', '163942.437500', '163942.897500', '163943.357500', '163943.817500', '163944.277500', '163944.737500', '163945.197500', '163945.657500', '163946.117500', '163946.577500', '163947.037500', '163947.497500', '163947.957500', '163948.417500', '163948.877500', '163949.337500', '163949.797500', '163950.257500', '163950.717500', '163951.177500', '163951.637500', '163952.097500', '163952.557500', '163953.017500', '163953.477500', '163953.937500', '163954.397500', '163954.857500', '163955.317500', '163955.777500', '163956.237500', '163956.697500', '163957.157500', '163957.617500', '163958.077500', '163958.537500', '163958.997500', '163959.457500', '163959.917500', '164000.377500', '164000.837500', '164001.297500', '164001.757500', '164002.217500', '164002.677500', '164003.137500', '164003.597500', '164004.057500', '164004.517500', '164004.977500', '164005.437500', '164005.897500', '164006.357500', '164006.817500', '164007.277500', '164007.737500', '164008.197500', '164008.657500', '164009.117500', '164009.577500', '164010.037500', '164010.497500', '164010.957500', '164011.417500', '164011.877500', '164012.337500', '164012.797500', '164013.257500', '164013.717500', '164014.177500', '164014.637500', '164015.097500', '164015.557500', '164016.017500', '164016.477500', '164016.937500', '164017.397500', '164017.857500', '164018.317500', '164018.777500', '164019.237500', '164019.697500', '164020.157500', '164020.617500', '164021.077500', '164021.537500', '164021.997500', '164022.457500', '164022.917500', '164023.377500', '164023.837500', '164024.297500', '164024.757500', '164025.217500', '164025.677500', '164026.137500', '164026.597500', '164027.057500', '164027.517500', '164027.977500', '164028.437500', '164028.897500', '164029.357500', '164029.817500', '164030.277500', '164030.737500', '164031.197500', '164031.657500', '164032.117500', '164032.577500', '164033.037500', '164033.497500', '164033.957500', '164034.417500', '164034.877500', '164035.337500', '164035.797500', '164036.257500', '164036.717500', '164037.177500', '164037.637500', '164038.097500', '164038.557500', '164039.017500', '164039.477500', '164039.937500', '164040.397500', '164040.857500', '164041.317500', '164041.777500', '164042.237500', '164042.697500', '164043.157500', '164043.617500', '164044.077500', '164044.537500', '164044.997500', '164045.457500', '164045.917500', '164046.377500', '164046.837500', '164047.297500', '164047.757500', '164048.217500', '164048.677500', '164049.137500', '164049.597500', '164050.057500', '164050.517500', '164050.977500', '164051.437500', '164051.897500', '164052.357500', '164052.817500', '164053.277500', '164053.737500', '164054.197500', '164054.657500', '164055.117500', '164055.577500', '164056.037500', '164056.497500', '164056.957500', '164057.417500', '164057.877500', '164058.337500', '164058.797500', '164059.257500', '164059.717500', '164100.177500', '164100.637500', '164101.097500', '164101.557500', '164102.017500', '164102.477500', '164102.937500', '164103.397500', '164103.857500', '164104.317500', '164104.777500', '164105.237500', '164105.697500', '164106.157500', '164106.617500', '164107.077500', '164107.537500', '164107.997500', '164108.457500', '164108.917500', '164109.377500', '164109.837500', '164110.297500', '164110.757500', '164111.217500', '164111.677500', '164112.137500', '164112.597500', '164113.057500', '164113.517500', '164113.977500', '164114.437500', '164114.897500', '164115.357500', '164115.817500', '164116.277500', '164116.737500', '164117.197500', '164117.657500', '164118.117500', '164118.577500', '164119.037500', '164119.497500', '164119.957500', '164120.417500', '164120.877500', '164121.337500', '164121.797500', '164122.257500', '164122.717500', '164123.177500', '164123.637500', '164124.097500', '164124.557500', '164125.017500', '164125.477500', '164125.937500', '164126.397500', '164126.857500', '164127.317500', '164127.777500', '164128.237500', '164128.697500', '164129.157500', '164129.617500', '164130.077500', '164130.537500', '164130.997500', '164131.457500', '164131.917500', '164132.377500', '164132.837500', '164133.297500', '164133.757500', '164134.217500', '164134.677500', '164135.137500', '164135.597500', '164136.057500', '164136.517500', '164136.977500', '164137.437500', '164137.897500', '164138.357500', '164138.817500', '164139.277500', '164139.737500', '164140.197500', '164140.657500', '164141.117500', '164141.577500', '164142.037500', '164142.497500', '164142.957500', '164143.417500', '164143.877500', '164144.337500', '164144.797500', '164145.257500', '164145.717500', '164146.177500', '164146.637500', '164147.097500', '164147.557500', '164148.017500', '164148.477500', '164148.937500', '164149.397500', '164149.857500', '164150.317500', '164150.777500', '164151.237500', '164151.697500', '164152.157500', '164152.617500', '164153.077500', '164153.537500', '164153.997500', '164154.457500', '164154.917500', '164155.377500', '164155.837500', '164156.297500', '164156.757500', '164157.217500', '164157.677500', '164158.137500', '164158.597500', '164159.057500', '164159.517500', '164159.977500', '164200.437500', '164200.897500', '164201.357500', '164201.817500', '164202.277500', '164202.737500', '164203.197500', '164203.657500', '164204.117500', '164204.577500', '164205.037500', '164205.497500', '164205.957500', '164206.417500', '164206.877500', '164207.337500', '164207.797500', '164208.257500', '164208.717500', '164209.177500', '164209.637500', '164210.097500', '164210.557500', '164211.017500', '164211.477500', '164211.937500', '164212.397500', '164212.857500', '164213.317500', '164213.777500', '164214.237500', '164214.697500', '164215.157500', '164215.617500', '164216.077500', '164216.537500', '164216.997500', '164217.457500', '164217.917500', '164218.377500', '164218.837500', '164219.297500', '164219.757500', '164220.217500', '164220.677500', '164221.137500', '164221.597500', '164222.057500', '164222.517500', '164222.977500', '164223.437500', '164223.897500', '164224.357500', '164224.817500', '164225.277500', '164225.737500', '164226.197500', '164226.657500', '164227.117500', '164227.577500', '164228.037500', '164228.497500', '164228.957500', '164229.417500', '164229.877500', '164230.337500', '164230.797500', '164231.257500', '164231.717500', '164232.177500', '164232.637500', '164233.097500', '164233.557500', '164234.017500', '164234.477500', '164234.937500', '164235.397500', '164235.857500', '164236.317500', '164236.777500', '164237.237500', '164237.697500', '164238.157500', '164238.617500', '164239.077500', '164239.537500', '164239.997500', '164240.457500', '164240.917500', '164241.377500', '164241.837500', '164242.297500', '164242.757500', '164243.217500', '164243.677500', '164244.137500', '164244.597500', '164245.057500', '164245.517500', '164245.977500', '164246.437500', '164246.897500', '164247.357500', '164247.817500', '164248.277500', '164248.737500', '164249.197500', '164249.657500', '164250.117500', '164250.577500', '164251.037500', '164251.497500', '164251.957500', '164252.417500', '164252.877500', '164253.337500', '164253.797500', '164254.257500', '164254.717500', '164255.177500', '164255.637500', '164256.097500', '164256.557500', '164257.017500', '164257.477500', '164257.937500', '164258.397500', '164258.857500', '164259.317500', '164259.777500', '164300.237500', '164300.697500', '164301.157500', '164301.617500', '164302.077500', '164302.537500', '164302.997500', '164303.457500', '164303.917500', '164304.377500', '164304.837500', '164305.297500', '164305.757500', '164306.217500', '164306.677500', '164307.137500', '164307.597500', '164308.057500', '164308.517500', '164308.977500', '164309.437500', '164309.897500', '164310.357500', '164310.817500', '164311.277500', '164311.737500', '164312.197500', '164312.657500', '164313.117500', '164313.577500', '164314.037500', '164314.497500', '164314.957500', '164315.417500', '164315.877500', '164316.337500', '164316.797500', '164317.257500', '164317.717500', '164318.177500', '164318.637500', '164319.097500', '164319.557500', '164320.017500', '164320.477500', '164320.937500', '164321.397500', '164321.857500', '164322.317500', '164322.777500', '164323.237500', '164323.697500', '164324.157500', '164324.617500', '164325.077500', '164325.537500', '164325.997500', '164326.457500', '164326.917500', '164327.377500', '164327.837500', '164328.297500', '164328.757500', '164329.217500', '164329.677500', '164330.137500', '164330.597500', '164331.057500', '164331.517500', '164331.977500', '164332.437500', '164332.897500', '164333.357500', '164333.817500', '164334.277500', '164334.737500', '164335.197500', '164335.657500', '164336.117500', '164336.577500', '164337.037500', '164337.497500', '164337.957500', '164338.417500', '164338.877500', '164339.337500', '164339.797500', '164340.257500', '164340.717500', '164341.177500', '164341.637500', '164342.097500', '164342.557500', '164343.017500', '164343.477500', '164343.937500', '164344.397500', '164344.857500', '164345.317500', '164345.777500', '164346.237500', '164346.697500', '164347.157500', '164347.617500', '164348.077500', '164348.537500', '164348.997500', '164349.457500', '164349.917500', '164350.377500', '164350.837500', '164351.297500', '164351.757500', '164352.217500', '164352.677500', '164353.137500', '164353.597500', '164354.057500', '164354.517500', '164354.977500', '164355.437500', '164355.897500', '164356.357500', '164356.817500', '164357.277500', '164357.737500', '164358.197500', '164358.657500', '164359.117500', '164359.577500', '164400.037500', '164400.497500', '164400.957500', '164401.417500', '164401.877500', '164402.337500', '164402.797500', '164403.257500', '164403.717500', '164404.177500', '164404.637500', '164405.097500', '164405.557500', '164406.017500', '164406.477500', '164406.937500', '164407.397500', '164407.857500', '164408.317500', '164408.777500', '164409.237500', '164409.697500', '164410.157500', '164410.617500', '164411.077500', '164411.537500', '164411.997500', '164412.457500', '164412.917500', '164413.377500', '164413.837500', '164414.297500', '164414.757500', '164415.217500', '164415.677500', '164416.137500', '164416.597500', '164417.057500', '164417.517500', '164417.977500', '164418.437500', '164418.897500', '164419.357500', '164419.817500', '164420.277500', '164420.737500', '164421.197500', '164421.657500', '164422.117500', '164422.577500', '164423.037500', '164423.497500', '164423.957500', '164424.417500', '164424.877500', '164425.337500', '164425.797500', '164426.257500', '164426.717500', '164427.177500', '164427.637500', '164428.097500', '164428.557500', '164429.017500', '164429.477500', '164429.937500', '164430.397500', '164430.857500', '164431.317500', '164431.777500', '164432.237500', '164432.697500', '164433.157500', '164433.617500', '164434.077500', '164434.537500', '164434.997500', '164435.457500', '164435.917500', '164436.377500', '164436.837500', '164437.297500', '164437.757500', '164438.217500', '164438.677500', '164439.137500', '164439.597500', '164440.057500', '164440.517500', '164440.977500', '164441.437500', '164441.897500', '164442.357500', '164442.817500', '164443.277500', '164443.737500', '164444.197500', '164444.657500', '164445.117500', '164445.577500', '164446.037500', '164446.497500', '164446.957500', '164447.417500', '164447.877500', '164448.337500', '164448.797500', '164449.257500', '164449.717500', '164450.177500', '164450.637500', '164451.097500', '164451.557500', '164452.017500', '164452.477500', '164452.937500', '164453.397500', '164453.857500', '164454.317500', '164454.777500', '164455.237500', '164455.697500', '164456.157500', '164456.617500', '164457.077500', '164457.537500', '164457.997500', '164458.457500', '164458.917500', '164459.377500', '164459.837500', '164500.297500', '164500.757500', '164501.217500', '164501.677500', '164502.137500', '164502.597500', '164503.057500', '164503.517500', '164503.977500', '164504.437500', '164504.897500', '164505.357500', '164505.817500', '164506.277500', '164506.737500', '164507.197500', '164507.657500', '164508.117500', '164508.577500', '164509.037500', '164509.497500', '164509.957500', '164510.417500', '164510.877500', '164511.337500', '164511.797500', '164512.257500', '164512.717500', '164513.177500', '164513.637500', '164514.097500', '164514.557500', '164515.017500', '164515.477500', '164515.937500', '164516.397500', '164516.857500', '164517.317500', '164517.777500', '164518.237500', '164518.697500', '164519.157500', '164519.617500', '164520.077500', '164520.537500', '164520.997500', '164521.457500', '164521.917500', '164522.377500', '164522.837500', '164523.297500', '164523.757500', '164524.217500', '164524.677500', '164525.137500', '164525.597500', '164526.057500', '164526.517500', '164526.977500', '164527.437500', '164527.897500', '164528.357500', '164528.817500', '164529.277500', '164529.737500', '164530.197500', '164530.657500', '164531.117500', '164531.577500', '164532.037500', '164532.497500', '164532.957500', '164533.417500', '164533.877500', '164534.337500', '164534.797500', '164535.257500', '164535.717500', '164536.177500', '164536.637500', '164537.097500', '164537.557500', '164538.017500', '164538.477500', '164538.937500', '164539.397500', '164539.857500', '164540.317500', '164540.777500', '164541.237500', '164541.697500', '164542.157500', '164542.617500', '164543.077500', '164543.537500', '164543.997500', '164544.457500', '164544.917500', '164545.377500', '164545.837500', '164546.297500', '164546.757500', '164547.217500', '164547.677500', '164548.137500', '164548.597500', '164549.057500', '164549.517500', '164549.977500', '164550.437500', '164550.897500', '164551.357500', '164551.817500', '164552.277500', '164552.737500', '164553.197500', '164553.657500', '164554.117500', '164554.577500', '164555.037500', '164555.497500', '164555.957500', '164556.417500', '164556.877500', '164557.337500', '164557.797500', '164558.257500', '164558.717500', '164559.177500', '164559.637500', '164600.097500', '164600.557500', '164601.017500', '164601.477500', '164601.937500', '164602.397500', '164602.857500', '164603.317500', '164603.777500', '164604.237500', '164604.697500', '164605.157500', '164605.617500', '164606.077500', '164606.537500', '164606.997500', '164607.457500', '164607.917500', '164608.377500', '164608.837500', '164609.297500', '164609.757500', '164610.217500', '164610.677500', '164611.137500', '164611.597500', '164612.057500', '164612.517500', '164612.977500', '164613.437500', '164613.897500', '164614.357500', '164614.817500', '164615.277500', '164615.737500', '164616.197500', '164616.657500', '164617.117500', '164617.577500', '164618.037500', '164618.497500', '164618.957500', '164619.417500', '164619.877500', '164620.337500', '164620.797500', '164621.257500', '164621.717500', '164622.177500', '164622.637500', '164623.097500', '164623.557500', '164624.017500', '164624.477500', '164624.937500', '164625.397500', '164625.857500', '164626.317500', '164626.777500', '164627.237500', '164627.697500', '164628.157500', '164628.617500', '164629.077500', '164629.537500', '164629.997500', '164630.457500', '164630.917500', '164631.377500', '164631.837500', '164632.297500', '164632.757500', '164633.217500', '164633.677500', '164634.137500', '164634.597500', '164635.057500', '164635.517500', '164635.977500', '164636.437500', '164636.897500', '164637.357500', '164637.817500', '164638.277500', '164638.737500', '164639.197500', '164639.657500', '164640.117500', '164640.577500', '164641.037500', '164641.497500', '164641.957500', '164642.417500', '164642.877500', '164643.337500', '164643.797500', '164644.257500', '164644.717500', '164645.177500', '164645.637500', '164646.097500', '164646.557500', '164647.017500', '164647.477500', '164647.937500', '164648.397500', '164648.857500', '164649.317500', '164649.777500', '164650.237500', '164650.697500', '164651.157500', '164651.617500', '164652.077500', '164652.537500', '164652.997500', '164653.457500', '164653.917500', '164654.377500', '164654.837500', '164655.297500', '164655.757500', '164656.217500', '164656.677500', '164657.137500', '164657.597500', '164658.057500', '164658.517500', '164658.977500', '164659.437500', '164659.897500', '164700.357500', '164700.817500', '164701.277500', '164701.737500', '164702.197500', '164702.657500', '164703.117500', '164703.577500', '164704.037500', '164704.497500', '164704.957500', '164705.417500', '164705.877500', '164706.337500', '164706.797500', '164707.257500', '164707.717500', '164708.177500', '164708.637500', '164709.097500', '164709.557500', '164710.017500', '164710.477500', '164710.937500', '164711.397500', '164711.857500', '164712.317500', '164712.777500', '164713.237500', '164713.697500', '164714.157500', '164714.617500', '164715.077500', '164715.537500', '164715.997500', '164716.457500', '164716.917500', '164717.377500', '164717.837500', '164718.297500', '164718.757500', '164719.217500', '164719.677500', '164720.137500', '164720.597500', '164721.057500', '164721.517500', '164721.977500', '164722.437500', '164722.897500', '164723.357500', '164723.817500', '164724.277500'], 'ContentTime': ['163751.885000', '163751.889000', '163751.892000', '163751.895000', '163751.897000', '163751.900000', '163751.903000', '163751.905000', '163751.908000', '163751.920000', '163751.923000', '163751.926000', '163751.928000', '163751.931000', '163751.934000', '163751.936000', '163751.942000', '163751.944000', '163751.947000', '163751.950000', '163811.857000', '163811.860000', '163811.862000', '163811.866000', '163811.869000', '163811.871000', '163811.874000', '163811.877000', '163811.883000', '163811.886000', '163811.889000', '163811.891000', '163811.894000', '163811.896000', '163811.899000', '163811.902000', '163811.904000', '163811.907000', '163811.910000', '163811.912000', '163811.915000', '163811.917000', '163811.920000', '163811.923000', '163811.925000', '163811.928000', '163811.931000', '163811.933000', '163811.936000', '163811.938000', '163811.941000', '163811.944000', '163811.946000', '163811.949000', '163811.951000', '163811.954000', '163811.957000', '163811.959000', '163811.962000', '163811.965000', '163811.967000', '163811.970000', '163811.973000', '163811.975000', '163831.857000', '163831.860000', '163831.863000', '163831.865000', '163831.868000', '163831.874000', '163831.876000', '163831.879000', '163831.882000', '163831.884000', '163831.887000', '163831.890000', '163831.892000', '163831.895000', '163831.897000', '163831.900000', '163831.903000', '163831.906000', '163831.908000', '163831.911000', '163831.913000', '163831.916000', '163831.919000', '163831.921000', '163831.924000', '163831.927000', '163831.929000', '163831.933000', '163831.936000', '163831.939000', '163831.942000', '163831.944000', '163831.947000', '163831.949000', '163831.952000', '163831.955000', '163831.957000', '163831.960000', '163831.962000', '163831.965000', '163831.968000', '163831.970000', '163831.973000', '163851.858000', '163851.860000', '163851.863000', '163851.866000', '163851.868000', '163851.871000', '163851.874000', '163851.876000', '163851.879000', '163851.881000', '163851.884000', '163851.886000', '163851.889000', '163851.892000', '163851.894000', '163851.897000', '163851.899000', '163851.902000', '163851.905000', '163851.907000', '163851.910000', '163851.913000', '163851.915000', '163851.918000', '163851.921000', '163851.923000', '163851.926000', '163851.928000', '163851.931000', '163851.934000', '163851.936000', '163851.939000', '163851.941000', '163851.944000', '163851.947000', '163851.949000', '163851.952000', '163851.954000', '163851.957000', '163851.959000', '163851.962000', '163851.965000', '163851.967000', '163851.970000', '163911.857000', '163911.860000', '163911.863000', '163911.866000', '163911.868000', '163911.875000', '163911.878000', '163911.881000', '163911.883000', '163911.886000', '163911.889000', '163911.892000', '163911.895000', '163911.899000', '163911.901000', '163911.904000', '163911.907000', '163911.910000', '163911.947000', '163911.950000', '163911.952000', '163911.955000', '163911.958000', '163911.960000', '163911.963000', '163911.966000', '163911.968000', '163911.971000', '163911.973000', '163911.976000', '163911.979000', '163911.981000', '163911.984000', '163911.987000', '163911.989000', '163911.992000', '163911.994000', '163911.997000', '163912.000000', '163912.002000', '163912.005000', '163912.007000', '163912.010000', '163931.857000', '163931.860000', '163931.863000', '163931.866000', '163931.869000', '163931.871000', '163931.874000', '163931.882000', '163931.885000', '163931.887000', '163931.890000', '163931.893000', '163931.895000', '163931.898000', '163931.901000', '163931.903000', '163931.906000', '163931.909000', '163931.911000', '163931.914000', '163931.917000', '163931.919000', '163931.922000', '163931.924000', '163931.927000', '163931.930000', '163931.932000', '163931.935000', '163931.938000', '163931.940000', '163931.943000', '163931.946000', '163931.948000', '163931.951000', '163931.954000', '163931.956000', '163931.959000', '163931.962000', '163931.964000', '163931.967000', '163931.970000', '163931.972000', '163931.975000', '163931.978000', '163951.857000', '163951.859000', '163951.862000', '163951.865000', '163951.868000', '163951.870000', '163951.873000', '163951.875000', '163951.878000', '163951.881000', '163951.883000', '163951.886000', '163951.888000', '163951.891000', '163951.894000', '163951.896000', '163951.899000', '163951.901000', '163951.904000', '163951.907000', '163951.909000', '163951.912000', '163951.915000', '163951.917000', '163951.920000', '163951.923000', '163951.925000', '163951.928000', '163951.930000', '163951.933000', '163951.936000', '163951.938000', '163951.941000', '163951.944000', '163951.946000', '163951.949000', '163951.951000', '163951.954000', '163951.957000', '163951.959000', '163951.962000', '163951.964000', '163951.967000', '164011.856000', '164011.859000', '164011.862000', '164011.865000', '164011.867000', '164011.870000', '164011.873000', '164011.875000', '164011.878000', '164011.881000', '164011.883000', '164011.886000', '164011.889000', '164011.891000', '164011.894000', '164011.897000', '164011.899000', '164011.902000', '164011.904000', '164011.907000', '164011.910000', '164011.912000', '164011.915000', '164011.918000', '164011.920000', '164011.923000', '164011.925000', '164011.928000', '164011.931000', '164011.933000', '164011.936000', '164011.939000', '164011.941000', '164011.944000', '164011.947000', '164011.949000', '164011.952000', '164011.954000', '164011.957000', '164011.960000', '164011.962000', '164011.965000', '164011.967000', '164011.970000', '164031.858000', '164031.861000', '164031.863000', '164031.866000', '164031.868000', '164031.871000', '164031.874000', '164031.876000', '164031.884000', '164031.887000', '164031.890000', '164031.892000', '164031.895000', '164031.898000', '164031.900000', '164031.903000', '164031.906000', '164031.908000', '164031.911000', '164031.913000', '164031.916000', '164031.919000', '164031.921000', '164031.924000', '164031.927000', '164031.929000', '164031.932000', '164031.935000', '164031.937000', '164031.940000', '164031.942000', '164031.945000', '164031.948000', '164031.951000', '164031.954000', '164031.957000', '164031.960000', '164031.962000', '164031.965000', '164031.968000', '164031.970000', '164031.973000', '164031.976000', '164051.857000', '164051.860000', '164051.863000', '164051.866000', '164051.868000', '164051.871000', '164051.873000', '164051.876000', '164051.878000', '164051.881000', '164051.884000', '164051.886000', '164051.889000', '164051.892000', '164051.905000', '164051.907000', '164051.910000', '164051.913000', '164051.915000', '164051.918000', '164051.921000', '164051.923000', '164051.926000', '164051.929000', '164051.931000', '164051.934000', '164051.937000', '164051.939000', '164051.942000', '164051.944000', '164051.947000', '164051.950000', '164051.952000', '164051.955000', '164051.958000', '164051.960000', '164051.963000', '164051.966000', '164051.968000', '164051.971000', '164051.973000', '164051.976000', '164051.979000', '164051.981000', '164111.858000', '164111.860000', '164111.863000', '164111.866000', '164111.868000', '164111.871000', '164111.874000', '164111.876000', '164111.879000', '164111.881000', '164111.884000', '164111.887000', '164111.890000', '164111.892000', '164111.895000', '164111.897000', '164111.900000', '164111.903000', '164111.905000', '164111.908000', '164111.911000', '164111.913000', '164111.916000', '164111.918000', '164111.921000', '164111.924000', '164111.926000', '164111.929000', '164111.932000', '164111.934000', '164111.937000', '164111.940000', '164111.942000', '164111.945000', '164111.948000', '164111.950000', '164111.953000', '164111.955000', '164111.958000', '164111.961000', '164111.963000', '164111.966000', '164111.969000', '164131.858000', '164131.868000', '164131.871000', '164131.873000', '164131.876000', '164131.879000', '164131.881000', '164131.884000', '164131.886000', '164131.889000', '164131.892000', '164131.895000', '164131.897000', '164131.900000', '164131.902000', '164131.905000', '164131.908000', '164131.910000', '164131.913000', '164131.915000', '164131.918000', '164131.921000', '164131.923000', '164131.926000', '164131.928000', '164131.931000', '164131.934000', '164131.936000', '164131.939000', '164131.942000', '164131.944000', '164131.947000', '164131.949000', '164131.952000', '164131.954000', '164131.957000', '164131.960000', '164131.962000', '164131.965000', '164131.967000', '164131.970000', '164131.973000', '164131.975000', '164131.978000', '164151.857000', '164151.860000', '164151.863000', '164151.866000', '164151.868000', '164151.871000', '164151.874000', '164151.876000', '164151.879000', '164151.882000', '164151.884000', '164151.887000', '164151.890000', '164151.892000', '164151.895000', '164151.898000', '164151.900000', '164151.903000', '164151.906000', '164151.908000', '164151.911000', '164151.914000', '164151.916000', '164151.919000', '164151.922000', '164151.924000', '164151.927000', '164151.930000', '164151.932000', '164151.935000', '164151.938000', '164151.940000', '164151.943000', '164151.945000', '164151.948000', '164151.951000', '164151.954000', '164151.956000', '164151.959000', '164151.962000', '164151.964000', '164151.967000', '164151.970000', '164211.857000', '164211.859000', '164211.862000', '164211.865000', '164211.867000', '164211.870000', '164211.873000', '164211.875000', '164211.878000', '164211.881000', '164211.883000', '164211.886000', '164211.889000', '164211.891000', '164211.894000', '164211.897000', '164211.899000', '164211.902000', '164211.905000', '164211.907000', '164211.910000', '164211.912000', '164211.915000', '164211.917000', '164211.920000', '164211.923000', '164211.925000', '164211.928000', '164211.931000', '164211.933000', '164211.936000', '164211.939000', '164211.941000', '164211.944000', '164211.946000', '164211.949000', '164211.952000', '164211.955000', '164211.958000', '164211.971000', '164211.973000', '164211.976000', '164211.988000', '164211.991000', '164231.856000', '164231.859000', '164231.862000', '164231.865000', '164231.867000', '164231.870000', '164231.872000', '164231.875000', '164231.878000', '164231.880000', '164231.883000', '164231.885000', '164231.888000', '164231.891000', '164231.893000', '164231.896000', '164231.898000', '164231.901000', '164231.904000', '164231.906000', '164231.909000', '164231.911000', '164231.914000', '164231.917000', '164231.919000', '164231.922000', '164231.924000', '164231.927000', '164231.930000', '164231.932000', '164231.935000', '164231.937000', '164231.940000', '164231.943000', '164231.945000', '164231.948000', '164231.950000', '164231.953000', '164231.956000', '164231.958000', '164231.961000', '164231.963000', '164231.966000', '164251.857000', '164251.860000', '164251.863000', '164251.866000', '164251.868000', '164251.871000', '164251.873000', '164251.876000', '164251.879000', '164251.881000', '164251.884000', '164251.887000', '164251.889000', '164251.892000', '164251.895000', '164251.897000', '164251.900000', '164251.903000', '164251.905000', '164251.908000', '164251.911000', '164251.914000', '164251.916000', '164251.919000', '164251.922000', '164251.924000', '164251.927000', '164251.929000', '164251.932000', '164251.935000', '164251.937000', '164251.940000', '164251.943000', '164251.945000', '164251.948000', '164251.951000', '164251.953000', '164251.956000', '164251.959000', '164251.961000', '164251.964000', '164251.967000', '164251.969000', '164251.972000', '164311.857000', '164311.861000', '164311.863000', '164311.866000', '164311.868000', '164311.871000', '164311.874000', '164311.876000', '164311.879000', '164311.882000', '164311.884000', '164311.887000', '164311.890000', '164311.892000', '164311.895000', '164311.898000', '164311.900000', '164311.903000', '164311.908000', '164311.910000', '164311.913000', '164311.916000', '164311.918000', '164311.921000', '164311.923000', '164311.926000', '164311.929000', '164311.931000', '164311.934000', '164311.937000', '164311.939000', '164311.942000', '164311.944000', '164311.947000', '164311.950000', '164311.952000', '164311.955000', '164311.958000', '164311.960000', '164311.963000', '164311.966000', '164311.969000', '164311.972000', '164331.857000', '164331.860000', '164331.863000', '164331.865000', '164331.868000', '164331.871000', '164331.873000', '164331.876000', '164331.879000', '164331.881000', '164331.884000', '164331.887000', '164331.889000', '164331.892000', '164331.894000', '164331.897000', '164331.899000', '164331.902000', '164331.905000', '164331.908000', '164331.910000', '164331.913000', '164331.916000', '164331.918000', '164331.921000', '164331.923000', '164331.926000', '164331.928000', '164331.931000', '164331.934000', '164331.936000', '164331.939000', '164331.941000', '164331.944000', '164331.946000', '164331.949000', '164331.952000', '164331.954000', '164331.957000', '164331.959000', '164331.962000', '164331.965000', '164331.967000', '164331.970000', '164351.857000', '164351.860000', '164351.863000', '164351.866000', '164351.868000', '164351.883000', '164351.885000', '164351.888000', '164351.891000', '164351.893000', '164351.896000', '164351.899000', '164351.901000', '164351.904000', '164351.906000', '164351.909000', '164351.912000', '164351.914000', '164351.917000', '164351.920000', '164351.922000', '164351.925000', '164351.927000', '164351.930000', '164351.933000', '164351.935000', '164351.938000', '164351.940000', '164351.943000', '164351.946000', '164351.948000', '164351.951000', '164351.953000', '164351.956000', '164351.958000', '164351.961000', '164351.964000', '164351.966000', '164351.969000', '164351.972000', '164351.974000', '164351.977000', '164351.979000', '164411.861000', '164411.864000', '164411.866000', '164411.869000', '164411.872000', '164411.874000', '164411.877000', '164411.880000', '164411.882000', '164411.885000', '164411.888000', '164411.890000', '164411.893000', '164411.896000', '164411.898000', '164411.901000', '164411.903000', '164411.906000', '164411.909000', '164411.911000', '164411.914000', '164411.917000', '164411.919000', '164411.922000', '164411.925000', '164411.927000', '164411.930000', '164411.932000', '164411.935000', '164411.938000', '164411.940000', '164411.943000', '164411.946000', '164411.948000', '164411.951000', '164411.954000', '164411.956000', '164411.959000', '164411.962000', '164411.964000', '164411.967000', '164411.969000', '164411.972000', '164411.975000', '164431.857000', '164431.859000', '164431.862000', '164431.865000', '164431.867000', '164431.870000', '164431.873000', '164431.875000', '164431.878000', '164431.881000', '164431.883000', '164431.886000', '164431.888000', '164431.891000', '164431.893000', '164431.896000', '164431.899000', '164431.901000', '164431.904000', '164431.907000', '164431.909000', '164431.912000', '164431.915000', '164431.917000', '164431.920000', '164431.922000', '164431.925000', '164431.928000', '164431.930000', '164431.933000', '164431.936000', '164431.938000', '164431.941000', '164431.944000', '164431.946000', '164431.949000', '164431.951000', '164431.954000', '164431.957000', '164431.959000', '164431.962000', '164431.964000', '164431.967000', '164451.857000', '164451.860000', '164451.862000', '164451.865000', '164451.867000', '164451.870000', '164451.873000', '164451.875000', '164451.878000', '164451.881000', '164451.883000', '164451.886000', '164451.888000', '164451.892000', '164451.895000', '164451.898000', '164451.900000', '164451.903000', '164451.906000', '164451.909000', '164451.912000', '164451.915000', '164451.917000', '164451.920000', '164451.922000', '164451.925000', '164451.928000', '164451.930000', '164451.933000', '164451.935000', '164451.938000', '164451.941000', '164451.943000', '164451.946000', '164451.949000', '164451.952000', '164451.954000', '164451.957000', '164451.959000', '164451.962000', '164451.965000', '164451.967000', '164451.970000', '164511.858000', '164511.862000', '164511.865000', '164511.868000', '164511.870000', '164511.873000', '164511.876000', '164511.878000', '164511.881000', '164511.884000', '164511.886000', '164511.889000', '164511.891000', '164511.894000', '164511.897000', '164511.899000', '164511.902000', '164511.916000', '164511.918000', '164511.921000', '164511.924000', '164511.926000', '164511.929000', '164511.931000', '164511.934000', '164511.937000', '164511.939000', '164511.942000', '164511.944000', '164511.947000', '164511.950000', '164511.952000', '164511.955000', '164511.958000', '164511.960000', '164511.963000', '164511.966000', '164511.968000', '164511.971000', '164511.973000', '164511.976000', '164511.979000', '164511.981000', '164511.984000', '164531.858000', '164531.861000', '164531.863000', '164531.866000', '164531.869000', '164531.871000', '164531.874000', '164531.877000', '164531.879000', '164531.882000', '164531.884000', '164531.887000', '164531.889000', '164531.892000', '164531.895000', '164531.897000', '164531.900000', '164531.903000', '164531.905000', '164531.908000', '164531.910000', '164531.913000', '164531.916000', '164531.918000', '164531.921000', '164531.923000', '164531.926000', '164531.929000', '164531.931000', '164531.934000', '164531.936000', '164531.939000', '164531.941000', '164531.944000', '164531.947000', '164531.949000', '164531.952000', '164531.954000', '164531.957000', '164531.959000', '164531.962000', '164531.965000', '164531.967000', '164551.858000', '164551.861000', '164551.863000', '164551.866000', '164551.868000', '164551.871000', '164551.874000', '164551.876000', '164551.879000', '164551.882000', '164551.884000', '164551.887000', '164551.889000', '164551.892000', '164551.895000', '164551.897000', '164551.900000', '164551.903000', '164551.905000', '164551.908000', '164551.911000', '164551.913000', '164551.916000', '164551.919000', '164551.921000', '164551.924000', '164551.926000', '164551.929000', '164551.932000', '164551.934000', '164551.937000', '164551.939000', '164551.942000', '164551.945000', '164551.948000', '164551.950000', '164551.953000', '164551.956000', '164551.958000', '164551.961000', '164551.964000', '164551.966000', '164551.969000', '164551.972000', '164611.858000', '164611.860000', '164611.863000', '164611.866000', '164611.869000', '164611.871000', '164611.874000', '164611.876000', '164611.879000', '164611.882000', '164611.884000', '164611.887000', '164611.889000', '164611.892000', '164611.895000', '164611.897000', '164611.900000', '164611.903000', '164611.905000', '164611.908000', '164611.910000', '164611.913000', '164611.916000', '164611.918000', '164611.921000', '164611.923000', '164611.926000', '164611.929000', '164611.932000', '164611.935000', '164611.937000', '164611.940000', '164611.943000', '164611.945000', '164611.948000', '164611.950000', '164611.953000', '164611.956000', '164611.958000', '164611.961000', '164611.963000', '164611.966000', '164611.969000', '164631.857000', '164631.860000', '164631.863000', '164631.866000', '164631.868000', '164631.871000', '164631.873000', '164631.876000', '164631.879000', '164631.881000', '164631.884000', '164631.887000', '164631.889000', '164631.892000', '164631.907000', '164631.910000', '164631.913000', '164631.915000', '164631.918000', '164631.921000', '164631.923000', '164631.926000', '164631.928000', '164631.931000', '164631.934000', '164631.936000', '164631.939000', '164631.942000', '164631.944000', '164631.947000', '164631.950000', '164631.952000', '164631.955000', '164631.958000', '164631.960000', '164631.963000', '164631.965000', '164631.968000', '164631.971000', '164631.973000', '164631.976000', '164631.978000', '164631.981000', '164631.984000', '164651.857000', '164651.860000', '164651.862000', '164651.865000', '164651.868000', '164651.870000', '164651.873000', '164651.875000', '164651.878000', '164651.881000', '164651.883000', '164651.886000', '164651.889000', '164651.891000', '164651.894000', '164651.897000', '164651.900000', '164651.903000', '164651.906000', '164651.909000', '164651.911000', '164651.914000', '164651.917000', '164651.919000', '164651.922000', '164651.925000', '164651.927000', '164651.930000', '164651.932000', '164651.935000', '164651.938000', '164651.940000', '164651.943000', '164651.945000', '164651.948000', '164651.951000', '164651.953000', '164651.956000', '164651.958000', '164651.961000', '164651.964000', '164651.966000', '164651.969000', '164711.857000', '164711.859000', '164711.862000', '164711.865000', '164711.867000', '164711.870000', '164711.873000', '164711.875000', '164711.878000', '164711.880000', '164711.883000', '164711.886000', '164711.888000', '164711.891000', '164711.893000', '164711.896000', '164711.899000', '164711.901000', '164711.915000', '164711.918000', '164711.921000', '164711.923000', '164711.926000', '164711.928000', '164711.931000', '164711.933000', '164711.936000', '164711.939000', '164711.942000', '164711.944000', '164711.947000', '164711.949000', '164711.952000', '164711.955000', '164711.957000', '164711.960000', '164711.962000', '164711.965000', '164711.968000', '164711.970000', '164711.973000', '164711.975000', '164711.978000', '164711.980000', '164725.488000', '164725.492000', '164725.494000', '164725.497000', '164725.500000', '164725.502000', '164725.505000', '164725.508000', '164725.511000', '164725.514000', '164725.517000', '164725.521000', '164725.524000', '164725.526000', '164725.529000', '164725.532000', '164725.535000', '164725.537000', '164725.540000', '164725.543000', '164725.546000', '164725.548000', '164725.551000', '164725.554000', '164725.557000', '164725.560000', '164725.563000', '164725.565000', '164725.568000', '164725.571000'], 'InstanceCreationTime': ['163751.885000', '163751.889000', '163751.892000', '163751.895000', '163751.897000', '163751.900000', '163751.903000', '163751.905000', '163751.908000', '163751.920000', '163751.923000', '163751.926000', '163751.928000', '163751.931000', '163751.934000', '163751.936000', '163751.942000', '163751.944000', '163751.947000', '163751.950000', '163811.857000', '163811.860000', '163811.862000', '163811.866000', '163811.869000', '163811.871000', '163811.874000', '163811.877000', '163811.883000', '163811.886000', '163811.889000', '163811.891000', '163811.894000', '163811.896000', '163811.899000', '163811.902000', '163811.904000', '163811.907000', '163811.910000', '163811.912000', '163811.915000', '163811.917000', '163811.920000', '163811.923000', '163811.925000', '163811.928000', '163811.931000', '163811.933000', '163811.936000', '163811.938000', '163811.941000', '163811.944000', '163811.946000', '163811.949000', '163811.951000', '163811.954000', '163811.957000', '163811.959000', '163811.962000', '163811.965000', '163811.967000', '163811.970000', '163811.973000', '163811.975000', '163831.857000', '163831.860000', '163831.863000', '163831.865000', '163831.868000', '163831.874000', '163831.876000', '163831.879000', '163831.882000', '163831.884000', '163831.887000', '163831.890000', '163831.892000', '163831.895000', '163831.897000', '163831.900000', '163831.903000', '163831.906000', '163831.908000', '163831.911000', '163831.913000', '163831.916000', '163831.919000', '163831.921000', '163831.924000', '163831.927000', '163831.929000', '163831.933000', '163831.936000', '163831.939000', '163831.942000', '163831.944000', '163831.947000', '163831.949000', '163831.952000', '163831.955000', '163831.957000', '163831.960000', '163831.962000', '163831.965000', '163831.968000', '163831.970000', '163831.973000', '163851.858000', '163851.860000', '163851.863000', '163851.866000', '163851.868000', '163851.871000', '163851.874000', '163851.876000', '163851.879000', '163851.881000', '163851.884000', '163851.886000', '163851.889000', '163851.892000', '163851.894000', '163851.897000', '163851.899000', '163851.902000', '163851.905000', '163851.907000', '163851.910000', '163851.913000', '163851.915000', '163851.918000', '163851.921000', '163851.923000', '163851.926000', '163851.928000', '163851.931000', '163851.934000', '163851.936000', '163851.939000', '163851.941000', '163851.944000', '163851.947000', '163851.949000', '163851.952000', '163851.954000', '163851.957000', '163851.959000', '163851.962000', '163851.965000', '163851.967000', '163851.970000', '163911.857000', '163911.860000', '163911.863000', '163911.866000', '163911.868000', '163911.875000', '163911.878000', '163911.881000', '163911.883000', '163911.886000', '163911.889000', '163911.892000', '163911.895000', '163911.899000', '163911.901000', '163911.904000', '163911.907000', '163911.910000', '163911.947000', '163911.950000', '163911.952000', '163911.955000', '163911.958000', '163911.960000', '163911.963000', '163911.966000', '163911.968000', '163911.971000', '163911.973000', '163911.976000', '163911.979000', '163911.981000', '163911.984000', '163911.987000', '163911.989000', '163911.992000', '163911.994000', '163911.997000', '163912.000000', '163912.002000', '163912.005000', '163912.007000', '163912.010000', '163931.857000', '163931.860000', '163931.863000', '163931.866000', '163931.869000', '163931.871000', '163931.874000', '163931.882000', '163931.885000', '163931.887000', '163931.890000', '163931.893000', '163931.895000', '163931.898000', '163931.901000', '163931.903000', '163931.906000', '163931.909000', '163931.911000', '163931.914000', '163931.917000', '163931.919000', '163931.922000', '163931.924000', '163931.927000', '163931.930000', '163931.932000', '163931.935000', '163931.938000', '163931.940000', '163931.943000', '163931.946000', '163931.948000', '163931.951000', '163931.954000', '163931.956000', '163931.959000', '163931.962000', '163931.964000', '163931.967000', '163931.970000', '163931.972000', '163931.975000', '163931.978000', '163951.857000', '163951.859000', '163951.862000', '163951.865000', '163951.868000', '163951.870000', '163951.873000', '163951.875000', '163951.878000', '163951.881000', '163951.883000', '163951.886000', '163951.888000', '163951.891000', '163951.894000', '163951.896000', '163951.899000', '163951.901000', '163951.904000', '163951.907000', '163951.909000', '163951.912000', '163951.915000', '163951.917000', '163951.920000', '163951.923000', '163951.925000', '163951.928000', '163951.930000', '163951.933000', '163951.936000', '163951.938000', '163951.941000', '163951.944000', '163951.946000', '163951.949000', '163951.951000', '163951.954000', '163951.957000', '163951.959000', '163951.962000', '163951.964000', '163951.967000', '164011.856000', '164011.859000', '164011.862000', '164011.865000', '164011.867000', '164011.870000', '164011.873000', '164011.875000', '164011.878000', '164011.881000', '164011.883000', '164011.886000', '164011.889000', '164011.891000', '164011.894000', '164011.897000', '164011.899000', '164011.902000', '164011.904000', '164011.907000', '164011.910000', '164011.912000', '164011.915000', '164011.918000', '164011.920000', '164011.923000', '164011.925000', '164011.928000', '164011.931000', '164011.933000', '164011.936000', '164011.939000', '164011.941000', '164011.944000', '164011.947000', '164011.949000', '164011.952000', '164011.954000', '164011.957000', '164011.960000', '164011.962000', '164011.965000', '164011.967000', '164011.970000', '164031.858000', '164031.861000', '164031.863000', '164031.866000', '164031.868000', '164031.871000', '164031.874000', '164031.876000', '164031.884000', '164031.887000', '164031.890000', '164031.892000', '164031.895000', '164031.898000', '164031.900000', '164031.903000', '164031.906000', '164031.908000', '164031.911000', '164031.913000', '164031.916000', '164031.919000', '164031.921000', '164031.924000', '164031.927000', '164031.929000', '164031.932000', '164031.935000', '164031.937000', '164031.940000', '164031.942000', '164031.945000', '164031.948000', '164031.951000', '164031.954000', '164031.957000', '164031.960000', '164031.962000', '164031.965000', '164031.968000', '164031.970000', '164031.973000', '164031.976000', '164051.857000', '164051.860000', '164051.863000', '164051.866000', '164051.868000', '164051.871000', '164051.873000', '164051.876000', '164051.878000', '164051.881000', '164051.884000', '164051.886000', '164051.889000', '164051.892000', '164051.905000', '164051.907000', '164051.910000', '164051.913000', '164051.915000', '164051.918000', '164051.921000', '164051.923000', '164051.926000', '164051.929000', '164051.931000', '164051.934000', '164051.937000', '164051.939000', '164051.942000', '164051.944000', '164051.947000', '164051.950000', '164051.952000', '164051.955000', '164051.958000', '164051.960000', '164051.963000', '164051.966000', '164051.968000', '164051.971000', '164051.973000', '164051.976000', '164051.979000', '164051.981000', '164111.858000', '164111.860000', '164111.863000', '164111.866000', '164111.868000', '164111.871000', '164111.874000', '164111.876000', '164111.879000', '164111.881000', '164111.884000', '164111.887000', '164111.890000', '164111.892000', '164111.895000', '164111.897000', '164111.900000', '164111.903000', '164111.905000', '164111.908000', '164111.911000', '164111.913000', '164111.916000', '164111.918000', '164111.921000', '164111.924000', '164111.926000', '164111.929000', '164111.932000', '164111.934000', '164111.937000', '164111.940000', '164111.942000', '164111.945000', '164111.948000', '164111.950000', '164111.953000', '164111.955000', '164111.958000', '164111.961000', '164111.963000', '164111.966000', '164111.969000', '164131.858000', '164131.868000', '164131.871000', '164131.873000', '164131.876000', '164131.879000', '164131.881000', '164131.884000', '164131.886000', '164131.889000', '164131.892000', '164131.895000', '164131.897000', '164131.900000', '164131.902000', '164131.905000', '164131.908000', '164131.910000', '164131.913000', '164131.915000', '164131.918000', '164131.921000', '164131.923000', '164131.926000', '164131.928000', '164131.931000', '164131.934000', '164131.936000', '164131.939000', '164131.942000', '164131.944000', '164131.947000', '164131.949000', '164131.952000', '164131.954000', '164131.957000', '164131.960000', '164131.962000', '164131.965000', '164131.967000', '164131.970000', '164131.973000', '164131.975000', '164131.978000', '164151.857000', '164151.860000', '164151.863000', '164151.866000', '164151.868000', '164151.871000', '164151.874000', '164151.876000', '164151.879000', '164151.882000', '164151.884000', '164151.887000', '164151.890000', '164151.892000', '164151.895000', '164151.898000', '164151.900000', '164151.903000', '164151.906000', '164151.908000', '164151.911000', '164151.914000', '164151.916000', '164151.919000', '164151.922000', '164151.924000', '164151.927000', '164151.930000', '164151.932000', '164151.935000', '164151.938000', '164151.940000', '164151.943000', '164151.945000', '164151.948000', '164151.951000', '164151.954000', '164151.956000', '164151.959000', '164151.962000', '164151.964000', '164151.967000', '164151.970000', '164211.857000', '164211.859000', '164211.862000', '164211.865000', '164211.867000', '164211.870000', '164211.873000', '164211.875000', '164211.878000', '164211.881000', '164211.883000', '164211.886000', '164211.889000', '164211.891000', '164211.894000', '164211.897000', '164211.899000', '164211.902000', '164211.905000', '164211.907000', '164211.910000', '164211.912000', '164211.915000', '164211.917000', '164211.920000', '164211.923000', '164211.925000', '164211.928000', '164211.931000', '164211.933000', '164211.936000', '164211.939000', '164211.941000', '164211.944000', '164211.946000', '164211.949000', '164211.952000', '164211.955000', '164211.958000', '164211.971000', '164211.973000', '164211.976000', '164211.988000', '164211.991000', '164231.856000', '164231.859000', '164231.862000', '164231.865000', '164231.867000', '164231.870000', '164231.872000', '164231.875000', '164231.878000', '164231.880000', '164231.883000', '164231.885000', '164231.888000', '164231.891000', '164231.893000', '164231.896000', '164231.898000', '164231.901000', '164231.904000', '164231.906000', '164231.909000', '164231.911000', '164231.914000', '164231.917000', '164231.919000', '164231.922000', '164231.924000', '164231.927000', '164231.930000', '164231.932000', '164231.935000', '164231.937000', '164231.940000', '164231.943000', '164231.945000', '164231.948000', '164231.950000', '164231.953000', '164231.956000', '164231.958000', '164231.961000', '164231.963000', '164231.966000', '164251.857000', '164251.860000', '164251.863000', '164251.866000', '164251.868000', '164251.871000', '164251.873000', '164251.876000', '164251.879000', '164251.881000', '164251.884000', '164251.887000', '164251.889000', '164251.892000', '164251.895000', '164251.897000', '164251.900000', '164251.903000', '164251.905000', '164251.908000', '164251.911000', '164251.914000', '164251.916000', '164251.919000', '164251.922000', '164251.924000', '164251.927000', '164251.929000', '164251.932000', '164251.935000', '164251.937000', '164251.940000', '164251.943000', '164251.945000', '164251.948000', '164251.951000', '164251.953000', '164251.956000', '164251.959000', '164251.961000', '164251.964000', '164251.967000', '164251.969000', '164251.972000', '164311.857000', '164311.861000', '164311.863000', '164311.866000', '164311.868000', '164311.871000', '164311.874000', '164311.876000', '164311.879000', '164311.882000', '164311.884000', '164311.887000', '164311.890000', '164311.892000', '164311.895000', '164311.898000', '164311.900000', '164311.903000', '164311.908000', '164311.910000', '164311.913000', '164311.916000', '164311.918000', '164311.921000', '164311.923000', '164311.926000', '164311.929000', '164311.931000', '164311.934000', '164311.937000', '164311.939000', '164311.942000', '164311.944000', '164311.947000', '164311.950000', '164311.952000', '164311.955000', '164311.958000', '164311.960000', '164311.963000', '164311.966000', '164311.969000', '164311.972000', '164331.857000', '164331.860000', '164331.863000', '164331.865000', '164331.868000', '164331.871000', '164331.873000', '164331.876000', '164331.879000', '164331.881000', '164331.884000', '164331.887000', '164331.889000', '164331.892000', '164331.894000', '164331.897000', '164331.899000', '164331.902000', '164331.905000', '164331.908000', '164331.910000', '164331.913000', '164331.916000', '164331.918000', '164331.921000', '164331.923000', '164331.926000', '164331.928000', '164331.931000', '164331.934000', '164331.936000', '164331.939000', '164331.941000', '164331.944000', '164331.946000', '164331.949000', '164331.952000', '164331.954000', '164331.957000', '164331.959000', '164331.962000', '164331.965000', '164331.967000', '164331.970000', '164351.857000', '164351.860000', '164351.863000', '164351.866000', '164351.868000', '164351.883000', '164351.885000', '164351.888000', '164351.891000', '164351.893000', '164351.896000', '164351.899000', '164351.901000', '164351.904000', '164351.906000', '164351.909000', '164351.912000', '164351.914000', '164351.917000', '164351.920000', '164351.922000', '164351.925000', '164351.927000', '164351.930000', '164351.933000', '164351.935000', '164351.938000', '164351.940000', '164351.943000', '164351.946000', '164351.948000', '164351.951000', '164351.953000', '164351.956000', '164351.958000', '164351.961000', '164351.964000', '164351.966000', '164351.969000', '164351.972000', '164351.974000', '164351.977000', '164351.979000', '164411.861000', '164411.864000', '164411.866000', '164411.869000', '164411.872000', '164411.874000', '164411.877000', '164411.880000', '164411.882000', '164411.885000', '164411.888000', '164411.890000', '164411.893000', '164411.896000', '164411.898000', '164411.901000', '164411.903000', '164411.906000', '164411.909000', '164411.911000', '164411.914000', '164411.917000', '164411.919000', '164411.922000', '164411.925000', '164411.927000', '164411.930000', '164411.932000', '164411.935000', '164411.938000', '164411.940000', '164411.943000', '164411.946000', '164411.948000', '164411.951000', '164411.954000', '164411.956000', '164411.959000', '164411.962000', '164411.964000', '164411.967000', '164411.969000', '164411.972000', '164411.975000', '164431.857000', '164431.859000', '164431.862000', '164431.865000', '164431.867000', '164431.870000', '164431.873000', '164431.875000', '164431.878000', '164431.881000', '164431.883000', '164431.886000', '164431.888000', '164431.891000', '164431.893000', '164431.896000', '164431.899000', '164431.901000', '164431.904000', '164431.907000', '164431.909000', '164431.912000', '164431.915000', '164431.917000', '164431.920000', '164431.922000', '164431.925000', '164431.928000', '164431.930000', '164431.933000', '164431.936000', '164431.938000', '164431.941000', '164431.944000', '164431.946000', '164431.949000', '164431.951000', '164431.954000', '164431.957000', '164431.959000', '164431.962000', '164431.964000', '164431.967000', '164451.857000', '164451.860000', '164451.862000', '164451.865000', '164451.867000', '164451.870000', '164451.873000', '164451.875000', '164451.878000', '164451.881000', '164451.883000', '164451.886000', '164451.888000', '164451.892000', '164451.895000', '164451.898000', '164451.900000', '164451.903000', '164451.906000', '164451.909000', '164451.912000', '164451.915000', '164451.917000', '164451.920000', '164451.922000', '164451.925000', '164451.928000', '164451.930000', '164451.933000', '164451.935000', '164451.938000', '164451.941000', '164451.943000', '164451.946000', '164451.949000', '164451.952000', '164451.954000', '164451.957000', '164451.959000', '164451.962000', '164451.965000', '164451.967000', '164451.970000', '164511.858000', '164511.862000', '164511.865000', '164511.868000', '164511.870000', '164511.873000', '164511.876000', '164511.878000', '164511.881000', '164511.884000', '164511.886000', '164511.889000', '164511.891000', '164511.894000', '164511.897000', '164511.899000', '164511.902000', '164511.916000', '164511.918000', '164511.921000', '164511.924000', '164511.926000', '164511.929000', '164511.931000', '164511.934000', '164511.937000', '164511.939000', '164511.942000', '164511.944000', '164511.947000', '164511.950000', '164511.952000', '164511.955000', '164511.958000', '164511.960000', '164511.963000', '164511.966000', '164511.968000', '164511.971000', '164511.973000', '164511.976000', '164511.979000', '164511.981000', '164511.984000', '164531.858000', '164531.861000', '164531.863000', '164531.866000', '164531.869000', '164531.871000', '164531.874000', '164531.877000', '164531.879000', '164531.882000', '164531.884000', '164531.887000', '164531.889000', '164531.892000', '164531.895000', '164531.897000', '164531.900000', '164531.903000', '164531.905000', '164531.908000', '164531.910000', '164531.913000', '164531.916000', '164531.918000', '164531.921000', '164531.923000', '164531.926000', '164531.929000', '164531.931000', '164531.934000', '164531.936000', '164531.939000', '164531.941000', '164531.944000', '164531.947000', '164531.949000', '164531.952000', '164531.954000', '164531.957000', '164531.959000', '164531.962000', '164531.965000', '164531.967000', '164551.858000', '164551.861000', '164551.863000', '164551.866000', '164551.868000', '164551.871000', '164551.874000', '164551.876000', '164551.879000', '164551.882000', '164551.884000', '164551.887000', '164551.889000', '164551.892000', '164551.895000', '164551.897000', '164551.900000', '164551.903000', '164551.905000', '164551.908000', '164551.911000', '164551.913000', '164551.916000', '164551.919000', '164551.921000', '164551.924000', '164551.926000', '164551.929000', '164551.932000', '164551.934000', '164551.937000', '164551.939000', '164551.942000', '164551.945000', '164551.948000', '164551.950000', '164551.953000', '164551.956000', '164551.958000', '164551.961000', '164551.964000', '164551.966000', '164551.969000', '164551.972000', '164611.858000', '164611.860000', '164611.863000', '164611.866000', '164611.869000', '164611.871000', '164611.874000', '164611.876000', '164611.879000', '164611.882000', '164611.884000', '164611.887000', '164611.889000', '164611.892000', '164611.895000', '164611.897000', '164611.900000', '164611.903000', '164611.905000', '164611.908000', '164611.910000', '164611.913000', '164611.916000', '164611.918000', '164611.921000', '164611.923000', '164611.926000', '164611.929000', '164611.932000', '164611.935000', '164611.937000', '164611.940000', '164611.943000', '164611.945000', '164611.948000', '164611.950000', '164611.953000', '164611.956000', '164611.958000', '164611.961000', '164611.963000', '164611.966000', '164611.969000', '164631.857000', '164631.860000', '164631.863000', '164631.866000', '164631.868000', '164631.871000', '164631.873000', '164631.876000', '164631.879000', '164631.881000', '164631.884000', '164631.887000', '164631.889000', '164631.892000', '164631.907000', '164631.910000', '164631.913000', '164631.915000', '164631.918000', '164631.921000', '164631.923000', '164631.926000', '164631.928000', '164631.931000', '164631.934000', '164631.936000', '164631.939000', '164631.942000', '164631.944000', '164631.947000', '164631.950000', '164631.952000', '164631.955000', '164631.958000', '164631.960000', '164631.963000', '164631.965000', '164631.968000', '164631.971000', '164631.973000', '164631.976000', '164631.978000', '164631.981000', '164631.984000', '164651.857000', '164651.860000', '164651.862000', '164651.865000', '164651.868000', '164651.870000', '164651.873000', '164651.875000', '164651.878000', '164651.881000', '164651.883000', '164651.886000', '164651.889000', '164651.891000', '164651.894000', '164651.897000', '164651.900000', '164651.903000', '164651.906000', '164651.909000', '164651.911000', '164651.914000', '164651.917000', '164651.919000', '164651.922000', '164651.925000', '164651.927000', '164651.930000', '164651.932000', '164651.935000', '164651.938000', '164651.940000', '164651.943000', '164651.945000', '164651.948000', '164651.951000', '164651.953000', '164651.956000', '164651.958000', '164651.961000', '164651.964000', '164651.966000', '164651.969000', '164711.857000', '164711.859000', '164711.862000', '164711.865000', '164711.867000', '164711.870000', '164711.873000', '164711.875000', '164711.878000', '164711.880000', '164711.883000', '164711.886000', '164711.888000', '164711.891000', '164711.893000', '164711.896000', '164711.899000', '164711.901000', '164711.915000', '164711.918000', '164711.921000', '164711.923000', '164711.926000', '164711.928000', '164711.931000', '164711.933000', '164711.936000', '164711.939000', '164711.942000', '164711.944000', '164711.947000', '164711.949000', '164711.952000', '164711.955000', '164711.957000', '164711.960000', '164711.962000', '164711.965000', '164711.968000', '164711.970000', '164711.973000', '164711.975000', '164711.978000', '164711.980000', '164725.488000', '164725.492000', '164725.494000', '164725.497000', '164725.500000', '164725.502000', '164725.505000', '164725.508000', '164725.511000', '164725.514000', '164725.517000', '164725.521000', '164725.524000', '164725.526000', '164725.529000', '164725.532000', '164725.535000', '164725.537000', '164725.540000', '164725.543000', '164725.546000', '164725.548000', '164725.551000', '164725.554000', '164725.557000', '164725.560000', '164725.563000', '164725.565000', '164725.568000', '164725.571000'], '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': [10554, 10001, 9766, 9226, 11094, 11065, 8090, 7968, 11443, 8414, 8053, 12142, 9764, 7743, 15006, 13864, 9705, 13626, 8749, 8355, 10088, 8593, 10779, 13158, 8753, 10414, 8599, 8271, 8750, 9258, 8123, 12300, 10942, 9148, 11769, 7542, 12105, 9897, 8008, 12328, 10254, 14227, 12491, 8360, 11560, 8321, 10735, 10573, 8130, 13789, 9948, 11016, 9493, 8114, 12208, 11214, 9649, 13743, 8237, 10700, 9849, 7663, 12411, 11517, 13224, 12148, 8371, 13551, 9149, 10552, 10829, 7978, 12246, 8220, 12150, 12402, 8244, 11823, 8115, 12852, 9379, 7952, 11536, 8919, 13941, 10389, 7945, 10726, 8036, 11903, 11662, 8766, 14051, 8770, 10423, 9664, 7735, 11344, 7869, 10290, 12060, 9293, 14742, 9397, 7669, 10366, 8117, 12469, 11951, 9563, 13159, 7865, 13125, 9711, 8059, 10649, 7875, 14217, 10198, 9537, 9588, 7635, 11293, 8966, 10432, 11834, 8105, 11415, 8622, 7657, 11404, 9981, 11329, 9942, 8379, 12127, 9288, 8746, 13868, 9556, 12941, 10254, 7693, 11780, 8093, 11580, 12526, 8451, 12599, 8004, 9706, 10649, 7937, 14917, 10909, 10043, 10466, 7954, 13123, 10333, 11638, 13618, 8537, 12987, 9070, 7843, 11392, 8361, 13922, 12923, 8183, 11515, 8192, 9370, 9398, 7672, 14440, 10592, 7774, 10485, 8264, 9149, 12672, 9431, 12751, 9485, 7836, 12488, 9969, 8539, 13595, 8035, 8825, 8783, 8023, 11204, 12356, 9031, 14402, 8948, 7935, 10539, 7964, 11418, 13486, 9334, 13830, 8447, 7826, 10411, 8115, 12710, 12861, 9533, 13232, 8405, 7395, 10302, 8065, 12012, 12239, 8247, 12321, 8164, 11942, 10431, 8187, 13356, 8520, 13108, 9195, 7591, 10850, 7873, 12414, 11876, 7920, 11380, 8421, 11588, 12148, 9308, 14514, 8335, 9110, 9064, 7869, 12820, 11269, 10374, 11526, 8003, 9007, 9413, 8160, 13482, 10059, 8057, 11376, 8131, 9878, 11711, 8685, 14759, 10061, 8179, 10980, 8186, 12808, 10375, 8712, 13746, 8334, 9790, 8772, 7803, 11680, 9775, 9882, 12550, 7978, 9204, 8692, 7948, 13141, 11333, 8843, 11662, 8197, 11226, 9760, 8069, 13644, 11002, 10554, 10700, 7832, 12853, 9352, 7872, 13592, 9931, 12595, 10173, 7994, 11868, 8324, 8015, 9760, 7942, 14267, 10329, 8095, 11054, 8464, 13189, 12919, 9863, 14846, 8461, 10465, 9580, 8232, 12858, 9353, 11552, 12379, 8740, 13446, 8572, 7682, 9955, 8484, 13106, 10169, 7855, 10646, 8080, 10658, 9294, 7899, 12751, 9421, 9509, 9893, 7980, 11925, 10035, 7970, 14338, 10263, 9614, 10598, 8439, 8625, 8504, 8105, 13743, 11146, 8061, 11767, 8353, 10785, 9608, 7920, 13884, 10938, 10698, 11457, 8013, 11576, 9366, 7843, 13574, 9459, 11349, 9043, 7688, 13100, 11873, 10245, 13508, 8165, 10173, 9113, 7665, 12166, 9090, 11255, 9544, 8082, 11709, 8529, 10051, 12079, 8019, 13744, 8422, 7787, 10978, 8302, 13353, 13308, 8279, 12369, 8341, 8615, 9918, 7850, 14972, 11602, 7966, 10592, 8120, 9916, 11528, 8010, 13486, 8336, 7765, 9984, 8923, 14483, 13447, 8658, 12104, 8030, 10544, 10152, 7993, 13999, 9269, 11536, 9301, 7536, 11042, 7947, 13272, 11394, 7981, 10788, 8167, 11634, 9427, 7977, 13293, 10326, 13171, 10111, 8017, 12066, 8393, 7666, 10516, 7750, 13335, 12170, 8052, 12218, 8056, 10164, 12100, 8436, 14758, 9011, 8325, 9402, 8117, 12701, 9759, 10664, 10370, 7674, 12631, 8300, 7941, 10565, 8144, 13413, 11451, 7996, 12052, 8304, 7574, 10631, 7872, 14199, 12280, 8123, 11916, 7901, 11058, 12959, 8667, 14880, 9101, 8065, 10123, 8415, 12210, 12530, 9256, 14030, 8582, 7970, 9814, 7892, 12753, 11809, 8935, 13671, 7838, 8097, 8516, 8019, 13373, 12289, 10411, 12492, 7786, 11189, 9494, 7795, 13312, 11223, 11545, 10858, 7901, 11098, 8969, 7636, 12799, 9158, 10701, 9452, 8289, 11801, 7961, 7787, 11997, 8426, 10835, 9029, 8220, 11764, 8854, 7758, 13555, 10363, 10503, 10602, 8146, 10511, 9528, 7865, 13859, 12171, 10002, 12690, 8094, 9716, 9488, 7922, 14645, 12119, 9650, 12048, 7857, 8909, 9032, 7821, 11694, 8525, 8075, 13083, 9344, 10694, 9775, 8041, 10801, 9571, 7731, 14126, 10301, 9899, 10939, 8015, 11074, 9291, 8210, 12430, 11859, 7866, 8803, 9178, 7875, 11082, 8426, 7809, 11358, 9658, 8079, 15427, 13947, 10116, 13214, 8436, 8070, 10502, 8300, 13622, 12173, 10563, 15151, 8818, 12033, 9338, 7597, 11532, 8045, 11027, 13664, 9377, 13942, 8327, 7797, 8998, 8020, 12550, 9731, 9930, 11521, 8245, 12951, 8933, 7752, 13543, 9613, 10365, 9559, 8216, 10005, 8457, 8048, 14328, 14387, 10104, 13165, 8343, 7641, 11749, 8624, 12205, 11431, 8192, 11506, 8931, 7955, 12444, 10869, 10801, 14884, 8581, 7672, 9339, 8474, 10839, 13359, 9678, 14991, 8812, 7625, 11046, 8089, 11273, 13252, 8815, 13859, 8139, 8291, 9846, 8194, 14279, 10850, 8136, 10588, 8299, 13025, 9263, 7762, 12906, 9097, 13138, 10199, 7692, 11875, 8423, 8685, 11812, 7951, 14244, 8748, 9130, 9071, 7962, 12002, 9159, 11662, 11783, 7925, 12467, 8152, 7746, 9486, 8137, 14385, 10143, 8690, 10011, 8276, 12780, 11351, 9728, 13643, 7936, 11091, 9090, 7713, 11391, 8144, 13582, 11278, 7923, 11074, 8255, 12355, 9237, 8965, 13045, 7758, 13274, 8553, 7798, 9628, 8136, 13493, 9852, 7747, 10313, 7964, 11788, 9613, 9258, 11771, 7834, 12393, 8384, 7746, 11607, 8297, 13367, 9998, 7782, 11030, 8334, 11811, 12856, 9122, 13104, 8372, 7944, 9355, 8151, 12758, 11087, 8176, 11097, 8733, 9263, 11095, 8282, 13138, 8999, 9521, 9390, 7688, 12591, 9475, 10455, 8854, 7727, 9993, 8960, 7914, 10676, 8599, 7893, 10189, 8266, 7841, 13817, 14128, 10246, 13291, 9257, 7587, 12124, 9145, 8409, 13989, 12597, 9881, 10755, 8193, 8013, 10432, 8183, 11756, 12025, 8519, 11267, 8471, 8006, 11152, 8889, 9572, 13839, 12867, 13797, 11891, 9521, 13255, 8827, 7802, 10748, 8315, 9735, 13237, 9153, 10654, 8663, 7632, 11250, 9203, 7724, 11337, 8983, 11899, 11057, 8114, 11187, 9001, 7474, 11719, 9781, 8144, 11596, 8439, 7954, 10193, 8225, 8953, 10136, 8375, 13124, 14207, 10575, 14152, 10394, 7866, 11620, 8636, 7936, 13024, 10259, 12024, 10728, 8342, 8709, 8381, 8002, 11614, 11377, 10211, 12631, 8241, 9456, 9076, 8180, 11613, 11417, 10954, 13351, 8881, 11087, 9540, 8189, 11937, 11132, 9824, 13615, 9576, 11428, 9848, 8239, 9597, 8359, 8174, 11984, 10535, 8423, 11033, 8422, 7813, 8328, 8511, 11556, 11566, 7770, 8239, 8520, 7987, 9850, 9559, 8655, 12832, 10558, 8205, 10867, 8551, 8040, 9975, 8168, 13159, 11929, 8255, 11844, 8781, 8094, 10360, 9112, 10690, 12111, 8448, 9090, 8444, 7895, 11006, 9376, 8259, 12689, 9807, 10363, 8473, 8094, 10785, 9506, 8856, 13040, 9695, 11275, 9151, 7907, 10558, 8655, 8254, 11780, 9321, 13256, 11056, 8365, 10818, 8287, 10111, 10433, 8226, 12386, 8358, 11131, 8806, 7892, 11784, 9396, 10806, 9663, 8260, 10232, 8746, 8073, 12927, 10759, 12060, 10006, 7811, 9976, 8796, 7954, 12830, 10138, 11558, 9950, 8435, 9470, 8385, 8096, 12318, 10629, 11592, 10275, 8336, 10601, 8524, 8084, 12034, 10631, 13588, 11862, 8991, 11103, 8357, 8151, 11777, 8962, 13735, 10533, 8034, 10368, 8540, 9600, 13780, 9336, 13490, 9958, 10926, 9924, 8073, 10930, 9739, 9118, 11275, 8518, 8368, 8243, 7927, 9952, 9192, 11908, 12544, 8388, 11226, 8809, 9782, 9900, 8295, 13092, 9792, 11094, 9327, 8352, 9377, 8544, 7991, 12139, 8843, 10036, 8864, 8407, 9419, 10916, 8216, 13464, 12001, 9432, 10838, 8223, 7749, 9152, 8201, 10295, 10439, 7959, 10255, 9069, 8219, 11726, 12653, 11589, 13019, 8101, 8561, 10928, 8382, 8206, 9216, 8127, 12210, 12355, 8091, 12586, 8818, 7773, 10038, 8382, 7768, 9979, 8692, 8343, 10770, 11407, 8767, 13525, 11018, 8115, 11734, 8942, 8021, 10985, 10831, 11645, 13378, 9131, 12520, 9292, 8253, 9903, 9292, 8326, 12977, 9857, 7819, 10444, 8185, 7902, 8546, 8042, 12148, 12243, 8038, 9955, 8498, 8605, 11580, 11009, 13113, 11392, 8091, 7956, 9945, 8216, 8022, 9243, 8412, 8033, 13257, 11890, 11790, 12555, 9021, 13585, 12711, 8189, 11645, 8529, 8143, 9353, 8668, 8068, 11400, 8934, 8345, 12242, 11943, 13055, 11896, 9616, 13339, 8841, 7772, 8852, 8408, 8247, 8584, 8093, 10504, 8351, 9718, 12332, 8236, 12714, 8551, 8088, 8847, 8290, 10484, 8551, 8099, 8951, 8305, 11732, 11495, 12104, 10763, 7988, 10850, 8156, 8184, 8853, 8093, 10906, 9127, 9765, 9352, 7735, 10428, 8229, 7883, 8804, 8210, 11892, 8740, 10133, 11312, 8350, 13833, 9659, 10105, 9157, 7553, 10388, 8688, 8397, 8816, 8264, 12020, 10118, 8778, 8873, 8281, 9906, 8792, 8234, 10166, 8509, 11535, 12401, 9124, 12548, 8651, 7678, 9461, 8958, 8169, 13013, 11360, 8069, 10993, 8447, 8086, 9583, 8462, 12665, 12505, 9181, 12809, 8712, 8032, 10297, 8977], 'WindowCenter': [4517.0, 4492.0, 4478.0, 4464.0, 4472.0, 4471.0, 4432.0, 4419.0, 4469.0, 4428.0, 4418.0, 4468.0, 4448.0, 4408.0, 4488.0, 4490.0, 4451.0, 4489.0, 4429.0, 4416.0, 4445.0, 4427.0, 4457.0, 4477.0, 4429.0, 4461.0, 4440.0, 4441.0, 4438.0, 4439.0, 4419.0, 4469.0, 4472.0, 4451.0, 4483.0, 4433.0, 4482.0, 4451.0, 4418.0, 4467.0, 4448.0, 4489.0, 4469.0, 4430.0, 4468.0, 4428.0, 4458.0, 4448.0, 4407.0, 4477.0, 4448.0, 4456.0, 4447.0, 4418.0, 4467.0, 4457.0, 4436.0, 4478.0, 4430.0, 4457.0, 4448.0, 4408.0, 4466.0, 4468.0, 4478.0, 4468.0, 4428.0, 4478.0, 4438.0, 4445.0, 4447.0, 4405.0, 4453.0, 4416.0, 4454.0, 4466.0, 4416.0, 4456.0, 4415.0, 4463.0, 4425.0, 4404.0, 4444.0, 4426.0, 4475.0, 4448.0, 4416.0, 4455.0, 4417.0, 4455.0, 4455.0, 4426.0, 4476.0, 4428.0, 4459.0, 4439.0, 4417.0, 4455.0, 4417.0, 4445.0, 4468.0, 4438.0, 4489.0, 4451.0, 4420.0, 4459.0, 4417.0, 4465.0, 4468.0, 4437.0, 4477.0, 4419.0, 4477.0, 4438.0, 4417.0, 4445.0, 4416.0, 4475.0, 4448.0, 4438.0, 4437.0, 4418.0, 4471.0, 4450.0, 4447.0, 4466.0, 4420.0, 4470.0, 4440.0, 4417.0, 4468.0, 4459.0, 4470.0, 4460.0, 4442.0, 4481.0, 4449.0, 4429.0, 4491.0, 4450.0, 4481.0, 4460.0, 4419.0, 4468.0, 4418.0, 4467.0, 4481.0, 4428.0, 4477.0, 4418.0, 4439.0, 4446.0, 4417.0, 4488.0, 4459.0, 4448.0, 4447.0, 4418.0, 4465.0, 4445.0, 4455.0, 4478.0, 4428.0, 4477.0, 4438.0, 4416.0, 4455.0, 4417.0, 4475.0, 4467.0, 4418.0, 4467.0, 4428.0, 4436.0, 4426.0, 4406.0, 4476.0, 4459.0, 4408.0, 4446.0, 4417.0, 4436.0, 4476.0, 4439.0, 4478.0, 4448.0, 4409.0, 4465.0, 4447.0, 4426.0, 4477.0, 4419.0, 4437.0, 4428.0, 4418.0, 4456.0, 4467.0, 4439.0, 4489.0, 4439.0, 4428.0, 4458.0, 4417.0, 4457.0, 4478.0, 4439.0, 4480.0, 4428.0, 4417.0, 4447.0, 4416.0, 4466.0, 4477.0, 4449.0, 4479.0, 4430.0, 4410.0, 4446.0, 4417.0, 4468.0, 4479.0, 4428.0, 4478.0, 4428.0, 4467.0, 4447.0, 4416.0, 4467.0, 4427.0, 4467.0, 4437.0, 4405.0, 4444.0, 4406.0, 4465.0, 4457.0, 4416.0, 4456.0, 4417.0, 4454.0, 4466.0, 4437.0, 4477.0, 4417.0, 4428.0, 4427.0, 4415.0, 4464.0, 4457.0, 4447.0, 4467.0, 4418.0, 4437.0, 4437.0, 4417.0, 4477.0, 4449.0, 4418.0, 4469.0, 4420.0, 4447.0, 4467.0, 4428.0, 4487.0, 4449.0, 4427.0, 4458.0, 4418.0, 4465.0, 4445.0, 4425.0, 4475.0, 4419.0, 4446.0, 4428.0, 4408.0, 4455.0, 4448.0, 4448.0, 4479.0, 4419.0, 4438.0, 4427.0, 4418.0, 4476.0, 4469.0, 4439.0, 4468.0, 4430.0, 4457.0, 4448.0, 4418.0, 4477.0, 4460.0, 4450.0, 4459.0, 4420.0, 4477.0, 4439.0, 4417.0, 4476.0, 4449.0, 4470.0, 4459.0, 4419.0, 4468.0, 4428.0, 4417.0, 4436.0, 4417.0, 4487.0, 4449.0, 4420.0, 4458.0, 4430.0, 4466.0, 4468.0, 4437.0, 4489.0, 4428.0, 4446.0, 4437.0, 4415.0, 4464.0, 4425.0, 4444.0, 4465.0, 4426.0, 4465.0, 4416.0, 4406.0, 4435.0, 4417.0, 4464.0, 4446.0, 4406.0, 4446.0, 4418.0, 4446.0, 4437.0, 4416.0, 4468.0, 4439.0, 4448.0, 4448.0, 4419.0, 4469.0, 4448.0, 4417.0, 4489.0, 4450.0, 4449.0, 4460.0, 4431.0, 4428.0, 4427.0, 4418.0, 4477.0, 4470.0, 4431.0, 4471.0, 4442.0, 4460.0, 4450.0, 4419.0, 4479.0, 4460.0, 4459.0, 4469.0, 4419.0, 4458.0, 4437.0, 4416.0, 4476.0, 4438.0, 4458.0, 4428.0, 4407.0, 4465.0, 4458.0, 4446.0, 4479.0, 4417.0, 4447.0, 4426.0, 4407.0, 4454.0, 4428.0, 4455.0, 4438.0, 4418.0, 4456.0, 4428.0, 4436.0, 4467.0, 4419.0, 4477.0, 4428.0, 4409.0, 4445.0, 4427.0, 4478.0, 4479.0, 4430.0, 4479.0, 4430.0, 4427.0, 4436.0, 4417.0, 4486.0, 4458.0, 4419.0, 4459.0, 4418.0, 4437.0, 4458.0, 4417.0, 4480.0, 4431.0, 4407.0, 4448.0, 4439.0, 4487.0, 4480.0, 4429.0, 4468.0, 4419.0, 4446.0, 4437.0, 4407.0, 4476.0, 4427.0, 4457.0, 4438.0, 4407.0, 4455.0, 4407.0, 4464.0, 4457.0, 4416.0, 4446.0, 4419.0, 4456.0, 4438.0, 4416.0, 4477.0, 4451.0, 4479.0, 4459.0, 4420.0, 4468.0, 4428.0, 4406.0, 4446.0, 4409.0, 4477.0, 4470.0, 4429.0, 4478.0, 4421.0, 4447.0, 4468.0, 4418.0, 4488.0, 4429.0, 4417.0, 4438.0, 4417.0, 4465.0, 4437.0, 4446.0, 4446.0, 4409.0, 4466.0, 4419.0, 4406.0, 4447.0, 4417.0, 4477.0, 4470.0, 4430.0, 4468.0, 4429.0, 4418.0, 4458.0, 4418.0, 4487.0, 4470.0, 4419.0, 4468.0, 4419.0, 4458.0, 4478.0, 4430.0, 4489.0, 4441.0, 4420.0, 4447.0, 4417.0, 4455.0, 4467.0, 4438.0, 4479.0, 4430.0, 4419.0, 4447.0, 4417.0, 4465.0, 4455.0, 4426.0, 4477.0, 4420.0, 4420.0, 4428.0, 4418.0, 4476.0, 4468.0, 4459.0, 4470.0, 4419.0, 4457.0, 4438.0, 4405.0, 4464.0, 4456.0, 4455.0, 4445.0, 4417.0, 4454.0, 4425.0, 4404.0, 4464.0, 4426.0, 4446.0, 4437.0, 4417.0, 4456.0, 4417.0, 4405.0, 4457.0, 4417.0, 4458.0, 4439.0, 4430.0, 4467.0, 4427.0, 4407.0, 4479.0, 4459.0, 4459.0, 4460.0, 4431.0, 4458.0, 4437.0, 4417.0, 4478.0, 4470.0, 4449.0, 4478.0, 4419.0, 4437.0, 4436.0, 4407.0, 4475.0, 4467.0, 4436.0, 4456.0, 4418.0, 4426.0, 4426.0, 4406.0, 4455.0, 4415.0, 4404.0, 4465.0, 4438.0, 4448.0, 4447.0, 4419.0, 4446.0, 4437.0, 4406.0, 4478.0, 4448.0, 4449.0, 4459.0, 4418.0, 4456.0, 4451.0, 4417.0, 4466.0, 4467.0, 4418.0, 4427.0, 4440.0, 4421.0, 4472.0, 4431.0, 4431.0, 4470.0, 4438.0, 4418.0, 4490.0, 4481.0, 4462.0, 4479.0, 4418.0, 4418.0, 4446.0, 4405.0, 4464.0, 4455.0, 4435.0, 4476.0, 4427.0, 4455.0, 4425.0, 4395.0, 4442.0, 4402.0, 4432.0, 4465.0, 4424.0, 4464.0, 4417.0, 4406.0, 4425.0, 4405.0, 4452.0, 4423.0, 4424.0, 4444.0, 4405.0, 4464.0, 4425.0, 4394.0, 4465.0, 4435.0, 4434.0, 4435.0, 4416.0, 4435.0, 4416.0, 4406.0, 4477.0, 4488.0, 4450.0, 4479.0, 4428.0, 4408.0, 4457.0, 4426.0, 4456.0, 4458.0, 4418.0, 4457.0, 4428.0, 4418.0, 4465.0, 4446.0, 4447.0, 4488.0, 4428.0, 4418.0, 4438.0, 4418.0, 4445.0, 4479.0, 4450.0, 4489.0, 4440.0, 4420.0, 4469.0, 4419.0, 4456.0, 4466.0, 4428.0, 4478.0, 4417.0, 4417.0, 4436.0, 4416.0, 4475.0, 4447.0, 4406.0, 4445.0, 4414.0, 4463.0, 4424.0, 4393.0, 4454.0, 4427.0, 4476.0, 4447.0, 4418.0, 4467.0, 4417.0, 4416.0, 4454.0, 4417.0, 4488.0, 4430.0, 4438.0, 4439.0, 4418.0, 4455.0, 4427.0, 4455.0, 4457.0, 4418.0, 4467.0, 4418.0, 4407.0, 4436.0, 4418.0, 4477.0, 4448.0, 4428.0, 4447.0, 4416.0, 4465.0, 4456.0, 4436.0, 4477.0, 4418.0, 4456.0, 4428.0, 4407.0, 4455.0, 4416.0, 4464.0, 4458.0, 4417.0, 4456.0, 4417.0, 4466.0, 4427.0, 4425.0, 4476.0, 4407.0, 4477.0, 4427.0, 4407.0, 4436.0, 4417.0, 4476.0, 4449.0, 4419.0, 4449.0, 4418.0, 4467.0, 4438.0, 4438.0, 4471.0, 4420.0, 4479.0, 4430.0, 4408.0, 4469.0, 4429.0, 4478.0, 4450.0, 4420.0, 4458.0, 4429.0, 4466.0, 4478.0, 4439.0, 4480.0, 4431.0, 4430.0, 4439.0, 4419.0, 4478.0, 4471.0, 4430.0, 4470.0, 4441.0, 4439.0, 4469.0, 4431.0, 4481.0, 4451.0, 4451.0, 4439.0, 4420.0, 4494.0, 4466.0, 4473.0, 4453.0, 4433.0, 4460.0, 4441.0, 4420.0, 4459.0, 4440.0, 4431.0, 4459.0, 4443.0, 4432.0, 4503.0, 4504.0, 4464.0, 4492.0, 4452.0, 4419.0, 4469.0, 4438.0, 4418.0, 4490.0, 4481.0, 4452.0, 4460.0, 4430.0, 4418.0, 4447.0, 4415.0, 4456.0, 4457.0, 4427.0, 4458.0, 4428.0, 4420.0, 4459.0, 4439.0, 4438.0, 4479.0, 4480.0, 4479.0, 4460.0, 4439.0, 4468.0, 4428.0, 4396.0, 4443.0, 4406.0, 4426.0, 4466.0, 4437.0, 4448.0, 4427.0, 4408.0, 4445.0, 4425.0, 4394.0, 4444.0, 4426.0, 4455.0, 4448.0, 4404.0, 4445.0, 4427.0, 4395.0, 4454.0, 4435.0, 4405.0, 4457.0, 4418.0, 4418.0, 4449.0, 4427.0, 4428.0, 4446.0, 4418.0, 4478.0, 4491.0, 4462.0, 4491.0, 4459.0, 4419.0, 4458.0, 4428.0, 4407.0, 4466.0, 4450.0, 4469.0, 4460.0, 4431.0, 4429.0, 4428.0, 4418.0, 4456.0, 4458.0, 4449.0, 4480.0, 4429.0, 4449.0, 4440.0, 4418.0, 4456.0, 4457.0, 4446.0, 4468.0, 4427.0, 4456.0, 4436.0, 4415.0, 4444.0, 4444.0, 4424.0, 4464.0, 4424.0, 4444.0, 4434.0, 4414.0, 4423.0, 4403.0, 4403.0, 4454.0, 4445.0, 4416.0, 4446.0, 4417.0, 4406.0, 4415.0, 4413.0, 4445.0, 4455.0, 4406.0, 4415.0, 4415.0, 4407.0, 4435.0, 4435.0, 4426.0, 4466.0, 4448.0, 4419.0, 4457.0, 4428.0, 4405.0, 4434.0, 4416.0, 4464.0, 4457.0, 4418.0, 4457.0, 4417.0, 4404.0, 4433.0, 4425.0, 4436.0, 4456.0, 4417.0, 4427.0, 4417.0, 4417.0, 4444.0, 4424.0, 4415.0, 4466.0, 4436.0, 4446.0, 4416.0, 4405.0, 4444.0, 4424.0, 4414.0, 4464.0, 4435.0, 4454.0, 4426.0, 4417.0, 4445.0, 4416.0, 4414.0, 4455.0, 4437.0, 4476.0, 4459.0, 4417.0, 4455.0, 4415.0, 4434.0, 4435.0, 4405.0, 4454.0, 4415.0, 4445.0, 4425.0, 4404.0, 4452.0, 4424.0, 4446.0, 4435.0, 4416.0, 4436.0, 4416.0, 4416.0, 4467.0, 4458.0, 4469.0, 4448.0, 4420.0, 4445.0, 4426.0, 4406.0, 4466.0, 4450.0, 4467.0, 4448.0, 4431.0, 4448.0, 4417.0, 4416.0, 4469.0, 4460.0, 4467.0, 4449.0, 4428.0, 4457.0, 4429.0, 4405.0, 4466.0, 4447.0, 4475.0, 4468.0, 4426.0, 4455.0, 4416.0, 4404.0, 4455.0, 4426.0, 4475.0, 4445.0, 4407.0, 4447.0, 4414.0, 4424.0, 4475.0, 4424.0, 4467.0, 4435.0, 4446.0, 4435.0, 4404.0, 4443.0, 4424.0, 4414.0, 4456.0, 4425.0, 4426.0, 4418.0, 4406.0, 4434.0, 4436.0, 4457.0, 4467.0, 4416.0, 4456.0, 4427.0, 4434.0, 4434.0, 4414.0, 4464.0, 4437.0, 4456.0, 4438.0, 4419.0, 4436.0, 4426.0, 4404.0, 4465.0, 4428.0, 4447.0, 4438.0, 4430.0, 4435.0, 4457.0, 4418.0, 4479.0, 4470.0, 4438.0, 4460.0, 4431.0, 4418.0, 4435.0, 4427.0, 4448.0, 4458.0, 4431.0, 4460.0, 4441.0, 4431.0, 4466.0, 4477.0, 4458.0, 4478.0, 4417.0, 4426.0, 4456.0, 4418.0, 4416.0, 4424.0, 4416.0, 4466.0, 4468.0, 4417.0, 4468.0, 4427.0, 4408.0, 4437.0, 4418.0, 4405.0, 4435.0, 4426.0, 4415.0, 4454.0, 4467.0, 4429.0, 4478.0, 4458.0, 4419.0, 4466.0, 4428.0, 4417.0, 4445.0, 4448.0, 4457.0, 4477.0, 4439.0, 4468.0, 4437.0, 4416.0, 4434.0, 4425.0, 4415.0, 4465.0, 4447.0, 4407.0, 4457.0, 4429.0, 4417.0, 4415.0, 4406.0, 4456.0, 4468.0, 4419.0, 4459.0, 4438.0, 4438.0, 4467.0, 4470.0, 4501.0, 4479.0, 4430.0, 4419.0, 4437.0, 4406.0, 4420.0, 4440.0, 4419.0, 4407.0, 4480.0, 4472.0, 4458.0, 4457.0, 4415.0, 4452.0, 4442.0, 4392.0, 4431.0, 4401.0, 4390.0, 4411.0, 4402.0, 4391.0, 4431.0, 4402.0, 4390.0, 4430.0, 4442.0, 4451.0, 4442.0, 4423.0, 4452.0, 4413.0, 4392.0, 4410.0, 4400.0, 4400.0, 4402.0, 4391.0, 4433.0, 4404.0, 4423.0, 4453.0, 4415.0, 4465.0, 4415.0, 4405.0, 4424.0, 4415.0, 4434.0, 4415.0, 4403.0, 4425.0, 4416.0, 4455.0, 4456.0, 4466.0, 4446.0, 4416.0, 4445.0, 4405.0, 4402.0, 4424.0, 4405.0, 4443.0, 4427.0, 4435.0, 4438.0, 4419.0, 4457.0, 4417.0, 4416.0, 4426.0, 4417.0, 4457.0, 4428.0, 4447.0, 4457.0, 4417.0, 4477.0, 4437.0, 4435.0, 4425.0, 4394.0, 4434.0, 4416.0, 4414.0, 4426.0, 4417.0, 4467.0, 4460.0, 4441.0, 4439.0, 4429.0, 4436.0, 4428.0, 4419.0, 4447.0, 4430.0, 4470.0, 4483.0, 4453.0, 4492.0, 4442.0, 4422.0, 4449.0, 4438.0, 4429.0, 4492.0, 4482.0, 4434.0, 4473.0, 4442.0, 4431.0, 4449.0, 4419.0, 4477.0, 4470.0, 4440.0, 4477.0, 4428.0, 4418.0, 4446.0, 4427.0], 'WindowWidth': [9930.0, 9881.0, 9852.0, 9825.0, 9831.0, 9825.0, 9777.0, 9753.0, 9817.0, 9763.0, 9749.0, 9813.0, 9787.0, 9736.0, 9845.0, 9851.0, 9798.0, 9846.0, 9766.0, 9744.0, 9779.0, 9757.0, 9799.0, 9827.0, 9765.0, 9810.0, 9784.0, 9788.0, 9780.0, 9778.0, 9750.0, 9818.0, 9828.0, 9799.0, 9843.0, 9778.0, 9842.0, 9798.0, 9747.0, 9812.0, 9789.0, 9844.0, 9820.0, 9768.0, 9816.0, 9764.0, 9801.0, 9785.0, 9730.0, 9824.0, 9789.0, 9798.0, 9787.0, 9750.0, 9810.0, 9800.0, 9771.0, 9829.0, 9767.0, 9802.0, 9790.0, 9734.0, 9809.0, 9816.0, 9827.0, 9817.0, 9763.0, 9830.0, 9774.0, 9780.0, 9783.0, 9726.0, 9787.0, 9741.0, 9788.0, 9809.0, 9743.0, 9796.0, 9741.0, 9802.0, 9751.0, 9720.0, 9774.0, 9755.0, 9821.0, 9789.0, 9745.0, 9794.0, 9746.0, 9791.0, 9794.0, 9755.0, 9825.0, 9763.0, 9806.0, 9777.0, 9748.0, 9793.0, 9744.0, 9780.0, 9815.0, 9776.0, 9846.0, 9798.0, 9756.0, 9805.0, 9749.0, 9807.0, 9815.0, 9772.0, 9827.0, 9751.0, 9827.0, 9776.0, 9744.0, 9778.0, 9742.0, 9821.0, 9789.0, 9774.0, 9773.0, 9750.0, 9826.0, 9799.0, 9786.0, 9810.0, 9754.0, 9824.0, 9782.0, 9747.0, 9816.0, 9807.0, 9825.0, 9811.0, 9791.0, 9839.0, 9795.0, 9766.0, 9852.0, 9798.0, 9840.0, 9811.0, 9755.0, 9816.0, 9750.0, 9814.0, 9839.0, 9763.0, 9827.0, 9750.0, 9777.0, 9784.0, 9745.0, 9842.0, 9805.0, 9788.0, 9787.0, 9747.0, 9804.0, 9780.0, 9795.0, 9830.0, 9764.0, 9829.0, 9778.0, 9745.0, 9792.0, 9744.0, 9820.0, 9813.0, 9748.0, 9814.0, 9763.0, 9770.0, 9755.0, 9729.0, 9824.0, 9806.0, 9736.0, 9784.0, 9748.0, 9770.0, 9825.0, 9779.0, 9829.0, 9790.0, 9738.0, 9807.0, 9785.0, 9756.0, 9827.0, 9753.0, 9775.0, 9763.0, 9750.0, 9796.0, 9813.0, 9778.0, 9846.0, 9780.0, 9766.0, 9803.0, 9747.0, 9798.0, 9828.0, 9777.0, 9833.0, 9764.0, 9747.0, 9785.0, 9743.0, 9811.0, 9828.0, 9793.0, 9834.0, 9769.0, 9744.0, 9786.0, 9748.0, 9815.0, 9834.0, 9765.0, 9831.0, 9764.0, 9812.0, 9786.0, 9742.0, 9811.0, 9759.0, 9811.0, 9772.0, 9727.0, 9776.0, 9728.0, 9805.0, 9798.0, 9743.0, 9796.0, 9746.0, 9790.0, 9809.0, 9772.0, 9826.0, 9747.0, 9762.0, 9759.0, 9740.0, 9803.0, 9799.0, 9785.0, 9814.0, 9750.0, 9774.0, 9773.0, 9747.0, 9827.0, 9793.0, 9751.0, 9820.0, 9755.0, 9787.0, 9814.0, 9763.0, 9843.0, 9795.0, 9761.0, 9801.0, 9748.0, 9806.0, 9781.0, 9752.0, 9821.0, 9750.0, 9783.0, 9761.0, 9734.0, 9793.0, 9788.0, 9787.0, 9833.0, 9754.0, 9778.0, 9761.0, 9748.0, 9825.0, 9821.0, 9780.0, 9817.0, 9769.0, 9801.0, 9789.0, 9747.0, 9826.0, 9809.0, 9795.0, 9806.0, 9754.0, 9827.0, 9776.0, 9745.0, 9824.0, 9793.0, 9820.0, 9807.0, 9754.0, 9817.0, 9762.0, 9745.0, 9769.0, 9746.0, 9841.0, 9793.0, 9754.0, 9803.0, 9766.0, 9809.0, 9816.0, 9774.0, 9845.0, 9763.0, 9785.0, 9773.0, 9741.0, 9802.0, 9754.0, 9777.0, 9808.0, 9756.0, 9808.0, 9742.0, 9727.0, 9763.0, 9742.0, 9802.0, 9782.0, 9728.0, 9784.0, 9748.0, 9782.0, 9771.0, 9744.0, 9814.0, 9778.0, 9790.0, 9790.0, 9753.0, 9817.0, 9788.0, 9746.0, 9845.0, 9795.0, 9793.0, 9809.0, 9772.0, 9765.0, 9762.0, 9749.0, 9828.0, 9822.0, 9770.0, 9826.0, 9789.0, 9810.0, 9795.0, 9750.0, 9833.0, 9810.0, 9805.0, 9819.0, 9754.0, 9803.0, 9774.0, 9742.0, 9824.0, 9775.0, 9800.0, 9760.0, 9732.0, 9806.0, 9802.0, 9784.0, 9829.0, 9746.0, 9785.0, 9757.0, 9730.0, 9790.0, 9759.0, 9794.0, 9774.0, 9748.0, 9795.0, 9759.0, 9769.0, 9813.0, 9751.0, 9827.0, 9762.0, 9737.0, 9780.0, 9760.0, 9827.0, 9833.0, 9767.0, 9833.0, 9767.0, 9758.0, 9768.0, 9744.0, 9838.0, 9804.0, 9753.0, 9805.0, 9751.0, 9772.0, 9801.0, 9746.0, 9833.0, 9769.0, 9733.0, 9787.0, 9778.0, 9841.0, 9837.0, 9765.0, 9816.0, 9751.0, 9782.0, 9770.0, 9730.0, 9822.0, 9759.0, 9799.0, 9774.0, 9731.0, 9791.0, 9730.0, 9803.0, 9798.0, 9742.0, 9781.0, 9749.0, 9797.0, 9775.0, 9745.0, 9828.0, 9797.0, 9833.0, 9807.0, 9756.0, 9816.0, 9763.0, 9730.0, 9783.0, 9737.0, 9826.0, 9821.0, 9767.0, 9831.0, 9758.0, 9787.0, 9814.0, 9748.0, 9841.0, 9766.0, 9746.0, 9773.0, 9746.0, 9805.0, 9772.0, 9781.0, 9783.0, 9735.0, 9807.0, 9748.0, 9727.0, 9783.0, 9747.0, 9828.0, 9822.0, 9770.0, 9818.0, 9766.0, 9749.0, 9801.0, 9750.0, 9841.0, 9824.0, 9752.0, 9818.0, 9753.0, 9799.0, 9830.0, 9767.0, 9846.0, 9785.0, 9753.0, 9787.0, 9747.0, 9793.0, 9813.0, 9775.0, 9832.0, 9768.0, 9751.0, 9785.0, 9744.0, 9805.0, 9794.0, 9758.0, 9828.0, 9755.0, 9754.0, 9763.0, 9748.0, 9824.0, 9818.0, 9805.0, 9821.0, 9753.0, 9801.0, 9775.0, 9725.0, 9804.0, 9797.0, 9794.0, 9781.0, 9746.0, 9792.0, 9753.0, 9722.0, 9802.0, 9756.0, 9783.0, 9771.0, 9745.0, 9796.0, 9746.0, 9728.0, 9797.0, 9748.0, 9802.0, 9778.0, 9768.0, 9812.0, 9758.0, 9732.0, 9831.0, 9807.0, 9807.0, 9808.0, 9770.0, 9803.0, 9772.0, 9745.0, 9830.0, 9823.0, 9792.0, 9830.0, 9754.0, 9774.0, 9771.0, 9730.0, 9821.0, 9814.0, 9770.0, 9795.0, 9748.0, 9755.0, 9755.0, 9728.0, 9791.0, 9739.0, 9723.0, 9807.0, 9775.0, 9788.0, 9786.0, 9751.0, 9783.0, 9769.0, 9729.0, 9828.0, 9791.0, 9790.0, 9803.0, 9750.0, 9797.0, 9799.0, 9745.0, 9810.0, 9814.0, 9750.0, 9759.0, 9782.0, 9757.0, 9826.0, 9770.0, 9775.0, 9824.0, 9775.0, 9747.0, 9850.0, 9840.0, 9815.0, 9833.0, 9750.0, 9749.0, 9779.0, 9722.0, 9798.0, 9792.0, 9763.0, 9821.0, 9758.0, 9792.0, 9751.0, 9712.0, 9767.0, 9715.0, 9752.0, 9802.0, 9747.0, 9804.0, 9743.0, 9729.0, 9752.0, 9723.0, 9781.0, 9746.0, 9747.0, 9775.0, 9723.0, 9802.0, 9750.0, 9708.0, 9804.0, 9765.0, 9764.0, 9766.0, 9742.0, 9764.0, 9741.0, 9728.0, 9824.0, 9844.0, 9793.0, 9832.0, 9764.0, 9734.0, 9796.0, 9757.0, 9794.0, 9800.0, 9747.0, 9799.0, 9761.0, 9746.0, 9806.0, 9784.0, 9786.0, 9842.0, 9763.0, 9750.0, 9776.0, 9749.0, 9780.0, 9831.0, 9795.0, 9846.0, 9783.0, 9757.0, 9819.0, 9750.0, 9794.0, 9811.0, 9760.0, 9827.0, 9747.0, 9745.0, 9769.0, 9741.0, 9820.0, 9784.0, 9728.0, 9779.0, 9737.0, 9799.0, 9748.0, 9706.0, 9790.0, 9757.0, 9824.0, 9788.0, 9750.0, 9813.0, 9747.0, 9741.0, 9792.0, 9745.0, 9843.0, 9768.0, 9777.0, 9779.0, 9750.0, 9793.0, 9758.0, 9792.0, 9799.0, 9747.0, 9811.0, 9749.0, 9731.0, 9770.0, 9746.0, 9825.0, 9789.0, 9761.0, 9786.0, 9743.0, 9806.0, 9796.0, 9769.0, 9827.0, 9749.0, 9796.0, 9761.0, 9731.0, 9792.0, 9742.0, 9804.0, 9800.0, 9746.0, 9797.0, 9746.0, 9810.0, 9758.0, 9753.0, 9824.0, 9733.0, 9825.0, 9760.0, 9734.0, 9768.0, 9746.0, 9824.0, 9792.0, 9751.0, 9791.0, 9749.0, 9812.0, 9776.0, 9775.0, 9822.0, 9755.0, 9831.0, 9768.0, 9735.0, 9817.0, 9764.0, 9830.0, 9797.0, 9754.0, 9802.0, 9764.0, 9810.0, 9830.0, 9780.0, 9835.0, 9773.0, 9769.0, 9780.0, 9752.0, 9828.0, 9827.0, 9769.0, 9823.0, 9786.0, 9778.0, 9818.0, 9771.0, 9838.0, 9798.0, 9798.0, 9779.0, 9755.0, 9861.0, 9827.0, 9834.0, 9805.0, 9777.0, 9810.0, 9784.0, 9752.0, 9804.0, 9783.0, 9770.0, 9807.0, 9791.0, 9774.0, 9872.0, 9879.0, 9822.0, 9858.0, 9802.0, 9754.0, 9817.0, 9774.0, 9747.0, 9846.0, 9838.0, 9798.0, 9808.0, 9768.0, 9747.0, 9784.0, 9738.0, 9793.0, 9798.0, 9759.0, 9801.0, 9763.0, 9754.0, 9805.0, 9777.0, 9773.0, 9833.0, 9837.0, 9834.0, 9808.0, 9777.0, 9812.0, 9758.0, 9712.0, 9770.0, 9727.0, 9752.0, 9809.0, 9771.0, 9787.0, 9758.0, 9733.0, 9778.0, 9749.0, 9708.0, 9774.0, 9753.0, 9792.0, 9784.0, 9725.0, 9779.0, 9755.0, 9711.0, 9787.0, 9766.0, 9726.0, 9798.0, 9748.0, 9747.0, 9788.0, 9761.0, 9760.0, 9784.0, 9748.0, 9829.0, 9852.0, 9814.0, 9852.0, 9808.0, 9753.0, 9802.0, 9760.0, 9729.0, 9808.0, 9794.0, 9817.0, 9808.0, 9771.0, 9767.0, 9763.0, 9746.0, 9794.0, 9803.0, 9791.0, 9833.0, 9766.0, 9793.0, 9782.0, 9748.0, 9793.0, 9797.0, 9781.0, 9813.0, 9759.0, 9795.0, 9769.0, 9738.0, 9773.0, 9775.0, 9747.0, 9803.0, 9749.0, 9773.0, 9761.0, 9736.0, 9746.0, 9719.0, 9719.0, 9790.0, 9781.0, 9742.0, 9784.0, 9746.0, 9729.0, 9736.0, 9733.0, 9776.0, 9792.0, 9730.0, 9737.0, 9741.0, 9731.0, 9765.0, 9766.0, 9755.0, 9812.0, 9789.0, 9750.0, 9799.0, 9760.0, 9725.0, 9761.0, 9741.0, 9804.0, 9799.0, 9746.0, 9797.0, 9744.0, 9723.0, 9757.0, 9752.0, 9767.0, 9795.0, 9744.0, 9758.0, 9745.0, 9744.0, 9776.0, 9750.0, 9737.0, 9808.0, 9770.0, 9783.0, 9743.0, 9727.0, 9775.0, 9748.0, 9733.0, 9805.0, 9767.0, 9790.0, 9756.0, 9744.0, 9778.0, 9741.0, 9735.0, 9793.0, 9771.0, 9823.0, 9804.0, 9745.0, 9793.0, 9740.0, 9759.0, 9763.0, 9722.0, 9788.0, 9738.0, 9776.0, 9752.0, 9721.0, 9784.0, 9750.0, 9780.0, 9766.0, 9742.0, 9768.0, 9741.0, 9741.0, 9814.0, 9805.0, 9818.0, 9791.0, 9754.0, 9782.0, 9755.0, 9728.0, 9810.0, 9795.0, 9814.0, 9792.0, 9771.0, 9790.0, 9746.0, 9743.0, 9817.0, 9808.0, 9814.0, 9792.0, 9765.0, 9801.0, 9763.0, 9725.0, 9808.0, 9786.0, 9822.0, 9815.0, 9758.0, 9794.0, 9741.0, 9722.0, 9791.0, 9756.0, 9819.0, 9782.0, 9731.0, 9783.0, 9737.0, 9749.0, 9819.0, 9751.0, 9810.0, 9767.0, 9780.0, 9765.0, 9723.0, 9770.0, 9748.0, 9734.0, 9794.0, 9754.0, 9756.0, 9748.0, 9729.0, 9762.0, 9770.0, 9797.0, 9813.0, 9743.0, 9796.0, 9757.0, 9763.0, 9763.0, 9735.0, 9803.0, 9772.0, 9794.0, 9773.0, 9751.0, 9769.0, 9754.0, 9724.0, 9807.0, 9761.0, 9787.0, 9776.0, 9768.0, 9768.0, 9798.0, 9749.0, 9832.0, 9823.0, 9777.0, 9808.0, 9770.0, 9750.0, 9767.0, 9760.0, 9790.0, 9804.0, 9771.0, 9808.0, 9784.0, 9770.0, 9808.0, 9827.0, 9800.0, 9829.0, 9746.0, 9754.0, 9795.0, 9747.0, 9740.0, 9749.0, 9742.0, 9809.0, 9816.0, 9747.0, 9815.0, 9759.0, 9734.0, 9771.0, 9747.0, 9725.0, 9765.0, 9756.0, 9741.0, 9792.0, 9813.0, 9765.0, 9830.0, 9804.0, 9753.0, 9812.0, 9762.0, 9745.0, 9777.0, 9787.0, 9798.0, 9828.0, 9778.0, 9815.0, 9773.0, 9744.0, 9762.0, 9750.0, 9738.0, 9808.0, 9788.0, 9734.0, 9800.0, 9765.0, 9745.0, 9740.0, 9727.0, 9794.0, 9813.0, 9750.0, 9808.0, 9779.0, 9779.0, 9818.0, 9826.0, 9871.0, 9838.0, 9769.0, 9751.0, 9768.0, 9725.0, 9754.0, 9781.0, 9750.0, 9731.0, 9834.0, 9829.0, 9802.0, 9797.0, 9737.0, 9780.0, 9767.0, 9698.0, 9751.0, 9709.0, 9693.0, 9722.0, 9713.0, 9698.0, 9750.0, 9713.0, 9693.0, 9746.0, 9766.0, 9780.0, 9770.0, 9742.0, 9781.0, 9731.0, 9703.0, 9722.0, 9710.0, 9709.0, 9715.0, 9700.0, 9755.0, 9719.0, 9742.0, 9788.0, 9738.0, 9806.0, 9740.0, 9726.0, 9750.0, 9736.0, 9760.0, 9738.0, 9720.0, 9751.0, 9741.0, 9791.0, 9795.0, 9808.0, 9783.0, 9742.0, 9779.0, 9724.0, 9717.0, 9749.0, 9724.0, 9773.0, 9757.0, 9766.0, 9774.0, 9750.0, 9798.0, 9747.0, 9742.0, 9756.0, 9745.0, 9797.0, 9762.0, 9783.0, 9799.0, 9743.0, 9825.0, 9772.0, 9766.0, 9751.0, 9708.0, 9762.0, 9742.0, 9737.0, 9756.0, 9745.0, 9813.0, 9809.0, 9783.0, 9779.0, 9763.0, 9768.0, 9760.0, 9748.0, 9784.0, 9767.0, 9822.0, 9844.0, 9805.0, 9857.0, 9790.0, 9762.0, 9791.0, 9775.0, 9765.0, 9854.0, 9843.0, 9780.0, 9833.0, 9791.0, 9773.0, 9791.0, 9752.0, 9827.0, 9822.0, 9779.0, 9827.0, 9762.0, 9748.0, 9781.0, 9759.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.0021720237154150197</td></tr>
<tr><td colspan=3>aqi</td><td>0.05855186</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.62422776526892</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0893392262658232</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9183648152373425</td></tr>
<tr><td colspan=3>efc</td><td>0.4521</td></tr>
<tr><td colspan=3>fber</td><td>6232.8662</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10544557846265595</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.1106719367588935</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5960960295832467</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5045073039242562</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8283215689311954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.455459215894289</td></tr>
<tr><td colspan=3>gcor</td><td>0.00317311</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01283997856080532</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019074078649282455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.592735178625508</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>20.4371</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3591</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.8707</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305146.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.4562</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.614</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.8903</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3627.434</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4846.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1083.8463</td></tr>
<tr><td colspan=3>tsnr</td><td>28.22577285108855</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>