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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:34:28.272500</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.998979, 0.0363529, 0.0268139, -0.0385515, 0.995494, 0.0866394]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10124</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7752, -7274, 486, 20, -87, 32, 57]</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>253.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8446365-2a28-48a0-b700-eebf0e36f71c||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.6801881790161133, -0.10343097895383835, 0.06356741487979889, 114.43152618408203], [-0.09753210842609406, 2.6708364486694336, 0.23647858202457428, -95.29612731933594], [0.07193976640701294, -0.23244713246822357, 2.688872814178467, -61.38540267944336], [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': ['133428.272500', '133428.732500', '133429.192500', '133429.652500', '133430.112500', '133430.572500', '133431.032500', '133431.492500', '133431.952500', '133432.412500', '133432.872500', '133433.332500', '133433.792500', '133434.252500', '133434.712500', '133435.172500', '133435.632500', '133436.092500', '133436.552500', '133437.012500', '133437.472500', '133437.932500', '133438.392500', '133438.852500', '133439.312500', '133439.772500', '133440.232500', '133440.692500', '133441.152500', '133441.612500', '133442.072500', '133442.532500', '133442.992500', '133443.452500', '133443.912500', '133444.372500', '133444.832500', '133445.292500', '133445.752500', '133446.212500', '133446.672500', '133447.132500', '133447.592500', '133448.052500', '133448.512500', '133448.972500', '133449.432500', '133449.892500', '133450.352500', '133450.812500', '133451.272500', '133451.732500', '133452.192500', '133452.652500', '133453.112500', '133453.572500', '133454.032500', '133454.492500', '133454.952500', '133455.412500', '133455.872500', '133456.332500', '133456.792500', '133457.252500', '133457.712500', '133458.172500', '133458.632500', '133459.092500', '133459.552500', '133500.012500', '133500.472500', '133500.932500', '133501.392500', '133501.852500', '133502.312500', '133502.772500', '133503.232500', '133503.692500', '133504.152500', '133504.612500', '133505.072500', '133505.532500', '133505.992500', '133506.452500', '133506.912500', '133507.372500', '133507.832500', '133508.292500', '133508.752500', '133509.212500', '133509.672500', '133510.132500', '133510.592500', '133511.052500', '133511.512500', '133511.972500', '133512.432500', '133512.892500', '133513.352500', '133513.812500', '133514.272500', '133514.732500', '133515.192500', '133515.652500', '133516.112500', '133516.572500', '133517.032500', '133517.492500', '133517.952500', '133518.412500', '133518.872500', '133519.332500', '133519.792500', '133520.252500', '133520.712500', '133521.172500', '133521.632500', '133522.092500', '133522.552500', '133523.012500', '133523.472500', '133523.932500', '133524.392500', '133524.852500', '133525.312500', '133525.772500', '133526.232500', '133526.692500', '133527.152500', '133527.612500', '133528.072500', '133528.532500', '133528.992500', '133529.452500', '133529.912500', '133530.372500', '133530.832500', '133531.292500', '133531.752500', '133532.212500', '133532.672500', '133533.132500', '133533.592500', '133534.052500', '133534.512500', '133534.972500', '133535.432500', '133535.892500', '133536.352500', '133536.812500', '133537.272500', '133537.732500', '133538.192500', '133538.652500', '133539.112500', '133539.572500', '133540.032500', '133540.492500', '133540.952500', '133541.412500', '133541.872500', '133542.332500', '133542.792500', '133543.252500', '133543.712500', '133544.172500', '133544.632500', '133545.092500', '133545.552500', '133546.012500', '133546.472500', '133546.932500', '133547.392500', '133547.852500', '133548.312500', '133548.772500', '133549.232500', '133549.692500', '133550.152500', '133550.612500', '133551.072500', '133551.532500', '133551.992500', '133552.452500', '133552.912500', '133553.372500', '133553.832500', '133554.292500', '133554.752500', '133555.212500', '133555.672500', '133556.132500', '133556.592500', '133557.052500', '133557.512500', '133557.972500', '133558.432500', '133558.892500', '133559.352500', '133559.812500', '133600.272500', '133600.732500', '133601.192500', '133601.652500', '133602.112500', '133602.572500', '133603.032500', '133603.492500', '133603.952500', '133604.412500', '133604.872500', '133605.332500', '133605.792500', '133606.252500', '133606.712500', '133607.172500', '133607.632500', '133608.092500', '133608.552500', '133609.012500', '133609.472500', '133609.932500', '133610.392500', '133610.852500', '133611.312500', '133611.772500', '133612.232500', '133612.692500', '133613.152500', '133613.612500', '133614.072500', '133614.532500', '133614.992500', '133615.452500', '133615.912500', '133616.372500', '133616.832500', '133617.292500', '133617.752500', '133618.212500', '133618.672500', '133619.132500', '133619.592500', '133620.052500', '133620.512500', '133620.972500', '133621.432500', '133621.892500', '133622.352500', '133622.812500', '133623.272500', '133623.732500', '133624.192500', '133624.652500', '133625.112500', '133625.572500', '133626.032500', '133626.492500', '133626.952500', '133627.412500', '133627.872500', '133628.332500', '133628.792500', '133629.252500', '133629.712500', '133630.172500', '133630.632500', '133631.092500', '133631.552500', '133632.012500', '133632.472500', '133632.932500', '133633.392500', '133633.852500', '133634.312500', '133634.772500', '133635.232500', '133635.692500', '133636.152500', '133636.612500', '133637.072500', '133637.532500', '133637.992500', '133638.452500', '133638.912500', '133639.372500', '133639.832500', '133640.292500', '133640.752500', '133641.212500', '133641.672500', '133642.132500', '133642.592500', '133643.052500', '133643.512500', '133643.972500', '133644.432500', '133644.892500', '133645.352500', '133645.812500', '133646.272500', '133646.732500', '133647.192500', '133647.652500', '133648.112500', '133648.572500', '133649.032500', '133649.492500', '133649.952500', '133650.412500', '133650.872500', '133651.332500', '133651.792500', '133652.252500', '133652.712500', '133653.172500', '133653.632500', '133654.092500', '133654.552500', '133655.012500', '133655.472500', '133655.932500', '133656.392500', '133656.852500', '133657.312500', '133657.772500', '133658.232500', '133658.692500', '133659.152500', '133659.612500', '133700.072500', '133700.532500', '133700.992500', '133701.452500', '133701.912500', '133702.372500', '133702.832500', '133703.292500', '133703.752500', '133704.212500', '133704.672500', '133705.132500', '133705.592500', '133706.052500', '133706.512500', '133706.972500', '133707.432500', '133707.892500', '133708.352500', '133708.812500', '133709.272500', '133709.732500', '133710.192500', '133710.652500', '133711.112500', '133711.572500', '133712.032500', '133712.492500', '133712.952500', '133713.412500', '133713.872500', '133714.332500', '133714.792500', '133715.252500', '133715.712500', '133716.172500', '133716.632500', '133717.092500', '133717.552500', '133718.012500', '133718.472500', '133718.932500', '133719.392500', '133719.852500', '133720.312500', '133720.772500', '133721.232500', '133721.692500', '133722.152500', '133722.612500', '133723.072500', '133723.532500', '133723.992500', '133724.452500', '133724.912500', '133725.372500', '133725.832500', '133726.292500', '133726.752500', '133727.212500', '133727.672500', '133728.132500', '133728.592500', '133729.052500', '133729.512500', '133729.972500', '133730.432500', '133730.892500', '133731.352500', '133731.812500', '133732.272500', '133732.732500', '133733.192500', '133733.652500', '133734.112500', '133734.572500', '133735.032500', '133735.492500', '133735.952500', '133736.412500', '133736.872500', '133737.332500', '133737.792500', '133738.252500', '133738.712500', '133739.172500', '133739.632500', '133740.092500', '133740.552500', '133741.012500', '133741.472500', '133741.932500', '133742.392500', '133742.852500', '133743.312500', '133743.772500', '133744.232500', '133744.692500', '133745.152500', '133745.612500', '133746.072500', '133746.532500', '133746.992500', '133747.452500', '133747.912500', '133748.372500', '133748.832500', '133749.292500', '133749.752500', '133750.212500', '133750.672500', '133751.132500', '133751.592500', '133752.052500', '133752.512500', '133752.972500', '133753.432500', '133753.892500', '133754.352500', '133754.812500', '133755.272500', '133755.732500', '133756.192500', '133756.652500', '133757.112500', '133757.572500', '133758.032500', '133758.492500', '133758.952500', '133759.412500', '133759.872500', '133800.332500', '133800.792500', '133801.252500', '133801.712500', '133802.172500', '133802.632500', '133803.092500', '133803.552500', '133804.012500', '133804.472500', '133804.932500', '133805.392500', '133805.852500', '133806.312500', '133806.772500', '133807.232500', '133807.692500', '133808.152500', '133808.612500', '133809.072500', '133809.532500', '133809.992500', '133810.452500', '133810.912500', '133811.372500', '133811.832500', '133812.292500', '133812.752500', '133813.212500', '133813.672500', '133814.132500', '133814.592500', '133815.052500', '133815.512500', '133815.972500', '133816.432500', '133816.892500', '133817.352500', '133817.812500', '133818.272500', '133818.732500', '133819.192500', '133819.652500', '133820.112500', '133820.572500', '133821.032500', '133821.492500', '133821.952500', '133822.412500', '133822.872500', '133823.332500', '133823.792500', '133824.252500', '133824.712500', '133825.172500', '133825.632500', '133826.092500', '133826.552500', '133827.012500', '133827.472500', '133827.932500', '133828.392500', '133828.852500', '133829.312500', '133829.772500', '133830.232500', '133830.692500', '133831.152500', '133831.612500', '133832.072500', '133832.532500', '133832.992500', '133833.452500', '133833.912500', '133834.372500', '133834.832500', '133835.292500', '133835.752500', '133836.212500', '133836.672500', '133837.132500', '133837.592500', '133838.052500', '133838.512500', '133838.972500', '133839.432500', '133839.892500', '133840.352500', '133840.812500', '133841.272500', '133841.732500', '133842.192500', '133842.652500', '133843.112500', '133843.572500', '133844.032500', '133844.492500', '133844.952500', '133845.412500', '133845.872500', '133846.332500', '133846.792500', '133847.252500', '133847.712500', '133848.172500', '133848.632500', '133849.092500', '133849.552500', '133850.012500', '133850.472500', '133850.932500', '133851.392500', '133851.852500', '133852.312500', '133852.772500', '133853.232500', '133853.692500', '133854.152500', '133854.612500', '133855.072500', '133855.532500', '133855.992500', '133856.452500', '133856.912500', '133857.372500', '133857.832500', '133858.292500', '133858.752500', '133859.212500', '133859.672500', '133900.132500', '133900.592500', '133901.052500', '133901.512500', '133901.972500', '133902.432500', '133902.892500', '133903.352500', '133903.812500', '133904.272500', '133904.732500', '133905.192500', '133905.652500', '133906.112500', '133906.572500', '133907.032500', '133907.492500', '133907.952500', '133908.412500', '133908.872500', '133909.332500', '133909.792500', '133910.252500', '133910.712500', '133911.172500', '133911.632500', '133912.092500', '133912.552500', '133913.012500', '133913.472500', '133913.932500', '133914.392500', '133914.852500', '133915.312500', '133915.772500', '133916.232500', '133916.692500', '133917.152500', '133917.612500', '133918.072500', '133918.532500', '133918.992500', '133919.452500', '133919.912500', '133920.372500', '133920.832500', '133921.292500', '133921.752500', '133922.212500', '133922.672500', '133923.132500', '133923.592500', '133924.052500', '133924.512500', '133924.972500', '133925.432500', '133925.892500', '133926.352500', '133926.812500', '133927.272500', '133927.732500', '133928.192500', '133928.652500', '133929.112500', '133929.572500', '133930.032500', '133930.492500', '133930.952500', '133931.412500', '133931.872500', '133932.332500', '133932.792500', '133933.252500', '133933.712500', '133934.172500', '133934.632500', '133935.092500', '133935.552500', '133936.012500', '133936.472500', '133936.932500', '133937.392500', '133937.852500', '133938.312500', '133938.772500', '133939.232500', '133939.692500', '133940.152500', '133940.612500', '133941.072500', '133941.532500', '133941.992500', '133942.452500', '133942.912500', '133943.372500', '133943.832500', '133944.292500', '133944.752500', '133945.212500', '133945.672500', '133946.132500', '133946.592500', '133947.052500', '133947.512500', '133947.972500', '133948.432500', '133948.892500', '133949.352500', '133949.812500', '133950.272500', '133950.732500', '133951.192500', '133951.652500', '133952.112500', '133952.572500', '133953.032500', '133953.492500', '133953.952500', '133954.412500', '133954.872500', '133955.332500', '133955.792500', '133956.252500', '133956.712500', '133957.172500', '133957.632500', '133958.092500', '133958.552500', '133959.012500', '133959.472500', '133959.932500', '134000.392500', '134000.852500', '134001.312500', '134001.772500', '134002.232500', '134002.692500', '134003.152500', '134003.612500', '134004.072500', '134004.532500', '134004.992500', '134005.452500', '134005.912500', '134006.372500', '134006.832500', '134007.292500', '134007.752500', '134008.212500', '134008.672500', '134009.132500', '134009.592500', '134010.052500', '134010.512500', '134010.972500', '134011.432500', '134011.892500', '134012.352500', '134012.812500', '134013.272500', '134013.732500', '134014.192500', '134014.652500', '134015.112500', '134015.572500', '134016.032500', '134016.492500', '134016.952500', '134017.412500', '134017.872500', '134018.332500', '134018.792500', '134019.252500', '134019.712500', '134020.172500', '134020.632500', '134021.092500', '134021.552500', '134022.012500', '134022.472500', '134022.932500', '134023.392500', '134023.852500', '134024.312500', '134024.772500', '134025.232500', '134025.692500', '134026.152500', '134026.612500', '134027.072500', '134027.532500', '134027.992500', '134028.452500', '134028.912500', '134029.372500', '134029.832500', '134030.292500', '134030.752500', '134031.212500', '134031.672500', '134032.132500', '134032.592500', '134033.052500', '134033.512500', '134033.972500', '134034.432500', '134034.892500', '134035.352500', '134035.812500', '134036.272500', '134036.732500', '134037.192500', '134037.652500', '134038.112500', '134038.572500', '134039.032500', '134039.492500', '134039.952500', '134040.412500', '134040.872500', '134041.332500', '134041.792500', '134042.252500', '134042.712500', '134043.172500', '134043.632500', '134044.092500', '134044.552500', '134045.012500', '134045.472500', '134045.932500', '134046.392500', '134046.852500', '134047.312500', '134047.772500', '134048.232500', '134048.692500', '134049.152500', '134049.612500', '134050.072500', '134050.532500', '134050.992500', '134051.452500', '134051.912500', '134052.372500', '134052.832500', '134053.292500', '134053.752500', '134054.212500', '134054.672500', '134055.132500', '134055.592500', '134056.052500', '134056.512500', '134056.972500', '134057.432500', '134057.892500', '134058.352500', '134058.812500', '134059.272500', '134059.732500', '134100.192500', '134100.652500', '134101.112500', '134101.572500', '134102.032500', '134102.492500', '134102.952500', '134103.412500', '134103.872500', '134104.332500', '134104.792500', '134105.252500', '134105.712500', '134106.172500', '134106.632500', '134107.092500', '134107.552500', '134108.012500', '134108.472500', '134108.932500', '134109.392500', '134109.852500', '134110.312500', '134110.772500', '134111.232500', '134111.692500', '134112.152500', '134112.612500', '134113.072500', '134113.532500', '134113.992500', '134114.452500', '134114.912500', '134115.372500', '134115.832500', '134116.292500', '134116.752500', '134117.212500', '134117.672500', '134118.132500', '134118.592500', '134119.052500', '134119.512500', '134119.972500', '134120.432500', '134120.892500', '134121.352500', '134121.812500', '134122.272500', '134122.732500', '134123.192500', '134123.652500', '134124.112500', '134124.572500', '134125.032500', '134125.492500', '134125.952500', '134126.412500', '134126.872500', '134127.332500', '134127.792500', '134128.252500', '134128.712500', '134129.172500', '134129.632500', '134130.092500', '134130.552500', '134131.012500', '134131.472500', '134131.932500', '134132.392500', '134132.852500', '134133.312500', '134133.772500', '134134.232500', '134134.692500', '134135.152500', '134135.612500', '134136.072500', '134136.532500', '134136.992500', '134137.452500', '134137.912500', '134138.372500', '134138.832500', '134139.292500', '134139.752500', '134140.212500', '134140.672500', '134141.132500', '134141.592500', '134142.052500', '134142.512500', '134142.972500', '134143.432500', '134143.892500', '134144.352500', '134144.812500', '134145.272500', '134145.732500', '134146.192500', '134146.652500', '134147.112500', '134147.572500', '134148.032500', '134148.492500', '134148.952500', '134149.412500', '134149.872500', '134150.332500', '134150.792500', '134151.252500', '134151.712500', '134152.172500', '134152.632500', '134153.092500', '134153.552500', '134154.012500', '134154.472500', '134154.932500', '134155.392500', '134155.852500', '134156.312500', '134156.772500', '134157.232500', '134157.692500', '134158.152500', '134158.612500', '134159.072500', '134159.532500', '134159.992500', '134200.452500', '134200.912500', '134201.372500', '134201.832500', '134202.292500', '134202.752500', '134203.212500', '134203.672500', '134204.132500', '134204.592500', '134205.052500', '134205.512500', '134205.972500', '134206.432500', '134206.892500', '134207.352500', '134207.812500', '134208.272500', '134208.732500', '134209.192500', '134209.652500', '134210.112500', '134210.572500', '134211.032500', '134211.492500', '134211.952500', '134212.412500', '134212.872500', '134213.332500', '134213.792500', '134214.252500', '134214.712500', '134215.172500', '134215.632500', '134216.092500', '134216.552500', '134217.012500', '134217.472500', '134217.932500', '134218.392500', '134218.852500', '134219.312500', '134219.772500', '134220.232500', '134220.692500', '134221.152500', '134221.612500', '134222.072500', '134222.532500', '134222.992500', '134223.452500', '134223.912500', '134224.372500', '134224.832500', '134225.292500', '134225.752500', '134226.212500', '134226.672500', '134227.132500', '134227.592500', '134228.052500', '134228.512500', '134228.972500', '134229.432500', '134229.892500', '134230.352500', '134230.812500', '134231.272500', '134231.732500', '134232.192500', '134232.652500', '134233.112500', '134233.572500', '134234.032500', '134234.492500', '134234.952500', '134235.412500', '134235.872500', '134236.332500', '134236.792500', '134237.252500', '134237.712500', '134238.172500', '134238.632500', '134239.092500', '134239.552500', '134240.012500', '134240.472500', '134240.932500', '134241.392500', '134241.852500', '134242.312500', '134242.772500', '134243.232500', '134243.692500', '134244.152500', '134244.612500', '134245.072500', '134245.532500', '134245.992500', '134246.452500', '134246.912500', '134247.372500', '134247.832500', '134248.292500', '134248.752500', '134249.212500', '134249.672500', '134250.132500', '134250.592500', '134251.052500', '134251.512500', '134251.972500', '134252.432500', '134252.892500', '134253.352500', '134253.812500', '134254.272500', '134254.732500', '134255.192500', '134255.652500', '134256.112500', '134256.572500', '134257.032500', '134257.492500', '134257.952500', '134258.412500', '134258.872500', '134259.332500', '134259.792500', '134300.252500', '134300.712500', '134301.172500', '134301.632500', '134302.092500', '134302.552500', '134303.012500', '134303.472500', '134303.932500', '134304.392500', '134304.852500', '134305.312500', '134305.772500', '134306.232500', '134306.692500', '134307.152500', '134307.612500', '134308.072500', '134308.532500', '134308.992500', '134309.452500', '134309.912500', '134310.372500', '134310.832500', '134311.292500', '134311.752500', '134312.212500', '134312.672500', '134313.132500', '134313.592500', '134314.052500', '134314.512500', '134314.972500', '134315.432500', '134315.892500', '134316.352500', '134316.812500', '134317.272500', '134317.732500', '134318.192500', '134318.652500', '134319.112500', '134319.572500', '134320.032500', '134320.492500', '134320.952500', '134321.412500', '134321.872500', '134322.332500', '134322.792500', '134323.252500', '134323.712500', '134324.172500', '134324.632500', '134325.092500', '134325.552500', '134326.012500', '134326.472500', '134326.932500', '134327.392500', '134327.852500', '134328.312500', '134328.772500', '134329.232500', '134329.692500', '134330.152500', '134330.612500', '134331.072500', '134331.532500', '134331.992500', '134332.452500', '134332.912500', '134333.372500', '134333.832500', '134334.292500', '134334.752500', '134335.212500', '134335.672500', '134336.132500', '134336.592500', '134337.052500', '134337.512500', '134337.972500', '134338.432500', '134338.892500', '134339.352500', '134339.812500', '134340.272500', '134340.732500', '134341.192500', '134341.652500', '134342.112500', '134342.572500', '134343.032500', '134343.492500', '134343.952500', '134344.412500', '134344.872500', '134345.332500', '134345.792500', '134346.252500', '134346.712500', '134347.172500', '134347.632500', '134348.092500', '134348.552500', '134349.012500', '134349.472500', '134349.932500', '134350.392500', '134350.852500', '134351.312500', '134351.772500', '134352.232500', '134352.692500', '134353.152500', '134353.612500', '134354.072500', '134354.532500', '134354.992500', '134355.452500', '134355.912500', '134356.372500', '134356.832500', '134357.292500', '134357.752500', '134358.212500', '134358.672500', '134359.132500', '134359.592500', '134400.052500', '134400.512500', '134400.972500', '134401.432500', '134401.892500', '134402.352500', '134402.812500', '134403.272500', '134403.732500', '134404.192500', '134404.652500', '134405.112500', '134405.572500', '134406.032500', '134406.492500', '134406.952500', '134407.412500', '134407.872500', '134408.332500', '134408.792500', '134409.252500', '134409.712500', '134410.172500', '134410.632500', '134411.092500'], 'ContentTime': ['133447.570000', '133447.573000', '133447.576000', '133447.579000', '133447.582000', '133447.585000', '133447.587000', '133447.590000', '133447.593000', '133447.596000', '133447.599000', '133447.601000', '133447.604000', '133447.607000', '133447.611000', '133447.614000', '133447.616000', '133447.619000', '133447.622000', '133447.624000', '133447.627000', '133447.630000', '133447.632000', '133447.635000', '133447.637000', '133447.646000', '133447.649000', '133447.651000', '133447.654000', '133447.657000', '133447.659000', '133447.662000', '133447.664000', '133447.667000', '133447.669000', '133447.672000', '133447.675000', '133447.677000', '133447.680000', '133507.524000', '133507.527000', '133507.529000', '133507.532000', '133507.535000', '133507.537000', '133507.540000', '133507.542000', '133507.545000', '133507.548000', '133507.550000', '133507.553000', '133507.556000', '133507.558000', '133507.561000', '133507.563000', '133507.566000', '133507.569000', '133507.571000', '133507.574000', '133507.577000', '133507.579000', '133507.582000', '133507.584000', '133507.587000', '133507.589000', '133507.592000', '133507.595000', '133507.597000', '133507.600000', '133507.603000', '133507.605000', '133507.608000', '133507.610000', '133507.613000', '133507.615000', '133507.618000', '133507.621000', '133507.623000', '133507.626000', '133507.628000', '133507.631000', '133507.633000', '133507.636000', '133527.524000', '133527.527000', '133527.530000', '133527.532000', '133527.535000', '133527.538000', '133527.540000', '133527.543000', '133527.546000', '133527.548000', '133527.551000', '133527.553000', '133527.556000', '133527.559000', '133527.561000', '133527.564000', '133527.567000', '133527.569000', '133527.572000', '133527.574000', '133527.577000', '133527.580000', '133527.582000', '133527.585000', '133527.587000', '133527.590000', '133527.593000', '133527.595000', '133527.598000', '133527.601000', '133527.603000', '133527.606000', '133527.608000', '133527.611000', '133527.614000', '133527.616000', '133527.619000', '133527.621000', '133527.624000', '133527.627000', '133527.629000', '133527.632000', '133527.634000', '133527.637000', '133547.524000', '133547.527000', '133547.530000', '133547.533000', '133547.535000', '133547.538000', '133547.541000', '133547.543000', '133547.546000', '133547.549000', '133547.551000', '133547.554000', '133547.557000', '133547.559000', '133547.562000', '133547.565000', '133547.567000', '133547.570000', '133547.573000', '133547.575000', '133547.578000', '133547.580000', '133547.583000', '133547.586000', '133547.588000', '133547.591000', '133547.594000', '133547.596000', '133547.599000', '133547.602000', '133547.604000', '133547.607000', '133547.610000', '133547.612000', '133547.615000', '133547.617000', '133547.620000', '133547.623000', '133547.625000', '133547.628000', '133547.630000', '133547.633000', '133547.638000', '133607.524000', '133607.527000', '133607.530000', '133607.533000', '133607.535000', '133607.538000', '133607.541000', '133607.543000', '133607.546000', '133607.549000', '133607.551000', '133607.554000', '133607.556000', '133607.560000', '133607.562000', '133607.565000', '133607.568000', '133607.570000', '133607.573000', '133607.576000', '133607.578000', '133607.581000', '133607.584000', '133607.586000', '133607.589000', '133607.593000', '133607.596000', '133607.599000', '133607.601000', '133607.604000', '133607.607000', '133607.609000', '133607.612000', '133607.615000', '133607.617000', '133607.620000', '133607.622000', '133607.625000', '133607.628000', '133607.630000', '133607.633000', '133607.636000', '133607.638000', '133627.524000', '133627.526000', '133627.529000', '133627.532000', '133627.535000', '133627.537000', '133627.540000', '133627.543000', '133627.545000', '133627.548000', '133627.551000', '133627.553000', '133627.556000', '133627.567000', '133627.570000', '133627.573000', '133627.575000', '133627.578000', '133627.580000', '133627.583000', '133627.586000', '133627.588000', '133627.591000', '133627.593000', '133627.596000', '133627.599000', '133627.601000', '133627.604000', '133627.607000', '133627.609000', '133627.612000', '133627.615000', '133627.617000', '133627.620000', '133627.623000', '133627.625000', '133627.628000', '133627.630000', '133627.633000', '133627.636000', '133627.638000', '133627.641000', '133627.644000', '133627.646000', '133647.523000', '133647.526000', '133647.529000', '133647.532000', '133647.534000', '133647.537000', '133647.540000', '133647.542000', '133647.545000', '133647.548000', '133647.550000', '133647.553000', '133647.555000', '133647.558000', '133647.561000', '133647.563000', '133647.566000', '133647.569000', '133647.571000', '133647.574000', '133647.577000', '133647.579000', '133647.582000', '133647.584000', '133647.587000', '133647.590000', '133647.592000', '133647.595000', '133647.598000', '133647.600000', '133647.603000', '133647.606000', '133647.608000', '133647.611000', '133647.613000', '133647.616000', '133647.619000', '133647.621000', '133647.624000', '133647.626000', '133647.629000', '133647.632000', '133647.634000', '133647.637000', '133707.523000', '133707.526000', '133707.529000', '133707.532000', '133707.534000', '133707.537000', '133707.540000', '133707.542000', '133707.545000', '133707.548000', '133707.550000', '133707.553000', '133707.556000', '133707.558000', '133707.561000', '133707.564000', '133707.566000', '133707.569000', '133707.572000', '133707.574000', '133707.577000', '133707.579000', '133707.582000', '133707.585000', '133707.587000', '133707.590000', '133707.593000', '133707.595000', '133707.598000', '133707.601000', '133707.603000', '133707.606000', '133707.609000', '133707.611000', '133707.614000', '133707.617000', '133707.619000', '133707.622000', '133707.625000', '133707.627000', '133707.630000', '133707.632000', '133707.635000', '133727.523000', '133727.526000', '133727.529000', '133727.532000', '133727.534000', '133727.537000', '133727.540000', '133727.542000', '133727.545000', '133727.548000', '133727.550000', '133727.553000', '133727.556000', '133727.558000', '133727.561000', '133727.564000', '133727.566000', '133727.569000', '133727.572000', '133727.575000', '133727.577000', '133727.580000', '133727.582000', '133727.585000', '133727.588000', '133727.591000', '133727.594000', '133727.597000', '133727.600000', '133727.602000', '133727.605000', '133727.608000', '133727.610000', '133727.613000', '133727.615000', '133727.642000', '133727.645000', '133727.647000', '133727.650000', '133727.653000', '133727.655000', '133727.658000', '133727.661000', '133747.524000', '133747.527000', '133747.530000', '133747.532000', '133747.535000', '133747.538000', '133747.540000', '133747.543000', '133747.546000', '133747.548000', '133747.551000', '133747.554000', '133747.556000', '133747.559000', '133747.562000', '133747.564000', '133747.567000', '133747.570000', '133747.572000', '133747.575000', '133747.577000', '133747.580000', '133747.583000', '133747.585000', '133747.588000', '133747.591000', '133747.593000', '133747.596000', '133747.599000', '133747.602000', '133747.604000', '133747.607000', '133747.609000', '133747.612000', '133747.615000', '133747.617000', '133747.620000', '133747.623000', '133747.625000', '133747.628000', '133747.637000', '133747.639000', '133747.642000', '133747.644000', '133807.524000', '133807.527000', '133807.530000', '133807.533000', '133807.535000', '133807.538000', '133807.540000', '133807.543000', '133807.546000', '133807.548000', '133807.551000', '133807.554000', '133807.556000', '133807.559000', '133807.561000', '133807.564000', '133807.567000', '133807.569000', '133807.572000', '133807.575000', '133807.577000', '133807.580000', '133807.583000', '133807.585000', '133807.588000', '133807.590000', '133807.594000', '133807.597000', '133807.600000', '133807.603000', '133807.606000', '133807.608000', '133807.611000', '133807.614000', '133807.616000', '133807.619000', '133807.622000', '133807.624000', '133807.627000', '133807.629000', '133807.632000', '133807.635000', '133807.637000', '133827.525000', '133827.528000', '133827.530000', '133827.533000', '133827.536000', '133827.538000', '133827.541000', '133827.544000', '133827.546000', '133827.549000', '133827.552000', '133827.554000', '133827.557000', '133827.560000', '133827.562000', '133827.565000', '133827.568000', '133827.570000', '133827.573000', '133827.576000', '133827.578000', '133827.581000', '133827.584000', '133827.586000', '133827.589000', '133827.592000', '133827.594000', '133827.597000', '133827.600000', '133827.603000', '133827.605000', '133827.608000', '133827.611000', '133827.613000', '133827.616000', '133827.619000', '133827.621000', '133827.624000', '133827.627000', '133827.629000', '133827.632000', '133827.635000', '133827.637000', '133827.640000', '133847.524000', '133847.526000', '133847.529000', '133847.532000', '133847.534000', '133847.537000', '133847.540000', '133847.543000', '133847.546000', '133847.549000', '133847.551000', '133847.554000', '133847.557000', '133847.559000', '133847.562000', '133847.564000', '133847.567000', '133847.570000', '133847.572000', '133847.575000', '133847.578000', '133847.580000', '133847.583000', '133847.585000', '133847.588000', '133847.591000', '133847.593000', '133847.596000', '133847.599000', '133847.602000', '133847.605000', '133847.608000', '133847.611000', '133847.614000', '133847.616000', '133847.619000', '133847.621000', '133847.624000', '133847.627000', '133847.629000', '133847.632000', '133847.635000', '133847.637000', '133907.523000', '133907.527000', '133907.529000', '133907.532000', '133907.535000', '133907.537000', '133907.540000', '133907.543000', '133907.545000', '133907.548000', '133907.551000', '133907.553000', '133907.556000', '133907.558000', '133907.561000', '133907.564000', '133907.566000', '133907.569000', '133907.572000', '133907.574000', '133907.577000', '133907.580000', '133907.582000', '133907.585000', '133907.587000', '133907.590000', '133907.593000', '133907.595000', '133907.598000', '133907.601000', '133907.603000', '133907.606000', '133907.608000', '133907.611000', '133907.614000', '133907.616000', '133907.619000', '133907.622000', '133907.624000', '133907.627000', '133907.629000', '133907.632000', '133907.634000', '133907.637000', '133927.523000', '133927.526000', '133927.529000', '133927.532000', '133927.535000', '133927.537000', '133927.540000', '133927.543000', '133927.545000', '133927.548000', '133927.550000', '133927.553000', '133927.556000', '133927.558000', '133927.561000', '133927.564000', '133927.566000', '133927.569000', '133927.584000', '133927.586000', '133927.589000', '133927.591000', '133927.594000', '133927.597000', '133927.599000', '133927.602000', '133927.605000', '133927.607000', '133927.610000', '133927.612000', '133927.615000', '133927.618000', '133927.620000', '133927.623000', '133927.626000', '133927.628000', '133927.631000', '133927.633000', '133927.636000', '133927.639000', '133927.641000', '133927.644000', '133927.647000', '133947.524000', '133947.527000', '133947.529000', '133947.532000', '133947.535000', '133947.537000', '133947.540000', '133947.543000', '133947.545000', '133947.548000', '133947.550000', '133947.553000', '133947.556000', '133947.558000', '133947.561000', '133947.563000', '133947.566000', '133947.569000', '133947.571000', '133947.574000', '133947.577000', '133947.579000', '133947.582000', '133947.584000', '133947.587000', '133947.590000', '133947.592000', '133947.595000', '133947.597000', '133947.600000', '133947.603000', '133947.605000', '133947.608000', '133947.611000', '133947.613000', '133947.616000', '133947.619000', '133947.621000', '133947.624000', '133947.626000', '133947.629000', '133947.632000', '133947.634000', '133947.637000', '134007.524000', '134007.527000', '134007.530000', '134007.533000', '134007.535000', '134007.538000', '134007.541000', '134007.543000', '134007.546000', '134007.548000', '134007.551000', '134007.554000', '134007.556000', '134007.559000', '134007.562000', '134007.564000', '134007.567000', '134007.570000', '134007.572000', '134007.575000', '134007.577000', '134007.580000', '134007.583000', '134007.585000', '134007.588000', '134007.591000', '134007.593000', '134007.596000', '134007.599000', '134007.601000', '134007.604000', '134007.606000', '134007.609000', '134007.612000', '134007.614000', '134007.617000', '134007.619000', '134007.622000', '134007.625000', '134007.627000', '134007.630000', '134007.632000', '134007.635000', '134027.525000', '134027.527000', '134027.530000', '134027.533000', '134027.535000', '134027.538000', '134027.540000', '134027.543000', '134027.546000', '134027.548000', '134027.551000', '134027.553000', '134027.556000', '134027.559000', '134027.561000', '134027.564000', '134027.567000', '134027.569000', '134027.572000', '134027.574000', '134027.577000', '134027.580000', '134027.582000', '134027.585000', '134027.587000', '134027.590000', '134027.592000', '134027.595000', '134027.598000', '134027.600000', '134027.603000', '134027.606000', '134027.608000', '134027.611000', '134027.614000', '134027.616000', '134027.619000', '134027.621000', '134027.624000', '134027.626000', '134027.629000', '134027.632000', '134027.634000', '134027.637000', '134047.525000', '134047.528000', '134047.530000', '134047.533000', '134047.535000', '134047.538000', '134047.541000', '134047.543000', '134047.546000', '134047.548000', '134047.551000', '134047.554000', '134047.556000', '134047.559000', '134047.561000', '134047.564000', '134047.567000', '134047.569000', '134047.572000', '134047.575000', '134047.577000', '134047.580000', '134047.582000', '134047.585000', '134047.588000', '134047.590000', '134047.593000', '134047.595000', '134047.598000', '134047.611000', '134047.614000', '134047.616000', '134047.619000', '134047.621000', '134047.624000', '134047.627000', '134047.629000', '134047.632000', '134047.635000', '134047.637000', '134047.640000', '134047.650000', '134047.652000', '134107.523000', '134107.526000', '134107.529000', '134107.532000', '134107.534000', '134107.537000', '134107.540000', '134107.542000', '134107.545000', '134107.548000', '134107.550000', '134107.553000', '134107.556000', '134107.558000', '134107.561000', '134107.564000', '134107.566000', '134107.569000', '134107.572000', '134107.574000', '134107.577000', '134107.579000', '134107.582000', '134107.585000', '134107.587000', '134107.590000', '134107.593000', '134107.595000', '134107.598000', '134107.601000', '134107.603000', '134107.606000', '134107.609000', '134107.611000', '134107.614000', '134107.616000', '134107.619000', '134107.622000', '134107.624000', '134107.627000', '134107.629000', '134107.632000', '134107.635000', '134107.637000', '134127.524000', '134127.526000', '134127.529000', '134127.532000', '134127.534000', '134127.537000', '134127.540000', '134127.542000', '134127.545000', '134127.547000', '134127.550000', '134127.553000', '134127.555000', '134127.558000', '134127.561000', '134127.563000', '134127.566000', '134127.569000', '134127.571000', '134127.574000', '134127.576000', '134127.579000', '134127.582000', '134127.584000', '134127.587000', '134127.590000', '134127.592000', '134127.595000', '134127.598000', '134127.601000', '134127.603000', '134127.606000', '134127.608000', '134127.611000', '134127.614000', '134127.616000', '134127.619000', '134127.622000', '134127.624000', '134127.627000', '134127.629000', '134127.632000', '134127.635000', '134147.524000', '134147.526000', '134147.529000', '134147.532000', '134147.534000', '134147.537000', '134147.539000', '134147.542000', '134147.545000', '134147.547000', '134147.550000', '134147.552000', '134147.555000', '134147.558000', '134147.560000', '134147.563000', '134147.566000', '134147.568000', '134147.571000', '134147.574000', '134147.576000', '134147.579000', '134147.581000', '134147.584000', '134147.587000', '134147.589000', '134147.592000', '134147.595000', '134147.597000', '134147.600000', '134147.603000', '134147.605000', '134147.608000', '134147.610000', '134147.613000', '134147.616000', '134147.618000', '134147.621000', '134147.624000', '134147.626000', '134147.629000', '134147.632000', '134147.634000', '134147.637000', '134207.523000', '134207.526000', '134207.529000', '134207.532000', '134207.534000', '134207.537000', '134207.540000', '134207.542000', '134207.545000', '134207.548000', '134207.550000', '134207.553000', '134207.556000', '134207.558000', '134207.561000', '134207.563000', '134207.566000', '134207.569000', '134207.571000', '134207.574000', '134207.576000', '134207.579000', '134207.582000', '134207.584000', '134207.587000', '134207.589000', '134207.592000', '134207.595000', '134207.598000', '134207.601000', '134207.604000', '134207.606000', '134207.609000', '134207.612000', '134207.614000', '134207.617000', '134207.619000', '134207.622000', '134207.625000', '134207.627000', '134207.644000', '134207.646000', '134207.649000', '134227.525000', '134227.528000', '134227.530000', '134227.533000', '134227.535000', '134227.538000', '134227.541000', '134227.543000', '134227.546000', '134227.550000', '134227.553000', '134227.555000', '134227.558000', '134227.561000', '134227.563000', '134227.566000', '134227.569000', '134227.571000', '134227.574000', '134227.577000', '134227.579000', '134227.582000', '134227.584000', '134227.587000', '134227.590000', '134227.592000', '134227.595000', '134227.598000', '134227.600000', '134227.603000', '134227.606000', '134227.609000', '134227.611000', '134227.614000', '134227.616000', '134227.619000', '134227.622000', '134227.624000', '134227.627000', '134227.630000', '134227.632000', '134227.635000', '134227.638000', '134227.640000', '134247.525000', '134247.528000', '134247.530000', '134247.533000', '134247.536000', '134247.538000', '134247.541000', '134247.543000', '134247.546000', '134247.549000', '134247.551000', '134247.554000', '134247.557000', '134247.559000', '134247.562000', '134247.565000', '134247.567000', '134247.570000', '134247.572000', '134247.575000', '134247.578000', '134247.580000', '134247.583000', '134247.586000', '134247.589000', '134247.591000', '134247.594000', '134247.596000', '134247.599000', '134247.602000', '134247.605000', '134247.607000', '134247.610000', '134247.612000', '134247.615000', '134247.618000', '134247.620000', '134247.623000', '134247.626000', '134247.628000', '134247.631000', '134247.633000', '134247.636000', '134307.524000', '134307.527000', '134307.530000', '134307.532000', '134307.535000', '134307.538000', '134307.540000', '134307.543000', '134307.546000', '134307.548000', '134307.551000', '134307.553000', '134307.556000', '134307.559000', '134307.561000', '134307.564000', '134307.567000', '134307.569000', '134307.572000', '134307.575000', '134307.577000', '134307.580000', '134307.582000', '134307.585000', '134307.588000', '134307.590000', '134307.593000', '134307.596000', '134307.598000', '134307.601000', '134307.603000', '134307.606000', '134307.609000', '134307.611000', '134307.614000', '134307.617000', '134307.619000', '134307.622000', '134307.624000', '134307.627000', '134307.630000', '134307.632000', '134307.635000', '134307.638000', '134327.524000', '134327.526000', '134327.529000', '134327.532000', '134327.535000', '134327.537000', '134327.540000', '134327.543000', '134327.545000', '134327.548000', '134327.551000', '134327.553000', '134327.556000', '134327.559000', '134327.561000', '134327.564000', '134327.566000', '134327.569000', '134327.572000', '134327.574000', '134327.577000', '134327.579000', '134327.582000', '134327.585000', '134327.587000', '134327.590000', '134327.593000', '134327.595000', '134327.598000', '134327.601000', '134327.603000', '134327.606000', '134327.608000', '134327.611000', '134327.614000', '134327.616000', '134327.650000', '134327.652000', '134327.655000', '134327.658000', '134327.660000', '134327.663000', '134327.666000', '134347.524000', '134347.535000', '134347.538000', '134347.541000', '134347.543000', '134347.546000', '134347.548000', '134347.552000', '134347.554000', '134347.557000', '134347.559000', '134347.562000', '134347.565000', '134347.567000', '134347.570000', '134347.573000', '134347.575000', '134347.578000', '134347.580000', '134347.583000', '134347.586000', '134347.589000', '134347.592000', '134347.595000', '134347.597000', '134347.600000', '134347.603000', '134347.605000', '134347.608000', '134347.611000', '134347.613000', '134347.616000', '134347.619000', '134347.621000', '134347.624000', '134347.626000', '134347.629000', '134347.632000', '134347.634000', '134347.637000', '134347.640000', '134347.642000', '134347.645000', '134407.524000', '134407.526000', '134407.529000', '134407.532000', '134407.534000', '134407.537000', '134407.540000', '134407.542000', '134407.545000', '134407.547000', '134407.550000', '134407.553000', '134407.555000', '134407.558000', '134407.561000', '134407.564000', '134407.566000', '134407.569000', '134407.571000', '134407.574000', '134407.577000', '134407.579000', '134407.582000', '134407.585000', '134407.587000', '134407.590000', '134407.593000', '134407.595000', '134407.598000', '134407.601000', '134407.603000', '134407.606000', '134407.608000', '134407.611000', '134407.614000', '134407.616000', '134407.619000', '134407.622000', '134407.624000', '134407.627000', '134407.629000', '134407.632000', '134407.635000', '134407.637000', '134412.363000', '134412.366000', '134412.369000', '134412.372000', '134412.374000', '134412.377000', '134412.380000', '134412.382000', '134412.385000', '134412.388000', '134412.391000'], 'InstanceCreationTime': ['133447.570000', '133447.573000', '133447.576000', '133447.579000', '133447.582000', '133447.585000', '133447.587000', '133447.590000', '133447.593000', '133447.596000', '133447.599000', '133447.601000', '133447.604000', '133447.607000', '133447.611000', '133447.614000', '133447.616000', '133447.619000', '133447.622000', '133447.624000', '133447.627000', '133447.630000', '133447.632000', '133447.635000', '133447.637000', '133447.646000', '133447.649000', '133447.651000', '133447.654000', '133447.657000', '133447.659000', '133447.662000', '133447.664000', '133447.667000', '133447.669000', '133447.672000', '133447.675000', '133447.677000', '133447.680000', '133507.524000', '133507.527000', '133507.529000', '133507.532000', '133507.535000', '133507.537000', '133507.540000', '133507.542000', '133507.545000', '133507.548000', '133507.550000', '133507.553000', '133507.556000', '133507.558000', '133507.561000', '133507.563000', '133507.566000', '133507.569000', '133507.571000', '133507.574000', '133507.577000', '133507.579000', '133507.582000', '133507.584000', '133507.587000', '133507.589000', '133507.592000', '133507.595000', '133507.597000', '133507.600000', '133507.603000', '133507.605000', '133507.608000', '133507.610000', '133507.613000', '133507.615000', '133507.618000', '133507.621000', '133507.623000', '133507.626000', '133507.628000', '133507.631000', '133507.633000', '133507.636000', '133527.524000', '133527.527000', '133527.530000', '133527.532000', '133527.535000', '133527.538000', '133527.540000', '133527.543000', '133527.546000', '133527.548000', '133527.551000', '133527.553000', '133527.556000', '133527.559000', '133527.561000', '133527.564000', '133527.567000', '133527.569000', '133527.572000', '133527.574000', '133527.577000', '133527.580000', '133527.582000', '133527.585000', '133527.587000', '133527.590000', '133527.593000', '133527.595000', '133527.598000', '133527.601000', '133527.603000', '133527.606000', '133527.608000', '133527.611000', '133527.614000', '133527.616000', '133527.619000', '133527.621000', '133527.624000', '133527.627000', '133527.629000', '133527.632000', '133527.634000', '133527.637000', '133547.524000', '133547.527000', '133547.530000', '133547.533000', '133547.535000', '133547.538000', '133547.541000', '133547.543000', '133547.546000', '133547.549000', '133547.551000', '133547.554000', '133547.557000', '133547.559000', '133547.562000', '133547.565000', '133547.567000', '133547.570000', '133547.573000', '133547.575000', '133547.578000', '133547.580000', '133547.583000', '133547.586000', '133547.588000', '133547.591000', '133547.594000', '133547.596000', '133547.599000', '133547.602000', '133547.604000', '133547.607000', '133547.610000', '133547.612000', '133547.615000', '133547.617000', '133547.620000', '133547.623000', '133547.625000', '133547.628000', '133547.630000', '133547.633000', '133547.638000', '133607.524000', '133607.527000', '133607.530000', '133607.533000', '133607.535000', '133607.538000', '133607.541000', '133607.543000', '133607.546000', '133607.549000', '133607.551000', '133607.554000', '133607.556000', '133607.560000', '133607.562000', '133607.565000', '133607.568000', '133607.570000', '133607.573000', '133607.576000', '133607.578000', '133607.581000', '133607.584000', '133607.586000', '133607.589000', '133607.593000', '133607.596000', '133607.599000', '133607.601000', '133607.604000', '133607.607000', '133607.609000', '133607.612000', '133607.615000', '133607.617000', '133607.620000', '133607.622000', '133607.625000', '133607.628000', '133607.630000', '133607.633000', '133607.636000', '133607.638000', '133627.524000', '133627.526000', '133627.529000', '133627.532000', '133627.535000', '133627.537000', '133627.540000', '133627.543000', '133627.545000', '133627.548000', '133627.551000', '133627.553000', '133627.556000', '133627.567000', '133627.570000', '133627.573000', '133627.575000', '133627.578000', '133627.580000', '133627.583000', '133627.586000', '133627.588000', '133627.591000', '133627.593000', '133627.596000', '133627.599000', '133627.601000', '133627.604000', '133627.607000', '133627.609000', '133627.612000', '133627.615000', '133627.617000', '133627.620000', '133627.623000', '133627.625000', '133627.628000', '133627.630000', '133627.633000', '133627.636000', '133627.638000', '133627.641000', '133627.644000', '133627.646000', '133647.523000', '133647.526000', '133647.529000', '133647.532000', '133647.534000', '133647.537000', '133647.540000', '133647.542000', '133647.545000', '133647.548000', '133647.550000', '133647.553000', '133647.555000', '133647.558000', '133647.561000', '133647.563000', '133647.566000', '133647.569000', '133647.571000', '133647.574000', '133647.577000', '133647.579000', '133647.582000', '133647.584000', '133647.587000', '133647.590000', '133647.592000', '133647.595000', '133647.598000', '133647.600000', '133647.603000', '133647.606000', '133647.608000', '133647.611000', '133647.613000', '133647.616000', '133647.619000', '133647.621000', '133647.624000', '133647.626000', '133647.629000', '133647.632000', '133647.634000', '133647.637000', '133707.523000', '133707.526000', '133707.529000', '133707.532000', '133707.534000', '133707.537000', '133707.540000', '133707.542000', '133707.545000', '133707.548000', '133707.550000', '133707.553000', '133707.556000', '133707.558000', '133707.561000', '133707.564000', '133707.566000', '133707.569000', '133707.572000', '133707.574000', '133707.577000', '133707.579000', '133707.582000', '133707.585000', '133707.587000', '133707.590000', '133707.593000', '133707.595000', '133707.598000', '133707.601000', '133707.603000', '133707.606000', '133707.609000', '133707.611000', '133707.614000', '133707.617000', '133707.619000', '133707.622000', '133707.625000', '133707.627000', '133707.630000', '133707.632000', '133707.635000', '133727.523000', '133727.526000', '133727.529000', '133727.532000', '133727.534000', '133727.537000', '133727.540000', '133727.542000', '133727.545000', '133727.548000', '133727.550000', '133727.553000', '133727.556000', '133727.558000', '133727.561000', '133727.564000', '133727.566000', '133727.569000', '133727.572000', '133727.575000', '133727.577000', '133727.580000', '133727.582000', '133727.585000', '133727.588000', '133727.591000', '133727.594000', '133727.597000', '133727.600000', '133727.602000', '133727.605000', '133727.608000', '133727.610000', '133727.613000', '133727.615000', '133727.642000', '133727.645000', '133727.647000', '133727.650000', '133727.653000', '133727.655000', '133727.658000', '133727.661000', '133747.524000', '133747.527000', '133747.530000', '133747.532000', '133747.535000', '133747.538000', '133747.540000', '133747.543000', '133747.546000', '133747.548000', '133747.551000', '133747.554000', '133747.556000', '133747.559000', '133747.562000', '133747.564000', '133747.567000', '133747.570000', '133747.572000', '133747.575000', '133747.577000', '133747.580000', '133747.583000', '133747.585000', '133747.588000', '133747.591000', '133747.593000', '133747.596000', '133747.599000', '133747.602000', '133747.604000', '133747.607000', '133747.609000', '133747.612000', '133747.615000', '133747.617000', '133747.620000', '133747.623000', '133747.625000', '133747.628000', '133747.637000', '133747.639000', '133747.642000', '133747.644000', '133807.524000', '133807.527000', '133807.530000', '133807.533000', '133807.535000', '133807.538000', '133807.540000', '133807.543000', '133807.546000', '133807.548000', '133807.551000', '133807.554000', '133807.556000', '133807.559000', '133807.561000', '133807.564000', '133807.567000', '133807.569000', '133807.572000', '133807.575000', '133807.577000', '133807.580000', '133807.583000', '133807.585000', '133807.588000', '133807.590000', '133807.594000', '133807.597000', '133807.600000', '133807.603000', '133807.606000', '133807.608000', '133807.611000', '133807.614000', '133807.616000', '133807.619000', '133807.622000', '133807.624000', '133807.627000', '133807.629000', '133807.632000', '133807.635000', '133807.637000', '133827.525000', '133827.528000', '133827.530000', '133827.533000', '133827.536000', '133827.538000', '133827.541000', '133827.544000', '133827.546000', '133827.549000', '133827.552000', '133827.554000', '133827.557000', '133827.560000', '133827.562000', '133827.565000', '133827.568000', '133827.570000', '133827.573000', '133827.576000', '133827.578000', '133827.581000', '133827.584000', '133827.586000', '133827.589000', '133827.592000', '133827.594000', '133827.597000', '133827.600000', '133827.603000', '133827.605000', '133827.608000', '133827.611000', '133827.613000', '133827.616000', '133827.619000', '133827.621000', '133827.624000', '133827.627000', '133827.629000', '133827.632000', '133827.635000', '133827.637000', '133827.640000', '133847.524000', '133847.526000', '133847.529000', '133847.532000', '133847.534000', '133847.537000', '133847.540000', '133847.543000', '133847.546000', '133847.549000', '133847.551000', '133847.554000', '133847.557000', '133847.559000', '133847.562000', '133847.564000', '133847.567000', '133847.570000', '133847.572000', '133847.575000', '133847.578000', '133847.580000', '133847.583000', '133847.585000', '133847.588000', '133847.591000', '133847.593000', '133847.596000', '133847.599000', '133847.602000', '133847.605000', '133847.608000', '133847.611000', '133847.614000', '133847.616000', '133847.619000', '133847.621000', '133847.624000', '133847.627000', '133847.629000', '133847.632000', '133847.635000', '133847.637000', '133907.523000', '133907.527000', '133907.529000', '133907.532000', '133907.535000', '133907.537000', '133907.540000', '133907.543000', '133907.545000', '133907.548000', '133907.551000', '133907.553000', '133907.556000', '133907.558000', '133907.561000', '133907.564000', '133907.566000', '133907.569000', '133907.572000', '133907.574000', '133907.577000', '133907.580000', '133907.582000', '133907.585000', '133907.587000', '133907.590000', '133907.593000', '133907.595000', '133907.598000', '133907.601000', '133907.603000', '133907.606000', '133907.608000', '133907.611000', '133907.614000', '133907.616000', '133907.619000', '133907.622000', '133907.624000', '133907.627000', '133907.629000', '133907.632000', '133907.634000', '133907.637000', '133927.523000', '133927.526000', '133927.529000', '133927.532000', '133927.535000', '133927.537000', '133927.540000', '133927.543000', '133927.545000', '133927.548000', '133927.550000', '133927.553000', '133927.556000', '133927.558000', '133927.561000', '133927.564000', '133927.566000', '133927.569000', '133927.584000', '133927.586000', '133927.589000', '133927.591000', '133927.594000', '133927.597000', '133927.599000', '133927.602000', '133927.605000', '133927.607000', '133927.610000', '133927.612000', '133927.615000', '133927.618000', '133927.620000', '133927.623000', '133927.626000', '133927.628000', '133927.631000', '133927.633000', '133927.636000', '133927.639000', '133927.641000', '133927.644000', '133927.647000', '133947.524000', '133947.527000', '133947.529000', '133947.532000', '133947.535000', '133947.537000', '133947.540000', '133947.543000', '133947.545000', '133947.548000', '133947.550000', '133947.553000', '133947.556000', '133947.558000', '133947.561000', '133947.563000', '133947.566000', '133947.569000', '133947.571000', '133947.574000', '133947.577000', '133947.579000', '133947.582000', '133947.584000', '133947.587000', '133947.590000', '133947.592000', '133947.595000', '133947.597000', '133947.600000', '133947.603000', '133947.605000', '133947.608000', '133947.611000', '133947.613000', '133947.616000', '133947.619000', '133947.621000', '133947.624000', '133947.626000', '133947.629000', '133947.632000', '133947.634000', '133947.637000', '134007.524000', '134007.527000', '134007.530000', '134007.533000', '134007.535000', '134007.538000', '134007.541000', '134007.543000', '134007.546000', '134007.548000', '134007.551000', '134007.554000', '134007.556000', '134007.559000', '134007.562000', '134007.564000', '134007.567000', '134007.570000', '134007.572000', '134007.575000', '134007.577000', '134007.580000', '134007.583000', '134007.585000', '134007.588000', '134007.591000', '134007.593000', '134007.596000', '134007.599000', '134007.601000', '134007.604000', '134007.606000', '134007.609000', '134007.612000', '134007.614000', '134007.617000', '134007.619000', '134007.622000', '134007.625000', '134007.627000', '134007.630000', '134007.632000', '134007.635000', '134027.525000', '134027.527000', '134027.530000', '134027.533000', '134027.535000', '134027.538000', '134027.540000', '134027.543000', '134027.546000', '134027.548000', '134027.551000', '134027.553000', '134027.556000', '134027.559000', '134027.561000', '134027.564000', '134027.567000', '134027.569000', '134027.572000', '134027.574000', '134027.577000', '134027.580000', '134027.582000', '134027.585000', '134027.587000', '134027.590000', '134027.592000', '134027.595000', '134027.598000', '134027.600000', '134027.603000', '134027.606000', '134027.608000', '134027.611000', '134027.614000', '134027.616000', '134027.619000', '134027.621000', '134027.624000', '134027.626000', '134027.629000', '134027.632000', '134027.634000', '134027.637000', '134047.525000', '134047.528000', '134047.530000', '134047.533000', '134047.535000', '134047.538000', '134047.541000', '134047.543000', '134047.546000', '134047.548000', '134047.551000', '134047.554000', '134047.556000', '134047.559000', '134047.561000', '134047.564000', '134047.567000', '134047.569000', '134047.572000', '134047.575000', '134047.577000', '134047.580000', '134047.582000', '134047.585000', '134047.588000', '134047.590000', '134047.593000', '134047.595000', '134047.598000', '134047.611000', '134047.614000', '134047.616000', '134047.619000', '134047.621000', '134047.624000', '134047.627000', '134047.629000', '134047.632000', '134047.635000', '134047.637000', '134047.640000', '134047.650000', '134047.652000', '134107.523000', '134107.526000', '134107.529000', '134107.532000', '134107.534000', '134107.537000', '134107.540000', '134107.542000', '134107.545000', '134107.548000', '134107.550000', '134107.553000', '134107.556000', '134107.558000', '134107.561000', '134107.564000', '134107.566000', '134107.569000', '134107.572000', '134107.574000', '134107.577000', '134107.579000', '134107.582000', '134107.585000', '134107.587000', '134107.590000', '134107.593000', '134107.595000', '134107.598000', '134107.601000', '134107.603000', '134107.606000', '134107.609000', '134107.611000', '134107.614000', '134107.616000', '134107.619000', '134107.622000', '134107.624000', '134107.627000', '134107.629000', '134107.632000', '134107.635000', '134107.637000', '134127.524000', '134127.526000', '134127.529000', '134127.532000', '134127.534000', '134127.537000', '134127.540000', '134127.542000', '134127.545000', '134127.547000', '134127.550000', '134127.553000', '134127.555000', '134127.558000', '134127.561000', '134127.563000', '134127.566000', '134127.569000', '134127.571000', '134127.574000', '134127.576000', '134127.579000', '134127.582000', '134127.584000', '134127.587000', '134127.590000', '134127.592000', '134127.595000', '134127.598000', '134127.601000', '134127.603000', '134127.606000', '134127.608000', '134127.611000', '134127.614000', '134127.616000', '134127.619000', '134127.622000', '134127.624000', '134127.627000', '134127.629000', '134127.632000', '134127.635000', '134147.524000', '134147.526000', '134147.529000', '134147.532000', '134147.534000', '134147.537000', '134147.539000', '134147.542000', '134147.545000', '134147.547000', '134147.550000', '134147.552000', '134147.555000', '134147.558000', '134147.560000', '134147.563000', '134147.566000', '134147.568000', '134147.571000', '134147.574000', '134147.576000', '134147.579000', '134147.581000', '134147.584000', '134147.587000', '134147.589000', '134147.592000', '134147.595000', '134147.597000', '134147.600000', '134147.603000', '134147.605000', '134147.608000', '134147.610000', '134147.613000', '134147.616000', '134147.618000', '134147.621000', '134147.624000', '134147.626000', '134147.629000', '134147.632000', '134147.634000', '134147.637000', '134207.523000', '134207.526000', '134207.529000', '134207.532000', '134207.534000', '134207.537000', '134207.540000', '134207.542000', '134207.545000', '134207.548000', '134207.550000', '134207.553000', '134207.556000', '134207.558000', '134207.561000', '134207.563000', '134207.566000', '134207.569000', '134207.571000', '134207.574000', '134207.576000', '134207.579000', '134207.582000', '134207.584000', '134207.587000', '134207.589000', '134207.592000', '134207.595000', '134207.598000', '134207.601000', '134207.604000', '134207.606000', '134207.609000', '134207.612000', '134207.614000', '134207.617000', '134207.619000', '134207.622000', '134207.625000', '134207.627000', '134207.644000', '134207.646000', '134207.649000', '134227.525000', '134227.528000', '134227.530000', '134227.533000', '134227.535000', '134227.538000', '134227.541000', '134227.543000', '134227.546000', '134227.550000', '134227.553000', '134227.555000', '134227.558000', '134227.561000', '134227.563000', '134227.566000', '134227.569000', '134227.571000', '134227.574000', '134227.577000', '134227.579000', '134227.582000', '134227.584000', '134227.587000', '134227.590000', '134227.592000', '134227.595000', '134227.598000', '134227.600000', '134227.603000', '134227.606000', '134227.609000', '134227.611000', '134227.614000', '134227.616000', '134227.619000', '134227.622000', '134227.624000', '134227.627000', '134227.630000', '134227.632000', '134227.635000', '134227.638000', '134227.640000', '134247.525000', '134247.528000', '134247.530000', '134247.533000', '134247.536000', '134247.538000', '134247.541000', '134247.543000', '134247.546000', '134247.549000', '134247.551000', '134247.554000', '134247.557000', '134247.559000', '134247.562000', '134247.565000', '134247.567000', '134247.570000', '134247.572000', '134247.575000', '134247.578000', '134247.580000', '134247.583000', '134247.586000', '134247.589000', '134247.591000', '134247.594000', '134247.596000', '134247.599000', '134247.602000', '134247.605000', '134247.607000', '134247.610000', '134247.612000', '134247.615000', '134247.618000', '134247.620000', '134247.623000', '134247.626000', '134247.628000', '134247.631000', '134247.633000', '134247.636000', '134307.524000', '134307.527000', '134307.530000', '134307.532000', '134307.535000', '134307.538000', '134307.540000', '134307.543000', '134307.546000', '134307.548000', '134307.551000', '134307.553000', '134307.556000', '134307.559000', '134307.561000', '134307.564000', '134307.567000', '134307.569000', '134307.572000', '134307.575000', '134307.577000', '134307.580000', '134307.582000', '134307.585000', '134307.588000', '134307.590000', '134307.593000', '134307.596000', '134307.598000', '134307.601000', '134307.603000', '134307.606000', '134307.609000', '134307.611000', '134307.614000', '134307.617000', '134307.619000', '134307.622000', '134307.624000', '134307.627000', '134307.630000', '134307.632000', '134307.635000', '134307.638000', '134327.524000', '134327.526000', '134327.529000', '134327.532000', '134327.535000', '134327.537000', '134327.540000', '134327.543000', '134327.545000', '134327.548000', '134327.551000', '134327.553000', '134327.556000', '134327.559000', '134327.561000', '134327.564000', '134327.566000', '134327.569000', '134327.572000', '134327.574000', '134327.577000', '134327.579000', '134327.582000', '134327.585000', '134327.587000', '134327.590000', '134327.593000', '134327.595000', '134327.598000', '134327.601000', '134327.603000', '134327.606000', '134327.608000', '134327.611000', '134327.614000', '134327.616000', '134327.650000', '134327.652000', '134327.655000', '134327.658000', '134327.660000', '134327.663000', '134327.666000', '134347.524000', '134347.535000', '134347.538000', '134347.541000', '134347.543000', '134347.546000', '134347.548000', '134347.552000', '134347.554000', '134347.557000', '134347.559000', '134347.562000', '134347.565000', '134347.567000', '134347.570000', '134347.573000', '134347.575000', '134347.578000', '134347.580000', '134347.583000', '134347.586000', '134347.589000', '134347.592000', '134347.595000', '134347.597000', '134347.600000', '134347.603000', '134347.605000', '134347.608000', '134347.611000', '134347.613000', '134347.616000', '134347.619000', '134347.621000', '134347.624000', '134347.626000', '134347.629000', '134347.632000', '134347.634000', '134347.637000', '134347.640000', '134347.642000', '134347.645000', '134407.524000', '134407.526000', '134407.529000', '134407.532000', '134407.534000', '134407.537000', '134407.540000', '134407.542000', '134407.545000', '134407.547000', '134407.550000', '134407.553000', '134407.555000', '134407.558000', '134407.561000', '134407.564000', '134407.566000', '134407.569000', '134407.571000', '134407.574000', '134407.577000', '134407.579000', '134407.582000', '134407.585000', '134407.587000', '134407.590000', '134407.593000', '134407.595000', '134407.598000', '134407.601000', '134407.603000', '134407.606000', '134407.608000', '134407.611000', '134407.614000', '134407.616000', '134407.619000', '134407.622000', '134407.624000', '134407.627000', '134407.629000', '134407.632000', '134407.635000', '134407.637000', '134412.363000', '134412.366000', '134412.369000', '134412.372000', '134412.374000', '134412.377000', '134412.380000', '134412.382000', '134412.385000', '134412.388000', '134412.391000'], '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': [17450, 12211, 14155, 8315, 10792, 7452, 15686, 12686, 11870, 8429, 7388, 12511, 7885, 17085, 10085, 17419, 7559, 14080, 8993, 15604, 9420, 15004, 7413, 13098, 7400, 12995, 7935, 13814, 8382, 13672, 7383, 12321, 7404, 9714, 7136, 8220, 8233, 8166, 6914, 7631, 6988, 8082, 7051, 10314, 7310, 12596, 7183, 9903, 12910, 8208, 18003, 9737, 14894, 11022, 14568, 7537, 13543, 7683, 13332, 8224, 13875, 8498, 13696, 7335, 11642, 7298, 10125, 7114, 12681, 7359, 13493, 7236, 10571, 7034, 9561, 7321, 12165, 7064, 13418, 7057, 9821, 7189, 8978, 7372, 12808, 6939, 9907, 7026, 8913, 8062, 9878, 7572, 12707, 7022, 10103, 7031, 11083, 7285, 15164, 7531, 14521, 7729, 12355, 9410, 14231, 11307, 14750, 6986, 10440, 7034, 10449, 6850, 15167, 7575, 14413, 7155, 11414, 6985, 10985, 7683, 14208, 6874, 12096, 7330, 12345, 8081, 15623, 9893, 9341, 8134, 14485, 8393, 17487, 12213, 17327, 10353, 7786, 7922, 7663, 7831, 12788, 11388, 9072, 10263, 7407, 8600, 15849, 10338, 13146, 13106, 6875, 11282, 6944, 11878, 7314, 15032, 10307, 16233, 7593, 14978, 7973, 15064, 9235, 14371, 9784, 17775, 10222, 12479, 7274, 13491, 7517, 15042, 9524, 14926, 9831, 15140, 7866, 13782, 8477, 14027, 10228, 14494, 8366, 12290, 7606, 8415, 7544, 7008, 9985, 6971, 10883, 7058, 10349, 7034, 11519, 7929, 12854, 8862, 8096, 18832, 11082, 16308, 11629, 15636, 7381, 11164, 6947, 7696, 11574, 7549, 7136, 7411, 10296, 7081, 15004, 8426, 15573, 9709, 8385, 7283, 10519, 7288, 15698, 8858, 13768, 9013, 13948, 7237, 11166, 6994, 8034, 13507, 8006, 12461, 8290, 7016, 7918, 10629, 7341, 16054, 9273, 15296, 9986, 14546, 8021, 13959, 8053, 11333, 6877, 10381, 7245, 9035, 7295, 13789, 7293, 7732, 7485, 16161, 9825, 16472, 11589, 15251, 7389, 13019, 7379, 9684, 7344, 10335, 6870, 9303, 6865, 7629, 6766, 7256, 10416, 7605, 8785, 8680, 6673, 7900, 6910, 7512, 15540, 10149, 14881, 9575, 14938, 7460, 15459, 8115, 13795, 9346, 14784, 7918, 13198, 7737, 11764, 7050, 10065, 10216, 10477, 7040, 7197, 8223, 7084, 16987, 7887, 15105, 10393, 11965, 7329, 14606, 7527, 13726, 8458, 13343, 9349, 11790, 7529, 11923, 7290, 13859, 8180, 13613, 10026, 14544, 7429, 12427, 7337, 10033, 11265, 10046, 8451, 8467, 6836, 7284, 13986, 7292, 15297, 9548, 12177, 7461, 13311, 7322, 14252, 7955, 13388, 9011, 13877, 7417, 13100, 7624, 11881, 7384, 12670, 8789, 14531, 7303, 13055, 7542, 11794, 7242, 13422, 7395, 13170, 7205, 9237, 6941, 8773, 7168, 14301, 8230, 14748, 7408, 11861, 7188, 10837, 7931, 12218, 9287, 11082, 7041, 7474, 6877, 7386, 9497, 10360, 6910, 8235, 6695, 7935, 10869, 7309, 13797, 10061, 6959, 7913, 6772, 7546, 17637, 8004, 16606, 11647, 10521, 12762, 7281, 10885, 7156, 7149, 7870, 15656, 11221, 16911, 11477, 14518, 7372, 13700, 8135, 14031, 10593, 18130, 8801, 8037, 7183, 6824, 7993, 6940, 8433, 6783, 8297, 8797, 7478, 14877, 8200, 8479, 8838, 6902, 8997, 7467, 14248, 10577, 16195, 8357, 7354, 8951, 7146, 13532, 8649, 16733, 11299, 16284, 8951, 15378, 9895, 13634, 7562, 12288, 7730, 12421, 7292, 9692, 7104, 10608, 7002, 11520, 7453, 12347, 7834, 9468, 7872, 11404, 9424, 13555, 13763, 8122, 11784, 7033, 17743, 12429, 15143, 9963, 14414, 10525, 18307, 13339, 14905, 9752, 14333, 8140, 18267, 8598, 16854, 11260, 17205, 9286, 9402, 7673, 9146, 7508, 12910, 7642, 8431, 7936, 7854, 8004, 15667, 8088, 16757, 10650, 15218, 10449, 13609, 7324, 11843, 7510, 11680, 7304, 13103, 9082, 15796, 7614, 13784, 7291, 11713, 7275, 12847, 7673, 15823, 7122, 13401, 7350, 13083, 7854, 13918, 10145, 15140, 7325, 13067, 7264, 10679, 7417, 12083, 7238, 10483, 6984, 8365, 8859, 8232, 14242, 10353, 6932, 7658, 7063, 9443, 7072, 10486, 7403, 15934, 9309, 14652, 7489, 12934, 7138, 12021, 8903, 12752, 7690, 10755, 7055, 8070, 13462, 7392, 17226, 9973, 14552, 9089, 10339, 7142, 14412, 7835, 14611, 9942, 13732, 8141, 14090, 7952, 13927, 8490, 13179, 9280, 13372, 7563, 10699, 7584, 14260, 10125, 12337, 9473, 7190, 16046, 8134, 10423, 7425, 17240, 10420, 16107, 11494, 18046, 8907, 14003, 7404, 13861, 8204, 13412, 9712, 12381, 7936, 8002, 7496, 11949, 7574, 11317, 9321, 7472, 10137, 6890, 9333, 7074, 9025, 9462, 13049, 10460, 13037, 7490, 12628, 7564, 14549, 8929, 14150, 10075, 17520, 7420, 12815, 7798, 11483, 7535, 12947, 8678, 14949, 7370, 12085, 7568, 11533, 7456, 12208, 8410, 13377, 7675, 11382, 7417, 10800, 12783, 11661, 15882, 8336, 16777, 7286, 13230, 8114, 11504, 7379, 12173, 9147, 13850, 7287, 9695, 7451, 10818, 7058, 12171, 7485, 13598, 7846, 13067, 9157, 12451, 10287, 7363, 10931, 7374, 11738, 17852, 11726, 19722, 12364, 15744, 12813, 12798, 8566, 7157, 8416, 6921, 8969, 10940, 8219, 15400, 9805, 15043, 11424, 15733, 8672, 7000, 7564, 11317, 7404, 14557, 9565, 12656, 9211, 8869, 7308, 11632, 7437, 13944, 8803, 14204, 10446, 14375, 7633, 12545, 7418, 10256, 8093, 11143, 7231, 9904, 6838, 7919, 7012, 7361, 10958, 8174, 8277, 7674, 13196, 7401, 15392, 8009, 13976, 9689, 14356, 7554, 11931, 8016, 11052, 7422, 13600, 7654, 13120, 7269, 8876, 6826, 8240, 12403, 11085, 7868, 7604, 10013, 7167, 16447, 8253, 14776, 9966, 13341, 7593, 13037, 7605, 11199, 7396, 9850, 7213, 12253, 7057, 8371, 7000, 8248, 7490, 8566, 7754, 12478, 7091, 8773, 7351, 9458, 7598, 12883, 9833, 15499, 7495, 12529, 7500, 9863, 8313, 9835, 11493, 13988, 7198, 9258, 7114, 8880, 9414, 9018, 13586, 10500, 13028, 7357, 16493, 7935, 13368, 9246, 14143, 7682, 9703, 7297, 9074, 7219, 9567, 7837, 14843, 7786, 12759, 8027, 12043, 7984, 13885, 10066, 15967, 7781, 14491, 7804, 13019, 8468, 13881, 8412, 14348, 7919, 11238, 7489, 9328, 7375, 14374, 7729, 10209, 7310, 9243, 7334, 9681, 8661, 15281, 8630, 14120, 9075, 6988, 10296, 7446, 15018, 10570, 16412, 11106, 15466, 8748, 10787, 8225, 8210, 12472, 10667, 6880, 7606, 6950, 7631, 7145, 12281, 8346, 12978, 7455, 9649, 7413, 9556, 6957, 11395, 9203, 14155, 7656, 12777, 7261, 10407, 14390, 9184, 17956, 11443, 13058, 8795, 7019, 7894, 6911, 8895, 7017, 11159, 6996, 11502, 7173, 11638, 9277, 15852, 10517, 12258, 7451, 9058, 7561, 7968, 10639, 11180, 7010, 9292, 7876, 15923, 7369, 7952, 8063, 8924, 11278, 8154, 15540, 7909, 14141, 8269, 12693, 8524, 11815, 11878, 14248, 7185, 10842, 7494, 10378, 7573, 10870, 7404, 13453, 8043, 13320, 7648, 11652, 7112, 9403, 12674, 10072, 16538, 11664, 8484, 8014, 7112, 7347, 11841, 7876, 15102, 9308, 11326, 7416, 14383, 7418, 14168, 7959, 12305, 7411, 12702, 7209, 10026, 7359, 9086, 6946, 8198, 7509, 11956, 7285, 10858, 6776, 8617, 7946, 7511, 11886, 9096, 7986, 8473, 6599, 7839, 12757, 7638, 17164, 12114, 15874, 9463, 14292, 8584, 14061, 8964, 12996, 9312, 13984, 7420, 11812, 7680, 10677, 7803, 11723, 7561, 10964, 7380, 12099, 7489, 12452, 8606, 14402, 10263, 14551, 8475, 14320, 8534, 13771, 9743, 14790, 8691, 14134, 7781, 12459, 8008, 11678, 8377, 13598, 7862, 13056, 7870, 12977, 8130, 12514, 8465, 13100, 7413, 9820, 6995, 8071, 9146, 6998, 14951, 9443, 12163, 7491, 15004, 7876, 13375, 7740, 11476, 7918, 13365, 7292, 10534, 7165, 9797, 7918, 8225, 12502, 10156, 9248, 8778, 6913, 7880, 11394, 7350, 14620, 9300, 10535, 7923, 8095, 7542, 14004, 7938, 14912, 10301, 12738, 9303, 6873, 8251, 7380, 7531, 13183, 9271, 11275, 8630, 7879, 7830, 14168, 8337, 16035, 11384, 9932, 8526, 7383, 7772, 14286, 7931, 14547, 10035, 8872, 7719, 8126, 7518, 13050, 8051, 12480, 10097, 6999, 8977, 6899, 10004, 6972, 12686, 9356, 15032, 7868, 13780, 7845, 11190, 9236, 9816, 10277, 10539, 6920, 8064, 6829, 7884, 12503, 9990, 8083, 9321, 7084, 8283, 9681, 7726, 13382, 9158, 10529, 10399, 6691, 8494, 6826, 7795, 12709, 9233, 11768, 8938, 8930, 7783, 13578, 7853, 15325, 10207, 13612, 9369, 9474, 7475, 11932, 7600, 15233, 10524, 14883, 10542, 13693, 8153, 13573, 7909, 13425, 9394, 12241, 7937, 10521, 7698, 11014, 7764, 9466, 10897, 7213, 11177, 7093, 10549, 7103, 11130, 9212, 14318, 7160, 12785, 7385, 11758, 7512, 12220, 8876, 15492, 8186, 13797, 7561, 12782, 7669, 11882, 8001, 14981, 7908, 13789, 7517, 12748, 7788, 12771, 8724, 14019, 8614, 12898, 7925, 12040, 7354, 10770, 8047, 13948, 7220, 11450, 7377, 9840, 7239, 10303, 7535, 13357, 7146, 10374, 6932, 8102, 12115, 9349, 11341, 10625, 6948, 8250, 8845, 7669, 13537, 11633, 7362, 8499, 10678, 7234, 17340, 11482, 15274, 10865, 9091, 8346, 7259, 11424, 7608, 12807, 10476, 8077], 'WindowCenter': [4350.0, 4280.0, 4274.0, 4206.0, 4225.0, 4170.0, 4251.0, 4231.0, 4219.0, 4175.0, 4165.0, 4216.0, 4163.0, 4235.0, 4183.0, 4233.0, 4150.0, 4210.0, 4171.0, 4234.0, 4170.0, 4222.0, 4150.0, 4200.0, 4138.0, 4199.0, 4149.0, 4210.0, 4160.0, 4211.0, 4150.0, 4199.0, 4138.0, 4170.0, 4140.0, 4160.0, 4159.0, 4171.0, 4139.0, 4149.0, 4138.0, 4159.0, 4139.0, 4193.0, 4153.0, 4202.0, 4152.0, 4182.0, 4202.0, 4160.0, 4243.0, 4181.0, 4224.0, 4190.0, 4220.0, 4150.0, 4211.0, 4149.0, 4212.0, 4160.0, 4211.0, 4172.0, 4211.0, 4150.0, 4189.0, 4149.0, 4179.0, 4139.0, 4212.0, 4152.0, 4211.0, 4151.0, 4190.0, 4139.0, 4180.0, 4151.0, 4202.0, 4140.0, 4211.0, 4140.0, 4179.0, 4140.0, 4170.0, 4150.0, 4214.0, 4150.0, 4180.0, 4150.0, 4171.0, 4161.0, 4181.0, 4162.0, 4213.0, 4152.0, 4191.0, 4151.0, 4201.0, 4151.0, 4234.0, 4163.0, 4223.0, 4162.0, 4214.0, 4183.0, 4223.0, 4192.0, 4221.0, 4150.0, 4179.0, 4138.0, 4179.0, 4139.0, 4222.0, 4150.0, 4222.0, 4140.0, 4189.0, 4152.0, 4192.0, 4162.0, 4225.0, 4141.0, 4200.0, 4151.0, 4201.0, 4162.0, 4234.0, 4195.0, 4183.0, 4173.0, 4223.0, 4173.0, 4244.0, 4203.0, 4244.0, 4181.0, 4150.0, 4160.0, 4148.0, 4150.0, 4201.0, 4202.0, 4171.0, 4180.0, 4149.0, 4159.0, 4221.0, 4179.0, 4200.0, 4200.0, 4128.0, 4189.0, 4138.0, 4188.0, 4138.0, 4219.0, 4181.0, 4223.0, 4149.0, 4220.0, 4150.0, 4209.0, 4169.0, 4209.0, 4169.0, 4231.0, 4179.0, 4189.0, 4137.0, 4198.0, 4137.0, 4208.0, 4169.0, 4210.0, 4169.0, 4209.0, 4147.0, 4197.0, 4158.0, 4208.0, 4179.0, 4208.0, 4147.0, 4189.0, 4137.0, 4147.0, 4147.0, 4138.0, 4180.0, 4140.0, 4191.0, 4151.0, 4192.0, 4152.0, 4203.0, 4162.0, 4212.0, 4171.0, 4161.0, 4244.0, 4189.0, 4221.0, 4191.0, 4219.0, 4138.0, 4178.0, 4138.0, 4146.0, 4189.0, 4148.0, 4137.0, 4148.0, 4179.0, 4139.0, 4220.0, 4159.0, 4221.0, 4183.0, 4160.0, 4151.0, 4191.0, 4151.0, 4221.0, 4171.0, 4211.0, 4159.0, 4210.0, 4139.0, 4179.0, 4138.0, 4147.0, 4199.0, 4147.0, 4199.0, 4147.0, 4138.0, 4148.0, 4178.0, 4138.0, 4221.0, 4170.0, 4221.0, 4180.0, 4211.0, 4149.0, 4209.0, 4147.0, 4178.0, 4127.0, 4168.0, 4139.0, 4170.0, 4152.0, 4224.0, 4153.0, 4162.0, 4152.0, 4233.0, 4182.0, 4234.0, 4193.0, 4222.0, 4151.0, 4202.0, 4149.0, 4172.0, 4139.0, 4180.0, 4129.0, 4169.0, 4129.0, 4149.0, 4139.0, 4151.0, 4192.0, 4151.0, 4173.0, 4171.0, 4141.0, 4161.0, 4141.0, 4153.0, 4236.0, 4193.0, 4225.0, 4182.0, 4223.0, 4151.0, 4222.0, 4162.0, 4212.0, 4172.0, 4223.0, 4161.0, 4211.0, 4161.0, 4201.0, 4140.0, 4181.0, 4180.0, 4192.0, 4139.0, 4139.0, 4159.0, 4139.0, 4233.0, 4162.0, 4221.0, 4182.0, 4200.0, 4150.0, 4222.0, 4150.0, 4210.0, 4161.0, 4211.0, 4184.0, 4202.0, 4161.0, 4202.0, 4153.0, 4212.0, 4173.0, 4211.0, 4196.0, 4212.0, 4151.0, 4201.0, 4150.0, 4181.0, 4191.0, 4180.0, 4159.0, 4158.0, 4128.0, 4138.0, 4209.0, 4149.0, 4221.0, 4181.0, 4200.0, 4149.0, 4210.0, 4151.0, 4210.0, 4161.0, 4210.0, 4171.0, 4210.0, 4149.0, 4200.0, 4150.0, 4200.0, 4151.0, 4201.0, 4173.0, 4212.0, 4151.0, 4210.0, 4150.0, 4201.0, 4150.0, 4211.0, 4150.0, 4200.0, 4149.0, 4170.0, 4139.0, 4160.0, 4139.0, 4221.0, 4161.0, 4221.0, 4150.0, 4189.0, 4138.0, 4190.0, 4149.0, 4202.0, 4170.0, 4189.0, 4137.0, 4137.0, 4128.0, 4149.0, 4169.0, 4181.0, 4138.0, 4158.0, 4138.0, 4159.0, 4190.0, 4149.0, 4211.0, 4181.0, 4138.0, 4160.0, 4138.0, 4149.0, 4233.0, 4148.0, 4231.0, 4202.0, 4193.0, 4214.0, 4151.0, 4193.0, 4152.0, 4154.0, 4174.0, 4235.0, 4204.0, 4234.0, 4192.0, 4223.0, 4167.0, 4227.0, 4176.0, 4224.0, 4193.0, 4255.0, 4189.0, 4194.0, 4128.0, 4131.0, 4139.0, 4117.0, 4135.0, 4105.0, 4134.0, 4134.0, 4114.0, 4195.0, 4115.0, 4142.0, 4170.0, 4179.0, 4227.0, 4135.0, 4193.0, 4191.0, 4262.0, 4157.0, 4116.0, 4167.0, 4139.0, 4198.0, 4156.0, 4232.0, 4190.0, 4234.0, 4170.0, 4209.0, 4169.0, 4199.0, 4137.0, 4186.0, 4137.0, 4186.0, 4125.0, 4181.0, 4155.0, 4226.0, 4160.0, 4166.0, 4116.0, 4160.0, 4113.0, 4145.0, 4138.0, 4130.0, 4154.0, 4213.0, 4239.0, 4161.0, 4203.0, 4127.0, 4220.0, 4187.0, 4210.0, 4183.0, 4224.0, 4193.0, 4245.0, 4214.0, 4222.0, 4171.0, 4209.0, 4136.0, 4219.0, 4147.0, 4221.0, 4180.0, 4231.0, 4159.0, 4170.0, 4151.0, 4169.0, 4139.0, 4198.0, 4149.0, 4147.0, 4148.0, 4149.0, 4160.0, 4222.0, 4161.0, 4234.0, 4193.0, 4222.0, 4181.0, 4199.0, 4139.0, 4188.0, 4139.0, 4190.0, 4151.0, 4212.0, 4173.0, 4222.0, 4151.0, 4211.0, 4151.0, 4190.0, 4139.0, 4200.0, 4149.0, 4221.0, 4140.0, 4212.0, 4151.0, 4211.0, 4163.0, 4212.0, 4193.0, 4222.0, 4151.0, 4200.0, 4139.0, 4180.0, 4150.0, 4201.0, 4139.0, 4179.0, 4138.0, 4159.0, 4173.0, 4175.0, 4222.0, 4182.0, 4183.0, 4180.0, 4143.0, 4144.0, 4150.0, 4178.0, 4151.0, 4249.0, 4185.0, 4221.0, 4152.0, 4226.0, 4151.0, 4199.0, 4158.0, 4215.0, 4152.0, 4191.0, 4140.0, 4161.0, 4211.0, 4149.0, 4230.0, 4168.0, 4211.0, 4157.0, 4178.0, 4138.0, 4210.0, 4150.0, 4221.0, 4181.0, 4211.0, 4160.0, 4223.0, 4161.0, 4210.0, 4159.0, 4199.0, 4182.0, 4210.0, 4161.0, 4193.0, 4162.0, 4238.0, 4195.0, 4214.0, 4184.0, 4152.0, 4234.0, 4162.0, 4192.0, 4151.0, 4233.0, 4192.0, 4223.0, 4191.0, 4232.0, 4157.0, 4211.0, 4139.0, 4208.0, 4158.0, 4198.0, 4171.0, 4200.0, 4148.0, 4149.0, 4150.0, 4189.0, 4150.0, 4189.0, 4172.0, 4151.0, 4180.0, 4140.0, 4170.0, 4139.0, 4171.0, 4170.0, 4202.0, 4194.0, 4201.0, 4151.0, 4200.0, 4150.0, 4211.0, 4171.0, 4211.0, 4182.0, 4231.0, 4138.0, 4188.0, 4148.0, 4188.0, 4149.0, 4199.0, 4159.0, 4208.0, 4137.0, 4188.0, 4148.0, 4189.0, 4150.0, 4201.0, 4161.0, 4211.0, 4151.0, 4201.0, 4151.0, 4193.0, 4201.0, 4203.0, 4221.0, 4159.0, 4221.0, 4137.0, 4198.0, 4148.0, 4190.0, 4137.0, 4189.0, 4182.0, 4212.0, 4151.0, 4169.0, 4151.0, 4192.0, 4155.0, 4226.0, 4176.0, 4237.0, 4175.0, 4229.0, 4186.0, 4218.0, 4193.0, 4151.0, 4181.0, 4139.0, 4202.0, 4245.0, 4204.0, 4244.0, 4202.0, 4235.0, 4202.0, 4200.0, 4145.0, 4126.0, 4160.0, 4139.0, 4169.0, 4190.0, 4161.0, 4223.0, 4181.0, 4222.0, 4189.0, 4221.0, 4146.0, 4124.0, 4136.0, 4177.0, 4136.0, 4209.0, 4168.0, 4200.0, 4157.0, 4159.0, 4137.0, 4187.0, 4137.0, 4209.0, 4159.0, 4210.0, 4179.0, 4209.0, 4149.0, 4187.0, 4136.0, 4167.0, 4147.0, 4178.0, 4136.0, 4166.0, 4127.0, 4146.0, 4136.0, 4137.0, 4178.0, 4159.0, 4158.0, 4148.0, 4199.0, 4148.0, 4220.0, 4159.0, 4210.0, 4170.0, 4209.0, 4149.0, 4188.0, 4148.0, 4189.0, 4149.0, 4211.0, 4149.0, 4209.0, 4149.0, 4158.0, 4128.0, 4158.0, 4198.0, 4191.0, 4146.0, 4148.0, 4178.0, 4137.0, 4220.0, 4158.0, 4208.0, 4180.0, 4210.0, 4149.0, 4198.0, 4148.0, 4189.0, 4149.0, 4179.0, 4149.0, 4199.0, 4138.0, 4158.0, 4139.0, 4158.0, 4149.0, 4169.0, 4150.0, 4211.0, 4150.0, 4170.0, 4150.0, 4182.0, 4161.0, 4212.0, 4193.0, 4232.0, 4151.0, 4200.0, 4150.0, 4179.0, 4160.0, 4180.0, 4202.0, 4211.0, 4139.0, 4168.0, 4138.0, 4168.0, 4169.0, 4168.0, 4211.0, 4178.0, 4199.0, 4135.0, 4219.0, 4147.0, 4209.0, 4167.0, 4208.0, 4146.0, 4166.0, 4136.0, 4156.0, 4136.0, 4168.0, 4149.0, 4220.0, 4149.0, 4199.0, 4149.0, 4199.0, 4160.0, 4210.0, 4181.0, 4221.0, 4150.0, 4210.0, 4149.0, 4199.0, 4159.0, 4209.0, 4158.0, 4208.0, 4147.0, 4177.0, 4137.0, 4167.0, 4137.0, 4210.0, 4148.0, 4178.0, 4138.0, 4168.0, 4149.0, 4179.0, 4171.0, 4236.0, 4172.0, 4224.0, 4171.0, 4152.0, 4180.0, 4151.0, 4222.0, 4193.0, 4234.0, 4190.0, 4220.0, 4157.0, 4178.0, 4147.0, 4147.0, 4188.0, 4178.0, 4125.0, 4136.0, 4126.0, 4147.0, 4152.0, 4215.0, 4172.0, 4213.0, 4163.0, 4181.0, 4151.0, 4180.0, 4141.0, 4201.0, 4171.0, 4212.0, 4150.0, 4200.0, 4139.0, 4180.0, 4211.0, 4170.0, 4245.0, 4205.0, 4198.0, 4146.0, 4115.0, 4122.0, 4104.0, 4132.0, 4100.0, 4153.0, 4114.0, 4165.0, 4115.0, 4175.0, 4182.0, 4246.0, 4193.0, 4199.0, 4150.0, 4169.0, 4147.0, 4147.0, 4179.0, 4190.0, 4139.0, 4168.0, 4159.0, 4231.0, 4149.0, 4160.0, 4159.0, 4170.0, 4192.0, 4160.0, 4221.0, 4151.0, 4211.0, 4160.0, 4201.0, 4159.0, 4189.0, 4190.0, 4210.0, 4128.0, 4176.0, 4137.0, 4167.0, 4148.0, 4190.0, 4151.0, 4212.0, 4161.0, 4211.0, 4151.0, 4190.0, 4139.0, 4169.0, 4201.0, 4171.0, 4232.0, 4189.0, 4158.0, 4147.0, 4126.0, 4136.0, 4188.0, 4148.0, 4209.0, 4169.0, 4179.0, 4137.0, 4208.0, 4137.0, 4208.0, 4148.0, 4188.0, 4137.0, 4199.0, 4137.0, 4167.0, 4138.0, 4157.0, 4137.0, 4159.0, 4139.0, 4202.0, 4139.0, 4190.0, 4129.0, 4159.0, 4149.0, 4150.0, 4191.0, 4171.0, 4150.0, 4160.0, 4140.0, 4150.0, 4201.0, 4151.0, 4234.0, 4203.0, 4222.0, 4181.0, 4211.0, 4160.0, 4210.0, 4170.0, 4200.0, 4170.0, 4237.0, 4167.0, 4189.0, 4139.0, 4200.0, 4175.0, 4194.0, 4132.0, 4183.0, 4128.0, 4174.0, 4125.0, 4184.0, 4189.0, 4238.0, 4196.0, 4223.0, 4160.0, 4209.0, 4157.0, 4211.0, 4182.0, 4211.0, 4160.0, 4211.0, 4150.0, 4199.0, 4149.0, 4188.0, 4149.0, 4198.0, 4148.0, 4199.0, 4149.0, 4200.0, 4150.0, 4200.0, 4148.0, 4199.0, 4137.0, 4167.0, 4138.0, 4149.0, 4169.0, 4139.0, 4210.0, 4170.0, 4189.0, 4139.0, 4209.0, 4147.0, 4199.0, 4138.0, 4177.0, 4148.0, 4199.0, 4137.0, 4177.0, 4127.0, 4168.0, 4147.0, 4148.0, 4199.0, 4169.0, 4158.0, 4157.0, 4127.0, 4148.0, 4188.0, 4139.0, 4211.0, 4171.0, 4181.0, 4149.0, 4149.0, 4151.0, 4211.0, 4164.0, 4223.0, 4183.0, 4213.0, 4172.0, 4128.0, 4160.0, 4149.0, 4162.0, 4213.0, 4182.0, 4193.0, 4171.0, 4161.0, 4151.0, 4213.0, 4161.0, 4223.0, 4203.0, 4181.0, 4160.0, 4150.0, 4150.0, 4212.0, 4161.0, 4211.0, 4182.0, 4170.0, 4150.0, 4160.0, 4150.0, 4211.0, 4161.0, 4203.0, 4192.0, 4140.0, 4170.0, 4151.0, 4180.0, 4141.0, 4212.0, 4183.0, 4223.0, 4162.0, 4212.0, 4161.0, 4191.0, 4171.0, 4181.0, 4181.0, 4179.0, 4139.0, 4159.0, 4139.0, 4160.0, 4201.0, 4181.0, 4160.0, 4170.0, 4140.0, 4159.0, 4169.0, 4149.0, 4211.0, 4169.0, 4181.0, 4179.0, 4128.0, 4159.0, 4128.0, 4150.0, 4201.0, 4170.0, 4201.0, 4169.0, 4169.0, 4149.0, 4199.0, 4160.0, 4221.0, 4180.0, 4211.0, 4169.0, 4169.0, 4139.0, 4189.0, 4149.0, 4221.0, 4180.0, 4222.0, 4178.0, 4210.0, 4149.0, 4210.0, 4149.0, 4199.0, 4171.0, 4200.0, 4159.0, 4179.0, 4150.0, 4192.0, 4161.0, 4182.0, 4205.0, 4151.0, 4191.0, 4152.0, 4191.0, 4152.0, 4191.0, 4182.0, 4224.0, 4141.0, 4201.0, 4151.0, 4190.0, 4151.0, 4202.0, 4171.0, 4224.0, 4160.0, 4211.0, 4150.0, 4200.0, 4151.0, 4190.0, 4149.0, 4223.0, 4160.0, 4211.0, 4150.0, 4200.0, 4151.0, 4201.0, 4172.0, 4224.0, 4161.0, 4201.0, 4161.0, 4200.0, 4151.0, 4192.0, 4161.0, 4213.0, 4150.0, 4190.0, 4150.0, 4180.0, 4150.0, 4180.0, 4152.0, 4212.0, 4141.0, 4181.0, 4140.0, 4162.0, 4202.0, 4171.0, 4193.0, 4180.0, 4140.0, 4160.0, 4170.0, 4150.0, 4212.0, 4192.0, 4139.0, 4160.0, 4180.0, 4150.0, 4235.0, 4203.0, 4237.0, 4195.0, 4172.0, 4162.0, 4153.0, 4203.0, 4163.0, 4213.0, 4194.0, 4152.0], 'WindowWidth': [9601.0, 9485.0, 9460.0, 9352.0, 9370.0, 9290.0, 9397.0, 9373.0, 9352.0, 9287.0, 9273.0, 9340.0, 9267.0, 9367.0, 9289.0, 9362.0, 9243.0, 9322.0, 9272.0, 9362.0, 9270.0, 9341.0, 9242.0, 9306.0, 9223.0, 9303.0, 9238.0, 9322.0, 9254.0, 9323.0, 9241.0, 9305.0, 9224.0, 9266.0, 9227.0, 9254.0, 9251.0, 9273.0, 9226.0, 9240.0, 9224.0, 9253.0, 9226.0, 9305.0, 9250.0, 9314.0, 9248.0, 9288.0, 9313.0, 9254.0, 9373.0, 9283.0, 9346.0, 9295.0, 9337.0, 9243.0, 9325.0, 9240.0, 9325.0, 9257.0, 9324.0, 9273.0, 9324.0, 9242.0, 9293.0, 9240.0, 9279.0, 9228.0, 9327.0, 9247.0, 9324.0, 9245.0, 9294.0, 9227.0, 9281.0, 9243.0, 9314.0, 9229.0, 9326.0, 9230.0, 9279.0, 9230.0, 9268.0, 9243.0, 9332.0, 9245.0, 9283.0, 9244.0, 9271.0, 9260.0, 9286.0, 9261.0, 9331.0, 9250.0, 9297.0, 9246.0, 9313.0, 9248.0, 9360.0, 9266.0, 9345.0, 9265.0, 9333.0, 9291.0, 9345.0, 9302.0, 9340.0, 9244.0, 9279.0, 9225.0, 9279.0, 9227.0, 9342.0, 9243.0, 9342.0, 9230.0, 9293.0, 9252.0, 9302.0, 9263.0, 9351.0, 9233.0, 9308.0, 9246.0, 9310.0, 9262.0, 9361.0, 9311.0, 9292.0, 9278.0, 9345.0, 9277.0, 9377.0, 9316.0, 9379.0, 9286.0, 9242.0, 9254.0, 9237.0, 9242.0, 9312.0, 9314.0, 9270.0, 9282.0, 9240.0, 9250.0, 9338.0, 9277.0, 9308.0, 9308.0, 9208.0, 9289.0, 9222.0, 9287.0, 9224.0, 9331.0, 9285.0, 9343.0, 9239.0, 9336.0, 9241.0, 9317.0, 9263.0, 9318.0, 9263.0, 9355.0, 9278.0, 9291.0, 9220.0, 9300.0, 9219.0, 9316.0, 9264.0, 9321.0, 9263.0, 9318.0, 9233.0, 9299.0, 9248.0, 9316.0, 9279.0, 9315.0, 9233.0, 9288.0, 9218.0, 9232.0, 9232.0, 9222.0, 9281.0, 9229.0, 9297.0, 9246.0, 9299.0, 9249.0, 9318.0, 9261.0, 9328.0, 9272.0, 9256.0, 9378.0, 9293.0, 9341.0, 9297.0, 9335.0, 9224.0, 9276.0, 9221.0, 9232.0, 9290.0, 9235.0, 9221.0, 9237.0, 9277.0, 9225.0, 9335.0, 9253.0, 9336.0, 9290.0, 9255.0, 9243.0, 9298.0, 9244.0, 9339.0, 9269.0, 9322.0, 9253.0, 9320.0, 9224.0, 9276.0, 9222.0, 9233.0, 9305.0, 9232.0, 9304.0, 9232.0, 9221.0, 9234.0, 9273.0, 9223.0, 9338.0, 9268.0, 9338.0, 9280.0, 9324.0, 9238.0, 9318.0, 9234.0, 9276.0, 9207.0, 9262.0, 9224.0, 9267.0, 9249.0, 9346.0, 9251.0, 9262.0, 9248.0, 9358.0, 9286.0, 9361.0, 9300.0, 9341.0, 9242.0, 9311.0, 9239.0, 9270.0, 9226.0, 9280.0, 9210.0, 9262.0, 9211.0, 9237.0, 9224.0, 9243.0, 9300.0, 9245.0, 9275.0, 9271.0, 9233.0, 9259.0, 9230.0, 9249.0, 9364.0, 9303.0, 9350.0, 9287.0, 9345.0, 9246.0, 9342.0, 9259.0, 9326.0, 9274.0, 9345.0, 9257.0, 9323.0, 9258.0, 9310.0, 9230.0, 9284.0, 9282.0, 9300.0, 9225.0, 9224.0, 9251.0, 9226.0, 9359.0, 9259.0, 9340.0, 9288.0, 9309.0, 9242.0, 9340.0, 9242.0, 9324.0, 9258.0, 9323.0, 9294.0, 9314.0, 9259.0, 9314.0, 9249.0, 9329.0, 9276.0, 9327.0, 9310.0, 9329.0, 9245.0, 9310.0, 9241.0, 9283.0, 9296.0, 9283.0, 9251.0, 9248.0, 9209.0, 9223.0, 9319.0, 9240.0, 9337.0, 9284.0, 9308.0, 9239.0, 9321.0, 9243.0, 9322.0, 9258.0, 9320.0, 9272.0, 9321.0, 9240.0, 9306.0, 9241.0, 9309.0, 9246.0, 9311.0, 9277.0, 9327.0, 9244.0, 9322.0, 9242.0, 9311.0, 9243.0, 9325.0, 9243.0, 9307.0, 9240.0, 9266.0, 9226.0, 9256.0, 9227.0, 9338.0, 9258.0, 9338.0, 9241.0, 9292.0, 9225.0, 9294.0, 9240.0, 9312.0, 9268.0, 9292.0, 9221.0, 9219.0, 9210.0, 9239.0, 9265.0, 9285.0, 9223.0, 9250.0, 9225.0, 9252.0, 9297.0, 9241.0, 9324.0, 9284.0, 9225.0, 9254.0, 9225.0, 9239.0, 9360.0, 9237.0, 9354.0, 9315.0, 9303.0, 9334.0, 9248.0, 9305.0, 9251.0, 9252.0, 9280.0, 9364.0, 9319.0, 9364.0, 9300.0, 9344.0, 9278.0, 9359.0, 9288.0, 9348.0, 9303.0, 9396.0, 9308.0, 9323.0, 9203.0, 9212.0, 9216.0, 9181.0, 9202.0, 9164.0, 9204.0, 9201.0, 9171.0, 9285.0, 9167.0, 9217.0, 9268.0, 9302.0, 9375.0, 9215.0, 9284.0, 9295.0, 9413.0, 9244.0, 9172.0, 9261.0, 9226.0, 9300.0, 9243.0, 9355.0, 9294.0, 9363.0, 9266.0, 9320.0, 9263.0, 9304.0, 9216.0, 9282.0, 9215.0, 9281.0, 9199.0, 9284.0, 9257.0, 9368.0, 9268.0, 9242.0, 9178.0, 9229.0, 9169.0, 9214.0, 9211.0, 9174.0, 9235.0, 9328.0, 9374.0, 9258.0, 9313.0, 9204.0, 9337.0, 9285.0, 9321.0, 9287.0, 9343.0, 9300.0, 9379.0, 9332.0, 9339.0, 9266.0, 9316.0, 9214.0, 9333.0, 9229.0, 9338.0, 9279.0, 9351.0, 9249.0, 9265.0, 9243.0, 9265.0, 9225.0, 9303.0, 9238.0, 9233.0, 9234.0, 9237.0, 9254.0, 9340.0, 9257.0, 9360.0, 9301.0, 9341.0, 9282.0, 9304.0, 9224.0, 9288.0, 9225.0, 9295.0, 9246.0, 9326.0, 9276.0, 9342.0, 9246.0, 9325.0, 9244.0, 9292.0, 9226.0, 9308.0, 9239.0, 9339.0, 9228.0, 9326.0, 9244.0, 9323.0, 9263.0, 9327.0, 9305.0, 9341.0, 9244.0, 9308.0, 9226.0, 9281.0, 9241.0, 9311.0, 9224.0, 9276.0, 9224.0, 9251.0, 9278.0, 9283.0, 9341.0, 9287.0, 9309.0, 9295.0, 9234.0, 9216.0, 9243.0, 9275.0, 9244.0, 9389.0, 9295.0, 9337.0, 9246.0, 9355.0, 9248.0, 9306.0, 9248.0, 9337.0, 9247.0, 9297.0, 9228.0, 9258.0, 9326.0, 9237.0, 9351.0, 9261.0, 9326.0, 9246.0, 9274.0, 9222.0, 9321.0, 9242.0, 9338.0, 9285.0, 9324.0, 9254.0, 9344.0, 9257.0, 9321.0, 9253.0, 9305.0, 9289.0, 9321.0, 9258.0, 9304.0, 9264.0, 9372.0, 9310.0, 9335.0, 9292.0, 9250.0, 9362.0, 9260.0, 9299.0, 9244.0, 9362.0, 9299.0, 9344.0, 9297.0, 9358.0, 9247.0, 9322.0, 9224.0, 9316.0, 9249.0, 9303.0, 9271.0, 9308.0, 9236.0, 9239.0, 9242.0, 9292.0, 9241.0, 9291.0, 9275.0, 9244.0, 9280.0, 9228.0, 9267.0, 9225.0, 9269.0, 9269.0, 9311.0, 9306.0, 9311.0, 9245.0, 9309.0, 9241.0, 9322.0, 9272.0, 9326.0, 9286.0, 9353.0, 9221.0, 9286.0, 9235.0, 9288.0, 9238.0, 9304.0, 9251.0, 9317.0, 9221.0, 9287.0, 9237.0, 9292.0, 9244.0, 9313.0, 9259.0, 9324.0, 9245.0, 9312.0, 9245.0, 9302.0, 9311.0, 9319.0, 9339.0, 9249.0, 9342.0, 9219.0, 9303.0, 9235.0, 9296.0, 9221.0, 9292.0, 9289.0, 9330.0, 9245.0, 9265.0, 9247.0, 9301.0, 9259.0, 9358.0, 9293.0, 9376.0, 9285.0, 9363.0, 9299.0, 9344.0, 9303.0, 9242.0, 9281.0, 9224.0, 9312.0, 9378.0, 9319.0, 9382.0, 9313.0, 9367.0, 9313.0, 9306.0, 9226.0, 9201.0, 9255.0, 9226.0, 9265.0, 9294.0, 9257.0, 9345.0, 9284.0, 9343.0, 9295.0, 9338.0, 9227.0, 9198.0, 9215.0, 9272.0, 9217.0, 9317.0, 9263.0, 9308.0, 9246.0, 9249.0, 9221.0, 9286.0, 9220.0, 9318.0, 9252.0, 9323.0, 9278.0, 9319.0, 9238.0, 9285.0, 9217.0, 9260.0, 9232.0, 9276.0, 9215.0, 9257.0, 9207.0, 9230.0, 9217.0, 9222.0, 9277.0, 9253.0, 9250.0, 9237.0, 9306.0, 9236.0, 9334.0, 9253.0, 9320.0, 9269.0, 9318.0, 9239.0, 9289.0, 9238.0, 9293.0, 9240.0, 9327.0, 9241.0, 9321.0, 9240.0, 9249.0, 9210.0, 9251.0, 9304.0, 9298.0, 9233.0, 9236.0, 9276.0, 9221.0, 9338.0, 9251.0, 9318.0, 9284.0, 9322.0, 9240.0, 9304.0, 9238.0, 9292.0, 9241.0, 9279.0, 9241.0, 9305.0, 9226.0, 9250.0, 9228.0, 9252.0, 9242.0, 9268.0, 9243.0, 9325.0, 9245.0, 9269.0, 9244.0, 9287.0, 9260.0, 9329.0, 9304.0, 9358.0, 9247.0, 9310.0, 9242.0, 9280.0, 9256.0, 9282.0, 9315.0, 9327.0, 9227.0, 9263.0, 9223.0, 9264.0, 9268.0, 9264.0, 9325.0, 9277.0, 9306.0, 9218.0, 9336.0, 9235.0, 9320.0, 9262.0, 9319.0, 9232.0, 9257.0, 9219.0, 9245.0, 9221.0, 9262.0, 9242.0, 9334.0, 9240.0, 9305.0, 9239.0, 9306.0, 9257.0, 9320.0, 9287.0, 9340.0, 9242.0, 9321.0, 9239.0, 9306.0, 9252.0, 9319.0, 9250.0, 9315.0, 9235.0, 9272.0, 9221.0, 9261.0, 9222.0, 9324.0, 9238.0, 9276.0, 9225.0, 9262.0, 9241.0, 9281.0, 9272.0, 9366.0, 9276.0, 9348.0, 9274.0, 9249.0, 9282.0, 9246.0, 9341.0, 9302.0, 9364.0, 9297.0, 9338.0, 9248.0, 9273.0, 9233.0, 9232.0, 9288.0, 9274.0, 9202.0, 9217.0, 9205.0, 9234.0, 9253.0, 9340.0, 9276.0, 9330.0, 9266.0, 9285.0, 9246.0, 9282.0, 9232.0, 9311.0, 9271.0, 9328.0, 9243.0, 9308.0, 9227.0, 9280.0, 9324.0, 9268.0, 9386.0, 9322.0, 9300.0, 9229.0, 9182.0, 9187.0, 9161.0, 9193.0, 9151.0, 9222.0, 9173.0, 9242.0, 9180.0, 9265.0, 9287.0, 9383.0, 9304.0, 9309.0, 9244.0, 9267.0, 9233.0, 9233.0, 9277.0, 9295.0, 9225.0, 9265.0, 9257.0, 9355.0, 9241.0, 9257.0, 9253.0, 9269.0, 9300.0, 9257.0, 9339.0, 9242.0, 9323.0, 9255.0, 9311.0, 9254.0, 9293.0, 9294.0, 9321.0, 9208.0, 9270.0, 9221.0, 9259.0, 9237.0, 9294.0, 9246.0, 9328.0, 9260.0, 9326.0, 9246.0, 9296.0, 9225.0, 9266.0, 9311.0, 9269.0, 9354.0, 9292.0, 9247.0, 9232.0, 9204.0, 9218.0, 9289.0, 9236.0, 9320.0, 9264.0, 9278.0, 9220.0, 9317.0, 9220.0, 9316.0, 9235.0, 9289.0, 9220.0, 9303.0, 9221.0, 9260.0, 9225.0, 9247.0, 9222.0, 9251.0, 9227.0, 9315.0, 9226.0, 9293.0, 9214.0, 9251.0, 9238.0, 9241.0, 9296.0, 9271.0, 9241.0, 9255.0, 9229.0, 9244.0, 9311.0, 9245.0, 9363.0, 9317.0, 9345.0, 9283.0, 9327.0, 9253.0, 9322.0, 9270.0, 9308.0, 9270.0, 9373.0, 9278.0, 9291.0, 9224.0, 9320.0, 9296.0, 9296.0, 9208.0, 9282.0, 9200.0, 9258.0, 9197.0, 9271.0, 9310.0, 9374.0, 9313.0, 9346.0, 9253.0, 9316.0, 9245.0, 9324.0, 9286.0, 9325.0, 9254.0, 9324.0, 9242.0, 9304.0, 9239.0, 9286.0, 9237.0, 9301.0, 9236.0, 9303.0, 9239.0, 9306.0, 9241.0, 9306.0, 9235.0, 9304.0, 9220.0, 9259.0, 9222.0, 9236.0, 9266.0, 9224.0, 9323.0, 9269.0, 9291.0, 9224.0, 9319.0, 9233.0, 9303.0, 9222.0, 9273.0, 9234.0, 9304.0, 9219.0, 9272.0, 9207.0, 9260.0, 9231.0, 9235.0, 9305.0, 9263.0, 9248.0, 9246.0, 9206.0, 9235.0, 9289.0, 9226.0, 9324.0, 9270.0, 9282.0, 9239.0, 9239.0, 9243.0, 9324.0, 9267.0, 9344.0, 9289.0, 9331.0, 9273.0, 9209.0, 9254.0, 9240.0, 9261.0, 9331.0, 9288.0, 9305.0, 9270.0, 9257.0, 9244.0, 9331.0, 9259.0, 9345.0, 9317.0, 9282.0, 9255.0, 9241.0, 9242.0, 9330.0, 9257.0, 9326.0, 9288.0, 9269.0, 9241.0, 9254.0, 9241.0, 9325.0, 9257.0, 9314.0, 9302.0, 9228.0, 9269.0, 9245.0, 9283.0, 9232.0, 9328.0, 9290.0, 9346.0, 9260.0, 9327.0, 9259.0, 9299.0, 9272.0, 9283.0, 9285.0, 9279.0, 9227.0, 9252.0, 9226.0, 9255.0, 9311.0, 9284.0, 9254.0, 9267.0, 9229.0, 9253.0, 9265.0, 9239.0, 9325.0, 9265.0, 9284.0, 9280.0, 9212.0, 9252.0, 9210.0, 9241.0, 9311.0, 9269.0, 9312.0, 9264.0, 9266.0, 9239.0, 9308.0, 9254.0, 9338.0, 9281.0, 9325.0, 9265.0, 9266.0, 9225.0, 9292.0, 9241.0, 9340.0, 9283.0, 9342.0, 9277.0, 9323.0, 9238.0, 9322.0, 9240.0, 9304.0, 9273.0, 9309.0, 9253.0, 9280.0, 9241.0, 9301.0, 9258.0, 9286.0, 9323.0, 9245.0, 9299.0, 9248.0, 9298.0, 9249.0, 9299.0, 9288.0, 9347.0, 9231.0, 9311.0, 9245.0, 9294.0, 9245.0, 9311.0, 9270.0, 9347.0, 9255.0, 9323.0, 9242.0, 9307.0, 9244.0, 9293.0, 9239.0, 9343.0, 9254.0, 9324.0, 9242.0, 9306.0, 9245.0, 9311.0, 9273.0, 9346.0, 9259.0, 9310.0, 9258.0, 9308.0, 9245.0, 9299.0, 9257.0, 9330.0, 9242.0, 9294.0, 9243.0, 9280.0, 9243.0, 9281.0, 9247.0, 9328.0, 9231.0, 9283.0, 9228.0, 9259.0, 9313.0, 9270.0, 9302.0, 9281.0, 9227.0, 9253.0, 9268.0, 9240.0, 9325.0, 9299.0, 9225.0, 9254.0, 9279.0, 9242.0, 9367.0, 9316.0, 9368.0, 9307.0, 9272.0, 9262.0, 9251.0, 9316.0, 9263.0, 9329.0, 9305.0, 9244.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.0036395721077654517</td></tr>
<tr><td colspan=3>aqi</td><td>0.02429894310618067</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.066562673814424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2419738623235541</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0568457465979384</td></tr>
<tr><td colspan=3>efc</td><td>0.5226</td></tr>
<tr><td colspan=3>fber</td><td>3173.7205</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11771303976986175</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.489698890649763</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3784343318535828</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2482125827620716</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5955571199352776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291533292863399</td></tr>
<tr><td colspan=3>gcor</td><td>0.00662756</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016818925738334656</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03547162562608719</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1262</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.153867767125521</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>14.0824</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.5905</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.3136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1272.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.5289</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8887</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0855</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3379.389</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.0091</td></tr>
<tr><td colspan=3>tsnr</td><td>34.175530505599454</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>