<?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-0124_ses-03_task-shortvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0124_suffix-bold_task-shortvideo" 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-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0124_suffix-bold_task-shortvideo" 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-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0124_suffix-bold_task-shortvideo" 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-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0124_suffix-bold_task-shortvideo" 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-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0124_suffix-bold_task-shortvideo" 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-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-03/func/sub-0124_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e68869824ed469d8173458429daaf89a</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:16:28.075000</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.998162, 0.0413002, 0.044355, -0.0468976, 0.98992, 0.133637]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_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.0868105</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 425, -109, -94, -13, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc156053-5d2e-4a96-9859-844880264b2f||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.677994966506958, -0.12582270801067352, 0.10364944487810135, 112.37893676757812], [-0.11080530285835266, 2.6558830738067627, 0.3657742440700531, -109.14398193359375], [0.11900129914283752, -0.35853952169418335, 2.673100471496582, -56.965213775634766], [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, 1640]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['201628.075000', '201628.535000', '201628.995000', '201629.455000', '201629.915000', '201630.375000', '201630.835000', '201631.295000', '201631.755000', '201632.215000', '201632.675000', '201633.135000', '201633.595000', '201634.055000', '201634.515000', '201634.975000', '201635.435000', '201635.895000', '201636.355000', '201636.815000', '201637.275000', '201637.735000', '201638.195000', '201638.655000', '201639.115000', '201639.575000', '201640.035000', '201640.495000', '201640.955000', '201641.415000', '201641.875000', '201642.335000', '201642.795000', '201643.255000', '201643.715000', '201644.175000', '201644.635000', '201645.095000', '201645.555000', '201646.015000', '201646.475000', '201646.935000', '201647.395000', '201647.855000', '201648.315000', '201648.775000', '201649.235000', '201649.695000', '201650.155000', '201650.615000', '201651.075000', '201651.535000', '201651.995000', '201652.455000', '201652.915000', '201653.375000', '201653.835000', '201654.295000', '201654.755000', '201655.215000', '201655.675000', '201656.135000', '201656.595000', '201657.055000', '201657.515000', '201657.975000', '201658.435000', '201658.895000', '201659.355000', '201659.815000', '201700.275000', '201700.735000', '201701.195000', '201701.655000', '201702.115000', '201702.575000', '201703.035000', '201703.495000', '201703.955000', '201704.415000', '201704.875000', '201705.335000', '201705.795000', '201706.255000', '201706.715000', '201707.175000', '201707.635000', '201708.095000', '201708.555000', '201709.015000', '201709.475000', '201709.935000', '201710.395000', '201710.855000', '201711.315000', '201711.775000', '201712.235000', '201712.695000', '201713.155000', '201713.615000', '201714.075000', '201714.535000', '201714.995000', '201715.455000', '201715.915000', '201716.375000', '201716.835000', '201717.295000', '201717.755000', '201718.215000', '201718.675000', '201719.135000', '201719.595000', '201720.055000', '201720.515000', '201720.975000', '201721.435000', '201721.895000', '201722.355000', '201722.815000', '201723.275000', '201723.735000', '201724.195000', '201724.655000', '201725.115000', '201725.575000', '201726.035000', '201726.495000', '201726.955000', '201727.415000', '201727.875000', '201728.335000', '201728.795000', '201729.255000', '201729.715000', '201730.175000', '201730.635000', '201731.095000', '201731.555000', '201732.015000', '201732.475000', '201732.935000', '201733.395000', '201733.855000', '201734.315000', '201734.775000', '201735.235000', '201735.695000', '201736.155000', '201736.615000', '201737.075000', '201737.535000', '201737.995000', '201738.455000', '201738.915000', '201739.375000', '201739.835000', '201740.295000', '201740.755000', '201741.215000', '201741.675000', '201742.135000', '201742.595000', '201743.055000', '201743.515000', '201743.975000', '201744.435000', '201744.895000', '201745.355000', '201745.815000', '201746.275000', '201746.735000', '201747.195000', '201747.655000', '201748.115000', '201748.575000', '201749.035000', '201749.495000', '201749.955000', '201750.415000', '201750.875000', '201751.335000', '201751.795000', '201752.255000', '201752.715000', '201753.175000', '201753.635000', '201754.095000', '201754.555000', '201755.015000', '201755.475000', '201755.935000', '201756.395000', '201756.855000', '201757.315000', '201757.775000', '201758.235000', '201758.695000', '201759.155000', '201759.615000', '201800.075000', '201800.535000', '201800.995000', '201801.455000', '201801.915000', '201802.375000', '201802.835000', '201803.295000', '201803.755000', '201804.215000', '201804.675000', '201805.135000', '201805.595000', '201806.055000', '201806.515000', '201806.975000', '201807.435000', '201807.895000', '201808.355000', '201808.815000', '201809.275000', '201809.735000', '201810.195000', '201810.655000', '201811.115000', '201811.575000', '201812.035000', '201812.495000', '201812.955000', '201813.415000', '201813.875000', '201814.335000', '201814.795000', '201815.255000', '201815.715000', '201816.175000', '201816.635000', '201817.095000', '201817.555000', '201818.015000', '201818.475000', '201818.935000', '201819.395000', '201819.855000', '201820.315000', '201820.775000', '201821.235000', '201821.695000', '201822.155000', '201822.615000', '201823.075000', '201823.535000', '201823.995000', '201824.455000', '201824.915000', '201825.375000', '201825.835000', '201826.295000', '201826.755000', '201827.215000', '201827.675000', '201828.135000', '201828.595000', '201829.055000', '201829.515000', '201829.975000', '201830.435000', '201830.895000', '201831.355000', '201831.815000', '201832.275000', '201832.735000', '201833.195000', '201833.655000', '201834.115000', '201834.575000', '201835.035000', '201835.495000', '201835.955000', '201836.415000', '201836.875000', '201837.335000', '201837.795000', '201838.255000', '201838.715000', '201839.175000', '201839.635000', '201840.095000', '201840.555000', '201841.015000', '201841.475000', '201841.935000', '201842.395000', '201842.855000', '201843.315000', '201843.775000', '201844.235000', '201844.695000', '201845.155000', '201845.615000', '201846.075000', '201846.535000', '201846.995000', '201847.455000', '201847.915000', '201848.375000', '201848.835000', '201849.295000', '201849.755000', '201850.215000', '201850.675000', '201851.135000', '201851.595000', '201852.055000', '201852.515000', '201852.975000', '201853.435000', '201853.895000', '201854.355000', '201854.815000', '201855.275000', '201855.735000', '201856.195000', '201856.655000', '201857.115000', '201857.575000', '201858.035000', '201858.495000', '201858.955000', '201859.415000', '201859.875000', '201900.335000', '201900.795000', '201901.255000', '201901.715000', '201902.175000', '201902.635000', '201903.095000', '201903.555000', '201904.015000', '201904.475000', '201904.935000', '201905.395000', '201905.855000', '201906.315000', '201906.775000', '201907.235000', '201907.695000', '201908.155000', '201908.615000', '201909.075000', '201909.535000', '201909.995000', '201910.455000', '201910.915000', '201911.375000', '201911.835000', '201912.295000', '201912.755000', '201913.215000', '201913.675000', '201914.135000', '201914.595000', '201915.055000', '201915.515000', '201915.975000', '201916.435000', '201916.895000', '201917.355000', '201917.815000', '201918.275000', '201918.735000', '201919.195000', '201919.655000', '201920.115000', '201920.575000', '201921.035000', '201921.495000', '201921.955000', '201922.415000', '201922.875000', '201923.335000', '201923.795000', '201924.255000', '201924.715000', '201925.175000', '201925.635000', '201926.095000', '201926.555000', '201927.015000', '201927.475000', '201927.935000', '201928.395000', '201928.855000', '201929.315000', '201929.775000', '201930.235000', '201930.695000', '201931.155000', '201931.615000', '201932.075000', '201932.535000', '201932.995000', '201933.455000', '201933.915000', '201934.375000', '201934.835000', '201935.295000', '201935.755000', '201936.215000', '201936.675000', '201937.135000', '201937.595000', '201938.055000', '201938.515000', '201938.975000', '201939.435000', '201939.895000', '201940.355000', '201940.815000', '201941.275000', '201941.735000', '201942.195000', '201942.655000', '201943.115000', '201943.575000', '201944.035000', '201944.495000', '201944.955000', '201945.415000', '201945.875000', '201946.335000', '201946.795000', '201947.255000', '201947.715000', '201948.175000', '201948.635000', '201949.095000', '201949.555000', '201950.015000', '201950.475000', '201950.935000', '201951.395000', '201951.855000', '201952.315000', '201952.775000', '201953.235000', '201953.695000', '201954.155000', '201954.615000', '201955.075000', '201955.535000', '201955.995000', '201956.455000', '201956.915000', '201957.375000', '201957.835000', '201958.295000', '201958.755000', '201959.215000', '201959.675000', '202000.135000', '202000.595000', '202001.055000', '202001.515000', '202001.975000', '202002.435000', '202002.895000', '202003.355000', '202003.815000', '202004.275000', '202004.735000', '202005.195000', '202005.655000', '202006.115000', '202006.575000', '202007.035000', '202007.495000', '202007.955000', '202008.415000', '202008.875000', '202009.335000', '202009.795000', '202010.255000', '202010.715000', '202011.175000', '202011.635000', '202012.095000', '202012.555000', '202013.015000', '202013.475000', '202013.935000', '202014.395000', '202014.855000', '202015.315000', '202015.775000', '202016.235000', '202016.695000', '202017.155000', '202017.615000', '202018.075000', '202018.535000', '202018.995000', '202019.455000', '202019.915000', '202020.375000', '202020.835000', '202021.295000', '202021.755000', '202022.215000', '202022.675000', '202023.135000', '202023.595000', '202024.055000', '202024.515000', '202024.975000', '202025.435000', '202025.895000', '202026.355000', '202026.815000', '202027.275000', '202027.735000', '202028.195000', '202028.655000', '202029.115000', '202029.575000', '202030.035000', '202030.495000', '202030.955000', '202031.415000', '202031.875000', '202032.335000', '202032.795000', '202033.255000', '202033.715000', '202034.175000', '202034.635000', '202035.095000', '202035.555000', '202036.015000', '202036.475000', '202036.935000', '202037.395000', '202037.855000', '202038.315000', '202038.775000', '202039.235000', '202039.695000', '202040.155000', '202040.615000', '202041.075000', '202041.535000', '202041.995000', '202042.455000', '202042.915000', '202043.375000', '202043.835000', '202044.295000', '202044.755000', '202045.215000', '202045.675000', '202046.135000', '202046.595000', '202047.055000', '202047.515000', '202047.975000', '202048.435000', '202048.895000', '202049.355000', '202049.815000', '202050.275000', '202050.735000', '202051.195000', '202051.655000', '202052.115000', '202052.575000', '202053.035000', '202053.495000', '202053.955000', '202054.415000', '202054.875000', '202055.335000', '202055.795000', '202056.255000', '202056.715000', '202057.175000', '202057.635000', '202058.095000', '202058.555000', '202059.015000', '202059.475000', '202059.935000', '202100.395000', '202100.855000', '202101.315000', '202101.775000', '202102.235000', '202102.695000', '202103.155000', '202103.615000', '202104.075000', '202104.535000', '202104.995000', '202105.455000', '202105.915000', '202106.375000', '202106.835000', '202107.295000', '202107.755000', '202108.215000', '202108.675000', '202109.135000', '202109.595000', '202110.055000', '202110.515000', '202110.975000', '202111.435000', '202111.895000', '202112.355000', '202112.815000', '202113.275000', '202113.735000', '202114.195000', '202114.655000', '202115.115000', '202115.575000', '202116.035000', '202116.495000', '202116.955000', '202117.415000', '202117.875000', '202118.335000', '202118.795000', '202119.255000', '202119.715000', '202120.175000', '202120.635000', '202121.095000', '202121.555000', '202122.015000', '202122.475000', '202122.935000', '202123.395000', '202123.855000', '202124.315000', '202124.775000', '202125.235000', '202125.695000', '202126.155000', '202126.615000', '202127.075000', '202127.535000', '202127.995000', '202128.455000', '202128.915000', '202129.375000', '202129.835000', '202130.295000', '202130.755000', '202131.215000', '202131.675000', '202132.135000', '202132.595000', '202133.055000', '202133.515000', '202133.975000', '202134.435000', '202134.895000', '202135.355000', '202135.815000', '202136.275000', '202136.735000', '202137.195000', '202137.655000', '202138.115000', '202138.575000', '202139.035000', '202139.495000', '202139.955000', '202140.415000', '202140.875000', '202141.335000', '202141.795000', '202142.255000', '202142.715000', '202143.175000', '202143.635000', '202144.095000', '202144.555000', '202145.015000', '202145.475000', '202145.935000', '202146.395000', '202146.855000', '202147.315000', '202147.775000', '202148.235000', '202148.695000', '202149.155000', '202149.615000', '202150.075000', '202150.535000', '202150.995000', '202151.455000', '202151.915000', '202152.375000', '202152.835000', '202153.295000', '202153.755000', '202154.215000', '202154.675000', '202155.135000', '202155.595000', '202156.055000', '202156.515000', '202156.975000', '202157.435000', '202157.895000', '202158.355000', '202158.815000', '202159.275000', '202159.735000', '202200.195000', '202200.655000', '202201.115000', '202201.575000', '202202.035000', '202202.495000', '202202.955000', '202203.415000', '202203.875000', '202204.335000', '202204.795000', '202205.255000', '202205.715000', '202206.175000', '202206.635000', '202207.095000', '202207.555000', '202208.015000', '202208.475000', '202208.935000', '202209.395000', '202209.855000', '202210.315000', '202210.775000', '202211.235000', '202211.695000', '202212.155000', '202212.615000', '202213.075000', '202213.535000', '202213.995000', '202214.455000', '202214.915000', '202215.375000', '202215.835000', '202216.295000', '202216.755000', '202217.215000', '202217.675000', '202218.135000', '202218.595000', '202219.055000', '202219.515000', '202219.975000', '202220.435000', '202220.895000', '202221.355000', '202221.815000', '202222.275000', '202222.735000', '202223.195000', '202223.655000', '202224.115000', '202224.575000', '202225.035000', '202225.495000', '202225.955000', '202226.415000', '202226.875000', '202227.335000', '202227.795000', '202228.255000', '202228.715000', '202229.175000', '202229.635000', '202230.095000', '202230.555000', '202231.015000', '202231.475000', '202231.935000', '202232.395000', '202232.855000', '202233.315000', '202233.775000', '202234.235000', '202234.695000', '202235.155000', '202235.615000', '202236.075000', '202236.535000', '202236.995000', '202237.455000', '202237.915000', '202238.375000', '202238.835000', '202239.295000', '202239.755000', '202240.215000', '202240.675000', '202241.135000', '202241.595000', '202242.055000', '202242.515000', '202242.975000', '202243.435000', '202243.895000', '202244.355000', '202244.815000', '202245.275000', '202245.735000', '202246.195000', '202246.655000', '202247.115000', '202247.575000', '202248.035000', '202248.495000', '202248.955000', '202249.415000', '202249.875000', '202250.335000', '202250.795000', '202251.255000', '202251.715000', '202252.175000', '202252.635000', '202253.095000', '202253.555000', '202254.015000', '202254.475000', '202254.935000', '202255.395000', '202255.855000', '202256.315000', '202256.775000', '202257.235000', '202257.695000', '202258.155000', '202258.615000', '202259.075000', '202259.535000', '202259.995000', '202300.455000', '202300.915000', '202301.375000', '202301.835000', '202302.295000', '202302.755000', '202303.215000', '202303.675000', '202304.135000', '202304.595000', '202305.055000', '202305.515000', '202305.975000', '202306.435000', '202306.895000', '202307.355000', '202307.815000', '202308.275000', '202308.735000', '202309.195000', '202309.655000', '202310.115000', '202310.575000', '202311.035000', '202311.495000', '202311.955000', '202312.415000', '202312.875000', '202313.335000', '202313.795000', '202314.255000', '202314.715000', '202315.175000', '202315.635000', '202316.095000', '202316.555000', '202317.015000', '202317.475000', '202317.935000', '202318.395000', '202318.855000', '202319.315000', '202319.775000', '202320.235000', '202320.695000', '202321.155000', '202321.615000', '202322.075000', '202322.535000', '202322.995000', '202323.455000', '202323.915000', '202324.375000', '202324.835000', '202325.295000', '202325.755000', '202326.215000', '202326.675000', '202327.135000', '202327.595000', '202328.055000', '202328.515000', '202328.975000', '202329.435000', '202329.895000', '202330.355000', '202330.815000', '202331.275000', '202331.735000', '202332.195000', '202332.655000', '202333.115000', '202333.575000', '202334.035000', '202334.495000', '202334.955000', '202335.415000', '202335.875000', '202336.335000', '202336.795000', '202337.255000', '202337.715000', '202338.175000', '202338.635000', '202339.095000', '202339.555000', '202340.015000', '202340.475000', '202340.935000', '202341.395000', '202341.855000', '202342.315000', '202342.775000', '202343.235000', '202343.695000', '202344.155000', '202344.615000', '202345.075000', '202345.535000', '202345.995000', '202346.455000', '202346.915000', '202347.375000', '202347.835000', '202348.295000', '202348.755000', '202349.215000', '202349.675000', '202350.135000', '202350.595000', '202351.055000', '202351.515000', '202351.975000', '202352.435000', '202352.895000', '202353.355000', '202353.815000', '202354.275000', '202354.735000', '202355.195000', '202355.655000', '202356.115000', '202356.575000', '202357.035000', '202357.495000', '202357.955000', '202358.415000', '202358.875000', '202359.335000', '202359.795000', '202400.255000', '202400.715000', '202401.175000', '202401.635000', '202402.095000', '202402.555000', '202403.015000', '202403.475000', '202403.935000', '202404.395000', '202404.855000', '202405.315000', '202405.775000', '202406.235000', '202406.695000', '202407.155000', '202407.615000', '202408.075000', '202408.535000', '202408.995000', '202409.455000', '202409.915000', '202410.375000', '202410.835000', '202411.295000', '202411.755000', '202412.215000', '202412.675000', '202413.135000', '202413.595000', '202414.055000', '202414.515000', '202414.975000', '202415.435000', '202415.895000', '202416.355000', '202416.815000', '202417.275000', '202417.735000', '202418.195000', '202418.655000', '202419.115000', '202419.575000', '202420.035000', '202420.495000', '202420.955000', '202421.415000', '202421.875000', '202422.335000', '202422.795000', '202423.255000', '202423.715000', '202424.175000', '202424.635000', '202425.095000', '202425.555000', '202426.015000', '202426.475000', '202426.935000', '202427.395000', '202427.855000', '202428.315000', '202428.775000', '202429.235000', '202429.695000', '202430.155000', '202430.615000', '202431.075000', '202431.535000', '202431.995000', '202432.455000', '202432.915000', '202433.375000', '202433.835000', '202434.295000', '202434.755000', '202435.215000', '202435.675000', '202436.135000', '202436.595000', '202437.055000', '202437.515000', '202437.975000', '202438.435000', '202438.895000', '202439.355000', '202439.815000', '202440.275000', '202440.735000', '202441.195000', '202441.655000', '202442.115000', '202442.575000', '202443.035000', '202443.495000', '202443.955000', '202444.415000', '202444.875000', '202445.335000', '202445.795000', '202446.255000', '202446.715000', '202447.175000', '202447.635000', '202448.095000', '202448.555000', '202449.015000', '202449.475000', '202449.935000', '202450.395000', '202450.855000', '202451.315000', '202451.775000', '202452.235000', '202452.695000', '202453.155000', '202453.615000', '202454.075000', '202454.535000', '202454.995000', '202455.455000', '202455.915000', '202456.375000', '202456.835000', '202457.295000', '202457.755000', '202458.215000', '202458.675000', '202459.135000', '202459.595000', '202500.055000', '202500.515000', '202500.975000', '202501.435000', '202501.895000', '202502.355000', '202502.815000', '202503.275000', '202503.735000', '202504.195000', '202504.655000', '202505.115000', '202505.575000', '202506.035000', '202506.495000', '202506.955000', '202507.415000', '202507.875000', '202508.335000', '202508.795000', '202509.255000', '202509.715000', '202510.175000', '202510.635000', '202511.095000', '202511.555000', '202512.015000', '202512.475000', '202512.935000', '202513.395000', '202513.855000', '202514.315000', '202514.775000', '202515.235000', '202515.695000', '202516.155000', '202516.615000', '202517.075000', '202517.535000', '202517.995000', '202518.455000', '202518.915000', '202519.375000', '202519.835000', '202520.295000', '202520.755000', '202521.215000', '202521.675000', '202522.135000', '202522.595000', '202523.055000', '202523.515000', '202523.975000', '202524.435000', '202524.895000', '202525.355000', '202525.815000', '202526.275000', '202526.735000', '202527.195000', '202527.655000', '202528.115000', '202528.575000', '202529.035000', '202529.495000', '202529.955000', '202530.415000', '202530.875000', '202531.335000', '202531.795000', '202532.255000', '202532.715000', '202533.175000', '202533.635000', '202534.095000', '202534.555000', '202535.015000', '202535.475000', '202535.935000', '202536.395000', '202536.855000', '202537.315000', '202537.775000', '202538.235000', '202538.695000', '202539.155000', '202539.615000', '202540.075000', '202540.535000', '202540.995000', '202541.455000', '202541.915000', '202542.375000', '202542.835000', '202543.295000', '202543.755000', '202544.215000', '202544.675000', '202545.135000', '202545.595000', '202546.055000', '202546.515000', '202546.975000', '202547.435000', '202547.895000', '202548.355000', '202548.815000', '202549.275000', '202549.735000', '202550.195000', '202550.655000', '202551.115000', '202551.575000', '202552.035000', '202552.495000', '202552.955000', '202553.415000', '202553.875000', '202554.335000', '202554.795000', '202555.255000', '202555.715000', '202556.175000', '202556.635000', '202557.095000', '202557.555000', '202558.015000', '202558.475000', '202558.935000', '202559.395000', '202559.855000', '202600.315000', '202600.775000', '202601.235000', '202601.695000', '202602.155000', '202602.615000', '202603.075000', '202603.535000', '202603.995000', '202604.455000', '202604.915000', '202605.375000', '202605.835000', '202606.295000', '202606.755000', '202607.215000', '202607.675000', '202608.135000', '202608.595000', '202609.055000', '202609.515000', '202609.975000', '202610.435000', '202610.895000', '202611.355000', '202611.815000', '202612.275000', '202612.735000', '202613.195000', '202613.655000', '202614.115000', '202614.575000', '202615.035000', '202615.495000', '202615.955000', '202616.415000', '202616.875000', '202617.335000', '202617.795000', '202618.255000', '202618.715000', '202619.175000', '202619.635000', '202620.095000', '202620.555000', '202621.015000', '202621.475000', '202621.935000', '202622.395000', '202622.855000', '202623.315000', '202623.775000', '202624.235000', '202624.695000', '202625.155000', '202625.615000', '202626.075000', '202626.535000', '202626.995000', '202627.455000', '202627.915000', '202628.375000', '202628.835000', '202629.295000', '202629.755000', '202630.215000', '202630.675000', '202631.135000', '202631.595000', '202632.055000', '202632.515000', '202632.975000', '202633.435000', '202633.895000', '202634.355000', '202634.815000', '202635.275000', '202635.735000', '202636.195000', '202636.655000', '202637.115000', '202637.575000', '202638.035000', '202638.495000', '202638.955000', '202639.415000', '202639.875000', '202640.335000', '202640.795000', '202641.255000', '202641.715000', '202642.175000', '202642.635000', '202643.095000', '202643.555000', '202644.015000', '202644.475000', '202644.935000', '202645.395000', '202645.855000', '202646.315000', '202646.775000', '202647.235000', '202647.695000', '202648.155000', '202648.615000', '202649.075000', '202649.535000', '202649.995000', '202650.455000', '202650.915000', '202651.375000', '202651.835000', '202652.295000', '202652.755000', '202653.215000', '202653.675000', '202654.135000', '202654.595000', '202655.055000', '202655.515000', '202655.975000', '202656.435000', '202656.895000', '202657.355000', '202657.815000', '202658.275000', '202658.735000', '202659.195000', '202659.655000', '202700.115000', '202700.575000', '202701.035000', '202701.495000', '202701.955000', '202702.415000', '202702.875000', '202703.335000', '202703.795000', '202704.255000', '202704.715000', '202705.175000', '202705.635000', '202706.095000', '202706.555000', '202707.015000', '202707.475000', '202707.935000', '202708.395000', '202708.855000', '202709.315000', '202709.775000', '202710.235000', '202710.695000', '202711.155000', '202711.615000', '202712.075000', '202712.535000', '202712.995000', '202713.455000', '202713.915000', '202714.375000', '202714.835000', '202715.295000', '202715.755000', '202716.215000', '202716.675000', '202717.135000', '202717.595000', '202718.055000', '202718.515000', '202718.975000', '202719.435000', '202719.895000', '202720.355000', '202720.815000', '202721.275000', '202721.735000', '202722.195000', '202722.655000', '202723.115000', '202723.575000', '202724.035000', '202724.495000', '202724.955000', '202725.415000', '202725.875000', '202726.335000', '202726.795000', '202727.255000', '202727.715000', '202728.175000', '202728.635000', '202729.095000', '202729.555000', '202730.015000', '202730.475000', '202730.935000', '202731.395000', '202731.855000', '202732.315000', '202732.775000', '202733.235000', '202733.695000', '202734.155000', '202734.615000', '202735.075000', '202735.535000', '202735.995000', '202736.455000', '202736.915000', '202737.375000', '202737.835000', '202738.295000', '202738.755000', '202739.215000', '202739.675000', '202740.135000', '202740.595000', '202741.055000', '202741.515000', '202741.975000', '202742.435000', '202742.895000', '202743.355000', '202743.815000', '202744.275000', '202744.735000', '202745.195000', '202745.655000', '202746.115000', '202746.575000', '202747.035000', '202747.495000', '202747.955000', '202748.415000', '202748.875000', '202749.335000', '202749.795000', '202750.255000', '202750.715000', '202751.175000', '202751.635000', '202752.095000', '202752.555000', '202753.015000', '202753.475000', '202753.935000', '202754.395000', '202754.855000', '202755.315000', '202755.775000', '202756.235000', '202756.695000', '202757.155000', '202757.615000', '202758.075000', '202758.535000', '202758.995000', '202759.455000', '202759.915000', '202800.375000', '202800.835000', '202801.295000', '202801.755000', '202802.215000', '202802.675000', '202803.135000', '202803.595000', '202804.055000', '202804.515000', '202804.975000', '202805.435000', '202805.895000', '202806.355000', '202806.815000', '202807.275000', '202807.735000', '202808.195000', '202808.655000', '202809.115000', '202809.575000', '202810.035000', '202810.495000', '202810.955000', '202811.415000', '202811.875000', '202812.335000', '202812.795000', '202813.255000', '202813.715000', '202814.175000', '202814.635000', '202815.095000', '202815.555000', '202816.015000', '202816.475000', '202816.935000', '202817.395000', '202817.855000', '202818.315000', '202818.775000', '202819.235000', '202819.695000', '202820.155000', '202820.615000', '202821.075000', '202821.535000', '202821.995000', '202822.455000', '202822.915000', '202823.375000', '202823.835000', '202824.295000', '202824.755000', '202825.215000', '202825.675000', '202826.135000', '202826.595000', '202827.055000', '202827.515000', '202827.975000', '202828.435000', '202828.895000', '202829.355000', '202829.815000', '202830.275000', '202830.735000', '202831.195000', '202831.655000', '202832.115000', '202832.575000', '202833.035000', '202833.495000', '202833.955000', '202834.415000', '202834.875000', '202835.335000', '202835.795000', '202836.255000', '202836.715000', '202837.175000', '202837.635000', '202838.095000', '202838.555000', '202839.015000', '202839.475000', '202839.935000', '202840.395000', '202840.855000', '202841.315000', '202841.775000', '202842.235000', '202842.695000', '202843.155000', '202843.615000', '202844.075000', '202844.535000', '202844.995000', '202845.455000', '202845.915000', '202846.375000', '202846.835000', '202847.295000', '202847.755000', '202848.215000', '202848.675000', '202849.135000', '202849.595000', '202850.055000', '202850.515000', '202850.975000', '202851.435000', '202851.895000', '202852.355000', '202852.815000', '202853.275000', '202853.735000', '202854.195000', '202854.655000', '202855.115000', '202855.575000', '202856.035000', '202856.495000', '202856.955000', '202857.415000', '202857.875000', '202858.335000', '202858.795000', '202859.255000', '202859.715000', '202900.175000', '202900.635000', '202901.095000', '202901.555000', '202902.015000'], 'ContentTime': ['201638.843000', '201638.846000', '201638.849000', '201638.851000', '201638.854000', '201638.856000', '201638.859000', '201638.861000', '201638.869000', '201638.872000', '201638.874000', '201638.877000', '201638.879000', '201638.882000', '201638.885000', '201638.887000', '201638.890000', '201638.892000', '201638.895000', '201638.897000', '201638.900000', '201658.801000', '201658.804000', '201658.807000', '201658.809000', '201658.812000', '201658.814000', '201658.817000', '201658.819000', '201658.822000', '201658.824000', '201658.827000', '201658.830000', '201658.832000', '201658.835000', '201658.837000', '201658.840000', '201658.842000', '201658.845000', '201658.847000', '201658.850000', '201658.852000', '201658.855000', '201658.864000', '201658.866000', '201658.869000', '201658.871000', '201658.874000', '201658.876000', '201658.880000', '201658.883000', '201658.886000', '201658.888000', '201658.891000', '201658.893000', '201658.896000', '201658.898000', '201658.901000', '201658.903000', '201658.906000', '201658.909000', '201658.911000', '201658.914000', '201658.916000', '201718.801000', '201718.804000', '201718.807000', '201718.809000', '201718.812000', '201718.814000', '201718.817000', '201718.820000', '201718.822000', '201718.825000', '201718.827000', '201718.830000', '201718.832000', '201718.835000', '201718.837000', '201718.840000', '201718.842000', '201718.845000', '201718.848000', '201718.850000', '201718.853000', '201718.855000', '201718.858000', '201718.860000', '201718.863000', '201718.866000', '201718.868000', '201718.871000', '201718.873000', '201718.876000', '201718.879000', '201718.881000', '201718.884000', '201718.886000', '201718.889000', '201718.891000', '201718.894000', '201718.896000', '201718.899000', '201718.902000', '201718.904000', '201718.907000', '201718.918000', '201718.920000', '201738.801000', '201738.804000', '201738.807000', '201738.809000', '201738.812000', '201738.815000', '201738.817000', '201738.820000', '201738.822000', '201738.825000', '201738.828000', '201738.830000', '201738.833000', '201738.835000', '201738.838000', '201738.840000', '201738.843000', '201738.845000', '201738.857000', '201738.860000', '201738.862000', '201738.865000', '201738.867000', '201738.870000', '201738.872000', '201738.875000', '201738.877000', '201738.880000', '201738.883000', '201738.885000', '201738.888000', '201738.890000', '201738.893000', '201738.896000', '201738.898000', '201738.901000', '201738.903000', '201738.906000', '201738.908000', '201738.911000', '201738.914000', '201738.917000', '201738.920000', '201758.802000', '201758.804000', '201758.807000', '201758.809000', '201758.812000', '201758.815000', '201758.817000', '201758.820000', '201758.827000', '201758.830000', '201758.832000', '201758.835000', '201758.838000', '201758.840000', '201758.843000', '201758.845000', '201758.848000', '201758.851000', '201758.853000', '201758.856000', '201758.859000', '201758.861000', '201758.864000', '201758.866000', '201758.869000', '201758.871000', '201758.874000', '201758.876000', '201758.879000', '201758.881000', '201758.884000', '201758.887000', '201758.889000', '201758.892000', '201758.894000', '201758.897000', '201758.899000', '201758.902000', '201758.905000', '201758.907000', '201758.910000', '201758.912000', '201758.915000', '201758.917000', '201818.801000', '201818.804000', '201818.807000', '201818.809000', '201818.812000', '201818.814000', '201818.817000', '201818.820000', '201818.822000', '201818.825000', '201818.827000', '201818.830000', '201818.832000', '201818.835000', '201818.837000', '201818.840000', '201818.843000', '201818.845000', '201818.848000', '201818.850000', '201818.853000', '201818.855000', '201818.858000', '201818.861000', '201818.863000', '201818.866000', '201818.868000', '201818.871000', '201818.873000', '201818.876000', '201818.879000', '201818.881000', '201818.884000', '201818.886000', '201818.889000', '201818.891000', '201818.894000', '201818.897000', '201818.899000', '201818.902000', '201818.905000', '201818.907000', '201818.910000', '201838.801000', '201838.804000', '201838.807000', '201838.810000', '201838.812000', '201838.815000', '201838.817000', '201838.820000', '201838.822000', '201838.825000', '201838.828000', '201838.830000', '201838.833000', '201838.835000', '201838.838000', '201838.841000', '201838.843000', '201838.846000', '201838.848000', '201838.851000', '201838.853000', '201838.856000', '201838.859000', '201838.861000', '201838.864000', '201838.866000', '201838.869000', '201838.871000', '201838.874000', '201838.877000', '201838.879000', '201838.882000', '201838.884000', '201838.887000', '201838.889000', '201838.892000', '201838.895000', '201838.897000', '201838.900000', '201838.903000', '201838.905000', '201838.908000', '201838.910000', '201838.913000', '201858.801000', '201858.804000', '201858.807000', '201858.809000', '201858.812000', '201858.815000', '201858.817000', '201858.820000', '201858.822000', '201858.825000', '201858.828000', '201858.830000', '201858.833000', '201858.836000', '201858.838000', '201858.841000', '201858.843000', '201858.846000', '201858.849000', '201858.851000', '201858.854000', '201858.856000', '201858.859000', '201858.862000', '201858.864000', '201858.867000', '201858.870000', '201858.872000', '201858.875000', '201858.878000', '201858.880000', '201858.883000', '201858.885000', '201858.888000', '201858.890000', '201858.893000', '201858.896000', '201858.898000', '201858.901000', '201858.903000', '201858.906000', '201858.908000', '201858.911000', '201918.802000', '201918.804000', '201918.807000', '201918.810000', '201918.812000', '201918.815000', '201918.817000', '201918.820000', '201918.822000', '201918.825000', '201918.828000', '201918.830000', '201918.833000', '201918.835000', '201918.848000', '201918.851000', '201918.853000', '201918.856000', '201918.859000', '201918.861000', '201918.864000', '201918.866000', '201918.869000', '201918.871000', '201918.874000', '201918.876000', '201918.879000', '201918.882000', '201918.884000', '201918.887000', '201918.889000', '201918.892000', '201918.895000', '201918.897000', '201918.900000', '201918.902000', '201918.905000', '201918.907000', '201918.910000', '201918.913000', '201918.915000', '201918.918000', '201918.920000', '201918.923000', '201938.801000', '201938.804000', '201938.806000', '201938.809000', '201938.811000', '201938.814000', '201938.817000', '201938.819000', '201938.822000', '201938.825000', '201938.827000', '201938.830000', '201938.832000', '201938.835000', '201938.862000', '201938.864000', '201938.867000', '201938.869000', '201938.872000', '201938.875000', '201938.877000', '201938.880000', '201938.882000', '201938.885000', '201938.887000', '201938.890000', '201938.893000', '201938.895000', '201938.898000', '201938.901000', '201938.903000', '201938.906000', '201938.908000', '201938.911000', '201938.914000', '201938.916000', '201938.919000', '201938.921000', '201938.924000', '201938.926000', '201938.929000', '201938.932000', '201938.934000', '201958.801000', '201958.804000', '201958.807000', '201958.809000', '201958.812000', '201958.815000', '201958.817000', '201958.820000', '201958.822000', '201958.825000', '201958.828000', '201958.830000', '201958.833000', '201958.835000', '201958.838000', '201958.841000', '201958.843000', '201958.846000', '201958.848000', '201958.851000', '201958.854000', '201958.856000', '201958.859000', '201958.861000', '201958.864000', '201958.867000', '201958.869000', '201958.872000', '201958.874000', '201958.877000', '201958.880000', '201958.882000', '201958.885000', '201958.888000', '201958.890000', '201958.893000', '201958.895000', '201958.898000', '201958.900000', '201958.903000', '201958.906000', '201958.908000', '201958.911000', '201958.913000', '202018.801000', '202018.804000', '202018.807000', '202018.810000', '202018.812000', '202018.815000', '202018.817000', '202018.820000', '202018.823000', '202018.826000', '202018.828000', '202018.831000', '202018.834000', '202018.836000', '202018.839000', '202018.842000', '202018.845000', '202018.847000', '202018.850000', '202018.852000', '202018.855000', '202018.858000', '202018.860000', '202018.863000', '202018.865000', '202018.868000', '202018.871000', '202018.873000', '202018.876000', '202018.878000', '202018.881000', '202018.883000', '202018.886000', '202018.888000', '202018.891000', '202018.894000', '202018.896000', '202018.899000', '202018.901000', '202018.904000', '202018.906000', '202018.909000', '202018.912000', '202038.802000', '202038.804000', '202038.815000', '202038.818000', '202038.820000', '202038.823000', '202038.826000', '202038.828000', '202038.831000', '202038.833000', '202038.836000', '202038.839000', '202038.841000', '202038.844000', '202038.847000', '202038.849000', '202038.852000', '202038.855000', '202038.857000', '202038.860000', '202038.863000', '202038.865000', '202038.868000', '202038.870000', '202038.873000', '202038.875000', '202038.878000', '202038.881000', '202038.883000', '202038.886000', '202038.888000', '202038.891000', '202038.893000', '202038.896000', '202038.899000', '202038.901000', '202038.904000', '202038.906000', '202038.909000', '202038.912000', '202038.914000', '202038.917000', '202038.919000', '202058.801000', '202058.804000', '202058.807000', '202058.809000', '202058.812000', '202058.814000', '202058.817000', '202058.820000', '202058.822000', '202058.825000', '202058.827000', '202058.830000', '202058.833000', '202058.835000', '202058.838000', '202058.840000', '202058.843000', '202058.846000', '202058.848000', '202058.851000', '202058.853000', '202058.856000', '202058.858000', '202058.861000', '202058.864000', '202058.866000', '202058.869000', '202058.872000', '202058.874000', '202058.877000', '202058.879000', '202058.882000', '202058.885000', '202058.887000', '202058.890000', '202058.892000', '202058.895000', '202058.898000', '202058.900000', '202058.903000', '202058.905000', '202058.908000', '202058.911000', '202058.913000', '202118.802000', '202118.804000', '202118.807000', '202118.810000', '202118.812000', '202118.815000', '202118.817000', '202118.820000', '202118.823000', '202118.826000', '202118.829000', '202118.831000', '202118.834000', '202118.836000', '202118.839000', '202118.842000', '202118.844000', '202118.847000', '202118.850000', '202118.852000', '202118.855000', '202118.857000', '202118.860000', '202118.863000', '202118.865000', '202118.868000', '202118.870000', '202118.873000', '202118.876000', '202118.879000', '202118.881000', '202118.884000', '202118.887000', '202118.889000', '202118.892000', '202118.895000', '202118.897000', '202118.900000', '202118.902000', '202118.905000', '202118.908000', '202118.910000', '202118.913000', '202118.915000', '202138.801000', '202138.804000', '202138.807000', '202138.810000', '202138.812000', '202138.815000', '202138.818000', '202138.820000', '202138.823000', '202138.825000', '202138.828000', '202138.831000', '202138.833000', '202138.836000', '202138.838000', '202138.841000', '202138.843000', '202138.846000', '202138.849000', '202138.851000', '202138.854000', '202138.856000', '202138.859000', '202138.862000', '202138.865000', '202138.867000', '202138.870000', '202138.873000', '202138.875000', '202138.878000', '202138.881000', '202138.883000', '202138.886000', '202138.889000', '202138.891000', '202138.894000', '202138.897000', '202138.899000', '202138.902000', '202138.905000', '202138.907000', '202138.910000', '202138.913000', '202158.800000', '202158.803000', '202158.806000', '202158.809000', '202158.811000', '202158.814000', '202158.816000', '202158.819000', '202158.822000', '202158.824000', '202158.827000', '202158.830000', '202158.832000', '202158.835000', '202158.838000', '202158.840000', '202158.843000', '202158.845000', '202158.848000', '202158.851000', '202158.853000', '202158.856000', '202158.858000', '202158.861000', '202158.864000', '202158.866000', '202158.869000', '202158.872000', '202158.874000', '202158.877000', '202158.880000', '202158.882000', '202158.885000', '202158.887000', '202158.890000', '202158.893000', '202158.895000', '202158.898000', '202158.901000', '202158.903000', '202158.906000', '202158.909000', '202158.911000', '202218.802000', '202218.804000', '202218.807000', '202218.810000', '202218.812000', '202218.815000', '202218.817000', '202218.820000', '202218.823000', '202218.825000', '202218.828000', '202218.830000', '202218.835000', '202218.837000', '202218.840000', '202218.842000', '202218.845000', '202218.848000', '202218.850000', '202218.853000', '202218.855000', '202218.867000', '202218.870000', '202218.872000', '202218.875000', '202218.877000', '202218.880000', '202218.883000', '202218.885000', '202218.888000', '202218.890000', '202218.893000', '202218.895000', '202218.898000', '202218.901000', '202218.903000', '202218.906000', '202218.908000', '202218.911000', '202218.914000', '202218.916000', '202218.919000', '202218.921000', '202218.924000', '202238.801000', '202238.804000', '202238.807000', '202238.810000', '202238.812000', '202238.815000', '202238.817000', '202238.820000', '202238.823000', '202238.825000', '202238.828000', '202238.831000', '202238.834000', '202238.837000', '202238.840000', '202238.842000', '202238.845000', '202238.847000', '202238.850000', '202238.853000', '202238.855000', '202238.858000', '202238.860000', '202238.863000', '202238.866000', '202238.869000', '202238.871000', '202238.874000', '202238.876000', '202238.879000', '202238.881000', '202238.884000', '202238.887000', '202238.889000', '202238.892000', '202238.894000', '202238.897000', '202238.900000', '202238.902000', '202238.905000', '202238.907000', '202238.910000', '202238.912000', '202258.802000', '202258.804000', '202258.807000', '202258.810000', '202258.812000', '202258.815000', '202258.818000', '202258.820000', '202258.823000', '202258.825000', '202258.828000', '202258.830000', '202258.833000', '202258.836000', '202258.838000', '202258.841000', '202258.843000', '202258.846000', '202258.849000', '202258.851000', '202258.854000', '202258.856000', '202258.859000', '202258.862000', '202258.864000', '202258.867000', '202258.869000', '202258.872000', '202258.875000', '202258.877000', '202258.880000', '202258.882000', '202258.885000', '202258.888000', '202258.890000', '202258.893000', '202258.895000', '202258.898000', '202258.900000', '202258.903000', '202258.905000', '202258.908000', '202258.911000', '202258.913000', '202318.802000', '202318.804000', '202318.807000', '202318.810000', '202318.812000', '202318.815000', '202318.817000', '202318.820000', '202318.822000', '202318.825000', '202318.829000', '202318.832000', '202318.834000', '202318.837000', '202318.840000', '202318.842000', '202318.845000', '202318.848000', '202318.850000', '202318.853000', '202318.856000', '202318.858000', '202318.861000', '202318.863000', '202318.866000', '202318.869000', '202318.871000', '202318.874000', '202318.876000', '202318.879000', '202318.881000', '202318.884000', '202318.887000', '202318.889000', '202318.892000', '202318.894000', '202318.897000', '202318.899000', '202318.902000', '202318.905000', '202318.907000', '202318.910000', '202318.912000', '202338.801000', '202338.804000', '202338.807000', '202338.810000', '202338.812000', '202338.815000', '202338.817000', '202338.820000', '202338.823000', '202338.825000', '202338.828000', '202338.830000', '202338.833000', '202338.836000', '202338.838000', '202338.841000', '202338.844000', '202338.846000', '202338.861000', '202338.863000', '202338.866000', '202338.868000', '202338.871000', '202338.873000', '202338.876000', '202338.879000', '202338.881000', '202338.884000', '202338.886000', '202338.889000', '202338.892000', '202338.894000', '202338.897000', '202338.899000', '202338.902000', '202338.905000', '202338.907000', '202338.910000', '202338.912000', '202338.915000', '202338.918000', '202338.920000', '202338.923000', '202338.925000', '202358.801000', '202358.804000', '202358.807000', '202358.810000', '202358.812000', '202358.815000', '202358.817000', '202358.820000', '202358.823000', '202358.825000', '202358.829000', '202358.832000', '202358.835000', '202358.837000', '202358.840000', '202358.843000', '202358.845000', '202358.848000', '202358.850000', '202358.853000', '202358.855000', '202358.858000', '202358.861000', '202358.863000', '202358.866000', '202358.868000', '202358.871000', '202358.874000', '202358.876000', '202358.879000', '202358.881000', '202358.884000', '202358.887000', '202358.889000', '202358.892000', '202358.894000', '202358.897000', '202358.899000', '202358.904000', '202358.906000', '202358.909000', '202358.911000', '202358.914000', '202418.800000', '202418.803000', '202418.806000', '202418.809000', '202418.811000', '202418.814000', '202418.816000', '202418.819000', '202418.821000', '202418.824000', '202418.827000', '202418.829000', '202418.832000', '202418.835000', '202418.837000', '202418.840000', '202418.842000', '202418.845000', '202418.848000', '202418.850000', '202418.853000', '202418.855000', '202418.858000', '202418.861000', '202418.863000', '202418.866000', '202418.868000', '202418.872000', '202418.875000', '202418.877000', '202418.880000', '202418.883000', '202418.885000', '202418.888000', '202418.890000', '202418.893000', '202418.895000', '202418.898000', '202418.901000', '202418.903000', '202418.906000', '202418.908000', '202418.911000', '202418.913000', '202438.802000', '202438.805000', '202438.807000', '202438.810000', '202438.812000', '202438.815000', '202438.818000', '202438.820000', '202438.823000', '202438.825000', '202438.828000', '202438.831000', '202438.833000', '202438.836000', '202438.838000', '202438.841000', '202438.844000', '202438.846000', '202438.849000', '202438.851000', '202438.854000', '202438.856000', '202438.859000', '202438.862000', '202438.864000', '202438.867000', '202438.870000', '202438.874000', '202438.876000', '202438.879000', '202438.882000', '202438.884000', '202438.887000', '202438.889000', '202438.892000', '202438.895000', '202438.897000', '202438.900000', '202438.902000', '202438.905000', '202438.907000', '202438.910000', '202438.913000', '202458.801000', '202458.804000', '202458.807000', '202458.809000', '202458.812000', '202458.815000', '202458.817000', '202458.820000', '202458.822000', '202458.825000', '202458.828000', '202458.830000', '202458.833000', '202458.835000', '202458.846000', '202458.849000', '202458.851000', '202458.854000', '202458.857000', '202458.859000', '202458.862000', '202458.864000', '202458.867000', '202458.869000', '202458.872000', '202458.875000', '202458.877000', '202458.880000', '202458.882000', '202458.885000', '202458.888000', '202458.890000', '202458.893000', '202458.895000', '202458.898000', '202458.900000', '202458.903000', '202458.906000', '202458.908000', '202458.911000', '202458.913000', '202458.916000', '202458.918000', '202458.921000', '202518.802000', '202518.804000', '202518.807000', '202518.810000', '202518.812000', '202518.815000', '202518.818000', '202518.820000', '202518.823000', '202518.825000', '202518.828000', '202518.831000', '202518.833000', '202518.836000', '202518.838000', '202518.841000', '202518.844000', '202518.846000', '202518.849000', '202518.851000', '202518.854000', '202518.856000', '202518.859000', '202518.862000', '202518.864000', '202518.867000', '202518.870000', '202518.872000', '202518.875000', '202518.878000', '202518.880000', '202518.883000', '202518.886000', '202518.888000', '202518.891000', '202518.895000', '202518.898000', '202518.900000', '202518.903000', '202518.906000', '202518.908000', '202518.911000', '202518.914000', '202538.801000', '202538.804000', '202538.807000', '202538.810000', '202538.812000', '202538.815000', '202538.817000', '202538.820000', '202538.823000', '202538.826000', '202538.828000', '202538.831000', '202538.833000', '202538.836000', '202538.839000', '202538.841000', '202538.844000', '202538.847000', '202538.849000', '202538.852000', '202538.855000', '202538.857000', '202538.860000', '202538.863000', '202538.865000', '202538.868000', '202538.871000', '202538.873000', '202538.876000', '202538.879000', '202538.881000', '202538.884000', '202538.887000', '202538.889000', '202538.892000', '202538.895000', '202538.897000', '202538.900000', '202538.903000', '202538.905000', '202538.908000', '202538.911000', '202538.914000', '202538.916000', '202558.802000', '202558.804000', '202558.807000', '202558.810000', '202558.813000', '202558.815000', '202558.818000', '202558.820000', '202558.823000', '202558.826000', '202558.828000', '202558.831000', '202558.834000', '202558.836000', '202558.839000', '202558.841000', '202558.844000', '202558.846000', '202558.849000', '202558.852000', '202558.854000', '202558.857000', '202558.859000', '202558.862000', '202558.864000', '202558.867000', '202558.870000', '202558.872000', '202558.875000', '202558.877000', '202558.880000', '202558.883000', '202558.885000', '202558.888000', '202558.890000', '202558.893000', '202558.897000', '202558.900000', '202558.902000', '202558.905000', '202558.908000', '202558.910000', '202558.913000', '202618.801000', '202618.804000', '202618.807000', '202618.810000', '202618.812000', '202618.815000', '202618.818000', '202618.820000', '202618.823000', '202618.826000', '202618.828000', '202618.831000', '202618.833000', '202618.836000', '202618.839000', '202618.841000', '202618.844000', '202618.846000', '202618.849000', '202618.851000', '202618.854000', '202618.857000', '202618.859000', '202618.862000', '202618.864000', '202618.867000', '202618.870000', '202618.872000', '202618.875000', '202618.877000', '202618.880000', '202618.883000', '202618.885000', '202618.888000', '202618.890000', '202618.893000', '202618.895000', '202618.898000', '202618.901000', '202618.903000', '202618.906000', '202618.908000', '202618.911000', '202618.914000', '202638.801000', '202638.803000', '202638.806000', '202638.809000', '202638.811000', '202638.814000', '202638.817000', '202638.819000', '202638.822000', '202638.825000', '202638.827000', '202638.830000', '202638.832000', '202638.835000', '202638.837000', '202638.840000', '202638.843000', '202638.845000', '202638.848000', '202638.850000', '202638.853000', '202638.855000', '202638.858000', '202638.861000', '202638.863000', '202638.866000', '202638.868000', '202638.871000', '202638.874000', '202638.876000', '202638.879000', '202638.881000', '202638.884000', '202638.886000', '202638.889000', '202638.892000', '202638.894000', '202638.897000', '202638.900000', '202638.902000', '202638.905000', '202638.907000', '202638.910000', '202658.802000', '202658.804000', '202658.807000', '202658.810000', '202658.812000', '202658.815000', '202658.818000', '202658.820000', '202658.823000', '202658.826000', '202658.828000', '202658.831000', '202658.833000', '202658.836000', '202658.839000', '202658.841000', '202658.844000', '202658.846000', '202658.849000', '202658.851000', '202658.854000', '202658.857000', '202658.859000', '202658.862000', '202658.865000', '202658.867000', '202658.870000', '202658.873000', '202658.875000', '202658.878000', '202658.881000', '202658.883000', '202658.886000', '202658.888000', '202658.891000', '202658.894000', '202658.896000', '202658.899000', '202658.902000', '202658.904000', '202658.907000', '202658.910000', '202658.912000', '202658.915000', '202718.802000', '202718.804000', '202718.807000', '202718.810000', '202718.812000', '202718.815000', '202718.817000', '202718.820000', '202718.823000', '202718.825000', '202718.828000', '202718.831000', '202718.833000', '202718.836000', '202718.838000', '202718.841000', '202718.843000', '202718.846000', '202718.849000', '202718.851000', '202718.854000', '202718.856000', '202718.859000', '202718.862000', '202718.864000', '202718.867000', '202718.869000', '202718.872000', '202718.875000', '202718.877000', '202718.880000', '202718.882000', '202718.885000', '202718.888000', '202718.890000', '202718.893000', '202718.917000', '202718.919000', '202718.922000', '202718.925000', '202718.927000', '202718.930000', '202718.932000', '202738.802000', '202738.805000', '202738.807000', '202738.810000', '202738.813000', '202738.815000', '202738.818000', '202738.821000', '202738.823000', '202738.826000', '202738.828000', '202738.831000', '202738.834000', '202738.836000', '202738.839000', '202738.842000', '202738.844000', '202738.847000', '202738.850000', '202738.852000', '202738.855000', '202738.857000', '202738.860000', '202738.863000', '202738.865000', '202738.868000', '202738.870000', '202738.873000', '202738.875000', '202738.878000', '202738.881000', '202738.883000', '202738.886000', '202738.888000', '202738.891000', '202738.893000', '202738.896000', '202738.899000', '202738.901000', '202738.904000', '202738.907000', '202738.909000', '202738.912000', '202738.914000', '202758.802000', '202758.804000', '202758.807000', '202758.810000', '202758.812000', '202758.815000', '202758.817000', '202758.820000', '202758.823000', '202758.825000', '202758.828000', '202758.830000', '202758.833000', '202758.836000', '202758.839000', '202758.841000', '202758.844000', '202758.846000', '202758.849000', '202758.851000', '202758.854000', '202758.857000', '202758.859000', '202758.862000', '202758.864000', '202758.867000', '202758.870000', '202758.872000', '202758.875000', '202758.877000', '202758.880000', '202758.882000', '202758.885000', '202758.887000', '202758.890000', '202758.893000', '202758.895000', '202758.898000', '202758.900000', '202758.903000', '202758.905000', '202758.908000', '202758.911000', '202818.802000', '202818.805000', '202818.807000', '202818.810000', '202818.813000', '202818.815000', '202818.818000', '202818.820000', '202818.823000', '202818.826000', '202818.828000', '202818.831000', '202818.833000', '202818.836000', '202818.839000', '202818.841000', '202818.844000', '202818.846000', '202818.849000', '202818.852000', '202818.854000', '202818.857000', '202818.859000', '202818.862000', '202818.865000', '202818.867000', '202818.870000', '202818.873000', '202818.875000', '202818.878000', '202818.880000', '202818.883000', '202818.886000', '202818.888000', '202818.891000', '202818.893000', '202818.896000', '202818.899000', '202818.901000', '202818.904000', '202818.906000', '202818.909000', '202818.912000', '202818.914000', '202838.802000', '202838.805000', '202838.807000', '202838.810000', '202838.823000', '202838.826000', '202838.828000', '202838.831000', '202838.834000', '202838.836000', '202838.839000', '202838.842000', '202838.844000', '202838.847000', '202838.849000', '202838.852000', '202838.855000', '202838.857000', '202838.860000', '202838.863000', '202838.865000', '202838.868000', '202838.870000', '202838.873000', '202838.876000', '202838.878000', '202838.881000', '202838.883000', '202838.886000', '202838.889000', '202838.891000', '202838.894000', '202838.896000', '202838.899000', '202838.902000', '202838.904000', '202838.907000', '202838.910000', '202838.912000', '202838.915000', '202838.917000', '202838.920000', '202838.922000', '202858.800000', '202858.803000', '202858.806000', '202858.808000', '202858.811000', '202858.814000', '202858.816000', '202858.819000', '202858.822000', '202858.825000', '202858.828000', '202858.831000', '202858.833000', '202858.836000', '202858.838000', '202858.841000', '202858.843000', '202858.846000', '202858.849000', '202858.851000', '202858.854000', '202858.856000', '202858.859000', '202858.861000', '202858.864000', '202858.867000', '202858.869000', '202858.872000', '202858.874000', '202858.877000', '202858.880000', '202858.882000', '202858.885000', '202858.887000', '202858.890000', '202858.893000', '202858.895000', '202858.898000', '202858.900000', '202858.903000', '202858.906000', '202858.908000', '202858.911000', '202858.913000', '202903.363000', '202903.366000', '202903.369000', '202903.371000', '202903.374000', '202903.382000', '202903.385000', '202903.388000', '202903.390000', '202903.393000'], 'InstanceCreationTime': ['201638.843000', '201638.846000', '201638.849000', '201638.851000', '201638.854000', '201638.856000', '201638.859000', '201638.861000', '201638.869000', '201638.872000', '201638.874000', '201638.877000', '201638.879000', '201638.882000', '201638.885000', '201638.887000', '201638.890000', '201638.892000', '201638.895000', '201638.897000', '201638.900000', '201658.801000', '201658.804000', '201658.807000', '201658.809000', '201658.812000', '201658.814000', '201658.817000', '201658.819000', '201658.822000', '201658.824000', '201658.827000', '201658.830000', '201658.832000', '201658.835000', '201658.837000', '201658.840000', '201658.842000', '201658.845000', '201658.847000', '201658.850000', '201658.852000', '201658.855000', '201658.864000', '201658.866000', '201658.869000', '201658.871000', '201658.874000', '201658.876000', '201658.880000', '201658.883000', '201658.886000', '201658.888000', '201658.891000', '201658.893000', '201658.896000', '201658.898000', '201658.901000', '201658.903000', '201658.906000', '201658.909000', '201658.911000', '201658.914000', '201658.916000', '201718.801000', '201718.804000', '201718.807000', '201718.809000', '201718.812000', '201718.814000', '201718.817000', '201718.820000', '201718.822000', '201718.825000', '201718.827000', '201718.830000', '201718.832000', '201718.835000', '201718.837000', '201718.840000', '201718.842000', '201718.845000', '201718.848000', '201718.850000', '201718.853000', '201718.855000', '201718.858000', '201718.860000', '201718.863000', '201718.866000', '201718.868000', '201718.871000', '201718.873000', '201718.876000', '201718.879000', '201718.881000', '201718.884000', '201718.886000', '201718.889000', '201718.891000', '201718.894000', '201718.896000', '201718.899000', '201718.902000', '201718.904000', '201718.907000', '201718.918000', '201718.920000', '201738.801000', '201738.804000', '201738.807000', '201738.809000', '201738.812000', '201738.815000', '201738.817000', '201738.820000', '201738.822000', '201738.825000', '201738.828000', '201738.830000', '201738.833000', '201738.835000', '201738.838000', '201738.840000', '201738.843000', '201738.845000', '201738.857000', '201738.860000', '201738.862000', '201738.865000', '201738.867000', '201738.870000', '201738.872000', '201738.875000', '201738.877000', '201738.880000', '201738.883000', '201738.885000', '201738.888000', '201738.890000', '201738.893000', '201738.896000', '201738.898000', '201738.901000', '201738.903000', '201738.906000', '201738.908000', '201738.911000', '201738.914000', '201738.917000', '201738.920000', '201758.802000', '201758.804000', '201758.807000', '201758.809000', '201758.812000', '201758.815000', '201758.817000', '201758.820000', '201758.827000', '201758.830000', '201758.832000', '201758.835000', '201758.838000', '201758.840000', '201758.843000', '201758.845000', '201758.848000', '201758.851000', '201758.853000', '201758.856000', '201758.859000', '201758.861000', '201758.864000', '201758.866000', '201758.869000', '201758.871000', '201758.874000', '201758.876000', '201758.879000', '201758.881000', '201758.884000', '201758.887000', '201758.889000', '201758.892000', '201758.894000', '201758.897000', '201758.899000', '201758.902000', '201758.905000', '201758.907000', '201758.910000', '201758.912000', '201758.915000', '201758.917000', '201818.801000', '201818.804000', '201818.807000', '201818.809000', '201818.812000', '201818.814000', '201818.817000', '201818.820000', '201818.822000', '201818.825000', '201818.827000', '201818.830000', '201818.832000', '201818.835000', '201818.837000', '201818.840000', '201818.843000', '201818.845000', '201818.848000', '201818.850000', '201818.853000', '201818.855000', '201818.858000', '201818.861000', '201818.863000', '201818.866000', '201818.868000', '201818.871000', '201818.873000', '201818.876000', '201818.879000', '201818.881000', '201818.884000', '201818.886000', '201818.889000', '201818.891000', '201818.894000', '201818.897000', '201818.899000', '201818.902000', '201818.905000', '201818.907000', '201818.910000', '201838.801000', '201838.804000', '201838.807000', '201838.810000', '201838.812000', '201838.815000', '201838.817000', '201838.820000', '201838.822000', '201838.825000', '201838.828000', '201838.830000', '201838.833000', '201838.835000', '201838.838000', '201838.841000', '201838.843000', '201838.846000', '201838.848000', '201838.851000', '201838.853000', '201838.856000', '201838.859000', '201838.861000', '201838.864000', '201838.866000', '201838.869000', '201838.871000', '201838.874000', '201838.877000', '201838.879000', '201838.882000', '201838.884000', '201838.887000', '201838.889000', '201838.892000', '201838.895000', '201838.897000', '201838.900000', '201838.903000', '201838.905000', '201838.908000', '201838.910000', '201838.913000', '201858.801000', '201858.804000', '201858.807000', '201858.809000', '201858.812000', '201858.815000', '201858.817000', '201858.820000', '201858.822000', '201858.825000', '201858.828000', '201858.830000', '201858.833000', '201858.836000', '201858.838000', '201858.841000', '201858.843000', '201858.846000', '201858.849000', '201858.851000', '201858.854000', '201858.856000', '201858.859000', '201858.862000', '201858.864000', '201858.867000', '201858.870000', '201858.872000', '201858.875000', '201858.878000', '201858.880000', '201858.883000', '201858.885000', '201858.888000', '201858.890000', '201858.893000', '201858.896000', '201858.898000', '201858.901000', '201858.903000', '201858.906000', '201858.908000', '201858.911000', '201918.802000', '201918.804000', '201918.807000', '201918.810000', '201918.812000', '201918.815000', '201918.817000', '201918.820000', '201918.822000', '201918.825000', '201918.828000', '201918.830000', '201918.833000', '201918.835000', '201918.848000', '201918.851000', '201918.853000', '201918.856000', '201918.859000', '201918.861000', '201918.864000', '201918.866000', '201918.869000', '201918.871000', '201918.874000', '201918.876000', '201918.879000', '201918.882000', '201918.884000', '201918.887000', '201918.889000', '201918.892000', '201918.895000', '201918.897000', '201918.900000', '201918.902000', '201918.905000', '201918.907000', '201918.910000', '201918.913000', '201918.915000', '201918.918000', '201918.920000', '201918.923000', '201938.801000', '201938.804000', '201938.806000', '201938.809000', '201938.811000', '201938.814000', '201938.817000', '201938.819000', '201938.822000', '201938.825000', '201938.827000', '201938.830000', '201938.832000', '201938.835000', '201938.862000', '201938.864000', '201938.867000', '201938.869000', '201938.872000', '201938.875000', '201938.877000', '201938.880000', '201938.882000', '201938.885000', '201938.887000', '201938.890000', '201938.893000', '201938.895000', '201938.898000', '201938.901000', '201938.903000', '201938.906000', '201938.908000', '201938.911000', '201938.914000', '201938.916000', '201938.919000', '201938.921000', '201938.924000', '201938.926000', '201938.929000', '201938.932000', '201938.934000', '201958.801000', '201958.804000', '201958.807000', '201958.809000', '201958.812000', '201958.815000', '201958.817000', '201958.820000', '201958.822000', '201958.825000', '201958.828000', '201958.830000', '201958.833000', '201958.835000', '201958.838000', '201958.841000', '201958.843000', '201958.846000', '201958.848000', '201958.851000', '201958.854000', '201958.856000', '201958.859000', '201958.861000', '201958.864000', '201958.867000', '201958.869000', '201958.872000', '201958.874000', '201958.877000', '201958.880000', '201958.882000', '201958.885000', '201958.888000', '201958.890000', '201958.893000', '201958.895000', '201958.898000', '201958.900000', '201958.903000', '201958.906000', '201958.908000', '201958.911000', '201958.913000', '202018.801000', '202018.804000', '202018.807000', '202018.810000', '202018.812000', '202018.815000', '202018.817000', '202018.820000', '202018.823000', '202018.826000', '202018.828000', '202018.831000', '202018.834000', '202018.836000', '202018.839000', '202018.842000', '202018.845000', '202018.847000', '202018.850000', '202018.852000', '202018.855000', '202018.858000', '202018.860000', '202018.863000', '202018.865000', '202018.868000', '202018.871000', '202018.873000', '202018.876000', '202018.878000', '202018.881000', '202018.883000', '202018.886000', '202018.888000', '202018.891000', '202018.894000', '202018.896000', '202018.899000', '202018.901000', '202018.904000', '202018.906000', '202018.909000', '202018.912000', '202038.802000', '202038.804000', '202038.815000', '202038.818000', '202038.820000', '202038.823000', '202038.826000', '202038.828000', '202038.831000', '202038.833000', '202038.836000', '202038.839000', '202038.841000', '202038.844000', '202038.847000', '202038.849000', '202038.852000', '202038.855000', '202038.857000', '202038.860000', '202038.863000', '202038.865000', '202038.868000', '202038.870000', '202038.873000', '202038.875000', '202038.878000', '202038.881000', '202038.883000', '202038.886000', '202038.888000', '202038.891000', '202038.893000', '202038.896000', '202038.899000', '202038.901000', '202038.904000', '202038.906000', '202038.909000', '202038.912000', '202038.914000', '202038.917000', '202038.919000', '202058.801000', '202058.804000', '202058.807000', '202058.809000', '202058.812000', '202058.814000', '202058.817000', '202058.820000', '202058.822000', '202058.825000', '202058.827000', '202058.830000', '202058.833000', '202058.835000', '202058.838000', '202058.840000', '202058.843000', '202058.846000', '202058.848000', '202058.851000', '202058.853000', '202058.856000', '202058.858000', '202058.861000', '202058.864000', '202058.866000', '202058.869000', '202058.872000', '202058.874000', '202058.877000', '202058.879000', '202058.882000', '202058.885000', '202058.887000', '202058.890000', '202058.892000', '202058.895000', '202058.898000', '202058.900000', '202058.903000', '202058.905000', '202058.908000', '202058.911000', '202058.913000', '202118.802000', '202118.804000', '202118.807000', '202118.810000', '202118.812000', '202118.815000', '202118.817000', '202118.820000', '202118.823000', '202118.826000', '202118.829000', '202118.831000', '202118.834000', '202118.836000', '202118.839000', '202118.842000', '202118.844000', '202118.847000', '202118.850000', '202118.852000', '202118.855000', '202118.857000', '202118.860000', '202118.863000', '202118.865000', '202118.868000', '202118.870000', '202118.873000', '202118.876000', '202118.879000', '202118.881000', '202118.884000', '202118.887000', '202118.889000', '202118.892000', '202118.895000', '202118.897000', '202118.900000', '202118.902000', '202118.905000', '202118.908000', '202118.910000', '202118.913000', '202118.915000', '202138.801000', '202138.804000', '202138.807000', '202138.810000', '202138.812000', '202138.815000', '202138.818000', '202138.820000', '202138.823000', '202138.825000', '202138.828000', '202138.831000', '202138.833000', '202138.836000', '202138.838000', '202138.841000', '202138.843000', '202138.846000', '202138.849000', '202138.851000', '202138.854000', '202138.856000', '202138.859000', '202138.862000', '202138.865000', '202138.867000', '202138.870000', '202138.873000', '202138.875000', '202138.878000', '202138.881000', '202138.883000', '202138.886000', '202138.889000', '202138.891000', '202138.894000', '202138.897000', '202138.899000', '202138.902000', '202138.905000', '202138.907000', '202138.910000', '202138.913000', '202158.800000', '202158.803000', '202158.806000', '202158.809000', '202158.811000', '202158.814000', '202158.816000', '202158.819000', '202158.822000', '202158.824000', '202158.827000', '202158.830000', '202158.832000', '202158.835000', '202158.838000', '202158.840000', '202158.843000', '202158.845000', '202158.848000', '202158.851000', '202158.853000', '202158.856000', '202158.858000', '202158.861000', '202158.864000', '202158.866000', '202158.869000', '202158.872000', '202158.874000', '202158.877000', '202158.880000', '202158.882000', '202158.885000', '202158.887000', '202158.890000', '202158.893000', '202158.895000', '202158.898000', '202158.901000', '202158.903000', '202158.906000', '202158.909000', '202158.911000', '202218.802000', '202218.804000', '202218.807000', '202218.810000', '202218.812000', '202218.815000', '202218.817000', '202218.820000', '202218.823000', '202218.825000', '202218.828000', '202218.830000', '202218.835000', '202218.837000', '202218.840000', '202218.842000', '202218.845000', '202218.848000', '202218.850000', '202218.853000', '202218.855000', '202218.867000', '202218.870000', '202218.872000', '202218.875000', '202218.877000', '202218.880000', '202218.883000', '202218.885000', '202218.888000', '202218.890000', '202218.893000', '202218.895000', '202218.898000', '202218.901000', '202218.903000', '202218.906000', '202218.908000', '202218.911000', '202218.914000', '202218.916000', '202218.919000', '202218.921000', '202218.924000', '202238.801000', '202238.804000', '202238.807000', '202238.810000', '202238.812000', '202238.815000', '202238.817000', '202238.820000', '202238.823000', '202238.825000', '202238.828000', '202238.831000', '202238.834000', '202238.837000', '202238.840000', '202238.842000', '202238.845000', '202238.847000', '202238.850000', '202238.853000', '202238.855000', '202238.858000', '202238.860000', '202238.863000', '202238.866000', '202238.869000', '202238.871000', '202238.874000', '202238.876000', '202238.879000', '202238.881000', '202238.884000', '202238.887000', '202238.889000', '202238.892000', '202238.894000', '202238.897000', '202238.900000', '202238.902000', '202238.905000', '202238.907000', '202238.910000', '202238.912000', '202258.802000', '202258.804000', '202258.807000', '202258.810000', '202258.812000', '202258.815000', '202258.818000', '202258.820000', '202258.823000', '202258.825000', '202258.828000', '202258.830000', '202258.833000', '202258.836000', '202258.838000', '202258.841000', '202258.843000', '202258.846000', '202258.849000', '202258.851000', '202258.854000', '202258.856000', '202258.859000', '202258.862000', '202258.864000', '202258.867000', '202258.869000', '202258.872000', '202258.875000', '202258.877000', '202258.880000', '202258.882000', '202258.885000', '202258.888000', '202258.890000', '202258.893000', '202258.895000', '202258.898000', '202258.900000', '202258.903000', '202258.905000', '202258.908000', '202258.911000', '202258.913000', '202318.802000', '202318.804000', '202318.807000', '202318.810000', '202318.812000', '202318.815000', '202318.817000', '202318.820000', '202318.822000', '202318.825000', '202318.829000', '202318.832000', '202318.834000', '202318.837000', '202318.840000', '202318.842000', '202318.845000', '202318.848000', '202318.850000', '202318.853000', '202318.856000', '202318.858000', '202318.861000', '202318.863000', '202318.866000', '202318.869000', '202318.871000', '202318.874000', '202318.876000', '202318.879000', '202318.881000', '202318.884000', '202318.887000', '202318.889000', '202318.892000', '202318.894000', '202318.897000', '202318.899000', '202318.902000', '202318.905000', '202318.907000', '202318.910000', '202318.912000', '202338.801000', '202338.804000', '202338.807000', '202338.810000', '202338.812000', '202338.815000', '202338.817000', '202338.820000', '202338.823000', '202338.825000', '202338.828000', '202338.830000', '202338.833000', '202338.836000', '202338.838000', '202338.841000', '202338.844000', '202338.846000', '202338.861000', '202338.863000', '202338.866000', '202338.868000', '202338.871000', '202338.873000', '202338.876000', '202338.879000', '202338.881000', '202338.884000', '202338.886000', '202338.889000', '202338.892000', '202338.894000', '202338.897000', '202338.899000', '202338.902000', '202338.905000', '202338.907000', '202338.910000', '202338.912000', '202338.915000', '202338.918000', '202338.920000', '202338.923000', '202338.925000', '202358.801000', '202358.804000', '202358.807000', '202358.810000', '202358.812000', '202358.815000', '202358.817000', '202358.820000', '202358.823000', '202358.825000', '202358.829000', '202358.832000', '202358.835000', '202358.837000', '202358.840000', '202358.843000', '202358.845000', '202358.848000', '202358.850000', '202358.853000', '202358.855000', '202358.858000', '202358.861000', '202358.863000', '202358.866000', '202358.868000', '202358.871000', '202358.874000', '202358.876000', '202358.879000', '202358.881000', '202358.884000', '202358.887000', '202358.889000', '202358.892000', '202358.894000', '202358.897000', '202358.899000', '202358.904000', '202358.906000', '202358.909000', '202358.911000', '202358.914000', '202418.800000', '202418.803000', '202418.806000', '202418.809000', '202418.811000', '202418.814000', '202418.816000', '202418.819000', '202418.821000', '202418.824000', '202418.827000', '202418.829000', '202418.832000', '202418.835000', '202418.837000', '202418.840000', '202418.842000', '202418.845000', '202418.848000', '202418.850000', '202418.853000', '202418.855000', '202418.858000', '202418.861000', '202418.863000', '202418.866000', '202418.868000', '202418.872000', '202418.875000', '202418.877000', '202418.880000', '202418.883000', '202418.885000', '202418.888000', '202418.890000', '202418.893000', '202418.895000', '202418.898000', '202418.901000', '202418.903000', '202418.906000', '202418.908000', '202418.911000', '202418.913000', '202438.802000', '202438.805000', '202438.807000', '202438.810000', '202438.812000', '202438.815000', '202438.818000', '202438.820000', '202438.823000', '202438.825000', '202438.828000', '202438.831000', '202438.833000', '202438.836000', '202438.838000', '202438.841000', '202438.844000', '202438.846000', '202438.849000', '202438.851000', '202438.854000', '202438.856000', '202438.859000', '202438.862000', '202438.864000', '202438.867000', '202438.870000', '202438.874000', '202438.876000', '202438.879000', '202438.882000', '202438.884000', '202438.887000', '202438.889000', '202438.892000', '202438.895000', '202438.897000', '202438.900000', '202438.902000', '202438.905000', '202438.907000', '202438.910000', '202438.913000', '202458.801000', '202458.804000', '202458.807000', '202458.809000', '202458.812000', '202458.815000', '202458.817000', '202458.820000', '202458.822000', '202458.825000', '202458.828000', '202458.830000', '202458.833000', '202458.835000', '202458.846000', '202458.849000', '202458.851000', '202458.854000', '202458.857000', '202458.859000', '202458.862000', '202458.864000', '202458.867000', '202458.869000', '202458.872000', '202458.875000', '202458.877000', '202458.880000', '202458.882000', '202458.885000', '202458.888000', '202458.890000', '202458.893000', '202458.895000', '202458.898000', '202458.900000', '202458.903000', '202458.906000', '202458.908000', '202458.911000', '202458.913000', '202458.916000', '202458.918000', '202458.921000', '202518.802000', '202518.804000', '202518.807000', '202518.810000', '202518.812000', '202518.815000', '202518.818000', '202518.820000', '202518.823000', '202518.825000', '202518.828000', '202518.831000', '202518.833000', '202518.836000', '202518.838000', '202518.841000', '202518.844000', '202518.846000', '202518.849000', '202518.851000', '202518.854000', '202518.856000', '202518.859000', '202518.862000', '202518.864000', '202518.867000', '202518.870000', '202518.872000', '202518.875000', '202518.878000', '202518.880000', '202518.883000', '202518.886000', '202518.888000', '202518.891000', '202518.895000', '202518.898000', '202518.900000', '202518.903000', '202518.906000', '202518.908000', '202518.911000', '202518.914000', '202538.801000', '202538.804000', '202538.807000', '202538.810000', '202538.812000', '202538.815000', '202538.817000', '202538.820000', '202538.823000', '202538.826000', '202538.828000', '202538.831000', '202538.833000', '202538.836000', '202538.839000', '202538.841000', '202538.844000', '202538.847000', '202538.849000', '202538.852000', '202538.855000', '202538.857000', '202538.860000', '202538.863000', '202538.865000', '202538.868000', '202538.871000', '202538.873000', '202538.876000', '202538.879000', '202538.881000', '202538.884000', '202538.887000', '202538.889000', '202538.892000', '202538.895000', '202538.897000', '202538.900000', '202538.903000', '202538.905000', '202538.908000', '202538.911000', '202538.914000', '202538.916000', '202558.802000', '202558.804000', '202558.807000', '202558.810000', '202558.813000', '202558.815000', '202558.818000', '202558.820000', '202558.823000', '202558.826000', '202558.828000', '202558.831000', '202558.834000', '202558.836000', '202558.839000', '202558.841000', '202558.844000', '202558.846000', '202558.849000', '202558.852000', '202558.854000', '202558.857000', '202558.859000', '202558.862000', '202558.864000', '202558.867000', '202558.870000', '202558.872000', '202558.875000', '202558.877000', '202558.880000', '202558.883000', '202558.885000', '202558.888000', '202558.890000', '202558.893000', '202558.897000', '202558.900000', '202558.902000', '202558.905000', '202558.908000', '202558.910000', '202558.913000', '202618.801000', '202618.804000', '202618.807000', '202618.810000', '202618.812000', '202618.815000', '202618.818000', '202618.820000', '202618.823000', '202618.826000', '202618.828000', '202618.831000', '202618.833000', '202618.836000', '202618.839000', '202618.841000', '202618.844000', '202618.846000', '202618.849000', '202618.851000', '202618.854000', '202618.857000', '202618.859000', '202618.862000', '202618.864000', '202618.867000', '202618.870000', '202618.872000', '202618.875000', '202618.877000', '202618.880000', '202618.883000', '202618.885000', '202618.888000', '202618.890000', '202618.893000', '202618.895000', '202618.898000', '202618.901000', '202618.903000', '202618.906000', '202618.908000', '202618.911000', '202618.914000', '202638.801000', '202638.803000', '202638.806000', '202638.809000', '202638.811000', '202638.814000', '202638.817000', '202638.819000', '202638.822000', '202638.825000', '202638.827000', '202638.830000', '202638.832000', '202638.835000', '202638.837000', '202638.840000', '202638.843000', '202638.845000', '202638.848000', '202638.850000', '202638.853000', '202638.855000', '202638.858000', '202638.861000', '202638.863000', '202638.866000', '202638.868000', '202638.871000', '202638.874000', '202638.876000', '202638.879000', '202638.881000', '202638.884000', '202638.886000', '202638.889000', '202638.892000', '202638.894000', '202638.897000', '202638.900000', '202638.902000', '202638.905000', '202638.907000', '202638.910000', '202658.802000', '202658.804000', '202658.807000', '202658.810000', '202658.812000', '202658.815000', '202658.818000', '202658.820000', '202658.823000', '202658.826000', '202658.828000', '202658.831000', '202658.833000', '202658.836000', '202658.839000', '202658.841000', '202658.844000', '202658.846000', '202658.849000', '202658.851000', '202658.854000', '202658.857000', '202658.859000', '202658.862000', '202658.865000', '202658.867000', '202658.870000', '202658.873000', '202658.875000', '202658.878000', '202658.881000', '202658.883000', '202658.886000', '202658.888000', '202658.891000', '202658.894000', '202658.896000', '202658.899000', '202658.902000', '202658.904000', '202658.907000', '202658.910000', '202658.912000', '202658.915000', '202718.802000', '202718.804000', '202718.807000', '202718.810000', '202718.812000', '202718.815000', '202718.817000', '202718.820000', '202718.823000', '202718.825000', '202718.828000', '202718.831000', '202718.833000', '202718.836000', '202718.838000', '202718.841000', '202718.843000', '202718.846000', '202718.849000', '202718.851000', '202718.854000', '202718.856000', '202718.859000', '202718.862000', '202718.864000', '202718.867000', '202718.869000', '202718.872000', '202718.875000', '202718.877000', '202718.880000', '202718.882000', '202718.885000', '202718.888000', '202718.890000', '202718.893000', '202718.917000', '202718.919000', '202718.922000', '202718.925000', '202718.927000', '202718.930000', '202718.932000', '202738.802000', '202738.805000', '202738.807000', '202738.810000', '202738.813000', '202738.815000', '202738.818000', '202738.821000', '202738.823000', '202738.826000', '202738.828000', '202738.831000', '202738.834000', '202738.836000', '202738.839000', '202738.842000', '202738.844000', '202738.847000', '202738.850000', '202738.852000', '202738.855000', '202738.857000', '202738.860000', '202738.863000', '202738.865000', '202738.868000', '202738.870000', '202738.873000', '202738.875000', '202738.878000', '202738.881000', '202738.883000', '202738.886000', '202738.888000', '202738.891000', '202738.893000', '202738.896000', '202738.899000', '202738.901000', '202738.904000', '202738.907000', '202738.909000', '202738.912000', '202738.914000', '202758.802000', '202758.804000', '202758.807000', '202758.810000', '202758.812000', '202758.815000', '202758.817000', '202758.820000', '202758.823000', '202758.825000', '202758.828000', '202758.830000', '202758.833000', '202758.836000', '202758.839000', '202758.841000', '202758.844000', '202758.846000', '202758.849000', '202758.851000', '202758.854000', '202758.857000', '202758.859000', '202758.862000', '202758.864000', '202758.867000', '202758.870000', '202758.872000', '202758.875000', '202758.877000', '202758.880000', '202758.882000', '202758.885000', '202758.887000', '202758.890000', '202758.893000', '202758.895000', '202758.898000', '202758.900000', '202758.903000', '202758.905000', '202758.908000', '202758.911000', '202818.802000', '202818.805000', '202818.807000', '202818.810000', '202818.813000', '202818.815000', '202818.818000', '202818.820000', '202818.823000', '202818.826000', '202818.828000', '202818.831000', '202818.833000', '202818.836000', '202818.839000', '202818.841000', '202818.844000', '202818.846000', '202818.849000', '202818.852000', '202818.854000', '202818.857000', '202818.859000', '202818.862000', '202818.865000', '202818.867000', '202818.870000', '202818.873000', '202818.875000', '202818.878000', '202818.880000', '202818.883000', '202818.886000', '202818.888000', '202818.891000', '202818.893000', '202818.896000', '202818.899000', '202818.901000', '202818.904000', '202818.906000', '202818.909000', '202818.912000', '202818.914000', '202838.802000', '202838.805000', '202838.807000', '202838.810000', '202838.823000', '202838.826000', '202838.828000', '202838.831000', '202838.834000', '202838.836000', '202838.839000', '202838.842000', '202838.844000', '202838.847000', '202838.849000', '202838.852000', '202838.855000', '202838.857000', '202838.860000', '202838.863000', '202838.865000', '202838.868000', '202838.870000', '202838.873000', '202838.876000', '202838.878000', '202838.881000', '202838.883000', '202838.886000', '202838.889000', '202838.891000', '202838.894000', '202838.896000', '202838.899000', '202838.902000', '202838.904000', '202838.907000', '202838.910000', '202838.912000', '202838.915000', '202838.917000', '202838.920000', '202838.922000', '202858.800000', '202858.803000', '202858.806000', '202858.808000', '202858.811000', '202858.814000', '202858.816000', '202858.819000', '202858.822000', '202858.825000', '202858.828000', '202858.831000', '202858.833000', '202858.836000', '202858.838000', '202858.841000', '202858.843000', '202858.846000', '202858.849000', '202858.851000', '202858.854000', '202858.856000', '202858.859000', '202858.861000', '202858.864000', '202858.867000', '202858.869000', '202858.872000', '202858.874000', '202858.877000', '202858.880000', '202858.882000', '202858.885000', '202858.887000', '202858.890000', '202858.893000', '202858.895000', '202858.898000', '202858.900000', '202858.903000', '202858.906000', '202858.908000', '202858.911000', '202858.913000', '202903.363000', '202903.366000', '202903.369000', '202903.371000', '202903.374000', '202903.382000', '202903.385000', '202903.388000', '202903.390000', '202903.393000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [14286, 11056, 10236, 11920, 9750, 11670, 8185, 11506, 10525, 12197, 10496, 14033, 10360, 9241, 11255, 10678, 13088, 8760, 11701, 9290, 11830, 11086, 11484, 9713, 11765, 10216, 11538, 10397, 8933, 11228, 10316, 11418, 9987, 12764, 9100, 11277, 9140, 11465, 8913, 11793, 9900, 11265, 8632, 13173, 9591, 9340, 10263, 9907, 11280, 10713, 12538, 9047, 11543, 9717, 11954, 10879, 12462, 10068, 12631, 10886, 13103, 10399, 13168, 10253, 14322, 10856, 9543, 10738, 10251, 12213, 9776, 11711, 9091, 14196, 9326, 12196, 9259, 11897, 9783, 11988, 10988, 12061, 9524, 12024, 10270, 13685, 10355, 9337, 10418, 9842, 12267, 9248, 13606, 8352, 11652, 10439, 11933, 9902, 11960, 9857, 12997, 10094, 13590, 10925, 10040, 10860, 10027, 11321, 9229, 10918, 8834, 10803, 9391, 11523, 9955, 11405, 9315, 13368, 10510, 9560, 11286, 10111, 11726, 9090, 12194, 10451, 12127, 10139, 11674, 10473, 12372, 11364, 9880, 12009, 9913, 13334, 9220, 12398, 9548, 11889, 11332, 13053, 11289, 10524, 10857, 9545, 12787, 9223, 12474, 8464, 11771, 10399, 12291, 10000, 11362, 9837, 13096, 10736, 9363, 11601, 8523, 12120, 9870, 11685, 10382, 10565, 11137, 10065, 12611, 8401, 12145, 11393, 12919, 11066, 9516, 11283, 9511, 13112, 9609, 12156, 10143, 11538, 11077, 12816, 10673, 10308, 10626, 8859, 11949, 9525, 11744, 8513, 11826, 9419, 12118, 10037, 11297, 10247, 13052, 10567, 8921, 11038, 9344, 11870, 9655, 11996, 9456, 11276, 10184, 12535, 10360, 10568, 10537, 8588, 11556, 9194, 12042, 9018, 11956, 9058, 12041, 10715, 11832, 10035, 12538, 10404, 9015, 10701, 9725, 11725, 8688, 12158, 9088, 11392, 10589, 12421, 10871, 13056, 10570, 9439, 12380, 9212, 12630, 9486, 11690, 10927, 14142, 11454, 9235, 11872, 8610, 12273, 10243, 12160, 10373, 11573, 10874, 13769, 10907, 10658, 10923, 10048, 11220, 9591, 11548, 9669, 12246, 8453, 11958, 8853, 11570, 10953, 12734, 10232, 8959, 10925, 9549, 12663, 8217, 11711, 9976, 12586, 11491, 12480, 11161, 9435, 12441, 9545, 12800, 8183, 11959, 10208, 12341, 11258, 12102, 10735, 9905, 11288, 8959, 11948, 8333, 11996, 9696, 12406, 9993, 11843, 10492, 12290, 10534, 11629, 10403, 8921, 11254, 9765, 11749, 8011, 11400, 10687, 11623, 9727, 9123, 11430, 9260, 9333, 12637, 10261, 10886, 11206, 13855, 11522, 14115, 11479, 13596, 11336, 14289, 11378, 8997, 11135, 9025, 12409, 9489, 11919, 8986, 12247, 8232, 12027, 9835, 12102, 9723, 11073, 10287, 12636, 10780, 9167, 11730, 8772, 12549, 9900, 12561, 9422, 11993, 11264, 13345, 10770, 9912, 10934, 8926, 12308, 9041, 12343, 8207, 12702, 10360, 12638, 11495, 12183, 10313, 13275, 10812, 8616, 10986, 8565, 12125, 9427, 12487, 9234, 12085, 8792, 13052, 8420, 12008, 7645, 11796, 9161, 11979, 10313, 12054, 9687, 11463, 10375, 10680, 10678, 9034, 11885, 8579, 12257, 9088, 11952, 8823, 11970, 10870, 12133, 10398, 11249, 10717, 12340, 10400, 11841, 9593, 11674, 10357, 13205, 10171, 10139, 10466, 8569, 11109, 9299, 11309, 9180, 12477, 8903, 12681, 8896, 11826, 10375, 12597, 11742, 12227, 10792, 12072, 11512, 12570, 11225, 12395, 10601, 13302, 11282, 8770, 10706, 8985, 11783, 9311, 11469, 8085, 11512, 9405, 11953, 10471, 12057, 10127, 11416, 11502, 12122, 10332, 13697, 10687, 10450, 11300, 9315, 11316, 7731, 11949, 10156, 12171, 10716, 11910, 10583, 12250, 10950, 8995, 11306, 8510, 12737, 9439, 12475, 9255, 11809, 11002, 12203, 10574, 12175, 9496, 11867, 10694, 9203, 11082, 8823, 11905, 9434, 11618, 9518, 11298, 10874, 14001, 10551, 8689, 10993, 9085, 13008, 8906, 12508, 8887, 11764, 10182, 12358, 11344, 11657, 10759, 12770, 11453, 12107, 11115, 8681, 11393, 9249, 12040, 8150, 11483, 8818, 11913, 10342, 11635, 10088, 11240, 10403, 14360, 10572, 8403, 10718, 9187, 12926, 8618, 12054, 8564, 11668, 10074, 12406, 11289, 12289, 10435, 9830, 11209, 8987, 11545, 8627, 12133, 9846, 12443, 10196, 12048, 9714, 11764, 11232, 13645, 9760, 8217, 10411, 8666, 11485, 8823, 12109, 8299, 11681, 10232, 12225, 10198, 11691, 9910, 10741, 11086, 9278, 11365, 8295, 12112, 10417, 12600, 10636, 11490, 11100, 13901, 11210, 9128, 10709, 9252, 13494, 9582, 13011, 9378, 11876, 12152, 14094, 11707, 8944, 10755, 9127, 12829, 8892, 12124, 8931, 11493, 10416, 12395, 10851, 11626, 10001, 12095, 10560, 8762, 10886, 8117, 11321, 9423, 11392, 11282, 12145, 10302, 8258, 12566, 11514, 9242, 12440, 11042, 9496, 13772, 10276, 12934, 10320, 12705, 11162, 12995, 10087, 12211, 10319, 12330, 11883, 11817, 10451, 11418, 10891, 9065, 11166, 10063, 11043, 11070, 12605, 11889, 11668, 11066, 11349, 10078, 11937, 10149, 12152, 10426, 11350, 12037, 12134, 10846, 8517, 10648, 9215, 12920, 9393, 11897, 10184, 12027, 10625, 12237, 11663, 11648, 11747, 12760, 12291, 11665, 10930, 11272, 11572, 11753, 11185, 11284, 10640, 11156, 11700, 8953, 11027, 9220, 11135, 10617, 11711, 10824, 13678, 10785, 15898, 11448, 10128, 10690, 10321, 11555, 12181, 11384, 8953, 11649, 9135, 12521, 10348, 12281, 9387, 11346, 10940, 11980, 11472, 9565, 9933, 9023, 12763, 10137, 12172, 10008, 11485, 10331, 12176, 11909, 11145, 10870, 12182, 12193, 13218, 9728, 13097, 10169, 11920, 10483, 11790, 9696, 12010, 10689, 10590, 9403, 8533, 10703, 9590, 10518, 10483, 9036, 9844, 9448, 11649, 9642, 11090, 10543, 11629, 11077, 11687, 10979, 11100, 12086, 12867, 12539, 10171, 10724, 9902, 12202, 11795, 13193, 11127, 10451, 11182, 11706, 11922, 9730, 11749, 10434, 12104, 10344, 12122, 11330, 10727, 11958, 12990, 11330, 12167, 9720, 13042, 10587, 11068, 10102, 8760, 10919, 9584, 11058, 11337, 11180, 10086, 13127, 10376, 13491, 11088, 12366, 10317, 12444, 10273, 13139, 10496, 9076, 10888, 8839, 11514, 9243, 10739, 9302, 10973, 10078, 11018, 11144, 11490, 10448, 12850, 11075, 11938, 10749, 9391, 11338, 9878, 13246, 10301, 11732, 9923, 11461, 10702, 12119, 10329, 10963, 10003, 11416, 10179, 12159, 9880, 10921, 11328, 11972, 11374, 8965, 10849, 9393, 11724, 10797, 12378, 10360, 11464, 12168, 12843, 12404, 11138, 10882, 11865, 12000, 14328, 10134, 9642, 10879, 10039, 10505, 9022, 11143, 10171, 10813, 10970, 8524, 10683, 10042, 11805, 11675, 10798, 9980, 9939, 12051, 10140, 11653, 9749, 11561, 9980, 12734, 10873, 11877, 10623, 10916, 11277, 10202, 10949, 9636, 10683, 12052, 12780, 11718, 13533, 10192, 12846, 11348, 10523, 11078, 9450, 11720, 10251, 11096, 8810, 11173, 9622, 11690, 9994, 13395, 9957, 9006, 11855, 10203, 11959, 9797, 10948, 11803, 12548, 12334, 11326, 11224, 11889, 11744, 14418, 11045, 9427, 10800, 9505, 11658, 10035, 11381, 10990, 10302, 11769, 12447, 10636, 9509, 10223, 10063, 11468, 11047, 12869, 9978, 10175, 11500, 9684, 10984, 10049, 11424, 10806, 11473, 10154, 10529, 11583, 11686, 11458, 10970, 10809, 10790, 11088, 9007, 10017, 9291, 10859, 10517, 11000, 9383, 10405, 9756, 11277, 10419, 10813, 10760, 10946, 10532, 11301, 11381, 10872, 10829, 12523, 10935, 8964, 10457, 9611, 11482, 10286, 11419, 11355, 13375, 10683, 11654, 11282, 9607, 11553, 10529, 11669, 11780, 11454, 10526, 12251, 9966, 10090, 10978, 9526, 10785, 9735, 10960, 11823, 12732, 9914, 9511, 11189, 10371, 11508, 10386, 10718, 10834, 13600, 11030, 9693, 10890, 9907, 10815, 10510, 11954, 11698, 11172, 9950, 9425, 12048, 10523, 11509, 9670, 10842, 12223, 15237, 10698, 9131, 10877, 10150, 11710, 10196, 10847, 10332, 13156, 10914, 9266, 10700, 10182, 10922, 11262, 11386, 11209, 13472, 10318, 11220, 11671, 9705, 11515, 10256, 11833, 12101, 10510, 10573, 9841, 11970, 10323, 11614, 11188, 12603, 10808, 11148, 11880, 10239, 11160, 9804, 11841, 12816, 11371, 10582, 12141, 10505, 10051, 11600, 9773, 10946, 9664, 11869, 12470, 12373, 10154, 9920, 10389, 9923, 11253, 9530, 10647, 9637, 10900, 11358, 12750, 9766, 9576, 10702, 9536, 10211, 9861, 10460, 11409, 10989, 10218, 10447, 9952, 10097, 11603, 9120, 10755, 11333, 13239, 10904, 9662, 11080, 11275, 11134, 11285, 15759, 10859, 9970, 10883, 10182, 11044, 10252, 11378, 11220, 13252, 10181, 10136, 11976, 10177, 10602, 11200, 11959, 10485, 11102, 11377, 10212, 11009, 9470, 10936, 12096, 13980, 10708, 9596, 10444, 10060, 11701, 9632, 10433, 10712, 14871, 10527, 9093, 10760, 10098, 10239, 10983, 10949, 10047, 9240, 11323, 9623, 13141, 10458, 9817, 10744, 11801, 13783, 10565, 10325, 10910, 10371, 12174, 10079, 11352, 9881, 11655, 12120, 11574, 10229, 11055, 10150, 9875, 11295, 9424, 10791, 10809, 10237, 10678, 11170, 10455, 11036, 9892, 9238, 10869, 10801, 11372, 9623, 11105, 10602, 11655, 11513, 10864, 11136, 13898, 10578, 11281, 11485, 9819, 11205, 10203, 10867, 10907, 11446, 11012, 12738, 9854, 9641, 11564, 10054, 10879, 9491, 10462, 9892, 11053, 11085, 12772, 9472, 9269, 10058, 9347, 10020, 9311, 10072, 9448, 10318, 11143, 12557, 9279, 8732, 10788, 10739, 10395, 9672, 10609, 10992, 13081, 10202, 9639, 11360, 10291, 10942, 9860, 10755, 10644, 13252, 10164, 10929, 11397, 9936, 10626, 9632, 10851, 11710, 10200, 9638, 9499, 11136, 10960, 10782, 9910, 10592, 11193, 12061, 10933, 10774, 10234, 9580, 11026, 10435, 11220, 9155, 10043, 11222, 12363, 10417, 9354, 10062, 9910, 10312, 9663, 10613, 10559, 13405, 9991, 10662, 11217, 9732, 10524, 10210, 10765, 10638, 10738, 10233, 12521, 9809, 10211, 11028, 9599, 10167, 9300, 11227, 11693, 11798, 9568, 9426, 11010, 10434, 11027, 9283, 10097, 11247, 15304, 10057, 9320, 10082, 9635, 10466, 9686, 10553, 10052, 13200, 9495, 10439, 10368, 8984, 10325, 9899, 10347, 9694, 10642, 10464, 10824, 10700, 14492, 9762, 8780, 10546, 10059, 10273, 10119, 9814, 10096, 12438, 10022, 10036, 10885, 10222, 10303, 11218, 11927, 11220, 11222, 10034, 10146, 11693, 11222, 11095, 10311, 10225, 11105, 13526, 10377, 9620, 9799, 9312, 11010, 10501, 10833, 9137, 10136, 10782, 13850, 10226, 9120, 9913, 10021, 10190, 10800, 11169, 9721, 10387, 9967, 10224, 11238, 9292, 10330, 10807, 11864, 10849, 9956, 9843, 9440, 10524, 9398, 10345, 10468, 12395, 9730, 11413, 10306, 9566, 10302, 9669, 10997, 11037, 10254, 9855, 9586, 10859, 9647, 10531, 10419, 12746, 9847, 11003, 10150, 9347, 10105, 9968, 10031, 9409, 10440, 10368, 12624, 9961, 10296, 10440, 9950, 9925, 10881, 13917, 10661, 9589, 10275, 9863, 11160, 11911, 13740, 10293, 11137, 10833, 11196, 10657, 9737, 11276, 10413, 11204, 9591, 11166, 10298, 12955, 9976, 9980, 11029, 9919, 10184, 10046, 10921, 10373, 11790, 9486, 10104, 11358, 9946, 10204, 9405, 11281, 11366, 10338, 10175, 13212, 9868, 11513, 9739, 8794, 9827, 9785, 10345, 9035, 10013, 10413, 11042, 9857, 10225, 10035, 9453, 9897, 9584, 11069, 11099, 11206, 9805, 9728, 11049, 11018, 10760, 9319, 10450, 11800, 13970, 10684, 9508, 11540, 10322, 11147, 11319, 10996, 10293, 10126, 10329, 10155, 11713, 9939, 10052, 10956, 11665, 11048, 9608, 9946, 9664, 10414, 10240, 10576, 10816, 11103, 10169, 14661, 9894, 9612, 11564, 9847, 9912, 8870, 11061, 10576, 13023, 9572, 9873, 10691, 9809, 9885, 10192, 11112, 10461, 9178, 9728, 9858, 10041, 9514, 10549, 10932, 11093, 10169, 12546, 10430, 9185, 10727, 10092, 10282, 9868, 10410, 10368, 13454, 10035, 10310, 11192, 9990, 10459, 9576, 11158, 11601, 10670, 9886, 9617, 10927, 10480, 10959, 9425, 10126, 10814, 11979, 10948, 10621, 10141, 9461, 11180, 10636, 10934, 10498, 10987, 10323, 11312, 10503, 9255, 10536, 10433, 10179, 10773, 10636, 10384, 12002, 9699, 10200, 11269, 9692, 10316, 10098, 10577], 'WindowCenter': [4592.0, 4561.0, 4534.0, 4542.0, 4509.0, 4527.0, 4486.0, 4527.0, 4516.0, 4525.0, 4517.0, 4534.0, 4505.0, 4493.0, 4518.0, 4505.0, 4538.0, 4485.0, 4512.0, 4496.0, 4516.0, 4515.0, 4512.0, 4493.0, 4514.0, 4505.0, 4514.0, 4505.0, 4484.0, 4515.0, 4504.0, 4527.0, 4506.0, 4526.0, 4496.0, 4517.0, 4508.0, 4517.0, 4496.0, 4526.0, 4506.0, 4515.0, 4497.0, 4536.0, 4509.0, 4507.0, 4517.0, 4505.0, 4531.0, 4518.0, 4527.0, 4496.0, 4515.0, 4509.0, 4526.0, 4518.0, 4524.0, 4505.0, 4525.0, 4507.0, 4513.0, 4504.0, 4523.0, 4507.0, 4523.0, 4506.0, 4492.0, 4504.0, 4503.0, 4526.0, 4496.0, 4516.0, 4483.0, 4536.0, 4494.0, 4527.0, 4495.0, 4512.0, 4506.0, 4514.0, 4504.0, 4512.0, 4492.0, 4513.0, 4505.0, 4524.0, 4503.0, 4481.0, 4503.0, 4493.0, 4513.0, 4494.0, 4524.0, 4473.0, 4504.0, 4504.0, 4512.0, 4493.0, 4511.0, 4494.0, 4513.0, 4503.0, 4525.0, 4505.0, 4492.0, 4502.0, 4493.0, 4515.0, 4495.0, 4516.0, 4495.0, 4514.0, 4505.0, 4525.0, 4508.0, 4514.0, 4507.0, 4536.0, 4517.0, 4506.0, 4517.0, 4506.0, 4527.0, 4495.0, 4528.0, 4518.0, 4526.0, 4505.0, 4514.0, 4518.0, 4526.0, 4528.0, 4506.0, 4527.0, 4506.0, 4526.0, 4494.0, 4515.0, 4494.0, 4513.0, 4513.0, 4521.0, 4515.0, 4502.0, 4502.0, 4492.0, 4525.0, 4484.0, 4513.0, 4471.0, 4511.0, 4493.0, 4512.0, 4492.0, 4501.0, 4505.0, 4522.0, 4505.0, 4482.0, 4514.0, 4484.0, 4513.0, 4504.0, 4512.0, 4505.0, 4502.0, 4516.0, 4503.0, 4526.0, 4482.0, 4514.0, 4517.0, 4512.0, 4515.0, 4491.0, 4502.0, 4493.0, 4525.0, 4492.0, 4512.0, 4492.0, 4502.0, 4514.0, 4512.0, 4504.0, 4491.0, 4502.0, 4481.0, 4514.0, 4492.0, 4512.0, 4471.0, 4513.0, 4481.0, 4511.0, 4493.0, 4500.0, 4502.0, 4512.0, 4504.0, 4483.0, 4503.0, 4493.0, 4514.0, 4495.0, 4514.0, 4494.0, 4501.0, 4505.0, 4523.0, 4506.0, 4501.0, 4504.0, 4483.0, 4514.0, 4493.0, 4513.0, 4481.0, 4512.0, 4496.0, 4513.0, 4503.0, 4501.0, 4495.0, 4524.0, 4505.0, 4484.0, 4505.0, 4494.0, 4516.0, 4484.0, 4527.0, 4495.0, 4512.0, 4515.0, 4514.0, 4504.0, 4522.0, 4504.0, 4492.0, 4526.0, 4495.0, 4513.0, 4494.0, 4512.0, 4517.0, 4534.0, 4515.0, 4494.0, 4513.0, 4486.0, 4516.0, 4505.0, 4513.0, 4503.0, 4512.0, 4504.0, 4522.0, 4506.0, 4491.0, 4503.0, 4492.0, 4502.0, 4491.0, 4512.0, 4493.0, 4512.0, 4473.0, 4514.0, 4485.0, 4512.0, 4515.0, 4523.0, 4505.0, 4482.0, 4506.0, 4495.0, 4526.0, 4474.0, 4513.0, 4506.0, 4514.0, 4516.0, 4512.0, 4515.0, 4492.0, 4514.0, 4494.0, 4514.0, 4472.0, 4512.0, 4503.0, 4511.0, 4503.0, 4500.0, 4501.0, 4492.0, 4503.0, 4481.0, 4510.0, 4471.0, 4514.0, 4493.0, 4513.0, 4493.0, 4500.0, 4504.0, 4512.0, 4505.0, 4502.0, 4501.0, 4483.0, 4503.0, 4494.0, 4512.0, 4473.0, 4512.0, 4503.0, 4515.0, 4496.0, 4494.0, 4513.0, 4506.0, 4509.0, 4537.0, 4520.0, 4529.0, 4531.0, 4551.0, 4528.0, 4524.0, 4517.0, 4522.0, 4514.0, 4521.0, 4516.0, 4481.0, 4501.0, 4481.0, 4511.0, 4480.0, 4503.0, 4481.0, 4513.0, 4483.0, 4514.0, 4494.0, 4512.0, 4493.0, 4514.0, 4516.0, 4512.0, 4505.0, 4481.0, 4513.0, 4485.0, 4524.0, 4504.0, 4514.0, 4492.0, 4512.0, 4516.0, 4526.0, 4514.0, 4490.0, 4503.0, 4483.0, 4514.0, 4482.0, 4511.0, 4470.0, 4511.0, 4491.0, 4509.0, 4502.0, 4499.0, 4493.0, 4511.0, 4503.0, 4471.0, 4501.0, 4473.0, 4514.0, 4483.0, 4513.0, 4481.0, 4500.0, 4470.0, 4511.0, 4470.0, 4501.0, 4460.0, 4501.0, 4491.0, 4501.0, 4489.0, 4499.0, 4491.0, 4501.0, 4503.0, 4501.0, 4505.0, 4483.0, 4513.0, 4485.0, 4516.0, 4485.0, 4512.0, 4483.0, 4513.0, 4503.0, 4513.0, 4504.0, 4502.0, 4515.0, 4511.0, 4506.0, 4500.0, 4491.0, 4512.0, 4503.0, 4522.0, 4504.0, 4491.0, 4517.0, 4486.0, 4514.0, 4491.0, 4513.0, 4494.0, 4526.0, 4485.0, 4522.0, 4484.0, 4511.0, 4503.0, 4513.0, 4515.0, 4512.0, 4501.0, 4511.0, 4513.0, 4510.0, 4502.0, 4499.0, 4502.0, 4511.0, 4501.0, 4470.0, 4492.0, 4480.0, 4510.0, 4480.0, 4501.0, 4471.0, 4501.0, 4494.0, 4514.0, 4504.0, 4502.0, 4492.0, 4502.0, 4504.0, 4501.0, 4492.0, 4511.0, 4502.0, 4490.0, 4504.0, 4480.0, 4499.0, 4461.0, 4512.0, 4492.0, 4511.0, 4502.0, 4501.0, 4504.0, 4512.0, 4504.0, 4482.0, 4503.0, 4483.0, 4513.0, 4483.0, 4511.0, 4481.0, 4502.0, 4503.0, 4512.0, 4504.0, 4510.0, 4493.0, 4511.0, 4502.0, 4482.0, 4514.0, 4482.0, 4514.0, 4482.0, 4503.0, 4493.0, 4514.0, 4515.0, 4523.0, 4503.0, 4481.0, 4502.0, 4485.0, 4524.0, 4485.0, 4512.0, 4482.0, 4512.0, 4503.0, 4513.0, 4502.0, 4501.0, 4502.0, 4511.0, 4504.0, 4500.0, 4502.0, 4469.0, 4511.0, 4482.0, 4512.0, 4470.0, 4499.0, 4482.0, 4513.0, 4501.0, 4500.0, 4502.0, 4527.0, 4515.0, 4532.0, 4502.0, 4470.0, 4502.0, 4494.0, 4521.0, 4483.0, 4513.0, 4483.0, 4512.0, 4502.0, 4512.0, 4503.0, 4511.0, 4501.0, 4491.0, 4502.0, 4484.0, 4502.0, 4482.0, 4514.0, 4503.0, 4514.0, 4502.0, 4510.0, 4493.0, 4510.0, 4502.0, 4522.0, 4492.0, 4470.0, 4505.0, 4482.0, 4513.0, 4483.0, 4511.0, 4484.0, 4514.0, 4504.0, 4512.0, 4503.0, 4513.0, 4505.0, 4503.0, 4515.0, 4494.0, 4512.0, 4486.0, 4525.0, 4504.0, 4524.0, 4503.0, 4512.0, 4515.0, 4523.0, 4513.0, 4481.0, 4502.0, 4491.0, 4523.0, 4492.0, 4521.0, 4481.0, 4510.0, 4514.0, 4520.0, 4513.0, 4480.0, 4502.0, 4481.0, 4513.0, 4482.0, 4501.0, 4480.0, 4501.0, 4502.0, 4512.0, 4502.0, 4500.0, 4492.0, 4510.0, 4503.0, 4483.0, 4514.0, 4472.0, 4513.0, 4495.0, 4513.0, 4528.0, 4525.0, 4504.0, 4484.0, 4537.0, 4529.0, 4505.0, 4535.0, 4527.0, 4507.0, 4537.0, 4504.0, 4526.0, 4505.0, 4526.0, 4504.0, 4522.0, 4492.0, 4500.0, 4491.0, 4510.0, 4499.0, 4497.0, 4490.0, 4497.0, 4501.0, 4479.0, 4501.0, 4502.0, 4500.0, 4514.0, 4512.0, 4514.0, 4501.0, 4501.0, 4500.0, 4490.0, 4501.0, 4491.0, 4498.0, 4491.0, 4499.0, 4512.0, 4510.0, 4501.0, 4479.0, 4503.0, 4492.0, 4524.0, 4493.0, 4512.0, 4502.0, 4525.0, 4504.0, 4511.0, 4512.0, 4498.0, 4512.0, 4510.0, 4501.0, 4498.0, 4490.0, 4499.0, 4501.0, 4499.0, 4499.0, 4489.0, 4490.0, 4498.0, 4502.0, 4479.0, 4501.0, 4492.0, 4512.0, 4503.0, 4514.0, 4513.0, 4522.0, 4516.0, 4534.0, 4515.0, 4490.0, 4502.0, 4490.0, 4502.0, 4500.0, 4501.0, 4467.0, 4499.0, 4481.0, 4510.0, 4490.0, 4500.0, 4480.0, 4499.0, 4501.0, 4500.0, 4502.0, 4479.0, 4492.0, 4481.0, 4513.0, 4490.0, 4510.0, 4491.0, 4498.0, 4491.0, 4511.0, 4500.0, 4500.0, 4500.0, 4498.0, 4509.0, 4507.0, 4479.0, 4508.0, 4490.0, 4499.0, 4500.0, 4498.0, 4479.0, 4498.0, 4488.0, 4487.0, 4478.0, 4468.0, 4501.0, 4493.0, 4502.0, 4512.0, 4481.0, 4505.0, 4505.0, 4515.0, 4493.0, 4514.0, 4514.0, 4513.0, 4502.0, 4512.0, 4503.0, 4502.0, 4512.0, 4511.0, 4511.0, 4489.0, 4500.0, 4503.0, 4513.0, 4512.0, 4521.0, 4502.0, 4501.0, 4514.0, 4511.0, 4502.0, 4479.0, 4499.0, 4500.0, 4510.0, 4490.0, 4499.0, 4498.0, 4488.0, 4511.0, 4508.0, 4499.0, 4495.0, 4478.0, 4509.0, 4490.0, 4486.0, 4487.0, 4468.0, 4488.0, 4491.0, 4499.0, 4502.0, 4498.0, 4491.0, 4509.0, 4503.0, 4509.0, 4500.0, 4499.0, 4489.0, 4509.0, 4489.0, 4508.0, 4490.0, 4467.0, 4501.0, 4480.0, 4512.0, 4480.0, 4499.0, 4480.0, 4499.0, 4502.0, 4503.0, 4513.0, 4511.0, 4503.0, 4523.0, 4515.0, 4511.0, 4502.0, 4481.0, 4502.0, 4493.0, 4522.0, 4491.0, 4500.0, 4489.0, 4502.0, 4501.0, 4510.0, 4489.0, 4500.0, 4489.0, 4501.0, 4490.0, 4510.0, 4490.0, 4499.0, 4513.0, 4511.0, 4510.0, 4480.0, 4502.0, 4492.0, 4513.0, 4501.0, 4512.0, 4489.0, 4501.0, 4512.0, 4511.0, 4513.0, 4488.0, 4500.0, 4499.0, 4509.0, 4509.0, 4489.0, 4478.0, 4502.0, 4491.0, 4490.0, 4480.0, 4500.0, 4501.0, 4500.0, 4503.0, 4480.0, 4502.0, 4506.0, 4523.0, 4514.0, 4503.0, 4504.0, 4503.0, 4525.0, 4502.0, 4513.0, 4480.0, 4501.0, 4492.0, 4512.0, 4500.0, 4498.0, 4489.0, 4500.0, 4500.0, 4490.0, 4501.0, 4492.0, 4502.0, 4525.0, 4523.0, 4513.0, 4519.0, 4503.0, 4522.0, 4512.0, 4499.0, 4500.0, 4480.0, 4511.0, 4489.0, 4499.0, 4466.0, 4499.0, 4479.0, 4511.0, 4490.0, 4518.0, 4501.0, 4493.0, 4524.0, 4505.0, 4514.0, 4504.0, 4502.0, 4515.0, 4512.0, 4514.0, 4489.0, 4499.0, 4499.0, 4500.0, 4509.0, 4488.0, 4466.0, 4489.0, 4481.0, 4499.0, 4489.0, 4497.0, 4490.0, 4489.0, 4510.0, 4510.0, 4491.0, 4479.0, 4489.0, 4492.0, 4501.0, 4502.0, 4509.0, 4492.0, 4490.0, 4502.0, 4481.0, 4500.0, 4491.0, 4501.0, 4501.0, 4500.0, 4489.0, 4488.0, 4501.0, 4498.0, 4500.0, 4487.0, 4498.0, 4488.0, 4500.0, 4478.0, 4490.0, 4492.0, 4504.0, 4501.0, 4501.0, 4491.0, 4500.0, 4494.0, 4502.0, 4503.0, 4489.0, 4499.0, 4500.0, 4502.0, 4500.0, 4500.0, 4489.0, 4500.0, 4498.0, 4504.0, 4479.0, 4501.0, 4492.0, 4513.0, 4501.0, 4502.0, 4501.0, 4523.0, 4503.0, 4501.0, 4502.0, 4479.0, 4499.0, 4500.0, 4499.0, 4501.0, 4488.0, 4489.0, 4498.0, 4491.0, 4490.0, 4500.0, 4479.0, 4499.0, 4492.0, 4500.0, 4511.0, 4510.0, 4490.0, 4492.0, 4511.0, 4502.0, 4511.0, 4502.0, 4500.0, 4505.0, 4520.0, 4502.0, 4492.0, 4502.0, 4492.0, 4501.0, 4503.0, 4511.0, 4514.0, 4499.0, 4492.0, 4490.0, 4512.0, 4500.0, 4500.0, 4492.0, 4502.0, 4513.0, 4532.0, 4504.0, 4479.0, 4501.0, 4503.0, 4513.0, 4501.0, 4500.0, 4503.0, 4523.0, 4513.0, 4492.0, 4504.0, 4503.0, 4514.0, 4515.0, 4514.0, 4515.0, 4522.0, 4504.0, 4502.0, 4515.0, 4492.0, 4511.0, 4504.0, 4512.0, 4514.0, 4490.0, 4500.0, 4491.0, 4512.0, 4503.0, 4510.0, 4513.0, 4511.0, 4515.0, 4512.0, 4513.0, 4492.0, 4500.0, 4493.0, 4512.0, 4513.0, 4499.0, 4491.0, 4508.0, 4502.0, 4491.0, 4501.0, 4490.0, 4489.0, 4492.0, 4500.0, 4511.0, 4509.0, 4491.0, 4490.0, 4493.0, 4491.0, 4501.0, 4480.0, 4489.0, 4492.0, 4500.0, 4501.0, 4511.0, 4489.0, 4491.0, 4502.0, 4480.0, 4491.0, 4490.0, 4501.0, 4514.0, 4499.0, 4491.0, 4489.0, 4494.0, 4492.0, 4502.0, 4481.0, 4499.0, 4512.0, 4511.0, 4503.0, 4491.0, 4500.0, 4501.0, 4502.0, 4513.0, 4534.0, 4503.0, 4490.0, 4502.0, 4490.0, 4499.0, 4492.0, 4501.0, 4501.0, 4508.0, 4491.0, 4491.0, 4509.0, 4488.0, 4489.0, 4500.0, 4499.0, 4502.0, 4502.0, 4513.0, 4492.0, 4500.0, 4492.0, 4502.0, 4513.0, 4522.0, 4492.0, 4478.0, 4491.0, 4491.0, 4511.0, 4492.0, 4490.0, 4504.0, 4521.0, 4502.0, 4481.0, 4501.0, 4503.0, 4503.0, 4514.0, 4502.0, 4503.0, 4493.0, 4514.0, 4492.0, 4523.0, 4503.0, 4506.0, 4514.0, 4527.0, 4535.0, 4505.0, 4503.0, 4513.0, 4492.0, 4512.0, 4480.0, 4489.0, 4491.0, 4499.0, 4499.0, 4501.0, 4479.0, 4489.0, 4489.0, 4480.0, 4498.0, 4481.0, 4500.0, 4499.0, 4489.0, 4502.0, 4514.0, 4503.0, 4514.0, 4516.0, 4508.0, 4531.0, 4518.0, 4517.0, 4493.0, 4503.0, 4514.0, 4515.0, 4514.0, 4500.0, 4502.0, 4521.0, 4502.0, 4501.0, 4503.0, 4491.0, 4489.0, 4489.0, 4499.0, 4492.0, 4498.0, 4491.0, 4499.0, 4493.0, 4479.0, 4500.0, 4489.0, 4489.0, 4491.0, 4491.0, 4490.0, 4501.0, 4503.0, 4508.0, 4480.0, 4482.0, 4492.0, 4482.0, 4490.0, 4481.0, 4489.0, 4492.0, 4491.0, 4502.0, 4510.0, 4493.0, 4484.0, 4503.0, 4504.0, 4503.0, 4494.0, 4501.0, 4516.0, 4522.0, 4494.0, 4492.0, 4502.0, 4493.0, 4503.0, 4493.0, 4488.0, 4489.0, 4509.0, 4492.0, 4489.0, 4502.0, 4490.0, 4489.0, 4493.0, 4502.0, 4512.0, 4490.0, 4491.0, 4493.0, 4514.0, 4502.0, 4502.0, 4491.0, 4492.0, 4515.0, 4511.0, 4505.0, 4500.0, 4489.0, 4491.0, 4502.0, 4491.0, 4501.0, 4480.0, 4487.0, 4504.0, 4511.0, 4503.0, 4478.0, 4491.0, 4492.0, 4502.0, 4491.0, 4492.0, 4492.0, 4508.0, 4492.0, 4501.0, 4502.0, 4481.0, 4491.0, 4491.0, 4502.0, 4491.0, 4490.0, 4490.0, 4509.0, 4492.0, 4490.0, 4501.0, 4479.0, 4490.0, 4492.0, 4501.0, 4514.0, 4498.0, 4481.0, 4480.0, 4503.0, 4492.0, 4500.0, 4480.0, 4490.0, 4511.0, 4520.0, 4492.0, 4480.0, 4490.0, 4491.0, 4502.0, 4492.0, 4491.0, 4490.0, 4510.0, 4492.0, 4502.0, 4492.0, 4480.0, 4492.0, 4494.0, 4503.0, 4493.0, 4491.0, 4491.0, 4501.0, 4503.0, 4522.0, 4492.0, 4471.0, 4502.0, 4503.0, 4504.0, 4503.0, 4502.0, 4502.0, 4523.0, 4505.0, 4505.0, 4514.0, 4504.0, 4504.0, 4516.0, 4513.0, 4516.0, 4500.0, 4492.0, 4491.0, 4513.0, 4502.0, 4501.0, 4489.0, 4489.0, 4502.0, 4507.0, 4493.0, 4477.0, 4477.0, 4479.0, 4501.0, 4491.0, 4490.0, 4480.0, 4489.0, 4502.0, 4519.0, 4504.0, 4480.0, 4491.0, 4503.0, 4505.0, 4503.0, 4503.0, 4492.0, 4491.0, 4494.0, 4492.0, 4502.0, 4480.0, 4489.0, 4500.0, 4503.0, 4503.0, 4490.0, 4491.0, 4492.0, 4502.0, 4483.0, 4491.0, 4501.0, 4511.0, 4495.0, 4499.0, 4492.0, 4479.0, 4489.0, 4493.0, 4500.0, 4503.0, 4490.0, 4491.0, 4493.0, 4502.0, 4492.0, 4492.0, 4501.0, 4511.0, 4502.0, 4502.0, 4491.0, 4480.0, 4488.0, 4490.0, 4491.0, 4482.0, 4490.0, 4490.0, 4499.0, 4490.0, 4490.0, 4502.0, 4491.0, 4490.0, 4515.0, 4523.0, 4514.0, 4493.0, 4505.0, 4507.0, 4516.0, 4526.0, 4523.0, 4505.0, 4504.0, 4515.0, 4503.0, 4502.0, 4481.0, 4500.0, 4500.0, 4502.0, 4481.0, 4500.0, 4491.0, 4510.0, 4492.0, 4492.0, 4499.0, 4490.0, 4503.0, 4494.0, 4504.0, 4504.0, 4501.0, 4494.0, 4492.0, 4504.0, 4492.0, 4491.0, 4492.0, 4500.0, 4502.0, 4490.0, 4490.0, 4511.0, 4491.0, 4500.0, 4494.0, 4470.0, 4490.0, 4492.0, 4493.0, 4480.0, 4491.0, 4493.0, 4501.0, 4493.0, 4493.0, 4491.0, 4489.0, 4489.0, 4495.0, 4503.0, 4504.0, 4501.0, 4493.0, 4494.0, 4504.0, 4504.0, 4501.0, 4482.0, 4490.0, 4511.0, 4521.0, 4492.0, 4480.0, 4501.0, 4493.0, 4502.0, 4504.0, 4492.0, 4491.0, 4491.0, 4493.0, 4491.0, 4512.0, 4492.0, 4489.0, 4503.0, 4502.0, 4503.0, 4481.0, 4492.0, 4481.0, 4502.0, 4493.0, 4502.0, 4502.0, 4490.0, 4492.0, 4521.0, 4491.0, 4479.0, 4500.0, 4477.0, 4489.0, 4481.0, 4501.0, 4491.0, 4507.0, 4491.0, 4492.0, 4502.0, 4491.0, 4493.0, 4503.0, 4512.0, 4505.0, 4491.0, 4492.0, 4504.0, 4503.0, 4494.0, 4504.0, 4503.0, 4500.0, 4503.0, 4511.0, 4504.0, 4481.0, 4503.0, 4504.0, 4493.0, 4494.0, 4491.0, 4491.0, 4521.0, 4493.0, 4489.0, 4502.0, 4491.0, 4491.0, 4495.0, 4501.0, 4512.0, 4490.0, 4491.0, 4492.0, 4502.0, 4493.0, 4502.0, 4480.0, 4489.0, 4502.0, 4500.0, 4504.0, 4490.0, 4491.0, 4491.0, 4503.0, 4492.0, 4489.0, 4490.0, 4491.0, 4504.0, 4499.0, 4503.0, 4482.0, 4502.0, 4503.0, 4501.0, 4504.0, 4501.0, 4503.0, 4501.0, 4493.0, 4491.0, 4502.0, 4480.0, 4490.0, 4492.0, 4502.0], 'WindowWidth': [10065.0, 10014.0, 9966.0, 9970.0, 9918.0, 9939.0, 9881.0, 9936.0, 9922.0, 9931.0, 9924.0, 9941.0, 9903.0, 9886.0, 9925.0, 9903.0, 9952.0, 9876.0, 9909.0, 9892.0, 9917.0, 9918.0, 9908.0, 9884.0, 9915.0, 9904.0, 9914.0, 9902.0, 9873.0, 9918.0, 9901.0, 9938.0, 9903.0, 9931.0, 9891.0, 9922.0, 9910.0, 9918.0, 9892.0, 9931.0, 9905.0, 9915.0, 9893.0, 9946.0, 9915.0, 9909.0, 9922.0, 9903.0, 9947.0, 9924.0, 9937.0, 9893.0, 9918.0, 9914.0, 9935.0, 9927.0, 9928.0, 9902.0, 9927.0, 9907.0, 9910.0, 9900.0, 9923.0, 9909.0, 9923.0, 9903.0, 9879.0, 9898.0, 9895.0, 9932.0, 9889.0, 9918.0, 9869.0, 9946.0, 9886.0, 9933.0, 9887.0, 9906.0, 9905.0, 9911.0, 9899.0, 9904.0, 9880.0, 9909.0, 9902.0, 9925.0, 9897.0, 9862.0, 9896.0, 9884.0, 9910.0, 9883.0, 9925.0, 9854.0, 9898.0, 9898.0, 9905.0, 9883.0, 9902.0, 9884.0, 9907.0, 9898.0, 9929.0, 9902.0, 9881.0, 9895.0, 9883.0, 9917.0, 9888.0, 9920.0, 9888.0, 9912.0, 9905.0, 9932.0, 9910.0, 9914.0, 9910.0, 9948.0, 9924.0, 9907.0, 9923.0, 9904.0, 9936.0, 9892.0, 9938.0, 9926.0, 9932.0, 9904.0, 9916.0, 9925.0, 9933.0, 9939.0, 9905.0, 9934.0, 9905.0, 9933.0, 9886.0, 9913.0, 9885.0, 9908.0, 9914.0, 9921.0, 9914.0, 9890.0, 9894.0, 9881.0, 9927.0, 9872.0, 9909.0, 9849.0, 9906.0, 9883.0, 9907.0, 9881.0, 9891.0, 9903.0, 9921.0, 9901.0, 9866.0, 9911.0, 9874.0, 9912.0, 9901.0, 9909.0, 9901.0, 9896.0, 9919.0, 9899.0, 9930.0, 9868.0, 9911.0, 9921.0, 9909.0, 9915.0, 9876.0, 9893.0, 9882.0, 9929.0, 9880.0, 9904.0, 9879.0, 9892.0, 9912.0, 9906.0, 9899.0, 9874.0, 9892.0, 9866.0, 9912.0, 9878.0, 9907.0, 9849.0, 9907.0, 9863.0, 9903.0, 9881.0, 9887.0, 9893.0, 9907.0, 9898.0, 9867.0, 9897.0, 9882.0, 9911.0, 9889.0, 9910.0, 9885.0, 9892.0, 9901.0, 9925.0, 9904.0, 9891.0, 9898.0, 9871.0, 9913.0, 9882.0, 9908.0, 9864.0, 9908.0, 9890.0, 9909.0, 9896.0, 9889.0, 9887.0, 9925.0, 9902.0, 9872.0, 9901.0, 9885.0, 9918.0, 9873.0, 9934.0, 9889.0, 9909.0, 9917.0, 9913.0, 9899.0, 9920.0, 9900.0, 9882.0, 9930.0, 9888.0, 9910.0, 9885.0, 9907.0, 9922.0, 9941.0, 9917.0, 9885.0, 9910.0, 9879.0, 9919.0, 9901.0, 9908.0, 9897.0, 9908.0, 9900.0, 9923.0, 9905.0, 9876.0, 9896.0, 9879.0, 9892.0, 9876.0, 9906.0, 9882.0, 9909.0, 9855.0, 9909.0, 9873.0, 9909.0, 9915.0, 9923.0, 9901.0, 9866.0, 9904.0, 9888.0, 9931.0, 9858.0, 9911.0, 9906.0, 9912.0, 9919.0, 9907.0, 9914.0, 9881.0, 9913.0, 9885.0, 9911.0, 9852.0, 9906.0, 9896.0, 9905.0, 9896.0, 9887.0, 9892.0, 9880.0, 9896.0, 9866.0, 9904.0, 9850.0, 9913.0, 9883.0, 9909.0, 9882.0, 9886.0, 9899.0, 9905.0, 9902.0, 9892.0, 9892.0, 9868.0, 9895.0, 9883.0, 9906.0, 9855.0, 9905.0, 9898.0, 9914.0, 9890.0, 9885.0, 9913.0, 9909.0, 9917.0, 9953.0, 9931.0, 9943.0, 9948.0, 9978.0, 9941.0, 9929.0, 9919.0, 9922.0, 9913.0, 9917.0, 9916.0, 9861.0, 9889.0, 9860.0, 9904.0, 9859.0, 9892.0, 9860.0, 9906.0, 9870.0, 9912.0, 9884.0, 9905.0, 9884.0, 9917.0, 9920.0, 9908.0, 9900.0, 9863.0, 9908.0, 9875.0, 9926.0, 9899.0, 9911.0, 9881.0, 9907.0, 9917.0, 9931.0, 9912.0, 9874.0, 9896.0, 9869.0, 9911.0, 9867.0, 9906.0, 9847.0, 9904.0, 9879.0, 9900.0, 9892.0, 9884.0, 9881.0, 9903.0, 9895.0, 9850.0, 9889.0, 9853.0, 9912.0, 9867.0, 9909.0, 9859.0, 9886.0, 9846.0, 9904.0, 9846.0, 9890.0, 9834.0, 9888.0, 9878.0, 9889.0, 9872.0, 9884.0, 9875.0, 9890.0, 9898.0, 9891.0, 9900.0, 9869.0, 9910.0, 9874.0, 9917.0, 9874.0, 9906.0, 9870.0, 9909.0, 9897.0, 9908.0, 9898.0, 9892.0, 9916.0, 9904.0, 9905.0, 9888.0, 9877.0, 9908.0, 9896.0, 9919.0, 9897.0, 9877.0, 9921.0, 9878.0, 9913.0, 9879.0, 9910.0, 9888.0, 9931.0, 9874.0, 9921.0, 9870.0, 9904.0, 9898.0, 9909.0, 9915.0, 9905.0, 9890.0, 9902.0, 9908.0, 9902.0, 9892.0, 9883.0, 9892.0, 9902.0, 9891.0, 9846.0, 9877.0, 9862.0, 9902.0, 9861.0, 9891.0, 9849.0, 9888.0, 9884.0, 9910.0, 9896.0, 9889.0, 9879.0, 9892.0, 9897.0, 9889.0, 9878.0, 9903.0, 9894.0, 9875.0, 9898.0, 9860.0, 9886.0, 9835.0, 9907.0, 9878.0, 9903.0, 9892.0, 9890.0, 9899.0, 9905.0, 9899.0, 9865.0, 9895.0, 9870.0, 9909.0, 9868.0, 9901.0, 9862.0, 9890.0, 9897.0, 9905.0, 9901.0, 9901.0, 9882.0, 9903.0, 9895.0, 9866.0, 9912.0, 9868.0, 9912.0, 9867.0, 9894.0, 9882.0, 9910.0, 9915.0, 9924.0, 9897.0, 9864.0, 9894.0, 9873.0, 9925.0, 9873.0, 9907.0, 9866.0, 9906.0, 9896.0, 9909.0, 9893.0, 9889.0, 9891.0, 9903.0, 9897.0, 9887.0, 9893.0, 9843.0, 9903.0, 9865.0, 9906.0, 9847.0, 9886.0, 9867.0, 9909.0, 9892.0, 9888.0, 9893.0, 9939.0, 9918.0, 9936.0, 9895.0, 9848.0, 9895.0, 9884.0, 9919.0, 9869.0, 9909.0, 9867.0, 9908.0, 9896.0, 9908.0, 9896.0, 9905.0, 9891.0, 9877.0, 9893.0, 9870.0, 9893.0, 9865.0, 9912.0, 9898.0, 9912.0, 9895.0, 9901.0, 9882.0, 9904.0, 9894.0, 9922.0, 9880.0, 9848.0, 9901.0, 9867.0, 9908.0, 9867.0, 9905.0, 9871.0, 9912.0, 9899.0, 9907.0, 9899.0, 9910.0, 9903.0, 9896.0, 9915.0, 9885.0, 9908.0, 9878.0, 9930.0, 9899.0, 9926.0, 9897.0, 9907.0, 9918.0, 9923.0, 9912.0, 9864.0, 9894.0, 9879.0, 9924.0, 9880.0, 9917.0, 9865.0, 9902.0, 9912.0, 9917.0, 9908.0, 9860.0, 9892.0, 9864.0, 9907.0, 9864.0, 9889.0, 9859.0, 9889.0, 9893.0, 9905.0, 9892.0, 9887.0, 9879.0, 9902.0, 9896.0, 9869.0, 9913.0, 9856.0, 9911.0, 9889.0, 9913.0, 9938.0, 9931.0, 9900.0, 9876.0, 9955.0, 9943.0, 9906.0, 9946.0, 9939.0, 9911.0, 9952.0, 9900.0, 9932.0, 9902.0, 9932.0, 9896.0, 9918.0, 9878.0, 9884.0, 9875.0, 9899.0, 9884.0, 9877.0, 9872.0, 9878.0, 9890.0, 9858.0, 9888.0, 9894.0, 9888.0, 9912.0, 9907.0, 9911.0, 9888.0, 9888.0, 9884.0, 9875.0, 9887.0, 9877.0, 9879.0, 9876.0, 9883.0, 9905.0, 9900.0, 9891.0, 9857.0, 9896.0, 9882.0, 9924.0, 9883.0, 9907.0, 9894.0, 9928.0, 9897.0, 9904.0, 9906.0, 9883.0, 9908.0, 9900.0, 9889.0, 9878.0, 9871.0, 9883.0, 9890.0, 9883.0, 9883.0, 9867.0, 9872.0, 9880.0, 9891.0, 9857.0, 9890.0, 9881.0, 9909.0, 9896.0, 9912.0, 9912.0, 9922.0, 9920.0, 9940.0, 9914.0, 9874.0, 9891.0, 9872.0, 9893.0, 9885.0, 9886.0, 9837.0, 9883.0, 9862.0, 9898.0, 9872.0, 9885.0, 9857.0, 9882.0, 9890.0, 9886.0, 9891.0, 9856.0, 9879.0, 9865.0, 9907.0, 9874.0, 9899.0, 9874.0, 9882.0, 9875.0, 9902.0, 9886.0, 9883.0, 9887.0, 9882.0, 9897.0, 9891.0, 9856.0, 9895.0, 9874.0, 9883.0, 9887.0, 9878.0, 9855.0, 9882.0, 9868.0, 9865.0, 9853.0, 9841.0, 9889.0, 9882.0, 9894.0, 9908.0, 9866.0, 9905.0, 9902.0, 9917.0, 9885.0, 9914.0, 9915.0, 9911.0, 9895.0, 9906.0, 9895.0, 9891.0, 9908.0, 9903.0, 9905.0, 9872.0, 9889.0, 9897.0, 9909.0, 9907.0, 9917.0, 9893.0, 9890.0, 9913.0, 9902.0, 9893.0, 9857.0, 9885.0, 9888.0, 9899.0, 9873.0, 9881.0, 9881.0, 9867.0, 9904.0, 9895.0, 9884.0, 9873.0, 9854.0, 9898.0, 9873.0, 9861.0, 9865.0, 9839.0, 9866.0, 9878.0, 9884.0, 9891.0, 9882.0, 9876.0, 9900.0, 9895.0, 9898.0, 9887.0, 9881.0, 9869.0, 9896.0, 9873.0, 9893.0, 9872.0, 9838.0, 9887.0, 9862.0, 9907.0, 9860.0, 9883.0, 9858.0, 9885.0, 9895.0, 9894.0, 9910.0, 9903.0, 9897.0, 9924.0, 9916.0, 9905.0, 9894.0, 9864.0, 9893.0, 9881.0, 9921.0, 9876.0, 9888.0, 9870.0, 9893.0, 9889.0, 9899.0, 9869.0, 9887.0, 9870.0, 9891.0, 9871.0, 9900.0, 9873.0, 9884.0, 9909.0, 9903.0, 9903.0, 9859.0, 9891.0, 9879.0, 9911.0, 9890.0, 9907.0, 9873.0, 9888.0, 9908.0, 9902.0, 9907.0, 9866.0, 9886.0, 9884.0, 9898.0, 9896.0, 9869.0, 9854.0, 9892.0, 9877.0, 9871.0, 9859.0, 9886.0, 9892.0, 9888.0, 9896.0, 9863.0, 9894.0, 9905.0, 9925.0, 9914.0, 9895.0, 9900.0, 9897.0, 9928.0, 9895.0, 9908.0, 9859.0, 9889.0, 9878.0, 9908.0, 9886.0, 9880.0, 9871.0, 9886.0, 9888.0, 9874.0, 9888.0, 9879.0, 9892.0, 9930.0, 9922.0, 9910.0, 9913.0, 9895.0, 9920.0, 9907.0, 9884.0, 9887.0, 9859.0, 9905.0, 9871.0, 9882.0, 9836.0, 9883.0, 9859.0, 9901.0, 9875.0, 9911.0, 9891.0, 9884.0, 9928.0, 9902.0, 9911.0, 9898.0, 9893.0, 9917.0, 9906.0, 9910.0, 9871.0, 9883.0, 9883.0, 9885.0, 9897.0, 9867.0, 9834.0, 9867.0, 9860.0, 9883.0, 9868.0, 9877.0, 9872.0, 9871.0, 9900.0, 9898.0, 9874.0, 9856.0, 9871.0, 9879.0, 9890.0, 9892.0, 9897.0, 9881.0, 9875.0, 9893.0, 9862.0, 9888.0, 9876.0, 9891.0, 9890.0, 9885.0, 9871.0, 9867.0, 9890.0, 9880.0, 9884.0, 9862.0, 9882.0, 9869.0, 9887.0, 9854.0, 9874.0, 9882.0, 9899.0, 9891.0, 9890.0, 9876.0, 9887.0, 9886.0, 9893.0, 9895.0, 9871.0, 9884.0, 9887.0, 9892.0, 9886.0, 9886.0, 9868.0, 9887.0, 9882.0, 9897.0, 9858.0, 9890.0, 9880.0, 9909.0, 9890.0, 9892.0, 9892.0, 9922.0, 9899.0, 9889.0, 9893.0, 9857.0, 9883.0, 9888.0, 9884.0, 9887.0, 9867.0, 9869.0, 9881.0, 9877.0, 9872.0, 9886.0, 9856.0, 9882.0, 9881.0, 9886.0, 9903.0, 9899.0, 9874.0, 9880.0, 9905.0, 9893.0, 9903.0, 9893.0, 9888.0, 9900.0, 9916.0, 9893.0, 9879.0, 9893.0, 9878.0, 9891.0, 9896.0, 9905.0, 9910.0, 9885.0, 9878.0, 9877.0, 9907.0, 9887.0, 9886.0, 9877.0, 9892.0, 9910.0, 9936.0, 9898.0, 9859.0, 9892.0, 9894.0, 9909.0, 9891.0, 9888.0, 9897.0, 9923.0, 9911.0, 9883.0, 9899.0, 9896.0, 9914.0, 9915.0, 9912.0, 9915.0, 9919.0, 9903.0, 9894.0, 9916.0, 9879.0, 9903.0, 9900.0, 9906.0, 9912.0, 9872.0, 9888.0, 9879.0, 9906.0, 9895.0, 9902.0, 9909.0, 9906.0, 9914.0, 9908.0, 9910.0, 9877.0, 9887.0, 9883.0, 9905.0, 9909.0, 9885.0, 9876.0, 9895.0, 9893.0, 9875.0, 9887.0, 9871.0, 9869.0, 9880.0, 9887.0, 9905.0, 9897.0, 9875.0, 9873.0, 9880.0, 9875.0, 9888.0, 9857.0, 9870.0, 9878.0, 9887.0, 9889.0, 9900.0, 9872.0, 9874.0, 9891.0, 9859.0, 9875.0, 9875.0, 9891.0, 9913.0, 9884.0, 9876.0, 9871.0, 9882.0, 9878.0, 9890.0, 9863.0, 9885.0, 9908.0, 9903.0, 9894.0, 9875.0, 9886.0, 9892.0, 9892.0, 9912.0, 9938.0, 9896.0, 9874.0, 9890.0, 9874.0, 9886.0, 9880.0, 9890.0, 9887.0, 9894.0, 9877.0, 9874.0, 9898.0, 9870.0, 9871.0, 9888.0, 9885.0, 9895.0, 9893.0, 9909.0, 9878.0, 9887.0, 9880.0, 9894.0, 9909.0, 9918.0, 9877.0, 9855.0, 9876.0, 9875.0, 9902.0, 9877.0, 9874.0, 9898.0, 9918.0, 9894.0, 9863.0, 9891.0, 9896.0, 9894.0, 9914.0, 9893.0, 9897.0, 9883.0, 9911.0, 9880.0, 9923.0, 9896.0, 9906.0, 9915.0, 9933.0, 9942.0, 9901.0, 9896.0, 9911.0, 9879.0, 9906.0, 9857.0, 9868.0, 9875.0, 9884.0, 9883.0, 9885.0, 9855.0, 9867.0, 9869.0, 9856.0, 9880.0, 9861.0, 9886.0, 9885.0, 9870.0, 9893.0, 9912.0, 9897.0, 9913.0, 9921.0, 9913.0, 9949.0, 9925.0, 9921.0, 9883.0, 9895.0, 9915.0, 9913.0, 9911.0, 9888.0, 9891.0, 9916.0, 9894.0, 9888.0, 9893.0, 9873.0, 9867.0, 9868.0, 9882.0, 9877.0, 9881.0, 9873.0, 9882.0, 9880.0, 9858.0, 9886.0, 9870.0, 9869.0, 9876.0, 9875.0, 9874.0, 9886.0, 9893.0, 9893.0, 9860.0, 9864.0, 9880.0, 9863.0, 9873.0, 9860.0, 9870.0, 9880.0, 9877.0, 9893.0, 9899.0, 9881.0, 9872.0, 9897.0, 9898.0, 9895.0, 9883.0, 9891.0, 9916.0, 9918.0, 9884.0, 9877.0, 9891.0, 9880.0, 9894.0, 9879.0, 9865.0, 9869.0, 9895.0, 9876.0, 9868.0, 9890.0, 9870.0, 9868.0, 9883.0, 9891.0, 9907.0, 9873.0, 9876.0, 9880.0, 9912.0, 9893.0, 9893.0, 9877.0, 9877.0, 9914.0, 9903.0, 9899.0, 9885.0, 9870.0, 9875.0, 9891.0, 9875.0, 9885.0, 9858.0, 9865.0, 9898.0, 9902.0, 9894.0, 9856.0, 9875.0, 9879.0, 9892.0, 9877.0, 9877.0, 9878.0, 9894.0, 9879.0, 9890.0, 9891.0, 9862.0, 9875.0, 9876.0, 9890.0, 9877.0, 9872.0, 9873.0, 9896.0, 9879.0, 9872.0, 9890.0, 9856.0, 9870.0, 9879.0, 9888.0, 9910.0, 9881.0, 9863.0, 9861.0, 9894.0, 9878.0, 9886.0, 9860.0, 9875.0, 9906.0, 9915.0, 9877.0, 9858.0, 9871.0, 9878.0, 9891.0, 9878.0, 9875.0, 9873.0, 9899.0, 9881.0, 9892.0, 9879.0, 9859.0, 9878.0, 9883.0, 9894.0, 9880.0, 9875.0, 9875.0, 9889.0, 9895.0, 9918.0, 9878.0, 9847.0, 9892.0, 9895.0, 9897.0, 9897.0, 9895.0, 9895.0, 9925.0, 9902.0, 9903.0, 9912.0, 9900.0, 9897.0, 9917.0, 9910.0, 9917.0, 9886.0, 9879.0, 9876.0, 9908.0, 9890.0, 9887.0, 9869.0, 9869.0, 9893.0, 9892.0, 9878.0, 9851.0, 9852.0, 9858.0, 9889.0, 9876.0, 9871.0, 9861.0, 9870.0, 9894.0, 9914.0, 9897.0, 9860.0, 9876.0, 9896.0, 9899.0, 9896.0, 9893.0, 9880.0, 9877.0, 9885.0, 9877.0, 9891.0, 9860.0, 9870.0, 9887.0, 9892.0, 9896.0, 9871.0, 9876.0, 9878.0, 9893.0, 9867.0, 9875.0, 9888.0, 9903.0, 9887.0, 9884.0, 9878.0, 9857.0, 9870.0, 9880.0, 9887.0, 9893.0, 9872.0, 9876.0, 9880.0, 9893.0, 9878.0, 9876.0, 9889.0, 9903.0, 9893.0, 9889.0, 9877.0, 9858.0, 9867.0, 9874.0, 9875.0, 9864.0, 9872.0, 9873.0, 9881.0, 9873.0, 9873.0, 9891.0, 9875.0, 9874.0, 9914.0, 9924.0, 9914.0, 9884.0, 9900.0, 9907.0, 9919.0, 9932.0, 9925.0, 9902.0, 9898.0, 9915.0, 9894.0, 9893.0, 9860.0, 9888.0, 9887.0, 9892.0, 9861.0, 9884.0, 9873.0, 9901.0, 9878.0, 9877.0, 9885.0, 9874.0, 9894.0, 9883.0, 9897.0, 9896.0, 9889.0, 9885.0, 9879.0, 9898.0, 9877.0, 9875.0, 9880.0, 9888.0, 9891.0, 9872.0, 9872.0, 9902.0, 9876.0, 9887.0, 9885.0, 9845.0, 9871.0, 9877.0, 9879.0, 9859.0, 9873.0, 9878.0, 9890.0, 9882.0, 9881.0, 9875.0, 9870.0, 9871.0, 9888.0, 9895.0, 9898.0, 9889.0, 9879.0, 9884.0, 9898.0, 9897.0, 9889.0, 9865.0, 9873.0, 9904.0, 9915.0, 9878.0, 9858.0, 9888.0, 9880.0, 9890.0, 9896.0, 9875.0, 9875.0, 9874.0, 9882.0, 9876.0, 9906.0, 9876.0, 9869.0, 9897.0, 9893.0, 9895.0, 9861.0, 9876.0, 9860.0, 9891.0, 9880.0, 9893.0, 9890.0, 9871.0, 9878.0, 9914.0, 9874.0, 9855.0, 9883.0, 9850.0, 9869.0, 9861.0, 9887.0, 9872.0, 9892.0, 9875.0, 9878.0, 9893.0, 9876.0, 9878.0, 9897.0, 9906.0, 9901.0, 9878.0, 9880.0, 9898.0, 9897.0, 9885.0, 9897.0, 9896.0, 9889.0, 9897.0, 9902.0, 9896.0, 9861.0, 9894.0, 9897.0, 9882.0, 9883.0, 9875.0, 9877.0, 9916.0, 9883.0, 9872.0, 9892.0, 9875.0, 9874.0, 9887.0, 9890.0, 9907.0, 9871.0, 9876.0, 9879.0, 9893.0, 9879.0, 9890.0, 9859.0, 9870.0, 9894.0, 9887.0, 9896.0, 9872.0, 9875.0, 9875.0, 9894.0, 9877.0, 9870.0, 9873.0, 9873.0, 9898.0, 9885.0, 9895.0, 9866.0, 9892.0, 9896.0, 9891.0, 9897.0, 9890.0, 9893.0, 9887.0, 9881.0, 9874.0, 9891.0, 9857.0, 9871.0, 9879.0, 9891.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.0020400549786194254</td></tr>
<tr><td colspan=3>aqi</td><td>0.039907354367745874</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.40567251174202</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1729003157273847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9480772955990229</td></tr>
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
<tr><td colspan=3>fber</td><td>6755.333</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10769214332674197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.0024434941967</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.544769099147395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.43586957828798</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802182205918043</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3962555132361607</td></tr>
<tr><td colspan=3>gcor</td><td>0.0036516</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011793617159128189</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024014802649617195</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.976781750247504</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>30.5842</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5535</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8121</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302218.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>787.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.667</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3581</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.8341</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.3719</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.0015</td></tr>
<tr><td colspan=3>tsnr</td><td>36.1726811225526</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>