<?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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-04/func/sub-0102_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>338f585cd4b85e95cf9e7ca3ffd6c9ab</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>09:49:2.395000</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.997556, -0.0683827, 0.01436, 0.0688812, 0.996912, -0.0376958]</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.259</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.0993178</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>[4224, -7811, -7275, 154, -79, -97, -104, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5861cb69-d99d-4e18-995a-eb39cf9eff65||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.6763694286346436, 0.184803307056427, 0.03169241547584534, 102.95755767822266], [0.18346576392650604, 2.6746432781219482, -0.10420046001672745, -103.98102569580078], [0.03852685168385506, 0.10113497823476791, 2.6978025436401367, -91.9148178100586], [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': ['094902.395000', '094902.855000', '094903.315000', '094903.775000', '094904.235000', '094904.695000', '094905.155000', '094905.615000', '094906.075000', '094906.535000', '094906.995000', '094907.455000', '094907.915000', '094908.375000', '094908.835000', '094909.295000', '094909.755000', '094910.215000', '094910.675000', '094911.135000', '094911.595000', '094912.055000', '094912.515000', '094912.975000', '094913.435000', '094913.895000', '094914.355000', '094914.815000', '094915.275000', '094915.735000', '094916.195000', '094916.655000', '094917.115000', '094917.575000', '094918.035000', '094918.495000', '094918.955000', '094919.415000', '094919.875000', '094920.335000', '094920.795000', '094921.255000', '094921.715000', '094922.175000', '094922.635000', '094923.095000', '094923.555000', '094924.015000', '094924.475000', '094924.935000', '094925.395000', '094925.855000', '094926.315000', '094926.775000', '094927.235000', '094927.695000', '094928.155000', '094928.615000', '094929.075000', '094929.535000', '094929.995000', '094930.455000', '094930.915000', '094931.375000', '094931.835000', '094932.295000', '094932.755000', '094933.215000', '094933.675000', '094934.135000', '094934.595000', '094935.055000', '094935.515000', '094935.975000', '094936.435000', '094936.895000', '094937.355000', '094937.815000', '094938.275000', '094938.735000', '094939.195000', '094939.655000', '094940.115000', '094940.575000', '094941.035000', '094941.495000', '094941.955000', '094942.415000', '094942.875000', '094943.335000', '094943.795000', '094944.255000', '094944.715000', '094945.175000', '094945.635000', '094946.095000', '094946.555000', '094947.015000', '094947.475000', '094947.935000', '094948.395000', '094948.855000', '094949.315000', '094949.775000', '094950.235000', '094950.695000', '094951.155000', '094951.615000', '094952.075000', '094952.535000', '094952.995000', '094953.455000', '094953.915000', '094954.375000', '094954.835000', '094955.295000', '094955.755000', '094956.215000', '094956.675000', '094957.135000', '094957.595000', '094958.055000', '094958.515000', '094958.975000', '094959.435000', '094959.895000', '095000.355000', '095000.815000', '095001.275000', '095001.735000', '095002.195000', '095002.655000', '095003.115000', '095003.575000', '095004.035000', '095004.495000', '095004.955000', '095005.415000', '095005.875000', '095006.335000', '095006.795000', '095007.255000', '095007.715000', '095008.175000', '095008.635000', '095009.095000', '095009.555000', '095010.015000', '095010.475000', '095010.935000', '095011.395000', '095011.855000', '095012.315000', '095012.775000', '095013.235000', '095013.695000', '095014.155000', '095014.615000', '095015.075000', '095015.535000', '095015.995000', '095016.455000', '095016.915000', '095017.375000', '095017.835000', '095018.295000', '095018.755000', '095019.215000', '095019.675000', '095020.135000', '095020.595000', '095021.055000', '095021.515000', '095021.975000', '095022.435000', '095022.895000', '095023.355000', '095023.815000', '095024.275000', '095024.735000', '095025.195000', '095025.655000', '095026.115000', '095026.575000', '095027.035000', '095027.495000', '095027.955000', '095028.415000', '095028.875000', '095029.335000', '095029.795000', '095030.255000', '095030.715000', '095031.175000', '095031.635000', '095032.095000', '095032.555000', '095033.015000', '095033.475000', '095033.935000', '095034.395000', '095034.855000', '095035.315000', '095035.775000', '095036.235000', '095036.695000', '095037.155000', '095037.615000', '095038.075000', '095038.535000', '095038.995000', '095039.455000', '095039.915000', '095040.375000', '095040.835000', '095041.295000', '095041.755000', '095042.215000', '095042.675000', '095043.135000', '095043.595000', '095044.055000', '095044.515000', '095044.975000', '095045.435000', '095045.895000', '095046.355000', '095046.815000', '095047.275000', '095047.735000', '095048.195000', '095048.655000', '095049.115000', '095049.575000', '095050.035000', '095050.495000', '095050.955000', '095051.415000', '095051.875000', '095052.335000', '095052.795000', '095053.255000', '095053.715000', '095054.175000', '095054.635000', '095055.095000', '095055.555000', '095056.015000', '095056.475000', '095056.935000', '095057.395000', '095057.855000', '095058.315000', '095058.775000', '095059.235000', '095059.695000', '095100.155000', '095100.615000', '095101.075000', '095101.535000', '095101.995000', '095102.455000', '095102.915000', '095103.375000', '095103.835000', '095104.295000', '095104.755000', '095105.215000', '095105.675000', '095106.135000', '095106.595000', '095107.055000', '095107.515000', '095107.975000', '095108.435000', '095108.895000', '095109.355000', '095109.815000', '095110.275000', '095110.735000', '095111.195000', '095111.655000', '095112.115000', '095112.575000', '095113.035000', '095113.495000', '095113.955000', '095114.415000', '095114.875000', '095115.335000', '095115.795000', '095116.255000', '095116.715000', '095117.175000', '095117.635000', '095118.095000', '095118.555000', '095119.015000', '095119.475000', '095119.935000', '095120.395000', '095120.855000', '095121.315000', '095121.775000', '095122.235000', '095122.695000', '095123.155000', '095123.615000', '095124.075000', '095124.535000', '095124.995000', '095125.455000', '095125.915000', '095126.375000', '095126.835000', '095127.295000', '095127.755000', '095128.215000', '095128.675000', '095129.135000', '095129.595000', '095130.055000', '095130.515000', '095130.975000', '095131.435000', '095131.895000', '095132.355000', '095132.815000', '095133.275000', '095133.735000', '095134.195000', '095134.655000', '095135.115000', '095135.575000', '095136.035000', '095136.495000', '095136.955000', '095137.415000', '095137.875000', '095138.335000', '095138.795000', '095139.255000', '095139.715000', '095140.175000', '095140.635000', '095141.095000', '095141.555000', '095142.015000', '095142.475000', '095142.935000', '095143.395000', '095143.855000', '095144.315000', '095144.775000', '095145.235000', '095145.695000', '095146.155000', '095146.615000', '095147.075000', '095147.535000', '095147.995000', '095148.455000', '095148.915000', '095149.375000', '095149.835000', '095150.295000', '095150.755000', '095151.215000', '095151.675000', '095152.135000', '095152.595000', '095153.055000', '095153.515000', '095153.975000', '095154.435000', '095154.895000', '095155.355000', '095155.815000', '095156.275000', '095156.735000', '095157.195000', '095157.655000', '095158.115000', '095158.575000', '095159.035000', '095159.495000', '095159.955000', '095200.415000', '095200.875000', '095201.335000', '095201.795000', '095202.255000', '095202.715000', '095203.175000', '095203.635000', '095204.095000', '095204.555000', '095205.015000', '095205.475000', '095205.935000', '095206.395000', '095206.855000', '095207.315000', '095207.775000', '095208.235000', '095208.695000', '095209.155000', '095209.615000', '095210.075000', '095210.535000', '095210.995000', '095211.455000', '095211.915000', '095212.375000', '095212.835000', '095213.295000', '095213.755000', '095214.215000', '095214.675000', '095215.135000', '095215.595000', '095216.055000', '095216.515000', '095216.975000', '095217.435000', '095217.895000', '095218.355000', '095218.815000', '095219.275000', '095219.735000', '095220.195000', '095220.655000', '095221.115000', '095221.575000', '095222.035000', '095222.495000', '095222.955000', '095223.415000', '095223.875000', '095224.335000', '095224.795000', '095225.255000', '095225.715000', '095226.175000', '095226.635000', '095227.095000', '095227.555000', '095228.015000', '095228.475000', '095228.935000', '095229.395000', '095229.855000', '095230.315000', '095230.775000', '095231.235000', '095231.695000', '095232.155000', '095232.615000', '095233.075000', '095233.535000', '095233.995000', '095234.455000', '095234.915000', '095235.375000', '095235.835000', '095236.295000', '095236.755000', '095237.215000', '095237.675000', '095238.135000', '095238.595000', '095239.055000', '095239.515000', '095239.975000', '095240.435000', '095240.895000', '095241.355000', '095241.815000', '095242.275000', '095242.735000', '095243.195000', '095243.655000', '095244.115000', '095244.575000', '095245.035000', '095245.495000', '095245.955000', '095246.415000', '095246.875000', '095247.335000', '095247.795000', '095248.255000', '095248.715000', '095249.175000', '095249.635000', '095250.095000', '095250.555000', '095251.015000', '095251.475000', '095251.935000', '095252.395000', '095252.855000', '095253.315000', '095253.775000', '095254.235000', '095254.695000', '095255.155000', '095255.615000', '095256.075000', '095256.535000', '095256.995000', '095257.455000', '095257.915000', '095258.375000', '095258.835000', '095259.295000', '095259.755000', '095300.215000', '095300.675000', '095301.135000', '095301.595000', '095302.055000', '095302.515000', '095302.975000', '095303.435000', '095303.895000', '095304.355000', '095304.815000', '095305.275000', '095305.735000', '095306.195000', '095306.655000', '095307.115000', '095307.575000', '095308.035000', '095308.495000', '095308.955000', '095309.415000', '095309.875000', '095310.335000', '095310.795000', '095311.255000', '095311.715000', '095312.175000', '095312.635000', '095313.095000', '095313.555000', '095314.015000', '095314.475000', '095314.935000', '095315.395000', '095315.855000', '095316.315000', '095316.775000', '095317.235000', '095317.695000', '095318.155000', '095318.615000', '095319.075000', '095319.535000', '095319.995000', '095320.455000', '095320.915000', '095321.375000', '095321.835000', '095322.295000', '095322.755000', '095323.215000', '095323.675000', '095324.135000', '095324.595000', '095325.055000', '095325.515000', '095325.975000', '095326.435000', '095326.895000', '095327.355000', '095327.815000', '095328.275000', '095328.735000', '095329.195000', '095329.655000', '095330.115000', '095330.575000', '095331.035000', '095331.495000', '095331.955000', '095332.415000', '095332.875000', '095333.335000', '095333.795000', '095334.255000', '095334.715000', '095335.175000', '095335.635000', '095336.095000', '095336.555000', '095337.015000', '095337.475000', '095337.935000', '095338.395000', '095338.855000', '095339.315000', '095339.775000', '095340.235000', '095340.695000', '095341.155000', '095341.615000', '095342.075000', '095342.535000', '095342.995000', '095343.455000', '095343.915000', '095344.375000', '095344.835000', '095345.295000', '095345.755000', '095346.215000', '095346.675000', '095347.135000', '095347.595000', '095348.055000', '095348.515000', '095348.975000', '095349.435000', '095349.895000', '095350.355000', '095350.815000', '095351.275000', '095351.735000', '095352.195000', '095352.655000', '095353.115000', '095353.575000', '095354.035000', '095354.495000', '095354.955000', '095355.415000', '095355.875000', '095356.335000', '095356.795000', '095357.255000', '095357.715000', '095358.175000', '095358.635000', '095359.095000', '095359.555000', '095400.015000', '095400.475000', '095400.935000', '095401.395000', '095401.855000', '095402.315000', '095402.775000', '095403.235000', '095403.695000', '095404.155000', '095404.615000', '095405.075000', '095405.535000', '095405.995000', '095406.455000', '095406.915000', '095407.375000', '095407.835000', '095408.295000', '095408.755000', '095409.215000', '095409.675000', '095410.135000', '095410.595000', '095411.055000', '095411.515000', '095411.975000', '095412.435000', '095412.895000', '095413.355000', '095413.815000', '095414.275000', '095414.735000', '095415.195000', '095415.655000', '095416.115000', '095416.575000', '095417.035000', '095417.495000', '095417.955000', '095418.415000', '095418.875000', '095419.335000', '095419.795000', '095420.255000', '095420.715000', '095421.175000', '095421.635000', '095422.095000', '095422.555000', '095423.015000', '095423.475000', '095423.935000', '095424.395000', '095424.855000', '095425.315000', '095425.775000', '095426.235000', '095426.695000', '095427.155000', '095427.615000', '095428.075000', '095428.535000', '095428.995000', '095429.455000', '095429.915000', '095430.375000', '095430.835000', '095431.295000', '095431.755000', '095432.215000', '095432.675000', '095433.135000', '095433.595000', '095434.055000', '095434.515000', '095434.975000', '095435.435000', '095435.895000', '095436.355000', '095436.815000', '095437.275000', '095437.735000', '095438.195000', '095438.655000', '095439.115000', '095439.575000', '095440.035000', '095440.495000', '095440.955000', '095441.415000', '095441.875000', '095442.335000', '095442.795000', '095443.255000', '095443.715000', '095444.175000', '095444.635000', '095445.095000', '095445.555000', '095446.015000', '095446.475000', '095446.935000', '095447.395000', '095447.855000', '095448.315000', '095448.775000', '095449.235000', '095449.695000', '095450.155000', '095450.615000', '095451.075000', '095451.535000', '095451.995000', '095452.455000', '095452.915000', '095453.375000', '095453.835000', '095454.295000', '095454.755000', '095455.215000', '095455.675000', '095456.135000', '095456.595000', '095457.055000', '095457.515000', '095457.975000', '095458.435000', '095458.895000', '095459.355000', '095459.815000', '095500.275000', '095500.735000', '095501.195000', '095501.655000', '095502.115000', '095502.575000', '095503.035000', '095503.495000', '095503.955000', '095504.415000', '095504.875000', '095505.335000', '095505.795000', '095506.255000', '095506.715000', '095507.175000', '095507.635000', '095508.095000', '095508.555000', '095509.015000', '095509.475000', '095509.935000', '095510.395000', '095510.855000', '095511.315000', '095511.775000', '095512.235000', '095512.695000', '095513.155000', '095513.615000', '095514.075000', '095514.535000', '095514.995000', '095515.455000', '095515.915000', '095516.375000', '095516.835000', '095517.295000', '095517.755000', '095518.215000', '095518.675000', '095519.135000', '095519.595000', '095520.055000', '095520.515000', '095520.975000', '095521.435000', '095521.895000', '095522.355000', '095522.815000', '095523.275000', '095523.735000', '095524.195000', '095524.655000', '095525.115000', '095525.575000', '095526.035000', '095526.495000', '095526.955000', '095527.415000', '095527.875000', '095528.335000', '095528.795000', '095529.255000', '095529.715000', '095530.175000', '095530.635000', '095531.095000', '095531.555000', '095532.015000', '095532.475000', '095532.935000', '095533.395000', '095533.855000', '095534.315000', '095534.775000', '095535.235000', '095535.695000', '095536.155000', '095536.615000', '095537.075000', '095537.535000', '095537.995000', '095538.455000', '095538.915000', '095539.375000', '095539.835000', '095540.295000', '095540.755000', '095541.215000', '095541.675000', '095542.135000', '095542.595000', '095543.055000', '095543.515000', '095543.975000', '095544.435000', '095544.895000', '095545.355000', '095545.815000', '095546.275000', '095546.735000', '095547.195000', '095547.655000', '095548.115000', '095548.575000', '095549.035000', '095549.495000', '095549.955000', '095550.415000', '095550.875000', '095551.335000', '095551.795000', '095552.255000', '095552.715000', '095553.175000', '095553.635000', '095554.095000', '095554.555000', '095555.015000', '095555.475000', '095555.935000', '095556.395000', '095556.855000', '095557.315000', '095557.775000', '095558.235000', '095558.695000', '095559.155000', '095559.615000', '095600.075000', '095600.535000', '095600.995000', '095601.455000', '095601.915000', '095602.375000', '095602.835000', '095603.295000', '095603.755000', '095604.215000', '095604.675000', '095605.135000', '095605.595000', '095606.055000', '095606.515000', '095606.975000', '095607.435000', '095607.895000', '095608.355000', '095608.815000', '095609.275000', '095609.735000', '095610.195000', '095610.655000', '095611.115000', '095611.575000', '095612.035000', '095612.495000', '095612.955000', '095613.415000', '095613.875000', '095614.335000', '095614.795000', '095615.255000', '095615.715000', '095616.175000', '095616.635000', '095617.095000', '095617.555000', '095618.015000', '095618.475000', '095618.935000', '095619.395000', '095619.855000', '095620.315000', '095620.775000', '095621.235000', '095621.695000', '095622.155000', '095622.615000', '095623.075000', '095623.535000', '095623.995000', '095624.455000', '095624.915000', '095625.375000', '095625.835000', '095626.295000', '095626.755000', '095627.215000', '095627.675000', '095628.135000', '095628.595000', '095629.055000', '095629.515000', '095629.975000', '095630.435000', '095630.895000', '095631.355000', '095631.815000', '095632.275000', '095632.735000', '095633.195000', '095633.655000', '095634.115000', '095634.575000', '095635.035000', '095635.495000', '095635.955000', '095636.415000', '095636.875000', '095637.335000', '095637.795000', '095638.255000', '095638.715000', '095639.175000', '095639.635000', '095640.095000', '095640.555000', '095641.015000', '095641.475000', '095641.935000', '095642.395000', '095642.855000', '095643.315000', '095643.775000', '095644.235000', '095644.695000', '095645.155000', '095645.615000', '095646.075000', '095646.535000', '095646.995000', '095647.455000', '095647.915000', '095648.375000', '095648.835000', '095649.295000', '095649.755000', '095650.215000', '095650.675000', '095651.135000', '095651.595000', '095652.055000', '095652.515000', '095652.975000', '095653.435000', '095653.895000', '095654.355000', '095654.815000', '095655.275000', '095655.735000', '095656.195000', '095656.655000', '095657.115000', '095657.575000', '095658.035000', '095658.495000', '095658.955000', '095659.415000', '095659.875000', '095700.335000', '095700.795000', '095701.255000', '095701.715000', '095702.175000', '095702.635000', '095703.095000', '095703.555000', '095704.015000', '095704.475000', '095704.935000', '095705.395000', '095705.855000', '095706.315000', '095706.775000', '095707.235000', '095707.695000', '095708.155000', '095708.615000', '095709.075000', '095709.535000', '095709.995000', '095710.455000', '095710.915000', '095711.375000', '095711.835000', '095712.295000', '095712.755000', '095713.215000', '095713.675000', '095714.135000', '095714.595000', '095715.055000', '095715.515000', '095715.975000', '095716.435000', '095716.895000', '095717.355000', '095717.815000', '095718.275000', '095718.735000', '095719.195000', '095719.655000', '095720.115000', '095720.575000', '095721.035000', '095721.495000', '095721.955000', '095722.415000', '095722.875000', '095723.335000', '095723.795000', '095724.255000', '095724.715000', '095725.175000', '095725.635000', '095726.095000', '095726.555000', '095727.015000', '095727.475000', '095727.935000', '095728.395000', '095728.855000', '095729.315000', '095729.775000', '095730.235000', '095730.695000', '095731.155000', '095731.615000', '095732.075000', '095732.535000', '095732.995000', '095733.455000', '095733.915000', '095734.375000', '095734.835000', '095735.295000', '095735.755000', '095736.215000', '095736.675000', '095737.135000', '095737.595000', '095738.055000', '095738.515000', '095738.975000', '095739.435000', '095739.895000', '095740.355000', '095740.815000', '095741.275000', '095741.735000', '095742.195000', '095742.655000', '095743.115000', '095743.575000', '095744.035000', '095744.495000', '095744.955000', '095745.415000', '095745.875000', '095746.335000', '095746.795000', '095747.255000', '095747.715000', '095748.175000', '095748.635000', '095749.095000', '095749.555000', '095750.015000', '095750.475000', '095750.935000', '095751.395000', '095751.855000', '095752.315000', '095752.775000', '095753.235000', '095753.695000', '095754.155000', '095754.615000', '095755.075000', '095755.535000', '095755.995000', '095756.455000', '095756.915000', '095757.375000', '095757.835000', '095758.295000', '095758.755000', '095759.215000', '095759.675000', '095800.135000', '095800.595000', '095801.055000', '095801.515000', '095801.975000', '095802.435000', '095802.895000', '095803.355000', '095803.815000', '095804.275000', '095804.735000', '095805.195000', '095805.655000', '095806.115000', '095806.575000', '095807.035000', '095807.495000', '095807.955000', '095808.415000', '095808.875000', '095809.335000', '095809.795000', '095810.255000', '095810.715000', '095811.175000', '095811.635000', '095812.095000', '095812.555000', '095813.015000', '095813.475000', '095813.935000', '095814.395000', '095814.855000', '095815.315000', '095815.775000', '095816.235000', '095816.695000', '095817.155000', '095817.615000', '095818.075000', '095818.535000', '095818.995000', '095819.455000', '095819.915000', '095820.375000', '095820.835000', '095821.295000', '095821.755000', '095822.215000', '095822.675000', '095823.135000', '095823.595000', '095824.055000', '095824.515000', '095824.975000', '095825.435000', '095825.895000', '095826.355000', '095826.815000', '095827.275000', '095827.735000', '095828.195000', '095828.655000', '095829.115000', '095829.575000', '095830.035000', '095830.495000', '095830.955000', '095831.415000', '095831.875000', '095832.335000', '095832.795000', '095833.255000', '095833.715000', '095834.175000', '095834.635000', '095835.095000', '095835.555000', '095836.015000', '095836.475000', '095836.935000', '095837.395000', '095837.855000', '095838.315000', '095838.775000', '095839.235000', '095839.695000', '095840.155000', '095840.615000', '095841.075000', '095841.535000', '095841.995000', '095842.455000', '095842.915000', '095843.375000', '095843.835000', '095844.295000', '095844.755000', '095845.215000'], 'ContentTime': ['094923.965000', '094923.968000', '094923.971000', '094923.973000', '094923.976000', '094923.979000', '094923.981000', '094923.991000', '094923.994000', '094923.997000', '094924.000000', '094924.003000', '094924.005000', '094924.008000', '094924.011000', '094924.013000', '094924.016000', '094924.019000', '094924.021000', '094924.024000', '094924.026000', '094924.029000', '094924.032000', '094924.034000', '094924.037000', '094924.039000', '094924.042000', '094924.044000', '094924.047000', '094924.050000', '094924.052000', '094924.055000', '094924.057000', '094924.060000', '094924.062000', '094924.065000', '094924.068000', '094924.070000', '094924.073000', '094924.075000', '094924.078000', '094924.080000', '094924.083000', '094924.085000', '094943.914000', '094943.917000', '094943.920000', '094943.922000', '094943.925000', '094943.928000', '094943.930000', '094943.933000', '094943.935000', '094943.938000', '094943.940000', '094943.943000', '094943.946000', '094943.948000', '094943.951000', '094943.953000', '094943.956000', '094943.959000', '094943.961000', '094943.964000', '094943.966000', '094943.969000', '094943.972000', '094943.974000', '094943.977000', '094943.979000', '094943.982000', '094943.984000', '094943.987000', '094943.990000', '094943.992000', '094943.995000', '094943.997000', '094944.000000', '094944.003000', '094944.005000', '094944.008000', '094944.010000', '094944.013000', '094944.015000', '094944.028000', '094944.031000', '094944.033000', '094944.036000', '095003.914000', '095003.917000', '095003.920000', '095003.922000', '095003.925000', '095003.927000', '095003.930000', '095003.933000', '095003.935000', '095003.938000', '095003.940000', '095003.943000', '095003.945000', '095003.948000', '095003.951000', '095003.953000', '095003.956000', '095003.959000', '095003.961000', '095003.964000', '095003.966000', '095003.969000', '095003.971000', '095003.974000', '095003.977000', '095003.979000', '095003.982000', '095003.984000', '095003.987000', '095003.989000', '095003.992000', '095003.994000', '095003.997000', '095004.000000', '095004.003000', '095004.005000', '095004.008000', '095004.011000', '095004.013000', '095004.016000', '095004.018000', '095004.021000', '095004.023000', '095023.914000', '095023.917000', '095023.920000', '095023.922000', '095023.925000', '095023.928000', '095023.930000', '095023.933000', '095023.935000', '095023.938000', '095023.941000', '095023.943000', '095023.946000', '095023.948000', '095023.951000', '095023.953000', '095023.956000', '095023.959000', '095023.961000', '095023.964000', '095023.966000', '095023.969000', '095023.971000', '095023.974000', '095023.977000', '095023.979000', '095023.982000', '095023.984000', '095023.987000', '095023.990000', '095023.993000', '095023.996000', '095024.000000', '095024.002000', '095024.005000', '095024.007000', '095024.010000', '095024.013000', '095024.018000', '095024.021000', '095024.023000', '095024.026000', '095024.029000', '095043.914000', '095043.917000', '095043.920000', '095043.922000', '095043.925000', '095043.927000', '095043.930000', '095043.933000', '095043.935000', '095043.938000', '095043.940000', '095043.943000', '095043.945000', '095043.948000', '095043.951000', '095043.953000', '095043.961000', '095043.964000', '095043.966000', '095043.969000', '095043.972000', '095043.974000', '095043.977000', '095043.979000', '095043.982000', '095043.984000', '095043.987000', '095043.989000', '095043.992000', '095043.995000', '095043.997000', '095044.001000', '095044.003000', '095044.006000', '095044.008000', '095044.011000', '095044.014000', '095044.016000', '095044.019000', '095044.021000', '095044.024000', '095044.027000', '095044.029000', '095044.032000', '095103.914000', '095103.917000', '095103.920000', '095103.923000', '095103.925000', '095103.928000', '095103.930000', '095103.933000', '095103.936000', '095103.938000', '095103.942000', '095103.945000', '095103.948000', '095103.950000', '095103.953000', '095103.965000', '095103.968000', '095103.971000', '095103.973000', '095103.976000', '095103.978000', '095103.981000', '095103.984000', '095103.986000', '095103.989000', '095103.997000', '095104.001000', '095104.004000', '095104.006000', '095104.009000', '095104.011000', '095104.014000', '095104.017000', '095104.019000', '095104.022000', '095104.024000', '095104.027000', '095104.030000', '095104.032000', '095104.035000', '095104.038000', '095104.040000', '095104.043000', '095123.913000', '095123.916000', '095123.919000', '095123.921000', '095123.924000', '095123.927000', '095123.929000', '095123.932000', '095123.934000', '095123.937000', '095123.940000', '095123.942000', '095123.945000', '095123.947000', '095123.950000', '095123.952000', '095123.955000', '095123.958000', '095123.961000', '095123.963000', '095123.966000', '095123.968000', '095123.971000', '095123.974000', '095123.976000', '095123.979000', '095123.981000', '095123.984000', '095123.987000', '095123.989000', '095123.992000', '095123.994000', '095123.997000', '095124.001000', '095124.003000', '095124.006000', '095124.019000', '095124.022000', '095124.024000', '095124.027000', '095124.029000', '095124.032000', '095124.034000', '095124.037000', '095143.913000', '095143.916000', '095143.919000', '095143.921000', '095143.924000', '095143.927000', '095143.929000', '095143.932000', '095143.934000', '095143.937000', '095143.939000', '095143.942000', '095143.945000', '095143.947000', '095143.950000', '095143.952000', '095143.955000', '095143.957000', '095143.960000', '095143.963000', '095143.965000', '095143.968000', '095143.970000', '095143.973000', '095143.975000', '095143.978000', '095143.980000', '095143.983000', '095143.986000', '095143.988000', '095143.991000', '095143.993000', '095143.996000', '095143.999000', '095144.002000', '095144.005000', '095144.007000', '095144.010000', '095144.012000', '095144.015000', '095144.018000', '095144.020000', '095144.023000', '095144.025000', '095203.915000', '095203.917000', '095203.920000', '095203.922000', '095203.925000', '095203.928000', '095203.930000', '095203.933000', '095203.935000', '095203.938000', '095203.940000', '095203.943000', '095203.946000', '095203.948000', '095203.951000', '095203.954000', '095203.956000', '095203.959000', '095203.961000', '095203.964000', '095203.966000', '095203.969000', '095203.972000', '095203.974000', '095203.977000', '095203.979000', '095203.982000', '095203.985000', '095203.987000', '095203.990000', '095203.992000', '095203.995000', '095203.998000', '095204.000000', '095204.007000', '095204.009000', '095204.012000', '095204.014000', '095204.017000', '095204.020000', '095204.022000', '095204.025000', '095204.027000', '095223.914000', '095223.917000', '095223.920000', '095223.922000', '095223.925000', '095223.928000', '095223.930000', '095223.933000', '095223.935000', '095223.938000', '095223.941000', '095223.943000', '095223.946000', '095223.948000', '095223.951000', '095223.953000', '095223.956000', '095223.959000', '095223.961000', '095223.964000', '095223.966000', '095223.969000', '095223.971000', '095223.974000', '095223.977000', '095223.979000', '095223.983000', '095223.986000', '095223.988000', '095223.991000', '095223.994000', '095223.996000', '095224.000000', '095224.003000', '095224.006000', '095224.008000', '095224.011000', '095224.014000', '095224.016000', '095224.019000', '095224.022000', '095224.024000', '095224.027000', '095243.914000', '095243.917000', '095243.920000', '095243.922000', '095243.925000', '095243.928000', '095243.930000', '095243.933000', '095243.935000', '095243.938000', '095243.940000', '095243.943000', '095243.945000', '095243.948000', '095243.951000', '095243.953000', '095243.956000', '095243.959000', '095243.961000', '095243.964000', '095243.967000', '095243.969000', '095243.972000', '095243.974000', '095243.977000', '095243.980000', '095243.982000', '095243.985000', '095243.987000', '095243.990000', '095243.992000', '095243.995000', '095243.998000', '095244.001000', '095244.004000', '095244.006000', '095244.009000', '095244.011000', '095244.014000', '095244.017000', '095244.019000', '095244.022000', '095244.024000', '095244.027000', '095303.914000', '095303.917000', '095303.920000', '095303.923000', '095303.925000', '095303.928000', '095303.930000', '095303.933000', '095303.935000', '095303.938000', '095303.941000', '095303.943000', '095303.946000', '095303.948000', '095303.951000', '095303.954000', '095303.956000', '095303.977000', '095303.979000', '095303.982000', '095303.984000', '095303.987000', '095303.989000', '095303.992000', '095303.995000', '095303.997000', '095304.001000', '095304.003000', '095304.006000', '095304.008000', '095304.011000', '095304.013000', '095304.016000', '095304.019000', '095304.021000', '095304.024000', '095304.026000', '095304.029000', '095304.032000', '095304.035000', '095304.038000', '095304.041000', '095304.043000', '095323.914000', '095323.917000', '095323.920000', '095323.923000', '095323.925000', '095323.928000', '095323.931000', '095323.933000', '095323.936000', '095323.938000', '095323.941000', '095323.944000', '095323.946000', '095323.949000', '095323.951000', '095323.954000', '095323.957000', '095323.959000', '095323.962000', '095323.964000', '095323.967000', '095323.969000', '095323.972000', '095323.975000', '095323.977000', '095323.980000', '095323.982000', '095323.985000', '095323.987000', '095323.990000', '095323.993000', '095323.995000', '095323.998000', '095324.001000', '095324.004000', '095324.006000', '095324.009000', '095324.012000', '095324.014000', '095324.017000', '095324.019000', '095324.022000', '095324.024000', '095324.027000', '095343.913000', '095343.916000', '095343.919000', '095343.921000', '095343.924000', '095343.927000', '095343.929000', '095343.932000', '095343.934000', '095343.937000', '095343.939000', '095343.942000', '095343.945000', '095343.947000', '095343.950000', '095343.953000', '095343.955000', '095343.958000', '095343.960000', '095343.963000', '095343.966000', '095343.968000', '095343.971000', '095343.973000', '095343.976000', '095343.979000', '095343.982000', '095343.985000', '095343.988000', '095343.990000', '095343.993000', '095343.995000', '095343.998000', '095344.002000', '095344.004000', '095344.007000', '095344.009000', '095344.012000', '095344.014000', '095344.017000', '095344.020000', '095344.023000', '095344.026000', '095403.913000', '095403.916000', '095403.919000', '095403.922000', '095403.924000', '095403.927000', '095403.930000', '095403.932000', '095403.935000', '095403.937000', '095403.940000', '095403.942000', '095403.945000', '095403.947000', '095403.950000', '095403.953000', '095403.955000', '095403.958000', '095403.960000', '095403.963000', '095403.966000', '095403.968000', '095403.971000', '095403.973000', '095403.976000', '095403.978000', '095403.981000', '095403.984000', '095403.986000', '095403.989000', '095403.991000', '095403.994000', '095403.997000', '095404.000000', '095404.003000', '095404.006000', '095404.008000', '095404.011000', '095404.013000', '095404.016000', '095404.018000', '095404.021000', '095404.024000', '095404.026000', '095423.915000', '095423.917000', '095423.920000', '095423.923000', '095423.925000', '095423.928000', '095423.930000', '095423.933000', '095423.936000', '095423.938000', '095423.941000', '095423.943000', '095423.946000', '095423.949000', '095423.951000', '095423.954000', '095423.956000', '095423.959000', '095423.961000', '095423.964000', '095423.967000', '095423.969000', '095423.972000', '095423.975000', '095423.977000', '095423.980000', '095423.982000', '095423.985000', '095423.988000', '095423.990000', '095423.993000', '095423.995000', '095423.998000', '095424.001000', '095424.003000', '095424.006000', '095424.008000', '095424.011000', '095424.013000', '095424.016000', '095424.018000', '095424.021000', '095424.033000', '095443.914000', '095443.917000', '095443.920000', '095443.922000', '095443.925000', '095443.928000', '095443.930000', '095443.933000', '095443.935000', '095443.938000', '095443.940000', '095443.943000', '095443.945000', '095443.948000', '095443.951000', '095443.953000', '095443.956000', '095443.958000', '095443.961000', '095443.964000', '095443.966000', '095443.969000', '095443.971000', '095443.974000', '095443.976000', '095443.979000', '095443.981000', '095443.984000', '095443.987000', '095443.989000', '095443.992000', '095443.994000', '095443.997000', '095444.001000', '095444.003000', '095444.006000', '095444.008000', '095444.011000', '095444.013000', '095444.016000', '095444.019000', '095444.021000', '095444.024000', '095444.026000', '095503.915000', '095503.918000', '095503.920000', '095503.923000', '095503.925000', '095503.928000', '095503.931000', '095503.933000', '095503.936000', '095503.938000', '095503.941000', '095503.943000', '095503.946000', '095503.949000', '095503.951000', '095503.954000', '095503.957000', '095503.959000', '095503.962000', '095503.964000', '095503.967000', '095503.969000', '095503.972000', '095503.974000', '095503.977000', '095503.979000', '095503.982000', '095503.985000', '095503.987000', '095503.990000', '095503.992000', '095503.995000', '095503.997000', '095504.001000', '095504.004000', '095504.006000', '095504.009000', '095504.011000', '095504.014000', '095504.016000', '095504.019000', '095504.022000', '095504.025000', '095523.914000', '095523.917000', '095523.920000', '095523.922000', '095523.925000', '095523.928000', '095523.930000', '095523.933000', '095523.935000', '095523.938000', '095523.940000', '095523.943000', '095523.946000', '095523.948000', '095523.951000', '095523.953000', '095523.956000', '095523.959000', '095523.961000', '095523.964000', '095523.966000', '095523.969000', '095523.972000', '095523.974000', '095523.977000', '095523.979000', '095523.982000', '095523.984000', '095523.987000', '095523.990000', '095523.992000', '095523.995000', '095523.997000', '095524.001000', '095524.003000', '095524.006000', '095524.009000', '095524.011000', '095524.014000', '095524.017000', '095524.019000', '095524.022000', '095524.024000', '095524.027000', '095543.914000', '095543.917000', '095543.920000', '095543.922000', '095543.925000', '095543.928000', '095543.930000', '095543.933000', '095543.936000', '095543.938000', '095543.941000', '095543.943000', '095543.946000', '095543.949000', '095543.951000', '095543.954000', '095543.956000', '095543.959000', '095543.961000', '095543.964000', '095543.967000', '095543.969000', '095543.972000', '095543.974000', '095543.977000', '095543.980000', '095543.982000', '095543.985000', '095543.987000', '095543.990000', '095543.992000', '095543.995000', '095543.998000', '095544.001000', '095544.004000', '095544.006000', '095544.009000', '095544.011000', '095544.014000', '095544.017000', '095544.019000', '095544.022000', '095544.024000', '095603.914000', '095603.917000', '095603.920000', '095603.922000', '095603.925000', '095603.928000', '095603.930000', '095603.933000', '095603.935000', '095603.938000', '095603.941000', '095603.943000', '095603.946000', '095603.948000', '095603.951000', '095603.954000', '095603.956000', '095603.959000', '095603.961000', '095603.964000', '095603.967000', '095603.969000', '095603.972000', '095603.975000', '095603.977000', '095603.980000', '095603.982000', '095603.985000', '095603.987000', '095603.990000', '095603.993000', '095603.995000', '095603.998000', '095604.001000', '095604.004000', '095604.007000', '095604.009000', '095604.012000', '095604.014000', '095604.017000', '095604.020000', '095604.022000', '095604.025000', '095604.027000', '095623.914000', '095623.916000', '095623.919000', '095623.922000', '095623.924000', '095623.927000', '095623.929000', '095623.932000', '095623.935000', '095623.937000', '095623.940000', '095623.942000', '095623.945000', '095623.947000', '095623.950000', '095623.953000', '095623.955000', '095623.958000', '095623.960000', '095623.963000', '095623.965000', '095623.968000', '095623.971000', '095623.973000', '095623.976000', '095623.978000', '095623.981000', '095623.984000', '095623.986000', '095623.989000', '095623.991000', '095623.994000', '095623.997000', '095624.000000', '095624.003000', '095624.005000', '095624.008000', '095624.011000', '095624.013000', '095624.016000', '095624.018000', '095624.021000', '095624.024000', '095643.914000', '095643.917000', '095643.920000', '095643.922000', '095643.925000', '095643.928000', '095643.930000', '095643.933000', '095643.935000', '095643.938000', '095643.941000', '095643.943000', '095643.946000', '095643.948000', '095643.951000', '095643.953000', '095643.956000', '095643.959000', '095643.961000', '095643.964000', '095643.966000', '095643.969000', '095643.972000', '095643.974000', '095643.977000', '095643.979000', '095643.982000', '095643.984000', '095643.987000', '095643.990000', '095643.992000', '095643.995000', '095643.997000', '095644.001000', '095644.003000', '095644.006000', '095644.009000', '095644.011000', '095644.014000', '095644.016000', '095644.019000', '095644.021000', '095644.024000', '095644.026000', '095703.915000', '095703.917000', '095703.920000', '095703.923000', '095703.925000', '095703.928000', '095703.931000', '095703.933000', '095703.936000', '095703.938000', '095703.941000', '095703.943000', '095703.946000', '095703.949000', '095703.951000', '095703.954000', '095703.957000', '095703.959000', '095703.962000', '095703.964000', '095703.967000', '095703.970000', '095703.972000', '095703.975000', '095703.977000', '095703.980000', '095703.983000', '095703.985000', '095703.988000', '095703.990000', '095703.993000', '095703.995000', '095703.998000', '095704.002000', '095704.004000', '095704.007000', '095704.009000', '095704.012000', '095704.014000', '095704.017000', '095704.020000', '095704.022000', '095704.025000', '095723.915000', '095723.917000', '095723.920000', '095723.923000', '095723.925000', '095723.928000', '095723.947000', '095723.950000', '095723.953000', '095723.955000', '095723.958000', '095723.960000', '095723.963000', '095723.966000', '095723.968000', '095723.971000', '095723.974000', '095723.976000', '095723.979000', '095723.982000', '095723.984000', '095723.987000', '095723.989000', '095723.992000', '095723.994000', '095723.997000', '095724.001000', '095724.003000', '095724.006000', '095724.008000', '095724.011000', '095724.013000', '095724.016000', '095724.019000', '095724.021000', '095724.024000', '095724.026000', '095724.029000', '095724.032000', '095724.034000', '095724.037000', '095724.040000', '095724.042000', '095724.045000', '095743.915000', '095743.917000', '095743.920000', '095743.923000', '095743.925000', '095743.928000', '095743.930000', '095743.933000', '095743.936000', '095743.938000', '095743.941000', '095743.943000', '095743.946000', '095743.949000', '095743.951000', '095743.954000', '095743.956000', '095743.959000', '095743.962000', '095743.964000', '095743.967000', '095743.969000', '095743.972000', '095743.975000', '095743.977000', '095743.980000', '095743.982000', '095743.985000', '095743.987000', '095743.990000', '095743.993000', '095743.996000', '095743.998000', '095744.002000', '095744.004000', '095744.007000', '095744.010000', '095744.012000', '095744.015000', '095744.017000', '095744.020000', '095744.023000', '095744.025000', '095803.915000', '095803.917000', '095803.920000', '095803.923000', '095803.925000', '095803.928000', '095803.930000', '095803.933000', '095803.936000', '095803.938000', '095803.941000', '095803.943000', '095803.946000', '095803.948000', '095803.951000', '095803.954000', '095803.956000', '095803.959000', '095803.962000', '095803.964000', '095803.967000', '095803.970000', '095803.972000', '095803.975000', '095803.977000', '095803.980000', '095803.983000', '095803.985000', '095803.988000', '095803.990000', '095803.993000', '095803.996000', '095803.998000', '095804.002000', '095804.004000', '095804.007000', '095804.010000', '095804.012000', '095804.015000', '095804.017000', '095804.020000', '095804.023000', '095804.025000', '095804.028000', '095823.913000', '095823.916000', '095823.919000', '095823.922000', '095823.924000', '095823.927000', '095823.929000', '095823.932000', '095823.934000', '095823.937000', '095823.940000', '095823.942000', '095823.945000', '095823.947000', '095823.950000', '095823.952000', '095823.955000', '095823.958000', '095823.960000', '095823.963000', '095823.965000', '095823.968000', '095823.971000', '095823.973000', '095823.976000', '095823.978000', '095823.981000', '095823.984000', '095823.986000', '095823.989000', '095823.992000', '095823.994000', '095823.997000', '095824.000000', '095824.003000', '095824.005000', '095824.008000', '095824.011000', '095824.013000', '095824.016000', '095824.018000', '095824.021000', '095824.024000', '095843.914000', '095843.916000', '095843.919000', '095843.922000', '095843.924000', '095843.927000', '095843.930000', '095843.932000', '095843.935000', '095843.937000', '095843.941000', '095843.944000', '095843.947000', '095843.949000', '095843.952000', '095843.954000', '095843.957000', '095843.960000', '095843.962000', '095843.965000', '095843.967000', '095843.970000', '095843.973000', '095843.975000', '095843.978000', '095843.980000', '095843.983000', '095843.985000', '095843.988000', '095843.991000', '095843.993000', '095843.996000', '095844.000000', '095844.002000', '095844.005000', '095844.008000', '095844.010000', '095844.013000', '095844.016000', '095844.019000', '095844.022000', '095844.025000', '095844.027000', '095846.662000', '095846.665000', '095846.668000', '095846.670000', '095846.673000', '095846.676000', '095846.678000'], 'InstanceCreationTime': ['094923.965000', '094923.968000', '094923.971000', '094923.973000', '094923.976000', '094923.979000', '094923.981000', '094923.991000', '094923.994000', '094923.997000', '094924.000000', '094924.003000', '094924.005000', '094924.008000', '094924.011000', '094924.013000', '094924.016000', '094924.019000', '094924.021000', '094924.024000', '094924.026000', '094924.029000', '094924.032000', '094924.034000', '094924.037000', '094924.039000', '094924.042000', '094924.044000', '094924.047000', '094924.050000', '094924.052000', '094924.055000', '094924.057000', '094924.060000', '094924.062000', '094924.065000', '094924.068000', '094924.070000', '094924.073000', '094924.075000', '094924.078000', '094924.080000', '094924.083000', '094924.085000', '094943.914000', '094943.917000', '094943.920000', '094943.922000', '094943.925000', '094943.928000', '094943.930000', '094943.933000', '094943.935000', '094943.938000', '094943.940000', '094943.943000', '094943.946000', '094943.948000', '094943.951000', '094943.953000', '094943.956000', '094943.959000', '094943.961000', '094943.964000', '094943.966000', '094943.969000', '094943.972000', '094943.974000', '094943.977000', '094943.979000', '094943.982000', '094943.984000', '094943.987000', '094943.990000', '094943.992000', '094943.995000', '094943.997000', '094944.000000', '094944.003000', '094944.005000', '094944.008000', '094944.010000', '094944.013000', '094944.015000', '094944.028000', '094944.031000', '094944.033000', '094944.036000', '095003.914000', '095003.917000', '095003.920000', '095003.922000', '095003.925000', '095003.927000', '095003.930000', '095003.933000', '095003.935000', '095003.938000', '095003.940000', '095003.943000', '095003.945000', '095003.948000', '095003.951000', '095003.953000', '095003.956000', '095003.959000', '095003.961000', '095003.964000', '095003.966000', '095003.969000', '095003.971000', '095003.974000', '095003.977000', '095003.979000', '095003.982000', '095003.984000', '095003.987000', '095003.989000', '095003.992000', '095003.994000', '095003.997000', '095004.000000', '095004.003000', '095004.005000', '095004.008000', '095004.011000', '095004.013000', '095004.016000', '095004.018000', '095004.021000', '095004.023000', '095023.914000', '095023.917000', '095023.920000', '095023.922000', '095023.925000', '095023.928000', '095023.930000', '095023.933000', '095023.935000', '095023.938000', '095023.941000', '095023.943000', '095023.946000', '095023.948000', '095023.951000', '095023.953000', '095023.956000', '095023.959000', '095023.961000', '095023.964000', '095023.966000', '095023.969000', '095023.971000', '095023.974000', '095023.977000', '095023.979000', '095023.982000', '095023.984000', '095023.987000', '095023.990000', '095023.993000', '095023.996000', '095024.000000', '095024.002000', '095024.005000', '095024.007000', '095024.010000', '095024.013000', '095024.018000', '095024.021000', '095024.023000', '095024.026000', '095024.029000', '095043.914000', '095043.917000', '095043.920000', '095043.922000', '095043.925000', '095043.927000', '095043.930000', '095043.933000', '095043.935000', '095043.938000', '095043.940000', '095043.943000', '095043.945000', '095043.948000', '095043.951000', '095043.953000', '095043.961000', '095043.964000', '095043.966000', '095043.969000', '095043.972000', '095043.974000', '095043.977000', '095043.979000', '095043.982000', '095043.984000', '095043.987000', '095043.989000', '095043.992000', '095043.995000', '095043.997000', '095044.001000', '095044.003000', '095044.006000', '095044.008000', '095044.011000', '095044.014000', '095044.016000', '095044.019000', '095044.021000', '095044.024000', '095044.027000', '095044.029000', '095044.032000', '095103.914000', '095103.917000', '095103.920000', '095103.923000', '095103.925000', '095103.928000', '095103.930000', '095103.933000', '095103.936000', '095103.938000', '095103.942000', '095103.945000', '095103.948000', '095103.950000', '095103.953000', '095103.965000', '095103.968000', '095103.971000', '095103.973000', '095103.976000', '095103.978000', '095103.981000', '095103.984000', '095103.986000', '095103.989000', '095103.997000', '095104.001000', '095104.004000', '095104.006000', '095104.009000', '095104.011000', '095104.014000', '095104.017000', '095104.019000', '095104.022000', '095104.024000', '095104.027000', '095104.030000', '095104.032000', '095104.035000', '095104.038000', '095104.040000', '095104.043000', '095123.913000', '095123.916000', '095123.919000', '095123.921000', '095123.924000', '095123.927000', '095123.929000', '095123.932000', '095123.934000', '095123.937000', '095123.940000', '095123.942000', '095123.945000', '095123.947000', '095123.950000', '095123.952000', '095123.955000', '095123.958000', '095123.961000', '095123.963000', '095123.966000', '095123.968000', '095123.971000', '095123.974000', '095123.976000', '095123.979000', '095123.981000', '095123.984000', '095123.987000', '095123.989000', '095123.992000', '095123.994000', '095123.997000', '095124.001000', '095124.003000', '095124.006000', '095124.019000', '095124.022000', '095124.024000', '095124.027000', '095124.029000', '095124.032000', '095124.034000', '095124.037000', '095143.913000', '095143.916000', '095143.919000', '095143.921000', '095143.924000', '095143.927000', '095143.929000', '095143.932000', '095143.934000', '095143.937000', '095143.939000', '095143.942000', '095143.945000', '095143.947000', '095143.950000', '095143.952000', '095143.955000', '095143.957000', '095143.960000', '095143.963000', '095143.965000', '095143.968000', '095143.970000', '095143.973000', '095143.975000', '095143.978000', '095143.980000', '095143.983000', '095143.986000', '095143.988000', '095143.991000', '095143.993000', '095143.996000', '095143.999000', '095144.002000', '095144.005000', '095144.007000', '095144.010000', '095144.012000', '095144.015000', '095144.018000', '095144.020000', '095144.023000', '095144.025000', '095203.915000', '095203.917000', '095203.920000', '095203.922000', '095203.925000', '095203.928000', '095203.930000', '095203.933000', '095203.935000', '095203.938000', '095203.940000', '095203.943000', '095203.946000', '095203.948000', '095203.951000', '095203.954000', '095203.956000', '095203.959000', '095203.961000', '095203.964000', '095203.966000', '095203.969000', '095203.972000', '095203.974000', '095203.977000', '095203.979000', '095203.982000', '095203.985000', '095203.987000', '095203.990000', '095203.992000', '095203.995000', '095203.998000', '095204.000000', '095204.007000', '095204.009000', '095204.012000', '095204.014000', '095204.017000', '095204.020000', '095204.022000', '095204.025000', '095204.027000', '095223.914000', '095223.917000', '095223.920000', '095223.922000', '095223.925000', '095223.928000', '095223.930000', '095223.933000', '095223.935000', '095223.938000', '095223.941000', '095223.943000', '095223.946000', '095223.948000', '095223.951000', '095223.953000', '095223.956000', '095223.959000', '095223.961000', '095223.964000', '095223.966000', '095223.969000', '095223.971000', '095223.974000', '095223.977000', '095223.979000', '095223.983000', '095223.986000', '095223.988000', '095223.991000', '095223.994000', '095223.996000', '095224.000000', '095224.003000', '095224.006000', '095224.008000', '095224.011000', '095224.014000', '095224.016000', '095224.019000', '095224.022000', '095224.024000', '095224.027000', '095243.914000', '095243.917000', '095243.920000', '095243.922000', '095243.925000', '095243.928000', '095243.930000', '095243.933000', '095243.935000', '095243.938000', '095243.940000', '095243.943000', '095243.945000', '095243.948000', '095243.951000', '095243.953000', '095243.956000', '095243.959000', '095243.961000', '095243.964000', '095243.967000', '095243.969000', '095243.972000', '095243.974000', '095243.977000', '095243.980000', '095243.982000', '095243.985000', '095243.987000', '095243.990000', '095243.992000', '095243.995000', '095243.998000', '095244.001000', '095244.004000', '095244.006000', '095244.009000', '095244.011000', '095244.014000', '095244.017000', '095244.019000', '095244.022000', '095244.024000', '095244.027000', '095303.914000', '095303.917000', '095303.920000', '095303.923000', '095303.925000', '095303.928000', '095303.930000', '095303.933000', '095303.935000', '095303.938000', '095303.941000', '095303.943000', '095303.946000', '095303.948000', '095303.951000', '095303.954000', '095303.956000', '095303.977000', '095303.979000', '095303.982000', '095303.984000', '095303.987000', '095303.989000', '095303.992000', '095303.995000', '095303.997000', '095304.001000', '095304.003000', '095304.006000', '095304.008000', '095304.011000', '095304.013000', '095304.016000', '095304.019000', '095304.021000', '095304.024000', '095304.026000', '095304.029000', '095304.032000', '095304.035000', '095304.038000', '095304.041000', '095304.043000', '095323.914000', '095323.917000', '095323.920000', '095323.923000', '095323.925000', '095323.928000', '095323.931000', '095323.933000', '095323.936000', '095323.938000', '095323.941000', '095323.944000', '095323.946000', '095323.949000', '095323.951000', '095323.954000', '095323.957000', '095323.959000', '095323.962000', '095323.964000', '095323.967000', '095323.969000', '095323.972000', '095323.975000', '095323.977000', '095323.980000', '095323.982000', '095323.985000', '095323.987000', '095323.990000', '095323.993000', '095323.995000', '095323.998000', '095324.001000', '095324.004000', '095324.006000', '095324.009000', '095324.012000', '095324.014000', '095324.017000', '095324.019000', '095324.022000', '095324.024000', '095324.027000', '095343.913000', '095343.916000', '095343.919000', '095343.921000', '095343.924000', '095343.927000', '095343.929000', '095343.932000', '095343.934000', '095343.937000', '095343.939000', '095343.942000', '095343.945000', '095343.947000', '095343.950000', '095343.953000', '095343.955000', '095343.958000', '095343.960000', '095343.963000', '095343.966000', '095343.968000', '095343.971000', '095343.973000', '095343.976000', '095343.979000', '095343.982000', '095343.985000', '095343.988000', '095343.990000', '095343.993000', '095343.995000', '095343.998000', '095344.002000', '095344.004000', '095344.007000', '095344.009000', '095344.012000', '095344.014000', '095344.017000', '095344.020000', '095344.023000', '095344.026000', '095403.913000', '095403.916000', '095403.919000', '095403.922000', '095403.924000', '095403.927000', '095403.930000', '095403.932000', '095403.935000', '095403.937000', '095403.940000', '095403.942000', '095403.945000', '095403.947000', '095403.950000', '095403.953000', '095403.955000', '095403.958000', '095403.960000', '095403.963000', '095403.966000', '095403.968000', '095403.971000', '095403.973000', '095403.976000', '095403.978000', '095403.981000', '095403.984000', '095403.986000', '095403.989000', '095403.991000', '095403.994000', '095403.997000', '095404.000000', '095404.003000', '095404.006000', '095404.008000', '095404.011000', '095404.013000', '095404.016000', '095404.018000', '095404.021000', '095404.024000', '095404.026000', '095423.915000', '095423.917000', '095423.920000', '095423.923000', '095423.925000', '095423.928000', '095423.930000', '095423.933000', '095423.936000', '095423.938000', '095423.941000', '095423.943000', '095423.946000', '095423.949000', '095423.951000', '095423.954000', '095423.956000', '095423.959000', '095423.961000', '095423.964000', '095423.967000', '095423.969000', '095423.972000', '095423.975000', '095423.977000', '095423.980000', '095423.982000', '095423.985000', '095423.988000', '095423.990000', '095423.993000', '095423.995000', '095423.998000', '095424.001000', '095424.003000', '095424.006000', '095424.008000', '095424.011000', '095424.013000', '095424.016000', '095424.018000', '095424.021000', '095424.033000', '095443.914000', '095443.917000', '095443.920000', '095443.922000', '095443.925000', '095443.928000', '095443.930000', '095443.933000', '095443.935000', '095443.938000', '095443.940000', '095443.943000', '095443.945000', '095443.948000', '095443.951000', '095443.953000', '095443.956000', '095443.958000', '095443.961000', '095443.964000', '095443.966000', '095443.969000', '095443.971000', '095443.974000', '095443.976000', '095443.979000', '095443.981000', '095443.984000', '095443.987000', '095443.989000', '095443.992000', '095443.994000', '095443.997000', '095444.001000', '095444.003000', '095444.006000', '095444.008000', '095444.011000', '095444.013000', '095444.016000', '095444.019000', '095444.021000', '095444.024000', '095444.026000', '095503.915000', '095503.918000', '095503.920000', '095503.923000', '095503.925000', '095503.928000', '095503.931000', '095503.933000', '095503.936000', '095503.938000', '095503.941000', '095503.943000', '095503.946000', '095503.949000', '095503.951000', '095503.954000', '095503.957000', '095503.959000', '095503.962000', '095503.964000', '095503.967000', '095503.969000', '095503.972000', '095503.974000', '095503.977000', '095503.979000', '095503.982000', '095503.985000', '095503.987000', '095503.990000', '095503.992000', '095503.995000', '095503.997000', '095504.001000', '095504.004000', '095504.006000', '095504.009000', '095504.011000', '095504.014000', '095504.016000', '095504.019000', '095504.022000', '095504.025000', '095523.914000', '095523.917000', '095523.920000', '095523.922000', '095523.925000', '095523.928000', '095523.930000', '095523.933000', '095523.935000', '095523.938000', '095523.940000', '095523.943000', '095523.946000', '095523.948000', '095523.951000', '095523.953000', '095523.956000', '095523.959000', '095523.961000', '095523.964000', '095523.966000', '095523.969000', '095523.972000', '095523.974000', '095523.977000', '095523.979000', '095523.982000', '095523.984000', '095523.987000', '095523.990000', '095523.992000', '095523.995000', '095523.997000', '095524.001000', '095524.003000', '095524.006000', '095524.009000', '095524.011000', '095524.014000', '095524.017000', '095524.019000', '095524.022000', '095524.024000', '095524.027000', '095543.914000', '095543.917000', '095543.920000', '095543.922000', '095543.925000', '095543.928000', '095543.930000', '095543.933000', '095543.936000', '095543.938000', '095543.941000', '095543.943000', '095543.946000', '095543.949000', '095543.951000', '095543.954000', '095543.956000', '095543.959000', '095543.961000', '095543.964000', '095543.967000', '095543.969000', '095543.972000', '095543.974000', '095543.977000', '095543.980000', '095543.982000', '095543.985000', '095543.987000', '095543.990000', '095543.992000', '095543.995000', '095543.998000', '095544.001000', '095544.004000', '095544.006000', '095544.009000', '095544.011000', '095544.014000', '095544.017000', '095544.019000', '095544.022000', '095544.024000', '095603.914000', '095603.917000', '095603.920000', '095603.922000', '095603.925000', '095603.928000', '095603.930000', '095603.933000', '095603.935000', '095603.938000', '095603.941000', '095603.943000', '095603.946000', '095603.948000', '095603.951000', '095603.954000', '095603.956000', '095603.959000', '095603.961000', '095603.964000', '095603.967000', '095603.969000', '095603.972000', '095603.975000', '095603.977000', '095603.980000', '095603.982000', '095603.985000', '095603.987000', '095603.990000', '095603.993000', '095603.995000', '095603.998000', '095604.001000', '095604.004000', '095604.007000', '095604.009000', '095604.012000', '095604.014000', '095604.017000', '095604.020000', '095604.022000', '095604.025000', '095604.027000', '095623.914000', '095623.916000', '095623.919000', '095623.922000', '095623.924000', '095623.927000', '095623.929000', '095623.932000', '095623.935000', '095623.937000', '095623.940000', '095623.942000', '095623.945000', '095623.947000', '095623.950000', '095623.953000', '095623.955000', '095623.958000', '095623.960000', '095623.963000', '095623.965000', '095623.968000', '095623.971000', '095623.973000', '095623.976000', '095623.978000', '095623.981000', '095623.984000', '095623.986000', '095623.989000', '095623.991000', '095623.994000', '095623.997000', '095624.000000', '095624.003000', '095624.005000', '095624.008000', '095624.011000', '095624.013000', '095624.016000', '095624.018000', '095624.021000', '095624.024000', '095643.914000', '095643.917000', '095643.920000', '095643.922000', '095643.925000', '095643.928000', '095643.930000', '095643.933000', '095643.935000', '095643.938000', '095643.941000', '095643.943000', '095643.946000', '095643.948000', '095643.951000', '095643.953000', '095643.956000', '095643.959000', '095643.961000', '095643.964000', '095643.966000', '095643.969000', '095643.972000', '095643.974000', '095643.977000', '095643.979000', '095643.982000', '095643.984000', '095643.987000', '095643.990000', '095643.992000', '095643.995000', '095643.997000', '095644.001000', '095644.003000', '095644.006000', '095644.009000', '095644.011000', '095644.014000', '095644.016000', '095644.019000', '095644.021000', '095644.024000', '095644.026000', '095703.915000', '095703.917000', '095703.920000', '095703.923000', '095703.925000', '095703.928000', '095703.931000', '095703.933000', '095703.936000', '095703.938000', '095703.941000', '095703.943000', '095703.946000', '095703.949000', '095703.951000', '095703.954000', '095703.957000', '095703.959000', '095703.962000', '095703.964000', '095703.967000', '095703.970000', '095703.972000', '095703.975000', '095703.977000', '095703.980000', '095703.983000', '095703.985000', '095703.988000', '095703.990000', '095703.993000', '095703.995000', '095703.998000', '095704.002000', '095704.004000', '095704.007000', '095704.009000', '095704.012000', '095704.014000', '095704.017000', '095704.020000', '095704.022000', '095704.025000', '095723.915000', '095723.917000', '095723.920000', '095723.923000', '095723.925000', '095723.928000', '095723.947000', '095723.950000', '095723.953000', '095723.955000', '095723.958000', '095723.960000', '095723.963000', '095723.966000', '095723.968000', '095723.971000', '095723.974000', '095723.976000', '095723.979000', '095723.982000', '095723.984000', '095723.987000', '095723.989000', '095723.992000', '095723.994000', '095723.997000', '095724.001000', '095724.003000', '095724.006000', '095724.008000', '095724.011000', '095724.013000', '095724.016000', '095724.019000', '095724.021000', '095724.024000', '095724.026000', '095724.029000', '095724.032000', '095724.034000', '095724.037000', '095724.040000', '095724.042000', '095724.045000', '095743.915000', '095743.917000', '095743.920000', '095743.923000', '095743.925000', '095743.928000', '095743.930000', '095743.933000', '095743.936000', '095743.938000', '095743.941000', '095743.943000', '095743.946000', '095743.949000', '095743.951000', '095743.954000', '095743.956000', '095743.959000', '095743.962000', '095743.964000', '095743.967000', '095743.969000', '095743.972000', '095743.975000', '095743.977000', '095743.980000', '095743.982000', '095743.985000', '095743.987000', '095743.990000', '095743.993000', '095743.996000', '095743.998000', '095744.002000', '095744.004000', '095744.007000', '095744.010000', '095744.012000', '095744.015000', '095744.017000', '095744.020000', '095744.023000', '095744.025000', '095803.915000', '095803.917000', '095803.920000', '095803.923000', '095803.925000', '095803.928000', '095803.930000', '095803.933000', '095803.936000', '095803.938000', '095803.941000', '095803.943000', '095803.946000', '095803.948000', '095803.951000', '095803.954000', '095803.956000', '095803.959000', '095803.962000', '095803.964000', '095803.967000', '095803.970000', '095803.972000', '095803.975000', '095803.977000', '095803.980000', '095803.983000', '095803.985000', '095803.988000', '095803.990000', '095803.993000', '095803.996000', '095803.998000', '095804.002000', '095804.004000', '095804.007000', '095804.010000', '095804.012000', '095804.015000', '095804.017000', '095804.020000', '095804.023000', '095804.025000', '095804.028000', '095823.913000', '095823.916000', '095823.919000', '095823.922000', '095823.924000', '095823.927000', '095823.929000', '095823.932000', '095823.934000', '095823.937000', '095823.940000', '095823.942000', '095823.945000', '095823.947000', '095823.950000', '095823.952000', '095823.955000', '095823.958000', '095823.960000', '095823.963000', '095823.965000', '095823.968000', '095823.971000', '095823.973000', '095823.976000', '095823.978000', '095823.981000', '095823.984000', '095823.986000', '095823.989000', '095823.992000', '095823.994000', '095823.997000', '095824.000000', '095824.003000', '095824.005000', '095824.008000', '095824.011000', '095824.013000', '095824.016000', '095824.018000', '095824.021000', '095824.024000', '095843.914000', '095843.916000', '095843.919000', '095843.922000', '095843.924000', '095843.927000', '095843.930000', '095843.932000', '095843.935000', '095843.937000', '095843.941000', '095843.944000', '095843.947000', '095843.949000', '095843.952000', '095843.954000', '095843.957000', '095843.960000', '095843.962000', '095843.965000', '095843.967000', '095843.970000', '095843.973000', '095843.975000', '095843.978000', '095843.980000', '095843.983000', '095843.985000', '095843.988000', '095843.991000', '095843.993000', '095843.996000', '095844.000000', '095844.002000', '095844.005000', '095844.008000', '095844.010000', '095844.013000', '095844.016000', '095844.019000', '095844.022000', '095844.025000', '095844.027000', '095846.662000', '095846.665000', '095846.668000', '095846.670000', '095846.673000', '095846.676000', '095846.678000'], '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': [11966, 10259, 11416, 9701, 12476, 8607, 11393, 8628, 10480, 8056, 10172, 9831, 9830, 11905, 11044, 9491, 10848, 7554, 9370, 7694, 10224, 8724, 11575, 10073, 11591, 9771, 11712, 9196, 12100, 9921, 13820, 10149, 13067, 9827, 12438, 9359, 12660, 10859, 14363, 10117, 12254, 9204, 12181, 9980, 12279, 10321, 12060, 8801, 11611, 8598, 11428, 9566, 11799, 10313, 11894, 8853, 11791, 8975, 11830, 9246, 11971, 10215, 11922, 10315, 11324, 10718, 11970, 11114, 13488, 10380, 12522, 10404, 11630, 10608, 11136, 10755, 11445, 11003, 10000, 9864, 10812, 8749, 8227, 9026, 8280, 11283, 8414, 10602, 8992, 10912, 9905, 11679, 10834, 12983, 9314, 11780, 9484, 12317, 13833, 13159, 9648, 11502, 9754, 10386, 10700, 10826, 8919, 10429, 7793, 11129, 9134, 9137, 10582, 8789, 12313, 10542, 11414, 10193, 11689, 10104, 13974, 10517, 13760, 10210, 7878, 9704, 7683, 10872, 10901, 13410, 10974, 9032, 10907, 8766, 12461, 10263, 10684, 16169, 12145, 14061, 10011, 8265, 10714, 8306, 12191, 9366, 14056, 13431, 15950, 12574, 13634, 11866, 10883, 12321, 10641, 12812, 11865, 14765, 9284, 12426, 9618, 12414, 11142, 13986, 12215, 13393, 14940, 10224, 12467, 8699, 7087, 8812, 7420, 11439, 9421, 10958, 13557, 11210, 13953, 9999, 8884, 10469, 9102, 14841, 13282, 15786, 12016, 15120, 10962, 12560, 10969, 13180, 17295, 14300, 16292, 10444, 12702, 9025, 10457, 9563, 10233, 11455, 10550, 11906, 9643, 12308, 9334, 12126, 9014, 11348, 8970, 11357, 9407, 11533, 9226, 10896, 8764, 10990, 8760, 11709, 8506, 11165, 8887, 12378, 10284, 12247, 10410, 12140, 10323, 11241, 10091, 11680, 9903, 11743, 8989, 11385, 8833, 10211, 7665, 9771, 8549, 10025, 8148, 10260, 9515, 9425, 11178, 9367, 13560, 11134, 10178, 9867, 10653, 8587, 12397, 9317, 12842, 11474, 8823, 9819, 8807, 10015, 10257, 11177, 10442, 12081, 8672, 12457, 8914, 12313, 11270, 13270, 11951, 14002, 9694, 10250, 10539, 10790, 10852, 13899, 8899, 12595, 9237, 12363, 10800, 13200, 12949, 14835, 9820, 12708, 9703, 12561, 12040, 12062, 14361, 12655, 13110, 11907, 13584, 9637, 12581, 9192, 12124, 11815, 11704, 9290, 11668, 9065, 11860, 9231, 12075, 10856, 11890, 9844, 12078, 9197, 12441, 9547, 12492, 8983, 12428, 9344, 10254, 10534, 12740, 10291, 12027, 7923, 9784, 8579, 9797, 10473, 10030, 13290, 9737, 13035, 11475, 11499, 9901, 11969, 8720, 11212, 9310, 10997, 7889, 9991, 7357, 9847, 7572, 10129, 8482, 10393, 8974, 11102, 10158, 10975, 10986, 9406, 12226, 9119, 12331, 11444, 9946, 11911, 7094, 9892, 7731, 10583, 9151, 12109, 10976, 13169, 9068, 12138, 8854, 11467, 9492, 12319, 8829, 12347, 8349, 11855, 9396, 12650, 11281, 13422, 9616, 13471, 8256, 12717, 11271, 10469, 11577, 7929, 10214, 8444, 9951, 10875, 11866, 12319, 13157, 11264, 10613, 14474, 10032, 15780, 12295, 14847, 10989, 12843, 9896, 12374, 10238, 12933, 11566, 10134, 8489, 10153, 9005, 13472, 9619, 12297, 9849, 12090, 9009, 11645, 9342, 11974, 9831, 12147, 8594, 11817, 9124, 11851, 10215, 11566, 10569, 12174, 9860, 12515, 9055, 12450, 9429, 11481, 9417, 12519, 8615, 12437, 8347, 9637, 8808, 9134, 8253, 9750, 9280, 11326, 9429, 11787, 7432, 11161, 7682, 12218, 9015, 12832, 10194, 13092, 11507, 13381, 8323, 12051, 8453, 12621, 11531, 15067, 10796, 12858, 9170, 13774, 9217, 12843, 9788, 12248, 9052, 12332, 8308, 11598, 7844, 9652, 7747, 9342, 8090, 9712, 7291, 9923, 7164, 9815, 7500, 10698, 8491, 11297, 10014, 11809, 9740, 12739, 9524, 12613, 10007, 12795, 11307, 13661, 10069, 11656, 11909, 9567, 13250, 8922, 11378, 7461, 11656, 7463, 11094, 14824, 11961, 15929, 12083, 9787, 11193, 11081, 7315, 8983, 7692, 8277, 9613, 7589, 10219, 10336, 9193, 14359, 13854, 13143, 18414, 14885, 14496, 19141, 14741, 14235, 15673, 12247, 14915, 12603, 11543, 15232, 9312, 15541, 9433, 10869, 9925, 8701, 13026, 8789, 11298, 8676, 7990, 8644, 7316, 9957, 7560, 7395, 9907, 7092, 11468, 8410, 9230, 10975, 8435, 14258, 9389, 10103, 9994, 8812, 11493, 9036, 12187, 9437, 12435, 10489, 12763, 11963, 13476, 10810, 12087, 8070, 10704, 9577, 11371, 10887, 11990, 11031, 13203, 9587, 10962, 8936, 10222, 9940, 10052, 11584, 10366, 11411, 10960, 10629, 9756, 11630, 10061, 12409, 10372, 11722, 9580, 12091, 9058, 13948, 8938, 13737, 10284, 10458, 9221, 9478, 9183, 11588, 9115, 11146, 9472, 12716, 9265, 14452, 9472, 12633, 8581, 12066, 8901, 11879, 8291, 8469, 7941, 9361, 7904, 8238, 9287, 8402, 14520, 10855, 12911, 9574, 8213, 10514, 8155, 10939, 10214, 11228, 10008, 13577, 8996, 10582, 9234, 7314, 13369, 10503, 13833, 13134, 9671, 15236, 11200, 15755, 10997, 15485, 11563, 14302, 9549, 12392, 8233, 9612, 7259, 9814, 7974, 11831, 8248, 10781, 7647, 9796, 8183, 10546, 8529, 10241, 9410, 9048, 9142, 11189, 8505, 13045, 8684, 13139, 8881, 11943, 8203, 10976, 7729, 9635, 9302, 8790, 11709, 7972, 13333, 9103, 10287, 8106, 10996, 7620, 10566, 7606, 12782, 8303, 12006, 7963, 11068, 7582, 10163, 8227, 9492, 10507, 8756, 14409, 8678, 12699, 7973, 11526, 7907, 9729, 7535, 9824, 7525, 9062, 7282, 10210, 8170, 10267, 7441, 9723, 7668, 9269, 8831, 9348, 10373, 9565, 9229, 8806, 11904, 8633, 11895, 9485, 11005, 8532, 12231, 7863, 13375, 8553, 12395, 9020, 11607, 8168, 11137, 8037, 10900, 8357, 10764, 8692, 11133, 8394, 9700, 9827, 10090, 9636, 9797, 11002, 9493, 14141, 9603, 13040, 8876, 12205, 8842, 10489, 8386, 11674, 9355, 11595, 8493, 10526, 8384, 10961, 9174, 11909, 10219, 10455, 12246, 10031, 11305, 8402, 11887, 9517, 14588, 11168, 11146, 11117, 8405, 10608, 8321, 11691, 7705, 13982, 9421, 14438, 11080, 14221, 11118, 9772, 11634, 9297, 12467, 9201, 14021, 9853, 14253, 10234, 12045, 8292, 11711, 8656, 13236, 8256, 10212, 7467, 10087, 7761, 10118, 8419, 8923, 11674, 7685, 10581, 7853, 9778, 7496, 9416, 7508, 9152, 8673, 8915, 9719, 8741, 10652, 8076, 9671, 9596, 7985, 9342, 8057, 8964, 7913, 10136, 8741, 12856, 8392, 12127, 7849, 12739, 8319, 12537, 8499, 13541, 10531, 10905, 8907, 10455, 8282, 10891, 8601, 10566, 10185, 9189, 13867, 10686, 11384, 8752, 8260, 11139, 7564, 7427, 11922, 13899, 11192, 14007, 11514, 7750, 10286, 10077, 11970, 14599, 12907, 16619, 16948, 15683, 17438, 13191, 17490, 12954, 15302, 12809, 11343, 15563, 10695, 14915, 11163, 12881, 10619, 12529, 10364, 11977, 9136, 10067, 8403, 8922, 9099, 8658, 8476, 7806, 7801, 7445, 7568, 7547, 8508, 7236, 9007, 7503, 9784, 7053, 9656, 6952, 9030, 7114, 9562, 7832, 9751, 7669, 11841, 8125, 12753, 7709, 13127, 7714, 12277, 7734, 11864, 7598, 10820, 7420, 9969, 8157, 11969, 9542, 12810, 8011, 11872, 7390, 11393, 8351, 11350, 8976, 14529, 9413, 13147, 8643, 11944, 8840, 12372, 7943, 11167, 8169, 10226, 8240, 11900, 9624, 13663, 9440, 11286, 8361, 11995, 8819, 11181, 9680, 11182, 10780, 11249, 9726, 11707, 9493, 12710, 11046, 10446, 10589, 10597, 9291, 11441, 9091, 11262, 11488, 9676, 10773, 10976, 9586, 11992, 9393, 13394, 10135, 10499, 8418, 10855, 8429, 11484, 8792, 14262, 9426, 11832, 8617, 11849, 8262, 10777, 8000, 10428, 8550, 10819, 7525, 10989, 8288, 9867, 11422, 9469, 11913, 10071, 10052, 10006, 10886, 10020, 11507, 9485, 14392, 10040, 13496, 9498, 13805, 9549, 12756, 9019, 12400, 9151, 12133, 9039, 13133, 8875, 12511, 8783, 11867, 9135, 11501, 7964, 11700, 8320, 10986, 8477, 11103, 8812, 11082, 9081, 10849, 10107, 9856, 11243, 8732, 11710, 8661, 11983, 9009, 10168, 8162, 11656, 7866, 12500, 7996, 12714, 9203, 10730, 9496, 7654, 9576, 10088, 9561, 9912, 11956, 9024, 13737, 8844, 8805, 9070, 7527, 7767, 6598, 6451, 9848, 8749, 7714, 14226, 10238, 11192, 15250, 11764, 15426, 14387, 13896, 18108, 12607, 14521, 15351, 9241, 13837, 10754, 8317, 12244, 9146, 9046, 10131, 8693, 10523, 9832, 9012, 11005, 9162, 11938, 9900, 11309, 9854, 9440, 9811, 9014, 9704, 8767, 10548, 8635, 9137, 8659, 8566, 8677, 8518, 8532, 8130, 13168, 8549, 12565, 8223, 10757, 8664, 10048, 14866, 9748, 14297, 8995, 12510, 8703, 13485, 9607, 13479, 8685, 14197, 8845, 13915, 9099, 14156, 9529, 12824, 10271, 8258, 8528, 7669, 9856, 7193, 12385, 9192, 9987, 9075, 7274, 9076, 9122, 9693, 10390, 10833, 10381, 10621, 14404, 8889, 13631, 8584, 12785, 9595, 10702, 8801, 7521, 7974, 9703, 7666, 11031, 8551, 9775, 9392, 7687, 7866, 7209, 9640, 8276, 14239, 8494, 13389, 7827, 10399, 10855, 7460, 15167, 9632, 11171, 8404, 11040, 9697, 11341, 13583, 10411, 12784, 8665, 11133, 8621, 9707, 9422, 11298, 9213, 14538, 11767, 14767, 7488, 8615, 7629, 10031, 10419, 7022, 10550, 8830, 9096, 11219, 8591, 12209, 10216, 10456, 14157, 10497], 'WindowCenter': [4290.0, 4264.0, 4260.0, 4239.0, 4253.0, 4211.0, 4229.0, 4197.0, 4217.0, 4199.0, 4229.0, 4219.0, 4219.0, 4240.0, 4230.0, 4219.0, 4230.0, 4198.0, 4208.0, 4199.0, 4231.0, 4222.0, 4243.0, 4234.0, 4243.0, 4232.0, 4242.0, 4221.0, 4241.0, 4231.0, 4252.0, 4221.0, 4240.0, 4218.0, 4239.0, 4220.0, 4239.0, 4228.0, 4249.0, 4217.0, 4227.0, 4207.0, 4225.0, 4218.0, 4227.0, 4205.0, 4226.0, 4195.0, 4215.0, 4195.0, 4224.0, 4206.0, 4227.0, 4216.0, 4226.0, 4205.0, 4226.0, 4207.0, 4227.0, 4218.0, 4238.0, 4218.0, 4228.0, 4219.0, 4226.0, 4230.0, 4239.0, 4230.0, 4239.0, 4219.0, 4228.0, 4217.0, 4227.0, 4217.0, 4216.0, 4217.0, 4227.0, 4243.0, 4220.0, 4220.0, 4228.0, 4196.0, 4207.0, 4221.0, 4212.0, 4242.0, 4211.0, 4230.0, 4222.0, 4230.0, 4233.0, 4244.0, 4241.0, 4253.0, 4220.0, 4239.0, 4208.0, 4241.0, 4251.0, 4239.0, 4207.0, 4225.0, 4206.0, 4206.0, 4214.0, 4216.0, 4208.0, 4231.0, 4200.0, 4227.0, 4219.0, 4219.0, 4228.0, 4210.0, 4239.0, 4228.0, 4227.0, 4219.0, 4228.0, 4220.0, 4252.0, 4222.0, 4252.0, 4221.0, 4212.0, 4232.0, 4198.0, 4229.0, 4232.0, 4252.0, 4232.0, 4209.0, 4229.0, 4222.0, 4252.0, 4232.0, 4233.0, 4275.0, 4253.0, 4263.0, 4220.0, 4198.0, 4218.0, 4198.0, 4239.0, 4208.0, 4250.0, 4252.0, 4263.0, 4232.0, 4237.0, 4214.0, 4204.0, 4213.0, 4203.0, 4224.0, 4214.0, 4235.0, 4193.0, 4212.0, 4191.0, 4211.0, 4202.0, 4233.0, 4212.0, 4225.0, 4235.0, 4204.0, 4224.0, 4194.0, 4176.0, 4196.0, 4175.0, 4214.0, 4194.0, 4219.0, 4253.0, 4233.0, 4250.0, 4221.0, 4210.0, 4232.0, 4210.0, 4250.0, 4239.0, 4249.0, 4226.0, 4233.0, 4201.0, 4210.0, 4187.0, 4208.0, 4229.0, 4207.0, 4216.0, 4173.0, 4193.0, 4152.0, 4171.0, 4162.0, 4172.0, 4183.0, 4174.0, 4183.0, 4163.0, 4183.0, 4161.0, 4181.0, 4152.0, 4170.0, 4152.0, 4180.0, 4162.0, 4183.0, 4163.0, 4185.0, 4165.0, 4185.0, 4166.0, 4196.0, 4179.0, 4198.0, 4179.0, 4210.0, 4201.0, 4210.0, 4201.0, 4211.0, 4201.0, 4201.0, 4200.0, 4210.0, 4191.0, 4209.0, 4190.0, 4211.0, 4192.0, 4201.0, 4184.0, 4204.0, 4206.0, 4217.0, 4196.0, 4215.0, 4206.0, 4208.0, 4228.0, 4220.0, 4251.0, 4229.0, 4219.0, 4217.0, 4217.0, 4208.0, 4238.0, 4218.0, 4251.0, 4241.0, 4209.0, 4219.0, 4209.0, 4219.0, 4230.0, 4242.0, 4242.0, 4253.0, 4211.0, 4251.0, 4221.0, 4242.0, 4242.0, 4252.0, 4240.0, 4250.0, 4217.0, 4218.0, 4218.0, 4230.0, 4230.0, 4250.0, 4208.0, 4237.0, 4206.0, 4238.0, 4229.0, 4250.0, 4239.0, 4250.0, 4206.0, 4236.0, 4206.0, 4226.0, 4226.0, 4226.0, 4248.0, 4236.0, 4224.0, 4225.0, 4224.0, 4202.0, 4223.0, 4205.0, 4224.0, 4226.0, 4225.0, 4204.0, 4214.0, 4195.0, 4225.0, 4207.0, 4227.0, 4216.0, 4225.0, 4217.0, 4226.0, 4207.0, 4225.0, 4217.0, 4235.0, 4206.0, 4225.0, 4205.0, 4217.0, 4216.0, 4239.0, 4217.0, 4227.0, 4184.0, 4205.0, 4196.0, 4217.0, 4217.0, 4217.0, 4249.0, 4218.0, 4238.0, 4228.0, 4225.0, 4217.0, 4226.0, 4195.0, 4226.0, 4207.0, 4226.0, 4197.0, 4218.0, 4199.0, 4230.0, 4212.0, 4232.0, 4223.0, 4232.0, 4223.0, 4242.0, 4231.0, 4241.0, 4242.0, 4220.0, 4240.0, 4219.0, 4251.0, 4242.0, 4230.0, 4240.0, 4189.0, 4229.0, 4200.0, 4242.0, 4234.0, 4253.0, 4244.0, 4254.0, 4223.0, 4252.0, 4235.0, 4255.0, 4221.0, 4241.0, 4220.0, 4239.0, 4209.0, 4240.0, 4231.0, 4252.0, 4241.0, 4250.0, 4219.0, 4251.0, 4212.0, 4252.0, 4242.0, 4232.0, 4240.0, 4199.0, 4230.0, 4208.0, 4228.0, 4241.0, 4252.0, 4240.0, 4251.0, 4230.0, 4228.0, 4250.0, 4219.0, 4259.0, 4241.0, 4247.0, 4215.0, 4223.0, 4204.0, 4224.0, 4215.0, 4236.0, 4224.0, 4213.0, 4193.0, 4214.0, 4205.0, 4237.0, 4217.0, 4236.0, 4217.0, 4237.0, 4207.0, 4238.0, 4218.0, 4238.0, 4219.0, 4237.0, 4208.0, 4237.0, 4218.0, 4238.0, 4230.0, 4239.0, 4230.0, 4238.0, 4218.0, 4236.0, 4206.0, 4236.0, 4206.0, 4226.0, 4218.0, 4237.0, 4195.0, 4236.0, 4196.0, 4218.0, 4206.0, 4206.0, 4208.0, 4217.0, 4219.0, 4238.0, 4218.0, 4239.0, 4200.0, 4240.0, 4210.0, 4251.0, 4223.0, 4251.0, 4230.0, 4250.0, 4240.0, 4249.0, 4196.0, 4236.0, 4209.0, 4238.0, 4239.0, 4260.0, 4227.0, 4236.0, 4205.0, 4235.0, 4204.0, 4235.0, 4204.0, 4224.0, 4205.0, 4224.0, 4182.0, 4212.0, 4183.0, 4203.0, 4184.0, 4204.0, 4196.0, 4216.0, 4187.0, 4216.0, 4189.0, 4228.0, 4201.0, 4231.0, 4222.0, 4243.0, 4232.0, 4241.0, 4220.0, 4250.0, 4221.0, 4250.0, 4231.0, 4252.0, 4240.0, 4249.0, 4230.0, 4240.0, 4240.0, 4218.0, 4251.0, 4220.0, 4253.0, 4200.0, 4240.0, 4211.0, 4255.0, 4276.0, 4267.0, 4287.0, 4255.0, 4232.0, 4231.0, 4229.0, 4185.0, 4206.0, 4185.0, 4195.0, 4204.0, 4196.0, 4228.0, 4230.0, 4220.0, 4259.0, 4249.0, 4238.0, 4268.0, 4237.0, 4223.0, 4242.0, 4206.0, 4193.0, 4193.0, 4167.0, 4177.0, 4154.0, 4140.0, 4160.0, 4118.0, 4157.0, 4115.0, 4125.0, 4113.0, 4117.0, 4147.0, 4117.0, 4137.0, 4115.0, 4118.0, 4128.0, 4121.0, 4154.0, 4136.0, 4138.0, 4170.0, 4143.0, 4195.0, 4165.0, 4187.0, 4197.0, 4181.0, 4233.0, 4203.0, 4212.0, 4202.0, 4194.0, 4226.0, 4205.0, 4236.0, 4205.0, 4239.0, 4217.0, 4239.0, 4239.0, 4248.0, 4215.0, 4225.0, 4183.0, 4215.0, 4204.0, 4226.0, 4227.0, 4238.0, 4228.0, 4239.0, 4206.0, 4216.0, 4194.0, 4214.0, 4215.0, 4217.0, 4228.0, 4217.0, 4228.0, 4227.0, 4217.0, 4208.0, 4227.0, 4229.0, 4250.0, 4218.0, 4238.0, 4218.0, 4239.0, 4207.0, 4247.0, 4206.0, 4247.0, 4218.0, 4217.0, 4206.0, 4217.0, 4217.0, 4239.0, 4219.0, 4228.0, 4218.0, 4240.0, 4207.0, 4250.0, 4218.0, 4237.0, 4209.0, 4238.0, 4208.0, 4228.0, 4208.0, 4197.0, 4210.0, 4220.0, 4211.0, 4224.0, 4245.0, 4236.0, 4277.0, 4246.0, 4265.0, 4235.0, 4213.0, 4242.0, 4211.0, 4245.0, 4233.0, 4244.0, 4245.0, 4266.0, 4235.0, 4271.0, 4249.0, 4228.0, 4263.0, 4244.0, 4264.0, 4248.0, 4205.0, 4247.0, 4227.0, 4246.0, 4215.0, 4246.0, 4224.0, 4247.0, 4187.0, 4209.0, 4165.0, 4173.0, 4154.0, 4185.0, 4166.0, 4206.0, 4176.0, 4195.0, 4166.0, 4186.0, 4177.0, 4198.0, 4189.0, 4199.0, 4189.0, 4188.0, 4188.0, 4210.0, 4193.0, 4219.0, 4179.0, 4219.0, 4179.0, 4209.0, 4178.0, 4198.0, 4168.0, 4189.0, 4189.0, 4178.0, 4220.0, 4177.0, 4218.0, 4188.0, 4198.0, 4178.0, 4209.0, 4180.0, 4211.0, 4182.0, 4234.0, 4194.0, 4235.0, 4195.0, 4224.0, 4182.0, 4213.0, 4192.0, 4203.0, 4213.0, 4192.0, 4246.0, 4204.0, 4234.0, 4193.0, 4223.0, 4195.0, 4202.0, 4194.0, 4213.0, 4183.0, 4205.0, 4197.0, 4227.0, 4207.0, 4227.0, 4197.0, 4216.0, 4196.0, 4217.0, 4218.0, 4219.0, 4228.0, 4218.0, 4217.0, 4217.0, 4237.0, 4220.0, 4249.0, 4229.0, 4238.0, 4219.0, 4251.0, 4209.0, 4261.0, 4231.0, 4261.0, 4221.0, 4239.0, 4219.0, 4239.0, 4208.0, 4240.0, 4221.0, 4240.0, 4219.0, 4240.0, 4219.0, 4230.0, 4230.0, 4240.0, 4229.0, 4230.0, 4239.0, 4229.0, 4261.0, 4230.0, 4261.0, 4219.0, 4239.0, 4218.0, 4228.0, 4209.0, 4240.0, 4231.0, 4239.0, 4219.0, 4229.0, 4209.0, 4239.0, 4220.0, 4251.0, 4242.0, 4241.0, 4252.0, 4229.0, 4239.0, 4221.0, 4252.0, 4229.0, 4260.0, 4229.0, 4228.0, 4238.0, 4207.0, 4227.0, 4207.0, 4238.0, 4199.0, 4260.0, 4221.0, 4261.0, 4241.0, 4261.0, 4240.0, 4218.0, 4227.0, 4205.0, 4235.0, 4203.0, 4234.0, 4202.0, 4233.0, 4201.0, 4210.0, 4179.0, 4210.0, 4190.0, 4219.0, 4177.0, 4186.0, 4166.0, 4197.0, 4168.0, 4200.0, 4191.0, 4203.0, 4223.0, 4182.0, 4212.0, 4182.0, 4201.0, 4182.0, 4202.0, 4182.0, 4203.0, 4205.0, 4204.0, 4214.0, 4203.0, 4213.0, 4193.0, 4213.0, 4214.0, 4193.0, 4204.0, 4194.0, 4204.0, 4207.0, 4227.0, 4218.0, 4248.0, 4207.0, 4237.0, 4196.0, 4237.0, 4206.0, 4235.0, 4207.0, 4247.0, 4227.0, 4226.0, 4205.0, 4214.0, 4193.0, 4214.0, 4204.0, 4225.0, 4228.0, 4229.0, 4261.0, 4240.0, 4236.0, 4203.0, 4193.0, 4225.0, 4181.0, 4185.0, 4237.0, 4250.0, 4230.0, 4249.0, 4226.0, 4183.0, 4201.0, 4201.0, 4223.0, 4236.0, 4179.0, 4242.0, 4241.0, 4216.0, 4227.0, 4191.0, 4210.0, 4178.0, 4185.0, 4162.0, 4140.0, 4171.0, 4127.0, 4170.0, 4137.0, 4147.0, 4126.0, 4136.0, 4124.0, 4132.0, 4114.0, 4112.0, 4105.0, 4115.0, 4116.0, 4118.0, 4119.0, 4120.0, 4120.0, 4123.0, 4133.0, 4135.0, 4148.0, 4139.0, 4173.0, 4154.0, 4172.0, 4141.0, 4175.0, 4155.0, 4175.0, 4155.0, 4186.0, 4168.0, 4201.0, 4184.0, 4210.0, 4181.0, 4221.0, 4183.0, 4235.0, 4185.0, 4224.0, 4184.0, 4224.0, 4184.0, 4214.0, 4185.0, 4228.0, 4210.0, 4239.0, 4207.0, 4237.0, 4186.0, 4226.0, 4187.0, 4228.0, 4198.0, 4228.0, 4209.0, 4251.0, 4219.0, 4239.0, 4209.0, 4239.0, 4208.0, 4240.0, 4197.0, 4228.0, 4197.0, 4217.0, 4198.0, 4240.0, 4220.0, 4250.0, 4220.0, 4229.0, 4198.0, 4240.0, 4210.0, 4241.0, 4232.0, 4241.0, 4231.0, 4230.0, 4219.0, 4239.0, 4220.0, 4252.0, 4231.0, 4218.0, 4217.0, 4216.0, 4205.0, 4226.0, 4208.0, 4228.0, 4227.0, 4205.0, 4215.0, 4214.0, 4203.0, 4225.0, 4205.0, 4236.0, 4204.0, 4202.0, 4181.0, 4203.0, 4182.0, 4212.0, 4193.0, 4245.0, 4193.0, 4212.0, 4182.0, 4212.0, 4182.0, 4201.0, 4183.0, 4213.0, 4194.0, 4212.0, 4182.0, 4212.0, 4181.0, 4202.0, 4224.0, 4205.0, 4225.0, 4204.0, 4204.0, 4202.0, 4214.0, 4204.0, 4225.0, 4205.0, 4247.0, 4218.0, 4247.0, 4206.0, 4235.0, 4205.0, 4235.0, 4207.0, 4236.0, 4207.0, 4226.0, 4205.0, 4236.0, 4208.0, 4236.0, 4208.0, 4237.0, 4217.0, 4226.0, 4195.0, 4225.0, 4196.0, 4226.0, 4207.0, 4227.0, 4219.0, 4240.0, 4208.0, 4228.0, 4217.0, 4218.0, 4228.0, 4208.0, 4238.0, 4208.0, 4238.0, 4207.0, 4215.0, 4196.0, 4226.0, 4196.0, 4237.0, 4210.0, 4249.0, 4220.0, 4229.0, 4219.0, 4197.0, 4218.0, 4229.0, 4219.0, 4233.0, 4267.0, 4247.0, 4290.0, 4249.0, 4235.0, 4236.0, 4213.0, 4200.0, 4187.0, 4160.0, 4224.0, 4203.0, 4165.0, 4242.0, 4225.0, 4237.0, 4261.0, 4227.0, 4272.0, 4318.0, 4309.0, 4339.0, 4266.0, 4246.0, 4242.0, 4188.0, 4216.0, 4194.0, 4163.0, 4206.0, 4173.0, 4173.0, 4184.0, 4175.0, 4184.0, 4184.0, 4173.0, 4194.0, 4174.0, 4194.0, 4185.0, 4194.0, 4184.0, 4173.0, 4183.0, 4174.0, 4185.0, 4176.0, 4197.0, 4177.0, 4187.0, 4189.0, 4190.0, 4192.0, 4188.0, 4177.0, 4181.0, 4233.0, 4202.0, 4222.0, 4192.0, 4223.0, 4204.0, 4214.0, 4257.0, 4216.0, 4246.0, 4204.0, 4235.0, 4204.0, 4234.0, 4214.0, 4235.0, 4193.0, 4233.0, 4192.0, 4232.0, 4192.0, 4233.0, 4203.0, 4234.0, 4215.0, 4191.0, 4190.0, 4181.0, 4212.0, 4183.0, 4236.0, 4216.0, 4215.0, 4205.0, 4184.0, 4204.0, 4204.0, 4215.0, 4215.0, 4226.0, 4216.0, 4215.0, 4246.0, 4203.0, 4233.0, 4193.0, 4233.0, 4203.0, 4211.0, 4191.0, 4179.0, 4180.0, 4201.0, 4182.0, 4223.0, 4205.0, 4214.0, 4218.0, 4224.0, 4238.0, 4211.0, 4228.0, 4206.0, 4248.0, 4206.0, 4247.0, 4197.0, 4215.0, 4210.0, 4170.0, 4259.0, 4216.0, 4224.0, 4193.0, 4224.0, 4215.0, 4226.0, 4249.0, 4228.0, 4238.0, 4195.0, 4215.0, 4194.0, 4203.0, 4191.0, 4211.0, 4190.0, 4233.0, 4212.0, 4206.0, 4114.0, 4164.0, 4152.0, 4157.0, 4198.0, 4152.0, 4195.0, 4191.0, 4191.0, 4211.0, 4191.0, 4209.0, 4199.0, 4199.0, 4231.0, 4198.0], 'WindowWidth': [9491.0, 9444.0, 9430.0, 9397.0, 9411.0, 9345.0, 9368.0, 9321.0, 9349.0, 9329.0, 9368.0, 9353.0, 9357.0, 9386.0, 9370.0, 9355.0, 9369.0, 9326.0, 9339.0, 9329.0, 9376.0, 9365.0, 9394.0, 9384.0, 9395.0, 9376.0, 9389.0, 9361.0, 9389.0, 9375.0, 9405.0, 9358.0, 9385.0, 9351.0, 9378.0, 9356.0, 9382.0, 9367.0, 9396.0, 9348.0, 9361.0, 9332.0, 9356.0, 9349.0, 9361.0, 9329.0, 9358.0, 9313.0, 9341.0, 9315.0, 9353.0, 9334.0, 9363.0, 9347.0, 9361.0, 9329.0, 9357.0, 9332.0, 9361.0, 9353.0, 9380.0, 9352.0, 9365.0, 9353.0, 9362.0, 9370.0, 9382.0, 9372.0, 9382.0, 9352.0, 9365.0, 9348.0, 9362.0, 9348.0, 9345.0, 9347.0, 9361.0, 9393.0, 9357.0, 9357.0, 9363.0, 9320.0, 9336.0, 9359.0, 9353.0, 9392.0, 9349.0, 9372.0, 9363.0, 9372.0, 9380.0, 9396.0, 9391.0, 9407.0, 9356.0, 9382.0, 9337.0, 9385.0, 9400.0, 9381.0, 9332.0, 9355.0, 9329.0, 9328.0, 9339.0, 9341.0, 9335.0, 9374.0, 9331.0, 9366.0, 9355.0, 9354.0, 9367.0, 9344.0, 9384.0, 9366.0, 9364.0, 9353.0, 9365.0, 9355.0, 9403.0, 9362.0, 9403.0, 9360.0, 9350.0, 9378.0, 9326.0, 9367.0, 9375.0, 9405.0, 9375.0, 9338.0, 9367.0, 9363.0, 9405.0, 9376.0, 9379.0, 9442.0, 9409.0, 9421.0, 9356.0, 9323.0, 9349.0, 9322.0, 9380.0, 9337.0, 9400.0, 9404.0, 9419.0, 9374.0, 9375.0, 9338.0, 9323.0, 9335.0, 9321.0, 9353.0, 9338.0, 9371.0, 9307.0, 9333.0, 9302.0, 9328.0, 9318.0, 9364.0, 9335.0, 9355.0, 9372.0, 9326.0, 9350.0, 9312.0, 9292.0, 9316.0, 9286.0, 9337.0, 9312.0, 9354.0, 9408.0, 9380.0, 9400.0, 9359.0, 9344.0, 9373.0, 9341.0, 9400.0, 9379.0, 9397.0, 9356.0, 9363.0, 9314.0, 9324.0, 9290.0, 9320.0, 9361.0, 9320.0, 9333.0, 9265.0, 9290.0, 9233.0, 9258.0, 9247.0, 9261.0, 9276.0, 9265.0, 9276.0, 9250.0, 9276.0, 9246.0, 9272.0, 9233.0, 9257.0, 9233.0, 9272.0, 9250.0, 9279.0, 9254.0, 9283.0, 9259.0, 9285.0, 9263.0, 9303.0, 9282.0, 9307.0, 9284.0, 9326.0, 9315.0, 9328.0, 9316.0, 9329.0, 9316.0, 9315.0, 9313.0, 9326.0, 9303.0, 9325.0, 9303.0, 9330.0, 9308.0, 9318.0, 9299.0, 9328.0, 9333.0, 9347.0, 9319.0, 9345.0, 9332.0, 9337.0, 9366.0, 9356.0, 9402.0, 9370.0, 9353.0, 9350.0, 9348.0, 9337.0, 9379.0, 9353.0, 9401.0, 9387.0, 9341.0, 9355.0, 9340.0, 9355.0, 9374.0, 9391.0, 9391.0, 9409.0, 9346.0, 9401.0, 9359.0, 9389.0, 9391.0, 9406.0, 9385.0, 9400.0, 9350.0, 9351.0, 9351.0, 9370.0, 9371.0, 9401.0, 9338.0, 9378.0, 9333.0, 9377.0, 9366.0, 9398.0, 9383.0, 9401.0, 9332.0, 9372.0, 9330.0, 9357.0, 9359.0, 9357.0, 9394.0, 9372.0, 9356.0, 9352.0, 9355.0, 9322.0, 9350.0, 9330.0, 9354.0, 9356.0, 9353.0, 9326.0, 9340.0, 9317.0, 9356.0, 9336.0, 9360.0, 9345.0, 9358.0, 9348.0, 9359.0, 9334.0, 9358.0, 9352.0, 9371.0, 9333.0, 9358.0, 9329.0, 9349.0, 9348.0, 9381.0, 9350.0, 9364.0, 9303.0, 9330.0, 9321.0, 9349.0, 9350.0, 9349.0, 9396.0, 9352.0, 9384.0, 9365.0, 9358.0, 9347.0, 9358.0, 9320.0, 9359.0, 9335.0, 9360.0, 9325.0, 9353.0, 9332.0, 9373.0, 9352.0, 9376.0, 9366.0, 9378.0, 9369.0, 9392.0, 9376.0, 9388.0, 9390.0, 9357.0, 9388.0, 9357.0, 9403.0, 9392.0, 9375.0, 9387.0, 9317.0, 9371.0, 9335.0, 9392.0, 9389.0, 9411.0, 9400.0, 9413.0, 9368.0, 9404.0, 9387.0, 9413.0, 9364.0, 9391.0, 9359.0, 9385.0, 9343.0, 9387.0, 9379.0, 9405.0, 9389.0, 9402.0, 9358.0, 9403.0, 9352.0, 9405.0, 9392.0, 9378.0, 9389.0, 9330.0, 9372.0, 9342.0, 9370.0, 9393.0, 9406.0, 9390.0, 9406.0, 9374.0, 9367.0, 9403.0, 9355.0, 9417.0, 9393.0, 9394.0, 9344.0, 9354.0, 9327.0, 9355.0, 9346.0, 9375.0, 9355.0, 9339.0, 9313.0, 9342.0, 9331.0, 9377.0, 9351.0, 9375.0, 9351.0, 9376.0, 9337.0, 9381.0, 9356.0, 9381.0, 9355.0, 9379.0, 9340.0, 9379.0, 9354.0, 9383.0, 9374.0, 9385.0, 9371.0, 9382.0, 9353.0, 9376.0, 9333.0, 9373.0, 9334.0, 9362.0, 9353.0, 9380.0, 9319.0, 9373.0, 9323.0, 9358.0, 9336.0, 9335.0, 9341.0, 9352.0, 9359.0, 9383.0, 9357.0, 9384.0, 9334.0, 9387.0, 9348.0, 9405.0, 9369.0, 9406.0, 9376.0, 9402.0, 9386.0, 9397.0, 9323.0, 9375.0, 9346.0, 9382.0, 9384.0, 9418.0, 9364.0, 9378.0, 9331.0, 9374.0, 9329.0, 9372.0, 9329.0, 9357.0, 9332.0, 9356.0, 9297.0, 9336.0, 9297.0, 9324.0, 9302.0, 9329.0, 9323.0, 9348.0, 9312.0, 9350.0, 9318.0, 9368.0, 9336.0, 9375.0, 9367.0, 9394.0, 9379.0, 9389.0, 9361.0, 9401.0, 9363.0, 9401.0, 9378.0, 9408.0, 9390.0, 9400.0, 9374.0, 9387.0, 9388.0, 9356.0, 9405.0, 9361.0, 9409.0, 9336.0, 9388.0, 9354.0, 9419.0, 9449.0, 9437.0, 9469.0, 9419.0, 9379.0, 9374.0, 9370.0, 9306.0, 9335.0, 9307.0, 9319.0, 9330.0, 9323.0, 9370.0, 9377.0, 9361.0, 9417.0, 9403.0, 9383.0, 9431.0, 9389.0, 9359.0, 9389.0, 9326.0, 9296.0, 9303.0, 9253.0, 9267.0, 9230.0, 9200.0, 9237.0, 9168.0, 9223.0, 9160.0, 9174.0, 9157.0, 9167.0, 9206.0, 9167.0, 9192.0, 9162.0, 9170.0, 9186.0, 9182.0, 9230.0, 9210.0, 9216.0, 9261.0, 9230.0, 9301.0, 9265.0, 9297.0, 9310.0, 9292.0, 9365.0, 9324.0, 9336.0, 9323.0, 9314.0, 9361.0, 9330.0, 9375.0, 9331.0, 9383.0, 9351.0, 9385.0, 9383.0, 9397.0, 9345.0, 9357.0, 9298.0, 9343.0, 9327.0, 9360.0, 9364.0, 9382.0, 9368.0, 9383.0, 9334.0, 9348.0, 9315.0, 9343.0, 9343.0, 9351.0, 9366.0, 9352.0, 9366.0, 9366.0, 9351.0, 9339.0, 9364.0, 9371.0, 9402.0, 9354.0, 9381.0, 9352.0, 9382.0, 9336.0, 9393.0, 9335.0, 9393.0, 9354.0, 9351.0, 9333.0, 9353.0, 9352.0, 9382.0, 9355.0, 9366.0, 9352.0, 9385.0, 9337.0, 9403.0, 9351.0, 9377.0, 9342.0, 9382.0, 9340.0, 9367.0, 9337.0, 9323.0, 9345.0, 9359.0, 9351.0, 9373.0, 9404.0, 9391.0, 9447.0, 9404.0, 9431.0, 9386.0, 9354.0, 9391.0, 9348.0, 9402.0, 9380.0, 9398.0, 9402.0, 9435.0, 9389.0, 9451.0, 9419.0, 9387.0, 9426.0, 9401.0, 9430.0, 9397.0, 9333.0, 9396.0, 9365.0, 9395.0, 9348.0, 9395.0, 9357.0, 9394.0, 9295.0, 9328.0, 9261.0, 9271.0, 9246.0, 9289.0, 9266.0, 9321.0, 9281.0, 9304.0, 9265.0, 9294.0, 9283.0, 9312.0, 9302.0, 9315.0, 9303.0, 9299.0, 9300.0, 9331.0, 9312.0, 9341.0, 9287.0, 9344.0, 9288.0, 9327.0, 9285.0, 9312.0, 9271.0, 9300.0, 9298.0, 9285.0, 9346.0, 9283.0, 9339.0, 9299.0, 9311.0, 9287.0, 9328.0, 9292.0, 9334.0, 9299.0, 9370.0, 9317.0, 9372.0, 9322.0, 9358.0, 9299.0, 9342.0, 9311.0, 9327.0, 9341.0, 9311.0, 9390.0, 9331.0, 9373.0, 9314.0, 9355.0, 9319.0, 9327.0, 9317.0, 9342.0, 9302.0, 9335.0, 9332.0, 9369.0, 9342.0, 9366.0, 9328.0, 9353.0, 9327.0, 9355.0, 9357.0, 9361.0, 9371.0, 9356.0, 9353.0, 9354.0, 9383.0, 9363.0, 9404.0, 9372.0, 9383.0, 9360.0, 9408.0, 9350.0, 9421.0, 9383.0, 9421.0, 9367.0, 9389.0, 9363.0, 9387.0, 9348.0, 9393.0, 9367.0, 9394.0, 9363.0, 9391.0, 9362.0, 9381.0, 9380.0, 9392.0, 9374.0, 9377.0, 9388.0, 9376.0, 9423.0, 9378.0, 9421.0, 9362.0, 9387.0, 9357.0, 9372.0, 9350.0, 9392.0, 9380.0, 9390.0, 9362.0, 9374.0, 9347.0, 9388.0, 9364.0, 9408.0, 9398.0, 9395.0, 9411.0, 9373.0, 9387.0, 9367.0, 9411.0, 9374.0, 9423.0, 9375.0, 9370.0, 9386.0, 9340.0, 9368.0, 9343.0, 9384.0, 9333.0, 9416.0, 9365.0, 9422.0, 9392.0, 9424.0, 9390.0, 9357.0, 9369.0, 9332.0, 9378.0, 9328.0, 9377.0, 9326.0, 9372.0, 9321.0, 9333.0, 9288.0, 9334.0, 9309.0, 9344.0, 9282.0, 9292.0, 9266.0, 9308.0, 9272.0, 9318.0, 9311.0, 9327.0, 9354.0, 9298.0, 9338.0, 9298.0, 9322.0, 9298.0, 9326.0, 9300.0, 9329.0, 9331.0, 9330.0, 9344.0, 9329.0, 9343.0, 9316.0, 9341.0, 9343.0, 9315.0, 9331.0, 9319.0, 9333.0, 9340.0, 9369.0, 9358.0, 9397.0, 9341.0, 9380.0, 9325.0, 9380.0, 9337.0, 9375.0, 9340.0, 9396.0, 9368.0, 9365.0, 9335.0, 9346.0, 9316.0, 9347.0, 9331.0, 9362.0, 9372.0, 9375.0, 9425.0, 9391.0, 9381.0, 9330.0, 9316.0, 9363.0, 9297.0, 9311.0, 9380.0, 9400.0, 9374.0, 9402.0, 9361.0, 9299.0, 9322.0, 9319.0, 9352.0, 9380.0, 9268.0, 9384.0, 9376.0, 9332.0, 9353.0, 9290.0, 9317.0, 9268.0, 9274.0, 9239.0, 9201.0, 9249.0, 9179.0, 9245.0, 9192.0, 9209.0, 9176.0, 9190.0, 9173.0, 9180.0, 9156.0, 9151.0, 9148.0, 9162.0, 9167.0, 9170.0, 9173.0, 9177.0, 9180.0, 9187.0, 9202.0, 9208.0, 9228.0, 9220.0, 9269.0, 9246.0, 9267.0, 9225.0, 9274.0, 9249.0, 9274.0, 9250.0, 9293.0, 9272.0, 9321.0, 9302.0, 9330.0, 9293.0, 9348.0, 9299.0, 9372.0, 9307.0, 9356.0, 9303.0, 9355.0, 9302.0, 9342.0, 9305.0, 9369.0, 9346.0, 9383.0, 9335.0, 9375.0, 9304.0, 9359.0, 9310.0, 9365.0, 9326.0, 9368.0, 9342.0, 9403.0, 9355.0, 9384.0, 9345.0, 9385.0, 9339.0, 9387.0, 9324.0, 9367.0, 9322.0, 9351.0, 9326.0, 9388.0, 9361.0, 9403.0, 9360.0, 9368.0, 9327.0, 9383.0, 9344.0, 9391.0, 9379.0, 9389.0, 9376.0, 9373.0, 9356.0, 9384.0, 9361.0, 9410.0, 9376.0, 9353.0, 9350.0, 9349.0, 9332.0, 9362.0, 9341.0, 9370.0, 9364.0, 9329.0, 9343.0, 9341.0, 9325.0, 9359.0, 9332.0, 9378.0, 9327.0, 9320.0, 9293.0, 9322.0, 9294.0, 9335.0, 9312.0, 9388.0, 9312.0, 9337.0, 9294.0, 9335.0, 9294.0, 9318.0, 9297.0, 9338.0, 9314.0, 9336.0, 9295.0, 9336.0, 9292.0, 9322.0, 9354.0, 9333.0, 9358.0, 9327.0, 9325.0, 9322.0, 9339.0, 9326.0, 9356.0, 9330.0, 9392.0, 9354.0, 9392.0, 9334.0, 9374.0, 9331.0, 9371.0, 9335.0, 9377.0, 9338.0, 9361.0, 9333.0, 9375.0, 9339.0, 9376.0, 9340.0, 9380.0, 9354.0, 9363.0, 9319.0, 9360.0, 9323.0, 9363.0, 9339.0, 9367.0, 9360.0, 9389.0, 9342.0, 9369.0, 9352.0, 9353.0, 9369.0, 9341.0, 9385.0, 9343.0, 9383.0, 9338.0, 9347.0, 9322.0, 9363.0, 9324.0, 9380.0, 9348.0, 9401.0, 9361.0, 9372.0, 9358.0, 9326.0, 9355.0, 9371.0, 9360.0, 9384.0, 9440.0, 9413.0, 9476.0, 9418.0, 9391.0, 9393.0, 9356.0, 9336.0, 9313.0, 9266.0, 9358.0, 9329.0, 9263.0, 9381.0, 9365.0, 9382.0, 9428.0, 9368.0, 9443.0, 9534.0, 9519.0, 9563.0, 9436.0, 9393.0, 9381.0, 9300.0, 9337.0, 9301.0, 9256.0, 9323.0, 9273.0, 9270.0, 9287.0, 9275.0, 9287.0, 9288.0, 9271.0, 9300.0, 9272.0, 9301.0, 9290.0, 9300.0, 9285.0, 9269.0, 9283.0, 9273.0, 9290.0, 9281.0, 9308.0, 9282.0, 9295.0, 9303.0, 9306.0, 9312.0, 9297.0, 9282.0, 9294.0, 9367.0, 9325.0, 9352.0, 9312.0, 9353.0, 9332.0, 9345.0, 9410.0, 9349.0, 9391.0, 9329.0, 9372.0, 9329.0, 9372.0, 9345.0, 9376.0, 9314.0, 9367.0, 9311.0, 9364.0, 9310.0, 9367.0, 9328.0, 9370.0, 9346.0, 9306.0, 9305.0, 9293.0, 9337.0, 9302.0, 9374.0, 9348.0, 9348.0, 9332.0, 9303.0, 9330.0, 9329.0, 9346.0, 9346.0, 9362.0, 9347.0, 9346.0, 9392.0, 9324.0, 9367.0, 9312.0, 9369.0, 9326.0, 9334.0, 9306.0, 9288.0, 9290.0, 9319.0, 9296.0, 9354.0, 9331.0, 9344.0, 9356.0, 9378.0, 9404.0, 9355.0, 9368.0, 9337.0, 9395.0, 9335.0, 9393.0, 9327.0, 9344.0, 9329.0, 9277.0, 9413.0, 9348.0, 9357.0, 9313.0, 9354.0, 9344.0, 9364.0, 9399.0, 9367.0, 9381.0, 9315.0, 9344.0, 9313.0, 9325.0, 9306.0, 9333.0, 9304.0, 9371.0, 9337.0, 9316.0, 9168.0, 9256.0, 9238.0, 9235.0, 9312.0, 9243.0, 9302.0, 9304.0, 9308.0, 9335.0, 9307.0, 9330.0, 9315.0, 9316.0, 9366.0, 9313.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.007155399209486166</td></tr>
<tr><td colspan=3>aqi</td><td>0.08522328110671937</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.8524371822389</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1939308126740509</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0660231283860775</td></tr>
<tr><td colspan=3>efc</td><td>0.5193</td></tr>
<tr><td colspan=3>fber</td><td>3669.7856</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11427260984412024</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.067193675889328</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.580835353454546</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.449064123427943</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7044493900663564</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.588992546869339</td></tr>
<tr><td colspan=3>gcor</td><td>0.0183146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0018158400198444724</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02216842584311962</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.423922416845227</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>12.2691</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5712</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.8397</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292361.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>1129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.6081</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0097</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.917</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3398.2269</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1533.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.0599</td></tr>
<tr><td colspan=3>tsnr</td><td>22.703879673266783</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>