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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:48:53.605000</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.999345, -0.0329049, 0.0150497, 0.0338501, 0.997139, -0.0675941]</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.0868197</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7709, -7286, 535, -76, -38, 32, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c70746d-a769-4172-a10e-d2f5bf756cc6||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.6811699867248535, 0.09081746637821198, 0.034512706100940704, 104.83332061767578], [0.08828134834766388, 2.6752498149871826, -0.1837598979473114, -88.63771057128906], [0.04037730023264885, 0.18134988844394684, 2.6935184001922607, -76.23571014404297], [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': ['184853.605000', '184854.065000', '184854.525000', '184854.985000', '184855.445000', '184855.905000', '184856.365000', '184856.825000', '184857.285000', '184857.745000', '184858.205000', '184858.665000', '184859.125000', '184859.585000', '184900.045000', '184900.505000', '184900.965000', '184901.425000', '184901.885000', '184902.345000', '184902.805000', '184903.265000', '184903.725000', '184904.185000', '184904.645000', '184905.105000', '184905.565000', '184906.025000', '184906.485000', '184906.945000', '184907.405000', '184907.865000', '184908.325000', '184908.785000', '184909.245000', '184909.705000', '184910.165000', '184910.625000', '184911.085000', '184911.545000', '184912.005000', '184912.465000', '184912.925000', '184913.385000', '184913.845000', '184914.305000', '184914.765000', '184915.225000', '184915.685000', '184916.145000', '184916.605000', '184917.065000', '184917.525000', '184917.985000', '184918.445000', '184918.905000', '184919.365000', '184919.825000', '184920.285000', '184920.745000', '184921.205000', '184921.665000', '184922.125000', '184922.585000', '184923.045000', '184923.505000', '184923.965000', '184924.425000', '184924.885000', '184925.345000', '184925.805000', '184926.265000', '184926.725000', '184927.185000', '184927.645000', '184928.105000', '184928.565000', '184929.025000', '184929.485000', '184929.945000', '184930.405000', '184930.865000', '184931.325000', '184931.785000', '184932.245000', '184932.705000', '184933.165000', '184933.625000', '184934.085000', '184934.545000', '184935.005000', '184935.465000', '184935.925000', '184936.385000', '184936.845000', '184937.305000', '184937.765000', '184938.225000', '184938.685000', '184939.145000', '184939.605000', '184940.065000', '184940.525000', '184940.985000', '184941.445000', '184941.905000', '184942.365000', '184942.825000', '184943.285000', '184943.745000', '184944.205000', '184944.665000', '184945.125000', '184945.585000', '184946.045000', '184946.505000', '184946.965000', '184947.425000', '184947.885000', '184948.345000', '184948.805000', '184949.265000', '184949.725000', '184950.185000', '184950.645000', '184951.105000', '184951.565000', '184952.025000', '184952.485000', '184952.945000', '184953.405000', '184953.865000', '184954.325000', '184954.785000', '184955.245000', '184955.705000', '184956.165000', '184956.625000', '184957.085000', '184957.545000', '184958.005000', '184958.465000', '184958.925000', '184959.385000', '184959.845000', '185000.305000', '185000.765000', '185001.225000', '185001.685000', '185002.145000', '185002.605000', '185003.065000', '185003.525000', '185003.985000', '185004.445000', '185004.905000', '185005.365000', '185005.825000', '185006.285000', '185006.745000', '185007.205000', '185007.665000', '185008.125000', '185008.585000', '185009.045000', '185009.505000', '185009.965000', '185010.425000', '185010.885000', '185011.345000', '185011.805000', '185012.265000', '185012.725000', '185013.185000', '185013.645000', '185014.105000', '185014.565000', '185015.025000', '185015.485000', '185015.945000', '185016.405000', '185016.865000', '185017.325000', '185017.785000', '185018.245000', '185018.705000', '185019.165000', '185019.625000', '185020.085000', '185020.545000', '185021.005000', '185021.465000', '185021.925000', '185022.385000', '185022.845000', '185023.305000', '185023.765000', '185024.225000', '185024.685000', '185025.145000', '185025.605000', '185026.065000', '185026.525000', '185026.985000', '185027.445000', '185027.905000', '185028.365000', '185028.825000', '185029.285000', '185029.745000', '185030.205000', '185030.665000', '185031.125000', '185031.585000', '185032.045000', '185032.505000', '185032.965000', '185033.425000', '185033.885000', '185034.345000', '185034.805000', '185035.265000', '185035.725000', '185036.185000', '185036.645000', '185037.105000', '185037.565000', '185038.025000', '185038.485000', '185038.945000', '185039.405000', '185039.865000', '185040.325000', '185040.785000', '185041.245000', '185041.705000', '185042.165000', '185042.625000', '185043.085000', '185043.545000', '185044.005000', '185044.465000', '185044.925000', '185045.385000', '185045.845000', '185046.305000', '185046.765000', '185047.225000', '185047.685000', '185048.145000', '185048.605000', '185049.065000', '185049.525000', '185049.985000', '185050.445000', '185050.905000', '185051.365000', '185051.825000', '185052.285000', '185052.745000', '185053.205000', '185053.665000', '185054.125000', '185054.585000', '185055.045000', '185055.505000', '185055.965000', '185056.425000', '185056.885000', '185057.345000', '185057.805000', '185058.265000', '185058.725000', '185059.185000', '185059.645000', '185100.105000', '185100.565000', '185101.025000', '185101.485000', '185101.945000', '185102.405000', '185102.865000', '185103.325000', '185103.785000', '185104.245000', '185104.705000', '185105.165000', '185105.625000', '185106.085000', '185106.545000', '185107.005000', '185107.465000', '185107.925000', '185108.385000', '185108.845000', '185109.305000', '185109.765000', '185110.225000', '185110.685000', '185111.145000', '185111.605000', '185112.065000', '185112.525000', '185112.985000', '185113.445000', '185113.905000', '185114.365000', '185114.825000', '185115.285000', '185115.745000', '185116.205000', '185116.665000', '185117.125000', '185117.585000', '185118.045000', '185118.505000', '185118.965000', '185119.425000', '185119.885000', '185120.345000', '185120.805000', '185121.265000', '185121.725000', '185122.185000', '185122.645000', '185123.105000', '185123.565000', '185124.025000', '185124.485000', '185124.945000', '185125.405000', '185125.865000', '185126.325000', '185126.785000', '185127.245000', '185127.705000', '185128.165000', '185128.625000', '185129.085000', '185129.545000', '185130.005000', '185130.465000', '185130.925000', '185131.385000', '185131.845000', '185132.305000', '185132.765000', '185133.225000', '185133.685000', '185134.145000', '185134.605000', '185135.065000', '185135.525000', '185135.985000', '185136.445000', '185136.905000', '185137.365000', '185137.825000', '185138.285000', '185138.745000', '185139.205000', '185139.665000', '185140.125000', '185140.585000', '185141.045000', '185141.505000', '185141.965000', '185142.425000', '185142.885000', '185143.345000', '185143.805000', '185144.265000', '185144.725000', '185145.185000', '185145.645000', '185146.105000', '185146.565000', '185147.025000', '185147.485000', '185147.945000', '185148.405000', '185148.865000', '185149.325000', '185149.785000', '185150.245000', '185150.705000', '185151.165000', '185151.625000', '185152.085000', '185152.545000', '185153.005000', '185153.465000', '185153.925000', '185154.385000', '185154.845000', '185155.305000', '185155.765000', '185156.225000', '185156.685000', '185157.145000', '185157.605000', '185158.065000', '185158.525000', '185158.985000', '185159.445000', '185159.905000', '185200.365000', '185200.825000', '185201.285000', '185201.745000', '185202.205000', '185202.665000', '185203.125000', '185203.585000', '185204.045000', '185204.505000', '185204.965000', '185205.425000', '185205.885000', '185206.345000', '185206.805000', '185207.265000', '185207.725000', '185208.185000', '185208.645000', '185209.105000', '185209.565000', '185210.025000', '185210.485000', '185210.945000', '185211.405000', '185211.865000', '185212.325000', '185212.785000', '185213.245000', '185213.705000', '185214.165000', '185214.625000', '185215.085000', '185215.545000', '185216.005000', '185216.465000', '185216.925000', '185217.385000', '185217.845000', '185218.305000', '185218.765000', '185219.225000', '185219.685000', '185220.145000', '185220.605000', '185221.065000', '185221.525000', '185221.985000', '185222.445000', '185222.905000', '185223.365000', '185223.825000', '185224.285000', '185224.745000', '185225.205000', '185225.665000', '185226.125000', '185226.585000', '185227.045000', '185227.505000', '185227.965000', '185228.425000', '185228.885000', '185229.345000', '185229.805000', '185230.265000', '185230.725000', '185231.185000', '185231.645000', '185232.105000', '185232.565000', '185233.025000', '185233.485000', '185233.945000', '185234.405000', '185234.865000', '185235.325000', '185235.785000', '185236.245000', '185236.705000', '185237.165000', '185237.625000', '185238.085000', '185238.545000', '185239.005000', '185239.465000', '185239.925000', '185240.385000', '185240.845000', '185241.305000', '185241.765000', '185242.225000', '185242.685000', '185243.145000', '185243.605000', '185244.065000', '185244.525000', '185244.985000', '185245.445000', '185245.905000', '185246.365000', '185246.825000', '185247.285000', '185247.745000', '185248.205000', '185248.665000', '185249.125000', '185249.585000', '185250.045000', '185250.505000', '185250.965000', '185251.425000', '185251.885000', '185252.345000', '185252.805000', '185253.265000', '185253.725000', '185254.185000', '185254.645000', '185255.105000', '185255.565000', '185256.025000', '185256.485000', '185256.945000', '185257.405000', '185257.865000', '185258.325000', '185258.785000', '185259.245000', '185259.705000', '185300.165000', '185300.625000', '185301.085000', '185301.545000', '185302.005000', '185302.465000', '185302.925000', '185303.385000', '185303.845000', '185304.305000', '185304.765000', '185305.225000', '185305.685000', '185306.145000', '185306.605000', '185307.065000', '185307.525000', '185307.985000', '185308.445000', '185308.905000', '185309.365000', '185309.825000', '185310.285000', '185310.745000', '185311.205000', '185311.665000', '185312.125000', '185312.585000', '185313.045000', '185313.505000', '185313.965000', '185314.425000', '185314.885000', '185315.345000', '185315.805000', '185316.265000', '185316.725000', '185317.185000', '185317.645000', '185318.105000', '185318.565000', '185319.025000', '185319.485000', '185319.945000', '185320.405000', '185320.865000', '185321.325000', '185321.785000', '185322.245000', '185322.705000', '185323.165000', '185323.625000', '185324.085000', '185324.545000', '185325.005000', '185325.465000', '185325.925000', '185326.385000', '185326.845000', '185327.305000', '185327.765000', '185328.225000', '185328.685000', '185329.145000', '185329.605000', '185330.065000', '185330.525000', '185330.985000', '185331.445000', '185331.905000', '185332.365000', '185332.825000', '185333.285000', '185333.745000', '185334.205000', '185334.665000', '185335.125000', '185335.585000', '185336.045000', '185336.505000', '185336.965000', '185337.425000', '185337.885000', '185338.345000', '185338.805000', '185339.265000', '185339.725000', '185340.185000', '185340.645000', '185341.105000', '185341.565000', '185342.025000', '185342.485000', '185342.945000', '185343.405000', '185343.865000', '185344.325000', '185344.785000', '185345.245000', '185345.705000', '185346.165000', '185346.625000', '185347.085000', '185347.545000', '185348.005000', '185348.465000', '185348.925000', '185349.385000', '185349.845000', '185350.305000', '185350.765000', '185351.225000', '185351.685000', '185352.145000', '185352.605000', '185353.065000', '185353.525000', '185353.985000', '185354.445000', '185354.905000', '185355.365000', '185355.825000', '185356.285000', '185356.745000', '185357.205000', '185357.665000', '185358.125000', '185358.585000', '185359.045000', '185359.505000', '185359.965000', '185400.425000', '185400.885000', '185401.345000', '185401.805000', '185402.265000', '185402.725000', '185403.185000', '185403.645000', '185404.105000', '185404.565000', '185405.025000', '185405.485000', '185405.945000', '185406.405000', '185406.865000', '185407.325000', '185407.785000', '185408.245000', '185408.705000', '185409.165000', '185409.625000', '185410.085000', '185410.545000', '185411.005000', '185411.465000', '185411.925000', '185412.385000', '185412.845000', '185413.305000', '185413.765000', '185414.225000', '185414.685000', '185415.145000', '185415.605000', '185416.065000', '185416.525000', '185416.985000', '185417.445000', '185417.905000', '185418.365000', '185418.825000', '185419.285000', '185419.745000', '185420.205000', '185420.665000', '185421.125000', '185421.585000', '185422.045000', '185422.505000', '185422.965000', '185423.425000', '185423.885000', '185424.345000', '185424.805000', '185425.265000', '185425.725000', '185426.185000', '185426.645000', '185427.105000', '185427.565000', '185428.025000', '185428.485000', '185428.945000', '185429.405000', '185429.865000', '185430.325000', '185430.785000', '185431.245000', '185431.705000', '185432.165000', '185432.625000', '185433.085000', '185433.545000', '185434.005000', '185434.465000', '185434.925000', '185435.385000', '185435.845000', '185436.305000', '185436.765000', '185437.225000', '185437.685000', '185438.145000', '185438.605000', '185439.065000', '185439.525000', '185439.985000', '185440.445000', '185440.905000', '185441.365000', '185441.825000', '185442.285000', '185442.745000', '185443.205000', '185443.665000', '185444.125000', '185444.585000', '185445.045000', '185445.505000', '185445.965000', '185446.425000', '185446.885000', '185447.345000', '185447.805000', '185448.265000', '185448.725000', '185449.185000', '185449.645000', '185450.105000', '185450.565000', '185451.025000', '185451.485000', '185451.945000', '185452.405000', '185452.865000', '185453.325000', '185453.785000', '185454.245000', '185454.705000', '185455.165000', '185455.625000', '185456.085000', '185456.545000', '185457.005000', '185457.465000', '185457.925000', '185458.385000', '185458.845000', '185459.305000', '185459.765000', '185500.225000', '185500.685000', '185501.145000', '185501.605000', '185502.065000', '185502.525000', '185502.985000', '185503.445000', '185503.905000', '185504.365000', '185504.825000', '185505.285000', '185505.745000', '185506.205000', '185506.665000', '185507.125000', '185507.585000', '185508.045000', '185508.505000', '185508.965000', '185509.425000', '185509.885000', '185510.345000', '185510.805000', '185511.265000', '185511.725000', '185512.185000', '185512.645000', '185513.105000', '185513.565000', '185514.025000', '185514.485000', '185514.945000', '185515.405000', '185515.865000', '185516.325000', '185516.785000', '185517.245000', '185517.705000', '185518.165000', '185518.625000', '185519.085000', '185519.545000', '185520.005000', '185520.465000', '185520.925000', '185521.385000', '185521.845000', '185522.305000', '185522.765000', '185523.225000', '185523.685000', '185524.145000', '185524.605000', '185525.065000', '185525.525000', '185525.985000', '185526.445000', '185526.905000', '185527.365000', '185527.825000', '185528.285000', '185528.745000', '185529.205000', '185529.665000', '185530.125000', '185530.585000', '185531.045000', '185531.505000', '185531.965000', '185532.425000', '185532.885000', '185533.345000', '185533.805000', '185534.265000', '185534.725000', '185535.185000', '185535.645000', '185536.105000', '185536.565000', '185537.025000', '185537.485000', '185537.945000', '185538.405000', '185538.865000', '185539.325000', '185539.785000', '185540.245000', '185540.705000', '185541.165000', '185541.625000', '185542.085000', '185542.545000', '185543.005000', '185543.465000', '185543.925000', '185544.385000', '185544.845000', '185545.305000', '185545.765000', '185546.225000', '185546.685000', '185547.145000', '185547.605000', '185548.065000', '185548.525000', '185548.985000', '185549.445000', '185549.905000', '185550.365000', '185550.825000', '185551.285000', '185551.745000', '185552.205000', '185552.665000', '185553.125000', '185553.585000', '185554.045000', '185554.505000', '185554.965000', '185555.425000', '185555.885000', '185556.345000', '185556.805000', '185557.265000', '185557.725000', '185558.185000', '185558.645000', '185559.105000', '185559.565000', '185600.025000', '185600.485000', '185600.945000', '185601.405000', '185601.865000', '185602.325000', '185602.785000', '185603.245000', '185603.705000', '185604.165000', '185604.625000', '185605.085000', '185605.545000', '185606.005000', '185606.465000', '185606.925000', '185607.385000', '185607.845000', '185608.305000', '185608.765000', '185609.225000', '185609.685000', '185610.145000', '185610.605000', '185611.065000', '185611.525000', '185611.985000', '185612.445000', '185612.905000', '185613.365000', '185613.825000', '185614.285000', '185614.745000', '185615.205000', '185615.665000', '185616.125000', '185616.585000', '185617.045000', '185617.505000', '185617.965000', '185618.425000', '185618.885000', '185619.345000', '185619.805000', '185620.265000', '185620.725000', '185621.185000', '185621.645000', '185622.105000', '185622.565000', '185623.025000', '185623.485000', '185623.945000', '185624.405000', '185624.865000', '185625.325000', '185625.785000', '185626.245000', '185626.705000', '185627.165000', '185627.625000', '185628.085000', '185628.545000', '185629.005000', '185629.465000', '185629.925000', '185630.385000', '185630.845000', '185631.305000', '185631.765000', '185632.225000', '185632.685000', '185633.145000', '185633.605000', '185634.065000', '185634.525000', '185634.985000', '185635.445000', '185635.905000', '185636.365000', '185636.825000', '185637.285000', '185637.745000', '185638.205000', '185638.665000', '185639.125000', '185639.585000', '185640.045000', '185640.505000', '185640.965000', '185641.425000', '185641.885000', '185642.345000', '185642.805000', '185643.265000', '185643.725000', '185644.185000', '185644.645000', '185645.105000', '185645.565000', '185646.025000', '185646.485000', '185646.945000', '185647.405000', '185647.865000', '185648.325000', '185648.785000', '185649.245000', '185649.705000', '185650.165000', '185650.625000', '185651.085000', '185651.545000', '185652.005000', '185652.465000', '185652.925000', '185653.385000', '185653.845000', '185654.305000', '185654.765000', '185655.225000', '185655.685000', '185656.145000', '185656.605000', '185657.065000', '185657.525000', '185657.985000', '185658.445000', '185658.905000', '185659.365000', '185659.825000', '185700.285000', '185700.745000', '185701.205000', '185701.665000', '185702.125000', '185702.585000', '185703.045000', '185703.505000', '185703.965000', '185704.425000', '185704.885000', '185705.345000', '185705.805000', '185706.265000', '185706.725000', '185707.185000', '185707.645000', '185708.105000', '185708.565000', '185709.025000', '185709.485000', '185709.945000', '185710.405000', '185710.865000', '185711.325000', '185711.785000', '185712.245000', '185712.705000', '185713.165000', '185713.625000', '185714.085000', '185714.545000', '185715.005000', '185715.465000', '185715.925000', '185716.385000', '185716.845000', '185717.305000', '185717.765000', '185718.225000', '185718.685000', '185719.145000', '185719.605000', '185720.065000', '185720.525000', '185720.985000', '185721.445000', '185721.905000', '185722.365000', '185722.825000', '185723.285000', '185723.745000', '185724.205000', '185724.665000', '185725.125000', '185725.585000', '185726.045000', '185726.505000', '185726.965000', '185727.425000', '185727.885000', '185728.345000', '185728.805000', '185729.265000', '185729.725000', '185730.185000', '185730.645000', '185731.105000', '185731.565000', '185732.025000', '185732.485000', '185732.945000', '185733.405000', '185733.865000', '185734.325000', '185734.785000', '185735.245000', '185735.705000', '185736.165000', '185736.625000', '185737.085000', '185737.545000', '185738.005000', '185738.465000', '185738.925000', '185739.385000', '185739.845000', '185740.305000', '185740.765000', '185741.225000', '185741.685000', '185742.145000', '185742.605000', '185743.065000', '185743.525000', '185743.985000', '185744.445000', '185744.905000', '185745.365000', '185745.825000', '185746.285000', '185746.745000', '185747.205000', '185747.665000', '185748.125000', '185748.585000', '185749.045000', '185749.505000', '185749.965000', '185750.425000', '185750.885000', '185751.345000', '185751.805000', '185752.265000', '185752.725000', '185753.185000', '185753.645000', '185754.105000', '185754.565000', '185755.025000', '185755.485000', '185755.945000', '185756.405000', '185756.865000', '185757.325000', '185757.785000', '185758.245000', '185758.705000', '185759.165000', '185759.625000', '185800.085000', '185800.545000', '185801.005000', '185801.465000', '185801.925000', '185802.385000', '185802.845000', '185803.305000', '185803.765000', '185804.225000', '185804.685000', '185805.145000', '185805.605000', '185806.065000', '185806.525000', '185806.985000', '185807.445000', '185807.905000', '185808.365000', '185808.825000', '185809.285000', '185809.745000', '185810.205000', '185810.665000', '185811.125000', '185811.585000', '185812.045000', '185812.505000', '185812.965000', '185813.425000', '185813.885000', '185814.345000', '185814.805000', '185815.265000', '185815.725000', '185816.185000', '185816.645000', '185817.105000', '185817.565000', '185818.025000', '185818.485000', '185818.945000', '185819.405000', '185819.865000', '185820.325000', '185820.785000', '185821.245000', '185821.705000', '185822.165000', '185822.625000', '185823.085000', '185823.545000', '185824.005000', '185824.465000', '185824.925000', '185825.385000', '185825.845000', '185826.305000', '185826.765000', '185827.225000', '185827.685000', '185828.145000', '185828.605000', '185829.065000', '185829.525000', '185829.985000', '185830.445000', '185830.905000', '185831.365000', '185831.825000', '185832.285000', '185832.745000', '185833.205000', '185833.665000', '185834.125000', '185834.585000', '185835.045000', '185835.505000', '185835.965000', '185836.425000'], 'ContentTime': ['184915.294000', '184915.298000', '184915.300000', '184915.303000', '184915.310000', '184915.313000', '184915.316000', '184915.318000', '184915.321000', '184915.323000', '184915.326000', '184915.329000', '184915.331000', '184915.335000', '184915.338000', '184915.341000', '184915.345000', '184915.347000', '184915.350000', '184915.352000', '184915.355000', '184915.358000', '184915.360000', '184915.363000', '184915.366000', '184915.368000', '184915.371000', '184915.374000', '184915.376000', '184915.379000', '184915.381000', '184915.384000', '184915.387000', '184915.389000', '184915.392000', '184915.394000', '184915.397000', '184915.400000', '184915.403000', '184915.406000', '184915.408000', '184915.411000', '184915.413000', '184915.416000', '184915.419000', '184935.253000', '184935.256000', '184935.259000', '184935.262000', '184935.264000', '184935.267000', '184935.269000', '184935.272000', '184935.275000', '184935.277000', '184935.280000', '184935.282000', '184935.285000', '184935.288000', '184935.290000', '184935.293000', '184935.295000', '184935.298000', '184935.300000', '184935.303000', '184935.306000', '184935.308000', '184935.311000', '184935.313000', '184935.316000', '184935.319000', '184935.321000', '184935.324000', '184935.326000', '184935.329000', '184935.332000', '184935.335000', '184935.337000', '184935.340000', '184935.342000', '184935.345000', '184935.347000', '184935.350000', '184935.353000', '184935.355000', '184935.358000', '184935.360000', '184935.363000', '184935.366000', '184955.253000', '184955.256000', '184955.259000', '184955.262000', '184955.264000', '184955.267000', '184955.270000', '184955.272000', '184955.275000', '184955.278000', '184955.280000', '184955.283000', '184955.285000', '184955.288000', '184955.291000', '184955.293000', '184955.296000', '184955.299000', '184955.301000', '184955.304000', '184955.306000', '184955.309000', '184955.311000', '184955.314000', '184955.317000', '184955.319000', '184955.322000', '184955.325000', '184955.327000', '184955.330000', '184955.332000', '184955.335000', '184955.337000', '184955.340000', '184955.343000', '184955.345000', '184955.348000', '184955.350000', '184955.353000', '184955.356000', '184955.358000', '184955.361000', '184955.363000', '185015.253000', '185015.256000', '185015.259000', '185015.262000', '185015.264000', '185015.267000', '185015.270000', '185015.272000', '185015.275000', '185015.277000', '185015.280000', '185015.283000', '185015.285000', '185015.288000', '185015.290000', '185015.293000', '185015.296000', '185015.298000', '185015.301000', '185015.303000', '185015.306000', '185015.309000', '185015.311000', '185015.314000', '185015.316000', '185015.319000', '185015.322000', '185015.324000', '185015.327000', '185015.329000', '185015.332000', '185015.335000', '185015.337000', '185015.340000', '185015.342000', '185015.345000', '185015.347000', '185015.359000', '185015.361000', '185015.364000', '185015.366000', '185015.369000', '185015.372000', '185015.386000', '185035.253000', '185035.256000', '185035.259000', '185035.261000', '185035.264000', '185035.267000', '185035.269000', '185035.272000', '185035.275000', '185035.277000', '185035.280000', '185035.283000', '185035.286000', '185035.288000', '185035.291000', '185035.293000', '185035.296000', '185035.299000', '185035.301000', '185035.304000', '185035.306000', '185035.309000', '185035.312000', '185035.314000', '185035.317000', '185035.320000', '185035.322000', '185035.325000', '185035.327000', '185035.330000', '185035.333000', '185035.335000', '185035.338000', '185035.340000', '185035.343000', '185035.346000', '185035.349000', '185035.351000', '185035.354000', '185035.356000', '185035.359000', '185035.362000', '185035.364000', '185055.253000', '185055.256000', '185055.259000', '185055.262000', '185055.264000', '185055.267000', '185055.276000', '185055.279000', '185055.281000', '185055.284000', '185055.287000', '185055.289000', '185055.292000', '185055.295000', '185055.297000', '185055.300000', '185055.302000', '185055.305000', '185055.308000', '185055.310000', '185055.313000', '185055.316000', '185055.318000', '185055.321000', '185055.323000', '185055.326000', '185055.329000', '185055.331000', '185055.334000', '185055.336000', '185055.339000', '185055.342000', '185055.344000', '185055.347000', '185055.350000', '185055.352000', '185055.355000', '185055.358000', '185055.360000', '185055.363000', '185055.365000', '185055.368000', '185055.371000', '185055.373000', '185115.253000', '185115.256000', '185115.259000', '185115.261000', '185115.264000', '185115.267000', '185115.269000', '185115.272000', '185115.275000', '185115.277000', '185115.280000', '185115.282000', '185115.285000', '185115.287000', '185115.290000', '185115.293000', '185115.295000', '185115.298000', '185115.301000', '185115.303000', '185115.306000', '185115.308000', '185115.311000', '185115.314000', '185115.316000', '185115.319000', '185115.321000', '185115.324000', '185115.327000', '185115.329000', '185115.332000', '185115.335000', '185115.337000', '185115.340000', '185115.342000', '185115.345000', '185115.348000', '185115.350000', '185115.353000', '185115.356000', '185115.358000', '185115.361000', '185115.363000', '185135.253000', '185135.256000', '185135.259000', '185135.262000', '185135.264000', '185135.267000', '185135.270000', '185135.272000', '185135.275000', '185135.278000', '185135.280000', '185135.283000', '185135.285000', '185135.288000', '185135.291000', '185135.293000', '185135.296000', '185135.299000', '185135.301000', '185135.304000', '185135.307000', '185135.309000', '185135.312000', '185135.314000', '185135.317000', '185135.320000', '185135.322000', '185135.325000', '185135.327000', '185135.330000', '185135.333000', '185135.335000', '185135.345000', '185135.347000', '185135.350000', '185135.352000', '185135.355000', '185135.358000', '185135.360000', '185135.363000', '185135.366000', '185135.368000', '185135.371000', '185135.373000', '185155.254000', '185155.256000', '185155.259000', '185155.262000', '185155.264000', '185155.267000', '185155.270000', '185155.272000', '185155.275000', '185155.277000', '185155.280000', '185155.283000', '185155.285000', '185155.288000', '185155.290000', '185155.293000', '185155.296000', '185155.298000', '185155.322000', '185155.324000', '185155.327000', '185155.329000', '185155.332000', '185155.335000', '185155.338000', '185155.340000', '185155.343000', '185155.346000', '185155.348000', '185155.351000', '185155.354000', '185155.356000', '185155.359000', '185155.361000', '185155.364000', '185155.367000', '185155.370000', '185155.372000', '185155.375000', '185155.377000', '185155.380000', '185155.383000', '185155.385000', '185215.253000', '185215.256000', '185215.259000', '185215.262000', '185215.264000', '185215.267000', '185215.269000', '185215.272000', '185215.275000', '185215.277000', '185215.280000', '185215.283000', '185215.285000', '185215.288000', '185215.291000', '185215.293000', '185215.296000', '185215.299000', '185215.301000', '185215.304000', '185215.306000', '185215.309000', '185215.312000', '185215.314000', '185215.317000', '185215.319000', '185215.322000', '185215.325000', '185215.327000', '185215.330000', '185215.332000', '185215.335000', '185215.338000', '185215.340000', '185215.343000', '185215.345000', '185215.348000', '185215.351000', '185215.353000', '185215.356000', '185215.359000', '185215.361000', '185215.364000', '185215.366000', '185235.254000', '185235.256000', '185235.259000', '185235.262000', '185235.264000', '185235.267000', '185235.270000', '185235.272000', '185235.275000', '185235.277000', '185235.280000', '185235.282000', '185235.285000', '185235.288000', '185235.290000', '185235.293000', '185235.295000', '185235.298000', '185235.301000', '185235.303000', '185235.306000', '185235.308000', '185235.311000', '185235.313000', '185235.316000', '185235.319000', '185235.321000', '185235.324000', '185235.326000', '185235.329000', '185235.332000', '185235.335000', '185235.337000', '185235.340000', '185235.342000', '185235.345000', '185235.348000', '185235.350000', '185235.353000', '185235.356000', '185235.358000', '185235.361000', '185235.363000', '185255.253000', '185255.256000', '185255.259000', '185255.262000', '185255.264000', '185255.267000', '185255.270000', '185255.272000', '185255.275000', '185255.277000', '185255.280000', '185255.284000', '185255.287000', '185255.289000', '185255.292000', '185255.295000', '185255.297000', '185255.300000', '185255.303000', '185255.305000', '185255.308000', '185255.310000', '185255.313000', '185255.316000', '185255.318000', '185255.321000', '185255.324000', '185255.326000', '185255.329000', '185255.331000', '185255.334000', '185255.337000', '185255.340000', '185255.342000', '185255.345000', '185255.348000', '185255.350000', '185255.353000', '185255.356000', '185255.366000', '185255.368000', '185255.371000', '185255.374000', '185255.376000', '185315.253000', '185315.256000', '185315.259000', '185315.262000', '185315.264000', '185315.267000', '185315.270000', '185315.272000', '185315.275000', '185315.278000', '185315.280000', '185315.283000', '185315.285000', '185315.288000', '185315.291000', '185315.293000', '185315.296000', '185315.299000', '185315.301000', '185315.304000', '185315.307000', '185315.309000', '185315.312000', '185315.315000', '185315.317000', '185315.320000', '185315.323000', '185315.325000', '185315.328000', '185315.331000', '185315.333000', '185315.336000', '185315.339000', '185315.341000', '185315.344000', '185315.347000', '185315.349000', '185315.352000', '185315.354000', '185315.357000', '185315.360000', '185315.362000', '185315.365000', '185335.254000', '185335.256000', '185335.259000', '185335.262000', '185335.264000', '185335.267000', '185335.269000', '185335.272000', '185335.275000', '185335.277000', '185335.280000', '185335.283000', '185335.285000', '185335.288000', '185335.291000', '185335.293000', '185335.296000', '185335.298000', '185335.301000', '185335.304000', '185335.306000', '185335.309000', '185335.312000', '185335.314000', '185335.317000', '185335.319000', '185335.322000', '185335.325000', '185335.327000', '185335.330000', '185335.333000', '185335.335000', '185335.338000', '185335.340000', '185335.343000', '185335.346000', '185335.348000', '185335.351000', '185335.353000', '185335.356000', '185335.359000', '185335.361000', '185335.364000', '185355.253000', '185355.256000', '185355.259000', '185355.261000', '185355.265000', '185355.267000', '185355.270000', '185355.273000', '185355.275000', '185355.278000', '185355.281000', '185355.283000', '185355.286000', '185355.289000', '185355.291000', '185355.294000', '185355.296000', '185355.299000', '185355.302000', '185355.304000', '185355.307000', '185355.310000', '185355.312000', '185355.315000', '185355.317000', '185355.320000', '185355.323000', '185355.325000', '185355.328000', '185355.331000', '185355.333000', '185355.336000', '185355.338000', '185355.341000', '185355.344000', '185355.346000', '185355.349000', '185355.351000', '185355.354000', '185355.357000', '185355.359000', '185355.362000', '185355.365000', '185355.367000', '185415.254000', '185415.256000', '185415.259000', '185415.262000', '185415.264000', '185415.267000', '185415.270000', '185415.273000', '185415.276000', '185415.298000', '185415.300000', '185415.303000', '185415.306000', '185415.308000', '185415.311000', '185415.313000', '185415.316000', '185415.319000', '185415.322000', '185415.325000', '185415.328000', '185415.331000', '185415.333000', '185415.336000', '185415.339000', '185415.341000', '185415.344000', '185415.346000', '185415.349000', '185415.352000', '185415.354000', '185415.357000', '185415.360000', '185415.362000', '185415.365000', '185415.367000', '185415.370000', '185415.373000', '185415.376000', '185415.378000', '185415.381000', '185415.384000', '185415.386000', '185435.254000', '185435.256000', '185435.259000', '185435.262000', '185435.265000', '185435.267000', '185435.270000', '185435.272000', '185435.275000', '185435.278000', '185435.280000', '185435.283000', '185435.286000', '185435.288000', '185435.292000', '185435.295000', '185435.297000', '185435.300000', '185435.302000', '185435.305000', '185435.308000', '185435.310000', '185435.313000', '185435.318000', '185435.320000', '185435.323000', '185435.326000', '185435.329000', '185435.331000', '185435.334000', '185435.336000', '185435.339000', '185435.342000', '185435.344000', '185435.347000', '185435.350000', '185435.352000', '185435.355000', '185435.357000', '185435.360000', '185435.375000', '185435.377000', '185435.380000', '185435.383000', '185455.253000', '185455.256000', '185455.259000', '185455.262000', '185455.264000', '185455.267000', '185455.270000', '185455.272000', '185455.275000', '185455.278000', '185455.280000', '185455.283000', '185455.285000', '185455.288000', '185455.291000', '185455.293000', '185455.297000', '185455.300000', '185455.302000', '185455.306000', '185455.309000', '185455.311000', '185455.314000', '185455.317000', '185455.319000', '185455.322000', '185455.325000', '185455.327000', '185455.330000', '185455.333000', '185455.335000', '185455.343000', '185455.346000', '185455.348000', '185455.351000', '185455.354000', '185455.356000', '185455.359000', '185455.361000', '185455.364000', '185455.367000', '185455.369000', '185455.372000', '185515.254000', '185515.256000', '185515.259000', '185515.262000', '185515.264000', '185515.267000', '185515.270000', '185515.273000', '185515.275000', '185515.278000', '185515.281000', '185515.283000', '185515.286000', '185515.288000', '185515.291000', '185515.294000', '185515.296000', '185515.299000', '185515.302000', '185515.304000', '185515.307000', '185515.309000', '185515.312000', '185515.315000', '185515.317000', '185515.320000', '185515.323000', '185515.325000', '185515.328000', '185515.330000', '185515.333000', '185515.336000', '185515.338000', '185515.341000', '185515.343000', '185515.346000', '185515.349000', '185515.351000', '185515.354000', '185515.357000', '185515.359000', '185515.362000', '185515.365000', '185515.367000', '185535.253000', '185535.256000', '185535.259000', '185535.262000', '185535.264000', '185535.267000', '185535.269000', '185535.272000', '185535.275000', '185535.278000', '185535.280000', '185535.283000', '185535.285000', '185535.288000', '185535.291000', '185535.293000', '185535.296000', '185535.299000', '185535.302000', '185535.304000', '185535.307000', '185535.309000', '185535.312000', '185535.315000', '185535.317000', '185535.320000', '185535.323000', '185535.325000', '185535.328000', '185535.330000', '185535.333000', '185535.336000', '185535.338000', '185535.341000', '185535.344000', '185535.346000', '185535.349000', '185535.351000', '185535.354000', '185535.357000', '185535.359000', '185535.363000', '185535.366000', '185555.254000', '185555.257000', '185555.259000', '185555.262000', '185555.265000', '185555.267000', '185555.270000', '185555.273000', '185555.275000', '185555.278000', '185555.281000', '185555.283000', '185555.286000', '185555.289000', '185555.291000', '185555.294000', '185555.297000', '185555.299000', '185555.302000', '185555.305000', '185555.307000', '185555.310000', '185555.313000', '185555.315000', '185555.318000', '185555.321000', '185555.323000', '185555.326000', '185555.329000', '185555.331000', '185555.334000', '185555.337000', '185555.339000', '185555.342000', '185555.344000', '185555.347000', '185555.350000', '185555.352000', '185555.355000', '185555.358000', '185555.360000', '185555.363000', '185555.365000', '185555.368000', '185615.253000', '185615.256000', '185615.259000', '185615.262000', '185615.265000', '185615.267000', '185615.270000', '185615.286000', '185615.289000', '185615.291000', '185615.294000', '185615.297000', '185615.299000', '185615.302000', '185615.305000', '185615.307000', '185615.310000', '185615.312000', '185615.315000', '185615.318000', '185615.320000', '185615.323000', '185615.326000', '185615.328000', '185615.331000', '185615.333000', '185615.336000', '185615.339000', '185615.341000', '185615.344000', '185615.347000', '185615.349000', '185615.352000', '185615.354000', '185615.357000', '185615.360000', '185615.363000', '185615.365000', '185615.370000', '185615.373000', '185615.375000', '185615.378000', '185615.381000', '185635.253000', '185635.256000', '185635.259000', '185635.262000', '185635.265000', '185635.267000', '185635.270000', '185635.272000', '185635.275000', '185635.278000', '185635.280000', '185635.283000', '185635.286000', '185635.289000', '185635.291000', '185635.294000', '185635.297000', '185635.299000', '185635.302000', '185635.305000', '185635.307000', '185635.310000', '185635.313000', '185635.315000', '185635.318000', '185635.320000', '185635.323000', '185635.325000', '185635.328000', '185635.331000', '185635.333000', '185635.336000', '185635.339000', '185635.341000', '185635.344000', '185635.347000', '185635.349000', '185635.352000', '185635.354000', '185635.357000', '185635.360000', '185635.362000', '185635.365000', '185635.367000', '185655.254000', '185655.257000', '185655.259000', '185655.262000', '185655.265000', '185655.267000', '185655.270000', '185655.272000', '185655.275000', '185655.278000', '185655.280000', '185655.283000', '185655.286000', '185655.288000', '185655.291000', '185655.293000', '185655.296000', '185655.299000', '185655.301000', '185655.304000', '185655.307000', '185655.309000', '185655.312000', '185655.314000', '185655.317000', '185655.320000', '185655.322000', '185655.325000', '185655.328000', '185655.331000', '185655.333000', '185655.336000', '185655.339000', '185655.342000', '185655.345000', '185655.347000', '185655.350000', '185655.352000', '185655.355000', '185655.358000', '185655.360000', '185655.363000', '185655.366000', '185715.253000', '185715.256000', '185715.259000', '185715.262000', '185715.264000', '185715.267000', '185715.270000', '185715.272000', '185715.275000', '185715.278000', '185715.280000', '185715.283000', '185715.285000', '185715.288000', '185715.291000', '185715.293000', '185715.296000', '185715.299000', '185715.301000', '185715.304000', '185715.307000', '185715.309000', '185715.312000', '185715.315000', '185715.317000', '185715.320000', '185715.322000', '185715.325000', '185715.328000', '185715.330000', '185715.333000', '185715.336000', '185715.338000', '185715.341000', '185715.343000', '185715.346000', '185715.349000', '185715.351000', '185715.354000', '185715.357000', '185715.359000', '185715.362000', '185715.364000', '185715.367000', '185735.253000', '185735.256000', '185735.259000', '185735.281000', '185735.283000', '185735.286000', '185735.289000', '185735.291000', '185735.294000', '185735.297000', '185735.299000', '185735.302000', '185735.304000', '185735.307000', '185735.310000', '185735.312000', '185735.315000', '185735.317000', '185735.320000', '185735.323000', '185735.325000', '185735.328000', '185735.330000', '185735.333000', '185735.335000', '185735.338000', '185735.341000', '185735.343000', '185735.346000', '185735.348000', '185735.351000', '185735.354000', '185735.357000', '185735.360000', '185735.363000', '185735.366000', '185735.368000', '185735.371000', '185735.373000', '185735.376000', '185735.378000', '185735.381000', '185735.384000', '185755.254000', '185755.257000', '185755.259000', '185755.262000', '185755.265000', '185755.267000', '185755.270000', '185755.272000', '185755.275000', '185755.278000', '185755.280000', '185755.283000', '185755.285000', '185755.288000', '185755.290000', '185755.293000', '185755.296000', '185755.298000', '185755.301000', '185755.304000', '185755.306000', '185755.309000', '185755.311000', '185755.314000', '185755.317000', '185755.319000', '185755.322000', '185755.324000', '185755.327000', '185755.330000', '185755.332000', '185755.335000', '185755.337000', '185755.340000', '185755.343000', '185755.345000', '185755.348000', '185755.351000', '185755.353000', '185755.356000', '185755.358000', '185755.361000', '185755.364000', '185755.366000', '185815.254000', '185815.257000', '185815.259000', '185815.262000', '185815.264000', '185815.267000', '185815.270000', '185815.272000', '185815.275000', '185815.277000', '185815.280000', '185815.283000', '185815.285000', '185815.288000', '185815.290000', '185815.293000', '185815.295000', '185815.298000', '185815.301000', '185815.303000', '185815.306000', '185815.309000', '185815.311000', '185815.314000', '185815.316000', '185815.319000', '185815.322000', '185815.324000', '185815.327000', '185815.329000', '185815.332000', '185815.335000', '185815.337000', '185815.340000', '185815.343000', '185815.345000', '185815.348000', '185815.350000', '185815.353000', '185815.356000', '185815.358000', '185815.361000', '185815.363000', '185835.254000', '185835.256000', '185835.259000', '185835.262000', '185835.264000', '185835.267000', '185835.269000', '185835.272000', '185835.275000', '185835.277000', '185835.280000', '185835.282000', '185835.285000', '185835.287000', '185835.290000', '185835.293000', '185835.295000', '185835.298000', '185835.300000', '185835.303000', '185835.306000', '185835.308000', '185835.311000', '185835.313000', '185835.316000', '185835.319000', '185835.321000', '185835.324000', '185835.326000', '185835.329000', '185835.332000', '185835.334000', '185835.337000', '185835.340000', '185835.342000', '185835.345000', '185835.347000', '185835.350000', '185835.352000', '185835.355000', '185835.358000', '185835.360000', '185835.363000', '185835.365000', '185837.471000', '185837.474000', '185837.477000', '185837.480000', '185837.483000'], 'InstanceCreationTime': ['184915.294000', '184915.298000', '184915.300000', '184915.303000', '184915.310000', '184915.313000', '184915.316000', '184915.318000', '184915.321000', '184915.323000', '184915.326000', '184915.329000', '184915.331000', '184915.335000', '184915.338000', '184915.341000', '184915.345000', '184915.347000', '184915.350000', '184915.352000', '184915.355000', '184915.358000', '184915.360000', '184915.363000', '184915.366000', '184915.368000', '184915.371000', '184915.374000', '184915.376000', '184915.379000', '184915.381000', '184915.384000', '184915.387000', '184915.389000', '184915.392000', '184915.394000', '184915.397000', '184915.400000', '184915.403000', '184915.406000', '184915.408000', '184915.411000', '184915.413000', '184915.416000', '184915.419000', '184935.253000', '184935.256000', '184935.259000', '184935.262000', '184935.264000', '184935.267000', '184935.269000', '184935.272000', '184935.275000', '184935.277000', '184935.280000', '184935.282000', '184935.285000', '184935.288000', '184935.290000', '184935.293000', '184935.295000', '184935.298000', '184935.300000', '184935.303000', '184935.306000', '184935.308000', '184935.311000', '184935.313000', '184935.316000', '184935.319000', '184935.321000', '184935.324000', '184935.326000', '184935.329000', '184935.332000', '184935.335000', '184935.337000', '184935.340000', '184935.342000', '184935.345000', '184935.347000', '184935.350000', '184935.353000', '184935.355000', '184935.358000', '184935.360000', '184935.363000', '184935.366000', '184955.253000', '184955.256000', '184955.259000', '184955.262000', '184955.264000', '184955.267000', '184955.270000', '184955.272000', '184955.275000', '184955.278000', '184955.280000', '184955.283000', '184955.285000', '184955.288000', '184955.291000', '184955.293000', '184955.296000', '184955.299000', '184955.301000', '184955.304000', '184955.306000', '184955.309000', '184955.311000', '184955.314000', '184955.317000', '184955.319000', '184955.322000', '184955.325000', '184955.327000', '184955.330000', '184955.332000', '184955.335000', '184955.337000', '184955.340000', '184955.343000', '184955.345000', '184955.348000', '184955.350000', '184955.353000', '184955.356000', '184955.358000', '184955.361000', '184955.363000', '185015.253000', '185015.256000', '185015.259000', '185015.262000', '185015.264000', '185015.267000', '185015.270000', '185015.272000', '185015.275000', '185015.277000', '185015.280000', '185015.283000', '185015.285000', '185015.288000', '185015.290000', '185015.293000', '185015.296000', '185015.298000', '185015.301000', '185015.303000', '185015.306000', '185015.309000', '185015.311000', '185015.314000', '185015.316000', '185015.319000', '185015.322000', '185015.324000', '185015.327000', '185015.329000', '185015.332000', '185015.335000', '185015.337000', '185015.340000', '185015.342000', '185015.345000', '185015.347000', '185015.359000', '185015.361000', '185015.364000', '185015.366000', '185015.369000', '185015.372000', '185015.386000', '185035.253000', '185035.256000', '185035.259000', '185035.261000', '185035.264000', '185035.267000', '185035.269000', '185035.272000', '185035.275000', '185035.277000', '185035.280000', '185035.283000', '185035.286000', '185035.288000', '185035.291000', '185035.293000', '185035.296000', '185035.299000', '185035.301000', '185035.304000', '185035.306000', '185035.309000', '185035.312000', '185035.314000', '185035.317000', '185035.320000', '185035.322000', '185035.325000', '185035.327000', '185035.330000', '185035.333000', '185035.335000', '185035.338000', '185035.340000', '185035.343000', '185035.346000', '185035.349000', '185035.351000', '185035.354000', '185035.356000', '185035.359000', '185035.362000', '185035.364000', '185055.253000', '185055.256000', '185055.259000', '185055.262000', '185055.264000', '185055.267000', '185055.276000', '185055.279000', '185055.281000', '185055.284000', '185055.287000', '185055.289000', '185055.292000', '185055.295000', '185055.297000', '185055.300000', '185055.302000', '185055.305000', '185055.308000', '185055.310000', '185055.313000', '185055.316000', '185055.318000', '185055.321000', '185055.323000', '185055.326000', '185055.329000', '185055.331000', '185055.334000', '185055.336000', '185055.339000', '185055.342000', '185055.344000', '185055.347000', '185055.350000', '185055.352000', '185055.355000', '185055.358000', '185055.360000', '185055.363000', '185055.365000', '185055.368000', '185055.371000', '185055.373000', '185115.253000', '185115.256000', '185115.259000', '185115.261000', '185115.264000', '185115.267000', '185115.269000', '185115.272000', '185115.275000', '185115.277000', '185115.280000', '185115.282000', '185115.285000', '185115.287000', '185115.290000', '185115.293000', '185115.295000', '185115.298000', '185115.301000', '185115.303000', '185115.306000', '185115.308000', '185115.311000', '185115.314000', '185115.316000', '185115.319000', '185115.321000', '185115.324000', '185115.327000', '185115.329000', '185115.332000', '185115.335000', '185115.337000', '185115.340000', '185115.342000', '185115.345000', '185115.348000', '185115.350000', '185115.353000', '185115.356000', '185115.358000', '185115.361000', '185115.363000', '185135.253000', '185135.256000', '185135.259000', '185135.262000', '185135.264000', '185135.267000', '185135.270000', '185135.272000', '185135.275000', '185135.278000', '185135.280000', '185135.283000', '185135.285000', '185135.288000', '185135.291000', '185135.293000', '185135.296000', '185135.299000', '185135.301000', '185135.304000', '185135.307000', '185135.309000', '185135.312000', '185135.314000', '185135.317000', '185135.320000', '185135.322000', '185135.325000', '185135.327000', '185135.330000', '185135.333000', '185135.335000', '185135.345000', '185135.347000', '185135.350000', '185135.352000', '185135.355000', '185135.358000', '185135.360000', '185135.363000', '185135.366000', '185135.368000', '185135.371000', '185135.373000', '185155.254000', '185155.256000', '185155.259000', '185155.262000', '185155.264000', '185155.267000', '185155.270000', '185155.272000', '185155.275000', '185155.277000', '185155.280000', '185155.283000', '185155.285000', '185155.288000', '185155.290000', '185155.293000', '185155.296000', '185155.298000', '185155.322000', '185155.324000', '185155.327000', '185155.329000', '185155.332000', '185155.335000', '185155.338000', '185155.340000', '185155.343000', '185155.346000', '185155.348000', '185155.351000', '185155.354000', '185155.356000', '185155.359000', '185155.361000', '185155.364000', '185155.367000', '185155.370000', '185155.372000', '185155.375000', '185155.377000', '185155.380000', '185155.383000', '185155.385000', '185215.253000', '185215.256000', '185215.259000', '185215.262000', '185215.264000', '185215.267000', '185215.269000', '185215.272000', '185215.275000', '185215.277000', '185215.280000', '185215.283000', '185215.285000', '185215.288000', '185215.291000', '185215.293000', '185215.296000', '185215.299000', '185215.301000', '185215.304000', '185215.306000', '185215.309000', '185215.312000', '185215.314000', '185215.317000', '185215.319000', '185215.322000', '185215.325000', '185215.327000', '185215.330000', '185215.332000', '185215.335000', '185215.338000', '185215.340000', '185215.343000', '185215.345000', '185215.348000', '185215.351000', '185215.353000', '185215.356000', '185215.359000', '185215.361000', '185215.364000', '185215.366000', '185235.254000', '185235.256000', '185235.259000', '185235.262000', '185235.264000', '185235.267000', '185235.270000', '185235.272000', '185235.275000', '185235.277000', '185235.280000', '185235.282000', '185235.285000', '185235.288000', '185235.290000', '185235.293000', '185235.295000', '185235.298000', '185235.301000', '185235.303000', '185235.306000', '185235.308000', '185235.311000', '185235.313000', '185235.316000', '185235.319000', '185235.321000', '185235.324000', '185235.326000', '185235.329000', '185235.332000', '185235.335000', '185235.337000', '185235.340000', '185235.342000', '185235.345000', '185235.348000', '185235.350000', '185235.353000', '185235.356000', '185235.358000', '185235.361000', '185235.363000', '185255.253000', '185255.256000', '185255.259000', '185255.262000', '185255.264000', '185255.267000', '185255.270000', '185255.272000', '185255.275000', '185255.277000', '185255.280000', '185255.284000', '185255.287000', '185255.289000', '185255.292000', '185255.295000', '185255.297000', '185255.300000', '185255.303000', '185255.305000', '185255.308000', '185255.310000', '185255.313000', '185255.316000', '185255.318000', '185255.321000', '185255.324000', '185255.326000', '185255.329000', '185255.331000', '185255.334000', '185255.337000', '185255.340000', '185255.342000', '185255.345000', '185255.348000', '185255.350000', '185255.353000', '185255.356000', '185255.366000', '185255.368000', '185255.371000', '185255.374000', '185255.376000', '185315.253000', '185315.256000', '185315.259000', '185315.262000', '185315.264000', '185315.267000', '185315.270000', '185315.272000', '185315.275000', '185315.278000', '185315.280000', '185315.283000', '185315.285000', '185315.288000', '185315.291000', '185315.293000', '185315.296000', '185315.299000', '185315.301000', '185315.304000', '185315.307000', '185315.309000', '185315.312000', '185315.315000', '185315.317000', '185315.320000', '185315.323000', '185315.325000', '185315.328000', '185315.331000', '185315.333000', '185315.336000', '185315.339000', '185315.341000', '185315.344000', '185315.347000', '185315.349000', '185315.352000', '185315.354000', '185315.357000', '185315.360000', '185315.362000', '185315.365000', '185335.254000', '185335.256000', '185335.259000', '185335.262000', '185335.264000', '185335.267000', '185335.269000', '185335.272000', '185335.275000', '185335.277000', '185335.280000', '185335.283000', '185335.285000', '185335.288000', '185335.291000', '185335.293000', '185335.296000', '185335.298000', '185335.301000', '185335.304000', '185335.306000', '185335.309000', '185335.312000', '185335.314000', '185335.317000', '185335.319000', '185335.322000', '185335.325000', '185335.327000', '185335.330000', '185335.333000', '185335.335000', '185335.338000', '185335.340000', '185335.343000', '185335.346000', '185335.348000', '185335.351000', '185335.353000', '185335.356000', '185335.359000', '185335.361000', '185335.364000', '185355.253000', '185355.256000', '185355.259000', '185355.261000', '185355.265000', '185355.267000', '185355.270000', '185355.273000', '185355.275000', '185355.278000', '185355.281000', '185355.283000', '185355.286000', '185355.289000', '185355.291000', '185355.294000', '185355.296000', '185355.299000', '185355.302000', '185355.304000', '185355.307000', '185355.310000', '185355.312000', '185355.315000', '185355.317000', '185355.320000', '185355.323000', '185355.325000', '185355.328000', '185355.331000', '185355.333000', '185355.336000', '185355.338000', '185355.341000', '185355.344000', '185355.346000', '185355.349000', '185355.351000', '185355.354000', '185355.357000', '185355.359000', '185355.362000', '185355.365000', '185355.367000', '185415.254000', '185415.256000', '185415.259000', '185415.262000', '185415.264000', '185415.267000', '185415.270000', '185415.273000', '185415.276000', '185415.298000', '185415.300000', '185415.303000', '185415.306000', '185415.308000', '185415.311000', '185415.313000', '185415.316000', '185415.319000', '185415.322000', '185415.325000', '185415.328000', '185415.331000', '185415.333000', '185415.336000', '185415.339000', '185415.341000', '185415.344000', '185415.346000', '185415.349000', '185415.352000', '185415.354000', '185415.357000', '185415.360000', '185415.362000', '185415.365000', '185415.367000', '185415.370000', '185415.373000', '185415.376000', '185415.378000', '185415.381000', '185415.384000', '185415.386000', '185435.254000', '185435.256000', '185435.259000', '185435.262000', '185435.265000', '185435.267000', '185435.270000', '185435.272000', '185435.275000', '185435.278000', '185435.280000', '185435.283000', '185435.286000', '185435.288000', '185435.292000', '185435.295000', '185435.297000', '185435.300000', '185435.302000', '185435.305000', '185435.308000', '185435.310000', '185435.313000', '185435.318000', '185435.320000', '185435.323000', '185435.326000', '185435.329000', '185435.331000', '185435.334000', '185435.336000', '185435.339000', '185435.342000', '185435.344000', '185435.347000', '185435.350000', '185435.352000', '185435.355000', '185435.357000', '185435.360000', '185435.375000', '185435.377000', '185435.380000', '185435.383000', '185455.253000', '185455.256000', '185455.259000', '185455.262000', '185455.264000', '185455.267000', '185455.270000', '185455.272000', '185455.275000', '185455.278000', '185455.280000', '185455.283000', '185455.285000', '185455.288000', '185455.291000', '185455.293000', '185455.297000', '185455.300000', '185455.302000', '185455.306000', '185455.309000', '185455.311000', '185455.314000', '185455.317000', '185455.319000', '185455.322000', '185455.325000', '185455.327000', '185455.330000', '185455.333000', '185455.335000', '185455.343000', '185455.346000', '185455.348000', '185455.351000', '185455.354000', '185455.356000', '185455.359000', '185455.361000', '185455.364000', '185455.367000', '185455.369000', '185455.372000', '185515.254000', '185515.256000', '185515.259000', '185515.262000', '185515.264000', '185515.267000', '185515.270000', '185515.273000', '185515.275000', '185515.278000', '185515.281000', '185515.283000', '185515.286000', '185515.288000', '185515.291000', '185515.294000', '185515.296000', '185515.299000', '185515.302000', '185515.304000', '185515.307000', '185515.309000', '185515.312000', '185515.315000', '185515.317000', '185515.320000', '185515.323000', '185515.325000', '185515.328000', '185515.330000', '185515.333000', '185515.336000', '185515.338000', '185515.341000', '185515.343000', '185515.346000', '185515.349000', '185515.351000', '185515.354000', '185515.357000', '185515.359000', '185515.362000', '185515.365000', '185515.367000', '185535.253000', '185535.256000', '185535.259000', '185535.262000', '185535.264000', '185535.267000', '185535.269000', '185535.272000', '185535.275000', '185535.278000', '185535.280000', '185535.283000', '185535.285000', '185535.288000', '185535.291000', '185535.293000', '185535.296000', '185535.299000', '185535.302000', '185535.304000', '185535.307000', '185535.309000', '185535.312000', '185535.315000', '185535.317000', '185535.320000', '185535.323000', '185535.325000', '185535.328000', '185535.330000', '185535.333000', '185535.336000', '185535.338000', '185535.341000', '185535.344000', '185535.346000', '185535.349000', '185535.351000', '185535.354000', '185535.357000', '185535.359000', '185535.363000', '185535.366000', '185555.254000', '185555.257000', '185555.259000', '185555.262000', '185555.265000', '185555.267000', '185555.270000', '185555.273000', '185555.275000', '185555.278000', '185555.281000', '185555.283000', '185555.286000', '185555.289000', '185555.291000', '185555.294000', '185555.297000', '185555.299000', '185555.302000', '185555.305000', '185555.307000', '185555.310000', '185555.313000', '185555.315000', '185555.318000', '185555.321000', '185555.323000', '185555.326000', '185555.329000', '185555.331000', '185555.334000', '185555.337000', '185555.339000', '185555.342000', '185555.344000', '185555.347000', '185555.350000', '185555.352000', '185555.355000', '185555.358000', '185555.360000', '185555.363000', '185555.365000', '185555.368000', '185615.253000', '185615.256000', '185615.259000', '185615.262000', '185615.265000', '185615.267000', '185615.270000', '185615.286000', '185615.289000', '185615.291000', '185615.294000', '185615.297000', '185615.299000', '185615.302000', '185615.305000', '185615.307000', '185615.310000', '185615.312000', '185615.315000', '185615.318000', '185615.320000', '185615.323000', '185615.326000', '185615.328000', '185615.331000', '185615.333000', '185615.336000', '185615.339000', '185615.341000', '185615.344000', '185615.347000', '185615.349000', '185615.352000', '185615.354000', '185615.357000', '185615.360000', '185615.363000', '185615.365000', '185615.370000', '185615.373000', '185615.375000', '185615.378000', '185615.381000', '185635.253000', '185635.256000', '185635.259000', '185635.262000', '185635.265000', '185635.267000', '185635.270000', '185635.272000', '185635.275000', '185635.278000', '185635.280000', '185635.283000', '185635.286000', '185635.289000', '185635.291000', '185635.294000', '185635.297000', '185635.299000', '185635.302000', '185635.305000', '185635.307000', '185635.310000', '185635.313000', '185635.315000', '185635.318000', '185635.320000', '185635.323000', '185635.325000', '185635.328000', '185635.331000', '185635.333000', '185635.336000', '185635.339000', '185635.341000', '185635.344000', '185635.347000', '185635.349000', '185635.352000', '185635.354000', '185635.357000', '185635.360000', '185635.362000', '185635.365000', '185635.367000', '185655.254000', '185655.257000', '185655.259000', '185655.262000', '185655.265000', '185655.267000', '185655.270000', '185655.272000', '185655.275000', '185655.278000', '185655.280000', '185655.283000', '185655.286000', '185655.288000', '185655.291000', '185655.293000', '185655.296000', '185655.299000', '185655.301000', '185655.304000', '185655.307000', '185655.309000', '185655.312000', '185655.314000', '185655.317000', '185655.320000', '185655.322000', '185655.325000', '185655.328000', '185655.331000', '185655.333000', '185655.336000', '185655.339000', '185655.342000', '185655.345000', '185655.347000', '185655.350000', '185655.352000', '185655.355000', '185655.358000', '185655.360000', '185655.363000', '185655.366000', '185715.253000', '185715.256000', '185715.259000', '185715.262000', '185715.264000', '185715.267000', '185715.270000', '185715.272000', '185715.275000', '185715.278000', '185715.280000', '185715.283000', '185715.285000', '185715.288000', '185715.291000', '185715.293000', '185715.296000', '185715.299000', '185715.301000', '185715.304000', '185715.307000', '185715.309000', '185715.312000', '185715.315000', '185715.317000', '185715.320000', '185715.322000', '185715.325000', '185715.328000', '185715.330000', '185715.333000', '185715.336000', '185715.338000', '185715.341000', '185715.343000', '185715.346000', '185715.349000', '185715.351000', '185715.354000', '185715.357000', '185715.359000', '185715.362000', '185715.364000', '185715.367000', '185735.253000', '185735.256000', '185735.259000', '185735.281000', '185735.283000', '185735.286000', '185735.289000', '185735.291000', '185735.294000', '185735.297000', '185735.299000', '185735.302000', '185735.304000', '185735.307000', '185735.310000', '185735.312000', '185735.315000', '185735.317000', '185735.320000', '185735.323000', '185735.325000', '185735.328000', '185735.330000', '185735.333000', '185735.335000', '185735.338000', '185735.341000', '185735.343000', '185735.346000', '185735.348000', '185735.351000', '185735.354000', '185735.357000', '185735.360000', '185735.363000', '185735.366000', '185735.368000', '185735.371000', '185735.373000', '185735.376000', '185735.378000', '185735.381000', '185735.384000', '185755.254000', '185755.257000', '185755.259000', '185755.262000', '185755.265000', '185755.267000', '185755.270000', '185755.272000', '185755.275000', '185755.278000', '185755.280000', '185755.283000', '185755.285000', '185755.288000', '185755.290000', '185755.293000', '185755.296000', '185755.298000', '185755.301000', '185755.304000', '185755.306000', '185755.309000', '185755.311000', '185755.314000', '185755.317000', '185755.319000', '185755.322000', '185755.324000', '185755.327000', '185755.330000', '185755.332000', '185755.335000', '185755.337000', '185755.340000', '185755.343000', '185755.345000', '185755.348000', '185755.351000', '185755.353000', '185755.356000', '185755.358000', '185755.361000', '185755.364000', '185755.366000', '185815.254000', '185815.257000', '185815.259000', '185815.262000', '185815.264000', '185815.267000', '185815.270000', '185815.272000', '185815.275000', '185815.277000', '185815.280000', '185815.283000', '185815.285000', '185815.288000', '185815.290000', '185815.293000', '185815.295000', '185815.298000', '185815.301000', '185815.303000', '185815.306000', '185815.309000', '185815.311000', '185815.314000', '185815.316000', '185815.319000', '185815.322000', '185815.324000', '185815.327000', '185815.329000', '185815.332000', '185815.335000', '185815.337000', '185815.340000', '185815.343000', '185815.345000', '185815.348000', '185815.350000', '185815.353000', '185815.356000', '185815.358000', '185815.361000', '185815.363000', '185835.254000', '185835.256000', '185835.259000', '185835.262000', '185835.264000', '185835.267000', '185835.269000', '185835.272000', '185835.275000', '185835.277000', '185835.280000', '185835.282000', '185835.285000', '185835.287000', '185835.290000', '185835.293000', '185835.295000', '185835.298000', '185835.300000', '185835.303000', '185835.306000', '185835.308000', '185835.311000', '185835.313000', '185835.316000', '185835.319000', '185835.321000', '185835.324000', '185835.326000', '185835.329000', '185835.332000', '185835.334000', '185835.337000', '185835.340000', '185835.342000', '185835.345000', '185835.347000', '185835.350000', '185835.352000', '185835.355000', '185835.358000', '185835.360000', '185835.363000', '185835.365000', '185837.471000', '185837.474000', '185837.477000', '185837.480000', '185837.483000'], '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': [8649, 7893, 11078, 9403, 10303, 7722, 8691, 7849, 9013, 8361, 8804, 8358, 7878, 7310, 6625, 6884, 6566, 6906, 6625, 7153, 6524, 7547, 6722, 7367, 8136, 7954, 8099, 7187, 8791, 7115, 10532, 8288, 9272, 8385, 8841, 6916, 7304, 6798, 7095, 7001, 7580, 7245, 6804, 7541, 6516, 7416, 6682, 6945, 7640, 7146, 6764, 7219, 6519, 7404, 6801, 6929, 8300, 7564, 7377, 7144, 7508, 7090, 8213, 7557, 8052, 7749, 6899, 6903, 6971, 7160, 8157, 7462, 7920, 7277, 6613, 8004, 7188, 8325, 7418, 7551, 7754, 6657, 8509, 6909, 9910, 7450, 9328, 7100, 9555, 7766, 11200, 7808, 9150, 7494, 8000, 7358, 7252, 8463, 6833, 8514, 7000, 8791, 6866, 8703, 7924, 8783, 7522, 8832, 7314, 8733, 7890, 8256, 7719, 7742, 7272, 6962, 7436, 8114, 7333, 6747, 7222, 6445, 7599, 6565, 7003, 6626, 7998, 6749, 8637, 6878, 8916, 7067, 9330, 7589, 9461, 7139, 8422, 7915, 9584, 8409, 8268, 7700, 6520, 7360, 6694, 7393, 7169, 9184, 7109, 8408, 7261, 8325, 7304, 8978, 7204, 7468, 7038, 8131, 6737, 8112, 6866, 7862, 6902, 8527, 7023, 8379, 6867, 8106, 6788, 9117, 7417, 8534, 7445, 8881, 7885, 9440, 8050, 10236, 7385, 9208, 7610, 8027, 7488, 7755, 7907, 7637, 6938, 7251, 7423, 7752, 6860, 7387, 7547, 6851, 7424, 7560, 7688, 9669, 8363, 9945, 7018, 8032, 7342, 7833, 6554, 7368, 7155, 7820, 6908, 7932, 6677, 7732, 7128, 7893, 6652, 8063, 6668, 8305, 6924, 8960, 6901, 8611, 6724, 8491, 6973, 8769, 7219, 8895, 6855, 8588, 7189, 8222, 7249, 7910, 6831, 6854, 7795, 6649, 8922, 7249, 8008, 7617, 6824, 9819, 7027, 10918, 7412, 10656, 8399, 12402, 9171, 9158, 7149, 7315, 7026, 7268, 7393, 7187, 7532, 6758, 7461, 6979, 7870, 6770, 8177, 7468, 9124, 7248, 8716, 6970, 8682, 6951, 7804, 7725, 7649, 6436, 7366, 6650, 7181, 6500, 7486, 6680, 7837, 6873, 7815, 6725, 8222, 6877, 8777, 7514, 8925, 6859, 8564, 7129, 8622, 7210, 9370, 7073, 9595, 7112, 8642, 7339, 9049, 7617, 9106, 7267, 8394, 6726, 8248, 6895, 7982, 7287, 8477, 6841, 7988, 6382, 7904, 6863, 8550, 6968, 8658, 6581, 8197, 6917, 8412, 7377, 8704, 6867, 8589, 6503, 8049, 6889, 8796, 7109, 8747, 6728, 8451, 7149, 8746, 7389, 8547, 6614, 8237, 6766, 8590, 7148, 8121, 7425, 7895, 6937, 6857, 7057, 7098, 7180, 7233, 7357, 6777, 7503, 6630, 7531, 6798, 7988, 6987, 9003, 6811, 8339, 7134, 8076, 7108, 7552, 6818, 6555, 7137, 6696, 8444, 7357, 7274, 8909, 6960, 6598, 6709, 6793, 7140, 7131, 7566, 6838, 7496, 7042, 7538, 6725, 8978, 7137, 8594, 6768, 7974, 6982, 8760, 7221, 9345, 7118, 8506, 6875, 8337, 7345, 7890, 7599, 7607, 6808, 7080, 7110, 7470, 7128, 8364, 7661, 6664, 7297, 6931, 7092, 7824, 7208, 7111, 7671, 6726, 7653, 7046, 7877, 6927, 8896, 6753, 8084, 7076, 7845, 7008, 7221, 6991, 6519, 7899, 6526, 9178, 6971, 9683, 7422, 10979, 7259, 9559, 7033, 7647, 7189, 6862, 7098, 6952, 7721, 6814, 8330, 7323, 7603, 7521, 6993, 8441, 7029, 6718, 8415, 7341, 8344, 6898, 7918, 6855, 9159, 7093, 8819, 7448, 8207, 7538, 7168, 7559, 6878, 8019, 6845, 8886, 7136, 8114, 7456, 7547, 7205, 7362, 7843, 9152, 8201, 9456, 8402, 10031, 7519, 8406, 7516, 7801, 7153, 7547, 6974, 6834, 6984, 6977, 7949, 7188, 7038, 10367, 7954, 7003, 7084, 7110, 7707, 8759, 7869, 7679, 6941, 6795, 6733, 6690, 7195, 6829, 8011, 6747, 8432, 6972, 8966, 7356, 9005, 7329, 10319, 6898, 8985, 7021, 8575, 7363, 8881, 8601, 8483, 7235, 7462, 7328, 7822, 7047, 7913, 7323, 6727, 7174, 6915, 7696, 6755, 8671, 7105, 8718, 7536, 8069, 7625, 8475, 7935, 9284, 8221, 7824, 7040, 7069, 7181, 7067, 7114, 7025, 7600, 7149, 7827, 7155, 7783, 7194, 8871, 6886, 9161, 6750, 7981, 7089, 7953, 6870, 8442, 7121, 8519, 6731, 8075, 7234, 9351, 6928, 8925, 6938, 8560, 7142, 8457, 7399, 7326, 7009, 7236, 6981, 7927, 7160, 7645, 7239, 7189, 7559, 7134, 7015, 6894, 7316, 7022, 6988, 7615, 6678, 8475, 7251, 8779, 7395, 7057, 6999, 6936, 7511, 7512, 7807, 6950, 10237, 7095, 6897, 8325, 8519, 8540, 8258, 7475, 8969, 7092, 8896, 7376, 8226, 7459, 6868, 7855, 7044, 8551, 6857, 10065, 7882, 8373, 7510, 7141, 7417, 6953, 9454, 7154, 7080, 7273, 6740, 7971, 7054, 8996, 7309, 8842, 7758, 6734, 7275, 7097, 7340, 7518, 7306, 7370, 7837, 7094, 8557, 7564, 8755, 7065, 7116, 7262, 6614, 7894, 6668, 8842, 7319, 8693, 7697, 7804, 6823, 7031, 7152, 7302, 7371, 6802, 7186, 6592, 7889, 6649, 9358, 7376, 8847, 7419, 7674, 6816, 6581, 7262, 7010, 8705, 7093, 9181, 6608, 9100, 6825, 9140, 7483, 8763, 7531, 6955, 6747, 6908, 7139, 7057, 7257, 7190, 7281, 7003, 7721, 6874, 9231, 7023, 8852, 7374, 8295, 7242, 8408, 7387, 8502, 7623, 7661, 6973, 6716, 7012, 6903, 7256, 7023, 9155, 6859, 8736, 6867, 7234, 6706, 6740, 7489, 6629, 8948, 6979, 8706, 7502, 9100, 7959, 6603, 7181, 6957, 8215, 7016, 10003, 8848, 7595, 6866, 6765, 7807, 7044, 9811, 7167, 7956, 6951, 6566, 7546, 6988, 9613, 7456, 7093, 7119, 6802, 7806, 6817, 9615, 7557, 10809, 8589, 6627, 7095, 6734, 8040, 7012, 7889, 7167, 6703, 7359, 6820, 8817, 7461, 7275, 7231, 7199, 9325, 7705, 8451, 8149, 7286, 9112, 7930, 7570, 7087, 7322, 7637, 7650, 10176, 7379, 6773, 7230, 7187, 8389, 7498, 9011, 7125, 6870, 6685, 7233, 7732, 7389, 9257, 8435, 7145, 7458, 6906, 8844, 7890, 7412, 9347, 7861, 11664, 7981, 8742, 7405, 7635, 8087, 7385, 9911, 7693, 8022, 6988, 7539, 7417, 7111, 8462, 7292, 7654, 6938, 7182, 7071, 7228, 7617, 7296, 8923, 7328, 7657, 7014, 7472, 8148, 7347, 9494, 7552, 8601, 7819, 9326, 8312, 8731, 7144, 7192, 6980, 7455, 6985, 7140, 8871, 6912, 8930, 7192, 7930, 7583, 7753, 7491, 7384, 7331, 7179, 7370, 7017, 8847, 7166, 8666, 8812, 7154, 6833, 6947, 7100, 7129, 7486, 7145, 9538, 7218, 9544, 7306, 8892, 7318, 8732, 8337, 6679, 7055, 7046, 7148, 6849, 7613, 7269, 9717, 7113, 8765, 7404, 9044, 7772, 8667, 8400, 8265, 6988, 7452, 7063, 7567, 7218, 7137, 7398, 7239, 7357, 7165, 7531, 7226, 8317, 7396, 8939, 7375, 7728, 7066, 7684, 7123, 8575, 7292, 9648, 7149, 8080, 7204, 7727, 7475, 8161, 8128, 6891, 7287, 7261, 7345, 7332, 7927, 7004, 9111, 7172, 8879, 7146, 8725, 7370, 9222, 7348, 9586, 7402, 7392, 7001, 6574, 6913, 6840, 7423, 6632, 7145, 6601, 7430, 8794, 7590, 9400, 8562, 9944, 7339, 8946, 7413, 9016, 7573, 10320, 7148, 8699, 7232, 8799, 7607, 8738, 7998, 8171, 7704, 8485, 7877, 8179, 8185, 8571, 7317, 8363, 7296, 7686, 7689, 8350, 7688, 8350, 7826, 7738, 7668, 8083, 7287, 8063, 7287, 6773, 7408, 7746, 7660, 8062, 7677, 7405, 7211, 7030, 6889, 7115, 7397, 7027, 7417, 7018, 7343, 7143, 7240, 8054, 7009, 8142, 7412, 7008, 7021, 6726, 7181, 7093, 7406, 6985, 7433, 6648, 7332, 6590, 7087, 8513, 7791, 6739, 7091, 6683, 7120, 8427, 7469, 8259, 8448, 7083, 7010, 6946, 7017, 6885, 7588, 7041, 7617, 7038, 7816, 6925, 7400, 6775, 7922, 6936, 7157, 6921, 7052, 6994, 7157, 7242, 8431, 7092, 8224, 6765, 8318, 7078, 9140, 7601, 9168, 6999, 9032, 7020, 8897, 7353, 10070, 7760, 8405, 7107, 7223, 7017, 7060, 7254, 6747, 7360, 7065, 8185, 7104, 7713, 7804, 7482, 7780, 7242, 6582, 7522, 6957, 9157, 7460, 10141, 7452, 10348, 7102, 9187, 7533, 8381, 8322, 7508, 7298, 6881, 7783, 6998, 7581, 7005, 7861, 7293, 8368, 7191, 8268, 7499, 8432, 7087, 9304, 7717, 8319, 7673, 8918, 7482, 9135, 7994, 8479, 8260, 8187, 7900, 8219, 7811, 9243, 7942, 8473, 8124, 8041, 7959, 8476, 7803, 8569, 8303, 7951, 8362, 6942, 7377, 6958, 7452, 7141, 7539, 7301, 8906, 7139, 8849, 7284, 8989, 7726, 8108, 7586, 7107, 7347, 7291, 8005, 7656, 8494, 7434, 7127, 7737, 7413, 9108, 7856, 7820, 7568, 6974, 8565, 7763, 8725, 7787, 8040, 8405, 7565, 7826, 7767, 7924, 7262, 7340, 8107, 7559, 7101, 7022, 7389, 7616, 7297, 9103, 7673, 8048, 7583, 7553, 7230, 7357, 9573, 7471, 9953, 8073, 7590, 9447, 7519, 10597, 7711, 10667, 8915, 8661, 6768, 7135, 7238, 7152, 8824, 7111, 6950, 7098, 7193, 7818, 7240, 8787, 7824, 8809, 8267, 7308, 7290, 7366, 7891, 7454, 10048, 8039, 9627, 7596, 7345, 7135], 'WindowCenter': [3724.0, 3713.0, 3731.0, 3708.0, 3706.0, 3684.0, 3693.0, 3682.0, 3694.0, 3693.0, 3692.0, 3682.0, 3680.0, 3683.0, 3670.0, 3685.0, 3688.0, 3687.0, 3686.0, 3686.0, 3673.0, 3696.0, 3686.0, 3697.0, 3696.0, 3695.0, 3697.0, 3698.0, 3707.0, 3685.0, 3720.0, 3709.0, 3704.0, 3695.0, 3693.0, 3683.0, 3684.0, 3673.0, 3685.0, 3697.0, 3695.0, 3694.0, 3687.0, 3697.0, 3673.0, 3683.0, 3672.0, 3697.0, 3696.0, 3683.0, 3685.0, 3697.0, 3672.0, 3685.0, 3688.0, 3698.0, 3698.0, 3698.0, 3683.0, 3687.0, 3685.0, 3683.0, 3708.0, 3697.0, 3693.0, 3695.0, 3685.0, 3683.0, 3685.0, 3697.0, 3696.0, 3698.0, 3695.0, 3696.0, 3683.0, 3694.0, 3684.0, 3705.0, 3697.0, 3697.0, 3710.0, 3699.0, 3710.0, 3687.0, 3717.0, 3697.0, 3706.0, 3685.0, 3718.0, 3697.0, 3715.0, 3682.0, 3693.0, 3684.0, 3694.0, 3683.0, 3682.0, 3692.0, 3671.0, 3693.0, 3682.0, 3707.0, 3685.0, 3693.0, 3693.0, 3691.0, 3682.0, 3692.0, 3683.0, 3694.0, 3694.0, 3693.0, 3683.0, 3681.0, 3683.0, 3684.0, 3696.0, 3694.0, 3682.0, 3671.0, 3681.0, 3670.0, 3695.0, 3683.0, 3684.0, 3684.0, 3695.0, 3684.0, 3694.0, 3685.0, 3704.0, 3686.0, 3706.0, 3695.0, 3706.0, 3682.0, 3692.0, 3695.0, 3705.0, 3694.0, 3693.0, 3685.0, 3673.0, 3682.0, 3673.0, 3684.0, 3683.0, 3706.0, 3683.0, 3692.0, 3681.0, 3691.0, 3682.0, 3693.0, 3682.0, 3682.0, 3682.0, 3680.0, 3671.0, 3681.0, 3671.0, 3693.0, 3683.0, 3694.0, 3683.0, 3694.0, 3671.0, 3693.0, 3685.0, 3694.0, 3684.0, 3694.0, 3683.0, 3693.0, 3693.0, 3704.0, 3695.0, 3703.0, 3685.0, 3692.0, 3682.0, 3682.0, 3684.0, 3683.0, 3693.0, 3683.0, 3683.0, 3682.0, 3684.0, 3693.0, 3684.0, 3696.0, 3696.0, 3671.0, 3684.0, 3683.0, 3694.0, 3704.0, 3693.0, 3704.0, 3671.0, 3681.0, 3680.0, 3681.0, 3672.0, 3683.0, 3683.0, 3681.0, 3684.0, 3693.0, 3685.0, 3695.0, 3696.0, 3697.0, 3686.0, 3708.0, 3699.0, 3707.0, 3685.0, 3708.0, 3686.0, 3705.0, 3685.0, 3705.0, 3689.0, 3708.0, 3697.0, 3706.0, 3685.0, 3696.0, 3684.0, 3707.0, 3697.0, 3698.0, 3686.0, 3685.0, 3698.0, 3686.0, 3707.0, 3699.0, 3708.0, 3698.0, 3687.0, 3705.0, 3685.0, 3715.0, 3686.0, 3705.0, 3695.0, 3716.0, 3695.0, 3693.0, 3673.0, 3684.0, 3672.0, 3682.0, 3683.0, 3672.0, 3695.0, 3674.0, 3685.0, 3684.0, 3695.0, 3686.0, 3696.0, 3686.0, 3708.0, 3685.0, 3695.0, 3674.0, 3694.0, 3686.0, 3684.0, 3684.0, 3697.0, 3673.0, 3682.0, 3672.0, 3673.0, 3673.0, 3683.0, 3673.0, 3696.0, 3673.0, 3694.0, 3674.0, 3697.0, 3686.0, 3706.0, 3700.0, 3706.0, 3687.0, 3694.0, 3688.0, 3696.0, 3686.0, 3706.0, 3686.0, 3704.0, 3684.0, 3694.0, 3684.0, 3708.0, 3695.0, 3697.0, 3684.0, 3694.0, 3674.0, 3695.0, 3684.0, 3696.0, 3684.0, 3695.0, 3674.0, 3682.0, 3674.0, 3695.0, 3685.0, 3706.0, 3685.0, 3695.0, 3676.0, 3695.0, 3685.0, 3696.0, 3684.0, 3706.0, 3674.0, 3695.0, 3673.0, 3694.0, 3685.0, 3694.0, 3685.0, 3694.0, 3673.0, 3693.0, 3687.0, 3695.0, 3683.0, 3695.0, 3673.0, 3693.0, 3672.0, 3694.0, 3685.0, 3696.0, 3698.0, 3695.0, 3686.0, 3673.0, 3684.0, 3685.0, 3685.0, 3683.0, 3696.0, 3674.0, 3684.0, 3673.0, 3695.0, 3674.0, 3696.0, 3686.0, 3706.0, 3674.0, 3692.0, 3685.0, 3695.0, 3683.0, 3697.0, 3673.0, 3674.0, 3685.0, 3684.0, 3697.0, 3686.0, 3686.0, 3705.0, 3673.0, 3671.0, 3671.0, 3685.0, 3684.0, 3684.0, 3685.0, 3676.0, 3682.0, 3683.0, 3684.0, 3672.0, 3693.0, 3686.0, 3694.0, 3672.0, 3682.0, 3684.0, 3695.0, 3684.0, 3705.0, 3684.0, 3693.0, 3671.0, 3694.0, 3684.0, 3684.0, 3697.0, 3684.0, 3674.0, 3674.0, 3684.0, 3686.0, 3684.0, 3694.0, 3684.0, 3671.0, 3685.0, 3683.0, 3685.0, 3686.0, 3683.0, 3684.0, 3681.0, 3673.0, 3683.0, 3684.0, 3694.0, 3685.0, 3706.0, 3684.0, 3698.0, 3685.0, 3695.0, 3686.0, 3698.0, 3686.0, 3685.0, 3695.0, 3675.0, 3706.0, 3686.0, 3707.0, 3685.0, 3720.0, 3684.0, 3693.0, 3683.0, 3695.0, 3688.0, 3674.0, 3684.0, 3683.0, 3684.0, 3683.0, 3707.0, 3699.0, 3685.0, 3696.0, 3686.0, 3697.0, 3686.0, 3686.0, 3708.0, 3685.0, 3695.0, 3686.0, 3682.0, 3673.0, 3694.0, 3671.0, 3692.0, 3682.0, 3695.0, 3684.0, 3674.0, 3684.0, 3672.0, 3681.0, 3672.0, 3694.0, 3685.0, 3693.0, 3686.0, 3684.0, 3685.0, 3684.0, 3695.0, 3694.0, 3696.0, 3694.0, 3693.0, 3703.0, 3682.0, 3684.0, 3682.0, 3684.0, 3683.0, 3685.0, 3684.0, 3675.0, 3675.0, 3673.0, 3684.0, 3685.0, 3685.0, 3703.0, 3683.0, 3671.0, 3672.0, 3670.0, 3685.0, 3696.0, 3682.0, 3682.0, 3674.0, 3670.0, 3671.0, 3676.0, 3681.0, 3672.0, 3697.0, 3684.0, 3694.0, 3685.0, 3706.0, 3696.0, 3707.0, 3684.0, 3705.0, 3682.0, 3694.0, 3673.0, 3696.0, 3683.0, 3692.0, 3693.0, 3695.0, 3681.0, 3672.0, 3683.0, 3695.0, 3683.0, 3684.0, 3683.0, 3672.0, 3672.0, 3672.0, 3686.0, 3686.0, 3695.0, 3685.0, 3697.0, 3684.0, 3682.0, 3683.0, 3695.0, 3697.0, 3693.0, 3694.0, 3684.0, 3670.0, 3670.0, 3684.0, 3684.0, 3673.0, 3672.0, 3683.0, 3671.0, 3681.0, 3670.0, 3683.0, 3684.0, 3695.0, 3672.0, 3691.0, 3672.0, 3680.0, 3671.0, 3695.0, 3672.0, 3707.0, 3686.0, 3707.0, 3685.0, 3694.0, 3700.0, 3705.0, 3683.0, 3692.0, 3670.0, 3694.0, 3686.0, 3696.0, 3686.0, 3684.0, 3683.0, 3684.0, 3686.0, 3696.0, 3684.0, 3683.0, 3685.0, 3673.0, 3682.0, 3683.0, 3685.0, 3684.0, 3686.0, 3683.0, 3684.0, 3695.0, 3674.0, 3708.0, 3697.0, 3695.0, 3685.0, 3683.0, 3682.0, 3671.0, 3682.0, 3672.0, 3681.0, 3688.0, 3706.0, 3686.0, 3686.0, 3709.0, 3711.0, 3707.0, 3696.0, 3685.0, 3697.0, 3684.0, 3707.0, 3698.0, 3697.0, 3688.0, 3674.0, 3696.0, 3673.0, 3694.0, 3686.0, 3706.0, 3695.0, 3694.0, 3687.0, 3674.0, 3684.0, 3686.0, 3708.0, 3686.0, 3684.0, 3683.0, 3671.0, 3684.0, 3685.0, 3709.0, 3698.0, 3706.0, 3697.0, 3675.0, 3686.0, 3686.0, 3686.0, 3686.0, 3685.0, 3687.0, 3685.0, 3685.0, 3694.0, 3684.0, 3708.0, 3686.0, 3686.0, 3685.0, 3674.0, 3696.0, 3687.0, 3707.0, 3699.0, 3707.0, 3699.0, 3696.0, 3686.0, 3686.0, 3688.0, 3698.0, 3696.0, 3687.0, 3686.0, 3674.0, 3695.0, 3688.0, 3707.0, 3697.0, 3709.0, 3686.0, 3685.0, 3673.0, 3674.0, 3685.0, 3685.0, 3707.0, 3686.0, 3706.0, 3674.0, 3695.0, 3686.0, 3707.0, 3699.0, 3694.0, 3697.0, 3684.0, 3673.0, 3683.0, 3685.0, 3685.0, 3685.0, 3686.0, 3684.0, 3683.0, 3683.0, 3685.0, 3705.0, 3685.0, 3707.0, 3686.0, 3693.0, 3684.0, 3695.0, 3698.0, 3695.0, 3684.0, 3696.0, 3683.0, 3674.0, 3683.0, 3685.0, 3684.0, 3684.0, 3706.0, 3687.0, 3695.0, 3685.0, 3695.0, 3686.0, 3686.0, 3699.0, 3687.0, 3707.0, 3697.0, 3710.0, 3698.0, 3707.0, 3709.0, 3688.0, 3684.0, 3688.0, 3707.0, 3686.0, 3717.0, 3711.0, 3695.0, 3683.0, 3684.0, 3697.0, 3685.0, 3706.0, 3685.0, 3695.0, 3684.0, 3672.0, 3695.0, 3685.0, 3705.0, 3685.0, 3685.0, 3685.0, 3685.0, 3693.0, 3685.0, 3707.0, 3695.0, 3715.0, 3696.0, 3672.0, 3686.0, 3685.0, 3695.0, 3684.0, 3695.0, 3686.0, 3674.0, 3685.0, 3685.0, 3707.0, 3695.0, 3697.0, 3696.0, 3685.0, 3706.0, 3696.0, 3699.0, 3697.0, 3696.0, 3693.0, 3694.0, 3685.0, 3685.0, 3696.0, 3696.0, 3682.0, 3705.0, 3683.0, 3672.0, 3681.0, 3684.0, 3694.0, 3685.0, 3707.0, 3686.0, 3673.0, 3684.0, 3699.0, 3709.0, 3697.0, 3720.0, 3708.0, 3686.0, 3684.0, 3686.0, 3706.0, 3697.0, 3686.0, 3706.0, 3695.0, 3716.0, 3697.0, 3695.0, 3685.0, 3684.0, 3694.0, 3684.0, 3706.0, 3686.0, 3682.0, 3682.0, 3684.0, 3684.0, 3685.0, 3694.0, 3684.0, 3684.0, 3684.0, 3684.0, 3686.0, 3685.0, 3697.0, 3687.0, 3693.0, 3684.0, 3684.0, 3684.0, 3685.0, 3697.0, 3685.0, 3705.0, 3686.0, 3695.0, 3697.0, 3706.0, 3696.0, 3696.0, 3672.0, 3671.0, 3672.0, 3683.0, 3684.0, 3672.0, 3695.0, 3672.0, 3693.0, 3672.0, 3683.0, 3696.0, 3695.0, 3686.0, 3686.0, 3684.0, 3684.0, 3684.0, 3684.0, 3706.0, 3685.0, 3694.0, 3696.0, 3674.0, 3673.0, 3673.0, 3672.0, 3686.0, 3686.0, 3685.0, 3705.0, 3684.0, 3692.0, 3682.0, 3696.0, 3685.0, 3694.0, 3697.0, 3672.0, 3683.0, 3673.0, 3683.0, 3683.0, 3683.0, 3685.0, 3704.0, 3684.0, 3694.0, 3683.0, 3705.0, 3695.0, 3693.0, 3694.0, 3694.0, 3673.0, 3681.0, 3683.0, 3685.0, 3684.0, 3672.0, 3683.0, 3683.0, 3682.0, 3684.0, 3683.0, 3696.0, 3696.0, 3683.0, 3694.0, 3684.0, 3682.0, 3672.0, 3682.0, 3684.0, 3693.0, 3684.0, 3704.0, 3684.0, 3694.0, 3684.0, 3696.0, 3696.0, 3695.0, 3695.0, 3684.0, 3685.0, 3684.0, 3684.0, 3696.0, 3696.0, 3684.0, 3696.0, 3683.0, 3694.0, 3672.0, 3693.0, 3684.0, 3704.0, 3684.0, 3704.0, 3681.0, 3682.0, 3684.0, 3686.0, 3697.0, 3687.0, 3699.0, 3686.0, 3687.0, 3685.0, 3698.0, 3709.0, 3698.0, 3707.0, 3710.0, 3706.0, 3685.0, 3706.0, 3697.0, 3695.0, 3696.0, 3706.0, 3684.0, 3693.0, 3685.0, 3695.0, 3684.0, 3693.0, 3695.0, 3682.0, 3684.0, 3693.0, 3695.0, 3693.0, 3694.0, 3694.0, 3683.0, 3683.0, 3683.0, 3696.0, 3695.0, 3693.0, 3686.0, 3693.0, 3685.0, 3682.0, 3695.0, 3683.0, 3684.0, 3695.0, 3684.0, 3673.0, 3684.0, 3683.0, 3684.0, 3683.0, 3683.0, 3682.0, 3682.0, 3671.0, 3683.0, 3684.0, 3685.0, 3673.0, 3685.0, 3684.0, 3683.0, 3683.0, 3683.0, 3695.0, 3685.0, 3684.0, 3686.0, 3683.0, 3683.0, 3672.0, 3686.0, 3686.0, 3685.0, 3685.0, 3686.0, 3686.0, 3684.0, 3687.0, 3687.0, 3697.0, 3695.0, 3685.0, 3685.0, 3673.0, 3686.0, 3697.0, 3685.0, 3693.0, 3696.0, 3685.0, 3683.0, 3683.0, 3685.0, 3685.0, 3697.0, 3686.0, 3696.0, 3686.0, 3684.0, 3687.0, 3687.0, 3674.0, 3697.0, 3685.0, 3684.0, 3674.0, 3684.0, 3686.0, 3683.0, 3683.0, 3696.0, 3685.0, 3694.0, 3685.0, 3708.0, 3687.0, 3705.0, 3696.0, 3706.0, 3685.0, 3694.0, 3685.0, 3706.0, 3684.0, 3704.0, 3696.0, 3693.0, 3685.0, 3684.0, 3686.0, 3686.0, 3696.0, 3698.0, 3699.0, 3686.0, 3696.0, 3688.0, 3699.0, 3701.0, 3698.0, 3699.0, 3699.0, 3687.0, 3697.0, 3700.0, 3709.0, 3685.0, 3718.0, 3685.0, 3705.0, 3686.0, 3695.0, 3696.0, 3695.0, 3695.0, 3685.0, 3683.0, 3673.0, 3681.0, 3683.0, 3684.0, 3674.0, 3683.0, 3684.0, 3695.0, 3673.0, 3694.0, 3684.0, 3696.0, 3683.0, 3694.0, 3686.0, 3693.0, 3684.0, 3693.0, 3684.0, 3706.0, 3697.0, 3695.0, 3696.0, 3683.0, 3694.0, 3683.0, 3695.0, 3707.0, 3696.0, 3697.0, 3696.0, 3683.0, 3695.0, 3694.0, 3684.0, 3696.0, 3695.0, 3682.0, 3694.0, 3674.0, 3684.0, 3683.0, 3684.0, 3686.0, 3684.0, 3686.0, 3706.0, 3686.0, 3707.0, 3697.0, 3706.0, 3698.0, 3696.0, 3698.0, 3684.0, 3686.0, 3699.0, 3696.0, 3697.0, 3708.0, 3696.0, 3686.0, 3696.0, 3699.0, 3722.0, 3710.0, 3699.0, 3697.0, 3685.0, 3694.0, 3696.0, 3705.0, 3697.0, 3696.0, 3698.0, 3686.0, 3683.0, 3695.0, 3695.0, 3684.0, 3685.0, 3694.0, 3684.0, 3686.0, 3688.0, 3698.0, 3697.0, 3698.0, 3706.0, 3696.0, 3695.0, 3686.0, 3686.0, 3685.0, 3685.0, 3718.0, 3696.0, 3709.0, 3685.0, 3685.0, 3694.0, 3685.0, 3704.0, 3684.0, 3703.0, 3696.0, 3681.0, 3672.0, 3670.0, 3683.0, 3685.0, 3693.0, 3684.0, 3673.0, 3673.0, 3683.0, 3685.0, 3697.0, 3706.0, 3696.0, 3707.0, 3696.0, 3685.0, 3686.0, 3684.0, 3698.0, 3686.0, 3719.0, 3710.0, 3709.0, 3698.0, 3685.0, 3688.0], 'WindowWidth': [8403.0, 8383.0, 8404.0, 8365.0, 8358.0, 8326.0, 8336.0, 8321.0, 8341.0, 8339.0, 8334.0, 8322.0, 8316.0, 8322.0, 8304.0, 8331.0, 8338.0, 8337.0, 8332.0, 8334.0, 8315.0, 8348.0, 8334.0, 8352.0, 8349.0, 8346.0, 8349.0, 8355.0, 8363.0, 8333.0, 8385.0, 8369.0, 8356.0, 8347.0, 8339.0, 8327.0, 8326.0, 8313.0, 8334.0, 8350.0, 8345.0, 8344.0, 8337.0, 8349.0, 8311.0, 8325.0, 8310.0, 8352.0, 8350.0, 8327.0, 8329.0, 8348.0, 8311.0, 8332.0, 8339.0, 8355.0, 8353.0, 8351.0, 8326.0, 8335.0, 8330.0, 8327.0, 8368.0, 8351.0, 8341.0, 8346.0, 8330.0, 8328.0, 8329.0, 8352.0, 8350.0, 8352.0, 8344.0, 8349.0, 8327.0, 8342.0, 8331.0, 8360.0, 8350.0, 8352.0, 8374.0, 8359.0, 8373.0, 8337.0, 8377.0, 8349.0, 8359.0, 8331.0, 8379.0, 8350.0, 8370.0, 8323.0, 8338.0, 8327.0, 8342.0, 8327.0, 8322.0, 8334.0, 8307.0, 8338.0, 8322.0, 8362.0, 8334.0, 8340.0, 8340.0, 8331.0, 8321.0, 8333.0, 8323.0, 8341.0, 8341.0, 8338.0, 8326.0, 8318.0, 8324.0, 8329.0, 8347.0, 8342.0, 8322.0, 8305.0, 8319.0, 8304.0, 8344.0, 8326.0, 8328.0, 8331.0, 8347.0, 8330.0, 8343.0, 8331.0, 8356.0, 8334.0, 8360.0, 8344.0, 8358.0, 8324.0, 8335.0, 8344.0, 8357.0, 8343.0, 8339.0, 8327.0, 8310.0, 8322.0, 8311.0, 8328.0, 8327.0, 8360.0, 8325.0, 8336.0, 8320.0, 8334.0, 8322.0, 8340.0, 8325.0, 8322.0, 8323.0, 8318.0, 8306.0, 8320.0, 8308.0, 8340.0, 8325.0, 8341.0, 8326.0, 8339.0, 8307.0, 8339.0, 8331.0, 8341.0, 8329.0, 8341.0, 8325.0, 8338.0, 8340.0, 8355.0, 8343.0, 8351.0, 8328.0, 8333.0, 8323.0, 8322.0, 8328.0, 8326.0, 8340.0, 8324.0, 8324.0, 8323.0, 8328.0, 8339.0, 8330.0, 8347.0, 8346.0, 8309.0, 8327.0, 8325.0, 8342.0, 8358.0, 8339.0, 8354.0, 8306.0, 8318.0, 8316.0, 8320.0, 8309.0, 8327.0, 8327.0, 8322.0, 8329.0, 8342.0, 8334.0, 8347.0, 8349.0, 8351.0, 8335.0, 8368.0, 8358.0, 8363.0, 8334.0, 8367.0, 8334.0, 8359.0, 8333.0, 8358.0, 8342.0, 8367.0, 8351.0, 8360.0, 8331.0, 8346.0, 8330.0, 8365.0, 8350.0, 8351.0, 8336.0, 8331.0, 8350.0, 8336.0, 8361.0, 8354.0, 8367.0, 8354.0, 8336.0, 8360.0, 8331.0, 8369.0, 8331.0, 8356.0, 8342.0, 8370.0, 8342.0, 8337.0, 8310.0, 8324.0, 8308.0, 8321.0, 8324.0, 8309.0, 8342.0, 8313.0, 8327.0, 8327.0, 8341.0, 8333.0, 8348.0, 8333.0, 8366.0, 8331.0, 8344.0, 8313.0, 8340.0, 8332.0, 8327.0, 8326.0, 8348.0, 8311.0, 8322.0, 8309.0, 8310.0, 8313.0, 8326.0, 8311.0, 8348.0, 8313.0, 8341.0, 8315.0, 8349.0, 8335.0, 8360.0, 8356.0, 8361.0, 8334.0, 8342.0, 8337.0, 8346.0, 8332.0, 8358.0, 8334.0, 8354.0, 8329.0, 8341.0, 8329.0, 8365.0, 8343.0, 8348.0, 8327.0, 8339.0, 8313.0, 8342.0, 8329.0, 8346.0, 8327.0, 8344.0, 8314.0, 8323.0, 8314.0, 8344.0, 8331.0, 8359.0, 8330.0, 8343.0, 8317.0, 8343.0, 8332.0, 8346.0, 8328.0, 8360.0, 8314.0, 8342.0, 8313.0, 8342.0, 8331.0, 8341.0, 8332.0, 8341.0, 8314.0, 8339.0, 8335.0, 8344.0, 8326.0, 8344.0, 8311.0, 8337.0, 8310.0, 8340.0, 8331.0, 8344.0, 8351.0, 8343.0, 8332.0, 8313.0, 8329.0, 8331.0, 8330.0, 8327.0, 8348.0, 8315.0, 8327.0, 8313.0, 8344.0, 8314.0, 8344.0, 8334.0, 8359.0, 8314.0, 8337.0, 8330.0, 8344.0, 8327.0, 8347.0, 8313.0, 8313.0, 8329.0, 8328.0, 8350.0, 8332.0, 8332.0, 8357.0, 8311.0, 8307.0, 8308.0, 8332.0, 8328.0, 8328.0, 8331.0, 8316.0, 8323.0, 8325.0, 8327.0, 8311.0, 8340.0, 8332.0, 8340.0, 8310.0, 8323.0, 8327.0, 8343.0, 8328.0, 8358.0, 8328.0, 8338.0, 8308.0, 8342.0, 8330.0, 8326.0, 8349.0, 8328.0, 8314.0, 8314.0, 8329.0, 8334.0, 8330.0, 8341.0, 8329.0, 8307.0, 8328.0, 8323.0, 8331.0, 8331.0, 8326.0, 8327.0, 8321.0, 8311.0, 8323.0, 8329.0, 8341.0, 8332.0, 8359.0, 8329.0, 8352.0, 8333.0, 8343.0, 8336.0, 8357.0, 8336.0, 8332.0, 8346.0, 8319.0, 8360.0, 8334.0, 8362.0, 8331.0, 8381.0, 8327.0, 8337.0, 8325.0, 8344.0, 8336.0, 8313.0, 8330.0, 8326.0, 8326.0, 8327.0, 8364.0, 8353.0, 8330.0, 8345.0, 8332.0, 8349.0, 8335.0, 8334.0, 8363.0, 8330.0, 8345.0, 8329.0, 8322.0, 8310.0, 8336.0, 8304.0, 8332.0, 8322.0, 8343.0, 8327.0, 8311.0, 8326.0, 8307.0, 8318.0, 8308.0, 8340.0, 8330.0, 8339.0, 8333.0, 8327.0, 8329.0, 8325.0, 8340.0, 8341.0, 8345.0, 8339.0, 8336.0, 8349.0, 8320.0, 8322.0, 8320.0, 8328.0, 8326.0, 8328.0, 8329.0, 8314.0, 8316.0, 8311.0, 8328.0, 8331.0, 8329.0, 8351.0, 8325.0, 8303.0, 8307.0, 8303.0, 8330.0, 8343.0, 8321.0, 8322.0, 8311.0, 8303.0, 8305.0, 8319.0, 8321.0, 8310.0, 8349.0, 8329.0, 8341.0, 8329.0, 8358.0, 8348.0, 8361.0, 8326.0, 8357.0, 8323.0, 8339.0, 8309.0, 8345.0, 8325.0, 8335.0, 8339.0, 8338.0, 8319.0, 8306.0, 8322.0, 8345.0, 8324.0, 8325.0, 8325.0, 8307.0, 8306.0, 8307.0, 8330.0, 8334.0, 8344.0, 8329.0, 8345.0, 8327.0, 8321.0, 8323.0, 8346.0, 8347.0, 8338.0, 8340.0, 8322.0, 8303.0, 8302.0, 8328.0, 8326.0, 8308.0, 8306.0, 8322.0, 8305.0, 8318.0, 8303.0, 8325.0, 8326.0, 8341.0, 8306.0, 8332.0, 8307.0, 8317.0, 8305.0, 8342.0, 8311.0, 8364.0, 8332.0, 8363.0, 8329.0, 8340.0, 8357.0, 8356.0, 8323.0, 8334.0, 8304.0, 8343.0, 8334.0, 8344.0, 8333.0, 8325.0, 8325.0, 8325.0, 8330.0, 8345.0, 8329.0, 8326.0, 8331.0, 8310.0, 8323.0, 8324.0, 8331.0, 8330.0, 8332.0, 8327.0, 8327.0, 8343.0, 8315.0, 8365.0, 8349.0, 8344.0, 8332.0, 8325.0, 8323.0, 8306.0, 8323.0, 8305.0, 8318.0, 8337.0, 8358.0, 8330.0, 8330.0, 8366.0, 8374.0, 8362.0, 8345.0, 8328.0, 8345.0, 8327.0, 8363.0, 8351.0, 8346.0, 8337.0, 8314.0, 8343.0, 8309.0, 8340.0, 8333.0, 8357.0, 8342.0, 8339.0, 8332.0, 8311.0, 8325.0, 8333.0, 8362.0, 8332.0, 8325.0, 8323.0, 8306.0, 8325.0, 8329.0, 8365.0, 8350.0, 8359.0, 8349.0, 8314.0, 8330.0, 8331.0, 8332.0, 8333.0, 8328.0, 8335.0, 8329.0, 8328.0, 8339.0, 8327.0, 8364.0, 8334.0, 8332.0, 8331.0, 8314.0, 8344.0, 8333.0, 8364.0, 8354.0, 8363.0, 8355.0, 8347.0, 8333.0, 8331.0, 8339.0, 8352.0, 8346.0, 8334.0, 8332.0, 8314.0, 8343.0, 8337.0, 8362.0, 8350.0, 8368.0, 8334.0, 8327.0, 8311.0, 8314.0, 8330.0, 8332.0, 8363.0, 8332.0, 8358.0, 8313.0, 8342.0, 8333.0, 8363.0, 8355.0, 8343.0, 8349.0, 8327.0, 8311.0, 8324.0, 8330.0, 8331.0, 8329.0, 8332.0, 8328.0, 8325.0, 8325.0, 8331.0, 8358.0, 8330.0, 8361.0, 8331.0, 8339.0, 8328.0, 8343.0, 8350.0, 8343.0, 8328.0, 8346.0, 8326.0, 8314.0, 8325.0, 8332.0, 8328.0, 8327.0, 8361.0, 8334.0, 8342.0, 8329.0, 8346.0, 8335.0, 8335.0, 8356.0, 8337.0, 8363.0, 8350.0, 8371.0, 8354.0, 8364.0, 8369.0, 8338.0, 8330.0, 8338.0, 8365.0, 8335.0, 8376.0, 8371.0, 8343.0, 8326.0, 8328.0, 8350.0, 8332.0, 8360.0, 8331.0, 8341.0, 8327.0, 8310.0, 8345.0, 8332.0, 8357.0, 8331.0, 8330.0, 8330.0, 8329.0, 8340.0, 8332.0, 8362.0, 8343.0, 8370.0, 8345.0, 8309.0, 8334.0, 8334.0, 8343.0, 8327.0, 8345.0, 8333.0, 8315.0, 8330.0, 8333.0, 8363.0, 8345.0, 8350.0, 8347.0, 8330.0, 8360.0, 8349.0, 8352.0, 8349.0, 8348.0, 8340.0, 8341.0, 8329.0, 8329.0, 8347.0, 8347.0, 8325.0, 8357.0, 8324.0, 8308.0, 8320.0, 8328.0, 8343.0, 8330.0, 8361.0, 8333.0, 8313.0, 8327.0, 8356.0, 8372.0, 8350.0, 8386.0, 8368.0, 8331.0, 8327.0, 8331.0, 8361.0, 8351.0, 8333.0, 8359.0, 8344.0, 8372.0, 8346.0, 8341.0, 8330.0, 8327.0, 8342.0, 8327.0, 8356.0, 8329.0, 8321.0, 8323.0, 8326.0, 8326.0, 8328.0, 8339.0, 8327.0, 8325.0, 8326.0, 8327.0, 8332.0, 8330.0, 8348.0, 8334.0, 8338.0, 8326.0, 8326.0, 8329.0, 8332.0, 8350.0, 8332.0, 8357.0, 8331.0, 8343.0, 8349.0, 8360.0, 8346.0, 8343.0, 8308.0, 8305.0, 8307.0, 8322.0, 8327.0, 8309.0, 8341.0, 8308.0, 8337.0, 8307.0, 8323.0, 8345.0, 8344.0, 8332.0, 8332.0, 8326.0, 8327.0, 8326.0, 8327.0, 8359.0, 8330.0, 8339.0, 8345.0, 8312.0, 8309.0, 8310.0, 8307.0, 8332.0, 8330.0, 8329.0, 8355.0, 8325.0, 8335.0, 8322.0, 8344.0, 8329.0, 8337.0, 8347.0, 8308.0, 8323.0, 8309.0, 8323.0, 8328.0, 8326.0, 8328.0, 8354.0, 8326.0, 8338.0, 8325.0, 8358.0, 8344.0, 8337.0, 8339.0, 8337.0, 8310.0, 8319.0, 8323.0, 8329.0, 8326.0, 8308.0, 8326.0, 8325.0, 8322.0, 8325.0, 8325.0, 8347.0, 8345.0, 8325.0, 8339.0, 8326.0, 8322.0, 8307.0, 8321.0, 8330.0, 8339.0, 8326.0, 8353.0, 8327.0, 8340.0, 8327.0, 8347.0, 8348.0, 8343.0, 8344.0, 8327.0, 8329.0, 8326.0, 8327.0, 8348.0, 8347.0, 8326.0, 8345.0, 8324.0, 8339.0, 8308.0, 8336.0, 8329.0, 8354.0, 8325.0, 8353.0, 8322.0, 8321.0, 8328.0, 8333.0, 8350.0, 8336.0, 8355.0, 8335.0, 8337.0, 8332.0, 8352.0, 8370.0, 8352.0, 8364.0, 8369.0, 8360.0, 8330.0, 8359.0, 8350.0, 8344.0, 8346.0, 8359.0, 8326.0, 8337.0, 8330.0, 8344.0, 8329.0, 8339.0, 8343.0, 8321.0, 8326.0, 8338.0, 8345.0, 8338.0, 8341.0, 8340.0, 8323.0, 8322.0, 8324.0, 8346.0, 8344.0, 8338.0, 8332.0, 8336.0, 8326.0, 8321.0, 8343.0, 8323.0, 8326.0, 8343.0, 8326.0, 8309.0, 8326.0, 8325.0, 8328.0, 8323.0, 8325.0, 8322.0, 8321.0, 8306.0, 8324.0, 8329.0, 8330.0, 8310.0, 8330.0, 8326.0, 8324.0, 8324.0, 8327.0, 8345.0, 8329.0, 8326.0, 8331.0, 8324.0, 8325.0, 8309.0, 8335.0, 8333.0, 8331.0, 8332.0, 8332.0, 8333.0, 8328.0, 8335.0, 8338.0, 8347.0, 8346.0, 8330.0, 8330.0, 8312.0, 8333.0, 8350.0, 8331.0, 8339.0, 8345.0, 8329.0, 8325.0, 8325.0, 8332.0, 8332.0, 8349.0, 8334.0, 8345.0, 8332.0, 8328.0, 8336.0, 8336.0, 8314.0, 8349.0, 8330.0, 8326.0, 8313.0, 8326.0, 8333.0, 8326.0, 8325.0, 8347.0, 8330.0, 8342.0, 8330.0, 8365.0, 8336.0, 8358.0, 8348.0, 8360.0, 8329.0, 8339.0, 8330.0, 8360.0, 8327.0, 8352.0, 8347.0, 8338.0, 8329.0, 8326.0, 8333.0, 8334.0, 8346.0, 8357.0, 8355.0, 8334.0, 8346.0, 8338.0, 8355.0, 8358.0, 8353.0, 8354.0, 8353.0, 8337.0, 8349.0, 8357.0, 8366.0, 8330.0, 8378.0, 8329.0, 8355.0, 8329.0, 8340.0, 8345.0, 8342.0, 8342.0, 8328.0, 8323.0, 8310.0, 8319.0, 8324.0, 8327.0, 8312.0, 8323.0, 8326.0, 8339.0, 8311.0, 8337.0, 8326.0, 8344.0, 8325.0, 8340.0, 8331.0, 8337.0, 8325.0, 8336.0, 8328.0, 8361.0, 8348.0, 8342.0, 8347.0, 8323.0, 8340.0, 8323.0, 8343.0, 8361.0, 8345.0, 8345.0, 8348.0, 8323.0, 8342.0, 8339.0, 8328.0, 8345.0, 8342.0, 8322.0, 8341.0, 8310.0, 8325.0, 8322.0, 8327.0, 8332.0, 8328.0, 8332.0, 8359.0, 8331.0, 8364.0, 8348.0, 8360.0, 8349.0, 8348.0, 8353.0, 8328.0, 8331.0, 8353.0, 8347.0, 8350.0, 8366.0, 8347.0, 8333.0, 8347.0, 8356.0, 8391.0, 8371.0, 8357.0, 8351.0, 8330.0, 8341.0, 8346.0, 8359.0, 8348.0, 8346.0, 8350.0, 8330.0, 8322.0, 8344.0, 8342.0, 8328.0, 8332.0, 8340.0, 8327.0, 8330.0, 8338.0, 8352.0, 8347.0, 8351.0, 8360.0, 8345.0, 8341.0, 8332.0, 8331.0, 8328.0, 8330.0, 8380.0, 8349.0, 8365.0, 8330.0, 8329.0, 8338.0, 8326.0, 8352.0, 8327.0, 8349.0, 8343.0, 8318.0, 8306.0, 8302.0, 8324.0, 8328.0, 8336.0, 8327.0, 8309.0, 8309.0, 8324.0, 8328.0, 8349.0, 8359.0, 8346.0, 8361.0, 8346.0, 8329.0, 8330.0, 8328.0, 8350.0, 8332.0, 8381.0, 8372.0, 8365.0, 8352.0, 8332.0, 8336.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.0004879636937647987</td></tr>
<tr><td colspan=3>aqi</td><td>0.020492328729281768</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.34731798039501</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233354003254343</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001345505616114</td></tr>
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
<tr><td colspan=3>fber</td><td>5661.7241</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0812783136013399</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.393843725335438</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.31525523553875</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2323381285950936</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5083053947427936</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.205122183278363</td></tr>
<tr><td colspan=3>gcor</td><td>0.00511229</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00564220268279314</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026287607848644257</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2568778640299785</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>24.1904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.5389</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292505.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.2692</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2794</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.1097</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2894.5648</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1206.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>709.201</td></tr>
<tr><td colspan=3>tsnr</td><td>41.317296508699656</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>