<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-03/func/sub-0044_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>fc14c10df478c1b7967def097a6061a1</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:02:30.380000</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_VE11C_LATEST_20160120</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.997707, -0.0304995, 0.0604267, 0.0283913, 0.998968, 0.0354458]</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.0971635</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7706, -7237, 475, -27, 4, 53, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.302</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a9a3f59-ccdf-4ec8-b477-c52ebdf9c0ed||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6767737865448, 0.07617177069187164, 0.16590268909931183, 105.44036865234375], [0.08182799816131592, 2.680158853530884, 0.09085210412740707, -103.55232238769531], [0.16212043166160583, -0.09509852528572083, 2.693366289138794, -56.13753128051758], [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': ['180230.380000', '180230.840000', '180231.300000', '180231.760000', '180232.220000', '180232.680000', '180233.140000', '180233.600000', '180234.060000', '180234.520000', '180234.980000', '180235.440000', '180235.900000', '180236.360000', '180236.820000', '180237.280000', '180237.740000', '180238.200000', '180238.660000', '180239.120000', '180239.580000', '180240.040000', '180240.500000', '180240.960000', '180241.420000', '180241.880000', '180242.340000', '180242.800000', '180243.260000', '180243.720000', '180244.180000', '180244.640000', '180245.100000', '180245.560000', '180246.020000', '180246.480000', '180246.940000', '180247.400000', '180247.860000', '180248.320000', '180248.780000', '180249.240000', '180249.700000', '180250.160000', '180250.620000', '180251.080000', '180251.540000', '180252.000000', '180252.460000', '180252.920000', '180253.380000', '180253.840000', '180254.300000', '180254.760000', '180255.220000', '180255.680000', '180256.140000', '180256.600000', '180257.060000', '180257.520000', '180257.980000', '180258.440000', '180258.900000', '180259.360000', '180259.820000', '180300.280000', '180300.740000', '180301.200000', '180301.660000', '180302.120000', '180302.580000', '180303.040000', '180303.500000', '180303.960000', '180304.420000', '180304.880000', '180305.340000', '180305.800000', '180306.260000', '180306.720000', '180307.180000', '180307.640000', '180308.100000', '180308.560000', '180309.020000', '180309.480000', '180309.940000', '180310.400000', '180310.860000', '180311.320000', '180311.780000', '180312.240000', '180312.700000', '180313.160000', '180313.620000', '180314.080000', '180314.540000', '180315.000000', '180315.460000', '180315.920000', '180316.380000', '180316.840000', '180317.300000', '180317.760000', '180318.220000', '180318.680000', '180319.140000', '180319.600000', '180320.060000', '180320.520000', '180320.980000', '180321.440000', '180321.900000', '180322.360000', '180322.820000', '180323.280000', '180323.740000', '180324.200000', '180324.660000', '180325.120000', '180325.580000', '180326.040000', '180326.500000', '180326.960000', '180327.420000', '180327.880000', '180328.340000', '180328.800000', '180329.260000', '180329.720000', '180330.180000', '180330.640000', '180331.100000', '180331.560000', '180332.020000', '180332.480000', '180332.940000', '180333.400000', '180333.860000', '180334.320000', '180334.780000', '180335.240000', '180335.700000', '180336.160000', '180336.620000', '180337.080000', '180337.540000', '180338.000000', '180338.460000', '180338.920000', '180339.380000', '180339.840000', '180340.300000', '180340.760000', '180341.220000', '180341.680000', '180342.140000', '180342.600000', '180343.060000', '180343.520000', '180343.980000', '180344.440000', '180344.900000', '180345.360000', '180345.820000', '180346.280000', '180346.740000', '180347.200000', '180347.660000', '180348.120000', '180348.580000', '180349.040000', '180349.500000', '180349.960000', '180350.420000', '180350.880000', '180351.340000', '180351.800000', '180352.260000', '180352.720000', '180353.180000', '180353.640000', '180354.100000', '180354.560000', '180355.020000', '180355.480000', '180355.940000', '180356.400000', '180356.860000', '180357.320000', '180357.780000', '180358.240000', '180358.700000', '180359.160000', '180359.620000', '180400.080000', '180400.540000', '180401.000000', '180401.460000', '180401.920000', '180402.380000', '180402.840000', '180403.300000', '180403.760000', '180404.220000', '180404.680000', '180405.140000', '180405.600000', '180406.060000', '180406.520000', '180406.980000', '180407.440000', '180407.900000', '180408.360000', '180408.820000', '180409.280000', '180409.740000', '180410.200000', '180410.660000', '180411.120000', '180411.580000', '180412.040000', '180412.500000', '180412.960000', '180413.420000', '180413.880000', '180414.340000', '180414.800000', '180415.260000', '180415.720000', '180416.180000', '180416.640000', '180417.100000', '180417.560000', '180418.020000', '180418.480000', '180418.940000', '180419.400000', '180419.860000', '180420.320000', '180420.780000', '180421.240000', '180421.700000', '180422.160000', '180422.620000', '180423.080000', '180423.540000', '180424.000000', '180424.460000', '180424.920000', '180425.380000', '180425.840000', '180426.300000', '180426.760000', '180427.220000', '180427.680000', '180428.140000', '180428.600000', '180429.060000', '180429.520000', '180429.980000', '180430.440000', '180430.900000', '180431.360000', '180431.820000', '180432.280000', '180432.740000', '180433.200000', '180433.660000', '180434.120000', '180434.580000', '180435.040000', '180435.500000', '180435.960000', '180436.420000', '180436.880000', '180437.340000', '180437.800000', '180438.260000', '180438.720000', '180439.180000', '180439.640000', '180440.100000', '180440.560000', '180441.020000', '180441.480000', '180441.940000', '180442.400000', '180442.860000', '180443.320000', '180443.780000', '180444.240000', '180444.700000', '180445.160000', '180445.620000', '180446.080000', '180446.540000', '180447.000000', '180447.460000', '180447.920000', '180448.380000', '180448.840000', '180449.300000', '180449.760000', '180450.220000', '180450.680000', '180451.140000', '180451.600000', '180452.060000', '180452.520000', '180452.980000', '180453.440000', '180453.900000', '180454.360000', '180454.820000', '180455.280000', '180455.740000', '180456.200000', '180456.660000', '180457.120000', '180457.580000', '180458.040000', '180458.500000', '180458.960000', '180459.420000', '180459.880000', '180500.340000', '180500.800000', '180501.260000', '180501.720000', '180502.180000', '180502.640000', '180503.100000', '180503.560000', '180504.020000', '180504.480000', '180504.940000', '180505.400000', '180505.860000', '180506.320000', '180506.780000', '180507.240000', '180507.700000', '180508.160000', '180508.620000', '180509.080000', '180509.540000', '180510.000000', '180510.460000', '180510.920000', '180511.380000', '180511.840000', '180512.300000', '180512.760000', '180513.220000', '180513.680000', '180514.140000', '180514.600000', '180515.060000', '180515.520000', '180515.980000', '180516.440000', '180516.900000', '180517.360000', '180517.820000', '180518.280000', '180518.740000', '180519.200000', '180519.660000', '180520.120000', '180520.580000', '180521.040000', '180521.500000', '180521.960000', '180522.420000', '180522.880000', '180523.340000', '180523.800000', '180524.260000', '180524.720000', '180525.180000', '180525.640000', '180526.100000', '180526.560000', '180527.020000', '180527.480000', '180527.940000', '180528.400000', '180528.860000', '180529.320000', '180529.780000', '180530.240000', '180530.700000', '180531.160000', '180531.620000', '180532.080000', '180532.540000', '180533.000000', '180533.460000', '180533.920000', '180534.380000', '180534.840000', '180535.300000', '180535.760000', '180536.220000', '180536.680000', '180537.140000', '180537.600000', '180538.060000', '180538.520000', '180538.980000', '180539.440000', '180539.900000', '180540.360000', '180540.820000', '180541.280000', '180541.740000', '180542.200000', '180542.660000', '180543.120000', '180543.580000', '180544.040000', '180544.500000', '180544.960000', '180545.420000', '180545.880000', '180546.340000', '180546.800000', '180547.260000', '180547.720000', '180548.180000', '180548.640000', '180549.100000', '180549.560000', '180550.020000', '180550.480000', '180550.940000', '180551.400000', '180551.860000', '180552.320000', '180552.780000', '180553.240000', '180553.700000', '180554.160000', '180554.620000', '180555.080000', '180555.540000', '180556.000000', '180556.460000', '180556.920000', '180557.380000', '180557.840000', '180558.300000', '180558.760000', '180559.220000', '180559.680000', '180600.140000', '180600.600000', '180601.060000', '180601.520000', '180601.980000', '180602.440000', '180602.900000', '180603.360000', '180603.820000', '180604.280000', '180604.740000', '180605.200000', '180605.660000', '180606.120000', '180606.580000', '180607.040000', '180607.500000', '180607.960000', '180608.420000', '180608.880000', '180609.340000', '180609.800000', '180610.260000', '180610.720000', '180611.180000', '180611.640000', '180612.100000', '180612.560000', '180613.020000', '180613.480000', '180613.940000', '180614.400000', '180614.860000', '180615.320000', '180615.780000', '180616.240000', '180616.700000', '180617.160000', '180617.620000', '180618.080000', '180618.540000', '180619.000000', '180619.460000', '180619.920000', '180620.380000', '180620.840000', '180621.300000', '180621.760000', '180622.220000', '180622.680000', '180623.140000', '180623.600000', '180624.060000', '180624.520000', '180624.980000', '180625.440000', '180625.900000', '180626.360000', '180626.820000', '180627.280000', '180627.740000', '180628.200000', '180628.660000', '180629.120000', '180629.580000', '180630.040000', '180630.500000', '180630.960000', '180631.420000', '180631.880000', '180632.340000', '180632.800000', '180633.260000', '180633.720000', '180634.180000', '180634.640000', '180635.100000', '180635.560000', '180636.020000', '180636.480000', '180636.940000', '180637.400000', '180637.860000', '180638.320000', '180638.780000', '180639.240000', '180639.700000', '180640.160000', '180640.620000', '180641.080000', '180641.540000', '180642.000000', '180642.460000', '180642.920000', '180643.380000', '180643.840000', '180644.300000', '180644.760000', '180645.220000', '180645.680000', '180646.140000', '180646.600000', '180647.060000', '180647.520000', '180647.980000', '180648.440000', '180648.900000', '180649.360000', '180649.820000', '180650.280000', '180650.740000', '180651.200000', '180651.660000', '180652.120000', '180652.580000', '180653.040000', '180653.500000', '180653.960000', '180654.420000', '180654.880000', '180655.340000', '180655.800000', '180656.260000', '180656.720000', '180657.180000', '180657.640000', '180658.100000', '180658.560000', '180659.020000', '180659.480000', '180659.940000', '180700.400000', '180700.860000', '180701.320000', '180701.780000', '180702.240000', '180702.700000', '180703.160000', '180703.620000', '180704.080000', '180704.540000', '180705.000000', '180705.460000', '180705.920000', '180706.380000', '180706.840000', '180707.300000', '180707.760000', '180708.220000', '180708.680000', '180709.140000', '180709.600000', '180710.060000', '180710.520000', '180710.980000', '180711.440000', '180711.900000', '180712.360000', '180712.820000', '180713.280000', '180713.740000', '180714.200000', '180714.660000', '180715.120000', '180715.580000', '180716.040000', '180716.500000', '180716.960000', '180717.420000', '180717.880000', '180718.340000', '180718.800000', '180719.260000', '180719.720000', '180720.180000', '180720.640000', '180721.100000', '180721.560000', '180722.020000', '180722.480000', '180722.940000', '180723.400000', '180723.860000', '180724.320000', '180724.780000', '180725.240000', '180725.700000', '180726.160000', '180726.620000', '180727.080000', '180727.540000', '180728.000000', '180728.460000', '180728.920000', '180729.380000', '180729.840000', '180730.300000', '180730.760000', '180731.220000', '180731.680000', '180732.140000', '180732.600000', '180733.060000', '180733.520000', '180733.980000', '180734.440000', '180734.900000', '180735.360000', '180735.820000', '180736.280000', '180736.740000', '180737.200000', '180737.660000', '180738.120000', '180738.580000', '180739.040000', '180739.500000', '180739.960000', '180740.420000', '180740.880000', '180741.340000', '180741.800000', '180742.260000', '180742.720000', '180743.180000', '180743.640000', '180744.100000', '180744.560000', '180745.020000', '180745.480000', '180745.940000', '180746.400000', '180746.860000', '180747.320000', '180747.780000', '180748.240000', '180748.700000', '180749.160000', '180749.620000', '180750.080000', '180750.540000', '180751.000000', '180751.460000', '180751.920000', '180752.380000', '180752.840000', '180753.300000', '180753.760000', '180754.220000', '180754.680000', '180755.140000', '180755.600000', '180756.060000', '180756.520000', '180756.980000', '180757.440000', '180757.900000', '180758.360000', '180758.820000', '180759.280000', '180759.740000', '180800.200000', '180800.660000', '180801.120000', '180801.580000', '180802.040000', '180802.500000', '180802.960000', '180803.420000', '180803.880000', '180804.340000', '180804.800000', '180805.260000', '180805.720000', '180806.180000', '180806.640000', '180807.100000', '180807.560000', '180808.020000', '180808.480000', '180808.940000', '180809.400000', '180809.860000', '180810.320000', '180810.780000', '180811.240000', '180811.700000', '180812.160000', '180812.620000', '180813.080000', '180813.540000', '180814.000000', '180814.460000', '180814.920000', '180815.380000', '180815.840000', '180816.300000', '180816.760000', '180817.220000', '180817.680000', '180818.140000', '180818.600000', '180819.060000', '180819.520000', '180819.980000', '180820.440000', '180820.900000', '180821.360000', '180821.820000', '180822.280000', '180822.740000', '180823.200000', '180823.660000', '180824.120000', '180824.580000', '180825.040000', '180825.500000', '180825.960000', '180826.420000', '180826.880000', '180827.340000', '180827.800000', '180828.260000', '180828.720000', '180829.180000', '180829.640000', '180830.100000', '180830.560000', '180831.020000', '180831.480000', '180831.940000', '180832.400000', '180832.860000', '180833.320000', '180833.780000', '180834.240000', '180834.700000', '180835.160000', '180835.620000', '180836.080000', '180836.540000', '180837.000000', '180837.460000', '180837.920000', '180838.380000', '180838.840000', '180839.300000', '180839.760000', '180840.220000', '180840.680000', '180841.140000', '180841.600000', '180842.060000', '180842.520000', '180842.980000', '180843.440000', '180843.900000', '180844.360000', '180844.820000', '180845.280000', '180845.740000', '180846.200000', '180846.660000', '180847.120000', '180847.580000', '180848.040000', '180848.500000', '180848.960000', '180849.420000', '180849.880000', '180850.340000', '180850.800000', '180851.260000', '180851.720000', '180852.180000', '180852.640000', '180853.100000', '180853.560000', '180854.020000', '180854.480000', '180854.940000', '180855.400000', '180855.860000', '180856.320000', '180856.780000', '180857.240000', '180857.700000', '180858.160000', '180858.620000', '180859.080000', '180859.540000', '180900.000000', '180900.460000', '180900.920000', '180901.380000', '180901.840000', '180902.300000', '180902.760000', '180903.220000', '180903.680000', '180904.140000', '180904.600000', '180905.060000', '180905.520000', '180905.980000', '180906.440000', '180906.900000', '180907.360000', '180907.820000', '180908.280000', '180908.740000', '180909.200000', '180909.660000', '180910.120000', '180910.580000', '180911.040000', '180911.500000', '180911.960000', '180912.420000', '180912.880000', '180913.340000', '180913.800000', '180914.260000', '180914.720000', '180915.180000', '180915.640000', '180916.100000', '180916.560000', '180917.020000', '180917.480000', '180917.940000', '180918.400000', '180918.860000', '180919.320000', '180919.780000', '180920.240000', '180920.700000', '180921.160000', '180921.620000', '180922.080000', '180922.540000', '180923.000000', '180923.460000', '180923.920000', '180924.380000', '180924.840000', '180925.300000', '180925.760000', '180926.220000', '180926.680000', '180927.140000', '180927.600000', '180928.060000', '180928.520000', '180928.980000', '180929.440000', '180929.900000', '180930.360000', '180930.820000', '180931.280000', '180931.740000', '180932.200000', '180932.660000', '180933.120000', '180933.580000', '180934.040000', '180934.500000', '180934.960000', '180935.420000', '180935.880000', '180936.340000', '180936.800000', '180937.260000', '180937.720000', '180938.180000', '180938.640000', '180939.100000', '180939.560000', '180940.020000', '180940.480000', '180940.940000', '180941.400000', '180941.860000', '180942.320000', '180942.780000', '180943.240000', '180943.700000', '180944.160000', '180944.620000', '180945.080000', '180945.540000', '180946.000000', '180946.460000', '180946.920000', '180947.380000', '180947.840000', '180948.300000', '180948.760000', '180949.220000', '180949.680000', '180950.140000', '180950.600000', '180951.060000', '180951.520000', '180951.980000', '180952.440000', '180952.900000', '180953.360000', '180953.820000', '180954.280000', '180954.740000', '180955.200000', '180955.660000', '180956.120000', '180956.580000', '180957.040000', '180957.500000', '180957.960000', '180958.420000', '180958.880000', '180959.340000', '180959.800000', '181000.260000', '181000.720000', '181001.180000', '181001.640000', '181002.100000', '181002.560000', '181003.020000', '181003.480000', '181003.940000', '181004.400000', '181004.860000', '181005.320000', '181005.780000', '181006.240000', '181006.700000', '181007.160000', '181007.620000', '181008.080000', '181008.540000', '181009.000000', '181009.460000', '181009.920000', '181010.380000', '181010.840000', '181011.300000', '181011.760000', '181012.220000', '181012.680000', '181013.140000', '181013.600000', '181014.060000', '181014.520000', '181014.980000', '181015.440000', '181015.900000', '181016.360000', '181016.820000', '181017.280000', '181017.740000', '181018.200000', '181018.660000', '181019.120000', '181019.580000', '181020.040000', '181020.500000', '181020.960000', '181021.420000', '181021.880000', '181022.340000', '181022.800000', '181023.260000', '181023.720000', '181024.180000', '181024.640000', '181025.100000', '181025.560000', '181026.020000', '181026.480000', '181026.940000', '181027.400000', '181027.860000', '181028.320000', '181028.780000', '181029.240000', '181029.700000', '181030.160000', '181030.620000', '181031.080000', '181031.540000', '181032.000000', '181032.460000', '181032.920000', '181033.380000', '181033.840000', '181034.300000', '181034.760000', '181035.220000', '181035.680000', '181036.140000', '181036.600000', '181037.060000', '181037.520000', '181037.980000', '181038.440000', '181038.900000', '181039.360000', '181039.820000', '181040.280000', '181040.740000', '181041.200000', '181041.660000', '181042.120000', '181042.580000', '181043.040000', '181043.500000', '181043.960000', '181044.420000', '181044.880000', '181045.340000', '181045.800000', '181046.260000', '181046.720000', '181047.180000', '181047.640000', '181048.100000', '181048.560000', '181049.020000', '181049.480000', '181049.940000', '181050.400000', '181050.860000', '181051.320000', '181051.780000', '181052.240000', '181052.700000', '181053.160000', '181053.620000', '181054.080000', '181054.540000', '181055.000000', '181055.460000', '181055.920000', '181056.380000', '181056.840000', '181057.300000', '181057.760000', '181058.220000', '181058.680000', '181059.140000', '181059.600000', '181100.060000', '181100.520000', '181100.980000', '181101.440000', '181101.900000', '181102.360000', '181102.820000', '181103.280000', '181103.740000', '181104.200000', '181104.660000', '181105.120000', '181105.580000', '181106.040000', '181106.500000', '181106.960000', '181107.420000', '181107.880000', '181108.340000', '181108.800000', '181109.260000', '181109.720000', '181110.180000', '181110.640000', '181111.100000', '181111.560000', '181112.020000', '181112.480000', '181112.940000', '181113.400000', '181113.860000', '181114.320000', '181114.780000', '181115.240000', '181115.700000', '181116.160000', '181116.620000', '181117.080000', '181117.540000', '181118.000000', '181118.460000', '181118.920000', '181119.380000', '181119.840000', '181120.300000', '181120.760000', '181121.220000', '181121.680000', '181122.140000', '181122.600000', '181123.060000', '181123.520000', '181123.980000', '181124.440000', '181124.900000', '181125.360000', '181125.820000', '181126.280000', '181126.740000', '181127.200000', '181127.660000', '181128.120000', '181128.580000', '181129.040000', '181129.500000', '181129.960000', '181130.420000', '181130.880000', '181131.340000', '181131.800000', '181132.260000', '181132.720000', '181133.180000', '181133.640000', '181134.100000', '181134.560000', '181135.020000', '181135.480000', '181135.940000', '181136.400000', '181136.860000', '181137.320000', '181137.780000', '181138.240000', '181138.700000', '181139.160000', '181139.620000', '181140.080000', '181140.540000', '181141.000000', '181141.460000', '181141.920000', '181142.380000', '181142.840000', '181143.300000', '181143.760000', '181144.220000', '181144.680000', '181145.140000', '181145.600000', '181146.060000', '181146.520000', '181146.980000', '181147.440000', '181147.900000', '181148.360000', '181148.820000', '181149.280000', '181149.740000', '181150.200000', '181150.660000', '181151.120000', '181151.580000', '181152.040000', '181152.500000', '181152.960000', '181153.420000', '181153.880000', '181154.340000', '181154.800000', '181155.260000', '181155.720000', '181156.180000', '181156.640000', '181157.100000', '181157.560000', '181158.020000', '181158.480000', '181158.940000', '181159.400000', '181159.860000', '181200.320000', '181200.780000', '181201.240000', '181201.700000', '181202.160000', '181202.620000', '181203.080000', '181203.540000', '181204.000000', '181204.460000', '181204.920000', '181205.380000', '181205.840000', '181206.300000', '181206.760000', '181207.220000', '181207.680000', '181208.140000', '181208.600000', '181209.060000', '181209.520000', '181209.980000', '181210.440000', '181210.900000', '181211.360000', '181211.820000', '181212.280000', '181212.740000', '181213.200000', '181213.660000', '181214.120000', '181214.580000', '181215.040000', '181215.500000', '181215.960000', '181216.420000', '181216.880000', '181217.340000', '181217.800000', '181218.260000', '181218.720000', '181219.180000', '181219.640000', '181220.100000', '181220.560000', '181221.020000', '181221.480000', '181221.940000', '181222.400000', '181222.860000', '181223.320000', '181223.780000', '181224.240000', '181224.700000', '181225.160000', '181225.620000', '181226.080000', '181226.540000', '181227.000000', '181227.460000', '181227.920000', '181228.380000', '181228.840000', '181229.300000', '181229.760000', '181230.220000', '181230.680000', '181231.140000', '181231.600000', '181232.060000', '181232.520000', '181232.980000', '181233.440000', '181233.900000', '181234.360000', '181234.820000', '181235.280000', '181235.740000', '181236.200000', '181236.660000', '181237.120000', '181237.580000', '181238.040000', '181238.500000', '181238.960000', '181239.420000', '181239.880000', '181240.340000', '181240.800000', '181241.260000', '181241.720000', '181242.180000', '181242.640000', '181243.100000', '181243.560000', '181244.020000', '181244.480000', '181244.940000', '181245.400000', '181245.860000', '181246.320000', '181246.780000', '181247.240000', '181247.700000', '181248.160000', '181248.620000', '181249.080000', '181249.540000', '181250.000000', '181250.460000', '181250.920000', '181251.380000', '181251.840000', '181252.300000', '181252.760000', '181253.220000', '181253.680000', '181254.140000', '181254.600000', '181255.060000', '181255.520000', '181255.980000', '181256.440000', '181256.900000', '181257.360000', '181257.820000', '181258.280000', '181258.740000', '181259.200000', '181259.660000', '181300.120000', '181300.580000', '181301.040000', '181301.500000', '181301.960000', '181302.420000', '181302.880000', '181303.340000', '181303.800000', '181304.260000', '181304.720000', '181305.180000', '181305.640000', '181306.100000', '181306.560000', '181307.020000', '181307.480000', '181307.940000', '181308.400000', '181308.860000', '181309.320000', '181309.780000', '181310.240000', '181310.700000', '181311.160000', '181311.620000', '181312.080000', '181312.540000', '181313.000000', '181313.460000', '181313.920000', '181314.380000', '181314.840000', '181315.300000', '181315.760000', '181316.220000', '181316.680000', '181317.140000', '181317.600000', '181318.060000', '181318.520000', '181318.980000', '181319.440000', '181319.900000', '181320.360000', '181320.820000', '181321.280000', '181321.740000', '181322.200000', '181322.660000', '181323.120000', '181323.580000', '181324.040000', '181324.500000', '181324.960000', '181325.420000', '181325.880000', '181326.340000', '181326.800000', '181327.260000', '181327.720000', '181328.180000', '181328.640000', '181329.100000', '181329.560000', '181330.020000', '181330.480000', '181330.940000', '181331.400000', '181331.860000', '181332.320000', '181332.780000', '181333.240000', '181333.700000', '181334.160000', '181334.620000', '181335.080000', '181335.540000', '181336.000000', '181336.460000', '181336.920000', '181337.380000', '181337.840000', '181338.300000', '181338.760000', '181339.220000', '181339.680000', '181340.140000', '181340.600000', '181341.060000', '181341.520000', '181341.980000', '181342.440000', '181342.900000', '181343.360000', '181343.820000', '181344.280000', '181344.740000', '181345.200000', '181345.660000', '181346.120000', '181346.580000', '181347.040000', '181347.500000', '181347.960000', '181348.420000', '181348.880000', '181349.340000', '181349.800000', '181350.260000', '181350.720000', '181351.180000', '181351.640000', '181352.100000', '181352.560000', '181353.020000', '181353.480000', '181353.940000', '181354.400000', '181354.860000', '181355.320000', '181355.780000', '181356.240000', '181356.700000', '181357.160000', '181357.620000', '181358.080000', '181358.540000', '181359.000000', '181359.460000', '181359.920000', '181400.380000', '181400.840000', '181401.300000', '181401.760000', '181402.220000', '181402.680000', '181403.140000', '181403.600000', '181404.060000', '181404.520000', '181404.980000', '181405.440000', '181405.900000', '181406.360000', '181406.820000', '181407.280000', '181407.740000', '181408.200000', '181408.660000', '181409.120000', '181409.580000', '181410.040000', '181410.500000', '181410.960000', '181411.420000', '181411.880000', '181412.340000', '181412.800000', '181413.260000', '181413.720000', '181414.180000', '181414.640000', '181415.100000', '181415.560000', '181416.020000', '181416.480000', '181416.940000', '181417.400000', '181417.860000', '181418.320000', '181418.780000', '181419.240000', '181419.700000', '181420.160000', '181420.620000', '181421.080000', '181421.540000', '181422.000000', '181422.460000', '181422.920000', '181423.380000', '181423.840000', '181424.300000', '181424.760000', '181425.220000', '181425.680000', '181426.140000', '181426.600000', '181427.060000', '181427.520000', '181427.980000', '181428.440000', '181428.900000', '181429.360000', '181429.820000', '181430.280000', '181430.740000', '181431.200000', '181431.660000', '181432.120000', '181432.580000', '181433.040000', '181433.500000', '181433.960000', '181434.420000', '181434.880000', '181435.340000', '181435.800000', '181436.260000', '181436.720000', '181437.180000', '181437.640000', '181438.100000', '181438.560000', '181439.020000', '181439.480000', '181439.940000', '181440.400000', '181440.860000', '181441.320000', '181441.780000', '181442.240000', '181442.700000', '181443.160000', '181443.620000', '181444.080000', '181444.540000', '181445.000000', '181445.460000', '181445.920000', '181446.380000', '181446.840000', '181447.300000', '181447.760000', '181448.220000', '181448.680000', '181449.140000', '181449.600000', '181450.060000', '181450.520000', '181450.980000', '181451.440000', '181451.900000', '181452.360000', '181452.820000', '181453.280000', '181453.740000', '181454.200000', '181454.660000', '181455.120000', '181455.580000', '181456.040000', '181456.500000', '181456.960000', '181457.420000', '181457.880000', '181458.340000', '181458.800000', '181459.260000', '181459.720000', '181500.180000', '181500.640000', '181501.100000', '181501.560000', '181502.020000', '181502.480000', '181502.940000', '181503.400000', '181503.860000', '181504.320000'], 'ContentTime': ['180245.847000', '180245.850000', '180245.853000', '180245.856000', '180245.859000', '180245.862000', '180245.865000', '180245.868000', '180245.871000', '180245.873000', '180245.876000', '180245.879000', '180245.882000', '180245.885000', '180245.888000', '180245.890000', '180245.893000', '180245.896000', '180245.899000', '180245.902000', '180245.904000', '180245.907000', '180245.910000', '180245.913000', '180245.916000', '180245.918000', '180245.921000', '180245.924000', '180245.927000', '180245.930000', '180245.932000', '180305.815000', '180305.818000', '180305.821000', '180305.824000', '180305.827000', '180305.835000', '180305.838000', '180305.841000', '180305.844000', '180305.847000', '180305.850000', '180305.853000', '180305.856000', '180305.859000', '180305.862000', '180305.865000', '180305.868000', '180305.870000', '180305.873000', '180305.876000', '180305.884000', '180305.887000', '180305.890000', '180305.892000', '180305.895000', '180305.898000', '180305.901000', '180305.904000', '180305.907000', '180305.909000', '180305.912000', '180305.915000', '180305.918000', '180305.921000', '180305.923000', '180305.926000', '180305.929000', '180305.932000', '180305.935000', '180305.938000', '180305.940000', '180305.943000', '180305.946000', '180325.814000', '180325.817000', '180325.820000', '180325.823000', '180325.825000', '180325.828000', '180325.831000', '180325.834000', '180325.837000', '180325.839000', '180325.842000', '180325.845000', '180325.848000', '180325.851000', '180325.854000', '180325.856000', '180325.859000', '180325.862000', '180325.865000', '180325.868000', '180325.871000', '180325.873000', '180325.876000', '180325.879000', '180325.882000', '180325.885000', '180325.887000', '180325.890000', '180325.898000', '180325.901000', '180325.904000', '180325.907000', '180325.910000', '180325.913000', '180325.915000', '180325.918000', '180325.921000', '180325.924000', '180325.927000', '180325.930000', '180325.932000', '180325.935000', '180325.938000', '180325.941000', '180345.814000', '180345.817000', '180345.820000', '180345.823000', '180345.825000', '180345.828000', '180345.831000', '180345.834000', '180345.837000', '180345.840000', '180345.842000', '180345.845000', '180345.848000', '180345.851000', '180345.854000', '180345.857000', '180345.860000', '180345.863000', '180345.867000', '180345.871000', '180345.874000', '180345.877000', '180345.880000', '180345.883000', '180345.886000', '180345.888000', '180345.891000', '180345.894000', '180345.897000', '180345.900000', '180345.903000', '180345.905000', '180345.908000', '180345.911000', '180345.914000', '180345.917000', '180345.920000', '180345.923000', '180345.925000', '180345.928000', '180345.931000', '180345.934000', '180345.937000', '180405.814000', '180405.817000', '180405.820000', '180405.823000', '180405.826000', '180405.829000', '180405.831000', '180405.834000', '180405.837000', '180405.840000', '180405.843000', '180405.846000', '180405.848000', '180405.851000', '180405.854000', '180405.857000', '180405.860000', '180405.863000', '180405.866000', '180405.869000', '180405.871000', '180405.874000', '180405.877000', '180405.880000', '180405.883000', '180405.886000', '180405.889000', '180405.891000', '180405.894000', '180405.897000', '180405.900000', '180405.903000', '180405.906000', '180405.908000', '180405.911000', '180405.914000', '180405.934000', '180405.937000', '180405.940000', '180405.942000', '180405.945000', '180405.948000', '180405.951000', '180405.954000', '180425.815000', '180425.818000', '180425.821000', '180425.824000', '180425.827000', '180425.829000', '180425.832000', '180425.835000', '180425.838000', '180425.841000', '180425.844000', '180425.847000', '180425.850000', '180425.853000', '180425.855000', '180425.858000', '180425.861000', '180425.864000', '180425.867000', '180425.870000', '180425.873000', '180425.876000', '180425.879000', '180425.882000', '180425.885000', '180425.888000', '180425.891000', '180425.893000', '180425.896000', '180425.899000', '180425.902000', '180425.905000', '180425.908000', '180425.911000', '180425.913000', '180425.916000', '180425.919000', '180425.922000', '180425.925000', '180425.928000', '180425.931000', '180425.933000', '180425.936000', '180445.815000', '180445.818000', '180445.821000', '180445.824000', '180445.826000', '180445.829000', '180445.832000', '180445.835000', '180445.838000', '180445.841000', '180445.844000', '180445.846000', '180445.849000', '180445.852000', '180445.855000', '180445.858000', '180445.861000', '180445.864000', '180445.866000', '180445.869000', '180445.872000', '180445.875000', '180445.878000', '180445.881000', '180445.884000', '180445.886000', '180445.889000', '180445.892000', '180445.895000', '180445.898000', '180445.901000', '180445.903000', '180445.906000', '180445.909000', '180445.912000', '180445.915000', '180445.918000', '180445.921000', '180445.923000', '180445.926000', '180445.929000', '180445.932000', '180445.935000', '180445.938000', '180505.815000', '180505.818000', '180505.821000', '180505.824000', '180505.827000', '180505.830000', '180505.833000', '180505.835000', '180505.838000', '180505.841000', '180505.844000', '180505.847000', '180505.850000', '180505.853000', '180505.856000', '180505.858000', '180505.861000', '180505.864000', '180505.867000', '180505.870000', '180505.873000', '180505.876000', '180505.879000', '180505.882000', '180505.884000', '180505.887000', '180505.890000', '180505.893000', '180505.896000', '180505.899000', '180505.902000', '180505.905000', '180505.908000', '180505.911000', '180505.914000', '180505.917000', '180505.920000', '180505.923000', '180505.925000', '180505.928000', '180505.931000', '180505.934000', '180505.937000', '180525.815000', '180525.818000', '180525.821000', '180525.824000', '180525.827000', '180525.830000', '180525.833000', '180525.836000', '180525.839000', '180525.841000', '180525.844000', '180525.847000', '180525.850000', '180525.853000', '180525.856000', '180525.859000', '180525.861000', '180525.864000', '180525.867000', '180525.870000', '180525.873000', '180525.876000', '180525.879000', '180525.882000', '180525.885000', '180525.887000', '180525.890000', '180525.893000', '180525.896000', '180525.899000', '180525.902000', '180525.905000', '180525.907000', '180525.910000', '180525.913000', '180525.916000', '180525.919000', '180525.922000', '180525.925000', '180525.928000', '180525.931000', '180525.933000', '180525.936000', '180525.939000', '180545.814000', '180545.817000', '180545.820000', '180545.823000', '180545.826000', '180545.829000', '180545.832000', '180545.835000', '180545.837000', '180545.840000', '180545.843000', '180545.848000', '180545.851000', '180545.854000', '180545.857000', '180545.860000', '180545.863000', '180545.866000', '180545.869000', '180545.872000', '180545.875000', '180545.878000', '180545.880000', '180545.883000', '180545.886000', '180545.889000', '180545.892000', '180545.895000', '180545.898000', '180545.901000', '180545.904000', '180545.919000', '180545.922000', '180545.925000', '180545.928000', '180545.931000', '180545.934000', '180545.937000', '180545.939000', '180545.942000', '180545.945000', '180545.948000', '180545.951000', '180605.814000', '180605.817000', '180605.820000', '180605.823000', '180605.826000', '180605.829000', '180605.832000', '180605.835000', '180605.837000', '180605.840000', '180605.843000', '180605.846000', '180605.849000', '180605.852000', '180605.855000', '180605.858000', '180605.860000', '180605.863000', '180605.866000', '180605.869000', '180605.872000', '180605.875000', '180605.878000', '180605.881000', '180605.883000', '180605.886000', '180605.889000', '180605.892000', '180605.895000', '180605.897000', '180605.900000', '180605.903000', '180605.906000', '180605.909000', '180605.912000', '180605.915000', '180605.917000', '180605.920000', '180605.923000', '180605.926000', '180605.929000', '180605.932000', '180605.934000', '180605.937000', '180625.814000', '180625.817000', '180625.820000', '180625.823000', '180625.826000', '180625.829000', '180625.832000', '180625.835000', '180625.838000', '180625.840000', '180625.843000', '180625.846000', '180625.849000', '180625.852000', '180625.855000', '180625.858000', '180625.861000', '180625.864000', '180625.866000', '180625.869000', '180625.879000', '180625.882000', '180625.885000', '180625.888000', '180625.891000', '180625.893000', '180625.896000', '180625.899000', '180625.902000', '180625.905000', '180625.908000', '180625.911000', '180625.914000', '180625.917000', '180625.920000', '180625.923000', '180625.926000', '180625.929000', '180625.932000', '180625.935000', '180625.938000', '180625.940000', '180625.944000', '180645.815000', '180645.818000', '180645.821000', '180645.824000', '180645.827000', '180645.830000', '180645.833000', '180645.836000', '180645.839000', '180645.842000', '180645.844000', '180645.847000', '180645.850000', '180645.853000', '180645.856000', '180645.859000', '180645.862000', '180645.865000', '180645.868000', '180645.870000', '180645.873000', '180645.876000', '180645.879000', '180645.882000', '180645.885000', '180645.888000', '180645.891000', '180645.894000', '180645.896000', '180645.899000', '180645.902000', '180645.905000', '180645.908000', '180645.911000', '180645.914000', '180645.917000', '180645.920000', '180645.923000', '180645.926000', '180645.928000', '180645.931000', '180645.934000', '180645.937000', '180645.940000', '180705.815000', '180705.818000', '180705.821000', '180705.824000', '180705.827000', '180705.830000', '180705.832000', '180705.835000', '180705.838000', '180705.841000', '180705.844000', '180705.847000', '180705.850000', '180705.853000', '180705.856000', '180705.859000', '180705.861000', '180705.864000', '180705.867000', '180705.870000', '180705.873000', '180705.876000', '180705.879000', '180705.882000', '180705.885000', '180705.889000', '180705.892000', '180705.895000', '180705.898000', '180705.901000', '180705.904000', '180705.907000', '180705.910000', '180705.913000', '180705.915000', '180705.918000', '180705.921000', '180705.924000', '180705.927000', '180705.930000', '180705.933000', '180705.936000', '180705.939000', '180725.815000', '180725.818000', '180725.821000', '180725.824000', '180725.827000', '180725.830000', '180725.833000', '180725.835000', '180725.838000', '180725.841000', '180725.844000', '180725.847000', '180725.850000', '180725.853000', '180725.856000', '180725.859000', '180725.862000', '180725.865000', '180725.868000', '180725.870000', '180725.873000', '180725.876000', '180725.879000', '180725.882000', '180725.885000', '180725.888000', '180725.891000', '180725.894000', '180725.896000', '180725.899000', '180725.902000', '180725.905000', '180725.908000', '180725.911000', '180725.914000', '180725.917000', '180725.920000', '180725.922000', '180725.925000', '180725.928000', '180725.931000', '180725.934000', '180725.937000', '180725.940000', '180745.815000', '180745.818000', '180745.821000', '180745.824000', '180745.827000', '180745.830000', '180745.833000', '180745.836000', '180745.838000', '180745.841000', '180745.844000', '180745.847000', '180745.850000', '180745.853000', '180745.856000', '180745.859000', '180745.862000', '180745.865000', '180745.868000', '180745.870000', '180745.873000', '180745.876000', '180745.879000', '180745.882000', '180745.885000', '180745.888000', '180745.891000', '180745.894000', '180745.897000', '180745.899000', '180745.902000', '180745.905000', '180745.908000', '180745.911000', '180745.914000', '180745.917000', '180745.920000', '180745.923000', '180745.925000', '180745.928000', '180745.931000', '180745.934000', '180745.937000', '180805.814000', '180805.817000', '180805.820000', '180805.823000', '180805.826000', '180805.829000', '180805.832000', '180805.835000', '180805.837000', '180805.840000', '180805.843000', '180805.846000', '180805.849000', '180805.852000', '180805.855000', '180805.858000', '180805.861000', '180805.863000', '180805.866000', '180805.869000', '180805.872000', '180805.875000', '180805.878000', '180805.881000', '180805.884000', '180805.886000', '180805.889000', '180805.892000', '180805.895000', '180805.898000', '180805.901000', '180805.904000', '180805.907000', '180805.910000', '180805.912000', '180805.915000', '180805.918000', '180805.921000', '180805.924000', '180805.927000', '180805.930000', '180805.933000', '180805.936000', '180805.939000', '180825.814000', '180825.817000', '180825.820000', '180825.823000', '180825.826000', '180825.829000', '180825.832000', '180825.835000', '180825.838000', '180825.841000', '180825.844000', '180825.847000', '180825.850000', '180825.853000', '180825.855000', '180825.858000', '180825.861000', '180825.864000', '180825.867000', '180825.870000', '180825.873000', '180825.876000', '180825.878000', '180825.881000', '180825.884000', '180825.887000', '180825.890000', '180825.893000', '180825.896000', '180825.899000', '180825.902000', '180825.904000', '180825.907000', '180825.910000', '180825.913000', '180825.916000', '180825.919000', '180825.922000', '180825.926000', '180825.930000', '180825.932000', '180825.935000', '180825.938000', '180845.814000', '180845.817000', '180845.820000', '180845.823000', '180845.826000', '180845.829000', '180845.832000', '180845.835000', '180845.837000', '180845.840000', '180845.854000', '180845.857000', '180845.860000', '180845.863000', '180845.866000', '180845.868000', '180845.871000', '180845.874000', '180845.877000', '180845.880000', '180845.883000', '180845.886000', '180845.889000', '180845.893000', '180845.896000', '180845.899000', '180845.901000', '180845.904000', '180845.907000', '180845.910000', '180845.913000', '180845.916000', '180845.919000', '180845.921000', '180845.924000', '180845.927000', '180845.930000', '180845.933000', '180845.936000', '180845.938000', '180845.941000', '180845.944000', '180845.947000', '180845.950000', '180905.815000', '180905.818000', '180905.821000', '180905.824000', '180905.827000', '180905.830000', '180905.832000', '180905.835000', '180905.838000', '180905.841000', '180905.844000', '180905.847000', '180905.850000', '180905.853000', '180905.856000', '180905.858000', '180905.861000', '180905.864000', '180905.867000', '180905.870000', '180905.873000', '180905.876000', '180905.879000', '180905.882000', '180905.884000', '180905.887000', '180905.890000', '180905.893000', '180905.896000', '180905.899000', '180905.901000', '180905.904000', '180905.907000', '180905.910000', '180905.913000', '180905.916000', '180905.919000', '180905.922000', '180905.924000', '180905.927000', '180905.930000', '180905.933000', '180905.936000', '180925.815000', '180925.818000', '180925.821000', '180925.824000', '180925.827000', '180925.829000', '180925.836000', '180925.839000', '180925.842000', '180925.845000', '180925.848000', '180925.851000', '180925.854000', '180925.857000', '180925.859000', '180925.862000', '180925.865000', '180925.868000', '180925.871000', '180925.874000', '180925.877000', '180925.884000', '180925.887000', '180925.890000', '180925.893000', '180925.896000', '180925.898000', '180925.901000', '180925.904000', '180925.907000', '180925.910000', '180925.913000', '180925.916000', '180925.919000', '180925.922000', '180925.925000', '180925.928000', '180925.930000', '180925.933000', '180925.936000', '180925.939000', '180925.942000', '180925.945000', '180925.947000', '180945.815000', '180945.818000', '180945.821000', '180945.824000', '180945.827000', '180945.830000', '180945.832000', '180945.835000', '180945.838000', '180945.841000', '180945.844000', '180945.847000', '180945.850000', '180945.852000', '180945.855000', '180945.858000', '180945.861000', '180945.864000', '180945.867000', '180945.870000', '180945.872000', '180945.875000', '180945.878000', '180945.881000', '180945.884000', '180945.887000', '180945.890000', '180945.892000', '180945.895000', '180945.898000', '180945.901000', '180945.904000', '180945.907000', '180945.910000', '180945.912000', '180945.915000', '180945.918000', '180945.921000', '180945.924000', '180945.927000', '180945.930000', '180945.933000', '180945.935000', '181005.815000', '181005.818000', '181005.821000', '181005.824000', '181005.827000', '181005.830000', '181005.833000', '181005.836000', '181005.839000', '181005.842000', '181005.845000', '181005.848000', '181005.851000', '181005.854000', '181005.856000', '181005.859000', '181005.862000', '181005.865000', '181005.868000', '181005.871000', '181005.885000', '181005.888000', '181005.891000', '181005.894000', '181005.897000', '181005.900000', '181005.902000', '181005.905000', '181005.908000', '181005.911000', '181005.914000', '181005.917000', '181005.919000', '181005.922000', '181005.925000', '181005.928000', '181005.931000', '181005.934000', '181005.937000', '181005.940000', '181005.943000', '181005.945000', '181005.948000', '181025.814000', '181025.817000', '181025.820000', '181025.823000', '181025.826000', '181025.829000', '181025.832000', '181025.835000', '181025.838000', '181025.840000', '181025.843000', '181025.846000', '181025.850000', '181025.853000', '181025.856000', '181025.859000', '181025.861000', '181025.864000', '181025.867000', '181025.870000', '181025.873000', '181025.876000', '181025.879000', '181025.882000', '181025.885000', '181025.887000', '181025.890000', '181025.893000', '181025.896000', '181025.899000', '181025.902000', '181025.905000', '181025.908000', '181025.911000', '181025.914000', '181025.917000', '181025.919000', '181025.922000', '181025.925000', '181025.928000', '181025.931000', '181025.934000', '181025.937000', '181025.940000', '181045.814000', '181045.817000', '181045.820000', '181045.823000', '181045.826000', '181045.829000', '181045.833000', '181045.836000', '181045.839000', '181045.842000', '181045.845000', '181045.848000', '181045.851000', '181045.854000', '181045.856000', '181045.860000', '181045.862000', '181045.865000', '181045.868000', '181045.871000', '181045.874000', '181045.877000', '181045.880000', '181045.883000', '181045.886000', '181045.889000', '181045.891000', '181045.894000', '181045.897000', '181045.900000', '181045.903000', '181045.906000', '181045.909000', '181045.912000', '181045.915000', '181045.917000', '181045.920000', '181045.923000', '181045.926000', '181045.929000', '181045.932000', '181045.935000', '181045.938000', '181105.815000', '181105.818000', '181105.821000', '181105.824000', '181105.827000', '181105.830000', '181105.833000', '181105.836000', '181105.839000', '181105.841000', '181105.844000', '181105.847000', '181105.850000', '181105.853000', '181105.856000', '181105.859000', '181105.862000', '181105.865000', '181105.868000', '181105.871000', '181105.873000', '181105.876000', '181105.879000', '181105.882000', '181105.885000', '181105.888000', '181105.891000', '181105.894000', '181105.897000', '181105.899000', '181105.902000', '181105.905000', '181105.908000', '181105.911000', '181105.914000', '181105.917000', '181105.920000', '181105.923000', '181105.926000', '181105.928000', '181105.931000', '181105.934000', '181105.937000', '181105.940000', '181125.815000', '181125.818000', '181125.821000', '181125.824000', '181125.827000', '181125.830000', '181125.833000', '181125.836000', '181125.839000', '181125.842000', '181125.845000', '181125.848000', '181125.851000', '181125.854000', '181125.857000', '181125.859000', '181125.862000', '181125.877000', '181125.880000', '181125.883000', '181125.886000', '181125.889000', '181125.892000', '181125.895000', '181125.898000', '181125.901000', '181125.915000', '181125.918000', '181125.921000', '181125.924000', '181125.927000', '181125.930000', '181125.933000', '181125.935000', '181125.938000', '181125.941000', '181125.944000', '181125.947000', '181125.950000', '181125.953000', '181125.956000', '181125.959000', '181125.962000', '181145.815000', '181145.818000', '181145.821000', '181145.824000', '181145.827000', '181145.830000', '181145.833000', '181145.836000', '181145.839000', '181145.842000', '181145.844000', '181145.847000', '181145.850000', '181145.853000', '181145.856000', '181145.859000', '181145.862000', '181145.865000', '181145.868000', '181145.871000', '181145.874000', '181145.877000', '181145.879000', '181145.882000', '181145.885000', '181145.888000', '181145.891000', '181145.894000', '181145.897000', '181145.900000', '181145.903000', '181145.906000', '181145.908000', '181145.911000', '181145.914000', '181145.917000', '181145.920000', '181145.923000', '181145.926000', '181145.929000', '181145.932000', '181145.935000', '181145.937000', '181145.940000', '181205.815000', '181205.818000', '181205.821000', '181205.824000', '181205.827000', '181205.830000', '181205.833000', '181205.835000', '181205.838000', '181205.841000', '181205.844000', '181205.847000', '181205.850000', '181205.853000', '181205.856000', '181205.859000', '181205.861000', '181205.864000', '181205.867000', '181205.870000', '181205.875000', '181205.878000', '181205.881000', '181205.884000', '181205.887000', '181205.890000', '181205.893000', '181205.896000', '181205.898000', '181205.902000', '181205.904000', '181205.907000', '181205.910000', '181205.913000', '181205.916000', '181205.919000', '181205.922000', '181205.924000', '181205.927000', '181205.930000', '181205.933000', '181205.936000', '181205.939000', '181225.815000', '181225.818000', '181225.821000', '181225.824000', '181225.827000', '181225.830000', '181225.833000', '181225.836000', '181225.839000', '181225.842000', '181225.844000', '181225.847000', '181225.850000', '181225.853000', '181225.856000', '181225.859000', '181225.862000', '181225.865000', '181225.868000', '181225.871000', '181225.874000', '181225.876000', '181225.879000', '181225.882000', '181225.886000', '181225.889000', '181225.891000', '181225.894000', '181225.897000', '181225.900000', '181225.903000', '181225.906000', '181225.909000', '181225.912000', '181225.915000', '181225.918000', '181225.921000', '181225.924000', '181225.926000', '181225.929000', '181225.932000', '181225.935000', '181225.938000', '181225.941000', '181245.814000', '181245.817000', '181245.820000', '181245.823000', '181245.826000', '181245.829000', '181245.831000', '181245.834000', '181245.837000', '181245.840000', '181245.843000', '181245.846000', '181245.849000', '181245.852000', '181245.854000', '181245.857000', '181245.860000', '181245.863000', '181245.866000', '181245.869000', '181245.872000', '181245.875000', '181245.878000', '181245.881000', '181245.884000', '181245.886000', '181245.889000', '181245.892000', '181245.895000', '181245.898000', '181245.901000', '181245.904000', '181245.907000', '181245.909000', '181245.912000', '181245.915000', '181245.918000', '181245.921000', '181245.924000', '181245.926000', '181245.929000', '181245.932000', '181245.935000', '181305.814000', '181305.817000', '181305.820000', '181305.823000', '181305.825000', '181305.828000', '181305.831000', '181305.834000', '181305.837000', '181305.840000', '181305.843000', '181305.846000', '181305.848000', '181305.851000', '181305.854000', '181305.857000', '181305.860000', '181305.863000', '181305.865000', '181305.868000', '181305.871000', '181305.874000', '181305.877000', '181305.880000', '181305.883000', '181305.886000', '181305.888000', '181305.892000', '181305.894000', '181305.897000', '181305.900000', '181305.903000', '181305.906000', '181305.909000', '181305.912000', '181305.915000', '181305.918000', '181305.921000', '181305.923000', '181305.926000', '181305.929000', '181305.932000', '181305.935000', '181305.938000', '181325.815000', '181325.818000', '181325.821000', '181325.824000', '181325.827000', '181325.830000', '181325.833000', '181325.836000', '181325.839000', '181325.843000', '181325.845000', '181325.848000', '181325.851000', '181325.854000', '181325.857000', '181325.860000', '181325.863000', '181325.866000', '181325.869000', '181325.872000', '181325.875000', '181325.878000', '181325.880000', '181325.883000', '181325.886000', '181325.889000', '181325.892000', '181325.895000', '181325.898000', '181325.901000', '181325.904000', '181325.907000', '181325.910000', '181325.915000', '181325.918000', '181325.921000', '181325.924000', '181325.926000', '181325.932000', '181325.935000', '181325.938000', '181325.941000', '181325.944000', '181345.815000', '181345.818000', '181345.821000', '181345.824000', '181345.827000', '181345.830000', '181345.833000', '181345.836000', '181345.838000', '181345.841000', '181345.844000', '181345.847000', '181345.850000', '181345.853000', '181345.856000', '181345.859000', '181345.862000', '181345.864000', '181345.867000', '181345.870000', '181345.873000', '181345.876000', '181345.879000', '181345.882000', '181345.885000', '181345.887000', '181345.902000', '181345.905000', '181345.908000', '181345.911000', '181345.914000', '181345.916000', '181345.919000', '181345.922000', '181345.925000', '181345.928000', '181345.931000', '181345.933000', '181345.937000', '181345.939000', '181345.942000', '181345.945000', '181345.948000', '181345.951000', '181405.815000', '181405.818000', '181405.821000', '181405.824000', '181405.827000', '181405.830000', '181405.832000', '181405.835000', '181405.838000', '181405.841000', '181405.844000', '181405.847000', '181405.849000', '181405.852000', '181405.855000', '181405.858000', '181405.861000', '181405.864000', '181405.866000', '181405.869000', '181405.872000', '181405.875000', '181405.878000', '181405.881000', '181405.884000', '181405.886000', '181405.889000', '181405.892000', '181405.895000', '181405.898000', '181405.901000', '181405.904000', '181405.906000', '181405.909000', '181405.912000', '181405.915000', '181405.918000', '181405.920000', '181405.924000', '181405.927000', '181405.929000', '181405.932000', '181405.935000', '181425.815000', '181425.818000', '181425.821000', '181425.824000', '181425.827000', '181425.830000', '181425.832000', '181425.835000', '181425.838000', '181425.841000', '181425.844000', '181425.847000', '181425.850000', '181425.853000', '181425.855000', '181425.858000', '181425.861000', '181425.864000', '181425.867000', '181425.870000', '181425.873000', '181425.875000', '181425.878000', '181425.881000', '181425.884000', '181425.887000', '181425.890000', '181425.893000', '181425.895000', '181425.898000', '181425.901000', '181425.904000', '181425.907000', '181425.916000', '181425.919000', '181425.921000', '181425.925000', '181425.928000', '181425.931000', '181425.934000', '181425.937000', '181425.940000', '181425.943000', '181425.945000', '181445.815000', '181445.818000', '181445.821000', '181445.824000', '181445.827000', '181445.829000', '181445.832000', '181445.835000', '181445.838000', '181445.841000', '181445.844000', '181445.847000', '181445.849000', '181445.852000', '181445.855000', '181445.858000', '181445.861000', '181445.864000', '181445.867000', '181445.869000', '181445.872000', '181445.877000', '181445.880000', '181445.883000', '181445.886000', '181445.889000', '181445.892000', '181445.895000', '181445.897000', '181445.900000', '181445.903000', '181445.906000', '181445.909000', '181445.912000', '181445.914000', '181445.917000', '181445.920000', '181445.924000', '181445.927000', '181445.930000', '181445.933000', '181445.935000', '181445.938000', '181505.780000', '181505.784000', '181505.787000', '181505.790000', '181505.794000', '181505.798000', '181505.805000', '181505.808000', '181505.811000', '181505.814000', '181505.817000', '181505.820000', '181505.823000', '181505.826000', '181505.829000', '181505.832000', '181505.835000', '181505.838000', '181505.841000', '181505.844000', '181505.847000', '181505.850000', '181505.853000', '181505.856000', '181505.859000', '181505.862000', '181505.865000', '181505.868000', '181505.871000', '181505.874000', '181505.877000', '181505.880000', '181505.883000', '181505.885000', '181505.888000', '181505.891000', '181505.894000', '181505.897000', '181505.900000', '181505.903000', '181505.906000', '181505.909000', '181505.911000', '181505.914000'], 'InstanceCreationTime': ['180245.847000', '180245.850000', '180245.853000', '180245.856000', '180245.859000', '180245.862000', '180245.865000', '180245.868000', '180245.871000', '180245.873000', '180245.876000', '180245.879000', '180245.882000', '180245.885000', '180245.888000', '180245.890000', '180245.893000', '180245.896000', '180245.899000', '180245.902000', '180245.904000', '180245.907000', '180245.910000', '180245.913000', '180245.916000', '180245.918000', '180245.921000', '180245.924000', '180245.927000', '180245.930000', '180245.932000', '180305.815000', '180305.818000', '180305.821000', '180305.824000', '180305.827000', '180305.835000', '180305.838000', '180305.841000', '180305.844000', '180305.847000', '180305.850000', '180305.853000', '180305.856000', '180305.859000', '180305.862000', '180305.865000', '180305.868000', '180305.870000', '180305.873000', '180305.876000', '180305.884000', '180305.887000', '180305.890000', '180305.892000', '180305.895000', '180305.898000', '180305.901000', '180305.904000', '180305.907000', '180305.909000', '180305.912000', '180305.915000', '180305.918000', '180305.921000', '180305.923000', '180305.926000', '180305.929000', '180305.932000', '180305.935000', '180305.938000', '180305.940000', '180305.943000', '180305.946000', '180325.814000', '180325.817000', '180325.820000', '180325.823000', '180325.825000', '180325.828000', '180325.831000', '180325.834000', '180325.837000', '180325.839000', '180325.842000', '180325.845000', '180325.848000', '180325.851000', '180325.854000', '180325.856000', '180325.859000', '180325.862000', '180325.865000', '180325.868000', '180325.871000', '180325.873000', '180325.876000', '180325.879000', '180325.882000', '180325.885000', '180325.887000', '180325.890000', '180325.898000', '180325.901000', '180325.904000', '180325.907000', '180325.910000', '180325.913000', '180325.915000', '180325.918000', '180325.921000', '180325.924000', '180325.927000', '180325.930000', '180325.932000', '180325.935000', '180325.938000', '180325.941000', '180345.814000', '180345.817000', '180345.820000', '180345.823000', '180345.825000', '180345.828000', '180345.831000', '180345.834000', '180345.837000', '180345.840000', '180345.842000', '180345.845000', '180345.848000', '180345.851000', '180345.854000', '180345.857000', '180345.860000', '180345.863000', '180345.867000', '180345.871000', '180345.874000', '180345.877000', '180345.880000', '180345.883000', '180345.886000', '180345.888000', '180345.891000', '180345.894000', '180345.897000', '180345.900000', '180345.903000', '180345.905000', '180345.908000', '180345.911000', '180345.914000', '180345.917000', '180345.920000', '180345.923000', '180345.925000', '180345.928000', '180345.931000', '180345.934000', '180345.937000', '180405.814000', '180405.817000', '180405.820000', '180405.823000', '180405.826000', '180405.829000', '180405.831000', '180405.834000', '180405.837000', '180405.840000', '180405.843000', '180405.846000', '180405.848000', '180405.851000', '180405.854000', '180405.857000', '180405.860000', '180405.863000', '180405.866000', '180405.869000', '180405.871000', '180405.874000', '180405.877000', '180405.880000', '180405.883000', '180405.886000', '180405.889000', '180405.891000', '180405.894000', '180405.897000', '180405.900000', '180405.903000', '180405.906000', '180405.908000', '180405.911000', '180405.914000', '180405.934000', '180405.937000', '180405.940000', '180405.942000', '180405.945000', '180405.948000', '180405.951000', '180405.954000', '180425.815000', '180425.818000', '180425.821000', '180425.824000', '180425.827000', '180425.829000', '180425.832000', '180425.835000', '180425.838000', '180425.841000', '180425.844000', '180425.847000', '180425.850000', '180425.853000', '180425.855000', '180425.858000', '180425.861000', '180425.864000', '180425.867000', '180425.870000', '180425.873000', '180425.876000', '180425.879000', '180425.882000', '180425.885000', '180425.888000', '180425.891000', '180425.893000', '180425.896000', '180425.899000', '180425.902000', '180425.905000', '180425.908000', '180425.911000', '180425.913000', '180425.916000', '180425.919000', '180425.922000', '180425.925000', '180425.928000', '180425.931000', '180425.933000', '180425.936000', '180445.815000', '180445.818000', '180445.821000', '180445.824000', '180445.826000', '180445.829000', '180445.832000', '180445.835000', '180445.838000', '180445.841000', '180445.844000', '180445.846000', '180445.849000', '180445.852000', '180445.855000', '180445.858000', '180445.861000', '180445.864000', '180445.866000', '180445.869000', '180445.872000', '180445.875000', '180445.878000', '180445.881000', '180445.884000', '180445.886000', '180445.889000', '180445.892000', '180445.895000', '180445.898000', '180445.901000', '180445.903000', '180445.906000', '180445.909000', '180445.912000', '180445.915000', '180445.918000', '180445.921000', '180445.923000', '180445.926000', '180445.929000', '180445.932000', '180445.935000', '180445.938000', '180505.815000', '180505.818000', '180505.821000', '180505.824000', '180505.827000', '180505.830000', '180505.833000', '180505.835000', '180505.838000', '180505.841000', '180505.844000', '180505.847000', '180505.850000', '180505.853000', '180505.856000', '180505.858000', '180505.861000', '180505.864000', '180505.867000', '180505.870000', '180505.873000', '180505.876000', '180505.879000', '180505.882000', '180505.884000', '180505.887000', '180505.890000', '180505.893000', '180505.896000', '180505.899000', '180505.902000', '180505.905000', '180505.908000', '180505.911000', '180505.914000', '180505.917000', '180505.920000', '180505.923000', '180505.925000', '180505.928000', '180505.931000', '180505.934000', '180505.937000', '180525.815000', '180525.818000', '180525.821000', '180525.824000', '180525.827000', '180525.830000', '180525.833000', '180525.836000', '180525.839000', '180525.841000', '180525.844000', '180525.847000', '180525.850000', '180525.853000', '180525.856000', '180525.859000', '180525.861000', '180525.864000', '180525.867000', '180525.870000', '180525.873000', '180525.876000', '180525.879000', '180525.882000', '180525.885000', '180525.887000', '180525.890000', '180525.893000', '180525.896000', '180525.899000', '180525.902000', '180525.905000', '180525.907000', '180525.910000', '180525.913000', '180525.916000', '180525.919000', '180525.922000', '180525.925000', '180525.928000', '180525.931000', '180525.933000', '180525.936000', '180525.939000', '180545.814000', '180545.817000', '180545.820000', '180545.823000', '180545.826000', '180545.829000', '180545.832000', '180545.835000', '180545.837000', '180545.840000', '180545.843000', '180545.848000', '180545.851000', '180545.854000', '180545.857000', '180545.860000', '180545.863000', '180545.866000', '180545.869000', '180545.872000', '180545.875000', '180545.878000', '180545.880000', '180545.883000', '180545.886000', '180545.889000', '180545.892000', '180545.895000', '180545.898000', '180545.901000', '180545.904000', '180545.919000', '180545.922000', '180545.925000', '180545.928000', '180545.931000', '180545.934000', '180545.937000', '180545.939000', '180545.942000', '180545.945000', '180545.948000', '180545.951000', '180605.814000', '180605.817000', '180605.820000', '180605.823000', '180605.826000', '180605.829000', '180605.832000', '180605.835000', '180605.837000', '180605.840000', '180605.843000', '180605.846000', '180605.849000', '180605.852000', '180605.855000', '180605.858000', '180605.860000', '180605.863000', '180605.866000', '180605.869000', '180605.872000', '180605.875000', '180605.878000', '180605.881000', '180605.883000', '180605.886000', '180605.889000', '180605.892000', '180605.895000', '180605.897000', '180605.900000', '180605.903000', '180605.906000', '180605.909000', '180605.912000', '180605.915000', '180605.917000', '180605.920000', '180605.923000', '180605.926000', '180605.929000', '180605.932000', '180605.934000', '180605.937000', '180625.814000', '180625.817000', '180625.820000', '180625.823000', '180625.826000', '180625.829000', '180625.832000', '180625.835000', '180625.838000', '180625.840000', '180625.843000', '180625.846000', '180625.849000', '180625.852000', '180625.855000', '180625.858000', '180625.861000', '180625.864000', '180625.866000', '180625.869000', '180625.879000', '180625.882000', '180625.885000', '180625.888000', '180625.891000', '180625.893000', '180625.896000', '180625.899000', '180625.902000', '180625.905000', '180625.908000', '180625.911000', '180625.914000', '180625.917000', '180625.920000', '180625.923000', '180625.926000', '180625.929000', '180625.932000', '180625.935000', '180625.938000', '180625.940000', '180625.944000', '180645.815000', '180645.818000', '180645.821000', '180645.824000', '180645.827000', '180645.830000', '180645.833000', '180645.836000', '180645.839000', '180645.842000', '180645.844000', '180645.847000', '180645.850000', '180645.853000', '180645.856000', '180645.859000', '180645.862000', '180645.865000', '180645.868000', '180645.870000', '180645.873000', '180645.876000', '180645.879000', '180645.882000', '180645.885000', '180645.888000', '180645.891000', '180645.894000', '180645.896000', '180645.899000', '180645.902000', '180645.905000', '180645.908000', '180645.911000', '180645.914000', '180645.917000', '180645.920000', '180645.923000', '180645.926000', '180645.928000', '180645.931000', '180645.934000', '180645.937000', '180645.940000', '180705.815000', '180705.818000', '180705.821000', '180705.824000', '180705.827000', '180705.830000', '180705.832000', '180705.835000', '180705.838000', '180705.841000', '180705.844000', '180705.847000', '180705.850000', '180705.853000', '180705.856000', '180705.859000', '180705.861000', '180705.864000', '180705.867000', '180705.870000', '180705.873000', '180705.876000', '180705.879000', '180705.882000', '180705.885000', '180705.889000', '180705.892000', '180705.895000', '180705.898000', '180705.901000', '180705.904000', '180705.907000', '180705.910000', '180705.913000', '180705.915000', '180705.918000', '180705.921000', '180705.924000', '180705.927000', '180705.930000', '180705.933000', '180705.936000', '180705.939000', '180725.815000', '180725.818000', '180725.821000', '180725.824000', '180725.827000', '180725.830000', '180725.833000', '180725.835000', '180725.838000', '180725.841000', '180725.844000', '180725.847000', '180725.850000', '180725.853000', '180725.856000', '180725.859000', '180725.862000', '180725.865000', '180725.868000', '180725.870000', '180725.873000', '180725.876000', '180725.879000', '180725.882000', '180725.885000', '180725.888000', '180725.891000', '180725.894000', '180725.896000', '180725.899000', '180725.902000', '180725.905000', '180725.908000', '180725.911000', '180725.914000', '180725.917000', '180725.920000', '180725.922000', '180725.925000', '180725.928000', '180725.931000', '180725.934000', '180725.937000', '180725.940000', '180745.815000', '180745.818000', '180745.821000', '180745.824000', '180745.827000', '180745.830000', '180745.833000', '180745.836000', '180745.838000', '180745.841000', '180745.844000', '180745.847000', '180745.850000', '180745.853000', '180745.856000', '180745.859000', '180745.862000', '180745.865000', '180745.868000', '180745.870000', '180745.873000', '180745.876000', '180745.879000', '180745.882000', '180745.885000', '180745.888000', '180745.891000', '180745.894000', '180745.897000', '180745.899000', '180745.902000', '180745.905000', '180745.908000', '180745.911000', '180745.914000', '180745.917000', '180745.920000', '180745.923000', '180745.925000', '180745.928000', '180745.931000', '180745.934000', '180745.937000', '180805.814000', '180805.817000', '180805.820000', '180805.823000', '180805.826000', '180805.829000', '180805.832000', '180805.835000', '180805.837000', '180805.840000', '180805.843000', '180805.846000', '180805.849000', '180805.852000', '180805.855000', '180805.858000', '180805.861000', '180805.863000', '180805.866000', '180805.869000', '180805.872000', '180805.875000', '180805.878000', '180805.881000', '180805.884000', '180805.886000', '180805.889000', '180805.892000', '180805.895000', '180805.898000', '180805.901000', '180805.904000', '180805.907000', '180805.910000', '180805.912000', '180805.915000', '180805.918000', '180805.921000', '180805.924000', '180805.927000', '180805.930000', '180805.933000', '180805.936000', '180805.939000', '180825.814000', '180825.817000', '180825.820000', '180825.823000', '180825.826000', '180825.829000', '180825.832000', '180825.835000', '180825.838000', '180825.841000', '180825.844000', '180825.847000', '180825.850000', '180825.853000', '180825.855000', '180825.858000', '180825.861000', '180825.864000', '180825.867000', '180825.870000', '180825.873000', '180825.876000', '180825.878000', '180825.881000', '180825.884000', '180825.887000', '180825.890000', '180825.893000', '180825.896000', '180825.899000', '180825.902000', '180825.904000', '180825.907000', '180825.910000', '180825.913000', '180825.916000', '180825.919000', '180825.922000', '180825.926000', '180825.930000', '180825.932000', '180825.935000', '180825.938000', '180845.814000', '180845.817000', '180845.820000', '180845.823000', '180845.826000', '180845.829000', '180845.832000', '180845.835000', '180845.837000', '180845.840000', '180845.854000', '180845.857000', '180845.860000', '180845.863000', '180845.866000', '180845.868000', '180845.871000', '180845.874000', '180845.877000', '180845.880000', '180845.883000', '180845.886000', '180845.889000', '180845.893000', '180845.896000', '180845.899000', '180845.901000', '180845.904000', '180845.907000', '180845.910000', '180845.913000', '180845.916000', '180845.919000', '180845.921000', '180845.924000', '180845.927000', '180845.930000', '180845.933000', '180845.936000', '180845.938000', '180845.941000', '180845.944000', '180845.947000', '180845.950000', '180905.815000', '180905.818000', '180905.821000', '180905.824000', '180905.827000', '180905.830000', '180905.832000', '180905.835000', '180905.838000', '180905.841000', '180905.844000', '180905.847000', '180905.850000', '180905.853000', '180905.856000', '180905.858000', '180905.861000', '180905.864000', '180905.867000', '180905.870000', '180905.873000', '180905.876000', '180905.879000', '180905.882000', '180905.884000', '180905.887000', '180905.890000', '180905.893000', '180905.896000', '180905.899000', '180905.901000', '180905.904000', '180905.907000', '180905.910000', '180905.913000', '180905.916000', '180905.919000', '180905.922000', '180905.924000', '180905.927000', '180905.930000', '180905.933000', '180905.936000', '180925.815000', '180925.818000', '180925.821000', '180925.824000', '180925.827000', '180925.829000', '180925.836000', '180925.839000', '180925.842000', '180925.845000', '180925.848000', '180925.851000', '180925.854000', '180925.857000', '180925.859000', '180925.862000', '180925.865000', '180925.868000', '180925.871000', '180925.874000', '180925.877000', '180925.884000', '180925.887000', '180925.890000', '180925.893000', '180925.896000', '180925.898000', '180925.901000', '180925.904000', '180925.907000', '180925.910000', '180925.913000', '180925.916000', '180925.919000', '180925.922000', '180925.925000', '180925.928000', '180925.930000', '180925.933000', '180925.936000', '180925.939000', '180925.942000', '180925.945000', '180925.947000', '180945.815000', '180945.818000', '180945.821000', '180945.824000', '180945.827000', '180945.830000', '180945.832000', '180945.835000', '180945.838000', '180945.841000', '180945.844000', '180945.847000', '180945.850000', '180945.852000', '180945.855000', '180945.858000', '180945.861000', '180945.864000', '180945.867000', '180945.870000', '180945.872000', '180945.875000', '180945.878000', '180945.881000', '180945.884000', '180945.887000', '180945.890000', '180945.892000', '180945.895000', '180945.898000', '180945.901000', '180945.904000', '180945.907000', '180945.910000', '180945.912000', '180945.915000', '180945.918000', '180945.921000', '180945.924000', '180945.927000', '180945.930000', '180945.933000', '180945.935000', '181005.815000', '181005.818000', '181005.821000', '181005.824000', '181005.827000', '181005.830000', '181005.833000', '181005.836000', '181005.839000', '181005.842000', '181005.845000', '181005.848000', '181005.851000', '181005.854000', '181005.856000', '181005.859000', '181005.862000', '181005.865000', '181005.868000', '181005.871000', '181005.885000', '181005.888000', '181005.891000', '181005.894000', '181005.897000', '181005.900000', '181005.902000', '181005.905000', '181005.908000', '181005.911000', '181005.914000', '181005.917000', '181005.919000', '181005.922000', '181005.925000', '181005.928000', '181005.931000', '181005.934000', '181005.937000', '181005.940000', '181005.943000', '181005.945000', '181005.948000', '181025.814000', '181025.817000', '181025.820000', '181025.823000', '181025.826000', '181025.829000', '181025.832000', '181025.835000', '181025.838000', '181025.840000', '181025.843000', '181025.846000', '181025.850000', '181025.853000', '181025.856000', '181025.859000', '181025.861000', '181025.864000', '181025.867000', '181025.870000', '181025.873000', '181025.876000', '181025.879000', '181025.882000', '181025.885000', '181025.887000', '181025.890000', '181025.893000', '181025.896000', '181025.899000', '181025.902000', '181025.905000', '181025.908000', '181025.911000', '181025.914000', '181025.917000', '181025.919000', '181025.922000', '181025.925000', '181025.928000', '181025.931000', '181025.934000', '181025.937000', '181025.940000', '181045.814000', '181045.817000', '181045.820000', '181045.823000', '181045.826000', '181045.829000', '181045.833000', '181045.836000', '181045.839000', '181045.842000', '181045.845000', '181045.848000', '181045.851000', '181045.854000', '181045.856000', '181045.860000', '181045.862000', '181045.865000', '181045.868000', '181045.871000', '181045.874000', '181045.877000', '181045.880000', '181045.883000', '181045.886000', '181045.889000', '181045.891000', '181045.894000', '181045.897000', '181045.900000', '181045.903000', '181045.906000', '181045.909000', '181045.912000', '181045.915000', '181045.917000', '181045.920000', '181045.923000', '181045.926000', '181045.929000', '181045.932000', '181045.935000', '181045.938000', '181105.815000', '181105.818000', '181105.821000', '181105.824000', '181105.827000', '181105.830000', '181105.833000', '181105.836000', '181105.839000', '181105.841000', '181105.844000', '181105.847000', '181105.850000', '181105.853000', '181105.856000', '181105.859000', '181105.862000', '181105.865000', '181105.868000', '181105.871000', '181105.873000', '181105.876000', '181105.879000', '181105.882000', '181105.885000', '181105.888000', '181105.891000', '181105.894000', '181105.897000', '181105.899000', '181105.902000', '181105.905000', '181105.908000', '181105.911000', '181105.914000', '181105.917000', '181105.920000', '181105.923000', '181105.926000', '181105.928000', '181105.931000', '181105.934000', '181105.937000', '181105.940000', '181125.815000', '181125.818000', '181125.821000', '181125.824000', '181125.827000', '181125.830000', '181125.833000', '181125.836000', '181125.839000', '181125.842000', '181125.845000', '181125.848000', '181125.851000', '181125.854000', '181125.857000', '181125.859000', '181125.862000', '181125.877000', '181125.880000', '181125.883000', '181125.886000', '181125.889000', '181125.892000', '181125.895000', '181125.898000', '181125.901000', '181125.915000', '181125.918000', '181125.921000', '181125.924000', '181125.927000', '181125.930000', '181125.933000', '181125.935000', '181125.938000', '181125.941000', '181125.944000', '181125.947000', '181125.950000', '181125.953000', '181125.956000', '181125.959000', '181125.962000', '181145.815000', '181145.818000', '181145.821000', '181145.824000', '181145.827000', '181145.830000', '181145.833000', '181145.836000', '181145.839000', '181145.842000', '181145.844000', '181145.847000', '181145.850000', '181145.853000', '181145.856000', '181145.859000', '181145.862000', '181145.865000', '181145.868000', '181145.871000', '181145.874000', '181145.877000', '181145.879000', '181145.882000', '181145.885000', '181145.888000', '181145.891000', '181145.894000', '181145.897000', '181145.900000', '181145.903000', '181145.906000', '181145.908000', '181145.911000', '181145.914000', '181145.917000', '181145.920000', '181145.923000', '181145.926000', '181145.929000', '181145.932000', '181145.935000', '181145.937000', '181145.940000', '181205.815000', '181205.818000', '181205.821000', '181205.824000', '181205.827000', '181205.830000', '181205.833000', '181205.835000', '181205.838000', '181205.841000', '181205.844000', '181205.847000', '181205.850000', '181205.853000', '181205.856000', '181205.859000', '181205.861000', '181205.864000', '181205.867000', '181205.870000', '181205.875000', '181205.878000', '181205.881000', '181205.884000', '181205.887000', '181205.890000', '181205.893000', '181205.896000', '181205.898000', '181205.902000', '181205.904000', '181205.907000', '181205.910000', '181205.913000', '181205.916000', '181205.919000', '181205.922000', '181205.924000', '181205.927000', '181205.930000', '181205.933000', '181205.936000', '181205.939000', '181225.815000', '181225.818000', '181225.821000', '181225.824000', '181225.827000', '181225.830000', '181225.833000', '181225.836000', '181225.839000', '181225.842000', '181225.844000', '181225.847000', '181225.850000', '181225.853000', '181225.856000', '181225.859000', '181225.862000', '181225.865000', '181225.868000', '181225.871000', '181225.874000', '181225.876000', '181225.879000', '181225.882000', '181225.886000', '181225.889000', '181225.891000', '181225.894000', '181225.897000', '181225.900000', '181225.903000', '181225.906000', '181225.909000', '181225.912000', '181225.915000', '181225.918000', '181225.921000', '181225.924000', '181225.926000', '181225.929000', '181225.932000', '181225.935000', '181225.938000', '181225.941000', '181245.814000', '181245.817000', '181245.820000', '181245.823000', '181245.826000', '181245.829000', '181245.831000', '181245.834000', '181245.837000', '181245.840000', '181245.843000', '181245.846000', '181245.849000', '181245.852000', '181245.854000', '181245.857000', '181245.860000', '181245.863000', '181245.866000', '181245.869000', '181245.872000', '181245.875000', '181245.878000', '181245.881000', '181245.884000', '181245.886000', '181245.889000', '181245.892000', '181245.895000', '181245.898000', '181245.901000', '181245.904000', '181245.907000', '181245.909000', '181245.912000', '181245.915000', '181245.918000', '181245.921000', '181245.924000', '181245.926000', '181245.929000', '181245.932000', '181245.935000', '181305.814000', '181305.817000', '181305.820000', '181305.823000', '181305.825000', '181305.828000', '181305.831000', '181305.834000', '181305.837000', '181305.840000', '181305.843000', '181305.846000', '181305.848000', '181305.851000', '181305.854000', '181305.857000', '181305.860000', '181305.863000', '181305.865000', '181305.868000', '181305.871000', '181305.874000', '181305.877000', '181305.880000', '181305.883000', '181305.886000', '181305.888000', '181305.892000', '181305.894000', '181305.897000', '181305.900000', '181305.903000', '181305.906000', '181305.909000', '181305.912000', '181305.915000', '181305.918000', '181305.921000', '181305.923000', '181305.926000', '181305.929000', '181305.932000', '181305.935000', '181305.938000', '181325.815000', '181325.818000', '181325.821000', '181325.824000', '181325.827000', '181325.830000', '181325.833000', '181325.836000', '181325.839000', '181325.843000', '181325.845000', '181325.848000', '181325.851000', '181325.854000', '181325.857000', '181325.860000', '181325.863000', '181325.866000', '181325.869000', '181325.872000', '181325.875000', '181325.878000', '181325.880000', '181325.883000', '181325.886000', '181325.889000', '181325.892000', '181325.895000', '181325.898000', '181325.901000', '181325.904000', '181325.907000', '181325.910000', '181325.915000', '181325.918000', '181325.921000', '181325.924000', '181325.926000', '181325.932000', '181325.935000', '181325.938000', '181325.941000', '181325.944000', '181345.815000', '181345.818000', '181345.821000', '181345.824000', '181345.827000', '181345.830000', '181345.833000', '181345.836000', '181345.838000', '181345.841000', '181345.844000', '181345.847000', '181345.850000', '181345.853000', '181345.856000', '181345.859000', '181345.862000', '181345.864000', '181345.867000', '181345.870000', '181345.873000', '181345.876000', '181345.879000', '181345.882000', '181345.885000', '181345.887000', '181345.902000', '181345.905000', '181345.908000', '181345.911000', '181345.914000', '181345.916000', '181345.919000', '181345.922000', '181345.925000', '181345.928000', '181345.931000', '181345.933000', '181345.937000', '181345.939000', '181345.942000', '181345.945000', '181345.948000', '181345.951000', '181405.815000', '181405.818000', '181405.821000', '181405.824000', '181405.827000', '181405.830000', '181405.832000', '181405.835000', '181405.838000', '181405.841000', '181405.844000', '181405.847000', '181405.849000', '181405.852000', '181405.855000', '181405.858000', '181405.861000', '181405.864000', '181405.866000', '181405.869000', '181405.872000', '181405.875000', '181405.878000', '181405.881000', '181405.884000', '181405.886000', '181405.889000', '181405.892000', '181405.895000', '181405.898000', '181405.901000', '181405.904000', '181405.906000', '181405.909000', '181405.912000', '181405.915000', '181405.918000', '181405.920000', '181405.924000', '181405.927000', '181405.929000', '181405.932000', '181405.935000', '181425.815000', '181425.818000', '181425.821000', '181425.824000', '181425.827000', '181425.830000', '181425.832000', '181425.835000', '181425.838000', '181425.841000', '181425.844000', '181425.847000', '181425.850000', '181425.853000', '181425.855000', '181425.858000', '181425.861000', '181425.864000', '181425.867000', '181425.870000', '181425.873000', '181425.875000', '181425.878000', '181425.881000', '181425.884000', '181425.887000', '181425.890000', '181425.893000', '181425.895000', '181425.898000', '181425.901000', '181425.904000', '181425.907000', '181425.916000', '181425.919000', '181425.921000', '181425.925000', '181425.928000', '181425.931000', '181425.934000', '181425.937000', '181425.940000', '181425.943000', '181425.945000', '181445.815000', '181445.818000', '181445.821000', '181445.824000', '181445.827000', '181445.829000', '181445.832000', '181445.835000', '181445.838000', '181445.841000', '181445.844000', '181445.847000', '181445.849000', '181445.852000', '181445.855000', '181445.858000', '181445.861000', '181445.864000', '181445.867000', '181445.869000', '181445.872000', '181445.877000', '181445.880000', '181445.883000', '181445.886000', '181445.889000', '181445.892000', '181445.895000', '181445.897000', '181445.900000', '181445.903000', '181445.906000', '181445.909000', '181445.912000', '181445.914000', '181445.917000', '181445.920000', '181445.924000', '181445.927000', '181445.930000', '181445.933000', '181445.935000', '181445.938000', '181505.780000', '181505.784000', '181505.787000', '181505.790000', '181505.794000', '181505.798000', '181505.805000', '181505.808000', '181505.811000', '181505.814000', '181505.817000', '181505.820000', '181505.823000', '181505.826000', '181505.829000', '181505.832000', '181505.835000', '181505.838000', '181505.841000', '181505.844000', '181505.847000', '181505.850000', '181505.853000', '181505.856000', '181505.859000', '181505.862000', '181505.865000', '181505.868000', '181505.871000', '181505.874000', '181505.877000', '181505.880000', '181505.883000', '181505.885000', '181505.888000', '181505.891000', '181505.894000', '181505.897000', '181505.900000', '181505.903000', '181505.906000', '181505.909000', '181505.911000', '181505.914000'], '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': [11717, 17057, 10791, 14849, 10633, 14276, 9058, 11320, 16130, 10435, 14437, 10512, 12482, 16001, 10293, 16121, 10901, 13443, 8680, 11256, 13529, 10289, 13816, 10285, 11898, 9645, 10685, 10200, 9608, 14066, 11013, 14097, 10248, 12843, 10235, 12689, 9498, 12772, 13764, 10642, 16307, 11295, 13510, 10663, 11047, 9541, 10412, 13370, 10986, 13874, 11954, 14552, 12842, 11497, 14535, 11654, 15689, 10755, 15311, 11028, 14829, 10797, 13558, 14643, 13206, 14393, 11327, 17263, 10597, 14828, 11157, 13478, 9974, 11390, 17040, 10303, 15300, 10570, 14197, 8792, 12432, 9294, 11563, 17456, 10438, 16441, 11212, 14405, 9285, 12095, 11051, 11622, 17052, 10519, 15603, 11538, 13408, 13328, 11607, 17510, 11052, 15317, 10863, 15640, 10850, 12690, 18834, 12185, 17245, 10933, 15715, 8875, 12290, 10395, 11429, 16022, 10441, 14218, 9612, 12708, 9329, 12045, 15723, 11345, 17144, 10506, 13788, 10164, 12996, 14403, 11776, 17306, 10258, 13449, 9868, 12448, 14122, 10674, 15639, 10563, 14566, 10430, 12519, 10639, 10963, 15748, 10232, 14137, 10306, 13051, 9238, 11209, 16038, 10423, 13659, 9132, 12592, 9234, 11947, 15737, 10214, 15011, 10557, 13854, 9461, 12826, 13467, 11728, 17035, 11918, 14822, 9578, 12387, 14363, 10243, 14980, 9712, 12783, 12414, 10764, 15933, 10038, 12954, 9664, 12033, 16341, 10643, 14952, 9932, 12697, 9262, 12071, 14452, 10347, 15020, 10105, 12754, 9954, 12201, 16916, 9928, 14261, 10160, 12580, 11502, 11878, 17605, 10262, 13652, 9938, 12412, 12719, 10872, 15693, 10116, 13606, 10302, 13216, 9340, 12083, 9812, 11712, 8216, 12319, 9108, 12635, 16126, 11156, 16881, 11450, 13426, 10498, 11303, 18192, 10559, 14283, 9492, 12356, 9831, 10914, 16453, 9983, 13559, 10022, 12118, 8600, 11766, 12136, 10462, 15959, 10243, 14836, 10468, 14053, 9868, 12603, 8651, 12236, 9076, 11166, 16171, 10521, 14844, 8804, 12313, 11564, 10434, 15830, 10639, 13415, 9438, 12266, 11681, 11441, 15513, 10338, 14518, 11153, 15114, 11033, 13158, 13881, 10733, 15532, 10835, 15054, 9950, 12860, 15457, 10795, 15732, 10988, 15597, 11036, 13205, 9867, 11157, 18558, 10847, 15762, 9531, 12895, 8987, 11075, 16353, 10276, 15447, 10135, 13108, 9137, 11633, 16813, 10315, 15042, 10569, 13105, 12087, 12053, 18089, 10522, 14584, 10258, 13253, 10849, 12003, 15470, 9634, 14964, 10167, 12914, 9991, 11304, 17278, 10693, 14638, 9347, 12212, 10230, 10629, 16285, 10454, 15224, 9202, 12182, 9361, 11615, 16875, 10473, 15262, 9572, 12499, 12616, 10383, 15524, 10707, 12937, 12057, 10796, 16796, 10489, 13159, 9081, 11615, 12129, 10373, 15866, 10223, 13340, 9897, 11757, 13000, 10453, 15536, 9530, 12622, 9795, 12368, 9606, 11753, 12862, 9873, 14568, 10471, 13872, 9291, 12104, 15201, 9800, 14935, 11294, 13169, 8761, 11466, 16293, 10051, 14866, 11380, 12884, 10496, 11594, 19240, 10920, 15838, 9476, 12735, 9649, 11827, 12119, 10830, 18422, 10370, 14431, 9281, 12031, 9617, 10945, 17448, 9925, 15125, 11026, 14926, 9544, 11970, 9739, 11762, 14076, 10433, 16207, 10719, 12518, 13430, 10569, 16446, 10309, 12206, 10656, 10515, 15874, 9888, 15536, 10233, 13729, 8938, 11794, 8647, 11187, 15411, 10365, 15627, 9822, 12284, 9779, 10757, 15453, 10915, 12867, 10655, 10898, 17834, 10707, 14888, 10484, 12772, 9469, 11880, 10264, 11844, 16000, 10983, 17245, 11261, 13201, 11856, 11260, 17433, 10724, 14808, 8797, 12017, 12113, 10210, 15054, 10070, 13701, 9311, 11752, 10835, 10444, 16644, 10483, 14922, 9325, 11572, 10056, 10951, 17690, 9562, 13694, 9994, 12017, 11894, 11298, 17108, 9845, 14287, 10397, 12455, 10565, 10560, 18502, 9982, 14564, 10650, 12282, 9859, 11153, 15125, 10148, 15633, 10922, 12008, 10728, 11517, 13768, 10804, 18112, 9568, 12959, 9889, 12023, 13974, 10045, 15216, 10393, 13613, 9428, 11901, 11630, 10557, 15071, 10059, 14058, 10551, 11705, 10619, 10590, 16137, 10430, 16598, 9814, 12439, 10484, 11434, 15732, 10366, 15771, 10005, 12830, 10586, 11469, 15116, 9802, 14842, 10904, 12571, 10881, 10964, 15692, 10027, 15249, 10675, 14679, 10787, 12751, 9875, 12929, 10171, 13756, 10001, 12941, 10110, 12393, 11062, 10810, 18824, 10116, 15127, 12067, 13121, 9893, 11462, 12688, 10505, 15824, 10230, 13773, 10298, 11903, 11334, 10739, 17338, 10186, 14887, 11026, 12577, 11099, 10681, 15731, 9597, 15029, 10815, 12435, 11159, 10751, 15794, 10219, 15399, 10906, 13347, 10942, 11827, 9404, 11618, 10203, 10740, 15861, 10290, 15246, 10783, 13608, 10138, 12419, 10161, 10881, 16851, 10506, 14967, 10992, 13009, 10934, 11538, 14723, 10376, 15243, 10868, 13348, 11024, 12641, 10379, 11401, 11937, 10923, 9624, 10850, 13523, 10592, 16015, 11344, 14343, 12038, 12150, 14770, 10502, 15514, 11140, 13689, 11480, 12800, 10011, 13511, 10302, 13511, 12102, 9158, 12855, 10279, 15547, 12478, 13144, 15308, 11015, 18537, 11258, 15387, 12164, 12708, 12900, 10927, 17300, 10847, 14614, 11115, 13046, 10147, 13154, 10199, 15110, 10896, 13170, 10530, 12627, 11239, 17065, 11115, 15756, 11682, 14012, 11876, 13255, 10017, 13088, 11056, 12626, 14345, 11323, 18296, 11230, 15484, 11683, 13865, 11673, 13462, 10587, 12939, 9838, 13170, 10972, 13724, 11026, 14716, 10503, 14391, 10482, 13651, 11077, 13090, 11455, 11842, 16589, 11306, 15668, 11174, 14303, 10882, 13178, 11076, 13295, 10717, 12453, 11027, 12066, 11735, 12295, 10317, 12073, 10709, 13222, 10579, 14284, 12300, 14103, 11039, 13419, 10867, 13296, 10614, 13132, 12127, 12555, 11735, 12498, 11874, 12554, 13651, 11748, 12666, 11836, 14041, 12471, 10920, 12581, 10605, 13156, 11679, 12756, 14827, 11478, 18613, 10919, 14843, 11561, 12769, 13304, 10801, 18189, 10577, 13847, 11039, 12688, 10321, 11953, 12571, 11098, 14566, 11511, 13043, 11556, 10232, 12033, 10432, 12538, 11963, 12625, 10979, 12562, 10236, 13361, 10698, 13397, 12345, 13360, 12198, 13385, 12397, 13637, 11398, 13449, 10294, 13733, 12762, 12950, 17829, 11688, 17343, 11229, 15018, 11465, 12953, 11570, 11761, 16181, 10916, 16650, 10699, 14641, 10288, 16428, 10708, 17158, 11266, 17380, 10500, 16118, 11216, 17215, 11131, 15587, 10515, 16604, 10991, 14928, 11620, 13585, 11410, 12687, 13752, 11424, 18765, 11073, 14864, 10765, 14108, 10791, 13741, 10499, 15527, 10709, 15896, 11106, 16436, 11769, 15963, 11454, 13948, 11935, 16955, 11909, 16388, 12454, 16130, 11413, 14369, 12228, 13304, 12841, 12272, 14821, 11441, 17367, 11593, 17726, 11321, 17051, 10974, 19360, 11885, 18675, 11460, 16433, 10948, 16663, 10978, 14742, 10780, 14484, 11035, 13205, 11252, 12564, 14010, 11692, 16275, 11237, 15662, 11234, 16732, 11255, 14678, 10794, 14486, 10519, 17980, 10219, 16585, 10511, 17146, 11548, 16089, 11039, 15854, 11121, 19745, 11287, 16504, 12432, 14536, 11786, 14314, 10760, 13467, 11185, 13477, 11074, 13285, 12489, 12707, 13327, 11708, 14395, 11342, 16774, 11031, 16596, 10819, 14787, 11119, 13279, 12962, 11504, 18899, 11438, 19083, 10601, 15348, 10413, 14125, 10664, 14479, 10394, 13444, 9957, 13262, 10559, 13569, 10235, 13385, 10573, 13312, 11007, 13063, 10740, 12971, 10880, 12619, 12831, 11514, 16343, 11209, 17377, 10579, 14950, 10842, 15286, 11160, 16359, 10121, 16342, 10770, 15371, 11708, 15694, 10365, 13235, 11514, 12157, 14675, 10764, 15690, 10606, 14134, 10545, 13087, 10901, 11694, 15830, 10943, 15527, 11021, 13383, 10802, 13593, 10530, 13003, 10198, 13658, 10435, 14524, 11178, 15981, 10633, 17169, 11074, 14927, 11402, 13265, 12151, 13777, 11426, 12462, 10385, 12067, 16007, 11442, 18341, 11278, 15872, 12360, 13473, 13575, 12408, 12816, 12034, 16660, 11148, 17220, 11265, 16311, 10677, 14004, 10734, 13299, 10254, 12694, 10647, 12088, 15169, 11018, 18382, 11291, 17975, 10894, 9925, 10508, 10493, 12681, 13324, 12005, 9557, 12017, 9916, 12989, 10499, 14850, 10902, 17973, 10794, 14859, 12183, 14332, 11915, 12117, 19582, 11772, 15685, 12350, 13394, 16025, 11611, 19517, 10596, 15160, 10899, 13548, 10596, 15213, 10214, 16260, 10374, 18380, 10312, 14387, 10293, 17071, 11423, 16048, 12424, 12509, 12551, 10217, 17010, 10263, 14849, 11981, 11627, 15266, 10876, 17298, 10149, 15805, 10117, 13472, 10412, 11923, 9333, 11665, 10874, 11321, 15173, 10493, 17408, 10588, 15722, 10068, 12670, 9782, 12034, 9908, 10930, 12603, 10928, 17980, 11369, 15381, 9837, 11734, 9864, 16857, 10406, 16259, 11335, 13436, 12246, 10894, 18111, 10227, 16230, 10915, 12732, 10379, 12014, 10090, 11602, 10719, 12186, 12054, 10822, 9774, 10407, 17397, 10868, 15802, 10680, 12584, 11024, 10502, 16026, 10863, 13107, 11146, 10345, 17362, 10295, 13268, 11118, 11715, 13012, 10868, 12333, 10449, 14859, 10071, 15749, 11291, 13523, 10730, 11323, 16487, 10570, 17364, 9898, 13781, 10436, 12772, 11083, 11167, 16013, 11082, 13742, 10658, 13017, 10395, 16554, 11101, 15041, 12823, 11481, 15556, 11586, 17213, 10354, 11032, 9846, 13396, 10617, 17365, 11453, 16979, 10048, 15063, 13111, 11055, 19228, 9865, 14742, 11778, 12015, 15732, 12339, 9705, 10027, 12334, 10849, 17253, 11259, 14839, 12608, 10707, 18871, 9986, 15859, 10188, 11979, 15422, 10355, 18366, 9573, 13064, 9666, 11882, 10017, 10434, 16923, 9669, 14662, 10524, 12859, 9884, 11615, 9706, 11256, 12608, 10295, 18738, 9788, 14114, 10377, 12146, 12801, 10413, 17420, 9726, 14003, 10665, 12401, 11281, 10425, 15646, 10047, 16750, 10058, 14314, 10338, 12582, 10120, 11864, 9144, 11725, 9865, 10885, 19436, 10537, 15041, 11807, 11141, 17800, 10208, 14734, 10354, 11964, 12878, 10277, 17790, 10224, 14392, 10920, 13033, 10535, 11852, 10002, 11257, 12629, 10940, 8437, 11184, 9211, 12151, 10622, 11562, 15193, 11191, 17592, 11028, 18360, 10603, 17704, 10948, 17526, 10449, 14910, 11141, 13016, 10614, 11248, 14444, 10893, 12767, 11061, 9071, 11300, 14772, 11788, 14642, 10861, 17967, 10658, 15780, 12453, 12839, 12080, 10945, 20033, 11057, 14916, 10667, 14543, 10927, 16197, 10100, 14664, 10779, 17519, 12434, 16215, 17166, 11196, 17377, 10759, 13843, 10491, 11275, 19300, 10112, 15456, 10633, 12936, 10234, 11387, 17510, 10131, 15692, 10490, 13909, 10345, 13101, 10431, 11498, 17072, 10259, 15231, 9911, 12903, 10016, 13241, 10227, 14727, 10890, 14118, 10448, 13747, 11085, 9358, 14032, 9496, 11779, 11169, 11219, 12386, 14062, 12171, 14013, 12583, 14224, 13258, 18225, 14401, 17078, 13316, 16681, 14740, 13797, 20997, 13580, 17323, 14186, 13097, 16402, 11375, 18985, 10895, 13843, 10558, 14520, 9782, 13040, 9747, 14885, 10466, 14026, 11179, 12661, 10001, 12000, 11261, 10858, 15585, 10608, 13124, 11418, 11239, 15830, 10945, 13346, 9586, 12318, 10799, 10913, 16986, 10245, 14051, 9854, 12120, 13810, 11148, 18492, 11043, 14266, 9565, 12622, 9981, 12103, 10092, 11072, 13445, 10052, 14547, 11161, 16560, 10224, 13159, 10141, 13449, 9997, 12720, 9922, 11289, 11080, 11532, 12953, 11423, 18604, 11019, 14937, 10738, 12944, 9347, 12284, 13391, 11062, 16335, 10801, 13717, 10017, 12749, 10994, 13294, 10217, 12897, 10482, 13864, 11612, 14831, 11238, 13426, 10975, 13032, 13260, 11858, 15647, 10766, 16658, 10739, 16336, 11199, 16565, 10748, 11088, 10066, 9722, 11818, 8660, 12838, 8916, 13012, 9219, 13873, 10310, 13106, 9302, 13584, 10789, 14563, 11822, 16793, 10594, 14827, 11622, 16447, 13951, 16173, 12843, 12180, 19732, 11521, 16852, 11071, 12544, 16373, 10780, 16664, 12791, 12908, 15746, 11559, 18236, 11187, 13757, 9133, 12113, 12151, 10809, 15452, 10424, 13666, 9438, 12089, 9137, 10827, 14072, 10183, 13873, 10289, 12948, 9587, 11880, 10271, 11649, 8502, 10976, 8260, 11716, 8917, 13283, 9808, 12485, 9441, 11828, 10467, 11259, 19235, 11004, 14470, 11170, 11858, 14939, 10604, 15352, 10320, 12704, 10114, 11981], 'WindowCenter': [4523.0, 4536.0, 4485.0, 4514.0, 4460.0, 4491.0, 4425.0, 4457.0, 4483.0, 4443.0, 4473.0, 4432.0, 4453.0, 4481.0, 4433.0, 4482.0, 4442.0, 4463.0, 4410.0, 4453.0, 4462.0, 4432.0, 4476.0, 4449.0, 4442.0, 4425.0, 4449.0, 4423.0, 4413.0, 4450.0, 4433.0, 4452.0, 4422.0, 4454.0, 4436.0, 4452.0, 4423.0, 4451.0, 4446.0, 4429.0, 4485.0, 4457.0, 4481.0, 4460.0, 4458.0, 4411.0, 4423.0, 4440.0, 4431.0, 4452.0, 4453.0, 4463.0, 4483.0, 4467.0, 4459.0, 4414.0, 4432.0, 4416.0, 4444.0, 4418.0, 4420.0, 4416.0, 4475.0, 4500.0, 4494.0, 4502.0, 4484.0, 4522.0, 4485.0, 4514.0, 4484.0, 4505.0, 4462.0, 4495.0, 4526.0, 4487.0, 4525.0, 4486.0, 4504.0, 4454.0, 4506.0, 4464.0, 4496.0, 4524.0, 4487.0, 4524.0, 4486.0, 4506.0, 4452.0, 4494.0, 4483.0, 4494.0, 4536.0, 4485.0, 4514.0, 4482.0, 4502.0, 4492.0, 4484.0, 4521.0, 4482.0, 4501.0, 4471.0, 4512.0, 4471.0, 4494.0, 4520.0, 4481.0, 4511.0, 4472.0, 4510.0, 4452.0, 4494.0, 4474.0, 4494.0, 4513.0, 4483.0, 4504.0, 4463.0, 4504.0, 4464.0, 4494.0, 4513.0, 4483.0, 4522.0, 4474.0, 4502.0, 4474.0, 4503.0, 4500.0, 4483.0, 4510.0, 4461.0, 4502.0, 4461.0, 4493.0, 4501.0, 4470.0, 4511.0, 4472.0, 4501.0, 4461.0, 4492.0, 4471.0, 4472.0, 4511.0, 4461.0, 4501.0, 4471.0, 4493.0, 4450.0, 4484.0, 4511.0, 4473.0, 4503.0, 4464.0, 4505.0, 4464.0, 4496.0, 4513.0, 4475.0, 4513.0, 4485.0, 4504.0, 4465.0, 4505.0, 4504.0, 4495.0, 4523.0, 4483.0, 4503.0, 4462.0, 4493.0, 4500.0, 4474.0, 4512.0, 4463.0, 4494.0, 4493.0, 4483.0, 4512.0, 4464.0, 4493.0, 4463.0, 4495.0, 4512.0, 4473.0, 4512.0, 4462.0, 4493.0, 4452.0, 4494.0, 4503.0, 4475.0, 4514.0, 4474.0, 4503.0, 4463.0, 4494.0, 4524.0, 4476.0, 4513.0, 4474.0, 4506.0, 4484.0, 4494.0, 4523.0, 4475.0, 4515.0, 4475.0, 4505.0, 4503.0, 4486.0, 4523.0, 4476.0, 4516.0, 4477.0, 4517.0, 4467.0, 4506.0, 4479.0, 4508.0, 4468.0, 4507.0, 4469.0, 4509.0, 4526.0, 4486.0, 4524.0, 4483.0, 4504.0, 4473.0, 4485.0, 4523.0, 4474.0, 4503.0, 4463.0, 4495.0, 4463.0, 4484.0, 4524.0, 4475.0, 4504.0, 4475.0, 4506.0, 4454.0, 4497.0, 4507.0, 4488.0, 4526.0, 4487.0, 4528.0, 4487.0, 4518.0, 4491.0, 4508.0, 4470.0, 4510.0, 4468.0, 4509.0, 4537.0, 4488.0, 4528.0, 4467.0, 4509.0, 4509.0, 4501.0, 4537.0, 4500.0, 4518.0, 4478.0, 4510.0, 4509.0, 4509.0, 4539.0, 4501.0, 4527.0, 4500.0, 4530.0, 4499.0, 4519.0, 4516.0, 4500.0, 4526.0, 4499.0, 4528.0, 4477.0, 4517.0, 4525.0, 4487.0, 4515.0, 4486.0, 4527.0, 4486.0, 4505.0, 4474.0, 4496.0, 4536.0, 4484.0, 4515.0, 4465.0, 4505.0, 4455.0, 4495.0, 4523.0, 4486.0, 4514.0, 4474.0, 4507.0, 4465.0, 4498.0, 4525.0, 4476.0, 4513.0, 4473.0, 4505.0, 4492.0, 4494.0, 4521.0, 4473.0, 4512.0, 4474.0, 4494.0, 4471.0, 4493.0, 4501.0, 4464.0, 4502.0, 4475.0, 4494.0, 4463.0, 4483.0, 4521.0, 4475.0, 4514.0, 4464.0, 4494.0, 4473.0, 4486.0, 4524.0, 4486.0, 4514.0, 4467.0, 4494.0, 4466.0, 4496.0, 4525.0, 4486.0, 4516.0, 4466.0, 4506.0, 4495.0, 4475.0, 4513.0, 4473.0, 4495.0, 4494.0, 4486.0, 4524.0, 4474.0, 4505.0, 4455.0, 4495.0, 4493.0, 4476.0, 4525.0, 4486.0, 4505.0, 4476.0, 4509.0, 4516.0, 4487.0, 4524.0, 4478.0, 4506.0, 4477.0, 4508.0, 4477.0, 4498.0, 4506.0, 4486.0, 4517.0, 4487.0, 4517.0, 4466.0, 4507.0, 4515.0, 4479.0, 4516.0, 4486.0, 4506.0, 4455.0, 4497.0, 4526.0, 4478.0, 4516.0, 4495.0, 4506.0, 4475.0, 4495.0, 4535.0, 4485.0, 4515.0, 4465.0, 4494.0, 4465.0, 4496.0, 4494.0, 4485.0, 4535.0, 4475.0, 4513.0, 4467.0, 4506.0, 4465.0, 4488.0, 4535.0, 4477.0, 4516.0, 4488.0, 4516.0, 4478.0, 4507.0, 4477.0, 4510.0, 4517.0, 4487.0, 4527.0, 4487.0, 4506.0, 4504.0, 4488.0, 4524.0, 4485.0, 4507.0, 4485.0, 4487.0, 4526.0, 4487.0, 4525.0, 4487.0, 4515.0, 4468.0, 4497.0, 4468.0, 4499.0, 4526.0, 4486.0, 4526.0, 4488.0, 4508.0, 4477.0, 4498.0, 4527.0, 4498.0, 4519.0, 4485.0, 4498.0, 4538.0, 4488.0, 4530.0, 4499.0, 4519.0, 4479.0, 4508.0, 4489.0, 4508.0, 4529.0, 4500.0, 4538.0, 4497.0, 4507.0, 4495.0, 4485.0, 4525.0, 4486.0, 4514.0, 4454.0, 4495.0, 4494.0, 4487.0, 4514.0, 4477.0, 4506.0, 4466.0, 4496.0, 4487.0, 4487.0, 4526.0, 4488.0, 4527.0, 4468.0, 4499.0, 4478.0, 4497.0, 4538.0, 4479.0, 4516.0, 4476.0, 4507.0, 4495.0, 4498.0, 4536.0, 4477.0, 4518.0, 4488.0, 4506.0, 4487.0, 4486.0, 4536.0, 4476.0, 4517.0, 4485.0, 4505.0, 4475.0, 4498.0, 4526.0, 4489.0, 4526.0, 4488.0, 4497.0, 4484.0, 4497.0, 4506.0, 4488.0, 4536.0, 4478.0, 4505.0, 4477.0, 4509.0, 4514.0, 4489.0, 4527.0, 4485.0, 4516.0, 4466.0, 4509.0, 4495.0, 4499.0, 4527.0, 4489.0, 4517.0, 4488.0, 4508.0, 4487.0, 4488.0, 4528.0, 4500.0, 4539.0, 4489.0, 4510.0, 4498.0, 4511.0, 4525.0, 4489.0, 4528.0, 4487.0, 4519.0, 4488.0, 4509.0, 4528.0, 4487.0, 4528.0, 4497.0, 4508.0, 4498.0, 4499.0, 4527.0, 4489.0, 4528.0, 4499.0, 4527.0, 4500.0, 4517.0, 4489.0, 4518.0, 4491.0, 4520.0, 4491.0, 4519.0, 4500.0, 4521.0, 4500.0, 4500.0, 4547.0, 4489.0, 4529.0, 4509.0, 4518.0, 4489.0, 4507.0, 4507.0, 4499.0, 4529.0, 4488.0, 4519.0, 4488.0, 4509.0, 4497.0, 4498.0, 4537.0, 4489.0, 4526.0, 4499.0, 4520.0, 4499.0, 4500.0, 4539.0, 4488.0, 4529.0, 4498.0, 4509.0, 4499.0, 4500.0, 4538.0, 4490.0, 4529.0, 4497.0, 4519.0, 4500.0, 4509.0, 4479.0, 4510.0, 4488.0, 4500.0, 4539.0, 4489.0, 4529.0, 4498.0, 4518.0, 4488.0, 4509.0, 4486.0, 4500.0, 4539.0, 4498.0, 4527.0, 4499.0, 4520.0, 4499.0, 4511.0, 4526.0, 4501.0, 4539.0, 4501.0, 4529.0, 4499.0, 4520.0, 4489.0, 4509.0, 4510.0, 4501.0, 4490.0, 4510.0, 4518.0, 4500.0, 4539.0, 4499.0, 4518.0, 4507.0, 4506.0, 4516.0, 4487.0, 4526.0, 4497.0, 4517.0, 4507.0, 4518.0, 4501.0, 4530.0, 4500.0, 4541.0, 4533.0, 4493.0, 4533.0, 4514.0, 4542.0, 4521.0, 4521.0, 4529.0, 4501.0, 4549.0, 4500.0, 4529.0, 4509.0, 4509.0, 4506.0, 4487.0, 4525.0, 4487.0, 4515.0, 4497.0, 4504.0, 4488.0, 4506.0, 4487.0, 4528.0, 4500.0, 4517.0, 4499.0, 4508.0, 4510.0, 4539.0, 4501.0, 4529.0, 4510.0, 4530.0, 4509.0, 4520.0, 4490.0, 4530.0, 4511.0, 4523.0, 4529.0, 4513.0, 4550.0, 4513.0, 4540.0, 4510.0, 4528.0, 4509.0, 4518.0, 4502.0, 4521.0, 4489.0, 4520.0, 4500.0, 4528.0, 4500.0, 4529.0, 4502.0, 4529.0, 4500.0, 4531.0, 4511.0, 4530.0, 4508.0, 4512.0, 4538.0, 4512.0, 4541.0, 4512.0, 4530.0, 4512.0, 4530.0, 4512.0, 4530.0, 4502.0, 4521.0, 4500.0, 4521.0, 4509.0, 4521.0, 4491.0, 4510.0, 4500.0, 4519.0, 4501.0, 4531.0, 4509.0, 4518.0, 4497.0, 4518.0, 4499.0, 4519.0, 4499.0, 4520.0, 4510.0, 4520.0, 4519.0, 4522.0, 4520.0, 4522.0, 4531.0, 4521.0, 4532.0, 4523.0, 4540.0, 4532.0, 4513.0, 4522.0, 4513.0, 4532.0, 4513.0, 4532.0, 4530.0, 4512.0, 4549.0, 4501.0, 4530.0, 4509.0, 4521.0, 4519.0, 4501.0, 4549.0, 4500.0, 4529.0, 4510.0, 4520.0, 4500.0, 4522.0, 4520.0, 4512.0, 4540.0, 4513.0, 4521.0, 4511.0, 4501.0, 4522.0, 4501.0, 4521.0, 4510.0, 4520.0, 4500.0, 4521.0, 4501.0, 4531.0, 4502.0, 4532.0, 4531.0, 4533.0, 4523.0, 4534.0, 4534.0, 4544.0, 4525.0, 4545.0, 4516.0, 4545.0, 4536.0, 4537.0, 4562.0, 4525.0, 4553.0, 4511.0, 4543.0, 4512.0, 4533.0, 4523.0, 4524.0, 4552.0, 4525.0, 4561.0, 4499.0, 4515.0, 4488.0, 4538.0, 4500.0, 4564.0, 4543.0, 4578.0, 4527.0, 4555.0, 4526.0, 4564.0, 4524.0, 4553.0, 4514.0, 4553.0, 4514.0, 4543.0, 4523.0, 4533.0, 4512.0, 4532.0, 4531.0, 4522.0, 4561.0, 4512.0, 4542.0, 4526.0, 4542.0, 4512.0, 4544.0, 4516.0, 4554.0, 4516.0, 4555.0, 4526.0, 4555.0, 4535.0, 4565.0, 4527.0, 4545.0, 4537.0, 4565.0, 4537.0, 4567.0, 4537.0, 4554.0, 4527.0, 4545.0, 4536.0, 4546.0, 4535.0, 4537.0, 4545.0, 4525.0, 4563.0, 4525.0, 4564.0, 4527.0, 4563.0, 4526.0, 4573.0, 4525.0, 4563.0, 4525.0, 4553.0, 4515.0, 4564.0, 4526.0, 4544.0, 4515.0, 4545.0, 4515.0, 4535.0, 4526.0, 4538.0, 4545.0, 4535.0, 4565.0, 4526.0, 4553.0, 4526.0, 4566.0, 4527.0, 4554.0, 4528.0, 4544.0, 4527.0, 4567.0, 4517.0, 4565.0, 4528.0, 4566.0, 4538.0, 4566.0, 4528.0, 4565.0, 4527.0, 4576.0, 4539.0, 4567.0, 4535.0, 4556.0, 4535.0, 4556.0, 4526.0, 4545.0, 4527.0, 4545.0, 4539.0, 4548.0, 4537.0, 4537.0, 4546.0, 4526.0, 4554.0, 4527.0, 4564.0, 4528.0, 4566.0, 4527.0, 4544.0, 4515.0, 4534.0, 4532.0, 4522.0, 4563.0, 4523.0, 4563.0, 4514.0, 4554.0, 4513.0, 4543.0, 4515.0, 4543.0, 4515.0, 4533.0, 4504.0, 4544.0, 4514.0, 4546.0, 4516.0, 4546.0, 4518.0, 4544.0, 4527.0, 4547.0, 4528.0, 4547.0, 4527.0, 4549.0, 4546.0, 4539.0, 4568.0, 4540.0, 4576.0, 4528.0, 4567.0, 4529.0, 4569.0, 4542.0, 4579.0, 4530.0, 4580.0, 4542.0, 4558.0, 4539.0, 4556.0, 4516.0, 4534.0, 4525.0, 4536.0, 4554.0, 4525.0, 4556.0, 4528.0, 4545.0, 4527.0, 4545.0, 4528.0, 4537.0, 4566.0, 4526.0, 4566.0, 4527.0, 4545.0, 4526.0, 4549.0, 4527.0, 4546.0, 4529.0, 4558.0, 4531.0, 4558.0, 4541.0, 4579.0, 4531.0, 4579.0, 4539.0, 4569.0, 4551.0, 4560.0, 4548.0, 4557.0, 4538.0, 4548.0, 4528.0, 4550.0, 4579.0, 4540.0, 4579.0, 4540.0, 4568.0, 4547.0, 4548.0, 4548.0, 4537.0, 4545.0, 4539.0, 4566.0, 4527.0, 4564.0, 4527.0, 4567.0, 4527.0, 4556.0, 4527.0, 4545.0, 4518.0, 4548.0, 4527.0, 4538.0, 4556.0, 4527.0, 4576.0, 4528.0, 4578.0, 4528.0, 4517.0, 4529.0, 4530.0, 4558.0, 4559.0, 4550.0, 4520.0, 4537.0, 4531.0, 4574.0, 4557.0, 4582.0, 4553.0, 4604.0, 4556.0, 4580.0, 4563.0, 4570.0, 4564.0, 4579.0, 4642.0, 4567.0, 4581.0, 4548.0, 4545.0, 4555.0, 4538.0, 4574.0, 4527.0, 4557.0, 4528.0, 4546.0, 4527.0, 4569.0, 4531.0, 4567.0, 4531.0, 4590.0, 4530.0, 4568.0, 4533.0, 4581.0, 4527.0, 4554.0, 4522.0, 4524.0, 4533.0, 4518.0, 4565.0, 4515.0, 4557.0, 4535.0, 4526.0, 4554.0, 4527.0, 4562.0, 4516.0, 4556.0, 4526.0, 4543.0, 4514.0, 4525.0, 4494.0, 4525.0, 4524.0, 4526.0, 4553.0, 4515.0, 4565.0, 4516.0, 4555.0, 4505.0, 4536.0, 4504.0, 4535.0, 4513.0, 4524.0, 4536.0, 4525.0, 4563.0, 4537.0, 4567.0, 4517.0, 4537.0, 4529.0, 4577.0, 4530.0, 4567.0, 4539.0, 4548.0, 4537.0, 4528.0, 4575.0, 4516.0, 4564.0, 4527.0, 4535.0, 4516.0, 4535.0, 4518.0, 4538.0, 4527.0, 4536.0, 4536.0, 4525.0, 4516.0, 4530.0, 4578.0, 4529.0, 4566.0, 4527.0, 4535.0, 4513.0, 4516.0, 4554.0, 4524.0, 4545.0, 4524.0, 4517.0, 4565.0, 4516.0, 4546.0, 4525.0, 4539.0, 4548.0, 4528.0, 4546.0, 4529.0, 4555.0, 4517.0, 4568.0, 4537.0, 4547.0, 4526.0, 4528.0, 4565.0, 4527.0, 4566.0, 4517.0, 4558.0, 4527.0, 4548.0, 4525.0, 4526.0, 4566.0, 4528.0, 4545.0, 4528.0, 4546.0, 4528.0, 4568.0, 4529.0, 4557.0, 4536.0, 4525.0, 4555.0, 4527.0, 4566.0, 4517.0, 4527.0, 4518.0, 4560.0, 4542.0, 4578.0, 4552.0, 4577.0, 4532.0, 4571.0, 4548.0, 4530.0, 4576.0, 4516.0, 4556.0, 4536.0, 4538.0, 4568.0, 4537.0, 4506.0, 4516.0, 4536.0, 4528.0, 4566.0, 4525.0, 4556.0, 4534.0, 4516.0, 4563.0, 4506.0, 4553.0, 4503.0, 4523.0, 4542.0, 4504.0, 4563.0, 4505.0, 4544.0, 4503.0, 4533.0, 4504.0, 4516.0, 4564.0, 4505.0, 4555.0, 4515.0, 4547.0, 4516.0, 4536.0, 4506.0, 4526.0, 4545.0, 4517.0, 4577.0, 4518.0, 4545.0, 4515.0, 4537.0, 4545.0, 4527.0, 4566.0, 4518.0, 4555.0, 4525.0, 4546.0, 4525.0, 4526.0, 4567.0, 4518.0, 4566.0, 4518.0, 4555.0, 4516.0, 4547.0, 4518.0, 4538.0, 4507.0, 4539.0, 4517.0, 4540.0, 4588.0, 4528.0, 4567.0, 4538.0, 4538.0, 4576.0, 4518.0, 4555.0, 4515.0, 4537.0, 4546.0, 4529.0, 4575.0, 4528.0, 4557.0, 4538.0, 4548.0, 4527.0, 4540.0, 4518.0, 4538.0, 4547.0, 4539.0, 4500.0, 4551.0, 4521.0, 4562.0, 4540.0, 4552.0, 4570.0, 4540.0, 4580.0, 4541.0, 4590.0, 4541.0, 4589.0, 4542.0, 4590.0, 4540.0, 4581.0, 4553.0, 4562.0, 4531.0, 4542.0, 4569.0, 4540.0, 4561.0, 4552.0, 4523.0, 4564.0, 4583.0, 4565.0, 4583.0, 4553.0, 4592.0, 4544.0, 4583.0, 4552.0, 4560.0, 4547.0, 4541.0, 4590.0, 4541.0, 4569.0, 4528.0, 4559.0, 4541.0, 4578.0, 4543.0, 4571.0, 4554.0, 4593.0, 4551.0, 4569.0, 4568.0, 4526.0, 4566.0, 4526.0, 4546.0, 4517.0, 4527.0, 4576.0, 4516.0, 4557.0, 4528.0, 4546.0, 4516.0, 4536.0, 4564.0, 4528.0, 4578.0, 4528.0, 4557.0, 4528.0, 4558.0, 4515.0, 4539.0, 4564.0, 4516.0, 4556.0, 4531.0, 4560.0, 4530.0, 4557.0, 4540.0, 4580.0, 4552.0, 4569.0, 4541.0, 4569.0, 4551.0, 4534.0, 4583.0, 4545.0, 4576.0, 4579.0, 4566.0, 4587.0, 4595.0, 4589.0, 4599.0, 4589.0, 4599.0, 4599.0, 4614.0, 4597.0, 4595.0, 4574.0, 4584.0, 4560.0, 4562.0, 4579.0, 4547.0, 4566.0, 4544.0, 4534.0, 4551.0, 4523.0, 4563.0, 4512.0, 4533.0, 4512.0, 4544.0, 4506.0, 4544.0, 4517.0, 4567.0, 4528.0, 4558.0, 4527.0, 4545.0, 4517.0, 4538.0, 4525.0, 4526.0, 4566.0, 4527.0, 4547.0, 4525.0, 4527.0, 4556.0, 4526.0, 4546.0, 4507.0, 4536.0, 4525.0, 4538.0, 4565.0, 4517.0, 4556.0, 4516.0, 4539.0, 4547.0, 4526.0, 4575.0, 4526.0, 4545.0, 4508.0, 4545.0, 4517.0, 4536.0, 4517.0, 4537.0, 4546.0, 4518.0, 4557.0, 4538.0, 4577.0, 4528.0, 4558.0, 4530.0, 4560.0, 4531.0, 4560.0, 4519.0, 4540.0, 4539.0, 4541.0, 4548.0, 4540.0, 4578.0, 4540.0, 4570.0, 4530.0, 4561.0, 4509.0, 4550.0, 4549.0, 4539.0, 4569.0, 4540.0, 4558.0, 4489.0, 4533.0, 4554.0, 4590.0, 4546.0, 4550.0, 4521.0, 4547.0, 4567.0, 4602.0, 4541.0, 4544.0, 4513.0, 4531.0, 4519.0, 4510.0, 4528.0, 4499.0, 4536.0, 4489.0, 4499.0, 4443.0, 4537.0, 4514.0, 4538.0, 4518.0, 4533.0, 4553.0, 4525.0, 4575.0, 4536.0, 4584.0, 4546.0, 4586.0, 4558.0, 4585.0, 4547.0, 4587.0, 4570.0, 4598.0, 4581.0, 4609.0, 4569.0, 4606.0, 4579.0, 4607.0, 4587.0, 4595.0, 4564.0, 4564.0, 4591.0, 4540.0, 4580.0, 4538.0, 4549.0, 4567.0, 4528.0, 4569.0, 4547.0, 4549.0, 4556.0, 4527.0, 4564.0, 4525.0, 4545.0, 4494.0, 4536.0, 4534.0, 4525.0, 4555.0, 4514.0, 4546.0, 4494.0, 4534.0, 4494.0, 4525.0, 4544.0, 4516.0, 4545.0, 4517.0, 4545.0, 4506.0, 4536.0, 4515.0, 4538.0, 4499.0, 4529.0, 4499.0, 4549.0, 4521.0, 4571.0, 4532.0, 4561.0, 4533.0, 4552.0, 4531.0, 4542.0, 4590.0, 4541.0, 4569.0, 4539.0, 4551.0, 4570.0, 4540.0, 4569.0, 4531.0, 4561.0, 4541.0, 4553.0], 'WindowWidth': [9935.0, 9941.0, 9867.0, 9902.0, 9821.0, 9863.0, 9766.0, 9811.0, 9840.0, 9787.0, 9826.0, 9767.0, 9797.0, 9832.0, 9771.0, 9836.0, 9782.0, 9810.0, 9737.0, 9799.0, 9807.0, 9770.0, 9836.0, 9802.0, 9776.0, 9758.0, 9801.0, 9753.0, 9736.0, 9782.0, 9765.0, 9790.0, 9750.0, 9796.0, 9775.0, 9790.0, 9752.0, 9788.0, 9775.0, 9758.0, 9847.0, 9806.0, 9847.0, 9818.0, 9808.0, 9733.0, 9748.0, 9768.0, 9758.0, 9789.0, 9796.0, 9809.0, 9849.0, 9821.0, 9796.0, 9726.0, 9745.0, 9730.0, 9765.0, 9734.0, 9725.0, 9735.0, 9830.0, 9873.0, 9873.0, 9880.0, 9860.0, 9913.0, 9865.0, 9903.0, 9861.0, 9891.0, 9829.0, 9879.0, 9922.0, 9870.0, 9919.0, 9868.0, 9888.0, 9824.0, 9896.0, 9837.0, 9881.0, 9919.0, 9872.0, 9916.0, 9868.0, 9892.0, 9816.0, 9875.0, 9861.0, 9876.0, 9938.0, 9868.0, 9903.0, 9855.0, 9883.0, 9868.0, 9859.0, 9910.0, 9856.0, 9880.0, 9839.0, 9896.0, 9838.0, 9874.0, 9905.0, 9849.0, 9893.0, 9840.0, 9889.0, 9816.0, 9876.0, 9849.0, 9876.0, 9899.0, 9861.0, 9888.0, 9833.0, 9889.0, 9834.0, 9876.0, 9900.0, 9859.0, 9910.0, 9846.0, 9884.0, 9846.0, 9885.0, 9878.0, 9857.0, 9892.0, 9826.0, 9883.0, 9825.0, 9872.0, 9879.0, 9838.0, 9892.0, 9841.0, 9880.0, 9825.0, 9868.0, 9838.0, 9841.0, 9892.0, 9827.0, 9881.0, 9841.0, 9869.0, 9811.0, 9861.0, 9894.0, 9846.0, 9885.0, 9835.0, 9891.0, 9835.0, 9882.0, 9901.0, 9851.0, 9900.0, 9864.0, 9891.0, 9837.0, 9892.0, 9888.0, 9876.0, 9915.0, 9858.0, 9885.0, 9829.0, 9873.0, 9879.0, 9846.0, 9897.0, 9830.0, 9874.0, 9871.0, 9859.0, 9898.0, 9834.0, 9873.0, 9831.0, 9876.0, 9896.0, 9845.0, 9897.0, 9829.0, 9873.0, 9815.0, 9875.0, 9886.0, 9851.0, 9902.0, 9848.0, 9887.0, 9833.0, 9878.0, 9916.0, 9854.0, 9903.0, 9852.0, 9895.0, 9863.0, 9876.0, 9915.0, 9850.0, 9907.0, 9851.0, 9892.0, 9888.0, 9867.0, 9916.0, 9855.0, 9908.0, 9856.0, 9913.0, 9844.0, 9895.0, 9863.0, 9902.0, 9851.0, 9901.0, 9850.0, 9905.0, 9921.0, 9866.0, 9917.0, 9859.0, 9888.0, 9845.0, 9864.0, 9915.0, 9848.0, 9886.0, 9832.0, 9876.0, 9833.0, 9862.0, 9918.0, 9852.0, 9889.0, 9854.0, 9898.0, 9822.0, 9885.0, 9897.0, 9873.0, 9922.0, 9871.0, 9927.0, 9871.0, 9913.0, 9882.0, 9902.0, 9855.0, 9908.0, 9850.0, 9904.0, 9943.0, 9876.0, 9929.0, 9846.0, 9904.0, 9904.0, 9896.0, 9943.0, 9895.0, 9916.0, 9863.0, 9908.0, 9905.0, 9907.0, 9946.0, 9897.0, 9929.0, 9894.0, 9936.0, 9889.0, 9917.0, 9911.0, 9893.0, 9925.0, 9891.0, 9930.0, 9859.0, 9913.0, 9919.0, 9871.0, 9908.0, 9868.0, 9925.0, 9868.0, 9893.0, 9849.0, 9882.0, 9935.0, 9863.0, 9905.0, 9838.0, 9893.0, 9825.0, 9879.0, 9917.0, 9869.0, 9904.0, 9852.0, 9898.0, 9840.0, 9887.0, 9920.0, 9855.0, 9904.0, 9846.0, 9892.0, 9871.0, 9876.0, 9909.0, 9845.0, 9898.0, 9847.0, 9875.0, 9841.0, 9872.0, 9882.0, 9834.0, 9884.0, 9850.0, 9875.0, 9831.0, 9862.0, 9911.0, 9851.0, 9903.0, 9838.0, 9879.0, 9847.0, 9868.0, 9918.0, 9867.0, 9903.0, 9844.0, 9880.0, 9841.0, 9885.0, 9921.0, 9869.0, 9910.0, 9841.0, 9896.0, 9878.0, 9854.0, 9903.0, 9848.0, 9880.0, 9875.0, 9868.0, 9919.0, 9851.0, 9892.0, 9824.0, 9878.0, 9874.0, 9854.0, 9922.0, 9870.0, 9894.0, 9857.0, 9906.0, 9913.0, 9873.0, 9919.0, 9862.0, 9899.0, 9858.0, 9902.0, 9858.0, 9888.0, 9896.0, 9872.0, 9913.0, 9873.0, 9914.0, 9843.0, 9900.0, 9906.0, 9864.0, 9911.0, 9868.0, 9896.0, 9827.0, 9886.0, 9924.0, 9861.0, 9910.0, 9881.0, 9895.0, 9852.0, 9880.0, 9933.0, 9864.0, 9906.0, 9838.0, 9878.0, 9840.0, 9882.0, 9875.0, 9867.0, 9934.0, 9853.0, 9904.0, 9843.0, 9897.0, 9839.0, 9873.0, 9934.0, 9858.0, 9909.0, 9874.0, 9909.0, 9864.0, 9900.0, 9861.0, 9907.0, 9913.0, 9873.0, 9926.0, 9871.0, 9898.0, 9891.0, 9873.0, 9921.0, 9869.0, 9901.0, 9869.0, 9875.0, 9926.0, 9874.0, 9924.0, 9874.0, 9910.0, 9848.0, 9887.0, 9848.0, 9891.0, 9923.0, 9872.0, 9924.0, 9875.0, 9902.0, 9858.0, 9890.0, 9927.0, 9889.0, 9919.0, 9869.0, 9889.0, 9944.0, 9876.0, 9936.0, 9893.0, 9918.0, 9865.0, 9905.0, 9878.0, 9905.0, 9932.0, 9892.0, 9944.0, 9885.0, 9898.0, 9878.0, 9867.0, 9921.0, 9867.0, 9904.0, 9823.0, 9880.0, 9877.0, 9871.0, 9905.0, 9856.0, 9895.0, 9842.0, 9884.0, 9871.0, 9873.0, 9925.0, 9874.0, 9925.0, 9846.0, 9893.0, 9859.0, 9888.0, 9943.0, 9863.0, 9910.0, 9857.0, 9900.0, 9880.0, 9889.0, 9937.0, 9859.0, 9917.0, 9874.0, 9897.0, 9870.0, 9871.0, 9939.0, 9858.0, 9913.0, 9868.0, 9896.0, 9856.0, 9889.0, 9925.0, 9877.0, 9926.0, 9873.0, 9886.0, 9865.0, 9885.0, 9896.0, 9873.0, 9939.0, 9863.0, 9895.0, 9860.0, 9905.0, 9906.0, 9877.0, 9928.0, 9869.0, 9911.0, 9845.0, 9904.0, 9883.0, 9892.0, 9928.0, 9878.0, 9915.0, 9875.0, 9904.0, 9872.0, 9877.0, 9930.0, 9895.0, 9946.0, 9880.0, 9908.0, 9893.0, 9911.0, 9924.0, 9879.0, 9932.0, 9876.0, 9919.0, 9875.0, 9906.0, 9928.0, 9874.0, 9931.0, 9889.0, 9904.0, 9889.0, 9896.0, 9929.0, 9878.0, 9930.0, 9892.0, 9930.0, 9895.0, 9915.0, 9882.0, 9918.0, 9884.0, 9923.0, 9885.0, 9922.0, 9898.0, 9925.0, 9894.0, 9896.0, 9958.0, 9879.0, 9934.0, 9904.0, 9918.0, 9877.0, 9903.0, 9900.0, 9893.0, 9934.0, 9878.0, 9920.0, 9875.0, 9906.0, 9886.0, 9891.0, 9943.0, 9879.0, 9927.0, 9893.0, 9922.0, 9890.0, 9895.0, 9946.0, 9878.0, 9933.0, 9892.0, 9907.0, 9893.0, 9896.0, 9944.0, 9883.0, 9932.0, 9890.0, 9920.0, 9895.0, 9906.0, 9866.0, 9909.0, 9877.0, 9895.0, 9947.0, 9880.0, 9933.0, 9890.0, 9917.0, 9876.0, 9906.0, 9872.0, 9896.0, 9946.0, 9891.0, 9929.0, 9893.0, 9922.0, 9892.0, 9911.0, 9927.0, 9898.0, 9947.0, 9899.0, 9936.0, 9893.0, 9922.0, 9879.0, 9908.0, 9907.0, 9897.0, 9881.0, 9910.0, 9917.0, 9896.0, 9947.0, 9893.0, 9918.0, 9899.0, 9897.0, 9910.0, 9873.0, 9925.0, 9888.0, 9916.0, 9903.0, 9919.0, 9902.0, 9939.0, 9902.0, 9958.0, 9947.0, 9893.0, 9946.0, 9922.0, 9959.0, 9925.0, 9924.0, 9933.0, 9898.0, 9963.0, 9895.0, 9933.0, 9904.0, 9905.0, 9896.0, 9874.0, 9922.0, 9872.0, 9910.0, 9885.0, 9892.0, 9873.0, 9896.0, 9875.0, 9930.0, 9895.0, 9915.0, 9892.0, 9902.0, 9909.0, 9947.0, 9897.0, 9934.0, 9909.0, 9935.0, 9908.0, 9923.0, 9883.0, 9939.0, 9912.0, 9931.0, 9934.0, 9917.0, 9965.0, 9917.0, 9951.0, 9910.0, 9932.0, 9909.0, 9920.0, 9902.0, 9927.0, 9881.0, 9923.0, 9896.0, 9933.0, 9897.0, 9936.0, 9901.0, 9933.0, 9897.0, 9939.0, 9911.0, 9939.0, 9905.0, 9916.0, 9947.0, 9915.0, 9953.0, 9916.0, 9937.0, 9915.0, 9939.0, 9915.0, 9939.0, 9902.0, 9927.0, 9895.0, 9925.0, 9906.0, 9926.0, 9885.0, 9910.0, 9898.0, 9923.0, 9900.0, 9941.0, 9906.0, 9917.0, 9887.0, 9915.0, 9891.0, 9920.0, 9894.0, 9924.0, 9909.0, 9923.0, 9923.0, 9929.0, 9926.0, 9931.0, 9941.0, 9929.0, 9943.0, 9933.0, 9953.0, 9946.0, 9919.0, 9931.0, 9919.0, 9945.0, 9919.0, 9944.0, 9938.0, 9916.0, 9966.0, 9900.0, 9939.0, 9908.0, 9926.0, 9921.0, 9899.0, 9964.0, 9898.0, 9936.0, 9911.0, 9925.0, 9897.0, 9930.0, 9924.0, 9916.0, 9951.0, 9917.0, 9926.0, 9914.0, 9901.0, 9930.0, 9900.0, 9928.0, 9910.0, 9924.0, 9897.0, 9926.0, 9901.0, 9941.0, 9903.0, 9945.0, 9942.0, 9948.0, 9934.0, 9951.0, 9949.0, 9965.0, 9940.0, 9967.0, 9930.0, 9969.0, 9954.0, 9958.0, 9988.0, 9937.0, 9976.0, 9917.0, 9961.0, 9917.0, 9947.0, 9931.0, 9936.0, 9971.0, 9940.0, 9987.0, 9895.0, 9908.0, 9879.0, 9946.0, 9897.0, 9995.0, 9980.0, 10021.0, 9948.0, 9983.0, 9943.0, 9993.0, 9936.0, 9974.0, 9923.0, 9974.0, 9924.0, 9960.0, 9934.0, 9948.0, 9917.0, 9945.0, 9941.0, 9932.0, 9983.0, 9919.0, 9960.0, 9943.0, 9961.0, 9921.0, 9965.0, 9931.0, 9980.0, 9930.0, 9981.0, 9945.0, 9983.0, 9955.0, 9996.0, 9946.0, 9968.0, 9960.0, 9995.0, 9961.0, 10002.0, 9959.0, 9981.0, 9944.0, 9969.0, 9955.0, 9969.0, 9953.0, 9959.0, 9966.0, 9940.0, 9991.0, 9940.0, 9993.0, 9944.0, 9991.0, 9944.0, 10005.0, 9941.0, 9990.0, 9940.0, 9975.0, 9927.0, 9992.0, 9943.0, 9965.0, 9926.0, 9967.0, 9926.0, 9955.0, 9944.0, 9962.0, 9968.0, 9955.0, 9995.0, 9944.0, 9977.0, 9945.0, 9998.0, 9947.0, 9980.0, 9949.0, 9966.0, 9948.0, 10000.0, 9935.0, 9997.0, 9950.0, 10001.0, 9965.0, 9998.0, 9949.0, 9997.0, 9947.0, 10014.0, 9966.0, 10004.0, 9957.0, 9986.0, 9955.0, 9985.0, 9944.0, 9968.0, 9948.0, 9970.0, 9967.0, 9976.0, 9958.0, 9960.0, 9968.0, 9944.0, 9978.0, 9946.0, 9994.0, 9947.0, 10000.0, 9946.0, 9968.0, 9926.0, 9950.0, 9945.0, 9933.0, 9989.0, 9934.0, 9989.0, 9925.0, 9978.0, 9923.0, 9963.0, 9928.0, 9964.0, 9927.0, 9950.0, 9914.0, 9966.0, 9928.0, 9968.0, 9930.0, 9970.0, 9935.0, 9966.0, 9948.0, 9974.0, 9950.0, 9974.0, 9946.0, 9978.0, 9971.0, 9966.0, 10004.0, 9967.0, 10014.0, 9951.0, 10001.0, 9953.0, 10007.0, 9973.0, 10021.0, 9957.0, 10025.0, 9976.0, 9993.0, 9966.0, 9984.0, 9931.0, 9954.0, 9941.0, 9958.0, 9979.0, 9942.0, 9984.0, 9947.0, 9970.0, 9946.0, 9969.0, 9951.0, 9961.0, 10000.0, 9946.0, 10000.0, 9946.0, 9970.0, 9945.0, 9980.0, 9948.0, 9972.0, 9954.0, 9994.0, 9960.0, 9992.0, 9973.0, 10022.0, 9959.0, 10020.0, 9968.0, 10006.0, 9986.0, 9998.0, 9981.0, 9991.0, 9964.0, 9978.0, 9951.0, 9984.0, 10022.0, 9970.0, 10023.0, 9970.0, 10006.0, 9975.0, 9978.0, 9974.0, 9961.0, 9969.0, 9964.0, 9998.0, 9947.0, 9997.0, 9946.0, 10000.0, 9949.0, 9984.0, 9947.0, 9971.0, 9935.0, 9975.0, 9945.0, 9963.0, 9984.0, 9947.0, 10015.0, 9949.0, 10018.0, 9950.0, 9934.0, 9954.0, 9956.0, 9993.0, 9995.0, 9983.0, 9942.0, 9960.0, 9960.0, 10025.0, 10006.0, 10032.0, 9993.0, 10066.0, 10004.0, 10028.0, 10007.0, 10016.0, 10011.0, 10041.0, 10137.0, 10020.0, 10031.0, 9978.0, 9967.0, 9979.0, 9963.0, 10010.0, 9948.0, 9988.0, 9950.0, 9974.0, 9949.0, 10009.0, 9959.0, 10002.0, 9959.0, 10039.0, 9959.0, 10008.0, 9965.0, 10028.0, 9947.0, 9979.0, 9928.0, 9935.0, 9948.0, 9934.0, 9996.0, 9928.0, 9989.0, 9954.0, 9942.0, 9978.0, 9945.0, 9987.0, 9928.0, 9983.0, 9947.0, 9966.0, 9925.0, 9940.0, 9898.0, 9940.0, 9938.0, 9943.0, 9976.0, 9927.0, 9996.0, 9928.0, 9981.0, 9913.0, 9956.0, 9912.0, 9955.0, 9924.0, 9940.0, 9958.0, 9942.0, 9992.0, 9961.0, 10000.0, 9933.0, 9961.0, 9955.0, 10015.0, 9954.0, 10002.0, 9964.0, 9977.0, 9959.0, 9949.0, 10011.0, 9929.0, 9992.0, 9944.0, 9955.0, 9927.0, 9954.0, 9936.0, 9962.0, 9947.0, 9958.0, 9957.0, 9942.0, 9929.0, 9956.0, 10019.0, 9953.0, 9999.0, 9945.0, 9955.0, 9922.0, 9931.0, 9981.0, 9939.0, 9969.0, 9937.0, 9932.0, 9996.0, 9929.0, 9971.0, 9942.0, 9964.0, 9975.0, 9949.0, 9972.0, 9952.0, 9982.0, 9934.0, 10004.0, 9961.0, 9974.0, 9943.0, 9949.0, 9994.0, 9945.0, 9999.0, 9935.0, 9991.0, 9949.0, 9978.0, 9941.0, 9945.0, 9997.0, 9948.0, 9970.0, 9950.0, 9972.0, 9951.0, 10006.0, 9950.0, 9991.0, 9956.0, 9942.0, 9980.0, 9947.0, 9999.0, 9932.0, 9946.0, 9938.0, 9996.0, 9976.0, 10021.0, 9989.0, 10018.0, 9963.0, 10017.0, 9978.0, 9954.0, 10013.0, 9930.0, 9985.0, 9958.0, 9962.0, 10004.0, 9960.0, 9916.0, 9931.0, 9958.0, 9950.0, 10001.0, 9942.0, 9984.0, 9950.0, 9928.0, 9990.0, 9914.0, 9977.0, 9908.0, 9936.0, 9958.0, 9911.0, 9990.0, 9913.0, 9965.0, 9910.0, 9950.0, 9910.0, 9929.0, 9990.0, 9912.0, 9980.0, 9928.0, 9971.0, 9931.0, 9958.0, 9918.0, 9945.0, 9969.0, 9933.0, 10015.0, 9937.0, 9970.0, 9928.0, 9960.0, 9969.0, 9946.0, 9998.0, 9936.0, 9984.0, 9941.0, 9972.0, 9943.0, 9946.0, 10001.0, 9935.0, 10000.0, 9937.0, 9983.0, 9933.0, 9974.0, 9936.0, 9963.0, 9923.0, 9966.0, 9937.0, 9971.0, 10033.0, 9950.0, 10003.0, 9962.0, 9963.0, 10013.0, 9935.0, 9982.0, 9928.0, 9960.0, 9969.0, 9953.0, 10011.0, 9951.0, 9987.0, 9964.0, 9978.0, 9947.0, 9966.0, 9936.0, 9963.0, 9974.0, 9967.0, 9917.0, 9986.0, 9948.0, 10002.0, 9971.0, 9991.0, 10011.0, 9972.0, 10025.0, 9973.0, 10039.0, 9975.0, 10038.0, 9975.0, 10037.0, 9972.0, 10029.0, 9991.0, 10004.0, 9958.0, 9975.0, 10008.0, 9972.0, 10000.0, 9991.0, 9953.0, 10011.0, 10034.0, 10011.0, 10034.0, 9995.0, 10045.0, 9981.0, 10034.0, 9988.0, 9998.0, 9975.0, 9973.0, 10041.0, 9971.0, 10005.0, 9951.0, 9992.0, 9971.0, 10020.0, 9979.0, 10015.0, 9995.0, 10049.0, 9984.0, 10005.0, 10000.0, 9942.0, 9996.0, 9942.0, 9970.0, 9930.0, 9945.0, 10011.0, 9930.0, 9984.0, 9948.0, 9970.0, 9928.0, 9957.0, 9992.0, 9950.0, 10022.0, 9953.0, 9989.0, 9950.0, 9993.0, 9927.0, 9962.0, 9992.0, 9929.0, 9982.0, 9959.0, 9996.0, 9958.0, 9991.0, 9973.0, 10025.0, 9992.0, 10011.0, 9975.0, 10010.0, 9987.0, 9972.0, 10034.0, 9988.0, 10030.0, 10040.0, 10019.0, 10048.0, 10058.0, 10055.0, 10069.0, 10056.0, 10067.0, 10069.0, 10086.0, 10061.0, 10058.0, 10023.0, 10039.0, 9997.0, 10000.0, 10023.0, 9971.0, 9998.0, 9962.0, 9951.0, 9968.0, 9933.0, 9989.0, 9920.0, 9949.0, 9920.0, 9966.0, 9916.0, 9966.0, 9937.0, 10005.0, 9954.0, 9992.0, 9948.0, 9970.0, 9936.0, 9964.0, 9942.0, 9947.0, 10000.0, 9946.0, 9976.0, 9942.0, 9948.0, 9985.0, 9944.0, 9973.0, 9920.0, 9959.0, 9942.0, 9965.0, 9999.0, 9934.0, 9986.0, 9931.0, 9964.0, 9971.0, 9945.0, 10012.0, 9945.0, 9969.0, 9923.0, 9971.0, 9934.0, 9960.0, 9935.0, 9962.0, 9971.0, 9937.0, 9990.0, 9966.0, 10016.0, 9953.0, 9992.0, 9957.0, 9996.0, 9960.0, 9998.0, 9940.0, 9969.0, 9968.0, 9971.0, 9980.0, 9970.0, 10021.0, 9972.0, 10009.0, 9954.0, 10000.0, 9927.0, 9981.0, 9979.0, 9965.0, 10006.0, 9970.0, 9990.0, 9879.0, 9945.0, 9995.0, 10054.0, 9986.0, 9981.0, 9938.0, 9972.0, 10015.0, 10070.0, 9971.0, 9963.0, 9918.0, 9939.0, 9918.0, 9907.0, 9928.0, 9890.0, 9937.0, 9873.0, 9869.0, 9784.0, 9939.0, 9923.0, 9964.0, 9937.0, 9967.0, 9993.0, 9960.0, 10026.0, 9976.0, 10039.0, 9993.0, 10046.0, 10009.0, 10041.0, 9994.0, 10047.0, 10029.0, 10067.0, 10046.0, 10080.0, 10028.0, 10078.0, 10041.0, 10077.0, 10044.0, 10054.0, 10008.0, 10009.0, 10043.0, 9971.0, 10026.0, 9965.0, 9981.0, 10003.0, 9951.0, 10007.0, 9973.0, 9979.0, 9984.0, 9945.0, 9996.0, 9940.0, 9968.0, 9898.0, 9956.0, 9952.0, 9942.0, 9981.0, 9926.0, 9969.0, 9897.0, 9951.0, 9897.0, 9942.0, 9966.0, 9932.0, 9970.0, 9935.0, 9969.0, 9920.0, 9958.0, 9929.0, 9964.0, 9913.0, 9952.0, 9914.0, 9983.0, 9948.0, 10015.0, 9965.0, 10003.0, 9966.0, 9990.0, 9959.0, 9976.0, 10042.0, 9973.0, 10009.0, 9967.0, 9985.0, 10008.0, 9970.0, 10008.0, 9959.0, 10004.0, 9974.0, 9993.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.0018236041539401344</td></tr>
<tr><td colspan=3>aqi</td><td>0.023463142822235796</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.80601202075795</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.259992903007335</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015388651338632</td></tr>
<tr><td colspan=3>efc</td><td>0.4837</td></tr>
<tr><td colspan=3>fber</td><td>5696.1543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08789344593261567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.047648136835675</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.459470390520176</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441822032691517</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.648655845942033</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.287933292926977</td></tr>
<tr><td colspan=3>gcor</td><td>0.0545285</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009562590159475803</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03188670426607132</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.91020615724487</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>35.8503</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6125</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.8062</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295949.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.5768</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7327</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>632.1916</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3663.7678</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3832.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1300.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.9934</td></tr>
<tr><td colspan=3>tsnr</td><td>35.98312726942822</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>