<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-04/func/sub-0083_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>513112c4ea0031d32c1c37296ac58431</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>20:30:47.290000</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.998398, 0.0466708, 0.0319831, -0.0509261, 0.987583, 0.148616]</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.0880376</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>[4136, -7865, -7309, 815, -91, -677, 195, 4]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.066</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9da05e07-9d8b-40d5-b15d-b9aa9982bcc9||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.6786293983459473, -0.13663087785243988, 0.06655483692884445, 118.46162414550781], [-0.1252143383026123, 2.6496124267578125, 0.4050178825855255, -104.0384521484375], [0.08580832928419113, -0.39872562885284424, 2.6686196327209473, -69.95868682861328], [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': ['203047.290000', '203047.750000', '203048.210000', '203048.670000', '203049.130000', '203049.590000', '203050.050000', '203050.510000', '203050.970000', '203051.430000', '203051.890000', '203052.350000', '203052.810000', '203053.270000', '203053.730000', '203054.190000', '203054.650000', '203055.110000', '203055.570000', '203056.030000', '203056.490000', '203056.950000', '203057.410000', '203057.870000', '203058.330000', '203058.790000', '203059.250000', '203059.710000', '203100.170000', '203100.630000', '203101.090000', '203101.550000', '203102.010000', '203102.470000', '203102.930000', '203103.390000', '203103.850000', '203104.310000', '203104.770000', '203105.230000', '203105.690000', '203106.150000', '203106.610000', '203107.070000', '203107.530000', '203107.990000', '203108.450000', '203108.910000', '203109.370000', '203109.830000', '203110.290000', '203110.750000', '203111.210000', '203111.670000', '203112.130000', '203112.590000', '203113.050000', '203113.510000', '203113.970000', '203114.430000', '203114.890000', '203115.350000', '203115.810000', '203116.270000', '203116.730000', '203117.190000', '203117.650000', '203118.110000', '203118.570000', '203119.030000', '203119.490000', '203119.950000', '203120.410000', '203120.870000', '203121.330000', '203121.790000', '203122.250000', '203122.710000', '203123.170000', '203123.630000', '203124.090000', '203124.550000', '203125.010000', '203125.470000', '203125.930000', '203126.390000', '203126.850000', '203127.310000', '203127.770000', '203128.230000', '203128.690000', '203129.150000', '203129.610000', '203130.070000', '203130.530000', '203130.990000', '203131.450000', '203131.910000', '203132.370000', '203132.830000', '203133.290000', '203133.750000', '203134.210000', '203134.670000', '203135.130000', '203135.590000', '203136.050000', '203136.510000', '203136.970000', '203137.430000', '203137.890000', '203138.350000', '203138.810000', '203139.270000', '203139.730000', '203140.190000', '203140.650000', '203141.110000', '203141.570000', '203142.030000', '203142.490000', '203142.950000', '203143.410000', '203143.870000', '203144.330000', '203144.790000', '203145.250000', '203145.710000', '203146.170000', '203146.630000', '203147.090000', '203147.550000', '203148.010000', '203148.470000', '203148.930000', '203149.390000', '203149.850000', '203150.310000', '203150.770000', '203151.230000', '203151.690000', '203152.150000', '203152.610000', '203153.070000', '203153.530000', '203153.990000', '203154.450000', '203154.910000', '203155.370000', '203155.830000', '203156.290000', '203156.750000', '203157.210000', '203157.670000', '203158.130000', '203158.590000', '203159.050000', '203159.510000', '203159.970000', '203200.430000', '203200.890000', '203201.350000', '203201.810000', '203202.270000', '203202.730000', '203203.190000', '203203.650000', '203204.110000', '203204.570000', '203205.030000', '203205.490000', '203205.950000', '203206.410000', '203206.870000', '203207.330000', '203207.790000', '203208.250000', '203208.710000', '203209.170000', '203209.630000', '203210.090000', '203210.550000', '203211.010000', '203211.470000', '203211.930000', '203212.390000', '203212.850000', '203213.310000', '203213.770000', '203214.230000', '203214.690000', '203215.150000', '203215.610000', '203216.070000', '203216.530000', '203216.990000', '203217.450000', '203217.910000', '203218.370000', '203218.830000', '203219.290000', '203219.750000', '203220.210000', '203220.670000', '203221.130000', '203221.590000', '203222.050000', '203222.510000', '203222.970000', '203223.430000', '203223.890000', '203224.350000', '203224.810000', '203225.270000', '203225.730000', '203226.190000', '203226.650000', '203227.110000', '203227.570000', '203228.030000', '203228.490000', '203228.950000', '203229.410000', '203229.870000', '203230.330000', '203230.790000', '203231.250000', '203231.710000', '203232.170000', '203232.630000', '203233.090000', '203233.550000', '203234.010000', '203234.470000', '203234.930000', '203235.390000', '203235.850000', '203236.310000', '203236.770000', '203237.230000', '203237.690000', '203238.150000', '203238.610000', '203239.070000', '203239.530000', '203239.990000', '203240.450000', '203240.910000', '203241.370000', '203241.830000', '203242.290000', '203242.750000', '203243.210000', '203243.670000', '203244.130000', '203244.590000', '203245.050000', '203245.510000', '203245.970000', '203246.430000', '203246.890000', '203247.350000', '203247.810000', '203248.270000', '203248.730000', '203249.190000', '203249.650000', '203250.110000', '203250.570000', '203251.030000', '203251.490000', '203251.950000', '203252.410000', '203252.870000', '203253.330000', '203253.790000', '203254.250000', '203254.710000', '203255.170000', '203255.630000', '203256.090000', '203256.550000', '203257.010000', '203257.470000', '203257.930000', '203258.390000', '203258.850000', '203259.310000', '203259.770000', '203300.230000', '203300.690000', '203301.150000', '203301.610000', '203302.070000', '203302.530000', '203302.990000', '203303.450000', '203303.910000', '203304.370000', '203304.830000', '203305.290000', '203305.750000', '203306.210000', '203306.670000', '203307.130000', '203307.590000', '203308.050000', '203308.510000', '203308.970000', '203309.430000', '203309.890000', '203310.350000', '203310.810000', '203311.270000', '203311.730000', '203312.190000', '203312.650000', '203313.110000', '203313.570000', '203314.030000', '203314.490000', '203314.950000', '203315.410000', '203315.870000', '203316.330000', '203316.790000', '203317.250000', '203317.710000', '203318.170000', '203318.630000', '203319.090000', '203319.550000', '203320.010000', '203320.470000', '203320.930000', '203321.390000', '203321.850000', '203322.310000', '203322.770000', '203323.230000', '203323.690000', '203324.150000', '203324.610000', '203325.070000', '203325.530000', '203325.990000', '203326.450000', '203326.910000', '203327.370000', '203327.830000', '203328.290000', '203328.750000', '203329.210000', '203329.670000', '203330.130000', '203330.590000', '203331.050000', '203331.510000', '203331.970000', '203332.430000', '203332.890000', '203333.350000', '203333.810000', '203334.270000', '203334.730000', '203335.190000', '203335.650000', '203336.110000', '203336.570000', '203337.030000', '203337.490000', '203337.950000', '203338.410000', '203338.870000', '203339.330000', '203339.790000', '203340.250000', '203340.710000', '203341.170000', '203341.630000', '203342.090000', '203342.550000', '203343.010000', '203343.470000', '203343.930000', '203344.390000', '203344.850000', '203345.310000', '203345.770000', '203346.230000', '203346.690000', '203347.150000', '203347.610000', '203348.070000', '203348.530000', '203348.990000', '203349.450000', '203349.910000', '203350.370000', '203350.830000', '203351.290000', '203351.750000', '203352.210000', '203352.670000', '203353.130000', '203353.590000', '203354.050000', '203354.510000', '203354.970000', '203355.430000', '203355.890000', '203356.350000', '203356.810000', '203357.270000', '203357.730000', '203358.190000', '203358.650000', '203359.110000', '203359.570000', '203400.030000', '203400.490000', '203400.950000', '203401.410000', '203401.870000', '203402.330000', '203402.790000', '203403.250000', '203403.710000', '203404.170000', '203404.630000', '203405.090000', '203405.550000', '203406.010000', '203406.470000', '203406.930000', '203407.390000', '203407.850000', '203408.310000', '203408.770000', '203409.230000', '203409.690000', '203410.150000', '203410.610000', '203411.070000', '203411.530000', '203411.990000', '203412.450000', '203412.910000', '203413.370000', '203413.830000', '203414.290000', '203414.750000', '203415.210000', '203415.670000', '203416.130000', '203416.590000', '203417.050000', '203417.510000', '203417.970000', '203418.430000', '203418.890000', '203419.350000', '203419.810000', '203420.270000', '203420.730000', '203421.190000', '203421.650000', '203422.110000', '203422.570000', '203423.030000', '203423.490000', '203423.950000', '203424.410000', '203424.870000', '203425.330000', '203425.790000', '203426.250000', '203426.710000', '203427.170000', '203427.630000', '203428.090000', '203428.550000', '203429.010000', '203429.470000', '203429.930000', '203430.390000', '203430.850000', '203431.310000', '203431.770000', '203432.230000', '203432.690000', '203433.150000', '203433.610000', '203434.070000', '203434.530000', '203434.990000', '203435.450000', '203435.910000', '203436.370000', '203436.830000', '203437.290000', '203437.750000', '203438.210000', '203438.670000', '203439.130000', '203439.590000', '203440.050000', '203440.510000', '203440.970000', '203441.430000', '203441.890000', '203442.350000', '203442.810000', '203443.270000', '203443.730000', '203444.190000', '203444.650000', '203445.110000', '203445.570000', '203446.030000', '203446.490000', '203446.950000', '203447.410000', '203447.870000', '203448.330000', '203448.790000', '203449.250000', '203449.710000', '203450.170000', '203450.630000', '203451.090000', '203451.550000', '203452.010000', '203452.470000', '203452.930000', '203453.390000', '203453.850000', '203454.310000', '203454.770000', '203455.230000', '203455.690000', '203456.150000', '203456.610000', '203457.070000', '203457.530000', '203457.990000', '203458.450000', '203458.910000', '203459.370000', '203459.830000', '203500.290000', '203500.750000', '203501.210000', '203501.670000', '203502.130000', '203502.590000', '203503.050000', '203503.510000', '203503.970000', '203504.430000', '203504.890000', '203505.350000', '203505.810000', '203506.270000', '203506.730000', '203507.190000', '203507.650000', '203508.110000', '203508.570000', '203509.030000', '203509.490000', '203509.950000', '203510.410000', '203510.870000', '203511.330000', '203511.790000', '203512.250000', '203512.710000', '203513.170000', '203513.630000', '203514.090000', '203514.550000', '203515.010000', '203515.470000', '203515.930000', '203516.390000', '203516.850000', '203517.310000', '203517.770000', '203518.230000', '203518.690000', '203519.150000', '203519.610000', '203520.070000', '203520.530000', '203520.990000', '203521.450000', '203521.910000', '203522.370000', '203522.830000', '203523.290000', '203523.750000', '203524.210000', '203524.670000', '203525.130000', '203525.590000', '203526.050000', '203526.510000', '203526.970000', '203527.430000', '203527.890000', '203528.350000', '203528.810000', '203529.270000', '203529.730000', '203530.190000', '203530.650000', '203531.110000', '203531.570000', '203532.030000', '203532.490000', '203532.950000', '203533.410000', '203533.870000', '203534.330000', '203534.790000', '203535.250000', '203535.710000', '203536.170000', '203536.630000', '203537.090000', '203537.550000', '203538.010000', '203538.470000', '203538.930000', '203539.390000', '203539.850000', '203540.310000', '203540.770000', '203541.230000', '203541.690000', '203542.150000', '203542.610000', '203543.070000', '203543.530000', '203543.990000', '203544.450000', '203544.910000', '203545.370000', '203545.830000', '203546.290000', '203546.750000', '203547.210000', '203547.670000', '203548.130000', '203548.590000', '203549.050000', '203549.510000', '203549.970000', '203550.430000', '203550.890000', '203551.350000', '203551.810000', '203552.270000', '203552.730000', '203553.190000', '203553.650000', '203554.110000', '203554.570000', '203555.030000', '203555.490000', '203555.950000', '203556.410000', '203556.870000', '203557.330000', '203557.790000', '203558.250000', '203558.710000', '203559.170000', '203559.630000', '203600.090000', '203600.550000', '203601.010000', '203601.470000', '203601.930000', '203602.390000', '203602.850000', '203603.310000', '203603.770000', '203604.230000', '203604.690000', '203605.150000', '203605.610000', '203606.070000', '203606.530000', '203606.990000', '203607.450000', '203607.910000', '203608.370000', '203608.830000', '203609.290000', '203609.750000', '203610.210000', '203610.670000', '203611.130000', '203611.590000', '203612.050000', '203612.510000', '203612.970000', '203613.430000', '203613.890000', '203614.350000', '203614.810000', '203615.270000', '203615.730000', '203616.190000', '203616.650000', '203617.110000', '203617.570000', '203618.030000', '203618.490000', '203618.950000', '203619.410000', '203619.870000', '203620.330000', '203620.790000', '203621.250000', '203621.710000', '203622.170000', '203622.630000', '203623.090000', '203623.550000', '203624.010000', '203624.470000', '203624.930000', '203625.390000', '203625.850000', '203626.310000', '203626.770000', '203627.230000', '203627.690000', '203628.150000', '203628.610000', '203629.070000', '203629.530000', '203629.990000', '203630.450000', '203630.910000', '203631.370000', '203631.830000', '203632.290000', '203632.750000', '203633.210000', '203633.670000', '203634.130000', '203634.590000', '203635.050000', '203635.510000', '203635.970000', '203636.430000', '203636.890000', '203637.350000', '203637.810000', '203638.270000', '203638.730000', '203639.190000', '203639.650000', '203640.110000', '203640.570000', '203641.030000', '203641.490000', '203641.950000', '203642.410000', '203642.870000', '203643.330000', '203643.790000', '203644.250000', '203644.710000', '203645.170000', '203645.630000', '203646.090000', '203646.550000', '203647.010000', '203647.470000', '203647.930000', '203648.390000', '203648.850000', '203649.310000', '203649.770000', '203650.230000', '203650.690000', '203651.150000', '203651.610000', '203652.070000', '203652.530000', '203652.990000', '203653.450000', '203653.910000', '203654.370000', '203654.830000', '203655.290000', '203655.750000', '203656.210000', '203656.670000', '203657.130000', '203657.590000', '203658.050000', '203658.510000', '203658.970000', '203659.430000', '203659.890000', '203700.350000', '203700.810000', '203701.270000', '203701.730000', '203702.190000', '203702.650000', '203703.110000', '203703.570000', '203704.030000', '203704.490000', '203704.950000', '203705.410000', '203705.870000', '203706.330000', '203706.790000', '203707.250000', '203707.710000', '203708.170000', '203708.630000', '203709.090000', '203709.550000', '203710.010000', '203710.470000', '203710.930000', '203711.390000', '203711.850000', '203712.310000', '203712.770000', '203713.230000', '203713.690000', '203714.150000', '203714.610000', '203715.070000', '203715.530000', '203715.990000', '203716.450000', '203716.910000', '203717.370000', '203717.830000', '203718.290000', '203718.750000', '203719.210000', '203719.670000', '203720.130000', '203720.590000', '203721.050000', '203721.510000', '203721.970000', '203722.430000', '203722.890000', '203723.350000', '203723.810000', '203724.270000', '203724.730000', '203725.190000', '203725.650000', '203726.110000', '203726.570000', '203727.030000', '203727.490000', '203727.950000', '203728.410000', '203728.870000', '203729.330000', '203729.790000', '203730.250000', '203730.710000', '203731.170000', '203731.630000', '203732.090000', '203732.550000', '203733.010000', '203733.470000', '203733.930000', '203734.390000', '203734.850000', '203735.310000', '203735.770000', '203736.230000', '203736.690000', '203737.150000', '203737.610000', '203738.070000', '203738.530000', '203738.990000', '203739.450000', '203739.910000', '203740.370000', '203740.830000', '203741.290000', '203741.750000', '203742.210000', '203742.670000', '203743.130000', '203743.590000', '203744.050000', '203744.510000', '203744.970000', '203745.430000', '203745.890000', '203746.350000', '203746.810000', '203747.270000', '203747.730000', '203748.190000', '203748.650000', '203749.110000', '203749.570000', '203750.030000', '203750.490000', '203750.950000', '203751.410000', '203751.870000', '203752.330000', '203752.790000', '203753.250000', '203753.710000', '203754.170000', '203754.630000', '203755.090000', '203755.550000', '203756.010000', '203756.470000', '203756.930000', '203757.390000', '203757.850000', '203758.310000', '203758.770000', '203759.230000', '203759.690000', '203800.150000', '203800.610000', '203801.070000', '203801.530000', '203801.990000', '203802.450000', '203802.910000', '203803.370000', '203803.830000', '203804.290000', '203804.750000', '203805.210000', '203805.670000', '203806.130000', '203806.590000', '203807.050000', '203807.510000', '203807.970000', '203808.430000', '203808.890000', '203809.350000', '203809.810000', '203810.270000', '203810.730000', '203811.190000', '203811.650000', '203812.110000', '203812.570000', '203813.030000', '203813.490000', '203813.950000', '203814.410000', '203814.870000', '203815.330000', '203815.790000', '203816.250000', '203816.710000', '203817.170000', '203817.630000', '203818.090000', '203818.550000', '203819.010000', '203819.470000', '203819.930000', '203820.390000', '203820.850000', '203821.310000', '203821.770000', '203822.230000', '203822.690000', '203823.150000', '203823.610000', '203824.070000', '203824.530000', '203824.990000', '203825.450000', '203825.910000', '203826.370000', '203826.830000', '203827.290000', '203827.750000', '203828.210000', '203828.670000', '203829.130000', '203829.590000', '203830.050000', '203830.510000', '203830.970000', '203831.430000', '203831.890000', '203832.350000', '203832.810000', '203833.270000', '203833.730000', '203834.190000', '203834.650000', '203835.110000', '203835.570000', '203836.030000', '203836.490000', '203836.950000', '203837.410000', '203837.870000', '203838.330000', '203838.790000', '203839.250000', '203839.710000', '203840.170000', '203840.630000', '203841.090000', '203841.550000', '203842.010000', '203842.470000', '203842.930000', '203843.390000', '203843.850000', '203844.310000', '203844.770000', '203845.230000', '203845.690000', '203846.150000', '203846.610000', '203847.070000', '203847.530000', '203847.990000', '203848.450000', '203848.910000', '203849.370000', '203849.830000', '203850.290000', '203850.750000', '203851.210000', '203851.670000', '203852.130000', '203852.590000', '203853.050000', '203853.510000', '203853.970000', '203854.430000', '203854.890000', '203855.350000', '203855.810000', '203856.270000', '203856.730000', '203857.190000', '203857.650000', '203858.110000', '203858.570000', '203859.030000', '203859.490000', '203859.950000', '203900.410000', '203900.870000', '203901.330000', '203901.790000', '203902.250000', '203902.710000', '203903.170000', '203903.630000', '203904.090000', '203904.550000', '203905.010000', '203905.470000', '203905.930000', '203906.390000', '203906.850000', '203907.310000', '203907.770000', '203908.230000', '203908.690000', '203909.150000', '203909.610000', '203910.070000', '203910.530000', '203910.990000', '203911.450000', '203911.910000', '203912.370000', '203912.830000', '203913.290000', '203913.750000', '203914.210000', '203914.670000', '203915.130000', '203915.590000', '203916.050000', '203916.510000', '203916.970000', '203917.430000', '203917.890000', '203918.350000', '203918.810000', '203919.270000', '203919.730000', '203920.190000', '203920.650000', '203921.110000', '203921.570000', '203922.030000', '203922.490000', '203922.950000', '203923.410000', '203923.870000', '203924.330000', '203924.790000', '203925.250000', '203925.710000', '203926.170000', '203926.630000', '203927.090000', '203927.550000', '203928.010000', '203928.470000', '203928.930000', '203929.390000', '203929.850000', '203930.310000', '203930.770000', '203931.230000', '203931.690000', '203932.150000', '203932.610000', '203933.070000', '203933.530000', '203933.990000', '203934.450000', '203934.910000', '203935.370000', '203935.830000', '203936.290000', '203936.750000', '203937.210000', '203937.670000', '203938.130000', '203938.590000', '203939.050000', '203939.510000', '203939.970000', '203940.430000', '203940.890000', '203941.350000', '203941.810000', '203942.270000', '203942.730000', '203943.190000', '203943.650000', '203944.110000', '203944.570000', '203945.030000', '203945.490000', '203945.950000', '203946.410000', '203946.870000', '203947.330000', '203947.790000', '203948.250000', '203948.710000', '203949.170000', '203949.630000', '203950.090000', '203950.550000', '203951.010000', '203951.470000', '203951.930000', '203952.390000', '203952.850000', '203953.310000', '203953.770000', '203954.230000', '203954.690000', '203955.150000', '203955.610000', '203956.070000', '203956.530000', '203956.990000', '203957.450000', '203957.910000', '203958.370000', '203958.830000', '203959.290000', '203959.750000', '204000.210000', '204000.670000', '204001.130000', '204001.590000', '204002.050000', '204002.510000', '204002.970000', '204003.430000', '204003.890000', '204004.350000', '204004.810000', '204005.270000', '204005.730000', '204006.190000', '204006.650000', '204007.110000', '204007.570000', '204008.030000', '204008.490000', '204008.950000', '204009.410000', '204009.870000', '204010.330000', '204010.790000', '204011.250000', '204011.710000', '204012.170000', '204012.630000', '204013.090000', '204013.550000', '204014.010000', '204014.470000', '204014.930000', '204015.390000', '204015.850000', '204016.310000', '204016.770000', '204017.230000', '204017.690000', '204018.150000', '204018.610000', '204019.070000', '204019.530000', '204019.990000', '204020.450000', '204020.910000', '204021.370000', '204021.830000', '204022.290000', '204022.750000', '204023.210000', '204023.670000', '204024.130000', '204024.590000', '204025.050000', '204025.510000', '204025.970000', '204026.430000', '204026.890000', '204027.350000', '204027.810000', '204028.270000', '204028.730000', '204029.190000', '204029.650000', '204030.110000'], 'ContentTime': ['203059.063000', '203059.066000', '203059.069000', '203059.076000', '203059.078000', '203059.081000', '203059.083000', '203059.086000', '203059.096000', '203059.099000', '203059.102000', '203059.104000', '203059.107000', '203059.109000', '203059.112000', '203059.115000', '203059.117000', '203059.120000', '203059.122000', '203059.125000', '203059.127000', '203059.130000', '203059.133000', '203119.023000', '203119.027000', '203119.029000', '203119.032000', '203119.042000', '203119.045000', '203119.058000', '203119.061000', '203119.064000', '203119.066000', '203119.069000', '203119.071000', '203119.074000', '203119.076000', '203119.079000', '203119.082000', '203119.084000', '203119.087000', '203119.089000', '203119.092000', '203119.097000', '203119.100000', '203119.103000', '203119.105000', '203119.108000', '203119.110000', '203119.113000', '203119.115000', '203119.118000', '203119.121000', '203119.123000', '203119.126000', '203119.129000', '203119.131000', '203119.134000', '203119.136000', '203119.139000', '203119.141000', '203119.144000', '203119.147000', '203119.149000', '203119.152000', '203119.154000', '203139.023000', '203139.026000', '203139.029000', '203139.032000', '203139.034000', '203139.037000', '203139.039000', '203139.042000', '203139.045000', '203139.047000', '203139.050000', '203139.053000', '203139.055000', '203139.058000', '203139.060000', '203139.063000', '203139.065000', '203139.068000', '203139.071000', '203139.073000', '203139.076000', '203139.079000', '203139.081000', '203139.084000', '203139.086000', '203139.089000', '203139.091000', '203139.094000', '203139.097000', '203139.099000', '203139.102000', '203139.104000', '203139.107000', '203139.110000', '203139.112000', '203139.115000', '203139.118000', '203139.120000', '203139.123000', '203139.125000', '203139.128000', '203139.130000', '203139.133000', '203139.136000', '203159.024000', '203159.026000', '203159.029000', '203159.032000', '203159.035000', '203159.037000', '203159.040000', '203159.042000', '203159.045000', '203159.048000', '203159.050000', '203159.053000', '203159.055000', '203159.058000', '203159.061000', '203159.063000', '203159.066000', '203159.069000', '203159.071000', '203159.074000', '203159.077000', '203159.079000', '203159.082000', '203159.084000', '203159.087000', '203159.090000', '203159.092000', '203159.095000', '203159.098000', '203159.100000', '203159.103000', '203159.106000', '203159.108000', '203159.111000', '203159.113000', '203159.116000', '203159.119000', '203159.121000', '203159.124000', '203159.126000', '203159.129000', '203159.131000', '203159.134000', '203219.022000', '203219.025000', '203219.028000', '203219.031000', '203219.033000', '203219.036000', '203219.039000', '203219.041000', '203219.044000', '203219.047000', '203219.049000', '203219.052000', '203219.054000', '203219.057000', '203219.060000', '203219.062000', '203219.065000', '203219.068000', '203219.070000', '203219.073000', '203219.076000', '203219.078000', '203219.081000', '203219.083000', '203219.086000', '203219.089000', '203219.092000', '203219.094000', '203219.097000', '203219.099000', '203219.102000', '203219.105000', '203219.107000', '203219.110000', '203219.112000', '203219.115000', '203219.117000', '203219.120000', '203219.123000', '203219.125000', '203219.128000', '203219.131000', '203219.133000', '203219.136000', '203239.022000', '203239.025000', '203239.028000', '203239.031000', '203239.033000', '203239.036000', '203239.038000', '203239.041000', '203239.044000', '203239.046000', '203239.049000', '203239.052000', '203239.054000', '203239.057000', '203239.059000', '203239.062000', '203239.065000', '203239.067000', '203239.070000', '203239.073000', '203239.075000', '203239.078000', '203239.080000', '203239.083000', '203239.086000', '203239.088000', '203239.091000', '203239.094000', '203239.096000', '203239.099000', '203239.102000', '203239.104000', '203239.107000', '203239.110000', '203239.112000', '203239.115000', '203239.118000', '203239.120000', '203239.123000', '203239.125000', '203239.128000', '203239.131000', '203239.133000', '203259.032000', '203259.035000', '203259.038000', '203259.040000', '203259.043000', '203259.046000', '203259.048000', '203259.051000', '203259.054000', '203259.056000', '203259.059000', '203259.061000', '203259.064000', '203259.067000', '203259.069000', '203259.072000', '203259.075000', '203259.077000', '203259.080000', '203259.083000', '203259.085000', '203259.088000', '203259.090000', '203259.093000', '203259.096000', '203259.098000', '203259.101000', '203259.104000', '203259.106000', '203259.109000', '203259.112000', '203259.114000', '203259.117000', '203259.120000', '203259.122000', '203259.125000', '203259.127000', '203259.130000', '203259.132000', '203259.135000', '203259.138000', '203259.140000', '203259.145000', '203259.147000', '203319.022000', '203319.025000', '203319.028000', '203319.031000', '203319.034000', '203319.036000', '203319.039000', '203319.041000', '203319.044000', '203319.047000', '203319.049000', '203319.052000', '203319.055000', '203319.057000', '203319.060000', '203319.063000', '203319.065000', '203319.068000', '203319.070000', '203319.073000', '203319.075000', '203319.078000', '203319.081000', '203319.083000', '203319.086000', '203319.088000', '203319.091000', '203319.094000', '203319.096000', '203319.099000', '203319.102000', '203319.104000', '203319.107000', '203319.109000', '203319.112000', '203319.115000', '203319.117000', '203319.120000', '203319.122000', '203319.125000', '203319.128000', '203319.130000', '203319.133000', '203339.023000', '203339.026000', '203339.029000', '203339.032000', '203339.034000', '203339.037000', '203339.039000', '203339.042000', '203339.049000', '203339.052000', '203339.055000', '203339.057000', '203339.060000', '203339.063000', '203339.065000', '203339.075000', '203339.077000', '203339.080000', '203339.083000', '203339.085000', '203339.088000', '203339.090000', '203339.093000', '203339.096000', '203339.098000', '203339.101000', '203339.104000', '203339.106000', '203339.109000', '203339.111000', '203339.114000', '203339.117000', '203339.119000', '203339.122000', '203339.124000', '203339.127000', '203339.130000', '203339.132000', '203339.135000', '203339.137000', '203339.140000', '203339.142000', '203339.145000', '203339.148000', '203359.023000', '203359.027000', '203359.029000', '203359.032000', '203359.034000', '203359.037000', '203359.040000', '203359.043000', '203359.045000', '203359.048000', '203359.050000', '203359.053000', '203359.056000', '203359.058000', '203359.061000', '203359.064000', '203359.066000', '203359.069000', '203359.072000', '203359.074000', '203359.077000', '203359.079000', '203359.082000', '203359.085000', '203359.087000', '203359.090000', '203359.092000', '203359.095000', '203359.098000', '203359.100000', '203359.103000', '203359.105000', '203359.108000', '203359.111000', '203359.113000', '203359.116000', '203359.118000', '203359.121000', '203359.124000', '203359.126000', '203359.129000', '203359.132000', '203359.134000', '203419.024000', '203419.026000', '203419.029000', '203419.031000', '203419.034000', '203419.037000', '203419.040000', '203419.042000', '203419.045000', '203419.049000', '203419.052000', '203419.056000', '203419.059000', '203419.061000', '203419.064000', '203419.066000', '203419.069000', '203419.083000', '203419.086000', '203419.089000', '203419.091000', '203419.094000', '203419.096000', '203419.099000', '203419.102000', '203419.104000', '203419.107000', '203419.110000', '203419.112000', '203419.115000', '203419.118000', '203419.120000', '203419.123000', '203419.125000', '203419.128000', '203419.131000', '203419.133000', '203419.136000', '203419.139000', '203419.156000', '203419.159000', '203419.161000', '203419.164000', '203439.022000', '203439.025000', '203439.028000', '203439.030000', '203439.033000', '203439.036000', '203439.038000', '203439.041000', '203439.044000', '203439.046000', '203439.049000', '203439.051000', '203439.054000', '203439.057000', '203439.059000', '203439.062000', '203439.065000', '203439.067000', '203439.070000', '203439.072000', '203439.075000', '203439.078000', '203439.080000', '203439.083000', '203439.086000', '203439.088000', '203439.091000', '203439.093000', '203439.096000', '203439.099000', '203439.101000', '203439.104000', '203439.106000', '203439.109000', '203439.112000', '203439.114000', '203439.117000', '203439.120000', '203439.122000', '203439.125000', '203439.127000', '203439.130000', '203439.133000', '203439.135000', '203459.022000', '203459.025000', '203459.028000', '203459.030000', '203459.033000', '203459.036000', '203459.038000', '203459.041000', '203459.043000', '203459.053000', '203459.055000', '203459.058000', '203459.060000', '203459.063000', '203459.066000', '203459.068000', '203459.071000', '203459.074000', '203459.076000', '203459.079000', '203459.081000', '203459.084000', '203459.087000', '203459.090000', '203459.092000', '203459.095000', '203459.097000', '203459.100000', '203459.103000', '203459.105000', '203459.108000', '203459.111000', '203459.113000', '203459.116000', '203459.119000', '203459.121000', '203459.124000', '203459.126000', '203459.129000', '203459.132000', '203459.134000', '203459.137000', '203459.139000', '203459.142000', '203519.023000', '203519.025000', '203519.028000', '203519.031000', '203519.033000', '203519.036000', '203519.039000', '203519.041000', '203519.044000', '203519.047000', '203519.049000', '203519.052000', '203519.054000', '203519.057000', '203519.060000', '203519.062000', '203519.065000', '203519.067000', '203519.070000', '203519.073000', '203519.075000', '203519.078000', '203519.081000', '203519.083000', '203519.086000', '203519.089000', '203519.091000', '203519.094000', '203519.096000', '203519.099000', '203519.102000', '203519.104000', '203519.107000', '203519.110000', '203519.112000', '203519.115000', '203519.118000', '203519.120000', '203519.123000', '203519.126000', '203519.128000', '203519.131000', '203519.133000', '203539.022000', '203539.025000', '203539.028000', '203539.031000', '203539.034000', '203539.037000', '203539.041000', '203539.043000', '203539.046000', '203539.049000', '203539.051000', '203539.054000', '203539.057000', '203539.060000', '203539.063000', '203539.065000', '203539.068000', '203539.071000', '203539.073000', '203539.076000', '203539.079000', '203539.081000', '203539.084000', '203539.087000', '203539.089000', '203539.092000', '203539.094000', '203539.097000', '203539.100000', '203539.102000', '203539.105000', '203539.107000', '203539.110000', '203539.113000', '203539.115000', '203539.118000', '203539.121000', '203539.124000', '203539.126000', '203539.129000', '203539.131000', '203539.134000', '203539.137000', '203559.023000', '203559.026000', '203559.029000', '203559.032000', '203559.034000', '203559.037000', '203559.040000', '203559.072000', '203559.075000', '203559.078000', '203559.080000', '203559.083000', '203559.085000', '203559.088000', '203559.091000', '203559.093000', '203559.096000', '203559.098000', '203559.101000', '203559.104000', '203559.106000', '203559.109000', '203559.111000', '203559.114000', '203559.117000', '203559.119000', '203559.122000', '203559.125000', '203559.127000', '203559.130000', '203559.132000', '203559.135000', '203559.137000', '203559.140000', '203559.143000', '203559.145000', '203559.148000', '203559.151000', '203559.153000', '203559.156000', '203559.159000', '203559.161000', '203559.164000', '203559.166000', '203619.023000', '203619.026000', '203619.029000', '203619.032000', '203619.035000', '203619.038000', '203619.041000', '203619.044000', '203619.046000', '203619.049000', '203619.052000', '203619.054000', '203619.057000', '203619.059000', '203619.062000', '203619.065000', '203619.067000', '203619.070000', '203619.073000', '203619.075000', '203619.078000', '203619.081000', '203619.083000', '203619.086000', '203619.088000', '203619.093000', '203619.095000', '203619.098000', '203619.101000', '203619.103000', '203619.106000', '203619.109000', '203619.111000', '203619.114000', '203619.117000', '203619.119000', '203619.122000', '203619.124000', '203619.127000', '203619.130000', '203619.132000', '203619.135000', '203619.137000', '203639.023000', '203639.026000', '203639.029000', '203639.032000', '203639.034000', '203639.037000', '203639.040000', '203639.043000', '203639.045000', '203639.048000', '203639.051000', '203639.053000', '203639.056000', '203639.058000', '203639.061000', '203639.063000', '203639.066000', '203639.069000', '203639.072000', '203639.074000', '203639.077000', '203639.079000', '203639.082000', '203639.085000', '203639.087000', '203639.090000', '203639.092000', '203639.095000', '203639.098000', '203639.100000', '203639.103000', '203639.106000', '203639.108000', '203639.111000', '203639.114000', '203639.116000', '203639.119000', '203639.121000', '203639.124000', '203639.127000', '203639.130000', '203639.132000', '203639.135000', '203639.137000', '203659.022000', '203659.025000', '203659.028000', '203659.030000', '203659.034000', '203659.036000', '203659.039000', '203659.042000', '203659.049000', '203659.052000', '203659.054000', '203659.057000', '203659.060000', '203659.062000', '203659.066000', '203659.069000', '203659.072000', '203659.075000', '203659.077000', '203659.080000', '203659.083000', '203659.085000', '203659.088000', '203659.091000', '203659.093000', '203659.096000', '203659.099000', '203659.102000', '203659.105000', '203659.108000', '203659.110000', '203659.113000', '203659.115000', '203659.118000', '203659.121000', '203659.123000', '203659.126000', '203659.128000', '203659.131000', '203659.134000', '203659.136000', '203659.139000', '203659.141000', '203719.022000', '203719.026000', '203719.029000', '203719.031000', '203719.034000', '203719.036000', '203719.039000', '203719.042000', '203719.044000', '203719.047000', '203719.049000', '203719.052000', '203719.055000', '203719.057000', '203719.060000', '203719.063000', '203719.065000', '203719.100000', '203719.103000', '203719.105000', '203719.108000', '203719.111000', '203719.113000', '203719.116000', '203719.119000', '203719.121000', '203719.124000', '203719.127000', '203719.129000', '203719.132000', '203719.134000', '203719.137000', '203719.140000', '203719.142000', '203719.145000', '203719.148000', '203719.150000', '203719.153000', '203719.156000', '203719.158000', '203719.161000', '203719.164000', '203719.166000', '203719.169000', '203739.023000', '203739.025000', '203739.028000', '203739.031000', '203739.034000', '203739.036000', '203739.039000', '203739.042000', '203739.044000', '203739.047000', '203739.049000', '203739.052000', '203739.055000', '203739.057000', '203739.060000', '203739.063000', '203739.065000', '203739.068000', '203739.071000', '203739.074000', '203739.076000', '203739.079000', '203739.082000', '203739.084000', '203739.087000', '203739.089000', '203739.092000', '203739.095000', '203739.097000', '203739.100000', '203739.102000', '203739.105000', '203739.108000', '203739.110000', '203739.113000', '203739.115000', '203739.118000', '203739.121000', '203739.123000', '203739.126000', '203739.128000', '203739.131000', '203739.134000', '203759.023000', '203759.025000', '203759.028000', '203759.031000', '203759.034000', '203759.037000', '203759.039000', '203759.042000', '203759.045000', '203759.047000', '203759.050000', '203759.053000', '203759.055000', '203759.058000', '203759.060000', '203759.063000', '203759.066000', '203759.068000', '203759.071000', '203759.074000', '203759.076000', '203759.079000', '203759.081000', '203759.084000', '203759.087000', '203759.089000', '203759.092000', '203759.095000', '203759.097000', '203759.100000', '203759.103000', '203759.105000', '203759.108000', '203759.111000', '203759.113000', '203759.116000', '203759.118000', '203759.121000', '203759.124000', '203759.126000', '203759.129000', '203759.131000', '203759.134000', '203759.137000', '203819.023000', '203819.026000', '203819.029000', '203819.032000', '203819.034000', '203819.037000', '203819.040000', '203819.042000', '203819.045000', '203819.047000', '203819.050000', '203819.053000', '203819.055000', '203819.058000', '203819.061000', '203819.063000', '203819.066000', '203819.069000', '203819.076000', '203819.079000', '203819.081000', '203819.084000', '203819.087000', '203819.090000', '203819.092000', '203819.095000', '203819.097000', '203819.100000', '203819.103000', '203819.105000', '203819.108000', '203819.110000', '203819.113000', '203819.116000', '203819.118000', '203819.121000', '203819.123000', '203819.126000', '203819.129000', '203819.131000', '203819.134000', '203819.136000', '203819.140000', '203839.023000', '203839.026000', '203839.029000', '203839.032000', '203839.034000', '203839.037000', '203839.040000', '203839.042000', '203839.045000', '203839.048000', '203839.050000', '203839.053000', '203839.056000', '203839.058000', '203839.070000', '203839.072000', '203839.075000', '203839.078000', '203839.080000', '203839.083000', '203839.085000', '203839.088000', '203839.091000', '203839.093000', '203839.096000', '203839.099000', '203839.101000', '203839.104000', '203839.107000', '203839.109000', '203839.112000', '203839.115000', '203839.117000', '203839.120000', '203839.122000', '203839.125000', '203839.128000', '203839.130000', '203839.133000', '203839.135000', '203839.138000', '203839.141000', '203839.143000', '203839.146000', '203859.023000', '203859.027000', '203859.029000', '203859.032000', '203859.034000', '203859.037000', '203859.040000', '203859.042000', '203859.045000', '203859.048000', '203859.050000', '203859.053000', '203859.055000', '203859.058000', '203859.061000', '203859.063000', '203859.066000', '203859.069000', '203859.071000', '203859.074000', '203859.076000', '203859.079000', '203859.082000', '203859.084000', '203859.087000', '203859.090000', '203859.092000', '203859.095000', '203859.097000', '203859.100000', '203859.103000', '203859.106000', '203859.109000', '203859.112000', '203859.120000', '203859.123000', '203859.126000', '203859.128000', '203859.131000', '203859.134000', '203859.136000', '203859.139000', '203859.141000', '203919.023000', '203919.025000', '203919.029000', '203919.032000', '203919.034000', '203919.037000', '203919.040000', '203919.043000', '203919.045000', '203919.048000', '203919.050000', '203919.053000', '203919.056000', '203919.058000', '203919.061000', '203919.064000', '203919.066000', '203919.069000', '203919.072000', '203919.074000', '203919.077000', '203919.079000', '203919.082000', '203919.085000', '203919.087000', '203919.090000', '203919.093000', '203919.095000', '203919.098000', '203919.100000', '203919.103000', '203919.106000', '203919.108000', '203919.111000', '203919.114000', '203919.116000', '203919.119000', '203919.121000', '203919.124000', '203919.127000', '203919.129000', '203919.132000', '203919.135000', '203919.137000', '203939.023000', '203939.026000', '203939.028000', '203939.031000', '203939.034000', '203939.036000', '203939.039000', '203939.041000', '203939.044000', '203939.047000', '203939.049000', '203939.052000', '203939.055000', '203939.057000', '203939.060000', '203939.063000', '203939.065000', '203939.068000', '203939.070000', '203939.073000', '203939.076000', '203939.078000', '203939.081000', '203939.084000', '203939.086000', '203939.089000', '203939.091000', '203939.094000', '203939.097000', '203939.099000', '203939.102000', '203939.104000', '203939.107000', '203939.110000', '203939.112000', '203939.115000', '203939.118000', '203939.120000', '203939.123000', '203939.126000', '203939.128000', '203939.131000', '203939.134000', '203959.023000', '203959.026000', '203959.028000', '203959.031000', '203959.034000', '203959.036000', '203959.039000', '203959.041000', '203959.044000', '203959.047000', '203959.078000', '203959.080000', '203959.083000', '203959.086000', '203959.088000', '203959.091000', '203959.093000', '203959.096000', '203959.099000', '203959.101000', '203959.104000', '203959.107000', '203959.109000', '203959.112000', '203959.114000', '203959.117000', '203959.120000', '203959.136000', '203959.138000', '203959.141000', '203959.144000', '203959.146000', '203959.149000', '203959.152000', '203959.154000', '203959.157000', '203959.159000', '203959.162000', '203959.165000', '203959.167000', '203959.170000', '203959.173000', '203959.175000', '203959.178000', '204019.022000', '204019.025000', '204019.028000', '204019.031000', '204019.033000', '204019.036000', '204019.038000', '204019.041000', '204019.044000', '204019.046000', '204019.049000', '204019.052000', '204019.054000', '204019.057000', '204019.060000', '204019.062000', '204019.065000', '204019.068000', '204019.070000', '204019.073000', '204019.075000', '204019.078000', '204019.081000', '204019.083000', '204019.086000', '204019.089000', '204019.091000', '204019.094000', '204019.096000', '204019.099000', '204019.102000', '204019.104000', '204019.107000', '204019.109000', '204019.112000', '204019.115000', '204019.117000', '204019.120000', '204019.123000', '204019.125000', '204019.128000', '204019.130000', '204019.133000', '204031.578000', '204031.581000', '204031.584000', '204031.587000', '204031.590000', '204031.593000', '204031.596000', '204031.599000', '204031.602000', '204031.604000', '204031.607000', '204031.610000', '204031.613000', '204031.616000', '204031.618000', '204031.621000', '204031.624000', '204031.626000', '204031.629000', '204031.632000', '204031.636000', '204031.643000', '204031.646000', '204031.649000', '204031.652000', '204031.655000', '204031.658000', '204031.660000'], 'InstanceCreationTime': ['203059.063000', '203059.066000', '203059.069000', '203059.076000', '203059.078000', '203059.081000', '203059.083000', '203059.086000', '203059.096000', '203059.099000', '203059.102000', '203059.104000', '203059.107000', '203059.109000', '203059.112000', '203059.115000', '203059.117000', '203059.120000', '203059.122000', '203059.125000', '203059.127000', '203059.130000', '203059.133000', '203119.023000', '203119.027000', '203119.029000', '203119.032000', '203119.042000', '203119.045000', '203119.058000', '203119.061000', '203119.064000', '203119.066000', '203119.069000', '203119.071000', '203119.074000', '203119.076000', '203119.079000', '203119.082000', '203119.084000', '203119.087000', '203119.089000', '203119.092000', '203119.097000', '203119.100000', '203119.103000', '203119.105000', '203119.108000', '203119.110000', '203119.113000', '203119.115000', '203119.118000', '203119.121000', '203119.123000', '203119.126000', '203119.129000', '203119.131000', '203119.134000', '203119.136000', '203119.139000', '203119.141000', '203119.144000', '203119.147000', '203119.149000', '203119.152000', '203119.154000', '203139.023000', '203139.026000', '203139.029000', '203139.032000', '203139.034000', '203139.037000', '203139.039000', '203139.042000', '203139.045000', '203139.047000', '203139.050000', '203139.053000', '203139.055000', '203139.058000', '203139.060000', '203139.063000', '203139.065000', '203139.068000', '203139.071000', '203139.073000', '203139.076000', '203139.079000', '203139.081000', '203139.084000', '203139.086000', '203139.089000', '203139.091000', '203139.094000', '203139.097000', '203139.099000', '203139.102000', '203139.104000', '203139.107000', '203139.110000', '203139.112000', '203139.115000', '203139.118000', '203139.120000', '203139.123000', '203139.125000', '203139.128000', '203139.130000', '203139.133000', '203139.136000', '203159.024000', '203159.026000', '203159.029000', '203159.032000', '203159.035000', '203159.037000', '203159.040000', '203159.042000', '203159.045000', '203159.048000', '203159.050000', '203159.053000', '203159.055000', '203159.058000', '203159.061000', '203159.063000', '203159.066000', '203159.069000', '203159.071000', '203159.074000', '203159.077000', '203159.079000', '203159.082000', '203159.084000', '203159.087000', '203159.090000', '203159.092000', '203159.095000', '203159.098000', '203159.100000', '203159.103000', '203159.106000', '203159.108000', '203159.111000', '203159.113000', '203159.116000', '203159.119000', '203159.121000', '203159.124000', '203159.126000', '203159.129000', '203159.131000', '203159.134000', '203219.022000', '203219.025000', '203219.028000', '203219.031000', '203219.033000', '203219.036000', '203219.039000', '203219.041000', '203219.044000', '203219.047000', '203219.049000', '203219.052000', '203219.054000', '203219.057000', '203219.060000', '203219.062000', '203219.065000', '203219.068000', '203219.070000', '203219.073000', '203219.076000', '203219.078000', '203219.081000', '203219.083000', '203219.086000', '203219.089000', '203219.092000', '203219.094000', '203219.097000', '203219.099000', '203219.102000', '203219.105000', '203219.107000', '203219.110000', '203219.112000', '203219.115000', '203219.117000', '203219.120000', '203219.123000', '203219.125000', '203219.128000', '203219.131000', '203219.133000', '203219.136000', '203239.022000', '203239.025000', '203239.028000', '203239.031000', '203239.033000', '203239.036000', '203239.038000', '203239.041000', '203239.044000', '203239.046000', '203239.049000', '203239.052000', '203239.054000', '203239.057000', '203239.059000', '203239.062000', '203239.065000', '203239.067000', '203239.070000', '203239.073000', '203239.075000', '203239.078000', '203239.080000', '203239.083000', '203239.086000', '203239.088000', '203239.091000', '203239.094000', '203239.096000', '203239.099000', '203239.102000', '203239.104000', '203239.107000', '203239.110000', '203239.112000', '203239.115000', '203239.118000', '203239.120000', '203239.123000', '203239.125000', '203239.128000', '203239.131000', '203239.133000', '203259.032000', '203259.035000', '203259.038000', '203259.040000', '203259.043000', '203259.046000', '203259.048000', '203259.051000', '203259.054000', '203259.056000', '203259.059000', '203259.061000', '203259.064000', '203259.067000', '203259.069000', '203259.072000', '203259.075000', '203259.077000', '203259.080000', '203259.083000', '203259.085000', '203259.088000', '203259.090000', '203259.093000', '203259.096000', '203259.098000', '203259.101000', '203259.104000', '203259.106000', '203259.109000', '203259.112000', '203259.114000', '203259.117000', '203259.120000', '203259.122000', '203259.125000', '203259.127000', '203259.130000', '203259.132000', '203259.135000', '203259.138000', '203259.140000', '203259.145000', '203259.147000', '203319.022000', '203319.025000', '203319.028000', '203319.031000', '203319.034000', '203319.036000', '203319.039000', '203319.041000', '203319.044000', '203319.047000', '203319.049000', '203319.052000', '203319.055000', '203319.057000', '203319.060000', '203319.063000', '203319.065000', '203319.068000', '203319.070000', '203319.073000', '203319.075000', '203319.078000', '203319.081000', '203319.083000', '203319.086000', '203319.088000', '203319.091000', '203319.094000', '203319.096000', '203319.099000', '203319.102000', '203319.104000', '203319.107000', '203319.109000', '203319.112000', '203319.115000', '203319.117000', '203319.120000', '203319.122000', '203319.125000', '203319.128000', '203319.130000', '203319.133000', '203339.023000', '203339.026000', '203339.029000', '203339.032000', '203339.034000', '203339.037000', '203339.039000', '203339.042000', '203339.049000', '203339.052000', '203339.055000', '203339.057000', '203339.060000', '203339.063000', '203339.065000', '203339.075000', '203339.077000', '203339.080000', '203339.083000', '203339.085000', '203339.088000', '203339.090000', '203339.093000', '203339.096000', '203339.098000', '203339.101000', '203339.104000', '203339.106000', '203339.109000', '203339.111000', '203339.114000', '203339.117000', '203339.119000', '203339.122000', '203339.124000', '203339.127000', '203339.130000', '203339.132000', '203339.135000', '203339.137000', '203339.140000', '203339.142000', '203339.145000', '203339.148000', '203359.023000', '203359.027000', '203359.029000', '203359.032000', '203359.034000', '203359.037000', '203359.040000', '203359.043000', '203359.045000', '203359.048000', '203359.050000', '203359.053000', '203359.056000', '203359.058000', '203359.061000', '203359.064000', '203359.066000', '203359.069000', '203359.072000', '203359.074000', '203359.077000', '203359.079000', '203359.082000', '203359.085000', '203359.087000', '203359.090000', '203359.092000', '203359.095000', '203359.098000', '203359.100000', '203359.103000', '203359.105000', '203359.108000', '203359.111000', '203359.113000', '203359.116000', '203359.118000', '203359.121000', '203359.124000', '203359.126000', '203359.129000', '203359.132000', '203359.134000', '203419.024000', '203419.026000', '203419.029000', '203419.031000', '203419.034000', '203419.037000', '203419.040000', '203419.042000', '203419.045000', '203419.049000', '203419.052000', '203419.056000', '203419.059000', '203419.061000', '203419.064000', '203419.066000', '203419.069000', '203419.083000', '203419.086000', '203419.089000', '203419.091000', '203419.094000', '203419.096000', '203419.099000', '203419.102000', '203419.104000', '203419.107000', '203419.110000', '203419.112000', '203419.115000', '203419.118000', '203419.120000', '203419.123000', '203419.125000', '203419.128000', '203419.131000', '203419.133000', '203419.136000', '203419.139000', '203419.156000', '203419.159000', '203419.161000', '203419.164000', '203439.022000', '203439.025000', '203439.028000', '203439.030000', '203439.033000', '203439.036000', '203439.038000', '203439.041000', '203439.044000', '203439.046000', '203439.049000', '203439.051000', '203439.054000', '203439.057000', '203439.059000', '203439.062000', '203439.065000', '203439.067000', '203439.070000', '203439.072000', '203439.075000', '203439.078000', '203439.080000', '203439.083000', '203439.086000', '203439.088000', '203439.091000', '203439.093000', '203439.096000', '203439.099000', '203439.101000', '203439.104000', '203439.106000', '203439.109000', '203439.112000', '203439.114000', '203439.117000', '203439.120000', '203439.122000', '203439.125000', '203439.127000', '203439.130000', '203439.133000', '203439.135000', '203459.022000', '203459.025000', '203459.028000', '203459.030000', '203459.033000', '203459.036000', '203459.038000', '203459.041000', '203459.043000', '203459.053000', '203459.055000', '203459.058000', '203459.060000', '203459.063000', '203459.066000', '203459.068000', '203459.071000', '203459.074000', '203459.076000', '203459.079000', '203459.081000', '203459.084000', '203459.087000', '203459.090000', '203459.092000', '203459.095000', '203459.097000', '203459.100000', '203459.103000', '203459.105000', '203459.108000', '203459.111000', '203459.113000', '203459.116000', '203459.119000', '203459.121000', '203459.124000', '203459.126000', '203459.129000', '203459.132000', '203459.134000', '203459.137000', '203459.139000', '203459.142000', '203519.023000', '203519.025000', '203519.028000', '203519.031000', '203519.033000', '203519.036000', '203519.039000', '203519.041000', '203519.044000', '203519.047000', '203519.049000', '203519.052000', '203519.054000', '203519.057000', '203519.060000', '203519.062000', '203519.065000', '203519.067000', '203519.070000', '203519.073000', '203519.075000', '203519.078000', '203519.081000', '203519.083000', '203519.086000', '203519.089000', '203519.091000', '203519.094000', '203519.096000', '203519.099000', '203519.102000', '203519.104000', '203519.107000', '203519.110000', '203519.112000', '203519.115000', '203519.118000', '203519.120000', '203519.123000', '203519.126000', '203519.128000', '203519.131000', '203519.133000', '203539.022000', '203539.025000', '203539.028000', '203539.031000', '203539.034000', '203539.037000', '203539.041000', '203539.043000', '203539.046000', '203539.049000', '203539.051000', '203539.054000', '203539.057000', '203539.060000', '203539.063000', '203539.065000', '203539.068000', '203539.071000', '203539.073000', '203539.076000', '203539.079000', '203539.081000', '203539.084000', '203539.087000', '203539.089000', '203539.092000', '203539.094000', '203539.097000', '203539.100000', '203539.102000', '203539.105000', '203539.107000', '203539.110000', '203539.113000', '203539.115000', '203539.118000', '203539.121000', '203539.124000', '203539.126000', '203539.129000', '203539.131000', '203539.134000', '203539.137000', '203559.023000', '203559.026000', '203559.029000', '203559.032000', '203559.034000', '203559.037000', '203559.040000', '203559.072000', '203559.075000', '203559.078000', '203559.080000', '203559.083000', '203559.085000', '203559.088000', '203559.091000', '203559.093000', '203559.096000', '203559.098000', '203559.101000', '203559.104000', '203559.106000', '203559.109000', '203559.111000', '203559.114000', '203559.117000', '203559.119000', '203559.122000', '203559.125000', '203559.127000', '203559.130000', '203559.132000', '203559.135000', '203559.137000', '203559.140000', '203559.143000', '203559.145000', '203559.148000', '203559.151000', '203559.153000', '203559.156000', '203559.159000', '203559.161000', '203559.164000', '203559.166000', '203619.023000', '203619.026000', '203619.029000', '203619.032000', '203619.035000', '203619.038000', '203619.041000', '203619.044000', '203619.046000', '203619.049000', '203619.052000', '203619.054000', '203619.057000', '203619.059000', '203619.062000', '203619.065000', '203619.067000', '203619.070000', '203619.073000', '203619.075000', '203619.078000', '203619.081000', '203619.083000', '203619.086000', '203619.088000', '203619.093000', '203619.095000', '203619.098000', '203619.101000', '203619.103000', '203619.106000', '203619.109000', '203619.111000', '203619.114000', '203619.117000', '203619.119000', '203619.122000', '203619.124000', '203619.127000', '203619.130000', '203619.132000', '203619.135000', '203619.137000', '203639.023000', '203639.026000', '203639.029000', '203639.032000', '203639.034000', '203639.037000', '203639.040000', '203639.043000', '203639.045000', '203639.048000', '203639.051000', '203639.053000', '203639.056000', '203639.058000', '203639.061000', '203639.063000', '203639.066000', '203639.069000', '203639.072000', '203639.074000', '203639.077000', '203639.079000', '203639.082000', '203639.085000', '203639.087000', '203639.090000', '203639.092000', '203639.095000', '203639.098000', '203639.100000', '203639.103000', '203639.106000', '203639.108000', '203639.111000', '203639.114000', '203639.116000', '203639.119000', '203639.121000', '203639.124000', '203639.127000', '203639.130000', '203639.132000', '203639.135000', '203639.137000', '203659.022000', '203659.025000', '203659.028000', '203659.030000', '203659.034000', '203659.036000', '203659.039000', '203659.042000', '203659.049000', '203659.052000', '203659.054000', '203659.057000', '203659.060000', '203659.062000', '203659.066000', '203659.069000', '203659.072000', '203659.075000', '203659.077000', '203659.080000', '203659.083000', '203659.085000', '203659.088000', '203659.091000', '203659.093000', '203659.096000', '203659.099000', '203659.102000', '203659.105000', '203659.108000', '203659.110000', '203659.113000', '203659.115000', '203659.118000', '203659.121000', '203659.123000', '203659.126000', '203659.128000', '203659.131000', '203659.134000', '203659.136000', '203659.139000', '203659.141000', '203719.022000', '203719.026000', '203719.029000', '203719.031000', '203719.034000', '203719.036000', '203719.039000', '203719.042000', '203719.044000', '203719.047000', '203719.049000', '203719.052000', '203719.055000', '203719.057000', '203719.060000', '203719.063000', '203719.065000', '203719.100000', '203719.103000', '203719.105000', '203719.108000', '203719.111000', '203719.113000', '203719.116000', '203719.119000', '203719.121000', '203719.124000', '203719.127000', '203719.129000', '203719.132000', '203719.134000', '203719.137000', '203719.140000', '203719.142000', '203719.145000', '203719.148000', '203719.150000', '203719.153000', '203719.156000', '203719.158000', '203719.161000', '203719.164000', '203719.166000', '203719.169000', '203739.023000', '203739.025000', '203739.028000', '203739.031000', '203739.034000', '203739.036000', '203739.039000', '203739.042000', '203739.044000', '203739.047000', '203739.049000', '203739.052000', '203739.055000', '203739.057000', '203739.060000', '203739.063000', '203739.065000', '203739.068000', '203739.071000', '203739.074000', '203739.076000', '203739.079000', '203739.082000', '203739.084000', '203739.087000', '203739.089000', '203739.092000', '203739.095000', '203739.097000', '203739.100000', '203739.102000', '203739.105000', '203739.108000', '203739.110000', '203739.113000', '203739.115000', '203739.118000', '203739.121000', '203739.123000', '203739.126000', '203739.128000', '203739.131000', '203739.134000', '203759.023000', '203759.025000', '203759.028000', '203759.031000', '203759.034000', '203759.037000', '203759.039000', '203759.042000', '203759.045000', '203759.047000', '203759.050000', '203759.053000', '203759.055000', '203759.058000', '203759.060000', '203759.063000', '203759.066000', '203759.068000', '203759.071000', '203759.074000', '203759.076000', '203759.079000', '203759.081000', '203759.084000', '203759.087000', '203759.089000', '203759.092000', '203759.095000', '203759.097000', '203759.100000', '203759.103000', '203759.105000', '203759.108000', '203759.111000', '203759.113000', '203759.116000', '203759.118000', '203759.121000', '203759.124000', '203759.126000', '203759.129000', '203759.131000', '203759.134000', '203759.137000', '203819.023000', '203819.026000', '203819.029000', '203819.032000', '203819.034000', '203819.037000', '203819.040000', '203819.042000', '203819.045000', '203819.047000', '203819.050000', '203819.053000', '203819.055000', '203819.058000', '203819.061000', '203819.063000', '203819.066000', '203819.069000', '203819.076000', '203819.079000', '203819.081000', '203819.084000', '203819.087000', '203819.090000', '203819.092000', '203819.095000', '203819.097000', '203819.100000', '203819.103000', '203819.105000', '203819.108000', '203819.110000', '203819.113000', '203819.116000', '203819.118000', '203819.121000', '203819.123000', '203819.126000', '203819.129000', '203819.131000', '203819.134000', '203819.136000', '203819.140000', '203839.023000', '203839.026000', '203839.029000', '203839.032000', '203839.034000', '203839.037000', '203839.040000', '203839.042000', '203839.045000', '203839.048000', '203839.050000', '203839.053000', '203839.056000', '203839.058000', '203839.070000', '203839.072000', '203839.075000', '203839.078000', '203839.080000', '203839.083000', '203839.085000', '203839.088000', '203839.091000', '203839.093000', '203839.096000', '203839.099000', '203839.101000', '203839.104000', '203839.107000', '203839.109000', '203839.112000', '203839.115000', '203839.117000', '203839.120000', '203839.122000', '203839.125000', '203839.128000', '203839.130000', '203839.133000', '203839.135000', '203839.138000', '203839.141000', '203839.143000', '203839.146000', '203859.023000', '203859.027000', '203859.029000', '203859.032000', '203859.034000', '203859.037000', '203859.040000', '203859.042000', '203859.045000', '203859.048000', '203859.050000', '203859.053000', '203859.055000', '203859.058000', '203859.061000', '203859.063000', '203859.066000', '203859.069000', '203859.071000', '203859.074000', '203859.076000', '203859.079000', '203859.082000', '203859.084000', '203859.087000', '203859.090000', '203859.092000', '203859.095000', '203859.097000', '203859.100000', '203859.103000', '203859.106000', '203859.109000', '203859.112000', '203859.120000', '203859.123000', '203859.126000', '203859.128000', '203859.131000', '203859.134000', '203859.136000', '203859.139000', '203859.141000', '203919.023000', '203919.025000', '203919.029000', '203919.032000', '203919.034000', '203919.037000', '203919.040000', '203919.043000', '203919.045000', '203919.048000', '203919.050000', '203919.053000', '203919.056000', '203919.058000', '203919.061000', '203919.064000', '203919.066000', '203919.069000', '203919.072000', '203919.074000', '203919.077000', '203919.079000', '203919.082000', '203919.085000', '203919.087000', '203919.090000', '203919.093000', '203919.095000', '203919.098000', '203919.100000', '203919.103000', '203919.106000', '203919.108000', '203919.111000', '203919.114000', '203919.116000', '203919.119000', '203919.121000', '203919.124000', '203919.127000', '203919.129000', '203919.132000', '203919.135000', '203919.137000', '203939.023000', '203939.026000', '203939.028000', '203939.031000', '203939.034000', '203939.036000', '203939.039000', '203939.041000', '203939.044000', '203939.047000', '203939.049000', '203939.052000', '203939.055000', '203939.057000', '203939.060000', '203939.063000', '203939.065000', '203939.068000', '203939.070000', '203939.073000', '203939.076000', '203939.078000', '203939.081000', '203939.084000', '203939.086000', '203939.089000', '203939.091000', '203939.094000', '203939.097000', '203939.099000', '203939.102000', '203939.104000', '203939.107000', '203939.110000', '203939.112000', '203939.115000', '203939.118000', '203939.120000', '203939.123000', '203939.126000', '203939.128000', '203939.131000', '203939.134000', '203959.023000', '203959.026000', '203959.028000', '203959.031000', '203959.034000', '203959.036000', '203959.039000', '203959.041000', '203959.044000', '203959.047000', '203959.078000', '203959.080000', '203959.083000', '203959.086000', '203959.088000', '203959.091000', '203959.093000', '203959.096000', '203959.099000', '203959.101000', '203959.104000', '203959.107000', '203959.109000', '203959.112000', '203959.114000', '203959.117000', '203959.120000', '203959.136000', '203959.138000', '203959.141000', '203959.144000', '203959.146000', '203959.149000', '203959.152000', '203959.154000', '203959.157000', '203959.159000', '203959.162000', '203959.165000', '203959.167000', '203959.170000', '203959.173000', '203959.175000', '203959.178000', '204019.022000', '204019.025000', '204019.028000', '204019.031000', '204019.033000', '204019.036000', '204019.038000', '204019.041000', '204019.044000', '204019.046000', '204019.049000', '204019.052000', '204019.054000', '204019.057000', '204019.060000', '204019.062000', '204019.065000', '204019.068000', '204019.070000', '204019.073000', '204019.075000', '204019.078000', '204019.081000', '204019.083000', '204019.086000', '204019.089000', '204019.091000', '204019.094000', '204019.096000', '204019.099000', '204019.102000', '204019.104000', '204019.107000', '204019.109000', '204019.112000', '204019.115000', '204019.117000', '204019.120000', '204019.123000', '204019.125000', '204019.128000', '204019.130000', '204019.133000', '204031.578000', '204031.581000', '204031.584000', '204031.587000', '204031.590000', '204031.593000', '204031.596000', '204031.599000', '204031.602000', '204031.604000', '204031.607000', '204031.610000', '204031.613000', '204031.616000', '204031.618000', '204031.621000', '204031.624000', '204031.626000', '204031.629000', '204031.632000', '204031.636000', '204031.643000', '204031.646000', '204031.649000', '204031.652000', '204031.655000', '204031.658000', '204031.660000'], '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': [7826, 7684, 8225, 7638, 7258, 7525, 6954, 7544, 7435, 6713, 7649, 7274, 7615, 7072, 7205, 7208, 7056, 7547, 7168, 7524, 7570, 7220, 7132, 7064, 7709, 7203, 7454, 7110, 7291, 6940, 7215, 6958, 7311, 7983, 7456, 7068, 7197, 6893, 7974, 7392, 6793, 7594, 7569, 7681, 7675, 7455, 7225, 7891, 7555, 8095, 7453, 6561, 7500, 7783, 7537, 7243, 7432, 7575, 8819, 7348, 7256, 7803, 6729, 7697, 8445, 7843, 7157, 7740, 7994, 5682, 6478, 7194, 6528, 7165, 7022, 6744, 7478, 7787, 7179, 7729, 7691, 6706, 7034, 7124, 6883, 7120, 6717, 7262, 6217, 6829, 5910, 6777, 6700, 6921, 7205, 6904, 7099, 7245, 6790, 8477, 7123, 7337, 7287, 6815, 7009, 6301, 6896, 7325, 6942, 7131, 6837, 7192, 6917, 6702, 7055, 6777, 6565, 7243, 7360, 7332, 7220, 6960, 6731, 6813, 6940, 6763, 6310, 6701, 6487, 6888, 6758, 7143, 6846, 7059, 6739, 7259, 6986, 6920, 7475, 6995, 7798, 6948, 6474, 6734, 6887, 6837, 6623, 6970, 6715, 7439, 7000, 6757, 6902, 6736, 6757, 6555, 7263, 6455, 7793, 7149, 6460, 6845, 6837, 7134, 6755, 7707, 6753, 6463, 6694, 7249, 7157, 7268, 7949, 6999, 8443, 6665, 6258, 6683, 7172, 7166, 7194, 6339, 6826, 6648, 6861, 6948, 7416, 7021, 6336, 6838, 6559, 6864, 6935, 6922, 6792, 7210, 7220, 6341, 6837, 5952, 6629, 7057, 6849, 6584, 6324, 6442, 6409, 6931, 6298, 6656, 5985, 6196, 6847, 6725, 7780, 6853, 6473, 6632, 7082, 6890, 7658, 7350, 7192, 7141, 6923, 7373, 7204, 7017, 7173, 7553, 7997, 6882, 7107, 6348, 6785, 6646, 6645, 5940, 5799, 6303, 7195, 7112, 7278, 7127, 7027, 6906, 7388, 7417, 7612, 6541, 6780, 7521, 7062, 7434, 7449, 7399, 7109, 6877, 6857, 6967, 7344, 7119, 7114, 6905, 6898, 6631, 6803, 6351, 6881, 6684, 7009, 7158, 7080, 7142, 7200, 6944, 6647, 6970, 6763, 6695, 6792, 7145, 7424, 7064, 6844, 7130, 7080, 6139, 6785, 6950, 6957, 7538, 7044, 7317, 6996, 7189, 7278, 6930, 6448, 6792, 6574, 6799, 6599, 7122, 6870, 7033, 7124, 7236, 7191, 6637, 6960, 6849, 6955, 7579, 6823, 6654, 6544, 6362, 6937, 7001, 6964, 6721, 6394, 6680, 6307, 6600, 6158, 6485, 6374, 6961, 6431, 6924, 6465, 7047, 6740, 6988, 6439, 6767, 6403, 5917, 6456, 6744, 7211, 6801, 6856, 6767, 6778, 6396, 6134, 6484, 6653, 7170, 6716, 6318, 6371, 6494, 7256, 6962, 6968, 6974, 7039, 6610, 6439, 7017, 6894, 7295, 6985, 7495, 6769, 7233, 6367, 6720, 6943, 6751, 7300, 6684, 7288, 6412, 6278, 6508, 7026, 7159, 6681, 7044, 6430, 6209, 6361, 6418, 7175, 6348, 6382, 6440, 6348, 6511, 6357, 7149, 6616, 7518, 6170, 6365, 6706, 6938, 6776, 6601, 6427, 6219, 6252, 6838, 6226, 6586, 6039, 6585, 6876, 7574, 6701, 7404, 6425, 7294, 5899, 6486, 6840, 6689, 6778, 6601, 6240, 6268, 6636, 6973, 6180, 6735, 6443, 6431, 6288, 6361, 6169, 6122, 6697, 6429, 7104, 6431, 6823, 6517, 5739, 6438, 6612, 7027, 6434, 7040, 6507, 7337, 6873, 6741, 6819, 6413, 6464, 6823, 6506, 6821, 6208, 6835, 6093, 6564, 6242, 6264, 5974, 6272, 7020, 6698, 7012, 6757, 7065, 6491, 6819, 6528, 7054, 6486, 6837, 6606, 6816, 6227, 6576, 6146, 6694, 7128, 7060, 7088, 7137, 6541, 6651, 7464, 7190, 7525, 7592, 7035, 6763, 6969, 6322, 6774, 6740, 7248, 7271, 6886, 6425, 6752, 7070, 7245, 6981, 6920, 6861, 6993, 7043, 7282, 7002, 6888, 6442, 6206, 6387, 6113, 6342, 6421, 6960, 6323, 6651, 6480, 5995, 6671, 6881, 7135, 6793, 6907, 6350, 6595, 6383, 6713, 6794, 6946, 7125, 6809, 7218, 6669, 6561, 6973, 7068, 6941, 6942, 6623, 6403, 6599, 6957, 6777, 7020, 6725, 6533, 6532, 6967, 7101, 6859, 6833, 6475, 6385, 7018, 6758, 7127, 6789, 6392, 6859, 7137, 7338, 7329, 7364, 7345, 6928, 7370, 7549, 6611, 7098, 7309, 7081, 7165, 6740, 7304, 7099, 7269, 7430, 6806, 7189, 6939, 6874, 6513, 6648, 7212, 7401, 6836, 6607, 6808, 6638, 6880, 7099, 6761, 6935, 6900, 6849, 6607, 6733, 6993, 6899, 6671, 6476, 6596, 7395, 6890, 7042, 6234, 6803, 7281, 7290, 6999, 8028, 6689, 6623, 6504, 7285, 7217, 6910, 7613, 6567, 7020, 7031, 7003, 6235, 7034, 7711, 6940, 6912, 7187, 7134, 6917, 7506, 7264, 6989, 7509, 8884, 7296, 9000, 6959, 6831, 6659, 6949, 6957, 6702, 6191, 6416, 6531, 6921, 6777, 6166, 6548, 6903, 6935, 6755, 6712, 6625, 7285, 6633, 6217, 6413, 7046, 7091, 6762, 6448, 6722, 6786, 6917, 6649, 6492, 6584, 6545, 6869, 6940, 7020, 6948, 7108, 7388, 6933, 7256, 6802, 7047, 6920, 7033, 6672, 6774, 6769, 7000, 6900, 7021, 6926, 6529, 6891, 7056, 6977, 6976, 6411, 6920, 7341, 6929, 7241, 6432, 7012, 7398, 7008, 7235, 7709, 7389, 6910, 6963, 7372, 6920, 7207, 6929, 7274, 6783, 7035, 7176, 6678, 7310, 6404, 7152, 6610, 6934, 7462, 7075, 7085, 6602, 7038, 7040, 6882, 6919, 6223, 6855, 7239, 7055, 7206, 6615, 6948, 6575, 7010, 7200, 7181, 7016, 6454, 7140, 7257, 7793, 7103, 6531, 7148, 7133, 6775, 7060, 6907, 7259, 6876, 6568, 6991, 7044, 6955, 6995, 6322, 6858, 7154, 6069, 6874, 6841, 6699, 6844, 7149, 6893, 7186, 7025, 6872, 7262, 6896, 6990, 6221, 6702, 7180, 6962, 7233, 6603, 6843, 7072, 6864, 7304, 6480, 6807, 7141, 7210, 7076, 6355, 6901, 6961, 6997, 7064, 6503, 6842, 7236, 7222, 7147, 6283, 6983, 7518, 7093, 7513, 7157, 6955, 6801, 7078, 7246, 7527, 6946, 6393, 6902, 6987, 7091, 7221, 8281, 7110, 6576, 7272, 7219, 7338, 7369, 7074, 6330, 7469, 6886, 6847, 7188, 6929, 7084, 7249, 8066, 7056, 7261, 6843, 9022, 7040, 8046, 6925, 6756, 6477, 7352, 7048, 7084, 6477, 6970, 6623, 6720, 7310, 6692, 7084, 6755, 7086, 7504, 7181, 7483, 7136, 7595, 7350, 7491, 6908, 7312, 6803, 6958, 7216, 6946, 7432, 7355, 7356, 6985, 7239, 6444, 6777, 6700, 7063, 7335, 7150, 7256, 7228, 7072, 6372, 6820, 7517, 7327, 7232, 7332, 7374, 6609, 7068, 7597, 7337, 7409, 6879, 6966, 7279, 7455, 7254, 6753, 6946, 6978, 6983, 7212, 7577, 7192, 7343, 7151, 6854, 7026, 6906, 6991, 6687, 6458, 6845, 7029, 7308, 7068, 7088, 6437, 6997, 7018, 7109, 7488, 7228, 7415, 7597, 7339, 7056, 6915, 6744, 7138, 6940, 6958, 6746, 6774, 7379, 7228, 7027, 6536, 7184, 6281, 6944, 7122, 7227, 7108, 7050, 7099, 6895, 6837, 7235, 6925, 7763, 7311, 7600, 7487, 7401, 6922, 7130, 7433, 6818, 7458, 6851, 7352, 6951, 7050, 6586, 7178, 7146, 7290, 7051, 6959, 7166, 6156, 6982, 6779, 6978, 7074, 7131, 7055, 6507, 7241, 7348, 7109, 7159, 6993, 7243, 7075, 7112, 6802, 6860, 7414, 7354, 7369, 6738, 7167, 7088, 7281, 7258, 6695, 7352, 7128, 7162, 7454, 7739, 7559, 8143, 7326, 7104, 7251, 7080, 7144, 7152, 7949, 6986, 7021, 7146, 7451, 7194, 7341, 6464, 7033, 7483, 7213, 7497, 6877, 7113, 7781, 7618, 7552, 6969, 6962, 7778, 7364, 7527, 8053, 7162, 7102, 7301, 7332, 7334, 7189, 6642, 7298, 7392, 7144, 7329, 6753, 6943, 7301, 6933, 7124, 6896, 7170, 7505, 7309, 7362, 8072, 7107, 6836, 7023, 6491, 6797, 6979, 7270, 7064, 6807, 6935, 7025, 7314, 7191, 7041, 7313, 6536, 6955, 7664, 7016, 7351, 8205, 7192, 6783, 7181, 7302, 7496, 7371, 7331, 7253, 6737, 6933, 6724, 7635, 7321, 6417, 6952, 7163, 6379, 6771, 7223, 6545, 7168, 7353, 7157, 7632, 7529, 7590, 7081, 7381, 6519, 7407, 7632, 7113, 7398, 6782, 7267, 7213, 7211, 7588, 7231, 7718, 7181, 7429, 7773, 7199, 7918, 7657, 7720, 7817, 7968, 7057, 7539, 7299, 7267, 7955, 6895, 7583, 6542, 7475, 7973, 7289, 7744, 7283, 7727, 7909, 7635, 7445, 7419, 8126, 7257, 7403, 7841, 7729, 7939, 7304, 7839, 6983, 7980, 7057, 7858, 8039, 7316, 8082, 7377, 7767, 9243, 7989, 7213, 7988, 8029, 7619, 8099, 7898, 8276, 7681, 7886, 7108, 7902, 7379, 7641, 7473, 7509, 7909, 7163, 7577, 6945, 7762, 6743, 7738, 7576, 7535, 7794, 7029, 7963, 7278, 7825, 7512, 7445, 7946, 7217, 7838, 7086, 7628, 7380, 7446, 7932, 7358, 7941, 6948, 7812, 8195, 7282, 8084, 7566, 7818, 7189, 7691, 8005, 7432, 7767, 6995, 7790, 8035, 7647, 8123, 7391, 7888, 8423, 7629, 7841, 8167, 7930, 8712, 8071, 7976, 8257, 8078, 7985, 8596, 7853, 7327, 7551, 8109, 7124, 7845, 7152, 7723, 8141, 7476, 8010, 7231, 8151, 8416, 7153, 8084, 8365, 7577, 8353, 7819, 7950, 8158, 7564], 'WindowCenter': [3669.0, 3666.0, 3664.0, 3652.0, 3642.0, 3640.0, 3628.0, 3638.0, 3639.0, 3628.0, 3638.0, 3638.0, 3639.0, 3629.0, 3638.0, 3640.0, 3639.0, 3650.0, 3629.0, 3639.0, 3651.0, 3639.0, 3629.0, 3639.0, 3638.0, 3639.0, 3639.0, 3628.0, 3638.0, 3626.0, 3640.0, 3638.0, 3638.0, 3651.0, 3639.0, 3641.0, 3640.0, 3642.0, 3652.0, 3642.0, 3641.0, 3651.0, 3640.0, 3640.0, 3639.0, 3639.0, 3639.0, 3648.0, 3637.0, 3649.0, 3638.0, 3626.0, 3637.0, 3637.0, 3638.0, 3638.0, 3638.0, 3636.0, 3659.0, 3637.0, 3638.0, 3638.0, 3616.0, 3637.0, 3649.0, 3650.0, 3628.0, 3637.0, 3650.0, 3618.0, 3629.0, 3628.0, 3628.0, 3627.0, 3628.0, 3628.0, 3638.0, 3638.0, 3628.0, 3638.0, 3638.0, 3616.0, 3626.0, 3626.0, 3625.0, 3625.0, 3613.0, 3625.0, 3604.0, 3627.0, 3606.0, 3628.0, 3629.0, 3639.0, 3639.0, 3627.0, 3628.0, 3627.0, 3614.0, 3636.0, 3626.0, 3625.0, 3626.0, 3615.0, 3628.0, 3616.0, 3626.0, 3626.0, 3625.0, 3626.0, 3614.0, 3626.0, 3627.0, 3615.0, 3625.0, 3615.0, 3615.0, 3625.0, 3624.0, 3624.0, 3623.0, 3613.0, 3613.0, 3613.0, 3626.0, 3615.0, 3617.0, 3626.0, 3616.0, 3627.0, 3627.0, 3627.0, 3627.0, 3627.0, 3627.0, 3627.0, 3627.0, 3627.0, 3626.0, 3627.0, 3637.0, 3626.0, 3614.0, 3614.0, 3624.0, 3615.0, 3616.0, 3627.0, 3628.0, 3638.0, 3638.0, 3627.0, 3626.0, 3614.0, 3615.0, 3604.0, 3625.0, 3615.0, 3636.0, 3627.0, 3616.0, 3615.0, 3615.0, 3626.0, 3627.0, 3637.0, 3616.0, 3615.0, 3615.0, 3626.0, 3614.0, 3624.0, 3623.0, 3614.0, 3634.0, 3613.0, 3602.0, 3613.0, 3613.0, 3613.0, 3614.0, 3602.0, 3614.0, 3615.0, 3615.0, 3625.0, 3625.0, 3625.0, 3614.0, 3614.0, 3603.0, 3614.0, 3625.0, 3625.0, 3615.0, 3625.0, 3626.0, 3616.0, 3628.0, 3619.0, 3628.0, 3628.0, 3628.0, 3643.0, 3642.0, 3629.0, 3617.0, 3628.0, 3628.0, 3641.0, 3631.0, 3630.0, 3642.0, 3641.0, 3651.0, 3630.0, 3630.0, 3641.0, 3641.0, 3640.0, 3638.0, 3638.0, 3640.0, 3641.0, 3640.0, 3639.0, 3639.0, 3628.0, 3626.0, 3636.0, 3638.0, 3627.0, 3614.0, 3603.0, 3615.0, 3613.0, 3613.0, 3603.0, 3593.0, 3615.0, 3626.0, 3642.0, 3639.0, 3627.0, 3638.0, 3628.0, 3639.0, 3638.0, 3639.0, 3617.0, 3627.0, 3637.0, 3626.0, 3627.0, 3627.0, 3627.0, 3626.0, 3615.0, 3616.0, 3625.0, 3625.0, 3626.0, 3625.0, 3614.0, 3626.0, 3614.0, 3615.0, 3615.0, 3626.0, 3615.0, 3627.0, 3626.0, 3625.0, 3626.0, 3626.0, 3627.0, 3616.0, 3627.0, 3627.0, 3627.0, 3627.0, 3627.0, 3637.0, 3627.0, 3628.0, 3627.0, 3627.0, 3617.0, 3627.0, 3627.0, 3626.0, 3637.0, 3626.0, 3626.0, 3626.0, 3627.0, 3626.0, 3627.0, 3615.0, 3615.0, 3614.0, 3615.0, 3614.0, 3626.0, 3616.0, 3626.0, 3627.0, 3637.0, 3627.0, 3615.0, 3626.0, 3614.0, 3625.0, 3625.0, 3615.0, 3616.0, 3615.0, 3615.0, 3625.0, 3625.0, 3625.0, 3626.0, 3615.0, 3627.0, 3628.0, 3628.0, 3617.0, 3617.0, 3617.0, 3627.0, 3615.0, 3625.0, 3614.0, 3626.0, 3615.0, 3625.0, 3616.0, 3626.0, 3617.0, 3607.0, 3617.0, 3628.0, 3638.0, 3628.0, 3627.0, 3628.0, 3627.0, 3617.0, 3606.0, 3617.0, 3628.0, 3628.0, 3628.0, 3617.0, 3616.0, 3616.0, 3626.0, 3626.0, 3626.0, 3628.0, 3627.0, 3627.0, 3617.0, 3626.0, 3626.0, 3625.0, 3625.0, 3624.0, 3615.0, 3625.0, 3615.0, 3615.0, 3625.0, 3614.0, 3624.0, 3614.0, 3624.0, 3614.0, 3603.0, 3614.0, 3625.0, 3625.0, 3615.0, 3624.0, 3615.0, 3604.0, 3615.0, 3616.0, 3626.0, 3617.0, 3616.0, 3616.0, 3615.0, 3616.0, 3616.0, 3627.0, 3628.0, 3638.0, 3617.0, 3617.0, 3627.0, 3626.0, 3615.0, 3616.0, 3616.0, 3617.0, 3617.0, 3628.0, 3617.0, 3628.0, 3616.0, 3615.0, 3615.0, 3625.0, 3615.0, 3625.0, 3616.0, 3626.0, 3606.0, 3617.0, 3615.0, 3615.0, 3614.0, 3615.0, 3615.0, 3616.0, 3627.0, 3627.0, 3617.0, 3627.0, 3617.0, 3615.0, 3616.0, 3615.0, 3605.0, 3605.0, 3616.0, 3616.0, 3626.0, 3616.0, 3616.0, 3617.0, 3606.0, 3617.0, 3628.0, 3628.0, 3628.0, 3627.0, 3617.0, 3627.0, 3615.0, 3616.0, 3615.0, 3604.0, 3615.0, 3614.0, 3614.0, 3614.0, 3604.0, 3615.0, 3616.0, 3627.0, 3628.0, 3617.0, 3617.0, 3628.0, 3639.0, 3628.0, 3628.0, 3628.0, 3628.0, 3617.0, 3627.0, 3616.0, 3626.0, 3615.0, 3615.0, 3615.0, 3615.0, 3605.0, 3616.0, 3617.0, 3641.0, 3641.0, 3640.0, 3640.0, 3641.0, 3629.0, 3629.0, 3639.0, 3628.0, 3637.0, 3637.0, 3627.0, 3614.0, 3612.0, 3602.0, 3612.0, 3613.0, 3624.0, 3624.0, 3626.0, 3615.0, 3615.0, 3626.0, 3626.0, 3627.0, 3626.0, 3616.0, 3625.0, 3626.0, 3625.0, 3615.0, 3614.0, 3603.0, 3603.0, 3603.0, 3603.0, 3615.0, 3615.0, 3626.0, 3616.0, 3615.0, 3616.0, 3605.0, 3616.0, 3627.0, 3627.0, 3627.0, 3627.0, 3617.0, 3627.0, 3616.0, 3626.0, 3626.0, 3626.0, 3626.0, 3616.0, 3626.0, 3626.0, 3615.0, 3625.0, 3626.0, 3626.0, 3628.0, 3626.0, 3617.0, 3627.0, 3627.0, 3627.0, 3626.0, 3616.0, 3615.0, 3618.0, 3627.0, 3628.0, 3628.0, 3628.0, 3616.0, 3617.0, 3627.0, 3628.0, 3628.0, 3629.0, 3618.0, 3641.0, 3641.0, 3640.0, 3640.0, 3627.0, 3639.0, 3628.0, 3639.0, 3650.0, 3629.0, 3639.0, 3639.0, 3639.0, 3640.0, 3629.0, 3639.0, 3629.0, 3639.0, 3639.0, 3629.0, 3641.0, 3641.0, 3629.0, 3617.0, 3627.0, 3638.0, 3638.0, 3628.0, 3628.0, 3629.0, 3629.0, 3640.0, 3640.0, 3629.0, 3640.0, 3640.0, 3630.0, 3642.0, 3641.0, 3641.0, 3641.0, 3630.0, 3630.0, 3630.0, 3641.0, 3641.0, 3642.0, 3620.0, 3641.0, 3641.0, 3640.0, 3640.0, 3650.0, 3629.0, 3628.0, 3618.0, 3639.0, 3627.0, 3628.0, 3639.0, 3628.0, 3628.0, 3628.0, 3628.0, 3618.0, 3642.0, 3650.0, 3628.0, 3629.0, 3641.0, 3641.0, 3641.0, 3641.0, 3640.0, 3628.0, 3626.0, 3646.0, 3614.0, 3634.0, 3613.0, 3614.0, 3614.0, 3625.0, 3614.0, 3615.0, 3604.0, 3603.0, 3614.0, 3626.0, 3628.0, 3619.0, 3618.0, 3640.0, 3639.0, 3629.0, 3628.0, 3628.0, 3627.0, 3628.0, 3606.0, 3617.0, 3628.0, 3627.0, 3628.0, 3617.0, 3629.0, 3630.0, 3642.0, 3642.0, 3632.0, 3643.0, 3643.0, 3644.0, 3642.0, 3643.0, 3641.0, 3641.0, 3641.0, 3629.0, 3639.0, 3627.0, 3628.0, 3627.0, 3628.0, 3617.0, 3628.0, 3628.0, 3627.0, 3627.0, 3626.0, 3627.0, 3617.0, 3628.0, 3628.0, 3628.0, 3629.0, 3629.0, 3639.0, 3640.0, 3640.0, 3641.0, 3630.0, 3641.0, 3640.0, 3640.0, 3640.0, 3640.0, 3639.0, 3628.0, 3627.0, 3638.0, 3627.0, 3639.0, 3628.0, 3639.0, 3628.0, 3628.0, 3639.0, 3629.0, 3641.0, 3629.0, 3639.0, 3628.0, 3628.0, 3639.0, 3640.0, 3641.0, 3630.0, 3641.0, 3642.0, 3641.0, 3642.0, 3631.0, 3643.0, 3654.0, 3654.0, 3655.0, 3644.0, 3654.0, 3645.0, 3643.0, 3654.0, 3643.0, 3643.0, 3632.0, 3643.0, 3652.0, 3652.0, 3642.0, 3632.0, 3643.0, 3642.0, 3631.0, 3641.0, 3641.0, 3653.0, 3643.0, 3642.0, 3642.0, 3641.0, 3641.0, 3643.0, 3643.0, 3643.0, 3654.0, 3632.0, 3655.0, 3656.0, 3643.0, 3644.0, 3654.0, 3654.0, 3655.0, 3643.0, 3644.0, 3652.0, 3642.0, 3654.0, 3632.0, 3643.0, 3642.0, 3642.0, 3653.0, 3644.0, 3643.0, 3653.0, 3642.0, 3654.0, 3644.0, 3643.0, 3653.0, 3653.0, 3643.0, 3632.0, 3643.0, 3654.0, 3640.0, 3642.0, 3631.0, 3643.0, 3655.0, 3654.0, 3653.0, 3632.0, 3643.0, 3653.0, 3641.0, 3654.0, 3642.0, 3643.0, 3644.0, 3644.0, 3653.0, 3652.0, 3643.0, 3631.0, 3641.0, 3641.0, 3641.0, 3651.0, 3663.0, 3641.0, 3642.0, 3642.0, 3640.0, 3640.0, 3641.0, 3641.0, 3631.0, 3641.0, 3641.0, 3640.0, 3642.0, 3653.0, 3654.0, 3653.0, 3653.0, 3642.0, 3638.0, 3629.0, 3649.0, 3628.0, 3638.0, 3628.0, 3626.0, 3616.0, 3636.0, 3627.0, 3627.0, 3616.0, 3628.0, 3629.0, 3629.0, 3641.0, 3629.0, 3641.0, 3629.0, 3629.0, 3639.0, 3628.0, 3639.0, 3629.0, 3652.0, 3639.0, 3639.0, 3628.0, 3637.0, 3627.0, 3628.0, 3627.0, 3627.0, 3626.0, 3626.0, 3627.0, 3627.0, 3638.0, 3617.0, 3626.0, 3629.0, 3629.0, 3640.0, 3640.0, 3640.0, 3640.0, 3640.0, 3618.0, 3628.0, 3628.0, 3639.0, 3639.0, 3639.0, 3640.0, 3629.0, 3629.0, 3639.0, 3637.0, 3640.0, 3628.0, 3630.0, 3640.0, 3640.0, 3640.0, 3628.0, 3629.0, 3628.0, 3628.0, 3627.0, 3638.0, 3627.0, 3626.0, 3626.0, 3614.0, 3615.0, 3625.0, 3615.0, 3615.0, 3615.0, 3616.0, 3626.0, 3637.0, 3627.0, 3629.0, 3618.0, 3628.0, 3626.0, 3628.0, 3640.0, 3639.0, 3639.0, 3638.0, 3639.0, 3628.0, 3628.0, 3616.0, 3627.0, 3627.0, 3628.0, 3627.0, 3617.0, 3638.0, 3638.0, 3629.0, 3617.0, 3628.0, 3618.0, 3628.0, 3629.0, 3640.0, 3629.0, 3629.0, 3629.0, 3628.0, 3617.0, 3627.0, 3640.0, 3651.0, 3639.0, 3638.0, 3639.0, 3640.0, 3627.0, 3628.0, 3639.0, 3627.0, 3627.0, 3615.0, 3627.0, 3615.0, 3627.0, 3617.0, 3627.0, 3628.0, 3638.0, 3628.0, 3627.0, 3628.0, 3618.0, 3640.0, 3630.0, 3640.0, 3641.0, 3629.0, 3641.0, 3630.0, 3641.0, 3640.0, 3630.0, 3640.0, 3629.0, 3640.0, 3629.0, 3629.0, 3629.0, 3629.0, 3640.0, 3639.0, 3640.0, 3629.0, 3640.0, 3640.0, 3641.0, 3641.0, 3630.0, 3640.0, 3629.0, 3629.0, 3640.0, 3640.0, 3652.0, 3651.0, 3640.0, 3628.0, 3639.0, 3629.0, 3628.0, 3628.0, 3639.0, 3628.0, 3628.0, 3628.0, 3639.0, 3629.0, 3640.0, 3629.0, 3630.0, 3640.0, 3640.0, 3641.0, 3630.0, 3641.0, 3651.0, 3640.0, 3640.0, 3629.0, 3629.0, 3639.0, 3628.0, 3639.0, 3638.0, 3628.0, 3627.0, 3639.0, 3639.0, 3627.0, 3628.0, 3628.0, 3628.0, 3638.0, 3628.0, 3639.0, 3629.0, 3640.0, 3641.0, 3640.0, 3641.0, 3640.0, 3640.0, 3641.0, 3639.0, 3639.0, 3639.0, 3629.0, 3627.0, 3628.0, 3618.0, 3628.0, 3628.0, 3638.0, 3628.0, 3628.0, 3629.0, 3639.0, 3640.0, 3641.0, 3640.0, 3641.0, 3630.0, 3641.0, 3652.0, 3642.0, 3641.0, 3650.0, 3629.0, 3629.0, 3628.0, 3639.0, 3639.0, 3640.0, 3639.0, 3638.0, 3628.0, 3629.0, 3631.0, 3653.0, 3652.0, 3644.0, 3655.0, 3654.0, 3632.0, 3642.0, 3653.0, 3631.0, 3641.0, 3641.0, 3643.0, 3652.0, 3640.0, 3639.0, 3640.0, 3640.0, 3618.0, 3640.0, 3650.0, 3639.0, 3641.0, 3641.0, 3652.0, 3652.0, 3652.0, 3653.0, 3653.0, 3653.0, 3642.0, 3642.0, 3652.0, 3641.0, 3651.0, 3641.0, 3641.0, 3640.0, 3651.0, 3629.0, 3651.0, 3640.0, 3641.0, 3652.0, 3641.0, 3653.0, 3632.0, 3653.0, 3664.0, 3642.0, 3653.0, 3641.0, 3654.0, 3664.0, 3653.0, 3641.0, 3641.0, 3651.0, 3652.0, 3653.0, 3664.0, 3653.0, 3652.0, 3652.0, 3653.0, 3642.0, 3664.0, 3642.0, 3652.0, 3652.0, 3642.0, 3652.0, 3641.0, 3641.0, 3661.0, 3640.0, 3639.0, 3639.0, 3638.0, 3640.0, 3650.0, 3650.0, 3650.0, 3639.0, 3650.0, 3626.0, 3639.0, 3639.0, 3639.0, 3628.0, 3639.0, 3650.0, 3629.0, 3653.0, 3640.0, 3652.0, 3630.0, 3651.0, 3652.0, 3653.0, 3653.0, 3641.0, 3653.0, 3642.0, 3653.0, 3653.0, 3653.0, 3653.0, 3641.0, 3652.0, 3641.0, 3653.0, 3641.0, 3642.0, 3652.0, 3641.0, 3652.0, 3642.0, 3652.0, 3663.0, 3642.0, 3653.0, 3652.0, 3653.0, 3641.0, 3652.0, 3651.0, 3642.0, 3652.0, 3641.0, 3652.0, 3653.0, 3653.0, 3665.0, 3655.0, 3665.0, 3664.0, 3653.0, 3652.0, 3652.0, 3651.0, 3650.0, 3650.0, 3638.0, 3638.0, 3637.0, 3638.0, 3636.0, 3637.0, 3626.0, 3636.0, 3637.0, 3627.0, 3638.0, 3627.0, 3639.0, 3650.0, 3639.0, 3651.0, 3652.0, 3653.0, 3662.0, 3641.0, 3652.0, 3663.0, 3652.0, 3664.0, 3653.0, 3653.0, 3652.0, 3652.0], 'WindowWidth': [8292.0, 8281.0, 8272.0, 8252.0, 8239.0, 8230.0, 8213.0, 8226.0, 8228.0, 8212.0, 8226.0, 8225.0, 8227.0, 8216.0, 8227.0, 8231.0, 8228.0, 8244.0, 8215.0, 8230.0, 8247.0, 8230.0, 8216.0, 8230.0, 8226.0, 8228.0, 8229.0, 8214.0, 8227.0, 8210.0, 8231.0, 8227.0, 8229.0, 8247.0, 8231.0, 8237.0, 8235.0, 8240.0, 8253.0, 8239.0, 8237.0, 8249.0, 8231.0, 8231.0, 8227.0, 8229.0, 8229.0, 8239.0, 8224.0, 8241.0, 8227.0, 8209.0, 8222.0, 8223.0, 8226.0, 8225.0, 8226.0, 8221.0, 8256.0, 8224.0, 8225.0, 8225.0, 8192.0, 8223.0, 8241.0, 8245.0, 8211.0, 8222.0, 8245.0, 8203.0, 8218.0, 8213.0, 8213.0, 8210.0, 8214.0, 8214.0, 8227.0, 8226.0, 8211.0, 8226.0, 8225.0, 8193.0, 8205.0, 8204.0, 8202.0, 8205.0, 8186.0, 8203.0, 8175.0, 8210.0, 8181.0, 8212.0, 8216.0, 8229.0, 8230.0, 8211.0, 8212.0, 8210.0, 8189.0, 8220.0, 8207.0, 8204.0, 8205.0, 8191.0, 8212.0, 8192.0, 8206.0, 8204.0, 8204.0, 8205.0, 8188.0, 8206.0, 8209.0, 8192.0, 8203.0, 8189.0, 8189.0, 8202.0, 8201.0, 8199.0, 8197.0, 8183.0, 8182.0, 8183.0, 8204.0, 8191.0, 8197.0, 8208.0, 8196.0, 8210.0, 8209.0, 8211.0, 8210.0, 8210.0, 8209.0, 8208.0, 8208.0, 8210.0, 8206.0, 8208.0, 8221.0, 8205.0, 8188.0, 8187.0, 8200.0, 8191.0, 8192.0, 8209.0, 8211.0, 8227.0, 8227.0, 8211.0, 8207.0, 8187.0, 8189.0, 8173.0, 8202.0, 8189.0, 8220.0, 8211.0, 8194.0, 8190.0, 8189.0, 8207.0, 8209.0, 8222.0, 8193.0, 8191.0, 8191.0, 8206.0, 8187.0, 8199.0, 8197.0, 8187.0, 8211.0, 8183.0, 8167.0, 8183.0, 8185.0, 8183.0, 8186.0, 8169.0, 8186.0, 8190.0, 8190.0, 8202.0, 8202.0, 8203.0, 8188.0, 8188.0, 8170.0, 8185.0, 8202.0, 8203.0, 8189.0, 8204.0, 8206.0, 8193.0, 8212.0, 8204.0, 8212.0, 8213.0, 8214.0, 8242.0, 8242.0, 8216.0, 8196.0, 8211.0, 8214.0, 8238.0, 8224.0, 8222.0, 8239.0, 8237.0, 8248.0, 8221.0, 8220.0, 8238.0, 8237.0, 8232.0, 8227.0, 8225.0, 8233.0, 8236.0, 8232.0, 8231.0, 8229.0, 8212.0, 8207.0, 8219.0, 8224.0, 8207.0, 8186.0, 8168.0, 8189.0, 8183.0, 8184.0, 8169.0, 8156.0, 8190.0, 8205.0, 8240.0, 8229.0, 8210.0, 8227.0, 8212.0, 8227.0, 8227.0, 8229.0, 8197.0, 8208.0, 8221.0, 8204.0, 8208.0, 8208.0, 8208.0, 8206.0, 8190.0, 8192.0, 8204.0, 8203.0, 8205.0, 8204.0, 8188.0, 8204.0, 8188.0, 8190.0, 8191.0, 8207.0, 8191.0, 8209.0, 8206.0, 8204.0, 8206.0, 8204.0, 8208.0, 8193.0, 8209.0, 8209.0, 8209.0, 8210.0, 8209.0, 8223.0, 8211.0, 8212.0, 8210.0, 8211.0, 8196.0, 8209.0, 8210.0, 8208.0, 8220.0, 8206.0, 8207.0, 8206.0, 8207.0, 8208.0, 8208.0, 8192.0, 8191.0, 8188.0, 8189.0, 8187.0, 8205.0, 8191.0, 8207.0, 8210.0, 8222.0, 8208.0, 8190.0, 8205.0, 8187.0, 8203.0, 8201.0, 8189.0, 8192.0, 8190.0, 8189.0, 8202.0, 8205.0, 8202.0, 8205.0, 8190.0, 8210.0, 8212.0, 8213.0, 8198.0, 8197.0, 8197.0, 8208.0, 8189.0, 8202.0, 8186.0, 8205.0, 8191.0, 8203.0, 8192.0, 8207.0, 8198.0, 8183.0, 8197.0, 8211.0, 8225.0, 8212.0, 8210.0, 8211.0, 8208.0, 8198.0, 8180.0, 8196.0, 8210.0, 8212.0, 8213.0, 8197.0, 8194.0, 8192.0, 8205.0, 8206.0, 8206.0, 8211.0, 8210.0, 8210.0, 8196.0, 8207.0, 8206.0, 8202.0, 8202.0, 8201.0, 8190.0, 8202.0, 8188.0, 8188.0, 8201.0, 8187.0, 8198.0, 8188.0, 8199.0, 8187.0, 8171.0, 8186.0, 8203.0, 8202.0, 8189.0, 8201.0, 8188.0, 8175.0, 8191.0, 8194.0, 8208.0, 8197.0, 8196.0, 8194.0, 8191.0, 8192.0, 8194.0, 8210.0, 8211.0, 8225.0, 8197.0, 8197.0, 8208.0, 8206.0, 8190.0, 8194.0, 8195.0, 8199.0, 8198.0, 8212.0, 8197.0, 8212.0, 8194.0, 8190.0, 8189.0, 8202.0, 8188.0, 8202.0, 8190.0, 8205.0, 8181.0, 8196.0, 8189.0, 8189.0, 8185.0, 8189.0, 8192.0, 8191.0, 8208.0, 8209.0, 8198.0, 8209.0, 8196.0, 8191.0, 8194.0, 8191.0, 8177.0, 8177.0, 8191.0, 8192.0, 8205.0, 8193.0, 8192.0, 8196.0, 8181.0, 8198.0, 8212.0, 8212.0, 8213.0, 8208.0, 8194.0, 8207.0, 8189.0, 8191.0, 8188.0, 8172.0, 8188.0, 8186.0, 8187.0, 8186.0, 8174.0, 8189.0, 8194.0, 8207.0, 8213.0, 8197.0, 8197.0, 8213.0, 8227.0, 8212.0, 8213.0, 8210.0, 8213.0, 8196.0, 8209.0, 8195.0, 8205.0, 8190.0, 8188.0, 8188.0, 8189.0, 8178.0, 8194.0, 8198.0, 8237.0, 8236.0, 8232.0, 8235.0, 8236.0, 8217.0, 8216.0, 8229.0, 8214.0, 8221.0, 8222.0, 8210.0, 8187.0, 8180.0, 8164.0, 8180.0, 8183.0, 8199.0, 8198.0, 8206.0, 8190.0, 8190.0, 8206.0, 8207.0, 8208.0, 8206.0, 8194.0, 8204.0, 8203.0, 8201.0, 8188.0, 8185.0, 8171.0, 8170.0, 8171.0, 8172.0, 8189.0, 8190.0, 8205.0, 8193.0, 8192.0, 8194.0, 8179.0, 8192.0, 8209.0, 8210.0, 8211.0, 8210.0, 8196.0, 8210.0, 8194.0, 8206.0, 8206.0, 8205.0, 8205.0, 8192.0, 8204.0, 8205.0, 8190.0, 8204.0, 8205.0, 8204.0, 8211.0, 8208.0, 8196.0, 8209.0, 8208.0, 8208.0, 8206.0, 8194.0, 8192.0, 8200.0, 8211.0, 8212.0, 8213.0, 8213.0, 8196.0, 8196.0, 8211.0, 8213.0, 8214.0, 8218.0, 8200.0, 8237.0, 8237.0, 8233.0, 8231.0, 8211.0, 8227.0, 8213.0, 8228.0, 8244.0, 8216.0, 8229.0, 8229.0, 8230.0, 8233.0, 8217.0, 8229.0, 8215.0, 8229.0, 8228.0, 8216.0, 8234.0, 8237.0, 8215.0, 8198.0, 8211.0, 8227.0, 8224.0, 8212.0, 8214.0, 8216.0, 8216.0, 8231.0, 8233.0, 8218.0, 8233.0, 8233.0, 8219.0, 8240.0, 8236.0, 8237.0, 8235.0, 8221.0, 8219.0, 8219.0, 8236.0, 8235.0, 8238.0, 8209.0, 8236.0, 8235.0, 8232.0, 8233.0, 8246.0, 8216.0, 8213.0, 8199.0, 8226.0, 8210.0, 8214.0, 8228.0, 8214.0, 8214.0, 8214.0, 8214.0, 8203.0, 8238.0, 8246.0, 8214.0, 8215.0, 8235.0, 8236.0, 8235.0, 8235.0, 8232.0, 8213.0, 8206.0, 8230.0, 8184.0, 8211.0, 8183.0, 8185.0, 8185.0, 8203.0, 8185.0, 8191.0, 8176.0, 8172.0, 8188.0, 8207.0, 8213.0, 8205.0, 8201.0, 8230.0, 8230.0, 8216.0, 8212.0, 8213.0, 8210.0, 8211.0, 8181.0, 8196.0, 8212.0, 8210.0, 8214.0, 8197.0, 8215.0, 8221.0, 8238.0, 8239.0, 8228.0, 8244.0, 8245.0, 8246.0, 8241.0, 8242.0, 8236.0, 8236.0, 8234.0, 8217.0, 8229.0, 8211.0, 8211.0, 8210.0, 8213.0, 8197.0, 8212.0, 8213.0, 8210.0, 8211.0, 8208.0, 8210.0, 8197.0, 8212.0, 8213.0, 8213.0, 8216.0, 8216.0, 8230.0, 8232.0, 8234.0, 8238.0, 8221.0, 8234.0, 8234.0, 8231.0, 8233.0, 8233.0, 8229.0, 8212.0, 8210.0, 8224.0, 8209.0, 8227.0, 8212.0, 8227.0, 8214.0, 8213.0, 8231.0, 8216.0, 8235.0, 8217.0, 8230.0, 8213.0, 8214.0, 8229.0, 8232.0, 8236.0, 8221.0, 8236.0, 8238.0, 8239.0, 8240.0, 8225.0, 8242.0, 8260.0, 8260.0, 8262.0, 8246.0, 8260.0, 8249.0, 8245.0, 8260.0, 8242.0, 8242.0, 8226.0, 8243.0, 8253.0, 8253.0, 8238.0, 8227.0, 8242.0, 8240.0, 8223.0, 8236.0, 8237.0, 8256.0, 8242.0, 8240.0, 8240.0, 8237.0, 8238.0, 8242.0, 8243.0, 8243.0, 8259.0, 8230.0, 8264.0, 8266.0, 8246.0, 8247.0, 8261.0, 8261.0, 8263.0, 8243.0, 8245.0, 8254.0, 8240.0, 8259.0, 8228.0, 8244.0, 8241.0, 8242.0, 8257.0, 8244.0, 8242.0, 8258.0, 8243.0, 8260.0, 8245.0, 8244.0, 8256.0, 8255.0, 8243.0, 8228.0, 8242.0, 8257.0, 8235.0, 8240.0, 8223.0, 8242.0, 8260.0, 8258.0, 8255.0, 8227.0, 8241.0, 8256.0, 8236.0, 8258.0, 8240.0, 8242.0, 8245.0, 8245.0, 8256.0, 8252.0, 8240.0, 8221.0, 8234.0, 8234.0, 8236.0, 8250.0, 8267.0, 8237.0, 8238.0, 8236.0, 8233.0, 8232.0, 8234.0, 8235.0, 8222.0, 8235.0, 8237.0, 8236.0, 8240.0, 8258.0, 8258.0, 8254.0, 8255.0, 8238.0, 8226.0, 8214.0, 8241.0, 8211.0, 8224.0, 8213.0, 8207.0, 8194.0, 8221.0, 8208.0, 8210.0, 8195.0, 8212.0, 8216.0, 8215.0, 8233.0, 8217.0, 8235.0, 8218.0, 8216.0, 8229.0, 8213.0, 8226.0, 8215.0, 8251.0, 8229.0, 8228.0, 8211.0, 8224.0, 8211.0, 8211.0, 8209.0, 8207.0, 8205.0, 8203.0, 8206.0, 8208.0, 8225.0, 8197.0, 8209.0, 8215.0, 8215.0, 8233.0, 8232.0, 8232.0, 8231.0, 8231.0, 8201.0, 8212.0, 8211.0, 8228.0, 8228.0, 8228.0, 8230.0, 8215.0, 8214.0, 8229.0, 8223.0, 8231.0, 8213.0, 8217.0, 8233.0, 8231.0, 8232.0, 8213.0, 8215.0, 8212.0, 8211.0, 8209.0, 8224.0, 8207.0, 8204.0, 8204.0, 8187.0, 8189.0, 8202.0, 8190.0, 8188.0, 8189.0, 8192.0, 8206.0, 8223.0, 8209.0, 8214.0, 8198.0, 8213.0, 8207.0, 8212.0, 8229.0, 8229.0, 8228.0, 8226.0, 8227.0, 8211.0, 8211.0, 8191.0, 8208.0, 8207.0, 8210.0, 8209.0, 8196.0, 8225.0, 8226.0, 8215.0, 8197.0, 8212.0, 8198.0, 8213.0, 8216.0, 8231.0, 8216.0, 8216.0, 8214.0, 8211.0, 8195.0, 8206.0, 8231.0, 8247.0, 8228.0, 8224.0, 8228.0, 8231.0, 8211.0, 8214.0, 8227.0, 8210.0, 8210.0, 8191.0, 8207.0, 8190.0, 8209.0, 8195.0, 8210.0, 8213.0, 8225.0, 8213.0, 8211.0, 8213.0, 8200.0, 8230.0, 8218.0, 8232.0, 8233.0, 8217.0, 8235.0, 8220.0, 8233.0, 8232.0, 8217.0, 8231.0, 8215.0, 8231.0, 8216.0, 8217.0, 8215.0, 8216.0, 8230.0, 8228.0, 8231.0, 8217.0, 8233.0, 8233.0, 8234.0, 8235.0, 8219.0, 8232.0, 8215.0, 8216.0, 8230.0, 8230.0, 8250.0, 8250.0, 8231.0, 8212.0, 8227.0, 8215.0, 8214.0, 8212.0, 8228.0, 8212.0, 8212.0, 8212.0, 8228.0, 8216.0, 8232.0, 8216.0, 8217.0, 8233.0, 8232.0, 8235.0, 8220.0, 8235.0, 8249.0, 8234.0, 8232.0, 8215.0, 8215.0, 8229.0, 8213.0, 8227.0, 8225.0, 8210.0, 8210.0, 8226.0, 8227.0, 8211.0, 8213.0, 8212.0, 8211.0, 8226.0, 8211.0, 8229.0, 8216.0, 8232.0, 8234.0, 8234.0, 8235.0, 8232.0, 8232.0, 8233.0, 8230.0, 8229.0, 8228.0, 8214.0, 8211.0, 8211.0, 8199.0, 8212.0, 8212.0, 8226.0, 8214.0, 8214.0, 8215.0, 8230.0, 8233.0, 8234.0, 8234.0, 8236.0, 8220.0, 8234.0, 8252.0, 8238.0, 8235.0, 8245.0, 8216.0, 8213.0, 8213.0, 8227.0, 8228.0, 8229.0, 8227.0, 8227.0, 8213.0, 8216.0, 8222.0, 8256.0, 8252.0, 8249.0, 8261.0, 8259.0, 8228.0, 8241.0, 8256.0, 8222.0, 8236.0, 8234.0, 8242.0, 8252.0, 8233.0, 8229.0, 8233.0, 8232.0, 8201.0, 8233.0, 8246.0, 8231.0, 8237.0, 8236.0, 8251.0, 8253.0, 8252.0, 8256.0, 8255.0, 8256.0, 8239.0, 8238.0, 8250.0, 8235.0, 8248.0, 8233.0, 8234.0, 8231.0, 8246.0, 8216.0, 8246.0, 8233.0, 8235.0, 8250.0, 8235.0, 8255.0, 8228.0, 8256.0, 8270.0, 8240.0, 8255.0, 8236.0, 8259.0, 8272.0, 8256.0, 8236.0, 8234.0, 8248.0, 8253.0, 8256.0, 8270.0, 8254.0, 8254.0, 8253.0, 8256.0, 8240.0, 8271.0, 8238.0, 8252.0, 8251.0, 8237.0, 8250.0, 8235.0, 8235.0, 8261.0, 8230.0, 8228.0, 8226.0, 8227.0, 8232.0, 8245.0, 8244.0, 8245.0, 8230.0, 8244.0, 8209.0, 8227.0, 8227.0, 8227.0, 8213.0, 8229.0, 8245.0, 8218.0, 8254.0, 8235.0, 8251.0, 8220.0, 8248.0, 8253.0, 8254.0, 8254.0, 8236.0, 8255.0, 8239.0, 8254.0, 8256.0, 8253.0, 8254.0, 8237.0, 8251.0, 8235.0, 8252.0, 8236.0, 8237.0, 8252.0, 8236.0, 8253.0, 8240.0, 8253.0, 8268.0, 8239.0, 8255.0, 8252.0, 8254.0, 8236.0, 8251.0, 8249.0, 8239.0, 8251.0, 8235.0, 8251.0, 8254.0, 8253.0, 8275.0, 8261.0, 8273.0, 8269.0, 8255.0, 8253.0, 8251.0, 8246.0, 8245.0, 8243.0, 8226.0, 8224.0, 8221.0, 8224.0, 8219.0, 8220.0, 8204.0, 8218.0, 8221.0, 8209.0, 8226.0, 8211.0, 8228.0, 8244.0, 8230.0, 8250.0, 8252.0, 8253.0, 8265.0, 8237.0, 8252.0, 8269.0, 8253.0, 8272.0, 8256.0, 8254.0, 8252.0, 8252.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.0021602215189873417</td></tr>
<tr><td colspan=3>aqi</td><td>0.023124608069620252</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.879436393174956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2038549551543951</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.03044897483769</td></tr>
<tr><td colspan=3>efc</td><td>0.4501</td></tr>
<tr><td colspan=3>fber</td><td>5693.5508</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09426576556928495</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.193037974683544</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.748875117109824</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.664735300104123</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.000230837559832</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.581659213665517</td></tr>
<tr><td colspan=3>gcor</td><td>0.00810976</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011018304154276848</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01791406236588955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</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.6453638788340665</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>28.8421</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.67</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.2741</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307115.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.248</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9021</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.4731</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2871.9173</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.8852</td></tr>
<tr><td colspan=3>tsnr</td><td>37.49926346400753</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>