<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-03/func/sub-0090_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>ff31f311228ac281de52d0083433ba14</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>18:36:35.072500</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.99947, 0.0123223, 0.0301243, -0.0130838, 0.999596, 0.0252126]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0913194</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>[4163, -7708, -7261, 596, 16, -102, -133, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>79606972-9c68-495a-80a9-06c43edb844c||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.6815054416656494, -0.03510284051299095, 0.08046404272317886, 110.26358032226562], [-0.03305986523628235, 2.6818442344665527, 0.06910211592912674, -93.88409423828125], [0.08082137256860733, -0.06764353811740875, 2.697916030883789, -75.45433807373047], [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': ['183635.072500', '183635.532500', '183635.992500', '183636.452500', '183636.912500', '183637.372500', '183637.832500', '183638.292500', '183638.752500', '183639.212500', '183639.672500', '183640.132500', '183640.592500', '183641.052500', '183641.512500', '183641.972500', '183642.432500', '183642.892500', '183643.352500', '183643.812500', '183644.272500', '183644.732500', '183645.192500', '183645.652500', '183646.112500', '183646.572500', '183647.032500', '183647.492500', '183647.952500', '183648.412500', '183648.872500', '183649.332500', '183649.792500', '183650.252500', '183650.712500', '183651.172500', '183651.632500', '183652.092500', '183652.552500', '183653.012500', '183653.472500', '183653.932500', '183654.392500', '183654.852500', '183655.312500', '183655.772500', '183656.232500', '183656.692500', '183657.152500', '183657.612500', '183658.072500', '183658.532500', '183658.992500', '183659.452500', '183659.912500', '183700.372500', '183700.832500', '183701.292500', '183701.752500', '183702.212500', '183702.672500', '183703.132500', '183703.592500', '183704.052500', '183704.512500', '183704.972500', '183705.432500', '183705.892500', '183706.352500', '183706.812500', '183707.272500', '183707.732500', '183708.192500', '183708.652500', '183709.112500', '183709.572500', '183710.032500', '183710.492500', '183710.952500', '183711.412500', '183711.872500', '183712.332500', '183712.792500', '183713.252500', '183713.712500', '183714.172500', '183714.632500', '183715.092500', '183715.552500', '183716.012500', '183716.472500', '183716.932500', '183717.392500', '183717.852500', '183718.312500', '183718.772500', '183719.232500', '183719.692500', '183720.152500', '183720.612500', '183721.072500', '183721.532500', '183721.992500', '183722.452500', '183722.912500', '183723.372500', '183723.832500', '183724.292500', '183724.752500', '183725.212500', '183725.672500', '183726.132500', '183726.592500', '183727.052500', '183727.512500', '183727.972500', '183728.432500', '183728.892500', '183729.352500', '183729.812500', '183730.272500', '183730.732500', '183731.192500', '183731.652500', '183732.112500', '183732.572500', '183733.032500', '183733.492500', '183733.952500', '183734.412500', '183734.872500', '183735.332500', '183735.792500', '183736.252500', '183736.712500', '183737.172500', '183737.632500', '183738.092500', '183738.552500', '183739.012500', '183739.472500', '183739.932500', '183740.392500', '183740.852500', '183741.312500', '183741.772500', '183742.232500', '183742.692500', '183743.152500', '183743.612500', '183744.072500', '183744.532500', '183744.992500', '183745.452500', '183745.912500', '183746.372500', '183746.832500', '183747.292500', '183747.752500', '183748.212500', '183748.672500', '183749.132500', '183749.592500', '183750.052500', '183750.512500', '183750.972500', '183751.432500', '183751.892500', '183752.352500', '183752.812500', '183753.272500', '183753.732500', '183754.192500', '183754.652500', '183755.112500', '183755.572500', '183756.032500', '183756.492500', '183756.952500', '183757.412500', '183757.872500', '183758.332500', '183758.792500', '183759.252500', '183759.712500', '183800.172500', '183800.632500', '183801.092500', '183801.552500', '183802.012500', '183802.472500', '183802.932500', '183803.392500', '183803.852500', '183804.312500', '183804.772500', '183805.232500', '183805.692500', '183806.152500', '183806.612500', '183807.072500', '183807.532500', '183807.992500', '183808.452500', '183808.912500', '183809.372500', '183809.832500', '183810.292500', '183810.752500', '183811.212500', '183811.672500', '183812.132500', '183812.592500', '183813.052500', '183813.512500', '183813.972500', '183814.432500', '183814.892500', '183815.352500', '183815.812500', '183816.272500', '183816.732500', '183817.192500', '183817.652500', '183818.112500', '183818.572500', '183819.032500', '183819.492500', '183819.952500', '183820.412500', '183820.872500', '183821.332500', '183821.792500', '183822.252500', '183822.712500', '183823.172500', '183823.632500', '183824.092500', '183824.552500', '183825.012500', '183825.472500', '183825.932500', '183826.392500', '183826.852500', '183827.312500', '183827.772500', '183828.232500', '183828.692500', '183829.152500', '183829.612500', '183830.072500', '183830.532500', '183830.992500', '183831.452500', '183831.912500', '183832.372500', '183832.832500', '183833.292500', '183833.752500', '183834.212500', '183834.672500', '183835.132500', '183835.592500', '183836.052500', '183836.512500', '183836.972500', '183837.432500', '183837.892500', '183838.352500', '183838.812500', '183839.272500', '183839.732500', '183840.192500', '183840.652500', '183841.112500', '183841.572500', '183842.032500', '183842.492500', '183842.952500', '183843.412500', '183843.872500', '183844.332500', '183844.792500', '183845.252500', '183845.712500', '183846.172500', '183846.632500', '183847.092500', '183847.552500', '183848.012500', '183848.472500', '183848.932500', '183849.392500', '183849.852500', '183850.312500', '183850.772500', '183851.232500', '183851.692500', '183852.152500', '183852.612500', '183853.072500', '183853.532500', '183853.992500', '183854.452500', '183854.912500', '183855.372500', '183855.832500', '183856.292500', '183856.752500', '183857.212500', '183857.672500', '183858.132500', '183858.592500', '183859.052500', '183859.512500', '183859.972500', '183900.432500', '183900.892500', '183901.352500', '183901.812500', '183902.272500', '183902.732500', '183903.192500', '183903.652500', '183904.112500', '183904.572500', '183905.032500', '183905.492500', '183905.952500', '183906.412500', '183906.872500', '183907.332500', '183907.792500', '183908.252500', '183908.712500', '183909.172500', '183909.632500', '183910.092500', '183910.552500', '183911.012500', '183911.472500', '183911.932500', '183912.392500', '183912.852500', '183913.312500', '183913.772500', '183914.232500', '183914.692500', '183915.152500', '183915.612500', '183916.072500', '183916.532500', '183916.992500', '183917.452500', '183917.912500', '183918.372500', '183918.832500', '183919.292500', '183919.752500', '183920.212500', '183920.672500', '183921.132500', '183921.592500', '183922.052500', '183922.512500', '183922.972500', '183923.432500', '183923.892500', '183924.352500', '183924.812500', '183925.272500', '183925.732500', '183926.192500', '183926.652500', '183927.112500', '183927.572500', '183928.032500', '183928.492500', '183928.952500', '183929.412500', '183929.872500', '183930.332500', '183930.792500', '183931.252500', '183931.712500', '183932.172500', '183932.632500', '183933.092500', '183933.552500', '183934.012500', '183934.472500', '183934.932500', '183935.392500', '183935.852500', '183936.312500', '183936.772500', '183937.232500', '183937.692500', '183938.152500', '183938.612500', '183939.072500', '183939.532500', '183939.992500', '183940.452500', '183940.912500', '183941.372500', '183941.832500', '183942.292500', '183942.752500', '183943.212500', '183943.672500', '183944.132500', '183944.592500', '183945.052500', '183945.512500', '183945.972500', '183946.432500', '183946.892500', '183947.352500', '183947.812500', '183948.272500', '183948.732500', '183949.192500', '183949.652500', '183950.112500', '183950.572500', '183951.032500', '183951.492500', '183951.952500', '183952.412500', '183952.872500', '183953.332500', '183953.792500', '183954.252500', '183954.712500', '183955.172500', '183955.632500', '183956.092500', '183956.552500', '183957.012500', '183957.472500', '183957.932500', '183958.392500', '183958.852500', '183959.312500', '183959.772500', '184000.232500', '184000.692500', '184001.152500', '184001.612500', '184002.072500', '184002.532500', '184002.992500', '184003.452500', '184003.912500', '184004.372500', '184004.832500', '184005.292500', '184005.752500', '184006.212500', '184006.672500', '184007.132500', '184007.592500', '184008.052500', '184008.512500', '184008.972500', '184009.432500', '184009.892500', '184010.352500', '184010.812500', '184011.272500', '184011.732500', '184012.192500', '184012.652500', '184013.112500', '184013.572500', '184014.032500', '184014.492500', '184014.952500', '184015.412500', '184015.872500', '184016.332500', '184016.792500', '184017.252500', '184017.712500', '184018.172500', '184018.632500', '184019.092500', '184019.552500', '184020.012500', '184020.472500', '184020.932500', '184021.392500', '184021.852500', '184022.312500', '184022.772500', '184023.232500', '184023.692500', '184024.152500', '184024.612500', '184025.072500', '184025.532500', '184025.992500', '184026.452500', '184026.912500', '184027.372500', '184027.832500', '184028.292500', '184028.752500', '184029.212500', '184029.672500', '184030.132500', '184030.592500', '184031.052500', '184031.512500', '184031.972500', '184032.432500', '184032.892500', '184033.352500', '184033.812500', '184034.272500', '184034.732500', '184035.192500', '184035.652500', '184036.112500', '184036.572500', '184037.032500', '184037.492500', '184037.952500', '184038.412500', '184038.872500', '184039.332500', '184039.792500', '184040.252500', '184040.712500', '184041.172500', '184041.632500', '184042.092500', '184042.552500', '184043.012500', '184043.472500', '184043.932500', '184044.392500', '184044.852500', '184045.312500', '184045.772500', '184046.232500', '184046.692500', '184047.152500', '184047.612500', '184048.072500', '184048.532500', '184048.992500', '184049.452500', '184049.912500', '184050.372500', '184050.832500', '184051.292500', '184051.752500', '184052.212500', '184052.672500', '184053.132500', '184053.592500', '184054.052500', '184054.512500', '184054.972500', '184055.432500', '184055.892500', '184056.352500', '184056.812500', '184057.272500', '184057.732500', '184058.192500', '184058.652500', '184059.112500', '184059.572500', '184100.032500', '184100.492500', '184100.952500', '184101.412500', '184101.872500', '184102.332500', '184102.792500', '184103.252500', '184103.712500', '184104.172500', '184104.632500', '184105.092500', '184105.552500', '184106.012500', '184106.472500', '184106.932500', '184107.392500', '184107.852500', '184108.312500', '184108.772500', '184109.232500', '184109.692500', '184110.152500', '184110.612500', '184111.072500', '184111.532500', '184111.992500', '184112.452500', '184112.912500', '184113.372500', '184113.832500', '184114.292500', '184114.752500', '184115.212500', '184115.672500', '184116.132500', '184116.592500', '184117.052500', '184117.512500', '184117.972500', '184118.432500', '184118.892500', '184119.352500', '184119.812500', '184120.272500', '184120.732500', '184121.192500', '184121.652500', '184122.112500', '184122.572500', '184123.032500', '184123.492500', '184123.952500', '184124.412500', '184124.872500', '184125.332500', '184125.792500', '184126.252500', '184126.712500', '184127.172500', '184127.632500', '184128.092500', '184128.552500', '184129.012500', '184129.472500', '184129.932500', '184130.392500', '184130.852500', '184131.312500', '184131.772500', '184132.232500', '184132.692500', '184133.152500', '184133.612500', '184134.072500', '184134.532500', '184134.992500', '184135.452500', '184135.912500', '184136.372500', '184136.832500', '184137.292500', '184137.752500', '184138.212500', '184138.672500', '184139.132500', '184139.592500', '184140.052500', '184140.512500', '184140.972500', '184141.432500', '184141.892500', '184142.352500', '184142.812500', '184143.272500', '184143.732500', '184144.192500', '184144.652500', '184145.112500', '184145.572500', '184146.032500', '184146.492500', '184146.952500', '184147.412500', '184147.872500', '184148.332500', '184148.792500', '184149.252500', '184149.712500', '184150.172500', '184150.632500', '184151.092500', '184151.552500', '184152.012500', '184152.472500', '184152.932500', '184153.392500', '184153.852500', '184154.312500', '184154.772500', '184155.232500', '184155.692500', '184156.152500', '184156.612500', '184157.072500', '184157.532500', '184157.992500', '184158.452500', '184158.912500', '184159.372500', '184159.832500', '184200.292500', '184200.752500', '184201.212500', '184201.672500', '184202.132500', '184202.592500', '184203.052500', '184203.512500', '184203.972500', '184204.432500', '184204.892500', '184205.352500', '184205.812500', '184206.272500', '184206.732500', '184207.192500', '184207.652500', '184208.112500', '184208.572500', '184209.032500', '184209.492500', '184209.952500', '184210.412500', '184210.872500', '184211.332500', '184211.792500', '184212.252500', '184212.712500', '184213.172500', '184213.632500', '184214.092500', '184214.552500', '184215.012500', '184215.472500', '184215.932500', '184216.392500', '184216.852500', '184217.312500', '184217.772500', '184218.232500', '184218.692500', '184219.152500', '184219.612500', '184220.072500', '184220.532500', '184220.992500', '184221.452500', '184221.912500', '184222.372500', '184222.832500', '184223.292500', '184223.752500', '184224.212500', '184224.672500', '184225.132500', '184225.592500', '184226.052500', '184226.512500', '184226.972500', '184227.432500', '184227.892500', '184228.352500', '184228.812500', '184229.272500', '184229.732500', '184230.192500', '184230.652500', '184231.112500', '184231.572500', '184232.032500', '184232.492500', '184232.952500', '184233.412500', '184233.872500', '184234.332500', '184234.792500', '184235.252500', '184235.712500', '184236.172500', '184236.632500', '184237.092500', '184237.552500', '184238.012500', '184238.472500', '184238.932500', '184239.392500', '184239.852500', '184240.312500', '184240.772500', '184241.232500', '184241.692500', '184242.152500', '184242.612500', '184243.072500', '184243.532500', '184243.992500', '184244.452500', '184244.912500', '184245.372500', '184245.832500', '184246.292500', '184246.752500', '184247.212500', '184247.672500', '184248.132500', '184248.592500', '184249.052500', '184249.512500', '184249.972500', '184250.432500', '184250.892500', '184251.352500', '184251.812500', '184252.272500', '184252.732500', '184253.192500', '184253.652500', '184254.112500', '184254.572500', '184255.032500', '184255.492500', '184255.952500', '184256.412500', '184256.872500', '184257.332500', '184257.792500', '184258.252500', '184258.712500', '184259.172500', '184259.632500', '184300.092500', '184300.552500', '184301.012500', '184301.472500', '184301.932500', '184302.392500', '184302.852500', '184303.312500', '184303.772500', '184304.232500', '184304.692500', '184305.152500', '184305.612500', '184306.072500', '184306.532500', '184306.992500', '184307.452500', '184307.912500', '184308.372500', '184308.832500', '184309.292500', '184309.752500', '184310.212500', '184310.672500', '184311.132500', '184311.592500', '184312.052500', '184312.512500', '184312.972500', '184313.432500', '184313.892500', '184314.352500', '184314.812500', '184315.272500', '184315.732500', '184316.192500', '184316.652500', '184317.112500', '184317.572500', '184318.032500', '184318.492500', '184318.952500', '184319.412500', '184319.872500', '184320.332500', '184320.792500', '184321.252500', '184321.712500', '184322.172500', '184322.632500', '184323.092500', '184323.552500', '184324.012500', '184324.472500', '184324.932500', '184325.392500', '184325.852500', '184326.312500', '184326.772500', '184327.232500', '184327.692500', '184328.152500', '184328.612500', '184329.072500', '184329.532500', '184329.992500', '184330.452500', '184330.912500', '184331.372500', '184331.832500', '184332.292500', '184332.752500', '184333.212500', '184333.672500', '184334.132500', '184334.592500', '184335.052500', '184335.512500', '184335.972500', '184336.432500', '184336.892500', '184337.352500', '184337.812500', '184338.272500', '184338.732500', '184339.192500', '184339.652500', '184340.112500', '184340.572500', '184341.032500', '184341.492500', '184341.952500', '184342.412500', '184342.872500', '184343.332500', '184343.792500', '184344.252500', '184344.712500', '184345.172500', '184345.632500', '184346.092500', '184346.552500', '184347.012500', '184347.472500', '184347.932500', '184348.392500', '184348.852500', '184349.312500', '184349.772500', '184350.232500', '184350.692500', '184351.152500', '184351.612500', '184352.072500', '184352.532500', '184352.992500', '184353.452500', '184353.912500', '184354.372500', '184354.832500', '184355.292500', '184355.752500', '184356.212500', '184356.672500', '184357.132500', '184357.592500', '184358.052500', '184358.512500', '184358.972500', '184359.432500', '184359.892500', '184400.352500', '184400.812500', '184401.272500', '184401.732500', '184402.192500', '184402.652500', '184403.112500', '184403.572500', '184404.032500', '184404.492500', '184404.952500', '184405.412500', '184405.872500', '184406.332500', '184406.792500', '184407.252500', '184407.712500', '184408.172500', '184408.632500', '184409.092500', '184409.552500', '184410.012500', '184410.472500', '184410.932500', '184411.392500', '184411.852500', '184412.312500', '184412.772500', '184413.232500', '184413.692500', '184414.152500', '184414.612500', '184415.072500', '184415.532500', '184415.992500', '184416.452500', '184416.912500', '184417.372500', '184417.832500', '184418.292500', '184418.752500', '184419.212500', '184419.672500', '184420.132500', '184420.592500', '184421.052500', '184421.512500', '184421.972500', '184422.432500', '184422.892500', '184423.352500', '184423.812500', '184424.272500', '184424.732500', '184425.192500', '184425.652500', '184426.112500', '184426.572500', '184427.032500', '184427.492500', '184427.952500', '184428.412500', '184428.872500', '184429.332500', '184429.792500', '184430.252500', '184430.712500', '184431.172500', '184431.632500', '184432.092500', '184432.552500', '184433.012500', '184433.472500', '184433.932500', '184434.392500', '184434.852500', '184435.312500', '184435.772500', '184436.232500', '184436.692500', '184437.152500', '184437.612500', '184438.072500', '184438.532500', '184438.992500', '184439.452500', '184439.912500', '184440.372500', '184440.832500', '184441.292500', '184441.752500', '184442.212500', '184442.672500', '184443.132500', '184443.592500', '184444.052500', '184444.512500', '184444.972500', '184445.432500', '184445.892500', '184446.352500', '184446.812500', '184447.272500', '184447.732500', '184448.192500', '184448.652500', '184449.112500', '184449.572500', '184450.032500', '184450.492500', '184450.952500', '184451.412500', '184451.872500', '184452.332500', '184452.792500', '184453.252500', '184453.712500', '184454.172500', '184454.632500', '184455.092500', '184455.552500', '184456.012500', '184456.472500', '184456.932500', '184457.392500', '184457.852500', '184458.312500', '184458.772500', '184459.232500', '184459.692500', '184500.152500', '184500.612500', '184501.072500', '184501.532500', '184501.992500', '184502.452500', '184502.912500', '184503.372500', '184503.832500', '184504.292500', '184504.752500', '184505.212500', '184505.672500', '184506.132500', '184506.592500', '184507.052500', '184507.512500', '184507.972500', '184508.432500', '184508.892500', '184509.352500', '184509.812500', '184510.272500', '184510.732500', '184511.192500', '184511.652500', '184512.112500', '184512.572500', '184513.032500', '184513.492500', '184513.952500', '184514.412500', '184514.872500', '184515.332500', '184515.792500', '184516.252500', '184516.712500', '184517.172500', '184517.632500', '184518.092500', '184518.552500', '184519.012500', '184519.472500', '184519.932500', '184520.392500', '184520.852500', '184521.312500', '184521.772500', '184522.232500', '184522.692500', '184523.152500', '184523.612500', '184524.072500', '184524.532500', '184524.992500', '184525.452500', '184525.912500', '184526.372500', '184526.832500', '184527.292500', '184527.752500', '184528.212500', '184528.672500', '184529.132500', '184529.592500', '184530.052500', '184530.512500', '184530.972500', '184531.432500', '184531.892500', '184532.352500', '184532.812500', '184533.272500', '184533.732500', '184534.192500', '184534.652500', '184535.112500', '184535.572500', '184536.032500', '184536.492500', '184536.952500', '184537.412500', '184537.872500', '184538.332500', '184538.792500', '184539.252500', '184539.712500', '184540.172500', '184540.632500', '184541.092500', '184541.552500', '184542.012500', '184542.472500', '184542.932500', '184543.392500', '184543.852500', '184544.312500', '184544.772500', '184545.232500', '184545.692500', '184546.152500', '184546.612500', '184547.072500', '184547.532500', '184547.992500', '184548.452500', '184548.912500', '184549.372500', '184549.832500', '184550.292500', '184550.752500', '184551.212500', '184551.672500', '184552.132500', '184552.592500', '184553.052500', '184553.512500', '184553.972500', '184554.432500', '184554.892500', '184555.352500', '184555.812500', '184556.272500', '184556.732500', '184557.192500', '184557.652500', '184558.112500', '184558.572500', '184559.032500', '184559.492500', '184559.952500', '184600.412500', '184600.872500', '184601.332500', '184601.792500', '184602.252500', '184602.712500', '184603.172500', '184603.632500', '184604.092500', '184604.552500', '184605.012500', '184605.472500', '184605.932500', '184606.392500', '184606.852500', '184607.312500', '184607.772500', '184608.232500', '184608.692500', '184609.152500', '184609.612500', '184610.072500', '184610.532500', '184610.992500', '184611.452500', '184611.912500', '184612.372500', '184612.832500', '184613.292500', '184613.752500', '184614.212500', '184614.672500', '184615.132500', '184615.592500', '184616.052500', '184616.512500', '184616.972500', '184617.432500', '184617.892500', '184618.352500', '184618.812500', '184619.272500', '184619.732500', '184620.192500', '184620.652500', '184621.112500', '184621.572500', '184622.032500', '184622.492500', '184622.952500', '184623.412500', '184623.872500', '184624.332500', '184624.792500', '184625.252500', '184625.712500', '184626.172500', '184626.632500', '184627.092500', '184627.552500', '184628.012500', '184628.472500', '184628.932500', '184629.392500', '184629.852500', '184630.312500', '184630.772500', '184631.232500', '184631.692500', '184632.152500', '184632.612500', '184633.072500', '184633.532500', '184633.992500', '184634.452500', '184634.912500', '184635.372500', '184635.832500', '184636.292500', '184636.752500', '184637.212500', '184637.672500', '184638.132500', '184638.592500', '184639.052500', '184639.512500', '184639.972500', '184640.432500', '184640.892500', '184641.352500', '184641.812500', '184642.272500', '184642.732500', '184643.192500', '184643.652500', '184644.112500', '184644.572500', '184645.032500', '184645.492500', '184645.952500', '184646.412500', '184646.872500', '184647.332500', '184647.792500', '184648.252500', '184648.712500', '184649.172500', '184649.632500', '184650.092500', '184650.552500', '184651.012500', '184651.472500', '184651.932500', '184652.392500', '184652.852500', '184653.312500', '184653.772500', '184654.232500', '184654.692500', '184655.152500', '184655.612500', '184656.072500', '184656.532500', '184656.992500', '184657.452500', '184657.912500', '184658.372500', '184658.832500', '184659.292500', '184659.752500', '184700.212500', '184700.672500', '184701.132500', '184701.592500', '184702.052500', '184702.512500', '184702.972500', '184703.432500', '184703.892500', '184704.352500', '184704.812500', '184705.272500', '184705.732500', '184706.192500', '184706.652500', '184707.112500', '184707.572500', '184708.032500', '184708.492500', '184708.952500', '184709.412500', '184709.872500', '184710.332500', '184710.792500', '184711.252500', '184711.712500', '184712.172500', '184712.632500', '184713.092500', '184713.552500', '184714.012500', '184714.472500', '184714.932500', '184715.392500', '184715.852500', '184716.312500', '184716.772500', '184717.232500', '184717.692500', '184718.152500', '184718.612500', '184719.072500', '184719.532500', '184719.992500', '184720.452500', '184720.912500', '184721.372500', '184721.832500', '184722.292500', '184722.752500', '184723.212500', '184723.672500', '184724.132500', '184724.592500', '184725.052500', '184725.512500', '184725.972500', '184726.432500', '184726.892500', '184727.352500', '184727.812500', '184728.272500', '184728.732500', '184729.192500', '184729.652500', '184730.112500', '184730.572500', '184731.032500', '184731.492500', '184731.952500', '184732.412500', '184732.872500', '184733.332500', '184733.792500', '184734.252500', '184734.712500', '184735.172500', '184735.632500', '184736.092500', '184736.552500', '184737.012500', '184737.472500', '184737.932500', '184738.392500', '184738.852500', '184739.312500', '184739.772500', '184740.232500', '184740.692500', '184741.152500', '184741.612500', '184742.072500', '184742.532500', '184742.992500', '184743.452500', '184743.912500', '184744.372500', '184744.832500', '184745.292500', '184745.752500', '184746.212500', '184746.672500', '184747.132500', '184747.592500', '184748.052500', '184748.512500', '184748.972500', '184749.432500', '184749.892500', '184750.352500', '184750.812500', '184751.272500', '184751.732500', '184752.192500', '184752.652500', '184753.112500', '184753.572500', '184754.032500', '184754.492500', '184754.952500', '184755.412500', '184755.872500', '184756.332500', '184756.792500', '184757.252500', '184757.712500', '184758.172500', '184758.632500', '184759.092500', '184759.552500', '184800.012500', '184800.472500', '184800.932500', '184801.392500', '184801.852500', '184802.312500', '184802.772500', '184803.232500', '184803.692500', '184804.152500', '184804.612500', '184805.072500', '184805.532500', '184805.992500', '184806.452500', '184806.912500', '184807.372500', '184807.832500', '184808.292500', '184808.752500', '184809.212500', '184809.672500', '184810.132500', '184810.592500', '184811.052500', '184811.512500', '184811.972500', '184812.432500', '184812.892500', '184813.352500', '184813.812500', '184814.272500', '184814.732500', '184815.192500', '184815.652500', '184816.112500', '184816.572500', '184817.032500', '184817.492500', '184817.952500', '184818.412500', '184818.872500', '184819.332500', '184819.792500', '184820.252500', '184820.712500', '184821.172500', '184821.632500', '184822.092500', '184822.552500', '184823.012500', '184823.472500', '184823.932500', '184824.392500', '184824.852500', '184825.312500', '184825.772500', '184826.232500', '184826.692500', '184827.152500', '184827.612500', '184828.072500', '184828.532500', '184828.992500', '184829.452500', '184829.912500', '184830.372500', '184830.832500', '184831.292500', '184831.752500', '184832.212500', '184832.672500', '184833.132500', '184833.592500', '184834.052500', '184834.512500', '184834.972500', '184835.432500', '184835.892500', '184836.352500', '184836.812500', '184837.272500', '184837.732500', '184838.192500', '184838.652500', '184839.112500', '184839.572500', '184840.032500', '184840.492500', '184840.952500', '184841.412500', '184841.872500', '184842.332500', '184842.792500', '184843.252500', '184843.712500', '184844.172500', '184844.632500', '184845.092500', '184845.552500', '184846.012500', '184846.472500', '184846.932500', '184847.392500', '184847.852500', '184848.312500', '184848.772500', '184849.232500', '184849.692500', '184850.152500', '184850.612500', '184851.072500', '184851.532500', '184851.992500', '184852.452500', '184852.912500', '184853.372500', '184853.832500', '184854.292500', '184854.752500', '184855.212500', '184855.672500', '184856.132500', '184856.592500', '184857.052500', '184857.512500', '184857.972500', '184858.432500', '184858.892500', '184859.352500', '184859.812500', '184900.272500', '184900.732500', '184901.192500', '184901.652500', '184902.112500', '184902.572500', '184903.032500', '184903.492500', '184903.952500', '184904.412500', '184904.872500', '184905.332500', '184905.792500', '184906.252500', '184906.712500', '184907.172500', '184907.632500', '184908.092500', '184908.552500', '184909.012500'], 'ContentTime': ['183648.477000', '183648.480000', '183648.483000', '183648.485000', '183648.488000', '183648.517000', '183648.527000', '183648.529000', '183648.532000', '183648.535000', '183648.537000', '183648.540000', '183648.542000', '183648.545000', '183648.548000', '183648.550000', '183648.553000', '183648.555000', '183648.558000', '183648.561000', '183648.563000', '183648.567000', '183648.570000', '183648.572000', '183648.575000', '183648.578000', '183648.580000', '183708.446000', '183708.449000', '183708.452000', '183708.454000', '183708.457000', '183708.459000', '183708.462000', '183708.484000', '183708.486000', '183708.489000', '183708.492000', '183708.494000', '183708.497000', '183708.499000', '183708.502000', '183708.505000', '183708.507000', '183708.510000', '183708.512000', '183708.515000', '183708.517000', '183708.520000', '183708.523000', '183708.525000', '183708.528000', '183708.530000', '183708.533000', '183708.535000', '183708.540000', '183708.543000', '183708.545000', '183708.548000', '183708.550000', '183708.553000', '183708.555000', '183708.558000', '183708.561000', '183708.563000', '183708.566000', '183708.568000', '183708.571000', '183708.573000', '183708.576000', '183728.445000', '183728.448000', '183728.451000', '183728.453000', '183728.456000', '183728.459000', '183728.461000', '183728.464000', '183728.466000', '183728.469000', '183728.471000', '183728.474000', '183728.477000', '183728.504000', '183728.507000', '183728.510000', '183728.512000', '183728.515000', '183728.517000', '183728.520000', '183728.523000', '183728.525000', '183728.528000', '183728.530000', '183728.533000', '183728.535000', '183728.538000', '183728.541000', '183728.548000', '183728.550000', '183728.553000', '183728.555000', '183728.558000', '183728.560000', '183728.563000', '183728.566000', '183728.568000', '183728.571000', '183728.573000', '183728.576000', '183728.579000', '183728.581000', '183728.584000', '183728.586000', '183748.446000', '183748.449000', '183748.452000', '183748.454000', '183748.457000', '183748.459000', '183748.462000', '183748.465000', '183748.467000', '183748.470000', '183748.472000', '183748.475000', '183748.478000', '183748.480000', '183748.483000', '183748.485000', '183748.488000', '183748.491000', '183748.493000', '183748.496000', '183748.499000', '183748.501000', '183748.504000', '183748.506000', '183748.509000', '183748.511000', '183748.514000', '183748.516000', '183748.519000', '183748.522000', '183748.524000', '183748.527000', '183748.529000', '183748.532000', '183748.534000', '183748.537000', '183748.540000', '183748.542000', '183748.545000', '183748.547000', '183748.550000', '183748.553000', '183748.555000', '183808.447000', '183808.449000', '183808.452000', '183808.454000', '183808.457000', '183808.460000', '183808.462000', '183808.465000', '183808.467000', '183808.470000', '183808.473000', '183808.475000', '183808.478000', '183808.481000', '183808.483000', '183808.486000', '183808.488000', '183808.491000', '183808.494000', '183808.496000', '183808.499000', '183808.501000', '183808.504000', '183808.507000', '183808.509000', '183808.512000', '183808.514000', '183808.517000', '183808.520000', '183808.522000', '183808.525000', '183808.528000', '183808.530000', '183808.533000', '183808.536000', '183808.538000', '183808.541000', '183808.543000', '183808.546000', '183808.549000', '183808.551000', '183808.554000', '183808.556000', '183808.559000', '183828.447000', '183828.449000', '183828.452000', '183828.455000', '183828.457000', '183828.460000', '183828.462000', '183828.465000', '183828.467000', '183828.470000', '183828.473000', '183828.475000', '183828.478000', '183828.480000', '183828.483000', '183828.486000', '183828.488000', '183828.491000', '183828.493000', '183828.496000', '183828.498000', '183828.501000', '183828.504000', '183828.506000', '183828.509000', '183828.511000', '183828.514000', '183828.517000', '183828.519000', '183828.522000', '183828.524000', '183828.527000', '183828.530000', '183828.532000', '183828.535000', '183828.537000', '183828.540000', '183828.543000', '183828.545000', '183828.548000', '183828.550000', '183828.553000', '183828.556000', '183848.447000', '183848.449000', '183848.452000', '183848.455000', '183848.457000', '183848.460000', '183848.462000', '183848.467000', '183848.470000', '183848.473000', '183848.475000', '183848.478000', '183848.480000', '183848.483000', '183848.486000', '183848.488000', '183848.491000', '183848.494000', '183848.496000', '183848.499000', '183848.501000', '183848.504000', '183848.507000', '183848.509000', '183848.512000', '183848.514000', '183848.517000', '183848.520000', '183848.523000', '183848.525000', '183848.528000', '183848.530000', '183848.533000', '183848.536000', '183848.538000', '183848.541000', '183848.543000', '183848.546000', '183848.549000', '183848.551000', '183848.554000', '183848.556000', '183848.559000', '183848.562000', '183908.446000', '183908.449000', '183908.452000', '183908.454000', '183908.457000', '183908.460000', '183908.462000', '183908.465000', '183908.467000', '183908.479000', '183908.482000', '183908.484000', '183908.487000', '183908.490000', '183908.492000', '183908.495000', '183908.497000', '183908.500000', '183908.503000', '183908.505000', '183908.508000', '183908.510000', '183908.513000', '183908.516000', '183908.518000', '183908.521000', '183908.523000', '183908.526000', '183908.528000', '183908.531000', '183908.534000', '183908.536000', '183908.539000', '183908.542000', '183908.545000', '183908.547000', '183908.550000', '183908.552000', '183908.555000', '183908.558000', '183908.560000', '183908.563000', '183908.565000', '183928.447000', '183928.450000', '183928.452000', '183928.455000', '183928.458000', '183928.460000', '183928.463000', '183928.466000', '183928.468000', '183928.471000', '183928.474000', '183928.476000', '183928.479000', '183928.482000', '183928.484000', '183928.487000', '183928.489000', '183928.492000', '183928.495000', '183928.497000', '183928.500000', '183928.502000', '183928.505000', '183928.507000', '183928.510000', '183928.513000', '183928.515000', '183928.518000', '183928.520000', '183928.523000', '183928.526000', '183928.528000', '183928.531000', '183928.534000', '183928.536000', '183928.539000', '183928.541000', '183928.544000', '183928.546000', '183928.549000', '183928.552000', '183928.554000', '183928.557000', '183948.445000', '183948.448000', '183948.451000', '183948.453000', '183948.456000', '183948.459000', '183948.461000', '183948.464000', '183948.467000', '183948.469000', '183948.472000', '183948.474000', '183948.477000', '183948.479000', '183948.482000', '183948.485000', '183948.487000', '183948.490000', '183948.492000', '183948.495000', '183948.497000', '183948.500000', '183948.503000', '183948.505000', '183948.508000', '183948.511000', '183948.513000', '183948.516000', '183948.518000', '183948.521000', '183948.524000', '183948.526000', '183948.529000', '183948.531000', '183948.534000', '183948.536000', '183948.539000', '183948.542000', '183948.544000', '183948.547000', '183948.550000', '183948.552000', '183948.555000', '183948.557000', '184008.447000', '184008.449000', '184008.452000', '184008.455000', '184008.458000', '184008.461000', '184008.463000', '184008.466000', '184008.469000', '184008.471000', '184008.474000', '184008.476000', '184008.479000', '184008.482000', '184008.484000', '184008.487000', '184008.489000', '184008.492000', '184008.494000', '184008.497000', '184008.500000', '184008.502000', '184008.506000', '184008.509000', '184008.511000', '184008.514000', '184008.517000', '184008.519000', '184008.522000', '184008.524000', '184008.527000', '184008.530000', '184008.532000', '184008.535000', '184008.538000', '184008.540000', '184008.543000', '184008.545000', '184008.548000', '184008.551000', '184008.553000', '184008.556000', '184008.559000', '184028.447000', '184028.449000', '184028.452000', '184028.455000', '184028.457000', '184028.460000', '184028.462000', '184028.465000', '184028.468000', '184028.470000', '184028.473000', '184028.475000', '184028.478000', '184028.481000', '184028.483000', '184028.486000', '184028.488000', '184028.491000', '184028.494000', '184028.496000', '184028.499000', '184028.502000', '184028.504000', '184028.507000', '184028.509000', '184028.512000', '184028.514000', '184028.517000', '184028.520000', '184028.522000', '184028.525000', '184028.527000', '184028.530000', '184028.533000', '184028.535000', '184028.538000', '184028.540000', '184028.543000', '184028.546000', '184028.548000', '184028.551000', '184028.553000', '184028.556000', '184028.559000', '184048.446000', '184048.449000', '184048.452000', '184048.455000', '184048.457000', '184048.464000', '184048.467000', '184048.470000', '184048.472000', '184048.475000', '184048.478000', '184048.480000', '184048.483000', '184048.486000', '184048.489000', '184048.491000', '184048.494000', '184048.496000', '184048.499000', '184048.502000', '184048.504000', '184048.507000', '184048.509000', '184048.512000', '184048.515000', '184048.517000', '184048.520000', '184048.523000', '184048.525000', '184048.528000', '184048.530000', '184048.533000', '184048.536000', '184048.538000', '184048.541000', '184048.543000', '184048.546000', '184048.548000', '184048.551000', '184048.554000', '184048.556000', '184048.559000', '184048.561000', '184108.447000', '184108.449000', '184108.452000', '184108.455000', '184108.457000', '184108.460000', '184108.463000', '184108.465000', '184108.468000', '184108.470000', '184108.473000', '184108.476000', '184108.478000', '184108.481000', '184108.484000', '184108.486000', '184108.489000', '184108.491000', '184108.494000', '184108.497000', '184108.499000', '184108.502000', '184108.504000', '184108.507000', '184108.510000', '184108.512000', '184108.515000', '184108.518000', '184108.520000', '184108.523000', '184108.526000', '184108.528000', '184108.531000', '184108.534000', '184108.536000', '184108.539000', '184108.541000', '184108.544000', '184108.547000', '184108.549000', '184108.552000', '184108.555000', '184108.557000', '184108.560000', '184128.446000', '184128.449000', '184128.452000', '184128.455000', '184128.457000', '184128.460000', '184128.463000', '184128.465000', '184128.468000', '184128.471000', '184128.473000', '184128.476000', '184128.478000', '184128.481000', '184128.484000', '184128.487000', '184128.491000', '184128.493000', '184128.496000', '184128.499000', '184128.502000', '184128.504000', '184128.507000', '184128.509000', '184128.512000', '184128.515000', '184128.517000', '184128.520000', '184128.523000', '184128.525000', '184128.528000', '184128.531000', '184128.533000', '184128.536000', '184128.539000', '184128.541000', '184128.545000', '184128.548000', '184128.551000', '184128.553000', '184128.556000', '184128.559000', '184128.561000', '184148.446000', '184148.449000', '184148.452000', '184148.455000', '184148.457000', '184148.460000', '184148.462000', '184148.465000', '184148.468000', '184148.470000', '184148.473000', '184148.475000', '184148.478000', '184148.481000', '184148.483000', '184148.486000', '184148.488000', '184148.491000', '184148.493000', '184148.496000', '184148.499000', '184148.501000', '184148.504000', '184148.506000', '184148.509000', '184148.511000', '184148.514000', '184148.517000', '184148.519000', '184148.522000', '184148.524000', '184148.527000', '184148.530000', '184148.532000', '184148.535000', '184148.537000', '184148.540000', '184148.543000', '184148.545000', '184148.548000', '184148.550000', '184148.553000', '184148.556000', '184148.558000', '184208.445000', '184208.448000', '184208.451000', '184208.454000', '184208.456000', '184208.459000', '184208.462000', '184208.464000', '184208.467000', '184208.470000', '184208.472000', '184208.475000', '184208.478000', '184208.480000', '184208.483000', '184208.510000', '184208.513000', '184208.515000', '184208.518000', '184208.521000', '184208.523000', '184208.526000', '184208.528000', '184208.531000', '184208.534000', '184208.536000', '184208.539000', '184208.541000', '184208.544000', '184208.546000', '184208.549000', '184208.552000', '184208.554000', '184208.557000', '184208.560000', '184208.562000', '184208.565000', '184208.567000', '184208.570000', '184208.572000', '184208.575000', '184208.578000', '184208.580000', '184228.447000', '184228.450000', '184228.452000', '184228.455000', '184228.458000', '184228.462000', '184228.465000', '184228.468000', '184228.470000', '184228.473000', '184228.475000', '184228.478000', '184228.481000', '184228.483000', '184228.486000', '184228.489000', '184228.491000', '184228.494000', '184228.497000', '184228.499000', '184228.502000', '184228.504000', '184228.507000', '184228.510000', '184228.512000', '184228.515000', '184228.517000', '184228.520000', '184228.523000', '184228.525000', '184228.528000', '184228.531000', '184228.533000', '184228.536000', '184228.538000', '184228.541000', '184228.544000', '184228.546000', '184228.549000', '184228.551000', '184228.554000', '184228.557000', '184228.559000', '184228.562000', '184248.446000', '184248.449000', '184248.452000', '184248.455000', '184248.457000', '184248.460000', '184248.463000', '184248.465000', '184248.468000', '184248.471000', '184248.473000', '184248.476000', '184248.478000', '184248.481000', '184248.484000', '184248.486000', '184248.489000', '184248.492000', '184248.494000', '184248.497000', '184248.499000', '184248.502000', '184248.505000', '184248.507000', '184248.510000', '184248.512000', '184248.515000', '184248.518000', '184248.522000', '184248.525000', '184248.527000', '184248.530000', '184248.533000', '184248.535000', '184248.538000', '184248.541000', '184248.543000', '184248.546000', '184248.548000', '184248.551000', '184248.554000', '184248.556000', '184248.559000', '184308.447000', '184308.450000', '184308.452000', '184308.455000', '184308.457000', '184308.460000', '184308.463000', '184308.465000', '184308.468000', '184308.470000', '184308.473000', '184308.476000', '184308.478000', '184308.481000', '184308.484000', '184308.495000', '184308.497000', '184308.500000', '184308.503000', '184308.505000', '184308.508000', '184308.510000', '184308.513000', '184308.515000', '184308.518000', '184308.521000', '184308.523000', '184308.526000', '184308.529000', '184308.531000', '184308.534000', '184308.536000', '184308.539000', '184308.542000', '184308.544000', '184308.547000', '184308.549000', '184308.552000', '184308.555000', '184308.557000', '184308.560000', '184308.563000', '184308.565000', '184308.568000', '184328.447000', '184328.449000', '184328.452000', '184328.455000', '184328.457000', '184328.460000', '184328.462000', '184328.465000', '184328.468000', '184328.470000', '184328.473000', '184328.475000', '184328.522000', '184328.524000', '184328.527000', '184328.530000', '184328.532000', '184328.535000', '184328.538000', '184328.541000', '184328.544000', '184328.547000', '184328.550000', '184328.553000', '184328.555000', '184328.558000', '184328.561000', '184328.563000', '184328.566000', '184328.568000', '184328.571000', '184328.574000', '184328.576000', '184328.579000', '184328.581000', '184328.584000', '184328.587000', '184328.589000', '184328.592000', '184328.594000', '184328.597000', '184328.600000', '184328.602000', '184348.447000', '184348.449000', '184348.452000', '184348.455000', '184348.457000', '184348.460000', '184348.462000', '184348.465000', '184348.468000', '184348.471000', '184348.473000', '184348.476000', '184348.478000', '184348.481000', '184348.484000', '184348.486000', '184348.489000', '184348.491000', '184348.494000', '184348.497000', '184348.499000', '184348.502000', '184348.504000', '184348.507000', '184348.509000', '184348.512000', '184348.515000', '184348.517000', '184348.520000', '184348.522000', '184348.525000', '184348.528000', '184348.530000', '184348.533000', '184348.535000', '184348.538000', '184348.541000', '184348.543000', '184348.546000', '184348.548000', '184348.551000', '184348.554000', '184348.556000', '184348.559000', '184408.447000', '184408.449000', '184408.452000', '184408.455000', '184408.457000', '184408.460000', '184408.462000', '184408.465000', '184408.468000', '184408.470000', '184408.473000', '184408.476000', '184408.478000', '184408.481000', '184408.483000', '184408.486000', '184408.489000', '184408.491000', '184408.494000', '184408.496000', '184408.499000', '184408.502000', '184408.504000', '184408.507000', '184408.509000', '184408.512000', '184408.515000', '184408.517000', '184408.520000', '184408.522000', '184408.525000', '184408.528000', '184408.530000', '184408.533000', '184408.535000', '184408.538000', '184408.540000', '184408.543000', '184408.546000', '184408.548000', '184408.551000', '184408.554000', '184408.556000', '184428.445000', '184428.448000', '184428.451000', '184428.454000', '184428.456000', '184428.459000', '184428.461000', '184428.464000', '184428.467000', '184428.469000', '184428.472000', '184428.474000', '184428.477000', '184428.480000', '184428.482000', '184428.485000', '184428.487000', '184428.490000', '184428.493000', '184428.495000', '184428.498000', '184428.500000', '184428.503000', '184428.506000', '184428.508000', '184428.511000', '184428.513000', '184428.516000', '184428.518000', '184428.521000', '184428.524000', '184428.526000', '184428.529000', '184428.531000', '184428.534000', '184428.537000', '184428.539000', '184428.542000', '184428.544000', '184428.547000', '184428.549000', '184428.552000', '184428.555000', '184428.557000', '184448.447000', '184448.450000', '184448.452000', '184448.455000', '184448.457000', '184448.460000', '184448.463000', '184448.465000', '184448.468000', '184448.471000', '184448.473000', '184448.476000', '184448.479000', '184448.481000', '184448.484000', '184448.487000', '184448.489000', '184448.492000', '184448.494000', '184448.497000', '184448.500000', '184448.502000', '184448.505000', '184448.529000', '184448.532000', '184448.535000', '184448.537000', '184448.540000', '184448.542000', '184448.545000', '184448.548000', '184448.550000', '184448.553000', '184448.556000', '184448.558000', '184448.561000', '184448.564000', '184448.566000', '184448.569000', '184448.571000', '184448.574000', '184448.577000', '184448.579000', '184508.447000', '184508.449000', '184508.452000', '184508.454000', '184508.457000', '184508.460000', '184508.462000', '184508.465000', '184508.468000', '184508.470000', '184508.473000', '184508.476000', '184508.478000', '184508.481000', '184508.484000', '184508.486000', '184508.489000', '184508.491000', '184508.494000', '184508.496000', '184508.499000', '184508.502000', '184508.504000', '184508.507000', '184508.509000', '184508.512000', '184508.515000', '184508.517000', '184508.520000', '184508.522000', '184508.525000', '184508.528000', '184508.530000', '184508.533000', '184508.535000', '184508.538000', '184508.541000', '184508.543000', '184508.546000', '184508.548000', '184508.551000', '184508.554000', '184508.556000', '184508.559000', '184528.446000', '184528.449000', '184528.452000', '184528.455000', '184528.457000', '184528.460000', '184528.463000', '184528.465000', '184528.468000', '184528.471000', '184528.473000', '184528.476000', '184528.479000', '184528.481000', '184528.484000', '184528.487000', '184528.489000', '184528.492000', '184528.494000', '184528.497000', '184528.500000', '184528.502000', '184528.505000', '184528.508000', '184528.510000', '184528.513000', '184528.515000', '184528.518000', '184528.521000', '184528.523000', '184528.526000', '184528.529000', '184528.531000', '184528.534000', '184528.536000', '184528.539000', '184528.542000', '184528.544000', '184528.547000', '184528.550000', '184528.552000', '184528.555000', '184528.557000', '184548.447000', '184548.450000', '184548.452000', '184548.455000', '184548.458000', '184548.460000', '184548.463000', '184548.465000', '184548.468000', '184548.471000', '184548.473000', '184548.476000', '184548.479000', '184548.481000', '184548.484000', '184548.487000', '184548.489000', '184548.492000', '184548.494000', '184548.497000', '184548.499000', '184548.502000', '184548.505000', '184548.507000', '184548.510000', '184548.512000', '184548.515000', '184548.518000', '184548.520000', '184548.523000', '184548.525000', '184548.528000', '184548.531000', '184548.533000', '184548.536000', '184548.538000', '184548.541000', '184548.544000', '184548.546000', '184548.549000', '184548.551000', '184548.554000', '184548.557000', '184548.559000', '184608.447000', '184608.450000', '184608.452000', '184608.455000', '184608.458000', '184608.490000', '184608.493000', '184608.496000', '184608.498000', '184608.501000', '184608.504000', '184608.506000', '184608.509000', '184608.511000', '184608.514000', '184608.517000', '184608.519000', '184608.522000', '184608.525000', '184608.527000', '184608.530000', '184608.533000', '184608.535000', '184608.538000', '184608.540000', '184608.543000', '184608.546000', '184608.548000', '184608.551000', '184608.554000', '184608.556000', '184608.559000', '184608.561000', '184608.564000', '184608.567000', '184608.569000', '184608.572000', '184608.575000', '184608.579000', '184608.582000', '184608.584000', '184608.587000', '184608.590000', '184628.447000', '184628.449000', '184628.452000', '184628.455000', '184628.457000', '184628.460000', '184628.464000', '184628.466000', '184628.469000', '184628.472000', '184628.474000', '184628.477000', '184628.480000', '184628.482000', '184628.485000', '184628.488000', '184628.490000', '184628.493000', '184628.496000', '184628.498000', '184628.501000', '184628.503000', '184628.506000', '184628.509000', '184628.511000', '184628.514000', '184628.517000', '184628.519000', '184628.522000', '184628.525000', '184628.527000', '184628.530000', '184628.533000', '184628.535000', '184628.538000', '184628.541000', '184628.543000', '184628.546000', '184628.548000', '184628.551000', '184628.554000', '184628.556000', '184628.559000', '184628.561000', '184648.446000', '184648.449000', '184648.451000', '184648.454000', '184648.457000', '184648.459000', '184648.462000', '184648.465000', '184648.467000', '184648.470000', '184648.472000', '184648.475000', '184648.478000', '184648.480000', '184648.483000', '184648.486000', '184648.488000', '184648.491000', '184648.493000', '184648.496000', '184648.499000', '184648.501000', '184648.504000', '184648.506000', '184648.509000', '184648.512000', '184648.514000', '184648.517000', '184648.520000', '184648.523000', '184648.525000', '184648.528000', '184648.531000', '184648.533000', '184648.536000', '184648.538000', '184648.541000', '184648.544000', '184648.546000', '184648.549000', '184648.552000', '184648.554000', '184648.557000', '184708.446000', '184708.449000', '184708.452000', '184708.456000', '184708.459000', '184708.461000', '184708.464000', '184708.467000', '184708.470000', '184708.472000', '184708.475000', '184708.477000', '184708.480000', '184708.483000', '184708.485000', '184708.488000', '184708.490000', '184708.493000', '184708.496000', '184708.498000', '184708.501000', '184708.503000', '184708.506000', '184708.509000', '184708.511000', '184708.514000', '184708.516000', '184708.519000', '184708.522000', '184708.524000', '184708.527000', '184708.529000', '184708.532000', '184708.535000', '184708.537000', '184708.540000', '184708.543000', '184708.545000', '184708.548000', '184708.550000', '184708.553000', '184708.556000', '184708.558000', '184728.447000', '184728.450000', '184728.452000', '184728.455000', '184728.458000', '184728.460000', '184728.463000', '184728.465000', '184728.468000', '184728.471000', '184728.473000', '184728.476000', '184728.478000', '184728.481000', '184728.484000', '184728.486000', '184728.489000', '184728.491000', '184728.494000', '184728.497000', '184728.499000', '184728.502000', '184728.505000', '184728.507000', '184728.510000', '184728.513000', '184728.515000', '184728.518000', '184728.520000', '184728.523000', '184728.526000', '184728.528000', '184728.531000', '184728.534000', '184728.536000', '184728.539000', '184728.541000', '184728.544000', '184728.547000', '184728.549000', '184728.552000', '184728.554000', '184728.557000', '184728.560000', '184748.447000', '184748.449000', '184748.452000', '184748.455000', '184748.457000', '184748.460000', '184748.462000', '184748.465000', '184748.468000', '184748.471000', '184748.474000', '184748.477000', '184748.480000', '184748.483000', '184748.485000', '184748.488000', '184748.490000', '184748.493000', '184748.496000', '184748.498000', '184748.502000', '184748.505000', '184748.507000', '184748.510000', '184748.513000', '184748.515000', '184748.518000', '184748.520000', '184748.523000', '184748.525000', '184748.528000', '184748.531000', '184748.534000', '184748.536000', '184748.539000', '184748.541000', '184748.544000', '184748.546000', '184748.549000', '184748.552000', '184748.554000', '184748.557000', '184748.560000', '184808.447000', '184808.449000', '184808.452000', '184808.455000', '184808.457000', '184808.460000', '184808.463000', '184808.465000', '184808.468000', '184808.472000', '184808.474000', '184808.477000', '184808.479000', '184808.482000', '184808.485000', '184808.487000', '184808.490000', '184808.493000', '184808.495000', '184808.498000', '184808.500000', '184808.503000', '184808.506000', '184808.508000', '184808.511000', '184808.514000', '184808.516000', '184808.519000', '184808.521000', '184808.524000', '184808.527000', '184808.529000', '184808.532000', '184808.535000', '184808.537000', '184808.540000', '184808.542000', '184808.545000', '184808.548000', '184808.550000', '184808.553000', '184808.556000', '184808.558000', '184808.561000', '184828.447000', '184828.449000', '184828.452000', '184828.455000', '184828.457000', '184828.460000', '184828.462000', '184828.465000', '184828.468000', '184828.470000', '184828.473000', '184828.476000', '184828.479000', '184828.481000', '184828.484000', '184828.487000', '184828.490000', '184828.493000', '184828.495000', '184828.498000', '184828.500000', '184828.503000', '184828.505000', '184828.508000', '184828.511000', '184828.513000', '184828.516000', '184828.519000', '184828.527000', '184828.530000', '184828.532000', '184828.535000', '184828.537000', '184828.540000', '184828.543000', '184828.545000', '184828.548000', '184828.551000', '184828.553000', '184828.556000', '184828.559000', '184828.561000', '184828.564000', '184848.447000', '184848.450000', '184848.452000', '184848.455000', '184848.457000', '184848.460000', '184848.463000', '184848.465000', '184848.468000', '184848.471000', '184848.473000', '184848.476000', '184848.478000', '184848.481000', '184848.484000', '184848.486000', '184848.489000', '184848.491000', '184848.494000', '184848.497000', '184848.499000', '184848.502000', '184848.504000', '184848.507000', '184848.510000', '184848.512000', '184848.515000', '184848.517000', '184848.520000', '184848.523000', '184848.525000', '184848.528000', '184848.530000', '184848.533000', '184848.536000', '184848.538000', '184848.541000', '184848.543000', '184848.546000', '184848.549000', '184848.551000', '184848.554000', '184848.556000', '184848.559000', '184908.446000', '184908.448000', '184908.451000', '184908.454000', '184908.456000', '184908.459000', '184908.461000', '184908.464000', '184908.467000', '184908.469000', '184908.472000', '184908.474000', '184908.477000', '184908.480000', '184908.482000', '184908.485000', '184908.488000', '184908.490000', '184908.493000', '184908.495000', '184908.498000', '184908.500000', '184908.503000', '184908.506000', '184908.509000', '184908.512000', '184908.515000', '184908.518000', '184908.521000', '184908.523000', '184908.526000', '184908.528000', '184908.531000', '184908.534000', '184908.536000', '184908.539000', '184908.543000', '184908.546000', '184908.548000', '184908.551000', '184908.554000', '184908.556000', '184908.559000', '184910.335000', '184910.338000', '184910.341000', '184910.344000', '184910.347000'], 'InstanceCreationTime': ['183648.477000', '183648.480000', '183648.483000', '183648.485000', '183648.488000', '183648.517000', '183648.527000', '183648.529000', '183648.532000', '183648.535000', '183648.537000', '183648.540000', '183648.542000', '183648.545000', '183648.548000', '183648.550000', '183648.553000', '183648.555000', '183648.558000', '183648.561000', '183648.563000', '183648.567000', '183648.570000', '183648.572000', '183648.575000', '183648.578000', '183648.580000', '183708.446000', '183708.449000', '183708.452000', '183708.454000', '183708.457000', '183708.459000', '183708.462000', '183708.484000', '183708.486000', '183708.489000', '183708.492000', '183708.494000', '183708.497000', '183708.499000', '183708.502000', '183708.505000', '183708.507000', '183708.510000', '183708.512000', '183708.515000', '183708.517000', '183708.520000', '183708.523000', '183708.525000', '183708.528000', '183708.530000', '183708.533000', '183708.535000', '183708.540000', '183708.543000', '183708.545000', '183708.548000', '183708.550000', '183708.553000', '183708.555000', '183708.558000', '183708.561000', '183708.563000', '183708.566000', '183708.568000', '183708.571000', '183708.573000', '183708.576000', '183728.445000', '183728.448000', '183728.451000', '183728.453000', '183728.456000', '183728.459000', '183728.461000', '183728.464000', '183728.466000', '183728.469000', '183728.471000', '183728.474000', '183728.477000', '183728.504000', '183728.507000', '183728.510000', '183728.512000', '183728.515000', '183728.517000', '183728.520000', '183728.523000', '183728.525000', '183728.528000', '183728.530000', '183728.533000', '183728.535000', '183728.538000', '183728.541000', '183728.548000', '183728.550000', '183728.553000', '183728.555000', '183728.558000', '183728.560000', '183728.563000', '183728.566000', '183728.568000', '183728.571000', '183728.573000', '183728.576000', '183728.579000', '183728.581000', '183728.584000', '183728.586000', '183748.446000', '183748.449000', '183748.452000', '183748.454000', '183748.457000', '183748.459000', '183748.462000', '183748.465000', '183748.467000', '183748.470000', '183748.472000', '183748.475000', '183748.478000', '183748.480000', '183748.483000', '183748.485000', '183748.488000', '183748.491000', '183748.493000', '183748.496000', '183748.499000', '183748.501000', '183748.504000', '183748.506000', '183748.509000', '183748.511000', '183748.514000', '183748.516000', '183748.519000', '183748.522000', '183748.524000', '183748.527000', '183748.529000', '183748.532000', '183748.534000', '183748.537000', '183748.540000', '183748.542000', '183748.545000', '183748.547000', '183748.550000', '183748.553000', '183748.555000', '183808.447000', '183808.449000', '183808.452000', '183808.454000', '183808.457000', '183808.460000', '183808.462000', '183808.465000', '183808.467000', '183808.470000', '183808.473000', '183808.475000', '183808.478000', '183808.481000', '183808.483000', '183808.486000', '183808.488000', '183808.491000', '183808.494000', '183808.496000', '183808.499000', '183808.501000', '183808.504000', '183808.507000', '183808.509000', '183808.512000', '183808.514000', '183808.517000', '183808.520000', '183808.522000', '183808.525000', '183808.528000', '183808.530000', '183808.533000', '183808.536000', '183808.538000', '183808.541000', '183808.543000', '183808.546000', '183808.549000', '183808.551000', '183808.554000', '183808.556000', '183808.559000', '183828.447000', '183828.449000', '183828.452000', '183828.455000', '183828.457000', '183828.460000', '183828.462000', '183828.465000', '183828.467000', '183828.470000', '183828.473000', '183828.475000', '183828.478000', '183828.480000', '183828.483000', '183828.486000', '183828.488000', '183828.491000', '183828.493000', '183828.496000', '183828.498000', '183828.501000', '183828.504000', '183828.506000', '183828.509000', '183828.511000', '183828.514000', '183828.517000', '183828.519000', '183828.522000', '183828.524000', '183828.527000', '183828.530000', '183828.532000', '183828.535000', '183828.537000', '183828.540000', '183828.543000', '183828.545000', '183828.548000', '183828.550000', '183828.553000', '183828.556000', '183848.447000', '183848.449000', '183848.452000', '183848.455000', '183848.457000', '183848.460000', '183848.462000', '183848.467000', '183848.470000', '183848.473000', '183848.475000', '183848.478000', '183848.480000', '183848.483000', '183848.486000', '183848.488000', '183848.491000', '183848.494000', '183848.496000', '183848.499000', '183848.501000', '183848.504000', '183848.507000', '183848.509000', '183848.512000', '183848.514000', '183848.517000', '183848.520000', '183848.523000', '183848.525000', '183848.528000', '183848.530000', '183848.533000', '183848.536000', '183848.538000', '183848.541000', '183848.543000', '183848.546000', '183848.549000', '183848.551000', '183848.554000', '183848.556000', '183848.559000', '183848.562000', '183908.446000', '183908.449000', '183908.452000', '183908.454000', '183908.457000', '183908.460000', '183908.462000', '183908.465000', '183908.467000', '183908.479000', '183908.482000', '183908.484000', '183908.487000', '183908.490000', '183908.492000', '183908.495000', '183908.497000', '183908.500000', '183908.503000', '183908.505000', '183908.508000', '183908.510000', '183908.513000', '183908.516000', '183908.518000', '183908.521000', '183908.523000', '183908.526000', '183908.528000', '183908.531000', '183908.534000', '183908.536000', '183908.539000', '183908.542000', '183908.545000', '183908.547000', '183908.550000', '183908.552000', '183908.555000', '183908.558000', '183908.560000', '183908.563000', '183908.565000', '183928.447000', '183928.450000', '183928.452000', '183928.455000', '183928.458000', '183928.460000', '183928.463000', '183928.466000', '183928.468000', '183928.471000', '183928.474000', '183928.476000', '183928.479000', '183928.482000', '183928.484000', '183928.487000', '183928.489000', '183928.492000', '183928.495000', '183928.497000', '183928.500000', '183928.502000', '183928.505000', '183928.507000', '183928.510000', '183928.513000', '183928.515000', '183928.518000', '183928.520000', '183928.523000', '183928.526000', '183928.528000', '183928.531000', '183928.534000', '183928.536000', '183928.539000', '183928.541000', '183928.544000', '183928.546000', '183928.549000', '183928.552000', '183928.554000', '183928.557000', '183948.445000', '183948.448000', '183948.451000', '183948.453000', '183948.456000', '183948.459000', '183948.461000', '183948.464000', '183948.467000', '183948.469000', '183948.472000', '183948.474000', '183948.477000', '183948.479000', '183948.482000', '183948.485000', '183948.487000', '183948.490000', '183948.492000', '183948.495000', '183948.497000', '183948.500000', '183948.503000', '183948.505000', '183948.508000', '183948.511000', '183948.513000', '183948.516000', '183948.518000', '183948.521000', '183948.524000', '183948.526000', '183948.529000', '183948.531000', '183948.534000', '183948.536000', '183948.539000', '183948.542000', '183948.544000', '183948.547000', '183948.550000', '183948.552000', '183948.555000', '183948.557000', '184008.447000', '184008.449000', '184008.452000', '184008.455000', '184008.458000', '184008.461000', '184008.463000', '184008.466000', '184008.469000', '184008.471000', '184008.474000', '184008.476000', '184008.479000', '184008.482000', '184008.484000', '184008.487000', '184008.489000', '184008.492000', '184008.494000', '184008.497000', '184008.500000', '184008.502000', '184008.506000', '184008.509000', '184008.511000', '184008.514000', '184008.517000', '184008.519000', '184008.522000', '184008.524000', '184008.527000', '184008.530000', '184008.532000', '184008.535000', '184008.538000', '184008.540000', '184008.543000', '184008.545000', '184008.548000', '184008.551000', '184008.553000', '184008.556000', '184008.559000', '184028.447000', '184028.449000', '184028.452000', '184028.455000', '184028.457000', '184028.460000', '184028.462000', '184028.465000', '184028.468000', '184028.470000', '184028.473000', '184028.475000', '184028.478000', '184028.481000', '184028.483000', '184028.486000', '184028.488000', '184028.491000', '184028.494000', '184028.496000', '184028.499000', '184028.502000', '184028.504000', '184028.507000', '184028.509000', '184028.512000', '184028.514000', '184028.517000', '184028.520000', '184028.522000', '184028.525000', '184028.527000', '184028.530000', '184028.533000', '184028.535000', '184028.538000', '184028.540000', '184028.543000', '184028.546000', '184028.548000', '184028.551000', '184028.553000', '184028.556000', '184028.559000', '184048.446000', '184048.449000', '184048.452000', '184048.455000', '184048.457000', '184048.464000', '184048.467000', '184048.470000', '184048.472000', '184048.475000', '184048.478000', '184048.480000', '184048.483000', '184048.486000', '184048.489000', '184048.491000', '184048.494000', '184048.496000', '184048.499000', '184048.502000', '184048.504000', '184048.507000', '184048.509000', '184048.512000', '184048.515000', '184048.517000', '184048.520000', '184048.523000', '184048.525000', '184048.528000', '184048.530000', '184048.533000', '184048.536000', '184048.538000', '184048.541000', '184048.543000', '184048.546000', '184048.548000', '184048.551000', '184048.554000', '184048.556000', '184048.559000', '184048.561000', '184108.447000', '184108.449000', '184108.452000', '184108.455000', '184108.457000', '184108.460000', '184108.463000', '184108.465000', '184108.468000', '184108.470000', '184108.473000', '184108.476000', '184108.478000', '184108.481000', '184108.484000', '184108.486000', '184108.489000', '184108.491000', '184108.494000', '184108.497000', '184108.499000', '184108.502000', '184108.504000', '184108.507000', '184108.510000', '184108.512000', '184108.515000', '184108.518000', '184108.520000', '184108.523000', '184108.526000', '184108.528000', '184108.531000', '184108.534000', '184108.536000', '184108.539000', '184108.541000', '184108.544000', '184108.547000', '184108.549000', '184108.552000', '184108.555000', '184108.557000', '184108.560000', '184128.446000', '184128.449000', '184128.452000', '184128.455000', '184128.457000', '184128.460000', '184128.463000', '184128.465000', '184128.468000', '184128.471000', '184128.473000', '184128.476000', '184128.478000', '184128.481000', '184128.484000', '184128.487000', '184128.491000', '184128.493000', '184128.496000', '184128.499000', '184128.502000', '184128.504000', '184128.507000', '184128.509000', '184128.512000', '184128.515000', '184128.517000', '184128.520000', '184128.523000', '184128.525000', '184128.528000', '184128.531000', '184128.533000', '184128.536000', '184128.539000', '184128.541000', '184128.545000', '184128.548000', '184128.551000', '184128.553000', '184128.556000', '184128.559000', '184128.561000', '184148.446000', '184148.449000', '184148.452000', '184148.455000', '184148.457000', '184148.460000', '184148.462000', '184148.465000', '184148.468000', '184148.470000', '184148.473000', '184148.475000', '184148.478000', '184148.481000', '184148.483000', '184148.486000', '184148.488000', '184148.491000', '184148.493000', '184148.496000', '184148.499000', '184148.501000', '184148.504000', '184148.506000', '184148.509000', '184148.511000', '184148.514000', '184148.517000', '184148.519000', '184148.522000', '184148.524000', '184148.527000', '184148.530000', '184148.532000', '184148.535000', '184148.537000', '184148.540000', '184148.543000', '184148.545000', '184148.548000', '184148.550000', '184148.553000', '184148.556000', '184148.558000', '184208.445000', '184208.448000', '184208.451000', '184208.454000', '184208.456000', '184208.459000', '184208.462000', '184208.464000', '184208.467000', '184208.470000', '184208.472000', '184208.475000', '184208.478000', '184208.480000', '184208.483000', '184208.510000', '184208.513000', '184208.515000', '184208.518000', '184208.521000', '184208.523000', '184208.526000', '184208.528000', '184208.531000', '184208.534000', '184208.536000', '184208.539000', '184208.541000', '184208.544000', '184208.546000', '184208.549000', '184208.552000', '184208.554000', '184208.557000', '184208.560000', '184208.562000', '184208.565000', '184208.567000', '184208.570000', '184208.572000', '184208.575000', '184208.578000', '184208.580000', '184228.447000', '184228.450000', '184228.452000', '184228.455000', '184228.458000', '184228.462000', '184228.465000', '184228.468000', '184228.470000', '184228.473000', '184228.475000', '184228.478000', '184228.481000', '184228.483000', '184228.486000', '184228.489000', '184228.491000', '184228.494000', '184228.497000', '184228.499000', '184228.502000', '184228.504000', '184228.507000', '184228.510000', '184228.512000', '184228.515000', '184228.517000', '184228.520000', '184228.523000', '184228.525000', '184228.528000', '184228.531000', '184228.533000', '184228.536000', '184228.538000', '184228.541000', '184228.544000', '184228.546000', '184228.549000', '184228.551000', '184228.554000', '184228.557000', '184228.559000', '184228.562000', '184248.446000', '184248.449000', '184248.452000', '184248.455000', '184248.457000', '184248.460000', '184248.463000', '184248.465000', '184248.468000', '184248.471000', '184248.473000', '184248.476000', '184248.478000', '184248.481000', '184248.484000', '184248.486000', '184248.489000', '184248.492000', '184248.494000', '184248.497000', '184248.499000', '184248.502000', '184248.505000', '184248.507000', '184248.510000', '184248.512000', '184248.515000', '184248.518000', '184248.522000', '184248.525000', '184248.527000', '184248.530000', '184248.533000', '184248.535000', '184248.538000', '184248.541000', '184248.543000', '184248.546000', '184248.548000', '184248.551000', '184248.554000', '184248.556000', '184248.559000', '184308.447000', '184308.450000', '184308.452000', '184308.455000', '184308.457000', '184308.460000', '184308.463000', '184308.465000', '184308.468000', '184308.470000', '184308.473000', '184308.476000', '184308.478000', '184308.481000', '184308.484000', '184308.495000', '184308.497000', '184308.500000', '184308.503000', '184308.505000', '184308.508000', '184308.510000', '184308.513000', '184308.515000', '184308.518000', '184308.521000', '184308.523000', '184308.526000', '184308.529000', '184308.531000', '184308.534000', '184308.536000', '184308.539000', '184308.542000', '184308.544000', '184308.547000', '184308.549000', '184308.552000', '184308.555000', '184308.557000', '184308.560000', '184308.563000', '184308.565000', '184308.568000', '184328.447000', '184328.449000', '184328.452000', '184328.455000', '184328.457000', '184328.460000', '184328.462000', '184328.465000', '184328.468000', '184328.470000', '184328.473000', '184328.475000', '184328.522000', '184328.524000', '184328.527000', '184328.530000', '184328.532000', '184328.535000', '184328.538000', '184328.541000', '184328.544000', '184328.547000', '184328.550000', '184328.553000', '184328.555000', '184328.558000', '184328.561000', '184328.563000', '184328.566000', '184328.568000', '184328.571000', '184328.574000', '184328.576000', '184328.579000', '184328.581000', '184328.584000', '184328.587000', '184328.589000', '184328.592000', '184328.594000', '184328.597000', '184328.600000', '184328.602000', '184348.447000', '184348.449000', '184348.452000', '184348.455000', '184348.457000', '184348.460000', '184348.462000', '184348.465000', '184348.468000', '184348.471000', '184348.473000', '184348.476000', '184348.478000', '184348.481000', '184348.484000', '184348.486000', '184348.489000', '184348.491000', '184348.494000', '184348.497000', '184348.499000', '184348.502000', '184348.504000', '184348.507000', '184348.509000', '184348.512000', '184348.515000', '184348.517000', '184348.520000', '184348.522000', '184348.525000', '184348.528000', '184348.530000', '184348.533000', '184348.535000', '184348.538000', '184348.541000', '184348.543000', '184348.546000', '184348.548000', '184348.551000', '184348.554000', '184348.556000', '184348.559000', '184408.447000', '184408.449000', '184408.452000', '184408.455000', '184408.457000', '184408.460000', '184408.462000', '184408.465000', '184408.468000', '184408.470000', '184408.473000', '184408.476000', '184408.478000', '184408.481000', '184408.483000', '184408.486000', '184408.489000', '184408.491000', '184408.494000', '184408.496000', '184408.499000', '184408.502000', '184408.504000', '184408.507000', '184408.509000', '184408.512000', '184408.515000', '184408.517000', '184408.520000', '184408.522000', '184408.525000', '184408.528000', '184408.530000', '184408.533000', '184408.535000', '184408.538000', '184408.540000', '184408.543000', '184408.546000', '184408.548000', '184408.551000', '184408.554000', '184408.556000', '184428.445000', '184428.448000', '184428.451000', '184428.454000', '184428.456000', '184428.459000', '184428.461000', '184428.464000', '184428.467000', '184428.469000', '184428.472000', '184428.474000', '184428.477000', '184428.480000', '184428.482000', '184428.485000', '184428.487000', '184428.490000', '184428.493000', '184428.495000', '184428.498000', '184428.500000', '184428.503000', '184428.506000', '184428.508000', '184428.511000', '184428.513000', '184428.516000', '184428.518000', '184428.521000', '184428.524000', '184428.526000', '184428.529000', '184428.531000', '184428.534000', '184428.537000', '184428.539000', '184428.542000', '184428.544000', '184428.547000', '184428.549000', '184428.552000', '184428.555000', '184428.557000', '184448.447000', '184448.450000', '184448.452000', '184448.455000', '184448.457000', '184448.460000', '184448.463000', '184448.465000', '184448.468000', '184448.471000', '184448.473000', '184448.476000', '184448.479000', '184448.481000', '184448.484000', '184448.487000', '184448.489000', '184448.492000', '184448.494000', '184448.497000', '184448.500000', '184448.502000', '184448.505000', '184448.529000', '184448.532000', '184448.535000', '184448.537000', '184448.540000', '184448.542000', '184448.545000', '184448.548000', '184448.550000', '184448.553000', '184448.556000', '184448.558000', '184448.561000', '184448.564000', '184448.566000', '184448.569000', '184448.571000', '184448.574000', '184448.577000', '184448.579000', '184508.447000', '184508.449000', '184508.452000', '184508.454000', '184508.457000', '184508.460000', '184508.462000', '184508.465000', '184508.468000', '184508.470000', '184508.473000', '184508.476000', '184508.478000', '184508.481000', '184508.484000', '184508.486000', '184508.489000', '184508.491000', '184508.494000', '184508.496000', '184508.499000', '184508.502000', '184508.504000', '184508.507000', '184508.509000', '184508.512000', '184508.515000', '184508.517000', '184508.520000', '184508.522000', '184508.525000', '184508.528000', '184508.530000', '184508.533000', '184508.535000', '184508.538000', '184508.541000', '184508.543000', '184508.546000', '184508.548000', '184508.551000', '184508.554000', '184508.556000', '184508.559000', '184528.446000', '184528.449000', '184528.452000', '184528.455000', '184528.457000', '184528.460000', '184528.463000', '184528.465000', '184528.468000', '184528.471000', '184528.473000', '184528.476000', '184528.479000', '184528.481000', '184528.484000', '184528.487000', '184528.489000', '184528.492000', '184528.494000', '184528.497000', '184528.500000', '184528.502000', '184528.505000', '184528.508000', '184528.510000', '184528.513000', '184528.515000', '184528.518000', '184528.521000', '184528.523000', '184528.526000', '184528.529000', '184528.531000', '184528.534000', '184528.536000', '184528.539000', '184528.542000', '184528.544000', '184528.547000', '184528.550000', '184528.552000', '184528.555000', '184528.557000', '184548.447000', '184548.450000', '184548.452000', '184548.455000', '184548.458000', '184548.460000', '184548.463000', '184548.465000', '184548.468000', '184548.471000', '184548.473000', '184548.476000', '184548.479000', '184548.481000', '184548.484000', '184548.487000', '184548.489000', '184548.492000', '184548.494000', '184548.497000', '184548.499000', '184548.502000', '184548.505000', '184548.507000', '184548.510000', '184548.512000', '184548.515000', '184548.518000', '184548.520000', '184548.523000', '184548.525000', '184548.528000', '184548.531000', '184548.533000', '184548.536000', '184548.538000', '184548.541000', '184548.544000', '184548.546000', '184548.549000', '184548.551000', '184548.554000', '184548.557000', '184548.559000', '184608.447000', '184608.450000', '184608.452000', '184608.455000', '184608.458000', '184608.490000', '184608.493000', '184608.496000', '184608.498000', '184608.501000', '184608.504000', '184608.506000', '184608.509000', '184608.511000', '184608.514000', '184608.517000', '184608.519000', '184608.522000', '184608.525000', '184608.527000', '184608.530000', '184608.533000', '184608.535000', '184608.538000', '184608.540000', '184608.543000', '184608.546000', '184608.548000', '184608.551000', '184608.554000', '184608.556000', '184608.559000', '184608.561000', '184608.564000', '184608.567000', '184608.569000', '184608.572000', '184608.575000', '184608.579000', '184608.582000', '184608.584000', '184608.587000', '184608.590000', '184628.447000', '184628.449000', '184628.452000', '184628.455000', '184628.457000', '184628.460000', '184628.464000', '184628.466000', '184628.469000', '184628.472000', '184628.474000', '184628.477000', '184628.480000', '184628.482000', '184628.485000', '184628.488000', '184628.490000', '184628.493000', '184628.496000', '184628.498000', '184628.501000', '184628.503000', '184628.506000', '184628.509000', '184628.511000', '184628.514000', '184628.517000', '184628.519000', '184628.522000', '184628.525000', '184628.527000', '184628.530000', '184628.533000', '184628.535000', '184628.538000', '184628.541000', '184628.543000', '184628.546000', '184628.548000', '184628.551000', '184628.554000', '184628.556000', '184628.559000', '184628.561000', '184648.446000', '184648.449000', '184648.451000', '184648.454000', '184648.457000', '184648.459000', '184648.462000', '184648.465000', '184648.467000', '184648.470000', '184648.472000', '184648.475000', '184648.478000', '184648.480000', '184648.483000', '184648.486000', '184648.488000', '184648.491000', '184648.493000', '184648.496000', '184648.499000', '184648.501000', '184648.504000', '184648.506000', '184648.509000', '184648.512000', '184648.514000', '184648.517000', '184648.520000', '184648.523000', '184648.525000', '184648.528000', '184648.531000', '184648.533000', '184648.536000', '184648.538000', '184648.541000', '184648.544000', '184648.546000', '184648.549000', '184648.552000', '184648.554000', '184648.557000', '184708.446000', '184708.449000', '184708.452000', '184708.456000', '184708.459000', '184708.461000', '184708.464000', '184708.467000', '184708.470000', '184708.472000', '184708.475000', '184708.477000', '184708.480000', '184708.483000', '184708.485000', '184708.488000', '184708.490000', '184708.493000', '184708.496000', '184708.498000', '184708.501000', '184708.503000', '184708.506000', '184708.509000', '184708.511000', '184708.514000', '184708.516000', '184708.519000', '184708.522000', '184708.524000', '184708.527000', '184708.529000', '184708.532000', '184708.535000', '184708.537000', '184708.540000', '184708.543000', '184708.545000', '184708.548000', '184708.550000', '184708.553000', '184708.556000', '184708.558000', '184728.447000', '184728.450000', '184728.452000', '184728.455000', '184728.458000', '184728.460000', '184728.463000', '184728.465000', '184728.468000', '184728.471000', '184728.473000', '184728.476000', '184728.478000', '184728.481000', '184728.484000', '184728.486000', '184728.489000', '184728.491000', '184728.494000', '184728.497000', '184728.499000', '184728.502000', '184728.505000', '184728.507000', '184728.510000', '184728.513000', '184728.515000', '184728.518000', '184728.520000', '184728.523000', '184728.526000', '184728.528000', '184728.531000', '184728.534000', '184728.536000', '184728.539000', '184728.541000', '184728.544000', '184728.547000', '184728.549000', '184728.552000', '184728.554000', '184728.557000', '184728.560000', '184748.447000', '184748.449000', '184748.452000', '184748.455000', '184748.457000', '184748.460000', '184748.462000', '184748.465000', '184748.468000', '184748.471000', '184748.474000', '184748.477000', '184748.480000', '184748.483000', '184748.485000', '184748.488000', '184748.490000', '184748.493000', '184748.496000', '184748.498000', '184748.502000', '184748.505000', '184748.507000', '184748.510000', '184748.513000', '184748.515000', '184748.518000', '184748.520000', '184748.523000', '184748.525000', '184748.528000', '184748.531000', '184748.534000', '184748.536000', '184748.539000', '184748.541000', '184748.544000', '184748.546000', '184748.549000', '184748.552000', '184748.554000', '184748.557000', '184748.560000', '184808.447000', '184808.449000', '184808.452000', '184808.455000', '184808.457000', '184808.460000', '184808.463000', '184808.465000', '184808.468000', '184808.472000', '184808.474000', '184808.477000', '184808.479000', '184808.482000', '184808.485000', '184808.487000', '184808.490000', '184808.493000', '184808.495000', '184808.498000', '184808.500000', '184808.503000', '184808.506000', '184808.508000', '184808.511000', '184808.514000', '184808.516000', '184808.519000', '184808.521000', '184808.524000', '184808.527000', '184808.529000', '184808.532000', '184808.535000', '184808.537000', '184808.540000', '184808.542000', '184808.545000', '184808.548000', '184808.550000', '184808.553000', '184808.556000', '184808.558000', '184808.561000', '184828.447000', '184828.449000', '184828.452000', '184828.455000', '184828.457000', '184828.460000', '184828.462000', '184828.465000', '184828.468000', '184828.470000', '184828.473000', '184828.476000', '184828.479000', '184828.481000', '184828.484000', '184828.487000', '184828.490000', '184828.493000', '184828.495000', '184828.498000', '184828.500000', '184828.503000', '184828.505000', '184828.508000', '184828.511000', '184828.513000', '184828.516000', '184828.519000', '184828.527000', '184828.530000', '184828.532000', '184828.535000', '184828.537000', '184828.540000', '184828.543000', '184828.545000', '184828.548000', '184828.551000', '184828.553000', '184828.556000', '184828.559000', '184828.561000', '184828.564000', '184848.447000', '184848.450000', '184848.452000', '184848.455000', '184848.457000', '184848.460000', '184848.463000', '184848.465000', '184848.468000', '184848.471000', '184848.473000', '184848.476000', '184848.478000', '184848.481000', '184848.484000', '184848.486000', '184848.489000', '184848.491000', '184848.494000', '184848.497000', '184848.499000', '184848.502000', '184848.504000', '184848.507000', '184848.510000', '184848.512000', '184848.515000', '184848.517000', '184848.520000', '184848.523000', '184848.525000', '184848.528000', '184848.530000', '184848.533000', '184848.536000', '184848.538000', '184848.541000', '184848.543000', '184848.546000', '184848.549000', '184848.551000', '184848.554000', '184848.556000', '184848.559000', '184908.446000', '184908.448000', '184908.451000', '184908.454000', '184908.456000', '184908.459000', '184908.461000', '184908.464000', '184908.467000', '184908.469000', '184908.472000', '184908.474000', '184908.477000', '184908.480000', '184908.482000', '184908.485000', '184908.488000', '184908.490000', '184908.493000', '184908.495000', '184908.498000', '184908.500000', '184908.503000', '184908.506000', '184908.509000', '184908.512000', '184908.515000', '184908.518000', '184908.521000', '184908.523000', '184908.526000', '184908.528000', '184908.531000', '184908.534000', '184908.536000', '184908.539000', '184908.543000', '184908.546000', '184908.548000', '184908.551000', '184908.554000', '184908.556000', '184908.559000', '184910.335000', '184910.338000', '184910.341000', '184910.344000', '184910.347000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 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': [19735, 15181, 14776, 14609, 14342, 11730, 9589, 14345, 11826, 10036, 8158, 12977, 12550, 10647, 7571, 12615, 11678, 8715, 15542, 12525, 9692, 12556, 10112, 14936, 12602, 10285, 11380, 9154, 14097, 11143, 12334, 10752, 8167, 13729, 10633, 11849, 10504, 7760, 13642, 10665, 14059, 10943, 7899, 13645, 10636, 14601, 11094, 8167, 13673, 11261, 12542, 11753, 9001, 13442, 11126, 9409, 12572, 9585, 12565, 11814, 8461, 14309, 11860, 11188, 11534, 11556, 10106, 14270, 12316, 10518, 13214, 11123, 11045, 12818, 9646, 12408, 10838, 12271, 11409, 8138, 12747, 10824, 10580, 11910, 9041, 12949, 10971, 8633, 12973, 11144, 9073, 12214, 9770, 14798, 12237, 8543, 12524, 9889, 14762, 11845, 8504, 12298, 10111, 13813, 11393, 8067, 13193, 10785, 12161, 11433, 8428, 14176, 11593, 8721, 12546, 10224, 11566, 12234, 9518, 15043, 9340, 10669, 13089, 10941, 8393, 14213, 11084, 8274, 12962, 11027, 9832, 13167, 9091, 13032, 11041, 9381, 14081, 10209, 12390, 10983, 8297, 14772, 11382, 9422, 11797, 8640, 14157, 11370, 9650, 11920, 8533, 14070, 11000, 13346, 10847, 8114, 12856, 9834, 13690, 11225, 8187, 12903, 10552, 13362, 12104, 9257, 13242, 11103, 8653, 13510, 10381, 14013, 11537, 8217, 13466, 10453, 14059, 11291, 9908, 11869, 8749, 13461, 9063, 13396, 11330, 10999, 11669, 8008, 13331, 11261, 10197, 13824, 9616, 13861, 11345, 8530, 14347, 11001, 11792, 11677, 8908, 14725, 11712, 8787, 13476, 10988, 9497, 13958, 10991, 9100, 12546, 10728, 10600, 13887, 11040, 10360, 12366, 9889, 14002, 13265, 10074, 15546, 12101, 10366, 10321, 12585, 10329, 15375, 12446, 8416, 13149, 10986, 10997, 11739, 8528, 13313, 11250, 8952, 14325, 11407, 9961, 11781, 8936, 13885, 11564, 9267, 12332, 9928, 13086, 11203, 8984, 14226, 11036, 12533, 10944, 8395, 13657, 9930, 12946, 10737, 10475, 12288, 9243, 13348, 11364, 8405, 13765, 11372, 9396, 12075, 10258, 14365, 11604, 8467, 12889, 10168, 13977, 11489, 8675, 12254, 8843, 14104, 11405, 9358, 11867, 8626, 13397, 11150, 8867, 12247, 10102, 11209, 12495, 9062, 11742, 12505, 11261, 8168, 13121, 11204, 9162, 13011, 9431, 14452, 12032, 10635, 11730, 8871, 13957, 11442, 8702, 12950, 11527, 9718, 13931, 11146, 10386, 12058, 9545, 13839, 12630, 9037, 14599, 11518, 8647, 14641, 11369, 10598, 11792, 9167, 14759, 11884, 8568, 12483, 9881, 13549, 11624, 8807, 13115, 11064, 8831, 14572, 11455, 8591, 13465, 11115, 10838, 12259, 10016, 12283, 11308, 9140, 13674, 11324, 9496, 12336, 9298, 13460, 12103, 10294, 10864, 12685, 10987, 8300, 13760, 11607, 9618, 12997, 10907, 11682, 12060, 8805, 13995, 10228, 12346, 11177, 11313, 11800, 8345, 12025, 8924, 14219, 11337, 10713, 11295, 8345, 13762, 11282, 9428, 12647, 9446, 14766, 11739, 9565, 13217, 10286, 13230, 11362, 8939, 15144, 11979, 10991, 11927, 8913, 15377, 12013, 10400, 12118, 8848, 14799, 11504, 13247, 11322, 8315, 14173, 11275, 11770, 11597, 8472, 13851, 11014, 9130, 12809, 10200, 13218, 11332, 9008, 13262, 10393, 12338, 11413, 8648, 14125, 11028, 11776, 11922, 9092, 13933, 11092, 8540, 12810, 10622, 9281, 12727, 11312, 9037, 13971, 10714, 8645, 14129, 11426, 8628, 12903, 10643, 12182, 12006, 8850, 12921, 10896, 10308, 12894, 9915, 13013, 10939, 8463, 14060, 11526, 8904, 12949, 11377, 8552, 14375, 11539, 8414, 12825, 10018, 14158, 11405, 9426, 12484, 9609, 13791, 11055, 8976, 12369, 9994, 13349, 10946, 9020, 12631, 10547, 11838, 11808, 19500, 16278, 14776, 11155, 15339, 12839, 9445, 11994, 10533, 9174, 7748, 10387, 9546, 7962, 7430, 13298, 11245, 8629, 15111, 11939, 8751, 12174, 12626, 9909, 11128, 13324, 10471, 9290, 13630, 11417, 10783, 16469, 12152, 10122, 15088, 12078, 11983, 11726, 10399, 14260, 11205, 13997, 10523, 10200, 11442, 8741, 13966, 11174, 8548, 11661, 9355, 13416, 11494, 7709, 13656, 11670, 10763, 13131, 10088, 14324, 11559, 8561, 15202, 11780, 10359, 12526, 9662, 14973, 11765, 8677, 12473, 9841, 13863, 11123, 8584, 12967, 10766, 10641, 12101, 9713, 13730, 11164, 8349, 13731, 10960, 8369, 13378, 11664, 8368, 11984, 10067, 8275, 12638, 10690, 12221, 11417, 8851, 13408, 10952, 11275, 11441, 9284, 14188, 11382, 8201, 11755, 9072, 14195, 11099, 8246, 11931, 8572, 14270, 11220, 8686, 11635, 8311, 14181, 11299, 9254, 11636, 8632, 14327, 11539, 8277, 12686, 10404, 12695, 12146, 9074, 13743, 11181, 8785, 13736, 11109, 14351, 11356, 9346, 14084, 10949, 13018, 11648, 8490, 13437, 10884, 10258, 11708, 8298, 13824, 10840, 11449, 11486, 8167, 13874, 11063, 11531, 11420, 8408, 14099, 11124, 10205, 12143, 9177, 13648, 11213, 9320, 12850, 9723, 12751, 11080, 8572, 14789, 21680, 15047, 12659, 11752, 15764, 12079, 10862, 9308, 11380, 9914, 7640, 10508, 12799, 10618, 8241, 12945, 10703, 10814, 13830, 10161, 14432, 11221, 8211, 14763, 11356, 12197, 11632, 8503, 13698, 11438, 8651, 12817, 10802, 9007, 13520, 10902, 13202, 12211, 9777, 11851, 12988, 10056, 15640, 11749, 9051, 13806, 11014, 10106, 13344, 10255, 11033, 12100, 9767, 14514, 11779, 8298, 13250, 11020, 8773, 12910, 11113, 8438, 13588, 11167, 11127, 11977, 9055, 13616, 11187, 8571, 12559, 9858, 13870, 11477, 8537, 12586, 9742, 13699, 11381, 8603, 12534, 10948, 10234, 12973, 10512, 13780, 11684, 8488, 13842, 11696, 10438, 12398, 10584, 8266, 13638, 11570, 9615, 11011, 12554, 10354, 14906, 12563, 8604, 12693, 10158, 15024, 11702, 8940, 12368, 10745, 10526, 12827, 9375, 12017, 11169, 8572, 14023, 11202, 8052, 14047, 11529, 8421, 12209, 11448, 9493, 13640, 11669, 8251, 14206, 11269, 13066, 11048, 7977, 13670, 10705, 12929, 11053, 8049, 12577, 10353, 12788, 11209, 8167, 12869, 11069, 9246, 12538, 9858, 11189, 11829, 9233, 15824, 12056, 8194, 13687, 11222, 9075, 14102, 12128, 8437, 13663, 11233, 11147, 12975, 10402, 15637, 11440, 9731, 12514, 10189, 12512, 11179, 8909, 12653, 10583, 11281, 11778, 9233, 14063, 11682, 8324, 12316, 9884, 14415, 11980, 8959, 13126, 11147, 10550, 12918, 10102, 13558, 11305, 8420, 14036, 11242, 9528, 12224, 9091, 13662, 11454, 10447, 12087, 9201, 13489, 11059, 10778, 12874, 9502, 12553, 11182, 9048, 14433, 11987, 8033, 12804, 10911, 10437, 12175, 9280, 13080, 10973, 8633, 12801, 11418, 8264, 12137, 10545, 9409, 13206, 11371, 8047, 11634, 11991, 10370, 13459, 12515, 10042, 15872, 13385, 11063, 12407, 10359, 7925, 13270, 10987, 12484, 11364, 8049, 12990, 10887, 8817, 12833, 10810, 9051, 13128, 11327, 11702, 12611, 9918, 12102, 11939, 9522, 14828, 11564, 8595, 13008, 10880, 9028, 13513, 10706, 10217, 12213, 9565, 14677, 11686, 8372, 13023, 11452, 9965, 13017, 10118, 12026, 11024, 8781, 14621, 11665, 8165, 13525, 10618, 10752, 12320, 9646, 11933, 11537, 9421, 14290, 11311, 8350, 13335, 11132, 9533, 12403, 10505, 11053, 12945, 10285, 14927, 11757, 8656, 13833, 11418, 9728, 12792, 10371, 11516, 11617, 9153, 13273, 12240, 8640, 12483, 10891, 8351, 14278, 11681, 8751, 11640, 11710, 9020, 14467, 11889, 9438, 12701, 10623, 10804, 12404, 10167, 14789, 12171, 10107, 12902, 10524, 8373, 13509, 11270, 12511, 12101, 8426, 13151, 10972, 10395, 12357, 8702, 13144, 11181, 10079, 12651, 9588, 11397, 12131, 8906, 11115, 12053, 11372, 10501, 12651, 10896, 10276, 12566, 9812, 14373, 11858, 8000, 12284, 9548, 14595, 11952, 10541, 12469, 10930, 8111, 12247, 10415, 9844, 13518, 10691, 9324, 12700, 10330, 11329, 12953, 9523, 12814, 13423, 12555, 11808, 13846, 11958, 12300, 12345, 11374, 15899, 11665, 9963, 12257, 9682, 14205, 11922, 8828, 12468, 8886, 14085, 11594, 9087, 11729, 8586, 12913, 11236, 9974, 12695, 9385, 12361, 10103, 9483, 13235, 11302, 9056, 12338, 11758, 10247, 9123, 14683, 11566, 10485, 12768, 10698, 13279, 12329, 10294, 15980, 13012, 9460, 12914, 10889, 9981, 13228, 10677, 10290, 12413, 10622, 12906, 11627, 8499, 13353, 10987, 9586, 13802, 11184, 8652, 12838, 10827, 9991, 13952, 10953, 9898, 12842, 10292, 14147, 11828, 8696, 13100, 11105, 11393, 11749, 9692, 12228, 8650, 13283, 11207, 11113, 12063, 8414, 12578, 10796, 8423, 13412, 11492, 9072, 13473, 11992, 8096, 12706, 10687, 8838, 14984, 11930, 9089, 12888, 11164, 10441, 13304, 9786, 13233, 10805, 8563, 13888, 10931, 12316, 10665, 8359, 13767, 11289, 9165, 11817, 9375, 14252, 11151, 8801, 12737, 10650, 9603, 12783, 10451, 13048, 11487, 8662, 13157, 10850, 9027, 13214, 10940, 8413, 13096, 12216, 8622, 12532, 10766, 9641, 9863, 12310, 10940, 9528, 13815, 10388, 14853, 11213, 8376, 14083, 11477, 10499, 11991, 8920, 13759, 11347, 10028, 12415, 9652, 13482, 11104, 8657, 12765, 10688, 10571, 12404, 10050, 14524, 11480, 8604, 13383, 11398, 9239, 12789, 10868, 10400, 12297, 10415, 13850, 12011, 8855, 13167, 11375, 9018, 14622, 11521, 8258, 13214, 11303, 9139, 12942, 10736, 11002, 12780, 10144, 14528, 11715, 9182, 13400, 11411, 12610, 12317, 8915, 13596, 11253, 8669, 12928, 10492, 8765, 13287, 11382, 9456, 12634, 10294, 10537, 13670, 10995, 13466, 12188, 8952, 15056, 11845, 12610, 12657, 9238, 13373, 11273, 9662, 12490, 9624, 13274, 11195, 8881, 13184, 10688, 11238, 12238, 9555, 13961, 10919, 9804, 13452, 11110, 8734, 12733, 12802, 10441, 10856, 12919, 10127, 16267, 12701, 9051, 13198, 11144, 13074, 12569, 8854, 12993, 10912, 9431, 13420, 10459, 12959, 11002, 8582, 14443, 11840, 11214, 12143, 9240, 13164, 10870, 8954, 13391, 10917, 8641, 13491, 11236, 9594, 12642, 10056, 11977, 11956, 9640, 13978, 11485, 8465, 13886, 11361, 11588, 12175, 9899, 11896, 12264, 10554, 14124, 12427, 10133, 11335, 12369, 10059, 15031, 12495, 8528, 13273, 11081, 9896, 13213, 9822, 13285, 11427, 8985, 14144, 11869, 8394, 12614, 10398, 11727, 12632, 10086, 13237, 11077, 8717, 13835, 11481, 9012, 12968, 11202, 9106, 12978, 10948, 13108, 12213, 9235, 13531, 11104, 9292, 12963, 10963, 10282, 12520, 10166, 13213, 11113, 8519, 13294, 11202, 8900, 13020, 10981, 8647, 13405, 11422, 11020, 12570, 10502, 8270, 13912, 10720, 8889, 14640, 11861, 9012, 10961, 12381, 9925, 14699, 11902, 8728, 13068, 11112, 9448, 13793, 11157, 12326, 11252, 8334, 13563, 11402, 11973, 12667, 9255, 12786, 10670, 8169, 14251, 11787, 8801, 12358, 9773, 14201, 11634, 9125, 13247, 10931, 9628, 12794, 11097, 13394, 12172, 9247, 13773, 11405, 9069, 13796, 11085, 8678, 13632, 11117, 9512, 13071, 11081, 9778, 12600, 10620, 14465, 11450, 8589, 13669, 11201, 10437, 13009, 9193, 13525, 11385, 9073, 13530, 11296, 9003, 12773, 10178, 14522, 11914, 9332, 12978, 10980, 9612, 13152, 10551, 13160, 11353, 8517, 13156, 10768, 13694, 11362, 8496, 13106, 11062, 9127, 13250, 10621, 9853, 12276, 9679, 12976, 12986, 10537, 11581, 13480, 11394, 8386, 12684, 10894, 8877, 13532, 9840, 13435, 11017, 8803, 12721, 10510, 13625, 11401, 8235, 12908, 10690, 8895, 14295, 11624, 8740, 12998, 10954, 9325, 14509, 11766, 9420, 12964, 10400, 14564, 12174, 9863, 13338, 11335, 8855, 14307, 11969, 10351, 13165, 10424, 13621, 12026, 9139, 13624, 11459, 8765, 14274, 12138, 9257, 12973, 9951, 13901, 11379, 8537, 12843, 10364, 13462, 11429, 8859, 12310, 9908, 13768, 11351, 8759, 13293, 10989, 10168, 12948, 10411, 13355, 11659, 8718, 14160, 11797, 9172, 12995, 11066, 8479, 14430, 11659, 8856, 12921, 10516, 13129, 12449, 10163, 14836, 11889, 8981, 14593, 11884, 9137, 13189, 10897, 8387, 14002, 11829, 8680, 13142, 11115, 8854, 13685, 11572, 8396, 13176, 10808, 13197, 12250, 9615, 13676, 10829, 8376, 11807, 11269, 9106], 'WindowCenter': [4641.0, 4569.0, 4540.0, 4536.0, 4522.0, 4512.0, 4490.0, 4533.0, 4510.0, 4503.0, 4481.0, 4534.0, 4534.0, 4514.0, 4484.0, 4534.0, 4525.0, 4494.0, 4559.0, 4537.0, 4506.0, 4523.0, 4503.0, 4533.0, 4524.0, 4492.0, 4500.0, 4478.0, 4517.0, 4498.0, 4509.0, 4500.0, 4479.0, 4530.0, 4502.0, 4511.0, 4499.0, 4468.0, 4531.0, 4502.0, 4530.0, 4500.0, 4470.0, 4532.0, 4500.0, 4530.0, 4500.0, 4478.0, 4532.0, 4513.0, 4520.0, 4510.0, 4491.0, 4519.0, 4502.0, 4490.0, 4511.0, 4488.0, 4509.0, 4509.0, 4481.0, 4530.0, 4512.0, 4511.0, 4509.0, 4509.0, 4499.0, 4530.0, 4511.0, 4500.0, 4507.0, 4500.0, 4496.0, 4508.0, 4489.0, 4507.0, 4498.0, 4495.0, 4497.0, 4455.0, 4504.0, 4497.0, 4487.0, 4498.0, 4477.0, 4507.0, 4500.0, 4477.0, 4519.0, 4501.0, 4477.0, 4508.0, 4491.0, 4530.0, 4510.0, 4479.0, 4509.0, 4489.0, 4530.0, 4509.0, 4480.0, 4509.0, 4499.0, 4520.0, 4500.0, 4467.0, 4519.0, 4511.0, 4508.0, 4509.0, 4479.0, 4530.0, 4510.0, 4480.0, 4521.0, 4500.0, 4509.0, 4511.0, 4489.0, 4533.0, 4478.0, 4501.0, 4522.0, 4500.0, 4481.0, 4529.0, 4511.0, 4480.0, 4520.0, 4510.0, 4498.0, 4521.0, 4490.0, 4521.0, 4510.0, 4489.0, 4531.0, 4500.0, 4508.0, 4498.0, 4467.0, 4528.0, 4508.0, 4476.0, 4507.0, 4477.0, 4527.0, 4511.0, 4488.0, 4508.0, 4477.0, 4528.0, 4499.0, 4520.0, 4499.0, 4468.0, 4519.0, 4487.0, 4520.0, 4498.0, 4478.0, 4508.0, 4499.0, 4519.0, 4511.0, 4490.0, 4520.0, 4497.0, 4476.0, 4518.0, 4499.0, 4519.0, 4499.0, 4468.0, 4519.0, 4498.0, 4518.0, 4498.0, 4485.0, 4496.0, 4465.0, 4517.0, 4478.0, 4517.0, 4509.0, 4497.0, 4508.0, 4468.0, 4517.0, 4509.0, 4498.0, 4530.0, 4490.0, 4519.0, 4505.0, 4479.0, 4530.0, 4499.0, 4508.0, 4509.0, 4492.0, 4532.0, 4511.0, 4480.0, 4520.0, 4500.0, 4493.0, 4532.0, 4501.0, 4490.0, 4520.0, 4511.0, 4510.0, 4531.0, 4511.0, 4499.0, 4521.0, 4488.0, 4529.0, 4519.0, 4488.0, 4540.0, 4510.0, 4488.0, 4489.0, 4508.0, 4499.0, 4530.0, 4510.0, 4466.0, 4520.0, 4501.0, 4499.0, 4508.0, 4478.0, 4507.0, 4496.0, 4476.0, 4518.0, 4500.0, 4488.0, 4497.0, 4476.0, 4519.0, 4507.0, 4489.0, 4509.0, 4489.0, 4517.0, 4497.0, 4480.0, 4520.0, 4499.0, 4508.0, 4496.0, 4465.0, 4516.0, 4488.0, 4507.0, 4497.0, 4485.0, 4507.0, 4477.0, 4517.0, 4498.0, 4467.0, 4516.0, 4508.0, 4478.0, 4508.0, 4489.0, 4517.0, 4496.0, 4467.0, 4508.0, 4486.0, 4517.0, 4498.0, 4465.0, 4497.0, 4464.0, 4516.0, 4497.0, 4478.0, 4496.0, 4465.0, 4515.0, 4497.0, 4475.0, 4507.0, 4488.0, 4494.0, 4507.0, 4476.0, 4507.0, 4519.0, 4508.0, 4479.0, 4519.0, 4511.0, 4489.0, 4520.0, 4488.0, 4530.0, 4509.0, 4498.0, 4508.0, 4478.0, 4519.0, 4510.0, 4479.0, 4521.0, 4508.0, 4490.0, 4529.0, 4512.0, 4498.0, 4521.0, 4488.0, 4530.0, 4521.0, 4490.0, 4530.0, 4510.0, 4478.0, 4530.0, 4511.0, 4497.0, 4509.0, 4487.0, 4528.0, 4511.0, 4481.0, 4508.0, 4489.0, 4518.0, 4510.0, 4477.0, 4517.0, 4498.0, 4478.0, 4527.0, 4510.0, 4478.0, 4519.0, 4509.0, 4498.0, 4510.0, 4487.0, 4508.0, 4498.0, 4487.0, 4519.0, 4499.0, 4488.0, 4520.0, 4477.0, 4518.0, 4506.0, 4488.0, 4497.0, 4518.0, 4498.0, 4477.0, 4519.0, 4508.0, 4488.0, 4519.0, 4498.0, 4507.0, 4506.0, 4477.0, 4518.0, 4487.0, 4506.0, 4496.0, 4497.0, 4496.0, 4464.0, 4505.0, 4474.0, 4516.0, 4497.0, 4498.0, 4499.0, 4477.0, 4528.0, 4509.0, 4490.0, 4520.0, 4499.0, 4531.0, 4521.0, 4490.0, 4522.0, 4501.0, 4519.0, 4510.0, 4489.0, 4530.0, 4512.0, 4500.0, 4511.0, 4491.0, 4539.0, 4521.0, 4498.0, 4509.0, 4477.0, 4529.0, 4510.0, 4518.0, 4499.0, 4467.0, 4517.0, 4500.0, 4509.0, 4508.0, 4477.0, 4518.0, 4499.0, 4488.0, 4519.0, 4498.0, 4518.0, 4498.0, 4478.0, 4520.0, 4487.0, 4509.0, 4499.0, 4478.0, 4518.0, 4499.0, 4507.0, 4508.0, 4477.0, 4520.0, 4499.0, 4477.0, 4506.0, 4486.0, 4489.0, 4519.0, 4500.0, 4478.0, 4530.0, 4499.0, 4479.0, 4529.0, 4509.0, 4478.0, 4519.0, 4499.0, 4509.0, 4509.0, 4477.0, 4508.0, 4498.0, 4487.0, 4507.0, 4488.0, 4519.0, 4497.0, 4477.0, 4529.0, 4509.0, 4477.0, 4520.0, 4510.0, 4479.0, 4530.0, 4513.0, 4479.0, 4520.0, 4490.0, 4530.0, 4510.0, 4478.0, 4508.0, 4489.0, 4518.0, 4499.0, 4477.0, 4508.0, 4487.0, 4516.0, 4498.0, 4478.0, 4508.0, 4499.0, 4506.0, 4464.0, 4601.0, 4546.0, 4522.0, 4486.0, 4515.0, 4495.0, 4473.0, 4497.0, 4503.0, 4533.0, 4527.0, 4542.0, 4516.0, 4469.0, 4438.0, 4457.0, 4466.0, 4462.0, 4528.0, 4508.0, 4479.0, 4519.0, 4522.0, 4503.0, 4511.0, 4532.0, 4511.0, 4493.0, 4533.0, 4523.0, 4512.0, 4544.0, 4511.0, 4502.0, 4532.0, 4512.0, 4510.0, 4499.0, 4488.0, 4519.0, 4498.0, 4518.0, 4488.0, 4485.0, 4496.0, 4467.0, 4517.0, 4498.0, 4476.0, 4496.0, 4488.0, 4529.0, 4510.0, 4472.0, 4532.0, 4511.0, 4512.0, 4521.0, 4502.0, 4531.0, 4510.0, 4479.0, 4530.0, 4511.0, 4489.0, 4508.0, 4489.0, 4528.0, 4508.0, 4477.0, 4509.0, 4488.0, 4518.0, 4499.0, 4477.0, 4519.0, 4499.0, 4499.0, 4509.0, 4488.0, 4519.0, 4499.0, 4466.0, 4519.0, 4499.0, 4467.0, 4518.0, 4510.0, 4479.0, 4508.0, 4490.0, 4480.0, 4509.0, 4499.0, 4510.0, 4509.0, 4479.0, 4521.0, 4500.0, 4496.0, 4498.0, 4478.0, 4517.0, 4499.0, 4468.0, 4497.0, 4477.0, 4518.0, 4499.0, 4469.0, 4498.0, 4480.0, 4519.0, 4499.0, 4478.0, 4499.0, 4469.0, 4530.0, 4510.0, 4490.0, 4510.0, 4478.0, 4529.0, 4512.0, 4480.0, 4521.0, 4501.0, 4521.0, 4511.0, 4480.0, 4521.0, 4497.0, 4479.0, 4519.0, 4501.0, 4529.0, 4498.0, 4477.0, 4519.0, 4498.0, 4518.0, 4498.0, 4476.0, 4517.0, 4498.0, 4488.0, 4507.0, 4468.0, 4519.0, 4497.0, 4508.0, 4509.0, 4479.0, 4518.0, 4510.0, 4508.0, 4510.0, 4479.0, 4531.0, 4510.0, 4500.0, 4510.0, 4488.0, 4520.0, 4509.0, 4489.0, 4520.0, 4488.0, 4518.0, 4499.0, 4480.0, 4515.0, 4584.0, 4534.0, 4501.0, 4483.0, 4518.0, 4496.0, 4485.0, 4464.0, 4496.0, 4474.0, 4456.0, 4497.0, 4516.0, 4500.0, 4479.0, 4518.0, 4499.0, 4500.0, 4529.0, 4500.0, 4531.0, 4500.0, 4481.0, 4531.0, 4512.0, 4510.0, 4499.0, 4479.0, 4521.0, 4511.0, 4481.0, 4522.0, 4500.0, 4481.0, 4522.0, 4513.0, 4523.0, 4511.0, 4491.0, 4511.0, 4520.0, 4501.0, 4542.0, 4510.0, 4480.0, 4519.0, 4498.0, 4489.0, 4522.0, 4489.0, 4500.0, 4510.0, 4490.0, 4531.0, 4508.0, 4467.0, 4518.0, 4500.0, 4477.0, 4519.0, 4500.0, 4478.0, 4520.0, 4501.0, 4500.0, 4509.0, 4478.0, 4520.0, 4499.0, 4477.0, 4511.0, 4487.0, 4518.0, 4499.0, 4478.0, 4507.0, 4488.0, 4519.0, 4507.0, 4478.0, 4510.0, 4499.0, 4499.0, 4520.0, 4499.0, 4533.0, 4523.0, 4481.0, 4532.0, 4510.0, 4501.0, 4520.0, 4500.0, 4481.0, 4532.0, 4512.0, 4491.0, 4512.0, 4523.0, 4503.0, 4534.0, 4522.0, 4480.0, 4511.0, 4500.0, 4529.0, 4511.0, 4478.0, 4509.0, 4498.0, 4497.0, 4510.0, 4478.0, 4508.0, 4498.0, 4479.0, 4531.0, 4511.0, 4467.0, 4530.0, 4509.0, 4480.0, 4511.0, 4511.0, 4492.0, 4530.0, 4500.0, 4468.0, 4520.0, 4498.0, 4518.0, 4499.0, 4467.0, 4518.0, 4486.0, 4508.0, 4497.0, 4454.0, 4507.0, 4487.0, 4508.0, 4497.0, 4466.0, 4506.0, 4509.0, 4489.0, 4520.0, 4490.0, 4498.0, 4509.0, 4493.0, 4540.0, 4523.0, 4479.0, 4522.0, 4511.0, 4491.0, 4534.0, 4512.0, 4479.0, 4531.0, 4501.0, 4499.0, 4520.0, 4499.0, 4530.0, 4499.0, 4488.0, 4509.0, 4487.0, 4506.0, 4498.0, 4476.0, 4508.0, 4489.0, 4495.0, 4509.0, 4478.0, 4520.0, 4509.0, 4468.0, 4509.0, 4490.0, 4528.0, 4508.0, 4478.0, 4508.0, 4499.0, 4487.0, 4509.0, 4487.0, 4508.0, 4498.0, 4468.0, 4519.0, 4498.0, 4489.0, 4498.0, 4478.0, 4518.0, 4499.0, 4487.0, 4498.0, 4477.0, 4507.0, 4496.0, 4484.0, 4496.0, 4475.0, 4506.0, 4496.0, 4478.0, 4517.0, 4508.0, 4468.0, 4508.0, 4498.0, 4488.0, 4508.0, 4476.0, 4508.0, 4497.0, 4465.0, 4507.0, 4499.0, 4466.0, 4508.0, 4499.0, 4478.0, 4517.0, 4499.0, 4470.0, 4510.0, 4507.0, 4501.0, 4518.0, 4510.0, 4501.0, 4530.0, 4519.0, 4495.0, 4505.0, 4475.0, 4455.0, 4507.0, 4487.0, 4507.0, 4498.0, 4457.0, 4505.0, 4488.0, 4476.0, 4506.0, 4498.0, 4476.0, 4508.0, 4499.0, 4498.0, 4508.0, 4478.0, 4496.0, 4498.0, 4477.0, 4519.0, 4496.0, 4465.0, 4505.0, 4486.0, 4466.0, 4508.0, 4487.0, 4475.0, 4494.0, 4476.0, 4516.0, 4498.0, 4466.0, 4505.0, 4498.0, 4485.0, 4507.0, 4485.0, 4496.0, 4486.0, 4478.0, 4520.0, 4498.0, 4466.0, 4518.0, 4499.0, 4499.0, 4510.0, 4490.0, 4508.0, 4510.0, 4488.0, 4532.0, 4499.0, 4468.0, 4520.0, 4509.0, 4492.0, 4520.0, 4500.0, 4510.0, 4520.0, 4501.0, 4530.0, 4508.0, 4479.0, 4518.0, 4498.0, 4489.0, 4509.0, 4487.0, 4496.0, 4499.0, 4480.0, 4508.0, 4508.0, 4478.0, 4519.0, 4498.0, 4480.0, 4530.0, 4511.0, 4478.0, 4508.0, 4510.0, 4491.0, 4529.0, 4512.0, 4488.0, 4510.0, 4489.0, 4485.0, 4508.0, 4488.0, 4520.0, 4498.0, 4485.0, 4507.0, 4485.0, 4466.0, 4507.0, 4498.0, 4506.0, 4497.0, 4465.0, 4508.0, 4499.0, 4487.0, 4497.0, 4466.0, 4506.0, 4497.0, 4486.0, 4506.0, 4478.0, 4485.0, 4509.0, 4478.0, 4498.0, 4509.0, 4509.0, 4501.0, 4509.0, 4499.0, 4488.0, 4508.0, 4489.0, 4519.0, 4500.0, 4467.0, 4497.0, 4478.0, 4530.0, 4510.0, 4490.0, 4509.0, 4498.0, 4470.0, 4508.0, 4499.0, 4501.0, 4534.0, 4502.0, 4503.0, 4525.0, 4504.0, 4512.0, 4525.0, 4492.0, 4521.0, 4522.0, 4512.0, 4509.0, 4521.0, 4501.0, 4498.0, 4499.0, 4486.0, 4519.0, 4487.0, 4476.0, 4495.0, 4475.0, 4505.0, 4496.0, 4464.0, 4495.0, 4465.0, 4505.0, 4498.0, 4466.0, 4495.0, 4465.0, 4506.0, 4495.0, 4486.0, 4508.0, 4477.0, 4506.0, 4487.0, 4489.0, 4520.0, 4511.0, 4493.0, 4523.0, 4513.0, 4501.0, 4492.0, 4545.0, 4514.0, 4502.0, 4522.0, 4501.0, 4519.0, 4510.0, 4489.0, 4532.0, 4510.0, 4477.0, 4508.0, 4497.0, 4489.0, 4519.0, 4489.0, 4487.0, 4508.0, 4501.0, 4509.0, 4499.0, 4467.0, 4518.0, 4498.0, 4477.0, 4519.0, 4498.0, 4466.0, 4507.0, 4499.0, 4489.0, 4522.0, 4501.0, 4489.0, 4510.0, 4489.0, 4519.0, 4499.0, 4468.0, 4509.0, 4498.0, 4499.0, 4498.0, 4477.0, 4497.0, 4465.0, 4505.0, 4499.0, 4496.0, 4498.0, 4465.0, 4508.0, 4488.0, 4466.0, 4520.0, 4510.0, 4478.0, 4518.0, 4509.0, 4469.0, 4507.0, 4499.0, 4481.0, 4531.0, 4512.0, 4481.0, 4509.0, 4500.0, 4488.0, 4509.0, 4478.0, 4506.0, 4488.0, 4466.0, 4507.0, 4487.0, 4497.0, 4487.0, 4467.0, 4517.0, 4499.0, 4477.0, 4495.0, 4476.0, 4519.0, 4497.0, 4478.0, 4510.0, 4486.0, 4479.0, 4509.0, 4501.0, 4520.0, 4500.0, 4479.0, 4518.0, 4500.0, 4478.0, 4520.0, 4500.0, 4470.0, 4519.0, 4511.0, 4479.0, 4510.0, 4500.0, 4491.0, 4491.0, 4510.0, 4500.0, 4491.0, 4523.0, 4490.0, 4519.0, 4499.0, 4469.0, 4519.0, 4499.0, 4486.0, 4496.0, 4466.0, 4519.0, 4500.0, 4488.0, 4508.0, 4477.0, 4519.0, 4497.0, 4469.0, 4508.0, 4489.0, 4489.0, 4508.0, 4489.0, 4521.0, 4499.0, 4467.0, 4517.0, 4500.0, 4480.0, 4509.0, 4499.0, 4488.0, 4508.0, 4498.0, 4520.0, 4511.0, 4480.0, 4520.0, 4498.0, 4480.0, 4531.0, 4500.0, 4469.0, 4508.0, 4497.0, 4477.0, 4510.0, 4488.0, 4488.0, 4508.0, 4487.0, 4520.0, 4497.0, 4466.0, 4508.0, 4496.0, 4497.0, 4496.0, 4464.0, 4506.0, 4497.0, 4467.0, 4506.0, 4487.0, 4466.0, 4520.0, 4498.0, 4490.0, 4511.0, 4502.0, 4500.0, 4523.0, 4513.0, 4523.0, 4510.0, 4479.0, 4532.0, 4510.0, 4510.0, 4510.0, 4478.0, 4518.0, 4498.0, 4478.0, 4509.0, 4477.0, 4507.0, 4498.0, 4476.0, 4508.0, 4488.0, 4497.0, 4508.0, 4477.0, 4517.0, 4496.0, 4487.0, 4519.0, 4509.0, 4481.0, 4522.0, 4521.0, 4502.0, 4502.0, 4521.0, 4501.0, 4542.0, 4522.0, 4480.0, 4511.0, 4500.0, 4507.0, 4509.0, 4468.0, 4506.0, 4487.0, 4478.0, 4519.0, 4487.0, 4508.0, 4488.0, 4467.0, 4519.0, 4508.0, 4497.0, 4498.0, 4477.0, 4517.0, 4497.0, 4478.0, 4520.0, 4500.0, 4478.0, 4520.0, 4512.0, 4490.0, 4522.0, 4491.0, 4510.0, 4511.0, 4489.0, 4520.0, 4502.0, 4470.0, 4520.0, 4511.0, 4510.0, 4510.0, 4490.0, 4509.0, 4510.0, 4501.0, 4531.0, 4509.0, 4491.0, 4498.0, 4509.0, 4490.0, 4529.0, 4509.0, 4467.0, 4509.0, 4500.0, 4490.0, 4510.0, 4488.0, 4508.0, 4497.0, 4479.0, 4518.0, 4499.0, 4467.0, 4509.0, 4488.0, 4509.0, 4509.0, 4488.0, 4508.0, 4498.0, 4467.0, 4518.0, 4499.0, 4480.0, 4520.0, 4498.0, 4478.0, 4521.0, 4499.0, 4519.0, 4509.0, 4478.0, 4518.0, 4498.0, 4479.0, 4518.0, 4500.0, 4487.0, 4509.0, 4490.0, 4509.0, 4499.0, 4477.0, 4518.0, 4499.0, 4480.0, 4521.0, 4500.0, 4479.0, 4519.0, 4511.0, 4501.0, 4511.0, 4500.0, 4469.0, 4523.0, 4502.0, 4490.0, 4533.0, 4512.0, 4492.0, 4502.0, 4512.0, 4499.0, 4532.0, 4512.0, 4480.0, 4511.0, 4499.0, 4489.0, 4521.0, 4499.0, 4508.0, 4488.0, 4466.0, 4506.0, 4500.0, 4496.0, 4508.0, 4479.0, 4507.0, 4488.0, 4468.0, 4529.0, 4511.0, 4478.0, 4510.0, 4491.0, 4519.0, 4509.0, 4481.0, 4521.0, 4499.0, 4490.0, 4510.0, 4500.0, 4520.0, 4511.0, 4480.0, 4520.0, 4512.0, 4479.0, 4522.0, 4499.0, 4468.0, 4517.0, 4500.0, 4479.0, 4509.0, 4500.0, 4476.0, 4507.0, 4487.0, 4520.0, 4497.0, 4466.0, 4517.0, 4497.0, 4489.0, 4509.0, 4477.0, 4507.0, 4497.0, 4476.0, 4519.0, 4500.0, 4478.0, 4506.0, 4489.0, 4519.0, 4510.0, 4477.0, 4508.0, 4497.0, 4487.0, 4508.0, 4489.0, 4509.0, 4498.0, 4466.0, 4508.0, 4499.0, 4518.0, 4497.0, 4468.0, 4508.0, 4498.0, 4478.0, 4518.0, 4498.0, 4491.0, 4510.0, 4492.0, 4520.0, 4521.0, 4501.0, 4509.0, 4521.0, 4511.0, 4471.0, 4520.0, 4502.0, 4480.0, 4521.0, 4491.0, 4521.0, 4502.0, 4477.0, 4509.0, 4501.0, 4518.0, 4500.0, 4480.0, 4518.0, 4501.0, 4490.0, 4531.0, 4513.0, 4481.0, 4521.0, 4501.0, 4491.0, 4533.0, 4514.0, 4480.0, 4509.0, 4500.0, 4531.0, 4511.0, 4490.0, 4519.0, 4499.0, 4479.0, 4520.0, 4499.0, 4489.0, 4506.0, 4488.0, 4516.0, 4498.0, 4477.0, 4518.0, 4497.0, 4466.0, 4517.0, 4509.0, 4478.0, 4507.0, 4477.0, 4506.0, 4497.0, 4466.0, 4508.0, 4486.0, 4506.0, 4497.0, 4478.0, 4499.0, 4476.0, 4516.0, 4497.0, 4467.0, 4520.0, 4501.0, 4489.0, 4510.0, 4500.0, 4521.0, 4500.0, 4480.0, 4522.0, 4511.0, 4482.0, 4519.0, 4500.0, 4468.0, 4531.0, 4513.0, 4481.0, 4511.0, 4501.0, 4519.0, 4511.0, 4489.0, 4521.0, 4499.0, 4477.0, 4517.0, 4501.0, 4478.0, 4509.0, 4489.0, 4452.0, 4491.0, 4483.0, 4466.0, 4506.0, 4497.0, 4477.0, 4520.0, 4499.0, 4469.0, 4509.0, 4500.0, 4509.0, 4499.0, 4491.0, 4522.0, 4491.0, 4481.0, 4510.0, 4499.0, 4477.0], 'WindowWidth': [10165.0, 10035.0, 9974.0, 9958.0, 9933.0, 9917.0, 9883.0, 9948.0, 9913.0, 9908.0, 9878.0, 9955.0, 9954.0, 9926.0, 9885.0, 9953.0, 9941.0, 9900.0, 9994.0, 9959.0, 9915.0, 9935.0, 9907.0, 9951.0, 9935.0, 9888.0, 9898.0, 9864.0, 9920.0, 9895.0, 9909.0, 9898.0, 9871.0, 9941.0, 9904.0, 9914.0, 9895.0, 9855.0, 9941.0, 9905.0, 9940.0, 9898.0, 9859.0, 9943.0, 9900.0, 9943.0, 9899.0, 9868.0, 9943.0, 9921.0, 9928.0, 9914.0, 9889.0, 9925.0, 9904.0, 9888.0, 9914.0, 9881.0, 9908.0, 9911.0, 9873.0, 9942.0, 9917.0, 9915.0, 9911.0, 9909.0, 9896.0, 9940.0, 9916.0, 9897.0, 9907.0, 9896.0, 9889.0, 9907.0, 9882.0, 9904.0, 9891.0, 9886.0, 9888.0, 9830.0, 9897.0, 9890.0, 9878.0, 9893.0, 9864.0, 9906.0, 9897.0, 9866.0, 9924.0, 9899.0, 9865.0, 9908.0, 9887.0, 9941.0, 9911.0, 9870.0, 9909.0, 9885.0, 9941.0, 9908.0, 9871.0, 9909.0, 9897.0, 9927.0, 9898.0, 9851.0, 9924.0, 9917.0, 9910.0, 9911.0, 9869.0, 9940.0, 9915.0, 9874.0, 9929.0, 9899.0, 9910.0, 9915.0, 9886.0, 9950.0, 9865.0, 9903.0, 9932.0, 9901.0, 9876.0, 9941.0, 9916.0, 9874.0, 9927.0, 9915.0, 9896.0, 9929.0, 9887.0, 9928.0, 9915.0, 9884.0, 9944.0, 9899.0, 9910.0, 9892.0, 9852.0, 9936.0, 9908.0, 9864.0, 9905.0, 9864.0, 9935.0, 9915.0, 9883.0, 9908.0, 9865.0, 9935.0, 9898.0, 9926.0, 9897.0, 9854.0, 9924.0, 9880.0, 9926.0, 9894.0, 9867.0, 9907.0, 9899.0, 9926.0, 9917.0, 9886.0, 9928.0, 9894.0, 9864.0, 9921.0, 9898.0, 9926.0, 9896.0, 9853.0, 9922.0, 9894.0, 9923.0, 9894.0, 9874.0, 9888.0, 9846.0, 9919.0, 9866.0, 9918.0, 9911.0, 9892.0, 9907.0, 9856.0, 9921.0, 9912.0, 9896.0, 9941.0, 9887.0, 9925.0, 9904.0, 9872.0, 9942.0, 9899.0, 9911.0, 9910.0, 9890.0, 9945.0, 9916.0, 9871.0, 9927.0, 9901.0, 9893.0, 9947.0, 9903.0, 9887.0, 9927.0, 9918.0, 9916.0, 9946.0, 9918.0, 9900.0, 9931.0, 9881.0, 9938.0, 9924.0, 9884.0, 9954.0, 9913.0, 9882.0, 9882.0, 9907.0, 9896.0, 9942.0, 9910.0, 9849.0, 9925.0, 9901.0, 9895.0, 9906.0, 9867.0, 9904.0, 9890.0, 9864.0, 9922.0, 9898.0, 9881.0, 9889.0, 9861.0, 9923.0, 9907.0, 9884.0, 9912.0, 9882.0, 9922.0, 9893.0, 9871.0, 9931.0, 9897.0, 9906.0, 9887.0, 9846.0, 9917.0, 9879.0, 9905.0, 9890.0, 9875.0, 9905.0, 9864.0, 9920.0, 9892.0, 9850.0, 9916.0, 9909.0, 9867.0, 9906.0, 9881.0, 9920.0, 9891.0, 9852.0, 9907.0, 9875.0, 9918.0, 9892.0, 9844.0, 9888.0, 9844.0, 9914.0, 9890.0, 9864.0, 9886.0, 9845.0, 9914.0, 9892.0, 9860.0, 9904.0, 9879.0, 9884.0, 9905.0, 9863.0, 9907.0, 9924.0, 9908.0, 9870.0, 9925.0, 9916.0, 9885.0, 9927.0, 9881.0, 9940.0, 9912.0, 9894.0, 9907.0, 9866.0, 9924.0, 9912.0, 9869.0, 9928.0, 9910.0, 9886.0, 9938.0, 9918.0, 9896.0, 9927.0, 9883.0, 9941.0, 9930.0, 9887.0, 9942.0, 9912.0, 9869.0, 9940.0, 9915.0, 9891.0, 9908.0, 9879.0, 9936.0, 9916.0, 9873.0, 9907.0, 9882.0, 9922.0, 9913.0, 9867.0, 9922.0, 9894.0, 9868.0, 9935.0, 9915.0, 9868.0, 9925.0, 9912.0, 9896.0, 9913.0, 9880.0, 9908.0, 9895.0, 9880.0, 9926.0, 9897.0, 9884.0, 9926.0, 9861.0, 9921.0, 9902.0, 9881.0, 9893.0, 9923.0, 9895.0, 9867.0, 9926.0, 9911.0, 9881.0, 9925.0, 9894.0, 9906.0, 9904.0, 9864.0, 9922.0, 9877.0, 9900.0, 9888.0, 9891.0, 9887.0, 9844.0, 9898.0, 9857.0, 9915.0, 9892.0, 9893.0, 9894.0, 9865.0, 9936.0, 9913.0, 9887.0, 9927.0, 9899.0, 9945.0, 9931.0, 9887.0, 9932.0, 9902.0, 9926.0, 9913.0, 9884.0, 9942.0, 9918.0, 9898.0, 9913.0, 9889.0, 9954.0, 9931.0, 9896.0, 9909.0, 9865.0, 9937.0, 9912.0, 9922.0, 9895.0, 9851.0, 9921.0, 9898.0, 9911.0, 9907.0, 9866.0, 9923.0, 9899.0, 9883.0, 9924.0, 9893.0, 9922.0, 9896.0, 9867.0, 9926.0, 9880.0, 9910.0, 9896.0, 9868.0, 9923.0, 9896.0, 9905.0, 9907.0, 9865.0, 9928.0, 9895.0, 9866.0, 9902.0, 9876.0, 9882.0, 9923.0, 9900.0, 9870.0, 9942.0, 9898.0, 9871.0, 9940.0, 9912.0, 9868.0, 9923.0, 9896.0, 9910.0, 9911.0, 9866.0, 9908.0, 9893.0, 9878.0, 9904.0, 9879.0, 9923.0, 9891.0, 9866.0, 9937.0, 9913.0, 9867.0, 9928.0, 9912.0, 9872.0, 9943.0, 9923.0, 9871.0, 9927.0, 9886.0, 9941.0, 9914.0, 9867.0, 9908.0, 9882.0, 9923.0, 9897.0, 9866.0, 9907.0, 9878.0, 9919.0, 9894.0, 9865.0, 9908.0, 9895.0, 9904.0, 9829.0, 10096.0, 9976.0, 9933.0, 9869.0, 9909.0, 9881.0, 9853.0, 9892.0, 9907.0, 9971.0, 9968.0, 9978.0, 9932.0, 9853.0, 9795.0, 9799.0, 9828.0, 9833.0, 9934.0, 9906.0, 9868.0, 9926.0, 9933.0, 9911.0, 9917.0, 9948.0, 9918.0, 9894.0, 9951.0, 9937.0, 9919.0, 9970.0, 9917.0, 9903.0, 9948.0, 9919.0, 9913.0, 9895.0, 9880.0, 9924.0, 9895.0, 9920.0, 9879.0, 9872.0, 9887.0, 9849.0, 9919.0, 9892.0, 9861.0, 9889.0, 9882.0, 9939.0, 9917.0, 9864.0, 9946.0, 9919.0, 9920.0, 9932.0, 9904.0, 9944.0, 9913.0, 9871.0, 9943.0, 9917.0, 9884.0, 9909.0, 9883.0, 9938.0, 9908.0, 9866.0, 9909.0, 9882.0, 9922.0, 9897.0, 9865.0, 9925.0, 9898.0, 9895.0, 9909.0, 9882.0, 9926.0, 9895.0, 9848.0, 9923.0, 9897.0, 9849.0, 9920.0, 9913.0, 9870.0, 9910.0, 9887.0, 9871.0, 9912.0, 9896.0, 9911.0, 9911.0, 9869.0, 9929.0, 9899.0, 9891.0, 9894.0, 9866.0, 9920.0, 9896.0, 9852.0, 9890.0, 9866.0, 9922.0, 9896.0, 9856.0, 9893.0, 9871.0, 9923.0, 9899.0, 9868.0, 9894.0, 9855.0, 9940.0, 9914.0, 9886.0, 9911.0, 9869.0, 9940.0, 9919.0, 9874.0, 9929.0, 9902.0, 9931.0, 9916.0, 9873.0, 9929.0, 9893.0, 9869.0, 9924.0, 9902.0, 9938.0, 9893.0, 9864.0, 9924.0, 9895.0, 9922.0, 9893.0, 9862.0, 9918.0, 9896.0, 9880.0, 9904.0, 9853.0, 9922.0, 9895.0, 9910.0, 9910.0, 9870.0, 9924.0, 9915.0, 9910.0, 9913.0, 9870.0, 9943.0, 9916.0, 9899.0, 9912.0, 9882.0, 9926.0, 9911.0, 9884.0, 9927.0, 9882.0, 9922.0, 9897.0, 9873.0, 9919.0, 10060.0, 9956.0, 9899.0, 9860.0, 9920.0, 9885.0, 9868.0, 9840.0, 9885.0, 9856.0, 9834.0, 9892.0, 9918.0, 9899.0, 9870.0, 9921.0, 9897.0, 9899.0, 9940.0, 9900.0, 9942.0, 9898.0, 9876.0, 9943.0, 9917.0, 9912.0, 9896.0, 9868.0, 9928.0, 9916.0, 9875.0, 9933.0, 9900.0, 9876.0, 9933.0, 9921.0, 9934.0, 9916.0, 9888.0, 9915.0, 9928.0, 9902.0, 9960.0, 9913.0, 9872.0, 9927.0, 9897.0, 9883.0, 9932.0, 9885.0, 9899.0, 9912.0, 9885.0, 9945.0, 9907.0, 9851.0, 9921.0, 9900.0, 9866.0, 9925.0, 9898.0, 9869.0, 9926.0, 9901.0, 9900.0, 9909.0, 9866.0, 9925.0, 9897.0, 9865.0, 9911.0, 9877.0, 9920.0, 9897.0, 9866.0, 9906.0, 9880.0, 9923.0, 9907.0, 9867.0, 9911.0, 9896.0, 9896.0, 9927.0, 9899.0, 9948.0, 9934.0, 9875.0, 9947.0, 9911.0, 9902.0, 9926.0, 9900.0, 9876.0, 9946.0, 9919.0, 9890.0, 9916.0, 9934.0, 9907.0, 9951.0, 9932.0, 9872.0, 9913.0, 9900.0, 9940.0, 9915.0, 9866.0, 9908.0, 9892.0, 9892.0, 9911.0, 9867.0, 9907.0, 9892.0, 9868.0, 9944.0, 9916.0, 9849.0, 9941.0, 9911.0, 9872.0, 9916.0, 9914.0, 9889.0, 9943.0, 9898.0, 9853.0, 9926.0, 9895.0, 9922.0, 9895.0, 9850.0, 9919.0, 9875.0, 9906.0, 9888.0, 9829.0, 9903.0, 9878.0, 9908.0, 9890.0, 9849.0, 9904.0, 9911.0, 9883.0, 9925.0, 9886.0, 9895.0, 9911.0, 9893.0, 9957.0, 9934.0, 9872.0, 9932.0, 9917.0, 9888.0, 9951.0, 9918.0, 9870.0, 9942.0, 9902.0, 9897.0, 9926.0, 9897.0, 9942.0, 9896.0, 9879.0, 9908.0, 9877.0, 9903.0, 9892.0, 9861.0, 9907.0, 9881.0, 9888.0, 9908.0, 9867.0, 9927.0, 9909.0, 9854.0, 9908.0, 9886.0, 9937.0, 9910.0, 9867.0, 9907.0, 9895.0, 9878.0, 9909.0, 9878.0, 9908.0, 9892.0, 9851.0, 9921.0, 9894.0, 9881.0, 9894.0, 9865.0, 9921.0, 9895.0, 9876.0, 9891.0, 9861.0, 9902.0, 9888.0, 9869.0, 9887.0, 9856.0, 9901.0, 9887.0, 9865.0, 9920.0, 9907.0, 9850.0, 9905.0, 9893.0, 9879.0, 9906.0, 9861.0, 9906.0, 9890.0, 9846.0, 9905.0, 9895.0, 9850.0, 9906.0, 9895.0, 9867.0, 9920.0, 9897.0, 9859.0, 9913.0, 9907.0, 9900.0, 9924.0, 9914.0, 9903.0, 9946.0, 9926.0, 9886.0, 9899.0, 9857.0, 9830.0, 9902.0, 9876.0, 9905.0, 9889.0, 9835.0, 9899.0, 9878.0, 9861.0, 9903.0, 9891.0, 9860.0, 9905.0, 9895.0, 9892.0, 9904.0, 9863.0, 9887.0, 9891.0, 9863.0, 9922.0, 9885.0, 9842.0, 9898.0, 9873.0, 9846.0, 9904.0, 9873.0, 9856.0, 9881.0, 9860.0, 9915.0, 9891.0, 9845.0, 9898.0, 9891.0, 9873.0, 9903.0, 9872.0, 9887.0, 9874.0, 9864.0, 9925.0, 9893.0, 9848.0, 9920.0, 9898.0, 9896.0, 9912.0, 9884.0, 9908.0, 9911.0, 9880.0, 9946.0, 9898.0, 9853.0, 9926.0, 9912.0, 9888.0, 9925.0, 9899.0, 9913.0, 9926.0, 9901.0, 9941.0, 9907.0, 9868.0, 9922.0, 9895.0, 9883.0, 9909.0, 9877.0, 9888.0, 9894.0, 9870.0, 9906.0, 9906.0, 9868.0, 9925.0, 9895.0, 9872.0, 9941.0, 9915.0, 9868.0, 9909.0, 9912.0, 9888.0, 9940.0, 9917.0, 9882.0, 9911.0, 9882.0, 9873.0, 9904.0, 9878.0, 9928.0, 9895.0, 9872.0, 9902.0, 9870.0, 9846.0, 9904.0, 9891.0, 9902.0, 9888.0, 9845.0, 9905.0, 9894.0, 9874.0, 9889.0, 9846.0, 9898.0, 9888.0, 9874.0, 9901.0, 9863.0, 9867.0, 9906.0, 9865.0, 9894.0, 9909.0, 9910.0, 9898.0, 9910.0, 9893.0, 9880.0, 9907.0, 9881.0, 9924.0, 9895.0, 9848.0, 9887.0, 9867.0, 9937.0, 9913.0, 9883.0, 9908.0, 9892.0, 9856.0, 9907.0, 9898.0, 9901.0, 9949.0, 9905.0, 9909.0, 9937.0, 9909.0, 9919.0, 9939.0, 9892.0, 9930.0, 9933.0, 9919.0, 9908.0, 9931.0, 9898.0, 9892.0, 9893.0, 9871.0, 9925.0, 9874.0, 9856.0, 9880.0, 9856.0, 9898.0, 9885.0, 9838.0, 9880.0, 9843.0, 9898.0, 9889.0, 9844.0, 9881.0, 9842.0, 9899.0, 9885.0, 9873.0, 9905.0, 9863.0, 9901.0, 9875.0, 9883.0, 9929.0, 9915.0, 9893.0, 9936.0, 9919.0, 9902.0, 9892.0, 9965.0, 9924.0, 9905.0, 9932.0, 9902.0, 9924.0, 9912.0, 9882.0, 9949.0, 9912.0, 9863.0, 9906.0, 9892.0, 9881.0, 9924.0, 9880.0, 9876.0, 9907.0, 9899.0, 9910.0, 9895.0, 9849.0, 9919.0, 9893.0, 9863.0, 9924.0, 9893.0, 9848.0, 9904.0, 9896.0, 9882.0, 9931.0, 9899.0, 9879.0, 9910.0, 9882.0, 9924.0, 9895.0, 9853.0, 9909.0, 9892.0, 9894.0, 9891.0, 9860.0, 9888.0, 9844.0, 9898.0, 9893.0, 9887.0, 9890.0, 9845.0, 9905.0, 9878.0, 9846.0, 9925.0, 9912.0, 9866.0, 9924.0, 9910.0, 9854.0, 9906.0, 9895.0, 9873.0, 9943.0, 9916.0, 9871.0, 9907.0, 9896.0, 9879.0, 9907.0, 9862.0, 9899.0, 9876.0, 9846.0, 9903.0, 9876.0, 9889.0, 9873.0, 9847.0, 9915.0, 9894.0, 9862.0, 9885.0, 9861.0, 9922.0, 9890.0, 9865.0, 9909.0, 9875.0, 9867.0, 9908.0, 9899.0, 9925.0, 9896.0, 9868.0, 9921.0, 9898.0, 9868.0, 9928.0, 9899.0, 9855.0, 9921.0, 9914.0, 9869.0, 9913.0, 9899.0, 9888.0, 9886.0, 9910.0, 9899.0, 9888.0, 9932.0, 9884.0, 9923.0, 9892.0, 9854.0, 9922.0, 9893.0, 9872.0, 9886.0, 9845.0, 9919.0, 9895.0, 9876.0, 9904.0, 9860.0, 9921.0, 9890.0, 9854.0, 9907.0, 9880.0, 9880.0, 9906.0, 9881.0, 9929.0, 9895.0, 9849.0, 9917.0, 9897.0, 9870.0, 9910.0, 9894.0, 9879.0, 9906.0, 9894.0, 9926.0, 9913.0, 9870.0, 9924.0, 9895.0, 9871.0, 9943.0, 9899.0, 9854.0, 9907.0, 9891.0, 9864.0, 9912.0, 9879.0, 9878.0, 9907.0, 9877.0, 9926.0, 9889.0, 9845.0, 9904.0, 9887.0, 9888.0, 9885.0, 9841.0, 9900.0, 9889.0, 9846.0, 9900.0, 9876.0, 9846.0, 9922.0, 9894.0, 9885.0, 9914.0, 9903.0, 9901.0, 9933.0, 9918.0, 9934.0, 9911.0, 9870.0, 9944.0, 9912.0, 9912.0, 9910.0, 9865.0, 9918.0, 9893.0, 9865.0, 9907.0, 9862.0, 9904.0, 9891.0, 9860.0, 9905.0, 9877.0, 9889.0, 9905.0, 9863.0, 9919.0, 9886.0, 9876.0, 9925.0, 9909.0, 9875.0, 9931.0, 9930.0, 9904.0, 9903.0, 9927.0, 9901.0, 9961.0, 9931.0, 9869.0, 9911.0, 9896.0, 9905.0, 9908.0, 9849.0, 9900.0, 9875.0, 9864.0, 9922.0, 9876.0, 9906.0, 9877.0, 9850.0, 9922.0, 9906.0, 9889.0, 9891.0, 9863.0, 9919.0, 9893.0, 9866.0, 9926.0, 9897.0, 9867.0, 9926.0, 9919.0, 9886.0, 9930.0, 9887.0, 9913.0, 9915.0, 9884.0, 9929.0, 9901.0, 9857.0, 9926.0, 9913.0, 9912.0, 9911.0, 9885.0, 9909.0, 9913.0, 9901.0, 9945.0, 9911.0, 9887.0, 9893.0, 9907.0, 9884.0, 9941.0, 9908.0, 9849.0, 9908.0, 9898.0, 9882.0, 9910.0, 9876.0, 9904.0, 9888.0, 9865.0, 9919.0, 9894.0, 9849.0, 9906.0, 9877.0, 9909.0, 9909.0, 9879.0, 9908.0, 9892.0, 9850.0, 9922.0, 9896.0, 9869.0, 9923.0, 9892.0, 9866.0, 9926.0, 9895.0, 9923.0, 9906.0, 9866.0, 9921.0, 9894.0, 9867.0, 9921.0, 9896.0, 9878.0, 9910.0, 9883.0, 9909.0, 9893.0, 9862.0, 9921.0, 9896.0, 9870.0, 9927.0, 9898.0, 9871.0, 9926.0, 9915.0, 9901.0, 9914.0, 9899.0, 9853.0, 9933.0, 9904.0, 9887.0, 9952.0, 9919.0, 9891.0, 9903.0, 9916.0, 9898.0, 9946.0, 9917.0, 9871.0, 9913.0, 9894.0, 9882.0, 9926.0, 9894.0, 9906.0, 9876.0, 9844.0, 9901.0, 9896.0, 9890.0, 9907.0, 9867.0, 9904.0, 9877.0, 9853.0, 9935.0, 9914.0, 9868.0, 9911.0, 9885.0, 9924.0, 9911.0, 9873.0, 9927.0, 9896.0, 9883.0, 9911.0, 9898.0, 9926.0, 9913.0, 9871.0, 9925.0, 9915.0, 9868.0, 9931.0, 9894.0, 9852.0, 9919.0, 9896.0, 9866.0, 9910.0, 9895.0, 9861.0, 9903.0, 9877.0, 9926.0, 9890.0, 9847.0, 9916.0, 9889.0, 9881.0, 9907.0, 9861.0, 9904.0, 9890.0, 9860.0, 9922.0, 9896.0, 9866.0, 9901.0, 9882.0, 9925.0, 9910.0, 9863.0, 9906.0, 9890.0, 9879.0, 9907.0, 9882.0, 9910.0, 9892.0, 9848.0, 9905.0, 9894.0, 9923.0, 9890.0, 9849.0, 9906.0, 9893.0, 9865.0, 9920.0, 9893.0, 9887.0, 9912.0, 9891.0, 9924.0, 9925.0, 9899.0, 9909.0, 9928.0, 9915.0, 9859.0, 9925.0, 9902.0, 9870.0, 9927.0, 9886.0, 9928.0, 9899.0, 9864.0, 9908.0, 9899.0, 9923.0, 9895.0, 9871.0, 9922.0, 9900.0, 9886.0, 9944.0, 9920.0, 9874.0, 9928.0, 9901.0, 9888.0, 9948.0, 9920.0, 9871.0, 9908.0, 9898.0, 9942.0, 9913.0, 9883.0, 9924.0, 9892.0, 9866.0, 9926.0, 9895.0, 9878.0, 9899.0, 9876.0, 9916.0, 9893.0, 9862.0, 9919.0, 9888.0, 9847.0, 9918.0, 9908.0, 9864.0, 9901.0, 9862.0, 9902.0, 9888.0, 9844.0, 9902.0, 9871.0, 9901.0, 9888.0, 9863.0, 9890.0, 9858.0, 9914.0, 9891.0, 9850.0, 9922.0, 9897.0, 9881.0, 9911.0, 9898.0, 9929.0, 9898.0, 9871.0, 9929.0, 9914.0, 9873.0, 9923.0, 9897.0, 9853.0, 9940.0, 9917.0, 9872.0, 9913.0, 9900.0, 9924.0, 9912.0, 9881.0, 9929.0, 9892.0, 9862.0, 9919.0, 9898.0, 9865.0, 9907.0, 9879.0, 9820.0, 9868.0, 9864.0, 9844.0, 9899.0, 9889.0, 9864.0, 9926.0, 9897.0, 9854.0, 9908.0, 9897.0, 9907.0, 9893.0, 9884.0, 9928.0, 9883.0, 9874.0, 9910.0, 9896.0, 9864.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.0015152412950519244</td></tr>
<tr><td colspan=3>aqi</td><td>0.019360647648136834</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.37302696909536</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2535735286002465</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0172249803422961</td></tr>
<tr><td colspan=3>efc</td><td>0.5102</td></tr>
<tr><td colspan=3>fber</td><td>5309.6333</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10013967825391049</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0543677458766036</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2481175894276935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1016711317104373</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.498111304076749</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.144570332495895</td></tr>
<tr><td colspan=3>gcor</td><td>0.00706886</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020950697362422943</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04205046221613884</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>4.387431904190157</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>15.8412</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5293</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.0651</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289297.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.2951</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4751</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.035</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3671.0729</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.6495</td></tr>
<tr><td colspan=3>tsnr</td><td>43.49212198425084</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>