<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-03/func/sub-0037_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>91ab181d41e3bac35876ab094de89a47</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:05:2.170000</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.99925, 0.0381719, 0.00652985, -0.038038, 0.999085, -0.0195296]</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.0965039</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7740, -7225, 514, -43, -157, 37, 49]</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>262.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aeae7ea6-1e00-47b1-a8df-dc81f875f21f||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.6809144020080566, -0.1020531952381134, 0.019627263769507408, 117.48973846435547], [-0.10241243988275528, 2.6804730892181396, -0.0520196333527565, -87.78970336914062], [0.017519105225801468, 0.052396390587091446, 2.699427604675293, -53.75164031982422], [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': ['180502.170000', '180502.630000', '180503.090000', '180503.550000', '180504.010000', '180504.470000', '180504.930000', '180505.390000', '180505.850000', '180506.310000', '180506.770000', '180507.230000', '180507.690000', '180508.150000', '180508.610000', '180509.070000', '180509.530000', '180509.990000', '180510.450000', '180510.910000', '180511.370000', '180511.830000', '180512.290000', '180512.750000', '180513.210000', '180513.670000', '180514.130000', '180514.590000', '180515.050000', '180515.510000', '180515.970000', '180516.430000', '180516.890000', '180517.350000', '180517.810000', '180518.270000', '180518.730000', '180519.190000', '180519.650000', '180520.110000', '180520.570000', '180521.030000', '180521.490000', '180521.950000', '180522.410000', '180522.870000', '180523.330000', '180523.790000', '180524.250000', '180524.710000', '180525.170000', '180525.630000', '180526.090000', '180526.550000', '180527.010000', '180527.470000', '180527.930000', '180528.390000', '180528.850000', '180529.310000', '180529.770000', '180530.230000', '180530.690000', '180531.150000', '180531.610000', '180532.070000', '180532.530000', '180532.990000', '180533.450000', '180533.910000', '180534.370000', '180534.830000', '180535.290000', '180535.750000', '180536.210000', '180536.670000', '180537.130000', '180537.590000', '180538.050000', '180538.510000', '180538.970000', '180539.430000', '180539.890000', '180540.350000', '180540.810000', '180541.270000', '180541.730000', '180542.190000', '180542.650000', '180543.110000', '180543.570000', '180544.030000', '180544.490000', '180544.950000', '180545.410000', '180545.870000', '180546.330000', '180546.790000', '180547.250000', '180547.710000', '180548.170000', '180548.630000', '180549.090000', '180549.550000', '180550.010000', '180550.470000', '180550.930000', '180551.390000', '180551.850000', '180552.310000', '180552.770000', '180553.230000', '180553.690000', '180554.150000', '180554.610000', '180555.070000', '180555.530000', '180555.990000', '180556.450000', '180556.910000', '180557.370000', '180557.830000', '180558.290000', '180558.750000', '180559.210000', '180559.670000', '180600.130000', '180600.590000', '180601.050000', '180601.510000', '180601.970000', '180602.430000', '180602.890000', '180603.350000', '180603.810000', '180604.270000', '180604.730000', '180605.190000', '180605.650000', '180606.110000', '180606.570000', '180607.030000', '180607.490000', '180607.950000', '180608.410000', '180608.870000', '180609.330000', '180609.790000', '180610.250000', '180610.710000', '180611.170000', '180611.630000', '180612.090000', '180612.550000', '180613.010000', '180613.470000', '180613.930000', '180614.390000', '180614.850000', '180615.310000', '180615.770000', '180616.230000', '180616.690000', '180617.150000', '180617.610000', '180618.070000', '180618.530000', '180618.990000', '180619.450000', '180619.910000', '180620.370000', '180620.830000', '180621.290000', '180621.750000', '180622.210000', '180622.670000', '180623.130000', '180623.590000', '180624.050000', '180624.510000', '180624.970000', '180625.430000', '180625.890000', '180626.350000', '180626.810000', '180627.270000', '180627.730000', '180628.190000', '180628.650000', '180629.110000', '180629.570000', '180630.030000', '180630.490000', '180630.950000', '180631.410000', '180631.870000', '180632.330000', '180632.790000', '180633.250000', '180633.710000', '180634.170000', '180634.630000', '180635.090000', '180635.550000', '180636.010000', '180636.470000', '180636.930000', '180637.390000', '180637.850000', '180638.310000', '180638.770000', '180639.230000', '180639.690000', '180640.150000', '180640.610000', '180641.070000', '180641.530000', '180641.990000', '180642.450000', '180642.910000', '180643.370000', '180643.830000', '180644.290000', '180644.750000', '180645.210000', '180645.670000', '180646.130000', '180646.590000', '180647.050000', '180647.510000', '180647.970000', '180648.430000', '180648.890000', '180649.350000', '180649.810000', '180650.270000', '180650.730000', '180651.190000', '180651.650000', '180652.110000', '180652.570000', '180653.030000', '180653.490000', '180653.950000', '180654.410000', '180654.870000', '180655.330000', '180655.790000', '180656.250000', '180656.710000', '180657.170000', '180657.630000', '180658.090000', '180658.550000', '180659.010000', '180659.470000', '180659.930000', '180700.390000', '180700.850000', '180701.310000', '180701.770000', '180702.230000', '180702.690000', '180703.150000', '180703.610000', '180704.070000', '180704.530000', '180704.990000', '180705.450000', '180705.910000', '180706.370000', '180706.830000', '180707.290000', '180707.750000', '180708.210000', '180708.670000', '180709.130000', '180709.590000', '180710.050000', '180710.510000', '180710.970000', '180711.430000', '180711.890000', '180712.350000', '180712.810000', '180713.270000', '180713.730000', '180714.190000', '180714.650000', '180715.110000', '180715.570000', '180716.030000', '180716.490000', '180716.950000', '180717.410000', '180717.870000', '180718.330000', '180718.790000', '180719.250000', '180719.710000', '180720.170000', '180720.630000', '180721.090000', '180721.550000', '180722.010000', '180722.470000', '180722.930000', '180723.390000', '180723.850000', '180724.310000', '180724.770000', '180725.230000', '180725.690000', '180726.150000', '180726.610000', '180727.070000', '180727.530000', '180727.990000', '180728.450000', '180728.910000', '180729.370000', '180729.830000', '180730.290000', '180730.750000', '180731.210000', '180731.670000', '180732.130000', '180732.590000', '180733.050000', '180733.510000', '180733.970000', '180734.430000', '180734.890000', '180735.350000', '180735.810000', '180736.270000', '180736.730000', '180737.190000', '180737.650000', '180738.110000', '180738.570000', '180739.030000', '180739.490000', '180739.950000', '180740.410000', '180740.870000', '180741.330000', '180741.790000', '180742.250000', '180742.710000', '180743.170000', '180743.630000', '180744.090000', '180744.550000', '180745.010000', '180745.470000', '180745.930000', '180746.390000', '180746.850000', '180747.310000', '180747.770000', '180748.230000', '180748.690000', '180749.150000', '180749.610000', '180750.070000', '180750.530000', '180750.990000', '180751.450000', '180751.910000', '180752.370000', '180752.830000', '180753.290000', '180753.750000', '180754.210000', '180754.670000', '180755.130000', '180755.590000', '180756.050000', '180756.510000', '180756.970000', '180757.430000', '180757.890000', '180758.350000', '180758.810000', '180759.270000', '180759.730000', '180800.190000', '180800.650000', '180801.110000', '180801.570000', '180802.030000', '180802.490000', '180802.950000', '180803.410000', '180803.870000', '180804.330000', '180804.790000', '180805.250000', '180805.710000', '180806.170000', '180806.630000', '180807.090000', '180807.550000', '180808.010000', '180808.470000', '180808.930000', '180809.390000', '180809.850000', '180810.310000', '180810.770000', '180811.230000', '180811.690000', '180812.150000', '180812.610000', '180813.070000', '180813.530000', '180813.990000', '180814.450000', '180814.910000', '180815.370000', '180815.830000', '180816.290000', '180816.750000', '180817.210000', '180817.670000', '180818.130000', '180818.590000', '180819.050000', '180819.510000', '180819.970000', '180820.430000', '180820.890000', '180821.350000', '180821.810000', '180822.270000', '180822.730000', '180823.190000', '180823.650000', '180824.110000', '180824.570000', '180825.030000', '180825.490000', '180825.950000', '180826.410000', '180826.870000', '180827.330000', '180827.790000', '180828.250000', '180828.710000', '180829.170000', '180829.630000', '180830.090000', '180830.550000', '180831.010000', '180831.470000', '180831.930000', '180832.390000', '180832.850000', '180833.310000', '180833.770000', '180834.230000', '180834.690000', '180835.150000', '180835.610000', '180836.070000', '180836.530000', '180836.990000', '180837.450000', '180837.910000', '180838.370000', '180838.830000', '180839.290000', '180839.750000', '180840.210000', '180840.670000', '180841.130000', '180841.590000', '180842.050000', '180842.510000', '180842.970000', '180843.430000', '180843.890000', '180844.350000', '180844.810000', '180845.270000', '180845.730000', '180846.190000', '180846.650000', '180847.110000', '180847.570000', '180848.030000', '180848.490000', '180848.950000', '180849.410000', '180849.870000', '180850.330000', '180850.790000', '180851.250000', '180851.710000', '180852.170000', '180852.630000', '180853.090000', '180853.550000', '180854.010000', '180854.470000', '180854.930000', '180855.390000', '180855.850000', '180856.310000', '180856.770000', '180857.230000', '180857.690000', '180858.150000', '180858.610000', '180859.070000', '180859.530000', '180859.990000', '180900.450000', '180900.910000', '180901.370000', '180901.830000', '180902.290000', '180902.750000', '180903.210000', '180903.670000', '180904.130000', '180904.590000', '180905.050000', '180905.510000', '180905.970000', '180906.430000', '180906.890000', '180907.350000', '180907.810000', '180908.270000', '180908.730000', '180909.190000', '180909.650000', '180910.110000', '180910.570000', '180911.030000', '180911.490000', '180911.950000', '180912.410000', '180912.870000', '180913.330000', '180913.790000', '180914.250000', '180914.710000', '180915.170000', '180915.630000', '180916.090000', '180916.550000', '180917.010000', '180917.470000', '180917.930000', '180918.390000', '180918.850000', '180919.310000', '180919.770000', '180920.230000', '180920.690000', '180921.150000', '180921.610000', '180922.070000', '180922.530000', '180922.990000', '180923.450000', '180923.910000', '180924.370000', '180924.830000', '180925.290000', '180925.750000', '180926.210000', '180926.670000', '180927.130000', '180927.590000', '180928.050000', '180928.510000', '180928.970000', '180929.430000', '180929.890000', '180930.350000', '180930.810000', '180931.270000', '180931.730000', '180932.190000', '180932.650000', '180933.110000', '180933.570000', '180934.030000', '180934.490000', '180934.950000', '180935.410000', '180935.870000', '180936.330000', '180936.790000', '180937.250000', '180937.710000', '180938.170000', '180938.630000', '180939.090000', '180939.550000', '180940.010000', '180940.470000', '180940.930000', '180941.390000', '180941.850000', '180942.310000', '180942.770000', '180943.230000', '180943.690000', '180944.150000', '180944.610000', '180945.070000', '180945.530000', '180945.990000', '180946.450000', '180946.910000', '180947.370000', '180947.830000', '180948.290000', '180948.750000', '180949.210000', '180949.670000', '180950.130000', '180950.590000', '180951.050000', '180951.510000', '180951.970000', '180952.430000', '180952.890000', '180953.350000', '180953.810000', '180954.270000', '180954.730000', '180955.190000', '180955.650000', '180956.110000', '180956.570000', '180957.030000', '180957.490000', '180957.950000', '180958.410000', '180958.870000', '180959.330000', '180959.790000', '181000.250000', '181000.710000', '181001.170000', '181001.630000', '181002.090000', '181002.550000', '181003.010000', '181003.470000', '181003.930000', '181004.390000', '181004.850000', '181005.310000', '181005.770000', '181006.230000', '181006.690000', '181007.150000', '181007.610000', '181008.070000', '181008.530000', '181008.990000', '181009.450000', '181009.910000', '181010.370000', '181010.830000', '181011.290000', '181011.750000', '181012.210000', '181012.670000', '181013.130000', '181013.590000', '181014.050000', '181014.510000', '181014.970000', '181015.430000', '181015.890000', '181016.350000', '181016.810000', '181017.270000', '181017.730000', '181018.190000', '181018.650000', '181019.110000', '181019.570000', '181020.030000', '181020.490000', '181020.950000', '181021.410000', '181021.870000', '181022.330000', '181022.790000', '181023.250000', '181023.710000', '181024.170000', '181024.630000', '181025.090000', '181025.550000', '181026.010000', '181026.470000', '181026.930000', '181027.390000', '181027.850000', '181028.310000', '181028.770000', '181029.230000', '181029.690000', '181030.150000', '181030.610000', '181031.070000', '181031.530000', '181031.990000', '181032.450000', '181032.910000', '181033.370000', '181033.830000', '181034.290000', '181034.750000', '181035.210000', '181035.670000', '181036.130000', '181036.590000', '181037.050000', '181037.510000', '181037.970000', '181038.430000', '181038.890000', '181039.350000', '181039.810000', '181040.270000', '181040.730000', '181041.190000', '181041.650000', '181042.110000', '181042.570000', '181043.030000', '181043.490000', '181043.950000', '181044.410000', '181044.870000', '181045.330000', '181045.790000', '181046.250000', '181046.710000', '181047.170000', '181047.630000', '181048.090000', '181048.550000', '181049.010000', '181049.470000', '181049.930000', '181050.390000', '181050.850000', '181051.310000', '181051.770000', '181052.230000', '181052.690000', '181053.150000', '181053.610000', '181054.070000', '181054.530000', '181054.990000', '181055.450000', '181055.910000', '181056.370000', '181056.830000', '181057.290000', '181057.750000', '181058.210000', '181058.670000', '181059.130000', '181059.590000', '181100.050000', '181100.510000', '181100.970000', '181101.430000', '181101.890000', '181102.350000', '181102.810000', '181103.270000', '181103.730000', '181104.190000', '181104.650000', '181105.110000', '181105.570000', '181106.030000', '181106.490000', '181106.950000', '181107.410000', '181107.870000', '181108.330000', '181108.790000', '181109.250000', '181109.710000', '181110.170000', '181110.630000', '181111.090000', '181111.550000', '181112.010000', '181112.470000', '181112.930000', '181113.390000', '181113.850000', '181114.310000', '181114.770000', '181115.230000', '181115.690000', '181116.150000', '181116.610000', '181117.070000', '181117.530000', '181117.990000', '181118.450000', '181118.910000', '181119.370000', '181119.830000', '181120.290000', '181120.750000', '181121.210000', '181121.670000', '181122.130000', '181122.590000', '181123.050000', '181123.510000', '181123.970000', '181124.430000', '181124.890000', '181125.350000', '181125.810000', '181126.270000', '181126.730000', '181127.190000', '181127.650000', '181128.110000', '181128.570000', '181129.030000', '181129.490000', '181129.950000', '181130.410000', '181130.870000', '181131.330000', '181131.790000', '181132.250000', '181132.710000', '181133.170000', '181133.630000', '181134.090000', '181134.550000', '181135.010000', '181135.470000', '181135.930000', '181136.390000', '181136.850000', '181137.310000', '181137.770000', '181138.230000', '181138.690000', '181139.150000', '181139.610000', '181140.070000', '181140.530000', '181140.990000', '181141.450000', '181141.910000', '181142.370000', '181142.830000', '181143.290000', '181143.750000', '181144.210000', '181144.670000', '181145.130000', '181145.590000', '181146.050000', '181146.510000', '181146.970000', '181147.430000', '181147.890000', '181148.350000', '181148.810000', '181149.270000', '181149.730000', '181150.190000', '181150.650000', '181151.110000', '181151.570000', '181152.030000', '181152.490000', '181152.950000', '181153.410000', '181153.870000', '181154.330000', '181154.790000', '181155.250000', '181155.710000', '181156.170000', '181156.630000', '181157.090000', '181157.550000', '181158.010000', '181158.470000', '181158.930000', '181159.390000', '181159.850000', '181200.310000', '181200.770000', '181201.230000', '181201.690000', '181202.150000', '181202.610000', '181203.070000', '181203.530000', '181203.990000', '181204.450000', '181204.910000', '181205.370000', '181205.830000', '181206.290000', '181206.750000', '181207.210000', '181207.670000', '181208.130000', '181208.590000', '181209.050000', '181209.510000', '181209.970000', '181210.430000', '181210.890000', '181211.350000', '181211.810000', '181212.270000', '181212.730000', '181213.190000', '181213.650000', '181214.110000', '181214.570000', '181215.030000', '181215.490000', '181215.950000', '181216.410000', '181216.870000', '181217.330000', '181217.790000', '181218.250000', '181218.710000', '181219.170000', '181219.630000', '181220.090000', '181220.550000', '181221.010000', '181221.470000', '181221.930000', '181222.390000', '181222.850000', '181223.310000', '181223.770000', '181224.230000', '181224.690000', '181225.150000', '181225.610000', '181226.070000', '181226.530000', '181226.990000', '181227.450000', '181227.910000', '181228.370000', '181228.830000', '181229.290000', '181229.750000', '181230.210000', '181230.670000', '181231.130000', '181231.590000', '181232.050000', '181232.510000', '181232.970000', '181233.430000', '181233.890000', '181234.350000', '181234.810000', '181235.270000', '181235.730000', '181236.190000', '181236.650000', '181237.110000', '181237.570000', '181238.030000', '181238.490000', '181238.950000', '181239.410000', '181239.870000', '181240.330000', '181240.790000', '181241.250000', '181241.710000', '181242.170000', '181242.630000', '181243.090000', '181243.550000', '181244.010000', '181244.470000', '181244.930000', '181245.390000', '181245.850000', '181246.310000', '181246.770000', '181247.230000', '181247.690000', '181248.150000', '181248.610000', '181249.070000', '181249.530000', '181249.990000', '181250.450000', '181250.910000', '181251.370000', '181251.830000', '181252.290000', '181252.750000', '181253.210000', '181253.670000', '181254.130000', '181254.590000', '181255.050000', '181255.510000', '181255.970000', '181256.430000', '181256.890000', '181257.350000', '181257.810000', '181258.270000', '181258.730000', '181259.190000', '181259.650000', '181300.110000', '181300.570000', '181301.030000', '181301.490000', '181301.950000', '181302.410000', '181302.870000', '181303.330000', '181303.790000', '181304.250000', '181304.710000', '181305.170000', '181305.630000', '181306.090000', '181306.550000', '181307.010000', '181307.470000', '181307.930000', '181308.390000', '181308.850000', '181309.310000', '181309.770000', '181310.230000', '181310.690000', '181311.150000', '181311.610000', '181312.070000', '181312.530000', '181312.990000', '181313.450000', '181313.910000', '181314.370000', '181314.830000', '181315.290000', '181315.750000', '181316.210000', '181316.670000', '181317.130000', '181317.590000', '181318.050000', '181318.510000', '181318.970000', '181319.430000', '181319.890000', '181320.350000', '181320.810000', '181321.270000', '181321.730000', '181322.190000', '181322.650000', '181323.110000', '181323.570000', '181324.030000', '181324.490000', '181324.950000', '181325.410000', '181325.870000', '181326.330000', '181326.790000', '181327.250000', '181327.710000', '181328.170000', '181328.630000', '181329.090000', '181329.550000', '181330.010000', '181330.470000', '181330.930000', '181331.390000', '181331.850000', '181332.310000', '181332.770000', '181333.230000', '181333.690000', '181334.150000', '181334.610000', '181335.070000', '181335.530000', '181335.990000', '181336.450000', '181336.910000', '181337.370000', '181337.830000', '181338.290000', '181338.750000', '181339.210000', '181339.670000', '181340.130000', '181340.590000', '181341.050000', '181341.510000', '181341.970000', '181342.430000', '181342.890000', '181343.350000', '181343.810000', '181344.270000', '181344.730000', '181345.190000', '181345.650000', '181346.110000', '181346.570000', '181347.030000', '181347.490000', '181347.950000', '181348.410000', '181348.870000', '181349.330000', '181349.790000', '181350.250000', '181350.710000', '181351.170000', '181351.630000', '181352.090000', '181352.550000', '181353.010000', '181353.470000', '181353.930000', '181354.390000', '181354.850000', '181355.310000', '181355.770000', '181356.230000', '181356.690000', '181357.150000', '181357.610000', '181358.070000', '181358.530000', '181358.990000', '181359.450000', '181359.910000', '181400.370000', '181400.830000', '181401.290000', '181401.750000', '181402.210000', '181402.670000', '181403.130000', '181403.590000', '181404.050000', '181404.510000', '181404.970000', '181405.430000', '181405.890000', '181406.350000', '181406.810000', '181407.270000', '181407.730000', '181408.190000', '181408.650000', '181409.110000', '181409.570000', '181410.030000', '181410.490000', '181410.950000', '181411.410000', '181411.870000', '181412.330000', '181412.790000', '181413.250000', '181413.710000', '181414.170000', '181414.630000', '181415.090000', '181415.550000', '181416.010000', '181416.470000', '181416.930000', '181417.390000', '181417.850000', '181418.310000', '181418.770000', '181419.230000', '181419.690000', '181420.150000', '181420.610000', '181421.070000', '181421.530000', '181421.990000', '181422.450000', '181422.910000', '181423.370000', '181423.830000', '181424.290000', '181424.750000', '181425.210000', '181425.670000', '181426.130000', '181426.590000', '181427.050000', '181427.510000', '181427.970000', '181428.430000', '181428.890000', '181429.350000', '181429.810000', '181430.270000', '181430.730000', '181431.190000', '181431.650000', '181432.110000', '181432.570000', '181433.030000', '181433.490000', '181433.950000', '181434.410000', '181434.870000', '181435.330000', '181435.790000', '181436.250000', '181436.710000', '181437.170000', '181437.630000', '181438.090000', '181438.550000', '181439.010000', '181439.470000', '181439.930000', '181440.390000', '181440.850000', '181441.310000', '181441.770000', '181442.230000', '181442.690000', '181443.150000', '181443.610000', '181444.070000', '181444.530000', '181444.990000', '181445.450000', '181445.910000', '181446.370000', '181446.830000', '181447.290000', '181447.750000', '181448.210000', '181448.670000', '181449.130000', '181449.590000', '181450.050000', '181450.510000', '181450.970000', '181451.430000', '181451.890000', '181452.350000', '181452.810000', '181453.270000', '181453.730000', '181454.190000', '181454.650000', '181455.110000', '181455.570000', '181456.030000', '181456.490000', '181456.950000', '181457.410000', '181457.870000', '181458.330000', '181458.790000', '181459.250000', '181459.710000', '181500.170000', '181500.630000', '181501.090000', '181501.550000', '181502.010000', '181502.470000', '181502.930000', '181503.390000', '181503.850000', '181504.310000', '181504.770000', '181505.230000', '181505.690000', '181506.150000', '181506.610000', '181507.070000', '181507.530000', '181507.990000', '181508.450000', '181508.910000', '181509.370000', '181509.830000', '181510.290000', '181510.750000', '181511.210000', '181511.670000', '181512.130000', '181512.590000', '181513.050000', '181513.510000', '181513.970000', '181514.430000', '181514.890000', '181515.350000', '181515.810000', '181516.270000', '181516.730000', '181517.190000', '181517.650000', '181518.110000', '181518.570000', '181519.030000', '181519.490000', '181519.950000', '181520.410000', '181520.870000', '181521.330000', '181521.790000', '181522.250000', '181522.710000', '181523.170000', '181523.630000', '181524.090000', '181524.550000', '181525.010000', '181525.470000', '181525.930000', '181526.390000', '181526.850000', '181527.310000', '181527.770000', '181528.230000', '181528.690000', '181529.150000', '181529.610000', '181530.070000', '181530.530000', '181530.990000', '181531.450000', '181531.910000', '181532.370000', '181532.830000', '181533.290000', '181533.750000', '181534.210000', '181534.670000', '181535.130000', '181535.590000', '181536.050000', '181536.510000', '181536.970000', '181537.430000', '181537.890000', '181538.350000', '181538.810000', '181539.270000', '181539.730000', '181540.190000', '181540.650000', '181541.110000', '181541.570000', '181542.030000', '181542.490000', '181542.950000', '181543.410000', '181543.870000', '181544.330000', '181544.790000', '181545.250000', '181545.710000', '181546.170000', '181546.630000', '181547.090000', '181547.550000', '181548.010000', '181548.470000', '181548.930000', '181549.390000', '181549.850000', '181550.310000', '181550.770000', '181551.230000', '181551.690000', '181552.150000', '181552.610000', '181553.070000', '181553.530000', '181553.990000', '181554.450000', '181554.910000', '181555.370000', '181555.830000', '181556.290000', '181556.750000', '181557.210000', '181557.670000', '181558.130000', '181558.590000', '181559.050000', '181559.510000', '181559.970000', '181600.430000', '181600.890000', '181601.350000', '181601.810000', '181602.270000', '181602.730000', '181603.190000', '181603.650000', '181604.110000', '181604.570000', '181605.030000', '181605.490000', '181605.950000', '181606.410000', '181606.870000', '181607.330000', '181607.790000', '181608.250000', '181608.710000', '181609.170000', '181609.630000', '181610.090000', '181610.550000', '181611.010000', '181611.470000', '181611.930000', '181612.390000', '181612.850000', '181613.310000', '181613.770000', '181614.230000', '181614.690000', '181615.150000', '181615.610000', '181616.070000', '181616.530000', '181616.990000', '181617.450000', '181617.910000', '181618.370000', '181618.830000', '181619.290000', '181619.750000', '181620.210000', '181620.670000', '181621.130000', '181621.590000', '181622.050000', '181622.510000', '181622.970000', '181623.430000', '181623.890000', '181624.350000', '181624.810000', '181625.270000', '181625.730000', '181626.190000', '181626.650000', '181627.110000', '181627.570000', '181628.030000', '181628.490000', '181628.950000', '181629.410000', '181629.870000', '181630.330000', '181630.790000', '181631.250000', '181631.710000', '181632.170000', '181632.630000', '181633.090000', '181633.550000', '181634.010000', '181634.470000', '181634.930000', '181635.390000', '181635.850000', '181636.310000', '181636.770000', '181637.230000', '181637.690000', '181638.150000', '181638.610000', '181639.070000', '181639.530000', '181639.990000', '181640.450000', '181640.910000', '181641.370000', '181641.830000', '181642.290000', '181642.750000', '181643.210000', '181643.670000', '181644.130000', '181644.590000', '181645.050000', '181645.510000', '181645.970000', '181646.430000', '181646.890000', '181647.350000', '181647.810000', '181648.270000', '181648.730000', '181649.190000', '181649.650000', '181650.110000', '181650.570000', '181651.030000', '181651.490000', '181651.950000', '181652.410000', '181652.870000', '181653.330000', '181653.790000', '181654.250000', '181654.710000', '181655.170000', '181655.630000', '181656.090000', '181656.550000', '181657.010000', '181657.470000', '181657.930000', '181658.390000', '181658.850000', '181659.310000', '181659.770000', '181700.230000', '181700.690000', '181701.150000', '181701.610000', '181702.070000', '181702.530000', '181702.990000', '181703.450000', '181703.910000', '181704.370000', '181704.830000', '181705.290000', '181705.750000', '181706.210000', '181706.670000', '181707.130000', '181707.590000', '181708.050000', '181708.510000', '181708.970000', '181709.430000', '181709.890000', '181710.350000', '181710.810000', '181711.270000', '181711.730000', '181712.190000', '181712.650000', '181713.110000', '181713.570000', '181714.030000', '181714.490000', '181714.950000', '181715.410000', '181715.870000', '181716.330000', '181716.790000', '181717.250000', '181717.710000', '181718.170000', '181718.630000', '181719.090000', '181719.550000', '181720.010000', '181720.470000', '181720.930000', '181721.390000', '181721.850000', '181722.310000', '181722.770000', '181723.230000', '181723.690000', '181724.150000', '181724.610000', '181725.070000', '181725.530000', '181725.990000', '181726.450000', '181726.910000', '181727.370000', '181727.830000', '181728.290000', '181728.750000', '181729.210000', '181729.670000', '181730.130000', '181730.590000', '181731.050000', '181731.510000', '181731.970000', '181732.430000', '181732.890000', '181733.350000', '181733.810000', '181734.270000', '181734.730000', '181735.190000', '181735.650000', '181736.110000'], 'ContentTime': ['180527.001000', '180527.004000', '180527.007000', '180527.010000', '180527.013000', '180527.016000', '180527.019000', '180527.022000', '180527.025000', '180527.027000', '180527.030000', '180527.033000', '180527.036000', '180527.039000', '180527.042000', '180527.045000', '180527.048000', '180527.050000', '180527.053000', '180527.056000', '180527.059000', '180527.062000', '180527.065000', '180527.067000', '180527.070000', '180527.073000', '180527.076000', '180527.079000', '180527.082000', '180527.085000', '180527.087000', '180527.093000', '180527.096000', '180527.099000', '180527.102000', '180527.105000', '180527.108000', '180527.111000', '180527.114000', '180527.117000', '180527.120000', '180527.131000', '180527.134000', '180527.137000', '180527.140000', '180527.143000', '180527.146000', '180527.157000', '180527.159000', '180527.162000', '180527.165000', '180546.963000', '180546.966000', '180546.969000', '180546.971000', '180546.975000', '180546.978000', '180546.980000', '180546.983000', '180546.986000', '180546.989000', '180546.992000', '180546.994000', '180546.997000', '180547.006000', '180547.008000', '180547.011000', '180547.014000', '180547.017000', '180547.020000', '180547.023000', '180547.025000', '180547.028000', '180547.031000', '180547.034000', '180547.037000', '180547.040000', '180547.042000', '180547.045000', '180547.048000', '180547.051000', '180547.054000', '180547.056000', '180547.059000', '180547.062000', '180547.065000', '180547.068000', '180547.071000', '180547.074000', '180547.076000', '180547.079000', '180547.082000', '180547.085000', '180547.088000', '180547.090000', '180606.962000', '180606.965000', '180606.968000', '180606.971000', '180606.974000', '180606.976000', '180606.979000', '180606.982000', '180606.985000', '180606.988000', '180606.991000', '180606.994000', '180606.996000', '180607.000000', '180607.003000', '180607.006000', '180607.009000', '180607.012000', '180607.019000', '180607.022000', '180607.025000', '180607.028000', '180607.031000', '180607.033000', '180607.036000', '180607.039000', '180607.042000', '180607.045000', '180607.048000', '180607.050000', '180607.053000', '180607.056000', '180607.059000', '180607.062000', '180607.066000', '180607.069000', '180607.072000', '180607.080000', '180607.083000', '180607.086000', '180607.088000', '180607.091000', '180607.094000', '180626.962000', '180626.965000', '180626.968000', '180626.979000', '180626.981000', '180626.984000', '180626.987000', '180626.990000', '180626.993000', '180626.995000', '180626.998000', '180627.002000', '180627.005000', '180627.008000', '180627.011000', '180627.014000', '180627.016000', '180627.019000', '180627.022000', '180627.025000', '180627.028000', '180627.032000', '180627.035000', '180627.037000', '180627.040000', '180627.043000', '180627.046000', '180627.049000', '180627.052000', '180627.054000', '180627.057000', '180627.060000', '180627.063000', '180627.066000', '180627.069000', '180627.072000', '180627.074000', '180627.077000', '180627.080000', '180627.083000', '180627.086000', '180627.088000', '180627.091000', '180627.094000', '180646.962000', '180646.965000', '180646.968000', '180646.971000', '180646.974000', '180646.976000', '180646.979000', '180646.982000', '180646.985000', '180646.988000', '180646.991000', '180646.993000', '180646.996000', '180647.000000', '180647.003000', '180647.006000', '180647.014000', '180647.017000', '180647.019000', '180647.030000', '180647.033000', '180647.036000', '180647.039000', '180647.042000', '180647.045000', '180647.048000', '180647.050000', '180647.053000', '180647.056000', '180647.059000', '180647.062000', '180647.065000', '180647.067000', '180647.070000', '180647.073000', '180647.076000', '180647.079000', '180647.082000', '180647.084000', '180647.087000', '180647.090000', '180647.093000', '180647.096000', '180706.963000', '180706.966000', '180706.969000', '180706.972000', '180706.975000', '180706.978000', '180706.981000', '180706.983000', '180706.986000', '180706.989000', '180706.992000', '180706.995000', '180706.998000', '180707.000000', '180707.003000', '180707.006000', '180707.009000', '180707.012000', '180707.015000', '180707.018000', '180707.021000', '180707.023000', '180707.031000', '180707.033000', '180707.036000', '180707.039000', '180707.042000', '180707.045000', '180707.048000', '180707.069000', '180707.076000', '180707.079000', '180707.082000', '180707.085000', '180707.088000', '180707.091000', '180707.093000', '180707.096000', '180707.099000', '180707.102000', '180707.105000', '180707.108000', '180707.111000', '180707.114000', '180726.963000', '180726.966000', '180726.969000', '180726.972000', '180726.975000', '180726.977000', '180726.980000', '180726.983000', '180726.986000', '180726.989000', '180726.992000', '180726.994000', '180726.997000', '180727.001000', '180727.004000', '180727.007000', '180727.010000', '180727.013000', '180727.015000', '180727.018000', '180727.021000', '180727.024000', '180727.027000', '180727.030000', '180727.033000', '180727.035000', '180727.038000', '180727.041000', '180727.044000', '180727.047000', '180727.050000', '180727.052000', '180727.055000', '180727.058000', '180727.061000', '180727.064000', '180727.067000', '180727.070000', '180727.072000', '180727.075000', '180727.078000', '180727.081000', '180727.084000', '180746.963000', '180746.966000', '180746.969000', '180746.972000', '180746.974000', '180746.977000', '180746.980000', '180746.983000', '180746.986000', '180746.989000', '180746.992000', '180746.995000', '180746.997000', '180747.001000', '180747.004000', '180747.007000', '180747.010000', '180747.013000', '180747.016000', '180747.018000', '180747.021000', '180747.024000', '180747.027000', '180747.030000', '180747.041000', '180747.044000', '180747.047000', '180747.050000', '180747.053000', '180747.056000', '180747.059000', '180747.061000', '180747.065000', '180747.069000', '180747.072000', '180747.074000', '180747.077000', '180747.080000', '180747.083000', '180747.086000', '180747.089000', '180747.092000', '180747.095000', '180747.097000', '180806.963000', '180806.966000', '180806.969000', '180806.972000', '180806.975000', '180806.978000', '180806.980000', '180806.983000', '180806.986000', '180806.989000', '180806.992000', '180806.995000', '180806.998000', '180807.002000', '180807.004000', '180807.007000', '180807.010000', '180807.013000', '180807.016000', '180807.019000', '180807.022000', '180807.024000', '180807.027000', '180807.030000', '180807.033000', '180807.036000', '180807.039000', '180807.042000', '180807.045000', '180807.048000', '180807.050000', '180807.053000', '180807.056000', '180807.059000', '180807.062000', '180807.065000', '180807.068000', '180807.070000', '180807.073000', '180807.076000', '180807.079000', '180807.082000', '180807.085000', '180826.962000', '180826.965000', '180826.968000', '180826.972000', '180826.977000', '180826.980000', '180826.983000', '180826.986000', '180826.989000', '180826.992000', '180826.994000', '180826.997000', '180827.002000', '180827.004000', '180827.007000', '180827.010000', '180827.013000', '180827.016000', '180827.019000', '180827.021000', '180827.024000', '180827.027000', '180827.030000', '180827.033000', '180827.036000', '180827.039000', '180827.042000', '180827.044000', '180827.047000', '180827.050000', '180827.053000', '180827.056000', '180827.059000', '180827.062000', '180827.064000', '180827.067000', '180827.070000', '180827.073000', '180827.076000', '180827.084000', '180827.087000', '180827.089000', '180827.092000', '180846.962000', '180846.965000', '180846.968000', '180846.971000', '180846.974000', '180846.976000', '180846.979000', '180846.982000', '180846.985000', '180846.988000', '180846.991000', '180846.994000', '180846.997000', '180847.000000', '180847.003000', '180847.006000', '180847.009000', '180847.012000', '180847.015000', '180847.018000', '180847.021000', '180847.023000', '180847.026000', '180847.029000', '180847.032000', '180847.048000', '180847.050000', '180847.053000', '180847.056000', '180847.059000', '180847.062000', '180847.065000', '180847.068000', '180847.070000', '180847.073000', '180847.076000', '180847.079000', '180847.082000', '180847.084000', '180847.088000', '180847.090000', '180847.093000', '180847.096000', '180847.099000', '180906.962000', '180906.965000', '180906.968000', '180906.971000', '180906.974000', '180906.977000', '180906.980000', '180906.982000', '180906.985000', '180906.989000', '180906.992000', '180906.995000', '180906.998000', '180907.002000', '180907.004000', '180907.007000', '180907.010000', '180907.013000', '180907.016000', '180907.019000', '180907.022000', '180907.025000', '180907.027000', '180907.030000', '180907.033000', '180907.036000', '180907.039000', '180907.042000', '180907.045000', '180907.066000', '180907.069000', '180907.072000', '180907.074000', '180907.077000', '180907.080000', '180907.083000', '180907.086000', '180907.089000', '180907.099000', '180907.102000', '180907.105000', '180907.107000', '180907.110000', '180926.963000', '180926.966000', '180926.969000', '180926.972000', '180926.975000', '180926.977000', '180926.980000', '180926.983000', '180926.986000', '180926.989000', '180926.992000', '180926.995000', '180926.998000', '180927.001000', '180927.004000', '180927.006000', '180927.009000', '180927.012000', '180927.015000', '180927.018000', '180927.021000', '180927.024000', '180927.027000', '180927.029000', '180927.032000', '180927.035000', '180927.038000', '180927.041000', '180927.044000', '180927.046000', '180927.049000', '180927.052000', '180927.055000', '180927.058000', '180927.061000', '180927.064000', '180927.066000', '180927.069000', '180927.072000', '180927.075000', '180927.078000', '180927.081000', '180927.084000', '180927.087000', '180946.963000', '180946.966000', '180946.969000', '180946.972000', '180946.975000', '180946.977000', '180946.980000', '180946.983000', '180946.986000', '180946.989000', '180946.992000', '180946.998000', '180947.002000', '180947.005000', '180947.008000', '180947.011000', '180947.014000', '180947.016000', '180947.019000', '180947.022000', '180947.025000', '180947.028000', '180947.031000', '180947.034000', '180947.037000', '180947.040000', '180947.043000', '180947.045000', '180947.048000', '180947.051000', '180947.054000', '180947.057000', '180947.060000', '180947.062000', '180947.065000', '180947.068000', '180947.071000', '180947.074000', '180947.077000', '180947.080000', '180947.082000', '180947.085000', '180947.088000', '181006.963000', '181006.966000', '181006.969000', '181006.972000', '181006.975000', '181006.978000', '181006.980000', '181006.983000', '181006.986000', '181006.989000', '181006.992000', '181006.995000', '181006.998000', '181007.002000', '181007.005000', '181007.007000', '181007.010000', '181007.013000', '181007.016000', '181007.019000', '181007.022000', '181007.025000', '181007.028000', '181007.031000', '181007.034000', '181007.037000', '181007.040000', '181007.042000', '181007.045000', '181007.048000', '181007.051000', '181007.054000', '181007.057000', '181007.060000', '181007.063000', '181007.065000', '181007.068000', '181007.071000', '181007.074000', '181007.077000', '181007.080000', '181007.083000', '181007.086000', '181007.089000', '181026.962000', '181026.965000', '181026.968000', '181026.971000', '181026.974000', '181026.977000', '181026.979000', '181026.982000', '181026.985000', '181026.988000', '181026.991000', '181026.994000', '181026.997000', '181027.000000', '181027.003000', '181027.006000', '181027.009000', '181027.012000', '181027.015000', '181027.018000', '181027.021000', '181027.023000', '181027.026000', '181027.029000', '181027.032000', '181027.037000', '181027.041000', '181027.044000', '181027.047000', '181027.050000', '181027.052000', '181027.055000', '181027.058000', '181027.061000', '181027.064000', '181027.067000', '181027.070000', '181027.073000', '181027.075000', '181027.078000', '181027.081000', '181027.084000', '181027.087000', '181046.962000', '181046.965000', '181046.968000', '181046.970000', '181046.973000', '181046.976000', '181046.979000', '181046.982000', '181046.985000', '181046.988000', '181046.991000', '181046.993000', '181046.996000', '181047.000000', '181047.007000', '181047.010000', '181047.013000', '181047.016000', '181047.018000', '181047.021000', '181047.024000', '181047.027000', '181047.030000', '181047.033000', '181047.036000', '181047.039000', '181047.041000', '181047.044000', '181047.047000', '181047.052000', '181047.055000', '181047.058000', '181047.061000', '181047.063000', '181047.066000', '181047.069000', '181047.072000', '181047.075000', '181047.078000', '181047.080000', '181047.083000', '181047.086000', '181047.089000', '181047.092000', '181106.962000', '181106.965000', '181106.968000', '181106.971000', '181106.974000', '181106.978000', '181106.981000', '181106.984000', '181106.987000', '181106.989000', '181106.992000', '181106.995000', '181106.998000', '181107.002000', '181107.005000', '181107.008000', '181107.010000', '181107.013000', '181107.016000', '181107.019000', '181107.022000', '181107.025000', '181107.028000', '181107.032000', '181107.037000', '181107.045000', '181107.048000', '181107.051000', '181107.054000', '181107.057000', '181107.060000', '181107.062000', '181107.065000', '181107.068000', '181107.071000', '181107.074000', '181107.077000', '181107.080000', '181107.083000', '181107.086000', '181107.089000', '181107.091000', '181107.094000', '181126.962000', '181126.965000', '181126.968000', '181126.971000', '181126.974000', '181126.977000', '181126.979000', '181126.982000', '181126.985000', '181126.988000', '181126.991000', '181126.994000', '181126.997000', '181127.000000', '181127.003000', '181127.006000', '181127.009000', '181127.012000', '181127.015000', '181127.018000', '181127.020000', '181127.023000', '181127.026000', '181127.029000', '181127.032000', '181127.035000', '181127.037000', '181127.040000', '181127.043000', '181127.046000', '181127.049000', '181127.052000', '181127.055000', '181127.057000', '181127.060000', '181127.063000', '181127.066000', '181127.069000', '181127.072000', '181127.075000', '181127.077000', '181127.080000', '181127.083000', '181127.086000', '181146.963000', '181146.966000', '181146.969000', '181146.984000', '181146.987000', '181146.990000', '181146.993000', '181146.996000', '181146.998000', '181147.001000', '181147.004000', '181147.007000', '181147.010000', '181147.013000', '181147.016000', '181147.018000', '181147.021000', '181147.024000', '181147.027000', '181147.030000', '181147.033000', '181147.036000', '181147.039000', '181147.041000', '181147.044000', '181147.047000', '181147.050000', '181147.053000', '181147.056000', '181147.059000', '181147.061000', '181147.064000', '181147.067000', '181147.070000', '181147.073000', '181147.075000', '181147.078000', '181147.081000', '181147.084000', '181147.087000', '181147.092000', '181147.096000', '181147.098000', '181206.963000', '181206.966000', '181206.969000', '181206.972000', '181206.975000', '181206.978000', '181206.981000', '181206.983000', '181206.986000', '181206.989000', '181206.992000', '181206.995000', '181206.998000', '181207.002000', '181207.005000', '181207.008000', '181207.010000', '181207.013000', '181207.016000', '181207.028000', '181207.031000', '181207.033000', '181207.036000', '181207.039000', '181207.042000', '181207.045000', '181207.048000', '181207.051000', '181207.054000', '181207.056000', '181207.059000', '181207.062000', '181207.065000', '181207.068000', '181207.071000', '181207.074000', '181207.077000', '181207.079000', '181207.082000', '181207.085000', '181207.088000', '181207.091000', '181207.094000', '181207.097000', '181226.963000', '181226.966000', '181226.969000', '181226.972000', '181226.975000', '181226.978000', '181226.980000', '181226.983000', '181226.986000', '181226.989000', '181226.992000', '181226.995000', '181226.998000', '181227.001000', '181227.004000', '181227.007000', '181227.010000', '181227.013000', '181227.017000', '181227.020000', '181227.023000', '181227.026000', '181227.029000', '181227.032000', '181227.035000', '181227.037000', '181227.040000', '181227.043000', '181227.046000', '181227.049000', '181227.052000', '181227.055000', '181227.058000', '181227.060000', '181227.063000', '181227.066000', '181227.069000', '181227.073000', '181227.078000', '181227.081000', '181227.084000', '181227.087000', '181227.090000', '181246.962000', '181246.965000', '181246.968000', '181246.971000', '181246.974000', '181246.977000', '181246.979000', '181246.982000', '181246.985000', '181246.988000', '181246.991000', '181246.994000', '181246.997000', '181247.001000', '181247.003000', '181247.006000', '181247.009000', '181247.012000', '181247.015000', '181247.018000', '181247.021000', '181247.024000', '181247.026000', '181247.029000', '181247.032000', '181247.035000', '181247.038000', '181247.041000', '181247.043000', '181247.046000', '181247.049000', '181247.052000', '181247.055000', '181247.058000', '181247.061000', '181247.063000', '181247.066000', '181247.069000', '181247.072000', '181247.075000', '181247.078000', '181247.081000', '181247.083000', '181247.086000', '181306.962000', '181306.965000', '181306.968000', '181306.971000', '181306.974000', '181306.977000', '181306.980000', '181306.983000', '181306.985000', '181306.988000', '181306.991000', '181306.994000', '181306.997000', '181307.001000', '181307.004000', '181307.007000', '181307.010000', '181307.012000', '181307.015000', '181307.018000', '181307.021000', '181307.024000', '181307.027000', '181307.030000', '181307.033000', '181307.035000', '181307.038000', '181307.041000', '181307.044000', '181307.047000', '181307.050000', '181307.053000', '181307.056000', '181307.058000', '181307.061000', '181307.064000', '181307.067000', '181307.070000', '181307.073000', '181307.076000', '181307.079000', '181307.081000', '181307.084000', '181326.962000', '181326.965000', '181326.968000', '181326.971000', '181326.974000', '181326.977000', '181326.980000', '181326.982000', '181326.986000', '181326.989000', '181326.992000', '181326.994000', '181326.997000', '181327.001000', '181327.004000', '181327.007000', '181327.010000', '181327.013000', '181327.016000', '181327.018000', '181327.021000', '181327.024000', '181327.027000', '181327.030000', '181327.033000', '181327.036000', '181327.038000', '181327.041000', '181327.044000', '181327.047000', '181327.050000', '181327.053000', '181327.056000', '181327.058000', '181327.061000', '181327.064000', '181327.067000', '181327.070000', '181327.073000', '181327.076000', '181327.079000', '181327.081000', '181327.084000', '181327.087000', '181346.962000', '181346.965000', '181346.968000', '181346.971000', '181346.974000', '181346.977000', '181346.980000', '181346.982000', '181346.985000', '181346.988000', '181346.991000', '181346.994000', '181346.997000', '181347.000000', '181347.003000', '181347.006000', '181347.009000', '181347.012000', '181347.015000', '181347.018000', '181347.021000', '181347.023000', '181347.026000', '181347.029000', '181347.032000', '181347.035000', '181347.038000', '181347.041000', '181347.043000', '181347.046000', '181347.049000', '181347.053000', '181347.056000', '181347.059000', '181347.062000', '181347.065000', '181347.067000', '181347.070000', '181347.073000', '181347.076000', '181347.079000', '181347.082000', '181347.085000', '181406.963000', '181406.966000', '181406.969000', '181406.972000', '181406.975000', '181406.978000', '181406.981000', '181406.984000', '181406.987000', '181406.989000', '181406.992000', '181406.995000', '181406.998000', '181407.001000', '181407.004000', '181407.007000', '181407.010000', '181407.013000', '181407.015000', '181407.018000', '181407.021000', '181407.024000', '181407.027000', '181407.030000', '181407.033000', '181407.036000', '181407.039000', '181407.042000', '181407.044000', '181407.047000', '181407.050000', '181407.053000', '181407.056000', '181407.059000', '181407.062000', '181407.065000', '181407.067000', '181407.070000', '181407.073000', '181407.076000', '181407.079000', '181407.082000', '181407.085000', '181407.087000', '181426.963000', '181426.966000', '181426.969000', '181426.972000', '181426.975000', '181426.978000', '181426.980000', '181426.983000', '181426.986000', '181426.989000', '181426.992000', '181426.995000', '181426.998000', '181427.002000', '181427.005000', '181427.007000', '181427.010000', '181427.013000', '181427.016000', '181427.019000', '181427.022000', '181427.025000', '181427.028000', '181427.031000', '181427.033000', '181427.036000', '181427.039000', '181427.042000', '181427.045000', '181427.048000', '181427.051000', '181427.053000', '181427.056000', '181427.059000', '181427.062000', '181427.065000', '181427.068000', '181427.071000', '181427.073000', '181427.076000', '181427.079000', '181427.082000', '181427.085000', '181446.963000', '181446.966000', '181446.969000', '181446.972000', '181446.975000', '181446.977000', '181446.980000', '181446.983000', '181446.986000', '181446.989000', '181446.992000', '181446.995000', '181446.998000', '181447.002000', '181447.004000', '181447.007000', '181447.010000', '181447.013000', '181447.016000', '181447.019000', '181447.022000', '181447.025000', '181447.028000', '181447.030000', '181447.033000', '181447.036000', '181447.039000', '181447.042000', '181447.045000', '181447.048000', '181447.050000', '181447.053000', '181447.056000', '181447.059000', '181447.062000', '181447.065000', '181447.068000', '181447.070000', '181447.073000', '181447.076000', '181447.079000', '181447.082000', '181447.085000', '181447.088000', '181506.962000', '181506.965000', '181506.968000', '181506.971000', '181506.974000', '181506.977000', '181506.980000', '181506.983000', '181506.986000', '181506.988000', '181506.991000', '181506.994000', '181506.997000', '181507.001000', '181507.004000', '181507.007000', '181507.010000', '181507.012000', '181507.015000', '181507.018000', '181507.021000', '181507.024000', '181507.027000', '181507.030000', '181507.033000', '181507.036000', '181507.038000', '181507.041000', '181507.044000', '181507.047000', '181507.050000', '181507.053000', '181507.056000', '181507.059000', '181507.061000', '181507.064000', '181507.067000', '181507.070000', '181507.073000', '181507.076000', '181507.079000', '181507.082000', '181507.085000', '181526.962000', '181526.965000', '181526.968000', '181526.971000', '181526.974000', '181526.977000', '181526.980000', '181526.982000', '181526.985000', '181526.988000', '181526.991000', '181526.994000', '181526.997000', '181527.001000', '181527.003000', '181527.006000', '181527.009000', '181527.012000', '181527.015000', '181527.018000', '181527.021000', '181527.023000', '181527.026000', '181527.029000', '181527.032000', '181527.035000', '181527.038000', '181527.041000', '181527.044000', '181527.046000', '181527.049000', '181527.052000', '181527.055000', '181527.058000', '181527.061000', '181527.064000', '181527.078000', '181527.081000', '181527.083000', '181527.086000', '181527.089000', '181527.092000', '181527.095000', '181546.962000', '181546.965000', '181546.968000', '181546.971000', '181546.974000', '181546.977000', '181546.979000', '181546.982000', '181546.985000', '181546.988000', '181546.991000', '181546.994000', '181546.997000', '181547.000000', '181547.003000', '181547.006000', '181547.009000', '181547.012000', '181547.015000', '181547.018000', '181547.021000', '181547.023000', '181547.026000', '181547.029000', '181547.032000', '181547.035000', '181547.038000', '181547.041000', '181547.044000', '181547.046000', '181547.049000', '181547.052000', '181547.055000', '181547.058000', '181547.061000', '181547.063000', '181547.066000', '181547.069000', '181547.072000', '181547.075000', '181547.078000', '181547.081000', '181547.084000', '181547.087000', '181606.962000', '181606.965000', '181606.968000', '181606.971000', '181606.974000', '181606.977000', '181606.980000', '181606.982000', '181606.985000', '181606.988000', '181606.991000', '181606.994000', '181606.997000', '181607.001000', '181607.007000', '181607.016000', '181607.019000', '181607.022000', '181607.025000', '181607.027000', '181607.030000', '181607.033000', '181607.036000', '181607.039000', '181607.048000', '181607.051000', '181607.054000', '181607.056000', '181607.060000', '181607.062000', '181607.065000', '181607.068000', '181607.071000', '181607.074000', '181607.077000', '181607.080000', '181607.083000', '181607.085000', '181607.088000', '181607.091000', '181607.094000', '181607.097000', '181607.100000', '181626.963000', '181626.966000', '181626.969000', '181626.972000', '181626.975000', '181626.978000', '181626.981000', '181626.984000', '181626.986000', '181626.989000', '181626.992000', '181626.995000', '181626.998000', '181627.002000', '181627.005000', '181627.008000', '181627.010000', '181627.013000', '181627.016000', '181627.019000', '181627.022000', '181627.025000', '181627.028000', '181627.031000', '181627.033000', '181627.036000', '181627.039000', '181627.042000', '181627.045000', '181627.048000', '181627.050000', '181627.053000', '181627.056000', '181627.059000', '181627.062000', '181627.065000', '181627.068000', '181627.070000', '181627.073000', '181627.076000', '181627.079000', '181627.082000', '181627.085000', '181627.088000', '181646.963000', '181646.966000', '181646.969000', '181646.972000', '181646.975000', '181646.978000', '181646.981000', '181646.984000', '181646.987000', '181646.989000', '181646.992000', '181646.995000', '181646.998000', '181647.002000', '181647.005000', '181647.008000', '181647.011000', '181647.013000', '181647.029000', '181647.032000', '181647.035000', '181647.038000', '181647.041000', '181647.044000', '181647.046000', '181647.049000', '181647.052000', '181647.055000', '181647.058000', '181647.061000', '181647.064000', '181647.066000', '181647.069000', '181647.072000', '181647.075000', '181647.078000', '181647.081000', '181647.084000', '181647.086000', '181647.089000', '181647.092000', '181647.095000', '181647.098000', '181706.963000', '181706.966000', '181706.969000', '181706.972000', '181706.975000', '181706.978000', '181706.981000', '181706.984000', '181706.986000', '181706.989000', '181706.992000', '181706.995000', '181706.998000', '181707.002000', '181707.005000', '181707.008000', '181707.010000', '181707.013000', '181707.016000', '181707.019000', '181707.022000', '181707.025000', '181707.028000', '181707.031000', '181707.033000', '181707.036000', '181707.039000', '181707.042000', '181707.045000', '181707.048000', '181707.051000', '181707.054000', '181707.057000', '181707.059000', '181707.062000', '181707.065000', '181707.068000', '181707.071000', '181707.074000', '181707.077000', '181707.080000', '181707.082000', '181707.085000', '181707.088000', '181726.962000', '181726.965000', '181726.968000', '181726.971000', '181726.974000', '181726.977000', '181726.980000', '181726.983000', '181726.986000', '181726.988000', '181726.991000', '181726.994000', '181726.997000', '181727.001000', '181727.005000', '181727.008000', '181727.010000', '181727.013000', '181727.016000', '181727.019000', '181727.022000', '181727.025000', '181727.028000', '181727.030000', '181727.033000', '181727.036000', '181727.039000', '181727.042000', '181727.045000', '181727.047000', '181727.050000', '181727.053000', '181727.056000', '181727.059000', '181727.062000', '181727.065000', '181727.068000', '181727.070000', '181727.073000', '181727.076000', '181727.079000', '181727.082000', '181727.085000', '181737.626000', '181737.629000', '181737.632000', '181737.635000', '181737.638000', '181737.642000', '181737.645000', '181737.647000', '181737.650000', '181737.654000', '181737.657000', '181737.660000', '181737.662000', '181737.665000', '181737.668000', '181737.671000', '181737.674000', '181737.677000', '181737.680000', '181737.683000', '181737.686000', '181737.689000', '181737.692000', '181737.695000'], 'InstanceCreationTime': ['180527.001000', '180527.004000', '180527.007000', '180527.010000', '180527.013000', '180527.016000', '180527.019000', '180527.022000', '180527.025000', '180527.027000', '180527.030000', '180527.033000', '180527.036000', '180527.039000', '180527.042000', '180527.045000', '180527.048000', '180527.050000', '180527.053000', '180527.056000', '180527.059000', '180527.062000', '180527.065000', '180527.067000', '180527.070000', '180527.073000', '180527.076000', '180527.079000', '180527.082000', '180527.085000', '180527.087000', '180527.093000', '180527.096000', '180527.099000', '180527.102000', '180527.105000', '180527.108000', '180527.111000', '180527.114000', '180527.117000', '180527.120000', '180527.131000', '180527.134000', '180527.137000', '180527.140000', '180527.143000', '180527.146000', '180527.157000', '180527.159000', '180527.162000', '180527.165000', '180546.963000', '180546.966000', '180546.969000', '180546.971000', '180546.975000', '180546.978000', '180546.980000', '180546.983000', '180546.986000', '180546.989000', '180546.992000', '180546.994000', '180546.997000', '180547.006000', '180547.008000', '180547.011000', '180547.014000', '180547.017000', '180547.020000', '180547.023000', '180547.025000', '180547.028000', '180547.031000', '180547.034000', '180547.037000', '180547.040000', '180547.042000', '180547.045000', '180547.048000', '180547.051000', '180547.054000', '180547.056000', '180547.059000', '180547.062000', '180547.065000', '180547.068000', '180547.071000', '180547.074000', '180547.076000', '180547.079000', '180547.082000', '180547.085000', '180547.088000', '180547.090000', '180606.962000', '180606.965000', '180606.968000', '180606.971000', '180606.974000', '180606.976000', '180606.979000', '180606.982000', '180606.985000', '180606.988000', '180606.991000', '180606.994000', '180606.996000', '180607.000000', '180607.003000', '180607.006000', '180607.009000', '180607.012000', '180607.019000', '180607.022000', '180607.025000', '180607.028000', '180607.031000', '180607.033000', '180607.036000', '180607.039000', '180607.042000', '180607.045000', '180607.048000', '180607.050000', '180607.053000', '180607.056000', '180607.059000', '180607.062000', '180607.066000', '180607.069000', '180607.072000', '180607.080000', '180607.083000', '180607.086000', '180607.088000', '180607.091000', '180607.094000', '180626.962000', '180626.965000', '180626.968000', '180626.979000', '180626.981000', '180626.984000', '180626.987000', '180626.990000', '180626.993000', '180626.995000', '180626.998000', '180627.002000', '180627.005000', '180627.008000', '180627.011000', '180627.014000', '180627.016000', '180627.019000', '180627.022000', '180627.025000', '180627.028000', '180627.032000', '180627.035000', '180627.037000', '180627.040000', '180627.043000', '180627.046000', '180627.049000', '180627.052000', '180627.054000', '180627.057000', '180627.060000', '180627.063000', '180627.066000', '180627.069000', '180627.072000', '180627.074000', '180627.077000', '180627.080000', '180627.083000', '180627.086000', '180627.088000', '180627.091000', '180627.094000', '180646.962000', '180646.965000', '180646.968000', '180646.971000', '180646.974000', '180646.976000', '180646.979000', '180646.982000', '180646.985000', '180646.988000', '180646.991000', '180646.993000', '180646.996000', '180647.000000', '180647.003000', '180647.006000', '180647.014000', '180647.017000', '180647.019000', '180647.030000', '180647.033000', '180647.036000', '180647.039000', '180647.042000', '180647.045000', '180647.048000', '180647.050000', '180647.053000', '180647.056000', '180647.059000', '180647.062000', '180647.065000', '180647.067000', '180647.070000', '180647.073000', '180647.076000', '180647.079000', '180647.082000', '180647.084000', '180647.087000', '180647.090000', '180647.093000', '180647.096000', '180706.963000', '180706.966000', '180706.969000', '180706.972000', '180706.975000', '180706.978000', '180706.981000', '180706.983000', '180706.986000', '180706.989000', '180706.992000', '180706.995000', '180706.998000', '180707.000000', '180707.003000', '180707.006000', '180707.009000', '180707.012000', '180707.015000', '180707.018000', '180707.021000', '180707.023000', '180707.031000', '180707.033000', '180707.036000', '180707.039000', '180707.042000', '180707.045000', '180707.048000', '180707.069000', '180707.076000', '180707.079000', '180707.082000', '180707.085000', '180707.088000', '180707.091000', '180707.093000', '180707.096000', '180707.099000', '180707.102000', '180707.105000', '180707.108000', '180707.111000', '180707.114000', '180726.963000', '180726.966000', '180726.969000', '180726.972000', '180726.975000', '180726.977000', '180726.980000', '180726.983000', '180726.986000', '180726.989000', '180726.992000', '180726.994000', '180726.997000', '180727.001000', '180727.004000', '180727.007000', '180727.010000', '180727.013000', '180727.015000', '180727.018000', '180727.021000', '180727.024000', '180727.027000', '180727.030000', '180727.033000', '180727.035000', '180727.038000', '180727.041000', '180727.044000', '180727.047000', '180727.050000', '180727.052000', '180727.055000', '180727.058000', '180727.061000', '180727.064000', '180727.067000', '180727.070000', '180727.072000', '180727.075000', '180727.078000', '180727.081000', '180727.084000', '180746.963000', '180746.966000', '180746.969000', '180746.972000', '180746.974000', '180746.977000', '180746.980000', '180746.983000', '180746.986000', '180746.989000', '180746.992000', '180746.995000', '180746.997000', '180747.001000', '180747.004000', '180747.007000', '180747.010000', '180747.013000', '180747.016000', '180747.018000', '180747.021000', '180747.024000', '180747.027000', '180747.030000', '180747.041000', '180747.044000', '180747.047000', '180747.050000', '180747.053000', '180747.056000', '180747.059000', '180747.061000', '180747.065000', '180747.069000', '180747.072000', '180747.074000', '180747.077000', '180747.080000', '180747.083000', '180747.086000', '180747.089000', '180747.092000', '180747.095000', '180747.097000', '180806.963000', '180806.966000', '180806.969000', '180806.972000', '180806.975000', '180806.978000', '180806.980000', '180806.983000', '180806.986000', '180806.989000', '180806.992000', '180806.995000', '180806.998000', '180807.002000', '180807.004000', '180807.007000', '180807.010000', '180807.013000', '180807.016000', '180807.019000', '180807.022000', '180807.024000', '180807.027000', '180807.030000', '180807.033000', '180807.036000', '180807.039000', '180807.042000', '180807.045000', '180807.048000', '180807.050000', '180807.053000', '180807.056000', '180807.059000', '180807.062000', '180807.065000', '180807.068000', '180807.070000', '180807.073000', '180807.076000', '180807.079000', '180807.082000', '180807.085000', '180826.962000', '180826.965000', '180826.968000', '180826.972000', '180826.977000', '180826.980000', '180826.983000', '180826.986000', '180826.989000', '180826.992000', '180826.994000', '180826.997000', '180827.002000', '180827.004000', '180827.007000', '180827.010000', '180827.013000', '180827.016000', '180827.019000', '180827.021000', '180827.024000', '180827.027000', '180827.030000', '180827.033000', '180827.036000', '180827.039000', '180827.042000', '180827.044000', '180827.047000', '180827.050000', '180827.053000', '180827.056000', '180827.059000', '180827.062000', '180827.064000', '180827.067000', '180827.070000', '180827.073000', '180827.076000', '180827.084000', '180827.087000', '180827.089000', '180827.092000', '180846.962000', '180846.965000', '180846.968000', '180846.971000', '180846.974000', '180846.976000', '180846.979000', '180846.982000', '180846.985000', '180846.988000', '180846.991000', '180846.994000', '180846.997000', '180847.000000', '180847.003000', '180847.006000', '180847.009000', '180847.012000', '180847.015000', '180847.018000', '180847.021000', '180847.023000', '180847.026000', '180847.029000', '180847.032000', '180847.048000', '180847.050000', '180847.053000', '180847.056000', '180847.059000', '180847.062000', '180847.065000', '180847.068000', '180847.070000', '180847.073000', '180847.076000', '180847.079000', '180847.082000', '180847.084000', '180847.088000', '180847.090000', '180847.093000', '180847.096000', '180847.099000', '180906.962000', '180906.965000', '180906.968000', '180906.971000', '180906.974000', '180906.977000', '180906.980000', '180906.982000', '180906.985000', '180906.989000', '180906.992000', '180906.995000', '180906.998000', '180907.002000', '180907.004000', '180907.007000', '180907.010000', '180907.013000', '180907.016000', '180907.019000', '180907.022000', '180907.025000', '180907.027000', '180907.030000', '180907.033000', '180907.036000', '180907.039000', '180907.042000', '180907.045000', '180907.066000', '180907.069000', '180907.072000', '180907.074000', '180907.077000', '180907.080000', '180907.083000', '180907.086000', '180907.089000', '180907.099000', '180907.102000', '180907.105000', '180907.107000', '180907.110000', '180926.963000', '180926.966000', '180926.969000', '180926.972000', '180926.975000', '180926.977000', '180926.980000', '180926.983000', '180926.986000', '180926.989000', '180926.992000', '180926.995000', '180926.998000', '180927.001000', '180927.004000', '180927.006000', '180927.009000', '180927.012000', '180927.015000', '180927.018000', '180927.021000', '180927.024000', '180927.027000', '180927.029000', '180927.032000', '180927.035000', '180927.038000', '180927.041000', '180927.044000', '180927.046000', '180927.049000', '180927.052000', '180927.055000', '180927.058000', '180927.061000', '180927.064000', '180927.066000', '180927.069000', '180927.072000', '180927.075000', '180927.078000', '180927.081000', '180927.084000', '180927.087000', '180946.963000', '180946.966000', '180946.969000', '180946.972000', '180946.975000', '180946.977000', '180946.980000', '180946.983000', '180946.986000', '180946.989000', '180946.992000', '180946.998000', '180947.002000', '180947.005000', '180947.008000', '180947.011000', '180947.014000', '180947.016000', '180947.019000', '180947.022000', '180947.025000', '180947.028000', '180947.031000', '180947.034000', '180947.037000', '180947.040000', '180947.043000', '180947.045000', '180947.048000', '180947.051000', '180947.054000', '180947.057000', '180947.060000', '180947.062000', '180947.065000', '180947.068000', '180947.071000', '180947.074000', '180947.077000', '180947.080000', '180947.082000', '180947.085000', '180947.088000', '181006.963000', '181006.966000', '181006.969000', '181006.972000', '181006.975000', '181006.978000', '181006.980000', '181006.983000', '181006.986000', '181006.989000', '181006.992000', '181006.995000', '181006.998000', '181007.002000', '181007.005000', '181007.007000', '181007.010000', '181007.013000', '181007.016000', '181007.019000', '181007.022000', '181007.025000', '181007.028000', '181007.031000', '181007.034000', '181007.037000', '181007.040000', '181007.042000', '181007.045000', '181007.048000', '181007.051000', '181007.054000', '181007.057000', '181007.060000', '181007.063000', '181007.065000', '181007.068000', '181007.071000', '181007.074000', '181007.077000', '181007.080000', '181007.083000', '181007.086000', '181007.089000', '181026.962000', '181026.965000', '181026.968000', '181026.971000', '181026.974000', '181026.977000', '181026.979000', '181026.982000', '181026.985000', '181026.988000', '181026.991000', '181026.994000', '181026.997000', '181027.000000', '181027.003000', '181027.006000', '181027.009000', '181027.012000', '181027.015000', '181027.018000', '181027.021000', '181027.023000', '181027.026000', '181027.029000', '181027.032000', '181027.037000', '181027.041000', '181027.044000', '181027.047000', '181027.050000', '181027.052000', '181027.055000', '181027.058000', '181027.061000', '181027.064000', '181027.067000', '181027.070000', '181027.073000', '181027.075000', '181027.078000', '181027.081000', '181027.084000', '181027.087000', '181046.962000', '181046.965000', '181046.968000', '181046.970000', '181046.973000', '181046.976000', '181046.979000', '181046.982000', '181046.985000', '181046.988000', '181046.991000', '181046.993000', '181046.996000', '181047.000000', '181047.007000', '181047.010000', '181047.013000', '181047.016000', '181047.018000', '181047.021000', '181047.024000', '181047.027000', '181047.030000', '181047.033000', '181047.036000', '181047.039000', '181047.041000', '181047.044000', '181047.047000', '181047.052000', '181047.055000', '181047.058000', '181047.061000', '181047.063000', '181047.066000', '181047.069000', '181047.072000', '181047.075000', '181047.078000', '181047.080000', '181047.083000', '181047.086000', '181047.089000', '181047.092000', '181106.962000', '181106.965000', '181106.968000', '181106.971000', '181106.974000', '181106.978000', '181106.981000', '181106.984000', '181106.987000', '181106.989000', '181106.992000', '181106.995000', '181106.998000', '181107.002000', '181107.005000', '181107.008000', '181107.010000', '181107.013000', '181107.016000', '181107.019000', '181107.022000', '181107.025000', '181107.028000', '181107.032000', '181107.037000', '181107.045000', '181107.048000', '181107.051000', '181107.054000', '181107.057000', '181107.060000', '181107.062000', '181107.065000', '181107.068000', '181107.071000', '181107.074000', '181107.077000', '181107.080000', '181107.083000', '181107.086000', '181107.089000', '181107.091000', '181107.094000', '181126.962000', '181126.965000', '181126.968000', '181126.971000', '181126.974000', '181126.977000', '181126.979000', '181126.982000', '181126.985000', '181126.988000', '181126.991000', '181126.994000', '181126.997000', '181127.000000', '181127.003000', '181127.006000', '181127.009000', '181127.012000', '181127.015000', '181127.018000', '181127.020000', '181127.023000', '181127.026000', '181127.029000', '181127.032000', '181127.035000', '181127.037000', '181127.040000', '181127.043000', '181127.046000', '181127.049000', '181127.052000', '181127.055000', '181127.057000', '181127.060000', '181127.063000', '181127.066000', '181127.069000', '181127.072000', '181127.075000', '181127.077000', '181127.080000', '181127.083000', '181127.086000', '181146.963000', '181146.966000', '181146.969000', '181146.984000', '181146.987000', '181146.990000', '181146.993000', '181146.996000', '181146.998000', '181147.001000', '181147.004000', '181147.007000', '181147.010000', '181147.013000', '181147.016000', '181147.018000', '181147.021000', '181147.024000', '181147.027000', '181147.030000', '181147.033000', '181147.036000', '181147.039000', '181147.041000', '181147.044000', '181147.047000', '181147.050000', '181147.053000', '181147.056000', '181147.059000', '181147.061000', '181147.064000', '181147.067000', '181147.070000', '181147.073000', '181147.075000', '181147.078000', '181147.081000', '181147.084000', '181147.087000', '181147.092000', '181147.096000', '181147.098000', '181206.963000', '181206.966000', '181206.969000', '181206.972000', '181206.975000', '181206.978000', '181206.981000', '181206.983000', '181206.986000', '181206.989000', '181206.992000', '181206.995000', '181206.998000', '181207.002000', '181207.005000', '181207.008000', '181207.010000', '181207.013000', '181207.016000', '181207.028000', '181207.031000', '181207.033000', '181207.036000', '181207.039000', '181207.042000', '181207.045000', '181207.048000', '181207.051000', '181207.054000', '181207.056000', '181207.059000', '181207.062000', '181207.065000', '181207.068000', '181207.071000', '181207.074000', '181207.077000', '181207.079000', '181207.082000', '181207.085000', '181207.088000', '181207.091000', '181207.094000', '181207.097000', '181226.963000', '181226.966000', '181226.969000', '181226.972000', '181226.975000', '181226.978000', '181226.980000', '181226.983000', '181226.986000', '181226.989000', '181226.992000', '181226.995000', '181226.998000', '181227.001000', '181227.004000', '181227.007000', '181227.010000', '181227.013000', '181227.017000', '181227.020000', '181227.023000', '181227.026000', '181227.029000', '181227.032000', '181227.035000', '181227.037000', '181227.040000', '181227.043000', '181227.046000', '181227.049000', '181227.052000', '181227.055000', '181227.058000', '181227.060000', '181227.063000', '181227.066000', '181227.069000', '181227.073000', '181227.078000', '181227.081000', '181227.084000', '181227.087000', '181227.090000', '181246.962000', '181246.965000', '181246.968000', '181246.971000', '181246.974000', '181246.977000', '181246.979000', '181246.982000', '181246.985000', '181246.988000', '181246.991000', '181246.994000', '181246.997000', '181247.001000', '181247.003000', '181247.006000', '181247.009000', '181247.012000', '181247.015000', '181247.018000', '181247.021000', '181247.024000', '181247.026000', '181247.029000', '181247.032000', '181247.035000', '181247.038000', '181247.041000', '181247.043000', '181247.046000', '181247.049000', '181247.052000', '181247.055000', '181247.058000', '181247.061000', '181247.063000', '181247.066000', '181247.069000', '181247.072000', '181247.075000', '181247.078000', '181247.081000', '181247.083000', '181247.086000', '181306.962000', '181306.965000', '181306.968000', '181306.971000', '181306.974000', '181306.977000', '181306.980000', '181306.983000', '181306.985000', '181306.988000', '181306.991000', '181306.994000', '181306.997000', '181307.001000', '181307.004000', '181307.007000', '181307.010000', '181307.012000', '181307.015000', '181307.018000', '181307.021000', '181307.024000', '181307.027000', '181307.030000', '181307.033000', '181307.035000', '181307.038000', '181307.041000', '181307.044000', '181307.047000', '181307.050000', '181307.053000', '181307.056000', '181307.058000', '181307.061000', '181307.064000', '181307.067000', '181307.070000', '181307.073000', '181307.076000', '181307.079000', '181307.081000', '181307.084000', '181326.962000', '181326.965000', '181326.968000', '181326.971000', '181326.974000', '181326.977000', '181326.980000', '181326.982000', '181326.986000', '181326.989000', '181326.992000', '181326.994000', '181326.997000', '181327.001000', '181327.004000', '181327.007000', '181327.010000', '181327.013000', '181327.016000', '181327.018000', '181327.021000', '181327.024000', '181327.027000', '181327.030000', '181327.033000', '181327.036000', '181327.038000', '181327.041000', '181327.044000', '181327.047000', '181327.050000', '181327.053000', '181327.056000', '181327.058000', '181327.061000', '181327.064000', '181327.067000', '181327.070000', '181327.073000', '181327.076000', '181327.079000', '181327.081000', '181327.084000', '181327.087000', '181346.962000', '181346.965000', '181346.968000', '181346.971000', '181346.974000', '181346.977000', '181346.980000', '181346.982000', '181346.985000', '181346.988000', '181346.991000', '181346.994000', '181346.997000', '181347.000000', '181347.003000', '181347.006000', '181347.009000', '181347.012000', '181347.015000', '181347.018000', '181347.021000', '181347.023000', '181347.026000', '181347.029000', '181347.032000', '181347.035000', '181347.038000', '181347.041000', '181347.043000', '181347.046000', '181347.049000', '181347.053000', '181347.056000', '181347.059000', '181347.062000', '181347.065000', '181347.067000', '181347.070000', '181347.073000', '181347.076000', '181347.079000', '181347.082000', '181347.085000', '181406.963000', '181406.966000', '181406.969000', '181406.972000', '181406.975000', '181406.978000', '181406.981000', '181406.984000', '181406.987000', '181406.989000', '181406.992000', '181406.995000', '181406.998000', '181407.001000', '181407.004000', '181407.007000', '181407.010000', '181407.013000', '181407.015000', '181407.018000', '181407.021000', '181407.024000', '181407.027000', '181407.030000', '181407.033000', '181407.036000', '181407.039000', '181407.042000', '181407.044000', '181407.047000', '181407.050000', '181407.053000', '181407.056000', '181407.059000', '181407.062000', '181407.065000', '181407.067000', '181407.070000', '181407.073000', '181407.076000', '181407.079000', '181407.082000', '181407.085000', '181407.087000', '181426.963000', '181426.966000', '181426.969000', '181426.972000', '181426.975000', '181426.978000', '181426.980000', '181426.983000', '181426.986000', '181426.989000', '181426.992000', '181426.995000', '181426.998000', '181427.002000', '181427.005000', '181427.007000', '181427.010000', '181427.013000', '181427.016000', '181427.019000', '181427.022000', '181427.025000', '181427.028000', '181427.031000', '181427.033000', '181427.036000', '181427.039000', '181427.042000', '181427.045000', '181427.048000', '181427.051000', '181427.053000', '181427.056000', '181427.059000', '181427.062000', '181427.065000', '181427.068000', '181427.071000', '181427.073000', '181427.076000', '181427.079000', '181427.082000', '181427.085000', '181446.963000', '181446.966000', '181446.969000', '181446.972000', '181446.975000', '181446.977000', '181446.980000', '181446.983000', '181446.986000', '181446.989000', '181446.992000', '181446.995000', '181446.998000', '181447.002000', '181447.004000', '181447.007000', '181447.010000', '181447.013000', '181447.016000', '181447.019000', '181447.022000', '181447.025000', '181447.028000', '181447.030000', '181447.033000', '181447.036000', '181447.039000', '181447.042000', '181447.045000', '181447.048000', '181447.050000', '181447.053000', '181447.056000', '181447.059000', '181447.062000', '181447.065000', '181447.068000', '181447.070000', '181447.073000', '181447.076000', '181447.079000', '181447.082000', '181447.085000', '181447.088000', '181506.962000', '181506.965000', '181506.968000', '181506.971000', '181506.974000', '181506.977000', '181506.980000', '181506.983000', '181506.986000', '181506.988000', '181506.991000', '181506.994000', '181506.997000', '181507.001000', '181507.004000', '181507.007000', '181507.010000', '181507.012000', '181507.015000', '181507.018000', '181507.021000', '181507.024000', '181507.027000', '181507.030000', '181507.033000', '181507.036000', '181507.038000', '181507.041000', '181507.044000', '181507.047000', '181507.050000', '181507.053000', '181507.056000', '181507.059000', '181507.061000', '181507.064000', '181507.067000', '181507.070000', '181507.073000', '181507.076000', '181507.079000', '181507.082000', '181507.085000', '181526.962000', '181526.965000', '181526.968000', '181526.971000', '181526.974000', '181526.977000', '181526.980000', '181526.982000', '181526.985000', '181526.988000', '181526.991000', '181526.994000', '181526.997000', '181527.001000', '181527.003000', '181527.006000', '181527.009000', '181527.012000', '181527.015000', '181527.018000', '181527.021000', '181527.023000', '181527.026000', '181527.029000', '181527.032000', '181527.035000', '181527.038000', '181527.041000', '181527.044000', '181527.046000', '181527.049000', '181527.052000', '181527.055000', '181527.058000', '181527.061000', '181527.064000', '181527.078000', '181527.081000', '181527.083000', '181527.086000', '181527.089000', '181527.092000', '181527.095000', '181546.962000', '181546.965000', '181546.968000', '181546.971000', '181546.974000', '181546.977000', '181546.979000', '181546.982000', '181546.985000', '181546.988000', '181546.991000', '181546.994000', '181546.997000', '181547.000000', '181547.003000', '181547.006000', '181547.009000', '181547.012000', '181547.015000', '181547.018000', '181547.021000', '181547.023000', '181547.026000', '181547.029000', '181547.032000', '181547.035000', '181547.038000', '181547.041000', '181547.044000', '181547.046000', '181547.049000', '181547.052000', '181547.055000', '181547.058000', '181547.061000', '181547.063000', '181547.066000', '181547.069000', '181547.072000', '181547.075000', '181547.078000', '181547.081000', '181547.084000', '181547.087000', '181606.962000', '181606.965000', '181606.968000', '181606.971000', '181606.974000', '181606.977000', '181606.980000', '181606.982000', '181606.985000', '181606.988000', '181606.991000', '181606.994000', '181606.997000', '181607.001000', '181607.007000', '181607.016000', '181607.019000', '181607.022000', '181607.025000', '181607.027000', '181607.030000', '181607.033000', '181607.036000', '181607.039000', '181607.048000', '181607.051000', '181607.054000', '181607.056000', '181607.060000', '181607.062000', '181607.065000', '181607.068000', '181607.071000', '181607.074000', '181607.077000', '181607.080000', '181607.083000', '181607.085000', '181607.088000', '181607.091000', '181607.094000', '181607.097000', '181607.100000', '181626.963000', '181626.966000', '181626.969000', '181626.972000', '181626.975000', '181626.978000', '181626.981000', '181626.984000', '181626.986000', '181626.989000', '181626.992000', '181626.995000', '181626.998000', '181627.002000', '181627.005000', '181627.008000', '181627.010000', '181627.013000', '181627.016000', '181627.019000', '181627.022000', '181627.025000', '181627.028000', '181627.031000', '181627.033000', '181627.036000', '181627.039000', '181627.042000', '181627.045000', '181627.048000', '181627.050000', '181627.053000', '181627.056000', '181627.059000', '181627.062000', '181627.065000', '181627.068000', '181627.070000', '181627.073000', '181627.076000', '181627.079000', '181627.082000', '181627.085000', '181627.088000', '181646.963000', '181646.966000', '181646.969000', '181646.972000', '181646.975000', '181646.978000', '181646.981000', '181646.984000', '181646.987000', '181646.989000', '181646.992000', '181646.995000', '181646.998000', '181647.002000', '181647.005000', '181647.008000', '181647.011000', '181647.013000', '181647.029000', '181647.032000', '181647.035000', '181647.038000', '181647.041000', '181647.044000', '181647.046000', '181647.049000', '181647.052000', '181647.055000', '181647.058000', '181647.061000', '181647.064000', '181647.066000', '181647.069000', '181647.072000', '181647.075000', '181647.078000', '181647.081000', '181647.084000', '181647.086000', '181647.089000', '181647.092000', '181647.095000', '181647.098000', '181706.963000', '181706.966000', '181706.969000', '181706.972000', '181706.975000', '181706.978000', '181706.981000', '181706.984000', '181706.986000', '181706.989000', '181706.992000', '181706.995000', '181706.998000', '181707.002000', '181707.005000', '181707.008000', '181707.010000', '181707.013000', '181707.016000', '181707.019000', '181707.022000', '181707.025000', '181707.028000', '181707.031000', '181707.033000', '181707.036000', '181707.039000', '181707.042000', '181707.045000', '181707.048000', '181707.051000', '181707.054000', '181707.057000', '181707.059000', '181707.062000', '181707.065000', '181707.068000', '181707.071000', '181707.074000', '181707.077000', '181707.080000', '181707.082000', '181707.085000', '181707.088000', '181726.962000', '181726.965000', '181726.968000', '181726.971000', '181726.974000', '181726.977000', '181726.980000', '181726.983000', '181726.986000', '181726.988000', '181726.991000', '181726.994000', '181726.997000', '181727.001000', '181727.005000', '181727.008000', '181727.010000', '181727.013000', '181727.016000', '181727.019000', '181727.022000', '181727.025000', '181727.028000', '181727.030000', '181727.033000', '181727.036000', '181727.039000', '181727.042000', '181727.045000', '181727.047000', '181727.050000', '181727.053000', '181727.056000', '181727.059000', '181727.062000', '181727.065000', '181727.068000', '181727.070000', '181727.073000', '181727.076000', '181727.079000', '181727.082000', '181727.085000', '181737.626000', '181737.629000', '181737.632000', '181737.635000', '181737.638000', '181737.642000', '181737.645000', '181737.647000', '181737.650000', '181737.654000', '181737.657000', '181737.660000', '181737.662000', '181737.665000', '181737.668000', '181737.671000', '181737.674000', '181737.677000', '181737.680000', '181737.683000', '181737.686000', '181737.689000', '181737.692000', '181737.695000'], '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': [12127, 18698, 11894, 13630, 10968, 11210, 17252, 11541, 14384, 11520, 12119, 11190, 11064, 13097, 12125, 17753, 11253, 12933, 11859, 14658, 11278, 13130, 13585, 11349, 10758, 11852, 13262, 11155, 11789, 17384, 11847, 14127, 11299, 11717, 11384, 12106, 15657, 11492, 11598, 11542, 10799, 11296, 11989, 17659, 11354, 12241, 12410, 13303, 11365, 13079, 10917, 11204, 15070, 12661, 17061, 13666, 11696, 14961, 12053, 13169, 11878, 11688, 11187, 12625, 17574, 13767, 14357, 11163, 11185, 10812, 12519, 16453, 12696, 11418, 11463, 12547, 15953, 12386, 12424, 11350, 11245, 11040, 12303, 16367, 12112, 12942, 11306, 11227, 13447, 10396, 11610, 10898, 11368, 11389, 11467, 12109, 18691, 15750, 15151, 11356, 11587, 11439, 12016, 13484, 12028, 11993, 11152, 12030, 12237, 11692, 12006, 18166, 11737, 12112, 11930, 12089, 16843, 11650, 12180, 11827, 11960, 11346, 12448, 15991, 11949, 12382, 15366, 11953, 14191, 11816, 12911, 13585, 12660, 16801, 13183, 12879, 12221, 12708, 16899, 13455, 14626, 15559, 11920, 15210, 11784, 12588, 16613, 11540, 12015, 11607, 12000, 13511, 11823, 11964, 17734, 12057, 12165, 11708, 11964, 16288, 12035, 11986, 11466, 12227, 15937, 11865, 12062, 11906, 12428, 18396, 11895, 15680, 11839, 12119, 14093, 11710, 12827, 11929, 12161, 11471, 12204, 15989, 11634, 13763, 17639, 12065, 13840, 11622, 11890, 11832, 12204, 18467, 11667, 14378, 11911, 12527, 17031, 14348, 11940, 12969, 11754, 15006, 11776, 11459, 11610, 11990, 13923, 15482, 11933, 10802, 11634, 9855, 11959, 12647, 15376, 11856, 16037, 11532, 11477, 16757, 11536, 13381, 12392, 11557, 9952, 11945, 12570, 14463, 11847, 15884, 11838, 12594, 15878, 11411, 11649, 11930, 12331, 12832, 11494, 11805, 12231, 11994, 10267, 11648, 11821, 13795, 12047, 14770, 11385, 12246, 17974, 11620, 12296, 13810, 12014, 13320, 11929, 11733, 14007, 12092, 14555, 11312, 12155, 11454, 12221, 13306, 11640, 11853, 11375, 11997, 15752, 11517, 11803, 18964, 11683, 14088, 11475, 12101, 16975, 13655, 13556, 11414, 12177, 18982, 11794, 13405, 11294, 12071, 17150, 11833, 11993, 11593, 11641, 11366, 12194, 18892, 11735, 13587, 11749, 11670, 10951, 11455, 13819, 15608, 11685, 17046, 11302, 11482, 10707, 11625, 16252, 10707, 11590, 11955, 15655, 12261, 15331, 19823, 12783, 14219, 16194, 12262, 16890, 11302, 11358, 11263, 12106, 12376, 10991, 12041, 14310, 11491, 11364, 10811, 11755, 11491, 10961, 12363, 10812, 11269, 11587, 11535, 11792, 10053, 11865, 11340, 16845, 11554, 12826, 11385, 12668, 18304, 11664, 12408, 12525, 11828, 15606, 11830, 11706, 18101, 11577, 13509, 11497, 11478, 17507, 11476, 15791, 11534, 12066, 11558, 11337, 17679, 13744, 11994, 11497, 11543, 14138, 12892, 11606, 17186, 12002, 11578, 10187, 11552, 14121, 11480, 11580, 11579, 11715, 15263, 11520, 11695, 11408, 11805, 17584, 11489, 11801, 16435, 11735, 15759, 11097, 11521, 10366, 11562, 14657, 11281, 11494, 10919, 11830, 14199, 11332, 12105, 14864, 11704, 17521, 11702, 12697, 11123, 12181, 17033, 13282, 12516, 11726, 12305, 16703, 11643, 11404, 13545, 11884, 13597, 11349, 12250, 18464, 11424, 12092, 11346, 12624, 17582, 11718, 13148, 11385, 11992, 15552, 11290, 11326, 11279, 12076, 16933, 11588, 11834, 17178, 12220, 14166, 11364, 12507, 20307, 12608, 14435, 11332, 11303, 10516, 11532, 13381, 11643, 11619, 10510, 11644, 11649, 15457, 11571, 14500, 11424, 11305, 11475, 11604, 14980, 11168, 11436, 11250, 12460, 16633, 13238, 11795, 11186, 11975, 18183, 11425, 12847, 14245, 11454, 9850, 11762, 12939, 11248, 11663, 12532, 12340, 15874, 11554, 15224, 12734, 14094, 10835, 12323, 16813, 11600, 15231, 12221, 11327, 10013, 11791, 14916, 12020, 11739, 17662, 11763, 11374, 11297, 11374, 14320, 11883, 16858, 12064, 12444, 10693, 12930, 17168, 14031, 11272, 12505, 11648, 13014, 10854, 12750, 17350, 11668, 11544, 10506, 11915, 16818, 11783, 11481, 11388, 12719, 16265, 13579, 12818, 11076, 12260, 18884, 11332, 13487, 11418, 11399, 11604, 12397, 16132, 12846, 13113, 11359, 11781, 11612, 11985, 16855, 13348, 11641, 10190, 11658, 14002, 11690, 11750, 11316, 12377, 17869, 11327, 13148, 11597, 11541, 10197, 11713, 13271, 11212, 11644, 13722, 11367, 12505, 11158, 11530, 14707, 11895, 11517, 11332, 12352, 11272, 11551, 15013, 11516, 14035, 11448, 12261, 13825, 11876, 18732, 11572, 14079, 10955, 12517, 16837, 12226, 11444, 11255, 11972, 15226, 11249, 11498, 11544, 11567, 16012, 11310, 13957, 11037, 11492, 11123, 12182, 19268, 11564, 15122, 11347, 11700, 10501, 11926, 17326, 13174, 12550, 11201, 12239, 16263, 11222, 11194, 10200, 11349, 10692, 11735, 11990, 10639, 11748, 18770, 11372, 13548, 11131, 11960, 16573, 11097, 11395, 11420, 12080, 16111, 11007, 11371, 11807, 11515, 10299, 11710, 11479, 11217, 10711, 11358, 11655, 10768, 14735, 11290, 16045, 16285, 11859, 17568, 13512, 12757, 10571, 12565, 17104, 11987, 12389, 14755, 11425, 10367, 10684, 11004, 14334, 11220, 13104, 10464, 12285, 17875, 11333, 11182, 10286, 11273, 10266, 11083, 13775, 10783, 10971, 9936, 12222, 16793, 10740, 12924, 18556, 11884, 16286, 10730, 13415, 18017, 11983, 16569, 11680, 13721, 12736, 12241, 19152, 11821, 15265, 10333, 12689, 17819, 13794, 12575, 10487, 11078, 14874, 11935, 16013, 12321, 10934, 10831, 12658, 16053, 12668, 10922, 9867, 12233, 15054, 11169, 10897, 11426, 11740, 12113, 10402, 11120, 11163, 10923, 10105, 11935, 14440, 11004, 11058, 10426, 12132, 15415, 11621, 12059, 17723, 11146, 12374, 10198, 11694, 14229, 10883, 12306, 17149, 10717, 11354, 10803, 11383, 10088, 10811, 11606, 10237, 10988, 10433, 12019, 15536, 13256, 12143, 17551, 12166, 13455, 10587, 12195, 16587, 12386, 11203, 10489, 12637, 15371, 11404, 11734, 14196, 10898, 11380, 10861, 10773, 11499, 11530, 13284, 10606, 12795, 20002, 14319, 14318, 10347, 12705, 16909, 12250, 13343, 10352, 12316, 14823, 10460, 11594, 16870, 11519, 10946, 10687, 12074, 17953, 10997, 12720, 10562, 12088, 18859, 10934, 13721, 10947, 11663, 12026, 11502, 12999, 13232, 12142, 15453, 11196, 10940, 14018, 11707, 16555, 11046, 11047, 12504, 11517, 17640, 11578, 12440, 11169, 12294, 20008, 12596, 15307, 11462, 11271, 11649, 12092, 14979, 11110, 12884, 16848, 11018, 11167, 16262, 12072, 11650, 10688, 11803, 14075, 11282, 10718, 10810, 10978, 10598, 10792, 10698, 13162, 16677, 12106, 12285, 16612, 12448, 16434, 10742, 13254, 19293, 13341, 14327, 10483, 12908, 19453, 12486, 14381, 10377, 10826, 13320, 11007, 13762, 10374, 10891, 9654, 11784, 15301, 11898, 10858, 9745, 11932, 15738, 11959, 11384, 10626, 12400, 17231, 11354, 11229, 12429, 10819, 11576, 11150, 14352, 10734, 12559, 10772, 12376, 20370, 12894, 14978, 12458, 12617, 10692, 12920, 18287, 14383, 15179, 10504, 11050, 9993, 12254, 18206, 13574, 14615, 11046, 10748, 10340, 11601, 19021, 12025, 12917, 9912, 10348, 10043, 10134, 11174, 16350, 11960, 15904, 11474, 15120, 19939, 13189, 16073, 12150, 12876, 17749, 11457, 12902, 18809, 11293, 13236, 10650, 10780, 9780, 11418, 10994, 10258, 10918, 10122, 11979, 15161, 10701, 11202, 10626, 10989, 10858, 11459, 18052, 10717, 12968, 10360, 11041, 16572, 11101, 16418, 10671, 14517, 11844, 14428, 10903, 11347, 20353, 12592, 16048, 13098, 13203, 10170, 12497, 18018, 14858, 15364, 10134, 12260, 18249, 10714, 12896, 10484, 10837, 10093, 11769, 15927, 10493, 11237, 10283, 10755, 10461, 11200, 15947, 10900, 15454, 14123, 11718, 10630, 11311, 14434, 10596, 11447, 16828, 10908, 14846, 10688, 11280, 15024, 11056, 16398, 10892, 11525, 10489, 10786, 12389, 11521, 15617, 12357, 13049, 10525, 12140, 19345, 12379, 13730, 10618, 11078, 10738, 11675, 16838, 13378, 12250, 10827, 12078, 16845, 13261, 13342, 10689, 12695, 18758, 11124, 13056, 10704, 11049, 10054, 12989, 16520, 12098, 11658, 10192, 12634, 16388, 11188, 11753, 14657, 12174, 13475, 10693, 10675, 14809, 11179, 12867, 10900, 10859, 10679, 11903, 14858, 11854, 12957, 11237, 11854, 16571, 11674, 17202, 11247, 13132, 10262, 12339, 16485, 13030, 11680, 10590, 11524, 15241, 11528, 14389, 11117, 11088, 10597, 12909, 19385, 11474, 13431, 10477, 11210, 10361, 12459, 16782, 13864, 11290, 10146, 11583, 13920, 10856, 14426, 11657, 11626, 10442, 10736, 14170, 10993, 17091, 11888, 14218, 10371, 12262, 10664, 11711, 10434, 12876, 17207, 11465, 13363, 13822, 10065, 9588, 10294, 10101, 10133, 9664, 13501, 17324, 14858, 13150, 15504, 12114, 12096, 10483, 12509, 13764, 10949, 10685, 10336, 12302, 11023, 11230, 10743, 10684, 11631, 12561, 10849, 10324, 14205, 11333, 12666, 10743, 10464, 11023, 11246, 13100, 11998, 12498, 14915, 10619, 10754, 16205, 12024, 15200, 10913, 11371, 19006, 11847, 16530, 11652, 10952, 14608, 12212, 14462, 11582, 11714, 14310, 11427, 11202, 13840, 11888, 15685, 11252, 10761, 9936, 12201, 14857, 10665, 10701, 10093, 12811, 16157, 10720, 11144, 13342, 12245, 14355, 10912, 12178, 19172, 11822, 13223, 10777, 10658, 14022, 11484, 14193, 10590, 10914, 9841, 11235, 13865, 11154, 11034, 10099, 11554, 12647, 10454, 10870, 12336, 12059, 14902, 10489, 11755, 16715, 11785, 14890, 10714, 13240, 17052, 14267, 11677, 10157, 12664, 14917, 10578, 11017, 10631, 11947, 15806, 11191, 11953, 15956, 11813, 15427, 11569, 11131, 18150, 11319, 13438, 10415, 13021, 17045, 11189, 10758, 14495, 12026, 11176, 10750, 10700, 13407, 11190, 12146, 10324, 11979, 17812, 10966, 12151, 10762, 10627, 10841, 11865, 14506, 11120, 12070, 18185, 11553, 14327, 10558, 12826, 19317, 12679, 14171, 10867, 11903, 18878, 12047, 14983, 11751, 11105, 10796, 12488, 16918, 12699, 11019, 10428, 12541, 18654, 11526, 13105, 10538, 13037, 19740, 12400, 13665, 10555, 10590, 14330, 11382, 12831, 10702, 10742, 9319, 11679, 12690, 11765, 12058, 16779, 11477, 11489, 10580, 10698, 11980, 11617, 14836, 10891, 11789, 18299, 11080, 16060, 11030, 11421, 10293, 12199, 16498, 12678, 12006, 10282, 12982, 18442, 13015, 13794, 10694, 12316, 18626, 11393, 13271, 10616, 10704, 10074, 12545, 17220, 13680, 14345, 10433, 11912, 17917, 11560, 13530, 11557, 10782, 10493, 11942, 12926, 15517, 11838, 15577, 11063, 10707, 10820, 11716, 13372, 11175, 10694, 11150, 10974, 10690, 11635, 17863, 11070, 13601, 11708, 13758, 12279, 11665, 18859, 11615, 15111, 11286, 13174, 15946, 12270, 17022, 11490, 12995, 9944, 12829, 18445, 12554, 14232, 10535, 12127, 18639, 11646, 13489, 10529, 10705, 10296, 12890, 15779, 11521, 12226, 9953, 13362, 18076, 11538, 12693, 10380, 10565, 12342, 12303, 12958, 10225, 11744, 10317, 10772, 9755, 12393, 18255, 11402, 14921, 11279, 11771, 10002, 11142, 12611, 10479, 9553, 12878, 17205, 10578, 12652, 14202, 10489, 9577, 11391, 10867, 11100, 12395, 10190, 11987, 11208, 11814, 11711, 16397, 12230, 15922, 18315, 13067, 17204, 13048, 11247, 10087, 13505, 16960, 11919, 11153, 9870, 10151, 9058, 12153, 11459, 9833, 10345, 9869, 12842, 15163, 11553, 11933, 13805, 12112, 13469, 11532, 11645, 15883, 12022, 15165, 10387, 13495, 17525, 11246, 11263, 17809, 12007, 13140, 10333, 13167, 18064, 10913, 12177, 10442, 13493, 16946, 13033, 13479, 11591, 12855, 17664, 10652, 13452, 19959, 12326, 14931, 9720, 13439, 16906, 12374, 12870, 10276, 12901, 15689, 9977, 11405, 17577, 12259, 11704, 9794, 13045, 17166, 11893, 11017, 10972, 13677, 16125, 11730, 11400, 10203, 13045, 18110, 10969, 12355, 11564, 12363, 15467, 11091, 12339, 14468, 10617, 9454, 12632, 15188, 10602, 12230, 18441, 12406, 15892, 10215, 13940, 17886, 14577, 13425, 9718, 12656, 14019, 10804, 13096, 17971, 12274, 11662, 9595, 13217, 16642, 11469, 11083, 11086, 13171, 18800, 12109, 12863, 9637, 10976, 10007, 13036, 16089, 11261, 11322, 9741, 11291, 13231, 12125, 14054, 16309, 12686, 17158, 10930, 10803, 9328, 12701, 13418], 'WindowCenter': [4504.0, 4527.0, 4465.0, 4471.0, 4451.0, 4450.0, 4488.0, 4448.0, 4467.0, 4449.0, 4447.0, 4449.0, 4439.0, 4457.0, 4448.0, 4488.0, 4439.0, 4459.0, 4450.0, 4468.0, 4450.0, 4470.0, 4458.0, 4438.0, 4436.0, 4448.0, 4457.0, 4438.0, 4448.0, 4487.0, 4447.0, 4455.0, 4437.0, 4446.0, 4436.0, 4448.0, 4474.0, 4437.0, 4436.0, 4448.0, 4437.0, 4449.0, 4461.0, 4499.0, 4449.0, 4458.0, 4459.0, 4468.0, 4450.0, 4459.0, 4439.0, 4450.0, 4478.0, 4459.0, 4490.0, 4458.0, 4447.0, 4465.0, 4448.0, 4457.0, 4447.0, 4435.0, 4437.0, 4460.0, 4490.0, 4458.0, 4454.0, 4436.0, 4424.0, 4424.0, 4458.0, 4475.0, 4445.0, 4423.0, 4435.0, 4446.0, 4475.0, 4446.0, 4446.0, 4437.0, 4436.0, 4435.0, 4447.0, 4476.0, 4447.0, 4456.0, 4438.0, 4438.0, 4447.0, 4415.0, 4436.0, 4438.0, 4448.0, 4451.0, 4465.0, 4490.0, 4516.0, 4481.0, 4456.0, 4423.0, 4424.0, 4422.0, 4434.0, 4443.0, 4434.0, 4434.0, 4434.0, 4446.0, 4433.0, 4433.0, 4433.0, 4472.0, 4433.0, 4432.0, 4434.0, 4445.0, 4473.0, 4434.0, 4434.0, 4434.0, 4434.0, 4435.0, 4447.0, 4475.0, 4436.0, 4446.0, 4464.0, 4437.0, 4454.0, 4447.0, 4446.0, 4455.0, 4445.0, 4473.0, 4445.0, 4443.0, 4435.0, 4445.0, 4474.0, 4443.0, 4454.0, 4463.0, 4433.0, 4451.0, 4421.0, 4432.0, 4460.0, 4421.0, 4420.0, 4422.0, 4433.0, 4441.0, 4432.0, 4432.0, 4472.0, 4433.0, 4432.0, 4432.0, 4433.0, 4472.0, 4445.0, 4434.0, 4435.0, 4445.0, 4474.0, 4435.0, 4446.0, 4446.0, 4447.0, 4496.0, 4436.0, 4476.0, 4435.0, 4435.0, 4453.0, 4446.0, 4445.0, 4445.0, 4445.0, 4436.0, 4448.0, 4475.0, 4436.0, 4457.0, 4486.0, 4446.0, 4454.0, 4437.0, 4446.0, 4436.0, 4447.0, 4496.0, 4437.0, 4466.0, 4436.0, 4447.0, 4476.0, 4466.0, 4435.0, 4443.0, 4435.0, 4465.0, 4434.0, 4423.0, 4422.0, 4434.0, 4466.0, 4464.0, 4433.0, 4423.0, 4435.0, 4414.0, 4447.0, 4446.0, 4465.0, 4435.0, 4465.0, 4434.0, 4436.0, 4474.0, 4435.0, 4445.0, 4432.0, 4423.0, 4412.0, 4435.0, 4443.0, 4453.0, 4434.0, 4464.0, 4433.0, 4434.0, 4462.0, 4433.0, 4423.0, 4432.0, 4433.0, 4431.0, 4422.0, 4432.0, 4433.0, 4435.0, 4413.0, 4447.0, 4446.0, 4455.0, 4445.0, 4465.0, 4436.0, 4446.0, 4484.0, 4435.0, 4446.0, 4454.0, 4445.0, 4443.0, 4445.0, 4435.0, 4454.0, 4445.0, 4465.0, 4436.0, 4446.0, 4434.0, 4446.0, 4454.0, 4435.0, 4446.0, 4446.0, 4449.0, 4477.0, 4437.0, 4447.0, 4496.0, 4436.0, 4455.0, 4435.0, 4446.0, 4475.0, 4456.0, 4453.0, 4446.0, 4447.0, 4495.0, 4435.0, 4455.0, 4435.0, 4446.0, 4474.0, 4435.0, 4434.0, 4435.0, 4435.0, 4447.0, 4458.0, 4496.0, 4446.0, 4456.0, 4436.0, 4436.0, 4425.0, 4447.0, 4457.0, 4465.0, 4435.0, 4475.0, 4436.0, 4434.0, 4427.0, 4437.0, 4477.0, 4427.0, 4437.0, 4449.0, 4489.0, 4460.0, 4481.0, 4498.0, 4446.0, 4455.0, 4462.0, 4422.0, 4461.0, 4423.0, 4411.0, 4421.0, 4433.0, 4431.0, 4411.0, 4433.0, 4450.0, 4423.0, 4422.0, 4411.0, 4433.0, 4421.0, 4412.0, 4433.0, 4421.0, 4435.0, 4434.0, 4434.0, 4436.0, 4414.0, 4447.0, 4437.0, 4475.0, 4436.0, 4445.0, 4436.0, 4447.0, 4484.0, 4437.0, 4446.0, 4444.0, 4436.0, 4464.0, 4447.0, 4448.0, 4486.0, 4437.0, 4456.0, 4448.0, 4448.0, 4486.0, 4436.0, 4476.0, 4447.0, 4447.0, 4436.0, 4437.0, 4488.0, 4456.0, 4436.0, 4434.0, 4436.0, 4455.0, 4445.0, 4435.0, 4474.0, 4434.0, 4423.0, 4412.0, 4433.0, 4452.0, 4434.0, 4433.0, 4434.0, 4446.0, 4465.0, 4435.0, 4435.0, 4435.0, 4446.0, 4485.0, 4435.0, 4435.0, 4464.0, 4435.0, 4464.0, 4435.0, 4435.0, 4413.0, 4435.0, 4464.0, 4423.0, 4432.0, 4425.0, 4446.0, 4454.0, 4437.0, 4446.0, 4464.0, 4436.0, 4486.0, 4447.0, 4446.0, 4435.0, 4446.0, 4474.0, 4455.0, 4434.0, 4435.0, 4446.0, 4475.0, 4435.0, 4434.0, 4444.0, 4434.0, 4443.0, 4424.0, 4445.0, 4483.0, 4435.0, 4433.0, 4435.0, 4446.0, 4474.0, 4434.0, 4445.0, 4434.0, 4436.0, 4463.0, 4425.0, 4424.0, 4424.0, 4446.0, 4474.0, 4435.0, 4436.0, 4485.0, 4445.0, 4454.0, 4435.0, 4446.0, 4495.0, 4434.0, 4454.0, 4424.0, 4424.0, 4412.0, 4435.0, 4443.0, 4433.0, 4434.0, 4423.0, 4436.0, 4436.0, 4464.0, 4435.0, 4454.0, 4435.0, 4435.0, 4433.0, 4435.0, 4463.0, 4435.0, 4433.0, 4435.0, 4447.0, 4475.0, 4445.0, 4435.0, 4424.0, 4436.0, 4484.0, 4436.0, 4446.0, 4455.0, 4436.0, 4414.0, 4447.0, 4445.0, 4436.0, 4435.0, 4445.0, 4447.0, 4476.0, 4437.0, 4466.0, 4445.0, 4456.0, 4426.0, 4447.0, 4475.0, 4436.0, 4465.0, 4435.0, 4425.0, 4414.0, 4436.0, 4465.0, 4433.0, 4434.0, 4473.0, 4434.0, 4423.0, 4435.0, 4435.0, 4455.0, 4436.0, 4475.0, 4446.0, 4445.0, 4425.0, 4445.0, 4474.0, 4454.0, 4424.0, 4432.0, 4424.0, 4443.0, 4412.0, 4443.0, 4471.0, 4432.0, 4422.0, 4410.0, 4433.0, 4472.0, 4434.0, 4421.0, 4434.0, 4445.0, 4463.0, 4444.0, 4442.0, 4435.0, 4445.0, 4483.0, 4424.0, 4443.0, 4435.0, 4433.0, 4436.0, 4447.0, 4475.0, 4445.0, 4445.0, 4436.0, 4436.0, 4436.0, 4447.0, 4476.0, 4456.0, 4435.0, 4413.0, 4435.0, 4455.0, 4435.0, 4435.0, 4435.0, 4446.0, 4484.0, 4435.0, 4444.0, 4424.0, 4434.0, 4413.0, 4435.0, 4443.0, 4424.0, 4435.0, 4443.0, 4435.0, 4433.0, 4424.0, 4434.0, 4464.0, 4435.0, 4434.0, 4436.0, 4445.0, 4423.0, 4435.0, 4465.0, 4436.0, 4454.0, 4437.0, 4446.0, 4454.0, 4435.0, 4485.0, 4435.0, 4454.0, 4423.0, 4444.0, 4473.0, 4434.0, 4423.0, 4424.0, 4435.0, 4464.0, 4425.0, 4434.0, 4435.0, 4436.0, 4474.0, 4436.0, 4455.0, 4436.0, 4435.0, 4437.0, 4447.0, 4495.0, 4436.0, 4467.0, 4437.0, 4436.0, 4424.0, 4436.0, 4475.0, 4445.0, 4434.0, 4424.0, 4435.0, 4463.0, 4424.0, 4423.0, 4413.0, 4425.0, 4413.0, 4446.0, 4435.0, 4425.0, 4436.0, 4496.0, 4436.0, 4454.0, 4424.0, 4435.0, 4474.0, 4425.0, 4434.0, 4436.0, 4447.0, 4475.0, 4425.0, 4435.0, 4434.0, 4436.0, 4414.0, 4448.0, 4437.0, 4425.0, 4425.0, 4438.0, 4448.0, 4451.0, 4480.0, 4453.0, 4493.0, 4479.0, 4438.0, 4477.0, 4445.0, 4445.0, 4426.0, 4447.0, 4475.0, 4435.0, 4435.0, 4453.0, 4424.0, 4412.0, 4424.0, 4424.0, 4452.0, 4425.0, 4444.0, 4425.0, 4445.0, 4483.0, 4435.0, 4423.0, 4415.0, 4435.0, 4426.0, 4438.0, 4457.0, 4426.0, 4437.0, 4416.0, 4448.0, 4476.0, 4427.0, 4447.0, 4485.0, 4436.0, 4464.0, 4425.0, 4457.0, 4474.0, 4436.0, 4473.0, 4434.0, 4454.0, 4443.0, 4435.0, 4484.0, 4434.0, 4453.0, 4412.0, 4444.0, 4472.0, 4444.0, 4431.0, 4414.0, 4424.0, 4451.0, 4423.0, 4463.0, 4434.0, 4412.0, 4410.0, 4444.0, 4462.0, 4433.0, 4411.0, 4401.0, 4433.0, 4453.0, 4423.0, 4423.0, 4421.0, 4433.0, 4431.0, 4412.0, 4422.0, 4423.0, 4423.0, 4414.0, 4436.0, 4455.0, 4424.0, 4425.0, 4413.0, 4435.0, 4454.0, 4423.0, 4433.0, 4473.0, 4424.0, 4433.0, 4411.0, 4434.0, 4442.0, 4423.0, 4433.0, 4471.0, 4424.0, 4423.0, 4423.0, 4434.0, 4412.0, 4425.0, 4434.0, 4415.0, 4425.0, 4424.0, 4446.0, 4466.0, 4444.0, 4434.0, 4473.0, 4434.0, 4443.0, 4412.0, 4433.0, 4462.0, 4431.0, 4422.0, 4413.0, 4444.0, 4463.0, 4423.0, 4434.0, 4441.0, 4424.0, 4422.0, 4423.0, 4423.0, 4423.0, 4435.0, 4453.0, 4425.0, 4446.0, 4494.0, 4455.0, 4453.0, 4414.0, 4444.0, 4473.0, 4433.0, 4444.0, 4412.0, 4434.0, 4452.0, 4412.0, 4423.0, 4471.0, 4423.0, 4422.0, 4424.0, 4433.0, 4483.0, 4424.0, 4443.0, 4425.0, 4446.0, 4483.0, 4424.0, 4444.0, 4423.0, 4434.0, 4432.0, 4435.0, 4445.0, 4443.0, 4434.0, 4462.0, 4424.0, 4424.0, 4452.0, 4435.0, 4473.0, 4425.0, 4425.0, 4433.0, 4434.0, 4472.0, 4435.0, 4444.0, 4436.0, 4446.0, 4494.0, 4434.0, 4464.0, 4435.0, 4424.0, 4422.0, 4434.0, 4453.0, 4422.0, 4433.0, 4460.0, 4423.0, 4423.0, 4462.0, 4433.0, 4420.0, 4412.0, 4432.0, 4451.0, 4434.0, 4422.0, 4435.0, 4434.0, 4426.0, 4436.0, 4438.0, 4469.0, 4477.0, 4447.0, 4445.0, 4476.0, 4446.0, 4475.0, 4426.0, 4458.0, 4485.0, 4456.0, 4452.0, 4414.0, 4445.0, 4483.0, 4444.0, 4454.0, 4414.0, 4424.0, 4442.0, 4425.0, 4453.0, 4413.0, 4423.0, 4403.0, 4435.0, 4464.0, 4434.0, 4425.0, 4404.0, 4436.0, 4475.0, 4434.0, 4435.0, 4424.0, 4445.0, 4474.0, 4424.0, 4423.0, 4434.0, 4425.0, 4433.0, 4436.0, 4465.0, 4437.0, 4446.0, 4437.0, 4447.0, 4495.0, 4444.0, 4454.0, 4446.0, 4434.0, 4425.0, 4445.0, 4484.0, 4453.0, 4454.0, 4414.0, 4421.0, 4413.0, 4434.0, 4483.0, 4444.0, 4454.0, 4425.0, 4423.0, 4415.0, 4436.0, 4483.0, 4434.0, 4434.0, 4405.0, 4414.0, 4417.0, 4427.0, 4450.0, 4489.0, 4449.0, 4478.0, 4439.0, 4469.0, 4485.0, 4443.0, 4465.0, 4423.0, 4433.0, 4461.0, 4411.0, 4431.0, 4469.0, 4410.0, 4429.0, 4400.0, 4410.0, 4399.0, 4421.0, 4409.0, 4413.0, 4421.0, 4413.0, 4435.0, 4463.0, 4425.0, 4424.0, 4437.0, 4436.0, 4436.0, 4448.0, 4487.0, 4428.0, 4456.0, 4429.0, 4448.0, 4478.0, 4439.0, 4477.0, 4428.0, 4467.0, 4448.0, 4469.0, 4439.0, 4440.0, 4508.0, 4448.0, 4477.0, 4458.0, 4446.0, 4416.0, 4447.0, 4476.0, 4455.0, 4465.0, 4414.0, 4435.0, 4484.0, 4414.0, 4443.0, 4413.0, 4424.0, 4413.0, 4435.0, 4464.0, 4425.0, 4424.0, 4415.0, 4425.0, 4426.0, 4437.0, 4475.0, 4437.0, 4467.0, 4455.0, 4436.0, 4414.0, 4436.0, 4455.0, 4414.0, 4423.0, 4473.0, 4424.0, 4452.0, 4425.0, 4424.0, 4453.0, 4423.0, 4474.0, 4425.0, 4434.0, 4426.0, 4425.0, 4444.0, 4436.0, 4465.0, 4447.0, 4445.0, 4425.0, 4447.0, 4484.0, 4445.0, 4455.0, 4427.0, 4436.0, 4425.0, 4436.0, 4475.0, 4456.0, 4434.0, 4425.0, 4446.0, 4474.0, 4445.0, 4445.0, 4425.0, 4445.0, 4484.0, 4424.0, 4445.0, 4426.0, 4426.0, 4414.0, 4446.0, 4464.0, 4434.0, 4423.0, 4403.0, 4435.0, 4463.0, 4424.0, 4434.0, 4454.0, 4434.0, 4442.0, 4425.0, 4425.0, 4454.0, 4425.0, 4443.0, 4426.0, 4425.0, 4424.0, 4435.0, 4454.0, 4437.0, 4445.0, 4436.0, 4437.0, 4475.0, 4436.0, 4476.0, 4426.0, 4445.0, 4413.0, 4435.0, 4464.0, 4445.0, 4433.0, 4414.0, 4436.0, 4464.0, 4435.0, 4454.0, 4437.0, 4424.0, 4425.0, 4445.0, 4484.0, 4424.0, 4444.0, 4425.0, 4424.0, 4414.0, 4445.0, 4465.0, 4444.0, 4423.0, 4414.0, 4424.0, 4451.0, 4423.0, 4452.0, 4436.0, 4424.0, 4427.0, 4425.0, 4454.0, 4425.0, 4475.0, 4436.0, 4454.0, 4416.0, 4435.0, 4426.0, 4447.0, 4426.0, 4447.0, 4475.0, 4425.0, 4445.0, 4446.0, 4407.0, 4406.0, 4417.0, 4429.0, 4428.0, 4431.0, 4472.0, 4490.0, 4458.0, 4446.0, 4453.0, 4434.0, 4423.0, 4413.0, 4434.0, 4441.0, 4424.0, 4414.0, 4412.0, 4435.0, 4412.0, 4424.0, 4422.0, 4413.0, 4436.0, 4434.0, 4426.0, 4416.0, 4454.0, 4426.0, 4445.0, 4425.0, 4415.0, 4413.0, 4437.0, 4447.0, 4435.0, 4446.0, 4455.0, 4416.0, 4427.0, 4476.0, 4447.0, 4466.0, 4427.0, 4438.0, 4486.0, 4435.0, 4475.0, 4426.0, 4425.0, 4454.0, 4435.0, 4454.0, 4424.0, 4424.0, 4452.0, 4425.0, 4424.0, 4443.0, 4435.0, 4464.0, 4425.0, 4424.0, 4403.0, 4435.0, 4453.0, 4415.0, 4414.0, 4415.0, 4446.0, 4465.0, 4425.0, 4426.0, 4444.0, 4435.0, 4454.0, 4426.0, 4447.0, 4485.0, 4435.0, 4444.0, 4426.0, 4415.0, 4454.0, 4437.0, 4455.0, 4426.0, 4425.0, 4414.0, 4437.0, 4456.0, 4426.0, 4425.0, 4415.0, 4437.0, 4446.0, 4427.0, 4426.0, 4447.0, 4448.0, 4466.0, 4427.0, 4437.0, 4476.0, 4437.0, 4465.0, 4426.0, 4458.0, 4476.0, 4456.0, 4425.0, 4415.0, 4446.0, 4464.0, 4425.0, 4426.0, 4415.0, 4437.0, 4465.0, 4436.0, 4436.0, 4465.0, 4436.0, 4463.0, 4436.0, 4426.0, 4485.0, 4424.0, 4444.0, 4414.0, 4445.0, 4463.0, 4424.0, 4424.0, 4453.0, 4434.0, 4422.0, 4424.0, 4414.0, 4443.0, 4425.0, 4434.0, 4416.0, 4437.0, 4484.0, 4425.0, 4434.0, 4426.0, 4424.0, 4426.0, 4448.0, 4467.0, 4437.0, 4447.0, 4487.0, 4437.0, 4456.0, 4426.0, 4447.0, 4496.0, 4447.0, 4456.0, 4438.0, 4448.0, 4496.0, 4436.0, 4465.0, 4437.0, 4426.0, 4425.0, 4446.0, 4475.0, 4446.0, 4425.0, 4425.0, 4446.0, 4485.0, 4437.0, 4445.0, 4427.0, 4457.0, 4495.0, 4445.0, 4456.0, 4426.0, 4426.0, 4454.0, 4436.0, 4445.0, 4415.0, 4425.0, 4404.0, 4436.0, 4445.0, 4434.0, 4434.0, 4475.0, 4436.0, 4435.0, 4426.0, 4425.0, 4435.0, 4437.0, 4465.0, 4438.0, 4448.0, 4485.0, 4426.0, 4465.0, 4427.0, 4434.0, 4415.0, 4447.0, 4475.0, 4447.0, 4435.0, 4416.0, 4456.0, 4486.0, 4446.0, 4456.0, 4425.0, 4437.0, 4485.0, 4435.0, 4444.0, 4426.0, 4425.0, 4416.0, 4447.0, 4476.0, 4456.0, 4456.0, 4426.0, 4436.0, 4474.0, 4433.0, 4445.0, 4424.0, 4424.0, 4413.0, 4435.0, 4445.0, 4453.0, 4434.0, 4462.0, 4424.0, 4414.0, 4423.0, 4433.0, 4443.0, 4436.0, 4425.0, 4436.0, 4426.0, 4426.0, 4436.0, 4486.0, 4438.0, 4456.0, 4449.0, 4458.0, 4446.0, 4436.0, 4486.0, 4436.0, 4466.0, 4437.0, 4447.0, 4464.0, 4435.0, 4473.0, 4425.0, 4444.0, 4414.0, 4445.0, 4484.0, 4435.0, 4443.0, 4424.0, 4436.0, 4483.0, 4423.0, 4443.0, 4414.0, 4413.0, 4414.0, 4445.0, 4464.0, 4424.0, 4434.0, 4404.0, 4445.0, 4473.0, 4423.0, 4434.0, 4412.0, 4415.0, 4433.0, 4434.0, 4431.0, 4414.0, 4434.0, 4416.0, 4426.0, 4404.0, 4446.0, 4485.0, 4437.0, 4466.0, 4438.0, 4436.0, 4416.0, 4426.0, 4435.0, 4427.0, 4416.0, 4458.0, 4477.0, 4415.0, 4445.0, 4455.0, 4415.0, 4405.0, 4437.0, 4425.0, 4427.0, 4435.0, 4417.0, 4436.0, 4439.0, 4450.0, 4462.0, 4490.0, 4451.0, 4481.0, 4476.0, 4446.0, 4465.0, 4435.0, 4413.0, 4404.0, 4445.0, 4464.0, 4424.0, 4413.0, 4403.0, 4402.0, 4393.0, 4435.0, 4423.0, 4405.0, 4414.0, 4416.0, 4458.0, 4465.0, 4438.0, 4437.0, 4457.0, 4437.0, 4446.0, 4437.0, 4438.0, 4465.0, 4437.0, 4457.0, 4416.0, 4447.0, 4474.0, 4426.0, 4426.0, 4475.0, 4435.0, 4443.0, 4415.0, 4446.0, 4485.0, 4427.0, 4434.0, 4428.0, 4459.0, 4477.0, 4446.0, 4446.0, 4425.0, 4447.0, 4475.0, 4415.0, 4445.0, 4484.0, 4435.0, 4453.0, 4405.0, 4446.0, 4475.0, 4435.0, 4446.0, 4414.0, 4446.0, 4454.0, 4404.0, 4424.0, 4474.0, 4435.0, 4423.0, 4404.0, 4445.0, 4473.0, 4435.0, 4414.0, 4426.0, 4457.0, 4465.0, 4436.0, 4425.0, 4416.0, 4457.0, 4485.0, 4427.0, 4447.0, 4436.0, 4448.0, 4465.0, 4438.0, 4447.0, 4457.0, 4427.0, 4417.0, 4459.0, 4467.0, 4427.0, 4438.0, 4487.0, 4447.0, 4466.0, 4416.0, 4457.0, 4476.0, 4456.0, 4445.0, 4403.0, 4445.0, 4444.0, 4413.0, 4444.0, 4473.0, 4434.0, 4423.0, 4403.0, 4444.0, 4462.0, 4424.0, 4423.0, 4436.0, 4457.0, 4484.0, 4435.0, 4435.0, 4405.0, 4424.0, 4415.0, 4446.0, 4465.0, 4425.0, 4425.0, 4405.0, 4426.0, 4445.0, 4437.0, 4457.0, 4465.0, 4435.0, 4475.0, 4415.0, 4415.0, 4394.0, 4446.0, 4444.0], 'WindowWidth': [9909.0, 9929.0, 9835.0, 9837.0, 9809.0, 9806.0, 9855.0, 9796.0, 9822.0, 9799.0, 9797.0, 9802.0, 9788.0, 9809.0, 9798.0, 9853.0, 9786.0, 9814.0, 9804.0, 9826.0, 9805.0, 9833.0, 9811.0, 9784.0, 9778.0, 9798.0, 9809.0, 9785.0, 9797.0, 9851.0, 9794.0, 9802.0, 9782.0, 9792.0, 9779.0, 9796.0, 9827.0, 9780.0, 9780.0, 9799.0, 9782.0, 9802.0, 9822.0, 9869.0, 9802.0, 9813.0, 9815.0, 9825.0, 9805.0, 9815.0, 9789.0, 9804.0, 9838.0, 9814.0, 9865.0, 9811.0, 9794.0, 9814.0, 9795.0, 9809.0, 9794.0, 9776.0, 9782.0, 9818.0, 9864.0, 9809.0, 9800.0, 9778.0, 9757.0, 9757.0, 9810.0, 9834.0, 9791.0, 9756.0, 9777.0, 9792.0, 9833.0, 9793.0, 9792.0, 9781.0, 9777.0, 9777.0, 9796.0, 9834.0, 9795.0, 9807.0, 9783.0, 9784.0, 9789.0, 9744.0, 9776.0, 9785.0, 9799.0, 9806.0, 9833.0, 9877.0, 9913.0, 9848.0, 9806.0, 9755.0, 9755.0, 9750.0, 9769.0, 9784.0, 9771.0, 9771.0, 9772.0, 9791.0, 9769.0, 9768.0, 9767.0, 9820.0, 9768.0, 9765.0, 9772.0, 9790.0, 9823.0, 9772.0, 9771.0, 9772.0, 9772.0, 9775.0, 9793.0, 9830.0, 9777.0, 9792.0, 9813.0, 9779.0, 9799.0, 9793.0, 9794.0, 9801.0, 9786.0, 9828.0, 9788.0, 9780.0, 9773.0, 9788.0, 9831.0, 9783.0, 9799.0, 9811.0, 9767.0, 9791.0, 9749.0, 9765.0, 9803.0, 9749.0, 9746.0, 9751.0, 9770.0, 9777.0, 9765.0, 9765.0, 9820.0, 9769.0, 9765.0, 9765.0, 9768.0, 9821.0, 9787.0, 9772.0, 9777.0, 9790.0, 9827.0, 9775.0, 9791.0, 9792.0, 9794.0, 9861.0, 9777.0, 9835.0, 9775.0, 9775.0, 9796.0, 9791.0, 9790.0, 9790.0, 9787.0, 9778.0, 9796.0, 9830.0, 9779.0, 9811.0, 9847.0, 9792.0, 9798.0, 9780.0, 9791.0, 9778.0, 9792.0, 9863.0, 9780.0, 9818.0, 9778.0, 9793.0, 9836.0, 9818.0, 9773.0, 9782.0, 9775.0, 9818.0, 9771.0, 9755.0, 9752.0, 9773.0, 9821.0, 9813.0, 9767.0, 9755.0, 9773.0, 9746.0, 9794.0, 9794.0, 9814.0, 9775.0, 9815.0, 9774.0, 9776.0, 9825.0, 9773.0, 9789.0, 9765.0, 9755.0, 9740.0, 9775.0, 9785.0, 9796.0, 9771.0, 9814.0, 9769.0, 9770.0, 9807.0, 9769.0, 9754.0, 9765.0, 9769.0, 9762.0, 9751.0, 9766.0, 9768.0, 9773.0, 9744.0, 9794.0, 9792.0, 9801.0, 9789.0, 9817.0, 9778.0, 9792.0, 9839.0, 9774.0, 9792.0, 9798.0, 9790.0, 9782.0, 9790.0, 9776.0, 9801.0, 9789.0, 9817.0, 9778.0, 9791.0, 9773.0, 9793.0, 9801.0, 9776.0, 9790.0, 9793.0, 9800.0, 9836.0, 9781.0, 9794.0, 9861.0, 9778.0, 9803.0, 9775.0, 9791.0, 9832.0, 9804.0, 9798.0, 9792.0, 9794.0, 9858.0, 9776.0, 9803.0, 9775.0, 9792.0, 9829.0, 9774.0, 9773.0, 9776.0, 9776.0, 9795.0, 9812.0, 9864.0, 9792.0, 9808.0, 9778.0, 9778.0, 9763.0, 9797.0, 9811.0, 9816.0, 9776.0, 9832.0, 9777.0, 9772.0, 9765.0, 9776.0, 9833.0, 9766.0, 9781.0, 9801.0, 9857.0, 9817.0, 9848.0, 9872.0, 9789.0, 9801.0, 9804.0, 9748.0, 9803.0, 9753.0, 9733.0, 9749.0, 9768.0, 9764.0, 9736.0, 9766.0, 9786.0, 9753.0, 9752.0, 9733.0, 9768.0, 9750.0, 9738.0, 9769.0, 9750.0, 9775.0, 9773.0, 9771.0, 9777.0, 9745.0, 9794.0, 9782.0, 9829.0, 9777.0, 9789.0, 9778.0, 9792.0, 9841.0, 9779.0, 9791.0, 9784.0, 9779.0, 9815.0, 9794.0, 9797.0, 9846.0, 9780.0, 9806.0, 9798.0, 9798.0, 9847.0, 9779.0, 9832.0, 9795.0, 9795.0, 9778.0, 9781.0, 9858.0, 9805.0, 9777.0, 9770.0, 9777.0, 9805.0, 9789.0, 9774.0, 9829.0, 9772.0, 9756.0, 9739.0, 9769.0, 9795.0, 9772.0, 9768.0, 9772.0, 9791.0, 9815.0, 9776.0, 9774.0, 9774.0, 9792.0, 9843.0, 9776.0, 9776.0, 9811.0, 9772.0, 9814.0, 9775.0, 9773.0, 9743.0, 9775.0, 9813.0, 9756.0, 9768.0, 9760.0, 9792.0, 9801.0, 9780.0, 9792.0, 9812.0, 9776.0, 9848.0, 9793.0, 9792.0, 9774.0, 9790.0, 9830.0, 9800.0, 9771.0, 9775.0, 9790.0, 9830.0, 9774.0, 9772.0, 9784.0, 9771.0, 9782.0, 9760.0, 9787.0, 9837.0, 9772.0, 9768.0, 9775.0, 9791.0, 9828.0, 9772.0, 9789.0, 9771.0, 9777.0, 9811.0, 9761.0, 9759.0, 9757.0, 9790.0, 9828.0, 9776.0, 9778.0, 9843.0, 9788.0, 9799.0, 9775.0, 9793.0, 9859.0, 9771.0, 9799.0, 9758.0, 9756.0, 9738.0, 9774.0, 9785.0, 9769.0, 9772.0, 9754.0, 9777.0, 9779.0, 9813.0, 9774.0, 9799.0, 9776.0, 9773.0, 9770.0, 9774.0, 9810.0, 9775.0, 9770.0, 9776.0, 9792.0, 9833.0, 9789.0, 9777.0, 9758.0, 9777.0, 9843.0, 9778.0, 9793.0, 9801.0, 9776.0, 9745.0, 9793.0, 9789.0, 9777.0, 9776.0, 9790.0, 9793.0, 9832.0, 9779.0, 9821.0, 9788.0, 9805.0, 9764.0, 9793.0, 9829.0, 9775.0, 9818.0, 9773.0, 9758.0, 9743.0, 9777.0, 9817.0, 9768.0, 9771.0, 9825.0, 9771.0, 9754.0, 9774.0, 9774.0, 9800.0, 9776.0, 9831.0, 9790.0, 9790.0, 9761.0, 9787.0, 9829.0, 9800.0, 9757.0, 9764.0, 9756.0, 9782.0, 9738.0, 9781.0, 9819.0, 9767.0, 9753.0, 9734.0, 9768.0, 9822.0, 9771.0, 9751.0, 9771.0, 9788.0, 9811.0, 9786.0, 9780.0, 9774.0, 9788.0, 9838.0, 9757.0, 9783.0, 9773.0, 9769.0, 9780.0, 9794.0, 9830.0, 9789.0, 9788.0, 9779.0, 9777.0, 9777.0, 9795.0, 9838.0, 9806.0, 9772.0, 9742.0, 9775.0, 9802.0, 9776.0, 9774.0, 9776.0, 9792.0, 9843.0, 9774.0, 9787.0, 9757.0, 9772.0, 9741.0, 9775.0, 9786.0, 9759.0, 9773.0, 9782.0, 9773.0, 9770.0, 9758.0, 9770.0, 9811.0, 9774.0, 9771.0, 9777.0, 9788.0, 9756.0, 9772.0, 9814.0, 9777.0, 9799.0, 9779.0, 9791.0, 9798.0, 9772.0, 9845.0, 9773.0, 9801.0, 9755.0, 9785.0, 9825.0, 9772.0, 9754.0, 9758.0, 9776.0, 9813.0, 9760.0, 9773.0, 9774.0, 9777.0, 9827.0, 9777.0, 9802.0, 9779.0, 9774.0, 9781.0, 9795.0, 9857.0, 9775.0, 9822.0, 9781.0, 9776.0, 9759.0, 9777.0, 9833.0, 9787.0, 9771.0, 9756.0, 9774.0, 9811.0, 9758.0, 9756.0, 9742.0, 9759.0, 9742.0, 9791.0, 9775.0, 9761.0, 9776.0, 9860.0, 9777.0, 9800.0, 9759.0, 9774.0, 9827.0, 9760.0, 9773.0, 9779.0, 9794.0, 9830.0, 9762.0, 9775.0, 9772.0, 9778.0, 9747.0, 9795.0, 9777.0, 9756.0, 9760.0, 9783.0, 9796.0, 9806.0, 9845.0, 9812.0, 9869.0, 9841.0, 9781.0, 9841.0, 9787.0, 9786.0, 9761.0, 9792.0, 9831.0, 9774.0, 9774.0, 9794.0, 9755.0, 9738.0, 9758.0, 9758.0, 9792.0, 9759.0, 9784.0, 9759.0, 9788.0, 9837.0, 9773.0, 9755.0, 9746.0, 9773.0, 9763.0, 9783.0, 9808.0, 9764.0, 9780.0, 9750.0, 9796.0, 9834.0, 9766.0, 9795.0, 9844.0, 9774.0, 9811.0, 9760.0, 9807.0, 9827.0, 9776.0, 9824.0, 9770.0, 9800.0, 9783.0, 9772.0, 9842.0, 9770.0, 9798.0, 9737.0, 9781.0, 9823.0, 9783.0, 9762.0, 9743.0, 9756.0, 9790.0, 9752.0, 9810.0, 9770.0, 9735.0, 9734.0, 9782.0, 9808.0, 9768.0, 9736.0, 9723.0, 9768.0, 9799.0, 9755.0, 9753.0, 9748.0, 9768.0, 9762.0, 9738.0, 9749.0, 9753.0, 9755.0, 9745.0, 9776.0, 9804.0, 9758.0, 9761.0, 9742.0, 9775.0, 9801.0, 9755.0, 9767.0, 9825.0, 9756.0, 9767.0, 9736.0, 9769.0, 9779.0, 9754.0, 9767.0, 9816.0, 9757.0, 9755.0, 9753.0, 9772.0, 9740.0, 9761.0, 9772.0, 9747.0, 9762.0, 9757.0, 9790.0, 9820.0, 9784.0, 9771.0, 9826.0, 9770.0, 9781.0, 9736.0, 9767.0, 9810.0, 9763.0, 9750.0, 9740.0, 9785.0, 9813.0, 9756.0, 9770.0, 9777.0, 9757.0, 9753.0, 9755.0, 9755.0, 9755.0, 9774.0, 9797.0, 9762.0, 9792.0, 9857.0, 9800.0, 9796.0, 9745.0, 9785.0, 9825.0, 9768.0, 9785.0, 9738.0, 9770.0, 9791.0, 9740.0, 9754.0, 9817.0, 9754.0, 9751.0, 9758.0, 9771.0, 9835.0, 9758.0, 9782.0, 9761.0, 9790.0, 9838.0, 9757.0, 9785.0, 9755.0, 9771.0, 9766.0, 9774.0, 9789.0, 9782.0, 9771.0, 9807.0, 9757.0, 9758.0, 9793.0, 9773.0, 9824.0, 9759.0, 9760.0, 9768.0, 9770.0, 9823.0, 9773.0, 9785.0, 9776.0, 9793.0, 9856.0, 9770.0, 9813.0, 9773.0, 9757.0, 9751.0, 9770.0, 9798.0, 9750.0, 9766.0, 9801.0, 9755.0, 9756.0, 9805.0, 9767.0, 9746.0, 9740.0, 9766.0, 9791.0, 9772.0, 9754.0, 9776.0, 9774.0, 9765.0, 9779.0, 9784.0, 9827.0, 9837.0, 9793.0, 9791.0, 9831.0, 9790.0, 9829.0, 9765.0, 9811.0, 9846.0, 9803.0, 9792.0, 9745.0, 9787.0, 9838.0, 9784.0, 9798.0, 9745.0, 9759.0, 9779.0, 9762.0, 9796.0, 9743.0, 9756.0, 9728.0, 9774.0, 9816.0, 9771.0, 9760.0, 9730.0, 9776.0, 9832.0, 9773.0, 9775.0, 9758.0, 9788.0, 9827.0, 9759.0, 9756.0, 9770.0, 9760.0, 9769.0, 9776.0, 9816.0, 9780.0, 9793.0, 9779.0, 9796.0, 9860.0, 9785.0, 9800.0, 9789.0, 9770.0, 9761.0, 9788.0, 9844.0, 9795.0, 9798.0, 9744.0, 9750.0, 9740.0, 9771.0, 9837.0, 9784.0, 9798.0, 9760.0, 9756.0, 9746.0, 9776.0, 9838.0, 9770.0, 9768.0, 9729.0, 9742.0, 9752.0, 9766.0, 9802.0, 9853.0, 9800.0, 9838.0, 9784.0, 9827.0, 9846.0, 9781.0, 9816.0, 9754.0, 9765.0, 9803.0, 9734.0, 9760.0, 9811.0, 9730.0, 9755.0, 9717.0, 9730.0, 9713.0, 9749.0, 9730.0, 9742.0, 9750.0, 9742.0, 9775.0, 9810.0, 9760.0, 9757.0, 9781.0, 9779.0, 9777.0, 9796.0, 9848.0, 9770.0, 9805.0, 9773.0, 9799.0, 9837.0, 9786.0, 9837.0, 9770.0, 9822.0, 9797.0, 9826.0, 9786.0, 9789.0, 9880.0, 9795.0, 9835.0, 9810.0, 9791.0, 9752.0, 9792.0, 9836.0, 9801.0, 9815.0, 9744.0, 9774.0, 9840.0, 9745.0, 9782.0, 9740.0, 9756.0, 9743.0, 9775.0, 9811.0, 9760.0, 9757.0, 9746.0, 9761.0, 9763.0, 9781.0, 9830.0, 9779.0, 9825.0, 9802.0, 9777.0, 9744.0, 9777.0, 9802.0, 9745.0, 9754.0, 9823.0, 9756.0, 9792.0, 9759.0, 9759.0, 9793.0, 9755.0, 9826.0, 9758.0, 9771.0, 9763.0, 9762.0, 9783.0, 9776.0, 9815.0, 9792.0, 9788.0, 9763.0, 9792.0, 9843.0, 9785.0, 9803.0, 9766.0, 9778.0, 9759.0, 9778.0, 9831.0, 9803.0, 9771.0, 9760.0, 9789.0, 9829.0, 9786.0, 9787.0, 9760.0, 9787.0, 9839.0, 9755.0, 9788.0, 9763.0, 9762.0, 9744.0, 9787.0, 9813.0, 9769.0, 9752.0, 9725.0, 9771.0, 9809.0, 9757.0, 9771.0, 9797.0, 9770.0, 9779.0, 9758.0, 9762.0, 9796.0, 9760.0, 9782.0, 9763.0, 9760.0, 9758.0, 9774.0, 9799.0, 9777.0, 9788.0, 9777.0, 9780.0, 9828.0, 9774.0, 9832.0, 9762.0, 9786.0, 9741.0, 9771.0, 9813.0, 9785.0, 9768.0, 9744.0, 9774.0, 9813.0, 9772.0, 9797.0, 9780.0, 9758.0, 9761.0, 9787.0, 9841.0, 9756.0, 9784.0, 9760.0, 9758.0, 9742.0, 9787.0, 9816.0, 9784.0, 9752.0, 9744.0, 9757.0, 9791.0, 9753.0, 9794.0, 9776.0, 9758.0, 9765.0, 9762.0, 9797.0, 9759.0, 9829.0, 9774.0, 9797.0, 9749.0, 9772.0, 9761.0, 9794.0, 9761.0, 9792.0, 9830.0, 9759.0, 9786.0, 9786.0, 9732.0, 9732.0, 9749.0, 9770.0, 9769.0, 9779.0, 9833.0, 9858.0, 9808.0, 9788.0, 9791.0, 9768.0, 9751.0, 9736.0, 9765.0, 9773.0, 9755.0, 9741.0, 9737.0, 9769.0, 9735.0, 9755.0, 9751.0, 9738.0, 9773.0, 9770.0, 9761.0, 9747.0, 9795.0, 9761.0, 9785.0, 9758.0, 9744.0, 9739.0, 9778.0, 9791.0, 9773.0, 9788.0, 9800.0, 9748.0, 9763.0, 9828.0, 9791.0, 9817.0, 9765.0, 9783.0, 9846.0, 9773.0, 9831.0, 9762.0, 9758.0, 9794.0, 9770.0, 9800.0, 9755.0, 9756.0, 9790.0, 9757.0, 9756.0, 9780.0, 9770.0, 9811.0, 9759.0, 9756.0, 9726.0, 9771.0, 9795.0, 9744.0, 9742.0, 9746.0, 9790.0, 9814.0, 9761.0, 9761.0, 9782.0, 9772.0, 9797.0, 9760.0, 9791.0, 9841.0, 9771.0, 9784.0, 9761.0, 9746.0, 9796.0, 9779.0, 9800.0, 9761.0, 9758.0, 9742.0, 9778.0, 9803.0, 9761.0, 9760.0, 9746.0, 9780.0, 9790.0, 9765.0, 9760.0, 9790.0, 9793.0, 9817.0, 9765.0, 9779.0, 9829.0, 9776.0, 9814.0, 9763.0, 9807.0, 9837.0, 9804.0, 9758.0, 9746.0, 9789.0, 9812.0, 9760.0, 9763.0, 9746.0, 9778.0, 9814.0, 9776.0, 9778.0, 9813.0, 9776.0, 9810.0, 9774.0, 9765.0, 9842.0, 9755.0, 9785.0, 9743.0, 9784.0, 9809.0, 9755.0, 9756.0, 9792.0, 9768.0, 9751.0, 9758.0, 9745.0, 9780.0, 9760.0, 9770.0, 9751.0, 9778.0, 9838.0, 9759.0, 9772.0, 9762.0, 9759.0, 9762.0, 9794.0, 9821.0, 9779.0, 9792.0, 9848.0, 9779.0, 9804.0, 9763.0, 9793.0, 9861.0, 9793.0, 9803.0, 9782.0, 9798.0, 9862.0, 9775.0, 9816.0, 9778.0, 9762.0, 9759.0, 9789.0, 9829.0, 9789.0, 9759.0, 9761.0, 9790.0, 9845.0, 9778.0, 9788.0, 9766.0, 9807.0, 9859.0, 9786.0, 9803.0, 9763.0, 9762.0, 9797.0, 9775.0, 9787.0, 9745.0, 9758.0, 9729.0, 9776.0, 9787.0, 9771.0, 9771.0, 9827.0, 9775.0, 9773.0, 9762.0, 9760.0, 9773.0, 9777.0, 9816.0, 9782.0, 9797.0, 9844.0, 9764.0, 9817.0, 9766.0, 9773.0, 9748.0, 9792.0, 9829.0, 9792.0, 9773.0, 9750.0, 9804.0, 9848.0, 9790.0, 9806.0, 9762.0, 9778.0, 9843.0, 9774.0, 9785.0, 9763.0, 9759.0, 9751.0, 9794.0, 9834.0, 9805.0, 9805.0, 9764.0, 9777.0, 9827.0, 9768.0, 9787.0, 9756.0, 9757.0, 9740.0, 9773.0, 9790.0, 9796.0, 9771.0, 9805.0, 9757.0, 9744.0, 9753.0, 9769.0, 9781.0, 9776.0, 9760.0, 9779.0, 9765.0, 9762.0, 9776.0, 9844.0, 9783.0, 9805.0, 9798.0, 9811.0, 9791.0, 9777.0, 9846.0, 9776.0, 9818.0, 9779.0, 9793.0, 9812.0, 9772.0, 9825.0, 9760.0, 9783.0, 9744.0, 9785.0, 9840.0, 9772.0, 9781.0, 9759.0, 9775.0, 9836.0, 9754.0, 9782.0, 9744.0, 9741.0, 9743.0, 9787.0, 9810.0, 9756.0, 9770.0, 9730.0, 9786.0, 9823.0, 9754.0, 9770.0, 9738.0, 9744.0, 9765.0, 9769.0, 9764.0, 9744.0, 9769.0, 9749.0, 9761.0, 9731.0, 9788.0, 9844.0, 9778.0, 9817.0, 9783.0, 9777.0, 9748.0, 9761.0, 9773.0, 9766.0, 9749.0, 9808.0, 9835.0, 9747.0, 9788.0, 9798.0, 9746.0, 9731.0, 9778.0, 9760.0, 9762.0, 9768.0, 9749.0, 9773.0, 9784.0, 9801.0, 9822.0, 9856.0, 9805.0, 9848.0, 9831.0, 9786.0, 9814.0, 9771.0, 9736.0, 9727.0, 9782.0, 9811.0, 9755.0, 9738.0, 9723.0, 9723.0, 9711.0, 9771.0, 9753.0, 9731.0, 9743.0, 9750.0, 9807.0, 9815.0, 9780.0, 9780.0, 9803.0, 9778.0, 9788.0, 9778.0, 9780.0, 9813.0, 9777.0, 9805.0, 9747.0, 9789.0, 9826.0, 9761.0, 9763.0, 9826.0, 9771.0, 9780.0, 9746.0, 9789.0, 9841.0, 9763.0, 9772.0, 9767.0, 9810.0, 9836.0, 9790.0, 9790.0, 9758.0, 9788.0, 9827.0, 9744.0, 9785.0, 9838.0, 9770.0, 9793.0, 9732.0, 9788.0, 9827.0, 9772.0, 9788.0, 9743.0, 9785.0, 9796.0, 9729.0, 9755.0, 9824.0, 9769.0, 9753.0, 9729.0, 9783.0, 9822.0, 9772.0, 9742.0, 9763.0, 9805.0, 9816.0, 9773.0, 9759.0, 9750.0, 9806.0, 9842.0, 9764.0, 9791.0, 9774.0, 9793.0, 9814.0, 9780.0, 9793.0, 9806.0, 9766.0, 9750.0, 9810.0, 9821.0, 9765.0, 9781.0, 9847.0, 9790.0, 9818.0, 9747.0, 9803.0, 9835.0, 9802.0, 9785.0, 9727.0, 9784.0, 9784.0, 9738.0, 9782.0, 9823.0, 9770.0, 9753.0, 9727.0, 9782.0, 9806.0, 9757.0, 9753.0, 9776.0, 9805.0, 9839.0, 9772.0, 9772.0, 9732.0, 9755.0, 9744.0, 9789.0, 9814.0, 9759.0, 9759.0, 9733.0, 9763.0, 9787.0, 9777.0, 9807.0, 9812.0, 9770.0, 9828.0, 9745.0, 9743.0, 9716.0, 9787.0, 9783.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.00028448992058643864</td></tr>
<tr><td colspan=3>aqi</td><td>0.017844730788026876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.114444536809295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.297437148276283</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9993405460513433</td></tr>
<tr><td colspan=3>efc</td><td>0.4987</td></tr>
<tr><td colspan=3>fber</td><td>4617.4077</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08877262513549104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5271838729383018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2924288508850643</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2896449454106107</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4976379404516713</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.090003666792911</td></tr>
<tr><td colspan=3>gcor</td><td>0.00647421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022427065297961235</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03773567080497742</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.074442501971808</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>21.8442</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.1803</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1186.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.3074</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7641</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.6451</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.6383</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.7909</td></tr>
<tr><td colspan=3>tsnr</td><td>43.464696558890864</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>