<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-04/func/sub-0073_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>39214dd57021a909b9c679bad5ef7e9f</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>19:06:46.565000</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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.115809</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33a856cf-534b-4e0e-bc6b-24e4bad47535||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['190646.565000', '190647.025000', '190647.485000', '190647.945000', '190648.405000', '190648.865000', '190649.325000', '190649.785000', '190650.245000', '190650.705000', '190651.165000', '190651.625000', '190652.085000', '190652.545000', '190653.005000', '190653.465000', '190653.925000', '190654.385000', '190654.845000', '190655.305000', '190655.765000', '190656.225000', '190656.685000', '190657.145000', '190657.605000', '190658.065000', '190658.525000', '190658.985000', '190659.445000', '190659.905000', '190700.365000', '190700.825000', '190701.285000', '190701.745000', '190702.205000', '190702.665000', '190703.125000', '190703.585000', '190704.045000', '190704.505000', '190704.965000', '190705.425000', '190705.885000', '190706.345000', '190706.805000', '190707.265000', '190707.725000', '190708.185000', '190708.645000', '190709.105000', '190709.565000', '190710.025000', '190710.485000', '190710.945000', '190711.405000', '190711.865000', '190712.325000', '190712.785000', '190713.245000', '190713.705000', '190714.165000', '190714.625000', '190715.085000', '190715.545000', '190716.005000', '190716.465000', '190716.925000', '190717.385000', '190717.845000', '190718.305000', '190718.765000', '190719.225000', '190719.685000', '190720.145000', '190720.605000', '190721.065000', '190721.525000', '190721.985000', '190722.445000', '190722.905000', '190723.365000', '190723.825000', '190724.285000', '190724.745000', '190725.205000', '190725.665000', '190726.125000', '190726.585000', '190727.045000', '190727.505000', '190727.965000', '190728.425000', '190728.885000', '190729.345000', '190729.805000', '190730.265000', '190730.725000', '190731.185000', '190731.645000', '190732.105000', '190732.565000', '190733.025000', '190733.485000', '190733.945000', '190734.405000', '190734.865000', '190735.325000', '190735.785000', '190736.245000', '190736.705000', '190737.165000', '190737.625000', '190738.085000', '190738.545000', '190739.005000', '190739.465000', '190739.925000', '190740.385000', '190740.845000', '190741.305000', '190741.765000', '190742.225000', '190742.685000', '190743.145000', '190743.605000', '190744.065000', '190744.525000', '190744.985000', '190745.445000', '190745.905000', '190746.365000', '190746.825000', '190747.285000', '190747.745000', '190748.205000', '190748.665000', '190749.125000', '190749.585000', '190750.045000', '190750.505000', '190750.965000', '190751.425000', '190751.885000', '190752.345000', '190752.805000', '190753.265000', '190753.725000', '190754.185000', '190754.645000', '190755.105000', '190755.565000', '190756.025000', '190756.485000', '190756.945000', '190757.405000', '190757.865000', '190758.325000', '190758.785000', '190759.245000', '190759.705000', '190800.165000', '190800.625000', '190801.085000', '190801.545000', '190802.005000', '190802.465000', '190802.925000', '190803.385000', '190803.845000', '190804.305000', '190804.765000', '190805.225000', '190805.685000', '190806.145000', '190806.605000', '190807.065000', '190807.525000', '190807.985000', '190808.445000', '190808.905000', '190809.365000', '190809.825000', '190810.285000', '190810.745000', '190811.205000', '190811.665000', '190812.125000', '190812.585000', '190813.045000', '190813.505000', '190813.965000', '190814.425000', '190814.885000', '190815.345000', '190815.805000', '190816.265000', '190816.725000', '190817.185000', '190817.645000', '190818.105000', '190818.565000', '190819.025000', '190819.485000', '190819.945000', '190820.405000', '190820.865000', '190821.325000', '190821.785000', '190822.245000', '190822.705000', '190823.165000', '190823.625000', '190824.085000', '190824.545000', '190825.005000', '190825.465000', '190825.925000', '190826.385000', '190826.845000', '190827.305000', '190827.765000', '190828.225000', '190828.685000', '190829.145000', '190829.605000', '190830.065000', '190830.525000', '190830.985000', '190831.445000', '190831.905000', '190832.365000', '190832.825000', '190833.285000', '190833.745000', '190834.205000', '190834.665000', '190835.125000', '190835.585000', '190836.045000', '190836.505000', '190836.965000', '190837.425000', '190837.885000', '190838.345000', '190838.805000', '190839.265000', '190839.725000', '190840.185000', '190840.645000', '190841.105000', '190841.565000', '190842.025000', '190842.485000', '190842.945000', '190843.405000', '190843.865000', '190844.325000', '190844.785000', '190845.245000', '190845.705000', '190846.165000', '190846.625000', '190847.085000', '190847.545000', '190848.005000', '190848.465000', '190848.925000', '190849.385000', '190849.845000', '190850.305000', '190850.765000', '190851.225000', '190851.685000', '190852.145000', '190852.605000', '190853.065000', '190853.525000', '190853.985000', '190854.445000', '190854.905000', '190855.365000', '190855.825000', '190856.285000', '190856.745000', '190857.205000', '190857.665000', '190858.125000', '190858.585000', '190859.045000', '190859.505000', '190859.965000', '190900.425000', '190900.885000', '190901.345000', '190901.805000', '190902.265000', '190902.725000', '190903.185000', '190903.645000', '190904.105000', '190904.565000', '190905.025000', '190905.485000', '190905.945000', '190906.405000', '190906.865000', '190907.325000', '190907.785000', '190908.245000', '190908.705000', '190909.165000', '190909.625000', '190910.085000', '190910.545000', '190911.005000', '190911.465000', '190911.925000', '190912.385000', '190912.845000', '190913.305000', '190913.765000', '190914.225000', '190914.685000', '190915.145000', '190915.605000', '190916.065000', '190916.525000', '190916.985000', '190917.445000', '190917.905000', '190918.365000', '190918.825000', '190919.285000', '190919.745000', '190920.205000', '190920.665000', '190921.125000', '190921.585000', '190922.045000', '190922.505000', '190922.965000', '190923.425000', '190923.885000', '190924.345000', '190924.805000', '190925.265000', '190925.725000', '190926.185000', '190926.645000', '190927.105000', '190927.565000', '190928.025000', '190928.485000', '190928.945000', '190929.405000', '190929.865000', '190930.325000', '190930.785000', '190931.245000', '190931.705000', '190932.165000', '190932.625000', '190933.085000', '190933.545000', '190934.005000', '190934.465000', '190934.925000', '190935.385000', '190935.845000', '190936.305000', '190936.765000', '190937.225000', '190937.685000', '190938.145000', '190938.605000', '190939.065000', '190939.525000', '190939.985000', '190940.445000', '190940.905000', '190941.365000', '190941.825000', '190942.285000', '190942.745000', '190943.205000', '190943.665000', '190944.125000', '190944.585000', '190945.045000', '190945.505000', '190945.965000', '190946.425000', '190946.885000', '190947.345000', '190947.805000', '190948.265000', '190948.725000', '190949.185000', '190949.645000', '190950.105000', '190950.565000', '190951.025000', '190951.485000', '190951.945000', '190952.405000', '190952.865000', '190953.325000', '190953.785000', '190954.245000', '190954.705000', '190955.165000', '190955.625000', '190956.085000', '190956.545000', '190957.005000', '190957.465000', '190957.925000', '190958.385000', '190958.845000', '190959.305000', '190959.765000', '191000.225000', '191000.685000', '191001.145000', '191001.605000', '191002.065000', '191002.525000', '191002.985000', '191003.445000', '191003.905000', '191004.365000', '191004.825000', '191005.285000', '191005.745000', '191006.205000', '191006.665000', '191007.125000', '191007.585000', '191008.045000', '191008.505000', '191008.965000', '191009.425000', '191009.885000', '191010.345000', '191010.805000', '191011.265000', '191011.725000', '191012.185000', '191012.645000', '191013.105000', '191013.565000', '191014.025000', '191014.485000', '191014.945000', '191015.405000', '191015.865000', '191016.325000', '191016.785000', '191017.245000', '191017.705000', '191018.165000', '191018.625000', '191019.085000', '191019.545000', '191020.005000', '191020.465000', '191020.925000', '191021.385000', '191021.845000', '191022.305000', '191022.765000', '191023.225000', '191023.685000', '191024.145000', '191024.605000', '191025.065000', '191025.525000', '191025.985000', '191026.445000', '191026.905000', '191027.365000', '191027.825000', '191028.285000', '191028.745000', '191029.205000', '191029.665000', '191030.125000', '191030.585000', '191031.045000', '191031.505000', '191031.965000', '191032.425000', '191032.885000', '191033.345000', '191033.805000', '191034.265000', '191034.725000', '191035.185000', '191035.645000', '191036.105000', '191036.565000', '191037.025000', '191037.485000', '191037.945000', '191038.405000', '191038.865000', '191039.325000', '191039.785000', '191040.245000', '191040.705000', '191041.165000', '191041.625000', '191042.085000', '191042.545000', '191043.005000', '191043.465000', '191043.925000', '191044.385000', '191044.845000', '191045.305000', '191045.765000', '191046.225000', '191046.685000', '191047.145000', '191047.605000', '191048.065000', '191048.525000', '191048.985000', '191049.445000', '191049.905000', '191050.365000', '191050.825000', '191051.285000', '191051.745000', '191052.205000', '191052.665000', '191053.125000', '191053.585000', '191054.045000', '191054.505000', '191054.965000', '191055.425000', '191055.885000', '191056.345000', '191056.805000', '191057.265000', '191057.725000', '191058.185000', '191058.645000', '191059.105000', '191059.565000', '191100.025000', '191100.485000', '191100.945000', '191101.405000', '191101.865000', '191102.325000', '191102.785000', '191103.245000', '191103.705000', '191104.165000', '191104.625000', '191105.085000', '191105.545000', '191106.005000', '191106.465000', '191106.925000', '191107.385000', '191107.845000', '191108.305000', '191108.765000', '191109.225000', '191109.685000', '191110.145000', '191110.605000', '191111.065000', '191111.525000', '191111.985000', '191112.445000', '191112.905000', '191113.365000', '191113.825000', '191114.285000', '191114.745000', '191115.205000', '191115.665000', '191116.125000', '191116.585000', '191117.045000', '191117.505000', '191117.965000', '191118.425000', '191118.885000', '191119.345000', '191119.805000', '191120.265000', '191120.725000', '191121.185000', '191121.645000', '191122.105000', '191122.565000', '191123.025000', '191123.485000', '191123.945000', '191124.405000', '191124.865000', '191125.325000', '191125.785000', '191126.245000', '191126.705000', '191127.165000', '191127.625000', '191128.085000', '191128.545000', '191129.005000', '191129.465000', '191129.925000', '191130.385000', '191130.845000', '191131.305000', '191131.765000', '191132.225000', '191132.685000', '191133.145000', '191133.605000', '191134.065000', '191134.525000', '191134.985000', '191135.445000', '191135.905000', '191136.365000', '191136.825000', '191137.285000', '191137.745000', '191138.205000', '191138.665000', '191139.125000', '191139.585000', '191140.045000', '191140.505000', '191140.965000', '191141.425000', '191141.885000', '191142.345000', '191142.805000', '191143.265000', '191143.725000', '191144.185000', '191144.645000', '191145.105000', '191145.565000', '191146.025000', '191146.485000', '191146.945000', '191147.405000', '191147.865000', '191148.325000', '191148.785000', '191149.245000', '191149.705000', '191150.165000', '191150.625000', '191151.085000', '191151.545000', '191152.005000', '191152.465000', '191152.925000', '191153.385000', '191153.845000', '191154.305000', '191154.765000', '191155.225000', '191155.685000', '191156.145000', '191156.605000', '191157.065000', '191157.525000', '191157.985000', '191158.445000', '191158.905000', '191159.365000', '191159.825000', '191200.285000', '191200.745000', '191201.205000', '191201.665000', '191202.125000', '191202.585000', '191203.045000', '191203.505000', '191203.965000', '191204.425000', '191204.885000', '191205.345000', '191205.805000', '191206.265000', '191206.725000', '191207.185000', '191207.645000', '191208.105000', '191208.565000', '191209.025000', '191209.485000', '191209.945000', '191210.405000', '191210.865000', '191211.325000', '191211.785000', '191212.245000', '191212.705000', '191213.165000', '191213.625000', '191214.085000', '191214.545000', '191215.005000', '191215.465000', '191215.925000', '191216.385000', '191216.845000', '191217.305000', '191217.765000', '191218.225000', '191218.685000', '191219.145000', '191219.605000', '191220.065000', '191220.525000', '191220.985000', '191221.445000', '191221.905000', '191222.365000', '191222.825000', '191223.285000', '191223.745000', '191224.205000', '191224.665000', '191225.125000', '191225.585000', '191226.045000', '191226.505000', '191226.965000', '191227.425000', '191227.885000', '191228.345000', '191228.805000', '191229.265000', '191229.725000', '191230.185000', '191230.645000', '191231.105000', '191231.565000', '191232.025000', '191232.485000', '191232.945000', '191233.405000', '191233.865000', '191234.325000', '191234.785000', '191235.245000', '191235.705000', '191236.165000', '191236.625000', '191237.085000', '191237.545000', '191238.005000', '191238.465000', '191238.925000', '191239.385000', '191239.845000', '191240.305000', '191240.765000', '191241.225000', '191241.685000', '191242.145000', '191242.605000', '191243.065000', '191243.525000', '191243.985000', '191244.445000', '191244.905000', '191245.365000', '191245.825000', '191246.285000', '191246.745000', '191247.205000', '191247.665000', '191248.125000', '191248.585000', '191249.045000', '191249.505000', '191249.965000', '191250.425000', '191250.885000', '191251.345000', '191251.805000', '191252.265000', '191252.725000', '191253.185000', '191253.645000', '191254.105000', '191254.565000', '191255.025000', '191255.485000', '191255.945000', '191256.405000', '191256.865000', '191257.325000', '191257.785000', '191258.245000', '191258.705000', '191259.165000', '191259.625000', '191300.085000', '191300.545000', '191301.005000', '191301.465000', '191301.925000', '191302.385000', '191302.845000', '191303.305000', '191303.765000', '191304.225000', '191304.685000', '191305.145000', '191305.605000', '191306.065000', '191306.525000', '191306.985000', '191307.445000', '191307.905000', '191308.365000', '191308.825000', '191309.285000', '191309.745000', '191310.205000', '191310.665000', '191311.125000', '191311.585000', '191312.045000', '191312.505000', '191312.965000', '191313.425000', '191313.885000', '191314.345000', '191314.805000', '191315.265000', '191315.725000', '191316.185000', '191316.645000', '191317.105000', '191317.565000', '191318.025000', '191318.485000', '191318.945000', '191319.405000', '191319.865000', '191320.325000', '191320.785000', '191321.245000', '191321.705000', '191322.165000', '191322.625000', '191323.085000', '191323.545000', '191324.005000', '191324.465000', '191324.925000', '191325.385000', '191325.845000', '191326.305000', '191326.765000', '191327.225000', '191327.685000', '191328.145000', '191328.605000', '191329.065000', '191329.525000', '191329.985000', '191330.445000', '191330.905000', '191331.365000', '191331.825000', '191332.285000', '191332.745000', '191333.205000', '191333.665000', '191334.125000', '191334.585000', '191335.045000', '191335.505000', '191335.965000', '191336.425000', '191336.885000', '191337.345000', '191337.805000', '191338.265000', '191338.725000', '191339.185000', '191339.645000', '191340.105000', '191340.565000', '191341.025000', '191341.485000', '191341.945000', '191342.405000', '191342.865000', '191343.325000', '191343.785000', '191344.245000', '191344.705000', '191345.165000', '191345.625000', '191346.085000', '191346.545000', '191347.005000', '191347.465000', '191347.925000', '191348.385000', '191348.845000', '191349.305000', '191349.765000', '191350.225000', '191350.685000', '191351.145000', '191351.605000', '191352.065000', '191352.525000', '191352.985000', '191353.445000', '191353.905000', '191354.365000', '191354.825000', '191355.285000', '191355.745000', '191356.205000', '191356.665000', '191357.125000', '191357.585000', '191358.045000', '191358.505000', '191358.965000', '191359.425000', '191359.885000', '191400.345000', '191400.805000', '191401.265000', '191401.725000', '191402.185000', '191402.645000', '191403.105000', '191403.565000', '191404.025000', '191404.485000', '191404.945000', '191405.405000', '191405.865000', '191406.325000', '191406.785000', '191407.245000', '191407.705000', '191408.165000', '191408.625000', '191409.085000', '191409.545000', '191410.005000', '191410.465000', '191410.925000', '191411.385000', '191411.845000', '191412.305000', '191412.765000', '191413.225000', '191413.685000', '191414.145000', '191414.605000', '191415.065000', '191415.525000', '191415.985000', '191416.445000', '191416.905000', '191417.365000', '191417.825000', '191418.285000', '191418.745000', '191419.205000', '191419.665000', '191420.125000', '191420.585000', '191421.045000', '191421.505000', '191421.965000', '191422.425000', '191422.885000', '191423.345000', '191423.805000', '191424.265000', '191424.725000', '191425.185000', '191425.645000', '191426.105000', '191426.565000', '191427.025000', '191427.485000', '191427.945000', '191428.405000', '191428.865000', '191429.325000', '191429.785000', '191430.245000', '191430.705000', '191431.165000', '191431.625000', '191432.085000', '191432.545000', '191433.005000', '191433.465000', '191433.925000', '191434.385000', '191434.845000', '191435.305000', '191435.765000', '191436.225000', '191436.685000', '191437.145000', '191437.605000', '191438.065000', '191438.525000', '191438.985000', '191439.445000', '191439.905000', '191440.365000', '191440.825000', '191441.285000', '191441.745000', '191442.205000', '191442.665000', '191443.125000', '191443.585000', '191444.045000', '191444.505000', '191444.965000', '191445.425000', '191445.885000', '191446.345000', '191446.805000', '191447.265000', '191447.725000', '191448.185000', '191448.645000', '191449.105000', '191449.565000', '191450.025000', '191450.485000', '191450.945000', '191451.405000', '191451.865000', '191452.325000', '191452.785000', '191453.245000', '191453.705000', '191454.165000', '191454.625000', '191455.085000', '191455.545000', '191456.005000', '191456.465000', '191456.925000', '191457.385000', '191457.845000', '191458.305000', '191458.765000', '191459.225000', '191459.685000', '191500.145000', '191500.605000', '191501.065000', '191501.525000', '191501.985000', '191502.445000', '191502.905000', '191503.365000', '191503.825000', '191504.285000', '191504.745000', '191505.205000', '191505.665000', '191506.125000', '191506.585000', '191507.045000', '191507.505000', '191507.965000', '191508.425000', '191508.885000', '191509.345000', '191509.805000', '191510.265000', '191510.725000', '191511.185000', '191511.645000', '191512.105000', '191512.565000', '191513.025000', '191513.485000', '191513.945000', '191514.405000', '191514.865000', '191515.325000', '191515.785000', '191516.245000', '191516.705000', '191517.165000', '191517.625000', '191518.085000', '191518.545000', '191519.005000', '191519.465000', '191519.925000', '191520.385000', '191520.845000', '191521.305000', '191521.765000', '191522.225000', '191522.685000', '191523.145000', '191523.605000', '191524.065000', '191524.525000', '191524.985000', '191525.445000', '191525.905000', '191526.365000', '191526.825000', '191527.285000', '191527.745000', '191528.205000', '191528.665000', '191529.125000', '191529.585000', '191530.045000', '191530.505000', '191530.965000', '191531.425000', '191531.885000', '191532.345000', '191532.805000', '191533.265000', '191533.725000', '191534.185000', '191534.645000', '191535.105000', '191535.565000', '191536.025000', '191536.485000', '191536.945000', '191537.405000', '191537.865000', '191538.325000', '191538.785000', '191539.245000', '191539.705000', '191540.165000', '191540.625000', '191541.085000', '191541.545000', '191542.005000', '191542.465000', '191542.925000', '191543.385000', '191543.845000', '191544.305000', '191544.765000', '191545.225000', '191545.685000', '191546.145000', '191546.605000', '191547.065000', '191547.525000', '191547.985000', '191548.445000', '191548.905000', '191549.365000', '191549.825000', '191550.285000', '191550.745000', '191551.205000', '191551.665000', '191552.125000', '191552.585000', '191553.045000', '191553.505000', '191553.965000', '191554.425000', '191554.885000', '191555.345000', '191555.805000', '191556.265000', '191556.725000', '191557.185000', '191557.645000', '191558.105000', '191558.565000', '191559.025000', '191559.485000', '191559.945000', '191600.405000', '191600.865000', '191601.325000', '191601.785000', '191602.245000', '191602.705000', '191603.165000', '191603.625000', '191604.085000', '191604.545000', '191605.005000', '191605.465000', '191605.925000', '191606.385000', '191606.845000', '191607.305000', '191607.765000', '191608.225000', '191608.685000', '191609.145000', '191609.605000', '191610.065000', '191610.525000', '191610.985000', '191611.445000', '191611.905000', '191612.365000', '191612.825000', '191613.285000', '191613.745000', '191614.205000', '191614.665000', '191615.125000', '191615.585000', '191616.045000', '191616.505000', '191616.965000', '191617.425000', '191617.885000', '191618.345000', '191618.805000', '191619.265000', '191619.725000', '191620.185000', '191620.645000', '191621.105000', '191621.565000', '191622.025000', '191622.485000', '191622.945000', '191623.405000', '191623.865000', '191624.325000', '191624.785000', '191625.245000', '191625.705000', '191626.165000', '191626.625000', '191627.085000', '191627.545000', '191628.005000', '191628.465000', '191628.925000', '191629.385000'], 'ContentTime': ['190656.933000', '190656.937000', '190656.944000', '190656.946000', '190656.949000', '190656.951000', '190656.954000', '190656.956000', '190656.959000', '190656.962000', '190656.964000', '190656.967000', '190656.969000', '190656.972000', '190656.975000', '190656.977000', '190656.980000', '190656.982000', '190656.985000', '190656.987000', '190656.990000', '190716.879000', '190716.882000', '190716.884000', '190716.887000', '190716.889000', '190716.892000', '190716.894000', '190716.897000', '190716.899000', '190716.902000', '190716.911000', '190716.913000', '190716.916000', '190716.918000', '190716.921000', '190716.923000', '190716.926000', '190716.929000', '190716.931000', '190716.934000', '190716.936000', '190716.939000', '190716.941000', '190716.944000', '190716.947000', '190716.949000', '190716.952000', '190716.954000', '190716.957000', '190716.962000', '190716.965000', '190716.967000', '190716.970000', '190716.972000', '190716.975000', '190716.978000', '190716.980000', '190716.983000', '190716.985000', '190716.988000', '190716.990000', '190716.993000', '190716.996000', '190736.878000', '190736.881000', '190736.883000', '190736.886000', '190736.888000', '190736.891000', '190736.893000', '190736.896000', '190736.899000', '190736.901000', '190736.904000', '190736.906000', '190736.909000', '190736.911000', '190736.914000', '190736.916000', '190736.919000', '190736.921000', '190736.924000', '190736.927000', '190736.929000', '190736.932000', '190736.934000', '190736.937000', '190736.939000', '190736.942000', '190736.944000', '190736.947000', '190736.950000', '190736.952000', '190736.955000', '190736.957000', '190736.960000', '190736.962000', '190736.965000', '190736.994000', '190736.997000', '190737.000000', '190737.003000', '190737.005000', '190737.008000', '190737.010000', '190737.013000', '190737.015000', '190756.877000', '190756.880000', '190756.883000', '190756.886000', '190756.888000', '190756.891000', '190756.893000', '190756.896000', '190756.899000', '190756.901000', '190756.904000', '190756.906000', '190756.909000', '190756.912000', '190756.915000', '190756.917000', '190756.920000', '190756.922000', '190756.925000', '190756.928000', '190756.930000', '190756.933000', '190756.935000', '190756.938000', '190756.940000', '190756.943000', '190756.946000', '190756.948000', '190756.951000', '190756.953000', '190756.956000', '190756.959000', '190756.974000', '190756.977000', '190756.979000', '190756.982000', '190756.984000', '190756.987000', '190756.990000', '190756.992000', '190756.995000', '190756.998000', '190757.001000', '190816.878000', '190816.881000', '190816.884000', '190816.886000', '190816.889000', '190816.891000', '190816.894000', '190816.897000', '190816.899000', '190816.902000', '190816.904000', '190816.907000', '190816.909000', '190816.912000', '190816.914000', '190816.917000', '190816.920000', '190816.922000', '190816.925000', '190816.927000', '190816.930000', '190816.932000', '190816.935000', '190816.938000', '190816.940000', '190816.943000', '190816.945000', '190816.948000', '190816.951000', '190816.953000', '190816.956000', '190816.958000', '190816.961000', '190816.963000', '190816.966000', '190816.969000', '190816.971000', '190816.974000', '190816.976000', '190816.979000', '190816.982000', '190816.984000', '190816.987000', '190816.989000', '190836.878000', '190836.881000', '190836.884000', '190836.886000', '190836.889000', '190836.892000', '190836.894000', '190836.897000', '190836.899000', '190836.902000', '190836.904000', '190836.907000', '190836.910000', '190836.912000', '190836.915000', '190836.917000', '190836.920000', '190836.923000', '190836.925000', '190836.928000', '190836.930000', '190836.933000', '190836.936000', '190836.938000', '190836.941000', '190836.943000', '190836.946000', '190836.948000', '190836.951000', '190836.954000', '190836.956000', '190836.959000', '190836.962000', '190836.964000', '190836.967000', '190836.969000', '190836.972000', '190836.974000', '190836.977000', '190836.979000', '190836.982000', '190836.985000', '190836.987000', '190856.878000', '190856.881000', '190856.884000', '190856.887000', '190856.890000', '190856.893000', '190856.896000', '190856.898000', '190856.901000', '190856.904000', '190856.906000', '190856.909000', '190856.911000', '190856.914000', '190856.917000', '190856.919000', '190856.922000', '190856.925000', '190856.927000', '190856.930000', '190856.932000', '190856.935000', '190856.938000', '190856.940000', '190856.943000', '190856.946000', '190856.948000', '190856.951000', '190856.953000', '190856.956000', '190856.959000', '190856.961000', '190856.964000', '190856.967000', '190856.969000', '190856.972000', '190856.974000', '190856.977000', '190856.979000', '190856.982000', '190856.985000', '190856.987000', '190856.990000', '190856.992000', '190916.879000', '190916.881000', '190916.884000', '190916.887000', '190916.889000', '190916.892000', '190916.894000', '190916.897000', '190916.899000', '190916.902000', '190916.905000', '190916.907000', '190916.910000', '190916.912000', '190916.915000', '190916.918000', '190916.920000', '190916.923000', '190916.925000', '190916.928000', '190916.930000', '190916.933000', '190916.936000', '190916.938000', '190916.941000', '190916.943000', '190916.946000', '190916.948000', '190916.951000', '190916.954000', '190916.956000', '190916.959000', '190916.961000', '190916.964000', '190916.967000', '190916.969000', '190916.972000', '190916.974000', '190916.977000', '190916.979000', '190916.982000', '190916.984000', '190916.987000', '190936.879000', '190936.882000', '190936.884000', '190936.887000', '190936.889000', '190936.892000', '190936.894000', '190936.897000', '190936.899000', '190936.902000', '190936.905000', '190936.907000', '190936.910000', '190936.912000', '190936.926000', '190936.928000', '190936.931000', '190936.934000', '190936.936000', '190936.939000', '190936.941000', '190936.944000', '190936.947000', '190936.949000', '190936.952000', '190936.954000', '190936.957000', '190936.979000', '190936.981000', '190936.984000', '190936.986000', '190936.989000', '190936.992000', '190936.994000', '190936.997000', '190937.000000', '190937.003000', '190937.005000', '190937.008000', '190937.011000', '190937.013000', '190937.016000', '190937.018000', '190937.021000', '190956.878000', '190956.881000', '190956.883000', '190956.886000', '190956.888000', '190956.891000', '190956.894000', '190956.896000', '190956.899000', '190956.901000', '190956.904000', '190956.907000', '190956.909000', '190956.912000', '190956.914000', '190956.917000', '190956.920000', '190956.922000', '190956.925000', '190956.928000', '190956.930000', '190956.933000', '190956.935000', '190956.938000', '190956.940000', '190956.943000', '190956.946000', '190956.948000', '190956.951000', '190956.954000', '190956.956000', '190956.959000', '190956.961000', '190956.964000', '190956.966000', '190956.969000', '190956.972000', '190956.974000', '190956.977000', '190956.979000', '190956.982000', '190956.985000', '190956.987000', '191016.878000', '191016.880000', '191016.883000', '191016.886000', '191016.888000', '191016.891000', '191016.893000', '191016.896000', '191016.898000', '191016.901000', '191016.904000', '191016.906000', '191016.909000', '191016.911000', '191016.914000', '191016.917000', '191016.919000', '191016.922000', '191016.925000', '191016.928000', '191016.931000', '191016.933000', '191016.936000', '191016.939000', '191016.941000', '191016.944000', '191016.946000', '191016.949000', '191016.952000', '191016.955000', '191016.958000', '191016.961000', '191016.963000', '191016.966000', '191016.969000', '191016.971000', '191016.974000', '191016.976000', '191016.979000', '191016.982000', '191016.984000', '191016.987000', '191016.990000', '191036.878000', '191036.881000', '191036.884000', '191036.886000', '191036.889000', '191036.892000', '191036.894000', '191036.897000', '191036.900000', '191036.902000', '191036.905000', '191036.907000', '191036.910000', '191036.913000', '191036.915000', '191036.918000', '191036.921000', '191036.923000', '191036.926000', '191036.928000', '191036.931000', '191036.933000', '191036.936000', '191036.939000', '191036.941000', '191036.944000', '191036.946000', '191036.949000', '191036.952000', '191036.954000', '191036.957000', '191036.959000', '191036.962000', '191036.965000', '191036.967000', '191036.970000', '191036.972000', '191036.975000', '191036.977000', '191036.980000', '191036.983000', '191036.985000', '191036.988000', '191036.990000', '191056.879000', '191056.881000', '191056.884000', '191056.887000', '191056.889000', '191056.893000', '191056.896000', '191056.899000', '191056.901000', '191056.904000', '191056.907000', '191056.909000', '191056.912000', '191056.914000', '191056.917000', '191056.920000', '191056.922000', '191056.925000', '191056.927000', '191056.930000', '191056.933000', '191056.935000', '191056.938000', '191056.940000', '191056.943000', '191056.946000', '191056.948000', '191056.951000', '191056.953000', '191056.956000', '191056.959000', '191056.961000', '191056.964000', '191056.966000', '191056.969000', '191056.971000', '191056.974000', '191056.977000', '191056.979000', '191056.982000', '191056.985000', '191056.987000', '191056.990000', '191116.879000', '191116.882000', '191116.884000', '191116.887000', '191116.889000', '191116.892000', '191116.895000', '191116.897000', '191116.900000', '191116.902000', '191116.905000', '191116.908000', '191116.910000', '191116.913000', '191116.915000', '191116.918000', '191116.920000', '191116.923000', '191116.926000', '191116.929000', '191116.931000', '191116.934000', '191116.937000', '191116.939000', '191116.942000', '191116.944000', '191116.947000', '191116.950000', '191116.952000', '191116.955000', '191116.957000', '191116.960000', '191116.962000', '191116.965000', '191116.967000', '191116.970000', '191116.973000', '191116.975000', '191116.978000', '191116.980000', '191116.983000', '191116.986000', '191116.988000', '191116.991000', '191136.879000', '191136.882000', '191136.884000', '191136.887000', '191136.889000', '191136.892000', '191136.895000', '191136.897000', '191136.900000', '191136.904000', '191136.907000', '191136.909000', '191136.912000', '191136.914000', '191136.917000', '191136.920000', '191136.923000', '191136.925000', '191136.928000', '191136.930000', '191136.933000', '191136.935000', '191136.938000', '191136.941000', '191136.943000', '191136.946000', '191136.949000', '191136.951000', '191136.954000', '191136.956000', '191136.959000', '191136.961000', '191136.964000', '191136.968000', '191136.971000', '191136.974000', '191136.976000', '191136.979000', '191136.981000', '191136.984000', '191136.987000', '191136.989000', '191136.992000', '191156.879000', '191156.882000', '191156.884000', '191156.887000', '191156.889000', '191156.892000', '191156.895000', '191156.897000', '191156.900000', '191156.902000', '191156.905000', '191156.908000', '191156.910000', '191156.913000', '191156.916000', '191156.918000', '191156.921000', '191156.923000', '191156.926000', '191156.928000', '191156.931000', '191156.934000', '191156.936000', '191156.939000', '191156.942000', '191156.944000', '191156.947000', '191156.949000', '191156.952000', '191156.955000', '191156.957000', '191156.960000', '191156.962000', '191156.965000', '191156.968000', '191156.970000', '191156.973000', '191156.975000', '191156.978000', '191156.981000', '191156.983000', '191156.986000', '191156.988000', '191156.991000', '191216.878000', '191216.880000', '191216.883000', '191216.886000', '191216.888000', '191216.891000', '191216.893000', '191216.896000', '191216.899000', '191216.902000', '191216.905000', '191216.908000', '191216.911000', '191216.913000', '191216.916000', '191216.919000', '191216.921000', '191216.924000', '191216.926000', '191216.929000', '191216.932000', '191216.934000', '191216.937000', '191216.939000', '191216.942000', '191216.945000', '191216.947000', '191216.952000', '191216.954000', '191216.957000', '191216.960000', '191216.962000', '191216.965000', '191216.968000', '191216.970000', '191216.973000', '191216.976000', '191216.978000', '191216.981000', '191216.983000', '191216.986000', '191216.988000', '191216.991000', '191236.878000', '191236.881000', '191236.883000', '191236.886000', '191236.889000', '191236.891000', '191236.894000', '191236.910000', '191236.913000', '191236.915000', '191236.918000', '191236.920000', '191236.923000', '191236.926000', '191236.928000', '191236.931000', '191236.933000', '191236.936000', '191236.939000', '191236.941000', '191236.944000', '191236.947000', '191236.949000', '191236.952000', '191236.954000', '191236.957000', '191236.959000', '191236.962000', '191236.964000', '191236.967000', '191236.970000', '191236.972000', '191236.975000', '191236.977000', '191236.980000', '191236.983000', '191236.985000', '191236.988000', '191236.990000', '191236.993000', '191236.995000', '191236.998000', '191237.002000', '191237.004000', '191256.879000', '191256.881000', '191256.884000', '191256.887000', '191256.889000', '191256.892000', '191256.894000', '191256.897000', '191256.900000', '191256.902000', '191256.905000', '191256.907000', '191256.910000', '191256.912000', '191256.915000', '191256.917000', '191256.920000', '191256.923000', '191256.925000', '191256.928000', '191256.930000', '191256.933000', '191256.936000', '191256.938000', '191256.941000', '191256.943000', '191256.946000', '191256.949000', '191256.952000', '191256.954000', '191256.957000', '191256.959000', '191256.962000', '191256.964000', '191256.967000', '191256.970000', '191256.972000', '191256.975000', '191256.978000', '191256.980000', '191256.983000', '191256.985000', '191256.988000', '191316.879000', '191316.882000', '191316.884000', '191316.887000', '191316.889000', '191316.892000', '191316.895000', '191316.897000', '191316.900000', '191316.902000', '191316.905000', '191316.908000', '191316.910000', '191316.913000', '191316.916000', '191316.918000', '191316.921000', '191316.923000', '191316.926000', '191316.929000', '191316.931000', '191316.934000', '191316.936000', '191316.939000', '191316.941000', '191316.944000', '191316.947000', '191316.949000', '191316.952000', '191316.954000', '191316.957000', '191316.960000', '191316.962000', '191316.965000', '191316.967000', '191316.970000', '191316.973000', '191316.975000', '191316.978000', '191316.980000', '191316.983000', '191316.986000', '191316.988000', '191316.991000', '191336.879000', '191336.881000', '191336.884000', '191336.887000', '191336.889000', '191336.892000', '191336.895000', '191336.897000', '191336.900000', '191336.902000', '191336.905000', '191336.908000', '191336.910000', '191336.913000', '191336.915000', '191336.918000', '191336.921000', '191336.923000', '191336.926000', '191336.928000', '191336.931000', '191336.934000', '191336.936000', '191336.939000', '191336.941000', '191336.944000', '191336.947000', '191336.949000', '191336.952000', '191336.954000', '191336.957000', '191336.960000', '191336.962000', '191336.965000', '191336.968000', '191336.970000', '191336.973000', '191336.975000', '191336.978000', '191336.980000', '191336.983000', '191336.986000', '191336.988000', '191356.879000', '191356.882000', '191356.884000', '191356.887000', '191356.890000', '191356.892000', '191356.895000', '191356.897000', '191356.900000', '191356.902000', '191356.905000', '191356.908000', '191356.910000', '191356.913000', '191356.915000', '191356.918000', '191356.920000', '191356.923000', '191356.926000', '191356.928000', '191356.931000', '191356.934000', '191356.936000', '191356.939000', '191356.941000', '191356.944000', '191356.947000', '191356.949000', '191356.952000', '191356.954000', '191356.957000', '191356.960000', '191356.977000', '191356.980000', '191356.982000', '191356.985000', '191356.988000', '191356.990000', '191356.993000', '191356.995000', '191356.998000', '191357.001000', '191357.004000', '191357.007000', '191416.879000', '191416.881000', '191416.884000', '191416.887000', '191416.889000', '191416.892000', '191416.895000', '191416.897000', '191416.900000', '191416.902000', '191416.905000', '191416.908000', '191416.910000', '191416.913000', '191416.915000', '191416.918000', '191416.921000', '191416.923000', '191416.926000', '191416.928000', '191416.931000', '191416.933000', '191416.936000', '191416.939000', '191416.941000', '191416.944000', '191416.946000', '191416.949000', '191416.951000', '191416.954000', '191416.957000', '191416.959000', '191416.962000', '191416.964000', '191416.967000', '191416.970000', '191416.972000', '191416.975000', '191416.977000', '191416.980000', '191416.982000', '191416.985000', '191416.987000', '191436.877000', '191436.880000', '191436.883000', '191436.886000', '191436.888000', '191436.891000', '191436.893000', '191436.896000', '191436.899000', '191436.901000', '191436.904000', '191436.906000', '191436.909000', '191436.912000', '191436.914000', '191436.917000', '191436.919000', '191436.922000', '191436.925000', '191436.927000', '191436.930000', '191436.932000', '191436.935000', '191436.938000', '191436.940000', '191436.943000', '191436.945000', '191436.948000', '191436.950000', '191436.953000', '191436.956000', '191436.958000', '191436.961000', '191436.964000', '191436.966000', '191436.969000', '191436.971000', '191436.974000', '191436.977000', '191436.979000', '191436.982000', '191436.984000', '191436.987000', '191436.989000', '191456.878000', '191456.880000', '191456.883000', '191456.886000', '191456.888000', '191456.891000', '191456.893000', '191456.896000', '191456.899000', '191456.901000', '191456.904000', '191456.906000', '191456.909000', '191456.911000', '191456.914000', '191456.917000', '191456.919000', '191456.922000', '191456.925000', '191456.927000', '191456.930000', '191456.932000', '191456.935000', '191456.937000', '191456.940000', '191456.942000', '191456.945000', '191456.948000', '191456.950000', '191456.953000', '191456.955000', '191456.958000', '191456.961000', '191456.963000', '191456.966000', '191456.968000', '191456.971000', '191456.973000', '191456.976000', '191456.979000', '191456.981000', '191456.984000', '191456.986000', '191516.879000', '191516.882000', '191516.884000', '191516.887000', '191516.889000', '191516.892000', '191516.895000', '191516.897000', '191516.900000', '191516.903000', '191516.905000', '191516.908000', '191516.911000', '191516.913000', '191516.916000', '191516.919000', '191516.921000', '191516.924000', '191516.926000', '191516.929000', '191516.932000', '191516.934000', '191516.937000', '191516.939000', '191516.942000', '191516.944000', '191516.947000', '191516.950000', '191516.977000', '191516.979000', '191516.982000', '191516.985000', '191516.987000', '191516.990000', '191516.992000', '191516.995000', '191516.998000', '191517.001000', '191517.004000', '191517.006000', '191517.009000', '191517.012000', '191517.014000', '191517.017000', '191536.879000', '191536.882000', '191536.884000', '191536.887000', '191536.890000', '191536.892000', '191536.895000', '191536.897000', '191536.900000', '191536.902000', '191536.905000', '191536.908000', '191536.910000', '191536.913000', '191536.916000', '191536.918000', '191536.921000', '191536.923000', '191536.926000', '191536.928000', '191536.931000', '191536.934000', '191536.936000', '191536.939000', '191536.941000', '191536.944000', '191536.946000', '191536.949000', '191536.952000', '191536.954000', '191536.957000', '191536.959000', '191536.962000', '191536.965000', '191536.967000', '191536.970000', '191536.972000', '191536.975000', '191536.978000', '191536.980000', '191536.983000', '191536.985000', '191536.988000', '191556.879000', '191556.881000', '191556.884000', '191556.887000', '191556.889000', '191556.892000', '191556.894000', '191556.897000', '191556.900000', '191556.902000', '191556.905000', '191556.907000', '191556.910000', '191556.913000', '191556.915000', '191556.918000', '191556.921000', '191556.923000', '191556.926000', '191556.928000', '191556.931000', '191556.934000', '191556.936000', '191556.939000', '191556.941000', '191556.944000', '191556.946000', '191556.949000', '191556.952000', '191556.954000', '191556.957000', '191556.960000', '191556.962000', '191556.965000', '191556.967000', '191556.970000', '191556.973000', '191556.975000', '191556.978000', '191556.980000', '191556.983000', '191556.986000', '191556.988000', '191556.991000', '191616.879000', '191616.882000', '191616.885000', '191616.887000', '191616.890000', '191616.892000', '191616.895000', '191616.898000', '191616.900000', '191616.903000', '191616.905000', '191616.908000', '191616.911000', '191616.913000', '191616.916000', '191616.919000', '191616.921000', '191616.924000', '191616.926000', '191616.929000', '191616.931000', '191616.934000', '191616.937000', '191616.939000', '191616.942000', '191616.944000', '191616.947000', '191616.950000', '191616.952000', '191616.955000', '191616.957000', '191616.960000', '191616.963000', '191616.965000', '191616.968000', '191616.970000', '191616.973000', '191616.976000', '191616.978000', '191616.981000', '191616.983000', '191616.986000', '191616.989000', '191630.421000', '191630.424000', '191630.428000', '191630.437000', '191630.446000', '191630.449000', '191630.451000', '191630.454000', '191630.457000', '191630.459000', '191630.462000', '191630.465000', '191630.467000', '191630.470000', '191630.473000', '191630.478000', '191630.487000', '191630.490000', '191630.493000', '191630.496000', '191630.499000', '191630.502000', '191630.505000', '191630.509000', '191630.512000', '191630.518000', '191630.521000', '191630.525000', '191630.527000', '191630.530000'], 'InstanceCreationTime': ['190656.933000', '190656.937000', '190656.944000', '190656.946000', '190656.949000', '190656.951000', '190656.954000', '190656.956000', '190656.959000', '190656.962000', '190656.964000', '190656.967000', '190656.969000', '190656.972000', '190656.975000', '190656.977000', '190656.980000', '190656.982000', '190656.985000', '190656.987000', '190656.990000', '190716.879000', '190716.882000', '190716.884000', '190716.887000', '190716.889000', '190716.892000', '190716.894000', '190716.897000', '190716.899000', '190716.902000', '190716.911000', '190716.913000', '190716.916000', '190716.918000', '190716.921000', '190716.923000', '190716.926000', '190716.929000', '190716.931000', '190716.934000', '190716.936000', '190716.939000', '190716.941000', '190716.944000', '190716.947000', '190716.949000', '190716.952000', '190716.954000', '190716.957000', '190716.962000', '190716.965000', '190716.967000', '190716.970000', '190716.972000', '190716.975000', '190716.978000', '190716.980000', '190716.983000', '190716.985000', '190716.988000', '190716.990000', '190716.993000', '190716.996000', '190736.878000', '190736.881000', '190736.883000', '190736.886000', '190736.888000', '190736.891000', '190736.893000', '190736.896000', '190736.899000', '190736.901000', '190736.904000', '190736.906000', '190736.909000', '190736.911000', '190736.914000', '190736.916000', '190736.919000', '190736.921000', '190736.924000', '190736.927000', '190736.929000', '190736.932000', '190736.934000', '190736.937000', '190736.939000', '190736.942000', '190736.944000', '190736.947000', '190736.950000', '190736.952000', '190736.955000', '190736.957000', '190736.960000', '190736.962000', '190736.965000', '190736.994000', '190736.997000', '190737.000000', '190737.003000', '190737.005000', '190737.008000', '190737.010000', '190737.013000', '190737.015000', '190756.877000', '190756.880000', '190756.883000', '190756.886000', '190756.888000', '190756.891000', '190756.893000', '190756.896000', '190756.899000', '190756.901000', '190756.904000', '190756.906000', '190756.909000', '190756.912000', '190756.915000', '190756.917000', '190756.920000', '190756.922000', '190756.925000', '190756.928000', '190756.930000', '190756.933000', '190756.935000', '190756.938000', '190756.940000', '190756.943000', '190756.946000', '190756.948000', '190756.951000', '190756.953000', '190756.956000', '190756.959000', '190756.974000', '190756.977000', '190756.979000', '190756.982000', '190756.984000', '190756.987000', '190756.990000', '190756.992000', '190756.995000', '190756.998000', '190757.001000', '190816.878000', '190816.881000', '190816.884000', '190816.886000', '190816.889000', '190816.891000', '190816.894000', '190816.897000', '190816.899000', '190816.902000', '190816.904000', '190816.907000', '190816.909000', '190816.912000', '190816.914000', '190816.917000', '190816.920000', '190816.922000', '190816.925000', '190816.927000', '190816.930000', '190816.932000', '190816.935000', '190816.938000', '190816.940000', '190816.943000', '190816.945000', '190816.948000', '190816.951000', '190816.953000', '190816.956000', '190816.958000', '190816.961000', '190816.963000', '190816.966000', '190816.969000', '190816.971000', '190816.974000', '190816.976000', '190816.979000', '190816.982000', '190816.984000', '190816.987000', '190816.989000', '190836.878000', '190836.881000', '190836.884000', '190836.886000', '190836.889000', '190836.892000', '190836.894000', '190836.897000', '190836.899000', '190836.902000', '190836.904000', '190836.907000', '190836.910000', '190836.912000', '190836.915000', '190836.917000', '190836.920000', '190836.923000', '190836.925000', '190836.928000', '190836.930000', '190836.933000', '190836.936000', '190836.938000', '190836.941000', '190836.943000', '190836.946000', '190836.948000', '190836.951000', '190836.954000', '190836.956000', '190836.959000', '190836.962000', '190836.964000', '190836.967000', '190836.969000', '190836.972000', '190836.974000', '190836.977000', '190836.979000', '190836.982000', '190836.985000', '190836.987000', '190856.878000', '190856.881000', '190856.884000', '190856.887000', '190856.890000', '190856.893000', '190856.896000', '190856.898000', '190856.901000', '190856.904000', '190856.906000', '190856.909000', '190856.911000', '190856.914000', '190856.917000', '190856.919000', '190856.922000', '190856.925000', '190856.927000', '190856.930000', '190856.932000', '190856.935000', '190856.938000', '190856.940000', '190856.943000', '190856.946000', '190856.948000', '190856.951000', '190856.953000', '190856.956000', '190856.959000', '190856.961000', '190856.964000', '190856.967000', '190856.969000', '190856.972000', '190856.974000', '190856.977000', '190856.979000', '190856.982000', '190856.985000', '190856.987000', '190856.990000', '190856.992000', '190916.879000', '190916.881000', '190916.884000', '190916.887000', '190916.889000', '190916.892000', '190916.894000', '190916.897000', '190916.899000', '190916.902000', '190916.905000', '190916.907000', '190916.910000', '190916.912000', '190916.915000', '190916.918000', '190916.920000', '190916.923000', '190916.925000', '190916.928000', '190916.930000', '190916.933000', '190916.936000', '190916.938000', '190916.941000', '190916.943000', '190916.946000', '190916.948000', '190916.951000', '190916.954000', '190916.956000', '190916.959000', '190916.961000', '190916.964000', '190916.967000', '190916.969000', '190916.972000', '190916.974000', '190916.977000', '190916.979000', '190916.982000', '190916.984000', '190916.987000', '190936.879000', '190936.882000', '190936.884000', '190936.887000', '190936.889000', '190936.892000', '190936.894000', '190936.897000', '190936.899000', '190936.902000', '190936.905000', '190936.907000', '190936.910000', '190936.912000', '190936.926000', '190936.928000', '190936.931000', '190936.934000', '190936.936000', '190936.939000', '190936.941000', '190936.944000', '190936.947000', '190936.949000', '190936.952000', '190936.954000', '190936.957000', '190936.979000', '190936.981000', '190936.984000', '190936.986000', '190936.989000', '190936.992000', '190936.994000', '190936.997000', '190937.000000', '190937.003000', '190937.005000', '190937.008000', '190937.011000', '190937.013000', '190937.016000', '190937.018000', '190937.021000', '190956.878000', '190956.881000', '190956.883000', '190956.886000', '190956.888000', '190956.891000', '190956.894000', '190956.896000', '190956.899000', '190956.901000', '190956.904000', '190956.907000', '190956.909000', '190956.912000', '190956.914000', '190956.917000', '190956.920000', '190956.922000', '190956.925000', '190956.928000', '190956.930000', '190956.933000', '190956.935000', '190956.938000', '190956.940000', '190956.943000', '190956.946000', '190956.948000', '190956.951000', '190956.954000', '190956.956000', '190956.959000', '190956.961000', '190956.964000', '190956.966000', '190956.969000', '190956.972000', '190956.974000', '190956.977000', '190956.979000', '190956.982000', '190956.985000', '190956.987000', '191016.878000', '191016.880000', '191016.883000', '191016.886000', '191016.888000', '191016.891000', '191016.893000', '191016.896000', '191016.898000', '191016.901000', '191016.904000', '191016.906000', '191016.909000', '191016.911000', '191016.914000', '191016.917000', '191016.919000', '191016.922000', '191016.925000', '191016.928000', '191016.931000', '191016.933000', '191016.936000', '191016.939000', '191016.941000', '191016.944000', '191016.946000', '191016.949000', '191016.952000', '191016.955000', '191016.958000', '191016.961000', '191016.963000', '191016.966000', '191016.969000', '191016.971000', '191016.974000', '191016.976000', '191016.979000', '191016.982000', '191016.984000', '191016.987000', '191016.990000', '191036.878000', '191036.881000', '191036.884000', '191036.886000', '191036.889000', '191036.892000', '191036.894000', '191036.897000', '191036.900000', '191036.902000', '191036.905000', '191036.907000', '191036.910000', '191036.913000', '191036.915000', '191036.918000', '191036.921000', '191036.923000', '191036.926000', '191036.928000', '191036.931000', '191036.933000', '191036.936000', '191036.939000', '191036.941000', '191036.944000', '191036.946000', '191036.949000', '191036.952000', '191036.954000', '191036.957000', '191036.959000', '191036.962000', '191036.965000', '191036.967000', '191036.970000', '191036.972000', '191036.975000', '191036.977000', '191036.980000', '191036.983000', '191036.985000', '191036.988000', '191036.990000', '191056.879000', '191056.881000', '191056.884000', '191056.887000', '191056.889000', '191056.893000', '191056.896000', '191056.899000', '191056.901000', '191056.904000', '191056.907000', '191056.909000', '191056.912000', '191056.914000', '191056.917000', '191056.920000', '191056.922000', '191056.925000', '191056.927000', '191056.930000', '191056.933000', '191056.935000', '191056.938000', '191056.940000', '191056.943000', '191056.946000', '191056.948000', '191056.951000', '191056.953000', '191056.956000', '191056.959000', '191056.961000', '191056.964000', '191056.966000', '191056.969000', '191056.971000', '191056.974000', '191056.977000', '191056.979000', '191056.982000', '191056.985000', '191056.987000', '191056.990000', '191116.879000', '191116.882000', '191116.884000', '191116.887000', '191116.889000', '191116.892000', '191116.895000', '191116.897000', '191116.900000', '191116.902000', '191116.905000', '191116.908000', '191116.910000', '191116.913000', '191116.915000', '191116.918000', '191116.920000', '191116.923000', '191116.926000', '191116.929000', '191116.931000', '191116.934000', '191116.937000', '191116.939000', '191116.942000', '191116.944000', '191116.947000', '191116.950000', '191116.952000', '191116.955000', '191116.957000', '191116.960000', '191116.962000', '191116.965000', '191116.967000', '191116.970000', '191116.973000', '191116.975000', '191116.978000', '191116.980000', '191116.983000', '191116.986000', '191116.988000', '191116.991000', '191136.879000', '191136.882000', '191136.884000', '191136.887000', '191136.889000', '191136.892000', '191136.895000', '191136.897000', '191136.900000', '191136.904000', '191136.907000', '191136.909000', '191136.912000', '191136.914000', '191136.917000', '191136.920000', '191136.923000', '191136.925000', '191136.928000', '191136.930000', '191136.933000', '191136.935000', '191136.938000', '191136.941000', '191136.943000', '191136.946000', '191136.949000', '191136.951000', '191136.954000', '191136.956000', '191136.959000', '191136.961000', '191136.964000', '191136.968000', '191136.971000', '191136.974000', '191136.976000', '191136.979000', '191136.981000', '191136.984000', '191136.987000', '191136.989000', '191136.992000', '191156.879000', '191156.882000', '191156.884000', '191156.887000', '191156.889000', '191156.892000', '191156.895000', '191156.897000', '191156.900000', '191156.902000', '191156.905000', '191156.908000', '191156.910000', '191156.913000', '191156.916000', '191156.918000', '191156.921000', '191156.923000', '191156.926000', '191156.928000', '191156.931000', '191156.934000', '191156.936000', '191156.939000', '191156.942000', '191156.944000', '191156.947000', '191156.949000', '191156.952000', '191156.955000', '191156.957000', '191156.960000', '191156.962000', '191156.965000', '191156.968000', '191156.970000', '191156.973000', '191156.975000', '191156.978000', '191156.981000', '191156.983000', '191156.986000', '191156.988000', '191156.991000', '191216.878000', '191216.880000', '191216.883000', '191216.886000', '191216.888000', '191216.891000', '191216.893000', '191216.896000', '191216.899000', '191216.902000', '191216.905000', '191216.908000', '191216.911000', '191216.913000', '191216.916000', '191216.919000', '191216.921000', '191216.924000', '191216.926000', '191216.929000', '191216.932000', '191216.934000', '191216.937000', '191216.939000', '191216.942000', '191216.945000', '191216.947000', '191216.952000', '191216.954000', '191216.957000', '191216.960000', '191216.962000', '191216.965000', '191216.968000', '191216.970000', '191216.973000', '191216.976000', '191216.978000', '191216.981000', '191216.983000', '191216.986000', '191216.988000', '191216.991000', '191236.878000', '191236.881000', '191236.883000', '191236.886000', '191236.889000', '191236.891000', '191236.894000', '191236.910000', '191236.913000', '191236.915000', '191236.918000', '191236.920000', '191236.923000', '191236.926000', '191236.928000', '191236.931000', '191236.933000', '191236.936000', '191236.939000', '191236.941000', '191236.944000', '191236.947000', '191236.949000', '191236.952000', '191236.954000', '191236.957000', '191236.959000', '191236.962000', '191236.964000', '191236.967000', '191236.970000', '191236.972000', '191236.975000', '191236.977000', '191236.980000', '191236.983000', '191236.985000', '191236.988000', '191236.990000', '191236.993000', '191236.995000', '191236.998000', '191237.002000', '191237.004000', '191256.879000', '191256.881000', '191256.884000', '191256.887000', '191256.889000', '191256.892000', '191256.894000', '191256.897000', '191256.900000', '191256.902000', '191256.905000', '191256.907000', '191256.910000', '191256.912000', '191256.915000', '191256.917000', '191256.920000', '191256.923000', '191256.925000', '191256.928000', '191256.930000', '191256.933000', '191256.936000', '191256.938000', '191256.941000', '191256.943000', '191256.946000', '191256.949000', '191256.952000', '191256.954000', '191256.957000', '191256.959000', '191256.962000', '191256.964000', '191256.967000', '191256.970000', '191256.972000', '191256.975000', '191256.978000', '191256.980000', '191256.983000', '191256.985000', '191256.988000', '191316.879000', '191316.882000', '191316.884000', '191316.887000', '191316.889000', '191316.892000', '191316.895000', '191316.897000', '191316.900000', '191316.902000', '191316.905000', '191316.908000', '191316.910000', '191316.913000', '191316.916000', '191316.918000', '191316.921000', '191316.923000', '191316.926000', '191316.929000', '191316.931000', '191316.934000', '191316.936000', '191316.939000', '191316.941000', '191316.944000', '191316.947000', '191316.949000', '191316.952000', '191316.954000', '191316.957000', '191316.960000', '191316.962000', '191316.965000', '191316.967000', '191316.970000', '191316.973000', '191316.975000', '191316.978000', '191316.980000', '191316.983000', '191316.986000', '191316.988000', '191316.991000', '191336.879000', '191336.881000', '191336.884000', '191336.887000', '191336.889000', '191336.892000', '191336.895000', '191336.897000', '191336.900000', '191336.902000', '191336.905000', '191336.908000', '191336.910000', '191336.913000', '191336.915000', '191336.918000', '191336.921000', '191336.923000', '191336.926000', '191336.928000', '191336.931000', '191336.934000', '191336.936000', '191336.939000', '191336.941000', '191336.944000', '191336.947000', '191336.949000', '191336.952000', '191336.954000', '191336.957000', '191336.960000', '191336.962000', '191336.965000', '191336.968000', '191336.970000', '191336.973000', '191336.975000', '191336.978000', '191336.980000', '191336.983000', '191336.986000', '191336.988000', '191356.879000', '191356.882000', '191356.884000', '191356.887000', '191356.890000', '191356.892000', '191356.895000', '191356.897000', '191356.900000', '191356.902000', '191356.905000', '191356.908000', '191356.910000', '191356.913000', '191356.915000', '191356.918000', '191356.920000', '191356.923000', '191356.926000', '191356.928000', '191356.931000', '191356.934000', '191356.936000', '191356.939000', '191356.941000', '191356.944000', '191356.947000', '191356.949000', '191356.952000', '191356.954000', '191356.957000', '191356.960000', '191356.977000', '191356.980000', '191356.982000', '191356.985000', '191356.988000', '191356.990000', '191356.993000', '191356.995000', '191356.998000', '191357.001000', '191357.004000', '191357.007000', '191416.879000', '191416.881000', '191416.884000', '191416.887000', '191416.889000', '191416.892000', '191416.895000', '191416.897000', '191416.900000', '191416.902000', '191416.905000', '191416.908000', '191416.910000', '191416.913000', '191416.915000', '191416.918000', '191416.921000', '191416.923000', '191416.926000', '191416.928000', '191416.931000', '191416.933000', '191416.936000', '191416.939000', '191416.941000', '191416.944000', '191416.946000', '191416.949000', '191416.951000', '191416.954000', '191416.957000', '191416.959000', '191416.962000', '191416.964000', '191416.967000', '191416.970000', '191416.972000', '191416.975000', '191416.977000', '191416.980000', '191416.982000', '191416.985000', '191416.987000', '191436.877000', '191436.880000', '191436.883000', '191436.886000', '191436.888000', '191436.891000', '191436.893000', '191436.896000', '191436.899000', '191436.901000', '191436.904000', '191436.906000', '191436.909000', '191436.912000', '191436.914000', '191436.917000', '191436.919000', '191436.922000', '191436.925000', '191436.927000', '191436.930000', '191436.932000', '191436.935000', '191436.938000', '191436.940000', '191436.943000', '191436.945000', '191436.948000', '191436.950000', '191436.953000', '191436.956000', '191436.958000', '191436.961000', '191436.964000', '191436.966000', '191436.969000', '191436.971000', '191436.974000', '191436.977000', '191436.979000', '191436.982000', '191436.984000', '191436.987000', '191436.989000', '191456.878000', '191456.880000', '191456.883000', '191456.886000', '191456.888000', '191456.891000', '191456.893000', '191456.896000', '191456.899000', '191456.901000', '191456.904000', '191456.906000', '191456.909000', '191456.911000', '191456.914000', '191456.917000', '191456.919000', '191456.922000', '191456.925000', '191456.927000', '191456.930000', '191456.932000', '191456.935000', '191456.937000', '191456.940000', '191456.942000', '191456.945000', '191456.948000', '191456.950000', '191456.953000', '191456.955000', '191456.958000', '191456.961000', '191456.963000', '191456.966000', '191456.968000', '191456.971000', '191456.973000', '191456.976000', '191456.979000', '191456.981000', '191456.984000', '191456.986000', '191516.879000', '191516.882000', '191516.884000', '191516.887000', '191516.889000', '191516.892000', '191516.895000', '191516.897000', '191516.900000', '191516.903000', '191516.905000', '191516.908000', '191516.911000', '191516.913000', '191516.916000', '191516.919000', '191516.921000', '191516.924000', '191516.926000', '191516.929000', '191516.932000', '191516.934000', '191516.937000', '191516.939000', '191516.942000', '191516.944000', '191516.947000', '191516.950000', '191516.977000', '191516.979000', '191516.982000', '191516.985000', '191516.987000', '191516.990000', '191516.992000', '191516.995000', '191516.998000', '191517.001000', '191517.004000', '191517.006000', '191517.009000', '191517.012000', '191517.014000', '191517.017000', '191536.879000', '191536.882000', '191536.884000', '191536.887000', '191536.890000', '191536.892000', '191536.895000', '191536.897000', '191536.900000', '191536.902000', '191536.905000', '191536.908000', '191536.910000', '191536.913000', '191536.916000', '191536.918000', '191536.921000', '191536.923000', '191536.926000', '191536.928000', '191536.931000', '191536.934000', '191536.936000', '191536.939000', '191536.941000', '191536.944000', '191536.946000', '191536.949000', '191536.952000', '191536.954000', '191536.957000', '191536.959000', '191536.962000', '191536.965000', '191536.967000', '191536.970000', '191536.972000', '191536.975000', '191536.978000', '191536.980000', '191536.983000', '191536.985000', '191536.988000', '191556.879000', '191556.881000', '191556.884000', '191556.887000', '191556.889000', '191556.892000', '191556.894000', '191556.897000', '191556.900000', '191556.902000', '191556.905000', '191556.907000', '191556.910000', '191556.913000', '191556.915000', '191556.918000', '191556.921000', '191556.923000', '191556.926000', '191556.928000', '191556.931000', '191556.934000', '191556.936000', '191556.939000', '191556.941000', '191556.944000', '191556.946000', '191556.949000', '191556.952000', '191556.954000', '191556.957000', '191556.960000', '191556.962000', '191556.965000', '191556.967000', '191556.970000', '191556.973000', '191556.975000', '191556.978000', '191556.980000', '191556.983000', '191556.986000', '191556.988000', '191556.991000', '191616.879000', '191616.882000', '191616.885000', '191616.887000', '191616.890000', '191616.892000', '191616.895000', '191616.898000', '191616.900000', '191616.903000', '191616.905000', '191616.908000', '191616.911000', '191616.913000', '191616.916000', '191616.919000', '191616.921000', '191616.924000', '191616.926000', '191616.929000', '191616.931000', '191616.934000', '191616.937000', '191616.939000', '191616.942000', '191616.944000', '191616.947000', '191616.950000', '191616.952000', '191616.955000', '191616.957000', '191616.960000', '191616.963000', '191616.965000', '191616.968000', '191616.970000', '191616.973000', '191616.976000', '191616.978000', '191616.981000', '191616.983000', '191616.986000', '191616.989000', '191630.421000', '191630.424000', '191630.428000', '191630.437000', '191630.446000', '191630.449000', '191630.451000', '191630.454000', '191630.457000', '191630.459000', '191630.462000', '191630.465000', '191630.467000', '191630.470000', '191630.473000', '191630.478000', '191630.487000', '191630.490000', '191630.493000', '191630.496000', '191630.499000', '191630.502000', '191630.505000', '191630.509000', '191630.512000', '191630.518000', '191630.521000', '191630.525000', '191630.527000', '191630.530000'], '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': [10532, 13025, 7602, 9178, 7004, 7247, 10486, 7176, 10918, 6974, 9225, 7227, 7366, 10665, 7142, 9188, 7189, 8706, 6713, 7219, 13074, 7945, 10656, 7689, 8101, 9959, 7036, 10777, 7882, 8323, 6940, 7126, 8151, 7291, 9254, 7369, 8175, 7179, 7162, 12014, 7304, 9824, 7150, 7595, 15046, 10707, 12163, 9412, 9648, 9867, 7140, 14275, 9705, 10785, 7261, 7568, 15677, 8996, 11430, 7992, 7692, 9788, 7438, 9148, 7462, 8085, 10238, 7542, 10320, 8017, 8057, 12861, 7824, 11475, 8585, 8037, 13595, 7616, 10921, 7452, 8026, 11352, 7166, 14972, 7059, 8550, 6620, 7277, 8169, 7134, 9109, 7362, 9034, 6971, 7455, 14605, 11059, 11511, 8829, 8722, 15443, 9252, 15713, 12145, 11763, 7986, 8516, 16586, 7684, 10479, 7751, 8370, 7250, 7233, 9185, 7351, 8793, 7288, 7811, 10098, 6961, 9707, 8038, 8006, 6939, 7711, 6921, 7631, 9601, 7393, 12224, 9298, 10297, 7133, 7935, 17578, 11731, 12951, 11624, 11347, 9951, 9783, 7116, 7570, 17513, 8557, 12538, 7943, 10979, 9301, 7566, 17346, 11690, 13179, 8806, 8019, 14416, 7578, 13818, 9983, 12638, 9230, 9164, 6818, 7200, 11284, 7135, 9866, 7292, 9219, 7434, 8294, 7414, 7613, 17714, 7370, 12338, 7253, 7594, 9621, 7346, 15948, 7162, 10163, 6827, 7263, 9476, 6929, 8490, 7308, 8462, 7242, 7894, 8443, 7416, 12018, 9142, 10878, 7460, 7779, 14900, 10552, 12542, 8849, 10367, 7394, 7746, 12090, 7420, 13240, 7331, 9633, 7073, 7792, 7822, 7137, 8256, 7002, 9473, 7450, 8744, 7059, 7319, 6683, 6915, 11070, 6977, 9679, 8096, 8062, 6968, 7263, 12323, 6996, 13219, 9907, 9656, 6954, 8481, 11548, 7570, 14932, 8714, 11568, 7664, 8901, 6721, 7307, 6295, 8084, 6449, 7254, 6686, 9130, 8643, 8465, 6834, 7463, 11425, 7565, 16278, 9366, 14001, 7291, 11174, 8061, 9473, 6970, 7228, 6488, 7030, 10998, 7219, 9598, 8531, 8776, 7243, 7813, 7355, 6985, 16003, 9881, 12168, 8606, 10470, 7390, 7961, 6663, 6863, 6733, 6960, 10449, 7535, 9035, 7046, 7488, 13784, 7417, 11407, 8842, 9058, 7048, 7163, 9952, 7547, 11394, 7433, 9080, 7420, 8981, 7161, 7685, 6834, 6777, 6740, 7229, 11477, 7570, 9428, 8175, 10295, 8714, 7688, 17691, 14538, 14643, 11967, 13449, 10772, 7768, 17253, 10377, 11927, 8018, 8002, 6641, 6957, 6577, 7473, 7815, 6914, 6692, 7192, 10409, 7638, 9639, 7730, 8473, 6884, 7875, 15445, 11640, 13222, 10724, 10359, 6945, 7453, 16399, 7968, 11702, 8521, 9644, 6926, 7316, 9343, 7642, 13080, 7356, 10159, 7366, 7466, 9160, 7535, 8040, 7410, 11336, 7134, 8899, 6899, 7326, 6612, 7677, 14801, 7591, 11238, 8201, 8089, 14350, 9118, 15936, 8982, 10921, 7002, 7347, 8541, 7710, 14805, 7730, 9433, 7029, 7335, 6642, 7614, 7717, 7754, 9749, 7519, 8855, 7379, 8142, 6583, 7722, 11869, 7709, 9615, 7676, 8729, 6716, 8028, 12429, 7782, 11334, 8043, 8784, 7034, 7158, 7502, 7350, 8574, 7455, 9254, 7303, 8356, 6780, 7771, 9712, 7752, 14207, 7840, 10902, 7989, 8837, 7677, 7254, 8772, 7616, 11295, 7203, 9149, 7756, 7349, 6747, 7653, 12529, 7608, 9992, 8061, 7855, 8328, 7783, 15438, 9901, 11866, 8604, 8043, 12828, 7948, 10496, 7441, 8235, 6652, 7086, 6373, 7622, 10180, 7600, 8764, 7528, 8106, 6518, 7288, 8121, 7565, 11001, 7675, 10123, 8031, 8020, 7087, 8107, 6677, 7804, 7807, 7470, 10184, 7367, 9347, 7620, 9397, 7302, 8545, 8282, 8201, 15321, 8056, 14806, 10572, 12344, 15769, 10682, 16803, 7945, 11580, 7157, 7746, 6744, 7664, 6500, 7340, 6880, 7864, 6950, 7508, 11246, 9149, 11647, 8542, 9808, 7195, 7769, 14621, 9227, 15443, 8047, 11087, 7033, 7599, 9336, 7457, 11993, 7452, 9243, 7046, 8057, 10732, 7792, 13175, 7426, 8309, 7777, 7874, 15749, 9135, 11123, 7221, 7326, 6614, 7679, 11223, 7242, 8828, 7253, 7564, 6559, 7302, 8396, 7380, 11163, 7599, 9700, 7457, 9018, 13831, 10079, 15169, 8948, 11295, 7852, 8342, 13673, 7759, 15588, 7658, 9696, 6913, 7546, 7082, 7495, 8420, 7426, 9096, 7304, 9488, 7851, 11020, 8343, 6795, 8050, 6971, 8644, 7286, 7513, 12270, 8137, 11184, 9065, 10439, 8745, 12868, 10414, 14774, 10325, 10292, 12897, 17529, 13586, 16698, 12334, 16693, 10994, 15772, 9330, 10420, 8285, 7985, 7454, 8666, 7379, 8744, 7695, 8551, 6830, 7922, 6846, 8367, 6527, 7688, 6535, 7267, 9259, 7128, 9267, 8021, 8545, 6972, 7719, 7594, 8921, 8203, 7292, 9374, 8074, 11914, 8908, 7925, 8212, 16513, 13115, 13277, 12345, 11664, 10560, 12284, 8861, 9515, 7216, 7966, 7156, 7404, 6934, 7165, 12412, 7245, 9495, 7424, 8184, 6921, 7169, 6450, 7971, 9522, 7343, 9970, 8791, 8147, 7343, 7986, 8636, 6850, 11329, 9117, 9920, 7044, 8675, 14056, 7404, 13592, 9969, 10635, 11665, 8278, 17736, 7355, 10304, 7014, 7822, 7437, 6896, 12639, 6819, 10712, 8629, 10168, 8643, 9784, 12053, 7263, 15935, 9987, 13180, 10435, 10554, 7361, 7833, 12795, 7417, 13447, 9490, 10921, 7326, 7484, 6850, 7169, 8312, 7323, 8103, 7506, 9189, 8553, 8920, 7518, 7732, 12724, 7524, 11567, 9876, 10531, 8086, 9266, 8429, 7228, 16943, 9103, 11811, 7515, 12104, 7737, 10219, 8734, 9622, 8426, 9898, 7723, 8229, 9881, 7382, 7869, 7065, 13271, 7006, 10463, 8580, 8841, 7918, 8800, 6854, 7605, 7898, 7297, 6932, 7121, 12138, 7061, 12086, 9207, 11023, 9417, 10511, 8174, 8669, 6792, 7184, 7580, 6805, 6627, 7562, 7701, 7453, 11612, 8608, 9433, 7898, 9160, 7347, 10574, 8583, 9831, 7247, 9418, 11167, 7470, 10321, 8427, 8009, 8614, 7105, 10452, 7474, 6849, 8703, 17942, 14737, 14769, 11220, 14427, 9568, 14130, 10942, 15780, 11565, 16196, 11037, 11591, 8045, 8862, 6810, 7350, 6754, 8079, 6754, 7498, 6880, 8057, 6739, 7890, 6659, 7137, 11323, 8184, 9014, 7774, 14361, 8733, 11643, 9765, 10507, 7353, 9060, 6685, 7585, 11744, 7517, 12232, 8355, 12248, 7510, 9279, 7602, 7405, 6982, 7289, 7142, 7858, 7315, 10124, 7917, 9213, 6561, 8202, 13579, 9306, 14466, 11135, 12440, 9841, 10490, 7592, 7817, 6526, 7222, 6994, 7332, 6774, 7323, 6648, 7147, 6957, 6894, 9127, 7140, 13102, 7928, 11074, 10055, 8511, 16505, 13817, 12630, 9997, 9504, 12019, 7975, 17043, 12641, 12356, 8625, 7553, 6661, 7339, 11774, 7620, 9263, 8633, 9045, 7048, 7222, 14587, 7870, 11369, 9224, 9056, 7478, 7431, 15659, 8088, 12198, 9840, 9744, 7065, 7334, 9092, 7228, 9686, 7668, 7637, 7472, 8416, 6811, 7736, 10789, 8225, 12398, 9751, 11868, 8757, 8865, 14429, 10596, 15411, 10181, 12592, 8998, 8592, 8567, 6894, 7369, 7123, 9520, 7383, 7932, 7105, 6882, 12259, 8014, 10626, 7969, 8965, 7743, 7042, 10172, 6995, 11234, 7143, 9535, 7422, 8544, 11002, 8616, 15657, 8094, 11899, 9484, 9323, 7548, 8415, 6893, 7327, 13598, 10688, 10816, 7938, 8177, 14926, 8683, 13038, 12892, 13275, 8063, 8481, 8389, 8323, 11894, 8151, 9707, 8280, 7561, 11921, 7525, 10121, 7304, 8002, 12517, 8868, 17031, 10337, 12920, 9987, 9889, 12290, 8061, 14514, 7480, 9314, 7107, 8082, 8426, 7906, 13262, 7327, 9465, 7224, 7607, 9230, 7320, 11854, 7342, 8248, 8408, 7563, 12896, 9738, 10559, 7722, 7918, 13179, 7416, 10385, 8483, 8358, 7092, 7998, 10241, 7779, 9291, 7539, 7388, 6814, 7440, 8882, 7650, 10086, 8247, 9833, 7479, 7929, 14529, 10957, 12165, 9357, 8877, 12329, 7784, 11065, 8734, 8779, 6946, 7694, 12621, 7189, 10160, 7524, 8152, 7524, 7423, 12926, 7484, 9511, 7183, 7805, 7405, 7523, 13596, 7093, 11643, 8953, 9522, 8142, 7626, 13723, 7193, 11032, 8125, 9379, 7442, 7269, 7052, 8039, 9942, 8636, 9202, 7749, 8009, 10674, 7286, 11523, 9087, 9587, 8148, 7944, 14389, 7354, 12182, 9179, 9724, 7886, 7735, 10184, 7954, 9676, 7636, 8845, 6902, 7642, 6777, 7646, 11799, 9853, 10398, 10455, 8408, 15356, 9233, 12468, 10215, 9624, 13405, 9438, 16432, 7725, 10342, 7027, 7411, 6651, 7099, 6668, 7657, 10108, 8496, 9623, 8531, 10595, 12226, 8546, 14661, 12108, 11209, 8746, 8027, 16481, 9042, 12568, 9063, 8160, 8861, 7893, 9740, 8090, 8707, 6850, 7509, 6864, 7669, 6852, 7643, 7053, 7273, 6679, 7399, 9340, 7676, 11494, 9734, 11175, 9301, 11176, 8271, 9956, 14045, 10873, 14538, 9021, 13055, 10570, 12569, 11161, 11416, 7558, 8096, 14390, 7638, 12060, 8788, 9656, 7773, 9217, 8284, 9739, 7982, 9450, 9327, 7948, 9182, 7806, 10945, 14269, 11449, 15237, 12224, 10821, 9897, 9882, 8334, 8626, 15623, 10335, 13494, 8812, 11304, 8321, 10095, 7395, 8326, 6967, 7427, 7000, 7949, 7282, 7480, 6622, 7992, 7622, 7019, 7606, 7236, 9458, 7443, 9822, 7828], 'WindowCenter': [4177.0, 4182.0, 4119.0, 4137.0, 4106.0, 4107.0, 4145.0, 4094.0, 4144.0, 4094.0, 4123.0, 4102.0, 4105.0, 4144.0, 4104.0, 4134.0, 4105.0, 4122.0, 4093.0, 4105.0, 4166.0, 4115.0, 4144.0, 4104.0, 4114.0, 4132.0, 4093.0, 4144.0, 4115.0, 4114.0, 4092.0, 4103.0, 4112.0, 4103.0, 4123.0, 4117.0, 4127.0, 4105.0, 4107.0, 4166.0, 4117.0, 4146.0, 4107.0, 4128.0, 4177.0, 4147.0, 4156.0, 4136.0, 4134.0, 4147.0, 4107.0, 4176.0, 4133.0, 4146.0, 4104.0, 4115.0, 4174.0, 4136.0, 4155.0, 4114.0, 4114.0, 4133.0, 4104.0, 4134.0, 4114.0, 4127.0, 4145.0, 4114.0, 4143.0, 4115.0, 4126.0, 4165.0, 4117.0, 4156.0, 4124.0, 4115.0, 4164.0, 4114.0, 4144.0, 4115.0, 4115.0, 4144.0, 4104.0, 4174.0, 4103.0, 4122.0, 4092.0, 4116.0, 4125.0, 4106.0, 4135.0, 4115.0, 4137.0, 4104.0, 4119.0, 4188.0, 4157.0, 4156.0, 4125.0, 4125.0, 4174.0, 4136.0, 4175.0, 4154.0, 4154.0, 4112.0, 4123.0, 4185.0, 4103.0, 4132.0, 4101.0, 4112.0, 4090.0, 4102.0, 4122.0, 4103.0, 4122.0, 4103.0, 4114.0, 4144.0, 4117.0, 4132.0, 4114.0, 4114.0, 4105.0, 4116.0, 4115.0, 4129.0, 4146.0, 4119.0, 4168.0, 4138.0, 4147.0, 4105.0, 4128.0, 4199.0, 4168.0, 4167.0, 4157.0, 4155.0, 4146.0, 4146.0, 4105.0, 4113.0, 4198.0, 4126.0, 4164.0, 4126.0, 4146.0, 4135.0, 4116.0, 4186.0, 4155.0, 4165.0, 4124.0, 4114.0, 4164.0, 4114.0, 4164.0, 4133.0, 4153.0, 4123.0, 4122.0, 4081.0, 4103.0, 4142.0, 4093.0, 4130.0, 4103.0, 4121.0, 4104.0, 4114.0, 4102.0, 4103.0, 4184.0, 4092.0, 4152.0, 4102.0, 4102.0, 4121.0, 4092.0, 4173.0, 4091.0, 4131.0, 4080.0, 4091.0, 4120.0, 4093.0, 4111.0, 4102.0, 4113.0, 4102.0, 4115.0, 4126.0, 4116.0, 4156.0, 4136.0, 4146.0, 4104.0, 4115.0, 4175.0, 4145.0, 4151.0, 4124.0, 4133.0, 4100.0, 4115.0, 4154.0, 4103.0, 4153.0, 4102.0, 4121.0, 4092.0, 4114.0, 4102.0, 4103.0, 4112.0, 4103.0, 4132.0, 4104.0, 4125.0, 4104.0, 4115.0, 4093.0, 4106.0, 4155.0, 4106.0, 4135.0, 4115.0, 4115.0, 4105.0, 4115.0, 4166.0, 4117.0, 4166.0, 4146.0, 4135.0, 4118.0, 4157.0, 4160.0, 4089.0, 4140.0, 4099.0, 4130.0, 4111.0, 4120.0, 4064.0, 4059.0, 4037.0, 4047.0, 4092.0, 4100.0, 4090.0, 4135.0, 4125.0, 4123.0, 4090.0, 4089.0, 4140.0, 4102.0, 4174.0, 4135.0, 4176.0, 4116.0, 4156.0, 4127.0, 4146.0, 4103.0, 4102.0, 4080.0, 4092.0, 4143.0, 4115.0, 4134.0, 4126.0, 4125.0, 4115.0, 4114.0, 4104.0, 4116.0, 4185.0, 4145.0, 4153.0, 4123.0, 4143.0, 4104.0, 4114.0, 4093.0, 4105.0, 4103.0, 4105.0, 4144.0, 4127.0, 4136.0, 4105.0, 4116.0, 4165.0, 4105.0, 4156.0, 4125.0, 4125.0, 4093.0, 4103.0, 4133.0, 4115.0, 4156.0, 4105.0, 4124.0, 4116.0, 4125.0, 4106.0, 4127.0, 4106.0, 4106.0, 4105.0, 4117.0, 4168.0, 4129.0, 4137.0, 4128.0, 4160.0, 4126.0, 4116.0, 4199.0, 4190.0, 4177.0, 4156.0, 4166.0, 4132.0, 4102.0, 4184.0, 4133.0, 4142.0, 4100.0, 4100.0, 4080.0, 4090.0, 4091.0, 4103.0, 4102.0, 4103.0, 4093.0, 4105.0, 4144.0, 4127.0, 4136.0, 4115.0, 4125.0, 4104.0, 4115.0, 4176.0, 4156.0, 4165.0, 4144.0, 4133.0, 4091.0, 4102.0, 4185.0, 4113.0, 4142.0, 4122.0, 4121.0, 4091.0, 4102.0, 4123.0, 4102.0, 4153.0, 4102.0, 4132.0, 4101.0, 4102.0, 4121.0, 4102.0, 4111.0, 4103.0, 4142.0, 4103.0, 4124.0, 4104.0, 4103.0, 4093.0, 4114.0, 4175.0, 4114.0, 4144.0, 4124.0, 4114.0, 4176.0, 4125.0, 4174.0, 4123.0, 4143.0, 4103.0, 4102.0, 4111.0, 4102.0, 4162.0, 4102.0, 4133.0, 4102.0, 4102.0, 4091.0, 4102.0, 4101.0, 4102.0, 4132.0, 4103.0, 4122.0, 4103.0, 4113.0, 4091.0, 4114.0, 4155.0, 4114.0, 4122.0, 4114.0, 4123.0, 4092.0, 4115.0, 4165.0, 4113.0, 4143.0, 4114.0, 4112.0, 4091.0, 4103.0, 4102.0, 4103.0, 4122.0, 4103.0, 4122.0, 4103.0, 4123.0, 4105.0, 4115.0, 4134.0, 4115.0, 4164.0, 4113.0, 4144.0, 4113.0, 4122.0, 4102.0, 4102.0, 4111.0, 4102.0, 4142.0, 4103.0, 4133.0, 4114.0, 4104.0, 4105.0, 4116.0, 4167.0, 4128.0, 4146.0, 4115.0, 4115.0, 4113.0, 4115.0, 4176.0, 4135.0, 4155.0, 4123.0, 4113.0, 4152.0, 4112.0, 4144.0, 4103.0, 4112.0, 4091.0, 4091.0, 4080.0, 4102.0, 4133.0, 4113.0, 4112.0, 4113.0, 4112.0, 4082.0, 4115.0, 4125.0, 4115.0, 4144.0, 4115.0, 4133.0, 4113.0, 4114.0, 4092.0, 4114.0, 4093.0, 4114.0, 4102.0, 4105.0, 4134.0, 4104.0, 4133.0, 4116.0, 4136.0, 4116.0, 4127.0, 4125.0, 4126.0, 4176.0, 4115.0, 4176.0, 4145.0, 4156.0, 4174.0, 4134.0, 4185.0, 4113.0, 4142.0, 4078.0, 4099.0, 4080.0, 4101.0, 4079.0, 4101.0, 4103.0, 4114.0, 4104.0, 4116.0, 4145.0, 4135.0, 4144.0, 4125.0, 4134.0, 4104.0, 4114.0, 4163.0, 4123.0, 4163.0, 4101.0, 4141.0, 4093.0, 4103.0, 4121.0, 4101.0, 4141.0, 4101.0, 4121.0, 4102.0, 4113.0, 4131.0, 4102.0, 4151.0, 4090.0, 4111.0, 4100.0, 4112.0, 4162.0, 4120.0, 4129.0, 4090.0, 4088.0, 4078.0, 4102.0, 4129.0, 4101.0, 4110.0, 4101.0, 4101.0, 4093.0, 4115.0, 4123.0, 4115.0, 4154.0, 4115.0, 4134.0, 4117.0, 4136.0, 4165.0, 4135.0, 4174.0, 4123.0, 4143.0, 4114.0, 4113.0, 4163.0, 4102.0, 4172.0, 4101.0, 4121.0, 4091.0, 4101.0, 4091.0, 4102.0, 4111.0, 4103.0, 4124.0, 4102.0, 4122.0, 4103.0, 4132.0, 4100.0, 4083.0, 4115.0, 4119.0, 4139.0, 4116.0, 4116.0, 4155.0, 4127.0, 4158.0, 4138.0, 4159.0, 4140.0, 4167.0, 4146.0, 4164.0, 4132.0, 4133.0, 4155.0, 4174.0, 4152.0, 4161.0, 4141.0, 4160.0, 4118.0, 4147.0, 4096.0, 4105.0, 4086.0, 4085.0, 4076.0, 4096.0, 4088.0, 4098.0, 4090.0, 4100.0, 4080.0, 4102.0, 4081.0, 4112.0, 4080.0, 4101.0, 4080.0, 4102.0, 4119.0, 4093.0, 4123.0, 4116.0, 4125.0, 4107.0, 4117.0, 4131.0, 4139.0, 4138.0, 4162.0, 4194.0, 4145.0, 4171.0, 4152.0, 4130.0, 4140.0, 4191.0, 4166.0, 4166.0, 4158.0, 4146.0, 4147.0, 4154.0, 4124.0, 4135.0, 4105.0, 4117.0, 4107.0, 4106.0, 4105.0, 4106.0, 4152.0, 4105.0, 4120.0, 4105.0, 4128.0, 4120.0, 4106.0, 4083.0, 4118.0, 4137.0, 4116.0, 4146.0, 4127.0, 4114.0, 4118.0, 4128.0, 4128.0, 4106.0, 4160.0, 4140.0, 4149.0, 4106.0, 4128.0, 4176.0, 4107.0, 4165.0, 4138.0, 4148.0, 4156.0, 4114.0, 4185.0, 4103.0, 4135.0, 4107.0, 4116.0, 4106.0, 4106.0, 4166.0, 4096.0, 4147.0, 4129.0, 4149.0, 4127.0, 4137.0, 4153.0, 4104.0, 4174.0, 4136.0, 4166.0, 4145.0, 4134.0, 4101.0, 4102.0, 4153.0, 4104.0, 4165.0, 4133.0, 4143.0, 4101.0, 4103.0, 4094.0, 4106.0, 4113.0, 4115.0, 4126.0, 4116.0, 4134.0, 4137.0, 4136.0, 4117.0, 4117.0, 4169.0, 4116.0, 4156.0, 4148.0, 4147.0, 4114.0, 4135.0, 4114.0, 4106.0, 4185.0, 4125.0, 4156.0, 4104.0, 4154.0, 4113.0, 4145.0, 4127.0, 4134.0, 4127.0, 4146.0, 4114.0, 4124.0, 4147.0, 4106.0, 4115.0, 4105.0, 4165.0, 4104.0, 4146.0, 4124.0, 4135.0, 4126.0, 4124.0, 4106.0, 4117.0, 4126.0, 4118.0, 4106.0, 4107.0, 4167.0, 4106.0, 4167.0, 4137.0, 4155.0, 4137.0, 4144.0, 4125.0, 4126.0, 4108.0, 4108.0, 4115.0, 4107.0, 4106.0, 4116.0, 4115.0, 4116.0, 4159.0, 4137.0, 4136.0, 4127.0, 4136.0, 4117.0, 4160.0, 4138.0, 4147.0, 4116.0, 4149.0, 4156.0, 4116.0, 4146.0, 4126.0, 4126.0, 4138.0, 4120.0, 4157.0, 4119.0, 4108.0, 4139.0, 4214.0, 4189.0, 4176.0, 4156.0, 4175.0, 4134.0, 4176.0, 4146.0, 4174.0, 4143.0, 4174.0, 4145.0, 4144.0, 4101.0, 4121.0, 4080.0, 4115.0, 4107.0, 4112.0, 4062.0, 4074.0, 4076.0, 4113.0, 4091.0, 4114.0, 4092.0, 4103.0, 4146.0, 4125.0, 4122.0, 4113.0, 4173.0, 4125.0, 4155.0, 4132.0, 4143.0, 4102.0, 4124.0, 4091.0, 4103.0, 4155.0, 4103.0, 4154.0, 4129.0, 4241.0, 4191.0, 4181.0, 4119.0, 4106.0, 4094.0, 4078.0, 4047.0, 4054.0, 4075.0, 4119.0, 4100.0, 4110.0, 4078.0, 4099.0, 4150.0, 4121.0, 4162.0, 4143.0, 4142.0, 4134.0, 4133.0, 4102.0, 4101.0, 4079.0, 4090.0, 4090.0, 4090.0, 4081.0, 4103.0, 4093.0, 4105.0, 4107.0, 4117.0, 4136.0, 4106.0, 4166.0, 4115.0, 4145.0, 4134.0, 4126.0, 4186.0, 4166.0, 4153.0, 4134.0, 4123.0, 4143.0, 4113.0, 4174.0, 4152.0, 4141.0, 4111.0, 4100.0, 4081.0, 4103.0, 4155.0, 4115.0, 4124.0, 4124.0, 4123.0, 4091.0, 4102.0, 4172.0, 4115.0, 4154.0, 4124.0, 4124.0, 4101.0, 4102.0, 4174.0, 4114.0, 4153.0, 4121.0, 4121.0, 4091.0, 4091.0, 4111.0, 4103.0, 4132.0, 4103.0, 4102.0, 4104.0, 4124.0, 4092.0, 4116.0, 4156.0, 4127.0, 4166.0, 4137.0, 4153.0, 4112.0, 4126.0, 4176.0, 4133.0, 4174.0, 4131.0, 4153.0, 4109.0, 4113.0, 4123.0, 4092.0, 4101.0, 4093.0, 4122.0, 4101.0, 4113.0, 4104.0, 4105.0, 4154.0, 4112.0, 4144.0, 4114.0, 4124.0, 4115.0, 4105.0, 4132.0, 4104.0, 4143.0, 4105.0, 4132.0, 4116.0, 4125.0, 4144.0, 4124.0, 4175.0, 4113.0, 4154.0, 4135.0, 4122.0, 4114.0, 4125.0, 4104.0, 4117.0, 4178.0, 4146.0, 4145.0, 4114.0, 4126.0, 4175.0, 4126.0, 4168.0, 4167.0, 4155.0, 4103.0, 4113.0, 4112.0, 4112.0, 4152.0, 4114.0, 4135.0, 4113.0, 4115.0, 4153.0, 4103.0, 4134.0, 4104.0, 4114.0, 4153.0, 4122.0, 4174.0, 4133.0, 4151.0, 4122.0, 4122.0, 4140.0, 4100.0, 4150.0, 4090.0, 4109.0, 4091.0, 4100.0, 4100.0, 4101.0, 4151.0, 4091.0, 4121.0, 4101.0, 4102.0, 4121.0, 4092.0, 4140.0, 4101.0, 4112.0, 4112.0, 4103.0, 4151.0, 4122.0, 4131.0, 4100.0, 4102.0, 4152.0, 4101.0, 4130.0, 4112.0, 4110.0, 4078.0, 4101.0, 4129.0, 4103.0, 4121.0, 4101.0, 4101.0, 4082.0, 4103.0, 4124.0, 4115.0, 4133.0, 4123.0, 4135.0, 4104.0, 4115.0, 4175.0, 4145.0, 4154.0, 4123.0, 4123.0, 4152.0, 4103.0, 4142.0, 4124.0, 4114.0, 4092.0, 4104.0, 4153.0, 4092.0, 4134.0, 4114.0, 4114.0, 4102.0, 4103.0, 4154.0, 4104.0, 4133.0, 4106.0, 4114.0, 4103.0, 4114.0, 4164.0, 4093.0, 4155.0, 4135.0, 4134.0, 4113.0, 4114.0, 4164.0, 4091.0, 4144.0, 4113.0, 4134.0, 4104.0, 4103.0, 4091.0, 4114.0, 4133.0, 4137.0, 4137.0, 4115.0, 4116.0, 4144.0, 4105.0, 4155.0, 4137.0, 4136.0, 4114.0, 4116.0, 4164.0, 4104.0, 4154.0, 4135.0, 4135.0, 4114.0, 4102.0, 4134.0, 4114.0, 4134.0, 4116.0, 4125.0, 4105.0, 4116.0, 4096.0, 4117.0, 4167.0, 4150.0, 4148.0, 4147.0, 4128.0, 4187.0, 4134.0, 4167.0, 4146.0, 4135.0, 4164.0, 4125.0, 4174.0, 4103.0, 4131.0, 4104.0, 4104.0, 4093.0, 4106.0, 4094.0, 4116.0, 4158.0, 4138.0, 4135.0, 4126.0, 4147.0, 4155.0, 4124.0, 4165.0, 4155.0, 4144.0, 4113.0, 4102.0, 4174.0, 4125.0, 4154.0, 4123.0, 4113.0, 4111.0, 4100.0, 4120.0, 4103.0, 4112.0, 4092.0, 4104.0, 4091.0, 4114.0, 4093.0, 4115.0, 4104.0, 4116.0, 4104.0, 4119.0, 4147.0, 4129.0, 4169.0, 4149.0, 4157.0, 4138.0, 4158.0, 4127.0, 4149.0, 4177.0, 4158.0, 4176.0, 4126.0, 4165.0, 4146.0, 4155.0, 4144.0, 4144.0, 4102.0, 4113.0, 4165.0, 4103.0, 4143.0, 4124.0, 4134.0, 4115.0, 4136.0, 4128.0, 4147.0, 4140.0, 4147.0, 4149.0, 4128.0, 4136.0, 4117.0, 4160.0, 4177.0, 4159.0, 4180.0, 4157.0, 4144.0, 4133.0, 4134.0, 4114.0, 4114.0, 4175.0, 4133.0, 4154.0, 4113.0, 4140.0, 4113.0, 4132.0, 4104.0, 4113.0, 4092.0, 4102.0, 4091.0, 4114.0, 4103.0, 4106.0, 4107.0, 4126.0, 4116.0, 4118.0, 4130.0, 4147.0, 4179.0, 4135.0, 4152.0, 4133.0], 'WindowWidth': [9283.0, 9279.0, 9188.0, 9207.0, 9163.0, 9167.0, 9213.0, 9146.0, 9209.0, 9144.0, 9180.0, 9153.0, 9161.0, 9211.0, 9159.0, 9197.0, 9161.0, 9181.0, 9143.0, 9163.0, 9244.0, 9174.0, 9212.0, 9157.0, 9169.0, 9192.0, 9141.0, 9209.0, 9175.0, 9170.0, 9140.0, 9157.0, 9165.0, 9157.0, 9182.0, 9181.0, 9194.0, 9162.0, 9168.0, 9245.0, 9180.0, 9219.0, 9168.0, 9197.0, 9262.0, 9220.0, 9231.0, 9204.0, 9200.0, 9222.0, 9169.0, 9258.0, 9197.0, 9216.0, 9157.0, 9175.0, 9255.0, 9205.0, 9226.0, 9169.0, 9172.0, 9194.0, 9158.0, 9197.0, 9174.0, 9194.0, 9216.0, 9174.0, 9210.0, 9175.0, 9191.0, 9242.0, 9183.0, 9230.0, 9185.0, 9173.0, 9237.0, 9171.0, 9210.0, 9177.0, 9176.0, 9210.0, 9158.0, 9253.0, 9155.0, 9179.0, 9143.0, 9181.0, 9190.0, 9167.0, 9203.0, 9177.0, 9208.0, 9163.0, 9188.0, 9278.0, 9234.0, 9232.0, 9187.0, 9188.0, 9254.0, 9204.0, 9257.0, 9223.0, 9224.0, 9163.0, 9179.0, 9269.0, 9155.0, 9190.0, 9149.0, 9164.0, 9132.0, 9152.0, 9180.0, 9158.0, 9180.0, 9158.0, 9173.0, 9212.0, 9184.0, 9193.0, 9172.0, 9173.0, 9164.0, 9178.0, 9179.0, 9201.0, 9221.0, 9188.0, 9250.0, 9209.0, 9221.0, 9164.0, 9196.0, 9297.0, 9249.0, 9249.0, 9233.0, 9228.0, 9217.0, 9217.0, 9160.0, 9172.0, 9293.0, 9191.0, 9239.0, 9192.0, 9219.0, 9202.0, 9178.0, 9274.0, 9225.0, 9242.0, 9182.0, 9169.0, 9238.0, 9171.0, 9237.0, 9195.0, 9220.0, 9179.0, 9177.0, 9122.0, 9155.0, 9207.0, 9141.0, 9187.0, 9156.0, 9177.0, 9160.0, 9171.0, 9151.0, 9155.0, 9266.0, 9137.0, 9217.0, 9152.0, 9151.0, 9174.0, 9137.0, 9247.0, 9135.0, 9188.0, 9118.0, 9134.0, 9173.0, 9142.0, 9163.0, 9155.0, 9168.0, 9155.0, 9176.0, 9192.0, 9179.0, 9230.0, 9203.0, 9215.0, 9157.0, 9175.0, 9253.0, 9213.0, 9218.0, 9184.0, 9194.0, 9148.0, 9175.0, 9223.0, 9155.0, 9220.0, 9153.0, 9176.0, 9140.0, 9172.0, 9154.0, 9156.0, 9164.0, 9155.0, 9193.0, 9160.0, 9189.0, 9160.0, 9176.0, 9145.0, 9168.0, 9228.0, 9165.0, 9203.0, 9176.0, 9174.0, 9161.0, 9176.0, 9243.0, 9183.0, 9246.0, 9219.0, 9201.0, 9186.0, 9250.0, 9242.0, 9124.0, 9189.0, 9136.0, 9181.0, 9173.0, 9176.0, 9090.0, 9070.0, 9042.0, 9042.0, 9142.0, 9147.0, 9137.0, 9203.0, 9188.0, 9184.0, 9134.0, 9129.0, 9199.0, 9151.0, 9253.0, 9202.0, 9258.0, 9180.0, 9231.0, 9199.0, 9220.0, 9158.0, 9154.0, 9121.0, 9140.0, 9208.0, 9176.0, 9199.0, 9192.0, 9190.0, 9176.0, 9175.0, 9159.0, 9180.0, 9271.0, 9214.0, 9223.0, 9184.0, 9208.0, 9159.0, 9173.0, 9146.0, 9163.0, 9159.0, 9164.0, 9214.0, 9198.0, 9205.0, 9163.0, 9177.0, 9243.0, 9161.0, 9230.0, 9187.0, 9188.0, 9144.0, 9156.0, 9194.0, 9174.0, 9232.0, 9163.0, 9186.0, 9177.0, 9188.0, 9168.0, 9196.0, 9165.0, 9166.0, 9163.0, 9181.0, 9250.0, 9201.0, 9209.0, 9198.0, 9243.0, 9192.0, 9179.0, 9300.0, 9283.0, 9264.0, 9231.0, 9243.0, 9193.0, 9152.0, 9269.0, 9195.0, 9205.0, 9148.0, 9145.0, 9119.0, 9134.0, 9137.0, 9157.0, 9154.0, 9159.0, 9144.0, 9162.0, 9213.0, 9197.0, 9204.0, 9176.0, 9188.0, 9159.0, 9175.0, 9259.0, 9232.0, 9242.0, 9212.0, 9196.0, 9137.0, 9153.0, 9271.0, 9168.0, 9204.0, 9180.0, 9178.0, 9137.0, 9155.0, 9182.0, 9154.0, 9222.0, 9154.0, 9191.0, 9151.0, 9154.0, 9175.0, 9152.0, 9165.0, 9156.0, 9207.0, 9156.0, 9188.0, 9159.0, 9157.0, 9143.0, 9173.0, 9255.0, 9171.0, 9213.0, 9187.0, 9174.0, 9259.0, 9188.0, 9255.0, 9180.0, 9209.0, 9155.0, 9151.0, 9162.0, 9154.0, 9235.0, 9151.0, 9196.0, 9155.0, 9152.0, 9137.0, 9154.0, 9149.0, 9153.0, 9193.0, 9156.0, 9179.0, 9156.0, 9168.0, 9139.0, 9173.0, 9229.0, 9172.0, 9181.0, 9171.0, 9182.0, 9139.0, 9175.0, 9242.0, 9170.0, 9210.0, 9171.0, 9165.0, 9136.0, 9157.0, 9155.0, 9157.0, 9179.0, 9158.0, 9180.0, 9157.0, 9184.0, 9164.0, 9176.0, 9198.0, 9175.0, 9241.0, 9170.0, 9212.0, 9170.0, 9179.0, 9151.0, 9154.0, 9163.0, 9153.0, 9206.0, 9158.0, 9198.0, 9175.0, 9161.0, 9163.0, 9179.0, 9248.0, 9199.0, 9217.0, 9175.0, 9176.0, 9170.0, 9176.0, 9259.0, 9203.0, 9230.0, 9181.0, 9167.0, 9218.0, 9165.0, 9212.0, 9157.0, 9165.0, 9138.0, 9138.0, 9121.0, 9153.0, 9195.0, 9170.0, 9165.0, 9170.0, 9168.0, 9128.0, 9175.0, 9190.0, 9177.0, 9213.0, 9175.0, 9197.0, 9170.0, 9171.0, 9140.0, 9171.0, 9141.0, 9172.0, 9154.0, 9161.0, 9197.0, 9161.0, 9198.0, 9180.0, 9204.0, 9180.0, 9195.0, 9189.0, 9191.0, 9259.0, 9176.0, 9260.0, 9215.0, 9230.0, 9252.0, 9195.0, 9272.0, 9168.0, 9205.0, 9114.0, 9143.0, 9120.0, 9150.0, 9120.0, 9150.0, 9158.0, 9173.0, 9161.0, 9179.0, 9215.0, 9201.0, 9212.0, 9186.0, 9199.0, 9159.0, 9173.0, 9236.0, 9180.0, 9237.0, 9151.0, 9202.0, 9142.0, 9156.0, 9176.0, 9151.0, 9203.0, 9151.0, 9175.0, 9155.0, 9169.0, 9189.0, 9152.0, 9217.0, 9133.0, 9161.0, 9146.0, 9166.0, 9233.0, 9173.0, 9183.0, 9131.0, 9128.0, 9115.0, 9152.0, 9183.0, 9150.0, 9158.0, 9151.0, 9151.0, 9145.0, 9175.0, 9184.0, 9177.0, 9226.0, 9175.0, 9199.0, 9182.0, 9204.0, 9240.0, 9200.0, 9254.0, 9182.0, 9208.0, 9172.0, 9170.0, 9233.0, 9152.0, 9248.0, 9148.0, 9175.0, 9135.0, 9149.0, 9136.0, 9151.0, 9162.0, 9156.0, 9186.0, 9154.0, 9178.0, 9152.0, 9187.0, 9145.0, 9128.0, 9175.0, 9191.0, 9216.0, 9178.0, 9178.0, 9230.0, 9194.0, 9240.0, 9212.0, 9241.0, 9217.0, 9247.0, 9216.0, 9239.0, 9193.0, 9196.0, 9227.0, 9252.0, 9219.0, 9228.0, 9199.0, 9225.0, 9164.0, 9203.0, 9132.0, 9143.0, 9117.0, 9115.0, 9107.0, 9132.0, 9125.0, 9138.0, 9131.0, 9144.0, 9119.0, 9152.0, 9124.0, 9163.0, 9120.0, 9149.0, 9120.0, 9152.0, 9172.0, 9142.0, 9181.0, 9178.0, 9186.0, 9170.0, 9180.0, 9208.0, 9216.0, 9213.0, 9274.0, 9317.0, 9232.0, 9261.0, 9235.0, 9202.0, 9216.0, 9286.0, 9243.0, 9242.0, 9232.0, 9214.0, 9217.0, 9224.0, 9183.0, 9199.0, 9161.0, 9178.0, 9167.0, 9164.0, 9159.0, 9162.0, 9220.0, 9158.0, 9175.0, 9159.0, 9195.0, 9190.0, 9164.0, 9131.0, 9181.0, 9206.0, 9180.0, 9218.0, 9193.0, 9173.0, 9182.0, 9197.0, 9194.0, 9166.0, 9241.0, 9217.0, 9226.0, 9166.0, 9195.0, 9257.0, 9166.0, 9243.0, 9206.0, 9220.0, 9228.0, 9172.0, 9271.0, 9157.0, 9200.0, 9169.0, 9177.0, 9163.0, 9164.0, 9243.0, 9151.0, 9218.0, 9200.0, 9224.0, 9192.0, 9204.0, 9223.0, 9158.0, 9255.0, 9203.0, 9243.0, 9212.0, 9196.0, 9150.0, 9152.0, 9222.0, 9158.0, 9239.0, 9196.0, 9208.0, 9151.0, 9155.0, 9144.0, 9164.0, 9169.0, 9176.0, 9192.0, 9180.0, 9203.0, 9210.0, 9208.0, 9183.0, 9182.0, 9253.0, 9180.0, 9234.0, 9224.0, 9219.0, 9173.0, 9201.0, 9171.0, 9163.0, 9272.0, 9186.0, 9230.0, 9160.0, 9226.0, 9172.0, 9215.0, 9196.0, 9200.0, 9194.0, 9218.0, 9174.0, 9187.0, 9220.0, 9164.0, 9176.0, 9162.0, 9242.0, 9161.0, 9217.0, 9189.0, 9201.0, 9191.0, 9186.0, 9165.0, 9181.0, 9192.0, 9183.0, 9166.0, 9168.0, 9247.0, 9166.0, 9248.0, 9208.0, 9230.0, 9208.0, 9213.0, 9190.0, 9192.0, 9171.0, 9171.0, 9176.0, 9169.0, 9165.0, 9180.0, 9177.0, 9182.0, 9238.0, 9210.0, 9208.0, 9196.0, 9207.0, 9184.0, 9243.0, 9213.0, 9221.0, 9181.0, 9227.0, 9234.0, 9178.0, 9217.0, 9192.0, 9192.0, 9212.0, 9191.0, 9237.0, 9187.0, 9173.0, 9216.0, 9325.0, 9283.0, 9260.0, 9231.0, 9255.0, 9201.0, 9258.0, 9218.0, 9254.0, 9210.0, 9254.0, 9213.0, 9209.0, 9150.0, 9176.0, 9122.0, 9178.0, 9172.0, 9167.0, 9082.0, 9098.0, 9106.0, 9169.0, 9139.0, 9172.0, 9141.0, 9159.0, 9217.0, 9189.0, 9183.0, 9173.0, 9253.0, 9187.0, 9229.0, 9195.0, 9209.0, 9155.0, 9183.0, 9138.0, 9156.0, 9226.0, 9155.0, 9224.0, 9201.0, 9397.0, 9330.0, 9293.0, 9183.0, 9161.0, 9142.0, 9107.0, 9049.0, 9053.0, 9102.0, 9167.0, 9144.0, 9157.0, 9112.0, 9140.0, 9210.0, 9174.0, 9232.0, 9207.0, 9204.0, 9198.0, 9193.0, 9154.0, 9147.0, 9119.0, 9134.0, 9131.0, 9135.0, 9123.0, 9155.0, 9144.0, 9164.0, 9171.0, 9184.0, 9205.0, 9166.0, 9245.0, 9176.0, 9216.0, 9198.0, 9191.0, 9275.0, 9243.0, 9223.0, 9196.0, 9182.0, 9207.0, 9169.0, 9254.0, 9218.0, 9202.0, 9162.0, 9146.0, 9123.0, 9156.0, 9230.0, 9175.0, 9184.0, 9186.0, 9182.0, 9138.0, 9154.0, 9246.0, 9174.0, 9225.0, 9185.0, 9184.0, 9152.0, 9154.0, 9254.0, 9172.0, 9222.0, 9177.0, 9175.0, 9134.0, 9135.0, 9161.0, 9155.0, 9194.0, 9157.0, 9154.0, 9161.0, 9187.0, 9144.0, 9179.0, 9234.0, 9194.0, 9244.0, 9205.0, 9225.0, 9166.0, 9189.0, 9258.0, 9196.0, 9252.0, 9190.0, 9220.0, 9158.0, 9168.0, 9181.0, 9140.0, 9150.0, 9142.0, 9179.0, 9151.0, 9168.0, 9158.0, 9162.0, 9224.0, 9169.0, 9211.0, 9171.0, 9184.0, 9174.0, 9161.0, 9194.0, 9159.0, 9209.0, 9161.0, 9196.0, 9180.0, 9189.0, 9211.0, 9186.0, 9257.0, 9170.0, 9224.0, 9200.0, 9180.0, 9172.0, 9189.0, 9160.0, 9182.0, 9266.0, 9219.0, 9217.0, 9174.0, 9191.0, 9257.0, 9194.0, 9253.0, 9246.0, 9226.0, 9154.0, 9166.0, 9163.0, 9165.0, 9220.0, 9173.0, 9201.0, 9168.0, 9173.0, 9221.0, 9155.0, 9197.0, 9159.0, 9172.0, 9221.0, 9179.0, 9255.0, 9193.0, 9217.0, 9179.0, 9178.0, 9198.0, 9146.0, 9213.0, 9131.0, 9155.0, 9138.0, 9148.0, 9146.0, 9149.0, 9215.0, 9136.0, 9174.0, 9151.0, 9152.0, 9175.0, 9139.0, 9200.0, 9150.0, 9166.0, 9167.0, 9155.0, 9217.0, 9178.0, 9188.0, 9145.0, 9150.0, 9217.0, 9150.0, 9185.0, 9163.0, 9160.0, 9115.0, 9150.0, 9184.0, 9155.0, 9177.0, 9150.0, 9150.0, 9126.0, 9158.0, 9186.0, 9174.0, 9196.0, 9184.0, 9202.0, 9158.0, 9174.0, 9259.0, 9214.0, 9224.0, 9180.0, 9182.0, 9219.0, 9154.0, 9206.0, 9185.0, 9169.0, 9139.0, 9159.0, 9221.0, 9140.0, 9198.0, 9172.0, 9172.0, 9153.0, 9156.0, 9225.0, 9158.0, 9197.0, 9164.0, 9171.0, 9157.0, 9173.0, 9239.0, 9144.0, 9228.0, 9203.0, 9198.0, 9168.0, 9171.0, 9238.0, 9139.0, 9210.0, 9172.0, 9198.0, 9159.0, 9157.0, 9140.0, 9174.0, 9198.0, 9210.0, 9206.0, 9176.0, 9178.0, 9212.0, 9161.0, 9229.0, 9209.0, 9204.0, 9171.0, 9176.0, 9241.0, 9159.0, 9226.0, 9202.0, 9200.0, 9172.0, 9155.0, 9197.0, 9171.0, 9199.0, 9179.0, 9188.0, 9164.0, 9179.0, 9153.0, 9183.0, 9250.0, 9228.0, 9223.0, 9220.0, 9195.0, 9276.0, 9199.0, 9248.0, 9217.0, 9201.0, 9238.0, 9186.0, 9256.0, 9155.0, 9190.0, 9162.0, 9158.0, 9144.0, 9165.0, 9148.0, 9181.0, 9239.0, 9213.0, 9204.0, 9192.0, 9222.0, 9227.0, 9186.0, 9244.0, 9227.0, 9210.0, 9167.0, 9153.0, 9255.0, 9187.0, 9224.0, 9179.0, 9166.0, 9163.0, 9146.0, 9172.0, 9154.0, 9166.0, 9139.0, 9161.0, 9140.0, 9173.0, 9145.0, 9178.0, 9161.0, 9181.0, 9163.0, 9188.0, 9223.0, 9205.0, 9256.0, 9229.0, 9235.0, 9209.0, 9238.0, 9194.0, 9225.0, 9260.0, 9236.0, 9260.0, 9190.0, 9243.0, 9219.0, 9229.0, 9212.0, 9211.0, 9152.0, 9169.0, 9242.0, 9156.0, 9206.0, 9185.0, 9201.0, 9179.0, 9203.0, 9199.0, 9221.0, 9221.0, 9225.0, 9229.0, 9198.0, 9206.0, 9185.0, 9244.0, 9264.0, 9239.0, 9270.0, 9233.0, 9210.0, 9197.0, 9196.0, 9169.0, 9171.0, 9255.0, 9194.0, 9224.0, 9167.0, 9200.0, 9166.0, 9191.0, 9157.0, 9167.0, 9138.0, 9152.0, 9136.0, 9171.0, 9156.0, 9167.0, 9171.0, 9193.0, 9181.0, 9186.0, 9205.0, 9242.0, 9287.0, 9218.0, 9235.0, 9211.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.001111420678768745</td></tr>
<tr><td colspan=3>aqi</td><td>0.04327453385951065</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.209465035868845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0908893005292235</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9443207500394958</td></tr>
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
<tr><td colspan=3>fber</td><td>6681.1328</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0981959879468566</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.550907655880032</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.635351603283829</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5513814846248706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.898599294528371</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.456074030698246</td></tr>
<tr><td colspan=3>gcor</td><td>0.00843057</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012358679436147213</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02667858824133873</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.61524776686735</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>21.661</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8975</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.4816</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301214.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.1364</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7459</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.0683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.1456</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.8176</td></tr>
<tr><td colspan=3>tsnr</td><td>30.800865864148363</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>