<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-04/func/sub-0039_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>f49ffb128e15dae397ca9f056c026d50</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>17:41:11.757500</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.999114, 0.0407661, 0.010461, -0.04205, 0.977318, 0.20756]</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.0964587</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7770, -7249, 668, -78, -250, 18, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f795847-a250-4ba6-8e1b-16fcfbcb2427||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.6805496215820312, -0.11281701177358627, 0.004758298862725496, 112.1678237915039], [-0.10937241464853287, 2.622072696685791, 0.5611039996147156, -99.5994873046875], [0.028066178783774376, -0.5568691492080688, 2.6410489082336426, -42.588924407958984], [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': ['174111.757500', '174112.217500', '174112.677500', '174113.137500', '174113.597500', '174114.057500', '174114.517500', '174114.977500', '174115.437500', '174115.897500', '174116.357500', '174116.817500', '174117.277500', '174117.737500', '174118.197500', '174118.657500', '174119.117500', '174119.577500', '174120.037500', '174120.497500', '174120.957500', '174121.417500', '174121.877500', '174122.337500', '174122.797500', '174123.257500', '174123.717500', '174124.177500', '174124.637500', '174125.097500', '174125.557500', '174126.017500', '174126.477500', '174126.937500', '174127.397500', '174127.857500', '174128.317500', '174128.777500', '174129.237500', '174129.697500', '174130.157500', '174130.617500', '174131.077500', '174131.537500', '174131.997500', '174132.457500', '174132.917500', '174133.377500', '174133.837500', '174134.297500', '174134.757500', '174135.217500', '174135.677500', '174136.137500', '174136.597500', '174137.057500', '174137.517500', '174137.977500', '174138.437500', '174138.897500', '174139.357500', '174139.817500', '174140.277500', '174140.737500', '174141.197500', '174141.657500', '174142.117500', '174142.577500', '174143.037500', '174143.497500', '174143.957500', '174144.417500', '174144.877500', '174145.337500', '174145.797500', '174146.257500', '174146.717500', '174147.177500', '174147.637500', '174148.097500', '174148.557500', '174149.017500', '174149.477500', '174149.937500', '174150.397500', '174150.857500', '174151.317500', '174151.777500', '174152.237500', '174152.697500', '174153.157500', '174153.617500', '174154.077500', '174154.537500', '174154.997500', '174155.457500', '174155.917500', '174156.377500', '174156.837500', '174157.297500', '174157.757500', '174158.217500', '174158.677500', '174159.137500', '174159.597500', '174200.057500', '174200.517500', '174200.977500', '174201.437500', '174201.897500', '174202.357500', '174202.817500', '174203.277500', '174203.737500', '174204.197500', '174204.657500', '174205.117500', '174205.577500', '174206.037500', '174206.497500', '174206.957500', '174207.417500', '174207.877500', '174208.337500', '174208.797500', '174209.257500', '174209.717500', '174210.177500', '174210.637500', '174211.097500', '174211.557500', '174212.017500', '174212.477500', '174212.937500', '174213.397500', '174213.857500', '174214.317500', '174214.777500', '174215.237500', '174215.697500', '174216.157500', '174216.617500', '174217.077500', '174217.537500', '174217.997500', '174218.457500', '174218.917500', '174219.377500', '174219.837500', '174220.297500', '174220.757500', '174221.217500', '174221.677500', '174222.137500', '174222.597500', '174223.057500', '174223.517500', '174223.977500', '174224.437500', '174224.897500', '174225.357500', '174225.817500', '174226.277500', '174226.737500', '174227.197500', '174227.657500', '174228.117500', '174228.577500', '174229.037500', '174229.497500', '174229.957500', '174230.417500', '174230.877500', '174231.337500', '174231.797500', '174232.257500', '174232.717500', '174233.177500', '174233.637500', '174234.097500', '174234.557500', '174235.017500', '174235.477500', '174235.937500', '174236.397500', '174236.857500', '174237.317500', '174237.777500', '174238.237500', '174238.697500', '174239.157500', '174239.617500', '174240.077500', '174240.537500', '174240.997500', '174241.457500', '174241.917500', '174242.377500', '174242.837500', '174243.297500', '174243.757500', '174244.217500', '174244.677500', '174245.137500', '174245.597500', '174246.057500', '174246.517500', '174246.977500', '174247.437500', '174247.897500', '174248.357500', '174248.817500', '174249.277500', '174249.737500', '174250.197500', '174250.657500', '174251.117500', '174251.577500', '174252.037500', '174252.497500', '174252.957500', '174253.417500', '174253.877500', '174254.337500', '174254.797500', '174255.257500', '174255.717500', '174256.177500', '174256.637500', '174257.097500', '174257.557500', '174258.017500', '174258.477500', '174258.937500', '174259.397500', '174259.857500', '174300.317500', '174300.777500', '174301.237500', '174301.697500', '174302.157500', '174302.617500', '174303.077500', '174303.537500', '174303.997500', '174304.457500', '174304.917500', '174305.377500', '174305.837500', '174306.297500', '174306.757500', '174307.217500', '174307.677500', '174308.137500', '174308.597500', '174309.057500', '174309.517500', '174309.977500', '174310.437500', '174310.897500', '174311.357500', '174311.817500', '174312.277500', '174312.737500', '174313.197500', '174313.657500', '174314.117500', '174314.577500', '174315.037500', '174315.497500', '174315.957500', '174316.417500', '174316.877500', '174317.337500', '174317.797500', '174318.257500', '174318.717500', '174319.177500', '174319.637500', '174320.097500', '174320.557500', '174321.017500', '174321.477500', '174321.937500', '174322.397500', '174322.857500', '174323.317500', '174323.777500', '174324.237500', '174324.697500', '174325.157500', '174325.617500', '174326.077500', '174326.537500', '174326.997500', '174327.457500', '174327.917500', '174328.377500', '174328.837500', '174329.297500', '174329.757500', '174330.217500', '174330.677500', '174331.137500', '174331.597500', '174332.057500', '174332.517500', '174332.977500', '174333.437500', '174333.897500', '174334.357500', '174334.817500', '174335.277500', '174335.737500', '174336.197500', '174336.657500', '174337.117500', '174337.577500', '174338.037500', '174338.497500', '174338.957500', '174339.417500', '174339.877500', '174340.337500', '174340.797500', '174341.257500', '174341.717500', '174342.177500', '174342.637500', '174343.097500', '174343.557500', '174344.017500', '174344.477500', '174344.937500', '174345.397500', '174345.857500', '174346.317500', '174346.777500', '174347.237500', '174347.697500', '174348.157500', '174348.617500', '174349.077500', '174349.537500', '174349.997500', '174350.457500', '174350.917500', '174351.377500', '174351.837500', '174352.297500', '174352.757500', '174353.217500', '174353.677500', '174354.137500', '174354.597500', '174355.057500', '174355.517500', '174355.977500', '174356.437500', '174356.897500', '174357.357500', '174357.817500', '174358.277500', '174358.737500', '174359.197500', '174359.657500', '174400.117500', '174400.577500', '174401.037500', '174401.497500', '174401.957500', '174402.417500', '174402.877500', '174403.337500', '174403.797500', '174404.257500', '174404.717500', '174405.177500', '174405.637500', '174406.097500', '174406.557500', '174407.017500', '174407.477500', '174407.937500', '174408.397500', '174408.857500', '174409.317500', '174409.777500', '174410.237500', '174410.697500', '174411.157500', '174411.617500', '174412.077500', '174412.537500', '174412.997500', '174413.457500', '174413.917500', '174414.377500', '174414.837500', '174415.297500', '174415.757500', '174416.217500', '174416.677500', '174417.137500', '174417.597500', '174418.057500', '174418.517500', '174418.977500', '174419.437500', '174419.897500', '174420.357500', '174420.817500', '174421.277500', '174421.737500', '174422.197500', '174422.657500', '174423.117500', '174423.577500', '174424.037500', '174424.497500', '174424.957500', '174425.417500', '174425.877500', '174426.337500', '174426.797500', '174427.257500', '174427.717500', '174428.177500', '174428.637500', '174429.097500', '174429.557500', '174430.017500', '174430.477500', '174430.937500', '174431.397500', '174431.857500', '174432.317500', '174432.777500', '174433.237500', '174433.697500', '174434.157500', '174434.617500', '174435.077500', '174435.537500', '174435.997500', '174436.457500', '174436.917500', '174437.377500', '174437.837500', '174438.297500', '174438.757500', '174439.217500', '174439.677500', '174440.137500', '174440.597500', '174441.057500', '174441.517500', '174441.977500', '174442.437500', '174442.897500', '174443.357500', '174443.817500', '174444.277500', '174444.737500', '174445.197500', '174445.657500', '174446.117500', '174446.577500', '174447.037500', '174447.497500', '174447.957500', '174448.417500', '174448.877500', '174449.337500', '174449.797500', '174450.257500', '174450.717500', '174451.177500', '174451.637500', '174452.097500', '174452.557500', '174453.017500', '174453.477500', '174453.937500', '174454.397500', '174454.857500', '174455.317500', '174455.777500', '174456.237500', '174456.697500', '174457.157500', '174457.617500', '174458.077500', '174458.537500', '174458.997500', '174459.457500', '174459.917500', '174500.377500', '174500.837500', '174501.297500', '174501.757500', '174502.217500', '174502.677500', '174503.137500', '174503.597500', '174504.057500', '174504.517500', '174504.977500', '174505.437500', '174505.897500', '174506.357500', '174506.817500', '174507.277500', '174507.737500', '174508.197500', '174508.657500', '174509.117500', '174509.577500', '174510.037500', '174510.497500', '174510.957500', '174511.417500', '174511.877500', '174512.337500', '174512.797500', '174513.257500', '174513.717500', '174514.177500', '174514.637500', '174515.097500', '174515.557500', '174516.017500', '174516.477500', '174516.937500', '174517.397500', '174517.857500', '174518.317500', '174518.777500', '174519.237500', '174519.697500', '174520.157500', '174520.617500', '174521.077500', '174521.537500', '174521.997500', '174522.457500', '174522.917500', '174523.377500', '174523.837500', '174524.297500', '174524.757500', '174525.217500', '174525.677500', '174526.137500', '174526.597500', '174527.057500', '174527.517500', '174527.977500', '174528.437500', '174528.897500', '174529.357500', '174529.817500', '174530.277500', '174530.737500', '174531.197500', '174531.657500', '174532.117500', '174532.577500', '174533.037500', '174533.497500', '174533.957500', '174534.417500', '174534.877500', '174535.337500', '174535.797500', '174536.257500', '174536.717500', '174537.177500', '174537.637500', '174538.097500', '174538.557500', '174539.017500', '174539.477500', '174539.937500', '174540.397500', '174540.857500', '174541.317500', '174541.777500', '174542.237500', '174542.697500', '174543.157500', '174543.617500', '174544.077500', '174544.537500', '174544.997500', '174545.457500', '174545.917500', '174546.377500', '174546.837500', '174547.297500', '174547.757500', '174548.217500', '174548.677500', '174549.137500', '174549.597500', '174550.057500', '174550.517500', '174550.977500', '174551.437500', '174551.897500', '174552.357500', '174552.817500', '174553.277500', '174553.737500', '174554.197500', '174554.657500', '174555.117500', '174555.577500', '174556.037500', '174556.497500', '174556.957500', '174557.417500', '174557.877500', '174558.337500', '174558.797500', '174559.257500', '174559.717500', '174600.177500', '174600.637500', '174601.097500', '174601.557500', '174602.017500', '174602.477500', '174602.937500', '174603.397500', '174603.857500', '174604.317500', '174604.777500', '174605.237500', '174605.697500', '174606.157500', '174606.617500', '174607.077500', '174607.537500', '174607.997500', '174608.457500', '174608.917500', '174609.377500', '174609.837500', '174610.297500', '174610.757500', '174611.217500', '174611.677500', '174612.137500', '174612.597500', '174613.057500', '174613.517500', '174613.977500', '174614.437500', '174614.897500', '174615.357500', '174615.817500', '174616.277500', '174616.737500', '174617.197500', '174617.657500', '174618.117500', '174618.577500', '174619.037500', '174619.497500', '174619.957500', '174620.417500', '174620.877500', '174621.337500', '174621.797500', '174622.257500', '174622.717500', '174623.177500', '174623.637500', '174624.097500', '174624.557500', '174625.017500', '174625.477500', '174625.937500', '174626.397500', '174626.857500', '174627.317500', '174627.777500', '174628.237500', '174628.697500', '174629.157500', '174629.617500', '174630.077500', '174630.537500', '174630.997500', '174631.457500', '174631.917500', '174632.377500', '174632.837500', '174633.297500', '174633.757500', '174634.217500', '174634.677500', '174635.137500', '174635.597500', '174636.057500', '174636.517500', '174636.977500', '174637.437500', '174637.897500', '174638.357500', '174638.817500', '174639.277500', '174639.737500', '174640.197500', '174640.657500', '174641.117500', '174641.577500', '174642.037500', '174642.497500', '174642.957500', '174643.417500', '174643.877500', '174644.337500', '174644.797500', '174645.257500', '174645.717500', '174646.177500', '174646.637500', '174647.097500', '174647.557500', '174648.017500', '174648.477500', '174648.937500', '174649.397500', '174649.857500', '174650.317500', '174650.777500', '174651.237500', '174651.697500', '174652.157500', '174652.617500', '174653.077500', '174653.537500', '174653.997500', '174654.457500', '174654.917500', '174655.377500', '174655.837500', '174656.297500', '174656.757500', '174657.217500', '174657.677500', '174658.137500', '174658.597500', '174659.057500', '174659.517500', '174659.977500', '174700.437500', '174700.897500', '174701.357500', '174701.817500', '174702.277500', '174702.737500', '174703.197500', '174703.657500', '174704.117500', '174704.577500', '174705.037500', '174705.497500', '174705.957500', '174706.417500', '174706.877500', '174707.337500', '174707.797500', '174708.257500', '174708.717500', '174709.177500', '174709.637500', '174710.097500', '174710.557500', '174711.017500', '174711.477500', '174711.937500', '174712.397500', '174712.857500', '174713.317500', '174713.777500', '174714.237500', '174714.697500', '174715.157500', '174715.617500', '174716.077500', '174716.537500', '174716.997500', '174717.457500', '174717.917500', '174718.377500', '174718.837500', '174719.297500', '174719.757500', '174720.217500', '174720.677500', '174721.137500', '174721.597500', '174722.057500', '174722.517500', '174722.977500', '174723.437500', '174723.897500', '174724.357500', '174724.817500', '174725.277500', '174725.737500', '174726.197500', '174726.657500', '174727.117500', '174727.577500', '174728.037500', '174728.497500', '174728.957500', '174729.417500', '174729.877500', '174730.337500', '174730.797500', '174731.257500', '174731.717500', '174732.177500', '174732.637500', '174733.097500', '174733.557500', '174734.017500', '174734.477500', '174734.937500', '174735.397500', '174735.857500', '174736.317500', '174736.777500', '174737.237500', '174737.697500', '174738.157500', '174738.617500', '174739.077500', '174739.537500', '174739.997500', '174740.457500', '174740.917500', '174741.377500', '174741.837500', '174742.297500', '174742.757500', '174743.217500', '174743.677500', '174744.137500', '174744.597500', '174745.057500', '174745.517500', '174745.977500', '174746.437500', '174746.897500', '174747.357500', '174747.817500', '174748.277500', '174748.737500', '174749.197500', '174749.657500', '174750.117500', '174750.577500', '174751.037500', '174751.497500', '174751.957500', '174752.417500', '174752.877500', '174753.337500', '174753.797500', '174754.257500', '174754.717500', '174755.177500', '174755.637500', '174756.097500', '174756.557500', '174757.017500', '174757.477500', '174757.937500', '174758.397500', '174758.857500', '174759.317500', '174759.777500', '174800.237500', '174800.697500', '174801.157500', '174801.617500', '174802.077500', '174802.537500', '174802.997500', '174803.457500', '174803.917500', '174804.377500', '174804.837500', '174805.297500', '174805.757500', '174806.217500', '174806.677500', '174807.137500', '174807.597500', '174808.057500', '174808.517500', '174808.977500', '174809.437500', '174809.897500', '174810.357500', '174810.817500', '174811.277500', '174811.737500', '174812.197500', '174812.657500', '174813.117500', '174813.577500', '174814.037500', '174814.497500', '174814.957500', '174815.417500', '174815.877500', '174816.337500', '174816.797500', '174817.257500', '174817.717500', '174818.177500', '174818.637500', '174819.097500', '174819.557500', '174820.017500', '174820.477500', '174820.937500', '174821.397500', '174821.857500', '174822.317500', '174822.777500', '174823.237500', '174823.697500', '174824.157500', '174824.617500', '174825.077500', '174825.537500', '174825.997500', '174826.457500', '174826.917500', '174827.377500', '174827.837500', '174828.297500', '174828.757500', '174829.217500', '174829.677500', '174830.137500', '174830.597500', '174831.057500', '174831.517500', '174831.977500', '174832.437500', '174832.897500', '174833.357500', '174833.817500', '174834.277500', '174834.737500', '174835.197500', '174835.657500', '174836.117500', '174836.577500', '174837.037500', '174837.497500', '174837.957500', '174838.417500', '174838.877500', '174839.337500', '174839.797500', '174840.257500', '174840.717500', '174841.177500', '174841.637500', '174842.097500', '174842.557500', '174843.017500', '174843.477500', '174843.937500', '174844.397500', '174844.857500', '174845.317500', '174845.777500', '174846.237500', '174846.697500', '174847.157500', '174847.617500', '174848.077500', '174848.537500', '174848.997500', '174849.457500', '174849.917500', '174850.377500', '174850.837500', '174851.297500', '174851.757500', '174852.217500', '174852.677500', '174853.137500', '174853.597500', '174854.057500', '174854.517500', '174854.977500', '174855.437500', '174855.897500', '174856.357500', '174856.817500', '174857.277500', '174857.737500', '174858.197500', '174858.657500', '174859.117500', '174859.577500', '174900.037500', '174900.497500', '174900.957500', '174901.417500', '174901.877500', '174902.337500', '174902.797500', '174903.257500', '174903.717500', '174904.177500', '174904.637500', '174905.097500', '174905.557500', '174906.017500', '174906.477500', '174906.937500', '174907.397500', '174907.857500', '174908.317500', '174908.777500', '174909.237500', '174909.697500', '174910.157500', '174910.617500', '174911.077500', '174911.537500', '174911.997500', '174912.457500', '174912.917500', '174913.377500', '174913.837500', '174914.297500', '174914.757500', '174915.217500', '174915.677500', '174916.137500', '174916.597500', '174917.057500', '174917.517500', '174917.977500', '174918.437500', '174918.897500', '174919.357500', '174919.817500', '174920.277500', '174920.737500', '174921.197500', '174921.657500', '174922.117500', '174922.577500', '174923.037500', '174923.497500', '174923.957500', '174924.417500', '174924.877500', '174925.337500', '174925.797500', '174926.257500', '174926.717500', '174927.177500', '174927.637500', '174928.097500', '174928.557500', '174929.017500', '174929.477500', '174929.937500', '174930.397500', '174930.857500', '174931.317500', '174931.777500', '174932.237500', '174932.697500', '174933.157500', '174933.617500', '174934.077500', '174934.537500', '174934.997500', '174935.457500', '174935.917500', '174936.377500', '174936.837500', '174937.297500', '174937.757500', '174938.217500', '174938.677500', '174939.137500', '174939.597500', '174940.057500', '174940.517500', '174940.977500', '174941.437500', '174941.897500', '174942.357500', '174942.817500', '174943.277500', '174943.737500', '174944.197500', '174944.657500', '174945.117500', '174945.577500', '174946.037500', '174946.497500', '174946.957500', '174947.417500', '174947.877500', '174948.337500', '174948.797500', '174949.257500', '174949.717500', '174950.177500', '174950.637500', '174951.097500', '174951.557500', '174952.017500', '174952.477500', '174952.937500', '174953.397500', '174953.857500', '174954.317500', '174954.777500', '174955.237500', '174955.697500', '174956.157500', '174956.617500', '174957.077500', '174957.537500', '174957.997500', '174958.457500', '174958.917500', '174959.377500', '174959.837500', '175000.297500', '175000.757500', '175001.217500', '175001.677500', '175002.137500', '175002.597500', '175003.057500', '175003.517500', '175003.977500', '175004.437500', '175004.897500', '175005.357500', '175005.817500', '175006.277500', '175006.737500', '175007.197500', '175007.657500', '175008.117500', '175008.577500', '175009.037500', '175009.497500', '175009.957500', '175010.417500', '175010.877500', '175011.337500', '175011.797500', '175012.257500', '175012.717500', '175013.177500', '175013.637500', '175014.097500', '175014.557500', '175015.017500', '175015.477500', '175015.937500', '175016.397500', '175016.857500', '175017.317500', '175017.777500', '175018.237500', '175018.697500', '175019.157500', '175019.617500', '175020.077500', '175020.537500', '175020.997500', '175021.457500', '175021.917500', '175022.377500', '175022.837500', '175023.297500', '175023.757500', '175024.217500', '175024.677500', '175025.137500', '175025.597500', '175026.057500', '175026.517500', '175026.977500', '175027.437500', '175027.897500', '175028.357500', '175028.817500', '175029.277500', '175029.737500', '175030.197500', '175030.657500', '175031.117500', '175031.577500', '175032.037500', '175032.497500', '175032.957500', '175033.417500', '175033.877500', '175034.337500', '175034.797500', '175035.257500', '175035.717500', '175036.177500', '175036.637500', '175037.097500', '175037.557500', '175038.017500', '175038.477500', '175038.937500', '175039.397500', '175039.857500', '175040.317500', '175040.777500', '175041.237500', '175041.697500', '175042.157500', '175042.617500', '175043.077500', '175043.537500', '175043.997500', '175044.457500', '175044.917500', '175045.377500', '175045.837500', '175046.297500', '175046.757500', '175047.217500', '175047.677500', '175048.137500', '175048.597500', '175049.057500', '175049.517500', '175049.977500', '175050.437500', '175050.897500', '175051.357500', '175051.817500', '175052.277500', '175052.737500', '175053.197500', '175053.657500', '175054.117500', '175054.577500'], 'ContentTime': ['174129.325000', '174129.328000', '174129.330000', '174129.333000', '174129.336000', '174129.339000', '174129.341000', '174129.344000', '174129.347000', '174129.350000', '174129.354000', '174129.357000', '174129.359000', '174129.362000', '174129.364000', '174129.367000', '174129.381000', '174129.384000', '174129.386000', '174129.389000', '174129.391000', '174129.394000', '174129.397000', '174129.399000', '174129.404000', '174129.407000', '174129.410000', '174129.412000', '174129.415000', '174129.417000', '174129.420000', '174129.422000', '174129.425000', '174129.428000', '174129.430000', '174129.433000', '174149.295000', '174149.298000', '174149.301000', '174149.304000', '174149.306000', '174149.309000', '174149.311000', '174149.317000', '174149.319000', '174149.322000', '174149.324000', '174149.327000', '174149.329000', '174149.332000', '174149.334000', '174149.337000', '174149.340000', '174149.342000', '174149.345000', '174149.347000', '174149.350000', '174149.353000', '174149.355000', '174149.358000', '174149.360000', '174149.363000', '174149.366000', '174149.368000', '174149.371000', '174149.373000', '174149.376000', '174149.378000', '174149.381000', '174149.383000', '174149.386000', '174149.389000', '174149.391000', '174149.394000', '174149.396000', '174149.399000', '174149.401000', '174149.404000', '174149.406000', '174149.409000', '174209.295000', '174209.304000', '174209.307000', '174209.309000', '174209.312000', '174209.315000', '174209.317000', '174209.320000', '174209.322000', '174209.325000', '174209.328000', '174209.330000', '174209.333000', '174209.335000', '174209.338000', '174209.341000', '174209.343000', '174209.346000', '174209.349000', '174209.351000', '174209.354000', '174209.356000', '174209.359000', '174209.362000', '174209.364000', '174209.367000', '174209.370000', '174209.372000', '174209.375000', '174209.377000', '174209.380000', '174209.383000', '174209.385000', '174209.388000', '174209.391000', '174209.393000', '174209.396000', '174209.398000', '174209.401000', '174209.404000', '174209.406000', '174209.409000', '174209.412000', '174229.295000', '174229.298000', '174229.301000', '174229.303000', '174229.306000', '174229.309000', '174229.311000', '174229.314000', '174229.316000', '174229.319000', '174229.322000', '174229.324000', '174229.327000', '174229.329000', '174229.332000', '174229.334000', '174229.337000', '174229.340000', '174229.342000', '174229.345000', '174229.348000', '174229.351000', '174229.353000', '174229.356000', '174229.358000', '174229.361000', '174229.363000', '174229.366000', '174229.369000', '174229.371000', '174229.374000', '174229.376000', '174229.379000', '174229.382000', '174229.384000', '174229.387000', '174229.389000', '174229.392000', '174229.395000', '174229.397000', '174229.400000', '174229.407000', '174229.410000', '174229.412000', '174249.296000', '174249.299000', '174249.302000', '174249.305000', '174249.307000', '174249.310000', '174249.312000', '174249.315000', '174249.318000', '174249.320000', '174249.323000', '174249.325000', '174249.328000', '174249.330000', '174249.333000', '174249.336000', '174249.353000', '174249.355000', '174249.358000', '174249.361000', '174249.363000', '174249.366000', '174249.369000', '174249.371000', '174249.374000', '174249.376000', '174249.379000', '174249.382000', '174249.384000', '174249.387000', '174249.390000', '174249.392000', '174249.395000', '174249.397000', '174249.400000', '174249.403000', '174249.405000', '174249.408000', '174249.411000', '174249.413000', '174249.416000', '174249.418000', '174249.421000', '174309.295000', '174309.298000', '174309.301000', '174309.304000', '174309.306000', '174309.309000', '174309.312000', '174309.314000', '174309.317000', '174309.320000', '174309.322000', '174309.325000', '174309.327000', '174309.330000', '174309.333000', '174309.335000', '174309.338000', '174309.340000', '174309.343000', '174309.346000', '174309.348000', '174309.351000', '174309.353000', '174309.356000', '174309.359000', '174309.361000', '174309.364000', '174309.366000', '174309.369000', '174309.372000', '174309.374000', '174309.377000', '174309.379000', '174309.382000', '174309.385000', '174309.387000', '174309.390000', '174309.393000', '174309.395000', '174309.398000', '174309.400000', '174309.403000', '174309.405000', '174309.408000', '174329.296000', '174329.298000', '174329.301000', '174329.304000', '174329.306000', '174329.309000', '174329.311000', '174329.314000', '174329.316000', '174329.319000', '174329.322000', '174329.324000', '174329.327000', '174329.329000', '174329.332000', '174329.335000', '174329.337000', '174329.340000', '174329.342000', '174329.345000', '174329.347000', '174329.350000', '174329.352000', '174329.355000', '174329.358000', '174329.360000', '174329.363000', '174329.365000', '174329.368000', '174329.371000', '174329.373000', '174329.376000', '174329.378000', '174329.381000', '174329.384000', '174329.386000', '174329.389000', '174329.391000', '174329.394000', '174329.397000', '174329.399000', '174329.402000', '174329.404000', '174349.296000', '174349.298000', '174349.301000', '174349.304000', '174349.306000', '174349.309000', '174349.312000', '174349.314000', '174349.317000', '174349.319000', '174349.322000', '174349.325000', '174349.327000', '174349.330000', '174349.333000', '174349.335000', '174349.338000', '174349.340000', '174349.343000', '174349.346000', '174349.348000', '174349.351000', '174349.353000', '174349.356000', '174349.358000', '174349.361000', '174349.364000', '174349.366000', '174349.369000', '174349.372000', '174349.375000', '174349.377000', '174349.380000', '174349.382000', '174349.385000', '174349.388000', '174349.390000', '174349.393000', '174349.396000', '174349.398000', '174349.401000', '174349.403000', '174349.406000', '174349.409000', '174409.295000', '174409.298000', '174409.301000', '174409.303000', '174409.306000', '174409.309000', '174409.311000', '174409.314000', '174409.316000', '174409.319000', '174409.322000', '174409.324000', '174409.327000', '174409.329000', '174409.332000', '174409.335000', '174409.337000', '174409.340000', '174409.342000', '174409.345000', '174409.348000', '174409.350000', '174409.353000', '174409.355000', '174409.358000', '174409.360000', '174409.363000', '174409.366000', '174409.368000', '174409.371000', '174409.373000', '174409.376000', '174409.378000', '174409.381000', '174409.384000', '174409.386000', '174409.389000', '174409.391000', '174409.394000', '174409.396000', '174409.399000', '174409.402000', '174409.404000', '174429.295000', '174429.298000', '174429.301000', '174429.304000', '174429.306000', '174429.309000', '174429.311000', '174429.314000', '174429.317000', '174429.320000', '174429.322000', '174429.325000', '174429.328000', '174429.330000', '174429.333000', '174429.336000', '174429.338000', '174429.341000', '174429.343000', '174429.346000', '174429.349000', '174429.351000', '174429.354000', '174429.356000', '174429.359000', '174429.362000', '174429.364000', '174429.367000', '174429.370000', '174429.372000', '174429.375000', '174429.377000', '174429.380000', '174429.383000', '174429.385000', '174429.388000', '174429.390000', '174429.393000', '174429.396000', '174429.398000', '174429.401000', '174429.404000', '174429.406000', '174429.409000', '174449.295000', '174449.298000', '174449.301000', '174449.304000', '174449.306000', '174449.309000', '174449.312000', '174449.314000', '174449.317000', '174449.320000', '174449.322000', '174449.325000', '174449.327000', '174449.330000', '174449.333000', '174449.335000', '174449.338000', '174449.340000', '174449.343000', '174449.346000', '174449.348000', '174449.351000', '174449.354000', '174449.356000', '174449.359000', '174449.361000', '174449.364000', '174449.367000', '174449.369000', '174449.372000', '174449.374000', '174449.377000', '174449.380000', '174449.382000', '174449.385000', '174449.387000', '174449.390000', '174449.392000', '174449.395000', '174449.398000', '174449.400000', '174449.403000', '174449.406000', '174509.296000', '174509.299000', '174509.303000', '174509.306000', '174509.309000', '174509.311000', '174509.314000', '174509.316000', '174509.319000', '174509.322000', '174509.324000', '174509.327000', '174509.329000', '174509.332000', '174509.335000', '174509.337000', '174509.340000', '174509.342000', '174509.345000', '174509.348000', '174509.350000', '174509.353000', '174509.356000', '174509.358000', '174509.361000', '174509.364000', '174509.366000', '174509.369000', '174509.371000', '174509.374000', '174509.377000', '174509.379000', '174509.382000', '174509.384000', '174509.387000', '174509.389000', '174509.392000', '174509.395000', '174509.397000', '174509.400000', '174509.403000', '174509.405000', '174509.408000', '174529.295000', '174529.298000', '174529.301000', '174529.304000', '174529.306000', '174529.309000', '174529.311000', '174529.314000', '174529.316000', '174529.319000', '174529.322000', '174529.324000', '174529.327000', '174529.329000', '174529.332000', '174529.335000', '174529.337000', '174529.340000', '174529.342000', '174529.345000', '174529.348000', '174529.350000', '174529.353000', '174529.355000', '174529.358000', '174529.361000', '174529.363000', '174529.366000', '174529.368000', '174529.371000', '174529.374000', '174529.376000', '174529.379000', '174529.381000', '174529.384000', '174529.386000', '174529.389000', '174529.392000', '174529.394000', '174529.397000', '174529.399000', '174529.402000', '174529.405000', '174529.407000', '174549.295000', '174549.298000', '174549.301000', '174549.303000', '174549.307000', '174549.314000', '174549.316000', '174549.319000', '174549.321000', '174549.324000', '174549.327000', '174549.329000', '174549.332000', '174549.335000', '174549.337000', '174549.340000', '174549.343000', '174549.345000', '174549.348000', '174549.350000', '174549.353000', '174549.356000', '174549.358000', '174549.371000', '174549.374000', '174549.376000', '174549.379000', '174549.381000', '174549.384000', '174549.387000', '174549.389000', '174549.392000', '174549.395000', '174549.397000', '174549.400000', '174549.402000', '174549.405000', '174549.408000', '174549.410000', '174549.413000', '174549.415000', '174549.418000', '174549.420000', '174549.423000', '174609.295000', '174609.298000', '174609.301000', '174609.304000', '174609.306000', '174609.309000', '174609.312000', '174609.314000', '174609.317000', '174609.320000', '174609.322000', '174609.325000', '174609.327000', '174609.330000', '174609.333000', '174609.335000', '174609.338000', '174609.341000', '174609.343000', '174609.346000', '174609.348000', '174609.351000', '174609.354000', '174609.356000', '174609.359000', '174609.361000', '174609.364000', '174609.367000', '174609.369000', '174609.372000', '174609.374000', '174609.377000', '174609.379000', '174609.382000', '174609.385000', '174609.387000', '174609.390000', '174609.392000', '174609.395000', '174609.398000', '174609.400000', '174609.403000', '174609.406000', '174629.295000', '174629.298000', '174629.301000', '174629.304000', '174629.306000', '174629.309000', '174629.311000', '174629.314000', '174629.317000', '174629.320000', '174629.322000', '174629.325000', '174629.327000', '174629.330000', '174629.333000', '174629.335000', '174629.338000', '174629.340000', '174629.343000', '174629.346000', '174629.348000', '174629.351000', '174629.354000', '174629.356000', '174629.359000', '174629.361000', '174629.364000', '174629.367000', '174629.369000', '174629.372000', '174629.375000', '174629.377000', '174629.380000', '174629.382000', '174629.385000', '174629.387000', '174629.390000', '174629.393000', '174629.395000', '174629.398000', '174629.400000', '174629.403000', '174629.405000', '174629.408000', '174649.296000', '174649.298000', '174649.301000', '174649.304000', '174649.306000', '174649.309000', '174649.312000', '174649.314000', '174649.317000', '174649.322000', '174649.324000', '174649.327000', '174649.330000', '174649.332000', '174649.335000', '174649.338000', '174649.340000', '174649.343000', '174649.345000', '174649.348000', '174649.351000', '174649.353000', '174649.356000', '174649.359000', '174649.361000', '174649.364000', '174649.366000', '174649.369000', '174649.372000', '174649.374000', '174649.377000', '174649.379000', '174649.382000', '174649.385000', '174649.387000', '174649.390000', '174649.393000', '174649.395000', '174649.398000', '174649.400000', '174649.403000', '174649.405000', '174649.408000', '174709.295000', '174709.298000', '174709.301000', '174709.303000', '174709.306000', '174709.309000', '174709.311000', '174709.314000', '174709.317000', '174709.319000', '174709.322000', '174709.324000', '174709.327000', '174709.329000', '174709.332000', '174709.335000', '174709.337000', '174709.340000', '174709.342000', '174709.346000', '174709.349000', '174709.352000', '174709.354000', '174709.357000', '174709.359000', '174709.362000', '174709.365000', '174709.367000', '174709.370000', '174709.373000', '174709.375000', '174709.378000', '174709.381000', '174709.383000', '174709.386000', '174709.388000', '174709.391000', '174709.394000', '174709.396000', '174709.399000', '174709.402000', '174709.405000', '174709.407000', '174709.410000', '174729.295000', '174729.298000', '174729.301000', '174729.304000', '174729.307000', '174729.309000', '174729.312000', '174729.314000', '174729.317000', '174729.320000', '174729.322000', '174729.325000', '174729.327000', '174729.330000', '174729.332000', '174729.335000', '174729.338000', '174729.340000', '174729.343000', '174729.345000', '174729.348000', '174729.351000', '174729.353000', '174729.356000', '174729.358000', '174729.361000', '174729.364000', '174729.366000', '174729.369000', '174729.371000', '174729.374000', '174729.377000', '174729.379000', '174729.382000', '174729.385000', '174729.387000', '174729.390000', '174729.393000', '174729.395000', '174729.398000', '174729.400000', '174729.403000', '174729.405000', '174749.295000', '174749.299000', '174749.301000', '174749.304000', '174749.306000', '174749.309000', '174749.312000', '174749.314000', '174749.317000', '174749.319000', '174749.322000', '174749.324000', '174749.327000', '174749.330000', '174749.332000', '174749.335000', '174749.337000', '174749.340000', '174749.343000', '174749.346000', '174749.349000', '174749.352000', '174749.355000', '174749.357000', '174749.360000', '174749.362000', '174749.365000', '174749.368000', '174749.370000', '174749.373000', '174749.375000', '174749.378000', '174749.381000', '174749.383000', '174749.386000', '174749.388000', '174749.391000', '174749.394000', '174749.396000', '174749.399000', '174749.401000', '174749.404000', '174749.407000', '174809.295000', '174809.298000', '174809.301000', '174809.304000', '174809.306000', '174809.309000', '174809.311000', '174809.314000', '174809.317000', '174809.319000', '174809.322000', '174809.325000', '174809.327000', '174809.330000', '174809.333000', '174809.335000', '174809.338000', '174809.340000', '174809.343000', '174809.346000', '174809.348000', '174809.351000', '174809.354000', '174809.356000', '174809.359000', '174809.362000', '174809.364000', '174809.367000', '174809.370000', '174809.372000', '174809.375000', '174809.378000', '174809.380000', '174809.383000', '174809.385000', '174809.388000', '174809.391000', '174809.393000', '174809.396000', '174809.398000', '174809.401000', '174809.404000', '174809.406000', '174809.409000', '174829.295000', '174829.298000', '174829.301000', '174829.304000', '174829.306000', '174829.309000', '174829.311000', '174829.314000', '174829.317000', '174829.319000', '174829.322000', '174829.324000', '174829.327000', '174829.330000', '174829.332000', '174829.335000', '174829.338000', '174829.340000', '174829.343000', '174829.346000', '174829.349000', '174829.351000', '174829.354000', '174829.357000', '174829.359000', '174829.362000', '174829.365000', '174829.367000', '174829.370000', '174829.372000', '174829.375000', '174829.378000', '174829.380000', '174829.383000', '174829.387000', '174829.389000', '174829.392000', '174829.395000', '174829.397000', '174829.400000', '174829.403000', '174829.405000', '174829.408000', '174849.296000', '174849.299000', '174849.301000', '174849.304000', '174849.307000', '174849.309000', '174849.312000', '174849.315000', '174849.317000', '174849.320000', '174849.323000', '174849.325000', '174849.328000', '174849.330000', '174849.333000', '174849.336000', '174849.338000', '174849.341000', '174849.344000', '174849.346000', '174849.349000', '174849.352000', '174849.354000', '174849.357000', '174849.359000', '174849.362000', '174849.365000', '174849.367000', '174849.370000', '174849.372000', '174849.375000', '174849.378000', '174849.380000', '174849.383000', '174849.386000', '174849.388000', '174849.391000', '174849.394000', '174849.396000', '174849.399000', '174849.401000', '174849.404000', '174849.407000', '174849.409000', '174909.296000', '174909.298000', '174909.301000', '174909.304000', '174909.306000', '174909.309000', '174909.311000', '174909.314000', '174909.317000', '174909.319000', '174909.322000', '174909.325000', '174909.327000', '174909.330000', '174909.333000', '174909.335000', '174909.338000', '174909.341000', '174909.343000', '174909.346000', '174909.349000', '174909.351000', '174909.354000', '174909.357000', '174909.359000', '174909.362000', '174909.365000', '174909.367000', '174909.370000', '174909.372000', '174909.375000', '174909.377000', '174909.380000', '174909.383000', '174909.385000', '174909.388000', '174909.390000', '174909.393000', '174909.395000', '174909.398000', '174909.401000', '174909.403000', '174909.406000', '174929.295000', '174929.298000', '174929.301000', '174929.304000', '174929.306000', '174929.309000', '174929.311000', '174929.314000', '174929.317000', '174929.319000', '174929.322000', '174929.325000', '174929.327000', '174929.330000', '174929.332000', '174929.335000', '174929.338000', '174929.340000', '174929.343000', '174929.345000', '174929.348000', '174929.351000', '174929.353000', '174929.356000', '174929.358000', '174929.361000', '174929.364000', '174929.366000', '174929.369000', '174929.371000', '174929.374000', '174929.377000', '174929.379000', '174929.382000', '174929.384000', '174929.387000', '174929.389000', '174929.392000', '174929.395000', '174929.397000', '174929.400000', '174929.402000', '174929.405000', '174929.408000', '174949.296000', '174949.298000', '174949.301000', '174949.304000', '174949.306000', '174949.309000', '174949.311000', '174949.314000', '174949.317000', '174949.319000', '174949.322000', '174949.324000', '174949.327000', '174949.330000', '174949.332000', '174949.335000', '174949.338000', '174949.340000', '174949.343000', '174949.345000', '174949.348000', '174949.351000', '174949.353000', '174949.356000', '174949.358000', '174949.361000', '174949.364000', '174949.367000', '174949.369000', '174949.372000', '174949.375000', '174949.378000', '174949.381000', '174949.384000', '174949.387000', '174949.389000', '174949.392000', '174949.394000', '174949.397000', '174949.400000', '174949.402000', '174949.422000', '174949.424000', '175009.295000', '175009.298000', '175009.301000', '175009.304000', '175009.306000', '175009.309000', '175009.312000', '175009.314000', '175009.317000', '175009.319000', '175009.322000', '175009.325000', '175009.327000', '175009.330000', '175009.333000', '175009.335000', '175009.338000', '175009.341000', '175009.343000', '175009.346000', '175009.349000', '175009.351000', '175009.354000', '175009.356000', '175009.359000', '175009.362000', '175009.365000', '175009.367000', '175009.370000', '175009.372000', '175009.375000', '175009.378000', '175009.380000', '175009.383000', '175009.386000', '175009.388000', '175009.391000', '175009.394000', '175009.396000', '175009.399000', '175009.402000', '175009.404000', '175009.407000', '175009.410000', '175029.295000', '175029.298000', '175029.301000', '175029.304000', '175029.306000', '175029.309000', '175029.311000', '175029.314000', '175029.317000', '175029.319000', '175029.322000', '175029.325000', '175029.327000', '175029.330000', '175029.333000', '175029.335000', '175029.338000', '175029.340000', '175029.343000', '175029.346000', '175029.348000', '175029.351000', '175029.354000', '175029.356000', '175029.359000', '175029.362000', '175029.364000', '175029.367000', '175029.370000', '175029.372000', '175029.375000', '175029.378000', '175029.381000', '175029.384000', '175029.386000', '175029.389000', '175029.392000', '175029.394000', '175029.397000', '175029.400000', '175029.402000', '175029.405000', '175029.408000', '175049.296000', '175049.298000', '175049.301000', '175049.304000', '175049.306000', '175049.309000', '175049.312000', '175049.314000', '175049.317000', '175049.320000', '175049.322000', '175049.325000', '175049.327000', '175049.330000', '175049.333000', '175049.336000', '175049.338000', '175049.341000', '175049.343000', '175049.346000', '175049.349000', '175049.351000', '175049.354000', '175049.357000', '175049.359000', '175049.362000', '175049.364000', '175049.367000', '175049.370000', '175049.372000', '175049.375000', '175049.378000', '175049.380000', '175049.383000', '175049.385000', '175049.388000', '175049.390000', '175049.393000', '175049.396000', '175049.398000', '175049.401000', '175049.403000', '175049.406000', '175049.409000', '175055.622000', '175055.625000', '175055.628000', '175055.631000', '175055.634000', '175055.636000', '175055.639000', '175055.642000', '175055.644000', '175055.647000', '175055.650000', '175055.662000', '175055.665000', '175055.668000'], 'InstanceCreationTime': ['174129.325000', '174129.328000', '174129.330000', '174129.333000', '174129.336000', '174129.339000', '174129.341000', '174129.344000', '174129.347000', '174129.350000', '174129.354000', '174129.357000', '174129.359000', '174129.362000', '174129.364000', '174129.367000', '174129.381000', '174129.384000', '174129.386000', '174129.389000', '174129.391000', '174129.394000', '174129.397000', '174129.399000', '174129.404000', '174129.407000', '174129.410000', '174129.412000', '174129.415000', '174129.417000', '174129.420000', '174129.422000', '174129.425000', '174129.428000', '174129.430000', '174129.433000', '174149.295000', '174149.298000', '174149.301000', '174149.304000', '174149.306000', '174149.309000', '174149.311000', '174149.317000', '174149.319000', '174149.322000', '174149.324000', '174149.327000', '174149.329000', '174149.332000', '174149.334000', '174149.337000', '174149.340000', '174149.342000', '174149.345000', '174149.347000', '174149.350000', '174149.353000', '174149.355000', '174149.358000', '174149.360000', '174149.363000', '174149.366000', '174149.368000', '174149.371000', '174149.373000', '174149.376000', '174149.378000', '174149.381000', '174149.383000', '174149.386000', '174149.389000', '174149.391000', '174149.394000', '174149.396000', '174149.399000', '174149.401000', '174149.404000', '174149.406000', '174149.409000', '174209.295000', '174209.304000', '174209.307000', '174209.309000', '174209.312000', '174209.315000', '174209.317000', '174209.320000', '174209.322000', '174209.325000', '174209.328000', '174209.330000', '174209.333000', '174209.335000', '174209.338000', '174209.341000', '174209.343000', '174209.346000', '174209.349000', '174209.351000', '174209.354000', '174209.356000', '174209.359000', '174209.362000', '174209.364000', '174209.367000', '174209.370000', '174209.372000', '174209.375000', '174209.377000', '174209.380000', '174209.383000', '174209.385000', '174209.388000', '174209.391000', '174209.393000', '174209.396000', '174209.398000', '174209.401000', '174209.404000', '174209.406000', '174209.409000', '174209.412000', '174229.295000', '174229.298000', '174229.301000', '174229.303000', '174229.306000', '174229.309000', '174229.311000', '174229.314000', '174229.316000', '174229.319000', '174229.322000', '174229.324000', '174229.327000', '174229.329000', '174229.332000', '174229.334000', '174229.337000', '174229.340000', '174229.342000', '174229.345000', '174229.348000', '174229.351000', '174229.353000', '174229.356000', '174229.358000', '174229.361000', '174229.363000', '174229.366000', '174229.369000', '174229.371000', '174229.374000', '174229.376000', '174229.379000', '174229.382000', '174229.384000', '174229.387000', '174229.389000', '174229.392000', '174229.395000', '174229.397000', '174229.400000', '174229.407000', '174229.410000', '174229.412000', '174249.296000', '174249.299000', '174249.302000', '174249.305000', '174249.307000', '174249.310000', '174249.312000', '174249.315000', '174249.318000', '174249.320000', '174249.323000', '174249.325000', '174249.328000', '174249.330000', '174249.333000', '174249.336000', '174249.353000', '174249.355000', '174249.358000', '174249.361000', '174249.363000', '174249.366000', '174249.369000', '174249.371000', '174249.374000', '174249.376000', '174249.379000', '174249.382000', '174249.384000', '174249.387000', '174249.390000', '174249.392000', '174249.395000', '174249.397000', '174249.400000', '174249.403000', '174249.405000', '174249.408000', '174249.411000', '174249.413000', '174249.416000', '174249.418000', '174249.421000', '174309.295000', '174309.298000', '174309.301000', '174309.304000', '174309.306000', '174309.309000', '174309.312000', '174309.314000', '174309.317000', '174309.320000', '174309.322000', '174309.325000', '174309.327000', '174309.330000', '174309.333000', '174309.335000', '174309.338000', '174309.340000', '174309.343000', '174309.346000', '174309.348000', '174309.351000', '174309.353000', '174309.356000', '174309.359000', '174309.361000', '174309.364000', '174309.366000', '174309.369000', '174309.372000', '174309.374000', '174309.377000', '174309.379000', '174309.382000', '174309.385000', '174309.387000', '174309.390000', '174309.393000', '174309.395000', '174309.398000', '174309.400000', '174309.403000', '174309.405000', '174309.408000', '174329.296000', '174329.298000', '174329.301000', '174329.304000', '174329.306000', '174329.309000', '174329.311000', '174329.314000', '174329.316000', '174329.319000', '174329.322000', '174329.324000', '174329.327000', '174329.329000', '174329.332000', '174329.335000', '174329.337000', '174329.340000', '174329.342000', '174329.345000', '174329.347000', '174329.350000', '174329.352000', '174329.355000', '174329.358000', '174329.360000', '174329.363000', '174329.365000', '174329.368000', '174329.371000', '174329.373000', '174329.376000', '174329.378000', '174329.381000', '174329.384000', '174329.386000', '174329.389000', '174329.391000', '174329.394000', '174329.397000', '174329.399000', '174329.402000', '174329.404000', '174349.296000', '174349.298000', '174349.301000', '174349.304000', '174349.306000', '174349.309000', '174349.312000', '174349.314000', '174349.317000', '174349.319000', '174349.322000', '174349.325000', '174349.327000', '174349.330000', '174349.333000', '174349.335000', '174349.338000', '174349.340000', '174349.343000', '174349.346000', '174349.348000', '174349.351000', '174349.353000', '174349.356000', '174349.358000', '174349.361000', '174349.364000', '174349.366000', '174349.369000', '174349.372000', '174349.375000', '174349.377000', '174349.380000', '174349.382000', '174349.385000', '174349.388000', '174349.390000', '174349.393000', '174349.396000', '174349.398000', '174349.401000', '174349.403000', '174349.406000', '174349.409000', '174409.295000', '174409.298000', '174409.301000', '174409.303000', '174409.306000', '174409.309000', '174409.311000', '174409.314000', '174409.316000', '174409.319000', '174409.322000', '174409.324000', '174409.327000', '174409.329000', '174409.332000', '174409.335000', '174409.337000', '174409.340000', '174409.342000', '174409.345000', '174409.348000', '174409.350000', '174409.353000', '174409.355000', '174409.358000', '174409.360000', '174409.363000', '174409.366000', '174409.368000', '174409.371000', '174409.373000', '174409.376000', '174409.378000', '174409.381000', '174409.384000', '174409.386000', '174409.389000', '174409.391000', '174409.394000', '174409.396000', '174409.399000', '174409.402000', '174409.404000', '174429.295000', '174429.298000', '174429.301000', '174429.304000', '174429.306000', '174429.309000', '174429.311000', '174429.314000', '174429.317000', '174429.320000', '174429.322000', '174429.325000', '174429.328000', '174429.330000', '174429.333000', '174429.336000', '174429.338000', '174429.341000', '174429.343000', '174429.346000', '174429.349000', '174429.351000', '174429.354000', '174429.356000', '174429.359000', '174429.362000', '174429.364000', '174429.367000', '174429.370000', '174429.372000', '174429.375000', '174429.377000', '174429.380000', '174429.383000', '174429.385000', '174429.388000', '174429.390000', '174429.393000', '174429.396000', '174429.398000', '174429.401000', '174429.404000', '174429.406000', '174429.409000', '174449.295000', '174449.298000', '174449.301000', '174449.304000', '174449.306000', '174449.309000', '174449.312000', '174449.314000', '174449.317000', '174449.320000', '174449.322000', '174449.325000', '174449.327000', '174449.330000', '174449.333000', '174449.335000', '174449.338000', '174449.340000', '174449.343000', '174449.346000', '174449.348000', '174449.351000', '174449.354000', '174449.356000', '174449.359000', '174449.361000', '174449.364000', '174449.367000', '174449.369000', '174449.372000', '174449.374000', '174449.377000', '174449.380000', '174449.382000', '174449.385000', '174449.387000', '174449.390000', '174449.392000', '174449.395000', '174449.398000', '174449.400000', '174449.403000', '174449.406000', '174509.296000', '174509.299000', '174509.303000', '174509.306000', '174509.309000', '174509.311000', '174509.314000', '174509.316000', '174509.319000', '174509.322000', '174509.324000', '174509.327000', '174509.329000', '174509.332000', '174509.335000', '174509.337000', '174509.340000', '174509.342000', '174509.345000', '174509.348000', '174509.350000', '174509.353000', '174509.356000', '174509.358000', '174509.361000', '174509.364000', '174509.366000', '174509.369000', '174509.371000', '174509.374000', '174509.377000', '174509.379000', '174509.382000', '174509.384000', '174509.387000', '174509.389000', '174509.392000', '174509.395000', '174509.397000', '174509.400000', '174509.403000', '174509.405000', '174509.408000', '174529.295000', '174529.298000', '174529.301000', '174529.304000', '174529.306000', '174529.309000', '174529.311000', '174529.314000', '174529.316000', '174529.319000', '174529.322000', '174529.324000', '174529.327000', '174529.329000', '174529.332000', '174529.335000', '174529.337000', '174529.340000', '174529.342000', '174529.345000', '174529.348000', '174529.350000', '174529.353000', '174529.355000', '174529.358000', '174529.361000', '174529.363000', '174529.366000', '174529.368000', '174529.371000', '174529.374000', '174529.376000', '174529.379000', '174529.381000', '174529.384000', '174529.386000', '174529.389000', '174529.392000', '174529.394000', '174529.397000', '174529.399000', '174529.402000', '174529.405000', '174529.407000', '174549.295000', '174549.298000', '174549.301000', '174549.303000', '174549.307000', '174549.314000', '174549.316000', '174549.319000', '174549.321000', '174549.324000', '174549.327000', '174549.329000', '174549.332000', '174549.335000', '174549.337000', '174549.340000', '174549.343000', '174549.345000', '174549.348000', '174549.350000', '174549.353000', '174549.356000', '174549.358000', '174549.371000', '174549.374000', '174549.376000', '174549.379000', '174549.381000', '174549.384000', '174549.387000', '174549.389000', '174549.392000', '174549.395000', '174549.397000', '174549.400000', '174549.402000', '174549.405000', '174549.408000', '174549.410000', '174549.413000', '174549.415000', '174549.418000', '174549.420000', '174549.423000', '174609.295000', '174609.298000', '174609.301000', '174609.304000', '174609.306000', '174609.309000', '174609.312000', '174609.314000', '174609.317000', '174609.320000', '174609.322000', '174609.325000', '174609.327000', '174609.330000', '174609.333000', '174609.335000', '174609.338000', '174609.341000', '174609.343000', '174609.346000', '174609.348000', '174609.351000', '174609.354000', '174609.356000', '174609.359000', '174609.361000', '174609.364000', '174609.367000', '174609.369000', '174609.372000', '174609.374000', '174609.377000', '174609.379000', '174609.382000', '174609.385000', '174609.387000', '174609.390000', '174609.392000', '174609.395000', '174609.398000', '174609.400000', '174609.403000', '174609.406000', '174629.295000', '174629.298000', '174629.301000', '174629.304000', '174629.306000', '174629.309000', '174629.311000', '174629.314000', '174629.317000', '174629.320000', '174629.322000', '174629.325000', '174629.327000', '174629.330000', '174629.333000', '174629.335000', '174629.338000', '174629.340000', '174629.343000', '174629.346000', '174629.348000', '174629.351000', '174629.354000', '174629.356000', '174629.359000', '174629.361000', '174629.364000', '174629.367000', '174629.369000', '174629.372000', '174629.375000', '174629.377000', '174629.380000', '174629.382000', '174629.385000', '174629.387000', '174629.390000', '174629.393000', '174629.395000', '174629.398000', '174629.400000', '174629.403000', '174629.405000', '174629.408000', '174649.296000', '174649.298000', '174649.301000', '174649.304000', '174649.306000', '174649.309000', '174649.312000', '174649.314000', '174649.317000', '174649.322000', '174649.324000', '174649.327000', '174649.330000', '174649.332000', '174649.335000', '174649.338000', '174649.340000', '174649.343000', '174649.345000', '174649.348000', '174649.351000', '174649.353000', '174649.356000', '174649.359000', '174649.361000', '174649.364000', '174649.366000', '174649.369000', '174649.372000', '174649.374000', '174649.377000', '174649.379000', '174649.382000', '174649.385000', '174649.387000', '174649.390000', '174649.393000', '174649.395000', '174649.398000', '174649.400000', '174649.403000', '174649.405000', '174649.408000', '174709.295000', '174709.298000', '174709.301000', '174709.303000', '174709.306000', '174709.309000', '174709.311000', '174709.314000', '174709.317000', '174709.319000', '174709.322000', '174709.324000', '174709.327000', '174709.329000', '174709.332000', '174709.335000', '174709.337000', '174709.340000', '174709.342000', '174709.346000', '174709.349000', '174709.352000', '174709.354000', '174709.357000', '174709.359000', '174709.362000', '174709.365000', '174709.367000', '174709.370000', '174709.373000', '174709.375000', '174709.378000', '174709.381000', '174709.383000', '174709.386000', '174709.388000', '174709.391000', '174709.394000', '174709.396000', '174709.399000', '174709.402000', '174709.405000', '174709.407000', '174709.410000', '174729.295000', '174729.298000', '174729.301000', '174729.304000', '174729.307000', '174729.309000', '174729.312000', '174729.314000', '174729.317000', '174729.320000', '174729.322000', '174729.325000', '174729.327000', '174729.330000', '174729.332000', '174729.335000', '174729.338000', '174729.340000', '174729.343000', '174729.345000', '174729.348000', '174729.351000', '174729.353000', '174729.356000', '174729.358000', '174729.361000', '174729.364000', '174729.366000', '174729.369000', '174729.371000', '174729.374000', '174729.377000', '174729.379000', '174729.382000', '174729.385000', '174729.387000', '174729.390000', '174729.393000', '174729.395000', '174729.398000', '174729.400000', '174729.403000', '174729.405000', '174749.295000', '174749.299000', '174749.301000', '174749.304000', '174749.306000', '174749.309000', '174749.312000', '174749.314000', '174749.317000', '174749.319000', '174749.322000', '174749.324000', '174749.327000', '174749.330000', '174749.332000', '174749.335000', '174749.337000', '174749.340000', '174749.343000', '174749.346000', '174749.349000', '174749.352000', '174749.355000', '174749.357000', '174749.360000', '174749.362000', '174749.365000', '174749.368000', '174749.370000', '174749.373000', '174749.375000', '174749.378000', '174749.381000', '174749.383000', '174749.386000', '174749.388000', '174749.391000', '174749.394000', '174749.396000', '174749.399000', '174749.401000', '174749.404000', '174749.407000', '174809.295000', '174809.298000', '174809.301000', '174809.304000', '174809.306000', '174809.309000', '174809.311000', '174809.314000', '174809.317000', '174809.319000', '174809.322000', '174809.325000', '174809.327000', '174809.330000', '174809.333000', '174809.335000', '174809.338000', '174809.340000', '174809.343000', '174809.346000', '174809.348000', '174809.351000', '174809.354000', '174809.356000', '174809.359000', '174809.362000', '174809.364000', '174809.367000', '174809.370000', '174809.372000', '174809.375000', '174809.378000', '174809.380000', '174809.383000', '174809.385000', '174809.388000', '174809.391000', '174809.393000', '174809.396000', '174809.398000', '174809.401000', '174809.404000', '174809.406000', '174809.409000', '174829.295000', '174829.298000', '174829.301000', '174829.304000', '174829.306000', '174829.309000', '174829.311000', '174829.314000', '174829.317000', '174829.319000', '174829.322000', '174829.324000', '174829.327000', '174829.330000', '174829.332000', '174829.335000', '174829.338000', '174829.340000', '174829.343000', '174829.346000', '174829.349000', '174829.351000', '174829.354000', '174829.357000', '174829.359000', '174829.362000', '174829.365000', '174829.367000', '174829.370000', '174829.372000', '174829.375000', '174829.378000', '174829.380000', '174829.383000', '174829.387000', '174829.389000', '174829.392000', '174829.395000', '174829.397000', '174829.400000', '174829.403000', '174829.405000', '174829.408000', '174849.296000', '174849.299000', '174849.301000', '174849.304000', '174849.307000', '174849.309000', '174849.312000', '174849.315000', '174849.317000', '174849.320000', '174849.323000', '174849.325000', '174849.328000', '174849.330000', '174849.333000', '174849.336000', '174849.338000', '174849.341000', '174849.344000', '174849.346000', '174849.349000', '174849.352000', '174849.354000', '174849.357000', '174849.359000', '174849.362000', '174849.365000', '174849.367000', '174849.370000', '174849.372000', '174849.375000', '174849.378000', '174849.380000', '174849.383000', '174849.386000', '174849.388000', '174849.391000', '174849.394000', '174849.396000', '174849.399000', '174849.401000', '174849.404000', '174849.407000', '174849.409000', '174909.296000', '174909.298000', '174909.301000', '174909.304000', '174909.306000', '174909.309000', '174909.311000', '174909.314000', '174909.317000', '174909.319000', '174909.322000', '174909.325000', '174909.327000', '174909.330000', '174909.333000', '174909.335000', '174909.338000', '174909.341000', '174909.343000', '174909.346000', '174909.349000', '174909.351000', '174909.354000', '174909.357000', '174909.359000', '174909.362000', '174909.365000', '174909.367000', '174909.370000', '174909.372000', '174909.375000', '174909.377000', '174909.380000', '174909.383000', '174909.385000', '174909.388000', '174909.390000', '174909.393000', '174909.395000', '174909.398000', '174909.401000', '174909.403000', '174909.406000', '174929.295000', '174929.298000', '174929.301000', '174929.304000', '174929.306000', '174929.309000', '174929.311000', '174929.314000', '174929.317000', '174929.319000', '174929.322000', '174929.325000', '174929.327000', '174929.330000', '174929.332000', '174929.335000', '174929.338000', '174929.340000', '174929.343000', '174929.345000', '174929.348000', '174929.351000', '174929.353000', '174929.356000', '174929.358000', '174929.361000', '174929.364000', '174929.366000', '174929.369000', '174929.371000', '174929.374000', '174929.377000', '174929.379000', '174929.382000', '174929.384000', '174929.387000', '174929.389000', '174929.392000', '174929.395000', '174929.397000', '174929.400000', '174929.402000', '174929.405000', '174929.408000', '174949.296000', '174949.298000', '174949.301000', '174949.304000', '174949.306000', '174949.309000', '174949.311000', '174949.314000', '174949.317000', '174949.319000', '174949.322000', '174949.324000', '174949.327000', '174949.330000', '174949.332000', '174949.335000', '174949.338000', '174949.340000', '174949.343000', '174949.345000', '174949.348000', '174949.351000', '174949.353000', '174949.356000', '174949.358000', '174949.361000', '174949.364000', '174949.367000', '174949.369000', '174949.372000', '174949.375000', '174949.378000', '174949.381000', '174949.384000', '174949.387000', '174949.389000', '174949.392000', '174949.394000', '174949.397000', '174949.400000', '174949.402000', '174949.422000', '174949.424000', '175009.295000', '175009.298000', '175009.301000', '175009.304000', '175009.306000', '175009.309000', '175009.312000', '175009.314000', '175009.317000', '175009.319000', '175009.322000', '175009.325000', '175009.327000', '175009.330000', '175009.333000', '175009.335000', '175009.338000', '175009.341000', '175009.343000', '175009.346000', '175009.349000', '175009.351000', '175009.354000', '175009.356000', '175009.359000', '175009.362000', '175009.365000', '175009.367000', '175009.370000', '175009.372000', '175009.375000', '175009.378000', '175009.380000', '175009.383000', '175009.386000', '175009.388000', '175009.391000', '175009.394000', '175009.396000', '175009.399000', '175009.402000', '175009.404000', '175009.407000', '175009.410000', '175029.295000', '175029.298000', '175029.301000', '175029.304000', '175029.306000', '175029.309000', '175029.311000', '175029.314000', '175029.317000', '175029.319000', '175029.322000', '175029.325000', '175029.327000', '175029.330000', '175029.333000', '175029.335000', '175029.338000', '175029.340000', '175029.343000', '175029.346000', '175029.348000', '175029.351000', '175029.354000', '175029.356000', '175029.359000', '175029.362000', '175029.364000', '175029.367000', '175029.370000', '175029.372000', '175029.375000', '175029.378000', '175029.381000', '175029.384000', '175029.386000', '175029.389000', '175029.392000', '175029.394000', '175029.397000', '175029.400000', '175029.402000', '175029.405000', '175029.408000', '175049.296000', '175049.298000', '175049.301000', '175049.304000', '175049.306000', '175049.309000', '175049.312000', '175049.314000', '175049.317000', '175049.320000', '175049.322000', '175049.325000', '175049.327000', '175049.330000', '175049.333000', '175049.336000', '175049.338000', '175049.341000', '175049.343000', '175049.346000', '175049.349000', '175049.351000', '175049.354000', '175049.357000', '175049.359000', '175049.362000', '175049.364000', '175049.367000', '175049.370000', '175049.372000', '175049.375000', '175049.378000', '175049.380000', '175049.383000', '175049.385000', '175049.388000', '175049.390000', '175049.393000', '175049.396000', '175049.398000', '175049.401000', '175049.403000', '175049.406000', '175049.409000', '175055.622000', '175055.625000', '175055.628000', '175055.631000', '175055.634000', '175055.636000', '175055.639000', '175055.642000', '175055.644000', '175055.647000', '175055.650000', '175055.662000', '175055.665000', '175055.668000'], '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': [11265, 11530, 10992, 11448, 11272, 11355, 10703, 11600, 10862, 11745, 14241, 11528, 13576, 11159, 11351, 11459, 10998, 11262, 11132, 10974, 11634, 13855, 11173, 11029, 11448, 11064, 11062, 11385, 13547, 11316, 12624, 11302, 10769, 11521, 11090, 10682, 11502, 13538, 11270, 13557, 11210, 10966, 11232, 11190, 10563, 11278, 14514, 11102, 12764, 11203, 11085, 11349, 11175, 10792, 11588, 13863, 11437, 12753, 11440, 11140, 10917, 11234, 14066, 11521, 12364, 11443, 11287, 11138, 11409, 14219, 11353, 13695, 11300, 10684, 11271, 11328, 10654, 11698, 13623, 11384, 12356, 11433, 11098, 11592, 11680, 12606, 11399, 11917, 11413, 11139, 10767, 11531, 13087, 11467, 12180, 11303, 11274, 11076, 11494, 13692, 11546, 11907, 11453, 11146, 10830, 11495, 13793, 11486, 11414, 11681, 11256, 11624, 12021, 11518, 11880, 12158, 11605, 11210, 11190, 11143, 11103, 11609, 10542, 11629, 13298, 11498, 12252, 11450, 11418, 10923, 11639, 10676, 11746, 12381, 11556, 11275, 11177, 11502, 10814, 11548, 13190, 11581, 11188, 11559, 11350, 10931, 11506, 14007, 11619, 12162, 11905, 11098, 11349, 11381, 10996, 11661, 13773, 11646, 11477, 11499, 11083, 11106, 11486, 10775, 11609, 10666, 11955, 12640, 11529, 11523, 11091, 11987, 11179, 11517, 11267, 11696, 12544, 11395, 11667, 10825, 11679, 11211, 11666, 13519, 11674, 12002, 11563, 11435, 11045, 11523, 10659, 11823, 12148, 11898, 13090, 11634, 11355, 11136, 11358, 11152, 11706, 12757, 11615, 11276, 11528, 11268, 11010, 11454, 13911, 11649, 11799, 11457, 11189, 11375, 11230, 10846, 11288, 10752, 11620, 12782, 11589, 12203, 11301, 11258, 11002, 11455, 11083, 11464, 10535, 11470, 12545, 11737, 13780, 11409, 12673, 10955, 11611, 11208, 11585, 10675, 11754, 12644, 11688, 13522, 11378, 12151, 11102, 11518, 10906, 11491, 10585, 11788, 14063, 11597, 13056, 11345, 12539, 11013, 11509, 10723, 11627, 10766, 11685, 13629, 10940, 13454, 10839, 11457, 11091, 11497, 10476, 11590, 14206, 11471, 13971, 11363, 11260, 11232, 11461, 10712, 11844, 14164, 11417, 13841, 11140, 11462, 11122, 11454, 11252, 11556, 10645, 11791, 13807, 11220, 13616, 11405, 11138, 10973, 11545, 12316, 11750, 12947, 11218, 12298, 10974, 11412, 10707, 11585, 12085, 11457, 12664, 10730, 11752, 11136, 11551, 10646, 11767, 12735, 10969, 12868, 11030, 11358, 10782, 11460, 9807, 11277, 13553, 10241, 13316, 10509, 11027, 10339, 10833, 9978, 10959, 9317, 10762, 9581, 10972, 13669, 10768, 12111, 9805, 10734, 9530, 10821, 9461, 11063, 10662, 11064, 12337, 11356, 9840, 11262, 9452, 10795, 9488, 11044, 10323, 11039, 9973, 11074, 13164, 10757, 14973, 10637, 12281, 10346, 11010, 10607, 11102, 10310, 10920, 10254, 10773, 9679, 11010, 9923, 11263, 13552, 10948, 13249, 9648, 11762, 9648, 11159, 13658, 10540, 11336, 10307, 11268, 11134, 10952, 15071, 10717, 12127, 10300, 11014, 10034, 10940, 14344, 10671, 12172, 10661, 11031, 10362, 10839, 10092, 11210, 14346, 10913, 11675, 10831, 10956, 10448, 10834, 11020, 10779, 13989, 10700, 11503, 10413, 11240, 9739, 11321, 13316, 10647, 13517, 10183, 11289, 10122, 11187, 9772, 11039, 13723, 10372, 13286, 9994, 11090, 9486, 10885, 13018, 10649, 12003, 9992, 10693, 9301, 11091, 13458, 10705, 12121, 9754, 10498, 9114, 10579, 13071, 10226, 11511, 9897, 10683, 11406, 10122, 13223, 9897, 10721, 9522, 10719, 12935, 10537, 12606, 9732, 10408, 10521, 10453, 12328, 9780, 10635, 9325, 10533, 13299, 10169, 12861, 10115, 10562, 9330, 10503, 10816, 10145, 13757, 10271, 12579, 9874, 10759, 12176, 10246, 14604, 9744, 11979, 9647, 10635, 14092, 10335, 12918, 9545, 11228, 9078, 10716, 12944, 10355, 11965, 9633, 10475, 8936, 10457, 10957, 10647, 13883, 10288, 11248, 10287, 10437, 14617, 11053, 12832, 9828, 10851, 9602, 10872, 13871, 9879, 12092, 9383, 10558, 11174, 10705, 13016, 10499, 11074, 9582, 10431, 14514, 10383, 12382, 10061, 10715, 10116, 10549, 10191, 10175, 14515, 10647, 13280, 9954, 11708, 9588, 10520, 12227, 10239, 14531, 10228, 12484, 10115, 10878, 9448, 10645, 14393, 10224, 13729, 9758, 10849, 9937, 10766, 9453, 10661, 11517, 10391, 15431, 10130, 13112, 10126, 11777, 9567, 10721, 8673, 10166, 11843, 10649, 14005, 10445, 12445, 10195, 10704, 11327, 10597, 15668, 10364, 12795, 10290, 11340, 10040, 10568, 9119, 10278, 11380, 10623, 13346, 10651, 13148, 10089, 10970, 10373, 10932, 14242, 11144, 13372, 10610, 9579, 10739, 13319, 10150, 10645, 9464, 10834, 11081, 11282, 10908, 11428, 11169, 11063, 13334, 11249, 15723, 13214, 14816, 10606, 13173, 10474, 10477, 10577, 10709, 10299, 10875, 12289, 10741, 11144, 10428, 11045, 10347, 10766, 10235, 10882, 9683, 10884, 13214, 10724, 12556, 9996, 12540, 10545, 10803, 10485, 10932, 9865, 10948, 13823, 10088, 13414, 10100, 11076, 9681, 10799, 13490, 10661, 12339, 9522, 10921, 9449, 10920, 11820, 10722, 12103, 10060, 10571, 9172, 10409, 11392, 10745, 13033, 10003, 10982, 9656, 10751, 14191, 10087, 13040, 9875, 12178, 9720, 10951, 9394, 10524, 9132, 10115, 10872, 10606, 14139, 9871, 11815, 9418, 10646, 13966, 9645, 12632, 9944, 10582, 9421, 10538, 13223, 9936, 13045, 9502, 11186, 9305, 10763, 13114, 9864, 13350, 9890, 10823, 9448, 10560, 12799, 10207, 12541, 9210, 12486, 9302, 10831, 8976, 10513, 13040, 9907, 13504, 9870, 11217, 9474, 10432, 13246, 10027, 12447, 9145, 11858, 9727, 10723, 9054, 10558, 8913, 10602, 12896, 9789, 13931, 10296, 13010, 10079, 12785, 9398, 10560, 9657, 10055, 14090, 10348, 12979, 9777, 11505, 10158, 10527, 10745, 10111, 13832, 10455, 12455, 10020, 11696, 9920, 10538, 9150, 10515, 12787, 10370, 13045, 10215, 12087, 9907, 11071, 9460, 10562, 9328, 10647, 8983, 10647, 13529, 10219, 12785, 9449, 13249, 9503, 11337, 9676, 10668, 9688, 10794, 9997, 10289, 14898, 10874, 12743, 9849, 10629, 9330, 10936, 13605, 9774, 12034, 9512, 10718, 9412, 10945, 9652, 10817, 13484, 10044, 11206, 9716, 10399, 9595, 10873, 12471, 10577, 12333, 10012, 10729, 12781, 10170, 13214, 10055, 10794, 9760, 11114, 11160, 10854, 12892, 9941, 11823, 10029, 10903, 9324, 10790, 12567, 10303, 12066, 9794, 13183, 9822, 10768, 10168, 10722, 12407, 10471, 12386, 9571, 11212, 9435, 10767, 10116, 10602, 12707, 9881, 11376, 9635, 10486, 10864, 10526, 13811, 10345, 11715, 9808, 10670, 9505, 10399, 10271, 10354, 10573, 10482, 12790, 9982, 12127, 9355, 11579, 9893, 10620, 9543, 10741, 13818, 10324, 13129, 10157, 13094, 10170, 10974, 10306, 10278, 9431, 10427, 13975, 10738, 12420, 11031, 13200, 11171, 12090, 11013, 11104, 10319, 10999, 12566, 10475, 15239, 10460, 12838, 10125, 11867, 9892, 11474, 9018, 11499, 8899, 10049, 8144, 9103, 8550, 9206, 8630, 10087, 8938, 9768, 8333, 8888, 12147, 8904, 14129, 9964, 12968, 8945, 12399, 8338, 9029, 12846, 8720, 13328, 9478, 12687, 8807, 12153, 8489, 8737, 8465, 8498, 13244, 9075, 12683, 8734, 11351, 8544, 9068, 8228, 8503, 14505, 9945, 13564, 8592, 11038, 8474, 8944, 9497, 8730, 14998, 10769, 12058, 8526, 11156, 8469, 10858, 8618, 10804, 8792, 11776, 9051, 10532, 8458, 9576, 8390, 11211, 8747, 12356, 8845, 13029, 9736, 15399, 10774, 13350, 8650, 11126, 8534, 8917, 10137, 8725, 13546, 9194, 13014, 8734, 11515, 8538, 10305, 8495, 9979, 8506, 8872, 12781, 9157, 13082, 8599, 12352, 8687, 11674, 8438, 10300, 10507, 9343, 14942, 9800, 13411, 8599, 11200, 8821, 10259, 8620, 9523, 8918, 8707, 14963, 9115, 12603, 8788, 10390, 8477, 8570, 14127, 10268, 12382, 8732, 9905, 8538, 8394, 10847, 8775, 11711, 8925, 12281, 8749, 10548, 8427, 9131, 8453, 9039, 8314, 8861, 10875, 9911, 11219, 8576, 12753, 8730, 11077, 8438, 8854, 14351, 9875, 13685, 10059, 11403, 8674, 9497, 8518, 9026, 8642, 8933, 14366, 10240, 12885, 8535, 11588, 8407, 8723, 14253, 9465, 13044, 8638, 11519, 8450, 8653, 8509, 8568, 13200, 8755, 12658, 9529, 11221, 8663, 9707, 8516, 8743, 10447, 8769, 13763, 8619, 12149, 8525, 10728, 8653, 8528, 11844, 8642, 12940, 8479, 11545, 8608, 9806, 8527, 9405, 8891, 8570, 12870, 8577, 12022, 8649, 11001, 8681, 10910, 8341, 8803, 8067, 8481, 12149, 9034, 14963, 10567, 12758, 8604, 12165, 8716, 11214, 8718, 9898, 12559, 9155, 13232, 8588, 11641, 8432, 10087, 8449, 9460, 13736, 9338, 13044, 8563, 11398, 8723, 10473, 8297, 8993, 12069, 9441, 13082, 8632, 12068, 8826, 10574, 8707, 10658, 8702, 9719, 8187, 8589, 14342, 8929, 12609, 8740, 10781, 8587, 8924, 9550, 8785, 13494, 8810, 12931, 8989, 11972, 8763, 9093, 8344, 8716, 10898, 8877, 13446, 9600, 12739, 8679, 11418, 8729, 8650, 8502, 8745, 10204, 9721, 15367, 10742, 12974, 8844, 11200, 8538, 9493, 8749, 8971, 11195, 9392, 9982, 8856, 12573, 9017, 11604, 8688, 10505, 8820, 8850, 8400, 8557, 9001, 8989, 13673, 9851, 13382, 9080, 10795, 8833, 8730, 12054, 8988, 12951, 9387, 10693, 8505, 8783, 11780, 9035, 11237, 8859, 11553], 'WindowCenter': [4188.0, 4188.0, 4178.0, 4177.0, 4164.0, 4163.0, 4149.0, 4156.0, 4150.0, 4159.0, 4183.0, 4160.0, 4168.0, 4151.0, 4150.0, 4159.0, 4149.0, 4148.0, 4148.0, 4150.0, 4160.0, 4170.0, 4149.0, 4149.0, 4144.0, 4147.0, 4147.0, 4158.0, 4166.0, 4145.0, 4159.0, 4145.0, 4148.0, 4146.0, 4147.0, 4146.0, 4159.0, 4168.0, 4156.0, 4170.0, 4149.0, 4148.0, 4144.0, 4148.0, 4147.0, 4160.0, 4182.0, 4160.0, 4167.0, 4156.0, 4146.0, 4148.0, 4160.0, 4157.0, 4160.0, 4171.0, 4154.0, 4160.0, 4159.0, 4160.0, 4161.0, 4160.0, 4169.0, 4158.0, 4159.0, 4157.0, 4148.0, 4148.0, 4144.0, 4182.0, 4161.0, 4170.0, 4145.0, 4149.0, 4147.0, 4148.0, 4144.0, 4158.0, 4170.0, 4159.0, 4156.0, 4148.0, 4149.0, 4148.0, 4158.0, 4160.0, 4155.0, 4159.0, 4147.0, 4149.0, 4144.0, 4147.0, 4168.0, 4159.0, 4158.0, 4155.0, 4160.0, 4143.0, 4158.0, 4165.0, 4158.0, 4157.0, 4160.0, 4159.0, 4147.0, 4158.0, 4166.0, 4143.0, 4146.0, 4159.0, 4163.0, 4160.0, 4171.0, 4160.0, 4158.0, 4159.0, 4159.0, 4156.0, 4157.0, 4160.0, 4149.0, 4160.0, 4149.0, 4159.0, 4165.0, 4160.0, 4160.0, 4173.0, 4162.0, 4160.0, 4159.0, 4149.0, 4159.0, 4159.0, 4158.0, 4160.0, 4161.0, 4159.0, 4150.0, 4154.0, 4170.0, 4147.0, 4144.0, 4158.0, 4159.0, 4149.0, 4160.0, 4170.0, 4159.0, 4155.0, 4156.0, 4148.0, 4147.0, 4154.0, 4148.0, 4158.0, 4170.0, 4159.0, 4149.0, 4149.0, 4147.0, 4154.0, 4160.0, 4148.0, 4161.0, 4146.0, 4162.0, 4167.0, 4159.0, 4157.0, 4161.0, 4159.0, 4160.0, 4161.0, 4161.0, 4172.0, 4169.0, 4160.0, 4161.0, 4157.0, 4162.0, 4160.0, 4160.0, 4172.0, 4159.0, 4158.0, 4159.0, 4162.0, 4162.0, 4162.0, 4149.0, 4158.0, 4158.0, 4158.0, 4170.0, 4148.0, 4149.0, 4160.0, 4145.0, 4147.0, 4157.0, 4158.0, 4147.0, 4146.0, 4145.0, 4147.0, 4144.0, 4149.0, 4168.0, 4147.0, 4148.0, 4147.0, 4147.0, 4146.0, 4149.0, 4149.0, 4160.0, 4149.0, 4159.0, 4155.0, 4158.0, 4159.0, 4147.0, 4160.0, 4161.0, 4160.0, 4157.0, 4162.0, 4150.0, 4160.0, 4161.0, 4160.0, 4171.0, 4156.0, 4170.0, 4162.0, 4163.0, 4156.0, 4161.0, 4148.0, 4159.0, 4154.0, 4159.0, 4169.0, 4159.0, 4162.0, 4161.0, 4162.0, 4147.0, 4159.0, 4149.0, 4160.0, 4168.0, 4155.0, 4168.0, 4161.0, 4156.0, 4151.0, 4159.0, 4148.0, 4159.0, 4149.0, 4159.0, 4182.0, 4160.0, 4171.0, 4162.0, 4159.0, 4162.0, 4159.0, 4150.0, 4154.0, 4186.0, 4173.0, 4184.0, 4162.0, 4160.0, 4160.0, 4160.0, 4150.0, 4159.0, 4182.0, 4161.0, 4173.0, 4159.0, 4156.0, 4161.0, 4158.0, 4150.0, 4160.0, 4148.0, 4158.0, 4181.0, 4160.0, 4166.0, 4158.0, 4150.0, 4144.0, 4149.0, 4159.0, 4142.0, 4171.0, 4149.0, 4158.0, 4149.0, 4158.0, 4148.0, 4153.0, 4158.0, 4160.0, 4170.0, 4149.0, 4161.0, 4145.0, 4159.0, 4149.0, 4159.0, 4183.0, 4161.0, 4172.0, 4149.0, 4150.0, 4150.0, 4160.0, 4148.0, 4173.0, 4191.0, 4158.0, 4167.0, 4146.0, 4144.0, 4147.0, 4149.0, 4150.0, 4160.0, 4147.0, 4162.0, 4152.0, 4157.0, 4168.0, 4147.0, 4157.0, 4151.0, 4151.0, 4140.0, 4159.0, 4140.0, 4160.0, 4146.0, 4160.0, 4167.0, 4161.0, 4150.0, 4161.0, 4152.0, 4159.0, 4152.0, 4163.0, 4152.0, 4157.0, 4151.0, 4161.0, 4173.0, 4162.0, 4182.0, 4151.0, 4161.0, 4150.0, 4146.0, 4149.0, 4150.0, 4145.0, 4161.0, 4151.0, 4162.0, 4151.0, 4157.0, 4152.0, 4169.0, 4182.0, 4162.0, 4186.0, 4154.0, 4171.0, 4153.0, 4162.0, 4185.0, 4150.0, 4162.0, 4149.0, 4161.0, 4163.0, 4158.0, 4182.0, 4150.0, 4158.0, 4149.0, 4149.0, 4136.0, 4151.0, 4177.0, 4146.0, 4160.0, 4148.0, 4145.0, 4148.0, 4149.0, 4149.0, 4153.0, 4170.0, 4149.0, 4149.0, 4143.0, 4149.0, 4147.0, 4159.0, 4160.0, 4151.0, 4169.0, 4150.0, 4160.0, 4149.0, 4149.0, 4135.0, 4159.0, 4182.0, 4162.0, 4172.0, 4149.0, 4158.0, 4150.0, 4159.0, 4149.0, 4160.0, 4168.0, 4151.0, 4169.0, 4135.0, 4160.0, 4139.0, 4159.0, 4170.0, 4161.0, 4172.0, 4152.0, 4162.0, 4138.0, 4160.0, 4170.0, 4147.0, 4159.0, 4139.0, 4146.0, 4138.0, 4149.0, 4170.0, 4145.0, 4159.0, 4148.0, 4145.0, 4159.0, 4146.0, 4171.0, 4146.0, 4160.0, 4138.0, 4150.0, 4169.0, 4149.0, 4171.0, 4151.0, 4151.0, 4148.0, 4148.0, 4154.0, 4138.0, 4149.0, 4140.0, 4157.0, 4181.0, 4150.0, 4167.0, 4147.0, 4150.0, 4150.0, 4159.0, 4161.0, 4162.0, 4184.0, 4162.0, 4170.0, 4148.0, 4164.0, 4174.0, 4164.0, 4180.0, 4152.0, 4173.0, 4140.0, 4158.0, 4180.0, 4151.0, 4173.0, 4152.0, 4162.0, 4141.0, 4157.0, 4172.0, 4150.0, 4160.0, 4148.0, 4159.0, 4141.0, 4162.0, 4163.0, 4163.0, 4182.0, 4152.0, 4162.0, 4162.0, 4162.0, 4179.0, 4162.0, 4173.0, 4147.0, 4159.0, 4147.0, 4161.0, 4182.0, 4145.0, 4172.0, 4139.0, 4151.0, 4155.0, 4150.0, 4170.0, 4144.0, 4156.0, 4139.0, 4150.0, 4181.0, 4150.0, 4170.0, 4150.0, 4146.0, 4150.0, 4162.0, 4163.0, 4163.0, 4183.0, 4159.0, 4183.0, 4152.0, 4157.0, 4151.0, 4161.0, 4172.0, 4150.0, 4183.0, 4151.0, 4171.0, 4146.0, 4146.0, 4135.0, 4160.0, 4183.0, 4152.0, 4168.0, 4141.0, 4162.0, 4152.0, 4163.0, 4152.0, 4163.0, 4172.0, 4162.0, 4193.0, 4149.0, 4179.0, 4152.0, 4163.0, 4152.0, 4158.0, 4139.0, 4159.0, 4174.0, 4163.0, 4182.0, 4152.0, 4172.0, 4145.0, 4157.0, 4158.0, 4163.0, 4194.0, 4151.0, 4171.0, 4150.0, 4160.0, 4135.0, 4160.0, 4141.0, 4147.0, 4160.0, 4151.0, 4171.0, 4150.0, 4166.0, 4149.0, 4158.0, 4151.0, 4175.0, 4196.0, 4173.0, 4184.0, 4174.0, 4150.0, 4148.0, 4167.0, 4138.0, 4150.0, 4140.0, 4147.0, 4158.0, 4175.0, 4174.0, 4173.0, 4162.0, 4161.0, 4160.0, 4149.0, 4170.0, 4158.0, 4159.0, 4137.0, 4158.0, 4131.0, 4135.0, 4123.0, 4122.0, 4121.0, 4121.0, 4131.0, 4133.0, 4129.0, 4131.0, 4131.0, 4134.0, 4134.0, 4134.0, 4134.0, 4123.0, 4135.0, 4155.0, 4136.0, 4159.0, 4139.0, 4159.0, 4147.0, 4148.0, 4148.0, 4148.0, 4138.0, 4147.0, 4168.0, 4148.0, 4168.0, 4147.0, 4149.0, 4138.0, 4147.0, 4169.0, 4149.0, 4160.0, 4151.0, 4160.0, 4137.0, 4149.0, 4158.0, 4148.0, 4155.0, 4138.0, 4160.0, 4140.0, 4161.0, 4158.0, 4161.0, 4171.0, 4150.0, 4161.0, 4135.0, 4159.0, 4183.0, 4163.0, 4172.0, 4151.0, 4172.0, 4151.0, 4160.0, 4141.0, 4162.0, 4154.0, 4160.0, 4161.0, 4163.0, 4184.0, 4146.0, 4161.0, 4138.0, 4160.0, 4182.0, 4151.0, 4172.0, 4149.0, 4150.0, 4139.0, 4150.0, 4180.0, 4151.0, 4171.0, 4140.0, 4157.0, 4140.0, 4159.0, 4182.0, 4151.0, 4171.0, 4150.0, 4156.0, 4139.0, 4150.0, 4169.0, 4148.0, 4172.0, 4152.0, 4171.0, 4146.0, 4160.0, 4140.0, 4160.0, 4182.0, 4163.0, 4182.0, 4148.0, 4161.0, 4151.0, 4161.0, 4168.0, 4151.0, 4172.0, 4153.0, 4168.0, 4148.0, 4162.0, 4137.0, 4162.0, 4140.0, 4162.0, 4184.0, 4163.0, 4182.0, 4163.0, 4184.0, 4148.0, 4173.0, 4151.0, 4161.0, 4152.0, 4153.0, 4184.0, 4159.0, 4181.0, 4151.0, 4160.0, 4150.0, 4161.0, 4159.0, 4152.0, 4178.0, 4161.0, 4170.0, 4150.0, 4159.0, 4146.0, 4161.0, 4151.0, 4160.0, 4168.0, 4148.0, 4169.0, 4148.0, 4159.0, 4145.0, 4160.0, 4149.0, 4162.0, 4137.0, 4156.0, 4141.0, 4161.0, 4168.0, 4150.0, 4171.0, 4150.0, 4172.0, 4151.0, 4162.0, 4148.0, 4158.0, 4146.0, 4161.0, 4152.0, 4163.0, 4194.0, 4161.0, 4169.0, 4150.0, 4151.0, 4139.0, 4149.0, 4171.0, 4151.0, 4162.0, 4140.0, 4146.0, 4139.0, 4156.0, 4137.0, 4148.0, 4165.0, 4137.0, 4159.0, 4151.0, 4149.0, 4135.0, 4160.0, 4166.0, 4147.0, 4169.0, 4138.0, 4160.0, 4170.0, 4148.0, 4167.0, 4139.0, 4145.0, 4135.0, 4147.0, 4147.0, 4146.0, 4170.0, 4149.0, 4155.0, 4137.0, 4145.0, 4133.0, 4147.0, 4157.0, 4148.0, 4160.0, 4150.0, 4170.0, 4150.0, 4148.0, 4147.0, 4149.0, 4158.0, 4148.0, 4171.0, 4150.0, 4156.0, 4139.0, 4160.0, 4149.0, 4149.0, 4156.0, 4138.0, 4158.0, 4151.0, 4147.0, 4147.0, 4148.0, 4166.0, 4147.0, 4158.0, 4137.0, 4149.0, 4146.0, 4149.0, 4138.0, 4149.0, 4148.0, 4149.0, 4168.0, 4148.0, 4157.0, 4138.0, 4160.0, 4149.0, 4150.0, 4140.0, 4159.0, 4169.0, 4144.0, 4170.0, 4163.0, 4168.0, 4147.0, 4160.0, 4147.0, 4164.0, 4154.0, 4171.0, 4183.0, 4174.0, 4171.0, 4173.0, 4172.0, 4159.0, 4173.0, 4175.0, 4173.0, 4149.0, 4158.0, 4183.0, 4161.0, 4179.0, 4147.0, 4157.0, 4133.0, 4144.0, 4136.0, 4158.0, 4141.0, 4158.0, 4126.0, 4137.0, 4143.0, 4151.0, 4140.0, 4152.0, 4152.0, 4157.0, 4140.0, 4151.0, 4140.0, 4148.0, 4168.0, 4151.0, 4180.0, 4163.0, 4184.0, 4153.0, 4172.0, 4141.0, 4140.0, 4171.0, 4129.0, 4170.0, 4149.0, 4172.0, 4141.0, 4171.0, 4128.0, 4127.0, 4127.0, 4124.0, 4169.0, 4137.0, 4171.0, 4136.0, 4161.0, 4139.0, 4138.0, 4128.0, 4140.0, 4193.0, 4150.0, 4181.0, 4139.0, 4160.0, 4129.0, 4140.0, 4150.0, 4142.0, 4189.0, 4172.0, 4179.0, 4149.0, 4168.0, 4140.0, 4159.0, 4140.0, 4156.0, 4142.0, 4170.0, 4140.0, 4156.0, 4138.0, 4151.0, 4138.0, 4173.0, 4141.0, 4172.0, 4153.0, 4196.0, 4162.0, 4195.0, 4161.0, 4181.0, 4138.0, 4158.0, 4129.0, 4135.0, 4149.0, 4136.0, 4182.0, 4150.0, 4170.0, 4141.0, 4161.0, 4135.0, 4149.0, 4137.0, 4146.0, 4141.0, 4136.0, 4167.0, 4141.0, 4172.0, 4141.0, 4170.0, 4139.0, 4159.0, 4128.0, 4149.0, 4150.0, 4134.0, 4181.0, 4149.0, 4166.0, 4127.0, 4156.0, 4134.0, 4147.0, 4126.0, 4148.0, 4140.0, 4137.0, 4180.0, 4135.0, 4169.0, 4127.0, 4147.0, 4127.0, 4138.0, 4167.0, 4148.0, 4158.0, 4127.0, 4135.0, 4125.0, 4127.0, 4173.0, 4152.0, 4156.0, 4138.0, 4165.0, 4138.0, 4147.0, 4126.0, 4137.0, 4124.0, 4138.0, 4140.0, 4151.0, 4156.0, 4156.0, 4170.0, 4140.0, 4171.0, 4138.0, 4158.0, 4128.0, 4137.0, 4182.0, 4146.0, 4180.0, 4149.0, 4159.0, 4128.0, 4137.0, 4125.0, 4135.0, 4140.0, 4150.0, 4181.0, 4150.0, 4169.0, 4137.0, 4158.0, 4128.0, 4128.0, 4181.0, 4138.0, 4168.0, 4128.0, 4155.0, 4127.0, 4127.0, 4122.0, 4126.0, 4169.0, 4139.0, 4169.0, 4149.0, 4155.0, 4134.0, 4138.0, 4137.0, 4136.0, 4158.0, 4136.0, 4181.0, 4140.0, 4170.0, 4139.0, 4156.0, 4140.0, 4139.0, 4170.0, 4136.0, 4170.0, 4127.0, 4158.0, 4128.0, 4149.0, 4135.0, 4145.0, 4138.0, 4139.0, 4168.0, 4134.0, 4165.0, 4133.0, 4160.0, 4140.0, 4160.0, 4128.0, 4139.0, 4127.0, 4140.0, 4171.0, 4151.0, 4190.0, 4157.0, 4182.0, 4141.0, 4169.0, 4138.0, 4170.0, 4140.0, 4150.0, 4170.0, 4138.0, 4171.0, 4137.0, 4158.0, 4126.0, 4160.0, 4140.0, 4151.0, 4180.0, 4148.0, 4170.0, 4139.0, 4155.0, 4137.0, 4157.0, 4135.0, 4150.0, 4169.0, 4150.0, 4178.0, 4138.0, 4172.0, 4140.0, 4163.0, 4150.0, 4162.0, 4138.0, 4151.0, 4141.0, 4141.0, 4181.0, 4137.0, 4172.0, 4136.0, 4158.0, 4140.0, 4140.0, 4145.0, 4138.0, 4177.0, 4140.0, 4182.0, 4141.0, 4169.0, 4139.0, 4138.0, 4136.0, 4135.0, 4159.0, 4139.0, 4181.0, 4150.0, 4170.0, 4138.0, 4160.0, 4128.0, 4123.0, 4137.0, 4139.0, 4147.0, 4151.0, 4193.0, 4157.0, 4169.0, 4137.0, 4159.0, 4128.0, 4139.0, 4137.0, 4139.0, 4157.0, 4149.0, 4148.0, 4139.0, 4167.0, 4136.0, 4159.0, 4139.0, 4149.0, 4139.0, 4136.0, 4128.0, 4139.0, 4137.0, 4136.0, 4182.0, 4149.0, 4176.0, 4140.0, 4161.0, 4139.0, 4136.0, 4167.0, 4140.0, 4181.0, 4139.0, 4159.0, 4139.0, 4134.0, 4156.0, 4137.0, 4159.0, 4138.0, 4160.0], 'WindowWidth': [9297.0, 9292.0, 9276.0, 9270.0, 9248.0, 9244.0, 9222.0, 9228.0, 9222.0, 9231.0, 9272.0, 9237.0, 9249.0, 9224.0, 9223.0, 9231.0, 9217.0, 9213.0, 9214.0, 9223.0, 9233.0, 9249.0, 9217.0, 9218.0, 9205.0, 9211.0, 9212.0, 9229.0, 9242.0, 9210.0, 9231.0, 9208.0, 9214.0, 9209.0, 9212.0, 9210.0, 9233.0, 9246.0, 9226.0, 9250.0, 9219.0, 9217.0, 9205.0, 9215.0, 9215.0, 9235.0, 9269.0, 9236.0, 9243.0, 9225.0, 9214.0, 9215.0, 9236.0, 9231.0, 9236.0, 9253.0, 9222.0, 9236.0, 9230.0, 9235.0, 9238.0, 9235.0, 9250.0, 9230.0, 9233.0, 9227.0, 9217.0, 9214.0, 9207.0, 9269.0, 9238.0, 9251.0, 9208.0, 9219.0, 9213.0, 9215.0, 9207.0, 9228.0, 9250.0, 9233.0, 9228.0, 9215.0, 9217.0, 9217.0, 9227.0, 9235.0, 9225.0, 9232.0, 9212.0, 9218.0, 9206.0, 9213.0, 9244.0, 9233.0, 9232.0, 9225.0, 9236.0, 9206.0, 9230.0, 9238.0, 9228.0, 9229.0, 9236.0, 9233.0, 9214.0, 9228.0, 9242.0, 9204.0, 9212.0, 9232.0, 9245.0, 9235.0, 9251.0, 9240.0, 9229.0, 9232.0, 9230.0, 9228.0, 9231.0, 9236.0, 9217.0, 9235.0, 9218.0, 9233.0, 9240.0, 9233.0, 9238.0, 9258.0, 9243.0, 9237.0, 9233.0, 9221.0, 9232.0, 9233.0, 9228.0, 9235.0, 9238.0, 9234.0, 9222.0, 9222.0, 9249.0, 9212.0, 9206.0, 9229.0, 9232.0, 9221.0, 9233.0, 9251.0, 9230.0, 9223.0, 9224.0, 9214.0, 9212.0, 9220.0, 9220.0, 9229.0, 9250.0, 9231.0, 9219.0, 9214.0, 9212.0, 9222.0, 9235.0, 9219.0, 9237.0, 9214.0, 9236.0, 9243.0, 9231.0, 9229.0, 9240.0, 9237.0, 9236.0, 9238.0, 9239.0, 9253.0, 9249.0, 9234.0, 9237.0, 9232.0, 9241.0, 9237.0, 9235.0, 9257.0, 9232.0, 9231.0, 9233.0, 9242.0, 9240.0, 9240.0, 9219.0, 9230.0, 9232.0, 9229.0, 9248.0, 9214.0, 9220.0, 9233.0, 9210.0, 9214.0, 9226.0, 9229.0, 9210.0, 9211.0, 9205.0, 9212.0, 9206.0, 9215.0, 9244.0, 9212.0, 9215.0, 9210.0, 9211.0, 9209.0, 9218.0, 9218.0, 9234.0, 9219.0, 9231.0, 9225.0, 9228.0, 9231.0, 9212.0, 9235.0, 9238.0, 9237.0, 9228.0, 9240.0, 9220.0, 9236.0, 9238.0, 9234.0, 9253.0, 9225.0, 9250.0, 9241.0, 9243.0, 9226.0, 9237.0, 9217.0, 9231.0, 9223.0, 9231.0, 9247.0, 9232.0, 9240.0, 9238.0, 9241.0, 9214.0, 9232.0, 9219.0, 9234.0, 9246.0, 9222.0, 9247.0, 9237.0, 9230.0, 9222.0, 9233.0, 9215.0, 9232.0, 9219.0, 9232.0, 9270.0, 9237.0, 9255.0, 9240.0, 9236.0, 9239.0, 9234.0, 9223.0, 9224.0, 9281.0, 9259.0, 9275.0, 9240.0, 9236.0, 9233.0, 9233.0, 9220.0, 9231.0, 9269.0, 9239.0, 9259.0, 9234.0, 9229.0, 9236.0, 9231.0, 9219.0, 9235.0, 9218.0, 9230.0, 9269.0, 9237.0, 9244.0, 9230.0, 9221.0, 9205.0, 9215.0, 9231.0, 9201.0, 9251.0, 9218.0, 9232.0, 9216.0, 9228.0, 9215.0, 9217.0, 9231.0, 9233.0, 9251.0, 9219.0, 9238.0, 9211.0, 9232.0, 9219.0, 9231.0, 9273.0, 9238.0, 9254.0, 9219.0, 9220.0, 9219.0, 9235.0, 9222.0, 9259.0, 9288.0, 9235.0, 9244.0, 9213.0, 9210.0, 9214.0, 9219.0, 9223.0, 9238.0, 9217.0, 9242.0, 9227.0, 9230.0, 9247.0, 9212.0, 9227.0, 9223.0, 9224.0, 9208.0, 9234.0, 9209.0, 9233.0, 9214.0, 9234.0, 9246.0, 9237.0, 9223.0, 9237.0, 9230.0, 9236.0, 9228.0, 9245.0, 9226.0, 9230.0, 9223.0, 9238.0, 9259.0, 9241.0, 9270.0, 9225.0, 9238.0, 9221.0, 9213.0, 9216.0, 9219.0, 9210.0, 9236.0, 9227.0, 9241.0, 9226.0, 9231.0, 9229.0, 9251.0, 9271.0, 9242.0, 9280.0, 9236.0, 9255.0, 9232.0, 9241.0, 9276.0, 9222.0, 9240.0, 9218.0, 9235.0, 9244.0, 9231.0, 9271.0, 9222.0, 9232.0, 9216.0, 9217.0, 9200.0, 9222.0, 9259.0, 9212.0, 9234.0, 9216.0, 9210.0, 9214.0, 9218.0, 9219.0, 9219.0, 9251.0, 9219.0, 9220.0, 9205.0, 9219.0, 9213.0, 9233.0, 9238.0, 9223.0, 9249.0, 9220.0, 9235.0, 9218.0, 9218.0, 9197.0, 9231.0, 9270.0, 9240.0, 9255.0, 9220.0, 9233.0, 9220.0, 9231.0, 9224.0, 9235.0, 9245.0, 9223.0, 9249.0, 9196.0, 9235.0, 9204.0, 9232.0, 9252.0, 9241.0, 9258.0, 9227.0, 9243.0, 9205.0, 9235.0, 9248.0, 9214.0, 9234.0, 9207.0, 9214.0, 9205.0, 9219.0, 9249.0, 9212.0, 9233.0, 9216.0, 9213.0, 9235.0, 9214.0, 9252.0, 9214.0, 9237.0, 9203.0, 9220.0, 9246.0, 9219.0, 9252.0, 9225.0, 9224.0, 9217.0, 9216.0, 9222.0, 9203.0, 9220.0, 9209.0, 9230.0, 9268.0, 9224.0, 9246.0, 9217.0, 9223.0, 9224.0, 9236.0, 9241.0, 9242.0, 9275.0, 9244.0, 9255.0, 9220.0, 9247.0, 9263.0, 9246.0, 9267.0, 9229.0, 9258.0, 9210.0, 9232.0, 9265.0, 9225.0, 9258.0, 9228.0, 9242.0, 9211.0, 9231.0, 9256.0, 9223.0, 9237.0, 9219.0, 9237.0, 9215.0, 9244.0, 9246.0, 9244.0, 9271.0, 9227.0, 9242.0, 9242.0, 9241.0, 9266.0, 9242.0, 9258.0, 9216.0, 9235.0, 9215.0, 9237.0, 9268.0, 9213.0, 9255.0, 9208.0, 9225.0, 9227.0, 9221.0, 9250.0, 9207.0, 9226.0, 9206.0, 9223.0, 9269.0, 9222.0, 9250.0, 9221.0, 9214.0, 9221.0, 9242.0, 9245.0, 9245.0, 9275.0, 9237.0, 9273.0, 9228.0, 9232.0, 9224.0, 9240.0, 9259.0, 9224.0, 9273.0, 9226.0, 9253.0, 9212.0, 9212.0, 9198.0, 9236.0, 9273.0, 9226.0, 9248.0, 9211.0, 9243.0, 9230.0, 9245.0, 9230.0, 9245.0, 9260.0, 9242.0, 9289.0, 9224.0, 9265.0, 9229.0, 9243.0, 9226.0, 9235.0, 9211.0, 9239.0, 9262.0, 9245.0, 9272.0, 9227.0, 9254.0, 9212.0, 9231.0, 9234.0, 9243.0, 9291.0, 9225.0, 9252.0, 9221.0, 9236.0, 9198.0, 9236.0, 9211.0, 9218.0, 9237.0, 9225.0, 9254.0, 9222.0, 9242.0, 9218.0, 9233.0, 9227.0, 9264.0, 9299.0, 9259.0, 9280.0, 9264.0, 9223.0, 9216.0, 9241.0, 9202.0, 9218.0, 9205.0, 9215.0, 9235.0, 9263.0, 9261.0, 9258.0, 9242.0, 9236.0, 9235.0, 9217.0, 9251.0, 9227.0, 9231.0, 9197.0, 9228.0, 9184.0, 9190.0, 9170.0, 9168.0, 9164.0, 9163.0, 9179.0, 9184.0, 9178.0, 9182.0, 9184.0, 9189.0, 9190.0, 9190.0, 9189.0, 9174.0, 9190.0, 9220.0, 9193.0, 9230.0, 9203.0, 9231.0, 9212.0, 9215.0, 9213.0, 9215.0, 9200.0, 9212.0, 9245.0, 9218.0, 9244.0, 9213.0, 9219.0, 9200.0, 9214.0, 9245.0, 9216.0, 9233.0, 9223.0, 9236.0, 9200.0, 9218.0, 9230.0, 9214.0, 9223.0, 9202.0, 9236.0, 9210.0, 9238.0, 9233.0, 9237.0, 9252.0, 9220.0, 9238.0, 9196.0, 9233.0, 9273.0, 9246.0, 9256.0, 9227.0, 9256.0, 9224.0, 9237.0, 9211.0, 9240.0, 9234.0, 9239.0, 9242.0, 9245.0, 9275.0, 9215.0, 9240.0, 9205.0, 9237.0, 9273.0, 9225.0, 9255.0, 9219.0, 9222.0, 9204.0, 9221.0, 9267.0, 9225.0, 9253.0, 9210.0, 9230.0, 9206.0, 9231.0, 9270.0, 9226.0, 9253.0, 9222.0, 9229.0, 9205.0, 9220.0, 9248.0, 9217.0, 9257.0, 9228.0, 9255.0, 9214.0, 9237.0, 9209.0, 9236.0, 9270.0, 9245.0, 9271.0, 9221.0, 9243.0, 9225.0, 9239.0, 9248.0, 9224.0, 9258.0, 9232.0, 9249.0, 9219.0, 9243.0, 9206.0, 9241.0, 9210.0, 9241.0, 9279.0, 9247.0, 9273.0, 9247.0, 9275.0, 9220.0, 9258.0, 9225.0, 9244.0, 9232.0, 9232.0, 9278.0, 9237.0, 9268.0, 9224.0, 9237.0, 9221.0, 9239.0, 9238.0, 9227.0, 9264.0, 9238.0, 9250.0, 9222.0, 9234.0, 9214.0, 9239.0, 9228.0, 9237.0, 9248.0, 9219.0, 9249.0, 9218.0, 9234.0, 9211.0, 9237.0, 9224.0, 9243.0, 9204.0, 9228.0, 9212.0, 9238.0, 9244.0, 9219.0, 9254.0, 9224.0, 9257.0, 9228.0, 9243.0, 9220.0, 9235.0, 9214.0, 9238.0, 9230.0, 9244.0, 9291.0, 9242.0, 9253.0, 9223.0, 9226.0, 9207.0, 9219.0, 9252.0, 9224.0, 9240.0, 9207.0, 9215.0, 9206.0, 9227.0, 9203.0, 9216.0, 9238.0, 9201.0, 9233.0, 9225.0, 9220.0, 9199.0, 9235.0, 9241.0, 9215.0, 9248.0, 9202.0, 9234.0, 9252.0, 9218.0, 9245.0, 9203.0, 9208.0, 9195.0, 9214.0, 9213.0, 9211.0, 9251.0, 9219.0, 9223.0, 9199.0, 9209.0, 9191.0, 9213.0, 9226.0, 9214.0, 9236.0, 9221.0, 9252.0, 9221.0, 9219.0, 9216.0, 9218.0, 9231.0, 9216.0, 9251.0, 9222.0, 9228.0, 9205.0, 9236.0, 9220.0, 9218.0, 9225.0, 9202.0, 9231.0, 9224.0, 9218.0, 9216.0, 9218.0, 9243.0, 9214.0, 9231.0, 9200.0, 9218.0, 9214.0, 9219.0, 9202.0, 9218.0, 9217.0, 9218.0, 9245.0, 9217.0, 9230.0, 9206.0, 9236.0, 9219.0, 9224.0, 9209.0, 9233.0, 9249.0, 9208.0, 9251.0, 9246.0, 9251.0, 9216.0, 9236.0, 9219.0, 9248.0, 9237.0, 9256.0, 9274.0, 9263.0, 9255.0, 9260.0, 9257.0, 9236.0, 9260.0, 9266.0, 9259.0, 9221.0, 9231.0, 9275.0, 9238.0, 9267.0, 9214.0, 9229.0, 9191.0, 9207.0, 9197.0, 9231.0, 9215.0, 9231.0, 9185.0, 9202.0, 9223.0, 9227.0, 9214.0, 9232.0, 9231.0, 9232.0, 9213.0, 9227.0, 9212.0, 9223.0, 9250.0, 9229.0, 9270.0, 9249.0, 9280.0, 9236.0, 9260.0, 9214.0, 9211.0, 9254.0, 9194.0, 9252.0, 9224.0, 9258.0, 9215.0, 9255.0, 9192.0, 9191.0, 9190.0, 9183.0, 9248.0, 9207.0, 9256.0, 9203.0, 9241.0, 9208.0, 9208.0, 9194.0, 9211.0, 9289.0, 9226.0, 9269.0, 9210.0, 9239.0, 9195.0, 9210.0, 9226.0, 9218.0, 9282.0, 9264.0, 9265.0, 9224.0, 9251.0, 9212.0, 9236.0, 9210.0, 9232.0, 9219.0, 9255.0, 9213.0, 9234.0, 9209.0, 9228.0, 9210.0, 9259.0, 9215.0, 9258.0, 9234.0, 9298.0, 9249.0, 9299.0, 9245.0, 9273.0, 9209.0, 9234.0, 9195.0, 9200.0, 9221.0, 9202.0, 9271.0, 9224.0, 9254.0, 9213.0, 9240.0, 9201.0, 9221.0, 9202.0, 9215.0, 9213.0, 9204.0, 9247.0, 9212.0, 9256.0, 9211.0, 9251.0, 9206.0, 9235.0, 9192.0, 9220.0, 9225.0, 9199.0, 9270.0, 9221.0, 9244.0, 9188.0, 9226.0, 9195.0, 9215.0, 9187.0, 9219.0, 9212.0, 9205.0, 9266.0, 9200.0, 9249.0, 9189.0, 9215.0, 9189.0, 9206.0, 9245.0, 9217.0, 9231.0, 9189.0, 9196.0, 9183.0, 9191.0, 9263.0, 9232.0, 9228.0, 9205.0, 9241.0, 9206.0, 9216.0, 9187.0, 9203.0, 9183.0, 9207.0, 9214.0, 9229.0, 9232.0, 9231.0, 9254.0, 9211.0, 9256.0, 9208.0, 9232.0, 9193.0, 9205.0, 9274.0, 9218.0, 9268.0, 9223.0, 9235.0, 9192.0, 9203.0, 9185.0, 9199.0, 9213.0, 9226.0, 9269.0, 9227.0, 9250.0, 9204.0, 9233.0, 9191.0, 9192.0, 9271.0, 9207.0, 9247.0, 9192.0, 9226.0, 9187.0, 9188.0, 9177.0, 9185.0, 9249.0, 9206.0, 9248.0, 9223.0, 9226.0, 9198.0, 9206.0, 9204.0, 9204.0, 9238.0, 9203.0, 9270.0, 9211.0, 9251.0, 9207.0, 9228.0, 9211.0, 9209.0, 9251.0, 9201.0, 9251.0, 9190.0, 9232.0, 9191.0, 9222.0, 9202.0, 9214.0, 9207.0, 9207.0, 9247.0, 9198.0, 9240.0, 9195.0, 9238.0, 9209.0, 9239.0, 9193.0, 9208.0, 9192.0, 9210.0, 9258.0, 9229.0, 9282.0, 9235.0, 9271.0, 9214.0, 9252.0, 9207.0, 9252.0, 9214.0, 9227.0, 9254.0, 9207.0, 9254.0, 9204.0, 9233.0, 9188.0, 9239.0, 9213.0, 9228.0, 9268.0, 9220.0, 9253.0, 9208.0, 9226.0, 9204.0, 9231.0, 9203.0, 9227.0, 9252.0, 9226.0, 9262.0, 9208.0, 9257.0, 9209.0, 9247.0, 9229.0, 9243.0, 9211.0, 9230.0, 9216.0, 9216.0, 9270.0, 9205.0, 9257.0, 9205.0, 9237.0, 9212.0, 9213.0, 9215.0, 9207.0, 9262.0, 9211.0, 9273.0, 9216.0, 9253.0, 9210.0, 9208.0, 9204.0, 9201.0, 9237.0, 9210.0, 9270.0, 9227.0, 9256.0, 9208.0, 9239.0, 9190.0, 9181.0, 9202.0, 9209.0, 9218.0, 9230.0, 9295.0, 9234.0, 9250.0, 9204.0, 9235.0, 9191.0, 9208.0, 9205.0, 9209.0, 9231.0, 9223.0, 9221.0, 9207.0, 9244.0, 9199.0, 9234.0, 9210.0, 9221.0, 9207.0, 9202.0, 9193.0, 9209.0, 9205.0, 9204.0, 9272.0, 9224.0, 9259.0, 9212.0, 9239.0, 9208.0, 9202.0, 9247.0, 9212.0, 9270.0, 9208.0, 9237.0, 9206.0, 9196.0, 9229.0, 9202.0, 9237.0, 9208.0, 9238.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.003501242088607595</td></tr>
<tr><td colspan=3>aqi</td><td>0.031005080617088607</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.86801662589076</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1366741593982568</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9544702389152816</td></tr>
<tr><td colspan=3>efc</td><td>0.4644</td></tr>
<tr><td colspan=3>fber</td><td>7059.1406</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09057950042331347</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.034810126582278</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4562193871337286</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4021638518188597</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7256165713798737</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2408777382024527</td></tr>
<tr><td colspan=3>gcor</td><td>0.00543258</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016253240406513214</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027645789086818695</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7909361148547065</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>32.3597</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1092</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.2626</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302076.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.9798</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.4348</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3339.5878</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74468.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.6033</td></tr>
<tr><td colspan=3>tsnr</td><td>37.371218390762806</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>