<?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-0055_ses-01_task-alignvideo_acq-mb8_run-04_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-0055_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_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-0055/ses-01/func/sub-0055_ses-01_task-alignvideo_acq-mb8_run-04_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>c5dd0e6de3f2c045f0e001724d35e0a6</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:28:4.532500</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.998208, -0.0180438, 0.0570616, 0.0221296, 0.997173, -0.0718009]</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-04_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.104459</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4195, -7699, -7249, 556, 63, -176, -75, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0120c0c-e80d-4eaa-b694-331947bb4d33||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.6781179904937744, 0.05937206372618675, 0.15013280510902405, 104.65628814697266], [0.0484103299677372, 2.6753435134887695, -0.1969243437051773, -85.7148666381836], [0.15309208631515503, 0.19263653457164764, 2.6886208057403564, -85.60945892333984], [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, 1209]</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], 'AcquisitionTime': ['202804.532500', '202804.992500', '202805.452500', '202805.912500', '202806.372500', '202806.832500', '202807.292500', '202807.752500', '202808.212500', '202808.672500', '202809.132500', '202809.592500', '202810.052500', '202810.512500', '202810.972500', '202811.432500', '202811.892500', '202812.352500', '202812.812500', '202813.272500', '202813.732500', '202814.192500', '202814.652500', '202815.112500', '202815.572500', '202816.032500', '202816.492500', '202816.952500', '202817.412500', '202817.872500', '202818.332500', '202818.792500', '202819.252500', '202819.712500', '202820.172500', '202820.632500', '202821.092500', '202821.552500', '202822.012500', '202822.472500', '202822.932500', '202823.392500', '202823.852500', '202824.312500', '202824.772500', '202825.232500', '202825.692500', '202826.152500', '202826.612500', '202827.072500', '202827.532500', '202827.992500', '202828.452500', '202828.912500', '202829.372500', '202829.832500', '202830.292500', '202830.752500', '202831.212500', '202831.672500', '202832.132500', '202832.592500', '202833.052500', '202833.512500', '202833.972500', '202834.432500', '202834.892500', '202835.352500', '202835.812500', '202836.272500', '202836.732500', '202837.192500', '202837.652500', '202838.112500', '202838.572500', '202839.032500', '202839.492500', '202839.952500', '202840.412500', '202840.872500', '202841.332500', '202841.792500', '202842.252500', '202842.712500', '202843.172500', '202843.632500', '202844.092500', '202844.552500', '202845.012500', '202845.472500', '202845.932500', '202846.392500', '202846.852500', '202847.312500', '202847.772500', '202848.232500', '202848.692500', '202849.152500', '202849.612500', '202850.072500', '202850.532500', '202850.992500', '202851.452500', '202851.912500', '202852.372500', '202852.832500', '202853.292500', '202853.752500', '202854.212500', '202854.672500', '202855.132500', '202855.592500', '202856.052500', '202856.512500', '202856.972500', '202857.432500', '202857.892500', '202858.352500', '202858.812500', '202859.272500', '202859.732500', '202900.192500', '202900.652500', '202901.112500', '202901.572500', '202902.032500', '202902.492500', '202902.952500', '202903.412500', '202903.872500', '202904.332500', '202904.792500', '202905.252500', '202905.712500', '202906.172500', '202906.632500', '202907.092500', '202907.552500', '202908.012500', '202908.472500', '202908.932500', '202909.392500', '202909.852500', '202910.312500', '202910.772500', '202911.232500', '202911.692500', '202912.152500', '202912.612500', '202913.072500', '202913.532500', '202913.992500', '202914.452500', '202914.912500', '202915.372500', '202915.832500', '202916.292500', '202916.752500', '202917.212500', '202917.672500', '202918.132500', '202918.592500', '202919.052500', '202919.512500', '202919.972500', '202920.432500', '202920.892500', '202921.352500', '202921.812500', '202922.272500', '202922.732500', '202923.192500', '202923.652500', '202924.112500', '202924.572500', '202925.032500', '202925.492500', '202925.952500', '202926.412500', '202926.872500', '202927.332500', '202927.792500', '202928.252500', '202928.712500', '202929.172500', '202929.632500', '202930.092500', '202930.552500', '202931.012500', '202931.472500', '202931.932500', '202932.392500', '202932.852500', '202933.312500', '202933.772500', '202934.232500', '202934.692500', '202935.152500', '202935.612500', '202936.072500', '202936.532500', '202936.992500', '202937.452500', '202937.912500', '202938.372500', '202938.832500', '202939.292500', '202939.752500', '202940.212500', '202940.672500', '202941.132500', '202941.592500', '202942.052500', '202942.512500', '202942.972500', '202943.432500', '202943.892500', '202944.352500', '202944.812500', '202945.272500', '202945.732500', '202946.192500', '202946.652500', '202947.112500', '202947.572500', '202948.032500', '202948.492500', '202948.952500', '202949.412500', '202949.872500', '202950.332500', '202950.792500', '202951.252500', '202951.712500', '202952.172500', '202952.632500', '202953.092500', '202953.552500', '202954.012500', '202954.472500', '202954.932500', '202955.392500', '202955.852500', '202956.312500', '202956.772500', '202957.232500', '202957.692500', '202958.152500', '202958.612500', '202959.072500', '202959.532500', '202959.992500', '203000.452500', '203000.912500', '203001.372500', '203001.832500', '203002.292500', '203002.752500', '203003.212500', '203003.672500', '203004.132500', '203004.592500', '203005.052500', '203005.512500', '203005.972500', '203006.432500', '203006.892500', '203007.352500', '203007.812500', '203008.272500', '203008.732500', '203009.192500', '203009.652500', '203010.112500', '203010.572500', '203011.032500', '203011.492500', '203011.952500', '203012.412500', '203012.872500', '203013.332500', '203013.792500', '203014.252500', '203014.712500', '203015.172500', '203015.632500', '203016.092500', '203016.552500', '203017.012500', '203017.472500', '203017.932500', '203018.392500', '203018.852500', '203019.312500', '203019.772500', '203020.232500', '203020.692500', '203021.152500', '203021.612500', '203022.072500', '203022.532500', '203022.992500', '203023.452500', '203023.912500', '203024.372500', '203024.832500', '203025.292500', '203025.752500', '203026.212500', '203026.672500', '203027.132500', '203027.592500', '203028.052500', '203028.512500', '203028.972500', '203029.432500', '203029.892500', '203030.352500', '203030.812500', '203031.272500', '203031.732500', '203032.192500', '203032.652500', '203033.112500', '203033.572500', '203034.032500', '203034.492500', '203034.952500', '203035.412500', '203035.872500', '203036.332500', '203036.792500', '203037.252500', '203037.712500', '203038.172500', '203038.632500', '203039.092500', '203039.552500', '203040.012500', '203040.472500', '203040.932500', '203041.392500', '203041.852500', '203042.312500', '203042.772500', '203043.232500', '203043.692500', '203044.152500', '203044.612500', '203045.072500', '203045.532500', '203045.992500', '203046.452500', '203046.912500', '203047.372500', '203047.832500', '203048.292500', '203048.752500', '203049.212500', '203049.672500', '203050.132500', '203050.592500', '203051.052500', '203051.512500', '203051.972500', '203052.432500', '203052.892500', '203053.352500', '203053.812500', '203054.272500', '203054.732500', '203055.192500', '203055.652500', '203056.112500', '203056.572500', '203057.032500', '203057.492500', '203057.952500', '203058.412500', '203058.872500', '203059.332500', '203059.792500', '203100.252500', '203100.712500', '203101.172500', '203101.632500', '203102.092500', '203102.552500', '203103.012500', '203103.472500', '203103.932500', '203104.392500', '203104.852500', '203105.312500', '203105.772500', '203106.232500', '203106.692500', '203107.152500', '203107.612500', '203108.072500', '203108.532500', '203108.992500', '203109.452500', '203109.912500', '203110.372500', '203110.832500', '203111.292500', '203111.752500', '203112.212500', '203112.672500', '203113.132500', '203113.592500', '203114.052500', '203114.512500', '203114.972500', '203115.432500', '203115.892500', '203116.352500', '203116.812500', '203117.272500', '203117.732500', '203118.192500', '203118.652500', '203119.112500', '203119.572500', '203120.032500', '203120.492500', '203120.952500', '203121.412500', '203121.872500', '203122.332500', '203122.792500', '203123.252500', '203123.712500', '203124.172500', '203124.632500', '203125.092500', '203125.552500', '203126.012500', '203126.472500', '203126.932500', '203127.392500', '203127.852500', '203128.312500', '203128.772500', '203129.232500', '203129.692500', '203130.152500', '203130.612500', '203131.072500', '203131.532500', '203131.992500', '203132.452500', '203132.912500', '203133.372500', '203133.832500', '203134.292500', '203134.752500', '203135.212500', '203135.672500', '203136.132500', '203136.592500', '203137.052500', '203137.512500', '203137.972500', '203138.432500', '203138.892500', '203139.352500', '203139.812500', '203140.272500', '203140.732500', '203141.192500', '203141.652500', '203142.112500', '203142.572500', '203143.032500', '203143.492500', '203143.952500', '203144.412500', '203144.872500', '203145.332500', '203145.792500', '203146.252500', '203146.712500', '203147.172500', '203147.632500', '203148.092500', '203148.552500', '203149.012500', '203149.472500', '203149.932500', '203150.392500', '203150.852500', '203151.312500', '203151.772500', '203152.232500', '203152.692500', '203153.152500', '203153.612500', '203154.072500', '203154.532500', '203154.992500', '203155.452500', '203155.912500', '203156.372500', '203156.832500', '203157.292500', '203157.752500', '203158.212500', '203158.672500', '203159.132500', '203159.592500', '203200.052500', '203200.512500', '203200.972500', '203201.432500', '203201.892500', '203202.352500', '203202.812500', '203203.272500', '203203.732500', '203204.192500', '203204.652500', '203205.112500', '203205.572500', '203206.032500', '203206.492500', '203206.952500', '203207.412500', '203207.872500', '203208.332500', '203208.792500', '203209.252500', '203209.712500', '203210.172500', '203210.632500', '203211.092500', '203211.552500', '203212.012500', '203212.472500', '203212.932500', '203213.392500', '203213.852500', '203214.312500', '203214.772500', '203215.232500', '203215.692500', '203216.152500', '203216.612500', '203217.072500', '203217.532500', '203217.992500', '203218.452500', '203218.912500', '203219.372500', '203219.832500', '203220.292500', '203220.752500', '203221.212500', '203221.672500', '203222.132500', '203222.592500', '203223.052500', '203223.512500', '203223.972500', '203224.432500', '203224.892500', '203225.352500', '203225.812500', '203226.272500', '203226.732500', '203227.192500', '203227.652500', '203228.112500', '203228.572500', '203229.032500', '203229.492500', '203229.952500', '203230.412500', '203230.872500', '203231.332500', '203231.792500', '203232.252500', '203232.712500', '203233.172500', '203233.632500', '203234.092500', '203234.552500', '203235.012500', '203235.472500', '203235.932500', '203236.392500', '203236.852500', '203237.312500', '203237.772500', '203238.232500', '203238.692500', '203239.152500', '203239.612500', '203240.072500', '203240.532500', '203240.992500', '203241.452500', '203241.912500', '203242.372500', '203242.832500', '203243.292500', '203243.752500', '203244.212500', '203244.672500', '203245.132500', '203245.592500', '203246.052500', '203246.512500', '203246.972500', '203247.432500', '203247.892500', '203248.352500', '203248.812500', '203249.272500', '203249.732500', '203250.192500', '203250.652500', '203251.112500', '203251.572500', '203252.032500', '203252.492500', '203252.952500', '203253.412500', '203253.872500', '203254.332500', '203254.792500', '203255.252500', '203255.712500', '203256.172500', '203256.632500', '203257.092500', '203257.552500', '203258.012500', '203258.472500', '203258.932500', '203259.392500', '203259.852500', '203300.312500', '203300.772500', '203301.232500', '203301.692500', '203302.152500', '203302.612500', '203303.072500', '203303.532500', '203303.992500', '203304.452500', '203304.912500', '203305.372500', '203305.832500', '203306.292500', '203306.752500', '203307.212500', '203307.672500', '203308.132500', '203308.592500', '203309.052500', '203309.512500', '203309.972500', '203310.432500', '203310.892500', '203311.352500', '203311.812500', '203312.272500', '203312.732500', '203313.192500', '203313.652500', '203314.112500', '203314.572500', '203315.032500', '203315.492500', '203315.952500', '203316.412500', '203316.872500', '203317.332500', '203317.792500', '203318.252500', '203318.712500', '203319.172500', '203319.632500', '203320.092500', '203320.552500', '203321.012500', '203321.472500', '203321.932500', '203322.392500', '203322.852500', '203323.312500', '203323.772500', '203324.232500', '203324.692500', '203325.152500', '203325.612500', '203326.072500', '203326.532500', '203326.992500', '203327.452500', '203327.912500', '203328.372500', '203328.832500', '203329.292500', '203329.752500', '203330.212500', '203330.672500', '203331.132500', '203331.592500', '203332.052500', '203332.512500', '203332.972500', '203333.432500', '203333.892500', '203334.352500', '203334.812500', '203335.272500', '203335.732500', '203336.192500', '203336.652500', '203337.112500', '203337.572500', '203338.032500', '203338.492500', '203338.952500', '203339.412500', '203339.872500', '203340.332500', '203340.792500', '203341.252500', '203341.712500', '203342.172500', '203342.632500', '203343.092500', '203343.552500', '203344.012500', '203344.472500', '203344.932500', '203345.392500', '203345.852500', '203346.312500', '203346.772500', '203347.232500', '203347.692500', '203348.152500', '203348.612500', '203349.072500', '203349.532500', '203349.992500', '203350.452500', '203350.912500', '203351.372500', '203351.832500', '203352.292500', '203352.752500', '203353.212500', '203353.672500', '203354.132500', '203354.592500', '203355.052500', '203355.512500', '203355.972500', '203356.432500', '203356.892500', '203357.352500', '203357.812500', '203358.272500', '203358.732500', '203359.192500', '203359.652500', '203400.112500', '203400.572500', '203401.032500', '203401.492500', '203401.952500', '203402.412500', '203402.872500', '203403.332500', '203403.792500', '203404.252500', '203404.712500', '203405.172500', '203405.632500', '203406.092500', '203406.552500', '203407.012500', '203407.472500', '203407.932500', '203408.392500', '203408.852500', '203409.312500', '203409.772500', '203410.232500', '203410.692500', '203411.152500', '203411.612500', '203412.072500', '203412.532500', '203412.992500', '203413.452500', '203413.912500', '203414.372500', '203414.832500', '203415.292500', '203415.752500', '203416.212500', '203416.672500', '203417.132500', '203417.592500', '203418.052500', '203418.512500', '203418.972500', '203419.432500', '203419.892500', '203420.352500', '203420.812500', '203421.272500', '203421.732500', '203422.192500', '203422.652500', '203423.112500', '203423.572500', '203424.032500', '203424.492500', '203424.952500', '203425.412500', '203425.872500', '203426.332500', '203426.792500', '203427.252500', '203427.712500', '203428.172500', '203428.632500', '203429.092500', '203429.552500', '203430.012500', '203430.472500', '203430.932500', '203431.392500', '203431.852500', '203432.312500', '203432.772500', '203433.232500', '203433.692500', '203434.152500', '203434.612500', '203435.072500', '203435.532500', '203435.992500', '203436.452500', '203436.912500', '203437.372500', '203437.832500', '203438.292500', '203438.752500', '203439.212500', '203439.672500', '203440.132500', '203440.592500', '203441.052500', '203441.512500', '203441.972500', '203442.432500', '203442.892500', '203443.352500', '203443.812500', '203444.272500', '203444.732500', '203445.192500', '203445.652500', '203446.112500', '203446.572500', '203447.032500', '203447.492500', '203447.952500', '203448.412500', '203448.872500', '203449.332500', '203449.792500', '203450.252500', '203450.712500', '203451.172500', '203451.632500', '203452.092500', '203452.552500', '203453.012500', '203453.472500', '203453.932500', '203454.392500', '203454.852500', '203455.312500', '203455.772500', '203456.232500', '203456.692500', '203457.152500', '203457.612500', '203458.072500', '203458.532500', '203458.992500', '203459.452500', '203459.912500', '203500.372500', '203500.832500', '203501.292500', '203501.752500', '203502.212500', '203502.672500', '203503.132500', '203503.592500', '203504.052500', '203504.512500', '203504.972500', '203505.432500', '203505.892500', '203506.352500', '203506.812500', '203507.272500', '203507.732500', '203508.192500', '203508.652500', '203509.112500', '203509.572500', '203510.032500', '203510.492500', '203510.952500', '203511.412500', '203511.872500', '203512.332500', '203512.792500', '203513.252500', '203513.712500', '203514.172500', '203514.632500', '203515.092500', '203515.552500', '203516.012500', '203516.472500', '203516.932500', '203517.392500', '203517.852500', '203518.312500', '203518.772500', '203519.232500', '203519.692500', '203520.152500', '203520.612500', '203521.072500', '203521.532500', '203521.992500', '203522.452500', '203522.912500', '203523.372500', '203523.832500', '203524.292500', '203524.752500', '203525.212500', '203525.672500', '203526.132500', '203526.592500', '203527.052500', '203527.512500', '203527.972500', '203528.432500', '203528.892500', '203529.352500', '203529.812500', '203530.272500', '203530.732500', '203531.192500', '203531.652500', '203532.112500', '203532.572500', '203533.032500', '203533.492500', '203533.952500', '203534.412500', '203534.872500', '203535.332500', '203535.792500', '203536.252500', '203536.712500', '203537.172500', '203537.632500', '203538.092500', '203538.552500', '203539.012500', '203539.472500', '203539.932500', '203540.392500', '203540.852500', '203541.312500', '203541.772500', '203542.232500', '203542.692500', '203543.152500', '203543.612500', '203544.072500', '203544.532500', '203544.992500', '203545.452500', '203545.912500', '203546.372500', '203546.832500', '203547.292500', '203547.752500', '203548.212500', '203548.672500', '203549.132500', '203549.592500', '203550.052500', '203550.512500', '203550.972500', '203551.432500', '203551.892500', '203552.352500', '203552.812500', '203553.272500', '203553.732500', '203554.192500', '203554.652500', '203555.112500', '203555.572500', '203556.032500', '203556.492500', '203556.952500', '203557.412500', '203557.872500', '203558.332500', '203558.792500', '203559.252500', '203559.712500', '203600.172500', '203600.632500', '203601.092500', '203601.552500', '203602.012500', '203602.472500', '203602.932500', '203603.392500', '203603.852500', '203604.312500', '203604.772500', '203605.232500', '203605.692500', '203606.152500', '203606.612500', '203607.072500', '203607.532500', '203607.992500', '203608.452500', '203608.912500', '203609.372500', '203609.832500', '203610.292500', '203610.752500', '203611.212500', '203611.672500', '203612.132500', '203612.592500', '203613.052500', '203613.512500', '203613.972500', '203614.432500', '203614.892500', '203615.352500', '203615.812500', '203616.272500', '203616.732500', '203617.192500', '203617.652500', '203618.112500', '203618.572500', '203619.032500', '203619.492500', '203619.952500', '203620.412500', '203620.872500', '203621.332500', '203621.792500', '203622.252500', '203622.712500', '203623.172500', '203623.632500', '203624.092500', '203624.552500', '203625.012500', '203625.472500', '203625.932500', '203626.392500', '203626.852500', '203627.312500', '203627.772500', '203628.232500', '203628.692500', '203629.152500', '203629.612500', '203630.072500', '203630.532500', '203630.992500', '203631.452500', '203631.912500', '203632.372500', '203632.832500', '203633.292500', '203633.752500', '203634.212500', '203634.672500', '203635.132500', '203635.592500', '203636.052500', '203636.512500', '203636.972500', '203637.432500', '203637.892500', '203638.352500', '203638.812500', '203639.272500', '203639.732500', '203640.192500', '203640.652500', '203641.112500', '203641.572500', '203642.032500', '203642.492500', '203642.952500', '203643.412500', '203643.872500', '203644.332500', '203644.792500', '203645.252500', '203645.712500', '203646.172500', '203646.632500', '203647.092500', '203647.552500', '203648.012500', '203648.472500', '203648.932500', '203649.392500', '203649.852500', '203650.312500', '203650.772500', '203651.232500', '203651.692500', '203652.152500', '203652.612500', '203653.072500', '203653.532500', '203653.992500', '203654.452500', '203654.912500', '203655.372500', '203655.832500', '203656.292500', '203656.752500', '203657.212500', '203657.672500', '203658.132500', '203658.592500', '203659.052500', '203659.512500', '203659.972500', '203700.432500', '203700.892500', '203701.352500', '203701.812500', '203702.272500', '203702.732500', '203703.192500', '203703.652500', '203704.112500', '203704.572500', '203705.032500', '203705.492500', '203705.952500', '203706.412500', '203706.872500', '203707.332500', '203707.792500', '203708.252500', '203708.712500', '203709.172500', '203709.632500', '203710.092500', '203710.552500', '203711.012500', '203711.472500', '203711.932500', '203712.392500', '203712.852500', '203713.312500', '203713.772500', '203714.232500', '203714.692500', '203715.152500', '203715.612500', '203716.072500', '203716.532500', '203716.992500', '203717.452500', '203717.912500', '203718.372500', '203718.832500', '203719.292500', '203719.752500', '203720.212500'], 'ContentTime': ['202815.539000', '202815.543000', '202815.546000', '202815.549000', '202815.551000', '202815.554000', '202815.556000', '202815.559000', '202815.562000', '202815.565000', '202815.567000', '202815.578000', '202815.580000', '202815.583000', '202815.586000', '202815.588000', '202815.591000', '202815.594000', '202815.596000', '202815.599000', '202815.601000', '202815.604000', '202835.502000', '202835.505000', '202835.508000', '202835.510000', '202835.513000', '202835.516000', '202835.518000', '202835.521000', '202835.523000', '202835.526000', '202835.528000', '202835.531000', '202835.534000', '202835.543000', '202835.545000', '202835.548000', '202835.551000', '202835.553000', '202835.556000', '202835.558000', '202835.561000', '202835.564000', '202835.566000', '202835.569000', '202835.571000', '202835.574000', '202835.576000', '202835.590000', '202835.594000', '202835.597000', '202835.599000', '202835.602000', '202835.605000', '202835.607000', '202835.610000', '202835.612000', '202835.615000', '202835.617000', '202835.620000', '202835.623000', '202835.625000', '202835.628000', '202835.630000', '202855.503000', '202855.506000', '202855.508000', '202855.511000', '202855.513000', '202855.516000', '202855.518000', '202855.521000', '202855.524000', '202855.526000', '202855.535000', '202855.538000', '202855.540000', '202855.543000', '202855.546000', '202855.548000', '202855.551000', '202855.553000', '202855.556000', '202855.559000', '202855.561000', '202855.564000', '202855.566000', '202855.569000', '202855.572000', '202855.574000', '202855.577000', '202855.579000', '202855.582000', '202855.584000', '202855.587000', '202855.589000', '202855.592000', '202855.595000', '202855.597000', '202855.600000', '202855.602000', '202855.605000', '202855.608000', '202855.610000', '202855.613000', '202855.615000', '202855.618000', '202855.621000', '202915.502000', '202915.505000', '202915.508000', '202915.510000', '202915.513000', '202915.516000', '202915.518000', '202915.521000', '202915.523000', '202915.526000', '202915.528000', '202915.531000', '202915.533000', '202915.536000', '202915.539000', '202915.541000', '202915.544000', '202915.547000', '202915.549000', '202915.552000', '202915.554000', '202915.557000', '202915.560000', '202915.563000', '202915.566000', '202915.569000', '202915.572000', '202915.574000', '202915.577000', '202915.579000', '202915.582000', '202915.585000', '202915.587000', '202915.590000', '202915.592000', '202915.595000', '202915.597000', '202915.600000', '202915.603000', '202915.605000', '202915.608000', '202915.610000', '202915.613000', '202935.503000', '202935.505000', '202935.508000', '202935.511000', '202935.513000', '202935.516000', '202935.519000', '202935.521000', '202935.524000', '202935.526000', '202935.529000', '202935.531000', '202935.534000', '202935.537000', '202935.539000', '202935.542000', '202935.544000', '202935.547000', '202935.550000', '202935.552000', '202935.555000', '202935.558000', '202935.560000', '202935.563000', '202935.565000', '202935.568000', '202935.571000', '202935.573000', '202935.576000', '202935.578000', '202935.581000', '202935.583000', '202935.586000', '202935.589000', '202935.591000', '202935.594000', '202935.597000', '202935.599000', '202935.602000', '202935.604000', '202935.607000', '202935.610000', '202935.612000', '202935.615000', '202955.503000', '202955.506000', '202955.508000', '202955.511000', '202955.513000', '202955.516000', '202955.518000', '202955.521000', '202955.524000', '202955.526000', '202955.529000', '202955.531000', '202955.534000', '202955.536000', '202955.539000', '202955.542000', '202955.544000', '202955.547000', '202955.550000', '202955.552000', '202955.555000', '202955.557000', '202955.560000', '202955.563000', '202955.565000', '202955.568000', '202955.571000', '202955.573000', '202955.576000', '202955.579000', '202955.581000', '202955.584000', '202955.587000', '202955.589000', '202955.592000', '202955.594000', '202955.597000', '202955.600000', '202955.602000', '202955.605000', '202955.607000', '202955.610000', '202955.612000', '203015.502000', '203015.505000', '203015.508000', '203015.511000', '203015.513000', '203015.516000', '203015.519000', '203015.521000', '203015.524000', '203015.526000', '203015.529000', '203015.531000', '203015.534000', '203015.537000', '203015.539000', '203015.542000', '203015.544000', '203015.547000', '203015.550000', '203015.552000', '203015.555000', '203015.557000', '203015.560000', '203015.562000', '203015.565000', '203015.568000', '203015.570000', '203015.573000', '203015.575000', '203015.578000', '203015.581000', '203015.583000', '203015.586000', '203015.589000', '203015.591000', '203015.594000', '203015.597000', '203015.599000', '203015.602000', '203015.604000', '203015.607000', '203015.610000', '203015.612000', '203015.627000', '203035.502000', '203035.505000', '203035.508000', '203035.511000', '203035.513000', '203035.516000', '203035.518000', '203035.521000', '203035.524000', '203035.526000', '203035.529000', '203035.531000', '203035.534000', '203035.537000', '203035.539000', '203035.542000', '203035.545000', '203035.547000', '203035.550000', '203035.552000', '203035.555000', '203035.557000', '203035.560000', '203035.563000', '203035.565000', '203035.568000', '203035.570000', '203035.573000', '203035.575000', '203035.578000', '203035.581000', '203035.583000', '203035.586000', '203035.588000', '203035.591000', '203035.594000', '203035.596000', '203035.599000', '203035.602000', '203035.604000', '203035.607000', '203035.609000', '203035.612000', '203055.503000', '203055.505000', '203055.508000', '203055.511000', '203055.513000', '203055.516000', '203055.519000', '203055.521000', '203055.524000', '203055.526000', '203055.529000', '203055.532000', '203055.534000', '203055.537000', '203055.540000', '203055.542000', '203055.545000', '203055.548000', '203055.550000', '203055.553000', '203055.555000', '203055.558000', '203055.561000', '203055.563000', '203055.566000', '203055.568000', '203055.571000', '203055.574000', '203055.576000', '203055.579000', '203055.581000', '203055.584000', '203055.586000', '203055.589000', '203055.592000', '203055.594000', '203055.597000', '203055.599000', '203055.602000', '203055.605000', '203055.607000', '203055.610000', '203055.613000', '203055.615000', '203115.502000', '203115.505000', '203115.508000', '203115.511000', '203115.513000', '203115.516000', '203115.518000', '203115.521000', '203115.524000', '203115.526000', '203115.529000', '203115.531000', '203115.534000', '203115.537000', '203115.539000', '203115.542000', '203115.544000', '203115.547000', '203115.550000', '203115.552000', '203115.555000', '203115.557000', '203115.560000', '203115.562000', '203115.565000', '203115.568000', '203115.570000', '203115.573000', '203115.575000', '203115.578000', '203115.581000', '203115.583000', '203115.586000', '203115.588000', '203115.591000', '203115.594000', '203115.596000', '203115.599000', '203115.601000', '203115.604000', '203115.607000', '203115.609000', '203115.612000', '203135.503000', '203135.505000', '203135.508000', '203135.511000', '203135.513000', '203135.516000', '203135.518000', '203135.521000', '203135.524000', '203135.526000', '203135.529000', '203135.532000', '203135.534000', '203135.537000', '203135.539000', '203135.542000', '203135.545000', '203135.547000', '203135.550000', '203135.552000', '203135.555000', '203135.558000', '203135.560000', '203135.563000', '203135.565000', '203135.568000', '203135.571000', '203135.573000', '203135.576000', '203135.578000', '203135.581000', '203135.584000', '203135.586000', '203135.589000', '203135.592000', '203135.594000', '203135.597000', '203135.599000', '203135.602000', '203135.605000', '203135.607000', '203135.610000', '203135.612000', '203135.615000', '203155.502000', '203155.505000', '203155.508000', '203155.510000', '203155.513000', '203155.516000', '203155.518000', '203155.521000', '203155.523000', '203155.526000', '203155.529000', '203155.531000', '203155.534000', '203155.536000', '203155.539000', '203155.542000', '203155.544000', '203155.547000', '203155.549000', '203155.552000', '203155.555000', '203155.557000', '203155.560000', '203155.562000', '203155.571000', '203155.574000', '203155.576000', '203155.579000', '203155.582000', '203155.584000', '203155.587000', '203155.589000', '203155.592000', '203155.595000', '203155.597000', '203155.600000', '203155.602000', '203155.605000', '203155.607000', '203155.610000', '203155.613000', '203155.615000', '203155.618000', '203215.502000', '203215.505000', '203215.507000', '203215.510000', '203215.513000', '203215.515000', '203215.518000', '203215.520000', '203215.523000', '203215.526000', '203215.528000', '203215.531000', '203215.534000', '203215.536000', '203215.539000', '203215.542000', '203215.544000', '203215.547000', '203215.549000', '203215.552000', '203215.554000', '203215.557000', '203215.560000', '203215.562000', '203215.565000', '203215.568000', '203215.570000', '203215.573000', '203215.575000', '203215.578000', '203215.581000', '203215.583000', '203215.586000', '203215.588000', '203215.591000', '203215.594000', '203215.596000', '203215.599000', '203215.602000', '203215.604000', '203215.607000', '203215.609000', '203215.619000', '203215.622000', '203235.502000', '203235.505000', '203235.508000', '203235.511000', '203235.513000', '203235.516000', '203235.518000', '203235.521000', '203235.524000', '203235.526000', '203235.529000', '203235.532000', '203235.534000', '203235.537000', '203235.539000', '203235.542000', '203235.544000', '203235.547000', '203235.550000', '203235.552000', '203235.555000', '203235.557000', '203235.560000', '203235.563000', '203235.565000', '203235.568000', '203235.570000', '203235.573000', '203235.576000', '203235.578000', '203235.581000', '203235.583000', '203235.586000', '203235.589000', '203235.591000', '203235.594000', '203235.597000', '203235.599000', '203235.602000', '203235.605000', '203235.607000', '203235.610000', '203235.612000', '203255.503000', '203255.506000', '203255.508000', '203255.511000', '203255.513000', '203255.516000', '203255.519000', '203255.521000', '203255.524000', '203255.526000', '203255.529000', '203255.532000', '203255.534000', '203255.537000', '203255.539000', '203255.542000', '203255.545000', '203255.547000', '203255.550000', '203255.552000', '203255.555000', '203255.557000', '203255.560000', '203255.563000', '203255.565000', '203255.568000', '203255.571000', '203255.573000', '203255.576000', '203255.578000', '203255.581000', '203255.583000', '203255.586000', '203255.589000', '203255.591000', '203255.594000', '203255.597000', '203255.599000', '203255.602000', '203255.604000', '203255.607000', '203255.609000', '203255.612000', '203255.615000', '203315.503000', '203315.505000', '203315.508000', '203315.511000', '203315.513000', '203315.516000', '203315.518000', '203315.521000', '203315.524000', '203315.526000', '203315.529000', '203315.532000', '203315.534000', '203315.537000', '203315.539000', '203315.542000', '203315.545000', '203315.547000', '203315.550000', '203315.553000', '203315.555000', '203315.558000', '203315.561000', '203315.563000', '203315.566000', '203315.568000', '203315.571000', '203315.573000', '203315.576000', '203315.579000', '203315.581000', '203315.584000', '203315.586000', '203315.589000', '203315.592000', '203315.604000', '203315.607000', '203315.609000', '203315.612000', '203315.614000', '203315.617000', '203315.620000', '203315.622000', '203335.503000', '203335.505000', '203335.508000', '203335.511000', '203335.515000', '203335.518000', '203335.520000', '203335.525000', '203335.528000', '203335.530000', '203335.533000', '203335.536000', '203335.538000', '203335.541000', '203335.543000', '203335.546000', '203335.549000', '203335.551000', '203335.554000', '203335.556000', '203335.559000', '203335.562000', '203335.564000', '203335.567000', '203335.570000', '203335.573000', '203335.575000', '203335.578000', '203335.581000', '203335.583000', '203335.586000', '203335.588000', '203335.591000', '203335.594000', '203335.596000', '203335.599000', '203335.602000', '203335.604000', '203335.607000', '203335.609000', '203335.612000', '203335.615000', '203335.617000', '203335.620000', '203355.502000', '203355.505000', '203355.508000', '203355.511000', '203355.513000', '203355.516000', '203355.519000', '203355.521000', '203355.524000', '203355.526000', '203355.529000', '203355.532000', '203355.534000', '203355.537000', '203355.539000', '203355.542000', '203355.544000', '203355.547000', '203355.550000', '203355.552000', '203355.555000', '203355.557000', '203355.560000', '203355.563000', '203355.565000', '203355.568000', '203355.570000', '203355.573000', '203355.575000', '203355.578000', '203355.581000', '203355.583000', '203355.586000', '203355.588000', '203355.591000', '203355.594000', '203355.596000', '203355.599000', '203355.601000', '203355.604000', '203355.607000', '203355.609000', '203355.612000', '203415.503000', '203415.506000', '203415.508000', '203415.511000', '203415.514000', '203415.516000', '203415.519000', '203415.522000', '203415.524000', '203415.527000', '203415.529000', '203415.532000', '203415.534000', '203415.537000', '203415.540000', '203415.542000', '203415.545000', '203415.547000', '203415.550000', '203415.553000', '203415.555000', '203415.558000', '203415.561000', '203415.563000', '203415.566000', '203415.568000', '203415.571000', '203415.574000', '203415.576000', '203415.579000', '203415.581000', '203415.584000', '203415.586000', '203415.589000', '203415.592000', '203415.594000', '203415.597000', '203415.600000', '203415.602000', '203415.605000', '203415.607000', '203415.610000', '203415.613000', '203415.615000', '203435.502000', '203435.504000', '203435.507000', '203435.510000', '203435.512000', '203435.515000', '203435.518000', '203435.520000', '203435.523000', '203435.525000', '203435.528000', '203435.531000', '203435.533000', '203435.536000', '203435.539000', '203435.541000', '203435.544000', '203435.546000', '203435.549000', '203435.552000', '203435.554000', '203435.557000', '203435.560000', '203435.562000', '203435.565000', '203435.567000', '203435.570000', '203435.572000', '203435.575000', '203435.578000', '203435.580000', '203435.583000', '203435.586000', '203435.588000', '203435.591000', '203435.594000', '203435.596000', '203435.599000', '203435.601000', '203435.604000', '203435.606000', '203435.609000', '203435.612000', '203455.503000', '203455.506000', '203455.509000', '203455.522000', '203455.525000', '203455.527000', '203455.530000', '203455.533000', '203455.535000', '203455.538000', '203455.540000', '203455.543000', '203455.546000', '203455.548000', '203455.552000', '203455.555000', '203455.558000', '203455.560000', '203455.563000', '203455.566000', '203455.568000', '203455.571000', '203455.573000', '203455.576000', '203455.578000', '203455.581000', '203455.584000', '203455.586000', '203455.589000', '203455.591000', '203455.594000', '203455.597000', '203455.599000', '203455.602000', '203455.605000', '203455.607000', '203455.610000', '203455.613000', '203455.615000', '203455.618000', '203455.620000', '203455.623000', '203455.626000', '203515.503000', '203515.506000', '203515.509000', '203515.511000', '203515.514000', '203515.516000', '203515.519000', '203515.522000', '203515.524000', '203515.527000', '203515.529000', '203515.532000', '203515.535000', '203515.537000', '203515.540000', '203515.543000', '203515.545000', '203515.548000', '203515.551000', '203515.553000', '203515.556000', '203515.558000', '203515.561000', '203515.564000', '203515.566000', '203515.569000', '203515.571000', '203515.574000', '203515.576000', '203515.579000', '203515.582000', '203515.584000', '203515.587000', '203515.590000', '203515.592000', '203515.595000', '203515.597000', '203515.600000', '203515.603000', '203515.605000', '203515.608000', '203515.610000', '203515.613000', '203515.616000', '203535.503000', '203535.506000', '203535.508000', '203535.511000', '203535.514000', '203535.516000', '203535.519000', '203535.522000', '203535.524000', '203535.527000', '203535.529000', '203535.532000', '203535.535000', '203535.538000', '203535.541000', '203535.544000', '203535.546000', '203535.549000', '203535.552000', '203535.554000', '203535.557000', '203535.559000', '203535.562000', '203535.565000', '203535.567000', '203535.570000', '203535.572000', '203535.575000', '203535.577000', '203535.580000', '203535.583000', '203535.585000', '203535.588000', '203535.591000', '203535.593000', '203535.596000', '203535.598000', '203535.601000', '203535.603000', '203535.606000', '203535.609000', '203535.611000', '203535.614000', '203555.503000', '203555.506000', '203555.508000', '203555.511000', '203555.513000', '203555.516000', '203555.518000', '203555.521000', '203555.524000', '203555.526000', '203555.529000', '203555.531000', '203555.534000', '203555.537000', '203555.539000', '203555.542000', '203555.545000', '203555.547000', '203555.550000', '203555.552000', '203555.555000', '203555.557000', '203555.560000', '203555.563000', '203555.565000', '203555.568000', '203555.570000', '203555.573000', '203555.575000', '203555.578000', '203555.581000', '203555.584000', '203555.586000', '203555.589000', '203555.591000', '203555.594000', '203555.596000', '203555.599000', '203555.602000', '203555.604000', '203555.607000', '203555.610000', '203555.612000', '203555.615000', '203615.503000', '203615.506000', '203615.509000', '203615.512000', '203615.514000', '203615.517000', '203615.520000', '203615.522000', '203615.525000', '203615.528000', '203615.530000', '203615.533000', '203615.535000', '203615.538000', '203615.541000', '203615.544000', '203615.546000', '203615.549000', '203615.552000', '203615.555000', '203615.557000', '203615.560000', '203615.562000', '203615.565000', '203615.567000', '203615.570000', '203615.573000', '203615.575000', '203615.578000', '203615.580000', '203615.583000', '203615.586000', '203615.588000', '203615.593000', '203615.595000', '203615.598000', '203615.601000', '203615.603000', '203615.606000', '203615.608000', '203615.611000', '203615.614000', '203615.616000', '203635.503000', '203635.505000', '203635.508000', '203635.511000', '203635.513000', '203635.516000', '203635.519000', '203635.521000', '203635.524000', '203635.526000', '203635.529000', '203635.532000', '203635.534000', '203635.537000', '203635.540000', '203635.542000', '203635.545000', '203635.548000', '203635.550000', '203635.553000', '203635.555000', '203635.558000', '203635.561000', '203635.563000', '203635.566000', '203635.569000', '203635.571000', '203635.574000', '203635.577000', '203635.579000', '203635.582000', '203635.584000', '203635.587000', '203635.590000', '203635.592000', '203635.595000', '203635.597000', '203635.600000', '203635.603000', '203635.605000', '203635.608000', '203635.610000', '203635.613000', '203635.616000', '203655.502000', '203655.504000', '203655.507000', '203655.510000', '203655.512000', '203655.515000', '203655.517000', '203655.520000', '203655.522000', '203655.525000', '203655.528000', '203655.530000', '203655.533000', '203655.536000', '203655.538000', '203655.541000', '203655.544000', '203655.546000', '203655.549000', '203655.552000', '203655.554000', '203655.557000', '203655.559000', '203655.562000', '203655.565000', '203655.567000', '203655.570000', '203655.572000', '203655.575000', '203655.578000', '203655.580000', '203655.583000', '203655.585000', '203655.588000', '203655.591000', '203655.593000', '203655.596000', '203655.598000', '203655.601000', '203655.604000', '203655.606000', '203655.609000', '203655.612000', '203715.503000', '203715.505000', '203715.508000', '203715.511000', '203715.513000', '203715.516000', '203715.519000', '203715.521000', '203715.524000', '203715.527000', '203715.530000', '203715.533000', '203715.535000', '203715.538000', '203715.540000', '203715.543000', '203715.546000', '203715.548000', '203715.551000', '203715.553000', '203715.556000', '203715.559000', '203715.561000', '203715.564000', '203715.566000', '203715.569000', '203715.572000', '203715.574000', '203715.577000', '203715.579000', '203715.582000', '203715.585000', '203715.587000', '203715.590000', '203715.593000', '203715.595000', '203715.598000', '203715.600000', '203715.603000', '203715.605000', '203715.608000', '203715.611000', '203715.613000', '203715.616000', '203721.303000', '203721.306000', '203721.309000', '203721.311000', '203721.314000', '203721.317000', '203721.319000', '203721.322000', '203721.324000', '203721.327000', '203721.342000', '203721.345000', '203721.347000'], 'InstanceCreationTime': ['202815.539000', '202815.543000', '202815.546000', '202815.549000', '202815.551000', '202815.554000', '202815.556000', '202815.559000', '202815.562000', '202815.565000', '202815.567000', '202815.578000', '202815.580000', '202815.583000', '202815.586000', '202815.588000', '202815.591000', '202815.594000', '202815.596000', '202815.599000', '202815.601000', '202815.604000', '202835.502000', '202835.505000', '202835.508000', '202835.510000', '202835.513000', '202835.516000', '202835.518000', '202835.521000', '202835.523000', '202835.526000', '202835.528000', '202835.531000', '202835.534000', '202835.543000', '202835.545000', '202835.548000', '202835.551000', '202835.553000', '202835.556000', '202835.558000', '202835.561000', '202835.564000', '202835.566000', '202835.569000', '202835.571000', '202835.574000', '202835.576000', '202835.590000', '202835.594000', '202835.597000', '202835.599000', '202835.602000', '202835.605000', '202835.607000', '202835.610000', '202835.612000', '202835.615000', '202835.617000', '202835.620000', '202835.623000', '202835.625000', '202835.628000', '202835.630000', '202855.503000', '202855.506000', '202855.508000', '202855.511000', '202855.513000', '202855.516000', '202855.518000', '202855.521000', '202855.524000', '202855.526000', '202855.535000', '202855.538000', '202855.540000', '202855.543000', '202855.546000', '202855.548000', '202855.551000', '202855.553000', '202855.556000', '202855.559000', '202855.561000', '202855.564000', '202855.566000', '202855.569000', '202855.572000', '202855.574000', '202855.577000', '202855.579000', '202855.582000', '202855.584000', '202855.587000', '202855.589000', '202855.592000', '202855.595000', '202855.597000', '202855.600000', '202855.602000', '202855.605000', '202855.608000', '202855.610000', '202855.613000', '202855.615000', '202855.618000', '202855.621000', '202915.502000', '202915.505000', '202915.508000', '202915.510000', '202915.513000', '202915.516000', '202915.518000', '202915.521000', '202915.523000', '202915.526000', '202915.528000', '202915.531000', '202915.533000', '202915.536000', '202915.539000', '202915.541000', '202915.544000', '202915.547000', '202915.549000', '202915.552000', '202915.554000', '202915.557000', '202915.560000', '202915.563000', '202915.566000', '202915.569000', '202915.572000', '202915.574000', '202915.577000', '202915.579000', '202915.582000', '202915.585000', '202915.587000', '202915.590000', '202915.592000', '202915.595000', '202915.597000', '202915.600000', '202915.603000', '202915.605000', '202915.608000', '202915.610000', '202915.613000', '202935.503000', '202935.505000', '202935.508000', '202935.511000', '202935.513000', '202935.516000', '202935.519000', '202935.521000', '202935.524000', '202935.526000', '202935.529000', '202935.531000', '202935.534000', '202935.537000', '202935.539000', '202935.542000', '202935.544000', '202935.547000', '202935.550000', '202935.552000', '202935.555000', '202935.558000', '202935.560000', '202935.563000', '202935.565000', '202935.568000', '202935.571000', '202935.573000', '202935.576000', '202935.578000', '202935.581000', '202935.583000', '202935.586000', '202935.589000', '202935.591000', '202935.594000', '202935.597000', '202935.599000', '202935.602000', '202935.604000', '202935.607000', '202935.610000', '202935.612000', '202935.615000', '202955.503000', '202955.506000', '202955.508000', '202955.511000', '202955.513000', '202955.516000', '202955.518000', '202955.521000', '202955.524000', '202955.526000', '202955.529000', '202955.531000', '202955.534000', '202955.536000', '202955.539000', '202955.542000', '202955.544000', '202955.547000', '202955.550000', '202955.552000', '202955.555000', '202955.557000', '202955.560000', '202955.563000', '202955.565000', '202955.568000', '202955.571000', '202955.573000', '202955.576000', '202955.579000', '202955.581000', '202955.584000', '202955.587000', '202955.589000', '202955.592000', '202955.594000', '202955.597000', '202955.600000', '202955.602000', '202955.605000', '202955.607000', '202955.610000', '202955.612000', '203015.502000', '203015.505000', '203015.508000', '203015.511000', '203015.513000', '203015.516000', '203015.519000', '203015.521000', '203015.524000', '203015.526000', '203015.529000', '203015.531000', '203015.534000', '203015.537000', '203015.539000', '203015.542000', '203015.544000', '203015.547000', '203015.550000', '203015.552000', '203015.555000', '203015.557000', '203015.560000', '203015.562000', '203015.565000', '203015.568000', '203015.570000', '203015.573000', '203015.575000', '203015.578000', '203015.581000', '203015.583000', '203015.586000', '203015.589000', '203015.591000', '203015.594000', '203015.597000', '203015.599000', '203015.602000', '203015.604000', '203015.607000', '203015.610000', '203015.612000', '203015.627000', '203035.502000', '203035.505000', '203035.508000', '203035.511000', '203035.513000', '203035.516000', '203035.518000', '203035.521000', '203035.524000', '203035.526000', '203035.529000', '203035.531000', '203035.534000', '203035.537000', '203035.539000', '203035.542000', '203035.545000', '203035.547000', '203035.550000', '203035.552000', '203035.555000', '203035.557000', '203035.560000', '203035.563000', '203035.565000', '203035.568000', '203035.570000', '203035.573000', '203035.575000', '203035.578000', '203035.581000', '203035.583000', '203035.586000', '203035.588000', '203035.591000', '203035.594000', '203035.596000', '203035.599000', '203035.602000', '203035.604000', '203035.607000', '203035.609000', '203035.612000', '203055.503000', '203055.505000', '203055.508000', '203055.511000', '203055.513000', '203055.516000', '203055.519000', '203055.521000', '203055.524000', '203055.526000', '203055.529000', '203055.532000', '203055.534000', '203055.537000', '203055.540000', '203055.542000', '203055.545000', '203055.548000', '203055.550000', '203055.553000', '203055.555000', '203055.558000', '203055.561000', '203055.563000', '203055.566000', '203055.568000', '203055.571000', '203055.574000', '203055.576000', '203055.579000', '203055.581000', '203055.584000', '203055.586000', '203055.589000', '203055.592000', '203055.594000', '203055.597000', '203055.599000', '203055.602000', '203055.605000', '203055.607000', '203055.610000', '203055.613000', '203055.615000', '203115.502000', '203115.505000', '203115.508000', '203115.511000', '203115.513000', '203115.516000', '203115.518000', '203115.521000', '203115.524000', '203115.526000', '203115.529000', '203115.531000', '203115.534000', '203115.537000', '203115.539000', '203115.542000', '203115.544000', '203115.547000', '203115.550000', '203115.552000', '203115.555000', '203115.557000', '203115.560000', '203115.562000', '203115.565000', '203115.568000', '203115.570000', '203115.573000', '203115.575000', '203115.578000', '203115.581000', '203115.583000', '203115.586000', '203115.588000', '203115.591000', '203115.594000', '203115.596000', '203115.599000', '203115.601000', '203115.604000', '203115.607000', '203115.609000', '203115.612000', '203135.503000', '203135.505000', '203135.508000', '203135.511000', '203135.513000', '203135.516000', '203135.518000', '203135.521000', '203135.524000', '203135.526000', '203135.529000', '203135.532000', '203135.534000', '203135.537000', '203135.539000', '203135.542000', '203135.545000', '203135.547000', '203135.550000', '203135.552000', '203135.555000', '203135.558000', '203135.560000', '203135.563000', '203135.565000', '203135.568000', '203135.571000', '203135.573000', '203135.576000', '203135.578000', '203135.581000', '203135.584000', '203135.586000', '203135.589000', '203135.592000', '203135.594000', '203135.597000', '203135.599000', '203135.602000', '203135.605000', '203135.607000', '203135.610000', '203135.612000', '203135.615000', '203155.502000', '203155.505000', '203155.508000', '203155.510000', '203155.513000', '203155.516000', '203155.518000', '203155.521000', '203155.523000', '203155.526000', '203155.529000', '203155.531000', '203155.534000', '203155.536000', '203155.539000', '203155.542000', '203155.544000', '203155.547000', '203155.549000', '203155.552000', '203155.555000', '203155.557000', '203155.560000', '203155.562000', '203155.571000', '203155.574000', '203155.576000', '203155.579000', '203155.582000', '203155.584000', '203155.587000', '203155.589000', '203155.592000', '203155.595000', '203155.597000', '203155.600000', '203155.602000', '203155.605000', '203155.607000', '203155.610000', '203155.613000', '203155.615000', '203155.618000', '203215.502000', '203215.505000', '203215.507000', '203215.510000', '203215.513000', '203215.515000', '203215.518000', '203215.520000', '203215.523000', '203215.526000', '203215.528000', '203215.531000', '203215.534000', '203215.536000', '203215.539000', '203215.542000', '203215.544000', '203215.547000', '203215.549000', '203215.552000', '203215.554000', '203215.557000', '203215.560000', '203215.562000', '203215.565000', '203215.568000', '203215.570000', '203215.573000', '203215.575000', '203215.578000', '203215.581000', '203215.583000', '203215.586000', '203215.588000', '203215.591000', '203215.594000', '203215.596000', '203215.599000', '203215.602000', '203215.604000', '203215.607000', '203215.609000', '203215.619000', '203215.622000', '203235.502000', '203235.505000', '203235.508000', '203235.511000', '203235.513000', '203235.516000', '203235.518000', '203235.521000', '203235.524000', '203235.526000', '203235.529000', '203235.532000', '203235.534000', '203235.537000', '203235.539000', '203235.542000', '203235.544000', '203235.547000', '203235.550000', '203235.552000', '203235.555000', '203235.557000', '203235.560000', '203235.563000', '203235.565000', '203235.568000', '203235.570000', '203235.573000', '203235.576000', '203235.578000', '203235.581000', '203235.583000', '203235.586000', '203235.589000', '203235.591000', '203235.594000', '203235.597000', '203235.599000', '203235.602000', '203235.605000', '203235.607000', '203235.610000', '203235.612000', '203255.503000', '203255.506000', '203255.508000', '203255.511000', '203255.513000', '203255.516000', '203255.519000', '203255.521000', '203255.524000', '203255.526000', '203255.529000', '203255.532000', '203255.534000', '203255.537000', '203255.539000', '203255.542000', '203255.545000', '203255.547000', '203255.550000', '203255.552000', '203255.555000', '203255.557000', '203255.560000', '203255.563000', '203255.565000', '203255.568000', '203255.571000', '203255.573000', '203255.576000', '203255.578000', '203255.581000', '203255.583000', '203255.586000', '203255.589000', '203255.591000', '203255.594000', '203255.597000', '203255.599000', '203255.602000', '203255.604000', '203255.607000', '203255.609000', '203255.612000', '203255.615000', '203315.503000', '203315.505000', '203315.508000', '203315.511000', '203315.513000', '203315.516000', '203315.518000', '203315.521000', '203315.524000', '203315.526000', '203315.529000', '203315.532000', '203315.534000', '203315.537000', '203315.539000', '203315.542000', '203315.545000', '203315.547000', '203315.550000', '203315.553000', '203315.555000', '203315.558000', '203315.561000', '203315.563000', '203315.566000', '203315.568000', '203315.571000', '203315.573000', '203315.576000', '203315.579000', '203315.581000', '203315.584000', '203315.586000', '203315.589000', '203315.592000', '203315.604000', '203315.607000', '203315.609000', '203315.612000', '203315.614000', '203315.617000', '203315.620000', '203315.622000', '203335.503000', '203335.505000', '203335.508000', '203335.511000', '203335.515000', '203335.518000', '203335.520000', '203335.525000', '203335.528000', '203335.530000', '203335.533000', '203335.536000', '203335.538000', '203335.541000', '203335.543000', '203335.546000', '203335.549000', '203335.551000', '203335.554000', '203335.556000', '203335.559000', '203335.562000', '203335.564000', '203335.567000', '203335.570000', '203335.573000', '203335.575000', '203335.578000', '203335.581000', '203335.583000', '203335.586000', '203335.588000', '203335.591000', '203335.594000', '203335.596000', '203335.599000', '203335.602000', '203335.604000', '203335.607000', '203335.609000', '203335.612000', '203335.615000', '203335.617000', '203335.620000', '203355.502000', '203355.505000', '203355.508000', '203355.511000', '203355.513000', '203355.516000', '203355.519000', '203355.521000', '203355.524000', '203355.526000', '203355.529000', '203355.532000', '203355.534000', '203355.537000', '203355.539000', '203355.542000', '203355.544000', '203355.547000', '203355.550000', '203355.552000', '203355.555000', '203355.557000', '203355.560000', '203355.563000', '203355.565000', '203355.568000', '203355.570000', '203355.573000', '203355.575000', '203355.578000', '203355.581000', '203355.583000', '203355.586000', '203355.588000', '203355.591000', '203355.594000', '203355.596000', '203355.599000', '203355.601000', '203355.604000', '203355.607000', '203355.609000', '203355.612000', '203415.503000', '203415.506000', '203415.508000', '203415.511000', '203415.514000', '203415.516000', '203415.519000', '203415.522000', '203415.524000', '203415.527000', '203415.529000', '203415.532000', '203415.534000', '203415.537000', '203415.540000', '203415.542000', '203415.545000', '203415.547000', '203415.550000', '203415.553000', '203415.555000', '203415.558000', '203415.561000', '203415.563000', '203415.566000', '203415.568000', '203415.571000', '203415.574000', '203415.576000', '203415.579000', '203415.581000', '203415.584000', '203415.586000', '203415.589000', '203415.592000', '203415.594000', '203415.597000', '203415.600000', '203415.602000', '203415.605000', '203415.607000', '203415.610000', '203415.613000', '203415.615000', '203435.502000', '203435.504000', '203435.507000', '203435.510000', '203435.512000', '203435.515000', '203435.518000', '203435.520000', '203435.523000', '203435.525000', '203435.528000', '203435.531000', '203435.533000', '203435.536000', '203435.539000', '203435.541000', '203435.544000', '203435.546000', '203435.549000', '203435.552000', '203435.554000', '203435.557000', '203435.560000', '203435.562000', '203435.565000', '203435.567000', '203435.570000', '203435.572000', '203435.575000', '203435.578000', '203435.580000', '203435.583000', '203435.586000', '203435.588000', '203435.591000', '203435.594000', '203435.596000', '203435.599000', '203435.601000', '203435.604000', '203435.606000', '203435.609000', '203435.612000', '203455.503000', '203455.506000', '203455.509000', '203455.522000', '203455.525000', '203455.527000', '203455.530000', '203455.533000', '203455.535000', '203455.538000', '203455.540000', '203455.543000', '203455.546000', '203455.548000', '203455.552000', '203455.555000', '203455.558000', '203455.560000', '203455.563000', '203455.566000', '203455.568000', '203455.571000', '203455.573000', '203455.576000', '203455.578000', '203455.581000', '203455.584000', '203455.586000', '203455.589000', '203455.591000', '203455.594000', '203455.597000', '203455.599000', '203455.602000', '203455.605000', '203455.607000', '203455.610000', '203455.613000', '203455.615000', '203455.618000', '203455.620000', '203455.623000', '203455.626000', '203515.503000', '203515.506000', '203515.509000', '203515.511000', '203515.514000', '203515.516000', '203515.519000', '203515.522000', '203515.524000', '203515.527000', '203515.529000', '203515.532000', '203515.535000', '203515.537000', '203515.540000', '203515.543000', '203515.545000', '203515.548000', '203515.551000', '203515.553000', '203515.556000', '203515.558000', '203515.561000', '203515.564000', '203515.566000', '203515.569000', '203515.571000', '203515.574000', '203515.576000', '203515.579000', '203515.582000', '203515.584000', '203515.587000', '203515.590000', '203515.592000', '203515.595000', '203515.597000', '203515.600000', '203515.603000', '203515.605000', '203515.608000', '203515.610000', '203515.613000', '203515.616000', '203535.503000', '203535.506000', '203535.508000', '203535.511000', '203535.514000', '203535.516000', '203535.519000', '203535.522000', '203535.524000', '203535.527000', '203535.529000', '203535.532000', '203535.535000', '203535.538000', '203535.541000', '203535.544000', '203535.546000', '203535.549000', '203535.552000', '203535.554000', '203535.557000', '203535.559000', '203535.562000', '203535.565000', '203535.567000', '203535.570000', '203535.572000', '203535.575000', '203535.577000', '203535.580000', '203535.583000', '203535.585000', '203535.588000', '203535.591000', '203535.593000', '203535.596000', '203535.598000', '203535.601000', '203535.603000', '203535.606000', '203535.609000', '203535.611000', '203535.614000', '203555.503000', '203555.506000', '203555.508000', '203555.511000', '203555.513000', '203555.516000', '203555.518000', '203555.521000', '203555.524000', '203555.526000', '203555.529000', '203555.531000', '203555.534000', '203555.537000', '203555.539000', '203555.542000', '203555.545000', '203555.547000', '203555.550000', '203555.552000', '203555.555000', '203555.557000', '203555.560000', '203555.563000', '203555.565000', '203555.568000', '203555.570000', '203555.573000', '203555.575000', '203555.578000', '203555.581000', '203555.584000', '203555.586000', '203555.589000', '203555.591000', '203555.594000', '203555.596000', '203555.599000', '203555.602000', '203555.604000', '203555.607000', '203555.610000', '203555.612000', '203555.615000', '203615.503000', '203615.506000', '203615.509000', '203615.512000', '203615.514000', '203615.517000', '203615.520000', '203615.522000', '203615.525000', '203615.528000', '203615.530000', '203615.533000', '203615.535000', '203615.538000', '203615.541000', '203615.544000', '203615.546000', '203615.549000', '203615.552000', '203615.555000', '203615.557000', '203615.560000', '203615.562000', '203615.565000', '203615.567000', '203615.570000', '203615.573000', '203615.575000', '203615.578000', '203615.580000', '203615.583000', '203615.586000', '203615.588000', '203615.593000', '203615.595000', '203615.598000', '203615.601000', '203615.603000', '203615.606000', '203615.608000', '203615.611000', '203615.614000', '203615.616000', '203635.503000', '203635.505000', '203635.508000', '203635.511000', '203635.513000', '203635.516000', '203635.519000', '203635.521000', '203635.524000', '203635.526000', '203635.529000', '203635.532000', '203635.534000', '203635.537000', '203635.540000', '203635.542000', '203635.545000', '203635.548000', '203635.550000', '203635.553000', '203635.555000', '203635.558000', '203635.561000', '203635.563000', '203635.566000', '203635.569000', '203635.571000', '203635.574000', '203635.577000', '203635.579000', '203635.582000', '203635.584000', '203635.587000', '203635.590000', '203635.592000', '203635.595000', '203635.597000', '203635.600000', '203635.603000', '203635.605000', '203635.608000', '203635.610000', '203635.613000', '203635.616000', '203655.502000', '203655.504000', '203655.507000', '203655.510000', '203655.512000', '203655.515000', '203655.517000', '203655.520000', '203655.522000', '203655.525000', '203655.528000', '203655.530000', '203655.533000', '203655.536000', '203655.538000', '203655.541000', '203655.544000', '203655.546000', '203655.549000', '203655.552000', '203655.554000', '203655.557000', '203655.559000', '203655.562000', '203655.565000', '203655.567000', '203655.570000', '203655.572000', '203655.575000', '203655.578000', '203655.580000', '203655.583000', '203655.585000', '203655.588000', '203655.591000', '203655.593000', '203655.596000', '203655.598000', '203655.601000', '203655.604000', '203655.606000', '203655.609000', '203655.612000', '203715.503000', '203715.505000', '203715.508000', '203715.511000', '203715.513000', '203715.516000', '203715.519000', '203715.521000', '203715.524000', '203715.527000', '203715.530000', '203715.533000', '203715.535000', '203715.538000', '203715.540000', '203715.543000', '203715.546000', '203715.548000', '203715.551000', '203715.553000', '203715.556000', '203715.559000', '203715.561000', '203715.564000', '203715.566000', '203715.569000', '203715.572000', '203715.574000', '203715.577000', '203715.579000', '203715.582000', '203715.585000', '203715.587000', '203715.590000', '203715.593000', '203715.595000', '203715.598000', '203715.600000', '203715.603000', '203715.605000', '203715.608000', '203715.611000', '203715.613000', '203715.616000', '203721.303000', '203721.306000', '203721.309000', '203721.311000', '203721.314000', '203721.317000', '203721.319000', '203721.322000', '203721.324000', '203721.327000', '203721.342000', '203721.345000', '203721.347000'], '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], 'LargestImagePixelValue': [12724, 13162, 8852, 8546, 10399, 7680, 12918, 8245, 8064, 8792, 7835, 10430, 7978, 11241, 8137, 10860, 8313, 8747, 8427, 7586, 9783, 7972, 11232, 8417, 8260, 9347, 7884, 10372, 7540, 10108, 8268, 7828, 8960, 8553, 7867, 9169, 12209, 9823, 16234, 12866, 14663, 9459, 10503, 10143, 8354, 13969, 10078, 13121, 10638, 10902, 12193, 8020, 12494, 8181, 15196, 10909, 16050, 9281, 13048, 8605, 12271, 9753, 9044, 9302, 7950, 11825, 8516, 9562, 8836, 8872, 9707, 8056, 10780, 8481, 8749, 8622, 8376, 9930, 8040, 10933, 8185, 9827, 8807, 8065, 10859, 8246, 9778, 9082, 7791, 9856, 8404, 8799, 9660, 7921, 10920, 8303, 12015, 8679, 13855, 10250, 13853, 9516, 9981, 9878, 9085, 12080, 8097, 11999, 8524, 11611, 8998, 8053, 10920, 8042, 11710, 8842, 12382, 8933, 9296, 9095, 8646, 11334, 8026, 9364, 8605, 7924, 11644, 8406, 10413, 8619, 8576, 8992, 8031, 9810, 7706, 11724, 8621, 12678, 8557, 8122, 9065, 7768, 11321, 8386, 11081, 8623, 8244, 9413, 7808, 11244, 8800, 9781, 8899, 8093, 9795, 8115, 12409, 8711, 8929, 9106, 8264, 11567, 9005, 11721, 8809, 8327, 11112, 8591, 10444, 8933, 8012, 10637, 8209, 8249, 9096, 7822, 10699, 8406, 8006, 9437, 7890, 10512, 7755, 13947, 8853, 10686, 8617, 8461, 9557, 7868, 11846, 8027, 12102, 8355, 8263, 9310, 7967, 10310, 8064, 10597, 7828, 10522, 7596, 10572, 7947, 11520, 8129, 7748, 8608, 7833, 9329, 8081, 10831, 8031, 11201, 8268, 11685, 8980, 9065, 8512, 8096, 8971, 8210, 11250, 7595, 11866, 7851, 13276, 8544, 13563, 8679, 8167, 9499, 8027, 11540, 8185, 11441, 8610, 8900, 8741, 8264, 10015, 7848, 11083, 8049, 14757, 8518, 8904, 8865, 8069, 10343, 8077, 11355, 8176, 13157, 8711, 7859, 9653, 7732, 11594, 8568, 9833, 9044, 8250, 10399, 7836, 12582, 8694, 8476, 9937, 7942, 12054, 9013, 8235, 9906, 8162, 12531, 8858, 8332, 9759, 8020, 12380, 8647, 16279, 8660, 10070, 8796, 7954, 11952, 8519, 9452, 8873, 7951, 11685, 8432, 8183, 8997, 7976, 11237, 8013, 9037, 8581, 8057, 9835, 7761, 10437, 9233, 8078, 9670, 8312, 8031, 9626, 8648, 8250, 9309, 8118, 12665, 8214, 10222, 8376, 8030, 9764, 8053, 9409, 7565, 7722, 9040, 7473, 8231, 7179, 8462, 12481, 8426, 11205, 7873, 11772, 9921, 13662, 8659, 11968, 8197, 15918, 12533, 17005, 12987, 10544, 16915, 10791, 16668, 10964, 16107, 9690, 14048, 9366, 8884, 9396, 8133, 12079, 9448, 8533, 9292, 9356, 10588, 8401, 10181, 9039, 8520, 10322, 8005, 11086, 8884, 8006, 8822, 7795, 9461, 8119, 10125, 8203, 7785, 8264, 7064, 11409, 8577, 8009, 8170, 8510, 8085, 10583, 8325, 8464, 8638, 7931, 9489, 7449, 7207, 7991, 7667, 11422, 7853, 11000, 7909, 12062, 8260, 11875, 8627, 9052, 8847, 8438, 11929, 8852, 14765, 9298, 16354, 12060, 15210, 10597, 8854, 9954, 8190, 14117, 8872, 13641, 8912, 12231, 8972, 8895, 9908, 8389, 11207, 8440, 11163, 8580, 8599, 9698, 8289, 9375, 8562, 8401, 9277, 8813, 10274, 8842, 12167, 8348, 11528, 8230, 11996, 8466, 10511, 8645, 8477, 10078, 8599, 11067, 9106, 9739, 9181, 9910, 9375, 8461, 10406, 8457, 11794, 8372, 11160, 8675, 8332, 8423, 8396, 8810, 8450, 8544, 7919, 9442, 8793, 7977, 9784, 7897, 11507, 7991, 13564, 8421, 9731, 8498, 8042, 9934, 7698, 10748, 8061, 7832, 8752, 8024, 9560, 7940, 10396, 8112, 9229, 7872, 7696, 9234, 8041, 10915, 7826, 10282, 8584, 8316, 10392, 8074, 15023, 11175, 11629, 8957, 8250, 12228, 8482, 16375, 9174, 9119, 9152, 8133, 11471, 8068, 13049, 8542, 8832, 9155, 7905, 11485, 8123, 10123, 8748, 8228, 10791, 8585, 7823, 9237, 8038, 8590, 8535, 8349, 8849, 8644, 8104, 13643, 8601, 11678, 9126, 8251, 11627, 8066, 14770, 9326, 8185, 9821, 8077, 11977, 8701, 8118, 9943, 7914, 10124, 7987, 8221, 10065, 8124, 12098, 8258, 9974, 8735, 8249, 9606, 8138, 11737, 8420, 14014, 8574, 8588, 9366, 8160, 11574, 8423, 9906, 8272, 8080, 10826, 8089, 8515, 9027, 7972, 10360, 8287, 12116, 8683, 10695, 8759, 8366, 11373, 8648, 16103, 9263, 8227, 8756, 8619, 11222, 8722, 10605, 8467, 8127, 9534, 8484, 10821, 8472, 7849, 9486, 7812, 9991, 8613, 8468, 11620, 8559, 15753, 9665, 14887, 10695, 14287, 9672, 13615, 7825, 10439, 8162, 8500, 10234, 7885, 9479, 9099, 7713, 7865, 9064, 8317, 8024, 9872, 8384, 12169, 8958, 8041, 9015, 8075, 10735, 7901, 14975, 7964, 13096, 8191, 10032, 8912, 8003, 9932, 8270, 10479, 7764, 9115, 8407, 8104, 9090, 7970, 10970, 8098, 7917, 8534, 8299, 10019, 8074, 12237, 8572, 8393, 8449, 7881, 9769, 7983, 15300, 7899, 13618, 8859, 9524, 8895, 7937, 10788, 8061, 10375, 8364, 8070, 9398, 7941, 10503, 7937, 12458, 8233, 9224, 8305, 8339, 9251, 8379, 10515, 8151, 8874, 8281, 7821, 9479, 8023, 10721, 8312, 12232, 9163, 8667, 8253, 8085, 9990, 8057, 13606, 8231, 8149, 8100, 7904, 10047, 8463, 11671, 8286, 8387, 10456, 8263, 10494, 8078, 8175, 8897, 7941, 8003, 12704, 16469, 12843, 9408, 10097, 8206, 10628, 7865, 11034, 8192, 7842, 8669, 7794, 9849, 8097, 11147, 8102, 9520, 8226, 7954, 9343, 8007, 14015, 8272, 12453, 8172, 15045, 9667, 10954, 8163, 8416, 8621, 8173, 10329, 8098, 10394, 8003, 11168, 8221, 8091, 8246, 8137, 10019, 7917, 10466, 8467, 7646, 8651, 8254, 10728, 8460, 10376, 9094, 7709, 7961, 10280, 8190, 9903, 10913, 15944, 13864, 9547, 10391, 8161, 11838, 9381, 7893, 9317, 8134, 10830, 7991, 8626, 8416, 8020, 10305, 7833, 9996, 8795, 8120, 9365, 8238, 11017, 8444, 7921, 9166, 8049, 10775, 7833, 7803, 8674, 7972, 10877, 8127, 10303, 8500, 8067, 13591, 8214, 16025, 10669, 7992, 9658, 8003, 12224, 8635, 9096, 8162, 8204, 10666, 7952, 13379, 8375, 7814, 8713, 8239, 11305, 8046, 8182, 8858, 8214, 10166, 8260, 8378, 9576, 8266, 9744, 8282, 8398, 9996, 8340, 14976, 8330, 11760, 9014, 9183, 10646, 8388, 11664, 8545, 11373, 8878, 8488, 10850, 8415, 10470, 8533, 8813, 10486, 8481, 10857, 8857, 8334, 8626, 8246, 10523, 8596, 8124, 9155, 8304, 9444, 8699, 8674, 10029, 8286, 11153, 8407, 11027, 9153, 8860, 9167, 8499, 11010, 8778, 12462, 8890, 8382, 9011, 8100, 10349, 8696, 7757, 8797, 8169, 10420, 8887, 10479, 9003, 7701, 8836, 8548, 9547, 8355, 12467, 8702, 9841, 9058, 8826, 9828, 8348, 10771, 8791, 10616, 8801, 8145, 8806, 8725, 10435, 8788, 12005, 8908, 7935, 9227, 8121, 10979, 8914, 11635, 9218, 9299, 8805, 8872, 9656, 8599, 11167, 9174, 8570, 8890, 8515, 9593, 8624, 11577, 9305, 9495, 9153, 8240, 9384, 8424, 10483, 8727, 11598, 8976, 8579, 9306, 8988, 9484, 8185, 11438, 9030, 8765, 8245, 8137, 8564, 9050, 8668, 8571, 8651, 16386, 11588, 17047, 12697, 11447, 8494, 9544, 8004, 9726, 9684, 9834, 7729, 8803, 7878, 9217, 8491, 9659, 8058, 10193, 8592, 9782, 8858, 8988, 9446, 8417, 10149, 8387, 10921, 8916, 12059, 9075, 8741, 9280, 8672, 11101, 8646, 10895, 8206, 10496, 9160, 11518, 9284, 7570, 12023, 8287, 8826, 9107, 8302, 9017, 8902, 8692, 10247, 8282, 15281, 8801, 12818, 8907, 8810, 10145, 8303, 11608, 8846, 7972, 8969, 8670, 10868, 8611, 8301, 9003, 10792, 9109, 10415, 8833, 8521, 10049, 8484, 11590, 9485, 9266, 9263, 7729, 13698, 9861, 9128, 13327, 9358, 9093, 13585, 9042, 14058, 9543, 15979, 11556, 12295, 9052, 8400, 9821, 9055, 11458, 8373, 11010, 9274, 9638, 9121, 8307, 10234, 9246, 10278, 9465, 8054, 9136, 8563, 9936, 8444, 11891, 9060, 9951, 9333, 8634, 9459, 8526, 10777, 9063, 12257, 9499, 8029, 9070, 8319, 10449, 8922, 10325, 9105, 8343, 9430, 8015, 10894, 9003, 10776, 9335, 8607, 9234, 8125, 10524, 9082, 9318, 9296, 8019, 9502, 9348, 8256, 7885, 8904, 18070, 14232, 12459, 17236, 9224, 13263, 8818, 14989, 10861, 9130, 11833, 9020, 13152, 15176, 17014, 16997, 12527, 15284, 9505, 16925, 10404, 15138, 9004, 12085, 8884, 10989, 8925, 10617, 8831, 11602, 9019, 8388, 8892, 8645, 10040, 11495, 8878, 10939, 9161, 10406, 9219, 10395, 8956, 9069, 9362, 8410, 9016, 8914, 9971, 8927, 10201, 9093, 9893, 9160, 9015, 9336, 10142, 9502, 8044, 9362, 8646, 10215, 8890, 11435, 8998, 8361], 'WindowCenter': [4113.0, 4094.0, 4049.0, 4022.0, 4040.0, 4009.0, 4062.0, 4017.0, 4007.0, 4017.0, 4005.0, 4037.0, 4019.0, 4039.0, 4007.0, 4037.0, 4016.0, 4019.0, 4019.0, 4007.0, 4027.0, 4019.0, 4051.0, 4022.0, 4019.0, 4029.0, 4019.0, 4042.0, 4006.0, 4026.0, 4016.0, 4021.0, 4031.0, 4033.0, 4022.0, 4044.0, 4051.0, 4029.0, 4087.0, 4062.0, 4060.0, 4028.0, 4039.0, 4027.0, 4019.0, 4059.0, 4027.0, 4047.0, 4026.0, 4025.0, 4049.0, 3992.0, 4034.0, 4001.0, 4045.0, 4022.0, 4043.0, 4001.0, 4032.0, 4002.0, 4019.0, 4012.0, 4001.0, 4000.0, 4002.0, 4033.0, 4015.0, 4013.0, 4013.0, 4013.0, 4012.0, 4006.0, 4036.0, 4016.0, 4014.0, 4003.0, 4016.0, 4029.0, 4006.0, 4034.0, 4004.0, 4026.0, 4016.0, 4004.0, 4023.0, 4002.0, 4026.0, 4029.0, 4007.0, 4037.0, 4018.0, 4017.0, 4029.0, 4018.0, 4041.0, 4020.0, 4049.0, 4017.0, 4060.0, 4040.0, 4059.0, 4026.0, 4015.0, 4013.0, 4003.0, 4048.0, 4004.0, 4036.0, 4015.0, 4036.0, 4017.0, 4006.0, 4037.0, 4005.0, 4047.0, 4018.0, 4049.0, 4016.0, 4016.0, 4015.0, 4015.0, 4038.0, 4004.0, 4026.0, 4017.0, 4018.0, 4051.0, 4020.0, 4040.0, 4017.0, 4018.0, 4030.0, 4016.0, 4026.0, 4006.0, 4047.0, 4019.0, 4049.0, 4016.0, 4006.0, 4027.0, 4008.0, 4047.0, 4017.0, 4049.0, 4018.0, 4019.0, 4026.0, 4005.0, 4035.0, 4017.0, 4027.0, 4016.0, 4006.0, 4026.0, 4017.0, 4047.0, 4030.0, 4027.0, 4016.0, 4016.0, 4047.0, 4029.0, 4049.0, 4016.0, 4016.0, 4048.0, 4029.0, 4039.0, 4028.0, 4018.0, 4050.0, 4019.0, 4032.0, 4031.0, 4020.0, 4050.0, 4031.0, 4033.0, 4030.0, 4019.0, 4053.0, 4020.0, 4074.0, 4032.0, 4037.0, 4028.0, 4019.0, 4040.0, 4020.0, 4047.0, 4019.0, 4060.0, 4019.0, 4029.0, 4029.0, 4019.0, 4040.0, 4019.0, 4038.0, 4006.0, 4039.0, 4008.0, 4037.0, 4020.0, 4049.0, 4019.0, 4020.0, 4030.0, 4019.0, 4041.0, 4021.0, 4052.0, 4022.0, 4050.0, 4033.0, 4050.0, 4033.0, 4031.0, 4019.0, 4020.0, 4029.0, 4020.0, 4053.0, 4008.0, 4050.0, 4019.0, 4061.0, 4019.0, 4062.0, 4018.0, 4016.0, 4028.0, 4019.0, 4050.0, 4021.0, 4048.0, 4028.0, 4030.0, 4019.0, 4020.0, 4039.0, 4018.0, 4050.0, 4018.0, 4074.0, 4019.0, 4027.0, 4029.0, 4017.0, 4040.0, 4007.0, 4038.0, 4018.0, 4059.0, 4019.0, 4017.0, 4027.0, 4018.0, 4049.0, 4029.0, 4039.0, 4028.0, 4018.0, 4040.0, 4020.0, 4061.0, 4018.0, 4018.0, 4038.0, 4019.0, 4062.0, 4028.0, 4017.0, 4039.0, 4019.0, 4050.0, 4030.0, 4018.0, 4027.0, 4017.0, 4050.0, 4030.0, 4072.0, 4018.0, 4039.0, 4017.0, 4015.0, 4049.0, 4015.0, 4027.0, 4017.0, 4005.0, 4048.0, 4015.0, 4018.0, 4028.0, 4021.0, 4050.0, 4021.0, 4030.0, 4029.0, 4020.0, 4039.0, 4009.0, 4040.0, 4030.0, 4021.0, 4040.0, 4032.0, 4021.0, 4042.0, 4032.0, 4032.0, 4031.0, 4019.0, 4050.0, 4020.0, 4039.0, 4017.0, 4016.0, 4056.0, 4048.0, 4072.0, 4022.0, 4020.0, 4028.0, 4005.0, 4029.0, 4009.0, 4046.0, 4077.0, 4050.0, 4083.0, 4052.0, 4080.0, 4041.0, 4061.0, 4029.0, 4049.0, 4016.0, 4070.0, 4046.0, 4070.0, 4048.0, 4024.0, 4057.0, 4009.0, 4043.0, 4007.0, 4026.0, 3983.0, 4014.0, 3983.0, 3983.0, 3983.0, 3976.0, 4016.0, 3998.0, 3986.0, 3999.0, 3998.0, 4010.0, 4001.0, 4010.0, 4000.0, 4000.0, 4023.0, 4003.0, 4034.0, 4014.0, 4003.0, 4013.0, 3993.0, 4024.0, 4006.0, 4039.0, 4016.0, 4006.0, 4014.0, 3994.0, 4050.0, 4030.0, 4032.0, 4034.0, 4034.0, 4035.0, 4054.0, 4035.0, 4050.0, 4060.0, 4023.0, 4028.0, 4008.0, 4010.0, 4033.0, 4034.0, 4062.0, 4033.0, 4053.0, 4022.0, 4064.0, 4033.0, 4061.0, 4031.0, 4031.0, 4029.0, 4031.0, 4052.0, 4029.0, 4060.0, 4029.0, 4072.0, 4047.0, 4057.0, 4023.0, 4003.0, 4022.0, 4003.0, 4056.0, 4014.0, 4044.0, 4014.0, 4033.0, 4014.0, 4016.0, 4024.0, 4003.0, 4035.0, 4016.0, 4049.0, 4018.0, 4017.0, 4040.0, 4020.0, 4027.0, 4015.0, 4018.0, 4030.0, 4042.0, 4042.0, 4044.0, 4051.0, 4018.0, 4040.0, 4019.0, 4049.0, 4017.0, 4039.0, 4029.0, 4020.0, 4040.0, 4018.0, 4039.0, 4029.0, 4027.0, 4028.0, 4028.0, 4029.0, 4017.0, 4036.0, 4017.0, 4035.0, 4005.0, 4035.0, 4016.0, 4018.0, 4005.0, 4004.0, 4030.0, 4019.0, 4029.0, 4021.0, 4043.0, 4030.0, 4019.0, 4029.0, 4008.0, 4051.0, 4007.0, 4062.0, 4019.0, 4028.0, 4017.0, 4007.0, 4029.0, 4008.0, 4049.0, 4022.0, 4021.0, 4031.0, 4022.0, 4055.0, 4034.0, 4053.0, 4033.0, 4044.0, 4034.0, 4022.0, 4044.0, 4036.0, 4066.0, 4027.0, 4068.0, 4045.0, 4035.0, 4054.0, 4034.0, 4089.0, 4069.0, 4067.0, 4035.0, 4032.0, 4064.0, 4032.0, 4099.0, 4044.0, 4031.0, 4043.0, 4034.0, 4065.0, 4022.0, 4064.0, 4032.0, 4033.0, 4032.0, 4022.0, 4052.0, 4021.0, 4041.0, 4030.0, 4032.0, 4054.0, 4033.0, 4008.0, 4029.0, 4023.0, 4047.0, 4035.0, 4033.0, 4044.0, 4033.0, 4024.0, 4075.0, 4034.0, 4054.0, 4030.0, 4018.0, 4051.0, 4022.0, 4076.0, 4044.0, 4018.0, 4038.0, 4021.0, 4064.0, 4032.0, 4019.0, 4041.0, 4021.0, 4042.0, 4022.0, 4034.0, 4041.0, 4021.0, 4051.0, 4031.0, 4042.0, 4034.0, 4020.0, 4029.0, 4019.0, 4051.0, 4019.0, 4074.0, 4019.0, 4017.0, 4028.0, 4018.0, 4050.0, 4020.0, 4029.0, 4007.0, 4007.0, 4039.0, 4020.0, 4030.0, 4030.0, 4021.0, 4053.0, 4021.0, 4063.0, 4032.0, 4040.0, 4019.0, 4020.0, 4051.0, 4031.0, 4084.0, 4028.0, 4018.0, 4016.0, 4018.0, 4050.0, 4031.0, 4037.0, 4018.0, 4019.0, 4040.0, 4032.0, 4052.0, 4021.0, 4018.0, 4043.0, 4024.0, 4044.0, 4035.0, 4035.0, 4067.0, 4033.0, 4074.0, 4031.0, 4072.0, 4038.0, 4060.0, 4027.0, 4046.0, 3994.0, 4025.0, 4015.0, 4018.0, 4037.0, 4006.0, 4040.0, 4042.0, 4023.0, 4036.0, 4047.0, 4035.0, 4036.0, 4056.0, 4036.0, 4067.0, 4034.0, 4022.0, 4031.0, 4019.0, 4041.0, 4019.0, 4085.0, 4020.0, 4060.0, 4021.0, 4039.0, 4030.0, 4022.0, 4042.0, 4020.0, 4052.0, 4021.0, 4043.0, 4033.0, 4020.0, 4031.0, 4021.0, 4051.0, 4021.0, 4022.0, 4031.0, 4021.0, 4042.0, 4023.0, 4064.0, 4033.0, 4020.0, 4019.0, 4020.0, 4040.0, 4022.0, 4085.0, 4019.0, 4061.0, 4028.0, 4029.0, 4030.0, 4019.0, 4040.0, 4020.0, 4041.0, 4032.0, 4020.0, 4029.0, 4020.0, 4041.0, 4020.0, 4065.0, 4031.0, 4030.0, 4020.0, 4020.0, 4043.0, 4031.0, 4050.0, 4022.0, 4032.0, 4031.0, 4024.0, 4042.0, 4033.0, 4053.0, 4034.0, 4064.0, 4045.0, 4032.0, 4018.0, 4021.0, 4042.0, 4022.0, 4075.0, 4032.0, 4021.0, 4020.0, 4034.0, 4040.0, 4045.0, 4052.0, 4030.0, 4019.0, 4053.0, 4033.0, 4055.0, 4034.0, 4034.0, 4044.0, 4022.0, 4022.0, 4074.0, 4083.0, 4064.0, 4027.0, 4027.0, 4017.0, 4038.0, 4019.0, 4053.0, 4031.0, 4019.0, 4031.0, 4022.0, 4052.0, 4034.0, 4065.0, 4022.0, 4041.0, 4030.0, 4021.0, 4029.0, 4021.0, 4073.0, 4019.0, 4060.0, 4020.0, 4073.0, 4042.0, 4040.0, 4018.0, 4019.0, 4029.0, 4031.0, 4040.0, 4018.0, 4038.0, 4019.0, 4050.0, 4031.0, 4018.0, 4019.0, 4019.0, 4039.0, 4020.0, 4052.0, 4020.0, 4020.0, 4029.0, 4018.0, 4051.0, 4019.0, 4053.0, 4042.0, 4023.0, 4034.0, 4054.0, 4035.0, 4054.0, 4055.0, 4086.0, 4077.0, 4030.0, 4039.0, 4016.0, 4050.0, 4041.0, 4020.0, 4029.0, 4021.0, 4051.0, 4032.0, 4042.0, 4031.0, 4032.0, 4051.0, 4023.0, 4053.0, 4045.0, 4032.0, 4041.0, 4031.0, 4052.0, 4033.0, 4033.0, 4041.0, 4033.0, 4053.0, 4024.0, 4024.0, 4032.0, 4022.0, 4054.0, 4022.0, 4055.0, 4032.0, 4019.0, 4073.0, 4021.0, 4084.0, 4040.0, 4018.0, 4027.0, 4018.0, 4049.0, 4030.0, 4030.0, 4018.0, 4018.0, 4038.0, 4019.0, 4062.0, 4019.0, 4007.0, 4017.0, 4019.0, 4052.0, 4017.0, 4019.0, 4029.0, 4020.0, 4051.0, 4019.0, 4019.0, 4040.0, 4031.0, 4041.0, 4030.0, 4020.0, 4039.0, 4019.0, 4073.0, 4019.0, 4048.0, 4017.0, 4028.0, 4038.0, 4017.0, 4037.0, 4016.0, 4036.0, 4028.0, 4016.0, 4036.0, 4016.0, 4037.0, 4016.0, 4027.0, 4035.0, 4016.0, 4037.0, 4017.0, 4018.0, 4016.0, 4017.0, 4036.0, 4017.0, 4019.0, 4028.0, 4018.0, 4039.0, 4030.0, 4030.0, 4042.0, 4019.0, 4049.0, 4017.0, 4049.0, 4029.0, 4029.0, 4026.0, 4016.0, 4036.0, 4015.0, 4048.0, 4029.0, 4016.0, 4015.0, 4005.0, 4037.0, 4017.0, 4008.0, 4028.0, 4019.0, 4051.0, 4042.0, 4051.0, 4042.0, 4019.0, 4029.0, 4017.0, 4027.0, 4019.0, 4061.0, 4030.0, 4039.0, 4029.0, 4029.0, 4040.0, 4017.0, 4049.0, 4018.0, 4038.0, 4029.0, 4018.0, 4027.0, 4016.0, 4037.0, 4030.0, 4049.0, 4027.0, 4017.0, 4027.0, 4018.0, 4050.0, 4027.0, 4048.0, 4028.0, 4027.0, 4029.0, 4028.0, 4038.0, 4028.0, 4049.0, 4029.0, 4030.0, 4028.0, 4029.0, 4027.0, 4028.0, 4050.0, 4029.0, 4039.0, 4028.0, 4017.0, 4029.0, 4018.0, 4038.0, 4028.0, 4047.0, 4028.0, 4018.0, 4026.0, 4027.0, 4026.0, 4016.0, 4049.0, 4028.0, 4030.0, 4018.0, 4034.0, 4045.0, 4056.0, 4046.0, 4046.0, 4046.0, 4087.0, 4050.0, 4072.0, 4048.0, 4037.0, 4016.0, 4025.0, 4004.0, 4025.0, 4026.0, 4025.0, 4002.0, 4013.0, 4002.0, 4024.0, 4027.0, 4027.0, 4017.0, 4037.0, 4028.0, 4039.0, 4029.0, 4029.0, 4041.0, 4019.0, 4038.0, 4018.0, 4049.0, 4028.0, 4061.0, 4026.0, 4016.0, 4026.0, 4017.0, 4036.0, 4017.0, 4037.0, 4016.0, 4036.0, 4026.0, 4035.0, 4027.0, 4005.0, 4060.0, 4019.0, 4029.0, 4029.0, 4031.0, 4041.0, 4030.0, 4030.0, 4040.0, 4031.0, 4072.0, 4028.0, 4058.0, 4028.0, 4028.0, 4038.0, 4018.0, 4048.0, 4027.0, 4019.0, 4029.0, 4030.0, 4050.0, 4029.0, 4018.0, 4030.0, 4050.0, 4031.0, 4039.0, 4027.0, 4016.0, 4037.0, 4016.0, 4048.0, 4027.0, 4027.0, 4027.0, 4007.0, 4073.0, 4041.0, 4042.0, 4074.0, 4041.0, 4032.0, 4073.0, 4031.0, 4071.0, 4040.0, 4084.0, 4050.0, 4048.0, 4015.0, 4005.0, 4026.0, 4027.0, 4048.0, 4016.0, 4035.0, 4026.0, 4027.0, 4040.0, 4018.0, 4038.0, 4039.0, 4050.0, 4042.0, 4021.0, 4029.0, 4031.0, 4040.0, 4031.0, 4061.0, 4031.0, 4039.0, 4030.0, 4029.0, 4042.0, 4031.0, 4050.0, 4029.0, 4060.0, 4041.0, 4020.0, 4029.0, 4019.0, 4039.0, 4042.0, 4039.0, 4030.0, 4030.0, 4029.0, 4033.0, 4052.0, 4041.0, 4050.0, 4030.0, 4029.0, 4041.0, 4021.0, 4051.0, 4043.0, 4044.0, 4040.0, 4031.0, 4039.0, 4028.0, 4031.0, 4032.0, 4058.0, 4115.0, 4075.0, 4060.0, 4068.0, 4016.0, 4044.0, 4015.0, 4069.0, 4036.0, 4026.0, 4047.0, 4025.0, 4056.0, 4056.0, 4055.0, 4054.0, 4016.0, 4026.0, 3981.0, 4034.0, 3991.0, 4022.0, 3980.0, 4000.0, 3969.0, 3988.0, 3968.0, 3989.0, 3981.0, 4013.0, 3996.0, 3996.0, 3997.0, 3999.0, 4021.0, 4031.0, 4011.0, 4021.0, 4022.0, 4022.0, 4022.0, 4022.0, 4013.0, 4025.0, 4027.0, 4015.0, 4025.0, 4026.0, 4036.0, 4028.0, 4038.0, 4029.0, 4038.0, 4039.0, 4028.0, 4039.0, 4040.0, 4040.0, 4017.0, 4027.0, 4027.0, 4038.0, 4029.0, 4061.0, 4029.0, 4028.0], 'WindowWidth': [9141.0, 9097.0, 9023.0, 8976.0, 8998.0, 8953.0, 9029.0, 8963.0, 8946.0, 8959.0, 8944.0, 8987.0, 8968.0, 8992.0, 8948.0, 8987.0, 8958.0, 8967.0, 8965.0, 8948.0, 8972.0, 8966.0, 9015.0, 8974.0, 8966.0, 8980.0, 8969.0, 9002.0, 8945.0, 8969.0, 8956.0, 8970.0, 8988.0, 8992.0, 8977.0, 9006.0, 9016.0, 8979.0, 9078.0, 9031.0, 9024.0, 8975.0, 8990.0, 8972.0, 8966.0, 9025.0, 8974.0, 9002.0, 8971.0, 8970.0, 9005.0, 8921.0, 8977.0, 8931.0, 8995.0, 8961.0, 8996.0, 8928.0, 8972.0, 8931.0, 8953.0, 8948.0, 8929.0, 8928.0, 8933.0, 8977.0, 8954.0, 8951.0, 8949.0, 8949.0, 8946.0, 8944.0, 8988.0, 8958.0, 8955.0, 8938.0, 8959.0, 8981.0, 8945.0, 8981.0, 8940.0, 8971.0, 8962.0, 8941.0, 8964.0, 8934.0, 8972.0, 8980.0, 8949.0, 8991.0, 8966.0, 8964.0, 8979.0, 8965.0, 9001.0, 8967.0, 9011.0, 8963.0, 9027.0, 8997.0, 9022.0, 8971.0, 8954.0, 8949.0, 8936.0, 9004.0, 8940.0, 8984.0, 8955.0, 8987.0, 8963.0, 8946.0, 8988.0, 8944.0, 9003.0, 8965.0, 9010.0, 8959.0, 8959.0, 8955.0, 8957.0, 8991.0, 8942.0, 8972.0, 8962.0, 8966.0, 9015.0, 8971.0, 8997.0, 8963.0, 8967.0, 8985.0, 8961.0, 8974.0, 8947.0, 9003.0, 8968.0, 9011.0, 8961.0, 8948.0, 8976.0, 8952.0, 9003.0, 8963.0, 9009.0, 8967.0, 8967.0, 8974.0, 8945.0, 8985.0, 8962.0, 8978.0, 8959.0, 8945.0, 8973.0, 8965.0, 9007.0, 8986.0, 8977.0, 8960.0, 8963.0, 9003.0, 8983.0, 9010.0, 8961.0, 8961.0, 9006.0, 8983.0, 8996.0, 8978.0, 8965.0, 9012.0, 8971.0, 8992.0, 8987.0, 8973.0, 9015.0, 8988.0, 8993.0, 8985.0, 8969.0, 9022.0, 8974.0, 9054.0, 8991.0, 8994.0, 8980.0, 8968.0, 8998.0, 8970.0, 9004.0, 8968.0, 9026.0, 8969.0, 8985.0, 8981.0, 8967.0, 8997.0, 8968.0, 8990.0, 8948.0, 8996.0, 8952.0, 8989.0, 8971.0, 9011.0, 8971.0, 8972.0, 8983.0, 8970.0, 8998.0, 8972.0, 9020.0, 8975.0, 9012.0, 8994.0, 9016.0, 8994.0, 8987.0, 8967.0, 8969.0, 8983.0, 8971.0, 9022.0, 8952.0, 9010.0, 8967.0, 9029.0, 8969.0, 9034.0, 8964.0, 8958.0, 8977.0, 8966.0, 9012.0, 8973.0, 9007.0, 8980.0, 8984.0, 8968.0, 8969.0, 8994.0, 8966.0, 9010.0, 8968.0, 9053.0, 8969.0, 8978.0, 8979.0, 8964.0, 8998.0, 8949.0, 8991.0, 8966.0, 9024.0, 8968.0, 8964.0, 8975.0, 8965.0, 9009.0, 8984.0, 8996.0, 8979.0, 8968.0, 8999.0, 8971.0, 9031.0, 8967.0, 8964.0, 8994.0, 8968.0, 9033.0, 8982.0, 8962.0, 8994.0, 8968.0, 9012.0, 8988.0, 8967.0, 8977.0, 8965.0, 9011.0, 8984.0, 9052.0, 8965.0, 8996.0, 8962.0, 8960.0, 9009.0, 8958.0, 8975.0, 8962.0, 8945.0, 9006.0, 8960.0, 8964.0, 8978.0, 8976.0, 9012.0, 8977.0, 8987.0, 8982.0, 8970.0, 8995.0, 8954.0, 8995.0, 8984.0, 8974.0, 9001.0, 8992.0, 8977.0, 9005.0, 8989.0, 8989.0, 8986.0, 8969.0, 9012.0, 8970.0, 8995.0, 8963.0, 8961.0, 9030.0, 9025.0, 9063.0, 8979.0, 8971.0, 8976.0, 8942.0, 8979.0, 8957.0, 9015.0, 9064.0, 9027.0, 9081.0, 9034.0, 9067.0, 9000.0, 9032.0, 8981.0, 9006.0, 8959.0, 9041.0, 9002.0, 9043.0, 9006.0, 8965.0, 9022.0, 8939.0, 8997.0, 8932.0, 8964.0, 8894.0, 8938.0, 8892.0, 8893.0, 8893.0, 8889.0, 8944.0, 8920.0, 8906.0, 8924.0, 8922.0, 8939.0, 8930.0, 8943.0, 8928.0, 8929.0, 8963.0, 8937.0, 8981.0, 8953.0, 8936.0, 8950.0, 8923.0, 8966.0, 8944.0, 8993.0, 8960.0, 8947.0, 8958.0, 8929.0, 9011.0, 8983.0, 8989.0, 8996.0, 8994.0, 8997.0, 9025.0, 8998.0, 9026.0, 9040.0, 8979.0, 8977.0, 8950.0, 8956.0, 8992.0, 8996.0, 9031.0, 8993.0, 9022.0, 8976.0, 9040.0, 8994.0, 9032.0, 8988.0, 8987.0, 8983.0, 8987.0, 9018.0, 8982.0, 9030.0, 8980.0, 9049.0, 9007.0, 9020.0, 8965.0, 8935.0, 8962.0, 8939.0, 9016.0, 8953.0, 8995.0, 8951.0, 8981.0, 8954.0, 8958.0, 8967.0, 8939.0, 8982.0, 8960.0, 9007.0, 8967.0, 8961.0, 8998.0, 8972.0, 8976.0, 8957.0, 8962.0, 8983.0, 9006.0, 9004.0, 9010.0, 9018.0, 8965.0, 8998.0, 8968.0, 9009.0, 8965.0, 8993.0, 8981.0, 8972.0, 8999.0, 8967.0, 8997.0, 8982.0, 8977.0, 8979.0, 8980.0, 8982.0, 8961.0, 8985.0, 8960.0, 8980.0, 8942.0, 8982.0, 8960.0, 8965.0, 8941.0, 8938.0, 8983.0, 8966.0, 8982.0, 8973.0, 9004.0, 8984.0, 8966.0, 8979.0, 8950.0, 9010.0, 8949.0, 9030.0, 8963.0, 8974.0, 8960.0, 8947.0, 8977.0, 8952.0, 9008.0, 8975.0, 8972.0, 8987.0, 8975.0, 9025.0, 8994.0, 9018.0, 8993.0, 9009.0, 8997.0, 8977.0, 9007.0, 8998.0, 9042.0, 8990.0, 9049.0, 9013.0, 8997.0, 9024.0, 8997.0, 9085.0, 9051.0, 9041.0, 8996.0, 8988.0, 9036.0, 8991.0, 9097.0, 9008.0, 8987.0, 9005.0, 8995.0, 9038.0, 8976.0, 9035.0, 8987.0, 8992.0, 8989.0, 8973.0, 9014.0, 8972.0, 8998.0, 8983.0, 8990.0, 9023.0, 8993.0, 8952.0, 8979.0, 8978.0, 9017.0, 8997.0, 8994.0, 9008.0, 8991.0, 8980.0, 9056.0, 8995.0, 9023.0, 8984.0, 8966.0, 9012.0, 8976.0, 9058.0, 9007.0, 8964.0, 8991.0, 8974.0, 9035.0, 8991.0, 8968.0, 8997.0, 8973.0, 9001.0, 8975.0, 8992.0, 9001.0, 8973.0, 9017.0, 8987.0, 9002.0, 8996.0, 8970.0, 8980.0, 8966.0, 9012.0, 8969.0, 9050.0, 8967.0, 8962.0, 8977.0, 8965.0, 9009.0, 8969.0, 8981.0, 8947.0, 8948.0, 8993.0, 8970.0, 8984.0, 8982.0, 8972.0, 9019.0, 8972.0, 9035.0, 8990.0, 8999.0, 8967.0, 8971.0, 9013.0, 8987.0, 9069.0, 8980.0, 8965.0, 8961.0, 8964.0, 9007.0, 8986.0, 8990.0, 8963.0, 8965.0, 8997.0, 8989.0, 9016.0, 8971.0, 8964.0, 9002.0, 8983.0, 9009.0, 8996.0, 8998.0, 9042.0, 8992.0, 9054.0, 8985.0, 9048.0, 8991.0, 9023.0, 8973.0, 8997.0, 8926.0, 8968.0, 8956.0, 8963.0, 8988.0, 8946.0, 8999.0, 9006.0, 8980.0, 9000.0, 9018.0, 8998.0, 8999.0, 9029.0, 9001.0, 9045.0, 8995.0, 8974.0, 8984.0, 8967.0, 8997.0, 8967.0, 9068.0, 8970.0, 9024.0, 8970.0, 8995.0, 8984.0, 8975.0, 9001.0, 8971.0, 9014.0, 8973.0, 9006.0, 8991.0, 8970.0, 8986.0, 8972.0, 9012.0, 8976.0, 8977.0, 8986.0, 8973.0, 9003.0, 8978.0, 9039.0, 8993.0, 8971.0, 8969.0, 8969.0, 8997.0, 8977.0, 9069.0, 8968.0, 9029.0, 8978.0, 8981.0, 8985.0, 8968.0, 8995.0, 8969.0, 9001.0, 8990.0, 8970.0, 8980.0, 8968.0, 9000.0, 8970.0, 9040.0, 8987.0, 8982.0, 8971.0, 8971.0, 9005.0, 8986.0, 9013.0, 8974.0, 8990.0, 8987.0, 8979.0, 9004.0, 8991.0, 9019.0, 8994.0, 9037.0, 9012.0, 8988.0, 8967.0, 8974.0, 9004.0, 8977.0, 9059.0, 8991.0, 8973.0, 8971.0, 8993.0, 8998.0, 9014.0, 9020.0, 8986.0, 8967.0, 9018.0, 8992.0, 9027.0, 8995.0, 8995.0, 9008.0, 8976.0, 8975.0, 9053.0, 9065.0, 9037.0, 8976.0, 8974.0, 8961.0, 8993.0, 8968.0, 9020.0, 8988.0, 8969.0, 8986.0, 8976.0, 9017.0, 8995.0, 9040.0, 8977.0, 9002.0, 8986.0, 8975.0, 8983.0, 8975.0, 9047.0, 8966.0, 9029.0, 8971.0, 9052.0, 9003.0, 8997.0, 8964.0, 8969.0, 8980.0, 8988.0, 8996.0, 8965.0, 8991.0, 8967.0, 9010.0, 8988.0, 8968.0, 8966.0, 8966.0, 8994.0, 8970.0, 9017.0, 8971.0, 8970.0, 8981.0, 8967.0, 9012.0, 8966.0, 9021.0, 9006.0, 8981.0, 8995.0, 9025.0, 8999.0, 9021.0, 9026.0, 9069.0, 9061.0, 8983.0, 8993.0, 8961.0, 9012.0, 9001.0, 8972.0, 8981.0, 8972.0, 9017.0, 8991.0, 9006.0, 8988.0, 8988.0, 9016.0, 8981.0, 9021.0, 9014.0, 8991.0, 9001.0, 8988.0, 9018.0, 8996.0, 8994.0, 9000.0, 8991.0, 9021.0, 8983.0, 8982.0, 8989.0, 8976.0, 9022.0, 8977.0, 9027.0, 8991.0, 8970.0, 9046.0, 8972.0, 9066.0, 8999.0, 8966.0, 8978.0, 8967.0, 9011.0, 8987.0, 8985.0, 8965.0, 8965.0, 8993.0, 8967.0, 9034.0, 8969.0, 8950.0, 8963.0, 8967.0, 9019.0, 8965.0, 8967.0, 8981.0, 8970.0, 9017.0, 8971.0, 8968.0, 8998.0, 8987.0, 9003.0, 8986.0, 8971.0, 8995.0, 8968.0, 9050.0, 8971.0, 9007.0, 8963.0, 8979.0, 8994.0, 8962.0, 8989.0, 8959.0, 8988.0, 8979.0, 8960.0, 8985.0, 8959.0, 8989.0, 8962.0, 8975.0, 8985.0, 8960.0, 8989.0, 8963.0, 8965.0, 8960.0, 8962.0, 8987.0, 8964.0, 8970.0, 8979.0, 8966.0, 8997.0, 8984.0, 8985.0, 9006.0, 8969.0, 9010.0, 8965.0, 9012.0, 8982.0, 8980.0, 8973.0, 8959.0, 8987.0, 8958.0, 9007.0, 8984.0, 8959.0, 8956.0, 8944.0, 8989.0, 8963.0, 8953.0, 8979.0, 8970.0, 9015.0, 9005.0, 9017.0, 9007.0, 8969.0, 8980.0, 8962.0, 8976.0, 8969.0, 9032.0, 8984.0, 8996.0, 8982.0, 8983.0, 9001.0, 8966.0, 9010.0, 8966.0, 8995.0, 8983.0, 8966.0, 8977.0, 8961.0, 8990.0, 8985.0, 9010.0, 8976.0, 8962.0, 8977.0, 8969.0, 9015.0, 8979.0, 9007.0, 8978.0, 8979.0, 8984.0, 8979.0, 8993.0, 8981.0, 9011.0, 8982.0, 8986.0, 8980.0, 8981.0, 8979.0, 8981.0, 9015.0, 8985.0, 8996.0, 8979.0, 8965.0, 8985.0, 8966.0, 8996.0, 8981.0, 9009.0, 8981.0, 8966.0, 8975.0, 8975.0, 8973.0, 8961.0, 9011.0, 8981.0, 8988.0, 8967.0, 9000.0, 9017.0, 9031.0, 9017.0, 9016.0, 9018.0, 9081.0, 9010.0, 9049.0, 9003.0, 8988.0, 8961.0, 8970.0, 8940.0, 8968.0, 8972.0, 8970.0, 8937.0, 8952.0, 8937.0, 8970.0, 8978.0, 8978.0, 8966.0, 8990.0, 8981.0, 8997.0, 8984.0, 8983.0, 9004.0, 8968.0, 8993.0, 8967.0, 9011.0, 8981.0, 9028.0, 8976.0, 8961.0, 8975.0, 8963.0, 8989.0, 8963.0, 8992.0, 8960.0, 8988.0, 8973.0, 8986.0, 8977.0, 8944.0, 9027.0, 8970.0, 8986.0, 8982.0, 8989.0, 9005.0, 8985.0, 8984.0, 8999.0, 8989.0, 9048.0, 8980.0, 9021.0, 8978.0, 8979.0, 8995.0, 8966.0, 9008.0, 8978.0, 8969.0, 8982.0, 8988.0, 9013.0, 8984.0, 8968.0, 8985.0, 9013.0, 8990.0, 8995.0, 8976.0, 8960.0, 8991.0, 8963.0, 9007.0, 8976.0, 8977.0, 8977.0, 8949.0, 9052.0, 9004.0, 9005.0, 9055.0, 9004.0, 8990.0, 9048.0, 8989.0, 9046.0, 8999.0, 9069.0, 9012.0, 9006.0, 8957.0, 8943.0, 8972.0, 8977.0, 9008.0, 8962.0, 8986.0, 8976.0, 8977.0, 8999.0, 8967.0, 8994.0, 8997.0, 9014.0, 9005.0, 8975.0, 8984.0, 8988.0, 8999.0, 8988.0, 9032.0, 8987.0, 8996.0, 8985.0, 8984.0, 9006.0, 8987.0, 9013.0, 8983.0, 9027.0, 9003.0, 8971.0, 8981.0, 8969.0, 8997.0, 9005.0, 8998.0, 8986.0, 8985.0, 8984.0, 8995.0, 9021.0, 9002.0, 9014.0, 8985.0, 8983.0, 9002.0, 8976.0, 9016.0, 9007.0, 9011.0, 9000.0, 8989.0, 8996.0, 8980.0, 8987.0, 8993.0, 9039.0, 9141.0, 9055.0, 9027.0, 9034.0, 8959.0, 8997.0, 8958.0, 9042.0, 8990.0, 8977.0, 9008.0, 8974.0, 9014.0, 9024.0, 9015.0, 9017.0, 8947.0, 8959.0, 8892.0, 8968.0, 8904.0, 8949.0, 8888.0, 8915.0, 8870.0, 8895.0, 8869.0, 8897.0, 8893.0, 8939.0, 8921.0, 8921.0, 8924.0, 8930.0, 8962.0, 8975.0, 8948.0, 8962.0, 8967.0, 8964.0, 8964.0, 8964.0, 8954.0, 8974.0, 8979.0, 8960.0, 8973.0, 8976.0, 8990.0, 8981.0, 8995.0, 8985.0, 8995.0, 8997.0, 8980.0, 8997.0, 9000.0, 9001.0, 8965.0, 8977.0, 8979.0, 8996.0, 8985.0, 9031.0, 8984.0, 8983.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.0034984258492129247</td></tr>
<tr><td colspan=3>aqi</td><td>0.04904872642916321</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.33196038076288</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2410979389966836</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0030068401990047</td></tr>
<tr><td colspan=3>efc</td><td>0.5331</td></tr>
<tr><td colspan=3>fber</td><td>3312.7402</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11333568668850146</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.687655343827672</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5732198293219675</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39179457933881</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8281538416624667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4997110669646254</td></tr>
<tr><td colspan=3>gcor</td><td>0.00915489</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017896773293614388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0420379675924778</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.434941370965062</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>18.8139</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.452</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.0916</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284311.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>991.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.7009</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6413</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.5023</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3172.3225</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.2538</td></tr>
<tr><td colspan=3>tsnr</td><td>29.635086802765727</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>