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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:39:17.465000</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.999751, 0.0197226, -0.0104033, -0.0195454, 0.999667, 0.0168717]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111956</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>[4166, -7716, -7217, 596, -20, -27, 88, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>291.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0a256905-3ae7-4fb9-aa1e-a63f819f5bbd||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.6822597980499268, -0.05243874341249466, -0.028977971524000168, 115.54832458496094], [-0.05291425809264183, 2.682032346725464, 0.044993385672569275, -90.90840911865234], [-0.02791128121316433, -0.045265667140483856, 2.699469566345215, -47.148433685302734], [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': ['193917.465000', '193917.925000', '193918.385000', '193918.845000', '193919.305000', '193919.765000', '193920.225000', '193920.685000', '193921.145000', '193921.605000', '193922.065000', '193922.525000', '193922.985000', '193923.445000', '193923.905000', '193924.365000', '193924.825000', '193925.285000', '193925.745000', '193926.205000', '193926.665000', '193927.125000', '193927.585000', '193928.045000', '193928.505000', '193928.965000', '193929.425000', '193929.885000', '193930.345000', '193930.805000', '193931.265000', '193931.725000', '193932.185000', '193932.645000', '193933.105000', '193933.565000', '193934.025000', '193934.485000', '193934.945000', '193935.405000', '193935.865000', '193936.325000', '193936.785000', '193937.245000', '193937.705000', '193938.165000', '193938.625000', '193939.085000', '193939.545000', '193940.005000', '193940.465000', '193940.925000', '193941.385000', '193941.845000', '193942.305000', '193942.765000', '193943.225000', '193943.685000', '193944.145000', '193944.605000', '193945.065000', '193945.525000', '193945.985000', '193946.445000', '193946.905000', '193947.365000', '193947.825000', '193948.285000', '193948.745000', '193949.205000', '193949.665000', '193950.125000', '193950.585000', '193951.045000', '193951.505000', '193951.965000', '193952.425000', '193952.885000', '193953.345000', '193953.805000', '193954.265000', '193954.725000', '193955.185000', '193955.645000', '193956.105000', '193956.565000', '193957.025000', '193957.485000', '193957.945000', '193958.405000', '193958.865000', '193959.325000', '193959.785000', '194000.245000', '194000.705000', '194001.165000', '194001.625000', '194002.085000', '194002.545000', '194003.005000', '194003.465000', '194003.925000', '194004.385000', '194004.845000', '194005.305000', '194005.765000', '194006.225000', '194006.685000', '194007.145000', '194007.605000', '194008.065000', '194008.525000', '194008.985000', '194009.445000', '194009.905000', '194010.365000', '194010.825000', '194011.285000', '194011.745000', '194012.205000', '194012.665000', '194013.125000', '194013.585000', '194014.045000', '194014.505000', '194014.965000', '194015.425000', '194015.885000', '194016.345000', '194016.805000', '194017.265000', '194017.725000', '194018.185000', '194018.645000', '194019.105000', '194019.565000', '194020.025000', '194020.485000', '194020.945000', '194021.405000', '194021.865000', '194022.325000', '194022.785000', '194023.245000', '194023.705000', '194024.165000', '194024.625000', '194025.085000', '194025.545000', '194026.005000', '194026.465000', '194026.925000', '194027.385000', '194027.845000', '194028.305000', '194028.765000', '194029.225000', '194029.685000', '194030.145000', '194030.605000', '194031.065000', '194031.525000', '194031.985000', '194032.445000', '194032.905000', '194033.365000', '194033.825000', '194034.285000', '194034.745000', '194035.205000', '194035.665000', '194036.125000', '194036.585000', '194037.045000', '194037.505000', '194037.965000', '194038.425000', '194038.885000', '194039.345000', '194039.805000', '194040.265000', '194040.725000', '194041.185000', '194041.645000', '194042.105000', '194042.565000', '194043.025000', '194043.485000', '194043.945000', '194044.405000', '194044.865000', '194045.325000', '194045.785000', '194046.245000', '194046.705000', '194047.165000', '194047.625000', '194048.085000', '194048.545000', '194049.005000', '194049.465000', '194049.925000', '194050.385000', '194050.845000', '194051.305000', '194051.765000', '194052.225000', '194052.685000', '194053.145000', '194053.605000', '194054.065000', '194054.525000', '194054.985000', '194055.445000', '194055.905000', '194056.365000', '194056.825000', '194057.285000', '194057.745000', '194058.205000', '194058.665000', '194059.125000', '194059.585000', '194100.045000', '194100.505000', '194100.965000', '194101.425000', '194101.885000', '194102.345000', '194102.805000', '194103.265000', '194103.725000', '194104.185000', '194104.645000', '194105.105000', '194105.565000', '194106.025000', '194106.485000', '194106.945000', '194107.405000', '194107.865000', '194108.325000', '194108.785000', '194109.245000', '194109.705000', '194110.165000', '194110.625000', '194111.085000', '194111.545000', '194112.005000', '194112.465000', '194112.925000', '194113.385000', '194113.845000', '194114.305000', '194114.765000', '194115.225000', '194115.685000', '194116.145000', '194116.605000', '194117.065000', '194117.525000', '194117.985000', '194118.445000', '194118.905000', '194119.365000', '194119.825000', '194120.285000', '194120.745000', '194121.205000', '194121.665000', '194122.125000', '194122.585000', '194123.045000', '194123.505000', '194123.965000', '194124.425000', '194124.885000', '194125.345000', '194125.805000', '194126.265000', '194126.725000', '194127.185000', '194127.645000', '194128.105000', '194128.565000', '194129.025000', '194129.485000', '194129.945000', '194130.405000', '194130.865000', '194131.325000', '194131.785000', '194132.245000', '194132.705000', '194133.165000', '194133.625000', '194134.085000', '194134.545000', '194135.005000', '194135.465000', '194135.925000', '194136.385000', '194136.845000', '194137.305000', '194137.765000', '194138.225000', '194138.685000', '194139.145000', '194139.605000', '194140.065000', '194140.525000', '194140.985000', '194141.445000', '194141.905000', '194142.365000', '194142.825000', '194143.285000', '194143.745000', '194144.205000', '194144.665000', '194145.125000', '194145.585000', '194146.045000', '194146.505000', '194146.965000', '194147.425000', '194147.885000', '194148.345000', '194148.805000', '194149.265000', '194149.725000', '194150.185000', '194150.645000', '194151.105000', '194151.565000', '194152.025000', '194152.485000', '194152.945000', '194153.405000', '194153.865000', '194154.325000', '194154.785000', '194155.245000', '194155.705000', '194156.165000', '194156.625000', '194157.085000', '194157.545000', '194158.005000', '194158.465000', '194158.925000', '194159.385000', '194159.845000', '194200.305000', '194200.765000', '194201.225000', '194201.685000', '194202.145000', '194202.605000', '194203.065000', '194203.525000', '194203.985000', '194204.445000', '194204.905000', '194205.365000', '194205.825000', '194206.285000', '194206.745000', '194207.205000', '194207.665000', '194208.125000', '194208.585000', '194209.045000', '194209.505000', '194209.965000', '194210.425000', '194210.885000', '194211.345000', '194211.805000', '194212.265000', '194212.725000', '194213.185000', '194213.645000', '194214.105000', '194214.565000', '194215.025000', '194215.485000', '194215.945000', '194216.405000', '194216.865000', '194217.325000', '194217.785000', '194218.245000', '194218.705000', '194219.165000', '194219.625000', '194220.085000', '194220.545000', '194221.005000', '194221.465000', '194221.925000', '194222.385000', '194222.845000', '194223.305000', '194223.765000', '194224.225000', '194224.685000', '194225.145000', '194225.605000', '194226.065000', '194226.525000', '194226.985000', '194227.445000', '194227.905000', '194228.365000', '194228.825000', '194229.285000', '194229.745000', '194230.205000', '194230.665000', '194231.125000', '194231.585000', '194232.045000', '194232.505000', '194232.965000', '194233.425000', '194233.885000', '194234.345000', '194234.805000', '194235.265000', '194235.725000', '194236.185000', '194236.645000', '194237.105000', '194237.565000', '194238.025000', '194238.485000', '194238.945000', '194239.405000', '194239.865000', '194240.325000', '194240.785000', '194241.245000', '194241.705000', '194242.165000', '194242.625000', '194243.085000', '194243.545000', '194244.005000', '194244.465000', '194244.925000', '194245.385000', '194245.845000', '194246.305000', '194246.765000', '194247.225000', '194247.685000', '194248.145000', '194248.605000', '194249.065000', '194249.525000', '194249.985000', '194250.445000', '194250.905000', '194251.365000', '194251.825000', '194252.285000', '194252.745000', '194253.205000', '194253.665000', '194254.125000', '194254.585000', '194255.045000', '194255.505000', '194255.965000', '194256.425000', '194256.885000', '194257.345000', '194257.805000', '194258.265000', '194258.725000', '194259.185000', '194259.645000', '194300.105000', '194300.565000', '194301.025000', '194301.485000', '194301.945000', '194302.405000', '194302.865000', '194303.325000', '194303.785000', '194304.245000', '194304.705000', '194305.165000', '194305.625000', '194306.085000', '194306.545000', '194307.005000', '194307.465000', '194307.925000', '194308.385000', '194308.845000', '194309.305000', '194309.765000', '194310.225000', '194310.685000', '194311.145000', '194311.605000', '194312.065000', '194312.525000', '194312.985000', '194313.445000', '194313.905000', '194314.365000', '194314.825000', '194315.285000', '194315.745000', '194316.205000', '194316.665000', '194317.125000', '194317.585000', '194318.045000', '194318.505000', '194318.965000', '194319.425000', '194319.885000', '194320.345000', '194320.805000', '194321.265000', '194321.725000', '194322.185000', '194322.645000', '194323.105000', '194323.565000', '194324.025000', '194324.485000', '194324.945000', '194325.405000', '194325.865000', '194326.325000', '194326.785000', '194327.245000', '194327.705000', '194328.165000', '194328.625000', '194329.085000', '194329.545000', '194330.005000', '194330.465000', '194330.925000', '194331.385000', '194331.845000', '194332.305000', '194332.765000', '194333.225000', '194333.685000', '194334.145000', '194334.605000', '194335.065000', '194335.525000', '194335.985000', '194336.445000', '194336.905000', '194337.365000', '194337.825000', '194338.285000', '194338.745000', '194339.205000', '194339.665000', '194340.125000', '194340.585000', '194341.045000', '194341.505000', '194341.965000', '194342.425000', '194342.885000', '194343.345000', '194343.805000', '194344.265000', '194344.725000', '194345.185000', '194345.645000', '194346.105000', '194346.565000', '194347.025000', '194347.485000', '194347.945000', '194348.405000', '194348.865000', '194349.325000', '194349.785000', '194350.245000', '194350.705000', '194351.165000', '194351.625000', '194352.085000', '194352.545000', '194353.005000', '194353.465000', '194353.925000', '194354.385000', '194354.845000', '194355.305000', '194355.765000', '194356.225000', '194356.685000', '194357.145000', '194357.605000', '194358.065000', '194358.525000', '194358.985000', '194359.445000', '194359.905000', '194400.365000', '194400.825000', '194401.285000', '194401.745000', '194402.205000', '194402.665000', '194403.125000', '194403.585000', '194404.045000', '194404.505000', '194404.965000', '194405.425000', '194405.885000', '194406.345000', '194406.805000', '194407.265000', '194407.725000', '194408.185000', '194408.645000', '194409.105000', '194409.565000', '194410.025000', '194410.485000', '194410.945000', '194411.405000', '194411.865000', '194412.325000', '194412.785000', '194413.245000', '194413.705000', '194414.165000', '194414.625000', '194415.085000', '194415.545000', '194416.005000', '194416.465000', '194416.925000', '194417.385000', '194417.845000', '194418.305000', '194418.765000', '194419.225000', '194419.685000', '194420.145000', '194420.605000', '194421.065000', '194421.525000', '194421.985000', '194422.445000', '194422.905000', '194423.365000', '194423.825000', '194424.285000', '194424.745000', '194425.205000', '194425.665000', '194426.125000', '194426.585000', '194427.045000', '194427.505000', '194427.965000', '194428.425000', '194428.885000', '194429.345000', '194429.805000', '194430.265000', '194430.725000', '194431.185000', '194431.645000', '194432.105000', '194432.565000', '194433.025000', '194433.485000', '194433.945000', '194434.405000', '194434.865000', '194435.325000', '194435.785000', '194436.245000', '194436.705000', '194437.165000', '194437.625000', '194438.085000', '194438.545000', '194439.005000', '194439.465000', '194439.925000', '194440.385000', '194440.845000', '194441.305000', '194441.765000', '194442.225000', '194442.685000', '194443.145000', '194443.605000', '194444.065000', '194444.525000', '194444.985000', '194445.445000', '194445.905000', '194446.365000', '194446.825000', '194447.285000', '194447.745000', '194448.205000', '194448.665000', '194449.125000', '194449.585000', '194450.045000', '194450.505000', '194450.965000', '194451.425000', '194451.885000', '194452.345000', '194452.805000', '194453.265000', '194453.725000', '194454.185000', '194454.645000', '194455.105000', '194455.565000', '194456.025000', '194456.485000', '194456.945000', '194457.405000', '194457.865000', '194458.325000', '194458.785000', '194459.245000', '194459.705000', '194500.165000', '194500.625000', '194501.085000', '194501.545000', '194502.005000', '194502.465000', '194502.925000', '194503.385000', '194503.845000', '194504.305000', '194504.765000', '194505.225000', '194505.685000', '194506.145000', '194506.605000', '194507.065000', '194507.525000', '194507.985000', '194508.445000', '194508.905000', '194509.365000', '194509.825000', '194510.285000', '194510.745000', '194511.205000', '194511.665000', '194512.125000', '194512.585000', '194513.045000', '194513.505000', '194513.965000', '194514.425000', '194514.885000', '194515.345000', '194515.805000', '194516.265000', '194516.725000', '194517.185000', '194517.645000', '194518.105000', '194518.565000', '194519.025000', '194519.485000', '194519.945000', '194520.405000', '194520.865000', '194521.325000', '194521.785000', '194522.245000', '194522.705000', '194523.165000', '194523.625000', '194524.085000', '194524.545000', '194525.005000', '194525.465000', '194525.925000', '194526.385000', '194526.845000', '194527.305000', '194527.765000', '194528.225000', '194528.685000', '194529.145000', '194529.605000', '194530.065000', '194530.525000', '194530.985000', '194531.445000', '194531.905000', '194532.365000', '194532.825000', '194533.285000', '194533.745000', '194534.205000', '194534.665000', '194535.125000', '194535.585000', '194536.045000', '194536.505000', '194536.965000', '194537.425000', '194537.885000', '194538.345000', '194538.805000', '194539.265000', '194539.725000', '194540.185000', '194540.645000', '194541.105000', '194541.565000', '194542.025000', '194542.485000', '194542.945000', '194543.405000', '194543.865000', '194544.325000', '194544.785000', '194545.245000', '194545.705000', '194546.165000', '194546.625000', '194547.085000', '194547.545000', '194548.005000', '194548.465000', '194548.925000', '194549.385000', '194549.845000', '194550.305000', '194550.765000', '194551.225000', '194551.685000', '194552.145000', '194552.605000', '194553.065000', '194553.525000', '194553.985000', '194554.445000', '194554.905000', '194555.365000', '194555.825000', '194556.285000', '194556.745000', '194557.205000', '194557.665000', '194558.125000', '194558.585000', '194559.045000', '194559.505000', '194559.965000', '194600.425000', '194600.885000', '194601.345000', '194601.805000', '194602.265000', '194602.725000', '194603.185000', '194603.645000', '194604.105000', '194604.565000', '194605.025000', '194605.485000', '194605.945000', '194606.405000', '194606.865000', '194607.325000', '194607.785000', '194608.245000', '194608.705000', '194609.165000', '194609.625000', '194610.085000', '194610.545000', '194611.005000', '194611.465000', '194611.925000', '194612.385000', '194612.845000', '194613.305000', '194613.765000', '194614.225000', '194614.685000', '194615.145000', '194615.605000', '194616.065000', '194616.525000', '194616.985000', '194617.445000', '194617.905000', '194618.365000', '194618.825000', '194619.285000', '194619.745000', '194620.205000', '194620.665000', '194621.125000', '194621.585000', '194622.045000', '194622.505000', '194622.965000', '194623.425000', '194623.885000', '194624.345000', '194624.805000', '194625.265000', '194625.725000', '194626.185000', '194626.645000', '194627.105000', '194627.565000', '194628.025000', '194628.485000', '194628.945000', '194629.405000', '194629.865000', '194630.325000', '194630.785000', '194631.245000', '194631.705000', '194632.165000', '194632.625000', '194633.085000', '194633.545000', '194634.005000', '194634.465000', '194634.925000', '194635.385000', '194635.845000', '194636.305000', '194636.765000', '194637.225000', '194637.685000', '194638.145000', '194638.605000', '194639.065000', '194639.525000', '194639.985000', '194640.445000', '194640.905000', '194641.365000', '194641.825000', '194642.285000', '194642.745000', '194643.205000', '194643.665000', '194644.125000', '194644.585000', '194645.045000', '194645.505000', '194645.965000', '194646.425000', '194646.885000', '194647.345000', '194647.805000', '194648.265000', '194648.725000', '194649.185000', '194649.645000', '194650.105000', '194650.565000', '194651.025000', '194651.485000', '194651.945000', '194652.405000', '194652.865000', '194653.325000', '194653.785000', '194654.245000', '194654.705000', '194655.165000', '194655.625000', '194656.085000', '194656.545000', '194657.005000', '194657.465000', '194657.925000', '194658.385000', '194658.845000', '194659.305000', '194659.765000', '194700.225000', '194700.685000', '194701.145000', '194701.605000', '194702.065000', '194702.525000', '194702.985000', '194703.445000', '194703.905000', '194704.365000', '194704.825000', '194705.285000', '194705.745000', '194706.205000', '194706.665000', '194707.125000', '194707.585000', '194708.045000', '194708.505000', '194708.965000', '194709.425000', '194709.885000', '194710.345000', '194710.805000', '194711.265000', '194711.725000', '194712.185000', '194712.645000', '194713.105000', '194713.565000', '194714.025000', '194714.485000', '194714.945000', '194715.405000', '194715.865000', '194716.325000', '194716.785000', '194717.245000', '194717.705000', '194718.165000', '194718.625000', '194719.085000', '194719.545000', '194720.005000', '194720.465000', '194720.925000', '194721.385000', '194721.845000', '194722.305000', '194722.765000', '194723.225000', '194723.685000', '194724.145000', '194724.605000', '194725.065000', '194725.525000', '194725.985000', '194726.445000', '194726.905000', '194727.365000', '194727.825000', '194728.285000', '194728.745000', '194729.205000', '194729.665000', '194730.125000', '194730.585000', '194731.045000', '194731.505000', '194731.965000', '194732.425000', '194732.885000', '194733.345000', '194733.805000', '194734.265000', '194734.725000', '194735.185000', '194735.645000', '194736.105000', '194736.565000', '194737.025000', '194737.485000', '194737.945000', '194738.405000', '194738.865000', '194739.325000', '194739.785000', '194740.245000', '194740.705000', '194741.165000', '194741.625000', '194742.085000', '194742.545000', '194743.005000', '194743.465000', '194743.925000', '194744.385000', '194744.845000', '194745.305000', '194745.765000', '194746.225000', '194746.685000', '194747.145000', '194747.605000', '194748.065000', '194748.525000', '194748.985000', '194749.445000', '194749.905000', '194750.365000', '194750.825000', '194751.285000', '194751.745000', '194752.205000', '194752.665000', '194753.125000', '194753.585000', '194754.045000', '194754.505000', '194754.965000', '194755.425000', '194755.885000', '194756.345000', '194756.805000', '194757.265000', '194757.725000', '194758.185000', '194758.645000', '194759.105000', '194759.565000', '194800.025000', '194800.485000', '194800.945000', '194801.405000', '194801.865000', '194802.325000', '194802.785000', '194803.245000', '194803.705000', '194804.165000', '194804.625000', '194805.085000', '194805.545000', '194806.005000', '194806.465000', '194806.925000', '194807.385000', '194807.845000', '194808.305000', '194808.765000', '194809.225000', '194809.685000', '194810.145000', '194810.605000', '194811.065000', '194811.525000', '194811.985000', '194812.445000', '194812.905000', '194813.365000', '194813.825000', '194814.285000', '194814.745000', '194815.205000', '194815.665000', '194816.125000', '194816.585000', '194817.045000', '194817.505000', '194817.965000', '194818.425000', '194818.885000', '194819.345000', '194819.805000', '194820.265000', '194820.725000', '194821.185000', '194821.645000', '194822.105000', '194822.565000', '194823.025000', '194823.485000', '194823.945000', '194824.405000', '194824.865000', '194825.325000', '194825.785000', '194826.245000', '194826.705000', '194827.165000', '194827.625000', '194828.085000', '194828.545000', '194829.005000', '194829.465000', '194829.925000', '194830.385000', '194830.845000', '194831.305000', '194831.765000', '194832.225000', '194832.685000', '194833.145000', '194833.605000', '194834.065000', '194834.525000', '194834.985000', '194835.445000', '194835.905000', '194836.365000', '194836.825000', '194837.285000', '194837.745000', '194838.205000', '194838.665000', '194839.125000', '194839.585000', '194840.045000', '194840.505000', '194840.965000', '194841.425000', '194841.885000', '194842.345000', '194842.805000', '194843.265000', '194843.725000', '194844.185000', '194844.645000', '194845.105000', '194845.565000', '194846.025000', '194846.485000', '194846.945000', '194847.405000', '194847.865000', '194848.325000', '194848.785000', '194849.245000', '194849.705000', '194850.165000', '194850.625000', '194851.085000', '194851.545000', '194852.005000', '194852.465000', '194852.925000', '194853.385000', '194853.845000', '194854.305000', '194854.765000', '194855.225000', '194855.685000', '194856.145000', '194856.605000', '194857.065000', '194857.525000', '194857.985000', '194858.445000', '194858.905000', '194859.365000', '194859.825000', '194900.285000'], 'ContentTime': ['193941.556000', '193941.559000', '193941.562000', '193941.566000', '193941.569000', '193941.571000', '193941.574000', '193941.577000', '193941.579000', '193941.582000', '193941.584000', '193941.587000', '193941.589000', '193941.592000', '193941.595000', '193941.597000', '193941.600000', '193941.602000', '193941.605000', '193941.607000', '193941.610000', '193941.613000', '193941.615000', '193941.618000', '193941.620000', '193941.623000', '193941.625000', '193941.628000', '193941.631000', '193941.633000', '193941.636000', '193941.638000', '193941.643000', '193941.645000', '193941.648000', '193941.650000', '193941.653000', '193941.656000', '193941.658000', '193941.661000', '193941.663000', '193941.666000', '193941.668000', '193941.671000', '193941.673000', '193941.676000', '193941.679000', '193941.681000', '193941.684000', '194001.527000', '194001.529000', '194001.532000', '194001.534000', '194001.537000', '194001.540000', '194001.542000', '194001.545000', '194001.547000', '194001.550000', '194001.553000', '194001.555000', '194001.558000', '194001.560000', '194001.563000', '194001.565000', '194001.568000', '194001.570000', '194001.573000', '194001.575000', '194001.589000', '194001.592000', '194001.594000', '194001.597000', '194001.599000', '194001.602000', '194001.630000', '194001.632000', '194001.635000', '194001.638000', '194001.640000', '194001.643000', '194001.645000', '194001.648000', '194001.651000', '194001.653000', '194001.656000', '194001.658000', '194001.661000', '194001.664000', '194001.666000', '194001.669000', '194001.671000', '194001.674000', '194021.527000', '194021.529000', '194021.532000', '194021.535000', '194021.537000', '194021.540000', '194021.542000', '194021.545000', '194021.548000', '194021.550000', '194021.553000', '194021.555000', '194021.558000', '194021.560000', '194021.563000', '194021.566000', '194021.568000', '194021.571000', '194021.573000', '194021.578000', '194021.580000', '194021.583000', '194021.585000', '194021.588000', '194021.590000', '194021.593000', '194021.596000', '194021.598000', '194021.601000', '194021.603000', '194021.606000', '194021.609000', '194021.611000', '194021.614000', '194021.616000', '194021.619000', '194021.622000', '194021.624000', '194021.627000', '194021.629000', '194021.632000', '194021.634000', '194021.637000', '194041.527000', '194041.529000', '194041.543000', '194041.545000', '194041.548000', '194041.551000', '194041.553000', '194041.557000', '194041.560000', '194041.563000', '194041.565000', '194041.568000', '194041.570000', '194041.573000', '194041.575000', '194041.578000', '194041.581000', '194041.583000', '194041.586000', '194041.588000', '194041.591000', '194041.594000', '194041.596000', '194041.599000', '194041.602000', '194041.604000', '194041.607000', '194041.610000', '194041.612000', '194041.615000', '194041.618000', '194041.620000', '194041.623000', '194041.625000', '194041.628000', '194041.631000', '194041.633000', '194041.636000', '194041.638000', '194041.641000', '194041.643000', '194041.646000', '194041.648000', '194101.527000', '194101.529000', '194101.532000', '194101.535000', '194101.537000', '194101.540000', '194101.543000', '194101.545000', '194101.548000', '194101.550000', '194101.553000', '194101.556000', '194101.558000', '194101.561000', '194101.563000', '194101.566000', '194101.568000', '194101.571000', '194101.574000', '194101.576000', '194101.579000', '194101.582000', '194101.584000', '194101.587000', '194101.589000', '194101.592000', '194101.594000', '194101.597000', '194101.600000', '194101.602000', '194101.605000', '194101.607000', '194101.610000', '194101.613000', '194101.615000', '194101.618000', '194101.620000', '194101.623000', '194101.626000', '194101.628000', '194101.631000', '194101.633000', '194101.636000', '194101.638000', '194121.525000', '194121.528000', '194121.531000', '194121.533000', '194121.536000', '194121.540000', '194121.542000', '194121.545000', '194121.548000', '194121.550000', '194121.553000', '194121.556000', '194121.558000', '194121.561000', '194121.563000', '194121.566000', '194121.568000', '194121.571000', '194121.574000', '194121.576000', '194121.579000', '194121.582000', '194121.584000', '194121.587000', '194121.589000', '194121.592000', '194121.594000', '194121.597000', '194121.600000', '194121.602000', '194121.605000', '194121.608000', '194121.610000', '194121.613000', '194121.616000', '194121.618000', '194121.621000', '194121.624000', '194121.626000', '194121.629000', '194121.631000', '194121.634000', '194121.636000', '194141.526000', '194141.528000', '194141.531000', '194141.534000', '194141.536000', '194141.539000', '194141.541000', '194141.544000', '194141.547000', '194141.549000', '194141.552000', '194141.554000', '194141.557000', '194141.560000', '194141.562000', '194141.565000', '194141.575000', '194141.578000', '194141.580000', '194141.583000', '194141.585000', '194141.588000', '194141.591000', '194141.593000', '194141.596000', '194141.598000', '194141.601000', '194141.604000', '194141.606000', '194141.609000', '194141.611000', '194141.614000', '194141.617000', '194141.619000', '194141.622000', '194141.624000', '194141.627000', '194141.630000', '194141.632000', '194141.635000', '194141.637000', '194141.640000', '194141.642000', '194141.645000', '194201.526000', '194201.529000', '194201.532000', '194201.534000', '194201.537000', '194201.540000', '194201.542000', '194201.545000', '194201.548000', '194201.550000', '194201.553000', '194201.555000', '194201.558000', '194201.561000', '194201.563000', '194201.566000', '194201.569000', '194201.571000', '194201.574000', '194201.576000', '194201.579000', '194201.581000', '194201.584000', '194201.587000', '194201.589000', '194201.592000', '194201.594000', '194201.598000', '194201.601000', '194201.604000', '194201.606000', '194201.609000', '194201.611000', '194201.614000', '194201.617000', '194201.619000', '194201.622000', '194201.624000', '194201.627000', '194201.630000', '194201.632000', '194201.635000', '194201.637000', '194221.527000', '194221.529000', '194221.532000', '194221.535000', '194221.537000', '194221.540000', '194221.542000', '194221.545000', '194221.547000', '194221.550000', '194221.552000', '194221.555000', '194221.558000', '194221.560000', '194221.563000', '194221.565000', '194221.568000', '194221.571000', '194221.573000', '194221.576000', '194221.579000', '194221.581000', '194221.584000', '194221.586000', '194221.589000', '194221.592000', '194221.594000', '194221.597000', '194221.600000', '194221.602000', '194221.605000', '194221.607000', '194221.610000', '194221.613000', '194221.615000', '194221.618000', '194221.620000', '194221.623000', '194221.625000', '194221.628000', '194221.631000', '194221.633000', '194221.636000', '194221.639000', '194241.526000', '194241.529000', '194241.532000', '194241.534000', '194241.537000', '194241.540000', '194241.542000', '194241.545000', '194241.547000', '194241.550000', '194241.553000', '194241.555000', '194241.558000', '194241.560000', '194241.563000', '194241.566000', '194241.568000', '194241.571000', '194241.573000', '194241.576000', '194241.578000', '194241.582000', '194241.585000', '194241.588000', '194241.590000', '194241.593000', '194241.596000', '194241.598000', '194241.601000', '194241.604000', '194241.606000', '194241.609000', '194241.611000', '194241.614000', '194241.616000', '194241.619000', '194241.622000', '194241.624000', '194241.627000', '194241.636000', '194241.638000', '194241.641000', '194241.644000', '194301.527000', '194301.529000', '194301.532000', '194301.535000', '194301.537000', '194301.540000', '194301.542000', '194301.545000', '194301.547000', '194301.550000', '194301.552000', '194301.555000', '194301.558000', '194301.560000', '194301.563000', '194301.565000', '194301.568000', '194301.571000', '194301.573000', '194301.576000', '194301.578000', '194301.581000', '194301.583000', '194301.586000', '194301.589000', '194301.591000', '194301.594000', '194301.596000', '194301.599000', '194301.602000', '194301.604000', '194301.607000', '194301.610000', '194301.612000', '194301.615000', '194301.617000', '194301.620000', '194301.622000', '194301.625000', '194301.628000', '194301.630000', '194301.633000', '194301.635000', '194301.638000', '194321.527000', '194321.529000', '194321.532000', '194321.535000', '194321.537000', '194321.540000', '194321.542000', '194321.545000', '194321.547000', '194321.550000', '194321.552000', '194321.555000', '194321.558000', '194321.560000', '194321.563000', '194321.566000', '194321.568000', '194321.571000', '194321.573000', '194321.576000', '194321.578000', '194321.590000', '194321.593000', '194321.595000', '194321.599000', '194321.602000', '194321.605000', '194321.608000', '194321.610000', '194321.613000', '194321.615000', '194321.618000', '194321.620000', '194321.623000', '194321.626000', '194321.628000', '194321.631000', '194321.633000', '194321.637000', '194321.639000', '194321.642000', '194321.645000', '194321.647000', '194341.526000', '194341.528000', '194341.531000', '194341.534000', '194341.536000', '194341.539000', '194341.541000', '194341.544000', '194341.546000', '194341.549000', '194341.552000', '194341.554000', '194341.557000', '194341.559000', '194341.562000', '194341.565000', '194341.567000', '194341.570000', '194341.572000', '194341.575000', '194341.577000', '194341.580000', '194341.583000', '194341.585000', '194341.588000', '194341.590000', '194341.593000', '194341.596000', '194341.598000', '194341.601000', '194341.604000', '194341.606000', '194341.609000', '194341.612000', '194341.615000', '194341.617000', '194341.620000', '194341.622000', '194341.625000', '194341.627000', '194341.630000', '194341.633000', '194341.635000', '194341.638000', '194401.526000', '194401.529000', '194401.531000', '194401.534000', '194401.536000', '194401.539000', '194401.542000', '194401.544000', '194401.547000', '194401.549000', '194401.552000', '194401.555000', '194401.557000', '194401.560000', '194401.563000', '194401.565000', '194401.568000', '194401.570000', '194401.573000', '194401.576000', '194401.578000', '194401.581000', '194401.583000', '194401.586000', '194401.588000', '194401.591000', '194401.594000', '194401.596000', '194401.599000', '194401.601000', '194401.604000', '194401.606000', '194401.609000', '194401.612000', '194401.614000', '194401.617000', '194401.619000', '194401.622000', '194401.625000', '194401.627000', '194401.630000', '194401.633000', '194401.635000', '194421.527000', '194421.529000', '194421.532000', '194421.535000', '194421.537000', '194421.540000', '194421.542000', '194421.545000', '194421.548000', '194421.550000', '194421.553000', '194421.555000', '194421.558000', '194421.561000', '194421.563000', '194421.566000', '194421.568000', '194421.571000', '194421.573000', '194421.576000', '194421.579000', '194421.581000', '194421.584000', '194421.586000', '194421.589000', '194421.592000', '194421.594000', '194421.597000', '194421.600000', '194421.602000', '194421.605000', '194421.607000', '194421.610000', '194421.612000', '194421.615000', '194421.618000', '194421.620000', '194421.623000', '194421.625000', '194421.628000', '194421.631000', '194421.633000', '194421.636000', '194421.638000', '194441.527000', '194441.529000', '194441.532000', '194441.535000', '194441.537000', '194441.540000', '194441.542000', '194441.545000', '194441.547000', '194441.550000', '194441.553000', '194441.555000', '194441.558000', '194441.560000', '194441.563000', '194441.570000', '194441.573000', '194441.575000', '194441.578000', '194441.580000', '194441.583000', '194441.585000', '194441.605000', '194441.608000', '194441.611000', '194441.613000', '194441.616000', '194441.618000', '194441.621000', '194441.624000', '194441.626000', '194441.629000', '194441.631000', '194441.634000', '194441.637000', '194441.639000', '194441.642000', '194441.644000', '194441.647000', '194441.650000', '194441.652000', '194441.655000', '194441.657000', '194501.526000', '194501.529000', '194501.532000', '194501.534000', '194501.537000', '194501.540000', '194501.542000', '194501.545000', '194501.547000', '194501.550000', '194501.552000', '194501.555000', '194501.558000', '194501.560000', '194501.563000', '194501.565000', '194501.568000', '194501.571000', '194501.573000', '194501.576000', '194501.578000', '194501.581000', '194501.584000', '194501.586000', '194501.589000', '194501.591000', '194501.594000', '194501.597000', '194501.599000', '194501.602000', '194501.604000', '194501.607000', '194501.610000', '194501.612000', '194501.615000', '194501.617000', '194501.620000', '194501.623000', '194501.625000', '194501.628000', '194501.630000', '194501.633000', '194501.636000', '194501.638000', '194521.527000', '194521.529000', '194521.532000', '194521.535000', '194521.537000', '194521.540000', '194521.543000', '194521.545000', '194521.548000', '194521.550000', '194521.553000', '194521.556000', '194521.558000', '194521.561000', '194521.563000', '194521.566000', '194521.568000', '194521.571000', '194521.574000', '194521.576000', '194521.579000', '194521.581000', '194521.584000', '194521.587000', '194521.589000', '194521.592000', '194521.594000', '194521.597000', '194521.600000', '194521.602000', '194521.605000', '194521.607000', '194521.610000', '194521.613000', '194521.615000', '194521.618000', '194521.620000', '194521.623000', '194521.626000', '194521.628000', '194521.631000', '194521.633000', '194521.636000', '194541.526000', '194541.529000', '194541.532000', '194541.535000', '194541.537000', '194541.540000', '194541.543000', '194541.545000', '194541.548000', '194541.550000', '194541.553000', '194541.555000', '194541.558000', '194541.561000', '194541.563000', '194541.566000', '194541.568000', '194541.571000', '194541.573000', '194541.576000', '194541.579000', '194541.581000', '194541.584000', '194541.587000', '194541.589000', '194541.592000', '194541.594000', '194541.597000', '194541.600000', '194541.602000', '194541.605000', '194541.607000', '194541.610000', '194541.613000', '194541.615000', '194541.618000', '194541.621000', '194541.623000', '194541.626000', '194541.629000', '194541.631000', '194541.634000', '194541.637000', '194541.639000', '194601.526000', '194601.528000', '194601.531000', '194601.534000', '194601.536000', '194601.539000', '194601.541000', '194601.544000', '194601.546000', '194601.549000', '194601.551000', '194601.554000', '194601.557000', '194601.559000', '194601.562000', '194601.564000', '194601.567000', '194601.570000', '194601.572000', '194601.575000', '194601.577000', '194601.580000', '194601.583000', '194601.585000', '194601.588000', '194601.590000', '194601.593000', '194601.595000', '194601.598000', '194601.601000', '194601.603000', '194601.606000', '194601.608000', '194601.620000', '194601.623000', '194601.625000', '194601.628000', '194601.631000', '194601.634000', '194601.636000', '194601.639000', '194601.642000', '194601.644000', '194621.526000', '194621.528000', '194621.531000', '194621.534000', '194621.536000', '194621.539000', '194621.541000', '194621.544000', '194621.547000', '194621.549000', '194621.552000', '194621.554000', '194621.557000', '194621.559000', '194621.562000', '194621.565000', '194621.567000', '194621.570000', '194621.572000', '194621.575000', '194621.578000', '194621.580000', '194621.583000', '194621.585000', '194621.588000', '194621.591000', '194621.593000', '194621.596000', '194621.598000', '194621.601000', '194621.604000', '194621.606000', '194621.609000', '194621.611000', '194621.614000', '194621.617000', '194621.620000', '194621.622000', '194621.625000', '194621.627000', '194621.630000', '194621.632000', '194621.635000', '194621.638000', '194641.527000', '194641.530000', '194641.532000', '194641.535000', '194641.538000', '194641.540000', '194641.543000', '194641.545000', '194641.548000', '194641.550000', '194641.553000', '194641.556000', '194641.558000', '194641.561000', '194641.563000', '194641.566000', '194641.569000', '194641.571000', '194641.574000', '194641.577000', '194641.579000', '194641.582000', '194641.584000', '194641.587000', '194641.590000', '194641.592000', '194641.595000', '194641.597000', '194641.600000', '194641.603000', '194641.605000', '194641.608000', '194641.610000', '194641.613000', '194641.615000', '194641.618000', '194641.620000', '194641.623000', '194641.626000', '194641.628000', '194641.631000', '194641.633000', '194641.636000', '194701.527000', '194701.530000', '194701.532000', '194701.535000', '194701.537000', '194701.540000', '194701.543000', '194701.545000', '194701.548000', '194701.550000', '194701.553000', '194701.556000', '194701.558000', '194701.561000', '194701.564000', '194701.567000', '194701.570000', '194701.572000', '194701.575000', '194701.578000', '194701.580000', '194701.583000', '194701.586000', '194701.588000', '194701.591000', '194701.593000', '194701.596000', '194701.599000', '194701.601000', '194701.604000', '194701.606000', '194701.609000', '194701.612000', '194701.614000', '194701.617000', '194701.620000', '194701.622000', '194701.625000', '194701.627000', '194701.630000', '194701.633000', '194701.635000', '194701.638000', '194721.526000', '194721.529000', '194721.532000', '194721.535000', '194721.537000', '194721.540000', '194721.542000', '194721.545000', '194721.548000', '194721.550000', '194721.553000', '194721.555000', '194721.558000', '194721.560000', '194721.563000', '194721.566000', '194721.568000', '194721.571000', '194721.573000', '194721.576000', '194721.579000', '194721.581000', '194721.584000', '194721.586000', '194721.589000', '194721.591000', '194721.594000', '194721.596000', '194721.599000', '194721.602000', '194721.604000', '194721.621000', '194721.623000', '194721.626000', '194721.628000', '194721.631000', '194721.633000', '194721.636000', '194721.639000', '194721.641000', '194721.644000', '194721.647000', '194721.649000', '194721.652000', '194741.527000', '194741.529000', '194741.532000', '194741.535000', '194741.537000', '194741.540000', '194741.542000', '194741.545000', '194741.548000', '194741.550000', '194741.553000', '194741.555000', '194741.558000', '194741.560000', '194741.563000', '194741.566000', '194741.568000', '194741.571000', '194741.574000', '194741.576000', '194741.579000', '194741.582000', '194741.584000', '194741.587000', '194741.590000', '194741.592000', '194741.595000', '194741.597000', '194741.600000', '194741.603000', '194741.605000', '194741.608000', '194741.610000', '194741.613000', '194741.616000', '194741.618000', '194741.621000', '194741.623000', '194741.626000', '194741.628000', '194741.631000', '194741.634000', '194741.636000', '194801.527000', '194801.529000', '194801.532000', '194801.535000', '194801.537000', '194801.540000', '194801.542000', '194801.545000', '194801.547000', '194801.550000', '194801.552000', '194801.555000', '194801.558000', '194801.560000', '194801.563000', '194801.565000', '194801.568000', '194801.571000', '194801.573000', '194801.576000', '194801.579000', '194801.581000', '194801.584000', '194801.586000', '194801.589000', '194801.592000', '194801.594000', '194801.597000', '194801.599000', '194801.602000', '194801.605000', '194801.607000', '194801.610000', '194801.612000', '194801.615000', '194801.617000', '194801.620000', '194801.623000', '194801.625000', '194801.628000', '194801.630000', '194801.633000', '194801.635000', '194801.638000', '194821.526000', '194821.529000', '194821.531000', '194821.534000', '194821.537000', '194821.539000', '194821.542000', '194821.544000', '194821.547000', '194821.550000', '194821.552000', '194821.555000', '194821.558000', '194821.561000', '194821.563000', '194821.566000', '194821.569000', '194821.571000', '194821.574000', '194821.577000', '194821.579000', '194821.582000', '194821.584000', '194821.587000', '194821.589000', '194821.592000', '194821.595000', '194821.597000', '194821.600000', '194821.603000', '194821.605000', '194821.608000', '194821.611000', '194821.613000', '194821.616000', '194821.619000', '194821.621000', '194821.624000', '194821.626000', '194821.629000', '194821.632000', '194821.634000', '194821.637000', '194841.525000', '194841.528000', '194841.531000', '194841.533000', '194841.536000', '194841.538000', '194841.541000', '194841.544000', '194841.546000', '194841.549000', '194841.551000', '194841.554000', '194841.556000', '194841.559000', '194841.562000', '194841.564000', '194841.567000', '194841.569000', '194841.572000', '194841.575000', '194841.577000', '194841.580000', '194841.582000', '194841.585000', '194841.588000', '194841.590000', '194841.593000', '194841.604000', '194841.607000', '194841.610000', '194841.612000', '194841.615000', '194841.617000', '194841.620000', '194841.622000', '194841.625000', '194841.628000', '194841.630000', '194841.633000', '194841.635000', '194841.638000', '194841.641000', '194841.643000', '194841.646000', '194901.527000', '194901.530000', '194901.532000', '194901.535000', '194901.537000', '194901.540000', '194901.543000', '194901.545000', '194901.548000', '194901.550000', '194901.553000', '194901.556000', '194901.558000', '194901.561000', '194901.563000', '194901.566000', '194901.569000', '194901.571000', '194901.574000', '194901.577000', '194901.579000', '194901.582000', '194901.585000', '194901.587000', '194901.590000', '194901.593000', '194901.596000', '194901.599000', '194901.601000', '194901.606000', '194901.609000', '194901.611000', '194901.614000', '194901.616000', '194901.619000', '194901.622000', '194901.624000', '194901.627000', '194901.629000', '194901.632000', '194901.635000', '194901.638000', '194901.641000', '194901.985000', '194901.988000'], 'InstanceCreationTime': ['193941.556000', '193941.559000', '193941.562000', '193941.566000', '193941.569000', '193941.571000', '193941.574000', '193941.577000', '193941.579000', '193941.582000', '193941.584000', '193941.587000', '193941.589000', '193941.592000', '193941.595000', '193941.597000', '193941.600000', '193941.602000', '193941.605000', '193941.607000', '193941.610000', '193941.613000', '193941.615000', '193941.618000', '193941.620000', '193941.623000', '193941.625000', '193941.628000', '193941.631000', '193941.633000', '193941.636000', '193941.638000', '193941.643000', '193941.645000', '193941.648000', '193941.650000', '193941.653000', '193941.656000', '193941.658000', '193941.661000', '193941.663000', '193941.666000', '193941.668000', '193941.671000', '193941.673000', '193941.676000', '193941.679000', '193941.681000', '193941.684000', '194001.527000', '194001.529000', '194001.532000', '194001.534000', '194001.537000', '194001.540000', '194001.542000', '194001.545000', '194001.547000', '194001.550000', '194001.553000', '194001.555000', '194001.558000', '194001.560000', '194001.563000', '194001.565000', '194001.568000', '194001.570000', '194001.573000', '194001.575000', '194001.589000', '194001.592000', '194001.594000', '194001.597000', '194001.599000', '194001.602000', '194001.630000', '194001.632000', '194001.635000', '194001.638000', '194001.640000', '194001.643000', '194001.645000', '194001.648000', '194001.651000', '194001.653000', '194001.656000', '194001.658000', '194001.661000', '194001.664000', '194001.666000', '194001.669000', '194001.671000', '194001.674000', '194021.527000', '194021.529000', '194021.532000', '194021.535000', '194021.537000', '194021.540000', '194021.542000', '194021.545000', '194021.548000', '194021.550000', '194021.553000', '194021.555000', '194021.558000', '194021.560000', '194021.563000', '194021.566000', '194021.568000', '194021.571000', '194021.573000', '194021.578000', '194021.580000', '194021.583000', '194021.585000', '194021.588000', '194021.590000', '194021.593000', '194021.596000', '194021.598000', '194021.601000', '194021.603000', '194021.606000', '194021.609000', '194021.611000', '194021.614000', '194021.616000', '194021.619000', '194021.622000', '194021.624000', '194021.627000', '194021.629000', '194021.632000', '194021.634000', '194021.637000', '194041.527000', '194041.529000', '194041.543000', '194041.545000', '194041.548000', '194041.551000', '194041.553000', '194041.557000', '194041.560000', '194041.563000', '194041.565000', '194041.568000', '194041.570000', '194041.573000', '194041.575000', '194041.578000', '194041.581000', '194041.583000', '194041.586000', '194041.588000', '194041.591000', '194041.594000', '194041.596000', '194041.599000', '194041.602000', '194041.604000', '194041.607000', '194041.610000', '194041.612000', '194041.615000', '194041.618000', '194041.620000', '194041.623000', '194041.625000', '194041.628000', '194041.631000', '194041.633000', '194041.636000', '194041.638000', '194041.641000', '194041.643000', '194041.646000', '194041.648000', '194101.527000', '194101.529000', '194101.532000', '194101.535000', '194101.537000', '194101.540000', '194101.543000', '194101.545000', '194101.548000', '194101.550000', '194101.553000', '194101.556000', '194101.558000', '194101.561000', '194101.563000', '194101.566000', '194101.568000', '194101.571000', '194101.574000', '194101.576000', '194101.579000', '194101.582000', '194101.584000', '194101.587000', '194101.589000', '194101.592000', '194101.594000', '194101.597000', '194101.600000', '194101.602000', '194101.605000', '194101.607000', '194101.610000', '194101.613000', '194101.615000', '194101.618000', '194101.620000', '194101.623000', '194101.626000', '194101.628000', '194101.631000', '194101.633000', '194101.636000', '194101.638000', '194121.525000', '194121.528000', '194121.531000', '194121.533000', '194121.536000', '194121.540000', '194121.542000', '194121.545000', '194121.548000', '194121.550000', '194121.553000', '194121.556000', '194121.558000', '194121.561000', '194121.563000', '194121.566000', '194121.568000', '194121.571000', '194121.574000', '194121.576000', '194121.579000', '194121.582000', '194121.584000', '194121.587000', '194121.589000', '194121.592000', '194121.594000', '194121.597000', '194121.600000', '194121.602000', '194121.605000', '194121.608000', '194121.610000', '194121.613000', '194121.616000', '194121.618000', '194121.621000', '194121.624000', '194121.626000', '194121.629000', '194121.631000', '194121.634000', '194121.636000', '194141.526000', '194141.528000', '194141.531000', '194141.534000', '194141.536000', '194141.539000', '194141.541000', '194141.544000', '194141.547000', '194141.549000', '194141.552000', '194141.554000', '194141.557000', '194141.560000', '194141.562000', '194141.565000', '194141.575000', '194141.578000', '194141.580000', '194141.583000', '194141.585000', '194141.588000', '194141.591000', '194141.593000', '194141.596000', '194141.598000', '194141.601000', '194141.604000', '194141.606000', '194141.609000', '194141.611000', '194141.614000', '194141.617000', '194141.619000', '194141.622000', '194141.624000', '194141.627000', '194141.630000', '194141.632000', '194141.635000', '194141.637000', '194141.640000', '194141.642000', '194141.645000', '194201.526000', '194201.529000', '194201.532000', '194201.534000', '194201.537000', '194201.540000', '194201.542000', '194201.545000', '194201.548000', '194201.550000', '194201.553000', '194201.555000', '194201.558000', '194201.561000', '194201.563000', '194201.566000', '194201.569000', '194201.571000', '194201.574000', '194201.576000', '194201.579000', '194201.581000', '194201.584000', '194201.587000', '194201.589000', '194201.592000', '194201.594000', '194201.598000', '194201.601000', '194201.604000', '194201.606000', '194201.609000', '194201.611000', '194201.614000', '194201.617000', '194201.619000', '194201.622000', '194201.624000', '194201.627000', '194201.630000', '194201.632000', '194201.635000', '194201.637000', '194221.527000', '194221.529000', '194221.532000', '194221.535000', '194221.537000', '194221.540000', '194221.542000', '194221.545000', '194221.547000', '194221.550000', '194221.552000', '194221.555000', '194221.558000', '194221.560000', '194221.563000', '194221.565000', '194221.568000', '194221.571000', '194221.573000', '194221.576000', '194221.579000', '194221.581000', '194221.584000', '194221.586000', '194221.589000', '194221.592000', '194221.594000', '194221.597000', '194221.600000', '194221.602000', '194221.605000', '194221.607000', '194221.610000', '194221.613000', '194221.615000', '194221.618000', '194221.620000', '194221.623000', '194221.625000', '194221.628000', '194221.631000', '194221.633000', '194221.636000', '194221.639000', '194241.526000', '194241.529000', '194241.532000', '194241.534000', '194241.537000', '194241.540000', '194241.542000', '194241.545000', '194241.547000', '194241.550000', '194241.553000', '194241.555000', '194241.558000', '194241.560000', '194241.563000', '194241.566000', '194241.568000', '194241.571000', '194241.573000', '194241.576000', '194241.578000', '194241.582000', '194241.585000', '194241.588000', '194241.590000', '194241.593000', '194241.596000', '194241.598000', '194241.601000', '194241.604000', '194241.606000', '194241.609000', '194241.611000', '194241.614000', '194241.616000', '194241.619000', '194241.622000', '194241.624000', '194241.627000', '194241.636000', '194241.638000', '194241.641000', '194241.644000', '194301.527000', '194301.529000', '194301.532000', '194301.535000', '194301.537000', '194301.540000', '194301.542000', '194301.545000', '194301.547000', '194301.550000', '194301.552000', '194301.555000', '194301.558000', '194301.560000', '194301.563000', '194301.565000', '194301.568000', '194301.571000', '194301.573000', '194301.576000', '194301.578000', '194301.581000', '194301.583000', '194301.586000', '194301.589000', '194301.591000', '194301.594000', '194301.596000', '194301.599000', '194301.602000', '194301.604000', '194301.607000', '194301.610000', '194301.612000', '194301.615000', '194301.617000', '194301.620000', '194301.622000', '194301.625000', '194301.628000', '194301.630000', '194301.633000', '194301.635000', '194301.638000', '194321.527000', '194321.529000', '194321.532000', '194321.535000', '194321.537000', '194321.540000', '194321.542000', '194321.545000', '194321.547000', '194321.550000', '194321.552000', '194321.555000', '194321.558000', '194321.560000', '194321.563000', '194321.566000', '194321.568000', '194321.571000', '194321.573000', '194321.576000', '194321.578000', '194321.590000', '194321.593000', '194321.595000', '194321.599000', '194321.602000', '194321.605000', '194321.608000', '194321.610000', '194321.613000', '194321.615000', '194321.618000', '194321.620000', '194321.623000', '194321.626000', '194321.628000', '194321.631000', '194321.633000', '194321.637000', '194321.639000', '194321.642000', '194321.645000', '194321.647000', '194341.526000', '194341.528000', '194341.531000', '194341.534000', '194341.536000', '194341.539000', '194341.541000', '194341.544000', '194341.546000', '194341.549000', '194341.552000', '194341.554000', '194341.557000', '194341.559000', '194341.562000', '194341.565000', '194341.567000', '194341.570000', '194341.572000', '194341.575000', '194341.577000', '194341.580000', '194341.583000', '194341.585000', '194341.588000', '194341.590000', '194341.593000', '194341.596000', '194341.598000', '194341.601000', '194341.604000', '194341.606000', '194341.609000', '194341.612000', '194341.615000', '194341.617000', '194341.620000', '194341.622000', '194341.625000', '194341.627000', '194341.630000', '194341.633000', '194341.635000', '194341.638000', '194401.526000', '194401.529000', '194401.531000', '194401.534000', '194401.536000', '194401.539000', '194401.542000', '194401.544000', '194401.547000', '194401.549000', '194401.552000', '194401.555000', '194401.557000', '194401.560000', '194401.563000', '194401.565000', '194401.568000', '194401.570000', '194401.573000', '194401.576000', '194401.578000', '194401.581000', '194401.583000', '194401.586000', '194401.588000', '194401.591000', '194401.594000', '194401.596000', '194401.599000', '194401.601000', '194401.604000', '194401.606000', '194401.609000', '194401.612000', '194401.614000', '194401.617000', '194401.619000', '194401.622000', '194401.625000', '194401.627000', '194401.630000', '194401.633000', '194401.635000', '194421.527000', '194421.529000', '194421.532000', '194421.535000', '194421.537000', '194421.540000', '194421.542000', '194421.545000', '194421.548000', '194421.550000', '194421.553000', '194421.555000', '194421.558000', '194421.561000', '194421.563000', '194421.566000', '194421.568000', '194421.571000', '194421.573000', '194421.576000', '194421.579000', '194421.581000', '194421.584000', '194421.586000', '194421.589000', '194421.592000', '194421.594000', '194421.597000', '194421.600000', '194421.602000', '194421.605000', '194421.607000', '194421.610000', '194421.612000', '194421.615000', '194421.618000', '194421.620000', '194421.623000', '194421.625000', '194421.628000', '194421.631000', '194421.633000', '194421.636000', '194421.638000', '194441.527000', '194441.529000', '194441.532000', '194441.535000', '194441.537000', '194441.540000', '194441.542000', '194441.545000', '194441.547000', '194441.550000', '194441.553000', '194441.555000', '194441.558000', '194441.560000', '194441.563000', '194441.570000', '194441.573000', '194441.575000', '194441.578000', '194441.580000', '194441.583000', '194441.585000', '194441.605000', '194441.608000', '194441.611000', '194441.613000', '194441.616000', '194441.618000', '194441.621000', '194441.624000', '194441.626000', '194441.629000', '194441.631000', '194441.634000', '194441.637000', '194441.639000', '194441.642000', '194441.644000', '194441.647000', '194441.650000', '194441.652000', '194441.655000', '194441.657000', '194501.526000', '194501.529000', '194501.532000', '194501.534000', '194501.537000', '194501.540000', '194501.542000', '194501.545000', '194501.547000', '194501.550000', '194501.552000', '194501.555000', '194501.558000', '194501.560000', '194501.563000', '194501.565000', '194501.568000', '194501.571000', '194501.573000', '194501.576000', '194501.578000', '194501.581000', '194501.584000', '194501.586000', '194501.589000', '194501.591000', '194501.594000', '194501.597000', '194501.599000', '194501.602000', '194501.604000', '194501.607000', '194501.610000', '194501.612000', '194501.615000', '194501.617000', '194501.620000', '194501.623000', '194501.625000', '194501.628000', '194501.630000', '194501.633000', '194501.636000', '194501.638000', '194521.527000', '194521.529000', '194521.532000', '194521.535000', '194521.537000', '194521.540000', '194521.543000', '194521.545000', '194521.548000', '194521.550000', '194521.553000', '194521.556000', '194521.558000', '194521.561000', '194521.563000', '194521.566000', '194521.568000', '194521.571000', '194521.574000', '194521.576000', '194521.579000', '194521.581000', '194521.584000', '194521.587000', '194521.589000', '194521.592000', '194521.594000', '194521.597000', '194521.600000', '194521.602000', '194521.605000', '194521.607000', '194521.610000', '194521.613000', '194521.615000', '194521.618000', '194521.620000', '194521.623000', '194521.626000', '194521.628000', '194521.631000', '194521.633000', '194521.636000', '194541.526000', '194541.529000', '194541.532000', '194541.535000', '194541.537000', '194541.540000', '194541.543000', '194541.545000', '194541.548000', '194541.550000', '194541.553000', '194541.555000', '194541.558000', '194541.561000', '194541.563000', '194541.566000', '194541.568000', '194541.571000', '194541.573000', '194541.576000', '194541.579000', '194541.581000', '194541.584000', '194541.587000', '194541.589000', '194541.592000', '194541.594000', '194541.597000', '194541.600000', '194541.602000', '194541.605000', '194541.607000', '194541.610000', '194541.613000', '194541.615000', '194541.618000', '194541.621000', '194541.623000', '194541.626000', '194541.629000', '194541.631000', '194541.634000', '194541.637000', '194541.639000', '194601.526000', '194601.528000', '194601.531000', '194601.534000', '194601.536000', '194601.539000', '194601.541000', '194601.544000', '194601.546000', '194601.549000', '194601.551000', '194601.554000', '194601.557000', '194601.559000', '194601.562000', '194601.564000', '194601.567000', '194601.570000', '194601.572000', '194601.575000', '194601.577000', '194601.580000', '194601.583000', '194601.585000', '194601.588000', '194601.590000', '194601.593000', '194601.595000', '194601.598000', '194601.601000', '194601.603000', '194601.606000', '194601.608000', '194601.620000', '194601.623000', '194601.625000', '194601.628000', '194601.631000', '194601.634000', '194601.636000', '194601.639000', '194601.642000', '194601.644000', '194621.526000', '194621.528000', '194621.531000', '194621.534000', '194621.536000', '194621.539000', '194621.541000', '194621.544000', '194621.547000', '194621.549000', '194621.552000', '194621.554000', '194621.557000', '194621.559000', '194621.562000', '194621.565000', '194621.567000', '194621.570000', '194621.572000', '194621.575000', '194621.578000', '194621.580000', '194621.583000', '194621.585000', '194621.588000', '194621.591000', '194621.593000', '194621.596000', '194621.598000', '194621.601000', '194621.604000', '194621.606000', '194621.609000', '194621.611000', '194621.614000', '194621.617000', '194621.620000', '194621.622000', '194621.625000', '194621.627000', '194621.630000', '194621.632000', '194621.635000', '194621.638000', '194641.527000', '194641.530000', '194641.532000', '194641.535000', '194641.538000', '194641.540000', '194641.543000', '194641.545000', '194641.548000', '194641.550000', '194641.553000', '194641.556000', '194641.558000', '194641.561000', '194641.563000', '194641.566000', '194641.569000', '194641.571000', '194641.574000', '194641.577000', '194641.579000', '194641.582000', '194641.584000', '194641.587000', '194641.590000', '194641.592000', '194641.595000', '194641.597000', '194641.600000', '194641.603000', '194641.605000', '194641.608000', '194641.610000', '194641.613000', '194641.615000', '194641.618000', '194641.620000', '194641.623000', '194641.626000', '194641.628000', '194641.631000', '194641.633000', '194641.636000', '194701.527000', '194701.530000', '194701.532000', '194701.535000', '194701.537000', '194701.540000', '194701.543000', '194701.545000', '194701.548000', '194701.550000', '194701.553000', '194701.556000', '194701.558000', '194701.561000', '194701.564000', '194701.567000', '194701.570000', '194701.572000', '194701.575000', '194701.578000', '194701.580000', '194701.583000', '194701.586000', '194701.588000', '194701.591000', '194701.593000', '194701.596000', '194701.599000', '194701.601000', '194701.604000', '194701.606000', '194701.609000', '194701.612000', '194701.614000', '194701.617000', '194701.620000', '194701.622000', '194701.625000', '194701.627000', '194701.630000', '194701.633000', '194701.635000', '194701.638000', '194721.526000', '194721.529000', '194721.532000', '194721.535000', '194721.537000', '194721.540000', '194721.542000', '194721.545000', '194721.548000', '194721.550000', '194721.553000', '194721.555000', '194721.558000', '194721.560000', '194721.563000', '194721.566000', '194721.568000', '194721.571000', '194721.573000', '194721.576000', '194721.579000', '194721.581000', '194721.584000', '194721.586000', '194721.589000', '194721.591000', '194721.594000', '194721.596000', '194721.599000', '194721.602000', '194721.604000', '194721.621000', '194721.623000', '194721.626000', '194721.628000', '194721.631000', '194721.633000', '194721.636000', '194721.639000', '194721.641000', '194721.644000', '194721.647000', '194721.649000', '194721.652000', '194741.527000', '194741.529000', '194741.532000', '194741.535000', '194741.537000', '194741.540000', '194741.542000', '194741.545000', '194741.548000', '194741.550000', '194741.553000', '194741.555000', '194741.558000', '194741.560000', '194741.563000', '194741.566000', '194741.568000', '194741.571000', '194741.574000', '194741.576000', '194741.579000', '194741.582000', '194741.584000', '194741.587000', '194741.590000', '194741.592000', '194741.595000', '194741.597000', '194741.600000', '194741.603000', '194741.605000', '194741.608000', '194741.610000', '194741.613000', '194741.616000', '194741.618000', '194741.621000', '194741.623000', '194741.626000', '194741.628000', '194741.631000', '194741.634000', '194741.636000', '194801.527000', '194801.529000', '194801.532000', '194801.535000', '194801.537000', '194801.540000', '194801.542000', '194801.545000', '194801.547000', '194801.550000', '194801.552000', '194801.555000', '194801.558000', '194801.560000', '194801.563000', '194801.565000', '194801.568000', '194801.571000', '194801.573000', '194801.576000', '194801.579000', '194801.581000', '194801.584000', '194801.586000', '194801.589000', '194801.592000', '194801.594000', '194801.597000', '194801.599000', '194801.602000', '194801.605000', '194801.607000', '194801.610000', '194801.612000', '194801.615000', '194801.617000', '194801.620000', '194801.623000', '194801.625000', '194801.628000', '194801.630000', '194801.633000', '194801.635000', '194801.638000', '194821.526000', '194821.529000', '194821.531000', '194821.534000', '194821.537000', '194821.539000', '194821.542000', '194821.544000', '194821.547000', '194821.550000', '194821.552000', '194821.555000', '194821.558000', '194821.561000', '194821.563000', '194821.566000', '194821.569000', '194821.571000', '194821.574000', '194821.577000', '194821.579000', '194821.582000', '194821.584000', '194821.587000', '194821.589000', '194821.592000', '194821.595000', '194821.597000', '194821.600000', '194821.603000', '194821.605000', '194821.608000', '194821.611000', '194821.613000', '194821.616000', '194821.619000', '194821.621000', '194821.624000', '194821.626000', '194821.629000', '194821.632000', '194821.634000', '194821.637000', '194841.525000', '194841.528000', '194841.531000', '194841.533000', '194841.536000', '194841.538000', '194841.541000', '194841.544000', '194841.546000', '194841.549000', '194841.551000', '194841.554000', '194841.556000', '194841.559000', '194841.562000', '194841.564000', '194841.567000', '194841.569000', '194841.572000', '194841.575000', '194841.577000', '194841.580000', '194841.582000', '194841.585000', '194841.588000', '194841.590000', '194841.593000', '194841.604000', '194841.607000', '194841.610000', '194841.612000', '194841.615000', '194841.617000', '194841.620000', '194841.622000', '194841.625000', '194841.628000', '194841.630000', '194841.633000', '194841.635000', '194841.638000', '194841.641000', '194841.643000', '194841.646000', '194901.527000', '194901.530000', '194901.532000', '194901.535000', '194901.537000', '194901.540000', '194901.543000', '194901.545000', '194901.548000', '194901.550000', '194901.553000', '194901.556000', '194901.558000', '194901.561000', '194901.563000', '194901.566000', '194901.569000', '194901.571000', '194901.574000', '194901.577000', '194901.579000', '194901.582000', '194901.585000', '194901.587000', '194901.590000', '194901.593000', '194901.596000', '194901.599000', '194901.601000', '194901.606000', '194901.609000', '194901.611000', '194901.614000', '194901.616000', '194901.619000', '194901.622000', '194901.624000', '194901.627000', '194901.629000', '194901.632000', '194901.635000', '194901.638000', '194901.641000', '194901.985000', '194901.988000'], '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': [10635, 13127, 17472, 11516, 14109, 10955, 12728, 16498, 11064, 13514, 12488, 12050, 16012, 9661, 12960, 14546, 11936, 15530, 8395, 13221, 16135, 12403, 15071, 8471, 12934, 16284, 12183, 14845, 8965, 13010, 14885, 12293, 15439, 9608, 13154, 16303, 12078, 15071, 8970, 13069, 17206, 11906, 14444, 8905, 12874, 17181, 11744, 14228, 9066, 13540, 17800, 11347, 14247, 9223, 13552, 17081, 11601, 13771, 9530, 13533, 17280, 11684, 13999, 9414, 13431, 17326, 11818, 13745, 9014, 13755, 17259, 11971, 14240, 8649, 12974, 16722, 12199, 13761, 8453, 12733, 16491, 12687, 14403, 9559, 12061, 15869, 11931, 14373, 11569, 12114, 15865, 12131, 14584, 11987, 12033, 16060, 11295, 14732, 15771, 11812, 15199, 10478, 14298, 15859, 11741, 14859, 10442, 14234, 15120, 11848, 15162, 10616, 14661, 13183, 12148, 15889, 11388, 14803, 11989, 11896, 15979, 11042, 14271, 16890, 11310, 14976, 9491, 14084, 15429, 11779, 15469, 11720, 14771, 9220, 13626, 18154, 13908, 17347, 12039, 15203, 11150, 15487, 13632, 17789, 13992, 18817, 10496, 12738, 18020, 13190, 15239, 9597, 13006, 18575, 11728, 14646, 9845, 13558, 11460, 11918, 15595, 12256, 13660, 9453, 12960, 16790, 11498, 14863, 9293, 12862, 17953, 11604, 15387, 10536, 11879, 16977, 9837, 13208, 16607, 11473, 14299, 9271, 12467, 16539, 11237, 12925, 9077, 12706, 16525, 11154, 12863, 9047, 12583, 16757, 11426, 13039, 8756, 12679, 16333, 12602, 13369, 12077, 11698, 15111, 11016, 13952, 15167, 11563, 14980, 9907, 13268, 17347, 11734, 13796, 8874, 12917, 17225, 11345, 13539, 9178, 12736, 17011, 11332, 13857, 9184, 13197, 17501, 11351, 14042, 14398, 12411, 16969, 9439, 13633, 17215, 13110, 15634, 9001, 12664, 16889, 12860, 14971, 8346, 12905, 14786, 12518, 16666, 10054, 13345, 12248, 12749, 16968, 10792, 13495, 11890, 13044, 17497, 10351, 13592, 15716, 12663, 16641, 8815, 13671, 17112, 12902, 15856, 8366, 13020, 17273, 13057, 15798, 8862, 12429, 17395, 13801, 15047, 8621, 12569, 16995, 13651, 14801, 8576, 12456, 17352, 13300, 14623, 8752, 12511, 17376, 13440, 14566, 11801, 12000, 15797, 11287, 14262, 16723, 11748, 14804, 9780, 13539, 17467, 11436, 13837, 10622, 12686, 16926, 10340, 13518, 15282, 12327, 16110, 9155, 13518, 17140, 12846, 15857, 8885, 12785, 16906, 12912, 15445, 8199, 12637, 16773, 13004, 15485, 8459, 13134, 17413, 13152, 15554, 8535, 12835, 17236, 12811, 15362, 8734, 13363, 17144, 12595, 15578, 8595, 13019, 17303, 12916, 15473, 9362, 12961, 17729, 13218, 15027, 9198, 12377, 17627, 13775, 15654, 9433, 13019, 18504, 13854, 16023, 9447, 12712, 18155, 14129, 16283, 9037, 12746, 18209, 14008, 15747, 8879, 12367, 17676, 13548, 15464, 8671, 12525, 17485, 12811, 15159, 8930, 12316, 17662, 11955, 13731, 8998, 12631, 17573, 11534, 13211, 9506, 12669, 17147, 11047, 13028, 11987, 12373, 17317, 10826, 13351, 12522, 12020, 17122, 11111, 13456, 12084, 12334, 17050, 11723, 14527, 9178, 12045, 17499, 12016, 14858, 8508, 12570, 17243, 12885, 16075, 8622, 12995, 14109, 12049, 16720, 10220, 13075, 10997, 12529, 17874, 10990, 13531, 15595, 11927, 15969, 9240, 13463, 15625, 12023, 15397, 10470, 13400, 10765, 11612, 15999, 11514, 13931, 15164, 11352, 15265, 10280, 13691, 17366, 11463, 14529, 8885, 13114, 17662, 10969, 13170, 9890, 12640, 17142, 10638, 13303, 9802, 13105, 17731, 11587, 13605, 9143, 13429, 17250, 11780, 14687, 9392, 13252, 17239, 12332, 15011, 9185, 13121, 17515, 12886, 15006, 8739, 12613, 17366, 13169, 15228, 9312, 12967, 17526, 13092, 15923, 8950, 13203, 15035, 12521, 17008, 11015, 13514, 12709, 12486, 17372, 11183, 13954, 9503, 12380, 17054, 11610, 14491, 8918, 13029, 13747, 11254, 14345, 11457, 12516, 12086, 12730, 13078, 20854, 10456, 12398, 16910, 13128, 14696, 9111, 11694, 16340, 12663, 13645, 8351, 12115, 16357, 12770, 14128, 8707, 12572, 11178, 12045, 17408, 11261, 13929, 9425, 13060, 19392, 11698, 15697, 9687, 13899, 17820, 11712, 15853, 9850, 12822, 9491, 11712, 16068, 11636, 14127, 10514, 13495, 17166, 11684, 16067, 9695, 12923, 17710, 11146, 13940, 10483, 13063, 18408, 11493, 14302, 9769, 12622, 17696, 11554, 13958, 9026, 12589, 18057, 11738, 14039, 9979, 12281, 17261, 11690, 14095, 8819, 12357, 17101, 11764, 15943, 9270, 12222, 17308, 13588, 15666, 12649, 15694, 9187, 11730, 9274, 16094, 17664, 12217, 15364, 10270, 13257, 15092, 11679, 17032, 12900, 17716, 12992, 15589, 12222, 12907, 18978, 12748, 15372, 9083, 12392, 17419, 11427, 14730, 9199, 12274, 14868, 11313, 15127, 10073, 11718, 8211, 11952, 15787, 11885, 12775, 7927, 11926, 16952, 11309, 12160, 9544, 12944, 9347, 12208, 15865, 11259, 13257, 9434, 13252, 16825, 12457, 15225, 9256, 12158, 17180, 13237, 13588, 8501, 10939, 15971, 12524, 14085, 9047, 12052, 17042, 12381, 15405, 9507, 12803, 9397, 11952, 16926, 12754, 16508, 10041, 14354, 16136, 11885, 16623, 8466, 12533, 17509, 12902, 15807, 8326, 12622, 16598, 12381, 16024, 8547, 12283, 14686, 11778, 16364, 10449, 13340, 11766, 12116, 17980, 11104, 14662, 12116, 11664, 17757, 9975, 13664, 14842, 11728, 16925, 9079, 12556, 14631, 11712, 16651, 9556, 12198, 12972, 11443, 16782, 10510, 12837, 9508, 11871, 17831, 11176, 13432, 8510, 11821, 17544, 11374, 14069, 8931, 11882, 17372, 10812, 12825, 9907, 11797, 16952, 11035, 12618, 9863, 11463, 16291, 12341, 14104, 9371, 10947, 16304, 11240, 13220, 14150, 10584, 15015, 9607, 12184, 16663, 11237, 14398, 8919, 12164, 17080, 12045, 15158, 9278, 11865, 16995, 12768, 15724, 8502, 12070, 16790, 12498, 15727, 8426, 12207, 15171, 11335, 15566, 9627, 12296, 12117, 11806, 16423, 13409, 14999, 9807, 13880, 9191, 13756, 12696, 15777, 16071, 12681, 16968, 10146, 13273, 15003, 12385, 16588, 9975, 13341, 14752, 12032, 15538, 11664, 13655, 8320, 11736, 15883, 12661, 14154, 9733, 12759, 17350, 12084, 14446, 9601, 13076, 16248, 11290, 15592, 10040, 13169, 16915, 12093, 15491, 9777, 13023, 16840, 12614, 15742, 9663, 12887, 12797, 12143, 16774, 12011, 14627, 9017, 12956, 16381, 11787, 15764, 9324, 12490, 14840, 12159, 15804, 10064, 12644, 12634, 11907, 16610, 12200, 13889, 10127, 10592, 15146, 11496, 12987, 10042, 10881, 14524, 10700, 13344, 10506, 11268, 14968, 10588, 13272, 11744, 11773, 16310, 11076, 12420, 10587, 11969, 17028, 11459, 13414, 9165, 12577, 16639, 11875, 14918, 9248, 12113, 16742, 12874, 15253, 8539, 11666, 16065, 13097, 14594, 8841, 11855, 15877, 12695, 14511, 8675, 11563, 16018, 12818, 14082, 8692, 12100, 16231, 12517, 14162, 8722, 11954, 16618, 11636, 14344, 9511, 12827, 16155, 11404, 14551, 9776, 13060, 12868, 11314, 14511, 10438, 14087, 12208, 11383, 15913, 10218, 13502, 13362, 11694, 16004, 9893, 12593, 12522, 11947, 16506, 9939, 12412, 15337, 11645, 15219, 8577, 12516, 16048, 12077, 14128, 8534, 12677, 16536, 12037, 14616, 9073, 11883, 16343, 11809, 14030, 9115, 11862, 16966, 11244, 14143, 9301, 12377, 15438, 11283, 14362, 10580, 13645, 11203, 11082, 15312, 12338, 14035, 8731, 11461, 16563, 12803, 13773, 8868, 12125, 17281, 12225, 14423, 9172, 12602, 17526, 11591, 15000, 9891, 13074, 13191, 11253, 15660, 10610, 13556, 10583, 12011, 17729, 11646, 14558, 9548, 12128, 17222, 11360, 13636, 9409, 12004, 16193, 11632, 12999, 9635, 11484, 15676, 11574, 12715, 10191, 11315, 15207, 12492, 13880, 8671, 11862, 16767, 12917, 14020, 9911, 11137, 15516, 12147, 13514, 9531, 11168, 15813, 12157, 14217, 10122, 11937, 16761, 11426, 13357, 9326, 12581, 17474, 11671, 14286, 9549, 12979, 16170, 11322, 14098, 9040, 12635, 16486, 11559, 14430, 8922, 12330, 16179, 11519, 14164, 8898, 11776, 15774, 12898, 14172, 8346, 12386, 16506, 12651, 15000, 9826, 12803, 11795, 11818, 14980, 11855, 13584, 9203, 12393, 17211, 12218, 13825, 17655, 9805, 15145, 8954, 12652, 17194, 10439, 13955, 8470, 12902, 16776, 10894, 14488, 9043, 12963, 15964, 11029, 15454, 9481, 14028, 10658, 12416, 17958, 11309, 15505, 9288, 13592, 11641, 11023, 16806, 12274, 14539, 8502, 12203, 17746, 12189, 15559, 9214, 13942, 9515, 11000, 16528, 12557, 15290, 8705, 12654, 17809, 12185, 15885, 9119, 12913, 11630, 11523, 17282, 11111, 14158, 9326, 12727, 13009, 11045, 16046, 11848, 14871, 9060, 13149, 18177, 11195, 15948, 9693, 14112, 12155, 10891, 16423, 12044, 15118, 8269, 11463, 17557, 12861, 15587, 8589, 12562, 17560, 11568, 15692, 9067, 13253, 17907, 10765, 15484, 8982, 12689, 10243, 11802, 13693, 11407, 7746, 12511, 16874, 10713, 14531, 19036, 11842, 15477, 9600, 14917, 9377, 14255, 15418, 13560, 20825, 11924, 15288, 18056, 13158, 16107, 9897, 13087, 16507, 10877, 15801, 11729, 13730, 9273, 12731, 14384, 11063, 14688, 8630, 12923, 15438, 11075, 15863, 9988, 12754, 8910, 13154, 12304, 11163, 17820, 11017, 14713, 11213, 11331, 16922, 10498, 12967, 12190, 11679, 16910, 13171, 15268, 8931, 13690, 14343, 11220, 16556, 10282, 13615, 8191, 11747, 17603, 11241, 14348, 12489, 11988, 17554, 10724, 13321, 9175, 12709], 'WindowCenter': [4652.0, 4669.0, 4673.0, 4630.0, 4638.0, 4605.0, 4612.0, 4640.0, 4603.0, 4611.0, 4598.0, 4612.0, 4631.0, 4579.0, 4621.0, 4620.0, 4597.0, 4628.0, 4567.0, 4620.0, 4630.0, 4607.0, 4630.0, 4571.0, 4621.0, 4638.0, 4609.0, 4630.0, 4582.0, 4620.0, 4628.0, 4612.0, 4632.0, 4591.0, 4624.0, 4643.0, 4611.0, 4630.0, 4580.0, 4621.0, 4652.0, 4613.0, 4632.0, 4579.0, 4623.0, 4641.0, 4613.0, 4621.0, 4579.0, 4622.0, 4640.0, 4598.0, 4632.0, 4578.0, 4622.0, 4641.0, 4609.0, 4632.0, 4588.0, 4622.0, 4638.0, 4608.0, 4632.0, 4580.0, 4622.0, 4640.0, 4611.0, 4633.0, 4581.0, 4633.0, 4641.0, 4610.0, 4631.0, 4581.0, 4621.0, 4642.0, 4611.0, 4619.0, 4581.0, 4617.0, 4640.0, 4622.0, 4631.0, 4591.0, 4623.0, 4637.0, 4611.0, 4631.0, 4611.0, 4619.0, 4641.0, 4612.0, 4632.0, 4611.0, 4623.0, 4642.0, 4611.0, 4633.0, 4628.0, 4611.0, 4632.0, 4599.0, 4632.0, 4639.0, 4613.0, 4630.0, 4601.0, 4632.0, 4631.0, 4611.0, 4631.0, 4601.0, 4634.0, 4620.0, 4622.0, 4637.0, 4598.0, 4634.0, 4606.0, 4622.0, 4641.0, 4602.0, 4633.0, 4641.0, 4614.0, 4644.0, 4592.0, 4636.0, 4640.0, 4624.0, 4642.0, 4623.0, 4643.0, 4594.0, 4644.0, 4677.0, 4649.0, 4668.0, 4638.0, 4657.0, 4624.0, 4647.0, 4649.0, 4665.0, 4635.0, 4668.0, 4603.0, 4613.0, 4642.0, 4612.0, 4620.0, 4568.0, 4598.0, 4625.0, 4596.0, 4616.0, 4574.0, 4608.0, 4584.0, 4592.0, 4614.0, 4607.0, 4620.0, 4574.0, 4621.0, 4641.0, 4609.0, 4630.0, 4577.0, 4610.0, 4640.0, 4599.0, 4628.0, 4590.0, 4599.0, 4628.0, 4575.0, 4597.0, 4627.0, 4586.0, 4605.0, 4564.0, 4597.0, 4623.0, 4581.0, 4607.0, 4567.0, 4607.0, 4626.0, 4597.0, 4609.0, 4566.0, 4612.0, 4627.0, 4597.0, 4610.0, 4579.0, 4610.0, 4641.0, 4612.0, 4621.0, 4610.0, 4612.0, 4631.0, 4602.0, 4620.0, 4630.0, 4601.0, 4628.0, 4589.0, 4621.0, 4643.0, 4610.0, 4620.0, 4579.0, 4612.0, 4640.0, 4600.0, 4621.0, 4578.0, 4610.0, 4639.0, 4612.0, 4622.0, 4581.0, 4622.0, 4642.0, 4613.0, 4633.0, 4620.0, 4613.0, 4640.0, 4583.0, 4622.0, 4639.0, 4610.0, 4629.0, 4582.0, 4611.0, 4628.0, 4609.0, 4618.0, 4567.0, 4609.0, 4628.0, 4611.0, 4641.0, 4592.0, 4620.0, 4610.0, 4611.0, 4640.0, 4599.0, 4623.0, 4608.0, 4621.0, 4642.0, 4588.0, 4621.0, 4630.0, 4623.0, 4630.0, 4580.0, 4620.0, 4625.0, 4610.0, 4628.0, 4566.0, 4621.0, 4639.0, 4620.0, 4631.0, 4567.0, 4612.0, 4638.0, 4622.0, 4631.0, 4569.0, 4613.0, 4639.0, 4619.0, 4619.0, 4566.0, 4612.0, 4642.0, 4619.0, 4621.0, 4566.0, 4612.0, 4641.0, 4622.0, 4630.0, 4597.0, 4610.0, 4631.0, 4598.0, 4618.0, 4629.0, 4600.0, 4631.0, 4579.0, 4619.0, 4628.0, 4597.0, 4615.0, 4587.0, 4607.0, 4627.0, 4588.0, 4618.0, 4625.0, 4606.0, 4629.0, 4580.0, 4609.0, 4630.0, 4606.0, 4627.0, 4568.0, 4607.0, 4624.0, 4607.0, 4615.0, 4556.0, 4606.0, 4628.0, 4609.0, 4629.0, 4566.0, 4621.0, 4638.0, 4620.0, 4630.0, 4568.0, 4621.0, 4641.0, 4623.0, 4631.0, 4582.0, 4622.0, 4638.0, 4622.0, 4641.0, 4581.0, 4625.0, 4651.0, 4624.0, 4645.0, 4582.0, 4626.0, 4652.0, 4621.0, 4633.0, 4580.0, 4623.0, 4653.0, 4619.0, 4642.0, 4580.0, 4622.0, 4646.0, 4621.0, 4643.0, 4579.0, 4620.0, 4641.0, 4621.0, 4632.0, 4570.0, 4621.0, 4641.0, 4620.0, 4628.0, 4566.0, 4609.0, 4640.0, 4605.0, 4624.0, 4568.0, 4598.0, 4638.0, 4607.0, 4628.0, 4569.0, 4608.0, 4640.0, 4610.0, 4617.0, 4568.0, 4608.0, 4635.0, 4598.0, 4608.0, 4578.0, 4610.0, 4637.0, 4599.0, 4611.0, 4595.0, 4607.0, 4636.0, 4589.0, 4609.0, 4598.0, 4598.0, 4631.0, 4588.0, 4608.0, 4599.0, 4595.0, 4628.0, 4598.0, 4619.0, 4579.0, 4598.0, 4640.0, 4598.0, 4619.0, 4568.0, 4607.0, 4641.0, 4608.0, 4628.0, 4570.0, 4609.0, 4618.0, 4611.0, 4628.0, 4588.0, 4621.0, 4585.0, 4611.0, 4637.0, 4586.0, 4619.0, 4629.0, 4598.0, 4627.0, 4568.0, 4609.0, 4628.0, 4599.0, 4618.0, 4587.0, 4609.0, 4584.0, 4599.0, 4627.0, 4596.0, 4620.0, 4617.0, 4599.0, 4628.0, 4588.0, 4621.0, 4640.0, 4599.0, 4618.0, 4568.0, 4608.0, 4629.0, 4600.0, 4609.0, 4574.0, 4608.0, 4629.0, 4587.0, 4620.0, 4577.0, 4620.0, 4637.0, 4602.0, 4620.0, 4579.0, 4620.0, 4640.0, 4600.0, 4633.0, 4591.0, 4622.0, 4643.0, 4611.0, 4632.0, 4593.0, 4623.0, 4640.0, 4612.0, 4632.0, 4571.0, 4610.0, 4640.0, 4609.0, 4629.0, 4581.0, 4610.0, 4638.0, 4610.0, 4628.0, 4567.0, 4613.0, 4618.0, 4611.0, 4640.0, 4589.0, 4621.0, 4609.0, 4611.0, 4638.0, 4599.0, 4620.0, 4579.0, 4609.0, 4641.0, 4610.0, 4632.0, 4580.0, 4626.0, 4634.0, 4613.0, 4632.0, 4614.0, 4622.0, 4614.0, 4624.0, 4626.0, 4665.0, 4594.0, 4611.0, 4632.0, 4608.0, 4622.0, 4568.0, 4598.0, 4617.0, 4596.0, 4609.0, 4555.0, 4597.0, 4628.0, 4611.0, 4616.0, 4569.0, 4613.0, 4600.0, 4613.0, 4640.0, 4616.0, 4635.0, 4585.0, 4626.0, 4666.0, 4615.0, 4634.0, 4583.0, 4622.0, 4644.0, 4603.0, 4645.0, 4595.0, 4625.0, 4580.0, 4611.0, 4630.0, 4600.0, 4622.0, 4603.0, 4625.0, 4642.0, 4614.0, 4644.0, 4579.0, 4613.0, 4641.0, 4601.0, 4622.0, 4585.0, 4611.0, 4640.0, 4588.0, 4619.0, 4577.0, 4600.0, 4628.0, 4588.0, 4619.0, 4569.0, 4600.0, 4628.0, 4598.0, 4623.0, 4580.0, 4611.0, 4637.0, 4599.0, 4619.0, 4580.0, 4609.0, 4640.0, 4601.0, 4629.0, 4580.0, 4601.0, 4641.0, 4611.0, 4643.0, 4612.0, 4617.0, 4566.0, 4583.0, 4593.0, 4643.0, 4626.0, 4599.0, 4633.0, 4592.0, 4626.0, 4631.0, 4614.0, 4640.0, 4610.0, 4627.0, 4594.0, 4615.0, 4584.0, 4584.0, 4614.0, 4583.0, 4591.0, 4538.0, 4569.0, 4587.0, 4544.0, 4562.0, 4522.0, 4555.0, 4574.0, 4555.0, 4587.0, 4547.0, 4565.0, 4527.0, 4571.0, 4588.0, 4571.0, 4581.0, 4532.0, 4584.0, 4614.0, 4572.0, 4583.0, 4575.0, 4596.0, 4567.0, 4597.0, 4627.0, 4599.0, 4610.0, 4583.0, 4624.0, 4642.0, 4624.0, 4633.0, 4582.0, 4612.0, 4642.0, 4626.0, 4623.0, 4569.0, 4602.0, 4632.0, 4614.0, 4632.0, 4581.0, 4614.0, 4644.0, 4625.0, 4647.0, 4595.0, 4624.0, 4593.0, 4616.0, 4655.0, 4625.0, 4645.0, 4595.0, 4636.0, 4644.0, 4615.0, 4642.0, 4569.0, 4613.0, 4641.0, 4614.0, 4632.0, 4570.0, 4610.0, 4629.0, 4613.0, 4631.0, 4569.0, 4611.0, 4620.0, 4612.0, 4633.0, 4591.0, 4623.0, 4610.0, 4612.0, 4641.0, 4599.0, 4632.0, 4610.0, 4600.0, 4642.0, 4578.0, 4620.0, 4618.0, 4599.0, 4628.0, 4568.0, 4599.0, 4617.0, 4598.0, 4626.0, 4566.0, 4598.0, 4606.0, 4588.0, 4629.0, 4577.0, 4609.0, 4577.0, 4597.0, 4636.0, 4588.0, 4608.0, 4568.0, 4599.0, 4636.0, 4596.0, 4619.0, 4568.0, 4599.0, 4638.0, 4588.0, 4623.0, 4575.0, 4595.0, 4638.0, 4599.0, 4611.0, 4587.0, 4601.0, 4641.0, 4610.0, 4619.0, 4577.0, 4601.0, 4639.0, 4599.0, 4621.0, 4620.0, 4590.0, 4630.0, 4586.0, 4613.0, 4640.0, 4600.0, 4626.0, 4583.0, 4613.0, 4643.0, 4612.0, 4632.0, 4580.0, 4615.0, 4638.0, 4624.0, 4640.0, 4583.0, 4625.0, 4642.0, 4623.0, 4643.0, 4572.0, 4623.0, 4632.0, 4613.0, 4643.0, 4592.0, 4639.0, 4611.0, 4613.0, 4656.0, 4650.0, 4660.0, 4609.0, 4637.0, 4609.0, 4635.0, 4635.0, 4648.0, 4647.0, 4628.0, 4646.0, 4594.0, 4626.0, 4633.0, 4614.0, 4632.0, 4577.0, 4610.0, 4606.0, 4598.0, 4619.0, 4588.0, 4608.0, 4558.0, 4599.0, 4628.0, 4608.0, 4620.0, 4580.0, 4613.0, 4639.0, 4611.0, 4621.0, 4580.0, 4622.0, 4627.0, 4600.0, 4630.0, 4590.0, 4612.0, 4630.0, 4600.0, 4630.0, 4581.0, 4612.0, 4629.0, 4609.0, 4631.0, 4578.0, 4609.0, 4606.0, 4599.0, 4630.0, 4599.0, 4616.0, 4569.0, 4609.0, 4628.0, 4600.0, 4619.0, 4567.0, 4599.0, 4613.0, 4598.0, 4617.0, 4579.0, 4608.0, 4596.0, 4598.0, 4626.0, 4598.0, 4620.0, 4578.0, 4578.0, 4618.0, 4586.0, 4596.0, 4574.0, 4583.0, 4604.0, 4587.0, 4608.0, 4587.0, 4600.0, 4617.0, 4592.0, 4609.0, 4599.0, 4599.0, 4629.0, 4601.0, 4611.0, 4589.0, 4600.0, 4626.0, 4599.0, 4608.0, 4579.0, 4609.0, 4632.0, 4601.0, 4619.0, 4579.0, 4601.0, 4630.0, 4611.0, 4617.0, 4569.0, 4599.0, 4619.0, 4605.0, 4618.0, 4568.0, 4601.0, 4628.0, 4610.0, 4618.0, 4569.0, 4600.0, 4630.0, 4610.0, 4619.0, 4567.0, 4599.0, 4629.0, 4609.0, 4620.0, 4569.0, 4601.0, 4630.0, 4600.0, 4621.0, 4579.0, 4612.0, 4629.0, 4602.0, 4619.0, 4580.0, 4613.0, 4609.0, 4600.0, 4620.0, 4589.0, 4622.0, 4613.0, 4602.0, 4631.0, 4591.0, 4611.0, 4609.0, 4598.0, 4630.0, 4579.0, 4611.0, 4599.0, 4599.0, 4629.0, 4578.0, 4610.0, 4628.0, 4600.0, 4629.0, 4567.0, 4610.0, 4627.0, 4599.0, 4616.0, 4570.0, 4612.0, 4641.0, 4609.0, 4633.0, 4555.0, 4601.0, 4640.0, 4602.0, 4619.0, 4569.0, 4602.0, 4639.0, 4602.0, 4618.0, 4582.0, 4611.0, 4629.0, 4603.0, 4622.0, 4590.0, 4620.0, 4588.0, 4601.0, 4630.0, 4611.0, 4624.0, 4567.0, 4601.0, 4639.0, 4612.0, 4620.0, 4569.0, 4612.0, 4640.0, 4612.0, 4618.0, 4581.0, 4610.0, 4638.0, 4599.0, 4620.0, 4576.0, 4607.0, 4609.0, 4597.0, 4628.0, 4588.0, 4609.0, 4588.0, 4598.0, 4638.0, 4601.0, 4620.0, 4577.0, 4600.0, 4626.0, 4598.0, 4609.0, 4567.0, 4599.0, 4627.0, 4597.0, 4608.0, 4577.0, 4587.0, 4628.0, 4596.0, 4608.0, 4590.0, 4601.0, 4628.0, 4610.0, 4621.0, 4569.0, 4612.0, 4631.0, 4609.0, 4619.0, 4579.0, 4599.0, 4630.0, 4597.0, 4610.0, 4576.0, 4599.0, 4630.0, 4611.0, 4619.0, 4588.0, 4600.0, 4631.0, 4602.0, 4610.0, 4581.0, 4613.0, 4638.0, 4600.0, 4621.0, 4579.0, 4623.0, 4640.0, 4601.0, 4632.0, 4580.0, 4612.0, 4642.0, 4602.0, 4631.0, 4581.0, 4610.0, 4629.0, 4600.0, 4620.0, 4582.0, 4614.0, 4629.0, 4623.0, 4620.0, 4571.0, 4612.0, 4639.0, 4613.0, 4633.0, 4591.0, 4623.0, 4611.0, 4613.0, 4633.0, 4623.0, 4635.0, 4595.0, 4626.0, 4656.0, 4627.0, 4650.0, 4655.0, 4593.0, 4620.0, 4570.0, 4612.0, 4631.0, 4590.0, 4619.0, 4558.0, 4625.0, 4641.0, 4614.0, 4630.0, 4583.0, 4623.0, 4628.0, 4599.0, 4631.0, 4581.0, 4622.0, 4590.0, 4611.0, 4641.0, 4604.0, 4631.0, 4580.0, 4624.0, 4599.0, 4601.0, 4643.0, 4612.0, 4620.0, 4571.0, 4609.0, 4643.0, 4612.0, 4631.0, 4578.0, 4622.0, 4578.0, 4602.0, 4628.0, 4612.0, 4631.0, 4570.0, 4611.0, 4639.0, 4612.0, 4630.0, 4580.0, 4613.0, 4599.0, 4602.0, 4643.0, 4601.0, 4622.0, 4582.0, 4613.0, 4621.0, 4601.0, 4640.0, 4612.0, 4633.0, 4584.0, 4624.0, 4657.0, 4604.0, 4635.0, 4584.0, 4623.0, 4611.0, 4604.0, 4632.0, 4601.0, 4630.0, 4557.0, 4602.0, 4640.0, 4609.0, 4630.0, 4570.0, 4609.0, 4638.0, 4598.0, 4629.0, 4571.0, 4611.0, 4641.0, 4589.0, 4620.0, 4570.0, 4624.0, 4593.0, 4600.0, 4608.0, 4582.0, 4543.0, 4613.0, 4650.0, 4588.0, 4646.0, 4660.0, 4611.0, 4646.0, 4610.0, 4649.0, 4597.0, 4634.0, 4628.0, 4608.0, 4638.0, 4584.0, 4605.0, 4614.0, 4584.0, 4591.0, 4540.0, 4570.0, 4585.0, 4545.0, 4574.0, 4543.0, 4561.0, 4523.0, 4567.0, 4572.0, 4556.0, 4577.0, 4527.0, 4582.0, 4589.0, 4562.0, 4598.0, 4549.0, 4581.0, 4555.0, 4595.0, 4585.0, 4587.0, 4628.0, 4587.0, 4620.0, 4588.0, 4588.0, 4625.0, 4575.0, 4609.0, 4597.0, 4598.0, 4628.0, 4607.0, 4619.0, 4569.0, 4621.0, 4619.0, 4600.0, 4629.0, 4580.0, 4610.0, 4562.0, 4600.0, 4640.0, 4600.0, 4620.0, 4610.0, 4597.0, 4639.0, 4590.0, 4624.0, 4579.0, 4613.0], 'WindowWidth': [10193.0, 10205.0, 10203.0, 10133.0, 10142.0, 10089.0, 10093.0, 10137.0, 10081.0, 10090.0, 10069.0, 10092.0, 10121.0, 10046.0, 10105.0, 10103.0, 10070.0, 10116.0, 10028.0, 10104.0, 10119.0, 10085.0, 10119.0, 10036.0, 10108.0, 10129.0, 10090.0, 10119.0, 10053.0, 10108.0, 10117.0, 10096.0, 10127.0, 10067.0, 10115.0, 10144.0, 10096.0, 10124.0, 10052.0, 10110.0, 10155.0, 10098.0, 10123.0, 10048.0, 10111.0, 10137.0, 10096.0, 10107.0, 10047.0, 10110.0, 10135.0, 10074.0, 10125.0, 10045.0, 10112.0, 10137.0, 10090.0, 10124.0, 10059.0, 10112.0, 10132.0, 10087.0, 10125.0, 10050.0, 10111.0, 10137.0, 10092.0, 10128.0, 10052.0, 10126.0, 10139.0, 10090.0, 10123.0, 10055.0, 10107.0, 10138.0, 10092.0, 10105.0, 10054.0, 10100.0, 10134.0, 10108.0, 10122.0, 10064.0, 10111.0, 10130.0, 10092.0, 10122.0, 10093.0, 10106.0, 10138.0, 10096.0, 10126.0, 10093.0, 10113.0, 10140.0, 10095.0, 10128.0, 10117.0, 10094.0, 10126.0, 10076.0, 10126.0, 10132.0, 10097.0, 10121.0, 10079.0, 10124.0, 10120.0, 10094.0, 10122.0, 10079.0, 10129.0, 10106.0, 10110.0, 10131.0, 10072.0, 10129.0, 10085.0, 10114.0, 10139.0, 10082.0, 10127.0, 10137.0, 10103.0, 10146.0, 10072.0, 10136.0, 10137.0, 10117.0, 10141.0, 10114.0, 10144.0, 10074.0, 10147.0, 10199.0, 10159.0, 10185.0, 10142.0, 10165.0, 10118.0, 10150.0, 10155.0, 10177.0, 10134.0, 10185.0, 10084.0, 10098.0, 10146.0, 10093.0, 10105.0, 10027.0, 10069.0, 10112.0, 10062.0, 10092.0, 10032.0, 10083.0, 10046.0, 10056.0, 10091.0, 10081.0, 10102.0, 10036.0, 10105.0, 10133.0, 10087.0, 10118.0, 10042.0, 10092.0, 10135.0, 10071.0, 10112.0, 10061.0, 10070.0, 10115.0, 10032.0, 10065.0, 10110.0, 10049.0, 10074.0, 10018.0, 10065.0, 10100.0, 10041.0, 10081.0, 10025.0, 10081.0, 10107.0, 10067.0, 10087.0, 10026.0, 10094.0, 10111.0, 10069.0, 10090.0, 10047.0, 10089.0, 10134.0, 10093.0, 10105.0, 10091.0, 10095.0, 10120.0, 10079.0, 10105.0, 10120.0, 10079.0, 10115.0, 10060.0, 10106.0, 10139.0, 10090.0, 10104.0, 10047.0, 10093.0, 10133.0, 10077.0, 10104.0, 10046.0, 10090.0, 10131.0, 10095.0, 10108.0, 10052.0, 10109.0, 10138.0, 10097.0, 10126.0, 10106.0, 10096.0, 10133.0, 10055.0, 10107.0, 10134.0, 10089.0, 10114.0, 10052.0, 10091.0, 10114.0, 10087.0, 10098.0, 10030.0, 10088.0, 10113.0, 10092.0, 10134.0, 10066.0, 10106.0, 10089.0, 10092.0, 10134.0, 10075.0, 10113.0, 10086.0, 10107.0, 10140.0, 10060.0, 10106.0, 10118.0, 10111.0, 10118.0, 10046.0, 10103.0, 10109.0, 10089.0, 10113.0, 10027.0, 10104.0, 10129.0, 10105.0, 10119.0, 10028.0, 10095.0, 10129.0, 10109.0, 10120.0, 10031.0, 10097.0, 10130.0, 10101.0, 10103.0, 10026.0, 10094.0, 10136.0, 10102.0, 10106.0, 10026.0, 10094.0, 10136.0, 10106.0, 10118.0, 10068.0, 10090.0, 10120.0, 10071.0, 10102.0, 10117.0, 10076.0, 10120.0, 10043.0, 10101.0, 10113.0, 10068.0, 10095.0, 10055.0, 10081.0, 10111.0, 10056.0, 10098.0, 10107.0, 10081.0, 10114.0, 10047.0, 10086.0, 10116.0, 10081.0, 10109.0, 10030.0, 10083.0, 10105.0, 10082.0, 10091.0, 10012.0, 10081.0, 10112.0, 10087.0, 10115.0, 10025.0, 10106.0, 10128.0, 10105.0, 10119.0, 10031.0, 10108.0, 10135.0, 10110.0, 10120.0, 10053.0, 10112.0, 10131.0, 10111.0, 10137.0, 10052.0, 10117.0, 10152.0, 10114.0, 10143.0, 10053.0, 10119.0, 10152.0, 10108.0, 10127.0, 10049.0, 10113.0, 10154.0, 10103.0, 10138.0, 10048.0, 10111.0, 10141.0, 10108.0, 10139.0, 10047.0, 10105.0, 10137.0, 10108.0, 10123.0, 10033.0, 10107.0, 10138.0, 10103.0, 10115.0, 10024.0, 10088.0, 10133.0, 10079.0, 10107.0, 10026.0, 10070.0, 10129.0, 10083.0, 10113.0, 10030.0, 10085.0, 10132.0, 10088.0, 10096.0, 10030.0, 10085.0, 10121.0, 10072.0, 10084.0, 10043.0, 10090.0, 10125.0, 10073.0, 10091.0, 10064.0, 10082.0, 10124.0, 10057.0, 10087.0, 10070.0, 10070.0, 10119.0, 10055.0, 10086.0, 10072.0, 10064.0, 10115.0, 10069.0, 10101.0, 10046.0, 10071.0, 10130.0, 10069.0, 10100.0, 10032.0, 10083.0, 10135.0, 10085.0, 10112.0, 10034.0, 10088.0, 10096.0, 10089.0, 10113.0, 10058.0, 10106.0, 10050.0, 10091.0, 10128.0, 10052.0, 10103.0, 10116.0, 10070.0, 10112.0, 10026.0, 10084.0, 10113.0, 10071.0, 10096.0, 10052.0, 10086.0, 10047.0, 10073.0, 10110.0, 10065.0, 10105.0, 10097.0, 10073.0, 10113.0, 10055.0, 10105.0, 10132.0, 10074.0, 10100.0, 10028.0, 10087.0, 10115.0, 10074.0, 10087.0, 10034.0, 10085.0, 10113.0, 10055.0, 10103.0, 10040.0, 10104.0, 10126.0, 10078.0, 10103.0, 10045.0, 10106.0, 10133.0, 10076.0, 10126.0, 10067.0, 10110.0, 10140.0, 10094.0, 10125.0, 10071.0, 10110.0, 10134.0, 10094.0, 10120.0, 10037.0, 10090.0, 10130.0, 10087.0, 10113.0, 10050.0, 10090.0, 10128.0, 10090.0, 10112.0, 10026.0, 10095.0, 10098.0, 10092.0, 10133.0, 10058.0, 10106.0, 10086.0, 10090.0, 10128.0, 10072.0, 10104.0, 10045.0, 10086.0, 10134.0, 10091.0, 10124.0, 10049.0, 10116.0, 10130.0, 10101.0, 10125.0, 10101.0, 10111.0, 10101.0, 10114.0, 10120.0, 10181.0, 10070.0, 10091.0, 10123.0, 10082.0, 10105.0, 10028.0, 10068.0, 10095.0, 10062.0, 10083.0, 10007.0, 10067.0, 10109.0, 10089.0, 10094.0, 10033.0, 10098.0, 10076.0, 10098.0, 10133.0, 10104.0, 10130.0, 10059.0, 10118.0, 10176.0, 10100.0, 10127.0, 10054.0, 10108.0, 10143.0, 10081.0, 10146.0, 10076.0, 10115.0, 10048.0, 10091.0, 10115.0, 10077.0, 10109.0, 10084.0, 10116.0, 10138.0, 10098.0, 10141.0, 10047.0, 10097.0, 10136.0, 10076.0, 10108.0, 10050.0, 10091.0, 10132.0, 10053.0, 10099.0, 10037.0, 10073.0, 10113.0, 10053.0, 10098.0, 10029.0, 10073.0, 10112.0, 10067.0, 10107.0, 10046.0, 10089.0, 10124.0, 10072.0, 10101.0, 10048.0, 10087.0, 10133.0, 10077.0, 10114.0, 10046.0, 10077.0, 10135.0, 10091.0, 10143.0, 10092.0, 10098.0, 10019.0, 10039.0, 10071.0, 10139.0, 10106.0, 10071.0, 10126.0, 10065.0, 10120.0, 10121.0, 10100.0, 10131.0, 10088.0, 10112.0, 10057.0, 10091.0, 10042.0, 10042.0, 10093.0, 10037.0, 10048.0, 9968.0, 10009.0, 10039.0, 9970.0, 9993.0, 9936.0, 9986.0, 10011.0, 9986.0, 10032.0, 9982.0, 10004.0, 9954.0, 10017.0, 10038.0, 10016.0, 10034.0, 9967.0, 10040.0, 10081.0, 10023.0, 10040.0, 10031.0, 10061.0, 10024.0, 10067.0, 10107.0, 10071.0, 10088.0, 10052.0, 10112.0, 10137.0, 10112.0, 10124.0, 10052.0, 10095.0, 10136.0, 10118.0, 10111.0, 10034.0, 10080.0, 10121.0, 10098.0, 10122.0, 10050.0, 10099.0, 10142.0, 10114.0, 10151.0, 10076.0, 10114.0, 10070.0, 10105.0, 10161.0, 10117.0, 10143.0, 10075.0, 10133.0, 10143.0, 10100.0, 10137.0, 10033.0, 10096.0, 10135.0, 10099.0, 10120.0, 10033.0, 10090.0, 10116.0, 10096.0, 10118.0, 10032.0, 10093.0, 10101.0, 10095.0, 10124.0, 10064.0, 10113.0, 10090.0, 10094.0, 10135.0, 10074.0, 10123.0, 10089.0, 10075.0, 10136.0, 10041.0, 10101.0, 10097.0, 10072.0, 10112.0, 10027.0, 10072.0, 10093.0, 10067.0, 10106.0, 10022.0, 10069.0, 10076.0, 10054.0, 10112.0, 10037.0, 10086.0, 10038.0, 10068.0, 10122.0, 10055.0, 10083.0, 10027.0, 10072.0, 10122.0, 10065.0, 10101.0, 10029.0, 10072.0, 10126.0, 10055.0, 10112.0, 10037.0, 10068.0, 10127.0, 10072.0, 10090.0, 10055.0, 10078.0, 10134.0, 10088.0, 10103.0, 10042.0, 10078.0, 10129.0, 10073.0, 10105.0, 10104.0, 10062.0, 10117.0, 10055.0, 10097.0, 10133.0, 10077.0, 10110.0, 10056.0, 10098.0, 10142.0, 10094.0, 10123.0, 10051.0, 10103.0, 10132.0, 10114.0, 10133.0, 10056.0, 10116.0, 10142.0, 10112.0, 10141.0, 10041.0, 10112.0, 10125.0, 10100.0, 10143.0, 10068.0, 10145.0, 10093.0, 10098.0, 10165.0, 10156.0, 10173.0, 10102.0, 10139.0, 10101.0, 10131.0, 10133.0, 10155.0, 10152.0, 10122.0, 10147.0, 10070.0, 10119.0, 10127.0, 10097.0, 10124.0, 10039.0, 10085.0, 10078.0, 10065.0, 10098.0, 10054.0, 10081.0, 10013.0, 10070.0, 10110.0, 10084.0, 10102.0, 10045.0, 10093.0, 10130.0, 10090.0, 10105.0, 10048.0, 10107.0, 10113.0, 10074.0, 10116.0, 10061.0, 10093.0, 10119.0, 10073.0, 10114.0, 10048.0, 10092.0, 10116.0, 10085.0, 10117.0, 10041.0, 10086.0, 10079.0, 10071.0, 10116.0, 10069.0, 10093.0, 10030.0, 10085.0, 10112.0, 10071.0, 10099.0, 10025.0, 10070.0, 10086.0, 10068.0, 10095.0, 10041.0, 10082.0, 10065.0, 10067.0, 10108.0, 10066.0, 10101.0, 10038.0, 10038.0, 10093.0, 10046.0, 10062.0, 10030.0, 10042.0, 10073.0, 10051.0, 10082.0, 10051.0, 10071.0, 10095.0, 10062.0, 10085.0, 10070.0, 10071.0, 10113.0, 10075.0, 10091.0, 10056.0, 10076.0, 10110.0, 10071.0, 10085.0, 10045.0, 10087.0, 10122.0, 10076.0, 10099.0, 10045.0, 10076.0, 10117.0, 10088.0, 10095.0, 10030.0, 10072.0, 10098.0, 10078.0, 10096.0, 10027.0, 10076.0, 10111.0, 10088.0, 10098.0, 10029.0, 10074.0, 10116.0, 10087.0, 10100.0, 10026.0, 10071.0, 10116.0, 10086.0, 10101.0, 10031.0, 10077.0, 10118.0, 10076.0, 10104.0, 10046.0, 10094.0, 10115.0, 10078.0, 10101.0, 10047.0, 10095.0, 10086.0, 10075.0, 10105.0, 10060.0, 10107.0, 10093.0, 10079.0, 10119.0, 10064.0, 10091.0, 10086.0, 10071.0, 10117.0, 10045.0, 10091.0, 10071.0, 10073.0, 10115.0, 10043.0, 10090.0, 10113.0, 10075.0, 10115.0, 10026.0, 10089.0, 10112.0, 10072.0, 10096.0, 10033.0, 10093.0, 10135.0, 10087.0, 10124.0, 10008.0, 10077.0, 10133.0, 10078.0, 10100.0, 10031.0, 10079.0, 10130.0, 10078.0, 10099.0, 10051.0, 10091.0, 10114.0, 10082.0, 10107.0, 10062.0, 10105.0, 10057.0, 10078.0, 10116.0, 10090.0, 10111.0, 10028.0, 10077.0, 10129.0, 10092.0, 10104.0, 10033.0, 10091.0, 10132.0, 10092.0, 10098.0, 10046.0, 10089.0, 10128.0, 10071.0, 10101.0, 10039.0, 10083.0, 10084.0, 10068.0, 10111.0, 10057.0, 10086.0, 10057.0, 10070.0, 10127.0, 10074.0, 10102.0, 10039.0, 10073.0, 10109.0, 10067.0, 10086.0, 10025.0, 10071.0, 10110.0, 10065.0, 10082.0, 10040.0, 10053.0, 10111.0, 10065.0, 10084.0, 10060.0, 10076.0, 10113.0, 10087.0, 10105.0, 10031.0, 10093.0, 10119.0, 10086.0, 10100.0, 10043.0, 10073.0, 10116.0, 10067.0, 10088.0, 10037.0, 10071.0, 10116.0, 10089.0, 10101.0, 10056.0, 10074.0, 10119.0, 10079.0, 10089.0, 10048.0, 10095.0, 10129.0, 10076.0, 10105.0, 10047.0, 10110.0, 10131.0, 10078.0, 10123.0, 10049.0, 10095.0, 10137.0, 10079.0, 10119.0, 10051.0, 10090.0, 10117.0, 10075.0, 10102.0, 10053.0, 10097.0, 10115.0, 10108.0, 10104.0, 10037.0, 10097.0, 10132.0, 10094.0, 10124.0, 10064.0, 10112.0, 10094.0, 10098.0, 10128.0, 10114.0, 10133.0, 10077.0, 10120.0, 10165.0, 10121.0, 10161.0, 10161.0, 10068.0, 10102.0, 10032.0, 10093.0, 10122.0, 10058.0, 10099.0, 10014.0, 10116.0, 10137.0, 10101.0, 10119.0, 10056.0, 10111.0, 10113.0, 10074.0, 10120.0, 10052.0, 10107.0, 10063.0, 10092.0, 10136.0, 10085.0, 10119.0, 10049.0, 10112.0, 10072.0, 10079.0, 10138.0, 10093.0, 10106.0, 10035.0, 10088.0, 10141.0, 10092.0, 10118.0, 10045.0, 10107.0, 10044.0, 10081.0, 10115.0, 10094.0, 10119.0, 10034.0, 10094.0, 10131.0, 10095.0, 10118.0, 10048.0, 10097.0, 10072.0, 10080.0, 10137.0, 10075.0, 10107.0, 10052.0, 10097.0, 10106.0, 10080.0, 10134.0, 10097.0, 10124.0, 10057.0, 10114.0, 10164.0, 10085.0, 10128.0, 10057.0, 10111.0, 10089.0, 10083.0, 10122.0, 10076.0, 10117.0, 10014.0, 10079.0, 10133.0, 10085.0, 10117.0, 10032.0, 10087.0, 10128.0, 10070.0, 10114.0, 10034.0, 10091.0, 10133.0, 10058.0, 10100.0, 10030.0, 10113.0, 10068.0, 10075.0, 10079.0, 10040.0, 9992.0, 10098.0, 10150.0, 10059.0, 10152.0, 10166.0, 10093.0, 10149.0, 10103.0, 10157.0, 10081.0, 10130.0, 10115.0, 10084.0, 10133.0, 10042.0, 10077.0, 10091.0, 10040.0, 10050.0, 9969.0, 10011.0, 10029.0, 9972.0, 10011.0, 9967.0, 9990.0, 9939.0, 10003.0, 10008.0, 9990.0, 10020.0, 9952.0, 10033.0, 10041.0, 10004.0, 10050.0, 9987.0, 10033.0, 10001.0, 10057.0, 10042.0, 10049.0, 10106.0, 10051.0, 10099.0, 10052.0, 10053.0, 10100.0, 10033.0, 10081.0, 10062.0, 10067.0, 10109.0, 10081.0, 10097.0, 10031.0, 10102.0, 10097.0, 10073.0, 10113.0, 10045.0, 10087.0, 10021.0, 10072.0, 10128.0, 10073.0, 10101.0, 10086.0, 10068.0, 10126.0, 10058.0, 10109.0, 10043.0, 10095.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.003689667721518987</td></tr>
<tr><td colspan=3>aqi</td><td>0.024277859493670884</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.41872037835316</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2918462153760906</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0660796703800484</td></tr>
<tr><td colspan=3>efc</td><td>0.5316</td></tr>
<tr><td colspan=3>fber</td><td>3057.4658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09017000961308899</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7183544303797467</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.654766115928954</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.528976848795402</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.881617840387786</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.553703658603674</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119151</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0067758699879050255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0337945893406868</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8315768020818104</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>11.412</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.8792</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.1794</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1351.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>477.2953</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3895</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.2785</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.3397</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.4592</td></tr>
<tr><td colspan=3>tsnr</td><td>35.403115638531744</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>